@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 11, _reset.scss */
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;
}

/* line 32, _reset.scss */
body {
  line-height: 1;
}

/* line 36, _reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 41, _reset.scss */
nav ul {
  list-style: none;
}

/* line 45, _reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, _reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, _reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 64, _reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 71, _reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 78, _reset.scss */
del {
  text-decoration: line-through;
}

/* line 82, _reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 87, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 93, _reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 102, _reset.scss */
input, select {
  vertical-align: middle;
}

/* 追加設定
----------------------------------------------- */
/* line 108, _reset.scss */
* {
  box-sizing: border-box;
}

/* line 112, _reset.scss */
img {
  max-width: 100%;
}

/* 追加設定
----------------------------------------------- */
/* 共通設定
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  /* line 11, common.scss */
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 17, common.scss */
  .pc {
    display: none;
  }
}
/* line 22, common.scss */
html {
  scroll-behavior: smooth;
}

/* line 26, common.scss */
body {
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.03em;
  color: #090909;
}

/* line 32, common.scss */
img {
  max-width: 100%;
}

/* line 36, common.scss */
p {
  line-height: 1.6;
  color: #090909;
}

/* line 41, common.scss */
a {
  transition: 0.2s;
  color: #090909;
  text-decoration: none;
  letter-spacing: 0.08em;
}

/* line 49, common.scss */
ul li {
  list-style-type: none;
}

/* line 54, common.scss */
span.no_break {
  display: inline-block;
}

/* ハンバーガーボタン
----------------------------------------------- */
/* line 61, common.scss */
.humberger {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 55px;
  height: 55px;
  background: url("../images/common/open.png") no-repeat;
  background-size: contain;
  top: 20px;
  right: 18px;
  cursor: pointer;
  z-index: 101;
  text-indent: -9999px;
}
/* line 73, common.scss */
.humberger.open {
  background: url("../images/common/close.png") no-repeat;
  background-size: contain;
}

/* ヘッダー
----------------------------------------------- */
/* line 81, common.scss */
header {
  min-height: 100px;
  display: flex;
  padding-top: 15px;
  /* スマホ
  ----------------------------------------------- */
}
/* line 85, common.scss */
header .logo_area {
  width: 280px;
}
/* line 87, common.scss */
header .logo_area h1 {
  font-size: 12px;
  color: #fd0227;
}
/* line 90, common.scss */
header .logo_area h1 .text {
  margin-bottom: 10px;
}
/* line 95, common.scss */
header .nav_area {
  width: calc(100% - 280px);
  /* グローバルナビ */
}
/* line 97, common.scss */
header .nav_area .btn_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 65px;
}
/* line 102, common.scss */
header .nav_area .btn_area a {
  display: inline-block;
  font-size: 13px;
}
/* line 105, common.scss */
header .nav_area .btn_area a:not(:first-child) {
  width: 200px;
  text-align: center;
  font-size: 12px;
  padding: 11px 0;
  border: solid 2px gainsboro;
  margin-left: 25px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 113, common.scss */
header .nav_area .btn_area a:not(:first-child) .large {
  font-size: 16px;
}
/* line 117, common.scss */
header .nav_area .btn_area a:first-child {
  color: #f2bd1c;
  font-weight: 900;
}
/* line 121, common.scss */
header .nav_area .btn_area a:nth-child(2) {
  color: #f2bd1c;
  border-color: #f2bd1c;
}
/* line 125, common.scss */
header .nav_area .btn_area a:nth-child(3) {
  color: #1cadc3;
  border-color: #1cadc3;
}
@media print, screen and (min-width: 768px) {
  /* line 132, common.scss */
  header .nav_area nav.global {
    width: 100%;
  }
  /* line 135, common.scss */
  header .nav_area nav.global ul#menu {
    display: flex;
  }
  /* line 137, common.scss */
  header .nav_area nav.global ul#menu li {
    width: 100%;
    text-align: center;
  }
  /* line 140, common.scss */
  header .nav_area nav.global ul#menu li a {
    display: block;
    font-size: 16px;
    font-weight: 900;
    padding: 25px 0;
    background: white;
  }
  /* line 146, common.scss */
  header .nav_area nav.global ul#menu li a:hover {
    background: gainsboro;
  }
  /* line 150, common.scss */
  header .nav_area nav.global ul#menu li a.main_nav {
    cursor: pointer;
  }
  /* line 155, common.scss */
  header .nav_area nav.global ul#menu > li {
    position: relative;
    width: 25%;
  }
  /* line 158, common.scss */
  header .nav_area nav.global ul#menu > li ul.child {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9998;
    top: 100%;
    left: 0;
    padding: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  /* line 169, common.scss */
  header .nav_area nav.global ul#menu > li:nth-child(4) a.main_nav {
    background: url("../images/common/stripe_01.png") #f2bd1c;
    font-size: 14px;
    color: white;
    padding: 25px 0 27px;
  }
  /* line 174, common.scss */
  header .nav_area nav.global ul#menu > li:nth-child(4) a.main_nav:hover {
    color: #333333;
    background: gainsboro;
  }
}
@media screen and (max-width: 767px) {
  /* line 187, common.scss */
  header .logo_area {
    width: 100%;
  }
  /* line 189, common.scss */
  header .logo_area h1 {
    display: block;
    text-align: center;
  }
  /* line 192, common.scss */
  header .logo_area h1 .text {
    margin-bottom: 10px;
  }
  /* line 195, common.scss */
  header .logo_area h1 .logo {
    margin-bottom: 15px;
  }
  /* line 196, common.scss */
  header .logo_area h1 .logo img {
    width: 35%;
  }
  /* line 203, common.scss */
  header .nav_area {
    width: auto;
  }
  /* line 205, common.scss */
  header .nav_area .btn_area {
    display: none;
  }
  /* line 208, common.scss */
  header .nav_area nav.global {
    border-left: 3px solid #f2bd1c;
    overflow-y: scroll;
    background: white;
    transition: 0.3s;
    border-right: solid 1px #e4e2d8;
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 9999;
  }
  /* line 220, common.scss */
  header .nav_area nav.global.open {
    left: 0;
  }
  /* line 225, common.scss */
  header .nav_area nav.global ul.main > li a {
    border-bottom: solid 1px #e4e2d8;
    display: block;
    font-size: 15px;
    padding: 20px 0 20px 15px;
  }
  /* line 232, common.scss */
  header .nav_area nav.global ul.main > li:first-child a {
    padding-top: 25px;
  }
  /* line 237, common.scss */
  header .nav_area nav.global ul.main a.sp-link-disabled {
    pointer-events: none;
  }
  /* line 240, common.scss */
  header .nav_area nav.global ul.main a.main_nav {
    background: url("../images/faq/down_arrow.png") no-repeat right 15px center;
  }
  /* line 244, common.scss */
  header .nav_area nav.global ul.child {
    display: none;
  }
}

/* PC */
@media print, screen and (min-width: 768px) {
  	/* スクロール時のナビ
    ----------------------------------------------- */
  /* line 260, common.scss */
  body.fixed header nav.global {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
}
/* パンくずナビ
----------------------------------------------- */
/* line 274, common.scss */
section.breadcrumbs {
  background: url("../images/common/stripe_02.png") repeat-x top left;
  padding: 40px 20px;
  font-size: 12px;
  /* mobile */
}
/* line 279, common.scss */
section.breadcrumbs .wrapper a {
  color: #f2bd1c;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  /* line 274, common.scss */
  section.breadcrumbs {
    padding: 25px 10px 10px 10px;
    line-height: 1.6em;
  }
}

/* フッター
----------------------------------------------- */
/* line 293, common.scss */
footer {
  background: url("../images/common/stripe_02.png") repeat-x top left;
  padding-top: 100px;
  /* mobile */
}
/* line 296, common.scss */
footer .ft_nav {
  width: 100%;
  margin-bottom: 85px;
  display: flex;
}
/* line 300, common.scss */
footer .ft_nav ul {
  width: 25%;
}
/* line 302, common.scss */
footer .ft_nav ul li {
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 305, common.scss */
footer .ft_nav ul li a {
  font-size: 13px;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 308, common.scss */
  footer .ft_nav ul li a:hover {
    color: gray;
  }
}
/* line 313, common.scss */
footer .ft_nav ul li:first-child {
  margin-bottom: 30px;
  font-weight: 900;
}
/* line 320, common.scss */
footer .p_mark {
  text-align: center;
  margin-bottom: 50px;
}
/* line 324, common.scss */
footer .bottom_nav {
  margin-bottom: 15px;
}
/* line 326, common.scss */
footer .bottom_nav ul {
  display: flex;
  justify-content: center;
}
/* line 330, common.scss */
footer .bottom_nav ul li a {
  display: inline-block;
  font-size: 11px;
  padding: 2px 20px;
  border-left: 1px solid #090909;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 337, common.scss */
  footer .bottom_nav ul li a:hover {
    background: gainsboro;
  }
}
/* line 343, common.scss */
footer .bottom_nav ul li:first-child a {
  border-left: none;
}
/* line 350, common.scss */
footer .copy {
  padding: 25px 0;
  border-top: solid 1px #e4e2d8;
  font-size: 10px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  /* line 358, common.scss */
  footer .ft_nav {
    display: none;
  }
  /* line 361, common.scss */
  footer .p_mark {
    margin-bottom: 50px;
  }
  /* line 364, common.scss */
  footer .copy {
    padding: 25px 0 75px;
  }
}

/* line 370, common.scss */
.page-top {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  background: white;
  color: #f2bd1c;
  border: solid 2px #f2bd1c;
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  /* mobile */
  right: 10px;
  font-family: "Century Gothic", "Avenir-Light", sans-serif;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  text-align: center;
  padding-top: 18px;
}
@media print, screen and (max-width: 767px) {
  /* line 370, common.scss */
  .page-top {
    bottom: 70px;
  }
}

/* フッター＆サイドお問い合わせ
----------------------------------------------- */
/* line 394, common.scss */
.footer-contact {
  /* --- スマホ時ボトム --- */
  /* --- PC時サイド --- */
}
/* line 396, common.scss */
.footer-contact .ft_wrap {
  padding-right: 10px;
  width: 100%;
  min-height: 75px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
/* line 406, common.scss */
.footer-contact .ft_wrap a.pdf {
  padding-top: 10px;
  height: 75px;
  width: 75px;
  text-align: center;
  display: block;
}
/* line 412, common.scss */
.footer-contact .ft_wrap a.pdf:first-child {
  background: #fd0227;
}
/* line 415, common.scss */
.footer-contact .ft_wrap a.pdf:nth-child(2) {
  background: white;
  border: solid 3px #fd0227;
  margin-right: 10px;
}
/* line 421, common.scss */
.footer-contact .ft_wrap a.column {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
  padding-top: 3px;
  border-radius: 38px;
  height: 55px;
  width: calc(100% - 160px);
  display: block;
  color: white;
  background: #f2bd1c;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
}
/* line 436, common.scss */
.footer-contact .ft_wrap a.column .small {
  font-size: 0.5em;
}
/* line 442, common.scss */
.footer-contact .btns {
  transition: 0.2s;
  width: 134px;
  height: 610px;
  position: fixed;
  top: 50%;
  right: -134px;
  transform: translateY(-305px);
}
/* line 450, common.scss */
.footer-contact .btns a {
  display: block;
}
/* line 452, common.scss */
.footer-contact .btns a:first-child, .footer-contact .btns a:nth-child(2) {
  width: 57px;
  height: 198px;
  margin: 0 0 15px auto;
}
/* line 457, common.scss */
.footer-contact .btns a:nth-child(2) {
  width: 57px;
  height: 198px;
  margin: 0 0 30px auto;
}
/* line 462, common.scss */
.footer-contact .btns a:nth-child(3) {
  width: 134px;
  height: 50px;
  margin-bottom: 15px;
}
/* line 467, common.scss */
.footer-contact .btns a:nth-child(4) {
  width: 134px;
  height: 50px;
}
/* line 471, common.scss */
.footer-contact .btns a:hover {
  transform: translateY(-2px);
}

/* line 479, common.scss */
body.fixed .btns {
  right: 0;
}

/*　追加した共通css
----------------------------------------------- */
/* line 487, common.scss */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 492, common.scss */
.wrapper_960 {
  max-width: 960px;
  margin: 0 auto;
}

/* line 497, common.scss */
.wrapper_840 {
  max-width: 840px;
  margin: 0 auto;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  /* line 497, common.scss */
  .wrapper_840 {
    padding: 0 10px;
  }
}

/* line 506, common.scss */
.wrapper_720 {
  max-width: 720px;
  margin: 0 auto;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  /* line 506, common.scss */
  .wrapper_720 {
    padding: 0 10px;
  }
}

/* line 516, common.scss */
h1.cover {
  background: #f3da07;
  margin-bottom: 120px;
  /* mobile */
}
/* line 519, common.scss */
h1.cover .wrapper {
  padding: 45px 0;
  font-size: 40px;
  font-weight: 900;
  color: white;
}
@media print, screen and (max-width: 767px) {
  /* line 516, common.scss */
  h1.cover {
    margin-bottom: 55px;
  }
  /* line 528, common.scss */
  h1.cover .wrapper {
    padding: 30px 10px;
    font-size: 32px;
  }
}

/* line 536, common.scss */
article > section > h2 {
  font-size: 48px;
  text-align: center;
  padding-bottom: 45px;
  border-bottom: solid 1px #e4e2d8;
  font-weight: 100;
  margin-bottom: 90px;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  /* line 536, common.scss */
  article > section > h2 {
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 1.2em;
    padding: 0 10px 45px 10px;
  }
}

/* line 552, common.scss */
.ttl {
  font-weight: 100;
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
  /* mobile */
}
/* line 63, _variables.scss */
.ttl .frame {
  display: block;
  width: 125px;
  margin: 30px auto 20px;
  background: #F4DC57;
  font-size: 12px;
  padding: 3px 0;
}
/* line 71, _variables.scss */
.ttl .small {
  display: block;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  /* line 552, common.scss */
  .ttl {
    font-size: 24px;
  }
  /* line 78, _variables.scss */
  .ttl .frame {
    margin: 15px auto 20px;
  }
  /* line 81, _variables.scss */
  .ttl .small {
    font-size: 12px;
  }
}

/* line 557, common.scss */
.flow_area {
  width: 100%;
}
/* line 559, common.scss */
.flow_area .flow {
  text-align: center;
  margin-bottom: 25px;
}
/* line 562, common.scss */
.flow_area .flow .no {
  margin: 0 auto 15px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  background: #f8f6f0;
  font-family: "Century Gothic", "Avenir-Light", sans-serif;
  text-align: center;
  font-size: 29px;
  padding-top: 19px;
}
/* line 572, common.scss */
.flow_area .flow .no span {
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
}
/* line 578, common.scss */
.flow_area .flow img {
  margin-bottom: 10px;
}
/* line 581, common.scss */
.flow_area .flow p {
  text-align: left;
}

/* line 588, common.scss */
.three_flow {
  display: flex;
  justify-content: space-between;
  /* PC */
  /* mobile */
}
/* line 591, common.scss */
.three_flow .flow {
  width: 25%;
  position: relative;
}
/* line 594, common.scss */
.three_flow .flow:after {
  content: url(../images/common/arrow_flow.png);
  position: absolute;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 594, common.scss */
  .three_flow .flow:after {
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  /* line 608, common.scss */
  .three_flow .flow:nth-child(3):after {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 588, common.scss */
  .three_flow {
    padding: 0 10px;
    display: block;
  }
  /* line 617, common.scss */
  .three_flow .flow {
    margin-bottom: 75px;
    width: 100%;
  }
  /* line 620, common.scss */
  .three_flow .flow:after {
    content: url(../images/common/arrow_flow_vertical.png);
    right: 50%;
    bottom: -55px;
    transform: translateX(50%);
  }
  /* line 628, common.scss */
  .three_flow .flow_last:after {
    display: none;
  }
}

/* line 636, common.scss */
.two_flow {
  display: flex;
  justify-content: center;
  /* mobile */
}
/* line 639, common.scss */
.two_flow .flow {
  width: 25%;
  position: relative;
  margin-right: 130px;
}
/* line 643, common.scss */
.two_flow .flow:after {
  content: url(../images/common/arrow_flow.png);
  position: absolute;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 643, common.scss */
  .two_flow .flow:after {
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 654, common.scss */
.two_flow .flow:nth-child(2) {
  margin-right: 0;
}
/* line 656, common.scss */
.two_flow .flow:nth-child(2):after {
  display: none;
}
@media print, screen and (max-width: 767px) {
  /* line 636, common.scss */
  .two_flow {
    padding: 0 10px;
    display: block;
  }
  /* line 664, common.scss */
  .two_flow .flow {
    margin-bottom: 75px;
    width: 100%;
  }
  /* line 667, common.scss */
  .two_flow .flow:after {
    content: url(../images/common/arrow_flow_vertical.png);
    right: 50%;
    bottom: -55px;
    transform: translateX(50%);
  }
}

/* line 678, common.scss */
.two_flow_02 {
  display: flex;
  justify-content: space-between;
  /* mobile */
}
/* line 681, common.scss */
.two_flow_02 .flow {
  width: calc(50% - 65px);
  position: relative;
  margin-right: 130px;
}
/* line 685, common.scss */
.two_flow_02 .flow:after {
  content: url(../images/common/arrow_flow.png);
  position: absolute;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 685, common.scss */
  .two_flow_02 .flow:after {
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 696, common.scss */
.two_flow_02 .flow:nth-child(2) {
  margin-right: 0;
}
/* line 698, common.scss */
.two_flow_02 .flow:nth-child(2):after {
  display: none;
}
@media print, screen and (max-width: 767px) {
  /* line 678, common.scss */
  .two_flow_02 {
    padding: 0 10px;
    display: block;
  }
  /* line 706, common.scss */
  .two_flow_02 .flow {
    margin-bottom: 75px;
    width: 100%;
  }
  /* line 709, common.scss */
  .two_flow_02 .flow:after {
    content: url(../images/common/arrow_flow_vertical.png);
    right: 50%;
    bottom: -55px;
    transform: translateX(50%);
  }
}

/* line 720, common.scss */
.four_flow {
  display: flex;
  justify-content: space-between;
  /* mobile */
}
/* line 723, common.scss */
.four_flow .flow {
  width: 20%;
  position: relative;
}
/* line 726, common.scss */
.four_flow .flow:after {
  content: url(../images/common/arrow_flow.png);
  position: absolute;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 726, common.scss */
  .four_flow .flow:after {
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* line 738, common.scss */
.four_flow .flow:nth-child(4):after {
  display: none;
}
@media print, screen and (max-width: 767px) {
  /* line 720, common.scss */
  .four_flow {
    padding: 0 10px;
    display: block;
  }
  /* line 746, common.scss */
  .four_flow .flow {
    margin-bottom: 75px;
    width: 100%;
  }
  /* line 749, common.scss */
  .four_flow .flow:after {
    content: url(../images/common/arrow_flow_vertical.png);
    right: 50%;
    bottom: -55px;
    transform: translateX(50%);
  }
}

/* line 760, common.scss */
ul.check {
  padding-left: 45px;
  /* mobile */
}
/* line 762, common.scss */
ul.check li {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
/* line 107, _variables.scss */
ul.check li:before {
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -20px;
  top: 0;
}
@media print, screen and (max-width: 767px) {
  /* line 760, common.scss */
  ul.check {
    padding-left: 20px;
  }
}

/* line 775, common.scss */
ul.square {
  padding-left: 45px;
  /* mobile */
}
/* line 777, common.scss */
ul.square li {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
/* line 120, _variables.scss */
ul.square li:before {
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f04d";
  position: absolute;
  left: -20px;
  top: 0;
}
@media print, screen and (max-width: 767px) {
  /* line 775, common.scss */
  ul.square {
    padding-left: 35px;
  }
}

/* line 790, common.scss */
ul.circle {
  padding-left: 25px;
  /* mobile */
}
/* line 792, common.scss */
ul.circle li {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.6em;
}
/* line 133, _variables.scss */
ul.circle li:before {
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  left: -20px;
  top: 0;
}
/* line 797, common.scss */
ul.circle li:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  /* line 790, common.scss */
  ul.circle {
    padding-left: 35px;
  }
}

/* line 809, common.scss */
.square_02 span {
  display: inline-block;
}
/* line 811, common.scss */
.square_02 span:before, .square_02 span:after {
  color: #f3da07;
  font-family: FontAwesome;
  content: "\f04d";
}
/* line 816, common.scss */
.square_02 span:before {
  margin-right: 20px;
}
/* line 819, common.scss */
.square_02 span:after {
  margin-left: 20px;
}

/* line 830, common.scss */
.cube {
  position: relative;
}
/* line 120, _variables.scss */
.cube:before {
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f04d";
  position: absolute;
  left: -20px;
  top: 0;
}

/* line 839, common.scss */
.yellow_bg {
  background: #F4DC57;
}

/* line 848, common.scss */
.blue_bg {
  background: #87E4F7;
}

/* line 857, common.scss */
div.check {
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6em;
}
/* line 864, common.scss */
div.check:before {
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
}

/* line 875, common.scss */
section.card_details {
  /* mobile */
}
/* line 876, common.scss */
section.card_details h4 {
  width: 100%;
  padding: 20px 0 20px 50px;
  font-size: 20px;
  border-left: 3px solid #F4DC57;
  background: #f8f6f0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  /* mobile */
  margin-bottom: 75px;
}
@media print, screen and (max-width: 767px) {
  /* line 876, common.scss */
  section.card_details h4 {
    padding: 20px 0 20px 20px;
    width: 95%;
    margin: 0 auto 25px;
    line-height: 1.8em;
  }
}
/* line 880, common.scss */
section.card_details .flex {
  margin-bottom: 90px;
  display: flex;
}
/* line 883, common.scss */
section.card_details .flex .picture {
  width: 30%;
  font-size: 10px;
  line-height: 1.8em;
}
/* line 888, common.scss */
section.card_details .flex .text {
  width: 70%;
}
/* line 890, common.scss */
section.card_details .flex .text .copy {
  font-size: 30px;
  margin-bottom: 45px;
}
/* line 893, common.scss */
section.card_details .flex .text .copy .red {
  padding-top: 25px;
  display: block;
  font-size: 18px;
  color: #ff5d5d;
}
/* line 900, common.scss */
section.card_details .flex .text .begginer {
  padding: 10px 0 10px 50px;
  background: url("../images/buy/mark_wakaba.png") no-repeat left center;
}
/* line 912, common.scss */
section.card_details .flex .text ul.check {
  margin-bottom: 60px;
}
/* line 917, common.scss */
section.card_details .flex .text .tag_area {
  margin-bottom: 60px;
  font-size: 13px;
}
/* line 920, common.scss */
section.card_details .flex .text .tag_area .beige_bg, section.card_details .flex .text .tag_area .yellow_bg {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 8px 0;
  margin-right: 15px;
}
/* line 927, common.scss */
section.card_details .flex .text .tag_area p.teiki {
  display: inline;
  font-size: 15px;
}
/* line 931, common.scss */
section.card_details .flex .text .tag_area a.tag {
  display: inline-block;
  background: #F4DC57;
  padding: 8px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-right: 10px;
  /* PC */
}
/* line 938, common.scss */
section.card_details .flex .text .tag_area a.tag:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  /* line 943, common.scss */
  section.card_details .flex .text .tag_area a.tag:hover {
    background: gainsboro;
  }
}
/* line 947, common.scss */
section.card_details .flex .text .tag_area a.tag p {
  display: inline;
}
/* line 953, common.scss */
section.card_details .flex .text .place_table .tr, section.card_details .flex .text .buy_info .tr {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* line 958, common.scss */
section.card_details .flex .text .place_table .tr .th, section.card_details .flex .text .buy_info .tr .th {
  width: 180px;
  text-align: center;
}
/* line 961, common.scss */
section.card_details .flex .text .place_table .tr .th span, section.card_details .flex .text .buy_info .tr .th span {
  width: 100%;
  display: inline-block;
  padding: 3px 0;
  background: #F4DC57;
}
/* line 968, common.scss */
section.card_details .flex .text .place_table .tr .td, section.card_details .flex .text .buy_info .tr .td {
  width: calc(100% - 200px);
  line-height: 1.4em;
}
/* line 971, common.scss */
section.card_details .flex .text .place_table .tr .td span.dot, section.card_details .flex .text .buy_info .tr .td span.dot {
  display: inline-block;
  margin-right: 15px;
  padding-left: 15px;
  position: relative;
}
/* line 976, common.scss */
section.card_details .flex .text .place_table .tr .td span.dot:before, section.card_details .flex .text .buy_info .tr .td span.dot:before {
  font-size: 10px;
  color: #F4DC57;
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  left: 0;
  top: 0;
}
/* line 989, common.scss */
section.card_details .flex .text .table {
  margin-bottom: 55px;
  width: 100%;
  display: flex;
  border-left: solid 1px #e4e2d8;
}
/* line 994, common.scss */
section.card_details .flex .text .table .tr {
  font-size: 15px;
  text-align: center;
  width: 25%;
  padding: 0 8px;
  border-right: solid 1px #e4e2d8;
}
/* line 1000, common.scss */
section.card_details .flex .text .table .tr .th {
  background: #f8f6f0;
  padding: 10px 0;
}
/* line 1004, common.scss */
section.card_details .flex .text .table .tr .td {
  padding: 15px 0;
}
/* line 1009, common.scss */
section.card_details .flex .text .dot_line {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 3px dotted #F4DC57;
  margin-bottom: 65px;
}
/* line 1013, common.scss */
section.card_details .flex .text .beige_bg {
  padding: 30px 20px;
}
/* line 1017, common.scss */
section.card_details .flex .text .how .flex {
  display: flex;
  justify-content: space-between;
}
/* line 1020, common.scss */
section.card_details .flex .text .how .flex .img_box {
  width: 38%;
  text-align: center;
}
/* line 1023, common.scss */
section.card_details .flex .text .how .flex .img_box .index {
  margin-bottom: 20px;
  position: relative;
}
/* line 1027, common.scss */
section.card_details .flex .text .how .flex .img_box .index:before, section.card_details .flex .text .how .flex .img_box .index:after {
  display: block;
  content: "";
  padding-top: 1px;
  background: gray;
  width: 25px;
  position: absolute;
  top: 10px;
}
/* line 1036, common.scss */
section.card_details .flex .text .how .flex .img_box .index:before {
  left: 50px;
}
/* line 1039, common.scss */
section.card_details .flex .text .how .flex .img_box .index:after {
  right: 50px;
}
/* line 1045, common.scss */
section.card_details .flex .text a.btn {
  background: #f2bd1c;
  display: block;
  text-align: center;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* PC */
  padding: 15px 0;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  /* line 35, _variables.scss */
  section.card_details .flex .text a.btn:hover {
    background: gainsboro;
  }
}
/* line 1052, common.scss */
section.card_details .original_okica {
  align-items: center;
}
/* line 1054, common.scss */
section.card_details .original_okica a {
  color: #F4DC57;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  /* line 875, common.scss */
  section.card_details {
    padding: 0 10px;
    margin-top: 75px;
  }
  /* line 1063, common.scss */
  section.card_details .flex {
    margin-bottom: 35px;
    display: block;
  }
  /* line 1066, common.scss */
  section.card_details .flex .picture {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1071, common.scss */
  section.card_details .flex .text {
    width: 100%;
  }
  /* line 1073, common.scss */
  section.card_details .flex .text .copy {
    line-height: 1.4em;
    font-size: 24px;
    margin-bottom: 25px;
  }
  /* line 1077, common.scss */
  section.card_details .flex .text .copy .red {
    padding-top: 25px;
    display: block;
    font-size: 18px;
    color: #ff5d5d;
  }
  /* line 1084, common.scss */
  section.card_details .flex .text ul {
    padding-left: 25px;
    margin-bottom: 25px;
  }
  /* line 1087, common.scss */
  section.card_details .flex .text ul li {
    margin-bottom: 15px;
    line-height: 1.4em;
  }
  /* line 1092, common.scss */
  section.card_details .flex .text .tag_area {
    margin-bottom: 35px;
    /* mobile */
  }
  /* line 1094, common.scss */
  section.card_details .flex .text .tag_area .beige_bg, section.card_details .flex .text .tag_area .yellow_bg {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 1100, common.scss */
  section.card_details .flex .text .tag_area p.teiki {
    display: inline;
    font-size: 15px;
  }
  /* line 1104, common.scss */
  section.card_details .flex .text .tag_area a.tag {
    margin-bottom: 10px;
  }
  /* line 1106, common.scss */
  section.card_details .flex .text .tag_area a.tag p {
    display: inline;
  }
}
@media print, screen and (max-width: 767px) and (max-width: 767px) {
  /* line 1092, common.scss */
  section.card_details .flex .text .tag_area {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 1116, common.scss */
  section.card_details .flex .text .place_table .tr, section.card_details .flex .text .buy_info .tr {
    display: block;
    margin-bottom: 20px;
  }
  /* line 1119, common.scss */
  section.card_details .flex .text .place_table .tr .th, section.card_details .flex .text .buy_info .tr .th {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 1124, common.scss */
  section.card_details .flex .text .place_table .tr .td, section.card_details .flex .text .buy_info .tr .td {
    width: 100%;
  }
  /* line 1126, common.scss */
  section.card_details .flex .text .place_table .tr .td span.dot, section.card_details .flex .text .buy_info .tr .td span.dot {
    display: inline-block;
    margin-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  /* line 1131, common.scss */
  section.card_details .flex .text .place_table .tr .td span.dot:before, section.card_details .flex .text .buy_info .tr .td span.dot:before {
    font-size: 10px;
    color: #F4DC57;
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 1144, common.scss */
  section.card_details .flex .text .table {
    margin-bottom: 25px;
    width: 100%;
    display: block;
    border-left: none;
  }
  /* line 1149, common.scss */
  section.card_details .flex .text .table .tr {
    text-align: center;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  /* line 1160, common.scss */
  section.card_details .flex .text .dot_line {
    margin-bottom: 25px;
  }
  /* line 1164, common.scss */
  section.card_details .flex .text .how .flex {
    display: block;
  }
  /* line 1166, common.scss */
  section.card_details .flex .text .how .flex .img_box {
    margin-bottom: 25px;
    width: 100%;
  }
  /* line 1169, common.scss */
  section.card_details .flex .text .how .flex .img_box .index {
    margin-bottom: 20px;
    position: relative;
  }
  /* line 1173, common.scss */
  section.card_details .flex .text .how .flex .img_box .index:before, section.card_details .flex .text .how .flex .img_box .index:after {
    display: none;
  }
}

/* line 1185, common.scss */
.jump {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=common.css.map */
