@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			index用SCSSファイル


New Creation:	2014/08/12.


Created By		Takumi Ohchi

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	container
3.	共通部分
4.	header
5.	content
6.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  color: #585858;
  display: block;
}

h1, h2, div, p, ul, ol, dl, form, table, address, tr, td, input, textarea {
  margin: 0;
  padding: 0;
}

a, strong, span, input, textarea, select, label {
  font-weight: normal;
  font-style: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0em;
  text-align: left;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

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

hr {
  border: none;
  border-top: solid 0.1em #c7bcb5;
  height: 0.1em;
  margin: 0.5em 0;
}

p, li {
  background: url(../img/dummy.png);
}

a {
  color: #3D81B6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
body {
  background-color: #3F82B3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

#container {
  padding-top: 26.5%;
  background-color: #FFF;
}

/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.clickstyle {
  -webkit-box-shadow: inset 0px 0px 5px #646464;
  box-shadow: inset 0px 0px 5px #646464;
}

.noscroll {
  position: fixed !important;
  width: 100%;
}

.slide-close {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.slide-close a {
  display: none;
}

.show {
  position: absolute;
}

.show .slide-close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
}

.show .slide-close a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 12%;
  height: 100%;
  padding: 2% 0 100vh;
  text-align: center;
  font-size: 4rem;
  color: #FFF;
  text-decoration: none;
}

.nav-item a {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F8F9', endColorstr='#FFF5F7F9');
  background-image: -owg-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), to(#f5f7f9));
  background-image: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-color: #f6f8f9;
  position: relative;
  display: block;
  padding: 6% 35px 6% 10px;
  border-bottom: 1px solid #A2ABB3;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  color: #585858;
}

.nav-item a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../img/icon_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.nav-item.nav-contact-pdf a {
  padding: 3.5% 0 3.5% 16% !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#009ad0), color-stop(49%, #3d86b8), color-stop(50%, #3778a7), color-stop(99%, #146197));
  background: linear-gradient(to bottom, #009ad0 0%, #3d86b8 49%, #3778a7 50%, #146197 99%);
  line-height: 1.3;
  color: #ffffff;
}

.nav-item.nav-contact-pdf a:before {
  position: absolute;
  top: 45%;
  left: 10px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  background-image: url(../img/nav_contact_pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.nav-item.nav-contact-pdf a::after {
  background-image: none;
}

.nav-item.nav-contact-consultation, .nav-item.nav-contact-counseling {
  float: left;
  width: 50%;
}

.nav-item.nav-contact-consultation a, .nav-item.nav-contact-counseling a {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF656464', endColorstr='#FF494849');
  background-image: -owg-linear-gradient(top, #656464 0%, #656464 49%, #494849 50%, #494849 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#656464), color-stop(49%, #656464), color-stop(50%, #494849), color-stop(99%, #494849));
  background-image: linear-gradient(top, #656464 0%, #656464 49%, #494849 50%, #494849 99%);
  background-color: #656464;
  padding-right: 0;
  padding-left: 32%;
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #ffffff;
}

.nav-item.nav-contact-consultation a::before, .nav-item.nav-contact-counseling a::before {
  position: absolute;
  top: 45%;
  left: 10px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.nav-item.nav-contact-consultation a::after, .nav-item.nav-contact-counseling a::after {
  background-image: none;
}

.nav-item.nav-contact-consultation a {
  border-right: 1px solid #333;
}

.nav-item.nav-contact-consultation a::before {
  background-image: url(../img/nav_contact_consultation.png);
}

.nav-item.nav-contact-counseling a::before {
  background-image: url(../img/nav_contact_counseling.png);
}

.nav-item.qa a em {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 0 0 .5em;
  background: #FFF;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: bottom;
}

.nav-item.qa a em:before {
  content: "NEW";
  color: #D84861;
  padding-right: 3px;
}

.nav-link {
  width: 94%;
  padding: 0 0 1%;
  margin: 0 auto;
}

.nav-link img {
  width: 100%;
}

.nav-link.last {
  padding-bottom: 3%;
}

.threepoints-list .threepoints-item:first-child {
  padding-top: 1%;
}

.threepoints-list .threepoints-item .nav-item {
  margin: 5px 2%;
}

.slide-contents {
  display: none;
}

.slide-contents.active {
  display: block;
}

.slide-menu {
  -webkit-box-shadow: inset 0 0 3px 3px #222;
  box-shadow: inset 0 0 3px 3px #222;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  right: -88%;
  top: 0;
  position: fixed;
  z-index: 9999;
  width: 88%;
  height: 100%;
  background: #333;
}

.slide-menu.show {
  overflow-y: scroll;
  -webkit-transform: translate3d(-100%, 0px, 1px);
}

.slide-menu .nav-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F8F9', endColorstr='#FFF5F7F9');
  background-image: -owg-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), to(#f5f7f9));
  background-image: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-color: #f6f8f9;
  position: relative;
  display: block;
  padding: 7% 35px 7% 10px;
  border-bottom: 1px solid #A2ABB3;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  color: #585858;
}

.slide-menu .nav-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../img/icon_arrow_bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.slide-menu .is-open .nav-title:after {
  background-image: url(../img/icon_arrow_top.svg);
}

.slide-menu .nav-detail {
  display: none;
}

.slide-menu .nav-sub-list {
  *zoom: 1;
  position: relative;
  background: #FFF;
  border-left: 1px solid #A2ABB3;
  border-right: 1px solid #A2ABB3;
}

.slide-menu .nav-sub-list:after {
  content: "";
  display: table;
  clear: both;
}

.slide-menu .nav-sub-list:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #A2ABB3;
}

.slide-menu .nav-sub-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #A2ABB3;
  border-right: 1px solid #A2ABB3;
  background: #FFF;
}

.slide-menu .nav-sub-item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
  min-width: 140px;
  height: 40px;
  padding: 0 2% 0 35px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-decoration: none;
  background: url(../img/icon_arrow_right.svg) 5px center no-repeat;
  background-size: 24px auto;
  color: #585858;
  vertical-align: middle;
}

.slide-menu .nav-sub-item:nth-child(even) {
  border-right: none;
}

.slide-menu .threepoints-list .threepoints-item:first-child {
  padding-top: 0;
}

.slide-menu .threepoints-list .threepoints-item a {
  line-height: 1.2;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 30px;
}

.slide-menu .selection {
  border-left: 5px solid #D84861;
}

.slide-menu .check {
  border-left: 5px solid #42A364;
}

.slide-menu .about {
  border-left: 5px solid #3F82B3;
}

.slide-menu .nav-item a {
  padding-top: 7%;
  padding-bottom: 7%;
}

.nav-box {
  padding: 4% 0;
}

.nav-box #hnavi {
  padding-bottom: 5%;
}

.nav-box .f-threepoints {
  background: #3F82B3;
  width: 96%;
  padding: 0 0 2%;
  margin: 2% auto 3%;
}

.nav-box .nav-list {
  *zoom: 1;
  padding: 0 2%;
}

.nav-box .nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-box .nav-item {
  margin: 2%;
}

.nav-box .nav-item a {
  border-radius: 6px;
  border: 1px solid #A2ABB3;
}

.nav-box .doctor {
  float: left;
  width: 49%;
  margin: 0;
}

.nav-box .doctor a {
  padding-top: 10%;
  padding-bottom: 10%;
}

.nav-box .qa {
  float: right;
  width: 49%;
  margin: 0;
}

.nav-box .qa a {
  padding: 10% 35px 10% 10px;
}

.nav-box .qa a em {
  display: block;
  width: 92px;
  padding: 3px 0;
  margin: 2% 0 0;
}

.nav-contact-list {
  overflow: hidden;
}

.contact-box.footer-contact {
  padding: 13% 0 5%;
  background: url(../img/nav_contact_btn_bg_footer.png) left top -5px no-repeat;
  background-size: 100% auto;
}

.contact-box.footer-contact dl {
  position: relative;
}

.contact-box.footer-contact .nav-contact-title {
  position: relative;
  top: 11px;
  width: 67%;
  padding: 0 5%;
}

.contact-box.footer-contact .nav-contact-pdf, .contact-box.footer-contact .nav-contact-mail {
  padding: 0 5%;
}

.contact-box.footer-contact .nav-contact-pdf {
  margin-top: 5%;
}

.contact-box.footer-contact .nav-contact-mail {
  margin-top: 13%;
}

.contact-box.footer-contact .nav-contact-mail-list {
  overflow: hidden;
}

.contact-box.footer-contact .nav-contact-mail-item {
  float: left;
  width: 49%;
}

.contact-box.footer-contact .nav-contact-mail-item.contact-consultation {
  margin-right: 2%;
}

.link-button {
  *zoom: 1;
  margin: 4% 0;
}

.link-button:after {
  content: "";
  display: table;
  clear: both;
}

.link-button a {
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 0px 4px #221814;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF656464', endColorstr='#FF494849');
  background-image: -owg-linear-gradient(top, #656464 0%, #656464 49%, #494849 50%, #494849 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#656464), color-stop(49%, #656464), color-stop(50%, #494849), color-stop(99%, #494849));
  background-image: linear-gradient(top, #656464 0%, #656464 49%, #494849 50%, #494849 99%);
  background-color: #656464;
  float: right;
  position: relative;
  display: inline-block;
  padding: 4% 35px 4% 10px;
  margin: 0;
  border: 2px solid #494849;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-align: left;
}

.link-button a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../img/icon_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.link-button a.clickstyle {
  -webkit-box-shadow: inset 0px 0px 5px #1A1818;
  box-shadow: inset 0px 0px 5px #1A1818;
}

.link-button.nav-close {
  width: 94%;
  padding: 5% 0;
  margin: 0 auto;
}

.link-button.nav-close a:after {
  background-image: url(../img/icon_arrow_top.svg);
  background-size: 100% auto;
}

.link-button.small a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36%;
  padding: 3% 0 3% 3%;
  margin: 0 0 0 60%;
  text-align: left;
  font-size: 1.2rem;
}

.link-button.small a:after {
  width: 9%;
}

.topicpath {
  width: 100%;
  background: #FFF;
  border-top: 1px solid #AAACB3;
  border-bottom: 1px solid #AAACB3;
  background: #FCFAE1;
}

.topicpath ol {
  *zoom: 1;
}

.topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}

.topicpath ol li {
  float: left;
  position: relative;
  padding: 5px 14px 5px 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: left;
  color: #585858;
}

.topicpath ol li a {
  text-decoration: none;
}

.topicpath ol li:after {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: -2px;
  width: 1px;
  height: 52%;
  background: #FFF;
  border-right: 1px solid #AAACB3;
  z-index: 0;
}

.topicpath ol li:before {
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -2px;
  width: 1px;
  height: 52%;
  background: #FFF;
  border-right: 1px solid #AAACB3;
  z-index: 0;
}

.topicpath ol li:first-child {
  padding: 5px 14px 5px 10px;
}

.flow-contact-box {
  display: none;
  width: 100%;
}

.flow-contact-box.fixed {
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.pager {
  *zoom: 1;
}

.pager:after {
  content: "";
  display: table;
  clear: both;
}

.pager .page-prev {
  float: left;
  margin-left: 0.3em;
  font-size: 1.6rem;
}

.pager .page-prev a {
  position: relative;
  display: block;
  padding: 0.3em;
  text-decoration: none;
}

.pager .page-prev a:before {
  content: "＜";
  display: inline-block;
  padding-right: 5px;
}

.pager .page-next {
  float: right;
  margin-right: 0.3em;
  font-size: 1.6rem;
}

.pager .page-next a {
  position: relative;
  display: block;
  padding: 0.5em;
  text-decoration: none;
}

.pager .page-next a:after {
  content: "＞";
  display: inline-block;
  padding-left: 5px;
}

.pager .page-num {
  *zoom: 1;
  text-align: center;
  margin: 5% 0 0;
  padding: 2% 0;
  background: #F3F4F4;
}

.pager .page-num:after {
  content: "";
  display: table;
  clear: both;
}

.pager .page-num li {
  display: inline-block;
  font-size: 1.6rem;
}

.pager .page-num li a {
  text-decoration: none;
  display: block;
  padding: 0.3em;
}

.pager .page-num li.page-first a:after {
  content: "…";
}

.pager .page-num li.page-last a:before {
  content: "…";
}

.pager .page-num li.current {
  padding: 0.3em;
  background: #999;
  color: #FFF;
}

.link-list {
  padding-bottom: 5%;
}

.link-list .link-item {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFC1C1C2');
  background-image: -owg-linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(71%, #efefef), color-stop(71%, #efefef), color-stop(87%, #dadadb), to(#c1c1c2));
  background-image: linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  background-color: #fefefe;
  border-top: 2px solid #9FA0A0;
}

.link-list .link-item a {
  position: relative;
  display: block;
  padding: 6% 10% 6% 30%;
  text-decoration: none;
}

.link-list .link-item a:before, .link-list .link-item a:after {
  position: absolute;
  content: "";
  display: block;
}

.link-list .link-item a:before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E6E6', endColorstr='#FF9FA0A0');
  background-image: -owg-linear-gradient(top, #e5e6e6 0%, #d6d7d7 67%, #9fa0a0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e6), color-stop(67%, #d6d7d7), to(#9fa0a0));
  background-image: linear-gradient(top, #e5e6e6 0%, #d6d7d7 67%, #9fa0a0 100%);
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background-color: #e5e6e6;
}

.link-list .link-item a:after {
  content: "";
  width: 8%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/arrow_right.png) center no-repeat;
  background-size: 50% auto;
}

.link-list .link-item a dl dt {
  padding-bottom: 5px;
  font-size: 1.6rem;
  color: #0E6876;
}

.link-list .link-item a dl dd {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #727171;
}

.link-list .link-item.current {
  position: relative;
}

.link-list .link-item.current:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/current_cover.png) left top repeat;
}

/*----------------------------------------------------------------------
4.	#header
----------------------------------------------------------------------*/

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.noscroll #header.headroom {
  position: fixed;
  top: 0;
  z-index: 50;
}

#header {
  width: 100%;
}

#header.headroom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#header.headroom--not-top {
  position: fixed;
  z-index: 100;
}

#header.headroom--not-top.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#header.headroom--not-top.animated.pin {
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}

#header.headroom--not-top.animated.pin.slideDown {
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}

#header.headroom--not-top.animated.pin.slideDown.outreturn {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  position: fixed;
}

#header.headroom--not-top.animated.up {
  position: fixed;
}

#header.headroom--not-top.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

#header.headroom--not-top.animated.slideUp {
  -webkit-animation-name: none;
  animation-name: none;
  position: absolute;
}

#header.headroom--not-top.animated.slideUp.up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  position: fixed;
}

#header.headroom--not-top.animated.after {
  position: fixed;
}

.header-inner {
  position: relative;
  padding: 2% 2% 0 1%;
  background: url(../img/header_bg.gif) left top repeat;
}

.top-text,
.bottom-text {
  background: #3F82B3;
}

.top-text {
  padding: 1% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.bottom-text {
  padding: 3px 10% 0;
}

.bottom-text img {
  margin-top: -12px;
  position: relative;
}

.logo {
  width: 88%;
}

.logo img {
  width: 100%;
}

.h-icon {
  width: 13%;
}

.h-icon a {
  display: block;
}

.h-icon a img {
  width: 100%;
}

.h-telephone,
.h-menu {
  position: absolute;
  top: 13%;
}

.h-telephone {
  right: 15%;
}

.h-menu {
  right: 1%;
}

.h-menu a {
  display: block;
}

.h-menu img {
  width: 100%;
}

.contact-menu {
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}

.contact-menu .contact-list {
  padding: 5% 0 0;
}

.contact-menu .contact-list .contact-item {
  width: 80%;
  margin: 0 auto 15px;
  border-top: 4px solid #3F82B3;
}

.contact-menu .contact-list .contact-item:last-child {
  margin-bottom: 0;
}

.contact-menu .contact-list .contact-item a.tel {
  display: block;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F8F9', endColorstr='#FFF5F7F9');
  background-image: -owg-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f8f9), color-stop(50%, #e5ebee), color-stop(51%, #d7dee3), to(#f5f7f9));
  background-image: linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  background-color: #f6f8f9;
  border: 1px solid #3F82B3;
  border-top: none;
  color: #585858;
  text-decoration: none;
}

.contact-menu .contact-list .contact-item .tel-link dt,
.contact-menu .contact-list .contact-item .tel-link dd {
  font-size: 1.8rem;
  padding: 4% 0;
  color: #656464;
}

.contact-menu .contact-list .contact-item .tel-link dt {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}

.contact-menu .contact-list .contact-item .tel-link dt img {
  width: 100%;
}

.contact-menu .contact-list .contact-item .tel-link dd {
  border-top: 1px solid #A2A1A2;
  padding-left: 38%;
  background: url(../img/tel_icon.jpg) 30% 48% no-repeat;
  background-size: 24px auto;
}

.contact-menu .contact-list .contact-item dl.countries-link dt,
.contact-menu .contact-list .contact-item dl.countries-link dd {
  font-size: 1.4rem;
  text-align: center;
}

.contact-menu .contact-list .contact-item dl.countries-link dt {
  padding: 4px 0;
}

.contact-menu .contact-list .contact-item dl.countries-link dd {
  padding-top: 3px;
}

.contact-menu .contact-list .contact-item dl.countries-link dd span {
  display: block;
  padding: 3px 0 0;
}

.contact-menu .contact-list .contact-item p.countries-link {
  padding: 4px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.contact-menu .contact-list .contact-item p.countries-link span {
  display: block;
  padding: 4px 0 0;
}

.contact-menu .contact-list .contact-item.nagoya .tel-link dt {
  width: 76%;
}

.contact-menu .contact-list {
  padding: 6% 0;
  background: #FFF;
  border-bottom: 1px solid #A2ABB3;
}

/*----------------------------------------------------------------------
5.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	#main
----------------------------------------------------------------------*/
.main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5AA2D3', endColorstr='#FF24629E');
  background-image: -owg-linear-gradient(top, #5aa2d3 0%, #24629e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5aa2d3), to(#24629e));
  background-image: linear-gradient(top, #5aa2d3 0%, #24629e 100%);
  text-shadow: 0 0 4px #084373;
  position: relative;
  padding: 3% 3% 3% 3%;
  background-color: #5aa2d3;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}

.lead {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 3% 2% 6%;
}

.text {
  font-size: 1.6rem;
  line-height: 1.6;
}

.text mark {
  padding: 1px 0;
  background: #F1F29A;
  color: #585858;
}

.text.bottom {
  margin-top: 3%;
}

.box {
  margin: 0 auto 10%;
  background: #FFF;
}

.box mark {
  padding: 1px 0;
  background: #F1F29A;
  color: #585858;
}

.box .box-inner {
  *zoom: 1;
  padding: 0 1%;
}

.box .box-inner:after {
  content: "";
  display: table;
  clear: both;
}

.pic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}

.pic img {
  width: 100%;
}

.pic.small {
  width: 30%;
}

.pic.big {
  width: 50%;
}

.pic.right {
  float: right;
  padding: 0 0 10px 10px;
}

.pic.left {
  float: left;
  padding: 0 10px 10px 0;
}

.pic.bottom {
  width: 100%;
  margin: 4% 0 0;
}

.pic.full {
  width: 100%;
  padding: 5px;
}

.l-title {
  padding: 4% 2%;
  background-color: #3F82B3;
  color: #FFF;
  font-size: 1.8rem;
}

.m-title {
  border-radius: 0 4px 4px 0;
  padding: 2% 2% 2% 3%;
  margin: 0 0 2%;
  background: #EBF4F3;
  border-left: 4px solid #78A6A1;
  color: #665B5B;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.m-title span {
  padding: 2px 0 0;
  display: block;
  font-size: 1.4rem;
}

.qa #container #content #main .main-contents {
  padding: 0 2%;
}

.qa #container #content #main .main-lead {
  font-size: 1.8rem;
  line-height: 1.5625;
  text-align: justify;
  padding: 1em 2% 3rem;
}

.qa #container #content #main .toc-list {
  font-size: 1.5rem;
  padding: 1.2em 1em;
  margin-bottom: 3rem;
  background: #eef6fc;
  border-radius: 10px;
}

.qa #container #content #main .toc-list-item {
  position: relative;
  margin-bottom: .9em;
}

.qa #container #content #main .toc-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .toc-list-item a {
  display: inline-block;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4285714286;
  color: #6d7071;
  text-decoration: none;
}

.qa #container #content #main .toc-list-item a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.2rem;
  margin: 0.4714285714rem 0;
  background: url(../img/qa_toc_arrow.png) no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.qa #container #content #main .qa-list-item {
  display: block;
  margin-bottom: 1.8rem;
  border: 3px solid #82c1e6;
  border-radius: 10px;
  font-size: .9rem;
  color: #6d7071;
  overflow: hidden;
}

.qa #container #content #main .qa-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .question {
  position: relative;
  padding: 2.1rem 3.5rem 2.1rem 1.5rem;
  background: url(../img/qa_question_bg.png) no-repeat;
  background-position: .9rem 1rem;
  background-size: 3.3rem;
  background-color: #eef6fc;
}

.qa #container #content #main .qa-list .question-title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5294117647;
  color: #3c80b5;
}

.qa #container #content #main .qa-list .question-title:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 25px / 2);
  right: 8px;
  background: url(../img/qa_toggle_button.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.qa #container #content #main .qa-list .answer > div {
  position: relative;
  padding: 2.1rem 1.5rem;
  background: url(../img/qa_answer_bg.png) no-repeat;
  background-position: top .9rem right 1rem;
  background-size: 3.3rem;
}

.qa #container #content #main .qa-list .answer > div > p {
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5294117647;
}

.qa #container #content #main .qa-list .answer > div .answer-list {
  margin-bottom: 1.8rem;
}

.qa #container #content #main .qa-list .answer > div .answer-list:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .answer > div .answer-list-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5294117647;
  color: #3c80b5;
  margin-bottom: .7rem;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  position: relative;
  padding-left: 1.1em;
  margin-bottom: .7rem;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item:last-child {
  margin-bottom: 0;
}

.qa #container #content #main .qa-list .answer > div .answer-list ul .answer-list-item:before {
  content: '';
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: .1rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-color: #3c80b5;
  border-radius: 100%;
}

.qa #container #content #main .qa-list .answer > div .answer-list > p > img {
  display: inline-block;
  margin-top: 1rem;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table {
  margin-top: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbbebf;
  table-layout: fixed;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th, .qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td {
  padding: .5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #bbbebf;
  table-layout: fixed;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th {
  font-weight: bold;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr th:first-child {
  white-space: nowrap;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td {
  background: #eef6fc;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul {
  text-align: left;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr td ul li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  background-color: #3c80b5;
  border-radius: 100%;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr .answer-table-kinds {
  width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3c80b5;
  background: #eef6fc;
}

.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr:nth-child(6) td,
.qa #container #content #main .qa-list .answer > div .answer-list .answer-table tbody tr:nth-child(7) td {
  vertical-align: top;
}

.qa #container #content #main .qa-list .js-accordion .js-accordion-contents {
  height: auto;
  max-height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa #container #content #main .qa-list .js-accordion.is-close .js-accordion-contents {
  height: 0;
}

.qa #container #content #main .qa-list .js-accordion.is-close .question h2:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer .copyright {
  position: relative;
  padding: 3% 0 2%;
  background: #3F82B3;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.4;
}

#footer .banner .duration {
  text-align: center;
  font-size: 1.4rem;
}

#footer .banner .duration .emphasis {
  font-weight: bold;
}

.banner-area {
  position: relative;
  margin: 0 0 40px;
}

.banner-list {
  overflow: hidden;
  width: 96%;
  margin: 4% auto 7%;
}

.banner-title {
  margin-bottom: 1%;
}

.banner-item {
  float: left;
  width: 48%;
}

.banner-item:nth-child(odd) {
  margin-right: 4%;
}

.banner-item:nth-child(1), .banner-item:nth-child(2) {
  margin-bottom: 4%;
}

div.flickSlideContainer {
  position: relative;
  width: 100%;
}

div.moveWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

ul.moveWrapBG {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

div.slideMask {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px #FFF solid;
  margin-right: 1px;
}

div.moveWrap > ul.move {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  display: none;
  width: 10000px;
  padding: 0;
  margin: 0;
  list-style: none;
}

div.moveWrap > ul.move li.slideUnit {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

li.slideUnit > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

div.flickSlideBottom div.bottomLeft, div.flickSlideBottom div.bottomRight {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

div.flickSlideBottom div.bottomLeft.off, div.flickSlideBottom div.bottomRight.off {
  display: none;
}

div.flickSlideBottom div.bottomLeft {
  left: 5px;
  background: url(../img/icon_arrow_left.svg) left top no-repeat;
  background-size: 100% auto;
}

div.flickSlideBottom div.bottomRight {
  right: 5px;
  background: url(../img/icon_arrow_right.svg) left top no-repeat;
  background-size: 100% auto;
}

div.flickSlideBottom ul.slidePager {
  position: absolute;
  bottom: -22px;
  display: table-cell;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

div.flickSlideBottom ul.slidePager li.slidePagerPointer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  border-radius: 8px;
  display: inline-block;
  background-color: #FFF;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #999;
}

div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
  background-color: #999;
}

.banner-slide {
  display: block;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  padding: 3% 0;
  background-color: rgba(239, 240, 240, 0.85);
}

.banner-slide-list {
  margin-bottom: 0;
}

.banner-slide-item {
  margin: 0 5px;
}

.banner-slide .slick-arrow {
  z-index: 2;
  padding-top: 8%;
  width: 10%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.banner-slide .slick-arrow::before {
  display: none;
}

.banner-slide .slick-next {
  top: 45%;
  right: 0;
  background-image: url(../img/slide_arrow_next.png);
}

.banner-slide .slick-prev {
  top: 45%;
  left: 0;
  background-image: url(../img/slide_arrow_prev.png);
}

.banner-slide .slick-dots {
  position: static;
  bottom: 0;
  margin-top: -3%;
}

.banner-slide .slick-dots li {
  margin: 0 1rem;
  width: 2rem;
  height: 2rem;
}

.banner-slide .slick-dots button {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
}

.banner-slide .slick-dots button::before {
  content: '';
}

.banner-slide .slick-active button {
  background-color: #618cbe;
}

.footer {
  margin-bottom: 27%;
}

.footer.nomargin {
  margin-bottom: 0;
}

.pagetop {
  bottom: 18%;
}

.pagetop.nomargin {
  bottom: 0;
}

.index_about {
  margin: 0 2% 5rem;
}

.index_about > .title {
  margin-bottom: 1.2rem;
}

.index_about p {
  font-size: 1.4rem;
  line-height: 1.6153846154;
  margin-bottom: 2rem;
}

.index_about ul li {
  margin-bottom: 1rem;
}

.index_about ul li dl dt {
  position: relative;
  padding: .4rem 0 .4rem 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3c80b6;
}

.index_about ul li dl dt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: .4rem 0;
  background-color: #3c80b6;
}

.index_about ul li dl dd {
  font-size: 1.4rem;
  line-height: 1.6153846154;
}

#pagetop {
  width: 50px;
}

#pagetop img {
  width: 100%;
}

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