@charset "UTF-8";
/*////////////////////

　下層共通

////////////////////*/
/*////////////////////

　パンくず

////////////////////*/
.page #main p.breadcrumb,
.search #main p.breadcrumb,
.category #main p.breadcrumb,
.error404 #main p.breadcrumb,
.single #main p.breadcrumb{
	padding:5px 15px;
	margin: 0 0 15px 0;
	background: #EEE;
	font-size: 13px;
	font-weight: bold;
}
#main p.breadcrumb a{
	text-decoration:none;
}

/*////////////////////

　下層タイトル

////////////////////*/
.page #main h3,
.search #main h3,
.category #main h3,
.single #main h3{
	clear: both;
padding: 0.3em 1em;
background:#009DD8;
color:#FFF;
margin:25px 0;
line-height: 150%;
padding: 5px 0 5px 10px;
font-size: 18px;
position: relative;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.page #main h3 a,
.search #main h3 a,
.category #main h3 a,
.single #main h3 a{
color:#FFF;
}
.page #main h4,
.category #main h4,
.single #main h4{
padding: 5px 0 5px 10px;
font-size: 16px;
border-bottom: 2px solid #009DD8;
line-height: 1.3;
z-index:-1;
margin:15px 0;
vertical-align: middle;
position: relative;
}
.page #main h5,
.category #main h5,
.single #main h5{
  clear:both;
  padding:5px 10px;
  font-size:18px;
  margin:10px 0;
border-radius:20px;
display:block;
background:#EEE;
text-decoration:none;
}
.page #main h5:before ,
.category #main h5:before ,
.single #main h5:before {
content: '●';
margin-right: 8px;
color:#009DD8;
}
.page #main h6,
.category #main h6,
.single #main h6{
  clear:both;
  border-left:#CCC 5px solid;
  line-height:33px;
  padding-left:15px;
  font-size:18px;
  margin:20px 0 15px 25px;
}

.page #main hr {
  clear:both;
  color:#79796A;
	border-top: 1px dashed #79796A;
  margin:45px 0 22px ;
}
/*////////////////////

　テーブル

////////////////////*/
table {
	font-size: inherit;
	font: 100%;
}
table.mainstyle {
	border: 1px #b9b9b9 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px auto;
}
table.mainstyle th {
	font-weight: bold;
	padding: 10px;
	border: 1px #b9b9b9 solid;
	border-width: 0 0 1px 1px;
	background: #EEE;
	line-height:160%;
	text-align: left;
}
table.mainstyle td {
	padding: 10px;
	border: 1px #b9b9b9 solid;
	border-width: 0 0 1px 1px;
	line-height:160%;
}
#main table.mainstyle p{
padding-left:0;
	line-height:160%;
}
.single table td{
  vertical-align:middle;
}
/*フォーム*/
#form{
	width: 90%;
	margin:0 auto;
	text-align:center;
}
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F56E00;
}

.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #999;
}

form p.lavel {
	text-align:left;
    margin-bottom: 20px;
}
.sindan{
	font-size:1.3rem;
}
.sindan .wpcf7-form-control-wrap {
    padding-top: 10px;
    display: inline-block;
}
.sindan input.wpcf7-form-control.wpcf7-text{
	width: 100px;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 96%;
	padding: 8px 2%;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

input.wpcf7-submit {
	width: 60%;
	height: 50px;
	background: #424242;
	color: #fff;
	font-size: 18px;
	margin:30px auto;
	font-weight: 600;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #d7645f;
	font-weight: 600;
}
.listItem {
	width:100%;
	font-size:14px;
	line-height:1.5;
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom:1px dashed #cecebf;
}

.listItem h3 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.listItem h3 a {
	color: #444;
	text-decoration: none;
}
.listItem a {
	display: block;
	color: #444;
}
.baselist {
	padding: 0;
}
.baselist li {
	list-style: none;
}

.baselist li a {
	display: block;
	background: url(../images/common/icon-05.png) left center no-repeat;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
	font-weight: bold;
}
.baselist li a:hover {
	text-decoration: none;
}