@charset "utf-8";

/* Gnavi
--------------------------------------------*/
div#Gnavi ul {
	height: 37px;
	border-bottom: 1px solid #b8b7b7;
}
div#Gnavi ul li {
	height: 37px;
	text-indent: 0;
}
div#Gnavi ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	transition: all .1s;
}

div#Gnavi ul li.movie_series a,
div#Gnavi ul li.book a,
div#Gnavi ul li.jbooks a,
div#Gnavi ul li.subscription a {
	/*width: 135px;*/
	display: block;
}

div#Gnavi ul li.hairmode a,
div#Gnavi ul li.plan a,
div#Gnavi ul li.biyokai a {
	height: 37px;
	border-left: 1px solid #b8b7b7;
	background: #000;
}
div#Gnavi ul li.movie_series a,
div#Gnavi ul li.book a,
div#Gnavi ul li.jbooks a,
div#Gnavi ul li.hairdoga a,
div#Gnavi ul li.subscription a,
div#Gnavi ul li.dvd a {
	height: 37px;
	border-left: 1px solid #b8b7b7;
	background: #333;
	box-sizing: border-box;
}
div#Gnavi ul li.movie_series a {
	border-right: 1px solid #b8b7b7;
}

body.hairmode div#Gnavi ul li.hairmode a {
	background-image: none;
}


div#Gnavi ul li.current a,
div#Gnavi ul li a:hover {
	color: #000;
	background: #fff !important;
}











/* subscription
--------------------------------------------*/
.subscriptionBlock {
	line-height: 1.4;
}
.subscriptionBlock h3 {
	margin: 0 0 50px 0;
	font-size: 30px;
}

.subscriptionIndexTitle {
	margin: 0 0 30px 0;
}

.subscriptionSlide {
	margin: 0 0 120px 0;
}
.subscriptionSlide ul:after {
	content: "";
	clear: both;
	display: block;
}
.subscriptionSlide ul li {
	float: left;
}


.subscriptionPlanList {
	padding: 0 0 30px 0;
}
.subscriptionPlanList ul li {
	margin: 0 0 30px 0;
}
.subscriptionPlanList ul li a {
	display: flex;
	padding: 23px;
	color: #333;
	text-decoration: none;
	border: 2px solid #333;
	background: url(/shared/images/subscription/icn_arw01.png) no-repeat right 28px center #fff;
}
.subscriptionPlanList ul li figure {
	width: 100px;
	margin: 0 23px 0 0;
	flex-shrink: 0;
}
.subscriptionPlanList ul li .item {
	width: 100%;
	margin-left: -100px;
	text-align: center;
}
.subscriptionPlanList ul li .catch {
	margin: 0 0 5px 0;
	font-size: 24px;
	font-weight: bold;
}
.subscriptionPlanList ul li .catch.red {
	display: block !important;
	color: #e90001 !important;
}
.subscriptionPlanList ul li .title {
	margin: 0 0 5px 0;
	font-size: 32px;
	font-weight: bold;
}
.subscriptionPlanList ul li .price {
	display: inline-block;
	min-width: 280px;
	padding: 5px 10px 3px 10px;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	background: #f58236;
}
.subscriptionPlanList ul li .price .fl {
	font-size: 24px;
}



.subscriptionPlanTable {
	
}
.subscriptionPlanTable h4 {
	position: relative;
	margin: 0 0 56px 0;
	padding: 30px 0;
	font-size: 34px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: center;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.subscriptionPlanTable h4 .cl {
	color: #f58236;
}
.subscriptionPlanTable h4:before {
	content: "";
	position: absolute;
	bottom: -25px; left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
.subscriptionPlanTable h4:after {
	content: "";
	position: absolute;
	bottom: -28px; left: 50%;
	margin-left: -22px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 28px 22px 0 22px;
	border-color: #333 transparent transparent transparent;
	z-index: 0;
}

.subscriptionPlanTable .head {
	display: flex;
	margin: 0 -18px 18px 0;
}
.subscriptionPlanTable .head .td {
	width: 33.333%;
	padding: 10px 5px;
	color: #fff;
	flex-shrink: 0;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	border-right: 18px solid #fff;
	background: #333;
	box-sizing: border-box;
}
.subscriptionPlanTable .head .td .fl {
	font-size: 24px;
	font-weight: bold;
}

.subscriptionPlanTable .th {
	margin: 0 0 15px 0;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: #f1f1f1;
}
.subscriptionPlanTable .row {
	display: flex;
	margin: 0 0 30px 0;
}
.subscriptionPlanTable .row .td {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 33.333%;
	padding: 3px;
	flex-shrink: 0;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
}
.subscriptionPlanTable .row .td + .td {
	border-left: 2px solid #dadada;
}
.subscriptionPlanTable .row .td .fl {
	font-size: 24px;
	font-weight: bold;
}

.subscriptionPlanTable .msg {
	padding: 70px 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #333;
}







.subscriptionDetailList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 65px 0;
}
.subscriptionDetailList .clm {
	width: 50%;
	flex-shrink: 0;
	padding: 0 15px 15px 0;
	box-sizing: border-box;
}
.subscriptionDetailList .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 26px 26px 26px;
	border-radius: 10px;
	border: 4px solid #333;
	box-sizing: border-box;
}
.subscriptionDetailList .title {
	margin: 0 -20px;
	padding: 0 0 20px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -2px;
	text-align: center;
}
.subscriptionDetailList .txt {
	padding: 20px 0;
	font-size: 16px;
	line-height: 2.2;
	border-top: 2px solid #333;
}
.subscriptionDetailList .illust {
	margin-top: auto;
}
.subscriptionDetailList .illust img {
	max-width: 100%;
}
.subscriptionDetailList .note {
	margin: 0 0 10px 0;
	text-align: center;
}
.subscriptionDetailList .note .ff {
	display: inline-block;
	padding: 8px 10px;
	font-size: 12px;
	letter-spacing: -1px;
	border-radius: 20px;
	background: #edeceb;
}

.subscriptionPlanTitle {
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
.subscriptionPlanTitle .cl {
	color: #f58236;
}

.subscriptionPlanDetail01 {
	margin: -50px 0 75px 0;
}
.subscriptionPlanDetail01 ul {
	margin: 0 0 35px 0;
}
.subscriptionPlanDetail01 ul li {
	padding: 8px 0 8px 39px;
	font-size: 30px;
	background: url(/shared/images/subscription/icn_check02.png) no-repeat 2px 15px;
}
.subscriptionPlanDetail01 ul li + li {
	border-top: 2px dashed #e5e5e5;
}
.subscriptionPlanDetail01 ul li .icn {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 5px 20px;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	border-radius: 5px;
	background: #f58236;
}
.subscriptionPlanDetail01 .box {
	padding: 15px 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
	background: #efefef;
}
.subscriptionPlanDetail01 .box .fl {
	font-size: 30px;
	font-weight: bold;
}
.subscriptionPlanDetail01 .box .fl:before {
	content: "";
	display: inline-block;
	width: 62px;
	height: 48px;
	margin: 18px 15px 0 0;
	vertical-align: top;
	background: url(/shared/images/subscription/icn_book01.png) no-repeat 0 0;
}
.subscriptionPlanDetail01 .box .fl .num {
	margin: 0 10px;
	font-size: 60px;
}

.subscriptionPlanDetail02 {
	margin: 0 0 75px 0;
}
.subscriptionPlanDetail02 .device {
	margin: 0 0 25px 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.subscriptionPlanDetail02 .device li {
	display: inline-block;
	min-width: 140px;
	margin: 0 10px;
	padding: 4px;
	color: #f58236;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	border-radius: 7px;
	border: 2px solid #f58236;
	box-sizing: border-box;
}
.subscriptionPlanDetail02 .note li {
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
	font-size: 18px;
	text-indent: -1em;
}

.subscriptionPlanDetail03 {
	margin: 0 0 80px 0;
	padding: 30px;
	font-size: 18px;
	border-radius: 10px;
	background: #efefef;
}
.subscriptionPlanDetail03 .list {
	padding: 0 0 13px 0;
}
.subscriptionPlanDetail03 .list li {
	margin: 0 0 13px 20px;
	list-style: disc;
}
.subscriptionPlanDetail03 .note {
	margin: 0 0 -15px 0;
	padding: 22px 0 0 0;
	border-top: 1px solid #dcdcdc;
}
.subscriptionPlanDetail03 .note li {
	margin: 0 0 13px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}


.subscriptionBtn01 {
	margin: 0 0 60px 0;
	text-align: center;
}
.subscriptionBtn01 a {
	display: inline-block;
	width: 500px;
	height: 100px;
	color: #fff;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: linear-gradient(to bottom, #454545 0%, #000 100%);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.subscriptionBtn02 {
	margin: 0 0 60px 0;
	text-align: center;
}
.subscriptionBtn02 a {
	display: inline-block;
	width: 500px;
	height: 80px;
	color: #333;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	border: 2px solid #333;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.subscriptionBtn02 a .fl {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 40px;
	vertical-align: middle;
}

.subscriptionBtn03 {
	margin: 0 0 60px 0;
	text-align: center;
}
.subscriptionBtn03 a {
	display: inline-block;
	width: 500px;
	height: 100px;
	padding: 20px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: linear-gradient(to bottom, #454545 0%, #000 100%);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.subscriptionBtn03 a .fl {
	font-size: 30px;
}

.subscriptionBtn04 {
	margin: 10px 0 0;
}
.subscriptionBtn04 a {
	display: inline-block;
	width: 220px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	background: linear-gradient(to bottom, #454545 0%, #000 100%);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}


.subscriptionPlanList ul li a,
.subscriptionBtn01 a,
.subscriptionBtn02 a,
.subscriptionBtn03 a,
.subscriptionBtn04 a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.subscriptionPlanList ul li a:hover,
.subscriptionBtn01 a:hover,
.subscriptionBtn02 a:hover,
.subscriptionBtn03 a:hover,
.subscriptionBtn04 a:hover {
	opacity: 0.7;
}



.subscriptionPlanSelect {
	margin: 0 0 50px 0;
	line-height: 1.4;
}
.subscriptionPlanSelect p {
	margin: 0 0 10px 0;
}
.subscriptionPlanSelect ul li {
	margin: 0 0 10px 0;
	font-size: 14px;
}
.subscriptionPlanSelect ul li input {
	margin: 0 10px 0 0;
}
.subscriptionPlanSelect ul li .fl {
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
}
.subscriptionPlanSelect ul li.off {
	color: #aaa;
}

.subscriptionLead {
	margin: -30px 0 0 0;
	padding: 0 0 30px 0;
}
.subscriptionLead p {
	margin: 0 0 20px 0;
	font-size: 16px;
}

.subscriptionText {
	padding: 0 0 10px 0;
}
.subscriptionText p {
	margin: 0 0 20px 0;
}

.subscriptionStart {
	padding: 0 0 50px 0;
}
.subscriptionStart h4 {
	margin: 0 0 10px 0;
}
.subscriptionStart ol li {
	margin: 0 0 5px 20px;
	list-style: decimal;
}

.subscriptionBanner ul {
	letter-spacing: -0.5em;
	text-align: center;
}
.subscriptionBanner ul li {
	display: inline-block;
	padding: 0 20px 20px 20px;
	letter-spacing: normal;
	vertical-align: top;
}


.btnStyle01 {
	letter-spacing: -0.5em;
	text-align: center;
}
.btnStyle01 li {
	display: inline-block;
	margin: 0 10px;
	letter-spacing: normal;
	vertical-align: top;
}
.btnStyle01 li input {
	width: 168px;
	height: 48px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: none;
	background: linear-gradient(to bottom, #141414 26%, #000 27%);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.btnStyle01 li input:hover {
	background: linear-gradient(to bottom, #727272 26%, #666 27%);
}

.btnStyle01 li input.confirm {
	width: 210px;
}

.btnStyle01 li input.back {
	width: 130px;
}

.btnStyle01 li input.send {
	width: 270px;
}








/* faq
--------------------------------------------*/
.faqBlock {
	margin: -10px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 7px solid #ccc;
}
.faqBlock h3 {
	margin: 0 0 30px 0;
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 1.1;
	border-left: 5px solid #ccc;
}

.faqList {
	padding: 0 0 80px 0;
}
.faqList .clm {
	border-bottom: 1px dashed #ccc;
}
.faqList .clm .qbox {
	padding: 10px 10px 10px 47px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	background: url(/shared/images/faq/icn_faq_plus.png) no-repeat 15px center;
}
.faqList .clm .qbox.open {
	color: #fff;
	background-image: url(/shared/images/faq/icn_faq_minus.png);
	background-color: #000;
}
.faqList .clm .abox {
	display: none;
	padding: 15px 10px 15px 66px;
	font-size: 12px;
	line-height: 1.7;
	background: url(/shared/images/faq/icn_faq_a.png) no-repeat 11px center;
}
.faqList .clm .abox:after {
	content: "";
	clear: both;
	display: block;
}
.faqList .clm .abox .imgR {
	float: right;
	max-width: 250px;
	margin: 0 0 0 15px;
}
.faqList .clm .abox .imgR figure {
	margin: 0;
	padding: 0;
}
.faqList .clm .abox .imgR img {
	max-width: 100%;
}
























/* mypage
--------------------------------------------*/
.mypageMenu {
	
}
.mypageMenu ul {
	letter-spacing: -0.5em;
}
.mypageMenu ul li {
	display: inline-block;
	width: 33.333%;
	padding: 0 20px 20px 0;
	letter-spacing: normal;
	box-sizing: border-box;
}
.mypageMenu ul li a {
	display: block;
	padding: 25px 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #000;
	transition: all .1s;
}
.mypageMenu ul li a:hover {
	color: #000;
	background: #fff;
}


.mypageBtnList01 {
	display: flex;
	margin: 0 0 20px 0;
}
.mypageBtnList01 li.btnR {
	margin-left: auto;
}
.mypageBtnList01 li.btnC {
	margin: 0 auto;
}

.movieSeriesInfoBtnList01 {
	position: relative;
	float: right;
}

.movieSeriesInfoBtnList01 li {
	margin-left: 10px; 
}

.btnLink01 {
	display: inline-block;
	padding: 5px 15px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	background: #000;
}
.btnLink02 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	background: #000;
}
.btnLink03 {
	display: inline-block;
	min-width: 260px;
	padding: 15px 50px;
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	background: #000;
	box-sizing: border-box;
}
.btnLink01:hover,
.btnLink02:hover,
.btnLink03:hover {
	opacity: 0.7;
	text-decoration: none;
}



.mypageBlock {
	padding: 0 0 30px 0;
}
.mypageBlock h4 {
	margin: 0 0 10px 0;
}
.mypageBlock p {
	margin: 0 0 10px 0;
	line-height: 1.6;
}

.mypageGroup01 {
	display: flex;
}
.mypageGroup01 .item {
	padding-right: 10px;
}




.mypageSubscriptionPlanList {
	display: flex;
	flex-wrap: wrap;
}
.mypageSubscriptionPlanList .clm {
	width: 50%;
	padding: 0 20px 20px 0;
	text-align: center;
	box-sizing: border-box;
}
.mypageSubscriptionPlanList .card {
	padding: 20px 20px 10px 20px;
	border: 2px solid #333;
}
.mypageSubscriptionPlanList .card .title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.mypageSubscriptionPlanList .card .price {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.mypageSubscriptionPlanList .card ul li {
	margin: 0 0 10px 0;
}
.mypageSubscriptionPlanList .card ul li:before {
	content: "▶";
	display: inline-block;
	margin-right: 5px;
}



.mypageReceipt {
	max-width: 580px;
	margin: 0 auto;
}
.mypageReceipt .bold {
	font-weight: bold;
}
.mypageReceipt .name {
	margin: 0 0 40px 0;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
.mypageReceipt .name span {
	float: right;
}
.mypageReceipt .detail {
	padding: 0 0 30px 0;
}
.mypageReceipt .detail li {
	margin: 0 0 20px 0;
}
.mypageReceipt h4 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #000;
}
.mypageReceipt p {
	margin: 0 0 20px 0;
}
.mypageReceipt .issuer {
	display: flex;
	padding: 30px 0 0 0;
	line-height: 1.6;
}
.mypageReceipt .issuer dt {
	font-weight: bold;
}


.mypageTab {
	margin: 0 0 30px 0;
}
.mypageTab ul {
	padding: 0 10px;
	letter-spacing: -0.5em;
	border-bottom: 2px solid #000;
}
.mypageTab ul li {
	display: inline-block;
	margin: 0 5px;
	padding: 12px 15px;
	cursor: pointer;
	letter-spacing: normal;
	vertical-align: bottom;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #80807B;
	background: #f2f2f2;
	color: #80807B;
}
.mypageTab ul li.current {
	color: #fff;
	background: #000;
}


.form_title {
	padding: 0 0 30px;
    font-size: 12px;
    line-height: 140%;
}

.form_title h4 {
	font-size: 22px;
    font-weight: bold;
    margin: 1em 0 0.7em;
}

.form_title h5 {
	font-size: 15px;
    font-weight: normal;
	display: block;
    margin: 1em 0 0.7em;
}

.subscriptionBlock h4 {
	font-size: 15px;
    font-weight: normal;
	display: block;
    margin: 1em 0 0.7em;
}

.subscriptionBlock h4 em {
	font-size: 20px;
	font-style: normal;
    font-weight: bold;
	display: block;
    margin: 0.2em 0 0.7em;
}

.login_status_info_area {
	background: #ecebeb;
    padding: 5px 15px;
}

.subscriptionBlock .subscriptionPlanSelect {
	margin: 0;
}

.formThanks {
	line-height: 180%;
}

/* movie series */
.btnPlay01 {
	position: absolute;
	top: 0;
	width: 60px!important;
	height: 60px!important;
	left: 22px;
}

.btnPlay01:hover {
	opacity: 0.7;
	text-decoration: none;
}
.movie_list .book-img a {
	display: block;
	position: relative;
}

.BtnInactive {
    display: inline-block;
    width: 220px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background: #ccc;
}

.movie_img {
    width: 200px;
    float: left;
}
.movie_img img {
    width: 100%;
}
.movie_info {
    margin: 0 0 0 220px;
}
.movie_series_title {
	font-size: 16px;
	font-weight: bold;
}
.recommend-list > li {
	display: block;
	float: left;
}

.movieWraper {
    position: relative
    width: calc(100% - 10px);
    margin: 0 auto;
}

.iframeWrap {
    height: 0;
    padding-bottom: 56.25%;
}

.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.page-lead {

}
.page-lead figure {
	margin: 1em 0 1em;
}
.page-lead figure img {
	width: 100%;
}
.page-body {
	margin: 1em 0 3em;
}

/*-------------------------------------
 modal
-------------------------------------*/
.modalBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.modalBox {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	width: 720px;
	margin: auto;
	padding: 45px 80px 54px 80px;
	background: #fff;
}
/*
.modalBox:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 140px 140px 0;
	border-color: transparent #f4f4f4 transparent transparent;
	content: "";
}
.modalBox:after {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 210px 0 0 210px;
	border-color: transparent transparent transparent #f4f4f4;
	content: "";
}
*/
.modalClose p {
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 0 19px 0 5px;
	cursor: pointer;
	font-family: Montserrat;
	background: url(/common/images/icn_search_close.svg) no-repeat right center;
	background-size: 12px 12px;
}
.modalTitle {
	position: relative;
	z-index: 1;
	padding: 0 0 25px 0;
	text-align: center;
	/*border-bottom: 2px solid #000;*/
}
.modalTitle h3 {
	margin: 0 0 30px 0;
	font-size: 26px;
	font-weight: bold;
}
.modalTitle p {
	margin: 0 0 20px 0;
}
.modalForm {
	position: relative;
	z-index: 1;
	/*padding: 50px 0 0 0;*/
}
.modalForm fieldset legend {
	margin: 0 0 25px 0;
	font-size: 18px;
	font-weight: bold;
}
.modalForm .modalFormList01 {
	margin: 0 -32px 0 0;
	overflow: hidden;
}
.modalForm .modalFormList01 li {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 32px 0 0;
}
.modalForm .modalFormList01 li .hyphen {
	position: absolute;
	top: 14px;
	right: 0;
}
.modalForm .radio,
.modalForm .check {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.modalForm .radio li,
.modalForm .check li {
	float: left;
}
.modalForm .radio li label,
.modalForm .check li label {
	position: relative;
	display: block;
	padding: 2px 30px;
	cursor: pointer;
	font-weight: bold;
}
.modalForm .radio li label input,
.modalForm .check li label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.modalForm .radio li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border-radius: 100%;
	border: none;
	background: #e9e9e9;
}
.modalForm .radio li label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	border-radius: 100%;
	border: none;
	background: #000;
	z-index: 1;
}
.modalForm .check li label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border-radius: 2px;
	border: none;
	background: #e9e9e9;
}
.modalForm .check li label.checked:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 11px;
	height: 6px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modalForm .link {
	padding: 20px 0 0 0;
	text-align: center;
}
.modalForm .link li {
	margin: 10px 0 0 0;
}
.modalForm .link li a {
	font-size: 12px;
	text-decoration: underline;
}
.modalForm .link li a:hover {
	text-decoration: none;
}
.modalForm table {
	width: 100%;
	margin: 0 0 20px 0;
}
.modalForm table th {
	position: relative;
	width: 140px;
	padding: 7px 25px 30px 0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.modalForm table td {
	padding: 0 0 30px 0;
	text-align: left;
	vertical-align: top;
}
.modalForm table td p {
	padding: 5px 0 0 0;
	font-size: 12px;
}
.modalForm .require {
	position: absolute;
	top: 7px;
	right: 15px;
	display: inline-block;
	margin: 2px 0 0 0;
	color: #c50000;
	font-weight: bold;
	vertical-align: middle;
}
.modalForm .tel {
	margin: 0 -32px 0 0;
	overflow: hidden;
}
.modalForm .tel li {
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0 32px 0 0;
}
.modalForm .tel li .hyphen {
	position: absolute;
	top: 14px;
	right: 0;
}
.modalForm .hyphen {
	display: inline-block;
	width: 12px;
	height: 3px;
	margin: 0 10px;
	text-indent: 100%;
	vertical-align: middle;
	background: #000;
	overflow: hidden;
}
.modalForm .postal {
	float: right;
}
.modalForm .postal {
	width: 135px;
	height: 30px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	border: 2px solid #000;
	background: #fff;
}
.modalForm .submit {
	text-align: center;
}
.modalForm .submit input {
	display: inline-block;
	min-width: 270px;
	padding: 6px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000;
	background: url(/common/images/icn_arw01.svg) no-repeat 96% center;
	background-size: 7px 13px;
}
.modalForm .submit.en input {
	padding: 10px 6px;
	font-family: Montserrat;
	letter-spacing: 0.04em;
}
.modalForm .form01,
.modalForm .form02,
.modalForm .form03,
.modalForm .form04 {
	height: 30px;
	padding: 2px 15px;
	border-radius: 3px;
	border: none;
	background: #e9e9e9;
}
.modalForm .form01,
.modalForm .form04 {
	width: 100%;
}
.modalForm .form02,
.modalForm .form03 {
	width: 118px;
}
.modalForm .select01,
.modalForm .select02 {
	height: 30px;
	padding: 2px 40px 2px 15px;
	border-radius: 3px;
	border: none;
	background: url(/common/images/icn_search_select.svg) no-repeat right 9px center #e9e9e9;
	background-size: 11px 7px;
}
.modalForm .textarea01 {
	width: 100%;
	height: 120px;
	padding: 2px 15px;
	border-radius: 3px;
	border: none;
	background: #e9e9e9;
}
.modalForm input.error,
.modalForm select.error {
	border: 1px solid #c50000;
}
.modalForm p.error {
	color: #c50000;
	font-weight: bold;
}
.modalForm .security {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
}
.modalAgree {
	padding: 0;
}
.modalAgree h3 {
	margin: 0 0 30px 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.modalAgree p {
	margin: 0 0 20px 0;
	line-height: 1.7;
}
.modalAgree p.error {
	margin: 10px 0 0 0;
}
.modalAgree .box {
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: center;
	background: #e9e9e9;
}
.modalAgree .box .check {
	margin: 0;
}
.modalAgree .box .check label {
	position: relative;
	display: inline-block;
	padding: 2px 30px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.modalAgree .box .check input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.modalAgree .box .check label:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	border-radius: 2px;
	border: none;
	background: #fff;
}
.modalAgree .box .check label.checked:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 6px;
	display: block;
	margin-top: -8px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.modalConfirm {
	padding: 0;
}
.modalConfirm p {
	margin: 0 0 20px 0;
	text-align: center;
}

.forSP {
	display: none;
}
