@charset "UTF-8";
/*
Theme Name: Kuruma Base
Theme URL: 
Description: カーシェア用アプリ静的ページ作成用テーマ
Author: Smartvalue Co.,Ltd.
Version: 0.0
*/
:root {
  font-size: 62.5%;
}

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;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}

body {
  letter-spacing: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
address {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 62.5%;
  vertical-align: text-top;
}

input,
textarea,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0;
}

input[type='radio'],
input[type='checkbox'],
input[type='submit'],
button {
  cursor: pointer;
}

/* link
----------------------------------------------------------------------*/
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
  text-decoration: underline;
  color: #333;
}

a:visited {
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

/* clearfix
----------------------------------------------------------------------*/
.clearfix:after,
.clearFix:after,
.u-cf:after {
  display: block;
  clear: both;
  content: '';
}

/* bisplay type
----------------------------------------------------------------------*/
.u-dib {
  display: inline-block;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

/* common style !important
----------------------------------------------------------------------*/
.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-tc {
  text-align: center !important;
}

.u-clear {
  clear: both !important;
}

/* margin padding
----------------------------------------------------------------------*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-bottom: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-bottom: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-bottom: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-bottom: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-bottom: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-bottom: 100px !important;
}

/* =========================================================
body
========================================================= */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  min-width: 320px;
  background: #fff;
}

header {
  line-height: 1.2;
  position: relative;
  display: flex;
  height: 60px;
  padding: 0 60px;
  color: #fff;
  background: #1eafe6;
  justify-content: center;
  align-items: center;
}
header .headTitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
header .headTitle span {
  display: inline-block;
}
header .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
}
header .back a {
  position: relative;
  display: block;
  height: 100%;
  text-indent: -9999px;
  background-color: #78d0f0;
}
header .back a:before, header .back a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  content: '';
}
header .back a:before {
  height: 12px;
  transform: translate(-55%, -50%) rotate(45deg);
  border: solid #fff;
  border-width: 0 0 3px 3px;
}
header .back a:after {
  height: 3px;
  transform: translate(-64%, -50%) scaleX(1.4);
  transform-origin: 0 50%;
  background-color: #fff;
}

#Main {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px 40px;
}
@media only screen and (max-width: 374px) {
  #Main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.stepNav {
  margin: 40px 0;
}
.stepNav ol {
  display: flex;
}
.stepNav ol li {
  position: relative;
  overflow: hidden;
  text-align: center;
  flex: 1;
}
.stepNav ol li:before, .stepNav ol li:after {
  position: absolute;
  z-index: -1;
  top: 9px;
  display: block;
  width: 50vw;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #78d0f0;
}
.stepNav ol li:before {
  right: 50%;
}
.stepNav ol li:after {
  left: 50%;
}
.stepNav ol li:first-child:before {
  display: none;
}
.stepNav ol li:last-child:after {
  display: none;
}
.stepNav ol li .mark {
  position: relative;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 0 auto 10px;
  border: 2px solid #78d0f0;
  border-radius: 50% 50%;
  background-color: #fff;
}
.stepNav ol li .mark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 38%;
  height: 20%;
  content: '';
  transform: translate(-50%, -70%) rotate(-35deg);
  border: solid #78d0f0;
  border-width: 0 0 2px 2px;
}
.stepNav ol li.on .mark {
  border-color: #1eafe6;
  background-color: #1eafe6;
}
.stepNav ol li.on.check .mark:after {
  border-color: #fff;
}
.stepNav ol li.check .mark:after {
  display: block;
}
.stepNav ol li .txt {
  font-size: 12px;
  line-height: 1.4;
  padding: 0 2px;
  opacity: .8;
}
.stepNav ol li .txt span {
  display: inline-block;
}

.messageBlock {
  margin: 40px 0;
  text-align: center;
}
.messageBlock .blockInner {
  display: inline-block;
  text-align: left;
}
.messageBlock p {
  margin-top: 10px;
}
.messageBlock p:first-child {
  margin-top: 0;
}

.errorBlock {
  margin: 40px -15px;
  padding: 15px;
  color: #e61e1e;
  background-color: #ffe8e8;
}

.completeBlock {
  margin: 40px 0;
}
.completeBlock .mark {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 50% 50%;
  background-color: #1eafe6;
}
.completeBlock .mark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40%;
  height: 20%;
  content: '';
  transform: translate(-50%, -70%) rotate(-35deg);
  border: solid #fff;
  border-width: 0 0 5px 5px;
}
.completeBlock .message {
  margin-top: 40px;
  text-align: center;
}
.completeBlock .message p {
  margin-top: 10px;
}
.completeBlock .message p:first-child {
  margin-top: 0;
}

.formBlock {
  margin: 40px 0;
}
.formBlock input[type='text'],
.formBlock input[type='tel'],
.formBlock input[type='password'],
.formBlock input[type='number'],
.formBlock input[type='email'],
.formBlock input[type='url'],
.formBlock input[type='search'],
.formBlock input[type='datetime'],
.formBlock input[type='datetime-local'],
.formBlock input[type='month'],
.formBlock input[type='week'],
.formBlock input[type='date'],
.formBlock input[type='time'],
.formBlock input[type='range'],
.formBlock input[type='color'],
.formBlock select,
.formBlock textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
}
.formBlock input[type='text']:placeholder-shown,
.formBlock input[type='tel']:placeholder-shown,
.formBlock input[type='password']:placeholder-shown,
.formBlock input[type='number']:placeholder-shown,
.formBlock input[type='email']:placeholder-shown,
.formBlock input[type='url']:placeholder-shown,
.formBlock input[type='search']:placeholder-shown,
.formBlock input[type='datetime']:placeholder-shown,
.formBlock input[type='datetime-local']:placeholder-shown,
.formBlock input[type='month']:placeholder-shown,
.formBlock input[type='week']:placeholder-shown,
.formBlock input[type='date']:placeholder-shown,
.formBlock input[type='time']:placeholder-shown,
.formBlock input[type='range']:placeholder-shown,
.formBlock input[type='color']:placeholder-shown,
.formBlock select:placeholder-shown,
.formBlock textarea:placeholder-shown {
  color: #ccc;
}
.formBlock input[type='text']::-webkit-input-placeholder,
.formBlock input[type='tel']::-webkit-input-placeholder,
.formBlock input[type='password']::-webkit-input-placeholder,
.formBlock input[type='number']::-webkit-input-placeholder,
.formBlock input[type='email']::-webkit-input-placeholder,
.formBlock input[type='url']::-webkit-input-placeholder,
.formBlock input[type='search']::-webkit-input-placeholder,
.formBlock input[type='datetime']::-webkit-input-placeholder,
.formBlock input[type='datetime-local']::-webkit-input-placeholder,
.formBlock input[type='month']::-webkit-input-placeholder,
.formBlock input[type='week']::-webkit-input-placeholder,
.formBlock input[type='date']::-webkit-input-placeholder,
.formBlock input[type='time']::-webkit-input-placeholder,
.formBlock input[type='range']::-webkit-input-placeholder,
.formBlock input[type='color']::-webkit-input-placeholder,
.formBlock select::-webkit-input-placeholder,
.formBlock textarea::-webkit-input-placeholder {
  color: #ccc;
}
.formBlock input[type='text']:-moz-placeholder,
.formBlock input[type='tel']:-moz-placeholder,
.formBlock input[type='password']:-moz-placeholder,
.formBlock input[type='number']:-moz-placeholder,
.formBlock input[type='email']:-moz-placeholder,
.formBlock input[type='url']:-moz-placeholder,
.formBlock input[type='search']:-moz-placeholder,
.formBlock input[type='datetime']:-moz-placeholder,
.formBlock input[type='datetime-local']:-moz-placeholder,
.formBlock input[type='month']:-moz-placeholder,
.formBlock input[type='week']:-moz-placeholder,
.formBlock input[type='date']:-moz-placeholder,
.formBlock input[type='time']:-moz-placeholder,
.formBlock input[type='range']:-moz-placeholder,
.formBlock input[type='color']:-moz-placeholder,
.formBlock select:-moz-placeholder,
.formBlock textarea:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.formBlock input[type='text']::-moz-placeholder,
.formBlock input[type='tel']::-moz-placeholder,
.formBlock input[type='password']::-moz-placeholder,
.formBlock input[type='number']::-moz-placeholder,
.formBlock input[type='email']::-moz-placeholder,
.formBlock input[type='url']::-moz-placeholder,
.formBlock input[type='search']::-moz-placeholder,
.formBlock input[type='datetime']::-moz-placeholder,
.formBlock input[type='datetime-local']::-moz-placeholder,
.formBlock input[type='month']::-moz-placeholder,
.formBlock input[type='week']::-moz-placeholder,
.formBlock input[type='date']::-moz-placeholder,
.formBlock input[type='time']::-moz-placeholder,
.formBlock input[type='range']::-moz-placeholder,
.formBlock input[type='color']::-moz-placeholder,
.formBlock select::-moz-placeholder,
.formBlock textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}
.formBlock input[type='text']:-ms-input-placeholder,
.formBlock input[type='tel']:-ms-input-placeholder,
.formBlock input[type='password']:-ms-input-placeholder,
.formBlock input[type='number']:-ms-input-placeholder,
.formBlock input[type='email']:-ms-input-placeholder,
.formBlock input[type='url']:-ms-input-placeholder,
.formBlock input[type='search']:-ms-input-placeholder,
.formBlock input[type='datetime']:-ms-input-placeholder,
.formBlock input[type='datetime-local']:-ms-input-placeholder,
.formBlock input[type='month']:-ms-input-placeholder,
.formBlock input[type='week']:-ms-input-placeholder,
.formBlock input[type='date']:-ms-input-placeholder,
.formBlock input[type='time']:-ms-input-placeholder,
.formBlock input[type='range']:-ms-input-placeholder,
.formBlock input[type='color']:-ms-input-placeholder,
.formBlock select:-ms-input-placeholder,
.formBlock textarea:-ms-input-placeholder {
  color: #ccc;
}
.formBlock input[type='text'].error,
.formBlock input[type='tel'].error,
.formBlock input[type='password'].error,
.formBlock input[type='number'].error,
.formBlock input[type='email'].error,
.formBlock input[type='url'].error,
.formBlock input[type='search'].error,
.formBlock input[type='datetime'].error,
.formBlock input[type='datetime-local'].error,
.formBlock input[type='month'].error,
.formBlock input[type='week'].error,
.formBlock input[type='date'].error,
.formBlock input[type='time'].error,
.formBlock input[type='range'].error,
.formBlock input[type='color'].error,
.formBlock select.error,
.formBlock textarea.error {
  border: 1px solid #e61e1e;
  background: #ffe8e8;
}
.formBlock select::-ms-expand {
  display: none;
}
.formBlock input[type='checkbox'] {
  border-radius: 0;
}
.formBlock input[type='checkbox'],
.formBlock input[type='radio'] {
  width: 26px;
  height: 26px;
  margin-top: -2px;
  vertical-align: middle;
}
.formBlock .inputWrap,
.formBlock .selectWrap,
.formBlock .checkWrap,
.formBlock .radioWrap {
  position: relative;
  display: flex;
  margin: 10px 0;
  align-items: flex-end;
}
.formBlock .inputWrap > *:first-child,
.formBlock .selectWrap > *:first-child,
.formBlock .checkWrap > *:first-child,
.formBlock .radioWrap > *:first-child {
  margin-left: 0;
}
.formBlock .inputWrap > *:last-child,
.formBlock .selectWrap > *:last-child,
.formBlock .checkWrap > *:last-child,
.formBlock .radioWrap > *:last-child {
  margin-right: 0;
}
.formBlock .inputWrap.half,
.formBlock .selectWrap.half,
.formBlock .checkWrap.half,
.formBlock .radioWrap.half {
  width: 50%;
}
.formBlock .inputWrap .inTxt,
.formBlock .selectWrap .inTxt,
.formBlock .checkWrap .inTxt,
.formBlock .radioWrap .inTxt {
  margin: 0 1px;
}
.formBlock .inputWrap,
.formBlock .selectWrap {
  justify-content: space-between;
}
.formBlock .inputWrap input,
.formBlock .inputWrap select,
.formBlock .selectWrap input,
.formBlock .selectWrap select {
  width: 100%;
  height: 42px;
  margin: 0 5px;
  flex: 1;
}
.formBlock .inputWrap.sizeS,
.formBlock .selectWrap.sizeS {
  display: block;
  text-align: center;
}
.formBlock .inputWrap.sizeS input,
.formBlock .selectWrap.sizeS input {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.formBlock .selectWrap {
  position: relative;
}
.formBlock .selectWrap:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  transform: translateY(-50%);
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.formBlock .selectWrap select {
  padding-right: 25px;
}
.formBlock .checkWrap label,
.formBlock .radioWrap label {
  width: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.formBlock .checkWrap input,
.formBlock .radioWrap input {
  margin-right: 8px;
}
.formBlock .inputList {
  border: 1px solid #ddd;
}
.formBlock .inputList.noBorder {
  border: 0;
}
.formBlock .inputList.noBorder dt,
.formBlock .inputList.noBorder dd {
  padding: 0;
}
.formBlock .inputList dt,
.formBlock .inputList dd {
  padding: 10px 14px;
}
@media only screen and (max-width: 374px) {
  .formBlock .inputList dt,
  .formBlock .inputList dd {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.formBlock .inputList dt > *:first-child,
.formBlock .inputList dd > *:first-child {
  margin-top: 0;
}
.formBlock .inputList dt > *:last-child,
.formBlock .inputList dd > *:last-child {
  margin-bottom: 0;
}
.formBlock .inputList dt {
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}
.formBlock .inputList dt:first-child {
  margin-top: 0;
  border-top: 0;
}
.formBlock .inputList dt .tit {
  position: relative;
}
.formBlock .inputList dt .iconRed {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  padding: 4px 5px;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  background-color: #e61e1e;
}
.formBlock .inputList dd {
  padding-top: 15px;
  padding-bottom: 15px;
}
.formBlock .inputList dd .info {
  font-size: 12px;
  margin: 10px 0;
}
.formBlock .inputList dd .info:first-child {
  margin-top: 0;
}
.formBlock .inputList dd .info:last-child {
  margin-bottom: 0;
}
.formBlock .inputList dd .info.error {
  font-size: 14px;
  color: #e61e1e;
}
.formBlock .confirmList dt,
.formBlock .confirmList dd {
  padding: 10px 15px;
  background-color: #e6f5fa;
}
.formBlock .confirmList dt:first-child,
.formBlock .confirmList dd:first-child {
  margin-top: 0;
}
.formBlock .confirmList dt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.formBlock .confirmList dd {
  padding-top: 0;
}

.submitBtn,
.backBtn {
  margin-top: 30px;
  padding: 0 15px;
}
.submitBtn + .submitBtn,
.backBtn + .submitBtn, .submitBtn +
.backBtn,
.backBtn +
.backBtn {
  margin-top: 15px;
}
.submitBtn input,
.submitBtn a,
.backBtn input,
.backBtn a {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  border-color: #1eafe6;
  border-radius: 30px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.submitBtn input,
.submitBtn a {
  color: #fff;
  background: #1eafe6;
}

.backBtn input,
.backBtn a {
  color: #1eafe6;
  background-color: #fff;
}

.entrytext h2 {
  background-color: #F7F7F7;
  font-weight: bold;
  position: relative;
  padding: 12px 5px 10px 18px;
  border-bottom: 2px solid #E3E3E5;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: .5em;
}
.entrytext h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 17px;
  width: 4px;
  height: 16px;
  background-color: #1eafe6;
}
.entrytext h3 {
  border-bottom: 2px solid #1eafe6;
  font-weight: bold;
  padding: 3px 5px;
  margin-top: 20px;
}
.entrytext h4 {
  border-bottom: 1px solid #ACACAC;
  padding: 0 5px;
  margin-top: 20px;
}
.entrytext p {
  padding: .5em 0;
}
.entrytext ul li {
  padding-left: .5em;
  margin-bottom: 3px;
}
.entrytext ul li:before {
  content: '●';
  display: inline-block;
  color: #1eafe6;
  font-size: .8em;
  margin-right: 6px;
  vertical-align: middle;
}
.entrytext ul li > ul li:before {
  color: #A7A7A7;
  font-size: .6em;
}
.entrytext .wysiwyg {
  padding: 10px;
  font-size: 90%;
}
.entrytext .rank-list {
  background-color: #fff;
  letter-spacing: -0.4em;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.entrytext .rank-list li {
  padding: 18px 0;
  margin: 0;
  letter-spacing: normal;
  display: inline-block;
  font-weight: bold;
}
.entrytext .rank-list li:before {
  content: '';
  display: none;
}
.entrytext .rank-list li a {
  min-width: 112px;
  text-decoration: none;
  padding: 6px 0;
  display: inline-block;
  border-left: 1px solid #ccc;
  pointer-events: none;
}
.entrytext .rank-list li:nth-child(3n+1) a {
  border-left: none;
}
.entrytext .rank-list li .rank-val {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.entrytext .rank-list li .rank-point {
  display: inline-block;
  font-size: 14px;
}
.entrytext .rank-list li .tani {
  display: inline-block;
  font-size: 10px;
}
.entrytext .rank-list li.rank-s .rank-val {
  color: #4492D3;
}
.entrytext .rank-list li.rank-a .rank-val {
  color: #1EAFE6;
}
.entrytext .rank-list li.rank-b .rank-val {
  color: #52C8D1;
}
.entrytext .rank-list li.rank-c .rank-val {
  color: #52C8D1;
}
.entrytext .rank-list li.rank-d .rank-val {
  color: #77D142;
}
.entrytext .rank-list li.rank-e .rank-val {
  color: #ACE563;
}
.entrytext .rank-price-list {
  background-color: #fff;
  padding: 14px;
}
.entrytext .rank-price-list li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entrytext .rank-price-list li:before {
  content: '';
  display: none;
}
.entrytext .rank-price-list li .price {
  font-weight: bold;
  padding-right: 10px;
}
.entrytext .rank-price-list li .rank-val {
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
  margin-right: 5px;
}
.entrytext .rank-price-list li.rank-s .rank-val {
  color: #4492D3;
}
.entrytext .rank-price-list li.rank-a .rank-val {
  color: #1EAFE6;
}
.entrytext .rank-price-list li.rank-b .rank-val {
  color: #52C8D1;
}
.entrytext .rank-price-list li.rank-c .rank-val {
  color: #52C8D1;
}
.entrytext .rank-price-list li.rank-d .rank-val {
  color: #77D142;
}
.entrytext .rank-price-list li.rank-e .rank-val {
  color: #ACE563;
}

#Main .list-wrapper {
  box-sizing: border-box;
  height: calc(100vh - 40px);
}
#Main .list-wrapper .list {
  position: relative;
  top: 45%;
  -webkit-transform: translate(0, -45%);
  -ms-transform: translate(0, -45%);
  transform: translate(0, -45%);
}
#Main .list-wrapper li .img-wrap {
  width: 250px;
  margin: 0 auto;
}
#Main .list-wrapper li .img-wrap img {
  width: 100%;
  height: auto;
}
#Main .list-wrapper .slick-dots {
  bottom: -60px;
}
#Main .list {
  margin-left: auto;
  margin-right: auto;
}
