/* IMPORT RESET */
@import url("reset.css");
/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}



body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.archiveinfo a ,.topinfo a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
.archiveinfo a:hover ,.topinfo a:hover {
    color:rgba(61, 61, 61, 0.3);
    }

/*	共通 */
body {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #3d3d3d;
	font-size: 14px;
	background-image: url('../img/bg.png');
    background-repeat:repeat;
    font-feature-settings : "pkna";
        letter-spacing: 0.1em;
}
.container{clear: both;}
.pcon{display: block ;}.spon{display: none !important;}
@media ( max-width : 640px ) {
.pcon{display: none ;}.spon{display: block !important;}
.yohaku{padding: 0 15px !important;}


}
img{max-width: 100%;}a{text-decoration: none;}
.gutters .col img{
	max-width: 100%;
	margin:0 auto;
	display: block;
}
.gutters1 .col1 img{
	max-width: 100%;
	margin:0 auto;
	display: block;
}
.textcenter{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

/*ヘッダー*/
header {
}
.nLine {
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background: #000;
}
.nLine h1{
	max-width: 200px;
	float: left;
	padding: 10px 15px 0 15px;
}
.nLine .clMin{
	max-width: 110px;
	padding: 8px 5px 0;
	float: left;
}
.nLine .clMin a{
	width: 100%;
}
.nLine .selectContact{
	max-width: 450px;
	display: table-cell;
	padding: 5px 0 0;
	vertical-align: middle;
}
.nLine .telbut{
    padding: 3px 5px;
}
.nLine .mailIcon {
    background-color: #006838;
    padding: 0px 6px;
    border-radius: 5px;
    height: 30px;
    float: left;
    margin-right: 5px;
    color: #fff;
    max-width: 109px;
    font-size: 0.95em;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    line-height: 2.2em;
}
.nLine .mailIcon img{
	max-width: 13px;
	margin-right: 5px;
}
.nLine .lineIcon{
    background-color: #00b900;
    padding: 5px;
    max-width: 30px;
    border-radius: 5px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.nLine .resIcon{
	background-color: #bb2321;
	display: table-cell;
	color:#fff;
	padding: 4px 5px;
	border-radius: 5px;
	height: 30px;
	text-align: -webkit-center;
	text-align: center;
	max-width: 144px;
	font-size: 0.95em;
	font-weight: bold;
	vertical-align: middle;
}
@media ( max-width : 1300px ) {
.nLine .selectContact{
	display: none;
}
}
@media ( max-width : 875px ) {
.nLine .clMin{
	display: none;
}
}
@media (max-width: 640px){
.nLine {
    padding: 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background: #0000;
}
}
@media (max-width: 430px){
.nLine {
    padding: 0px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0);
}
.nLine h1 {
    float: left;
    margin: 0;
    max-width: 250px;
	padding: 10px 0;
}
.nLine h1.spon a {
    display: inline-block;
}
}




/*メインビジュアル*/
.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider li {
  height: auto;
  background: center / cover no-repeat;
  width: 100% !important;
}
.mv {
	max-width:100%;
	max-height:810px;
	margin:0 auto;
	background-image: url("../img/slide1.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mv2 {
	max-width:100%;
	max-height:810px;
	margin:0 auto;
	background-image: url("../img/slide2.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mv3 {
	max-width:100%;
	max-height:810px;
	margin:0 auto;
	background-image: url("../img/slide3.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
@media ( max-width : 800px ) {
	.mv, .mv2, .mv3{
			background-attachment: scroll;
	}
}
.mv .inner{
	max-width: 1000px;
	padding-top:100px;
	margin:0 auto;
	min-height: 100vh;
	 display: block;
}
.mv2 .inner {
    max-width: 1000px;
    padding-top: 100px;
    margin: 0 auto;
    min-height: 100vh;
    display: block;
}
.mv3 .inner {
    max-width: 1000px;
    padding-top: 100px;
    margin: 0 auto;
    min-height: 100vh;
    display: block;
}
.bx-wrapper{
	margin-bottom: 0px !important;
	border: 0px solid #fff !important;
}
.mv p.ttl{	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;}

.mv .mvtitle{
	max-width: 800px;
	margin: 50px auto 0;
	padding:20px 16px;
	display: inline-block;
	text-align: -webkit-center;
	text-align: center;
	font-size: 1.9em;
	margin-bottom: 30px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.25em;
	color: #fff;
	line-height: 2em;
}
.mv .mvtitlesp{
	display: none;
}
@media ( max-width : 800px ) {
.mv .mvtitle{
	display: none;
}
.mv .mvtitlesp{
	max-width: 800px;
	margin: 0px auto 0;
	padding:20px 70px;
	display: inline-block;
	text-align: -webkit-center;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 30px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.25em;
	color: #fff;
	line-height: 2em;
}
}
@media ( max-width : 500px ) {
.mv .mvtitle{
	display: none;
}
.mv .mvtitlesp{

	padding:20px 50px;
}
}
@media ( max-width : 460px ) {
.mv .mvtitle{
	display: none;
}
.mv .mvtitlesp{
    font-size: 1.3em;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
    padding: 0px 15px;

}
}
@media ( max-width : 350px ) {
.mv .mvtitle{
	display: none;
}
.mv .mvtitlesp{
    font-size: 1.2em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    padding: 0px 15px;
    line-height: 1.5em;
}
}

.mv .mvsign{
	max-width:300px;
	display:inline-block;
	margin: 20px auto 100px;
	padding:20px 35px;
}

@media ( max-width : 840px ) {
.mv p.ttl {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
   	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.mv {
	max-width:100%;
	height:100vh;
	margin:0 auto;
	background-image: url("../img/slide1.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
}
.mv .inner {
    max-width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}

.mv .mvsign{
	max-width:300px;
	display:inline-block;
	margin: 0px auto 0px;
	padding: 10px 70px;
}}

.mvunder {
	max-width:100%;
	max-height:810px;
	min-height: 300px;
	margin:0 auto;
	background-image: url("../img/mv2.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mvunder .inner{
	max-width: 1000px;
	padding-top:100px;
	margin:0 auto;
}
.mvunder h2{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.25em;
	padding: 40px 0px 80px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
.mvunder span{width: 22px;padding-right: 10px;display: table-cell;vertical-align: middle;}




@media ( max-width : 840px ) {
.mvunder {
	max-width:100%;
	max-height:810px;
	min-height: 150px;
	margin:0 auto;
	background-image: url("../img/mv2.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
}
.mvunder .inner {
    max-width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}
.mvunder h2{
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	padding: 40px 0px 40px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
}


.mvunder2 {
	max-width:100%;
	max-height:810px;
	min-height: 300px;
	margin:0 auto;
	background-image: url("../img/head2.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mvunder2 .inner{
	max-width: 1000px;
	padding-top:100px;
	margin:0 auto;
}
.mvunder2 h2{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.25em;
	padding: 40px 0px 80px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
.mvunder2 span{width: 22px;padding-right: 10px;display: table-cell;vertical-align: middle;}




@media ( max-width : 840px ) {
.mvunder2 {
	max-width:100%;
	max-height:810px;
	min-height: 150px;
	margin:0 auto;
	background-image: url("../img/head2.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
}
.mvunder2 .inner {
    max-width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}
.mvunder2 h2{
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	padding: 40px 0px 40px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
}




.mvunder3 {
	max-width:100%;
	max-height:810px;
	min-height: 300px;
	margin:0 auto;
	background-image: url("../img/head3.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mvunder3 .inner{
	max-width: 1000px;
	padding-top:100px;
	margin:0 auto;
}
.mvunder3 h2{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.25em;
	padding: 40px 0px 80px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
.mvunder3 span{width: 22px;padding-right: 10px;display: table-cell;vertical-align: middle;}




@media ( max-width : 840px ) {
.mvunder3 {
	max-width:100%;
	max-height:810px;
	min-height: 150px;
	margin:0 auto;
	background-image: url("../img/head3.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
}
.mvunder3 .inner {
    max-width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}
.mvunder3 h2{
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	padding: 40px 0px 40px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
}




.mvunder4 {
	max-width:100%;
	max-height:810px;
	min-height: 300px;
	margin:0 auto;
	background-image: url("../img/head4.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
}
.mvunder4 .inner{
	max-width: 1000px;
	padding-top:100px;
	margin:0 auto;
}
.mvunder4 h2{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	text-align: center;
	font-size: 2em;
	letter-spacing: 0.25em;
	padding: 40px 0px 80px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
.mvunder4 span{width: 22px;padding-right: 10px;display: table-cell;vertical-align: middle;}




@media ( max-width : 840px ) {
.mvunder4 {
	max-width:100%;
	max-height:810px;
	min-height: 150px;
	margin:0 auto;
	background-image: url("../img/head4.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: scroll;
}
.mvunder4 .inner {
    max-width: 1000px;
    padding-top: 50px;
    margin: 0 auto;
}
.mvunder4 h2{
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	padding: 40px 0px 40px;
	text-shadow: 1px 1px 3px #00000070;
	display: table;
	text-align: -webkit-center;
	margin: 0 auto;
}
}



#mainNav ul {
  position: relative;
  list-style: none;
}
#mainNav ul::after {
  display: block;
  clear: both;
  content: '';
}
#mainNav ul li {
  position: relative;
  float: left;
  text-align: center;
  text-align: -webkit-center;
}
#mainNav ul li:not(:first-child) {
}
#mainNav ul li:hover {
}
#mainNav ul li a {
  display: inline-block;
}

/*navigation*/
nav {
    min-height: 70px;
    background: #fff;
    border-bottom: 3px solid #0a192c;
    border-top: 3px solid #0a192c;
}
#mainNav ul ul {
  position: absolute;
  top: 100%;
  left: -2px;
  z-index: 9999;
}
#mainNav ul ul li {
  float: none;
  margin: 0;
}
#mainNav ul ul li:not(:first-child) {
  border: 2px solid #fff;
  border-top: none;
}
#mainNav ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
}
#mainNav ul ul {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}
#mainNav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#menu .drop li {
    display: inline-block;
    /* float: left; */
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align:  center;
    text-align: -webkit-center;
}



.is-fixed {
  position: fixed;
  top: 49px;
  left: 0;
  z-index: 999999999999;
  width: 100%;
}
#menu {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0;
}
#menu li{
	display: block;
	float: left;
	width: 11.1%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#menu li a {
	display: block;
	padding: 20px 0 20px;
	color: #3d3d3d;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

}
#menu li:last-child a{
	border: none;
}

#toggle {
	display: none;
}
.pcmenu{display: block;}.spmenu{display: none;}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 1300px) {
	#menu li {
		width: 25%;
	}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 1300px) {
	.pcmenu{display: none;}.spmenu{display: block;}
nav {
    min-height: 42px;
    background: #000;
    border-bottom: 0px solid #0a192c;
    border-top: 0px solid #0a192c;
}
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
		border-top:1px solid #ccc;
		padding: 1px 0;
	}
	#menu li.lione {

		border-top:1px solid #ccc;
		border-bottom:0px solid #ccc;
	}
	#menu li.lilast {
		padding: 0 0 1px;
		border-top:1px solid #ccc;
		border-bottom:0px solid #ccc;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
	}
	#toggle p{
		font-weight:bold;
		padding:15px 0;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 10px 0 12px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		margin: 8px 15px;
		float: right;
	}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 26px;
  height: 0px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(8px) rotate(-311deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}
#menu li a {
	display: block;
	padding: 3.5px 0 3.5px;
	color: #3d3d3d;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
}

/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 400px) {
#toggle a{
	display: block;
	position: relative;
	padding: 10px 0 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 10px 15px 0 0;
	float: right;
}
}








/*メインコンテンツ共通*/
.pt30{padding-top: 30px;}
.mt30{margin-top: 30px;}
.pb30{padding-bottom: 30px;}
.mb30{margin-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.mb20{margin-bottom: 20px;}

.pt60{padding-top: 60px;}
.mt60{margin-top: 60px;}
.pb60{padding-bottom: 60px;}
.mb60{margin-bottom: 60px;}
.ptb15{padding: 15px 0;}
.mtb15{margin: 15px 0;}
.ptb60{padding: 60px 0;}
.mtb60{margin: 60px 0;}
.ptb30{padding: 30px 0;}
.mtb30{margin: 30px 0;}
.ptb20{padding: 20px 0;}
.mtb20{margin: 20px 0;}
.plr15{padding:0 15px;}
.kasou{max-width: 1130px;margin: 0 auto;}
.kasou article{margin-bottom:20px}
.whbg{
	background-color: #fff;
	border-top: 5px solid #2c537b;
	border-bottom: 5px solid #2c537b;
}
.bline{
	border:3px solid #2c537b;
}
.texbl{
	color:#2c537b;
	font-weight: bold;
}
.chusyaku{
	text-align:-webkit-center;
	text-align:center;
	padding: 50px 15px;
}
@media ( max-width : 640px ) {
.ptb60{padding: 20px 0;}
.mtb60{margin: 20px 0;}
	.chusyaku{
	text-align:-webkit-left;
	text-align:left;
}
}
.chusyaku span{
	color:#d65151;
}
.kasou h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 70%, #dfd492 0%);
  font-size: 1.8em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
@media ( max-width : 640px ) {
	.kasou h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 70%, #dfd492 0%);
  font-size: 1.1em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
}

.kasou h3 span{
	font-size: 0.8em;
}
.main h2 {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 0 .4em .1em;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2em;
  letter-spacing: 0.25em;
  text-align: -webkit-center;
  text-align: center;
  margin-top: 30px;
}
.main .ttlicon{
	max-width: 40px;
	margin-bottom: 15px;
	display: inline-block;
}
.main h2 .ttltext {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.25em;
  text-align: left;
}
.main h2 .ttltext::before,
.main h2 .ttltext::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #3d3d3d;
  margin: 0 1em;
}
.main h2 .ttltext::before {
  right: 100%;
}
.main h2 .ttltext::after {
  left: 100%;
}

.main h2 .ttltextunder {
  background: linear-gradient(transparent 90%, #dfd492 0%);
  padding-left: 15px;
  text-align:-webkit-center;
  text-align:center;
  line-height:1.2em;
}
.main h2 .ttltextunder span{
	font-size:0.7em;
	display: block;
	text-align: center;
	text-align: -webkit-center;
}
.main h2 .topttltextunder {
  background: linear-gradient(transparent 80%, #dfd492 0%);
  padding-left: 10px;
  text-align:-webkit-center;
  text-align:center;
  line-height:1.2em;
}
.main h2 .topttltextunder span{
	font-size:0.7em;
}
@media ( max-width : 640px ) {
	.main h2 .ttltextunder {
	  background: linear-gradient(transparent 90%, #dfd492 0%);
	  padding-left: 15px;
	  font-size: 0.7em;
	}
	.main h2 .topttltextunder {
	  background: linear-gradient(transparent 80%, #dfd492 0%);
	  padding-left: 15px;
	  font-size: 0.7em;
	}
.main h2 {
  letter-spacing: 0.15em;
}
}
.main .subttl{
	text-align: center;
	text-align: -webkit-center;
	padding: 30px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.15em;
	font-size: 1.15em;
	color: #4d4d4d;
}


.selbutton {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.selbutton::before,
.selbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.selbutton,
.selbutton::before,
.selbutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media ( max-width : 640px ) {
.main .subttl{
	font-size: 0.9em;
	padding: 30px 15px;
}
}


/*各ページ*/


/*TOPページ*/


.main .topsel{

}
.main .topsel .tsb{display: table-cell;vertical-align: middle;max-width: 200px;margin: 0 auto;text-align: center;text-align: -webkit-center; padding: 15px;}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 314px;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 314px;

}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 314px;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 50%;
	float: left;
	height: 314px;
}

.selbutton {
  position: relative;
  z-index: 2;
  background-color: #fff0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  margin: 130px 0 0 0;
}
.selbutton:hover {
  background-color: #07192d00;
  border-color: #e0d491;
  color: #e0d491;
}
.selbutton::before,
.selbutton::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #3330;
}
.selbutton::before {
  top: 0;
}
.selbutton::after {
  bottom: 0;
}
.selbutton:hover::before,
.selbutton:hover::after {
  height: 0;
  background-color: #e0d491;
}
@media ( max-width : 743px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4{
	width: 100%;

}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 115px 0 25px 0;
}
}
@media ( max-width : 1190px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4{height: 280px;}}
@media ( max-width : 1090px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 260px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 115px 0 25px 0;
}}
@media ( max-width : 920px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 210px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 115px 0 25px 0;
}}
@media ( max-width : 830px ) {

.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 210px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 155px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 80%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 80%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 80%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 80%;
	float: none;
	height: 314px;
	margin:0 auto;
}
}

@media ( max-width : 753px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 110px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 180px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
}


@media ( max-width : 640px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 110px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 140px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 314px;
	margin:0 auto;
}
}


@media ( max-width : 577px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 140px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 260px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 260px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 260px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 260px;
	margin:0 auto;
}
}
@media ( max-width : 510px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 130px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
}
@media ( max-width : 470px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 110px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 220px;
	margin:0 auto;
}
}
@media ( max-width : 444px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  font-size: 0.9em;
}
.selbutton {
  line-height: 30px;
  margin: 100px 0 25px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 180px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 180px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 180px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 180px;
	margin:0 auto;
}
}

@media ( max-width : 380px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 110px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
}
.selbutton {
  line-height: 35px;
  margin: 90px 0 15px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
}

@media ( max-width : 356px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
}
.selbutton {
  line-height: 25px;
  margin: 80px 0 15px 0;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 150px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 150px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 150px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 150px;
	margin:0 auto;
}}


@media ( max-width : 320px ) {
.main .topsel .ts1,
.main .topsel .ts2,
.main .topsel .ts3,
.main .topsel .ts4
{height: 80px;}
.selbutton {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
}
.selbutton {
  line-height: 25px;
  margin: 66px 0 25px 0;
  font-size: 0.8em;
}
.main .topsel .ts1{
	background-image: url("../img/ts1.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts2{
	background-image: url("../img/ts2.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts3{
	background-image: url("../img/ts3.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}
.main .topsel .ts4{
	background-image: url("../img/ts4.png");
	display: table;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: none;
	height: 160px;
	margin:0 auto;
}}





.topinfo a{
	color:#3d3d3d;
}
.topinfo h3{
	font-size:25px;
	font-weight:bold;
	color:#0a192c;
	letter-spacing:0.15em;
}
.topinfo h3 img{
	max-width:10px;
	padding:4px 0;
	margin-right:10px;
}
.topinfo h3 span{
	font-size:18px;
	padding:5px;
	color:#014d7a;
	letter-spacing:0.095em;
	float: none;
}
.topinfo h3 {
    display: flex ;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
@media ( max-width : 640px ) {
.topinfo h3 {
    display: inline-block;
    align-items: left;
    text-align: left; /* for no-flexbox browsers */
}
.topinfo h3 span {
    font-size: 18px;
    padding: 5px;
    color: #014d7a;
    letter-spacing: 0.095em;
    display: inline-block;
    width: 100%;
    float: left;
}
}

.topinfo h3::after {
    border-top: 2px solid #14254a;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
-webkit-flex-grow : 1;
  -ms-flex-grow     : 1;
}

.topinfo h3::before {
    margin-right: 0.5em;
}

.topinfo h3::after {
    margin-left: 0.5em;
}



.topinfo ul{
	clear:both;
}

.topinfo ul li{
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	padding: 20px 0 25px;
	clear: both;
}
.topinfo ul li .date{
	float: left;
	display:inline-block;
	padding-right: 20px;
}
.topinfo ul li .maintext{
	float: left;
}
.topinfo ul li .texmore{
	text-align: -webkit-right;
	text-align: right;
}

.topinfo .media .thumnail{
	float: left;
	max-width: 63px;
	padding: 0 5px 0 0px;
	background-color: #fff;
	margin-right: 15px;
}

.topinfo .media .medR{
    display: flow-root;
}
.topinfo .media .texmore{
	text-align: -webkit-right;
	text-align: right;
	float: right;
}
.topinfobutton{
	clear:both;
	display: block;
	float: right;
}


.topinfobutton {
  display: inline-block;
  width: 260px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.topinfobutton::before,
.topinfobutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.topinfobutton,
.topinfobutton::before,
.topinfobutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topinfobutton {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff !important;
  line-height: 35px;
  margin: 15px 0 0 0;
}
.topinfobutton:hover {
  background-color: #fff;
  border-color: #05132d;
  color: #06142e !important;
}
.topinfobutton::before,
.topinfobutton::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #06142e;
}
.topinfobutton::before {
  right: 0;
}
.topinfobutton::after {
  left: 0;
}
.topinfobutton:hover::before,
.topinfobutton:hover::after {
  width: 0;
  background-color: #06142e;
}

@media ( max-width : 640px ) {
.topinfobutton {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff !important;
  line-height: 35px;
  margin: 15px auto;
}
.topinfobutton {
    clear: both;
    display: block;
    float: none;
}
.topinfo ul li .maintext{
	float: none;
}
.topinfo .media .medR{
    display: inline-block;
    width: 100%;
}
.topinfo ul li .date{
	float: none;
	display:inline-block;
	padding-right: 20px;
}
}


.sec02 {
	border-top: 4px solid #2d537b;
	border-bottom: 5px solid #2d537b;
	max-width:100%;
	max-height:840px;
	margin:-3px auto;
	background-image: url("../img/footbg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
	padding: 0 15px;
	font-size: 0.94em;
	color:#fff;
}
.sec02 .inner{
	max-width: 925px;
	padding:30px 0;
	margin:0 auto;
}
.wline{
	max-width:200px;
	margin:60px auto;
}
.sec02 h2{
	text-align:-webkit-center;
	text-align:center;
	font-size:2em;
	margin-bottom:30px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:0.25em
}
.sec02 p{
	text-align:-webkit-center;
	text-align:center;
	font-size:1.3em;
	line-height:1.8em;
}
.sec02 .pctex{	display: block;}
.sec02 .tabtex,.sec02 .sptex{display: none;}
.pctabh{display: block;}
.sph{display: none}

@media ( max-width : 840px ) {
.sec02 h2{
	font-size:1.6em;
	margin-bottom:30px;
	letter-spacing:0.25em
}
.sec02 .pctex{
	display: none;
}
.sec02 .tabtex{
	display: block;
	font-size:1.2em;
	line-height:1.8em;
}
}
@media ( max-width : 600px ) {
.sec02 h2{
	font-size:1.3em;
	margin-bottom:30px;
	letter-spacing:0.25em
}
.sec02 .tabtex{
	font-size:1em;
	line-height:1.8em;
}
}
@media ( max-width : 460px ) {
.sec02 h2{
	font-size:1.3em;
	margin-bottom:30px;
	letter-spacing:0.25em
}
.sec02 .tabtex{
	display: none;
}
.sec02 .sptex{
	display: block;
	text-align:-webkit-left;
	text-align:left;
	font-size:1em;
	line-height:1.8em;
}
}

@media ( max-width : 640px ) {
.pctabh{
	display: none;
}
.sph{
	display: block;
	text-align: left;
	text-align: -webkit-left;
}
.sec02 {
	background-attachment: scroll;
}
}






.maparea{
	font-size:1.15em;
}
.maparea article{
	padding:15px 0;
}
.mapareabutton {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.mapareabutton::before,
.mapareabutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.mapareabutton,
.mapareabutton::before,
.mapareabutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mapareabutton {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff !important;
  line-height: 35px;
  margin: 15px auto;
}
.mapareabutton:hover {
  background-color: #fff;
  border-color: #05132d;
  color: #06142e !important;
}
.mapareabutton::before,
.mapareabutton::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #06142e;
}
.mapareabutton::before {
  right: 0;
}
.mapareabutton::after {
  left: 0;
}
.mapareabutton:hover::before,
.mapareabutton:hover::after {
  width: 0;
  background-color: #06142e;
}
.maparea .topadd{
	margin: 10px 0;
    font-size: 0.8em;
    min-height: 160px;
}
.maparea .topadd .addtel{
    margin: 10px 0;
    display: block;
    border-top: #ccc solid 1px;
    padding: 10px 0;
    line-height: 1.5em;
}
.maparea .topadd .addtex {
    color: #656565;
    display: inline-block;
}
.maparea .addhead{
    display: block;
    float: left;
    max-width: 90px;
}
.maparea .topadd span b{font-weight: bold;font-size: 1.2em;color: #07182c;margin: 10px 0 0 0;display: block;}
@media ( max-width : 640px ) {
.addtex small{font-size:0.8em}
.maparea .topadd .addtel{
    margin: 10px 0;
    display: block;
    border-top: #ccc solid 1px;
    padding: 10px 0;
    font-size: 1em;
    /* font-size: 0.85em; */
        letter-spacing: 0.05em;
}
}

.maparea .keireki .km{
	font-weight:bold;
	color:#2c537b;
	border-bottom: 1px solid #ddd;
	display:block;
	padding: 5px 0;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.maparea .keireki {
	font-size: 0.9em;
	line-height: 1.6em;
}







/*診療項目ページ*/
.diagnosisBox{max-width: 1130px;margin: 0 auto;}
.diagnosisBox h3{
	background-image: url("../img/diatexbg.png");
	background-position: center left;
	background-repeat:no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding: 15px 10px 15px 15px;
	background-size: 100% 100%;
	margin-bottom: 15px;
}
@media ( max-width : 640px ) {
	.diagnosisBox h3{
		letter-spacing: 0.025em;
			font-size: 0.9em;
	}
}
.diagnosisBox .boxText{
	padding-bottom:30px;
	display: inline-block;
	width: 100%;
}
.diagnosisBox .boxText a{
	font-weight:bold;
	color: #e1d490;
	background: #2d567f;
	padding: 5px 15px;
	border-radius: 15px;
	transition: 0.3s;
	margin: 10px auto 0;
	display: block;
	max-width: 150px;
	text-align: -webkit-center;
	text-align: center;
}
.diagnosisBox .boxText a:hover{
	color:#2d567f;
	background:#fff0;
}
.diagnosisBox h3 span{
	color: #e0d491;
	font-size: 1.3em;
	line-height: 0;
	padding: 11px 3px 0px 0px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	height: 50px;
}


/*lineページ*/


.lineBox .licon{
	padding: 7px;
	display: inline-block;
	line-height: 0;
	width: 38px;
	vertical-align: middle;
}

.lineBox .cord{
	max-width: 230px;
	margin: 20px auto;
	padding: 15px;
}
.lineBox .lineb a{
	color:#fff;
	font-size: 1.2em;
	display: inline-block;
}
.lineBox .lineb span .licon{width: 30px;}
.lineBox .lineb {
  display: block;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0 auto;
}
.lineBox .lineb::before,
.lineBox .lineb::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.lineBox .lineb,
.lineBox .lineb::before,
.lineBox .lineb::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.lineBox .lineb {
  position: relative;
  z-index: 2;
  background-color: #0bbc0c;
  border: 2px solid #0bbc0c;
  color: #fff;
  line-height: 48px;
  border-radius: 7px;
  text-align: -webkit-center;
  text-align: center;
}
.lineBox .lineb:hover {
  background-color: #74da75;
  border-color: #0bbc0c;
  color: #0bbc0c;
}
.lineBox .lineb::before,
.lineBox .lineb::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #0bbc0c;
}
.lineBox .lineb::before {
  right: 0;
}
.lineBox .lineb::after {
  left: 0;
}
.lineBox .lineb:hover::before,
.lineBox .lineb:hover::after {
  width: 0;
  background-color: #69cc69;
}



/*サイトマップページ*/
.sm h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 80%, #dfd492 0%);
  font-size: 1.8em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
.sm h3 img {
    max-width: 10px !important;
    padding: 4px 0;
    margin-right: 10px !important;
    display: inline-block !important;
}
.sm .texbl{
	color:#2c537b;
	font-weight: bold;
	line-height: 2.5em;
}
@media ( max-width : 640px ) {
.sm h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 70%, #dfd492 0%);
  font-size: 1.3em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
}



/*流れのページ*/
.flow h3 .flicon{
	display: inline-block;
	max-width: 70px;
	position: relative;
	margin-bottom: -30px;
}
.flow h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 80%, #dfd492 0%);
  font-size: 1.8em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
@media ( max-width : 640px ) {
.flow h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 80%, #dfd492 0%);
  font-size: 1.15em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
}
.flow h3 .flicon {
    display: inline-block;
    max-width: 45px;
    position: relative;
    margin-bottom: -16px;
}
}

.bluetex{
	font-weight:bold;
	color:#2d567f;
	font-size:1.2em;
}
.flow .butbox{

}
.flbutbox{
	float: left;
	width: 32.1%;
	font-weight: bold;
	margin-top: 15px;
	position: relative;
	margin-left: 1.2%;
	display: table;
}
@media ( max-width : 850px ) {
	.flbutbox{
	float: left;
	width: 100%;
	font-weight: bold;
	margin-top: 15px;
	margin-right:1.8%;
	position: relative;
}
}
@media ( max-width : 480px ) {
	.flbutbox{
	float: left;
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-right:0;
    margin-left: 0;
	position: relative;

}
.bluetex{
	font-weight:bold;
	color:#2d567f;
	font-size:1em;
}
.flow .flbutbox{
	margin-bottom: 0px;
}
}

.flbutbox a{
	color:#fff;
	display: table-cell;
	vertical-align: middle;
    line-height: 1.25em;
}
.flbutbox:first-child{
	margin-left:0% !important;
}
.flow .mail {
	background: #006738;
	padding: 17px 0 14px;
	font-size: 1.25em;
	max-width: 100%;
	text-align: -webkit-center;
	text-align: center;
	height: 45px;
	border-radius: 5px;
	transition:.3s;
}
.flow .mail:hover { background: #4eb184;}
.flow .mail span{
	width: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -5px;
}
.flow .line {transition:.3s; background: #01b901;padding: 16.5px 5px;max-width: 100%;text-align: -webkit-center;text-align: center;height: 45px;border-radius: 5px;}
.flow .line:hover { background: #6bd46b;}
.flow .line img{
	max-height: 18px;
	padding-top: 0px;
}
.flow .reserve {transition:.3s; background: #bb2422;padding: 17px 0 14px;max-width: 100%;text-align: -webkit-center;text-align: center;height: 45px;border-radius: 5px; font-size: 1.25em;}
.flow .reserve:hover { background: #d46a68;}
.flowboxText span{
	color: #2d567f;
}

.flow .infotex{
	clear: both;
	margin: 15px 0;
	display: inline-block;
}
.flowpdf{
	padding:60px 15px;
	text-align:center;
	text-align:-webkit-center;
}
.flowpdf .pdficon{
	max-width:60px;
	margin:0 auto;
}
.pdftext{
	text-align:-webkit-center;
	text-align:center;
	margin:30px;
	font-weight:bold;
	color:#2d567f;
}
.pdftext small{
	font-size:0.9em
}
.flowpdf p{
	text-align:center;
	text-align:-webkit-center;
	margin: 20px 0;
}

.flowpdf .topinfobutton{
	float:none;
}
.flowpdf .pdfread{
	max-width: 150px;
	display: inline-block;
}

.flBox{max-width: 1130px;margin: 0 auto;}
.flBox h3{
	background-image: url("../img/diatexbg.png");
	background-position: center left;
	background-repeat:no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	padding: 15px 10px 15px 15px;
	background-size: 100% 100%;
	margin-bottom: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
@media ( max-width : 480px ) {
	.flBox h3{
	font-size: 1em;
	letter-spacing: 0.0em;
	}
}
.flBox .boxText{
	padding-bottom:30px;
}
.flBox .boxText a{
	font-weight:bold;
	color: #e1d490;
	background: #2d567f;
	padding: 5px 15px;
	border-radius: 15px;
	transition: 0.3s;
	margin: 10px auto 0;
	display: block;
	max-width: 150px;
	text-align: -webkit-center;
	text-align: center;
}
.flBox .boxText a:hover{
	color:#2d567f;
	background:#fff0;
}
.flBox h3 span{
	color: #e0d491;
	font-size: 1.3em;
	line-height: 0;
	padding: 14px 5px 0px 0px;
	display: table-cell;
	float: left;
	vertical-align: middle;
	height: 50px;
}

.blbox{
    background: #2d527a;
    color: #fff;
    padding: 50px 15px;
}
.blbox h4{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    background: linear-gradient(transparent 80%, #dfd492 0%);
    font-size: 1.8em;
    color: #ffffff;
    text-shadow: 1px 1px 3px #00000070;
    margin-bottom: 20px;
}
.blbox .blsub{
    color: #dfd492;
    margin-bottom: 15px;
    font-weight: bold;
}
.bltex span.blsub{
	display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 0;
}
.blbox .bltex{}

@media ( max-width : 640px ) {
.blbox h4{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    background: linear-gradient(transparent 70%, #dfd492 0%);
    font-size: 1.3em;
    color: #ffffff;
    text-shadow: 1px 1px 3px #00000070;
    margin-bottom: 20px;
}
.bltex span.blsub{
	display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
}







/*pointページ*/

.pointBox {
    clear: both;
    border-top: solid 4px #2e527a;
    display: inline-block;
    width: 100%;
    min-height: 550px;
}

.pointBox h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 84%, #dfd492 0%);
  font-size: 1.8em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
  padding-left: 10px;
}
.pointBox h3 span{
    display: block;
    font-size: 0.7em;
}
.boxa{background-image: url("../img/sampleimg2.png");background-repeat: no-repeat;background-position: top left;}
.boxb{background-image: url("../img/sampleimg3.png");background-repeat: no-repeat;background-position: top right;margin-top: -5px;}
.boxc{background-image: url("../img/sampleimg4.png");background-repeat: no-repeat;background-position: top left;margin-top: -5px;}
.boxd{background-image: url("../img/p4.png");background-repeat: no-repeat;background-position: top right;margin-top: -5px;}
.boxe{background-image: url("../img/sampleimg6.png");background-repeat: no-repeat;background-position: top left;margin-top: -5px;}
.boxf{background-image: url("../img/sampleimg7.png");background-repeat: no-repeat;background-position: top right;margin-top: -5px;}
.boxg{background-image: url("../img/sampleimg8.png");background-repeat: no-repeat;background-position: top left;margin-top: -5px;}
.boxh{background-image: url("../img/sampleimg9.png");background-repeat: no-repeat;background-position: top right;margin-top: -5px;}
.boxi{background-image: url("../img/sampleimg10.png");background-repeat: no-repeat;background-position: top left;margin-top: -5px;}
.boxj{background-image: url("../img/sampleimg11.png");background-repeat: no-repeat;background-position: top right;border-bottom: solid 4px #2e527a;margin-top: -5px;}

.pointBoxR{
    width: 50%;
    float: right;
}
.pointBoxL{
    width: 50%;
    float: left;
}

@media ( max-width : 1050px ) {
.pointBoxR{
    width: 100%;
    float: none;
    padding: 0px;
}
.pointBoxL p,.pointBoxR p{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.pointBoxL{
    width: 100%;
    float: none;
    padding: 0px;
}
.pointBox h3{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 85%, #dfd492 0%);
  font-size: 1.3em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
  padding-left: 10px;
}
.boxa{background-image: url("../img/sampleimg2sp.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%;}
.boxb{background-image: url("../img/sampleimg3sp.png");background-repeat: no-repeat;background-position: bottom right;background-size: 100%;}
.boxc{background-image: url("../img/sampleimg4sp.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%;}
.boxd{background-image: url("../img/p4sp.png");background-repeat: no-repeat;background-position: bottom right;background-size: 100%;}
.boxe{background-image: url("../img/sampleimg6sp.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%;}
.boxf{background-image: url("../img/sampleimg7sp.png");background-repeat: no-repeat;background-position: bottom right;background-size: 100%;}
.boxg{background-image: url("../img/sampleimg8sp.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%;}
.boxh{background-image: url("../img/sampleimg9sp.png");background-repeat: no-repeat;background-position: bottom right;background-size: 100%;}
.boxi{background-image: url("../img/sampleimg10sp.png");background-repeat: no-repeat;background-position: bottom left;background-size: 100%;}
.boxj{background-image: url("../img/sampleimg11sp.png");background-repeat: no-repeat;background-position: bottom right;background-size: 100%;border-bottom: solid 4px #2e527a;}
}





/*アクセスページ*/
.accSbutton1 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton1 {
  position: relative;
  display: inline-block;

  background:linear-gradient(180deg,#78b1e4 0%,#78b1e4 50%,#4685bd 0%,#4685bd 100%);
  border: 2px solid #6ea4d4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;

}
.accSbutton1::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}


.accSbutton1:hover::after {
	border-left-color:#77b1e4;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
	border-left-color:#77b1e4;
  	top: 54%;
  	right:55%;
  	left:45%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}


.accSbutton2 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton2 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#95dea1 0%,#95dea1 50%,#7bbb86 0%,#7bbb86 100%);
  border: 2px solid #75ce83;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton2::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}
.accSbutton2:hover::after {
	border-left-color:#95dea1;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#95dea1;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}


.accSbutton3 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton3 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#d2ba8f 0%,#d2ba8f 50%,#e6a32e 0%,#e6a32e 100%);
  border: 2px solid #cea33e;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton3::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}

.accSbutton3:hover::after {
 	border-left-color:#d2ba8f;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#d8b069;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}

.accSbutton4 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton4 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#cc99ff 0%,#cc99ff 50%,#9966cc 0%,#9966cc 100%);
  border: 2px solid #c68eff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton4::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}

.accSbutton4:hover::after {
 	border-left-color:#e8d1ff;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#e0c1ff;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}

.accSbutton5 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton5 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#ffbf7f 0%,#ffbf7f 50%,#ff9966 0%,#ff9966 100%);
  border: 2px solid #ffbf7f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton5::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}

.accSbutton5:hover::after {
 	border-left-color:#ffe8d1;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#e0c1ff;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}

.accSbutton6 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton6 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#ff9999 0%,#ff9999 50%,#ff6666 0%,#ff6666 100%);
  border: 2px solid #ff9999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton6::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}

.accSbutton6:hover::after {
 	border-left-color:#ffcccc;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#e0c1ff;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}

.accSbutton7 img{
	max-width:15px !important;
	display:inline-block !important;
	margin-right:4px !important;
	margin-bottom:-3px !important
}
.accSbutton7 {
  position: relative;
  display: inline-block;

  background: linear-gradient(180deg,#66cccc 0%,#66cccc 50%,#00cccc 0%,#00cccc 100%);
  border: 2px solid #66cccc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width:100%;
  line-height: 3em;
  border-radius:10px;
}
.accSbutton7::after {
  position: absolute;
  top: 44%;
  right:50%;
  left:50%;
  content: '';
  border: 10px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #fff;
  transition: all .3s;
  animation: arrow .3s;
}

.accSbutton7:hover::after {
 	border-left-color:#ccffff;
  	top: 54%;
  	right:51%;
  	left:49%;
  	animation: arrow .3s;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@keyframes arrow {
  100% {
 	border-left-color:#e0c1ff;
  	top: 54%;
  	right:51%;
  	left:49%;
     -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
}

/*privacypolicyページ*/
.infobox .texbox{
	display: inline-flex;
}

/*QandAページ*/

label.panel-label:checked + section {
    font-size: inherit !important;
}


label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#panels {
  background-color: #fff;
}
#panels .container {
  margin: 0 auto;
  width: 90%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0ms;
  transition: opacity 0ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}
#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  box-shadow: none;

}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  box-shadow: none;

}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  box-shadow: none;

}

#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0,0px, 0);
          transform: translate3d(0, 0px, 0);
  box-shadow: none;

}


ul#tabs-list {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul#tabs-list li {
  display: flex;
  text-align: center;
  position: relative;
}
ul#tabs-list li label.panel-label {
  position: relative;
  text-align: -webkit-center;
  text-align: center;
  font-weight: bold;
}
ul#tabs-list li label.panel-label::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
}
.panel-radios {
  display: none;
}



ul#tabs-list li {
  max-width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-bottom: 10px;
}

ul#tabs-list li {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff ;
  line-height: 35px;
  text-align:center;
  text-align:-webkit-center;
  display:block
}
ul#tabs-list li:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #06142e ;
}



#panels .bluetex{
	text-align: center;
	text-align: -webkit-center;
}
#panels h4 .pQ {
    display: inline-block;
    max-width: 50px;
    position: relative;
    margin-bottom: -10px;
    margin-right: 10px;
}
#panels h4{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 84%, #2e5279 0%);
  font-size: 1.8em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
  display: flex;
  margin: 20px 0 30px;
}
@media ( max-width : 640px ) {
#panels h4{
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  background: linear-gradient(transparent 80%, #dfd492 0%);
  font-size: 1em;
  color: #07192d;
  text-shadow: 1px 1px 3px #00000070;
  margin-bottom: 20px;
  min-height: 40px;
    display: table;
    width: 100%;
}
#panels h4 .pQ {
    display: inline-table;
    max-width: 39px;
    position: absolute;
    z-index: 1;
}
#panels h4 p {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding-left: 20px;

}
ul#tabs-list {
  display: inline-block;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul#tabs-list li {
  display: inline-block;
  text-align: center;
  position: relative;
}


}
#panels .qatex{
	border-left: 4px solid #d36a6a;
	padding-left: 10px;
	margin: 30px 0;
}

input[type="text"], input.nametext, .fcont1 .oldtext, select {
    height: 40px!important;
}

select {
    width: 150px;
}
.pt-15 {
	padding-top: 10px;
}
.p-15 {
	padding-top: 15px;
}
.p-5 {
	padding-top: 5px;
}











/*フッター*/
.underfoot{
	border-top: 3px solid #2c537b;
	border-bottom: 3px solid #2c537b;
}
.underfoot a img{
	opacity:1;
	transition:0.3s;
}
.underfoot a img:hover{
	opacity:0.8;
}
@media ( max-width : 620px ) {
.underfoot{
	padding: 20px 40px;
}
input.nametext, input.oldtext, select {
    border: 1px solid #ccc;
}
select {
    width: 100%;
	    margin-bottom: 5px;
}
}


footer {
	text-align: center;
	color: #fff;
}
.copy{
	background: #07182c;
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: -webkit-center;
	text-align: center;
	color:#fff;
}

.foot {
	border-top: 5px solid #2d537b;
	max-width:100%;
	max-height:810px;
	margin:0 auto;
	background-image: url("../img/footbg.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment: fixed, fixed;
	padding: 0 15px;
		font-size: 0.94em;
}
.foot .inner{
	max-width: 925px;
	padding:30px 0;
	margin:0 auto;
}
.foot .allmenu{
	text-align: center;
	    font-size: 1em;
    letter-spacing: 0;
}
.foot .allmenusp{text-align: -webkit-center;text-align: center;}
.foot .allmenusp li{
	padding: 1.5px;
	display: inline-block;
}
.foot .pcbox{
	display: block;
	padding: 20px 0 10px;
}
.foot .spbox{
	display: none;
	padding: 20px 0 10px;
}
.fnav{

	text-align:center;
	text-align:-webkit-center;
	max-width: 890px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 1015px) {
.fnav{

	text-align:center;
	text-align:-webkit-center;
	max-width: 890px;
	margin: 0 auto;
	display: none;
}
.fnavsp{
	text-align:center;
	text-align:-webkit-center;
	max-width: 749px;
	margin: 0 auto;
	display: table !important;
}
}
.flogo{
    margin: 5px 0 0 0;
    display: block;
}
.fnav ul {
    display: inline-block;
}
.fnav ul li{
	float:left;
	padding-right: 13px;
}
.fnav ul li:last-child{
	float:left;
	padding-right: 0px;
}
.fnav ul li a{color: #fff;letter-spacing: 0;}
.fnav ul li a span{color: #2d537b; font-size:0.8em;padding-right:3px;}


.fnavsp{
	text-align:center;
	text-align:-webkit-center;
	max-width: 749px;
	margin: 0 auto;
	display: none;
	padding: 0 0 10px;
}
.fnavsp ul li{
	    text-align: -webkit-center;
	    text-align: center;
	    float: left;
	    display: table-cell;
}
.fnavsp ul li:first-child{padding-right:10px;}
.fnavsp ul li a{color: #fff;}
.fnavsp ul li a span{color: #2d537b; font-size:0.8em;padding-right:3px;}



.fnavL,.fnavR{
	width: 50%;
	float: left;
}

@media ( max-width : 743px ) {
.foot .inner {
    max-width: 930px;
    padding: 20px 0px 0px;
    margin: 0 auto;
}
.foot .pcbox{
	display: none;
	padding: 20px 0 10px;
}
.foot .spbox{
	display: block;
	padding: 10px 0 10px;
}
.spftex{
	background-color: #2e527a;
	text-align: -webkit-center;
	text-align: center;
	padding: 5px 0;
	margin: 5px 0 10px;
}



.copy{
	padding: 10px 15px 80px;
}}


.foot .allmenusp{text-align: -webkit-center;text-align: center; font-size: 0.9em;}
.foot .allmenusp li {
    padding: 1.5px;
    display: inline-table;
}











/*固定ボタンSP*/
.fixbutton{display: none; background-color: #07172b;text-align: -webkit-center;text-align: center;position: fixed;bottom: 0;width: 100%;padding: 0px 0px; z-index: 99999999;}
.fixbutton .fb{text-align: -webkit-center;text-align: center;border-right: 1px solid #fff;padding: 10px 5px 5px;}
.fixbutton .fb span{color: #fff;display: block;text-align: -webkit-center;text-align: center;margin: 2px 0 0 0;font-size: 0.85em;}
.fixbutton .fb img{margin: 0px auto;height: 30px;padding: 1px;}
.fixbutton .fbb1{border-left: 0px solid #fff;}.fixbutton .fbb2{border-right:0px solid #fff;}






/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design. */
@media ( min-width : 320px ) {
	.fixbutton .span_3 { width: 25%; }
	.fixbutton .gutters .span_3 .gutters1 { width: 23.5%; }
}


/*固定ボタンPC*/
.pcfixbutton{letter-spacing: 0; display: block; background-color: #07172b;text-align: -webkit-center;text-align: center;position: fixed;top: 120px;right:0;width: 100%;padding: 0px 0px;width: 79px;z-index: 99999999;}
.pcfixbutton .fb{text-align: -webkit-center;text-align: center;border-bottom: 1px solid #fff;padding: 12px 5px 5px;}
.pcfixbutton .fb span{color: #fff;display: block;text-align: -webkit-center;text-align: center;margin: 5px 0 0 0;font-size: 0.91em;}
.pcfixbutton .fb img{margin: 0px auto;height: 30px;padding: 1px;}
.pcfixbutton .fbb1{border-bottom: 1px solid #fff;}.fixbutton .fbb2{border-right:0px solid #fff;}
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 1015px) {
.pcfixbutton {
	display: none;
    background-color: #07172b;
    text-align: -webkit-center;
    text-align: center;
    position: fixed;
    top: 181px;
    right: 0;
    width: 100%;
    padding: 0px 0px;
    width: 79px;
    z-index: 99999999;
}
.fixbutton{display: block; background-color: #07172b;text-align: -webkit-center;text-align: center;position: fixed;bottom: 0;width: 100%;padding: 0px 0px; z-index: 99999999;}

}



#page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 1em;
}
#page-top a {
    background: #5b6482;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.9;
}
#page-top a:hover {
    text-decoration: none;
    background: #607799;
}
@media only screen and (max-width: 640px) {
#page-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 1em;
}
}



/*フォーム共通*/

.chubox{
	padding:60px 15px;
	width: 100%;
}
.chubox p{
	text-align:center;
	text-align:-webkit-center;
}
.chubox .imicon{
	max-width: 35px;
	margin: 5px 5px;
	display;
	display:  inline-block;
	vertical-align:  middle;
}
.chubox .blsub{
    color: #dfd492;
    margin-bottom: 15px;
    font-weight: bold;
}
.formwrap{
	background-color: #fff;
}
.fbox{padding:  0 15px;}
.ftitle{
    text-align:  right;
    text-align: -webkit-right;
    font-weight:  bold;
}
.formwrap .imicon{
    max-width: 36px;
    display: block;
    margin: 0px 0px 0 5px;
    padding: 0px 0 0 0;
    float:  right;
}

.fcont1{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.fcont1 .nametext{
	width: 50%;
	margin-right: 10px;
}
.fcont1 .oldtext{
	width: 20%;
	margin-right: 10px;
}
.form1{margin-left: 2% !important;}
.mfp_element_select-one{
	height: 30px;
	width: 30%;
	margin-top: -5px !important;
}
.fcont1 ol{
	width: 50%;
	float: left;
}
.fcont1 li:first-child{
	margin: 0px 0 15px;
}
.fcont1 li{
	margin: 15px 0;
}
.naiyou{
	width: 100% !important;
	min-height: 250px;
	    border: 1px solid;
}
@media only screen and (max-width: 640px) {
form#mailformpro label.mfp_checked {
    padding: 0 0px !important;
}
form#mailformpro label {
    border-radius: 3px;
    margin: -5px 0px !important;
    display: inline-block;
    white-space: nowrap;
}
.mfp_element_text,.mfp_element_select-one,.mfp_element_textarea{
	font-size: 16px;
}
.fcont1 .nametext{
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
.fcont1 ol{
	width: 100%;
	float: none;
}
.fcont1 .oldtext{
	width: 60%;
	margin-right: 10px;
	font-size: 16px;
}
.ftitle{
    text-align:  left;
    text-align: -webkit-left;
    font-weight:  bold;
    margin-bottom: 15px;
}
.mfp_element_select-one{
	height: 30px;
	width: 100%;
	margin-top: 0px !important;
}
.formwrap .imicon{
    margin: 0px 5px 0px 0px;
    padding: 0px 0 0 0;
    float: left;
}
}

.telbox{
	background-color: #fff;
	border-radius: 15px;
	padding:60px 15px;
}
.telbox h4{
	font-size: 1.5em;
	color:#2d537b;
	text-align: center;
	text-align: -webkit-center;
	font-weight: bold;
	padding: 0px 15px 20px;
}
@media only screen and (max-width: 640px) {
	.telbox h4{
	font-size: 0.9em;
	color:#2d537b;
	text-align: center;
	text-align: -webkit-left;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 20px;
}
}
.allinfo{
	max-width: 550px;
	margin:0 auto;
}
.allinfobutton img{
	width: 90%;
	padding: 15px 15px 0;
}
.allinfobutton {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.allinfobutton::before,
.allinfobutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.allinfobutton,
.allinfobutton::before,
.allinfobutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.allinfobutton {
  position: relative;
  background-color: #bb2422;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #880e0e;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.allinfobutton:hover {
  top: -4px;
  box-shadow: 0 7px 0 #880e0e;
}
.allinfobutton:active {
  top: 3px;
  box-shadow: none;
}





.allinfobutton2 img{
	width: 90%;
	padding: 15px 15px 0;
}
.allinfobutton2 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.allinfobutton2::before,
.allinfobutton2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.allinfobutton2,
.allinfobutton2::before,
.allinfobutton2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.allinfobutton2 {
  position: relative;
  background-color: #67ca10;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 5px 0 #77a91d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.allinfobutton2:hover {
  top: -4px;
  box-shadow: 0 7px 0 #77a91d;
}
.allinfobutton2:active {
  top: 3px;
  box-shadow: none;
}



.thbox{
	display: block;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	max-width: 960px;
	margin: 0 auto;
}






/*掲載一覧ページ*/


/*掲載一覧ページ*/

.archiveinfo a{
	color:#3d3d3d;
}
.archiveinfo h3{
	font-size:25px;
	font-weight:bold;
	color:#0a192c;
	letter-spacing:0.15em;
}
.archiveinfo h3 img{
	max-width:10px;
	padding:4px 0;
	margin-right:10px;
}
.archiveinfo h3 span{
	font-size:18px;
	padding:5px;
	color:#014d7a;
	letter-spacing:0.095em;
	float: none;
}
.archiveinfo h3 {
    display: flex ;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
@media ( max-width : 640px ) {
.archiveinfo h3 {
    display: inline-block;
    align-items: left;
    text-align: left; /* for no-flexbox browsers */
}
.archiveinfo h3 span {
    font-size: 18px;
    padding: 5px;
    color: #014d7a;
    letter-spacing: 0.095em;
    display: inline-block;
    width: 100%;
    float: left;
}
}

.archiveinfo h3::after {
    border-top: 2px solid #14254a;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.archiveinfo h3::before {
    margin-right: 0.5em;
}

.archiveinfo h3::after {
    margin-left: 0.5em;
}



.archiveinfo ul{
	clear:both;
}

.archiveinfo ul li{
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	padding: 20px 0 10px;
	/* clear: both; */
}
.archiveinfo ul li .date{
	float: left;
	display:inline-block;
	padding-right: 20px;
	margin-top: 15px;
}
.archiveinfo ul li .maintext{
    float: left;
    display: inline-block;
    clear: both;
}
.archiveinfo ul li .texmore{
	text-align: -webkit-right;
	text-align: right;
}

.archiveinfo .media .thumnail{
	/* float: left; */
	max-width: 100%;
	padding: 0 0px 0 0px;
	background-color: #fff;
	margin-right: 0px;
}

.archiveinfo .media .medR{
    display: flow-root;
}
.archiveinfo .media .texmore{
	text-align: -webkit-right;
	text-align: right;
	float: right;
	clear: both;
}
.archiveinfobutton{
	clear:both;
	display: block;
	float: right;
}


.archiveinfobutton {
  display: inline-block;
  width: 260px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.archiveinfobutton::before,
.archiveinfobutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.archiveinfobutton,
.archiveinfobutton::before,
.archiveinfobutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archiveinfobutton {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff !important;
  line-height: 35px;
  margin: 15px 0 0 0;
}
.archiveinfobutton:hover {
  background-color: #fff;
  border-color: #05132d;
  color: #06142e !important;
}
.archiveinfobutton::before,
.archiveinfobutton::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #06142e;
}
.archiveinfobutton::before {
  right: 0;
}
.archiveinfobutton::after {
  left: 0;
}
.archiveinfobutton:hover::before,
.archiveinfobutton:hover::after {
  width: 0;
  background-color: #06142e;
}

@media ( max-width : 640px ) {
.archiveinfo .media .thumnail{
	/* float: left; */
	max-width: 100%;
	padding: 0 0px 0 0px;
	background-color: #fff;
	margin-right: 0px;
}


.archiveinfobutton {
  position: relative;
  z-index: 2;
  background-color: #06142e;
  border: 2px solid #06142e;
  color: #fff !important;
  line-height: 35px;
  margin: 15px auto;
}
.archiveinfobutton {
    clear: both;
    display: block;
    float: none;
}
.archiveinfo ul li .maintext{
	float: none;
}
.archiveinfo .media .medR{
    display: inline-block;
    width: 100%;
}
.archiveinfo ul li .date{
	float: none;
	display:inline-block;
	padding-right: 20px;
}
}

.pager{max-width:  115px;margin:  0 auto;}
.pager ul li{max-width: 60px;float: left;padding: 15px 20px;border: solid 1px #2d527a;margin-right: 5px;background-color: #2d527a;}
.pager .onpage {background: #fff0;}.pager .onpage a{background: #fff0; color: #2d527a;}
.pager ul li a{color: #fff;}
