/*	全体
----------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
}
body {
	color: #333333;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.sp{
	display: none;
}
/* スマホ */
@media screen and (max-width: 667px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*	リンク
----------------------------------------------------*/
a {
	color: #26b0ff;
}
a:visited {
	color: #26b0ff;
}
a:hover {
	color: #ff9600;
}
.fade a:hover{
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)"; /*ie6 7*/
}
.exlink:after{
	content: "";
	width: 12px;
	height: 13px;
	display: inline-block;
	margin: -2px 0 0 6px;
	background: url(../images/common/ico_exlink.png) no-repeat left top;
}
.global_nav .exlink:hover:after,
.global_nav2 .exlink:after,
.global_nav3 .exlink:after{
	background: url(../images/common/ico_exlink_white.png) no-repeat left top;
}


/*	共通パーツ
----------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.main{
	clear: both;
	margin: 0 auto;
}
section{
	clear: both;
}
.btn a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 4px 6px 30px;
	margin: 13px 0 34px;
	background: #ff9600 url(../images/common/ico_arrow_r_02_white.png) no-repeat 8px center;
	border-radius: 3px;
}
.right_btn{
	clear: both;
	text-align: right;
	padding-top: 50px;
}
.btn2 a{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	padding: 20px 25px 20px 40px;
	margin: 10px 0 34px;
	background: #ff9600 url(../images/common/ico_arrow_r_02_white.png) no-repeat 18px center;
	border-radius: 5px;
}
.float_btn .btn{
	float: left;
	margin-left: 5px;
}
.float_btn .btn:first-child{
	margin-left: 0;
}
.main > section > .wrapper{
	max-width: 960px;
	padding: 50px 0;
	margin: 0 auto;
}
.bg_01{
	background: #f0f5f7
}
.mainpic{
	max-width: 1280px;
	margin: 0 auto;
}
.mainpic .wrapper{
	max-width: 960px;
	margin: 0 auto;
}
.mainpic_btn{
	text-align: right;
}
.mainpic2{
	height: 255px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/main_default.jpg); /* デフォルト画像 */
}
.mainpic2 > .wrapper{
	max-width: 960px;
	padding-top: 84px;
	margin: 0 auto;
}
.mainpic2 > .wrapper > h1{
	color: #000;
	font-size: 35px;
	margin-bottom: 16px;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.mainpic2 > .wrapper > .txt{
	font-size: 22px;
	line-height: 1.3em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.mainpic3{
	height: 255px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/common/main_default2.jpg); /* デフォルト画像 */
}
.mainpic3 > .wrapper{
	max-width: 960px;
	padding-top: 84px;
	margin: 0 auto;
}
.mainpic3 > .wrapper > h1{
	color: #000;
	font-size: 35px;
	margin-bottom: 16px;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.mainpic3 > .wrapper > .txt{
	font-size: 22px;
	line-height: 1.3em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}







/*	モジュール
----------------------------------------------------*/
/* 見出し */
.h_01{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.h_01.circle:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 30px;
	margin: 0 10px;
	background: url(../images/common/ico_circle_01_blue.png) no-repeat center 13px;
}
.h_01.circle:after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 30px;
	margin: 0 10px;
	background: url(../images/common/ico_circle_01_blue.png) no-repeat center 13px;
}
.h_02{
	font-size: 32px;
	letter-spacing: .05em;
	line-height: 1.2em;
	border-left: 8px solid #008cd6;
	padding-left: 11px;
	margin-bottom: 20px;
}
.h_02 a{
	text-decoration: none;
}
.h_02 a:hover{
	color: #ff9600;
	text-decoration: underline;
}
.h_03{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}
.h_03_small{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.h_04{
	font-size: 32px;
	line-height: 1.4em;
	padding: 3px 0 3px 50px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
.h_05{
	color: #008cd6;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 18px;
}
.h_06{
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 20px;
	background: url(../images/common/ico_circle_01_blue.png) no-repeat left 8px;
}

/* 本文 */
.txt{
	font-size: 15px;
	line-height: 1.5em;
}
.txt_center{
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 55px;
}
.txt_center2{
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.txt_left{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 55px;
}
.txt_left2{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.txt_right{
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 55px;
}
.txt_right2{
	text-align: right;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.txt_caption{
	font-size: 15px;
	text-align: center;
	line-height: 1.2em;
	margin: 5px 0 0;
}
.txt_indent{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.c_blue{
	color: #26b0ff;
}

/* 1カラムのモジュール3 */
.module_1c{
	margin-bottom: 30px;
}
.module_1c .pic{
	text-align: center;
	margin-bottom: 18px;
}
.module_1c_3 > li{
	margin-bottom: 30px;
}
.module_1c_3.ico > li {
	padding-left: 20px;
	background: url(../images/common/ico_circle_01_blue.png) no-repeat left 8px;
}
.must,
.error_messe{
	color: #ff0000;
}
.step_bottom{
	background: url(../images/common/ico_arrow_b_03_blue.png) no-repeat center bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

/* 2カラムのモジュール */
.module_2c > .box_l{
	float: left;
	width: 450px;
	margin-bottom: 30px;
}
.module_2c > .box_r{
	float: right;
	width: 450px;
	margin: 0 0 30px 60px;
}
.module_2c > .box_r.box_step{
	margin-left: 0;
	padding-left: 60px;
	width: 510px;
	background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 6% 45%;
}
.module_2c .pic{
	text-align: center;
	margin-bottom: 18px;
}
.module_2c .txt{
	margin-bottom: 10px;
}
/* 2カラムのモジュール（一部4カラムカスタム） */
.module_2c .sub_box_l{
	float: left;
	width: 50%;
}
.module_2c .sub_box_r{
	float: right;
	width: 45%;
	margin-left: 5%;
}
.module_2c .sub_box_l.box_small{
	width: 20%;
}
.module_2c .sub_box_r.box_big{
	width: 75%;
}
/* 2カラムのモジュール 非対称な大きさ */
.module_2c > .box_r.box_small,
.module_2c > .box_l.box_small{
	width: 380px;
}
.module_2c > .box_r.box_big,
.module_2c > .box_l.box_big{
	width: 540px;
}
.module_2c > .box_r.box_small,
.module_2c > .box_r.box_big{
	margin-left: 40px;
}
.pl1em .module_2c > .box_r.box_small{
	margin-left: 25px;
}
/* 3カラムのモジュール */
.module_3c > .box_l{
	float: left;
	width: 30%;
	margin-bottom: 30px;
}
.module_3c > .box_c{
	float: left;
	width: 30%;
	margin: 0 5% 30px;
}
.module_3c > .box_r{
	float: right;
	width: 30%;
	margin-bottom: 30px;
}
.module_3c > .box_c.box_step{
	width: 35%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 6% 45%;
}
.module_3c > .box_r.box_step{
	width: 35%;
	padding-left: 5%;
	background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 6% 45%;
}
.module_3c .pic{
	text-align: center;
	margin-bottom: 18px;
}
/* 4カラムのモジュール */
.module_4c > .box_1,
.module_4c > .box_2,
.module_4c > .box_3,
.module_4c > .box_4{
	float: left;
	width: 22%;
	margin-bottom: 30px;
}
.module_4c > .box_2,
.module_4c > .box_3,
.module_4c > .box_4{
	margin-left: 4%;
}
.module_4c > .box_2.box_step,
.module_4c > .box_3.box_step,
.module_4c > .box_4.box_step{
	width: 26%;
	margin-left: 0;
	padding-left: 4%;
	background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 13px 45%;
}


/* トピックス用のモジュール */
.module_topics{
}
.topics_l{
	float: left;
	width: 570px;
	margin-bottom: 20px;
}
.topics_r{
	float: right;
	width: 290px;
	margin-left: 100px;
	margin-bottom: 20px;
}

/* リスト */
.module_ul{
	margin-bottom: 40px;
}
.module_ul > li{
	line-height: 1.4em;
	margin-bottom: 5px;
	padding-left: 8px;
	background: url(../images/common/ico_list_dot.png) no-repeat left 8px;
}
.module_dl{
	margin-bottom: 40px;
}
.module_dl > dt{
	font-weight: bold;
	line-height: 1.4em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;;
}
.module_dl > dd{
	line-height: 1.4em;
	padding-left: 1em;
	margin-bottom: 15px;;
}

/* 2列テーブル */
.module_table_2row{
	width: 100%;
	margin-bottom: 30px;
}
.module_table_2row th,
.module_table_2row td{
	line-height: 1.5em;
	border: 1px solid #979797;
	padding: 1.5%;
}
.module_table_2row th{
	width: 18%;
	background: #8ad7ff;
	font-weight: bold;
	vertical-align: top;
}
/* 3列テーブル */
.module_table_3row{
	width: 100%;
	margin-bottom: 30px;
}
.module_table_3row th,
.module_table_3row td{
	min-width: 20%;
	line-height: 1.5em;
	border: 1px solid #979797;
	padding: 1.5%;
	background: #8ad7ff;
	font-weight: bold;
	vertical-align: top;
}
.module_table_3row th + td,
.module_table_3row tr > td:first-child{
	text-align: right;
}
.module_table_3row td:last-child{
	width: 78%;
	font-weight: normal;
	background: #fff;
}
/* たくさんテーブル */
.module_table_scroll{
	overflow: auto;
}
.module_table_multi{
	width: 100%;
	min-width: 640px;
	margin-bottom: 30px;
}
.module_table_multi th{
	min-width: 20%;
	line-height: 1.5em;
	border: 1px solid #979797;
	padding: 1.5%;
	background: #8ad7ff;
	font-weight: bold;
	vertical-align: top;
}
.module_table_multi td{
	min-width: 20%;
	line-height: 1.5em;
	border: 1px solid #979797;
	padding: 1.5%;
	vertical-align: top;
}
.module_table_multi td:last-child{
	font-weight: normal;
	background: #fff;
}
/* 罫線なしテーブル */
.module_table_white{
	width: 100%;

}
.module_table_white th{
	width: 125px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 4px 2px;
}
.module_table_white td{
	padding: 4px 2px;
	line-height: 1.4em;
}


/* メールフォーム */
.module_form {
	margin: 40px auto;
}
.module_form > table{
	width: 100%;
}
.module_form > table th,
.module_form > table td{
	line-height: 1.5em;
	padding: 10px 10px;
	border: 1px solid #979797;
}
.module_form > table th{
	font-weight: bold;
	vertical-align: middle;
	width: 30%;
	font-size: 16px;
	background: #8ad7ff;
}
.module_form .input_area{
	height: 1.5em;
}
.module_form .input_area,
.module_form textarea{
	line-height: 1.5em;
	padding: 2px 5px;
	border: 1px solid #b4b4b4;
	background: #dbf5ff;
	border-radius: 2px;
}
.module_form .input_area:focus,
.module_form textarea:focus{
	background: #fff;
}
.module_form .input_area{
	width: 80%;
	display: block;
}
.module_form .input_area_short{
	width: 140px;
}
.module_form textarea{
	width: 90%;
	display: block;
}
.module_form label{
	display: inline-block;
	margin-right: 10px;
}
.module_form .form_btn{
	text-align: center;
	margin: 20px auto;
}
.module_form .form_btn .input_btn{
	display: inline-block;
	color: #fff;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .2em;
	border: none;
	padding: 6px 4px 6px 30px;
	margin: 13px 0 0;
	background: #ff9600 url(../images/common/ico_arrow_r_02_white.png) no-repeat 8px center;
	border-radius: 3px;
}
.module_form .form_btn .input_btn.retrun{
	background-color: #696969;
}
.module_form .form_btn .input_btn:hover{
	cursor: pointer;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)"; /*ie6 7*/
}
.module_form .horizontal-item+.horizontal-item{
	margin-left: 0;
}


/*	ヘッダー
----------------------------------------------------*/
.header{
	width: 100%;
}
.header .wrapper{
	max-width: 1280px;
	margin: 0 auto;
}
.header_logo{
	float: left;
	padding: 9px 0 1px;
}
.header_nav{
	float: right;
}
.global_nav{
	float: left;
	/*margin-right: 8px;*/
}
.global_nav > li{
	float: left;
}
.global_nav > li > a{
	display: block;
	height: 51px;
	color: #333;
	font-size: 12px;
	line-height: 13px;
	text-decoration: none;
	padding: 21px 16px 30px;
}
.global_nav > li > a:hover,
.global_nav > li.current > a{
	color: #fff;
	background: #008cd6;
}
.header_subnav{
	float: right;
}
.header_subnav > li{
	float: left;
}
.header_subnav > li > a{
	display: block;
	height: 51px;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 21px 10px 30px 22px;
	background: url(../images/common/ico_arrow_r_01_blue.png) no-repeat 10px center;
}
.header_subnav > li > a:hover{
	color: #fff;
	background: #008cd6 url(../images/common/ico_arrow_r_01_blue.png) no-repeat 10px center;
}
.global_nav2{
	display: none;
	width: 100%;
	background: #008cd6;
}
.page-environment .global_nav2,
.page-environment-child .global_nav2{
	display: block;
}
.global_nav2 > ul{
	max-width: 1280px;
	margin: 0 auto;
}
.global_nav2 > ul > li{
	float: left;
}
.global_nav2 > ul > li > a{
	display: block;
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
	padding: 0 8px 0 18px;
	background: url(../images/common/ico_arrow_r_01_white.png) no-repeat 10px center;
}
.global_nav2 > ul > li > a:hover{
	color: #00cdf6;
}
.global_nav3{
	width: 100%;
	background: #00cdf6;
}
.global_nav3 > ul{
	max-width: 1280px;
	margin: 0 auto;
}
.global_nav3 > ul > li{
	float: left;
}
.global_nav3 > ul > li > a{
	display: block;
	height: 40px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
	padding: 0 8px 0 18px;
	background: url(../images/common/ico_arrow_r_01_white.png) no-repeat 10px center;
}
.global_nav3 > ul > li > a:hover{
	color: #92edff;
}



/*	パンくず
----------------------------------------------------*/
.breadcrumbs{
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.13em;
	margin: 12px 0 12px 15px;
}
.breadcrumbs span{
	color: #f08200;
}
.breadcrumbs a{
	color: #333;
	text-decoration: none;
}

/*	フッター
----------------------------------------------------*/
.footer{
	max-width: 100%;
	padding: 17px 0 17px;
	border-top: 1px solid #dae7ee;
}
.footer .wrapper{
	max-width: 960px;
	margin: 0 auto;
}
.footer_logo{
	float: left;
	margin-right: 20px;
}
.footer_info{
	float: left;
	font-size: 10px;
	line-height: 1.1em;
}
.copyright{
	float: right;
	font-size: 10px;
	margin-top: 11px;
}

/* トップへ戻るボタン */
.totop {
	position: fixed;
	bottom: 30px;
	right: 50px;
}
.totop a{
	display: block;
	width: 45px;
	height: 45px;
}
.totop a:hover {
	filter: alpha(opacity=60); /* IE5.5-7 */
	-ms-filter: alpha(opacity=60); /* IE8 */
	opacity: 0.6;
}

/*	トップページ
----------------------------------------------------*/
.home_slider{
	max-width: 1280px;
	margin: 0 auto;
}
.home_menu {
	background: #f0f5f7;
}
.home_menu > ul{
	max-width: 960px;
	padding: 30px 0 7px;
	margin: 0 auto;
}
.home_menu > ul > li{
	float: left;
	margin: 0 0 30px 27px;
}
.home_menu > ul > li:nth-child(3n+1) {
	margin-left: 0;
}
.home_menu > ul > li > a{
	display: block;
	width: 302px;
	color: #333;
	text-decoration: none;
	padding: 9px;
}
.home_menu > ul > li > a > .wrapper{
	margin-top: 212px;
	height: 72px;
}
.home_menu > ul > li > a > .wrapper > h2{
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 9px 12px;
	background: url(../images/common/ico_arrow_r_01_blue.png) no-repeat left center;
}
.home_menu > ul > li > a > .wrapper > .txt{
	min-height: 36px;
	margin-left: 12px;
}
.home_menu > ul > li > a > .wrapper > .txt > li{
	font-size: 11px;
	line-height: 1.4em;
}
.home_menu_bnr{
	clear: both;
	text-align: center;
	padding-bottom: 48px;
	margin: 0 auto;
}

/* スマホ */
@media screen and (max-width: 667px) {
/*	共通パーツ
----------------------------------------------------*/
	.sp_mlr{
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	.main {
		margin-bottom: 15px;
	}
	.home_news{
		padding-bottom: 0;
	}
	.h01{
		height: 30px;
		font-size: 2rem;
		line-height: 30px;
		padding-left: 7px;
	}
	.h_02{
		font-size: 25px;
	}

/*	共通パーツ
----------------------------------------------------*/
	.main > section > .wrapper{
		max-width: 960px;
		padding: 30px 2.5%;
	}
	.right_btn {
		text-align: left;
		padding-top: 20px;
	}
	.right_btn a{
		line-height: 1.4em
	}
	.mainpic_btn{
		text-align: left;
	}
	.mainpic_btn a{
		width: 100%;
		font-size: 13px;
		line-height: 1.4em;
	}
	.mainpic2{
		height: 93px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.mainpic2 > .wrapper{
		padding: 28px 2.5% 0;
	}
	.mainpic2 > .wrapper > h1{
		font-size: 15px;
		margin-bottom: 8px;
		text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
	.mainpic2 > .wrapper > .txt{
		font-size: 10px;
		text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}


/*	モジュール
----------------------------------------------------*/
	/* 見出し */

	/* 2カラムのモジュール */
	.module_2c > .box_l,
	.module_2c > .box_r{
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
	/* 2カラムのモジュール 非対称な大きさ */
	.module_2c > .box_r,
	.module_2c > .box_l,
	.module_2c > .box_r.box_small,
	.module_2c > .box_l.box_small,
	.module_2c > .box_r.box_big,
	.module_2c > .box_l.box_big{
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.pl1em .module_2c > .box_r.box_small{
		margin-left: 0;
	}
	.module_2c > .box_r.box_step{
		padding-left: 0;
		width: 100%;
		background: none;
	}
	.module_2c .sign{
		text-align: right;
		margin: 10px 0;
	}
	/* 3カラムのモジュール */
	.module_3c > .box_c.box_step{
		width: 35%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 5%;
		background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 4% 45%;
	}
	.module_3c > .box_r.box_step{
		width: 35%;
		padding-left: 5%;
		background: url(../images/common/ico_arrow_r_03_blue.png) no-repeat 4% 45%;
	}
	/* トピックス用のモジュール */
	.module_topics{
	}
	.topics_l{
		float: none;
		width: 100%;
	}
	.topics_r{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	/* 3列テーブル */
	.module_table_3row th,
	.module_table_3row td{
		font-size: 12px;
	}
	.module_table_3row td:last-child {
		width: 60%;
	}
	/* メールフォーム */
	.module_form {
		width: 100%;
		margin: 40px auto;
	}
	.module_form > table,
	.module_form > table tbody,
	.module_form > table tr,
	.module_form > table th,
	.module_form > table td{
		display: block;
		background: none;
	}
	.module_form > table th,
	.module_form > table td{
		border: none;
		padding: 3px 10px;
	}
	.module_form > table th{
		width: 100%;
		line-height: 1em;
	}
	.module_form.confiirm_list > table th{
		border-bottom: 1px solid #000;
	}
	.module_form > table td{
		margin-bottom: 10px;
	}
	.module_form .input_area,
	.module_form textarea{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.module_form .form_btn{
		text-align: center;
		margin: 20px auto;
	}
	.module_form .form_btn .input_btn{
		padding: 12px 4px 12px 30px;
	}



/*	ヘッダー
----------------------------------------------------*/
	.header {
		padding-top: 10px;
	}
	.header .wrapper{
		margin: 0 2.5% 10px;
	}
	.header_logo{
		float: left;
		width: 60%;
		padding: 0;
	}
	.header .menu_btn {
		float: right;
		width: 8%;
		margin: 1%;
	}

/*---------------------------------------------------------
  					slide menu
---------------------------------------------------------*/
	.sidr {
		display: none;
		position: absolute;
		position: fixed;
		top: 0;
		height:100%;
		z-index:999999;
		width: 80%;
		overflow-x: none;
		overflow-y: auto;
	}
	.sidr.left {
		left:-260px;
		right:auto
	}
	.header_nav{
		background: #fff;
	}
	.global_nav,
	.header_subnav{
		padding: 0 3%;
		margin: 0;
	}
	.global_nav,
	.header_subnav,
	.global_nav > li,
	.header_subnav > li{
		float: none;
	}
	.header_nav > ul > li,
	.header_nav > ul > li:first-child{
		float: none;
		margin-bottom: 0;
		border-bottom: 1px solid #dddddd;
	}
	.global_nav > li > a,
	.header_subnav > li > a{
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		padding-left: 10px;
		background: url(../images/common/ico_arrow_r_01_blue.png) no-repeat left center;
		background-size: 5px 7px;
	}
	#bodycover{
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.7;
		z-index: 9999;
	}
	.global_nav2 > ul > li > a{
		height: 30px;
		line-height: 30px;
	}

/*	フッター
----------------------------------------------------*/
	.footer{
		max-width: 100%;
		padding: 10px 0 0;
	}
	.footer .wrapper {
		margin: 0 auto;
		padding: 0;
	}
	.footer_logo{
		padding: 0 2.5%;
		margin-bottom: 10px;
	}
	.footer_info{
		padding: 0 2.5%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.copyright{
		clear: both;
		float: none;
		margin-top: 11px;
		width: 100%;
		color: #fff;
		font-size: 9px;
		text-align: center;
		line-height: 1.2em;
		background: #008cd6
	}
/*	トップページ
----------------------------------------------------*/
	.home_menu{
		background: #fff;
	}
	.home_menu > ul {
		padding: 10px 0 7px;
	}
	.home_menu > ul > li{
		float: none;
		margin: 0;
		border-bottom: 1px solid #aeaeae;
	}
	.home_menu > ul > li > a{
		display: block;
		width: 100%;
		color: #333;
		text-decoration: none;
		padding: 0 2.5% 10px;
	}
	.home_menu > ul > li > a > .wrapper{
		margin-top: 0;
		height: auto;
	}
	.home_menu_bnr {
		padding-bottom: 14px;
	}
	.bx-controls-direction {
		display: none;
	}
}

.mb70 {
	margin-bottom: 70px;
}
.pl1em{
	padding-left: 1em;
}


  /*20171214追加　PC版で電話リンクはずす*/
@media print, screen and (min-width:769px){	
	a.linkTel{
		pointer-events: none !important;
        color: #333333 !important;
        text-decoration: none !important;
	}
 }