@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{
	line-height: 2;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin: 0 0 20px;
	border-top: 1px solid #dcdcdc;
}

tr {
	border-bottom: 1px solid #dcdcdc;
}

th {
	padding: 15px 10px 0;
	vertical-align: top;
	display: block;
	color: #284b8c;
	text-align: left;
}

td {
	padding: 10px 10px 15px;
	vertical-align: top;
	display: block;
}

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

iframe {
border: 0;
overflow: hidden;
}


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

a:link,
a:visited {
	color: #284b8c;
	transition: .3s;
}

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

@keyframes fadeIn {
    0% {opacity: 0}
    30% {opacity: 0}
    100% {opacity: 1}
}

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

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

#header-wrap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	background-color: #fff;
}

#header {
	padding: 15px;
	position: relative;
}

#header h1 {
	width: 164px;
}

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

#header .tel {
	position: absolute;
	right: 60px;
	top: 23px;
	font-size: 23px;
}

#header .tel a:link,
#header .tel a:visited {
	color: #284b8c;
}

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

#gNavi {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#gNavi {
					display: flex;
					align-items: center;
				}
				#gNavi ul {
					display: flex;
					align-items: center;
				}
				#gNavi ul:nth-child(1) li {
					font-size: 0.875rem;
				}
				#gNavi ul:nth-child(1) li a {
					display: block;
					padding: 10px;
				}
				#gNavi ul:nth-child(1) li a:link,
				#gNavi ul:nth-child(1) li a:visited {
					text-decoration: none;
					font-weight: bold;
					color: #333;
				}
				#gNavi ul:nth-child(2) li a {
					display: table-cell;
					padding: 10px 20px;
					height: 65px;
					box-sizing: border-box;
					vertical-align: middle;
				}
				#gNavi ul:nth-child(2) li a:link,
				#gNavi ul:nth-child(2) li a:visited {
					text-decoration: none;
					font-weight: bold;
					color: #fff;
				}
				#gNavi ul:nth-child(2) li:nth-child(1) a {
					background-color: #284b8c;
				}
				#gNavi ul:nth-child(2) li:nth-child(2) a {
					background-color: #1d62af;
					font-size: 0.875rem;
					line-height: 1.2;
				}
			}

h2 {
	text-align: center;
	color: #284b8c;
	font-size: 1.875rem;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 40px 0;
}

h2 span {
	display: table;
	padding: 0 9px 0 11px;
	margin: 20px auto 0;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: bold;
	background:rgba(0, 0, 0, 0) linear-gradient(#fff 40%, #fff45c 70%, #fff 70%) repeat scroll 0 0;
}

#contents {
	text-align: left;
}

#pankuzu {
}

#main {
	margin: 0 15px;
}

#main h3 {
	font-size: 1.5rem;
	padding: 0 0 20px;
	line-height: 1.5;
	background: url(../img/line01.png) no-repeat left bottom;
	margin: 0 0 25px;
	color: #333;
	font-weight: normal;
}

#main .cassette {
	padding: 0 0 20px;
}

#main .cassette h4 {
	font-weight: normal;
	font-size: 1.3rem;
	padding: 0 0 20px;
	line-height: 1.5;
	color: #284b8c;
}

#main .cassette h5 {
	font-weight: normal;
	font-size: 1.1rem;
	padding: 0 0 20px;
	line-height: 1.5;
}


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


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#main {
					margin: 0 20px;
				}
				h2 {
					padding: 60px 0;
				}
				#main h3 {
					margin: 0 0 30px;
				}
				#main .cassette {
					padding: 0 0 40px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				h2 {
					padding: 60px 0 80px;
				}
				#main .cassette {
					max-width: 1200px;
					padding: 0 0 50px;
					margin: 0 auto;
				}
				#main .cassette p,
				#main .cassette ul,
				#main .cassette ol {
					padding: 0 0 30px;
				}
			}

#footer {
}

#footer .box01 {
	background: url(../img/footer_bg01.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 70px 0 40px;
	font-size: 1.25rem;
	margin: 0 15px;
}

#footer .box01 ul {
	width: 94%;
	margin: 0 auto;
}

#footer .box01 ul li {
	margin: 0 0 30px;
}

#footer .box01 ul li a {
	display: block;
	background: url(../img/btn_line01.png) no-repeat right center #284b8c;
	background-size: 30px auto;
	padding: 35px 0;
}

#footer .box01 ul li a:link,
#footer .box01 ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer .box01 p {
	color: #fff;
	line-height: 1.4;
	font-size: 15px;
}

#footer .box01 p.name {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px;
}

#footer .box01 p a:link,
#footer .box01 p a:visited {
	color: #fff;
	text-decoration: none;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box01 {
					padding: 120px 0 90px;
					margin: 0 20px;
				}
				#footer .box01 ul {
					display: flex;
					justify-content: space-between;
					max-width: 1040px;
					margin: 0 auto;
				}
				#footer .box01 ul li {
					width: 48%;
				}
				#footer .box01 ul li a {
					background-size: auto auto;
					padding: 40px 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}

#footer .box02 {
	margin: 0 15px;
	font-size: 1.25rem;
}

#footer .box02 ul li:nth-child(1) a {
	display: block;
	background: url(../img/footer_btn01.png) no-repeat right center #284b8c;
	background-size: 45px auto;
	padding: 35px 0;
}

#footer .box02 ul li:nth-child(2) a {
	display: block;
	background: url(../img/footer_btn02.png) no-repeat right center #1d62af;
	background-size: 30px auto;
	padding: 35px 0;
}

#footer .box02 ul li a:link,
#footer .box02 ul li a:visited {
	color: #fff;
	text-decoration: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box02 {
					margin: 0 20px;
				}
				#footer .box02 ul {
					display: flex;
				}
				#footer .box02 ul li {
					width: 50%;
				}
				#footer .box02 ul li:nth-child(1) a,
				#footer .box02 ul li:nth-child(2) a {
					background-size: auto auto;
					padding: 40px 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}

#footer .box03 {
	margin: 0 15px;
	font-size: 0.75rem;
}

#footer .box03 div:nth-child(1) {
	padding: 10px 0;
}

#footer .box03 div:nth-child(1) a:link,
#footer .box03 div:nth-child(1) a:visited {
	text-decoration: none;
	color: #333;
}

#footer .box03 div:nth-child(2) {
	color: #284b8c;
	padding: 10px 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box03 {
					display: flex;
					justify-content: space-between;
					margin: 0 20px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#footer .box03 {
					max-width: 1200px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1240px) {
				#footer .box03 {
					margin: 0 auto;
				}
			}

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

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

.textRed {
color: #EA0000;
}

.img {
	text-align: center;
}

.img img {
	max-width: 100%;
}

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


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

.indexLayout {
}

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


/* 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: absolute;
    cursor: pointer;
    z-index: 1499;
    top: 28px;
    right: 20px;
}

.menu-btn span:after {
	display: block;
	content: '';
	width: 22px;
	height: 17px;
	background: url(../img/menu_icon.png) no-repeat center center;
	background-size: 22px 17px;
}

/* 開閉用ボタンがクリックされた時のスタイル */

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

.open .menu-btn-close span:after {
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/menu_close.png) no-repeat center center;
	background-size: 18px 18px;
}

.menu {
	position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    z-index: 1500;
}

.menu div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    padding: 67px 0 0;
}

.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: 17px 20px;
}

.menu div > ul > li ul li {
	border-top: 1px dotted #fff;
}

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

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

.menu div > ul > li ul li a:link,
.menu div > ul > li ul li a:visited {
	color: #333;
}

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

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

.menu div > ul {
	border-top: 1px solid #aaa;
}

.menu div > ul > li {
	border-bottom: 1px solid #aaa;
}

.menu div > ul > li.accordion.open {
	background-color: #bec9dc;
}

.menu div > ul > li.accordion span {
	display: block;
    padding: 17px 20px;
    position: relative;
}

.menu div > ul > li.accordion span:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/icon-plus.png) no-repeat center center;
	background-size: 13px auto;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.menu div > ul > li.accordion span.open:after {
	content: '';
	background: url(../img/icon-minus.png) no-repeat center center;
	background-size: 13px auto;
}

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

.menu div > ul:nth-of-type(2) {
	border: none;
}

.menu div > ul:nth-of-type(2) li {
	border: none;
}

.menu div > ul:nth-of-type(2) li:nth-child(1) {
	background-color: #284b8c;
}

.menu div > ul:nth-of-type(2) li:nth-child(2) {
	background-color: #1973bf;
}

.menu div > ul:nth-of-type(2) li a {
	padding: 25px 20px;
}

.menu div > ul:nth-of-type(2) li a:link,
.menu div > ul:nth-of-type(2) li a:visited {
	color: #fff;
	font-weight: bold;
}

body.open {
	position: fixed;
	left: 0;
	top: 0;
}

body.open #blackBg {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}

			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.menu-btn {
					display: none;
				}
				.menu {
					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;
	padding: 0 0.5em;
	margin: 0.5em;
	font-size: 100%;
	border: 1px solid #aaa;
}
.wpNavi ol li a {
	color: #333;
}


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