@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 {
	background:rgba(255,255,255,0.9);
}

#pan ul{
	margin: 0px auto 0px;
	line-height: 40px;
	width:960px;
}
	#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;
}



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 ;
}


.list_style02 {padding:10px;}
.list_style02 li {
padding:0 0 0 15px;
text-indent:-15px;
line-height: 25px;
list-style: inside decimal;}



/*
====================================================================================================
■ 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;
}

/*
====================================================================================================
◆下層コンテンツ
---------------------------------------------------------------------------------------------------- */

.naka_contents{
background:#fff;
padding:0px 0 40px;
}

.map_contents{
padding:0px 0px 30px 0px ;
}

.map_contents h4{
padding:0px 0px 5px 20px ;
margin:40px 0 20px;
line-height:35px;
font-weight:bold;
color:#000;
border-left:solid 6px #c30d23;
border-bottom:dotted 1px #ccc;
}

.gyoumu_st{
font-size:120%;
padding:0px 0px 10px 0px ;
font-weight:bold;
text-align:center;
}


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

.box_answer { border: 1px solid #c9c9c9; padding: 15px; margin-bottom: 20px; }

.box_answer dt { background: url(../faq/images/icon_q.png) no-repeat left; padding: 20px 15px 20px 55px; border-bottom: 1px dashed #a0a0a0; margin-bottom: 10px; font-weight: bold; font-size: 16px; }

.box_answer dd { background: url(../faq/images/icon_a.png) no-repeat left 5px; padding: 15px 15px 10px 50px; }

.kind_contents{
padding:0px 0px 30px 0px ;
margin:0px 0px 40px 0px ;
border-bottom:dashed 1px #ccc ;
}
.kind_contents ul{
padding:20px 10px 0px 10px ;
}

.sttl{ font-weight:bold;padding:5px 0px 5px 20px;text-indent:-20px;}
.sttl:before  { content:'\e90e'; margin-right:5px;color:#ee4d17;font-family:'icomoon';font-size:130%;}


.kojhouj{
padding:15px 20px 0;
margin:20px auto 0;
width:85%;
background:#fffef8;
border:dotted 1px #e5d285;
}

.titl{ font-weight:bold;padding:5px 0px 5px 20px;text-indent:-20px;}
.titl:before  { content:'\e90e'; margin-right:5px;color:#c30d23;font-family:'icomoon';font-size:130%;}

@media only screen and (max-width: 480px) {

.naka_contents{
padding:0px 15px 30px 15px ;
}

.kojhouj{
width:95%;
}

}
