@charset "utf-8";
/* CSS Document */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
body {
	color: #232323;
	background-color: #000;
	font: 16px Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a {
	text-decoration: none;
//
	outline: none;
//
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bg{
	position:fixed;
	width:100%;
	height:100vh;
}
#wrap {
	position:relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-size: 100%;
}
#wrapQuestion {
	padding: 7% 5% 0;
}
.errorMsg{
	display:none;
	width:12em;
	margin: auto !important;
	font-size: 11px;
	text-align:center;
	color: #de3e59;
}

div.delay-show {
	padding-top: 30px;
}
#delay-show1 {
	padding-top: 0px;
}
div#delay-show2, div#delay-show4, div#delay-show5 {
	padding-top: 40px;
}
div#delay-show6 {
	min-height: 600px;
	padding-top: 0;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.wrapInds {
	position: relative;
}
div.delay-show div.inds {
	opacity: 0;
	position: relative;
	display: inline-block;
	width: 83%;
	margin-bottom: 30px;
	border: solid 1px #2997c5;
	border-radius: 10px;
	background-color: #fffeef;
	overflow: hidden;
}
div#delay-show2 div.inds, div#delay-show4 div.inds, div#delay-show5 div.inds {
	margin-bottom: 40px;
}
div.delay-show div.icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 13%;
	display: inline-block;
	opacity: 0;
}
div.delay-show div.icon img {
	display: block;
	width: 80%;
}
div.delay-show div span {
	display: block;
}
input[type=radio] {
	display: none;
}
.form input {
	width: 100%;
	background-color: #fffeef;
	padding: 8px;
}
button {
	width: 100%;
	margin-bottom:-1px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	background: -webkit-linear-gradient(20deg, rgba(41,196,176,1), rgba(41,144,200,1), rgba(86,66,190,1));
	background: linear-gradient(20deg, rgba(41,196,176,1), rgba(41,144,200,1), rgba(86,66,190,1)); 

	border: none;
	border-top: solid 1px #2997c5;
}
.buttonNext button {
	width: 100%;
	margin-bottom:-1px;
	color: #fff;
	background: -webkit-linear-gradient(20deg, rgba(41,196,176,1), rgba(41,144,200,1), rgba(86,66,190,1));
	background: linear-gradient(20deg, rgba(41,196,176,1), rgba(41,144,200,1), rgba(86,66,190,1)); 
}
.delay-show span.textQ {
	display: block;
	padding: 20px 15px;
	background-color: #fff;
}
#delay-show2 span.textQ, #delay-show4 span.textQ {
	padding: 30px 15px;
}
.delay-show div.textA {
	padding: 20px 15px;
}
#delay-show2 div.textA, #delay-show4 div.textA {
	padding: 30px 15px;
}
.wrapSelectSex, .wrapSelectBt, .wrapSelectMa {
	background-color: #fffeed;
	border-bottom: solid 1px #2997c5;
}
#delay-show2 .form label, #delay-show3 .form label, #delay-show4 .form label {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px;
	font-size: 130%;
	text-align: center;
}
#delay-show2 .form label, #delay-show4 .form label {
	padding: 30px 15px;
}
div.wrapSelectSex:nth-of-type(2), div.wrapSelectBt:nth-of-type(4), div.wrapSelectMa:nth-of-type(2) {
	border-bottom: none;
}
#delay-show1 .birthdayInput {
	background-color: #fffeed;
	padding: 30px 15px 25px;
	font-size: 120%;
	text-align: center;
}
#delay-show1 label {
	position: relative;
	width: 60%;
	display: inline-block;
}
#delay-show1 div.wrapInds:nth-of-type(4) label {
	width: 40%;
}
#delay-show1 div.wrapInds:nth-of-type(4) label:nth-of-type(1) {
	margin-right: 5%;
}
#delay-show1 label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 48%;
	right: 8px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(/m14/img/page610/img/10_yajirushi.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
#delay-show1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5%;
	color: #333;
	font-size: 20px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
}
#delay-show1 p.note {
	color: #3269f0;
	font-size: 15px;
	margin-top: 8px;
}
#delay-show5 .nameInput {
	padding: 35px 15px;
	background-color: #fffeed;
}
#delay-show5 .nameInput input{
	box-sizing: border-box;
	padding: 5% 2%;
	font-size: 120%;
	color: #333;
	border: solid 1px #c5c5c5;
	background-color: #fff;
}

/* 送信内容 */

#delay-show6 .personalInf span.sendText {
	text-align: center;
	margin: 5px 0 10px;
	font-size: 20px;
	font-weight: bold;
}
#delay-show6 table {
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 5px;
}
#delay-show6 table tr {
	padding-bottom: 10px;
}
#delay-show6 table th {
	color: #fff;
	padding: 7px 10px;
	background-color: #99b4cd;
}
#delay-show6 table td {
	padding: 7px 10px;
	background-color: #fff;
}
#delay-show6 .sendContent {
	padding: 10px 15px 0;
}
#delay-show6 .orderButton {
	width:96%;
	margin:6% auto 0;
	text-align: center;
}
#delay-show6 .sendNav{
	padding:0 5% 8%;
}
#delay-show6 .sendNav strong{
	font-weight:bold;
	color:#C00;
}
.checked {
    background-color: #ffd8d8;
}
.wrapLoader {
	padding: 10px 0;
	margin-left: -50%;
}

svg {
  width: 30px;
  height: 30px;
}
.text-link {
	color: #9fbbea;
	text-decoration: underline;
	cursor: pointer;
}
.textbox_s {
	text-align: justify;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	color:#fff;
	text-shadow: 0 0 3px #34376c,0 0 3px #34376c;
}

.contents-box {
  width: 96%;
  margin: 20px auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #c7d4e0;
}
.contents-boxFirst {
	padding-top: 25px;
  border-top: 1px solid #c7d4e0;
}

.contents-box p {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  line-height:2;
  text-shadow:0 0 3px #34376c,0 0 3px #34376c;
}

.contents-box .subTitle {
  width: 100%;
  text-align: center;
}

.subTitle svg {
  width: 35px;
  height: 35px;
  fill: #fff;
  padding: 10px;
  background: #c7d4e0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.subTitle span {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 80%;
  font-weight: bold;
  color: #c7d4e0;
  text-shadow:0 0 3px #34376c,0 0 3px #34376c;
}

.box_gray {
  width: 86%;
  margin: 10px auto;
  padding: 10px 2%;
  background: #efefef;
  text-align: center;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

ul.carrier, ul.carrierOther {
	width: 86%;
	margin: 10px auto;
}

ul.carrier li {
	margin-top: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  position: relative;
  overflow: hidden;
}

ul.carrier li a {
  padding: 40px 2% 3px;
  display: block;
}

ul.carrier li:before {
  content: "";
  border-top: 22px solid transparent;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -23px;
  right: -23px;
}
ul.carrier svg {
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: -25%;
  width: 50%;
  height: 200px;
}
.dcm {
  border: 1px solid #c81c38;
}
.dcm svg {
  fill: #c81c38;
}
.dcm a {
  color: #c81c38;
}
.dcm:before {
  border-bottom: 22px solid #c81c38;
}
.au{
  border: 1px solid #eb5402;
}
.au svg {
  fill: #eb5402;
}
.au a {
  color: #eb5402;
}
.au:before {
  border-bottom: 22px solid #eb5402;
}
.sfb {
  border: 1px solid #757b79;
}
.sfb a {
  color: #757b79;
}
.sfb:before {
  border-bottom: 22px solid #757b79;
}

.go_top_btn {
  width: 100%;
  margin: 0px 0 20px;
  text-align: right;
}

.go_top_btn a {
  display: inline-block;
  padding: 10px 15px;
  background: #ddd;
  font-size: 13px;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}

.go_top_btn svg {
  fill: #666;
  vertical-align: middle;
}
footer {
	display:table;
	background:#383838;
	box-sizing:border-box;
	margin-top: 10%;
	padding:2%;
	width:100%;
	overflow:hidden;
}
.copy {
	display:table-cell;
	width:80%;
}
footer small {
	color: #000;
}
footer small {
	color: #fff;
}
.help_btn {
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
}
.help_btn img {
	display:inline;
	max-width:100px;
}
.go_top_btn {
  width: 100%;
  margin: 0px 0 20px;
  text-align: right;
}
.go_top_btn a {
  display: inline-block;
  padding: 10px 15px;
  background: #ddd;
  color: #222;
  font-size: 13px;
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
.go_top_btn svg {
  fill: #666;
  vertical-align: middle;
}
input[name=sample] {
	border: 0;
	margin: 0;
	background: #fff1d6;
	outline: none;
}
 @media screen and (min-width: 480px) {
.bg{
	width:480px;
	margin: auto;
	right: 0;
	left: 0;
}
#wrap {
	box-sizing: border-box;
	width: 480px;
	margin: auto;
}

}
ul.carrierOther {
    width: 86%;
    margin: 0px auto;}