/* * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
html{
  font-size:62.5%;
}
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
} */
/* common ----------------------------------------- */
html{
  font-size: 0.9rem;
  line-height: 1.5;
  font-family: "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.16rem;
  color:#333;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  color: initial;
  text-decoration: underline;
}
/* ボタン */
.w_wrap{
  max-width: 750px;
  margin: 0 auto;
}
.btn_wrap{
  margin: 5em auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}
.btn_wrap > div:last-child{
  margin-left: 2em;
}
input[type="submit"],button,input[type="button"],a.btn {
  -webkit-appearance: none;
  background: #f0f0f0;
  padding: 1em;
  font-size: 100%;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #9e9e9e;
  line-height: 1.5;
  min-height: 3em;
  letter-spacing: 0rem;
  text-decoration:none;
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
a.btn {
  display: inline-block;
}
.btn_non{
  border: 1px solid #ccc;
  background: #f3f3f3;
  color: #777;
}
/* head -s ----------------------------------------- */
.head_wrap{
  background: #333;
  color: #fff;
}
.head_wrap.head_wrap_img{
  background: #fff;
}
.head_wrap.line{
  background: #fff;
  border-bottom: 2px solid #333;
}
.head{
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1em 0.5em 0.8em;
}
.head_img{
  padding: 0;
}
.head img{
  /* width:inherit; */
}
@media screen and (min-width: 481px) {
  .head img{

  width: inherit;
    max-height: 120px;
}
}
/* head -e ----------------------------------------- */
/* foot -s ----------------------------------------- */
.foot_wrap{
  margin: 3em auto 1.0em;
}
.foot_wrap p{
  margin:0 0.5em;
  /* font-size: 0.7rem; */
  font-size: 1.0rem;
  text-align: center;
}
/* foot -e ----------------------------------------- */
/* contents -s ----------------------------------------- */
.contents_wrap > div{
  margin: 2em 1em 0 1em;
}
.contents_wrap .scroll_wrap{
  overflow-y: scroll;
  height: 400px;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ddd;
  padding: 0.66em;
}
::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb{
  border-radius: 4px;
  background-color: rgba(150,150,150,.4);
  box-shadow: 0 0 1px rgba(255,255,255,.4);
}
.in_wrap {
  margin: 0.5em auto 5em;
}
.in_wrap h2{
  margin-bottom: 1em;
  padding-bottom: 0.66em;
  border-bottom: 1px solid #333;
  font-size: 1.9rem;
  line-height: 1.5;
}
.in_wrap h3{
  font-size: 1.6rem;
  margin: 2.0em 0 1em;
  line-height: 1.5;
}
.in_wrap p{
  line-height: 1.8;
  white-space:pre-line;
}
.contents_wrap .in_wrap:last-of-type{
  margin-bottom:0;
}
/*(1)(2)…（カッコつき数字）*/
.contents_wrap ul.num_list_a {
  counter-reset: number;
  line-height: 1.8;
}
.contents_wrap ul.num_list_a > li {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
}
.contents_wrap ul.num_list_a > li::before {
  counter-increment: number;
  content: "(" counter(number) ") ";
  flex-basis: 40px;
	text-align: center;
  flex-shrink: 0;
}
/*①②…（丸数字）*/
.contents_wrap ul.num_list_b {
	margin: 0;
	padding:0 0 0 0.2em;
}
.contents_wrap ul.num_list_b > li {
	list-style: none;
  padding-left: 1.3em;
  text-indent: -1.6em;
  padding:0 0 0.5em 2em;
}
/* contents -e ----------------------------------------- */
/* page_list -s ----------------------------------------- */
body.page_list{
  line-height: 1.5;
}
body.page_list .item,
body.page_list .limits,
body.page_list .limits_sub,
body.page_entry .limits,
body.page_entry .limits_sub{
  color: #993333;
}
body.page_list .limits,
body.page_entry .limits{
  letter-spacing: 0.1rem;
  text-align: center;
  font-size:1.8rem;
  margin: 1.0em 0 1em;
}
body.page_list .limits span,
body.page_entry .limits span{
	background: -webkit-linear-gradient(transparent 70%, rgba(153, 51, 51,0.5) 70%);
	background: -o-linear-gradient(transparent 70%, rgba(153, 51, 51,0.5) 70%);
	background: linear-gradient(transparent 70%, rgba(153, 51, 51,0.5) 70%);
}
body.page_list .limits_sub,
body.page_entry .limits_sub{
  margin-top: 40px;
}
body.page_list .item_wrap{
  display:flex;
  flex-wrap:wrap;
  /* justify-content: center; */
}
body.page_list .item_wrap .item_box{
  width: 100%;
  /* width: calc((750px - 20px) / 2 ); */
  border:1px solid #666;
  margin-bottom:16px;
}

.item_box div{
  padding:10px;
}
/*title*/
.item_title {
	position: relative;
  white-space:pre-line;
  /* border-bottom:solid 1px #aaa; */
}
.item_title::before {
	content: attr(data-number);
	display: block;
	color: #993333;
  font-weight: bold;
}
/*img*/
.item_img{
  text-align: center;
  border-bottom:solid 1px #aaa;
}
.item_img img{
  width:inherit;
  /* max-width:50%; */
}
/*name*/
.item_name{
  border-bottom:solid 1px #aaa;
}
.item_name span{
  color: #CC0000;
}
@media screen and (min-width: 481px) {/*tablet*/
  body.page_list .item_wrap .item_box{
    width: calc((750px - 20px) / 2 );
  }
  body.page_list .item_wrap .item_box:nth-child(even){
    margin-left: 16px;
  }
}
@media screen and (min-width: 960px) {/*pc*/
}

.pre_img_wrap img{
  width: inherit;
  max-height: 48px;
}
/* page_list -e ----------------------------------------- */
/* footer -s ----------------------------------------- */
.foot_wrap{
  color: #666;
}
.foot_wrap .menu {
  max-width: 750px;
  margin: 15px auto;
  padding: 10px 5px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top:1px dotted #666;
  border-bottom:1px dotted #666;
}
.foot_wrap .menu li {
 margin: 0;
 padding: 0 20px 0 0;
}
.foot_wrap .menu li a{
  color: #666;
  letter-spacing: 0;
}
/* footer -e ----------------------------------------- */
/* pan -s ----------------------------------------- */
/*パンくずリスト*/
ol, ul {
  list-style: none;
}
li {
  /* font-size: 1.4rem; */
  line-height: 1.5;
}
.contact__inner {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 360px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-left: 0;
}

.progress__icon {
  position: relative;
  text-align: center;
  background-color: #dddddd;
  color: #666;
  width: 100px;
  padding: 6px 0;
}

@media screen and (max-width: 480px) {
  .progress {
    width: 70%;
    margin-left: 0px;
    padding-left: 14%;
  }
}

@media screen and (max-width: 640px) {
  .progress__icon {
    width: 100px;
  }
}

.progress__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.mw_wp_form_input .progress__icon--01,
.mw_wp_form_preview .progress__icon--02,
.mw_wp_form_complete .progress__icon--03 {
  background-color: #993333;
  color: #fff;
}
.mw_wp_form_input .progress__icon--01:after,
.mw_wp_form_preview .progress__icon--02:after,
.mw_wp_form_complete .progress__icon--03:after {
  border-left: 10px solid #993333;
}
/* pan -e ----------------------------------------- */
/* base */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

html{
  font-size:62.5%;
}
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
table, td, th,
p,
input, textarea, label, select, button, pre {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Meiryo", "MS PGothic", sans-serif;
  letter-spacing: 0.16rem;
  color:#333;
}

h1, h2, h3, h4, h5, h6, pre {
  margin: 0;
}

input, textarea {
  vertical-align: middle;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #9e9e9e;
  padding: 10px;
  line-height: 1.5;
  min-height: 30px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="submit"],button,input[type="button"]
,.page_mail_send .thanks a.btn {
  -webkit-appearance: none;
  background: #f0f0f0;

  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}
input.radio,
input.checkbox {
  border: 0px none;
}

input.button {
  padding: 1em;
  cursor: pointer;
}

input.file_up {
  border: none;
}

button {
  padding: 1em;
  cursor: pointer;
  border: 1px solid #9e9e9e;
  border-radius: 2px;

}
/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
input:-webkit-autofill ,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.form textarea.errorMsg:-webkit-autofill,
.form select.errorMsg:-webkit-autofill,
.form input.errorMsg:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffdfdd inset;
}
.ui-datepicker-week-end.sun .ui-state-default {
  color: #f39800;
  background: #FFCCCC;
}

.ui-datepicker-week-end.sat .ui-state-default {
  color: #06F;
  background: #CCCCFF;
}

.ui-datepicker-calendar .close_day .ui-state-default {
  background: #CCC;
}

th.ui-datepicker-week-end {
  color: #06F;
}

th.ui-datepicker-week-end:last-child {
  color: #f39800;
}

#ui-datepicker-div .ui-widget-content .ui-state-hover {
  background: #AAA;
}

.clear {
  clear: both;
}

form .now_loading {
  background-image: url('../img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: right center;
  /* background-color: #B9FB91; */
  background-color: #d4f2c2;
}

.form {
  margin: 0 20px;
}

.form .error_p {
  color: #FF0000;
  margin-top: 0.4em;
  font-size: 1.2rem;
  font-weight: bold;
}

.form .kome {
  color: #FF0000;
  /* font-size: 12px;
  display: inline-block;*/
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
  border: 1px solid #f00;
  margin-left: 5px;
	letter-spacing: 0rem;
}

.form .kome.ninni{
  color: #666;
  border: 1px solid #666;
}

.form .item {
  /* margin: 0 0 20px 0; */
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.16rem;
}
.form .item:last-of-type {
  border-bottom: 0;
}
.page_confirmation .item:last-child{
  margin-bottom: 3.0rem;
}

.form .item .sub {
  margin: 0 0 10px 0;
}
.form .item .sub:last-child {
  margin: 0 0 0 0;
}

.page_confirmation .item .sub h4{
  font-weight: bold;
}

.form .item .note{
	font-size:1.2rem;
}

.form .item span.red{
  color: #FF0000;
}

.form .item label {
  /* padding: 6px;
  margin: 0 6px 3px 0;
  display: inline-block;
  border-radius: 6px; */
}

.form .item label input {
  margin: 0 3px 0 0;
  display: inline-block;
}

.form .item .on_checked {
  /* background:#fffb87; */
}

.form .item i {
  font-style: normal;
  font-size: 1.0rem;
}

.form .item p.txt {
  font-size: 1.2rem;
  margin: 0 0 6px 10px;
}

.form .txt_xs {
  width: 80px;
}

.form .txt_s {
  width: 120px;
}

.form .txt_s2 {
  width: 160px;
}

.form .txt_m {
  max-width: 250px;
  width: 100%;
}

.form .txt_l {
  width: 400px;
}

.form textarea.txt_l {
  min-height: 180px;
}

.form .item h3 {
  font-size: 1.6rem;
  /* border-left: 6px solid #f39800; */
  /* padding-left: 3px; */
  margin-bottom: 10px;
  font-weight: bold;
}

.form .item h4 {
  /* display: inline-block; */
  font-weight:normal;
	margin-bottom: 5px;
}

.form textarea.comment {
  height: 6em;
}

.form .user_agreement {
  width: 300px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0;
}

.form .input_data {
  color: #333;
}

.form .info_text {
  color: #333;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 20px;
  letter-spacing: 0.16rem;
}

.form .info_text .cap {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 8px 0;
}

.form .info_text p {
  padding: 6px 0 6px 0;
  margin: 0;
  line-break:strict;
}

.form .info_text i {
  font-size: 1.2rem;
  font-style: normal;
}

.form .info_text i.note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}

.form .info_text.info_select_text {
  background: #f3f3f3;
}

.form .info_text.info_select_text .cap {
  border-bottom: none;
}

.form .info_text.info_select_text.is_active {
  background: #fffb87;
}

.form .info_text .info_select_option {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.form .info_text.info_select_text .cap label {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.form .info_text_sub{
  margin-bottom: 0;
}
.form .info_text_sub .cap{
  padding-bottom:0;
  margin-bottom: 0;
}
.form .info_text_sub p{
  font-size: 1.2rem;
  line-height: 1.7;
}
.form .info_text_sub .cap{
  font-size: 1.4rem;
}

.form ul.list,
.form ul.list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form ul.list li {
  padding: 0.2em 0 0.8em 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.form .select_date {
  position: relative;
}

.form .select_date input {
  width: 150px;
}

.form .select_date img.ui-datepicker-trigger {
  width: 24px;
  height: 24px;
  vertical-align: top;
  position: absolute;
  top: -2px;
  right: 8px;
}

.form .input_data {
  padding: 0.5em 0 0.4em;
  display: inline-block;
  line-height: 1.9;
  font-size: 1.4rem;
}

.form .img_box {
  background: #ccc;
  min-height: 100px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.form .img_box_btn {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  max-width: 400px;
}

.form .img_box img {
  max-width: 80%;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto 0 auto;
}

.form .img_box .msg {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 2.0rem;
  text-align: center;
  color: #333;
  top: 40px;
}

/* loading */
span.loading {
    display: inline-block;
    white-space: nowrap;
}
span.loading span {
  display: inline-block;
  width: 20px;
  max-width: 20px;
  height: 2px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 100%;
  background-image:-webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.5, transparent), color-stop(0.5, #000), to(#000) );
  background-image:-webkit-linear-gradient(left,transparent 2px,#000 4px);
  background-image: linear-gradient(to right,transparent 2px,#000 4px);
  -webkit-animation: animation 3.0s linear infinite;
  animation: animation 3.0s linear infinite;
}
@-webkit-keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}

@keyframes animation {
  0% { width: 0; }
  100% { width: 100%; }
}　

.form label .label_input_txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.wrapper {
  margin: 0 auto 0 auto;
}


.block_wrap{
  width: 100%;
  /* 背景塗りつぶしする場合 */
  background: #333;
  /* lineのみ色を付ける場合 */
  /* border-bottom: 3px solid #e50083; */
}
.block {
  max-width: 750px;
  /* max-width: 800px; */
  margin: 0 auto 0 auto;
}

.block_header {
  margin: 0 auto;
  /* 背景塗りつぶしする場合 */
  color: #FFF;
  /* lineのみ色を付ける場合 */
  /* color:#e50083; */
  font-size: 2.0rem;
  padding: 20px 10px 16px;
  font-weight: bold;
}
.header_img_wrap{
	text-align:center;
	margin:0 0 10px 0;
}
.header_img_wrap img{
	max-width: 100%;
}
.footer {
  text-align: center;
  padding: 0 0 10px 0;
}

.page_mail_send .thanks a.btn {
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  padding: 1em;
  /* background: #DDDDDD; */
  /* font-weight: bold; */
  transition: all .1s ease;
  text-decoration: none;
  color: #333;
}

.page_mail_send .thanks a.btn:hover {
  background: #CCCCCC;
}

.page_entry .api_link {
  text-align: right;
  font-size: 1.0rem;
  padding: 10px;
}

.page_entry .api_link a:hover {
  text-decoration: underline;
}

.page_entry .form .user_agreement {
  min-width: 200px;
  display: block;
  border-radius: 6px;
  border: 1px solid #999;
  margin: 0 auto 6px auto;
  padding: 10px 0 10px 0 !important;
}

/* 同意ページ */
.page_agreement .block_rule_text {
  /* max-width: 800px; */
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  line-height: 1.5;
  letter-spacing: 0.16rem;
}

.page_agreement .block_rule_text h2 {
  font-size: 2.0rem;
  margin: 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.page_agreement .rule_text_box {
  color: #333;
  overflow-y: scroll;
  height: 400px;
  -webkit-overflow-scrolling: touch;
  /* overflow-scrolling: touch; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(150,150,150,.4);
    box-shadow: 0 0 1px rgba(255,255,255,.4);
}
.page_agreement .rule_text_box ul,
.page_agreement .rule_text_box li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_agreement .rule_text_box ul {
  margin: 10px 0;
}

.page_agreement .rule_text_box li {
  padding: 10px 0;
}

.page_agreement .rule_text_box h3 {
  margin: 20px 0;
  line-height: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

.page_agreement .rule_text_box p {
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.page_agreement .agree_btn_wrap {
  text-align: center;
  margin: 20px auto 0;
  border-radius: 6px;
}
.page_agreement .agree_btn_wrap .button {
  /* box-shadow: 0 0 1px #333; */
}


/* agreement */
.page_agreement .agree_btn_wrap,
.page_confirmation .confirmation_btn_wrap{
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: center;
}
.page_confirmation .confirmation_btn_wrap{
  margin-top: 50px;
  margin-bottom: 50px;
}
.agree_btn_wrap .flex-container:nth-of-type(n+2),
.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
	margin-left:30px;
}

.agree_btn_wrap a.btn {
  border: 1px solid #999;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  /* padding: 10px 20px 10px 20px; */
  padding:14px;
  /* transition: all .3s ease; */
  text-decoration: none;
  color: #000000;
}
.agree_btn_wrap a.non,
.button.non{
	border: 1px solid #ccc;
	background: #f3f3f3;
	color: #777;
}
@media screen and (max-width: 300px) {
	.page_agreement .agree_btn_wrap,
	.page_confirmation .confirmation_btn_wrap{
		-webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	     -ms-flex-direction: column;
	         flex-direction: column;

           align-items: center;
	}
	.agree_btn_wrap .flex-container:nth-of-type(n+2),
	.confirmation_btn_wrap .flex-container:nth-of-type(n+2) {
		margin-left:0;
		margin-top: 20px;
	}
}

.error_p div{
  margin-top: 5px;
}

/* redio create */
.radio_wrap{
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.radio_wrap .radio_lbl{
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.radio_wrap input[type=radio] {
  display: none;
}
.radio_wrap .radio_lbl label{
  display: block;
  padding:15px 10px 15px 35px;
  width: 100%;
  max-width: calc(100% - 40px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap .pre_type-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap .pre_type-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 50%;
}
/* obtain */
.radio_wrap .radio_lbl.no_line{
  border: none;
  margin-bottom: 0;
}
.radio_wrap .radio_lbl.no_line label{
  padding:10px 10px 10px 40px;
}

.radio_wrap .radio_lbl.no_line:nth-of-type(n+2) label::before{
	top: 10px;
}
.radio_wrap .radio_lbl.no_line:nth-of-type(n+2) label::after{
	top: 13px;
}
/*select*/
.cp_ipselect {
	overflow: hidden;
	max-width: 100px;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
		display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	/* border: 1px solid #999; */
	border-radius: 2px;
	background: #ffffff;
}
/* 【Chrome】オートコンプリートのとき、背景を水色#e8f0fe/rgb(232, 240, 254)にしない */
.cp_ipselect.cp_sl01 select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 10px 38px 8px 8px;
	color: #333;
	border: 1px solid #999;
  border-radius:2px;
  background: #ffffff;
}

/* birthday */
#birthday_picker{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#birthday_picker div{
	margin-right: 15px;
}
#birthday_picker div:last-of-type{
	margin-right: 0;
}

/* gender */
.radio_wrap_gen{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.radio_wrap_gen input[type=radio] {
  display: none;
}
.radio_wrap_gen .radio_lbl label{
  display: block;
  padding:10px 10px 10px 40px;
  width: 100%;
  max-width: calc(100% - 40px);
  cursor:pointer;
  position:relative;
  line-height: 1.5;
}
.radio_wrap_gen .gender-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_wrap_gen .gender-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 50%;
}

.button_ui{
    letter-spacing: 0rem;
}

/*(1)(2)…（カッコつき数字）*/
.page_agreement .rule_text_box ul.numberList01 {
  counter-reset: number;
	padding:0 15px;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01 {
  display: flex;
  align-items: baseline;
  margin: 0 0 5px;
	padding:4px 0;
}
.page_agreement .rule_text_box ul.numberList01 li.nl01::before {
  counter-increment: number;
  content: "("counter(number) ") ";
  margin: 0 5px 0 0;
  flex-basis: 40px;
	text-align: center;
  flex-shrink: 0;
}
/*①②…（丸数字）*/
.page_agreement .rule_text_box ul.numberListSub01 {
	margin: 0;
	padding:0 0 0 15px;
}
.page_agreement .rule_text_box ul.numberListSub01 li.nls01 {
		list-style: none;
	  padding-left: 1.3em;
	  text-indent: -1.6em;
		padding:0 0 2px 55px;
}
/* 調整用 */
.page_agreement .rule_text_box ul.adjust01 li.nl01{
	padding:0;
}
.page_agreement .rule_text_box ul.adjust01 li.nl01:nth-of-type(n+2){
	margin-top: 15px;
}
.page_agreement .rule_text_box ul.adjust01 p{
	padding-left: 45px;
}
/* link */
.page_agreement a{
	color: initial;
	/* text-decoration: none; */
  text-decoration: underline;
}
.page_agreement a.btn {
  text-decoration: none;
}
.page_agreement a.btn_non{
  border: 1px solid #ccc;
  background: #f3f3f3;
  color: #777;
}
/* file */
.filearea{
	width: 100%;
	max-width: 400px;
  margin-bottom: 5px;
}
.file_button {
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #f0f0f0;
  overflow: hidden;
	padding: 1em 0;
	cursor: pointer;
	border: 1px solid #9e9e9e;
	border-radius: 2px;
	width: 100%;
}
.file_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*Checkboxes styles*/
.checkbox_wrap {
	padding:10px;
}
.checkbox_wrap input[type="checkbox"] {
	display: none;
}
.checkbox_wrap input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checkbox_wrap input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.checkbox_wrap input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.checkbox_wrap input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
	border: 1px solid #333;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* GTM */
.gtm_b iframe,
noscript.gtm_b iframe{
  height: 0;
  width: 0;
  display:none;
  visibility:hidden;
}
/**/
.page_entry .item h4,
.page_confirmation .item h4{
  font-weight:bold;
}

/*err*/
.form textarea.errorMsg,
.form select.errorMsg,
.form input.errorMsg {
  border: 1px solid #FF0000 !important;
  background: #ffdfdd;
  /* -webkit-appearance: none; */
}

.page_mail_send .thanks .thanks_err_txt,
.page_mail_send .thanks .thanks_txt{
  margin:40px auto;
  /* border: 1px solid #000; */
  padding:10px;
  text-align: center;
}
.page_mail_send .thanks .thanks_txt{
  margin:0 0 25px;
}
.page_mail_send .thanks .thanks_err_txt p{
  height:150px;
  display: table-cell; /* IE8から使用可能 */
  vertical-align: middle;
  white-space: pre-wrap;
  word-wrap:break-word;
  width: 100vw;
}
.page_mail_send .thanks .thanks_btn{
  text-align: center;
  margin-bottom: 60px;
}

.page_confirmation .confirmation_btn_wrap .test_disp{
  display: none;
}
.blog-submit-test:disabled{
    filter:brightness(0.8);
    cursor:not-allowed;
}
.page_confirmation .confirmation_btn_wrap input[type="submit"]:disabled{
  color: #ddd;
  border: 1px solid #ddd;
  cursor: default;
}
