@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.top {
	margin-top: 144.18px;
}
.top__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__houganshi.png);
	background-repeat: repeat;
	background-size: 400px 550.63px;
}
.top__right {
	height: 542px;
	overflow: hidden;
}
.top__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top__right,
.top__left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.top__left--inner {
	width: 95.3125%;
	padding: 20px 0;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.top__left--inner .copy {
	height: 31.36px;
	margin-bottom: 16px;
}
.top__left--inner div.title {
	height: 53.67px;
	margin-bottom: 20px;
}
.top__left--inner h1,.top__left--inner h2{
	display: none;
}
.yokonarabi {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 20px;
}
.yokonarabi img {
	max-width: 116px;
	width: 30.526315789%;
	margin-right: 4.210526315%;
}
.yokonarabi img:last-of-type {
	margin-right: 0;
}
.trial {
	width: 280px;
	height: auto;
	margin: 0 auto 20px;
}

.attention {
	color: #727272;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}
.slide {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.slide:nth-of-type(1) div {
	-webkit-animation: slider 10s linear infinite;
	animation: slider 10s linear infinite;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slide-1;
}
.slide:nth-of-type(2) div {
	-webkit-animation: slider 10s linear infinite;
	animation: slider 10s linear infinite;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: none;
	animation-play-state: running;
	animation-name: slide-2;
}

@keyframes slide-1 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-100%);
	}
}
@keyframes slide-2 {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(100%);
	}
}

@media only screen and (max-width: 1024px) {
	.top {
		margin-top: 148.18px;
	}
}

@media only screen and (max-width: 768px) {
	.top {
		margin-top: 110px;
	}
	.top__inner {
		flex-flow: column;
	}
	.top__left {
		width: 100%;
	}
	.top__left--inner {
		width: 100%;
		padding: 0 20px;
	}
	.top__left--inner .copy {
		margin-top: 16px;
	}
	.top__right {
		display: none;
	}
	.attention {
		margin-bottom: 40px;
	}
	.top__inner .sp__only {
		display: block;
		width: 100%;
	}
	.slide {
		flex-direction: row;
		width: 100%;
		overflow: hidden;
	}
	.slide img {
		width: auto;
		height: 202px;
	}
	.slide:nth-of-type(1) div {
		display: flex;
		-webkit-animation: slider 15s linear infinite;
		animation: slider 15s linear infinite;
		animation-duration: 30s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: none;
		animation-play-state: running;
		animation-name: slide-3;
	}
	@keyframes slide-3 {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	concept
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.type2#concept {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}
.type2__background.concept {
	background: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__concept.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.type2__background {
	padding: 64px 0 320px;
}
.type2__concept {
	max-width: 1025px;
	padding: 0 24px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.type2__concept img {
	max-width: 320px;
	width: 32.753326509%;
}
.type2__concept--text {
	max-width: 640px;
	width: 65.506653019%;
}
.type2__concept--text p {
	color: #fff;
	font-size: 16.8px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 24px;
}
.type2__concept--text p span.large {
	font-size: 22.4px;
	font-weight: 700;
}
.type2__concept--text p span.bold {
	font-weight: 700;
}
.type2__concept--text p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.type2__background {
		padding: 64px 0 240px;
	}
	.type2__concept--text p {
		font-size: 14.4px;
	}
	.type2__concept--text p span.large {
		font-size: 19.2px;
	}
}

@media only screen and (max-width: 768px) {
	.type2__background {
		padding: 64px 0 120px;
	}
	.type2__concept {
		max-width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
		align-items: center;
	}
	.type2__concept img {
		max-width: 335px;
		width: 100%;
		margin-bottom: 40px;
	}
	.type2__concept--text {
		max-width: 100%;
		width: 100%;
	}
	.type2__concept--text p {
		font-size: 12px;
	}
	.type2__concept--text p span.large {
		font-size: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	situations
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#situations .type1__flex2 img {
	max-width: 100%;
	width: 18.286567164%;
}
#situations .type1__inner3--situations {
	max-width: 100%;
	width: 77.014925373%;
}
#situations .type1__inner3--situations img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 16px;
}
#situations .type1__inner3--situations img:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	#situations .type1__flex2 {
		display: flex;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	point
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#point .type1__flex3 {
	align-items: normal;
}
.type1__inner1--point img {
	margin-bottom: 20px;
}
.type1__inner1--point p {
	font-size: 16.8px;
	font-weight: 400;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
	.type1__inner1--point p {
		font-size: 14.4px;
	}
}

@media only screen and (max-width: 768px) {
	.type1__inner1--point p {
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	countries
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#countries .type1__inner2:nth-of-type(1) {
	margin-bottom: 40px;
}
#countries .type1__inner3 {
	margin-bottom: 16px;
}
#countries .type1__flex2{
	align-items: normal;
}
#countries .countries__item {
	border: 2px solid #222;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 40px;
}
#countries .countries__item--top {
	border-radius: 6px 6px 0 0;
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
	padding: 16px 0;
	text-align: center;
}
#countries .countries__item--top > p:nth-of-type(1) {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
}
#countries .countries__item--top > p:nth-of-type(2) {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 8px;
}
#countries .countries__item--top > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#countries .countries__item--top > div > p {
	display: inline-block;
	background: #fff;
	padding: 4px 12px;
	margin: 0 2px 4px;
	border-radius: 80px;
	color: #0085ff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
}
#countries .countries__item--bottom {
	border-radius: 0 0 6px 6px;
	padding: 16px 0;
	text-align: center;
}
#countries .countries__item--bottom div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
#countries .countries__item--bottom div:nth-of-type(1) p:nth-of-type(1) {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 16px;
	border: 2px solid #727272;
	border-radius: 2px;
	color: #727272;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#countries .countries__item--bottom div:nth-of-type(1) p:nth-of-type(1) span {
	font-size: 12px;
	font-weight: 700;
}
#countries .countries__item--bottom div:nth-of-type(1) p:nth-of-type(2) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#countries .countries__item--bottom div:nth-of-type(1) p:nth-of-type(2) span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
#countries .countries__item--bottom div:nth-of-type(2) a {
	display: inline-block;
	padding: 10px 54px 10px 74px;
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
#countries .countries__item--bottom div:nth-of-type(2) a:after {
	content: url(/wordpress/wp-content/themes/u-gaku__theme/images/front-page/countries__arrow.svg);
	width: 12px;
	height: 12px;
	padding-left: 8px;
}
#countries .philippine .countries__item--top {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}
#countries .philippine .countries__item--top > div > p {
	color: #0085ff;
}
#countries .philippine .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}
#countries .malaysia .countries__item--top {
	background: linear-gradient(135deg, #FD9987 0%, #FA383C 100%);
}
#countries .malaysia .countries__item--top > div > p {
	color: #FA383C;
}
#countries .malaysia .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #FD9987 0%, #FA383C 100%);
}
#countries .malta .countries__item--top {
	background: linear-gradient(135deg, #FD9987 0%, #FA383C 100%);
}
#countries .malta .countries__item--top > div > p {
	color: #FA383C;
}
#countries .malta .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #FD9987 0%, #FA383C 100%);
}
#countries .indonesia .countries__item--top {
	background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
}
#countries .indonesia .countries__item--top > div > p {
	color: #eb9377;
}
#countries .indonesia .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
}
#countries .chatan .countries__item--top {
	background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}
#countries .chatan .countries__item--top > div > p {
	color: #31c1bc;
}
#countries .chatan .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}
#countries .niseko .countries__item--top {
	background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}
#countries .niseko .countries__item--top > div > p {
	color: #f49c10;
}
#countries .niseko .countries__item--bottom div:nth-of-type(2) a {
	background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	price
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#price .type1__image {
	max-width: 335px;
	margin: 0 auto 16px;
}
#price .price__table {
	margin-bottom: 24px;
}
#price .price__table--select {
	display: flex;
	cursor: pointer;
}
#price .price__table--select p {
	background: #fff;
	border: 2px solid #222;
	border-radius: 2px;
	width: 33.333333%;
	padding: 6px 0;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#price .price__table--select p:nth-of-type(1) {
	border-radius: 8px 2px 2px 2px;
}
#price .price__table--select p:nth-of-type(5) {
	border-radius: 2px 8px 2px 2px;
}
#price .price__table--select p:nth-of-type(1).active {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
	color: #fff;
}
#price .price__table--select p:nth-of-type(2).active {
	background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
	color: #fff;
}
#price .price__table--select p:nth-of-type(3).active {
	background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
	color: #fff;
}
#price .price__table--text.show {
	display: block;
}
#price .price__table--text {
	display: none;
	background: #f6f6f6;
	border: 2px solid #222;
	border-radius: 0 0 8px 8px;
	padding: 8px 20px;
}
#price .price__table--text--item {
	padding: 12px 24px;
	border-bottom: 1px solid #222;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#price .price__table--text--item:last-of-type {
	border-bottom: none;
}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1) {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 4px;
}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(1) span{
	font-size: 24px;
	font-weight: 800;
}
#price .price__table--text--item > div:nth-of-type(1) p:nth-of-type(2) {
	display: inline-block;
	padding: 2px 8px;
	background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
	border-radius: 80px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
#price
	.price__table--text:nth-of-type(2)
	> .price__table--text--item
	> div:nth-of-type(1)
	p:nth-of-type(2) {
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
}
#price
	.price__table--text:nth-of-type(3)
	.price__table--text--item
	> div:nth-of-type(1)
	p:nth-of-type(2) {
	background: linear-gradient(135deg, #fc75ae 0%, #eb9377 100%);
}
#price
	.price__table--text:nth-of-type(4)
	.price__table--text--item
	> div:nth-of-type(1)
	p:nth-of-type(2) {
	background: linear-gradient(135deg, #36b906 0%, #31c1bc 100%);
}
#price
	.price__table--text:nth-of-type(5)
	.price__table--text--item
	> div:nth-of-type(1)
	p:nth-of-type(2) {
	background: linear-gradient(135deg, #ffdd4d 0%, #f49c10 100%);
}
#price .price__table--text--item > div:nth-of-type(2) {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1) {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(1) span {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
#price .price__table--text--item > div:nth-of-type(2) p:nth-of-type(2) {
	display: inline-block;
	color: #727272;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 8px;
}
#price .attention {
	text-align: right;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	#price .type1__image {
		max-width: 100%;
		margin: 0 auto 16px;
	}
	#price .price__table--select{
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#price .price__table--select p{
		font-size: 14px;
		margin-bottom: 4px;
	}
	#price .price__table--select p:nth-of-type(1),	#price .price__table--select p:nth-of-type(2),	#price .price__table--select p:nth-of-type(3){
		width: 32.241555783%;
		border-radius: 2px;
	}
	#price .price__table--select p:nth-of-type(4),	#price .price__table--select p:nth-of-type(5){
		width: 48.837209302%;
		border-radius: 2px;
	}
	
	#price .price__table--text--item {
		display: block;
	}
	#price .price__table--text--item > div:nth-of-type(1) {
		margin-bottom: 8px;
	}
	#price .price__table--text--item > div:nth-of-type(2) {
		justify-content: flex-start;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__1 .type1__flex3 {
	margin-bottom: 16px;
}
#trial__1 .type1__flex3 img {
	max-width: 108px;
	width: 32.23880597%;
}
#trial__1 .type1__text {
	color: #fff;
	font-size: 16.8px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 24px;
}
#trial__1 .type1__flex2.person {
	margin-bottom: 24px;
}
#trial__1 .type1__flex2.person img:nth-of-type(1) {
	max-width: 90px;
	width: 26.865671641%;
}
#trial__1 .type1__flex2.person img:nth-of-type(2) {
	max-width: 237px;
	width: 70.746268656%;
}
#trial__1 .type1__flex2.faq {
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#trial__1 .type1__flex2.faq img {
	max-width: 163px;
	width: 48.656716417%;
	margin-bottom: 8px;
}
#trial__1 .type1__inner3 a img {
	width: 280px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	#trial__1 .type1__text {
		font-size: 14.4px;
	}
}

@media only screen and (max-width: 768px) {
	#trial__1 .type1__flex2 {
		display: flex;
	}
	#trial__1 .type1__flex3 {
		display: flex;
	}
	#trial__1 .type1__text {
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	support
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#support .type1__inner1 {
	margin-bottom: 40px;
}

.type1__inner2--support {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 360px;
	margin: 0 auto 8px;
}
.type1__inner2--support img {
	max-width: 66px;
	width: 18.333333333%;
	margin: 0 2.222222222% 8px;
}
@media only screen and (max-width: 768px) {
	#support .type1__flex3 div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#voice .voice__item > img {
	max-width: 90px;
	width: 28.571428571%;
	margin: 0 auto 8px;
}
@media only screen and (max-width: 768px) {
	#voice .voice__item {
		margin-bottom: 20px;
	}
	#voice .voice__item:last-of-type {
		margin-bottom: 0;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	movie
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#movie .movie{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}
#movie .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#parents .type1__flex4{
	margin-bottom: 40px;
}
.parents__item {
	border: 2px solid #222;
	border-radius: 2px;
	text-align: center;
	max-width: 232px;
	width: 23.746161719%;
}
.parents__item > p:nth-of-type(1) {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
	margin: 8px 0 12px;
}
.parents__item > p:nth-of-type(2) {
	display: inline-block;
	color: #0085ff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	border-bottom: 1px solid #0085ff;
	margin-bottom: 16px;
}
.parents__item div {
	margin-bottom: 12px;
}
.parents__item div p {
	display: inline-block;
	width: auto;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 14px;
	text-align: left;
	position: relative;
}
.parents__item div p:before {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
	border-radius: 50%;
	position: absolute;
}
.parents__item div p:nth-of-type(1):before {
	content: url(/wordpress/wp-content/themes/u-gaku__theme/images/front-page/parents__item--1.svg);
}
.parents__item div p:nth-of-type(2):before {
	content: url(/wordpress/wp-content/themes/u-gaku__theme/images/front-page/parents__item--2.svg);
}

@media only screen and (max-width: 1024px) {
	.parents__item {
		max-width: 100%;
		width: 48.686244204%;
		margin-bottom: 16px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	trial__2
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#trial__2 .type1__text {
	color: #fff;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 40px;
}
#trial__2 .type1__inner2 a img {
	width: 280px;
	margin: 0 auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.faq__item {
	margin-bottom: 24px;
}
.faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	border: 2px solid #222222;
	border-radius: 2px;
	box-shadow: 2px 2px 0px #727272;
}
.faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
.faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
.faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
.open .faq__item--answer {
	display: flex;
}
.faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	countermeasures
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#countermeasures .type1__flex2{
	align-items: baseline;
	justify-content: center;
}
.countermeasures__item {
	background: #fff;
	border-radius: 2px;
	padding: 10px;
}
.countermeasures__item .type1__headline {
	padding: 8px 0;
	font-size: 12px;
	margin-bottom: 16px;
}
.countermeasures__item div p {
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 14px;
	margin-bottom: 8px;
	text-align: left;
	position: relative;
}
.countermeasures__item div p:last-of-type {
	margin-bottom: 0;
}
.countermeasures__item div p:before {
	width: 10px;
	height: 10px;
	top: 50%;
	left: 0px;
	transform: translate(0, -50%);
	border-radius: 50%;
	position: absolute;
	content: url(/wordpress/wp-content/themes/u-gaku__theme/images/front-page/countermeasures__item.svg);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news .news__item {
	width: 100%;
	border: 2px solid #222;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 2px 2px 0px #727272;
	padding: 16px 20px;
	margin-bottom: 24px;
}
#news .news__item:last-of-type {
	margin-bottom: 0;
}
#news .news__item--info {
	display: flex;
	margin-bottom: 8px;
}
#news .news__item--info p:nth-of-type(1) {
	font-size: 12px;
	font-weight: 700;
	color: #0085ff;
	margin-right: 8px;
}
#news .news__item--info p:nth-of-type(2) {
	font-size: 12px;
	font-weight: 700;
}
#news .news__item--text {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.5;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#form iframe{
	width: 100%;
	height: 572px;
}
#brandButton{
	display: none!important;
}
@media only screen and (max-width: 768px) {
	#form iframe{
		width: 100%;
		height: 464px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	floating
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.floating{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
    opacity: 0;
    transition: opacity 0.4s ease-in;
    pointer-events: none;
}
.add .floating{
    opacity: 1;
    transition: opacity 0.4s ease-in;
    pointer-events: auto;
}