@charset "utf-8";
/*----------------------------------------------------------
	00 reset
	01 link
	02 font
	03 common layout and heading
	04 header
	05 footer
	06 toppage
  07 FAQ
  08 product page
	00 common parts
----------------------------------------------------------*/
/*  00 reset
======================================================================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 13px;
 font-weight: normal;
 line-height: 1.8;
 color: #000;
 vertical-align: middle;
 background: transparent;
 box-sizing: border-box;
}
input, textarea {
 font-size: 13px;
}
html {
 overflow-y: scroll;
}
body {
 line-height: 1;
}
nav ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
input {
 padding: 5px;
}
input[type^="image"] {
 padding: 0;
}
img {
 border: 0;
 vertical-align: top;
 max-width: 100%;
}
img:not([height]) {
 height: auto;
}
li {
 list-style: none;
}
/*  01 link
======================================================================================*/
a {
 color: #000;
 text-decoration: none;
}
a:hover {
 color: #000;
 text-decoration: underline;
}
.overbu:hover {
 opacity: 0.8;
 text-decoration: none;
  transition: .5s ease;
}
.content a {
 color: #2c64cc;
 text-decoration: underline;
}
.content a:hover {
 color: #333;
 text-decoration: none;
}
.content .overbu:hover {
 opacity: 0.8;
 text-decoration: none;
}



/*  02 font-family
======================================================================================*/
body, textarea, button {
 font-family: 'Noto Sans JP', sans-serif;
}

.kaku,
h1,
h2{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.05em;
}
/*  03 common layout and heading
======================================================================================*/
body {
 background-color: #FFF;
 -webkit-text-size-adjust: none;
 font-size: 13px;
  text-align: center;
}

body p {
 margin-bottom: 20px;
}

section {
  padding: 40px 5%;
}

.bgbl {
 background-color: #ebf6ff;
}

/*  04 header footer
==============================================================*/
#header {
 width: 100%;
 position: fixed;
 z-index: 10;
  text-align: left;
}
.header_inner {
 background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
}

#header #site_logo {
 padding: 18px 20px;
  margin: 0;
}
#header #site_logo img {
 width: 240px;
}
@media screen and (max-width : 750px) {
  #bumenu {
 width: 25px;
 height: 25px;
 position: absolute;
 top: 20px;
 right: 20px;
}

  #bumenu:before,
  #bumenu:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
     position: absolute;
     top: 5px;
     right: 0;
    background-color: #2c64cc;
    transition: .5s ease;
  }
  
  #bumenu:before {
     top: 7px;
  }
  #bumenu:after {
     top: 15px;
  }
  #bumenu.bu_close:before {
  transform: translateY(4px) rotate(-45deg);
  }
  #bumenu.bu_close:after {
  transform: translateY(-4px) rotate(45deg);
  }  
 #header #gnav {
  display: none;
  width: 100%;
   background-color: #2c65cd;
 }
}
#gnav ul {
 min-width: 280px;
  padding: 0 20px;
}
#gnav li, #foot_nav ul li {
 font-size: 15px;
 border-bottom: solid 1px #4175d2;
}
#gnav li a, #foot_nav ul li a {
 display: block;
 padding: 14px 0;
  color: #fff;
  position: relative;
  font-size: 16px;
}
#gnav li a:after {
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border-top: 1px solid #FFF;
 border-right: 1px solid #FFF;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 3px;
 top: calc(50% - 5px);
}
nav span {
 font-size: 10px;
 padding-left: 10px;
 color: #7D7D7D;
}
#footer {
  background-color: #2c65cd;
}
#footer h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
#footer h2 span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-top: 10px;
}

.footer_inner {
   padding: 30px 5% 10px;
}

.footer_inner li {
  color: #fff;
  font-weight: 300;
}

.footer_inner li a {
  margin: 15px 0 30px;
  background-color: #fff;
  background-image: url("../img/mail.svg");
  background-repeat: no-repeat;
  background-position: left 50px center;
  background-size: 25px auto;
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: #2c64cc;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.footer_inner li .foot_document {
  background-image: url("../img/document.svg");
  background-size: 20px auto;
}

.footer_inner li a:before {
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border-top: 1px solid #2c64cc;
 border-right: 1px solid #2c64cc;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 15px;
 top: calc(50% - 5px);
}

.foot_copy {
  background-color: #01194a;
  padding: 15px 5%;
}

.foot_copy li {
  display: inline-block;
}

.foot_copy a {
  color: #fff;
  display: block;
  padding: 5px 15px;
}

.copy small {
  color: #7b87a1;
}

/* content
================================================================*/
.content {
 padding-top: 62px;
}
.content p {
 font-weight: 300;
}

.page_content {
  padding: 0 8%;
}

.page_content p {
  margin-bottom: 40px;
}

.dot_list li {
  padding: 0 0 10px 12px;
  position: relative;
 font-weight: 300;
}

.dot_list li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #6EC292;
  position: absolute;
  top:10px;
  left: 0;
}

/* heading
===========================================*/

h2 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.person h2 {
  font-size: 16px;
}

h2 span {
  color: #2c64cc;
}


h3 {
  font-weight: 500;
}



/* -------------- ページトップへ */
p.pagetop {
 width: 900px;
 margin: 0px auto;
 text-align: right;
}
#toTop {
 display: none;
 position: fixed;
 right: 10px;
 bottom: 10px;
 font-size: 13px;
 background-color: rgba(17,66,165,0.8);
}
#toTop a:link, #toTop a:visited {
 position: relative;
 color: #FFF;
 display: block;
 padding: 15px 7px 7px;
}
#toTop a:before {
 content: "";
 display: block;
 width: 7px;
 height: 7px;
 border-top: 2px solid #FFF;
 border-right: 2px solid #FFF;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 left: 40%;
 top: 8px;
}
/*  00 common parts
======================================================================================*/
.for_pc, .for_pc_ib {
 display: none;
}
.mgn0, div#content p.mgn0 {
 margin: 0px !important;
}
.mgn10, div#content .mgn10, div#content p.mgn10 {
 margin-bottom: 10px !important;
}
.mgn20, div#content .mgn20 {
 margin-bottom: 20px;
}
.mgn30 {
 margin-bottom: 30px;
}
.mgn40, div#content p.mgn40 {
 margin-bottom: 40px;
}
.mgn50, div#content p.mgn50 {
 margin-bottom: 50px;
}
.pdt0 {
 padding-top: 0px;
}
#content_wrap .pdt10 {
 padding-top: 10px;
}
.pdr5 {
 padding-right: 5px;
}
.pdb5 {
 padding-bottom: 5px;
}
.pdl10 {
 padding-left: 10px;
}
.pdl120 {
 padding-left: 120px;
}
.pdg10 {
 padding: 10px;
}
strong {
 font-size: 14px;
 font-weight: bold;
 color: #795800;
}
#content .center {
 text-align: center;
}
#content .left {
 text-align: left;
}
#content .right {
 text-align: right;
}
.p_img_l {
 float: left;
 padding-right: 15px;
}
.p_img_r {
 float: right;
 padding-left: 15px;
}
.red { color: #e60012;}
.org { color: #FF6100;}
.yell { color: #ffff00;}
.blue { color: #2b64cc;}

.content .bold {
 font-weight: 700;
}
.content .red_bold {
 font-weight: 700;
 color: #e60012;
}
.content .bl_bold {
 font-weight: 700;
 color: #2b64cc;
}
.tx0 {
 font-size: 0px;
}
.tx11 {
 font-size: 11px;
}
.tx13 {
 font-size: 13px;
}
.tx15 {
 font-size: 15px;
}
.tx_small {
  font-size: 80%;
}

#content table {
 margin-bottom: 20px;
 width: 100%;
 border-top: 2px solid #b6caea;
 border-right: 2px solid #b6caea;
 border-bottom: 2px solid #b6caea;
 border-left: 2px solid #b6caea;
}
#content th {
 background-color: #dbeffc;
 padding: 8px;
 border-bottom: 1px solid #b6caea;
 border-left: 1px solid #b6caea;
 vertical-align: middle;
  line-height: 1.4;
}

#content table .sub {
  background-color: #4577ca;
  color: #fff;
}

#content td {
 background-color: #FFF;
 border-bottom: 1px solid #b6caea;
 border-left: 1px solid #b6caea;
 padding: 8px;
 vertical-align: middle;
}
table.common th {
 white-space: nowrap;
}
#content table.single td {
 border-left: none;
}
table th span {
 font-size: 11px;
 font-weight: normal;
}
#content th.bg_red {
 background-color: #fadce9;
}
td input.long, td textarea {
 width: 98% !important;
}
textarea.h80 {
 height: 80px !important;
}
/* =========================================================
	*00 clearfix
========================================================= */
.cl:after {
 content: '';
 display: block;
 clear: both;
}
/* pc style -------------------------------------------------------*/
@media screen and (min-width : 751px) {
 html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  font-size: 20px;
 }
 /* common ------------------------*/
 body .for_sp {
  display: none;
 }
 .for_pc {
  display: block;
 }
 .for_pc_ib {
  display: inline-block;
 }
 #container {
  min-width: 1200px;
  text-align: center;
 }
 #content {
  min-width: 1200px;
 }
.content {
 padding-top: 76px;
}
 section {
  padding: 90px 0 80px;
 }

.page_content {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
  text-align: left;
}

.page_content p {
  margin-bottom: 70px;
}
  

.dot_list li:before {
  top:13px;
  left: 0;
}

  input {
  padding: 2px;
 }

 #content table {
 border: 3px solid #b6caea;
}

#content th,
  #content td{
 padding: 18px;
}


  
  table.th150 th {
  width: 150px;
 }
 .ye_pt_bg {
  background-size: auto 930px;
 }
 .bei_pt_bg {
  background-size: auto 715px;
 }
 .bei_pt_bg_r {
  background-size: auto 715px, auto auto;
 }
 .bei_pt_bg_r .inner_box {
  width: 1110px;
  border-radius: 10px;
  padding: 50px 145px;
  margin: auto;
 }
 /* link -----------------------*/

#container nav li:nth-child(-n+4) a:before {
  background: #2c65cd;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#container nav li:nth-child(-n+4) a:hover::before,
 #container nav li:nth-child(-n+4) a.current:before {
  transform-origin: center top;
  transform: scale(1, 1);
}
  
  #container nav a:hover {
    text-decoration: none;
  }
  
  #container nav .estimate a:hover {
  background-color: #1c4bbf;
  transition: .5s ease;
  }
  #container nav .document a:hover {
  background-color: #fdba23;
  transition: .5s ease;
  }
  
 a.linebox{
  display: inline-block;
  padding: 7px 30px 10px 25px;
  font-size: 12px;
  margin-top: 10px;
 }
  
   a.greenbox{
  display: inline-block;
  padding: 15px 60px 12px 45px;
  font-size: 24px;
  margin-top: 10px;
 background-size: 20px;
 }
 /* header footer -------------------------*/
 #header {
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
 }
 #header #site_logo {
  width: 400px;
  z-index: 5;
 }
  
  #header #site_logo img {
 width: 400px;
}
 #header #gnav {
  width: 100%;
  text-align: right;
  margin: -75px auto 0;
 }
 #gnav ul {
  font-size: 0;
  border: none;
   padding: 0;
 }
 #gnav li:nth-child(n+2), #foot_nav ul li {
  display: inline-block;
  font-weight: 400;
  border: none;
   line-height: 2;
 }

#gnav li a, #foot_nav ul li a {
 display: block;
 padding: 19px 22px 20px;
  color: #000;
  position: relative;
  font-size: 18px;
}
  #gnav li a:after {
    display: none;
  }

  #gnav .estimate,
  #gnav .document{
    width: 170px;
    text-align: center;
  }
  #gnav .estimate a,
  #gnav .document a{
    padding: 30px 0 9px;
    background-repeat: no-repeat;
    background-position: top 10px center;
    background-size: 22px auto;
  }
  #gnav .estimate a{
    background-image: url("../img/mail_h.png");
    background-color: #2c64cc;
    color: #fff;
  }
  #gnav .document a{
    background-image: url("../img/document_h.png");
    background-color: #fdd84a;
  }
  

  .footer_inner {
  width: 1200px;
  margin: auto;
   padding: 60px 0 10px;
  }
  
#footer h2 {
  font-size: 28px;
}
#footer h2 span {
  font-size: 32px;
  display: inline-block;
  padding-top: 10px;
}
  
  #footer h2 span:before,
  #footer h2 span:after{
    content: "-";
    display: inline-block;
    transform: scale(5, 0.6);
  }
  #footer h2 span:before{
    padding-right: 10px;
  }
  #footer h2 span:after{
    padding-left: 10px;
  }

  .footer_inner ul {
    width: 750px;
    margin: auto;
    display: flex;
    gap: 50px;
  }
  
.footer_inner li {
  width: 350px;
}

.footer_inner li a {
  margin: 15px 0 50px;
  background-position: left 50px center;
  background-size: 30px auto;
  padding: 20px;
  font-size: 20px;
}

.footer_inner li .foot_document {
  background-image: url("../img/document.svg");
  background-size: 23px auto;
}

.footer_inner li a:before {
 width: 14px;
 height: 14px;
 border-top: 2px solid #2c64cc;
 border-right: 2px solid #2c64cc;
 right: 25px;
 top: calc(50% - 7px);
}
  
  .footer_inner li a:hover {
    text-decoration: none;
  }

.foot_copy {
  padding: 30px 0;
}


.foot_copy a {
  padding: 20px;
  font-size: 14px;
}

.copy small {
  font-size: 12px;
}

 /* heading
===========================================*/
h2 {
  font-size: 46px;
  margin-bottom: 60px;
}

.person h2 {
  font-size: 33px;
}


}