@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0 300px;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

/* ----------   下層ページのメインタイトル  --------------------- */

.nak_tt{
background:url(../common_img/page_tt.png) no-repeat center center;
margin:90px 0 0px;
}

.nak_tt h2{
font-weight:normal;
padding:6% 0% 6%;
font-size:200%;
color:#fff;
text-shadow:1px 1px 3px #000;

}

.nak_tt h2 span{
margin-right:10px;
font-size:70%;
padding:5px 15px;
background:rgba(0,0,0,0.6);
}

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

.nak_tt{
margin:55px 0 30px;
background-size:cover;
}

.nak_tt h2 span{
display:block;
}

.nak_tt h2{
padding:4% 0% 4%;
}

}


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


.nak_tt{
margin:55px 0 30px;
}

.nak_tt h2{
font-size:120%;
padding:4% 0% 4%;
margin:0px 0 0px;
}

}



/* パンくずリスト
-------------------------------------------------- */
#pan {
	background:rgba(255,255,255,1.);
}

#pan ul{
	margin: 0px auto 30px;
	line-height: 40px;
	width:100%;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>　";
		}
		#pan li.first:before {
			content: "";
		}
		#pan li.first{
			padding:0px 0px 0px 0px ;
		}

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

#pan {display:none;}

}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

/* タイトル
-------------------------------------------------- */
.tt_style01{
font-size:130%;
color:#fff;
text-align:left;
padding:9px 0px 7px 40px ;
font-weight:bold;
margin:40px 0px 30px;
background:#14305d url(../common_img/h3_bg04.png) no-repeat 10px center;
border-bottom:solid 6px #1783a7;
}


.tt_style01 span{
font-size:80%;
color:#ffc7a2;
padding:0px 0px 0px 20px ;
}

section:first-child .tt_style01{
margin:0px 0px 30px;
}

.tt_style02{
font-size:180%;
color:#000;
text-align:left;
padding:0px 0px 0px 0px ;
font-weight:normal;
margin:50px 0px 30px;
line-height:1.5;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tt_style02 span{
font-size:120%;
color:#a20000;
display:block;
margin:0px 0px 0px;
}

section:first-child .tt_style02{
margin:0px 0px 30px;
}

.tt_style03{
margin:15px 0px 30px;
padding:0px 0px 0px 20px ;
font-size:120%;
color:#fff;
font-weight:bold;
background:url(../common_img/h3_bg03.png) no-repeat right 0;
line-height:35px;
}

.tt05 {
    background: url(../common_img/tt_bg.gif) repeat-y 0 center;
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 5px 20px;
    font-weight: bold;
    font-size: 110%;
    margin: 25px 0px 10px;
        margin-bottom: 10px;
    color: #323d5b;
}

.tt05 span {
    font-size: 90%;
    padding: 0px 0px 0px 10px;
    color: #6c701e;
}

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

.tt_style01{
font-size:120%;
}

.tt_style02{
font-size:120%;
}

.tt_style03{
font-size:110%;
}

}

/* inner
-------------------------------------------------- */

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


/* table_style
-------------------------------------------------- */
.hissu:before {
  content: '必須';
  background-color: #ffa23e;
}
.nini:before {
  content: '任意';
  background-color: #4b7aa6;
}
.table_style th:before {
  font-weight: normal;
  padding: 3px 10px;
  margin-right:10px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table_style {
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}

		.table_style th,
		.table_style td {
			padding: 1.5% 1.5%;
			border-bottom: none;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}

		.table_style th,.table_style td.item {
			vertical-align: top;
			text-align: left;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
		}
		.table_style th.kou{
			color:#37701b;
			background:#fff;
		}


.res{
display: block;
}

.table_style th,.table_style td {
display: block;
}

.table_style02{
 border-top: 1px solid #ccc;
 margin:20px auto 10px;
 width:100%;
 background:#fff;
 border-collapse: collapse;
 border-spacing: 0;
}
		.table_style02 th,
		.table_style02 td {
			padding: 1.5% 1.5%;
			border-bottom: 1px solid #aaa;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style02 td {
			background:#fff;
			border-left: 1px solid #aaa;
		}

		.table_style02 th{
			vertical-align: top;
			text-align: left;
			font-weight:bold;
			border-left: 1px solid #aaa;
			background:#f2f2f2;
		}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 900px) {

.table_style th,.table_style td {
display: table-cell;
border-bottom: 1px solid #ccc;
}

.table_style th,.table_style td.item {
width:30%;
}

.res{
display: none;
}
}

/* 
====================================================================================================
■ contact
---------------------------------------------------------------------------------------------------- */

.privacy_box{
background:#f2f2f2;
border:solid 1px #ccc;
padding:15px;
margin:20px 0 0 0;
}

.privacy_box li{
border-bottom:dotted 1px #ccc;
padding:5px ;
list-style:inside decimal;
}


.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[type="submit"]{
padding:10px 10px;
}

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

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

.p_un01{
background: linear-gradient(transparent 60%, yellow 60%);
font-size:110%;
font-weight:bold;
}


.g_map{
margin:15px 0 0;
width:100%;
padding:10px;
border:solid 1px #f2f2f2;
}
.g_map iframe{
width:100%;
}

.kyou_cyou {
    color: #ff4e00;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    padding: 0px 0 5px 0px;
    margin: 0px 5px 10px;
    font-size: 120%;
}

.kyou_cyou:before {
  font-family: "Font Awesome 5 Free";
  content: '\f013';
  margin-right:10px;
}

.blue_box {
    border: dotted #264599 2px;
    background: #f6f8ff;
    padding: 10px;
    margin: 0px 0px 10px;
}

.pink_box {
    border: dotted #ffd1d1 2px;
    background: #ffefef;
    padding: 10px;
    margin: 0px 0px 10px;
}
.stg{
width:70%;
margin:auto ;
}


.stg dt{
font-weight:bold;
font-size:110%;
}
.stg dt span{
display:block;
}
.stg dd{
padding:0 0 15px 0;
}


.flow_tt{
background: url(../common_img/h3_bg09.png) repeat-x 0px center;
line-height:35px;
border:dotted 2px #303b59;
color:#353535;
font-size:130%;
padding:0px 0px 0px 70px ;
margin:40px 0px 15px 0px ;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
position:relative;
}

.flow_tt:first-child{
margin:0px 0px 15px 0px ;
}

.flow_no{
position:absolute;
left:10px;
top:-8px;
background:#0043a7 url(../common_img/flow_tt02.png) no-repeat center 0;
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
width:50px;
color:#fff;
line-height:50px;
text-align:center;
font-size:160%;
}


.hitu {
    color: #313c5b;
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 120%;
}

.hitu:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  margin-right:10px;
  color:red;
}


.inner10 span{font-weight:bold;color:#ff8400;font-size:110%;}

.grey_box {
    border: dotted #ccc 1px;
    background: #f2f2f2;
    padding: 10px;
    margin: 0px 0px 10px;
    min-height:200px;
    text-align:center;
}

.grey_box .tt05{
    margin: 0px 0px 10px;
}

.grey_box img{
    margin:1%;
    width:48%;
}

.double_img{
float:left;
width:38%;
margin-right:3%;
}

.double_img img{
width:48%;
margin:1%;
}

.cat_box{
border:solid 6px #f2f2f2;
width:48%;
padding:2%;
margin:1%;
min-height:200px;
float:left;
}

.cat_box figure{
float:left;
width:168px;
margin-right:20px;
}

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

.stg{
width:95%;
}

.double_img{
float:none;
width:80%;
margin:0 auto;
}

}

/* 種類 */

.biz_box_wrapper{
display:flex;
flex-wrap:wrap;
}

.biz_box,.biz_box02{
border:solid 8px #d2d2d2;
background:#ffff;
padding:1% 2.5% 3%;
width:100%;
margin:0px 0 5% ;
}

.biz_box h4,.biz_box02 h4{
font-size: 110%;
color: #b8972b;
padding: 5px 0 5px 0px;
margin: 0px 0px 15px;
font-weight: normal;
border-bottom: dotted 2px #999;
text-align: left;
font-weight:bold;
}


.biz_box h4 span,.biz_box02 h4 span {
    font-size: 90%;
    padding: 0px 0 0px 5px;
    color: #333;
    font-weight:normal;
}

.biz_box h4::before,.biz_box02 h4::before {
    content: '\f02e';
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #1e7500;
    font-size: 100%;
}

.biz_box ul{
    padding:1% 5%;
    margin:10px 0 0;
    background:#f9f8ea;
}

.biz_box li{
    font-weight:bold;
    margin:10px 0;
}

.biz_box li span{
    display:block;
    padding:0 0 0 24px;
    font-weight:normal;
}

.biz_box li::before {
    content: '\f00c';
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    color: #ff2a00;
    font-size: 100%;
}

.biz_box figure,.biz_box02 figure{
width:80%;
margin:0px auto 5% ;
}

.coment_box{
border:solid 1px #cfbd8f;
background:#f2ead6;
padding:15px 20px;
margin:15px 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.coment_box dt{
font-weight:bold;
color:#9f6417;
margin-bottom:10px;
}

.coment_box dt::before {
    content: '\f00c';
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    color: #ff2a00;
    font-size: 100%;
}

.check ul{
    padding:1% 5%;
    margin:10px 0 0;
}

.check li{
    padding:0 0 0 23px;
    text-indent:-23px;
    font-weight:bold;
    margin:10px 0;
}

.check li span{
    display:block;
    padding:0 0 0 24px;
    font-weight:normal;
}

.check li::before {
    content: '\f00c';
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    color: #ff2a00;
    font-size: 100%;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 900px) {

.biz_box{
width:49%;
margin:0 0.5% 1%;
}

.biz_box02{
margin:0 0.5% 1%;
}

.biz_box h4{
font-size: 120%;
}

.biz_box figure{
width:95%;
}

}

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

.dl_style_faq {margin:10px 5px 20px 5px;
 }

.dl_style_faq dt {
padding:13px 40px 13px 40px;
position: relative;
border-bottom:dashed 1px #ccc;
font-weight:bold;
margin:2px 0px 0px 0px ;
color:#a6783c;
}

.dl_style_faq dt:before{position: absolute;content:"Q";left:0px;top:12px;color:#fff;background:#2e7b00;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}

.dl_style_faq dd {
padding:10px 10px 10px 40px;
text-indent:-40px;
}

.dl_style_faq dd:before{content:"A";color:#fff;background:#ff9600;font-weight:normal;padding:0 10px;margin:0px 10px 0px 0px ;}


.dl_style_faq .open {}
.dl_style_faq .open:after { 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:after { position: absolute;content:'▼';right:10px;top:12px; color:#fff;font-size:100%;background:#1c9500;padding:0 3px;}



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



}



