@charset "UTF-8";


/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  padding: 12px 0;
  margin-bottom: 48px;
}
#breadcrumb ul {
  width: 100%;
}
#breadcrumb ul li {
  float: left;
  padding-right: 35px;
  font-size: 114%;
  position: relative;
}
#breadcrumb ul li a {
  color: #739abf;
  text-decoration: none;
}
#breadcrumb ul li:last-child:before {
  display: none;
}
#breadcrumb ul li:before {
  content: '';
  position: absolute;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
}

.txt_pre {
  text-align: center;
  padding: 10% 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}
/* ========== end △ */
/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* common js */
input, textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main_second {
  background: url("../images/main_img.png");
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center top;
}

#main_second h1 {
  -webkit-text-fill-color: #4a3b20;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: 3px;
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
  font-weight: bolder;
  font-size: 4.2rem;
  text-align: left;
}


#main .bg_second {
  position: relative;
  width: 64%;
  margin: 0 auto;
  padding: 3% 5%;
  line-height: 2.0;
  text-align: center;
  color: #4b7aa6;
  font-size: 114%;
  margin-bottom: 7%;
}
#main .bg_second:before {
  content: '';
  background: url("../images/bg_second.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
}
#main .bg_second:after {
  content: '';
  background: url("../images/bg_second.png");
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  height: 30px;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
}
#main .tb01 {
  width: 100%;
}
#main .tb01 th, #main .tb01 td {
  vertical-align: middle;
  padding: 1.5% 3%;
  font-size: 114%;
  border: 1px solid #4b7aa6;
}
#main .tb01 td {
  line-height: 2.0;
}
#main .tb01 th {
  text-align: center;
  background-color: #4b7aa6;
  border: 1px solid #809fbc;
  color: #fff;
}
#main .tb01 th.intr {
  width: 67%;
}
#main .mb7per {
  margin-bottom: 7%;
}
#main .sec {
  padding: 3.5% 0;
}
#main .txt_tb {
  font-size: 2.1rem;
  text-align: right;
  font-weight: 500;
  padding-top: 30px;
}
#main .tb02 {
  margin-bottom: 7%;
}
#main .tb02 th {
  font-size: 114%;
  font-weight: 500;
  padding-left: 50px;
  width: 21%;
  position: relative;
  padding: 3% 0 3% 2%;
  font-weight: bold;
}
#main .tb02 th:before {
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px 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%);
}
#main .tb02 th.hissu:before {
  content: '必須';
  background-color: #ffa23e;
}
#main .tb02 th.ninni:before {
  content: '任意';
  background-color: #4b7aa6;
}
#main .tb02 .w18per {
  margin: 0 2%;
}
#main .tb02 p {
  margin-bottom: 3%;
}
#main .tb02 p:last-child {
  margin-bottom: 0;
}
#main .tb02 th, #main .tb02 td {
  font-size: 114%;
  vertical-align: middle;
  text-align: left;
}
#main .tb02 tr {
  border-bottom: 1px dotted #000;
}
#main .tb02 tr input {
  width: 97.5%;
  background: #f9fcff;
  padding: 1% 1%;
  border: 1px solid #809fbc;
}
#main .tb02 tr input[type="radio"] {
  width: auto;
  margin: 0 10px 0 0;
}
#main .tb02 tr select {
  background: #f9fcff;
  padding: 1% 1%;
}
#main .tb02 tr select, #main .tb02 tr textarea {
  border: 1px solid #809fbc;
  background: #f9fcff;
}
#main .tb02 td {
  padding: 3% 2% 3% 6%;
}
#main .tb02 td ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
#main .tb02 td ul li {
  width: 26%;
  font-size: 114%;
}
#main .tb03 {
  width: 100%;
}
#main .tb03 th {
  vertical-align: top;
  color: #4b7aa6;
  font-size: 129%;
  font-weight: normal;
  width: 18%;
  padding: 2%;
}
#main .tb03 td {
  font-size: 114%;
  padding: 2% 0;
}
#main .tb03 tr {
  border-bottom: 1px dotted #000;
}
#main .tb03 th, #main .tb03 td {
  line-height: 2.0;
}
#main .bg_blue {
  background: #f9fcff;
  padding: 3% 0;
}
#main .txt p {
  font-size: 114%;
  line-height: 2.0;
  margin-bottom: 2%;
}
#main .txt_blue {
  color: #4b7aa6 !important;
  font-size: 2.8rem !important;
}
#main a {
  color: #4b7aa6;
}
#main .h_txt {
  font-size: 114%;
  line-height: 2.0;
  margin-bottom: 7%;
}
#main #pp {
  padding: 3.5% 0;
  font-size: 119%;
}
#main #pp p {
  margin-bottom: 4%;
  line-height: 2.0;
}
#main #pp ul {
  margin-bottom: 4%;
}
#main #pp ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 8px;
}
#main #pp ul li:before {
  position: absolute;
  content: '';
  background-color: #1a2a56;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main .form_submit {
  text-align: center;
  font-size: 114%;
  line-height: 2.0;
}
#main .btn {
  margin-top: 3%;
}

#main .tb01 th {
  font-weight: normal;
  width: 33%;
}
#main .tel_link {
  color: #000;
}
#main .profile01 figure {
  width: 35%;
  text-align: center;
}
#main .profile01 figure img {
  margin-bottom: 10%;
}
#main .profile01 .txt {
  width: 61%;
}
#main .profile01 .txt p {
  line-height: 2.0;
  font-size: 114%;
}
#main .profile02 h3 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 1%;
}

/* 
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:40%;
margin:0px 0px 20px 40px;
}

.fig_01 img{width:100%;}

.fig_02{
float:left;
width:40%;
margin:0px 40px 20px 0px;
}

.fig_02 img{width:100%;}

.fig_03{
float:left;
width:48%;
margin:0px 0px 20px 0px;
position:relative;
}
.fig_03 img{width:100%;}

.fig_03 figcaption{
width:95%;
background:rgba(0,51,155,.7);
margin:0 auto;
color:#fff;
position:absolute;
top:15px;
right:0;
left:0;
font-size:120%;
padding:15px 0;
text-align:center;
}

.fig_04{
float:right;
width:48%;
margin:0px 0px 20px 0px;
position:relative;
}
.fig_04 img{width:100%;}

.fig_04 figcaption{
width:95%;
background:rgba(0,51,155,.7);
margin:0 auto;
color:#fff;
position:absolute;
top:15px;
right:0;
left:0;
font-size:120%;
padding:15px 0;
text-align:center;
}


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

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

.fig_03 figcaption,.fig_04 figcaption{
font-size:110%;
padding:5px 0;
}
}

/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

.tt_style_01{
    text-align: center;
    font-size: 2.5rem;
    font-weight:bold;
    margin-bottom:25px;
}

.tt_style_01 span{
    color: #ffa800;
}

.def p {
  line-height: 2.0;
  font-size: 114%;
}

.check_li{
padding:3%;
font-size:105%;
font-weight:bold;
}

.check_li li{
padding:1% 1% 1% 1% ;
}

.check_li li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  padding-right : 5px;
  color: #f89174;
}

.bg_grey_content{
    padding-top: 5%;
    padding-bottom: 4%;
    background-color: #f5f5f5;
}


/* 業務内容 ========== */

.common_lead{
overflow: hidden;
text-align: center;
padding: 40px 0;
margin-bottom: 20px;
background: #f2f2f2;
}

.common_tt01{
font-size: 2.6rem;
padding-top:20px;
color:#106ba1;
margin-bottom:30px;
}

.common_tt01 .ic_img{
float:left;
width:210px;
margin-top:-20px;
}

.common_tt01 .ue{
display:block;
font-size:80%;
color:#30a2d3;
}

.gyoumu{
width:48%;
float:left;
margin:1%;
border:solid 6px #f2f2f2;
padding:0px;
box-sizing: border-box;
}

.gyoumu h3{
font-size:112%;
font-weight:bold;
color:#fff;
padding:12px 12px;
background:linear-gradient(#193977, #071e4b); 
}

.gyoumu dl{
padding:15px;
}

.gyoumu figure{
width:100px;
margin:auto;
}

.gyoumu figure img{
width:100%;
}

.gyoumu dt{
font-size:103%;
margin-bottom:20px;
line-height:1.8;
min-height:100px;
}

.gyoumu dd{
  line-height: 2.0;
  font-size: 114%;
}


.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: 767px) {
  #main_second {
    padding: 7% 0;
    background-size: auto 100%;
  }
  #main_second h1 {
    font-size: 178%;
    -webkit-text-stroke-width: 0.1vw;
  }
  #main .container {
    padding: 5% 2%;
  }
  #main .bg_second {
    padding: 2% 3%;
    width: auto;
    line-height: 1.5;
    font-size: 100%;
  }
  #main .bg_second:before, #main .bg_second:after {
    background: url("../images/bg_second_sp.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #main .tb01 th, #main .tb01 td {
    font-size: 100%;
    line-height: 1.5;
  }
  #main .tb01 th.intr {
    width: 78%;
  }
  #main .txt_tb {
    font-size: 100%;
    padding-top: 2%;
  }
  #main .txt p {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 4%;
  }
  #main.member .tb01 th, #main.member .tb01 td {
    font-size: 1.5vw;
  }
  #main.member .tb01 th.w12per {
    width: 13% !important;
  }
  #main .tb02 tr {
    margin-bottom: 3%;
    display: block;
  }
  #main .tb02 th, #main .tb02 td {
    display: block;
  }
  #main .tb02 td {
    padding: 3% 0;
  }
  #main .tb02 td .w18per {
    width: 27% !important;
  }
  #main .tb02 td .select {
    width: 62% !important;
    display: block;
  }
  #main .tb02 td ul li {
    width: 50%;
    font-size: 90%;
  }
  #main .tb02 th {
    font-size: 100%;
    width: auto;
    padding: 0 0 0 50px;
  }
  #main .tb02 th:before {
    padding: 0 5px;
    left: 8px;
    right: unset;
    font-size: 90%;
  }
  #main .tb03 th, #main .tb03 td {
    display: block;
  }
  #main .tb03 td {
    line-height: 1.5;
    font-size: 100%;
  }
  #main .tb03 th {
    width: auto;
    font-size: 100%;
    padding: 2% 0 0 0;
  }
  #main .bg_blue {
    padding: 0;
  }
  #main .h_txt {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 3%;
  }
  #main #pp {
    font-size: 100%;
    line-height: 1.5;
  }
  #main .profile01 .txt {
    font-size: 100%;
  }
  #main .profile01 .txt p {
    line-height: 1.5;
  }
  #main .profile01 .txt_blue {
    font-size: 129% !important;
    margin-bottom: 1%;
  }
  #main .profile01 .flex {
    display: block;
  }
  #main .profile01 .flex figure {
    width: 75%;
    margin: 0 auto;
  }
  #main .profile01 .flex figure img {
    margin-bottom: 7%;
  }
  #main .profile01 .flex figure figcaption img {
    width: 55%;
  }
  #main .profile01 .flex .txt {
    width: 100%;
  }
  #main .tb01 th, #main .tb01 td {
    display: block;
  }
  #main .tb01 td .text-right {
    width: 100% !important;
  }
  #main .tb01 th {
    width: auto;
    border: none;
  }
  #main .txt_tb {
    font-size: 119%;
    padding-top: 4%;
  }
  #main .profile02 h3 {
    font-size: 114%;
  }
  #main .profile03 figure img {
    margin-bottom: 3% !important;
  }

.tt_style_01{
    font-size: 150%;
}



.common_tt01{
font-size: 1.6rem;
}

.common_tt01 .ic_img{
float:left;
width:20%;
margin:0px 0 10px;
}
.common_tt01 .ic_img img{
width:100%;
}

.gyoumu dd{
  line-height: 1.5;
  font-size: 100%;
}

.def p {
  line-height: 1.8;
  font-size: 107%;
}

.gyoumu{
width:95%;
float:none;
margin:1% auto;
}

}




