@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%;
}

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

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: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

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

hr {
  margin: .5em 0;
  height: .1em;
  border: none;
  border-top: solid .1em #c7bcb5;
}

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

a {
  color: #3A6A89;
}

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

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav-box {
  padding: 4% 0;
  background-color: #0E6876;
}

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

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

.nav-box .nav .nav-list .nav-item {
  float: left;
  width: 32%;
}

.nav-box .nav .nav-list .nav-item img {
  width: 100%;
}

.nav-box .nav .nav-list .nav-item:nth-child(2), .nav-box .nav .nav-list .nav-item:nth-child(5) {
  padding: 0 2%;
}

.nav-box .nav .nav-list .nav-item:nth-child(4), .nav-box .nav .nav-list .nav-item:nth-child(5), .nav-box .nav .nav-list .nav-item:nth-child(6) {
  padding-top: 2%;
}

.nav-box .nav-beginner {
  margin: 0 auto;
  padding-top: 2%;
  width: 92%;
}

.nav-box .nav-beginner img {
  width: 100%;
}

.nav-box .suggestion {
  padding-top: 4%;
}

.suggestion {
  padding: 0 0 2%;
  background: #0E6876;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}

.contact-box {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.contact-box li {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE7DCAA', endColorstr='#FFCBB444');
  background-image: -owg-linear-gradient(top, #e7dcaa 0%, #d3bf5f 50%, #cbb444 100%);
  background-image: linear-gradient(top, #e7dcaa 0%, #d3bf5f 50%, #cbb444 100%);
  display: table-cell;
  border: 1px solid #c4af57;
  border-top: 2px solid #daca7b;
  border-bottom: 2px solid #daca7b;
  background-color: #e7dcaa;
  vertical-align: middle;
}

.contact-box li a {
  display: block;
  padding: 12px 2% 11px 26%;
  border-right: 2px solid #f9f1b7;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #714423;
}

.contact-box li:first-child {
  border-left: none;
}

.contact-box li:last-child {
  border-right: none;
}

.contact-box li:last-child a {
  border-right: none;
}

.contact-box li.mail a {
  padding-left: 33%;
  background: url(../img/icon_mail.png) 7% center no-repeat;
  background-size: 23% auto;
  letter-spacing: -.05em;
}

.contact-box li.pmail a {
  padding-left: 42%;
  background: url(../img/icon_pmail.png) 8% center no-repeat;
  background-size: 29% auto;
  letter-spacing: -.05em;
}

.contact-box li.counseling a {
  padding-left: 28%;
  background: url(../img/icon_counseling.png) 8% center no-repeat;
  background-size: 17% auto;
  letter-spacing: -.05em;
}

.link-button {
  width: 100%;
  text-align: center;
}

.link-button a {
  *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: linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  border-radius: 6px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
  width: 94%;
  border: 1px solid #9fa0a0;
  background-color: #fefefe;
  text-decoration: none;
  font-size: 1.6rem;
  color: #585858;
}

.link-button a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  width: 5%;
  height: 100%;
  background: url(../img/arrow_right.png) left center no-repeat;
  background-size: 100% auto;
}

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

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

.topicpath {
  margin: 1px auto;
  width: 100%;
  background: #8CC0BB;
}

.topicpath ol {
  *zoom: 1;
}

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

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

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

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

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

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

.flow-contact-box {
  display: none;
}

.flow-contact-box.fixed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid #999;
}

.flow-contact-box.fixed::before {
  content: 'まずは無料カウンセリングでエコー診断を';
  display: block;
  padding: 4px 0 3px;
  width: 100%;
  background: #0E6876;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}

.pager {
  *zoom: 1;
  margin: 15px 0;
  padding: 8px 0;
  background: #FFF;
}

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

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

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

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

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

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

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

.pager .page-num {
  *zoom: 1;
  text-align: center;
}

.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 {
  display: block;
  padding: .3em;
  text-decoration: none;
}

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

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

.pager .page-num li.current {
  padding: .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: linear-gradient(top, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  border-top: 2px solid #9FA0A0;
  background-color: #fefefe;
}

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

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

.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: 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: '';
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  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 {
  line-height: 1.4;
  font-size: 1.25rem;
  color: #727171;
}

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

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

/*----------------------------------------------------------------------
4.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.logo {
  width: 100%;
}

.logo img {
  width: 100%;
}

.h-home,
.h-menu {
  position: absolute;
  top: 9%;
  width: 14%;
}

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

.h-home {
  left: 3%;
}

.h-menu {
  right: 3%;
  background: url(../img/h_menu_a.png) left top no-repeat;
  background-size: 100% 100%;
}

.h-menu a > * {
  display: block;
  transition: opacity .15s linear;
}

.h-menu a.is-active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.drawer {
  display: none;
}

/*----------------------------------------------------------------------
5.	#content
----------------------------------------------------------------------*/
#content {
  background: url(../img/content_bg.jpg) left top repeat;
  background-size: 60px;
}

.main-title {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0E6877', endColorstr='#FF4D9099');
  background-image: -owg-linear-gradient(top, #0e6877 6%, #4d9099 98%);
  background-image: linear-gradient(top, #0e6877 6%, #4d9099 98%);
  padding: 3%;
  border-top: 2px solid #08464C;
  border-bottom: 1px solid #0b5559;
  background-color: #0e6877;
  line-height: 1.25;
  font-size: 1.8rem;
  color: #FFF;
}

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

.pic img {
  width: 100%;
}

.pic.right, .pic.left {
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 5px;
  width: 60%;
  background: url(../img/content_bg.jpg) left top repeat;
}

.pic.right {
  float: right;
  padding-left: 15px;
}

.pic.left {
  float: left;
  padding-right: 10px;
}

mark {
  background: none;
  color: #D83063;
}

/*----------------------------------------------------------------------
6.	#main
----------------------------------------------------------------------*/
.lead {
  padding: 4%;
}

.lead h1 {
  padding-bottom: 8px;
}

.lead .text {
  background: url(../img/line.png) left -2px repeat;
  line-height: 26px;
}

.lead-box dl dt {
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #849ba6;
  font-size: 1.5rem;
  font-weight: bold;
  color: #727171;
}

.accordion-box {
  margin-bottom: 1%;
  padding: 0 4%;
}

.accordion-box .taggle {
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF99B0BD', endColorstr='#FF12768A');
  background-image: -owg-linear-gradient(top, #99b0bd 0%, #5f8ea0 50%, #12768a 100%);
  background-image: linear-gradient(top, #99b0bd 0%, #5f8ea0 50%, #12768a 100%);
  position: relative;
  padding: 4% 0 4% 3%;
  border: 1px solid #DFE3E7;
  background-color: #99b0bd;
  font-size: 1.6rem;
  color: #FFF;
}

.accordion-box .taggle::before {
  content: 'OPEN';
  display: block;
  position: absolute;
  top: 55%;
  right: 12%;
  margin-top: -.5em;
  font-size: 1.2rem;
  font-weight: normal;
  color: #0E6876;
}

.accordion-box .taggle::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  width: 7%;
  height: 100%;
  background: url(../img/arrow_plus.png) left center no-repeat;
  background-size: 100% auto;
}

.accordion-box .taggle.is-open::before {
  content: 'CLOSE';
}

.accordion-box .taggle.is-open::after {
  background-image: url(../img/arrow_minus.png);
}

.accordion-box .accordion-detail {
  *zoom: 1;
  display: none;
  padding: 2% 0 4%;
}

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

.accordion-box .accordion-detail .text {
  background: url(../img/line.png) left -2px repeat;
  line-height: 26px;
}

.accordion-box .close {
  padding: 5% 0 0 72%;
  width: 27%;
}

.accordion-box .close a {
  border-radius: 4px;
  padding: 10% 3% 9% 15%;
  width: 82%;
  text-align: left;
  font-size: 1.2rem;
}

.accordion-box .close a::after {
  width: 20%;
  background-image: url(../img/arrow_accordion_close.png);
  background-position: left 45%;
}

.pmail #content {
  *zoom: 1;
  background: #E2EFF2;
}

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

.pmail .box {
  padding: 5% 4%;
}

.pmail #content .pic.left {
  width: 40%;
  background: #E2EFF2;
}

.js-accordion-title {
  cursor: pointer;
}

.js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all .4s ease-in;
  transform: translate3d(0, 0, 0);
}

.privacypolicy-text {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  color: #3C3938;
}

.p-privacypolicy {
  position: relative;
  color: #3C3938;
}

.p-privacypolicy-inner.is-open .p-privacypolicy-title {
  background: url(../img/privacypolicy_arrow2.png) center bottom 10.5333333333vw/4.2666666667vw 2.4vw no-repeat;
}

.p-privacypolicy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.7333333333vw 0 17.2vw;
  width: 100%;
  background: url(../img/privacypolicy_arrow1.png) center bottom 10.5333333333vw/4.2666666667vw 2.4vw no-repeat;
  text-align: center;
  font-size: 10px;
  letter-spacing: .18em;
}

.p-privacypolicy-title::before, .p-privacypolicy-title::after {
  content: '';
  display: block;
  flex: 1;
  height: .2666666667vw;
  background-color: #ccc;
}

.p-privacypolicy-title::before {
  margin-right: 1em;
}

.p-privacypolicy-title::after {
  margin-left: 1em;
}

.p-privacypolicy .p-title {
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: bold;
}

.p-privacypolicy .text,
.p-privacypolicy .item {
  line-height: 1.5 !important;
  font-size: 10px !important;
}

.p-privacypolicy .contents-title {
  margin-bottom: .5em;
  font-size: 10px;
}

.p-privacypolicy .list {
  margin-bottom: 1em;
  margin-left: 1em;
  counter-reset: list;
}

.p-privacypolicy .item {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.p-privacypolicy .item:nth-child(n)::before {
  counter-increment: list;
  content: "（" counter(list) "）";
}

.p-privacypolicy .text {
  margin-bottom: 1em;
}

.p-privacypolicy .text + .text,
.p-privacypolicy .text + .list {
  margin-top: 1em;
}

.p-privacypolicy .text.date {
  text-align: right;
}

.p-privacypolicy .text + .title,
.p-privacypolicy .list + .title {
  margin-top: 2em;
}

.p-privacypolicy #reception dt,
.p-privacypolicy #reception dd {
  line-height: 1.5;
  font-size: 10px;
}

.p-privacypolicy #reception dl {
  display: flex;
}

.p-privacypolicy #reception a {
  color: #585858;
}

.step-list {
  margin-top: 5%;
}

.step-list .step-item {
  padding: 0 0 2%;
}

.step-list .step-item:last-child {
  padding-bottom: 0;
}

.attention {
  margin: 5% 0 0;
}

.attention dt {
  padding: 3%;
  background: #8FB1B7;
  font-size: 1.4rem;
  color: #FFF;
}

.attention dd {
  padding-top: 2%;
}

.attention dd li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-size: 1.2rem;
}

.attention dd li::before {
  content: '●';
  margin-right: 2px;
  font-size: 1.6rem;
  color: #D95D9C;
}

.destination {
  margin: 5% 0 0;
}

.destination dt {
  margin-bottom: 4%;
  padding: 3% 0;
  background: #C9E2E7;
  text-align: center;
  font-size: 1.4rem;
  color: #0A6976;
}

.destination dd {
  box-sizing: border-box;
  border-radius: 4px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F7F9', endColorstr='#FFF6F7F7');
  background-image: -owg-linear-gradient(top, #f5f7f9 0%, #f6f7f7 50%, #ddddde 50%, #ddddde 50%, #f6f7f7 98%);
  background-image: linear-gradient(top, #f5f7f9 0%, #f6f7f7 50%, #ddddde 50%, #ddddde 50%, #f6f7f7 98%);
  padding: 4px;
  width: 100%;
  border: 1px solid #B5B6B6;
  background-color: #f5f7f9;
}

.destination dd a {
  box-sizing: border-box;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F7F7', endColorstr='#FFD3D3D4');
  background-image: -owg-linear-gradient(top, #f6f7f7 0%, #d3d3d4 100%);
  background-image: linear-gradient(top, #f6f7f7 0%, #d3d3d4 100%);
  display: block;
  padding: 5% 0;
  width: 100%;
  border: 1px solid #FFF;
  background-color: #f6f7f7;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  color: #727171;
}

.link-button {
  margin-top: 7%;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer .copyright {
  padding: 5px 1%;
  border: 1px solid #9aabb3;
  background-color: #0E6876;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #FFF;
}

#pagetop {
  width: 50px;
}

#pagetop img {
  width: 100%;
}
