@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html.lock {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  line-height: 1;
}
p {line-height: 1.6;}
@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  /*vertical-align: middle;*/
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

  .contents-wrap {
    padding-top: 90px;
  }
@media screen and (max-width: 900px) {
  .contents-wrap {
    padding-top: 50px;
    transition: 0.5s;
  }
  .contents-wrap.show {
   /* transform: translateX(-75.5%);*/
  }
  .contents-wrap.show #globalHeader {
    transform: translateX(-80%);
  }
}

/*----------------------
GLOBAL HEADER
---------------------------------*/
#globalHeader {
  position: fixed;
  height: 90px;
  padding: 5px 0 0;
  background-color: #fff;
  vertical-align: middle;
  z-index: 500;
  width: 100%;
  top:0;
}
@media screen and (max-width: 900px) {
  #globalHeader {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: #fff;
  }
}
#globalHeader .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.contents-inner.w1220 {
  max-width: 1220px;
  padding: 0 20px;
}
#globalHeader .contents-inner .logo {
  padding: 6px 0;
}
#globalHeader .contents-inner .local-navi ul li a {
  display: inline-block;
  padding: 0 8px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1101px) and (max-width: 1210px) {
  #globalHeader .contents-inner.w1220 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  #globalHeader .contents-inner .logo img {
    width: 200px;
  }
  #globalHeader .contents-inner .local-navi ul li a {
    padding: 0 7px!important;
    color: #000;
    text-decoration: none;
    font-size: 14px!important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  #globalHeader .contents-inner.w1220 {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  #globalHeader .contents-inner .logo img {
    width: 190px;
  }
  #globalHeader .contents-inner .local-navi ul li a {
    padding: 0 5px!important;
    color: #000;
    text-decoration: none;
    font-size: 14px!important;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #globalHeader .contents-inner .logo {
    padding-left: 3vw;
  }
  #globalHeader .contents-inner .logo img {
    width: 200px;
		height: auto;
  }
}
@media screen and (max-width: 900px) {
  #globalHeader .contents-inner .local-navi {
    display: none;
  }
}
#globalHeader .contents-inner .local-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
#globalHeader .contents-inner .local-navi ul li:not(:first-child) {
  /*border-left: 1px solid #cccccc;*/
}
#globalHeader .contents-inner .local-navi ul li:last-child a {
  padding-right: 0;
}
@media screen and (min-width: 901px) {
  #globalHeader .contents-inner .local-navi ul li a:hover {
    text-decoration: none;
  }
}


/*@media screen and (max-width: 1070px) {
  #globalHeader .contents-inner .local-navi ul li a {
    font-size: 12px;
    padding: 0 6px;
  }
}*/
#globalHeader .sp-menu a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#globalHeader .sp-menu a.active span:nth-of-type(1) {
  animation-name: menuAnim1;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a.active span:nth-of-type(2) {
  animation-name: menuAnim2;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a.active span:nth-of-type(3) {
  animation-name: menuAnim3;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #000;
}
#globalHeader .sp-menu a span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim4;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span:nth-of-type(2) {
  top: 23px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim5;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
#globalHeader .sp-menu a span:nth-of-type(3) {
  top: 31px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  animation-name: menuAnim6;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes menuAnim1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes menuAnim2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes menuAnim4 {
  0% {
    top: 23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    top: 15px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim5 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes menuAnim6 {
  0% {
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    top: 31px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*----------------------
GLOBAL FOOTER
---------------------------------*/
#globalFooter {
  margin-top: 130px;
  padding-bottom: 25px;
}
@media screen and (max-width: 900px) {
  #globalFooter {
    margin-top: 90px;
    padding-bottom: 15px;
  }
}
#globalFooter .site-map {
  border-top: 2px solid #e8effb;
}
#globalFooter .site-map .sitemap-inner {
  position: relative;
  display: none;
  padding: 40px 0 50px;
  background-color: #e8effb;
}
@media screen and (max-width: 900px) {
  #globalFooter .site-map .sitemap-inner {
    padding: 25px 0;
  }
}
#globalFooter .site-map .sitemap-title {
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#globalFooter .site-map .sitemap-title.close span {
  background: url("../images/icn/icn-batsu.png") no-repeat 95% center;
  background-color: #e8effb;
}
@media screen and (min-width: 901px) {
  #globalFooter .site-map .sitemap-title:hover {
    cursor: pointer;
  }
}
#globalFooter .site-map .sitemap-title span {
  position: absolute;
  top: -40px;
  left: 0;
  width: 200px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #3772a8;
  font-weight: bold;
  background: url("../images/icn/icn-plus.png") no-repeat 95% center;
  background-color: #e8effb;
}
@media screen and (max-width: 900px) {
  #globalFooter .site-map .sitemap-title span {
    left: 3vw;
    top: -29px;
    width: 120px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    background-size: 10px auto;
  }
}
#globalFooter .site-map .contents-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #globalFooter .site-map .contents-inner {
    flex-wrap: wrap;
  }
  #globalFooter .site-map .contents-inner .item {
    width: 49%;
  }
  #globalFooter .site-map .contents-inner .item:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
  #globalFooter .site-map .contents-inner .item:last-child {
    width: 100%;
  }
}
#globalFooter .site-map .contents-inner .link-list a {
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  #globalFooter .site-map .contents-inner .link-list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .site-map .contents-inner .link-list a {
    font-size: 13px;
  }
}
#globalFooter .site-map .contents-inner .link-list .headline {
  font-size: 14px;
  padding-left: 0;
}
#globalFooter .site-map .contents-inner .link-list .headline.indent {
  padding-left: 10px;
}
#globalFooter .site-map .contents-inner .link-list .indent {
  padding-left: 20px;
}
@media screen and (max-width: 1150px) {
  #globalFooter .site-map .contents-inner .link-list .indent {
    padding-left: 10px;
  }
}
@media screen and (max-width: 900px) {
  #globalFooter .site-map .contents-inner .link-list .indent {
    padding-left: 20px;
  }
}
#globalFooter .site-map .contents-inner .link-list .indent.no-arrow {
  padding-left: 15px;
}
#globalFooter .site-map .contents-inner .item ul:not(:nth-of-type(1)) {
  margin-top: 20px;
}
#globalFooter .information {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  #globalFooter .information {
    margin-top: 25px;
    display: block;
    text-align: center;
  }
}
#globalFooter .information .logo {
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  #globalFooter .information .logo {
    padding-right: 0;
  }
  #globalFooter .information .logo img {
    width: 60px;
  }
}
#globalFooter .information .text .eng {
  font-family: serif;
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 900px) {
  #globalFooter .information .text .eng {
    margin-top: 10px;
    font-size: 15px;
  }
}
#globalFooter .information .text .name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #globalFooter .information .text .name {
    font-size: 18px;
  }
}
#globalFooter .information .text .contact {
  margin-top: 5px;
  font-size: 14px;
  line-height: 2;
}
#globalFooter .facebook {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #globalFooter .facebook img {
    width: 40px;
  }
}
#globalFooter .footer-link {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-link {
    margin-top: 30px;
  }
}
#globalFooter .footer-link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-link ul {
    display: block;
    padding: 0 3vw;
  }
}
#globalFooter .footer-link ul li {
  padding-left: 20px;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
}
#globalFooter .footer-link ul li:not(:nth-of-type(1)) {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  #globalFooter .footer-link ul li:not(:nth-of-type(1)) {
    margin: 10px 0 0 0;
  }
}
#globalFooter .footer-link ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  #globalFooter .footer-link ul li a:hover {
    text-decoration: underline;
  }
}
#globalFooter .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  #globalFooter .copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}

.to-top {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 40px;
}
@media screen and (max-width: 900px) {
  .to-top {
    bottom: 20px;
    right: 20px;
  }
  .to-top img {
    width: 40px;
  }
}

.sp-gnavi {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  padding: 50px 3vw;
  overflow-y: scroll;
  background-color: #3b62a8;
  transform: translateX(100%);
}
.sp-gnavi.show {
  transition: 0.5s;
  transform: translateX(0);
}
.sp-gnavi > ul > li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.sp-gnavi > ul > li.accordion {
  background: url("../images/common/gnavi-icn-plus.png") no-repeat right 0;
  background-size: 18px auto;
}
.sp-gnavi > ul > li.accordion.open {
  background: url("../images/common/gnavi-icn-minus.png") no-repeat right 0;
  background-size: 18px auto;
}
.sp-gnavi > ul > li a {
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.sp-gnavi > ul > li > ul {
  display: none;
  padding-left: 15px;
}
.sp-gnavi > ul > li > ul li {
  margin-top: 15px;
}
.sp-gnavi > ul > li > ul li.headline {
  padding-left: 12px;
  color: #aaaaaa;
  font-size: 15px;
  font-weight: bold;
}
.sp-gnavi > ul > li > ul li.indent {
  padding-left: 12px;
}
.sp-gnavi > ul > li > ul li.indent a {
  background: transparent;
}
.sp-gnavi > ul > li > ul li a {
  padding-left: 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  background: url("../images/common/gnavi-icn-arrow-white.png") no-repeat left center;
  background-size: 6px auto;
}
.sp-gnavi .facebook {
  margin-top: 25px;
  text-align: center;
}
.sp-gnavi .facebook img {
  width: 45px;
}

.contents-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}



@media screen and (max-width: 900px) {
  .contents-inner {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 901px) {
  a img {
    transition: 0.3s;
  }
  a img:hover {
    opacity: 0.75;
  }
}

@media screen and (min-width: 901px) {
  .btn a {
    transition: 0.3s;
  }
  .btn a:hover {
    opacity: 0.75;
  }
}
.blue-btn {
  text-align: center;
}
.blue-btn a {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url("../images/icn/arrow-right-circle-white.png") no-repeat 15px center;
  background-color: #3b62a8;
}
body.home .blue-btn a {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .blue-btn a {
    font-size: 16px;
  }
  body.home .blue-btn a {
  font-size: 16px;
  }
}
.outlink-btn {
  text-align: center;
}
.outlink-btn a {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #3b62a8;
  border: 2px solid #3b62a8;
  border-radius: 5px;
  text-decoration: none;
  background: url("../images/icn/icn-outlink.png") no-repeat calc(100% - 12px) center;
}
@media screen and (max-width: 900px) {
  .outlink-btn a {
    background-size: 15px auto;
    font-size: 14px;
  }
}

.pdf-btn {
  text-align: center;
}
.pdf-btn a {
  display: inline-block;
  max-width: 620px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background: url("../images/icn/icn-pdf.png") no-repeat calc(100% - 12px) center;
  background-color: #c30a35;
}
@media screen and (max-width: 900px) {
  .pdf-btn a {
    padding: 15px 60px 15px 3vw;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    background-size: 40px auto;
  }
}

.brown-btn {
  text-align: center;
}
.brown-btn a {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url("../images/icn/arrow-right-circle-brown.png") no-repeat 15px center;
  background-color: #9c7431;
}
@media screen and (max-width: 900px) {
  .brown-btn a {
    font-size: 14px;
  }
}

.blue-border-btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #3772a8;
  font-size: 18px;
  font-weight: bold;
  color: #3772a8;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat 10px center;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  .blue-border-btn a {
    transition: 0.3s;
  }
  .blue-border-btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 900px) {
  .blue-border-btn a {
    padding: 10px 5px;
    font-size: 16px;
  }
}
.gold-btn a {
  display: inline-block;
  padding: 9px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #9c7431;
  text-decoration: none;
  border: 1px solid #9c7431;
  background: url("../images/icn/arrow-right-circle-gold.png") no-repeat 18px center;
  background-color: #fff;
}
.gold-btn2 a {
	margin: 30px auto 10px;
	width: 230px;
  display: block;
  padding: 9px 0 9px 8px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #9c7431;
  text-decoration: none;
  border: 1px solid #9c7431;
  background: url("../images/icn/arrow-right-circle-gold.png") no-repeat 8px center;
  background-color: #fff;
}

.link-list li:not(:nth-of-type(1)) {
  margin-top: 17px;
}
.link-list li.arrow a {
  padding-left: 20px;
  font-weight: bold;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
}
.link-list li.no-arrow a {
  background: transparent;
}
.link-list li.headline {
  padding-left: 20px;
  color: #666666;
  font-weight: bold;
}
.link-list li.headline.blue {
  color: #37629e;
}
.link-list li.headline a {
  padding-left: 0;
  background: transparent;
}
.link-list li.indent {
  padding-left: 40px;
}
.link-list li a {
  padding-left: 10px;
  color: #37629e;
  font-size: 16px;
  text-decoration: none;
  background: url("../images/icn/arrow-right-blue.png") no-repeat left center;
}
@media screen and (min-width: 901px) {
  .link-list li a:hover {
    text-decoration: underline;
  }
}

.blue-box {
  padding: 30px 70px;
  border-radius: 10px;
  background-color: #e8effb;
}
@media screen and (max-width: 900px) {
  .blue-box {
    padding: 15px;
  }
}
.blue-box.with-link ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
.blue-box.with-link ul:not(:first-child) {
  margin-top: 20px;
}
.blue-box.with-link ul li {
  width: 33.3%;
  padding-left: 22px;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
}
.blue-box.with-link ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #3772a8;
  text-decoration: none;
  white-space: nowrap;
}
.blue-box.with-link ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
	.blue-box.with-link ul {
  	display:block;
		flex-wrap:wrap
	}
		.blue-box.with-link ul:not(:first-child) {
		margin-top: 0;
	}
	.blue-box.with-link ul:nth-of-type(2) {
		margin-top: 5px;
	}
	.blue-box.with-link ul li {
  width: 100%;
  padding-left: 20px;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left 3px;
	margin-bottom: 5px;
	}
	.blue-box.with-link ul li:last-child {
		margin-bottom: 0;
	}
	.blue-box.with-link ul li a {
		font-size: 16px;
		white-space:normal;
		line-height: 1.4;
	}
}
.gray-box.with-link {
  padding: 35px 35px 20px 35px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.gray-box.with-link:after {
    content: "";
    display: block;
    width: 25%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
@media screen and (max-width: 900px) {
 .gray-box.with-link:after {
    width: 50%;  /* .boxに指定したwidthと同じ幅を指定する */
} 
}
@media screen and (max-width: 900px) {
  .gray-box.with-link {
    padding: 20px;
  }
}
.gray-box.with-link ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  margin-top: 20px;
  justify-content:flex-start;
  align-items: top
}
@media screen and (max-width: 900px) {
  .gray-box.with-link ul {
    display: block;
  }
}
/*.gray-box.with-link ul li:not(:nth-of-type(1)) {
  margin-left: 50px;
}
@media screen and (max-width: 900px) {
  .gray-box.with-link ul li:not(:nth-of-type(1)) {
    margin: 15px 0 0 0;
  }
}*/
.gray-box.with-link ul li {
   width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .gray-box.with-link ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gray-box.with-link ul li a {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3b62a8;
  text-decoration: none;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
}
@media screen and (min-width: 901px) {
  .gray-box.with-link ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .gray-box.with-link ul li a {
    font-size: 14px;
  }
}

.text {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .text {
    font-size: 14px;
  }
}
.text a {
  color: #3772a8;
}
.text a:hover {
  text-decoration: none;
}
.text a.no-border {
  text-decoration: none;
}
.text a.no-border:hover {
  text-decoration: underline;
}
sup {font-size:10px!important;vertical-align: top; }

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f32 {
  font-size: 32px;
}

@media screen and (max-width: 900px) {
  .f14 {
    font-size: 12px;
  }

  .f16 {
    font-size: 14px;
  }

  .f17 {
    font-size: 15px;
  }

  .f18 {
    font-size: 16px;
  }

  .f20 {
    font-size: 16px;
  }

  .f22 {
    font-size: 18px;
  }

  .f24 {
    font-size: 20px;
  }

  .f32 {
    font-size: 24px;
  }
}
.text-darkgray {
  color: #2e2e2e;
}

.text-gray {
  color: #585858;
}

.text-red {
  color: #c30a35;
}

.text-gold {
  color: #a2874c;
}

.text-bold {
  font-weight: bold;
}

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

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

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

.bg-gray {
  background-color: #ededed;
}

.bg-beige {
  background-color: #f9f6f0;
}

.bg-gold {
  background-color: #b2a280;
}

.bg-black {
  background-color: #040404;
}

.bg-white {
  background-color: #fff;
}

.shadow {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt200 {
  padding-top: 200px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb200 {
  padding-bottom: 200px !important;
}

.ml20 {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
 .ml20 {
  margin-left: 0!important;
  }
}
@media screen and (max-width: 900px) {
  .mt0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt0 {
    padding-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb0 {
    padding-bottom: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb200 {
    padding-bottom: 100px !important;
  }
}
/*--------------------------
HOME
----------------------------*/
body.home #mainVisual {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.mainvisual a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 820px) {
   body.home #mainVisual {
    padding-top: 0;
     margin-top: 0
  } 
}
@media screen and (min-width: 901px) {
  body.home #mainVisual .slider {
    overflow: hidden;
  }
  body.home #mainVisual .swiper-slide {
    height: 640px;
    border-radius: 30px;
  }
  body.home #mainVisual .swiper-slide.mv00 {
    background: url(../images/top/mv00.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv01 {
    background: url(../images/top/mv01.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv02 {
    background: url(../images/top/mv02.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv03 {
    background: url(../images/top/mv03.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv04 {
    display: block;
  }
  body.home #mainVisual .swiper-slide.mv04 a {
    overflow: hidden;
    width: 100%;
    height: 640px;
    background: url(../images/top/mv04.jpg) no-repeat center bottom;
    display: block;
    background-size: cover;
    border-radius: 30px;
  }
  body.home #mainVisual .swiper-slide.mv05 a {
    overflow: hidden;
    width: 100%;
    height: 640px;
    background: url(../images/top/mv05.jpg) no-repeat center bottom;
    display: block;
    background-size: cover;
    border-radius: 30px;
  }
}
@media screen and (max-width: 900px) {
  body.home #mainVisual .slider {
    position: relative;
  }
  body.home #mainVisual .swiper-slide {
    height: 250px;
  }
  body.home #mainVisual .swiper-slide.mv00 {
    background: url(../images/top/mv00-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv01 {
    background: url(../images/top/mv01-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv02 {
    background: url(../images/top/mv02-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv03 {
    background: url(../images/top/mv03-sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  body.home #mainVisual .swiper-slide.mv04 a {
    background: url(../images/top/mv04.jpg) no-repeat center bottom;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
  body.home #mainVisual .swiper-slide.mv05 a {
    background: url(../images/top/mv05.jpg) no-repeat center bottom;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
  }
}
body.home #mainVisual .slider .mv_txt {
  position: absolute;
  left: 50%;
  top:18%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  font-feature-settings: "palt";
  text-shadow: 0 0 30px #333;
  z-index: 5;
  width: 1040px;
  text-align: center;
}
body.home #mainVisual .slider .mv_txt.black {
  color: #000;
  text-shadow:none!important;
}

@media screen and (max-width: 900px) {
  body.home #mainVisual .slider .mv_txt {
    display: none;
  }
}
body.home #mainVisual .swiper-pagination {
  position: static;
  margin-top: 10px;
}
body.home #mainVisual .swiper-pagination span {
  width: 75px;
  height: 5px;
  margin: 0 3px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  body.home #mainVisual .swiper-pagination span {
    width: 35px;
  }
}
body.home #mainVisual .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c30a35;
  border-color: #c30a35;
}
body.home #contents .contents-box .sec-title {
  font-size: 40px;
  font-weight: bold;
  color: #020054;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.home #contents .contents-box .sec-title {
    font-size: 24px;
  }
}
body.home #contents .message {
  margin-top: 30px;
  padding: 0 3vw;
  font-size: 16px;
  line-height: 1.6;
}
body.home #contents .c-box01 {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 {
    margin-top: 35px;
  }
}
body.home #contents .c-box01 .tab {
  margin-top: 40px;
  border-bottom: 5px solid #5472a8;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .tab {
    margin-top: 20px;
    border-bottom: none;
  }
}
body.home #contents .c-box01 .tab ul {
  display: flex;
  justify-content:flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .tab ul {
    flex-wrap: wrap;
  }
}
body.home #contents .c-box01 .tab ul li {
  width: 14%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  background-color: #ebebeb;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
	margin-left: 5px;
}
body.home #contents .c-box01 .tab ul li:first-child {
	margin-left: 0;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .tab ul li {
    width: 49%;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
		margin-left: 0;
  }
  body.home #contents .c-box01 .tab ul li:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.home #contents .c-box01 .tab ul li:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
body.home #contents .c-box01 .tab ul li.current {
  background-color: #5472a8;
  color: #fff;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box01 .tab ul li:hover {
    cursor: pointer;
  }
}
body.home #contents .c-box01 .list {
  height: 420px;
  margin-top: 20px;
  padding: 0 30px 20px 0;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list {
    height: 370px;
    padding: 0 3vw 10px 0;
  }
}
body.home #contents .c-box01 .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
body.home #contents .c-box01 .list .item a {
	text-decoration: none;
	color: #000;
}
body.home #contents .c-box01 .list .item a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list .item {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
body.home #contents .c-box01 .list .item .date {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list .item .date {
    width: 80px;
  }
}
body.home #contents .c-box01 .list .item .category {
  flex-shrink: 0;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list .item .category {
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
body #contents .c-box01 .list .item .category.news {
  background-color: #c30a35;
}
body #contents .c-box01 .list .item .category.gakkaikaisai {
  background-color: #00c2ea;
}
body #contents .c-box01 .list .item .category.jimurenraku {
  background-color: #020054;
}
body #contents .c-box01 .list .item .category.jimutetsuduki {
	background-color: #f19149;
}
body #contents .c-box01 .list .item .category.ninteii {
  background-color: #80c269;
}
body #contents .c-box01 .list .item .category.gakkaishi {
  background-color: #9c7431;
}
body #contents .c-box01 .list .item .category.kenkyu {
  background-color: #a349a4;
}
body #contents .c-box01 .list .item .title {
  flex-grow: 1;
  padding-left: 15px;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box01 .list .item .title {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
body.home #contents .c-box02 {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 {
    margin-top: 55px;
  }
}
body.home #contents .c-box02 .banner-box {
  margin: 30px auto;
}
body.home #contents .c-box02 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 50px;
  border: 1px solid #cccccc;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 .banner-box {
    margin: 20px auto;
  }
  body.home #contents .c-box02 .media-box {
    display: block;
		border-radius: 10px;
  }
}
body.home #contents .c-box02 .media-box > div {
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 .media-box > div {
    width: 100%;
  }
}
body.home #contents .c-box02 .media-box .thumbnail {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 .media-box .thumbnail {
    border-radius: 10px 10px 0 0;
  }
}
body.home #contents .c-box02 .media-box .thumbnail img {
  width: 100%;
}
body.home #contents .c-box02 .media-box .sentence {
  position: relative;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 .media-box .sentence {
    margin-top: 30px;
  }
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box02 .media-box .sentence .sentence-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box02 .media-box .sentence .sentence-inner {
    padding-bottom: 35px;
  }
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner p.society_name a {
  width: 90%;
	margin: 0 auto 20px;
	color: #37629e;
  font-size: 16px;
  text-decoration:none;
	display: block;
	font-weight: 600;
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner p.society_name a:hover{
	text-decoration:underline;
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner .blue-btn a {
  max-width: 430px;
  width: 90%;
}
@media screen and (max-width: 900px) {
	body.home #contents .c-box02 .media-box .sentence .sentence-inner p.society_name a {
		text-align: left;
	}
  body.home #contents .c-box02 .media-box .sentence .sentence-inner .blue-btn a {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner .gold-btn {
  margin-top: 35px;
}
body.home #contents .c-box02 .media-box .sentence .sentence-inner .gold-btn a {
  max-width: 180px;
  width: 60%;
}
body.home #contents .c-box03 {
  margin-top: 215px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 {
    margin-top: 65px;
    padding: 0 3vw;
  }
}
body.home #contents .c-box03 .media-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box {
    display: block;
  }
}
body.home #contents .c-box03 .media-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: calc(50% + 100px);
  height: calc(100% + 140px);
  background-color: #f8f8f8;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box::before {
    content: none;
  }
}
body.home #contents .c-box03 .media-box > div {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box > div {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box03 .media-box .thumbnail {
    height: 620px;
    background: url("../images/top/sec03-img01.png") no-repeat center bottom;
    background-size: cover;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
  }
  body.home #contents .c-box03 .media-box .thumbnail img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box .thumbnail {
    border-radius: 10px;
    margin-top: 20px;
  }
}
body.home #contents .c-box03 .media-box .sentence {
  padding-right: calc(50% - 470px);
  padding-left: 130px;
}
@media screen and (max-width: 1000px) {
  body.home #contents .c-box03 .media-box .sentence {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box .sentence {
    padding: 0;
  }
}
body.home #contents .c-box03 .media-box .sentence .link-list {
  margin-top: 50px;
  padding-left: 70px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box03 .media-box .sentence .link-list {
    margin-top: 0;
    padding: 25px;
    background-color: #f8f8f8;
    border-radius: 0 0 10px 10px;
  }
}
body.home #contents .c-box04 {
  margin-top: 150px;
  padding: 80px 0 100px;
  background: url("../images/top/sec04-bg.png") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 {
    margin-top: 30px;
    padding: 25px 3vw;
    background: url("../images/top/sec04-bg-sp.png") no-repeat center bottom;
    background-size: cover;
  }
}
body.home #contents .c-box04 .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
body.home #contents .c-box04 .media-box .sentence {
  flex-grow: 1;
  padding-right: 100px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box .sentence {
    order: 2;
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
}
body.home #contents .c-box04 .media-box .sentence .box {
  margin-top: 70px;
  padding: 15px 25px;
  border: 1px solid #3b62a8;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box .sentence .box {
    margin-top: 25px;
    padding: 10px;
  }
}
body.home #contents .c-box04 .media-box .sentence .box .new span {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #c30a35;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box .sentence .box .new span {
    font-size: 12px;
  }
}
body.home #contents .c-box04 .media-box .sentence .box .title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
body.home #contents .c-box04 .media-box .sentence .box .title a {
  text-decoration: none;
  color: #3772a8;
}
body.home #contents .c-box04 .media-box .sentence .box .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box .sentence .box .title {
    font-size: 18px;
  }
}
body.home #contents .c-box04 .media-box .sentence .box .btn {
  margin-top: 30px;
  text-align: center;
}
body.home #contents .c-box04 .media-box .sentence .box .btn a {
  max-width: 180px;
  width: 100%;
}
body.home #contents .c-box04 .media-box .thumbnail {
  flex-shrink: 0;
  width: 262px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box04 .media-box .thumbnail {
    order: 1;
    width: 100%;
    text-align: center;
  }
  body.home #contents .c-box04 .media-box .thumbnail img {
    width: 140px;
  }
}
body.home #contents .c-box05 {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 {
    margin-top: 40px;
  }
}
body.home #contents .c-box05 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list {
    margin-top: 25px;
    display: block;
  }
}
body.home #contents .c-box05 .list .item {
  width: 48%;
  padding: 35px;
  background-color: #e8effb;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item {
    width: 100%;
    padding: 20px 3vw;
  }
}
body.home #contents .c-box05 .list .item:nth-of-type(1) .icn {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item:nth-of-type(1) .icn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.home #contents .c-box05 .list .item ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item ul {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
body.home #contents .c-box05 .list .item ul li {
  width: 32%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item ul li {
    width: 50%;
  }
  body.home #contents .c-box05 .list .item ul li:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
}
body.home #contents .c-box05 .list .item ul li span {
  display: block;
  text-align: center;
}
body.home #contents .c-box05 .list .item ul li span.text {
  font-size: 15px;
  font-weight: bold;
  color: #3772a8;
}
@media screen and (max-width: 1150px) {
  body.home #contents .c-box05 .list .item ul li span.text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box05 .list .item ul li span.text {
    font-size: 15px;
  }
}
body.home #contents .c-box05 .list .item .blue-btn a {
  width: 100%;
}
body.home #contents .c-box06 {
  margin-top: 190px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 {
    margin-top: 50px;
  }
}
body.home #contents .c-box06 .media-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box {
    display: block;
    padding: 0 3vw;
  }
}
body.home #contents .c-box06 .media-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% + 100px);
  height: calc(100% + 140px);
  background-color: #f8f8f8;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box::before {
    content: none;
  }
}
body.home #contents .c-box06 .media-box > div {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box > div {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box06 .media-box .thumbnail {
    height: 500px;
    background: url("../images/top/sec06-img01.png") no-repeat center center;
    background-size: cover;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
  }
  body.home #contents .c-box06 .media-box .thumbnail img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box .thumbnail {
    margin-top: 20px;
  }
}
body.home #contents .c-box06 .media-box .sentence {
  padding-left: calc(50% - 520px);
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  body.home #contents .c-box06 .media-box .sentence {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box .sentence {
    padding: 0;
  }
  body.home #contents .c-box06 .media-box .sentence .sentence-inner {
    padding: 20px 3vw 25px;
    background-color: #f8f8f8;
  }
}
body.home #contents .c-box06 .media-box .sentence .sec-title {
  text-align: left;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box .sentence .sec-title {
    text-align: center;
  }
}
body.home #contents .c-box06 .media-box .sentence p {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box .sentence p {
    margin-top: 0;
  }
}
body.home #contents .c-box06 .media-box .sentence .btn {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box06 .media-box .sentence .btn {
    margin-top: 20px;
  }
}
body.home #contents .c-box06 .media-box .sentence .btn a {
  width: 100%;
}
body.home #contents .c-box07 {
  margin-top: 190px;
  padding: 70px 0 90px;
  background-color: #e8effb;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box07 {
    margin-top: 60px;
    padding: 25px 3vw;
  }
}
body.home #contents .c-box07 nav {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box07 nav {
    margin-top: 25px;
  }
}
body.home #contents .c-box07 nav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box07 nav ul {
    flex-wrap: wrap;
  }
}
body.home #contents .c-box07 nav ul li {
  width: 19.2%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box07 nav ul li {
    width: 49%;
  }
  body.home #contents .c-box07 nav ul li:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.home #contents .c-box07 nav ul li:not(:nth-of-type(-n+2)) {
    margin-top: 12px;
  }
}
body.home #contents .c-box07 nav ul li a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #3772a8;
  font-size: 18px;
  font-weight: bold;
  color: #3772a8;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat 10px center;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box07 nav ul li a {
    transition: 0.3s;
  }
  body.home #contents .c-box07 nav ul li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box07 nav ul li a {
    padding: 10px;
  }
}
body.home #contents .c-box08 {
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 {
    margin-top: 60px;
  }
}
body.home #contents .c-box08 .list {
  height: 360px;
  margin-top: 40px;
  padding: 0 30px 20px 0;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list {
    height: 370px;
    padding: 0 3vw 10px 0;
  }
}
body.home #contents .c-box08 .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item {
    position: relative;
    flex-wrap: wrap;
    padding: 10px 0;
    padding-right: 80px;
  }
}
body.home #contents .c-box08 .list .item .date {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item .date {
    width: 80px;
  }
}
body.home #contents .c-box08 .list .item .category {
  flex-shrink: 0;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #020054;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item .category {
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
body.home #contents .c-box08 .list .item .title {
  flex-grow: 1;
  padding-left: 15px;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item .title {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
body.home #contents .c-box08 .list .item .btn {
  flex-shrink: 0;
  width: 70px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 50px;
  }
}
body.home #contents .c-box08 .list .item .btn a {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 0 0 12px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url("../images/icn/icn-download.png") no-repeat calc(100% - 5px) center;
  background-color: #c30a35;
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box08 .list .item .btn a {
    transition: 0.3s;
  }
  body.home #contents .c-box08 .list .item .btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box08 .list .item .btn a {
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background-size: 12px auto;
  }
}
body.home #contents .c-box08 .gold-btn {
  margin-top: 20px;
  text-align: center;
}
body.home #contents .c-box08 .gold-btn a {
  max-width: 180px;
  width: 100%;
}

body.home #contents .c-box09 {
  margin-top: 250px;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 {
    margin-top: 50px;
  }
}
body.home #contents .c-box09 .media-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box {
    display: block;
    padding: 0 3vw;
  }
}
body.home #contents .c-box09 .media-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(50% + 100px);
  height: calc(100% + 140px);
  background-color: #f8f8f8;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box::before {
    content: none;
  }
}
body.home #contents .c-box09 .media-box > div {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box > div {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  body.home #contents .c-box09 .media-box .thumbnail {
    height: 620px;
    background: url("../images/top/sec09-img01.jpg") no-repeat center center;
    background-size: cover;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
  }
  body.home #contents .c-box09 .media-box .thumbnail img {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box .thumbnail {
    margin-top: 20px;
  }
  body.home #contents .c-box09 .media-box .thumbnail img  {
    border-top-left-radius: 10px;
		border-top-right-radius: 10px;
  }
}
body.home #contents .c-box09 .media-box .sentence {
  padding-left: calc(50% - 500px);
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  body.home #contents .c-box09 .media-box .sentence {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box .sentence {
    padding: 0;
  }
  body.home #contents .c-box09 .media-box .sentence .research-menu {
        margin-top: 0;
        padding: 25px 25px 10px;
        background-color: #f8f8f8;
        border-radius: 0 0 10px 10px;
  }
}
body.home #contents .c-box09 .media-box .sentence .sec-title {
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.home #contents .c-box09 .media-box .sentence .sec-title {
    text-align: center;
  }
}

body.home #contents .c-box09 .media-box .sentence .research-menu > ul {
  width: 100%;
	margin-top: 50px;
}
body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li {
	margin-right: 30px;
	margin-bottom: 20px;
}

body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li .box-l {
	float: left;
	width: 140px;
}
body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li .box-r {
	float: left;
	padding-left: 30px;
}
body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li .box-r p a {
	display: block;
	margin-bottom: 8px;
}
body.home #contents .c-box09 .media-box .sentence .research-menu ul li:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
body.home #contents .c-box09 .media-box .sentence .research-menu ul li .box-l a {
	line-height: 20px;
	padding-left: 22px;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
	font-feature-settings: "palt" 1;
}
body.home #contents .c-box09 .media-box .sentence .research-menu ul li a:hover {
  text-decoration: underline;
}
body.home #contents .c-box09 .media-box .sentence .research-menu li .box-r a {
  font-size: 16px;
  color: #3772a8;
  text-decoration: none;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 900px) {

	body.home #contents .c-box09 .media-box .sentence .research-menu > ul {
		width: 100%;
		margin-top: 0;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li {
		width: auto;
		margin-right: 30px;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li:first-child {
		width: 100%;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li:last-child {
		width: auto;
		margin-right: 0;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li .box-l {
		float: none;
		margin-bottom: 5px;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu ul li .box-l a {
		font-size: 16px;
		background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu > ul > li .box-r {
		float: none;
		padding-left: 38px;
		margin-bottom: 10px;
	}
	body.home #contents .c-box09 .media-box .sentence .research-menu ul li .box-r a {
		font-size: 16px;
		line-height: 22px;
	}
}


/*--------------------------
SUB
----------------------------*/
body.sub #breadCrumb {
  padding: 10px 0;
  background-color: #f5f5f5;
}
body.sub #breadCrumb a, body.sub #breadCrumb span {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 900px) {
  body.sub #breadCrumb a, body.sub #breadCrumb span {
    font-size: 12px;
  }
}
body.sub #contents h1 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  body.sub #contents h1 {
    font-size: 26px;
  }
}
body.sub #contents .c-box01 {
  padding-top: 70px;
}
@media screen and (max-width: 900px) {
  body.sub #contents .c-box01 {
    padding-top: 30px;
  }
}
body.sub #contents .gray-title {
  padding: 12px 0;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 30px;
  font-weight: bold;
  color: #020054;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body.sub #contents .gray-title {
    padding: 10px 3vw;
    font-size: 20px!important;
  }
}
body.sub #contents .line-title {
  padding: 10px 5px;
  text-align: center;
  border-top: 1px solid #020054;
  border-bottom: 1px solid #020054;
  font-size: 24px;
  font-weight: bold;
  color: #020054;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body.sub #contents .line-title {
    padding: 5px 0;
    font-size: 18px;
  }
}
body.sub #contents .border-box {
  padding: 20px 35px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  body.sub #contents .border-box {
    padding: 15px;
  }
}
body.sub #contents .media-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  body.sub #contents .media-box {
    flex-wrap: wrap;
  }
  body.sub #contents .media-box .thumbnail {
    order: 2;
    width: 100%!important;
    margin-top: 20px;
    text-align: center;
  }
  body.sub #contents .media-box .sentence {
    order: 1;
    width: 100%;
  }
}
body.sub #contents .media-box .sentence {
  flex-grow: 1;
}
body.sub #contents .icn-new span {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #c30a35;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  body.sub #contents .icn-new span {
    font-size: 12px;
  }
}
body.sub #contents .sec-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  body.sub #contents .sec-title {
    font-size: 18px;
  }
}
body.sub #contents .four-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media screen and (max-width: 900px) {
  body.sub #contents .four-title {
    font-size: 16px;
  }
}
body.sub #contents ol.list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
body.sub #contents ol.list li {
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.6;
}
body.sub #contents ol.list li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  body.sub #contents ol.list li {
    font-size: 14px;
  }
}
body.sub #contents ol.list li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  padding-right: 10px;
  color: #000;
}

/*--------------------------
OWNER
----------------------------*/
body.owner #contents .c-mv {
  height: 80px;
  background: url("../images/owner/mv.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  body.owner #contents .c-mv {
    height: 300px;
  }
}
body.owner #contents .c-box02 {
  background: url("../images/owner/img01.png") no-repeat center center;
}
@media screen and (max-width: 900px) {
	body.owner #contents .c-box02 {
	width: 100%;
  background: url("../images/owner/img01_sp.png") no-repeat center top;
	background-size: contain;
}
  body.owner #contents .c-box02 .box {
    height: auto;
    margin-top: 60px;
    background: transparent;
  }
}
body.owner #contents .c-box02 .box {
	width: 500px;
  height: 430px;
  margin: 50px auto 0;
}
body.owner #contents .c-box02 .box p {
  padding-top: 120px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2;	
}
@media screen and (max-width: 900px) {
	body.owner #contents .c-box02 .box {
		display: table;
		width: 55%;
		height: 50vh;
		margin-top: 20px;
	}
	body.owner #contents .c-box02 .box p {
		display: table-cell;
		vertical-align: middle;
		padding-top: 5px;
		font-size: 0.8em;
		font-weight: bold;
		line-height: 1.8;
	}
}
body.owner #contents .c-box02 .brown-btn {
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.owner #contents .c-box02 .brown-btn {
    margin-top: 50px;
  }
}
body.owner #contents .c-box02 .brown-btn a {
  max-width: 500px;
  width: 100%;
}

/*--------------------------
ANNOUNCE
----------------------------*/
body.announce #contents .c-mv {
  height: 20px;
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  /*background: url("../images/announce/mv.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.announce #contents .c-mv {
    /*height: 50px;
		background: url("../images/announce/mv_sp.jpg") no-repeat center bottom;*/
  }
}
body.announce #contents .media-box .sentence {
  padding-left: 60px;
}
@media screen and (max-width: 900px) {
  body.announce #contents .media-box .sentence {
    padding-left: 0;
  }
}

/*--------------------------
FAQ
----------------------------*/
body.faq #contents .c-mv {
  height: 80px;
  /*background: url("../images/faq/mv.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.faq #contents .c-mv {
    height: 50px;
		/*background: url("../images/faq/mv_sp.jpg") no-repeat right bottom;*/
  }
}
body.faq #contents .c-box01 .contents-inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #cccccc;
}
body.faq #contents .faq-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
body.faq #contents .faq-list li:not(:nth-of-type(1)) {
  margin-top: 8px;
}
body.faq #contents .faq-list li span:nth-of-type(1) {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #5f8eb9;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
body.faq #contents .faq-list li > a, body.faq #contents .faq-list li span:nth-of-type(2) {
  margin-left: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #5f8eb9;
  text-decoration: none;
  line-height: 1.4;
}
body.faq #contents .faq-list li > a:hover {
  text-decoration: underline;
}
body.faq #contents .faq-list.answer li:nth-of-type(2n+3) {
  margin-top: 30px;
}
body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(1) {
  background-color: #fff;
  border: 1px solid #c30a35;
  color: #c30a35;
}
body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(2) {
  font-weight: normal;
}
body.faq #contents .faq-list.answer li span:nth-of-type(2) {
  color: #000;
}
body.faq #contents .faq-list.answer li span:nth-of-type(2) a {
  color: #3772a8;
	word-break: break-all;
}
body.faq #contents .faq-list.answer li span:nth-of-type(2) a:hover {
  cursor: pointer;
}

/*--------------------------
publication
----------------------------*/
body.publication #contents .c-mv {
  height: 80px;
  /*background: url("../images/publication/mv.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.publication #contents .c-mv {
		/*background: url("../images/publication/mv_sp.jpg") no-repeat center bottom;*/
    height: 50px;
  }
}
body.publication #contents .media-box .sentence {
  padding-left: 60px;
}
body.publication #contents .media-box .sentence .title {
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body.publication #contents .media-box .thumbnail {
  order: 1!important;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  }
  body.publication #contents .media-box .sentence {
    padding-left: 0;
  }
}


/*--------------------------
NINTEI
----------------------------*/
body.nintei #contents .c-mv {
  height: 80px;
  /*background: url("../images/nintei/mv.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.nintei #contents .c-mv {
    height: 0;
  }
}
body.nintei #contents .c-mv2 {
  height: 80px;
  /*background: url("../images/nintei/mv02.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.nintei #contents .c-mv2 {
    height: 0;
  }
}
body.nintei #contents .c-mv3 {
  height: 80px;
  /*background: url("../images/nintei/mv03.jpg") no-repeat center bottom;
  background-size: cover;*/
}
@media screen and (max-width: 900px) {
  body.nintei #contents .c-mv3 {
    height: 0;
  }
}
body.nintei #contents .blue-box > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.nintei #contents .blue-box > ul > li {
  width: 33.3%;
  color: #666;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 901px) {
  body.nintei #contents .blue-box > ul > li:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  body.nintei #contents .blue-box > ul > li {
    width: 50%;
    font-size: 14px;
  }
  body.nintei #contents .blue-box > ul > li:not(:nth-of-type(-n+2)) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  body.nintei #contents .blue-box > ul > li {
    width: 100%;
  }
  body.nintei #contents .blue-box > ul > li:nth-of-type(2) {
    margin-top: 20px;
  }
}

body.nintei #contents .blue-box > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #3772a8;
  text-decoration: none;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left 2px;
  padding-left: 25px;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .blue-box > ul > li > a {
    font-size: 14px;
    background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
  }
}
body.nintei #contents .blue-box > ul > li > a:hover {
  text-decoration: underline;
}
body.nintei #contents .blue-box > ul > li ul {
  margin-top: 15px;
}
body.nintei #contents .blue-box > ul > li ul li:nth-of-type(1) {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .blue-box > ul > li ul li:nth-of-type(1) {
    font-size: 14px;
  }
}
body.nintei #contents .blue-box > ul > li ul li {
  margin-top: 10px;
}
body.nintei #contents .blue-box > ul > li ul li a {
  font-size: 16px;
  color: #3772a8;
  text-decoration: none;
  padding-left: 15px;
  margin: 10px 0 0 15px;
  background: url("../images/icn/arrow-right-blue.png") no-repeat left center;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .blue-box > ul > li ul a {
    font-size: 13px!important;
  }
}
body.nintei #contents .blue-box > ul > li ul a:hover {
  text-decoration: underline;
}
body.nintei #contents .media-box > div {
  width: 50%;
}
body.nintei #contents .media-box .thumbnail {
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .media-box .thumbnail {
    order: 1;
    padding-right: 0;
  }
}
body.nintei #contents .media-box .thumbnail img {
  width: 100%;
}
body.nintei #contents .media-box .sentence {
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .media-box .sentence {
    order: 2;
    margin-top: 20px;
    padding-left: 0;
  }
}
body.nintei #contents .media-box .sentence .btn:not(:nth-of-type(1)) {
  margin-top: 15px;
}
body.nintei #contents .media-box .sentence .btn a {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

body.nintei #contents .media-box2 {
  width: 100%;
}
body.nintei #contents .media-box2 > div {
  display: table-cell;
  vertical-align: top;
}
body.nintei #contents .media-box2 .thumbnail {
  width: 30%;
}
body.nintei #contents .media-box2 .thumbnail img {
  width: 100%;
}
body.nintei #contents .media-box2 .thumbnail figure:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  body.nintei #contents .media-box2 > div {
    display: block;
  }
  body.nintei #contents .media-box2 .thumbnail {
    order: 1;
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
}
  body.nintei #contents .media-box2 .sentence {
    padding-left: 60px;
  }

@media screen and (max-width: 900px) {
  body.nintei #contents .media-box2 .sentence {
    order: 2;
    margin-top: 20px;
    padding-left: 0;
  }
}

body.nintei #contents .link-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 500px) {
  body.nintei #contents .link-group {
    flex-wrap: wrap;
  }
}
body.nintei #contents .link-group.col2 div {
  width: 48%;
}
@media screen and (max-width: 500px) {
  body.nintei #contents .link-group.col2 div {
    width: 100%;
  }
}
body.nintei #contents .link-group div {
  width: 31.7%;
}
@media screen and (max-width: 500px) {
  body.nintei #contents .link-group div {
    width: 100%;
  }
  body.nintei #contents .link-group div:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  body.nintei #contents .link-group div a {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body.nintei #contents .link-group div a {
    font-size: 12px;
  }
}

/*--------------------------
ORGANIZATION
----------------------------*/
body.organization #contents .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.organization #contents .list.col2 .item {
  width: 49%;
}
@media screen and (max-width: 900px) {
  body.organization #contents .list.col2 .item {
    width: 100%;
  }
}
body.organization #contents .list.col2 .item:nth-of-type(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 900px) {
  body.organization #contents .list.col2 .item:nth-of-type(2n) {
    margin: 10px 0 0 0;
  }
}
body.organization #contents .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 32.7%;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 901px) {
  body.organization #contents .list .item:not(:nth-of-type(3n+1)) {
    margin-left: 0.95%;
  }
  body.organization #contents .list .item:not(:nth-of-type(-n+3)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  body.organization #contents .list .item {
    width: 49%;
  }
  body.organization #contents .list .item:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.organization #contents .list .item:not(:nth-of-type(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  body.organization #contents .list .item {
    width: 100%;
    margin-left: 0 !important;
  }
  body.organization #contents .list .item:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}
body.organization #contents .list .item span {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.organization #contents .list .item span {
    font-size: 14px;
  }
}
body.organization #contents .list .item span:nth-of-type(1) {
  background-color: #e8effb;
}
body.organization #contents .person-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
	width: 100%;
}
body.organization #contents .person-list .item {
  width: 15.85%;
	vertical-align: top;
}
@media screen and (min-width: 901px) {
  body.organization #contents .person-list .item:not(:nth-of-type(6n+1)) {
    margin-left: 0.95%;
  }
  body.organization #contents .person-list .item:not(:nth-of-type(-n+6)) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  body.organization #contents .person-list .item {
    width: 23.2%;
  }
  body.organization #contents .person-list .item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  body.organization #contents .person-list .item:not(:nth-of-type(-n+4)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 570px) {
  body.organization #contents .person-list .item {
    width: 23.2%;
  }
  body.organization #contents .person-list .item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  body.organization #contents .person-list .item:not(:nth-of-type(-n+4)) {
    margin-top: 10px;
  }
}
body.organization #contents .person-list .item .thumbnail img {
  border: 1px solid #CCC;
}
body.organization #contents .person-list .item .name {
	display: block;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body.organization #contents .person-list .item .name {
    font-size: 13px;
  }
}
/*
@media screen and (max-width: 900px) {
  body.organization #contents .gray-box.with-link ul {
    display: flex;
    flex-wrap: wrap;
  }
}
body.organization #contents .gray-box.with-link ul li {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.organization #contents .gray-box.with-link ul li {
    width: 50%;
    text-align: left;
  }
}
body.organization #contents .gray-box.with-link ul li:first-child {
  text-align: left;
}
body.organization #contents .gray-box.with-link ul li:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  body.organization #contents .gray-box.with-link ul li:last-child {
    text-align: left;
  }
}
*/
body.organization #contents .btn-links {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: wrap;
}
body.organization #contents .btn-links li {
  width: 16.3%;
}
@media screen and (min-width: 901px) {
  body.organization #contents .btn-links li:not(:nth-of-type(6n+1)) {
    margin-left: 0.44%;
  }
  body.organization #contents .btn-links li:not(:nth-of-type(-n+6)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  body.organization #contents .btn-links li {
    width: 32%;
  }
  body.organization #contents .btn-links li:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 900px) and (max-width: 450px) {
  body.organization #contents .btn-links li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  body.organization #contents .btn-links li:not(:nth-of-type(-n+3)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  body.organization #contents .btn-links li {
    width: 49%;
  }
  body.organization #contents .btn-links li:nth-of-type(2n) {
    margin-left: 2%;
  }
  body.organization #contents .btn-links li:nth-of-type(3) {
    margin-top: 10px;
  }
}
body.organization #contents .btn-links li a {
  display: table;
  width: 100%;
  padding: 0;
  height: 60px;
  text-align: center;
}
body.organization #contents .btn-links li a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body.organization #contents .btn-links li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  body.organization #contents .btn-links li a span {
    font-size: 12px;
  }
}


body #contents .list_table {
  display: table;
  margin-bottom: 5px;
}
body #contents .contents-inner .list_table a{
  color: #3772a8;
  text-decoration: none;
}
body #contents .contents-inner .list_table a:hover{
  text-decoration:underline;
}
body #contents .list_table dt,body #contents .list_table dd {
  display: table-cell;
  width: auto;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body #contents .list_table dt,body #contents .list_table dd {
  font-size: 14px;
	overflow-wrap: break-word;
}
}

body #contents .local-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
   body #contents .local-link {
    display: block;
  }
	body #contents .local-link.towcol {
		display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	display: -webkit-flex;
  	flex-wrap: nowrap;
	}
  body #contents .local-link div {
    margin-bottom: 10px;
  }
  body #contents .local-link div:last-child {
    margin-bottom: 0!important;
  }
}
body.faq #contents .local-link div {
  width: 48%;
}
body.nintei #contents .local-link.twocl div {
  width: 48%;
}
body.nintei #contents .local-link.threecl div,body.about #contents .local-link.threecl div,body.procedure #contents .local-link.threecl div {
  width: 32%;
}
body.faq.nintei #contents .local-link {
  width: 100%;
  justify-content:flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  body.nintei #contents .local-link.twocl div {
  width: 100%;
}
  body.nintei #contents .local-link.threecl div,body.about #contents .local-link.threecl div,body.procedure #contents .local-link.threecl div {
  width: 100%;
  }
}
body #contents .contents-inner table.normal th {
  padding: 10px;
  text-align: left;
  background: #f5f5f5;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  width: auto;
}
body #contents .contents-inner table.normal td {
  padding: 10px;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  #contents .contents-inner table.normal th {
    padding: 5px;
    display: block;
    width: 100%;
    line-height: 1.4;
    font-size:14px;
}
  #contents .contents-inner table.normal td {
    padding: 5px;
    display: block;
    width: 100%;
    font-size:14px;
  }
}
body #contents .contents-inner table.rule tr{
  border-bottom: 20px solid #fff;
}
body #contents .contents-inner table.rule td {
  line-height: 1.8;
}
body #contents .contents-inner table.rule tr td:first-child {
  white-space: nowrap;
}
body.about #contents .contents-inner table.rule tr td:first-child {
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  body #contents .contents-inner table.rule td {
    font-size: 14px;
  }
}

body #contents .contents-inner table.rule2 td {
  line-height: 1.8;
}
body #contents .contents-inner table.rule2 tr td:first-child {
  white-space: nowrap;
  min-width: 25px;
}
body.about #contents .contents-inner table.rule2 tr td:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  body #contents .contents-inner table.rule2 tr td:first-child {
    min-width: 20px;
  }
  body #contents .contents-inner table.rule2 td {
    font-size: 14px;
  }
}
body #contents .contents-inner .caution-box {
  width: 100%;
  border: 1px solid #CCC;
  padding: 20px 25px;
  margin: 50px 0;
}
@media screen and (max-width: 900px) {
  body #contents .contents-inner .caution-box {
  padding: 10px 15px;
  margin: 20px 0;
}
}
body #contents .contents-inner .caution-box h3 {
  color: #c30a35;
  border-bottom: none;
}

body #contents .contents-inner table.normal2 th {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #999;
  font-weight: bold;
  width: auto;
  line-height: 1.4;
  vertical-align: middle;
}
body #contents .contents-inner table.normal2 td {
  padding: 10px;
  border: 1px solid #999;
  line-height: 1.4;
}
body #contents .contents-inner table.normal2 tr:not(:first-child) td:first-child {
  white-space:nowrap;
}
body #contents .contents-inner table.normal2 tr:not(:first-child) td:last-child {
  white-space:nowrap;
}
@media screen and (max-width: 900px) {
  body #contents .contents-inner table.normal2 th,body #contents .contents-inner table.normal2 td {
      font-size: 14px;
  }
}
body #contents .contents-inner table.normal2 .no {
    color: #6699FF;
    font-weight: bold;
}

body #contents .contents-inner table.normal3 th {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #999;
  font-weight: bold;
  width: auto;
  line-height: 1.4;
  vertical-align: middle;
}
body #contents .contents-inner table.normal3 td {
  padding: 10px;
  border: 1px solid #999;
  line-height: 1.4;
}
body #contents .contents-inner table.normal3 tr th:first-child {
  width: 20%;
}
body #contents .contents-inner table.normal3 tr:not(:first-child) td:nth-of-type(2) {
  white-space:nowrap;
  text-align: right;
}


@media screen and (max-width: 900px) {
  #contents .contents-inner .sc-box {
    overflow-x: scroll;
  }
  #contents .contents-inner table.normal2 th {
    padding: 5px!important;
    width: 100%;
    line-height: 1.4;
    font-size: 14px;
  }
  #contents .contents-inner table.normal2 td {
    padding: 5px!important;
    width: 100%;
    font-size: 14px!important;
  }
  #contents .contents-inner table.normal3 th {
    padding: 5px!important;
    line-height: 1.4;
    font-size: 14px;
  }
  #contents .contents-inner table.normal3 td {
    padding: 5px!important;
    font-size: 14px!important;
  }
  body #contents .contents-inner table.normal3 tr th:first-child {
    width: 28%;
  }
}

body #contents .contents-inner ul.disc_list {
  width: 98%;
  list-style-type: disc;
  margin-left: 1em;
}
body #contents .contents-inner ul.disc_list li {
  line-height: 1.6;
  padding: 5px 0;
}
@media screen and (max-width: 900px) {
  body #contents .contents-inner ul.disc_list {
    width: 96%;
  }
  body #contents .contents-inner ul.disc_list li {
    font-size: 14px;
  }
}

#contents .menu-list {
	margin-left: -22px;
}
#contents .menu-list div {
	float: left;
	width: 33.333333%;
	padding-left: 22px;
  margin-bottom: 10px;
}
#contents .menu-list li:nth-child(3n+1) {
	clear: left;
}
#contents .menu-list:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 900px) {
  #contents .menu-list {
	margin-left: 0!important;
  }
  #contents .menu-list div {
	float: none;
	width: 100%;
	padding-left: 0;
  margin-bottom: 10px;
  }
}
#contents .menu-list {
	margin-left: -22px;
}

/*--------------------------
JONCOL
----------------------------*/
body.procedure #contents .c-box01 .media-box .sentence {
  padding-left: 60px;
}
body.procedure #contents .c-box01 .media-box .sentence .title {
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .media-box .sentence {
    padding-left: 0;
  }
}
body.procedure #contents .c-box01 .gray-border-box {
  padding: 25px 40px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .gray-border-box {
    padding: 20px;
  }
}

body.procedure #contents .c-box01 .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 40px;
}
body.procedure #contents .c-box01.joncol .list {
	display: block!important;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list {
    margin-top: 25px;
    display: block;
  }
}
body.procedure #contents .c-box01 .list .item {
  width: 48%;
  padding: 35px 20px;
  background-color: #e8effb;
  border-radius: 10px;
}
body.procedure #contents .c-box01 .list .item .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list .item {
    width: 100%;
    padding: 20px 3vw;
  }
  body.procedure #contents .c-box01 .list .item .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list .item:nth-of-type(2) {
    margin-top: 20px;
  }
}
body.procedure #contents .c-box01 .list .item ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list .item ul {
    margin-top: 25px;
    flex-wrap: wrap;
  }
}
body.procedure #contents .c-box01 .list .item ul li {
  width: 32%;
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list .item ul li {
    width: 50%;
  }
  body.procedure #contents .c-box01 .list .item ul li:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
}
body.procedure #contents .c-box01 .list .item ul li span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
body.procedure #contents .c-box01 .list .item ul li span img {
  height: 126px;
  width: auto;
}
body.procedure #contents .c-box01 .list .item ul li span.text {
  line-height: 1.4!important;
}
body.procedure #contents .c-box01 .list .item ul li span.text a {
  font-size: 16px;
  font-weight: bold;
  color: #3772a8;
  text-decoration: none
}
body.procedure #contents .c-box01 .list .item ul li span.text a:hover {
  text-decoration:underline
}
@media screen and (max-width: 1150px) {
  body.procedure #contents .c-box01 .list .item ul li span.text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body.procedure #contents .c-box01 .list .item ul li span.text a {
    font-size: 15px;
  }
}

body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(2) em {
	font-style: italic;
}
body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(2) p {
	margin:1em 0;
	display: block;
}
body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(2) strong,body.faq #contents .faq-list.answer li:nth-of-type(even) span:nth-of-type(2) b {
	font-weight: bold;
}

body.home #contents .woc {
  padding: 6rem 0 0;
}
@media screen and (max-width: 900px) {
  body.home #contents .woc {
    margin-top: 40px;
    padding: 0 3vw;
  }
}
/*202411追記*/
/*--------------------------
Research
----------------------------*/
.research #contents .c-mv {
  height: 500px;
  background: url("../images/research/mv.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  body.research #contents .c-mv {
    height: 300px;
		background: url("../images/research/mv_sp.jpg") no-repeat center bottom;
  }
}
.brown-border-btn a {
  display: block;
  padding: 16px 0;
  text-align: center;
  border: 1px solid #9c7431;
  font-size: 16px;
  color: #9c7431;
  background: url("../images/icn/arrow-right-circle-brown2.png") no-repeat 10px center;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  .brown-border-btn a {
    transition: 0.3s;
  }
  .brown-border-btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 900px) {
  .brown-border-btn a {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.research .blue-box {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #e8effb;
}
.research .blue-box.research-link > ul {
  width: 100%;
	display: table;
}
.research .blue-box.research-link > ul > li {
  width: auto;
	display:inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.research .blue-box.research-link > ul > li:first-child {
	width: 250px;
}
.research .blue-box.research-link > ul > li:last-child {
	width: 36%;
	margin-right: 0;
}
.research .blue-box.research-link > ul > li .box-l {
	float: left;
}
.research .blue-box.research-link > ul > li .box-r {
	float: left;
	padding-left: 30px;
}
.research .blue-box.research-link ul li:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.research .blue-box.research-link ul li .box-l a {
	line-height: 20px;
	padding-left: 22px;
  background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  color: #3772a8;
  text-decoration: none;
	font-feature-settings: "palt" 1;
}
.research .blue-box.research-link ul li a:hover {
  text-decoration: underline;
}
.research .blue-box.research-link ul li .box-r a {
  font-size: 16px;
  color: #3772a8;
  text-decoration: none;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width: 900px) {
	.research .blue-box {
		padding: 15px;
	}
	.research .blue-box.research-link > ul {
		width: 100%;
	}
	.research .blue-box.research-link > ul > li {
		width: auto;
		margin-right: 30px;
	}
	.research .blue-box.research-link > ul > li:first-child {
		width: 100%;
	}
	.research .blue-box.research-link > ul > li:last-child {
		width: auto;
		margin-right: 0;
	}
	.research .blue-box.research-link > ul > li .box-l {
		float: none;
		margin-bottom: 5px;
	}
	.research .blue-box.research-link ul li .box-l a {
		font-size: 14px;
		background: url("../images/icn/arrow-right-circle-blue.png") no-repeat left center;
	}
	.research .blue-box.research-link > ul > li .box-r {
		float: none;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.research .blue-box.research-link ul li .box-r a {
		font-size: 14px;
		line-height: 22px;
	}
}
.research #contents .link-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	display: -webkit-flex;
	flex-wrap: nowrap;
}
.research #contents .link-group div {
    width: 31.7%;
}

.research #contents .link-group.col2 div {
  width: 48%;
}
@media screen and (max-width: 500px) {
  .research #contents .link-group.col2 div {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
	.research #contents .link-group {
		display: block;
	}
	.research #contents .link-group div {
			width: 100%;
		margin-bottom: 15px;
	}
	.research #contents .link-group.col2 div {
		width: 100%;
	}
}
.research .rule2 {
	margin: 20px 0;
}


/*--------------------------
donation
----------------------------*/
body.donation #contents .c-mv {
  width: 100%;
  height: 250px;
  border-bottom: 2px solid #DDD;
  margin: 0 auto;
}
body.donation #contents .c-mv .contents-inner {
  width: 1024px;
  background: url("../images/donation/mv.png") no-repeat bottom right;
  height: 248px;
}
body.donation #contents .c-mv .contents-inner p {
  padding-top: 70px;
  padding-bottom: 10px;
}
body.donation #contents  ul.blue-base {
  padding: 15px 20px;
  background-color: #e8effb;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: nowrap;
}
body.donation #contents ul.blue-base li {
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  line-height: 1.6;
}
body.donation #contents ul.blue-base.cal4 li {
  width: 24%;
}
body.donation #contents ul.blue-base.cal2 li {
  width: 49%;
}
body.donation #contents ul.blue-base.cal2 li {
  width: 49%;
  padding: 25px;
}
body.donation #contents  ul.cream-base {
  padding: 15px 20px;
  background-color: #faf4e7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: nowrap;
}
body.donation #contents ul.cream-base li {
  width: 49%;
  border-radius: 8px;
  background: #fff;
  padding: 25px 20px;
  line-height: 1.6;
}
body.donation #contents ul.cream-base .cal-2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: nowrap;
  margin-top: 10px;
}
body.donation #contents ul.cream-base .cal-2 > div {
  width: 48.5%;
}
body.donation #contents ul.cream-base .cal-2 > div .outlink-btn a {
  text-align: left;
  padding-left: 15px;
}
body.donation #contents .title-bg-blue {
  display: block;
  background: #e2f6fb;
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
body.donation #contents .bnr-area {
  width: 100%;
  display: flex;
  justify-content:flex-start;
  margin: 0 auto;
  flex-wrap: nowrap;
}

@media screen and (max-width: 900px) {
  body.donation #contents .c-mv {
    width: 100%;
    height: 340px;
    border-bottom: 2px solid #DDD;
    margin: 0 auto;
  }
  body.donation #contents .c-mv .contents-inner {
    width: 100%;
    padding: 0 3vw;
    background: url("../images/donation/mv.png") no-repeat center bottom;
    height: 338px;
  }
  body.donation #contents .c-mv .contents-inner p {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  body.donation #contents  ul.blue-base {
    padding: 15px 20px;
    display: block;
    margin: 0 auto;
  }
  body.donation #contents ul.blue-base li {
    margin-bottom: 20px;
  }
  body.donation #contents ul.blue-base li:last-child {
    margin-bottom: 0;
  }
  body.donation #contents ul.blue-base.cal4 li {
    width: 100%;
    margin-bottom: 15px;
  }
  body.donation #contents ul.blue-base.cal4 li:last-child {
    margin-bottom: 0;
  }
  body.donation #contents ul.blue-base.cal2 li {
    width: 100%;
  }
  body.donation #contents ul.blue-base.cal2 li {
    width: 100%;
    padding: 25px;
  }
  body.donation #contents  ul.cream-base {
    padding: 15px 20px;
    display: block;
    margin: 0 auto;
  }
  body.donation #contents ul.cream-base li {
    width: 100%;
    margin-bottom: 20px;
  }
  body.donation #contents ul.cream-base li:last-child {
    margin-bottom: 0;
  }
  body.donation #contents ul.cream-base .cal-2 {
    display: block;
  }
  body.donation #contents ul.cream-base .cal-2 > div {
    width: 100%;
    margin-bottom: 10px;
  }
  body.donation #contents ul.cream-base .cal-2 > div .outlink-btn a {
    text-align: center;
    padding-left: 15px;
  }
  body.donation #contents .title-bg-blue {
    display: block;
    background: #e2f6fb;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
  }
  body.donation #contents .contents-inner table.normal2 {
    width: 100%;
  }
  body.donation #contents .contents-inner table.normal2 tr:not(:first-child) td:first-child {
    white-space:normal;
    vertical-align: middle;
  }
  body.donation #contents .contents-inner table.normal2 tr:not(:first-child) td {
    white-space:normal;
    vertical-align: middle;
  }
  body.donation #contents .contents-inner table.normal2 tr:first-child th:not(:first-child) {
    white-space:nowrap;
  }
  body.donation #contents .bnr-area {
    width: 100%;
    margin: 0 auto;
  }
  body.donation #contents .bnr-area .box {
    width: 49%;
  }
}


.sns-area {
  width: 120px;
  display: block;
  margin-bottom: 10px;
  margin: 20px auto;
  text-align: center;
}

.sns-icon {
  display: inline-block;
  width:24px;
  height:24px;
  margin: 0 5px;
}
.sns-icon a {
  color:#555;
}
.sns-icon a:hover {
  color:#000;
}
@media screen and (max-width: 900px) {
 
  .sns-area {
    width: 160px;
    display: block;
    margin-bottom: 10px;
    margin: 30px auto 0;
    text-align: center;
  }
  .sns-icon {
    display: inline-block;
    width:26px;
    height:26px;
    margin: 0 7px;
  }
  .sp-gnavi .sns-icon a {
    color:#FFF;
  }
  .sp-gnavi .sns-icon a:hover {
    color:#FFF;
  }
}
/* =================================================
   JVCS header dropdown (NEWS) - REPLACE CSS
   指示対応：
   - dropdown：contents-innerと同幅・同位置（JSで座標/幅を設定）
   - メニュー間の縦線：高さ10px
   - お知らせ下の青ライン：復活（※プルダウン内には出さない）
================================================== */

:root{
  --dd-left: 0px;
  --dd-top: 0px;
  --dd-width: 1180px;
}

/* ② メニュー間の縦線：高さ10px にする */
#globalHeader .local-navi > ul{
  display: flex;
  align-items: center;
}

#globalHeader .local-navi > ul > li{
  position: relative;
}

#globalHeader .local-navi > ul > li + li::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:1px;
  height:10px;              /* ← 指示：高さ10px */
  background:#CCCCCC;
}

/* 縦線と文字の間隔（必要なら微調整） */
#globalHeader .local-navi > ul > li > a{
  display:block;
  line-height:85px;
  box-sizing: border-box;
  padding: 0 14px;
  position: relative;
}

/* ③ 「お知らせ」下の青ライン（ヘッダーのメニューだけ） */
#globalHeader .local-navi > ul > li > a::after{
  content:"";
  position:absolute;
  left:5px;                /* paddingと合わせる */
  right:5px;
  height:5px;
  bottom:0;                 /* ← 下線を復活（メニュー行の下端） */
  background:#2b6cb0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

#globalHeader .local-navi > ul > li:hover > a::after,
#globalHeader .local-navi > ul > li:focus-within > a::after{
  transform: scaleX(1);
}

/* dropdown を持つ li */
#globalHeader .local-navi .has-dropdown{
  position: relative;
}

/* =============================
   Dropdown 共通（8個でも増えない）
============================= */

/* パネル本体 */
#globalHeader .local-navi .has-dropdown .dropdown{
  position: fixed;
  left: var(--dd-left);
  width: var(--dd-width);
  top: 90px;          /* JSで .contents-inner の下端を入れる */
  margin:0;  /* ←重要 */
  background:#fff;
  border:1px solid #CCCCCC;
  z-index:9999;
  min-height: 110px;      /* ← 好きな高さに調整（例：100〜130px） */
  display:flex;           /* ← これ重要 */
  align-items:center;     /* ← 縦センター */

  /* 開閉 */
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform: translateY(-6px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  padding: 20px 40px;
}

/* 開いた状態 */
#globalHeader .local-navi .has-dropdown.is-open .dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform: translateY(0);
}

/* dropdown-head がある時だけ自然に効く（無いなら何もしない） */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-head{
  font-weight: 700;
  display: block;
}

/* リスト共通 */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list{
  list-style:none;
  display:flex;
  flex-wrap:wrap;          /* ← これが無いと1行に並び続けます */
  align-content:flex-start;
  row-gap:14px;
  column-gap:26px;
}

/* 1段目（見出し）は必ず全幅＝改行させる */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dropdown-head{
  flex: 0 0 100%;
  width:100%;
}
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dropdown-head a {
  color: #5472a8;
}
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dropdown-head a::before{
  content:"";
  width:14px;
  height:14px;
  background:url("../images/arrow-right-circle-blue.png") no-repeat center;
  background-size:contain;
}
/* リンク見た目 */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-size:14px!important;
  color:#2b6cb0;
}
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li > a:hover {
  text-decoration: underline;
}
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li > a::before{
  content:"";
  width:6px;
  height:10px;
  background:url("../images/arrow-right-blue.png") no-repeat center;
  background-size:contain;
}
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li > a:hover,
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li > a:focus{
}

/* SPでは無効（既存SPメニューに任せる） */
@media (max-width: 820px){
  #globalHeader .local-navi .has-dropdown .dropdown{
    display:none !important;
  }
}

/* 3段目：ラベル＋リンク群の行 */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row{
  flex: 0 0 100%;         /* 1行占有（=必ず3段目として独立） */
  width:100%;
  display:flex;
  align-items:center;      /* 行の上下センター */
  gap: 26px;
}

/* 左ラベル（リンクなし） */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-label{
  font-weight:700;
  color:#666;
  white-space:nowrap;      /* 途中改行させない */
}

/* 右側リンク群（横並び） */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;          /* 横幅が足りなければ右側だけ折り返し */
  gap: 14px 26px;
}

/* dd-links 内のaも、通常リンクと同じ見た目にする（共通化） */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-size:14px;
  color:#2b6cb0;
}

/* 「>」アイコン（CSS描画） */
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-links a::before{
  content:"";
  width:6px;
  height:10px;
  background:url("../images/arrow-right-blue.png") no-repeat center;
  background-size:contain;
}

#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-links a:hover,
#globalHeader .local-navi .has-dropdown .dropdown .dropdown-list > li.dd-row .dd-links a:focus{
  text-decoration: underline;
}