@charset "utf-8";

/* --------------------------------------
    RESET
--------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tr,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
fieldset {
	border: 0;
}
img {
	border-style: none;
	vertical-align: top;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}


/* --------------------------------------
    ALL
--------------------------------------- */
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #323232;
	-webkit-text-size-adjust: 100%;
}

a { color: #00a0e9; text-decoration: underline; outline: none;transition: .3s;}
a:hover { opacity: 0.7; text-decoration: none;}


.anchor {
	position:relative;
    top: -80px;
}

/* --------------------------------------
    STRUCTURE
--------------------------------------- */
.wrapper { width: 990px; margin: 0px auto; }


/* --------------------------------------
    HEADER
--------------------------------------- */
#header {
	padding: 5px 0px 0px 0px;
	background-color:#FFF;
	text-align:center;
}

.logo{
	text-align: left;
	width: 990px;
	margin: 0 auto;
	padding: 10px 0;
}

.menu01{ color:#323232; padding:10px 0 10px 0;	border-bottom:solid 5px #364a0a;}

.menu01 a{ padding:0px 10px 0px 10px; color:#323232;}


/* --------------------------------------
    NAVAREA
--------------------------------------- */
	#navArea .menu01 {  font-size: 16px;}


/* --------------------------------------
    FIXNAV
--------------------------------------- */
.fixNav {
	background-color: #FFFFFF;
}

.fixNav .wrapper {
	padding: 5px 0px 5px 0px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
}
	.fixNav .menu01 {  font-size: 16px;}

/* --------------------------------------
    FOOTER
--------------------------------------- */
#footer {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	background-color:#fff;
}

#footer a { color: #323232; text-decoration: none; outline: none;}
#footer a:hover { color: #323232; text-decoration: underline;}

#footer .wrapper {
	padding: 30px 0px 20px 0px;
}
	#footer .fLogo {
		padding:0px 0 20px;
	}
	.copy {
		font-size:11px;
		line-height:14px;
		color: #000;
	}


/* --------------------------------------
    PAGETOP
--------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:100;
}


/* --------------------------------------
    COMMON ELEMENTS
--------------------------------------- */
.pd01 { padding-bottom: 10px;}
.pd02 { padding-bottom: 20px;}
.pd03 { padding-bottom: 30px;}
.pd04 { padding-bottom: 40px;}
.pd05 { padding-bottom: 50px;}

.mg01 { margin-bottom: 10px;}
.mg02 { margin-bottom: 20px;}
.mg03 { margin-bottom: 30px;}
.mg04 { margin-bottom: 40px;}

.line01 { border-top: 1px solid #EEEEEE; height: 1px; overflow: hidden;}

.sh {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}


/* --------------------------------------
    FONT
--------------------------------------- */
.fBlue{ color:#1283c5;}
.fGreen{ color:#5b791a;}
.fWhite{ color:#fff;}
.fRed{ color:#e60012;}
.f12 { font-size: 12px; }
.f14 { font-size: 14px;}
.f18 { font-size: 18px; }
.f16 { font-size: 16px; }


/* --------------------------------------
    CLEARFIX
--------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html .clearfix {
	display: inline-block;
}

/* for IE7 */
*+html .clearfix {
	display: inline-block;
}





/* --------------------------------------
    STRUCTURE
--------------------------------------- */




.mainBtn{ width:990px; overflow:hidden;}
.mainBtn .Outer{ width:1020px; }

.mainBtn p{ float:left; margin-right:30px;}


.blkTtl {
	padding:30px 0;
	text-align:center;
	font-size:48px;
	line-height:1.4;
}

.blkTtl span{
	font-size: 24px;
}

.blkTtl02 {
	margin: 50px 0px 10px 0px;
	text-align:center;
	font-size:16px;
}
.sTtl{ font-size:20px; padding:10px; margin-bottom:20px}

.sTtl02{font-size:30px; padding-bottom:10px; text-align:center; border-bottom:dotted 1px #FFFFFF; margin-bottom:10px;}

.catchArea{ text-align:left;font-size:14px; line-height:1.6;padding-bottom: 55px;}
.blkCatch{ font-size:20px; line-height:1.4; margin-bottom:20px; font-weight: bold; text-align: center; letter-spacing: -1px;}

#pgBody {padding: 20px 0 50px;}

.baseWhite{ background-color:#fff;border-radius: 14px; padding:40px}

.baseWhite_Green{ background-color:#fff;border-radius: 14px; padding:50px 30px 30px;}
.baseWhite_Green .sTtl{ color:#fff; background-color:#5b791a; }
.baseWhite_Green .blkCatch{ color:#5b791a}

.baseWhite_Blue{ background-color:#fff;border-radius: 14px; padding:40px; border:3px solid #003d65;}
.baseWhite_Blue .sTtl{ color:#fff; background-color:#0070ba; }
.baseWhite_Blue .blkCatch{color:#0070ba}

.baseWhite_Pink{ background-color:#fff;border-radius: 14px; padding:40px; border:3px solid #902c0e;}
.baseWhite_Pink .sTtl{ color:#fff; background-color:#ec6941; }
.baseWhite_Pink .blkCatch{color:#ec6941}




/* --------------------------------------
    MV BLK
--------------------------------------- */



#blkMV{ /*background: url(../img/main_mv/01.jpg) no-repeat 50% 50%;*/ overflow:hidden; height:440px; z-index:-10; width:100%; margin:0 auto;}

#bbb img{ width:100%; margin:0 auto}

#bbb{
	position: relative;
}

#bbb .ctCopy{
	position: absolute;
	margin: 0 auto;
	text-align: center;
	top: 160px;
	left: 0;
	right: 0;
	width: 435px;
}

.ctCopy{ position:relative}
.ctCopy img{
	text-align: center;
}


/* --------------------------------------
    blk
--------------------------------------- */
#blkWhite{  background-color:#fff; padding-top:30px;}
#blkGreen{  background-color:#5b791a; padding-top:1px;}
#blkBlue{  background-color:#0070ba; padding-top:1px;}
#blkPink{  background-color:#ec6941; padding-top:1px;}

.altBox01{ border:5px solid #FFF; padding:20px; background-color:#748616; font-size:20px; line-height:28px;}
.altBox01 .boxHead {
	float:left;
	padding-right:30px;
	padding-top:5px;
	}

.altBox01 .scrArea{ float:right; }
.altBox01 h3 {font-weight: bold;}
	.altBox01 ul {min-height: 1px;line-height: 20px;}
	.altBox01 li {clear: both;display: block;padding: 5px 0;}


.attention{ text-align:left; margin-bottom:30px; }
.attention .left{ float:left; font-weight:bold;}
.attention .right{padding-left:170px; }
.attention .right .sTtl{ padding-bottom:10px;}
.attention .right li{ list-style-type: none; }
.expBox01{ background-color:#f5f5f5; font-size:12px; line-height:18px; padding:20px; margin-top:10px;}
p.expBox01 { text-align:left;}

.grayBox{ background-color:#eeeeee; padding:20px; font-size:14px; line-height:1.4;}
.grayBox .right{padding-left:150px; }


.pinkBox{ background-color:#fbe1d9; padding:20px; font-size:14px; line-height:1.4;}
.pinkBox .right{padding-left:150px; }

.voiceBox{ text-align:left; margin-bottom:20px; font-size:13px; line-height:1.4; }
.voiceBox .left{ float:left; font-weight:bold;}
.voiceBox .right{padding-left:110px; }
.voiceBox .right img{
	margin-bottom: 10px;
}


.tnTopSC{ border-bottom: 2px solid #892728; padding-bottom:20px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
	width:700px;
	margin:0 auto;
}
.kyujinDetailTbl{ margin-bottom:30px}

.kyujinDetailTbl th {
    font-weight: normal;
    text-align: left;
	width:25%;
}

.kyujinDetailTbl th, .kyujinDetailTbl td {
	font-size: 90%;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0px;
}




/* --------------------------------------
    map BLK
--------------------------------------- */
.blkMap{ /*height:400px;*/}


/* --------------------------------------
    works BLK
--------------------------------------- */


/* ---consultancy AREA--- */
#consultancyArea {
	padding:40px 0;}






/* --------------------------------------
    BUTTON_LINK
--------------------------------------- */
a.linkBtn01 {
	background: #000000;
	padding: 10px;
	color: #FFFFFF;
	display: block;
	width: 210px;
	font-size: 16px;
}
a.linkBtn01:hover {
	/*
	background: #006C9E;
	color: #FFFFFF;
	*/
	text-decoration: none;
}


/* --------------------------------------
    SCROLL_BAR
--------------------------------------- */
.topEntry .scrArea {
	height: 100px;
	overflow-y: auto;
}

/* 全体 */
.jspContainer { overflow: hidden; position: relative;}

/* スクロールバーを除いたエリア */
.jspPane { position: absolute;}

/* 縦スクロールバー */
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 10px; height: 100%;}

/* 横スクロールバー */
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 10px;}

/* 背景 */
.jspTrack { background: #D5D5D5; position: relative;}

/* ノブ */
.jspDrag { background: #404040; position: relative; top: 0; left: 0; cursor: pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag { float: left; height: 100%;}



/*ナビゲーション*/
.topnav{
	background: #fafafa;
	border-top: solid 1px #e5e5e5;
}
.topnav ul{
	background: #fafafa;
	display: table;
	width: 990px;
	margin: 0 auto;
	table-layout: fixed;
}

.topnav ul li{
	display: table-cell;
	text-align: center;
	border-right: solid 1px #e5e5e5;
}

.topnav ul li:nth-child(2){
	border-left: solid 1px #e5e5e5;
}

.fixNav .topnav ul li:nth-child(1){
	border-left: solid 1px #e5e5e5;
}

.fixNav .topnav ul li:nth-child(2){
	border-left: none;
}

.topnav ul li a{
	font-size: 14px;
	display: block;
	padding: 20px 0;
	font-weight: bold;
}

.topnav ul li a{
	font-size: 14px;
	display: block;
	padding: 15px 0;
	font-weight: bold;
}

.topnav ul li a{
	text-decoration:none;
	transition: 0.3s;
}

.topnav ul li a:hover{
	color: #fff;
}

.topnav ul li a span{
	font-size: 10px;
	margin-top: 5px;
	font-weight: normal;
}

.txt01{
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 50px;
}

/*職業*/
.job_wp{
	width: 990px;
	margin: 0 auto -30px;
	padding: 0px 0 10px;
}

.job_wp .job_box{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.job_wp .job_box:nth-child(3n){
	margin-right: 0;
}


.job_wp .job_box a{
	width: 310px;
	display: block;
	padding: 20px 0;
	color: #fff;
	border-radius: 10px;
	transition: .3s;
	text-decoration: none;
}
.job_wp .job_box a:hover{
	opacity: 0.8;
	transition: .3s;
}
.job_wp .job_box a:hover p:before{
	content: "▶";
	margin-right: 5px;
}
.job_wp .job_box h3{
	font-size: 40px;
}

.job_wp .job_box span{
	font-size: 24px;
}

.job_wp .job_box p{
	background: #fff;
	color: #000;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin: 15px 20px 0;
}

.job_wp .job_box p:before{
	content: "▶";
	margin-right: 10px;
	transition: .3s;
}

.job_wp .job_box a:hover{
	text-decoration: none;
}




.co01{color: #5b791a!important;}/*緑*/
.co02{color: #0070ba!important;}/*青*/
.co03{color: #f8b651!important;}/*黄色*/
.co04{color: #ec6941!important;}/*オレンジ*/
.co05{color: #a6937c!important;}/*灰色*/
.co06{color: #556fb5!important;}/*青紫*/
.co07{color: #000!important;}/*青紫*/

.bg01{background: #5b791a!important;}/*緑*/
.bg02{background: #0070ba!important;}/*青*/
.bg03{background: #f8b651!important;}/*黄色*/
.bg04{background: #ec6941!important;}/*オレンジ*/
.bg05{background: #a6937c!important;}/*灰色*/
.bg06{background: #556fb5!important;}/*青紫*/

.bg01_l{background: #5b791a!important;}/*緑*/
.bg02_l{background: #0070ba!important;}/*青*/
.bg03_l{background: #f8b651!important;}/*黄色*/
.bg04_l{background: #fadcd3 !important;}/*オレンジ*/
.bg05_l{background: #eae6e1 !important;}/*灰色*/
.bg06_l{background: #d8deee !important;}/*青紫*/

a.co01:hover{color:#ffffff!important; background:#5b791a!important}
a.co02:hover{color:#ffffff!important; background:#0070ba!important}
a.co03:hover{color:#ffffff!important; background:#f8b651!important}
a.co04:hover{color:#ffffff!important; background:#ec6941!important}
a.co05:hover{color:#ffffff!important; background:#a6937c!important}
a.co06:hover{color:#ffffff!important; background:#556fb5!important}
a.co07:hover{color:#ffffff!important; background:#000!important}


table.naiyou {
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left:none;
	width: 640px;
	margin-bottom: 40px;
}
table.naiyou th {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	width: 150px;
	vertical-align: top;
	font-size: 100%;
	text-align: left;
	padding-left: 0;
}
table.naiyou td {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
}

.bnr{
	text-align: center;
	margin-bottom: 30px;
}


.video{
	text-align: center;
}

.video_text{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 16px 0;
}

.blkCatch + .video_text{
	font-weight: normal;
	padding-top: 0;
}

.video_link{
	text-align: center;
	margin-bottom: 50px;
}

.video_link a{
	color: #fff;
	background: #000;
	font-size: 16px;
	padding: 0px 30px;
	line-height: 60px;
	height: 60px;
	border-radius: 3px;
	display: inline-block;
	box-sizing: border-box;
	border: solid 2px #000;
	transition: .3s;
	text-decoration: none;
}
.video_link a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}


.contact_box{
	background: #f7f7f7;
	padding-top: 50px;
	margin-top: 35px;
}

.contact_box h3{
	text-align: center;
	margin-bottom: 30px;
}

.contact_box p{
	width: 640px;
	margin: 0 auto 30px;
}

table.form_box {
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left:none;
	width: 640px;
	margin-bottom: 40px;
}
table.form_box th {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	width: 150px;
	vertical-align: top;
	padding-top: 15px;
	text-align: left;
	font-size: 90%;
}

table.form_box td {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 90%;
}

table.form_box td input,
table.form_box td textarea,
table.form_box td select{
	border: solid 1px #bcbcbc;
	height: 34px;
	box-sizing: border-box;
	padding: 0 0.3em;
	background: #fff;
}

table.form_box td input,
table.form_box td textarea{
	width: 100%;
}

table.form_box td textarea{
	height: 154px;
	resize: vertical;
}

table.form_box td select{
	width: 134px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;
	background: #fff url(../img/arw_select_down.png) no-repeat;
    background-position: right 5px center;
	font-size:13px;
}

input#submit_button {
	width:320px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border-style: none;
	box-sizing: border-box;
	border: solid 2px #000;
	margin:0 auto;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	border-radius: 3px;
}

input#submit_button:hover{
	background: #fff;
	color: #000;
}

.red{
	color: #e60012;
}



/* --------------------------------------
    CLEARFIX
--------------------------------------- */
.topEntry dl:after,
.ctWrap:after,
.menuWrap:after,
#wp_page_numbers ul:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE6 */
* html .topEntry dl,
* html .ctWrap,
* html .menuWrap,
* html #wp_page_numbers ul {
	display: inline-block;
}

/* for IE7 */
*+html .topEntry dl,
*+html .ctWrap,
*+html .menuWrap,
*+html #wp_page_numbers ul {
	display: inline-block;
}

.thanks{
	margin:60px auto;
}

.thanks h3{
	font-size: 34px;
	margin-bottom: 30px;
	color: #5b791a;
	font-weight: bold;
}

.thanks p{
	margin-bottom: 60px;
	line-height: 2;
}

@media screen and (max-width: 768px){
.thanks{
	margin-top:40px;
}

.thanks h3{
	font-size: 20px;
	margin-bottom: 30px;
	color: #5b791a;
	font-weight: bold;
}

.thanks p{
	width: 94%;
	margin: 0 auto 40px;
	text-align: left;
	line-height: 2;
}

.thanks p br{
	display: none;
}



	.wrapper{
		width: 100%;
	}

	#blkWhite{
		padding-top: 25px;
	}

	#container{
		padding-top: 60px;
	}

	.fixNav{
		display: none!important;
	}

	.logo{
		position: absolute;
		top: 0px;
		left: 3%;
		padding: 15px 0 20px;
		width: 100%;
		background: #fff;
		float: left;
		z-index: 2;
	}

	.logo img{
		width: 250px;
	}

	#header{
		padding: 0;
		height: 60px;
		position: fixed;
		width: 100%;
		z-index: 999999;
	}

	img{
		max-width: 100%;
	}

	.mainBtn{ width:94%; overflow:hidden;}
	.mainBtn .Outer{ width:94%; }

	#blkMV{
		height: auto;
	}

	#bbb .ctCopy{
		position: absolute;
		margin: 0 auto;
		text-align: center;
		top: 30%;
		left: 0;
		right: 0;
		width: 50%;
	}

	.ctCopy{ position:relative}
	.ctCopy img{
		text-align: center;
	}

	/*職業*/
	.job_wp{
		width: 94%;
		margin: 0 auto -30px;
		padding: 0px 0 10px;
	}

	.job_wp .job_box{
		float: left;
		width:48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.job_wp .job_box:nth-child(3n){
		margin-right: 3%;
	}
	.job_wp .job_box:nth-child(2n){
		margin-right: 0;
	}


	.job_wp .job_box a{
		width: 100%;
		display: block;
		padding: 20px 0 10px;
		color: #fff;
		border-radius: 10px;
		transition: .3s;
		text-decoration: none;
	}
	.job_wp .job_box a:hover{
		opacity: 0.8;
		transition: .3s;
	}

	.job_wp .job_box h3{
		font-size: 20px;
	}

	.job_wp .job_box span{
		font-size: 12px;
	}

	.job_wp .job_box p{
		background: #fff;
		color: #000;
		border-radius: 2px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 15px 5% 0;
	}

	.job_wp .job_box p:before{
		content: url(../img/arrow.png);
		margin-right: 10px;
		transition: .3s;
		width: 5px;
		height: 5px;
		font-size: 10px;
		vertical-align: bottom;
	}

	.job_wp .job_box a:hover p:before{
		content: url(../img/arrow.png);
		margin-right: 5px;
	}

	.job_wp .job_box a:hover{
		text-decoration: none;
	}

	/*ナビゲーション*/
	.topnav{
		background: #fafafa;
		border-top: none;
		padding: 90px 0 30px;
		display: none;
		position: fixed;
		overflow-y: scroll;
		top:0;
		width:100%;
		max-height:100%;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		z-index: 1;
	}

	.topnav ul{
		background: #fafafa;
		display:block;
		width: 100%;
		margin: 0 auto;
		table-layout: fixed;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.topnav ul li{
		display: block;
		text-align: center;
		border-right: none;
		width: 90%;
		margin: 0 auto;
		border-bottom: 1px #d4d4d4 solid;
	}

	.topnav ul li:first-child{
		border-left: none;
		border-top: 1px #d4d4d4 solid;
	}

	.topnav ul li:nth-child(2){
		border-left: none;
	}

	.topnav ul li a{
		font-size: 16px;
		display: block;
		padding: 15px 0;
		font-weight: bold;
	}

	.topnav ul li a{
		text-decoration:none;
		transition: 0.3s;
	}
	.topnav ul li a br{
		display: none;
	}

	.topnav ul li a:hover{
		color: #fff;
	}

	.topnav ul li a span{
		font-size: 16px;
		margin-top: 5px;
		font-weight: normal;
	}

	.txt01{
		font-size: 12px;
		line-height: 1.7;
		width: 94%;
		margin: 0 auto 25px;
		text-align: left;
	}

	.txt01 br{
		display: none;
	}

	.sp_menu{
		position: absolute;
		top:0;
		right: 0;
		z-index: 3;
	}

	.sp_close{
		position: absolute;
		top:0;
		right: 0;
		z-index: 2;
	}

	.fLogo{
		/*width: 185px;*/
        width: 280px;
		margin: 0 auto;
	}

	.takasa{
		height: 60px;
	}

	#map_canvas{
		height: 250px!important;
	}

	#page-top {
		width:40px;
	}

	/*医師ページ*/
	.baseWhite_Green{
		margin: 0 auto;
		width: 94%;
		padding:3%;
		box-sizing: border-box;
	}


	.video{
	  position:relative;
	  width:100%;
	  padding-top:56.25%;
	}
	.video iframe{
	  position:absolute;
	  top:0;
	  right:0;
	  width:100%;
	  height:100%;
	}


	#loopslider{
		height: 90px!important;
	}
	#loopslider ul li{
		width: 170px;
		height: 90px;
	}

	#loopslider ul li img{
		width: 150px;
	}

#consultancyArea {
	padding:25px 0;
}

.contact_box h3{
	width: 45%;
	margin: 0 auto;
}




	table.naiyou {
		border-collapse: separate;
		border-top: 1px solid #ccc;
		border-left:none;
		width: 100%;
		margin-bottom: 40px;
	}
	table.naiyou th {
		border-bottom: none;
		padding: 10px 0;
		width: 150px;
		vertical-align: top;
		font-size: 100%;
		text-align: left;
		display: block;
	}
	table.naiyou td {
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom: 1px solid #ccc;
		padding: 0 0 10px;
		vertical-align: top;
		font-size: 90%;
		text-align: left;
		display: block;
	}

	.bnr{
		text-align: center;
		margin-bottom: 30px;
	}


.blkTtl {
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
}
.blkTtl span{
	font-size: 16px;
}

#pgBody{
	padding: 0 0 5%;
}


.contact_box{
	background: #f7f7f7;
	padding: 30px 3% 0;
	margin-top: 35px;
}

.contact_box h3{
	text-align: center;
	margin-bottom: 30px;
}

.contact_box p{
	width: 100%;
	margin: 0 auto 30px;
}

table.form_box {
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left:none;
	width: 100%;
	margin-bottom: 20px;
}
table.form_box th {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: none;
	padding: 10px 0 0;
	width: 150px;
	vertical-align: top;
	padding-top: 15px;
	text-align: left;
	font-size: 90%;
	display: block;
}

table.form_box td {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 90%;
	display: block;
}

table.form_box td input,
table.form_box td textarea,
table.form_box td select{
	border: solid 1px #bcbcbc;
	height: 30px;
	box-sizing: border-box;
	padding: 0 0.3em;
	background: #fff;
}

table.form_box td input,
table.form_box td textarea{
	width: 100%;
}

table.form_box td textarea{
	height: 110px;
	resize: vertical;
}

table.form_box td select{
	width: 134px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
	appearance: none;
	background: #fff url(../img/arw_select_down.png) no-repeat;
    background-position: right 5px center;
	font-size:13px;
}

input#submit_button {
	width:100%;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-style: none;
	box-sizing: border-box;
	border: solid 2px #000;
	margin:0 auto;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: bold;
	border-radius: 3px;
}

.attention .left{
	float: none;
	text-align: center;
}
.attention .right{
	padding-left: 0;
}

.voiceBox .right{
	padding-left: 0;
}

.voiceBox .left{
	float: none;
}

input#submit_button:hover{
	background: #fff;
	color: #000;
}

.blkCatch {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    letter-spacing: -1px;
}

.video_link a{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.sTtl {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
}

.video_text{
	text-align: left;
}

.video_link{
	margin-bottom: 30px;
}

.catchArea{
	padding-bottom: 20px;
}

.attention {
    margin-bottom: 20px;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.sptxc{
	text-align: center;
	margin-top: 10px;
}

}


@media screen and (min-width: 769px){
	.sp_menu{
		display: none;
	}

	.sp_close{
		display: none;
	}

	.sp{
		display: none !important;
	}
}

@media screen and (max-width: 768px){
	.pc{
		display: none !important;
	}
}


/******  230207 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner {margin: 30px auto 60px; font-size: 16px; text-align: center}
/*.fPartner ul {width: 464px; margin: 30px auto;}*/
.fPartner ul {width: 202px; margin: 30px auto;}
.fPartner ul li{
float: left;
width: 202px;
margin-right: 60px;
text-align: center;}

.fPartner ul li:nth-child(2){
margin-right: 0px;}
.fPartner ul li img{border: 1px solid #d5d5d5;margin-bottom: 10px;}
.fPartner ul li a{font-size: 14px;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 767px) {
/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
/*.fPartner ul {width: 90%; margin: 30px auto;}*/
.fPartner ul {width: 200px; margin: 30px auto;}
    .fPartner ul li{font-size: 14px;
float: left;
/*width: 48%;*/
width: 100%;
margin-right: 4%;}
.fPartner ul li:nth-child(2){
margin-right: 0px;}
    .fPartner ul li img{width: 100%;}
    
}
