@charset "utf-8";
/* CSS Document */


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

/* 全体構造
---------------------------------------------------- */
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;
}
html {
  scroll-behavior: smooth;/* ページ内リンクスムーススクロール */
}

.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:20px solid #faf8f5;
  margin:0;
  padding:0;
	/*margin-bottom:20px*/
}
/*@media print, screen and (min-width: 768px){
  hr {
    margin-bottom:30px
  }
}
@media print, screen and (min-width: 992px){
  hr {
    margin-bottom:40px
  }
}
@media print, screen and (min-width: 1200px){
  hr {
    margin-bottom:50px
  }
}
@media print, screen and (min-width: 1500px){
  hr {
    margin-bottom:60px
  }
}*/

body{
  font-size:0.85em;
  line-height:1.8em;
	font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	letter-spacing: 0.05em;
  font-weight: 500;
  background:#fff;
}
@media print, screen and (min-width: 768px) {
  body{
    font-size:0.9em;
    line-height:1.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  body{
    font-size:0.95em;
    line-height:2.0em;
  }
}


/* webfont
---------------------------------------------------- */
.gfont-e{ font-family: "Roboto", sans-serif;}
.gfont-j{ }


/* link
---------------------------------------------------- */
a{transition: 0.3s ease;}
a:link,a:visited,a:active{text-decoration:underline; color:#333;}
a:hover{ color: #888;}

.phone a:link,
.phone a:visited{ color: #333; text-decoration: none;}

/* アンカーリンクの食い込み解除 */
.anchor{
	padding-top:50px;
	margin-top:-50px;	
}
@media print, screen and (min-width: 768px) {
  .anchor{
    padding-top:60px;
    margin-top:-60px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:70px;
    margin-top:-70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:80px;
    margin-top:-80px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:80px;
    margin-top:-80px;
  }
}


/* header
---------------------------------------------------- */
header{
	width: 100%;
	z-index: 2;
	margin: 0;
	border-bottom: none;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
  background-color: #fff;
  height: 60px;
}
header h1{
  margin-top: 15px;
}
header h1 img{
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  header{
    /*position: absolute;*/
    height: 70px;
  }
  /*header .container-fluid{ padding-left: 15px; padding-right: 15px;}*/
  header h1{
    margin-top: 20px;
    margin-left: 15px;
  }
  header h1 img{
    width: 150px;
  }
}
@media print, screen and (min-width: 992px){
  header{
    /*position: absolute;*/
    background-color: transparent;
    height: 100px;
  }
  header h1{
    margin-top: 30px;
  }
  header h1 img{
    width: 200px;
  }
}
@media print, screen and (min-width: 1200px) {
  header{
    height: 120px;
  }
  header h1{
    margin-left: 45px;
  }
  header h1 img{
    width: 250px;
  }
}
@media print, screen and (min-width: 1500px) {
  header h1 img{
    width: 320px;
  }
}

/* 印刷設定 */
@media print{
  #header {
    position: static;
  }
  .is-animation{
    position: static!important;
  }
}


/* mainimage
---------------------------------------------------- */
#mainimage{
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 40vh;
}
.mainimage01{ 
  background-image: url("../images/mainimage01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.mainimage02{ 
  background-image: url("../images/mainimage02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
.mainimage03{ 
  background-image: url("../images/mainimage03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media print, screen and (min-width: 576px){
  .swiper-container {
    height: 80vh;
  }
}
@media print, screen and (min-width: 768px){
  .swiper-container {
    height: 60vh;
  }
}
@media print, screen and (min-width: 992px){
  .swiper-container {
    height: 80vh;
  }
}
@media print, screen and (min-width: 1200px){
  .swiper-container {
    height: 90vh;
  }
}
@media print, screen and (min-width: 1500px){
  .swiper-container {
    height: 100vh;
  }
}
  
/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ padding-top: 60px;}
@media print, screen and (min-width: 768px) {
  #mainimage,
	.h2-style{  }
}
@media print, screen and (min-width: 992px) {  
  #mainimage,
  .h2-style{ padding-top: 0px; margin-top: 0px;}
}
@media print, screen and (min-width: 1200px) {
	.h2-style{  margin-top: 0px;}
}
@media print, screen and (min-width: 1500px) {
	.h2-style{  margin-top: 0px;}
}

/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 0px;
  background:rgba(255,255,255,0.8);
  padding: 10px 15px;  
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.0em;
  z-index: 2;
}
.pankuzu a{ 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:link,
.pankuzu a:visited{ color: #333;}
.pankuzu a:hover{ opacity: 0.7;}
.pankuzu i{ margin: 0px 1px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    padding: 15px 30px;  
  }
  .pankuzu i{ margin: 0px 5px;}
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    padding: 20px 30px;  
    font-size: 0.85em;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    padding: 20px 60px;  
  }
}


/* footer
---------------------------------------------------- */
footer{
  background-color: #12abe4;
  font-size: 0.9em;
  padding: 30px 0px;
  color: #fff;
}
footer a:link,
footer a:visited{ color: #fff; text-decoration: none;}
footer h3{
  display: inline-block;
  margin-bottom: 10px;
}
footer h3 img{
  width: 160px;
}
.footer_sns{
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 2.0em;
}
footer p{
  line-height: 1.8em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px){
  footer{
    padding: 40px 0px;
  }
  footer h3{
    margin-bottom: 15px;
  }
  footer h3 img{
    width: 190px;
  }
  .footer_sns{
    margin-top: 13px;
    font-size: 2.5em;
  }
  footer p{
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  footer{
    padding: 50px 0px;
  }
  footer h3{
    margin-bottom: 20px;
  }
  footer h3 img{
    width: 230px;
  }
  footer p{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 60px 0px;
  }
  footer h3 img{
    width: 260px;
  }
}
@media print, screen and (min-width: 1500px) {
  footer h3 img{
    width: 300px;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink li{
    display: block;
  }
  .footer-textlink li a:link,
  .footer-textlink li a:visited{ text-decoration: none;}
  .footer-textlink li a:hover{opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}
@media print, screen and (min-width: 1500px) {
}

/* copyright*/
/*#copyright{
  border-top: 1px solid #ccc;
  background-color: #111;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}*/
footer small{
  margin-top: 15px;
  font-size: 0.85em;
  opacity: 0.7;
  display: block;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  /*#copyright{
    padding: 15px 0px;
  }*/
  footer small{
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  /*#copyright{
    padding: 20px 0px;
  }*/
  footer small{
    margin-top: 10px;
  }
}


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


/* index.html（トップページ）
---------------------------------------------------- */
#top_about{
  padding: 20px 0px 40px;
  position: relative;
}
#top_about h3{
  margin-top: 20px;
  color: #12abe4;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.0em;  
  margin-bottom: 15px;
}
#top_about h3:before{
  content:" \f111";
  font-family: "Font Awesome 7 Free"; 
  font-weight: 900;  
  vertical-align: middle;
  font-size: 8px;
  margin-right: 5px;
}
#top_about p{
  font-weight: 700;
  line-height: 2.2em;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px){
  #top_about{
    padding: 30px 0px 60px;
  }
  #top_about h3{
    margin-top: 30px;
    font-size: 1.1em;  
    margin-bottom: 20px;
  }
  #top_about p{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_about{
    padding: 30px 0px 60px;
  }
  #top_about h3{
    margin-top: 40px;
    font-size: 1.2em;  
    margin-bottom: 30px;
  }
  #top_about p{
    line-height: 2.5em;
    font-size: 1.1em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_about{
    padding: 30px 0px 110px;
  }
  #top_about h3{
    margin-top: 50px;
    font-size: 1.3em;
    margin-bottom: 40px;
  }
  #top_about p{
    
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_about{
    padding: 30px 0px 130px;
  }
  #top_about h3{
    margin-top: 70px;
    font-size: 1.4em;
  }
}

#top_product{
  background-color: #12abe4;
  padding: 40px 0px;
}
#top_product h3{
  color: #fff;
  text-align: center;
  font-size: 1.0em;
  font-weight: 900;  
  margin-bottom: 20px;
}
#top_product h3 span{
  display: block;
  font-family: "Roboto", sans-serif; text-transform: uppercase;
  font-size: 2.7em;
  line-height: 1.0em;
}
#top_product ul{
  display: flex;
  flex-wrap: wrap;
}
#top_product li{
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 2;
}
#top_product li:nth-of-type(2n){ margin-right: 0px;}
#top_product li a{
  display: block;
}
#top_product li a:link,
#top_product li a:visited{ text-decoration: none;}
.top_product_cate{
  display: inline-block;
  margin: 5px 0px;
  background-color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.8em;
  padding: 5px 0px;
  width: 140px;
  text-align: center;
  line-height: 1.0em;
}
#top_product li h4{
  font-weight: 700;
  font-size: 0.9em;
  color: #fff;
}
@media print, screen and (min-width: 768px){
  #top_product{
    padding: 60px 0px;
  }
  #top_product h3{
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  #top_product h3 span{
    font-size: 3.2em;
  }
  #top_product li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }  
  #top_product li h4{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  #top_product{
    padding: 90px 0px;
  }
  #top_product h3{
    font-size: 1.2em;
  }
  #top_product h3 span{
    font-size: 3.7em;
  }
  #top_product li{
    width: calc(33.333333% - 20px);
  }
  #top_product li:nth-of-type(2n){ margin-right: 30px;}
  #top_product li:nth-of-type(3n){ margin-right: 0px;}
  .top_product_cate{
    width: 160px;
    margin: 10px 0px;
    padding: 7px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_product{
    padding: 110px 0px;
  }
  #top_product h3{
    font-size: 1.3em;
    margin-bottom: 40px;
  }
  #top_product h3 span{
    font-size: 4.2em;
  }
  #top_product li{
    width: calc(33.333333% - 40px);
    margin-right: 60px;
    margin-bottom: 50px;
  }
  #top_product li:nth-of-type(2n){ margin-right: 60px;}
  #top_product li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
  #top_product{
    padding: 130px 0px;
  }
  #top_product h3{
    font-size: 1.4em;
    margin-bottom: 50px;
  }
  #top_product h3 span{
    font-size: 4.7em;
  }
}

#top_recruit{
  background-color: #f5f5f5;
  padding-bottom: 40px;
}
#top_recruit h3{
  margin-top: 40px;
  color: #033;
  font-size: 1.0em;
  font-weight: 900;  
  margin-bottom: 20px;
}
#top_recruit h3 span{
  display: block;
  font-family: "Roboto", sans-serif; text-transform: uppercase;
  font-size: 2.7em;
  line-height: 1.0em;
}
#top_recruit p{
  font-weight: 700;
  color: #033;
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    background: url("../images/bg_recruit.png") no-repeat top center #f5f5f5;
    background-size: contain;
    padding: 80px 0px 60px;
  }
}
@media print, screen and (min-width: 768px){
  #top_recruit{
    padding: 80px 0px 60px;
  }
  #top_recruit h3{
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  #top_recruit h3 span{
    font-size: 3.2em;
  }
 }
@media print, screen and (min-width: 992px){
  #top_recruit{
    padding: 110px 0px 90px;
  }
  #top_recruit h3{
    font-size: 1.2em;
  }
  #top_recruit h3 span{
    font-size: 3.7em;
  }
 
}
@media print, screen and (min-width: 1200px){
  #top_recruit{
    padding: 130px 0px 110px;
  }
  #top_recruit h3{
    font-size: 1.3em;
    margin-bottom: 40px;
  }
  #top_recruit h3 span{
    font-size: 4.2em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_recruit{
    padding: 160px 0px 130px;
  }
  #top_recruit h3{
    font-size: 1.4em;
    margin-bottom: 50px;
  }
  #top_recruit h3 span{
    font-size: 4.7em;
  }
}
@media print, screen and (min-width: 1800px){
  #top_recruit{
    padding: 200px 0px 130px;
  }
}

#top_news{
  padding: 0px 0px 40px;
  background-color: #f5f5f5;
}
#top_news h3{
  display: inline-block;
  font-family: "Roboto", sans-serif; font-weight: 900;
  font-size: 1.8em;
  vertical-align: top;
  color: #033;
  margin-right: 20px;
  margin-bottom: 15px;
}
#top_news table{
	width:100%;
}
#top_news th{
  display: block;
  font-family: "Roboto", sans-serif; font-weight: 500;
  font-size: 0.9em;
  color: #999;
  padding-top: 15px;
}
#top_news th span{
  display: inline-block;
  margin-left: 15px;
  background-color: #b5b5b5;
  border-radius: 100px;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}
#top_news td{
  display: block;
	padding-bottom:15px;
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
}
#top_news td em{
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
  font-family: "Roboto", sans-serif; text-transform: uppercase;
  font-weight: 700;
  color: #c00;
  font-size: 0.8em;
}
#top_news a{
  display: inline-block;
}
#top_news a:link,
#top_news a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  #top_news{
    padding: 0px 0px 70px;
  }
  #top_news h3{
    font-size: 2.0em;
    margin-bottom: 20px;
  }
  #top_news th{
    display: table-cell;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    width: 40%;
  }
  #top_news td{
    display: table-cell;
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_news{
    padding: 0px 0px 90px;
  }
  #top_news h3{
    font-size: 2.5em;
  }
  #top_news .btn-detail{
    margin-bottom: 30px;
  }
  #top_news th{
    width: 45%;
  }
}
@media print, screen and (min-width: 1200px){
  #top_news{
    padding: 0px 0px 110px;
  }
  #top_news h3{
    font-size: 3.0em;
    margin-right: 50px;
  }
  #top_news .btn-detail{
    margin-bottom: 0px;
  }
  #top_news th{
    width: 40%;
  }  
  #top_news td em{
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_news{
    padding: 0px 0px 130px;
  }
  #top_news h3{
    font-size: 3.5em;
    margin-right: 60px;
  }
  #top_news th{
    width: 30%;
  }
}

#top_links{
  background-color: #f5f5f5;
  padding-bottom: 40px;
}
#top_links li{
  display: block;
  margin-bottom: 15px;  
}
#top_links li a{
  display: block;
}
#top_links li a:link,
#top_links li a:visited{text-decoration: none;}
.top_links_text{
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  padding: 20px 20px 30px;
}
@media print, screen and (min-width: 768px){
  #top_links{
    padding-bottom: 60px;
  }
  #top_links ul{
    display: flex;
    width: 100%;
  }
  #top_links li{
    display: flex;
    width: calc(33.333333% - 13.333333px);
    margin-right: 20px;
    margin-bottom: 0px;
  }
  #top_links li:last-child{ margin-right: 0px;}
  #top_links li a:hover{
    opacity: 0.7;
  }
  .top_links_text{
    border-radius: 0px 0px 20px 20px;
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 992px){
  #top_links{
    padding-bottom: 90px;
  }
  #top_links li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
  }
  .top_links_text{
    border-radius: 0px 0px 30px 30px;
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_links{
    padding-bottom: 110px;
  }
  .top_links_text{
    padding: 30px 30px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_links{
    padding-bottom: 130px;
  }
  #top_links li{
    width: calc(33.333333% - 40px);
    margin-right: 60px;
  }
  .top_links_text{
    border-radius: 0px 0px 40px 40px;
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 1800px){
  .top_links_text{
    padding: 40px 40px;
  }
}

#top_links2{
  background-color: #f5f5f5;
  padding: 40px 0px;
}
.top_links2_img li{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}
.top_links2_img li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
}
.top_links2_img01{background: url("../images/img_top04.jpg") no-repeat;background-size: cover;border-radius: 10px;}
.top_links2_img02{background: url("../images/img_top05.jpg") no-repeat;background-size: cover;border-radius: 10px;}
.top_links2_img03{background: url("../images/img_top06.jpg") no-repeat;background-size: cover;border-radius: 10px;}
.top_links2_img04{background: url("../images/img_top07.jpg") no-repeat;background-size: cover;border-radius: 10px;}
.top_links2_img li a:link,
.top_links2_img li a:visited{ text-decoration: none;}
.top_links2_img li a:hover{ background: rgba(0,0,0,0.1);}

@media print, screen and (min-width: 768px){
  #top_links2{
    padding: 60px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_links2{
    padding: 90px 0px;
  }
  .top_links2_img{
    display: flex;
    flex-wrap: wrap;
  }
  .top_links2_img li{
    display: block;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .top_links2_img li:nth-of-type(2n){ margin-right: 0px;}
  .top_links2_img li a{
    padding: 40px 10px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  #top_links2{
    padding: 110px 0px;
  }
  .top_links2_img li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .top_links2_img li a{
    padding: 50px 15px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1500px){
  #top_links2{
    padding: 130px 0px;
  }
  .top_links2_img li a{
    padding: 60px 30px;
    font-size: 1.3em;
  }
}

#top_instagram{
  background-color: #f5f5f5;
}
#top_instagram h3 img{
  width: 70px;
}
@media print, screen and (min-width: 768px){
  #top_instagram h3 img{
    width: 100px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_instagram h3 img{
    width: 128px;
  }
}

#top_contents{
  background-color: #f5f5f5;
  padding: 40px 0px;
}
.top_area{
  background-color: #fff;
  border: 3px solid #b99fc7;
  border-radius: 20px;
  padding: 20px;
}
.top_contact{
  background-color: #fff;
  border: 3px solid #84c3b8;
  border-radius: 20px;
  padding: 20px;
}
#top_contents h3{
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.top_area h3{ color: #b99fc7;}
.top_contact h3{ color: #84c3b8;}
.top_area p img{
  float: right;
  width: 70px;
  margin-left: 15px;
}
.top_area p{
  margin-bottom: 10px;
}
.top_sdgs{
  padding:20px 20px;
}
.top_contact p{
  margin-bottom: 10px;
}
.top_contact span{
  display: block;
  color: #12abe4;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 900;
  font-size: 2.0em;
  letter-spacing: normal;
  margin-bottom: 10px;
  text-align: center;
}
.top_contact a:link,
.top_contact a:visited{text-decoration: none;}
.top_contact span img{
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.top_contact h4{
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.top_contact_mail{
  text-align: center;
}
.top_contact_mail a{
  display: inline-block;
  padding: 15px 25px;
  background-color: #12abe4;
  border-radius: 100px;
  position: relative;
  font-weight: 700;
  font-size: 1.1em;
  transition: color 0.5s ease;
}
.top_contact_mail a:link,
.top_contact_mail a:visited{ text-decoration: none;color: #fff;}
.top_contact_mail a:hover {
  color: #fff;
}
@media print, screen and (min-width: 768px){
  #top_contents{
    padding: 60px 0px;
  }
  .top_area{
    border: 4px solid #b99fc7;
    border-radius: 30px;
    padding: 30px;
  }
  .top_contact{
    border: 4px solid #84c3b8;
    border-radius: 30px;
    padding: 30px;
  }
  #top_contents h3{
    font-size: 2.0em;
  }
  .top_sdgs{
    padding:30px 30px;
  }
  .top_sdgs img{
    width: 400px;
  }
  .top_contact span{
    font-size: 2.5em;
    margin-bottom: 15px;
  }
  .top_contact span img{
    width: 50px;
    margin-right: 10px;
  }
  .top_contact h4{
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .top_contact_mail a{
    padding: 15px 40px;
  }
  .top_contact_mail a:hover {
    color: #ff0;
  }
}
@media print, screen and (min-width: 992px){
  #top_contents{
    padding: 90px 0px;
  }
  .top_area{
    border-radius: 40px;
  }
  .top_contact{
    border-radius: 40px;
  }
  .top_area p{
    margin-bottom: 15px;
  }  
  #top_contents h3{
    font-size: 2.2em;
  }
  .top_sdgs{
    padding:20px 30px 0px 30px;
  }
  .top_sdgs img{
    width: auto;
  }
  .top_contact p{
    margin-bottom: 15px;
  }
  .top_contact span{
    font-size: 2.6em;
  }
  .top_contact_mail a{
    padding: 17px 45px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_contents{
    padding: 110px 0px;
  }
  .top_area{
    padding: 40px;
  }
  .top_contact{
    padding: 40px;
  }
  #top_contents h3{
    font-size: 2.5em;
  }
  .top_sdgs{
    padding:20px 40px 0px 40px;
  }
  .top_contact p{
    margin-bottom: 30px;
  }
  .top_contact span{
    font-size: 2.9em;
    margin-bottom: 20px;
  }
  .top_contact span img{
    width: 63px;
  }
  .top_contact h4{
    font-size: 1.2em;
  }
  .top_contact_mail a{
    padding: 17px 70px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_contents{
    padding: 130px 0px;
  }
  .top_area{
    padding: 45px;
  }
  .top_area p img{
    width: 118px;
  }
  .top_contact{
    padding: 45px;
  }
  #top_contents h3{
    font-size: 2.7em;
  }
  .top_sdgs{
    padding:20px 45px 0px 45px;
  }
  .top_contact p{
    margin-bottom: 40px;
  }
  .top_contact span{
    font-size: 4.0em;
    margin-bottom: 30px;
  }
  .top_contact h4{
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .top_contact_mail a{
    padding: 25px 100px;
  }
}


/* news.html
---------------------------------------------------- */
.news_table{
	width:100%;
}
.news_table th{
  display: block;
  font-family: "Roboto", sans-serif; font-weight: 500;
  font-size: 0.9em;
  color: #999;
  padding-top: 15px;
}
.news_table th span{
  display: inline-block;
  margin-left: 15px;
  background-color: #b5b5b5;
  border-radius: 100px;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}
.news_table td{
  display: block;
	padding-bottom:15px;
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
}
.news_table td em{
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
  font-family: "Roboto", sans-serif; text-transform: uppercase;
  font-weight: 700;
  color: #c00;
  font-size: 0.8em;
}
.news_table a{
  display: inline-block;
}
.news_table a:link,
.news_table a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .news_table th{
    display: table-cell;
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
    width: 35%;
  }
  .news_table td{
    display: table-cell;
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 992px){
  .news_table th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px){
  .news_table th{
    width: 25%;
  }  
  .news_table td em{
    font-size: 0.9em;
  }
}


/* news_detail.html
---------------------------------------------------- */
.news_detail_date{
  font-family: "Roboto", sans-serif; font-weight: 500;
  color: #999;
}
.news_detail_date span{
  display: inline-block;
  margin-left: 15px;
  background-color: #b5b5b5;
  border-radius: 100px;
  line-height: 1.0em;
  width: 120px;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}


/* product.html
---------------------------------------------------- */
.product_search{
  /*display: table;
  width: 100%;*/
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px!important;
  padding:10px 15px;
  vertical-align: middle;
  line-height: 1.0em;
}
.product_search input{
  display: inline-block;
  /*display: table-cell;
  width: 90%;*/
  vertical-align: middle;
}
.product_search input[type="text"]{
  background-color: none;
  border: none;
  padding: 0px;  
}
.product_search input[type="text"]:focus{border:none; background-color: transparent;}
.product_search button{
  display: inline-block;
  /*display: table-cell;
  width: 5%;*/
  vertical-align: middle;
  border:none;
  background: none;
  cursor:pointer;
  text-align: right;
}
.product_search button i{ margin-right: 3px; font-size: 1.2em;}
@media print, screen and (min-width: 768px){
  .product_search{
    padding:15px 15px;
    margin-bottom: 20px;
  }
}

.product_item{
  display: flex;
  flex-wrap: wrap;
}
.product_item li{
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 2;
}
.product_item li:nth-of-type(2n){ margin-right: 0px;}
.product_item li a{
  display: block;
}
.product_item li a:link,
.product_item li a:visited{ text-decoration: none;}
.product_item_cate{
  display: inline-block;
  margin: 5px 0px;
  background-color: #033;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  padding: 5px 0px;
  width: 140px;
  text-align: center;
  line-height: 1.0em;
}
.product_no{
  font-size: 0.9em;
}
.product_item li h6{
  font-weight: 700;
  font-size: 0.9em;
}
@media print, screen and (min-width: 768px){
  .product_item li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }  
  .product_item li h6{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  .product_item li{
    width: calc(33.333333% - 20px);
  }
  .product_item li:nth-of-type(2n){ margin-right: 30px;}
  .product_item li:nth-of-type(3n){ margin-right: 0px;}
  .product_item_cate{
    width: 160px;
    margin: 10px 0px;
    padding: 7px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .product_item li{
    width: calc(33.333333% - 40px);
    margin-right: 60px;
    margin-bottom: 50px;
  }
  .product_item li:nth-of-type(2n){ margin-right: 60px;}
  .product_item li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
}


/* product_detail.html
---------------------------------------------------- */
.product_icon img{
  display: inline-block;
  width: 50px;
  margin-right: 2px;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 992px){
  .product_icon img{
    width: 65px;
  }
}


/* knowledge.html
---------------------------------------------------- */
.knowledge_merit li{
  display: block;
  border-radius: 20px;
  margin-bottom: 15px;
}
.knowledge_merit li h5{
  border-radius: 20px 20px 0px 0px;
  padding: 12px 0px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 900;
  text-align: center;
}
.knowledge_merit .merit h5{ background-color: #12abe4;}
.knowledge_merit .demerit h5{ background-color: #c00;}
.knowledge_merit li h5 i{
  font-size: 1.2em;
  vertical-align: middle;
}
.knowledge_merit li p{   
  padding: 20px 20px;
}
.knowledge_merit .merit p{ background-color: #e8f7fc;border-radius:0px 0px 20px 20px;}
.knowledge_merit .demerit p{ background-color: #fce8e8;border-radius:0px 0px 20px 20px;}
@media print, screen and (min-width: 768px){
  .knowledge_merit{
    display: flex;
  }
  .knowledge_merit li{
    border-radius: 30px;
    align-items: center;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .knowledge_merit li:last-child{ margin-right: 0px;}
  .knowledge_merit li h5{
    border-radius: 30px 30px 0px 0px;
    padding: 15px 0px;
  }
  .knowledge_merit li p{   
    padding: 20px 30px;
  }
  .knowledge_merit .merit p,
  .knowledge_merit .demerit p{border-radius:0px 0px 30px 30px;}
}
@media print, screen and (min-width: 992px){
  .knowledge_merit li{
    border-radius: 40px;
  }
  .knowledge_merit li h5{
    border-radius: 40px 40px 0px 0px;
    padding: 20px 0px;
    font-size: 1.3em;
  }
  .knowledge_merit li p{   
    padding: 30px 40px;
  }
}

.balloon2-left {
  position: relative;
  display: inline-block;
  padding: 15px;
  background: #FFF;
  border: solid 3px #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ddd;
  z-index: 1;
}
.balloon2-left p {
  margin: 0;
  padding: 0;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  padding: 15px;
  background: #FFF;
  border: solid 3px #ddd;
  border-radius: 10px;
  box-sizing: border-box;
}
.balloon2-right:before {
  content: "";
  position: absolute;
  top: 20%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.balloon2-right:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #ddd;
  z-index: 1;
}
.balloon2-right p {
  margin: 0;
  padding: 0;
}
.balloon2-right img{
  width: 50%;
  float: right;
}
@media print, screen and (min-width: 768px){
  .balloon2-left {
    padding: 20px 30px;
    border-radius: 20px;
  }

  .balloon2-right {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .balloon2-right img{
    width: 150px;
  }
}
@media print, screen and (min-width: 992px){
  .balloon2-right img{
    width: 200px;
  }
}
@media print, screen and (min-width: 1200px){
  .balloon2-left {
    padding: 30px 40px;
    border-radius: 30px;
  }

  .balloon2-right {
    padding: 30px 40px;
    border-radius: 30px;
  }
  .balloon2-right img{
    width:250px;
  }
}


/* example.html
---------------------------------------------------- */
.example_title{
  font-weight: 900;
  font-size: 1.0em;
  line-height: 2.0em;
  text-align: center;
  color: #033;
  margin-bottom: 15px;  
}
.example_title span{
  display: block;
  font-size: 1.4em;
}
@media print, screen and (min-width: 768px){
  .example_title{
    font-size: 1.1em;
    margin-bottom: 20px;  
  }
  .example_title span{
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 992px){
  .example_title{
    font-size: 1.2em;
  }
  .example_title span{
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 1200px){
  .example_title{
    font-size: 1.3em;
    line-height: 2.5em;
  }
  .example_title span{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1500px){
  .example_title span{
    font-size: 2.2em;
  }
}

@media print, screen and (min-width: 768px){
  .example_img{
    float: left;
    width: 60%;
  }
  .mainImg{
    float: right;
    width: 35%;
  }
  .example_kakudai{
    float: right;
    width: 35%;
  }
}

.example_point li,
.example_point2 li{
  display: block;
  background-color: #e8f7fc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}
.example_point li h6,
.example_point2 li h6{
  font-weight: 700;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #12abe4;
  text-align: center;
}
.example_number{
  text-align: center;
  margin-bottom: 5px;
}
.example_number span{
  display: inline-block;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 700;
  font-size: 14px;
  line-height: 1.0em;
  background-color: #fff;
  border: 1px solid #12abe4;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  color: #12abe4;
  margin-right: 3px;
}
.example_point li p,
.example_point2 li p{
  font-size: 0.95em;
  line-height: 1.8em;
}
@media print, screen and (min-width: 768px){
  .example_point{
    display: flex;
    flex-wrap: wrap;
  }
  .example_point li{
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .example_point li:nth-of-type(2n){ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .example_point li{
    border-radius: 20px;
    padding: 20px 30px;
  }
  .example_point2{
    display: flex;
    flex-wrap: wrap;
  }
  .example_point2 li{
    width: calc(33.333333% - 10px);
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .example_point2 li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}


/* soudan.html
---------------------------------------------------- */
.soudan_promise li{
  display: block;
  background-color: #12abe4;
  border-radius: 20px;
  padding: 20px 5px;
  font-size: 1.1em;
  font-weight: 700;
  color: #ff0;
  text-align: center;
  margin-bottom: 10px;
}
.soudan_promise li span{
  display: block;
  font-weight: 900;
  font-size: 1.3em;
}
@media print, screen and (min-width: 768px){
  .soudan_promise{
    display: flex;
    flex-wrap: wrap;
  }
  .soudan_promise li{
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    border-radius: 30px;
    padding: 30px 5px;
    margin-bottom: 0px;
  }
  .soudan_promise li:last-child{ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .soudan_promise li{
    border-radius: 40px;
    font-size: 1.2em;
    line-height: 2.0em;
  }
  .soudan_promise li span{
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 992px){
  .soudan_promise li{
    font-size: 1.3em;
  }
}

.soudan_yazi{
  text-align: center;
  padding: 10px 0px;
}
.soudan_yazi i{
  font-size: 20px;
}
@media print, screen and (min-width: 768px){
  .soudan_yazi{
    padding: 60px 0px 0px;
  }
  .soudan_yazi i{
    font-size: 30px;
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width: 992px){
  .soudan_yazi{
    padding: 80px 0px 0px;
  }
  .soudan_yazi i{
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .soudan_yazi{
    padding: 110px 0px 0px;
  }
  .soudan_yazi i{
    font-size: 50px;
  }
}
@media print, screen and (min-width: 1500px){
}



/* consumer.html
---------------------------------------------------- */
.consumer_img{
  display: flex;
  flex-wrap: wrap;
}
.consumer_img li{
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.consumer_img li:nth-of-type(2n){ margin-right: 0px;}
.consumer_img li p{
  margin-top: 5px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 768px){
  .consumer_img li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .consumer_img li p{
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 992px){
  .consumer_img li{
    width: calc(33.333333% - 20px);
  }
  .consumer_img li:nth-of-type(2n){ margin-right: 30px;}
  .consumer_img li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}


/* flow.html
---------------------------------------------------- */
.flow_ul{
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 20px;
  list-style: none;
}
.flow_ul li {
  padding: 25px 20px;
}
.flow_ul li:not(:last-child) {
  border-bottom: 2px solid #ddd;
  position: relative;
}
.flow_ul li:not(:last-child)::before,
.flow_ul li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow_ul li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #ddd;
}
.flow_ul li:not(:last-child)::after {
  border-width: 19px;
  border-top-color: #fff;
}
.flow_ul li dl dt {
  color: #330;
  line-height: 2.0em;
  font-size: 1.0em;  
  font-weight: 700;
  margin-bottom: 10px;
}
.flow_ul li dl dt .icon {
  display: block;
  font-size: 1.3em;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 900;
  color: #fff;
  background: #12abe4;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  line-height: normal;
}
.flow_ul li dl dd img{
  display: block;
  margin-bottom: 10px;
}
.flow_ul li dl dd span{
  display: block;
}
@media print, screen and (min-width: 768px){
  .flow_ul{
    border-radius: 30px;
  }
  .flow_ul li {
    padding:40px 30px 30px;
  }
  .flow_ul li dl dt {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .flow_ul li dl dt .icon {
    display: inline-block;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-right: 15px;
  }
  .flow_ul li dl dd img{
    width: 30%;
    float: right;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .flow_ul{
    border-radius: 40px;
  }
  .flow_ul li {
    padding: 50px 40px 40px;
  }
  .flow_ul li dl dt {
    font-size: 1.2em;
  }
  .flow_ul li dl dt .icon {
    font-size: 1.7em;
    width: 45px;
    height: 45px;
  }
  .flow_ul li dl dd img{
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .flow_ul li {
    padding: 50px 60px 40px;
  }
  .flow_ul li dl dt {
    font-size: 1.3em;
  }
  .flow_ul li dl dt .icon {
    font-size: 1.8em;
    width: 50px;
    height: 50px;
  }
  .flow_ul li dl dd img{
    margin-left: 60px;
  }
}
@media print, screen and (min-width: 1500px){
  .flow_ul li dl dt {
    font-size: 1.4em;
  }
  .flow_ul li dl dt .icon {
    width: 55px;
    height: 55px;
  }
}


/* faq.html
---------------------------------------------------- */
.accordion-container {
  /*position: relative;*/
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
}
/*.accordion-title_icon{
  position: relative;
  cursor: pointer;
}*/
/*.accordion-title_icon:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}*/
/*.accordion-title_icon.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}*/
/*.accordion-content {
  display: none;
  cursor:auto;
}*/
@media print, screen and (min-width: 768px){
  .accordion-container{
    border-radius: 30px;
    padding: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .accordion-container{
    border-radius: 40px;
    padding: 40px;
  }
  .accordion-title_icon:after {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .accordion-container{
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 1500px){
  .accordion-container{
    padding: 40px 60px;
  }
}
.faq_q{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq_a{
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq_q_icon,
.faq_a_icon{ 
  display: flex;
  width: 18%;
}
.faq_q_icon span,
.faq_a_icon span{
  color: #fff;  
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 5px 0px 0px 0px;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 900;
  text-align: center;
  font-size: 20px;
}
.faq_q_icon span{background-color: #033;}
.faq_a_icon span{background-color: #c00;}
.faq_q_title,
.faq_a_text{ 
  display: flex;
  width: 82%;
}
.faq_q_title h4{
  width: 100%;
  padding-right:30px;
  font-size: 1.0em;
  font-weight: 700;
  line-height: 1.8em;
}
.faq_a_text p{
  padding:0px 25px 0px 0px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .faq_q_icon,
  .faq_a_icon{ 
    width: 10%;
  }
  .faq_q_icon span,
  .faq_a_icon span{
    width: 40px;
    height: 40px;
    padding: 7px 0px 0px 0px;
    font-size: 22px;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 90%;
  }
  .faq_q_title h4{
    padding-right:40px;
    font-size: 1.05em;
  }
  .faq_a_text p{
    padding:0px 30px 0px 0px;
  }
}
@media print, screen and (min-width: 992px) {
  .faq_a{
    margin-top: 15px;
  }
  .faq_q_icon,
  .faq_a_icon{ 
    width: 8%;
  }
  .faq_q_icon span,
  .faq_a_icon span{
    width: 45px;
    height: 45px;
    padding: 9px 0px 0px 0px;
    font-size: 25px;
  }
  .faq_q_title,
  .faq_a_text{ 
    width: 92%;
  }
  .faq_q_title h4{
    padding-top: 5px;
    padding-right:40px;
    font-size: 1.1em;
  }
  .faq_a p{
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .faq_q_icon span,
  .faq_a_icon span{
    width: 55px;
    height: 55px;
    padding: 13px 0px 0px 0px;
    font-size: 30px;
  }
  .faq_q_title h4{
    padding-top: 7px;
    padding-right:50px;
    font-size: 1.15em;
  }
}



/* company.html
---------------------------------------------------- */
.company_business_box{
  display: block;
  background-color: #fff;
  border: 3px solid #84c3b8;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
}
.company_business_box h4{
  color: #84c3b8;
  font-size: 1.1em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 15px;
}
.company_business_box li{
  color: #12abe4;
  margin-left: 18px;
}
.company_business_box span{
  color: #333;
}
@media print, screen and (min-width: 768px){
  .company_business{
    display: flex;
  }
  .company_business_box{
    border: 4px solid #84c3b8;
    border-radius: 30px;
    padding: 30px;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .company_business_box:last-child{ margin-right: 0px;}
  .company_business_box h4{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 992px){
  .company_business_box{
    border-radius: 40px;
  }
  .company_business_box h4{
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .company_business_box{
    padding: 40px;
    width: calc(50% - 30px);
    margin-right: 60px;
  }
  .company_business_box h4{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1500px){
  .company_business_box{
    padding: 40px 60px;
  }
}

.company_cliant li{
  display: block;
}
@media print, screen and (min-width: 768px){
  .company_cliant{
    display: flex;
    flex-wrap: wrap;
  }
  .company_cliant li{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
  }
  .company_cliant li:nth-of-type(2n){ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .company_cliant li{
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 1200px){
  .company_cliant li{
    width: calc(33.333333% - 6.666666px);
  }
  .company_cliant li:nth-of-type(2n){ margin-right: 10px;}
  .company_cliant li:nth-of-type(3n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
}

.bg_company{
  background: url("../images/bg_company01.jpg") no-repeat center;
  background-size: cover;
  height: 150px;
}
@media print, screen and (min-width: 768px){
  .bg_company{
    height: 200px;
  }
}
@media print, screen and (min-width: 992px){
  .bg_company{
    height: 300px;
    background-attachment: fixed;
  }
}
@media print, screen and (min-width: 1200px){
  .bg_company{
    height: 400px;
  }
}

.company_access{
  border-left: 3px solid #ccc;
  padding:10px 0px 10px 20px;
}
@media print, screen and (min-width: 768px){
  .company_access{
    border-left: 4px solid #ccc;
    padding:15px 0px 15px 30px;
  }
}


/* contact.html
---------------------------------------------------- */
.contact_tel{
  border: 3px solid #84c3b8;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
.contact_tel h3{
  font-weight: 900;
  font-size: 1.5em;
  color: #84c3b8;
  text-align: center;
  margin-bottom: 10px;
}
.contact_tel a:link,
.contact_tel a:visited{ text-decoration: none; color: #fff;}
.contact_tel p{
  text-align: center;
  margin-bottom: 15px;
}
.contact_tel span{
  display: block;
  color: #12abe4;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 900;
  font-size: 2.0em;
  letter-spacing: normal;
  text-align: center;
}
.contact_tel span img{
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px){
  .contact_tel{
    border: 4px solid #84c3b8;
    border-radius: 30px;
    padding: 30px;
  }
  .contact_tel h3{
    font-size: 1.8em;
  }
  .contact_tel span{
    font-size: 2.5em;
  }
  .contact_tel span img{
    width: 50px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .contact_tel{
    border-radius: 40px;
  }
  .contact_tel h3{
    font-size: 2.3em;
  }
  .contact_tel span{
    font-size: 2.6em;
  }

}
@media print, screen and (min-width: 1200px){
  .contact_tel{
    padding: 40px;
  }
  .contact_tel h3{
    font-size: 2.5em;
  }
  .contact_tel span{
    font-size: 2.9em;
  }
  .contact_tel span img{
    width: 63px;
  }
}
@media print, screen and (min-width: 1500px){
  .top_contact{
    padding: 45px;
  }
  #top_contents h3{
    font-size: 2.7em;
  }
  .top_contact p{
    margin-bottom: 40px;
  }
  .top_contact span{
    font-size: 4.0em;
  }
}

/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.nav-tabs .nav-item{ 
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right:5px;
  margin-bottom: 5px;
}
.nav-tabs .nav-item:nth-of-type(3n){ margin-right: 0px;}
.nav-tabs .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px!important;
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333!important;
  padding: 5px 0px!important;
  font-size: 0.7em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover{ 
  /*border-top: 1px solid #880000!important;
  border-left: 1px solid #880000!important;
  border-right: 1px solid #880000!important;
  border-bottom: 1px solid #880000!important;*/
  color: #fff!important; 
  border: 1px solid #033!important;
  background-color: #033!important;
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none;}
.tab-content{
  /*background-color: #fff;*/
  /*height:300px;
	overflow:auto;*/
}
@media print, screen and (min-width: 768px){
  .nav-tabs .nav-item{ 
    width: calc(25% - 3.75px);
  }
  .nav-tabs .nav-item:nth-of-type(3n){ margin-right: 5px;}
  .nav-tabs .nav-item:nth-of-type(4n){ margin-right: 0px;}
}
@media print, screen and (min-width: 992px){
  .nav-tabs .nav-item{ 
    width: 100%;
    margin-right:0px;
    margin-bottom: 15px;
  }
  .nav-tabs .nav-item:nth-of-type(3n){ margin-right: 0px;}
  .nav-tabs .nav-link{ 
    background-color: transparent;
    border: none!important;
    padding: 0px!important;
    font-size: 1.0em;
    text-align: left;
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:hover{ 
    color: #333!important; 
    border: none!important;
    background-color: transparent!important;
    opacity: 0.7;
  }
  .nav-tabs .nav-item:before{ 
    content:"―";
    padding-right:5px;
    margin-top: -2px;
  }
}

.nav-tabs2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.nav-tabs2 .nav-item{ 
  display: flex;
  width: calc(50% - 2.5px);
  margin-right:5px;
  margin-bottom: 5px;
}
.nav-tabs2 .nav-item:nth-of-type(2n){ margin-right: 0px;}
.nav-tabs2 .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px!important;
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333!important;
  padding: 5px 0px!important;
  font-size: 0.7em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs2 .nav-link.active,
.nav-tabs2 .nav-link:hover{ 
  color: #fff!important; 
  border: 1px solid #033!important;
  background-color: #033!important;
}
.nav-tabs2 a:link,
.nav-tabs2 a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .nav-tabs2 .nav-item{ 
    width: calc(33.333333% - 3.333333px);
  }
  .nav-tabs2 .nav-item:nth-of-type(2n){ margin-right: 5px;}
  .nav-tabs2 .nav-item:nth-of-type(3n){ margin-right: 0px;}
  .nav-tabs2 .nav-link{ 
    padding: 7px 0px!important;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs2 .nav-item{ 
    width: calc(25% - 3.75px);
  }
  .nav-tabs2 .nav-item:nth-of-type(2n){ margin-right:5px;}
  .nav-tabs2 .nav-item:nth-of-type(3n){ margin-right:5px;}
  .nav-tabs2 .nav-item:nth-of-type(4n){ margin-right: 0px;}
  .nav-tabs2 .nav-link{ 
    padding: 10px 0px!important;
  }
}

.nav-tabs3{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
}
.nav-tabs3 .nav-item{ 
  display: flex;
  width: calc(33.333333% - 3.333333px);
  margin-right:5px;
  margin-bottom: 5px;
}
.nav-tabs3 .nav-item:nth-of-type(3n){ margin-right: 0px;}
.nav-tabs3 .nav-link{ 
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px!important;
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333!important;
  padding: 5px 0px!important;
  font-size: 0.7em;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.nav-tabs3 .nav-link.active,
.nav-tabs3 .nav-link:hover{ 
  color: #fff!important; 
  border: 1px solid #033!important;
  background-color: #033!important;
}
.nav-tabs3 a:link,
.nav-tabs3 a:visited{ text-decoration: none;}
@media print, screen and (min-width: 768px){
  .nav-tabs3 .nav-link{ 
    padding: 7px 0px!important;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 992px){
  .nav-tabs3 .nav-link{ 
    padding: 10px 0px!important;
  }
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  display: flex;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab li:nth-of-type(2n){ margin-right: 0px;}
.category_tab li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none!important;
  border-radius: 5px;
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#fff;
  border: 1px solid #033;
  color: #033;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.0em;
  transition: all 0.3s ease 0s;
}
.category_tab li a:hover img{ opacity: 1;}
.category_tab li a:hover,
.category_tab li a.active{background-color:#033; color: #fff;}
.category_tab li a:after{ line-height: 1.0em; content:" \f107";font-family: "Font Awesome 5 Free"; font-weight: 900;}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(33.333333% - 6.666666px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category_tab li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab li:nth-of-type(3n){ margin-right: 0px;}
  .category_tab li a{
    padding: 15px 0px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab li a{
    padding: 20px 0px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab li a{
    padding: 30px 0px;
  }
}

.category_tab2{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab2 li{  
  display: flex;
  width: calc(50% - 2.5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.category_tab2 li:nth-of-type(2n){ margin-right: 0px;}
.category_tab2 li a{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none!important;
  border-radius: 5px;
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#fff;
  border: 1px solid #033;
  color: #033;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.0em;
  transition: all 0.3s ease 0s;
}
.category_tab2 li a:hover img{ opacity: 1;}
.category_tab2 li a:hover,
.category_tab2 li a.active{background-color:#033; color: #fff;}
.category_tab2 li a:after{ line-height: 1.0em; content:" \f107";font-family: "Font Awesome 5 Free"; font-weight: 900;}
@media print, screen and (min-width: 768px){
  .category_tab2 li a{
    padding: 15px 0px;
    font-size: 1.0em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab2 li{
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .category_tab2 li:nth-of-type(2n){ margin-right: 10px;}
  .category_tab2 li:nth-of-type(4n){ margin-right: 0px;}
  .category_tab2 li a{
    padding: 20px 0px;
    font-size: 1.1em;
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab2 li a{
    padding: 30px 0px;
  }
}


/* タイトル
---------------------------------------------------- */
#h2-news{background: url("../images/bg_h2_news.jpg") no-repeat center; background-size: cover;}
#h2-first{background: url("../images/bg_h2_first.jpg") no-repeat center; background-size: cover;}
#h2-product{background: url("../images/bg_h2_product.jpg") no-repeat center; background-size: cover;}
#h2-knowledge{background: url("../images/bg_h2_knowledge.jpg") no-repeat center; background-size: cover;}
#h2-example{background: url("../images/bg_h2_example.jpg") no-repeat center; background-size: cover;}
#h2-soudan{background: url("../images/bg_h2_soudan.jpg") no-repeat center; background-size: cover;}
#h2-consumer{background: url("../images/bg_h2_consumer.jpg") no-repeat center; background-size: cover;}
#h2-flow{background: url("../images/bg_h2_flow.jpg") no-repeat center; background-size: cover;}
#h2-electricity{background: url("../images/bg_h2_electricity.jpg") no-repeat center; background-size: cover;}
#h2-signage{background: url("../images/bg_h2_signage.jpg") no-repeat center; background-size: cover;}
#h2-faq{background: url("../images/bg_h2_faq.jpg") no-repeat center; background-size: cover;}
#h2-recruit{background: url("../images/bg_h2_recruit.jpg") no-repeat center; background-size: cover;}
#h2-company{background: url("../images/bg_h2_company.jpg") no-repeat center; background-size: cover;}
#h2-contact{background: url("../images/bg_h2_contact.jpg") no-repeat center; background-size: cover;}
.h2-style{ 
  position: relative;
  background: rgba(255,255,255,0.1);
}
.h2-style h2{
  padding: 50px 0px;
  font-weight: 700;
  font-size: 0.9em;
  text-align:center;
  text-shadow: 1px 0px 15px #fff;
}
.h2-style h2 span{
  display: block; 
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 900;
  font-size: 2.0em;  
}
@media print, screen and (min-width: 768px) {
  .h2-style h2{
    padding: 90px 0px;
    font-size: 1.0em;
  }
  .h2-style h2 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style h2{
    padding: 130px 0px;
    font-size: 1.2em;
  }
  .h2-style h2 span{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style h2{
    padding: 160px 0px;
    font-size: 1.3em;
  }
  .h2-style h2 span{
    font-size: 3.5em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style h2{
    padding: 200px 0px;
    font-size: 1.4em;
  }
  .h2-style h2 span{
    font-size: 4.0em;
  }
}

.h2_scroll{
  position: absolute;
  bottom: -4px;
  margin: auto;
  width: 100%;
  font-size: 2.0em;
  font-family: "Roboto", sans-serif; font-weight:400; text-transform: uppercase;
  color: rgba(0,0,0,0.2);
  text-align : center;
  overflow   : hidden;
  z-index: 1;
}
.h2_scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 50s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
@media print, screen and (min-width: 768px) {
  .h2_scroll{
     bottom: -10px;
    font-size  : 5.0em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2_scroll{
     bottom: -12px;
    font-size  : 6.0em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2_scroll{
     bottom: -16px;
    font-size  : 7.0em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2_scroll{
     bottom: -18px;
    font-size  : 8.0em;
  }
}

.keyvisual{
  z-index: 2;
}
.keyvisual__scroll{
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.keyvisual__scroll--circle{
  height: auto;
  width: 100%;
  animation: rotate 15s linear infinite;
}
.keyvisual__scroll a{
  position: absolute;
  top: 20px;
  left: 32px;
  display: inline-block;
}
.keyvisual__scroll a:hover{
  transform: translateY(7px);
}
.keyvisual__scroll a img{
  width: 15px;
}
.keyvisual__scroll a:hover img{ opacity: 1;}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print, screen and (min-width: 768px){
  .keyvisual__scroll{
    width: 100px;
    bottom: 80px;
    right: 8.333333%;
  }
  .keyvisual__scroll a{
    top: 25px;
    left: 40px;
  }
  .keyvisual__scroll a:hover{
    transform: translateY(10px);
  }
  .keyvisual__scroll a img{
    width: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .keyvisual__scroll{
    width: auto;
    bottom: 130px;
  }
  .keyvisual__scroll a{
    top: 40px;
    left: 57px;
  }
  .keyvisual__scroll a:hover{
    transform: translateY(15px);
  }
  .keyvisual__scroll a img{
    width: auto;
  }
}
@media print, screen and (min-width: 1200px){
  .keyvisual__scroll{
    bottom: 150px;
  }
}
@media print, screen and (min-width: 1500px){
  .keyvisual__scroll{
    bottom: 170px;
  }
}

.title01{
  color: #12abe4;
  font-weight: 700;
  font-size: 1.0em;  
  text-align: center;
  margin-bottom: 15px;
}
.title01:before{
  content:" \f111";
  font-family: "Font Awesome 7 Free"; 
  font-weight: 900;  
  vertical-align: middle;
  font-size: 8px;
  color: #12abe4;
  margin-right: 5px;
}
.title01 span{
  display: block;
  margin-top: 5px;
  font-family: "Roboto", sans-serif; font-weight: 900;
  color: #033;
  font-size: 1.5em;
}
@media print, screen and (min-width: 768px){
  .title01{
    margin-bottom: 30px;
  }
  .title01 span{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 1.1em;
  }
  .title01 span{
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    margin-bottom: 40px;
  }
  .title01 span{
    margin-top: 10px;
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    margin-bottom: 50px;
  }
  .title01 span{
    font-size: 3.5em;
  }
}

.title02{
  font-size: 1.2em;
  font-weight: 700;
  padding-bottom: 10px;
  color: #033;
  border-bottom:2px solid #ddd;  
  margin-bottom: 20px;
}
.title02 span{
  display: inline-block;
  font-size: 0.6em;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.3em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    font-size: 1.5em;
    padding-bottom: 20px;    
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.6em;
  }
}

.title02-2{
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3em;
  font-weight: 700;
  border-top:2px solid #ddd;  
  padding-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  .title02-2{
    font-size: 1.6em;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title02-2{
    font-size: 1.8em;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02-2{
    font-size: 2.0em;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1500px){
  .title02-2{
    font-size: 2.2em;
    margin-bottom: 60px;
  }
}

.title03{
  font-size: 1.1em;
  font-weight: 900;
  color: #333;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.title03::after{
  position: absolute;
  left:0;
  top: 10px;
  content: '';
  width: 30px;
  height:1px;  
  background-color: #333;
}
@media print, screen and (min-width: 768px){
  .title03{
    font-size: 1.2em;
    padding-left: 50px;
  }
  .title03::after{
    width: 40px;
  }
}
@media print, screen and (min-width: 992px){
  .title03{
    font-size: 1.3em;
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .title03::after{
    width: 50px;
  }
}

.title04{
  display: inline-block;
  background-color: #12abe4;
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 1.05em;
  line-height: 1.5em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.title04 span{
  display: block;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px){
  .title04{
    padding: 12px 40px;
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{    
    padding: 15px 40px;
    font-size: 1.3em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{    
    padding: 15px 50px;
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1500px){
  .title04{    
    font-size: 1.5em;
  }
}

.title05{
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.title05 span{
  display: block;
  font-family: "Roboto", sans-serif; font-weight: 900;
  font-size: 0.4em;
  color: #12abe4;
  margin-bottom: 5px;
}
.title05 span:before{ content:" \f0c8";font-family: "Font Awesome 5 Free"; font-weight: 900; color: #12abe4; vertical-align:super; font-size: 0.8em; padding-right:10px}
@media print, screen and (min-width: 768px){
  .title05{
    font-size: 1.9em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    font-size: 2.2em;
  }
  .title05 span{
    margin-bottom: 10px;
  }
  .title05 span:before{ font-size: 0.9em;}
}
@media print, screen and (min-width: 1200px){
  .title05{
    font-size: 2.4em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title05{
    font-size: 2.6em;
  }
}

.title06{
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0px;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #12abe4;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px){
  .title06{
    padding: 20px 0px;
    font-size: 1.3em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title06{
    font-size: 1.4em;
  }
}
@media print, screen and (min-width: 1200px){
  .title06{
    padding: 25px 0px;
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title06{
    font-size: 1.6em;
  }
}

.title07{
  border-left: solid 2px #66b95a;
  border-right: solid 2px #66b95a;
  padding: 0px 15px;
  margin-bottom: 20px;
}
.title07 h4{
  border-top: solid 2px #66b95a;
  border-bottom: solid 2px #66b95a;
  padding: 15px 0px;
  color: #54a11b;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px){
  .title07{
    padding: 0px 20px;
    margin-bottom: 30px;
  }
  .title07 h4{
    padding: 20px 0px;
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  .title07{
    margin-bottom: 40px;
  }
  .title07 h4{
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1200px){
  .title07{
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .title07 h4{
    padding: 25px 0px;
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1500px){
  .title07{
    margin-bottom: 60px;
  }
  .title07 h4{
    padding: 30px 0px;
    font-size: 1.8em;
  }
}

.title08{
  font-size: 1.05em;
  font-weight: 700;
  border-left: 4px solid #033;
  padding: 5px 0px 5px 10px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .title08{
    font-size: 1.1em;
    padding: 7px 0px 7px 15px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px){
  .title08{
    font-size: 1.15em;
  }
}
@media print, screen and (min-width: 1200px){
  .title08{
    padding: 10px 0px 10px 15px;
  }
}
@media print, screen and (min-width: 1500px){
  .title08{
    font-size: 1.2em;
  }
}


/* table
---------------------------------------------------- */
.table-style{
	width:100%;
}
.table-style th{
  display: block;
  vertical-align:middle;
  font-weight: 700;
	padding:10px 0px 2px 0px;
  color: #333;
}
.table-style td{
  display: block;
  vertical-align:middle;
  font-weight: 500;
	padding:0px 0px 10px 0px;
  border-bottom: 1px solid #ddd;  
}
.table-style p{
  margin-bottom: 10px;
}
.table-style li{
  margin-left: 18px;
  color: #e5d2c4;
}
.table-style li span{
  color: #333;
}
@media print, screen and (min-width: 768px){
  .table-style th{
    display: table-cell;
    padding: 15px 0px 15px 20px;
    border-bottom: 1px solid #aaa;
    width: 25%;
    text-align: center;
  }
  .table-style td{
    display: table-cell;
    padding: 15px 0px 15px 30px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style td{
    padding: 15px 0px 15px 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style th{
    padding: 20px 0px;
  }
  .table-style td{
    padding: 20px 40px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 5px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #b0c8a3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 30%;
}
.table-style2 td{
	padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media print, screen and (min-width: 768px){
  .table-style2 th{
    padding:10px 5px;
  }
  .table-style2 td{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 992px){
}
@media print, screen and (min-width: 1200px){
  .table-style2 th{
    padding:15px 5px;
  }
  .table-style2 td{
    padding:15px 20px;
  }
}

.table-style3{
	width:100%;
  border-collapse: collapse;
}
.table-style3 th{
  vertical-align:top;
  font-weight: 700;
	padding:5px 10px;
  background-color: #f5f2e6;
  border: 1px solid #ddd;
}
.table-style3 td{
  font-weight: 500;
	padding:5px 10px;
  border: 1px solid #ddd;  
}
@media print, screen and (min-width: 768px){
  .table-style3 th,
  .table-style3 td{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style3 th,
  .table-style3 td{
    padding:15px 20px;
  }
}

.table-style4{
	width:100%;
}
.table-style4 th{
  display: block;
  vertical-align:middle;
	padding:0px 0px 5px 0px;
  font-weight: 600;
}
.table-style4 td{
  display: block;
	padding:0px 0px 15px 0px;
}

.table-wrap {
  overflow-x: scroll;
}
.table-wrap table{
  white-space: nowrap;
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap table{
    white-space: normal;
  }
}

.table-wrap_xs {
  overflow-x: scroll;
}
.table-wrap_xs table{
  white-space: nowrap;
}
@media print, screen and (min-width: 768px){
  .table-wrap_xs {
    overflow-x: auto;
  }
  .table-wrap_xs table{
    white-space: normal;
  }
}


.table-wrap,
.table-wrap_xs{
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar ,
.table-wrap_xs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb,
.table-wrap_xs::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track,
.table-wrap_xs::-webkit-scrollbar-track{
  background: #eee;
  border-radius: 10px;
}
.table-wrap::before,
.table-wrap_xs::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
.table-wrap::after,
.table-wrap_xs::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}
@media print, screen and (min-width: 768px){
  .table-wrap_xs {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap_xs::before,
  .table-wrap_xs::after{
    display: none;
  }
}
@media print, screen and (min-width: 992px){
  .table-wrap {
    overflow-x: hidden;
    white-space:normal;
  }
  .table-wrap::before,
  .table-wrap::after{
    display: none;
  }
}

.table-wrap2 {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap2::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.table-wrap2::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap2::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
.table-wrap2::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}


/* ボタン
---------------------------------------------------- */
.btn-style{
  display: inline-block;
  width: 280px;
  padding: 15px 20px;
  text-align: center;
  background-color: #12abe4;
  border-radius: 100px;
  position: relative;
  font-weight: 700;
  font-size: 1.1em;
  transition: color 0.5s ease;
}
.btn-style::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #033;
  border-radius: 100px;
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-style:hover::before {
  transform: scaleY(1);
}
.btn-style span{
  position: relative;
}
.btn-style span i{
  float: right;
  font-size: 1.2em;
}
.btn-style:link,
.btn-style:visited{ text-decoration: none;color: #fff;}
.btn-style:hover {
  color: #fff;
}
@media print, screen and (min-width: 992px){
  .btn-style{
    width: 320px;
    font-size: 1.15em;
    padding: 17px 30px;
  }
}

.btn-style2{
  display: inline-block;
  width: 240px;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  font-weight: 700;
  font-size: 1.1em;
  transition: color 0.5s ease;
}
.btn-style2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-style2:hover::before {
  transform: scaleY(1);
}
.btn-style2 span{
  position: relative;
}
.btn-style2 span i{
  float: right;
  font-size: 1.2em;
}
.btn-style2:link,
.btn-style2:visited{ text-decoration: none;color: #fff;}
.btn-style2:hover {
  color: #12abe4;
}
@media print, screen and (min-width: 992px){
  .btn-style2{
    width: 320px;
    font-size: 1.15em;
    padding: 17px 30px;
  }
}

.btn-detail{
  position:relative;
  padding: 0px 0px 10px 0px;
  line-height: 1.0em;
  display:inline-block;
  outline: none;
}
.btn-detail span{
  background: url("../images/icon_arrow.png") no-repeat center right;
  padding: 0px 15px 0px 0px;
}
.btn-detail:link,
.btn-detail:visited{text-decoration: none;}
.btn-detail::before,
.btn-detail::after{
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  background:#333;
  width:100%;
  height:1px;
  transition:all 0.3s ease-in-out;
}
.btn-detail::after{
  width:0;
  background:#ccc;
}
.btn-detail:hover::after {
  width:100%;
}
@media print, screen and (min-width: 992px){
}

/* 戻るボタン */
.btn-back{
  margin-top: 20px;
  border-top:1px solid #ddd;
  padding-top: 15px;
}
.btn-back a{
	display:inline-block;
  font-weight: 500;
}
.btn-back a:link,
.btn-back a:visited{ color:#333;text-decoration:none}
.btn-back a:before{ content:" \f104";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:10px}
@media print, screen and (min-width: 768px) {
  .btn-back{
    margin-top: 40px;
    padding-top: 30px;
  }
  .btn-back a{
    padding-left: 30px;
  }
  .btn-back a:hover{ padding-left: 0px;}
}

/* マップへのボタン */
.btn-map{
  font-family: "Outfit", sans-serif;
  font-weight: 500;
	background-color:#333;
	padding:10px 0px;
	text-align:center;
	display:inline-block;
  width: 200px;
}
.btn-map:link,
.btn-map:visited{ color:#fff;text-decoration:none}
.btn-map:before{ content:" \f3c5";font-family: "Font Awesome 5 Free"; font-weight: 900; line-height:1.5em; padding-right:5px}
@media print, screen and (min-width: 992px) {
  .btn-map{
    padding:15px 0px;
    width: 250px;
  }
  .btn-map:hover{
    background-color: #666;
  }
}


/* form
---------------------------------------------------- */
.table_form{
  width:100%;
  border-collapse:collapse;
  /*background-color: #fff;*/
  border-top: 1px solid #ddd;
  /*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;*/
  color: #333;
}
.table_form th{
  padding:10px 0px 5px 0px;
  vertical-align:middle;
  text-align:left;
  font-weight: 700;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 0px 10px 0px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form th{
    border-bottom: 1px solid #ddd;
    padding:10px 30px 10px 20px;
    display:table-cell;
    width: 35%;
  }
  .table_form td{
    padding:10px 20px 10px 0px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form th{
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  .table_form th{
    padding:15px 0px 15px 30px;
    width: 25%;
  }
  .table_form td{
    padding:15px 30px;
  }
}

.table_form2{
  width:100%;
  border-collapse:collapse;
  background-color: #fff;
  border-bottom:1px solid #ddd;
}
.table_form2 th{
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  background-color:#f5f5f5;
  vertical-align:top;
  text-align:left;
  display: block;
}
.table_form2 td{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  padding:5px 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table_form2 th{
    padding:10px 15px;
    vertical-align:middle;
    display:table-cell;
    width:32%;
  }
  .table_form2 td{
    border-top:1px solid #ddd;
    padding:10px 15px;
    display:table-cell;
  }
}
@media print, screen and (min-width: 992px) {
  .table_form2 th{
    padding:10px 20px;
    width:25%;
  }
  .table_form2 td{
    padding:10px 20px;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#e32a38; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:baseline;border-radius: 3px;}
/*.table_form*/ th.need:after{ content: "必須";background-color:#e32a38; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right;border-radius: 3px;}
/*.table_form*/ th.any:after { content: "任意";background-color:#999; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; line-height: normal;vertical-align:middle; float: right; border-radius: 3px;}

/* テキストボックスのサイズ */
.form-xxs{ width:60px!important;}
.form-xs{ width:90px!important;}
.form-s{width:120px!important}
.form-m,.form-l,.form100{width:100%!important}
.form-h{  width:100%; height: 100px;}
@media print, screen and (min-width: 768px) {
  .form-xs{ width:120px!important;}
  .form-s{width:200px!important}
  .form-m{width:300px!important}
  .form-h{ height:150px;}
}

/* フォーム関係タグの初期設定とデザイン */
input[type="checkbox"],
input[type="radio"]{vertical-align:text-top;}
label{font-weight: normal;}

input[type="text"],
input[type="password"],
select,
textarea{vertical-align:middle; line-height: 1.0em; border:1px solid #ddd; background-color: #fff; padding:10px 10px; border-radius:4px;outline: none;font-weight: 600;}
@media print, screen and (min-width: 1200px){
  input[type="text"],
  input[type="password"],
  select,
  textarea{padding:12px 15px;}
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{border:1px solid #999;background-color:#f5f5f5;}

.form_slim input[type="text"],
.form_slim input[type="password"],
.form_slim select,
.form_slim textarea{padding:7px 7px;}

.need input[type="text"],
.need input[type="password"],
.need select,
.need textarea{border:1px solid #fcc;}
.need input[type="text"]:focus,
.need input[type="password"]:focus,
.need select:focus,
.need textarea:focus{border:1px solid #e32a38;background-color:#fff6f6;}

/* ラジオボタンのデザイン */
input[type="radio"] { 
  vertical-align: middle;
  display:none;
  width:20px;
  height:20px;  
}
input[type="radio"]+label {
  display:inline-block;
  font-size:1.0em;
  border:1px solid #333;
  border-radius:4px;
  background:#fff;
  color:#333;
  line-height: 1.0em;
	padding:10px 10px;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 5px;
}
input[type="radio"]:checked+label {
  background:#333;
  color:#fff;
}
@media print, screen and (min-width: 1200px){
  input[type="radio"]+label {
    padding: 12px 15px;
  }
}

/* チェックボックスのデザイン */
input[type="checkbox"]+label{
	padding-left:	40px;	
	display:inline-block;
	cursor:	pointer;
	position:	relative;
  font-weight: 600;
}
input[type="checkbox"]+label:before {
	content:'';
	width:30px;	
	height:	30px;
	display:inline-block;
	position:	absolute;
	left:	0;
	background-color:	#fff;
  border: 1px solid #666;
	border-radius:5px;
}
input[type="checkbox"] {display:none;}
input[type="checkbox"]:checked + label:before {
	content:"\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size:20px;	
	color:#fff;
	background-color:	#666;
  vertical-align: middle;
  text-align: center;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}

/* プライバシーポリシー */
.contact_privacy{
	height:300px;
	overflow:auto;
	font-size:0.9em;
	line-height:1.5em;
	background-color:#fff;
  border: 1px solid #ddd;
	padding:15px;
}
.contact_privacy h3{
	font-size:1.4em;
	text-align:center;
	line-height:normal;
	margin-bottom:10px;
}
.contact_privacy h3 span{
  display: block;
  font-size: 70%;
}
.contact_privacy h4{
	margin-top:15px;
	overflow:hidden;
  font-size: 100%;
  font-weight: bold;
	margin-bottom:15px
}
.contact_privacy h4 span {
  position: relative;
  display: inline-block;
  margin-right: 0 2.5em;
  padding-right:0.5em;
  text-align: left;
}
.contact_privacy h4 span::before,
.contact_privacy h4 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 800%;
  height: 1px;
  background-color: #333;
}
.contact_privacy h4 span::before { right: 100%;}
.contact_privacy h4 span::after { left: 100%;}
.contact_privacy ul,
.contact_privacy ol{
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact_privacy{
    padding:30px;
  }
  .contact_privacy h3{
    font-size:1.5em;
    margin-bottom:20px;
  }
}

/* buttonのデザイン */
input[type="button"],input[type="submit"]{-webkit-appearance: none; border-radius: 0;}/* iosのグラデ、角丸解除 */
.submit{
	width:100%;
	display:block;
	background-color:#666;
	border:1px solid #666;
	color: #fff;
	cursor:pointer;
	padding:10px 20px;
  border-radius: 100px;
  font-size: 0.8em;
  font-weight: 700;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  border-radius: 100px;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2:link,
.submit2:visited{ color: #333!important}
.submit2-2{
	display:block;
	background-color:#a895c9;
	border:1px solid #a895c9;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:7px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#a895c9;
	border:1px solid #a895c9;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.85em;
	color: #fff;
	cursor:pointer;
	padding:2px 15px;
  transition: 0.3s ease;
}
.submit4{
	display:inline-block;
  background: none;
  border: none;
  font-size: 0.9em;
  font-weight: 600;
	color: #333;
	cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  .submit{
    width:auto;
    display:inline-block;
    padding:12px 50px;
    height:auto;
    font-size: 0.9em;
  }
  .submit2,
  .submit2-2{
  	padding:10px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover{ background-color: #f5e1d3;}
  .submit2-2:hover{ background-color: #c9bddd;}
  .submit3:hover{ background-color: #c9bddd;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:15px 0px;
    font-size: 1.2em;
  }
}

  
/* CMSページ関係
---------------------------------------------------- */
/* 縦横比固定 */
.photo-ofi {
	height: 0;
	display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	background-color: transparent;
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.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;
}

/* paging */
div.paging{
  margin-top: 10px;
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif; text-transform: uppercase;  font-weight: 700;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#333;
  zoom:1;
  display:inline-block;
  overflow:hidden;
  text-decoration:none;
  border-radius: 5px;
}
div.paging span.paging-text a{
  padding:5px 8px;
  display:block;
  color: #333;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #ddd;
  border: 1px solid #ddd;
  color:#333;
  zoom:1;
  padding:5px 8px;
  text-decoration:none;
  display:inline-block;
  cursor:pointer;
}
div.paging span.paging-text a:hover{
  /*background-color: #eee;*/
  color: #333;
  border: 1px solid #ddd;
  text-decoration:none;
  cursor:pointer;
}
@media print, screen and (min-width: 768px) {
  div.paging{
    margin-top: 20px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 1px solid #ddd;
  border-radius: 20px;
}
.googlemap iframe{
  height: 300px;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px){
  .googlemap{
    border-radius: 30px;
  }
  .googlemap iframe{
    height: 350px;
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap{
    border-radius: 40px;
  }
  .googlemap iframe{
    height: 400px;
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 1200px){
  .googlemap iframe{
    height: 500px;
  }
}


/* youtube
---------------------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


/* common
---------------------------------------------------- */
a img{transition: 0.3s ease;}
a:hover img {	opacity:0.7;}
.img-round{border-radius: 20px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 30px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 40px;}
}
@media print, screen and (min-width: 1200px){
}
.img-100{ width: 100%;}
.img-shadow img{box-shadow: 30px 30px 0px 0px #ddf4fa/*rgba(255,212,202,0.9)*/;}/*画像に影（右）*/
.img-shadow2 img{box-shadow: -30px 30px 0px 0px #ddf4fa/*rgba(255,212,202,0.9);*/}/*画像に影（左）*/
.img-border{ border: 1px solid #111;}

iframe{ vertical-align: bottom;}

.box{
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box{padding: 30px 30px;border-radius: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 30px 40px;border-radius: 40px;}
}@media print, screen and (min-width: 1200px) {
  .box{ padding: 40px 60px;}
}

.box2{
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{ border: 4px solid #ddd;border-radius: 30px;padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{border-radius: 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box2{padding: 40px;}
}

.box3{
  background-color: #12abe4;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .box3{padding: 30px 30px;border-radius: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box3{padding: 30px 40px;border-radius: 40px;}
}@media print, screen and (min-width: 1200px) {
  .box3{ padding: 40px 60px;}
}

.box4{
  background-color: #f9c919;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box4{padding: 30px 30px;border-radius: 30px;}
}
@media print, screen and (min-width: 992px) {
  .box4{padding: 30px 40px;border-radius: 40px;}
}@media print, screen and (min-width: 1200px) {
  .box4{ padding: 40px 60px;}
}

.f-left {float: left;}
.f-right {float: right;}

.ul-check li{
  list-style: none;
  text-indent:-1.5em; 
  margin-left:1.5em;
  margin-bottom: 5px;
}
.ul-check li:before{ content:" \f058";font-family: "Font Awesome 5 Free"; font-weight: 900;line-height:1.5em; padding-right:7px; color: #09c;}


.ul-square li{
  list-style:square;
  margin-left:15px;
}
.ul-circle li{
  list-style:circle;
  margin-left:20px;
}

.ol-kakko{
	margin-left: 30px; /* サイトに合せて調整 */
}
.ol-kakko li{
  list-style-type: none;
	counter-increment: cnt;
  position: relative;
  margin-bottom: 5px;
}
.ol-kakko li::before {
	content: "(" counter(cnt) ") ";
  display:inline-block;
	margin-left:-3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
  text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.ol-round{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-round li{
  line-height: 1.5em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.ol-round li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #888;
  /*border: 1px solid #fff;*/
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  /*font-size: 0.9em;*/
  line-height: 1.0em;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
}

.ol-large li{
  margin-left: 30px;
	font-size: 1.6em;
	font-weight: 500;
	margin-bottom: 15px;
}
.ol-large li span{
	font-size: 0.7em;
  font-weight: normal;
}
@media print, screen and (min-width: 992px){
  .ol-large li{
    margin-left: 30px;
    font-size: 2.0em;
    margin-bottom: 20px;
  }
  .ol-large li span{
    font-size: 0.55em;
  }
}

.lsn{ list-style: none;}
.lss{ list-style: square;}
.lsa{ list-style: upper-alpha;}
.block{ display:block}
.dib{ display: inline-block!important;}
.bold{ font-weight:bold;}
.fw400{ font-weight: 400;}
.fw500{ font-weight: 500;}
.fw600{ font-weight: 600;}
.fw700{ font-weight: 700!important;}
.fw800{ font-weight: 800;}
.fw900{ font-weight: 900;}
.fsn{ font-style: normal;}
.lh16{ line-height: 1.6em;}
.lh18{ line-height: 1.8em;}
.lh20{ line-height: 2.0em;}
.lh22{ line-height: 2.2em;}
.lh24{ line-height: 2.4em;}
.indent{ text-indent:-1em; margin-left:1em;}
.lesp{ letter-spacing: 0.35em;}
.tdn a:link,
.tdn a:visited{ text-decoration: none;}
.db-mobile{ display: block;}
@media print, screen and (min-width: 992px) {.db-mobile{ display: inline;}}
.ofh{ overflow: hidden;}
.taj{ text-align: justify;}

/* フォントサイズ */
.xx-small{ font-size:0.6em;line-height:1.5em;font-weight:normal;}
.x-small{ font-size:0.8em;line-height:1.5em;font-weight:normal;}
.small{font-size:0.85em;line-height:1.5em; font-weight:normal;}
.fs70{ font-size: 0.7em!important;}
.fs80{ font-size: 0.8em!important;}
.fs90{ font-size: 0.9em;}
.fs100{ font-size: 1.0em!important;}
.fs105{ font-size: 1.05em;}
.fs110{ font-size: 1.1em;}
.fs120{ font-size: 1.2em;}
.fs130{ font-size: 1.3em;}
.fs140{ font-size: 1.4em;}
.fs150{ font-size: 1.5em;}
@media print, screen and (min-width: 992px) {.text-middle{font-size:1.05em; line-height: 2.2em;}}
@media print, screen and (min-width: 1500px) {.text-middle{font-size:1.1em; line-height: 2.4em;}}
.middle{font-size:1.15em;}
@media print, screen and (min-width: 768px) {.middle{font-size:1.2em;}}
@media print, screen and (min-width: 992px) {.middle{font-size:1.25em;}}
@media print, screen and (min-width: 1200px) {.middle{font-size:1.25em;}}
@media print, screen and (min-width: 1500px) {.middle{font-size:1.3em;}}
.large{font-size:1.3em;}
@media print, screen and (min-width: 768px) {.large{font-size:1.6em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.9em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.2em;}}
@media print, screen and (min-width: 1700px) {.large{font-size:2.5em;}}
.x-large{font-size:1.35em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:1.8em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.2em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:2.4em;}}
@media print, screen and (min-width: 1700px) {.x-large{font-size:2.8em;}
}
@media print, screen and (min-width: 768px) {.sentence{ font-size: 1.05em; line-height: 1.8em;}}
@media print, screen and (min-width: 992px) {.sentence{ font-size: 1.1em; line-height: 2.2em;}}
@media print, screen and (min-width: 1200px) {.sentence{ font-size: 1.15em; line-height: 2.2em;}}

/* カラー */
.red{ color:#c00;}
.black{ color: #333;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.blue{ color: #12abe4;}
.green{ color: #033;}

.bg-color01{ background-color: #b8daeb!important;}

.color_pdf{ color: #c03;}
.color_excel{ color: #063;}
.color_word{ color: #339;}
.color_ppt{ color: #f93;}
.color_zip{ color: #fc6;}
.color_youtube{ color: #ff0033;}

/* サイズ指定 */
.w-08{ width:8%}
.w-10{ width:10%}
.w-14{ width:14.285714%}
.w-15{ width:15%}
.w-16{ width:16%}
.w-20{ width:20%}
.w-25{ width:25%}
.w-30{ width:30%}
.w-40{ width:40%}
.w-48{ width:48%}
.w-50{ width:50%}
.w-60{ width:60%}
.w-70{ width:70%}
.w-80{ width:80%!important}

.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb80{ margin-bottom:80px}
.mt05{ margin-top:5px}
.mt10{ margin-top:10px}
.mt15{ margin-top:15px}
.mt20{ margin-top:20px}
.mt30{ margin-top:30px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}
.ml15{ margin-left:15px}
.ml18{ margin-left:18px}
.ml20{ margin-left:20px}
.mr05{ margin-right:5px}
.mr10{ margin-right:10px}
.mr15{ margin-right:15px}
.mr20{ margin-right:20px}
.mr30{ margin-right:30px}

.mb-xs{ margin-bottom: 15px;}
@media print, screen and (min-width: 576px) { .mb-xs{ margin-bottom: 0px;}}
.mb-sp{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mb-sp{ margin-bottom: 0px;}}
.mb-mobile{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mb-mobile{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mb-mobile{ margin-bottom: 0px;}}
.mb-pc{ margin-bottom: 30px;}
@media print, screen and (min-width: 1200px) { .mb-pc{ margin-bottom: 0px;}}

.content{ padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content{padding: 130px 0px;}}

.content-bg{ background-color: #f5f5f5; padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-bg{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-bg{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-bg{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content-bg{padding: 130px 0px;}}

.mtop{ margin-top: 40px;}
@media print, screen and (min-width: 768px) { .mtop{ margin-top: 70px;}}
@media print, screen and (min-width: 992px) { .mtop{ margin-top: 90px;}}
@media print, screen and (min-width: 1200px) { .mtop{ margin-top: 110px;}}
@media print, screen and (min-width: 1500px) { .mtop{ margin-top: 130px;}}
.mtop3{ margin-top: 30px;}
@media print, screen and (min-width: 768px) { .mtop3{ margin-top: 30px;}}
@media print, screen and (min-width: 992px) { .mtop3{ margin-top: 40px;}}
@media print, screen and (min-width: 1200px) { .mtop3{ margin-top: 50px;}}

.mbottom{ margin-bottom: 40px;}
@media print, screen and (min-width: 768px) { .mbottom{ margin-bottom: 70px;}}
@media print, screen and (min-width: 992px) { .mbottom{ margin-bottom: 90px;}}
@media print, screen and (min-width: 1200px) { .mbottom{ margin-bottom: 110px;}}
@media print, screen and (min-width: 1500px) { .mbottom{ margin-bottom: 130px;}}
.mbottom2{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom2{ margin-bottom: 40px;}}
@media print, screen and (min-width: 992px) { .mbottom2{ margin-bottom: 50px;}}
@media print, screen and (min-width: 1200px) { .mbottom2{ margin-bottom: 60px;}}
@media print, screen and (min-width: 1500px) { .mbottom2{ margin-bottom: 90px;}}
.mbottom3{ margin-bottom: 30px;}
@media print, screen and (min-width: 768px) { .mbottom3{ margin-bottom: 30px;}}
@media print, screen and (min-width: 992px) { .mbottom3{ margin-bottom: 40px;}}
@media print, screen and (min-width: 1200px) { .mbottom3{ margin-bottom: 50px;}}
.mbottom4{ margin-bottom: 10px;}
@media print, screen and (min-width: 768px) { .mbottom4{ margin-bottom: 15px;}}
@media print, screen and (min-width: 992px) { .mbottom4{ margin-bottom: 20px;}}
@media print, screen and (min-width: 1200px) { .mbottom4{ margin-bottom: 20px;}}

@media print, screen and (min-width: 992px){
  .yohaku_top{ margin-top: 15px;}
  .yohaku_left{ margin-left: 15px;}
  .yohaku_right{ margin-right: 15px;}
}
@media print, screen and (min-width: 1200px){
  .yohaku_top{ margin-top: 30px;}
  .yohaku_left{ margin-left: 30px;}
  .yohaku_right{ margin-right: 30px;}
}
@media print, screen and (min-width: 1500px){
  .yohaku_top{ margin-top: 40px;}
  .yohaku_left{ margin-left: 40px;}
  .yohaku_right{ margin-right: 40px;}
}


/* 左右の余白
---------------------------------------------------- */
/*左右の余白*/
.yohaku{
  margin-left: 15px;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
}

/*左右の余白2*/
.yohaku2{
  margin-left: 15px;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px){
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* 背景アニメーション
---------------------------------------------------- */
.bg1,
.bg2,
.bg3{
  position: relative;
}
.bg1::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#f5f5f5; 
  transition: 1.0s;
  z-index: -1;
}
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background:#f5f5f5;
  transition: 0.5s;
  z-index: -1;
}
.bg3::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background:#2077d7; 
  transition: 0.5s;
  z-index: -1;
}
.fadebg::before {
  width: 100%;
}