@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;
}

tr:nth-child(even) {
background-color: #bfd8eb;
}

th, td {
padding: 10px;
border: 1px solid #fff;
vertical-align: top;
border-left: none;
border-right: none;
white-space: nowrap;
line-height: 1.4;
}

.tableWrap {
overflow-x: scroll;
margin: 0 0 30px;
}

			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.tableWrap {
					overflow-x: auto;
				}
			}

iframe {
border: 0;
overflow: hidden;
}


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

a:link,
a:visited {
    color: #0064ae;
    text-decoration: none;
}

body{
	font-size: 90%;
	text-align: center;
	line-height: 1;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",sans-serif,"ＭＳ Ｐゴシック", Osaka ;
	-webkit-text-size-adjust: 100%;
	height: 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 {
					font-size: 90%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.sp,
				.tab,
				.tabSp { display: none;}
				.pcTab,
				.pc { display: block;}
				body {
					font-size: 95%;
				}
				a:hover,
				a:active {
					opacity: 0.6;
				}
			}

#header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
}

#headerIn {
	width: 90%;
	margin: 0 auto;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#headerIn h1 {
	width: 120px;
	margin: 0 15px 0 0;
}

#headerIn h1 img {
	max-width: 100%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#headerIn h1 {
					width: 170px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#headerIn {
					width: 1000px;
					margin: 0 auto;
					padding: 20px 0;
				}
				#headerIn.small {
					transition: padding 0.5s;
					padding: 0;
				}
			}

#headerIn #gNavi {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#headerIn #gNavi {
					width: 600px;
					display: block;
				}
				#headerIn #gNavi ul {
					display: flex;
					justify-content: space-between;
					font-size: 95%;
				}
				#headerIn #gNavi ul li a {
					display: block;
					padding: 15px;
				}
				#headerIn #gNavi .children {
					display: none;
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					width: 1000px;
					background-color: #fff;
					box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
					box-sizing: border-box;
					padding: 30px;
				}
				#headerIn #gNavi .children li {
					float: left;
					width: 33%;
				}
				#headerIn #gNavi .children li a:link,
				#headerIn #gNavi .children li a:visited {
					color: #333;
					font-weight: bold;
				}
			}

#headerIn .box01 {
	width: 50px;
}

#headerIn .box01 ul {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding: 10px 0;
}

#headerIn .box01 ul li.search {
    position: relative;
}

#headerIn .box01 ul li .searchBtn {
    color: #0064ae;
    cursor: pointer;
}

#headerIn .box01 ul li .searchBtn + div {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
}

#headerIn .box01 ul li.search form {
	display: flex;
}

#headerIn .box01 ul li.search form input[type=text] {
	font-size: 16px;
}

#headerIn .box01 ul li.search form input[type=submit] {
	font-size: 16px;
	padding: 0 10px;
}



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


#container {
	padding: 80px 0 0;
}

.h2wrap {
	height: 400px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	line-height: 1.4;
	position: relative;
}

.h2wrap .h2in {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2%;
}

.h2wrap .h2in h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px;
	text-shadow: 0 0 3px rgba(0,0,0,1);
}

.h2wrap .h2in #pankuzu {
	display: flex;
	font-size: 90%;
	flex-wrap: wrap;
	text-shadow: 0 0 3px rgba(0,0,0,1);
}

.h2wrap .h2in #pankuzu li {
	list-style-type: none;
}

.h2wrap .h2in #pankuzu li:after {
	content: '＞';
	display: inline-block;
	padding: 0 10px;
}

.h2wrap .h2in #pankuzu li:last-child:after {
	display: none;
}

.h2wrap .h2in #pankuzu li a:link,
.h2wrap .h2in #pankuzu li a:visited {
	color: #fff;
}

.h2wrap_no_img {
	width: 96%;
	margin: 0 auto;
	padding: 20px 0;
	line-height: 1.4;
}

.h2wrap_no_img h2 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px;
	color: #009fe3;
}

.h2wrap_no_img #pankuzu {
	display: flex;
	font-size: 90%;
	flex-wrap: wrap;
}

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

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

.h2wrap_no_img #pankuzu li:last-child:after {
	display: none;
}

.h2wrap_no_img #pankuzu li a:link,
.h2wrap_no_img #pankuzu li a:visited {
	color: #333;
}

#contents {
	text-align: left;
	margin: auto;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#container {
					padding: 120px 0 0;
				}
				.h2wrap .h2in {
					width: 1000px;
					top: 50%;
					left: 50%;
					transform: translate(-50%,-50%);
				}
				.h2wrap_no_img {
					text-align: center;
				}
				.h2wrap_no_img h2 {
					padding: 50px 0 10px;
				}
				.h2wrap_no_img #pankuzu {
					width: 1000px;
					margin: 0 auto;
					justify-content: center;
				}
			}

#main {
	padding: 40px 0 0;
}

#main h3 {
	font-size: 150%;
	font-weight: normal;
	color: #009fe3;
	padding: 0 0 30px;
	text-align: center;
	line-height: 1.3;
}

#main .cassette {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 40px;
}

#main .cassette h4 {
	font-size: 120%;
	font-weight: normal;
	color: #009fe3;
	padding: 0 0 20px;
	line-height: 1.3;
}

#main .cassette h5 {
	font-size: 110%;
	font-weight: normal;
	color: #009fe3;
	padding: 0 0 20px;
	line-height: 1.3;
}

#main .cassette p,
#main .cassette ul,
#main .cassette ol {
	line-height: 1.7;
	padding: 0 0 30px;
}

#pagetop {
	text-align: right;
}

#pagetop a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/arrow.png) no-repeat center center #009fe3;
	transform: rotate(-90deg);
	vertical-align: bottom;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#main .cassette {
					width: 1000px;
				}
				#main h3 {
					padding: 0 0 50px;
				}
				#main .cassette h4 {
					padding: 0 0 30px;
				}
			}

#footer #copyright {
	background-color: #009fe3;
	color: #fff;
	padding: 5px 0;
	text-align: left;
	line-height: 1.5;
	font-size: 80%;
}

#footer #copyright p {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer #footerIn {
	text-align: left;
}

#footer #footerIn > ul {
	border-bottom: 1px solid #ccc;
}

#footer #footerIn ul li span {
	display: block;
	padding: 20px 15px;
	border-top: 1px solid #ccc;
	position: relative;
    color: #009fe3;
    font-weight: bold;
}

#footer #footerIn ul li span a:link,
#footer #footerIn ul li span a:visited {
    color: #009fe3;
}

#footer #footerIn ul li ul {
	display: none;
	padding: 10px 0;
}

#footer #footerIn ul li ul li a {
	display: block;
	padding: 10px 15px;
}

#footer #footerIn ul li ul li a:link,
#footer #footerIn ul li ul li a:visited {
	color: #333;
}

#footer #footerIn ul li .snsBtn {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#footer {
					border-top: 3px solid #009fe3;
					padding: 0 0 20px;
				}
				#footer #copyright {
					padding: 5px 0 8px;
				}
				#footer #footerIn {
					width: 1000px;
					margin: 0 auto;
					position: relative;
					padding: 20px 0 0;
				}
				#footer #footerIn > ul {
					border: none;
					display: flex;
					justify-content: space-between;
					padding: 0 0 0 230px;
					font-size: 85%;
				}
				#footer #footerIn ul li span {
					border: none;
					padding: 10px 0;
				}
				#footer #footerIn ul li ul {
					display: block;
				}
				#footer #footerIn ul li span:after {
					display: none;
				}
				#footer #footerIn ul li ul li a {
					padding: 10px 0;
				}
				#footer #footerIn .box01 {
					position: absolute;
					left: 0;
					bottom: 30px;
				}
				#footer #footerIn ul li .snsBtn {
					display: block;
					font-size: 30px;
				}
				#footer #footerIn ul li .snsBtn a {
					display: inline-block;
					margin: 0 5px 0 0;
				}
				#footer #footerIn ul li .snsBtn a:link,
				#footer #footerIn ul li .snsBtn a:visited {
					color: #000;
				}
				#footer #footerIn ul li .snsBtn a:nth-child(2) {
					display: none;
				}
			}

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

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

.textRed {
color: #EA0000;
}

.textBlue {
color: #0062ae;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.btnBlue a {
	display: inline-block;
	background-color: #63bbe1;
	padding: 10px 20px;
	color: #fff;
}

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

ul.disc li {
	list-style-type: disc;
	margin: 0 0 0 15px;
}

#main .cassette p.toplink {
	text-align: right;
	padding: 0;
}

#main .cassette p.toplink a i {
	display: inline-block;
	margin: 0 10px 0 0;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.flex {
					display: flex;
					justify-content: space-between;
				}
			}


/* contactLayout
------------------------------------*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.contactLayout table th .textRed {
	background-color: #db1e1e;
	color: #fff;
	border-radius: 4px;
}

.contactLayout table td input[type="text"],
.contactLayout table td input[type="email"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 1px 5px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.contactLayout table td textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 1px 5px;
	box-sizing: border-box;
}

.contactLayout .btn input[type="submit"] {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background-color: #17499a;
	color: #fff;
	font-size: 100%;
}

.contactLayout #btn input[type="submit"]:hover {
	opacity: 0.7;
}


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

.menu-btn {
	position: relative;
    cursor: pointer;
    z-index: 1500;
}

.menu-btn-close {
	position: absolute;
    cursor: pointer;
    z-index: 1501;
    top: 15px;
    right: 15px;
}

.menu-btn span,
.menu-btn-close span {
    color: #000;
    font-size: 20px;
}

.menu-btn span:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: '\f0c9';
    color: #0064ae;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn-close span:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: '\f00d';
}

.menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    padding: 50px 0 0;
    box-sizing: border-box;
    z-index: 1499;
}

.menu div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: auto;
}

.menu div > ul:nth-child(1) {
	font-size: 120%;
	margin: 0 0 10px;
}

.menu div > ul:nth-child(2) {
	font-size: 100%;
}

.menu div > ul > li {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.menu div > ul:nth-child(1) > li {
	border-bottom: 1px dotted #ccc;
}

.menu div > ul > li > a {
    display: block;
    padding: 15px;
    background-color: #009fe3;
    color: #fff;
}

.menu div > ul > li > p.menuBtn {
    padding: 15px;
    background-color: #009fe3;
    color: #fff;
    position: relative;
}

.menu div > ul > li > p.menuBtn:after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.menu div > ul > li > p.menuBtn.open_menuBtn:after {
	content: '\f068';
}

.menu div > ul > li ul {
	display: none;
}

.menu div > ul > li ul li a {
	font-size: 90%;
    display: block;
    padding: 15px;
}

.menu div > ul > li a:link,
.menu div > ul > li a:visited {
	text-decoration: none;
}

.menu div .box01 a:link,
.menu div .box01 a:visited {
	font-size: 40px;
	color: #333;
	display: inline-block;
	padding: 10px;
}

.menu div .box01 a:nth-child(2) {
	display: none;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.menu div ul li a {
	position: relative;
}

.menu div ul li a:after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.menu-btn {
					display: none;
				}
				.menu {
					display: none;
				}
			}


/* 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 */