@charset "utf-8";
.eyecatch_inc.press .eyecatch_inc01{
	background-image: url(../img/press/eye02.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.press .eyecatch_inc01{
		background-image: url(../img/press/eye02_sp.jpg);
	}
}
.eyecatch_inc.press .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01{
	background-color: initial;
	clip-path: initial;
}
.eyecatch_inc.press .eyecatch_inc01 .eyecatch_inc01_01 img{
	width: 286px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.eyecatch_inc.press .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 img{
	width: 252px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* cont01ここから */
.cont01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont01 .cont01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 39px 0 62px;
	background-image: url(../img/press/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01{
		padding: 25px 0;
	}
}
.cont01 .cont01_01 .cont01_01_01{
	width: auto;
	height: auto;
	margin: 0 auto 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto 24px;
	}
}
.cont01 .cont01_01 .cont01_01_01 .text01 {
	font-size: 23px;
	line-height: 33px;
	color: #D32E05;
	margin-bottom: 18px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 .text01 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 14px;
		text-align: center;
	}
}
.cont01 .cont01_01 .cont01_01_01 a {
	box-sizing: border-box;
	width: 406px;
	height: 83px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D32E05;
	box-shadow: 0px 1px 0px 1px rgba(177,34,0,1.0);
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 a {
		width: 311px;
		height: 61px;
	}
}
.cont01 .cont01_01 .cont01_01_01 a span {
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 a span {
		font-size: 20px;
		line-height: 42px;
	}
}
.cont01 .cont01_01 .cont01_01_01 a span::after {
	content: '';
	width: 27px;
	height: 27px;
	background-image: url(../img/press/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -37px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 a span::after {
		width: 20px;
		height: 20px;
		right: -35px;
	}
}
.cont01 .cont01_01 .cont01_01_01 .text04{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin-top: 15px;
}
.cont01 .cont01_01 ul.cont01_01_02 {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 24px 50px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 ul.cont01_01_02 {
		width: 90%;
		max-width: 320px;
		padding: 18px;
	}	
}
.cont01 .cont01_01 ul.cont01_01_02 li {
	font-size: 15px;
	line-height: 26px;
	text-indent: -1em;
	padding-left: 1em;
}
.cont01 .cont01_01 ul.cont01_01_02 li span {
	color: #D32E05;
}
/* cont01ここまで */

/* cont02ここから */
.cont02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-color: #0054A8;
}
.cont02 .cont02_01{
	width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 32px 0;
}
.cont02.en .cont02_01{
	padding: 17px 0 23px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01{
		width: 90%;
		max-width: 320px;
		padding: 17px 0;
	}
}
.cont02 .cont02_01 ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.cont02 .cont02_01 ul li{
	width: calc((100% - 46.5px * 3) / 4 );
	height: auto;
/*	margin: 27px 46.5px 0 0;*/
	border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li{
		width: calc((100% - 25px * 1) / 2 );
		margin: 13px 25px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.cont02 .cont02_01 ul li:nth-of-type(-n+4){
/*		margin: 0 46.5px 0 0;*/
	}
	.cont02 .cont02_01 ul li:nth-of-type(4){
/*		margin: 0;*/
	}
	.cont02 .cont02_01 ul li:nth-of-type(8){
		margin: 27px 0 0 0;
	}
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.cont02 .cont02_01 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.cont02 .cont02_01 ul li:nth-last-of-type(-n+2){
		border-bottom: 0;
	}
}
.cont02 .cont02_01 ul li a{
	width: 100%;
	height: auto;
	padding-bottom: 13px;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	position: relative;
}
.cont02 .cont02_01 ul li a span {
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	position: relative;
}
.cont02.en .cont02_01 ul li a span {
	font-size: 18px;
	line-height: 23px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li a{
		padding-bottom: 12px;
	}
	.cont02 .cont02_01 ul li:nth-last-of-type(-n+2) a{
		padding-bottom: 0;
	}
	.cont02 .cont02_01 ul li a span {
		font-size: 13px;
		line-height: 20px;
	}
	.cont02.en .cont02_01 ul li a span {
		font-size: 13px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 374px){
	.cont02 .cont02_01 ul li a span{
		font-size: 11px;
		line-height: 18px;
	}
}
.cont02 .cont02_01 ul li a span::after {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/visitors/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 0;
	left: auto;	
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li a::after{
		width: 14px;
		height: 14px;
		top: 0;
		bottom: 0;
	}
}
.cont02 .cont02_01 ul li a.inactive {
	pointer-events: none;
	opacity: 0.5;
}
/* cont02ここまで */

/* cont03ここから */
.cont03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont03 .cont03_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
	background-image: url(../img/press/bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01{
		padding: 35px 0 40px;
	}
}
.cont03 .cont03_01 .cont03_01_01 {
    width: 100%;
	height: auto;
	margin: 0 auto 44px;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 {
		width: 90%;
		max-width: 320px;
		margin: 0 auto 30px;
	}
}
.cont03 .cont03_01 .cont03_01_01 h2 {
    display: block;
	width: 841px;
	height: auto;
	margin: 0 auto 37px;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 h2 {
		width: 312px;
		margin: 0 auto 28px;
	}
}
.cont03 .cont03_01 .cont03_01_01 h2 img {
    display: block;
	width: 100%;
	height: auto;
}
.cont03 .cont03_01 .cont03_01_01 p {
	font-size: 21px;
	line-height: 35px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_01 p {
		font-size: 16px;
		line-height: 25px;
	}
}
.cont03 .cont03_01 .cont03_01_02 {
    width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_02 {
		width: 90%;
		max-width: 320px;
	}
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 {
	width: calc((100% - 26.6px * 3) / 4 );
	height: auto;
	margin: 27px 26.6px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01:nth-of-type(4n) {
	margin-right: 0;
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01:nth-of-type(-n+4) {
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 {
		width: calc((100% - 17px * 1) / 2 );
		height: auto;
		margin: 17px 17px 0 0;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01:nth-of-type(2n) {
		margin-right: 0;
	}
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01:nth-of-type(-n+4) {
		margin-top: 17px;
	}
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01:nth-of-type(-n+2) {
		margin-top: 0;
	}
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 .item01 {
	width: 100%;
	height: 187px;
	background-color: #DDDDDD;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 .item01 {
		height: 113px;
	}
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 .item02 {
	width: 100%;
	height: auto;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E4F2FA;
	box-sizing: border-box;
	flex: 1;
}
.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 .item02 .text01 {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 .cont03_01_02 .cont03_01_02_01 .item02 .text01 {
		font-size: 13px;
		line-height: 20px;
	}
}
/* cont03ここまで */

/* cont08ここから */
.cont08 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont08 .cont08_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 {
		padding: 50px 0;
	}
}
.cont08 .cont08_01 .cont08_01_01 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 {
		width: 90%;
		max-width: 320px;
	}
}
.cont08 .cont08_01 .cont08_01_01 h2 {
	width: 330px;
	height: auto;
	margin: 0 auto 39px;
	padding-bottom: 14px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	border-bottom: 3px solid #0683C4;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 h2 {
		width: 230px;
		margin: 0 auto 21px;
		padding-bottom: 10px;
		font-size: 25px;
		line-height: 35px
	}
}
.cont08 .cont08_01 .cont08_01_01 ul {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 ul {
		flex-direction: column;
	}
}
.cont08 .cont08_01 .cont08_01_01 ul:nth-of-type(1) {
	margin-top: 0;
}
.cont08 .cont08_01 .cont08_01_01 ul li {
	width: calc((100% - 40px * 2) / 3);
	height: auto;
	margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 ul li {
		width: 100%;
		margin: 30px auto 0;
	}
	.cont08 .cont08_01 .cont08_01_01 ul li:nth-of-type(1) {
		margin-top: 0;
	}
}
.cont08 .cont08_01 .cont08_01_01 ul li:last-of-type {
	margin-right: 0;
}
.cont08 .cont08_01 .cont08_01_01 ul li a {
	display: block;
	width: 100%;
	height: auto;
}
.cont08 .cont08_01 .cont08_01_01 ul li a img {
	display: block;
	width: 100%;
	height: auto;
}
/* cont08ここまで */


/* cont04ここから */
.cont04 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont04 .cont04_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 {
		padding: 50px 0;
	}
}
.cont04 .cont04_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01_01 {
		width: 90%;
		max-width: 320px;	
	}
}
.cont04 .cont04_01 .cont04_01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_01 {
		margin: 0 auto 30px;
	}
}
.cont04 .cont04_01 .cont04_01_01_01 h2 {
	width: 309px;
	height: auto;
	margin: 0 auto 39px;
	padding-bottom: 14px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	border-bottom: 3px solid #0683C4;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_01 h2 {
		width: 222px;
		margin: 0 auto 21px;
		padding-bottom: 10px;
		font-size: 25px;
		line-height: 35px;
	}
}
.cont04 .cont04_01 .cont04_01_01_01 p {
	font-size: 18px;
	line-height: 39px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_01 p {
		font-size: 15px;
		line-height: 26px;
	}
}
.cont04 .cont04_01 .cont04_01_01_01 p span {
	display: block;
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_01 p span {
		font-size: 16px;
		line-height: 25px;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 {
		width: 100%;
		margin: 0 auto;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 {
	width: calc((100% - 37.5px * 2) / 3 );
	height: auto;
	margin: 70px 37.5px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01:nth-of-type(3n) {
	margin-right: 0;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01:nth-of-type(-n+3) {
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 {
		width: 100%;
		margin: 40px auto;
	}
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01:nth-of-type(3n) {
		margin-right: auto;
	}
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01:nth-of-type(-n+3) {
		margin-top: 40px;
	}
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01:nth-of-type(1) {
		margin-top: 0;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 h3 {
	font-size: 20px;
	line-height: 30px;
	color: #0054A8;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 h3 {
		font-size: 17px;
		line-height: 27px;
		color: #0054A8;
		margin-bottom: 20px;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item01 {
	width: 280px;
	height: 395px;
	margin: 0 auto 25px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #dddddd;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item01 {
		width: 230px;
		height: 325px;
		margin: 0 auto 20px;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item01 .dl01 {
	display: block;
	width: 100%;
	height: auto;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item01 .dl01 img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #000;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item02 {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	flex: 1;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item02 .text01 {
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item02 .text01 {
		font-size: 14px;
		line-height: 22px;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item02 .text02 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	flex: 1;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .item02 .text02 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .dl02 {
	width: 211px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #0683C4;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .dl02 span {
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont04 .cont04_01 .cont04_01_01_02 .cont04_01_01_02_01 .dl02 span::after {
	content: '';
	width: 20px;
	height: 16px;
	background-image: url(../img/press/item03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-left: 10px;
}
.cont04 .cont04_02 {
	width: 1080px;
	height: auto;
	margin: 100px auto 0;
	padding: 50px 60px;
	background-color: #E9F2F8;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 {
		width: 100%;
		margin: 50px auto 0;
		padding: 40px 0;
	}
}
.cont04 .cont04_02 .cont04_02_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 .cont04_02_01 {
		width: 90%;
		max-width: 320px;
	}
}
.cont04 .cont04_02 .cont04_02_01 h3 {
	font-size: 20px;
	line-height: 30px;
	color: #0054A8;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 .cont04_02_01 h3 {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 30px;
	}
}
.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 {
	width: auto;
	height: auto;
}
.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 li {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 30px;
	}
}
.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 .text01 {
	font-size: 15px;
	line-height: 25px;
	margin-right: 30px;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 .text01 {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
	}
}
.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 .text02 {
	font-size: 15px;
	line-height: 25px;
	color: #0E70BC;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_02 .cont04_02_01 .cont04_02_01_01 .text02 {
		font-size: 14px;
		line-height: 24px;
	}
}
/* cont04ここまで */

/* cont05ここから */
.cont05 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont05 .cont05_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
	background-color: #F7F7F7;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 {
		padding: 51px 0;
	}
}
.cont05 .cont05_01 .cont05_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 {
		width: 90%;
		max-width: 320px;
	}
}
.cont05 .cont05_01 .cont05_01_01 h2 {
	width: 309px;
	height: auto;
	margin: 0 auto 39px;
	padding-bottom: 14px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	border-bottom: 3px solid #0683C4;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 h2 {
		width: 222px;
		margin: 0 auto 21px;
		padding-bottom: 10px;
		font-size: 25px;
		line-height: 35px;
	}
}
.cont05 .cont05_01 .cont05_01_01 p {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
}
.cont05 .cont05_01 .cont05_01_01 a {
	width: 450px;
	height: 85px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #FFD136;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 a {
		width: 275px;
		height: 83px;
	}
}
.cont05 .cont05_01 .cont05_01_01 a span {
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 a span {
		font-size: 18px;
		line-height: 25px;
	}
}
.cont05 .cont05_01 .cont05_01_01 a span::after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../img/press/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 a span::after {
		width: 20px;
		height: 20px;
		margin-left: 15px;
	}
}
/* cont05ここまで */

/* cont06ここから */
.cont06 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont06 .cont06_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
	background-image: url(../img/press/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 {
		padding: 51px 0 53px;
	}
}
.cont06 .cont06_01 .cont06_01_01 {
	width: 960px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 {
		width: 90%;
		max-width: 320px;
		flex-direction: column;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 {
	width: 428px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 {
		width: 100%;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 h2 {
	width: 309px;
	height: auto;
	margin: 0 auto 0 14px;
	padding-bottom: 14px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	border-bottom: 3px solid #0683C4;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 h2 {
		width: 222px;
		margin: 0 auto 34px;
		padding-bottom: 10px;
		font-size: 25px;
		line-height: 35px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 {
	width: 532px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 {
		width: 100%;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text01 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text01 {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link01 {
	font-size: 17px;
	line-height: 27px;
	color: #0E70BC;
	display: inline-block;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link01 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text02 {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text02 {
		font-size: 14px;
		line-height: 24px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text03 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text03 a {
	font-size: 20px;
	line-height: 30px;
	color: #141414;
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .text03 a:nth-of-type(2) {
	pointer-events: none;
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link02 {
	width: 364px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #FFD136;
	box-shadow: 0px 1px 0px 1px rgba(196,161,41,0.19);
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link02 {
		width: 272px;
		height: 45px;
		margin: 0 auto;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link02 span {
	font-size: 18px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_02 .link02 span::after {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../img/press/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-left: 10px;
}
/* cont06ここまで */

/*cont07ここから*/
.cont07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont07 .cont07_01{
	width: 850px;
	height: auto;
	padding: 82px 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}
.cont07 .cont07_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.cont07 .cont07_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.cont07 .cont07_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 h2::before{
		width: 221px;
	}
}
.cont07 .cont07_01 .cont07_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
.cont07.en .cont07_01 .cont07_01_01{
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01{
		margin: 0 auto 25px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 14px auto 0;
	display: block;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	cursor: pointer;
	padding: 9px 60px 9px 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cont07.en .cont07_01 .cont07_01_01 .cont07_01_01_01 h3 {
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3{
		font-size: 15px;
		line-height: 20px;
		padding: 11px 60px 11px 17px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 4px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 4px;
	background-color: #ffffff;
	transition: all .2s ease-in-out;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3.open::after{
	opacity: 0;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3 span{
	margin: 0 30px 0 0;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h3 span{
		margin: 0 8px 0 0;
		font-size: 18px;
		line-height: 28px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0;
}
.cont07.en .cont07_01 .cont07_01_01 .cont07_01_01_01 h4{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h4{
		font-size: 15px;
		line-height: 25px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h4 a{
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 h4 a{
		font-size: 15px;
		line-height: 25px;
	}
}
/*cont07ここまで*/