@charset "UTF-8";

/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  min-width: 1054px;
  overflow-x: hidden;
}

a {
  color: #2b5788;
}

a:hover {
  color: #6589b0;
  text-decoration: none;
}

.container {
  width: 1054px;
}

.container.hidden {
  overflow: hidden;
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }

  .container {
    width: 100%;
  }
}

/************************************ header_01　左ロゴ・下メニュー*/
.header_01 .pos-ab {
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

.header_01 .list01 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 5px 15px;
}

.header_01 .search {
  position: relative;
}

.header_01 .search input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.header_01 .search input[type="submit"]::-webkit-search-decoration {
  display: none;
}

.header_01 .search input[type="submit"]::focus {
  outline-offset: -2px;
}

.header_01 .search input[type="text"] {
  background: url("images/shared/ico_search.png") no-repeat 5px 50% #fff;
  border: solid 1px #ccc;
  padding: 0px 5px 0px 30px;
  width: 160px;
  margin-right: 45px;
  line-height: 25px;
  border-radius: 0;
}

.header_01 .search input[type="submit"] {
  position: absolute;
  right: 0px;
  width: 45px;
  height: 25px;
  top: 2px;
  border: none;
  color: #fff;
  background-color: #2b5788;
  cursor: pointer;
}

.mainimage {
  background: url("images/mainimage.jpg") no-repeat center top;
  height: 930px;
  background-size: cover;
  padding-top: 735px;
}

.mainimage .font03 {
  font-size: 54px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.mainimage .font02 {
  font-size: 30px;
  letter-spacing: 0.05em;
}

.fixed_btn {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.fixed_btn a {
  display: inline-block;
  width: 85px;
}

.fixed_btn a+a {
  margin-top: 15px;
}

@media only screen and (max-width: 800px) {
  .header_01 .pos-ab {
    position: static !important;
  }

  .header_01 h1 {
    padding-right: 55px;
  }

  .header_01 .logo {
    padding-right: 40%;
  }

  .header_01 .search {
    width: 100%;
  }

  .header_01 .search input[type="text"] {
    padding: 0px 55px 0px 30px;
    width: 100%;
    margin-right: 0px;
  }

  .header_01 .search input[type="submit"] {
    top: 2px;
    right: 0;
    height: 27px
  }

  .mainimage {
    background: url("images/mainimage_sp.jpg") no-repeat center top;
    height: auto;
    background-size: cover;
    background-position: center bottom;
    padding: 25vh 0px 7vh;
  }

  .mainimage .font03 {
    font-size: 6vw;
    margin-bottom: 10px;
  }

  .mainimage .font02 {
    font-size: 4vw;
  }

  .fixed_btn {
    right: 10px;
  }

  .fixed_btn a {
    width: 65px;
  }

  .fixed_btn a+a {
    margin-top: 10px;
  }
}

/*グローバルメニュー*/
.header_01 .gNavi>ul {
  background: url("images/shared/gn_bg.png") no-repeat center 50%;
}

.header_01 .gNavi>ul>li {
  float: left;
  width: 16.6666%;
}

.header_01 .gNavi>ul>li>a, .header_01 .gNavi>ul>li>span {
  display: block;
  text-decoration: none;
  color: #000;
}

.header_01 .gNavi>ul>li>span {
  cursor: pointer;
}

.header_01 .gNavi>ul>li>a:hover, .header_01 .gNavi>ul>li>a:hover .fo-gray {
  color: #2b5788 !important;
}

/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 999999;
}

.gNavi .dd ul {
  width: 230px;
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.gNavi .dd ul li a {
  display: block;
  font-size: 16px;
  padding: 12px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border-bottom: solid 1px #ddd;
}

.gNavi .dd ul li:last-child a {
  border-bottom: none;
}

.gNavi .dd ul li a:hover {
  color: #2b5788;
}

@media only screen and (max-width: 800px) {

  /* ハンバーガーメニュー */
  .humberger {
    background: #2b5788;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }

  .humberger span {
    background: #e8edf1;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .humberger span:nth-of-type(1) {
    top: 15px;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .humberger span:nth-of-type(3) {
    bottom: 15px;
  }

  .is-open .humberger span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }

  .is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }

  .is-open .humberger span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }

  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.2s;
  }

  .is-open .overlay {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
  }

  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .sp-navi a {
    color: #333;
  }

  .sp-navi.is-open .sp-navi-inner {
    transform: translate3d(0, 0, 0);
  }

  .sp-navi .sp-navi-inner {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0;
    height: 100%;
    width: 270px;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }

  .sp-navi .sp-navi-inner .navi-main {
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-inner .navi-main>li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .sp-navi .sp-navi-inner .navi-main>li:before {
    background: #2b5788;
    content: "";
    height: 3px;
    width: 8px;
    position: absolute;
    left: 10px;
    top: 23px;
  }

  .sp-navi .sp-navi-inner .navi-main>li:first-child {
    border-top: 1px solid #ddd;
  }

  .sp-navi .sp-navi-inner .navi-main>li>a, .sp-navi .sp-navi-inner .navi-main>li>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 15px 10px 15px 30px;
    overflow: hidden;
    line-height: 1.3em;
    text-decoration: none;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li {
    border-top: 1px dashed #ddd;
    width: 100%;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-decoration: none;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a:before {
    background: #2b5788;
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    left: 26px;
    top: 19px;
  }

  .sp-navi .sp-navi-inner .navi-other {
    padding: 0 15px;
  }
}

/************************************ タイトル*/
.pagettl {
  background: url("images/under/pagettl_bg.jpg") no-repeat bottom;
  height: 295px;
  background-size: cover;
  padding-top: 185px;
  text-align: center;
}

.pagettl h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 30px;
  line-height: 1.1;
  padding: 15px 60px;
}

.heading_btmline {
  position: relative;
  border-bottom: solid 1px #2b5788;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 30px;
  text-align: center;
}

.heading_btmline:after {
  content: url("images/under/h3.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}

.heading_back, .postdata h4 {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 21px;
  line-height: 1.4;
  background-color: #f5f6f6;
  border-left: solid 3px #2b5788;
  padding: 10px 15px;
}

.heading_leftline, .postdata h5 {
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 18px;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}

.heading_leftline:before, .postdata h5:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 4px;
  height: 80%;
  top: 10%;
  background-color: #2abab1;
  border-radius: 4px;
}

.heading_ttl {
  background: #2b5788;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 25px;
  text-align: center;
}

.postdata h4, .postdata h5 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .pagettl {
    height: auto;
    padding: 40px 0px;
  }

  .pagettl h2 {
    font-size: 26px;
    padding: 20px 15px;
  }

  .heading_btmline {
    font-size: 23px;
    padding-bottom: 10px;
  }

  .heading_ttl {
    font-size: 20px;
  }
}

/************************************ フッター */
/************************************ footer_01 */
.footer_01 .map iframe {
  width: 100%;
  vertical-align: bottom;
  height: 300px;
}

.footer_nav li {
  background: url("images/shared/ico_arrow.png") no-repeat left 0.55em;
  padding-left: 15px;
  margin-bottom: 5px;
}

.footer_nav li a {
  text-decoration: none;
  color: #fff;
}

.footer_nav li a:hover {
  text-decoration: underline;
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  background: #fff;
  border-collapse: collapse;
  border: solid 1px #ddd;
  width: 100%;
}

.table-bordered th, .table-bordered td {
  border: solid 1px #ddd;
  padding: 10px;
  vertical-align: middle;
}

.table-bordered th {
  width: 20%;
  color: #FFFFFF;
  text-align: left;
  background-color: #2b5788;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important;
  }

  .sp-listlayout tr {
    display: block;
  }

  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .sp-listlayout {
    table-layout: fixed;
  }

  .sp-listlayout * {
    word-wrap: break-word;
  }

  .table-scroll {
    overflow-x: scroll;
  }

  .table-scroll:before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    margin: 0 5px;
    border-radius: 0;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #2b5788;
  }

  .table-scroll table {
    margin-bottom: 20px !important;
    width: 150% !important;
  }
}

/************************************フォーム (01_04 追加)*/
.mw_wp_form {
  margin: 0 0 20px;
  /**
  * ボタン
  */
  /**
  * その項目のエラーのwrapper
  */
  /**
  * 必須マーク
  */
  /**
  * 各項目のwrapper
  */
  /**
  * 注釈
  */
}

.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}

.mw_wp_form .formend

/*管理画面内でフォームの最後のdlに class="formend" を記入*/
  {
  border-bottom: #dddddd solid 1px !important;
}

.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}

.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}

.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 10px;
}

.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}

nav select {
  width: 100%;
  max-width: 100%;
}

.mw_wp_form dl dd textarea {
  width: 90%;
}

.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}

.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}

.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}

.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}

.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}

.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
  * エラーメッセージ
  */
}

.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}

.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  padding: 3px 6px 2px;
  font-size: 13px;
}

.mw_wp_form .mwform-require {
  color: #fff;
  background-color: #ff0000;
  padding: 1px 5px;
  font-size: 12px;
}

.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}

.mw_wp_form .mwform-note {
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }

  .mw_wp_form dl dd {
    padding-top: 0;
    border-left: none;
  }
}

/************************************アーカイブ関連*************************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background: url("images/shared/ico_arrow.png") no-repeat 15px 50% #87000e;
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  font-size: 15px;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
  padding: 7px 40px;
  text-decoration: none;
  display: inline-block;
  transition: .5s ease;
  min-width: 250px;
}

.more-btn a:hover {
  opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec {
  word-break: break-all;
}

.topics_sec article ul {
  padding-left: 1.5em;
}

.topics_sec article p {
  margin-bottom: 15px;
}

.topics_sec article p:last-Child {
  margin-bottom: 0px;
}

ol {
  padding-left: 2em;
}

ol li {
  list-style: outside decimal;
}

.no-link {
  cursor: pointer;
}

.copyright {
  font-family: Verdana, "Droid Sans";
}

.list_disc {
  padding-left: 20px;
}

.list_disc li {
  list-style: outside disc;
}

.list_indent {
  padding-left: 1em;
}

.list_indent li {
  text-indent: -1em;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 20px;
}

/*.postdata ul li {
list-style: disc;
}*/
.postdata ol li {
  list-style: decimal;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata a {
  text-decoration: none;
}

.postdata a:hover {
  text-decoration: none;
}

/************************************ ORIGINAL ***********/
.rob.mg10 {
  margin: 0px -10px;
}

.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 {
  padding: 0px 10px;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 50%;
  /* 高さ÷幅 */
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.fo48 {
  font-size: 48px;
}

.fo45 {
  font-size: 45px;
}

.fo35 {
  font-size: 35px;
}

.fo32 {
  font-size: 32px;
}

.fo22 {
  font-size: 22px;
}

.top_heading {
  border-bottom: solid 1px #2b5788;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.top_heading:after {
  content: url("images/under/h3.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.list_check li {
  background: url("images/shared/ico_check.png") no-repeat left 0.4em;
  padding-left: 22px;
}

.top_art02 .box:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #2b5788;
  z-index: -1;
}

.top_art02 .box_inner {
  width: 570px;
  background-color: rgba(47, 116, 171, 0.85);
  padding: 60px;
}

.top_art02 section {
  background-size: auto 100%;
}

.top_art02 section:nth-child(even) .box_inner {
  float: right;
}

.top_art02 .sec01 {
  background: url("images/top_art02_img01.jpg") no-repeat right top;
  padding: 30px 0px;
}

.top_art02 .sec02 {
  background: url("images/top_art02_img02.jpg") no-repeat left top;
  padding: 20px 0px;
}

.top_art02 .sec03 {
  background: url("images/top_art02_img03.jpg") no-repeat left top;
  padding: 20px 0px;
}

.top_art02 .sec04 {
  background: url("images/top_art02_img04.jpg") no-repeat left top;
  padding: 30px 0px;
}

.top_art02 .sec05 {
  background: url("images/top_art02_img05.jpg") no-repeat right top;
  padding: 30px 0px;
}

.top_art03 .box {
  display: table;
  width: 100%;
}

.top_art03 .box_inner {
  display: table-cell;
  vertical-align: middle;
}

.top_art03 .box_inner:first-child {
  width: 330px;
  padding: 30px 40px 30px 0px;
  border-right: solid 1px #426d9d;
}

.top_art03 .box_inner:last-child {
  padding-left: 40px;
}

.top_art03 .list01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.top_art03 dl, .top_art03 dt, .top_art03 dd {
  display: inline-block;
  vertical-align: middle;
}

.top_art03 dl {
  margin-bottom: 5px;
}

.top_art03 dt {
  margin: 0px 0.7em;
  padding: 0px 0.5em;
  width: 65px;
}

.top_art03 dt.back-blue {
  background-color: #5c82ac !important;
}

.top_art04 {
  background: url("images/top_art04_bg.jpg") no-repeat center top;
  background-size: cover;
}

.top_art04 .top_heading {
  border-bottom-color: #fff;
}

.top_art04 .top_heading:after {
  content: url("images/top_art04_ttl.png");
}

.top_art04 .box {
  background-color: rgba(255, 255, 255, 0.85);
}

.top_art04 .pos-ab {
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
}

.top_art05 .top_heading:after {
  left: 0px;
  transform: none;
}

.top_art05 .top_heading .text01 {
  margin-right: 20px;
}

.category {
  display: inline-block;
  vertical-align: middle;
  background-color: #2abab1;
  padding: 0px 8px;
}

.top_art07 h2 {
  background: url("images/top_art07_line.png") no-repeat left bottom;
  padding-bottom: 20px;
}

.top_art07 dl {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
}

.name_pad {
  padding-top: 150px;
}

.border-box {
  border: solid 1px #2b5788;
}

.icon_dl-wrp {
  padding: 30px;
  background: #e8edf1;
}

.icon_dl {
  display: table;
  width: 100%;
}

.icon_dl dt, .icon_dl dd {
  display: table-cell;
  vertical-align: top;
}

.icon_dl dt {
  width: 75px;
}

.icon_dl dd {
  padding-top: 10px;
}

.icon_dl-box {
  padding: 30px;
}

@media only screen and (max-width: 800px) {
  .icon_dl-wrp {
    padding: 0;
    background: none;
  }

  .icon_dl {
    display: block;
    background: #e8edf1;
    padding: 10px 20px;
  }

  .icon_dl dt, .icon_dl dd {
    display: block;
  }

  .icon_dl dt {
    margin: 0 auto;
    text-align: center;
  }

  .icon_dl dd {
    font-size: 18px;
    line-height: 1.5;
  }

  .icon_dl-box {
    padding: 0;
  }
}

.num_dl {
  display: table;
  width: 100%;
  padding: 10px 0px;
  min-height: 80px;
}

.num_dl dt, .num_dl dd {
  display: table-cell;
  vertical-align: middle;
}

.num_dl dt {
  width: 75px;
  text-align: center;
  padding: 5px 10px;
  border-right: solid 1px #fff;
}

.num_dl dd {
  padding-left: 15px;
}

.arrow_list {
  display: flex;
  flex-wrap: wrap;
}

.arrow_list .box {
  width: 30.3333%;
  border: solid 1px #2b5788;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.arrow_list .arrow {
  width: 3%;
  align-self: center;
  margin-bottom: 30px;
}

.border-blue {
  border: solid 1px #2b5788;
}

.contact_box dl, .contact_box dt, .contact_box dd {
  display: inline-block;
  vertical-align: middle;
}

.contact_box dl {
  margin-bottom: 5px;
}

.contact_box dt {
  margin: 0px 0.7em;
  padding: 0px 0.5em;
}

.contact_box dt.back-blue {
  background-color: #5c82ac !important;
}

@media only screen and (max-width: 800px) {
  .num_dl {
    min-height: 0;
  }

  .arrow_list {
    display: block;
  }

  .arrow_list .box, .arrow_list .arrow {
    width: 100%;
    margin-bottom: 15px;
  }

  .fo45 {
    font-size: 32px;
  }

  .fo32 {
    font-size: 28px;
  }

  .top_art02 section {
    background: none !important;
    padding: 0px !important;
  }

  .top_art02 .box_inner {
    width: 100%;
    background-color: #2f74ab;
    padding: 30px 15px;
  }

  .top_art02 section figure img {
    width: 100%;
    height: auto;
  }

  .top_art03 .box, .top_art03 .box_inner {
    display: block;
    width: 100% !important;
  }

  .top_art03 .box_inner:first-child {
    padding: 0px 0px 20px;
    border-bottom: solid 1px #426d9d;
    border-right: none;
    margin-bottom: 20px;
  }

  .top_art03 .box_inner:last-child {
    padding-left: 0px;
  }

  .top_art03 .list01 {
    display: block;
    margin-bottom: 0px;
  }

  .top_art03 .list01 li {
    margin-bottom: 15px;
  }

  .top_art05 .top_heading:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .top_art05 .top_heading .text01 {
    margin-right: 0;
  }

  .name_pad {
    padding-top: 10px;
  }

  .sp_back td:first-child {
    background-color: #e8edf1;
  }

  .top_art07 {
    position: relative;
  }

  .top_art07_btn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

/*anchor*/
.anchor {
  margin-top: 171px !important;
  padding-top: 171px !important;
}

@media only screen and (max-width: 800px) {
  .anchor {
    margin-top: 50px !important;
    padding-top: 50px !important;
  }
}

.list-flow {
  border: 1px solid #dedede;
  background: #fff;
  padding: 50px;
}

.list-flow>li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

.list-flow>li+li {
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
  margin-top: 50px;
}

.list-flow>li+li::before {
  content: "";
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #2b5788;
  border-right: 2px solid #2b5788;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.list-flow>li+li::after {
  content: "";
  background: #fff;
  width: 75px;
  height: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.list-flow .list-img {
  width: 40%;
  margin: 0 0 0 50px;
}

.list-flow .list-desc {
  flex: 1;
}

.list-flow .list-ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 35px;
}

.list-flow .num {
  background: #2b5788;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 5px 0 8px;
  margin: 0 25px 0 0;
  position: relative;
}

.list-flow .num::after {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 12px;
  border-color: transparent transparent transparent #2b5788;
  position: absolute;
  right: -12px;
}

.list-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-card>li {
  background: #f5f5f5;
  padding: 25px;
  width: 48%;
}

.list-card .list-ttl {
  background: #2b5788;
  color: #fff;
  font-family: "FP-ヒラギノUD角ゴ StdN W3", "sans-serif";
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.art-bg {
  padding: 50px 0;
  background: #e8edf1;
  position: relative;
  z-index: 0;
}

.art-bg::before {
  content: "";
  background-color: #e8edf1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
}

@media only screen and (max-width: 800px) {
  .art-bg {
    padding: 30px 15px;
  }

  .list-flow {
    padding: 15px;
  }

  .list-flow>li {
    display: block;
  }

  .list-flow .list-img {
    width: 100%;
    margin: 0 0 30px;
  }

  .list-flow .list-ttl {
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
  }

  .list-flow .list-num {
    display: table;
    font-size: 12px;
    line-height: 25px;
    padding: 0 2px 1px 8px;
    margin: 0 0 15px;
  }

  .list-flow .list-num::after {
    border-width: 13px 0 13px 10px;
    right: -10px;
  }

  .list-card {
    display: block;
  }

  .list-card>li {
    width: 100%;
  }

  .list-card>li+li {
    margin-top: 15px;
  }
}
