@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.display-inlineblock {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
	.sp-del {
		display: inline;
	}
	.pc-del {
		display: none;
	}
}

@media screen and (min-width: 960px) { /* pc */
	.pc-oh{
		overflow: hidden;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}

.container .indent{
	text-indent: 1em;
}
.container .indent-icon1em {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent-icon2em {
	text-indent: -2em;
	margin-left: 2em;
}

.container .indent-icon2em .icon{
	width: 2em;
	display: inline-block;
}

.container .indent *{
	text-indent: 0;
	margin-left: 0;
}

.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .italic {
	font-style: italic;
}
.container .small{
	font-size: 0.8em;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.8;
}

.text-c{
	text-align: center;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw620px {
	max-width: 620px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

/* head */
.head-box img{
	width: 100%;
}
.head-box .hgroup-box{
	background-color: #000;	
	color: #fff;
	padding-top: 1.5vw;
	padding-bottom: 1vw;
	line-height: 1;
}

.head-box .hgroup-box .title-main{
	padding: 0 14%;
}
.head-box .hgroup-box .title-main img{
	vertical-align: middle;
}


/* lead */
.lead-box {
	font-weight: bold;
	padding: 3em 0;
	text-align: center;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((18/16) * 1em);
	}
}

/* sec common */
.container .sec + .sec,
.p2 .sec1 {
	margin-top: 4em;
}

.container .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-heading-a {
	line-height: 1.3;
  margin-bottom: 40px;
	overflow: hidden;
	padding: 0 0 0 1em;
	
	font-size:min(5.5vw,2em);
	position: relative;
	z-index: 1;
}

.container .sec .sec-heading-a::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0.5em;
	height: 100%;
	
	background : -moz-linear-gradient(50% 100% 90deg,rgba(133, 133, 133, 1) 0%,rgba(0, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(133, 133, 133, 1) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#858585' , GradientType=0);
}

.container .sec .sec-heading-a h2 {
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (min-width: 768px) { /* tab */
	div.container .sec-sec .heading-a {
		margin-bottom: 40px;
	}
}

/* sec img */
.sec-img-box{
  text-align: center;
}

.sec-img-box .img-title{
  text-align: center;
  margin-bottom: 1em;
  font-size: 125.00%; /* 20px */
  font-weight: bold;
}

.img-note-box{
  margin: 1em auto 0;
	font-size: 0.75em;
	text-align: left;
}

.note-box{
	margin-top: 0.5em;
	font-size: 0.75em;
}

.note{
	font-size: 0.75em;
}

.container .sec-text-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 342px;
}
.container .side-img-box .bg-box{	
	background : #8388af;
	color: #fff;

	position: relative;
	z-index: 1;
}

.container .side-img-box .img-box{
	position: relative;
	z-index: 2;
}

.container .side-img-box .prof-box{
	padding: 1em;
}

.container .side-img-box .prof-txt-box .title{
	line-height: 1.4;
}

.container .side-img-box .prof-txt-box .name{
	font-size: calc((24/16) * 1em);
	font-weight: bold;
}

.container .side-img-box .prof-txt-box .name .shi{
	font-size: calc((14/20) * 1em);
	max-width: none;
}

.container .side-img-box .prof-txt-box .text{
	margin-top: 1em;
	font-size: 0.75em;
}

.container .side-img-box .prof-box{
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .side-img-box .prof-box,
  div.container .side-img-box .prof-txt-box{
		max-width: none;
  }
}


/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: calc(4%);
}

.container .img-box-l .side-img-box .bg-box {
  background: #a0916d;
	color: #fff;
	overflow: hidden;
}
.container .img-box-l .side-img-box .img-box{
	padding-right: 8%;
}

.container .img-box-l .side-img-box .img-box::before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 8%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.container .img-box-l .side-img-box .prof-box{
	text-align: right;
	float: right;
}

.container .img-box-l .side-img-box .prof-box::before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box .img-box {
    padding-right: 8%;
	}
	div.container .img-box-l .side-img-box .prof-box{
		padding-right: 8%;
		
		max-width: calc(310px);
  	width: 100%;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box .prof-box,
  div.container .img-box-l .side-img-box .prof-txt-box{
		text-align: center;
		max-width: none;
  }
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: calc(4%);

	text-align: left;
}

.container .img-box-r .side-img-box .img-box{
		padding-left: 8%; 
}

.container .img-box-r .side-img-box .img-box::before{
	content: " ";
	display: block;
	background-color: #fff;
	
	width: 8%;
	height: 50%;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.container .img-box-r .side-img-box .prof-box::before{
	content: " ";
	display: block;
	background-color: #fff;
	
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box{
	
	}
	div.container .img-box-r .side-img-box .img-box{
		padding-left: 8%; 
	}
	div.container .img-box-r .side-img-box .prof-box{
		padding-left: 8%;
		max-width: 310px;
	}
}

/* side img box common */
.container div + .img-box-l,
.container .img-box-l + .img-box-r,
.container .img-box-r + .img-box-l{
	margin-top: 1.5em;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box,
	div.container .img-box-r .side-img-box{
		float: none;
		text-align: center;
		width: auto;
		margin: 0 8% 1.5em;
		max-width: none;
	}
}

/* name */
.container .name01{
	color: #a0916d;
	font-weight: bold;
}
.container .name02{
	color: #8388af;
	font-weight: bold;
}

/* img01 */
.container .img01-box{
	overflow: hidden;
}
.container .img01-box .main{
	font-size:min(4vw,26px);
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
	text-align: center;

}

.container .img01-box .sub{
	font-size:min(3vw,20px);	
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}

.container .img01-box .text-box{
	width: 60%;
	float: left;
}


/* img02 */
.container .img02-box{
	overflow: hidden;
	line-height: 1.3;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #000;
}

.container .img02-box .title-box{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size:min(4vw,18px);
	font-weight: bold;
	padding: 0.2em;
	margin-bottom: 1em;
}

.container .img02-box .name-box{
	margin-top: 0.5em;
	
	margin-bottom: 0.5em;
	font-weight: bold;
}

.container .img02-box .pc-flex2-box .item-box .img02a-box img{
	margin-left: 10%;
}

.container .img02-box .pc-flex2-box .item-box .img02b-box{
	margin-top: 1em;
}

.container .img02-box .pc-flex2-box .item-box + .item-box{
	margin-top: 2em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img02-box .pc-flex2-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	div.container .img02-box .pc-flex2-box .item-box{
		-ms-flex-preferred-size: 48.5%;
		flex-basis: 48.5%;
		
		position: relative;
		z-index: 1;
		
		overflow: hidden;
	}
	
	div.container .img02-box .pc-flex2-box .item-box + .item-box{
		margin-top: 0;
	}
	
	div.container .img02-box .pc-flex2-box .item-box .img02a-box{
		position: absolute;
		z-index: 1;
		width: 60%;
	}
	div.container .img02-box .pc-flex2-box .item-box .img02a-box img{
		position: relative;
		left: -8%;
		
		margin-left: 0;
	}
	
	div.container .img02-box .pc-flex2-box .item-box .img02a-box .name-box{
		width: 6em;
	}
	
	div.container .img02-box .pc-flex2-box .item-box .note01-box{
		padding-left: 46%;
		
		position: relative;
		z-index: 1;
	}
	
	div.container .img02-box .pc-flex2-box .item-box .img02b-box{
		max-width: 220px;
		float: right;
	}
}


/* next */
.container a.next-box{
	color: #000;
	text-decoration: none;
}
.container a.next-box:hover{
	text-decoration: underline;
}
.container .next-box {
	padding-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	font-size:min(4vw,20px);
}
.container .next-box .icon-box {
	padding: 0.5em 1.6em;
	position: relative;
	z-index: 1;
	
	line-height: 1;
	width: 7em;
}

.container .next-box .icon-box::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0.8em;
	height: 100%;
	
	background : -moz-linear-gradient(50% 100% 90deg,rgba(133, 133, 133, 1) 0%,rgba(0, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(133, 133, 133, 1) ),color-stop(1,rgba(0, 0, 0, 1) ));
  background : -o-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#000000' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(133, 133, 133, 1) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#858585' , GradientType=0);
}

.container .next-box .text-box {
	line-height: 1.3;
	font-weight: bold;
}


/* banner-box */
.container .banner-box{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 620px;
	margin: 0 auto;
}

/* banner-box2 */
.container .banner-box2{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

.container .banner-box2 .title{
	font-size: min(4vw,20px);
	margin-bottom: 0.5em;
}

.container .banner-box2 a{
	display: block;
	text-decoration: none;
	max-width: 400px;
	margin: 0 auto;
	border: 5px solid #dce0df;
	background-color: #dce0df;
}

/* thanks */
.container .thanks-box{
	padding-top: 24px;
	text-align: center;
	
	font-size: calc((18/16) * 1em);
	font-weight: bold;
}

.container .thanks-box .title-box {
	display: inline-block;
  text-align: center;
  font-weight: bold;
	margin-bottom: 1em;
	max-width: 240px;
	width: 100%;
	overflow: hidden;
	line-height: 1.3;

	border-bottom: 1px solid #000000;
}

.container .thanks-box .title-box p{
	padding-bottom: 0.8em;
}

.container .thanks-box a{
  text-decoration: none;
  color: #000;
}

.container .thanks-box .logo-box {
  text-align: center;
  padding: 0 10% 0;
	margin-bottom: 1.5em;
}

.container .thanks-box .logo-box a{
	max-width: 270px;
	margin: 0 auto;
	display: block;
}

.container .thanks-box .name{
  font-weight: bold;
}

.container .thanks-box .data-box {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* thanks */
	div.container .thanks-box{
		padding: 0;
	}
  
  div.container .thanks-box .logo-box {
    padding: 0 8%;
  }
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */	
	div.container .thanks-box a{
		transition: all 0.2s ease 0s;
	}
	div.container .thanks-box a:hover,
	div.container .thanks-box a:hover *{
		text-decoration: underline;
	}
}

.longurl {
	word-break: break-all;
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #000000;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
}
.pager-box ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #fff;
	text-decoration: underline;
}
div.pager-box ul li.txt {
	margin: 0 8px;
}
div.pager-box ul li.txt, div.pager-box ul li.txt a {
	width: auto;
	text-decoration: none;
	border-color: transparent;
}

@media screen and (min-width: 960px) { /* pc */
	div.pager-box ul li a:hover,
	div.pager-box ul li.current {
		color: #fff;
		text-decoration: underline;
	}
}


/* clearfix */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 5px;
}
.social_buttons {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	*zoom: 1;
	display: inline-block;
}
.social_buttons:before, .social_buttons:after {
	content: "";
	display: table;
	clear: both;
}
.social_buttons li {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	font-size: 12px;
}
.social_buttons li:last-child {
	margin-right: 0;
}
.social_buttons li .fb_iframe_widget > span {
	vertical-align: baseline;
}
