@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family:'Noto Sans', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

@media (-ms-high-contrast: none) {
	*{font-family:'Noto Sans', Yu Gothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
}

html{
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body{
	color:#333333;
	font-weight: 400;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* indent
---------------------------------------------- */
.indent-1{
	text-indent: -1em;
	padding-left: 1em;
}

/* メール
---------------------------------------------- */
.txt_mail::after{
	content: "@";
}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.8;
	}
	
	.sp{display: none !important;}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrapper{padding-top: 108px;}
	
	.wrap_type01{
		width: 1100px;
		margin: 0 auto 150px;
		padding-top: 100px;
	}
	
	.wrap_type02{
		width: 1100px;
		margin: 0 auto 150px;
		padding-top: 100px;
		display: flex;
		justify-content: space-between;
	}
	
	.wrap_type03{
		width: 900px;
		margin: 0 auto 150px;
		padding-top: 100px;
	}
	
	.container{width: 750px;}
	
	/*--404ページ--*/	
	.wrap_404{
		text-align: center;
        padding-top: 200px;
		margin-bottom: 100px;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #BF1939;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}
	
	.link_tel01{
		color: #333;
		pointer-events: none;
	}
	
	.link_pdf01{
		color: #BF1939;
		text-decoration: underline !important;
	}
	
	.link_pdf01:hover{text-decoration: none !important;}
	
	.link_pdf01::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_pdf01.png") no-repeat 0 0;
		background-size: contain;
		width: 18px;
		height: 24px;
		margin: 0 0 -5px 7px;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		position: relative;
		padding-top: 23.43%;
	}
	
	.pagettl.pagettl01{
		background-size: cover !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	.pagettl_inner{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 50px;
	}
	
	.pagettl_inner > div{
		max-width: 1600px;
		height: 100%;
		margin: 0 auto;
		color: #BF1939;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.pagettl.pagettl02 .pagettl_inner > div{align-items: center;}
	
	.pagettl_inner > div h2{
		font-family: "Roboto";
		font-weight: bold;
		font-size: 4.16vw;
		line-height: 1;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-weight: bold;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	
	.heading01 h3{
		font-size: 3.6rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	.heading01::after{
		content: "";
		display: block;
		background: #C1193C;
		width: 30px;
		height: 1px;
		pointer-events: none;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.heading02{
		background: #C0193B;
		color: #FFF;
		font-weight: bold;
		font-size: 2rem;
		padding: 8px 15px;
		margin-bottom: 30px;
	}
	
	.heading03{
		color: #BF1939;
		font-size: 1.8rem;
		line-height: 1.4;
		font-weight: bold;
		padding-left: 15px;
		position: relative;
		margin-bottom: 15px;
	}
	
	.heading03::before{
		content: "";
		background: #BF1939;
		width: 4px;
		height: 18px;
		display: inline-block;
		position: absolute;
		top: 4px;
		left: 0;
	}
		
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		padding: 0 50px;
		font-size: 1.3rem;
	}
	
	.breadcrumb ul{
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: right;
	}
	
	.breadcrumb ul li{
		display: inline;
		vertical-align: middle;
		color: #C0193B;
		padding-right: 14px;
		margin-right: 9px;
		position: relative;
	}
	
	.breadcrumb ul li::after{
		content: "";
		display: block;
		background: #BDBDBD;
		width: 1px;
		height: 13px;
		transform: skewX(-20deg);
		position: absolute;
		top: 3px;
		right: 0;
	}
	
	.breadcrumb ul li:last-child{
		padding-right: 0;
		margin-right: 0;
	}
	
	.breadcrumb ul li:last-child::after{display: none;}

	.breadcrumb ul li a{color: #B9B9B9;}
	
	.breadcrumb ul li a:hover{opacity: 0.7;}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		background: #C1193C;
		display: inline-block;
		color: #FFF;
		padding: 20px 30px;
		font-size: 1.6rem;
		line-height: 1;
		transition: background .3s;
	}
	
	.btn_type01 a:hover{background-color: #D25C73;}
	
	.btn_type01.pdf a span{
		display: inline-block;
		background: url("../img/ico_tab01.png") no-repeat right 0.25em;
		background-size: 12px;
		padding-right: 18px;
	}
	
	/*--btn_view_all--*/
	.btn_view_all a{
		display: inline-block;
		color: #C0193B;
		font-size: 1.3rem;
		line-height: 1;
		font-family: "Roboto";
		padding-right: 80px;
		background: url("../img/img_arrow01.png") no-repeat right bottom 3px;
		background-size: 71px;
		transition: opacity .2s;
	}
	
	.btn_view_all a:hover{opacity: 0.6;}
	
	/* テーブル
	---------------------------------------------- */
	/*--tbl_type01--*/
	.tbl_type01{width: 100%;}
	
	.tbl_type01 tr{border-bottom: 1px solid #DDDDDD;}
	
	.tbl_type01 tr:first-of-type{border-top: 1px solid #DDDDDD;}
	
	.tbl_type01 th,
	.tbl_type01 td{padding: 28px 30px;}
	
	.tbl_type01 th{
		font-weight: bold;
		background: #FEF1F3;
		text-align: center;
		vertical-align: middle;
	}
	
	.tbl_type01 td{
		word-break: break-all;
		line-height: 2.2;
	}
	
	/*--tbl_type02--*/
	.tbl_type02{width: 100%;}
	
	.tbl_type02 tr{border-bottom: 1px solid #DDDDDD;}
	
	.tbl_type02 tr:first-of-type{border-top: 1px solid #DDDDDD;}
	
	.tbl_type02 th,
	.tbl_type02 td{padding: 28px 0;}
	
	.tbl_type02 th{
		color: #777777;
		font-weight: bold;
		vertical-align: top;
	}
	
	/* 記事
	---------------------------------------------- */
	.article{border-bottom: 1px solid #EEEEEE;}
	
	.article a{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		color: #333;
		padding: 25px 0;
		transition: opacity .2s;
	}
	
	.article:first-of-type a{padding-top: 0;}
	
	.article a:hover{opacity: 0.7;}
	
	.article time{
		display: block;
		font-weight: bold;
		font-size: 1.5rem;
		color: #777777;
		margin-right: 20px;
	}
	
	.article .cat{
		display: block;
		font-size: 1.3rem;
		color: #FFF;
		text-align: center;
	}
	
	.article .cat span{
		display: block;
		background: #C1193C;
		padding: 2px 10px;
		line-height: 1;
	}

	.article h3{
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-top: 15px;
		font-weight: bold;
		font-size: 1.6rem;
	}
	
	
	/* ------------------------------------------------------------

	side

	------------------------------------------------------------ */

	.side{width: 280px;}
	
	.side_inner{margin-bottom: 40px;}
	
	.side_inner .search{display: flex;}
	
	.side_inner .search .s{
		width: 234px;
		border: 1px solid #CCCCCC;
		border-right: none;
		padding: 10px;
	}
	
	.side_inner .search .searchsubmit{
		text-indent: -9999px;
		background: #C0193B url("../img/ico_search01.png") no-repeat center;
		background-size: 16px;
		border: 1px solid #C0193B;
		width: 46px;
		height: 46px;
		cursor: pointer;
	}
	
	.side_inner p{
		background: #C0193B;
		color: #FFF;
		padding: 8px 10px;
		margin-bottom: 20px;
		font-weight: bold;
		pointer-events: none;
	}
	
	.side_inner ul li{
		font-size: 1.45rem;
		margin-bottom: 10px;
	}
	
	.side_inner ul li:last-of-type{margin-bottom: 0;}
	
	.side_inner ul li a{
		display: block;
		color: #333;
		padding-left: 13px;
		position: relative;
	}

	.side_inner ul li a.no_link{pointer-events: none;}
	
	.side_inner ul li a::after{
		content: "";
		background: #C0193B;
		width: 6px;
		height: 6px;
		border-radius: 6px;
		position: absolute;
		top: 11px;
		left: 0;
	}
	
	.side_inner ul li a:hover{opacity: 0.7;}
	

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		min-width: 730px;
		width: calc(100% - 374px);
		padding: 2px 0 0;
		font-size: 1.2rem;
		line-height: 1.2; 
		color: #B1B1B1;
	}
	
	.wrap_top_inner .cloned{display: none;}
	
	.wrap_top_inner h1{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	#header{
		width: 100%;
		padding: 0 50px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}

	.header_inner{
		min-width: 1100px;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		padding-top: 41px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	.h_logo{
		width: 318px;
		flex: none;
		margin: -12px 40px 0 0;
	}
	
	.h_logo.h_logo01{display: none;}
	
	.h_logo.h_logo02{display: block;}
	
	.h_logo a{display: block;}
	
	.h_logo img{
		width: 100%;
		height: auto;
	}
	
	.drawer{
		width: 100%;
		max-width: 674px;
	}
	
	.drawer_inner{width: 100%;}
	
	.h_inner{
		position: absolute;
		top: -16px;
		right: 0;
		display: flex;
	}
	
	.nav_header ul{display: flex;}
	
	.nav_header ul li{margin-right: 1px;}
	
	.nav_header ul li:last-of-type{margin-right: 0;}
	
	.nav_header ul li a{
		display: block;
		background: #C52A4A;
		color: #FFF;
		line-height: 1;
		font-family: "Roboto";
        font-size: 1.6rem;
        padding: 14.5px 20px;
	}
	
	.nav_header ul li a:hover{background: #D25C73;}
	
	.h_btn_contact{display: none;}
	
	/* Googleサイト内検索
	---------------------------------------------- */
	.h_search{
		display: flex;
		background: #173f82;
		height: 45px;
	}

	.h_btn_search{
		width: 58px;
		height: 45px;
		background: #76182C url("../img/ico_search01.png") no-repeat center;
		background-size: 18px;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
	
	.h_btn_search:hover{background-color: #D25C73;}
			
	.area_search{
		width: 0;
		background: #EFEFEF;
		display: flex;
		transition: all 0.5s;
	}
	
	.area_search.active{width: 320px;}
	
	.area_search_inner{
		width: 0;
		transition: all .5s;
	}
	
	.area_search_inner.active{width: 100%;}
	
	.search{
		overflow: hidden;
		white-space: nowrap;
		vertical-align: middle;
		display: flex;
		justify-content: space-between;
		transition: all .5s;
	}
	
	.search > div{width: 100%;}

	.gsc-control-cse{
		background: none !important;
		border: none !important;
	}
	
	.gsc-control-cse,	
	.gsib_a{padding: 0 !important;}
	
	.gsc-input-box{border: none !important;}
	
	.gsc-input{
		background: #EFEFEF !important;
		height: 45px !important;
		border-radius: 0 !important;
		padding: 0 0 0 5px !important;
	}
	
	.gsc-search-button{display: none;}
	
	/* グローバルナビ
	---------------------------------------------- */
	.nav_global ul{
		display: flex;
		justify-content: space-between;
	}
	
	.nav_global ul li{position: relative;}
	
	.nav_global ul li:hover::after{
		content: "";
		display: inline-block;
		background: #C52A4A;
		width: 30px;
		height: 4px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	
	.nav_global ul li a{
		display: block;
		color: #333;
		padding-bottom: 20px;
	}
	
	.nav_global ul li a:hover{opacity: 0.7;}
	
	.nav_global ul li.tab a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain !important;
		width: 12px;
		height: 10px;
		margin: 0 0 0 5px;
	}
	
	.btn_menu{display: none;}
	
	/* 固定ヘッダー
	---------------------------------------------- */
	.header_fixed{
		background: #FFF;
		width: 100%;
		height: 66px;
		padding: 15px 30px;
		position: fixed;
		top: -66px;
		left: 0;
		z-index: 2;
		transition: top .3s;
	}
	
	.header_fixed.view{top: 0;}
	
	.header_fixed .inner{
		min-width: 1140px;
		width: 100%;
		max-width: 1600px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.header_fixed .inner .h_logo{
		width: 230px;
		margin: 0;
	}
		
	.header_fixed .inner .nav_global{
		width: 100%;
		max-width: 674px;
	}
	
	.header_fixed .inner .nav_global a{color: #333;}
	
	.header_fixed .inner .nav_global ul li.tab a::after{background: url("../img/ico_tab03.png") no-repeat 0 0;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 100px 50px 30px;
		border-top: 1px solid #EEEEEE;
	}
	
	.footer_main{
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-bottom: 150px;
	}
	
	.f_logo{
		width: 280px;
		flex: none;
		margin-right: 30px;
	}
	
	.f_logo a{display: block;}
	
	.f_logo img{
		width: 100%;
		height: auto;
	}
	
	.nav_footer01{
		width: 624px;
		font-size: 1.5rem;
	}
	
	.nav_footer01 > ul{
		display: flex;
		justify-content: space-between;
	}
	
	.nav_footer01 > ul > li > a{
		display: block;
		color: #212121;
	}
	
	.nav_footer01 > ul > li.tab a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain;
		width: 12px;
		height: 10px;
		margin: 0 0 -1px 5px;
	}
	
	.nav_footer01 a:hover{opacity: 0.7;}
	
	.f_btn_contact{display: none;}
	
	.footer_btm{
		border-top: 1px solid #EEEEEE;
		padding-top: 30px;
		color: #979797;
		font-size: 1.3rem;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.footer_btm .col_l p{margin-bottom: 10px;}
	
	.f_list_bn{display: flex;}
	
	.f_list_bn li{
		width: 260px;
		margin-right: 10px;
	}
	
	.f_list_bn li:last-of-type{margin-right: 0;}
	
	.f_list_bn li a{display: block;}
	
	.f_list_bn li img{
		width: 100%;
		height: auto;
	}
	
	.col_r .f_small{font-size: 1.3rem;}
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		width: 40px;
		height: 40px;
		background: #C1193C url("../img/ico_arrow02.png") no-repeat center;
		background-size: 16px;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 100;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
	}
	
	#pagetop:hover{background-color: #D25C73;}
	
	#pagetop.pagetop_show{
		opacity: 1;
		pointer-events: auto;
	}
	
	#pagetop span{display: none;}

	
}/*--@media--*/
	

@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (min-width:768px) and (max-width:1217px){ /* 表示領域が768px以上1217px以下の場合に適用するスタイル */

	/* ページタイトル
	---------------------------------------------- */	
	.pagettl_inner > div h2{font-size: 5.08rem;}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	.pc{display: none !important;}
	
	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01,
	.wrap_type03{
		padding: 40px 25px 0;
		margin-bottom: 60px;
	}
	
	.wrap_type02{padding-top: 40px;}
	
	.container{
		padding: 0 25px;
		margin-bottom: 60px;
	}
	
	/*--404ページ--*/
	.wrap_404{
		text-align: center;
		padding: 100px 20px 0;
		margin-bottom: 100px;
	}
	
	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #BF1939;
		text-decoration: underline !important;
	}
	
	.link_tel01{
		color: #333;
		text-decoration: underline !important;
	}
	
	.link_pdf01{
		color: #BF1939;
		text-decoration: underline !important;
	}
	
	.link_pdf01::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_pdf01.png") no-repeat 0 0;
		background-size: contain;
		width: 12px;
		height: 16px;
		margin: 0 0 -3px 7px;
	}

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{
		height: 175px;
		padding: 0 25px;
		color: #BF1939;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.pagettl.pagettl01{
		background-size: cover !important;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	.pagettl.pagettl02{
		align-items: center;
		text-align: center;
	}
	
	.pagettl_inner h2{
		font-family: "Roboto";
		font-weight: bold;
		font-size: 4.3rem;
		line-height: 1;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-weight: bold;
		position: relative;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	
	.heading01 h3{
		font-size: 2.8rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	.heading01::after{
		content: "";
		display: block;
		background: #C1193C;
		width: 30px;
		height: 1px;
		pointer-events: none;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.heading02{
		background: #C0193B;
		color: #FFF;
		font-weight: bold;
		font-size: 1.5rem;
		padding: 8px 15px;
		margin-bottom: 30px;
	}
	
	.heading03{
		color: #BF1939;
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: bold;
		padding-left: 12px;
		position: relative;
		margin-bottom: 8px;
	}
	
	.heading03::before{
		content: "";
		background: #BF1939;
		width: 3px;
		height: 14px;
		display: inline-block;
		position: absolute;
		top: 3px;
		left: 0;
	}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.3rem;
		padding: 3px 10px 0;
	}
	
	.breadcrumb ul{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: right;
	}
	
	.breadcrumb ul li{
		display: inline;
		vertical-align: middle;
		color: #BF1939;
		padding-right: 10px;
		margin-right: 8px;
		position: relative;
	}
	
	.breadcrumb ul li::after{
		content: "";
		display: block;
		background: #BDBDBD;
		width: 1px;
		height: 11px;
		transform: skewX(-20deg);
		position: absolute;
		top: 3px;
		right: 0;
	}
	
	.breadcrumb ul li:last-child{
		padding-right: 0;
		margin-right: 0;
	}
	
	.breadcrumb ul li:last-child::after{display: none;}

	.breadcrumb ul li a{color: #B9B9B9;}

	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		background: #C1193C;
		display: inline-block;
		font-weight: bold;
		color: #FFF;
		padding: 15px;
		font-size: 1.5rem;
		line-height: 1;
		text-align: center;
	}
	
	.btn_type01.pdf a span{
		display: inline-block;
		background: url("../img/ico_tab01.png") no-repeat right 0.25em;
		background-size: 12px;
		padding-right: 18px;
	}
	
	.btn_view_all a{
		display: inline-block;
		color: #C0193B;
		font-size: 1.3rem;
		line-height: 1;
		font-family: "Roboto";
		padding-right: 80px;
		background: url("../img/img_arrow01.png") no-repeat right bottom 3px;
		background-size: 71px;
	}
	
	/* テーブル
	---------------------------------------------- */
	/*--tbl_type01--*/
	.tbl_type01{width: 100%;}
	
	.tbl_type01 tr{border-bottom: 1px solid #DDDDDD;}
	
	.tbl_type01 tr:first-of-type{border-top: 1px solid #DDDDDD;}
	
	.tbl_type01 th,
	.tbl_type01 td{padding: 15px 10px;}
	
	.tbl_type01 th{
		font-weight: bold;
		background: #FEF1F3;
		text-align: center;
		vertical-align: middle;
	}
	
	.tbl_type01 td{word-break: break-all;}
	
	/*--tbl_type02--*/
	.tbl_type02{width: 100%;}
	
	.tbl_type02 tr{border-bottom: 1px solid #DDDDDD;}
	
	.tbl_type02 tr:first-of-type{border-top: 1px solid #DDDDDD;}
	
	.tbl_type02 th,
	.tbl_type02 td{padding: 22px 0;}
	
	.tbl_type02 th{
		color: #777777;
		font-weight: bold;
		vertical-align: top;
		line-height: 1.5;
	}
	
	.tbl_type02 td{padding-left: 5px;}
	
	/* 記事
	---------------------------------------------- */
	.article{border-bottom: 1px solid #EEEEEE;}
	
	.article a{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		color: #333;
		padding: 20px 0;
	}
	
	.article time{
		display: block;
		color: #777777;
		margin-right: 10px;
		font-size: 1.5rem;
	}
	
	.article .cat{
		display: block;
		font-size: 1.3rem;
		color: #FFF;
		text-align: center;
	}
	
	.article .cat span{
		display: block;
		background: #C1193C;
		line-height: 1;
		padding: 2px 10px;
	}

	.article h3{
		width: 100%;
		margin-top: 5px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	/* ------------------------------------------------------------

	side

	------------------------------------------------------------ */

	.side_inner p{
		background: #C0193B;
		color: #FFF;
		padding: 14px 25px 14px 15px;
		font-size: 1.4rem;
		font-weight: bold;
		position: relative;
		border-bottom: 1px solid #FFF;
	}
	
	.side_inner p.on,
	.side_inner p.on{border-bottom: none;}
	
	.side_inner p::before,
	.side_inner p::after{
		content: "";
		background: #FFF;
		width: 15px;
		height: 2px;
		position: absolute;
		top: 50%;
		right: 10px;
		transition: transform .3s;
	}
	
	.side_inner p::before{transform: rotate(90deg);}
	
	.side_inner p::after{
		position: absolute;
		top: 50%;
		right: 10px;
	}
	
	.side_inner p.on::before,
	.side_inner p.on::after{transform: rotate(180deg);}
	
	.side_inner ul{display: none;}
	
	.side_inner ul li{
		background: #FEF1F4;
		border-bottom: 1px solid #FFF;
	}
	
	.side_inner ul li:last-of-type{border-bottom: none;}
	
	.side_inner ul li a{
		display: block;
		color: #333;
		font-weight: bold;
		padding: 15px 25px 15px 15px;
		line-height: 1;
		position: relative;
	}

	.side_inner ul li a.no_link{pointer-events: none;}
	
	.side_inner ul li a::after{
		content: "";
		background: url("../img/ico_arrow04.png") no-repeat 0 0;
		background-size: contain;
		width: 7.5px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -3.75px; 
	}
	
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		color: #B1B1B1;
		font-size: 1rem;
		line-height: 1.2;
		z-index: 2;
	}

	.wrap_top_inner{
		display: flex;
		flex-wrap: nowrap;
		padding: 2px 0;
	}

	.wrap_top_inner h1{white-space: nowrap;}
	
	#header{
		position: relative;
		z-index: 3;
	}
	
	.header_inner{padding-bottom: 11.5px;}
	
	#wrap_all.open .header_inner{height: calc(100vh - 16px);}
	
	.h_logo{
		width: 226px;
		box-sizing: content-box;
		padding: 6px 0 0 10px;
	}
	
	#wrap_all.open .h_logo{opacity: 0;}
	
	.h_logo.h_logo01{display: none;}
	
	.h_logo.h_logo02{display: block;}
	
	.h_logo a{display: block;}
	
	.h_logo img{
		width: 100%;
		height: auto;
	}
	
	/* メニュー
	---------------------------------------------- */
	/*--メニューを開いたとき背景固定--*/
	#wrap_all.open .wrapper{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	/*--メニューを開くボタン--*/
	.btn_menu{
		background: #C1193C;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	
	#wrap_all .btn_menu > div{
		transition: transform .3s;
		width: 50px;
		height: 50px;
	}
	
	#wrap_all.open .btn_menu > div{transform: rotate(180deg);}
	
	.btn_menu span{
		display: block;
		width: 23px;
		height: 2px;
		background: #FFF;
		position: absolute;
		transition: opacity .3s;
	}
	
	#wrap_all .btn_menu span:nth-child(1){
		top: 17px;
		left: 13.5px;
	}
	
	#wrap_all .btn_menu span:nth-child(2){
		top: 24px;
		left: 13.5px;
	}
	
	#wrap_all .btn_menu span:nth-child(3){
		top: 31px;
		left: 13.5px;
	}
	
	#wrap_all.open .btn_menu span:nth-child(1){top: 22px; transform: rotate(45deg);}
	#wrap_all.open .btn_menu span:nth-child(2){opacity: 0;}
	#wrap_all.open .btn_menu span:nth-child(3){top: 22px; transform: rotate(-45deg);}
	
	/* メニュー内
	---------------------------------------------- */	
	.drawer{
		background: #C1193C;
		width: 100%;
		height: 100%;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	
	.mode-sp .drawer{transition: opacity .3s;}
	
	#wrap_all.open .drawer{
		opacity: 1;
		pointer-events: auto;
		overflow: hidden;
	}

	.drawer .drawer_inner{
		background: #C1193C;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
		padding: 70px 25px;
		display: flex;
		flex-direction: column;
	}
	
	.nav_header li:nth-child(1){display: none;}
    
    .nav_header li:nth-child(2){
        position: absolute;
        top: 15px;
        left: 25px;
    }
    
    .nav_header li:nth-child(2) a{
        font-family: "Roboto";
        display: block;
        background: #FFF;
        color: #C0193B;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        font-size: 1.8rem;
        padding: 10px;
    }
	
	.nav_global > ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.nav_global > ul > li{
		width: calc(50% - 3.5px);
		border-bottom: 1px solid #D91C42;
	}
	
	.nav_global > ul > li.g01,
	.nav_global > ul > li.g02{border-top: 1px solid #D91C42;}

	.nav_global > ul > li.g07{display: none;}
	
	.nav_global > ul > li.tab a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab01.png") no-repeat 0 0;
		background-size: contain;
		width: 12px;
		height: 10px;
		margin: 0 0 0 5px;
	}
	
	.nav_global > ul > li > a{
		display: block;
		color: #FFF;
		padding: 15px 0;
	}
	
	.h_btn_contact{margin-top: 40px;}
	
	.h_btn_contact a{
		display: block;
		background: #FFF;
		color: #C0193B;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		font-size: 1.8rem;
		padding: 21px 0;
	}
	
	.nav_sub{display: none;}
	
	
	/* Googleサイト内検索
	---------------------------------------------- */
	.h_search{
		display: flex;
		height: 42px;
		margin-bottom: 40px;
	}

	.h_btn_search{
		width: 42px;
		height: 42px;
		background: #76182C url("../img/ico_search01.png") no-repeat center;
		background-size: 16px;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
			
	.area_search{
		background: #FFF;
		width: calc(100% - 42px);
	}
	
	.search{
		overflow: hidden;
		white-space: nowrap;
		vertical-align: middle;
		display:flex;
		justify-content:space-between;
	}
	
	.search > div{width: 100%;}
		
	.gsc-control-cse{
		background: none !important;
		border: none !important;
	}
	
	.gsc-control-cse,	
	.gsib_a{padding: 0 !important;}
	
	.gsc-input-box{
		border: none !important;
		border-radius: 0 !important;
		padding: 4px 0 !important;
	}
	
	.gsc-input{
		height: 34px !important;
		padding: 0 0 0 5px !important;
		border-radius: 0;
	}
	
	.gsc-search-button{display: none;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */

	#footer{padding: 50px 25px 15px;}
	
	.footer_main{margin-bottom: 10px;}
	
	.f_logo{
		width: 226px;
		margin-bottom: 50px;
	}
	
	.f_logo a{display: block;}
	
	.f_logo img{
		width: 100%;
		height: auto;
	}
	
	.nav_footer01{
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	
	.nav_footer01 > ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.nav_footer01 > ul > li{
		width: calc(50% - 3.5px);
		border-bottom: 1px solid #EEEEEE;
	}
	
	.nav_footer01 > ul > li:nth-of-type(1),
	.nav_footer01 > ul > li:nth-of-type(2){border-top: 1px solid #EEEEEE;}

	.nav_footer01 > ul > li:last-of-type{display: none;}
	
	.nav_footer01 > ul > li.tab a::after{
		content: "";
		display: inline-block;
		background: url("../img/ico_tab03.png") no-repeat 0 0;
		background-size: contain;
		width: 12px;
		height: 10px;
		margin: 0 0 -1px 5px;
	}
	
	.nav_footer01 > ul > li > a{
		display: block;
		color: #212121;
		padding: 15px 0;
	}
	
	.f_btn_contact{margin-bottom: 40px;}
	
	.f_btn_contact a{
		display: block;
		background: #C1193C;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		font-size: 1.8rem;
		padding: 21px 0;
	}
	
	.footer_btm .col_l p{margin-bottom: 18px;}
	
	.f_list_bn{
		display: flex;
		justify-content: space-between;
	}
	
	.f_list_bn li{width: calc(50% - 7.5px);}
	
	.f_list_bn li a{display: block;}
	
	.f_list_bn li img{
		width: 100%;
		height: auto;
	}
	
	.footer_btm{
		border-top: 1px solid #EEEEEE;
		padding-top: 30px;
		color: #979797;
		font-size: 1.3rem;
		text-align: center;
	}
	
	.footer_btm .col_l{
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	.col_r .f_small{
		color: #979797;
		font-size: 1rem;
	}

	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: #C1193C;
		padding: 7px 0 5px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
	}
	
	#pagetop span{
		display: inline-block;
		padding-top: 7px;
		background: url("../img/ico_arrow02.png") no-repeat center top;
		background-size: 10px;
		font-size: 1.3rem;
	}

	
}/*--@media--*/


