@charset "UTF-8";
/*-----------------------------------------------------------------------
 common
----------------------------------------------------------------------- */
main .inlineWrap {
	letter-spacing: -0.4em;
}
main .br {
	display: block;
}
main .split {
	display: inline-block;
}
main .pcBr {
	display: block;
}
main .spBr {
	display: none;
}
main .fontBold {
	font-weight: bold;
}
main .fontRed {
	color: #ff1919;
}
main .fontBlue {
	color: #4CA5FF;
}
/*main :hover {
	opacity: 1.0;
}*/
main a {
	display: inline-block;
	text-decoration: none;
}
main .spImg {
	display: none;
}
main .beforeIcon::before,
main .afterIcon::after {
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
main .beforeSymbol::before,
main .afterSymbol::after {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
main .is-font-blue {
	color: #00A3D8;
}
main .is-font-pink {
	color: #FE7F8C;
}
@media screen and (max-width: 583px) {
	main .pcImg {
		display: none;
	}
	main .spImg {
		display: block;
	}
}


/*-----------------------------------------------------------------------
 container
----------------------------------------------------------------------- */
.container {
	margin: 0 auto;
}
.inner {
	margin: 0 auto;
	width: 900px;
}


/*-----------------------------------------------------------------------
 mv
----------------------------------------------------------------------- */
body.simpleheader main article#mv,
.bg-wrap {
	background: url(/plan/group/img/bg_stripe.png) left top repeat, 66px 66px;
}
main article#mv section:first-child{
	height: auto;
	padding: 44px 0 20px;
}
main article#mv h2 {
	margin: 0 auto;
	padding: 0 0 28px;
	width: 768px;
}
main nav#breadcrumb {
	margin: -55px 0 -4px;
	padding: 16px 0 0;
	position: relative;
	top: -110px;
}
.simto-btn {
	position: relative;
	top: 0;
	-webkit-transition: -webkit 0.1s ease;
	-moz-transition: -moz 0.1s ease;
	transition: 0.1s ease;
	width: 366px;
	z-index: 1;
}
.simto-btn:hover {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
	top: 4px;
}
.period {
	background: #171D37;
	margin: 0 auto;
	padding: 32px 0 28px;
}
.period img {
	width: 625px;
}


/*-----------------------------------------------------------------------
 lead
*----------------------------------------------------------------------- */
.lead {
	padding: 48px 0 90px;
	position: relative;
}
.lead::after {
	border-top: 0.6em solid #fff;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
	bottom: 0;
	content: '';
	display: block;
	font-size: 100px;
	left: 50%;
	margin: 0 0 -0.6em -1em;
	position: absolute;
	z-index: 1;
}
.lead-title {
	margin: 0 auto 76px;
	width: 870px;
}
.lead-text {
	margin: 0 auto 48px;
	width: 686px;
}
.lead-list-wrap {
	margin: 0 auto 52px;
}
.lead-list {
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: left;
	width: 43em;
}
.lead-list:not(:last-of-type) {
	margin: 0 auto 12px;
}
.lead-list:last-of-type {
	margin: 0 auto;
}
.lead-list dt::after {
	content: '：';
	display: inline;
}
.lead button {
	background: none;
	border: 1px solid #181E38;
	color: #181E38;
	font-weight: bold;
	font-size: 17px;
	margin: 0 auto 92px;
	padding: 0.7em 1em 0.5em;
	position: relative;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	width: 326px;
}
.lead button:hover {
	background: #181E38; 
	color: #fff;
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.lead button::after {
	border-top: 3px solid #181E38;
	border-right: 3px solid #181E38;
	content: '';
	display: block;
	height: 0.7em;
	margin: -0.45em 0 0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: rotate(45deg);
	width: 0.7em;
}
.lead button:hover::after {
	border-color: #fff;
}
.lead button:focus {
	outline: none;
}
.lead-btn {
	margin-bottom: 15%;
}

/*-----------------------------------------------------------------------
 order_modal
*----------------------------------------------------------------------- */
#order_modal .modal .wrapper {
	width: 980px;
	max-width: 980px;
}
.order_modal_ttl{
	margin-bottom: 10px !important;
	font-size: 32px !important;
}
.order_modal_text{
	font-size: 20px;
	margin-bottom: 10px !important;
}
.order_modal_annotation {
	margin-bottom: 20px;
}
.order_modal_annotation li {
    text-indent: -12px;
    display: block;
	padding-left: 12px;
	color: #F62900;
	font-weight: bold;
}
.order_modal_btnlist li {
	margin-bottom: 3%;
}


/*-----------------------------------------------------------------------
 example
*----------------------------------------------------------------------- */
.example {
	background: #FDFDEB;
	border: 4px solid #171D37;
	margin: 0 auto 44px;
	position: relative;
}
.example p {
	left: 50%;
	margin: -43px 0 0 -370px;
	position: absolute;
	top: 0;
	width: 740px;
}
.example-list {
	padding: 94px 20px 52px;
}
.example-list li:nth-of-type(-n+4) {
	width: 154px;
}
.example-list li:nth-of-type(-n+3) {
	margin: 0 52px 60px 0;
}
.example-list li:nth-of-type(4) {
	margin: 0 0 60px;
}
.example-list li:nth-of-type(5) {
	width: 754px;
}
.lead .caution {
	border: 3px solid #F62900;
	color: #F62900;
	font-weight: bold;
	font-size: 22px;
	margin: 0 auto;
	text-align: left;
	text-indent: -1.1em;
	padding: 1em 1.7em 1em 2.8em;
}


/*-----------------------------------------------------------------------
 simulate
----------------------------------------------------------------------- */
#sim {
	padding: 30px 0 0;
	margin: -30px auto 0;
}
.simulate {
	padding: 115px 0 68px;
}
.simulate-title {
	margin: 0 auto 44px;
}
#od1a,
#od1b {
	display: none;
}
.order-area1,
.order-area2 {
	background: #fff;
	/*border: 4px solid #171D37;*/
}
.order-area1,
.select-area::before,
.select-area::after {
	font-size: 34px;
}
.order-area1 {
	border-top: none;
	font-size: 34px;
	margin: 0 auto 44px;
	padding: 0 0 1.5em;
}
.order-area1-title {
	background: #181E38;
	margin: 0 auto;
	padding: 20px 0;
}
.order-area1-title> img {
	width: 750px;
}
.select-area::before,
.select-area::after {
	border-top: 0.6em solid #181e38;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
	content: '';
	display: inline-block;
}
.select-area::before {
	margin: 0 auto 0.6em;
}
.select-area::after {
	margin: 0.8em auto 0.6em;
}
.select-area ::-ms-expand {
display:	 none;
}
.select-wrap,
.select-area select {
	width: 350px;
}
.select-wrap {
	display: block;
	margin: 0 auto;
	position: relative;
}
.select-wrap:nth-of-type(1) {
	margin: 0 auto 1em;
}
.select-wrap:nth-of-type(2) {
	margin: 0 auto;
}
.select-wrap::after {
	border-top: 3px solid #181E38;
	border-right: 3px solid #181E38;
	content: '';
	display: block;
	height: 0.38em;
	margin: -0.34em 0.6em 0 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(135deg);
	width: 0.38em;
}
.select-area select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0.6em 0.6em 0.5em;
	position: relative;
}
.order1-innerbox1,
.order1-innerbox2 {
	width: 760px;
}
.order1-innerbox1 {
	border: 5px solid #F62900;
	margin: 0 auto 8px;
}
.order1-innerbox1> p {
	color: #F62900;
	font-size: 30px;
	font-weight: bold;
	padding: 0.5em 0 0.4em;
	margin: 0 auto;
}
.order-area1+ p {
	background: url(/plan/group/img/chirasi_imoto.png) right bottom no-repeat;
	background-size: 259px auto;
	margin: 0 auto;
	text-align: left;
}
.order-area1+ p img {
	padding: 14px 0 36px;
}
.price-wrap {
	display: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.0;
	padding: 26px 36px;
	position: relative;
}
.price-title {
	left: -8px;
	letter-spacing: 0;
	line-height: 1.0;
	margin: 0 auto 30px;
	min-height: 43px;
	position: relative;
	text-align: left;
}
.price-title img,
.price-title span {
	vertical-align: middle;
}
.price-title img {
	margin: 0 12px 0 0;
	width: 64px;
}
.price-title span {
	position: relative;
	top: 0.04em;
}
.price-rate {
	margin: -48px -44px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 126px;
}
.price-list li {
	display: block;
}
.price-list li span {
	display: inline-block;
	font-weight: bold;
}
.text-wrap1,
.text-wrap2 {
	border-bottom: 1px solid #8C8F9A;
	vertical-align: bottom;
}
.capa500 .text-wrap1,
.capa500 .text-wrap2 {
	padding: 0 10px 9px;
}
.capa500.only500 .text-wrap1,
.capa500.only500 .text-wrap2 {
	border-bottom: none;
}
.capa1g .text-wrap1,
.capa1g .text-wrap2,
.unlimited .text-wrap1,
.unlimited .text-wrap2 {
	padding: 9px 10px;
}
#chinapre500,
#chinapre1g {
	font-size: 13px;
	letter-spacing: 0.06em;
	margin: 8px 0.4em 16px 0;
	text-align: right;
}
.text-wrap1 {
	margin: 0 58px 0 0;
	position: relative;
}
.capa500 .text-wrap1::before,
.capa500 .text-wrap1::after {
	content: '';
	display: block;
	font-size: 15px;
	position: absolute;
	bottom: 0;
}
.capa500 .text-wrap1::before {
	background: #f62900;
	height: 1em;
	margin: 0 -2.3em -0.5em 0;
	right: 0;
	width: 1.2em;
}
.capa500 .text-wrap1::after {
	border-top: 1.1em solid transparent;
	border-left: 1em solid #f62900;
	border-bottom: 1.1em solid transparent;
	margin: 0 -3.1em -1.1em 0;
	right: 0;
}
.capa500.only500 .text-wrap1::before,
.capa500.only500 .text-wrap1::after {
	bottom: 54.4%;
}
.capa500.alsoUnlimi .text-wrap1::before,
.capa500.alsoUnlimi .text-wrap1::after {
	bottom: -75.6%;
}
.text-wrap1> span,
.text-wrap2> span {
	letter-spacing: 0;
	vertical-align: middle;
}
/* font-settings ----- */
.price-alphaNum {
	font-family: 'Roboto', sans-serif;
}
.price-title {
	font-size: 28px;
}
.text-wrap1 .text1 .price-jpn {
	font-size: 16px;
}
.text-wrap1 .text1 .price-alphaNum {
	font-size: 12px;
}
.text-wrap1 .text2 .price-alphaNum {
	font-size: 23px;
}
.text-wrap1 .text2 .price-jpn {
	font-size: 15px;
}
.text-wrap1 .text2 .price-jpn .slash {
	font-size: 13px;
}
.text-wrap2 .text3 .price-alphaNum {
	font-size: 40px;
}
.text-wrap2 .text3 .price-jpn {
	font-size: 21px;
}
.text-wrap2 .text3 .price-jpn .slash {
	font-size: 17px;
}
.text-wrap2 .text4 .price-jpn {
	font-size: 14px;
}
.text-wrap2 .text4 .price-alphaNum.small {
	font-size: 18px;
}
.text-wrap2 .text4 .price-alphaNum.large {
	font-size: 27px;
}
/* content-settings ----- */
.text-wrap1 .text1 {
	font-weight: bold;
	margin: 0 0.8em 0 0;
	padding: 0.35em 0.5em;
	width: 6.1em;
}
.unlimited .text-wrap1 .text1 {
	padding: 0.9em 0.5em;
}
.text-wrap1 .text1 .price-jpn {
	letter-spacing: 0.1em;
}
.text-wrap1 .text2 .price-alphaNum {
	text-decoration: line-through;
}
.text-wrap1 .text2 .price-jpn,
.text-wrap2 .text3 .price-jpn,
.text-wrap2 .text4 .price-jpn {
	letter-spacing: 0.2em;
}
.text-wrap1 .text1 .price-alphaNum,
.text-wrap1 .text2 .price-alphaNum,
.text-wrap2 .text3 .price-alphaNum,
.text-wrap2 .text4 .price-alphaNum {
	letter-spacing: 0.06em;
}
.capa500 .text1 {
	background: #F5C3A0;
	color: #9F4700;
}
.capa1g .text1 {
	background: #EFC6D2;
	color: #9D4860;
}
.unlimited .text1 {
  background-color: #acdef0;
  color: #2e5765;
}
.text-wrap1 .text1 .price-alphaNum {
	display: block;
	padding: 0.3em 0 0;
}
.text-wrap1 .text2 .price-alphaNum,
.text-wrap2 .text3 .price-alphaNum {
	margin: 0 -0.08em 0 0;
}
.text-wrap1 .text2 .price-jpn .slash,
.text-wrap2 .text3 .price-jpn .slash {
	margin: 0 -0.2em 0 -0.1em;
	position: relative;
	top: -0.1em;
}
.text-wrap1 .text2 .price-alphaNum,
.text-wrap2 .text3 .price-alphaNum {
	width: 2.8em;
	text-align: right;
}
.text-wrap2 .text3 {
	color: #F62900;
	margin: 0 1.3em 0 0;
}
.text-wrap2 .text4 {
	background: #F62900;
	border-radius: 10px;
	color: #fff;
	padding: 0.8em 1em 0.7em 1em;
	position: relative;
	width: 13.8em;
}
.text-wrap2 .text4::before {
	border-top: 0.5em solid transparent;
	border-right: 1em solid #F62900;
	border-bottom: 0.5em solid transparent;
	content: '';
	display: inline-block;
	font-size: 12px;
	left: 0;
	margin: -0.5em 0 0 -1em;
	position: absolute;
	top: 50%;
}
.text-wrap2 .text4 .price-alphaNum.small {
	margin: 0 -0.15em 0 0;
	position: relative;
	top: 0.04em;
}
.text-wrap2 .text4 .price-jpn {
	letter-spacing: 0.05em;
}
.text-wrap2 .text4 .price-alphaNum.large {
	margin: 0 -0.05em 0 0;
	position: relative;
	top: 0.02em;
}
.order1-innerbox2 {
	margin: 0 auto;
}
.order1-note {
	margin: 0 auto 20px;
}
.order1-note li {
	display: block;
	padding: 0 0 0 0.2em;
	text-align: left;
}
.order-btn.btn.yellow {
	border-width: 3px;
	font-size: 20px;
	padding-top: 0.9em;
	padding-bottom: 0.8em;
	padding: 0.9em 62px 0.8em 48px;
	width: 350px;
}
/* order-area2 ----- */
.order-area2 {
	margin: 0 auto 22px;
	padding: 60px 0 28px;
}
.order2-innerbox {
	background: url(/plan/group/img/chirashi_sale.png) left 66px top 1.7em no-repeat;
	background-size: 216px auto;
	margin: 0 auto 40px;
	padding: 0 0 0 368px;
	text-align: left;
}
.order2-innerbox p {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 8px;
}
.order2-innerbox .emphasis {
	background: #F62900;
	color: #fff;
	display: inline-block;
	margin: 6px auto 0;
	padding: 0 16px 0 10px;
}
.emphasis span:not(.inlineWrap) {
	letter-spacing: 0;
}
.emphasis .small-jpn {
	font-size: 21px;
}
.emphasis .large-jpn {
	font-size: 26px;
}
.emphasis .large-alphanum {
	font-size: 34px;
	position: relative;
	top: 0.08em;
}
.order2-note {
	margin: 0 auto 26px;
	text-align: left;
}
.order2-note li {
	letter-spacing: 0;
}
.upfile-label {
	background-color: #0e0e0e;
	color: #fff;
	cursor:pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0 auto 6px;
	padding: 0.7em 0 0.6em;
	text-align: center;
	width: 330px;
}
.upfile-label input {
	display: none;
}
.upfile-log {
	font-weight: bold;
}
.upfile-log.err {
	color: #f00;
}
.is-disabled {
	display: none;
}
.is-overlay {
	position: relative;
}
.is-overlay::before {
	background: rgba(0,0,0,0.7);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.is-overlay::after {
	color: #fff;
	content: 'まずは「かんたん申込み」で割引額をチェック！';
	display: block;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}
.order-area2 .order-btn.btn.yellow {
	font-size: 19px;
	letter-spacing: 0;
	padding: 0.5em 58px 0.4em 40px;
	text-align: left;
}
.order-area2 .order-btn .spanBr {
	display: block;
	font-size: 13px;
	margin: 0 auto;
	text-align: left;
}


/*-----------------------------------------------------------------------
 kiyaku
*----------------------------------------------------------------------- */
.kiyaku {
	background: #171D37;
	padding: 56px 0;
}
.kiyaku .inner {
}
.kiyaku h3,
.kiyaku p {
	margin: 0 auto;
	width: 100%;
}
.kiyaku h3 {
	background-color: #fff;
	color: #111;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0 28px 56px;
	position: relative;
	text-align: left;
}
.kiyaku h3::before,
.kiyaku h3::after {
	background-color: #111;
	content: '';
	height: 6px;
	margin-top: -2px;
	position: absolute;
	right: 5%;
	top: 50%;
	width: 28px;
}
.kiyaku h3::after {
	transform: rotate(90deg);
	transition: 0.2s ease;
}
.kiyaku h3.open::after {
	transform: rotate(180deg);
}
.kiyaku p {
	background-color: #fff;
	font-size: 16px;
	display: none;
	margin: 0 auto;
	padding: 32px 40px;
	position: relative;
	text-align: left;
	top: 6px;
	word-wrap: break-word;
}


/*-----------------------------------------------------------------------
 bottom common
----------------------------------------------------------------------- */
.howto,
.merit {
	background: #FDFDEB;
}
.capa h3,
.howto h3,
.option h3,
.merit h3 {
	width: 556px;
}


/*-----------------------------------------------------------------------
 capa
----------------------------------------------------------------------- */
.capa {
	padding: 56px 0 72px;
}
.capa h3 {
	margin: 0 auto 56px;
}
.capa-list {
	margin: 0 auto;
}
.capa-list li {
	letter-spacing: 0.1em;
	width: 423px;
}
.capa-list li:nth-of-type(1) {
	margin: 0 54px 0 0;
}


/*-----------------------------------------------------------------------
 howto
----------------------------------------------------------------------- */
.howto {
	padding: 68px 0 80px;
}
.howto h3 {
	margin: 0 auto 56px;
}
.howto-list {
}
.howto-list li {
	display: inline-block;
	letter-spacing: 0;
	list-style: none;
	width: 216px;
}
.howto-list li:not(:last-of-type) {
	margin: 0 4px 0 0;
	position: relative;
} 
.howto-list li:not(:last-of-type)::after {
	border-top: 0.8em solid transparent;
	border-bottom: 0.8em solid transparent;
	border-left: 1em solid #171d37;
	content: '';
	display: block;
	font-size: 12px;
	margin: -1.8em -1em 0 0;
	position: absolute;
	right: 0;
	top: 50%;
}


/*-----------------------------------------------------------------------
 option
----------------------------------------------------------------------- */
.option {
	padding: 54px 0 84px;
}
.option h3 {
	margin: 0 auto 48px;
}
.option-list {
	margin: 0 auto;
}
.option-list li {
	background: #fff;
	border-radius: 6%;
	display: inline-block;
	letter-spacing: 0;
	padding: 14px 12px 18px;
	vertical-align: top;
	width: 423px;
}
.option-list li:nth-of-type(1) {
	margin: 0 54px 0 0;
}
.option-list li> img {
	margin: 0 auto 12px;
}
.option-list li> p {
	margin: 0 auto;
	padding: 0 1.6em;
	text-align: left;
}
.option-note {
	font-size: 13px;
}


/*-----------------------------------------------------------------------
 merit
----------------------------------------------------------------------- */
.merit {
	padding: 72px 0 84px;
}
.merit h3 {
	margin: 0 auto 72px;
}
.merit-list li {
	display: inline-block;
	letter-spacing: 0;
	list-style: none;
	width: 216px;
}
.merit-list li:not(:last-of-type) {
	margin: 0 4px 0 0;
}


/*-----------------------------------------------------------------------
 sns
----------------------------------------------------------------------- */
/* font settings -----*/
.sns_share-text {
		font-size: 20px;
}
	/* content settings -----*/
.sns_share {
	background: #171d37;
	padding: 24px 0;
}
.sns_share .inner {
	background: #fff;
	margin: 0 auto;
	max-width: 900px;
	padding: 24px 0;
	position: relative;
	width: 100%;
}
.sns_share-text,
.sns_share-list {
	display: inline-block;
	vertical-align: middle;
}
.sns_share-text {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	margin: 0 auto;
	position: relative;
	text-align: right;
	width: 21%
}
.sns_share-text.beforeSymbol::before,
.sns_share-text.afterSymbol::after {
	background: #545454;
	height: 2px;
	right: 0.2em;
	position: absolute;
	width: 5.2em;
}
.sns_share-text.beforeSymbol::before {
	top: -0.6em;
	transform: rotate(10deg);
}
.sns_share-text.afterSymbol::after {
	top: 2.2em;
	transform: rotate(-10deg);
}
.sns_share-text span {
	margin: 0 0 0 0.1em;
}
.sns_share-list {
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
.sns_share-list li a {
	display: block;
}
.sns_share-list li a:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.sns_share-list .twitter {
	margin: 0 6% 0 7%;
	width: 15.4%;
}
.sns_share-list> :not(.twitter) {
	width: 14%
}
.sns_share-list .line {
	margin: 0 6.5% 0 0;
}
.sns_share-list .insta {
	margin: 0 6.5% 0 0;
}


/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
	background: #171d37;
	border-radius: 50%;
	border: 3px solid #FFF;
	bottom: 0;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.3);
	height: 80px;
	margin: 0 4% -20% 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition: 0.3s ease;
	width: 80px;
	z-index: 10;
}
#pageTop.show {
	margin: 0 4% 4% 0;
}
#pageTop::before {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 26px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 58%;
	transform: rotate(-45deg);
	width: 26px;
}


/*-----------------------------------------------------------------------
 ie edge firefox fix
----------------------------------------------------------------------- */
.ie .text-wrap2 .text4 {
	width: 13.7em;
}
.edge .text-wrap2 .text4 {
	width: 13.4em;
}
.firefox .text-wrap2 .text4 {
	width: 13.5em
}
.ie .order-area2 .yellow.btn.order-btn {
	padding: 0.5em 50px 0.4em 32px;
}


/* step_20190703 */
.select-area span{
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: left;
}
.select-wrap:nth-of-type(1) {
    margin: 0 auto 0.5em;
}
.select-wrap::after {
    top: 65%;
}



/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings 1199 to 320 */
.main_visual .closeText {
	font-size: calc(0.9375rem + ((1vw - 3.2px) * 2.8441)); /* 40px to 15px */
}
/* content settings */
.main-visual-wrap {
	position: relative;
}
.close,
.main_visual .closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
.close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.main_visual .closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* kiyaku open */
.kiyaku-title.is-close {
	pointer-events: none !important;
}
.kiyaku-title.is-close::before,
.kiyaku-title.is-close::after {
	display: none;
}
.kiyaku-text.is-close {
	display: block !important;
}
@media screen and (min-width: 1200px) {
	.main_visual .closeText {
		font-size: 40px;
	}
}
