::-moz-selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

ins {
  background-color: #666;
  color: #222;
  text-decoration: none;
}

mark {
  background-color: #666;
  color: #222;
  font-style: italic;
  font-weight: bold;
}

body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #222;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.44444;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.japanese {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; 
font-size: 0.95em !important;
font-weight: normal;}
.japanese tr td {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; 
	font-size: 0.95em !important;}
.japanese tr th {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; 
font-size: 0.95em !important;}

.font-small {font-size:0.9em;}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
  }
}

dt, dd {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  figcaption {
    font-size: 14px;
  }
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:link.cmn_link, a:visited.cmn_link {
  color:#0045C9;
  text-decoration: underline;
}

a:link.cmn_link:hover, a:visited.cmn_link:hover {
  text-decoration: none;
}

a:link img, a:visited img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

img {
  opacity: 1;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img.pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  img.pc {
    display: none !important;
  }
}

img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  img.sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  img.w_100_sp {
    width: 100%;
  }
}

input[type=text],
input[type=email],
select,
textarea {
  background: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  outline: none;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    padding: 10px 8px;
    width: 100%;
  }
}

textarea {
  max-width: 100%;
  height: 210px;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 160px;
  }
}

::-webkit-input-placeholder, :placeholder-shown {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #dbdbdb;
}

::-ms-input-placeholder {
  color: #dbdbdb;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.c_color_text {
  color: #132a55;
}

.red_text {
  color: #e5002d;
}

.require {
  display: inline-block;
  padding: 0 10px;
  height: 20px;
  border-radius: 3px;
  background: #e5002d;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .require {
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}

.page_ttl {
  position: relative;
  margin-top: 100px;
  padding: 0 20px;
  width: 100%;
  height: 380px;
  background: url(../img/cmn/page_hd_bg2.png) no-repeat center;
  background-size: cover;
  text-align: center;
}

.page_ttl:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.4);*/
}

.page_ttl .barlow {
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page_ttl .barlow {
    font-size: 30px;
  }
}

.page_ttl .breadcrumb {
  position: absolute;
  top: 20px;
  color: #fff;
  font-size: 14px;
}

.page_ttl .breadcrumb a {
  color: #fff;
}

.page_ttl .breadcrumb .breadcrumb_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_ttl .breadcrumb .breadcrumb_item:after {
  content: '\f3d3';
  margin: 0 10px;
  font-family: "Ionicons";
}

@media screen and (max-width: 767px) {
  .page_ttl .breadcrumb .breadcrumb_item:after {
    margin: 0 6px;
  }
}

.page_ttl .breadcrumb .breadcrumb_item:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .page_ttl .breadcrumb {
    top: 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 960px) {
  .page_ttl {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl {
    margin-top: 60px;
    height: 180px;
  }
}

.headline1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .headline1 {
    font-size: 25px;
  }
}

.headline2 {
  padding: 5px 10px;
  background: #132a55;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .headline2 {
    font-size: 22px;
  }
}

.leadline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .leadline {
    font-size: 22px;
  }
}

.headline3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #132a55;
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.20833;
}

@media screen and (max-width: 767px) {
  .headline3 {
    font-size: 20px;
  }
}

.headline4 {
  font-family: "Barlow Condensed", sans-serif;
  padding-left: 15px;
  border-left: 1px solid #132a55;
  font-size: 22px;
  line-height: 1.18182;
}

@media screen and (max-width: 767px) {
  .headline4 {
    padding-left: 10px;
    font-size: 18px;
  }
}

.underline {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, rgba(178, 129, 70, 0.5)));
  background: -webkit-linear-gradient(transparent 50%, rgba(178, 129, 70, 0.5) 0);
  background: -o-linear-gradient(transparent 50%, rgba(178, 129, 70, 0.5) 0);
  background: linear-gradient(transparent 50%, rgba(178, 129, 70, 0.5) 0);
  background-size: 1px 10px;
  background-repeat: repeat-x;
  background-position: bottom 0 left 0;
}

.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, rgba(178, 129, 70, 0.5)));
  background: -webkit-linear-gradient(transparent 0, rgba(178, 129, 70, 0.5) 0);
  background: -o-linear-gradient(transparent 0, rgba(178, 129, 70, 0.5) 0);
  background: linear-gradient(transparent 0, rgba(178, 129, 70, 0.5) 0);
  background-size: 1px 20px;
  background-repeat: repeat-x;
  background-position: bottom 2px left 0;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px;
}

.inner.narrower {
  max-width: 860px;
}

@media screen and (max-width: 767px) {
  .inner.narrower {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
  }
}

.bg {
  position: relative;
  background: rgba(19, 42, 85, 0.1);
}

.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #bf9a6d;
  color: #fff !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_link.wh {
  border: 1px solid #222;
  background: #fff;
  color: #222 !important;
}

.btn_link.bk {
  background: #222;
}

.btn_link.bd {
  border: 1px solid #fff;
  background: none;
  color: #fff !important;
}

.btn_link[type=submit] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_link[type=submit]:hover {
  opacity: .6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn_link[type=submit] {
    min-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .btn_link {
    padding: 0 15px;
    width: 100%;
    min-width: inherit;
    height: 40px;
    font-size: 18px;
  }
}

a.txt_link {
  color: #bf9a6d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

a.txt_link:hover:after {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  a.txt_link:hover:after {
    padding-left: 10px;
  }
}

a.txt_link:after {
  content: '\f3d3';
  display: inline-block;
  padding-left: 10px;
  color: #bf9a6d;
  font-family: "Ionicons";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  a.txt_link:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  a.txt_link {
    font-size: 18px;
  }
}

.cmn_ul_list {
  padding-left: 25px;
  list-style: none;
}

.cmn_ul_list li {
  position: relative;
  margin-top: 20px;
}

.cmn_ul_list li:first-child {
  margin-top: 0;
}

.cmn_ul_list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -25px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bf9a6d;
}

@media screen and (max-width: 767px) {
  .cmn_ul_list li:before {
    top: 7px;
    left: -20px;
  }
}

.cmn_ul_list li ul {
  margin-top: 20px;
  padding-left: 25px;
  list-style: none;
}

.cmn_ul_list li ul li:before {
  background: #bbb;
}

@media screen and (max-width: 767px) {
  .cmn_ul_list li ul {
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_ul_list li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_ul_list {
    padding-left: 20px;
  }
}

.cmn_ol_list {
  padding-left: 40px;
  list-style: none;
  counter-reset: li;
}

.cmn_ol_list li {
  position: relative;
  margin-top: 20px;
}

.cmn_ol_list li:first-child {
  margin-top: 0;
}

.cmn_ol_list li:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  position: absolute;
  top: 4px;
  left: -40px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #132a55;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .cmn_ol_list li:before {
    top: 3px;
    left: -30px;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
  }
}

.cmn_ol_list li ol {
  margin-top: 20px;
  padding-left: 40px;
  list-style: none;
}

.cmn_ol_list li ol li:before {
  background: #222;
}

@media screen and (max-width: 767px) {
  .cmn_ol_list li ol {
    margin-top: 10px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_ol_list li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_ol_list {
    padding-left: 30px;
  }
}

.select_box {
  position: relative;
  width: 460px !important;
}

.select_box:after {
  content: '\f3d0';
  position: absolute;
  top: 25px;
  right: 15px;
  color: #222;
  font-family: "Ionicons";
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .select_box:after {
    top: 8px;
    right: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .select_box {
    width: 100%;
  }
}

.cmn_table {
  border-color: #dbdbdb;
}

@media screen and (max-width: 768px) {
  .cmn_table.responsive tr:first-child {
    border-top: 1px solid #dbdbdb;
  }
}

@media screen and (max-width: 768px) {
  .cmn_table.responsive tr th, .cmn_table.responsive tr td {
    display: block;
    border-top: none;
  }
  .cmn_table.responsive tr th:first-child, .cmn_table.responsive tr td:first-child {
    padding: 15px 15px 0;
    border-bottom: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cmn_table.table_responsive table {
    min-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .cmn_table.table_responsive {
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.cmn_table.border_top_bottom table th, .cmn_table.border_top_bottom table td {
  border-left: none;
  border-right: none;
}

.cmn_table table {
  border-spacing: 0;
  width: 100%;
}

.cmn_table table th, .cmn_table table td {
  padding: 20px 30px;
  border: 1px solid #dbdbdb;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .cmn_table table th, .cmn_table table td {
    padding: 15px;
  }
}

.cmn_table table th {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cmn_table table thead {
  border-bottom: none;
}

.cmn_table table thead th {
  border-top: none;
  border-right: 1px solid #fff;
  border-bottom: none;
  background: rgba(19, 42, 85, 0.1);
}

.cmn_table table thead th:first-child {
  border-left: none;
}

.cmn_table table thead th:last-child {
  border-right: none;
}

.cmn_table table tbody td:first-child {
  border-left: none;
}

.cmn_table table tbody td:last-child {
  border-right: none;
}

.cmn_table table strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cmn_bg_box {
  padding: 40px;
  width: 100%;
  background: rgba(19, 42, 85, 0.1);
}

.cmn_bg_box.border {
  border: 1px solid #132a55;
  background: #fff;
}
.cmn_bg_box.graycolor {
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  .cmn_bg_box {
    padding: 20px;
  }
}

.header {
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #132a55;
}

.header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header > .inner .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.header > .inner .logo img {
  display: block;
}

@media screen and (max-width: 1100px) {
  .header > .inner .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}

@media screen and (max-width: 767px) {
  .header > .inner .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 158px;
    flex: 0 0 158px;
  }
}

.header #navi {
  position: relative;
}

.header #navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #navi .menu li {
  margin-left: 34px;
  font-size: 20px;
}



.header #navi .menu li.current .navi_link, .header #navi .menu li:hover .navi_link {
  color: #bf9a6d;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.current .navi_link, .header #navi .menu li:hover .navi_link {
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.current .navi_link {
    background: #bf9a6d;
  }
}

.header #navi .menu li .navi_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header #navi .menu li .navi_link:before {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: -40px;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li .navi_link {
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdb;
    background: #132a55;
    color: #fff;
  }
}

.header #navi .menu li a.navi_link:hover {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li a.navi_link:before {
    content: "\f3d3";
    position: absolute;
    top: 10px;
    right: 20px;
    bottom: 0;
    font-family: "Ionicons";
    font-size: 20px;
    font-weight: 700;
    text-align: right;
  }
}

.header #navi .menu li a.btn_link {
  margin: 30px 0;
  font-size: 20px;
  min-width: 130px;
  height: 40px;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li a.btn_link {
    margin: 20px auto;
    width: 160px;
    min-width: 160px;
  }
}

.header #navi .menu li.parent_navi .navi_link {
  overflow: hidden;
}

.header #navi .menu li.parent_navi .navi_link:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #132a55 transparent;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .navi_link:before {
    content: none;
  }
}

.header #navi .menu li.parent_navi:hover .navi_link:before {
  bottom: 0;
}

.header #navi .menu li.parent_navi:hover .child_navi {
  visibility: visible;
  opacity: 1;
}

.header #navi .menu li.parent_navi .toggle_icon {
  display: none;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .toggle_icon {
    display: block;
  }
  .header #navi .menu li.parent_navi .toggle_icon:before {
    content: "\f489";
    z-index: 9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 18px 0 0;
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: "Ionicons";
    font-size: 25px;
    font-weight: 700;
    text-align: right;
  }
}

.header #navi .menu li.parent_navi .child_navi {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  padding: 20px 0;
  width: 100%;
  background: #132a55;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi .inner {
    padding: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header #navi .menu li.parent_navi .child_navi li {
  margin: 0;
}

.header #navi .menu li.parent_navi .child_navi li.current a, .header #navi .menu li.parent_navi .child_navi li:hover a {
  color: #bf9a6d;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi li.current a, .header #navi .menu li.parent_navi .child_navi li:hover a {
    color: #fff !important;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi li.current a {
    color: #bf9a6d !important;
  }
}

.header #navi .menu li.parent_navi .child_navi li a {
  display: block;
  position: relative;
  padding: 0 15px;
  color: #fff;
}

.header #navi .menu li.parent_navi .child_navi li a:hover {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi li a {
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdb;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi .child_navi {
    opacity: 1;
    position: relative;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding: 0;
    background: #3d4f73;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li.parent_navi {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
  }
  .header #navi .menu li.parent_navi > label:hover {
    cursor: pointer;
    cursor: hand;
  }
}

@media screen and (max-width: 1100px) {
  .header #navi .menu li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .header #navi .menu li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu li {
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .header #navi .menu {
    display: none;
    overflow: hidden;
    width: 100% !important;
  }
}

.header #navi input {
  display: none;
}

@media screen and (max-width: 960px) {
  .header #navi input[type="checkbox"]:checked ~ .child_navi {
    max-height: inherit;
    visibility: visible !important;
  }
  .header #navi input[type="checkbox"]:checked ~ * .toggle_icon:before {
    content: "\f462";
  }
}

@media screen and (max-width: 960px) {
  .header #navi {
    position: fixed;
    top: 70px;
    left: 0;
    padding-bottom: 158px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header #navi {
    top: 60px;
  }
}

.header #navi_btn {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.header #navi_btn .navi_btn_wrap .navi_btn_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #bf9a6d;
}

.header #navi_btn .navi_btn_wrap .navi_btn_line.navi_btn_line_1 {
  top: 2px;
}

.header #navi_btn .navi_btn_wrap .navi_btn_line.navi_btn_line_2 {
  top: 10px;
}

.header #navi_btn .navi_btn_wrap .navi_btn_line.navi_btn_line_3 {
  top: 18px;
}

@media screen and (max-width: 960px) {
  .header #navi_btn {
    display: block;
  }
}

.header #menu_navi_btn_sp {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .header #menu_navi_btn_sp:checked ~ #navi {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
  }
  .header #menu_navi_btn_sp:checked ~ label#navi_btn .navi_btn_line_1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  .header #menu_navi_btn_sp:checked ~ label#navi_btn .navi_btn_line_2 {
    width: 0;
  }
  .header #menu_navi_btn_sp:checked ~ label#navi_btn .navi_btn_line_3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
  }
  .header #menu_navi_btn_sp:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  .header #menu_navi_btn_sp:checked ~ * .child_navi {
    max-height: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
  }
  .header.open {
    overflow-y: scroll;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    border-bottom: 1px solid #132a55;
  }
}

.pagetop {
  z-index: 97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #132a55;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 0.4;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 55px;
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}

.main_visual {
  position: relative;
  margin-top: 100px;
}

.main_visual .main_visual_slider .swiper-wrapper {
  position: relative;
  width: 100%;
}

.main_visual .main_visual_slider .swiper-wrapper img {
  display: block;
  width: 100%;
}

.main_visual .main_visual_slider .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1340px;
}

.main_visual .main_visual_slider .inner .swiper-button-prev, .main_visual .main_visual_slider .inner .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #bf9a6d;
  outline: none;
	color: #FFFFFF;
	padding: 8px;
}

.main_visual .main_visual_slider .inner .swiper-button-prev:after, .main_visual .main_visual_slider .inner .swiper-button-next:after {
  content: none;
}

.main_visual .main_visual_slider .inner .swiper-button-prev i, .main_visual .main_visual_slider .inner .swiper-button-next i {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_slider .inner .swiper-button-prev i, .main_visual .main_visual_slider .inner .swiper-button-next i {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_slider .inner .swiper-button-prev, .main_visual .main_visual_slider .inner .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.main_visual .main_visual_slider .inner .swiper-button-prev {
  left: 20px;
}

.main_visual .main_visual_slider .inner .swiper-button-next {
  right: 20px;
}

@media screen and (max-width: 960px) {
  .main_visual {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .main_visual {
    margin-top: 60px;
  }
}

.top_welcome_message {
  position: relative;
  background: url(../img/top/welcome_message_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

.top_welcome_message:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 42, 85, 0.75);
}

.top_welcome_message figure {
  position: relative;
}

.top_welcome_message figure figcaption {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  text-align: center;
}

.top_welcome_message .btn_link {
  min-width: 130px;
  height: 40px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .top_welcome_message .btn_link {
    width: inherit;
    font-size: 18px;
  }
}

.top_information {
  position: relative;
  background: url(../img/top/information_bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.top_information ul {
  overflow-y: scroll;
  padding: 10px 30px;
  height: 260px;
  background: #fff;
}

.top_information ul li {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.top_information ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_information ul li dl dt {
  width: 120px;
}

.top_information ul li dl dt time {
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top_information ul li dl dt time {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .top_information ul li dl dt {
    width: 100%;
  }
}

.top_information ul li dl dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .top_information ul li dl dd {
    margin-top: 5px;
    width: 100%;
  }
}

.top_information ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .top_information ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .top_information ul {
    padding: 5px 15px;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .top_information {
    background-attachment: inherit;
  }
}

.top_sponsors {
  padding: 0 80px;
  max-width: 1260px;
}

.top_sponsors .sponsors_slider_wrap {
  position: relative;
}

.top_sponsors .sponsors_slider_wrap .sponsors_slider {
  overflow: hidden;
}

.top_sponsors .sponsors_slider_wrap .sponsors_slider img {
  display: block;
  width: 100%;
}

.top_sponsors .sponsors_slider_wrap .swiper-button-prev, .top_sponsors .sponsors_slider_wrap .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #bf9a6d;
  outline: none;
}

.top_sponsors .sponsors_slider_wrap .swiper-button-prev:after, .top_sponsors .sponsors_slider_wrap .swiper-button-next:after {
  content: none;
}

.top_sponsors .sponsors_slider_wrap .swiper-button-prev i, .top_sponsors .sponsors_slider_wrap .swiper-button-next i {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top_sponsors .sponsors_slider_wrap .swiper-button-prev i, .top_sponsors .sponsors_slider_wrap .swiper-button-next i {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .top_sponsors .sponsors_slider_wrap .swiper-button-prev, .top_sponsors .sponsors_slider_wrap .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.top_sponsors .sponsors_slider_wrap .swiper-button-prev {
  left: -60px;
}

@media screen and (max-width: 767px) {
  .top_sponsors .sponsors_slider_wrap .swiper-button-prev {
    left: 20px;
  }
}

.top_sponsors .sponsors_slider_wrap .swiper-button-next {
  right: -60px;
}

@media screen and (max-width: 767px) {
  .top_sponsors .sponsors_slider_wrap .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_sponsors {
    padding: 0;
  }
}

.faq_box dl:last-child dd {
  padding: 30px 40px 0 85px;
}

@media screen and (max-width: 767px) {
  .faq_box dl:last-child dd {
    padding: 15px 20px 0 50px;
  }
}

.faq_box dl dt {
  position: relative;
  padding: 20px 40px 20px 85px;
  border: none;
  background: rgba(19, 42, 85, 0.1);
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.faq_box dl dt:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 40px;
  margin: auto 0;
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .faq_box dl dt:before {
    top: 0;
    left: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faq_box dl dt {
    padding: 15px 20px 15px 50px;
    font-size: 22px;
  }
}

.faq_box dl dd {
  position: relative;
  padding: 30px 40px 20px 85px;
}

.faq_box dl dd:before {
  content: "A";
  position: absolute;
  top: 17px;
  left: 40px;
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .faq_box dl dd:before {
    top: 5px;
    left: 20px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .faq_box dl dd {
    padding: 15px 20px 15px 50px;
  }
}

.flow_box {
  list-style: none;
  counter-reset: li;
}

.flow_box li {
  position: relative;
  padding-top: 60px;
}

.flow_box li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.flow_box li:last-child:before, .flow_box li:last-child:after {
  content: none;
}

.flow_box li:before {
  content: '';
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}

@media screen and (max-width: 767px) {
  .flow_box li:before {
    bottom: -18px;
  }
}

.flow_box li:after {
  content: '\f3d0';
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: 0 auto;
  width: 44px;
  background: #fff;
  color: #132a55;
  font-family: "Ionicons";
  font-size: 36px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flow_box li:after {
    bottom: -35px;
    font-size: 32px;
  }
}

.flow_box li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.flow_box li .number:before {
  content: counter(li);
  counter-increment: li;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #132a55;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .flow_box li .number:before {
    top: 3px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}

.flow_box li .number .ttl {
  padding-left: 15px;
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .flow_box li .number .ttl {
    padding-left: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .flow_box li {
    padding-top: 40px;
  }
}

.img_txt_box {
  position: relative;
}

.img_txt_box .img_box {
  width: 880px;
  width: 45.83333%;
}

.img_txt_box .img_box.left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.img_txt_box .img_box.right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.img_txt_box .img_box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .img_txt_box .img_box {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin: 0;
    width: 100%;
  }
}

.img_txt_box .txt_box {
  width: 570px;
  width: 29.6875%;
}

.img_txt_box .txt_box.left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  margin-left: 410px;
  margin-left: 21.35417%;
}

@media screen and (max-width: 1399px) {
  .img_txt_box .txt_box.left {
    margin-left: 145px;
    margin-left: 10.35714%;
  }
}

.img_txt_box .txt_box.right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 410px;
  margin-right: 21.35417%;
  margin-left: auto;
}

@media screen and (max-width: 1399px) {
  .img_txt_box .txt_box.right {
    margin-right: 145px;
    margin-right: 10.35714%;
  }
}

@media screen and (max-width: 1399px) {
  .img_txt_box .txt_box {
    width: 570px;
    width: 40.71429%;
  }
}

@media screen and (max-width: 767px) {
  .img_txt_box .txt_box {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 15px auto 0 !important;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img_txt_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.footer .outline {
  width: 50%;
  background: rgba(19, 42, 85, 0.1);
}

.footer .outline .inner {
  position: absolute;
  right: 0;
  left: 0;
  margin: 40px auto;
}

.footer .outline .inner li {
  padding: 25px 20px 0 0;
  width: 50%;
}

.footer .outline .inner li:first-child {
  padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .footer .outline .inner li:first-child {
    padding: 0;
  }
}

.footer .outline .inner li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .outline .inner li dl dt {
  width: 130px;
  color: #132a55;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .footer .outline .inner li dl dt {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .footer .outline .inner li dl dt {
    width: 100%;
  }
}

.footer .outline .inner li dl dd {
  width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
  .footer .outline .inner li dl dd {
    margin-top: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer .outline .inner li {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .outline .inner {
    position: relative;
    right: inherit;
    left: inherit;
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .footer .outline {
    width: 100%;
  }
}

.footer .gmap {
  width: 50%;
	z-index: 90;
}

.footer .gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .footer .gmap iframe {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .footer .gmap {
    width: 100%;
  }
}

.footer .copyright {
  padding: 15px 0;
  background: #132a55;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 10px 0;
    font-size: 12px;
  }
}

.mt00 {
  margin-top: 0px !important;
}

.pt00 {
  padding-top: 0px !important;
}

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

.pt05 {
  padding-top: 5px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

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

.pt35 {
  padding-top: 35px !important;
}

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

.pt40 {
  padding-top: 40px !important;
}

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

.pt45 {
  padding-top: 45px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

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

.pt55 {
  padding-top: 55px !important;
}

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

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .mt05 {
    margin-top: 2.5px !important;
  }
  .pt05 {
    padding-top: 2.5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .mt15 {
    margin-top: 7.5px !important;
  }
  .pt15 {
    padding-top: 7.5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .mt25 {
    margin-top: 12.5px !important;
  }
  .pt25 {
    padding-top: 12.5px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .mt35 {
    margin-top: 17.5px !important;
  }
  .pt35 {
    padding-top: 17.5px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .mt45 {
    margin-top: 22.5px !important;
  }
  .pt45 {
    padding-top: 22.5px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .mt55 {
    margin-top: 27.5px !important;
  }
  .pt55 {
    padding-top: 27.5px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .mt65 {
    margin-top: 32.5px !important;
  }
  .pt65 {
    padding-top: 32.5px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .mt75 {
    margin-top: 37.5px !important;
  }
  .pt75 {
    padding-top: 37.5px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .mt85 {
    margin-top: 42.5px !important;
  }
  .pt85 {
    padding-top: 42.5px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .mt95 {
    margin-top: 47.5px !important;
  }
  .pt95 {
    padding-top: 47.5px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .mt110 {
    margin-top: 55px !important;
  }
  .pt110 {
    padding-top: 55px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .pt120 {
    padding-top: 60px !important;
  }
  .mt130 {
    margin-top: 65px !important;
  }
  .pt130 {
    padding-top: 65px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .pt140 {
    padding-top: 70px !important;
  }
  .mt00_sp {
    margin-top: 0px !important;
  }
  .pt00_sp {
    padding-top: 0px !important;
  }
  .mt05_sp {
    margin-top: 5px !important;
  }
  .pt05_sp {
    padding-top: 5px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .pt10_sp {
    padding-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .pt15_sp {
    padding-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .pt20_sp {
    padding-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .pt25_sp {
    padding-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .pt30_sp {
    padding-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .pt35_sp {
    padding-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .pt40_sp {
    padding-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .pt45_sp {
    padding-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .pt50_sp {
    padding-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .pt55_sp {
    padding-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .pt60_sp {
    padding-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .pt65_sp {
    padding-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .pt70_sp {
    padding-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .pt75_sp {
    padding-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .pt80_sp {
    padding-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .pt85_sp {
    padding-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .pt90_sp {
    padding-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .pt95_sp {
    padding-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .pt100_sp {
    padding-top: 100px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .pt110_sp {
    padding-top: 110px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .pt120_sp {
    padding-top: 120px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .pt130_sp {
    padding-top: 130px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .pt140_sp {
    padding-top: 140px !important;
  }
}

.mr00 {
  margin-right: 0px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.pr05 {
  padding-right: 5px !important;
}

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

.pr10 {
  padding-right: 10px !important;
}

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

.pr15 {
  padding-right: 15px !important;
}

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

.pr20 {
  padding-right: 20px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

.pr30 {
  padding-right: 30px !important;
}

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

.pr35 {
  padding-right: 35px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .mr00_sp {
    margin-right: 0px !important;
  }
  .pr00_sp {
    padding-right: 0px !important;
  }
  .mr05_sp {
    margin-right: 5px !important;
  }
  .pr05_sp {
    padding-right: 5px !important;
  }
  .mr10_sp {
    margin-right: 10px !important;
  }
  .pr10_sp {
    padding-right: 10px !important;
  }
  .mr15_sp {
    margin-right: 15px !important;
  }
  .pr15_sp {
    padding-right: 15px !important;
  }
  .mr20_sp {
    margin-right: 20px !important;
  }
  .pr20_sp {
    padding-right: 20px !important;
  }
  .mr25_sp {
    margin-right: 25px !important;
  }
  .pr25_sp {
    padding-right: 25px !important;
  }
  .mr30_sp {
    margin-right: 30px !important;
  }
  .pr30_sp {
    padding-right: 30px !important;
  }
  .mr35_sp {
    margin-right: 35px !important;
  }
  .pr35_sp {
    padding-right: 35px !important;
  }
  .mr40_sp {
    margin-right: 40px !important;
  }
  .pr40_sp {
    padding-right: 40px !important;
  }
  .mr45_sp {
    margin-right: 45px !important;
  }
  .pr45_sp {
    padding-right: 45px !important;
  }
  .mr50_sp {
    margin-right: 50px !important;
  }
  .pr50_sp {
    padding-right: 50px !important;
  }
  .mr55_sp {
    margin-right: 55px !important;
  }
  .pr55_sp {
    padding-right: 55px !important;
  }
  .mr60_sp {
    margin-right: 60px !important;
  }
  .pr60_sp {
    padding-right: 60px !important;
  }
  .mr65_sp {
    margin-right: 65px !important;
  }
  .pr65_sp {
    padding-right: 65px !important;
  }
  .mr70_sp {
    margin-right: 70px !important;
  }
  .pr70_sp {
    padding-right: 70px !important;
  }
  .mr75_sp {
    margin-right: 75px !important;
  }
  .pr75_sp {
    padding-right: 75px !important;
  }
  .mr80_sp {
    margin-right: 80px !important;
  }
  .pr80_sp {
    padding-right: 80px !important;
  }
  .mr85_sp {
    margin-right: 85px !important;
  }
  .pr85_sp {
    padding-right: 85px !important;
  }
  .mr90_sp {
    margin-right: 90px !important;
  }
  .pr90_sp {
    padding-right: 90px !important;
  }
  .mr95_sp {
    margin-right: 95px !important;
  }
  .pr95_sp {
    padding-right: 95px !important;
  }
  .mr100_sp {
    margin-right: 100px !important;
  }
  .pr100_sp {
    padding-right: 100px !important;
  }
}

.mb00 {
  margin-bottom: 0px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb20 {
  padding-bottom: 20px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

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

.pb35 {
  padding-bottom: 35px !important;
}

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

.pb40 {
  padding-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
  .pb00 {
    padding-bottom: 0px !important;
  }
  .mb05 {
    margin-bottom: 2.5px !important;
  }
  .pb05 {
    padding-bottom: 2.5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .mb15 {
    margin-bottom: 7.5px !important;
  }
  .pb15 {
    padding-bottom: 7.5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 12.5px !important;
  }
  .pb25 {
    padding-bottom: 12.5px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .mb35 {
    margin-bottom: 17.5px !important;
  }
  .pb35 {
    padding-bottom: 17.5px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 22.5px !important;
  }
  .pb45 {
    padding-bottom: 22.5px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .mb55 {
    margin-bottom: 27.5px !important;
  }
  .pb55 {
    padding-bottom: 27.5px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .mb65 {
    margin-bottom: 32.5px !important;
  }
  .pb65 {
    padding-bottom: 32.5px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .mb75 {
    margin-bottom: 37.5px !important;
  }
  .pb75 {
    padding-bottom: 37.5px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 42.5px !important;
  }
  .pb85 {
    padding-bottom: 42.5px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .mb95 {
    margin-bottom: 47.5px !important;
  }
  .pb95 {
    padding-bottom: 47.5px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 55px !important;
  }
  .pb110 {
    padding-bottom: 55px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .pb120 {
    padding-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 65px !important;
  }
  .pb130 {
    padding-bottom: 65px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pb140 {
    padding-bottom: 70px !important;
  }
  .mb00_sp {
    margin-bottom: 0px !important;
  }
  .pb00_sp {
    padding-bottom: 0px !important;
  }
  .mb05_sp {
    margin-bottom: 5px !important;
  }
  .pb05_sp {
    padding-bottom: 5px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .pb10_sp {
    padding-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .pb15_sp {
    padding-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .pb20_sp {
    padding-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .pb25_sp {
    padding-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .pb30_sp {
    padding-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .pb35_sp {
    padding-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .pb40_sp {
    padding-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .pb45_sp {
    padding-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .pb50_sp {
    padding-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .pb55_sp {
    padding-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .pb60_sp {
    padding-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .pb65_sp {
    padding-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .pb70_sp {
    padding-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .pb75_sp {
    padding-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .pb80_sp {
    padding-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .pb85_sp {
    padding-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .pb90_sp {
    padding-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .pb95_sp {
    padding-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .pb100_sp {
    padding-bottom: 100px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .pb110_sp {
    padding-bottom: 110px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .pb120_sp {
    padding-bottom: 120px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .pb130_sp {
    padding-bottom: 130px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .pb140_sp {
    padding-bottom: 140px !important;
  }
}

.ml00 {
  margin-left: 0px !important;
}

.pl00 {
  padding-left: 0px !important;
}

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

.pl05 {
  padding-left: 5px !important;
}

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

.pl10 {
  padding-left: 10px !important;
}

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

.pl15 {
  padding-left: 15px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

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

.pl35 {
  padding-left: 35px !important;
}

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

.pl40 {
  padding-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .ml00_sp {
    margin-left: 0px !important;
  }
  .pl00_sp {
    padding-left: 0px !important;
  }
  .ml05_sp {
    margin-left: 5px !important;
  }
  .pl05_sp {
    padding-left: 5px !important;
  }
  .ml10_sp {
    margin-left: 10px !important;
  }
  .pl10_sp {
    padding-left: 10px !important;
  }
  .ml15_sp {
    margin-left: 15px !important;
  }
  .pl15_sp {
    padding-left: 15px !important;
  }
  .ml20_sp {
    margin-left: 20px !important;
  }
  .pl20_sp {
    padding-left: 20px !important;
  }
  .ml25_sp {
    margin-left: 25px !important;
  }
  .pl25_sp {
    padding-left: 25px !important;
  }
  .ml30_sp {
    margin-left: 30px !important;
  }
  .pl30_sp {
    padding-left: 30px !important;
  }
  .ml35_sp {
    margin-left: 35px !important;
  }
  .pl35_sp {
    padding-left: 35px !important;
  }
  .ml40_sp {
    margin-left: 40px !important;
  }
  .pl40_sp {
    padding-left: 40px !important;
  }
  .ml45_sp {
    margin-left: 45px !important;
  }
  .pl45_sp {
    padding-left: 45px !important;
  }
  .ml50_sp {
    margin-left: 50px !important;
  }
  .pl50_sp {
    padding-left: 50px !important;
  }
  .ml55_sp {
    margin-left: 55px !important;
  }
  .pl55_sp {
    padding-left: 55px !important;
  }
  .ml60_sp {
    margin-left: 60px !important;
  }
  .pl60_sp {
    padding-left: 60px !important;
  }
  .ml65_sp {
    margin-left: 65px !important;
  }
  .pl65_sp {
    padding-left: 65px !important;
  }
  .ml70_sp {
    margin-left: 70px !important;
  }
  .pl70_sp {
    padding-left: 70px !important;
  }
  .ml75_sp {
    margin-left: 75px !important;
  }
  .pl75_sp {
    padding-left: 75px !important;
  }
  .ml80_sp {
    margin-left: 80px !important;
  }
  .pl80_sp {
    padding-left: 80px !important;
  }
  .ml85_sp {
    margin-left: 85px !important;
  }
  .pl85_sp {
    padding-left: 85px !important;
  }
  .ml90_sp {
    margin-left: 90px !important;
  }
  .pl90_sp {
    padding-left: 90px !important;
  }
  .ml95_sp {
    margin-left: 95px !important;
  }
  .pl95_sp {
    padding-left: 95px !important;
  }
  .ml100_sp {
    margin-left: 100px !important;
  }
  .pl100_sp {
    padding-left: 100px !important;
  }
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .align_left_sp {
    text-align: left !important;
  }
  .align_right_sp {
    text-align: right !important;
  }
  .align_center_sp {
    text-align: center !important;
  }
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.row img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fw_nw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.fd_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc_fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai_fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex .col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flex.fd_c_sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.jc_sb_sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.jc_c_sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex.jc_fe_sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex.ai_c_sp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*noda追加*/
.accordion_box .toggle_list {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.accordion_box .toggle_list:first-child {
  border-top: 1px solid #ccc;
}

.accordion_box .toggle_list.open dt:after {
  content: '\f3d8';
}

.accordion_box .toggle_list dt, .accordion_box .toggle_list dd {
  position: relative;
}

@media screen and (max-width: 768px) {
  .accordion_box .toggle_list dt:before, .accordion_box .toggle_list dd:before {
    left: 0;
    font-size: 18px;
    line-height: 1.2;
  }
}

.accordion_box .toggle_list dt {
  padding: 24px 75px 24px 10px;
  color: #132a55;
  font-weight: 400;
  letter-spacing: .2em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
font-family: "Barlow Condensed", sans-serif;
	font-size:1.1em;

}

.accordion_box .toggle_list dt:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .accordion_box .toggle_list dt:hover {
    opacity: 1;
  }
}

.accordion_box .toggle_list dt:before {
  content: '\f461';
font-family: "Ionicons";
	margin-right: 10px;
	font-size:1.1em;
}

.accordion_box .toggle_list dt:after {
  content: '\f3d0';
  position: absolute;
  top: 22px;
  right: 30px;
  color: #bf9a6d;
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .accordion_box .toggle_list dt:after {
    top: 14px;
    right: 0;
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .accordion_box .toggle_list dt {
    padding: 14px 25px 14px 10px;
  }
}

.accordion_box .toggle_list dd {
  display: none;
  padding: 0 75px 24px 15px;
}


@media screen and (max-width: 768px) {
  .accordion_box .toggle_list dd {
    padding: 0 25px 14px 15px;
  }
}

.payment_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 10px 1px;
	margin-left: 5px;
  height: 50px;
  border: none;
  border-radius: 3px;
  background: #E5002D;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-dec {
  position: relative;
  width: 100%;
  height: 120px;
  background: url(../img/cmn/page_footer_bg.png) no-repeat top;
  background-size: cover;
  text-align: center;
}

.body-bg  {background: url(../img/cmn/page_footer_bg2.png) no-repeat;
  background-size: 40vw auto;
    background-position: right bottom 130px;
	background-repeat: no-repeat;}

.imgshadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*タブ切り替え
-------------------------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #132a55;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #132a55;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-right:#FFF solid 5px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 768px) {
	.tab_item {
  font-size: 17px;}}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#hoken:checked ~ #hoken_content,
#sekituidock:checked ~ #sekituidock_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #132a55;
  color: #fff;
}

/*ポップアップ説明*/
.custom-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  overflow-y: auto;/*スクロール可に*/
  -webkit-overflow-scrolling: touch;/*スクロール可に*/
}
.custom-modal h3 {font-weight: bold;}
.custom-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
}
.close-btn {
  float: right;
  font-size: 28px;
  cursor: pointer;
}
/*写真に右上に数字*/
.img-box {
  position: relative; /* 子要素の絶対配置の基準になる */
  display: inline-block;
}

.number-badge {
  position: absolute;
  top: 8px;     /* 上からの距離 */
  left: 8px;    /* 左からの距離 */
  background: #000;      /* バッジの背景色 */
  color: #fff;           /* 文字色 */
  font-weight: bold;
  border-radius: 50%;    /* 丸いバッジ */
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}