@charset "UTF-8";
/*@font-face {
  font-family: 'NotoSans-Bold';
  src: url(/font/NotoSansCJKjp-Bold.otf); }

@font-face {
  font-family: 'NotoSans-Medium';
  src: url(/font/NotoSansCJKjp-Medium.otf); }
*/
/* -------------------------- */
/* basis */
/* -------------------------- */
html {
	-webkit-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-weight: normal;
	/*font-feature-settings : "palt" 1;*/
    color:#333;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	}
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.hide {
	display: none;
}
.toTop {
	clear: both;
}
#entryKeyword {
	display: none;
}
#wcv_sys_wrapper #entryKeyword {
	display: block!important;
}
iframe {
	border: 0;
}
.oa_end {
	background: #f2f2f2;
	border: solid 1px #ccc;
	text-align: center;
	padding: 5px;
	margin: 0 auto 50px;
	max-width: 1170px;
	font-weight: bold;
	font-size: 150%;
}
/* -------------------------- */
/* LINK */
/* -------------------------- */
a:link {
	color: #cf202f;
	text-decoration: none;
}
a:visited {
	color: #cf202f;
	text-decoration: none;
}
a:hover {
	color: #cf8320;
	text-decoration: underline;
}
a:active {
	color: #cf202f;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}
a.newWindow {
	display: block;
	padding: 0 0 0 20px;
	background: url(../images/common/ico/icon_newWindow.png) no-repeat 0 50%;
}
p.more {
	clear: both;
	text-align: center;
}
p.more a {
	display: inline-block;
	height: 100%;
	padding: 0 30px 0 40px;
	text-align: center;
	background: #cf202f url(../images/common/btn/btn_more_arrow.png) no-repeat 7% 55%;
	color: #fff;
	font-size: 15px;
	line-height: 46px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
	box-shadow: 0 2px 0 #ccc;
}
p.more a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.sp_only {
    display: none;
}
/* -------------------------- */
/* STYLE */
/* -------------------------- */
/* -------------------------- */
/* NORMAL_TITLE */
/* -------------------------- */
.common #main {
	font-size: 15px;
}
.common #main strong {
	font-size: 22px;
	font-weight: bold;
}
.common #main em {
	background-color: #f6d63a;
}
.common #main p {
	margin-bottom: 20px;
	line-height: 1.8em;
}
.common #main.normal p + h2, #main.normal p + h3 {
	margin: 80px 0 20px;
}
.common #main h2, #main .headingH2 {
	width: 100%;
	margin: 50px 0 1.5em;
	padding: 30px;
	border-top: solid 1px #d52d39;
	border-right: solid 1px #d52d39;
	border-left: solid 1px #d52d39;
	border-bottom: solid 3px #d52d39;
	color: #d52d39;
	font-size: 28px;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.common #main h2:first-child{
	margin: 0 0 1.5em;
}
.common #main h3, #main .headingH3, .newsList h3 {
	margin: 0 0 20px;
	padding: 0 0 0 5px;
	background: url(../images/common/bg/bg_blogEntryTitle.png) no-repeat left bottom;
	font-size: 24px;
	font-weight: bold;
}
.common #main h4, #main h4.headingH4 {
	margin: 0 0 20px;
	color: #d52d39;
	font-size: 20px;
	font-weight: bold;
}
/* -------------------------- */
/* BOX */
/* -------------------------- */
#main .roundBox {
	clear: both;
	position: relative;
	margin: 20px 0;
	padding: 30px;
	border: solid 10px #e5e5e5;
	z-index: 0;
}
#main .roundBox h2 {
	position: relative;
	width: 1090px;
	margin: 0 0 20px;
	padding: 22px 70px 30px 30px;
	border: none;
	background: url(../images/common/bg/bg_roundBox_h2_002.png) no-repeat left bottom;
	color: #fff;
	right: 5px;
	border-radius: 0;        /* CSS3草案 */
	-webkit-border-radius: 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0;   /* Firefox用 */
	z-index: 1;
}
/* -------------------------- */
/* TABLE */
/* -------------------------- */
#main table {
	margin: 20px 0;
	border: solid 10px #e5e5e5;
}
#main table th {
	width: 20%;
	padding: 20px;
	background: #d52d39;
	border-bottom: solid 1px #fff;
	color: #fff;
}
#main table td {
	padding: 20px;
	border-bottom: solid 1px #ccc;
}
/* -------------------------- */
/* LIST */
/* -------------------------- */
ul.normalList {
	margin: 0 0 0 20px;
}
ul.normalList li{
	list-style: disc;
}
ul.linkList li {
	margin: 0 0 0.5em;
	padding: 0 0 0 10px;
	background: url(../images/common/ico/icon_arrow02_right.png) no-repeat 0 8px;
}
/* 1170px ------------------- */
ul.col2, ul.col3, ul.col4 {
	overflow: hidden;
}
ul.col2 li, ul.col3 li, ul.col4 li {
	float: left;
	width: 370px;
	margin: 0 30px 30px 0;
	box-sizing: border-box;
}
ul.col2 li {
	width: 570px;
}
ul.col3 li {
	width: 370px;
}
ul.col4 li {
	width: 270px;
}
ul.col2 li:nth-child(2n), ul.col3 li:nth-child(3n), ul.col4 li:nth-child(4n) {
	margin: 0 0 30px;
}
/* -------------------------- */
/* LOCAL NAV */
/* -------------------------- */
#sub #localNav li {
	margin: 0 0 0.5em 30px;
	padding: 0 0 0 10px;
	background: url(../images/common/ico/icon_arrow02_right.png) no-repeat 0 8px;
}
#sub #localNav li a {
	color: #333;
}
#sub #localNav li.subject {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	background: url(../images/common/ico/icon_arrow_red_right.png) no-repeat 0 2px;
	font-weight: bold;
	font-size: 1.2em;
}
#sub #localNav li.subject:nth-child(n+2) {
	margin: 20px 0;
}
/* -------------------------- */
/* divの高さをそろえる */
/* --------------------------

div.heightLine > div {
	  float: left;
}
 */
/* -------------------------- */
/* WCVTABLE */
/* -------------------------- */
span.text_red {
	color: #e90c1e;
}
span.text_green {
	color: #76cc32;
}
span.text_blue {
	color: #0c57bc;
}
span.text_skyblue {
	color: #3097f2;
}
span.text_pink {
	color: #fc26a2;
}
span.text_yellow {
	color: #f1c812;
}
span.text_purple {
	color: #7c5ce5;
}
span.text_orange {
	color: #ff764c;
}
span.text_mint {
	color: #4defb9;
}
span.size_80 {
	font-size: 80%;
}
span.size_120 {
	font-size: 120%;
}
span.size_150 {
	font-size: 150%;
}
span.size_180 {
	font-size: 180%;
}
.license {
	color: #999;
	font-size: 70%;
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.clearB {
	clear: both;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
/* -------------------------- */
/* 共通テンプレート */
/* -------------------------- */
/* -------------------------- */
/* エリクサー・モバイル対応 */
/* -------------------------- */
#skipNav {
	display: none;
}
#mobileGlobalNav, #mobileSubNav {
	display: none;
}
#mobileCopyright {
	display: none;
}

