@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*
$break: "screen and (min-width: 0px) and (max-width: 767px) ";    // mobile
*/

@import "../vendor/normalize.css/4.1.1/normalize.css";
@import "../vendor/jquery.fancybox.css";
@import "../library.css";


/*----------------------------------------------
01. layout
02. header & gnav
03. footer
04. local navigation
05. Design Styles
06. module
---------------------------------------------*/



/*--------------------------------------------------------------------
//
// 01. layout Styles
//
-------------------------------------------------------------------- */

/*----------------------- support browser -------------------------
  Internet Explorer 9
  Firefox　Latest
  Google Chrome　Latest
------------------------------------------------------------------*/
/*---------------------------- layout ----------------------------*/

body {
  min-width: 1200px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

/* contents width
--------------------------------------------*/

.menu-list,
footer .footer-inner,
#l-gnav #gnav-inner,
#l-content .content-inner .boxset .boxset-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .menu-list,
  header #header-inner,
  footer .footer-inner,
  #l-gnav #gnav-inner,
  #l-content .content-inner,
  #l-content .content-inner .boxset .boxset-inner {
    width: auto;
  }
}


/*　#l-wrap
--------------------------------------------*/

#l-wrap {
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 2;
  margin: 0 auto;
}
  /*BASIC LAYOUT*/
}
#l-wrap.is-active {

  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


/* #l-wrap section
--------------------------------------------*/
#l-wrap section {
  margin-top: 30px;
}


/*　#l-content
-----------------------------------------------------*/
#l-content .content-inner {
  *zoom: 1;
  /*
  @media screen and (min-width: 0px) and (max-width: 767px) {
    padding: 0 20px;
  }
  */
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .content-inner {
    padding-bottom: 30px;
  }
}
#l-content .content-inner:after {
  content: " ";
  display: table;
  clear: both;
}



/* 第2階層
--------------------------------------------*/
#l-wrap .main-2nd {
  float: none;
  width: auto;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .main-2nd {
    float: none;
    width: auto;
    padding: 0 20px;
  }
}


/* lNav
--------------------------------------------*/

#l-wrap #lNav {
  float: left;
  width: 223px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap #lNav {
    float: none;
    width: auto;
    margin: 40px 0 -30px;
  }
}


/* 第3階層以下（lNav有）
--------------------------------------------*/
#l-wrap .main {
  float: right;
  width: 714px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .main {
    float: none;
    width: auto;
    padding: 0 20px;
  }
}


/* スタイルガイドでしか使ってない何か
--------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .main2 {
    padding: 0 20px;
  }
}

/*　column-2
--------------------------------------------*/

#l-wrap .column-2 {
  *zoom: 1;
  margin-bottom: 20px;
}
#l-wrap .column-2:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-2 img {
    width: 100%;
    height: auto;
  }
}

#l-wrap .column-2 li {
  float: left;
  /*width: 342px;*/
  width: 49%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-2 li {
    float: none;
    width: auto;
  }
}
#l-wrap .column-2 li:nth-child(2n) {
  float: right;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-2 li:nth-child(2n) {
    float: none;
  }
}
#l-wrap .column-2 .left {
  float: left;
  /*width: 342px;*/
  width: 49%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-2 .left {
    float: none;
    width: auto;
  }
}
#l-wrap .column-2 .right {
  float: right;
  /*width: 342px;*/
  width: 49%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-2 .right {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}

/*　column-3
--------------------------------------------*/

#l-wrap .column-3 {
  *zoom: 1;
  margin-bottom: 20px;
}
#l-wrap .column-3:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-3 img {
    width: 100%;
    height: auto;
  }
}
#l-wrap .column-3 li {
  float: left;
  width: 224px;
  margin: 0 20px 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-3 li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#l-wrap .column-3 li:nth-child(3n) {
  margin-right: 0;
}
#l-wrap .column-3 .left {
  float: left;
  width: 342px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap .column-3 .left {
    float: none;
    width: auto;
  }
}






/*--------------------------------------------
//
// 02. header
//
--------------------------------------------*/

header {
  position: relative;
  z-index: 10;
  top:10px;
  width: 100%;
}
header #header-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding:10px 0;
  border-bottom: solid 1px #bdbdbd;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
header #l-headnav{
  position: absolute;
  right: 0px;
  top:20px;
}
header #l-gnav ul {
  position: absolute;
  right: 40px;
  top:0px;
  margin-top:10px;
}
header {
　*zoom: 1;
}
header:after {
  content: " ";
  display: table;
  clear: both;
}
header #header-inner h1{
  margin: 0px;
  position: relative;
  padding-left: 40px;
}
header #header-inner h1 img {
    width: 150px;
    height: auto;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  header {
    width: 100%;
    top: 0px;
  }
  header #header-inner {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    padding-top: 0px;
    box-sizing: border-box;
  }
  header #header-inner h1 {
    margin: 6px 0 0 10px;
    width: 150px;
    margin: 12px auto;
    padding-left: 0;
  }
  header #header-menu {
    position: absolute;
    right: 0px;
    top:0px;
  }
}



/* #l-gnav
-----------------------------------------------------*/

@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-gnav {
    display: none;
  }
}
#l-gnav #gnav-inner ul {
  *zoom: 1;
}
#l-gnav #gnav-inner ul:after {
  content: " ";
  display: table;
  clear: both;
}
#l-gnav #gnav-inner li {
  float: left;
  text-align: center;
  list-style: none;
}
#l-gnav #gnav-inner li a {
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  text-align: left;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  margin: 0 0 0 auto;
}

#global-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}

#global-nav ul li a {
  padding: 0 20px;
  font-weight: 600;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  #global-nav ul li a {
    padding: 0 20px;
  }
  #top-head.fixed #global-nav ul li a {
    padding: 0 15px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 46px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    text-align: center;
    padding: 10px 0 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    display: block;
    position: static;
    right: 0;
    bottom: 0;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/* #sp-gnav
-----------------------------------------------------*/

#sp-gnav {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #sp-gnav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
    background-color: #444;
    color: #fff;
    padding: 10px;
    text-align: left;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  }
}
/*
#sp-gnav .gnav-top {
  *zoom: 1;
  height: 40px;
}
#sp-gnav .gnav-top:after {
  content: " ";
  display: table;
  clear: both;
}
#sp-gnav .gnav-top .top-ttl {
  float: left;
  font-weight: bold;
  line-height: 35px;
  vertical-align: middle;
}
#sp-gnav > #gnav-list {
  margin-bottom: 14px;
}
#sp-gnav > #gnav-list > li {
  margin-top: 2px;
  border-top: 1px solid #fff;
  padding: 8px 0;
}
#sp-gnav > #gnav-list > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#sp-gnav > #gnav-list > li > a {
  position: relative;
  display: block;
  padding-left: 25px;
}
#sp-gnav > #gnav-list > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fe2609;
  border-right: 2px solid #fe2609;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-gnav > #gnav-list > li > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fff;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}
#sp-gnav > #gnav-list > li:first-child {
  margin-top: 0;
}
#sp-gnav > #gnav-list > li:last-child {
  border-bottom: 2px solid #fff;
}
#sp-gnav > #gnav-list > li > ul > li {
  margin-top: 10px;
  padding-left: 14px;
}
#sp-gnav > #gnav-list > li > ul > li > a {
  position: relative;
  display: block;
  padding-left: 25px;
}
#sp-gnav > #gnav-list > li > ul > li > a.blank {
  background: url("../../images/icon-blank-wht.gif") no-repeat right 0.3em;
}
#sp-gnav > #gnav-list > li > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-gnav > #gnav-list > li > ul > li > a:before {
  width: 0;
  height: 0;
}
#sp-gnav .gnav-close {
  display: block;
  float: right;
  padding-top: 15px;
  background: url("../../images/bg_close.png") no-repeat top center;
  background-size: 15px auto;
}
*/




/*--------------------------------------------
//
// 03. footer
//
--------------------------------------------*/
footer #welcome{
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	background: #005eb8;
}
footer #copyright address {
	padding: 30px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.4px;
	background: #252526;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  footer #copyright address {
    font-size: 12px;
  }
  footer #welcome {
    font-size: 20px;
  }
}


/*--------------------------------------------
//
// 04. local navigation（ #l-wrap #lNav )
//
--------------------------------------------*/

#l-wrap #lNav > dt {
  background: #fe2609;
  color: #fff;
  font-size: 114%;
}
#l-wrap #lNav > dt.lNav-subtitle {
  background: #e5f0f8;
  color: #fe2609;
  padding: 12px 10px 12px 20px;
  font-size: 92%;
}
#l-wrap #lNav > dt a {
  position: relative;
  display: block;
  padding: 20px 10px 20px 40px;
  color: #fff;
  text-decoration: none;
}
#l-wrap #lNav > dt a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#l-wrap #lNav > dt a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  background: #333;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}
#l-wrap #lNav > dd {
  border-bottom: 1px solid #eaeaea;
}
#l-wrap #lNav > dd:last-child {
  border-bottom-width: 2px;
}
#l-wrap #lNav > dd a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 30px;
  text-decoration: none;
}
#l-wrap #lNav > dd a.blank {
  background: url("../../images/icon-blank.png") no-repeat 190px center;
}
#l-wrap #lNav > dd a:after {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  left: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#l-wrap #lNav > dd a.blank:hover {
  background: url("../../images/icon-blank.png") no-repeat #eaeaea 190px center;
}
#l-wrap #lNav > dd a:hover, #l-wrap #lNav > dd a.active {
  background: #eaeaea;
}
#l-wrap #lNav > dd dl dd a {
  font-size: 85%;
  padding: 8px 10px 8px 45px;
}
#l-wrap #lNav > dd dl dd a:after {
  left: 30px;
  width: 4px;
  height: 4px;
}



/*--------------------------------------------
//
// 05. Design Styles
//
--------------------------------------------
primary-color { #fe1d00; } // Corporate color
secondary-color { #eee; }
tertiary-color1 { #b0cd9e; }
tertiary-color2 { #a09ecd; }
tertiary-color3 { #9ec9cd; }

success-color: #3adb76;
warning-color: #ffae00;
alert-color: #ec5840;

body-background: white;

global-radius: 0;

--------------------------------------------*/

.tertiary1_bg { background-color: #b0cd9e; }
.tertiary2_bg { background-color: #a09ecd; }
.tertiary3_bg { background-color: #9ec9cd; }



html {
  background-color: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

body{
    font-size: 16px;
    line-height:1.7;
 }
/*
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/NotoSansCJKjp-Light.eot');
    src: url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.eot');
    src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansCJKjp-Medium.eot');
    src: url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
*/
pre{
  background:#eee;
  border: #ccc solid 1px;
  padding:30px;
  margin:0;
  line-height:1.4;
}

code{
  margin:0;
  padding:0;
}


/*--------------------------------------------

headLine

--------------------------------------------*/

/* #l-wrap #page-visual
   ようするにh2

--------------------------------------------*/
#page-visual {
  margin-top: 57px;
}

.videoArea{
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  .page-visua-wrap {
    height: 600px;
  }

  .videoArea {
    height: 600px;
  }

}

.tabletview .page-visua-wrap,
.tabletview .videoArea {
  height: 50vw;
}

.tabletview .page-visua-wrap .logo {
  top: 18%;
}

.video_full {
	width: 100%;
}
.page-visua-wrap .logo {
  position: absolute;
  z-index: 0;
  right: 50px;
  top: 50%;
}
.venue {
  background: #003399;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 40px 0;
  margin-top: -9px;
}


@media screen and (min-width: 0px) and (max-width: 1200px) {
  .page-visua-wrap .logo {
    position: absolute;
    z-index: 0;
    right: -130px;
    top: 40%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .page-visua-wrap{
	  margin: 57px 0 0;
    padding: 0 30px;
    height: auto;
    min-height: 177px;
    background: url(../../2022/images/main_sp.jpg) no-repeat left top;
    background-size: 100% auto;
	 }
  .page-visua-wrap:before {
    content: none;
  }
  .page-visua-wrap .logo {
    top: 140px;
    width: 60%;
    right: 0;
  }

  .page-visua-wrap .logo h1 {
    text-align: center;
    margin: 0;
  }
  .page-visua-wrap .logo img {
    width: 85%;
    height: auto;
  }

  .page-visua-wrap .logo p {
    margin-top: -10px;
  }
  .venue {
    font-size: 18px;
    padding: 20px 0;
  }
}


@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap #page-visual #page-visual-inner h2 {
    width: auto;
    padding: 30px 0 10px;
    top: 90px;
  }
  
  #l-wrap #page-visual #page-visual-inner .visual-title {
    font-size: 18px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    position: relative;
    top: 85px;
  }
  #l-wrap #page-visual #page-visual-inner .visual-title em {
    font-size: 16px;
  }
  #l-wrap #page-visual #page-visual-inner .PlaceText {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
    margin-top: 120px;
    padding-top: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap #page-visual #page-visual-inner h2 span {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap #page-visual #page-visual-inner p {
    width: 100%;
  }
}

/* h3
--------------------------------------------*/
#l-wrap h3 {
  clear: both;
  margin: 0px 0 20px;
  color: #0069b7;
  font-size: 40px;
  font-weight: 700;
  line-height: 80%;
  text-align: center;
  padding-top: 65px;
}

#l-wrap .title{
  clear: both;
  margin: 0px 0 20px;
  color: #0069b7;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 80%;
  text-align: center;
  padding-top: 50px;
}
#l-wrap h3 .sub-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin:10px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap h3 {
    font-size: 279%;
    line-height: 110%;
  }
  #l-wrap h3 .sub-title {
    margin:5px 0;
}
}

#section02 h3 .sub-title{
  font-weight: bold;
  font-size: 20px;
}

#section02 .text {
  text-align: center;
  margin: 40px 0 30px;
}

/* h3　type2
--------------------------------------------*/
#l-wrap h3.type2 {
  position: relative;
  margin: 0 !important;
  padding: 10px 0;
  border-top: 0;
  background: #333;
  color: #fff !important;
  font-size: 150%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap h3.type2 {
    font-size: 125%;
  }
}
#l-wrap h3.type2:after {
  content: ' ';
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 5;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #333;
}
#l-wrap h3.type2 img {
  margin-right: 13px;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap h3.type2 img {
    width: 30px;
    height: auto;
  }
}



/* h5
--------------------------------------------*/
#l-wrap h5 {
  clear: both;
  margin: 30px 0 20px;
  padding: 0 7px;
  border-left: 4px solid #fe2609;
  font-size: 128%;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap h5 {
    font-size: 114%;
  }
}



/* h6
--------------------------------------------*/
#l-wrap h6 {
  clear: both;
  margin: 30px 0 20px;
  color: #fe2609;
  font-size: 114%;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap h6 {
    font-size: 100%;
  }
}

/*--------------------------------------------

img

--------------------------------------------
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-wrap #l-content img {
    width: 100%;
    height: auto;
  }
}*/

/*--------------------------------------------

a

--------------------------------------------*/

a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover, a:active {
  color: #fe2609;
  text-decoration: none;
}
/*a.blank {
  padding: 0px 20px 0px 0px;
  background: url("../../images/icon-blank.png") no-repeat right center;
  display: block;
}*/
a.blank-white {
  padding-right: 0;
  background: url("../../images/icon-blank-wht.gif") no-repeat 280px 50%;
}
a.arrow {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
a.arrow:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.arrow:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #666;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}
a.arrow_blue {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
a.arrow_blue:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.arrow_blue:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fe2609;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}

/* #l-wrap a
--------------------------------------------*/

#l-wrap a {
  text-decoration: none;
}
#l-wrap a:hover {
  text-decoration: underline;
  color:#333;
}


/*--------------------------------------------

list

--------------------------------------------*/

/*　dl
--------------------------------------------*/

#l-wrap .list-contents dt {
  margin-bottom: 5px;
}
#l-wrap .list-contents dt:before {
  content: "■";
}

/*　ul
--------------------------------------------*/

#l-wrap .list-contents ul.left {
  float: left;
  width: 50%;
}
#l-wrap .list-contents ul.right {
  float: left;
  width: 50%;
}
#l-wrap .list-contents li {
  margin-left: 1em;
}
#l-wrap .list-contents li:before {
  content: "●";
  margin-right: 5px;
  color: #fe2609;
  font-size: 57%;
  vertical-align: middle;
}
#l-wrap .list-contents li li {
  margin-left: 1.5em;
}

/*　ol
--------------------------------------------*/
#l-wrap .list-contents ol {
  padding-left: 5%;
  list-style: decimal;
}
#l-wrap .list-contents ol li {
  width: 95%;
  float: none !important;
  margin-bottom: 0.5em;
}
#l-wrap .list-contents ol li:before {
  content: "";
  margin-right: 0;
}


/*--------------------------------------------

#page-top

--------------------------------------------*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  z-index: 2;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}
#page-top.is-active {

  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #page-top {
    right: 20px;
    bottom: 20px;
  }
}


/*--------------------------------------------

ボタン

--------------------------------------------*/


.jtmtof-site {
 border: solid 1px #eeeeee;
 display: block;
 width: 255px;
 padding: 5px 0;
 position: relative;
}

.jtmtof-site::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background: url("../../images/icon-blank.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 11px;
  margin: auto;
}

.btn a {
  position: relative;
  display: inline-block;
  min-width: 236px;
  padding: 20px 45px;
  border: 1px solid #ffffff;
  color: #fff !important;
  text-decoration: none !important;
}

.btn a.sub{
  border: 2px solid #eee;
  background: rgba(50, 50, 50, 0.2);
}

.btn a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btn a {
    display: block;
    width: auto;
    padding: 15px;
    min-width: 0;
    height: auto;
    line-height: 1.5;
    }
  }
/*--------------------------------------------

スマホのみ表示用クラス

--------------------------------------------*/
.forSP {
    display: none;
}

@media screen and (max-width: 767px) and (min-width: 0px){
  .forSP {
    display: block;
  }
  .jtmtof-site {
    border: solid 1px #eeeeee;
    display: block;
    width: 60%;
    padding:0 22px;
    margin:0 auto;
  }

  .jtmtof-site::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background: url("../../images/icon-blank.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 11px;
    margin: auto;
  }


  .forSP ul{
    clear:both;
    width: 280px;
    padding:0 10px 5px 10px;
    margin:0 auto;
  }
  .forSP li{
  display: inline-block;
  margin:0 5px;
  }

}

/* 注釈 */
.notes {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

/* blank
--------------------------------------------*/
.btn a.blank {
  padding-right: 0;
  background: url("../../images/icon-blank-wht.gif") no-repeat 93% 0.75em #666;
}


/* reflect
--------------------------------------------*/
.btn.reflect a:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* auto-style
--------------------------------------------*/
.btn.auto-style {
  text-align: left;
}
.btn.auto-style a {
  width: auto;
  height: auto;
  padding: 10px 20px 10px 32px;
  line-height: 1;
}


/*--------------------------------------------

ボタンセット

--------------------------------------------*/
/* m-btn-type2
--------------------------------------------*/

.m-btn-type2 {
  display: block;
  background: #eaeaea;
  text-align: center;
  position: relative;
  padding-left: 32px;
}
.m-btn-type2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.m-btn-type2 > * {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .m-btn-type2 {
    padding-left: 24px;
  }
}
.m-btn-type2:before {
  min-height: 60px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .m-btn-type2:before {
    min-height: 46px;
  }
}
.m-btn-type2 > span {
  display: inline-block;
  color: #333 !important;
  text-align: center;
  text-decoration: none !important;
}
.m-btn-type2 > span:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid #666;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .m-btn-type2 > span:before {
    border: 8px solid #666;
    left: 10px;
  }
}
.m-btn-type2 > span:after {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 22px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .m-btn-type2 > span:after {
    width: 4px;
    height: 4px;
    left: 14px;
  }
}
.m-btn-type2 > span:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


/* btn-type-anchor
--------------------------------------------*/

#l-content .btn-type-anchor {
  *zoom: 1;
  width: 980px;
  margin: 0 auto;
}
#l-content .btn-type-anchor:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .btn-type-anchor {
    width: auto;
  }
}
#l-content .btn-type-anchor li {
  float: left;
  width: 25%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .btn-type-anchor li {
    width: 50%;
  }
}
#l-content .btn-type-anchor li a {
  position: relative;
  display: block;
  padding: 35px 0 60px;
  border-left: 2px solid #eee;
  font-size: 114%;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .btn-type-anchor li a {
    padding: 10px 0 30px;
    font-size: 100%;
    border-top: 2px solid #eee;
  }
}
#l-content .btn-type-anchor li a em {
  font-size: 125%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .btn-type-anchor li a em {
    font-size: 128%;
  }
}
#l-content .btn-type-anchor li a:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#l-content .btn-type-anchor li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#l-content .btn-type-anchor li:last-child a {
  border-right: 2px solid #eee;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #l-content .btn-type-anchor li:last-child a {
    border-right: none;
  }
}

/*--------------------------------------------

メニューリスト

--------------------------------------------*/
.menu_list_1column{
}

.menu_list_1column > li{
  line-height: 0.1;

  display:table;
  width:100%;
}

.menu_list_1column > li .menu_list_1column_innertxt {
  width: 30%;
  display:table-cell;
  vertical-align: middle;
  text-align:center;
}
.menu_list_1column > li .menu_list_1column_innertxt dt {
  line-height: 1rem;
  font-size: 30px;
  color: #fff;
  font-weight:normal;
  margin-bottom: 20px;
}

.menu_list_1column > li .menu_list_1column_innerimg {
  width: 70%;
  display:table-cell;
}

.menu_list_1column > li .menu_list_1column_innerimg img {
  width: 100%;
  height:auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu_list_1column > li{
    line-height: 0.1;
    display: block;
    width:100%;
    text-align:center;
    margin: 0 auto;
  }

  .menu_list_1column > li .menu_list_1column_innertxt {
    width: 100%;
    display: block;
    text-align:center;
    padding: 40px 0;
  }
  .menu_list_1column > li .menu_list_1column_innerimg {
    width: 100%;
    display:block;
  }
  .menu_list_1column > li .menu_list_1column_innerimg img {
    width: 90%;
    height:auto;
    margin-top:20px;
  }
}






/*--------------------------------------------

第２階層専用のメニューリスト

/*--------------------------------------------

.menu-list

Default configuration:3columns

--------------------------------------------*/

#l-wrap .menu-list {
  overflow: hidden;
}
#l-wrap .menu-list ul {
  *zoom: 1;
  width: 1110px;
}
#l-wrap .menu-list ul:after {
  content: " ";
  display: table;
  clear: both;
}
#l-wrap .menu-list li {
  float: left;
  margin: 0 30px 30px 0;
  width: 305px;
  background: #f5f6f6;
}
#l-wrap .menu-list li:last-child {
  margin-bottom: 0;
}


/* menu-list-2columns ( variation )
--------------------------- */

#l-wrap .menu-list  ul.menu-list-2cols {
  width: 105%;
}

#l-wrap .menu-list ul.menu-list-2cols li {
  width: 46.2%;
}


/* sp ( No variation )
--------------------------- */
@media screen and (min-width: 0px) and (max-width: 767px) {

  #l-wrap .menu-list {
    /*padding: 0 20px;*/
    }

    #l-wrap .menu-list ul,
    #l-wrap .menu-list  ul.menu-list-2cols {
    width: auto;
    }

    #l-wrap .menu-list li,
    #l-wrap .menu-list ul.menu-list-2cols li {
    width: 100%;
    margin: 0 0 30px;
    }
}

/* other @ menu-list ( No variation )
--------------------------- */
#l-wrap .menu-list li img {
  width: 100%;
  height: auto;
}

#l-wrap .menu-list li dl {
  padding: 15px 20px;
}
#l-wrap .menu-list li dl dt {
  margin-bottom: 10px;
  font-size: 114%;
  font-weight: 700;
}
#l-wrap .menu-list li dl dt a {
  position: relative;
  display: block;
  padding-left: 25px;
  text-decoration: none;
}
#l-wrap .menu-list li dl dt a:after {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#l-wrap .menu-list li dl dt a:before {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  background: #fe2609;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}



/*----------------------------------------
  common
----------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  .img100 { width: 100%; }
  .img90 { width: 90%; }
  .img80 { width: 80%; }
  .img70 { width: 70%; }
  .img60 { width: 60%; }
  .img50 { width: 50%; }
  .img40 { width: 40%; }
  .img30 { width: 30%; }
}

strong{
  font-size: 18px;
}
/*----------------------------------------
  .boxset
----------------------------------------*/
.boxset {
  padding-bottom: 40px;
}
.boxset-inner {
	margin: 0 auto;
  position: relative;
	/*border: solid 1px #000;*/
}

.boxset-inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #cccccc transparent transparent transparent;

}
.boxset .icon-circle01 li {
  background: url("../../images/icon-circle01.png") no-repeat left 5px;
  display: block;
  padding-left: 20px;
  text-align:left;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .boxset {
	  width: 100%;
	  margin: 0 auto;
	  padding: 0 0 30px 0;
  }
  .boxset-inner {
    padding: 0 20px;
  }
}

.text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 55px;
}

.lead {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0b308e;
  margin-top: 40px;
}

/*----------------------------------------
  .pick-up-list
----------------------------------------*/

.boxset .pick-up-list {
  border-left: solid 1px #cccccc;
  display: flex;
}

.boxset ul.pick-up-list > li {
  width: calc(100% / 3);
  list-style: none;
  border-right :solid 1px #cccccc;
  padding: 0 40px;
}

.boxset .pick-up-list li dl{
  text-align: center;
}

.boxset .pick-up-list li dt {
  position: relative;
  margin: 0px;
  font-size: 26px;
  font-weight: bold;
  color: #0b308e;
  z-index: 1;
}
.boxset .pick-up-list li dt::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 60px;
  background: rgb(215,227,238);
  background: linear-gradient(180deg, rgba(215,227,238,1) 0%, rgba(227,234,241,1) 80%, rgba(238,241,243,0) 100%);
  transform: skewX(-20deg);
  z-index: -1;
}

.boxset .pick-up-list li dd {
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.boxset .pick-up-list li figure {
  margin: 30px 0 0;
}

.boxset .pick-up-list li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.boxset .pick-up-list .pick-up-title {
  text-align: center;
  font-weight: bold;
  font-size:  142%;
  height: 117px;
}

.boxset .pick-up-list .pick-up-text li {
  margin: 10px 0 0 0;
  border: none;
  padding-right: 25px;
}
.boxset .pick-up-list .pick-up-text li ul li {
  background: none;
  list-style: circle;
  margin: 5px 0 0 -1.5em;
  text-indent:-1em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {

	.boxset .pick-up-list {
	  border-left: none;
    display: block;
	}

	.boxset ul.pick-up-list > li {
    width: auto;
    list-style: none;
    border-right : none;
    padding: 0;
	}
	.boxset ul.pick-up-list > li + li {
    margin-top: 40px;
  }
	.boxset .pick-up-list li dl{
	  padding: 0 30px;
	}
	.boxset .pick-up-list li dt {
    padding: 0px;
    margin: 0px;
    height:auto;
    margin-bottom: 10px;
	}

	.boxset .pick-up-list li dd {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
	}
.boxset .pick-up-list li figure {
    margin: 20px 0 0;
}
}


/*----------------------------------------
  #ending
----------------------------------------*/

#ending .ending {
  width: 1200px;
  margin: 0 auto;
}
.ending li{
  float: left;
  list-style: none;
  margin: 10px;
  text-align: center;
}
#ending figure {
  margin: 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #ending{
    padding-bottom: 30px;
  }
  #ending .boxset-inner{
    padding: 0 30px;
  }
  #ending h3 {
    padding-top: 60px;
    font-size: 24px;
    line-height: 1.4;
  } 
  #ending h3 img{
    width: 100%;
    height:auto;
  }
  #ending .ending {
    width: 100%;
    margin: 0 auto;
  }
  #ending .ending li img {
    width: 100%;
    height:auto;
  }
}

/*----------------------------------------
  #section01
----------------------------------------*/

#section01 {
  border-top: #ccc solid 1px;
}

#section01 .lead {
  font-size: 26px;
  color: #515457;
  margin: 40px 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #section01 .lead {
    font-size: 20px;
  }
}

/*----------------------------------------
  .#section02
----------------------------------------*/

#section02 {
  border-top: #ccc solid 1px;
  background: url(../../2022/images/bg_section.png) #ffffff no-repeat bottom right 15vw;
}

.models {
  width: 960px;
  margin: auto;
}
.models-list {
  width: 1000px;
  display : flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.models-list li {
  width: calc((100% / 2) - 23px);
  margin-right: 45px;
}

.models-list li a:hover {
  text-decoration: none !important;
}

.models-list li:nth-of-type(2n) {
  margin-right: 0;
}

.models-list li:nth-of-type(n + 3) {
  margin-top: 50px;
}

.models-list li dl dt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-top:solid 1px #9e9e9e;
  padding-top: 30px;
  margin-bottom: 20px;
  color: #9e9e9e
}

.models-list li dl dd {
  display: flex;
  align-items: center;
  position: relative;
  border: solid 1px #a39382;
  padding: 15px 15px 10px;
  background: #ffffff;
}

.models-list li dl dd .new {
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 5px;
}

.models-list li dl dd span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -3px;
}


.models-list li dl dd a {
  display: block;
  transition: .5s;
} 

.models-list li dl dd a:hover {
  opacity: 0.7;
} 

.models-list li dl dd .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  background: #005eb8;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}

.models-list li dl dd.new p::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../2022/images/icon_new.png) no-repeat;
  width: 32px;
  height: 22px;
  background-size: contain;
}

.models-list li dl dd + dd {
  border-top: 0;
}

/* 5軸制御マシニングセンタ・複合加工機 */
.models-list li.axis dl dt {
  border-top: solid 1px #a57fb2;
  color: #a57fb2;
}

.models-list li.axis dl dd {
  border: solid 1px #a57fb2;
}
.models-list li.axis dl dd + dd {
  border-top: 0;
}

/* 旋盤 */
.models-list li.lathe dl dt {
  border-top: solid 1px #54c3f1;
  color: #54c3f1;
}

.models-list li.lathe dl dd {
  border: solid 1px #54c3f1;
}
.models-list li.lathe dl dd + dd {
  border-top: 0;
}

/* マシニングセンタ */
.models-list li.machining dl dt {
  border-top: solid 1px #8dc556;
  color: #8dc556;
}

.models-list li.machining dl dd {
  border: solid 1px #8dc556;
}
.models-list li.machining dl dd + dd {
  border-top: 0;
}




@media screen and (min-width: 0px) and (max-width: 767px) {

  .models {
   width: 100%;
  }
  .models-list {
    width: 100%;
    margin-top: 30px;
  }
  .models-list li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .models-list li:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .models-list li img {
    max-width: 100%;
    height: auto;
  }

  .models-list li dl dt {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
}


.boxset .det-lead {
  padding: 30px 75px 0;
  line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .boxset .det-lead {
    padding: 10px 0 0;
  }
}
.boxset .det-lead span {
  line-height: 1.7;
  display: block;
  float: left;
  margin: 2px 8px 0 0;
  padding: 0 9px;
  background: #006bb9;
  color: #fff;
  font-size: 185%;
  font-weight: 700;
}

/*----------------------------------------
  .#section03
----------------------------------------*/
#section03 {
  border-top: #ccc solid 1px;
  padding-bottom: 50px;
}

#section03 .boxset-inner .venueAndPeriod{
  position: relative;
	margin:0 auto 10px;
  display: flex;
  width: 670px;
  align-items: flex-start;
  text-align: left;
}
#section03 .boxset-inner .venueAndPeriod:first-of-type {
  margin: 60px auto 10px;
}

#section03 .boxset-inner .venueAndPeriod dt{
	background-color: #252526;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height:1.3em;
	float: left;
	width: 53px;
	text-align: center;
	border-radius: 12px;			/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;		/* Firefox用 */
	padding:3px 5px;
}
#section03 .boxset-inner .venueAndPeriod dd{
	font-size: 150%;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-left: 10px;
	line-height:1.3em;
}
#section03 .boxset-inner .googlemaparrow{
  font-size: 120%;
  margin-left: 15px;
  color: #005eb8;
}
#section03 .boxset-inner .googlemaparrow a{
	text-decoration: none;
	color: #005eb8;
}

#section03 .boxset-inner .googlemaparrow a::after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 7px;
  height: 7px;
  top: -1px;
  border-top: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  transform: rotate(45deg);
}

#section03 .boxset-inner .googlemaparrow a:hover{
	text-decoration: underline;
	color: #005eb8;
}
#section03 .boxset-inner .venuemap{
	margin: 40px auto 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#section03 {
		height: auto;
	}
	#section03 .boxset-inner{
		padding: 0 30px;
	}
  #section03 .boxset-inner .venueAndPeriod:first-of-type {
    margin: 40px auto 10px;
}
	#section03 .boxset-inner .venueAndPeriod{
		width: auto;
		margin:0 auto;
		margin-bottom:10px;
    margin-top:20px;
    flex-wrap: wrap;
    justify-content: center;
	}

	#section03 .boxset-inner .venueAndPeriod dt{
		float: none;
		width: 53px;
		margin: 0 auto 10px;
	}
	#section03 .boxset-inner .venueAndPeriod dd{
		font-size: 20px;
    width: 100%;
		font-weight: bold;
		float: none;
		text-align: center;
		margin-left: 10px;
		line-height: 1.7;
	}
	#section03 .boxset-inner .googlemaparrow{
		font-size: 18px;
    position: static;
    text-align: center;
    margin-top: 10px;
	}
	#section03 .boxset-inner .googlemaparrow a{
		text-decoration: none;
		color: #005eb8;
	}
	#section03 .boxset-inner .googlemaparrow a:hover{
		text-decoration: underline;
		color: #005eb8;
	}
	#section03 .boxset-inner .venuemap{
		margin: 0px auto;
	}
	#section03 .boxset-inner .venuemap img{
		width: 100%;
	}

}
.check {
  padding: 40px 0;
  background: url(../../2022/images/bg_section.png) #f5f5f5 no-repeat bottom right 15vw;
}
.check .boxset-inner::before {
  content: none;
}

.check .subtitle {
  font-size: 26px;
  color: #0069b7;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
}

.check .subtitle span::before,
.check .subtitle span::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../../2022/images/i_shape.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 24px;
  margin-right: 10px;
}
.check .subtitle span::after {
  margin-right: 0;
  margin-left: 10px;
}

.check .text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.check .banar a {
  display: block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}


.check .banar a img {
  width: 100%;
  height: auto;
}
.check .banar a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .check .text {
    font-size: 16px;
  }
}

.special {
  background: url(../../2022/images/bg_special.png) #022d90 no-repeat top left;
  padding: 80px 0 60px;
  color: #ffffff;
  overflow: hidden;
}
.special .boxset-inner {
  display: flex;
  justify-content: space-between;
}
.special .boxset-inner::before {
  content: none;
}

.special dt  {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.special dt::after  {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 1px;
  background: #ffffff;
  z-index: 0;
  
}

.special dd  {
  padding-top: 30px;
  line-height: 2;
}

.special .imgbox {
  position: relative;
  z-index: 2;
}

.special .imgbox::after {
  position: absolute;
  content: "";
  background: url(../../2022/images/i_mark.png) no-repeat;
  background-size: contain;
  width: 174px;
  height: 174px;
  top: 0;
  right: -50px;
  z-index: -1;
}
.special .btn {
  margin-top: 30px;
}
.special .btn a:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  margin-top: -4px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .special {
    background: url(../../2022/images/bg_special.png) #022d90 no-repeat top left;
    background-size: 50%;
    padding: 40px 0 30px;
    color: #ffffff;
  }
  .special .boxset-inner {
    display: block;
  }

  .special dt img {
    width: 75%;
    height: auto;
  }
  
  .special dt img.mark {
    width: 25%;
    position: relative;
    top: 10px;
    right: -10px;
  }
  .special .imgbox {
    position: relative;
    z-index: 2;
    margin-top: 50px;
  }
  
  .special .imgbox img {
    width: 100%;
  }
  .special .imgbox::after {
    position: absolute;
    content: "";
    background: url(../../2022/images/i_mark.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .special dt::after  {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 1px;
    background: #ffffff;
    z-index: 0;
    
  }

}
/*----------------------------------------
  common
----------------------------------------*/
span.font-red {
  color: #e83225;
}
.tac {
  text-align: center;
}

.toggle + .toggle {
  margin-top: 50px;
}

.toggle > dt {
  position: relative;
  background: rgb(1,129,204);
  background: linear-gradient(90deg, rgba(1,129,204,1) 50%, rgba(83,195,241,1) 100%);
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}

.toggle.decarbonization > dt {
  background: rgb(1,144,59);
  background: linear-gradient(90deg, rgba(1,144,59,1) 50%, rgba(142,195,31,1) 100%);
}

.toggle.digital_solution > dt {
  background: rgb(11,50,144);
  background: linear-gradient(90deg, rgba(11,50,144,1) 50%, rgba(0,184,238,1) 100%);
}

.toggle > dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.toggle dt .num {
  background: #fff;
  font-size: 30px;
  color: #005eb8;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
}

.toggle dt em {
  font-size: 30px;
  display: inline-block;
  margin: 0 20px;
}
.AutomationList {
  counter-reset: my-counter;
}
.AutomationList .card {
  background: #fff;
  border: 3px solid #005eb8;
  padding: 30px;
  position: relative;
  height: 90%;
}

.AutomationList .card .plus {
  margin-top: 15px;
  font-size: 20px;
}
.AutomationList .TitleArea {
  position: relative;
  padding: 0 0 30px 70px;
  border-bottom: 1px solid #858585;
}
.AutomationList .TitleArea:before {
  position: absolute;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  background: #005eb8;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.DiscList li::before {
  content: "";
  position: relative;
  display: inline-block;
  background: #666666;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
}

.AutomationList > *:nth-of-type(n + 3){
  margin-top: 40px;
}
.AutomationList .ContentArea {
  position: relative;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  color: #005eb8;
}
.AutomationList .ContentArea::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #666 transparent transparent transparent;
}

.AutomationList .ContentArea .SubCopy {
  font-size: 20px;
}

.AutomationList .ContentArea .Copy {
  font-size: 26px;
}
.AutomationList .ContentArea figure {
  margin: 0;
}
.AutomationList .ContentArea .logo img {
  width: auto;
}

.AutomationList .ContentArea .logo.lb3000 img {
  position: relative;
  left: -10px;
}
.AutomationList .ContentArea .CategoryName {
  font-size: 16px;
  color: #000;
  margin: 10px 0 5px;
}

.decarbonization p {
  margin-bottom: 50px;
}

.decarbonization p strong {
  font-size: 24px;
}
.decarbonization figure {
  margin: 0 0 20px;
  text-align: center;
}
.decarbonization figure img,
.decarbonization p img {
  width: auto;
}
.digital_solution figure img,
.digital_solution p img {
  width: auto;
}
.decarbonization figcaption {
  text-align: right;
}

.digital_solution dd dl dt {
  color: #005eb8;
  font-size: 24px;
  font-weight: bold;
}

.digital_solution .new {
  top: -10px;
}
.models-map {
  text-align: center;
  position: relative;
  width: 960px;
  margin: auto;
  overflow: hidden;
}

.models-map-list li {
  position: absolute;
}

.models-map-list li:nth-of-type(1) {
  bottom: 100px;
  right: 110px;
}

.models-map-list li:nth-of-type(1) {
  bottom: 100px;
  right: 110px;
}
.models-map-list li:nth-of-type(2) {
  bottom: 36%;
  right: 93px;
}
.models-map-list li:nth-of-type(3) {
  bottom: 47%;
  right: 85px;
}
.models-map-list li:nth-of-type(4) {
  top: 31%;
  right: 110px;
}
.models-map-list li:nth-of-type(5) {
  top: 28%;
  right: 31%;
}
.models-map-list li:nth-of-type(6) {
  top: 26%;
  left: 51%;
}
.models-map-list li:nth-of-type(7) {
  top: 26%;
  left: 41%;
}
.models-map-list li:nth-of-type(8) {
  top: 34%;
  left: 36%;
}
.models-map-list li:nth-of-type(9) {
  top: 46%;
  left: 29%;
}
.models-map-list li:nth-of-type(10) {
  top: 58%;
  left: 42%;
}
.models-map-list li:nth-of-type(11) {
  top: 45%;
  left: 46.5%;
}
.models-map-list li:nth-of-type(12) {
  top: 45%;
  left: 60%;
}
.models-map-list li:hover .tooltip {
  display: block;
}
.models-map-list li a {
  display: block;
  background: #005eb8;
  border: 3px solid #fff;
  width: 34px;
  height: 29px;
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
  box-shadow: 0px 0px 3px 1px #999999;
}

.models-map-list li:hover a {
  display: block;
  background: #fff;
  border: 3px solid #005eb8;
}

.models-map-list li a:hover {
  color: #005eb8;
}
.models-map-list li a:hover {
  color: #005eb8 !important;
  text-decoration: none !important;
}

.tooltip {
  width: 190px;
  padding: 10px 5px 10px;
  background: #005eb8;
  border: 3px solid #fff;
  color: #fff;
  font-size: 11px;
  display: none;
  position: absolute;
  bottom: 50px;
  left: -85px;
  margin: auto;
  z-index: 99;
}
.tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 15px 7px 0 7px;
  border-color: #005eb8 transparent transparent transparent;
}
.tooltip em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  margin-top: 5px;
}

.modal {
  display: none;
  text-align: center;
  width: 960px;
  padding: 20px 0 40px;
}

.modal img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.modal .fit {
  padding: 40px 0 10px;
}
.modal .comment {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.modal .btn-mdl-prev,
.modal .btn-mdl-next {
  text-indent: -9999px;
  font-size: 0;
  width: 40px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 8%;
}

.modal .btn-mdl-prev {
  background-image: url('../../images/fancybox_sprite.png');
  left: 16px;
  bottom: 22px;
  background-position: 0 -35px;
}


.modal .btn-mdl-next {
	background-image: url('../../images/fancybox_sprite.png');
	left: 60px;
	bottom: 22px;
	background-position: 0 -72px;
}

.modal a {
  transition: .5s;
  text-decoration: none;
  color: #005eb8;
  margin: 0 5% 0 0;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.modal a:hover {
  opacity: 0.7;
}

.modal a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 1px solid #005eb8;
  border-top: 1px solid #005eb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.modal .mdl-num {
  display: none;
}

label.new {
  background: #cc0000;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
  top: -5px;
  margin-left: 15px;
}

.green-smart-machine {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn_area .btn-link {
  display: table;
  width: auto;
  min-width: calc(40% - 65px);
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
  margin: 30px auto;
}

.btn_area .btn-link a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  background: #fff;
  border: solid 1px #005eb8;
}

.btn_area .btn-link a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-right: 1px solid #015fb8;
  border-top: 1px solid #015fb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_area .btn-link a:hover {
  background: #9bcbf7;
  transition: 0.3s;
  border-color: rgb(109, 161, 214);
  text-decoration: none !important;
}
.btn_list {
  margin-top: 20px;
}
.btn_list a {
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .models-list li dl dd a {
    font-size: 12px;
    line-height: 1.3;
    width: calc(100% - 50px);
  }
  .models-list li dl dd a p {
   margin-top: 10px;
   line-height: 2.2;
  }
  .modal {
    width: auto;
    max-height: 270px;
    height: auto;
  }
  .modal .comment {
    font-size: 14px;
    padding: 0 15px;
  }
  .modal .fit {
    padding: 0;
  }
  .models-map {
    width: auto;
    margin: auto;
  }
  .models-map img {
    width: 108%;
    margin: auto;
    left: -13px;
    position: relative;
  }
  .models-map-list li:nth-of-type(1) {
    bottom: 47px;
    right: 27px;
  }
  .models-map-list li:nth-of-type(2) {
    bottom: 36%;
    right: 15px;
  }
  .models-map-list li:nth-of-type(3) {
    bottom: 49%;
    right: 15px;
  }
  .models-map-list li:nth-of-type(4) {
    top: 27%;
    right: 24px;
  }
  .models-map-list li:nth-of-type(5) {
    top: 25%;
    right: 27%;
  }
  .models-map-list li:nth-of-type(6) {
    top: 22%;
    left: 51%;ｘ
  }
  .models-map-list li:nth-of-type(7) {
    top: 20%;
    left: 42%;
  }
  .models-map-list li:nth-of-type(8) {
    top: 32%;
    left: 36%;
  }
  .models-map-list li:nth-of-type(9) {
    top: 45%;
    left: 27%;
  }

  .models-map-list li a {
    font-size: 12px;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    font-weight: normal;
    padding-top: 0;
  }
  .modal .btn-mdl-prev {
    background-image: url('../../images/fancybox_sprite.png');
    left: 5px;
    bottom: 5px;
  }
  .modal .btn-mdl-next {
    background-image: url('../../images/fancybox_sprite.png');
    left: 40px;
    bottom: 5px;
  }

  .modal a {
    font-size: 14px;
    right: 0px;
    bottom: 10px;
  }
  .models-map-list li:hover .tooltip {
    display: none;
  }
  
  .toggle + .toggle {
    margin-top: 20px;
  }

  .toggle > dt {
    padding: 20px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
  }

  .toggle > dt:after {
    right: 20px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }

  .toggle dt .num {
    background: #fff;
    font-size: 20px;
    color: #005eb8;
    width: 45px;
    height: 35px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
  }

  .toggle > dt span.flex {
    width: calc(100% - 40px);
    margin-left: 10px;
    padding-right: 40px;
  }
  .toggle dt em {
    font-size: 16px;
    margin: 0 10px 5px 0;
    font-weight: bold;
    display: block;
  }
  .decarbonization figure img,
  .decarbonization p img {
    width: 100%;
  }

  .AutomationList .card {
    padding: 20px;
    height: auto;
  }

  .AutomationList .card .col-sm-12 img {
    width: 70%;
  }

  .AutomationList .card .mb46 img {
    width: 50% !important;
  }
  .AutomationList .card .b250 img {
    width: 90% !important;
  }
  .AutomationList .card .gp26w img {
    width: 100% !important;
  }
  .AutomationList .card .u3000 img {
    width: 95% !important;
  }

  .AutomationList .card .plus {
    margin-top: 5px;
    font-size: 16px;
  }

  .AutomationList .ContentArea .SubCopy {
    font-size: 16px;
  } 
  .AutomationList .ContentArea .Copy {
    font-size: 18px;
    margin-top: 10px;
    line-height: 2;
  }
  .AutomationList .ContentArea .CategoryName {
    font-size: 14px;
    margin: 10px 0　5px;
    line-height: 1.3;
  }

  label.new {
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
  } 
  .decarbonization p {
    margin-bottom: 30px;
  }

  .decarbonization p strong {
    font-size: 20px;
  }

  .logo img {
    width: 75% !important;
  }
  
  .btn_area .btn-link {
    display: table;
    width: auto;
    min-width: 100%;
  }
  .itembox.more .imgbox img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
  }
}