@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.boxy-box  {
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 980px) {
	.boxy-box  {
		position:static;
		margin-right: 0%;
		-webkit-transform: translate(0%, 0%); /* Safari用 */
		transform: translate(0%, 0%);
	}
}
.flex-b {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}

		
.youtube-box {
	max-width:450px;
	margin: 0 auto;
}
.youtube {position:relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube_play:hover {cursor:pointer;}/* サムネイル */
.youtube_btn {/* YouTubeアイコン */
/* アイコンの画像とサイズ指定 */
width:48px;
height:34px;
background-image:url(images/YouTube-social-icon.png);
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
}




figure.bexs {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 100px;
  max-width: 800px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 100%);
}
figure.bexs * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.bexs .image {
  position: relative;
}
figure.bexs img {
  max-width: 100%;
  vertical-align: top;
}
figure.bexs figcaption {
  padding: 25px 25px 10px 25px;
  background-color: #ffffff;
  color: #161616;
  position: relative;
  font-size: 0.9em;
  text-align: right;
}



figure.snip1232 {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  min-width: 220px;
  max-width: 100%;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1232 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1232 img {
  max-width: 100%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  z-index: 1;
  position: absolute;
  right: 10%;
}

@media only screen and (max-width: 650px) {
	figure.snip1232 img {
	  max-width: 50%;
	  height: 50px;
	  width: 50px;
	  border-radius: 50%;
	  margin-right: 5px;
	  display: block;
	  z-index: 1;
	  position: absolute;
	  right: 3%;
	}
}

figure.snip1232 blockquote {
  margin: 0;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 65px 50px 35px 50px;
  font-weight: 500;
  margin: -40px 0 0;
  line-height: 1.6em;
  border: 2px solid #161616;
}
figure.snip1232 blockquote:before,
figure.snip1232 blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1232 blockquote:before {
  top: 55px;
  left: 20px;
}
figure.snip1232 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 5px;
}
figure.snip1232 .author {
  margin: 0;
  height: 80px;
  display: block;
  text-align: left;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
figure.snip1232 .author h4,
figure.snip1232 .author span {
  left: 5%;
  position: absolute;
  opacity: 0.8;
  padding: 3px 5px;
}
figure.snip1232 .author span {
  font-size: 1em;
  color: #000000;
  top: 50%;
  font-weight: 500;
}

.snip1556 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #000000;
  display: inline-block;
  font-size: 16px;
  margin: 8px;
  max-width: 600px;
  min-width: 250px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 40px 0 0;
}

.snip1556 *,
.snip1556 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.snip1556 img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.snip1556 figcaption {
  background-color: #333333;
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.snip1556 h3 {
  font-size: 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  left: 100%;
  letter-spacing: 1px;
  margin: 12px 0;
  opacity: 0.8;
  padding: 6px 40px 0 0;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.snip1556 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.article {
  background: inherit;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  -webkit-filter: blur(10px) saturate(2);
}
.article .a_title {
  padding: 8px 15px;
  background: rgba(225, 225, 225, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.article .a_content {
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 980px) {
	.article {
	  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0);
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0);
	  overflow: hidden;
	}
	.article .a_title {
	  padding: 8px 0px;
	}
	.article .a_content {
	  padding: 8px 0px;
	}
}




figure.snip1181 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #fff;
  color: #ffffff;
  text-align: center;
}
figure.snip1181 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1181 img {
  max-width: 100%;
  position: relative;
  opacity: 0.8;
}
figure.snip1181 .circle {
  display: block;
  position: relative;
  height: 160px;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: 2px solid white;
}
figure.snip1181 figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  display: block;
}
figure.snip1181 h3 {
  position: absolute;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  top: 50%;
  width: 100%;
  padding: 0 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1157 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #333;
  box-shadow: none !important;
  margin: 0 auto;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 50px 50px 50px 50px;
  margin: 0;
  line-height: 1.6em;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 40px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 45px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 20px;
}


.snip1520 {
  position: relative;
  float: left;
  overflow: hidden;
/*  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;  background: #000;
  background: -moz-linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
  background: -webkit-linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
  background: linear-gradient(90deg, #000 0%, #000 100%, #000 100%);
*/}

.snip1520 img,
.snip1520:before,
.snip1520:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1520 img {
/*  max-width: 100%;
*/  backface-visibility: hidden;
  vertical-align: top;
}

.snip1520:before,
.snip1520:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1520:before {
  width: 60px;
  height: 1px;
  left: 0;
}

.snip1520:after {
  height: 60px;
  width: 1px;
  top: 100%;
}

.snip1520 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1520:hover img,
.snip1520.hover img {
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

.snip1520:hover:before,
.snip1520.hover:before,
.snip1520:hover:after,
.snip1520.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}



 /* -------------------------------- 

vertical-lines

-------------------------------- */

.vertical-lines {
  height: 10px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 50%, 1),
    hsla(0, 0%, 50%, 1) 33.33%,
    hsla(0, 0%, 50%, 0) 33.33%,
    hsla(0, 0%, 50%, 0) 100%);
  background-size: 3px 100%;
  width: 100%;
  margin: 30px 0;
}
@media only screen and (max-width: 980px) {
	.vertical-lines2 {
	  height: 10px;
	  background-image: linear-gradient(
		90deg,
		hsla(0, 0%, 50%, 1),
		hsla(0, 0%, 50%, 1) 33.33%,
		hsla(0, 0%, 50%, 0) 33.33%,
		hsla(0, 0%, 50%, 0) 100%);
	  background-size: 3px 100%;
	  width: 100%;
	}
}

 
 /* -------------------------------- 

switch

-------------------------------- */
.switch {
	visibility: hidden;
}

/* -------------------------------- 

#background_video

-------------------------------- */
	#foot {
		-moz-transition: opacity 0.5s ease-in-out;
		-webkit-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
		bottom: 0.5em;
		color: rgba(255, 255, 255, 0.5);
		left: 3em;
		opacity: 0.5;
		position: absolute;
	}

		#foot .icons {
			margin: 0 0 0em 0;
		}

		#foot .copyright {
			font-size: 0.8em;
			list-style: none;
			padding: 0;
		}

			#foot .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				display: inline-block;
				line-height: 1em;
				margin: 0 0 0 0.75em;
				padding: 0 0 0 0.75em;
			}

				#foot .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

			#foot .copyright a {
				color: inherit;
			}

		#foot:hover {
			opacity: 1;
		}

		#foot > :last-child {
			margin-bottom: 0;
		}

    @media (max-width: 768px) {
	
		#foot {
			left: 0.5em;
			bottom: 0em;
		}
	}


	#foot ul {
		margin: 0 0 0.0em 0;
		padding-left: 1em;
	}

		#foot ul li {
			padding-left: 0.5em;
		}

		#foot ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			#foot ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				#foot ul.icons li:last-child {
					padding-right: 0;
				}

				#foot ul.icons li .icon:before {
					font-size: 1.25em;
				}

				#foot ul.icons li a {
			width: 110px;
			height: 55px;
					color: inherit;
				}

	
.tw_box {
	border: 2px solid #d1edfb;
}



/* -------------------------------- 

click_section

-------------------------------- */
#click_section{
  position: absolute;
  margin-top: 45px;
  left: 50%;
  top: 88%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 60px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
  color: white;
  background: rgba(0,0,0, 0.0);
  border-radius: 5px;
  z-index: 999;
}
@media only screen and (max-width: 980px) {
	#click_section{
		display: none;
	}
}


#arrow_s {
  list-style:none;
}

#arrow_s img {
/*  border-radius:5px;*/
  transition:transform .15s ease-out;
}

#arrow_s img:hover {
  transform:scale(1.20, 1.20);
}

#arrow_s img:active {
  transform:scale(1, 1);
}

/* -------------------------------- 

table

-------------------------------- */

table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
  z-index:0;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px dotted #F5f5f5;
  line-height:normal;
  font-size: 0.9em;
}
@media only screen and (max-width: 500px) {
	table tr,
	table th,
	table td {
	  border: none;
	  border-bottom: 1px dotted #F5f5f5;
	  line-height:normal;
	  font-size: 0.9em;
	}
}
table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  text-transform: uppercase;
}

table tr td {
  color: #444;
}

table tr:nth-of-type(2n+2) td {
}

table.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.bt tbody td:before {
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}
.y_numb {
	width: 35%;
}


