@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*-----------------------------------------------------------------
	Customize: tcm 4f
	Last Updated : 2016.07.06
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
		基本設定
-----------------------------------------------------------------*/
/*要素のフォントサイズやマージン・パディングをリセット*/
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; }

body {
  line-height: 1;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic,  sans-serif; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるよう指定*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  border: 0;
  font-size: 0;
  line-height: 0; }

ul, li {
  list-style: none; }

/* クリア */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 1px; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
*:first-child + html .clearfix {
  /* IE7用 */
  width: 100%; }

/*-----------------------------------------------------------------
		調整用
-----------------------------------------------------------------*/
/* 整列系 */
.ta-center {
  text-align: center !important; }

.ta-right {
  text-align: right !important; }

.ta-left {
  text-align: left !important; }

/* フォント関連 */
.font-normal {
  font-weight: normal; }

.fs100 {
  font-size: 100% !important; }

.fs100 li {
  font-size: 100% !important; }

/* マージン調整 */
.mt0 {
  margin-top: 0px  !important; }

.mt5 {
  margin-top: 5px  !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0px  !important; }

.mb5 {
  margin-bottom: 5px  !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml0 {
  margin-left: 0px  !important; }

.ml5 {
  margin-left: 5px  !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px  !important; }

.mr5 {
  margin-right: 5px  !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb0 {
  padding-bottom: 0px !important; }

html {
  font-size: 62.5%; }

/* 10px */
/* ==============================
	base
================================= */
/* =========================================================
 Layout
========================================================= */
/* ==============================
layout/layout
================================= */
.l-header {
  width: 100%;
  background: #FFBB01; }

.l-main {
  width: 100%; }

.l-footer {
  width: 100%;
  padding: 20px 0; }

.inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px; }
  .inner.no-padding-tb {
    padding: 0 30px; }
  @media (max-width: 678px) {
    .inner {
      padding: 30px 15px; } }

.page-wrapper {
  padding-top: 70px; }
  @media (min-width: 1080px) {
    .page-wrapper {
      padding-top: 80px; } }

.page-col-inner {
  padding: 60px 0 40px;
  box-sizing: border-box; }
  @media (min-width: 1080px) {
    .page-col-inner {
      padding: 70px 0 45px; } }

/* =========================================================
 Module
========================================================= */
/* ==============================
	module/header
================================= */
.l-header {
  padding: 20px;
  box-sizing: border-box; }
  .l-header .header-inner {
    max-width: 980px;
    margin: 0 auto; }
  @media (max-width: 678px) {
    .l-header {
      padding: 15px; } }

.logo img {
  width: 112px;
  height: 30px;
  float: left; }
  @media (max-width: 678px) {
    .logo img {
      width: 75px;
      height: auto; } }

.logo span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  float: left;
  margin: 5px 20px; }
  @media (max-width: 678px) {
    .logo span {
      font-size: 1.4rem;
      font-weight: normal; } }

/* ==============================
	module / main
================================= */
body {
  line-height: 1.2; }

.page-ttl {
  font-size: 3.6rem;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1.5; }
  @media (max-width: 678px) {
    .page-ttl {
      font-size: 2rem;
      margin-bottom: 20px; } }

.intro {
  font-size: 1.6rem;
  margin: 0 0 40px 0; }
  .intro .intro-txt {
    text-align: center;
    line-height: 1.5;
    margin: 0 0 30px 0; }
  .intro .intro-img {
    margin-bottom: 50px; }
    .intro .intro-img img {
      max-width: 100%; }
  @media (max-width: 678px) {
    .intro {
      font-size: 1.3rem;
      margin-bottom: 25px; }
      .intro .intro-txt {
        margin-bottom: 20px;
        text-align: left; }
      .intro .intro-img {
        margin-bottom: 40px; } }
  .intro .intro-icn {
    margin-bottom: 30px;
    text-align: center; }
    .intro .intro-icn img {
      width: 100px; }
    @media (max-width: 678px) {
      .intro .intro-icn {
        margin-bottom: 25px; } }
  .intro .info {
    font-size: 1.4rem;
    color: #666; }
  .intro span {
    display: inline-block; }
    .intro span.mailadd {
      font-size: 2.0rem;
      font-weight: bold; }
    @media (max-width: 678px) {
      .intro span.mailadd {
        display: block;
        font-size: 1.3rem;
        text-align: center; } }

@media (max-width: 678px) {
  .foot-nav {
    margin-top: 50px; } }

/*=================
共通
===================*/
.txt-link {
  color: #28201F;
  display: block;
  text-decoration: underline;
  font-size: 1.4rem; }
  @media (max-width: 678px) {
    .txt-link {
      font-size: 1.2rem; } }

.is-pc {
  display: block; }
  @media (max-width: 678px) {
    .is-pc {
      display: none; } }

.is-pc-inline {
  display: inline; }
  @media (max-width: 678px) {
    .is-pc-inline {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 678px) {
    .is-sp {
      display: block; } }

@media (max-width: 678px) {
  .sp-bold {
    font-weight: bold; } }

img {
  max-width: 100%; }

/*=================
float
===================*/
.f-left {
  float: left;
  width: 50%; }

.f-right {
  float: right;
  width: 50%; }

/*=================
font
===================*/
.f-bold {
  font-weight: bold; }

.f-light-color {
  color: #666666; }

.kome {
  text-indent: -1.4rem;
  padding-left: 1.4rem; }
  .kome:before {
    content: "※"; }

/* ==============================
	module / box
================================= */
.border-box {
  border: solid 1px #AAAAAA; }
  .border-box .box-inner {
    padding: 30px; }
    .border-box .box-inner.p1520 {
      padding: 15px 20px; }
      @media (max-width: 678px) {
        .border-box .box-inner.p1520 {
          padding: 10px; } }
    @media (max-width: 678px) {
      .border-box .box-inner {
        padding: 15px; } }

.box-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 678px) {
    .box-ttl {
      font-size: 1.2rem; } }

.box-txt {
  font-size: 1.6rem;
  line-height: 1.5; }
  .box-txt + .box-ttl {
    margin-top: 20px; }
  @media (max-width: 678px) {
    .box-txt {
      font-size: 1.2rem; } }

/* ==============================
module / form
================================= */
.form-group {
  margin: 0 0 40px 0;
  /* terms */ }
  @media (max-width: 678px) {
    .form-group {
      margin-bottom: 26px; } }
  .form-group img {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .form-group .label-above {
    font-size: 1.4rem;
    color: #7C7C7C;
    font-weight: bold; }
    .form-group .label-above + input {
      margin-top: 5px; }
    @media (max-width: 678px) {
      .form-group .label-above {
        display: block; } }
  .form-group .required {
    background: #EE7A21;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
    margin: 0 0 0 10px; }
    @media (max-width: 678px) {
      .form-group .required {
        font-size: 1rem;
        padding: 2px 6px;
        font-weight: normal; } }
  .form-group input, .form-group .input {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #fff;
    font-size: 1.4rem;
    padding: 15px; }
    @media (max-width: 678px) {
      .form-group input, .form-group .input {
        padding: 10px; } }
    .form-group input::placeholder, .form-group .input::placeholder {
      font-size: 1.4rem;
      color: #666; }
      @media (max-width: 678px) {
        .form-group input::placeholder, .form-group .input::placeholder {
          font-size: 1.2rem; } }
    .form-group input + .txt-link, .form-group .input + .txt-link {
      margin-top: 15px;
      text-align: right;
      font-size: 1.6rem; }
      @media (max-width: 678px) {
        .form-group input + .txt-link, .form-group .input + .txt-link {
          margin-top: 25px;
          font-size: 1.3rem;
          text-align: center; } }
    .form-group input.err, .form-group .input.err {
      border: solid 2px #F04444; }
  .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-group select::-ms-expand {
      display: none; }
    .form-group select::-ms-value {
      background: none;
      color: #000; }
    .form-group select.input {
      height: 50px;
      background: url("/public/img/arrow_bottom.png") no-repeat;
      background-position: right 12px center;
      background-size: 14px 14px;
      padding: 0 10px; }
      @media (max-width: 678px) {
        .form-group select.input {
          height: 44px;
          padding: 0 10px;
          background-position: 95% center; } }
      .form-group select.input.wd350 {
        width: 100%;
        max-width: 350px;
        overflow: hidden; }
        @media (max-width: 678px) {
          .form-group select.input.wd350 {
            max-width: 225px; } }
  .form-group .data-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    color: #7C7C7C;
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
    .form-group .data-ttl.txt-middle {
      font-size: 1.8rem; }
    @media (max-width: 678px) {
      .form-group .data-ttl {
        font-size: 1.2rem;
        margin-bottom: 10px; }
        .form-group .data-ttl.txt-middle {
          font-size: 1.2rem; } }
  .form-group .err-txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #F04444; }
    @media (max-width: 678px) {
      .form-group .err-txt {
        font-size: 1.1rem; } }
  .form-group .data-txt {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 15px;
    line-height: 1.5; }
    .form-group .data-txt.txt-small {
      font-size: 1.6rem; }
    .form-group .data-txt.ta-center {
      padding-left: 0; }
    @media (max-width: 678px) {
      .form-group .data-txt {
        font-size: 1.3rem;
        padding-left: 0; } }
  .form-group .terms {
    border: 1px solid #aaa;
    padding: 15px;
    max-height: 200px;
    overflow-x: auto; }
    .form-group .terms .ttl {
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      color: #1D1D1D;
      margin: 0 0 10px 0; }
    .form-group .terms .term-ttl {
      font-size: 1.4rem;
      margin-bottom: 7px; }
    .form-group .terms .term-txt {
      font-size: 1.4rem;
      line-height: 1.5; }
    @media (max-width: 678px) {
      .form-group .terms {
        max-height: 118px; }
        .form-group .terms .ttl {
          font-size: 1.4rem; }
        .form-group .terms .term-ttl {
          font-size: 1.2rem; }
        .form-group .terms .term-txt {
          font-size: 1.2rem; } }

.form-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 20px 0 0 0; }
  @media (max-width: 678px) {
    .form-txt {
      font-size: 1.2rem; } }

.form-att {
  color: #7C7C7C;
  font-weight: normal;
  margin-left: 15px; }

.form-group-btn {
  margin-top: 50px; }
  @media (max-width: 678px) {
    .form-group-btn {
      margin-top: 40px; } }

input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  padding: 3px 0 3px 30px;
  background: url(/public/img/checkbox.png) no-repeat left center;
  background-size: 25px 25px;
  line-height: 1.5;
  padding: 10px 40px;
  font-size: 1.6rem;
  display: inline;
  cursor: pointer; }
  @media (max-width: 678px) {
    input[type="checkbox"] + label {
      padding: 7px 30px;
      font-size: 1.3rem; } }

/*　チェックボックス 選択時の背景指定　*/
input[type="checkbox"]:checked + label {
  background: url(/public/img/checkbox_checked.png) no-repeat left center;
  background-size: 25px 25px;
  line-height: 1.5;
  cursor: pointer; }

input.wd100 {
  width: 100%; }

input.wd50 {
  width: 50%; }

input.wd20 {
  width: 20%; }

input.wd350 {
  width: 100%;
  max-width: 350px; }
  @media (max-width: 678px) {
    input.wd350 {
      max-width: 225px; } }

.input-group-wrap.col3 {
  display: flex; }
  .input-group-wrap.col3 .input-group {
    width: calc(100% / 3); }

@media (max-width: 678px) {
  .input-group-wrap.col3 {
    display: block; }
    .input-group-wrap.col3 .input-group {
      width: 100%;
      margin-top: 15px; }
      .input-group-wrap.col3 .input-group input {
        width: 65px; } }

.input-group {
  display: inline-block;
  vertical-align: bottom; }
  @media (max-width: 678px) {
    .input-group {
      display: block; } }
  .input-group input {
    max-width: 130px;
    width: 100%; }

.check-group + .check-group {
  margin-top: 20px; }

/*==============================
input type number 矢印カスタマイズ
==========================*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

div.button {
  display: inline-block;
  width: 13px;
  vertical-align: middle; }
  @media (max-width: 678px) {
    div.button {
      display: none; } }

input.spinner_up {
  padding: 0;
  margin-top: 0px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/public/img/arrow_top.png") no-repeat center;
  background-size: contain; }

input.spinner_down {
  padding: 0;
  margin-top: 0px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/public/img/arrow_bottom.png") no-repeat center;
  background-size: contain; }

/* ==============================
module / button
================================= */
.btn-wrap {
  text-align: center; }
  .btn-wrap.col2 {
    display: flex; }
    .btn-wrap.col2 .btn {
      width: calc(50% - 20px);
      max-width: 330px; }
      .btn-wrap.col2 .btn:first-child {
        margin-right: 40px; }
    @media (max-width: 678px) {
      .btn-wrap.col2 {
        display: block; }
        .btn-wrap.col2 .btn {
          width: 100%; }
          .btn-wrap.col2 .btn:first-child {
            margin-right: 0px;
            margin-bottom: 15px; } }

button {
  border: none;
  border-radius: 50px;
  box-sizing: border-box; }

.btn {
  display: inline-block;
  padding: 20px;
  text-align: center;
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 1.8rem;
  cursor: pointer; }
  @media (max-width: 678px) {
    .btn {
      padding: 15px;
      font-size: 1.6rem; } }
  .btn.success {
    background: #62BA59;
    color: #fff; }
  .btn.gray {
    background-color: #7C7C7C;
    color: #fff; }
  .btn:disabled {
    background-color: #D5D5D5;
    color: #fff;
    cursor: default; }

.btn-large {
  width: 100%;
  max-width: 400px; }
  @media (max-width: 678px) {
    .btn-large {
      max-width: 250px; }
      .btn-large .txt-small {
        font-size: 1.3rem; } }

/*===========================
利用規約
===========================*/
.terms-list > li + li {
  margin-top: 15px; }

.terms-num-list > li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 4.5rem;
  text-indent: -1.5rem; }
  .terms-num-list > li + li {
    margin-top: 5px; }
  .terms-num-list > li:before {
    display: inline-block;
    content: "( " counter(cnt) " )"; }

.terms-normal-num-list > li {
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1.4rem;
  padding-left: 1.4rem; }
  .terms-normal-num-list > li + li {
    margin-top: 5px; }

/* =========================================================
 State
========================================================= */
/* ==============================
動的
================================= */
#menu-cover.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.header-nav-cover.is-active {
  right: 0; }

.l-header.is-fixed {
  position: fixed;
  z-index: 10; }

#top .l-header.is-fixed {
  position: fixed; }
