@CHARSET "UTF-8";
body {
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgb(67, 67, 67);
}
body, div, h1, h2, h3, h4, h5, p, ul, ol, dl span {
	padding: 0;
	margin: 0;
}
.mtb-20 {
	margin: 20px 0;
}
label {
	display: inline-block;
	max-width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
.form-group {
	margin-bottom: 15px;
}
.form-control {
	display: block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	trandition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea .form-control {
	height: auto;
}
.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	touch-action: manipulation;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: normal;
	cursor: pointer;
}
.btn-default {
	background-color: #fff;
	text-shadow: 0 1px 0 #fff;
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #ccc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.btn-group .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-group > .active {
	z-index: 2;
}
.btn-primary {
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
	background-repeat: repeat-x;
	border-color: #245580;
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	background-color: #337ab7;
}
.btn-primary:hover {
	background-color: #265a88;
	background-position: 0 -15px;
}
.active {
	background-color: #e0e0e0;
    border-color: #dbdbdb;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}
.none {
	display: none;
}
.err-msg {
	color: #ff0000;
}
#modalNewYear {
	background-color: #0D4877;
	color: #fff;
	position: absolute;
	top: -150px;
	/* display: none; */
	z-index: 1000;
}
.modal-header {
	padding: 0.3em 1.2em;
	font-size: 1.2em;
	border-bottom: 2px solid #fff;
}
.modal-body {
	line-height: 130%;
	padding: 0.3em 1.2em;
}
.modal-footer {
	padding: 0.3em 1.2em;
	text-align: right;
}
.modal-bg {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.75);
}
.sns-box li {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.sns-box i.fa-facebook-square {
	color: #3b5998;
}
.sns-box i.fa-instagram {
	color: #333333;
}
.sns-box i.fa-twitter-square {
	color: #1da1f2;
}
.sns-box a span {
	text-decoration: none;
	color: #333;
}
#image-info {
	text-align: center;
}

/* SNSアイコン共通スタイル */
.sns-box i {
  transition: all 0.3s ease;
  display: inline-block;
}

/* ホバー効果：ポインター対応デバイスのみ */
@media (hover: hover) and (pointer: fine) {
  .sns-box li i:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
  }
}

/* --- 各SNSブランドカラー設定 --- */

/* ① Facebook（#1877F2） */
.sns-box li:nth-child(1) i {
  color: #1877F2;
}

/* ② Instagram（グラデーション） */
.sns-box li:nth-child(2) i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
              #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* fallback */
}

/* ③ X（旧Twitter）（#1DA1F2） */
.sns-box li:nth-child(3) i {
  color: #1DA1F2;
}

/* ④ YouTube（#FF0000） */
.sns-box li:nth-child(4) i {
  color: #FF0000;
}

/* PCのみ */
@media screen and ( min-width:768px ) {
	#wrap-pc-out {
		width: 100%;
	}
	#wrap-sp-out {
		display: none;
	}
	#wrap-pc-in {
		width: 1000px;
		margin: 0 auto;
	}
	header {
		width: 100%;
		height: 48px;
	}
	#logo-left {
		width: 50%;
		height: 100%;
		float: left;
	}
	#logo-left a {
		text-decoration: none;
		color: #0D4877;
	}
	#logo-right {
		width: 50%;
		height: 100%;
		float: right;
		text-align: right;
		display: table;
	}
	#nav-header {
		display: table-cell;
		vertical-align: middle;
	}
	#nav-header a {
		margin-left: 20px;
		text-decoration: none;
		padding-bottom: 10px;
	}
	#nav-header a i {
		color: #0073a8;
	}
	#nav-header a span {
		color: rgb(67, 67, 67);
	}
	#container-pc {
		width: 100%;
	}
	#menu-box {
		width: 100%;
		height: 600px;
		/* forTest */
		position: relative;
	}
	.menu {
		float: left;
		display: table;
		width: 246px;
		height: 600px;
		transition: all 1s;
		opacity: 1;
		/* forTest */
		position: absolute;
	}
	.menu:hover {
		opacity: 0.5;
	}
	.menu-first {
		background-image: url("../images/menu01.jpg");
		background-repeat: no-repeat;
	}
	.menu-second {
		background-image: url("../images/menu02.jpg");
		background-repeat: no-repeat;
		/* margin-left: 10px; */
	}
	.menu-third {
		background-image: url("../images/menu03.jpg");
		background-repeat: no-repeat;
		/* margin-left: 10px; */
	}
	.menu-fourth {
		background-image: url("../images/menu04.jpg");
		background-repeat: no-repeat;
		/* margin-left: 10px; */
	}
	.menu-fifth {
		background-image: url("../images/menu05.jpg");
		background-repeat: no-repeat;
		/* margin-left: 10px; */
	}
	#menu-box a .ttl-menu {
		display: table-cell;
		position: absolute;
		top: 85%;
		width: 240px;
		background: #18619C;
		opacity: 0.85;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 30px 0;
		vertical-align: middle;
	}
	#menu-subpage {
		width: 100%;
		list-style-type: none;
	}
	#menu-subpage li {
		float: left;
	}
	#menu-subpage li a {
		display: block;
		width: 246px;
		padding: 7px 0;
		text-align: center;
		text-decoration: none;
		background-color: #0073a8;
		color: #fff;
	}
	.offset-5 {
		margin-left: 5px;
	}
	#menu-subpage li a:hover {
		background-color: #0D4877;
	}
	#container-sub {
		clear: both;
		padding-top: 10px;
	}
	.list-no-style {
		list-style-type: none;
	}
	.center-2 {
		width: 35%;
		margin: 0 auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.center-2 tbody tr th, .center-2 tbody tr td {
		width: 50%;
		padding: 7px;
	}
	.center-2 tbody tr td {
		border-top: 1px solid #ddd;
	}
	.center-3 {
		width: 100%;
		margin: 0 auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.center-3 tbody tr th, .center-3 tbody tr td {
		padding: 7px;
	}
	.center-3 tbody tr td {
		border-top: 1px solid #ddd;
	}
	.info {
		clear: both;
		margin: 10px 0;
		padding: 10px;
		background-color: #f0f8ff;
		border-left: 5px solid #0073a8;
	}
	.info h2 {
		color: #0073a8;
	}
	.info ul li, .alert ul li {
		margin-left: 1.5em;
	}
	.alert {
		clear: both;
		margin: 10px 0;
		padding: 10px;
		background-color: rgb(249, 242, 244);
		color: rgb(199, 37, 78);
		border-left: 5px solid rgb(199, 37, 78);
	}
	#footer-box {
		text-align: right;
		padding: 10px 0;
	}
}
/* スマホのみ */
@media screen and ( max-width:767px ) {
	body {
		font-size: 0.9em;
	}
	#wrap-pc-out {
		display: none;
	}
	#header-sp {
		border-bottom: 4px solid #0073a8;
		text-align: center;
		padding: 2px 0;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header-sp h1 a {
		text-decoration: none;
		color: #0073a8;
		font-size: 24px;
	}
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#menu-sp {
		position: fixed;
		top: 5px;
		right: 5px;
		border-radius: 4px;
		border: 1px solid #0073a8;
		padding: 4px;
		color: #0073a8;
		width: 24px;
		height: 24px;
	}
	#menu-sp i {
		font-size: 24px;
	}
	#info-box-sp {
		margin-top: 1.2em;
	}
	#container-sp, #info-box-sp {
		padding: 0 5px;
		padding-bottom: 43px;
	}
	#container-sp h2, #container-sub-sp h2, #info-box-sp h2 {
		padding: 5px;
		border-left: 5px solid #0073a8;
		color: #0073a8;
	}
	#container-sub-sp {
		margin: 60px 10px;
	}
	#footer-sp {
		background-color: rgb(67, 67, 67);
		color: #fff;
		text-align: center;
		bottom: 0px;
		position: fixed;
		left: 0px;
		width: 100%;
		padding: 10px 0;
	}
	#list-menu-sp {
		width: 100%;
		position: fixed;
		z-index: 3;
		margin-left: 100%;
		list-style-type: none;
		text-align: center;
	}
	#list-menu-sp li {
		width: 100%;
	}
	#list-menu-sp li a {
		display: block;
		width: 100%;
		text-decoration: none;
		background-color: #0073a8;
		color: #fff;
		padding: 5px;
		border-bottom: 1px solid #333;
	}
	#list-menu-sp li:first-child {
		border-top: 1px solid #333;
	}
	.center-2-sp {
		width: 80%;
		margin: 0 auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.center-2-sp tbody tr th, .center-2-sp tbody tr td {
		width: 50%;
		padding: 7px;
	}
	.center-2-sp tbody tr td {
		border-top: 1px solid #ddd;
	}
	.center-3-sp {
		width: 100%;
		margin: 0 auto;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.center-3-sp tbody tr th, .center-3-sp tbody tr td {
		width: 33%;
		padding: 7px;
	}
	.center-3-sp tbody tr td {
		border-top: 1px solid #ddd;
	}
	#alert-box-sp h2 {
		margin: 10px 0;
		padding: 10px;
		color: rgb(199, 37, 78);
		border-left: 5px solid rgb(199, 37, 78);
	}
	#alert-box-sp ul li {
		color: rgb(199, 37, 78);
	}
}
