@charset "UTF-8";

.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

.title_style1 ._tit2 img.gul {
	height: auto;
}

.normalText {
	font-size: 1.6rem;
}

.indentText {
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.newsTitle {
	font-size: 3.6rem;
	font-weight: 800;
	padding-bottom: 30px;
}

.newsLead {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.blueBgWrap {
	background: #f0f8fb;
	padding: 20px;
}

.imgFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ifLeft {
	width: 462px;
	max-width: 50%;
}
.ifRight {
	width: 425px;
	max-width: 47%;
	font-size: 1.6rem;
}

.ifRight p + p {
	margin-top: 20px;
}

.contIn {
	margin: 0 -10px;
}

.part01 {
	margin-bottom: 100px;
}

.blueTitle {
	background: #6d9fe3;
	padding: 12px 20px 15px;
	line-height: 1.0;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-family: 'Noto Serif JP';
	color: #fff;
}

.centerFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cfLeft {
	width: 35%;
	text-align: center;
	box-sizing: border-box;
}
.cfRight {
	width: 65%;
}

.cfImg {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.cfImg::before {
	content: "";
	display: block;
	width: 104px;
	height: 103px;
	background: url(../img/gulliver/ico_guliver.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: -10px;
	left: -50px;
}

.blueBoldText {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.blueBoldText:before {
	content: "●";
	display: inline-block;
	color: #4B6CB4;
}

.bg_blue02 {
	background: #D8EAFC;
	padding: 45px 0 45px;
}

.harfFlex {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.harfSame {
	width: 47%;
}

.movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.yellowLink {
	display: inline-block;
	position: relative;
	background: #f7d100;
	font-size: 1.8rem;
	line-height: 1.0;
	padding: 20px 50px 20px 20px;
	color: #3c3c3c;
	font-weight: 600;
	overflow: hidden;
}

.yellowLink:hover,
.yellowLink:visited {
	color: #3c3c3c !important;
}

.yellowLink::after {
	background: url(../img/gulliver/arrow.png) left top no-repeat;
	background-size: cover;
	width: 16px;
	height: 14px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	transition: all,.3s;
}


.yellowLink:hover:after {
	right: -10%;
}

.ligntBlueWrap {
	padding: 100px 0;
	background: #f0f8fb;
}

.photoFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.photoFlex .photoSame {
	width: 31%;
}

.photoFlex .photoSame:nth-child(n + 4) {
	margin-top: 30px;
}

.photoFlex .photoSame dd {
	margin-top: 10px;
}

.lastSec {
	padding: 80px 0;
}


.lastLead {
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP';
	text-align: center;
}

.alignCenter {
	text-align: center;
}

.pcIn {
	display: inline;
}
.spIn {
	display: none;
}

@media screen and (max-width: 767px){

	.pcIn {
		display: none;
	}
	.spIn {
		display: inline;
	}

	.newsTitle {
		font-size: 2.4rem;
		padding-bottom: 30px;
	}

	.newsLead {
		text-align: left;
		font-size: 1.6rem;
		margin-bottom: 40px;
	}

	.blueBgWrap {
		padding: 15px 5%;
	}

	.imgFlex {
		display: block;
		margin-bottom: 30px;
	}

	.ifLeft {
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.ifRight {
		width: auto;
		max-width: 100%;
	}


	.contIn {
		margin: 0;
	}

	.part01 {
		margin-bottom: 60px;
	}

	.blueTitle {
		background: #6d9fe3;
		padding: 12px 20px 15px;
		line-height: 1.0;
		margin-bottom: 20px;
		font-size: 2.4rem;
		font-family: 'Noto Serif JP';
		color: #fff;
	}

	.centerFlex {
		display: block;
	}

	.cfLeft {
		width: auto;
		text-align: center;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.cfRight {
		width: auto;
	}

	.bg_blue02 {
		background: #D8EAFC;
		padding: 30px 0 30px;
	}

	.harfFlex {
		display: block;
		margin-top: 30px;
	}

	.harfSame {
		width: auto;
	}

	.harfFlex .harfSame:nth-child(n + 2) {
		margin-top: 20px;
	}

	.ligntBlueWrap {
		padding: 50px 0;
	}

	.photoFlex {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.photoFlex .photoSame {
		width: auto;
	}

	.photoFlex .photoSame:nth-child(n + 2) {
		margin-top: 20px;
	}

	.lastSec {
		padding: 50px 0;
	}

	.lastLead {
		line-height: 1.8;
		margin-bottom: 30px;
		font-size: 2.4rem;
		font-family: 'Noto Serif JP';
		text-align: center;
	}


	#breadcrumb {
		width: 100%;
		overflow-x: auto;
	}
	
}
