@charset "UTF-8";


/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/

@media
only screen and (max-width : 768px){

/*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 3.5em;
	over-flow:hiddden;
}

/*本体*/
.main{
}

/*カラム部分*/
.main-in{ 
    padding:0em 0; 
}

/*カラム内部のサイズ*/
.main-contents .contents{
	margin-bottom: 1.5em;
	padding: 0 10px;
}

/*段落タグ*/
.main-contents p{ line-height:1.8em; }


/*全体のフォントサイズ*/
.main-contents{ font-size: 1.4em; }


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2{
	margin: 0 0 1em;
	padding: 0.5em;
	border-bottom: 3px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}

/*H3タグ*/
.main-contents h3{
	margin: 0 0 1.5em;
	padding: 0.3em;
	border: 2px solid #414141;
	font-size: 1.4em;
	font-weight: bold;
}

/*H4タグ*/
.main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.3em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

/*H5タグ*/
.main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

/*ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}

#header{
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in {
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding:0em 0em 0.4em;
}

/*ヘッダーロゴ*/
#header #header-title{
	float: left;
	width: 28%; 
	margin-top:4px;
	margin-left:0px;
}

#header .header-logo {
	margin-bottom: 0em;
}

#header .header-logo img {
	width: 100%;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width:30%;
	float: right;
	margin:0.6em 0.5em 0em;
}

.header_tel img {
	width:100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 28%;
	float: right;
	margin: 0.2em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}


/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image{
	padding-top:0em;
	height:auto;
}



/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/


.subhead{
	margin:0 0em;
	margin-bottom:1em;
}

.subhead{
	margin:0 0em;
	margin-bottom:0.5em;
}


.section_01{
	background-image:url(../images/bg_main_in.png);
	padding:0em 0em 0em;
}

.section_01_in{
	background-color:transparent;
}

.section_02{
	background-image:url(../images/bg_section_02.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	background-size:cover;
	padding:1em 0em 0em;
}

.section_02_in{
	background-color:transparent;
}

.section_03{
	background-image:url(../images/bg_section_03.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	background-size:cover;
	padding:0em 0em 0em;
}

.section_03_in{
	background-color:transparent;
}


.section_04{
	background-image:url(../images/bg_section_04.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	background-size:cover;
	padding:0em 0em 1em;
}

.section_04_in{
	background-color:transparent;
}


.box_reason{
	border:5px solid #ccc;
	padding:1em 1em;
	margin-bottom:1em;
}

.line_under{
	border-bottom:1px dotted #ccc;
	padding-bottom:0.3em;
	margin-bottom:1em;
}

.line_under_02{
	border-bottom:1px dotted #ccc;
	padding-bottom:0.3em;
	margin-bottom:1em;
}


.box_tokutyo{
	border:5px solid #ccc;
	padding:1em 1em;
	margin-bottom:1em;
	background-color:#fff;
}

.box_koe{
	border:5px solid #ccc;
	padding:1em 1em;
	margin-bottom:1em;
}




/*問い合わせ部分*/

.section_entry {
	background-color: #0b2a55;
}
.section_entry_in {
	background-color: transparent;
	padding: 1em 0em;
}
.box_entry {
	margin: 0em 1em;
	background-color: #fff;
	padding: 0.5em 1em 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}
.entry_tel {
	width: 100%;
	float: none;
	margin: 0.5em 0em 0em;
}
.entry_mail {
	width: 100%;
	float: none;
	margin-top: 0.5em;
}
.caution_01 {
	color: #fff;
	text-align: center;
	font-size: 90%;
}


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist{
	background-image:url(../images/bg_main_in.png);
	margin: 0 0 0em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px dotted #414141;
}

.main-contents ul.checklist li{
	margin-bottom: 1em;
	padding-top: 5px;
	padding-left: 42px;
	background: url(../images/icon-check02-red.png) left top no-repeat;
	list-style-type: none;
	font-weight:bold;
	font-size:100%;
}
	
	
		
.box_koe{
	border:5px solid #ccc;
	padding:1em 1em;
	margin-bottom:1em;
}


.box_jisseki_left{
	background-color: #fff;
	border: 5px solid #ccc;
	padding: 1em 0em;
	float: none;
	width: 96%;
	font-size: 120%;
	margin-bottom: 1em;
}

.box_jisseki_right{
	background-color: #fff;
	border: 5px solid #ccc;
	padding: 1em 0em;
	float: none;
	width: 96%;
	font-size: 120%;
}









/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer{ padding:1em 0em; 
                font-size: 1em;}







/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	width: 96%;
	margin: 0px;
	padding:0.5em;
}
.box_qa_q {
	background-color:#fff;
	width: 92%;
	padding:0.5em 1em;
	border-bottom:1px solid #ccc;
	font-size: 100%;
	font-weight:bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color:#fff;
	width: 92%;
	padding:0.5em 1em;
}



/*--------------------------------------------------------
Tableをブロック表示に 
--------------------------------------------------------*/

.main-contents .table-style01,
.main-contents .table-style01 tr,
.main-contents .table-style01 th,
.main-contents .table-style01 td{ display: block; }

.main-contents .table-style01 th,
.main-contents .table-style01 td{
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing:padding-box;
}

.main-contents .table-style01{ zoom : 1; }
.main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }


/*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/

.main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

.main-contents .v-wrap iframe,
.main-contents .v-wrap object,
.main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
