@charset "UTF-8";
/*レイアウトPC*/
body {
	background-color: #fff !important;
}
header {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 5px solid #001e5f;
}
#headerContWrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 23px 34px 48px;
}
header h1 {
	margin: 0;
	width: 20% !important;
	max-width: 232px;
	min-width: 186px;
	height: auto;
}
header h1 img {
	width: 100%;
	height: auto;
}
#headTitleArea {
	z-index: 1000;
	position: relative;
	background: #b5e2f8;
	margin: 0 auto;
	padding: 30px 36px;
	border: 1px solid transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
header h2 {
	width: 42%;
	max-width: 478px;
	min-width: 330px;
	height: auto;
}
header h2 img {
	width: 100%;
	height: auto;
}
.editorimg {
	position: relative;
	display: block;
	margin: 5px 0 0;
	padding: 0;
	width: 42%;
	max-width: 478px;
	min-width: 330px;
	height: 50px;
	min-height: 35px;
	background: url(../images/editor.png) no-repeat;
	background-size: contain;
	background-position: left top;
}
.editorimg {
	position: relative;
	display: block;
	margin: 5px 0 0;
	padding: 0;
	width: 42%;
	max-width: 478px;
	min-width: 330px;
	height: 50px;
	min-height: 35px;
	background: url(../images/editor.png) no-repeat;
	background-size: contain;
	background-position: left top;
	text-indent: -999999px;
}
.headimg {
	position: absolute;
	top: -30px;
	right: 80px;
	width: 22%;
	min-width: 224px;
	height: auto;
}
header p.headimg img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:768px) and (max-width:860px) {
	.headimg {
		position: absolute;
		top: -30px;
		right: 20px;
	}
}
/*フッター//////////////////////////////////////////////*/
footer {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #001e5f;
}
#footer_wrapper {
	position: relative;
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding: 1.8em 0;
	font-size: 87.5%;
	color: #fff;
}
#footer_wrapper:after {
	clear: both;
}
#fotterNote {
	text-align: right;
	margin: 0 5em 0 0;
	padding: 0;
}
#fotterNote a {
	text-decoration: none;
	color: #fff;
}
#fotterNote a:hover {
	text-decoration: underline;
	color: #fff;
}
#copyTxt {
	text-align: center;
	margin: 1em 0 0;
	padding: 0;
}
#copyTxt br {
	display: none;
}
/*コンテンツ//////////////////////////////////////////////*/
main {}
article {
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px;
}
dl {
	margin: 0 0 1.8em;
	padding: 0;
}
dt {
	padding: 7px 0 0 63px;
	height: 46px;
	background: url(../images/ic_blue.png) no-repeat;
	background-size: 46px;
	background-position: calc(50% - 5px) left;
}
dt b {
	display: block;
	font-size: 125%;
	padding: 0 3px 1px;
	border-bottom: 2px dotted #3977c3;
}
.icBlue {}
.icGreen {
	background: url(../images/ic_green.png) no-repeat;
	background-size: 46px;
}
.icGreen b {
	border-bottom: 2px dotted #2a9f63;
}
.icPink {
	background: url(../images/ic_pink.png) no-repeat;
	background-size: 46px;
}
.icPink b {
	border-bottom: 2px dotted #e64f96;
}
.icPurple {
	background: url(../images/ic_purple.png) no-repeat;
	background-size: 46px;
}
.icPurple b {
	border-bottom: 2px dotted #984f9a;
}
.icOrange {
	background: url(../images/ic_orange.png) no-repeat;
	background-size: 46px;
}
.icOrange b {
	border-bottom: 2px dotted #f18c30;
}
.icLGreen {
	background: url(../images/ic_l_green.png) no-repeat;
	background-size: 46px;
}
.icLGreen b {
	border-bottom: 2px dotted #3DC4C7;
}
dd {
	margin: 26px 0 66px 63px;
	padding: 0;
}
/*表示順用DIV//////////////////////////////////////////////*/
.order01 {}
.order02 {}
.order03 {}
.ilBox {
	float: right;
	padding: 5px 0 30px 30px;
}
.ilBox img {
	width: 289px;
	height: auto;
}
dd li {
	margin-bottom: 0.8em;
}
dd li b {
	display: block;
}
dd table {
	line-height: 1.3;
	table-layout: fixed;
	margin: 1.8em 1em;
	padding: 0;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}
/*微調整用//////////////////////////////////////////////*/
@media screen and (min-width:768px) and (max-width:860px) {
	dd table {
		clear: both;
	}
}
/*微調整用 終了//////////////////////////////////////////////*/
dd th {
	margin: 0;
	padding: 0.5em;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
	background: #e6d2e6;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	line-height: 2em; /*ルビ使用でセルがずれるバグ回避のため*/
}
dd td {
	margin: 0;
	padding: 0.5em;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
	text-align: left;
}
dd table.ye th {
	background: #f9f1aa;
}
.noteTxt {
	clear: both;
	float: right;
	margin: 0 0 4em;
	font-size: 74%;
}
.linkBtn {
	clear: both;
	margin: 0;
	padding: 1.5em 0;
	text-align: center;
}
.linkBtn a {
	display: inline-block;
	margin: 0;
	padding: 20px 50px;
	width: 492px;
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	border: 1px solid transparent;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #ffd517 url(../images/ic_arrow.png) no-repeat;
	background-position: right 16px center;
	background-size: 30px;
}
.linkBtn a:hover {
	text-decoration: none;
	color: #ff171c;
	background: #ffd517 url(../images/ic_arrow_red.png) no-repeat;
	background-position: right 16px center;
	background-size: 30px;
}
.linkBtn a:active {
	text-decoration: none;
	color: #ff171c;
	background: #ffd517 url(../images/ic_arrow_red.png) no-repeat;
	background-position: right 16px center;
	background-size: 30px;
}