/*common*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.left{
  float:left;
}
.right{
  float:right;
}
i.fa{margin-right:6px;}
.more-wrap{
  text-align: right;
  font-size: 13px;
  margin: 5px 0;
}
.more-wrap a{
  color:#336699;
}

span.caution {
    display: inline-block;
    font-size: 12px;
    line-height: 140%;
    padding: 30px 0;
    color: #cc3333;
}
#sp-menu{
    transition-duration: 0.3s;
    position: absolute;
    top: 50px;
    z-index: 999;
    right: 0;
    background: #fff;
    width: 200px;
    display:none;
}
section#footer-link{
  background:#606a55;
  box-shadow: inset 0 2px 10px rgba(0,0,0,0.3);
  position:relative;
}
section#footer-link:before{
    content: "";
    width: 30px;
    height: 30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
section#footer-link .footer-link-inner{

}
section#footer-link .footer-link-inner > h1{

}
section#footer-link .footer-link-inner > h1 > a{
  display:block;
  color:#fff;
  text-align:center;
  font-size:24px;
  font-weight:500;
  line-height: 140%;
  padding: 60px 0;
}
.content-inner hr {
    border: 0;
    border-bottom: 1px solid #ededed;
    margin: 40px 0;
}
/*header*/
#official-header{
  width:100%;
  border-top:4px solid #67715b;
  border-top:4px solid #6A9CD0;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  position:relative;
}
#official-header > #official-header-inner{
  width:1000px;
  margin:0 auto;
}
#official-header > #official-header-inner > .snav{
  height: 70px;
  width: 100%;
  position: relative;
  overflow:hidden;
}
#official-header > #official-header-inner > .snav > h1{

}
#official-header > #official-header-inner > .snav > h1 > a{

}
#official-header > #official-header-inner > .snav > h1 > a > img{
  width:284px;
  height:28px;
}
#official-header > #official-header-inner > .snav > ul.official-header-submenu{
  position: absolute;
  top: 18px;
  right: 0;
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li{
  float:left;
  margin-left:1em;
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.tw{

}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.fb{

}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.in{

}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.humb{
  display:none;
}

#official-header > #official-header-inner > .snav > .official-header-submenu > li.tw a,
#official-header > #official-header-inner > .snav > .official-header-submenu > li.fb a,
#official-header > #official-header-inner > .snav > .official-header-submenu > li.in a{
  font-size:18px;
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.tw a:hover{
  color:#00aced ;
  opacity:1;
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.in a:hover{
  color:#222;
  opacity:1;
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.fb a:hover{
  color:#3B5998;
  opacity:1;
}

#official-header > #official-header-inner > .snav > .official-header-submenu > li.tw a:before{
  font-family:iconfonts;
  content:"\ea96";
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.fb a:before{
  font-family:iconfonts;
  content:"\ea91";
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.in a:before{
  font-family:iconfonts;
  content:"\ea92";
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li.humb a:before{
    font-family:iconfonts;
      content:"\e9bd";
}
#official-header > #official-header-inner > .snav > .official-header-submenu > li > a{
  font-size:12px;
  color: #555555;
}

/* header nav */
#official-header > #official-header-inner > .gnav{}
#official-header > #official-header-inner > .gnav > .official-header-gnav{
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li{
  float: left;
  width:200px;
  height: 70px;
  padding-top: 20px;
  position: relative;

}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li:after {
  content: "";
  width: 180px;
  height: 3px;
  display: block;
  background: #e4e4e4;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  transition-duration:0.3s;
}

#official-header > #official-header-inner > .gnav > .official-header-gnav > li:hover:after {
  content: "";
  width: 180px;
  height: 5px;
  display: block;
  background: #d8ce60;
  background: #EABE4F;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  border-radius: 2px 2px 0 0;
}
body#index #official-header > #official-header-inner > .gnav > .official-header-gnav > li:nth-child(1):after {
  background: #d8ce60;
}
body#about #official-header > #official-header-inner > .gnav > .official-header-gnav > li:nth-child(2):after {
  background: #d8ce60;
}
body#world #official-header > #official-header-inner > .gnav > .official-header-gnav > li:nth-child(3):after {
  background: #d8ce60;
}
body#blog #official-header > #official-header-inner > .gnav > .official-header-gnav > li:nth-child(4):after {
  background: #d8ce60;
}
body#enjoy #official-header > #official-header-inner > .gnav > .official-header-gnav > li:nth-child(5):after {
  background: #d8ce60;
}

#official-header > #official-header-inner > .gnav > .official-header-gnav > li > a{
  display: block;
  text-align: center;
  color:#333333;
  line-height: 80%;
  border-right:1px solid #ededed;
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li:last-child > a{
  border:none;
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li > a > h2{
  font-size: 14px;
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li > a > span{
  font-size: 10px;
  color:#b26d4b;
}

/*child*/
#official-header > #official-header-inner > .gnav > .official-header-gnav > li > ul.child{
  display:none;
  position:absolute;
  top:70px;
  z-index:10;
  background:#fff;
  width:200px;
  border-radius:0 0 4px 4px;
  box-shadow:0 1px 5px rgba(0,0,0,0.1);
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li > ul.child > li > a{
  padding:10px 15px;
  display:block;
  font-size:12px;
  color:#555;
}
#official-header > #official-header-inner > .gnav > .official-header-gnav > li > ul.child > li > a:hover{
  background:#d8ce60;
  background:#EABE4F;
  opacity:1;
  color:#fff;
  font-weight:600;
}

/* visual */

#visual.sp{
  display:none;
}

#visual{ width:; margin: 0 auto; height: 460px; position: relative; overflow:hidden;}
#visual .visual-inner{
  width:6400px;
  position:absolute;
  left:50%;
  width:6400px;
  margin-left:-1600px;
  background-repeat:no-repeat;
  background-position:center;
}
#visual.etc{
  height:390px;
}
#visual.etc.event,
#visual.etc.inquiry{
  display:none;
}
#visual.etc .visual-inner {
    width: 100%;
    position: static;
    margin: 0;
    height: 390px;
}
#visual.etc .visual-inner>h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    text-shadow: 0 0px 4px rgb(0 0 0 / 80%);
}
#visual.etc .visual-inner>h1 {
    width: 760px;
    height: 102px;
}
#visual.etc .visual-inner>h1>span{display:block;font-size:20px;font-weight:normal;}
#visual,
#visual .bxslider_sp,
#visual .bxslider_sp > li{
  height:460px;
}
#visual .bxslider_sp > li{
  width:1600px;
}
#visual .bxslider_sp .visual-slider0{
  background:url(/image/index_visual0.jpg) no-repeat 50%;
}
#visual .bxslider_sp .visual-slider1{
  background:url(/image/index_visual1.jpg) no-repeat 50%;
}
#visual .bxslider_sp .visual-slider2{
  background:url(/image/index_visual9.jpg) no-repeat 50%;
}
#visual .bxslider_sp .visual-slider6{
  background:url(/image/index_visual11.jpg) no-repeat 50%;
}
#visual .bxslider_sp .visual-slider3{
  background:url(/image/index_visual6.jpg) no-repeat 50%;
}

#visual .bxslider_sp .visual-slider4{
  background:url(/image/index_visual10.jpg) no-repeat 50%;
}
#visual .bxslider_sp .visual-slider12 {
    background: url(/image/index_visual12.jpg) no-repeat 50%;
}

#visual .bxslider_sp .visual-slider2 > a,
#visual .bxslider_sp .visual-slider3 > a,
#visual .bxslider_sp .visual-slider4 > a{display:block;height:100%;width:100%;}

#visual .bxslider_sp .visual-slider1 .base-wrap{
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align:center;
  background: rgba(255,255,255,0.6);
  padding: 60px 100px;
  border-radius: 10px;
  overflow: hidden;
}
#visual .bxslider_sp .visual-slider1 .base-wrap .base-logo{
  display:inline-block;
  margin-bottom:40px;
}
#visual .bxslider_sp .visual-slider1 .base-wrap p {
    position: absolute;
    top: 19px;
    left: -50px;
    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
    background: #9a3141;
    color: #fff;
    padding: 15px 60px;
    font-weight: bold;
    box-shadow: 0 3px 0px rgba(0,0,0,0.1);
}
#visual .bxslider_sp .visual-slider1 .base-wrap .base-btn{
  display:block;
  color:#666;
  border:2px solid #666;
  border-radius:4px;
  text-align:center;
  height:50px;
  line-height:50px;
  font-weight:600;
  padding:0 40px;
  font-size:13px;
}

.ribbon {
    background: url(/image/ribbon.svg) no-repeat;
    position: absolute;
    bottom: 66px;
    left: 50%;
    width: 600px;
    height: 80px;
    text-align: center;
    color: #fff;
    margin-left: -300px;
    z-index: 9;
}
.ribbon > span{
		padding-top: 43px;
    display: block;
    font-weight: bold;
    font-size: 18px;
}

/* content */
#content{
  width: 1000px;
  margin: 30px auto;
}
#content>div.sp_bar{
  margin-bottom: 30px;
}
#content .content-wrapper{
  overflow:hidden;
}
#content .content-wrapper > li{
  width:235px;
  float:left;
  margin-right:20px;
}#content .content-wrapper > li:last-child{
  margin:0;
}
#content .content-wrapper > li > header > img{
  border-radius: 6px;
  background: #000;
  margin-bottom: 15px;
}
#blog-block .blog-block-inner h1,
#content .content-wrapper > li > header > h1{
  text-align:center;
  font-size:16px;
  color:#333;
}
#blog-block .blog-block-inner header > span,
#content .content-wrapper > li > header > span{
  font-size: 10px;
  text-align:center;
  display:block;
  color: #b26d4b;
}
#blog-block .blog-block-inner header > span{
  font-size: 12px;
  text-align:center;
  display:block;
  color: #b26d4b;
}
#content .content-wrapper > li > ul.content-title{
  margin-top: 15px;
}
#content .content-wrapper > li > ul.content-title > li{
  font-size:14px;
}
#content .content-wrapper > li > ul.content-title > li > a{
  border-bottom:1px dotted #efefef;
  display:block;
  padding: 6px 0;
  color:#555;
}
#content .content-wrapper > li > ul.content-title > li > a:hover{
  text-indent:10px;
}

#content .content-wrapper > li > ul.content-title > li:last-child > a{
  border-bottom:none;
}
#content .content-wrapper > li > ul.content-title > li > a:before {
    content: "・";
}

/* blog */
#blog-block{
  background:#f6f6f4;
  padding: 60px 0;
}
#blog-block .blog-block-inner{
  width:1000px;
  margin: auto;
  overflow:hidden;
}
#blog-block .blog-block-inner .left{
  width:720px;
}
#blog-block .blog-block-inner header{
  margin-bottom:30px;
}

#blog-block .blog-block-inner .entry-list{
  background: #fff;
  padding:10px 30px;
  border-radius:10px;
}
#blog-block .blog-block-inner .entry-list li{
  border-bottom: 1px dotted #ededed;
  padding: 14px 0;
}
#blog-block .blog-block-inner .entry-list li:last-child{
  border:none;
}
#blog-block .blog-block-inner .entry-list > li > a{
  font-size:13px;
  color:#666;
}
#blog-block .blog-block-inner .entry-list > li > a .date{
  color:#b26d4b;
}
#blog-block .blog-block-inner .entry-list > li > a .date:after{
  content: "";
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #b26d4b;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}
#blog-block .blog-block-inner .entry-list > li > a .title{}
#blog-block .blog-block-inner .right{
  width:250px;
}

/* sponsor_area */
#sponsor_area{
  background:#ffffff;
  padding: 60px 0;
}
#sponsor_area .sponsor-block-inner{
  width:1000px;
  margin: auto;
  overflow:hidden;
}
#sponsor_area .sponsor-block-inner > header{
  margin-bottom:60px;
}
#sponsor_area .sponsor-block-inner > header > h1{
  text-align:center;
  font-size:16px;
  color:#333;
}
#sponsor_area .sponsor-block-inner > header > span{
  font-size: 12px;
  text-align:center;
  display:block;
  color: #b26d4b;
}
#sponsor_area .sponsor-block-inner > ul{
  text-align:center;
}
#sponsor_area .sponsor-block-inner > ul.step{
  margin-top: 60px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}
#sponsor_area .sponsor-block-inner > ul.main-sp{justify-content:center;display:flex;align-items:center;}
#sponsor_area .sponsor-block-inner > ul.main-sp>li{margin:0 40px;}
#sponsor_area .sponsor-block-inner > ul > li{
  display: inline;
  padding-right: 0;
}
#sponsor_area .sponsor-block-inner > ul > li.end{
  padding-right: 0;
}
#sponsor_area .sponsor-block-inner > ul > li > img,
#sponsor_area .sponsor-block-inner > ul > li.end > img{
  margin:auto;
}
#sponsor_area .sponsor-block-inner > ul > li>a{display:block;}
#sponsor_area .sponsor-block-inner > ul > li>a>img{margin:auto;}
#sponsor_area .sponsor-block-inner > ul > li.digico>a>img{width: 200px;height: 58px;}
#sponsor_area .sponsor-block-inner > ul > li.dugs>a>img{    width: auto;height: 123px;}
#sponsor_area .sponsor-block-inner > ul > li.soken>a>img{    width: 180px;height: 91px;}
#sponsor_area .sponsor-block-inner > ul > li.alblanc>a>img{    width: 170px;}
#sponsor_area .sponsor-block-inner > ul > li.ryo>a>img{    width: 210px;}
/* media_area */
#media_area{
  background:#ffffff;
  padding: 60px 0;
}
#media_area .media-block-inner{
  width:1000px;
  margin: auto;
  overflow:hidden;
}
#media_area .media-block-inner > header{
  margin-bottom:60px;
}
#media_area .media-block-inner > header > h1{
  text-align:center;
  font-size:16px;
  color:#333;
}
#media_area .media-block-inner > header > span{
  font-size: 12px;
  text-align:center;
  display:block;
  color: #b26d4b;
}
#media_area ul{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
#media_area ul > li{
  position:relative;
  margin:0 18px 20px;
  width:calc((100% - 300px ) / 8);
  height:50px;
}
#media_area ul > li img{
  position:absolute;
  max-width:100%;
  max-height:50px;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}




/* footer */
footer{
  background:#4b5878;
  padding:30px 0 0px 0;
}
footer > .footer-inner{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}
footer > .footer-inner > ul.footer-menu{
  overflow:hidden;
}
footer > .footer-inner > ul.footer-menu > li{
  width:25%;
  float:left;
}
footer > .footer-inner > ul.footer-menu > li > h1{
  font-size:14px;
  color:#e5edff;
  margin-bottom: 20px;
  font-weight: bold;
}
footer > .footer-inner > ul.footer-menu > li > ul > li{
  margin-bottom: 8px;
}
footer > .footer-inner > ul.footer-menu > li > ul > li > a:before{
  content:"・";
}
footer > .footer-inner > ul.footer-menu > li > ul > li > a{
  color:#d3d9e7;
  font-size:12px;
}
footer > .footer-inner > ul.footer-sub-menu{
  overflow:hidden;
  font-size: 12px;
  margin-top: 60px;
  margin-bottom:10px;
  color:#d3d9e7;
}
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(1),
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(2),
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(3),
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(4){
  float:left;
}
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(1):after,
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(2):after,
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(3):after{
  content:"|";
  margin:0 1em;
}
footer > .footer-inner > ul.footer-sub-menu > li > a{
  color:#d3d9e7;
}
footer > .footer-inner > ul.footer-sub-menu > li:nth-child(5){
  float:right;
}
footer #partner{
  background:#fff;
  width:100%;
  padding:30px 0;
}
footer #partner > ul{
  width:1000px;
  margin:0 auto -20px;
  display:flex;
  overflow:hidden;
  flex-wrap: wrap;
  justify-content: center;
}
footer #partner > ul > li{
  width:184px;
  margin-right:20px;
  margin-bottom:20px;
}
footer #partner > ul > li > a > img{
  width:184px;
  height:64px;
}
footer #partner > ul > li:last-child{
  margin:0;
}
footer #jfba-info{
  background:#3d465d;
  padding:30px 0;
}
footer #jfba-info .jfba-info-inner{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}
footer #jfba-info .jfba-info-inner img{
  float:left;
}
footer #jfba-info .jfba-info-inner p{
  float:right;
  text-align:right;
  color:#ffffff;
  font-size: 12px;
  line-height: 140%;
}

/* content */
.content-inner.etc{
  margin-bottom:100px;
}

.content-inner.etc > header{
  text-align: center;
  margin:80px 0;
}
/*.content-inner.etc > header:first-child{
  margin:0 0 50px 0;
}*/
.content-inner.etc > header > h1{
  color:#333;
  font-size:24px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.4;
}
.content-inner.etc > header > span{
  font-size: 12px;
  color: #b26d4b;
}


/* overview */
.visual-inner.overview{
  background: url(/image/image_visual_overview.jpg) no-repeat 50%;
}

#breadcrumb{
  background:#f6f6f6;
  border-bottom:1px solid #ededed;
}
#breadcrumb .breadcrumb-inner{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
  font-size:12px;
  padding: 13px 0;
}
#breadcrumb .breadcrumb-inner > li{
  float:left;
}
#breadcrumb .breadcrumb-inner > li > a{
  color:#666666;
}
#breadcrumb .breadcrumb-inner > li:after{
  content: "";
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #ccc;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}
#breadcrumb .breadcrumb-inner > li:last-child:after{
  content:none;
}
#overview .corporate-philosophy{
  text-align:center;
  width:1000px;
  margin:0 auto;
}
.corporate-philosophy p {
    font-family: serif;
    font-size: 22px;
    font-style: italic;
    line-height: 180%;
    margin-bottom: 40px;
    position: relative;
}
.corporate-philosophy p:before,
.corporate-philosophy p:after {
  font-family:iconfonts;
  color:#ececec;
  position:absolute;
  font-size:30px;
}
.corporate-philosophy p:before {
  content:"\e977";
    top: -20px;
    left: 10px;
}
.corporate-philosophy p:after {
  content:"\e978";
  bottom: -10px;
  right: 0;
}
.content-inner.etc >.association-data{
    width: 1000px;
    margin: 0 auto 50px;
}
.content-inner.etc >.association-data tr{
  border-bottom:1px dotted #ededed;
}
.content-inner.etc >.association-data tr:last-child{
  border:none;
}
.content-inner.etc >.association-data th,
.content-inner.etc >.association-data td{
  padding:20px 0;
}
.content-inner.etc >.association-data th{
  text-align:left;
  color:#333;
}
.content-inner.etc >.association-data td{

}
.content-inner.etc.member > .member-list{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
  display: flex;
  justify-content: center;
}
.content-inner.etc.member > .member-list > li{
  width:168px;
  margin-right:40px;
  float:left;
}
.content-inner.etc.member > .member-list > li:last-child{
  margin:0;
}
.content-inner.etc.member > .member-list > li > img{
  width:168px;
  height:168px;
  border-radius:84px;
  margin-bottom:16px;
}
.content-inner.etc.member > .member-list > li > dl{
  text-align: center;
}
.content-inner.etc.member > .member-list > li > dl > dt{
  color:#333;
  font-weight:bold;
  margin-bottom:10px;
}
.content-inner.etc.member > .member-list > li > dl > dd{
}

.content-inner.etc>h2.spname {text-align: center;color: #111;font-weight: bold;font-size: 24px;margin-bottom: 30px;}
ul.person{width:1000px;margin:0 auto 80px;}
ul.person>li{display:flex;justify-content:space-between;flex-wrap:wrap;}
ul.person>li>img{width:400px;background:#ededed;height:600px;object-fit: cover;}
ul.person>li>div{width:570px;}
ul.person>li>div>h3{color: #111;font-weight: bold;margin-bottom: 1.5em;font-size: 24px;line-height: 1.4;}
ul.person>li>div>h3>.data0{font-size:14px;display:block;color:#b26d4b;}
ul.person>li>div>h3>.data1{font-size:14px;display:block;font-weight:normal;margin-top:4px;}
ul.person>li>div>dl{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;line-height: 1.6;font-size:15px;}
ul.person>li>div>dl>dt{width:110px;margin-bottom:10px;color:#111;}
ul.person>li>div>dl>dd{width:calc(100% - 110px);width:-webkit-calc(100% - 110px);margin-bottom:10px;}
ul.person>li>div>dl>dd>dl {display: flex;flex-wrap:wrap;justify-content: flex-start;}
ul.person>li>div>dl>dd>dl>dt{width: 5em;}
ul.person>li>div>dl>dd>dl>dd{width:calc(100% - 5em);width:-webkit-calc(100% - 5em);}

section#anc-player>h2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}
.content-inner.etc.player > .players-list {
  width:1000px;
  margin:0 auto;
  overflow:hidden;
  display:flex;
  flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;
}
.content-inner.etc.player > .players-list > li{
  display:flex;
  width:calc(50% - 10px);
  margin-bottom:30px;
  overflow:hidden;
  min-height: 130px;
  justify-content: space-between;
}
.content-inner.etc.player > .players-list > li > img{
  width:140px;
  height:210px;
  border-radius:4px;
}
.content-inner.etc.player > .players-list > li > div.players-detail{
  width:330px;
}
.content-inner.etc.player > .players-list > li > div.players-detail > h3{
    color: #333;font-weight:bold;font-size:18px;
}
.content-inner.etc.player > .players-list > li > div.players-detail > dl{display:flex;flex-wrap:wrap;    font-size: 14px;margin-top:10px;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>dt{font-weight:bold;width: 120px;margin-bottom:6px;color: #333;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dt{margin-top:10px;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dt,
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd {
    width: 100%;
}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd>ul{border-left: 1px solid #6a9cd0;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd>ul>li{margin-bottom: 5px;padding-left: 1em;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd>ul{border-left: 1px solid #6a9cd0;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd>ul>li{margin-bottom: 5px;padding-left: 1em;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd>ul>li>a{color:inherit;}

.content-inner.etc.player > .players-list > li > div.players-detail > dl>.sp-dd{display:none;}
.content-inner.etc.player > .players-list > li > div.players-detail > dl>dd{width:calc(100% - 120px);width:-webkit-calc(100% - 120px);margin-bottom:6px;}
.content-inner.etc.player > .players-list > li > div.players-detail > h3>span{font-size: 11px;color: #777777;padding-left: 0px;font-weight: normal;display: block;margin-top: 3px;}
.content-inner.etc.player > .players-list > li > div.players-detail > span.birthday{
  font-size:12px;
  color:#999999;
}
dt.sp-dt:hover{cursor:pointer;opacity:0.8;}
dt.sp-dt:before {
      content: "\f107";
          font-family: 'FontAwesome';
              margin-right: 5px;
            }
.content-inner.etc.player > .players-list > li > div.players-detail > hr{
    border: 0;
    border-bottom: 1px dotted #ededed;
    margin: 5px 0;
}
.content-inner.etc.player > .players-list > li > div.players-detail > .performance{
  font-size:12px;
  line-height: 140%;
 }

.ambassador-inner{width:1000px;margin:0 auto;overflow:hidden;}
.ambassador-inner > div.img-wrap{float: left;width: 360px;display: block}
.ambassador-inner > div.img-wrap > img{width: 360px;}
.ambassador-inner > .profile{float:right;width:600px;}
.ambassador-inner > .profile > h2{font-size: 18px;font-weight: 500;color: #333333;    margin-bottom: 10px;}
.ambassador-inner > .profile > h2 > span{font-size:14px;color:#999999;margin-left: 10px;}
.ambassador-inner > .profile > .status{font-size:14px;line-height:140%;}
.ambassador-inner > .profile > .job{font-size:14px;    padding: 10px 0;color: #999999;}
.ambassador-inner > .profile > .job:before{content:"-";}
.ambassador-inner > .profile > .job > a{    display: inline-block;background: #04c;color: #fff;font-weight: bold;padding: 5px 10px;margin-left: 10px;border-radius: 2px;}
.ambassador-inner > .profile > .description{}
.ambassador-inner > .profile > dl{font-size: 12px;}
.ambassador-inner > .profile > dl > dt{font-size: 12px;    color: #333;text-align: center;margin-bottom: -0.7em;}
.ambassador-inner > .profile > dl > dd{background: #f7f7f7;padding: 15px;line-height: 190%;margin-bottom: 10px;border-radius: 3px;}
.ambassador-inner > .profile > dl > dd > ul{}
.ambassador-inner > .profile > dl > dd > ul > li{line-height: 190%;}
.ambassador-inner > .profile > dl > dd > ul > li > i{margin-right:6px;}

/* sponsor */
.visual-inner.sponsor{
  background: url(/image/image_visual_sponsor.jpg) no-repeat 50%;
}

.event-inner,
.place-inner,
.rule-inner,
.birthplace-inner,
.inquiry-inner,
.sponsor-inner,
.ranking-inner{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}
.document-inner{
  width:940px;
  margin:0 auto;
  overflow:hidden;
}
.content-inner.etc p.description{
  line-height:2em;
  font-size:16px;
}
.content-inner.etc p.description.center{
  text-align:center;
}
.content-inner.etc p.description strong {
    color: #333;
    text-shadow: 0 1px 0px rgba(0,0,0,0.1);
}
.content-inner.etc p.description span{
  display:block;
  margin-bottom:1.8em;
}
.sponsor-inner .sponsored-plan{
  overflow:hidden;
}
.sponsor-inner .sponsored-plan > .left{
  width:320px;
}
.sponsor-inner .sponsored-plan > .right{
  width:660px;
}

.sponsor-inner .sponsored-plan > .left > h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
    text-align:center;
}
.sponsor-inner .sponsored-plan > .left > span {
    font-size: 12px;
    color: #b26d4b;
  text-align:center;
  display:block;
}
.sponsor-inner .sponsored-plan > .left > img{
  margin-top:30px;
}
.sponsor-inner .sponsored-plan > .right > .description{
  font-size:14px;
}
.sponsor-inner .sponsored-plan > .right > ul{
  font-size: 14px;
  margin-top: 60px;
}
.sponsor-inner .sponsored-plan > .right > ul > li{
  overflow:hidden;
  margin-bottom: 15px;
}
.sponsor-inner .sponsored-plan > .right > ul > li:after {
    content: "";
    display: block;
    border-bottom: 1px dotted #ccc;
    position: relative;
    top: 6px;
}
.sponsor-inner .sponsored-plan > .right > ul > li > .right,
.sponsor-inner .sponsored-plan > .right > ul > li > .left{
  background:#fff;
  position:relative;
  z-index:2;
}
.sponsor-inner .sponsored-plan > .right > ul > li > .left{
  font-weight:500;
  color:#333333;
  padding-right: 10px;
}
.sponsor-inner .sponsored-plan > .right > ul > li > .right{
  background:#fff;
  padding-left: 10px;
}
.sponsor-inner .sponsored-plan > .right > ul > li > .right:before{
  content:"￥";
}


/* ranking */
.visual-inner.ranking{
  background: url(/image/image_visual_ranking.jpg) no-repeat 50%;
}
.ranking-inner > ul.japanranking{    border: 10px solid #ececec;border-radius: 10px;padding: 10px 20px;display:none;}
.ranking-inner > ul.japanranking.active{display:block;}
  .ranking-inner > ul.japanranking > li{padding:10px 0;}
  .ranking-inner > ul.japanranking > li:not(:last-child){    border-bottom: 1px dotted #ededed;}
  .ranking-inner > ul.japanranking > li > i.fa-file-pdf-o{margin-right: 10px;color: #c12424;font-size: 24px;vertical-align: sub;}
  .ranking-inner > ul.japanranking > li > a{}

.ranking-inner > ul#tab2025.japanranking > li:first-child:after {
    content: "NEW";
    display: inline-block;
    font-size: 10px;
    background: #c12525;
    color: #fff;
    padding: 1px 6px;
    border-radius: 2px;
    vertical-align: text-top;
    margin-left: 8px;
    font-weight: bold;
    animation: Flash2 1s infinite;
}
ul.tabs {
    display: flex;margin-bottom:6px;
}
ul.tabs>li{margin-right:6px;}
ul.tabs>li>a{display: block;
    color: #666;
    padding: 10px 30px;
    border: 2px solid #ececec;
    border-radius: 5px;
    font-size: 14px;}
ul.tabs>li>a.active{
    border: 2px solid #6a9cd0;
    background: #6a9cd0;
    color: #fff;
    font-weight: bold;}
@keyframes Flash2{
    50%{
          opacity: 0;
            }
          }
/* inquiry */
.inquiry-inner{}
.visual-inner.inquiry{
  background: url(/image/image_visual_inquiry.jpg) no-repeat 50%;
}
.inquiry-inner form{
  overflow:hidden;
}
.inquiry-inner form .left{
  width: 350px;
}
.inquiry-inner form .right{
  width:630px;
}
.inquiry-inner form > ul > li{
  padding-bottom: 12px;
}
.inquiry-inner form input[type="text"]{
    border: 1px solid #ccc;
    width:100%;
    font-size: 14px;
    padding: 14px;
    border-radius: 3px;
    line-height: 100%;
}
.inquiry-inner form label{position:relative}
.inquiry-inner form label:after{
    content: "\ea43";
    font-family: iconfonts;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #b26d4b;
}
.inquiry-inner form select{
  position: relative;
  width: 100%;
  padding: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  color: #666;
  font-size: 14px;
  box-shadow: inset 0 -2px 0px rgba(100,100,100,0.1);
  transition: background .3s ease-in-out 0s;
}
.inquiry-inner form select:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.inquiry-inner form textarea{
  border: 1px solid #ccc;
  width:100%;
  font-size: 14px;
  border-radius: 3px;
  resize:none;
  height: 300px;
  padding: 14px;
}
.inquiry-inner form > ul > li > .contact-submit{
  text-align: right;
}
.inquiry-inner form > ul > li > .contact-submit a{
display: inline-block;
    font-size: 14px;
    background: orange;
    color: #fff;
    font-weight: 500;
    padding: 12px 36px;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0px rgba(100,100,100,0.2);
}
.inquiry-inner form > ul > li a#contact-send:before {
    content: "\ea85";
    font-family: iconfonts;
    margin-right: 4px;
    vertical-align: bottom;
    font-size: 13px;
}
.inquiry-inner form > ul > li > .contact-submit a:hover{
  cursor:pointer;
}
/* sponsor */
.visual-inner.birthplace{
  background: url(/image/image_visual_birthplace.jpg) no-repeat 50%;
}
.birthplace-inner{overflow:hidden;}
.birthplace-inner .description.left{
  width:650px;
}
.birthplace-inner .description.right{
  width:650px;
}
.event-inner > h2,
.document-inner > h2,
.place-inner > h2,
.rule-inner h2,
.birthplace-inner h2 {
    clear: both;
    text-align: center;
    color: #333;
    padding: 60px 0;
    font-weight: 500;
  font-size:20px;
}
ul.racket-store {
    text-align: center;
}
ul.racket-store li {
    display: inline;
    margin: 0px 6px;
}

/* rule */
.visual-inner.rule{
  background: url(/image/image_visual_rule.jpg) no-repeat 50%;
}
.rule-img-pear{
  margin: 0 auto 50px;
  display: block;
}
.rule-inner .technic-list{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}
.rule-inner .rule-list{
  overflow:hidden;
  width: 960px;
  margin: 0 auto;
}
.rule-inner .technic-list > li{
  float:left;
  width:250px;
  text-align:left;
}
.rule-inner .rule-list > li{
  float:left;
  width: 300px;
  margin-right: 30px;
  text-align:center;
}
.rule-inner .technic-list > li:last-child,
.rule-inner .rule-list > li:last-child{
  margin:0;
}
.rule-inner .technic-list > li > h3,
.rule-inner .rule-list > li > h3{
  text-align:center;
  color:#333;
  font-weight: 500;
  margin: 30px 0;
}
.rule-inner .rule-list > li > h3:before{
  content:"\ea10";
  font-family:iconfonts;
  color:#99cc33;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: middle;
}
.rule-inner .technic-list > li > p,
.rule-inner .rule-list > li > p{
  line-height: 180%;
  font-size: 14px;
}
.rule-inner .technic-list > li > p {
    margin: 0 20px;
}
.rule-inner .technic-list li:first-child img {
    border-radius: 10px 0 0 10px;
}
.rule-inner .technic-list li:last-child img {
    border-radius: 0 10px 10px 0;
}

.rule-inner .technic-list li img {
    background: #fbf6e7;
}
ul.howto {
	display: flex;
	justify-content: space-evenly;
}
ul.howto li{
	width: 100%;
	border-radius: 8px;
  overflow: hidden;
}
 ul.howto li iframe{width:100%;height:450px;}

.sd-guide{display:flex;justify-content: space-between;}
.sd-guide>p{width: 50%;
    line-height: 1.8;}
.sd-guide>p>span {display: block;margin-top: -1em;color: #666;}
.sd-guide>a{width: 40%;display: block;position:relative;}
.sd-guide>a:hover:after{content"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.sd-guide>a>img{width:100%;}

 /* place */
.visual-inner.place{
  background: url(/image/image_visual_place.jpg) no-repeat 50%;
}
.place-inner .scene-list{
  overflow:hidden;
  margin: 80px 0;
}
.place-inner .scene-list > li:not(:last-child){
  margin-bottom:50px;
  overflow:hidden;
}
.place-inner .scene-list > li > .left.copy,
.place-inner .scene-list > li > .right.copy{
  width:500px;
  height:300px;
  position:relative;
}
.place-inner .scene-list > li > .left.copy > .right-inner,
.place-inner .scene-list > li > .right.copy > .right-inner{
  position:absolute;
  top:50%;
  left:50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.place-inner .scene-list > li > .left.copy > .right-inner{
  left:0;
}
.place-inner .scene-list > li > .left.copy > .right-inner > h2,
.place-inner .scene-list > li > .right.copy > .right-inner > h2{
  color:#333;
  font-size:28px;
  font-weight:200;
  text-align:;
  margin-bottom:20px;
}
.place-inner .scene-list > li > .left.copy > .right-inner > p.description,
.place-inner .scene-list > li > .right.copy > .right-inner > p.description{

}

/* worldwide */
/* place */
.visual-inner.worldwide{
  background: url(/image/image_visual_world.jpg) no-repeat 50%;
}

.document-inner h3{
    text-align: center;
    margin: 40px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}
.content-inner.etc .document-inner p.description {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 60px;
}
.content-inner.etc .document-inner img, section.content-inner.supporter_list img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    border-radius: 6px;
}
.content-inner.etc .document-inner h2:not(:first-child){
  padding:20px 0 60px;
}
.content-inner.etc .document-inner .bquote{
    margin: 0px 0 20px;
    display: inline-block;
    font-size:12px;
}
.content-inner.etc .document-inner .bquote a {
    color: #666;
}
.content-inner.etc .document-inner .bquote:before{
    content: "出展：";
    margin-right: 0px;
    font-size: 12px;
}

/* racket art */

#racket-art .document-inner h2{
    margin-top: 30px;
}

/* event */

.event-inner > .event-list{
  overflow:hidden;
  width: 960px;
  margin: 0 auto 50px;
}
.event-inner > .event-list > li{
  float:left;
  width: 300px;
  margin-right: 30px;
  text-align: center;
}
.event-inner > .event-list > li:last-child{
  margin-right:0;
}
.event-inner > .event-list > li > img{
  background: #ccc;
  width: 300px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
}
.event-inner > .event-list > li > h3 {
  text-align: center;
  color: #333;
  font-weight: 500;
  margin: 30px 0 20px;
}
.event-inner > .event-list > li > p{
  line-height: 180%;
  font-size: 14px;
}

/* spot */
.visual-inner.spot{background: url(/image/image_visual_spot.jpg) no-repeat 50%; }

.spot-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.spot-list>li {margin-bottom:30px;border-radius: 3px!important;overflow:hidden;width:298px;margin-right:23px;position:relative;}
.spot-list>li:nth-child(3n){margin-right:0;}
.spot-list>li>.area{position: absolute;display: block;color: #fff;font-size: 12px;font-weight: bold;background: #e88d12;padding: 30px 20px 10px 20px;width: 120px;text-align: center;top: -10px;left: -42px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);}
.spot-list.student>li>.area{position: absolute;display: block;color: #fff;font-size: 12px;font-weight: bold;background: #e88d12;padding: 30px 20px 10px 20px;width: 150px;text-align: center;top: -10px;left: -50px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);}
.spot-list>li>img{border-radius: 3px!important;margin-bottom: 15px!important;}
.spot-list>li>h3{text-align: left;margin: 0 0 15px;}
.spot-list>li>.spot-description{line-height:140%;font-size:13px;margin-bottom:10px;}
.spot-list>li>.spot-data{line-height:140%;font-size:12px;}

.spot-list>li.pause:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
.spot-list>li.pause>.message{
z-index: 1;
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #c13636;
    color: #fff;
    padding: 14px 20px;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.5);
}

/* tokutei */

.tokutei-dl{
  overflow:hidden
}
.tokutei-dl dt,
.tokutei-dl dd{
  float:left;
  padding-bottom: 20px;
}
.tokutei-dl dt{
    clear: both;
    color: #333;
    width: 200px;
    font-weight: 500;
}
.tokutei-dl dd{
    width: 740px;
}
/* privacy */
.privacy-dl{
}
.privacy-dl dt{
  font-weight:500;
  color:#333;
    margin-bottom: 0.5em;
}
.privacy-dl dd{
margin-bottom: 2em;
}


/* club */
.visual-inner.club{
  background: url(/image/image_visual_club.jpg) no-repeat 50%;
}

.content-inner.etc .document-inner p.club_description {
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 30px;
    text-align: center;
}

ul.point{
  background: #fff5f5;
  border: 2px solid #f39b9b;
  border-radius: 8px;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
}

ul.point li{
  line-height: 200%;
  list-style: disc;
  font-weight: bold;
}

/* racketart */

.visual-inner.racketart{
  background: url(/image/image_visual_racketart.jpg) no-repeat 50%;
}

/* inquiry confirm */

.inquiry-inner ul.inquiry-confirm {
  width: 700px;
  margin: 0 auto;
}
.inquiry-inner form ul.inquiry-confirm li {
    margin-bottom: 10px;
}
.inquiry-inner form ul.inquiry-confirm > li > strong {
  display: inline-block;
  width: 150px;
  text-align: left;
}
.inquiry-inner form > ul.inquiry-confirm > li .btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 3px;
  box-shadow: inset 0 -3px 0px rgba(100,100,100,0.2);
  border: none;
  transition-duration: 0.3s;
  margin-top:30px;
}
.inquiry-inner form > ul.inquiry-confirm > li .btn:hover{
  opacity:0.6;
  cursor:pointer;
}
.inquiry-inner form > ul.inquiry-confirm > li .btn.prev-btn{
  color:#666;
}
.inquiry-inner form > ul.inquiry-confirm > li .btn.submit-bnt{
  background:orange;
  float: right;
}
#inquiry_wrap.thanks > p.description {
  margin-bottom: 1em;
}
#inquiry_wrap.thanks > h2 {
  color: #333;
  margin: 30px 0 20px 0;
  font-weight: 500;
}
#inquiry_wrap.thanks > p.tel{
	font-size: 32px;
	color: #b26d4b;
}

/*member*/
.visual-inner.member{background-image: url(/image/image_visual_member.jpg);background-color: rgba(0,0,0,0.4);background-blend-mode: multiply;    background-repeat: no-repeat;background-position: center;}
.member-inner{width:1000px;margin:0 auto;}
.member-inner>.member-description{margin: 80px 0 0;}
.member-inner>.member-description>h2{margin-bottom:40px;text-align: center;font-size: 22px;color: #333;font-weight: 500;border-bottom: 3px solid #bbac8e;padding-bottom: 20px;}
.member-inner>.member-description>h3 {background: #ad9a73;color: #fff;text-align: center;padding: 16px;font-weight: bold;border-radius: 40px;}
.member-inner>.member-description>dl.memberTable{display:flex;flex-wrap:wrap;margin-bottom:40px;}
.member-inner>.member-description>dl.memberTable>dt{width:25%;font-weight: 500;color: #333;line-height:160%;padding:20px;}
.member-inner>.member-description>dl.memberTable>dd{width:75%;line-height:160%;padding:20px;}
.member-inner>.member-description>dl.memberTable>dt, .member-inner>.member-description>dl.memberTable>dd{border-bottom:1px dotted #ccc;}
.member-inner>.member-description>dl.memberTable>dt, .member-inner>.member-description>dl.memberTable>dd:last-child{border:0;}
.member-inner>.member-description>dl.memberTable>dt:first-child, .member-inner>.member-description>dl.memberTable>dd:first-child{border:0;}
.member-inner>.member-description>dl.memberTable>dd>ul{list-style:decimal;    padding-left: 20px;}
.member-inner>.member-description>dl.memberTable>dd>ul>li{line-height:1.6;margin-bottom:15px;}
.member-inner>.member-description>dl.memberTable>dd>p.caution{padding-left:3em;font-size:12px;line-height:1.5;text-indent:-3em;}
.member-inner>.member-description>dl.memberTable>dd>.price {font-family: futura;margin-right: 4px;color: #457294;}
.member-inner>.member-description>table{margin:40px auto 40px;width: 94%;border:1px solid #ededed;}
.member-inner>.member-description>table th,.member-inner>.member-description>table td{padding:10px 20px;text-align:left;vertical-align:top; }
.member-inner>.member-description>table tr{border-bottom: 1px dotted #e2e2e2;}
.member-inner>.member-description>table tr:last-child{border:none;}
.member-inner>.member-description>table th{width:15%;text-align:center;background: #a26e6e;color: #fff;}
.member-inner>.member-description>dl.privacy-dl ol{margin:.5em 0 0 2em;}
.member-inner>.member-description>dl.privacy-dl ol>li{margin-bttom:.5em;line-height:1.5;}
.member-inner .indentDiv{ margin:20px 40px 80px; }
.member-inner .payment{ margin-bottom:10px !important; color:#fff !important; background-color:#6A9CD0; }
.member-inner .privacy-dl blockquote{ margin-top:30px; padding:20px; background-color:#f6f6f4; }
.member-inner .privacy-dl blockquote > strong.title{ margin-bottom:1em; display:block; }

/*supporter_list*/
.visual-inner.supporter_list{background-image: url(/image/image_visual_supporter_list.jpg);background-color: rgba(0,0,0,0.4);background-blend-mode: multiply;}
section.content-inner.supporter_list h2 > span.sortOrder{margin-left:1em;font-size:12px;font-weight:normal;}
section.content-inner.supporter_list ul.spot-list{justify-content:left;}
section.content-inner.supporter_list ul.spot-list > li{margin:0 53px 50px 0;}
section.content-inner.supporter_list ul.spot-list > li:nth-of-type(3n){margin-right:0;}
section.content-inner.supporter_list h3{line-height:1.5;font-weight:bold;color:#222;}
section.content-inner.supporter_list ul.spot-list.person > li{display:block;}

/*btn*/
.btn.twitter{background:#1ca2f2;}
.btn.fb{background:#4267b2}
.btn.line{background:#00b901;}
.btn.hp{background:#d0c623;}
.btn.insta{background:#CF2E92;}
.btn.youtube{background:#fb1900;}
.btn.sns{color:#fff;font-size:12px;font-weight:bold;    display: inline-block;border-radius: 2px;padding: 2px 6px;margin-top:5px;}
.btn.sns>i{margin-right:4px;}

.btn-wrap {text-align: center;margin: 20px 0;}
.btn-wrap .btn{display: inline-block;border: 1px solid #6A9CD0;padding: 11px 80px;color: #6A9CD0;border-radius: 40px;margin: 0 auto;}
.btn-rule{background: #1c498d;display: block;text-align: center;color: #ffffff;border-radius: 10px;padding: 20px 0;font-size: 36px;font-weight: bold;width: 84%;margin: 60px auto 0;}
.btn-rule>span {display: inline-block;background: #ff5e4d;border-radius: 8px;font-size: 28px;padding: 8px 14px;margin-right: 20px;vertical-align: top;}

.btn-wrap>ul{display:flex;justify-content:center;margin: 80px 0 10px;}
.btn-wrap>ul>li{margin:0 10px;}
.btn-wrap>ul>li>a.btn{padding: 20px 80px;}
/*bnr*/
.bnr-wrap{display:flex;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;}
.bnr-wrap>li>a>img{width:490px;height:260px;border-radius:4px;}
.bnr-wrap>li:nth-child(3){margin-top:15px;}
.bnr-wrap>li:nth-child(3)>a>img{width:100%;}

/*clubowner*/
.visual-inner.clubowner{background-image:url(../image/image_visual_clubowner.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;}
#clubowner>.content-inner.etc>.ranking-inner>h2{color: #333;font-size: 22px;font-weight: 500;line-height: 1.4;text-align: center;margin-bottom: 30px;margin-top:80px;}
#clubowner>.content-inner.etc>.ranking-inner>p{    line-height: 2em;font-size: 17px;text-align:center;margin-bottom:60px;}
#clubowner>.content-inner.etc>.ranking-inner>h3{color: #333;font-size: 20px;font-weight: 500;background: linear-gradient(transparent 50%, #ffe7a2 0%);line-height: 1.4;text-align: center;width: fit-content;margin: 0 auto 40px;}
#clubowner>.content-inner.etc>.ranking-inner>ul.realization,
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate,
#clubowner>.content-inner.etc>.ranking-inner>ul.provision,
#clubowner>.content-inner.etc>.ranking-inner>ul.point-list{margin-bottom:60px;}

#clubowner>.content-inner.etc>.ranking-inner>ul.realization{display:flex;justify-content:space-between;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate{}
#clubowner>.content-inner.etc>.ranking-inner>ul.realization>li{width:calc(20% - 20px);line-height:1.6;font-size:14px;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate>li{width:100%;display:flex;justify-content:space-between;margin-bottom:30px;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate>li:nth-child(even){flex-direction: row-reverse;}
#clubowner>.content-inner.etc>.ranking-inner>ul.realization>li>img{width: 100%;display: block;margin-bottom: 10px;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate>li>img{    width: 400px;display: block;margin-bottom: 10px;height: 270px;object-fit: cover;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate>li>p{width:calc(100% - 430px);font-size:17px;line-height:1.8;}
#clubowner>.content-inner.etc>.ranking-inner>ul.cooperate>li>p>strong{display:block;color:#111;font-size:20px;}

#clubowner>.content-inner.etc>.ranking-inner>ul.provision,
#clubowner>.content-inner.etc>.ranking-inner>ul.point-list{list-style:disc;margin-left: 30px;}
#clubowner>.content-inner.etc>.ranking-inner>ul.provision>li,
#clubowner>.content-inner.etc>.ranking-inner>ul.point-list>li{margin-bottom:10px;}
#clubowner>.content-inner.etc>.ranking-inner>h3+p {text-align:center;}

section#owner-list {background: #ededed;margin: 0;padding: 100px;}
section#owner-list>.ranking-inner{}
section#owner-list>.ranking-inner>ul{}
section#owner-list>.ranking-inner>ul>li{}
section#owner-list>.ranking-inner>ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
section#owner-list>.ranking-inner>ul>li {background: #fff;width: calc(50% - 15px);width: -webkit-calc(50% - 15px);border-radius: 4px;overflow: hidden;}
section#owner-list>.ranking-inner>ul>li>img{width: 100%;height: 254px;object-fit: cover;margin-bottom: 20px;}
section#owner-list>.ranking-inner>ul>li>ul {margin: 0 20px 20px;}
section#owner-list>.ranking-inner>ul>li>ul>li {margin-bottom: 10px;line-height:1.6;}
section#owner-list>.ranking-inner>ul>li>ul>li>strong{display:block;margin-bottom:4px;color:#111;}

#clubowner>.content-inner.etc>.ranking-inner>ul.check-list{margin-bottom: 100px;padding: 80px 100px;background: #8ba2b2;color: #fff;font-size: 20px;border-radius: 20px 20px 20px 0;position:relative;}
#clubowner>.content-inner.etc>.ranking-inner>ul.check-list:after{content:"";display:block;position: absolute;border: 30px solid transparent;border-left: 30px solid #596f7e;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);left: 13px;bottom: -30px;
}
#clubowner>.content-inner.etc>.ranking-inner>ul.check-list>li:not(:last-child){margin-bottom:20px;}
 #clubowner>.content-inner.etc>.ranking-inner>ul.check-list>li>i{color: #e5d250;}
 #clubowner>.content-inner.etc>.ranking-inner>ul.check-list>li {    border-bottom: 1px dotted #fff;text-indent: -0.65em;padding-left: 1em;line-height: 1.4;}

table.hikaku-table{width:100%;margin-bottom:80px;margin-top:-40px;}
table.hikaku-table td {text-align: center;}
table.hikaku-table tr{border-bottom: 1px dotted #68899a}
table.hikaku-table tr th:first-child{width:20%;}
table.hikaku-table .table-head,
table.hikaku-table tr:last-child{border-bottom: 2px solid #68899a!important;}
table.hikaku-table .table-head th {text-align: center;}
table.hikaku-table th {text-align: left;color:#3f687d;}
table.hikaku-table td,
table.hikaku-table th{padding:20px 0;}

.owner-inner .btn{    display: block;border: 1px solid #6A9CD0;padding: 11px 80px;color: #6A9CD0;border-radius: 40px;margin: 140px auto 0;width: 300px;text-align: center;}

.member-inner>.member-description>h2.et{border:none;font-size:26px;font-weight:900;}
.member-inner>.member-description>h2.et>span{color:#0099d9;}
.member-inner>.member-description>.sdgs-list{display:flex;justify-content:space-between;}
.member-inner>.member-description>.img-sdgs {display: block;width: 600px;margin: 0 auto 10px;}
.member-inner>.member-description>.img-sdgs+a{text-align: center;display: block;font-weight: bold;background: #0099d8;color: #fff;font-size: 16px;padding: 12px;width: 280px;margin: 40px auto 80px;border-radius: 60px;}
.member-inner>.member-description>.sdgs-list>li{width: calc(100% / 4 - 25px);width: -webkit-calc(100% / 4 - 25px);text-align:center;margin-bottom: 80px;}
.member-inner>.member-description>.sdgs-list>li>img{width:100%;border-radius:200px;}
.member-inner>.member-description>.sdgs-list>li>h3{margin: 20px 0;font-weight: bold;color: #111;font-size: 18px;letter-spacing:-1px;}
.member-inner>.member-description>.sdgs-list>li>p{line-height:1.6;}

div.movie{margin-bottom: 20px;position:relative;width:100%;height:0;padding-top:56.25%;}
div.movie > iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

a.bnr-shop img {
    width: 720px!important;
    height: 200px!important;
    display: block;
    margin: 0 auto;
}
