
@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

base

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
    overflow-x: hidden;
    font-family: 'Noto Serif JP', "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    padding: 0;
    margin: 0;
}
.font-serif {
  font-family: 'Noto Serif JP', "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.font-sans {
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
a {
  text-decoration: none !important;
}
a:hover {
opacity: .8;
transition: all .5s;
}
.line {
  text-decoration: underline !important;
}
.external-link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -0.4rem 10px 0 2px;
  vertical-align: middle;
  background: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTYsMHY0MTZoNDE2VjBIOTZ6IE00NzIsMzc2SDEzNlYxMTJoMzM2VjM3NnoiIHN0eWxlPSJmaWxsOiByZ2IoMCwgMCwgMCk7Ij48L3BhdGg+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIgc3R5bGU9ImZpbGw6IHJnYigwLCAwLCAwKTsiPjwvcG9seWdvbj4KPC9nPgo8L3N2Zz4K') no-repeat;
  background-size: 100% 100%;
}
li {
  list-style: none;
}
em {
  font-style: normal !important;
  color: #1a1a1a;
}
h2 {
  margin: 0 0 10px 0;
}
img { max-width: 100%; }
small {
font-size: .8rem;
line-height: 1.2;
}
.alignc {
  text-align: center !important;
}
.alignr {
  text-align: right !important;
}
@media print, screen and (min-width: 769px) {
  .pc--block {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc--block {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.white {
  color: #fff;
}
.titlebox {
  text-align: center;
  margin-bottom: 50px;
}
.titlebox.title-underline-bk::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 40px auto 0;
  background: #988855;
  background-size: cover;
}
.titlebox.mt30 { margin-top: 30px; }
.titlebox.mt50 { margin-top: 50px; }
.titlebox h2 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 0 0 5px;
    font-weight: 500;
    color: #012643;
}
ol.number-list02 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.number-list02 li {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}
ol.number-list02 li:not(:last-child) {
  margin-bottom: 15px;
}
ol.number-list02 li .number-list02__num {
  background-color: inherit;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  border-radius: 11px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  background-color: #2E495E;
}
.section {
  padding: 80px 0 120px;
}
.section-bg-blue {
  background-color: #012643;
}
.section-bg-gray {
  background-color: #F5F5F5;
}
.section-bg-lightblue {
  background-color: #F8F9FA;
}
.section-mini {
  padding-bottom: 40px;
}
.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section__inner.fix_width {
  max-width: 100%;
}
.section__inner figure {
margin: 10px 0 0;
}
.centertext {
  text-align: center;
  margin: 50px 0 62px;
  line-height: 2.2;
  font-size: 1.2rem;
}
.lefttext {
  line-height: 2.2;
  font-size: 1rem;
}
.lefttext.lefttext-border {
  margin: 0;
  padding: 20px 40px;
  border: 1px solid #C9C9C9;
}
@media screen and (max-width: 1199px) {
  .section__inner {
      padding: 0 3%;
  }
  .section__inner.fix_width {
      padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .pconly {
    display: inherit;
  }
  .sponly {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .section {
      padding: 10vw 0 10vw;
  }
  .centertext, .lefttext {
      margin: 10vw 0 15vw;
  }
  .pconly {
    display: none !important;
  }
  .sponly {
    display: inherit;
  }
  
}  

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

btn

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.btnbox {
  margin: 50px 0 0;
}
.btnbox a {
  min-width: 300px;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
  border-radius: 5px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
}
.btnbox a.btnbox__darkyellow {
  color: #fff;
  background: -moz-linear-gradient(left, #C7B26D, #97813B); 
  background: -webkit-linear-gradient(left, #C7B26D, #97813B); 
  background: linear-gradient(to right, #C7B26D, #97813B); 
  border: 1px solid #97813B;
}
.btnbox a.btnbox__darkyellow:hover {
  color: #97813B;
  background: #FFF;
}

.btnbox a.btnbox__darkyellow::after {
  content: " ";
  background: url(/media_library/chudaiken/images/arrow_white.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 8px;
  height: 14px;
  background-size: cover;
}
.btnbox a.btnbox__darkyellow:hover::after {
  background: url(/media_library/chudaiken/images/arrow_darkblue.svg) no-repeat;
}
.btnbox a.btnbox__darkyellow.external-btn::after {
content: "";
display: inline-block;
width: 15px;
height: 15px;
margin-left: 5px;
vertical-align: middle;
background: url('data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEI0QjRCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTYsMHY0MTZoNDE2VjBIOTZ6IE00NzIsMzc2SDEzNlYxMTJoMzM2VjM3NnoiIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7Ij48L3BhdGg+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIgc3R5bGU9ImZpbGw6IHJnYigyNTUsIDI1NSwgMjU1KTsiPjwvcG9seWdvbj4KPC9nPgo8L3N2Zz4K') no-repeat;
background-size: 100% 100%;
}
.btnbox a.btnbox__darkyellow.external-btn {
padding-left: 30px;
}
.btnbox a.btnbox__white {
  color: #00203A;
  background: #fff;
}
.btnbox a.btnbox__white::after {
  content: " ";
  background: url(/media_library/chudaiken/images/arrow_darkblue.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 8px;
  height: 14px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .btnbox a {
      min-width: 210px;
      font-size: 1rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

header

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
  position: absolute !important;
  top: 0;
}
@media screen and (min-width: 750px) {
  #header .logobox {
      float: left;
      width: 164px;
      padding: 14px 0 14px 20px;
  }
}
@media screen and (max-width: 768px) {
#header {
  width: 100% !important;
  position: fixed !important;
  z-index: 9999 !important;
}
}
.header-main {overflow: hidden;max-width: 1400px;margin: 0 auto;}
.header-main--left--container {
display: flex;
justify-content: flex-start;
}
.header-main--left {
background: #fff;
display: flex;
align-items: center;
z-index:1;
position: relative;
margin-right: 40px;
}
.header-main--left a {
z-index: 3;
}
.header__subtxt {
color: #FFF;
display: flex;
align-items: flex-end;
font-weight: 100;
max-width: 45vw;
margin: 0 0 15px;
}
.header__subtxt em {
font-style: normal;
color: #FFF;
font-weight: 100;
}
.navbox1 > div {
  display: flex;
}
.headerbtnbox > span {
  color: #fff;
  font-size: .9rem;
}
.headerbtnbox {
padding: 5px 70px 5px 0;
margin-left: 70px;
text-align: center;
background: #22425b;
z-index: 1;
position: relative;
}
.headerbtnbox::before {
position: absolute;
content: '';
top: 0;
left: -62px;
width: 0;
height: 0;
border: none;
border-left: solid 62px transparent;
border-bottom: solid 86px #22425b;
z-index: 2;
}
.headerbtnbox > div {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .navbox1 {
    display: flex;
    align-items: center;
  }
  .navbox1 > figure {
    margin-right: 20px;
  }
  .navbox1 > figure > img {
    width: 43.7333333333vw;
    height: 9.0666666667vw;
    max-width: 15vw;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

mv

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mvnav {
  background: #18364C;
  padding: 25px 0;
}
.mvnav ul {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mvnav ul li {
  position: relative;
  display: flex;
  flex: auto;
  align-items: center;
  width: calc(99.9% / 3);
}
.mvnav ul li::before {
  position: absolute;
  content: " ";
  display: inline-block;
  height: 40px;
  width: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mvnav ul li:last-child::after {
  position: absolute;
  content: " ";
  display: inline-block;
  height: 40px;
  width: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mvnav ul li a {
  color: #fff;
  flex: 1;
  padding: 18px;
  text-align: center;
}
body.page-middle .mvnav ul li a {
  padding: 5px;
  font-size: 1rem;
  position: relative;
}
body.page-middle .mvnav ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #FFF;
}
body.page-middle .mvnav ul li:nth-child(3) a {
padding-right: 15px;
}
body.page-middle .mvnav ul li:nth-child(4) a {
padding-left: 15px;
}
@media only screen and (max-width: 1050px) {
.mvnav ul li a {
  font-size: 12px;
}
.headerbtnbox {
  min-width: auto;
  font-size: 12px;
}
.headerbtnbox span {
  font-size: 12px;
}
.headerguide {
  padding-left: 0;
  min-width: auto;
  font-size: 12px;
}
.headerguide span {
  font-size: 12px;
}
}
@media only screen and (max-width: 768px) {
  .mvnav {
    display: none;
  }
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

footer

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
  background-color: #2E495E;
}
.footer__banner {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.footer__banner li {
  max-width: 317px;
}
#copyRight {
  clear: both;
  background: #012643;
  color: #6b5f5f;
  padding: 20px 0;
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
#copyRight div {
  text-align: left;
  color: #fff;
}
#copyRight div p.footerText {
  margin: 0 auto 5px auto;
  padding: 0;
  max-width: 1050px;
  font-size: 80%;
}
#copyRight div address {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
}
#copyRight div address {
  font-style: normal;
  font-size: .6rem;
  font-weight: normal;
  text-align: center;
}
#copyRight div ul li:nth-last-child(1){
border-right: none;
background: none;  
}
#copyRight div ul li a:visited {
  color: #fff;
}
#copyRight div ul li a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer__banner {
    flex-direction: column;
  }
  .footer__banner li {
    text-align: center;
    max-width: 259px;
    margin: 0 auto;
  }
  .footer__banner li:not(:last-child) {
    margin-bottom: 20px;
  }
  #copyRight {
      padding: 20px 10px;
  }
}

/*
sp-nav
*/
@media print, screen and (min-width: 769px) {
  .pc--block {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc--block {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important;
  }
}

@media print, screen and (min-width: 769px) {
  .header {
    z-index: 10;
  }
  .header-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .header-top__link {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    color: #202020;
  }
  .header-top__link--service {
    background: url("/media_library/grhpcommon/images/header_icon_service.svg") no-repeat left center;
    padding-left: 2.2rem;
  }
  .header-top__link--global {
    background: url("/media_library/grhpcommon/images/header_icon_global.svg") no-repeat left center;
    padding-left: 2.2rem;
  }
  .header-top__link:hover {
    text-decoration: underline;
  }
  .header-service {
    display: none;
    position: absolute;
    z-index: 5;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 15px 0 10px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    transition: all .4s;
  }
  .header-service__close {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: contain;
    position: relative;
    display: block;
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }
  .header-service.active {
    display: block;
  }
  .header-service__list-item {
    margin-bottom: 3px;
  }
  .header-service__list-item:last-child {
    margin-bottom: 0;
  }
  .header-service__link {
    padding: 0 15px 3px;
    font-weight: bold;
    display: block;
    width: 100%;
  }
  .header-service__link::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='linkarrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006ec7;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M12,2C6.477,2,2,6.477,2,12s4.477,10,10,10s10-4.477,10-10S17.523,2,12,2z M10,18l-1.41-1.41L13.17,12 L8.59,7.41L10,6l6,6L10,18z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
    width: 14px;
    height: 20px;
    margin-bottom: 3px;
    background-size: contain;
    float: left;
    margin-right: 5px;
  }
  .header-service__link::after {
    content: '';
    display: block;
    clear: both;
  }
  .header__logo {
    line-height: 1;
  }
  .header__logo.bg_white {
    padding: 18px 0;
    background: #FFF;
  }
  .header__logo-img {
    width: 200px;
    height: 50px;
    max-width: 100%;
  }
  .header-main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: .5vw 0;
  }
  .header-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .header-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
  }
  .header-nav__list-item {
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 900px) {
  .header__logo-img {
    width: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-nav__list-item {
    margin-right: 1em;
  }
}

@media print, screen and (min-width: 769px) {
  .header-nav__link {
    font-size: 1.3rem;
    color: #202020;
  }
  .header-nav__link::before {
    color: #006ec7;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-nav__link {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .header-nav__link:hover {
    text-decoration: underline;
  }
  .header-search {
    font-size: 13px;
  }
  .header-search__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .header-search__input {
    background: #f2f2f2;
    padding: 3px 7px;
  }
  .header-search__input-wrap {
    position: relative;
    max-width: 160px;
  }
  .header-search__input-wrap input {
    width: 100%;
  }
  .header-search__btn {
    background: #006ec7;
    color: #fff;
    padding: 2px 10px;
  }
  .header .sub-nav {
    border-bottom: 1px solid #E8E8E8;
  }
  .header .sub-nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    list-style: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header .sub-nav__list {
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .header .sub-nav__list-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #E8E8E8;
    background: #fff;
    transition: all .4s;
  }
  .header .sub-nav__list-item:last-child {
    border-right: 1px solid #E8E8E8;
  }
  .header .sub-nav__list-item:hover {
    background: #3AB8EF;
  }
  .header .sub-nav__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 26px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header .sub-nav__link {
    font-size: 1.4rem;
    padding: 10px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .header .sub-nav__link:hover {
    color: #fff;
  }
  .header .sub-nav-small {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-menu, .sp-nav, .sp-search {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp-nav, .sp-search {
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
  }
  .header {
    z-index: 10;
    position: relative;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .header-inner {
    border-bottom: solid 1px #f0f0f0;
    background: #fff;
  }
  .header-main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header-main {
    height: 14.6666666667vw;
  }
}

@media only screen and (max-width: 1250px) {
  .header-main--left::after {
    right: -7.5vw;
    border-left: solid 10vw #fff;
    border-bottom: solid 30vw transparent;
  }
  .header-main--left::after {
    display: none;
  }
  .header-main--left a {
    margin: 0vw 1.3333333333vw 0vw 1.3333333333vw;
    z-index: 3;
    display: inline-block;
    max-width: 100%;
  }
  .header-main--left {
    margin-right: 2vw;
  }
  .headerbtnbox {
    margin-left: 5vw;
    padding-right: 5vw;
  }
  .headerbtnbox::before {
    left: -10vw;
    border-left: solid 10vw transparent;
    border-bottom: solid 30vw #22425b;
  }
  .headerguide {
    padding-left: 0;
  }
  .headerguide::before {
    left: -10vw;
    border-left: solid 10vw transparent;
    border-bottom: solid 30vw #988855;
  }
  .header__subtxt {
    width: 30vw;
    font-size: 1.2vw;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-main--right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .header__logo-link {
    display: flex;
    align-items: center;
  }
  .header__logo-img {
    width: 43.7333333333vw;
    height: 9.0666666667vw;
    max-width: 22vw;
  }
  .header__subtxt {
    width: 50vw;
    margin-bottom: 5px;
    line-height: 1.1;
  }
  .header .sp-nav {
    background: #c2ad68;
    color: #fff;
    position: relative;
    z-index: 10;
    height: 14.6666666667vw;
    width: 13.3333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .header .sp-nav i {
    font-size: 10.1333333333vw;
    line-height: 1;
    margin-top: -5px;
  }
  .header .sp-nav__text {
    display: block;
    line-height: 1;
    font-size: 2.9333333333vw;
    margin-top: -5px;
    text-align: center;
  }
  body.fixed #maincontainer {
    overflow: hidden;
    height: 100vh;
  }
  .header .sp-menu {
    width: 100%;
    height: 0;
    transform: translateY(-200%);
    transition: all .4s;
    overflow: hidden;
    background: #012643;
    position: fixed;
    z-index: -2;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 0vw 0vw 21.3333333333vw 0vw;
  }
  .header .sp-menu.active {
    height: 100%;
    overflow-y: scroll;
    transform: translateY(0);
  }
  .header .sp-menu-wrap {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .header .sp-menu-wrap.active {
    height: auto;
  }
  .header .sp-menu__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .header .sp-menu__list-item {
    width: 50%;
  }
  .header .sp-menu__list-item:first-child {
    border-right: 1px solid #fff;
  }
  .header .sp-menu__link {
    background: #F1F1F1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5.3333333333vw 1.3333333333vw 5.3333333333vw 1.3333333333vw;
    font-size: 4.5333333333vw;
    color: #006ec7;
    text-align: center;
  }
  .header .sp-menu__link::after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='linkarrow' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006ec7;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M12,2C6.477,2,2,6.477,2,12s4.477,10,10,10s10-4.477,10-10S17.523,2,12,2z M10,18l-1.41-1.41L13.17,12 L8.59,7.41L10,6l6,6L10,18z'/%3E%3Cpath class='st1' d='M0,0h24v24H0V0z'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
    margin: 0vw 0vw 0vw 0.5333333333vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background-size: contain;
    margin-left: 5px;
  }
  .header .sp-menu__tab {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .header .sp-tab-main__list {
    width: 29.3333333333vw;
  }
  .header .sp-tab-main__list-item {
    border: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f2f2;
    transition: all .4s;
    border-bottom: 1px solid #fff;
    font-size: 4vw;
    height: 21.3333333333vw;
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 5;
  }
  .header .sp-tab-main__list-item:last-child {
    border-bottom: 0;
  }
  .header .sp-tab-main__list-item--tkcnf {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_tkcnf.png");
  }
  .header .sp-tab-main__list-item--tkc {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_tkc.png");
  }
  .header .sp-tab-main__list-item--cc {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_cc.png");
  }
  .header .sp-tab-main__list-item--consolidate {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_consolidate.png");
  }
  .header .sp-tab-main__list-item--ao {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_ao.png");
  }
  .header .sp-tab-main__list-item--law {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_law.png");
  }
  .header .sp-tab-main__list-item--lg {
    background-image: url("/media_library/grhpcommon/images/nav_sp_img_lg.png");
  }
  .header .sp-tab-main__list-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 70, 128, 0.3);
    z-index: -1;
  }
  .header .sp-tab-main__list-item.active {
    color: #006ec7;
    font-weight: bold;
  }
  .header .sp-tab-main__list-item.active::before {
    background: rgba(255, 255, 255, 0.6);
  }
  .header .sp-tab-main__list-item.active::after {
    content: '';
    background: url("/media_library/grhpcommon/images/nav_sp_selected_arrow.png") no-repeat left top;
    background-size: contain;
    width: 2.6666666667vw;
    height: 6.4vw;
    position: absolute;
    left: 100%;
    top: 7.4666666667vw;
  }
  .header .sp-tab-sub {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .header .sp-tab-sub__box {
    display: none;
    opacity: 0;
  }
  .header .sp-tab-sub__box.active {
    display: block;
    opacity: 1;
  }
  .header .sp-tab-sub__heading {
    font-size: 4.8vw;
    margin-bottom: .5em;
    font-weight: normal;
    color: #004680;
  }
  .header .sp-main__list {
      width: 100%;
      background: #FFF;
  }
  .header .sp-main__list li a {
    display: block;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 2.6666666667vw 2.1333333333vw 1.3333333333vw;
    border-bottom: #E5E5E5 1px solid;
    position: relative;
    color: #012643;
    text-align: center;
    line-height: 1.2;
    min-height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .sp-main__list li a::after {
    content: '\e409';
    font-family: 'Material Icons';
    position: absolute;
    right: 0;
  }
  .header .sp-menu__ft {
    background: #012643;
  }
  .header .sp-ft__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  .header .sp-ft__list-item {
    width: 50%;
    min-width: auto;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
  }
  .header .sp-ft__list-item.headerbtnbox {
    padding: 5px 5px;
  }
  .header .sp-ft__list-item.headerguide {
    padding: 5px 5px;
  }
  .header .sp-ft__list-item:nth-child(odd) {
    border-right: 1px solid #E5E5E5;
  }
  .header .sp-ft__list-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .header .sp-ft__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006ec7;
    background: #fff;
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .headerbtnbox::before,
  .headerguide::before {
    display: none;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .header .sp-ft__link {
    font-size: 4.2666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .header .sp-ft__link::before {
    content: '';
    background-repeat: no-repeat;
    width: 6.4vw;
    height: 6.4vw;
    background-position: center center;
  }
  .header .sp-ft__link--news::before {
    background-image: url("/media_library/grhpcommon/images/icon_news.svg");
  }
  .header .sp-ft__link--access::before {
    background-image: url("/media_library/grhpcommon/images/icon_access.svg");
  }
  .header .sp-ft__link--recruit::before {
    background-image: url("/media_library/grhpcommon/images/icon_recruit.svg");
  }
  .header .sp-ft__link--mail::before {
    background-image: url("/media_library/grhpcommon/images/icon_mail.svg");
  }
  .header .sp-ft__eng {
    text-align: center;
    background: #006ec7;
  }
  .header .sp-ft__eng-link {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 1.3333333333vw;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-size: 4.2666666667vw;
  }
  .header .sp-ft__eng-link::before {
    content: '';
    background: url("/media_library/grhpcommon/images/header_icon_global.svg") no-repeat left center;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: contain;
    margin-right: 5px;
  }
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

densitorihiki

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mainbox.densitorihiki {
  background-color: #CEDFE4;
  background-image: url(/media_library/chudaiken/densitorihiki/images/mv_bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
  overflow: hidden;
  height: 37vw;
  max-height: 600px;
  box-sizing: border-box;
}
.mainbox.densitorihiki .mainbox__inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.mainbox__bg-white {
  position: relative;
  max-width: 600px;
  padding-bottom: 5vw;
  width: 50%;
}
.mainbox__bg-white::before {
  position: absolute;
  right: 0;
  left: -7vw;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100vw;
  width: 43vw;
  background-color: #fff;
  content: "";
  z-index: 2;
  transform: rotate(-35deg);
}
.mainbox__bg-white::after {
  position: absolute;
  right: 0;
  left: -600px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 280%;
  width: 600px;
  background-color: #CEDFE4;
  content: "";
  z-index: 1;
  transform: rotate(-35deg);
  opacity: 0;
}
.mainbox__bg-white > div {
  z-index: 3;
  position: relative;
  padding: 0;
}
.mainbox__bg-white .mainbox__label {
  background-color: #012643;
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  font-size: 1.5rem;
}
.mainbox__bg-white h1 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #012643;
  color: #012643;
  letter-spacing: 4px;
  display: inline-block;
  padding: 20px 0;
}
.mainbox__bg-white h1 > span {
  font-size: 3.5rem;
}
.mainbox__bg-white .mainbox__lower {
  font-size: 1.9rem;
  margin-top: 20px;
  color: #012643;
  font-weight: 500;
}
.mainbox__dl {
  position: absolute;
  bottom: 0;
  right: -1vw;
  z-index: 2;
  margin: 0;
  padding: 2rem;
  display: block;
  align-items: initial;
}
.mainbox__dl::before {
  content: "";
  position: absolute;
  display: block;
  width: 150%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #0F2A3F;
  opacity: 0.7;
  border-radius: 0;
  z-index: 1;
  transition: .5s;
}
.mainbox__dl:hover::before {
  opacity: 1;
  box-shadow: 0 0 10px 5px #fff;
}
.mainbox__dl .mainbox__dl__inner {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainbox__dl .mainbox__dl__inner .alignc {
  margin: 0;
  transition: .5s;
  height: 6vw;
  width: auto;
}
.mainbox__dl .mainbox__dl__inner .alignc img {
  max-height: 100%;
}
.mainbox__dl:hover .mainbox__dl__inner figure {
  transform: scale(1.04);
}
.mainbox__dl > p {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.mainbox__dl .dlbtn {
  margin: 0;
}
.mainbox__dl .dlbtn a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  text-align: left;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.mainbox__dl .dlbtn a > p.title {
  margin: 0;
  padding: 0 1rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #FFF;
}
.mainbox__dl .dlbtn a.btnbox__darkyellow::after {
  width: 6px;
  height: 11px;
}
.mainbox__dl .dlbtn .btnbox__darkyellow {
  min-width: 300px;
  display: inline-block;
  padding: 15px 15px;
  text-align: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .16);
  border-radius: 5px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 1rem 0 0 1rem;
}
.mainbox__dl .dlbtn .btnbox__darkyellow {
  color: #fff;
  background: -moz-linear-gradient(left, #C7B26D, #97813B); 
  background: -webkit-linear-gradient(left, #C7B26D, #97813B); 
  background: linear-gradient(to right, #C7B26D, #97813B); 
  border: 1px solid #97813B;
}
.mainbox__dl .dlbtn .btnbox__darkyellow:hover {
  color: #97813B;
  background: #FFF;
}

@media only screen and (min-width: 1400px) {
  .mainbox.densitorihiki {
    background-color: #e9faf9;
    background-size: contain;
    background-position: center top calc(50% + 20px);
  }
  .mainbox__bg-white::before {
    max-width: 730px;
    width: 50vw;
  }
}
@media only screen and (max-width: 1600px) {
  .mainbox__bg-white {
    padding: 0 1vw 0 3vw;
  }
  .mainbox__bg-white .mainbox__label {
    font-size: 1.6vw;
  }
  .mainbox__bg-white h1 {
    font-size: 2.2vw;
  }
  .mainbox__bg-white h1 > span {
    font-size: 3.5vw;
  }
  .mainbox__bg-white .mainbox__lower {
    font-size: 1.9vw;
  }
  .mainbox__bg-white::before {
    left: -15vw;
  }
}
@media only screen and (min-width: 1200px) {
  .mainbox__bg-white {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .mainbox__dl {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 1050px) {
  .mainbox.densitorihiki {
    background-size: cover;
    height: auto;
  }
  .mainbox.densitorihiki .mainbox__inner {
    flex-direction: column;
    padding: 0 3%;
  }
  .mainbox__bg-white {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mainbox__bg-white::before {
    left: 0;
    height: 180vw;
    transform: rotate(-65deg);
  }
  .mainbox__bg-white::after {
    display: none;
  }
  .mainbox__bg-white > div {
    display: inline-flex;
    flex-direction: column;
    padding: 40px 0 30px 10px;
  }
  .mainbox__bg-white .mainbox__label {
    text-align: center;
  }
  .mainbox__dl .mainbox__dl__inner .alignc {

  }
  .mainbox__dl {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 2vw;
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .mainbox.densitorihiki {
    padding-top: 14.6666666667vw;
    background-position: right -65vw center;
  }
  .mainbox__bg-white::before {
    left: -14vw;
    height: 300vw;
    width: 93vw;
    transform: rotate(-33deg);
    opacity: .9;
  }
  .mainbox__bg-white > div {
    padding: 6rem 0 6rem;
  }
  .mainbox__bg-white .mainbox__label {
    font-size: 1rem;
    padding: 10px 30px;
    min-width: 200px;
    width: fit-content;
  }
  .mainbox__bg-white h1 {
    font-size: 1.6rem;
  }
  .mainbox__bg-white h1 > span {
    font-size: 1.8rem;
  }
  .mainbox__bg-white .mainbox__lower {
    font-size: 1.2rem;
  }
  .mainbox__dl .dlbtn a {
    font-size: 1rem;
    padding: 20px 40px;
  }
  .mainbox__dl img {
    max-width: 200px;
  }
}

.densitorihiki__middle__list {
  background-color: rgba(15, 42, 63, 0.03);
  padding: 60px;
}
.densitorihiki__middle__list .list-container {
  background-color: #fff;
  padding: 30px 60px;
}
.densitorihiki__middle__list .list-container:not(:last-child) {
  margin-bottom: 30px;
}
.densitorihiki__middle__list .title-box {
  border-left: 3px solid #988855;
  padding-left: 20px;
}
.densitorihiki__middle__list .title-box > .title-box__point {
  color: #988855;
  font-size: 1.1rem;
}
.densitorihiki__middle__list .title-box > .title-box__num {
  background: #988855;
  color: #fff;
  padding: 2px 6px;
  margin-left: 10px;
  font-size: 1rem;
}
.densitorihiki__middle__list h3 {
  margin: 5px 0 0;
  color: #0F2A3F;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
.densitorihiki__middle__list .text-box {
  padding-left: 25px;
  font-size: 1.2rem;
  line-height: 2;
}
.densitorihiki__middle__list .text-box small {
  margin: 20px 0 30px;
  display: block;
}
.densitorihiki__middle__list .text-box .small-note{
  font-size: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .densitorihiki__middle__list {
    padding: 40px 10px;
  }
  .densitorihiki__middle__list .list-container {
    padding: 20px;
  }
  .densitorihiki__middle__list h3 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.densitorihiki__middle__qalist .list-container {
}
.densitorihiki__middle__qalist .qa-check {
  display: none;
}
.densitorihiki__middle__qalist .q-box {
  background-color: rgba(1, 38, 67, 0.05);
  display: flex;
  padding: 20px 50px 20px 20px;
  position: relative;
}
.densitorihiki__middle__qalist .q-box > .q-box__q {
  background-color: #2E495E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  height: 47px;
  width: 40px;
  font-size: 24px;
  padding-left: 5px;
}
.densitorihiki__middle__qalist .q-box > .q-box__tit {
  font-weight: 500;
  max-width: calc(100% - 80px);
  line-height: 1.8;
  font-size: 1.2rem;
  margin: 0;
}
.densitorihiki__middle__qalist .q-box::after{
  background: #e7e7e7;
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.densitorihiki__middle__qalist .qa-check:checked + .q-box:after {
  content: '\f068';
}
.densitorihiki__middle__qalist .a-box {
  background-color: #fff;
  display: flex;
  opacity: 0;
  height: 0;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 1rem;
}
.densitorihiki__middle__qalist .qa-check:checked + .q-box + .a-box{
  opacity: 1;
  padding: 20px 20px 20px;
  height: auto;
  visibility: visible;
  margin-bottom: 3rem;
}

.densitorihiki__middle__qalist .a-box > .a-box__a {
  background-color: #988855;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  height: 47px;
  width: 40px;
  font-size: 24px;
  padding-left: 5px;
}
.densitorihiki__middle__qalist .a-box__text {
  max-width: calc(100% - 80px);
}
.densitorihiki__middle__qalist .a-box__url {
  border: 1px solid #eee;
  font-size: .9rem;
  padding: 1rem;
  margin-top: .5rem;
}
.densitorihiki__middle__qalist .a-box__url > em {
  font-weight: 700;
  display: block;
}
.densitorihiki__middle__qalist .a-box__url > a {
  word-break: break-all;
}
.densitorihiki__middle__qalist p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .densitorihiki__middle__qalist .q-box {
    padding: 20px 40px 20px 10px;
  }
  .densitorihiki__middle__qalist .q-box::after {
    padding: 10px 15px;
  }
  .densitorihiki__middle__qalist .q-box > .q-box__q {
    height: 37px;
    width: 32px;
    font-size: 20px;
    padding-left: 5px;
  }
  .densitorihiki__middle__qalist .q-box > .q-box__tit {
    line-height: 1.8;
    max-width: calc(100% - 60px);
    font-size: 1rem;
  }
  .densitorihiki__middle__qalist .a-box {
    padding: 10px 10px 20px;
  }
  .densitorihiki__middle__qalist .a-box > .a-box__a {
    height: 37px;
    width: 32px;
    font-size: 20px;
    padding-left: 5px;
  }
  .densitorihiki__middle__qalist .a-box__text {
    max-width: calc(100% - 70px);
  }
}
#point .section__inner figure img {
  margin: auto;
}

/**
  right-float-box
**/
#right-float-box {
  position: absolute;
  top: 15vw;
  right: 0;
  transform: translateX(0);
  transition: all .5s;
  opacity: 1;
  z-index: 1000;
}
#right-float-box .btn-close,
#right-float-box .btn-hide {
  display: none;
  opacity: 0;
}
#right-float-box .right-float-in a{
}
body.header-scroll #right-float-box.scroll-start {
  position: fixed;
  top: auto;
  bottom: 20px;
  transform: translateX(0);
  opacity: 1;
  overflow: inherit;
  transition: .5s;
  animation-name:fadeLeftAnime;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateY(255px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
body.header-scroll #right-float-box .btn-close,
body.header-scroll #right-float-box .btn-hide {
  display: block;
  opacity: 1;
}
#right-float-box.scroll-start.scroll-end {
  transform: translateX(250px);
  opacity: 0
}

.right-float-box-in {
  display: inline-block
}

.right-float-box-in .right-float-in {
  display: block
}

.right-float-box-in .right-float-in img {
  width: 550px
}

.right-float-box-in .upperRight img {
  width: 40px
}

@media only screen and (max-width: 678px) {
  #right-float-box {
    position: fixed;
    top: auto;
    bottom: 0;
  }
  #right-float-box .btn-close,
  #right-float-box .btn-hide {
    display: block;
    opacity: 1;
  }
  .right-float-box-in .upperRight img {
    width: 5vw
  }
  .right-float-box-in .right-float-in img {
    width: 100vw
  }
}

.right-float-box-in .upperRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10
}

.right-float-box-in .right-float-in label {
  text-align: center;
  display: block;
  height: auto;
  line-height: 1.7;
  font-size: 15px
}

.right-float-box-in .right-float-in label input {
  vertical-align: text-top
}

@media only screen and (max-width: 460px) {
  .right-float-box-in .right-float-in label {
    font-size: 2vw
  }
}




