@charset "UTF-8";

#lp {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.01em;
	padding-top: 10px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.pcDisp {
	display: block !important;
}	

.spDisp{
	display: none !important;
}

.sp-br {
	display: none;
}

#lp .sec01 h1{
	margin-bottom: 35px;
}

#lp .sec01{
	text-align: center;
	margin-bottom: 50px;
}

.telweb-soudan {
	display: flex;
	justify-content: space-around;
	padding-left: 40px;
	padding-right: 40px;
}

.telweb-soudan-nonpad {
	display: flex;
	justify-content: space-around;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.minimoji-nonpad {
	font-size: 75%;
	line-height:1.3em;
	margin-bottom: 35px;
}

.telbox {
	width: 449px;
}



.btn-square {
	/*width: 450px;*/ width:100%;
	position: relative;
	font-size: 200%;
	display: inline-block;
	padding: 0.8em 0em;
	font-weight: bold;
	text-decoration: none !important;
	background: #eb7001;
	color: #FFF !important;
	border-bottom: solid 5px #884101;
	border-radius: 5px;
	padding-right: 8px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(5px);
  transform: translateY(5px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.sec02 .btn-square{
	font-size: 150%;
}
.btn-square :before {
	display: inline-block;
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 45px 45px;
	content: "";
	margin-left: 10px;
}

.sec02 .btn-square{
	font-size: 150%;
}
.sec02 .btn-square :before {
	display: inline-block;
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 38px 38px;
	content: "";
	margin-left: 10px;
}

.picup-area {
    padding: 1em 2em;
    margin: 1em 0;
    border: dashed 2px #23a74f;/*点線*/
}

h3.picup-title {
	padding-left: 0;
	margin: 0em 0 0em;
	border-left: none;
	font-size: 120% !important;
	font-weight: bold !important;
	margin-left: -10px;
}

.picup-area a.btnMborder {
    background: #23a74f;
	border: none;
    font-size: 1rem;
    min-width: 30%;
}

.picup-area a.btnMborder.yic:before {
color: #ffffff;
font-size: 1.5rem}

.picup-area a.btnMborder.arrowR:after {
    color: #ffffff;
}
.picup-area a{
	 color: #ffffff;
}
.picup-area a.btnMborder:hover {
  opacity: 0.5;
}
.picup-area .greenborder {
	border-bottom: 3px solid #23a74f;
    font-size: 180% !important;
    font-weight: bold ;
    color: #000000 ;
    background-image: none ;
}
.picup-area a[class^=btn].arrowR[target="_blank"]:after {
    content: "\f105"!important;
    font-family: yubin;
    font-size: 130%;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translate(-50%,-50%);
}
.blank-arrow a[class^=btn].arrowR[target="_blank"]:after {
    content: "\f105"!important;
    font-family: yubin;
    font-size: 130%;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translate(-50%,-50%);
}




@media screen and (min-width:751px) and ( max-width:1024px) {
	.btn-square {font-size: 110%; padding-right:35px;}
	.btn-square :before{
		width: 25px;height: 25px;background-size: 25px 25px; margin-top:2px !important;
	}
} /* tablet */


@media screen and (max-width: 750px){
	.btn-square {font-size: 130%; padding-right:35px; margin-top:10px;}
	.btn-square :before{
		width: 30px;height: 30px;background-size: 30px 30px;
	}
	.sec02 .btn-square :before {
		width: 25px;height: 25px;background-size: 25px 25px; margin-top:0 !important;
	}
	.picup-area a.btnMborder.yic {
    padding-left: 0em;
}
} /* sp */


.telweb-soudan {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.minimoji {
	font-size: 75%;
	line-height:1.3em;
	margin-bottom: 35px;
}


.moji {
	padding-top: 20px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.bigorenge {
	font-size: 200% !important;
	font-weight: bold !important;
	color: #eb7001 !important;
	background-image: none !important;
	background :none !important;
	border-bottom:0 !important;
	
}

.kuromoji {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.nomalmoji {
	margin-bottom: 20px;
}


/*何を相談していいかわからない　ここから*/
.sec02 {
	text-align: center;
	background-color: #d2edfc;
	padding: 40px 0 40px;
}

.whitebox {
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
	padding: 20px;
}

.yellowbox {
	border: 3px solid #ffce0c;
	border-radius: 10px;
}

.bigkuro {
	font-size: 200% !important;
	font-weight: bold !important;
	color: #000000 !important;
	background-image: none !important;
	border-bottom:none !important;
	margin-bottom: 50px;
}
.soudantxt {
	margin-bottom: 30px;
	margin-top: 30px;
}
.omakase {
	margin-bottom: 20px;
	margin-top: 50px;
}

.omakase img {
	margin-bottom: 20px;
}

.chukuro {
	font-size: 110%;
	font-weight: bold;
	line-height:1.4em;
	
}


/*ご紹介サービスここから*/
.sec03 {
	text-align: center;
	margin-top: 60px;
}

.textarea{
display: flex;	
flex-wrap: wrap;
justify-content:space-between;	
padding-left: 80px;
padding-right: 80px;	
}

.textbox {
	/*width: 480px;*/
	/*height: 340px;*/
	margin-bottom: 50px;
	border: 2px solid #90c21e;
	border-radius: 5px;
}
.textbox .title{
	background: #90c21e;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF ;
	padding: 0.5em;
}
.icontext{
	padding: 20px;
}

.icontext .icon {
	margin-bottom:10px;
}

.textbox ul{
	text-align: left;
	font-size: 120%;
	line-height:1.5em;
	font-weight: bold;
	list-style: disc !important;
	list-style-position: inside !important;
}


/*よくある質問ここから*/

.sec04 {
	text-align: center;
	background-color: #d2edfc;
	padding: 40px 0 40px;
}

.whitebox {
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
	padding: 20px;
}

.qanda {
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 10px;
}

@media screen and (min-width:751px) and ( max-width:1024px) {
	.qanda {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
		margin-bottom:15px;
	}
} /* tablet */


.sec04 dl dt {
	position: relative;
	display: block;
	padding-left: 80px;
	margin-bottom: 1rem;
	font-size: 110%;
	font-weight: bold;
}

.sec04 dl dt span.nom {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 5px;
	width: 60px;
	height: 60px;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 2rem;
	background: #20b8ee;
	border-radius: 50%;
	box-sizing: border-box;
}

.sec04 dl dd {
	position: relative;
	display: block;
	padding: 12px 12px 12px 12px;
	background: #e8f8fd;
	margin-left: 80px;
}

/*注意事項ここから*/
.sec05 {
	padding-left: 30px;
	padding-right: 30px;
}

.caution p {
	margin-top: 10px;
}

/*ご提供*/
.sec06 {
	text-align: center;
	margin-top: 80px;
}

.logowaku {
	padding: 30px;
	border-top-style: solid;
	border-bottom: solid;
	border-color: #CCC;
	margin-bottom: 50px;
}

.logowaku p {
	margin-top: 10px;
	font-size: 85%;
}

.btn2clm{
	margin:20px auto 30px;
}
.btn2clm ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.btn2clm ul li{
	margin:0 1%;
}
.btn2clm ul li a{
	display:inline-block;
	background:#cc0000;
	text-decoration: none;
	color:#fff;
	padding:0.8em 1.8em;
	border-radius:3px;
	transition:.3s;
	font-size:110%;
}
.btn2clm ul li a:hover{
	opacity:0.7;
}
.btn2clm ul li.no a:before{
	font-family: 'jpsmt';
	content: "\3E";
	margin-right:0.5em;
	font-size:90%;
}
.btn2clm ul li.yes a:before{
	font-family: 'jpsmt';
	content: "\3E";
	margin-right:0.5em;
	font-size:90%;
}
.btn2clm ul li.no a{
	background:#888888;
}
.btn2clm ul li.yes a{
	background:#CC0000;
}

em {
	color: #C7000E;}

@media screen and (max-width: 750px){
.hatenabox .webbox a{font-size: 90%}
.hatenabox .btn-square :before{margin-top:-10px;}

#lp {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.spDisp {
	display: block !important;
}

.pcDisp{
	display: none !important;
}

.pc-br {
	display: none;
}


#lp .sec01 h1{
	margin-bottom: 35px;
}

#lp .sec01{
	text-align: center;
	margin-bottom: 50px;
}

.telweb-soudan {
	display: flex;
	flex-direction:column;
	align-content:center;
	justify-content: none;
	padding-left: 20px;
	padding-right: 20px;
}

.minimoji {
	font-size: 80%;
	line-height:1.3em;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.minimoji-nonpad {
	font-size: 80%;
	line-height:1.3em;
	margin-bottom: 10px;
}



.telweb-soudan-nonpad {
	display: flex;
	flex-direction:column;
	align-content:center;
	justify-content: none;
	margin-bottom: 10px;
}

.telbox {
	width: 100%;
	
}

/*.btn-square {
	width: 100%;
	position: relative;
	font-size: 130%;
	display: inline-block;
	padding: 0.8em 0em;
	font-weight: bold;
	text-decoration: none !important;
	background: #eb7001;
	color: #FFF !important;
	border-bottom: solid 5px #884101;
	border-radius: 5px;
	padding-right: 45px;
	margin-top: 20px;
}
.btn-square:active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
}

.btn-square :before {
	display: inline-block;
	position: absolute;
	width: 45px;
	height: 45px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 30px 30px;
	content: "";
	margin-left: 0px;
	margin-top: -7px;
}*/

.telweb-soudan {
	margin-bottom: 10px;
	padding-bottom: none;
}

.moji {
padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.bigorenge {
	font-size: 120% !important;
	font-weight: bold !important;
	color: #eb7001 !important;
	background-image: none !important;
	background :none !important;
	
}

.kuromoji {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.nomalmoji {
	margin-bottom: 20px;
}


/*何を相談していいかわからない　ここから*/
.sec02 {
	text-align: center;
	background-color: #d2edfc;
	padding: 22px 0 22px;
}
.whitebox {
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
	padding: 20px;
}

.bigkuro {
	font-size: 120% !important;
	font-weight: bold !important;
	color: #000000 !important;
	background-image: none !important;
	border-bottom:none !important;
	margin-bottom: 20px;
}
.soudantxt {
	margin-bottom: 30px;
	margin-top: 30px;
}
.omakase {
	margin-bottom: 20px;
	margin-top: 20px;
}

.omakase img {
	margin-bottom: 20px;
}

.chukuro {
	font-size: 110%;
	font-weight: bold;
	line-height:1.4em;
	
}


/*ご紹介サービスここから*/
.sec03 {
	text-align: center;
	margin-top: 20px;
}

.textarea{
display: flex;
flex-wrap: wrap;
justify-content:space-between;	
padding-left: 20px;
padding-right: 20px;	
}

.textbox {
	width: 480px;
	height: auto;
	margin-bottom: 20px;
	border: 2px solid #90c21e;
	border-radius: 5px;
}

.textbox .title{
	margin: 0px 0 !important; 
	background: #90c21e;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF ;
	padding: 0.5em;
}

.icontext{
	padding: 20px;
}

.icontext .icon {
	height: 150px;
}

.textbox ul{
	text-align: left;
	font-size: 100%;
	line-height:1.5em;
	font-weight: bold;
}

.textbox ul li{
	list-style: disc !important;
	list-style-position: inside !important;
}


/*よくある質問ここから*/

.sec04 {
	text-align: center;
	background-color: #d2edfc;
	padding: 22px 0 22px;
}

.whitebox {
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 10px;
	max-width: 90%;
	margin: auto;
	padding: 20px;
}

.qanda {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.sec04 dl dt {
	position: relative;
	display: block;
	padding-left: 50px;
	margin-bottom: 1rem;
	font-size: 100%;
	font-weight: bold;
}

.sec04 dl dt span.nom {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 1.5rem;
	background: #20b8ee;
	border-radius: 50%;
	box-sizing: border-box;
}

.sec04 dl dd {
	position: relative;
	display: block;
	padding: 12px 12px 12px 12px;
	background: #e8f8fd;
	margin-left: 40px;
}

/*注意事項ここから*/
.sec05 {
	padding-left: 10px;
	padding-right: 10px;
}

.caution p {
	margin-top: 10px;
}

/*ご提供*/
.sec06 {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.logowaku {
	padding: 20px;
	border-top-style: solid;
	border-bottom: solid;
	border-color: #CCC;
	margin-bottom: 50px;
}

.logowaku p {
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.4em;
}

.btn2clm{
	margin:20px auto 30px;
}
.btn2clm ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.btn2clm ul li{
	margin:0 1%;
}
.btn2clm ul li a{
	display:inline-block;
	background:#cc0000;
	text-decoration: none;
	color:#fff;
	padding:0.8em 1.8em;
	border-radius:3px;
	transition:.3s;
	font-size:110%;
}
.btn2clm ul li a:hover{
	opacity:0.7;
}
.btn2clm ul li.no a:before{
	font-family: 'jpsmt';
	content: "\3E";
	margin-right:0.5em;
	font-size:90%;
}
.btn2clm ul li.yes a:before{
	font-family: 'jpsmt';
	content: "\3E";
	margin-right:0.5em;
	font-size:90%;
}
.btn2clm ul li.no a{
	background:#888888;
}
.btn2clm ul li.yes a{
	background:#CC0000;
}

	.btn2clm ul{
		display:block;
	}
	.btn2clm ul li{
		margin:10px auto;
	}
	.btn2clm ul li a{
		display:block;
		text-align:center;
		padding:1em 0.8em;
	}

em {
	color: #C7000E;}
}/* sp */

/*20210319*/
h2.pickupOld {
	border-bottom: 3px solid #23a74f;
    font-size: 180% !important;
    font-weight: bold ;
    color: #000000 ;
    background-image: none ;
}

.textbox02 {
	/*width: 480px;*/
	/*height: 340px;*/
	margin-bottom: 50px;
	border: 2px solid #23A74F;
	border-radius: 5px;
}
.textbox02 .title{
	background: #23A74F;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF ;
	padding: 0.5em;
}
.textbox02 img{
    border: 1px solid #DDD;
}
.textbox02 a.btnMborder {
    background: #23a74f;
    border: none;
    font-size: 1rem;
    min-width: 80%;
}
.textbox02 a.btnMborder.yic:before {
    color: #ffffff;
    font-size: 1.5rem;
}
.textbox02 a[class^=btn].arrowR[target="_blank"]:after {
    content: "\f105"!important;
    font-family: yubin;
    font-size: 130%;
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translate(-50%,-50%);
}
.textbox02 a.btnMborder.arrowR:after {
    color: #ffffff;
}
.textbox02 a {
    color: #ffffff;
}
.btnPdf{
    display: flex;justify-content: center;align-items: center;
}
@media screen and (max-width: 750px){
.textbox02 a.btnMborder.yic {
    padding-left: 0;
}
}/*sp end*/
/*20210329*/
.picup-area a.btnMborderInversion {
    background: #FFF;
    padding: 1em 3em 1em 2.5em;
    color: #23a74f;
	border: 3px solid #23a74f;
    font-size: 1rem;
    min-width: 30%;
}
