@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 300px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}


/* ページのタイトル
-------------------------------------------------- */
#page_title{
padding:0px 0px 0px 0px ;
}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin: 10px 0px 30px 0px;
	line-height: 20px;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>>　";
		}
		#pan li.first:before {
			content: "";
		}
		#pan li.first{
			padding:0px 0px 0px 0px ;
		}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

/* table_style
-------------------------------------------------- */


.table_style {
 border-top: 1px solid #fff;
 margin:10px auto 10px;
}

		.table_style th,
		.table_style td {
			padding: 10px;
			border-bottom: 2px solid #fff;
			border-right: 2px solid #fff;
			text-align: left;
		}
		.table_style td {
			background:#f6f6f6;
		}
		.table_style td.price{text-align:right;background:#fff;}
		.table_style td.item{font-weight:bold;color:#64974a;}

		.table_style th {
			vertical-align: top;
			font-weight:bold;
			color:#000;
			background:#e6e6e6;
		}
		.table_style th.kou{
			color:#ff4e00;
			background:#f2f2f2;
		}


.table_style02 {
	margin: 0 10px;
}
	.table_style02 table {
		width: 100%;
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}
		.table_style02 table th,
		.table_style02 table td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
		}



.item{color:#000;font-weight:normal;}

p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}


dl.offi dt {
  width: 7em;
  text-align: left;
  color:#1c90bf;
}
dl.offi dd {
  margin: -1.6em 0 15px 7em;
}

dl.offi02 dt {
  width: 25%;
  text-align: left;
}
dl.offi02 dd {
  margin: -1.5em 0 15px 25%;
}

/* 
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight:bold;
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-weight:bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  width:100%!important;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}


/* 
====================================================================================================
◆よくある質問
---------------------------------------------------------------------------------------------------- */

.dl_style_faq {margin:10px 5px 20px 5px;
 }

.dl_style_faq dt {
padding:13px 70px 13px 40px;
position: relative;
background:url(../common_img/q_icon_q.gif) no-repeat 5px 10px;
border-bottom:dashed 1px #ccc;
font-weight:bold;
margin:2px 0px 0px 0px ;
color:#a6783c;
}


.dl_style_faq dd {
background:url(../common_img/q_icon_a.gif) no-repeat 5px 10px;
padding:10px 10px 10px 40px;
}


.dl_style_faq .open {}
.dl_style_faq .open:before { position: absolute;content:'閉じる▲';right:10px;top:12px; color:#fff;font-size:100%;background:#ff9000;padding:0 3px;}
.dl_style_faq dt,
.dl_style_faq .close {}
.dl_style_faq .close:before { position: absolute;content:'詳細▼';right:10px;top:12px; color:#fff;font-size:100%;background:#ff3000;padding:0 3px;}


/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.coment_box{
border:solid 1px #cfbd8f;
background:#f2ead6;
padding:10px;
margin:5px 0px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.meritt{
line-height:25px;
font-weight:bold;
color:#ff6c00;
margin:5px 5px;
border-bottom:dotted 1px #ccc;
}

.meritt:before { content:'\f04f';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#287900;font-size:130%;}

.meritt span{color:#008000;font-size:110%;margin-right:5px;}

.mese{
padding:0px 10px 5px 10px ;
}


.coment_box02{
border:dotted 2px #cfbd8f;
background:#fff;
padding:10px;
margin:5px 0px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.maru:before { content:'\f03a';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#287900;font-size:130%;}
.maru { font-weight:bold;padding:5px;border-bottom:dotted 1px #ccc;color:#9f1515;font-size:110%;}
.sikaku:before { content:'\e902';margin:0px 5px 0px 0px ;font-family:'icomoon';color:#00aeff;}

.sikaku{ font-weight:bold;padding:5px;border-bottom:dotted 1px #ccc;color:#006898;font-size:110%;}

/* 
====================================================================================================
◆流れ
---------------------------------------------------------------------------------------------------- */

.flow_tt{
line-height:35px;
border:solid 2px #1273d6;
color:#fff;
font-size:130%;
padding:0px 0px 0px 70px ;
margin:40px 0px 15px 0px ;
position:relative;
font-weight:bold;
background:#1a9de5;
}

.flow_tt:first-child{
margin:0px 0px 15px 0px ;
}

.flow_no{
position:absolute;
left:10px;
top:-4px;
border:solid 2px #1273d6;
width:40px;
color:#005899;
line-height:39px;
text-align:center;
font-size:160%;
background:#fff;
}

.flow_tt02{
line-height:35px;
border:dotted 2px #ff7800;
color:#353535;
font-size:130%;
padding:0px 0px 0px 70px ;
margin:0px 0px 0px 0px ;
position:relative;
font-weight:bold;
background:#ffecdb;
}

.flow_tt02:first-child{
margin:0px 0px 15px 0px ;
}



.flow_box{
border-left:dotted 3px #ff7800;
margin:0 auto 0;
width:92%;
padding:20px 10px;
}

.flow_box:last-child{
border-left:none;
}

.flow_box03{
margin:0 auto 0;
width:92%;
padding:20px 10px;
}

