@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 300px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}


/* ページのタイトル
-------------------------------------------------- */
#page_title{
background:url(../common_img/page_tt.png) repeat-x center 0;
border-bottom:solid 1px #001459;
}


#page_title h2{
font-weight:bold;
color:#fff;
font-weight:bold;
font-size:150%;
text-align:center;
padding:50px 0px 50px 0px ;
background:url(../common_img/arrow.png) no-repeat center bottom;
}

#page_title h2 span{
padding:0px 20px 0px 0px ;
color:#fff;
font-size:130%;
}

@media only screen and (max-width: 768px) {
#page_title{
background:url(../common_img/page_tt.png) repeat-x center center;
border-bottom:solid 1px #001459;
}


#page_title h2{
font-weight:bold;
color:#fff;
font-weight:bold;
font-size:110%;
text-align:center;
padding:35px 0px 35px 0px ;
background:url(../common_img/arrow.png) no-repeat center bottom;
}

#page_title h2 span{
padding:0px 20px 0px 0px ;
color:#fff;
font-size:130%;
}
}

/* タイトルのスタイル
-------------------------------------------------- */




.tt_style02{background:#294c95;
font-size: 120%; 
color: #fff;
padding:6px 0 5px 20px;
line-height:25px;
margin:20px 0px 15px;
border:solid 1px #294c95;
box-shadow:1px 1px 1px rgba(255, 255, 255, 0.9) inset,-1px -1px 1px rgba(255, 255, 255, 0.9) inset;
}

.tt_style02:before {content: "\e006";font-size: 90%;margin-right:5px;}


/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin: 20px 0px 10px 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 #ccc;
 margin:10px auto 10px;
}

		.table_style th,
		.table_style td {
			padding: 10px;
			border-bottom: 1px solid #ccc;
			text-align: left;
		}
		.table_style td {
			background:#fff;
		}
		.table_style td.price{text-align:right;background:#fff;}
		.table_style td.item{font-weight:bold;color:#ff4800;}

		.table_style th {
			vertical-align: top;
			font-weight:bold;
			color:#d90000;
			background:#f2f2f2;
		}
		.table_style td.item{
			color:#000;
			background:#fff;
		}


.table_style02 {
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 margin:10px auto 10px;
}

		.table_style02 th,
		.table_style02 td {
			padding: 10px;
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			text-align: left;
		}
		.table_style02 td {
			background:#fff;
		}

		.table_style02 th {
			vertical-align: top;
			font-weight:bold;
			color:#d90000;
			background:#f2f2f2;
		}
		.table_style02 td.item{
			color:#000;
			background:#fff;
			font-weight:bold;
		}


.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;
  color:#000;
  font-weight:bold;
}
dl.offi02 dt:first-letter{
  color:#18346f;
}
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;
}


/* 
====================================================================================================
■ news
---------------------------------------------------------------------------------------------------- */
#news {
}
	#news .news_box {
		margin-bottom: 20px;
		border: 1px solid #ccc;
		padding-bottom:5px;
		background:#fff;
	}
		#news .news_box .news_info {
			margin: 5px 5px 0px 5px;
			font-size: 100%;
			color: #444;
			background-size:14%;
			border-top:2px #fff solid;
			padding:0 0 0 2%;
			line-height:25px;
			font-weight:bold;
			border-bottom:none;
		}

		#news .news_box .news_topi {
			margin: 5px 5px 0px 5px;
			font-size: 100%;
			color: #444;
			background:#fff url(../common_img/news_tt02.png) no-repeat left 0px;
			background-size:14%;
			border-top:2px #fff solid;
			padding:0 0 0 15%;
			line-height:25px;
			font-weight:bold;
			border-bottom:none;
		}


		#news .news_box .news_content {
			padding: 0px 10px 10px;
			background:#fff;
			margin:0px 5px 0px;
		}
			#news .news_box .news_content dt {
				padding:0px 5px 5px 5px;
				border-bottom: 1px dotted #ccc;
				font-size: 90%;
				color:#3a85c9;
			}
			#news .news_box .news_content dd {
				padding: 10px 0;
			}
				#news .news_box .news_content dd .photo {
					float: left;
					margin-right: 10px;
					background: #fff;
				}
				#news .news_box .news_content dd .txt_area {
					margin: 0 10px 10px;
				}




/* 
====================================================================================================
◆よくある質問
---------------------------------------------------------------------------------------------------- */

.dl_style_faq {margin:10px 5px 40px 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:red;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:#000;padding:0 3px;}


/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.coment_box{
border:solid 1px #cfbd8f;
background:#fffbf0;
padding:10px;
margin:5px 0px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.meritt{
line-height:25px;
font-weight:bold;
color:#479820;
margin:5px 5px;
border-bottom:dotted 1px #ccc;
font-size:110%;
}

.meritt span{color:#ab1b1b;font-size:110%;margin-right:5px;}

.mese{
padding:0px 10px 5px 10px ;
}

/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.sikaku { color:red;font-weight:bold;padding:5px;}
.maru:before { content:'・';margin:0px 5px 0px 0px ;}
.sikaku:before { content:'◆';margin:0px 5px 0px 0px ;}

/* 
====================================================================================================
◆flow
---------------------------------------------------------------------------------------------------- */

.flow_box{
background:url(../flow/images/flow_box.png) repeat-y 10px bottom;
padding:20px 10px 20px 60px;
}
.flow_box:last-child{
background:none;
}

.flow_tt{
background:url(../flow/images/tt_01.png) repeat 0px 0;
padding:10px 10px 10px 10px;
border-top:3px #00418b solid;
color:#000;
margin:0px 0 0px;
font-size:110%;
font-weight:bold;
}


.flow_tt span{
padding:0px 10px 0px 10px;
color:#fff;
background:#00418b;
margin-right:10px;
}
