
@charset "UTF-8";

.main-visual {
    background-image: url(../images/top/main_visual.png);
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 0 250px 250px 0;
    height: 500px;
    width: 80%;
    position: relative;
}

.main-visual p {
    margin-left: 60%;
    margin-top: 20px;
}

.main-visual p a {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2AAA9E;
    background: #fff;
    border: 1px solid #77C7C2;
    border-radius: 30px;
    padding: 12px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.main-visual h1 {
    margin-left: 57%;
    padding-top: 150px;
    min-width: 440px;
    color: #fff;
}

.main-visual h1 > span {
    font-size: 3.2rem;
    background-color:#77C7C2;
    /* background-blend-mode: multiply; */
    /* mix-blend-mode: multiply; */
}

.main-visual h1 span > span {
    font-size: 2.0rem;
    background: none;
}

.information {
    background: url(../images/top/info_bg.png) no-repeat right 20px bottom;
    background-color: #77C7C2;
    background-size: 350px auto;
    padding: 20px 20px 0 20px;
    color: #fff;
    margin-top: 50px;
    position: relative;
}

.information p {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

.information dl dt {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.information dl dd {
    margin-left: 100px;
    margin-bottom: 10px;
}

.information dl dd a {
    color: #fff;
}

.information dl dd a:hover {
    text-decoration: underline;
}

.information ul {
    padding: 20px 0px;
}

.information ul li {
    background: url(../images/common/arrow_white.svg) no-repeat right;
    display: inline;
    padding-right: 25px;
}

.information ul li a {
    color: #fff;
}

.feature {
    display: flex;
    justify-content: space-between;
}

.feature-box {
    width: 300px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
}

.feature-box ul {
    padding: 20px 30px;
}

.feature-box ul li:first-child {
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px;
    font-size: 2.0rem;
}

.feature-box ul li:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
}

.feature-box li:last-child {
    text-align: left;
}

.feature-speed li:first-child {
    background-image: url(../images/top/icon_feature_speed.svg);
}

.feature-construction li:first-child {
    background-image: url(../images/top/icon_feature_construction.svg);
}

.feature-price li:first-child {
    background-image: url(../images/top/icon_feature_price.svg);
}



.title-text {
    background-color: #77C7C2;
    padding: 20px 70px 20px 110px;
    max-width: 550px;
    border-radius: 0 55px 55px 0;
}

h2 {
    font-size: 4.0rem;
    font-weight: normal;
    margin: auto;
    color: #fff;
}

.support h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 3.0rem;
    font-weight: normal;
}

.member-flame {
    display: flex;
    justify-content: space-between;
}

.member-box {
    width: 500px;
    background: #fff;
    padding: 30px 30px 20px 30px;
    position: relative;
}

.member-title {
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 40px;
    background-position: left;
    background-repeat: no-repeat;
}

.member-title-help {
    background-image: url(../images/top/icon_member_tel.svg);
}

.member-title-support {
    background-image: url(../images/top/icon_member-support.svg);
}

.member-title-mail {
    background-image: url(../images/top/icon_member_address.svg);
}

.member-title-img {
    padding-left: 0px;
}

.member-title img {
    width: 200px;
    height: auto;
}

.member-text {
    margin-top: 24px;
}

.member-tel {
    font-size: 4.1rem;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    color: #77C7C2;
}

.member-tel::before {
    content: "";
    background: url(../images/top/icon_member_tel2.svg) no-repeat left;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.member-tel a {
    color: #77C7C2;
}

.member-tel a:hover {
    text-decoration: none;
}

.ill-help {
    position: absolute;
    top: -110px;
    right: 0;
}

.ill-help img {
    width: 130px;
    height: auto;
}

.ill-mail {
    position: absolute;
    top: -120px;
    right: 20px;
}

.ill-mail img {
    width: 170px;
    height: auto;
}

.member-support-btn {
    margin-top: 30px;
    text-align: center;
}

.member-cloudmail-link {
    margin-top: 20px;
}

.member-cloudmail-link li {
    background: url(../images/top/icon_arrow_s.svg) no-repeat left;
    padding-left: 30px;
    margin-top: 10px;
}

.member-cloudmail-link li a {
    color: #77C7C2;
    font-weight: bold;
}

.bg-help {
    background: url(../images/top/icon_member_tel_bg.svg) no-repeat right 20px top 20px / 140px auto #fff;
}

.bg-support {
    background: url(../images/top/icon_member-support_bg.svg) no-repeat right 20px top 20px / 140px auto #fff;
}

.bg-address {
    background: url(../images/top/icon_member_address_bg.svg) no-repeat right 20px top 20px / 140px auto #fff;
}

.bg-cloudmail {
    background: url(../images/top/icon_member-mail_bg.svg) no-repeat right 20px top 20px / 140px auto #fff;
}


.option-explanation span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

.option-service {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap:1em;
}

.option-service li {
    width: 330px;
    background: #fff;
    padding: 20px;
}

.option-title-w {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #CC0E12;
    border: 1px solid #CC0E12;
    background: #FFEDED;
    height: 90px;
    padding-top: 6px;
}

.option-title-w span {
    display: block;
    border-top: 3px solid #CC0E12;
    border-bottom: 3px solid #CC0E12;
    width: 80px;
    text-align: center;
    margin: auto;
}

.option-title-ip {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #FD982C;
    border: 1px solid #FD982C;
    background: #FFF6ED;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

.option-text {
    margin-top: 20px;
    height: 130px;
}

.option-btn {
    margin-top: 0px;
}

.flow {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.flow li {
    width: 250px;
    border: 5px solid #77C7C2;
    position: relative;
}

.flow li dl {
    background: #77C7C2;
    color: #fff;
    text-align: center;
    padding: 20px;
    height: 170px;
}

.flow li dl dt.flow-no1 img {
    width: 70px;
    height: auto;    
}

.flow li dl dt.flow-no2 img,
.flow li dl dt.flow-no3 img {
    width: 83px;
    height: auto;    
}

.flow li dl dt.flow-no4 img {
    width: 87px;
    height: auto;    
}

.flow li dl dd {
    font-size: 2.4rem;
    font-weight: bold;
}

.flow li p {
    padding: 150px 30px 30px 30px;
}

p.flow-image01 {
    background: url(../images/top/flow_image01.svg) no-repeat top 30px center / 83px auto;
}

p.flow-image02 {
    background: url(../images/top/flow_image02.svg) no-repeat top 25px center / 121px auto;
}

p.flow-image03 {
    background: url(../images/top/flow_image03.svg) no-repeat top 30px center / 130px auto;
}

p.flow-image04 {
    background: url(../images/top/flow_image04.svg) no-repeat top 20px center / 127px auto;
}

p.flow-image02 span {
    display: block;
    font-size: 1.2rem;
}

.flow-triangle {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 50px solid #77C7C2;
    position: absolute;
    right: -50px;
    top: 230px;
}

.flow-illust {
    position: absolute;
    top: -200px;
    left: -200px;
}

.flow-illust img {
    width: 278px;
    height: auto;
}

.contact {
    display: flex;
    justify-content: center;
}

.contact > li:first-child {
    padding-right: 45px;
}

.contact > li:last-child {
    padding-left: 45px;
}

.contact-tel li:first-child {
    font-size: 2.1rem;
    font-weight: bold;
}

.contact-tel li:nth-child(2) {
    font-size: 4.1rem;
    font-weight: bold;
}

.contact-tel li:nth-child(2) a {
    color: #77C7C2;
    background: url(../images/top/icon_member_tel2.svg) no-repeat left center / 30px auto;
    padding-left: 40px;
}

.contact-tel li:last-child {
    line-height: 80%;
}

.contact-login {
    display: flex;
    margin-bottom: 14px;
}

.contact-login li:first-child {
    margin-right: 10px;
}

.banner {
    display: flex;
    justify-content: space-around;
}

.banner li img {
    width: 340px;
    height: auto;
}

.mv_wrap{
    position: relative;
    top: 0px;
}
 @media screen and (min-width: 768px) {
 .mv_wrap{
    position: relative;
    top: 110px;
 }
}
.bubbles_wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 500px;
    width: 100%;
}

.bubbles {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
overflow: hidden;
top: 0;
right: 0;
}

.bubble {
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
animation: bubble 8s ease-in infinite;
opacity: 0;
}

.bubble:nth-child(1) {
width: 100px;
height: 100px;
background-color: #F2F2F2;
right: 10%;
}

.bubble:nth-child(2) {
width: 50px;
height: 50px;
background-color:rgba(30,227,207,0.4);
right: 20%;
animation-delay: 1s;
}

.bubble:nth-child(3) {
width: 80px;
height: 80px;
background-color:#1EE3CF;
right: 22%;
animation-delay: 1.5s;
}

.bubble:nth-child(4) {
width: 100px;
height: 100px;
background-color:#C6F2FB;
right: 10%;
animation-delay: 2s;
}

.bubble:nth-child(5) {
width: 50px;
height: 50px;
background-color:rgba(30,227,207,0.4);
right: 30%;
animation-delay: 2.5s;
}
@keyframes bubble {
0% {
    opacity: 1;
bottom: -100px;
transform: translateX(0);
}
1%{}
50% {
transform: translateX(100px);
}
100% {
bottom: 1000px;
}
}


@media screen and (max-width: 768px) {
    .main-visual {
        background-image: url(../images/top/main_visual_sp.png);
        background-size:cover;
        background-repeat: no-repeat;
        border-radius: unset;
        height: 480px;
        width: 100%;
        margin-top: 88px;
    }

    .main-visual p {
        margin-top: 240px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    .main-visual h1 {
        margin-left: 0%;
        padding-top: 30px;
        min-width: unset;
    }
    
    .main-visual h1 > span {
        font-size: 2.4rem;
        padding-left: 10px;
    }
    
    .main-visual h1 span > span {
        font-size: 1.6rem;
    }

    .information {
        background: url(../images/top/info_bg.png) no-repeat right bottom;
        background-color: #77C7C2;
        background-size: 160px auto;
        padding: 20px 20px 0 20px;
        margin-top: 0px;
    }

    .information p {
        text-align: center;
    }

    .feature {
        display: block;
        justify-content: unset;
    }

    .feature-box {
        margin: 0 auto 30px auto;
    }
    .feature-box ul li:nth-child(2){
        font-size: 32px;
    }
    .title-text {
        padding: 20px;
        max-width: 90%;
    }

    h2 {
        font-size: 2.8rem;
        margin: 0;
    }

    .support h3 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 2.2rem;
    }

    .member-flame {
        display: block;
        justify-content: unset;
    }

    .member-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .member-tel {
        font-size: 3.2rem;
    }

    .member-tel::before {
        background: url(../images/top/icon_member_tel2.svg) no-repeat left bottom;
    }

    .ill-help {
        top: -60px;
    }

    .ill-help img {
        width: 70px;
    }

    .ill-mail {
        top: -20px;
        right: 0px;
    }

    .ill-mail img {
        width: 80px;
        height: auto;
    }

    .option-service {
        display: block;
        justify-content: unset;
    }

    .option-service li {
        width: 100%;
        margin-bottom: 30px;
    }

    .option-text {
        height: 100px;
    }

    .flow {
        display: block;
        justify-content: unset;
        width: 70%;
        margin: 50px auto 0;
    }

    .flow-illust img {
        display: none;
    }

    .flow li {
        width:  100%;
        margin-bottom: 30px;
    }
    .flow li dl{
        height: auto;
        padding: 20px 20px 13px;
    }
    .flow li dl dt.flow-no1 img{
        width: 40px;
    }
    .flow li dl dt.flow-no2 img, .flow li dl dt.flow-no3 img,.flow li dl dt.flow-no4 img{
        width: 50px;
    }
    .flow li dl dd.mt20{
        margin-top: 10px;
    }
    .flow li p {
        padding: 30px;   
    }

    p.flow-image01 {
        background: none;
    }

    p.flow-image02 {
        background: none;
    }

    p.flow-image03 {
        background: none;
    }

    p.flow-image04 {
        background: none;
    }

    .flow-triangle {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #77C7C2;
        border-bottom: none;
        right: 50%;
        left: 50%;
        top: unset;
        bottom: -30px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .contact {
        display: block;
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .contact > li {
        margin: auto;
    }

    .contact > li:first-child {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact > li:last-child {
        padding-left: 0px;
        display: inline-block;
    }

    .banner {
        display: block;
        width: 90%;
        margin: auto;
    }

    .banner li {
        margin-bottom: 20px;
    }

    .banner li img {
        width: 100%;
        height: auto;
    }
    .bubbles_wrap{
        
    }
}
@media screen and (max-width: 320px) {
    .main-visual h1 > span {
        font-size: 2.2rem;
    }
    .information dl dd {
        margin-left: 80px;
    }
    .member-box{
        padding: 30px 20px 20px;
    }
    .flow{
        width: 90%;
    }
    .contact-tel li:first-child {
        font-size: 1.8rem;
    }
    .contact-tel li:nth-child(2) {
        font-size: 3.7rem;
    }
}
/*フォーム*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}




.sp-none {
  display: none
}

@media screen and (min-width: 768px) {
  .sp-none {
    display: block
  }
}

.pc-none {
  display: block
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none
  }
}




.button1 {
  display: inline-block;
  margin: 0 5px 10px 5px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 24px 0;
  background-color: #dddddd;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .2s ease all;
  border:none;
}

.button {
  display: inline-block;
  margin: 0 5px 10px 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 24px 0;
  background-color: #77C7C2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .2s ease all;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  border:none;
}

.button:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2)
}

.button:focus {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4)
}

.button:disabled {
  cursor: default;
  background-color: #ccc;
  box-shadow: 0 0 0 0 transparent
}

.button:disabled:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.button-big {
  width: 100%;
  max-width: 400px
}

@media screen and (min-width: 768px) {
  .button-big {
    width: 400px
  }
}

.hiddenBody {
  overflow: hidden;
  height: 100%;
  opacity: 0.2
}

.hiddenHtml {
  overflow: hidden;
  height: 100%
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  transition: .2s ease all;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #77C7C2;
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .pagetop {
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px
  }
}

.pagetop:hover {
  bottom: 26px !important;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2)
}

.pagetop::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-right: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.contentsbody {
  margin: 0 20px;
  padding-top:30px;
}

@media screen and (min-width: 768px) {
  .contentsbody {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top:50px;
  }
}

.contentsbody .contentshead-title {
  padding: 24px 0 32px
}

@media screen and (min-width: 768px) {
  .contentsbody .contentshead-title {
    padding: 56px 0 40px
  }
}

.contentsbody .contentshead-title .title {
    margin-bottom: 38px;
    padding-left: 20px;
    border-left: 5px solid #77C7C2;
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
}

@media screen and (min-width: 768px) {
  .contentsbody .contentshead-title .title {
    font-size: 1.5rem
  }
}

.contentsbody .contentshead-title .title .inner-title {
  display: block;
  font-weight: 400;
  margin-top: 24px
}

.contentsbody .contents-description {
  text-align: left;
  margin-bottom: 40px
}

@media screen and (min-width: 768px) {
  .contentsbody .contents-description {
    margin-bottom: 50px;
  }
}

.form_sub_title {
  text-align: center;
  padding: 12px 22px;
  margin: 40px 0 24px;
  background-color: #f4f4f4
}

.checkboxs__label .required, .form dt .required {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 4px 8px;
  margin-right: 16px;
  background-color: #77C7C2;
  position: relative;
  top: -1px
}

@media screen and (min-width: 768px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto
  }
}

.form dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 16px
}

@media screen and (min-width: 768px) {
  .form dt {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    width: 30%;
    margin-bottom: 24px
  }
}

@media all and (-ms-high-contrast: none) {
  .form .required, .form ::-ms-backdrop {
    top: 20% !important
  }
}

.form dd {
  margin-bottom: 24px
}

@media screen and (min-width: 768px) {
  .form dd {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e2e2;
    width: 70%
  }
}

.form dd .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form dd .row+.row {
  margin-top: 16px
}

.form dd .row.zipcode>.hyphen:first-of-type {
  margin-left: 0
}

.form dd .row.select label {
  position: relative
}

.form dd .row.select label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #afafaf;
  border-right: 2px solid #afafaf;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.form dd .row.construction {
  width: 100%;
  margin-top: 8px
}

@media screen and (min-width: 768px) {
  .form dd .row.construction {
    width: auto;
    margin-top: 0
  }
}

.form dd.userid p {
  font-size: .875rem;
  margin-bottom: 8px
}

.form dd.userid ul {
  margin-bottom: 16px
}

.form dd.userid ul li {
  font-size: .875rem;
  text-indent: -1rem;
  padding-left: 1rem
}

.form dd.userid ul li::before {
  content: "・"
}

.form dd .hyphen {
  margin: 0 8px
}

.form dd .hyphen.line::after {
  content: "\A";
  white-space: pre
}

.form dd .home-tel .period, .form dd .internetservice .period, .form dd .other-service .period, .form dd .situation .period, .form dd .travel .period {
  display: none;
  margin-top: 16px;
  transition: all 0.2s ease
}

@media screen and (min-width: 768px) {
  .form dd .home-tel .period, .form dd .internetservice .period, .form dd .other-service .period, .form dd .situation .period, .form dd .travel .period {
    margin-top: 0
  }
}

.form dd .home-tel .period.on, .form dd .internetservice .period.on, .form dd .other-service .period.on, .form dd .situation .period.on, .form dd .travel .period.on {
  display: block
}

@media screen and (min-width: 768px) {
  .form dd .home-tel .period.on, .form dd .internetservice .period.on, .form dd .other-service .period.on, .form dd .situation .period.on, .form dd .travel .period.on {
    margin-top: 0
  }
}

.form dd input {
  border: none
}

.form dd input[type=date], .form dd input[type=email], .form dd input[type=number], .form dd input[type=tel], .form dd input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 10px 16px;
  background-color: #f4f4f4
}

.form dd input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 8px
}

.form dd input[type=radio]:not(:first-child) {
  /*margin-left: 24px*/
}

.form dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 8px 12px;
  background-color: #f4f4f4
}

.form dd select::-ms-expand {
  display: none
}

.form dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  background-color: #f4f4f4
}

.form dd .widthA {
  width: 100%
}

@media screen and (min-width: 768px) {
  .form dd .widthA {
    width: 340px
  }
}

.form dd .widthB {
  width: 50%
}

@media screen and (min-width: 768px) {
  .form dd .widthB {
    width: 220px
  }
}

.form dd .widthC {
  width: 27%
}

@media screen and (min-width: 768px) {
  .form dd .widthC {
    width: 100px
  }
}

.form dd .widthD {
  width: 100%
}

@media screen and (min-width: 768px) {
  .form dd .widthD {
    width: 100%
  }
}

.form dd .widthD+.widthD {
  margin-top: 8px
}

.form dd .widthE {
  width: 24%
}
@media screen and (min-width: 768px) {
  .form dd .widthE {
    width: 100px
  }
}

.form dd .widthF {
  width: 24%
}

@media screen and (min-width: 768px) {
  .form dd .widthF {
    width: 70px
  }
}
.form dd .widthG {
  width: 35%
}

.form+.top-section__button {
  margin-top: 63px
}

.invalid {
  font-size: .875rem;
  font-weight: 700;
  margin-top: 4px;
  color: #d96262
}

.supplement-input {
  margin-top: 16px
}

.supplement-input span {
  margin-top: 8px
}

.checkboxs {
  margin-bottom: 80px
}

.checkboxs__label {
  position: relative;
  font-weight: 700;
  margin-bottom: 24px
}

@media screen and (max-width: 767px) {
  .checkboxs__label {
    padding-left: 50px
  }
}

@media screen and (max-width: 767px) {
  .checkboxs__label .required {
    position: absolute;
    top: 0;
    left: 0
  }
}

.checkboxs__body {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2
}

.checkboxs__body+.checkboxs__label {
  margin-top: 40px
}

@media screen and (min-width: 768px) {
  .checkboxs__body ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.checkboxs__body ol li {
  width: 200px;
  white-space: nowrap
}

.checkboxs__body ol li:not(:last-child) {
  margin-right: 24px;
  margin-bottom: 4px
}

@media screen and (min-width: 768px) {
  .checkboxs__body ol li:not(:last-child) {
    margin-bottom: 16px
  }
}

.checkboxs__body input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-right: 12px
}

.checkboxs__body input+label {
  cursor: pointer
}

.contact_form_privacy {
margin-top:0;
padding-top:0;
padding-bottom:0;
}

.contact_form_privacy__body {
  font-size: 1.3rem;
  padding: 16px 24px;
  border: 6px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}
  .contact_form_privacy__body h2{
    color:#333;
    font-weight:bold;
    font-size:1.5rem;
  }
@media screen and (min-width: 768px) {
  .contact_form_privacy__body {
    padding: 30px 45px;
    border: 10px solid rgba(0, 0, 0, 0.2);
    font-size:1.4rem;
    margin:30px auto;
  }

}

.contact_form_privacy__title {
  font-size: 1rem;
  margin-bottom: 16px
}

@media screen and (min-width: 768px) {
  .contact_form_privacy__title {
    font-size: 1.25rem;
    margin-bottom: 24px
  }
}

.contact_form_privacy__text {
  margin-bottom: 16px
}

.contact_form_privacy__text:last-child {
  margin-bottom: 0
}

.contact_form_privacy__list {
  margin-bottom: 8px
  list-style: circle;
}

@media screen and (min-width: 768px) {
  .contact_form_privacy__list {
    margin-left: 0
    margin-bottom: 16px
    list-style: circle;
  }
}

.contact_form_privacy__list li {
  margin-bottom: 0;
  list-style: circle;
  font-size:1.4rem;
  list-style:circle;
  margin-left:16px;
}

@media screen and (min-width: 768px) {
  .contact_form_privacy__list li {
    margin-bottom: 8px;
  list-style:circle;
  }
}

.privacy_agree {
  text-align: center;
  margin-top: 40px
}

@media screen and (min-width: 768px) {
  .privacy_agree {
    margin-top: 72px
  }
}

.privacy_agree__lede {
  text-align: left;
  margin-bottom: 24px
}

@media screen and (min-width: 768px) {
  .privacy_agree__lede {
    text-align: center
  }
}

.privacy_agree__check {
  margin-bottom: 32px
}

.privacy_agree__check input {
  margin-right: 12px;
  position: relative;
  top: -2px
}



.contentsbody .contentshead-subtitle {
    font-size: 1.15rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .contentsbody .contentshead-subtitle {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
}


/* 20200709 TODO: [Add]消耗品注文フォーム */
.switch_delivery_address {
  margin: 56px 0;
}
.switch_delivery_address a {
  position: relative;
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  border-radius: 100px;
  width: 360px;
  padding: 18px;
  margin: 0 auto;
  background-color: #77C7C2;
  transition: opacity .12s ease;
}
.switch_delivery_address a:hover {
  opacity: .8;
}
.switch_delivery_address a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.switch_delivery_address.active a::before {
  top: calc(50% - 2px);
  left: 26px;
  transform: translateY(-50%) rotate(135deg);
}

.switch_deliveryWrap {
  visibility: hidden;
  opacity: 0;
  user-select: none;
  height: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all .1s ease;
}
.switch_delivery_address.active + .switch_deliveryWrap {
  visibility: visible;
  opacity: 1;
  user-select: initial;
  height: auto;
  transform: scaleY(1);
  padding-top: 24px;
  margin-bottom: 56px;
}

.consumables_forms {
  margin-bottom: 75px;
}
.consumables_item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
.consumables_item__overview {
  display: flex;
  margin-bottom: 8px;
}
.consumables_item__image {
  text-align: center;
  margin: 0 24px 0 0;
  flex-shrink: 0.5;
}
.consumables_item__image img {
  min-width: 120px;
}
.consumables_item__image figcaption {
  font-size: 0.86rem;
  margin-top: 4px;
}
.consumables_item__text {
  margin-top: 6px;
}
.consumables_item__name {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.consumables_item__disc {
  font-size: 0.9rem;
  line-height: 1.2;
}
.consumables_item__value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #eee;
  padding: 4px 20px;
}
.consumables_item__price {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 16px;
}
.consumables_item__unit input {
  width: 5rem;
  text-align: right;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  border-radius: 0;
  padding: 4px 8px;
  margin-right: 4px;
  background-color: #fff;
}

.contact_form_privacy__subtitle {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .consumables_forms {
    margin-bottom: 110px;
  }
  .consumables_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 18px;
  }
  .consumables_item__overview {
    margin-bottom: 0;
  }
  .consumables_item__image {
    flex-shrink: 0;
  }
  .consumables_item__value {
    flex-shrink: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
    margin-left: 24px;
  }
  .consumables_item__unit input {
    padding: 10px 16px;
    background-color: #f4f4f4;
  }
}

/*2020-11-12*/
.title.caution {
    font-size:1rem;
}
.caution {
    color:#F35B60;
}
.underline {
	text-decoration:underline;
	font-weight: bold;
}

@media (min-width: 768px)
.contact_form_privacy__agreement_area {
    height: 200px;
}
.contact_form_privacy__agreement_area {
    overflow: scroll;
    height: 300px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top:20px;
}
.caution {
color:red;
margin:20px auto 0;
padding: 20px;
border: red solid 1px;
text-align: center;
max-width:1100px;
width:95%;
}

