/* base
===============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
dd,
tr {
	font-size: 16px;
	line-height: 22px;
}

body {
	color: #323232;
	background-color: #ffffff;
	font-family: 'Source Sans Pro', Calibri, sans-serif;
}

.spnone {
	display: none;
}


/* font
===============================================================*/
a {
	color: #323232;
	text-decoration: none;
}

a:visited {
	color: #323232;
	text-decoration: none;
}

a:hover {
	color: #323232;
	text-decoration: underline;
}

a:active {
	color: #323232;
	text-decoration: underline;
}


/* Contents
===============================================================*/
div#AllBox {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

div#Wrapper {}

div#Contents {}

div#Main {}

div#SideBar {
	position: relative;
	height: 50px;
}


/* HeaderBox
===============================================================*/
div#HeaderBox {
	width: 100%;
	border-bottom: #e11922 1px solid;
	position: relative;
}

div#HeaderBox h1 {
	padding: 21px 12px;
}

div#HeaderBox h1 a {
	display: block;
	background: url(../../images/common/svg_assets.svg) no-repeat 0 0 / 199px;
	width: 100px;
	height: 21px;
	text-indent: -9999px;
}

div#HeaderBox p.menu a {
	display: block;
	width: 60px;
	height: 63px;
	text-indent: -9999px;
	background: url(../../images/common/svg_assets.svg) no-repeat -189px -77px / 305px 305px;
	/* background-size: 63px 63px; */
	position: absolute;
	top: 0;
	right: 0;
}

div#HeaderBox .header_bottom {
	display: none;
	width: 100%;
	padding: 19px 0;
	/*
	position:absolute;
	top:63px;
	left:0;
	*/
	background-color: #e11922;
	position: relative;
}

div#HeaderBox p.close a {
	display: none;
	width: 60px;
	height: 63px;
	text-indent: -9999px;
	background: url(../../images/common/svg_assets.svg) no-repeat -189px -127px / 305px 305px;
	background-color: #e11923;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

div#HeaderBox .header_bottom .sub {
	margin: 0 16px 0 16px;
}

div#HeaderBox .header_bottom .sub p.lang {
	width: 50%;
	float: left;
}

div#HeaderBox .header_bottom .sub p.lang a {
	display: block;
	height: 16px;
	font-size: 18px;
	padding: 12px 20px 16px 47px;
	position: relative;
	background-color: #fff;
}

div#HeaderBox .header_bottom .sub p.lang a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -227px -284px / 330px 330px;
	width: 20px;
	height: 20px;
}

div#HeaderBox .header_bottom .sub .sns {
	width: 50%;
	float: right;
}

div#HeaderBox .header_bottom .sub .sns p {
	border-left: #e11922 1px solid;
}


div#HeaderBox .header_bottom .sub .sns a {
	position: relative;
	display: block;
	height: 16px;
	font-size: 18px;
	padding: 12px 10px 16px 47px;
	background: #ffffff;
}

div#HeaderBox .header_bottom .sub .sns a::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 19px;
	background: url(../../images/common/svg_assets.svg) no-repeat -111px 0px / 210px;
	width: 20px;
	height: 20px;
}


/* search */
div#HeaderBox .header_bottom #searchbox {
	height: 44px;
	background-color: #f2f2f2;
	margin: 0 16px 16px 16px;
	position: relative;
}

div#HeaderBox div#searchbox .search_wrap {
	display: flex;
	justify-content: space-between;
}

div#HeaderBox div#searchbox .search_wrap input {
	box-sizing: border-box;
	height: 44px;
	margin: 0;
	padding: 0 10px;
	color: #000;
	background-color: #f2f2f2 !important;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: calc(100% - 50px);
	font-family: 'Source Sans Pro';
}

div#HeaderBox div#searchbox .search_wrap input:focus {
	background-color: #f2f2f2;
}

div#HeaderBox div#searchbox .search_wrap button {
	position: relative;
	background: #e6e6e6;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 44px;
	height: 44px;
}

div#HeaderBox div#searchbox .search_wrap button::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../../images/common/svg_assets.svg) no-repeat -274px 0px / 360px 360px;
	width: 24px;
	height: 25px;
}

div#HeaderBox div#searchbox .search_wrap button img {
	width: 20px;
	height: 23px;
}

/* #___gcse_0 {
	width:100%;
	position:absolute !important;
	top:0;
	left:0;
}

.gsc-branding {
	display:none !important;
}

button.gsc-search-button {
	display:block !important;
    width:  0 !important;
    height: 0 !important;
    margin: 0px !important;
    min-width: 0px !important;
    padding:43px 44px 0 0 !important;
    margin-top: 0 !important;
	border:none !important;
	font-size:1px !important;
	line-height:1px !important;
	text-indent:-9999px;
    background:url(../images/common/img_btn_03.jpg) no-repeat 0 0 !important;
	background-size:44px 44px;
    background-size: contain !important;
	position:absolute !important;
	top:1px !important;
	right:0 !important;
}

.gsc-control-wrapper-cse {
	position:relative !important;
}

.gsc-control-cse {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
	border:none !important;
}

.gsc-input {
	border-spacing:0 !important;
	padding:1px !important;
	margin:0 !important;
	border:#f2f2f2 1px solid !important;

}

.gsc-input-box {
	background:none !important;
	border:none !important;
	height:21px !important;
}

input.gsc-input {
	width:95% !important;
	height:38px !important;
	color:#323232 !important;
	font-size:18px; !important;
	border:none !important;
	background:none !important;
	background-color:#f2f2f2 !important;
	position:absolute !important;
	top:2px !important;
	left:1px !important;
	padding: 0 !important;
	padding:0 0 0 5px !important;
}

.gsc-modal-background-image {
	z-index:10 !important;
} */



/* Navigation
===============================================================*/
div#Navigation {
	margin: 0 16px 16px 16px;
}

div#Navigation ul li {
	background-color: #ffffff;
	border-bottom: #e11922 1px solid;
	position: relative;
}

div#Navigation ul li {
	border-bottom: #e11922 1px solid;
	background-color: #ffffff;
}

div#Navigation ul li a.hv {
	width: 100%;
	height: 44px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

div#Navigation ul li a.hv::before,
div#Navigation ul li a.hv::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 17px;
	background: #000;
	width: 11px;
	height: 1px;
	transition: .5s;
}

div#Navigation ul li a.hv::after {
	transform: rotate(-90deg);
}

div#Navigation ul li.c a.hv::before {
	transform: rotate(45deg);
}

div#Navigation ul li.c a.hv::after {
	transform: rotate(-45deg);
}

div#Navigation ul li a {
	display: block;
	height: 16px;
	font-size: 18px;
	padding: 12px 20px 16px 47px;
}

div#Navigation ul li.n00>a:not(.hv) {
	position: relative;
}

div#Navigation ul li.n00>a:not(.hv)::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -227px -257px / 330px 330px;
	width: 20px;
	height: 20px;
}

div#Navigation ul li.n01>a:not(.hv) {
	position: relative;
}

div#Navigation ul li.n01>a:not(.hv)::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -226px -208px / 330px 330px;
	width: 20px;
	height: 20px;
}

div#Navigation ul li.n02>a:not(.hv) {
	position: relative;
}

div#Navigation ul li.n02>a:not(.hv)::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -267px -222px / 350px 350px;
	width: 20px;
	height: 20px;
}

div#Navigation ul li.n03>a:not(.hv) {
	position: relative;
}

div#Navigation ul li.n03>a:not(.hv)::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -242px -247px / 350px 350px;
	width: 20px;
	height: 20px;
}

div#Navigation ul li.n04>a:not(.hv) {
	position: relative;
}

div#Navigation ul li.n04>a:not(.hv)::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../../images/common/svg_assets.svg) no-repeat -268px -247px / 350px 350px;
	width: 20px;
	height: 20px;
}


div#Navigation ul li p.ph {
	display: none;
}

div#Navigation ul li p.ar {
	display: none;
}


div#Navigation ul li ul {
	display: none;
}

div#Navigation ul li ul li {
	border: none;
	border-top: #c8c8c8 1px solid;
	background: none;
}

div#Navigation ul li ul li a {
	padding: 12px 20px 16px 68px;
	background: none !important;
}


/* FooterBox
===============================================================*/
div#FooterBox {
	background-color: #e11923;
}

div#FooterBox .footer_wrapper .footer_link li {
	position: relative;
	border-bottom: #ffffff 1px solid;
}

div#FooterBox .footer_wrapper .footer_link li.t::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	background: #fff;
	width: 21px;
	height: 21px;
}

div#FooterBox .footer_wrapper .footer_link li.here ul {
	display: block;
}

div#FooterBox .footer_wrapper .footer_link li a {
	display: block;
	color: #ffffff;
	height: 16px;
	font-size: 18px;
	padding: 12px 20px 16px 17px;
}

div#FooterBox .footer_wrapper .footer_link li a.hv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	padding: 0;
}

div#FooterBox .footer_wrapper .footer_link li a.hv::before,
div#FooterBox .footer_wrapper .footer_link li a.hv::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 17px;
	background: #e11923;
	width: 11px;
	height: 1px;
	transition: .5s;
}

div#FooterBox .footer_wrapper .footer_link li a.hv::after {
	transform: rotate(-90deg);
}

div#FooterBox .footer_wrapper .footer_link li.c a.hv::before {
	transform: rotate(45deg);
}

div#FooterBox .footer_wrapper .footer_link li.c a.hv::after {
	transform: rotate(-45deg);
}

div#FooterBox .footer_wrapper .footer_link li ul {
	display: none;
}

div#FooterBox .footer_wrapper .footer_link li ul li {
	border: none;
	border-top: #c8c8c8 1px solid;
	background: none;
}

div#FooterBox .footer_wrapper .footer_link li ul li a {
	padding: 12px 20px 16px 38px;
	color: #323232;
	background-color: #f2f2f2;
}

div#FooterBox .footer_bottom {
	background-color: #333333;
}

div#FooterBox .footer_bottom .inner {
	color: #ffffff;
	padding: 15px 0;
	margin: 0 auto;
}

div#FooterBox .footer_bottom .inner p.link {
	text-align: center;
	padding: 0 0 23px 0;
}

div#FooterBox .footer_bottom .inner p.copy {
	text-align: center;
	font-size: 14px;
}

div#FooterBox .footer_bottom .inner p a {
	color: #ffffff;
}



/* topic_path
===============================================================*/
div.topic_path {
	display: none;
}



/* lazyload
=================*/
.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
