@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------
common-test
------------------------------------------------------------*/

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@700&display=swap');

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
*/

/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
@media (min-width: 751px) {
  :root {
    font-size: calc(0.5625rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.6rem;
  }
  .sp {
    display: none!important;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 10px;
  }
}
@media (min-width: 1000px) {
  .md {
    display: none;
  }
}


@media (max-width: 1100px) {
  @media (min-width: 751px) {
    :root {
      font-size: calc(0.52rem + ((1vw - 7.68px) * 0.1736));
      min-height: 0vw;
    }
  }
}
@media screen and (max-width:750px) {
  html {
  font-size: 62.5%;
  }
  body { font-size: 1.3rem; }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.36rem;
  }
  .pc,.ms,
  #sub {
    display: none!important;
  }
  .sp {
    display: block;
  }
}

/* html
-------------------------------------------------*/
html {
    overflow-y: scroll;
}
/* body
------------------------------------------------- */
body {
    font-family:'Roboto','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Arial, sans-serif;;
    line-height: 1.8;
    color: #1e1e1e;
    -webkit-text-size-adjust: 100%;
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,body {
height:100%;
margin:0;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-weight: 400!important;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

.en {
  font-family: "Roboto Condensed",sans-serif;
  font-weight: bold;
  font-style: normal;
}
.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Hiragino Kaku Gothic ProN', 'HiraginoSans-W3', sans-serif;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  line-height:1.3;
  position: relative;
}
p,li,dt,dd,th,td,div,span,em {
word-wrap: break-word;
color: #222;
}
p {
line-height: 1.8
}
th,td {
line-height: 1.4;
}
dt,dd {
line-height: 1.6;
}
p {
  margin-top:0;
}
li {
line-height: 1.4;
list-style: none;
}

ul,ol,figure {
padding-left:0;
margin:0;
}
table {
width: 100%;
border-collapse: collapse;
}
a {
  word-break: break-word;
  color:#28adff;
  text-decoration: none;
}
header a,
footer a,
.link-off {
  text-decoration: none;
}
.link {
  text-decoration: underline;
  color:#0054AC;
}
main a {
}

a.no,
a.no-link {
  text-decoration: none;
  color:inherit;
  pointer-events: none;
}
a.inherit {
  color:inherit; 
}
img {
line-height: 0;
max-width: 100%;
vertical-align: bottom;
}

article:after,main:after,
.clearfix:after {
content: "";
display: block;
clear: both;
}
em {
  font-style:normal;
}


@media screen and ( min-width: 751px ){
  a {
  -webkit-transition: background  0.3s ease, color 0.3s ease;
  -moz-transition: background  0.3s ease, color 0.3s ease;
  -o-transition: background  0.3s ease, color 0.3s ease;
  transition: background  0.3s ease, color 0.3s ease;
}
	a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
	cursor:pointer;
  transition:opacity 0.3s;
  text-decoration: none;
	}

	a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	}
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and ( max-width: 750px ){
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}


/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac { margin:auto; }
.tc { text-align:center!important; }
.tl { text-align:left!important; }
.fl { float:left; }
.fr { float:right; }
.bold { font-weight:bold; }
.normal {font-weight: normal;}
.blodk { display: block;}


.inline { display:inline-block; }
.block { display:block; }
.super { vertical-align: super; font-size:10px;}

dl,dt,dd,li {
  margin:0;
  padding:0;
}

.underline {
  border-bottom:2px solid;
}

/* -----------------------------------------------------------
reset
------------------------------------------------------------*/
a:focus, a:active {
outline: none;
outline-offset: 0;
text-decoration: none;
}
.btn:active, .btn.active {
box-shadow:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline:none;
}
.btn-link:hover {
  text-decoration:none;
}

/* -----------------------------------------------------------
space
------------------------------------------------------------*/
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }
.pb60 { padding-bottom:60px; }
.pb80 { padding-bottom:80px; }
.pb100 { padding-bottom:100px; }

.pa { padding:1.5rem;}
.pa2 { padding:2rem;}
.pa3 { padding:3rem;}
.pa4 { padding:4rem;}
.p2p3 { padding:2rem 3rem;}

.pt60 { padding-top:60px; }
.pt70 { padding-top:70px; }
.pt80 { padding-top:80px; }
.pt5 { padding-top:3px; }
.pl10 { padding-left:10px; }
.pl20 { padding-left:20px; }
.mt10 { margin-top:10px; }
.mt80 { margin-top:80px; }
.mt100 { margin-top:100px; }
.mt120 { margin-top:120px; }
.mt140 { margin-top:140px; }

.mb0 {margin-bottom:0!important;}
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb100 { margin-bottom:100px; }
.mb110 { margin-bottom:110px; }
.mb120 { margin-bottom:120px; }

.mr20 { margin-right:20px; }

.pt30 { padding-top: 30px; }
.pb20 { padding-bottom:20px; }

.vt { vertical-align: top; }
.tr { text-align :right; }
.-mt1 { margin-top:-1em; }
.-mt2 { margin-top:-2em; }
.mb2 { margin-bottom:2em; }

.mt0 {
  margin-top:0!important;
}
@media screen and (min-width: 751px) {

  .mt1-5 {
    margin-top:1.5rem;
  }
  .mt2 {
    margin-top:2rem;
  }
  .mt3 {
    margin-top:3rem;
  }
  .mt4 {
    margin-top:4rem;
  }
  .mt5 {
    margin-top:5rem;
  }
  .mt6 {
    margin-top:6rem;
  }


}

@media screen and (max-width: 750px) {
  .mt2 {
    margin-top:1rem;
  }
  .mt3 {
    margin-top:1.5rem;
  }
  .mt4,.mt5,.mt6 {
    margin-top:1.5rem;
  }
  .pa4 {
    padding:1.5rem;
  }
}

/* -----------------------------------------------------------
font
------------------------------------------------------------*/
.small {
  font-size: 85%;
}
@media screen and (min-width: 751px) {
.fs10 { font-size: 1rem; }
.fs11 { font-size: 1.1rem; }
.fs12 { font-size: 1.2rem; }
.fs13 { font-size: 1.3rem; }
.fs14 { font-size: 1.4rem; }
.fs16 { font-size: 1.6rem; }
.fs18 { font-size: 1.8rem; }
.fs20 { font-size: 2rem; }
.fs22 { font-size: 2.2rem; }
.fs24 { font-size: 2.4rem; }
.fs26 { font-size: 2.6rem; }
.fs28 { font-size: 2.8rem; }
.fs29 { font-size: 2.9rem; }
.fs30 { font-size: 3rem; }
.fs32 { font-size: 3.2rem; }
.fs34 { font-size: 3.4rem; }
.fs35 { font-size: 3.5rem; }
.fs36 { font-size: 3.6rem; }
.fs38 { font-size: 3.8rem; }
.fs40 { font-size: 4rem; }
.fs42 { font-size: 4.2rem; }
.fs44 { font-size: 4.4rem; }
.fs45 { font-size: 4.5rem; }
.fs46 { font-size: 4.6rem; }
.fs48 { font-size: 4.8rem; }
.fs50 { font-size: 5rem; }
.fs60 { font-size: 6rem; }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  /* .fs10 { font-size: calc(10/1400*100vw); }
  .fs11 { font-size: calc(11/1400*100vw); }
  .fs12 { font-size: calc(12/1400*100vw); }
  .fs13 { font-size: calc(13/1400*100vw); }
  .fs14 { font-size: calc(14/1400*100vw); } */
  .fs16 { font-size: calc(20/1400*100vw); }
  .fs18 { font-size: calc(22/1400*100vw); }
  .fs20 { font-size: calc(22/1400*100vw); }
  .fs22 { font-size: calc(22/1400*100vw); }
  .fs24 { font-size: calc(24/1400*100vw); }
  .fs26 { font-size: calc(26/1400*100vw); }
  .fs28 { font-size: calc(28/1400*100vw); }
  .fs29 { font-size: calc(29/1400*100vw); }
  .fs30 { font-size: calc(30/1400*100vw); }
  .fs32 { font-size: calc(32/1400*100vw); }
  .fs34 { font-size: calc(34/1400*100vw); }
  .fs35 { font-size: calc(35/1400*100vw); }
  .fs36 { font-size: calc(36/1400*100vw); }
  .fs38 { font-size: calc(38/1400*100vw); }
  .fs40 { font-size: calc(40/1400*100vw); }
  .fs42 { font-size: calc(42/1400*100vw); }
  .fs44 { font-size: calc(44/1400*100vw); }
  .fs45 { font-size: calc(45/1400*100vw); }
  .fs46 { font-size: calc(46/1400*100vw); }
  .fs48 { font-size: calc(48/1400*100vw); }
  .fs50 { font-size: calc(50/1400*100vw); }
  .fs60 { font-size: calc(60/1400*100vw); }
}
@media screen and (min-width: 751px) and (max-width: 1300px) {
  .fs42 { font-size:calc(42/1200*100vw);}
}
@media screen and (max-width: 750px) {
  .fs16 { font-size: 1.4rem; }
  .fs18 { font-size: 1.4rem; }
  .fs20 { font-size: 1.5rem; }
  .fs22 { font-size: 1.6rem; }
  .fs24 { font-size: 1.8rem; }
  .fs26 { font-size: 1.9rem; } 
  .fs28 { font-size: 2rem; }
  .fs29 { font-size: 2.1rem; }
  .fs30 { font-size: 2.1rem; }
  .fs32 { font-size: 2.2rem; }
  .fs34 { font-size: 2.2rem; }
  .fs35 { font-size: 2.2rem; }
  .fs36 { font-size: 2.4rem; }
  .fs38 { font-size: 2.4rem; }
  .fs40 { font-size: 2.4rem; }
  .fs42 { font-size: 2.4rem; }
  .fs44 { font-size: 2.8rem; }
  .fs45 { font-size: 2.9rem; }
  .fs46 { font-size: 3rem; }
  .fs48 { font-size: 2.6rem; }
  .fs50 { font-size: 3.2rem; }
  .fs60 { font-size: 3.8rem; }
}
.ls2 {letter-spacing: 2px;}
.ls3 {letter-spacing: 3px;}


/* -----------------------------------------------------------
color
------------------------------------------------------------*/
.bolder {
  font-weight: 800;
}
.cf {
  color:#fff!important;
}
.cb {
  color:#154F9F!important;
}
.cy {
  color: #FFF23F!important;
}
.red {
  color: #D40012;
}

.bg-lp {
  background-color: #FFECF2!important;
}
.bg-ly {
  background-color: #FFF7CE!important;
}
.bg-b {
  background-color: #154F9F!important;
}
.bg-lb {
  background-color: #6EC4F9!important;
}
.bg-llb {
  background-color: #EFF4FB!important;
}
.bg-llb2 {
  background-color: #ecf4ff!important;
}
.bg-y {
   background-color:#FFF355!important;
}
.bg-f {
   background-color:#fff!important;  
}
.bg-dg {
  background-color: #505050!important;
}
.bg-beige {
  background-color: #F9E7C1!important;
}
.bgs-p {position: relative;}
.bgs-p:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 1.2em;
  background:url(../img/common/bds-p.jpg)repeat;
  background-size:contain;
}
.bgs-y {position: relative;}
.bgs-y:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 1.2em;
  background:url(../img/common/bds-y.jpg)repeat;
  background-size:contain;
}
.pat01 {
  background:url(../img/common/pat01.png) no-repeat center;
}
.pat01-l {
  background-size:contain;
}
.pat02 {
  background:url(../img/common/pat02.png) no-repeat center;
}

/* 以下削除 */

.bg1 {
  background-color:#009DE8;
}
.bg2 {
  background-color:#FFCF00;
}

.bg0 {
  background: linear-gradient(to bottom,  #3a3a3a 1%,#1d1d1d 100%);
}
.bgf {
  background-color: #fff!important;
}
.bgba {
  background-color: #035CC5!important;
}
.bgga {
  background-color:#525D6A!important;
}
.shadow {
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.bg-yellow {
  background-color: #FFCF00!important;
}
.bg-gray {
  background-color: #5E5E5E!important;
}
.bg-y {
  background-color: rgba(255,207,0,0.76);
}
.bg-ly {
  background-color: #FFFADC;
}
.bg-g1 {
  background-color: #DEDEDE!important;
}
.bg-g2 {
  background-color: #818181!important;
}
.bg-g3 {
  background-color: #B6BBC0!important;
}
.bg-b1 {
  background-color: #1146A8!important;
}
.bg-b2 {
  background-color:#66A3E8!important;
}
.bg01 {
  background-color: #F1F1F1!important;
}
.bg02 {
  background-color: #f2f2f2!important;
}
.bg03 {
  background-color: #EFF3FA!important;
}



/* -----------------------------------------------------------
btn
------------------------------------------------------------*/

button {
width: auto;
padding: 0;
margin: 0;
background: none;
border: 0;
font-size: 0;
line-height: 0;
overflow: visible;
cursor: pointer;
}
button:focus {
outline: none;
appearance: none;
}

/*------------------------------------------------------------*/
/* btn
------------------------------------------------------------*/
.btn-area {
  margin: 2rem auto;
  text-align: center;
}
.btn-area {
  display: flex;
  justify-content: center;
}
.btn-area li {
  margin:0 10px;
  max-width:380px;
  width:100%;
  margin: auto;
}
.btn-area .btn01 {
  border-width:2px;
  justify-content: center;
}
.btn-area.one .btn01 {
  border-width:1px;
}
/* .btn {
  border:1px solid #fff;
  padding:0.4em 1.3em;
  border-radius: 10em;
  text-decoration: none;
} */


.btn01 {
  width:calc(300/1440*100vw);
  max-width:300px;
  text-decoration: none;
}
.btn01.m {
  max-width:440px;
  height: 80px;
  flex-wrap: wrap;
  font-size: 1.5em;
  letter-spacing:1px;
  padding-bottom: 0.2em;
}
.btn01.l {
  flex-wrap: wrap;
  font-size: 1.5em;
  letter-spacing:1px;
  padding-bottom: 0.2em;
}
.btn01.m span,
.btn01.l span {
  display: block;
  margin-bottom:0.3em;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.btn01 * {
  color: #fff;
}
.btn01,
.submit-btns [type=submit], .submit-btns [type=button] {
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  font-size: 1.8rem;
  padding-top:0.3em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  border-radius: 10em;
  background: #D40012;
  width: 100%;
  height: 70px;
  box-shadow: 3px 4px 0px rgba(0,0,0,0.85);
  position: relative
}
.btn-more {
  font-size: 0.9em;
  background:#154F9F;
  color: #fff;
  width:170px;
  height: 42px;
  font-weight: bold; 
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: center;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
  border-radius: 10em;
  position: relative;
}
.btn01:hover {

}
.btn01.m {
  max-width:280px;
  height: 60px;
  font-size: 1em;
}
.btn01.s {
  max-width:220px;
  height: 50px;
  font-size: 1em;
}
.btn01.s:before {
  background-position: 15% center;
}
.btn-blue {
  background:url(../img/common/btn-blue-ar.svg)no-repeat 1.2em center;
  background-size:0.5em;
  background-color: #009DE8;
  /* max-width:340px; */
  padding:1em 1em 1em 2.5em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.6;
}
.local-nav a,
.btn {
  background-size:0.6em;
  background-color: #fff;
  border:2px solid #545454;
  max-width:100%;
  width:200px;
  padding:1em;
  text-align: center;
  color: #333;
  font-weight: bold;
  display: flex;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.local-nav a {
  width:auto;
  min-width:160px;
  height: 3em;
}
.nav-archive .btn,
.btn.g {
  background-color: #545454;
  color: #FFF;
  border:2px solid #545454;
}
.btn.f {
  background-color: #fff;
  color: #545454;
  border:2px solid #545454;
}
.btn-template {
  background-color: #fff;
  border:1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333;
  max-width:220px;
  padding:0.5em;
}
.btn-nav {
  background: url(../img/common/ar-b.svg) no-repeat 90% center;
  background-color: #fff;
  color: #004DA1;
  border:3px solid #004DA1;
  background-size: 0.6em;
  max-width: 340px;
  width:100%;
  padding: 0.8em 0.5em 0.8em 0.5em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.arrow {
  position: relative;
}
.arrow::before {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
}
.arrow.arrow-top::before {
  transform: rotate(-45deg);
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
  left: 8%;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
  right: 8%;
}
.arrow:hover:before,
.arrow:hover:after {
  border-color:#fff!important;
}

.btn-down {
  width:calc(260/1000*100vw);
  max-width:300px;
  min-width:100%;
  max-height: 64px;
  height: calc(64/1000*100vw);
  text-decoration: none;
  display: flex;
  justify-content:center;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 3em 0 1.5em;
  color: #005397;
  background: url(../img/common/arrow-down.svg)no-repeat 95% center;
  background-size: 1.8em auto;
  background-color:#fff;
  border:2px solid #005397;
  border-radius: 5px;
}
.btn02 {
  width: calc(300 / 1300* 100vw);
  max-width:300px;
  min-width: 260px;
  height: 64px;
  /* height: calc(64 / 1300* 100vw); */
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 1.5em;
  padding-right: 3em;
  color: #fff!important;
  background: url(../img/common/arrow-right.svg) no-repeat 95% center;
  background-size: 32px auto;
  background-color: #005397;
  border: 2px solid #005397;
  border-radius: 5px;

}

@media screen and (min-width: 751px) {
  .btn01.l {
      max-width: 600px;
      height: 80px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  .btn01, .submit-btns [type=submit], .submit-btns [type=button] {
    font-size: 1.7rem;
    height: 54px;
    max-width:300px;
    width:35%;
  }
}

@media screen and (max-width: 750px) {
  .btn {
    width:140px;
    height: 40px;
  }
  .btn01, .submit-btns [type=submit], .submit-btns [type=button] {
    font-size:1.5rem;
  }
  .btn01,
  .btn01.m {
    height: 52px;
    max-width: 250px;
    width:100%;
    margin:auto;
  }
  .btn01.l {
    max-width: 90%;
    height: 64px;
    font-size: 1.3em;
  }
  .btn-one {
    margin:auto;
    width:100%;
  }
  .btn01.btn-cta {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
  .btn02 {
    width: 100%;
    min-width:200px;
    display: block;
    font-size: 1.4rem;
    height: 50px;
    background-size: 20px auto;
  }
  .btn-blue {
    padding: 1em 0.5em 1em 1.5em;
    font-size: 1.1em;
  }
  .bgs-p:before,
  .bgs-y:before {
    height: 0.8em;
  }
}

/* -----------------------------------------------------------
section
------------------------------------------------------------*/

@media screen and (min-width: 751px) {

/* section
----------------------------------------------- */
.sec1 {padding:1rem 0;}
.sec2 {padding:2rem 0;}
.sec3 {padding:3rem 0;}
.sec4 {padding:4rem 0;}
.sec5 {padding:5rem 0;}
.sec6 {padding:6rem 0;}
.sec7 {padding:7rem 0;}
.sec8 {padding:8rem 0;}
.sec9 {padding:9rem 0;}
.sec10 {padding:10rem 0;}
.sec11 {padding:11rem 0;}
.sec12 {padding:12rem 0;}
.sect2 {padding-top:2rem;}
.sect3 {padding-top:3rem;}
.sect4 {padding-top:4rem;}
.sect5 {padding-top:5rem;}
.sect6 {padding-top:6rem;}
.sect7 {padding-top:7rem;}
.sect8 {padding-top:8rem;}
.sect9 {padding-top:9rem;}
.sect10 {padding-top:10rem;}
.sect11 {padding-top:11rem;}
.sect12 {padding-top:12rem;}
.secb1 {padding-bottom:1rem;}
.secb2 {padding-bottom:2rem;}
.secb3 {padding-bottom:3rem;}
.secb4 {padding-bottom:4rem;}
.secb5 {padding-bottom:5rem;}
.secb6 {padding-bottom:6rem;}
.secb7 {padding-bottom:7rem;}
.secb8 {padding-bottom:8rem;}
.secb9 {padding-bottom:9rem;}
.secb10 {padding-bottom:10rem;}
.secb11 {padding-bottom:11rem;}
.secb12 {padding-bottom:12rem;}
.secb13 {padding-bottom:13rem;}
.secb14 {padding-bottom:14rem;}
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
  .sec3 {padding:calc(30/1400*100vw) 0;}
  .sec4 {padding:calc(40/1400*100vw) 0;}
  .sec5 {padding:calc(50/1400*100vw) 0;}
  .sec6 {padding:calc(60/1400*100vw) 0;}
  .sec7 {padding:calc(70/1400*100vw) 0;}
  .sec8 {padding:calc(80/1400*100vw) 0;}
  .sec9 {padding:calc(90/1400*100vw) 0;}
  .sec10 {padding:calc(100/1400*100vw) 0;}
  .sec11 {padding:calc(110/1400*100vw) 0;}
  .sec12 {padding:calc(120/1400*100vw) 0;}
  .sect2 {padding-top:calc(20/1400*100vw);}
  .sect3 {padding-top:calc(30/1400*100vw);}
  .sect4 {padding-top:calc(40/1400*100vw);}
  .sect5 {padding-top:calc(50/1400*100vw);}
  .sect6 {padding-top:calc(60/1400*100vw);}
  .sect7 {padding-top:calc(70/1400*100vw);}
  .sect8 {padding-top:calc(80/1400*100vw);}
  .sect9 {padding-top:calc(90/1400*100vw);}
  .sect10 {padding-top:calc(100/1400*100vw);}
  .sect11 {padding-top:calc(110/1400*100vw);}
  .sect12 {padding-top:calc(120/1400*100vw);}
  .secb2 {padding-bottom:calc(20/1400*100vw);}
  .secb3 {padding-bottom:calc(30/1400*100vw);}
  .secb4 {padding-bottom:calc(40/1400*100vw);}
  .secb5 {padding-bottom:calc(50/1400*100vw);}
  .secb6 {padding-bottom:calc(60/1400*100vw);}
  .secb7 {padding-bottom:calc(70/1400*100vw);}
  .secb8 {padding-bottom:calc(80/1400*100vw);}
  .secb9 {padding-bottom:calc(90/1400*100vw);}
  .secb10 {padding-bottom:calc(100/1400*100vw);}
  .secb11 {padding-bottom:calc(110/1400*100vw);}
  .secb12 {padding-bottom:calc(120/1400*100vw);}
  .secb13 {padding-bottom:calc(130/1400*100vw);}
  .secb14 {padding-bottom:calc(140/1400*100vw);}
}

@media screen and (max-width: 750px) {
/* section
----------------------------------------------- */
.sec2 {padding:1rem 0;}
.sec3 {padding:1.5rem 0;}
.sec4 {padding:2rem 0;}
.sec5 {padding:2.5rem 0;}
.sec6 {padding:3rem 0;}
.sec7 {padding:3.5rem 0;}
.sec8 {padding:4rem 0;}
.sec9 {padding:4.5rem 0;}
.sec10 {padding:5rem 0;}
.sec11 {padding:5.5rem 0;}
.sec12 {padding:6rem 0;}
.sect2 {padding-top:1rem;}
.sect3 {padding-top:1.5rem;}
.sect4 {padding-top:2rem;}
.sect5 {padding-top:2.5rem;}
.sect6 {padding-top:3rem;}
.sect7 {padding-top:3.5rem;}
.sect8 {padding-top:4rem;}
.sect9 {padding-top:4.5rem;}
.sect10 {padding-top:5rem;}
.sect11 {padding-top:5.5rem;}
.sect12 {padding-top:6rem;} 
.secb1 {padding-bottom:0.5rem;}
.secb2 {padding-bottom:1rem;}
.secb3 {padding-bottom:1.5rem;}
.secb4 {padding-bottom:2rem;}
.secb5 {padding-bottom:2.5rem;}
.secb6 {padding-bottom:3rem;}
.secb7 {padding-bottom:3.5rem;}
.secb8 {padding-bottom:4rem;}
.secb9 {padding-bottom:4.5rem;}
.secb10 {padding-bottom:5rem;}
.secb11 {padding-bottom:5.5rem;}
.secb12 {padding-bottom:6rem;}
.secb13 {padding-bottom:6.5rem;}
.secb14 {padding-bottom:7rem;}
.sp-sect0 {padding-top:0;}
}


/* -----------------------------------------------------------
container
------------------------------------------------------------*/
#page {
  margin:0 auto;
  /* overflow-x: hidden; */
}
.full {
  width:100vw;
  margin:0 calc(50% - 50vw);
}
.container {
  margin: 0 auto!important;
  max-width:1100px;
  width:90%;
  position: relative;
}
.container.base {
  max-width:1000px;
}
.container.wide {
  max-width:1500px;
}
.container.xl {
  max-width:1400px;
}
.container.medium {
  max-width:1200px;
}
.container.mid {
  max-width:1240px;
}
.container.big {
  max-width:1280px;
}
.container.large {
  max-width:1400px;
}

.container.small {
  max-width:900px;
}
.container.mini {
  max-width:860px;
}
.container.short {
  max-width:800px;
}
.container .container-in {
  max-width:1000px;
  width:90%;
  margin:0 auto;
}
.container.mini {
  max-width: 860px;
}

.w1000 {
  max-width:1000px;
  margin:0 auto;
  width:100%;
}
.w1100 {
  max-width:1100px;
  margin:0 auto;
  width:100%;
}


/* -----------------------------------------------------------
column flex
------------------------------------------------------------*/
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.ac {
  align-items: center;
}
@media screen and (min-width: 751px) {
  .flex-pc {
    display: flex;
  }
  .flex-wrap {
    flex-wrap:wrap;
  }
  .jsb {
    justify-content: space-between;
  }
  .jc {
    justify-content: center;
  }
  .jsa {
    justify-content: space-around;
  }
  .col2 {
    flex-wrap:wrap;
  }
  .col2 > li {
    width:46%;
  }
  .flex .w45 {
    width:45%;
  }
  .col2 > .col2-in {
    width:48%;
  }
  .col3 {
    margin: 0 -1%;
  }
  .col3 li {
      width: 31.333%;
      margin: 0 1%;
  }

}

@media screen and (max-width: 750px) {
    /* container
    ----------------------------------------------- */
    .container {
      width:90%;
    }
    .flex-pc {
      margin:0 auto;
    }
    .col2 > li {
      margin:2rem 0 3rem;
    }

}


/* -----------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
#breadcrumb,
#main #bread_crumb,
#main #bread-crumb {
  position:relative;
  width:90%;
  margin:0 auto;
  text-align: right;
}
.bread-crumbs,
#bread_crumb ul {
	margin:0;
	width:100%;
  padding:0 1rem;
}
.bread-crumbs li,
#bread_crumb li {
  font-size: 12px;
  padding: 8px 0;
  display: inline-block;
}
#kv .bread-crumbs *,
#kv #bread_crumb * {
  color:#666!important;
  border-color:#666!important;
}
.bread-crumbs li a,
#bread_crumb li a,
#bread_crumb li span {
  font-size: 12px;
  font-weight: normal;
  position: relative;
}
.bread-crumbs a:after,
#kv #bread_crumb li a:after {
  content: " ";
  color: transparent;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #666;
  border-width: 0 1px 1px 0px;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  position: relative;
}
#kv .bread-crumbs a:after {
  border-color: #666!important;
}

@media screen and (min-width: 751px) {
/* breadcrumb
----------------------------------------------- */
  #breadcrumb li {
    font-size: 1.3rem;
    padding: 8px 0;
    display: inline-block;
    margin: 0;
  }
  #breadcrumb li a {
    font-size: 1.3rem;
    font-weight: normal;
    text-decoration: none;
    position: relative;
  }

}

@media screen and (max-width: 750px) {
  .bread-crumbs, #breadcrumb ul {
    overflow-x: scroll;
    white-space: nowrap;
    width:100%;
  }
  #breadcrumb li {
  font-size: 1.2rem;
  white-space: nowrap;
  }
  #breadcrumb li *, #breadcrumb li a, #breadcrumb li {
      font-size: 10px;
      padding:5px 0;
  }
  #breadcrumb {
    opacity: 0.9;
    width:100%;
  }

}

/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/
/* scroll top */
#page-top {
  position: fixed;
  bottom: 7px;
  right: 15px;
  background-color: #333;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 1;
  margin:0;
  border-radius: 10em;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  display: block;
  text-indent: -9999px;
}
#page-top a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
#page-top:hover {
text-decoration: none;
opacity: 0.8;
}

@media screen and (max-width: 750px) {
  #page-top a {
    width: 36px;
    height: 36px;
  }
  #page-top {
      bottom: 48px;
      right: 5px;
      width: 36px;
      height: 36px;
      margin-bottom: 0;
  }
  #page-top a:after {
      left: 12px;
      top: 14px;
  }
}



/* -----------------------------------------------------------
pager
------------------------------------------------------------*/
.pager-wrap {
  text-align: center;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    background-color: #CECEC3;
    color:#fff;
    border:none; 
}
.wp-pagenavi a.page:hover, .wp-pagenavi span.current {
    background-color: #545454;
    color: #fff;
    border:none; 
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    margin: 0.5em;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border-radius: 10em;
    border:none; 
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  border:none;
  background: none;
  width:1.5em;
  color:#CECEC3;
}
.wp-pagenavi a.nextpostslink img,
.wp-pagenavi a.previouspostslink img {
  width:16px;
}

.parts-pagenavi .wp-pagenavi .previouspostslink, .parts-pagenavi .wp-pagenavi .nextpostslink {
    width: 5.4rem;
    height: auto;
    aspect-ratio: 1 / 1;
    text-indent: -9999rem;
    background: url(../img/common/arrow.svg) no-repeat center center / 1.4rem auto;
}


@media screen and (min-width: 751px) {
/* pager
----------------------------------------------- */
  .pager-wrap {
    margin:0 auto;
  }
  .pager {
    padding:2rem 0;
  }
}
@media screen and (max-width: 750px) {
/* pager
----------------------------------------------- */
  .wp-pagenavi a, .wp-pagenavi span{
    font-size: 1.4rem;
  }
  .pager-wrap {
    margin: 2rem auto;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size:1.5rem;
    margin:0.65em;
    width:2.4em;
    height:2.4em;
  }
  .wp-pagenavi a {
    border:1px solid #D4D4D4;
  }
  .wp-pagenavi a:first-of-type,
  .wp-pagenavi a:last-of-type {
    border:none;
  }
  .wp-pagenavi a.nextpostslink img, .wp-pagenavi a.previouspostslink img {
    width: 10px;
  }
  .parts-pagenavi .wp-pagenavi .previouspostslink, .parts-pagenavi .wp-pagenavi .nextpostslink {
    width: 1em;
    background-size: 0.5em;
  }

}



/* -----------------------------------------------------------
table
------------------------------------------------------------*/
table {
  margin-bottom:1em;
}
.type01,
.type02 {
  border:1px solid #707070;
}
.type01 th {
  text-align: left;
  font-weight: bold;
  color: #fff;
  background-color: #004DA1;
  border-bottom:1px solid rgba(255,255,255,0.3)
}
.type01 td {
  color: #333;
  background-color: #fff;
}
.type01.border th {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.type01.border td {
  border-right: 1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.type01 tr:nth-child(odd) td {
  background-color: #E4ECF5;
}
.type01 tr:nth-child(odd) {
  background-color: #F5F8FD;
}
.type01.border tr:nth-child(odd),
.type01.border tr:nth-child(odd) td {
  background: none;
}

/* type02 */
.type02 th {
  background-color: #E4E5E5;
  border-bottom:1px solid rgba(255,255,255,0.8);
  text-align: center;
  font-weight: bold;
}
.type02 td {
  background-color: #fff;
  border-bottom:1px solid #ccc;
}
.type02 tr:last-of-type th,
.type02 tr:last-of-type td {
  border-bottom:0;
}
.li td {
  line-height: 1.8;
}

.td-center td {
  text-align: center;
}
tr.tc * {
  text-align: center;
}


/* table-spec */
.table-spec,
.table-dwl {
  border:4px solid #DDDEDF;
}
.table-spec td {
  text-align: left;
}
.table-spec th {
  text-align: center;
  width:20%;
  background-color: #F0F4FA;
  border-bottom:1px solid #fff;
}
.table-spec td,
.table-dwl td{
  border-bottom:1px solid #ddd;
}
.bd-none {
  border-bottom:none!important;
}
.border th,
.border td,
.table-dwl td {
  border-right: 1px solid #ddd;
}
.border th:last-of-type,
.border td:last-of-type {
  border-right: 0;
}




/* table-base */
.table-base {
  border:1px solid #ccc;
}
.table-base th {
  background-color: #DEDEDE;
  border-bottom:1px solid rgba(255,255,255,0.6);
  vertical-align: top;
  text-align: left;
}
.table-base td {
  border-bottom:1px solid #ccc;
}

/* table-dwl */
.table-dwl th {
  text-align: center;
  background-color: #F0F4FA;
  border-bottom:1px solid #fff;
}
.table-dwl th.num {
  background-color: #777;
  color: #fff;
  width: 4em;
}
.table-dwl .thead th {
  background-color: #F0F4FA;
}
.table-dwl th,
.table-dwl td {
  text-align: center;
}
.table-dwl td {
  width:calc(50% - 2em);
}


@media screen and (min-width: 751px) {
  /* table
  ----------------------------------------------- */
  .type01 th,
  .type01 td,
  .type02 th,
  .type02 td {
    padding:1.5rem 1.5em;
  }
  .nowrap {
    white-space: nowrap;
  }
  .type01 th {
    width:24%;
  }
  table .w20 {
    width: 20%;
  }
  table .w25 {
    width: 25%;
  }
  table .w33 {
    width: 33%;
  }
  table .w40 {
    width: 40%;
  }
  .table-mark td {
    font-size: 130%;
  }
  .table-mark th {
    font-size: 110%;
  }
  th.l {
    font-size: 110%;
  }
  th.xl {
    font-size: 130%;
  }
  .table-spec th,
  .table-dwl th {
    font-size: 1.8rem;
  }
  .table-spec th,
  .table-spec td {
    padding:0.8em 1.5em;
  }
  .table-dwl th,
  .table-dwl td {
    padding:1em 1.5em;
  }
  .table-spec td {
    font-size: 1.7rem;
  }
  .table-spec .w45 {
    width:45%;
  }
  .table-base th,
  .table-base td {
    padding:0.8rem 1.5em;
  }
  .table-base th{
    font-size: 105%;
  }
  .table-base td {
    font-size: 1.4rem;
  }
  .w30 {
    width:30%!important;
  }
  .w80 {
    width:80%!important;
  }
}
@media screen and (max-width: 750px) {
  /* table
  ----------------------------------------------- */
  table th,
  table td {
    word-break:break-all;
    padding:0.5em;
  }
  .type01 th,
  .type01 td {
    padding:1rem 0.8rem;
  }
  .type01 th {
    width: 33%;
  }
  .type01 .w33 {
    width: 35%;
  }
  .table-base th.w20 {
    width:20%;
  }
  .table-base th,
  .table-base td,
  .table-spec th, .table-spec td {
    padding:0.5em;
  }
  .table-dwl td.tl {
    width:60%;
    padding:0.5em;
  }
  table .w40 {
    width: 35%;
  }
}


/* -----------------------------------------------------------
list
------------------------------------------------------------*/
ul.list ul {
  margin:0 0 1em 1em;
}
ul.list01 li {
  margin: 0 0 1em 0.8em;
  text-indent: -1em;
}
ul.list01.li-mb0 li,
ul.list01 li:last-of-type {
  margin-bottom:0;
}
ul.list01.li-mb1 li {
  margin-bottom:0.3em;
}
ul.list02 li {
  margin: 0 0 0.8em 2em;
  text-indent: -2em;
}
ul.list03 {
  margin:1em 0 2em 1em;
}
ul.list03 li {
  margin:0 0 0.2em 1em;
  text-indent:-1em;
}
.list li {
  margin:0 0 0.5rem 1em;
  text-indent:-1em; 
}
.list.mb li {
  margin:0 0 2rem 1em;
  text-indent:-1em; 
}
.list-square li {
  position: relative;
  margin:0 0 1.25rem 0;
  padding-left:1.5em;
}
.list-square li:before {
  content:"■";
  position: absolute;
  left: 0;
  top: 0;
  font-size:1.6rem;
  color:#17598F;
}
.list-dot li {
  padding-left:1.1em;
  margin:0 0 0.4rem;
  position: relative;
}
.list-dot li:before {
  content:"●";
  position: absolute;
  left:0;
  top:0.25em;
  color:#AEC5D8;
  font-size: 0.6em;
}
ol.list-num  {
  margin:0 0 1.5em;
}
ol.list-num.indent  {
  margin-left: 1em;
}
.list-num li {
  list-style: decimal;
  list-style-position: inside;
  margin:0 0 0.5em 1em;
  text-indent:-1em;
}
.list-num ol {
  margin:0.5em 0 1em 0;
}
ol.indent li {
  margin: 0.5em 0 0 2em;
  text-indent: -2em;
}
ol.indent.list-num li {
  list-style: decimal;
  margin:0.5em 0 0;
  text-indent: 0;
}
.read-404 * {
  font-size: 120%;
}
@media screen and (min-width: 751px) {

}
@media screen and (max-width: 750px) {
  .list-dot li:before {
    font-size: 1rem;
  }
}