@charset "utf-8";
/* CSS Document */
/* GENERAL CSS */
.ge_clear{
    clear:both;
}
.ge_pcOnly{
}
.ge_spOnly{
	display:none;
}
.ge_rspsvImg{
	width:auto;	
}
/* --- BUTTON --- */
.ly_button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	padding: 5px;
	font-weight: bold;
}
.button-gray {
	background-color: #F0F0F0;
	border: 1px solid #4C4C4D;
	color: #4C4C4D;
}
.button-red {
	background-color: #A32500;
	border: 1px solid #A32500;
	color: #FFFFFF;
}
/* detail button */
.detail-buttonWrapper {
	margin-bottom: 15px;
	text-align: center;
}
.detail-button,
.gray-button,
.back-button {
	max-width: 392px;
	margin: 0 auto;
	text-align: center;
	transition: opacity 0.3s;
}
.next-button {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	transition: opacity 0.3s;
}
.detail-button a,
.back-button a {
	position: relative;
	display: block;
	padding: 12px;
	color: #FFFFFF;
	font-size: 1.6rem;
	background: #A32500;
	border-radius: 3px;
	box-sizing: border-box;
	backface-visibility: hidden;
	text-decoration: none;
}
.next-button a,
.gray-button a {
	position: relative;
	display: block;
	padding: 12px;
	color: #FFFFFF;
	font-size: 1.6rem;
	background: #3d3d3d;
	border-radius: 3px;
	box-sizing: border-box;
	backface-visibility: hidden;
	text-decoration: none;
}
@media(max-width:768px) {
	.next-button a {
		padding: 8px;
		font-size: 1.4rem;
	}
}

.detail-button:hover,
.back-button:hover,
.next-button:hover,
.gray-button:hover {
	opacity: 0.7;
}
.detail-button a:before ,
.detail-button a:after ,
.back-button a:before ,
.back-button a:after ,
.next-button a:before ,
.next-button a:after ,
.gray-button a:before ,
.gray-button a:after {
	position: absolute;
	top: 50%;
	content: "";
	margin: -7px 0 0;
}
.detail-button a:before,
.next-button a:before,
.gray-button a:before {
	right: 10px;
	border-top: 7px solid transparent;
	border-left: 7px solid #FFFFFF;
	border-bottom: 7px solid transparent;
}
.back-button a:before {
	left: 10px;
	border-top: 7px solid transparent;
	border-right: 7px solid #FFFFFF;
	border-bottom: 7px solid transparent;
}
.detail-button a:after {
	right: 13px;
	border-top: 7px solid transparent;
	border-left: 7px solid #A32500;
	border-bottom: 7px solid transparent;
}
.back-button a:after {
	left: 13px;
	border-top: 7px solid transparent;
	border-right: 7px solid #A32500;
	border-bottom: 7px solid transparent;
}
.next-button a:after,
.gray-button a:after {
	right: 13px;
	border-top: 7px solid transparent;
	border-left: 7px solid #3d3d3d;
	border-bottom: 7px solid transparent;
}
@media(max-width:768px) {
	.detail-button,
	.gray-button {
		max-width: 265px;
		margin: 0 auto;
		text-align: center;
		transition: opacity 0.3s;
	}
}

/* --- icon --- */
.required-icon {
	color: #ffffff;
	background-color: #B00C0D;
	padding: 2px 6px;
	border: 1px solid #B00C0D;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 1.4rem;
	font-weight: normal;
}

/* --- color --- */
.text-red {
	color: #A32500;
}
.color-b24f52 {
	color: #b24f52;
}


@media (max-width: 950px) {
}
@media(max-width:768px) {
.ge_pcOnly{
	display:none;
}
.ge_spOnly{
	display:block;	
}
.ge_rspsvImg{
	width:75%;	
}
}
@media screen and (max-width: 480px) {
.ge_rspsvImg{
	width:100%;	
}
}



/*
 *MODAL WINDOW
 **********************************************/
#modal-content{
	width:750px;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:1px solid #ececec;
	background:#fff;
	z-index:1000;
	position:fixed;
	height:65%;
	overflow:auto;
}

@media(max-width:950px) {
#modal-content{
	width:75%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
#modal-overlay{
	z-index:1;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	position:fixed;
	top:0;
	left:0;
}

/*
 *CHECK ITEM LIST
 **********************************************/
.ly_checkItemWrapper {
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #BFBFBF;
}
.ly_checkItem {
	padding: 15px 45px;
	background: #eeeeee;
	overflow: hidden;
	/*max-width: 860px;
	width: 100%;*/
	margin: 15px 0;
	clear: left;
}
.ly_checkItem ul {
}
.ly_checkItem li {
	max-width: 132px;
	padding-right: 15px;
	background: #eeeeee;
}
.checkItem-title {
	font-weight: normal;
	padding-left: 15px;
}
.checkItem-list {
}
.checkItem {
}
.checkItem figure {
	margin: 0;
}
.checkItem figcaption {
	background: #eeeeee;
	padding-top: 5px;
	font-size: 90%;
}
.checkItem_arrow {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	background: #000000;
	text-decoration: none;
	color: #fff;
	width: 18px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
@media(max-width:768px) {
	.ly_checkItem {
		width: auto;
		margin: 10px;
		padding: 23px 15px;
	}
	.checkItem-title {
		padding-left: 0;
		text-align: center;
	}
	.ly_checkItem ul {
		margin-left: 8px;
	}
}
