@charset "UTF-8";
/*---------------------------------------------

	初期設定用

---------------------------------------------*/

:root{
	--main-width:1200px;
	--kihon-font:1.1rem;
	--kihon-color:#0074af;
	--kihon-color2:#0da4d5;

}




html,body{
	margin:0px;
	padding:0px;
    scroll-behavior: smooth;

}


*{



font-family: "Noto Sans JP","Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;

}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	color: #333;

 }



iframe{
margin: 0;
padding: 0;

}


/*---------------------------------------------
	a
---------------------------------------------*/
a{
	color: #004680;
	text-decoration: none;
}
a:link {
}
a:visited{
}
a:hover{
	color: #e60;
	text-decoration: underline;
}
a:active{
}
a.on{
	color: #f60;
	text-decoration: underline;
}



li{
	list-style: none;
}

.all_wrap{
	padding: 64px 5px 0 0 ;
	width: 100vw;
}


.mb60{
	margin-bottom: 60px!important;
}




.sticky{
	display: none;
}



.header{
	position: fixed;
	top: 0;
	width: 100vw;
display: flex;
background: white;
padding: 15px 20px;
justify-content: space-between;
border-bottom: 1px solid #333;
align-items: center;
z-index: 999;
}


.header>li:nth-child(1){
width: 200px;
}

.header>li:nth-child(1)>a>img{
width: 100%;
height: auto;
}



.header>li:nth-child(2){

display: flex;
justify-content: right;
}

.header>li:nth-child(2)>div>a{

display: inline-block;
background: #333;
padding: 5px 10px;
border-radius: 10px;
color: white;
font-weight: bold;
font-size: calc(var(--kihon-font) - 0.1rem);
}

.header>li:nth-child(2)>div>a:hover{
text-decoration: none;
opacity: 0.6;
}

.header>li:nth-child(2)>div>a::before{
 content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
    background-repeat: no-repeat;
}

.header>li:nth-child(2)>div:nth-child(1)>a::before{
  background-image: url("../img/serch_icon.webp");
 
}

.header>li:nth-child(2)>div:nth-child(2)>a::before{
  background-image: url("../img/mail_icon.webp");
}

.header>li:nth-child(2)>div:nth-child(3)>a::before{
  background-image: url("../img/shop_icon.webp");
}



.header>li:nth-child(2)>div{
	margin-right: 10px;
}

.header>li:nth-child(2)>div:nth-last-of-type(1){
margin-right: 0;
}


.main_area{
	padding: 100px 30px;
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0 auto;
	max-width: 1800px;
}

.main_area>li:nth-child(1){

width: 30%;
max-width: 300px;
}

.main_area>li:nth-child(1)>div:nth-child(1){
border-bottom: 2px solid #333;
margin-bottom: 20px;
max-width: 300px;
}


.main_area>li:nth-child(1)>div>img{
width: 100%;
padding-bottom: 10px;
}



.main_area>li:nth-child(1)>h1{

font-size: var(--kihon-font) ;
line-height: 1.5;
font-weight: 600;
     text-shadow: 0px 0px 8px rgba(255,255,255,0.5),0px 0px 3px rgba(255,255,255,0.5);


}





.main_area>li:nth-child(2){
width: calc(100% - 20%);

margin-left: -10%;
z-index: -500;
}

.main_area>li:nth-child(2)>picture>img{
width: 100%;
height: auto;
border-radius: 20px;
}



.dairiseki_back{

	background: url('../img/dairiseki_back1.webp');
}


.common_wrap{
	padding: 100px 30px;
}

.white_dairiseki_back{

background: url('../img/dairiseki_back2.webp');
	padding: 100px 30px;
		background-attachment: fixed;

}



.foot_dairiseki_back{

background: url('../img/foot_dairiseki_back.webp');
	padding: 100px 30px;
	background-attachment: fixed;
}




.white_back{

background: white;
	padding: 100px 30px;
}





.toriatsukai_back{
	background: url('../img/grey_clowd_back.webp');
	background-size: cover;
	padding: 100px 30px;
	background-position: center center;
	
}


.satin_back{

background: url('../img/satin_back.webp');
	padding: 100px 30px;
	background-size: cover;
}





.cta_back{

background: url('../img/cta_back.webp');
	padding: 100px 30px;
	background-size: cover;
}




.campaign_back{

background: url('../img/campaign_back.webp');
	padding: 100px 30px;
	background-size: cover;
}




.common_back{
	padding: 100px 30px;
}








.over_2li{
	padding: 100px 30px;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 0 auto;
	max-width: 1800px;
}

.over_2li>li:nth-child(2){

width: 40%;
max-width: 500px;
margin-left: -20px;
z-index: 500;
}

.over_2li>li:nth-child(2)>div:nth-child(1){

margin-bottom: 20px;
max-width: 500px;
}




.over_2li>li:nth-child(1){
width: calc(100% - 40%);

}

.over_2li>li:nth-child(1)>img{
width: 100%;
height: auto;
border-radius: 20px;
}


.bolder_midasi{
	font-weight: 900;

font-size: calc(var(--kihon-font) + 0.3rem);
line-height: 1.5;
margin-bottom: 10px;
}


.bolder_midasi2{
font-weight: 900;
font-size: calc(var(--kihon-font) + 0.8rem);
line-height: 1.5;
margin-bottom: 60px;
text-align: center;
}



.bolder_midasi3{
font-weight: 900;
font-size: calc(var(--kihon-font) + 0.8rem);
line-height: 1.5;
margin-bottom: 60px;
text-align: center;
color: white;
}




.text_area{
	font-size: var(--kihon-font);
	line-height: 1.7;
}




.contact_text_area{
	font-size: var(--kihon-font);
	line-height: 1.7;
	text-align: center;
	max-width: 800px;
	margin: -30px auto 30px auto;
}

.black_bt{
	text-align: center;
}

.black_bt>a{
	display: inline-block;
	margin-top: 30px;
min-width: 200px;
color: white;
background: black;
border-radius: 10px;
	font-size: var(--kihon-font);
	line-height: 1;
	padding: 5px 10px 6px 10px;
}

.black_bt>a:hover{
text-decoration: none;
background: #666;
}


.lr_reverse{
flex-direction: row-reverse;
	justify-content: right;
}



.lr_reverse>li:nth-child(2){

width: 40%;
max-width: 500px;
margin-right: -20px;
z-index: 20;
}


.tokucho_wrap{
	background: white;
}

.tokucho_wrap>div{
background: url('../img/features_back.webp');
animation: bgiLoop 25s linear infinite;
background-attachment: fixed;

}

@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -1800px 0;}
}



.video_back{
background: url('../img/video_back.webp');
	background-attachment: fixed;

	
}


.video_back>div{
background: url('../img/video_loop_back1.webp');
animation: videoLoop 30s linear infinite;
background-attachment: fixed;
background-repeat: repeat-y;
}

.video_back>div>div{
background: url('../img/video_loop_back2.webp');
animation: videoLoop2 30s linear infinite;
background-attachment: fixed;
background-repeat: repeat-y;
padding: 100px 30px;
}


@keyframes videoLoop {
    0% { background-position: 0 0;}
  100% { background-position: 0 992px;}
}


@keyframes videoLoop2 {
    0% { background-position: 100% 0;}
  100% { background-position: 100% -992px;}
}






.point_2li{
	padding: 100px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: var(--main-width);

}

.point_2li>li:nth-child(2){

width: 50%;
max-width: 500px;
z-index: 500;
}

.point_2li>li:nth-child(2)>div:nth-child(1){

margin-bottom: 20px;
max-width: 500px;
}




.point_2li>li:nth-child(1){
width: 50%;
margin-right: 20px;

}

.point_2li>li:nth-child(1)>img{
width: 100%;
height: auto;
box-shadow: -30px 45px 0px rgba(0,0,0,0.05);
}






.point_2reverse{
	flex-direction: row-reverse;
}


.point_2reverse>li:nth-child(1){
width: 50%;
margin-left: 20px;

}

.point_2reverse>li:nth-child(1)>img{

box-shadow: 30px 45px 0px rgba(0,0,0,0.05);
}

.p_img_border{
	border: 1px solid #eee;
}




.howtouse{
	display: flex;
	justify-content: space-between;
	max-width: var(--main-width);
	margin: 0 auto 30px auto;
}


.howtouse>li{
width: calc((100% - 20px)/2);
background: white;
border-radius: 20px;
padding: 20px;
border: 2px solid #c5c5c5;
}

.howtouse>li>div:nth-child(1)::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/sun_icon.webp');
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
    background-repeat: no-repeat;
}

.howtouse>li:nth-child(2)>div:nth-child(1)::before{
 background-image: url('../img/moon_icon.webp');
 
}

.howtouse>li>div:nth-child(1){

	font-weight: 900;

font-size: calc(var(--kihon-font) + 0.2rem);

margin-bottom: 10px;

	font-weight: bolder;
}


.howtomeyasu{
	display: flex;
	max-width: 1500px;
	justify-content: center;
}

.howtomeyasu>li{
	font-size: var(--kihon-font);
	padding: 5px 20px 6px 20px;
	line-height: 1;
}

.howtomeyasu>li:nth-child(1){
background: black;
border-radius: 10px;
color: white;
margin-right: 10px;

}

.howtomeyasu>li:nth-child(2)>br{
display: none;
}


.video_embed{
	max-width: 800px;
	margin: 0 auto 0 auto;
}

.video_embed iframe,lite-youtube{
 width: 100%;
 aspect-ratio: 16 / 9.08;
height: auto;
	border: 5px solid #fff;
box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.1);
max-width: 100%!important;

}

.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-showing, .html5-video-player.ended-mode {
    background-color: #ffffff!important;
}




.read-more {
    position: relative;
}

.read-more>div {
    position: relative;
    max-height: 50px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 30px;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    padding-bottom: 10px;

    font-size: var(--kihon-font);

}

.read-more:has(:checked)>div {
    max-height: 100vh;
}

.read-more>div::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(240,240, 240, .1) 0, rgba(240,240,240, .8));
    content: '';
}

.read-more:has(:checked)>div::after {
    content: none;
}


.read-more label > div >div.open{
    display: inline-block;
    background: black;
    font-size: var(--kihon-font);
    line-height: 1;
    color: white;
    padding: 5px 10px 6px 10px;
    text-align: center;
    border-radius: 10px;
    min-width: 200px;

}

.read-more label > div >div.close{
    display: none;
}



.read-more:has(:checked) label > div >div.open{
    display: none;
}

.read-more:has(:checked) label > div >div.close{
    display: inline-block;
    background: #333;
    font-size: var(--kihon-font);
    line-height: 1;
    color: white;
    padding: 5px 10px 6px 10px;
    text-align: center;
    border-radius: 10px;
}



.read-more input {
    display: none;
}


.op_cl{
	text-align: center;
	margin-bottom: 10px;
}


.product_list{
	max-width: var(--main-width);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_list>dt{
width: 250px;
color: white;
background: #888888;
padding: 10px;
font-size: var(--kihon-font);
margin-bottom: 5px;
}

.product_list>dd{
	width: calc(100% - 290px);
background: #f0f0f0;
font-size: var(--kihon-font);
padding: 10px;
margin-bottom: 5px;
}






.cta_text{

	margin: -30px auto 60px auto;
	text-align: center;
}


.cta_text>div{
	background: url('../img/left_top_corner.webp') left top no-repeat,url('../img/right_down_corner.webp') right bottom no-repeat;
display: inline-block;
padding: 20px;
font-size: 	calc( var(--kihon-font) + 0.3rem);
}


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

.cta_bt>li:nth-child(1){
margin-right: 20px;
}

.cta_bt>li>a{
background: #000;
border-radius: 10px;
color: white;
text-align: center;
display: inline-block;
min-width: 300px;
font-size: calc(var(--kihon-font) + 0.1rem);
padding: 5px 20px 6px 20px;
line-height: 1;
}

.cta_bt>li>a:hover{
text-decoration: none;
background: #333;
}


















.campaign_text{

	margin: -30px auto 60px auto;
	text-align: center;
}


.campaign_text>div{
	background: url('../img/left_top_corner2.webp') left top no-repeat,url('../img/right_down_corner2.webp') right bottom no-repeat;
display: inline-block;
padding: 20px;
font-size: 	calc( var(--kihon-font) + 0.3rem);
color: white;
}


.campaign_text>div>a{
font-size: 	calc( var(--kihon-font) + 0.3rem);
color: white;

}


.campaign_bt{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}

.campaign_bt>li:nth-child(1){
margin-bottom: 20px;
}

.campaign_bt>li>a{
background: #fff;
border-radius: 10px;
color: black;
text-align: center;
display: inline-block;
min-width: 300px;
font-size: calc(var(--kihon-font) + 0.1rem);
padding: 5px 20px 6px 20px;
line-height: 1;
}

.campaign_bt>li>a:hover{
text-decoration: none;
background: #eee;
}




.user_2li{
	display: flex;
	justify-content: space-between;
	max-width: var(--main-width);
	margin: 0 auto;
}

.user_2li>li{
width:calc((100% - 20px) / 2);

}



.user_2li>li>div:nth-child(1){
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}


.user_2li>li>div:nth-child(1)>div{
display: inline-block;
color: white;
font-size: var(--kihon-font);
padding: 5px 10px 6px 20px;
min-width: 200px;
background: black;
clip-path: polygon(0% 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
font-weight: bolder;
}

.voice_box{
	background: white;
	margin-bottom: 30px;
	padding: 20px;
}


.voice_box>div:nth-child(1){
font-size: calc(var(--kihon-font) + 0.3rem);
font-weight: 900;
padding-bottom: 10px;
border-bottom: 1px solid #000;
margin-bottom: 15px;
}


.voice_box>div:nth-child(2){
font-size: var(--kihon-font) ;
margin-bottom: 15px;
text-align: right;
}

.voice_box>div:nth-child(3){
font-size: var(--kihon-font) ;
}


.voice_box:nth-last-of-type(1){
margin-bottom: 0;
}

.qa{
	max-width: 800px;
	margin: 0 auto;
}


.qa>dt{
background: #e7e7e7;
margin-bottom: 20px;
font-weight: bolder;
font-size: calc(var(--kihon-font) + 0.2rem);
padding: 10px;
}


.qa>dd{
border: 5px solid #e7e7e7;
margin-bottom: 60px;
font-size: var(--kihon-font);
padding: 10px;

}


.toriatsukai_back>ul{
display: flex;
max-width: 800px;
margin:  0 auto;
box-shadow: 0 0 20px #fff;

}

.toriatsukai_back>ul>li:nth-child(1){
width: 30%;
background: url('../img/toriatsukai.webp');
background-size: cover;
background-position: center center;
min-height: 200px;
}


.toriatsukai_back>ul>li:nth-child(2){
width: 70%;
background: #616161;
padding: 20px;
display: flex;
align-items: center;
}


.toriatsukai_back>ul>li:nth-child(2)>div>div{
color: white;
}

.toriatsukai_back>ul>li:nth-child(2)>div>div:nth-child(1){
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bolder;
margin-bottom: 10px;
}


.toriatsukai_back>ul>li:nth-child(2)>div>div:nth-child(2){
margin-bottom: 20px;

}

.toriatsukai_back>ul>li:nth-child(2)>div>div:nth-child(3)>a{
background: #fff;
color: #000;
padding: 5px 40px;
border-radius: 10px;
}

.toriatsukai_back>ul>li:nth-child(2)>div>div:nth-child(3)>a:hover{
background: #ddd;
text-decoration: none;
}

.contact{
	background: white;
	padding: 20px;
	max-width: 800px;

	margin: 0 auto 30px auto;
}

.contact>dl{
	
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}


.contact>dl>dt{
width: 220px;
font-size: var(--kihon-font);
font-weight: bolder;
border-bottom: 1px solid #000;
padding: 20px 0;
display: flex;
justify-content: space-between;

align-items: center;
}

.contact>dl>dd{
width: calc(100% - 220px);
border-bottom: 1px solid #000;
padding: 20px 20px;
}

.contact>dl>dd>label{
font-size: var(--kihon-font);
  display:inline-block;
  position:relative;
  padding-left:1em;
  line-height:1em;
 margin-top: 10px;
}

.contact>dl>dd>label>input[type=radio]{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}


.contact>dl>dd>input[type=text],
.contact>dl>dd>textarea,
.contact>dl>dd>input[type=email],
.auto_zip>li>input,
.auto_zip>li>label>input{
border: none;
background: #eee;
padding: 5px;
font-size: var(--kihon-font);
width: 100%;
}

.auto_zip>li{
	margin-bottom: 20px;
}

.auto_zip>li,.auto_zip>li>label,.dd_mini{
	font-size: calc(var(--kihon-font) - 0.1rem);
}


.auto_zip>li:nth-last-of-type(1){
margin-bottom: 0;
}



.contact>dl>dd>textarea{
	min-height: 80px;
}


.required{
	background: #eee;
	padding: 5px;

}


.submit{
	text-align: center;
}


.submit>input[type=submit]
{
	padding: 20px 30px;
	border: 0;
	min-width: 200px;
	font-weight: bold;
	font-size: var(--kihon-font);
	background: url("../img/submit_arrow.webp") #c2c2c2 no-repeat;
	background-size: 60px ;
	background-position: 100% 50%;
	animation: submit_arrow2 0.5s ease-in-out ;
	animation-direction:normal;

}

.submit>input[type=submit]:hover{

background: url("../img/submit_arrow.webp") #c9c9c9 no-repeat;

	background-size: 60px ;
	background-position: 105% 50%;
	animation: submit_arrow 0.5s ease-in-out ;
	animation-direction:normal;
}




@keyframes submit_arrow {
    0% { 	background-position: 100% 50%;}
  100% { 	background-position: 105% 50%;}
}


@keyframes submit_arrow2 {
    0% { 	background-position: 105% 50%;}
  100% { 	background-position: 100% 50%;}
}



.rekera_brand{
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: var(--main-width);
margin: 0 auto;
max-width: 800px;
}

.rekera_brand>li{
	width: 48%;
}



.rekera_brand>li>img:nth-of-type(1){
width: 100%;
height: auto;
margin-bottom: 10px;
}




.rekera_brand>li>div:nth-of-type(1){
font-weight: 900;
        font-size: calc(var(--kihon-font) + 0.8rem);
        line-height: 1.5;
        margin-bottom: 10px;
}

.rekera_brand>li>div:nth-of-type(2){
font-size: var(--kihon-font);
}


footer{
background: white;
padding: 20px 30px;
}


footer>ul{
display: flex;
justify-content: space-between;
max-width: var(--main-width);
margin: 0 auto 20px auto;
}


footer>ul>li:nth-child(1){
max-width: 450px;
}


footer>ul>li:nth-child(1)>div>a>img{
width: 100%;
max-width: 300px;
height: auto;
margin-bottom: 20px;
}

footer>ul>li:nth-child(1)>div>div{
	font-size: calc(var(--kihon-font) - 0.2rem);
}


footer>ul>li:nth-child(2){
	display: flex;
	justify-content: right;
}

footer>ul>li:nth-child(2)>div{
	font-size: var(--kihon-font);
}


footer>ul>li:nth-child(2)>div>a{
text-decoration: none;
color: #000;
padding: 0 10px;
}

footer>ul>li:nth-child(2)>div>a:hover{
background: rgba(0,0,0,0.05);
}




footer>ul>li:nth-child(2)>div::before{
content:"│";
}

footer>ul>li:nth-child(2)>div:nth-last-of-type(1):after{
content:"│";
}




.footer_sns{
	display: flex;
	margin-bottom: 20px;
	padding-left: 10px;
}

.footer_sns>li{
	margin-right: 15px;
}



.footer_sns>li:nth-last-of-type(1){
margin-right: 0;
}

.footer_sns>li>a>img{
	max-height: 30px;
	width: auto;
}







.copyright{
	font-size: calc(var(--kihon-font) - 0.2rem);
	text-align: center;
}



.lb_gallery {
	max-width: 100%;
}

.lum-gallery-button {
  display: none !important;
}





.fe_txt{
	font-size: var(--kihon-font);
	margin-bottom: 30px;
}


.fe_midasi1{
	        font-weight: 900;
        font-size: calc(var(--kihon-font) + 0.3rem);
        line-height: 1.5;

        border-left: 6px solid #d2d2d2;
        padding-left: 15px;
        margin-bottom: 20px;
}


.product_img{
	text-align: center;
	margin-bottom: 30px;
}

.product_img>img{

	width: 90%;
	height: auto;
	max-width: 800px;
}


.tokucho_li{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: var(--main-width);
margin: 0 auto 30px auto;
}

.tokucho_li>li{
width: 48%;
margin-bottom: 50px;
}

.tokucho_li>li>img{
width: 100%;
height: auto;
margin-bottom: 20px;

}


.syousai_bt{
	text-align: center;
}


.syousai_bt>a{
	display: inline-block;
	color: white;
	padding: 5px 30px;
	background: url('../img/bt_syousai_plus.webp'),#000;
	background-size: 10px,100%;
	background-repeat: no-repeat,no-repeat;
	background-position: calc(100% - 10px) ,0;
	border-radius: 5px;
	width: 80%;
	text-decoration: none;
}

.syousai_bt>a:hover{
opacity: 0.6;
}



.fe_midasi2{

background: #000;
border-radius: 10px;
padding: 5px 20px;
display: inline-block;
color: white;

        font-size: var(--kihon-font) ;
        line-height: 1.5;

        margin-bottom: 20px;
}


.fe_txt2{
	font-size: calc(var(--kihon-font) - 0.1rem);
}





.fe_midasi3{

        font-size: calc( var(--kihon-font) + 0.5rem);
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: bolder;
}





.feature_modal_2li{
  display: flex;
align-items: center;
justify-content: space-between;
}

.feature_modal_2li>li:nth-child(1){
width: 55%;
}

.feature_modal_2li>li:nth-child(2){

width: 40%;
}


.feature_modal_2li>li:nth-child(2)>img{
width: 100%;
height: auto;
}




.thanks_text{

	margin: -30px auto 60px auto;
	text-align: center;
}


.thanks_text>div{
	background: url('../img/left_top_corner.webp') left top no-repeat,url('../img/right_down_corner.webp') right bottom no-repeat;
display: inline-block;
padding: 20px;
font-size: 	calc( var(--kihon-font) + 0.3rem);
}


.thanks_back{

background: url('../img/cta_back.webp');
	padding: 150px 10px;
	background-size: cover;
}


.campaign_2li{
	    max-width: 800px;
        margin: 0 auto 30px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
}


.campaign_2li>li:nth-child(1){
width: calc(50% - 10px);
}

.campaign_2li>li:nth-child(1)>img{
width: 100%;
height: auto;
}

.campaign_2li>li:nth-child(2){
width: calc(50% - 10px);
}



.campaign_setsumei{
	color: white;
	font-size: var(--kihon-font);
        line-height: 1.7;
        margin-bottom: 30px;
}





.before_after_tokucho{
		    max-width: 800px;
        margin: 0 auto 30px auto;
  
}


.before_after_tokucho>img{
width: 100%;
height: auto;
margin-bottom: 20px;
}


.before_after_tokucho>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.before_after_tokucho>ul>li{
width: 100%;
}


.before_after_tokucho>ul>li>div:nth-child(1){
font-weight: 900;
        font-size: calc(var(--kihon-font) + 0.3rem);
        line-height: 1.5;
        border-left: 6px solid #d2d2d2;
        padding-left: 15px;
        margin-bottom: 20px;
   }


.before_after_tokucho>ul>li>div:nth-child(2){

           font-size: var(--kihon-font);
        margin-bottom: 30px;

    }



.recommend_list>li{
margin-bottom: 10px;

        font-size: var(--kihon-font);
        line-height: 1;
}


.recommend_list>li:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../img/li_icon.webp");
  background-size: contain;
  vertical-align: middle;
margin-right: 5px;
margin-bottom: 2px;

}



.point2_dl>dt{
	font-weight: bold;
	font-size: var(--kihon-font);
}

.point2_dl>dd{
	font-size: var(--kihon-font);
	margin-bottom: 20px;
	
	padding-left: 1rem;
}