/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
--------------------------------------------------------------------------*/

body {
	color: #333333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1000px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 1000;
	width: 100%;
	height: auto;
	padding: 10px 0;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px #EEE;
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px 0;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

header {
}

#header_left {
	float: left;
	margin-left: 5%;
}

#header_left div {
	padding: 15px 0;
}

#header_right {
	float: right;
	margin-right: 5%;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	box-sizing: border-box;
	list-style: none;
	line-height: 100%;
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 35px 15px 35px;
	min-height: 80px;
	margin: 0px;
	box-sizing: border-box;
	transition:all 0.5s ease;
	border-bottom: 3px solid #FFF;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #333;
	border-bottom: 3px solid  rgba(0,64,152,1);
}

body#home #navi ul li a#cat-nav-1 { color: #CCC; }


/* メイン
--------------------------------------------------------------------------*/

article {
	margin-bottom: 50px;
}

/* ボタン
--------------------------------------------------------------------------*/

#main {
	padding-top: 100px;	
}

#prt_main {
	margin-right: 0%;
	background: #097FD3;
	margin-bottom: 40px;
}

#prt_main h1 {
	padding: 60px 0;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #FFF;
}

#prt_main h1 span {
	color: #FFF;
}


/* スクロール
--------------------------------------------------------------------------*/

/* コンテンツ
--------------------------------------------------------------------------*/

h1 {
	font-size: 250%;
	margin-bottom: 80px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 130%;
	text-transform: uppercase;
	position: relative;
}

h1 span {
	color: #CCC;
	margin-top: 0px;
	display: block;
	font-size: 30%;
	font-weight: 400;
	letter-spacing: 0.1em;
}

h1:before {
	position: absolute;
	bottom: -30px;
	left: calc(50% - 50px);
	width: 100px;
	height: 2px;
	content: '';
	background: #097FD3;
}

h2 {
	font-size: 160%;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-left: 1px solid #097FD3;
}

h2 span {
	margin-top: 10px;
	display: block;
	font-size: 40%;
	font-style: normal;
	color: #273FBA;
}

p {
	text-align: left;
	margin-bottom: 20px;
}

.column3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	background: #097FD3;
	color: #FFF;
	font-size: 85%;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.1em;
}

address {
	text-align: center;
	font-style: normal;
}

/* ローディング
--------------------------------------------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}


/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.width {
	width: 90%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

/* メイン
--------------------------------------------------------------------------*/

.fixed-main {
	position: relative;
	height: 100vh;
}

.section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article {
	margin-bottom: 50px;
}

.bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.text-block {
	position: absolute;
	color: #fff;
	opacity: 0;
}

.left-bottom { bottom: 20%; left: 10%; }
.right-bottom { bottom: 20%; right: auto; left: 10%; }
.right-top { top: auto; bottom: 20%; right: 0%; left: 10%; }
.center { top: 50%; left: 10%; right: 10%; transform: translate(0%, -50%); }

.title {
	font-size: 200%;
	display: block;
	align-items: center;
	justify-content: left;
	line-height: 1;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	text-align: left;
	white-space: pre-line;
}

.title br {
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
	/*
  content: "";
  display: block;
	*/
}

.char { display:inline; }

.fontL {
	font-size: 280%;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
}

.desc {
	font-size: 120%;
	font-weight: 600;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 0;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	text-align: left;
}

.extra {
	margin-top: 20px;
	gap: 10px;
	opacity: 0;
}
	
/* ボタン
--------------------------------------------------------------------------*/

#prt_main {
	margin-right: 0%;
	background: #097FD3;
	margin-bottom: 40px;
}

#prt_main h1 {
	margin-bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	padding: 40px 0;
	font-size: 220%;
}

#prt_main h1 span {
	color: #FFF;
}

.logo {
	text-align: center;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.btn {
	display: inline;
	padding: 10px 0px;
	text-decoration: none;
	border-radius: 5px;
}

.btn01 {
	display: block;
	padding: 10px 30px;
	color: #ea5514;
	text-decoration: none;
	  border: 4px double #ea5514;
	  margin-right: 0px;
	margin-bottom: 20px;
}

.btn01 a:link,
.btn01 a:visited {
	color: #ea5514 !important;
}

.btn02 {
	display: block;
	padding: 10px 30px;
	color: #036eb8;
	text-decoration: none;
	border: 4px double #036eb8;
	margin-left: 0px;
}

.btn02 a:link,
.btn02 a:visited {
	color: #036eb8 !important;
}

/* コンテンツ
--------------------------------------------------------------------------*/

.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.column3 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column3:nth-child(3n) {
	margin-right: 0%;
}

.column3:nth-child(2n) {
	margin-right: 0;
}
	
.normalTbl table th {
	display: block;
	width: auto;
	background: #F5F5F5;
	padding: 15px;
}

.normalTbl table td {
	display: block;
	width: auto;
	background: #FFFFFF;
	padding: 15px;
}


}
