@charset "UTF-8";
/*
--------------------------------------------
// 共通ファイル
--------------------------------------------
*/
/*
--------------------------------------------
// リセットCSS
--------------------------------------------
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
// common
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #111;
  line-height: 1.5;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", YuGothic, sans-serif;
  min-width: 320px;
  position: relative;
  margin-bottom: 40px; }

.wrapper {
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.caption {
  font-size: 12px;
  margin-top: 5px; }

/*
// link
*/
a {
  color: #1a2433;
  cursor: pointer;
  outline: none;
  text-decoration: underline; }

a.noactive {
  pointer-events: none;
  opacity: 0.25; }

a:visited {
  color: #1a2433; }

a:hover {
  color: #536c80;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 
// only
*/
@media screen and (min-width: 768px) {
  .sponly {
    display: none; } }

.pconly {
  display: none; }
  @media screen and (min-width: 768px) {
    .pconly {
      display: inline; } }

/*
// font
*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
// row
*/
.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media screen and (min-width: 768px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row > div {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .row > div {
      padding-right: 20px;
      padding-left: 20px; } }
  .row > div:last-child {
    margin-bottom: 0; }

.row-inner {
  margin-right: -10px;
  margin-left: -10px; }
  @media screen and (min-width: 768px) {
    .row-inner {
      margin-right: -10px;
      margin-left: -10px; } }

.row-inner > div {
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (min-width: 768px) {
    .row-inner > div {
      padding-right: 10px;
      padding-left: 10px; } }

.row-sp-float {
  float: left;
  margin-bottom: 20px; }
  .row-sp-float:last-child {
    margin-bottom: 0; }

.row-sp-12,
.row-sp-11,
.row-sp-10,
.row-sp-9,
.row-sp-8,
.row-sp-7,
.row-sp-6,
.row-sp-5,
.row-sp-4,
.row-sp-3,
.row-sp-2,
.row-sp-1 {
  float: left;
  margin-bottom: 20px; }
  .row-sp-12:last-child,
  .row-sp-11:last-child,
  .row-sp-10:last-child,
  .row-sp-9:last-child,
  .row-sp-8:last-child,
  .row-sp-7:last-child,
  .row-sp-6:last-child,
  .row-sp-5:last-child,
  .row-sp-4:last-child,
  .row-sp-3:last-child,
  .row-sp-2:last-child,
  .row-sp-1:last-child {
    margin-bottom: 0; }

.row-sp-12 {
  width: 100%; }

.row-sp-11 {
  width: 91.66666667%; }

.row-sp-10 {
  width: 83.33333333%; }

.row-sp-9 {
  width: 75%; }

.row-sp-8 {
  width: 66.66666667%; }

.row-sp-7 {
  width: 58.33333333%; }

.row-sp-6 {
  width: 50%; }

.row-sp-5 {
  width: 41.66666667%; }

.row-sp-4 {
  width: 33.33333333%; }

.row-sp-3 {
  width: 25%; }

.row-sp-2 {
  width: 16.66666667%; }

.row-sp-1 {
  width: 8.33333333%; }

.row-tb-float {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .row-tb-float {
      float: left;
      margin-bottom: 0; } }
  .row-tb-float:last-child {
    margin-bottom: 0; }

.row-tb-12,
.row-tb-11,
.row-tb-10,
.row-tb-9,
.row-tb-8,
.row-tb-7,
.row-tb-6,
.row-tb-5,
.row-tb-4,
.row-tb-3,
.row-tb-2,
.row-tb-1 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .row-tb-12,
    .row-tb-11,
    .row-tb-10,
    .row-tb-9,
    .row-tb-8,
    .row-tb-7,
    .row-tb-6,
    .row-tb-5,
    .row-tb-4,
    .row-tb-3,
    .row-tb-2,
    .row-tb-1 {
      float: left;
      margin-bottom: 0; } }
  .row-tb-12:last-child,
  .row-tb-11:last-child,
  .row-tb-10:last-child,
  .row-tb-9:last-child,
  .row-tb-8:last-child,
  .row-tb-7:last-child,
  .row-tb-6:last-child,
  .row-tb-5:last-child,
  .row-tb-4:last-child,
  .row-tb-3:last-child,
  .row-tb-2:last-child,
  .row-tb-1:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .row-tb-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .row-tb-11 {
    width: 91.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-10 {
    width: 83.33333333%; } }

@media screen and (min-width: 768px) {
  .row-tb-9 {
    width: 75%; } }

@media screen and (min-width: 768px) {
  .row-tb-8 {
    width: 66.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-7 {
    width: 58.33333333%; } }

.row-tb-6 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .row-tb-6 {
      width: 50%; } }

@media screen and (min-width: 768px) {
  .row-tb-5 {
    width: 41.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-4 {
    width: 33.33333333%; } }

@media screen and (min-width: 768px) {
  .row-tb-3 {
    width: 25%; } }

@media screen and (min-width: 768px) {
  .row-tb-2 {
    width: 16.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-1 {
    width: 8.33333333%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-8 {
    margin-left: 66.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-6 {
    margin-left: 50%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-4 {
    margin-left: 33.33333333%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-3 {
    margin-left: 25%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-2 {
    margin-left: 16.66666667%; } }

@media screen and (min-width: 768px) {
  .row-tb-offset-1 {
    margin-left: 8.33333333%; } }

.row-pc-12,
.row-pc-11,
.row-pc-10,
.row-pc-9,
.row-pc-8,
.row-pc-7,
.row-pc-6,
.row-pc-5,
.row-pc-4,
.row-pc-3,
.row-pc-2,
.row-pc-1 {
  margin-bottom: 20px; }
  @media screen and (min-width: 1080px) {
    .row-pc-12,
    .row-pc-11,
    .row-pc-10,
    .row-pc-9,
    .row-pc-8,
    .row-pc-7,
    .row-pc-6,
    .row-pc-5,
    .row-pc-4,
    .row-pc-3,
    .row-pc-2,
    .row-pc-1 {
      float: left;
      margin-bottom: 0; } }
  .row-pc-12:last-child,
  .row-pc-11:last-child,
  .row-pc-10:last-child,
  .row-pc-9:last-child,
  .row-pc-8:last-child,
  .row-pc-7:last-child,
  .row-pc-6:last-child,
  .row-pc-5:last-child,
  .row-pc-4:last-child,
  .row-pc-3:last-child,
  .row-pc-2:last-child,
  .row-pc-1:last-child {
    margin-bottom: 0; }

.row-pc-12 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-12 {
      width: 100%; } }

.row-pc-11 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-11 {
      width: 91.66666667%; } }

.row-pc-10 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-10 {
      width: 83.33333333%; } }

.row-pc-9 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-9 {
      width: 75%; } }

.row-pc-8 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-8 {
      width: 66.66666667%; } }

.row-pc-7 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-7 {
      width: 58.33333333%; } }

.row-pc-6 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-6 {
      width: 50%; } }

.row-pc-5 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-5 {
      width: 41.66666667%; } }

.row-pc-4 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-4 {
      width: 33.33333333%; } }

.row-pc-3 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-3 {
      width: 25%; } }

.row-pc-2 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-2 {
      width: 16.66666667%; } }

.row-pc-1 {
  width: 100%; }
  @media screen and (min-width: 1080px) {
    .row-pc-1 {
      width: 8.33333333%; } }

/*
// container
*/
.container {
  max-width: 100%;
  padding: 0 20px; }
  @media screen and (min-width: 1080px) {
    .container {
      max-width: 1080px;
      margin: auto; } }

/*
// contents
*/
/* sectionbox */
.sectionbox {
  margin-top: 40px; }
  @media screen and (min-width: 1080px) {
    .sectionbox {
      margin-top: 80px; } }

.sectionbox-h {
  margin-top: 20px; }
  @media screen and (min-width: 1080px) {
    .sectionbox-h {
      margin-top: 40px; } }

/* section-title */
.section-title {
  text-align: center;
  margin-bottom: 20px; }

.section-title span {
  max-width: 80px;
  display: block;
  margin: auto auto 10px;
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    .section-title span {
      max-width: none;
      margin: auto auto 20px; } }

/* section-copy */
.section-copy {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .section-copy {
      font-size: 20px;
      margin-right: auto; } }

.section-copy p {
  background: url(../images/line.png) bottom;
  background-size: auto 2em;
  line-height: 2em; }
  @media screen and (min-width: 768px) {
    .section-copy p {
      background-size: auto 35px;
      line-height: 35px; } }

.section-copy p strong {
  font-weight: bold;
  background: #ffe091; }

/* section-boxtitle */
.section-boxtitle {
  margin-bottom: 20px;
  text-align: center; }

/* section-answer */
.section-answer {
  margin-bottom: 20px; }

/* attention */
.attention {
  font-size: 12px; }

/*
// main
*/
@media screen and (min-width: 768px) {
  .main-sponly {
    display: none; } }

.main-pconly {
  display: none; }
  @media screen and (min-width: 768px) {
    .main-pconly {
      display: inline; } }

/*
// q1
*/
.q1 .section-question {
  background: #1a2433;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  outline: 1px solid #fff;
  outline-offset: -10px; }

/*
// item
*/
.item-list table {
  width: 100%; }

.item-list tr {
  border-bottom: 10px solid #fff; }

.item-list th,
.item-list td {
  padding: 5px 10px;
  vertical-align: middle; }

.item-list th {
  color: rgba(17, 17, 17, 0.6);
  background: #e6e6e6;
  width: 100px;
  text-align: center; }

/*
// q2
*/
.q2 .section-question {
  background: #33251a;
  color: #fff;
  text-align: center;
  padding: 0 20px 20px;
  width: 100%;
  outline: 1px solid #fff;
  outline-offset: -10px; }
  @media screen and (min-width: 768px) {
    .q2 .section-question {
      padding: 0 20px 40px; } }

.q2-result {
  background: #111 url(../images/q2-result-bg.jpg) center center/cover no-repeat;
  padding: 10% 20px;
  text-align: center; }

/* q2-quete */
.q2-inner {
  padding: 20px 20px 0;
  background: url(../images/q2-bg.jpg) top center/100% auto no-repeat; }

.q2-quete {
  margin-top: -10%;
  padding: 20px;
  border: 10px solid #cc814b;
  background: #fff;
  position: relative; }

.q2-quete h3 {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .q2-quete h3 {
      margin-bottom: 40px; } }

.q2-quete h3 span {
  display: block; }

/*
// q3
*/
.q3-result {
  background: #eff0f2 url(../images/q3-result-bg-sp.jpg) center bottom/75% auto no-repeat;
  padding: 20px 20px 50%; }
  @media screen and (min-width: 1080px) {
    .q3-result {
      background: #eff0f2 url(../images/q3-result-bg-pc.png) right -25% center/auto 100% no-repeat;
      padding: 10% 40px; } }

.q3 .section-title {
  border-bottom: 1px dashed #111;
  padding-bottom: 20px; }

.q3 .section-title span {
  padding-top: 0; }

@media screen and (min-width: 1080px) {
  .q3-result-inner {
    max-width: 58.33333333%; } }

/*
// check
*/
.check .section-title {
  background: url(../images/check-bg.png) left -25% bottom/50% auto no-repeat;
  padding: 40px 0;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .check .section-title {
      padding: 80px 0 40px;
      background: url(../images/check-bg.png) left bottom -40px no-repeat; } }

.check-method {
  background: #ede9e6 url(../images/check-bg2.jpg);
  letter-spacing: -0.5em;
  border: 5px solid #cca84b; }
  @media screen and (min-width: 1080px) {
    .check-method {
      border: 10px solid #cca84b; } }

.check-method > div {
  text-align: center; }
  @media screen and (min-width: 1080px) {
    .check-method > div {
      display: inline-block;
      letter-spacing: normal; } }

.check-list {
  padding: 10px; }
  @media screen and (min-width: 1080px) {
    .check-list {
      padding: 0 40px;
      vertical-align: middle;
      width: 58.33333333%; } }

.check-image {
  max-width: 60%;
  margin: auto; }
  @media screen and (min-width: 1080px) {
    .check-image {
      max-width: 100%;
      vertical-align: middle;
      padding: 20px 20px 0; } }

.check-arrow {
  text-align: center; }

/*
// care
*/
.care .section-title {
  border-bottom: 1px dashed #111;
  padding-bottom: 20px; }

.care ul {
  text-align: center;
  letter-spacing: -0.5em; }

.care ul li {
  width: 33.33333%;
  letter-spacing: normal;
  padding: 0 2px;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .care ul li {
      width: auto;
      padding: 0 10px; } }

.care-result {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .care-result {
      letter-spacing: -0.5em; } }

.care-result > div {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .care-result > div {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: 42%;
      margin-bottom: 0; } }

/*
// catch
*/
.catch {
  background: #1a2433 url(../images/catch-bg.jpg) center center/cover no-repeat;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -10px;
  padding: 20px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .catch {
      padding: 10% 20px; } }

.catch .section-title {
  margin-bottom: 0; }

.catch-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto; }

/*
// ex1
*/
.ex1 {
  border: 5px solid #396080;
  padding: 20px;
  background: url(../images/ex1-bg.png) center center; }
  @media screen and (min-width: 768px) {
    .ex1 {
      border: 10px solid #396080;
      padding: 40px; } }

.ex1 .section-title {
  border-bottom: 1px dashed #111;
  padding-bottom: 20px; }

@media screen and (min-width: 768px) {
  .ex1-box {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; } }

.ex1-box h3 {
  background: #8b9199;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center; }

.ex1-item {
  letter-spacing: -0.5em;
  text-align: center; }

.ex1-item > div {
  letter-spacing: normal;
  display: inline-block;
  width: 75%;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .ex1-item > div {
      width: 33.3333%; } }
  @media screen and (min-width: 1080px) {
    .ex1-item > div {
      width: auto; } }

.ex1-graf {
  margin: 0 40px; }

.ex1-box .attention {
  text-align: right;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #111; }

/*
// btn-pdf
*/
.btn-pdf {
  text-align: center; }

.btn-pdf a {
  display: inline-block;
  background: #111 url(../images/ex1-pdf.png) right 10px center/20px auto no-repeat;
  padding: 20px 60px 20px 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px; }
  @media screen and (min-width: 768px) {
    .btn-pdf a {
      padding: 20px 80px 20px 40px; } }

.btn-pdf a:hover {
  background-color: #444; }

/*
// ex2
*/
.ex2 {
  background: url(../images/ex2-bg.jpg) center center;
  border: 5px solid #806654;
  padding: 20px 20px 0; }
  @media screen and (min-width: 768px) {
    .ex2 {
      border: 10px solid #806654;
      padding: 40px 40px 0; } }

.ex2-result img {
  padding: 0 10px 10px;
  background: #cc814b; }
  @media screen and (min-width: 768px) {
    .ex2-result img {
      padding: 0 20px 20px; } }

.ex2-comparison {
  background: url(../images/ex2-comparison.png) center bottom/50% auto no-repeat;
  padding: 0 0 50%; }
  @media screen and (min-width: 1080px) {
    .ex2-comparison {
      background: url(../images/ex2-comparison.png) left bottom/auto 95% no-repeat;
      padding: 0 20px 0; } }

@media screen and (min-width: 1080px) {
  .ex2-comparison-inner {
    max-width: 58.33333333%;
    margin-left: 41.66666667%;
    padding-bottom: 40px; } }

.ex2-comparison h3 {
  margin-bottom: 20px; }

/*
// point
*/
.point h2 {
  text-align: center; }

.point-subtitle {
  border-top: 3px double #111;
  border-bottom: 3px double #111;
  padding: 20px 10px 20px 84px;
  background: url(../images/point-subtitle-bg.png) left 10px center/54px auto no-repeat;
  margin-bottom: 20px; }

.point-size {
  margin-top: 20px; }

.point-size li {
  display: inline-block;
  color: rgba(17, 17, 17, 0.6);
  background: #e6e6e6;
  border-radius: 5px;
  padding: 5px 10px; }

.point4-color img {
  margin-top: 20px; }

/*
// voice
*/
.voice {
  background: #806654 url(../images/voice-bg.jpg) center center/cover no-repeat;
  padding: 0 20px 20px;
  outline: 1px solid #fff;
  outline-offset: -10px; }
  @media screen and (min-width: 768px) {
    .voice {
      padding: 0 40px 40px; } }

.voice-box {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .voice-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 40px; } }

.voice-box:last-child {
  margin-bottom: 0; }

.voice-box > div {
  background: #fff url(../images/voice-box-bg.png) left 20px bottom/126px auto no-repeat;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .voice-box > div {
      margin-left: 20px;
      margin-right: 20px;
      width: calc(50% - 40px); } }

.voice-box > div:first-child {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .voice-box > div:first-child {
      margin-bottom: 0; } }

/*
// spec
*/
.spec table {
  width: 100%;
  margin-top: 20px; }

.spec tr {
  border-bottom: 1px dashed rgba(17, 17, 17, 0.2); }

.spec th {
  background: #e6e6e6;
  padding: 10px;
  font-weight: normal; }

.spec td {
  padding: 10px;
  width: 20%;
  text-align: center; }

/*
// btn-cart
*/
.btn-cart {
  letter-spacing: -0.5em; }

.btn-cart-half li {
  width: 90%;
  margin: auto;
  list-style: none; }

.btn-cart li {
  width: 90%;
  margin: auto;
  letter-spacing: normal;
  display: inline-block;
  list-style: none; }
  @media screen and (min-width: 768px) {
    .btn-cart li {
      width: 40%;
      margin: 0 10px; } }

.btn-cart a,
.btn-cart-half a {
  background: #991f27;
  background: -webkit-gradient(linear, left top, right bottom, from(#991f27), to(#66141a));
  background: -webkit-linear-gradient(top left, #991f27, #66141a);
  background: -o-linear-gradient(top left, #991f27, #66141a);
  background: linear-gradient(to bottom right, #991f27, #66141a);
  padding: 30px 20px;
  display: block;
  border-radius: 80px;
  -webkit-box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.6);
  box-shadow: 0 0 20px 0 rgba(17, 17, 17, 0.6);
  margin-top: 20px; }

.btn-cart a:hover,
.btn-cart-half a:hover {
  background: #66141a;
  background: -webkit-gradient(linear, left top, right bottom, from(#66141a), to(#330a0d));
  background: -webkit-linear-gradient(top left, #66141a, #330a0d);
  background: -o-linear-gradient(top left, #66141a, #330a0d);
  background: linear-gradient(to bottom right, #66141a, #330a0d);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-cart a img,
.btn-cart-half a img {
  vertical-align: text-bottom; }

.btn-cart a:hover img,
.btn-cart-half a:hover img {
  opacity: 1; }

/*
// notice
*/
.notice {
  background: #1a2433 url(../images/bg-stripe.png);
  padding: 20px; }

.notice-title {
  text-align: center;
  margin-bottom: 20px; }

.notice-box {
  background: #fff;
  padding: 20px; }

.notice-list {
  text-align: center;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .notice-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px;
      margin-right: -10px; } }

.notice-list > div {
  border: 1px dotted #806654;
  padding: 10px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .notice-list > div {
      width: calc(33.3333% - 20px);
      margin-left: 10px;
      margin-right: 10px; } }

.notice-list h3 {
  background: #806654;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px; }

.notice h4 {
  color: #991f27;
  font-size: 16px;
  text-align: center;
  border: 1px solid #991f27;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .notice h4 {
      font-size: 20px; } }

.notice h4 img {
  margin-right: 0.5em;
  vertical-align: middle; }

.notice strong {
  color: #991f27;
  font-size: 20px;
  font-weight: bold; }

/*
// popup
*/
.mfp-close {
  width: 48px;
  height: 48px;
  line-height: 48px; }

img.mfp-img {
  padding: 48px 20px 20px; }

.mfp-bg {
  background: #111;
  opacity: 1; }

.mfp-container {
  padding-left: 0;
  padding-right: 0; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  padding-right: 0;
  right: 20px; }

.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*
// pagetop
*/
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px; }

.pagetop a {
  display: block;
  background: rgba(17, 17, 17, 0.4);
  padding: 10px; }

.pagetop a:hover {
  background: rgba(17, 17, 17, 0.2); }

.pagetop a:hover img {
  opacity: 1; }

/*
--------------------------------------------
// 印刷CSS
--------------------------------------------
*/
/*
// print
*/
