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

/* ---------------------------------------------------------------------
共通
--------------------------------------------------------------------- */
html,body{
    width: 100%;
}

body{
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ" , "MS PGothic", "Osaka", arial, helvetica, clean, sans-serif;
	margin:0;
	padding:0;
	line-height:160%;
	font-size:16px;
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}


a:hover img {
/*	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.70;*/
}
a img{
	border:none;
}
.clear{
	clear:both;
}

nav a:hover img {

}


p{
	line-height:180%;
}

/* ---------------------------------------------------------------------
タグリセット
--------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,div,ul,li,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ol li {
	list-style:none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align:bottom;
}
table,tr,td{
	border-collapse: separate;
}




/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */

.hd_wrap{
	width:100%;
	background:none;
}

header {
	width:100%;
}

.head_inner{
	width:1000px;
	margin:2px auto 0;
}

.logo{
	width:515px;
	float:left;
	clear:both;
}
.logo2{
	width:287px;
	float:left;
}

.hd_word{
	width:1000px;
	padding-top:2px;
}
.hd_word h1,
.hd_word h2{
	width:auto;
	font-size:10px;
	font-weight:normal;
	padding:0 10px 0 0;
	float:left;
	color:#222222;
}


.tel{
	width:365px;
	float:right;
	margin-bottom:10px;
}



/* ---------------------------------------------------------------------
記事
--------------------------------------------------------------------- */


/*ヘッダ*/

.hd{
	width:1000px;
	margin:0 auto;
}

/*メイン*/
.obi_wrap{
	border-bottom:#7fbf33 3px solid;
	width:100%;
}
.obi{
	width:300px;
	float:right;
	margin-right:50px;
}
.main{
	/* width:100%;
	margin:0 auto;
	padding-bottom:15px; */
}
.main img{
	width:100%;
	margin:0 auto;
}
.main_bt_bg{
	width:100%;
	margin:0 auto;
	padding:20px 0;
	z-index:1;
}
.main_bt{
	width:600px;
	margin:0 0 0 30px;
	padding-top:190px;
	position:absolute;
	z-index:100;
}
.main_bt img {
	width:90%;
}
.main_bt a img{
	border:#c1eb5c 3px solid;
	border-radius:10px;
}
.main_bt a:hover img{
	border:#FFF 3px solid;
	border-radius:10px;
}

/*ct0*/
.ct0{
	width:1000px;
	margin:0px auto 30px;
	padding-top:10px;
}
.ct0_title{
	width:600px;
	margin:0 auto;
	padding:20px 0;
	
}
.ct0_title img{
	width:100%;
}

.ct0_L{
	width:630px;
	float:left;
}
.ct0_L h1{
	width:630px !important;
	font-size:20px;
	font-weight:normal;
	line-height:180%;
}
.ct0_L p{
	width:630px !important;
	font-size:20px;
	font-weight:normal;
	line-height:180%;
}
.ct0_R{
	width:370px;
	float:right;
}

.bt0{
	margin:20px 0;
}
.bt0 a img{
	border:#FFF 3px solid;
	border-radius:25px;
}
.bt0 a:hover img{
	border:#ff003e 3px solid;
	border-radius:25px;
}


/*ct1*/

.ct1{
	background:#e0ea79;
	padding:50px 0;
}
.ct1_inner{
	width:1000px;
	margin:0 auto;
	background: url(../images/ct1_fig.png) right bottom no-repeat;
	background-size:200px auto;
}
.ct1title{
	font-size:50px;
	color:#000;
	padding:0;
	margin:0;
	line-height:130%;
	text-align:center;
}
.ct1txt{
	width:800px;
	margin:0 auto;
	color:#000;
	font-size:18px;
	padding-top:30px;
	line-height:180%;
	text-align:center;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.ct1txt_t{
	width:670px;
	margin:0 auto;
	color:#000;
	font-size:24px;
	padding-top:30px;
	line-height:100%;
	text-align:center;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.ct1txt_t strong{
	font-size:36px;
}
.ct1_fig01{
	width:670px;
	margin:30px auto 30px;
	padding-right:50px;
}

.ct1txt_r{
	width:900px;
	font-size:12px;
	text-align:right !important;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}

.ct1_arrow{
	width:248px;
	margin:0 auto;
}

.ct1_inner02{
	width:1000px;
	margin:0 auto;
	background-color:#e0ea79;
}
.ct1title02{
	font-size:50px;
	color:#000;
	padding:30px 0px 0px;
	margin:0;
	line-height:130%;
	text-align:center;
}

.ct1_fig02{
	width:900px;
	margin:15px auto 0;
}


/*ct2x*/

.ct2x{
	width:1000px;
	margin:50px auto;
}
.ct2x_title{
	font-size:40px;
	padding:0;
	margin:0 auto 30px;
	line-height:130%;
	text-align:center;
}

.ct2x_bt{
	width:516px;
	margin:0 auto 30px;
}
.ct2x_bt a img{
	border:#FFF 3px solid;
	border-radius:25px;
}
.ct2x_bt a:hover img{
	border:#ff003e 3px solid;
	border-radius:25px;
}

/*ct3x*/

.ct3x{
	width:1000px;
	margin:0px auto 30px;
	padding-top:15px;
	background:#fcbb2f;
}
h2{
	font-weight:normal;
	padding:0;
	margin:0;
}
.ct3x_title{
	font-size:38px;
	color:#FFF;
	padding:0 0 0 25px;
	margin:0 0 10px 20px;
	line-height:130%;
	text-align:left;
	border-left:12px #FFF solid; 
}
.ct3x_title span{
	font-size:30px;
}
.ct3x_fig{
	width:268px;
	position: relative;
	z-index:1000;
	float:right;
	margin:0 10px 0 0;
}
.ct3x_box{
	border-top:1px #FFF solid;
	padding:20px;
	z-index:1;
}
.ct3x_txt1{
	color:#FFF;
	font-size:18px;
	line-height:180%;
	margin-bottom:30px;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.kaseru_box{
	background:#FFF;
	border-radius:10px;
	padding:15px;
}
.kaseru_title{
	color:#f79e00;
	font-size:30px;
	line-height:130%;
	margin-bottom:10px;
}
.kaseru_logo{
	width:300px;
	float:left;
}
.kaseru_txt{
	width:600px;
	float:left;
	line-height:160%;
	padding-top:15px;
}



/*ct4x*/

.ct4x{
	width:1000px;
	margin:0px auto 30px;
	padding-top:15px;
	background:#ffa6b1;
}
.ct4x_title{
	font-size:38px;
	color:#FFF;
	padding:0 0 0 25px;
	margin:0 0 10px 20px;
	line-height:130%;
	text-align:left;
	border-left:12px #FFF solid; 
}
.ct4x_title span{
	font-size:20px;
	color:#FFF;
	margin:0 0 10px;
	line-height:130%;
	text-align:left;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.ct4x_fig{
	width:268px;
	position: relative;
	z-index:1000;
	float:right;
	margin:-80px 30px 0 0;
}
.ct4x_box{
	border-top:1px #FFF solid;
	padding:20px;
	z-index:1;
}
.ct4x_txt1{
	color:#FFF;
	font-size:18px;
	line-height:180%;
	margin-bottom:0px;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.ct4x_txt1 span{
	font-size:12px;
	padding-top:20px;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}



/*ct5x*/

.ct5x{
	width:1000px;
	margin:0px auto 30px;
	padding:30px 0 15px;
	background:#6ddbf1;
}
.ct5x_title{
	font-size:38px;
	color:#FFF;
	padding:0 0 0 25px;
	margin:0 0 10px 20px;
	line-height:130%;
	text-align:left;
	border-left:12px #FFF solid; 
}
.ct5x_title2{
	font-size:34px;
	color:#FFF;
	margin:0 0 10px;
	line-height:130%;
	text-align:left;
}
.ct5x_fig{
	width:268px;
	position: relative;
	z-index:1000;
	float:right;
	margin:-100px 30px 0 0;
}
.ct5x_box{
	border-top:1px #FFF solid;
	padding:20px;
	z-index:1;
}
.ct5x_txt1{
	color:#FFF;
	font-size:18px;
	line-height:180%;
	margin-bottom:30px;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.ct5x_txt1 span{
	font-size:12px;
	padding-top:20px;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}












/*ct2*/

.ct2{
	padding:50px 0;
}
.ct2_inner{
	width:1000px;
	height:372px;
	margin:0 auto;
	background:url(../images/ct2.gif) no-repeat;
}
.ct2txt{
	width:470px;
	margin:0 0 0 520px;
	padding-top:48px;
	line-height:180%;
	
}

/*ct3*/

.ct3{
	padding:50px 0;
}
.ct3_inner{
	width:1000px;
	margin:0 auto;
}
.title_ct3{
	font-size:36px;
	font-weight:bold;
	border-left:10px #8fc31f solid;
	padding:10px 30px;
	margin-bottom:30px;
}

.ct3_p1{
	color:#f39700;
	font-size:24px;
	font-weight:bold;
}

.ksL{
	width:365px;
	float:left;
	margin-bottom:50px;
}
.ksR{
	width:600px;
	float:right;
	padding-top:25px;
}

.ct3_p2{
	width:100%;
	background:#f39700;
	padding:10px;
	text-align:center;
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:15px;
}

.ct3_box1{
	border-radius:10px;
	border:#f39700 2px solid;
	padding:15px;
	background: url(../images/ct3_fig1.gif) 600px 10px no-repeat;
	margin-bottom:15px;
}
.ct_box_title{
	font-size:30px;
	font-weight:bold;
	margin:15px 0;
	padding:0;
	
}
.ct_box_title span{
	color:#facd89;
	font-size:50px;
	padding-right:15px;
	line-height:100%;
}
sup{
	font-size:12px;
}


.ct3_box2{
	border-radius:10px;
	border:#f39700 2px solid;
	padding:15px;
	margin-bottom:15px;
	background:url(../images/ct3_fig2.jpg) 800px 10px no-repeat;
}
.ct_box_title .notice{
	font-size:12px;
	color:#333;
}

.ct3_box3{
	border-radius:10px;
	border:#f39700 2px solid;
	padding:15px;
	margin-bottom:15px;
}
.ct3_fig3{
	margin-top:10px;
}
.ct3_op{
	background:#5d85b6;
	padding:15px;
	color:#FFF;
}
.ct3_op_title{
	font-weight:bold;
	font-size:24px;
}
.bd_line{
	border-bottom:#CCC 1px solid;
	margin-bottom:50px;
	padding-top:50px;
}




/*ct4*/

.ct4{
	padding:0 0 50px;
}
.ct4_inner{
	width:1000px;
	margin:0 auto;
}
.title_ct4{
	font-size:36px;
	font-weight:bold;
	border-left:10px #ff6f83 solid;
	padding:10px 30px;
	margin-bottom:30px;
}
.title_ct4 span{
	font-size:16px;
	padding-left:20px;
}
.ct4L_title{
	font-size:24px;
	border-bottom:#ff6f83 2px solid;
	padding-bottom:5px;
	margin-bottom:15px;
}
.ct4L{
	width:690px;
	float:left;
	
}
.ct4R{
	width:280px;
	float:right;
	position: relative;
	margin-top:-100px;
	
}



/*ct5*/

.ct5{
	padding:0 0 50px;
}
.ct5_inner{
	width:1000px;
	margin:0 auto;
}
.title_ct5{
	font-size:36px;
	font-weight:bold;
	border-left:10px #59bad8 solid;
	padding:10px 30px;
	margin-bottom:30px;
}
.title_ct5 span{
	font-size:16px;
	padding-left:20px;
}
.ct5L_title{
	font-size:24px;
	border-bottom:#59bad8 2px solid;
	padding-bottom:5px;
	margin-bottom:15px;
}
.ct5L{
	width:630px;
	float:left;
	
}
.ct5R{
	width:350px;
	float:right;
	position: relative;
	margin-top:-100px;
	
}



/*ct6*/

.ct6{
	padding:0 0 0px;
}
.ct6_inner{
	width:1000px;
	margin:0 auto;
}
.ct6_inner p{
	font-size:16px;
	line-height:180%;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}
.title_ct6{
	font-size:36px;
	font-weight:bold;
	border-left:10px #009ba2 solid;
	padding:10px 30px;
	margin-bottom:30px;
}
.ct6_fig1{
	width:874px;
	margin:0 auto;
}

.doc_list{
	width:800px !important;
	margin:0 !important;
	text-align:left !important;
	line-height:150% !important;
	position: relative;
	/*border:#ccc 1px solid !important;*/
	/*padding:20px !important;*/
}
.doc_list::after{
	position: absolute;
	content: '';
	background-image: url(../src/img/form-img.png);
	background-size: contain;
	width: 270px;
	height: 160px;
	bottom: -20px;
	right: -110px;
}

h3.gtitle{
	border-left:#42c8d2 3px solid !important;
}


/*ボタン1----------------------------------------*/
.ct2_bt01{
	width:850px;
	margin:0 auto 30px;
	background:#f6ffd0;
	border-radius:10px;
	padding:10px 10px 0px 10px;
	border:#8fc31f 2px solid;
}

.bt01_L{
	width:260px;
	float:left;
}
.bt01_L span{
	width:100px;
	font-size:20px;
	font-weight:bold;
	display:block;
	background:#8fc31f;
	border:#FFF 2px solid;
	border-radius:10px;
	text-align:center;
	padding:5px;
	color:#FFF;
	margin-bottom:10px;
}
.bt01_L p{
	width:260px;
	font-size:30px;
	font-weight:bold;
	padding:5px;
	line-height:120%;
}


.bt01_R{
	width:540px;
	float:right;
}
.bt01_R p{
	line-height:160%;
}
.bt01_R strong{
	color:#F90;
	font-size:18px;
}
/*.bt01_R a{
	width:500px;
	border-radius:10px;
	background:#8fc31f;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:15px;
	margin:15px 0 5px;
}
.bt01_R a:hover{
	background:#6fa104;
}*/
.bt01_R a{
	width:190px;
	height:55px;
	display:block;
	margin:-20px -30px -10px 0;
	position: relative;
	z-index:1000;
	float:right;
	background:url(../images/ct3_bt.png) no-repeat;
}
.bt01_R a:hover{
	background:url(../images/ct3_bt_over.png) no-repeat;
}

/*ボタン2----------------------------------------*/
.ct2_bt02{
	width:850px;
	margin:0 auto 30px;
	background:#ffe1e3;
	border-radius:10px;
	padding:10px 10px 0px 10px;
	border:#ee8392 2px solid;
}

.bt02_L{
	width:260px;
	float:left;
}
.bt02_L span{
	width:100px;
	font-size:20px;
	font-weight:bold;
	display:block;
	background:#ff6f83;
	border:#FFF 2px solid;
	border-radius:10px;
	text-align:center;
	padding:5px;
	color:#FFF;
	margin-bottom:10px;
}
.bt02_L p{
	width:260px;
	font-size:30px;
	font-weight:bold;
	padding:5px;
	line-height:120%;
}


.bt02_R{
	width:540px;
	float:right;
}
.bt02_R p{
	line-height:160%;
}
.bt02_R strong{
	color:#F90;
	font-size:18px;
}
/*.bt02_R a{
	width:500px;
	border-radius:10px;
	background:#ff6f83;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:15px;
	margin:15px 0 5px;
}
.bt02_R a:hover{
	background:#d54055;
}*/
.bt02_R a{
	width:190px;
	height:55px;
	display:block;
	margin:-40px -30px -10px 0;
	position: relative;
	z-index:1000;
	float:right;
	background:url(../images/ct3_bt2.png) no-repeat;
}
.bt02_R a:hover{
	background:url(../images/ct3_bt2_over.png) no-repeat;
}


/*ボタン3----------------------------------------*/
.ct2_bt03{
	width:850px;
	margin:0 auto 30px;
	background:#d0f3ff;
	border-radius:10px;
	padding:10px 10px 0px 10px;
	border:#59bad8 2px solid;
}

.bt03_L{
	width:260px;
	float:left;
}
.bt03_L span{
	width:100px;
	font-size:20px;
	font-weight:bold;
	display:block;
	background:#59bad8;
	border:#FFF 2px solid;
	border-radius:10px;
	text-align:center;
	padding:5px;
	color:#FFF;
	margin-bottom:10px;
}
.bt03_L p{
	width:260px;
	font-size:30px;
	font-weight:bold;
	padding:5px;
	line-height:120%;
}


.bt03_R{
	width:540px;
	float:right;
}
.bt03_R p{
	line-height:160%;
}
.bt03_R strong{
	color:#F90;
	font-size:18px;
}
/*.bt03_R a{
	width:500px;
	border-radius:10px;
	background:#59bad8;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:15px;
	margin:15px 0 5px;
}
.bt03_R a:hover{
	background:#2b90af;
}*/
.bt03_R a{
	width:190px;
	height:55px;
	display:block;
	margin:-40px -30px -10px 0;
	position: relative;
	z-index:1000;
	float:right;
	background:url(../images/ct3_bt3.png) no-repeat;
}
.bt03_R a:hover{
	background:url(../images/ct3_bt3_over.png) no-repeat;
}

.notice{
	font-size:12px;
	margin-top:10px;
	color:#444;
}



img {
	border:none;
	vertical-align:bottom;
}
.cont_inner{
	width:1000px;
	margin:0 auto 10px;
}

.marg30{
	margin-bottom:30px;
}
.bord{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#CCC 1px solid;
}
.cont_banner{
	width:700px;
	margin:30px auto;
}

.cont_banner a img{
	border:#FFF 3px solid;
	border-radius:10px;
}
.cont_banner a:hover img{
	border:#547b00 3px solid;
	border-radius:15px;
}





.pnl{
	width:900px;
	margin:0 auto;
}
.pnl img{
	width:100%;
}


/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

fieldset{
	border:none;
}
#section01{
	width:900px;
	margin:0 auto;
}
#ssl_info{
	width:600px;
	margin:0 auto;
}
#formBtn{
	margin:30px auto;
	text-align:center;
}


/*フォーム*/
#enq8{
	font-size:14px;
	line-height:150%;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}






/*/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */

/*.common_hd_wrap{
	width:100%;
	height:85px;
	background:url(../../common_renew2/images/hd_bg.gif) top center repeat-x;
	margin-bottom:20px;
}
.common_hd_wrap_chuko{
	width:100%;
	height:140px;
	background:url(../../common_renew2/images/hd_bg.gif) bottom center repeat-x;
	margin-top:-5px;
}

.common_hd_wrap a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.70;
}

header {
	width:100%;
}

.common_head_inner{
	width:1000px;
	margin:0 auto;
}

.common_logo{
	width:275px;
	float:left;
	clear:both;
}
.common_logo2{
	width:287px;
	float:left;
}

.common_hd_word{
	width:1000px;
	padding-top:2px;
}
.common_hd_word h1,
.common_hd_word h2{
	font-size:10px;
	font-weight:normal;
	padding:0 10px 0 0;
	float:left;
	color:#222222;
}


.common_tel{
	width:293px;
	float:right;
}
*/

/* ---------------------------------------------------------------------
nav
--------------------------------------------------------------------- */

nav.head_nav {
	width:100%;
}

nav.head_nav ul {
	width:1000px;
	margin:6px auto 0;
}

nav.head_nav ul li{
	float:left;
}
nav.head_nav ul li img{
	border:none;
}

/*画像ボタン リストのスキマを消す*/
nav.head_nav ul li{
	font-size:0px;
	line-height:0px;
}
nav.head_nav ul li img{
	vertical-align:bottom;
}


/* ---------------------------------------------------------------------
common_footer
--------------------------------------------------------------------- */
.common_ft_inner{
	width:100%;
	background:url(../images/ft_bg.gif) repeat-x top center;
	margin-top:20px;
}
.common_ft_inner a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.70;
}


#common_footerContainer2{
	width:100%;
	background:#edf7f7;
	margin-bottom:-20px;
	margin-top:40px;
}
.common_remark{
	width:100%;
	background:#c2d500;
}
.common_ft_c2_inner{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
}
.common_copyright{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.common_footerMenu{
	font-size:14px;
	text-align:center;
}

.common_footerMenu a:link {
	color: #333333;
	text-decoration: none;
}
.common_footerMenu a:visited {
	color: #333333;
	text-decoration: none;
}
.common_footerMenu a:hover {
	color: #333333;
	text-decoration: underline;
}
.common_footerMenu a:active {
	color: #333333;
	text-decoration: none;
}


/* ---------------------------------------------------------------------
50代からの青春リフォーム
--------------------------------------------------------------------- */
.main_wrap{
	width:100%;
	background:#f3fafa;
}

.reform50_main{
	width:1000px;
	margin:0 auto 20px;
}

.reform_logo{
	width:350px;
	margin:0 auto;
}

.ct7{
	padding:50px 0;
}

.ct7_inner{
	width:1000px;
	margin:0 auto;
}

.ct7title{
	font-size:36px;
	color:#000;
	padding:0;
	margin:0;
	line-height:130%;
	text-align:left;
}
.ct7txt{
	width:1000px;
	margin:0 auto;
	color:#000;
	font-size:18px;
	padding-top:30px;
	line-height:180%;
	text-align:left;
	/*スマホで勝手に文字が大きくなる対策*/
    max-height: 999999px;
}

.ct7_inner02{
	width:1000px;
	margin:0 auto;
}

.ct7title_02{
	font-size:80px;
	font-weight:bold;
	color:#42c8d2;
	padding:0;
	margin:0;
	line-height:130%;
	text-align:left;
}

@media screen and (max-width:640px){
	.reform50_main{
		width:100%;
	}
	.reform50_main img{
		width:100%;
		height:auto;
	}
	.reform_logo{
		width:50%;
		margin:0 auto;
	}
	.reform_logo img{
		width:100%;
		height:auto;
	}
	.ct7{
		padding:25px 0;
	}
	.ct7_inner{
		width:96%;
		margin:0 auto;
	}
	.ct7title{
		font-size:22px;
		color:#000;
		padding:0;
		margin:0;
		line-height:130%;
		text-align:left;
	}
	.ct7title br,
	.ct7txt br{
		display:none;
	}
	.ct7txt{
		width:100%;
		margin:0 auto;
		color:#000;
		font-size:14px;
		padding-top:30px;
		line-height:180%;
		text-align:left;
		/*スマホで勝手に文字が大きくなる対策*/
			max-height: 999999px;
	}
	
	.ct7_inner02{
		width:96%;
		margin:0 auto;
	}
	.ct7title_02{
		font-size:40px;
		font-weight:bold;
		color:#42c8d2;
		padding:0;
		margin:40px 0 0;
		line-height:130%;
		text-align:center;
	}
	
	.bt1{
		display:none;
	}
}


.ct8{
	width:1000px;
	margin:0 auto;
}


.ct8_box01{
	width:1000px;
	background:#42c8d2;
}

.ct8_title{
	font-size:38px;
	color:#fff;
	line-height:1.3em;
	margin:20px 0px;
}
@media screen and (max-width:640px){
	.ct8{
		width:100%;
		margin:0 auto;
	}
	
	
	.ct8_box01{
		width:100%;
		background:#42c8d2;
	}
	
	.ct8_title{
		font-size:22px;
		color:#fff;
		line-height:1.3em;
		margin:20px;
	}
	.ct8_txt{
		color:#fff;
		font-size:16px;
		line-height:1.5em;
		margin:20px;
	}
	.ct8_txt br{
		display:none;
	}
	.ct8_b1{
		width:100% !important;
		float:none;
	}
	.ct8_b2{
		width:100% !important;
		float:none;
	}
	.ct8_b3{
		width:100% !important;
		float:none;
	}
	.before_img{
		width:60% !important;
		margin:20px auto;
	}
	.after_img{
		width:100% !important;
		background:#42c8d2;
		padding:0 0 20px;
		margin-top: -1px;
		}
	.after_img::before{
		content:"AFTER";
		color:#FFF;
		text-align:center;
		font-size:20px;
		font-weight:bold;
		display:block;
		padding-bottom:7px;
	}
	.after_img img{
		display:block;
		width:96%;
		margin:0 auto;
	}
	.before_img img{
		width:100%;
		height:auto;
	}
}
.ct8_txt{
	color:#fff;
	font-size:16px;
	line-height:1.5em;
}

.ct8_b1{
	width:265px;
	float:left;
}
.ct8_b2{
	width:487px;
	float:left;
}
.ct8_b3{
	width:248px;
	float:left;
}



.reform_logo2{
	width:180px;
	margin:15px auto;
}

.s_tei{
	width:180px;
	margin:0 auto;
	padding:5px 0;
	color:#fff;
	line-height:1.5em;
	border:#fff solid 1px;
	text-align:center;
}



.bt1{
	margin:50px 0 50px 0;
}

.bt1 a img{
	border:#FFF 5px solid;
	transition: all  0.3s ease;
}

.bt1 a:hover img{
	border:#00898f 5px solid;
}



/*ct9*/

.ct9{
	width:1000px;
	margin:50px auto 100px;
}
.ct9_bt1{
	width:900px;
	display:block;
	border:#FFF 7px solid;
	transition: all  0.3s ease;
	margin:0 auto 30px;
}
a.ct9_bt1:hover{
	border:#42c8d2 7px solid;
}
.ct9_line{
	border:#42c8d2 7px solid;
	padding:20px;
}
.ct9_cata{
	width:250px;
	float:right;
}
.ct9_t_box{
	width:580px;
	float:left;
}
.ct9_title{
	font-size:38px;
	color:#42c8d2;
	margin:30px 0;
	line-height:130%;
}
.ct9_txt{
	color:#333;
	line-height:180%;
}



.ct9_bt2{
	width:886px;
	margin:0 auto;
	display:block;
	border:#42c8d2 7px solid;
	padding:20px;
}

@media screen and (max-width:640px){
	.ct9{
		width:90%;
		margin:25px auto 50px;
	}
	.ct9_bt1{
		width:100%;
		display:block;
		border:#FFF 7px solid;
		transition: all  0.3s ease;
		margin:0 auto 30px;
	}
	a.ct9_bt1:hover{
		border:#42c8d2 7px solid;
	}
	.ct9_line{
		border:#42c8d2 7px solid;
		padding:7%;
	}
	.ct9_cata{
		width:100%;
		float:none;
		margin-top:10px;
	}
	.ct9_cata img{
		width:100%;
		height:auto;
	}
	.ct9_t_box{
		width:100%;
		float:none;
	}
	.ct9_title{
		font-size:22px;
		color:#42c8d2;
		margin:15px 0;
		line-height:130%;
	}
	.ct9_txt{
		color:#333;
		line-height:180%;
	}
	.ct9_title br,
	.ct9_txt br{
		display:none;
	}
	
	
	.ct9_bt2{
		width:95%;
		margin:0 auto;
		display:block;
		border:#42c8d2 7px solid;
		padding:7%;
	}
	.doc_list{
		width:100% !important;
		margin:0 auto 30px !important;
		text-align:left !important;
		line-height:150% !important;
		border:#ccc 1px solid !important;
		padding:20px !important;
	}
	.doc_list::after{
		position: absolute;
		content: none!important;
	}
	#section01{
		width:94% !important;
		margin:0 auto;
	}
	#ssl_info{
		width:94% !important;
		margin:0 auto;
	}

	h3.gtitle {
		background:#42c8d2 !important;
	}
	.form_table th {
		border-left:#42c8d2 4px solid !important;
	}
	input[type=radio],
	input[type=checkbox] {
		width:auto !important;
	}
	.ct6_inner p{
		font-size: 14px;
		line-height:180%;
		/*スマホで勝手に文字が大きくなる対策*/
		max-height: 999999px;
	}
	.cont_inner{
		width:96% !important;
		margin:0 auto 10px;
	}



	#enquiry{
		margin-top:-10vh;
		padding-top:10vh;
	}
}

/*SP用display:none;■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
