@charset "utf-8";

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}
@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}
img.img-fluid {display: block;}
@media (min-width: 768px) {
.modal-dialog {max-width: 650px;}
}
.ind1 {position: relative; z-index: 1;}
.ind2 {position: relative; z-index: 2;}
.ind3 {position: relative; z-index: 3;}

/* base
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear{clear:both;}
img{border:0;vertical-align:bottom;}
a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
}
body{
	font-size: 100%;
	line-height:185%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 1.2px;
	overflow-x: hidden;
	background:url("../images/bg.jpg");
}
header,main,footer{font-family: 'Noto Sans JP', sans-serif;}

/* header
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.header{
	width: 100%;
	z-index: 9!important;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;
	background:url("../images/bg.jpg");
	}
}
@media print, screen and (min-width: 576px) {
.header{
	width: 100%;
	z-index: 9!important;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;	
	}
}

/* h1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.logo {
	width: 250px;
	margin:7px 0 5px 5px !important;
	float: left;
	}
}
@media print, screen and (min-width: 768px) {
.logo{
	width: 450px;
	padding: 5px 0 5px 10px;
	}
}
@media print, screen and (min-width: 992px) {
.logo{
	width: 450px;
	padding: 5px 0 5px 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.logo{
	width: 450px;
	padding: 5px 0 5px 10px;
	}
}

/* オープニングアニメ
----------------------------------------------------------*/
/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.start2 {
	font-family: 'Noto serif JP', sans-serif;
	background:#0047b3;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}

@media only screen and (max-width: 767px)  {
.start2 img {
    width:300px;
	height: auto;
	}
}

.start2 p {
	position: fixed;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 9999;
}

@media only screen and (max-device-width: 480px) {
    .start2 img {
    width: 300px;
    height: auto;
}
    .start2 p {
	top: 45%;
	left: 49%;
}
 /* スマホ用のCSS */
}

.loading {
	position: fixed;
	top: 69%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 9999;
    left: 50%;
    color: #fff;
    font-size: 22px;
}

@media only screen and (max-device-width: 480px) {
    .loading {
    font-size: 18px;
}
 /* スマホ用のCSS */
}

.loading span {
  display: inline-block;
  margin: 0 -.075em 50px;
  animation: loading .7s infinite alternate;
}
.loading span:nth-child(2) {
  animation-delay: .1s;
}
.loading span:nth-child(3) {
  animation-delay: .2s;
}
.loading span:nth-child(4) {
  animation-delay: .3s;
}
.loading span:nth-child(5) {
  animation-delay: .4s;
}
.loading span:nth-child(6) {
  animation-delay: .5s;
}
.loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#2d3a43;}

/* menu
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.menu{
    height: 50px;
	position: fixed;
	right:0;
    top: 0;
    width: 50px;
	padding:15px 10px;
	background: #0047b3;
	cursor: pointer;
	z-index: 9999
	}
.menu img{display: none;}
.menu__line{
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 30px;
}
.menu__line--center{
    top: 25px;
}
.menu__line--bottom{
    bottom: 13px;
}
.menu__line--top.active{
    width: 30px;
    top: 25px;
	left:10px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    width: 30px;
    top: 25px;
	left:10px;	
    transform: rotate(135deg);
	}
}

@media print, screen and (min-width: 768px) {
.menu{
    height: 100px;
	position: fixed;
	right:30px;
    top: 30px;
    width: 100px;
	padding:40px 20px;
	background: #0047b3;
	cursor: pointer;
	z-index: 9999;
	border-radius: 100px;
	}
.menu img{display: none;}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 60px;
}
.menu__line--center{
    top: 50px;
}
.menu__line--bottom{
    bottom: 38px;
}
.menu__line--top.active{
    width: 43px;	
    top: 49px;
	left:30px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    width: 43px;		
    bottom: 49px;
	left:30px;	
    transform: rotate(135deg);
	}
}

@media print, screen and (min-width: 992px) {
.menu img{
	display: inline-block;
	position: absolute;
	width: 50px;
	bottom: 15px;
	left: 25px;
	}
}

/* gnav
---------------------------------------------------- */
.gnav{
    background: rgba(0,44,94,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9;
	top:0;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.gnav__menu{width: 90%;}
@media print, screen and (min-width: 768px) {.gnav__menu{width: 600px;}}
@media print, screen and (min-width: 992px) {.gnav__menu{width: 800px;}}
@media print, screen and (min-width: 1200px) {.gnav__menu{width: 1000px;}}

.gnav__menu li{list-style: none}
.gnav__menu__item a{
	display: block;
    color: #fff;
	text-align: center;
    padding: 10px 0;
    text-decoration: none;
    transition: .5s;
	border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
.gnav__menu__item a{
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
	border-bottom: 1px solid #fff;
	}
}

.gnav__menu__item a:hover{color:#8dcbea;}

@media print, screen and (min-width: 768px) {
.gnav__menu__item span{
    color: #fff;
	font-size: 14px !important;
	font-family: 'Noto serif JP', sans-serif;	
	}
}

@media only screen and (max-width: 767px) {
.li001{width:100% !important; clear: both;}
.li002{width:48% !important; float: left !important; clear: both;}
.li003{width:48% !important; float: right!important;}
.li004{width:48% !important; float: left !important; clear: both;}
.li005{width:48% !important; float: right!important;}
.li006{width:48% !important; float: left !important; clear: both;}
.li007{width:48% !important; float: right!important;}
.li008{width:100% !important; clear: both;}
}

@media print, screen and (min-width: 768px) {
.li001{width:100% !important; clear: both;}
.li002{width:48% !important; float: left !important; clear: both;}
.li003{width:48% !important; float: right!important;}
.li004{width:48% !important; float: left !important; clear: both;}
.li005{width:48% !important; float: right!important;}
.li006{width:48% !important; float: left !important; clear: both;}
.li007{width:48% !important; float: right!important;}
}
.navi-on a{color:#8dcbea;}

/* header_btn_tel
---------------------------------------------------- */
.p10-0{padding: 10px 0;}

.header_btn_tel{
	display:block;
	padding:15px 0;
	text-align:center;
	margin-bottom: 8px;
	letter-spacing: 2px;
	}
@media only screen and (max-width: 767px) {
.header_btn_tel{
	font-size: 18px;
	color: #fff;
	padding:15px 0;
	background:#0047b3;
	}
}

.header_btn_tel a:link,
.header_btn_tel a:visited,
.header_btn_tel a:hover,
.header_btn_tel a:active{color:#fff}
.header_btn_tel i{font-size:80%; margin:-3px 5px 0 0; color:#fff; vertical-align: middle;}

/* content
---------------------------------------------------- */
@media print, screen and (min-width: 768px){main {font-size:15px;}}
@media print, screen and (min-width: 992px){main {font-size:16px;}}
@media print, screen and (min-width: 1200px){main{font-size:18px;}}

/* index.html
---------------------------------------------------- */
/* main余白
---------------------------------------------------- */
.mainimg{ margin-top: 0px !important; padding-top: 50px}

@media print, screen and (min-width: 768px){
.mainimg{ margin-top: 0px !important; padding-top: 80px}
}

/* mainimage
---------------------------------------------------- */
.swiper-wrapper img{margin: 0 auto;}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px!important;}
@media print, screen and (min-width: 1200px) {
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
}

#mainimage {position: relative;}

@media only screen and (max-width: 767px)  {
.swiper-wrapper, .swiper-slide { height: 100vh;}
.swiper-slide > img {
    object-fit: cover;
	height: 80vh;
	width: 100vw;
	}
}

@media print, screen and (min-width: 768px){
.swiper-wrapper, .swiper-slide { height: 80vh;}
.swiper-slide img{
	object-fit: cover;
	height: 80vh;
	width: 90vw;
	border-radius: 30px;
	}
}
@media print, screen and (min-width: 992px){
.swiper-wrapper, .swiper-slide { height: 100vh;}
.swiper-slide img{
	object-fit: cover;
	height: 100vh;
	width: 90vw;
	border-radius: 30px;
	}
}

@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 100;
	left: 5%;
	right:5%;
	bottom:25%;
	}
}
@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	left: 7%;
	right:50%;
	bottom:4%;
	}
}

@media print, screen and (min-width: 992px){
#mainimage h2{
	top: 15%;
	left: 10%;
	right:40%;
	bottom: 0%;
	}
}

@media print, screen and (min-width: 1200px){
#mainimage h2{
	top: 15%;
	left: 10%;
	right:40%;
	bottom: 0%;
	}
}

.swiper-button-next,
.swiper-button-prev{z-index: 200!important; position: absolute!important;}

/* top
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.area-side{order: 2;}
.area-main{order: 1;}
}

.p01-box01{
	padding:0 25px;
	color: #fff;
	}
@media print, screen and (min-width: 768px) {
.p01-box01{	
	padding:0 10px 0 20px;
	}
}
@media print, screen and (min-width: 1400px) {
.p01-box01{
	padding: 100px 8% 0 10%;
	}
}

/* about
---------------------------------------------------- */
.p01-box02 a:link{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff !important;
	border-radius: 20px;
	background-image: linear-gradient(180deg, rgba(0, 071, 179, 1), rgba(0, 128, 213, 1));
	padding: 20px 0;
	border:0;
	}
.p01-box02 a:link{
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.p01-box02 a:link,
.p01-box02 a:visited{
	display: block;	
	color:#fff;
	background-image: linear-gradient(180deg, rgba(0, 071, 179, 1), rgba(0, 128, 213, 1));
	text-decoration:none;
	padding: 25px 0
	}
.p01-box02 a:hover,
.p01-box02 a:active{
	color:#fff !important;
	background-image: linear-gradient(180deg, rgba(0, 49, 104, 1), rgba(0, 071, 179, 1));
	text-decoration:none !important;
	padding: 25px 0
	}

@media print, screen and (min-width: 768px) {
.p01-box02 a:link,
.p01-box02 a:visited{
	padding: 20px 0 25px 0
	}
.p01-box02 a:hover,
.p01-box02 a:active{
	padding: 20px 0 25px 0;
	}
}

.p01-box02{margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.p01-box02{margin-bottom: 40px;}}

.p01-box02 p{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 30px;
	line-height: 10px;	
	margin-bottom: 20px;
}
.p01-box02 h4{
	font-size: 16px;
	line-height: 26px;
}

@media print, screen and (min-width: 768px) {
.p01-box02 p{
	font-size: 30px;
	line-height: 40px;	
	margin-bottom: 10px;
}
.p01-box02 h4{
	font-size: 20px;
	line-height: 30px;
	}
}

@media print, screen and (min-width: 922px) {
.p01-box02 p{
	font-size: 40px;
	line-height: 50px;	
	margin-bottom: 20px;
}
.p01-box02 h4{
	font-size: 22px;
	line-height: 32px;
	}
}

/* blog
---------------------------------------------------- */
.blog-box{
	background: #fff;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 15px;
	font-size: 14px;
}
@media print, screen and (min-width: 768px) {
.blog-box{
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	font-size: 16px;
	}
}
@media print, screen and (min-width: 1400px) {
.blog-box{
	padding: 30px;
	margin-bottom: 40px;
	}
}

.blog-img{margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.blog-img{margin-bottom: 20px;}}

.blog-box h4 a:link,
.blog-box h4 a:visited{color:#333; text-decoration: none}
.blog-box h4 a:hover,
.blog-box h4 a:active{color:#333;text-decoration: underline}

/* p01-box03
---------------------------------------------------- */
.p01-box03{
	color: #fff;
	padding:30px 20px;
	background: #0047b3;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px)  {
.p01-box03{
	padding:30px 30%;
	margin-bottom: 30px;
	border-radius: 0 10px 0 0;
	}
}
@media print, screen and (min-width: 1200px)  {
.p01-box03{padding: 70px 7%;}
}

/* news
---------------------------------------------------- */
@media print, screen and (min-width: 768px)  {#information{padding:0 5%;}}

#information-area{
	height: 350px;
	overflow: scroll;
	overflow-x: hidden;
	background: #fff;
}
@media print, screen and (min-width: 768px)  {#information-area{height: 320px;}}
@media print, screen and (min-width: 1200px) {#information-area{height: 320px;}}

#information-area::-webkit-scrollbar {
  width: 12px !important;
}
#information-area::-webkit-scrollbar-track {
  background: #999 !important;
  border-radius: 100px !important;
}
#information-area::-webkit-scrollbar-thumb {
  background: #999 !important;
  border-radius: 100px !important;
}
#information-area {
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}

.news-ctgr{
	font-size: 12px;
	padding:3px 10px 5px 10px;
	border-radius: 100px;
	border:1px solid #333;
}
.new{
	color: #cc3333;
	font-weight: lighter;
	font-size: 15px;	
	padding:1px 2px 1px 5px;
	margin-left: 15px;
}
.news_table{
	width:98%;
	border-collapse: collapse;
	position: relative;
}
.news_table th{
	padding:10px 0 3px 0;
	display: block;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}

.news_table td{
	padding:0 0 12px 0;
	display: block;
	text-align: left;
}
.news_table .mt10{margin-top: 10px;}

@media print, screen and (min-width: 768px) {
.news_table th{
	width: 250px;
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
.news_table td{
	padding:10px 0;
	vertical-align:top;
	display:table-cell;
	}
}
@media print, screen and (min-width: 1200px) {
.news_table th{
	width: 220px;
	}
}

.news_table a:link,
.news_table a:visited{display:inline-block;font-size: 22px; color: #e81212 !important; text-decoration:none;}
.news_table a:hover,
.news_table a:active{text-decoration:none; color:#a90000 !important;}
.news_table i{text-align: center;}

/* p-news__table
---------------------------------------------------- */
.p-news__inner{padding:10px 20px;}
@media print, screen and (min-width: 768px) {.p-news__inner{padding: 30px;}}

@media only screen and (max-width: 767px) {
.p-news__table {width: 98%;}
.p-news__table th {
    display: block;
    width: 100%;
    padding-top: 10px;
	font-weight: normal;
	}
.p-news__table td {
    display: block;
    width: 100%;
	padding: 0 0 15px 0;
	}
}

@media print, screen and (min-width: 768px)  {
.p-news__table {width: 98%;}
.p-news__table th {
    width: 20%;
	padding: 20px 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	}
.p-news__table td {
	width: 80%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	}
}

@media print, screen and (min-width:1200px)  {.news-box{padding-left: 20px;}}

.nav-tabs {border-bottom: 0px}
.nav-tabs > li{margin-right: 3px;}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #0047b3;
	padding: 3px 8px;
	border-radius: 10px 10px 0 0;
	}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	font-size: 12px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #6295e2;
	padding: 3px 8px;
}

@media print, screen and (min-width: 768px)  {
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
	font-size: 14px;
	padding:3px 10px;
	}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	font-size: 14px;
	padding:3px 10px;
	}
.nav-tabs > li{margin-right: 10px;}
.p-news .nav-tabs {border: 0;}
.p-news .nav-tabs::before, .p-news .nav-tabs::after {display: none;}
}

@media print, screen and (min-width: 992px)  {
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
	padding:3px 10px;
	}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	padding:3px 10px;
	}
}

/* rectuit
---------------------------------------------------- */
.p01-box04{
	padding:0 10px;	
	}
@media print, screen and (min-width: 768px) {
.p01-box04{	
	padding:30px 0 0 0;
	}
}
@media print, screen and (min-width: 1400px) {
.p01-box04{
	padding: 0 8% 0 10%;
	}
}

/* bottom_btn_tel
---------------------------------------------------- */
.bottom_btn_tel{
	color: #fff;
	display:block;
	padding:15px 0;
	text-align:center;
	margin-bottom: 8px;
	letter-spacing: 2px;
	}

@media only screen and (max-width: 767px) {
.bottom_btn_tel{
	font-size: 18px;
	color: #fff;
	padding:15px 0;
	background:#0047b3;
	border-radius: 100px;
	}
}

.bottom_btn_tel a:link,
.bottom_btn_tel a:visited,
.bottom_btn_tel a:hover,
.bottom_btn_tel a:active{color:#fff}
.bottom_btn_tel i{font-size:80%; margin:-3px 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.bottom_btn_tel{
	display:block;
	background-color:transparent;
	padding:0;
	color: #fff;
	font-size:30px;
	margin-bottom: 15px;
	}
.bottom_btn_tel i{margin:0 5px 0 0; color:#fff;}
}

@media print, screen and (min-width: 992px) {
.bottom_btn_tel{font-size: 40px;}
.bottom_btn_tel i{margin: 0 8px 5px 0; font-size: 25px;}
}


/* footer
---------------------------------------------------- */
#footer01{
	width: 100%;
	clear: both;
}

/* f-yohaku
---------------------------------------------------- */
@media only screen and (max-width: 767px) { .f-yohaku01{ padding:20px 0 40px 0; font-size: 14px;}}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding:40px 0 80px 0; font-size: 14px;}}
@media print, screen and (min-width: 992px) {.f-yohaku01{padding:80px 0; font-size: 16px;}}

/* f-info
---------------------------------------------------- */	
.f-info{
	text-align: center;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
.f-info{
	text-align: left;
	margin-bottom: 0;
	}
}

.f-logo {
	font-size: 20px;
	margin-bottom: 20px;
}
.f-logo span{
	color: #059ddc;
	font-size: 13px;
}
@media print, screen and (min-width: 768px) {
.f-logo {
	font-size: 22px;
	}
.f-logo span{
	font-size: 14px;
	}
}
@media print, screen and (min-width: 992px) {
.f-logo {
	font-size: 28px;
	margin-bottom:30px;
	}
.f-logo span{
	font-size: 16px;
	}
}

.f-info i{color: #0047b3 !important; margin:0 0 0 10px;}
.f-info i:hover{color: #0047b3; text-decoration:underline}

/* f-navi
---------------------------------------------------- */
#textlink {width:100%; color: #333; margin-bottom: 20px;}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; border-bottom:1px solid #ccc}
#textlink li .last{border-bottom:0px}
#textlink li i{float:right; color: #333;}
#textlink li a{display:block; padding:15px; text-align:left; color: #333; font-weight:normal;}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{color: #333; text-decoration:none}
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color: #0047b3;
	}
@media only screen and (max-width: 767px) {#textlink li.last{border-bottom:none!important;}}

@media print, screen and (min-width: 768px) {
#textlink li a:after{
	font-size:0%;
	}
#textlink {width:100%; padding:0; text-align:right; margin-bottom: 30px;}
#textlink li{line-height:30px; margin-bottom:0px; display:block; background:none; border-bottom:0px}
#textlink li a{display:block; padding:0px; font-weight:normal; margin-bottom:0px;}
#textlink a:link,
#textlink a:visited {color: #333; text-decoration:none}
#textlink a:hover {color: #333; text-decoration:underline}
#textlink .first{padding-left:0px}
#textlink .last{border:none; padding-right:0px}
#textlink li{border-right: 0px; border-radius:0px; padding:3px 0 3px 15px; display:inline-block; font-size: 100%;}
#textlink li a{display:block; padding:0px;}
}

@media print, screen and (min-width: 992px) {
#textlink {margin-bottom: 100px;}
}

@media print, screen and (min-width: 768px) {#textlink li{padding: 0 0 0 30px; margin-bottom: 5px;}}
@media print, screen and (min-width: 992px) {#textlink li{padding: 0 0 0 30px}}

/* copyright
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.copyright{
	text-align: center;
	margin-top: 5px;
	line-height: 20px;
	font-size: 11px;
	}
}
@media print, screen and (min-width: 768px) {
.copyright{
	text-align:right;
	font-size: 14px;
	}
}
@media print, screen and (min-width: 992px) {
.copyright{
	font-size: 16px;
	}
}

/* modal
---------------------------------------------------- */
.left-box{
	float:left;
	width: 48%;
}
.right-box{
	float:right;
	width: 48%;
}

/* topics.html
---------------------------------------------------- */
.accordion dt {
	display: inline-block;
	padding: 15px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	background:#999;
	cursor:pointer;
}
.accordion dd{ display:none}
.accordion dd ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}
.accordion dd li {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.accordion dd li a {
	display: block;
	padding: 15px;
	text-align: center;
}

.accordion dd li a:link,
.accordion dd li a:visited,
.accordion dd li a:hover,
.accordion dd li a:active{color:#333;}
.accordion dd li a:hover{background:#eee !important; color:#333 !important}
.accordionIcon,
.accordionIcon span{display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordionIcon {
	position: relative;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
}
.accordionIcon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.accordionIcon span:nth-of-type(1) {top: 0;}
.accordionIcon span:nth-of-type(2) {top: 11px;}
.accordionIcon span:nth-of-type(3) {bottom: 0;}
.active .accordionIcon span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.active .accordionIcon span:nth-of-type(2) {
	opacity: 0;
}
.active .accordionIcon span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(315deg);
	transform: translateY(-11px) rotate(315deg);
}

@media print, screen and (min-width: 768px){
.accordion dt {background-image:none; cursor:default;}
.accordion dt.active { background-image:none;}
.accordion dd{ display: block}
.accordionIcon { display: none;}

.accordion dd li a {
padding:10px 5px;
}	
.accordion dd li a:hover{
background:#0047b3 !important;
color:#fff !important;
	}
.accordion dd ul {
border:0;
	}
.accordion dd li {
background-color: #fff;
float: left;
border:0;		
width: 46%;
margin:0 10px 15px 10px;
	}
}
@media print, screen and (min-width:992px){.accordion dd li {width: 22%;}}
@media print, screen and (min-width:1200px){.accordion dd li {width: 22.5%;}}
@media print, screen and (min-width:1400px){.accordion dd li {width: 23%;}}

@media only screen and (max-width: 767px) {.accordion .navon {background:#002146 !important; color:#fff !important}}
@media print, screen and (min-width: 768px) {.accordion .navon {background:#002146 !important; color:#fff !important}}

/* paging
---------------------------------------------------- */
.paging { text-align: center; font-size: 90%;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#333;
	border:1px solid #333;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	background: #fff;
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #333;
}
.paging span.current{
	background: #333;
	border:1px solid #333;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
.paging span.paging-text a:hover{
	background: #333;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}

.date{
	font-size: 14px;
	margin-bottom: 10px;
}

/* support.html
---------------------------------------------------- */
.p03-box01{
	padding:10px 5px 10px 5px;
}
@media print, screen and (min-width: 1200px) {
.p03-box01{
	padding:10% 0 10% 100px;
	}
}

.p03-box02{
	padding:0 5px 10px 5px;
}
@media print, screen and (min-width: 1200px) {
.p03-box02{
	padding:10% 100px 10% 0;
	}
}

/* contact.html
---------------------------------------------------- */
.mail-box1{
	padding: 15px;
	text-align: center;
	border:1px solid #fff;
	}
.mail-box1 h3{
	color: #fff;
	font-family: 'Noto serif JP', sans-serif;
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
	}
.mail-box1 h3 span{
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff
	}

@media print, screen and (min-width: 768px){
.mail-box1{
	padding:25px 10px 20px 10px;
	}
.mail-box1 h3{
	font-size: 20px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1200px){
.mail-box1{
	padding:25px 30px 20px 30px;
	}
.mail-box1 h3{
	font-size: 25px;
	margin-bottom: 25px;
	}
}

/* tel
------------------------- */
.contact_btn_tel{
	font-family: 'Noto serif JP', sans-serif;
	display:block;
	color:#333;
	background-color: #fff;
	font-size: 20px;
	padding:15px 0;
	border-radius: 100px;
	text-align:center;
	margin-bottom: 8px;
	letter-spacing: 2px;
	}
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#333; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #fff;
	font-size:26px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#fff; font-size: 20px;}
}

@media print, screen and (min-width: 992px) {
.contact_btn_tel{font-size:35px;}
.contact_btn_tel i{margin:0 8px 5px 0; font-size: 25px;}
}

/* fax
------------------------- */
.contact_btn_fax{
	font-family: 'Noto serif JP', sans-serif;
	display:block;
	color: #fff;
	font-size: 20px;
	text-align:center;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}

.contact_btn_fax a:link,
.contact_btn_fax a:visited,
.contact_btn_fax a:hover,
.contact_btn_fax a:active{color:#fff}
.contact_btn_fax i{font-size:80%; margin:-3px 5px 0 0; color:#fff; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #fff;
	font-size:26px;
	margin-bottom: 0;
	}
.contact_btn_fax i{margin:0 5px 0 0; color:#fff; font-size: 20px;}
}

@media print, screen and (min-width: 992px) {
.contact_btn_fax{font-size:35px;}
.contact_btn_fax i{margin:0 8px 5px 0; font-size: 25px;}
}

/* table
------------------------- */
.contact_box{ 
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom: 20px;
}
.table_form th{
	width:100%;
	font-weight: normal;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0px 15px 15px 15px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	float:right;
	background-color:#D00A0A;
}
.table_form td.last {border-bottom:none;}
.table_form td.class { border-bottom:0;}

@media print, screen and (min-width: 768px) {
.table_form{margin-bottom: 80px;}
.table_form th{
	width:35%;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
	}
.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
	}
}
@media print, screen and (min-width: 992px) {.table_form th{width:35%;}}

.f-size01{font-size: 80%;}

/* form
---------------------------------------------------- */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:2px 0px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="text"], select{border:1px solid #ccc; border-radius:3px}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px}
input,textarea{
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
.table_form label{font-weight: normal !important; margin-right:20px; }

@media only screen and (max-width: 767px) {
	.slc1 {float: left}
	.nengou div{float: left; margin: 12px 0 0 12px;}	
	.year div{float: left; margin: 12px 0 0 12px;}	
	.month div{float: left; margin: 12px 0 0 12px;}
	.day div{float: left; margin: 12px 0 0 12px;}	
}

@media print, screen and (min-width: 768px) {
	.slc1 {float: left}
	.nengou div{float:left; margin: 12px 0 0 8px;}	
	.year div{ float: left; margin: 12px 0 0 8px;}	
	.month div{ float:left; margin: 12px 0 0 8px;}
	.day div { float: left; margin: 12px 0 0 8px;}	
}

@media print, screen and (min-width: 768px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 130px;}	
	.month {float:left; width: 130px;}
	.day { float: left; width: 130px;}	
}

@media print, screen and (min-width: 992px) {
	.nengou{float:left; width: 150px; padding:0 0 15px 0;}
	.year {float: left; width: 150px;}	
	.month {float:left; width: 150px;}
	.day { float: left; width: 150px;}	
}

@media only screen and (max-width: 767px) {.w100 {width:70%; display: inline-block; margin-bottom: 10px;}}
@media print, screen and (min-width: 768px) {.w100 {width:100px;}}

.w80 {width:80px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w80 {width:80px; margin-right: 10px;}}

.w300 {width:100%; display: inline-block;}
@media print, screen and (min-width: 768px) {.w300 {width:300px;}}

.w180 {width:100px; display: inline-block;}
@media print, screen and (min-width: 768px) {.w180 {width:120px;}}
@media print, screen and (min-width: 992px) {.w180 {width:180px;}}

.form-control {
    height:50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select.form-control:not([size]):not([multiple]) {height: auto !important;}

.form-control02 {
    height:auto;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* 個人情報保護方針
---------------------------------------------------- */
#policy{
	padding: 10px;
	height: 200px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom: 15px;	
	}	
@media print, screen and (min-width: 768px) {
#policy{
	padding: 20px;
	height: 550px;
	overflow:scroll;
	overflow-x:hidden;
	border:1px solid #ccc;
	margin-bottom: 40px;
	background: #fff;
	}
}
@media print, screen and (min-width: 992px) {
	#policy{
	padding: 30px;
	}
}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #0047b3;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #fff;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #fff;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

#policy a:link,
#policy a:visited{text-decoration:underline;}
#policy a:hover,
#policy a:active{text-decoration:none;}

.con-ul{
	padding-left:20px;
	list-style:decimal;
	margin-bottom: 20px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
#policy h3{
	border-left: solid 3px #0047b3;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}
#policy h4{
	border-bottom: solid 1px #0047b3;
	color:#0047b3;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}
.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* h2
---------------------------------------------------- */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}	
	
/* h2
---------------------------------------------------- */
.h2-midasi{
	text-align: center;
	padding:20px 0 0 0;
}
@media print, screen and (min-width: 768px) {
.h2-midasi{
	padding:80px 0 0 0;
	margin:0 20px 20px 20px;
	border-radius: 20px;
	}
}

.h2-box{background:url("../images/bg.jpg"); border-radius: 0 10px 0 0; padding:15px 0 10px 0;}
@media print, screen and (min-width: 768px) {.h2-box{ border-radius: 0 30px 0 0;padding: 30px 0}}
@media print, screen and (min-width: 992px) {.h2-box{padding: 40px 0}}
@media print, screen and (min-width: 1200px) {.h2-box{padding:50px 0}}
@media print, screen and (min-width: 1400px) {.h2-box{padding:60px 0}}

.h2-02{background: url("../images/h2-02.jpg") no-repeat scroll 50% 0% / cover;}
.h2-03{background: url("../images/h2-03.jpg") no-repeat scroll 50% 0% / cover;}
.h2-04{background: url("../images/h2-04.jpg") no-repeat scroll 50% 0% / cover;}
.h2-05{background: url("../images/h2-05.jpg") no-repeat scroll 50% 0% / cover;}
.h2-06{background: url("../images/h2-06.jpg") no-repeat scroll 50% 0% / cover;}
.h2-07{background: url("../images/h2-07.jpg") no-repeat scroll 50% 0% / cover;}
.h2-08{background: url("../images/h2-08.jpg") no-repeat scroll 50% 0% / cover;}

.h2-midasi h2{
	color: #333;
	font-family: 'Noto serif JP', sans-serif;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2px;
}
.h2-midasi p{
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.h2-midasi p{
	font-size: 50px;
	line-height: 90px;
	letter-spacing: 5px;
	}
.h2-midasi h2{
	font-size: 23px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2-midasi p{
	font-size: 70px;
	line-height: 100px;
	}
.h2-midasi h2{
	font-size: 25px;
	}
}

/* 見出し装飾
---------------------------------------------------- */
.kasiramoji::first-letter {color: #0047b3 !important;}

/* 見出し
---------------------------------------------------- */
.midasi01{
	font-family: "Cormorant Garamond", serif;
	text-align: center;	
	font-size: 40px;
	line-height:30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	}
.midasi01 span{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 20px;
	line-height: 30px;
}

@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 50px;
	line-height: 35px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 20px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 70px;
	line-height: 40px;
	margin-bottom: 40px;
	}
.midasi01 span{
	font-size: 24px;
	line-height: 30px;
	}
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	text-align: left;
	display: block;
	width: 100%;
	position: relative;
}
.midasi02::before{
	position: absolute;
	content:"\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	color:#fff !important;
	top:53%;
	left:0;
	transform:translatey(-50%);
}

.midasi02{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 3px;
	padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 22px;
	line-height: 32px;
	}
}

/* 見出し
---------------------------------------------------- */
.midasi03{
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 40px;
	}
}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 40px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05{
	text-align: left;
	display: block;
	width: 100%;
	position: relative;
}
.midasi05::before{
	position: absolute;
	content:"\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	color:#0047b3 !important;
	top:53%;
	left:0;
	transform:translatey(-50%);
}

.midasi05{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 2px;
	padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 22px;
	line-height: 32px;
	}
}

/* 見出し
---------------------------------------------------- */
.midasi06{
	font-family: "Cormorant Garamond", serif;
	text-align: center;	
	font-size: 40px;
	line-height:30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	}
.midasi06 span{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 30px;
}

@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 40px;
	line-height: 35px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	}
.midasi06 span{
	font-size: 20px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi06{
	font-size: 50px;
	line-height: 35px;
	margin-bottom: 30px;
	}
.midasi06 span{
	font-size: 20px;
	line-height: 30px;
	}
}

/* 見出し07
---------------------------------------------------- */
.midasi07{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	border-left: 2px solid #333;
	padding: 20px 0 20px 20px;
	padding-left: 20px;
}
.midasi07 span{
	font-size: 18px;
}

@media print, screen and (min-width: 768px) {
.midasi07{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi07{
	font-size: 24px;
	line-height: 34px;
	}
}

/* 見出し08
---------------------------------------------------- */
.midasi08{
	font-family: 'Noto serif JP', sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 25px;
	line-height: 35px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi08{
	font-size: 24px;
	line-height: 44px;
	}
}

/* 見出し08
---------------------------------------------------- */
.midasi08{
	font-family: 'Noto serif JP', sans-serif;
	text-align: center;
	color:#0047b3;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 26px;
	}
}

/* 見出し
---------------------------------------------------- */
.midasi09{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	padding:10px 20px;
	background: #eaeff5;
	}
@media print, screen and (min-width: 768px) {
.midasi09{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi09{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	}
}

/* 見出し10
---------------------------------------------------- */
.midasi10{
	font-family: 'Noto serif JP', sans-serif;
	text-align: center;
	color:#0047b3;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
.midasi10{
	font-size: 20px;
	}
}

/* white-box01
---------------------------------------------------- */
.white-box01{
	background:#fff;
	padding:15px;
	border-radius: 20px;
}
@media print, screen and (min-width: 768px) {.white-box01{padding:5%;}}
@media print, screen and (min-width: 992px) {.white-box01{padding:10%;}}
@media print, screen and (min-width:1200px) {.white-box01{padding:8%;}}

/* 画像
---------------------------------------------------- */
.img-c img{margin:0px auto !important;}
@media only screen and (max-width: 767px) {.img-c2 img{margin:0px auto !important;}}

.img-r img{margin:0px 0px 0px auto !important;}

.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
}
.imgfloat img:hover{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

/* 文字寄せ
---------------------------------------------------- */
.tal{text-align: left;}
.tar{text-align: right;}
.ctr{text-align: center;}	
	
/* 文字サイズ
---------------------------------------------------- */
.fs120	{font-size: 120%;}
.fs80	{font-size: 80%;}

/* color
---------------------------------------------------- */
.red{color:#e92020;}
.blue{color:#0047b3;}
.white{color:#fff !important}

/* pen
---------------------------------------------------- */
.pen {background: linear-gradient(transparent 60%, #ffd7e2 60%);}

/* 画像　影
---------------------------------------------------- */
.kage img{box-shadow:5px 5px #eee;}
@media print, screen and (min-width: 768px) {.kage img{box-shadow:10px 10px #eee;}}

/* 画像　幅
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.yoko01 img{width: 70%;}}
@media only screen and (max-width: 767px) {.yoko02 img{width: 50%;}}
@media only screen and (max-width: 767px) {.yoko03 img{width: 40%;}}

/* marker
---------------------------------------------------- */
.marker.active{
  background-position: -100% .7rem;
}
.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-image: linear-gradient(left, transparent 50%, #c3d3f8 50%);
  background-repeat: repeat-x;
  background-size: 200% 60%;
  background-position: 0 .7rem;
  transition: all 1.5s ease;
}

/* 丸
---------------------------------------------------- */
.maru img{border-radius:20px;}

/* gfont
---------------------------------------------------- */
.gfont01{font-family: 'Noto Serif JP', serif;}
.gfont02{font-family: 'Josefin Sans', sans-serif;}
.gfont03{font-family: "Rammetto One", sans-serif;}

/* スマホ以外 中央寄せ
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/* 全て 中央寄せ
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.ctr-text02{text-align: center;}}
.ctr-text02{text-align: center;}

/* スマホ のみ 中央寄せ
---------------------------------------------------- */
@media only screen and (max-width: 767px) {.ctr-text03{text-align: center;}}
@media print, screen and (min-width: 768px) {.ctr-text03{text-align: left;}}

/* 全て　左寄せ
---------------------------------------------------- */
.ctr-text04{text-align: left;}

/* 最大中央 　それ以外左寄せ
---------------------------------------------------- */
@media print, screen and (min-width: 1200px) {.ctr-text05{text-align: center;}}

/* text01
---------------------------------------------------- */
.text01{line-height: 30px;}
@media print, screen and (min-width: 768px) {.text01{line-height: 30px;}}
@media print, screen and (min-width: 992px) {.text01{line-height: 43px;}}

/* ul-none
---------------------------------------------------- */
.ul-none {list-style:none; padding-left:5px; text-align: left;}
.ul-none li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
.ul-none li:before{
	font-family:"Font Awesome 5 Free";
	content:" \f1b0";
	float: left;
	font-size:16px;
	font-weight: bold;
	color: #ecc80b;
	margin-right: 15px;
	}

/* ul-disc
---------------------------------------------------- */
.ul-disc {list-style:disc; padding-left:5px; text-align: left; margin-left: 15px;}
.ul-disc li{padding: 3px 0; border-bottom: 1px dashed #ccc;}
@media print, screen and (min-width: 768px) {.ul-disc {margin-left: 15px;}}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-left: 20px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}
.ol-01 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.ol-01 li:before {
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 4px;
  left: -40px;
}

/* bg
---------------------------------------------------- */
.bg-dot{background: url("../images/dot.png")}
.bg-white{background:#fff;}
.bg-gray{background: #eaeff5;}

@media print, screen and (min-width: 768px) {
.bg01{background:url("../images/bg01.png") no-repeat right top 15%}
}

@media only screen and (max-width: 767px) {.bg-blue01{background:#0047b3;}}
@media print, screen and (min-width: 768px) {.bg-blue01{background:#0047b3;}}
@media print, screen and (min-width: 1200px) {
.bg-blue01{background:url("../images/bg-blue01b.png") repeat-y;}
}
@media print, screen and (min-width: 1400px) {
.bg-blue01{background:url("../images/bg-blue01.png") repeat-y;}
}

.bg-blue02{background-image: linear-gradient(180deg, rgba(0, 071, 179, 1), rgba(0, 128, 213, 1));}
.bg-glass{background:url("../images/bg-glass.jpg") no-repeat scroll 50% 0% / cover;}

@media print, screen and (min-width: 1200px){
.bg-blue03{background: url("../images/blue03.png") repeat-y}
.bg-blue04{background: url("../images/blue04.png") repeat-y}
}

/* mt
---------------------------------------------------- */
.mt-20-md40-lg60-xl80-xxl100{ margin-top:20px}
@media print, screen and (min-width: 768px) { .mt-20-md40-lg60-xl80-xxl100{ margin-top:40px}}
@media print, screen and (min-width: 992px) { .mt-20-md40-lg60-xl80-xxl100{ margin-top:60px}}
@media print, screen and (min-width: 1200px) {.mt-20-md40-lg60-xl80-xxl100{ margin-top:80px}}
@media print, screen and (min-width: 1400px) {.mt-20-md40-lg60-xl80-xxl100{ margin-top:100px}}

/* 文字間
---------------------------------------------------- */
.mb-0-sm0-md20-lg20{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md20-lg20{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md20-lg20{ margin-bottom:20px}}

.mb-0-sm0-md40-lg40{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md40-lg40{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md40-lg40{ margin-bottom:40px}}

.mb-0-sm0-md60-lg60{ margin-bottom:0px}
@media print, screen and (min-width: 576px) {.mb-0-sm0-md60-lg60{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-0-sm0-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-0-sm0-md60-lg60{ margin-bottom:60px}}

.mb-10-sm0-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm0-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md0-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg0{ margin-bottom:0px}}

.mb-10-sm10-md10-lg10{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md10-lg10{ margin-bottom:10px}}

.mb-10-sm15-md15-lg15{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md15-lg15{ margin-bottom:15px}}

.mb-10-sm15-md20-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm15-md20-lg30{ margin-bottom:15px}}
@media print, screen and (min-width: 768px) {.mb-10-sm15-md20-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-10-sm15-md20-lg30{ margin-bottom:30px}}

.mb-10-sm20-md30-lg30{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-10-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm0-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 768px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm0-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md0-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md0-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md0-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg0{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg0{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg0{ margin-bottom:0px}}

.mb-20-sm20-md20-lg20{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md20-lg20{ margin-bottom:20px}}

.mb-20-sm20-md50-lg50{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md50-lg50{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md50-lg50{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md50-lg50{ margin-bottom:50px}}

.mb-30-sm30-md0-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md0-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md0-lg0{ margin-bottom:0px}}

.mb-30-sm30-md30-lg0{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md30-lg0{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md30-lg0{ margin-bottom:0px}}

.mb-30-sm30-md50-lg50{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md50-lg50{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md50-lg50{ margin-bottom:50px}}

.mb-40-sm40-md0-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md0-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md0-lg0{ margin-bottom:0px}}

.mb-40-sm40-md40-lg0{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-40-sm40-md40-lg0{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-40-sm40-md40-lg0{ margin-bottom:0px}}

.mb-20-sm20-md30-lg30{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm20-md30-lg30{ margin-bottom:20px}}
@media print, screen and (min-width: 768px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-20-sm20-md30-lg30{ margin-bottom:30px}}

.mb-20-sm30-md40-lg40{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg40{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg40{ margin-bottom:40px}}

.mb-20-sm30-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm30-md40-lg60{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-20-sm30-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm30-md40-lg60{ margin-bottom:60px}}

.mb-20-sm40-md40-lg60{ margin-bottom:20px}
@media print, screen and (min-width: 576px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 768px) {.mb-20-sm40-md40-lg60{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-20-sm40-md40-lg60{ margin-bottom:60px}}

.mb-40-sm60-md60-lg60{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md60-lg60{ margin-bottom:60px}}

.mb-40-sm60-md80-lg100{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md80-lg100{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md80-lg100{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md80-lg100{ margin-bottom:100px}}

/* 余白 左右
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.wide01{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide01{ padding:0 5%;}}

@media print, screen and (min-width: 768px) {.wide02{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide02{ padding:0 10%;}}

@media print, screen and (min-width: 768px) {.wide03{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide03{ padding:0 15%;}}

@media print, screen and (min-width: 992px) {.wide04{padding:0 1% 0 2%;}}

/* 余白
---------------------------------------------------- */
.pp00 {padding: 0 !important;}
@media print, screen and (min-width: 768px) {.pp00-2 {padding: 0 !important;}}

.part01{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part01{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part01{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part01{padding:60px 0}}
@media print, screen and (min-width:1200px) {.part01{padding:100px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part02{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part02{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part02{padding:80px 0}}

.part03{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part03{padding:20px 0}}
@media print, screen and (min-width: 768px) {.part03{padding:40px 0}}
@media print, screen and (min-width: 992px) {.part03{padding:60px 0}}

.part04{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part04{padding:30px 0 0 0}}
@media print, screen and (min-width: 768px) {.part04{padding:60px 0 0 0}}
@media print, screen and (min-width: 992px) {.part04{padding:80px 0 0 0}}

.part05{padding:0 0 30px 0;}
@media print, screen and (min-width: 576px) {.part05{padding:0 0 20px 0}}
@media print, screen and (min-width: 768px) {.part05{padding:0 0 60px 0}}
@media print, screen and (min-width: 992px) {.part05{padding:0 0 60px 0}}
@media print, screen and (min-width:1200px) {.part05{padding:0 0 100px 0}}

.part06{padding:30px 0 0 0;}
@media print, screen and (min-width: 576px) {.part06{padding:30px 0 0 0}}
@media print, screen and (min-width: 768px) {.part06{padding:80px 0 0 0}}
@media print, screen and (min-width: 992px) {.part06{padding:100px 0 0 0}}

.part07{padding:40px 0 100px 0}
@media print, screen and (min-width: 576px) {.part07{padding:40px 0 100px 0}}
@media print, screen and (min-width: 768px) {.part07{padding:80px 0 150px 0}}
@media print, screen and (min-width: 992px) {.part07{padding:100px 0 200px 0}}
@media print, screen and (min-width:1200px) {.part07{padding:150px 0 200px 0}}

.part08{padding:20px 0;}
@media print, screen and (min-width: 576px) {.part08{padding:25px 0 10px 0}}
@media print, screen and (min-width: 768px) {.part08{padding:25px 0 10px 0}}

.part09{padding:20px 0 40px 0}
@media print, screen and (min-width: 576px) {.part09{padding:20px 0 40px 0}}
@media print, screen and (min-width: 768px) {.part09{padding:30px 0 60px 0}}

.part10{padding:20px 0;}
@media print, screen and (min-width: 576px) {.part10{padding:40px 0 20px 0}}
@media print, screen and (min-width: 768px) {.part10{padding:40px 0 20px 0}}
@media print, screen and (min-width: 992px) {.part10{padding:60px 0 40px 0}}

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:50vh; margin-bottom:-8px; border-radius: 20px;}
@media print, screen and (min-width: 768px) {.map iframe{height:400px;}}
@media print, screen and (min-width: 992px) {.map iframe{height:450px;}}
@media print, screen and (min-width: 1200px) {.map iframe{height:500px;}}

/* movie
---------------------------------------------------- */
.movie{text-align: center;}

.movie iframe{width: 100%; height:50vh; margin-bottom:-8px; margin-bottom: 15px;}
@media print, screen and (min-width: 768px) {.movie iframe{height:400px; margin-bottom: 20px;}}
@media print, screen and (min-width: 992px) {.movie iframe{height:450px; margin-bottom: 20px;}}
@media print, screen and (min-width: 1200px) {.movie iframe{height:500px;margin-bottom: 20px;}}

/* table
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* table1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table1 tr:nth-child(2n+1) {background: #eaeff5;}
.table1{background: #fff}
}

.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #ccc;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	}
.table1 td{
	padding:10px;
	display: block;
	text-align: center;	
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	}
@media print, screen and (min-width: 768px) {
.table1{ border-top:0px solid #072c87; border-bottom:0px solid #ccc;}
.table1 th{
	padding:25px 5px;
	border-top:1px solid #0047b3;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #0047b3;
	vertical-align:middle;
	display:table-cell;
	width: 30%;
	}
.table1 td{
	padding:25px 0 25px 60px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	display:table-cell;
	}
}

@media print, screen and (min-width: 992px) {
.table1 th{width: 25%;}
}

@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#0047b3;
	}
}

/* table2
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table2 tr:nth-child(2n+1) {background: #e2ebf7;}
.table2{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;}
}

.table2{width:100%; border-collapse:collapse; border-bottom:1px solid #ccc; background: #fff;}
.table2 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	}
.table2 td{
	padding:10px;
	display: block;
	text-align: center;	
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	}
@media print, screen and (min-width: 768px) {
.table2{ border-top:0px solid #eee; border-bottom:0px solid #eee;}
.table2 th{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	display:table-cell;
	width:30%;
	background: #e2ebf7;
	}
.table2 td{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align: left;
	display:table-cell;
	}
}

/* btn
---------------------------------------------------- */
.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}

/* btn01
---------------------------------------------------- */
.btn01{
	text-align: left;
	display: block;
	border-top: 1px solid #fff;	
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 20px 30px;
	letter-spacing: 2px;
	color:#333 !important;
	position: relative;
	border:1px solid #333;
	background: #fff;
	border-radius: 100px;
}
.btn01::before{
	position: absolute;
	content:"\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 12px;
	color:#0047b3 !important;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.btn01:hover,
.btn01:active{
	color:#0047b3 !important;
	letter-spacing: 5px;
	transition: all .5s;
}

/* btn02
---------------------------------------------------- */
.btn02{
	display: block;
	width: 100%;
	color: #fff !important;
	padding: 20px 30px;
	background: url("../images/minus.png") no-repeat center right #0047b3;
	border:0;
	border-radius: 100px;
	}
.btn02 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn02:link,
.btn02:visited{
	color:#fff;
	text-decoration:none;
	padding: 20px 30px;
	background: url("../images/minus.png") no-repeat center right 15px #0047b3;
	}
.btn02:hover,
.btn02:active{
	color:#fff !important;
	text-decoration:none !important;
	padding: 20px 30px;
	background: url("../images/minus.png") no-repeat center right 10px #0047b3;
	}

/* btn03
---------------------------------------------------- */
.btn03{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff !important;
	border-radius: 100px;
	background: #999;
	padding: 20px 0;
	border:0;
	}
.btn03 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color:#fff;
	background: #999;
	text-decoration:none;
	padding: 20px 0;
	}
.btn03:hover,
.btn03:active{
	color:#fff !important;
	background: #666;
	text-decoration:none !important;
	padding: 20px 0;
	}
.btn03 i{margin-right: 5px;}

/* btn04
---------------------------------------------------- */
.btn04{
	display: block;
	width: 100%;
	text-align: center;
	color: #333 !important;
	background:#fff;
	border: 1px solid #333;
	padding: 20px 0;
	border-radius: 100px;
	}
.btn04 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn04:link,
.btn04:visited{
	color: #333 !important;
	background:#fff;
	text-decoration:none;
	padding: 20px 0;
	}
.btn04:hover,
.btn04:active{
	color: #fff !important;
	background:#3590d6;
	text-decoration:none !important;
	padding: 20px 0;
	}

.btn04 i{padding-right: 5px;}

/* btn05
---------------------------------------------------- */
.btn05{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff !important;
	background:#0047b3;
	border: 0;
	padding: 20px 0;
	border-radius: 100px;
	}
.btn05 a:link{
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn05:link,
.btn05:visited{
	color: #fff !important;
	background:#0047b3;
	text-decoration:none;
	padding: 20px 0;
	}
.btn05:hover,
.btn05:active{
	color: #fff !important;
	background:#002146;
	text-decoration:none !important;
	padding: 20px 0;
	}
.btn05 i{padding-right: 5px;}

/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.photo-ofi02 {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 140%; /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi02 img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 100;
}
#pagetop img{
	width: 30px;
	height: auto;
}

@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 50px
	}
}
@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:20px;
	right: 20px;
	z-index: 100;
	}
}

/* 印刷時の改行
---------------------------------------------------- */
.pba {page-break-before: always;}

/* aos対応
---------------------------------------------------- */
.tome{overflow: hidden !important}

/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 55px;
    margin-top: -55px;
}
@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 100px;
    margin-top: -100px;
	}
}