@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 14px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}


.wrapper
{
	max-width: 1080px;
	margin: 0 auto;
}
.header .wrapper
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.head_l
{
	padding: 10px;

	display: flex;
	align-items: center;
}
.head_l .imgbox
{
	width: 144px;
}
.head_l h1
{
	margin-left: 15px;
	font-size: 11px;
}
.head_r
{
	padding: 10px;
}
.head_r1
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.head_r1 .imgbox
{
	font-size: 0;
	width: 24px;
	margin-right: 10px;
}
.head_r1 p
{
	font-size: 11px;
	line-height: 1.25;
}
.head_r1 a
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 5px;
}
.head_r2
{
	display: block;
	display: flex;
}
.contlink
{
	height: 16px;
	border: 1px solid #000000;
	padding: 9px 30px;
	margin-top: 10px;
	border-radius: 18px;
	overflow: hidden;
	background-color: #f2f2f2;
	color: #000000 !important;
	text-align: center;
}
.contlink .imgbox
{
	font-size: 0;
	width: 24px;
	height: 16px;
	margin-right: 10px;
}
.contlink p
{
	font-size: 12px;
	line-height: 16px;
}

@media all and (max-width: 767px)
{
	.head_l .imgbox
	{
		width: 108px;
	}
	.head_r
	{
		margin-left: auto;
		padding-top: 0;
	}
}

.main .wrapper
{
	width: calc(100% - 20px);
}
.topimg
{
}

.main_lead
{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 50px auto 20px auto;
}
.secthd
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 30px auto 20px auto;
}
@media all and (max-width: 767px)
{
	.main_lead
	{
		font-size: 18px;
	}
	.secthd
	{
		font-size: 18px;
	}
}


.sect
{
	padding: 30px 0;
}

.figboxes
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
}
.figbox
{
	min-width: 240px;
	max-width: 480px;
	box-sizing: border-box;
	margin: 10px;
	padding: 10px 5px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.figbox_title
{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
.figbox_lead
{
	margin: 10px 0;
}

#sect2,
#sect4
{
	background-color: #f7f7f7;
}
#sect2 .figboxes
{
	flex-wrap: wrap;
}
#sect2 .figbox
{
	border: none;
}
#sect2 .imgbox
{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px 0;
}

@media all and (min-width: 768px)
{
	.figboxes
	{
		justify-content: space-between;
	}
	.figbox
	{
		flex: 1;
	}
	#sect2 .figbox
	{
		max-width: 260px;
	}
}

.itemlist_toggler
{
	display: block;
	background-color: #e26600;
	color: #FFFFFF !important;
	font-size: 16px;
	line-height: 1;
	height: 16px;
	text-align: center;
	width: 320px;
	padding: 16px 0;
	border-radius: 24px;
	overflow: hidden;
	margin: 30px auto;
	cursor: pointer;
}

.note
{
	max-width: 900px;
	margin: 10px auto;
}
.notehd
{
	background-color: #f3ca68;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px auto 20px auto;
}
.note p
{
	margin: 10px;
}
.note p.note_lead
{
	margin: 10px;
	font-size: 18px;
	font-weight: bold;
}
.note_strong
{
	color: #e26600;
}
.note_flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.note_flex_r
{
	margin: 10px;
	width: 240px;
}
.note_flex_r2
{
	width: 90px;
}
.note_sp
{
	background-color: #fffbc0;
	box-sizing: border-box;
	padding: 5px 15px 15px 15px;
	margin: 20px auto;
	max-width: 880px;
	border-radius: 10px;
}
@media all and (min-width: 768px)
{
	.note_flex_l
	{
		width: calc(100% - 280px);
	}
	.note_flex_l2
	{
		width: calc(100% - 130px);
	}
}
@media all and (max-width: 767px)
{
	.note_flex_r
	{
		margin: 10px auto;
	}
}


.co_tbl
{
	margin: 10px auto;
}
.co_tbl tr > th
{
	padding: 4px 8px 4px 0;
	text-align: left;
	white-space: nowrap;
}
.co_tbl tr > td
{
	padding: 4px 0;
	line-height: 1.25;
}
.co_tbl_hist th
{
	padding: 4px 8px 4px 0;
	text-align: left;
	white-space: nowrap;
}
.co_tbl_hist td
{
	padding: 4px 0;
}


.footer
{
	background-color: #333333;
	text-align: center;
	padding: 30px;
}
.footer .wrapper
{
	max-width: 384px;
}

.foot1
{
	background-color: #ffffff;
	text-align: center;
	padding: 20px 10px 10px 10px;
	font-size: 13px;
}
.foot2
{
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.foot2 a
{
	color: #000000;
}
.foot2 .contlink
{
	margin: 10px 0 10px 10px;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


