@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:0px 0px 30px;
padding:3px 0px 3px 20px ;
font-size:120%;
color:#fff;
font-weight:bold;
background:#1783a7;
line-height:35px;
}

.tt05 {
    border-bottom: dotted 2px #ccc;
    padding: 0px 0px 5px 5px;
    font-weight: bold;
    font-size: 110%;
    margin: 10px 0px 10px;
    margin-bottom: 10px;
    color: #323d5b;
    text-align:center;
}

.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: 10px;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #aaa;
			text-align: left;
		}
		.table_style td {
			background:#fff;
			border-left: 1px solid #aaa;
		}
		.table_style td.price{text-align:right}
		.table_style td.item{font-weight:bold;color:#019e05;background:#f2f2f2;text-align:left;}

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


.table_style02 {
 margin:10px auto 10px;
 width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}
	.table_style02 {
		border-top: 1px solid #aaa;
	}
		.table_style02 th{padding: 10px;
		border-bottom: 1px solid #aaa;
		background:#f2f2f2;
		border-left: 1px solid #aaa;
		font-weight:bold;
		color:#333;
		}

		.table_style02 td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
			border-right: 1px solid #aaa;
		}
		.table_style02 td.item{
			color:#009cff;
			background:#f2f2f2;
			width:70%;
		}


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


.res{
display: none;
}

.table_style th{width:100%;
}

.table_style table, .table_style tbody, .table_style tr, .table_style th, .table_style td {
display: block;
}


}

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

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

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

.privacy_box li ul li{
border-bottom:none;
padding:0 0 0 5px;
font-weight:normal;
list-style:inside disc;
}


.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 {
  height: 30px;
  padding:0 10px;
  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;
}


.total {
    font-size: 140%;
    width: 280px;
    text-align: center;
    border: none;
    color: red;
    font-weight: bold;
    margin: 30px 0;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}



/* 
====================================================================================================
◆下層コンテンツ
---------------------------------------------------------------------------------------------------- */
.g_map{
margin:15px 0 0;
width:100%;
padding:10px;
border:solid 1px #f2f2f2;
}
.g_map iframe{
width:100%;
}

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

/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.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;
}
.meritt{
line-height:30px;
font-weight:bold;
color:#d12b2b;
font-size:110%;
margin:0px 5px 10px;
border-bottom:dotted 1px #ccc;
}

.meritt:before { content:'\f00c';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#355e09;}

.mese{
padding:0px 10px 5px 10px ;
}


.coment_box02{
border:dotted 2px #a8ddf1;
background:#e9f9ff;
padding:15px;
margin:15px 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.check{
padding:10px;
}

.check li{
margin:0 10px 10px;
padding:0 0 0 20px;
text-indent:-20px;
}

.check li:before { content:'\f03a';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#000;}

.flw{
color:#004c9a;
font-size:110%;
font-weight:bold;
padding:0 30px;
}

.flw li{
border-bottom:dotted 1px #ccc;
padding:10px 0 10px 90px;
text-align:left;
position:relative;
}


.flw {
counter-reset: Num;  
}

.flw li::before {
    position:absolute;
    top:5px;
    left:20px;
    counter-increment: Num;
    content: counter(Num);
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    margin-right: 1.0em;
    padding: 0.6em 0.75em;
    background: #005098;
}

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

.flw{
padding:0 5px;
}

.flw li{
padding:10px 0 10px 50px;
}

.flw li::before {
    top:5px;
    left:0px;
}

}

/* 
====================================================================================================
◆メリット
---------------------------------------------------------------------------------------------------- */

.maru:before { content:'\e90b';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#c6671a;}
.maru { font-weight:bold;padding:5px;border-bottom:dotted 1px #ccc;color:#94521d;font-size:110%;margin:15px 5px 10px;}


.kyoucyou{
font-weight:bold;
padding:5px 0 5px;
color:#c27c0e;
font-size:115%;
line-height:1.8;
border-bottom:dotted 1px #333;
}

.kyoucyou:before { content:'\f14a';margin:0px 5px 0px 0px ;font-family:'Font Awesome 5 Free';color:#ff4200;}



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

.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:#00325f;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:#0086ff;padding:0 3px;}


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


.biz_box{
border:solid 8px #f2f2f2;
width:49%;
padding:3%;
margin:1% 0.5%;
}

.biz_box h3{
margin: 0px 0px 30px;
}

.biz_box ul{
margin:15px 0 0;
}

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

.biz_box{
width:94%;
margin:1% auto;
}

}
