@charset "utf-8";

/* CSS Document(PC) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

button { margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

img {
  vertical-align: top
}

textarea {
  vertical-align: top;
  font-family: inherit
}

button, input[type="button"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"], select {
  cursor: pointer;
  outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}

label { outline: none;}

input[type="submit"],
input[type="button"] { border:none; outline: none; }
input.submit_button { border:none; outline: none; }

input[type="text"], input[type="tel"], textarea  { font-size:1.3rem;}

/*::placeholder, select { color: #CDCDCD;}*/


html, body {
/*  height: 100%;*/
  width:100%;
}

html {
  font-size: 62.5%
}

body {
  /*min-width: 1080px;*/
  color: #464646;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
  }

@media only screen and (-webkit-min-device-pixel-ratio:2), (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

/*a {
  color: #1754A8;
  text-decoration: none
}

a:hover {
  color: #4C70C2;
  text-decoration: underline;
}*/

a:hover img {
  opacity: .8
}

@media screen and (max-width:1000px) {
  body {
    min-width: 0
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

ol, ul, ol li, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, ul, ol, li, dl {
  clear: none;
}

img.size-full, img.size-large, img.size-medium, .attachment img {
  max-width: 100%;
  height: auto;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  line-height: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:focus {
  outline: none;
}

.block {
  display: block;
}
.hidden {
 visibility:hidden !important;
}

input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }
  
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button::-moz-focus-inner { border: 0; }

table { width:100%; table-layout: fixed; }

table td,table th { word-wrap: break-word; overflow-wrap: break-word; }

.border-none { border: none !important; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
}


/* -----------------------------------------------------------------------------------------------

    レイアウト

----------------------------------------------------------------------------------------------- */

.contents {
    width: auto;
    margin: 0px auto 0px;
    padding-bottom:0px;
    overflow: hidden;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.6;
}

p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.fixed {
  position: fixed;
}
.m-center { margin: 0 auto; text-align: center; }
.m-right { margin: 0 0 0 auto; text-align: right; }

.mt0 { margin-top: 0!important;}       .mt5 { margin-top: 5px!important;}
.mt8 { margin-top: 8px!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;}
.mt50 { margin-top: 50px!important;}   .mt55 { margin-top: 55px!important;}
.mt60 { margin-top: 60px!important;}    .mt70 { margin-top: 70px!important;}
.mt80 { margin-top: 80px!important;}    .mt90 { margin-top: 90px!important;}
.mt100 { margin-top: 100px!important;}

.mt_20 { margin-top: -20px!important;}  .mt_30 { margin-top: -30px!important;}

.mr0 { margin-right: 0!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;}  .mr50 { margin-right: 30px!important;}

.mb0 { margin-bottom: 0!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;}  .mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}  .mb55 { margin-bottom: 55px!important;}
.mb60 { margin-bottom: 60px!important;}  .mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}   .mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;} .mb110 { margin-bottom: 110px!important;}

.ml0 { margin-left: 0!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;}    .ml60 { margin-left: 60px!important;}
.ml70 { margin-left: 70px!important;}    .ml75 { margin-left: 75px!important;}
.ml80 { margin-left: 80px!important;}    .ml83 { margin-left: 83px!important;}
.ml90 { margin-left: 90px!important;}    .ml95 { margin-left: 95px!important;}
.ml110 { margin-left: 110px!important;}  .ml120 { margin-left: 120px!important;}
.ml145 { margin-left: 145px!important;}  .ml160 { margin-left: 160px!important;}
.ml170 { margin-left: 170px!important;}  .ml180 { margin-left: 180px!important;}

.ml_10 { margin-left: -10px!important;}  .ml_15 { margin-left: -15px!important;}
.ml_20 { margin-left: -20px!important;}  .ml_50 { margin-left: -50px!important;}

.p0 { padding: 0px!important;} .p10 { padding: 10px!important;}
.p20 { padding: 20px!important;} .p30 { padding: 30px!important;}

.pt0 { padding-top: 0!important;}        .pt5 { padding-top: 5px!important;}
.pt10 { padding-top: 10px!important;}    .pt15 { padding-top: 15px!important;}
.pt20 { padding-top: 20px!important;}    .pt25 { padding-top: 25px!important;}
.pt30 { padding-top: 30px!important;}

.pr0 { padding-right: 0!important;}      .pr5 { padding-right: 5px!important;}
.pr10 { padding-right: 10px!important;}  .pr15 { padding-right: 15px!important;}
.pr20 { padding-right: 20px!important;}  .pr25 { padding-right: 25px!important;}
.pr30 { padding-right: 30px!important;}  .pr40 { padding-right: 40px!important;}

.pb0 { padding-bottom: 0!important;}     .pb5 { padding-bottom: 5px!important;}
.pb10 { padding-bottom: 10px!important;} .pb15 { padding-bottom: 15px!important;}
.pb20 { padding-bottom: 20px!important;} .pb25 { padding-bottom: 25px!important;}
.pb30 { padding-bottom: 30px!important;} .pb35 { padding-bottom: 35px!important;}
.pb40 { padding-bottom: 40px!important;} .pb45 { padding-bottom: 45px!important;}

.pl0 { padding-left: 0!important;}       .pl5 { padding-left: 5px!important;}
.pl10 { padding-left: 10px!important;}   .pl15 { padding-left: 15px!important;}
.pl20 { padding-left: 20px!important;}   .pl25 { padding-left: 25px!important;}
.pl30 { padding-left: 30px!important;}   .pl40 { padding-left: 40px!important;}
.pl50 { padding-left: 50px!important;}   .pl100 { padding-left: 100px!important;}

.fs10 {
  font-size: 10px !important;
  font-size: 1.0rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}
.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}
.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.letter005 { letter-spacing: 0.05em;}


/* --------------------------------------------------------------------

    共通

-------------------------------------------------------------------- */

.fl-clear { overflow: hidden !important;}
.fl-left { float: left !important;}
.fl-right { float: right !important;}

.tx-left { text-align: left !important;}
.tx-right { text-align: right !important;}
.tx-center { text-align: center !important;}

.cell-wrap { display: table; width: 100%; table-layout: fixed; }
.cell { display: table-cell; vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;}
.va-t { vertical-align: top !important;}
.va-m { vertical-align: middle !important;}
.va-b { vertical-align: bottom !important;}

.w-auto { width: auto !important;}
.w10 { width: 10% !important;}
.w15 { width: 15% !important;}
.w20 { width: 20% !important;}
.w25 { width: 25% !important;}
.w30 { width: 30% !important;}
.w35 { width: 35% !important;}
.w40 { width: 40% !important;}
.w45 { width: 45% !important;}
.w50 { width: 50% !important;}
.w60 { width: 60% !important;}
.w70 { width: 70% !important;}
.w75 { width: 75% !important;}
.w80 { width: 80% !important;}
.w85 { width: 85% !important;}
.w90 { width: 90% !important;}
.w100 { width: 100% !important;}

.flex { display: flex!important;}
.flex-wrap { display: flex!important; flex-wrap: wrap!important;}

.static { position: static!important;}
.border-r05 { border-radius: 5px;}

.cl { clear: both;}

/* --------------------------------------------------------------------

    FORM

-------------------------------------------------------------------- */


input[type="text"],
input[type=email],
input[type=password],
input[type=tel],
input[type="number"],
textarea {
  outline: none;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #CDCDCD;
  background: #fff;
  font-size:1.3rem;
}

input::placeholder {
  color: #CDCDCD;
}

/* IE */
input:-ms-input-placeholder {
  color: #CDCDCD;
}

/* Edge */
input::-ms-input-placeholder {
  color: #CDCDCD;
}

.select-wrap {
  position: relative;
}

.select-wrap:before {
  position: absolute;
  right: 10px;
  top: 13px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  font-weight: normal;
  z-index: 20;
}
/*
.select-wrap.year:before {
  right: 28%;
}*/

.select-wrap select{
  outline: none;
  -moz-appearance: none;
  background: none transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 7px 22px 7px 10px;
  border: 1px solid #CDCDCD;
  width: 100%;
  font-size:1.3rem;
  position: relative;
  background: #fff;
  z-index: 10;
  line-height: 1.4;
  border-radius: 5px;
}

.select-wrap-noicon select{
  color: #000;
  cursor: default;
  outline: none;
  -moz-appearance: none;
  background: none transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 7px 22px 7px 10px;
  border: 1px solid #CDCDCD;
  width: 100%;
  font-size:1.3rem;
  position: relative;
  background: #fff;
  z-index: 10;
  line-height: 1.4;
  border-radius: 5px;
}

.select-wrap.year {
  display: inline-block;
  width: 150px;
}

.select-wrap.year.month {
  width: 100px;
}

/*.select-wrap.year select{
  width: 80%;
}*/

.select-wrap.year select,
.select-wrap.year p {
  display: inline-block;
}

.confirm {
  text-align: center;
  margin-bottom: 10px;
}

.confirm a {
  color: #47A0F4;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: #464646 !important;
}
  

/*========== チェックボックス ==========*/

label.checkbox-text {
  cursor: pointer;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.2rem;
}

label.checkbox-text:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 2px;
  z-index: 1;
  border-radius: 3px;
  background: #F0913C;
}

label.checkbox-text:after {
  content: '';
  position: absolute;
  /* top: 42%; */
  top: 3px;
  left: 4px;
  display: block;
  /* margin-top: -6px; */
  width: 4px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 2;
}

label.checkbox-text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 2px;
  left: -41px;
  width: 14px;
  height: 14px;
  display: block;
  box-shadow: 41px 0px #C9C8C8;
  z-index: 3;
  margin: 0px;
  padding: 0px;
  border-radius: 2px;
}

label.checkbox-text input[type="checkbox"]:checked {
  box-shadow: none;
}


/*========== ラジオボタン ==========*/

label.radio_text {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 4px;
  content: '';
  z-index: 3;
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 3px;
  top: 7px;
  background-color: #F0913C;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  left: -18px;
  top: 7px;
  margin: 0px;
  box-shadow: 20px -1px #FFF;
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #FFF;
}


.bold {
  font-weight: bold;
}

.display-none{ display: none;}


/* -----------------------------------------------------------------------------------------------

    エラーページ

----------------------------------------------------------------------------------------------- */

body#error-page { background: #fff;}

#error-page header {
    background: #F0EFEF;
    padding: 5px 0 0;
    border-bottom: 40px solid white;
    width: 100%;
}
#error-page header .inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0px;
}
#error-page header .logo {
    font-size: 3rem;
    text-align: left;
    line-height: 1.4;
    width: 40%;
    padding-top: 0px;
}
#error-page .contents {
    width: 980px;
    padding: 0 10px;
}
#error-page .errmsg-box {
    margin-bottom: 32px;
    background: #FFF;
    box-shadow: none;
    margin-top: 80px;
}

#error-page .ttl-err { 
/*    border-left: 5px solid #68C333;
    padding-left: 10px; */
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

#error-page footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
#error-page .copyr { 
    background: #F0913C;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 24px 0;
    letter-spacing: 0.1em;
}

#error-page .f-logo {
    text-align: center;
    margin-bottom: 6px;
    width: 100%;
}

        @media screen and (max-width: 825px) {
                #error-page .ttl-err { font-size: 1.6rem;}
                #error-page .errmsg-box { margin-top: 40px;}
                #error-page header .inner,.contents {
                    width: 100%;
                }
                #error-page .contents {
                    padding: 0px 20px;
                    width: 100%;
                }
                #error-page .box .inner {
                    padding: 20px;
                    overflow: hidden;
                }
                #error-page header .logo {
                    width: 50%;
                }
                #error-page header .inner { padding: 10px;}
                #error-page .copyr { 
                    font-size: 1.1rem;
                    padding: 10px 0;
                    letter-spacing: 0;
                }
                #error-page .f-logo {
                    text-align: center;
                    margin: 0 auto 6px;
                    width: 70%;
                }
                
        }
