@charset "UTF-8";
/* ****************************************************
style.css for livable PC版
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*general
=========================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #001922;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
}

strong,
em {
  font-weight: bold;
}

.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.cvBox {
  padding: 50px 0 60px;
  background: url(../images/index-bg02.png);
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
}

.cvBox > .inner > p:first-child {
  margin-bottom: 28px;
}

.cvBox > .inner > p:first-child + p {
  margin-bottom: 20px;
}

.cvBox > .inner > ul {
  margin: 20px auto 0;
  width: 610px;
}

.cvBox > .inner > ul:after {
  content: '';
  display: table;
  clear: both;
}

.cvBox > .inner > ul li {
  float: left;
  width: 295px;
}

.cvBox > .inner > ul li + li {
  float: right;
}

.cvBox > .inner > .tel {
  margin: 30px 0 0;
  color: #ffffff;
  text-align: center;
}

.cvBox > .inner > .tel p + p {
  margin: 10px 0 0;
}

.cvBox > .inner > .tel p:first-child + p {
  margin: 20px 0;
}

.cvBox > .inner > .tel p:first-child + p + p {
  font-size: 1.4rem;
}

.cvBox > .inner > .tel p:first-child + p + p + p {
  margin-bottom: -20px;
  font-size: 1.3rem;
}

/*header
=========================================*/
header {
  height: 60px;
  background-color: #001822;
}

header .inner {
  height: 60px;
}

header .inner p {
  float: left;
  width: 103px;
}

header .inner p + p {
  float: right;
  width: 353px;
}

/*contents
=========================================*/
#topSection {
  position: relative;
  height: 520px;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
}
#topSection h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -965px;
  width: 1930px;
}

#anchorNav {
  padding: 0;
  height: 99px;
  background-color: #dfe5e8;
  border-top: 1px solid #fff;
}

#anchorNav > ul {
  display: table;
  margin: 0 auto;
}

#anchorNav > ul li {
  display: table-cell;
  vertical-align: top;
}

#anchorNav > ul li + li {
  padding-left: 1px;
}

#section01 {
  background: url(../images/index-ph03.jpg) no-repeat 50% 0;
  background-size: cover;
}

#section01 .inner {
  padding: 0 0 60px;
}

#section01 .inner:after {
  content: '';
  display: table;
  clear: both;
}

#section01 h2 {
  padding: 50px 0 30px;
  text-align: center;
}

#section01 #tabNav {
  float: left;
  width: 270px;
  padding: 0;
}

#section01 #tabNav li {
  position: relative;
  box-sizing: border-box;
  width: 270px;
  padding: 23px 55px 15px 50px;
  background: url(../images/index-bg03.png) no-repeat 0 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}

#section01 #tabNav li:before {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  content: " ";
  background: url(../images/index-bg05.png) no-repeat 0 0;
}

#section01 #tabNav li:hover {
  background: url(../images/index-bg04.png) repeat-x 0 100%;
  text-decoration: underline;
  cursor: pointer;
}

#section01 #tabNav li:first-child {
  z-index: 6;
  margin-top: 0;
  padding-top: 18px;
}

#section01 #tabNav li:first-child img {
  margin-top: -10px;
}

#section01 #tabNav li:first-child + li + li + li + li + li {
  background-position: 0 0;
}

#section01 #tabNav li.selected {
  background: url(../images/index-bg04.png) repeat-x 0 100%;
  text-decoration: underline;
}

#section01 #tabNav li:hover:before,
#section01 #tabNav li.selected:before {
  background: url(../images/index-bg06.png) repeat-x 0 100%;
}

#section01 #tabNav li:hover:after,
#section01 #tabNav li.selected:after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/index-ic05.png) repeat-x 0 100%;
  content: " ";
}

#section01 #tabNav li img {
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: 5px;
}

#section01 #tabContents {
  float: right;
  width: 690px;
  background: #ffffff;
}

#section01 #tabContents .tabBox {
  display: none;
  box-sizing: border-box;
  overflow: auto;
  height: 620px;
  padding: 30px 50px 0;
}

#section01 #tabContents .tabBox.selected {
  display: block;
}

#section01 #tabContents .tabBox h3 {
  padding: 0 0 14px;
  border-bottom: 1px solid #dadada;
}

#section01 #tabContents .tabBox h4 {
  margin: 20px 0 0;
  padding: 1px 0 0 12px;
  border-left: 5px solid #e0bc58;
  font-weight: bold;
  font-size: 1.6rem;
}

#section01 #tabContents .tabBox h4 + ol {
  margin: 8px 0 0 22px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
}

#section01 #tabContents .tabBox h4 + ol li {
  list-style: decimal;
}

#section01 #tabContents .tabBox .colBox {
  padding: 10px 0 0;
}

#section01 #tabContents .tabBox .colBox:after {
  content: '';
  display: table;
  clear: both;
}

#section01 #tabContents .tabBox .colBox .text {
  float: left;
  width: 306px;
  font-size: 1.3rem;
  line-height: 1.8;
}

#section01 #tabContents .tabBox .colBox .photo {
  float: right;
  width: 265px;
  padding: 5px 0 0;
}

#section01 .caption {
  margin: 17px 0 0;
  padding: 10px 10px 5px;
  border-bottom: 30px solid #ffffff;
  background-color: #f7eed5;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

#section02 {
  padding: 50px 0 10px;
  background: #f4f6f7 url(../images/index-bg01.png) no-repeat 50% 0;
}
#section02 h2 {
  text-align: center;
}
#section02 h2 + p {
  margin: 20px 0 25px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
#section02 section ul {
  margin: 25px 0 45px;
}
#section02 section ul:after {
  content: '';
  display: table;
  clear: both;
}
#section02 section ul + ul {
  margin-top: -20px;
}
#section02 section ul li {
  width: 160px;
  float: left;
}
#section02 section ul li + li {
  margin-left: 40px;
}

#section03 {
  padding: 50px 0 0;
}
#section03 h2 {
  text-align: center;
}
#section03 section {
  font-size: 1.4rem;
  line-height: 1.8;
}
#section03 section + section {
  padding: 50px 0 15px;
  background-color: #f3f5f6;
}
#section03 section + section h3 {
  margin-top: 0;
}
#section03 section + section .colBox {
  display: table;
  width: 100%;
}
#section03 section + section .colBox > p {
  display: table-cell;
  vertical-align: middle;
}
#section03 section + section .colBox > p:first-child {
  width: 491px;
}
#section03 section + section .colBox > p:first-child + p {
  padding-left: 60px;
}
#section03 section h3 {
  margin: 45px 0 30px;
}
#section03 section h3 + p {
  text-align: center;
}

#section04 {
  background: url(../images/index-ph15.jpg) no-repeat 50% 0;
  background-size: cover;
}

#section04 .inner {
  padding: 50px 0 55px;
}

#section04 .inner h2 {
  margin: 0 0 20px;
  text-align: center;
}

#section04 .inner .box {
  padding: 40px;
  background: url(../images/index-bg07.png);
  font-size: 1.4rem;
  color: #ffffff;
}

#section04 .inner .box:after {
  content: '';
  display: table;
  clear: both;
}

#section04 .inner .box + .box {
  margin-top: 5px;
}

#section04 .inner .box#step01 .stepNo,
#section04 .inner .box#step01 .stepText {
  vertical-align: middle;
}

#section04 .inner .box#step02 .stepNo,
#section04 .inner .box#step02 .stepText {
  vertical-align: bottom;
}

#section04 .inner .box#step02 .stepText {
  margin-bottom: -3px;
}

#section04 .inner .box#step03 .stepNo,
#section04 .inner .box#step03 .stepText {
  vertical-align: bottom;
}

#section04 .inner .box#step03 .stepText {
  margin-bottom: -3px;
}

#section04 .inner .box#step04 .stepNo,
#section04 .inner .box#step04 .stepText {
  vertical-align: middle;
}

#section04 .inner .box#step05 .stepNo,
#section04 .inner .box#step05 .stepText {
  vertical-align: top;
}

#section04 .inner .box#step05 .stepText {
  margin-top: -5px;
}

#section04 .inner .box h3 {
  float: left;
  width: 380px;
}

#section04 .inner .box h3:after {
  content: '';
  display: table;
  clear: both;
}

#section04 .inner .box h3 .stepNo {
  display: inline-block;
  width: 170px;
}

#section04 .inner .box h3 .stepText {
  display: inline-block;
  width: 200px;
  color: #e0bc58;
  font-weight: bold;
  line-height: 1.5;
}

#section04 .inner .box ul {
  float: left;
  width: 460px;
  font-weight: bold;
}

#section04 .inner .box ul li {
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}

#section04 .inner .box ul li:before {
  display: inline-block;
  width: 2.2rem;
  content: "■";
  color: #e0bc58;
  font-size: 1.4rem;
  text-indent: 0;
}

#section04 .inner .box ul li + li {
  margin: 25px 0 0;
}

#section05 {
  padding: 0 0 50px;
  background-color: #e9edef;
  border-bottom: 1px solid #ffffff;
}

#section05 h2 {
  padding: 49px 0 30px;
  text-align: center;
}

#section05 #faq {
  background-color: #ffffff;
  border-bottom: 1px solid #dee0e2;
}

#section05 #faq h3 {
  position: relative;
  background: url(../images/index-ic01.png) no-repeat 97.5% 50%;
  border-top: 1px solid #dee0e2;
  padding: 20px 80px 16px 100px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  cursor: pointer;
}

#section05 #faq h3:hover {
  background: #f4f6f7 url(../images/index-ic03.png) no-repeat 97.5% 50%;
  text-decoration: underline;
}

#section05 #faq h3.open {
  background: url(../images/index-ic02.png) no-repeat 97.5% 50%;
}

#section05 #faq h3.open:hover {
  background: #f4f6f7 url(../images/index-ic04.png) no-repeat 97.5% 50%;
  text-decoration: underline;
}

#section05 #faq h3 .faqQ {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  padding-left: 22px;
}

#section05 #faq h3 img {
  vertical-align: middle;
}

#section05 #faq .text {
  position: relative;
  padding: 30px 100px 30px 150px;
  border-top: 1px solid #dee0e2;
  font-size: 1.4rem;
  line-height: 1.8;
}

#section05 #faq .text p:first-child {
  position: absolute;
  top: 21px;
  left: 99px;
}

#lastBox {
  padding: 69px 0 50px;
  background-color: #264651;
  color: #ffffff;
  text-align: center;
}

#lastBox p:first-child + p {
  margin: 60px 0 33px;
  font-size: 2rem;
}

#lastBox dl {
  margin: 30px 0 0;
  line-height: 1.9;
}

#lastBox dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#lastBox dl dd {
  font-size: 1.4rem;
  text-align: center;
}

/*footer
=========================================*/
footer {
  padding: 47px 0 37px;
  background-color: #000000;
  color: #ffffff;
}

footer p:first-child {
  text-align: center;
}

footer p:first-child img {
  cursor: pointer;
}

footer p:first-child + p {
  margin-top: 40px;
  text-align: center;
  font-size: 1.3rem;
}

#pageUp {
  position: fixed;
  width: 47px;
  bottom: 180px;
  right: 30px;
  cursor: pointer;
}
