@charset "utf-8";
/* ----------------------------------------

mv

---------------------------------------- */
.mv {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.mv img {
	max-width: 1900px;
	position: relative;
	left: 50%;
	margin-left: -950px;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width:767px){
	.mv {
		min-width: 320px;
	}
	.mv img {
		max-width: 395px;
		margin-left: -197px;
	}
	.sp{
	display:block;
}
.pc{
	display:none;
}
}

/* ----------------------------------------

title

---------------------------------------- */
.tit01 {
	font-size: 157.2%;
	font-weight: 700;
	border-top: 5px solid #25a96d;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 15px 0;
}
.tit02 {
	color: #fff;
	font-size: 142.9%;
	font-weight: 700;
	background: #25a96d;
	padding: 6px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.tit03{
	font-size: 120.9%;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.tit01 {
		font-size: 157.2%;
		font-weight: 700;
		border-top: 5px solid #25a96d;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
		padding: 15px 0;
	}
	.tit02 {
		color: #fff;
		font-size: 142.9%;
		font-weight: 700;
		background: #25a96d;
		padding: 6px 15px;
		margin-bottom: 15px;
		border-radius: 5px;
	}
	.tit03{
		font-size: 120.9%;
		font-weight: 700;
		margin-bottom: 10px;
	}
}
/* ----------------------------------------

section

---------------------------------------- */
.sec01 {
	margin-bottom: 60px;
}
@media screen and (max-width:767px){
	.sec01 {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------

list

---------------------------------------- */
dl.list01 dt {
	font-size: 114.3%;
	font-weight: 700;
	line-height: 1.4;
	border-left: 5px solid #ffd000;
	padding-left: 8px;
	margin-bottom: 8px;
	margin-top: 20px;
}
dl.list01 dd {
	margin-bottom: 20px;
}
ul.list02 {
	list-style: disc;
	padding-left: 20px;
}
ul.list02 li {
	padding-bottom: 5px;
}

/* ----------------------------------------

table

---------------------------------------- */
.tbl01 {
	margin-top: 20px;
}
.tbl01 th,
.tbl01 td {
	border: 1px solid #ccc;
	padding: 10px;
}
.tbl01 th.tblTit {
	text-align: center;
	background: #eee;
}
.tbl01 th {
	font-weight: 700;
	background: #f8f8f8;
}
.tbl01 td {
	text-align: center;
}
@media screen and (max-width:767px){
	.tbl01 {
		width: 704px;
	}
	.tbl_block_01 {
		width: 100%;
		overflow: scroll;
	}
	.tbl01 th,
	.tbl01 td {
		padding: 8px;
	}
}

/* ----------------------------------------

その他個別のclass

---------------------------------------- */

.list #content {
	width: 800px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizimg: border-box;
}
.newsletter .mv {
	/*background: #98d3f3;*/
}
.newsletter #content {
	width: 800px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizimg: border-box;
}
.box01 {
	width: 44%;
	border: 1px solid #ddd;
	padding: 20px;
}
.btn_list01 li {
	margin-bottom: 10px;
}
.btn_list01 li a {
	font-size: 114.3%;
	color:#333;
	font-weight: 700;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	display: block;
	padding:10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	background: url(../../img/common/icon_pdf.png) 96% 49% no-repeat;
	background-size: 14px;
	}
.btn_list01 li a:hover {
	opacity: 0.8;
}
.faq_list > li{
	border-bottom: 1px solid #ddd;
}
.faq_list_q,
.faq_list_a {
	overflow: hidden;
}
.faq_list_q {
	padding: 14px 14px 14px 0;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
}
.faq_list_q:hover {
	text-decoration: none;
}
.faq_list_a {
	background: #f5f5f5;
	padding: 12px 40px 18px 11px;
	margin-bottom: 18px;
	display: none;
}
.faq_txt {
	display: block;
	margin-left: 42px;
	line-height: 1.5;
}
.faq_list_q .faq_txt {
	font-size: 114.3%;
	font-weight: 700;
	margin-bottom: 5px;
}
.faq_ico {
	float: left;
	vertical-align: top;
	font-size: 115.714%;
	font-weight: 700;
	font-family: arial, serif;
	width: 2.5em;
	height: 2em;
	line-height: 1.66;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	position: relative;
	top: -1px;
}
.faq_list_q .faq_ico {
	color: #0092d7;
}
.faq_list_a .faq_ico {
	color: #e60012;
}
.faq_tgl {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
}
.faq_tgl:before,
.faq_tgl:after {
	content: '';
	background: #e60012;
	display: block;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.faq_tgl:before {
	width: 16px;
	height: 4px;
	left: 0;
	top: 6px;
}
.faq_tgl:after {
	width: 4px;
	height: 16px;
	top: 0;
	left: 6px;
}
.faq_show {
	text-decoration: none;
}
.faq_show .faq_tgl:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.ans_ico {
	font-size: 128.6%;
	font-weight: 700;
	color: #e60012;
	margin-right: 8px;
}
@media screen and (max-width:767px){
	.list #content,
	.newsletter #content {
		width: 100%;
	}
	.box01 {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.link_list01 {
		line-height: 2;
	}
	.img_block_01 {
		text-align: center;
	}
}

/* ----------------------------------------

hover

---------------------------------------- */
.btnList01 li a:hover {
	opacity: 0.8;
	-moz-opacity:0.8; /*Firefox*/
}

/* ----------------------------------------

汎用class

---------------------------------------- */
.mgt15 { margin-top: 15px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }
.em { font-size: 115.4%; font-weight: 700; }
.fltR { float: right; }
.fltL { float: left; }
.clear { clear: both;}
.alnC { text-align: center; }
.alnL { text-align: left !important;}
@media screen and (max-width:767px){
	.sp_fn {
		float: none;
	}
}

/* Modern Browsers
------------------------------- */
.clearfix:after,
#content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
#content {
	*zoom: 1;
}