@charset "UTF-8";

/*----------------------------------------

	PC閲覧用

	
	SP閲覧用

	
-----------------------------------------*/
.underline_dots {
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.fa {
	margin-right: 5px;
	font-size: 150%;
}

strong{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.5px;
}

section[id^="box"] h2 {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 7px 15px 5px;
	color: #fff;
	background: #006;
	border-left: 2px solid #3eb2d4;
	border-bottom: 2px solid #3eb2d4;
	border-radius: 10px 0 10px 10px;
	font-size: 130%;
	font-weight: bold;
}

section[id^="box"] h3 {
	position: relative;
	padding: 15px 0 10px 0;
	font-size: 140%;
}

section[id^="box"] h4 {
	padding: 10px 0;
	font-size: 115%;
	font-weight: bold;
}

/* ==========================================================
	PC閲覧用 481px以上
========================================================== */

@media print, screen and (min-width: 481px) {
section[id^="box"] h3:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 13px;
	background: #ffe7db;
	z-index: -1;
}

section[id^="box"] img{
	width: 256px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

section[id^="box"] p{
	line-height: 1.7em;
	margin-top: -4px;
	letter-spacing: 0.5px;
}

section[id^="box"] h3 {padding-right: 10px;}

section[id^="box"] h3:not(:first-of-type){margin-top: 20px;}

/*----------------------------------------
	box1
-----------------------------------------*/
#box1 img {
	margin-left: 20px;
}

/*----------------------------------------
	box2
-----------------------------------------*/
#box2 dl {
width: 420px;
	color: #000066;
	float: left;
}

#box2 dl dt {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000066;
	font-size: 120%;
	font-weight: bold;
}

#box2 dl dd:first-of-type {
	margin-bottom: 20px;
}


/*----------------------------------------
	box4
-----------------------------------------*/
#box4 .inner > p {
	margin-bottom: 15px;
}

#box4 ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

#box4 ul li strong{
	border-bottom-color: #cc3333;
	color: #cc3333;
}

#box4 .inner dl {
	float: left;
	overflow: hidden;
	width: 340px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #84be29;
	border-radius: 5px;
}

#box4 .inner dl:nth-of-type(odd){
	margin-right: 20px;
}

#box4 .inner dl dt {
	padding: 3px 15px;
	color: #fff;
	background: #84be29;
	font-size: 110%;
	font-weight: bold;
}

#box4 .inner dl dd {
	padding: 15px;
}

/*----------------------------------------
	box5
-----------------------------------------*/
#box5 .inner {
	margin-top: 15px;
}

#box5 .inner img {
	position: relative;
	z-index: 1;
}

#box5 .inner h5 {
	width: 28%;
	margin-bottom: 8px;
	padding: 5px 12px;
	color: #fff;
	background: #3eb2d4;
	font-size: 110%;
	text-align: center;
	border-radius: 5px;
}

#box5 ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

#box5 ul li strong{
	border-bottom-color: #3eb2d4;
	color: #3eb2d4;
}

#box5 ul li:after {
	content: "";
	display: block;
	clear: both;
}


}


/* ==========================================================
	SP閲覧用 480px以下
========================================================== */

@media screen and (max-width: 480px) {
section[id^="box"] img{
	width: 50%;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

section[id^="box"] p{
	line-height: 1.7em;
	margin-top: -4px;
	letter-spacing: 0.5px;
}

section[id^="box"] h3 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #ffe7db;
}

section[id^="box"] h3:not(:first-of-type){margin-top: 20px;}

/*----------------------------------------
	box1
-----------------------------------------*/
#box1 img {
	margin-left: 10px;
}

/*----------------------------------------
	box2
-----------------------------------------*/
#box2 dl {
	color: #000066;
}

#box2 dl dt {
	padding-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
}

#box2 dl dd:first-of-type {
	margin-bottom: 20px;
}

/*----------------------------------------
	box4
-----------------------------------------*/
#box4 .inner > p {
	margin-bottom: 15px;
}

#box4 ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

#box4 ul li strong{
	border-bottom-color: #cc3333;
	color: #cc3333;
}

#box4 .inner dl {
	float: none;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #84be29;
	border-radius: 5px;
}

#box4 .inner dl:nth-of-type(odd){
	margin-right: 20px;
}

#box4 .inner dl dt {
	padding: 3px 15px;
	color: #fff;
	background: #84be29;
	font-size: 110%;
	font-weight: bold;
}

#box4 .inner dl dd {
	padding: 15px;
}

/*----------------------------------------
	box5
-----------------------------------------*/
#box5 .inner {
	margin-top: 15px;
}

#box5 .inner img {
	position: relative;
	z-index: 1;
}

#box5 .inner h5 {
	display: inline-block;
	margin-bottom: 8px;
	padding: 5px 12px;
	color: #fff;
	background: #3eb2d4;
	font-size: 110%;
	text-align: center;
	border-radius: 5px;
}

#box5 ul li:not(:last-of-type) {
	margin-bottom: 15px;
}

#box5 ul li strong{
	border-bottom-color: #3eb2d4;
	color: #3eb2d4;
}

#box5 ul li:after {
	content: "";
	display: block;
	clear: both;
}


}

