@charset "utf-8";
.campaign_none {
    display: none !important;
}
.kv {
    max-width: 768px;
    margin: 0 auto;
}

.cp_end {
    color: #ffffff;
    padding: 1.0em;
    background-color: #ff55dd;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width:769px) {
    .kv {
        max-width: 1200px;
    }
}

.contents01 {
    margin: 0 auto;
}
.contents01_top {
    max-width: 1400px;
    margin: 0 auto;
}
.contents01_top .contents_caution {
    padding: 1.825%;
}
.contents01_btn {
    padding: 1.825%;
}

.contents01_btn li {
    max-width: 714px;
    margin: 0 auto;
}

.contents01_ttl {
    margin: 0 auto;
    max-width: 676px;
    width: 88%;
    transform: translateY(15%);
}

.contents01_wrap {
    background-color: #eeffef;
    background-image: url(../img/contents01_bg_sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.contents01_list {
    display: block;
    padding: 10% 5.21% 6%;
}
.contents01_list li {
    position: relative;
    margin-bottom: 6%;
}
.contents01_list_btn {
    position: absolute;
    width: 85%;
    bottom: 32%;
    left: 8%;
}
.contents01_list_btn::after {
    position: absolute;
    content: "";
    background-image: url(../img/hand.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 133px;
    max-height: 173px;
    width: 23%;
    height: 143%;
    right: 11%;
    top: 62%;
}


@media only screen and (min-width:769px) {
    .contents01_btn li {
        max-width: 478px;
    }
    .contents01_ttl {
        max-width: 526px;
        transform: none;
    }
    .contents01_wrap {
        background-image: url(../img/contents01_bg_pc.png);
    }
    .contents01_list {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 6% 2.5% 4%;
        justify-content: space-between;
    }
    .contents01_list li {
        width: 31.667%;
        margin-bottom: 0;
    }
    .contents01_list_btn {
        width: 80%;
        bottom: 26%;
        left: 8%;
    }
    .contents01_list_btn::after {
        max-width: 65px;
        max-height: 84px;
        width: 22%;
        height: 134%;
        right: 12%;
        top: 60%;
    }
    
}

@media only screen and (min-width:1400px) {
    .contents01_list {
        padding: 80px 35px 60px;
    }
}
/*-- imadoco_search --*/
.contents02 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
}
.imadoco_search_img {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5% 5%;
}
.imadoco_search_img img {
    height: auto;
}

@media only screen and (min-width:769px) {
    .imadoco_search_img {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 0 2%;
    }
}

/*-- imadoco_search --*/
.contents03 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.825%;
}
.reason_img {
    margin-bottom: 3%;
}
.reason_img img {
    height: auto;
}

/*-- imadoco_list --*/
.contents04 {
    max-width: 1920px;
    margin: 0 auto;
}
.contents04_wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.825%;
}
.imadoco_list_wrap {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(234,255,250,1) 2%, rgba(234,255,250,1) 89%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
    background-color: #eafffa;
    background-image: url(../img/imadoco_list_bg_bottom_sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 20%;
}
.imadoco_list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.imadoco_list>li {
    position: relative;
    margin-bottom: 6%;
}
.imadoco_list>li img {
    height: auto;
}
.imadoco_list_txt {
    padding: 3%;
}
@media only screen and (min-width:769px) {
    .imadoco_list {
        padding: 1.825%;
    }
    .imadoco_list>li {
        margin-bottom: 0;
    }
    .imadoco_list_txt {
        padding: 0;
    }
    .imadoco_list_txt.li01 {
        position: absolute;
        top: 38%;
        left: 7%;
        max-width: 520px;
        width: 36%;
        font-size:min(1.2643vw,20px);
        line-height: 2;
    }
    .imadoco_list_txt.li02 {
        position: absolute;
        top: 31%;
        right: 8%;
        max-width: 520px;
        width: 36%;
        font-size:min(1.2643vw,20px);
    }
    .imadoco_list_txt.li03 {
        position: absolute;
        top: 40%;
        left: 7%;
        max-width: 520px;
        width: 36%;
        font-size:min(1.2643vw,20px) !important;
    }
    .imadoco_list_txt.li04 {
        position: absolute;
        top: 38%;
        right: 8%;
        max-width: 520px;
        width: 36%;
        font-size:min(1.2643vw,20px);
    }
    .imadoco_list_wrap {
        background-color: #eafffa;
        background-image: url(../img/imadoco_list_bg_top.png), url(../img/imadoco_list_bg_bottom.png);
        background-position: top,bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 0;
    }
    .contents_caution3 {
        font-size:min(1.2643vw,14px) !important;
    }
}



.contents05 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
}

.contents05_btn {
    padding: 1.825%;
}

.contents05_btn li {
    max-width: 714px;
    margin: 0 auto;
}

@media only screen and (min-width:769px) {
    .contents05_btn li {
        max-width: 478px;
    }
}

.terms .inner {
    padding: 1px 10px 24px;
    background: #fff2f6;
}

.terms h2 {
    margin: 3pc 0 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #d1223f;
}

.terms dl {
    margin-bottom: 24px;
    font-size: 15px;
}

.terms dl dt {
    font-weight: 700;
    color: #d1223f;
}

.terms dl dd strong {
    display: block;
    color: #00b0ff;
}

.terms dl dd small {
    padding-left: 1em;
    text-indent: -1em;
    padding-top: 4px;
    display: block;
    font-size: 12px;
}

.terms dl dd ol {
    padding: 1em 0 0;
    margin-left: 2em;
}

.terms dl dd ol li {
    list-style-type: decimal;
}

.notes {
    margin-bottom: 3px;
}

.notes .inner {
    padding: 1px 10px 24px;
    background: #e6e6e6;
}

.notes h2 {
    margin: 3pc 0 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
}

.notes div {
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 13px;
}


.notes div p {
    padding-left: 1em;
    text-indent: -1em;
}


.terms_ttl,
.terms_txt,
.terms_list{
  font-size: 15px;
}
.terms_ttl{
  margin-top: 24px;
  font-weight: 700;
  color: #d1223f;
}
.indent_1h li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.indent_1 li{
  text-indent: -1em;
  padding-left: 1em;
}
.indent_2h li{
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.terms-mt{
  margin-top: 24px;
}
.terms_txt.fcB {
    color: #00b0ff;
    font-weight: bold;
}

.sns_share {
    margin-bottom: 24px;
    text-align: center;
    line-height: 0;
    font-size: 0
}

.sns_share li {
    margin: 0 2px;
    display: inline-block;
    vertical-align: top
}


@media only screen and (min-width:769px) {
    .inner {
        max-width: 1400px;
        margin: 0 auto;
    }
    .terms .inner {
        padding: 1px 0 24px;
    }

    .terms .inner h2,
    .terms .inner dl {
        padding: 0 150px;
    }

    .terms_ttl,
    .terms_txt,
    .terms_list{
      padding: 0 150px;
    }

    .notes .inner h2,
    .notes .inner div {
        padding: 0 150px;
    }
}

.contents07 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.825% 1.825% 18%;
}

.contents07_btn {
    padding: 1.825%;
}

.contents07_btn li {
    max-width: 714px;
    margin: 0 auto;
}

.sns_area{
    text-align: center;
  }
  .sns_area.sns_m{
    padding: 10px 0 20px; 
  }
  .sns_whitebox{
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    width: 256px;
    margin: 10px auto 0;
    padding: 15px 15px 12px;
  }
  .sns_area ul{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns_area ul li img{
    vertical-align: top;
  }
  .sns_area ul li:not(:first-child){
    margin-left: 10px;
  }
  .sns_area ul li:nth-child(1){
    margin-top: 6px;
  }
  .sns_area ul li:nth-child(2){
    margin-top: 6px;
  }
  .sns_area ul li:nth-child(3){
      max-width: 30px;
      width: 14%;
  }
@media only screen and (min-width:769px) {
    .contents07 {
        padding: 1.825% 1.825% 60px;
    }
    
    .contents07_btn li {
        max-width: 478px;
    }
    .sns_area.sns_m{
      padding: 20px 0 40px; 
    }
    .sns_whitebox{
      padding: 15px 15px 8px;
    }
    .sns_area ul li:nth-child(1){
      margin-top: 4px;
    }
    .sns_area ul li:nth-child(2){
      margin-top: 4px;
    }
}
/*-- modal --*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	color: #fff;
	cursor: pointer;
}

.modal-close::before,.modal-close::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 35px;
    background-color: #949494;
    transition: all .4s ease-out;
    top: 11px;
    left: 28px;
}
.modal-close::before  {
    transform: rotate(45deg);
}
.modal-close::after {
    transform: rotate(135deg);
}

.modal-content_area{
	background: #fffdd7;
	text-align: left;
	padding: 40px 0;
    border-radius: 20px;
    max-height: 800px;
}
.modal-content{
	background: #ffffff;
	padding: 30px;
    max-height: 500px;
    height: 100vh;
    overflow-y: scroll;
}


/* float_bnr */
.float_bnr {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 3.83%;
}

@media only screen and (min-width:769px) {
    .float_bnr {
        display: none;
        max-width: 320px;
        padding: 0;
    }
}
_:lang(x)+_:-webkit-full-screen-document, .header_menu_link li {
    font-size: 16px;
}
_:lang(x)+_:-webkit-full-screen-document, .imadoco_qa_accordion_q button {
    font-size: 16px;
}
_:lang(x)+_:-webkit-full-screen-document, .imadoco_qa_accordion_a p{
    font-size: 16px;
}