@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: 0em;
}

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

/*カラム部分*/
#main-in{ 
	background-color: #FFF;
    padding:0em 0; 
    box-shadow: 0px 0px 1px #594a42;}

/*カラム内部のサイズ*/
#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 0em;
	padding: 0.9em;
	font-size: 1.6em;
	font-weight: bold;
	text-align:center;
}

/*H3タグ*/
#main-contents h3{
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	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;
}


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

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

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

#header-in_sp {
	display: none;
}

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

#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を記述していく
-----------------------------------------------------------------------------------------------------*/

.img_tyosei{
	margin: 0 -4.75em;
}


.subhead{
	margin: 0 -4.75em;
	margin-bottom: 1.5em;
}

.box_point{
    background-color: #FFFCEB;
    padding: 1em 2em;
    margin: 0 -2em;
    margin-bottom: 1em;
}

.box_naiyo{
    border: 3px double #ccc;
    padding: 1em 2em;
    margin:0 -2em;
    margin-bottom: 1em;
}


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

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

.box_pro{
	border:3px solid #ccc;
	padding: 1em 2em;
    margin-bottom: 1em;
	font-size: 90%;	
}

.pro_title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 150%;
	font-weight: bold;
	color: #ff5e00;
	margin-bottom: 10px;
}


.box_order{
	background-color: #f6f6f6;
	padding: 0em 1em;
	border: 2px dotted #ccc;
}

/*! 埋め込み動画をレスポンシブ対応させる */ .video { position: relative; height: 0; padding: 0 0 56.25%; overflow: hidden; } .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


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


/*チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	margin: 0 0 1.5em;
    padding: 1em 2em 0.1em;
    background-color: #FFFCE8;
    font-weight: bold;
}

#main-contents ul.checklist li{
	margin-bottom: 1em;
	padding-top: 5px;
	padding-left: 35px;
	background: url(../images/icon-check03-red.png) left top no-repeat;
    background-size: 6%;
	list-style-type: none;
}

/*チェックリスト（リストタグ）*/
#main-contents ul.checklist_02{
	margin: 0 0 1.5em;
    padding: 1em 2em 0.1em;
    background-color: #f6f6f6;
    font-weight: bold;
}

#main-contents ul.checklist_02 li{
	margin-bottom: 1em;
	padding-top: 5px;
	padding-left: 35px;
	background: url(../images/icon-check04-red.png) left top no-repeat;
    background-size: 6%;
	list-style-type: none;
}



/*テーブルタグ*/
#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_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;
}



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


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

#footer a{
    color: #fff;
}


/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 0em;
	
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 73%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #000;
}
.bubble .bubble-in {
	border-color: #FFFEF2;
}
.talker {
	display: block;
	width: 25%;
	height: auto;
	text-align: center;
}
.talker b {
	font-weight: normal;
}
.talker img {
	display: block;
	width: 150px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
.chat-l .talker {
	float: left;
	margin-right: 2%;
}
.chat-r .talker {
	float: right;
	margin-left: 2%;
    margin-bottom: 1em;
}
.chat-l .bubble {
	float: right;
}
.chat-r .bubble {
	float: left;
}
.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 40%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after, .bubble .b-arw20:before {
	top: 20%;
}
.bubble .b-arw30:after, .bubble .b-arw30:before {
	top: 30%;
}
.bubble .b-arw40:after, .bubble .b-arw40:before {
	top: 40%;
}
.bubble .b-arw60:after, .bubble .b-arw60:before {
	top: 60%;
}
.bubble .b-arw70:after, .bubble .b-arw70:before {
	top: 70%;
}
.bubble .b-arw80:after, .bubble .b-arw80:before {
	top: 80%;
}
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
	right: 100%;
}
.chat-r .bubble div:after, .chat-r .bubble div:before {
	left: 100%;
}
.chat-l .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-right-color: inherit;
}
.chat-l .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-right-color: #ccc;
}
.chat-r .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-left-color: inherit;
}
.chat-r .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-left-color: #ccc;
}
.bubble p:first-child {
	margin-top: 0;
}

.koe_box{
  background-image: url(../images/bg_main_in.png);
	border: 3px solid #ccc;
	padding: 1em 2em;
	border-radius: 0px;
	margin:0 -2em;
	margin-bottom: 1.5em;
}

.title_koe{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 1.5em;
}
