@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

img{
	border: none;
	vertical-align: top;
	margin: 0;
}

a{text-decoration: none;}



/* ----------------------------------------------------------
	SP用全要素
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.pc {display: none;}

	img{max-width: 100%;}

}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------------------------
 layout
---------------------------------------------------------- */

body {
	color: #0e5f97;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px; text-align: left; line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

.wrapper{}

.contact,
.apply{
	text-align: center;
}
.contact a,
.apply a{
	display: inline-block;
	border-radius: 40px;
	color: #fff;
	background: #f5a739;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 170px;
	padding: 8px 0;
	position: relative;
	box-shadow: 0 4px 2px 0px rgba(0,0,0,0.3);
	text-align: center;
}
.contents .apply a{
	width: 220px;
	font-size: 22px;
}

.contact a:after,
.apply a:after{
	content: "";
	position: absolute;
	top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.aboutBlock{
	background: url(../img/bg_about.gif) top center;
	text-align: center;
	margin: 0 0 60px;
}
.aboutBlock h3{
	background: #fff;
	padding: 0 0 20px;
	margin: 0 0 40px;
}
.aboutBlock div{
	padding: 30px 0 0;
}
.aboutBlock div p{
	text-align: left;
	color: #fff;
	display: inline-block;
	width: 500px;
	margin: 0 0 0 40px;
}
.aboutBlock p.apply{
	background: #fff;
	padding: 50px 0 0;
	margin: 50px 0 0;
}
.meritBlock{
	background: url(../img/bg_merit.jpg) no-repeat top center;
	padding: 60px 0 75px
}
.meritBlock h3{
	text-align: center;
	margin: 0 0 20px;
}
.meritBlock .flow div{
	width: 320px;
	background: #fff;
	border-radius: 20px;
	padding: 20px 0 0;
}
.meritBlock .flow p{
	margin: 20px 20px 30px;
	line-height: 1.5;
}

.imageBlock{
	background: url(../img/bg_image.gif) top center;
	text-align: center;
	padding: 60px 0;
}

.stuffBlock{
	background: url(../img/bg_stuff.jpg) no-repeat top center;
	padding: 30px 0 40px;
}
.stuffBlock h3{
	text-align: center;
	position: relative;
}
.stuffBlock h3 img{
	position: relative;
}
.stuffBlock h3:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 128px;
	background: #fff;
	background-image: linear-gradient(#f4f4f4 1px, transparent 0),
						linear-gradient(90deg, #f4f4f4 1px, transparent 0);
	background-size: 10px 10px;
	text-align: center;
}

.stuffBlock .flow{
	margin: -25px auto 0;
	padding: 0 60px;
	background: rgba(255,255,255,.7);
	text-align: center;
	border-radius: 0 0 20px 20px;
	padding: 50px 0;
}
.stuffBlock .flow .step{
	vertical-align: middle;
}
.stuffBlock .flow dl{
	width: 420px;
	margin: 0 0 0 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.stuffBlock .flow dl dt{
	margin: 0 0 40px;
}
.stuffBlock .flow dl dd{
	font-size: 18px;
}
.stuffBlock .flow dl dd span{
	margin: 0 0 0 10px;
	text-shadow:
		2px 2px 2px #ffffff,2px 2px 2px #ffffff,
		-2px -2px 2px #ffffff,-2px -2px 2px #ffffff,
		-2px 2px 2px #ffffff,-2px 2px 2px #ffffff,
		2px -2px 2px #ffffff,2px -2px 2px #ffffff;
}


.frontBlock{
	background: url(../img/bg_front.jpg) no-repeat bottom center;
	padding: 40px 0 60px;
	margin: 0 0 60px;
}
.frontBlock h3{
	text-align: center;
	position: relative;
}
.frontBlock h3 img{
	position: relative;
}
.frontBlock h3 span{
	display: block;
	margin: 10px 0 0;
	position: relative;
}
.frontBlock h3:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 230px;
	background: #fff;
	background-image: linear-gradient(#f4f4f4 1px, transparent 0),
						linear-gradient(90deg, #f4f4f4 1px, transparent 0);
	background-size: 10px 10px;
	text-align: center;
}
.frontBlock .flow{
	margin: 0 auto 0;
	padding: 70px 0 50px;
	background: rgba(255,255,255,.7);
	border-radius: 0 0 15px 15px;
}
.frontBlock .flow div{
	width: 100%;
	text-align: center;
}

.frontBlock .flow div .step{
	vertical-align: middle;
}
.frontBlock .flow div dl {
	width: 420px;
	margin: 0 0 0 20px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.frontBlock .flow div dl dt{
	margin: 0 0 40px;
}
.frontBlock .flow div dl dd{
	text-shadow:
		2px 2px 2px #ffffff,2px 2px 2px #ffffff,
		-2px -2px 2px #ffffff,-2px -2px 2px #ffffff,
		-2px 2px 2px #ffffff,-2px 2px 2px #ffffff,
		2px -2px 2px #ffffff,2px -2px 2px #ffffff;
	font-size: 18px;
}


.productBlock{
    padding: 0 0 100px;
}
.productBlock table{
	width: 100%;
}
.productBlock table caption{
	text-align: center;
	margin: 0 0 40px;
}
.productBlock table th{
	background: #f9fcfe;
	border: 1px solid #dddddd;
	padding: 10px;
	text-align: center;
	width: 300px;
	vertical-align: middle;
}
.productBlock table td{
	border: 1px solid #dddddd;
	padding: 20px 40px;
}


.faqBlock {
	padding: 60px 0 80px;
}
.faqBlock h3{
	text-align: center;
	margin: 0 0 40px;
}
.faqBlock .acc{
	border-bottom: 1px solid #aaa;
    margin: 0 0 30px;
    padding: 0 60px 30px;
}
.faqBlock .acc:last-child{
	border: none;
	margin: 0;
}
.faqBlock .acc .acc_btn{
	background: url(../img/btn_open.gif) no-repeat 95% center;
	font-size: 30px;
	cursor: pointer;
}
.faqBlock .acc .acc_btn:hover{
	opacity: .7;
}
.faqBlock .acc .acc_btn.close{
	background: url(../img/btn_close.gif) no-repeat 95% center;
	font-size: 30px;
}
.faqBlock .acc .acc_btn span{
	display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

.faqBlock .acc .acc_toggle{
	display: flex;
	margin: 40px 0 0;
	color: #00aeca;
}
.faqBlock .acc .acc_toggle span{
	margin: 0 30px 0 0;
}


.contactBlock{
	background: url(../img/bg_contact.gif) top center;
	text-align: center;
	padding: 60px 0;
}
.contactBlock h3{
	margin: 0 0 60px;
}
.contactBlock .apply a{
	width: 320px;
	color: #cf7900;
	background: #fff;
	font-size: 25px;
	padding: 15px 10px;
}

.contactBlock a:after{
	content: "";
    right: 30px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #cf7900;
    border-right: 4px solid #cf7900;

}

.btnlink {position: relative;}
.btnlink a{
	display: block;
	background: #0e81bf;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: bold;
}
.btnlink a:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer{
	text-align: center;
	position: relative;
}
footer dl{
	margin: 40px 0 50px;
}
footer dl dd{
	margin: 20px 0 0;
	font-size: 14px;
}
footer a{
	color: #0e5f97;
	text-decoration: underline;
}
footer a:hover{
	text-decoration: none;
}




@media screen and (min-width: 769px) {
	a:hover{
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
	.sp{display: none;}

	.inner{width: 1000px; margin: auto;}

	header h1{
		float: left;
	}
	header p.contact{
		text-align: right;
	}
	header dl{
		width: 360px;
		float: right;
	}
	header dl dt{
		float: left;
	}
	header dl dd{
		float: right;
	}
	header .inner{
		margin: 15px auto;
	}

	.contents {}
	.mainvisual{
		background: url(../img/bg_main.jpg) no-repeat top center;
		text-align: center;
		min-width: 1000px;
		padding: 30px 0 50px;
		margin: 0 0 60px;
	}

	.stuffBlock .flow{
	    width: 1000px;
	}
	.meritBlock .flow{
		display: flex;
	}
	.meritBlock .flow div:nth-of-type(2){
		margin: 0 20px;
	}
	.stuffBlock .flow{

	}
	.stuffBlock .flow dl dd{
		display: flex;
		align-items: center;
		margin: 0 0 20px;
		font-size: 18px;
	}
	.frontBlock .flow{
		display: flex;
	    width: 1000px;
	}
	.frontBlock .flow div:last-child{

	}


	footer{}
	footer .pmark{
		position: absolute;
		top: 0;
		left: -380px;
		right: 0;
	}



}


/* ----------------------------------------------------------
	SP用トップページ
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
	body {font-size: 14px; line-height: 1.6;}

	img{width: 100%;}

	header .inner div{margin: 10px;}
	header .inner div img{width: 210px;}
	header{
		width: 100%;
	}
	header h1{background: #fff; padding: 10px;}
	header h1 span{display: block; font-size: 10px; white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	header .inner{
		margin: 0 10px;
	    text-align: center;
	}
	header .inner img{
	    width: 350px;
	}
	header .inner dl{
		text-align: center;
		letter-spacing: -6px;
	}
	header .inner dl dt{
		display: inline-block;
		margin: 0 10px 0 0;
		letter-spacing: 0;
	}
	header .inner dl dd{
		display: inline-block;
		letter-spacing: 0;
	}
	header .inner dl a{
		width: 150px;
	}

	.contents {
	
	}
	.mainvisual{
		margin: 0 0 40px;
	}


	.aboutBlock{
		margin: 0 0 25px;
	}
	.aboutBlock h3{
		padding: 0 0 5%;
	}
	.aboutBlock h3 img{
		width: auto;
		max-width: 80%;
	}
	.aboutBlock img{
		width: 80%;
	}
	.aboutBlock .inner {
		padding: 0;
	}
	.aboutBlock .inner img{
		width: 50%;
	}
	.aboutBlock div p{
		width: auto;
		margin: 20px 10px 0;
	}
	.aboutBlock p.apply{
		padding: 20px 0 0;
	}

	.meritBlock{
		padding: 40px 10px 40px;
		background: #e0e7e9 url(../img/bg_merit_sp.jpg) no-repeat top center;
	}
	.meritBlock h3{
		margin: 0 0 8%;
	}
	.meritBlock h3 img{
		width: auto;
		max-width: 60%;
	}
	.meritBlock .flow div{
		width: auto;
		padding: 20px 10px 5px;
		margin: 0 0 10px;
	}
	.meritBlock .flow p{
		padding: 10px;
		margin: 0 0 15px;
	}
	.imageBlock{
		padding: 40px 0 20px;
	}

	.stuffBlock {
		background: #f2f0ed url(../img/bg_stuff.jpg) no-repeat 50% 58px / 150%;
	}
	.stuffBlock .flow{
	    margin: -40px 10px 0;
	    padding: 60px 0 20px;
		display: flex;
		align-items: flex-start;
	}
	.stuffBlock .flow > .step{
		width: 35%;
		margin: 0 0 0 3%;
	}
	.stuffBlock .flow dl{
		width: 55%;
		margin: 0 0 0 20px;
	}
	.stuffBlock .flow dl dt {
	    margin: 0 20% 20px 0;
	}
	.stuffBlock .flow dl dd{
		font-size: 16px;
		margin: 20px 0 0;
	}
	.stuffBlock .flow dl dd img{
		width: 40px;
	}
	.stuffBlock .flow dl dd span{
		display: inline-block;
		width: calc(100% - 50px);
		margin: 0;
	}

	.stuffBlock h3{
		padding: 0 20px;
	}
	.stuffBlock h3:before {
		height: auto;
		padding: 20% 0 0;
	}
	.stuffBlock h3 span{
		font-size: 12px;
	}
	.stuffBlock .flow div .step{
		width: auto;
		max-width: 40%;
	}

	.frontBlock {
	    background: #edf1f1 url(../img/bg_front_sp.jpg) no-repeat bottom / cover;
	    padding: 40px 0 50px;
	}
	.frontBlock h3{
		padding: 0 20px;
	}
	.frontBlock h3:before {
		height: auto;
		padding: 48% 0 0;
	}
	.frontBlock h3 span{
		font-size: calc((100vw / 1000) * 32);
	}
	.frontBlock .flow{
		margin: 20px 10px 0;
		padding: 40px 0 30px;
	}
	.frontBlock .flow div{
		width: auto;
		margin: 0 30px;
	}
	.frontBlock .flow div .step{
	    width: auto;
	}
	.frontBlock .flow div dl{
		margin: 30px 0 0;
		width: auto;
	}
	.frontBlock .flow div dl dt{
		margin: 0 0 20px;
	}
	.frontBlock .flow div dl dt img{
		width: auto;
		max-width: 80%;
	}
	.frontBlock .flow div dl dd{
		font-size: calc((100vw / 1000) * 34);
	}





	.productBlock{
		padding: 40px 0 60px;
	}
	.productBlock img{
		width: auto;
		max-width: 40%;
	}
	.productBlock table{
		width: auto;
		margin: 0 10px;
	}
	.productBlock table caption{
		margin: 0 0 30px;
	}
	.productBlock table th{
		width: 30%;
	}
	.productBlock table td{
		padding: 10px;
		width: 500px;
	}



	.contactBlock{
		padding: 10% 0;
	}
	.contactBlock h3{
		margin: 0 0 10%;
	}
	.contactBlock img{
		width: auto;
		max-width: 80%;
	}
	.contactBlock a{
		width: 220px;
		font-size: 20px;
		padding: 10px 0;
	}
	.contactBlock a:after {
	    content: "";
	    right: 20px;
	    width: 10px;
	    height: 10px;
	    border-top: 4px solid #cf7900;
	    border-right: 4px solid #cf7900;
	}

	.float_bnr{
		position: fixed;
		bottom: 0px;
		display: none;
		width: 100%!important;
		background: #fff;
	}
	.float_bnr a{
		display: block;
		width: 100%;
		border-radius: 0;
	}
	

	footer{padding: 40px 0 0;}
	footer img{
		width: auto;
		max-width: 70%;
	}
	footer .pmark{
		margin: 0 0 30px;
	}
	footer dl {
		margin: 0 0 20px;
	}
	footer dl dd {
	    margin: 20px 0 0;
	    font-size: 14px;
	}
	footer .copy{background :#fff; text-align: center; padding: 10px 0; font-size: 12px;}

}

