@charset "UTF-8";

.display-inlineblock{
	display: inline-block;
}

@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 )";
	}
}

/* title color */
.wrap .atcl_lv2 {
	color: #0099BD;
}

/* sec text */
.indent{
	text-indent: 1em;
}

/* next page */
.next-page-box{
	overflow: hidden;
	font-size:min(6vw,125.00%); /* 20px */
	
	background-color: #0099BD;
	color: #fff;
	padding: 16px;
}

.next-page-box a{
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}

.next-page-box a .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.next-page-box a .icon {
  margin-right: 5%;
	line-height: 1;
	
	font-size: calc((24 / 20) * 1em);
	color: #113961;
	text-align: center;
}

.next-page-box a .text{
	font-weight: bold;
	font-size:min(4vw,24px);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 1em;
	}
	div.next-page-box a .icon{
		font-size: 20px;
	}
	div.next-page-box a .text{
		font-size: calc((22/16)* 1em);
	}
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box a:hover,
	div.next-page-box a:hover span{
		text-decoration: underline;
	}	
}

@media screen and (max-width: 414px) { /* small sp */
	div.next-page-box a .flex-box{
	}
	div.next-page-box a .icon{
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		margin: 0 0 0.5em;
	}
	div.next-page-box a .text{
		font-size: 5vw;
	}
}

/* pager */
.pager-box {
	padding: 40px 2%;
	text-align: center;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
}
.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: #000;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #0099bd;
	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: #0099bd;
		text-decoration: underline;
	}
}

/* p2 head */
.head-box {
	background-color: #888888;
	color: #fff;
	line-height: 1;
	margin-bottom: 40px;
}

.head-box *{
	margin: 0;
	padding: 0;
}

.head-box .bg-box{
	background-image:url("./p2/head_bg01.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-position: top right;
	
	padding-top: calc( (450 / 1280) * 100% );
	
	position: relative;
	z-index: 1;
}

.head-box .icon-box{
  position: absolute;
	z-index: 1;
	top: 2vw;
	left: 2%;
	width: 20%;
}

.head-box .sub-box{
  position: absolute;
	z-index: 1;
	top: 11vw;
	left: 2%;
	width: 56%;
}

.head-box .h1-box{
	position: absolute;
	z-index: 1;
	top: 16vw;
	left: 2%;
	width: 58%;
}

.head-box .prof-box{
	font-weight: bold;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	text-align: right;
	font-size: calc((14/16) * 1em);
	padding: 0.5em 4% 0;
}

.head-box .prof-box .inner-box{
	display: inline-block;
	text-align: left;
}

.head-box .prof-box .name{
	font-size: calc((30/16) * 1em);
}
.head-box .prof-box .name .shi{
	font-size: calc((18/30) * 1em);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box{
		margin-bottom: 64px;
	}
	div.head-box .icon-box{
		top: 6%;
	}
 	div.head-box .sub-box{
		position: absolute;
		z-index: 1;
		top: 30%;
		left: 2%;
		width: 50.4%;
	}

	div.head-box .h1-box{
		position: absolute;
		z-index: 1;
		top: 40%;
		left: 2%;
		width: 54.4%;
	}
	
	div.head-box .prof-box{
		position: absolute;
		z-index: 1;
		bottom: 2%;
		right: 2%;
		font-size:min(1.6vw,16px);
		width: 10em;
		color: #fff;
		background-color: transparent;
		padding: 0;
		
		font-weight: bold;
		line-height: 1.4;
	}
}

/* lead */
.lead-box {
	line-height: 1.6;
	color: #000;
	background-color: #fff;
}

.lead-box .inner-box {
	padding: 1em 4% 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		position: absolute;
		z-index: 1;
		bottom: 5%;
		left: 2%;
		
		font-size:min(1.3vw,16px);
		line-height: 2;
		background-color: transparent;
	}
	div.lead-box .inner-box {
		width: 40em;
		padding: 0;
	}
}

/* p2 title color */
div.p2 .atcl_lv2 {
	background-color: #0099BD;
	color: #fff;
	padding: 0.2em 0;
}

