@charset "utf-8";
/*-------------------------------------------------------------------

	INIT

-------------------------------------------------------------------*/
html,body{
	width:100%;
}
body{
	color:#444;
	font-size:14px;
	line-height:1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",Arial,Helvetica,sans-serif;
	-webkit-text-size-adjust: 100%;
}
a{
	color:#AA8F26;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	color:#FF5190;
}
section p {
	margin-bottom:1em;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
header img,
section img,
nav img,
footer img,
div img,
h1 img,
h2 img,
h3 img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.marker {
	background:#FFFF73;
	font-style:normal;
}
.mb1em {
	margin-bottom:1em;
}
.mb3 {
	margin-bottom:3%;
}
.bd {
	font-weight:bold;
}
.txtSS {
	font-size:12px;
}
.txtS {
	font-size:12px;
}
.txtL {
	font-size:16px;
}
.txtLL {
	font-size:18px;
}
.txtRed {
	color:#A40C0C;
}
.txtRight {
	text-align:right;
}
#wrapper {
	max-width:640px;
	margin:0 auto;
}
/*-------------------------------------------------------------------

	HEADER

-------------------------------------------------------------------*/
h1 {
	font-size:8px;
	line-height:1.3;
	background:#EEDFC2;
	text-align:center;
	padding:2.4% 2% 2%;
	color:#9F8434;
	position:relative;
	z-index:20;
}
#header {
	padding:2.3% 3.125% 2.5%;
	background:#FFF;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	position:relative;
	z-index:10;
}
#header #menubtn {
	float:left;
	width:11.6666%;
	margin-right:1.3333%;
}
#header #logo {
	float:left;
	width:47.6666%;
}
#header .acs {
	float:right;
	width:36%;
	padding-top:2%;
}
#homepage #header .headbtn {
	display:none;
}
#header .headbtn {
	clear:both;
	overflow:hidden;
	padding-top:2%;
	padding-bottom:1%;
}
#header .headbtn li {
	width:33.3333%;
	float:left;
}
#header #hdMenu {
	float:right;
	width:13.3333%;
}
#hdMenuList {
	position:relative;
}
#hdMenuList ul {
	position:absolute;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#hdMenuList ul li,
#hdMenuList ul li a {
	color:#FFF;
}
#hdMenuList ul li a {
	display:block;
	text-decoration:none;
}
#hdMenuList ul > li {
	background: #828291;
	border-top:1px solid #9F9FAA;
	border-bottom:1px solid #6C6C7B;
}
#hdMenuList ul > li:nth-child(2n-1) {
	background: #A1A1AD;
	border-top:1px solid #BFBFC6;
	border-bottom:1px solid #858594;
}
#hdMenuList ul li > a {
	padding:14px 14px 12px;
	background: url(/com_img/mm_s.png) no-repeat right center;
	background-size:24px;
	font-size:14px;
	line-height:1;
}
/*-------------------------------------------------------------------

	TOP

-------------------------------------------------------------------*/
#topNav {
	padding:3.125%;
	background:#B18D3A url(/top_img/menuback.png) no-repeat 0 0;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	margin-bottom:6%;
}
#topNav li {
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	padding:0.8333%;
	background:#FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#topNav li:nth-child(3n) {
	margin-right:0;
}
#topNav li.callbtn {
	width:100%;
	clear:both;
	margin-right:0;
	margin-bottom:0;
}
/*treatment*/
.treatblk > div {
	border:1px solid #DBDBEA;
	padding:0 3.0201% 3.0201%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:6%;
}
.treatblk > div:last-child {
	margin-bottom:0;
}
.treatblk > div > h3 {
	margin:0 -3.2142% 5%;
	padding:4.5% 0 3.5%;
	font-size:20px;
	line-height:1.3;
	color:#806660;
	text-align:center;
	background:#F2E8E3;
}
.treatblk > div > h3 span {
	font-size:16px;
}
.treatblk > div > .tokucho {
	margin-bottom:10px;
}
.treatblk > div > .tokucho .tit {
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
	color:#A40D0D;
	text-align:center;
	background:url(/top_img/line.png) repeat-x left center;
	margin-bottom:10px;
}
.treatblk > div > .tokucho .tit > span {
	display:inline-block;
	padding:0 20px;
	background:#FFF;
}
.treatblk > div > .tokucho ul {
	padding-left:10px;
}
.treatblk > div > .tokucho ul li {
	padding:0 0 5px 25px;
	background:url(/com_img/check.png) no-repeat 0 4px;
	-webkit-background-size:17px;
	background-size:17px;
	font-size:17px;
	line-height:1.4;
	color:#A40C0C;
}
.treatblk > div > .dtl {
	margin-bottom:0;
	overflow:hidden;
}
.treatblk > div > .dtl .pho {
	width:32.1428%;
	float:left;
	margin:0 14px 6px 0;
}
.treatblk > div > .osusume .tit {
	font-size:15px;
	line-height:1.3;
	font-weight:bold;
	text-align:center;
	color:#816761;
	margin-bottom:6px;
}
.treatblk > div > .osusume .btn {
	margin-bottom:12px;
}
.treatblk > div > .osusume .btn a {
	display:block;
	padding:14px 10px 12px;
	line-height:1.3;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background:#997F78 url(/com_img/arw_w.png) no-repeat 98% center;
	-webkit-background-size:9px;
	background-size:9px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0 5px 0 0 rgba(130,104,98,1);
	box-shadow: 0 5px 0 0 rgba(130,104,98,1);
}
.treatblk > div > .osusume p:last-child {
	margin-bottom:5px;
}
/*equipment*/
.equblk > div {
	border:1px solid #DBDBEA;
	padding:3% 3.0201% 3%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:4%;
}
.equblk > div a {
	display:block;
	overflow:hidden;
	padding-right:20px;
	background:url(/com_img/aw_bw.png) no-repeat right center;
	-webkit-background-size:13px;
	background-size:13px;
	text-decoration:none;
	color:#444;
}
.equblk > div a .pho {
	float:left;
	width:22.1388%;
	margin:0 14px 0 0;
}
.equblk > div a .txt {
	padding-top:12px;
	overflow:hidden;
	margin:0;
	line-height:1.4;
}
.equblk > div a .txt h3 {
	color:#7F665F;
	font-size:17px;
	line-height:1.3;
	margin-bottom:6px;
}
.equblk > div a .txt p {
	margin-bottom:0;
}
/*-------------------------------------------------------------------

	COMMON CONTACT

-------------------------------------------------------------------*/
.commonContact {
	border:1px solid #D3C6AA;
	padding:3.2% 3.0201% 3%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:4%;
}
.commonContact .logoblk {
	overflow:hidden;
	margin:0 0 3.0357%;
}
.commonContact .logoblk .logo {
	width:53.2142%;
	margin:0;
	float:left;
}
.commonContact .logoblk .acs {
	width:38.5714%;
	padding-top:2%;
	margin:0;
	float:right;
}
.commonContact .combtn {
	overflow:hidden;
}
.commonContact .combtn li {
	width:33.3333%;
	float:left;
}
/*-------------------------------------------------------------------

	CONTENTS

-------------------------------------------------------------------*/
section {
	clear:both;
}
section.basic {
	margin-bottom:7%
}
section.basic h2 {
	background:#EBDBD6;
	color:#826862;
	font-size:23px;
	line-height:1.3;
	text-align:center;
	padding:5.6875% 0 4.125%;
	margin:0 0 4%;
	border-top:2px solid #997F78;
}
section.basic h2.sub {
	background:#EBDBD6;
	color:#826862;
	font-size:18px;
	line-height:1.3;
	text-align:center;
	padding:5.6875% 0 4.125%;
	margin:0 3.125% 4%;
	border-top:1px solid #997F78;
}
section.basic h3.sub {
	color:#826862;
	font-size:18px;
	line-height:1.3;
	text-align:center;
	padding:5.6875% 0 4.125%;
	margin:0 3.125% 0;
	border-top:1px solid #997F78;
}
section.basic h2 span {
	font-size:0.8em;
}
section.basic .inr {
	padding:0 3.125% 0;
}
h2.maintit {
	border-bottom:1px solid #EEE;
	margin-bottom:5%;
}
section.basic .inr h3.lead {
	font-size:18px;
	line-height:1.3;
	color:#816761;
	font-weight:bold;
	margin-bottom:0.7em;
	clear:both;
}

/*-------------------------------------------------------------------

	MAIN MENU

-------------------------------------------------------------------*/
#mainMenu {
	background:#646473;
}
#mainMenu h4 {
	border-top:2px solid #6C6C7B;
	border-bottom:1px solid #6C6C7B;
	background:#818190;
	padding:12px 0;
	text-align:center;
}
#mainMenu h4 img {
	width:56px;
}
#mainMenu li,
#mainMenu li a {
	color:#FFF;
}
#mainMenu li a {
	display:block;
	text-decoration:none;
}
#mainMenu ul > li {
	background: #828291;
	border-top:1px solid #9F9FAA;
	border-bottom:1px solid #6C6C7B;
}
#mainMenu ul > li:nth-child(2n-1) {
	background: #A1A1AD;
	border-top:1px solid #BFBFC6;
	border-bottom:1px solid #858594;
}
#mainMenu li > a {
	padding:16px 16px 14px;
	background: url(/com_img/mm_m.png) no-repeat right center;
	background-size:25px;
	font-size:15px;
	line-height:1;
}
#mainMenu li.menu > a {
	background:none;
	position:relative;
}
#mainMenu li.menu > a .arw {
	display:block;
	position:absolute;
	width:27px;
	top:10px;
	right:10px;
}
#mainMenu li > ul > li {
	background: #828291;
	border-top:1px solid #ACACB5;
	border-bottom:1px solid #6A6A77;
}
#mainMenu li > ul > li:nth-child(2n) {
	background: #9A9AA8;
	border-top:1px solid #BFBFC6;
	border-bottom:1px solid #858594;
}
#mainMenu li > ul > li > a {
	padding:14px 14px 12px 22px;
	background: url(/com_img/mm_s.png) no-repeat right center;
	background-size:24px;
	font-size:13px;
	line-height:1;
}
.close {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
/*-------------------------------------------------------------------

	TREATMENT

-------------------------------------------------------------------*/
.treat {
	font-size:15px;
	margin-bottom:4%;
	overflow:hidden;
}
.treat .pho {
	float:right;
	width:33.3333%;
	margin:0 0 6px 10px;
}
.worry {
	border:1px solid #DBDBEA;
	padding:0 3.0201% 3%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:4%;
}
.worry h3 {
	margin:0 -3.2142% 4%;
	padding:14px 0 12px;
	color:#A40C0C;
	text-align:center;
	font-size:15px;
	line-height:1.3;
	font-weight:bold;
	background:#FDDFDF;
}
.worry ul {
	padding-left:10px;
}
.worry li {
	padding:0 0 5px 25px;
	background:url(/com_img/check.png) no-repeat 0 4px;
	-webkit-background-size:17px;
	background-size:17px;
	font-size:17px;
	line-height:1.4;
	color:#A40C0C;
}
.worry li span {
	font-size:13px;
}

.point {
	border:1px solid #DBDBEA;
	padding:0 3.0201% 3%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:4%;
}
.point h3 {
	margin:0 -3.2142% 4%;
	padding:14px 0 12px;
	color:#806660;
	text-align:center;
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
	background:#F2E8E3;
}
.point ul {
}
.point li {
	overflow:hidden;
	font-size:14px;
	margin-bottom:10px;
}
.point li:last-child {
	margin-bottom:0;
}
.point li .num {
	width:46px;
	float:left;
	margin:0 12px 0 0;
}
.point li .txt {
	overflow:hidden;
	margin:0;
}
.treTbl {
	width:100%;
	border:1px solid #DDD;
}
.treTbl th,
.treTbl td {
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border-bottom:1px solid #DDD;
	background:#EEE;
}
.treTbl th {
	width:30.8%;
	text-align:center;
	background:#EEE;
}
.treTbl td {
	text-align:left;
	background:#FFF;
}
.priceTbl {
	width:100%;
	margin-bottom:4%;
	border-top:1px solid #DDD;
}
.priceTbl th,
.priceTbl td {
	text-align:center;
	vertical-align:middle;
	padding:10px;
	border:1px solid #DDD;
	background:#EEE;
	line-height:1.3;
}
.priceTbl th {
	text-align:center;
	background:#EEE;
}
.priceTbl td {
	background:#FFF;
}
.priceTbl td.pri {
	text-align:right;
	font-weight:bold;
}
.pricetxt {
	font-size:12px;
	line-height:1.3;
	text-align:right;
	color:#A40C0C;
}
.pricetitle {
	font-size:18px;
	line-height:1.3;
	margin-bottom:4px;
}
.pricetitle a {
	color:#826862;
}
.pricetitle i {
	color:#826862;
}
.treatCaution {
	padding-left:2em;
}
.treatCaution li {
	list-style:disc;
	margin-bottom:5px;
	line-height:1.3;
}
/*-------------------------------------------------------------------

	CLINIC

-------------------------------------------------------------------*/
.ancLink {
	overflow:hidden;
	margin:0 3.125% 6%;
}
.ancLink li {
	width:48.3333%;
	float:left;
}
.ancLink li:last-child {
	float:right;
}
.ancLink li a {
	display:block;
	padding:10px 0 16px;
	background:#997F78  url(/com_img/under_arw.png) no-repeat center 90%;
	-webkit-background-size:13px;
	background-size:13px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.cliName {
	font-size:18px;
	line-height:1.3;
}
.cliName span {
	font-size:13px;
}
.accessBtn {
	width:50%;
	margin:0 auto 5%;
}
.accessBtn a {
	display:block;
	padding:10px 0 16px;
	background:#997F78  url(/com_img/under_arw.png) no-repeat center 90%;
	-webkit-background-size:13px;
	background-size:13px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	line-height:1.3;
}
table.clinic {
	width:100%;
	margin-bottom:5%;
}
table.clinic th,
table.clinic td {
	border-bottom:1px solid #C8C8C8;
	padding:10px;
	line-height:1.3;
	vertical-align:top;
	text-align:left;
}
table.clinic th {
	white-space:nowrap;
}
table.clinic .callbtn {
	font-size:18px;
	font-weight:bold;
}
.routeList {
	margin:0 8% 6.5%;
}
.routeList li {
	padding-bottom:20px;
	margin-bottom:15px;
	background:url(/clinic/img/arw.png) no-repeat center bottom;
	-webkit-background-size:34px;
	background-size:34px;
	line-height:1.5;
}
.routeList li:last-child {
	padding-bottom:0;
	background:none;
}
.routeList li img {
	display:block;
	margin:0 auto 4px;
	max-width:500px;
}
.parking {
	border:1px solid #DDDDDD;
	padding:3.333%;
	font-size:16px;
	line-height:1.3;
	color:#7F665F;
}
.profile {
	margin-bottom:3%;
	overflow:hidden;
}
.profile .pho {
	float:left;
	width:41.6666%;
	margin:0;
}
.profile .txt {
	float:right;
	width:54.1666%;
	margin:0;
}
.profile .txt .name {
	font-size:17px;
	line-height:1.4;
}
.profile .txt .name span {
	font-size:13px;
}
.carrier .t {
	font-weight:bold;
	margin-bottom:6px;
}
.carrier table {
	width:100%;
	margin-bottom:5%;
}
.carrier table th,
.carrier table td {
	padding:0 5px 5px 5px;
	line-height:1.3;
	vertical-align:top;
	text-align:left;
}
.carrier table th {
	white-space:nowrap;
}
.firstTime {
	border:1px solid #EBDBD3;
	padding:5%;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.firstTime h3 {
	color:#990000;
	font-size:15px;
	line-height:1.3;
	text-align:center;
	border-bottom:1px solid #990000;
	margin-bottom:16px;
	padding:0 0 10px;
}
.firstTime .sign {
	text-align:right;
	margin:0;
}
/*-------------------------------------------------------------------

	PRICE

-------------------------------------------------------------------*/
.pBox {
	margin:0 3.125% 4%;
	border:1px solid #DBDBEA;
	padding:0 3.0201% 3%;
	background:#FFF;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	margin-bottom:5%;
}
.pBox h3 {
	margin:0 -3.3482% 4%;
	padding:14px 0 12px;
	color:#806660;
	text-align:center;
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
	background:#F2E8E3;
}
.pBox .list {
	overflow:hidden;
}
.pBox .list li {
	width:50%;
	float:left;
}
#pricepage .priceBlk {
	margin-bottom:7%;
}
/*-------------------------------------------------------------------

	LOWER CONTACT

-------------------------------------------------------------------*/
#footer {
	background:#646473;
	padding-bottom:12%;
}
#footer h4 {
	text-align:center;
	padding:10px;
}
#footer h4 img {
	width:106px;
}
#footer .inr {
	margin:0 3.125% 3%;
	padding:5% 3.125% 3.125%;
	background:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#footer .logoblk {
	overflow:hidden;
	margin:0 0 3.0357%;
}
#footer .logoblk .logo {
	width:53.2142%;
	margin:0;
	float:left;
}
#footer .logoblk .acs {
	width:38.5714%;
	padding-top:2%;
	margin:0;
	float:right;
}
#footer .ctList {
	margin-bottom:2.5%;
}
#footer .ctList li {
	float:left;
	width:48.9285%;
	margin-bottom:2.1428%;
}
#footer .ctList li:nth-child(3) {
	float:right;
}
#footer .ctList li:first-child {
	clear:both;
	float:none;
	width:100%;
}
#footer .map {
	margin-bottom:2%;
}
#footer .gmap {
	text-align:right;
	font-size:0.94em;
}
#footer table {
	width:100%;
}
#footer table th,
#footer table td {
	border-bottom:1px solid #DDD;
	padding:10px;
	line-height:1.3;
	vertical-align:top;
	text-align:left;
}
#footer table tr:last-child th,
#footer table tr:last-child td {
	border-bottom:none;
}
#footer table th {
	white-space:nowrap;
	text-align:center;
}

#footer table td.access01{
    width: 100%;
}
#footer table td.access02{
    width: calc(100% - 2% - 20px);
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
}
#footer table td.access03 {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}
#footer table td.access03 img{
    max-width: 20px;
}
#pagetop {
	position:fixed;
	width:32.8125%;
	max-width:150px;
	bottom:0;
	right:3.125%;
}
.copyright {
	color:#FFF;
	line-height:1.3;
	font-size:0.63em;
	text-align:center;
}
.convertion img {
	width:auto;
}
/*-------------------------------------------------------------------

	FORM

-------------------------------------------------------------------*/
.formTxt {
	line-height:1.4;
}
.pnk {
	color:#C12F2F;
}
#form h2 img {
	display:block;
	width:61.4864%;
	margin:0 auto;
}
#form .flow {
	background:#C8C8C8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3%;
	margin-bottom:3%;
}
#form .flow li {
	float:left;
	width:32.6241%;
	margin-right:1.773%;
}
#form .flow li:last-child {
	width:30.8511%;
	margin-right:0;
}
#form .lead1 {
	clear:both;
	margin-bottom:3%;
	padding-left:2em;
	list-style-type:disc;
	font-size:16px;
	line-height:1.3;
}
#form .lead1 li {
	margin-bottom:1%;
}
#form .lead1 strong,
#form .lead2 strong {
	font-weight:normal;
	color:#B20000;
}
#form .lead2 {
	margin-bottom:5%;
	padding-left:2em;
	list-style-type:disc;
	font-size:13px;
	line-height:1.3;
}
#form .lead2 li {
	margin-bottom:1%;
}
#form table {
	border-top:1px solid #B39A65;
	margin-bottom:5%;
	display:block;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table tr:nth-child(2n-1) th,
#form table tr:nth-child(2n-1) td {
	background:#F9F7F2;
}
#form table tbody,
#form table tr {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
}
#form table th,
#form table td {
	text-align:left;
	vertical-align:middle;
	display:block;
}
#form table th {
	padding:6% 3% 2%;
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
}
#form table td {
	padding:0 3% 5%;
	font-size:15px;
	line-height:1.5;
	border-bottom:1px solid #B39A65;
}
#form table th span {
	font-size:12px;
	font-weight:normal;
}
#form table .must {
	color:#B92B2A;
	font-weight:normal;
}
#form table td span {
	font-size:12px;
}
#form .cap {
	margin:5px 0 0;
	font-size:12px;
	line-height:1.5;
}
#form table td.hope > div {
	margin-bottom:4%;
	padding-bottom:4%;
	border-bottom:1px solid #BBB;
}
#form table td.hope > div:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.spot ul li {
	width:50%;
	margin-bottom:1%;
	float:left;
}
#form table input[type="text"],
#form table input[type="number"],
#form table input[type="email"],
#form table input[type="tel"],
#form table textarea {
	padding:6px;
	font-size:16px;
}
#form table select {
	padding:6px;
	font-size:16px;
}
#form table input[name="age"] {
	width:5em;
}
#form table input[type="radio"],
#form table input[type="checkbox"] {
	margin:6px 6px 14px;
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	transform:scale(1.5);
    -webkit-transform-origin:50%; 
	-moz-transform-origin:50%;  
    transform-origin:50%; 
}
#form table .wide {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table .half {
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table .telnum {
	width:60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table select {
	padding:6px;
	margin-right:5px;
}
#form .formBtnW {
	text-align:center;
	padding-bottom:3%;
}
#form td p:last-child {
	padding-bottom:0;
}
#form .formBtnW form {
	width:48.3333%;
	float:left;
}
#form .formBtnW form:last-child {
	float:right;
}
#form .formBtnW form input {
	margin:0 0;
	width:100%;
	height:auto;
}
#form .formBtn .single {
	width:48.3333%;
	height:auto;
	margin:0 auto;
	display:block;
}
.errmess {
	color:#B92B2A;
	margin-bottom:6%;
}
.errmess p {
	margin-bottom:3%;
	padding-bottom:3%;
	border-bottom:1px solid #DDD;
}

.osusumeIndex{
    margin-bottom: 10px;
}
.osusumeIndex li{
    margin-left: 1.5em;
    text-indent: -1em;
}
.osusumeIndex li::before{
    content: "■ ";
}
.osusumeIndex .small{
    font-size: 0.9em;
}


/*-------------------------------------------------------------------

line

-------------------------------------------------------------------*/
#line{
    margin: 0 2%;
    width: 96%;
}
#line.basic-section{
    /*    padding-top: 4%;*/
    padding-bottom: 4%;
}
#line .container{
    max-width: 620px;
}
.lineArea{
    border: 1px solid #ccc;
    padding: 10px 4%;
}
.lineArea h2{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin:0 auto 10px;
    color: #000;
}
.lineArea h3{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.lineFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.lineFlex p{
    font-size: 12px;
    margin-bottom: 0;
}
.lineFlex p.lineFlex-txt{
    width: 50%;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 16px;
    /*    font-size: 13px;*/
}
.lineFlex .lineFlex-img{
    width: 49%;
    margin-left: 1%;
}
/*
.lineFlex a{
width: 44%;
margin-left: 1%;
}
*/
.lineFlex a img{
    width: 100%;
}

/*-------------------------------------------------------------------

footerFloat

-------------------------------------------------------------------*/
#footerFloat{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
#footerFloat .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
/*
#footerFloat .d-flex li{
width: 33%;
}
*/
#footerFloat .d-flex li a{
    display: flex;
    align-items: center;
    justify-content:center;
    width: 100%;
    height: 60px;
    color: #b5954c;
    font-size: 14px;
    background-color: #fff;
    text-decoration: none;
    border-top: 1px solid #b5954c;
    border-right: 1px solid #b5954c;
    box-sizing: border-box;
/*    font-size: 16px;*/
    line-height: 1.2;
}
/*
#footerFloat .d-flex li{
width: 34%;
}
*/
#footerFloat .d-flex li:first-of-type{
    width: 33%;
}
#footerFloat .d-flex li a.footer-tel{
/*    background-color: #158d80;*/
}
#footerFloat .d-flex li:nth-of-type(2){
    width: 33%;
}
#footerFloat .d-flex li a.footer-mail{
/*    background-color: #ed4880;*/
}
#footerFloat .d-flex li:nth-of-type(3){
    width: 34%;
}
#footerFloat .d-flex li a.footer-line{
    background-color: #00b900;
    border: none;
}

#footerFloat .d-flex li a img{
    max-height: 30px;
    margin-right: 6%;
    width: auto;
}
#footerFloat .d-flex li a.footer-line img{
    max-width: 100%;
    margin: 0;
}