@charset "utf-8";

/*　RESET
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea,select,button {
	outline: none;
}

/*　BASE
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

/* ***** スマホ **** */
@media only screen and (min-width : 0px) and (max-width : 767px) {
	body {
		font-size: 14px;
	}
	.container {
		padding: 20px 0;
	}
}

/*　Link
----------------------------------------------------*/
a:link {
	color: #4d83ff;
	text-decoration : none;
	transition: 0.3s;
}
a:link img {
	transition: 0.3s;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a:visited {
	color: #4d83ff;
}

/*　CONTENTS
----------------------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 15px 3%;
	border-bottom: 1px solid #d8d8d8;
}
h2 {
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #042cb3;
	border: 2px solid #beefd9;
	border-radius: 8px;
}
.image {
	text-align: right;
}
.image img {
	position: relative;
	max-width: 100%;
	left: -250px;
	top: 70px;
	margin-bottom: 25px;
}
.image.max80 img {
	max-width: 80%;
	top: 30px;
}
.image.max70 img {
	max-width: 70%;
}
.image_box {
	display: flex;
	justify-content: center;
}
.image_box .image {
	max-width: 300px;
	text-align: right;
}
.image_box .inner {
	width: 35%;
	max-width: 220px;
	box-sizing: border-box;
}
.image_box .frame {
	color: #fff;
	padding: 30px 30px 35px;
	border-radius: 50%;
	position: relative;
}
.image_box .frame.gray {
	background: #898d92;
	left: -11px;
}
.image_box .frame.blue {
	background: #042cb3;
	left: -325px;
}
.image_box.type1 .frame.blue {
	max-width: 128px;
	padding: 15px 30px 20px;
	top: -80px;	
}
.image_box .frame:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 5%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.image_box .frame.gray:before {
	right: 6%;
	border-right: 20px solid #898d92;
	transform: rotate(-135deg);
}
.image_box .frame.blue:before {
	left: 6%;
	border-right: 30px solid #042cb3;
	transform: rotate(-45deg);
}
.image_box.type1 .frame.blue:before {
	bottom: 0;
	left: 0;
}
p.small {
	font-size: 13px;
}
p#message_1 {
	font-size: 22px;
}
p.message_2 {
	font-size: 22px;
}
span.number {
	display: inline-block;
	width: 20px;
	font-size: 15px;
	line-height: 1.0;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	padding: 3px 0;
	background: #08ce79;
	border-radius: 100%;
}
.mb30 > .inner > .frame.blue {
	top: -80px;
}
.image_box.mb50 > .inner > .frame.gray {
	top: -127px;
}
.image_box.type1 > .inner > .frame.gray {
	top: 0;
}
/* ***** スマホ **** */
@media only screen and (min-width : 0px) and (max-width : 767px) {
	h1 {
		font-size: 18px;
		padding: 15px 5%;
	}
	h2 {
		font-size: 16px;
	}
	.image_box .image {
		max-width: 230px;
	}
	.image_box .inner {
		width: 50%;
	}
	.image_box .frame {
		font-size: 13px;
		line-height: 1.3;
		padding: 15px 20px;
	}
	.image_box.type1 .frame.blue {
		max-width: 40px;
		padding: 15px 20px;
	}
	.image_box .frame:before {
		bottom: -2%;
	}
	.image_box .frame.gray:before {
		right: 3%;
	}
	.image_box .frame.blue:before {
		left: 3%;
	}
	.image_box.type1 .frame.blue:before {
		bottom: -2%;
		left: -2%;
	}
	p.small {
		font-size: 12px;
	}
	span.number {
		width: 18px;
		font-size: 13px;
	}
}

/*　ETC
----------------------------------------------------*/
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

/* ***** スマホ **** */
@media only screen and (min-width : 0px) and (max-width : 767px) {
	.mb30 { margin-bottom: 25px; }
	.mb40 { margin-bottom: 30px; }
	.mb50 { margin-bottom: 40px; }
}
@media only screen and (max-width: 1380px) {
	.image img {
		left: 0;
	}
	.image_box .frame.blue:before {
		border-right: 22px solid #042cb3;
	}
	.image_box .frame.blue {
		left: -70px;
	}
	.image_box.type1 .frame.blue {
		max-width: 128px;
		padding: 15px 20px;
	}
	.image_box.type1 .frame.blue {
		top: 0px;
	}
	.mb30 > .inner > .frame.blue {
		top: -25px;
	}
	.image_box .frame.gray:before {
		right: 8%;
	}
	.image_box.mb50 > .inner > .frame.gray {
		top: -135px;
		left: 100px;
	}
	.image_box.type1.mb50 > .inner > .frame.gray {
		top: 0px;
	}
	p.frame.gray,
	p.frame.blue {
		text-align: center;
	}
	.mb30 > .inner > .frame.gray.mb10 {
		left: 100px;
	}
}
@media only screen and (max-width: 750px) {
	.image img {
	left: 0;
	}
	.image_box .frame.blue:before {
		border-right: 22px solid #042cb3;
	}
	.image_box .frame.blue {
		left: -45px;
	}
	.image_box.type1 .frame.blue {
		max-width: 128px;
		padding: 15px 20px;
	}
	.image_box.type1 .frame.blue {
		top: 0;
	}
	.mb30 > .inner > .frame.blue {
		top: 0;
	}
	.image_box .frame.gray:before {
		right: 8%;
	}
	.image_box.mb50 > .inner > .frame.gray {
		top: -75px;
		left: -11px;
	}
	.image_box.type1.mb50 > .inner > .frame.gray {
		top: -12px;
		left: -11px;
	}
	p.frame.gray,
	p.frame.blue {
		text-align: center;
	}
	.mb30 > .inner > .frame.gray.mb10 {
		left: 25px;
	}
	p#message_1,
	p.message_2 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px) {
	.image img {
	left: 0;
	}
	.image_box .frame.blue:before {
		border-right: 22px solid #042cb3;
	}
	.image_box .frame.blue {
		left: -45px;
	}
	.image_box.type1 .frame.blue {
		max-width: 128px;
		padding: 15px 20px;
	}
	.image_box.type1 .frame.blue {
		top: 0;
	}
	.mb30 > .inner > .frame.blue {
		top: -7px;
	}
	.image_box .frame.gray:before {
		right: 8%;
	}
	.mb30 > .inner > .frame.gray.mb10 {
		left: -11px;
		width: 112px;
	}
	.image_box.mb50 > .inner > .frame.gray {
		top: -75px;
		width: 112px;
	}
	.image_box.type1.mb50 > .inner > .frame.gray {
		top: -15px;
	}
	p.frame.gray,
	p.frame.blue {
		text-align: center;
	}
}
@media only screen and (max-width: 300px) {
	.mb30 > .inner > .frame.gray.mb10 {
		left: -25px;
	}
	.image_box.mb50 > .inner > .frame.gray {
		top: -75px;
		left: -25px;
	}
	.image_box.type1.mb50 > .inner > .frame.gray {
		top: -15px;
		left: -25px;
	}
	.image_box.type1 .frame.blue {
		top: 0;
		left: -11px;
	}
	.image_box .frame.blue {
		left: -11px;
	}
	.mb30 > .inner > .frame.blue {
		left: -11px;
	}
}