@charset "utf-8";

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

.navbar {
  margin-bottom:0px;
  border:none;
}

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}

@media (min-width: 768px) {
.modal-dialog {max-width: 650px;}
}

.ind1 {position: relative; z-index: 1;}
.ind2 {position: relative; z-index: 2;}
.ind3 {position: relative; z-index: 3;}

/* 全体構造
---------------------------------------------------- */
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:85%;
	line-height:185%;
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}

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

/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 1000;
	margin: 0;
	border-bottom: none;
	position: fixed;
	top: 0;
	padding:7px 0 7px 0;
	background: #fff;
	}

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

/* h1
--------------------------- */
.logo {	
	width: 115px;
	float: left;
	height: auto;
}

@media print, screen and (min-width: 768px) {
.logo{
	width: 170px;
	}
}

@media print, screen and (min-width: 992px) {
.logo {	
	width: 200px;
	}
}

@media print, screen and (min-width: 1200px) {
.logo {
	width: 285px;
	}
}
	/* 文字間
---------------------------------------------------- */
.mb-5-sm5-md5-lg5{ margin-bottom:5px}
@media print, screen and (min-width: 576px) {.mb-5-sm5-md5-lg5{ margin-bottom:5px}}
@media print, screen and (min-width: 768px) {.mb-5-sm5-md5-lg5{ margin-bottom:5px}}
@media print, screen and (min-width: 992px) {.mb-5-sm5-md5-lg5{ margin-bottom:5px}}

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

.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-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-lg80{ margin-bottom:40px}
@media print, screen and (min-width: 576px) {.mb-40-sm60-md80-lg80{ margin-bottom:60px}}
@media print, screen and (min-width: 768px) {.mb-40-sm60-md80-lg80{ margin-bottom:80px}}
@media print, screen and (min-width: 992px) {.mb-40-sm60-md80-lg80{ margin-bottom:80px}}

/* header-img
--------------------------- */
.heads{float:right; width:60%;}
.header-left{float:left; width:55%; display: block;}
.header-right{float:right; width: 40%; display: block; margin-top: 10px;}
.header-left img{margin: 0 0 0 auto;}

.tel-img{margin-top: 10px;}

/* nav
---------------------------------------------------- */
.menu {font-size: 90%; padding-top: 0px;}
.menu > ul > li a {
	color: #333 !important;
	padding: 15px 0; 
	text-align: center!important;
	}
.menu li.navi-on a{
	color: #cc0000!important;
	opacity: 1;
}
.menu > ul > li > ul {font-size: 90%;}
.menu > ul > li > ul > li {list-style: none;}
.menu > ul > li > ul > li a {text-align: left!important;}

@media only screen and (max-width: 767px) {
    .menu-container { margin-top: -27px !important;}
	.menu-dropdown-icon > a {margin-left: 30px;}
	.menu > ul > li {border-bottom: 1px solid #c9ccd0 !important;}
}

@media print, screen and (min-width: 768px) {
.menu {	padding-top: 0px}
.menu > ul > li a{ margin: 10px 0;}
.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: 40px 0;
		color: #333 !important;
	}
.menu > ul > li > ul {font-size: 100%;}
.menu > ul > li > ul.normal-sub > li {margin: 4px 0!important;}
.menu > ul > li a:hover,
.menu li.navi-on a{
	color: #fff !important;
	background-color: #cc0000;
	}
}

@media print, screen and (min-width: 992px) {
.menu {	padding-top: 15px;	}
}

@media print, screen and (min-width: 768px) {
.menu {font-size: 90%;}
}

@media print, screen and (min-width:992px) {
.menu {font-size: 90%;}
}

@media print, screen and (min-width: 1200px) {
.menu {font-size: 110%; max-width: 750px; margin:0 0 0 auto}
}

@media only screen and (max-width: 767px) {
	.li001{width:100% !important;}
	.li002{width:100% !important;}
	.li003{width:100% !important;}
	.li004{width:100% !important;}
	.li005{width:100% !important;}
	.li006{width:100% !important;}
	.li007{width:100% !important;}	
	.p10-0{padding:1px 0}
}

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

@media print, screen and (min-width: 992px) {
	.li001{width:10% !important;}
	.li002{width:16% !important;}
	.li003{width:18% !important;}
	.li004{width:14% !important;}
	.li005{width:17% !important;}
	.li006{width:25% !important;}	
}

/* sp btn
---------------------------------------------------- */
.nav-tel{
	font-size:16px;
	display:block!important;
	padding:8px 0px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	line-height: 20px;
	text-align:center;
	color:#fff !important;
	font-family: "M PLUS Rounded 1c";	
	text-decoration:none !important;
	background-color: #cc0000;
	}
.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:80%; margin-right: 5px;}

/* ナビ固定
--------------------------- */
.cb-header {
	position: fixed; /* ヘッダーバーを固定 */
	top: -145px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.cb-header nav{
	background-color: #fff;
	margin-top: 0;
}

/* index.html
---------------------------------------------------- */
/* content
---------------------------------------------------- */
main { line-height: 1.8em; font-size: 105%;}
@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:110%;}}

/* main余白
---------------------------------------------------- */
.mainimg{ margin-top: 55px !important;}
@media print, screen and (min-width: 768px)  {.mainimg{margin-top:70px !important;}}
@media print, screen and (min-width: 992px)  {.mainimg{margin-top:100px !important;}}
@media print, screen and (min-width:1120px) {.mainimg{margin-top:100px !important;}}

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

#mainimage {position: relative;}

@media only screen and (max-width: 767px)  {
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 40%;
	left: 20%;
	right:50%;
	bottom: 0;
	}
}

@media print, screen and (min-width: 768px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 40%;
	left: 10%;
	right:60%;
	bottom: 0;
	}
}

@media print, screen and (min-width: 1200px){
#mainimage h2{
    position: absolute;
	z-index: 100;
	top: 40%;
	left: 20%;
	right:20%;
	bottom: 0;
	}
}
.swiper-button-next,.swiper-button-prev{ z-index: 200!important; position: absolute!important;}

/* top
---------------------------------------------------- */
@media print, screen and (min-width: 992px){
.p01-box01{margin-top: 100px;}
}

/* news
---------------------------------------------------- */
.bg-news-bg{background: url(../images/bg-news.png) no-repeat center bottom}
@media print, screen and (min-width: 768px) {.bg-news-bg{background: url(../images/bg-news.png) no-repeat center bottom}}
.bg-news h3{margin-top: 7px;}

/* news-box
---------------------------------------------------- */
.news-box{
	background: #fff;
	padding: 28px 10px;
	box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);	
}

@media print, screen and (min-width: 768px) {
.news-box{
	padding: 40px 25px;
	}
}

/* p-news__inner
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.p-news__inner {
	overflow-y: auto;
	width: 100%;
	padding-right: 10px;
	max-height: 500px;
	margin-bottom: 20px;
	}
.js-tab{font-size: 80%;}
}

@media print, screen and (min-width: 768px) {
.p-news__inner {
	overflow-y: auto;
	width: 100%;
	padding-right: 15px;	
	max-height: 500px;
	margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
.p-news__inner::-webkit-scrollbar {
	background:#ccc;
	width:10px;
	}
.p-news__inner::-webkit-scrollbar-thumb {
	background:#aaa;
	}
}

@media print, screen and (min-width: 768px) {
.p-news__inner::-webkit-scrollbar {
	background:#ccc;
	width:10px;
	}
.p-news__inner::-webkit-scrollbar-thumb {
	background:#aaa;
	}
}

/* tab
----------------------------- */
@media only screen and (max-width: 767px) {.p-news__tab {margin-bottom: 7px;}}

.p-news__tab {margin-bottom: 15px;}
.p-news .nav-tabs {border-bottom-color:#fdfff1;}
.nav-tabs {border-bottom: 1px solid #ccc}

@media only screen and (max-width: 767px) {
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0px solid #ccc;
	background-color :#fff;
	border-bottom: 1px solid #fdfff1;
	color: 	#FF6063;
	}
.nav-tabs > li > a:hover,
.nav-tabs .active	
	{
	border-color: transparent;}
}

@media print, screen and (min-width: 768px) {
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #ccc;
	background-color :#fff;
	border-bottom: 1px solid #fdfff1;
	color: 	#333;
	}
.nav-tabs > li > a:hover {
	border-color: #ccc #ccc #fdfff1;}
}

@media print, screen and (min-width: 768px) {.p-news .nav-tabs {border: 0;}}
@media print, screen and (min-width: 768px){
	.p-news .nav-tabs::before,
	.p-news .nav-tabs::after {display: none;}
}

.p-news .nav-tabs > li {
	width: 49%;
	margin-bottom: 5px;
	}

@media print, screen and (min-width: 768px){
.p-news .nav-tabs > li {
	width: 30%;
	margin-bottom: 5px;
	}
}

@media print, screen and (min-width: 992px){
.p-news .nav-tabs > li {
	width: 20%;
	margin-bottom: 5px;
	}
}

@media screen and (max-width: 543px) {
.p-news .nav-tabs > li:nth-of-type(odd) {
	float: left;
	}
}

@media screen and (max-width: 543px) {
.p-news .nav-tabs > li:nth-of-type(even) {
	float: right;
	}
}

.p-news .nav-tabs > li > a {
	padding: 10px 20px 10px 15px;
	outline: none; 
	border-radius: 0;
	color: #333;
	letter-spacing: 1px;
	-webkit-transition: 0s;
	transition: 0s;
}

@media print, screen and (min-width: 768px){
	.p-news .nav-tabs > li > a {
    margin-right: 0;
    padding: 8px 10px 6px 8px;
    border: 0;
    background-color: #f7f7f7;
    text-align: center;
	}
}

.p-news .nav-tabs > li > a::before {
	position: relative;
	top: -2px;
	margin-right: 7px;
	content: '\f0d7';
	vertical-align: top;
	font-size: 2.2rem;
	font-family: FontAwesome;
	line-height: 1;
}

@media print, screen and (min-width: 768px){
.p-news .nav-tabs > li > a::before {
	top: -1px;
	margin-right: 5px;
	}
}

.p-news .nav-tabs > li > a:hover,
.p-news .nav-tabs > li > a:focus {
	border-bottom-color: #333; 
	background-color: #f7f7f7;
}

@media print, screen and (min-width: 768px){
	.p-news .nav-tabs > li > a:hover,
	.p-news .nav-tabs > li > a:focus {
	background-color: #efefef;
	}
}

.p-news .nav-tabs > li > a.success::before {color: #3c9;}
.p-news .nav-tabs > li > a.primary::before {color: #69f;}
.p-news .nav-tabs > li > a.info::before {color: #f39;}

.p-news .nav-tabs > li.active a {
	border: 1px solid #ccc !important;
	border-bottom-color: #fff;
}

@media print, screen and (min-width: 768px){
.p-news .nav-tabs > li.active a {
	border: 1px solid #ccc !important;
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
    background-color: #e4e4e4;
	}
}

.p-news .nav-tabs > li.active a:hover,
.p-news .nav-tabs > li.active a:focus {
	background: none;
}

@media print, screen and (min-width: 768px){
  .p-news .nav-tabs > li.active a:hover,
  .p-news .nav-tabs > li.active a:focus {
    background-color: #e4e4e4;
  }
}

.nav-tabs i {margin-left: 7px; margin-top: 6px; vertical-align: top; color: #ccc}

@media only screen and (max-width: 767px) {
.bg-news .nav > li > a {
    position: relative;
    padding: 7px 7px;
	top:-8px;
	font-size: 12px;
	display: block;}
}
@media print, screen and (min-width: 768px){
.bg-news .nav > li > a {
    position: relative;
    padding: 8px 5px;
	font-size: 12px;	
	top:-2px;
	}
}
@media print, screen and (min-width: 1200px){
.bg-news .nav > li > a {
    position: relative;
    padding: 12px 15px;
	top:-7px;
	}
}

/* news_table
----------------------------- */
@media only screen and (max-width: 767px) {
.newstext{
border-bottom: dashed #ccc 1px;	
	}
}

.news_table{
	width:100%;
	border-collapse: collapse;
	position: relative;
}
.news_table th{
	width:100%;
	padding:5px 0 0 0;
	display: block;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.news_table td{
	width:100%;
	padding:0 0 5px 0;
	display: block;
}

.news_table td a:link,
.news_table td a:visited,
.news_table td a:hover,
.news_table td a:active{
	text-decoration:underline;
	color:#cc0000;
	margin-left: 10px;
}

.new{
	margin-left: 20px;
	font-size:80%;
	color:#cc0000
}

@media print, screen and (min-width: 768px) {
.news_table th{
	width:25%;
	padding:5px 0;
	vertical-align:top;
	text-align:left;
	display:table-cell;
	}
.news_table td{
	padding:5px 0;
	vertical-align:top;
	text-align:left;
	display:table-cell;
	}
.news_table .newsctgr{
	width:20% !important;
	padding:5px 0;
	display:table-cell;	
	}
.news_table .newstext{
	width:60% !important;
	padding:0 0 20px 20px;
	display:table-cell;
	}
}

@media print, screen and (min-width: 992px) {
.news_table th{
	width:15%;
	padding:5px 0;
	vertical-align:top;
	text-align:left;
	display:table-cell;
	}
.news_table td{
	padding:5px 0;
	vertical-align:top;
	text-align:left;
	display:table-cell;
	}
.news_table .newsctgr{
	width:15% !important;
	padding:5px 0;
	display:table-cell;	
	}
.news_table .newstext{
	width:60% !important;
	padding:0 0 20px 20px;
	display:table-cell;	
	}
	
.news_table .newstext p{ padding-top: 10px;}
}

.ctgr01{
	display: inline-block;
	background-color: #f9d9d5;
	padding: 4px 5px 1px 5px;
	text-align: center;
	font-size: 12px;
	}
.ctgr02{
	display: inline-block;
	background-color: #c6e5b6;
	padding: 4px 5px 1px 5px;
	text-align: center;
	font-size: 12px;	
	}
.ctgr03{
	display: inline-block;
	background-color: #fbf4b4;
	padding: 4px 5px 1px 5px;
	text-align: center;
	font-size: 12px;	
	}

@media print, screen and (min-width: 768px) {
.ctgr01{
	display: block;
	padding: 3px;
	font-size: 10px;
	}
.ctgr02{
	display: block;
	padding: 3px;
	font-size: 10px;	
	}
.ctgr03{
	display: block;	
	padding: 3px;
	font-size: 10px;	
	}
}

@media print, screen and (min-width:992px) {
.ctgr01{
	padding: 10px 7px;
	font-size: 12px;
	}
.ctgr02{
	padding: 10px 7px;	
	font-size: 12px;
	}
.ctgr03{
	padding: 10px 7px;		
	font-size: 12px;
	}
}

/* detail.html
---------------------------------------------------- */
.detail-date{margin-top: 5px;}

/* item
---------------------------------------------------- */
.item-box a:hover,
.item-box a:active{
	text-decoration:underline;
}

.item-box p{
	font-size: 16px;
	font-weight: 900;
}

.item-box .item-title{
	text-align: center;
	padding-top: 5px;
	}

.item-box .item-text{
	font-size: 14px;
}

/* footer
---------------------------------------------------- */
/* footer01
------------------------- */
@media only screen and (max-width: 575px) {
#footer01{
	clear: both;
	width:100%;
	text-align: center;
	color: #fff;
	background: #000;
	}
}

@media print, screen and (min-width: 576px) {
#footer01{
	clear: both;
	width:100%;
	color: #fff;	
	background: #000;
	font-size: 90%;		
	}
}

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

/* f-navi
---------------------------------------------------- */
#textlink {width:100%; color: #333333;}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; background-color:#fff; border-bottom:1px solid #ccc}
#textlink li i{float:right; color: #333333;}
#textlink li a{display:block; padding:15px; text-align:left; color: #333333; font-weight:normal;}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{color: #333333; text-decoration:none}
#textlink a:before{font-family:"Font Awesome 5 Free"; content:" \f068"; float:left; font-size:85%; font-weight: bold; color:#000; padding-right:10px;}

@media print, screen and (min-width: 768px) {
#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:0%;
	font-weight: bold;
	color: #fff;
	}
#textlink {width:100%; padding:0; text-align:center;}
#textlink li{line-height:100%; margin-bottom:0px; display:block; background:none; border-bottom:0px solid #ccc}
#textlink li a{display:block; padding:0px; font-weight:normal; margin-bottom:0px;}
#textlink a:link,
#textlink a:visited {color:#fff; text-decoration:none}
#textlink a:hover {color:#fff; text-decoration:underline}
#textlink .first{padding-left:0px}
#textlink .last{border:none; padding-right:0px}
#textlink li{border-right: 0px solid #fff; border-radius:0px; padding:6px 15px 6px 0px; display:block; font-size:90%;}
#textlink li a{display:block; padding:0px;}
#textlink a:before{font-family:"Font Awesome 5 Free"; content:" \f068"; float:left; font-size:85%; font-weight: bold; color:#fff; padding-right:10px;}
}

@media print, screen and (min-width: 992px) {
#textlink li{padding:6px 20px 6px 0px; font-size:100%;}
}

/* f-info
---------------------------------------------------- */	
.f-info{
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
	}
	
@media only screen and (max-width: 767px) {
.f-info h3{
	margin-bottom: 15px;
	}
.f-info h4{
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 10px;
	}	
}

@media print, screen and (min-width: 768px) {
.f-info{text-align: left; margin-bottom: 0;}
.f-info h3{
	margin-bottom: 15px;
	}
.f-info h4{
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 10px;
	}	
}

/* footer-tel
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.btn-footer-tel{
	display:block;
	padding:10px 0px;
	background-color: #cc0000;
	color: #fff;
	letter-spacing: 0.1em;	
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}
}

@media print, screen and (min-width: 768px) {
.btn-footer-tel{
	display:inline;
	padding:0;
	text-align:left;
	background:transparent;
	cursor:default;
	margin-right: 20px;
	}
}

/* copyright
---------------------------------------------------- */
.copyright{
	font-size: 13px;
	padding-top: 20px;
	text-align: center;	
	}

@media print, screen and (min-width:768px) {
.copyright{
	padding-top: 10px;
	text-align: left;
	}
}

/* detail.html
---------------------------------------------------- */
.pdf-link a:link,
.pdf-link a:visited,
.pdf-link a:hover,
.pdf-link a:active{text-decoration:underline; color:#cc0000;}

.pdf-link{margin-bottom: 20px;}
.pdf-link i{margin-right: 5px;}

/* contact.html
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.mail-box1{
	padding: 15px;
	background: #fff;
	text-align: center;
	border:1px solid #333
	}
	
.mail-box1 h3{
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 20px;
	}
	
.mail-box1 h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-family: 'Oswald', sans-serif;	
	}
}

@media print, screen and (min-width: 768px){
.mail-box1{
	padding:25px 15px 20px 15px;
	font-size: 105%;
	background: #fff;
	border:1px solid #333;	
	text-align: center;
	}
	
.mail-box1 h3{
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 40px;
	}
	
.mail-box1 h3 span{
	padding-bottom:5px;
	font-weight: 900;
	border-bottom: 1px solid #000;
	font-family: 'Oswald', sans-serif;	
	}
}

.contact_btn_tel{
	display:block;
	color:#fff;	
	background-color: #cc0000;
	font-size:140%;	
	padding:15px 5px;
	text-align:center;
	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-weight: bold;
	font-size:170%;
	margin-bottom: 0;
	}
	.contact_btn_tel i{margin:0 5px 0 0; color:#333;}
}

@media print, screen and (min-width: 992px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#333;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_tel i{margin:0 5px 5px 0; 	color:#333; font-size: 23px;}
}

.contact_btn_fax{
	display:block;
	color:#333;
	font-size:140%;
	text-align:center;
	font-weight: 700;
	}

.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;
	font-weight: bold;
	font-size:170%;
	margin-bottom: 0;
	}
	.contact_btn_fax i{margin:0 5px 5px 0; font-size: 23px;}
}

@media print, screen and (min-width: 992px) {
	.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_fax i{margin:0 5px 0 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%;
}

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

.table_form th{
	width:33%;
	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%;}
}

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

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

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

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

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

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

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

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

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

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

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

/* 個人情報保護方針
---------------------------------------------------- */
#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: #eee;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #eee;
}
#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 h4{ color:#cc0000; font-size:14px; line-height: 20px; margin-bottom: 10px; font-weight: 700;}

@media print, screen and (min-width: 768px) {
#policy h4{font-size:16px}

.con-ul{
	padding-left:30px;
	list-style:decimal;
	margin-bottom: 30px;
	}

.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* h2
---------------------------------------------------- */
.h2-midasi{
	text-align: center;	
	padding: 70px 0;
	background:url(../images/h2.jpg) no-repeat scroll 100% 0% / cover;	
	}

.h2box{
	position: absolute;
	bottom: -70px;
	left: 20%;
	right: 20%;
	padding: 20px 10px;
	width: 60%;
	background: #fff;
	}

.h2box h2{
	font-size: 25px;
	line-height: 28px;
	color: #cc0000;
	}

.h2box span{
	font-size: 18px;
	color: #333;
	font-family: 'Oswald', sans-serif;
	}	

@media print, screen and (min-width: 768px) {
.h2-midasi{
	text-align: center;	
	line-height: 0.9em;
	padding:100px 0;
	}

	.h2box{
	position: absolute;
	bottom: -100px;
	left: 0px;
	padding: 30px 20px;
	width: 350px;
	text-align: center;
	}

	.h2box h2{
	font-size: 30px;
	}

	.h2box span{
	font-size: 15px;
	line-height: 35px;
	}	
}

@media print, screen and (min-width: 992px) {
	.h2-midasi{
	padding: 150px 0;
	}

	.h2box{
	position: absolute;
	bottom: -150px;
	left: 0px;
	padding: 50px 20px;
	width: 450px;
	text-align: center;
	}

	.h2box h2{
	font-size: 35px;
	}

	.h2box span{
	font-size: 20px;
	line-height: 40px;
	}		
	
}

/* h2
---------------------------------------------------- */
.h2box02{
	position: absolute;
	bottom: -70px;
	left: 20%;
	right: 20%;
	padding:20px 0px;
	width: 60%;
	background: #fff;
	}

@media print, screen and (min-width: 768px) {
.h2box02{
	position: absolute;
	bottom: -100px;
	left: 0px;
	padding:20px 0px;
	width: 350px;
	text-align: center;
	}
}

@media print, screen and (min-width: 992px) {
	.h2box02{
	position: absolute;
	bottom: -150px;
	left: 0px;
	padding:20px 0px;
	width: 450px;
	text-align: center;
	}
}

/* 見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 900;
	text-align: center;
	}
.midasi01 span{
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #cc0000;
}

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

/* 見出し02
---------------------------------------------------- */
.midasi02{
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	font-weight: 900;
	color: #004c70;	
	text-align: center;
	padding-top: 20px;
	}
.midasi02 span{
	font-size:16px;
	font-family: 'Oswald', sans-serif;	
	}
	
@media print, screen and (min-width: 768px) {
.midasi02{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	}
.midasi02 span{
	font-size: 20px;
	}
}

/* 見出し03
---------------------------------------------------- */
.midasi03{
	border-bottom:2px solid #333;
	padding-bottom: 3px;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 900;
	}

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

/* 見出し04
---------------------------------------------------- */
.midasi04{
	color: #cc0000;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	}

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

/* 見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 20px;
	font-weight: 900;
	padding-left: 40px;
/*	margin-bottom: 15px;*/
	color:#cc0000;
	background: url("../images/border.png") no-repeat left 50%
	}

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

/* 見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 16px;
	font-weight: 900;
	padding: 7px 0 5px 0;
	border-top: 3px solid #000;	
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	}

@media print, screen and (min-width: 768px) {
.midasi06{
	font-size: 18px;
	padding: 10px 0;	
	margin-bottom: 20px;
	}
}

/* 汎用
---------------------------------------------------- */
/* 画像
---------------------------------------------------- */
.img-c img{margin:0 auto !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;
	}

@media only screen and (max-width: 767px) {.w60 img{width: 60%;}}
@media only screen and (max-width: 767px) {.w40 img{width: 40%;}}
@media only screen and (max-width: 767px) {.w30 img{width: 30%;}}

/* 縦横比
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 35%;
	}
}

@media print, screen and (min-width: 576px) {
.photo-ofi {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	}
}

.photo-ofi img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.text-plus{text-align: center; font-weight: 900; margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.text-plus{margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) {.text-plus{margin-bottom: 40px;}}

/* color
-------------------------- */
.fs120	{font-size: 120%;}
.fs80	{font-size: 80%;}

.white-box{
	padding: 20px;
	background: #fff;
}

@media print, screen and (min-width: 768px) {.white-box{padding:30px 20px;}}
@media print, screen and (min-width: 992px) {.white-box{padding: 50px 30px;}}

/* color
-------------------------- */
.white{color:#fff}
.red{color:#ff3333}

.white a:link,
.white a:visited,
.white a:hover,
.white a:active{text-decoration:none; color:#fff !important}

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

/* 画像　影
-------------------------- */
.kage img{box-shadow:7px 7px #afe2ff}

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

/* 数字 2
-------------------------- */
.number2{
	font-size:30px;
	line-height: 50px;
	color:#ff821d;
	font-family: 'Vidaloka', serif;
	font-weight: normal;
	}

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

/* PC tablet のみ 中央寄せ
-------------------------- */
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center; line-height: 2.2em;}}

/* 全て 中央寄せ
-------------------------- */
.ctr-text02{text-align: center; line-height: 2.2em;}

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

.ctr{text-align:center;}
.rgt{text-align: right;}
.bold{font-weight: 900;}

/* テキスト
-------------------------- */
.text01{
	font-size: 15px;
	line-height: 26px;
	}

@media print, screen and (min-width: 768px) {
.text01{
	font-size: 15px;
	line-height: 36px;
	}
}

.text02{
	font-size: 16px;
	line-height: 2.0em;
	}

@media print, screen and (min-width: 768px) {
.text02{
	font-size: 13px;
	line-height: 34px;
	}
}

/* name
---------------------------------------------------- */
.name{
	font-family: 'Vidaloka', serif;
	font-size: 120%;
	font-weight: 900;
	text-align: right;
	}

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

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

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

/* paging
---------------------------------------------------- */
.paging { text-align: center; font-size: 90%; font-family: 'Oswald', sans-serif;}
.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;
}
.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;}
}

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

/* bg
---------------------------------------------------- */
.bg-black{background: #000;}
.bg-gray{background: #f5f5f5;}
.bg-gray2{background: #eee;}
.bg-red{background: #cc0000;}

.bg-top01{background: url("../images/bg-top.png") no-repeat scroll 50% 0% / cover}
.bg-naname{background: url("../images/bg-naname.png") no-repeat scroll 50% 0% / cover}
.bg-dot{background: url("../images/dot.gif")}

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

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

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

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

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

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

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

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

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

.map2 iframe{width: 100%; height:40vh; margin-bottom:-9px;}
@media print, screen and (min-width: 768px) {.map2 iframe{ height:500px; margin-bottom: -9px;}}
@media print, screen and (min-width: 992px) {.map2 iframe{ height:600px; margin-bottom: -9px;}}

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

/* table1
---------------------------------------------------- */
.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #eee; margin-bottom: 20px; background: #fff;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:3px solid #ccc;
	border-left:0px solid #eee;
	border-right:0px solid #eee;
	font-size: 100%;
	text-align: center;
	}

.table1 td{
	padding:10px;
	display: block;
	border-top:1px dashed #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #eee;
	}

@media print, screen and (min-width: 768px) {
.table1{ border-top:0px solid #072c87; border-bottom:0px solid #eee;}
.table1 th{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-left:0px solid #eee;	
	border-right:0px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	display:table-cell;
	width:25%;
	}

.table1 td{
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-right:0px solid #ccc;	
	border-left:0px solid #ccc;
	border-bottom:1px solid #ccc;
	display:table-cell;
	}
}

.table1 tr:nth-child(2n+1) {background: #f3f3f3;}

/* table2
---------------------------------------------------- */
.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.table2 th{
	width:100%;
	padding:10px;
	display: block;
	text-align:left;
	border-top: 0px solid #ccc;
	background-color:#eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table2 td{
	width:100%;
	padding:10px;
	display: block;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
.table2 th{
	width:30%;
	padding:15px 20px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
.table2 td{
	width:100%;
	padding:15px 20px;
	display:table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
}

/* btn
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
.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;
	width:100%;	
	color:#fff !important;
	background-color: #cc0000;
	padding:10px 2px;
	border: 0px;
	text-align:center;
	}
@media print, screen and (min-width: 768px) {
.btn01{
	font-size: 16px;
	padding:15px 2px;
	}
}
.btn01 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn01:link,
.btn01:visited{
	color:#fff;
	text-decoration:none;
	background-color: #cc0000;
	}
.btn01:hover,
.btn01:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color: #950000;
	}
.btn01 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn02
---------------------------------------------------- */
.btn02{
	display:block;
	width:100%;	
	color:#fff !important;
	background-color:#999;
	padding:10px 2px;
	border: 0px;
	text-align:center;
	}

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

.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:#333 !important;
	text-decoration:none !important;
	background-color:#999;
	}
.btn02 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn03
---------------------------------------------------- */
.btn03{
	display:block;
	width:100%;	
	color:#fff !important;
	background-color: #000;
	padding:10px 2px;
	border: 0px;
	text-align:center;
	}
@media print, screen and (min-width: 768px) {
.btn03{
	font-size: 16px;
	padding:15px 2px;
	}
}
.btn03 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn03:link,
.btn03:visited{
	color:#fff;
	text-decoration:none;
	background-color: #000;
	}
.btn03:hover,
.btn03:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color: #666;
	}
.btn03 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn04
---------------------------------------------------- */
.btn04{
	display:block;
	width:100%;	
	color:#fff !important;
	background-color: #339900;
	padding:10px 2px;
	border: 0px;
	text-align:center;
	}
@media print, screen and (min-width: 768px) {
.btn04{
	font-size: 16px;
	padding:15px 2px;
	}
}
.btn04 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn04:link,
.btn04:visited{
	color:#fff;
	text-decoration:none;
	background-color: #339900;
	}
.btn04:hover,
.btn04:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color: #336600;
	}
.btn04 i{
	margin-right: 5px;
	color:#fff;
	}

/* btn05
---------------------------------------------------- */
.btn05{
	display:block;
	width:100%;	
	color:#fff !important;
	background-color: #3399ff;
	padding:10px 2px;
	border: 0px;
	text-align:center;
	}
@media print, screen and (min-width: 768px) {
.btn05{
	font-size: 16px;
	padding:15px 2px;
	}
}
.btn05 a:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}
.btn05:link,
.btn05:visited{
	color:#fff;
	text-decoration:none;
	background-color: #3399ff;
	}
.btn05:hover,
.btn05:active{
	color:#fff !important;
	text-decoration:none !important;
	background-color: #0066cc;
	}
.btn05 i{
	margin-right: 5px;
	color:#fff;
	}

/* gfont
---------------------------------------------------- */
.gfont01 {font-family: 'Oswald', sans-serif;}

/* line
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
#lineimg {
	position: fixed;
	top: 130px;
	right: 0px;
	z-index: 100;
	width: 50px;
	}
#lineimg img {width: 50px;}
}

@media print, screen and (min-width: 992px) {
#lineimg {
	top: 180px;
	width: 70px;
	}
#lineimg img {width: 70px;}	
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 100;
}

#pagetop img{
	width: 30px;
	height: auto;
}

@media print, screen and (min-width: 768px) {
#pagetop img{
	width: 40px
	}
}

@media print, screen and (min-width: 1200px) {
#pagetop {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index: 100;
	}
}
	
/* anchor
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 55px;
    margin-top: -55px;
}

@media print, screen and (min-width: 768px) {
.anchor{
    padding-top: 130px;
    margin-top: -130px;
	}
}


.txt_application_contact{
	background: #333;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    padding: 1em;
}
.txt_application_products{
	background: url('../images/application_products.jpg') no-repeat center center;
	background-size:cover;
	margin-top: 0;
}
.txt_application_products h3{
	text-align: center;
    font-size: 1.5em;
	font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    letter-spacing: 0;
    padding-top: 2em;
    padding-bottom: 2em;
	color: #fff;
}
.txt_application_products a{
	color: #fff;
}
@media print, screen and (min-width: 768px) {
	.txt_application_contact{
		font-size: 1.75em;
		padding: 1em;
	}
	.txt_application_products{
		background: url('../images/application_products.jpg') no-repeat center center;
		background-size:cover;
		margin-top: 1rem;
	}
	.txt_application_products h3{
		font-size: 2em;
		letter-spacing: 0.1em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
}


.tit-210329{
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: left;
}
.box-210329{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.link-1{
	width: 100%;
	padding: 0;
}
.link-2{
	width: 100%;
	padding: 0;
}
.link-1 a,.link-2 a{
	background: #339900;
	color: #fff;
	padding: 1em .5em;
	margin-bottom: 1rem;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.link-1 a::before,.link-2 a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: .5rem;
}
.link-1 a:hover,.link-2 a:hover{
	background-color: #666;
	transition: 0.4s;
}


@media print, screen and (min-width: 768px) {
	.tit-210329{
		margin-top: 3rem;
		text-align: center;
		font-size: 16px;
	}
	.box-210329{
		-ms-flex-wrap: nowrap;
  		flex-wrap: nowrap;
		margin-bottom: 2rem;
	}
	.link-1{
		padding: 0 1em 0 0;
	}
	.link-2{
		padding: 0 0 0 1em;
	}
	.link-1 a,.link-2 a{
		padding: 1em;
		margin-bottom: 0;
		text-align: center;
		font-size: 16px;
	}
}

.p-borderbtm {
  border-bottom: 1px solid #c9ccd0;
  margin: 20px 0;
  padding-bottom:15px;
}

.youtube-manufacturer iframe{
	width: 100%;
}