@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noto+Serif+JP:wght@400;700&display=swap');

/*
 * reset styles
-------------  */

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}

a {
  color: #2d599c;
}

a:hover {
  color: #3a93df;
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  font-size: 16px;
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

input {
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  color: inherit;
  outline: 0;
}

textarea{
  outline: 0;
}

input:focus,
textarea:focus {
  border: 1px solid#e74c3c;
}

.serif{
  font-family: 'Noto Serif JP', serif;
}


/*
 * margin  styles
-------------  */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-45 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mlt-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.t-red{
  color: #f00;
}

/*
 * content  styles
-------------  */

body {
  background: #fafafa;
}

.wrapper {
  width: 1000px;
  min-height: 980px;
  margin: 0 auto;
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
}

header {
  position: relative;
  z-index: 5;
  width: 240px;
  overflow: visible;
}

.header-wrap h1 {
  padding: 30px 30px 10px;
}

.header-wrap nav ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 1.4rem;
  font-weight: bold;
}

.header-wrap nav ul li a:hover {
  background: #efefef;
}

.header-wrap nav ul li.current a {
  background: #0081cc;
  color: #fff;
}

.header-wrap nav ul li.current a:hover {
  background: #0081cc;
}

.header-wrap nav ul li.current {
  position: relative;
}

.header-wrap nav ul li.current::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: -20px;
  transform: translateY(-10px);
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #0081cc;
}

.header-wrap nav ul li.current::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #0081cc;
}

.header-logo {
  padding: 10px 30px 10px;
}

.bn-list {
  margin-top: 20px;
  padding: 10px 30px;
}

.contents {
  position: relative;
  flex: 1;
  border-left: solid 1px #e6e6e6;
  min-height: 100vh;
  padding-bottom: 280px;
}

.nav-sns {
  margin-top: 40px;
  padding: 0 30px;
  display: flex;
}

.nav-sns li {
  width: 73px;
}

.nav-sns li+li {
  margin-left: 15px;
}

.link-bn {
  margin-top: 40px;
  padding: 0 30px 19px;
}

.link-bn li+li {
  margin-top: 15px;
}

.link-bn a{
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
}


.col2 {
  display: flex;
  justify-content: space-between;
}

.col2>* {
  width: 48%;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 80px;
  font-size: 14px;
  color: #fff;
  background: #027db1;
}

footer a{
  color: #fff!important;
}

.foot-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 30px;
}

.foot-inner-data {
  display: flex;
  justify-content: space-between;
}

.foot-inner dl {
  display: flex;
  margin: 10px 0;
}

.foot-inner dt,
.foot-inner dd {}

.foot-inner dt {
  font-size: 15px;
  font-weight: bold;
}

.foot-inner dd {
  padding: 6px 0;
}

.foot-inner dd p.head{
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}

.foot-inner span {
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
}

.foot-inner dd {
  margin-left: 30px;
}

.foot-inner dd a {
  color: #333;
}

.foot-inner p img {
  vertical-align: middle;
}

.foot-sns {
  display: flex;
}

.foot-sns li {
  margin-left: 15px;
}

.foot-sns li {
  width: 60px;
}

.foot-copy {
  font-size: 1rem;
  padding-top: 15px;
  text-align: center;
}

footer .copy {
  padding: 0 30px 30px;
  font-size: 1.2rem;
}

.pgtop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10%;
  padding-bottom: 30px;
}

.pgtop a {
  position: relative;
  z-index: 1000;
  display: block;
  float: right;
}

.pgtop img {
  display: block;
}

.btn {
  position: relative;
  display: block;
  border-radius: 999px;
  padding: 20px 70px 20px 30px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  max-width: 400px;
}

.btn:hover {
  opacity: 0.8;
  color: #fff;
}

.icn-pdf::after,
.icn-xls::after,
.icn-arw::after,
.icn-doc::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.icn-pdf::after {
  width: 27px;
  height: 30px;
  background-image: url("../img/icn_pdf.png");
  transform: translateY(-15px);
}

.icn-xls::after {
  width: 27px;
  height: 30px;
  background-image: url("../img/icn_xls.png");
  transform: translateY(-15px);
}

.icn-doc::after {
  width: 27px;
  height: 30px;
  background-image: url("../img/icn_doc.png");
  transform: translateY(-15px);
}

.icn-arw::after {
  width: 16.6px;
  height: 24.8px;
  background-image: url("../img/icn_arw.png");
  transform: translateY(-12px);
}

.btn-blu {
  background: #0081cc;
}

.btn-ore {
  background: #ed3902;
}

.btn-red {
  background: #d62020;
}

.btn-gre {
  background: #1a7b17;
}

.btn-gry {
  background: #9c9c9c;
}

.col2{
  display: flex;
  justify-content: space-between;
}

.col2 > div{
  width: 48%;
}

/*
 * print styles
-------------  */

@media print {

  .pgtop {
    display: none !important;
  }
}