@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;/* ページ内リンクスムーススクロール */
  scroll-padding-top: 50px;
}



@media print, screen and (min-width: 767px){
  html {
  scroll-behavior: smooth;/* ページ内リンクスムーススクロール */
  scroll-padding-top: 50px;
}
}

@media print, screen and (min-width: 992px){
  html {
  scroll-behavior: smooth;/* ページ内リンクスムーススクロール */
  scroll-padding-top: 150px;
}
}

@media print, screen and (min-width: 1199px){
  html {
  scroll-behavior: smooth;/* ページ内リンクスムーススクロール */
  scroll-padding-top: 200px;
}
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
  display:block;
  height:1px;
  border-top:1px solid #bbb;
  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{ }
.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:55px;
    margin-top:-55px;
  }
}
@media print, screen and (min-width: 992px) {
  .anchor{
    padding-top:90px;
    margin-top:-90px;
  }
}
@media print, screen and (min-width: 1200px) {
  .anchor{
    padding-top:105px;
    margin-top:-105px;
  }
}
@media print, screen and (min-width: 1500px) {
  .anchor{
    padding-top:100px;
    margin-top:-100px;
  }
}


/* header - nav
---------------------------------------------------- */
#header {
  /*background-color: #ccc;*/
  /*border-bottom: 1px solid rgba(255,255,255,0.3);*/
  z-index: 99;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  height: 60px;
}

.h_logo {
  position: absolute;
  top: 25px;
  z-index: 99;
}
.h_logo img{ 
  width: 220px;  
}

.header_tel_xs{
  position: fixed;
  top: 17px;
  right: 60px;
  z-index: 100;
}
.header_tel_xs i{ font-size: 22px; color: #333;}

#gNav .nav {
  overflow-y: auto;
  height: 100vh;
  display: none;/*一瞬ナビが開くのをやめる*/
}
.mean-nav .container {
   padding: 0;
}
.nav li a {
  font-size: 1.1em;
  font-weight: 700;
}
.nav li a i.fa-circle{ 
  margin-right: 5px!important;
  font-size: 5px!important;
}

/* meanmenuのサブメニューを常に表示する */
.mean-container .mean-nav ul li ul {
  display: block !important;
}
/* 親項目の隣にある開閉ボタン（+や-）を非表示にする（任意） */
.mean-container .mean-nav > ul > li > a.mean-expand {
  display: none !important;
}
/* Chrome・Safariでスクロールバーを非表示にする */
.mean-container .mean-nav ul li .sub-menu::-webkit-scrollbar{
  display:none;
}

.mean-container .mean-nav ul li .sub-menu li a{
  border-top: none!important;
}
.mean-container .mean-nav ul li .sub-menu li i{
  margin-right: 5px;
}
.mean-container .mean-nav ul li li a{
  padding: 10px 15px 10px!important;
}
@media print, screen and (min-width: 768px){
  #header {
    position: fixed;
    box-shadow: none;
    /*height: 90px;*/
    transition: .3s;
  }
  #h_top {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    margin: 10px 0px 0px; 
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.1);
    padding: 5px 10px;
  }
  .h_logo {
    top: 15px;
    left:20px;
  }
  .h_logo img {
    width: 150px;
  }
  
  .header_right{
    float: right;
  }
  .header_right a:link,
  .header_right a:visited{ text-decoration: none;color: #fff;}
  .header_link{
    display: inline-block;
    background-color: #f57a00;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 1.0em;    
    font-size: 0.8em;
    font-weight: 600;
    margin-bottom: 2px;
    transition: .3s;
  }
  .header_link:last-child{margin-bottom: 0px; }
  .header_link i{
    margin-right: 5px;
    font-size: 0.8em;
  }
  .header_link span,
  .header_link a{
    display: block;
    padding: 5px 7px;
  }
  .header_link a:hover{ background-color: #646569;border-radius: 5px;}
  .header_link span:hover{ background-color: #f57a00;border-radius: 5px;}
    
  #gNav{
    float: right;
    transition: .3s;
  }
  #gNav .nav {
    overflow-y:visible;/*sub-menuの時付ける*/
    height: auto;/*sub-menuの時付ける*/
    display: flex;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 6px;
    list-style: none;
  }
  #gNav li a i{
    display: inline-block!important;
    margin-left: 1px;
    color: #333;
  }
  .nav li a {
    /*position: relative;
    display: block;
    text-align: center;*/
    padding: 0px 0px 3px 0px;
    color: #333;
    font-size: 0.9em;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a,
  #gNav ul > li a.active{
    color: #333;
    position: relative;
  }
  #gNav ul > li:hover a:before,
  #gNav .current-menu-item a:before,
  #gNav .current-menu-parent a:before,
  #gNav ul > li a.active:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 1px #333;
    border-radius: 100px;
    /*transform: translateX(-50%);*/
    animation: border_anim 0.2s linear forwards;
  }
  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }
  #gNav ul > li a:link,
  #gNav ul > li a:visited{ text-decoration: none;}
  #gNav li ul li:after {
    content: none;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 26px!important;
    left: 0;
    /*margin-left: -40px;*/
    width: 180px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  nav .sub-menu,.mean-container .mean-nav ul ul {
    background: rgba(247,249,252,1);
    border-radius: 10px;
  }
  #gNav .sub-menu a {
    padding: 3px 10px;
    display: block;
    border-bottom: none;
  }
  #gNav ul > li:hover .sub-menu li a:before,
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;    
  }
  #gNav .sub-menu li i{ 
    display: inline-block;
    margin-right: 5px; 
    font-size: 1.0em;
    color: #f57a00;
  }
  #gNav .sub-menu li a:hover i,
  #gNav .sub-menu li a.active i{
    color: #f57a00;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav .sub-menu li a.active:before{
    content: none;
  }
  #gNav li:hover ul.sub-menu a {
    color: #333;    
  }
  #gNav .sub-menu li a:hover,
  #gNav .sub-menu li a.active{
    background: #ccc;
    color: #f57a00!important;
  }
  #gNav .sub-menu li:first-child a{
    border-radius: 10px 10px 0px 0px;
  }
  #gNav .sub-menu li:last-child a{
    border-radius: 0px 0px 10px 10px;
  }  
}
@media print, screen and (min-width: 992px){
  #h_top {
    margin: 15px 0px 0px; 
    padding: 10px 10px;
  }
  .h_logo {
    top: 10px;
  }
  .h_logo img {
    width: 200px;
  }
  
  .header_link{
    font-size: 0.8em;      
  }
  .header_link span,
  .header_link a{
    padding: 7px 10px;
  }
    
  #gNav li {
    margin-right: 10px;
  }
  .nav li a {
    font-size: 0.9em;
  }
  #gNav .sub-menu {
    top: 27px!important;
  }
  #gNav .sub-menu a {
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 1200px){  
  #h_top {
    margin: 20px 0px 0px; 
    padding: 10px 20px;
  }
  .h_logo {
    top: 15px;
  }
  .h_logo img {
    width: 260px;
  }
  
  .header_right_inr{
    display: flex;
    width: 320px;
  }
  .header_link{
    display: block;
    width: calc(auto - 3.333333px);
    margin-right: 5px;
    font-size: 0.7em;
    line-height: 1.3em;    
  }
  .header_link span,
  .header_link a{
    padding: 7px 10px;
  }
  .header_link:last-child{ margin-right: 0px;}
  .header_link i{
    font-size: 1.0em;
  }
  .header_link strong{
    display: inline-block!important;
  }
    
  #gNav li {
    margin-top: 5px;
    margin-right: 8px;
  }
  .nav li a {
    font-size: 0.8em;
  }
  #gNav .sub-menu {
    top: 29px!important;
  }
}
@media print, screen and (min-width: 1500px){ 
  #h_top {
    margin: 20px 30px 0px; 
  }
  .h_logo {
    top: 18px;
  }
  .h_logo img {
    width: 340px;
  }
  
  .header_right_inr{
    width: 375px;  
  }
  .header_link{
    width: calc(auto - 6.666666px);
    margin-right: 10px;
    font-size: 0.8em;    
  }
  .header_link span,
  .header_link a{
    padding: 10px 12px;
  }
    
  #gNav li {
    margin-top: 10px;
    margin-right: 18px;
  }
  .nav li a {
    font-size: 0.95em;
  }
}
@media print, screen and (min-width: 1800px){ 
  .h_logo {
    top: 15px;
  }
  .h_logo img {
    width: 489px;
  }
  
  .header_right_inr{
    width: 405px;  
  }
  .header_link{
    font-size: 0.9em;    
  }
  .header_link span,
  .header_link a{
    padding: 10px 12px;
  }
    
  #gNav li {
    margin-top:13px;
    margin-right: 30px;
  }
  .nav li a {
    font-size: 1.0em;
  }
}

@media print{
  #header {
    position: static;
  }
}


/* mainimage
---------------------------------------------------- */
#mainimage{
  background: url("../images/bg_mainimage.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  width: 100%;
  height:250px;
  position: relative;
}
.mainimage_text{
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.mainimage_text h2{
  margin: 10px 0px;
  font-weight: 900;
  font-size: 0.95em;
  line-height: 1.5em;
  color: #fff;
}
.mainimage_text p{
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #fff;
}
#mainimage .swiper{
  display: flex;
  width: 50%;
}
#mainimage .swiper-slide{
  text-align:center;
  padding-top: 40px;
}
#mainimage .swiper-slide img {
  height: 160px;
  width: auto;
}

#mainimage .swiper-pagination {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  z-index: 2;
}
#mainimage .swiper-pagination-bullet {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}
#mainimage .swiper-pagination-bullet:not(:first-child) {
  margin-top: 10px;
}
#mainimage .swiper-pagination-bullet-active {
  background-color: rgba(245, 122, 0, 0.7);
}

#mainimage .swiper-button-prev{
  color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(-90deg);
  z-index: 2;
  cursor: pointer;
}
#mainimage .swiper-button-next{
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transform: rotate(90deg);
  z-index: 2;
  cursor: pointer;
}

.mainimage_saerch{
  margin: 40px 0px;
  background-color: #eee;
  border-radius: 10px;
  padding: 20px;
}
.mainimage_saerch h3{
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.mainimage_saerch h3 i{ margin-right: 5px;}
.mainimage_saerch ul{
  display: flex;
  flex-wrap: wrap;
}
.mainimage_saerch li{
  display: flex;
  width: calc(50% - 7.5px);
  margin-right: 15px;
  margin-bottom: 5px;
}
.mainimage_saerch li:nth-of-type(2n){ margin-right: 0px;}
.mainimage_saerch li:nth-of-type(5n),
.mainimage_saerch li:nth-of-type(6n){ margin-bottom: 0px;}
.mainimage_saerch li a{
  display:block;
  width: 100%;
  border: 2px solid #999;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 10px;
}
.mainimage_saerch li a:link,
.mainimage_saerch li a:visited{ text-decoration: none;}
.mainimage_saerch li a:hover{ border: 2px solid #e7470f; background-color: #f57a00;}
.mainimage_saerch li a:hover img{ opacity: 1;}
@media print, screen and (min-width: 768px){  
  #mainimage{
    height: 600px;
  }
  .mainimage_text h2{
    font-size: 1.9em;
  }
  .mainimage_text{
    justify-content:flex-start;
    align-items:flex-start;
    padding-top: 120px;
    margin-left: 60px;
  }
  #mainimage .swiper-slide{
    padding-top: 180px;
  }
  #mainimage .swiper-slide img {
    height: 320px;
  }
  
  #mainimage .swiper-pagination {
    right: 30px;
  }
  #mainimage .swiper-button-prev{
    top: 100px;
  }
  
  .mainimage_saerch{
    margin: 20px 0px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #mainimage{
    height: 700px;
  }
  .mainimage_text h2{
    font-size: 2.3em;
  }
  .mainimage_text{
    padding-top: 140px;
    margin-left: 8.333333%;
  }
  #mainimage .swiper-slide{
    padding-top: 220px;
  }
  #mainimage .swiper-slide img {
    height: 350px;
  }
  
  #mainimage .swiper-button-prev{
    top: 150px;    
  }
  #mainimage .swiper-button-next{
    bottom: 30px;
  }
  
  .mainimage_saerch{
    padding: 30px;
  }
  .mainimage_saerch h3{
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  .mainimage_saerch li{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .mainimage_saerch li a{
    padding: 10px 15px;
  }
}
@media print, screen and (min-width: 1200px){
  #mainimage{
    height: 800px;
  }
  .mainimage_text h2{
    margin: 20px 0px;
    font-size: 2.6em;
  }
  .mainimage_text p{
    font-size: 1.0em;
  }
  .mainimage_text{
    padding-top: 150px;
  }
  #mainimage .swiper-slide{
    padding-top: 250px;
  }
  #mainimage .swiper-slide img {
    height: 380px;
  }
  
  #mainimage .swiper-button-next{
    bottom: 50px;
  }
  
  .mainimage_saerch{
    margin: 40px 0px 0px;
    padding: 30px 40px;
  }
  .mainimage_saerch h3{
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1500px){
  #mainimage{
    height: 900px;
  }
  .mainimage_text h2{
    font-size: 3.0em;
  }
  .mainimage_text p{
    font-size: 1.2em;
  }
  #mainimage .swiper-slide img {
    height: 450px;
  }

  #mainimage .swiper-pagination {
    right: 60px;
  }
  
  .mainimage_saerch h3{
    font-size: 1.6em;
  }
}
  
/* ヘッダー固定で上空ける */
#mainimage,
.h2-style{ margin-top: 60px;}
@media print, screen and (min-width: 768px) {
  #mainimage,
	.h2-style{  margin-top: 0px;}
}
/*@media print, screen and (min-width: 992px) {  
  #mainimage,
  .h2-style{  margin-top: 90px;}
}
@media print, screen and (min-width: 1200px) {
  #mainimage,
	.h2-style{  margin-top: 105px;}
}
@media print, screen and (min-width: 1500px) {
  #mainimage,
	.h2-style{  margin-top: 120px;}
}*/


/* pankuzu
---------------------------------------------------- */
.pankuzu{
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 10px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.0em;
  z-index: 1;
}
.pankuzu a{ 
  color: #fff; 
  text-decoration: none;
  transition: 0.3s ease;
}
.pankuzu a:hover{ opacity: 0.7;}
.pankuzu i{ margin: 0px 1px;}
@media print, screen and (min-width: 768px){
  .pankuzu{
    bottom: 15px;
  }
  .pankuzu i{ margin: 0px 5px;}
}
@media print, screen and (min-width: 992px){
  .pankuzu{
    bottom: 20px;
    font-size: 0.85em;
  }
}
@media print, screen and (min-width: 1200px){
  .pankuzu{
    bottom: 30px;
  }
}


/* footer
---------------------------------------------------- */
footer{
  background-color: #f5f5f7;
  font-size: 0.9em;
  padding: 30px 0px;
}
footer a:link,
footer a:visited{ color: #333; text-decoration: none;}
footer h3{
  margin-bottom: 15px;
}
footer h3 img{
  width: 250px;
}
footer p{
  color: #1b2e68;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 15px;
}
footer a:link,
footer a:visited{ color: #1b2e68;}
@media print, screen and (min-width: 768px){
  footer{
    padding: 40px 0px;
  }
  footer h3{
    margin-bottom: 20px;
  }
  footer h3 img{
    width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  footer{
    padding: 50px 0px;
  }
  footer h3{
    font-size: 1.1em;
  }
  footer h4 img{
    width: 350px;
  }
  footer p{
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  footer{
    padding: 60px 0px;
  }
  footer h3{
    margin-bottom: 30px;
  }
  footer h3 img{
    width: 400px;
  }
}
@media print, screen and (min-width: 1500px) {
  footer{
    padding: 70px 0px;
  }
  footer h3{
    font-size: 1.2em;
  }
  footer h3 img{
    width: 440px;
  }
}

/* フッターテキストリンク */
@media print, screen and (min-width: 768px) {
  .footer-textlink i{
    font-size: 5px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .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: #1b2e68;
}
/*@media print, screen and (min-width: 768px) {
  #copyright{
    padding: 15px 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  #copyright{
    padding: 20px 0px;
  }
}*/


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


/* index.html（トップページ）
---------------------------------------------------- */
#top_contents{
  background: url("../images/bg_top_content.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 0px;
}

.top_table_list{
  width: 100%;
}
.top_table_list th{
  background-color: #1b2e68;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 2px 7px;
}
.top_table_list th:last-child{ border-right: none;}
.top_table_list td{
  background-color: #fff;
  padding: 5px 7px;
}
.top_table_list tr:nth-child(odd) td {
  background: #eaebef;
}
.top_table_list td span{
  display: inline-block;
  color: #fff;
  padding: 0px 0px;
  font-size: 0.85em;
  width: 60px;
}
.top_table_btn{
  display: inline-block;
  background-color: #646569;
  color: #fff;
  padding: 0px 5px;
  border-radius: 3px;
  font-size: 0.9em;
}
.top_table_btn:link,
.top_table_btn:visited{ text-decoration: none; color: #fff;}

.top_table_topics{
  width: 100%;
  /*line-height: 1.4em;*/
  font-size: 0.9em;
}
.top_table_topics th{
  display: block;
  padding-top: 10px;
  color: #1b2e68;  
}
.top_table_topics th span{
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  background-color: #1b2e68;
  padding: 0px 5px;
  font-size: 0.85em;
  text-align: center;
}
.top_table_topics td{
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b2e68;
}

.top_category li{
  display: block;  
  border-bottom: 1px solid #1b2e68;
}
/*.top_category li:last-child{ border-bottom: none;}*/
.top_category a{
  display: block;
  padding: 10px 10px;
}
.top_category li img{
  width: 150px;
}
@media print, screen and (min-width: 768px){
  #top_contents{
    padding: 60px 0px;
  }
}
@media print, screen and (min-width: 992px){
  #top_contents{
    padding: 80px 0px;
  }
  .top_table_list th{
    padding: 5px 15px;
  }
  .top_table_list td{
    padding: 5px 15px;
  }
  
  .top_table_topics th{
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .top_table_topics td{
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_contents{
    padding: 100px 0px;
  }
}
@media print, screen and (min-width: 1500px){
}

#top_company{
  background: url("../images/bg_top_company.jpg") no-repeat center bottom #1b2e68;
  background-size: contain;
  padding: 40px 0px;
  color: #fff;
}
#top_company h3{
  border-left:8px solid #fff;
  padding: 2px 0px 2px 15px;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
#top_company h3 span{
  display: block;
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: 700;
}
#top_company p{
  margin-bottom: 10px;
}
#top_company li{
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
#top_company li a{
  display: block;
  padding: 10px 10px;
}
#top_company li a:after{ content:" \f111";font-family: "Font Awesome 7 Free"; font-weight: 900; vertical-align:middle;font-size:5px; float: right;}
#top_company li a:link,
#top_company li a:visited{ color: #fff; text-decoration: none;}
@media print, screen and (min-width: 768px){
  #top_company{
    padding: 60px 0px;
  }
  #top_company h3{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
  #top_company ul{
    margin-top: 60px;
  }
  #top_company li a:hover{ color: #f57a00;}
}
@media print, screen and (min-width: 992px){
  #top_company{
    padding: 80px 0px;
  }
  #top_company h3{
    font-size: 2.0em;
    margin-bottom: 25px;
  }
  #top_company p{
    margin-bottom: 20px;
  }
  #top_company ul{
    margin-top: 90px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_company{
    padding: 100px 0px;
  }
  #top_company h3{
    font-size: 2.3em;
    padding: 2px 0px 2px 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1500px){
  #top_company h3{
    font-size: 2.6em;
    margin-bottom: 35px;
  }
}

#top_contact{
  background: url("../images/bg_top_contact.jpg") no-repeat center right;
  background-size: cover;
  padding: 40px 0px;
  color: #fff;
}
#top_contact h3{
  border-left:8px solid #fff;
  padding: 2px 0px 2px 15px;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
#top_contact h3 span{
  display: block;
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: 700;
}
#top_contact a:link,
#top_contact a:visited{ text-decoration: none;color: #f57a00;}
#top_contact li:hover{ background-color: #646569;}
#top_contact li{
  display: block;
  background-color: #fff;
  border-radius: 5px;
  color: #f57a00;
  text-align: center;
  font-weight: 900;
  margin-bottom: 5px;
}
#top_contact li:last-child{margin-bottom: 0px;}
#top_contact i{
  margin-right: 5px;
  font-size: 0.9em;
}
#top_contact li a{
  display: block;
  line-height: 1.0em;  
  padding: 15px 7px 0px;
  height: 40px;
  transition: .3s;
}
@media print, screen and (min-width: 768px){
  #top_contact{
    padding: 60px 0px;
  }
  #top_contact h3{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
  #top_contact ul{
    display: flex;
  }
  #top_contact li{
    display: block;
    width: calc(33.333333% - 3.333333px);
    margin-right: 5px;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-bottom: 0px;
  }
  #top_contact li:last-child{margin-right: 0px;}
  #top_contact li a,
  #top_contact li span{
    display: block;
    padding: 15px 0px 15px;
    height: auto;
    cursor: pointer;
  }
  #top_contact li i{
    display: block;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 992px){
  #top_contact{
    padding: 80px 0px;
  }
  #top_contact h3{
    font-size: 2.0em;
    margin-bottom: 25px;
  }
  #top_contact li{
    width: calc(33.333333% - 6.666666px);
    margin-right: 10px;
    font-size: 1.0em;
    border-radius: 10px;
  }
  #top_contact li a,
  #top_contact li span{
    padding: 20px 0px 20px;
  }
  #top_contact li i{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 1200px){
  #top_contact{
    padding: 100px 0px;
  }
  #top_contact h3{
    font-size: 2.3em;
    padding: 2px 0px 2px 20px;
    margin-bottom: 30px;
  }
  #top_contact li{
    width: calc(33.333333% - 13.333333px);
    margin-right: 20px;
    font-size: 1.1em;
  }
  #top_contact li a,
  #top_contact li span{
    padding: 30px 0px 30px;
  }
}
@media print, screen and (min-width: 1700px){
  #top_contact h3{
    font-size: 2.6em;
    margin-bottom: 35px;
  }
  #top_contact li{
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 1800px){
  #top_contact li{
    font-size: 1.3em;
  }
}


/* search.html
---------------------------------------------------- */
.search_table{
	width:100%;
  border-collapse: collapse;
}
.search_table th{
  padding:2px 7px;
  vertical-align:middle;
  background-color: #1b2e68;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.search_table th:last-child{ border-right: none;}
.search_table td{
	padding: 5px 7px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #fff;
}
.search_table td span{
  display: inline-block;
  color: #fff;
  padding: 0px 0px;
  font-size: 0.85em;
  width: 60px;
}

/*サイドバーを固定（スクロール追従）*/
@media print, screen and (min-width: 768px){
  .widget--sticky{
    position: sticky;
    top: 100px;
  }
}
@media print, screen and (min-width: 992px){
  .widget--sticky{
    position: sticky;
    top: 120px;
  }
}



/* sell.html
---------------------------------------------------- */
.flow_ul{
  border: 2px solid #ccc;
  background-color: #fff;
  /*border-radius: 10px;*/
  list-style: none;
}
.flow_ul li {
  padding: 25px 15px;
}
.flow_ul li:not(:last-child) {
  border-bottom: 2px solid #ccc;
  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: #ccc;
}
.flow_ul li:not(:last-child)::after {
  border-width: 19px;
  border-top-color: #fff;
}
.flow_ul li dl dt {
  color: #1b2e68;
  line-height: 2.0em;
  font-size: 1.0em;  
  font-weight: 700;
}
.flow_ul li dl dt .icon {
  display: inline-block;
  font-size: 1.3em;
  color: #fff;
  background: #037ab2;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 1px;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 5px;
}
.flow_ul li dl dt img{
  width: 30%;
  float: right;
  margin-left: 15px;
}
.flow_ul li dl dd span{
  display: block;
}
@media print, screen and (min-width: 768px){
  .flow_ul li {
    padding:40px 30px 30px;
  }
  .flow_ul li dl dt {
    font-size: 1.2em;
  }
  .flow_ul li dl dt .icon {
    width: 40px;
    height: 40px;
    padding-top: 2px;
    margin-right: 15px;
  }
  .flow_ul li dl dt img{
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .flow_ul li {
    padding: 50px 40px 40px;
  }
  .flow_ul li dl dt {
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 1200px){
  .flow_ul li {
    padding: 50px 60px 40px;
  }
  .flow_ul li dl dt .icon {
    width: 50px;
    height: 50px;
    padding-top: 5px;
  }
}
@media print, screen and (min-width: 1500px){
  .flow_ul li dl dt {
    font-size: 1.4em;
  }
}


/* company.html
---------------------------------------------------- */


.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_box{
  border:2px solid #f57a00;
  border-radius: 10px;
  padding: 0px 0px 20px;
}
.contact_box h3{
  background-color: #f57a00;
  border-radius: 8px 8px 0px 0px;
  padding: 10px;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contact_tel{
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.contact_tel a:link,
.contact_tel a:visited{ text-decoration: none; color: #333;}
.contact_tel i{
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #f57a00; 
}
.contact_text{
  padding: 0px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
}
@media print, screen and (min-width: 768px){
  .contact_box{
    padding: 0px 0px 30px;
  }
  .contact_box h3{
    padding: 15px;
    font-size: 1.4em;
    margin-bottom:30px;
  }
  .contact_tel{
    text-align: left;
    font-size: 1.8em;
  }
  .contact_text{
    padding: 0px 30px;
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 992px){
  .contact_box h3{
    padding: 20px;
    font-size: 1.5em;
    margin-bottom:35px;
  }
  .contact_tel{
    font-size: 2.0em;
  }
}
@media print, screen and (min-width: 1200px){
  .contact_box h3{
    font-size: 1.6em;
    margin-bottom:40px;
  }
  .contact_tel{
    font-size: 2.3em;
  }
  .contact_text{
    font-size: 1.4em;
  }
}


/* ページ内タブ切り替え
---------------------------------------------------- */
.nav-tabs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1px;
  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: 0px!important;
  background-color: #fff;
  border: 1px solid #ddd!important;
  color: #333!important;
  padding: 5px 0px!important;
  font-family: "Jost", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  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 #fa863d!important;
  /*background-color: #333!important;*/
}
.nav-tabs a:link,
.nav-tabs a:visited{ text-decoration: none;}
.tab-content{
  /*background-color: #fff;*/
  padding: 10px 0px 0px;
  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: calc(25% - 7.5px);
    margin-right:10px;
    margin-bottom: 10px;
  }
  .nav-tabs .nav-item:nth-of-type(3n){ margin-right: 10px;}
  .nav-tabs .nav-item:nth-of-type(4n){ margin-right: 0px;}
  .tab-content{
    height:400px;
  }
}
@media print, screen and (min-width: 1200px){
  .nav-tabs .nav-item{ 
    width: calc(20% - 8px);
  }
  .nav-tabs .nav-item:nth-of-type(3n){ margin-right: 10px;}
  .nav-tabs .nav-item:nth-of-type(4n){ margin-right: 10px;}
  .nav-tabs .nav-item:nth-of-type(5n){ margin-right: 0px;}
}
@media print, screen and (min-width: 1500px){
}


/* カテゴリータブ
---------------------------------------------------- */
.category_tab{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_tab li{  
  display: flex;
  width: calc(50% - 5px);
  margin-right: 10px;
  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 0px 5px;
  text-decoration: none!important;
  border: 2px solid #1b2e68;
  border-radius: 5px;
  /*box-shadow: 0px 0px 15px rgb(0,0,0,0.1);*/
  background-color:#fff;
  color: #1b2e68;
  font-weight: 700;
  line-height: 1.0em;
  transition: all 0.3s ease 0s;
}
.category_tab li a i{ 
  display: block;
  margin: 0px auto 5px;
  font-size: 1.2em; 
}
.category_tab li a:hover img{ opacity: 1;}
.category_tab li a:hover,
.category_tab li a.active{background-color:#1b2e68; color: #fff;}
.category_tab li a:after{ display: block; line-height: 1.0em; content:" \f107";font-family: "Font Awesome 5 Free"; font-weight: 900; padding-top:10px}
@media print, screen and (min-width: 768px){
  .category_tab li{
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .category_tab li a{
    padding: 15px 0px;
    font-size: 1.2em;
  }
}
@media print, screen and (min-width: 992px){
  .category_tab li a{
    padding: 20px 0px;
  }
  .category_tab li a i{ 
    margin: 0px auto 10px;
    font-size: 1.4em; 
  }
}
@media print, screen and (min-width: 1200px){
  .category_tab li a{
    padding: 25px 0px;
    font-size: 1.3em;
  }
  .category_tab li a i{ 
    margin: 0px auto 15px;
    font-size: 1.6em; 
  }
}


/* タイトル
---------------------------------------------------- */
.h2-style{  
  background: url("../images/bg_mainimage.jpg") no-repeat center;
  height: 110px;
  padding-top: 35px;
}
.h2-style h2{
  font-weight: 900;
  font-size: 1.6em;
  color: #fff;
  text-align:center;
}
.h2-style h2 span{
  display: block; 
  font-weight: 700;
  font-size: 0.5em;  
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .h2-style{
    height: 280px;
    padding-top: 150px;
  }
  .h2-style h2{
    font-size: 2.4em;
  }
}
@media print, screen and (min-width: 992px) {
  .h2-style{
    height: 350px;
    padding-top: 200px;
  }
  .h2-style h2{
    font-size: 2.7em;
  }
}
@media print, screen and (min-width: 1200px) {
  .h2-style{
    height: 370px;
    padding-top: 180px;
  }
  .h2-style h2{
    font-size: 3.0em;
  }
}
@media print, screen and (min-width: 1500px) {
  .h2-style{
    height: 380px;
    padding-top: 190px;
  }
  .h2-style h2{
    font-size: 3.3em;
  }
}

.title01{
  border-left:8px solid;
  border-image: linear-gradient(to bottom, #037ab2, #1d316b) 1;
  padding: 2px 0px 2px 15px;
  font-size: 1.4em;
  font-weight: 700;
  color: #1b2e68;
  margin-bottom: 15px;
}
.title01 em{
  font-style: normal;
  font-size: 0.6em;
}
.title01 span{
  display: block;
  margin-top: 5px;
  font-size: 0.5em;
  font-weight: 700;
}
@media print, screen and (min-width: 768px){
  .title01{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title01{
    font-size: 2.0em;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px){
  .title01{
    font-size: 2.3em;
    padding: 2px 0px 2px 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1500px){
  .title01{
    font-size: 2.6em;
    margin-bottom: 35px;
  }
}

.title02{
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 10px;
  color: #037ab2;
  border-bottom:2px solid #ddd;  
  margin-bottom: 20px;
}
.title02 span{
  display: inline-block;
  font-weight: 700;
  font-size: 0.7em;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  background-color: #ffff32;
  padding: 5px;
  color: #06408c;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px){
  .title02{
    font-size: 1.6em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .title02 span{
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 992px){
  .title02{
    font-size: 1.7em;
  }
  .title02 span{
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1200px){
  .title02{
    font-size: 1.8em;
    padding-bottom: 20px;    
  }
}
@media print, screen and (min-width: 1500px){
  .title02{
    font-size: 1.9em;
  }
  .title02 span{
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}

.title03{
  font-size: 1.1em;
  font-weight: 700;
  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{
  background-color: #01a9e7;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 1.0em;
  line-height: 1.5em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.title04 span{
  display: block;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px){
  .title04{
    padding: 20px 10px;
    border-radius: 20px;
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px){
  .title04{    
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1200px){
  .title04{
    padding: 25px 10px;
    font-size: 1.9em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title04{
    padding: 30px 10px;
    font-size: 2.0em;
  }
}

.title05{
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 15px;
}
.title05 span{
  display: block;
  font-family: "Fredoka", sans-serif; font-weight: 700;
  font-size: 0.5em;
  color: #ff9300;
  margin-bottom: 5px;
}
.title05 span:before{ content:" \f0c8";font-family: "Font Awesome 5 Free"; font-weight: 900; color: #77af1c; vertical-align:super; font-size: 0.8em; padding-right:10px}
@media print, screen and (min-width: 768px){
  .title05{
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px){
  .title05{
    font-size: 2.0em;
    margin-bottom: 30px;
  }
  .title05 span{
    margin-bottom: 10px;
  }
  .title05 span:before{ font-size: 0.9em;}
}
@media print, screen and (min-width: 1200px){
  .title05{
    font-size: 2.2em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1500px){
  .title05{
    font-size: 2.4em;
    margin-bottom: 50px;
  }
}

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

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


/* 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 #ccc;  
}
.table-style p{
  margin-bottom: 10px;
}
.table-style li{
  margin-left: 18px;
  color: #037ab2;
}
.table-style li span{
  color: #333;
}
@media print, screen and (min-width: 768px){
  .table-style th{
    width: 25%;
    display: table-cell;
    padding: 10px 10px;
    border-bottom: 1px solid #037ab2;
  }
  .table-style td{
    display: table-cell;
    padding: 10px 10px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style th{
    padding: 15px 20px;
  }
  .table-style td{
    padding: 15px 20px;
  }
}
@media print, screen and (min-width: 1200px){
  .table-style th{
    padding: 20px 30px;
  }
  .table-style td{
    padding: 20px 30px;
  }
}

.table-style2{
	width:100%;
  border-collapse: collapse;
}
.table-style2 th{
  padding:5px 10px;
  vertical-align:middle;
  border: 1px solid #ddd;
  background-color: #037ab2;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.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,
  .table-style2 td{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 992px){
  .table-style2 th,
  .table-style2 td{
    padding:15px 20px;
  }
}
@media print, screen and (min-width: 1200px){
}
@media print, screen and (min-width: 1500px){
}

.table-style3{
	width:100%;
  border-collapse: collapse;
}
.table-style3 th{
  vertical-align:top;
  font-weight: 700;
	padding:5px 10px;
  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-wrap {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  /*scrollbar-color: #39bc1b #eee;
  scrollbar-width: thin;*/
}
.table-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.table-wrap::before{
  font-size: 0.9em;
  display: block;
  padding-bottom: 2px;
  content: "表は左右にスクロールできます";
  color: #999;
}
/*.table-wrap::after{
  font-size: 0.9em;
  display: block;
  padding: 2px 0px;
  content: "表は左右にスクロールできます";
  color: #999;
}*/
@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;
  background-color: #f57a00;
  border-radius: 100px;
  padding: 12px 30px;
  width: 270px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s ease;
}
.btn-style:link,
.btn-style:visited{text-decoration: none; color: #fff;}
.btn-style:after{ content:"\F138";font-family: bootstrap-icons; float: right; font-size: 1.5em; margin-top: 3px; font-weight: 400; color: #fff;}
.btn-style:hover{background-color: #646569; color: #fff;transform: translateX(10px);}
@media print, screen and (min-width: 992px){
  .btn-style{
    padding: 20px 40px;
    width: 340px;
    font-size: 1.2em;
  }
}

.btn-detail{
  display:inline-block;
  text-align: center;
  background-color: #111;
  border-radius: 100px;
  padding: 7px 30px;
  font-weight: 700;
  transition: ease .2s;
}
.btn-detail i{ float: right; padding-right: 15px;}
.btn-detail:link,
.btn-detail:visited{text-decoration: none; color: #fff; }
.btn-detail:hover{background-color: #77af1c;}
@media print, screen and (min-width: 992px){
  .btn-detail{
    padding: 7px 60px;
    font-size: 1.1em;
  }
}

/* 戻るボタン */
.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 15px 5px 15px;
  vertical-align:middle;
  text-align:left;
  font-weight: 700;
  display: block;
}
.table_form td{
  border-bottom: 1px solid #ddd;
  padding:0px 15px 10px 15px;
  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;
  }
}

/* 必須・任意 */
p.need:before{ content: "必須";background-color:#e32a38; color:#fff;padding:3px 5px; font-size:11px; font-weight:normal; margin-right:5px;vertical-align:middle;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-xs{ width:70px!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:100px!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:12px; border-radius:4px;outline: none;font-weight: 600;}
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:100%;
  border:1px solid #333;
  border-radius:5px;
  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: 40px;
  font-size: 0.8em;
  font-weight: 700;
}
.submit2{
	display:block;
	background-color:#fff;
	border:1px solid #333;
  color: #333!important;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit2-2{
	display:block;
	background-color:#333;
	border:1px solid #333;
  color: #fff;
  font-weight: 600;
	cursor:pointer;
	padding:10px 0px;
  width: 100%;
}
.submit3{
	display:inline-block;
	background-color:#888;
	border:1px solid #888;
  border-radius: 4px;
  /*font-size: 0.8em;*/
  font-weight: 700;
	color: #fff;
	cursor:pointer;
	padding:4px 10px;
}
.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:15px 0px;
    transition: 0.3s ease;
  }
  .submit2:hover,
  .submit2-2:hover{ opacity: 0.7;}
}
@media print, screen and (min-width: 992px) {
  .submit{
    padding:13px 80px;
    font-size: 1.0em;
  }
  .submit2,
  .submit2-2{
  	padding:20px 0px;
  }
  .submit3{
    padding:2px 7px;
  }
}

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

/* 縦横比固定 画像切る */
.photo-ofi2 {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi2 img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: cover;
	 font-family: 'object-fit: cover;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

/* paging */
div.paging{
  margin-top: 20px;
  text-align: center;
  line-height: normal;
  font-size: 0.9em;
  font-weight: 500;
}
div.paging span.current,
div.paging span.paging-text{
  margin:0px;
  /*background-color: #fff;*/
  color:#69522c;
  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: #69522c;
  border: 1px solid #fff;
  border-radius: 5px;
}
div.paging span.current{
  background-color: #ddd;
  border: 1px solid #ddd;
  color:#69522c;
  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: 30px;
  }
  div.paging span.paging-text a{
    padding:10px 15px;
  }
  div.paging span.current{
    padding:10px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  div.paging{
    margin-top: 50px;
  }
}


/* googlemap
---------------------------------------------------- */
.googlemap{
  border: 1px solid #ddd;
}
.googlemap iframe{
  height: 300px;
}
@media print, screen and (min-width: 768px){
  .googlemap iframe{
    height: 350px;
  }
}
@media print, screen and (min-width: 992px){
  .googlemap iframe{
    height: 400px;
  }
}
@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: 10px;}
@media print, screen and (min-width: 768px){
  .img-round{border-radius: 15px;}
}
@media print, screen and (min-width: 992px){
  .img-round{border-radius: 20px;}
}
@media print, screen and (min-width: 1200px){
  .img-round{border-radius: 30px;}
}
.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{
  border: 2px solid #1b2e68;
  background-color: #fff;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box{padding: 30px 30px;}
}
@media print, screen and (min-width: 992px) {
  .box{padding: 30px 40px;}
}@media print, screen and (min-width: 1200px) {
  .box{ padding: 40px 60px;}
}

.box2{
  background: #66b95a;
  color: #fff;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .box2{ padding:30px;}
}
@media print, screen and (min-width: 992px) {
  .box2{padding: 30px 40px;}
}
@media print, screen and (min-width: 1200px) {
  .box2{padding: 40px 60px;}
}

.box3{
  background: #f5f5f5;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .box3{ padding:20px;}
}
@media print, screen and (min-width: 1200px) {
  .box3{padding: 30px;}
}

.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:1.5px;
}
.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-family: "Outfit", sans-serif;
  font-weight: 500;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  /*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.4em;}}
@media print, screen and (min-width: 992px) {.large{font-size:1.8em;}}
@media print, screen and (min-width: 1200px) {.large{font-size:2.0em;}}
@media print, screen and (min-width: 1700px) {.large{font-size:2.2em;}}
.x-large{font-size:1.4em;}
@media print, screen and (min-width: 768px) {.x-large{font-size:2.0em;}}
@media print, screen and (min-width: 992px) {.x-large{font-size:2.5em;}}
@media print, screen and (min-width: 1200px) {.x-large{font-size:3.0em;}}
@media print, screen and (min-width: 1700px) {.x-large{font-size:3.5em;}
}
@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:#e32a38;}
.white{ color: #fff!important;}
.white a:link,
.white a:visited{ color: #fff!important;}
.blue{ color: #1b2e68;}

.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-s{ padding: 20px 0px; background:#f5f5f5;}
@media print, screen and (min-width: 768px) {.content-s{padding: 40px 0px;}}
@media print, screen and (min-width: 992px) {.content-s{padding: 60px 0px;}}
@media print, screen and (min-width: 1200px) {.content-s{padding: 60px 0px;}}
@media print, screen and (min-width: 1500px) {.content-s{padding: 90px 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;}}

.content-f{background:#fff;padding: 40px 0px;}
@media print, screen and (min-width: 768px) {.content-f{padding: 70px 0px;}}
@media print, screen and (min-width: 992px) {.content-f{padding: 90px 0px;}}
@media print, screen and (min-width: 1200px) {.content-f{padding: 110px 0px;}}
@media print, screen and (min-width: 1500px) {.content-f{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;}}

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

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


/* 背景アニメーション
---------------------------------------------------- */
.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%;
}

.search_li1,
.search_li2{
  display: block;
}

.splide{
  background-color: #f5f5f5;
}


/* 選択されていないサムネイルは薄くする */
.splide__slide {
  opacity: .6;
}
/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
  opacity: 1;
}

/* サムネイルの幅を調整 */
.splide__track--nav > .splide__list > .splide__slide {
  width: 25% !important;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  width: 25% !important;
}
@media print, screen and (min-width: 768px){
  .search_ul{
    display: flex;
  }
  .search_li1{
    width: 80%;
    margin-right: 15px;
  }
  .search_li2{
    width:20%;
  }
  
  /* サムネイルの幅を調整 */
  .splide__track--nav > .splide__list > .splide__slide {
    width: 100% !important;
    height: 25%!important;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    width: 100% !important;
    height: 25%!important;
  }
  
  /* サムネイルをグリッド表示 */
  #thumbnail-carousel .splide__list {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
  }
}
@media print, screen and (min-width: 992px){
  /* サムネイルの幅を調整 */
  .splide__track--nav > .splide__list > .splide__slide {
    height: 70px;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    height: 70px;
  }
}
@media print, screen and (min-width: 1200px){
  /* サムネイルの幅を調整 */
  .splide__track--nav > .splide__list > .splide__slide {
    height: 140px;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    height: 140px;
  }
}
@media print, screen and (min-width: 1500px){
  /* サムネイルの幅を調整 */
  .splide__track--nav > .splide__list > .splide__slide {
    height: 150px;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    height: 150px;
  }
}



.slider_outer2 {
	width: 100%;
	height: auto;
	margin: 1vw auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
  background-color: #f5f5f5;
}
.slider_outer2 li{
  list-style: none;
}
.slider_outer2 .slider1_2 {
	width: 80%;
	height: auto;
  margin: 0 auto;
  padding: 0;
}
.slider_outer2 .thumb1_2 {
	width: 20%;
	height: auto;
	margin: 0 auto;
}
/*.slider_outer2 .thumbnail-item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.slider_outer2 .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}*/