@charset "utf-8";

#m_contents { width:1100px; margin:10px auto; }


#return_top { text-align:center; margin:10px; }
#return_top a { background: url("//image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }

.pc-no01{ display: none; }

#main{
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	width: 1100px;
	margin:0 auto;
}

.check_list_mv{
	background: url("../images/pc_mv.jpg") no-repeat scroll center center;
	margin: 0 auto;
	position: relative;
	width: 1100px;
	height: 420px;
	overflow: hidden;
}

.check_list_mv p{
	font-size:20px;
	line-height:1.5em;
	padding:281px 0 0;
	color:#4c3d1f;
	text-align:center;
    font-weight: bold;
}

.check_list{
	width:auto;
}
.check_list dt{
	font-weight:bold;
	overflow:hidden;
	background:#f3f3f3;
	margin:30px 0 0;
	padding:15px 24px;
	border:1px solid #bfbfbf;
	border-bottom:4px solid #bfbfbf;
	cursor:pointer;
}

.check_list dt .check{
	background:#003d99;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 0;
	width:40px;
	height:50px;
	float:left;
	line-height: 16px;
}
.check_list dt .check span{
	background:#003d99;
	font-size:26px;
	font-weight:bold;
	display:block;
	margin:2px 0 0;
	line-height: 1em;
}

.check_list dt .check_title{
	font-size:22px;
	font-weight:bold;
	width:800px;
	float:left;
	padding:16px 0 0 28px;
}

.check_list dt .check_toggle{
	display:block;
	position:relative;
	border:1px solid #003d99;
	color:#003d99;
	font-weight:bold;
	text-decoration:none;
	padding:12px 0 12px 50px;
	font-size:16px;
	line-height:1em;
	width: 110px;
	float:right;
	margin: 10px 0 0;
}

.check_list dt .check_toggle:after{
	border-right: 3px solid #003d99;
	border-top: 3px solid #003d99;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 45px;
	transition: all 0.4s ease 0s;
	margin-top: -6px; /* 下向き */
	transform: rotate(135deg); /* 下向き */
	width: 6px;
}

.check_list dt.open .check_toggle:after{
	margin-top: -3px; /* 上向き */
	transform: rotate(-45deg); /* 上向き */
}

.check_list dt.qa_q .check{
	font-size:26px;
	font-weight:bold;
	line-height: 1.5em;
}

.check_list dd{
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:4px solid #bfbfbf;
	padding:15px 24px;
	line-height: 1.714em;
	display:none;
}

.check_list dd .btn{
	display:inline-block;
	border:1px solid #003399;
	padding:10px 30px 10px 15px;
	color:#003399;
	text-decoration:none;
	margin:10px 0;
	position:relative;
	line-height: 1.5em;
}

.check_list dd .btn:after{
	border-right: 2px solid #003399;
	border-top: 2px solid #003399;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: all 0.4s ease 0s;
	margin-top: -6px;
	transform: rotate(45deg);
	width: 6px;
}

.check_list dd .btn:hover:after{
	right: 10px;
}

.check_list dd.qa_a{
	padding-left:112px;
	position:relative;
}
.check_list dd.qa_a:after{
	position:absolute;
	top:15px;
	left:24px;
	content:'A';
	background:#c8121d;
	font-size:26px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:10px 10px 0;
	width:40px;
	height:50px;
	float:left;
	line-height: 1.5em;
}
.btn {
    position: relative;
    display: inline-block;
    background-color: #FF8E0D;
    width: 1100px;
    margin: 30px auto;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size: 2em;
    line-height: 3.5;
    transition: .4s;
    border-radius: 8px;
}
.btn:hover {
    background: #00bcd4;
    color: white;
}

/*--------------------------------------------------
	sp
--------------------------------------------------*/
@media screen and (max-width: 640px){
	.sp-no01{ display: none; }
	.pc-no01{ display: block; }

	#main{
		width:100%;
		position: relative;
	}

	.check_list_mv{
		background: url("../images/sp_mv.jpg") no-repeat scroll center center;
		background-size:contain;
		margin: 0;
		position: relative;
		width: 100%;
		height: 0;
		padding:0 0 62%;
	}
	
	.check_list_mv p{
		font-size: 3vw;
		line-height:1.3em;
		position: absolute;
		bottom: 16%;
		width:100%;
	}
	
	.check_list{
		width:auto;
	}
	.check_list dt{
		margin:30px 0 0;
		padding:10px;
		border-left:none;
		border-right:none;
		position:relative;
	}
	
	.check_list dt .check{
		font-size:12px;
		padding:6px 0 0;
		width:46px;
		height:43px;
	}
	.check_list dt .check span{
		font-size:22px;
	}
	
	.check_list dt .check_title{
		font-size:16px;
		width:auto;
		padding:0 20px 0 60px;
		float: none;
		position:absolute;
		top:50%;
		transform:translate(0, -50%);
	}
	
	.check_list dt .check_toggle{
		width:10px;
		overflow:hiddeh;
		border:none;
		text-indent: -9999px;
		padding-top:0;
	}

	.check_list dt .check_toggle:after{
		right: 0;
	}
	
	.check_list dt.qa_q .check{
		font-size:22px;
		line-height: 1.8em;
	}

	.check_list dd{
		border-left:none;
		border-right:none;
		padding:15px 10px;
	}

	.check_list dd .btn{
		display:block;
	}

	.check_list dd.qa_a{
		padding-left:70px;
	}
	.check_list dd.qa_a:after{
		height: 43px;
		width: 46px;
		padding: 6px 0 0;
		top:15px;
		left:10px;
		font-size:22px;
		line-height: 1.8em;
	}
.btn {
/*    position: relative;
    display: inline-block;*/
    background-color: #00bcd4;
    width: 100%;
    margin: 10% auto 5%;
/*    text-align: center;*/
    color: #ffffff;
/*    font-weight: bold;
    text-decoration: none;*/
    font-size: 1.2em;
/*    line-height: 1;
    transition: .4s;*/
    border-radius: 0px;
}
.pc_only {
        display: none;
}
}


