@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;
	overflow: hidden;
}
/*本体*/
.main {
}
/*カラム部分*/
.main-in {
	padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	padding: 0 10px;
}
/*カラム内部のサイズ*/
.main-contents .contents_02 {
	margin-bottom: 0em;
	padding: 0 0px;
}
/*段落タグ*/
.main-contents p {
	line-height: 1.8em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.6em;
}

/*本文の幅を狭くする*/
.n-conts{
	padding: 0;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	position: relative;
	margin: 2em 0 1em;
	color: #810d0d;
	font-size: 1.4em;
	line-height: 1.4;
	padding: 1em 0.2em;
	text-align: center;
	font-weight: bold;
}

.main-contents h2.fst {
	margin-top: 0;
}

#tokuten h2 {
	font-family: "Hiragino maru Gothic ProN W4",;
	background-color: #ff9900;
	position: relative;
	margin: 2em 0 1em;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.4;
	padding: 1em 0.5em;
	text-align: center;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.3em;
	border: 2px solid #414141;
	font-size: 1.4em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 1em;
	padding: 0.3em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}
/*H5タグ*/
.main-contents h5 {
	margin: 0 0 1em;
	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.5em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 26%;
	margin-top: 5px;
	margin-left: 2px;
}
#header .header-logo {
	margin-bottom: 0em;
}
#header .header-logo img {
	width: 100%;
}
/*ヘッダー 電話ボタン*/
.header_tel {
	width: 33%;
	float: right;
	margin: 1em 0.2em 0em;
}
.header_tel img {
	width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 35%;
	float: right;
	margin: 0.2em 0.1em 0em;
}
.header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
	padding-top: 0em;
}
#main-image-in {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
#main-image img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
.box-p {
	background-color: transparent;
    margin: 1em 0em;
    margin-bottom: 1em;
    padding: 1em 0.5em;
}
.box-l {
	background-color: transparent;
    margin: 1em 0em;
    margin-bottom: 1em;
    padding: 0;
}
.box-l p {
    background-color: #ffffff;
    padding: 2em 0.5em;
}
.box-w {
    background-color: rgb(255, 255, 255);
    margin: 1em 0em;
    margin-bottom: 1em;
    padding: 1em 0.5em;
}
.box-s {
    background-color: #ffffff;
	box-shadow: 2px 2px 2px 2px rgba(158, 158, 158, 0.4);
    margin: 1em 0em;
    margin-bottom: 1em;
    padding: 1em 0.5em;
}

.section_white {
	background-color: #fff;
}
.section_white_in {
	background-color: transparent;
}

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

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

.section_note {
	background-image: url(../images/image03.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_note_in {
	background-color: transparent;
}
/*--------------------------------------------------------
サポート
--------------------------------------------------------*/
.box_support {
	border: 2px dotted #ccc;
	background-image: url(../images/bg_main_in.png);
	margin: 0 0em;
	margin-bottom: 1em;
	padding: 1em 1em;
}
.support-words {
	font-size: 1.5em;
	color: #ff5e00;
	line-height:1.5;
	font-weight: bold;
}
/*--------------------------------------------------------*/

.section_tokuten {
	background-color: #fffefa;
}
.section_tokuten_in {
	background-color: transparent;
}


/*--------------------------------------------------------
お客様の声
--------------------------------------------------------*/
.section_voice_in {
	background-color: transparent;
}
.box_voice {
	border: 2px dotted #00B383;
	background-color: #fffefa;
	margin: 0 0em;
	margin-bottom: 1em;
	padding: 1em 1em;
	overflow: auto;
}

.v-name{
	font-size: 1.2em;
	color: #776249;
	width: 100%;
	text-align: center;
}

.v-job {
	font-size: 0.9em;
	color: #776249;
	width: 100%;
	text-align: center;
}

.v-words {
	font-size: 1.5em;
	color: #ff5e00;
	line-height:1.5;
	font-weight: bold;
}

.section_qa {
	background-image: url(../images/bg_qa.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
	overflow: auto;
}
.section_qa_in {
	background-color: transparent;
	padding-bottom: 2em;
}
.box_sns_left {
	width: 100%;
	float: none;
}
.box_sns_right {
	width: 100%;
	float: none;
}
.box_tel {
	text-align: center;
}
.box_tel img {
	width: 90%;
}

/*------------------------------------------------------------
　プロフィール
-------------------------------------------------------------*/
.prof-box{
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

.prof-ttl{
	margin: 0 0 30px;
	padding: 15px;
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	background-color: #999;
}

.prof-name{
	font-size: 1.8em;
	color: #133c7f;
}

.prof-name span{
	font-size: 0.5em;
	color: #133c7f;
}

.prof-com{
	font-size: 0.9em;
	color: #666;
	margin-bottom: 30px;
}

.prof-box-in{
	text-align: left;
}

.prof-sttl {
	position: relative;
	margin: 40px 0 30px;
	padding: 10px 0 5px;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	line-height: 1.5;
	background: #133c7f;
}
.prof-sttl:after, .prof-sttl:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.prof-sttl:after {
	border-color: rgba(19, 60, 127, 0);
	border-top-color: #133c7f;
	border-width: 12px;
	margin-left: -12px;
}
.prof-sttl:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #;
	border-width: 18px;
	margin-left: -18px;
}

.prof-p {
	margin: 30px 0 10px;
	padding: 5px 20px 0;
	color: #133c7f;
	line-height: 1.4;
	background: #eee;
	border: 1px solid #ccc;
}

.p-blu{
	color: #133c7f;
}

/*動画の埋め込み*/
.v-wrap{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.v-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------------------------------------
Q&Aリスト
--------------------------------------------------------*/
.qa-list{
	padding-top: 3px;
}

.qa-list dt{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 5px 0 10px 50px;
	color: #00B383;
	line-height: 1.2;
	font-size: 1.3em;
}

.qa-list dd{
	position: relative;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 4px 0 20px 50px;
	line-height: 1.2;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}

.qa-list dt::before,
.qa-list dd::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	margin-right: 1em;
	font-size: 40px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', serif;
	color: #fff;
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	vertical-align: middle;
}

.qa-list dt::before{
	background: #7c7c7c;
	content: 'Q';
}

.qa-list dd::before{
	background: #ff9900;
	content: 'A';
}

/*------------------------------------------------------------
　フォーム
-------------------------------------------------------------*/

.formbx {
	margin:1em -40px 1.5em;
	padding: 0;
	overflow: hidden;
	display: block;
}
.formbx-in {
	margin: 0 40px;
	padding: 0;
	overflow: hidden;
	display: block;
}

.btn{
	margin: 0 auto 0;
	display: block;
}
.mail_box{
	background-image: url(../images/mail-sp.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 400px;
	height: 52px;
	line-height: 28px;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0 auto 12px;
	display: block;
	color: #ccc;
}

/*問い合わせフォーム条件分岐*/


.adresstown_tochigi {
	display: none !important;
}
.adresstown_saitama {
	display: none !important;
}
.adresstown_chiba {
	display: none;
}
.adresstown_tokyo {
	display: none;
}
.adresstown_kanagawa {
	display: none;
}
.adresstown_toyama {
	display: none;
}
.adresstown_ishikawa {
	display: none;
}
.adresstown_gifu {
	display: none;
}
.adresstown_shizuoka {
	display: none;
}
.adresstown_aichi {
	display: none;
}
.adresstown_mie {
	display: none;
}
.adresstown_osaka {
	display: none;
}
.adresstown_kyoto {
	display: none;
}
.adresstown_nara {
	display: none;
}
.adresstown_hyogo {
	display: none;
}
.adresstown_nara {
	display: none;
}
.adresstown_hiroshima {
	display: none;
}
.adresstown_yamaguchi {
	display: none;
}
.adresstown_fukuoka {
	display: none;
}

/*------------------------------------------------------------
　SPボタン
-------------------------------------------------------------*/

.sp-bnr {
	background-image: url(../images/btn_sp.png);
	width:924px;
	height:200px;
	display:block;
	position: fixed;
	bottom: 0;
}

.fixed_btn
{
  position: fixed;
  width: 97%;
  bottom: 5px;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/

.check1{
	font-size: 1.2em;
	line-height: 1.3;
	color: #333;
	padding: 5px 20px 5px;
	margin: 10px auto 20px;
	overflow: hidden;
	display: block;
	padding: 0.7em 0.8em 0.2em;
	background-color: #fff;
}
.check1 li{
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-weight: normal;
	padding: 5px 0 10px 40px;
	margin: 0 auto 20px;
	display: block;
	color: #202020;
	border-bottom: dashed 2px #111652;
}

.check2{
	font-size: 1em;
	line-height: 1.3;
	color: #333;
	margin: 10px auto 20px;
	overflow: hidden;
	display: block;
	padding: 0.7em 0em 0.2em;
	background-color: #fff;
}
.check2 li{
	background-image: url(../images/check2.png);
	background-repeat: no-repeat;
	background-position: 0;
	font-weight: 500;
	padding: 10px 0 5x 40px;
	margin: 0 auto 0;
	display: block;
	color: #202020;
}

.flm {
	position: relative;
	margin: 5em auto;
	padding: 2.0em 1.0em 1.0em;/*枠の文字*/
	background-color: #fff;
	border: 4px solid #ff5e00;
	box-shadow: 2px 2px 2px #ccc;
	}
.flm .flm-t1 {
	position: absolute;
	display: block;
	top: -30px;/*タイトル枠の高さ調節*/
	font-weight: bold;
	font-size: 1.1em;/*タイトル文字の大きさ*/
	line-height: 1.4em;/*タイトル文字の行間*/
	width: 70%;/*タイトル枠幅*/
	padding: 15px;/*タイトル枠の大きさ*/
	background-color: #ff5e00;
	color: #fff;
	}

.flm .flm-t2 {
	position: absolute;
	display: block;
	top: -50px;/*タイトル枠の高さ調節*/
	font-weight: bold;
	font-size: 1.1em;/*タイトル文字の大きさ*/
	line-height: 1.4em;/*タイトル文字の行間*/
	width: 70%;/*タイトル枠幅*/
	padding: 20px;/*タイトル枠の大きさ*/
	background-color: #ff5e00;
	color: #fff;
}


/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 70px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSliderWrap ul li img {
	width: 100%;
}
/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/
	
.box_entry {
	background-color: #fff;
	padding: 0em 1em 1em;
	border-radius: 5px;
	margin-top: 0em;
	margin: 0 0.5em;
	margin-bottom: 0em;
	overflow: auto;
}
.entry_left {
	width: 100%;
	float: none;
	margin: 0.5em 0em 0em;
}
.entry_right {
	width: 100%;
	float: none;
	margin-top: 0em;
}
/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size {
	width: 100%;
	height: 440px;
}
/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	margin: 0px;
	padding: 0.5em;
}
.box_qa_q {
	background-color: #fff;
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color: #fff;
	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%;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

#footer {
	padding: 2em 0em 10em;
	font-size: 1.2em;
	
}

#footer a{
	color: #333;
}

#footer a:hover,
#footer a:active,
#footer a:focus{
	color: #999;
}

#footer ul{
	margin: 0 auto;
	padding: 0.5em 0;
	text-align: center;
}
#footer ul li{
	display: inline;
	list-style: none;
	margin-left: 0px;
	padding: 0 10px;
}
#footer ul li:first-child{
	margin-left: 0;
}

.sp_br {
	display: block;
}
}
