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

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background-color: #f2f2f2;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #f2f2f2;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #f2f2f2;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


/*---------------------------------------------------------------------
	fix_btn
----------------------------------------------------------------------*/
.buy_fix_btn{
	width: 140px;
	height: 140px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 10000000;
	background-image: url(../img/btn_bg_orange_gra.png);
	background-size: cover;
	border-radius: 900px !important;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: solid 1px #ff8400;
}

.buy_fix_btn span{
	background-color: #fff;
	font-weight: 900;
	color: #00a578;
	display: inline-block;
	text-align: center;
	border-radius: 900px;
	font-size: 1.3rem;
	box-sizing: border-box;
	padding: 3px 5px;
	margin-top: 10px;
}

.buy_fix_btn p{
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.2 !important;
}

.fix_text{
	padding-top: 35px !important;
}

.buy_fix_btn:hover{
	opacity: 0.7;
	cursor: pointer;
}

.fix_btn{
	width: 100%;
	height: 100%;
}

.fa-angle-right{
	font-size: 2.2rem !important;
}

.fix_migi{
	padding-top: 0 !important;
}



/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_tel_flame:hover{
	opacity: 0.7;
}

.top_tel_flame a{
	display: flex;
	align-items: center;
}

.tel_icon_flame{
	border: solid 2px #333;
	border-radius: 90000px !important;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

/**********************************
背景色付き、電話白の時はこちらを使う
.tel_icon_flame{
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	background-color: #333;
}

.fa-phone{
	font-size: 4.1rem !important;
	color: #fff;
	padding-top: 3px;
}

**********************************/


.fa-phone{
	font-size: 4.1rem !important;
	color: #333;
	padding-top: 3px;
}

.tel_number{
	color: #333;
	font-weight: bold;
	font-size: 2.7rem;
	margin-bottom: 2px !important;
	text-align: center;
}

.tel_uketuke{
	color: #333;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;/*----lineアイコンがあるときは250〜300px---*/
	float: right;
	height: 50px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 5px;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
	
	
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 2px !important;/*----lineアイコンがあるときは20を0に---*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 14%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



/**********************************

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in{
	width: 620px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 0 auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


/**********************************

section設定

**********************************/
.section_over_flame{
	width: 620px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0 auto;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.section_under_flame{
	width: 580px;
	height: auto;
	margin: 0 auto;
	padding: 55px 0;
}







/**********************************

cvエリア

**********************************/
.cv_over{
	background: linear-gradient(to bottom,#80deea,#26c6da,#0097a7);
}

.cv_over2{
	background: linear-gradient(to bottom,#0097a7,#26c6da,#80deea,#26c6da,#0097a7);
}

.cv_under{
	padding-top: 27px;
}

.cv_under2{
	padding-top: 38px;
}

.cv_shita_sankaku{
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 7rem;
	line-height: 1 !important;
	margin-top: -17px !important;
	margin-bottom: 10px !important;
}

.cv_white_flame{
	width: 100%;
	height: auto;
	padding: 20px 25px 35px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 20px;
}

.cv_text{
	font-size: 1.95rem;
	text-align: center;
}

.cv_text span{
	font-weight: 900;
	color: #ff8400;
}

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

.cv_tel_flame{
	width: 100%;
	margin-top: 15px;
}

.cv_tel_flame:hover{
	opacity: 0.7;
}

.cv_tel_flame a{
	display: flex;
	align-items: center;
}

.cv_tel_icon_flame{
	width: 90px;
	height: 90px;
	margin-right: 15px;
}

.cv_tel_icon_flame i{
	font-size: 6.4rem !important;
}

.cv_tel_number{
	font-size: 5rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.cv_tel_uketuke{
	font-size: 2.4rem;
	line-height: 1.6 !important;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.cv_btn{
	width: 48.5%;
	height: 80px;
	border-radius: 7px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_btn:hover{
	opacity: 0.7;
}

.cv_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a img{
	width: 18%;
	margin-right: 4px;
}

.cv_btn a p{
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a p i{
	font-size: 4rem !important;
	padding-bottom: 4px !important;
}




.cv_long_btn{
	width: 100%;
	height: 120px;
	border-radius: 700px;
	margin-top: 20px;
	background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 1px #00B900;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_long_btn:hover{
	opacity: 0.7;
}

.btn_uchi_flame{
	width: 100%;
	height: 100%;
	background-image: url(../img/nijuu_yon.png);
	background-repeat: no-repeat;
	background-size: 23%;
	background-position: center bottom 13%;
}

.cv_long_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/cv_fff_migi_yajirushi.png);
	background-repeat: no-repeat;
	background-size: 2.4%;
	background-position: center right 30px;
}

.cv_long_btn a img{
	width: 25%;
	margin-right: 5px;
}

.cv_long_btn a p{
	font-size: 4.3rem;
	color: #fff;
	font-weight: bold;
	padding-bottom: 7px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_long_btn a p i{
	font-size: 4.6rem !important;
	padding-bottom: 4px !important;
}

.cv_long_btn2{
	background-image: url("../img/btn_bg_orange_gra.png");
	border: solid 1px #ff8400;
}

.cv_long_btn2 a{
	background-image: url(../img/cv_fff_shita_yajirushi.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: center right 25px;
}






/**********************************

悩みエリア

**********************************/
.nayami_over{
	background-color: #e5fdff;
}

.nayami_under{
	padding-bottom: 45px;
}

.nayami_under ul{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	box-sizing: border-box;
	margin-top: 35px;
}

.nayami_under ul li{
	font-size: 2.4rem;
	line-height: 1.4;
	background-image: url(../img/check_green.png);
	background-size: 11%;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 70px;
	margin-top: 28px;
}

.nayami_under ul li span{
	font-weight: bold;
	color: #ff8400;
}

.li_top{
	margin-top: 0 !important;
}








/**********************************

解決エリア

**********************************/
.kaiketu_over{
	
}

.kaiketu_under{
	
}

.kaiketu_img{
	margin-top: 13px;
}






/**********************************

特徴エリア

**********************************/
.tokuchou_over{
	background: linear-gradient(to bottom,#0097a7,#26c6da,#80deea,#26c6da,#0097a7);
}

.tokuchou_under{
	
}

.tokuchou_img{
	border-radius: 10px 10px 0 0;
	margin-top: 30px;
}

.tokuchou_img_top{
	margin-top: 0 !important;
}

.h2_tokuchou{
	width: auto;
	height: 158px;
	display: block;
	margin: 0 auto 0.5%;
}

.h2_shita_star{
	width: auto;
	height: 34px;
	display: block;
	margin: 0 auto 35px;
}

.tokuchou_text_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}

.tokuchou_text_flame h3{
	margin-bottom: 10px;
}

.tokuchou_text_flame p{
	white-space: pre-wrap;
}

.tokuchou_text_flame p span{
	font-weight: 900;
	color: #ff8400;
}

.maker_logo{
	margin-top: 40px;
}


/**********************************

強みエリア

**********************************/
.tuyomi_over{
	background-color: #e5fdff;
}

.tuyomi_under{
	
}

.tuyomi_flame{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 25px;
	margin-top: 30px;
}

.tuyomi_flame_top{
	margin-top: 0 !important;
}

.tuyomi_flame img{
	border-radius: 8px;
}

.tuyomi_flame h3{
	font-weight: bold;
	text-align: center;
	font-size: 3.8rem;
	margin: 22px 0 18px;
}

.tuyomi_flame h3 span,.tuyomi_flame p span{
	font-weight: 900;
	color: #ff8400;
}

.tuyomi_flame p{
	white-space: pre-wrap;
}




/**********************************

ピカピカエリア

**********************************/
._over{
	
}

.pikapika_under{
	padding-bottom: 18px;
}

.h2_nomal{
	width: auto;
	height: 118px;
	display: block;
	margin: 0 auto 18px;
}

.pikapika_img{
	margin-top: 40px;
	border-radius: 10px;
}

.pikapika_img_top{
	margin-top: 0 !important;
}

.cv_shita_sankaku2{
	color: #333;
	margin-top: -2% !important;
	margin-bottom: 20px !important;
}



/**********************************

お客様の声エリア

**********************************/
.voice_over{
	height: auto;
	background-image:url(../img/voice_bg.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: cover;
}

.voice_under{
	
}

.voice_flame{
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px 20px;
	margin-top: 30px;
}

.voice_flame_top{
	margin-top: 0 !important;
}

.voice_text_flame{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	padding: 17px 20px;
	margin-top: 15px;
	border-radius: 10px;
}

.voice_text{
	white-space: pre-wrap;
}

.voice_text span{
	font-weight: 900;
	color: #ff8400;
}

.voice_name{
	text-align: right;
}

.voice_name{
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5 !important;
}




/**********************************

料金エリア

**********************************/
.ryoukin_over{
	
}

.ryoukin_under{
	
}

.h2_shita_text{
	text-align: center;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
  
th, td {
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
}
  
th {
	background-color: #0197A7;
	width: 30%;
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
	border-right: solid 3px #fff;
}

th span{
	font-size: 1.8rem;
	font-weight: 500;
}

td{
	line-height: 1.1 !important;
	font-size: 2rem;
	background-color: #f3f3f3;
}

.kingaku{
	font-size: 4.4rem;
}

.en{
	font-size: 3.4rem;
}

.zeikomi{
	font-size: 2.4rem;
}

td span{
	color: #ff8400;
	font-weight: 900;
}

.hidariue{
	border-radius: 10px 0 0 0;
}

.migiue{
	border-radius: 0 10px 0 0;
}

.hidarishita{
	border-radius: 0 0 0 10px;
}

.migishita{
	border-radius: 0 0 10px 0;
}

.uesen{
	border-top: solid 3px #fff;
}

.ryoukin_under h3{
	font-weight: 900;
	font-size: 3rem;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.ryoukin_under h4{
	background-color: #0097a7;
	color: #fff;
	font-size: 2.6rem;
	border-radius: 10px 10px 0 0;
	font-weight: 900;
	box-sizing: border-box;
	padding: 13px 20px 14px;
	margin-top: 25px;
}

.option_h4_top{
	margin-top: 0 !important;
}

.option_text_flame{
	box-sizing: border-box;
	padding: 13px 20px !important;
	background-color: #f3f3f3;
	border-radius: 0 0 10px 10px;
}

.option_text{
	white-space: pre-wrap;
}

.option_ryoukin{
	text-align: right;
	font-weight: 900;
	font-size: 3rem;
	margin-top: 10px !important;
	color: #ff8400;
}

.option_ryoukin span{
	font-size: 2.4rem;
	font-weight: 900;
}



.h3_tuujou{
	margin-top: 0 !important;
}

.tettei_img_flame{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.6%;
}

.tettei_img_flame img{
	width: 48.5%;
	height: auto;
	border-radius: 3%;
}

.tettei_text{
	white-space: pre-wrap;
	margin-top: 2% !important;
}

.tettei_text span{
	font-weight: 900;
	color: #ff8400;
}

.h4_top{
	margin-top: 0 !important;
}



/**********************************

対応エリア

**********************************/
.taiou_over{
	background-color: #e5fdff;
}

.taiou_flame{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}

.taiou_flame_top{
	margin-top: 0 !important;
}

.taiou_flame h3{
	font-size: 2.6rem;
	color: #1298a7;
	font-weight: 900;
	border-bottom: solid 1px #1298a7;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}


/**********************************

流れエリア

**********************************/
.nagare_over{
	
}

.nagare_under{
	
}

.nagare_img{
	border-radius: 10px;
	margin-bottom: 10px;
}

.nagare_text{
	white-space: pre-wrap;
}

.cv_shita_sankaku3{
	margin: -15px auto 10px !important;
}

.cv_shita_sankaku4{
	margin: 2px auto 10px !important;
}












/**********************************

よくある質問エリア

**********************************/
.shitumon_over{
	background-color: #e5fdff;
}

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	border-radius: 8px;
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 20px 0 20px 25px;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: 30px;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2rem;
	padding: 0 25px 25px;
	display:none;
	color: #333;
}

.answer_text{
	white-space: pre-wrap;
}



/**********************************

フォームエリア

**********************************/

.form_sentaku{
	width: 100%;
}

.form_nomal_text{
	font-size: 1.8rem;
}

.form_mini_title{
	font-size: 2rem;
	font-weight: bold;
}

.form_nomal_text span,.form_mini_title span{
	font-weight: bold;
	color: #DD0000;
}

.form_name{
	width: 200px;
}

.form_tel{
	width: 120px;
}

.form_long_flame{
	width: 424px;
}

.form_big_flame{
	width: 100%;
	height: 250px;
}

.form_waku_kyoutuu{
	font-size: 1.8rem;
	padding: 4px;
	padding-right: 0 !important;
	box-sizing: border-box;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 110px;
	background-image: url("../img/btn_bg_orange_gra.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: solid 1px #ff8400 !important;
	border-radius: 500px !important;
	font-size: 4.8rem;
	color: #fff;
	font-weight: bold;
}

.form_btn:hover{
	opacity: 0.7;
}

.option_care{
	font-weight: bold !important;
	font-size: 3rem;
}





/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0197A7;
	margin-top: 60px;
}

.footer_under{
	width: 952px;
	height: 120px;
}


.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p,.small{
	color: #fff;
	font-size: 1.8rem;
}

.footer_link a:hover{
	text-decoration: underline;
}

.footer_link p{
	margin: 0 25px !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 18px;
}
