@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* --- reset default style ---------------*/
body,
h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li,
dl, dt, dd,
pre, blockquote, address,
table, thead, tbody, tfoot,
 tr, th, td, caption,
form, fieldset, legend,
optgroup, option,
del, ins,
span, a, img,
dfn, em, strong, bdo,
abbr, acronym, cite, q,
kbd, code, samp, var,
input, select, textarea, button, label, iframe
{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
sup {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
sub {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
}
fieldset, del, ins, img, abbr, acronym
{
	border: 0;
	vertical-align:bottom
}
li {
	list-style-type: none;
}
area {
	border:none;
	outline: none;
}
/* --- ページの基本 ---------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9rem;
	color:#000;
	background: #fff;
}
table {
	border-collapse:collapse;
	border:none;
}
tr,th,td {
	border:none;
}
th,td {
	vertical-align:top;
}
a {
	/* color: #000; */
	text-decoration: none;
}
a:link {
	/* color: #000; */
	text-decoration: none;
}
a:visited {
	/* color: #000; */
	text-decoration: none;
}
a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

ol {
	padding-left: 2em;
}
ol li {
	list-style-type: decimal;
}

/* 左右幅リミッター */
.container {
	max-width: 1366px;
}
.max-width {
	max-width: 1000px;
}

/* ガタツキ修正 */
.no-gutters {
	margin:0;
	padding:0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	margin:0;
	padding:0;
}
.dec-anchor {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
.dec-breadcrumb {
	display: flex;
	flex-wrap: wrap;
}
.dec-breadcrumb li {
	list-style-type: none; 
}
.dec-breadcrumb li:not(:last-of-type)::after {
	content: "/";
	margin: 0.6em;
}
/* ------------------------- */


/* グローバルナビ */
.dec-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}
.dec-01{
	background-image: url(../img/img-01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	max-height: 145px;
}
@media screen and (max-width:767px) {
	.dec-01 {
		background-image: url(../img/img-02.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		max-height: 120px;
	}
}
.dec-02 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
}
.dec-03 {
	color: #fff;
}
@media screen and (max-width:767px) {
	.dec-04 {
		width: 140px;
		height: auto;
		padding: 6px 0;
	}
	.dec-05 {
		font-size: 1.1rem;
		font-weight: 600;
		color: #fff;
	}
}

/* 共通ヘッダー */
.dec-06 {
	margin: 130px 0 0 0;
	background: 
		linear-gradient(90deg, #ddd 45px, #ddd 0%, #fff 100%),
		linear-gradient(270deg, #ddd 45px, #ddd 0%, #fff 100%);
	background-position: left, right;
	background-size: 50% auto;
	background-repeat: no-repeat;
	min-height: 80px;
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 800;
	text-align: center;
	box-shadow: 3px 3px 5px #999;
}
@media screen and (max-width:767px) {
	.dec-06 {
		margin: 60px 0 0 0;
		font-size: 1.6rem;
		font-weight: 600;
	}
}
/* コンテンツ */
.dec-11 {
	background-image: url(../img/img-32.png);
	background-size: cover;
	background-repeat: repeat-y;
	background-position: top center;
}

/* contents見出 */
.dec-13 {
	position: relative;
	background: 
		linear-gradient(90deg, transparent 34px, #ddd 0%, #f8f8f8 100%),
		linear-gradient(270deg, transparent 34px, #ddd 0%, #f8f8f8 100%);
	background-position: left, right;
	background-size: 50% auto;
	background-repeat: no-repeat;
	max-width: 1000px;
	height: 80px;
	margin: 0 auto 40px;
	filter: drop-shadow(3px 3px 3px #999);
}
@media screen and (max-width:767px) {
	.dec-13 {
		margin: 80px 15px 40px;
	}
}
.dec-14 {
	position: absolute;
	top: 0;
	left: 0;
}
.dec-15 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	font-size: 1.7rem;
	font-weight: 700;
}
@media screen and (max-width:767px) {
	.dec-15 {
		font-size: 1.2rem;
		font-weight: 600;
	}
}
.dec-16 {
	position: absolute;
	top: 0;
	right: 0;
}

/* contents文章 */
.dec-21 {
	font-size: 1.1rem;
	text-align: center;
}
.dec-22 {
	border-top: 3px solid #D0121B;
}
.dec-23 {
	max-width: 300px;
	background: #fff;
	margin: -36px 0 40px 0;
}

/* 未公開機能 */
.dec-31 {
	position: relative;
}
.dec-32 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 130px;
	height: 50px;
	margin: auto;
	border: 5px solid #fff;
	background-color: #222;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
		text-align: center;
	line-height: 42px;
	content: '';
}

/* 共通リンクボタン (固有仕様) */
.dec-btn2 {
	display:inline-block;

	width: 100%;
	padding: 10px 30px 10px 20px;
	text-align: center;
	color:#000;

	/* margin: 20px 0; */
	border:1px solid #000;
	cursor:pointer;
	position: relative;
	text-decoration: none;
	font-weight: 500;
}
.dec-btn2:hover {
	opacity: 1;
	color:#F00;
	text-decoration: none;
	border:1px solid #000;
	transition: .3s;
}

.dec-btn2::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color: transparent transparent #f22 #a33;
	transform: rotate(-135deg);
	transition: .3s;
}
.dec-btn2:hover::after {
	right: 10px;

}


/* フッター */
.dec-41 {
	background-image: url(../img/img-30.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.dec-45 {
	width: 100%;
	text-align: center;
	color: white;
}
.dec-45 div a {
	color: white;
	text-decoration: underline;
}



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


/* トップへボタン */
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 80px;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

/* ハンバーガーメニュー※こいつは下にしておく */
#g-nav {
	/* 絶対位置にして、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/* ナビのスタート位置と形状 */
	top:0;
	right: -120%;
	width:100%;
	height: 100vh;/* ナビの高さ */

	background-image: url(../img/img-03.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;

	opacity: 0;
	/*動き*/
	transition: all 0.6s ease-in;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
		right: 0;
		opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 95vh;/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:60%;
	left:30%;
	transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li {
	list-style: none;
	text-align: center;
}

#g-nav li a {
	color: #5F3813;
	text-decoration: none;
	padding:10px 10px 8px 10px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	background-color: white;
	border-radius: 30px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:-2px;
	right: 5px;
	cursor: pointer;
	width: 50px;
	height:50px;
}
	
/*×に変化*/
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 3px;
	background-color: white;
	width: 47%;
	}

.openbtn1 span:nth-of-type(1) {
	top:15px; 
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
	width: 30%;
}

.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}


/*アコーディオンメニュー*/
.accordion-001 {
	max-width: 90%;
	margin: auto;
}
.accordion-001:not([open]) {
	margin-bottom: 7px;
}
.accordion-001 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 10px;
	border-top: 2px solid #999 ;
	cursor: pointer;
}
.accordion-001 summary a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
}
.accordion-001 summary::-webkit-details-marker {
	display: none;
}
.accordion-001 summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	transition: transform .3s;
}
.accordion-001[open] summary::after {
	transform: rotate(225deg);
}
.accordion-001 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 8px 16px;
}
.accordion-001 p a {
	display: block;
	color: white;
}
.accordion-001[open] p {
	transition: all 0.6s ease-in;
	opacity: 1;
}
.summary-01 {
	display: block;
	max-width: 90%;
	margin: auto;
	padding: 1em 10px;
	border-top: 2px solid #999 ;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
}
.summary-02 {
	max-width: 90%;
	margin: auto;
	border-top: 2px solid #999 ;
}
.summary-03 {
	display: block;
	max-width: 90%;
	margin: auto;
	background-color: #E50011 ;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
	padding: 16px 0;
}
.summary-04 {
	display: block;
	max-width: 90%;
	margin: auto auto;
	background-color: #D0111B ;
	text-align: center;
	padding: 12px 0;
}

/*==PCメニュー==*/
nav.pc-nav {
	background:#D4D4D4;
	color:#fff;
	text-align: center;
	height: 42px;
}
/*ナビゲーションを横並びに*/
nav.pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
/*2階層目以降は横並びにしない*/
nav.pc-nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav.pc-nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav.pc-nav ul li a{
	display: block;
	text-decoration: none;
	text-align: left;
	color: #3A4043;
	font-size: 14px;
	font-weight: bold;
	padding:10px 25px;
	transition:all .3s;
}

nav.pc-nav ul li li a{
	padding:10px 5px;
}
nav.pc-nav ul li a:hover{
	color:#E60012;
	opacity: 1;
}

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav.pc-nav ul li.has-child::before{
	content:'';
	position: absolute;
	right:10px;
	top:16px;
	width:6px;
	height:6px;
	border-top: 2px solid #3A4043;
	border-right:2px solid #3A4043;
	transform: rotate(135deg);
}
nav.pc-nav ul li.has-child:hover::before{
	border-top: 2px solid #E60012;
	border-right:2px solid #E60012;
	opacity: 1;
}
/*3階層目を持つliの矢印の設定*/
nav.pc-nav ul ul li.has-child::before{
	content:'';
	position: absolute;
	right:6px;
	top:17px;
	width:6px;
	height:6px;
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	transform: rotate(45deg);
}
nav.pc-nav ul ul li.has-child:hover::before{
	border-top: 2px solid #E60012;
	border-right:2px solid #E60012;
	opacity: 1;
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
nav.pc-nav li.has-child ul{
	/*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:41px;
	z-index: 4;
		/*形状を指定*/
	background:#3A4043;
	width:200px;
		/*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
		/*アニメーション設定*/
	transition: all .3s;
}
/*hoverしたら表示*/
nav.pc-nav li.has-child:hover > ul,
nav.pc-nav li.has-child ul li:hover > ul,
nav.pc-nav li.has-child:active > ul,
nav.pc-nav li.has-child ul li:active > ul {
	visibility: visible;
	opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav.pc-nav li.has-child ul li a {
	margin: 0 15px;
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,0.6);
}
nav.pc-nav li.has-child ul li a:hover,
nav.pc-nav li.has-child ul li a:active{
	border-bottom: 2px solid #E60012;
	color: #E60012;
}
nav.pc-nav li.has-child ul li:last-child a {
	border-bottom:none;
}

/*==3階層目*/
/*3階層目の位置*/
nav.pc-nav li.has-child ul ul{
	top:0;
	left:202px;
	background:#3A4043;
}
nav.pc-nav li.has-child ul ul li a:hover,
nav.pc-nav li.has-child ul ul li a:active{
	background:#3A4043;
}

@media (max-width: 1200px) {
	nav.pc-nav ul li a {
		font-size: calc(12 / 1200 * 100vw);
	}
	nav.pc-nav ul li.has-child::before{
		width: calc(6 / 1200 * 100vw);
		height: calc(6 / 1200 * 100vw);
	}
}
