
@charset "UTF-8";


@font-face {
	font-family: 'headernav';
	src:url('../fonts/headernav.eot') format('embedded-opentype'),
	    url('../fonts/headernav.woff') format('woff'),
	    url('../fonts/headernav.ttf') format('truetype'),
	    url('../fonts/headernav.svg') format('svg');
	font-weig..
	font-style: normal;
}

html{
	font-size: 10px;
}
@media (max-width: 450px) {
	html{
		font-size: 8px;
	}
}

body{
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	overflow-x: hidden;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}

h1{
	margin: 50px 0;
}

h2{
	font-size: 1.8rem;
	margin: 0;
}

h3{
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 3px;
	width: 100%;
	margin: 20px 0 50px;
}

h4{
	font-size: 1.2rem;
	font-weight: normal;
	margin: 15px 0;
}
@media (max-width: 450px) {
	h3{
		font-size: 2.5rem;
		margin: 12vmin 0 8vmin;
	}
}

img{ max-width: 100%; }

a{
	color: #0080cb;
}

a,
a:link,
a:visited{
	text-decoration: underline;
	/*text-decoration: none;*/
}

a:hover{
	text-decoration: underline;
}

/* IE6,7 対策 */
a img{
	border-style: none;
}

a.fade{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.fade:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration:none;
}

.blue_btn{
	display: inline-block;
	font-weight: bold;
	color: #fff !important;
	line-height: 1;
	background-color: #089cff !important;
	border-radius: 30px;
	border: 1px solid #089cff;
	padding: 5px 20px 5px;
	transition: 0.2s ease-in-out;
}
.blue_btn:hover{
	color: #089cff !important;
	background-color: #fff !important;
	text-decoration: none;
}

header{
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	padding: 20px 30px;
}
header img[src*="/title."]{
	/* width: 231px; */
	/* height: 52px; */
	max-width: none;
	margin-right: 20px;
}

nav.global{
	font-size: 2rem;
	margin-left: 0px;
}
nav.global span{
	font-family: 'headernav' !important;
}
nav.global a{
	font-family: 'headernav' !important;
	display: inline-block;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1;
	color: #000;
	border-radius: 30px;
	padding: 5px 20px 1px;
	transition: background-color 0.2s ease-in-out;
}
nav.global a:first-child{
	margin-left: 20px;
}
nav.global a.blue_btn{
	font-weight: normal;
	padding-bottom: 1px;
	margin-left: 20px;
}
nav.global a:hover{
	background-color: #ddd;
}
.nav_knob{
	cursor: pointer;
	display: none;
	position: fixed;
	top: 4vmin;
	right: 4vmin;
	z-index: 1100;
}
@media (max-width: 810px) {
	nav.global a:first-child{
		margin-left: 0px;
	}
}
@media (max-width: 720px) {
	header{
		display: flex;
		justify-content: space-between;
		width: 32vmin;
		padding: 3vmin 4vmin;
	}
	header img[src*="/title."]{
		width: 45vmin;
		height: 11vmin;
		max-width: 230px;
		max-height: 52px;
	}
	nav.global{
		display: none;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 1000;
		transition: opacity 0.2s ease-in-out;
	}
	nav.global.open{
		opacity: 1;
	}
	nav.global a{
		font-size: 3rem;
		text-align: center;
		/*width: 200px;*/
		margin: 2vmin 0;
	}
	nav.global a.blue_btn{
		margin-left: 0px;
	}
	.nav_knob{
		display: inline-block;
		width: 10vmin;
		max-width: 45px;
	}
}


footer{
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
}
footer .contact{
	font-weight: bold;
	color: #fff;
	background-color: #089cff;
	padding: 25px 0 45px;
}
footer .contact p{
	margin: 10px 0;
}
footer .contact a{
	display: inline-block;
	text-decoration: none;
	color: #089cff;
	background-color: #fff;
	border-radius: 50px;
	padding: 5px 40px;
	margin-top: 20px;
}
footer .bottom{
	padding: 80px 0;
}
footer .bottom img[src*="/common/title."]{
	margin-bottom: 10px;
}
footer .bottom p{
	margin: 2px 0;
}
@media (max-width: 720px) {
	footer img[src*="/title."]{
		width: 50vmin;
		max-width: 230px;
	}
}
@media (max-width: 450px) {
	footer .bottom{
		padding: 30px 0;
	}
}

.page_width{
	max-width: 90%;
	width: 940px;
	margin: 0 auto;
}

.page_width1000{
	max-width: 90%;
	width: 1000px;
	margin: 0 auto;
}

.page_width870{
	max-width: 85%;
	width: 870px;
	margin: 0 auto;
}

.page_width600{
	max-width: 90%;
	width: 600px;
	margin: 0 auto;
}

.contents{
}

table.type1{
	border-collapse: collapse;
	border-top: 1px solid #d9d9d9;
	width: 100%;
	margin-bottom: 80px;
}
table.type1 th,
table.type1 td{
	text-align: left;
	font-weight: normal;
	padding: 5px 40px;
	border-bottom: 1px solid #d9d9d9;
	min-width: 70px;
}
table.type1 th{
	background-color: #ddebf5;
}

table.form{
	border-collapse: collapse;
	width: 100%;
	margin: 40px 0;
}
table.form th,
table.form td{
	text-align: left;
	font-weight: normal;
	padding: 10px 20px 10px 0;
}
table.form th{
	vertical-align: top;
	padding-top: 20px;
	padding-left: calc((100vw - 940px) / 2);
}
table.form td{
	padding-right: calc((100vw - 940px) / 2);
}
table.form tr:nth-of-type(2n+1) th,
table.form tr:nth-of-type(2n+1) td{
	background-color: #e7f0f5;
}
table.form th.required:after{
	content: "必須";
	display: inline-block;
	float: right;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background-color: #0080cb;
	padding: 1px 9px;
	border-radius: 3px;
}
@media (max-width: 720px) {
	table.form,
	table.form tbody,
	table.form tr,
	table.form th,
	table.form td{
		display: block;
	}
	table.form th,
	table.form td{
		padding: 5vmin;
	}
	table.form th{
		padding-bottom: 1vmin;
	}
	table.form td{
		padding-top: 0;
	}
	table.form th.required:after{
		float: none;
		margin-left: 5vmin;
	}
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea{
	font-size: 1.6rem !important;
	box-sizing: border-box !important;
	padding: 10px 10px !important;
	border-radius: 5px !important;
	border: 1px solid #ccc !important;
	margin: 2px 0 !important;
	width: 100% !important;
	max-width: none !important;
	box-shadow: none !important;
}
input[type="number"]{
	text-align: center !important;
	width: 100px !important;
}
textarea{
	height: 150px !important;
}
input[type="submit"],
a.blue_btn2,
.mfp_element_button{
	cursor: pointer !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	font-size: 2.4rem !important;
	font-weight: bold !important;
	letter-spacing: 3px !important;
	color: #fff !important;
	text-shadow: none !important;
	background: #009dff !important;
	border: 1px solid #009dff !important;
	border-radius: 100px !important;
	padding: 22px 110px !important;
	transition: 0.2s ease-in-out !important;
	outline: none !important;
}
.mfp_element_button{
	font-size: 1.6rem !important;
	padding: 5px 10px !important;
}
input[type="submit"]:hover,
a.blue_btn2:hover,
.mfp_element_button:hover{
	color: #009dff !important;
	background: #fff !important;
	box-shadow: none !important;
}
input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
#mfp_button_send[disabled],
#mfp_button_send[disabled]:hover{
	pointer-events: none;
	background: #eee !important;
	border-color: #eee !important;
}
#mfp_overlay_inner h4{
	font-size: 1.8rem;
}
@media (max-width: 600px) {
	input[type="submit"],
	a.blue_btn2{
		padding: 20px 30px !important;
	}
}

#riyuu{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1330px;
	margin: 0 auto;
}
#riyuu h3{
	width: 100%;
}
#riyuu .box{
	text-align: center;
	color: #000;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px 20px;
	max-width: 300px;
	width: 22.5vw;
	margin-bottom: 5vw;
}
#riyuu .box1{ background-color: #e1d2a7; }
#riyuu .box2{ background-color: #a7e1e0; }
#riyuu .box3{ background-color: #a7e1b2; }
#riyuu .box4{ background-color: #e1a7ca; }
#riyuu .box h4{
	margin: 0;
}
#riyuu .box img{ box-sizing: border-box; }
#riyuu .box p{
	min-height: 130px;
	margin-top: 30px;
}
#riyuu .box .button{
	display: inline-block;
	color: #fff;
	background-color: #089cff;
	border-radius: 30px;
	padding: 0 20px;
}
@media (max-width: 1330px) {
	#riyuu .box img[src*="/riyuu/1."]{ padding: 0 1vw; }
	#riyuu .box img[src*="/riyuu/3."]{padding: 0 0vw;}
	#riyuu .box img[src*="/riyuu/4."]{ padding: 0 1vw; }
}
@media (max-width: 1000px) {
	#riyuu{ width: 80vw; }
	#riyuu .box{width: 35vw;}
}
@media (max-width: 650px) {
	#riyuu{ width: 90vw; }
	#riyuu .box{ width: 40vw; }
}
@media (max-width: 570px) {
	#riyuu .box{width: 80vw;}
	#riyuu .box p{ min-height: 0; margin-top: 3vmin; }
}


/* PC用 ******************************************************************************************* */

@media (min-width: 741px) {

}


/* スマホ用 */
@media (max-width: 900px) {
	table.type1 th,
	table.type1 td{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 450px) {
	header{
	}

	nav.global{
	}

	footer{
	}
}

/* スマホ用 縦向 */
@media (max-width: 450px) and (orientation: portrait) {
}

/* スマホ用 横向 */
@media (max-width: 740px) and (orientation: landscape) {
}





