@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*================================
* 2016-01-25 add
* ===============================*/
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, small, strong, b, u, i, dl, dt, dd, ol, ul, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: none;
  outline: none; }

body {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1; }

img {
  vertical-align: top;
  line-height: 1; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

em, dfn {
  font-style: normal; }

ol, ul {
  list-style-type: none; }

/* html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark*/
ins {
  background-color: #ff9;
  color: inherit;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: inherit;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.is-hidden {
  display: none !important; }

.is-unvisible {
  visibility: hidden; }

.is-show {
  display: block !important; }

.u-alignright {
  text-align: right; }

.u-aligncenter {
  text-align: center; }

.u-alignleft {
  text-align: left; }

/* media query mixin */
html {
  font-size: calc(100vw/32.0);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

.wrapper {
  max-width: 640px;
  margin: 0 auto;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif; }
  .wrapper h1,
  .wrapper h2,
  .wrapper h3,
  .wrapper h4 {
    line-height: 0; }
  .wrapper img {
    max-width: 100%; }

/* common
==========================*/
.noteBase,
.btnBase,
.voiceBase {
  position: relative; }

.note {
  position: absolute;
  font-size: 20px;
  color: #666666;
  line-height: 1.2; }
  @media screen and (max-width: 640px) {
    .note {
      font-size: 1rem; } }

.cvNote > dt,
.cvNote > dd,
.cvNote li {
  font-size: 20px;
  color: #666666;
  line-height: 1.2; }
  @media screen and (max-width: 640px) {
    .cvNote > dt,
    .cvNote > dd,
    .cvNote li {
      font-size: 1rem; } }

.btnPosition,
.voiceText {
  position: absolute; }

/* mv
==========================*/
.mv .noteBase .note {
  bottom: 2.1875%;
  left: 3.4375%; }

/* cv
==========================*/
.cv01 .cvNote,
.cv02 .cvNote,
.cv03 .cvNote {
  margin: 6.25% 3.125% 14.0625%;
  word-break: break-all; }

.cv01 .btnPosition {
    bottom: 8.9375%;
    left: 6.25%;
    right: 6.25%;
}

.cv02 .btnPosition {
    bottom: 7.9375%;
    left: 6.25%;
    right: 6.25%;
}

.cv03 .btnPosition {
  bottom: 12.5%;
  left: 53.125%;
  right: 4.6875%; }

/* sns
==========================*/
.sns p .note {
  bottom: 0;
  right: 3.125%;
  color: #666666; }

/* pro01
==========================*/
.pro01 {
  font-size: 0; }
  .pro01 .proGif {
    padding: 0 8.59375%;
    background: #dcf8ff;
    text-align: center; }
    .pro01 .proGif img {
      border: 14px solid #e0e0e0; }
      @media screen and (max-width: 640px) {
        .pro01 .proGif img {
          border: 7px solid #e0e0e0; } }

/* voice
==========================*/
.voice .voiceText {
  bottom: 6.25%;
  left: 4.6875%;
  right: 4.6875%;
  font-size: 24px;
  color: #333333;
  line-height: 1.5; }
  @media screen and (max-width: 640px) {
    .voice .voiceText {
      font-size: 1.2rem; } }
.voiceNote {font-size: 20px;text-align: right;padding: 0.78125% 0.78125% 11.71875% 0;color: #666666;}
@media screen and (max-width: 640px) {
  .voiceNote {font-size: 1rem;} }
/* footer
==========================*/
.footer ul {
  padding: 3.4375%;
  margin: 0 8px;
  border-top: 2px solid #666666; }
  .footer ul li {
    font-size: 20px;
    color: #666666;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      .footer ul li {
        font-size: 1rem; } }


/* 20200522 追加
==========================*/

.color_choice .item label{
    background: none;
    border: none;
}

.color_choice .item{
    position: relative;
}

.color_choice .item1{
    margin-bottom: 7.81%;
}

.color_choice .item label span{
    padding: 0;
}

.color_choice .item .ui-btn-inner{
    padding: 0;
    border-radius: 0;
    border: none;
}

.color_choice input#item1 +label::before,
.color_choice input#item2 +label::before{
    content: "";
    width: 8.28vw;
    height: 5.63vw;
    background: url(../img/form_item_check.png)top center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 3.75vw;
    display: none;
    z-index: 99;
}

.color_choice input#item1 +label::before{
    margin: 55.78% 0 0 0;
}

.color_choice input#item2 +label::before{
    margin: 61% 0 0 0;
}

.color_choice input#item1:checked +label::before,
.color_choice input#item2:checked +label::before{
    display: block;
}

.color_choice .color_choice_area{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 80.31%;
    margin: 0 0 5% 15.31%;
}

.color_choice .color_choice_area .color_choice_btn1 ul,
.color_choice .color_choice_area .color_choice_btn2 ul{
    display: flex;
    justify-content: space-between;
}

.color_choice .color_choice_area ul::after{
    display: none;
}

.color_choice .color_choice_area .color_choice_btn1{
    margin-bottom: 2.92%;
}

.color_choice .color_choice_area .color_choice_btn1 li{
    width: 48.05%;
}

.color_choice .color_choice_area .color_choice_btn2 li{
    width: 31.32%;
}

.color_choice .color_choice_area input{
    display: none;
}

.color_choice .color_choice_area input + label{
    border:  0.47vw solid;
    border-color: transparent;
    border-radius: 1.56vw;
    margin: 0!important;
}


.color_choice .color_choice_area input:checked + label{
    border:  0.47vw solid #e43863;
}

/* 20200522追加
==========================*/
.inputArea .privateInfo a{
    color: #333333;
    text-decoration: underline;
}


* {
        margin: 0;
    }

    body {
        background: #fff;
    }

    img {
        width: 100%;
        vertical-align: bottom;
    }

    .cv {
        position: relative;
    }


    .btn_1:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_1 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_3534 {
        position: absolute;
        top: 74.58973001588141%;
        left: 5.6000000000000005%;
        width: 88.8%;
    }

    .btn_2:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_2 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_3640 {
        position: absolute;
        top: 83.93655957706385%;
        left: 5.6000000000000005%;
        width: 88.8%;
    }

    .btn_3:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_3 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_3768 {
        position: absolute;
        top: 71.8384074941452%;
        left: 5.6000000000000005%;
        width: 88.8%;
    }

    .btn_4:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_4 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_3889 {
        position: absolute;
        top: 86.0%;
        left: 5.6000000000000005%;
        width: 88.8%;
    }

    .btn_5:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_5 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_4697 {
        position: absolute;
        top: 71.25435540069687%;
        left: 5.6000000000000005%;
        width: 88.8%;
    }

    .btn_6:hover {
        filter: brightness(130%);
        transition: filter 0.3s;
    }

    .btn_6 {
        transition: filter 0.3s;
    }

    .cv_inner_cv808_4797 {
        position: absolute;
        top: 76.47887323943662%;
        left: 5.333333333333334%;
        width: 88.8%;
    }

    .wrapper {
        max-width: 750px;
        margin: 0 auto;
    }

#form_wrapper{
    width: 860px;
    margin: 0 auto;
}
#form_wrapper img{
    width: auto;
}
.wrap{
	width: 750px;
}
.cev_sp_footer img{
	width: auto;
}
.cev_sp_footer .tr{
	text-align: right !important;
}
