@charset "UTF-8";


/* ==================================================
　　　　そで画像
================================================== */

#page_lead{
min-height:130px;
margin:0px auto 20px;
animation: fadeIn 2s ease 0s 1 normal;
background-image:url(../images/lead_01.png);
background-position:right bottom;
background-repeat:repeat-x;
background-size:60% auto;
}


#page_lead h2{
font-size: 2.0rem;
color:#333;
font-weight:bold;
line-height:130px;
}

@media only screen and (max-width: 1000px) {
#page_lead{
max-width:100%;
margin:0px auto 0px!important;
min-height:80px;
}

#page_lead h2{
font-size: 1.8rem;
line-height:80px;
padding:0 0 0 10px;
}

}

@media print, screen and (min-width: 1600px) {
#page_lead{
max-width:100%;
margin:0px auto 0px;
background-size:35% auto;
}
}


/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    animation: slideIn 2s ease 0s 1 normal;
  }
}
/* ========== end △ */
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li::before {
  content: "\f105";
  margin:0 10px;
  color: #2d2506;
  font-family: FontAwesome;
}
#breadcrumb li:first-of-type::before {
  content: "";
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ========== end △ */
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .back {
  text-align: center;
}

/* ==================================================
	blank
================================================== */
.blank_txt {
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.8;
}
.blank_txt p {
  margin-top: 20px;
}
.blank_txt p:first-child {
  margin-top: 0;
}
.blank_txt a {
  display: inline-block;
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .blank_txt a {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ==================================================
	news
================================================== */
.news_box {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .news_box {
    margin-top: 50px;
  }
}
/* ========== end △ */
h2 + .news_box {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.news_box .date {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ffebeb;
  font-size: 1.2rem;
  line-height: 1.0;
}
.news_box h3 {
  margin-top: 10px;
}
.news_box .news_body {
  margin-top: 15px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #000;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .news_box .news_body {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ========== end △ */
.news_box .pic {
  margin-bottom: 15px;
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .news_box .pic {
    float: right;
    width: 300px;
    margin-left: 30px;
  }
}
/* ========== end △ */



/* Googleマップ
-------------------------------------------------- */
.gmap{

margin:15px auto 15px;
width:100%;
height:400px;
overflow:hidden;
}

.gmap iframe{
width:100%;
}

/* お問い合わせ
-------------------------------------------------- */

.pp_box{
padding:15px;
border:solid 1px #ccc;
background:#f2f2f2;
}

.pp_box li{
border-bottom:dotted 1px #333;
padding:5px 0 5px;
}

.tel_box{
border:solid 6px #f2f2f2;
padding:15px;
margin:15px auto 0;
width:70%;
}

.tel_no{
font-size:200%;
color:#000;
line-height:1.2;
text-align:center;
}

.tel_no span{
color:#fff;
background:#278bc3;
font-size:100%;
padding:2px 5px;margin-right:15px;
}

.tel_box dd{
text-align:center;
padding-top:5px;
font-size:120%;
}

.form-control {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 5px 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.s01{
  width: 40% !important;
}

.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;
}
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;
  line-height: 1.5;
}
select.input-sm {
  height: 40px;
  line-height: 40px;
}
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;
}

@media only screen and (max-width: 768px) {
.form-control.s01{
  width: 100% !important;
}
.tel_box{
width:100%;
}
.tel_no{
font-size:140%;
}

.tel_box dd{
font-size:100%;

}
}

/* 下層ページ
-------------------------------------------------- */

#main_content {
counter-reset: Num;  
}

.maru:before { content:'\f02d';margin:0px 5px 0px 0px ;font-family:'FontAwesome';color:#c6671a;}
.maru { font-weight:bold;padding:5px;border-bottom:dotted 1px #333;color:#94521d;font-size:110%;}

.maru span{ font-weight:normal;display:block;padding:5px;color:#333;font-size:90%;text-align:left;}


.mese {
  padding: 1% 0 2% 1%;
}

ul.sikaku li:before { content:'\f00c';margin:0px 5px 0px 0px ;font-family:'FontAwesome';color:#a04242;}

ul.sikaku li{ font-weight:bold;padding:5px;border-bottom:dotted 1px #333;font-size:110%;}
.u_lin {
    background: linear-gradient(transparent 50%, yellow 50%);
    font-weight: bold;
    font-size: 125%;
    margin-bottom:10px;
}

.u_lin02 {
    background: linear-gradient(transparent 50%, pink 50%);
    font-weight: bold;
    font-size: 105%;
}

.ore_bold{
    color:#ab4c00;
    text-align:center;
    font-weight:bold;
    font-size:110%;
    padding:15px 0;
}
.dis_b{
display:block;
padding:3px 0 3px 15px;
}

.coment_box{
background: #f3e9d5;
border: solid 1px #e9d1a3;
margin: 15px 0 0;
padding: 1% 2% 2%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.comment_box02{
background: #f5efd6;
border: dotted 2px #ecdc9a;
margin: 15px 0 0;
padding: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.comment_box02 .tac{
font-weight:bold;
}

.check_li,.kome,.no_li,.no_li02{
padding:0 15px;
}

.check_li li{
    padding:10px 0 5px 20px;
    text-indent:-20px;
    font-weight:bold;
    color:#6d3e0c;
}
.check_li li span{
    display:block;
    font-weight:normal;
    color:#333;
    padding:5px 0 5px 0px;
    text-indent:0px;
}

.check_li li:before{
    content: "\f14a";
    margin-right: 5px;
    color:#ab4c00;
    font-family: FontAwesome;
}
.kome li{
    padding:10px 0 5px 17px;
    text-indent:-17px;
}


.check_li li li{
    display:block;
    padding:5px 10px 0px 15px;
    text-indent:-15px;
    font-weight:normal;
    color:#333;
}

.check_li li li:before{
    content:"●";
    margin-right:5px;
}

.no_li li span span:before{
    content: "\f00c";
    margin-right: 5px;
    color:#ab4c00;
    font-family: FontAwesome;
}

.no_li li dl{
    padding:10px;
}

.no_li li dl dt{
    font-weight:bold;
    padding:0px 0 5px 35px;
    text-indent:-35px;
    color:#00b4ed;
}

.no_li li dl dt:first-letter{
    border:solid 1px #00b4ed;
    color:#00b4ed;
    text-align:center;
    padding:4px 8px;
    margin-right:10px;
}

.no_li li dl dd{
    font-weight:normal;
    padding:0px 0 0px 20px;
    text-indent:0px;
}

.no_li02{
    counter-reset: Num;  
}

.no_li02 li{
    padding:10px 0 5px 0;
    text-indent:0px;
    border-bottom:dotted 1px #ccc;
    font-weight:bold;
    color:#9b2e8e;
}

.no_li02 li::before {
    counter-increment: Num;
    content: counter(Num);
    color:#fff;
    background:#9b2e8e;
    text-align:center!important;
    width:25px;
    display:inline-block;
    margin-right:10px;
}

.no_li02 li span{
    display:block;
    padding:5px 10px 0px 35px;
    text-indent:0px;
    font-weight:normal;
    color:#333;
}

.no_li02 li span:before{
    content: "●";
    font-weight:bold;
    margin-right:5px;
}

.kome li:before{
    content: "※";
    font-weight:bold;
    color:red;
}

.senmon li{
padding:5px 0;
font-size:120%;
font-weight:bold;
border-bottom:dotted 1px #333;
}

.senmon li:before{
    content: "\f00c";
    margin-right: 5px;
    color:#ab4c00;
    font-family: FontAwesome;
}

.senmon li span{
color:#5b890c;
font-weight:bold;
}


.koumoku_left{
float:left;
width:20%;
font-weight:bold;
color:#0f1b71;
background:#eee;
}

.koumoku_right{
float:right;
width:79%;
padding:15px;
background:#f2f2f2;
}

.fig_l_25{
float:left;
width:25%;
margin-right:40px;
margin-bottom:20px;
}

.fig_r_25{
float:right;
width:25%;
margin-left:40px;
margin-bottom:20px;
}

.fig_l_office_00{
float:left;
width:42.5%;
margin:0 40px 15px 0px;
}

.fig_l_office_01{
float:left;
width:30%;
margin:0 40px 15px 0px;
}

.meritt_box{
padding:2%;
background:#fffaf4;
border:solid 4px #ffe9ce;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:15px 0 15px;
}

.meritt_box dt{
background:#ff9649;
padding:3px 0 3px 10px;
font-weight:bold;
color:#fff;
border-bottom:4px #ff8932 solid;
margin-bottom:15px;
}

.meritt_box ul li{
font-weight:bold;
color:#9e4215;
border-bottom:dotted 1px #333;
padding:5px 0 5px 15px;
}

.meritt_box ul li:before{
    content: "\f00c";
    margin-right: 5px;
    color:#ab4c00;
    font-family: FontAwesome;
}

.meritt_box ul li span{
font-weight:normal;
display:block;
color:#333;
padding:0 0 0 18px;
}

.de_meritt_box{
padding:2%;
background:#f7fcff;
border:solid 4px #ceeaff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.de_meritt_box dt{
background:#123679;
padding:3px 0 3px 10px;
border-bottom:4px #001e54 solid;
font-weight:bold;
color:#fff;
margin-bottom:15px;
}

.de_meritt_box ul li{
font-weight:bold;
color:#3246aa;
border-bottom:dotted 1px #333;
padding:5px 0 5px 15px;
}

.de_meritt_box ul li:before{
    content: "\f00c";
    margin-right: 5px;
    color:#3246aa;
    font-family: FontAwesome;
}

.de_meritt_box ul li span{
font-weight:normal;
display:block;
color:#333;
padding:0 0 0 18px;
}

.staff_box{
border:solid 4px #f2f2f2;
padding:10px 10px 10px;
margin-bottom:5px;
}


.staff_box figcaption{
padding:10px 10px 0;
line-height:1.8;

}

.staff_tt{
border-bottom:dotted 2px #164ea2;
font-size:110%;
padding:5px;
font-weight:bold;
}

.staff_tt span{
color:#00a0d7;
display:block;
font-size:80%;
}

.staff_box p{
margin:15px 10px;
line-height:1.8;
}

.sp_ul01{
color:#0040a0;
font-weight:bold;
}

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

.boxne p {
    margin: 5px 10px;
}

.fig_l_office_00,.fig_l_office_01{
float:none;
width:80%;
margin:0 auto 20px;
}

.fig_l_25{
float:none;
width:80%;
margin:0 auto 20px;
}

.fig_r_25{
width:35%;
margin-left:20px;
}

}


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

/*
====================================================================================================
◆流れ
---------------------------------------------------------------------------------------------------- */

.flow_tt {
    font-size: 115%;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    padding: 0 10px;
    background:#f6e8da;
    border:solid 4px #007e03;
}

#flow {
counter-reset: Num;
}

.flow_tt::before {
    counter-increment: Num;
    content: counter(Num);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-right: 0.4em;
    padding: 0.6em 0.75em;
    background: #007e03;
    border-radius: 50%;
    position: relative;
}


.flow_box{
margin:0 0 0 30px;
padding:20px 20px 20px 20px;
border-left:#007e03 dotted 3px;
}

.flow_box:last-child{
border-left:none;
}

.flow_box p{
line-height:1.9;
}

.flow_box p span{
font-weight:bold;
color:#4f7b24;
font-size:110%;
display:block;
}

/*
====================================================================================================
◆ダウンロード
---------------------------------------------------------------------------------------------------- */

.dw{
width:98%;
margin:15px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dw li{
margin:0.5% 0.5%;
width:49%;
}

.dw li a{
display:block;
background:#f2f2f2;
padding:10px 20px;
font-weight:bold;
text-decoration:none;
color:#333;
}

.dw li a:hover{
background:#ccc;
}

.dw li a:before { content:'\f1c1';margin:0px 10px 0px 0px ;font-family:'Font Awesome 5 Free';color:red;font-size:130%;}

/* 
====================================================================================================
◆タブ切り替え　見積り以外の箇所
---------------------------------------------------------------------------------------------------- */

ul.tabs{
 padding:0px 0px 0px 0px;
 margin:0px 5px 0px;
 list-style-type: none;
}


ul.tabs li{
 float:left;
 background:#fff;
 margin:0 2px 0;
 border:solid 1px #cecece;
 border-bottom:none;
}


ul.tabs li.tabb a{
 padding:10px 15px 10px 15px;
 color:#704c40;
 display: block;
 text-align:center;
 background:#fff;
 font-weight:bold;
 text-decoration:none;
}

ul.tabs li.tabb a:before { content:'\f14a';margin:0px 5px 0px 0px ;font-family: "FontAwesome";}

ul.tabs li a:hover {
        color:#fff;
        background:#704c40;
}

ul.tabs li a.is_active {
        background:#704c40;
        color:#fff;
        border-bottom:none;
}


.tab-content {
	width: 100%;
	display: none;
	margin:-1px auto 30px;
	padding:15px 15px 25px 15px;
	border:solid #e3e3e3 1px;
	background:#fff;}

.tab-content.is_show {
  display: block;
}

.tab-content p{padding:0px 15px 0px 15px;}

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

ul.tabs{
 padding:0px 0px 0px 2px;
}

ul.tabs li{
 float:none;
 background:#fff;
 margin:0 auto 0;
 width:80%;
 border:solid 1px #cecece;
 border-bottom:none;
}

ul.tabs li.tabb a{
 padding:10px 5px 10px 5px;
}

ul.tabs li a span {
        display:none;
}

.tab-content {
	width: 96%;}

}

.tab_sec{
float:left;
margin:0px 0px 0;
padding:0px 0 0 0;
}

.tab_sec p{
text-align:center;
padding:5px 0 5px 0;
margin:20px auto 10px;
width:98%;
color:#fff;
background:#0f4689;
font-weight:bold;
}

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

ul.tabs{
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px;
 list-style-type: none;
}

.tab_sec{
float:left;
margin:0px 0px 0;
padding:0px 0 0 0;
}

.tab_sec p{
margin:10px auto 5px;
}

}

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

.tab_sec{
float:none;
}

.tab_sec p{
width:85%;
}

.tab_sec ul.tabs li:last-child{
 border:solid 1px #cecece;
 border-bottom:solid 1px #cecece;
}

}
