﻿@charset "UTF-8";

/********************************************************/
/*                      common.css                      */
/********************************************************/

/* ▼▼▼ ベースの設定 ▼▼▼
--------------------------------------------------------*/

body {
  background-color: #F5FAFF;
  color: #333;
  font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Meiryo", sans-serif;
  font-size: 1rem; /* 16px */
  line-height: 1.7;
}
/* /ページ全体の設定：背景色、文字のフォント・色・サイズ・行間 */

.wrapper {
  margin: auto;
  max-width: 1920px; /* PCサイズ */
  min-width: 375px; /* スマホサイズ */
  width: 100%;
}
/* 表示するコンテンツ幅の設定 */

a {
  color: blue;
}
a:visited {
  color: blue;
}
a:hover {
  color: #bb1d22;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  margin-left: 10px;
  background: url(../img/common/pdf.png) no-repeat;
  background-size: 22px auto;
}
a[href*=".docx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  margin-left: 10px;
  background: url(../img/common/word.png) no-repeat;
  background-size: 22px auto;
}
a[href*=".rtf"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  margin-left: 10px;
  background: url(../img/common/word.png) no-repeat;
  background-size: 22px auto;
}
a[href*=".xls"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 30px;
  margin-left: 10px;
  background: url(../img/common/excel.png) no-repeat;
  background-size: 22px auto;
}

/* ▲▲▲ ベースの設定 ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_共通 ▼▼▼
--------------------------------------------------------*/

.pdt10 {
  padding-top: 10px; /* 内側上の隙間10px */
}
#pdb_10 {
  padding-bottom: 10px; /* 内側下の隙間10px */
}
#mgl-10 {
  margin-left: 10px; /* 外側左の隙間10px */
}
#mgl-20 {
  margin-left: 20px; /* 外側左の隙間20px */
}
hr {
  border: 1px solid #AFC5E6; /* 罫線の太さと色 */
}
.fsz18px {
  font-size: 1.125rem;
}
.fclred {
  color: red;
}
.fclblue {
  color: blue;
}
.fclyellow {
  color: #ffcb11;
}
.fclgreen {
  color: green;
}
.fclpink {
  color: #ff4ff3;
}
.fclorange {
  color: #e96900;
}
.fclnavyblue {
  color: #1E2380;
}
.fwbold {
  font-weight: bold;
}

.txt-align_center {
  text-align: center;
}
.txt-align_right {
  text-align: right;
}
.txt-decoration_underline {
  text-decoration: underline;
}
.mark-yellow {
  background: linear-gradient(transparent 50%, #fff799 50%);
}

/* ▲▲▲ レイアウトの設定_共通 ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_header ▼▼▼
--------------------------------------------------------*/

header {
  background-color: #D8E4F5;
  border-bottom: 3px solid #AFC5E6;
  font-size: 14px;
  height: 100px;
}

header h1 {
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
}
header h1 img {
  width: 110%;
}
/* ▼▼▼ グーグルカスタム検索の設定 ▼▼▼
--------------------------------------------------------*/
.search_box {
  float: right;
  width: 200px !important;
  margin: 15px 10px 0 0;
}
.gsc-search-box tr,
.gsc-search-box td {
 background: none;
 border: none !important;
 padding: 0px !important;
}

.gsc-input-box {
  border: 2px solid #1E2380 !important;
  border-radius: 15px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  margin: -8px !important;
  padding: 0 !important;
  width: 200px !important;
}
.gsc-input {
  margin-left: 9px;
  width: 130px !important;
}
.gsc-search-button-v2 {
  margin-left: -30px !important;
  padding: 12px 14px 13px 14px !important;
  background-color: #1E2380 !important;
  color: #4990c8 !important;
  cursor: pointer;
  border: none !important;
  height: 32px !important;
  border-radius: 0 15px 15px 0 !important;
  width: 35px !important;
}
.gsc-search-button-v2 svg {
  margin: -3px 0 0 -3px !important;
}
.gsc-clear-button {
  background-position: 0 5px !important;
  margin-left: -28px !important;
}
.gsc-clear-button:hover {
  background-repeat: no-repeat;
}
.gsc-control-cse {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.gsst_b {
  display: none;
}

/* ▲▲▲ グーグルカスタム検索の設定 ▲▲▲
--------------------------------------------------------*/

.fontsize_container {
  background-color: #AFC5E6;
  border-radius: 15px;
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
.fontsize {
  display: inline-block;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
}
.size-button {
  background: #AFC5E6;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-left: -5px;
  padding: 10px;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.size-button:hover,.active {
  background-color: #1E2380;
  color: #fff;
}
.size-button-large {
  border-radius: 0 15px 15px 0;
  padding-right: 20px;
}


.contact_janp {
  background-color: #AFC5E6;
  border-radius: 15px;
  clear: both;
  float: right;
  height: 31px;
  margin-top: -17px;
  margin-right: 30px;
  width: 125px;
}
.contact_janp a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  position: absolute;
  background: url(../img/header/tel_mark.png) no-repeat 0 5px;
  background-size: 13px;
  background-position: 12px 5px;
  padding: 5px 20px 5px 35px;
  padding-top: 5px;
  transition: all 0.2s;
  scroll-behavior: smooth;
}
.contact_janp a:hover {
  background-position: 15px 5px;
}

.link {
  float: right;
  margin-right: 15px;
  margin-top: -10px;
}
.link li {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.link img {
  transition: all 0.2s;
}
.link img:hover {
  transform: scale(1.2);
}

/* ▲▲▲ レイアウトの設定_header ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_globalnavi ▼▼▼
--------------------------------------------------------*/

.globalnavi {
  margin-bottom: 15px;
}
.globalnavi_lists {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 27px;
  width: 100%;
}
.globalnavi_list {
  transition: all 0.3s;
}
.globalnavi_list:not(:first-child) {
  border-left: 3px solid #F5FAFF;
}
.globalnavi_list a {
  color: #333;
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
}
.globalnavi_list img {
  transition: all 0.3s;
  width: 100%;
}
.globalnavi_list:hover img {
  transform: translateY(5px);
}
.globalnavi_list:hover {
  background-color: #D8E4F5;
  border-radius: 0 0 10px 10px;
}
.dropdown_lists {
  background-color: #D8E4F5;
  border-bottom: 5px solid #AFC5E6;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  display: none;
  flex-wrap: wrap;
  left: 0;
  padding: 20px 0 25px 0;
  position: absolute;
  width: 100%;
}
.globalnavi_list:hover .dropdown_lists {
  display: flex;
  justify-content: center;
  margin-top: -7px;
  z-index: 100;
}
.dropdown_list a {
  background: #F5FAFF url(../img/common/list_mark.png) no-repeat 14px 15px;
  border-bottom: 5px solid #AFC5E6;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 25px 10px 45px;
  transition: all 0.3s;
}
.dropdown_list a:hover {
  background-color: #AFC5E6;
  background-position: 18px 15px;
  border-bottom: 5px solid #1E2380;
  border-radius: 10px;
}

.now {
  background-color: #D8E4F5;
  }

/* ▲▲▲ レイアウトの設定_globalnavi ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_content ▼▼▼
--------------------------------------------------------*/

.content {
  display: flex;
  margin: auto;
  margin-top: 30px;
  width: 90%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: -30px;
  margin-top: 100px;
  padding: 10px 0;
  width: 90%;
}
.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 15px;
  color: #1E2380;
}

.sidemenu {
  height: 100%;
  margin-bottom: 50px;
  position: sticky;
  top: 20px;
  width: 30%;
}
.sidemenu h2 {
  background-color: #1E2380;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
}
.sidemenu ul {
  display: flex;
  flex-wrap: wrap;
}
.sidemenu li {
  background-color: #D8E4F5;
  display: flex;
  width: 100%;
}
.sidemenu li:not(:last-child) {
  margin-bottom: 5px;
}
.sidemenu a {
  background: #D8E4F5 url(../img/common/list_mark.png) no-repeat 14px 15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  position: relative;/* アンダーラインの位置を決めるための基準 */
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
.sidemenu a:hover {
  background-color: #AFC5E6;
  background-position: 18px 15px;
}
.sidemenu a::after {
  position: absolute; /* 親要素を基準に位置を指定 */
  left: 0; /* アンダーラインを各メニューの左端に指定 */
  content: ''; /* アンダーラインなので’’内は記載なし */
  width: 100%; /* アンダーラインを各メニューの幅に合わせる */
  height: 4px; /* アンダーラインの高さ(太さ) */
  background: #1E2380; /* アンダーラインの色 */
  bottom: 0; /* アンダーラインが各メニューの下端から出現 */
  transform: scale(0,1); /* アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /* 変形の原点を各メニューの左端に指定 */
  transition: transform 0.3s; /* 変形の時間 */
}
.sidemenu a:hover::after {
  transform: scale(1,1); /* ホバー後x方向に1(相対値)伸ばす */
}
.side-now {
  background: #f5d8d8 url(../img/common/list_mark.png) no-repeat 14px 15px !important;
}
.side-now:hover {
  background-position: 18px 15px !important;
}
.side-now::after {
  background: #801e37 !important;
}
.null {
  background: url(../img/page_top/aibou.png) no-repeat;
  background-size: 90%;
  background-position: center top 20px;
}

.main {
  margin: 0 0 50px 25px;
  width: 100%;
}
.main h3 {
  border-bottom: 2px solid #1E2380;
  color: #1E2380;
  font-size: 1.25rem;   /* 20px */
  font-weight: bold;
  padding-bottom: 5px;
}
.main h3::before {
  content: "■";
  margin-right: 5px;
}
.main h4 {
  background: #D8E4F5;
  padding: 5px 10px;
  border-bottom: 3px dashed #AFC5E6;
  font-size: 1.125rem;  /* 18px */
  font-weight: bold;
  margin-top: 15px;
}
.main h4::before {
  content: "▼";
  color: #1E2380;
  margin-right: 5px;
}
.main h5 {
  border-bottom: 3px solid #AFC5E6;
  border-left: 15px solid #AFC5E6;
  margin-top: 15px;
  padding: 5px 10px;
}
.main h6 {
  font-weight: bold;
  margin-top: 30px;
}
.main img {
  display: block;
}
.main p {
  margin-top: 15px;
}
.main dt {
  font-weight: bold;
}
.main dd {
  margin-left: 15px;
}

#section2 , #section3 , #section4 , #section5 , #section6 , #section7 , #section8 , #section9 , #section10 , #section11 , #section12 {
  margin-top: 30px;
}

.jamp {
  display: flex;
  flex-wrap: wrap;
}
.jamp li {
  margin: 15px 5px 0 10px;
  flex-grow: 1;
  background-color: #1E2380;
  border-radius: 5px;
  transition: all 0.3s;
  width: 30%;
  display: flex;
}
.jamp li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.jamp li:hover {
  background-color: #AFC5E6;
  border-radius: 5px;
  color: #fff;
}
.jamp li:visited {
  color: #fff;
}

/* ▲▲▲ レイアウトの設定_content ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_table ▼▼▼
--------------------------------------------------------*/

table {
  margin: auto;
  width: 95%;
}
th {
  background-color: #AFC5E6;
  border: 3px solid #F5FAFF;
  font-weight: bold;
  padding: 5px 15px;
  text-align: left;
  vertical-align: middle;
}
td {
  background-color: #D8E4F5;
  border: 3px solid #F5FAFF;
  padding: 5px 15px;
  vertical-align: middle;
}

.download_table th {
  width: auto;
}
.download_table td {
  text-align: center;
  vertical-align: middle;
}

.kajougaki_table {
  width: 100%;
}
.kajougaki_table th,.kajougaki_table td {
  background: none;
}
.kajougaki_table th {
  font-weight: normal;
  width: 20%;
  vertical-align: top;
}
.kajougaki_table td {
  width: 80%;
}

/* ▲▲▲ レイアウトの設定_table ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ レイアウトの設定_footer ▼▼▼
--------------------------------------------------------*/

footer {
  background-color: #D8E4F5;
  border-top: 3px solid #AFC5E6;
  display: block;
  width: 100%;
}
.footer {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}

.crystal {
  display: flex;
}
.crystal img {
  height: 154px;
  margin: 30px 0 30px 30px;
  width: 193px;
}
.crystal p {
  margin: 30px 30px 30px 15px;
}
.crystal span {
  font-size: 1.25rem;   /* 20px */
}
.stepys {
  height: 102px;
  margin: 50px 30px 0 0;
  width: 176px;
}
.copyright {
  background-color: #AFC5E6;
  box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* ▲▲▲ レイアウトの設定_footer ▲▲▲
--------------------------------------------------------*/

/* ▼▼▼ ページトップに戻るボタン ▼▼▼
--------------------------------------------------------*/
#pagetop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 20px;
}
#pagetop img {
  width: 80px;
  transition: all 0.3s;
}
#pagetop img:hover {
  width: 83px;
}
/* ▲▲▲ ページトップに戻るボタン ▲▲▲
--------------------------------------------------------*/
/********************************************************/
/*                 画面幅が820px以下の場合                 */
/********************************************************/

@media screen and (max-width:820px) {
  /*この間に設定を記入*/

  a[href*=".pdf"]::after {
    background-position: 0 3px;
    background-size: 17px auto;
  }
  a[href*=".docx"]::after {
    background-position: 0 3px;
    background-size: 17px auto;
  }
  a[href*=".xls"]::after {
    background-position: 0 3px;
    background-size: 17px auto;
  }

  header {
    height: 60px;
  }
  header h1 {
    margin-left: 20px;
    margin-top: 10px;
  }
  header h1 img {
    width: 100%;
  }

  .fontsize_container {
    display: none;
  }

/* ▼▼▼ グーグルカスタム検索の設定 ▼▼▼
--------------------------------------------------------*/
  .search_box {
    margin: 20px auto;
    float: none;
    width: 90% !important;
    height: 32px;
  }

.gsc-input-box {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: left;
}
.gsc-input {
  width: 95% !important;
}
.gsc-search-button-v2 {
  height: 31px !important;
}


/* ▲▲▲ グーグルカスタム検索の設定 ▲▲▲
--------------------------------------------------------*/

  .contact_janp {
    display: none;
  }
  .link {
    display: none;
  }
  .globalnavi {
    display: none;
  }

  .breadcrumb {
    margin-top: 40px;
    margin-bottom: -20px;
  }

  .content {
    flex-wrap: wrap;
  }
  .sidemenu {
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
  }
  .sidemenu ul {
    justify-content: space-between;
  }
  .sidemenu li {
    margin-bottom: 5px;
    width: 49.5%;
  }
  .sidemenu a {
    background: #D8E4F5;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-now {
    background: #f5d8d8 !important;
  }

  .main {
    margin: 0 0 50px 0;
  }

  table {
    width: 100%;
  }

  #pagetop img {
    width: 70px;
  }
  #pagetop img:hover {
    width: 73px;
  }
}

/********************************************************/
/*                 画面幅が725px以下の場合                 */
/********************************************************/

@media screen and (max-width:725px) {
  /*この間に設定を記入*/
  .stepys {
    display: none;
  }
}

/********************************************************/
/*                 画面幅が520px以下の場合                 */
/********************************************************/

@media screen and (max-width:520px) {
  /*この間に設定を記入*/
  .crystal {
    display: block;
    margin: auto;
    text-align: center;
    width: 90%;
  }
  .crystal img {
    margin: 20px auto;
  }
  .crystal p {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    width: 75%;
  }
  #pagetop img {
    width: 65px;
  }
  #pagetop img:hover {
    width: 68px;
  }
}

/********************************************************/
/*                 画面幅が390px以下の場合                 */
/********************************************************/

@media screen and (max-width:390px) {
  /*この間に設定を記入*/
  header h1 {
    margin-top: 15px;
  }
  header h1 img {
    width: 90%;
  }
}

/********************************************************/
/*                         メモ                         */
/********************************************************/

/* フォントサイズ一覧 */
/* 1px=0.0625rem */
.fontsize-dummy {
  font-size: .75rem;    /* 12px */
  font-size: .8125rem;  /* 13px */
  font-size: .875rem;   /* 14px */
  font-size: .9375rem;  /* 15px */
  font-size: 1rem;      /* 16px */
  font-size: 1.125rem;  /* 18px */
  font-size: 1.25rem;   /* 20px */
  font-size: 1.375rem;  /* 22px */
  font-size: 1.75rem;   /* 28px */
}


/* ▼▼▼ コピペ用 ▼▼▼
--------------------------------------------------------*/

/* ▲▲▲ コピペ用 ▲▲▲
--------------------------------------------------------*/

/* * * * * * * * * * * * 一番下 * * * * * * * * * * * * */
