@charset "utf-8";

/*
----------------------*/
/*
----------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
  margin: 0;
  padding: 0;
  font:inherit;
}
body {
  color: #111;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans JP",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,Arial,Helvetica,Meiryo,'MS PGothic', Sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75;
  min-width: 980px;
}
ul li{
  list-style: outside none none;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
iframe{
  width: 100%;
}
address{
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: none;
  color:#08C;
}
a:hover {
  opacity:0.85;
  text-decoration: none;
}
/*ページ内リンクの余白
----------------------------------------*/
:target {
  scroll-margin-top: 8rem;
}
/*フォント設定
---------------------------------------------------------------------------*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
.mincho{
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", "MS PMincho", serif;
}
.yuseiMagic {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*カラー設定
---------------------------------------------------------------------------*/
:root {
  --main-color: #005CAA;
  --bg-blue: #F2F6FE;
  --bg-gray: #F5F5F5;
}
.bg-color-blue{
  background-color: var(--bg-blue);
}
/*見出し設定
---------------------------------------------------------------------------*/
.siteName{
  font-size: 3.4rem;
  font-family: "Yusei Magic", sans-serif;
  line-height: 1;
}
.siteName a{
  color: #000;
}
.secTtl{
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.secTtl:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: .3rem;
  background-color: #000333;
}
.secSubTtl{
  font-size: 1.8rem;
  text-align: center;
  margin-top: 3rem;
}
/*共通部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}
.btn-typeA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  margin:0 auto;
  padding: .9em 2em;
  border: .1rem solid #005caa;
  border-radius: .5rem;
  background-color: #fff;
  color: #005caa;
  font-size: 1.6rem;
  user-select: none;
  font-weight: 500;
}
.btn-typeB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  margin:0 auto;
  padding: .9em 2em;
  border: .1rem solid #005caa;
  border-radius: .5rem;
  background-color: transparent;
  color: #005caa;
  font-size: 1.6rem;
  user-select: none;
  font-weight: 500;
}
.btn-typeB::after {
  transform: rotate(45deg);
  width: .5rem;
  height: .5rem;
  margin-left: 1rem;
  border-top: .2rem solid #005caa;
  border-right: .2rem solid #005caa;
  content: '';
}
.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .9em 2em;
  border: 1px solid #666666;
  border-radius: 5px;
  background-color: #fff;
  color: #666666;
  font-size: 1em;
  user-select: none;
}
.btnWrap-submit{
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
/*水平線設定
--------------------------------------*/
.hrStyle1{
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #000;
  margin-bottom: 20px;
}
/*テーブル設定
--------------------------------------*/
/*フォーム設定
----------------------------------------*/
input:not([type="radio"],[type="checkbox"],[type="search"],[type="button"],[type="submit"],[type="file"],.sfta_reset_txt){
  background-color: #FFFFFF;
  border-radius: .6rem;
  outline: none;
  font-size: 1.6rem;
}
textarea{
  background-color: #FFFFFF;
  border-radius: .6rem;
  outline: none;
  font-size: 1.6rem;
  resize: vertical;
  vertical-align: bottom;
}
select {
  background-color: #FFFFFF;
  border: 2px solid #AAAAAA;
  border-radius: .6rem;
  cursor: pointer;
  outline: none;
  vertical-align: bottom;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
  display: flex;
  flex-wrap: wrap;
}
.flexAc{
  align-items: center;
}
.flexAfe{
  align-items: flex-end;
}
.flexJc {
  justify-content: center;
}
.flexJc_Ac {
  justify-content: center;;
  align-items: center;
}
.flexJsb{
  justify-content: space-between
}
.flexJsb_Ac{
  justify-content: space-between;
  align-items: center;
}
.flexJsa {
  justify-content: space-around;
}
/*Flex 左寄せ
--------------------------------------*/
/*3カラム
----------------------*/
/*
.container::after{
  content:"";
  display: block;
  width:30%;
}
*/
/*4カラム
----------------------*/
/*
.container::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.container::after{
  content:"";
  display: block;
  width:23%;
}
*/
/*
.col_12-pc {
  flex: 0 0 100%;
  max-width: 100%;
}
.col_8-pc {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col_6-pc {
  flex: 0 0 50%;
  max-width: 50%;
}
.col_4-pc {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
*/
/*Layout
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
.mainContents{
  padding-bottom: 10rem;
}
/*共通コンテンツ
--------------------------------------*/
.inrWrap980{
  width: 980px;
  margin: 0 auto;
}
.imgWrap{
  text-align: center;
}
.l-sec{
  padding: 8rem 0;
}
/*Header
---------------------------------------------------------------------------*/
.gHeader{
  background-color: #FFF;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.2rem 4rem;
  position: sticky;
  top: 0;
  z-index: 999;
}
.gNavi{
  margin-left: auto;
}
.gNavi ul li a{
  color: #000;
  font-weight: 500;
  user-select: none;
}
@media screen and (min-width:769px) {
  .hdrInr{
    align-items: center;
  }
  .gNavi ul li a{
    margin-left: 4rem;
  }
}
/*FOOTER
---------------------------------------------------------------------------*/
.gFooter{
  background-color: var(--main-color);
  color: #FFF;
  padding: 1.4rem 4rem;
}
.ftrNavi ul li a{
  color: #FFF;
  font-size: 1.4rem;
}
.ftrNavi ul li + li{
  margin-left: 2rem;
}
.copyRight{
  font-size: 1.4rem;
  margin-left: auto;
}
/*ページアップ btnPagetop
---------------------------------------------------------------------------*/
.btnPagetop a {
  right: 20px;
  bottom: 27px;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #66a6ff;
  border: 1px solid #66a6ff;
  background-color: rgba(102, 166, 255,0.2);
}
.btnPagetop a:hover{
  color: #59c3e6;
  border: 1px solid #59c3e6;
  background-color: rgba(89, 195, 230,0.2);
}


/*--------------------------------------------------------------------------
□下層共通 lowerLayer
---------------------------------------------------------------------------*/
/*mainVisual
--------------------------------------*/
/*breadcrumb
--------------------------------------*/
/*Main
---------------------------------------------------------------------------*/

/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}

.pcNone{display: none!important;}
.pcNone-inl{display: none!important;}
.spNone{display: block!important;}
.spNone-inl{display: inline!important;}

.pc-mt-0{margin-top: 0!important;}
.pc-mt-1{margin-top: 1rem!important;}
.pc-mt-1-5{margin-top: 1.5rem!important;}
.pc-mt-2{margin-top: 2rem!important;}
.pc-mt-2-5{margin-top: 2.5rem!important;}
.pc-mt-3{margin-top: 3rem!important;}
.pc-mt-4{margin-top: 4rem!important;}
.pc-mt-5{margin-top: 5rem!important;}
.pc-mt-6{margin-top: 6rem!important;}

.fw700{font-weight: 700;}
.ffs-palt{font-feature-settings: "palt";}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;line-height: 0;}

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

}