@charset "UTF-8";

/*M PLUS 1p*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
/*Kaisei Opt*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');


.entry-header {
	margin-top: 100px;
	text-align: center;
	margin-bottom: .5rem;

}

h1.entry-title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: .5rem;
}

h1.entry-title a {
	text-decoration: none;
	color: #003366;
}

h1.entry-title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #79b6c8;
	border-radius: 2px;
}

.entry-content .fuki-2,
.entry-content .fuki-1,
.entry-content .fuki-0 {
	position: relative;
	width: min(98%, 860px);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #999;
	box-shadow: 1px 1px 5px #aaa;
	background-color: #fff;
	z-index: 1;
}

.entry-content .fuki-1,
.entry-content .fuki-2 {
	margin: 20px 80px 40px 0;
}

.entry-content .fuki-0 {
	margin: 20px 0 40px 80px;
}

mark {
	background: linear-gradient(transparent 60%, yellow 0%);
}


.entry-content {
	width: min(98%, 1024px);
	margin: auto;
}




.box {
	margin: 0 auto 50px;
}

.box p {
	line-height: 1.6;
	letter-spacing: .05rem;
}

.box .guide {
	background-color: #F2F0EB;
	border: 3px solid #f4d483;
	border-radius: 16px;
	padding: 60px;
}

.box .guide h2 {
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}

.box .guide h3 {
	font-family: "Kaisei Opti", serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: .75rem;
}

.box p {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.box h2 {
	font-family: "Kaisei Opti", serif;
	font-weight: 500;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}


.box .inline_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box .inline_img img {
	width: calc((100% - 5px));
}



.box .img_after h3 {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto .75rem;
}

.box .pr {
	background-color: #e0f2fa;
	border: 3px solid #f4d483;
	border-radius: 16px;
	padding: 60px;
}

.box .pr p {
	margin-bottom: .75rem;
}

.box .pr table {
	width: 100%;
	margin-bottom: 2rem;
}

.box .pr table th,
.box .pr table td {
	border: 2px solid #f4d483;
	padding: 16px;
}

.box .pr table th {
	background: #f7dd9d;
}

.box .pr table td {
	background: #F2F0EB;
	text-align: center;
}


.box .about {
	background-color: #F2F0EB;
	border: 3px solid #f4d483;
	border-radius: 16px;
	padding: 60px;

}

.box .about .info {
	width: min(98%, 640px);
	margin: auto;

}

.box .about .info h4 {
	font-size: 2rem;
	text-align: center;
	background-color: #f4d483;
	border: 3px solid #ecbf4d;
	border-radius: 16px;
	padding: 16px;
	margin: 2rem auto 0;
}

.box .about .info h4 a {
	display: block;
	text-decoration: none;
	color: #333;
}

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

	/*スマホ*/
	.entry-content .fuki-2,
	.entry-content .fuki-1,
	.entry-content .fuki-0 {
		width: 80%;
	}

	.entry-content .fuki-1,
	.entry-content .fuki-2 {
		margin-right: 0%;
	}

	.entry-content .fuki-0 {
		margin-left: 20%;
	}

	.box .guide,
	.box .pr,
	.box .about{
	  padding: 30px;
	}


.box .inline_img{
  display: block;
}

.box .inline_img img{
  width: 100%;
  margin-bottom: 10px;
}


}

/*スマホ*/


@media only screen and (min-width: 737px) and (max-width: 1024px) {}


@media only screen and (max-width: 321px) {}


@media only screen and (max-width: 470px) {
	/*ヘッド*/



}