@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

@import url('https://fonts.googleapis.com/css2_family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2_family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css');/*Rounded Mplus 1c*/
@import url('https://fonts.googleapis.com/css2_family=Kosugi+Maru&display=swap');/*Kosugi Maru*/
@import url('https://fonts.googleapis.com/css2_family=Noto+Serif+JP:wght@400;600&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');/**/
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');/**/
@import url('https://fonts.googleapis.com/css2_family=Anton&family=Merriweather:wght@900&family=Noto+Serif+JP:wght@200&family=Nunito&family=Roboto:wght@100&display=swap');/**/

.font1_1 { font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font1_2 { font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" , "Noto Sans JP", "Meiryo", "メイリオ" ,sans-serif ;}
.font1_3 {font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif ;}
.font2_1 {font-family: "Rounded Mplus 1c", "Kosugi Maru", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font2_2 {font-family: "Kosugi Maru", "Rounded Mplus 1c", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font3_1 {font-family: "Noto Serif JP", serif;}
.font3_2 {font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝" ,serif;}
.font3_3 {font-family: "Hannari", "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font3_4 {font-family: "Sawarabi Mincho", "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font4_1 {font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;}

/*-----------------------------------------------------------
Noto Sans Japanese
Noto Sans JP
100	Thin	thin
200	Light	（無し)
300	DemiLight	light
400	Regular	regular
500	Medium	medium
700	Bold	bold
900	Black	black
-----------------------------------------------------------*/

*{
	outline: none;
	color: #333333;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #204A96;
	text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }
}
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }
.sawarabi {
	font-family: "Sawarabi Mincho";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}
.kosugi{
	font-family: "Kosugi Maru";
}


/*==================================================
    ■ share end
==================================================*/
/*--------------------
.header
--------------------*/
.cd-header {
  margin: auto;
  padding: 0px 0px 0px 0px;
  height: 50px;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 5%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}
/*--------------------
.header
--------------------*/
.cd-header {
  margin-bottom: 0;
  margin: auto;
  min-width: inherit;
  padding: 0px 0 0;
  height: 80px;
  z-index: 1;
  background-color: #FFFFFF;
}
.cd-header h1 {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.cd-header h1 img {
    max-width: 204px;
}
.cd-primary-nav-trigger {
  position: absolute;
  right: 17px;
  top: 0;
  height: 100%;
  width: 80px;
  z-index: 3;
  display: block !important;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 4px;
  background-color: #013686;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block !important;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #013686;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -13px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 13px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #013686;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*--------------------------------*/
.cd-primary-nav {
  position: fixed;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
  display: block !important;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.h_sub {
}
.h_sub_ti0 {
  background-color: #DDDDDD;
  font-size: 1.6em;
  font-weight: 600;
}
.h_sub_ti0_1 {
  margin-top: 80px;
  padding-top: 20px;
}
.h_sub_ti0_2 {
  padding-top: 20px;
}
.h_sub .h_sub_ac {
  background-color: #FFFFFF;
  max-width: 100%;
  margin: 0 auto;
}
.h_sub .h_sub_ac .h_sub_ac_header {
  background-color: #EEEEEE;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: dotted 1px #333333;
  font-size: 1.6em;
}
.h_sub .h_sub_ac .h_sub_ac_header:hover {
  opacity: .8;
}
.h_sub .h_sub_ac .h_sub_ac_header a {
  text-decoration: none;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
}
.h_sub .h_sub_ac .h_sub_ac_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i {
  display: block;
  width: 19px;
  height: 19px;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.h_sub .h_sub_ac .h_sub_ac_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:before, .h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333333;
  border-radius: 10px;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.h_sub .h_sub_ac .h_sub_ac_header .i_box .one_i:before {
  width: 2px;
  height: 14px;
  top: 3px;
  left: 8px;
  background-color: #333333;
}
.h_sub .h_sub_ac .h_sub_ac_header.open .i_box .one_i:before {
  content: none;
}
.h_sub .h_sub_ac .h_sub_ac_header.open .i_box .one_i:after {
}
.h_sub .h_sub_ac .h_sub_ac_inner {
  background-color: #FFFFFF;
  display: none;
  color: #333333;
}
.h_sub .h_sub_ac .h_sub_ac_inner li {
  border-bottom: 1px dotted #333333;
}
.h_sub .h_sub_ac .h_sub_ac_inner li .h_sub_ti1 {
  color: #333333;
  font-size: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.h_sub .h_sub_ac .h_sub_ac_inner li a {
  color: #333333;
  font-size: 1.6em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
}
.h_sub .h_sub_ac .h_sub_ac_inner li a::after {
    content: "\f105";
    padding-top: 5px;
    padding-left: 10px;
    font-size: 2.4em;
    color: #204A96;
    font: normal normal normal 14px/1 FontAwesome;
    transition: all .3s;
    position: absolute;
}
.h_sub .h_sub_ac .h_sub_ac_inner li a:hover::after {
    content: "\f105";
    padding-top: 5px;
    padding-left: 15px;
    font-size: 2.4em;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
}
.h_sub .h_sub_ac .h_sub_ac_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
}
/*====================================================================

====================================================================*/
/*------------------------------------------------*/
main {
    width: 100%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
/*------------------------------------------------*/

footer {
    background-color: #FFFFFF;
    border-top: 2px #E9E9E9 dotted;
}
/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
#page_top a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.4em;
    color: #FFFFFF;
    background-color: #204A96;
    width: 100px;
    height: 60px;
}
#page_top a:hover {
    background-color: #DDEBFF;
    color: #003A81;
}
/*---------- pagetop end ----------*/

