@charset "UTF-8";

/* --- 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;
	color: #505050;
}
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:#505050;
	background: #fff;
}
.fontfamily-serif {
	font-family: "Noto Sans JP", sans-serif;
}
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;
}
.gsc-control-cse {
	padding: 0em!important; 
}
#navmenu1 .gsc-control-cse { 
	padding: 0em!important; 
	background-color: #C1272D!important;
	border: none!important; 
}

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

.max-width {
	max-width: 1200px;
}

/* ガタツキ修正 */
.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  margin:0;
  padding:0;
}

.dec-rel {
	position: relative;
}

/* グレー統一 */
.dec-gray {
	background-color: #E9EBEB;
}
.dec-red {
	background-color: #B5000C;
}
.dec-header {
	padding-top: 80px;
}
@media screen and (max-width: 991px) {
	.dec-header {
		padding-top: 150px;
	}
}

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


/* ヘッダー */
header {
	color: #fff;
	a {
		color: #fff;
	}
	p {
		color: #fff;
	}
}
.dec-h01 {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	z-index: 1000;
}

/* PC */
.dec-drop {
	background-color: #3DA35F;
	padding: 20px;
	border: none;
	cursor: pointer;
}
.dec-drop-fom {
	background-color: #3669A6;
}
.dec-dropdown {
	position: relative;
	display: inline-block;
}
.dec-dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 580px;
	background-color: #333333;
	z-index: 100;
}
.dec-dropdown-content-fom {
	width: 450px;
}
.dec-dropdown-content a {
	position: relative;
	color: #fff;
	text-decoration: none;
	&::after {
		position: absolute;
		content: url('../img/img-h04.svg');
		display: block;
		width: 6px;
		top: 2px;
		right: -15px;
	}
}
a.dec-menu01 {
	font-size: 1.2rem;
	&::after {
		width: 8px;
		top: 2px;
	}
}
.dec-menu02 {
	font-size: 1.4rem;
}
.dec-menu03 {
	padding-left: 2em;
	font-size: 0.9rem;
}
a.dec-menu04 {
	font-size: 1.2rem;
	&::after {
		width: 8px;
		top: 3px;
	}
}
.dec-dropdown:hover .dec-dropdown-content {
	visibility: visible;
	opacity: 1;
	transition: 1s;
}

/* 2511修正 */
.dec-h02 {
	cursor: pointer;
	display: block;
	padding: 20px;
	transition: 0.5s;
}
.dec-h02:hover {
	outline: 2px solid #3669A6;
	opacity: 1;
}

.dec-h03 a {
	color:#505050;
	font-size: 0.85rem;
	&::after {
		content: "|";
		padding: 0 10px;
	}
	&:last-child::after {
		content: none;
	}
}

/* SP */
.dec-h05 {
	background-color: #3DA35F;
	padding: 20px 10px;
	border: none;
}
.dec-h06 {
	padding: 20px 10px;
}

/* 2511修正 */
@media screen and (max-width:991px) {
	.dec-h05, .dec-h06 {
		padding: 15px 10px;
	}
	.dec-h05 img {
		width: auto;
		height: 18px;
	}
	.dec-h06 img {
		width: auto;
		height: 18px;
	}
}
/* ハンバーガーメニュー */
#dec-navbtn {
	cursor: pointer;
	width: 70px;
	height: 70px;
	transform: translateZ(0,0,0);
	transform: translateZ(1px);
	-webkit-overflow-scrolling: touch;
	transition: all 0.4s ease-out;
	&:hover {
		top: 0px;
	}
}
/*ボタン内側*/
#dec-navbtn span {
	display: inline-block;
	/*アニメーションの設定*/
	transition: all .4s;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	/* バーガー線の位置 */
	height: 4px;
	/* バーガー線の太さ */
	background: #000;
	width: 50px;
	border-radius: 1px;
}
#dec-navbtn.active {
		right: 39px;
}
/* 三本線 */
#dec-navbtn span:nth-of-type(1) {
	top: 24%;
}
#dec-navbtn span:nth-of-type(2) {
	top: 46%;
	height: 4px;
}
#dec-navbtn span:nth-of-type(3) {
	top: 69%;
}

/* ×印 */
#dec-navbtn.active span:nth-of-type(1) {
	top: 50%;
	left: 13%;
	transform: rotate(-45deg);
	width: 80%;
	background: #000;
}
#dec-navbtn.active span:nth-of-type(2) {
	opacity: 0;
}
#dec-navbtn.active span:nth-of-type(3) {
	top: 50%;
	left: 13%;
	transform: rotate(45deg);
	width: 80%;
	background: #000;
}

/* SPメニュー */
#dec-nav {
	position: fixed;
	top: 144px;
	padding: 30px;
	left: -1000px;

	/* 2511修正 */
	width: 92vw;
	height: 80vh;

	overflow-y: auto;
	transition: 0.3s;
	/* 見た目のCSS */
	background-color: #38aceb;
	background-color:rgba(0,0,0,0.85);
	z-index: 99;
}
#dec-nav.open {
	visibility: visible;
	left: 0;
}

.dec-nav01 {
	font-size: 1.2rem;
	position: relative;
	&::after {
		content: url(../img/img-f06.svg);
		position: absolute;
		width: 25px;
		margin-left: 20px;
	}
}

.dec-nav02 {
	display: block;
	margin: 0 0 12px 1.5em;
}
.dec-nav03 {
	border-top: 3px solid #fff;
	opacity: 1;
}
.dec-nav04 {
	display: block;
	margin: 0 0 10px 3em;
}
.dec-breadcrumb {
	display: flex;
	flex-wrap: wrap;
}

.dec-breadcrumb li {
	list-style-type: none;
	color:#505050;
}
.dec-breadcrumb li a {
	color:#ccc;
}
.dec-breadcrumb li:not(:last-of-type)::after {
	content: "/";
	padding: 0.6em;
	color: #ccc;
}



/* コンテンツ */
.dec-11 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	&::after {
		content: '';
		width: 110px;
		height: 4px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 55px)
	}
}
@media screen and (max-width:991px) {
	.dec-11 {
		font-size: 1.6rem;
	}
}
.dec-12 {
	font-size: 1.6rem;
}
@media screen and (max-width:991px) {
	.dec-12 {
		font-size: 1.4rem;
	}
}
.dec-13 {
	font-size: 1.2rem;
}
.dec-14 {
	font-size: 1rem;
	a {
		color: #B5000C;
		border-bottom: 2px solid #B5000C;
	}
}
.dec-15 {
	font-size: 1.5rem;
	border-bottom: 2px solid #505050;
}
.dec-16 {
	font-size: 1.4rem;
	img {
		vertical-align: 0px;
	}
}


/* フッター */
footer {
	background-color: #000;
	a {
		color: #fff;
	}
	p {
		color: #fff;
	}
}
.dec-f01 {
	width: 340px;
}
.dec-f02 {
	display: block;
	position: relative;
	text-align: left;
	font-size: 1.4rem;
	z-index: 1;
	&::after {
		content: url(../img/img-f06.svg);
		position: absolute;
		width: 25px;
		margin-left: 20px;
	}
}
.dec-f03 {
	display: block;
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
}
.dec-f04 {
	margin-left: 3.8em;
	text-align: left;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f05 {
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f06 {
	display: block;
	position: relative;
	font-size: 1.4rem;
	&::after {
		content: url(../img/img-f07.svg);
		position: absolute;
		width: 21px;
		margin-left: 20px;
	}
}

/* フェードイン装飾 */
.fade-dec-side {
	/* 最初は非表示 */
	transform: translateX(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein-side {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.fade-dec {
	/* 最初は非表示 */
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

/* サイドナビ */
.dec-sidenav {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 100;
}
@media screen and (max-width: 991px) {
	.dec-sidenav {
		top: auto;
		bottom: 0;
		right: auto;
		left: 0;
		background-color: #28A45A;
		width: 100%;
	}
}
.dec-sidenav a {
	display: block;
	width: 50px;
	text-decoration: none;
}
@media screen and (max-width: 991px) {
	.dec-sidenav a {
		background: url(../img/img-sidenav-sp.svg) right 3% bottom 55% no-repeat;
		background-size: 40px;
		width: 100%;
		padding: 15px 60px 20px 0;
		text-align: end;
		color: #fff;
	}
}
/* トップへボタン */
#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;
}