@charset "UTF-8";
/*
Theme Name:  子宮頸がんサイト
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
/* 読み込みfont
Heebo
font-family: heebo, sans-serif;
font-weight:100 //Thin
font-weight:400 //Regular
font-weght:700 //Bold
*/
/*** Main ***/
html {
  margin: 0;
  padding: 0;
}

body {
  color: #04080F;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}
body.noscroll {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #000;
  transition: opacity 0.5s ease-in-out;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .tablet {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

/*** 汎用 ***/
a[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url(libs/img/icon_blank.svg);
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
a[target=_blank].noicon:after {
  content: none;
}

.marginTop {
  margin-top: 50px;
}
.marginTop.more {
  margin-top: 80px;
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
}
.btnMore a {
  display: inline-block;
  min-width: 250px;
  font-size: clamp(0.75rem, 0.4014962594rem + 0.9975062344vw, 1rem);
  color: #04080F;
  padding: 0.8rem 1.5rem;
  padding-right: 2rem;
  line-height: 1.3;
  box-sizing: border-box;
  border: 1px solid #2E558E;
  background-color: #fff;
  border-radius: 40px;
  text-align: left;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
  transition: all 0.3s;
}
.btnMore a:hover {
  color: #fff;
  opacity: 1;
  background-color: #2E558E;
}
.btnMore a:hover:after {
  background-image: url(libs/img/icon_arrow_w.svg);
  right: 0.7rem;
}
.btnMore.news a {
  min-width: inherit;
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.flexBox .txt {
  width: calc(100% - 340px);
  margin: 0;
}
.flexBox .img {
  width: 300px;
  margin-left: 40px;
}
.flexBox .img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .flexBox {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flexBox.contents {
    width: 90%;
  }
  .flexBox .txt {
    width: 100%;
  }
  .flexBox .img {
    margin: 0 auto;
    text-align: center;
  }
}

/*** Header ***/
header {
  width: 100vw;
  height: 165px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
header .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .contents .logo {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .contents .logo img {
  max-height: 89px;
}
header .contents .mainNav {
  width: 50%;
  box-sizing: border-box;
}
header .contents .subNav {
  width: 25%;
  box-sizing: border-box;
}
header .contents a {
  text-decoration: none;
}
header .subNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(0.75rem, 0.4014962594rem + 0.9975062344vw, 1rem);
}
header .subNav ul li {
  margin-left: 1em;
}
header .subNav ul li.upside {
  width: 100%;
  margin-bottom: 0.5rem;
}
header .subNav ul li.upside > a {
  display: none;
}
header .subNav ul li.contact {
  background-color: #2E558E;
  border: 1px solid #2E558E;
  border-radius: 50px;
}
header .subNav ul li.contact a {
  display: block;
  color: #fff;
  padding: 0.2rem 1rem;
}
header .subNav ul li.contact:hover {
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
}
header .subNav ul li.contact:hover a {
  color: #2E558E;
  opacity: 1;
}
header .subNav ul li.form {
  background-color: #2E558E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subNav ul li.form:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  background-image: url(libs/img/Icon_search.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
header .subNav ul li.form:hover {
  cursor: pointer;
}
header .subNav ul li.form .search-box {
  display: none;
  width: 300px;
  position: absolute;
  top: 90%;
  right: 10px;
  z-index: 1000;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #ccc;
}
header .subNav ul li.form .search-box.active {
  display: block;
}
header .subNav ul li.form #searchform {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .subNav ul li.form #searchform #s {
  width: calc(100% - 30px);
}
@media screen and (min-width: 960px), print {
  header .mainNav .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 165px;
    font-size: clamp(1.25rem, 0.9014962594rem + 0.9975062344vw, 1.5rem);
  }
  header .mainNav .nav li.menu-item-has-children {
    padding-right: 20px;
    padding-left: 20px;
  }
  header .mainNav .nav li.menu-item-has-children > a {
    color: #04080F;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 165px;
    transition: color 0.5s;
  }
  header .mainNav .nav li.menu-item-has-children > a:hover {
    opacity: 1;
    color: #2E558E;
    cursor: pointer;
  }
  header .mainNav .nav li.menu-item-has-children a:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: -0.5rem;
    transform: translateY(-50%) rotate(135deg);
  }
  header .mainNav .nav li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  header .mainNav .nav li.menu-item-has-children.serch {
    display: none;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu {
    width: 100%;
    position: absolute;
    top: 165px;
    left: 0;
    padding: 30px;
    padding-top: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity ease-out;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle a {
    width: 25%;
    display: block;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.0757481297rem + 0.4987531172vw, 1.375rem);
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle a:hover {
    color: #04080F;
    cursor: inherit;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu {
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: inherit;
    left: inherit;
    background-color: inherit;
    opacity: 1;
    transition: inherit;
    padding: 0;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li {
    font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
    width: calc(50% - 1.5rem);
    border: 1px solid #04080F;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    position: relative;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a {
    display: block;
    width: 100%;
    padding: 1rem;
    font-weight: 400;
    font-size: clamp(1.125rem, 1.2992518703rem - 0.4987531172vw, 1rem);
    box-sizing: border-box;
    transition: 0.3s ease-out;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:after {
    right: 1.5rem;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-out;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:hover {
    cursor: pointer;
    opacity: inherit;
    color: #2E558E;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:hover:after {
    right: 1rem;
  }
}
@media screen and (max-width: 959px) {
  header .mainNavsm {
    position: fixed;
    top: 0;
    z-index: 500;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(17, 68, 146, 0.9);
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }
  header .mainNavsm .mainUl {
    padding: 10px 0 10px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: inherit;
    display: block;
    height: auto;
    font-size: clamp(1.125rem, 1.2992518703rem - 0.4987531172vw, 1rem);
  }
  header .mainNavsm .mainUl li {
    cursor: pointer;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  header .mainNavsm .mainUl li.subnav {
    display: block;
  }
  header .mainNavsm .mainUl li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  header .mainNavsm .mainUl li a:hover {
    padding-bottom: 15px;
    border-bottom: none;
  }
  header .mainNavsm .mainUl li.active a {
    border-bottom: none;
    padding-bottom: 15px;
  }
  header .mainNavsm .mainUl li .sub-menu {
    display: block;
    padding: 0;
  }
  header .mainNavsm .mainUl li .sub-menu li {
    border-bottom: none;
    padding-left: 15px;
  }
  header .mainNavsm .mainUl li .sub-menu li a {
    padding-top: 0;
    padding-bottom: 15px;
  }
  header .mainNavsm .mainUl li:after {
    content: none;
  }
  header .mainNavsm .mainUl li:nth-child(-n+5):after {
    content: none;
  }
  header .subNav {
    display: none;
  }
  header .btn {
    display: inline-block;
  }
}

/*** Footer ***/
footer {
  background-color: #87ACE3;
  padding: 4em 1em 1em;
  box-sizing: border-box;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footerBox {
  width: 350px;
}
footer .footerNav {
  width: calc(100% - 400px);
}
footer .copyright {
  text-align: right;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
@media screen and (max-width: 800px) {
  footer .footerBox .logo {
    width: 80px;
    height: 70px;
  }
}

/*** Front-page ***/
.index h2 {
  font-size: clamp(1.75rem, 0.5302369077rem + 3.4912718204vw, 2.625rem);
}
.index .h2en {
  font-size: clamp(3.75rem, -3.3943266833rem + 20.4488778055vw, 8.875rem);
  opacity: 0.1;
  color: #3E86AE;
  font-family: heebo, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.topMainimg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.topMainimg h1 {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-60%);
  line-height: 1.5;
  color: #fff;
  font-size: clamp(1.625rem, -0.9887780549rem + 7.4812967581vw, 3.5rem);
  font-weight: 900;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.topMainimg h1 span {
  display: block;
  text-align: right;
  opacity: 0;
}
.topMainimg h1.en {
  font-size: clamp(1.375rem, -0.8902743142rem + 6.4837905237vw, 3rem);
}

.topNews {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topNews a {
  text-decoration: none;
  color: #04080F;
}
.topNews a:hover {
  opacity: 1;
}
.topNews .titleBox {
  margin-bottom: 1.5em;
  width: 180px;
}
.topNews .titleBox h3 {
  font-size: clamp(1.375rem, -0.0190149626rem + 3.9900249377vw, 2.375rem);
  line-height: 1;
  margin-right: 3em;
}
.topNews .titleBox h3 span {
  display: block;
  font-size: clamp(1.125rem, 0.7764962594rem + 0.9975062344vw, 1.375rem);
  margin-bottom: 0.5em;
  font-family: heebo, sans-serif;
  font-weight: 400;
  color: #2E558E;
}
.topNews .innerBox {
  width: calc(100% - 220px);
}
.topNews .innerBox .tab {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #04080F;
}
.topNews .innerBox .tab li {
  line-height: 1;
  position: relative;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
  border: 1px solid #04080F;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
}
.topNews .innerBox .tab li a {
  color: #2E558E;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 1rem;
  min-width: 200px;
}
.topNews .innerBox .tab li:hover {
  background-color: #2E558E;
}
.topNews .innerBox .tab li:hover a {
  color: #fff;
  opacity: 1;
}
.topNews .innerBox .tab li.active {
  background-color: #2E558E;
}
.topNews .innerBox .tab li.active a {
  color: #fff;
}
.topNews .selectBox {
  display: none;
}
.topNews .tab_area {
  display: none;
}
.topNews dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5em 0 1.5em;
  border-bottom: 1px solid #D3D7DB;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*
  		&:last-of-type {
  			border-bottom: none;
  		}
  */
}
.topNews dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #D06D61;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.topNews dl:hover:before {
  transform: scale(1, 1);
}
.topNews dl dt {
  width: 120px;
  line-height: 1.5;
}
.topNews dl dd {
  line-height: 1.5;
}
.topNews dl dd.txt {
  width: calc(100% - 300px);
  position: relative;
  padding-right: 2rem;
}
.topNews dl dd.txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
}
.topNews dl dd.cat {
  width: 150px;
  padding: 3px 5px;
  margin-right: 30px;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
.topNews dl dd.cat a {
  color: #fff;
}
.topNews .btnMore {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .topNews .titleBox {
    flex-direction: column;
    align-items: flex-start;
  }
  .topNews .titleBox h3 {
    margin-bottom: 1em;
  }
  .topNews .titleBox .tab {
    flex-direction: column;
  }
  .topNews .titleBox .tab li {
    margin: 0 0 2em;
    padding-left: 40px;
  }
  .topNews dl {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
  }
  .topNews dl a {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .topNews dl dd.txt {
    width: 100%;
  }
  .topNews dl dd.cat {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 559px), print {
  .topNews .innerNews .tab {
    margin-left: 0;
  }
  .topNews .innerNews .tab li {
    margin-right: 10px;
  }
  .topNews .innerNews .tab_area {
    margin-left: 0;
  }
}

.topGrayBg {
  background-color: #EDEDED;
  padding-top: 80px;
  padding-bottom: 80px;
}
.topGrayBg .innerBox {
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.topGrayBg .innerBox h2 {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}
.topGrayBg .innerBox .inner {
  width: 25%;
  box-sizing: border-box;
  padding: 0 1rem;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.topGrayBg .innerBox .inner:last-child {
  border-right: none;
}
.topGrayBg .innerBox .inner .icon {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.topGrayBg .innerBox .inner .icon img {
  max-height: 90px;
}
.topGrayBg .innerBox dl dt {
  text-align: center;
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  font-weight: bold;
}
.topGrayBg .innerBox dl dd {
  margin-bottom: 1rem;
}
.topGrayBg .innerBox dl dd:last-child {
  margin-bottom: 0;
}
.topLinks {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 80px 0;
}
.topLinks h2 {
  width: 25%;
  display: block;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.0757481297rem + 0.4987531172vw, 1.375rem);
}
.topLinks .linkBox {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  top: inherit;
  left: inherit;
  background-color: inherit;
  opacity: 1;
  transition: inherit;
  padding: 0;
}
.topLinks .linkBox li {
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  width: calc(50% - 1.5rem);
  border: 1px solid #04080F;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  position: relative;
}
.topLinks .linkBox li a {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.2992518703rem - 0.4987531172vw, 1rem);
  box-sizing: border-box;
  transition: 0.5s opacity ease-in;
}
.topLinks .linkBox li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
  transition: all 0.5s;
}
.topLinks .linkBox li a:hover {
  opacity: 1;
}
.topLinks .linkBox li a:hover:after {
  right: 0.5rem;
}

/***下層ページ ***/
.breadcrumbs {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 0.8em;
  margin-bottom: 5em;
  text-align: right;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}

.pageTitle h1 {
  line-height: 1;
  margin-bottom: 80px;
  font-size: clamp(1.875rem, 0.3067331671rem + 4.4887780549vw, 3rem);
  font-weight: 700;
}
.pageTitle h1 sup {
  font-weight: 100;
}
.pageTitle h1 span {
  display: block;
  color: #2E558E;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
  font-weight: 400;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .pageTitle h1 {
    margin-bottom: 40px;
  }
}

.sidebar {
  position: sticky;
  top: 0;
  margin-top: -10px;
  /*
  	div#ez-toc-container {
  		ul.ez-toc-list {
  			li {
  				margin-bottom: 1em !important;
  				padding-left: 2em !important;
  				a {
  					color: $fontcolor;
  					&:hover {
  						@include flexjusty(flex-start,flex-start);
  						position: relative;
  						text-decoration: none;
  						opacity: 1;
  						&:before {
  							content: "";
  							border-top: 1px solid #D06D61;
  							width: 1em;
  							position: absolute;
  							left: -1.5em;
  							top: 0.7em;
  						}
  					}
  				}
  				&.current {
  					@include flexjusty(flex-start,flex-start);
  					position: relative;
  					&:before {
  						content: "";
  						border-top: 1px solid #D06D61;
  						width: 1em;
  						position: absolute;
  						left: -1.5em;
  						top: 0.7em;
  					}
  				}
  			}
  		}
  	}
  	span.ez-toc-section{ scroll-margin-top: 0px; }
  */
}
.sidebar ul {
  position: relative;
  padding-top: 10px;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.sidebar ul li {
  margin-bottom: 1em;
  padding-left: 2em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.sidebar ul li a {
  color: #04080F;
}
.sidebar ul li:hover {
  text-decoration: none;
  opacity: 1;
}
.sidebar ul li:hover:before {
  content: "";
  border-top: 1px solid #D06D61;
  width: 1em;
  position: absolute;
  left: 0;
  top: 1em;
}
.sidebar ul li.current:before {
  content: "";
  border-top: 1px solid #D06D61;
  width: 1em;
  position: absolute;
  left: 0;
  top: 1em;
}
@media screen and (max-width: 959px) {
  .sidebar {
    margin: 0;
    margin-bottom: 1.5em;
    position: relative;
  }
  .sidebar ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sidebar ul li {
    margin-bottom: 0.5em;
    width: 50%;
    box-sizing: border-box;
  }
}

.pageinner {
  width: 100%;
  background-color: #fff;
  border-radius: 0px 60px 0px 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.pageinner a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pageinner .pageFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pageinner .pageFlex .sidebar {
  width: 250px;
}
.pageinner .pageFlex .rightcontents {
  width: calc(100% - 290px);
}
@media screen and (max-width: 959px) {
  .pageinner {
    padding-top: 50px;
  }
  .pageinner .pageFlex {
    flex-direction: column;
  }
  .pageinner .pageFlex .sidebar {
    width: 100%;
  }
  .pageinner .pageFlex .rightcontents {
    width: 100%;
  }
}

.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: clamp(1.625rem, 0.7537406484rem + 2.493765586vw, 2.25rem);
  color: #2E558E;
  border-top: 1px solid #DEDEDE;
  line-height: 1.5;
  padding-top: 1em;
  position: relative;
}
.pageinner h2:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  border-bottom: solid 1px #D06D61;
  width: 50px;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1.375rem, 0.6779925187rem + 1.9950124688vw, 1.875rem);
  color: #04080F;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pageinner h3:before {
  content: "";
  border-top: 5px solid #D06D61;
  width: 1em;
  margin-right: 0.5em;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.3029925187rem + 1.9950124688vw, 1.5rem);
  color: #04080F;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pageinner h4:before {
  content: "";
  background-color: #87ACE3;
  width: 5px;
  height: 1em;
  margin-right: 0.5em;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner p.keymessage {
  color: #D06D61;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.pageinner p strong {
  color: #2E558E;
}
.pageinner b.mail {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  color: #2E558E;
}
.pageinner .flexBox .img img {
  margin-bottom: 2em;
}
.pageinner .flexBox .img p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.pageinner .flexBox .img .name {
  font-size: clamp(1rem, 0.477244389rem + 1.4962593516vw, 1.375rem);
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.2764962594rem + 0.9975062344vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner a.pdf[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(libs/img/icon_pdf.svg);
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
.snsBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: -50px;
  /*
  	position: absolute;
  	top: 1em;
  	right: 3em;
  */
}
.snsBox li {
  margin-left: 1em;
}
.snsBox li iframe {
  vertical-align: inherit !important;
}
.snsBox li:first-child {
  position: relative;
  bottom: -5px;
}
.snsBox .fb-like > span {
  width: auto !important;
}
.snsBox .fb-like iframe {
  min-width: 135px !important;
  position: static !important;
}
@media screen and (max-width: 959px) {
  .snsBox {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    top: -25px;
  }
}
@media screen and (max-width: 559px), print {
  .snsBox .fb-like iframe {
    width: auto !important;
  }
}

.uiGrid .vTop {
  vertical-align: middle;
}

.conteStyle a {
  text-decoration: underline;
  color: #D06D61;
}
.conteStyle ul {
  margin: 10px 0 30px;
}
.conteStyle ul a {
  color: #04080F;
  text-decoration: none;
}
.conteStyle ul a:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.conteStyle ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #04080F;
  border-radius: 50%;
}
.conteStyle ul.noDot li {
  padding-left: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.conteStyle ul.noDot li:before {
  content: none;
}
.conteStyle ol {
  counter-reset: section;
  margin: 15px 0 1.8em;
}
.conteStyle ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #2E558E;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
.conteStyle table th,
.conteStyle table td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.conteStyle table th:last-of-type,
.conteStyle table td:last-of-type {
  border-right: none;
}
.conteStyle table th {
  background-color: #2E558E;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}
.conteStyle table tr:last-of-type th,
.conteStyle table tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}

.faqBox h3 {
  background-color: #2E558E;
  color: #fff;
  border-radius: 15px;
  padding: 0.5em 1em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  display: inline-block;
}
.faqBox h3:before {
  content: none;
}
.faqBox dl {
  margin-bottom: 2.5em;
}
.faqBox dl dt {
  color: #2E558E;
  border-bottom: 1px dotted #2E558E;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 35px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  position: relative;
}
.faqBox dl dt:before {
  display: inline-block;
  content: "Q.";
  font-size: clamp(1.25rem, 0.5529925187rem + 1.9950124688vw, 1.75rem);
  position: absolute;
  top: -0.4em;
  left: 0;
}
.faqBox dl dd {
  position: relative;
  padding-left: 35px;
}
.faqBox dl dd:before {
  display: inline-block;
  color: #D06D61;
  content: "A.";
  font-weight: 700;
  font-size: clamp(1.25rem, 0.5529925187rem + 1.9950124688vw, 1.75rem);
  position: absolute;
  top: -0.4em;
  left: 0;
}

.archivementBox p {
  padding: 0 !important;
}
.archivementBox dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.archivementBox dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.archivementBox dl dt {
  width: 100px;
  padding: 20px 20px;
  line-height: 1.5;
  box-sizing: border-box;
}
.archivementBox dl dd {
  width: calc(100% - 100px);
  line-height: 1.5;
  padding: 20px;
  box-sizing: border-box;
  word-break: break-all;
}
.archivementBox dl dd.contents {
  width: calc(100% - 140px);
}
.archivementBox dl dd.cat {
  width: 100px;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
}
.archivementBox dl dd.content {
  width: calc(100% - 400px);
}
.archivementBox dl a {
  text-decoration: underline;
  color: #04080F;
}
.archivementBox ul.line li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.archivementBox .listBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 1em;
  margin-bottom: 10px;
  text-decoration: none;
}
.archivementBox .listBox .imgBox {
  width: 250px;
}
.archivementBox .listBox .txtBox {
  width: calc(100% - 300px);
}
.archivementBox .tableBlock th {
  width: 200px;
}
.archivementBox .tableBlock tr:first-child th,
.archivementBox .tableBlock tr:first-child td {
  background-color: #d1e3fc;
}
.archivementBox .tableBlock tr:first-child td:first-child {
  text-align: center;
  font-weight: bold;
}
.archivementBox .tableBlock.bu tr:not(:first-child) td {
  background-color: #f7faff;
}
.archivementBox .category {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5em 0 1.5em;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0;
  padding: 0.5em 0;
}
.archivementBox .category dt {
  width: 120px;
  line-height: 1.5;
}
.archivementBox .category dd {
  line-height: 1.5;
}
.archivementBox .category dd.txt {
  width: calc(100% - 295px);
}
.archivementBox .category dd.cat {
  margin-right: 25px;
  width: 150px;
  border: none;
  padding: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.archivementBox .category dd.cat div {
  padding: 2px;
  letter-spacing: -1px;
  box-sizing: border-box;
  text-align: center;
  background-color: #87ACE3;
  word-break: keep-all;
  margin-bottom: 5px;
  color: #fff;
}
.archivementBox .category dd .new {
  background-color: #D06D61;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
.archivementBox .searchLink {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.archivementBox .searchLink li {
  font-size: clamp(0.75rem, 0.227244389rem + 1.4962593516vw, 1.125rem);
  box-sizing: border-box;
  text-align: center;
  background-color: #D06D61;
  border: 1px solid #D06D61;
  word-break: keep-all;
  margin: 0 5px;
}
.archivementBox .searchLink li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.archivementBox .searchLink li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.archivementBox .searchLink li.current-cat {
  background: #fff;
}
.archivementBox .searchLink li.current-cat a {
  color: #D06D61;
}
.archivementBox .searchLink li:hover {
  background: #fff;
  transition: all 0.5s;
}
.archivementBox .searchLink li:hover a {
  color: #D06D61;
}
.archivementBox .searchLink li.cat-item-21 {
  position: relative;
}
.archivementBox .searchLink li.cat-item-21:before {
  content: "全て";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.archivementBox .searchLink li.cat-item-21 a {
  opacity: 0;
}
.archivementBox .searchLink li.cat-item-21.current-cat:before {
  color: #D06D61;
}
.archivementBox .searchLink li.cat-item-21:hover {
  background: #fff;
}
.archivementBox .searchLink li.cat-item-21:hover:before {
  color: #D06D61;
}
.archivementBox .searchLink li.cat-item-1 {
  position: relative;
}
.archivementBox .searchLink li.cat-item-1:before {
  content: "ALL";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.archivementBox .searchLink li.cat-item-1 a {
  opacity: 0;
}
.archivementBox .searchLink li.cat-item-1.current-cat:before {
  color: #D06D61;
}
.archivementBox .searchLink li.cat-item-1:hover {
  background: #fff;
}
.archivementBox .searchLink li.cat-item-1:hover:before {
  color: #D06D61;
}
@media screen and (max-width: 959px) {
  .archivementBox {
    width: 100%;
  }
  .archivementBox dl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 15px;
  }
  .archivementBox dl.catInner {
    flex-direction: row;
  }
  .archivementBox dl.catInner dt {
    width: 100px;
  }
  .archivementBox dl dt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .archivementBox dl dd {
    padding-top: 0;
  }
  .archivementBox dl dd.contents {
    width: 100%;
  }
  .archivementBox dl dd.cat {
    width: 100px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
  }
  .archivementBox dl dd.content {
    width: 100%;
  }
  .archivementBox .listBox {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .archivementBox .listBox .imgBox {
    margin: 0 auto 1em;
    text-align: center;
  }
  .archivementBox .listBox .txtBox {
    width: 100%;
  }
  .archivementBox .tableBlock th,
  .archivementBox .tableBlock td {
    display: table-cell;
    width: auto;
  }
  .archivementBox .tableBlock th {
    width: 100px;
  }
  .archivementBox .category {
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .archivementBox .category dd.txt {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 0;
  }
  .archivementBox .category dd.cat {
    width: calc(100% - 20px);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .archivementBox .category dd.cat div {
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .archivementBox .searchLink {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .archivementBox .searchLink li {
    margin-bottom: 1em;
  }
  .archivementBox .searchLink li a {
    padding: 0.2em 0.5em;
  }
}
@media screen and (max-width: 559px), print {
  .archivementBox ul.dotList li {
    width: 8rem;
  }
}

/* 検索ページ系 */
.dataBox .bgBlue {
  background-color: #EBF4FF;
  padding: 2em;
  width: 80%;
  margin: 0 auto 2em;
}
.dataBox .bgBlue .txts {
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
  text-align: center;
  padding-top: 0.5em;
}
.dataBox .bgBlue .txts a {
  text-decoration: underline;
  color: #D06D61;
}
.dataBox form {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.dataBox .textbox {
  margin-bottom: 1em;
  width: 100%;
}
.dataBox .textbox input[type=text] {
  background-color: #fff;
}
.dataBox .submit {
  margin: 2em auto 0;
  width: 200px;
}
.dataBox .selectBox {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}
.dataBox .selectBox dl {
  margin-right: 10px;
  width: calc(25% - 3px);
}
.dataBox .selectBox dl:last-of-type {
  margin-right: 0;
}
.dataBox .selectBox dl dt {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.dataBox .selectBox dl dd {
  padding: 0.5em 1em;
  padding-right: 0;
  border: 1px solid #ccc;
  background: transparent url(libs/img/icon_arrow_down.svg) no-repeat center right 10px/12px 10px;
  background-color: #fff;
  width: 100%;
}
.dataBox .selectBox dl dd select {
  width: 100%;
}
.dataBox .selectBox dl.freeword dd {
  background-image: none;
}
.dataBox .selectBox ::-webkit-input-placeholder {
  color: #212121;
}
.dataBox .selectBox ::-moz-placeholder {
  color: #212121;
}
.dataBox .selectBox :-ms-input-placeholder {
  color: #212121;
}
.dataBox .inner {
  width: 80%;
  margin: 0 auto;
}
.dataBox table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 3em;
}
.dataBox table th {
  counter-increment: search;
  background-color: #2E558E;
  color: #fff;
  padding: 1em 0.2em;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #CECECE;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
  /*
  			&:nth-child(5) {
  				width: 200px;
  			}
  */
}
.dataBox table th:last-of-type {
  border-right: none;
}
.dataBox table th:nth-child(2), .dataBox table th:nth-child(3), .dataBox table th:nth-child(4), .dataBox table th:nth-child(5), .dataBox table th:nth-child(6), .dataBox table th:nth-child(7), .dataBox table th:nth-child(8), .dataBox table th:nth-child(9) {
  width: 8.125%;
}
.dataBox table th:nth-child(1) {
  width: 2%;
}
.dataBox table th:nth-child(10) {
  width: 12%;
}
.dataBox table th:nth-child(11) {
  width: 12%;
}
.dataBox table td {
  padding: 1em 0.5em;
  border-right: 1px solid #CECECE;
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.dataBox table td:last-of-type {
  border-right: none;
}
.dataBox table tbody tr:nth-child(even) td {
  background-color: #E9EDF3;
}
.dataBox table tbody {
  counter-reset: search;
}
.dataBox table tbody td:first-child {
  text-align: center;
}
.dataBox table tbody td:first-child:before {
  counter-increment: search 1;
  content: counter(search) " ";
}
.dataBox .js-scrollable {
  overflow-x: scroll;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .dataBox .bgBlue {
    width: 95%;
    padding: 1em;
  }
  .dataBox .selectBox {
    flex-wrap: wrap;
  }
  .dataBox .selectBox dl {
    width: calc(50% - 5px);
  }
  .dataBox .selectBox dl:nth-child(2) {
    margin-right: 0;
  }
  .dataBox .js-scrollable td,
  .dataBox .js-scrollable th {
    white-space: nowrap;
  }
  .dataBox table {
    width: 100%;
  }
  .dataBox .inner {
    width: 95%;
  }
}
@media screen and (max-width: 559px), print {
  .dataBox .bgBlue {
    width: 95%;
    padding: 1em;
  }
  .dataBox .selectBox {
    flex-direction: column;
  }
  .dataBox .selectBox dl {
    width: 100%;
    margin-right: 0;
  }
}

.countData em {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 0.3787406484rem + 2.493765586vw, 1.875rem);
}
.countData strong {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 0.3029925187rem + 1.9950124688vw, 1.5rem);
}

.searchDl {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.searchDl a dt {
  color: #2E558E;
}
.searchDl dt {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  padding-bottom: 0.5em;
}
.searchDl dd {
  padding-left: 1em;
}

/***プラグイン関係 ***/
.otgs-development-site-front-end {
  display: none;
}

div#ez-toc-container {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

div.ez-toc-title-container {
  display: none !important;
}

.textbox input[type=text] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}

.textbox:focus {
  outline: 0;
  border: 1px solid #2E558E;
}

input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  color: #666;
  user-select: none;
}
.checkbox input[type=checkbox] .checkbox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #aaa;
}
.checkbox input[type=checkbox] .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  height: 9px;
  width: 5px;
  margin-top: -7px;
  border-right: 3px solid #2196f3;
  border-bottom: 3px solid #2196f3;
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

.submit {
  padding: 0.4em;
  padding-left: 2em;
  border: none;
  background-color: #D06D61;
  border: 1px solid #D06D61;
  color: #fff;
  text-align: center;
  cursor: pointer;
  appearance: none;
  position: relative;
  transition: all 0.3s;
}
.submit:before {
  content: "";
  display: inline-block;
  background: url(libs/img/icon_search.svg) no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.submit:hover {
  background-color: #fff;
  color: #D06D61;
}
.submit:hover:before {
  background: url(libs/img/icon_search_r.svg) no-repeat;
}
