@charset "utf-8";

/*-------------------------
汎用css
---------------------------*/
.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* width */


/* flex box */
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex a,
.flex img {
	display: block;
	width: 100%;
}
.reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.col2 > * {
	width: 50%;
}
.col0-2 > * {
	width: 100%;
}
.col-margin-0-30 {
	margin: 0;
}
.col-margin-0-30 > * {
	padding: 0;
}
.col-margin-60-30 {
	margin: 0 0 -60px -60px;
}
.col-margin-60-30 > * {
	padding: 0 0 60px 60px;
}
@media screen and (max-width: 960px) {
	.col0-2 > * {
		width: 50%;
	}
	.col-margin-0-30 {
		margin: 0 0 -30px -30px;
	}
	.col-margin-0-30 > * {
		padding: 0 0 30px 30px;
	}	
}
@media screen and (max-width: 640px) {
	.col-margin-60-30 {
		margin: 0 0 -30px -30px;
	}
	.col-margin-60-30 > * {
		padding: 0 0 30px 30px;
	}	
}

/* title */
.title01 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 180%;
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 2px dotted #3c73c6;
}
.title02 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #3c73c6;
	font-size: 180%;
}
.title02-size-l {
	font-size: 210%;
}
.title03 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 140%;
	text-align: center;
	position: relative;
}
.title03 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 .3em;
	position: relative;
	z-index: 1;
}
.title03::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #3c73c6;
	position: absolute;
	top: 50%;
}

/* font */
.font-serif {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.font-size-l {
	font-size: 160%;
}
.font-size-s {
	font-size: 70%;
}

/* text */
.text-c {
	text-align: center;
}
.text-l {
	text-align: justify;
}
.text-r {
	text-align: right;
}

/* template */
.tmp01 {
	position: relative;
}
.tmp01 h2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #000;
	font-size: 180%;
	text-align: center;
	line-height: 1.35;
	margin-bottom: .5em;
}
.tmp01 h2 img {
	display: block;
	width: 90%;
	margin: 0 auto 1em;
	border-radius: 50%;
}
.tmp01 p {
	text-align: justify;
}
.tmp01 a {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	color: rgba(255,255,255,0);
	border-radius: 10px;
	position: absolute;
	top: -10px;
	right: -10px;
}
.tmp01 a:hover {
	background-color: rgba(0,0,0,.05);
}
@media screen and (max-width: 640px) {
	.tmp01 h2 {
		font-size: 112%;
	}
	.tmp01 a {
		width: calc(100% - 10px);
		height: calc(100% - 10px);	
	}
}
.tmp02 {
	padding-top: 3em;
	overflow: hidden;
}
.tmp02 dt {
	width: 9em;
	color: #0d67a2;
	padding: 0 1em;
	border-right: 1px solid #3c73c6;
	float: left;
	clear: left;
}
.tmp02 dd {
	padding: 0 0 3em 10.5em;
	margin-bottom: 3em;
	border-bottom: 2px dotted #3c73c6;
}
.tmp02 a {
	text-decoration: underline;
}
.tmp02 a:hover {
	color: #0d67a2;	
}
.tmp03 {
	padding: 4em 0 4em 30%;
	border-bottom: 2px dotted #3c73c6;
	position: relative;
}
.tmp03 img {
	display: block;
	width: 24%;
	font-size: 58.47%;
	border-radius: 50%;
	position: absolute;
	top: 4em;
	left: 0;
}
.tmp03 dt {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #0d67a2;
	font-size: 171%;
}
.tmp03 dd {
	text-align: justify;
	margin-top: 1em;
}
@media screen and (max-width: 960px) {
	.tmp03 {
		padding: 0 0 30px 30px;
		border-bottom: none;
	}
	.tmp03 img {
		display: block;
		width: 90%;
		font-size: 100%;
		margin: 0 auto 1em;
		position: relative;
		top: 0;
	}
	.tmp03 dt {
		font-size: 130%;
		text-align: left;
	}
}
.tmp03 dd a {
	display: inline-block;
	width: auto;
	color: #0d67a2;
	padding: 0 2em 0 1em;
	margin: 1em 1em 0 0;
	border: 1px solid #0d67a2;
	position: relative;
}
.tmp03 dd a:after {
	content: "\25B6\FE0E";
	position: absolute;
	top: 0;
	right: .5em;
}
.tmp03 dd a:hover {
	background-color: #0d67a2;
	color: #fff;
}
.tmp04 {
	padding: 3em 0;
	border-bottom: 2px dotted #3c73c6;
	position: relative;
}
.tmp04 dt {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #0d67a2;
	font-size: 171%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tmp04 dd {
	text-align: justify;
	padding-left: 14em;
}
@media screen and (max-width: 640px) {
	.tmp04 dt {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.tmp04 dd {
		padding-left: 0;
		margin-top: 1em;
	}
}

/* anchor */
.anchor01 {
	display: block;
	background-color: #fff;
	color: #3c73c6;
	font-size: 1.1rem;
	text-align: center;
	padding: .2em 0 0;
	margin-top: 2em;
	border: 1px solid #3c73c6;
	position: relative;
}
.anchor01:after {
	content: "\25B6\FE0E";
	position: absolute;
	top: .2em;;
	right: 1em;
}
.anchor01:hover {
	background-color: #3c73c6;
	color: #fff;
}

/* margin */
.mt1 {
	margin-top: 1em !important;
}
.mt2 {
	margin-top: 2em !important;
}
.mt3 {
	margin-top: 3em !important;
}
.mt4 {
	margin-top: 4em !important;
}
.mt6 {
	margin-top: 6em !important;
}
.mt0-3 {
	margin-top: 0 !important;
}
@media screen and (max-width: 960px) {
	.mt0-3 {
		margin-top: 3em !important;
	}
}