﻿@charset "utf-8";
/* =======================================
共通
======================================= */
@media screen and (min-width: 769px){
	body {
		text-align: center;
		width: 100%;
		color: #494949;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 14px;
	}
	
	.inbox {
		width: 980px;
		margin:0 auto;
		text-align: center;
	}

	.yu-go{
	    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}

	.yu-min{
	    font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}

	.pagenation{
	    color: #374b69;
	    font-size: 12px;
	    position: relative;
	}

	.pagenation li{
	    background: #6382c9;
	    padding: 5px 10px;
	    color: #fff;
	    font-size: 16px;
	    display: inline-block;
	    box-sizing: border-box;
	    vertical-align: middle;
	    margin-right: 10px;
	}

	.pagenation li a{
	    color: #fff;
	}

	.pagenation .current{
	    background:#fff;
	    border:1px solid #6382c9;
	}

	.current{
	    color: #6382c9 !important;
	}

	.right{
	    position: absolute;
	    right: 2%;
	}

	.center{
	    position: absolute;
	    left: 45%;
	}

	.left{
	    position: absolute;
	    left: 2%;
	}

	a{
	    color: #494949;
	}

	a[href^="tel:"] {
	    pointer-events: none;
	}

	a::before,
	a::after {
	    position: absolute;
	    z-index: -1;
	    display: block;
	    content: '';
	}

	a,
	a::before,
	a::after {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}

	a:hover {
	    filter:alpha(opacity=60);
	    opacity: 0.6;
	}

	/*header
	--------------------------------------------*/
	header {
		color: #808080;
		position:absolute;
		top:0;
		width: 100%;
	    z-index: 800;
	    background-color: rgba(255,255,255,0.85);
	}

	header h1 {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
		font-size: 12px;
	    height: 25px;
	}

	#top-head{
		display: none;
	}

	.h-info-cov-r {
		display: table-cell;
	}

	.h-info-cov {
		display: table;
	}

	.h-logo {
	    display: table-cell;
	    vertical-align: middle;
	    text-align: left;
	    position: relative;
	    top : -16px;
	}

	.h-info-cov ul {
		float: right;
		display: table;
	}

	.h-info-cov ul li{
		display: table-cell;
	    vertical-align: middle;
	}

	.h-telbox {
		width: 275px;
	}

	.h-telbox dt{
		float: left;
		display: inline-block;
	}

	.h-telbox dt dd{
		float: left;
		display: inline-block;
	}

	.mobile {
		text-align: left;
	    margin-left: 60px;
	    margin-top: 5px;
	    font-size: 14px;
	    font-weight: bold;
	}

	.mobile span a{
		color: #6382c9;
	}

	/*main visual
	--------------------------------------------*/
	#mainvis {
	    position: relative;
	    z-index: 1;
	}

	#mainvis p {
	    position: absolute;
	    z-index: 100;
	    top: 250px;
	    right: 0px;
	    bottom: 0px;
	    left: 0px;
	    margin: auto auto;
	}

	.slider {
		position:relative;
		overflow:hidden;
	    width:100%;
		z-index: 1;
		position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%;
	}
	.slider img {
		position: absolute;
		min-height: 100%;
		min-width:
		margin: 0 auto;

	    left:50%;
	    width:1920px;
	    margin-left:-960px;
	}

	.bx01, .bx02, .bx03{
		height: 750px;
	}

	.bx01 {
		background: url(../img/top/slider01_bg.jpg) center center / cover no-repeat;
	}
	.bx02 {
		background: url(../img/top/slider02_bg.jpg) center center / cover no-repeat;
	}
	.bx03 {
		background: url(../img/top/slider03_bg.jpg) center center / cover no-repeat;
	}

	/*nav
	--------------------------------------------*/
	.nav{
		background: #6dbce4;
		padding: 10px 0;
	}

	.nav li{
		float: left;
		border-left: 3px dotted rgba(255,255,255,0.5);
	}

	.nav li:last-child{
		border-right: 3px dotted rgba(255,255,255,0.5);
	}

	.nav li a{
		padding: 5px 35px;
		display: block;
	}

	/*tp01
	--------------------------------------------*/
	.tp01{
		background: url(../img/top/icon08.png) no-repeat,
					url(../img/top/icon09.png) no-repeat,
					url(../img/top/bg01.png) no-repeat,
					rgba(109,188,228,0.2);
		background-position: calc(0% + 15px) calc(100% - 170px),
							 calc(100% - 30px) calc(100% - 115px),
							 0 0;
		padding: 80px 0;
	}

	.tp01_head{
		background:url(../img/top/icon04.png) no-repeat,
				   url(../img/top/icon05.png) no-repeat,
				   rgba(255,255,255,0.8);
		background-position: 10% 45% , 10% 85%;
		border-radius: 10px;
		padding: 30px 0 45px 0;
		margin-bottom: 60px;
		position: relative;
	}

	.tp01_head::before{
		background: url(../img/top/icon06.png) no-repeat;
		position: absolute;
		content: '';
		width: 176px;
		height: 254px;
		right:25px;
		bottom:-30px;
	}

	.tp01_head h3{
		background:url(../img/top/icon01.png) no-repeat,
				   url(../img/top/icon02.png) no-repeat,
				   url(../img/top/icon03.png) no-repeat,
				   url(../img/common/txt_bg01.png) center center;
		background-position: 29% 15% ,
							 45% 95%,
							 52.5% 1%;
		padding: 15px 0;
		margin-bottom: 25px;
	}

	.tp01_head p{
		font-size: 16px;
	}

	.tp01_bt h3{
		background:url(../img/top/icon07.png) no-repeat , rgba(99,130,201,0.8);
		background-position: 16% 50%;
		position: relative;
		padding: 15px 0;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.tp01_bt h3::before{
		background: url(../img/top/triangle01.png) no-repeat;
		position: absolute;
		content: '';
		width: 40px;
		height: 15px;
		bottom:-15px;
		left: 47.5%;
	}

	/*tp02
	--------------------------------------------*/
	.tp_ttl{
		background: #6dbce4;
		padding: 15px 0;
	}

	.tp02 .tp_ttl span{
		padding: 15px 35px;
		background: url(../img/top/icon10.png) left top no-repeat;
	}

	.tp02_cont{
		background:url(../img/top/dash01.png) top center no-repeat,
				   url(../img/top/bg02.png) center center no-repeat,
				   rgba(255,255,255,0.8);
		padding: 60px 0 80px 0;
	}

	.tp02_list{
		margin-bottom: 60px;
	}

	.tp02_box{
		background: rgba(255,255,255,0.8);
		border-radius: 10px;
		padding: 30px;
		margin-bottom:40px;
	}

	.tp02_ttl h4{
		padding: 22px 0 22px 25px;
		border-radius:0 8px 8px 0;
		text-align: left;
		margin-bottom: 35px;
		box-sizing: border-box;
		float: right;
		width: 835px;
	}

	.tp02_ttl span{
		width: 80px;
		float: left;
		box-sizing: border-box;
		padding: 13px 0;
		border-radius: 8px 0 0 8px;
	}

	.tp02_list .tp02_box:first-child span{
		background:#7ec481;
	}

	.tp02_list .tp02_box:first-child h4{
		background:url(../img/top/bg_img01.png) center right no-repeat,
				   #7ec481;
	}

	.tp02_img li{
		float: left;
		width: 260px;
		margin-right: 60px;
		position: relative;
	}

	.tp02_img li:last-child{
		margin-right: 0;
	}

	.tp02_img li p{
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		position: absolute;
		bottom:0;
		background: url(../img/top/txt_bg02.png) no-repeat;
		width: 280px;
		padding: 3px 0 20px 0;
	}

	.tp02_list .tp02_box:last-child{
		margin-bottom:0;
	}

	.tp02_list .tp02_box:last-child span{
		background:#6382c9;
	}

	.tp02_list .tp02_box:last-child h4{
		background:url(../img/top/bg_img02.png) center right no-repeat,
				   #6382c9;
	}

	.tp02_bnr{
		background: url(../img/top/bnr_bg01.png) right center no-repeat,
					url(../img/common/txt_bg01.png);
		padding: 5px;
		border-radius: 6px;
		position: relative;
	}

	.tp02_bnr::before{
		background: url(../img/top/markup01.png) no-repeat;
		position: absolute;
		content: '';
		width: 134px;
		height: 69px;
		left: 20px;
		top: -15px;
	}

	.tp02_bnr-cont{
		border:2px solid rgba(255,255,255,0.8);
		border-radius:6px;
		font-size: 28px;
		font-weight: bold;
		text-align: left;
	}

	.tp02_bnr a{
		color: #fff;
		padding:20px 200px;
		display: block;
		background: url(../img/common/arr01.png) no-repeat;
		background-position: 17% 50%;
	}

	/*tp03
	--------------------------------------------*/
	.tp03 .tp_ttl span{
		padding: 15px 60px;
		background: url(../img/top/icon13.png) left center no-repeat;
	}

	.tp03_cont{
		background:url(../img/top/dash01.png) top center no-repeat,
				   url(../img/top/bg03.png) left top no-repeat,
				   url(../img/top/bg04.png) right bottom no-repeat,
				   url(../img/top/bg05.png) center center;
		padding: 85px 0;
	}

	.tp03_ba{
		margin-bottom:50px;
	}

	.tp03_ba li{
		float: left;
		width: 440px;
		margin-right: 70px;
		position: relative;
	}

	.tp03_ba li:last-child{
		float:right;
		margin-right: 0;
	}

	.tp03_ba li::before{
		background: url(../img/top/arr01.png) no-repeat;
		position: absolute;
		content: '';
		width: 68px;
		height: 101px;
		z-index: 100;
		left:-30px;
		top: 37%;
	}

	.tp03_ba li h4{
		text-align: right;
		font-size: 22px;
		color: rgba(128,128,128,0.5);
	}

	.tp03_ba li h4 span{
		font-size: 26px;
		color: rgba(232,159,168,0.5);
	}

	.tp03_af-img{
		width: 440px; /*トリミング後の横幅*/
		height: 335px; /*トリミング後の縦幅*/
		overflow: hidden;
		position: relative;
	}

	.tp03_af-img img{
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.tp03_af-txt{
		background:#6382c9;
		color: #fff;
		font-size: 23px;
		font-weight: bold;
		padding: 5px 0;
	}

	.tp03_af-txt span{
		width: 28px;
	  	height: 28px;
	  	border-radius: 50%;
	  	-moz-border-radius: 50%;
	  	-webkit-border-radius: 50%;
	  	-o-border-radius: 50%;
	  	-ms-border-radius: 50%;
	  	font-size: 20px;
	  	color: #e89fa8;
	  	background: #fff;
	  	text-align: center;
	  	padding: 2px 9px;
	  	margin-right: 2px;
	}

	.tp03_af-txt .txt_a{
		position: relative;
		top:50%;
		transform: translateY(-50%);
	}

	.tp03_bf{
		background: #6382c9;
		padding: 5px;
		width: 160px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: -30px;
	}

	.tp03_bf-img{
		width: 150px; /*トリミング後の横幅*/
		height: 115px; /*トリミング後の縦幅*/
		overflow: hidden;
		position: relative;
	}

	.tp03_bf-img img{
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.tp03_bf p{
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		padding-top: 3px;
	}

	.tp03_bf span{
		width: 19px;
	  	height: 19px;
	  	border-radius: 50%;
	  	-moz-border-radius: 50%;
	  	-webkit-border-radius: 50%;
	  	-o-border-radius: 50%;
	  	-ms-border-radius: 50%;
	  	font-size: 14px;
	  	color: #6dbce4;
	  	background: #fff;
	  	text-align: center;
	  	padding: 2px 7px;
	  	margin-right: 2px;
	}

	.tp03_bf .txt_b{
		position: relative;
		top:50%;
		transform: translateY(-50%);
	}

	.tp03_btn{
		background: url(../img/common/txt_bg01.png);
		padding: 3px;
		border-radius: 6px;
	}

	.tp03_btn a{
		border:2px solid rgba(255,255,255,0.6);
		padding: 10px 0;
		border-radius: 6px;
		display: block;
		background: url(../img/common/arr01.png) no-repeat;
		background-position: 30% 50%;
	}

	/*tp04
	--------------------------------------------*/
	.tp04 .tp_ttl span{
		padding: 15px 60px;
		background: url(../img/top/icon14.png) left center no-repeat;
	}

	.tp04_cont{
		background: url(../img/top/dash01.png) top center no-repeat;
		padding: 85px 0 80px 0;
	}

	.tp04_news{
		background: #f2f2f2;
		padding: 25px 30px 30px 30px;
		width: 600px;
		float: left;
		box-sizing: border-box;
	}

	.tp04_news h4{
		font-size: 24px;
		color: #494949;
		text-align: left;
		margin-bottom: 15px;
	}

	.tp04_news li{
		background: #fff;
		margin-bottom: 5px;
		text-align: left;
	}

	.tp04_news li:last-child{
		margin-bottom: 15px;
	}

	.tp04_news li span{
		color: #6382c9;
		font-size: 12px;
	}

	.tp04_news li a{
		background: url(../img/common/arr02.png) no-repeat,
					url(../img/common/arr06.png) right center no-repeat;
		padding: 14px 25px 14px 35px;
		background-position: 4% 50% , 100% 50%;
		display: block;
		position: relative;
	}

	.tp04_btn{
		width: 80px;
		margin-left: auto;
	}

	.tp04_btn a{
		color: #6382c9;
		background: url(../img/common/arr03.png) left center no-repeat;
		padding: 5px 0 5px 10px;
		display: block;
		border-bottom: 1px dotted #6382c9;
	}

	.facebook{
		float: right;
		width: 340px;
	}

	/* tp-about-txt */
	.tp-about-txt{
		
	}
	.tp-about-txt article{
		margin-bottom: 50px;
	}
	.tp-about-txt article h2{
		margin: 30px 0;
		color: #6382c9;
		text-align: center;
		font-weight: bold;
		font-size: 2rem;

	}
	.tp-about-txt article h3{
		margin: 20px 0;
		color: #6382c9;
		text-align: left;
		font-weight: bold;
		font-size: 1.5rem;

	}
	.tp-about-txt article h4{
		margin: 20px 0;
		text-align: left;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.tp-about-txt article p{
		margin-bottom: 10px;
		text-align: left;
	}
	.tp-about-txt article ul{
		margin: 20px 0;
		text-align: left;
		font-weight: bold;
	}
	/*下層共通
	--------------------------------------------*/
	.mainv{
		background: url(../img/common/bt_main.png) center center no-repeat;
		padding:140px 0 30px 0;
		position: relative;
	}

	.bt_ttl{
		width: 600px;
		margin:0 auto;
		background: rgba(255,255,255,0.8);
		padding: 5px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.bt_ttl h2{
		border:4px solid rgba(109, 188, 188, 0.2);
		border-radius:10px;
		padding:60px 0 50px 0;
	}

	div.bread{
		padding-top:10px;
		font-size:12px;
		text-align: left;
	}

	div.bread li{
		display:inline-block;
		color:#999999;
	}

	div.bread ol li:after {
	    content: " ＞ ";
	    padding: 0 2px;
	}

	div.bread ol li:last-child:after{
	    content: "";
	}

	div.bread ol li a{
		color:#999999;
	}

	.container{
		padding: 50px 0 110px 0;
	}

	.sub_ttl{
		font-size: 20px;
		color: #fff;
		background: url(../img/common/ttl_dot.png) no-repeat , #6382c9;
		background-position: 1% 50%;
		border-radius: 6px;
		text-align: left;
		padding: 10px 0 10px 25px;
		margin-bottom:15px;
	}

	.third_ttl{
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		background: url(../img/common/ttl_icon.png) left center no-repeat,
					url(../img/common/ttl_border01.png) center bottom no-repeat;
		padding: 8px 0 8px 30px;
		margin-bottom:15px;
	}

	.forth_ttl{
		font-size: 16px;
		color: #6382c9;
		background: url(../img/common/ttl_border02.png) left center no-repeat;
		padding: 5px 20px;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px dotted #6382c9;
		margin-bottom: 15px;
	}

	.cmn_dl dt,
	.cmn_dl dd{
		display: table-cell;
		vertical-align:middle;
		box-sizing: border-box;
		text-align: left;
	}

	.cmn_dl dl{
		border-top:1px solid #c9c9c9;
	}

	.cmn_dl dl:last-child{
		border-bottom:1px solid #c9c9c9;
	}

	.cmn_dl dt{
		background: #eeeeee;
		padding:15px ;
		width: 400px;
	}

	.cmn_dl dd{
		padding-left: 10px;
	}
	.cmn_dl h5{
		margin: 20px 0 30px;
	}
	.cmn_dl p{
		margin: 15px 0 20px;
		text-align: left;
	}

	.pagelink{
		margin-bottom: 60px;
	}

	.pagelink li{
		float: left;
		width: 470px;
		background: url(../img/common/txt_bg01.png);
		padding: 5px;
		border-radius: 6px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.pagelink li:last-child{
		float: right;
	}

	.pagelink li a{
		border:2px solid rgba(255,255,255,0.8);
		border-radius: 6px;
		padding: 15px 0;
		display: block;
		color: #fff;
		background: url(../img/common/arr08.png) no-repeat;
		background-position: 90% 50%;
	}

	/*事業内容
	--------------------------------------------*/
	.sv01_contin{
		margin-bottom: 55px;
	}

	.sv01_img{
		float: left;
	}

	.sv01_txt{
		float: right;
		width: 550px;
		text-align: left;
	}

	.sv01_cont .sv01_contin:last-child .sv01_img{
		float: right;
	}

	.sv01_cont .sv01_contin:last-child .sv01_txt{
		float: left;
	}

	.sv02_cont{
		width: 470px;
		float: left;
	}

	.sv02 .sv02_cont:last-child{
		float: right;
	}

	.sv02_img{
		margin-bottom: 10px;
	}

	.sv02_txt{
		text-align: left;
		color: #222222;
	}

	/*価格表
	--------------------------------------------*/
	.pr_txt{
		text-align: left;
		margin-bottom:40px;
		font-size: 18px;
		color:#f00;
	}

	.pr01_cont{
		margin-bottom: 55px;
		font-size: 16px;
	}

	.pr01_cont02{
		margin-bottom: 40px;
	}

	.pr_txt-list{
		text-align: left;
		padding: 10px 0;
	}

	.pr_bnr{
		background: url(../img/common/txt_bg01.png) center center;
		padding: 10px;
	}

	.pr_bnr-cont{
		border:2px solid rgba(255,255,255,0.6);
		padding: 20px;
		border-radius: 6px;
	}

	.pr_bnr p{
		margin-bottom: 20px;
	}

	.pr_bnr-cont li{
		width: 440px;
		background: #fff;
		border-radius: 6px;
		float: left;
	}

	.pr_bnr-cont li:last-child{
		float: right;
	}

	.pr_bnr-cont li a{
		padding: 15px 0 15px 20px;
		display: block;
	}

	.pr_bnr-cont li:first-child a{
		background: url(../img/price/icon01.png) no-repeat,
					url(../img/common/arr07.png) no-repeat;
		background-position: 30% 50% , 90% 50%;
	}

	.pr_bnr-cont li:last-child a{
		background: url(../img/price/icon02.png) no-repeat,
					url(../img/common/arr07.png) no-repeat;
		background-position: 20% 50% , 90% 50%;
	}

	/*ビフォーアフター
	--------------------------------------------*/
	.bfaf_list li{
		width: 299px;
		float: left;
		margin-right:40px;
		margin-bottom: 50px;
	}

	.bfaf_list li:nth-child(3n){
		margin-right: 0;
	}

	.bfaf_list li:nth-child(3n+1):nth-last-child(-n+3),
	.bfaf_list li:nth-child(3n+1):nth-last-child(-n+3) ~ li{
	    margin-bottom:10px;
	}

	.bfaf_head-img{
		width: 299px; /*トリミング後の横幅*/
		height: 250px; /*トリミング後の縦幅*/
		overflow: hidden;
		position: relative;
	}

	.bfaf_head-img img{
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bfaf_bt-txt{
		background: #6dbce4;
		padding: 10px 10px 15px 10px;
		color: #fff;
	}

	.bfaf_bt-txt h4{
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px dotted #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.bfaf_head-txt{
		text-align: left;
	}

	.bfaf_btn{
		width: 180px;
		margin: 0 auto;
		margin-top:10px;
		background: #fff;
		border-radius: 6px;
	}

	.bfaf_btn a{
		background: url(../img/common/arr10.png) no-repeat;
		background-position: 20% 50%;
		color: #e4b115;
		padding:5px 0;
		display: block;
	}

	/*------詳細------*/
	.bfaf_cont{
		background: url(../img/top/arr01.png) no-repeat;
		background-position: 38% 90%;
		margin-bottom: 20px;
	}

	.before{
		float: left;
		width: 385px;
	}

	.before_img{
		width: 385px; /*トリミング後の横幅*/
		height: 320px; /*トリミング後の縦幅*/
		overflow: hidden;
		position: relative;
	}

	.before img{
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.before p,
	.after p{
		background: #6dbce4;
		color: #fff;
		font-size: 23px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.before p span,
	.after p span{
		font-size: 20px;
		width: 27px;
	  	height: 27px;
	  	border-radius: 50%;
	  	-moz-border-radius: 50%;
	  	-webkit-border-radius: 50%;
	  	-o-border-radius: 50%;
	  	-ms-border-radius: 50%;
	  	background: #fff;
	  	text-align: center;
	  	padding: 1px 8px;
	  	margin-right: 2px;
	}

	.before p span{
		color: #6382c9;
	}

	.after p span{
		color: #e89fa8;
	}

	.after{
		float: right;
		width: 555px;
	}

	.after_img{
		width: 555px; /*トリミング後の横幅*/
		height: 465px; /*トリミング後の縦幅*/
		overflow: hidden;
		position: relative;
	}

	.after img{
		position: absolute;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bfaf_txt{
		border:4px solid #e6e6e6;
		padding: 10px;
		text-align: left;
		margin-bottom: 5px;
	}
	/*Q&A・アドバイス
	--------------------------------------------*/
	.qa01{
		margin-bottom: 85px;
	}

	.qa01_list li{
		margin-bottom: 40px;
	}

	.qa01_list li:last-child{
		margin-bottom: 0;
	}

	.qa01_list li p{
		text-align: left;
	}

	.qa01_link a{
		color: #6382c9;
		border-bottom:1px solid #6382c9;
	}

	.qa02_cont{
		margin-bottom: 50px;
	}

	.qa02_cont p{
		text-align: left;
	}

	.qa02_head-txt{
		margin-bottom: 30px;
	}

	.qa02_list{
		margin-bottom: 40px;
	}

	.qa02_list li{
		margin-bottom: 20px;
	}

	.qa02_list li:last-child{
		margin-bottom: 0;
	}

	.advice_ttl{
		cursor:pointer;
		background:url(../img/qa/icon01.png) no-repeat, #e4b115;
		background-position: 99% 50%;
		padding:7px 10px;
		text-align: left;
		font-size: 16px;
		color: #fff;
	}

	.advice_ttl span{
		background: #fff;
		padding: 2px 5px;
		color: #e4b115;
		font-weight: bold;
		border-radius: 3px;
		margin-right:10px;
	}

	.qa02_list h5.active{
		background:url(../img/qa/minus.png) no-repeat, #e4b115;
		background-position: 99% 50%;
	}

	.qa_txt{
		display: none;
		background: #f2f2f2;
		padding: 20px;
	}

	.qa_txtbox{
		border:1px dotted #ecc534;
		border-radius: 6px;
		padding: 35px 0;
		font-size: 16px;
		line-height: 24px;
		background: url(../img/common/icon01.png) no-repeat;
		background-position: 1% 50%;
	}

	.qa_txtbox p{
		text-align: center;
	}

	/*会社概要
	--------------------------------------------*/
	.info01,
	.info02,
	.info03{
		margin-bottom:60px;
	}

	.info03 li{
		text-align: left;
		border-bottom:1px solid #c9c9c9;
		padding: 15px;
	}

	.info03 li:first-child{
		border-top:1px solid #c9c9c9;
	}

	/*お問い合わせ
	--------------------------------------------*/
	.contact_form{
		margin-bottom: 30px;
	}

	.contact_form dt,
	.contact_form dd{
		display: table-cell;
		vertical-align:middle;
		box-sizing: border-box;
		text-align: left;
		padding:15px 5px 15px 10px;
	}

	.contact_form dl{
		border-bottom:1px solid #c9c9c9;
	}

	.contact_form dl:first-child{
		border-top:1px solid #c9c9c9;
	}

	.contact_form dt{
		background: #eeeeee;
		width: 235px;
	}

	.contact_form span{
		color: #c1272d;
		font-size: 12px;
		padding-left: 5px;
	}

	.error-text{
		color: #c1272d;
	}

	.contact_form dl:nth-child(8) dt{
		vertical-align: top;
	}

	.contact_form li{
		display: inline-block;
		vertical-align:top;
		box-sizing: border-box;
		margin-left: 40px;
	}

	.contact_form li:first-child{
		margin-left: 0;
	}

	.txtarea{
		width: 720px;
		border:1px solid #959595;
		padding: 5px;
	}

	.contact_form textarea{
		height: 180px;
	}

	.g-recaptcha div{
		margin: 0 auto;
		margin-top:25px;
		margin-bottom: 25px;
	}

	.check_btn{
		width: 260px;
		margin:0 auto;
		padding: 20px 0;
		border:none;
		background:url(../img/common/arr04.png) no-repeat,#e4b115;
		background-position: 30% 50%;
		color:#fff;
		font-size: 18px;
	}

	.back_btn,
	.send_btn{
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.back_btn{
		background:url(../img/common/arr04.png) no-repeat,#e4b115;
		background-position: 10% 50%;
		color: #fff;
		border:none;
		width: 260px;
		margin:0 auto;
		font-size: 18px;
		padding: 20px 0;
		margin-right: 40px;
	}

	.send_btn{
		background:url(../img/common/arr04.png) no-repeat,#e4b115;
		background-position: 25% 50%;
		color: #fff;
		border:none;
		width: 260px;
		margin:0 auto;
		font-size: 18px;
		padding: 20px 0;
	}

	/*お知らせ
	--------------------------------------------*/
	.news01_list li{
		border:4px solid #e6e6e6;
		padding: 10px;
		margin-bottom: 40px;
	}

	.news_head{
		text-align: left;
		margin-bottom: 20px;
	}

	.news_bt p:first-child{
		float: left;
		font-size: 12px;
		color: #6dbce4;
		padding-top: 10px;
	}

	.news_bt p:last-child{
		width: 120px;
		float: right;
		font-size: 12px;
	}

	.news_bt p:last-child a{
		color: #fff;
		background: url(../img/common/arr04.png) no-repeat,#e4b115;
		background-position: 15% 50%;
		padding: 5px 0;
		display: block;
	}

	.news01_list li:last-child{
		margin-bottom: 10px;
	}

	/*------詳細-------*/
	.news_box{
		border:4px solid #e6e6e6;
		padding: 10px;
	}

	.news_cont{
		text-align: left;
		margin-bottom: 25px;
	}

	.nw_date{
		color: #6dbce4;
		font-size: 12px;
		text-align: right;
	}

	/*プライバシーポリシー
	--------------------------------------------*/
	.privacy_cont{
	  margin-bottom: 40px;
	  text-align: left;
	}

	.privacy_cont:last-child{
	  margin-bottom: 0;
	}

	/*サイトマップ
	--------------------------------------------*/
	.sitemap li{
		text-align: left;
		border-bottom:1px solid #c9c9c9;
	}

	.sitemap li a{
		background: url(../img/common/arr09.png) left center no-repeat;
		padding: 10px 0 10px 25px;
		display: block;
	}

	/*ページトップ
	--------------------------------------------*/
	#pagetop {
	    position: fixed;
	    bottom: 30px;
	    right: 30px;
	    z-index: 900;
	}

	.footer{
		background: #6dbce4;
		color: #fff;
	}

	.ft_nav{
		border-bottom: 1px solid #fff;
		padding: 10px 0;
		font-size: 12px;
	}

	.ft_nav li{
		float: left;
	}

	.ft_nav li a{
		color: #fff;
		background: url(../img/common/arr04.png) left center no-repeat;
		padding: 0 15px;
		display: block;
	}

	.ft_cont{
		padding: 20px 0;
		border-bottom:1px solid #fff;
	}

	.ft_l{
		float: left;
		padding-top: 10px;
	}

	.ft_r{
		float: right;
		width: 490px;
	}
	.footer__bnr{
		text-align: right;
		margin-top: 1em;
	}
	.footer__bnr a{
		display: inline-block;
	}

	.ft_tel,
	.ft_btn{
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.ft_tel{
		background: url(../img/common/h-telicon.png) left center no-repeat;
		padding-left: 65px;
		margin-right:10px;
		margin-bottom:10px;
	}

	.ft_tel a{
		color: #fff;
	}

	.ft_tel p:first-child{
		margin-bottom:5px;
	}

	.ft_address{
		font-size: 12px;
		text-align: left;
	}

	.copyright a{
		color: #fff;
	}
	
	.red_txt p{
	color: red;
	margin-bottom: 10px;
}
}

.ft-link{
	text-align: right;
	margin: 20px 0;
}
@media screen and (max-width:768px) {
	.ft-link{
		font-size: 0.8rem;
		padding: 0;
	}
}