@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul {
list-style-type: none;
}

img{
border: 0px;
vertical-align: bottom;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0 0 30px;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}

th, td {
	display: block;
	padding: 5px 10px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
}

td {
	padding: 10px;
}

th {
background-color: #eee;
font-weight: normal;
}

				/* 【タブレット用のスタイル記述】 */
				@media screen and (min-width: 761px) {
					th, td {
						display: table-cell;
						padding: 15px 25px;
					}
				}

				/* 【タブレット用のスタイル記述】 */
				@media screen and (min-width: 960px) {
					table {
						margin: 0 0 40px;
					}
					th {
						width: 240px;
						box-sizing: border-box;
						text-align: center;
						vertical-align: middle;
					}
					td {
						vertical-align: middle;
					}
				}

iframe {
border: 0;
overflow: hidden;
}


/* common
------------------------------------*/

a:link {
	color: #121e76;
	text-decoration: none;
}

a:visited {
	color: #121e76;
	text-decoration: none;
}

body{
	font-size: 100%;
	text-align: center;
	line-height: 1;
	color: #000;
	font-family: 'Noto Sans JP',游ゴシック,"Yu Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ Pro W3",Myriad,"メイリオ",sans-serif;
	-webkit-text-size-adjust: 100%;
}

.pcTab,
.pc,
.tab { display: none;}
.sp,
.tabSp { display: block;}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.pc,
				.sp { display: none;}
				.tab,
				.pcTab,
				.tabSp { display: block;}
				body {
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				.sp,
				.tab,
				.tabSp { display: none;}
				.pcTab,
				.pc { display: block;}
				a:hover {
					opacity: 0.6;
				}
				a:active {
					opacity: 0.6;
				}
			}

#header {
	padding: 10px 0 0;
}

#header #headerIn {
	width: 96%;
	margin: 0 auto;
}

#header #headerIn .box01 h1 {
	font-size: 85%;
	font-weight: normal;
	padding: 0 0 15px;
}

#header #headerIn .box01 .logo {
	padding: 0 0 15px;
}

#header #headerIn .box01 .logo img {
	width: 100%;
	max-width: 349px;
}
#header #headerIn .box02 .contact {
    display: flex;
    justify-content: space-between;
}
#header #headerIn .box02 .contact a {
	display: block;
	padding: 12px 20px;
	margin: 0 auto 15px;
	background-color: #121e76;
	letter-spacing: 2px;
    width: calc(50% - 40px);
}
#header #headerIn .box02 .contact a:first-child {
    background-color: #f5450e;
}

#header #headerIn .box02 .contact a:link,
#header #headerIn .box02 .contact a:visited {
	color: #fff;
}

#header #headerIn .box02 .tel {
	color: #121e76;
	font-size: 120%;
	letter-spacing: 2px;
	padding: 0 0 20px;
}

#header #headerIn .box02 .tel i {
	margin: 0 5px 0 0;
}

#header #gNavi {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#header #headerIn {
					display: flex;
					justify-content: space-between;
				}
				#header #headerIn .box01 {
					text-align: left;
				}
				#header #headerIn .box01 .logo {
					margin: 0 30px 0 0;
				}
				#header #headerIn .box02 {
					text-align: center;
                    width: 300px;
				}
				#header #gNavi {
					display: block;
					font-size: 90%;
					font-weight: bold;
					width: 96%;
					margin: 0 auto;
				}
				#header #gNavi ul {
					display: flex;
				}
				#header #gNavi ul li {
					width: 16.666%;
				}
				#header #gNavi ul li a {
					display: block;
					padding: 15px 0;
					box-sizing: border-box;
					position: relative;
				}
				#header #gNavi ul li a:link,
				#header #gNavi ul li a:visited {
					color: #000;
				}
				#header #gNavi ul li a span {
					color: #121e76;
					display: block;
					padding: 10px 0 0;
					font-size: 70%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				#header {
					padding: 20px 0 0;
				}
				#header #headerIn {
					max-width: 1200px;
				}
				#header #headerIn .box01 {
					display: flex;
					flex-direction: row-reverse;
					align-items: center;
				}
				#header #gNavi {
					max-width: 1200px;
				}
				#header #gNavi ul li a:hover,
				#header #gNavi ul li a:active {
					opacity: 1;
				}
				#header #gNavi ul li a:hover:after,
				#header #gNavi ul li a:active:after {
					content: '';
					width: 100%;
					height: 5px;
					background-color: #121e76;
					position: absolute;
					bottom: 0;
					left: 0;
				}
			}

#h2wrap {
	background: url(../img/h2bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}

#h2wrap h2 {
	font-size: 180%;
	color: #fff;
	text-shadow: 
    #000 2px 0px 2px, #000 -2px 0px 2px,
    #000 0px -2px 2px, #000 -2px 0px 2px,
    #000 2px 2px 2px, #000 -2px 2px 2px,
    #000 2px -2px 2px, #000 -2px -2px 2px,
    #000 1px 2px 2px, #000 -1px 2px 2px,
    #000 1px -2px 2px, #000 -1px -2px 2px,
    #000 2px 1px 2px, #000 -2px 1px 2px,
    #000 2px -1px 2px, #000 -2px -1px 2px,
    #000 1px 1px 2px, #000 -1px 1px 2px,
    #000 1px -1px 2px, #000 -1px -1px 2px;
    letter-spacing: 2px;
    padding: 0 0 0 2px;
    font-weight: normal;
}

#h2wrap h2 span {
	font-size: 60%;
	display: block;
	margin: 15px 0 0;
}

#pankuzu {
	padding: 12px 0 32px;
	width: 96%;
	margin: 0 auto;
	text-align: left;
	font-size: 85%;
}

#pankuzu ol {
	display: flex;
	flex-wrap: wrap;
}

#pankuzu ol li {
	list-style-type: none;
}

#pankuzu ol li:after {
	content: '＞';
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}

#pankuzu ol li:last-child:after {
	content: '';
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				#pankuzu {
					width: 960px;
				}
			}

#contents {
	line-height: 1.5;
	text-align: left;
}

#contents h3 {
	text-align: center;
	font-size: 150%;
	padding: 0 0 20px;
	margin: 0 0 30px;
	background: url(../img/h3bg.jpg) no-repeat center bottom;
}

#contents .cassette {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 30px;
}

#contents .cassette h4 {
	text-align: center;
	font-size: 120%;
	color: #121e76;
	padding: 0 0 15px;
}

#contents .cassette p,
#contents .cassette ul,
#contents .cassette ol {
	padding: 0 0 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#contents {
				}
				#contents h3 {
					padding: 0 0 30px;
					margin: 0 0 50px;
				}
				#contents .cassette {
					padding: 0 0 70px;
				}
				#contents .cassette h4 {
					padding: 0 0 25px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				#contents .cassette {
					width: 960px;
				}
				#contents .cassette p,
				#contents .cassette ul,
				#contents .cassette ol {
					padding: 0 0 40px;
				}
			}

#footer .box01 {
	background-color: #282857;
	color: #fff;
	padding: 30px 0;
}

#footer .box01 .box01in {
	width: 96%;
	margin: 0 auto;
}

#footer .box01 .box01in p:nth-child(1) {
	font-size: 120%;
	line-height: 2;
	padding: 0 0 20px;
}

#footer .box01 .box01in p:nth-child(2) a {
	display: inline-block;
	padding: 12px 60px 12px 58px;
	margin: 0 auto 15px;
	letter-spacing: 2px;
	border: 1px solid #fff;
}

#footer .box01 .box01in p:nth-child(2) a:link,
#footer .box01 .box01in p:nth-child(2) a:visited {
	color: #fff;
}

#footer .box01 .box01in p:nth-child(2) a i {
	margin: 0 8px 0 0;
}

#footer .box02 {
	background: url(../img/footer_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 10px;
}

#footer .box02 .box02in {
	width: 96%;
	margin: 0 auto;
}

#footer .box02 .box02in .box02inBox div:nth-child(1) {
	padding: 0 0 20px;
	text-align: left;
}

#footer .box02 .box02in .box02inBox div:nth-child(1) img {
	width: 200px;
}

#footer .box02 .box02in .box02inBox div:nth-child(2) {
	display: none;
}

#footer .box02 .box02in #pagetop {
	text-align: right;
	margin: 0 0 30px;
}

#footer .box02 .box02in #pagetop a {
	display: inline-block;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 0 0;
	font-size: 36px;
	text-align: center;
}

#footer .box02 .box02in #pagetop a:link,
#footer .box02 .box02in #pagetop a:visited {
	color: #fff;
}

#footer .box02 .box02in #copyright {
	color: #fff;
	padding: 10px 0;
	font-size: 85%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box02 .box02in .box02inBox div:nth-child(2) {
					text-align: left;
					display: flex;
					flex-wrap: wrap;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul {
					width: 50%;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul li a {
					display: block;
					padding: 10px 0;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul li a:link,
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul li a:visited {
					color: #fff;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul li ul {
					width: 100%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
				#footer .box01 {
					padding: 45px 0;
				}
				#footer .box01 .box01in {
					width: 960px;
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
				#footer .box01 .box01in p:nth-child(1) {
					padding: 0;
					text-align: left;
				}
				#footer .box01 .box01in p:nth-child(2) a {
					margin: 0;
				}
				#footer .box02 .box02in {
					width: 960px;
				}
				#footer .box02 .box02in .box02inBox {
					display: flex;
					justify-content: space-between;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul {
					width: auto;
					margin: 0 30px;
				}
				#footer .box02 .box02in .box02inBox div:nth-child(2) ul:last-child {
					margin: 0 0 0 30px;
				}
			}

.columnRight {
	display: block;
	float: right;
}

.columnLeft {
	display: block;
	float: left;
}

.textRed {
	color: #bb0000;
}

.center {
	text-align: center;
}

.btnBlue {
	text-align: center;
}

.btnBlue a {
	display: inline-block;
	width: 240px;
	padding: 15px 0;
	background-color: #121e76;
}

.btnBlue a:link,
.btnBlue a:visited {
	color: #fff;
}

.btnBlue a i {
	margin: 0 8px 0 0;
}


/* indexLayout
------------------------------------*/

.indexLayout {
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 960px) {
			}


/* tab sp menu
------------------------------------*/

/* tab sp menu
------------------------------------*/

#spNavi {
	display: block;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	text-align: left;
}

.drawer-btn {
	padding: 15px 4%;
}

.drawer-btn a {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 120%;
	color: #000;
}

.drawer-btn a i {
	margin: 0 8px 0 0;
}

drawer-btn a.current {
	opacity: 0.3;
}

.pull-down-list {
	display: block;
}

.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background-color: #607d8b;
}

.pull-down-inner h1 {
	color: #fafafa;
	font-size: 18px;
	display: block;
}

.pull-down-list ul {
	text-align: left;
}

.pull-down-list li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px 15px;
	box-sizing: border-box;
	text-decoration: none;
	color: #212121;
	line-height: 2em;
}

.pull-down-list li a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight : 900;
	color: #212121;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1em;
}

.pull-down-list li:nth-child(odd) {
	background: #eee;
}
.pull-down-list li:nth-child(even) {
	background: #fff;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#spNavi {
					display: none;
				}
				.pull-down-list {
					display: none;
				}
			}


/* WordPressデフォルト
------------------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


/* pager
------------------------------------*/

.wpNavi {
	margin: 30px auto;
}
.wpNavi ol {
	text-align: center;
}
.wpNavi ol li {
	display: inline-block;
	margin: 0.5em;
	font-size: 100%;
}
.wpNavi ol li a {
	color: #333;
}

.wpNavi .wp-paginate .current {
	background: #121e76;
	border: 1px solid #89adcf;
}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */