#saiyasu .fee dd span.big_span {
  font-size: 95%;
  margin: 0 20px;
}
.sns_area {
  text-align: center;
  width: 35%;
}
.sns_area a img {
  width: 8%;
  margin: 0 15px;
}
.footer_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 5% auto 0 auto;
}
.img p {
  font-size: 2em;
  font-weight: bold;
  color: #181818;
}
.img p span {
  font-size: 1em;
  padding: 15px;
}
.txt span {
  font-size: 2em;
  margin: 0 5px;
  color: #ff8d14;
}
.txt .textspan {
  font-size: 1.4em;
}
.flow_li {
  display: flex;
  align-items: center;
  position: relative;
}
.flow_div1 {
  width: 300px;
  text-align: center;
}
.flow_div2 {
  width: 1000px;
  background-color: #eff4fd;
  padding: 1em;
  border-radius: 5px;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}
.flow_div1 img {
  width: 150px;
  height: 150px;
}

.contract_div {
  display: flex;
  margin-top: 3%;
}
.contract_div1 {
  border: 2px solid;
  padding: 0 10px 10px 10px;
  width: 30%;
  border-radius: 5px;
  background-color: #fff;
}
.contract_div1.contract_div12 {
  margin: 0 auto;
}
.contract_divt {
  font-size: .9em;
  border-bottom: 2px solid #ff85034f;
  margin: 5% auto;
  padding: 0 5%;
  text-align: center;
}
.contract_divt img {
  width: 45%;
}
.flow_text {
  background-color: #ececec;
  padding: 1em;
}
.flow_li2 {
  margin: 10% auto;
}
.flow_ul {
  list-style: bengali;
  margin: 1em;
  border: 1px solid;
  width: fit-content;
  padding: 1em 2em;
}
.flow_div2 p:first-child {
  font-size: 1.5em;
  margin-bottom: 2%;
}
.flow_ul li {
  list-style: disclosure-closed;
}

.flow_li1::before {
  border-right: 4px dotted #ff8503;
  content: "";
  left: 11.5%;
  position: absolute;
  top: 77%;
  width: 0;
  height: 235px;
}
.flow_li2::before {
  border-right: 4px dotted #ff8503;
  content: "";
  left: 11.5%;
  position: absolute;
  top: 85%;
  width: 0;
  height: 260px;
}
.h2_span {
  color: #ff8503;
}
.num_span {
  color: #ff8503;
  font-style: italic;
  font-weight: 500;
  font-size: 57px;
  margin-right: .1em;
}
.flow_div2 .cv_area, #footer .cv_area {
  width: 100%;
}
#footer .cv_area {
  margin: 3% auto;
  padding: 5% 0;
  width: 90% !important;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}
.cv_area {
  width: 40%;
  margin: 3% auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 4.5% 0;
}
.cv_flex {
  color: #000;
}
#footer .cv_flex.cv_line {
  margin: 5% auto;
}
.cv_flex.cv_line {
  margin: 3% auto;
}
.cv_icon {
  width: 7%;
}
.cv_text {
  width: fit-content;
  text-align: center;
  margin: 0 1em;
}
.cv_btn {
  width: 30%;
  text-align: center;
}
.cv_mail .cv_btn a {
  background-color: black;
  padding: 10px;
  border-radius: 10px;
}
.cv_line .cv_btn a {
  background-color: #00b314;
  padding: 10px;
  border-radius: 10px;
}
.cv_tel .cv_btn a {
  background-color: #3a7eff;
  padding: 10px;
  border-radius: 10px;
}
.cv_btn a {
  color: #fff;
  width: 230px;
  display: block;
}
.contents_etc {
  margin: 2em 0 0 2em;
}
.contents_etc li {
  margin-top: 1em;
}
.contents_etc li a {
  color: #000;
  border-bottom: 2px solid;
  padding: 0 5px 3px 5px;
}

.qa_ul {
  margin: 1em auto;
}
.qa_ul li {
  margin-left: 1em;
  list-style: disclosure-closed;
}

.header_mail, .header_line {
  position: relative;
}
.mail_img {
  position: absolute;
  width: 17%;
  z-index: 1;
  top: 12%;
  left: 12%;
}
.line_img {
  position: absolute;
  width: 16%;
  z-index: 1;
  top: 14%;
  left: 18%;
}
.fast_section p {
  font-size: .8em;
}
.fast_section .nayami_p {
  font-size: 1.2em;
}
.tel .cv_area {
  width: 100%;
  margin: 3% auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 5% 0;
}
.tel .cv_text {
  width: 180px;
  text-align: center;
}
.tel .cv_btn {
  width: 40%;
  text-align: center;
}
.section.ctaSec.band .cta {
  overflow: inherit;
}
#header .tel a {
  color: #ff8503;
}
.menu {
    display: flex;
    flex-direction: column;
    font-size: 6px;
}
.hamburger-menu {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .hamburger-menu {
        width: 30px;
        height: 23px;
    }
}
.contents.e_page h2, .contents.e_page ol {
  margin: 1em;
}
.contents.e_page h3 {
  border-bottom: 2px solid;
  width: fit-content;
  margin: 2em 0 !important;
  padding: 0 10px;
}
.contents.e_page p {
  line-height: 2em;
}
.contents.e_page ol {
  margin: 1em;
}
.contents.e_page ol li {
  list-style: none;
  list-style: decimal;
  margin: .5em;
    margin-left: 0.5em;
  margin-left: 1em;
}
.kk_box {
  border: 2px solid;
  padding: 1em;
  margin: 1em;
  width: fit-content;
}
.purple_area .form_area h2 {
  margin: 4em;
}
.comit-thanks {
  width: 50%;
  margin: 0 auto;
}
.row {
  margin: 3em auto;
  border-bottom: 1px solid #959595;
  padding-bottom: 3em;
}
.col-md-3.formTitle {
  width: 35%;
}
.col-md-9.formArea {
  width: 60%;
}
.label.label-danger {
  background-color: #ff3939;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-right: 3%;
}
.label.label-primary {
  background-color: #3974ff;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  margin-right: 3%;
}
/*.form-control.w200 {
  font-size: .9em;
  font-weight: bold;
  padding: 7px;
  font-family: var(--font-base);
  border: none;
  width: 40%;
  background-color: #fff;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}*/
.form-control.w200 {
    /*width: 100%;*/
    padding: 8px;
    margin-bottom: 10px;
    /*text-align: right;*/
    border-radius: 10px;
    border: 1px solid #2ED1FF;
    background-color: #f9f9f9;
}
/*input {
  font-size: .9em;
  font-weight: 600;
  padding: 7px;
  font-family: var(--font-base);
  border: none;
  background-color: #fff;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
}*/
input {
    /*width: 100%;*/
    padding: 8px;
    margin-bottom: 10px;
    /*text-align: right;*/
    border-radius: 10px;
    border: 1px solid #2ED1FF;
    background-color: #f9f9f9;
}
.bw {
    width: 20%; 
}
textarea {
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #2ED1FF;
    background-color: #f9f9f9;
    height: 200px;
}
/*textarea {
  font-size: 1em;
  font-weight: 600;
  padding: 2%;
  width: 500px;
  height: 150px;
  background-color: #fff;
  box-shadow: 2px 3px 5px rgba(149, 149, 149, 0.9);
  border: none;
}*/
.small {
  font-size: .8em;
}
.col-sm-4.col-sm-offset-4.control-label.comit01 {
  text-align: center;
  margin: 5%;
}
/*.col-sm-4.col-sm-offset-4.control-label.comit01 .btn.btn-success.btn-lg.btn-block {
  background-color: #ff8503;
  color: #fff;
  border-radius: 5px;
}*/
.col-sm-4.col-sm-offset-4.control-label.comit01 .btn.btn-success.btn-lg.btn-block {
    display: block;
    width: 200px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    background-color: #2ED1FF;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.col-md-9.formArea.last_fm {
  width: 100%;
  text-align: center;
}
.doui_text {
  margin-bottom: 5%;
}
footer .row {
  border-bottom: none;
  padding-bottom: 0;
}
.e_page {
  margin-bottom: 1em;
}
.e_page_ul {
  margin: 1em auto;
}
.e_page_ul li {
  margin-left: 2em;
  list-style: disclosure-closed;
}
.e_page_btn {
  display: flex;
  justify-content: center;
  margin: 2em auto;
  background-color: #000;
  width: fit-content;
  color: #fff;
  padding: 1em 3em;
  border-radius: 5px;
}
.qa_flex {
  display: flex;
  justify-content: space-around;
}
.qa_flex a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
  border: 1px solid #d9d9d9;
  color: #000;
}
.qa_btn_s {
  display: block;
  background-color: #000;
  width: fit-content;
  margin: 3em auto 0 auto;
  color: #fff;
  padding: 10px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

.eph2 {
  padding-bottom: 10px;
}
.eph2::after {
  width: 80px;
  height: 4px;
}
.eph2::after {
content: "";
display: block;
position: absolute;
left: 50%;
transform: translate(-50%,0);
background: linear-gradient(to right, #234785 0%, #67cefa 100%);
}
.img_sp {
  position: absolute;
  top: -110%;
  width: 50%;
  right: -10%;
}
.answer .cv_area.pc_only {
  width: 100%;
}
#faq .answer .cv_area a {
  color: white;
  text-decoration: none;
}
#faq .answer .cv_area .cv_btn a {
  width: 95%;
  padding-left: 15%;
}
.mr40.riyou_la {
  margin-right: 2em;
}
.row.inner .logo {
  width: 80%;
  margin-top: 10%;
}
.sikumi {
  background-color: #fff;
  padding: 3%;
  border-radius: 15px;
}
.inner.p_area {
  max-width: 1100px;
}
.service_ul li {
  list-style: disclosure-closed;
  margin-left: 10px;
}
.img p {
  margin: .5em auto;
}

@media screen and (max-width:670px) {
.pc_only {
  display: none !important;
}
#service table {
  margin: 2em auto 0 auto;
  width: 90%;
}
.service_aria {
  width: 35%;
  position: absolute;
  bottom: 8%;
  right: 4%;
}
.contract_divt img {
  width: 25%;
}
.contract_div1 span {
  font-size: 4vw;
}
.cv_area, .cv_btn {
  width: 100% !important;
}
.cv_flex.cv_mail, .cv_flex.cv_line, .cv_flex.cv_tel {
  position: relative;
  text-align: center;
}
.cv_flex.cv_mail .cv_icon {
  width: 7%;
  position: absolute;
  top: 53%;
  left: 20%;
}
.cv_flex.cv_line .cv_icon {
  width: 7%;
  position: absolute;
  top: 52%;
  left: 25%;
}
.cv_flex.cv_tel .cv_icon {
  width: 7%;
  position: absolute;
  top: 53%;
  left: 29%;
}
.cv_mail .cv_btn a, .cv_line .cv_btn a, .cv_tel .cv_btn a {
  margin: 5px auto 0 auto;
  padding-left: 10%;
}
.cv_flex.cv_line {
  margin: 5% auto;
}
.flow_div2 .cv_area, #footer .cv_area {
  width: 95%;
}
#footer .cv_area {
  margin: 10% auto;
  padding: 5% 0;
}
.contents .hero img {
  width: 100%;
}
.cv_area {
  padding: 5% 0;
}
.num_span {
  margin-left: 0;
}
#faq .box::before {
  margin-top: 25px !important;
  padding-right: 1px;
}
#voice .item .info {
  margin-left: 15px;
}
.img_sp {
  position: absolute;
  top: -75%;
  width: 40%;
  right: -15%;
}
#about .note.animTrig.animStart {
  margin-top: 1em;
}
#voice.section {
  padding-bottom: 0;
}
#flow .first {
  margin-bottom: 0em !important;
}
#footer {
padding: 50px 0 8em 0;
}
.purple_area .form_area h2 {
  margin: 2em 0;
}
.comit-thanks, .col-md-3.formTitle, .col-md-9.formArea {
  width: 100%;
}
.col-md-3.formTitle {
  margin-bottom: 1em;
}
.form-horizontal {
  width: 85%;
  margin: 0 auto;
}
.form-control.w200, #name, #company_name, #InputEmail {
  width: 85%;
}
#InputEmail {
  margin-bottom: 1em;
}
.contents.e_page p {
  font-size: 4vw;
}
#footer .logo {
  width: 80%;
}
#speedy .catch em {
  padding: 0 5px;
  margin: 10px auto;
}
#faq .answer .cv_area .cv_flex.cv_mail .cv_icon {
  width: 10%;
  position: absolute;
  top: 53%;
  left: 7%;
}
#faq .answer .cv_area .cv_flex.cv_line .cv_icon {
  width: 10%;
  position: absolute;
  top: 54%;
  left: 13%;
}
#faq .answer .cv_area .cv_flex.cv_tel .cv_icon {
  width: 10%;
  position: absolute;
  top: 53%;
  left: 18%;
}
.row.inner .logo {
  margin-top: 0;
}
.kk_box {
  width: auto;
  padding-left: 2em;
}
.header_mail, .header_line {
  position: relative;
  text-align: center;
}
.btn_bd {
  padding-left: 10%;
}
.header_mail .mail_img {
  position: absolute;
  width: 8%;
  z-index: 1;
  top: 25%;
  left: 20%;
}
.header_line .line_img {
  position: absolute;
  width: 9%;
  z-index: 1;
  top: 20%;
  left: 20%;
}
.header_mail {
  margin: 3em auto 1em auto;
}
.hikaku_aria_img {
  position: absolute;
  right: -3%;
  top: .2%;
  width: 30%;
}
#hikaku .inner {
  width: 95%;
}
.tel .cv_area {
  font-size: 1.5em;
}
.img p.time span {
  margin: .3em auto;
  font-size: 1.5em;
  border-bottom: 3px solid #fff;
  width: fit-content;
  padding: 0 10px;
}
}




@media screen and (min-width:670px) {
.ip_only {
  display: none !important;
}
.btn_bd {
  padding-left: 20% !important;
}
.img p.time span {
  margin: .3em 0;
  font-size: 1.5em;
  border-bottom: 3px solid #fff;
  width: fit-content;
  padding: 0 10px;
}
.aria_z {
  max-width: 1100px !important;
}
.hikaku_aria_img {
  position: absolute;
  width: 350px;
  left: 4%;
  bottom: 4%;
  transform: scale(-1, 1);
}
.cv_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  display: flex;
  justify-content: space-evenly;
}
.footer_flex1 {
  width: 20%;
}
.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta .tel {
  position: absolute;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
}


.c-carousel__main-item .flow_div1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3% !important;
}
.c-carousel__main-item .flow_div12::before {
  border-right: 5px dotted #ff8503;
  content: "";
  left: 100%;
  position: absolute;
  top: -9.5%;
  width: 0;
  height: 90px;
  transform: rotate(90deg);
}
.flow_div1 img {
  width: 75px;
  height: auto;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  top: 45.5% !important;
}



.tel p {
  text-align: center;
}

.head .dt1 {
  width: 30%;
}
.head dt img {
  background-color: #fff;
  border-radius: 50%;
  width: 70%;
}
.thanks_text {
  line-height: 1.8em;
}
.c-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.c-carousel__activator-main {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.c-carousel__main {
  overflow: hidden;
  position: relative;
}

.c-carousel__main-track {
  display: flex;
  transition: transform 0.3s ease-out;
}

.c-carousel__main-item {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}

.c-carousel__main-image {
  display: block;
  width: 100%;
}

.c-carousel__main-control-item {
  display: none;
}

.c-carousel__btn-prev-main,
.c-carousel__btn-next-main {
  position: absolute;
  top: 56.5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  transition: opacity 0.3s;
  cursor: pointer;
}

.c-carousel__btn-prev-main {
  left: 0;
}

.c-carousel__btn-next-main {
  right: 0;
}

/* ②ボタンエリア解説 開始 */
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(1) {
  display: block;
}

.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(2) {
  display: block;
}

.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(3) {
  display: block;
}
/* ②ボタンエリア解説 終了 */

/* ①スライドエリア解説 開始 */
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 0));
}

.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 1));
}

.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 2));
}
/* ①スライドエリア解説 終了 */



.c-carousel__main-track .flow_div2 {
  width: 100%;
  height: auto;
  overflow: scroll;
  max-height: 30em;
}
.c-carousel__main-track .cv_mail .cv_btn a, .c-carousel__main-track .cv_line .cv_btn a, .c-carousel__main-track .cv_tel .cv_btn a {
  width: 85%;
}
.c-carousel__main-track .cv_flex.cv_mail .cv_icon {
  width: 10%;
  top: 49%;
  left: 15%;
}
.c-carousel__main-track .cv_flex.cv_line .cv_icon {
  width: 9%;
  top: 50%;
  left: 21%;
}
.c-carousel__main-track .cv_flex.cv_tel .cv_icon {
  width: 9%;
  top: 50%;
  left: 25%;
}
.c-carousel__main-item .flow_div2 p {
  font-size: 4vw;
}
.c-carousel__main-item .flow_div2 p:first-child {
  font-size: 1.5em;
  margin-bottom: 2%;
}
.c-carousel__main-item .flow_div1 {
  width: 100%;
  margin-bottom: 10%;
  position: relative;
}
.c-carousel__main-item .contract_div {
  display: block;
}
.c-carousel__main-item .contract_div1 {
  width: 100%;
}
.c-carousel__main-item .contract_div1.contract_div12 {
  margin: 1em auto;
}
.footer_f {
  position: fixed;
  bottom: 0;
  background-color: #fff;
}



#popupAd {
  position: fixed;
  bottom: 2%;
  right: -300px; /* 初期位置は画面の外 */
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: right 0.5s ease; /* 横からのスライドイン・アウト */
}
#popupAd.show {
  right: 1%;
}
#popupAd .close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

#footerAd {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
  transition: bottom 0.5s ease;
  z-index: 2;
}
#footerAd.show {
  bottom: 0;
}
#hikaku {
  background-color: #fff;
  position: relative;
}




.hikaku_ip_flex {
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
}
.hikaku_ip_title1 {
  margin-left: 2em;
  font-weight: bold;
}
.hikaku_ip_title {
  margin-left: 2em;
  margin-top: 2em;
  font-weight: bold;
}
.hikaku_ip_flex div {
  color: #313131;
  text-align: center;
  width: 30%;
  font-size: .9em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hikaku_aria img {
  width: 80%;
}
.hikaku_ip_a {
  width: 45% !important;
}
.hikaku_ip_flex span {
  font-size: 2em;
}
.hikaku_ip_area {
  height: 25em;
  overflow: scroll;
}
.hikaku_ip_flex1 {
  top: 0;
  z-index: 1;
  position: sticky;
  margin: 0 0 1em 0;
}
.hikaku_aria1 {
  border: 2px solid #ff8503;
  border-radius: 10px;
  padding: 10px 0;
  background-color: #ffba71;
  width: 40% !important;
  font-weight: bold;
  color: #000 !important;
}
.hikaku_etc1 {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 0;
  background-color: #d0d0d0;
  width: 25% !important;
}



.hikaku_area {
  position: relative;
  margin-top: 5%;
}
.hikaku_flex div {
  width: 30%;
  text-align: center;
  margin: 0 1em;
  z-index: 1;
}
.hikaku_flex div:nth-child(2) {
  font-size: 1.1em;
  width: 35%;
}
.hikaku_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5% 0;
}
.hikaku_flex span {
  font-size: 2em;
}
.hikaku_aria {
  border: 2px solid #ff8503;
  border-radius: 10px;
  padding: 10px 0;
  background-color: #ffba71;
}
.hikaku_etc {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px 0;
  background-color: #d0d0d0;
}
.orange_line {
  border: 3px solid #ff8503;
  padding: 19.3em 135px;
  position: absolute;
  top: 5%;
  left: 24%;
  background-color: #fffbe8;
  border-radius: 15px;
}



.hikaku_table::before {
  border: 4px solid #f1592a;
  border-radius: 20px 20px 0 0;
  box-shadow: inset 0 20px 0 #fff;
  content: "";
  position: absolute;
  left: 163px;
  bottom: 0;
  height: calc(100% + 20px);
  width: 276px;
}
.hikaku_table .th1 {
  background-color: #fff;
  width: 16%;
  border: 3px solid #fff;
}
.hikaku_table .td1 {
  background-color: #60a1e8;
  color: #fff;
  border: 3px solid #fff;
}
.hikaku_table .th2 {
  padding: 0 0 15px 0;
  width: 28%;
}
.hikaku_table .th3 {
  background-color: #999999;
  color: #fff;
  width: 28%;
}
.hikaku_table .th2 img {
  width: 75%;
}

.hikaku_table .mark_img {
  width: 20%;
  display: block;
  margin: 0 5%;
}
.flex_span {
  display: flex;
  align-items: center;
}
.hikaku_table th, .hikaku_table td {
  text-align: center;
  padding: 25px 15px;
  background-color: #fff;
  font-weight: bold;
  color: #343434;
}
#hikaku .animTrig.animStart {
  margin-bottom: 2em;
}
.leftlefl {
  color: #151515;
}
.cv_text1 {
  margin: 1% auto;
  color: blue;
  font-weight: bold;
}
.cv_text.cv_text2 {
  color: #000;
}
.aria_s_btn a {
  color: #fff;
}
.flex_sspp .cv_area {
  position: relative;
}
.cv_text.cvvvvv111 {
  width: 25%;
}
.ribbon12-wrapper {
  padding: 1% 0;
}
.ribbon12 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 22px;
  color: white;
  background: #3581ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon12:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}




@media screen and (min-width:670px) {
.cv_text.cv_text2 {
  margin: 10px 0 10px 4%;
}
.ribbon12 {
  padding: 10px;
}
.aria_s_div {
  position: absolute;
  bottom: 0;
  width: 25%;
  right: -5%;
}
.aria_s_btn {
  background-color: #ff8503;
  width: fit-content;
  margin: 2% auto;
  font-size: 1.3em;
  border-radius: 40px;
  padding: 10px 30px;
  font-weight: bold;
}
.hikaku_table th, .hikaku_table td {
  border: 3px solid #ddd;
}
#service.section {
  width: 100%;
}
.flow_div1 p:first-child {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #ffa444;
  border-radius: 35px;
  width: fit-content;
  padding: 2px 30px;
  margin: 0 auto 5% auto;
}
.flex_sspp {
  display: flex;
  justify-content: center;
  background: linear-gradient(100deg, hsl(31, 100%, 73%) 0%, #ffbc74 50%, #ff8503 50%, #ff8503 100%);
}
.flex_sspp .cv_area {
  width: 85%;
  color: #000;
}
.flex_sspp #speedy.section {
  background-color: #fff0;
  text-align: center;
  color: #fff;
  width: 45%;
}
.cv_text1 {
  font-size: 1.5em;
}
}


@media screen and (max-width:670px) {
.cv_text.cv_text2 {
  margin: 10px auto 10px auto;
}
.ribbon12 {
  padding: 10px 0 10px 20px;
}
.aria_s_div {
  position: absolute;
  top: -63%;
  width: 35%;
  right: -10%;
}
.cv_text1 {
  font-size: 5.5vw;
}
.aria_s_btn {
    background-color: #ff8503;
    width: fit-content;
    margin: 3% auto;
    font-size: 1.2em;
    border-radius: 20px;
    padding: 10px 15px;
    font-weight: bold;
}
.c-carousel__main-item .flow_div13::after {
  border-right: 5px dotted #ff8503;
  content: "";
  left: 0;
  position: absolute;
  top: -9.5%;
  width: 0;
  height: 90px;
  transform: rotate(90deg);
}
#service.section {
  width: 90%;
}
.flow_div1 p:first-child {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #ffa444;
  border-radius: 35px;
  width: fit-content;
  padding: 2px 30px;
  margin: 0 10px;
}
.hikaku_table th, .hikaku_table td {
  border-bottom: 3px solid #ddd;
  border-right: 3px solid #ddd;
}
.hikaku_table:not(:last-child) {
  margin-bottom: 1em;
}
.hikaku_table .th2 {
  padding: 0;
  position: relative;
}
.hikaku_table .th2 img {
  width: 95%;
}
.hikaku_table .th3 {
  width: 43%;
}
.hikaku_table .th32 {
  border-bottom: none;
}
.hikaku_table td {
  padding: 25px 5px 25px 0px;
}
.hikaku_table .mark_img {
  margin: 0 3%;
}
.hikaku_table::before {
  display: none;
}
.th2::after {
  -webkit-box-shadow: inset 5px 0 0 #fff, inset -5px 0 0 #fff;
  box-shadow: inset 5px 0 0 #fff, inset -5px 0 0 #fff;
  border: 3px solid #f1592a;
  border-radius: 10px;
  content: "";
  top: 0;
  bottom: 0;
  left: -1.5%;
  position: absolute;
  width: 240%;
}
}