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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

em {
  font-weight: 600;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
0. Initialize
===========================================================*/
/* box-sizing
----------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* webkit specific styles
----------------------------------------------------------*/
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* html:root要素
----------------------------------------------------------*/
/* iPhoneの縦横切替でfont-size変更無し */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #ffffff;
}

/* body: ベースフォント指定
  ----------------------------------------------------------*/
body {
  position: relative;
  min-height: 100vh;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, -apple-system, BlinkMacSystemFont, arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  background-image: url(../img/bg/bg_whole.png);
  background-repeat: repeat;
  background-position: center top;
}

/* リンク
----------------------------------------------------------*/
a {
  color: #001489;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 670px) {
  a:hover {
    text-decoration: none;
  }
}

/* インライン要素
----------------------------------------------------------*/
em {
  font-style: normal;
  color: #001489;
}

/* Image
----------------------------------------------------------*/
img {
  vertical-align: top;
  max-width: 100%;
}

/*==========================================================
1. Common / Module
===========================================================*/
/* clearfix
-----------------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* Hover Image
-----------------------------------------------------------*/
a img {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover img {
  opacity: 0.8;
}

/* BR
-----------------------------------------------------------*/
.br_sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .br_sp {
    display: inline;
  }
}

.br_pc {
  display: inline;
}

@media screen and (max-width: 670px) {
  .br_pc {
    display: none;
  }
}

/* SUP
-----------------------------------------------------------*/
.superscript {
  font-size: 60%;
  vertical-align: top;
  color: #ff7200;
}

/* スクロールアニメーション
-----------------------------------------------------------*/
.animate {
  visibility: hidden;
}

/* Buttons
-----------------------------------------------------------*/
.btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnbox__btns {
  margin: 0 5px;
}

.btnbox__wide {
  width: 89.55224%;
}

@media screen and (min-width: 670px) {
  .btnbox__wide {
    width: 40%;
  }
}

.btnbox__wide .btnbox__btn {
  padding: 5% 0 5%;
}

@media screen and (min-width: 670px) {
  .btnbox__wide .btnbox__btn {
    padding: 7.66667% 0 7.66667%;
  }
}

.btnbox__wide2 {
  width: 89.55224%;
}

@media screen and (min-width: 670px) {
  .btnbox__wide2 {
    width: 64%;
  }
}

.btnbox__wide2 .btnbox__btn {
  padding: 5% 0 5%;
}

@media screen and (min-width: 670px) {
  .btnbox__wide2 .btnbox__btn {
    padding: 4.79167% 0 4.79167%;
  }
}

.btnbox__narrow {
  width: 43.8806%;
}

@media screen and (min-width: 670px) {
  .btnbox__narrow {
    width: 45.33333%;
  }
}

.btnbox__narrow .btnbox__btn {
  padding: 10.20408% 0 10.20408%;
}

@media screen and (min-width: 670px) {
  .btnbox__narrow .btnbox__btn {
    padding: 6.76471% 0 7.66667%;
  }
}

.btnbox__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 5.37313vw;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
}

@media screen and (min-width: 670px) {
  .btnbox__btn {
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .btnbox__btn {
    font-size: 2.5rem;
  }
}

.btnbox__btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btnbox__btn::after {
  position: absolute;
  top: 20%;
  font-family: FontAwesome;
  font-size: 150%;
}

@media screen and (min-width: 670px) {
  .btnbox__btn::after {
    top: 23%;
  }
}

.btnbox__next {
  background-color: #ff7200;
}

.btnbox__next::after {
  content: "\f105";
  right: 5%;
}

.btnbox__prev {
  background-color: #aaaaaa;
}

.btnbox__prev::after {
  content: "\f104";
  left: 5%;
}

/* Local Main Title
-----------------------------------------------------------*/
.l_mainttl {
  background-color: #c4d700;
}

.l_mainttl__inbox {
  margin: 0 auto;
  max-width: 750px;
}

.l_mainttl h1 {
  margin: 0 auto;
  padding: 2.38806% 0 4.47761%;
  width: 89.55224%;
}

@media screen and (min-width: 670px) {
  .l_mainttl h1 {
    padding: 2.93333% 0 4.26667%;
    width: 52.13333%;
  }
}

/* Gloval Header & Gloval Footer */
.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
1. Gloval Header
===========================================================*/
.g_header {
  position: relative;
  background-color: #ffffff;
}

.g_header header {
  margin: 0 auto;
  max-width: 750px;
}

.g_header__contents {
  position: relative;
  padding: 3.13433% 0 2.08955%;
}

.g_header__badge {
  position: absolute;
  top: 4.02985vw;
  left: 2.98507vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.19403vw 0;
  width: 19.40299vw;
  font-size: 2.68657vw;
  line-height: 1;
  color: #ffffff;
  background-color: #009944;
}

@media screen and (min-width: 670px) {
  .g_header__badge {
    top: 26.66667%;
    left: 4%;
    padding: 1.06667% 0;
    width: 17.33333%;
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 750px) {
  .g_header__badge {
    font-size: 1.8rem;
  }
}

.g_header__logo {
  margin: 0 auto;
  width: 38.80597%;
  max-width: 260px;
}

.g_header__logo img {
  width: 100%;
}

@media screen and (min-width: 670px) {
  .g_header__contents {
    padding: 2.8% 0 1.86667%;
  }
  .g_header__logo {
    width: 34.66667%;
  }
}

/*==========================================================
2. Gloval Footer
===========================================================*/
.g_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url(../img/footer/bg_footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.g_footer footer {
  margin: 0 auto;
  max-width: 750px;
}

.g_footer__contents {
  padding: 5.97015% 2.98507% 2.38806%;
}

.g_footer__logo {
  margin: 0 auto 11.04478%;
  width: 49.25373%;
}

.g_footer__brnnews {
  margin: 0 0 3.58209% auto;
  width: 29.85075%;
}

.g_footer__copyright {
  font-size: 2.08955vw;
  text-align: right;
}

@media screen and (min-width: 670px) {
  .g_footer {
    background-image: url(../img/footer/bg_footer_w.png);
    background-size: auto 75px;
  }
  .g_footer footer {
    max-width: 750px;
  }
  .g_footer__copyright {
    font-size: 1.5rem;
  }
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Main Contents
===========================================================*/
.mc_wrapper {
  position: relative;
}

.main_contents {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  text-justify: inter-character;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.main_contents__inbox {
  padding-bottom: 55.22388%;
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Top page
===========================================================*/
.top_mv {
  position: relative;
  margin: 0 auto 2.98507vw;
  padding-top: 13.13433vw;
  width: 93.13433%;
  text-align: center;
}

@media screen and (min-width: 670px) {
  .top_mv {
    margin: 0 auto 2%;
    padding-top: 11.73333%;
    width: 91.46667%;
  }
}

.top_mdlname {
  margin: 0 0 7.46269vw 0;
  padding: 0 2.98507vw;
  font-size: 2.98507vw;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 670px) {
  .top_mdlname {
    margin: 0 0 3.33333% 0;
    padding: 0 3.8806%;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 750px) {
  .top_mdlname {
    font-size: 1.2rem;
  }
}

.top_lead {
  margin: 0 auto 10.44776vw;
  font-size: 4.47761vw;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 670px) {
  .top_lead {
    margin: 0 auto 9.33333%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .top_lead {
    font-size: 2.1rem;
  }
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Thanks page
===========================================================*/
.thanks_msg {
  margin-bottom: 9.40299vw;
  padding: 11.9403vw 0 27.31343vw;
  font-size: 5.97015vw;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #ff7200;
  background-image: url(../img/thanks/bg_thanksmsg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 82.83582vw auto;
}

@media screen and (min-width: 670px) {
  .thanks_msg {
    margin-bottom: 10.66667%;
    padding: 12% 0 25.73333%;
    font-size: 5.33333vw;
    background-size: 74% auto;
  }
}

@media screen and (min-width: 750px) {
  .thanks_msg {
    font-size: 4rem;
  }
}

/* Lead -------------------*/
.thanks_lead {
  margin-bottom: 8.95522vw;
  padding: 0 5.22388vw;
  font-size: 4.47761vw;
  line-height: 1.46;
  text-align: justify;
  text-justify: inter-character;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 670px) {
  .thanks_lead {
    margin-bottom: 10.66667%;
    padding: 0;
    font-size: 2.8vw;
    line-height: 1.57;
    text-align: center;
  }
}

@media screen and (min-width: 750px) {
  .thanks_lead {
    font-size: 2.1rem;
  }
}

/* Button -------------------*/
.smileaid {
  margin-right: 1.49254vw;
  width: 34.32836vw;
}

@media screen and (min-width: 670px) {
  .smileaid {
    margin-right: 1.04167%;
    width: 37.5%;
  }
}

.fs_type1 {
  font-size: 4.77612vw;
}

@media screen and (min-width: 670px) {
  .fs_type1 {
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .fs_type1 {
    font-size: 2.5rem;
  }
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.formbox__ttl, .formbox__entered, .formitems, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*==========================================================
Form page
===========================================================*/
/* Form Box --------------------*/
.formbox {
  padding: 0 5.22388vw;
}

@media screen and (min-width: 670px) {
  .formbox {
    padding: 0 4%;
  }
}

.formbox__lead {
  padding: 10.44776vw 0;
}

@media screen and (min-width: 670px) {
  .formbox__lead {
    padding: 6.66667% 0;
  }
}

.formbox__lead p {
  padding: 4.47761vw;
  font-size: 2.98507vw;
  line-height: 1.4;
  background-color: #ffffff;
  border: 3px solid #cccccc;
  border-radius: 1.49254vw;
}

@media screen and (min-width: 670px) {
  .formbox__lead p {
    padding: 4%;
    font-size: 2.13333vw;
    border: 2px solid #cccccc;
  }
}

@media screen and (min-width: 750px) {
  .formbox__lead p {
    font-size: 1.6rem;
  }
}

.formbox__lead p a {
  text-decoration: underline;
}

.formbox__explanation {
  margin-bottom: 9.85075vw;
  font-size: 4.47761vw;
  line-height: 1.5;
}

@media screen and (min-width: 670px) {
  .formbox__explanation {
    margin-bottom: 6.66667%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .formbox__explanation {
    font-size: 2.1rem;
  }
}

.formbox__ttl {
  margin: 0 0 4.47761vw 0;
}

@media screen and (min-width: 670px) {
  .formbox__ttl {
    margin: 0 0 2.66667% 0;
  }
}

.formbox__ttl h2 {
  margin: 0 1.49254vw 0 0;
  font-size: 5.37313vw;
}

@media screen and (min-width: 670px) {
  .formbox__ttl h2 {
    margin: 0 0.8% 0 0;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .formbox__ttl h2 {
    font-size: 2.5rem;
  }
}

.formbox__required {
  margin: 0 1.49254vw 0 0;
  padding: 0.89552vw 1.19403vw;
  font-size: 3.58209vw;
  color: #d70000;
  background-color: #ffffff;
  border: 2px solid #d70000;
  border-radius: 1.49254vw;
}

@media screen and (min-width: 670px) {
  .formbox__required {
    margin: 0 0.86957% 0 0;
    padding: 0.43478% 0.86957% 0.57971%;
    font-size: 2.4vw;
    border-radius: 8px;
  }
}

@media screen and (min-width: 750px) {
  .formbox__required {
    font-size: 1.8rem;
  }
}

.formbox__entered {
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.37313vw;
  height: 5.37313vw;
  font-size: 2.68657vw;
  color: #ffffff;
  background-color: #00c9cb;
  border-radius: 50%;
}

@media screen and (min-width: 670px) {
  .formbox__entered {
    width: 3.91304vw;
    height: 3.91304vw;
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 750px) {
  .formbox__entered {
    width: 27px;
    height: 27px;
    font-size: 1.2rem;
  }
}

.formbox__question {
  margin-bottom: 2.98507vw;
}

@media screen and (min-width: 670px) {
  .formbox__question {
    margin-bottom: 2.66667%;
  }
}

.formbox__question dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.98507vw;
  font-size: 4.47761vw;
  font-weight: 600;
  color: #ff7200;
}

@media screen and (min-width: 670px) {
  .formbox__question dt {
    margin-bottom: 2.66667%;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .formbox__question dt {
    font-size: 2.5rem;
  }
}

.formbox__question dt > div:first-child {
  margin-right: 1.49254vw;
}

@media screen and (min-width: 670px) {
  .formbox__question dt > div:first-child {
    margin-right: 1.33333%;
  }
}

.formbox__question dd {
  font-size: 4.47761vw;
  line-height: 1.5;
}

@media screen and (min-width: 670px) {
  .formbox__question dd {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .formbox__question dd {
    font-size: 2.1rem;
  }
}

/* Form Control --------------------*/
.formitems__radiolabel, .formitems__text {
  margin-bottom: 1.49254vw;
  padding: 3.8806vw 4.92537vw;
  width: 100%;
  font-size: 4.47761vw;
  color: #333333;
  background-color: #ffffff;
  border: 3px solid #cccccc;
  border-radius: 2.23881vw;
}

@media screen and (min-width: 670px) {
  .formitems__radiolabel, .formitems__text {
    margin-bottom: 0;
    padding: 2.66667% 2.8%;
    width: 49.27536%;
    font-size: 2.8vw;
    border: 2px solid #cccccc;
    border-radius: 1.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems__radiolabel, .formitems__text {
    font-size: 2.1rem;
    border-radius: 10px;
  }
}

::-webkit-input-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

.formitems {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10.44776vw;
}

@media screen and (min-width: 670px) {
  .formitems {
    margin-bottom: 6.66667%;
  }
}

@media screen and (min-width: 750px) {
  .formitems {
    margin-bottom: 50px;
  }
}

.formitems__subttl {
  margin-bottom: 0.74627vw;
  width: 100%;
  font-size: 2.38806vw;
}

@media screen and (min-width: 670px) {
  .formitems__subttl {
    margin-bottom: 0.66667vw;
    font-size: 2.13333vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems__subttl {
    font-size: 1.6rem;
  }
}

.formitems__radiobtn {
  position: absolute;
  opacity: 0;
}

.formitems__labeltxt {
  display: block;
}

.formitems__radiolabel::before {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 3.28358vw;
  width: 5.37313vw;
  height: 5.37313vw;
  font-size: 75%;
  text-align: center;
  color: #ffffff;
  border: 3px solid #cccccc;
  border-radius: 50%;
}

@media screen and (min-width: 670px) {
  .formitems__radiolabel::before {
    margin-right: 1.86667%;
    width: 3.46667vw;
    height: 3.46667vw;
    border: 2px solid #cccccc;
  }
}

@media screen and (min-width: 750px) {
  .formitems__radiolabel::before {
    width: 26px;
    height: 26px;
  }
}

.formitems__radiobtn:checked + .formitems__radiolabel {
  color: #ffffff;
  background-color: #ff7200;
  border: 3px solid #ff7200;
}

@media screen and (min-width: 670px) {
  .formitems__radiobtn:checked + .formitems__radiolabel {
    border: 2px solid #ff7200;
  }
}

.formitems__radiobtn:checked + .formitems__radiolabel::before {
  border: 3px solid #ffffff;
}

@media screen and (min-width: 670px) {
  .formitems__radiobtn:checked + .formitems__radiolabel::before {
    border: 2px solid #ffffff;
  }
}

.formitems__text:not(:placeholder-shown) {
  border: 3px solid #ff7200;
}

@media screen and (min-width: 670px) {
  .formitems__text:not(:placeholder-shown) {
    border: 2px solid #ff7200;
  }
}

.formitems__select {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.49254vw;
  width: 100%;
}

@media screen and (min-width: 670px) {
  .formitems__select {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 670px) {
  .formitems__birthyear {
    width: 49.27536%;
  }
}

@media screen and (min-width: 670px) {
  .formitems__birthmonth {
    width: 23.76812%;
  }
}

@media screen and (min-width: 670px) {
  .formitems__birthday {
    width: 23.76812%;
  }
}

.formitems__selectbox {
  position: relative;
  display: block;
  width: 91.16667%;
  background-color: #ffffff;
  border: 3px solid #cccccc;
  border-radius: 2.23881vw;
  overflow: hidden;
}

@media screen and (min-width: 670px) {
  .formitems__selectbox {
    border: 2px solid #cccccc;
    border-radius: 1.33333vw;
  }
}

.formitems__selectbox.selected {
  border: 3px solid #ff7200;
}

@media screen and (min-width: 670px) {
  .formitems__selectbox.selected {
    border: 2px solid #ff7200;
    border-radius: 1.33333vw;
  }
}

.formitems__selectbox select {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  padding: 3.8806vw 4.92537vw;
  width: 100%;
  font-size: 4.47761vw;
  color: #333333;
  background-color: transparent;
  border: none;
  outline: none;
}

@media screen and (min-width: 670px) {
  .formitems__selectbox select {
    padding: 2.66667% 2.8%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems__selectbox select {
    padding: 20px 21px;
    font-size: 2.1rem;
  }
}

.formitems__selectbox select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

.formitems__selectbox select:invalid {
  color: #999999;
}

@media screen and (min-width: 670px) {
  .formitems__birthyear .formitems__selectbox {
    width: 90.88235%;
  }
  .formitems__birthyear .formitems__selectbox select {
    padding: 5.88235% 6.17647%;
  }
}

@media screen and (min-width: 670px) {
  .formitems__birthmonth .formitems__selectbox {
    width: 84.14634%;
  }
  .formitems__birthmonth .formitems__selectbox select {
    padding: 12.19512% 6.17647%;
  }
}

@media screen and (min-width: 670px) {
  .formitems__birthday .formitems__selectbox {
    width: 84.14634%;
  }
  .formitems__birthday .formitems__selectbox select {
    padding: 12.19512% 6.17647%;
  }
}

.formitems__selectbox::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: url(../img/arrow_updown.png);
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 11.33455%;
  height: 100%;
  background-color: #ff7200;
  background-image: url(../img/arrow_updown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19.35484%;
}

@media screen and (min-width: 670px) {
  .formitems__birthyear .formitems__selectbox::before {
    width: 13.59223%;
  }
  .formitems__birthmonth .formitems__selectbox::before {
    width: 31.42857%;
  }
  .formitems__birthday .formitems__selectbox::before {
    width: 31.42857%;
  }
}

.formitems__selectlabel {
  display: block;
  font-size: 4.47761vw;
  color: #333333;
}

@media screen and (min-width: 670px) {
  .formitems__selectlabel {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems__selectlabel {
    font-size: 2.1rem;
  }
}

.address__hyphen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.66667%;
  font-size: 3.8806vw;
}

@media screen and (min-width: 670px) {
  .address__hyphen {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .address__hyphen {
    font-size: 2.1rem;
  }
}

.address__postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 670px) {
  .address__postcode {
    margin-bottom: 1.44928%;
    width: 100%;
  }
}

.address__postcode input {
  display: block;
  width: 25%;
}

.address__postcode input:first-child {
  width: 21.66667%;
}

.address__postcode button {
  margin-bottom: 1.49254vw;
  width: 49.16667%;
  font-size: 3.8806vw;
  color: #ffffff;
  background-color: #ff7200;
  border: none;
  border-radius: 2.23881vw;
}

@media screen and (min-width: 670px) {
  .address__postcode button {
    margin-bottom: 0;
    font-size: 2.8vw;
    border-radius: 1.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .address__postcode button {
    font-size: 2.1rem;
    border-radius: 10px;
  }
}

.address__municipalities, .address__housenum, .address__apartmentnum {
  width: 100%;
}

@media screen and (min-width: 670px) {
  .address__municipalities, .address__housenum, .address__apartmentnum {
    margin-bottom: 1.44928%;
  }
}

@media screen and (min-width: 670px) {
  .house {
    display: block;
  }
}

@media screen and (min-width: 670px) {
  .house .formitems__radiolabel {
    margin-bottom: 1.44928%;
    width: 100%;
  }
}

.phone label {
  margin-bottom: 1.49254vw;
  padding: 3.8806vw 1.49254vw 3.8806vw 4.92537vw;
  width: 32.16667% !important;
  font-size: 3.58209vw;
}

@media screen and (min-width: 670px) {
  .phone label {
    margin-bottom: 1.44928%;
    padding: 2.66667% 2.8%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .phone label {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 670px) {
  .phone label::before {
    margin-right: 6.66667% !important;
  }
}

@media screen and (min-width: 670px) {
  .phone input[type="text"] {
    width: 100%;
  }
}

.formitems__city {
  margin-bottom: 1.49254vw;
}

@media screen and (min-width: 670px) {
  .formitems__city {
    margin-bottom: 1.33333%;
  }
}

.formitems__city .formitems__selectbox {
  width: 100%;
  border-radius: 2.23881vw;
}

@media screen and (min-width: 670px) {
  .formitems__city .formitems__selectbox {
    border-radius: 1.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems__city .formitems__selectbox {
    border-radius: 10px;
  }
}

.formitems__city .formitems__selectbox::before {
  width: 10.83333%;
}

@media screen and (min-width: 670px) {
  .formitems__city .formitems__selectbox::before {
    width: 6.08696%;
  }
}

@media screen and (min-width: 670px) {
  .q05 label {
    margin-bottom: 1.44928%;
    width: 100%;
  }
}

.q05 .trg_modal {
  margin-top: 0;
}

.submitbox .btnbox__btn {
  padding: 0;
}

.btnbox input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.8806vw 4.92537vw;
  width: 100%;
  font-size: 4.47761vw;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .btnbox input[type="submit"] {
    padding: 4.79167% 0 4.79167%;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .btnbox input[type="submit"] {
    font-size: 2.5rem;
  }
}

.formitems .notes {
  margin-bottom: 1.49254vw;
  width: 100%;
  font-size: 2.98507vw;
}

@media screen and (min-width: 670px) {
  .formitems .notes {
    margin-bottom: 1.33333vw;
    font-size: 2.13333vw;
  }
}

@media screen and (min-width: 750px) {
  .formitems .notes {
    font-size: 1.6rem;
  }
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Modal Contents
===========================================================*/
.trg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.8806vw 4.92537vw;
  width: 100%;
  font-size: 4.47761vw;
  color: #ffffff;
  background-color: #c4d700;
  border-radius: 2.23881vw;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .trg_modal {
    margin-top: 1.33333%;
    padding: 2.66667% 2.8%;
    width: 49.27536%;
    width: 100%;
    font-size: 2.8vw;
    border-radius: 1.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .trg_modal {
    font-size: 2.1rem;
    border-radius: 10px;
  }
}

.trg_modal::before {
  content: "＋";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.49254vw;
  width: 4.47761vw;
  height: 4.47761vw;
  font-size: 87.5%;
  font-weight: 900;
  color: #c4d700;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (min-width: 670px) {
  .trg_modal::before {
    margin-right: 1.33333%;
    width: 2.13333vw;
    height: 2.13333vw;
    font-size: 87.5%;
  }
}

.modal_bg.is_show {
  visibility: visible;
  opacity: 1;
}

.modal_bg {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal_conts {
  display: none;
}

.modal_win.is_show {
  visibility: visible;
  opacity: 1;
}

.modal_win {
  visibility: hidden;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow: hidden;
  overflow: auto;
  padding-top: 2.23881vw;
  width: 89.55224vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 670px) {
  .modal_win {
    width: 74.66667vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win {
    width: 560px;
  }
}

.modal_win__in {
  background-color: #ffffff;
}

.modal_win__inbox {
  background-color: #ffffff;
}

.modal_win__ttl {
  position: relative;
  padding: 2.68657vw 0 2.38806vw;
  font-size: 3.73134vw;
  text-align: center;
  color: #ffffff;
  background-color: #c4d700;
}

@media screen and (min-width: 670px) {
  .modal_win__ttl {
    padding: 2.66667vw 0 2.53333vw;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__ttl {
    padding: 20px 0 19px;
    font-size: 2.5rem;
  }
}

.modal_win__ttl .icn_chara01 {
  position: absolute;
  top: -2.23881vw;
  right: 14.92537vw;
  width: 9.70149vw;
}

@media screen and (min-width: 670px) {
  .modal_win__ttl .icn_chara01 {
    top: -1.33333vw;
    right: 16vw;
    width: 8vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__ttl .icn_chara01 {
    top: -10px;
    right: 120px;
    width: 60px;
  }
}

.modal_win__body {
  padding: 6.71642vw 7.46269vw 0;
  font-size: 4.47761vw;
  line-height: 1.5;
  background-color: #ffffff;
}

@media screen and (min-width: 670px) {
  .modal_win__body {
    padding: 4% 4% 0;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__body {
    font-size: 2.1rem;
  }
}

.modal_win__body a {
  text-decoration: underline;
  color: #ff7200;
}

.modal_win__bodynotes {
  padding: 1.49254vw 7.46269vw 0;
  font-size: 2.98507vw;
  color: #ff7200;
  background-color: #ffffff;
}

@media screen and (min-width: 670px) {
  .modal_win__bodynotes {
    padding: 1.33333% 4% 0;
    font-size: 2vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__bodynotes {
    font-size: 1.5rem;
  }
}

.modal_win__lead {
  margin-bottom: 5.97015vw;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 670px) {
  .modal_win__lead {
    margin-bottom: 4%;
  }
}

.modal_win__bodyparts {
  margin-bottom: 2.98507vw;
  padding: 5.97015vw;
  background-color: #fff1e5;
}

@media screen and (min-width: 670px) {
  .modal_win__bodyparts {
    margin-bottom: 1.33333%;
    padding: 4%;
  }
}

.modal_win__bodyparts h3 {
  margin-bottom: 2.98507vw;
  line-height: 1;
}

@media screen and (min-width: 670px) {
  .modal_win__bodyparts h3 {
    margin-bottom: 2.66667%;
  }
}

.modal_win__bodyparts:last-child {
  margin-bottom: 0;
}

.modal_win .partsnotes {
  padding-bottom: 1.49254vw;
  font-size: 2.98507vw;
  color: #ff7200;
}

@media screen and (min-width: 670px) {
  .modal_win .partsnotes {
    padding-bottom: 1.33333%;
    font-size: 2vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win .partsnotes {
    font-size: 1.5rem;
  }
}

.modal_win__btnclosebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1px;
  padding: 7.46269vw;
  background-color: #ffffff;
}

@media screen and (min-width: 670px) {
  .modal_win__btnclosebox {
    padding: 4vw 21.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__btnclosebox {
    padding: 30px 160px;
  }
}

.modal_win__btnclose {
  padding: 4.02985vw 0 3.8806vw;
  width: 100%;
  font-size: 4.47761vw;
  text-align: center;
  color: #ffffff;
  background-color: #aaaaaa;
  border-radius: 2.23881vw;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .modal_win__btnclose {
    padding: 2.53333vw 0 2.4vw;
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .modal_win__btnclose {
    padding: 19px 0 18px;
    font-size: 2.5rem;
  }
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Confirm page
===========================================================*/
.confirm {
  padding: 7.46269vw 5.22388vw 0;
}

@media screen and (min-width: 670px) {
  .confirm {
    padding: 6.25% 4.47761% 0;
  }
}

.confirm__lead {
  margin-bottom: 4.47761vw;
  font-size: 4.47761vw;
  line-height: 1.5;
}

@media screen and (min-width: 670px) {
  .confirm__lead {
    margin-bottom: 6.66667%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .confirm__lead {
    font-size: 2.1rem;
  }
}

.confirm__hr {
  margin-bottom: 4.47761vw;
}

@media screen and (min-width: 670px) {
  .confirm__hr {
    margin-bottom: 6.66667%;
  }
}

.confirm__item {
  margin-bottom: 7.46269vw;
  font-size: 4.47761vw;
  line-height: 1.5;
}

@media screen and (min-width: 670px) {
  .confirm__item {
    margin-bottom: 4%;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 750px) {
  .confirm__item {
    font-size: 2.1rem;
  }
}

.confirm__item dt {
  margin-bottom: 1.49254vw;
  font-weight: 600;
  color: #ff7200;
}

@media screen and (min-width: 670px) {
  .confirm__item dt {
    margin-bottom: 0%;
  }
}

.confirm__item dt span {
  color: #333333;
}

.submitconfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5.22388vw;
}

@media screen and (min-width: 670px) {
  .submitconfirm {
    padding: 0 4.66667%;
  }
}

.submitconfirm__btn {
  position: relative;
  padding: 3.8806vw 0;
  width: 44.02985vw;
  font-size: 4.47761vw;
  line-height: 1;
  border-radius: 2.23881vw;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .submitconfirm__btn {
    padding: 3.46667% 0;
    width: 49.27536%;
    font-size: 3.33333vw;
    border-radius: 15px;
  }
}

@media screen and (min-width: 750px) {
  .submitconfirm__btn {
    font-size: 2.5rem;
    border-radius: 15px;
  }
}

.submitconfirm__btn::after {
  position: absolute;
  top: 22%;
  font-family: FontAwesome;
  font-size: 150% !important;
  color: #ffffff;
}

@media screen and (min-width: 670px) {
  .submitconfirm__btn::after {
    top: 23%;
  }
}

.submitconfirm button,
.submitconfirm input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  padding: 0;
  width: 100%;
  font-size: 4.47761vw;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .submitconfirm button,
  .submitconfirm input {
    font-size: 3.33333vw;
  }
}

@media screen and (min-width: 750px) {
  .submitconfirm button,
  .submitconfirm input {
    font-size: 2.5rem;
  }
}

.submitconfirm__prev {
  background-color: #cccccc;
}

.submitconfirm__prev::after {
  content: "\f104";
  left: 5%;
}

.submitconfirm__next {
  background-color: #ff7200;
}

.submitconfirm__next::after {
  content: "\f105";
  right: 5%;
}

.btnbox__btn, .l_mainttl h1, .formitems__radiolabel, .formitems__radiolabel::before, .formitems__text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==========================================================
Error page
===========================================================*/
.error_cont__ttl {
  margin-bottom: 7.46269vw;
  padding: 7.46269vw 0 0;
  font-size: 4.47761vw;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

@media screen and (min-width: 670px) {
  .error_cont__ttl {
    margin-bottom: 6.66667%;
    padding: 6.66667% 0 0;
    font-size: 4vw;
  }
}

@media screen and (min-width: 750px) {
  .error_cont__ttl {
    font-size: 3rem;
  }
}

.error_cont__msg {
  margin-bottom: 5.97015vw;
  padding: 0 7.46269vw;
  font-size: 3.58209vw;
}

@media screen and (min-width: 670px) {
  .error_cont__msg {
    margin-bottom: 5.33333%;
    padding: 0 6.66667%;
    font-size: 2.66667vw;
  }
}

@media screen and (min-width: 750px) {
  .error_cont__msg {
    font-size: 2rem;
  }
}

.error_cont__msg li {
  margin-bottom: 1.49254vw;
}

.error_cont__item {
  font-weight: 700;
  color: #f00;
}

.error_cont input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 2.38806vw 0;
  width: 44.02985vw;
  font-size: 3.58209vw;
  line-height: 1;
  color: #333333;
  background-color: #cccccc;
  border: none;
  border-radius: 2.23881vw;
  cursor: pointer;
}

@media screen and (min-width: 670px) {
  .error_cont input[type="submit"] {
    padding: 2.13333% 0;
    width: 39.33333%;
    font-size: 2.66667vw;
    border-radius: 2vw;
  }
}

@media screen and (min-width: 750px) {
  .error_cont input[type="submit"] {
    padding: 16px 0;
    width: 295px;
    font-size: 2rem;
    border-radius: 15px;
  }
}
/*# sourceMappingURL=style.css.map */