#container {
  padding: 64px 0;
}
@media screen and (max-width: 520px) {
  #container {
    padding: 32px 0;
  }
}

#pankuzu {
  background: #F8B503;
}
#pankuzu .inner {
  padding: 8px 0;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner {
    margin-bottom: 24px;
    padding: 3px 0;
  }
}
#pankuzu .inner a {
  color: #fff;
  display: inline-block;
  margin-right: 1em;
  font-size: 1.3rem;
}
#pankuzu .inner span {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
}

#open-chatbot {
  background: none;
  border: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 8000;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #open-chatbot {
    left: 1%;
    text-align: left;
  }
}
#open-chatbot img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #open-chatbot img {
    width: 70%;
    height: auto;
  }
}

#global_header.top {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #global_header.top {
    margin-bottom: 0;
  }
}
#global_header.top .inner {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
#global_header.top .inner h1 {
  width: 173px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 1366px) {
  #global_header.top .inner h1 {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #global_header.top .inner h1 {
    margin-right: 0;
    margin-left: 16px;
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  #global_header.top .inner h1 {
    width: 170px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #global_header.top .inner h1 {
    width: 140px;
  }
}
#global_header.top .inner h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#global_header.top .inner h1 a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  #global_header.top .inner h1 a img {
    width: 120px;
  }
}
#global_header.top .inner #global_navi {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #global_header.top .inner #global_navi {
    width: 72%;
  }
}
@media screen and (max-width: 1100px) {
  #global_header.top .inner #global_navi {
    width: 95%;
  }
}
@media screen and (max-width: 960px) {
  #global_header.top .inner #global_navi {
    display: none;
  }
}
#global_header.top .inner #global_navi ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
#global_header.top .inner #global_navi ul li {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #global_header.top .inner #global_navi ul li:nth-child(1) {
    display: none;
  }
}
#global_header.top .inner #global_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #19446F;
  font-size: 1.3rem;
  line-height: 1;
  padding: 8px 0;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.8s ease;
}
@media screen and (max-width: 1440px) {
  #global_header.top .inner #global_navi ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #global_header.top .inner #global_navi ul li a {
    font-size: 1.1rem;
  }
}
#global_header.top .inner #global_navi ul li a img {
  display: inline-block;
  margin-bottom: 8px;
}
#global_header.top .inner #global_navi ul li a:hover {
  background: #eaeaea;
  color: #19446F;
}
#global_header.top .inner #utility {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  #global_header.top .inner #utility {
    right: 60px;
  }
}
#global_header.top .inner #utility a {
  height: 100%;
  padding: 10px 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, #FF7F3B, #F8B503);
}
@media screen and (max-width: 520px) {
  #global_header.top .inner #utility a {
    padding: 10px 4px;
  }
}
#global_header.top .inner #utility a img {
  width: 85%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1366px) {
  #global_header.top .inner #utility a img {
    width: 65%;
  }
}

#global_header.subnavi {
  width: 100%;
  position: relative;
}
#global_header.subnavi .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px 0;
  position: relative;
}
#global_header.subnavi .inner h1 {
  width: 173px;
  padding-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1366px) {
  #global_header.subnavi .inner h1 {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #global_header.subnavi .inner h1 {
    margin-right: 5px;
    padding-left: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  #global_header.subnavi .inner h1 {
    width: 170px;
  }
}
@media screen and (max-width: 520px) {
  #global_header.subnavi .inner h1 {
    width: 140px;
  }
}
#global_header.subnavi .inner h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#global_header.subnavi .inner h1 a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global_header.subnavi .inner #global_navi {
  width: 70%;
}
@media screen and (max-width: 1280px) {
  #global_header.subnavi .inner #global_navi {
    width: 72%;
  }
}
@media screen and (max-width: 1024px) {
  #global_header.subnavi .inner #global_navi {
    width: 74%;
  }
}
@media screen and (max-width: 960px) {
  #global_header.subnavi .inner #global_navi {
    display: none;
  }
}
#global_header.subnavi .inner #global_navi ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
#global_header.subnavi .inner #global_navi ul li {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #global_header.subnavi .inner #global_navi ul li:nth-child(1) {
    display: none;
  }
}
#global_header.subnavi .inner #global_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #19446F;
  font-size: 1.3rem;
  line-height: 1;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  #global_header.subnavi .inner #global_navi ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #global_header.subnavi .inner #global_navi ul li a {
    font-size: 1.1rem;
  }
}
#global_header.subnavi .inner #global_navi ul li a:hover {
  background: #F8B503;
  color: #fff;
}
#global_header.subnavi .inner #utility {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #global_header.subnavi .inner #utility {
    right: 60px;
  }
}
#global_header.subnavi .inner #utility a {
  height: 100%;
  padding: 0 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, #FF7F3B, #F8B503);
}
@media screen and (max-width: 1366px) {
  #global_header.subnavi .inner #utility a {
    padding: 0;
  }
}
#global_header.subnavi .inner #utility a img {
  width: 85%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1366px) {
  #global_header.subnavi .inner #utility a img {
    width: 65%;
  }
}

#key_visual.topkey {
  width: 100%;
  overflow: hidden;
}
#key_visual.topkey .key_inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#key_visual.subkey .key_inner {
  display: grid;
  grid-template-columns: 35% 65%;
  height: 430px;
}
@media screen and (max-width: 960px) {
  #key_visual.subkey .key_inner {
    grid-template-columns: 45% 55%;
    height: 320px;
  }
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
#key_visual.subkey .key_inner .key_info {
  background: #0F6FD0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner .key_info {
    padding: 20px 0;
  }
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner .key_info .info_content {
    text-align: center;
  }
}
#key_visual.subkey .key_inner .key_info .info_content .key_icon {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner .key_info .info_content .key_icon {
    width: 45px;
  }
}
#key_visual.subkey .key_inner .key_info .info_content h2 {
  font-size: 4.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #F8B503;
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner .key_info .info_content h2 {
    font-size: 3rem;
  }
}
#key_visual.subkey .key_inner .key_info .info_content p {
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  color: #fff;
}
@media screen and (max-width: 520px) {
  #key_visual.subkey .key_inner .key_info .info_content p {
    font-size: 1.4rem;
  }
}
#key_visual.subkey .key_inner .key_pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

#global-footer .footer_access {
  background: #F7F7F7;
}
#global-footer .footer_access .access_title {
  text-align: center;
  padding: 40px 0 24px;
}
#global-footer .footer_access .access_title h2 {
  text-align: center;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  color: #19446F;
}
#global-footer .footer_access .access_title p {
  color: #F8B503;
  font-size: 1.8rem;
}
#global-footer .footer_access .access_info {
  width: 1100px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer_access .access_info {
    width: 90%;
  }
}
#global-footer .footer_access .access_info ul li {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #19446F;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global-footer .footer_access .access_info ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer_access .access_info ul li {
    font-size: 1.2rem;
  }
}
#global-footer .footer_access .access_map iframe {
  width: 100%;
  height: 320px;
  vertical-align: bottom;
}
#global-footer .footer_in {
  position: relative;
  background: url(../images/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
}
#global-footer .footer_in .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
#global-footer .footer_in .footer_in_content {
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
#global-footer .footer_in .footer_in_content .catch {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_in .footer_in_content .catch {
    width: 90%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer_in .footer_in_content .catch img {
    width: 100%;
    height: auto;
  }
}
#global-footer .footer_in .footer_in_content .flogo {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer_in .footer_in_content .sns_wrap {
  text-align: center;
  margin-bottom: 20px;
}
#global-footer .footer_in .footer_in_content .sns_wrap a {
  display: inline-block;
  margin-right: 12px;
}
#global-footer .footer_in .footer_in_content .sns_wrap a:last-child {
  margin-right: 0;
}
#global-footer .footer_in .footer_in_content .sns_wrap a img {
  width: 40px;
  height: auto;
  vertical-align: bottom;
}
#global-footer .footer_in .footer_in_content .desc {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.7rem;
}
#global-footer .footer_in .footer_in_content .desc span {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.7rem;
}
#global-footer .footer_in .footer_in_content .ftable {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_in .footer_in_content .ftable {
    width: 90%;
    margin: 0 auto 24px;
  }
}
#global-footer .footer_in .footer_in_content .ftable img {
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_in .footer_in_content .ftable img {
    width: 100%;
    height: auto;
  }
}
#global-footer .footer_in .footer_in_content .annotation {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}
#global-footer .footer_in .footer_in_content .annotation span {
  display: inline-block;
  padding: 10px 24px;
  color: #fff;
  background: #0F6FD0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
#global-footer .footer_in .footer_in_content .fbtn_group {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 520px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer_in .footer_in_content .fbtn_group {
    width: 70%;
    flex-direction: column;
    row-gap: 24px;
    text-align: center;
  }
}
#global-footer .footer_in .footer_in_content .fbtn_group a {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  place-items: center;
  background: linear-gradient(to bottom, #FF7F3B, #F8B503);
  border-radius: 2em;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
}
#global-footer .footer_in .footer_in_content .fbtn_group a img {
  display: inline-block;
  margin-right: 8px;
}
#global-footer .footer_in .footer_in_content .footer_banner {
  text-align: center;
  margin-bottom: 30px;
}
#global-footer .footer_in .footer_in_content .footer_banner .portal_title {
  text-align: center;
  margin-bottom: 20px;
}
#global-footer .footer_in .footer_in_content .footer_banner .portal_title span {
  display: inline-block;
  line-height: 1;
  padding: 13px 30px;
  background: #0F6FD0;
  color: #fff;
  font-size: 1.7rem;
}
#global-footer .footer_in .footer_in_content .footer_banner a {
  display: inline-block;
  background: #fff;
}
#global-footer .footer_in .footer_in_content .footer_banner a:first-child {
  margin-right: 16px;
}
#global-footer .footer_in .footer_in_content .footer_navi {
  width: 80%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 960px) {
  #global-footer .footer_in .footer_in_content .footer_navi {
    display: none;
  }
}
#global-footer .footer_in .footer_in_content .footer_navi ul {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
#global-footer .footer_in .footer_in_content .footer_navi ul li {
  width: 100%;
}
#global-footer .footer_in .footer_in_content .footer_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 0;
  font-family: vdl-v7gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all 0.5s ease;
}
#global-footer .footer_in .footer_in_content .footer_navi ul li a:hover {
  background: #F8B503;
  color: #fff;
}
#global-footer .footer_in .footer_in_content .pplink {
  text-align: center;
}
#global-footer .footer_in .footer_in_content .pplink a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
}
#global-footer .copy {
  margin-bottom: 24px;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #global-footer .copy {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .copy {
    padding-bottom: 120px;
  }
}
#global-footer .copy small {
  font-size: 1.3rem;
}

.makura_allwrap {
  background: #32567C;
}

.makura_wrap {
  width: 1400px;
  margin: 0 auto;
  background: #32567C;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  .makura_wrap {
    width: 90%;
  }
}
.makura_wrap .makura_inner {
  padding: 30px;
  border: 1px dashed #fff;
  display: grid;
  grid-template-columns: 23% 23% 50%;
  column-gap: 2%;
  place-items: center;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_pic {
    text-align: center;
  }
}
.makura_wrap .makura_inner .banner_pic img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_pic img {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_illust {
    text-align: center;
    margin-bottom: 40px;
  }
}
.makura_wrap .makura_inner .banner_illust img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_illust img {
    width: 70%;
  }
}
.makura_wrap .makura_inner .banner_info .banner_info_title h3 {
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title h3 {
    font-size: 4vw;
  }
}
.makura_wrap .makura_inner .banner_info .banner_info_title .sub_en {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFE18E;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title .sub_en {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title .sub_en {
    font-size: 2.5vw;
  }
}
.makura_wrap .makura_inner .banner_info .banner_info_title .author_intro {
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title .author_intro {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .banner_info_title .author_intro {
    font-size: 2.8vw;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .desc {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .info_content .desc {
    font-size: 2.8vw;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .annotation {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .info_content .annotation {
    font-size: 2.4vw;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .price_btn {
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 520px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn {
    display: block;
    text-align: center;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .price_btn span {
  display: inline-block;
  margin-right: 20px;
  color: #F8B500;
  font-size: 4.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn span {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 520px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn span {
    margin-bottom: 20px;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .price_btn a {
  display: grid;
  place-items: center;
  width: auto;
  padding: 12px 20px;
  text-align: center;
  background: #F8B500;
  border-radius: 7px;
  color: #FFE18E;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 520px) {
  .makura_wrap .makura_inner .banner_info .info_content .price_btn a {
    font-size: 4vw;
  }
}
.makura_wrap .makura_inner .banner_info .info_content .price_btn a:hover {
  transition: all 0.5s ease;
  color: #32567C;
  box-shadow: inset 0 0 10px rgb(0, 0, 0);
}

.mainicon {
  text-align: center;
  margin-bottom: 50px;
}

.main_container_voice {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .main_container_voice {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .main_container_voice {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  .main_container_voice {
    width: 88%;
  }
}
.main_container_voice .voice_wrap {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 32px;
}
@media screen and (max-width: 1366px) {
  .main_container_voice .voice_wrap {
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 32px;
  }
}
@media screen and (max-width: 960px) {
  .main_container_voice .voice_wrap {
    grid-template-columns: 48% 48%;
    column-gap: 4%;
    row-gap: 32px;
  }
}
@media screen and (max-width: 520px) {
  .main_container_voice .voice_wrap {
    display: block;
  }
}
.main_container_voice .voice_wrap .voice_box {
  padding: 26px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.main_container_voice .voice_wrap .voice_box .icon {
  text-align: center;
  margin-bottom: 4px;
}
.main_container_voice .voice_wrap .voice_box .name {
  font-size: 2.1rem;
  font-weight: bold;
  color: #0F6FD0;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .main_container_voice .voice_wrap .voice_box .name {
    font-size: 1.8rem;
  }
}
.main_container_voice .voice_wrap .voice_box dl {
  background: #f8f8f8;
  padding: 12px;
}
.main_container_voice .voice_wrap .voice_box dl dt {
  color: #0F6FD0;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .main_container_voice .voice_wrap .voice_box dl dt {
    font-size: 1.5rem;
  }
}
.main_container_voice .voice_wrap .voice_box dl dd {
  font-size: 1.35rem;
  line-height: 1.8;
}
.main_container_voice .voice_wrap .voice_box dl dd:nth-child(2) {
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .main_container_voice .voice_wrap .voice_box dl dd {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=voice.css.map */
