html{
	font-size: 62.5%;
}
body{
	position: relative;
	margin:0 auto;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#site-wrap{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
}
.font_nsj {
	font-family: 'Noto Serif JP';
}


.menulogo{
	height: 50px;
}

div.menu {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height:50px;
	width:1000px;
	padding-top: 25px;
}
div.menu li {
	display: inline-block;
	margin-left: 25px;
	color:#FFF;
	font-weight: bold;
	font-size:1.5rem;
}
div.menu li:nth-child(2):before,.menu li:nth-child(3):before,.menu li:nth-child(4):before {
	content: "●";
	font-size: 0.5rem;
	color:#89bf63;
	margin-right: 25px;
}
div.menu a{
	text-decoration: none;
	text-align: center;
	color:#083968;
	letter-spacing: 0.1rem;
	transition:opacity 0.2s;
}
.menu a:hover{
	opacity: 0.6;
}
div.top {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 200px;
	padding-right: 200px;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
	width:1000px;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: center;
	border: #fff solid 3px;
	margin-bottom: 70px;
	background-color: #fff;
}
div.top h1 {
	font-size:1.6rem;
	color:#083968;
	letter-spacing: 0.1em;
	line-height: 150%;
	writing-mode: vertical-rl;
	padding:20px;
	background-color: #fff;
	
}

div.jigyoutitle{
	width:1000px;
	letter-spacing: -0.5em;
	margin: 0 auto;
	margin-bottom: 90px;
}
.jigyoutitle section{
	width:32%;
	/* height: 1000px; */
	display:inline-block;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	margin-right: 2%;
	position: relative;
}
.jigyoutitle section:last-child{
	margin:0;
} 

.jisseki {
	width:1000px;
	margin: 0 auto;
	margin-bottom: 90px;
}

#jissekititle dt{
	box-sizing: border-box;
	display:block;
	background-color: #083968;
	color:#fff;
	width:100%;
	line-height:400%;
	padding: 0 20px;
	cursor:pointer;
	font-size:1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	}
#jissekititle dd{
	box-sizing: border-box;
	display:none;
	background:#f2f2f2;
	width:100%;
	padding:30px 30px 0px 30px;
}
.jissekiflex {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.jissekiflex div {
	width: 18%;
	margin-bottom: 30px;
}
.jissekiflex img {
	width: 100%;
}
.phNull {
	visibility: hidden;
}

div.dia{
	width:114px;
	height: 114px;
	margin: 0 auto;
	position: relative;
}
div.dtop{
	width:0px;
	height: 0px;
	background:transparent;
	border-bottom: 57px solid #083968;
	border-left: 57px solid transparent;
	border-right: 57px solid transparent;
}
div.dbottom{
	width:14px;
	height: 0px;
	border-left: 50px transparent solid;
	border-right: 50px transparent solid;
	border-bottom: 0;
	border-top:50px #083968 solid;
}
p.title{
	font-size:4rem;
	color:#FFF;
	position: absolute;
	margin:0;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1.2,1);
	   -moz-transform: translateY(-50%) translateX(-50%) scale(1.2,1);
		-ms-transform: translateY(-50%) translateX(-50%) scale(1.2,1);
		 -o-transform: translateY(-50%) translateX(-50%) scale(1.2,1);
			transform: translateY(-50%) translateX(-50%) scale(1.2,1);
}
div.title{
	position: relative;
}
.title h2{
	font-size: 2.7rem;
	color:#083968;
	margin-top:18px;
	margin-bottom: 15px;
	letter-spacing: 0.3rem;
}
.title h2:before{
	display:block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top:-50px;
	left:0;
	background-color: #CCCCCC;
	z-index: -1;
}
.title h3{
	font-size: 1rem;
	color:#083968;
	margin-bottom: 70px;
	font-weight: normal;
}
.title h3:before,.title h3:after{
	display:block;
	position: absolute;
	height: 1px;
	bottom:-35px;
}
.title h3:before{
	content: "";
	width: 100%;
	background-color: #CCCCCC;
}
.title h3:after{
	content: "";
	width:30px;
	background-color: #083968;
	left:0;
	right:0;
	margin:auto;
}
p.jmain{
	text-align: left;
	color:#333333;
	margin:0;
	font-size:1.5rem;
	letter-spacing: 0.1rem;
	line-height:200%;
}
div.info{
	position: relative;
	width:100%;
	margin: 0 auto;
	padding-bottom:100px;
	background-color: #083968;
}
.info:before{
	content:"";
	position: absolute;
	left:0;
	right:0;
	margin: auto;
	width:0px;
	height: 0px;
	background:transparent;
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.info:after{
	content:"";
	position: absolute;
	bottom:-20px;
	left: 0px;
	right:0px;
	margin:auto;
	width:0px;
	height: 0px;
	background:transparent;
	border-top: 20px solid #083968;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.infowrap {
	width: 690px;
	margin:0 auto;
}
.info h2{
	margin: 0px;
	padding-top: 100px;
	padding-bottom:50px;
	color:#FFF;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 1rem;
}
.gmap{
	width:690px;
	height:450px;
	margin: 30px auto 0 auto;
}
.gmap iframe{
	 width:690px;
	 height:450px;
	 border:0px;
}
.info table{
	width:690px;
	margin :auto auto;
	color:#FFF;
	border-collapse: separate;
	border-spacing: 1rem 0;
}
.info tr{
	height: 68px;
}
/* .info th{
	vertical-align: top;
	border-bottom: 1px #FFF solid;
	padding:20px;
	font-size: 1.5em;
	height:65px;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	font-weight: normal;
} */
.info th,td{
	vertical-align: top;
	border-bottom: 1px #FFF solid;
	padding:30px 20px 25px 20px;
	font-size: 1.5em;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
}
.info td:nth-child(1){
	text-align: center;
}
.info ul{
	list-style-type: disc;
	list-style-position: inside;
	margin:0;
	padding: 0;
}
.info li {
	margin-bottom: 20px;
}
.info li:last-child {
	margin-bottom: 0;
}

div.cont{
	position: relative;
	width: 100%;
	margin:100px auto 0 auto;
	text-align: center;
}
.cont h2{
	color: #333;
	font-size:3rem;
	text-align: center;
	letter-spacing: 1rem;
	margin-top: 25px;
}
.cont h3{
	font-size:2.5rem;
	color:#083968;
	text-align: center;
	letter-spacing: 0.1rem;
	margin-top:25px;
	margin-bottom:25px;
}
.cont p{
	font-size:1.5rem;
	color:#333;
	margin-top:5px;
	margin-bottom:0;
	letter-spacing: 0.1rem;
	line-height: 200%;
}
.cont p:nth-child(5){
	display: inline-block;
	color: #333;
	font-size: 2.5rem;
	border-bottom: 1px #ccc solid;
	margin-top:20px;
	padding:0 5px 5px 5px;
	-webkit-transform: scale(1.25,1);
	   -moz-transform: scale(1.25,1);
		-ms-transform: scale(1.25,1);
		 -o-transform: scale(1.25,1);
			transform: scale(1.25,1);
}
.cont p:nth-child(5):before{
	content: url(img_icon-phone.svg)" ";
	display: inline-block;
	margin-right: 5px;
	-webkit-transform: scale(0.8,1);
	   -moz-transform: scale(0.8,1);
		-ms-transform: scale(0.8,1);
		 -o-transform: scale(0.8,1);
			transform: scale(0.8,1);
}
.cont p:last-child{
	font-weight: bold;
	margin-top:10px;
}
/* .cont span{
	display: inline-block;
	-webkit-transform: scale(1.25,1);
	   -moz-transform: scale(1.25,1);
		-ms-transform: scale(1.25,1);
		 -o-transform: scale(1.25,1);
			transform: scale(1.25,1);

} */
.form,.f_check,.f_retry{
	width: 100%;
	margin:30px auto 0 auto;
	text-align: center;
}
.f_def h2,.f_retry h2{
	font-weight:normal;
	font-size: 2.5rem;
	margin-top:100px;
}
.f_def th,.f_check th,.f_retry th{
	text-align: left;
	font-size:1.5rem;
	vertical-align: middle;
	width: 14em;
	letter-spacing: 0.1rem;
	color: #333;
}
.f_def em,.f_check em,.f_retry em{
	display: inline-block;
	font-size:10px;
	height: 15px;
	width: 26px;
	padding:0 10px;
	color: #fff;
	background-color: #f14e4e;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: translateY(-15%);
	   -moz-transform: translateY(-15%);
		-ms-transform: translateY(-15%);
		 -o-transform: translateY(-15%);
			transform: translateY(-6%);
			margin-left: 10px;
}
em span{
	display: inline-block;
	height: 13px;
	-webkit-transform: translateY(15%);
	   -moz-transform: translateY(15%);
		-ms-transform: translateY(15%);
		 -o-transform: translateY(15%);
			transform: translateY(20%);
}
.f_def td,.f_check td,.f_retry td{
	padding:0;
	text-align: left;
	width: 490px;
	vertical-align: top;
	color: #333;
}
.f_def table,.f_check table,.f_retry table{
	border-collapse: separate;
	border-spacing: 0 1.5rem;
	margin: 0 auto;
}
.f_def textarea,.f_retry textarea{
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	resize:none;
	width: 100%;
	height: 10em;
	padding:0.25em;
}
.f_def input,select {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height:2em;
	padding-right:0.25em;
	padding-left:0.25em;
}
.f_def select,.f_retry select{
	width: 100%;
}
.f_size_1{
	width: 4em;
}
.f_size_2{
	width: 50%;
}
.f_size_3{
	width: 100%;
}
.f_size_1 , .f_size_2 , .f_size_3 , textarea , select{
	font-size: 1.5rem;
	box-sizing:border-box;
	border:1px #ccc solid;
	color: #333;
}
.f_def button,.f_retry button{
	background-color: #083968;
	letter-spacing: 0.1em;
	border:none;
	margin-top:35px;
	color:#fff;
	width: 220px;
	height: 60px;
	font-size:1.5rem;
	font-weight: bold;
	cursor: pointer;
	transition:opacity 0.2s;
}
.f_check button{
	background-color: #083968;
	border:none;
	margin-top:35px;
	color:#fff;
	width: 110px;
	height: 50px;
	font-size:1.5rem;
	cursor: pointer;
	transition:opacity 0.2s;
}
.f_submit button{
	background-color: #083968;
	border:none;
	margin-top:35px;
	color:#fff;
	width: 220px;
	height: 50px;
	font-size:1.5rem;
	cursor: pointer;
	transition:opacity 0.2s;
}
button:hover{
	opacity: 0.6;
}
.f_def p,.f_check p,.f_retry p,.f_submit p{
	font-size:1.5rem;
	margin-top:10px;
	margin-bottom:0;
	color: #333;
	letter-spacing: 0.1rem;
}
.f_check td{
	font-size: 1.5rem;
	word-break: break-all;
}
.f_check h2{
	font-size: 2.5rem;
}
p.copyright{
	margin-top:100px;
	padding-bottom: 50px;
	text-align: center;
	color: #333;
	font-size: 1.3rem;
}
a.topicon{
	display:none;
	position:fixed;
	right: 3%;
	bottom:15%;
	width: 78px;
	height: 78px;
	border-radius:50%;
	overflow: hidden;
	transition:opacity 0.2s;
}
a.topicon:hover{
	opacity: 0.6;
}
.dialog_wrap{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(00,00,00,0.5);
	display: none;
}
#priv{
	cursor: pointer;
	text-decoration: underline;
	color: #175991;
}
.dialog{
	width: 50%;
	height: 80%;
	background-color: #FFF;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	margin:auto;
	padding: 2%;
	border-radius: 5px;
}
.close_button{
	width: 30px;
	height: 30px;
	border:1px #333 solid;
	border-radius: 10%;
	cursor: pointer;
	float:right;
}
.close_button span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #333;
}
.close_button span:first-child{
	-webkit-transform: translateY(14px) rotate(45deg);
	   -moz-transform: translateY(14px) rotate(45deg);
		-ms-transform: translateY(14px) rotate(45deg);
		 -o-transform: translateY(14px) rotate(45deg);
			transform: translateY(14px) rotate(45deg);
}
.close_button span:last-child{
	-webkit-transform: translateY(12px) rotate(-45deg);
	   -moz-transform: translateY(12px) rotate(-45deg);
		-ms-transform: translateY(12px) rotate(-45deg);
		 -o-transform: translateY(12px) rotate(-45deg);
			transform: translateY(12px) rotate(-45deg);
}
.dialog header{
	height: 10%;
}
.dialog header p{
	font-size: 2.5rem;
	margin:0;
	float:left;
}
.dialog_body{
	height: 90%;
	overflow-y: scroll;
}
.dialog_body p{
	font-size: 1.5rem;
	color: #333;
	margin-top: 1rem;
	line-height: 1.7;
}
.dialog_body p strong{
	font-weight: bold;
}
.head_inner{
	background-image: url(head_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
