@charset "utf-8";

/* bootstrap.css基本の打消し
---------------------------------------------------- */
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;}

/* 全体構造
---------------------------------------------------- */
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;/*for IE 5.5-7*/
	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: 195%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: url(../images/bg.jpg);
	letter-spacing: 0.05em;
	overflow-x: hidden;
}

header,main,footer{font-family: 'Noto Sans JP', sans-serif;}

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

/* オープニングアニメ
----------------------------------------------------------*/
/* 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 {
	background: #f5f5f5;
	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 {
	font-family: 'Noto serif JP', sans-serif;
	position: fixed;
	top: 69%;
	transform: translate(-50%,-50%);
	display: none;
	z-index: 9999;
    left: 50%;
    color: #ccc;
    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);
  }
}

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

/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 1000;
	margin: 0;
	top: 0;
	padding:5px 0;
	border-bottom: none;
	position: fixed;
	}
@media print, screen and (min-width: 768px) {header{padding:0;}}

.header{z-index:100 !important;}
.header.change-header{
	z-index:100 !important;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

/* header
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.header {
	background: url(../images/bg.jpg);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);	
	}
}
@media print, screen and (min-width: 768px){
.header {
	background: url(../images/bg.jpg);
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
	}
}

/* h1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.logo {
	top:5px;
	width: 110px;
	float: left;
	height: auto;	
	}
}

@media print, screen and (min-width: 768px) {.logo{	width: 130px; padding:10px 0 5px 0; margin: 0 auto}}
@media print, screen and (min-width: 992px) {.logo{	width: 160px; padding:22px 0 0 10px; float: left; height: auto;}}
@media print, screen and (min-width: 1200px) {.logo{width: 160px; padding:22px 0 0 10px;}}
@media print, screen and (min-width: 1400px) {.logo{width: 226px; padding:22px 0 0 20px;}}

/* headerbtn-ul
---------------------------------------------------- */
@media print, screen and (min-width: 768px) { .headerbtn-ul {float:right; width:70%; font-size: 12px;}}
@media print, screen and (min-width: 992px) { .headerbtn-ul {width:60%;	font-size: 13px;}}
@media print, screen and (min-width: 1200px) {.headerbtn-ul {width:50%;	font-size: 13px;}}
@media print, screen and (min-width: 1400px) {.headerbtn-ul {width:45%;	font-size: 14px;}}

.header-right01 {float:right; display: block; width: 33%;}
.header-right02 {float:right; display: block; width: 33%;}
.header-right03 {float:right; display: block; width: 33%;}

@media print, screen and (min-width: 992px) {.header-btn01{padding: 10px 0px;}}
@media print, screen and (min-width: 992px) {.header-btn02{padding: 10px 0px;}}
@media print, screen and (min-width: 992px) {.header-btn03{padding: 10px 0px;}}


/* header-btn01
---------------------------------------------------- */
.header-btn01{
  line-height: 23px;
	padding: 13px 0px;
	width: 100%;
	border:0;
	display: block;
	text-align: center;
	}
.header-btn01 a:link{
	width: 100%;	
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.header-btn01:link,
.header-btn01:visited{
	color: #222 !important;
	text-decoration:none !important;
	background:#fff;
	}
.header-btn01:hover,
.header-btn01:active{
	color: #222 !important;
	text-decoration:none !important;
	background:#ccc;
	}

.header-btn01 i{color: #222 !important; margin-right: 7px;}

/* header-btn02
---------------------------------------------------- */
.header-btn02{
  line-height: 23px;
	padding: 13px 0px;
	width: 100%;
	border:0;
	display: block;
	text-align: center;
	}
.header-btn02 a:link{
	width: 100%;	
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.header-btn02:link,
.header-btn02:visited{
	color: #fff !important;
	text-decoration:none !important;
  background: #208a6f;
	}
.header-btn02:hover,
.header-btn02:active{
	color: #fff !important;
	text-decoration:none !important;
	background: #0f5d49;
	}

.header-btn02 i{color: #fff !important; margin-right: 7px;}

/* header-btn03
---------------------------------------------------- */
.header-btn03{
  line-height: 23px;
	padding: 13px 0px;
	width: 100%;
	border:0;
	display: block;
	text-align: center;
	}
.header-btn03 a:link{
	width: 100%;	
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.header-btn03:link,
.header-btn03:visited{
	color: #fff !important;
	text-decoration:none !important;
	background:#333
	}
.header-btn03:hover,
.header-btn03:active{
	color: #fff !important;
	text-decoration:none !important;
	background:#000;
	}

.header-btn03 i{color: #fff !important; margin-right: 7px;}


/* menu
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.menu {overflow: auto; max-height: 85vh;}
.menu-container { margin-top: -33px!important;}
.menu-dropdown-icon > a {margin-left: 30px;}
.menu > ul {margin-top: 25px !important;}
.menu > ul > li {border-bottom: 1px solid #ccc !important;}
.menu > ul > li a{font-size: 13px;}
/*.menu > ul > li a span{display: none}*/
.menu > ul > li a img{margin-right: 5px;}
.menu li.navi-on a{color: #208a6f !important;}
}

.menu-mobile {display: none; padding: 15px 0 5px 20px !important;}
.menu {font-size: 12px; padding-top: 0px;}
.menu > ul > li a { padding: 25px 0; text-align: center!important;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a { border-bottom: 1px dashed #ccc;}
.menu > ul > li > ul.normal-sub > li {width:100% !important}	

@media print, screen and (min-width: 768px) {
.menu {padding:0; margin-bottom: 10px !important;}
.menu > ul > li a{ margin: 0; line-height: 20px;}
.menu-container { margin-top: 0!important;}
.menu .show-on-mobile {padding-top:10px!important;}
.menu > ul {width: 100%; margin: 0 auto;}
.menu > ul i {padding-left: 5px;}
.menu > ul > li a{
	text-align: center!important;
	padding:10px 0 10px 0 !important;
	color: #333 !important;
	background: transparent;
	border-bottom: 1px solid transparent;
	}
.menu > ul > li > ul {font-size: 100%; background: #fff !important;}
.menu > ul > li > ul li{border-bottom: 1px dashed #ccc;}
.menu > ul > li > ul.normal-sub {width: 210px !important;}
.menu li.navi-on a{
	background: transparent;
	border-bottom: 1px solid #333;
	}
.menu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.menu li a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px !important;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	}
.menu li a:hover::after {
	transform: scale(1, 1);
	}
}

@media print, screen and (min-width: 992px) {
.menu > ul > li a{
	padding:13px 0 10px 0 !important;
	}
}
@media print, screen and (min-width: 1400px) {
.menu > ul > li a{
	padding:20px 0 10px 0 !important;
	}
}

.menu > ul > li .active {color: #333 !important;}

@media print, screen and (min-width: 768px) {.menu {font-size: 13px;}}
@media print, screen and (min-width: 992px) {.menu {font-size: 13px; max-width:900px; margin:0 0 0 auto}}
@media print, screen and (min-width: 1200px) {.menu {font-size: 14px; max-width:1000px;}}
@media print, screen and (min-width: 1400px) {.menu {font-size: 14px; max-width:1000px;}}

@media only screen and (max-width: 767px) {
	.p10-0{padding:5px 0;}

	.li001{clear: both; width:100% !important;}  
	.li002{clear: both; width:49% !important; float: left !important;}
	.li003{width:49% !important; float: right !important;}
	.li004{clear: both; width:49% !important; float: left !important;}
	.li005{width:49% !important; float: right !important;}

/* 採用情報なし */
	.li006{clear: both; width:100% !important;}

/* 採用情報あり */
/*	.li006{clear: both; width:49% !important; float: left !important;}*/
/*	.li007{width:49% !important; float: right !important;}*/

  .li008{clear: both; width:49% !important; float: left !important;}
	.li009{width:49% !important; float: right !important;}
	.li010{clear: both; width:100% !important;}  
}

@media print, screen and (min-width: 768px) {
	.li001{width:15% !important;}
	.li002{width:17% !important;}
	.li003{width:17% !important;}
	.li004{width:17% !important;}
	.li005{width:17% !important;}
	.li006{width:17% !important;}
}

/* nav-tel
---------------------------------------------------- */
.nav-tel{
	font-size: 16px;
	padding:10px 0;
	line-height: 20px;
	display:block!important;	
	color:#fff !important;
	text-align:center;	
	text-decoration:none !important;
	background:#333;
	}
.nav-tel:link, .nav-tel:visited{text-decoration:none!important; color:#fff !important;}
.nav-tel:hover,.nav-tel:active{ text-decoration:none!important; color:#fff !important;}	
.nav-tel i{ font-size:15px; margin-right: 5px; margin-top: -3px; vertical-align: middle;}

/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 100%;}
@media print, screen and (min-width: 768px){main {font-size:100%;}}
@media print, screen and (min-width: 992px){main {font-size:105%;}}
@media print, screen and (min-width: 1200px){main{font-size:105%;}}

/* main余白
---------------------------------------------------- */
@media only screen and (max-width: 767px)  {
.mainimg{ margin-top: 54px !important;}
}

.mainimg02{ margin-top: 54px !important;}
@media print, screen and (min-width: 768px){.mainimg02{ margin-top: 72px !important;}}
@media print, screen and (min-width: 1200px){.mainimg02{ margin-top: 85px !important;}}

/* index.html
---------------------------------------------------- */
/* 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;
	}
}

.swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

@keyframes zoom-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}

.slide-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000;
  color: #fff;
  transform: translate(-50%,-50%);
}

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

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

#mainimage {position: relative;}

/* 1
---------------------------------------------------- */
@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 100;
	bottom: 7%;
	left: 7%;
	right:20%;
	}	
}
@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	top:50%;
	left: 5%;
	right:30%;
	}	
}
@media print, screen and (min-width: 992px){
#mainimage h2{
	top: 50%;
	left: 5%;
	right:40%;
	}
}
@media print, screen and (min-width: 1200px){
#mainimage h2{
	top: 40%;
	left: 5%;
	right:50%;
	}
}

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

@media print, screen and (min-width: 768px) {
.p01-box01{	
	padding:0 10px 0 20px;
	}
}
@media print, screen and (min-width: 1400px) {
.p01-box01{
	padding: 90px 15% 0 15%;
	}
}

/* tate-area01
------------------------ */
.tate-area01 div{
	display: inline;
	position: absolute;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	left: 49.8%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tate-area01{
	position: relative;
	white-space: nowrap;
	height: 120px;
}
@media print, screen and (min-width: 768px) {
.tate-area01{
	height: 150px;
	}
}
@media print, screen and (min-width: 992px) {
.tate-area01{
	height: 200px;
	}
}

/* 見出し
----------------------- */
.tate-area01 h3{
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	}
.tate-area01 h3 span{
	font-family: "Cormorant Garamond", serif;
	color: #208a6f;
	font-size: 20px;
	}

@media print, screen and (min-width: 768px) {
.tate-area01 h3{
	font-size: 25px;
	line-height: 30px;
	}
.tate-area01 h3 span{	
	font-size: 22px;
	}	
}
@media print, screen and (min-width: 992px) {
.tate-area01 h3{
	font-size: 30px;
	line-height: 40px;
	}
.tate-area01 h3 span{	
	font-size: 25px;
	}	
}


/* 流れる画像
---------------------------------------------------- */
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 200s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(400vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
}

/* slick
---------------------------------------------------- */
.slider {width:94%;	margin:0 auto;}
.slider .slick-slide {margin:0 10px;}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 15px;
    width: 15px;
}
.slick-prev {left: -1.5%; transform: rotate(-135deg);}
.slick-next {right: -1.5%;transform: rotate(45deg);}
.slider {width:94%; margin:0 auto;}
.slider .slick-slide {margin:0 10px;}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 15px;
    width: 15px;
}
.slick-prev {left: -1.5%; transform: rotate(-135deg);}
.slick-next {right: -1.5%; transform: rotate(45deg);}

/* p01-box02
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {.p01-box02{padding:0 5%;}}

/* p01-box03
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.p01-box03{	
	padding:0 10px 0 0;
	}
}
@media print, screen and (min-width: 1400px) {
.p01-box03{
	padding: 90px 15% 0 0;
	}
}

/* product
---------------------------------------------------- */
.product-box{
  background: #fff;
  border:1px solid #ddd;
  padding: 8px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.product-box{
  padding: 10px;
  margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
.product-box{
  padding: 20px;
  margin-bottom: 30px;
  }
}

.product-img{
	margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
.product-img{
	margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px) {
.product-img{
	margin-bottom: 15px;
  }
}


.product-title{
  text-align: center;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
.product-title{
  font-size: 16px;
  }
}
@media print, screen and (min-width: 992px) {
.product-title{
  font-size: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
.product-title{
  font-size: 20px;
  }
}

.product-title a:link,
.product-title a:visited{color: #1c9e7d !important; text-decoration:none;}
.product-title a:hover,
.product-title a:active{text-decoration:none; color:#222 !important;}


/* product
---------------------------------------------------- */
.item-box{
	margin-bottom: 20px;
}
.item-img{
	margin-bottom: 5px;
}
.item-title{
	margin-bottom: 10px;
}

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

/* p01-box04
---------------------------------------------------- */
.p01-box04{
	color: #fff;
	padding:30px 20px;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
	}
@media print, screen and (min-width: 768px)  {
.p01-box04{
	padding:30px 30%;
	margin-bottom: 30px;
	border-radius: 0 10px 0 0;
	}
}
@media print, screen and (min-width: 1200px)  {
.p01-box04{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;
	background: #e2edea;
}
.new{
	font-family: 'Noto serif JP', sans-serif;
	color: #1c9e7d;
	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: #1c9e7d !important; text-decoration:none;}
.news_table a:hover,
.news_table a:active{text-decoration:none; color:#1c9e7d !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: #333;
	text-align: center;
	background-color: #fff;
	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: #11603e;
	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;
	}
}

/* link
---------------------------------------------------- */
@media print, screen and (min-width: 768px)  {
.link-pt01{padding-top: 60px;}
.link-pt02{padding-top: 120px;}
}

.link-box{
	background:url("../images/bg.jpg");
	position:relative;
}
.link-title{
	position:absolute;
	bottom: 0px;
	right:0
}

.link-title h3:before{
	font-family: "Font Awesome 5 Free";
	content:" \f138";
	float: left;
	font-weight: bold;
	color: #11603e;
	font-size: 25px;
	padding: 10px 10px 0 0;
	}
.link-title{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 50px;
	text-decoration:none;
	color:#333;
	width: 90%;
	display: block;
	padding: 20px 12px 20px 15px;
	background:url("../images/bg.jpg");
	border-radius: 10px 0 0 0
}
.link-title:hover,
.link-title:active{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 50px;
	text-decoration:none;
	color:#1c9e7d !important;
	width: 90%;
	display: block;
	padding: 20px 45px 20px 12px;
	background:url("../images/bg.jpg");
	}
.link-title h3{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
	}
.link-title h3 span{
	font-size: 12px;
	color: #1c9e7d;
	}

@media print, screen and (min-width: 768px) {
.link-title h3:before{
	font-family: "Font Awesome 5 Free";
	content:" \f138";
	float: left;
	font-weight: bold;
	color: #11603e;
	font-size: 25px;
	padding: 10px 20px 0 0;
	}
.link-title{
	font-size: 13px;
	line-height: 50px;
	width: 90%;
	background:url("../images/bg.jpg");
}
.link-title:hover,
.link-title:active{
	font-size: 13px;
	width: 90%;
	background:url("../images/bg.jpg");
	}
.link-title h3{
	font-size: 18px;
	line-height: 18px;
	}
.link-title h3 span{
	font-size: 14px;
	}
}

@media print, screen and (min-width: 992px) {
.link-title{
	font-size: 18px;
	line-height: 50px;
}
.link-title:hover,
.link-title:active{
	font-size: 18px;
	line-height: 50px;
	}
.link-title h3{
	font-size: 20px;
	line-height: 20px;
	}
.link-title h3 span{
	font-size: 15px;
	}
}

@media print, screen and (min-width: 1200px) {
.link-title{
	font-size: 20px;
	width: 65%;
	padding: 30px 20px 25px 25px;
}
.link-title:hover,
.link-title:active{
	font-size: 20px;
	width: 65%;
	padding: 30px 20px 25px 25px;
	}
.link-title h3{
	font-size: 22px;
	line-height: 22px;
	}
.link-title h3 span{
	font-size: 16px;
	}
}

/* white-box01
---------------------------------------------------- */
.white-box01{
	background: #fff;
	padding: 20px;
	}
@media print, screen and (min-width: 768px) {
.white-box01{
	padding: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.white-box01{
	padding: 80px 10%;
	}
}

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

/* f-yohaku
---------------------------------------------------- */
@media only screen and (max-width: 767px) { .f-yohaku01{ padding:30px 0; font-size: 14px; line-height: 25px;}}
@media print, screen and (min-width: 768px) {.f-yohaku01{padding:80px 0; font-size: 16px;}}
@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;}}

@media only screen and (max-width: 767px) { 
.f-logo img{margin: 0 auto; margin-bottom: 15px;}
.f-iso img{margin: 0 auto;}
}

@media only screen and (max-width: 767px) {.f-address{margin-bottom: 5px;}}

.f-address h4{
	color: #1c9e7d;
	margin-bottom: 6px;
}

.f-address i{color: #1c9e7d !important; margin:0 0 0 10px;}
.f-address i:hover{color: #1c9e7d; text-decoration:underline}

@media only screen and (max-width: 767px) {
.f-info .fax{margin-bottom: 20px;}
}

@media only screen and (max-width: 767px) {
.btn-bottom-tel{
	color: #333;
	display: block;
	border:1px solid #333;
	background-color: #fff;
	text-align: center;
	padding: 13px 0 15px 0;
	margin-bottom: 5px;
	border-radius: 100px;
	}
}

/* f-navi
---------------------------------------------------- */
.textlink {
	width:100%;
	text-align:left;
}
.textlink ul{list-style:none;}
.textlink li{line-height: 100%;	display: block;}
.textlink li a{
	display:block;
	padding: 10px 0px;
	color: #333;
	border-bottom:1px solid #eee;
	text-align: left;
	line-height: 22px;
}
.textlink a:link,
.textlink a:visited,
.textlink a:hover,
.textlink a:active{color: #333 !important; text-decoration:none}

@media only screen and (max-width: 767px) {
.textlink ul li a:before{
	font-family: "Font Awesome 5 Free";
	content:" \f054";
	float: right;
	font-weight: bold;
	color: #333;
	font-size: 10px;
	padding: 2px 10px 0 0;
	}
}

@media print, screen and (min-width: 768px) {
.textlink {
	background:transparent;
	margin-bottom:15px;
	}
.textlink li a{
	font-size: 14px;
	padding:0 0 30px 0;
	border-bottom: 0px solid #eee;
	text-align: left;
	}
.textlink a:link, #textlink a:visited, #textlink a:active {color:#fff;}
.textlink a:hover {color:#fff; text-decoration: underline;}
.textlink ul li a:before{
	font-family: "Font Awesome 5 Free";
	content:" \f111";
	float: left;
	font-weight: bold;
	color: #1c9e7d;
	font-size: 7px;
	padding: 1px 10px 0 0;
	}
}

/* copyright
---------------------------------------------------- */
@media only screen and (max-width: 767px) { .copyright{ text-align: center; margin: 20px 0 0 0; font-size: 14px;}}
@media print, screen and (min-width: 768px) {.copyright{text-align: left; font-size: 14px;}}

/* 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{padding:30px 0 40px 0; text-align: center; color: #fff;}
@media print, screen and (min-width: 768px) {.h2-midasi{padding:80px 0;}}
@media print, screen and (min-width: 992px) {.h2-midasi{padding:100px 0;}}
@media print, screen and (min-width:1200px) {.h2-midasi{padding:120px 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-midasi p{
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height:50px;
	letter-spacing: 2px;
	}
.h2-midasi h2{
	font-family: 'Noto serif JP', sans-serif;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2px;
}

@media print, screen and (min-width: 768px) {
.h2-midasi p{
	font-size: 50px;
	line-height: 60px;
	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: 80px;
	}
.h2-midasi h2{
	font-size: 25px;
	}
}

/* h2
---------------------------------------------------- */
.h2-midasi02{padding:20px 0 30px 0; text-align: center; color: #fff;}
@media print, screen and (min-width: 768px) {.h2-midasi02{padding:60px 0;}}

.h2-midasi02 p{
	font-family: "Cormorant Garamond", serif;
	font-size: 40px;
	line-height:50px;
	letter-spacing: 2px;
	}
.h2-midasi02 h2{
	font-family: 'Noto serif JP', sans-serif;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2px;
}

@media print, screen and (min-width: 768px) {
.h2-midasi02 p{
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 5px;
	}
.h2-midasi02 h2{
	font-size: 23px;
	letter-spacing: 5px;
	}
}
@media print, screen and (min-width: 992px) {
.h2-midasi02 p{
	font-size: 70px;
	line-height: 80px;
	}
.h2-midasi02 h2{
	font-size: 25px;
	}
}

/* service.html
---------------------------------------------------- */
.bn-list,
.bn-list02{
	list-style: none;
    display:table;
    table-layout: fixed;
    width:100%;
	}

.bn-list li,
.bn-list02 li{
	font-family: 'Noto serif JP', sans-serif;
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 13px;
	border-radius: 10px;
	text-align: center;
	}

.bn-list .bnli01{width: 49%; float:left; cleaf:both; margin-bottom: 10px;}
.bn-list .bnli02{width: 49%; float:right; margin-bottom: 10px;}
.bn-list .bnli03{width: 49%; float:left; cleaf:both; margin-bottom: 10px;}
.bn-list .bnli04{width: 49%; float:right; margin-bottom: 10px;}

.bn-list02 .bnli01{width: 49%; float:left; cleaf:both; margin-bottom: 10px;}
.bn-list02 .bnli02{width: 49%; float:right; margin-bottom: 10px;}
.bn-list02 .bnli03{width: 49%; float:left; cleaf:both;}


@media print, screen and (min-width: 768px) {
.bn-list li{
	font-size: 14px;
	text-align: center;
	padding: 20px 10px;
	}
.bn-list .bnli01{width:22%;float:left; margin:0 5px 15px 0;}
.bn-list .bnli02{width:22%;float:left; margin:0 5px 15px 10px;}
.bn-list .bnli03{width:22%;float:left; margin:0 5px 15px 10px;}
.bn-list .bnli04{width:22%;float:left; margin:0 0px 15px 10px;}
.bn-list02 {
    display:table;
    table-layout: fixed;
    width:100%;
	margin:0 auto !important;
	padding: 0 10%;
	}
.bn-list02 li{
	font-size: 14px;
	text-align: center;
	padding: 20px 10px;
	}
.bn-list02 .bnli01{width: 30%; float:left; margin:0 10px 15px 0;}
.bn-list02 .bnli02{width: 30%; float:left; margin:0 10px 15px 10px;}
.bn-list02 .bnli03{width: 30%; float:left; margin:0 0 15px 10px;}
}

@media print, screen and (min-width: 1400px) {
.bn-list {padding-left: 8%;}
.bn-list02 {padding-left: 18%;}
.bn-list li{
	font-size: 18px;
	}
.bn-list02 li{
	font-size: 18px;
	}
.bn-list .bnli01{width:22%;float:left; margin:0 5px 15px 0;}
.bn-list .bnli02{width:22%;float:left; margin:0 5px 15px 10px;}
.bn-list .bnli03{width:22%;float:left; margin:0 5px 15px 10px;}
.bn-list .bnli04{width:22%;float:left; margin:0 0px 15px 10px;}
	
.bn-list02 .bnli01{width: 28%; float:left; margin:0 10px 15px 0;}
.bn-list02 .bnli02{width: 28%; float:left; margin:0 10px 15px 10px;}
.bn-list02 .bnli03{width: 28%; float:left; margin:0 0 15px 10px;}
}

/* product.html
---------------------------------------------------- */
.accordion dt {
	display: inline-block;
	padding: 15px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	background:#111;
	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:#333 !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:#333 !important; color:#fff !important}}
@media print, screen and (min-width: 768px) {.accordion .navon { background:#333 !important; color:#fff !important}}

/* ctlg-title
---------------------------------------------------- */
.ctlg-title{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p03-box01{
	margin-bottom: 40px;
	}
@media print, screen and (min-width: 768px) {
.p03-box01{
	margin-bottom: 60px;
	}
}
.p03-box01 a:link,
.p03-box01 a:visited{color: #333 !important; text-decoration:none}
.p03-box01 a:hover,
.p03-box01 a:active{color: #333 !important; text-decoration:underline}

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

/* addable_box
---------------------------------------------------- */
.addable_box{
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.05);
}

@media print, screen and (min-width: 768px) {
.addable_box{
  padding: 20px;
  margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 1200px) {
.addable_box{
  padding: 30px;
  margin-bottom: 60px;
  }
}

.addable_box_photo {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.addable_box_photo 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;
}

@media print, screen and (min-width: 768px) {
.addable_box_photo {
  margin-bottom: 15px;
  }
}

.addable_box_badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index: 1;
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}

.addable_box_badge.bgco01{ background: #333;}

.addable_box_text{
  font-size: 14px;
  background-color: #f4f8f4;
  border-radius: 5px;
  padding: 5px 10px;
} 

@media print, screen and (min-width: 768px) {
.addable_box_text{
  font-size: 16px;
  padding: 15px 20px;  
  } 
}

/* table4
---------------------------------------------------- */
.table4 {
  font-size: 14px;  
  width: 100%;
  border-collapse: separate
  border-spacing: 0;
  background: #fff;
  margin-bottom: 10px;
}

.table4 tr:first-child :is(th:first-child, td:first-child) { border-top-left-radius: 5px; }
.table4 tr:first-child :is(th:last-child,  td:last-child)  { border-top-right-radius: 5px; }
.table4 tr:last-child  :is(th:first-child, td:first-child) { border-bottom-left-radius: 5px; }
.table4 tr:last-child  :is(th:last-child,  td:last-child)  { border-bottom-right-radius: 5px; }

.table4 th,
.table4 td {
  padding: 8px;
  line-height: 21px;
  display: table-cell;
  border-top: 1px solid #c1d1c1;
  border-left: 1px solid #c1d1c1;
}

.table4 th {
  width: 80px;
  text-align: center;
  font-weight: normal;
  background-color: #f4f8f4;
  color: #208a6f;
}
.table4 td {
  border-right: 1px solid #c1d1c1;
}
.table4 tr:last-child :is(th, td) {
  border-bottom: 1px solid #c1d1c1;
}

@media print, screen and (min-width: 768px) {
  .table4 {   
    font-size: 16px;
    margin-bottom: 15px;
  }
  .table4 th,
  .table4 td {
    padding: 6px 10px;
    line-height: 24px;
  }
  .table4 th {
    width: 100px;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 1400px) {
  .table4 th,
  .table4 td {
    padding: 8px 12px;
    line-height: 24px;
  }  
  .table4 th { 
    width: 120px;	
  }
}

/* facilty.html
---------------------------------------------------- */
@media print, screen and (min-width: 768px) { .p04-box01{padding:0 0 0 20px;}}
/*@media print, screen and (min-width: 1400px) {.p04-box01{padding:40px 0 0 15%;}}*/

@media print, screen and (min-width: 768px) { .p04-box02{padding:0 10px 0 0;}}
/*@media print, screen and (min-width: 1400px) {.p04-box02{padding:40px 15% 0 0;}}*/

/* process.html
---------------------------------------------------- */
.flow12 {
	margin: 0;
	padding: 0;
}
.flow12 > li {
	list-style-type: none;
	position: relative;
  padding-bottom: 50px;
	display: flex;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
.flow12 > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	width: 0;
  height: 100%;
	border-left: 4px dotted #d4d4d4;
	}
}
@media print, screen and (min-width: 768px) {
.flow12 > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	width: 0;
  height: 100%;
	border-left: 4px dotted #d4d4d4;
	}
}

.flow12 > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 50px;
	top: -40px;
	width: 20%;
	height: 40px;
}


@media only screen and (max-width: 767px) {
.flow12 > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 24px;
	top: 3px;
	width: 20%;
	height: calc(100% - 3px);
	border-left: 4px dotted #d4d4d4;
	}
}
@media print, screen and (min-width: 768px) {
.flow12 > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 3px;
	width: 20%;
	height: calc(100% - 3px);
	border-left: 4px dotted #d4d4d4;
	}
}

.flow12 > li:first-of-type::before, .flow12 > li:last-of-type::after {
  content: unset;
}

@media only screen and (max-width: 767px) {
.flow12 > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	z-index: 99
	}	
}

@media print, screen and (min-width: 768px) {
.flow12 > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
	z-index: 99
	}
}

@media only screen and (max-width: 767px) {
.flow12 > li .icon12 {
	font-family: 'Noto serif JP', sans-serif;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 20px;
	line-height: 50px;
	background: #208a6f;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
	}
.flow12 > li .icon13 {
	display: inline-block;
	width: 70px;
	}
}

@media print, screen and (min-width: 768px) {
.flow12 > li .icon12 {
	font-family: 'Noto serif JP', sans-serif;
	display: inline-block;
	margin: 0;
	width: 100px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 100px;
	background: #208a6f;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
	}
.flow12 > li .icon13 {
	display: inline-block;
	width: 120px;
	}
}

@media only screen and (max-width: 767px) {
.flow12 > li dt {
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	display: inline-block;
	margin:5px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	}
}

@media print, screen and (min-width: 768px) {
.flow12 > li dt {
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	display: inline-block;
	margin: 25px 0 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	}
}

.flow12 > li dd {
	margin: 0;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .1em;
}

/* balloon1-right
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.balloon0 {
	position: relative;
	display: inline-block;
	padding: 7px;
	background: #cde0d8;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	}
.balloon1 {
	position: relative;
	display: inline-block;
	padding: 7px;
	background: #cde0d8;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #cde0d8;
	}
}

@media print, screen and (min-width: 768px) {
.balloon0 {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 7px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	background: #cde0d8;
}
.balloon1 {
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 7px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	background: #cde0d8;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #cde0d8;
	}
}

/* movie
---------------------------------------------------- */
.movie{margin-bottom: 15px;}
.movie video{width: 100%; height: auto;}

/* company.html
---------------------------------------------------- */
@media print, screen and (min-width: 768px) { .p06-box01{padding:0 0 0 20px;}}
@media print, screen and (min-width: 1400px) {.p06-box01{padding:0 0 0 5%;}}

.p06-box02{
	background: #fff;
	padding:20px;
	border-radius: 10px
	}
@media print, screen and (min-width: 768px) {
.p06-box02{
	padding:20px 30px;
	}
}

@media only screen and (max-width: 767px) {
.area-left { order: 1;}
.area-center{order: 3;}
.area-right{ order: 2;}
}

@media print, screen and (min-width: 768px) {
.area-left { order: 1;}
.area-center{order: 3;}
.area-right{ order: 2;}
}

@media print, screen and (min-width: 992px) {
.area-left { order:1}
.area-center{order:2; padding-top: 12%;}
.area-right{ order:3; padding-top: 17%;}
}

@media print, screen and (min-width: 1200px) {
.area-left { order:1}
.area-center{order:2; padding-top: 9%;}
.area-right{ order:3; padding-top: 17%;}
}

@media print, screen and (min-width: 1400px) {
.area-left { order:1}
.area-center{order:2; padding-top: 5%;}
.area-right{ order:3; padding-top: 22%;}
}

/* company.html
---------------------------------------------------- */
.infinite-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.infinite-track {
		display: flex;
		animation: infinite-scroll 100s linear infinite;
		width: calc(50vw * 22); /* 1枚 = 25vw（画面幅の1/4）、22枚分 */
	}

	.infinite-slide {
		width: 50vw; /* 画面の幅の1/2。2枚表示にするため */
		flex-shrink: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.infinite-track {
		display: flex;
		animation: infinite-scroll 200s linear infinite;
		width: calc(25vw * 22); /* 1枚 = 25vw（画面幅の1/4）、22枚分 */
	}

	.infinite-slide {
		width: 25vw; /* 画面の幅の1/4。4枚表示にするため */
		flex-shrink: 0;
	}
}

.infinite-slide img {
	width: 100%;
	height: auto;
	display: block;
}

@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* stop */
/*.infinite-slider:hover .infinite-track {
  animation-play-state: paused;
}*/

/* contact.html
---------------------------------------------------- */
.mail-box1{
	color: #fff;
	padding: 15px;
	text-align: center;
	background-color: rgba(28, 158, 125, 0.9);
	}
.mail-box1 h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	margin-bottom: 20px;
	}
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #fff
	}

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

@media print, screen and (min-width: 1200px){
.mail-box1{
	padding:30px 15% 30px 15%;
	}
.mail-box1 h3{
	font-size: 40px;
	margin-bottom: 40px;
	}
}

.contact_btn_tel{
	display:block;
	font-family: 'Noto serif JP', sans-serif;
	color:#fff;	
	font-size: 18px;
	background-color: #333;
	border-radius: 100px;
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
	}
	
.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:#fff; vertical-align: middle;}

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

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

/* contact.html
---------------------------------------------------- */
/* fax
------------------------- */
.contact_btn_fax{
	font-weight:lighter;		
	display:block;
	font-size:120%;	
	text-align:center;
	}
.contact_btn_fax i{font-size:90%; margin:0 5px 5px 0; vertical-align: middle;}

@media print, screen and (min-width: 768px) {
.contact_btn_fax{
	font-family: 'Noto serif JP', sans-serif;
	display:inline-block;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	}
.contact_btn_fax i{margin:0 5px 0 0; color: #fff;}
}

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

/* 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%;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
	font-weight: normal;
}
.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: 60px;
}
.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%;}
}

/* req-icon
---------------------------------------------------- */
.req-icon {
  display: none;
}

.req-icon.is-visible {
  display: block;
}

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

@media only screen and (max-width: 767px) {
.tenpu input{font-size: 13px;}
}

@media only screen and (max-width: 767px) {
.base label{display:inline}
}
@media print, screen and (min-width: 768px) {
.base label{display:inline}
}
@media print, screen and (min-width: 992px) {
.base label{display:inline-block}
}

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

/* 個人情報保護方針
---------------------------------------------------- */
#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: 10px;
	height: 300px;
	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: #435295;
	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;
}

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

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

/* 汎用
---------------------------------------------------- */
.kasiramoji::first-letter {font-size: 150%;}

/* 見出し
---------------------------------------------------- */
.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: 18px;
	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{
	font-family: 'Noto serif JP', sans-serif;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
.midasi02 span{
	font-family: "Cormorant Garamond", serif;
	color: #208a6f;
	font-size: 20px;
	}

@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 20px;
	}
.midasi02 span{	
	font-size: 30px;
	}	
}

@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 30px;
	}
.midasi02 span{	
	font-size: 33px;
	}	
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	padding: 10px 0 10px 20px;
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	border-left: solid #208a6f 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 20px;
	line-height: 35px;
	padding: 15px 0 15px 30px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 22px;
	line-height: 42px;
	margin-bottom: 30px;
	}
}

.midasi03 span{	
	font-size: 40px;
	}	

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	}
}

/* 見出し05
---------------------------------------------------- */
.midasi05{
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi05{
	font-size: 20px;
	line-height: 26px;
	}
}

/* 見出し06
---------------------------------------------------- */
.midasi06{
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	}
}

/* 見出し07
---------------------------------------------------- */
.midasi07{
	color: #fff;
	background: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding:15px 20px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi07{
	font-size: 20px;
	line-height: 26px;
	padding:15px 20px;
	margin-bottom: 30px;
	}
}

/* 見出し08
---------------------------------------------------- */
.midasi08{
	color: #208a6f;
	font-family: 'Noto serif JP', sans-serif;
  border-left: #208a6f solid 3px;
  padding: 15px 0 15px 25px;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 20px;
	}
}

/* 縦横比
---------------------------------------------------- */
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	background: #eee;
}
.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;
}

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

.img-r img{margin: 0 0 0 auto;}
.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;
	}

.lft{text-align: left !important;}
.rgt{text-align: right;}

/* fs
-------------------------- */
.fs130	{font-size: 130%;}
.fs110	{font-size: 110%;}
.fs80	{font-size: 80%;}

/* color
-------------------------- */
.white{color:#fff}
.red{color:#f00}
.green{color:#208a6f}
.yellow{color:#fff600}

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

/* gfont01
-------------------------- */
.gfont01{font-family: 'Noto serif JP', sans-serif;}

/* 画像　影
-------------------------- */
.kage img{box-shadow: 0px 2px 4px 4px rgba(160,160,160,0.1);}

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

@media print, screen and (min-width: 768px) {.yoko02 img{width: 60%;}}
@media print, screen and (min-width: 992px) {.yoko02 img{width: 100%;}}

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

/* 丸
-------------------------- */
.maru iframe{border-radius: 40px;}

/* 数字
-------------------------- */
.number{
	font-size:40px;
	line-height: 50px;
	font-weight: normal;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 768px) {
.number{
	font-size:50px;
	line-height:60px;
	margin-bottom: 20px;
	}	
}

.ctr{text-align: center;}

/*　スマホ以外中央寄せ
-------------------------- */
.ctr-text01{text-align: left;}
@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: left;}}
@media print, screen and (min-width: 768px) {.ctr-text03{text-align:left;}}


/* テキスト
-------------------------- */
.text01{line-height: 29px;}
@media print, screen and (min-width: 768px) {.text01{line-height: 33px;}}
@media print, screen and (min-width: 992px) {.text01{line-height: 36px;}}
@media print, screen and (min-width: 1200px) {.text01{line-height: 40px;}}

.text01 a:link, .text01 a:visited,
.text01 a:hover, .text01 a:active{text-decoration:underline; color:#333;}

.text02{font-size: 25px; line-height: 55px;}

/* リスト
---------------------------------------------------- */
.ul-none {list-style:none; padding-left:5px; text-align: left;}
.ul-none li{padding: 10px 0; border-bottom: 1px dashed #aaa;}

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

.ul-disc02 {list-style:disc; padding-left:5px; text-align: left; margin-left: 10px;}
.ul-disc02 li{padding: 5px 0;}
	
@media print, screen and (min-width: 768px) {
.ul-disc02 {margin-left: 15px;}
}

.ul-no {list-style:decimal; padding-left:5px; text-align: center; margin-left: 10px; margin-bottom: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}

@media print, screen and (min-width: 768px) {
.ul-no {margin-left: 20px; margin-bottom: 20px;}
.ul-no li{padding: 10px 0; border-bottom: 1px dashed #aaa;}
}

/* ol
---------------------------------------------------- */
.ol-01{padding-left: 20px; margin-bottom: 30px;}
.ol-01 li{ border-bottom: 1px dashed #ccc; padding: 5px 0;}

/* bg
---------------------------------------------------- */
.bg-gray{background: #eee;}
.bg-green{background:#1c9e7d}

@media print, screen and (min-width: 768px) {.bg-green02{background:url("../images/bg-green02b.png") repeat-y;}}
@media print, screen and (min-width: 992px) {.bg-green02{background:url("../images/bg-green02c.png") repeat-y;}}
@media print, screen and (min-width: 1200px) {.bg-green02{background:url("../images/bg-green02d.png") repeat-y;}}
@media print, screen and (min-width: 1400px) {.bg-green02{background:url("../images/bg-green02.png") repeat-y;}}

.bg-green03{background:url("../images/bg-green03.jpg") no-repeat scroll 50% 0% / cover;}
.bg-green04{background:#e5ebe5}
.bg-green05{background:#d6e3d6}

.bg-contact{background:url("../images/bg-contact.jpg") no-repeat scroll 50% 0% / cover;}

/*bg-haikei
---------------------------------------------------- */
.bg-haikei01{background: url("../images/haikei.jpg") no-repeat scroll 50% 0% / cover}
@media print, screen and (min-width: 992px) {
.bg-haikei01{
	background: url("../images/haikei.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.bg-haikei02{background: url("../images/main04.jpg") no-repeat scroll 50% 0% / cover}
@media print, screen and (min-width: 992px) {
.bg-haikei02{
	background: url("../images/main04.jpg") no-repeat scroll 50% 0% / cover;
	height: auto;
	background-position: 50% 50%;
	background-attachment: fixed;
	}
}

.part-h{padding:80px 0;}
@media print, screen and (min-width: 768px) {.part-h{padding:150px 0}}
@media print, screen and (min-width: 992px) {.part-h{padding:200px 0}}
@media print, screen and (min-width:1200px) {.part-h{padding:200px 0}}

/* 文字間
---------------------------------------------------- */
.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-lg0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md10-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md10-lg0{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md10-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-sm10-md0-lg10-xl0{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md0-lg10-xl0{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md0-lg10-xl0{ margin-bottom:10px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-md0-lg10-xl0{ margin-bottom:10px}}
@media print, screen and (min-width: 1200px) {.mb-10-sm10-md0-lg10-xl0{ margin-bottom:0px}}

.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-10-sm10-md50-lg50{ margin-bottom:10px}
@media print, screen and (min-width: 576px) {.mb-10-sm10-md50-lg50{ margin-bottom:10px}}
@media print, screen and (min-width: 768px) {.mb-10-sm10-md50-lg50{ margin-bottom:50px}}
@media print, screen and (min-width: 992px) {.mb-10-sm10-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}}

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

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

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

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

@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:30px 0}}
@media print, screen and (min-width: 768px) {.part01{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part01{ padding:80px 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:30px 0}}
@media print, screen and (min-width: 768px) {.part02{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part02{ padding:80px 0}}
@media print, screen and (min-width: 1200px) {.part02{padding:80px 0}}

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

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

.part05{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part05{padding:30px 0}}
@media print, screen and (min-width: 768px) {.part05{padding:30px 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:60px 0 0 0}}
@media print, screen and (min-width: 992px) {.part06{padding:80px 0 0 0}}
@media print, screen and (min-width:1200px) {.part06{padding:120px 0 0 0}}

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

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

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

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

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

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

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px; border-radius: 10px}
@media print, screen and (min-width: 768px) {.map iframe {width:100%; height:300px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe {height:270px;}}
@media print, screen and (min-width: 1200px) {.map iframe{height:270px;}}
@media print, screen and (min-width: 1400px) {.map iframe{height:270px;}}

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

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

.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 0;
	border-top:1px solid #333;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:1px solid #333;
	vertical-align:middle;
	display:table-cell;
	width: 25%;
	}
.table1 td{
	padding:25px 0 25px 60px;
	border-top:1px solid #ccc;
	border-right:0px solid #ddd;
	border-left:0px solid #ddd;
	border-bottom:1px solid #ccc;
	text-align: left !important;
	display:table-cell;
	}
}

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

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

/* table2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #333;
	background: #fff;
}

@media only screen and (max-width: 767px) {
.table2{font-size: 14px;}
.table2 .thead{display: none}
.table2 th{
	width: 45%;
	text-align: center;
	padding: 6px 2px;
	display: table-cell;
	font-weight: normal;
	background-color: #eee;	
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.table2 td{
	padding: 6px;
	display: table-cell;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
}

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

@media print, screen and (min-width: 1200px) {
.table2 th{
	width: 25%;	
	padding: 15px;
}
.table2 td{
	padding: 15px;
	}
}

.table2 a:link,
.table2 a:visited{text-decoration:underline !important;}
.table2 a:hover,
.table2 a:active{text-decoration:none !important;}

.thbg01{background-color: #eee;}

.thwd01{width: 50%;}
@media print, screen and (min-width: 768px) {.thwd01{width: 40%;}}

/* table3
---------------------------------------------------- */
.table3{
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #d2cec0;
	background: #fff;
	text-align: center;
}

@media only screen and (max-width: 767px) {
.table3{font-size: 90%;}
.table3 th{
	text-align: center;
	padding: 10px 2px;
	display: table-cell;
	font-weight: normal;
	background-color: #e3eee3;	
	border-top: 0px;
	border-left: 1px solid #d2cec0;
	border-bottom: 1px solid #d2cec0;	
}
.table3 td{
	padding: 10px;
	display: table-cell;
	border-right: 1px solid #d2cec0;
	border-left: 1px solid #d2cec0;
	border-bottom: 1px solid #d2cec0;
	}
}

@media print, screen and (min-width: 768px) {
.table3{font-size: 100%;}
.table3 th{
	text-align: center;
	padding: 10px;
	display: table-cell;
	font-weight: normal;
	background-color: #e3eee3;	
	border-top: 0px;
	border-right: 1px solid #d2cec0;
	border-left: 1px solid #d2cec0;
	border-bottom:  1px solid #d2cec0;
}
.table3 td{
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #d2cec0;
	}
}

/* table6
---------------------------------------------------- */
.table6 {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table6 th,
.table6 td {
	vertical-align: middle;
	padding: 7px 10px;
	border: 1px solid #ccc;
	white-space: normal;
}

.table6 th {
	text-align: center;
}
.table6 td {
	text-align: left;
}

@media print, screen and (min-width: 1200px) {
.table6 th,
.table6 td {
	padding: 7px 10px;
	text-decoration: none;
	}
}

.table6 th {
	background: #e5ebe5;
	font-weight: normal;
}
.table6 td {
	background: #fff;
}

.td01{
	background: #e5ebe5 !important;
	text-align: center !important;
}

/* table6
---------------------------- */
@media only screen and (max-width: 767px) {
.table6 ._sticky {
	position: sticky;
	top: 0;
	left: 0;
	border: 1px solid #ccc !important;
	background: #e5ebe5 !important;
	}
.table6 ._sticky:before {
	content: "";
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	width: 100%;
	height: 100%;
	z-index: 9;
	}
}

/* scroll-box
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.scroll-box {
	height: 300px;
	overflow-y: auto;
	padding-right: 10px;
	-webkit-overflow-scrolling: touch;
	}
.scroll-box::-webkit-scrollbar {
	width: 4px;
	}
.scroll-box::-webkit-scrollbar-track {
	background: #eee;
	}
.scroll-box::-webkit-scrollbar-thumb {
	background: #aaa;
	border: none;
	}
.scroll-box::-webkit-scrollbar-thumb:hover {
	background: #999;
	}
}

/* table-scroll
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table-scroll table{
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;
	}
.table-scroll {overflow-x: auto;}	
.table-scroll table{
	width: 100%;
	min-width: 1000px;
	border-collapse: collapse;
	}	
}

/* 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{
	display: block;
	text-align: center;
	color: #fff !important;	
	background: #208a6f;
	width: 100%;	
	padding: 13px 0 15px 0;
	border:0;
	border-radius: 100px;
	}
.btn01 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color: #fff !important;	
	text-decoration:none;
	background: #208a6f;
	}
.btn01:hover,
.btn01:active{
	color: #fff !important;	
	text-decoration:none !important;
	background: #0f5d49;
	letter-spacing: 2px;
	}
.btn01 i{margin-right: 8px;}

/* btn02
---------------------------------------------------- */
.btn02{
	display: block;
	color: #fff !important;
	text-align: center;	
	background-color: #333;
	width: 100%;	
	padding: 13px 0 15px 0;
	border:0;
	border-radius: 100px;
	}
.btn02 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn02:link,
.btn02:visited{
	color: #fff;
	text-decoration:none;
	background-color: #333;
	}
.btn02:hover,
.btn02:active{
	color: #fff !important;
	text-decoration:none !important;
	background-color: #999;
	letter-spacing: 2px;
	}
.btn02 i{margin-right: 8px;}

/* btn03
---------------------------------------------------- */
.btn03{
	display: block;
	color: #1c9e7d !important;
	text-align: center;
	background: #fff;
	width: 100%;	
	padding: 13px 0 15px 0;
	border-radius: 100px;
	}
.btn03 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color: #1c9e7d !important;
	text-decoration:none;
	background: #fff;
	}
.btn03:hover,
.btn03:active{
	color: #1c9e7d !important;
	text-decoration:none !important;
	background: #eee;
	letter-spacing: 2px;
	}
.btn03 i{margin-right: 8px;}

/* btn04
---------------------------------------------------- */
.btn04{
	text-align: left;
	display: block;
	border-bottom: 1px solid #333;	
	width: 100%;
	padding: 13px 20px 15px 0px;
	letter-spacing: 2px;
	color:#333 !important;
	position: relative;
}
.btn04::before{
	position: absolute;
	content:"\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8px;
	color:#333 !important;
	top:50%;
	right:0%;
	transform:translatey(-50%);
}
.btn04:hover,
.btn04:active{
	color:#ccc !important;
	letter-spacing: 3px;
	transition: all .5s;
	}

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

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
}
#pagetop img{
	width: 45px;
	height: auto;
}
@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 60px
	}
}
@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:30px;
	right: 30px;
	z-index: 100;
	}
}

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

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


.ctgrarea{
  background: #fff;
  padding: 30px 0;
}