@charset "UTF-8";

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

	template

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

body{
	min-width: 320px;
	overflow: hidden;
	line-height: 1.7;
	font-size: 1.1rem;
	color: #000;
}
body,p,strong,input,textarea{
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
	font-weight: bold;
}
a{color: #09f;}
a:hover{opacity: .8;}
.clearfix {clear: both;}

.box-flex{display: flex;}
.header{
	position: relative;
	/* [disabled]padding: 10px; */
	background: #fff;
	/* [disabled]box-shadow: 0 0 15px rgba(0,0,0,.3); */
}
.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.header-descr{
	font-size: 1rem;
}
.header-logo{
	font-size: 3rem;
}
.main{
	padding: 0px;
}
.list_area {
	width: 96%;
	font-size: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	overflow: hidden;
}
.list_area li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F00;
}
.list_area .left{
	float: left;
	width: 48%;
}
.list_area .right{
	float: right;
	width: 48%;	
}
.sec-title{
	margin: 30px 0 0;
	font-size: 2rem;
}
/*お問い合わせ*/
.contact{
	padding-right: 15px;
	padding-left: 15px;
}
.contact.confirm .contact-inner{
	margin-top: 30px;
}
.contact.confirm dd{
	background: #fef9d9;
	border:1px solid #ccc;
	padding: 5px 10px;
	font-size: 1.4rem;
	margin: 4px 0 0;
}
.contact .form-area{
	margin: 20px auto 0;
}
.contact dt {
	color: #000;
	font-size: 1.4rem;
	margin: 20px 0 0;
}
.contact dt label {
}
.contact dt.empty {
	background-color: transparent;
	background: none;
}
.contact dt span {
	font-size: 1rem;
	color: #9d0101;
}
.contact dd {
	font-size: 1.4rem;
	margin: 4px 0 0;
	vertical-align: middle;
}
.contact dd .red {
	line-height: 2;
}
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"]{
	border: 1px solid #c5c5c5;
	height: 38px;
	padding-left: 10px;
	font-size: 1.5rem;
	width: 100%;
	background: #fef9d9;
}
.contact input.short {
	width: 180px;
}
.contact input.mid {
	width: 220px;
}
.contact dd label {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 0 8px;
	line-height: 2.5;
	cursor: pointer;
}
.contact dd label:first-child{
	margin: 0;
}
.contact textarea {
	border: 1px solid #c5c5c5;
	padding: 12px;
	width: 100%;
	height: 200px;
	background: #fef9d9;
	font-size: 1.4rem;
 	color: #555;
}
input[type="radio"]{
  -webkit-appearance: none;
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  background: #fef9d9;
	box-shadow: 0 0 0 6px #fef9d9 inset;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
input[type="radio"]:checked{
  background:#ac1a1a;
  opacity:1;
  outline: 0;
  
}
.contact .submit {
	margin: 20px 0 0;
	text-align: center;
	cursor: pointer;
}
.contact input[type="image"]:hover{
	opacity: .8;
}
.contact .btn-back{
	margin: 0 20px 0 0;
}
.contact .btn-back img{
	vertical-align: top;
}
.contact .error{
	color:#c00;
}
.contact .submit_btn{
	-webkit-appearance: none;
	display: block;
	padding: 10px 50px;
	margin: 0 auto;
	border: none;
	border-radius: 3px;
	outline: 0;
	background: #09f;
	font-size: 1.6rem;
	color: #fff;
}
.company{
	margin: 60px 0 0;
}
.thanks {
}
.thanks-inner {
	height: 100%;
	vertical-align:middle;
}
.thanks-box {
	text-align: center;
	padding: 60px 0;
	width: 300px;
	margin: 0 auto;
}
.thanks-box a{
	font-size: 1.6rem;
	text-decoration: underline;
}
.thanks h2 {
	font-size: 1.6rem;
	font-weight: bold;
}
.thanks p {
	font-size: 1.4rem;
	font-weight: normal;
}
.company-inner{
	padding: 40px 0 0;
	font-size: 1.6rem;
}
.company th{
	background: #f4f4f4;
	width: 30%;
}
.company th, .company td{
	padding: 13px 15px 13px 15px;
	border: 1px solid #d7d7d7;
	font-size: .9rem;
}
.copyright{
	background: #48ba8f;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.under{
	color: #333;
	text-align: center;
	background-color: #F9F7E7;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3%;
	font-size: 12px;
	margin-top: 5%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C15F15;
}
.policy_area{
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
}
.tit{
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
	font-size: 16px;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61C09C;
}
.s_tit{
	padding-top: 3%;	
}#top .tc.footer {
	background-color: #0C0;
	padding-top: 5%;
	padding-bottom: 5%;
	color: #FFF;
	font-weight: bold;
	margin-top: 3%;
}
.navi li {
	padding-bottom: 1%;
}
#top .main #main_content a .entry {
	margin-top: 1%;
}
#top .main #main_content .qa .qa_box .que {
	padding-top: 2%;
	padding-bottom: 2%;
	border-top-style: solid;
	/* [disabled]border-bottom-style: solid; */
	border-top-width: 2px;
	/* [disabled]border-bottom-width: 2px; */
	border-top-color: #40BD46;
	/* [disabled]border-bottom-color: #40BD46; */
	font-weight: bold;
	padding-left: 3%;
}
#top .main #main_content .qa .qa_box .ans {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 3%;
	padding-right: 3%;
	display: none;
}

#acMenu aco_btn{
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    }
#acMenu ans{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }



table.inq { /* お問い合わせテーブル */
		width: 100%;
		margin: 0px auto;
		border-top: 1px solid #C7C5C5;
	}
	
	table.inq th { /* お問い合わせテーブル */
	width: 100%;
	display: block;
	border-bottom: 1px solid #C7C5C5;
	text-align: left;
	padding: 10px 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	color: #333;
	background-color: #ffe7ef;
	}
	
	table.inq td { /* お問い合わせテーブル */
		width: 100%;
		display: block;
		border-bottom: 1px solid #C7C5C5;
		text-align: left;
		padding: 10px 10px;
		background: #fff;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		color: #333;
	}
	
	div#wrapper span.red { /* 赤テキスト */
		font-size: 12px;
		line-height: 18px;
		color: #ff0000;
	}
	
	div#wrapper p.submit { /* 送信用コンテナ */
		text-align: center;
		overflow: hidden;
		margin: 15px auto 0px auto;
	}
	
	input { /* お問い合わせテーブル */
		padding: 2px 0px;
		font-size: 16px;
	}
#top #wrapper form .submitBox .btn {
	background-color: #F90;
	width: 40%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}
#top #wrapper {
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


h5.stit { /* ページ小タイトル */
	width: 100%;
	height: 35px;
	margin: 0px auto 10px auto;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
	background-color: #f16393;
}
