/* ****************************************************
style.css for arrows BZ01 SP
 ***************************************************** */
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, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  color: #333;
}
body > img {
  display: none !important;
}

a:link,
a:visited {
  color: #1c5396;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

em,
strong,
.bold {
  font-weight: bold;
}

sup {
  font-size: 1rem;
  vertical-align: .2rem;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.cvBtn {
  width: 94.13333vw;
  margin: 0 auto;
}

/*Header
=========================================*/
header {
  background-color: #1c5396;
}
header #logo {
  background-color: #fff;
}
header #logo img {
  width: 72%;
}
header .cvBtn {
  padding-top: 3.06667%;
  padding-bottom: 4%;
}

/*Contents
=========================================*/
.fRoboto {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
}

#merit h2 + .lead {
  margin-top: -2px;
  padding: 0 5px 6%;
  background-color: #eee;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
#merit h3.toggleBtn {
  background: #ffffff url(../img/index_ic04.png) no-repeat 89.33333vw 50%;
  background-size: 7.33333vw auto;
  border-bottom: 1px solid #eee;
}
#merit h3.toggleBtn.open {
  background-image: url(../img/index_ic05.png);
}
#merit .toggleBox .toggleBtn {
  padding: 2.66667% 20% 2.66667% 4%;
  background: url(../img/index_ic06.png) no-repeat 0 50%;
  background-size: 100% auto;
  border-bottom: 1px solid #f6f6f6;
  font-weight: bold;
  font-size: 1.4rem;
}
#merit .toggleBox .toggleBtn.open {
  background-image: url(../img/index_ic07.png);
}
#merit .toggleContents .box {
  background-color: #1c5396;
  color: #fff;
  line-height: 1.5;
  font-size: 1.2rem;
}
#merit #merit01 .box {
  padding: 0 0 5.33333%;
}
#merit #merit01 .box ul {
  padding: 0 3.33333%;
  font-size: 1rem;
}
#merit #merit01 .box ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
#merit #merit02 .box {
  padding: 8% 3.33333% 6.66667%;
}
#merit #merit02 .box h4 {
  position: relative;
  padding: 0 38.71429% 4.28571% 0;
  font-size: 1.9rem;
  font-weight: bold;
}
#merit #merit02 .box h4 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.71429%;
  max-width: 200px;
}
#merit #merit02 .box h4 + p {
  position: relative;
  margin-top: -1px;
  padding: 2.85714% 0 2.14286%;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
#merit #merit03 .box {
  overflow: hidden;
  padding: 8% 3.33333% 6.66667%;
}
#merit #merit03 .box > p:first-child {
  margin-bottom: 2.14286%;
  font-size: 1.4rem;
  font-weight: bold;
}
#merit #merit03 .box .photo {
  float: left;
  width: 52.14286%;
  padding-bottom: 1.42857%;
}
#merit #merit03 .box .photo img {
  width: 94.52055%;
}
#merit #merit03 .toggleBox .toggleContents {
  background-color: #f6f6f6;
}
#merit #merit03 .toggleBox .toggleContents .note {
  margin: 3.33333% 3.33333%;
  padding-left: 1em;
  padding-bottom: 6.66667%;
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.5;
}
#merit #merit04 .box .text {
  padding: 0 3.33333% 6.66667%;
}
#merit #merit05 .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8% 3.33333% 6.66667%;
}
#merit #merit05 .box > section {
  width: 45.71429%;
  padding-bottom: 5.71429%;
}
#merit #merit05 .box > section h4 {
  margin: 10.9375% 0 3.125%;
  font-weight: bold;
  font-size: 1.4rem;
}
#merit #merit05 + .cvBtn {
  padding: 6.66667% 0 4%;
}

#moreMerit {
  background-color: #1c5396;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}
#moreMerit h3.toggleBtn {
  display: table-cell;
  width: 100vw;
  height: 26.66667vw;
  padding: 1.33333% 18.66667% 1.33333% 3.33333%;
  border-bottom: 1px solid #1c5396;
  background: #0a2f5b url(../img/index_ic08.png) no-repeat 0 50%;
  background-size: 100% auto;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
#moreMerit h3.toggleBtn span {
  font-size: 1.4rem;
}
#moreMerit h3.toggleBtn.open {
  background-image: url(../img/index_ic09.png);
}
#moreMerit > .cvBtn {
  padding: 6.66667% 0;
}
#moreMerit #moreMerit01 .box01 .wrap > p:first-child {
  width: 60%;
  margin: 0 auto;
}
#moreMerit #moreMerit01 .box01 .wrap .text {
  padding: 4% 3.33333% 0;
}
#moreMerit #moreMerit01 .box01 .wrap .text .note {
  margin-top: 2.14286%;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}
#moreMerit #moreMerit01 .box02 {
  padding: 0 0 8%;
}
#moreMerit #moreMerit01 .box02 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.33333%;
}
#moreMerit #moreMerit01 .box02 .wrap .text {
  width: 77.14286%;
}
#moreMerit #moreMerit01 .box02 .wrap .text + p {
  width: 18.57143%;
}
#moreMerit #moreMerit02 .box01 .wrap > p:first-child {
  width: 60%;
  margin: 0 auto;
}
#moreMerit #moreMerit02 .box01 .wrap .text {
  padding: 4% 3.33333% 0;
}
#moreMerit #moreMerit02 .box01 .wrap .text .note {
  margin-top: 2.14286%;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}
#moreMerit #moreMerit02 .box02 {
  padding: 0 0 8%;
}
#moreMerit #moreMerit02 .box02 .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 3.33333%;
}
#moreMerit #moreMerit02 .box02 .wrap .text {
  width: 77.14286%;
}
#moreMerit #moreMerit02 .box02 .wrap .text + p {
  width: 18.71429%;
}
#moreMerit #moreMerit03 .wrap {
  padding: 3.33333% 0;
}
#moreMerit #moreMerit03 .wrap .box02 h4, #moreMerit #moreMerit03 .wrap .box03 h4 {
  margin-bottom: 3.57143%;
}
#moreMerit #moreMerit03 .wrap .text {
  padding: 0 3.33333%;
}
#moreMerit #moreMerit03 .wrap .note {
  margin-top: 2.14286%;
  padding-left: 1em;
  font-size: 1rem;
  text-indent: -1em;
}

#case {
  padding-bottom: 6.66667%;
  background-color: #1c5396;
}
#case h3 {
  padding: 10% 0 4%;
  background-color: #1c5396;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
#case h4.toggleBtn {
  background: #0a2f5b url(../img/index_ic10.png) no-repeat 0 50%;
  background-size: 100% auto;
  border-bottom: 1px solid #1c5396;
}
#case h4.toggleBtn.open {
  background-image: url(../img/index_ic11.png);
}
#case .toggleContents {
  background-color: #f6f6f6;
}
#case .wrap {
  padding: 3.33333% 3.33333% 5.33333%;
}
#case .caseHead {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 3.33333%;
  border-bottom: 1px solid #ddd;
}
#case .caseHead > p:first-child {
  width: 28.85714%;
}
#case .caseHead .text {
  width: 67.14286%;
  font-size: 1rem;
  line-height: 1.5;
}
#case .caseHead .text > p:first-child {
  font-weight: bold;
  font-size: 1.2rem;
}
#case .caseHead .text > p:first-child em {
  font-size: 1.6rem;
}
#case .col {
  padding: 0 3.33333% 5.33333%;
  background-color: #fff;
}
#case .col > section {
  padding: 3.57143% 0 5%;
  font-size: 1.2rem;
  line-height: 1.5;
}
#case .col > section.rCol {
  position: relative;
  padding-top: 8.57143%;
}
#case .col > section.rCol:before {
  position: absolute;
  width: 5.06667vw;
  height: 4.26667vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../img/index_ic01.png) no-repeat 50% 0;
  background-size: 100% 100%;
  content: "";
}
#case .col > section h5 {
  margin-bottom: .2rem;
  font-weight: bold;
  font-size: 1.4rem;
}
#case .col ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
#case .col ul > li + li {
  margin-top: .3rem;
}
#case .col ul > li:before {
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .25em;
  background-color: #9a9a9a;
  border-radius: 100%;
  text-indent: 0;
  vertical-align: middle;
  content: "";
}
#case #caseA h3 {
  padding: 11.33333% 0 4%;
  background: #ffffff url(../img/index_bg01.png) no-repeat 0 100%;
  background-size: 100% auto;
}
#case #caseA #case02 .caseHead .text > p:first-child em {
  display: inline-block;
  line-height: 1.2;
}
#case #caseB .col {
  padding-top: 4.28571%;
  font-size: 1.2rem;
  line-height: 1.5;
}

#faq {
  padding-bottom: 6%;
  background-color: #eee;
}
#faq dl {
  padding: 0 3.33333%;
}
#faq dl .icon {
  width: 8.26667vw;
}
#faq dl dt {
  display: table;
  width: 100%;
  border-top: 1px solid #000;
}
#faq dl dt.toggleBtn {
  background: url(../img/index_ic04.png) no-repeat 98% 50%;
  background-size: 6vw auto;
}
#faq dl dt.toggleBtn.open {
  background-image: url(../img/index_ic05.png);
}
#faq dl dt:last-of-type {
  border-bottom: 1px solid #000;
}
#faq dl dt:last-of-type + dd {
  border-top: 0;
}
#faq dl dt:last-of-type + dd .icon + p {
  padding-bottom: 0;
}
#faq dl dt > span {
  display: table-cell;
  vertical-align: middle;
}
#faq dl dt > span.icon + span {
  width: 91.14286%;
  padding: 2.85714% 20% 2.85714% 2.14286%;
  height: 18.66667vw;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
#faq dl dd {
  border-top: 1px solid #000;
  font-size: 1.2rem;
  line-height: 1.5;
}
#faq dl dd .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#faq dl dd .icon {
  padding: 5% 0;
}
#faq dl dd .icon + p,
#faq dl dd .icon + .box {
  -webkit-align-self: center;
  align-self: center;
  width: 91.14286%;
  padding: 5% 2.14286%;
}
#faq .note {
  font-size: 1rem;
  line-height: 1.5;
}
#faq ul.note {
  margin-top: 4%;
  padding: 0 3.33333% 3.33333%;
}
#faq ul.note > li {
  padding-left: 1em;
  text-indent: -1em;
}
#faq p.note {
  margin: 3.33333% 3.33333% 0;
  padding-left: 1em;
  text-indent: -1em;
}
#faq #flow .wrap {
  position: relative;
  width: 93.33333%;
  margin: 0 auto;
}
#faq #flow ol > li:not(:first-child) {
  width: 85.71429%;
  margin-top: 1.71429%;
}
#faq #flow ol + p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.85714%;
}

/*Footer
=========================================*/
footer .cvBtn {
  padding-top: 6%;
}
footer #lastBox.static {
  position: relative;
}
footer #lastBox.static #pageUp {
  position: absolute;
}
footer #pageUp {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 26.93333vw;
  max-width: 130px;
}
footer #copy {
  padding: 3.33333%;
  font-size: 1rem;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
}
