@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

/*リンク文字の設定*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }

/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 6.5em;
}

/*本体*/
.main{
	margin-bottom:0em;
}

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

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

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

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


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

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

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

/*H4タグ*/
.main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	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;
}


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

#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.5em;
}

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

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

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

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

.header_tel img {
	width:100%;
}

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

.header_mail img {
	width: 100%;
}

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

#main-image{
	padding-top:0em;
	background:url(../images/top_image_back.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image img{
	width: 100%;
	height: auto;
}


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

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

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


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

.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:2em 0em 1em;
}

.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:2em 0em 1em;
}

.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:2em 0em 1em;
}

.section_04_in{
	background-color:transparent;
}


/*問い合わせ部分*/

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

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

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

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


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

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


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


.box_jisseki_left{
	background-color: #fff;
	border: 5px solid #ccc;
	padding: 1em 1em;
	float: left;
	width: 42%;
	font-size: 120%;
}

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




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


#footer{
	background: #fff;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
}


/*-----------------------------------------------------------------------------------------------------
テンプレート用css ※以下、使用しないものは最終的に削除
-----------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.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:120%;
}


/*テーブルタグ*/
.main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.main-contents th,
.main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

.main-contents table.table-style01 th,
.main-contents table.table-style01 td{
	text-align: left;
	vertical-align: middle;
}


/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size{
	width:640px;
	height:440px;
}


/*--------------------------------------------------------
記述例①
--------------------------------------------------------*/

.box_point_num{
	float:left;
	background-color:#efefef;
	width:15%;
	height:auto;
	padding:0.3em;
	font-size:160%;
}

.box_point_title{
	float:right;
	background-color:#efefef;
	width:80%;
	height:auto;
	padding:0.3em;
	font-size:160%;
}

.box_point_discription{
	background-color:#efefef;
	margin-top:1em;
	margin-bottom:2em;	
	padding:1em 2em;
}

/*--------------------------------------------------------
記述例②
--------------------------------------------------------*/

.box_voice_discription{
	background-color:#efefef;
	margin-top:1em;
	margin-bottom:1em;	
	padding:0.5em;
	overflow:auto;
}

.box_voice_img{
	float:left;
	background-color:#efefef;
	width:15%;
	height:auto;
}

.box_voice_txt{
	float:right;
	background-color:#fff;
	width:73%;
	height:auto;
	font-size:100%;
	padding:10px;
}

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

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


/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/

/*全体*/
.mailform {
	background-image: url(../images/bg_mail.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0em 0em 1em;
	padding: 1em 0em 1.5em;
	border-radius:20px;
	box-shadow: 0px 0px 1px #594a42;
}

/*入力部分*/
.input {
	margin:0em 2em 0em;
	padding:1em 2em;
	font-color: #000;
}

.input_style{
	width:100%; 
	height:60px;
	font-size:100%;
	border-radius:8px;
	margin-bottom:0.5em;
	text-align:center;
	color:#7b7b7b;
}

input[type="image"] {
	width:92%;
	text-align:center;
	margin:0 2em;
}

/*注意部分の文字*/
.caution {
	margin:0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------------------------------------------*/

#global-nav{
	background-color: #fff;
	border-bottom: 4px solid #000;
} 

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


#global-nav .btn-gnav{ display:none; }



#global-nav .menu-wrap{ display: block; }

#menu{
	padding-bottom: 5px;
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #000; 
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #000; }

#global-nav #menu li{ white-space: nowrap; }


#global-nav #menu li a{
	display: block;
	padding: 0.8em 2em;
	color: #333;
	text-decoration: none;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } 
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #efefef; } 

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}


#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }


#satori__creative_container{color: red;}
