@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;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-ico *{
	text-indent: 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 .lh14{
	line-height: 1.4;
}
.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.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}
.container .mw480px {
	max-width: 480px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

/* head */
.head-box {
}

.head-box .bg-box{
	position: relative;
	z-index: 1;
}

.head-box .icon-box{
  position: absolute;
	z-index: 2;
	top: 3.6%;
	left: 2%;
	width: 21%;
}

.head-box .h1-box{
	width: 100%;
}

.head-box .sub-box{
	position: relative;
	top: -1px;
  width: 100%;
}

.head-box .img-box{
  position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 40%;
}

/* lead */
.lead-box {
	font-weight: bold;
	padding: 2em 0 0;
	text-align: center;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((18/16) * 1em);
	}
	div.lead-box .inner-box{
		max-width: 1000px;
	}
}

/* sec common */
.sec{

}

.p2 .sec1,
.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;
}

.container .sec .sec-ttl-box h2 {
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.4;
	
	text-align: center;

	position: relative;
  z-index: 1;
	
	overflow: hidden;
	
	padding-bottom: 0.7em;
}

.container .sec .sec-ttl-box h2:before {
  content: " ";
  display: block;
  width: min(6em,200px);
  height: 6px;
  
  position: absolute;
  z-index: 0;
  bottom: 0;
	right: 50%;

	background-color: #E60012;
}

.container .sec .sec-ttl-box h2:after {
  content: " ";
  display: block;
  width: min(6em,200px);
  height: 6px;
  
  position: absolute;
  z-index: 0;
  bottom: 0;
	left: 50%;

	background-color: #777270;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: 2em;
	}
}

.note{
	font-size: 0.75em;
}

.note-box{
	padding-top: 1em;
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

/* p1p2 */
.point-icon-box{
	margin-bottom: 4px;
}

.point-title-box{
	color: #fff;
	background-color: #E60012;
	font-weight: bold;
	border-left: 10px solid #000;
	padding-left: 10px;
	margin-bottom: 16px;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.point-title-box > *{
	font-size: calc((24/16) * 1em);
}

/* point flex */
.container .point-flex-box{

}

.container .point-flex-box .text-box{
	line-height: 1.4;
	font-size: calc((12/16) * 1em);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .point-flex-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		
		-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
		
		column-gap: 2%;
	}
	
	div.container .point-flex-box .img-box{
		flex: 1;
		
		-ms-flex-negative:1;
		flex-shrink:1;
	}
	
	div.container .point-flex-box .text-box{
		flex: 1;
	}
}


.p1-person-box{
	line-height: 1.4;
	
	float: left;
	width: 48%;
	max-width: 252px;
	margin-right: 1em;
	margin-bottom: 2em;
}

.p1-person-box .img-box{
	margin-bottom: 12px;
}

.p1-person-box .title{
	font-size: calc((14/16) * 1em);
}

.p1-person-box .name{
	font-weight: bold;
	font-size: calc((20/16) * 1em);
}

.p1-person-box .name .shi{
	font-size: calc((14/20) * 1em);
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .p1-person-box{
		float: none;
		width: auto;
		margin: 0 auto 2em;
	}
}


/* p2 */
.p2 .p2-sec-sub2{
	margin-top: 2.5em;
}
@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .p2-sec-sub2{
		margin-top: 1em;
	}
}

/* p2 text title */
.p2 .p2-text-title-box{
	text-align: center;
	margin-bottom: 32px;
}

.p2 .p2-text-title-box > *{
	text-align: center;
	display: inline-block;
	border-top: 4px solid #777270;
	border-bottom: 4px solid #777270;
	padding: 0.4em 1em;
	line-height: 1.4;
}

/* p2 banner */
.banner-box{
	text-align: center;
	margin-top: 48px;
}

.banner-box + .banner-box{
	margin-top: 24px;
}

.p2 .border-blue{
	border: 4px solid #3071B9;
}

.p2 .border-gray{
	border: 4px solid #777270;
}

.container .banner-flex-box > *{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.container .banner-flex-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	div.container .banner-flex-box > *{
		margin-top: 0;
		
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
	}
}

/* thanks */
.thanks-box{
  padding: 0;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
  
  display: inline-block;
}

.thanks-box .logo-box{
	font-size: 2em;
	font-weight: bold;
}

.thanks-box .inner-box{
  max-width: 640px;
  margin: 0 auto;
  
  text-align: center;
}

.thanks-box .inner-box .text-box{
  margin-top: 3em;
}

.thanks-box .inner-box .text-box .title-box{
  font-size: 112.50%; /* 18px */
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }

  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box{
	font-size: 3.4vw;
}

.next-page-box a{
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
  color: #000;
  
  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;
	
	max-width: 26em;
	margin: 0 auto;
}

.next-page-box a .icon {
  padding: 0.5em 0.1em;
  
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-page-box a .text{
	padding: 0.5em 0 0.5em 1em;
  
  -ms-flex-preferred-size: calc(100% - 20%);
  flex-basis: calc(100% - 20%);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 125.00%; /* 20px */
	}
  
  div.next-page-box a .icon {
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
  }
  div.next-page-box a .text{
		-ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box:hover .text{
		text-decoration: underline;
	}	
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #E60012;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.4em;
	height: 1.6em;
	margin: 0;
}
.pager-box ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 1.4em;
	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; }