@charset "utf-8";
/*-------------------------------
  reset
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 150%;
  color: #333;
}
@media (min-width: 1024px) {
  body { padding-top: 90px; }
}
@media (max-width: 1023px) {
  body { padding-top: 50px; }
}
ol, 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;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
}
/**/
/*-------------------------------
  common
-------------------------------*/
/* ジャンプ先の位置を調整 */
:target::before {
  content: "";
  display: block;
  height: 100px; /* ★ヘッダーの高さに合わせて数字を調整してください */
  margin-top: -100px; /* ★上の数字と同じ数字（マイナス）にしてください */
  visibility: hidden;
}
a {
  transition: .3s;
  text-decoration: underline;
  color: #0056b3;
}
a:hover {
  opacity: .6;
}
a.hover {
    display: block;
    color: #333;
}
a.hover:hover {
  transition: .3s;
  opacity: .6;
}
img {
  vertical-align: bottom;
}
img.border {
  border: solid 1px #ccc;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
p { color: #333;}
.font_Muli{font-family: 'Muli', sans-serif; letter-spacing:0.1em;}
.cf::after {
  content: '';
  display: block;
  clear: both;
}
strong {
    padding: 0.2rem;
    background: linear-gradient(transparent 80%, #ffff00 80%);
	font-size: 120%;
}
.pc-only {
  display: block !important;
}
.pc-only-flex {
  display: flex !important;
}
.sp-only,.sp-only-flex {
  display: none !important;
}
.tab-only {
  display: none !important;
}
@media (min-width: 1025px) {
  .pc-only2 {
    display: block !important;
  }
  .pc-only2-flex {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
  .pc-only2 {
    display: none !important;
  }
  .pc-only2-flex {
    display: none !important;
  }
}
@media (min-width: 992px){
  .pc-pl-50-2 { padding-left: 50px !important;}
  .pc-mt30 { margin-top: 30px;}
}
@media (min-width: 641px) {
  .pc-fr{ float: right;}
  .pc-fl{ float: left;}
}
@media (max-width: 640px) {
  .pc-only, .pc-only-flex {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only-flex {
    display: flex !important;
  }
  .sp-fr{ float: right;}
  .sp-fl{ float: left;}
}

@media (min-width: 1200px) {
.container { max-width: 1200px;}
}
.bgwhite_wrap {
    background-color: #fff !important;
    padding: 80px 0;
}
.bgblue_wrap {
    background-color: #f5faff !important;
    padding: 80px 0;
}
@media (min-width: 768px) {
  .pc-pl-45-2 { padding-left: 45px !important; }
}
@media (min-width: 1024px) {
  .pc-only3 {
    display: block !important;
  }
  .sp-only2 {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc-only3 {
    display: none !important;
  }
  .sp-only2 {
    display: block !important;
  }
  .sp_menu_box{
    padding: 10px;
  }
}
@media  (min-width: 768px) and (max-width: 1199px) {
  .sp-ta-pl20{ padding-left: 20px !important;}
}
@media (min-width: 768px) {
  .pc-pl-70{ padding-left: 70px;}
  .pc-pl-50{ padding-left: 50px !important;}
  .pc-pl-45{ padding-left: 45px !important;}
  .pc-pl-35{ padding-left: 35px !important;}
  .pc-pl-20{ padding-left: 20px !important;}
  .pc-pr-50{ padding-right: 50px !important;}
  .pc-pr-35{ padding-right: 35px !important;}
  .pc-pl-pr-50{ padding: 50px !important;}
  .pc-p0{ padding: 0 !important;}
  .pc-mt90 { margin-top: 90px !important;}
  .pc-mt50 { margin-top: 50px !important;}
  .pc-mt40 { margin-top: 40px !important;}
  .pc-mb15 { margin-bottom: 15px;}
  .pc-mb20 { margin-bottom: 20px!important;}
  .pc-mt30 { margin-top: 30px!important;}
  .pc-pb30 { padding-bottom: 30px!important;}
  .pc-pb15 { padding-bottom: 15px!important;}
  .pc-pt15 { padding-top: 15px!important;}
  .pc-pt30 { padding-top: 30px!important;}
  .pc-pl5 { padding-left: 5px!important;}
  .pc-w800 {width: 800px;}
  .mt-80-40 {margin-top: 80px !important;}
  .mtb-50 {margin-top: 50px !important; margin-bottom: 50px !important;}
  .mlm2{margin-left:-2px;}
  .mlm0{margin-left: 0 !important;}
  img.pcw450{ width: 450px;}
}
@media (max-width: 767px) {
  .bgblue_wrap , .bgwhite_wrap{
      padding: 50px 15px;
  }
  .pc-pl-70{ padding-left: 15px;}
  .pc-pl-50{ padding-left: 0 !important;}
  .pc-pl-45{ padding-left: 0 !important;}
  .pc-pl-20{ padding-left: 0 !important;}
  .pc-pr-50{ padding-right: 0 !important;}
  .pc-pl-pr-50{ padding: 0 !important;}
  .pc-mt90 { margin-top: 0 !important;}
  .pc-mt50 { margin-top: 0 !important;}
  .pc-mt40 { margin-top: 0 !important;}
  .pc-mb15 { margin-bottom: 0;}
  .pc-pl5 { padding-left: 0 !important;}
  .pc-pb30 { padding-bottom: 0 !important;}
  .sp-pl-pr0{ padding-right: 0 !important; padding-left: 0 !important;}
  .sp-pl-pr25{ padding: 0 25px !important;}
  .sp-pl0{ padding-left: 0 !important}
  .mt-80-40 {margin-top: 40px !important;}
  .mlm2{ margin-left: 0;}
  .sp-mtm5{ margin-top: -5px;}
  .sp-mt50{ margin-top: 50px !important;}
  .sp-mt20{ margin-top: 20px !important;}
  .sp-mb20{ margin-bottom: 20px !important;}
  .sp-mtb-20 { margin: 20px auto;}
  .sp-ptb-20 { padding: 20px 0 !important;}
  .sp-ptb-10 { padding: 10px 0 !important;}
  .sp-mb50 { margin-bottom: 50px;}
  .sp-pl-pr-5 { padding-left: 5px!important; padding-right: 5px!important;}
}
.wp50_wrap {
    max-width: 450px;
    width: 100%;
}
.wp50_left{
  width: 50%;
  padding-right: 15px;
  float: left;
}
.wp50_right{
  width: 50%;
  padding-left: 15px;
  float: right;
}
.ggmap {
position: relative;
padding-bottom: 40%;
padding-top: 30px;
margin-bottom: 10px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.works_flow_title {
    font-size: 16px;
    color: #489b83;
    font-weight: bold;
    padding: 10px 25px 8px;
    border: solid 1px #1f5f99;
    display: inline-block;
    max-width: 180px;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 991px) {
  .works_flow_title { margin-top: 20px; }
}
/*-------------------------------
  h1~
-------------------------------*/
h1 {
    font-size: 40px;
}
span.h1{
  color: #fcee21;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
  color: #1f5f99;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 60px;
  position: relative;
}
h2:after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #1f5f99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    display: block;
    margin: auto;
}
h2.page {
  margin: 80px 0 30px;
}
h2.page:after {
    bottom: 0;
}
.message_wrap {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    padding: 10px 20px;
    border-radius: 10px;
}
h2.message {
  font-size: 24px;
  color: #489b83;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 30px;
  background-image: none;
}
h2.message > strong {
  color: #17af71;
  font-size: 28px;
}
h3 {
  font-size: 21px;
  margin: 50px 0 20px;
}
h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #33ccff;
  margin-right: 10px;
  font-size: 24px;
}
h3.u_border{
	position: relative;
	overflow: hidden;
  color: #23a7c3;
  font-size: 18px;
  padding-bottom: 20px;
}
.u_border::before,
.u_border::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.u_border:before{
	border-bottom: 2px solid #23a7c3;
	width: 100%;
}
.u_border:after{
	border-bottom: 2px solid #eaeaea;
	width: 100%;
}

h4 {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 150%;
    margin-top: 20px;
}
h4  strong{
  font-size: 24px;
  color: #1f5f99;
  margin: 0 5px;
}
p.message{
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 150%;
}
figure {
  display: block;
  position: relative;
  overflow: hidden;
}
figcaption.caption1{
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fafafa;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 5px 0;
}
ol.list{
  list-style: decimal;
  padding-left: 20px;
  margin: 20px 0;
}
ul.list {
    list-style-position: inside;
    margin-top: 20px;
    font-size: 14px;
}
ul.list li:before {
    content:  "";     /* 空の要素作成 */
    width:  3px;               /* 幅指定 */
    height:  3px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #333;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -4px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}
ul.disc {
  list-style: disc;
}
ul.disc li{
  margin-bottom: 5px;
}
ul.disc li:last-child {
  margin-bottom: 0;
}
ol.decimal {
    list-style: decimal;
}
ol.decimal li{
    margin-bottom: 20px;
}
ol.decimal li:last-child {
  margin-bottom: 0;
}
a.column_wrap {
    display: flex;
    text-decoration: none
}
a.column_wrap:hover {
    text-decoration: none
}
a.column_link {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
span.date {
    color: #333;
    font-size: 12px;
}

@media (max-width: 767px) and (min-width: 641px){
  .column_mt20 { margin-top: 20px; }
  h2.page {
      margin: 30px 0 20px;
  }
}
@media (max-width: 640px) {
  h1 {
      font-size: 20px;
  }
  .page_title > h1 {
    padding: 0 15px 3px;
    margin-bottom: 3px;
  }
  span.h1{
    font-size: 12px;
  }
  h2 {
    font-size: 27px;
    padding-bottom: 12px;
    margin-bottom:30px;
  }
  h2.page {
      margin: 30px 0 20px;
  }
  h2.message {
    text-align: center;
    font-size: 22px;
    line-height: 210%;
    font-feature-settings: "palt";
  }
  h2.message > strong {
    font-size: 24px;
  }
  h3 {
      font-size: 18px;
      margin: 20px 0;
  }
  h4 {
      font-size: 21px;
      margin-bottom: 20px;
      line-height: 150%;
  }
  p.message{
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
  }
  ul.list {
      margin-top: 15px;
  }
  figcaption.caption1 {
      text-align: left;
      padding: 0 7px 3px 0;
  }
  a.column_link {
    margin-top: -3px;
    font-size: 15px;
    line-height: 140%;

  }
  span.date {
      font-size: 10px;
  }
}
/*-------------------------------
  button
-------------------------------*/

.button_base {
    border: solid 1px #3366cc;
    padding: 20px;
    height: auto;
    text-align: center;
    border-radius: 100px;
    background-color: #f5faff;
    display: block;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
}
.button_base.button_white {
    background-color: #fff;
}
.button_base a{ text-decoration: none; }
.button_pagelink_wrap{ margin: 0 5px;}

.button_pagelink{
  padding: 6px 15px 0;
  border-radius: 20px;
  border: solid 1px #fff;
}
a.button_base{
  color: #0f5b92;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  display: block;
  text-decoration: none;
}
.button_base img{ margin-right: 15px;}
.button_base:hover {
    border: solid 1px #3366cc;
    transition: 0.1s;
    color: #fff;
    background-color: #3366cc;
    opacity: 1;
    text-decoration: none;
    transition:0.1s;
}

.button_cv {
    border: solid 1px #fff;
    padding-top: 10px;
    height: 50px;
    border-radius: 25px;
}
a.button_cv {
    color: #0f5b92;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    display: block;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .button_pagelink_wrap {
      margin: 0;
      padding: 10px;
  }
  .button_pagelink {
      margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .button_pagelink_wrap{ margin: 0;}
  .button_pagelink{
    font-size: 14px !important;
    padding: 8px 5px 0;
    margin: 5px;
  }

}
/*-------------------------------
  header/menu
-------------------------------*/
header {
    width: 100%;
    padding: 0;
    margin: 0;
}
.header_fix {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #eaeaea;
}

.dropdown-item {
    padding: 10px 15px;
    font-weight: 500;
    color: #333;
    background-color: #fafafa;
    border-bottom: solid 1px #1f5f99;
}
.dropdown-menu {
    padding: 0;
    font-size: 12px;
    color: #212529;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
div#navbarNav3 {
    height: 60px;
}
.navbar-nav > li {
    height: 70px;
    padding: 30px 20px 10px;
}
.navbar-toggler {
    padding: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    top: 38px;
}
header .navbar-nav a.nav-link {
  color: #1f5f99;
  font-size: 16px;
  font-weight: bold;
  display:block;
  height:100%;
  width:100%;
  text-decoration: none;
}
.navbar-nav > li > a > span {
  color: #1f5f99;
  display: block;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
}
header .navbar-nav a.nav-link:hover {
    color: #1f5f99;
}
header .navbar-nav .active a.nav-link {
    color: #333;
}
.tel_cta_pc {
  display: none;
}
a.mail_cta_pc {
  display: none;
}
a.line_cta_pc {
  display: none;
}
a.tel_cta_sp {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #1f5f99;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
}
a.mail_cta_sp {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #1f5f99;
  position: fixed;
  z-index: 1;
  left: 50px;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
}
a.line_cta_sp {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #00B900;
  position: fixed;
  z-index: 1;
  left: 100px;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
}
.cta {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.cta>a>img {
  width: 100%;
  height: auto;
  max-width: 980px;
}
@media (min-width: 769px) {
  a.tel_cta_sp, a.mail_cta_sp, a.line_cta_sp {
    display: none;
  }
  a.line_cta_pc {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #00B900;
    position: fixed;
    z-index: 1;
    right: 320px;
    top: 0;
    width: 160px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 180%;
  }
  .tel_cta_pc {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #1f5f99;
    position: fixed;
    z-index: 1;
    right: 160px;
    top: 0;
    width: 160px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 180%;
  }
  a.mail_cta_pc {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: #ff5252;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    width: 160px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 180%;
  }
}
.navbar-expand-md .navbar-nav .nav-link {
   padding: 0 20px;
   text-decoration: none;
 }
@media (min-width: 1024px) and (max-width: 1200px) {
.navbar-expand-md .navbar-nav .nav-link { padding: 0 10px;}
}
.navbar-nav > li.active {
    border-bottom: solid 3px #1f5f99;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #046291;
    background-color: transparent;
    transition: 0.1s linear;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 20px;
    height: 15px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
    top: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-30deg);
    transform: translateY(10px) rotate(-30deg);
    top: 2px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(30deg);
  transform: translateY(-10px) rotate(30deg);
  top: 22px;
}
.navbar {
    padding: 0;
}
@media (min-width: 992px) and (max-width: 1023px) {
  .collapse:not(.show) {
      display: none !important;
  }
  .navbar-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column !important;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
      width: 100%;
      height: 100%;
  }
}
@media (min-width: 641px){
  .navbar-expand-md { height: 100px; }
  .navbar-brand { padding-left: 25px; }
}
@media (max-width: 1023px) {
  .header_top {
    height: 50px;
    line-height: 150%;
  }
  header {
      width: 100%;
      height: auto;
  }

  div#navbarNav3 {
    height: auto;
    padding-top: 0;
    border-top: solid 1px #aaa;
  }
  .navbar-nav > li.active {
      border-bottom: none;
  }
  .sp_menu_box {
      height: 50px;
      width: 50px;
      align-items: center;
      display: flex;
      justify-content: center;
  }
.navbar-expand-md .navbar-nav a.nav-link {
      color: #333;
      font-size: 18px;
      padding: 0;
  }
  ul.navbar-nav.ml-auto {
      /* border-top: solid 1px #aaa; */
  }
  .navbar-nav > li {
    border-bottom: solid 1px #aaa;
    height: auto;
    padding: 10px;
    padding-left: 20px;
    background: #f5faff;
  }
  .navbar-nav > li.active {
      border-bottom: solid 1px #aaa;
  }
  .navbar-nav > li.active {
      border-bottom: solid 1px #aaa;
  }
  .navbar-nav > li.inner1 {
    color: #555;
    background-color: #eaeaea;
    padding-left: 20px;
  }
  .navbar-nav > li.inner1 a.nav-link { font-size: 16px; }
  .navbar-nav > li.inner2 {
    color: #555;
    background-color: #ddd;
    padding-left: 41px;
  }
  .navbar-nav > li.inner2 a.nav-link { font-size: 15px; }
  .nav-link > .fa-angle-right{
    color: #1f5f99;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: unset;
  }
  li.bottom {
      padding: 0;
      height: auto;
  }
}

/*-------------------------------
footer
-------------------------------*/
footer {
    background: #fafafa;
    padding: 30px 0 0 !important;
    border-top: solid 1px #eaeaea;
    color: #333;
    font-size: 12px;
    line-height: 150%;
}
.footer_wrap {
	padding: 20px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
@media (max-width: 768px) {
.footer_wrap {
    display:none;
}
}

footer .fa-angle-right{
  color: #999;
  margin-right: 10px;
  font-size: 12px;
}
footer .nav-link {
    display: block;
    padding: 0 0 15px 0;
}
footer a {
    color: #1f5f99;
    text-decoration: underline;
}
footer a.nav-link {
  color: #333;
  text-decoration: none;
}
ul.footer_menu > li { font-size: 13px; }
ul.footer_menu > li.inner2 { font-size: 11px; }
.tel{
  font-size: 22px;
  font-weight: bold;
}
.txt{
  font-size: 10px;
}
.fax{
  font-size: 22px;
  font-weight: bold;
}
.copyright{
  width: 100%;
  height: 40px;
  margin-top: 30px;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  background-color: #164466;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0.6;
}
h2.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

@media (max-width: 767px) {
  h2.anchor{
      display: block;
      padding-top: 70px;
      margin-top: -70px;
  }
}

@media (max-width: 640px) {
  footer {
      background: none;
      padding: 0 !important;
      border-top: none;
      color: #333;
      font-size: 10px;
      line-height: 100%;
  }
  .copyright {
      height: auto;
      margin-top: 0;
      padding: 10px;
      text-align: right;
      padding-right: 50px;
  }
}
/*-------------------------------
top
-------------------------------*/
.bg-main {
    text-align: center;
    margin: 50px auto;
    width: 100%;
    max-width: 1200px;
}
@media (max-width: 1024px) {
  .bg-main {
      margin: 0 auto;
      width: 100%;
      height: auto;
  }
}
@media (max-width: 767px){
  .bg-main {
      margin: 0 auto 20px;
  }
}

/*-------------------------------
news
-------------------------------*/
.news_wrap {
    padding: 0 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.news_contents {
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  border: solid 1px #eaeaea;
  padding: 30px 40px;
}
.list-news {
    list-style: none;
    margin: 0;
    width: 100%;
    display: block;
    padding-top: 20px;
}
.list-news:first-child {
    padding-top: 0px;
}
li.list-news .news-date:first-child {
    padding-top: 0px;
}
.news_contents a {
    text-decoration: none;
    padding: 10px;
}
li.list-news .news-date {
    padding: 10px 0;
    margin-right: 10px;
    width: auto;
    font-size: 14px;
    color: #999999;
}
li.list-news .news-txt {
    padding: 10px 0;
    width: auto;
    color: #333;
}
.list-news a:hover{
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news_contents {
      padding: 10px;
  }
  li.list-news .news-date {
      padding: 5px 0;
      margin-right: 0;
      display: block;
  }
  .news_contents a {
      padding: 0;
  }
}

/*-------------------------------
top card
-------------------------------*/
.card_wrap {
  margin-bottom: 30px;
}
a.card_link {text-decoration: none;}
a.card_link:hover {text-decoration: none;}
.card {
  height: 100%;
text-decoration: none;
}
a.card_link .card:hover {
  border: 1px solid #1f5f99;
  transition: .2s;
  box-sizing: border-box;
}

a.card:hover {
text-decoration: none;
}
.card-title {
    margin-bottom: 0;
    background-color: #1f5f99;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 10px;
}
.card-body {
    padding: 10px;
}
p.card-text {
    line-height: 140%;
    margin-bottom: 10px;
}
.price {
    padding: 10px;
    font-weight: bold;
    font-size: 32px;
    color: #1f5f99;
}
/*-------------------------------
page
-------------------------------*/
.page_title {
    height: 200px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg_common { background-image: url(../images/pagebg_common.jpg);}

.page_message{
  font-size: 28px;
  font-weight: bold;
  padding: 20px;
  margin: 0;
  text-align: center;
  line-height: 150%;
}

h3.page_h3 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 60px auto 20px;
  background-color: #1f5f99;
  color: #fff;
  display: inline-block;
}
h3.page_line_h3{
  text-align: left;
  font-size: 22px;
  color: #333;
  margin: 60px 0 20px;
}

li.li_check {
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 35px 30px;
  padding: 15px 0 15px 60px;
  color: #0f5b92;
  font-size: 21px;
  font-weight: bold;
}

.check_wrap1{
  max-width: 800px;
  margin-top: -15px;
}
.check_wrap2{
  max-width:775px;
  margin-top: 40px;
  font-size: 16px;
}

li.li_worry {
  background-image: url(../images/icon_cloud.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 40px 31px;
  padding: 15px 0 15px 60px;
  color: #0f5b92;
  font-size: 21px;
  font-weight: bold;
}

.worry_wrap1{
  max-width: 800px;
  margin-top: -15px;
}
.worry_wrap2{
  max-width:775px;
  margin-top: 40px;
  font-size: 16px;
}

.common_list_wrap {max-width: 800px;}
.common_list_head {
  display: flex;
  align-items: center;
}
.support_wrap {margin-top: 60px;}
.common_list_wrap .tag {
  display: inline;
  float: left;
  padding: 7px 10px 5px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.common_list_wrap .tag2 {
  display: inline;
  float: left;
  padding: 7px 10px 5px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #1f5f99;
}
.common_list_wrap .tag3{
  display: inline;
  float: left;
  padding: 7px 10px 5px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #0f5b92;
}
.common_list_wrap .orange { background-color: #ffc700;}
.common_list_wrap .dark_blue { background-color: #0f5b92;  min-width: 180px;}
.common_list_wrap .sky_blue { background-color: #1f5f99;}
.common_list_wrap .sky_blue:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 20px;
  background-image: url(../images/icon_finger.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -3px;
}
.common_list_wrap .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
strong.yellow_line {
    background:linear-gradient(transparent 85%, #fcee21 0%);
}
.common_list_wrap .txt {
    clear: both;
    margin: 20px 0 40px;
    font-size: 16px;
}
.common_list_emssage {
    font-size: 21px;
    font-weight: bold;
    max-width: 800px;
    line-height: 150%;
}
.common_list_emssage span.blue{ font-size: 24px; color: #2f80bc;}
.common_list_emssage span.red{ font-size: 24px; color: #ed1c24;}

.strong_message_wrap{
  padding: 60px 50px 50px;
  background-color: #fff;
  margin-top: 80px;
}
.strong_message_wrap:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 50px;
    margin: -85px auto 0;
}
.rusult_message{ border: solid 1px #489b83; }
.rusult_message:before{ background-image: url(../images/icon_service16_pc.png); }
.tax_message{ border: solid 1px #0f5b92; }
.tax_message:before{ background-image: url(../images/icon_service17_pc.png); }
.tax_txt{ text-align: center; font-size:21px; font-weight: bold; line-height: 150%;}
.strong_message_wrap h3.rusult_head{
  font-size: 30px;
  color: #489b83;
  margin-bottom: 20px;
  text-align: center;
}

.rusult {
  font-size: 16px;
  color: #333;
}

.qa{
  max-width: 800px;
  margin: 70px 0 80px;
}

.qa ul{
  font-weight: bold;
  font-size: 20px;
  padding-left: 6px;
}
.qa ul li {
    text-indent: -36px;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 150%;
}

li.q:before{
  content: "Q. ";
  font-size: 28px;
  color: #0f5b92;
}
li.a:before{
  content: "A. ";
  font-size: 28px;
  margin-right: 3px;
  color: #489b83;
}

p.plan_message{
  color: #0f5b92;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 150%;
}

p.plan_message span{
  color: #0f5b92;
  font-size: 16px;
  font-weight: normal;
}

a.nav-link2 {
  font-size: 14px;
  color: #1f5f99 !important;
  text-decoration: underline !important;
}
a.nav-link2 > .fa-angle-right{
  margin-right: 5px;
}
a.nav-link3, li.nav-link3 {
  font-size: 14px;
  color: #1f5f99 !important;
  text-decoration: underline !important;
  display: block;
  padding: 10px;
  border-bottom: dotted 1px #ccc;
}
a.no-border { border-bottom: none;}
li.nav-link3 > .fa-angle-right, a.nav-link3 > .fa-angle-right{
  margin-right: 5px;
}
.svg-inline--fa {
    vertical-align: baseline;
}
.border_wrap {
  margin: 30px auto;
  padding: 0 15px 30px;
  max-width: 1100px;
  width: 100%;
  border: solid 2px #1f5f99;
}
h3.service {
  font-size: 24px;
  font-weight: bold;
  color: #1f5f99;
  margin-bottom: 0;
}
#notfound span {
    font-size: 60px;
    display: block;
    margin-bottom: 50px;
    color: #17af71;
}
#notfound {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    margin: 200px auto;
}
img.soshiki_img {
    max-width: 950px;
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}
@media (min-width: 992px) {
  .page-wrap p {
      padding: 50px 0;
      margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #notfound span { font-size: 40px;}
  #notfound { font-size: 20px;}
}
@media (max-width: 464px) {
  #notfound span { font-size: 28px;}
  #notfound { font-size: 16px; margin: 120px auto;}
}
@media (max-width: 640px) {
  .page_title {
      height: 100px;
      margin-bottom: 0;
      background-size: cover;
  }
  .bg_common { background-image: url(../images/pagebg_common_sp.jpg);}

  .page_message {
      font-size: 21px;
      font-weight: bold;
      padding: 0 20px;
      margin: 0;
      text-align: left;
      line-height: 150%;
  }
  h3.page_h3 {
      text-align: center;
      font-size: 21px;
      font-weight: bold;
      padding: 10px;
      margin: 50px 0 10px;
      background-color: #1f5f99;
  }
  h3.page_line_h3 {
      font-size: 20px;
      line-height: 140%;
  }
  .qa { margin: 30px 0 20px;}
  li.li_check {
      background-size: 30px 25px;
      padding: 10px 0 10px 40px;
      font-size: 18px;
  }
  .check_wrap2 { margin-top: 20px;}
  .common_list_head {
    display: block;
    flex-direction: column;
    align-items: unset;
  }
  .common_list_wrap .title { font-size: 21px; margin-bottom: 10px;}
  strong.yellow_line { background: linear-gradient(transparent 90%, #fcee21 0%); }
  .common_list_wrap .tag, .tag2, .tag3 {
      display: block;
      float: none;
      width: 100%;
      padding: 7px 10px 5px;
      margin-right: 0;
      margin-bottom: 20px;
  }
  .common_list_wrap .txt { margin: 0 0 40px; }
  .common_list_emssage {
      font-size: 18px;
  }
  p.plan_message { margin-bottom: 20px; }
  .strong_message_wrap { margin-top: 50px; }
  .strong_message_wrap {
      padding: 20px 15px 15px;
      margin-top: 50px;
  }
  .strong_message_wrap:before { margin: -45px auto 0; }
  .tax_txt {
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
  }
  .svg-inline--fa {
      vertical-align: -.125em;
  }

  h3.service {
    font-size: 18px;
    margin: 0;
    line-height: 130%;
  }
  .border_wrap {
    margin: 20px auto;
    padding: 30px 15px 15px;
    width: 100%;
    border: solid 2px #1f5f99;
  }
}

/*-------------------------------
table
-------------------------------*/
table , td, th {
	border-collapse: collapse;
}

.table_scroll {
    overflow: auto;
}
table.common1, table.common2 {
    width: 100%;
    max-width: 900px;
    margin: 20px auto 10px;
}
table.common1 td {
  background-color: #f4f4f4;
  border: 1px solid #fff;
	border-collapse: collapse;
  vertical-align: middle;
}
table.common1 td.price {
  font-weight: bold;
  font-size: 24px;
  color: #1f5f99;
}
table.border_gray td {
  border: 1px solid #ccc;
}
table.common1  td.bg_white {
  background-color: #fff;
  border: 1px solid #ccc;
}
table.common2 td, th {
  border: 1px solid #cccccc;
	border-collapse: collapse;
  vertical-align: middle;
}
table.common1 th, table.common2 th {
  padding: 22px 15px;
	background: #f4f4f4;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

table.common1 td, table.common2 td {
	padding: 15px;
  font-size: 16px;
}

table.common1 td > strong, table.common2 td > strong {
  color: #0f5b92;
  font-weight: bold;
  margin-bottom: 10px;
}

table.common1 td.title{
    background-color: #1f5f99;
    color: #fff;
    text-align: left;
    font-weight: bold;
    width: 50%;
    font-size: 16px;
    vertical-align: top;
}
table.common1.narrow td.title {
    width: 30%;
    font-size: 21px;
}
table.common2 td.title {
	background-color: #f5faff;
	color: #333333;
  text-align: left;
  font-weight: bold;
  width: 250px;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 768px) {
  table.common1 td.title { width: auto;}
  table.common1.narrow td.title {
      width: 100%;
      font-size: 21px;
  }
  table.common2 td.title {
    width: 100%;
    display: block;
    border-bottom: none;
    border-top: none;
    padding: 10px;
  }
  table.common2 td.first {
    border-top: solid 1px #cccccc;
  }
  table.common2 td {
      display: list-item;
      list-style: none;
      width: 100%;
  }
  table.common1 td, table.common2 td {
      padding: 10px;
      display: block;
      width: 100%;
  }
}

/* faq */
table#qa {
    width: 100%;
    margin: 10px auto 50px;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
table#qa td {
    line-height: 170%;
    text-align: justify;
    margin: 0 0 0 0;
    padding: 10px 0 10px 10px;
    border: none;
    white-space: normal;
    vertical-align: middle;
}
table#qa td.q span, table#qa td.a span {
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    padding-top: 12px;
    text-align: center;
    display: block;
    border-radius: 100%;
}
table#qa td.q, table#qa td.a {
  padding-right: 20px;
}
table#qa td.q span {
    background-color: #1f5f99;

}
table#qa td.a span {
    background-color: #ff9933;
}
table#qa tr.border_top {
  border-top:solid 1px #ccc;
}
table#qa tr.border_top td.td_txt{
  font-weight: bold;
  font-size: 18px;
  color: #1f5f99;
}
table#qa tr.border_bottom {
  border-bottom:solid 1px #ccc;
}
table#qa tr.border_top td {
  padding-top:40px;
}
table#qa tr.border_bottom td {
  padding-bottom:40px;
}
p.qa_message {
    font-weight: bold;
    font-size: 18px;
    margin: 50px 0 !important;
}
td.q {
  font-weight: bold;
  color:#1f5f99;
  font-size: 32px;
}
td.a {
  font-weight: bold;
  color:#eb5c03;
  font-size: 32px;
}
@media (max-width: 768px) {
  p.qa_message {
      margin: 20px 0 !important;
  }
  table#qa td.q span, table#qa td.a span {
      width: 40px;
      height: 40px;
      font-size: 24px;
      padding-top: 6px;
  }
  table#qa td {
      padding: 10px 0 10px;
      vertical-align: top;
  }
  table#qa td.q, table#qa td.a {
      padding-right: 10px;
  }
  table#qa tr.border_top td {
      padding-top: 20px;
  }
  table#qa tr.border_bottom td {
      padding-bottom: 20px;
  }
}
/*-------------------------------
form
-------------------------------*/

form.form-horizontal {
    font-size: 16px;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-group-top{
  padding-top: 30px !important;
}
.form-group-bottom{
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px !important;
}
.form-group-sum{
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #e3f5fc;
  padding: 25px 40px !important;
  margin-top: 15px !important;
}
.form-group-sum > .sumtitle {
  font-size: 24px;
  font-weight: bold;
}
.form-group-attention{
  background-color: #0d3f5e;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

input.sum_input{
  font-size: 30px;
  font-weight: bold;
  color: #1f5f99;
  text-align: right;
  height: 50px;
  vertical-align: middle;
}
.btn-custom {
  background-color: #1f5f99 !important;
  border-radius: 2px;
  border: none !important;
  height: 50px !important;
  padding: 5px 30px !important;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
}
.tel_wrap {
  max-width: 500px;
  width: 100%;
  border: solid 3px #fcee21;
  text-align: center;
  margin: auto;
  padding: 30px;
}
/*contactform7*/
span.wpcf7-not-valid-tip {
    color: #fff !important;
    background-color: #e54b48;
    z-index: 100;
    font-size: 13px;
    display: inline-block !important;
    padding: 2px 7px;
    margin-top: 3px;
    border-radius: 2px;
    width: 100% !important;
    max-width: 370px;
}
span.wpcf7-list-item {
    margin: 0 10px 0 0 !important;
}
@media (max-width: 767px) { span.wpcf7-not-valid-tip { max-width: 1000px; } }

.wpcf7-response-output.wpcf7-validation-errors {
  color: #e54b48;
  background-color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border: solid 3px #e54b48;
  padding: 20px 10px;
  margin: 30px 0;
  line-height: 150%;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #35ccd8;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border: solid 3px #35ccd8;
  padding: 20px 10px;
  margin: 30px 0;
  background-color: #fff;
}
.screen-reader-response {
    display: none;
}

@media (max-width: 640px) { .tel_wrap { padding: 20px; } }
.btn-contact {
    height: 50px !important;
    padding: 12px 50px !important;
    margin: 20px 10px 0;
}
.send-message{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0f5b92;
    margin: 40px 0 20px;
}
.sum_txt{
  font-weight: bold;
  color: #0f5b92;
}

.form-group {
  margin: 0;
  padding: 15px 0;
}
.form-group p{
  color: #ce5943;
  font-size: 14px;
  margin: 10px 0 0 0 !important;
}
.form-group2 {
    margin: 0;
    padding: 0 40px;
    border-top: solid 1px #ccc;
}
.form-group2-noborder{
  border-top: none;
  margin-top: -20px;
}

.form-left, .form-right, .form-select-title, .form-cost  {
  padding: 0;
}

.form-left {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.form-select-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.form-cost {
    color: #0f5b92;
    font-weight: bold;
    font-size: 21px;
    border-left: solid 1px #ccc;
    padding: 30px 0 30px 30px;
}
.form-cost-2{ padding: 0px 0 30px 30px !important; }
.form-control {
    display: inline-block;
    width: 100%;
    height: 36px;
    padding: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 150%;
    color: #333;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    transition: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1f5f99;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(88,204,174,.25);
}
.form-control:disabled, .form-control[readonly] {
    background-color: #eee !important;
    border: solid 1px #eee !important;
    opacity: 1;
    color: #999 !important;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #b2b2b2 !important;
}

::placeholder{ color:#ccc!important; }
.form-contact {
  width: 100% !important;
}
@media (max-width: 767px) { .form-contact { max-width: 1000px; } }
.form-contact-message {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.form-textarea{
  width: 100%;
  height: 150px !important;
}
.form-message{
  margin: 20px 0 30px;
}
.privacy-txt {
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 20px 0 !important;
}
span.require{
  color: #fff;
  background-color: #e54b48;
  margin-left: 10px;
  font-size: 11px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 2px;
  vertical-align: top;
}

form.form-horizontal select {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    display: inline-block;
    width:150px;
    height: 36px;
    padding: 3px 6px;
    margin-right: 10px;
}


/* radio */
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing: content-box;
}
.radio-input:checked + label{
  color: #1f5f99;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #1f5f99;
  border-radius: 50%;
  box-sizing: content-box;
}
.privacy-rules {
    width: 100%;
    border: solid 1px #b2b2b2;
    overflow: auto;
    height: 150px;
    padding: 20px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #fafafa;
    font-size: 12px;
}
h3.privacy_h3{
  font-weight: bold;
  color: #333;
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
}
h4.privacy_h4{
  font-weight: bold;
  color: #333;
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
}
.select-w1{ width: 100px !important;}
.select-w2{ width: 70px !important;}
.select-txt{ margin-right: 30px; }
@media (max-width: 640px) {
  .form-group {
      margin: 0;
      padding: 15px;
  }
  .form-group2 {
      border-top: none;
  }
  .form-group-top{
    padding-top: 15px !important;
    margin-top: 20px;
  }
  .form-left {
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px;
      margin-bottom: 15px;
  }
  .form-left-noborder{
    border-bottom:none;
    margin-top: -20px;
  }
  .form-cost {
      border-left: none;
      padding: 0 0 0 10px;
      text-align: right;
  }
  .form-group-sum {
      padding: 15px !important;
      margin-top: 0 !important;
  }
  .form-inner{
    padding: 0;
    margin: auto;
  }
  .form-textarea{ margin-top: 20px; }
  .form-message{
    margin: 10px 0;
    text-align: left;
  }
  .form-contact-message {
    text-align: left;
    margin: 20px 0;
  }
  .privacy-rules {
    height: 100px;
    padding: 10px;
  }
  .privacy-txt {
    text-align: left;
  }
  .privacy-wrap {
      padding: 0 15px 40px !important;
  }
  .form-group-attention{ text-align: left; }
  form.form-horizontal select {
    margin-right: 5px;
  }
  .select-w1{ width: 80px !important;}
  .select-w2{ width: 50px !important;}
  .select-w3{ width: 130px !important;}
  .select-txt{ margin-right: 20px; }
  .btn-custom { margin-bottom: 30px;}
}


/* checkbox */
.checkbox {
    font-size: 14px;
    padding-left: 30px;
}
h3.checkbox_h3{
  font-size: 16px;
  color: #0f5b92;
  text-align: left;
  margin-bottom: 5px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 30px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  box-sizing: content-box;
}
.checkbox-input:checked + .checkbox-parts{
  color: #1f5f99;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 9px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1f5f99;
  border-right: 3px solid #1f5f99;
}
@media (max-width: 640px) {
  .checkbox { padding-left: 0px; }
  .checkbox > label { margin: 5px 0; }
}
/*-------------------------------
modal
-------------------------------*/
.modal-dialog {
    max-width: 800px;
}
.modal-header {
    border-bottom: none;
}
.close { font-size: 30px; padding: }
.modal-header .close {
    padding: 5px;
    margin: -1rem -1rem -1rem auto;
}
.modal-body { padding: 0;}
.modal-content {
    border-radius: 0;
    border: none;
    max-width: 800px;
    width: 100%;
}
.modal-footer { padding: 50px 50px 20px;}
.modal-over {
  overflow: scroll;
  bottom: -10px;
}
*::-webkit-scrollbar { width: 0 !important }
* { -ms-overflow-style: none; }
* { overflow: -moz-scrollbars-none; }
.fkidashi
{
  text-align: center;
  overflow: hidden;
}
.fkidashi span
{
  display: inline-block;
  position: relative;
  padding: 5px;
  color: #fcee21
}
.fkidashi span:before,
.fkidashi span:after
{
  position: absolute;
  top: 25%;
  width: 30px;
  content: '';
  border-top: 2px solid currentColor;
}
.fkidashi span:before
{
  right: 100%;
  transform: rotate(70deg);
}
.fkidashi span:after
{
  left: 100%;
  transform: rotate(-70deg);
}
@media (max-width: 640px) {
  .modal-footer { padding: 15px 15px 0;}
}
/*-------------------------------
column
-------------------------------*/
.column_list_wrap {
  margin-top: 33px;
}
@media (max-width: 767px){
  .column_list_wrap { margin-top: 20px; }
}
.sidebar {
    width: 100%;
    max-width: 250px;
}
@media (max-width: 767px){
.sidebar {
    width: 100%;
    max-width: 800px;
}
}
.sidebar_column_wrap{ margin-bottom: 10px;}
.sidebar_date {
    color: #666666;
    font-size: 11px;
    margin-top: -5px;
}
a.sidebar_column_link {
    color: #333;
    text-decoration: underline;
    font-size: 12px;
    line-height: 150%;
    display: inline-block;
    margin-top: 0px;
}
h3.side_h3 {
    font-size: 18px;
    border-bottom: solid 2px #1f5f99;
    padding-bottom: 10px;
    margin: 0;
}
h3.side_h3:before {
  content: none;
}
@media (max-width: 640px) {
h3.side_h3 {
    font-size: 21px;
    border-bottom: solid 1px #ccc;
    margin: 30px 0 20px;
    text-align: center;
}
}
.pager {
    overflow: hidden;
      border-top: solid 1px #ccc;
      padding-top: 60px;
      margin: 60px 0 40px;
}
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
.pager ul li span, .pager ul li a {
    display: block;
    font-size: 21px;
    padding: 10px 18px;
    margin: 0 10px;
}
.pager ul li span {
    background: #1f5f99;
    border: solid 1px #1f5f99;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.pager ul li a {
    background: #fff;
    border: solid 1px #489b83;
    color: #489b83;
    font-weight: bold;
    text-decoration: none;
}
.pager ul li a:hover {
    background: #1f5f99;
    color: #FFF;
    opacity: 1;
    border: solid 1px #1f5f99;
}
.pager ul li a.arrow {
    background-color: transparent;
    padding: 8px 5px;
    border: none;
}
.pager-link-wrap{ margin: 20px 0 60px;}
.column_contents_h2 {
    font-size: 21px;
    color: #333;
    background-color: #f5faff;
    border-left: solid 3px #1f5f99;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-image: none;
}
.column_contents_h2:after {
  content: none;;
}
.column_meta_wrap {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
  margin: 0 0 50px;
}
.column_relation_wrap {
    border-bottom: solid 1px #ccc;
    padding: 15px 0 30px;
    margin: 0 0 50px;
}
.column_contents_wrap{
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.service_wrap:first-child{
  padding-top: 80px;
}
.service_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}
.column_contents_bottom{
  color: #aaaaaa;
  background-color: #f4f4f4;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 12px;
}
a.archives_title{
    color: #132d26;
    text-decoration: underline;
}
.column_archives_bottom {
    background-color: #fff;
    color: #aaaaaa;
    background-color: #f4f4f4;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 80px;
}
.column_contents_wrap img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.column_contents_wrap p{ margin: 0 0 20px;}
section.column_contents_wrap > span { display: block; }
h3.column_h3 {
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    margin: 50px 0 15px;
}
@media (max-width: 768px) {
  .column_meta_wrap {
      padding: 1px 0 5px;
      margin: 13px 0 20px;
  }
  .column_contents_wrap p{ margin: 20px 0;}
  .service_wrap:first-child{
    padding-top: 30px;
  }
  .service_wrap{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column_archives_bottom {
      margin-bottom: 50px;
  }
  .sidebar {
      width: 100%;
  }
  h3.column_h3 { text-align: center;}
  h3.side_h3 {
      font-size: 21px;
      border-bottom: solid 1px #ccc;
      margin: 30px 0 20px;
      text-align: center;
  }
  .pager {
      border-top: solid 1px #ccc;
      padding-top: 30px;
      margin: 30px 0 40px;
  }
  .pager-link-wrap{ margin: 10px 0 40px;}
}
/*-------------------------------
*wp-pagenavi base
-------------------------------*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: auto;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #999;
background-color: #FFF;
border: solid 1px #e0e0d2;
padding: 8px 15px !important;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1f5f99 !important;
}
.wp-pagenavi a:hover{
color:#FFF;
background-color:#999;
border-color:#999;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #1f5f99;
border-color: #1f5f99;
font-weight: bold;
}

/*-------------------------------
reset
-------------------------------*/
header .navbar-toggler-icon {
    background-image: none;
    background-color: #1f5f99;
    border-radius: 6px;
    width: 1.75em;
}
.jumbotron { border-radius:0;}


[type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* 5カラム定義 */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}
@media (min-width: map-get($grid-breakpoints, sm)) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
@media (min-width: map-get($grid-breakpoints,md)) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
    .col-md-offset-15 {
        margin-left: 4.3333333%;
    }
}
@media (min-width: map-get($grid-breakpoints, lg)) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}

/* IE対応 */
@media all and (-ms-high-contrast:none) {
    .card>img.img-fluid {
      height: 178px;
    }
    table#qa td.q span, table#qa td.a span {
        padding-top: 16px;
    }
}

/*-------------------------------
reset
-------------------------------*/
.iframe-responsive {
  width: 100%;            /* 親要素の幅いっぱいに広げる */
  max-width: 1000px;      /* 大きくなりすぎないように制限（任意） */
  margin: 0 auto;         /* 中央に配置 */
}

.iframe-responsive iframe {
  width: 100%;            /* 横幅を100%に固定 */
  aspect-ratio: 16 / 9;   /* ワイド画面の比率（カレンダーに合わせて 4 / 3 などに変更可） */
  height: auto;           /* 高さはアスペクト比に基づいて自動計算 */
  border: none;
}

/* モバイル用の調整（画面幅が600px以下の場合） */
@media (max-width: 600px) {
  .iframe-responsive iframe {
    aspect-ratio: 3 / 4;  /* スマホでは縦長にすることで予定を見やすくする */
  }
}
