@charset "utf-8";

/* CSS Document */

html {
  scroll-behavior: smooth;
}
body {
  background: #dcdddd;
	color: #000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#wrap {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 799px) {
  body {
    font-size: 12px;
  }
  #wrap {
    width: 100%;
  }
}
/* Link
------------------------------------------------------------ */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#header {
  padding: 30px 75px 10px;
}
#header .c_logo {
  margin: 0 auto 35px;
  width: 292px;
}
#header nav li {
  float: left;
  margin-right: 30px;
}
#header nav li a {
  font-size: 16px;
}
@media only screen and (max-width: 799px) {
  .container {
    width: 92%;
    margin: 0 4%;
  }
  #header {
    padding: 6px 0;
  }
  #header .c_logo {
    margin: 0 auto;
    width: 48.43%;
  }
  #header nav {
    display: none;
  }
  a:link {
    color: #000;
    text-decoration: none;
  }
  a:visited {
    color: #000;
    text-decoration: none;
  }
  a:hover {
    color: #000;
    text-decoration: none;
  }
  a:active {
    color: #000;
    text-decoration: none;
  }
}


@media only screen and (max-width: 799px) {
}

.pagetop {
  position: fixed;
  left: 50%;
  margin-left: 522px;
  bottom: 10px;
  width: 68px;
}
#footer {
  background: #E6E6E6;
}
#footer nav {
  padding: 22px 48px 20px;
}
#footer nav dl {
  float: left;
}
#footer nav dl:first-child {
  width: 267px;
}
#footer nav dl:nth-child(2) {
  width: 218px;
}
#footer nav dl:nth-child(3) {
  width: 284px;
}
#footer nav dl:nth-child(4) {
  width: 175px;
}
#footer nav dt a {
  color: #08287F;
}
#footer nav dt span {
  display: block;
  font-size: 12px;
}
#footer nav dt {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#footer nav dl:nth-child(2) dt,
#footer nav dl:nth-child(5) dt {
  margin-bottom: 20px;
}
#footer nav dd li a {
  font-size: 12px;
}
#footer .copy {
  background: #fff;
  font-size: 12px;
  padding: 10px 48px 20px;
}
@media only screen and (max-width: 799px) {
  #footer nav {
    display: none;
  }
  #footer .copy {
    padding: 50px 10px 7px;
  }
  .pagetop {
    left: auto;
    right: 10px;
    margin-left: 0;
    bottom: 5px;
    width: 54px;
    z-index: 9999;
  }
}


/* sp_navi */
.sp_btn,
.drawr,
.drawer-hamburger,
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
@media only screen and (max-width: 799px) {
  /* sp_navi */
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .drawer-hamburger {
    background:url(../img/common/menu.png) no-repeat 0 0;
    background-size: 100%;
    display: block;
    width: 28px;
    height: 27.5px;
    position: fixed;
    top:6px;
    left:6px;
    cursor: pointer;
    z-index: 200;
    padding: 0;
    margin-left: 6px;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 0;
  }
  
  .drawer--left.drawer-open .drawer-hamburger {
    background:url(../img/common/close.png) no-repeat 0 0;
    width: 59px;
    height: 19.5px;
    background-size: 100%;
  }
  .drawer-nav {
    width: 100%;
    height: 100%;
    background: none;
  }
  .drawer-menu {
  }
  .drawer-menu > li {
    font-size: 18px;
    line-height: 1.2;
    background-color: rgba(220,221,221,0.9);
  }
  .drawer-menu > li:first-child {
    height: 40px;
    background-color: rgba(220,221,221,0.0);
  }
  .drawer-menu > li span {
    display: block;
    font-size: 12px;
  }
  .drawer-menu > li a {
    display: block;
    padding: 3px 10px;
    color: #08287F;
    border-bottom: 1px solid #000;
  }
  .drawer-menu li ul li a {
    font-size: 12px;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 5px 0 5px 32px;
  }
}



.c_sitetitle span {
  display: block;
  background: #08287f;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 5px;
}
.c_topics {
  padding: 35px 155px;
}
.c_topics dt {
  float: left;
  width: 335px;
  font-size: 19px;
  margin-right: 70px;
}
.c_topics dt span {
  display: block;
  float: right;
  margin-top: 35px;
}
.c_topics dd {
  float: right;
  width: 485px;
}
.c_topics dd li {
  margin-bottom: 5px;
}
.c_topics dd li span {
  float: left;
  width: 115px;
}
.c_topics dd li dfn {
  float: left;
  width: 370px;
}
.c_topics dd li a:hover span {
  text-decoration: underline;
}
.c_topics dd li a:hover dfn {
  text-decoration: underline;
}

.c_pagepath {
  position: relative;
  margin-bottom: 55px;
  padding-top: 5px;
}
.c_pagepath.c_notitle {
  border-top: 4px solid #08287f;
}
.c_pagepath ul {
  padding-left: 75px;
  font-size: 16px;
}
.c_pagepath ul li {
  display: inline-block;
  color: #565656;
}
.c_title01 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  /*color: #ed6c00;*/
  color: #04287E;
  margin-bottom: 20px;
}
.c_title02 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.c_title03 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #08287f;
  line-height: 1.5;
}
.c_title04 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #ED6C00;
  line-height: 1.5;
}
.c_title05 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  color: #96B4FF;
  line-height: 1.5;
}
.c_catch{
  margin-bottom: 60px;
}
.c_text_c {
  text-align: center;
  line-height: 2.0;
}
.c_link01 {
  background: url(../img/common/arrow01.png) no-repeat right center;
  background-size: 10px;
  padding-right: 15px;
  font-size: 12px;
}
.c_link02 {
  background: url(../img/common/arrow02.png) no-repeat right center;
  background-size: 10px;
  padding-right: 15px;
  font-size: 12px;
  color: #fff !important;
}

.c_page_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 924px;
  margin: 20px auto;
}
.c_page_navi > li {
  width: 49%;
}
.c_page_navi > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 65px;
  margin: 0 15px;
  border: 3px solid #04287e;
  border-radius: 50px;
  background-color: #fff;
  color: #04287e;
  font-size: 17px;
  text-decoration: none;
  transition: .3s all;
}
.c_page_navi > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../img/common/arrow03.svg) 50% 50% no-repeat;
  background-size: cover;
}
.c_page_navi > li a:hover {
  margin: 0;
  padding: 0 15px;
  background-color: #04287e;
  color: #fff;
}
.c_page_navi > li.is_on a {
  background-color: #04287e;
  color: #fff;
}
.c_page_navi > li.is_icon_right a::before {
  transform: rotate(-90deg) translateX(50%);
}
.c_page_navi > li.is_icon_up a::before {
  transform: rotate(180deg) translateY(50%);
}
@media only screen and (max-width: 799px) {
  .c_page_navi {
    display: block;
    margin: 0 auto;
  }
  .c_page_navi > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .c_page_navi > li a {
    height: 55px;
    font-size: 14px;
  }
  .c_page_navi > li a::before {
    width: 30px;
    height: 30px;
  }
}

.c_history_btn_wrap {
  position: relative;
  height: 210px;
  padding: 94px 0 0;
}
.c_history_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 924px;
  margin-top: 10px;
}
.c_history_btn > li {
  width: 19%;
}
.c_history_btn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px 0;
  border-radius: 30px;
  background-color: #c0c9df;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.c_history_btn > li a:hover,
.c_history_btn > li.is_on a {
  background-color: #8193be;
}
.c_history_btn_inner.is_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 924px;
  background-color: rgba(255,255,255,.8);
}
@media only screen and (max-width: 799px) {
  .c_history_btn_wrap {
    padding: 30px 0 0;
    width: 100%;
    height: 120px;
  }
  .c_history_btn {
    margin: 20px 0 5px;
  }
  .c_history_btn > li {
    width: 19%;
  }
  .c_history_btn > li a {
    padding: 8px 0;
    font-size: 11px;
  }
  .c_history_btn_inner.is_fixed {
    width: 87.5%;
  }
  .c_history_btn_inner.is_fixed .c_history_btn + div .tabletext01,
  .c_history_btn_inner.is_fixed .c_history_btn + div .tabletext02 {
    border-bottom: none;
  }
}


@media only screen and (max-width: 799px) {
  .c_sitetitle span {
    font-size: 12px;
    padding: 3px;
  }
  .c_topics {
    padding: 15px 10px;
  }
  .c_topics dt {
    float: none;
    width: 50%;
    font-size: 12px;
    margin-right: 0;
  }
  .c_topics dt img {
    width: 58%;
  }
  .c_topics dt span {
    margin-top: 6%;
  }
  .c_topics dd {
    float: none;
    width: 100%;
  }
  .c_topics dd li {
    margin-bottom: 5px;
  }
  .c_topics dd li span {
    float: none;
    width: 100%;
    display: block;
  }
  .c_topics dd li dfn {
    float: none;
    width: 100%;
  }
  .c_pagepath {
    position: relative;
    margin-bottom: 12px;
  }
  .c_pagepath.c_notitle {
    border-top: 2px solid #08287f;
    padding-top: 3px;
  }
  .c_pagepath ul {
    padding-left: 13px;
    font-size: 8px;
  }
  .c_title01 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .c_title02 {
    font-size: 14px;
  }
  .c_title03 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .c_title04 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .c_title05 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
