@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
  outline: none;
}

#lp_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #000000;
    display: block;
    padding: 3% 0 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #efefef;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
    
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
}
#lp_wrap ul{
	padding: 0;
	overflow: hidden;
}
#lp_wrap li{
	list-style: none;
}
#lp_wrap a{
    text-decoration: none;
}
#lp_wrap a:link{
    opacity: 1;
}
#lp_wrap a:hover{
    text-decoration: none;
}
#lp_wrap .lp_box{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
/*    border: #000000 1px solid;*/
}
#lp_wrap .lp_box .title{
    width: 100%;
    border-top: 2px dotted #a7a7a7;
    border-bottom: 2px dotted #a7a7a7;
    text-align: center;
    display: inline-block;
    margin: 0 auto 5%;
    padding: 1% 0;
    font-size: 30px;
    font-weight: 500;
/*    background: #c3c3c3;*/
    color: #000000;
}
#lp_wrap .lp_box .item_box{
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#lp_wrap .lp_box .main{
    width: 48%;
    float: left;
    position: relative;
}
#lp_wrap .lp_box .detail_box{
    width: 48%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    float: right;
}
#lp_wrap .lp_box .detail_box .sub_ttl{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    float: left;
}
#lp_wrap .lp_box .detail_box .cmt_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 12% auto 0;
}
/********************************************************
吹き出し
********************************************************/
.talk {
    margin-bottom: 30px;
}
.talk p{
    font-size: 13px;
    text-align: left;
    line-height: 1.8em;
    
}
.yellow{
    color: #ffcc00;
}
.bold{
    font-size: 115%;
    font-weight: 600;
}

.talk figure img {
    width: 100%;
    height: 100%;
    /*border: 2px solid #9ce191;*/
    border-radius: 50%;
    margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}
/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 80px;
height: 80px;
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
color: #000000;
position: relative;
margin-left: 100px;
padding: 1.2em;
/*border: 3px solid #9ce191;*/
background-color: #fff;
border-radius: 5px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
/*border-right: 10px solid #9ce191;*/
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}
/* ----- 右の場合 ----- */

/* 右画像 */
.talk-Rimg {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 80px;
height: 80px;
}

/* 右からの吹き出しテキスト */
.talk-Rtxt {
position: relative;
margin-right: 100px;
padding: 1.2em;
/*border: 3px solid #9ce191;*/
background-color: #FFFFFF;
border-radius: 5px;
}

/* 右の三角形を作る */
.talk-Rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
/*border-left: 10px solid #9ce191;*/
top: 15px;
right: -23px;
}

.talk-Rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FFFFFF;
top: 15px;
right: -19px;
}
/********************************************************
ここまで
********************************************************/

.bar{
    width: 100%;
    background: #333333;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    padding: 0.5% 0;
    position: relative;
    margin: 0 auto;
    line-height: 1em;
    font-weight: 300;
}


.pc{
    display:block;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 50%;
}
.Inter{
    font-family: 'Inter', sans-serif;    
}

/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
        padding: 0;
	}
    #lp_wrap .lp_box {
        margin: 0% auto;
    }
    #lp_wrap .lp_box .title{
        font-size: 20px;
        margin: 0 auto;
        padding: 2.5% 0;
        background: #c3c3c3;
        color: #FFFFFF;
        border-top:dotted 2px #686868;
        border-bottom:dotted 2px #686868;
    }
    
    #lp_wrap .lp_box .item_box{
        width: 90%;
        margin: 5% auto;
    }
    #lp_wrap .lp_box .item_box .main{
        width: 100%;
        text-align: center;
        float: none;
        margin: 5% auto;
    }
    #lp_wrap .lp_box .detail_box{
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
    }
    #lp_wrap .lp_box .detail_box .sub_ttl{
        width: 70%;
        text-align: center;
        margin: 5% auto 0%;
        float: none;
    }
    .talk{
        margin-bottom: 20px;
    }
    .talk p{
        font-size: 12px;
        line-height: 1.7em;
    }
    .bold{
        font-size: 110%;
        font-weight: 600;
    }
    .talk-Limg{
        margin-left: 0px;
        width: 70px;
        height: 70px;
    }
    .talk-Rimg{
        margin-right: 0px;
        width: 70px;
        height: 70px;      
    }
    .talk-Ltxt{
        margin-left: 90px;
    }
    .talk-Ltxt:before{
        left: 0px;
    }
    .bar{
        font-size: 12px;
        padding: 2% 0;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .MT10{
        margin-top: 15%;
    }
}