@charset "utf-8";

/*iphoneロングタップ対応*/
html {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
width: 94%;
margin: 0 auto;
}
/*Andloidロングタップ対応*/
img{
    touch-callout:none;
    user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
}

.bannar:hover{
	opacity: 0.5;
}

.g-bk{background-color:rgba(145, 209, 77, 0.19);}
.b-bk{background-color:rgba(142, 180, 227, 0.2);}
.p-bk{background-color:rgba(230, 184, 184, 0.18);}
.y-bk{background-color:rgba(255, 254, 1, 0.18);;}
.gl-bk{background-color:rgba(236, 236, 236, 0.23);}

.mod-icon-green {
	/*margin-left: 15px;*/
	padding: 2px 6px;
	background-color: #008000;
	color: #fff;
	border-radius: 3px;
}

.btn-ticket {
	color: #333;
	background-color: rgba(250, 237, 17, 0.39);
	/* background-color: #faed11; */
	border-color: #ded20c;
	margin-bottom: 15px;
	display: block;
}

.mod-icon-inquiry {
	/*margin-left: 15px;*/
	padding: 2px 6px;
	background-color: #fa6900;
	color: #fff;
	border-radius: 3px;
	/* float: left; */
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.scr {
	overflow: scroll;
	width: 100%;
	height: 450px;
	background-color: white;
}
.scr2 {
	overflow: scroll;
	width: 100%;
	height: 1450px;
	background-color: white;
}
.dt-info {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	font-weight: normal;
	/*padding-top: 5px;*/
  padding-top: 0px;
	padding-right: 0;
	width: 95px !important;
	padding-bottom: 5px;
	padding-left: 1px;
}

.aka {
    color: #ff0000;
}

.ao {
    color: #0000ff;
}

.mod-icon-new {
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px 6px;
	background-color: #ff0000;
	color: #fff;
	font-size: 72%;
	border-radius: 3px;
	display: inline-block;
}
.mod-icon-info {
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px 6px;
	background-color: #008000;
	color: #fff;
	font-size: 72%;
	border-radius: 3px;
	display: inline-block;
}
.mod-icon-event {
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px 6px;
	background-color: #000080;
	color: #fff;
	font-size: 72%;
	border-radius: 3px;
	display: inline-block;
}
.mod-icon-school {
	margin-left: 15px;
	margin-right: 15px;
	padding: 2px 6px;
	background-color: #CC3399;
	color: #fff;
	font-size: 72%;
	border-radius: 3px;
	display: inline-block;
}

a.new:hover{
  background-color: #ff0000;
  color: #fff;
  text-decoration: underline;
}
a.info:hover{
  background-color: #008000;
  color: #fff;
  text-decoration: underline;
}
a.event:hover{
  background-color: #000080;
  color: #fff;
  text-decoration: underline;
}
a.school:hover{
  background-color: #CC3399;
  color: #fff;
  text-decoration: underline;
}

.pc{
  display:block;
  }
.cell{
  display:none;
}
.tab-content > .active {
	display: block;
}

.tab-content > .tab-pane {
	display: none;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	/*background-color: rgba(0, 128, 0, 0.78);*/
}
.nav > li.disabled > a {
	color: #004BA5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: rgba(0, 128, 0, 0.78);
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: rgba(0, 128, 0, 0.78);
	border-color: #337ab7;
}





.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}


.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 90%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.player {
	padding: 4px;
	margin: 0 1% 20px;
	border: 3px solid #006648;
	box-sizing: border-box;
	text-align: center;
}
.day{
	width:115px;
}
.kaisai{
	width:150px;
}
.game{
	width:73px;
}
.basyo{
	width:122px;
}
.vs{
	width:129px;
}
.kekka{
	width:150px;
}
/*-------------------------------------------------------------------------*/
.kadomaru{
	border-radius: 10px;
}

.title-border{
	padding: .5em .75em;
	background-color: #efefef;
	border-left: 6px solid #006648;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .78);
	margin-bottom: 10px;
}

.border2 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
.border2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #006648;
}

/*---マーカーその１　動かないけど---*/
.marker {
	position: relative;
	padding: 0 .4em .1em;
}
.marker::after {
  position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}
/*---マーカーその２---*/
/*strong {
    background: linear-gradient(transparent 30%, #66FFCC 40%);
}*/
/*---マーカーその３　グラデーション---*/
.marker3 {
    background: linear-gradient(transparent 10%, #66FFCC 100%);
}

/*---見出しつきボックス---*/
.midasi {
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-color: #000000;
  border: solid 1px;
  margin: 3% ;
}
.midasi h1 {
  position: absolute;
  top: -1em;
  background: linear-gradient(transparent 38%, #66FFCC 38%);
  /*background-color: rgba(100,100,100,0.4);*/
}

.maru-border {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
.maru-border::before,
.maru-border::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.maru-border::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
.maru-border::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
/*-------------------------------------------------------------------------*/

.table-text {
	/*font-size: 0.7vw;*/
  /*font-size: 1.2vw;*/
  font-size: 1.00vw;
}
.th40 {
	width:80px;
}
.bold {
font-weight: bold; 
}
/*分割　START*/
.width1-2{
	width: 50%;
}
.width1-3{
	width: 33.333%;
}
.width1-4{
	width: 25%;
}
.width1-5{
	width: 20%;
}
.width1-6{
	width: 16.666%;
}
.width1-7{
	width: 14.285%;
}
.width1-8{
	width: 12.5%;
}
/*分割　END*/
/*背景設定 START*/
/*グレー*/
.gray {
	background-color:#efefef;
	/*color:white;*/ 
}
/*緑*/
.green {
	background-color:#006648; color:white; 
}
/*うす緑*/
.light-green {
background-color: rgba(37, 170, 57, 0.38); 
}
/*背景設定 END*/

/*テキスト設定START*/
/*左寄せ*/
.text-left{
	text-align:left;
}
/*センタリング*/
.text-center{
	text-align:center;
}
/*右寄せ*/
.text-right{
	text-align:right;
}
/*テキスト設定END*/

/*マージン設定START*/
	/*マージン無*/
.margin-no{
	margin:0 0 0 0;
}
/*マージン設定E N D*/


/*非表示設定E N D*/

.col1-h1{
	font-size: 2.0625rem; 
	line-height: 1.2727272727; 
	margin-bottom: 0.8484848485em; 
	font-weight:900;
}

/* 経歴 start*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 20px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    /*margin-top: 20px;*/
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
   /* margin-top: 20px;*/
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 106px;
    /*top: 24px;*/
    top: 4px;
    border-radius: 100%;
  }
/* 経歴 endt*/
  }


@media screen and (max-width: 1100px) {
  .pc{
    display: none;
  }
  .cell{
    display: block;
  }

	.responsive {
		border-collapse: separate;
		border-spacing: 0  20px;
	}
	.responsive thead {
		display: none;
	}
	.responsive tr {
		background-color: #f6f6f6;
	}
	.responsive td {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #dddddd;
	}
	.responsive td.col-6 {
		float: left;
		width: 50%;
	}
	.responsive td.txt-right {
		text-align: right;
	}
	.responsive td:before {
		content: attr(data-title) " ";
	}
	.responsive .clear {
		clear: both;
	}
	.th40 {
		width:60px;
	}
	.table-text {
		font-size: 1.5vw;
	}

}

@media screen and (max-width: 768px) {

	/*非表示設定START*/
		/*マージン無*/
	.disp-no{
		display:none;
	}
	.table-text {
		font-size: 2vw;
	}
}

	@media screen and (max-width: 767px) {

}
@media screen and (max-width: 424px) {

	.th40 {
		width:40px;
	}
	.table-text {
		font-size: 2vw;
	}

}



.timeline-sg-image h4 {color:#ffffff;}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline-sg {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline-sg:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline-sg > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline-sg > li:before,
.timeline-sg > li:after {
  content: " ";
  display: table;
}
.timeline-sg > li:after {
  clear: both;
}
.timeline-sg > li .timeline-sg-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline-sg > li .timeline-sg-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline-sg > li .timeline-sg-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-sg > li .timeline-sg-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #006648;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline-sg > li .timeline-sg-image h4 {
  font-size: 15px;
  margin-top: 25px;
  line-height: 14px;
}
.timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-sg > li:last-child {
  margin-bottom: 0;
}
.timeline-sg .timeline-sg-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline-sg .timeline-sg-heading h4.subheading {
  text-transform: none;
}
.timeline-sg .timeline-sg-body > p,
.timeline-sg .timeline-sg-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline-sg:before{
    left:50px;
  }
  .timeline-sg2:before {
    left: 50%;
  }
  .timeline-sg2 > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline-sg2 > li .timeline-sg-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right; 
  }
  .timeline-sg > li .timeline-sg-image {
    width: 100px;
    height: 100px;
    /*left: 50%;
    margin-left: -50px;*/
  }
  .timeline-sg > li .timeline-sg-image h4 {
    font-size: 13px;
    margin-top: 36px;
    /*line-height: 18px;*/
  }
  .timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel {
    /*float: right;
    text-align: left;
    padding: 0 30px 20px 20px;*/
    padding: 0 20px 0 125px;
  }
}
@media (min-width: 992px) {
 

 .timeline-sg:before{
    left:75px;
  }
  .timeline-sg > li {
    min-height: 150px;
  }
  .timeline-sg2 > li .timeline-sg-panel {
    padding: 0 20px 20px;
  }
  .timeline-sg > li .timeline-sg-image {
    width: 150px;
    height: 150px;
    /*margin-left: -75px;*/
  }
  .timeline-sg > li .timeline-sg-image h4 {
    font-size: 18px;
    margin-top: 60px;
    /*line-height: 26px;*/
  }
  .timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel {
    /*padding: 0 20px 20px;*/
    padding: 0 20px 0 170px;
  }
}
@media (min-width: 1200px) {
  .timeline-sg2 > li {
    min-height: 170px;
  }
  .timeline-sg2 > li .timeline-sg-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline-sg2 > li .timeline-sg-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline-sg > li .timeline-sg-image h4 {
    margin-top: 60px;
    font-size: 30px;
  }
  .timeline-sg > li.timeline-sg-inverted > .timeline-sg-panel {
    /*padding: 0 100px 20px 20px;*/
    padding: 0 20px 0 170px;
  }
    .companytable dt{line-height: 40px; }
.companytable dd{line-height: 40px; padding-left: 60px; margin-left: 250px; border-bottom: 1px solid #CCC}

}


/*ホバーで動くエフェクト*/
figure.snip1206 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  /*max-width: 310px;*/
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2,
figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1206 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
figure.snip1206 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after,
figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2,
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1206:hover figcaption h2,
figure.snip1206.hover figcaption h2 {
  opacity: 1;
}
figure.snip1206:hover figcaption p,
figure.snip1206.hover figcaption p {
  opacity: 0.7;
}

figure.snip1194 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1194 h2,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  /*text-transform: uppercase;*/
  bottom: 50%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
figure.snip1194 h2 span {
  font-weight: 400;
}
figure.snip1194 p {
  top: 50%;
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1194 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption h2,
figure.snip1194.hover figcaption h2 {
  opacity: 0.9;
}
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  opacity: 0.6;
}



.snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 10px 1%;
  min-width: 310px -60px;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
}
.snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}


figure.msslide {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 100%;
  max-height: 230px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
}
figure.msslide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.msslide img {
  max-width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
}
figure.msslide figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: scale(0.5) translate(0%, -50%);
  transform: scale(0.5) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
}
figure.msslide h3,
figure.msslide p {
  line-height: 1.5em;
}
figure.msslide h3 {
  margin: 0;
  font-weight: 800;
  /*text-transform: uppercase;*/
}
figure.msslide p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
figure.msslide .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
figure.msslide .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}
figure.msslide:hover img,
figure.msslide.hover img {
  -webkit-animation: msslide 0.45s linear forwards;
  animation: msslide 0.45s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
figure.msslide:hover figcaption,
figure.msslide.hover figcaption {
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@-webkit-keyframes msslide {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes msslide {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}


.snip1352 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 255px;
  max-width: 100%;
  /*height: 158px;*/
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1352 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.snip1352:hover img,
.snip1352.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Vリーグ日程結果フォントサイズ設定*/
.table-regular-title{
  font-size: 15px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 15px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
.table-kekkatitle{
  font-size: 16px;
}
.table-kekka{
  font-size: 16px;
}
.table-highlight{
  font-size: 16px;
}

/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 14px;
  text-align: justify;
}
.table-kojin-title2{
  font-size: 14px;
  text-align: justify;
  /*white-space: nowrap;*/
}
.table-kojin-naiyo{
  font-size: 16px;
}
.table-kojin-maru{
  font-size: 33px;
}

.entry-content{
margin-right: 2%;
margin-left: 2%;
}

h2.playerfont, h4.playerfont{
  font-size:16px;
}

@media (max-width: 1320px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 14px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
.table-kekkatitle{
  font-size: 15px;
}
.table-kekka{
  font-size: 15px;
}
.table-highlight{
  font-size: 15px;
}

/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 13px;
}
.table-kojin-title2{
  font-size: 13px;
}
.table-kojin-naiyo{
  font-size: 16px;
}
.table-kojin-maru{
  font-size: 33px;
}

}
@media (max-width: 1235px) {
.table-regular-title{
  font-size: 13px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 13px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 13px;
}
.table-kojin-title2{
  font-size: 13px;
}
.table-kojin-naiyo{
  font-size: 14px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 1180px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 11px;
}
.table-kojin-title2{
  font-size: 11px;
}
.table-kojin-naiyo{
  font-size: 14px;
}
.table-kojin-maru{
  font-size: 33px;
}

}
@media (max-width: 1165px) {
.table-regular-title{
  font-size: 12px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 12px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
h2.playerfont, h4.playerfont{
  font-size:10px;
}

}
@media (max-width: 1085px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 11px;
}
.table-kojin-title2{
  font-size: 11px;
}
.table-kojin-naiyo{
  font-size: 13px;
}
.table-kojin-maru{
  font-size: 33px;
}

}
@media (max-width: 1070px) {
.table-regular-title{
  font-size: 11px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 11px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
}

@media (max-width: 1010px) {
.table-regular-title{
  font-size: 10px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 10px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
}
@media (max-width: 999px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 10px;
}
.table-kojin-title2{
  font-size: 10px;
}
.table-kojin-naiyo{
  font-size: 12px;
}
.table-kojin-maru{
  font-size: 33px;
}
}

@media (max-width: 999px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 10px;
}
.table-kojin-title2{
  font-size: 10px;
}
.table-kojin-naiyo{
  font-size: 11px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 923px) {
.table-regular-title{
  font-size: 10px;
}
.table-regular-juni{
  font-size: 15px;
}
.table-syoritu-title{
  font-size: 10px;
}
.table-syoritu-kekka{
  font-size: 15px;
}

}
@media (max-width: 909px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 14px;
}
.table-kojin-title2{
  font-size: 14px;
}
.table-kojin-naiyo{
  font-size: 15px;
}
.table-kojin-maru{
  font-size: 33px;
}

}

@media (max-width: 840px) {
h2.playerfont, h4.playerfont{
  font-size:14px;
}
}

@media (max-width: 820px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 12px;
}
.table-kojin-title2{
  font-size: 12px;
}
.table-kojin-naiyo{
  font-size: 15px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 780px) {
.table-regular-title{
  font-size: 15px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 15px;
}
.table-syoritu-kekka{
  font-size: 16px;
}

/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 16px;
}
.table-kojin-title2{
  font-size: 16px;
}
.table-kojin-naiyo{
  font-size: 18px;
}
.table-kojin-maru{
  font-size: 33px;
}

h2.playerfont, h4.playerfont{
  font-size:30px;
}

}

@media (max-width: 635px) {
.table-regular-title{
  font-size: 15px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 15px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
}
@media (max-width: 600px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 15px;
}
.table-kojin-title2{
  font-size: 15px;
}
.table-kojin-naiyo{
  font-size: 18px;
}
.table-kojin-maru{
  font-size: 33px;
}

.photo_center{
  text-align: center;
}
}
@media (max-width: 590px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 14px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
}

@media (max-width: 555px) {
.table-regular-title{
  font-size: 14x;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 13px;
}
.table-syoritu-kekka{
  font-size: 16px;
}

/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 14px;
}
.table-kojin-title2{
  font-size: 14px;
}
.table-kojin-naiyo{
  font-size: 16px;
}
.table-kojin-maru{
  font-size: 33px;
}
}

@media (max-width: 520px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 12px;
}
.table-kojin-title2{
  font-size: 12px;
}
.table-kojin-naiyo{
  font-size: 16px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 510px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 12px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
}

@media (max-width: 500px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 12px;
}
.table-kojin-title2{
  font-size: 12px;
}
.table-kojin-naiyo{
  font-size: 14px;
}
.table-kojin-maru{
  font-size: 33px;
}
}

@media (max-width: 475px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 11px;
}
.table-syoritu-kekka{
  font-size: 16px;
}
h2.playerfont, h4.playerfont{
  font-size:20px;
}

}

@media (max-width: 445px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 11px;
}
.table-kojin-title2{
  font-size: 11px;
}
.table-kojin-naiyo{
  font-size: 13px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 430px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 10px;
}
.table-syoritu-kekka{
  font-size: 16px;
}

.entry-content{
margin-right: 1%;
margin-left: 1%;
}
}

@media (max-width: 395px) {
.table-regular-title{
  font-size: 14px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 9px;
}
.table-syoritu-kekka{
  font-size: 16px
}
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 10px;
}
.table-kojin-title2{
  font-size: 10px;
}
.table-kojin-naiyo{
  font-size: 12px;
}
.table-kojin-maru{
  font-size: 33px;
}
}

@media (max-width: 380px) {
.table-regular-title{
  font-size: 13px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 9px;
}
.table-syoritu-kekka{
  font-size: 14px;
}
}

@media (max-width: 370px) {
/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 10px;
}
.table-kojin-title2{
  font-size: 10px;
}
.table-kojin-naiyo{
  font-size: 11px;
}
.table-kojin-maru{
  font-size: 33px;
}
}
@media (max-width: 360px) {
.table-regular-title{
  font-size: 12px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 9px;
}
.table-syoritu-kekka{
  font-size: 14px;
}
}


@media (max-width: 330px) {
.table-regular-title{
  font-size: 11px;
}
.table-regular-juni{
  font-size: 16px;
}
.table-syoritu-title{
  font-size: 9px;
}
.table-syoritu-kekka{
  font-size: 13px;
}

/* 応援会員個人表フォントサイズ設定*/
.table-kojin-title{
  font-size: 10px;
}
.table-kojin-title2{
  font-size: 10px;
}
.table-kojin-naiyo{
  font-size: 10px;
}
.table-kojin-maru{
  font-size: 33px;
}
}

/*---------------------------------------*/
.playername {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /*min-width: 230px;
  max-width: 315px;*/
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #ffffff;
}
.playername *,
.playername *:before,
.playername *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.playername img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.playername figcaption {
  position: absolute;
  bottom: 2px;
  right: 7px;
  padding: 5px 10px 10px;
}
.playername figcaption:before,
.playername figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.playername figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.playername figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.playername figcaption div:before,
.playername figcaption div:after {
  width: 2px;
  height: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.playername figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.playername figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.playername h2,
.playername h4 {
  margin: 0;
  text-transform: uppercase;
}
.playername h2 {
  font-weight: 400;
  display: block;
  font-weight: 700;
  background-color: #027e60;
  padding: 2px 2px;
  color: #ffffff;
}
.playername h4 {
  display: block;
  font-weight: 700;
  background-color: #027e60;
  padding: 2px 2px;
  color: #ffffff;
}
.playername a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.playername:hover img,
.playername.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.playername:hover figcaption:before,
.playername.hover figcaption:before,
.playername:hover figcaption:after,
.playername.hover figcaption:after,
.playername:hover figcaption div:before,
.playername.hover figcaption div:before,
.playername:hover figcaption div:after,
.playername.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.playername:hover figcaption:before,
.playername.hover figcaption:before,
.playername:hover figcaption:after,
.playername.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}





.ul_paddingleft {
  list-style: disc;
  padding-left: 20px;
}


.check_blue{
position: relative;
color: black;
background: #d0ecff;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.check_blue:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #2196F3;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }


.check_red{
position: relative;
color: black;
background: #ffeaea;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.check_red:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #ff7d6e;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }

.check_yellow{
position: relative;
color: black;
background: #fff0c6;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

.check_yellow:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #FFC107;
color: #fff;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
  }


 .box_title {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #006648;
    border-radius: 8px;
}
.box_title .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #006648;
    color: #FFF;
    font-weight: bold;
}
.box_title p {
    margin: 0; 
    padding: 0;
}


/*---- suzuki 2017.08.01 add start ---*/

/*<div class="box26">
    <span class="box-title">ここにタイトル</span>
    <p>ここに文章</p>
</div>*/

.box_title_black {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #666;
    border-radius: 8px;
}
.box_title_black .box-title_blk {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #666;
    color: #fff;
    font-weight: bold;
}
.box_title_black p {
    margin: 0; 
    padding: 0;
}

.box_title_blue {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #0068b7;
    border-radius: 8px;
}
.box_title_blue .box-title_ble {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #9de5ff;
    color: #666;
    font-weight: bold;
}
.box_title_blue p {
    margin: 0; 
    padding: 0;
}

.box_title_red {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff6a6a;
    border-radius: 8px;
}
.box_title_red .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 3px 9px;
    line-height: 1;
    font-size: 19px;
    background: #ff6a6a;
    color: #fff;
    font-weight: bold;
}
.box_title_red p {
    margin: 1%; 
    padding: 1%;
    font-size: 14px;
}

.box_title_yellow {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffc107;
    border-radius: 8px;
}
.box_title_yellow .box-title_ylw {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #ffc107;
    color: #666;
    font-weight: bold;
}
.box_title_yellow p {
    margin: 0; 
    padding: 0;
}
/*---- suzuki 2017.08.01 add end ---*/

/*---- suzuki 2017.09.02 add start -----*/
.neko {
position: relative;/*相対位置*/
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #7b6459;/*文字色*/
}

.neko:before{ 
 font-family: FontAwesome;/*忘れずに*/
 content: "\f1b0";/*アイコンのユニコード*/
 position: absolute;/*絶対位置*/
 font-size: 1em;/*サイズ*/
 left: 0;/*アイコンの位置*/
 top: 0;/*アイコンの位置*/
 color: #ff938b; /*アイコン色*/
}


.maru {
  position: relative;
  color: #333333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}

.maru:before{
  content: "";
  position: absolute;
  background-color: #ffd69d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

/*------ 2017.09.15 suzuki start ------- */
.naname {
position: relative;
padding: 5px 26px 5px 42px;
background: #deffd8;
font-size: 20px;
color: #2d2d2d;
margin-left: -33px;
line-height: 1.3;
border-bottom: solid 3px green;
z-index:-2;
}

.naname:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
width: 0;
height: 0;
border: none;
border-left: solid 40px white;
border-bottom: solid 79px transparent;
z-index: -1;
}

.naname:after {
position: absolute;
content: '';
right: -3px;
top: -7px;
width: 0;
height: 0;
border: none;
border-left: solid 40px transparent;
border-bottom: solid 79px white;
z-index: -1;
}

/*------ 2017.09.15 suzuki end ------- */
