@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.alpha, a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a.alpha:hover, 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-block {
		display: block;
	}
	.pc-ib {
		display: inline-block;
	}
	.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 .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 .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 .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}
.container .ta-c {
	text-align: center;
}
.container .ta-r {
	text-align: right;
}
.container .ta-l {
	text-align: left;
}

/* head */
.head-box {
	margin-bottom: 4em;
}
.head-box .bg-box {
	background-image: url("head_img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	overflow: hidden;
	padding-top: calc((500 / 1200) * 100%);
	position: relative;
	z-index: 1;
}
.head-box .text-box {
	position: absolute;
	z-index: 1;
	left: 4%;
	top: 2.5vw;
	font-size: 1.5vw;
}
.head-box h1 {
	font-size: calc((46/16) * 1em);
	line-height: 1.2;
	color: #00368d;
}
.head-box p {
	margin-top: 1em;
	line-height: 1.6;
	font-size: 1.2em;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.head-box {
		margin-bottom: 6em;
	}
	div.head-box .bg-box {
		background-image: url("head_img01_pc.jpg");
		padding-top: calc((800 / 1920) * 100%);
	}
	div.head-box .text-box {
		top: 5vw;
		font-size: 1.5vw;
	}
	div.head-box p {
		margin-top: 1.8em;
		font-size: 1em;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
}

/* sec common */
.sec {}
.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 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	color: #00368d;
	line-height: 1;
	margin-bottom: 24px;
	font-size: min(5vw, 2em);
	text-align: center;
	border-top: 4px solid #00368d;
}
.container .sec .sec-ttl-box .inner-box {
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 1;
	top: -8px;
}
.container .sec .sec-ttl-box .inner-box::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px calc((1.3em) + 0.2em - 4px) 0.8em;
	border-color: transparent transparent #00368d transparent;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 4px;
}
.container .sec .sec-ttl-box .inner-box::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc((1.3em) + 0.2em - 4px) 0px 0px 0.8em;
	border-color: transparent transparent transparent #00368d;
	position: absolute;
	z-index: 1;
	bottom: 4px;
	left: 0;
}
.container .sec .sec-ttl-box h2 {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 2em 0.2em;
	position: relative;
	z-index: 2;
	border-bottom: 4px solid #00368d;
}
.container .sec .sec-ttl-box h2::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px calc((1.3em) + 0.2em - 4px) 0.8em;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	z-index: 1;
	right: -1px;
	bottom: -4px;
}
.container .sec .sec-ttl-box h2::after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc((1.3em) + 0.2em - 4px) 0px 0px 0.8em;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	z-index: 1;
	bottom: -4px;
	left: -1px;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 32px;
		font-size: min(2.3vw, 24px);
	}
}
@media screen and (max-width: 414px) { /* small sp */
	div.container .sec .sec-ttl-box {
		font-size: min(5vw, 2em);
	}
}

/* flex */
.container .sec-sub > a {
	text-decoration: none;
}
.container .pc-flex-box {}
.container .pc-flex-box .item-text-box {
	background-color: #333333;
	color: #fff;
	position: relative;
	z-index: 1;
}
.container .pc-flex-box .item-text-box .inner-box {
	padding: 1em 1em;
}
.container .pc-flex-box .item-text-box .inner-box .title-case-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}
.container .pc-flex-box .item-text-box .inner-box .title-case-box .case-box {
	max-width: 108px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}
.container .pc-flex-box .item-text-box .inner-box .title-case-box .company-box {
	font-weight: bold;
}
.container .pc-flex-box .item-text-box .inner-box .title-article-box {
	padding: 0.5em 0;
	border-bottom: 1px solid #fff;
	line-height: 1.4;
	font-size: min(3vw, 16px);
}
.container .pc-flex-box .item-text-box .inner-box .title-article-box .title-sub-box {}
.container .pc-flex-box .item-text-box .inner-box .title-article-box .title-main-box {
	font-size: 1.5em;
	font-weight: bold;
}
.container .pc-flex-box .item-text-box .inner-box .title-article-box .title-main-box span {
	display: inline-block;
}

/*  */
.container .pc-flex-box .item-text-box .inner-box .title-article-box .title-main-box sup{
  vertical-align: super; 
  font-size: 70%;
  line-height: 0;
}
.container .pc-flex-box .item-text-box .inner-box p sup{
  vertical-align: super; 
  font-size: 70%;
  line-height: 0;
}

.container .pc-flex-box .item-text-box .inner-box .article-lead-box {
	padding: 0.5em 0 1em;
	font-size: calc((14/16) * 1em);
	line-height: 1.4;
}

/* read more */
.container .pc-flex-box .item-text-box .readmore-box {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	background-color: #e5e5e5;
	color: #00368d;
	font-weight: bold;
	padding: 0.2em 3em 0.3em 1.5em;
	line-height: 1;
}
.container .pc-flex-box .item-text-box .readmore-box::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px calc((1em) + 0.5em) 1em;
	border-color: transparent transparent #e5e5e5 transparent;
	position: absolute;
	z-index: 1;
	right: 100%;
	bottom: 0px;
}
.container .pc-flex-box .item-text-box .readmore-box::after {
	content: " ";
	border-top: solid 2px #00368d;
	border-right: solid 2px #00368d;
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	z-index: 1;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/* img right */
.container .pc-flex-box.img-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.container .pc-flex-box.img-right .item-text-box {
	background-color: #00368d;
}
.container .pc-flex-box.img-right .item-text-box .readmore-box {
	right: auto;
	left: 0;
}
.container .pc-flex-box.img-right .item-text-box .readmore-box::before {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: calc((1em) + 0.5em) 0px 0px 1em;
	border-color: transparent transparent transparent #e5e5e5;
	right: auto;
	left: 100%;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .pc-flex-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	div.container .pc-flex-box .item-box {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	div.container .pc-flex-box .item-img-box {
		position: relative;
		z-index: 2;
	}
	div.container .pc-flex-box .item-text-box {
		margin-top: 30px;
		min-height: min(calc((680 / 1000) * 50vw), 340px);
		position: relative;
		z-index: 1;
	}
	div.container .pc-flex-box .item-text-box::after {
		content: " ";
		display: block;
		width: 25%;
		height: 100%;
		position: absolute;
		z-index: -1;
		background-color: #333333;
		bottom: 0;
		right: 100%;
	}
	div.container .pc-flex-box .item-text-box .inner-box {
		padding: 1em;
	}
	div.container .pc-flex-box .item-text-box .inner-box .title-case-box .company-box {
		font-size: min(2vw, 16px);
	}
	div.container .pc-flex-box .item-text-box .inner-box .title-article-box {
		font-size: min(1.5vw, 16px);
	}
	/* pc hover */
	div.container .img-box {
		overflow: hidden;
	}
	div.container a:hover .img-box img {
		/* 拡大 */
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	div.container a:hover .pc-flex-box .item-text-box .readmore-box {
		text-decoration: underline;
	}
	/* img right */
	div.container .pc-flex-box.img-right .item-text-box::after {
		background-color: #00368d;
		right: auto;
		left: 100%;
	}
}

/* thanks */
.thanks-box {
	padding: 0 0 48px;
	text-align: center;
	border-bottom: 4px solid #335ea4;
}
.thanks-box a {
	color: #000;
	text-decoration: none;
}
.thanks-box .logo-box {
	max-width: 140px;
	margin: 0 auto 16px;
	font-size: 2em;
	font-weight: bold;
}
.thanks-box .data-box {
	text-align: center;
	font-weight: bold;
}
.thanks-box .data-box .name {
	font-size: calc((18/16) * 1em);
}
@media screen and (min-width: 768px) { /* tab pc */
	div.thanks-box a:hover {
		text-decoration: underline;
	}
	div.thanks-box .data-box .name {
		font-size: calc((22/16) * 1em);
	}
	div.thanks-box .data-box .longurl {
		font-size: calc((18/16) * 1em);
	}
}

/* ------------------------------ *
	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;
}