@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;
	letter-spacing: 1px;
	overflow-x: hidden;
	background: #fff;
}

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

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

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

/* header
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.header {background:#fff;}
.header .menu a:link, 
.header .menu a:visited,
.header .menu a:hover,
.header .menu a:active{text-decoration:none; color:#333 !important;}
.menu > ul > li a{
	padding: 10px 0 !important;
	}
}

@media print, screen and (min-width: 768px){
.header {
	background: transparent;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
	border-bottom: 1px solid #fff;
	}
}

@media print, screen and (min-width: 768px){
.header {
	background: transparent;
	transition: 0.2s;
	}
.header.change-header {
	padding:0;
	transition: 0.2s;
	background: #fff;
	}
.header.change-header .logo{
	width: 230px;
	padding: 15px 0 0 10px;
	transition: 0.2s;
	}
.header.change-header .menu{
	width: 700px;
	font-size: 12px;
	transition: 0.2s;
	margin: 0 auto;
	}

.header.change-header .headerbtn-ul {float:right; width:40%;}
.header.change-header .header-right01 i{color: #02317d; font-size: 23px; margin-right: 10px;}
.header.change-header .header-right01 { color: #333; font-size: 23px;}
	
.header.change-header .menu a:link, 
.header.change-header .menu a:visited,
.header.change-header .menu a:hover,
.header.change-header .menu a:active{text-decoration:none; color:#333 !important;}	
	
}

@media print, screen and (min-width: 992px){
.header.change-header .logo{
	width: 250px;
	padding: 15px 0 10px 10px;
	}
.header.change-header .menu{
	font-size: 13px;
	width: 780px;
 	margin:0 0 0 auto
	}
.header.change-header .headerbtn-ul {
	width:38%;
	margin-bottom: 5px;
	}
	
.header.change-header .headerbtn-ul {float:right; width:40%;}
.header.change-header .header-right01 i{color: #02317d; font-size: 25px; margin-right: 10px;}
.header.change-header .header-right01 { color: #333; font-size: 25px;}	
	
}

@media print, screen and (min-width: 1200px){
.header.change-header .logo{
	width: 250px;
	padding: 15px 0 10px 10px;
	}
.header.change-header .menu{
	font-size: 14px;
	width: 950px;
 	margin:0 0 0 auto
	}
.header.change-header .headerbtn-ul {
	width:38%;
	margin-bottom: 5px;
	}
	
.header.change-header .headerbtn-ul {float:right; width:40%;}
.header.change-header .header-right01 i{color: #02317d; font-size: 25px; margin-right: 10px;}
.header.change-header .header-right01 { color: #333; font-size: 25px;}	
	
}

@media print, screen and (min-width: 1400px){
.header.change-header .logo{
	width: 350px;
	padding: 27px 0 0 20px;
	}
.header.change-header .menu{
	font-size: 14px;
	width: 1100px;
	}
.header.change-header .headerbtn-ul {
	width:30%;
	margin-bottom: 5px;
	}
}

/* h1
---------------------------------------------------- */
.logo {width: 250px; float: left; height: auto;}
@media only screen and (max-width: 767px) {.logo {top:8px;}}
@media print, screen and (min-width: 768px) {.logo{	width: 250px; padding:15px 0 0 10px;}}
@media print, screen and (min-width: 992px) {.logo{	width: 250px; padding:15px 0 0 10px;}}
@media print, screen and (min-width: 1200px) {.logo{width: 250px; padding:15px 0 0 10px;}}
@media print, screen and (min-width: 1400px) {.logo{width: 415px; padding:27px 0 0 20px;}}

/* headerbtn-ul
---------------------------------------------------- */
@media print, screen and (min-width: 768px) { .headerbtn-ul {float:right; width:60%; margin: 10px 20px 0 0;}}
@media print, screen and (min-width: 992px) { .headerbtn-ul {width:55%;}}
@media print, screen and (min-width: 1200px) {.headerbtn-ul {width:45%;}}
@media print, screen and (min-width: 1400px) {.headerbtn-ul {width:50%;}}

.header-right01 {float:right; display: block; margin-bottom: 5px;}
.header-right01 {margin: 0 0 0 auto}

@media print, screen and (min-width: 768px) {
.header-right01 i{color: #02317d; font-size: 25px; margin-right: 10px;}
.header-right01 { color: #fff; font-size: 25px;}
}

@media print, screen and (min-width: 1200px) {
.header-right01 i{font-size: 30px;}
.header-right01 { font-size: 30px;}
}

/* menu
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.menu a:link, 
.menu a:visited,
.menu a:hover,
.menu a:active{text-decoration:none; color:#333;}	
.menu {overflow: auto; max-height: 85vh;}
.menu-container { margin-top: -27px!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: 14px;}
.menu > ul > li a span{display: none}
.menu li.navi-on a{color: #333 !important;}
}

.menu-mobile {display: none; padding: 15px 0 5px 20px !important;}
.menu {font-size: 12px; padding-top: 0px;}
.menu > ul > li a {color: #fff !important; padding: 15px 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:5px 0 10px 0;}
.menu > ul > li a{ margin: 0; line-height: 20px; letter-spacing: 1px;}
.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: 7px 0 !important;
	background: 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: url("../images/active.png") no-repeat center top;
	}
.menu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	}
.menu a:hover,
.menu a:active{
	background: url("../images/active.png") no-repeat center top;
	}
}

@media print, screen and (min-width: 1400px) {
.menu > ul > li a{letter-spacing: 3px;}
}

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

@media only screen and (max-width: 767px) {
	.p10-0{padding:5px 0; text-align: center; font-size: 11px;}
	
	.li001{clear: both; width:49% !important; float: left !important;}
	.li002{width:49% !important; float: right !important;}
	.li003{clear: both; width:49% !important; float: left !important;}
	.li004{width:49% !important; float: right !important;}
	.li005{clear: both; width:49% !important; float: left !important;}
	.li006{width:49% !important; float: right !important;}
	.li007{clear: both; width:49% !important; float: left !important;}
	.li008{width:49% !important; float: right !important;}	
	.li009{clear: both; width:100% !important;}	
}
@media print, screen and (min-width: 768px) {
	.li001{width:9% !important;}
	.li002{width:13% !important;}
	.li003{width:12% !important;}
	.li004{width:19% !important;}
	.li005{width:12% !important;}
	.li006{width:11% !important;}
	.li007{width:11% !important;}
	.li008{width:13% !important;}	
}

@media print, screen and (min-width: 1200px) {
	.li001{width:10% !important;}
	.li002{width:14% !important;}
	.li003{width:12% !important;}
	.li004{width:16% !important;}
	.li005{width:12% !important;}
	.li006{width:12% !important;}
	.li007{width:12% !important;}
	.li008{width:12% !important;}	
}

/* nav-tel
---------------------------------------------------- */
.nav-tel{
	width: 100%;
	font-size: 16px;
	padding:10px 0 12px 0;
	line-height: 20px;
	display:block!important;	
	color:#fff !important;
	text-align:center;	
	text-decoration:none !important;
	background:#02317d;
	}
.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:13px; margin-right: 5px; margin-top: -3px; vertical-align: middle;}

/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 100%;}

/* index.html
---------------------------------------------------- */
/* main余白
---------------------------------------------------- */
.mainimg{ padding-top: 55px}
@media print, screen and (min-width: 768px) {.mainimg{ padding-top: 0;}}
@media print, screen and (min-width: 992px) {.mainimg{ padding-top: 0;}}
@media print, screen and (min-width:1200px) {.mainimg{ padding-top: 0;}}
@media print, screen and (min-width:1400px) {.mainimg{ padding-top: 0;}}

#mainimage{padding-top: 0}
@media print, screen and (min-width: 768px) {#mainimage{padding-top: 0px}}
@media print, screen and (min-width: 992px) {#mainimage{padding-top: 0px}}
@media print, screen and (min-width:1200px) {#mainimage{padding-top: 0px;}}
@media print, screen and (min-width:1400px) {#mainimage{padding-top: 0px;}}

/* 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){
.swiper-wrapper, .slide-img { height: 60vh;}
.slide-img img{
	object-fit: cover;
	height: 100vh;
	width: 100vw;
	}
}
@media print, screen and (min-width: 992px){
.swiper-wrapper, .slide-img { height: 100vh;}
.slide-img img{
	object-fit: cover;
	height: 100vh;
	width: 100vw;
	}
}

#mainimage {position: relative;}

@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 1;
	top: 15%;
	left:0;
	right: 10%;
	}	
}
@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 1;
	top: 60%;
	left: 0;
	right: 40%;
	}	
}
@media print, screen and (min-width: 992px){
#mainimage h2{
	top: 30%;
	left: 0;
	right: 50%;
	}
}
@media print, screen and (min-width: 1200px){
#mainimage h2{
	top: 50%;
	left: 0;
	}
}

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

/* トップ
---------------------------------------------------- */
.p01-box01 i{font-size: 16px; margin-right: 5px;}
.p01-box01 p{
	color: #02317d;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	}	
.p01-box01 h3{
	color: #02317d;
	font-family: 'Noto serif JP', sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}

@media print, screen and (min-width: 768px) {
.p01-box01 p{
	font-size: 20px;
	margin-bottom: 15px;
	}	
.p01-box01 h3{
	font-size: 23px;
	line-height: 33px;
	}
}

@media print, screen and (min-width: 992px) {
.p01-box01{padding:40px 0 0 0;}
.p01-box01 p{
	font-size: 20px;
	margin-bottom: 15px;
	}	
.p01-box01 h3{
	font-size: 23px;
	line-height: 33px;
	}
}

@media print, screen and (min-width: 1200px) {
.p01-box01{padding:50px 0 0 30px;}
.p01-box01 p{
	font-size: 20px;
	margin-bottom: 20px;
	}
.p01-box01 h3{
	font-size: 28px;
	line-height: 50px;
	}
}

@media print, screen and (min-width: 1400px) {
.p01-box01{padding:10% 0 10% 20%;}
.p01-box01 p{
	font-size: 20px;
	margin-bottom: 20px;
	}	
.p01-box01 h3{
	font-size: 30px;
	line-height: 50px;
	}
}

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

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

@media print, screen and (min-width: 1200px) {
.p01-box03{
	padding:0 0 0 60px;
	}
}

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

/* p01-box04
---------------------------------------------------- */
@media print, screen and (min-width: 576px) {
.p01-box04{
	padding:0 0 20px 0;
	}	
}
@media print, screen and (min-width: 768px) {
.p01-box04{
	padding:0 0 30px 0;
	}	
}
@media print, screen and (min-width: 992px) {
.p01-box04{
	padding:0 0 50px 30px;
	}	
}
@media print, screen and (min-width: 1200px) {
.p01-box04{
	padding:0 0 0 60px;
	}	
}
@media print, screen and (min-width: 1400px) {
.p01-box04{
	padding:0 5% 0 10%;
	}	
}

/* 各種梱包用資材の製作
---------------------------------------------------- */
.p01-box05{
	background-image: linear-gradient(90deg, #02327e, #4a90e1);
	padding: 20px;
	}
@media print, screen and (min-width: 768px) {
.p01-box05{
	padding: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.p01-box05{
	padding: 5% 10% 5% 30%;
	}
}

/* 各種梱包用資材の製作
---------------------------------------------------- */
@media print, screen and (min-width: 1400px) {
.p01-box06{
	margin:0 5%;
	}
}

/* slick
---------------------------------------------------- */
.slider {width:100%; margin:0 auto;}
@media only screen and (max-width: 1024px) and (min-width: 426px) {
  .slider .slick-slide {
    width: calc((100% / 2) - 20px); /* 2枚表示のため */
  }
}

.slick-prev, 
.slick-next {
	background-colo:transparent;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
}
.slick button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
.slick-prev{
	width: 30px;
	height: 30px;
	right: 60px;
	top:-430px;
	background:url("../images/okuri-l.png") no-repeat scroll 50% 0% / cover;	
	cursor: pointer;
} 
.slick-next {	
	width: 30px;
	height: 30px;
	right: 10px;
	top:-430px;
	background:url("../images/okuri-r.png") no-repeat scroll 50% 0% / cover;
	cursor: pointer;
	}
}

@media print, screen and (min-width: 576px) {
.slick-prev{
	width: 30px;
	height: 30px;
	right: 70px;
	top:-500px;
	background:url("../images/okuri-l.png") no-repeat scroll 50% 0% / cover;
} 
.slick-next {
	width: 30px;
	height: 30px;
	right: 10px;
	top:-500px;
	background:url("../images/okuri-l.png") no-repeat scroll 50% 0% / cover;
	}
}

@media print, screen and (min-width: 768px) {
.slick-prev{
	width: 60px;
	height: 60px;
	background:url("../images/okuri-l.png") no-repeat;
	right: 100px;
	top:-500px;
	cursor: pointer;
	} 
.slick-next {	
	width: 60px;
	height: 60px;
	background:url("../images/okuri-r.png") no-repeat;
	right: 20px;
	top:-500px;
	cursor: pointer;
	}
}

@media print, screen and (min-width: 1200px) {
.slick-prev{
	width: 60px;
	height: 60px;
	right: 100px;
	top:-650px;
	} 
.slick-next {	
	width: 60px;
	height: 60px;
	right: 20px;
	top:-650px;
	}
}

@media print, screen and (min-width: 1400px) {
.slick-prev{
	width: 60px;
	height: 60px;
	right: 250px;
	top:-680px;
	} 
.slick-next {	
	width: 60px;
	height: 60px;
	right: 170px;
	top:-680px;
	}
}

/* slider-box
---------------------------------------------------- */
.slider-box .en{
	font-family: "Cal Sans", sans-serif;
	font-size: 18px;
	color: #78faff;
}
.slider-box h4{
	font-family: 'Noto serif JP', sans-serif;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	}
.slider-box p{
	color: #fff;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 1200px) {
.slider-box .en{
	font-size: 18px;
	}
.slider-box h4{
	font-size: 60px;
	margin-bottom: 10px;
	}
.slider-box p{
	margin-bottom: 20px;
	}
}

/* slider-left  slider-right
---------------------------------------------------- */
.slider-left{
	float: left;
	width: 40%;
	}
.slider-right{
	float: right;
	width: 56%;
	}

@media print, screen and (min-width: 768px) {
.slider-left{
	float: left;
	width: 35%;
	}
.slider-right{
	float: left;
	width: 48%;
	padding-left: 20px;
	}
}

@media print, screen and (min-width: 1200px) {
.slider-left{
	width: 48%;
	}
.slider-right{
	width: 48%;
	padding-top: 40px;
	padding-left: 40px;
	}
}

/* banner1
---------------------------------------------------- */
.banner_1 {
    position: relative;
    overflow: hidden;
 	display: block;
	z-index: 3;
	}
.banner_1 a:link{
 	display: block;
	padding: 40px 20px;
	text-align: center;
	color: #fff !important;
	}
@media print, screen and (min-width: 992px) {
.banner_1 a:link{
	padding: 100px 10px;
	}
}
@media print, screen and (min-width: 1400px) {
.banner_1 a:link{
	padding: 150px 30px;
	}
}

.banner_1:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner_1:hover:after {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.banner_1 .inner {
    z-index: 1;
    position: relative;
}

/* 背景画像
--------------------- */
.banner_a:after {background:url("../images/link01.jpg") no-repeat scroll 50% 0% / cover;}
.banner_b:after {background:url("../images/link02.jpg") no-repeat scroll 50% 0% / cover;}

/* 文字サイズ
--------------------- */
.banner_1 h4 i{ margin-right: 5px;}
.banner_1 h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.banner_1 h5{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 10px;
}
.banner_1 p{
	font-size: 14px;
	line-height: 27px;
}
.banner_1 img{
	display: none;
}

@media print, screen and (min-width: 1200px) {
.banner_1 h5{
	font-size: 60px;
	margin-bottom: 20px;
	}
.banner_1 p{
	font-size: 16px;
	line-height: 33px;
	}
.banner_1 img{
	display: block;
	position:absolute;
	bottom:30px;
	right: 30px;
	}
}

/* footer
---------------------------------------------------- */
#footer01{
	width: 100%;
	clear: both;
	letter-spacing: 1px;
	background: #DDDCD9;
	background: linear-gradient(90deg,rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(220, 220, 220, 1) 100%);
}

/* f-yohaku
---------------------------------------------------- */
@media only screen and (max-width: 767px) { .f-yohaku01{ padding: 30px 0;}}
@media print, screen and (min-width: 768px) {.f-yohaku01 {padding: 50px 0; font-size: 13px;}}
@media print, screen and (min-width: 992px) {.f-yohaku01 {padding: 100px 0;font-size: 16px;}}
@media print, screen and (min-width: 1400px) {.f-yohaku01{padding: 150px 0;}}

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

.f-info h3 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.f-info h3 {margin-bottom:30px;}}

@media only screen and (max-width: 767px) {
.f-info h3 img {margin:0 auto;}
.btn-bottom-tel{
	color: #fff;
	display: block;
	background-color: #02317d;
	text-align: center;	
	font-size: 19px;
	padding: 15px 0;
	border: 0px;
	margin-bottom: 10px;
	}
.btn-bottom-tel i{
	position: relative;
	font-size: 15px;
	margin-right: 10px;
	top:-2px;
	}
}

/* f-navi
---------------------------------------------------- */
.textlink {width:100%; color: #333;}
.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: #02317d;
	}
@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;}
.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: 20px;}}

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

/* copyright
---------------------------------------------------- */
.copyright{
	text-align: center;
	margin-top: 5px;
	line-height: 20px;
	margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
.copyright{
	text-align:left;
	margin-bottom: 0;
	}
}

/* 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 30px 0; text-align: center; color: #fff;}
@media print, screen and (min-width: 768px) {.h2-midasi{padding:180px 0 100px 0;}}
@media print, screen and (min-width: 992px) {.h2-midasi{padding:160px 0 80px 0;}}
@media print, screen and (min-width:1200px) {.h2-midasi{padding:220px 0 150px 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-09{background: url("../images/h2-09.jpg") no-repeat scroll 50% 0% / cover;}

.h2-midasi p{
	font-family: "Cal Sans", sans-serif;
	font-size: 30px;
	line-height:40px;
	letter-spacing:5px;
	}
.h2-midasi h2{
	font-size: 16px;
	letter-spacing:5px;
}
@media print, screen and (min-width: 768px) {
.h2-midasi p{
	font-size: 50px;
	line-height:70px;
	}
.h2-midasi h2{
	font-size: 22px;
	}
}
@media print, screen and (min-width: 992px) {
.h2-midasi p{
	font-size: 50px;
	line-height:80px;
	}
.h2-midasi h2{
	font-size: 25px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2-midasi p{
	font-size: 70px;
	line-height:80px;
	}
.h2-midasi h2{
	font-size: 28px;
	}
}

/* chosen.html
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.numbers {
	color: #488ddf;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
	}
}

@media print, screen and (min-width: 768px) {
.numbers {
	color: #488ddf;
	font-size: 65px;
	margin-bottom: 50px;
	}
}

/* business.html
---------------------------------------------------- */
.white-box02{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	}
@media print, screen and (min-width: 768px) {
.white-box02{
	padding: 30px;
	margin-bottom: 30px;
	}
}

/* order.html
---------------------------------------------------- */
.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: 40px;
	}
}

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

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

.item-box01{
	margin-bottom: 80px;
}
.item-box01 .photo-ofi{margin-bottom: 15px;}

.item-ctgr{
	background: #e9e9e9;
	text-align: center;
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 8px;
}
.item-title{
	color: #488ddf;
	font-size: 18px;
	margin-bottom: 5px;
}
.item-text{
	margin-bottom: 10px;
}

.detail-box{margin-bottom: 40px;}
@media print, screen and (min-width: 768px){.detail-box{margin-bottom: 100px;}}

.detail-imgtext{text-align: center;}

/* equipment.html
---------------------------------------------------- */
.table_nor th{
	font-weight:normal;
	text-align: center;
}

.table_nor{
	overflow: hidden !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: none !important;
	border-top: #ccc solid 1px !important;
	border-left: #ccc solid 1px !important;
	width: 100%;
}
.table_nor thead tr th{
	color: #fff;
	background-color: #03337f;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 12px 15px;
}
.table_nor tbody tr th{
	background-color: #3064b8;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	font-weight: normal;
	padding: 12px 15px;
	color: white;
}
.table_nor tbody tr td{
	background-color: white;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 12px 15px;
}
.table_nor tbody tr td .nor_sm{
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1109px) {
	.table_nor thead tr th,
	.table_nor tbody tr th{
		font-size: 14px;
	}
	.table_nor tbody tr td{
		font-size: 14px;
	}
}

@media print{
	.table_nor thead tr th,
	.table_nor tbody tr th{
		font-size: 12px;
	}
	.table_nor tbody tr td{
		font-size: 12px;
	}
}

/* スマホ */
@media only screen and (max-width: 767px) {
	.table_nor thead tr th{
		display: none;
	}
	.table_nor tbody tr th{
		display: block;
		padding: 10px;
		width: auto;
		font-size: 14px;
	}
	.table_nor tbody tr td{
		position: relative;
		display: block;
		padding: 10px;
		width: auto;
		font-size: 13px;
	}
	.table_nor tbody tr .nor_sm{
		padding: 10px 10px 10px 120px;
	}
	.table_nor tbody tr .nor_sm .nor_smt{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		padding-top: 10px;
		width: 100px;
		height: 100%;
		background-color: #666;
		font-size: 12px;
		color: white;
		text-align: center;
	}	
	.table_nor tbody .nor_bgsm .nor_smt{background-color: #333 !important;}
	.table_nor tbody .nor_smt{background-color: #333;}	
	
	.table_nor tbody .nor_bgsm td{background-color: #fff !important;}
	.table_nor tbody td{background-color: #eee !important;}	
}

/* スマホ以外 */
@media print, screen and (min-width: 768px){
.nor_smt {display: none;}
.width001{width: 30%;}
.width002{width: 50%;}
}

/* company.html
---------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
.p07-box01{
	padding: 0 0 0 40px;
	}
}

/* contact.html
---------------------------------------------------- */
.mail-box1{
	padding: 10px;
	background: #fff;
	text-align: center;
	border:1px solid #ccc;
	}
.mail-box1 h3{
	font-size: 20px;
	margin-bottom: 20px;
	}
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #333
	}

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

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

/* tel
------------------------- */
.contact_btn_tel{
	display:block;
	color:#fff;	
	font-size: 18px;
	background-color: #333;
	padding:20px 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;
	background-color:transparent;
	padding:0;
	text-align:left;
	color: #333;
	font-size:28px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#aaa;}
}

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

/* fax
------------------------- */
.contact_btn_fax{
	font-weight:lighter;		
	display:block;
	font-size:120%;	
	text-align:center;
	}

.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:90%; margin:0 5px 5px 0; vertical-align: middle;}

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

@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%;
	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:25%;
	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%;
	}
}

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

/* 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:#02317d;
	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 {	color: #65a179 !important;}

/* title01
---------------------------------------------------- */
.title01{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 3px;
	}

.title01 i{margin-right: 5px;}

@media print, screen and (min-width: 768px) {
.title01{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	}
}

@media print, screen and (min-width: 1200px) {
.title01{
	font-size: 22px;
	line-height: 42px;
	margin-bottom: 20px;
	}
}

/* title02
---------------------------------------------------- */
.title02{
	font-family: "Cal Sans", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	}
@media print, screen and (min-width: 768px) {
.title02{
	font-size: 60px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 1200px) {
.title02{
	font-size: 80px;
	padding-bottom: 50px;
	margin-bottom: 80px;
	}
}

/* title03
---------------------------------------------------- */
.title03{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 3px;
	}
.title03 i{margin-right: 5px;}
@media print, screen and (min-width: 768px) {
.title03{
	font-size: 18px;
	line-height: 28px;
	}
}
@media print, screen and (min-width: 1200px) {
.title03{
	font-size: 22px;
	line-height: 32px;
	}
}

/* title04
---------------------------------------------------- */
.title04{
	font-family: "Cal Sans", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	}
@media print, screen and (min-width: 768px) {
.title04{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
	}
}
@media print, screen and (min-width: 1200px) {
.title04{
	font-size: 80px;
	line-height: 90px;
	margin-bottom: 30px;
	}
}

/* title05
---------------------------------------------------- */
.title05{
	font-size: 17px;
	line-height: 27px;
	}

@media print, screen and (min-width: 768px) {
.title05{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	}
}
@media print, screen and (min-width: 1200px) {
.title05{
	font-size: 22px;
	line-height: 42px;
	}
}
@media print, screen and (min-width: 1400px) {
.title05{
	font-size: 25px;
	line-height: 45px;
	}
}

/* 見出し
---------------------------------------------------- */
.midasi01{
	text-align: center;	
	font-size: 22px;
	line-height:24px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	}
.midasi01 span{
	font-family: "Cal Sans", sans-serif;
	font-size: 18px;
	color:#02317d;
}

@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 27px;
	line-height: 33px;
	margin-bottom: 20px;
	}
.midasi01 span{
	font-size: 18px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 37px;
	line-height: 35px;
	margin-bottom: 30px;
	}
.midasi01 span{
	font-size: 20px;
	}
}

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
	letter-spacing: 3px;
	padding: 8px 0 8px 13px;
	border-left: 2px solid #00bcd4;
	}
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
	padding: 2px 0 2px 10px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi02{
	font-size: 20px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi02{
	font-size: 28px;
	line-height: 38px;
	}
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	}

/* 見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;	
	padding-top: 50px;
	margin-bottom: 15px;
	background: url("../images/border.png") no-repeat center top;
	text-align: center;
	}

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

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

/* 見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	}

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

@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	}
}

/* 見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
}

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

/* 見出し07
---------------------------------------------------- */
.midasi07{
	color: #498fe1;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	}

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

/* 見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: solid #333 1px;
	margin-bottom: 10px;
	}

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

@media print, screen and (min-width: 1200px) {
.midasi08{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	}
}

/* 見出し09
---------------------------------------------------- */
.midasi09{
	color: #498fe1;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	}

@media print, screen and (min-width: 768px) {
.midasi09{
	font-size: 20px;
	line-height: 30px;
	}
}

/* 見出し10
---------------------------------------------------- */
.midasi10{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
	}

@media print, screen and (min-width: 768px) {
.midasi10{
	font-size: 20px;
	line-height: 30px;
	padding: 10% 0
	}
}

/* 縦横比
---------------------------------------------------- */
.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;}

.img-r2 img{margin: 0 auto;}
@media print, screen and (min-width: 768px) {.img-r2 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;}
.ctr{text-align: center !important;}
.rgt{text-align: right !important;}

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

/* color
-------------------------- */
.white{color:#fff !important}
.red{color:#f00}
.blue{color:#02317d}

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

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

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

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

/* 余白エリア
-------------------------- */
@media print, screen and (min-width: 992px){.yohaku-r{padding-right:10%;}}
@media print, screen and (min-width: 992px){.yohaku-l{padding-left: 10%;}}

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

/* 名
-------------------------- */
.name {text-align: center}
.name span{font-size: 120%;}

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

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

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

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

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

/* テキスト
-------------------------- */
.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:#65a179;}

/* リスト
---------------------------------------------------- */
.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-white{background-color: #fff;}
.bg-gray{background-color: #f4f4f4;}
.bg-dot{background: url("../images/dot.png")}

.bg-blue01{background-image: radial-gradient(closest-corner, #468bdd, #02317d);}
.bg-blue02{background-image: linear-gradient(90deg, #468bdd, #02317d);}
.bg-blue03{background: #215ba9;}
.bg-blue04{background: #02317d;}

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

/* 文字間
---------------------------------------------------- */
.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-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-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-md30-lg30{ margin-bottom:30px}
@media print, screen and (min-width: 576px) {.mb-30-sm30-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 768px) {.mb-30-sm30-md30-lg30{ margin-bottom:30px}}
@media print, screen and (min-width: 992px) {.mb-30-sm30-md30-lg30{ margin-bottom:30px}}

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

.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: 992px) {.wide01{ padding:0 3%;}}
@media print, screen and (min-width: 1200px) {.wide01{ padding:0 5%;}}

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

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

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

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

.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:100px 0}}
@media print, screen and (min-width: 1200px) {.part01{padding:150px 0}}
@media print, screen and (min-width: 1400px) {.part01{padding:150px 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:100px 0}}

.part03{padding:30px 0;}
@media print, screen and (min-width: 576px) {.part03{ padding:30px 0}}
@media print, screen and (min-width: 768px) {.part03{ padding:60px 0}}
@media print, screen and (min-width: 992px) {.part03{ padding:60px 0}}
@media print, screen and (min-width: 1200px) {.part03{padding:80px 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:80px 0 0 0}}
@media print, screen and (min-width: 992px) {.part04{ padding:150px 0 0 0}}
@media print, screen and (min-width: 1200px) {.part04{padding:200px 0 0 0}}
@media print, screen and (min-width: 1400px) {.part04{padding:200px 0 0 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:40px 0}}

.part06{padding:50px 0 10px 0;}
@media print, screen and (min-width: 576px) {.part06{padding:20px 0 0 0}}
@media print, screen and (min-width: 768px) {.part06{padding:200px 0 0 0}}
@media print, screen and (min-width: 992px) {.part06{padding:200px 0 0 0}}
@media print, screen and (min-width: 1200px) {.part06{padding:200px 0 0 0}}
@media print, screen and (min-width: 1400px) {.part06{padding:250px 0 0 0}}

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

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

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

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

/* map
---------------------------------------------------- */
.map iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map iframe{width: 100%; height:400px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map iframe{width: 100%; height:420px; margin-bottom: -9px;}}

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

/* table1
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.table1 th{background: #e5e5e5 !important;}
}

.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;
	border-right:0px;
	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;
	border-right:0px;
	}
@media print, screen and (min-width: 768px) {
.table1{ border-top:0px; border-bottom:0px;}
.table1 th{
	padding:25px 0;
	border-top:1px solid #498fe1;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #498fe1;
	vertical-align:middle;
	display:table-cell;
	width: 27%;
	}
.table1 td{
	padding:25px 0 25px 60px;
	border-top:1px solid #ccc;
	border-right:0px;
	border-left:0px;
	border-bottom:1px solid #ccc;
	text-align: left !important;
	display:table-cell;
	}
}

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

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

@media only screen and (max-width: 767px) {
.table2 .thead{display: none}
.table2 th{
	width: 40%;
	text-align: center;
	padding: 10px 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: 10px;
	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: 35%;
	text-align: center;
	padding: 15px;
	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: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	}
}

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

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

.table3{width:100%; border-collapse:collapse; border-bottom:1px solid #ccc;}
.table3 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;
	}
.table3 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) {
.table3{ border-top:0px solid #072c87; border-bottom:0px solid #ccc;}
.table3 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%;
	}
.table3 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) {
.table3 span{
	text-decoration:underline;
	color:#333;
	}
}

.table3 a:link,
.table3 a:visited{text-decoration:underline; color:#65a179;}
.table3 a:hover,
.table3 a:active{text-decoration:none; color:#65a179;}


/* btn01
---------------------------------------------------- */
.btn01{
	display: block;
	color: #333 !important;
	text-align: center;
	background: #fff;
	width: 100%;	
	padding: 20px 10px;
	letter-spacing: 0px;
	border: 1px solid #333;
	}
.btn01 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color: #333;
	text-decoration:none;
	background: #fff;
	}
.btn01:hover,
.btn01:active{
	color: #333 !important;
	text-decoration:none !important;
	background: #eee;
	letter-spacing: 2px;
	}
.btn01 i{font-size: 16px; margin:0 10px;}

/* btn02
---------------------------------------------------- */
.btn02{
	display: block;
	color: #fff !important;
	text-align: center;	
	background-color: #999;
	width: 100%;	
	padding: 20px 10px;
	letter-spacing: 0px;
	border: 1px solid #fff;
	}
.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: #999;
	}
.btn02:hover,
.btn02:active{
	color: #fff !important;
	text-decoration:none !important;
	background-color: #333;
	letter-spacing: 2px;
	}
.btn02 i{font-size: 16px; margin:0 10px;}

/* btn03
---------------------------------------------------- */
.btn03{
	text-align:center;
	display: block;
	border: 0;
	width: 100%;
	padding: 20px;
	letter-spacing: 0px;
	color:#02317d !important;
	position: relative;
	background:#fff;
	transition: all .5s;
}
.btn03::before{
	position: absolute;
	content:"\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color:#02317d !important;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.btn03:hover,
.btn03:active{
	color:#02317d !important;
	letter-spacing: 2px;
	transition: all .5s;
}

/* btn04
---------------------------------------------------- */
.btn04{
	text-align:center;
	display: block;
	border: 0;
	width: 100%;
	padding: 20px;
	letter-spacing: 0px;
	color:#fff !important;
	position: relative;
	background-image: linear-gradient(90deg, #02327e, #498fe1);
	transition: all .5s;
}
.btn04::before{
	position: absolute;
	content:"\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color:#fff !important;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.btn04:hover,
.btn04:active{
	color:#fff !important;
	letter-spacing: 2px;
	transition: all .5s;
}

/* btn05
---------------------------------------------------- */
.btn05{
	text-align:center;
	display: block;
	border: 2px solid #91b3dd;
	width: 200px;
	padding: 10px;
	letter-spacing: 0px;
	color:#91b3dd !important;
	position: relative;
	background:transparent;	
	transition: all .5s;
}
.btn05::before{
	position: absolute;
	content:"\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color:#91b3dd !important;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.btn05:hover,
.btn05:active{
	color:#fff !important;
	letter-spacing: 2px;
	transition: all .5s;
}

/* btn06
---------------------------------------------------- */
.btn06{
	display: block;
	color: #fff !important;
	text-align: center;	
	background-color: #02317d;
	width: 100%;	
	padding: 20px 10px;
	letter-spacing: 0px;
	border: 0;
	}
.btn06 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn06:link,
.btn06:visited{
	color: #fff;
	text-decoration:none;
	background-color: #02317d;
	}
.btn06:hover,
.btn06:active{
	color: #fff !important;
	text-decoration:none !important;
	background-color: #001e4b;
	letter-spacing: 2px;
	}
.btn06 i{font-size: 16px; margin:0 10px;}

/* 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:20px;
	right: 20px;
	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: 80px;
    margin-top: -80px;
	}
}