@charset "UTF-8";
/* reset
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (min-width: 1200px) {
  .u-tb:not(.u-pc), .u-sp {
    display: none !important; } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .u-pc:not(.u-tb), .u-sp:not(.u-tb) {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .u-tb:not(.u-sp), .u-pc {
    display: none !important; } }
/* base
----------------------------------------------------------------------------------------------------
 =common
 =img
 =font
 =align
 =margin
 =padding
 =other
*/
/*--------------------------------------------------*/
/* =common
/*--------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

html, body {
  height: 100%; }

body {
  background: #f7f7f760;
  font: 15px/1.7 'Noto Sans',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  word-break: break-all; }

.bg_wh {
  padding: 25px 20px 40px;
  margin-top: 30px;
  background: white;
  border-radius: 10px; }

@media all and (max-width: 768px) {
  .bg_wh {
    margin-top: 15px;
    padding: 15px 0px 20px;
    margin-left: 7px;
    margin-right: 7px; } }
a {
  color: #075edb;
  text-decoration: none; }

/*
a:link	{ color: #05A; text-decoration: none;}
a:visited { color: #05A; text-decoration: none;}
*/
a:active {
  color: #e60711;
  text-decoration: underline; }

a:hover {
  color: #e60711;
  text-decoration: underline; }

.hover {
  transition: opacity .2s; }

.hover:hover {
  opacity: .7; }

.cf::after,
#container::after,
.inner::after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.cf,
#container,
.inner {
  display: inline-block;
  min-height: 1%; }

* html .cf,
* html #container,
* html .inner {
  height: 1%; }

.cf,
#container,
.inner {
  display: block; }

.clr {
  clear: both; }

/*--------------------------------------------------*/
/* =img
/*--------------------------------------------------*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.imgheight {
  font-size: 1px;
  line-height: 1px; }

/*--------------------------------------------------*/
/* =font
/*--------------------------------------------------*/
strong, .bold {
  font-weight: bold; }

object {
  outline: none; }

sup {
  font-weight: normal;
  font-size: 11px;
  vertical-align: super; }

.tx_10f {
  font-size: 10px;
  font-size: 1.0rem; }

.tx_11f {
  font-size: 11px;
  font-size: 1.1rem; }

.tx_12f {
  font-size: 12px;
  font-size: 1.2rem; }

.tx_13f {
  font-size: 13px;
  font-size: 1.3rem; }

.tx_14f {
  font-size: 14px;
  font-size: 1.4rem; }

.tx_15f {
  font-size: 15px;
  font-size: 1.5rem; }

.tx_16f {
  font-size: 16px;
  font-size: 1.6rem; }

.tx_18f {
  font-size: 18px;
  font-size: 1.8rem; }

.tx_20f {
  font-size: 20px;
  font-size: 2.0rem; }

.tx_22f {
  font-size: 22px;
  font-size: 2.2rem; }

.tx_24f {
  font-size: 24px;
  font-size: 2.4rem; }

.tx_26f {
  font-size: 26px;
  font-size: 2.6rem; }

.tx_28f {
  font-size: 28px;
  font-size: 2.8rem; }

.tx_gray {
  color: #666; }

.tx_blue {
  color: #075edb; }

.tx_red {
  color: #FF123E; }

.tx_orange {
  color: #ff5a00; }

.tx_green {
  color: #34c700; }

.tx_purple {
  color: #8749bb; }

.tx_pink {
  color: #ff1dab; }

.tx_white {
  color: #fff; }

.bg_gray {
  background-color: #CCCCCC !important;
  color: #fff !important; }

.bg_yellow {
  background-color: #fFFFF2 !important; }

.bg_green {
  background-color: #d3ffe5 !important; }

.bg_blue {
  background-color: #c4ebf6 !important; }

.bg_purple {
  background-color: #dfd7f4 !important; }

.bg_pink {
  background-color: #ffd9e1 !important; }

.bg_orange {
  background-color: #ffdea9 !important; }

.bg_none {
  background: none !important; }

/*--------------------------------------------------*/
/* =align
/*--------------------------------------------------*/
.tx_c {
  text-align: center !important; }

.tx_l {
  text-align: left !important; }

.tx_r {
  text-align: right !important; }

.vt {
  vertical-align: top; }

.vb {
  vertical-align: bottom; }

.vm {
  vertical-align: middle; }

.block_l {
  float: left; }

.block_r {
  float: right; }

/*--------------------------------------------------*/
/* =margin
/*--------------------------------------------------*/
.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; }

.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; }

.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; }

.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; }

/*--------------------------------------------------*/
/* =padding
/*--------------------------------------------------*/
.pd5 {
  padding: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

/*--------------------------------------------------*/
/* =other
/*--------------------------------------------------*/
.noBorder {
  border: none !important; }

.nowrap {
  white-space: nowrap; }

.mk1 {
  text-indent: -1em;
  padding-left: 1em; }

.mk2 {
  text-indent: -2em;
  padding-left: 2em; }

#footer {
  padding: 10px 0;
  background-color: #009826;
  color: white; }

#header {
  background: #fff !important;
  padding: 10px 0;
  position: relative; }
  #header::after {
    left: 0;
    height: 3px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #009826 0, #009826 20%, #f59716 20%, #f59716 100%); }

#footer {
  text-align: center;
  background-color: #009826; }

.inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

@media all and (max-width: 768px) {
  #header,
  #footer {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0; }

  .inner {
    padding: 10px; } }
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#container {
  width: 100%;
  display: flex;
  justify-content: center; }

#container #contents {
  width: 100%;
  max-width: 900px;
  margin: 30px 10px;
  background: #fff;
  padding: 30px 50px;
  border-radius: 50px; }
  @media screen and (max-width: 640px) {
    #container #contents {
      width: calc(100% - 20px);
      margin: 10px 10px;
      padding: 20px 10px;
      border-radius: 10px; } }

#container #contents section {
  padding: 10px; }
  @media screen and (max-width: 640px) {
    #container #contents section {
      padding: 0; } }

@media all and (max-width: 768px) {
  #container #contents section {
    padding: 5px; } }
h3 {
  font-weight: 700;
  color: #009826;
  border-bottom: 1px dashed #cecece;
  margin-top: 40px; }
  h3::before {
    content: "●"; }

h2 {
  position: relative;
  font-size: 24px;
  padding: 7px 0 20px 10px;
  font-weight: bold;
  border-bottom: 2px dotted #cecece;
  line-height: 1;
  color: #009826;
  display: flex;
  align-items: center; }

h2 img {
  height: 24px;
  margin-right: 7px; }

h1 {
  padding: 8px 10px; }

h1 img {
  max-height: 40px;
  width: auto; }

@media all and (max-width: 768px) {
  .bg_wh h2 {
    width: calc(100% - 30px);
    margin-left: 15px; } }
.tel {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5; }

.tel th,
.tel td {
  border: 1px solid #ccc;
  color: #333;
  padding: 1em .5em;
  vertical-align: middle; }

.tel th {
  width: 30%;
  background: #f5f5f5;
  font-weight: bold; }

.tel .si, .tel .ri {
  display: inline;
  color: #FFF;
  padding: 1px 5px;
  margin-right: 3px;
  white-space: nowrap; }

.tel .si {
  background: #ff5959; }

.tel .ri {
  background: #5593ec; }

.tel td {
  font-size: 12px; }

.tel td span {
  font-weight: bold;
  font-size: 2rem; }

@media all and (max-width: 768px) {
  .tel {
    border: 1px solid #999;
    border-width: 1px 1px 0px; }

  .tel th, .tel td {
    display: block;
    width: 100%;
    border-width: 0;
    text-align: left;
    padding: .3em .5em; }

  /*	.tel td {
  		border-bottom: 1px solid #999;
  	}
  	.tel th {
  		border-bottom: 1px dotted #999;
  	}*/
  .tel th br {
    display: none; } }
.att {
  margin: .5em 0 1em; }

.att > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: .3em;
  color: #666; }

.att > li:before {
  content: "※"; }

/* crumbs */
.crumbs {
  margin: 40px auto;
  padding: 0px; }
  @media screen and (max-width: 1199px) {
    .crumbs {
      width: calc(100% + 20px);
      margin-left: -10px; } }

.crumbs ul {
  margin: 0px auto;
  padding: 0px;
  line-height: 1; }

.crumbs ul li {
  display: block;
  position: relative;
  margin: 0px;
  width: 33.3333%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #EEEEEE;
  line-height: 3; }

.crumbs ul li.current {
  color: #FFF;
  background-color: #009826; }

.crumbs ul li.next {
  color: #000;
  background-color: #CCCCCC; }

.crumbs ul li::after {
  content: "";
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 13px solid #EEEEEE;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 1; }

.crumbs ul li.current::after {
  border-left-color: #009826; }

.crumbs ul li.next::after {
  border-left-color: #CCCCCC; }

.crumbs ul li.last::after {
  content: none; }

@media only screen and (max-width: 600px) {
  .crumbs ul li {
    font-size: 13px; }

  .crumbs ul li span {
    padding-left: 10px; } }
@media only screen and (max-width: 400px) {
  .crumbs ul li {
    font-size: 10px;
    letter-spacing: 0px; }

  .crumbs ul li span {
    padding-left: 10px; } }
/* form */
form {
  border: none;
  margin: 0; }

.form_tb {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.form_tb * {
  vertical-align: middle; }

.form_tb th, .form_tb td {
  width: 100%;
  display: block; }

.form_tb th {
  /*background: #f5f5f5;*/
  font-weight: bold;
  text-align: left;
  padding-left: 20px; }

.form_tb th label {
  line-height: 1.3; }

.form_tb td {
  text-align: left;
  padding: 7px 20px 30px; }

.form_tb tr:last-child td {
  padding: 7px 20px 0px; }

@media screen and (max-width: 640px) {
  .form_tb td, .form_tb th, .form_tb tr:last-child td {
    padding-left: 0;
    padding-right: 0; } }
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 1.6rem;
  background: #fbfbfb;
  outline: none;
  padding: 10px 15px;
  transition: .2s ease;
  box-shadow: none; }

input[type="text"]:focus, input[type="text"]:active,
input[type="number"]:focus, input[type="number"]:active,
input[type="tel"]:focus, input[type="tel"]:active,
input[type="email"]:focus, input[type="email"]:active,
textarea:focus, textarea:active {
  background: #FFF;
  box-shadow: 0px 1px 0px #f59716;
  border-bottom: 1px solid #f59716; }

input.requ {
  /*background: rgba(204, 0, 0, .1);*/ }

input.requ.comp {
  /*background-color: rgba(141, 255, 128, 0.1);*/ }

textarea#contact {
  border: 1px solid #aaa; }

/*input#zip,
input#adress3,
input#tel {
  max-width: 300px;
}*/
.form_tb td label {
  margin-right: 3px; }

select {
  font-size: 16px;
  background: #fbfbfb;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 7.5px;
  width: 200px; }
  @media only screen and (max-width: 768px) {
    select {
      padding: 11.5px; } }

.form .submit {
  margin: 40px 0;
  text-align: center; }

.form_btn {
  text-align: center; }

.form .submit .btn {
  width: 40%;
  line-height: 3;
  font-weight: bold;
  display: inline-block;
  margin: 0 2%; }

.form_label {
  font-size: 11px; }

.required {
  margin-right: 7px;
  float: left;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 5px;
  transform: translateY(-3px);
  background-color: #f59716;
  color: #FFF; }

.any {
  background-color: #999;
  color: #FFF; }

.check-list {
  padding: 0 !important;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .check-list > .list-item {
    position: relative;
    width: calc(25% - 10px);
    margin: 5px 5px; }
    @media all and (max-width: 768px) {
      .check-list > .list-item {
        width: calc(50% - 10px); } }
    @media all and (max-width: 400px) {
      .check-list > .list-item {
        width: calc(100% - 10px); } }
  .check-list.list-2 > .list-item {
    width: 50%; }
    @media all and (max-width: 768px) {
      .check-list.list-2 > .list-item {
        width: calc(100% - 10px); } }
  .check-list.list-3 > .list-item {
    width: 33.33333333333%; }
    @media all and (max-width: 768px) {
      .check-list.list-3 > .list-item {
        width: 100%; } }
  .check-list input[type="radio"],
  .check-list input[type="checkbox"] {
    visibility: hidden;
    position: absolute; }
    .check-list input[type="radio"] + label,
    .check-list input[type="checkbox"] + label {
      position: relative;
      line-height: 1.5;
      border: 1px solid #999;
      border-radius: 5px;
      display: block;
      padding: 10px 10px 10px 37px;
      cursor: pointer;
      margin: auto 3px auto auto;
      width: auto; }
      .check-list input[type="radio"] + label::before,
      .check-list input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 9px;
        left: 8px;
        width: 20px;
        height: 20px;
        border: 1px solid #999;
        background: #f4f4f4; }
  .check-list input[type="radio"] + label::before {
    border-radius: 50%; }
  .check-list input[type="radio"]:checked + label,
  .check-list input[type="checkbox"]:checked + label {
    background: #FFFBFB !important;
    border: 1px solid #f59716;
    box-shadow: 0 0 0 1px #f59716 inset;
    box-sizing: border-box;
    color: #f59716;
    font-weight: bold; }
    .check-list input[type="radio"]:checked + label::before,
    .check-list input[type="checkbox"]:checked + label::before {
      border: 2px solid #f59716;
      background: #FFF; }
    .check-list input[type="radio"]:checked + label::after,
    .check-list input[type="checkbox"]:checked + label::after {
      content: "";
      position: absolute;
      top: 26px;
      left: 14px;
      width: 9px;
      height: 4px;
      margin-top: -10px;
      border-left: 2px solid #f59716;
      border-bottom: 2px solid #f59716;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg);
      font-weight: 700; }
  .check-list .check-list input[type="checkbox"] + label {
    position: relative;
    line-height: 1.5;
    border: 1px solid #999;
    border-radius: 5px;
    display: block;
    padding: 10px 10px 10px 37px;
    cursor: pointer;
    margin: auto 3px auto auto;
    width: auto; }

.p-table {
  width: 100%; }
  .p-table tr {
    border-bottom: 1px solid #EBEBEB; }
  .p-table td, .p-table th {
    width: 50%;
    padding: 15px;
    text-align: left; }
  .p-table th {
    background: #fafafa; }

@media all and (max-width: 768px) {
  .form_tb {
    border-width: 1px 1px 0px;
    font-size: 14px; }

  .form_tb th, .form_tb td {
    display: block;
    width: 100%;
    border-width: 0;
    text-align: left; }

  /*.form_tb td {
  	border-bottom: 1px solid #999;
  }*/
  /*	.form_tb th {
  		border-bottom: 1px dotted #999;
  	}*/
  .field_mark {
    float: left;
    display: inline-block; }

  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="email"],
  textarea {
    line-height: 1.5em;
    font-size: 18px; }

  input#zip {
    /*width: 10em;*/ }

  select {
    width: 100%;
    font-size: 16px; } }
.form_tb td .help-block {
  display: block;
  margin-top: 7px;
  color: #666;
  font-size: 11px;
  line-height: 1; }

.form_tb td .help-block.txt_pink {
  color: #FF5959; }

.form_tb td .help-block .help-label {
  border: 1px solid #999;
  background-color: #f0f0f0;
  color: #666;
  display: inline;
  font-size: 80%;
  padding: .2em .5em;
  text-align: center;
  margin-right: .5em; }

.form-btn {
  -webkit-appearance: none;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  margin: 2em auto;
  width: 80%;
  line-height: 2.6;
  display: block;
  cursor: pointer;
  /*background-image: linear-gradient(to bottom, #ffeca1 0%, #ffcd01 100%);
  background-repeat: repeat-x;*/
  border-radius: 5px !important;
  background-color: #ff8300;
  color: white;
  border: 2px solid #F78B00;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFECA1', endColorstr='#FFFFCD01', GradientType=0);*/
  transition: all .2s; }

.form-btn.back {
  width: 60%;
  border: 2px solid #e8e8e8;
  background-color: #a6a6a6; }

.form-btn:disabled {
  background: #f5f5f5 !important;
  color: #aaa;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px); }

.form-btn:hover {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: none;
  color: #FFF;
  text-decoration: none; }

.back-btn {
  letter-spacing: 0;
  text-align: center; }

.back-btn > li {
  font-size: 14px;
  display: inline-block;
  width: 30%;
  margin: 1%; }

.back-btn .btn {
  border-radius: 10px;
  background: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  line-height: 3;
  font-weight: bold;
  color: #FFF;
  padding: 0 2em; }

.back-btn .btn:before {
  content: '';
  width: .8em;
  height: .8em;
  border: 0px;
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  left: 1em; }

.btn.flets {
  background-color: #f59716;
  -webkit-box-shadow: 0px 4px 0px #cf7c09;
  box-shadow: 0px 4px 0px #cf7c09; }

.back-btn .btn:hover {
  bottom: -4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media all and (max-width: 768px) {
  .back-btn > li {
    display: block;
    width: 90%;
    margin: 20px auto; } }
.check_tb td {
  font-size: 18px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px !important;
  margin-bottom: 25px; }

.check_tb th {
  color: #999; }

.sp {
  display: none; }

@media all and (max-width: 768px) {
  .sp {
    display: unset; }

  tr {
    position: relative;
    min-height: 60px;
    display: block; }

  .grid_input + .help-block {
    display: block;
    margin-top: 60px !important;
    margin-left: 80px; }

  .grid_input + .help-block + .help-block {
    margin-left: 80px;
    margin-bottom: -15px; }

  .grid_name label {
    position: absolute;
    left: 5px;
    top: 9px;
    display: inline-block !important;
    width: 80px;
    text-align: center; }
  .grid_name .required {
    position: absolute;
    bottom: -26px;
    left: 0;
    padding-top: 0px;
    padding-bottom: 1px;
    margin-left: 23px; }

  .grid_input {
    right: 10px;
    width: calc(100% - 100px) !important;
    position: absolute; }

  .carrier_mark {
    margin-left: 18px; }

  .p-table tr {
    width: calc(100% - 30px);
    margin-left: 15px; }
  .p-table th, .p-table td {
    width: 100%;
    display: block;
    padding: 10px; } }
.ssl {
  max-width: 800px;
  background-color: #FFF;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  border: 1px solid #ccc; }
  .ssl .text {
    padding: 0 10px 0 0; }
  .ssl .img {
    text-align: center;
    padding: 0;
    line-height: 0; }

.agreement {
  margin: 40px auto;
  padding: 1em;
  text-align: center;
  background: #FFF; }

.agreement-list {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .agreement-list > .agreement-item {
    position: relative; }
  .agreement-list input[type=radio],
  .agreement-list input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    .agreement-list input[type=radio] + label,
    .agreement-list input[type=checkbox] + label {
      text-align: left;
      position: relative;
      display: inline-block;
      padding: 0 0 0 30px;
      cursor: pointer;
      width: auto;
      line-height: 1.4;
      letter-spacing: 0;
      margin: 0;
      font-size: 14px; }
      .agreement-list input[type=radio] + label::before,
      .agreement-list input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #666;
        background: #FFF; }
    .agreement-list input[type=radio]:checked + label::before,
    .agreement-list input[type=checkbox]:checked + label::before {
      border-color: #075edb;
      background: #075edb; }
    .agreement-list input[type=radio]:checked + label::after,
    .agreement-list input[type=checkbox]:checked + label::after {
      content: "";
      position: absolute;
      top: 11px;
      left: 3px;
      width: 14px;
      height: 8px;
      margin-top: -10px;
      border-left: 3px solid #FFF;
      border-bottom: 3px solid #FFF;
      -webkit-transform: rotate(-45deg) scale(0.5);
      transform: rotate(-45deg);
      font-weight: 700; }

.flex-center {
  justify-content: center; }

.tel_box {
  margin: 10px auto;
  text-align: center;
  width: 100%; }

.text_red_big {
  color: #F30;
  font-weight: bold;
  font-size: 35px; }
