@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
	 font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.57;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",sans-serif;
	font-style: normal;
	font-weight: Medium;
	color: #444;
	height:100%;
	position:relative;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px){
  body {
    font-size: 1.2rem;
  }
}
body.overlayBG {
}
body.overlayBG::before {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(51,51,51,0.4);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:99;
}
main {
	display: block;
}
strong {
	font-weight: bold;
}
@media screen and (max-width: 750px) {
}

a {
	outline: none;
}

a:link {
	color: #1273c1;
	text-decoration: underline;
}

a:visited {
	color: #1273c1;
	text-decoration: underline;
}

@media screen and (min-width: 751px) {
	a:hover {
		text-decoration: none;
	}
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a img  {
	border: none;
}

li {
	list-style-type: none;
}

input,label,select,textarea {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, table, p, ul, ol, dl, input, textarea, ul li p, ul li dl, ol li p, ol li dl, table p, table ul, dl dd p, dl dd ul, ul ul, dl table, table table, ul table, ol ul, dl h2, dl h3, dl ol, ul ol {
  font-size: 100%;
}


/*clearfix*/
.clearfix{_height:1px;min-height:1px;/*\*//*/height:auto;overflow:hidden;/**/}
.clearfix:after{height:0;visibility:hidden;content:".";display:block;clear:both;}


@media screen and (min-width: 751px) {
	a {
		transition: color 0.5s ease-out;
		-webkit-transition: color 0.5s ease-out;
		-moz-transition: color 0.5s ease-out;
	}
	.scalup {
		overflow: hidden;
	}
	.scalup img {
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
	}
	a:hover .scalup img {
		opacity: 0.8;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
	.hoverOpacity {
		opacity: 1;
		transition: opacity 0.5s ease-out;
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
	}
	.hoverOpacity:hover  {
		opacity: 0.7;
	}
	.bgColor {
		transition: background-color 0.5s ease-out;
		-webkit-transition: background-color 0.5s ease-out;
		-moz-transition: background-color 0.5s ease-out;
	}
}

.c-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.c-inner_box {
	padding: 0 40px;
}
@media screen and (min-width: 751px) { /* PC */
	.is-sp {
		display: none;
	}
}
@media screen and (max-width: 768px) { /* TB */

}
@media screen and (max-width: 750px) { /* SP */
	.is-pc {
		display: none;
	}
	.c-inner {
		padding: 0 10px;
	}
	.c-inner_box {
		padding: 0 20px;
	}
}

/*-----------------------------------------

		#header

-----------------------------------------*/

.h-header {
	position: relative;
	z-index: 100;
	background-color: #666;
	height:88px;
}
.h-header::before {
	content:"";
	display:block;
	background-color:#808080;
	width:100%;
	height:8px;
	position:absolute;
	bottom:0;
	left:0;
}
.h-header::after {
	content:"";
	display:block;
	background:#4d4d4d url("../img/commmon/bar_header.png") right center / 703px 8px no-repeat;
	width:833px;
	height:8px;
	position:absolute;
	bottom:0;
	left:0;
}
@media screen and (max-width: 1350px) {
	.h-header::after {
		width:764px;
	}
}
@media screen and (max-width: 900px) {
	.h-header::after {
		width:753px;
	}
}
@media screen and (max-width: 750px) {
	.h-header {
		height:54px;
	}
	.h-header::before {
		height:4px;
	}
	.h-header::after {
		background-size:352px 4px;
		width:396px;
		height:4px;
	}
	body.scroll .h-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	body.opened .h-header {
		position: relative;
	}
}
@media screen and (max-width: 500px) {
	.h-header::after {
		width:377px;
	}
}
@media screen and (max-width:414px) {
	.h-header::after {
		width:100%;
		background-position:25px center;
	}
}

/* ロゴ */
.h-logo {
	padding:26px 0;
	float:left;
}
.h-logo img {
	width:auto;
	height:28px;
}
@media screen and (max-width: 860px) {
	.h-logo {
		padding:29px 0;
	}
	.h-logo img {
		height:22px;
	}
}
@media screen and (max-width: 750px) {
	.h-logo {
		padding:14px 0;
		padding-left:4px;
		float: none;
	}
	.h-logo img {
		height:18px;
	}
}

/* ナビ */
.h-navi-box {
	float:right;
}
.h-navi {
	float:left;
}
.h-navi > li {
	float:left;
	font-size:15px;
}
.h-navi > li + li {
	margin-left:70px;
}
.h-navi > li > a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	position:relative;
	z-index:101;
	height:88px;
	padding-top:30px;
	box-sizing:border-box;
}
.h-navi > li > a::after {
	content:"";
	display:inline-block;
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	bottom:30px;
	left:0;
	transform:scale(0, 1);
	transform-origin:left top;
	transition:transform 1.05s;
}
.h-navi > li.mouseOn > a:after {
	transform:scale(1, 1);
}


.h-navi_glogal {
	margin-left:55px;
	font-size:12px;
	float:right;
}
.h-navi_glogal > a {
	display:inline-block;
	line-height:80px;
	text-decoration:none;
	color:#fff;
	background:url("../img/commmon/glogal_logo.png") left center / 16px 15px no-repeat;
	padding-left:20px;
}
.h-navi_glogal > a:hover {
	opacity:0.8;
}
@media screen and (max-width:1000px) {
	.h-navi > li + li {
		margin-left:45px;
	}
	.h-navi_glogal {
		margin-left:35px;
	}
}
@media screen and (max-width:920px) {
	.h-navi > li + li {
		margin-left:25px;
	}
	.h-navi_glogal {
		margin-left:15px;
	}
}
@media screen and (max-width: 860px) {
	.h-navi > li {
		font-size:14px;
	}
}
@media screen and (max-width: 750px) {
	.h-navi > li + li {
		margin-left:0;
	}
	.h-navi_glogal {
		float:none;
		position:absolute;
		top:-15px;
		right:60px;
	}
	.h-navi_glogal > a {
		font-size:10px;
		background-size:14px 13px;
	}
}
@media screen and (min-width: 751px) {
	.h-navi {
		display: block!important;
	}
}

/* メガメニュー */
.h-navi_mega {
	padding: 50px 0 45px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color:#fff;
	z-index: 100;
	color: #fff;
	transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	opacity: 0;
	visibility: hidden;
	display: inherit;
}
.h-navi_mega:after {
	content: " ";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -1;
}
.mouseOn .h-navi_mega {
	opacity: 1;
	visibility: visible;
}
.h-navi_wrap {
	display:flex;
}
.h-navi_wrap h3 {
	font-size:18px;
	color:#333;
	width:210px;
}
.h-navi_wrap .h-navi_list {
	display:flex;
	width:calc(100% - 210px);
	border-left:1px solid #333;
}
.h-navi_wrap .h-navi_list ul {
	width:50%;
	padding-left:5%;
}
.h-navi_wrap .h-navi_list ul li {
	padding:10px 0;
}
.h-navi_wrap .h-navi_list ul li a {
	font-size:15px;
	color:#333;
	display:inline-block;
	text-decoration:none;
	position:relative;
	padding-left:20px;
}
.h-navi_wrap .h-navi_list ul li a::before {
	content:"";
	width:8px;
	height:2px;
	background-color:#333;
	display:block;
	position:absolute;
	top:10px;
	left:0;
}
.h-header_sp_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(51,51,51,0.4);
	z-index: 99;
	display: none;
}
.h-hamburger {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	right:0;
	display: none;
}
.h-hamburger span {
	display: block;
	width: 18px;
	height: 1px;
	background-color:#fff;
	position: absolute;
	top: 50%;
	left: 13px;
}
.h-hamburger span:after,
.h-hamburger span:before {
	content: " ";
	width: 100%;
	height: 1px;
	background-color:#fff;
	position: absolute;
	left: 0;
}
.h-hamburger span:before {
	bottom: -8px;
}
.h-hamburger span:after {
	top: -8px;
}
.h-hamburger.opened,
.h-hamburger.opened span {
	background-color: inherit;
}
.h-hamburger.opened span:before {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.h-hamburger.opened span:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
	#content, #footer {
		height: auto!important;
	}
	.h-header_sp_bg {
		display: none!important;
	}
	.h-navi_wrap .h-navi_list ul li a::after {
		content:"";
		display:inline-block;
		width:calc(100% - 20px);
		height:1px;
		position:absolute;
		bottom:-1px;
		left:20px;
		background-color:#999;
		transform:scale(0, 1);
		transform-origin:left top;
		transition:transform 1.05s;
	}
	.h-navi_wrap .h-navi_list ul li a:hover::after {
		transform:scale(1, 1);
	}
}
@media screen and (max-width: 750px) {
	.h-navi {
		padding: 0;
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
		background-color:#fff;
	}
	.h-navi > li {
		margin-left: 0;
		float: none;
		font-size: 14px;
	}
	.h-navi > li > a {
		display: block;
		border-radius: 0;
		height:auto;
		padding: 20px 50px 20px 30px;
		border-bottom: 1px solid #a5a5a5;
		color: #333;
		text-decoration: none;
		position: relative;
		z-index: 101;
		text-align:left;
	}
	.h-navi > li > a.current,
	.h-navi > li > a:hover {
		background-color: inherit!important;
	}
	.h-navi > li > a:before,
	.h-navi_wrap .h-navi_list ul li a::after {
		content: " ";
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-left: 2px solid #333;
		border-bottom: 2px solid #333;
		position: absolute;
		top: 50%;
		right: 25px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.h-navi > .h-navi_normal > a:before{
		display: none;
	}
	.h-navi > li > a.opened:before {
		margin-top: -4px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.h-navi > li > a:after {
		display: none!important;
	}
	.h-navi > li.mouseOn > a:after {
		display: none!important;
	}
	.h-navi_mega {
		padding: 0;
		position: static;
		background-color:#f5f5f5;
		color: #444;
		opacity: 1;
		visibility: visible;
		display: none;
	}
	.h-navi_mega:after {
		display: none;
	}
	.mouseOn .h-navi_mega {
		opacity: 1;
		visibility: visible;
	}
	.h-navi_wrap {
		display:block;
	}
	.h-navi_wrap h3 {
		display:none;
	}
	.h-navi_wrap .h-navi_list {
		display:block;
		width:100%;
		border-left:none;
	}
	.h-navi_wrap .h-navi_list ul {
		width:100%;
		padding:0 0;
		box-sizing:border-box;
	}
	.h-navi_wrap .h-navi_list ul li {
		padding:0;
	}
	.h-navi_wrap .h-navi_list ul li + li,
	.h-navi_wrap .h-navi_list ul + ul li:first-of-type {
		border-top:1px dashed #b0b0b0;
	}
	.h-navi_wrap .h-navi_list ul li a {
		font-size:14px;
		display:block;
		padding:15px 12px;
	}
	.h-navi_wrap .h-navi_list ul li a::before {
		display:none;
	}
	.h-navi_wrap .h-navi_list ul li a::after {
		bottom:auto;
		left:auto;
		right:15px;
		background-color:#f5f5f5;
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.h-hamburger {
		display: block;
	}
}

/*-----------------------------------------

		#footer

-----------------------------------------*/
.f-footer {
	padding: 25px 0 15px;
	border-top: 1px solid #dcdcdc;
}
.f-links {
	text-align: center;
}
.f-links li {
	font-size: 13px;
	display: inline-block;
	margin: 0 18px 10px;
}
.f-links li a {
	text-decoration: none;
	color: #444;
}
.f-links li a:hover {
	text-decoration: underline;
}
.f-pagetop {
	position: fixed;
	bottom: 80px;
	right: 30px;
	z-index: 10;
}
.f-pagetop img {
	width:40px;
	height:40px;
}
@media screen and (max-width: 750px) {
	.f-footer {
		padding: 33px 0 25px;
		border-top: 1px solid #dcdcdc;
	}
	.f-links li {
		font-size: 12px;
		display: block;
		margin: 0 0 8px;
	}
	.f-pagetop {
		width: 40px;
		bottom: 60px;
		right: 20px;
	}
}


/*-----------------------------------------

		#content

-----------------------------------------*/

/* レイアウト */
.c-column_main {
	margin-bottom: 90px;
	width: 77.36%;
	float: left;
}
.c-column_side {
	margin-bottom: 90px;
	width: 19.12%;
	float: right;
	/* border-top:1px solid #333;
	border-bottom:1px solid #333; */
}
.c-main {
/*	word-break : break-all;*/
	margin-bottom: 90px;
	font-size: 15px;
	line-height: 1.86;
	color: #666;
}
.c-main p {
	margin: 1.5em 0;
}
.c-main figure {
	margin: 30px auto 40px;
	text-align: center;
}
.c-main figcaption {
	padding-top: 5px;
	text-align: left;
	line-height: 1.4;
}
.c-two_column,
.c-three_column {
	margin: 30px 0 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-two_column > * {
	width: 48.29%;
}
.c-three_column > * {
	width: 30.9%;
}
.c-section {
	margin: 40px 0 80px;
}
.c-section:last-of-type {
	margin: 40px 0 0;
}
@media screen and (max-width: 750px) {
	main {
		line-height: 1.5;
	}
	.c-column_main {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	.c-column_side {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}
	.c-main {
		padding: 0 10px;
		margin-bottom: 30px;
		font-size: 13px;
		line-height: 1.6;
	}
	.c-main p {
		margin: 1.6em 0;
	}
	.c-main figure {
		margin: 15px auto 20px;
	}
	.c-main figcaption {
		font-size: 11px;
	}
	.c-two_column,
	.c-three_column {
		margin: 20px 0 0;
	}
	.c-two_column:not(.keep) {
		justify-content: center;
	}
	.c-two_column:not(.keep) > * {
		margin-bottom: 15px;
		width: auto;
	}
	.c-three_column > * {
		margin-bottom: 15px;
		width: 48.29%;
	}
	.c-section {
		margin: 20px 0 40px;
	}
	.c-section:last-of-type {
		margin: 20px 0 0;
	}
}
/* 共通 */
.c-movie_thum {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.c-movie_thum:after {
	content: " ";
	width: 48px;
	height: 48px;
	background: url(../img/ico/movie_play.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 14px;
	right: 14px;
}

/* ページタイトル */
.c-page_category {
	padding: 30px 0;
}
.c-page_category_title {
	font-size: 28px;
	font-weight: normal;
	color: #808080;
}
@media screen and (max-width: 750px) {
	.c-page_category {
		padding: 20px 10px;
	}
	.c-page_category_title {
		font-size: 20px;
	}
}

/* パンくず */
.c-topicpath {
	background-color:#f2f2f2;
	margin-bottom:60px;
}
.c-topicpath ul {
	padding:10px 0;
	overflow: hidden;
}
.c-topicpath li {
	float: left;
	color: #656565;
	font-size: 12px;
}
.c-topicpath li + li:last-of-type,
.c-topicpath li + li:last-of-type a {
	color:#1273c1;
}
.c-topicpath li:after {
	content: ">";
	padding: 0 7px;
}
.c-topicpath li:last-child:after {
	display: none;
}
.c-topicpath li a {
	display: inline-block;
	text-decoration: none;
	color: #656565;
	font-size: 12px;
}
.c-topicpath li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.c-topicpath {
		margin-bottom:40px;
		/*display: none;*/
	}
}

/* タイトル */
.c-page_title {
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: normal;
	color: #333;
	text-align: center;
	position: relative;
	line-height: 1.5;
}
.c-title_style1 {
	margin: 30px 0 25px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
}
.c-title_style1 span {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.c-title_style1 span:after {
	content: " ";
	width: 3px;
	height: 100%;
	background-color: #666;
	position: absolute;
	top: 0;
	left: 0;
}
.c-title_style1.c-color_red span:after {
	background-color: #e50439;
}
.c-title_style1.c-color_blue span:after {
	background-color: #1f469f;
}
.c-title_style2 {
	margin: 15px 0 20px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}
.c-title_style3 {
	margin: 15px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}
.c-title_style4 {
	line-height: 1.5;
}
.c-title_style4 li {
	padding-left: 2em;
	text-indent: -2em;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: cjk-ideographic;
}
.c-title_style5{
	display: block;
	padding: 13px 20px;
	background-color: #f0efef;
	color: #444;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.c-page_title {
		margin-bottom: 40px;
		font-size: 22px;
	}
	.c-title_style1 {
		margin: 20px 0;
		font-size: 20px;
		line-height: 1.4;
	}
	.c-title_style1 span {
		padding-left: 15px;
	}
	.c-title_style1 span:after {
		width: 2px;
	}
	.c-title_style2 {
		margin: 15px 0;
		font-size: 18px;
	}
	.c-title_style3 {
		margin: 15px 0;
		font-size: 16px;
	}
}

/* リスト */
.c-list_style1 {
	margin: 20px 0;
}
.c-list_style1 li {
	padding-left: 1em;
	position: relative;
}
.c-list_style1 li:after {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list_style2 {
	margin: 20px 0;
}
.c-list_style2 li {
	padding-left: 1em;
	position: relative;
	font-weight: bold;
}
.c-list_style2 li:after {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-list_style3 {
	margin: 20px 0;
}
.c-list_style3 li {
	padding-left: 1em;
	position: relative;
	font-weight: bold;
}
.c-list_style3 li:after {
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 2px;
	background-color: #1f469f;
	position: absolute;
	top: 11px;
	left: 0;
}
.c-list_style1.c-center,
.c-list_style2.c-center,
.c-list_style3.c-center {
	overflow: hidden;
}
.c-list_style1.c-center li,
.c-list_style2.c-center li,
.c-list_style3.c-center li {
	clear: both;
	float: left;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
@media screen and (max-width: 750px) {
	.c-list_style1,
	.c-list_style2,
	.c-list_style3 {
		margin: 15px 0;
	}
	.c-list_style3 li:after {
		width: 4px;
		height: 4px;
		top: 7px;
		left: 3px;
	}
}

/* ハイライト */
.c-highlight {
	background: linear-gradient(transparent 60%, #e3eef8 60%);
}

/* 注釈 */
.c-omments {
	font-size: 13px;
}
@media screen and (max-width: 750px) {
	.c-omments {
		font-size: 11px;
	}
}

/* 画像ボックス */
.c-img_left,
.c-img_right {
	margin: 30px 0 40px;
	overflow: hidden;
}
.c-img_left figure {
	margin: 0 34px 12px 0;
	float: left;
}
.c-img_right figure {
	margin: 0 0 12px 34px;
	float: right;
}
.c-img_left p,
.c-img_right  p {
	margin: 0;
}
@media screen and (max-width: 750px) {
	.c-img_left,
	.c-img_right {
		margin: 20px 0 25px;
	}
	.c-img_left figure {
		margin: 0 auto 15px;
		float: none;
	}
	.c-img_right figure {
		margin: 0 auto 15px;
		float: none;
	}
}

/* PDFリンク */
.c-pdf_link li {
	margin-bottom: 2px;
}
.c-pdf_link li a {
	display: block;
	padding: 13px 20px;
	background-color: #f0efef;
	color: #444;
	text-decoration: none;
	transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
}
.c-pdf_link li a span {
	display: inline-block;
	padding-right: 35px;
	background: url(../img/ico/pdf.png) right 0 no-repeat;
	background-size: 20px auto;
}

/*2020年3月24日追加*/

.c-pdf_link2 li {
	margin-bottom: 2px;
	border-bottom: solid 1px #cccbcb;
}
.c-pdf_link2 li a {
	display: block;
	padding: 13px 20px;
	background-color: ;
	color: #444;
	text-decoration: none;
	transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
}
.c-pdf_link2 li a span {
	display: inline-block;
	padding-right: 35px;
	background: url(../img/ico/pdf.png) right 0 no-repeat;
	background-size: 20px auto;
}


@media screen and (min-width: 751px) {
	.c-pdf_link li a:hover {
		background-color: #cccbcb;
	}
}
@media screen and (max-width: 750px) {
	.c-pdf_link li a,
	.c-pdf_link2 li a {
		padding: 12px 15px;
	}
	.c-pdf_link li a span,
	.c-pdf_link2 li a span {
		padding: 2px 28px 2px 0;
		background-size: 16px auto;
	}
}

/* PDFボタン */
.c-pdf_btn a {
	display: inline-block;
	padding: 15px 60px 15px 30px;
	border: 2px solid #1f469f;
	border-radius: 8px;
	color: #1f469f;
	text-decoration: none;
	min-width: 190px;
	font-size: 18px;
	background: url(../img/ico/pdf.png) right 24px center no-repeat;
	background-size: 20px auto;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
@media screen and (min-width: 751px) {
	.c-pdf_btn a:hover {
		background-color: #1f469f;
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.c-pdf_btn a {
		padding: 12px 60px 12px 15px;
		border: 1px solid #1f469f;
		border-radius: 5px;
		min-width: 130px;
		font-size: 15px;
		background-size: 16px auto;
	}
}

/* スライドボックス */
.c-hide_box {
	margin: 10px auto 25px;
}
.c-hide_box_btn {
	padding: 13px 20px;
	padding-right: 55px;
	cursor: pointer;
	background-color: #f0efef;
	color: #444;
	position: relative;
}
.c-hide_box_btn:after {
	content: " ";
	width: 10px;
	height: 10px;
	border-radius: 2px 0 0 0;
	border-left: 2px solid #666;
	border-top: 2px solid #666;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -3px;
	margin-top: -10px;
}
.c-hide_box_btn.opened:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
}
.c-hide_box_textarea {
	padding: 15px 20px;
	margin-top: 2px;
	background-color: #fafafa;
	display: none;
}
.c-hide_box_textarea p {
	margin: 15px 0;
}
@media screen and (max-width: 750px) {
	.c-hide_box {
		margin: 10px auto 15px;
	}
	.c-hide_box_btn {
		padding: 12px 15px;
		padding-right: 30px;
	}
	.c-hide_box_btn:after {
		width: 8px;
		height: 8px;
		right: 15px;
		margin-top: -7px;
	}
	.c-hide_box_btn.opened:after {
		margin-top: -2px;
	}
	.c-hide_box_textarea {
		padding: 12px 15px;
		margin-top: 2px;
	}
	.c-hide_box_textarea p {
		margin: 12px 0;
	}
}

/* タブ */
.c-tab {
	margin-bottom: 35px;
	overflow: hidden;
	border-bottom: 10px solid #1f469f;
}
.c-tab li {
	margin-right: 0.45%;
	width: 23.97%;
	box-sizing: border-box;
	font-size: 16px;
	float: left;
	text-align: center;
}
.c-tab li a {
	display: block;
	padding: 10px 5px;
	border: 2px solid #1f469f;
	border-bottom: 0;
	color: #1f469f;
	text-decoration: none;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.c-tab li a.current {
	background-color: #1f469f;
	color: #fff;
}
@media screen and (min-width: 751px) {
	.c-tab li a:hover {
		background-color: #1f469f;
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.c-tab {
		margin-bottom: 20px;
		border-bottom: 5px solid #1f469f;
	}
	.c-tab li {
		margin-right: 0.8%;
		width: 32.8%;
		font-size: 14px;
	}
	.c-tab li:nth-child(3) {
		margin-right: 0%;
	}
	.c-tab li a {
		border: 1px solid #1f469f;
		border-bottom: 0;
	}
}

/* タブ */
.c-table_default {
	border: 0;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}
.c-table_default td {
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
.c-table_default td .c-list_style1 {
	margin: 0;
}
@media screen and (max-width: 750px) {
	.c-table_default td {
		padding: 8px 10px;
	}
}

/* インデント */
.c-indent_1em li {
	padding-left: 1em;
	text-indent: -1em;
}
.c-indent_1-5em li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.c-indent_2em li {
	padding-left: 2em;
	text-indent: -2em;
}


/* モジュール */
.c-border {
	display: block;
	margin: 30px 0;
	border: 0;
	height: 1px;
	background-color: #cccbcb;
}
.c-border2 {
	display: block;
	margin: 30px 0;
	border: 0;
	height: 1px;
	background-color: #333;
}
.c-border3 {
	display: block;
	margin: 30px 0;
	border: 0;
	height: 4px;
	background-color: #cccbcb;
}

@media screen and (max-width: 750px) {
	.c-border {
		margin: 15px 0;
	}
	.c-border2 {
		margin: 15px 0;
	}
	.c-border3 {
		margin: 15px 0;
	}
}
.c-center {
	text-align: center;
}
.c-right {
	text-align: right;
}
.c-color_red {
	color: #e50439;
}
.c-color_blue {
	color: #1f469f;
}
.c-color_gray {
	color: #666;
}
.c-fs_s {
	font-size: 86%;
}
.c-fs_ss {
	font-size: 61%;
}
.c-mt00 {
	margin-top: 0!important;
}
.c-mb00 {
	margin-bottom: 0!important;
}
.c-mb30 {
	margin-bottom: 30px!important;
}
.c-mb50 {
	margin-bottom: 50px!important;
}
.c-ml-10 {
	margin-left: -10px!important;
}

@media screen and (max-width: 750px) {
	.c-mb30 {
		margin-bottom: 15px!important;
	}
	.c-mb50 {
		margin-bottom: 25px!important;
	}
}

/* サイド */
.c-side_title {
	padding-left: 14px;
	margin-bottom: 22px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}
.c-side_title:after {
	content: " ";
	width: 4px;
	height: 100%;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
}
.c-category_digital .c-side_title {
	color: #3daaa6;
}
.c-category_digital .c-side_title:after {
	background-color: #3daaa6;
}
.c-side_sitemap dt {
	padding: 12px 13px;
	margin-bottom: 2px;
	color: #fff;
	background-color: #333;
}
.c-category_digital .c-side_sitemap dt {
	background-color: #3daaa6;
}
.c-side_sitemap dd a {
	display: block;
	padding: 12px 13px;
	margin-bottom: 2px;
	color: #444;
	background-color: #f7f7f7;
	font-size: 13px;
	text-decoration: none;
	transition: background-color 0.5s ease-out;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
}
@media screen and (min-width: 751px) {
	.c-category_digital .c-side_sitemap dd a.current,
	.c-category_digital .c-side_sitemap dd a:hover {
		background-color: #dbebea;
	}
}
@media screen and (max-width: 750px) {
	.c-side_title {
		padding-left: 12px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.c-side_title:after {
		width: 3px;
	}
	.c-side_sitemap {
		margin: 0 -10px;
	}
}

.c-side_category:first-of-type {
	overflow: hidden;
}
.c-side_category:last-of-type {
	overflow: hidden;
}
.c-side_category h3 {
	padding: 18px 25px 15px 45px;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	background-position: 12px center;
	background-repeat: no-repeat;
	cursor: pointer;
	border-top:1px solid #333;
	position:relative;
	background-size:24px auto;
}
.c-side_category1 h3 { background-image: url("../../assets/img/ico/management1.svg");}
.c-side_category2 h3 { background-image: url("../../assets/img/ico/management2.svg");}
.c-side_category3 h3 { background-image: url("../../assets/img/ico/management3.svg");}
.c-side_category4 h3 { background-image: url("../../assets/img/ico/management4.svg");}
.c-side_category5 h3 { background-image: url("../../assets/img/ico/management5.svg");}
.c-side_category6 h3 { background-image: url("../../assets/img/ico/management6.svg");}
.c-side_category7 h3 { background-image: url("../../assets/img/ico/management7.svg");}
.c-side_category8 h3 { background-image: url("../../assets/img/ico/management8.svg");}
.c-side_category9 h3 { background-image: url("../../assets/img/ico/management9.svg");}
.c-side_category10 h3 { background-image: url("../../assets/img/ico/management10.svg");}
.c-side_category11 h3 { background-image: url("../../assets/img/ico/management11.svg");}
.c-side_category12 h3 { background-image: url("../../assets/img/ico/management12.svg");}

.c-side_category h3::after {
	content:"";
	display:block;
	position:absolute;
	top:44%;
	right:15px;
	width:6px;
    height:6px;
    border-top:#333 1px solid;
    border-right:#333 1px solid;
    transform:rotate(135deg);
}
.c-side_category h3.active {
	background-color: #333;
	color:#fff;
}
.c-side_category1 h3.active { background-image: url("../../assets/img/ico/management1_white.svg"); }
.c-side_category2 h3.active { background-image: url("../../assets/img/ico/management2_white.svg"); }
.c-side_category3 h3.active { background-image: url("../../assets/img/ico/management3_white.svg"); }
.c-side_category4 h3.active { background-image: url("../../assets/img/ico/management4_white.svg"); }
.c-side_category5 h3.active { background-image: url("../../assets/img/ico/management5_white.svg"); }
.c-side_category6 h3.active { background-image: url("../../assets/img/ico/management6_white.svg"); }
.c-side_category7 h3.active { background-image: url("../../assets/img/ico/management7_white.svg"); }
.c-side_category8 h3.active { background-image: url("../../assets/img/ico/management8_white.svg"); }
.c-side_category9 h3.active { background-image: url("../../assets/img/ico/management9_white.svg"); }
.c-side_category10 h3.active { background-image: url("../../assets/img/ico/management10_white.svg"); }
.c-side_category11 h3.active { background-image: url("../../assets/img/ico/management11_white.svg"); }
.c-side_category12 h3.active { background-image: url("../../assets/img/ico/management12_white.svg"); }

.c-side_category h3.active::after {
	border-color:#fff;
	 transform:rotate(-45deg);
}
.c-side_category_hide {
	display: none;
}
/* 2302追記 */
.c-side_category ul {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.c-side_list2 {
	margin-top: 20px;
}
/* 2302追記 */
.c-side_category li a {
	display: block;
	padding: 13px 25px 13px 15px;
	background-color: #efefef;
	color: #656565;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	position:relative;
}
.c-side_category li a::after {
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:20px;
	width:4px;
    height:4px;
    border-top:#8e8e8e 1px solid;
    border-right:#8e8e8e 1px solid;
    transform:rotate(45deg) translateY(-50%);
}
.c-side_category li + li a::before {
	content:"";
	display:block;
	width:auto;
	height:1px;
	border-top:1px dashed #a5a5a5;
	position:absolute;
	top:0;
	left:14px;
	right:14px;
}
.c-side_category li a.current,
.c-side_category li a:hover {
	background-color:#dcdbdb;
}
.c-side_category li a.current::after {
	border-color:#6e6e6e;
}
.c-side_category dt {
	padding: 12px 5px 12px 15px;
	background-color: #7f7f7f;
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	position: relative;
}
.c-category_about .c-side_category h3 {
	padding: 18px 25px 15px 12px;
}
.c-category_about .c-side_category li a.current {
}

.js-anime {
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.js-anime.is-inview {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
