@charset "utf-8";

/* ----------------------------------------
再定義
---------------------------------------- */
html {
	overflow-x: hidden;
}
body {
	line-height: 1.67;
	background-color: transparent;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #1b1b1b;
	overflow-x: hidden;
	font-size: 14px;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
ul {
	list-style-type: none;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.clearfix {
	*zoom: 1;
}

/* common style
---------------------------------------- */
.left { float: left; }
.right { float: right; }
.tac { text-align: center; }
.nowrap { white-space: nowrap; }
.fwb { font-weight: bold; }
.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important; }
.mb1em{ margin-bottom: 1em !important;}
.mt1em { margin-top: 1em !important}
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.ml1em { margin-left: 1em !important; }
.pd1em { padding: 1em !important; }
.col-red { color: #e60012; }
.fz-l { font-size: 16px;}

/* Layout
---------------------------------------- */
.inner {
	margin: 0 auto;
	font-size: 100%;
	width: 990px;
}
.inner h2 {
	text-align: center;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.sp {
	display: none;
}

/* background
---------------------------------------- */
#header {
	background: url(../images/header_bg.jpg) no-repeat center center;
}
#sub_h,.contact {
	background: #eee;
}
#navi {
	background: #00479d;
}
#navi .inner {
	width: 614px;
}
#navi .inner li:last-child { margin-right: 0; }
#intro-stripe {
	background: url(../images/help_bg.gif);
}
#intro-nayami {
	background: url(../images/bg_beige.gif);
}
#intro-solution {
	background: url("../images/blue_area_main.jpg") no-repeat center top;
}
#intro-solution_sp { display: none; }
#osusume {
	background: #ddf2fc;
}
#chigai {
	background: url(../images/chigai_bg.jpg) no-repeat center top;
}
.contact-box {
	background: url(../images/contact_box_bg.gif) no-repeat;
}

/* Header
---------------------------------------- */
#header {
	position: relative;
}
#header .inner {
	padding-top: 10px;
}
#header .logo,#header .txt {
	float: left;
}
#header .txt {
	color: #00479d;
	margin: 1.5em 0 0 1.5em;
}
#header .btn {
	float: right;
}


/* btn-regist
---------------------------------------- */
.btn-regist {
	position: absolute;
	top: 137px;
	right: 0;
	z-index: 999;
}
.btn-regist.fixed {
	top: 15px;
	position: fixed;
}

/* sub_h
---------------------------------------- */
#sub_h {
	padding: 20px 0;
}
#sub_h ul {
	width: 797px;
	margin: 0 auto;
}
#sub_h li {
	float: left;
	margin-right: 10px;
}
#sub_h li:nth-child(3) {
	margin-right: 0;
}

/* navi
---------------------------------------- */
#navi {
	padding: 3% 0;
}
#navi li {
	float: left;
	margin-right: 5%;
	font-size: 1.2em;
}
#navi li:nth-child(7) {
	margin-right: 0;
}

/* intro-stripe
---------------------------------------- */
#intro-stripe {
	padding: 5% 0;
}
#intro-stripe .inner {
	background: #fff;
	border: 1px solid #bfbfbf;
	position: relative;
}
#intro-stripe .recommend {
	text-align: center;
}
#intro-stripe .recommend p {
	margin-top: 7%;
}
#intro-stripe .taro {
	position: absolute;
	right: 20px;
	top: 160px;
}
#intro-stripe ul {
	width: 95%;
	margin: 70px auto 30px;
}
#intro-stripe li {
	float: left;
	margin-right: 1%;
}
#intro-stripe li:nth-child(3) {
	margin-right: 0;
}
.school {
	color: #969595;
	width: 85%;
	margin: 0 auto 7%;
}

/* intro-nayami
---------------------------------------- */
#intro-nayami {
	text-align: center;
	padding-top: 7%;
}

/* intro-solution
---------------------------------------- */
#intro-solution {
	height: 450px;
}
#intro-solution h2 {
	text-indent: -9999em;
}

/* flow
---------------------------------------- */
#flow .inner {
	width: 997px;
}
#flow .box,#osusume .box {
	position: relative;
}
#flow .box span,#osusume .box span {
	position: absolute;
}
#flow .box span {
	top: 20px;
	right: 10px;
}
#flow ul {
	margin: 80px 0;
}
#flow li {
	float: left;
}
#flow li:nth-child(3) {
	margin-right: 0;
}

/* osusume
---------------------------------------- */
#osusume {
	padding: 5% 0;
}
#osusumebukken {
	width: 89%;
	margin: 0 auto;
}
#osusume .box {
	margin-bottom: 8%;
}
#osusume .box span {
	top: 110px;
	right: 70px;
}
#osusume .female,#osusume .male {
	float: left;
	background: #fff;
	padding: 20px 30px;
	position: relative;
}
#osusume .female {
	border: 1px solid #e61874;
	margin-right: 5%;
}
#osusume .male {
	border: 1px solid #00479d;
}
#osusume .bukkenmei {
	color: #fff;
	font-size: 1.2em;
	padding: 7px 10px;
	border-radius: 20px;
	margin: 50px 0 10px;
	text-align: center;
}
#osusume .female .bukkenmei {
	background-color: #e61874;
}
#osusume .male .bukkenmei {
	background-color: #00479d;
}
#osusume .staff span,
#osusume dd span {
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
	margin-right: 1em;
}
#osusume .female .staff span,
#osusume .female dd span {
	background-color: #fda8de;
}
#osusume .male .staff span,
#osusume .male dd span {
	background-color: #5bc8ff;
}
.cloud {
	position: absolute;
	right: 20px;
	top: 10px;
}
#osusume dl {
	margin-top: 20px;
}
#osusume dt,#osusume dd {
	float: left;
}
#osusume dt {
	margin-right: 2%;
	width: 32%;
}
#osusume dd {
	width: 66%;
}
#osusume dd span {
	display: table;
}

/* chigai
---------------------------------------- */
#chigai {
	text-align: center;
	padding: 7% 0 0;
}
#chigai ul {
	width: 923px;
	margin: 4% auto;
}
#chigai li {
	float: left;
	margin: 0 10px 10px 0;
}
#chigai li:nth-child(3) {
	margin-right: 0;
}

/* campain
---------------------------------------- */
#campain .inner {
	position: relative;
	margin: 70px auto;
}
#campain .staff {
	position: absolute;
	right: -10px;
	bottom: -70px;
}
#campain h2 {
	margin-bottom: 5%;
}
#campain .pc img { width: 820px; }

/* contact
---------------------------------------- */
.contact {
	border-bottom: 9px solid #00479d;
	border-top: 9px solid #00479d;
	padding: 5% 0;
}
.contact .inner {
	width: 1006px;
	text-align: center;
}
.contact .inner p {
	margin: 2em 0;
	font-size: 1.2em;
}
.contact-box {
	margin: 5% auto;
	padding: 20px;
	position: relative;
}
.contact-box ul {
	margin: 3%;
}
.contact-box li {
	float: left;
	margin-right: 15px;
}
.contact-box p {
	margin: 0 !important;
}
.contact-box .taro {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

/* service
---------------------------------------- */
.service {
	padding: 7% 0;
	text-align: center;
	background: #d4eeff;
}

/* access
---------------------------------------- */
.access {
	padding: 7% 0;
}
.access h2 {
	margin-bottom: 5%;
}
.access .left {
	width: 26%;
}
.access .left dd {
	margin-top: 3em;
}
.access .right {
	width: 65%;
}
.access .linkbnr_area { margin-top: 30px; }
.access .linkbnr_area p {
	width: 300px;
	margin: 0 auto 30px;
}
.access .linkbnr_area img { max-width: 100%; }

/* voice
---------------------------------------- */
.voice {
	background: url(../images/bg_voice.jpg) no-repeat top right;
	text-align: center;
}
.voice h2 {
	padding: 94px 0 34px;
}
.voice h3 {
	margin-bottom: 20px;
}
.voices {
	/*margin: 40px auto 90px;*/
}
.voices img.photo {
	padding: 10px;
	background: url(../images/voice_img_bg.gif) no-repeat left bottom;
}
.voices strong {
	display: block;
	background:  #036be6;
	padding: 3px 0;
	border-radius: 15px;
	margin: 20px 0 10px;
}
.voices span {
	text-align: right;
	display: block;
}
.voices span img {
	display: inline;
}
.voices li p {
	color: #000;
	text-align: left;
	margin-bottom: .5em;
}

/* Faq
---------------------------------------- */
.faq {
	background: #f3f3f3;
	text-align: center;
	padding-bottom: 60px;
}
.faq h2 {
	padding: 94px 0 20px;
}
.faq-list {
	text-align: left;
	width: 70%;
	margin: 50px auto 0;
}
.faq-list dt {
	border-bottom: 3px dashed #a0a0a0;
	font-size: 1.5em;
}
.faq-list dd {
	font-size: 1.2em;
}
.faq-list dt,
.faq-list dd {
	padding: .5em 1em;
}

/* Regist-form
---------------------------------------- */
.regist-form {
	background: #e6f6ff;
	padding: 104px 0 114px;
}
.regist-form h2 {
	text-align: center;
	margin-bottom: 60px;
}
.regist-form h3 {
	margin-bottom: 50px;
}
.regist-form h3 span {
	margin-right: 20px;
}
.regist-form h4,
.regist-form p {
	text-align: center;
	margin-bottom: 1em;
}
.howto {
	margin-bottom: 5%;
}
.howto_line,.howto_phone {
	float: left;
	background: #fff;
	width: 47%;
	border: 1px solid #55c2f8;
}
.howto_line {
	margin-right: 6%;
	position: relative;
}
.howto_line .qr {
	margin-bottom: 80px;
	display: block;
	padding-left: 15%;
}
.howto_line .taro {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
.howto_phone .freedial {
	margin-bottom: 70px;
}

.form-box,
.form-btm {
	width: 990px;
	margin: 0 auto;
}
.form-btm img {
	vertical-align: top;
}
.form-box {
	background: #fff;
	padding-bottom: 54px;
	border: 1px solid #55c2f8;
}
.form-box h3 span {
	margin-right: 120px;
}
.form-box dl {
	margin: 20px auto 45px;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	overflow: hidden;
	width: 85%;
}
.form-box dt,
.form-box dd {
	padding: 22px 0;
}
.form-box dt {
	float: left;
	clear: left;
	width: 180px;
	position: relative;
}
.form-box dt span {
	font-size: 11px;
	color: #fff;
	padding: 2px 6px;
	background: #757575;
	position: absolute;
	right: 0;
	top: 22px;
}
.form-box dt span.require {
	background: #f05487;
}
.form-box dd {
	border-bottom: 1px solid #e5e5e5;
	padding-left: 200px;
	line-height: 33px;
}
.form-box input[type="text"],
.form-box textarea,
.form-box select {
	background: #f3f3f3;
	padding: 9px 10px;
	border-radius: 5px;
	width: 580px;
}
.form-box input {
	margin-right: 0.2em;
}
.form-box label {
	white-space: nowrap;
	margin-right: 1em;
}
.select-wrap {
	position: relative;
	cursor: pointer;
	padding-right: 0;
	width: 300px;
	margin-bottom: 15px;
}
.select-wrap-birthday select {
	width: 5em !important;
	position: relative;
	cursor: pointer;
	padding-right: 0;
	margin-bottom: 15px;
}
.carat {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	border: 4px solid transparent;
	border-top: 6px solid #777;
}
.form-box select {
	width: 100%;
	cursor: pointer;
}
.form-box input[type="text"].otherarea {
	width: 300px;
}
.form-box textarea {
	height: 240px;
}
.btn-confirm {
	width: 580px;
	height: 83px;
	margin: 0 auto;
	cursor: pointer;
}

/* Footer
---------------------------------------- */
#footer {
	position: relative;
}
.fnav {
	height: 65px;
	overflow: hidden;
}
.fnav li {
	float: left;
	font-size: 13px;
	line-height: 65px;
	margin: 0 2em;
	padding: 0 1em;
	background: url(../images/arw_footer.gif) no-repeat right center;
}
.fnav li a {
	color: #333;
	text-decoration: none;
}
.fnav li a:hover {
	text-decoration: underline;
}
.copyright {
	color: #fff;
	background: #16347b;
	text-align: center;
	height: 90px;
	padding-top:30px;
	font-size: 13px;
}
.pagetop {
	position: absolute;
	top: -50px;
	right: 100px;
}



@media screen and (max-width:640px){

img {
	max-width: 100%;
	height: auto;
}
.inner {
	margin: 0 auto;
	width: 92.1% !important;
	max-width: 590px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img.sp {
	display: inline;
}

/* Header -sp
---------------------------------------- */
#header {
	height: auto;
	background-position: bottom center;
}
	#header .logo {
		
	}
	#header .txt {
		width: 50%;
		margin: 0 0 10px 10px;
	}
	#header .btn {
		float: none;
		margin-bottom: 10px;
	}
.btn-regist {
	top: 10px;
    width: 50px;
}
.btn-regist.fixed {
	top: 10px;
}

/* sub_h -sp
---------------------------------------- */
	#sub_h ul {
		width: 97%;
	}
	#sub_h li {
		width: 32%;
		margin-right: 1%;
	}

/* intro-stripe -sp
---------------------------------------- */
	#intro-stripe .recommend p {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	#intro-stripe ul {
		width: 80%;
		margin: 20px auto;
	}
	#intro-stripe li {
		float: none;
		margin: 0 0 15px 0;
	}
	#intro-stripe .taro {
		display: none;
	}

/* intro-solution -sp
---------------------------------------- */
	#intro-solution_sp { display: block; margin-bottom: 40px; }

/* flow -sp
---------------------------------------- */
	#flow h2 {
		margin-top: 30px;
	}
	#flow .box span.sp {
		width: 34%;
		top: -56px;
		right: 0;
	}
	#flow ul {
		margin: 20px 0;
	}
	#flow li {
		float: none;
	}

/* osusume -sp
---------------------------------------- */
	#osusume .box span {
		display: none;
	}
	#osusume .female {
		margin: 0 0 20px 0;
	}

/* chigai -sp
---------------------------------------- */
	#chigai h2,#chigai p {
		width: 88%;
		margin: 0 auto;
	}
	#chigai ul {
		width: 96%;
	}
	#chigai li {
		width: 49%;
		margin-right: 2%;
	}
	#chigai li:nth-child(3) {
		margin-right: 2%;
	}
	#chigai li:nth-child(2n) {
		margin-right: 0;
	}

/* campain -sp
---------------------------------------- */
	#campain {
		padding-top: 3em;
	}
	#campain .staff {
		position: relative;
		width: 35%;
		margin-left: 60%;
		right: 0;
		bottom: 0;
	}
	#campain .inner {
		margin: 0 auto;
	}
	#campain .inner ul {
		width: 88%;
		margin: 0 auto;
	}
	#campain .inner ul li {
		margin-bottom: 2em;
	}
	
/* contact -sp
---------------------------------------- */
	.contact h2 {
		width: 200px;
		margin: 30px auto 0;
	}
	.contact-box {
		background: url(../images/contact_box_bg_sp.gif) no-repeat;
		background-size: contain;
		padding: 5%;
		width: 100%;
	}
	.contact-box ul {
		margin: 20px auto;
		width: 90%;
	}
	.contact-box li {
		float: none;
		margin: 0 0 20px 0;
	}
	.contact-box li img {
		width: 100%;
		height: auto;
	}
	.contact-box .taro {
		position: relative;
		right: 0;
		bottom: 8px;
	}

/* service -sp
---------------------------------------- */
	.service ul {
		width: 88%;
		margin: 2em auto 0;
	}
	.service li {
		margin-bottom: 2em;
	}
	.service li:last-child {
		margin-bottom: 0;
	}

/* Regist-box -sp
---------------------------------------- */
.regist-area {
	padding: 56px 0;
}
.regist-box {
	width: 100%;
	background: url(../images/bg_regist_sp.png) no-repeat top center;
	background-size: contain;
	position: relative;
}
.regist-box ul {
	position: absolute;
	top: 65.5%;
	left: 24.2%;
	width: 67%;
}
.regist-box ul li {
	margin-bottom: 10px;
}

/* voice -sp
---------------------------------------- */
.voice {
	background: url(../images/bg_voice.jpg) no-repeat top right;
	background-size: 50%;
	text-align: center;
}
.voice h2 {
	padding: 56px 0 50px;
}

/* Faq -sp
---------------------------------------- */
.faq {
	padding-bottom: 30px;
}
.faq h2 {
	padding: 74px 0 20px;
}
.faq-list {
	margin: 20px auto;
	width: 92%;
}
.faq-list li {
	height: auto;
	background: url(../images/bg_faq.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	padding: 15px 25px;
}
.faq-list li h3,
.faq-list li p {
	padding-left: 70px;
}
.faq-list li h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: inherit;
}

/* access -sp
---------------------------------------- */
	.access h2 {
		width: 250px;
		margin: 0 auto 5%;
	}
	.access .left,.access .right {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.access dt { text-align: center; }
	.access .linkbnr_area  { margin-top: 50px; }
	.access .linkbnr_area p {
		width: 210px;
		margin-bottom: 10px;
	}
	
/* Regist-form -sp
---------------------------------------- */
.regist-form {
	padding: 54px 0;
}
.regist-form h2,
.form-box,
.form-btm {
	width: 96%;
	margin: 0 auto;
}
	.regist-form h2 {
		margin-bottom: 2em;
	}
	.regist-form h3 {
		margin-bottom: 3%;
	}
	.regist-form h3 span img {
		width: 20%;
	}
	.regist-form h3 img {
		float: left;
		width: 75%;
	}
	.regist-form h4 {
		margin-top: 80px;
	}
	.howto_line, .howto_phone {
		float: none;
		width: 96%;
		margin: 0 auto 4%;
	}
.form-btm img {
}
.form-box {
	background: #fff;
	padding-bottom: 20px;
}
.form-box .ex-txt {
	width: 85%;
	margin: 0 auto;
}
.form-box dl {
	margin: 20px 8% 45px 6%;
}
.form-box dt,
.form-box dd {
	padding: 15px 0;
}
.form-box dt {
	float: none;
	clear: none;
	width: auto;
}
.form-box dt span {
	position: relative;
	right: 0;
	top: 0;
	left: 10px;
}
.form-box dt br {
	display: none;
}
.form-box dd {
	padding-left: 0;
	padding-top: 0;
}
.form-box input[type="text"],
.form-box textarea,
.form-box select {
	padding: 5px 8px;
	width: 95%;
}

.select-wrap {
	width: 70%;
}
.carat {
	right: 12%;
}

.form-box input[type="text"].otherarea {
	width: 70%;
}
.form-box textarea {
	height: 140px;
}
.btn-confirm {
	width: 85%;
	background: url(../images/btn_form_confirm.jpg) no-repeat;
	background-size: 100% auto;
}
.btn-confirm input {
	width: 100%;
}

/* Shop -sp
---------------------------------------- */
.shop {
	background: url(../images/bg_footer.jpg) no-repeat bottom center;
}
.shop h2 {
	padding: 74px 0 20px;
}
.shop .ex-txt {
	margin-bottom: 30px;
}
.shop .flexbox {
	flex-wrap: wrap;
}
.shop-box {
	width: 48%;
	height: auto;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.shop-box h3 {
	margin: 15px 0 10px;
}
.shop-box h3 span {
	position: inherit;
	right: 2%;
	top: 5px;
}
.shop-line2 .shop-box.route11 h3 span,
.shop-line2 .shop-box.aidai h3 span {
	position: absolute;
	right: 2%;
	top: -5px;
}
.shop-box .contact-shop {
	position: relative;
	bottom: inherit;
	margin-top: 1em;
}
.shop-line2 {
	padding-bottom: 55px;
}
.shop-line2 .shop-box {
	width: 48%;
	height: auto;
}
.shop-line2 .shop-box h3 {
	margin: 15px 0 5px;
}
.shop-line2 .shop-box h3 .name2 {
	width: 60%;
}
.shop-line2 .shop-box .phone {
	margin-top: 6px;
}

/* Footer
---------------------------------------- */
.copyright {
	padding: 30px 3.9%;
}
.pagetop {
	top: -50px;
	right: 5%;
	width: 50px;
}
	
/* navi
---------------------------------------- */
	#navi .inner { width: 300px !important; }
}