@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;/*font-size:100%;*/vertical-align:baseline;/*background:transparent;font-weight:normal;*/}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;/*font-size:100%;*/vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle;font-size:1em;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:100%;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
	-webkit-text-size-adjust:100%;
}

.inner {
	position:relative;
	max-width:1200px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	/*background:#fcfcfc;*/
    margin: 0 auto;
    height: 125px;
    background: url(../img/common/header_bg.png) 0 0 repeat-x;
    border-bottom: solid 1px #ccc;
}
header .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    height: 125px;
    background: url(../img/common/header_bg_bottom.jpg) 85px 90% no-repeat;
}
header h1 {
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 70%;
    color: #fff;
    line-height: 1.0em;
    height: 10px;
    font-style: normal;
    font-weight: normal;
}
nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	max-width:1200px;
	margin:0px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:78%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:20%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:100px auto 0;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#F39700;
	text-decoration:underline;
}

/*h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #1E8E7C;
	border-bottom:1px dotted #1E8E7C;
}*/

h2 {
    font-size: 25px;
    letter-spacing: 1px;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-size: 80px;
    padding: 30px 0px 20px 100px;
    margin: 10px auto;
}
h2::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1E8E7C;
    display: block;
    margin-top: 6px;
}

h3 {
    margin: 10px 0.3em 15px;
    padding: 1px 10px 5px;
    background: #5bcab4;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px dashed #fff;
    -moz-box-shadow: 0 0 0 4px #5bcab4;
    -webkit-box-shadow: 0 0 0 4px #5bcab4;
    box-shadow: 0 0 0 4px #5bcab4;
}
h3:before {
    content: url(../img/title_s.png);
    margin-right: 10px;
    position: relative;
    top: 4px;
}


h4 {
	margin:0.5em 0;
	font-size:16px;
	border-bottom:3px solid #1E8E7C;
	font-weight: bold;
    line-height:1.3em;
    padding-bottom: 0.2em;
}

h5 {
	position:relative;
	margin:0.5em 0 0.1em;
	padding-left:15px;
	color:#1E8E7C;
	font-size:16px;
	font-weight:bold;
}
h5:before {
	content:"";
	margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 18px;
    background: #1E8E7C;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	/*margin:0 0 1em 0;*/
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ccc;
	border-left:5px solid #ccc;
}

ol, ul, li {
	list-style: none;
	margin:0;
	padding:0;
}
.pager {
    clear: both;
}
/*ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}*/
li {
	/*margin-left:2em;*/
	list-style:none;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ccc;
    clear: left;
    font-weight:bold;
    font-size: 0.9em;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

.newsDate {
	clear: both;
	margin-bottom:0.5em;
	border-bottom:1px dotted #ccc;
}
.newsDate:before {
	content:"\0025a0";
}
.newsContents {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:2em;
	border-collapse:collapse;
	border:none;
	background:#fff;
	border:1px solid #ccc;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#ebfade;
	font-weight:bold;
	box-sizing: border-box;
	vertical-align: middle;
}
td {
	padding:10px;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}
tr:first-of-type {
	/*border-top:1px dotted #ccc;*/
}
sup {
    font-size: 50%;
    vertical-align: super;
}
.left {
	float:left;
}
.right {
	float:right;
}
.textR {
    text-align: right;
    margin:0 0 20px;
}
select {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 1px;
	border: #bbb solid 1px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 5px 0 5px 0;
    vertical-align: middle;
}

.w30 {
    width:30%;
}
.w40 {
    width:40%;
}
.w42 {
    width:42%;
}
.w50 {
    width:50%;
}
.w55 {
    width:55%;
}
.w60 {
    width:60%;
}
.w70 {
    width:70%;
}
.w80 {
    width:80%;
}
.w90 {
    width:90%;
}
.w100 {
    width:100%;
}

.clear {
    clear: both;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#topicpath {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 2px;
    background: #f1f1f1;
}

.small {
    font-size:0.8em;
    line-height: 1.3em;
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0;
}

/*==========================================================================================

フローティングボタン（会員登録・お問合せ）

==========================================================================================*/
.floatingMenu {
top:160px;
right:0;
position:fixed;
z-index:10;
width:43px;
margin:0;
padding:0;
}

.floatingMenu ul { margin:0; }
.floatingMenu ul li { margin:0 0 10px 0; }

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/*padding:10px;
    height:90px;*/
}
header a.logo:hover {
    text-decoration: none;
}
header .logo {
    float: left;
    /*width: 215px;*/
    height: 73px;
    margin: 20px 10px 0 0;
    padding: 0;
}
.login {
    /*position: absolute;
    top: 31px;
    right: 235px;*/
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
    background: rgba(204,204,204,0.3);
    line-height: 2.0em;
    padding: 10px 10px 0;
    border: #ddd solid 3px;
    border-radius: 5px;
    float: right;
    height: 76px;
    box-sizing: border-box;
    margin:19px 10px 0 0;
}
.login a {
    letter-spacing: -0.1em;
    font-size:10px;
}
 .login span {
    width:72px;
    display: inline-block;
}
     .login .error {
        color: #f00;
        font-size: 0.8em;
        text-align: center;
         margin:-10px 0;
    }
    .error br {
        display: none;
    }
    .error div {
        display: inline-block;
    }
.btn_orange {
    border: 1px #ef8000 solid;
    border-radius: 5px;
    background: #ef8000;
    padding: 2px 5px;
    color: #fff !important;   
}
.btn_orange:hover {
    text-decoration: none;
    opacity: 0.5;
}
.btn_gray {
    border: 1px #aaa solid;
    border-radius: 5px;
    background: #aaa;
    padding: 2px 5px;
    color: #fff !important;   
}
.btn_gray:hover {
    text-decoration: none;
    opacity: 0.5;
}

.summary {
	position:absolute;
	top:0;
	right:0px;
	margin:0;
	font-size:0.9em;
	text-align: right;
	line-height: 2.0em;
}

.headRightBox{ float:right; /*width:474px;*/ height:70px; margin:18px 0 0 0; }
.headTelBox{ float:left; /*width:300px;*/ height:70px; margin:0; padding:0; /*border-right:solid 3px #99D74C;*/ background:/*url(../img/common/header_box_tel.png) 0 0 no-repeat*/#fcfaee;border: 3px solid #1E8E7C;border-radius: 7px; }
.innerHeadTelBox{ /*width:300px;*/ height:70px; margin:0; padding:10px; /*background:url(../img/common/header_box_kanae.png) 100% 100% no-repeat;*/ }
.headTelBox .telMsg{ font-size:72%; color:#1E8E7C; }

.headTelBox .telNumber{ /*margin:7px 0 0 10px; padding:1px 0 1px 0;*/ font-size:110%; font-weight:bold; color:#ef8000; line-height:1.1em; }
.headTelBox .telNumber a { color:#333 !important; }

.headTelBox .telTime{ /*margin:0 0 0 10px;*/ font-size:72%; color:#38312C; line-height:1.4em; /*width: 75%;*/}

.headOtoiawaseBox{ display:none !important;/*float:right; width:100px; height:70px; margin:0; padding:0; background:url(../img/common/header_box_otoiawase.png) 100% 0 no-repeat #fcfaee;border-top: 3px solid #1E8E7C;border-right: 3px solid #1E8E7C;border-bottom: 3px solid #1E8E7C;border-top-right-radius: 7px; border-bottom-right-radius: 7px;*/ }
.headOtoiawaseBox p{ width:90px; margin:18px auto 0; font-size:100%; font-weight:bold; color:#333; line-height:1.2em; text-align: center;}
.headOtoiawaseBox p a {color:#1E8E7C;}
.headOtoiawaseBox p a:hover {text-decoration: none;}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#f7f7f7;
		border-bottom:5px solid #1E8E7C;
		box-shadow:0 1px 3px #999;
		z-index:3;
		margin:0 0 15px;
        height: 49px;
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;
	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav ul li a {
		display:block;
		margin:0;
		padding:10px 0;
		background:#f7f7f7;
		color:#333;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav ul li:hover > a {
		color:#fff;
		background:#999;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:12.5%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	/*nav ul.gnav > li:first-child {
		width:15%;
	}*/

	/*nav ul.gnav > li.subnav a {
		padding-right:20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}*/

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:100%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 0px;
		text-align:center;
		background:#eee;
		font-weight:normal;
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px solid #ccc;
		color:#333;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		left:0%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#333;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #ccc;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}
    nav ul li ul li ul li {
    }

	nav ul li ul li ul li a {
		background:#eee;
	}

	nav ul li ul li ul li a:hover {
		background:#999;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		/*position:fixed;*/
		top:0;
		left:0;
	}

}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}
.Pankuzu li {
    float: left;
    font-size: 13px;
}
.Pankuzu li:first-child a {
	margin:0 10px 0 0;
}
.Pankuzu li:nth-child(n + 2) a {
	margin:0 10px;
}
.Pankuzu .add {
	font-size:13px;
	margin:0 0 0 10px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

.subCount {
    height: 120px;
    margin: 0 0 10px;
    padding: 0;
    background: url(../img/common/woman4.png) no-repeat 107% bottom;
    border: 3px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
}
.subCount .subCountBg {
  height: 100%;
  /*background: rgba(255,255,255,0.2);*/
}
.subCount .pc-sub-guide__title {
    /*background-color: #e62b1f;*/
    color: #e62b1f;
    font-weight:bold;
    margin: 10px 0 0 10px;
    /*line-height: 1.0em;*/
}
.subCount p.countTxt {
    margin:5px 0 5px 10px;
    padding: 4px 0 0 0;
    text-align: left;
    line-height: 1.2em;
}
.subCount .first_word {
    vertical-align: 2px;
    color: #fff;
    background: #e62b1f;
    border: 1px solid #e62b1f;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 5px;
}
.subCount .first_word2 {
    vertical-align: 2px;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 5px;
}
.subCount .countNum {
    margin: 0 3px 0 10px;
    color: #e62b1f;
    font-size: 160%;
    font-weight:bold;
}
.subCount .countNum2 {
    margin: 0 3px 0 10px;
    color: #333;
    font-size: 140%;
    font-weight:bold;
}

/*================================================
 *  フッター
 ================================================*/
@media(min-width: 767px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}/*SPのみリンクをタップして電話を発信させる*/

#footer a{ color:#333; }

#footer {
margin:auto;
padding:0;
/*background:url(../img/common/footer_bg.jpg) 0 100% repeat-x;*/
background:#f7f7f7;
border-top:dotted 2px #A4A296;
width:100%; /*追記*/
/*height:163px; 追記*/
/*position:absolute; 追記*/
bottom:0; /*追記*/
clear:both;
}

#footer .innerFooter{
margin:0 auto;
padding:20px 10px 10px;
max-width:1200px;
}

.footerBox{
float:left;
max-width:1200px;
margin:0 0 10px 0;
padding:20px 0;
/*background:#FCFAEE;
border:solid 3px #CECBC4;*/
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}

.footerLeftBox{ float:left; width:20%; /*margin:10px 0 0 27px;*/ text-align:center; }
.footerLeftBox img {
    width:100%;
}
.footerRightBox{ float:right; width:78%; /*height:197px;margin:0 27px 0 0; */ padding:15px 20px; background-image:url(../img/common/footer_balloon_bg.png); background-repeat: no-repeat; background-position: 60% 20%; background-color: #fff; border:3px solid #1E8E7C;border-radius: 10px;box-sizing: border-box;display: table; }

.footerRightBox1{ float:right; width:39%; margin:0 2px 0 0; padding:15px 20px; background-color: #fff; border:3px solid #1E8E7C;border-radius: 10px;box-sizing: border-box;display: table; }
.footerRightBox2{ float:right; width:39%; padding:15px 20px; background-color: #fff; border:3px solid #1E8E7C;border-radius: 10px;box-sizing: border-box;display: table; }

/*左側*/
.footerLeftBox img{ margin:0 0 2px; }
.footerLeftBox img.footerlogo{ width: inherit;margin: 0 auto 13px;
-moz-appearance: none;
appearance: none; }

/*右側会社情報*/
.ftCompanyBox{ float:left; width:70%; /*margin:20px 0 0 95px;*/ }

.ftCompanyBox2{ float:right; width:30%; text-align: right;/*margin:20px 0 0 95px;*/ }
.ftCompanyBox2 img{ height: 170px;}

.ftShopName{
margin:0 0 8px 0;
padding:0 0 0px 0;
/*background-image:url("../img/common/line_bg.jpg"), url("../img/common/footer_balloon_bg.png");
background-repeat:repeat-x, no-repeat;
background-position:bottom left,top right;*/
font-size:144%;
font-weight:bold;
line-height:2.0em;
/*border-bottom: dotted 1px #A4A296;
width:470px;*/
}

.ftComName{ margin:0; padding:0; font-size:122%; font-weight:bold; }
.ftComName span{ padding:0; color:#605A56; font-size:70%; font-weight:normal; }

.ftComTel{ float:left; /*width:235px;*/ margin:0; padding:0; color:#ef8000; font-size:219%; font-weight:bold; font-family:Meiryo, 'メイリオ'; }
.ftComTel a{ color:#ef8000 !important; }

.ftComInfo{ float:left; /*width:275px;*/ margin:22px 0 0 5px; padding:0; color:#1E8E7C; font-size:100%; font-weight:bold; line-height:1.0em; }

.ftCompanyBox ul{ margin:6px 0 2px 0; list-style-position:inside; border-top:dotted 1px #A4A296; }

/*.innerFooter ul li{ display:table-cell; margin:0; padding:10px 20px 20px 0; font-size:84%; font-weight:bold; }
.innerFooter ul li a{ background:url(../img/common/footer_arrow.jpg) 0 40% no-repeat; padding:2px 0 2px 18px; }*/
.innerFooter ul {
    text-align: center;
}
.innerFooter ul li {
	position: relative;
    display: inline-block;
    margin: 10px 15px;
}
.innerFooter ul li::after,
.innerFooter ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.innerFooter ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #1E8E7C;
	border-radius: 100%;
}
.innerFooter ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.innerFooter ul li a {
    font-weight: bold;
    font-size:0.9em;
}

/*右側ボタン*/
.ftBtnBox{ float:right; width:128px; height:140px; margin:28px 12px 0 0; background:url(../img/common/footer_btn_bg.jpg) 0 0 no-repeat; }
.ftBtnBox p{ margin:0 0 0 -5px; padding:106px 0 0 0; font-size:122%; font-weight:bold; text-align:center; }
.ftBtnBox p a{
margin:0;
padding:0 20px 0 20px;
background-image:url("../img/common/btn_arrow_left.png"), url("../img/common/btn_arrow_right.png");
background-repeat:no-repeat, no-repeat;
background-position:left,right;
}

address {
max-width:1200px;
margin:0;
padding:0;
font-size:77%;
color:#666;
text-align:center;
font-style:normal !important;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#1E8E7C;
}
.totop img:hover {
	background:#ccc;
}

@media screen and (max-width:767px) {
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop img {
	width:30px;
}
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}

.col_two_one,
.col_three_one,
.col_three_one_border {
	overflow:hidden;
    width: 100%;
}

.col_three_one ul,
.col_three_one_border {
    width: 100%;
}
.col_four_one,
.col_six_one {
	overflow:hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.col_two_one ul,
.col_three_one_border ul {
	overflow:hidden;
	/*margin:2% -2% 0 0;*/
}
.col_two_one ul li {
	list-style:none;
	float:left;
	width:48%;
	/*padding: 15px;*/
	box-sizing: border-box;
}
.col_two_one ul li:nth-of-type(odd) {
	margin:0 2% 2% 0;
}
.col_two_one ul li:nth-of-type(even) {
	margin:0 0% 2% 2%;
}
.col_two_one ul li:nth-child(2n+1) {
	clear:both;
}
.col_two_one ul li img,
.col_three_one ul li img {
	width:100%;
	margin-bottom:2.5%;
}
.col_three_one_border div {
    text-align: center;
}
.col_three_one_border div img {
	max-width:100%;
	height:150px;
}

.col_three_one ul li {
	list-style:none;
	float:left;
	width:32%;
	box-sizing: border-box;
}
.col_three_one_border div {
	list-style:none;
	float:left;
	width:32%;
	margin:0.5%;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
    height: 370px;
}
.col_three_one ul li:nth-child(3n+1),
.col_three_one_border div:nth-child(3n+1) {
	clear:both;
}
.col_three_one_border ul li:nth-child(3n) {
	/*margin:0 0 1% 1%;*/
}
.col_three_one div {
	list-style:none;
	display: inline-block;
    width: 32.5%;
	margin:0.3% 0.2%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}
.col_four_one div {
	list-style:none;
	float:left;
	width:24%;
	margin: 0 0.5% 1%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}
.col_six_one div {
	list-style:none;
	float:left;
	width:16%;
	margin:1% 0 1% 0;
	padding: 10px;
	box-sizing: border-box;
}
.woman {
    border: 3px #ccc solid;
    overflow: hidden;
    background: url(../img/top/woman.png) no-repeat left bottom;
    display:block;
    height:130px;
}
.woman2 {
    border: 3px #ccc solid;
    overflow: hidden;
    background: url(../img/top/woman2.png) no-repeat right bottom;
    display:block;
    height:130px;
}
.woman a,
.woman2 a {
    display: block;
    width:100%;
    height:100%;
    font-size:250%;
    color: #1E8E7C;
    padding-top: 25px;
}
.woman a:hover,
.woman2 a:hover {
    text-decoration: none;
}

.office_info .left {
    width:65%;
}
.office_info .right {
    width:33%;
    margin: 0 0 20px;
}
.office_info .right img,
.office_info .col_three_one div img {
    width:100%;
}
.office_info .col_three_one div {
    width: 33%;
}
.office_info .col_three_one div:nth-child(2n) {
    margin: 0 0.5%;
}
.office_info .staff-office h3 {
    display: none;
}

/*店舗一覧*/
.ShopBlock {
	display: table;
	width: 100%;
}
.ShopBlock .OfficeName {
	border-bottom: 1px solid #ccc;
	padding: 0.2em;
	color: #333;
	background: transparent;
	margin:60px 0 30px;
	font-size: 20px;
	font-weight:bold;
	width:100%;
	clear: both;
}
.ShopBlock .OfficeName:before {
    background-color: #d87a74;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px;
	border-bottom: 1px solid #ccc;
}
.shop_list .photo0 {
	clear:left;
	width:35%;
}
.shop_list .photo0 img {
	width:100%;
}
.shop_list .OfficeAddress,
.shop_list .OfficeFreeTel,
.shop_list .OfficeTel,
.shop_list .OfficeFax,
.shop_list .OfficeAnnai {
	float:right;
	width:60%;
	border-bottom: 1px solid #ccc;
	padding:5px 0;
}
.shop_list .OfficeAnnai span.naiyo {
	float: right;
	width: 70%;
	font-weight: normal;
}
.shop_list .Link {
	float:right;
	width:60%;
	padding:5px 0;
}
.shop_list .Link a {
	width:130px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color:#333;
	font-size:14px;
	box-shadow: 0px 2px #b2b2b2;
	-webkit-box-shadow: 0px 2px #b2b2b2;
	text-decoration: none;
	margin: 10px 5px 0 0;
	display: inline-block;
}
.shop_list .Link a:nth-child(1):before {
	font-family: "Font Awesome 5 Free";
	content: '\f0ca';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .Link a:nth-child(2):before {
	font-family: "Font Awesome 5 Free";
	content: '\f4ad';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .Link a:nth-child(3):before {
	font-family: "Font Awesome 5 Free";
	content: '\f304';
	font-weight: bold;
	padding: 0 3px 0 0;
}
.shop_list .OfficeAddress a,
.office_info .OfficeAddress a {
	/*line-height: 32px;*/
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	color:#333;
	font-size:14px;
	box-shadow: 0px 2px #b2b2b2;
	-webkit-box-shadow: 0px 2px #b2b2b2;
	text-decoration: none;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:0px 5px;
	display: inline-block;
}
.shop_list .OfficeAddress a:before,
.office_info .OfficeAddress a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	font-weight:bold;
}
.shop_list .OfficeFreeTel span,
.shop_list .OfficeTel span,
.shop_list .OfficeFax span,
.shop_list .OfficeAnnai span {
	font-weight:bold;
	width:120px;
	display:inline-block;
}
.shop_list .OfficeAccess,
.shop_list .OfficeParking,
.shop_list .OfficeLicense,
.shop_list .OfficeOther1,
.shop_list .OfficeOther2,
.shop_list .OfficeOther3,
.shop_list .shop_list .photo1,
.shop_list .photo2,
.shop_list .photo3,
.shop_list .photo4,
.shop_list .photo5,
.shop_list .photo6,
.shop_list .photo7 {
	display:none;
}
.office_info .right.w40 img {
    width:100%;
}

/*スタッフ一覧*/
.StaffList li {
	display: table;
	clear: both;
	border-bottom: dotted 1px #ccc;
	box-sizing: border-box;
	margin: 10px 0;
    width:100%;
    padding:0 0 10px;
}
.StaffList li .img{
	background: #FFF;
	padding: 1px;
	width: 20%;
	float: left;
	margin:0 10px 0 0;
	overflow: hidden;
}
.StaffList li .img img {
	width: 100%;
}
.StaffList li .wrapper {
    float: right;
    width: 75%;
}
.StaffList li .wrapper .title {
	padding-bottom: 1em;
}
.StaffList li .wrapper .title .name {
    font-size: 18px;
    float: left;
    font-weight:bold;
}
.StaffList li .wrapper .title .post {
    font-size: 16px;
    float: right;
}
.StaffList li .wrapper dd.license,
.StaffList li .wrapper dd.comment1 {
	background: url(/file/images/ico_qualification.png) no-repeat;
	/*height:22px;*/
    margin-bottom: 0.5em;
}
.todetail {
    display:none;
}

.sbox_category {
	margin: 10px 0 20px;
}
.sbox_category li {
	display: inline-block;
	border-right: 1px solid #461e1f;
	padding:0 10px 0 5px;
	height: 20px;
	line-height: 20px;
}
.sbox_category li:nth-last-child(-n+3) {
	border-right: none;
}

.thumb_img_caption {
	font-size: 0.8em;
	text-align: left !important;
	line-height: 1.1em !important;
	display: inline-block;
}

/*office_info*/
.StaffList .wrapper .emal{
	display: none;
}
.StaffList .wrapper .tel{
	display: none;
}


/*.sbox li.hoverOpacity a {
    display: block;
    position: relative;
    z-index: 999;
}
.sbox li.hoverOpacity a .newsDetails {
    display: table;
    height: 166px;
    width: 100%;
}
.sbox li.hoverOpacity a .newsDetails .photoWrap {
    background-color: #ccc;
    vertical-align: top;
    font-size: 0;
    border-right: 2px solid #000;
	display: table-cell;
    width: 30%;
}
.sbox li.hoverOpacity a .newsDetails .photo {
    display: inline-block;
    width: 100%;
}
.sbox li.hoverOpacity a .newsDetails .photo img {
    width: 166px;
    height: 166px;
    vertical-align: top;
}
.sbox li.hoverOpacity a .newsDetails .detail {
    vertical-align: top;
    padding: 15px;
	display: table-cell;
    width: 70%;
}
.sbox li.hoverOpacity a .newsDetails .detail .title {
    font-size: 13px;
    font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
	margin-bottom: 0;
}
.sbox li.hoverOpacity a .newsDetails .detail .date {
	display:none;
    font-size: 10px;
    text-align: right;
    margin-bottom: 5px;
}
.sbox li.hoverOpacity a .newsDetails .detail .body {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 140%;
}
.sbox li.hoverOpacity .more {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.sbox li.hoverOpacity a .newsDetails .detail .Category {
	display: inline-block;
	background-color: #570015;
	color:#fff;
	font-size:0.7em;
	padding:0 5px;
}*/

.form-chart {
  font-size: 0;
  margin-bottom: 20px; }

.form-chart li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  width: calc(28% - 10px);
  margin-right: 10px;
  background: #ddd;
  text-align: center;
  padding: 10px;
  position: relative; }

.accessBox{ margin:0 auto; padding:0 0 30px; }

.accessPhotoBox{ float:left; width:30%; margin:1.5%; padding:0; /*background:url(../img/company/number_bg.jpg) 50% 0 no-repeat;*/ }
.accessPhotoBox p.accNumber{ margin:3px 0; padding:0; text-align:center; color:#fff; font-size:100%; font-weight:bold; line-height:25px;     background: #1E8E7C;
    height: 25px;
    width: 10%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
display: inline-block;
vertical-align: top;
}
.accessPhotoBox img{
border:solid 3px #1E8E7C;
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
width:100%;
}
.accessPhotoBox p.accCaptionTtl{ margin:10px 3px 7px; color:#1E8E7C; font-weight:bold; font-size:107%; line-height:1.4em; }
.accessPhotoBox p.accCaption{ margin:3px; line-height:1.4em;display: inline-block;vertical-align: top;width:80%; }

.newsBlock {
    border: 3px #ccc solid;
    padding:5px;
    height:200px;
    overflow-y: scroll;
    border-radius: 10px;
}
.newsBlock > li {
    display:none;
}
[class^="blog_latest_"] li {
    border-bottom: dotted 1px #ccc;
    padding:5px;
    margin: 5px;
}
[class^="blog_latest_"] .blog_latest_date {
    width:150px;
    display: inline-block;
}

.search_condition_saved_view table {
    width:100%;
    border-collapse: collapse;
}
.search_condition_saved_view td {
    border: 1px solid #ccc;
    padding: 10px;
}
.search_condition_saved_view td.search_condition_saved_each {
    width: 60%;
    text-align: left;
}
.search_condition_saved_view td.search_condition_saved_delete {
    width: 10%;
    text-align: center;
}
.search_condition_saved_view td.search_condition_saved_delete a {
    border: 1px #aaa solid;
    border-radius: 5px;
    background: #aaa;
    padding: 4px;
    color: #fff !important;
    white-space: nowrap
}
.search_condition_saved_view td.search_condition_saved_delete a:hover {
    text-decoration: none;
    opacity: 0.25;
}

@media screen and (min-width: 768px) {
    .form-chart li {
      padding: 20px; }
}

.form-chart li::before {
  border: 10px solid transparent;
  border-left-color: #ddd;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 0;
  margin: auto; }

.form-chart li:last-child {
  /*width: 28%;*/
  margin-right: 0; }

.form-chart li:last-child::before {
  display: none; }

.form-chart li span {
  display: block;
  color: #999;
  font-family: 'Oswald', sans-serif; }
  @media screen and (min-width: 768px) {
    .form-chart li span {
      display: inline;
      margin-right: 1em; } }

.form-chart li.active {
  background: #F39700;
  color: #fff;
  font-weight:bold;}

.form-chart li.active::before {
  border-left-color: #F39700; }

.form-chart li.active span {
  color: #fff; }

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
	background: #fff;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#1E8E7C;
}

.search_conditions_ul span#search_area_modal_button a,
.search_conditions_ul span#search_line_modal_button a,
.search_conditions_ul span#search_other_modal_button a {
    padding: 0px 3px;
    background:#fff;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color:#aaa;
    margin: 0 auto;
    border: 1px #aaa solid;
    -webkit-appearance: none;
    width:120px;
    float: right;
}
.search_conditions_ul span#search_area_modal_button a:hover,
.search_conditions_ul span#search_line_modal_button a:hover,
.search_conditions_ul span#search_other_modal_button a:hover,
.FormTable a.AddessSet_4:hover {
    background:#ccc;
    border:1px #ccc solid;
    color:#fff;
}

.search_conditions span.search_conditions_koumoku {
    display: inline-block;
    font-weight:bold;
}

.FormTable a.AddessSet_4,
.FormTable a.LineStationSet_3 {
    padding: 1px 3px;
    background:#F39700;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color:#fff;
    margin: 0 auto;
    border: 1px #F39700 solid;
    -webkit-appearance: none;
    width:100px;
}
.FormTable a.AddessSet_4:hover,
.FormTable a.LineStationSet_3:hover {
    background:#cf6f00;
    border:1px #cf6f00 solid;
}

.modal_window #SearchInput {
    width:96%;
    margin: 1.5em 2% 3.5em;
}
.companyBox {
    margin: 0 0 30px 0;
}
.companyBox img {
  float:right;
  margin:0 0 10px 10px;
}
.aboutBox{
margin:0 0 10px 0;
padding:15px;
border:solid 3px #ccc;
/*border:solid 3px #F3F2ED;*/
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
}
.about p.aboutTxt {
    margin: 10px 0 5px;
    font-weight: bold;
    color: #1E8E7C;
    font-size: 107%;
}
.aboutBox img {
  float:right;
  margin:0 0 10px 10px;
}
.companyInfo td.map {
    text-align: center;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    input {font-size:0.9em;}
	.lock {
		overflow:hidden;
	}
    header .inner {
        width:100% !important;
        background: none;
    }
	header {
		/*z-index:2;*/
		z-index:-10;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:2px 10px 5px;
        border-bottom: none;
        height: 150px;
	}
    header h1 {
    margin: 0;
    padding: 1px 0 0 0;
    font-size: 65%;
    color: #fff;
    line-height: 1.0em;
    height: 10px;
    font-style: normal;
    font-weight: normal;
}
    header .logo {
    float: left;
    width: unset;
    height: auto;
    margin: 10px 10px 0 0;
    padding: 0;
}
    header .logo .headShop {
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .floatingMenu,
    .headRightBox {
        display: none;
    }

	.summary {
		position:relative;
		top:auto;
		right:auto;
		font-size:0.8em;
		/*margin-top:15px;*/
	}
    .login {
        position: absolute;
        top: 70px;
        left: 0;
        right:0;
        margin:0;
        height:auto;
        padding: 5px;
    }
    .error {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
    }
	#contents {
		padding:10px;
	}
	#main {
		float:none;
		width:100%;
		margin:0 0 30px;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#999;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:0px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #ccc;
		background:#f7f7f7;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#333;
		text-decoration:none;
		background:#f7f7f7;
	}
	nav li a:hover {
		color:#fff;
		background:#999;
	}
	nav ul ul {
		/*display:none;*/
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#1E8E7C;
	}
	.subnav > a:hover:before {
		background:#fff;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#f7f7f7;
	}
	.subnav a:hover:after {
	  background:#999;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:3;
		position:fixed;
		top:20px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#1E8E7C;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	/*.col_two_one ul,
	.col_three_one ul {
		margin-right:0;
	}
	.col_two_one li,
	.col_three_one li {
		width:100%;
		clear:both;
	}*/
	/*.col_two_one li:nth-child(2n+1),
	.col_three_one li:nth-child(3n+1) {
		clear:both;
	}*/

	.col_two_one ul li,
	.col_three_one ul li,
	.col_three_one_border ul li{
		clear: both;
		width:100%;
		margin:10px 0 0 !important;
	}
	.col_four_one div {
	list-style:none;
	float:left;
	width:49%;
	margin: 0.5%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}
	.col_six_one div {
	width:32%;
	}

	th {
	border-right:none !important;
	}

    .slide {
    margin: 140px 0 0;
    display: block !important;
    height: 160px;
}
.controlNav {
    display:none;
}
.col_three_one ul li:nth-child(3n+1),
.col_three_one_border div:nth-child(3n+1) {
    clear:none !important;   
}
    .col_three_one_border div {
    list-style: none;
    float: left;
    width: 49%;
    margin: 0.5%;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    height: 370px;
}
    .col_three_one_border div.toku .Img {
        /*float:right;
        width:40%;*/
        height: unset !important;
    }
    .col_three_one_border div.toku .Img img {
        height: 130px !important;
    }
    .col_three_one div {
	display: block;
	width:100%;
}
    
    #footer .innerFooter {
    margin: 0 auto;
    padding: 20px 10px 10px;
    width: 100%;
    box-sizing: border-box;
}
    .footerBox {
    width:100%;
}
    .footerLeftBox {
    float: unset;
    width: 100%;
    margin: 10px auto;
}
    .footerRightBox {
    float: unset;
    width: 100%;
    background-position: 95% 3%;
    }
    .ftCompanyBox {
        float:unset;
        width:100%;
    }
    .ftComName span {
        display: block;
        margin:0;
    }
    .ftShopName {
        width:100%;
        font-size: 132%;
    }
    .ftComTel {
        font-size:180%;
    }
    .ftComInfo {
        margin: 0;
        font-size:80%;
    }
    .ftCompanyBox2 {
        width: 100%;
        margin: 10px 0 0;
    }
    address {
        width:100%;
    }

    .accessBox{ margin:0 auto; padding:0 0 30px; }

.accessPhotoBox{ float:left; width:100%; margin:0.5% 0; padding:0; /*background:url(../img/company/number_bg.jpg) 50% 0 no-repeat;*/ }
.accessPhotoBox p.accNumber{ margin:3px 0; padding:0; text-align:center; color:#fff; font-size:150%; font-weight:bold; line-height:40px;     background: #1E8E7C;
    height: 40px;
    width: 18%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
display: inline-block;
vertical-align: top;
}
.accessPhotoBox img{
border:solid 3px #1E8E7C;
border-radius:7px;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
width:50%;
float:left;
}
.accessPhotoBox p.accCaptionTtl{ margin:10px 3px 7px; color:#1E8E7C; font-weight:bold; font-size:107%; line-height:1.4em; }
.accessPhotoBox p.accCaption{ margin:3px; line-height:1.4em;display: inline-block;vertical-align: top;width:100%; }
.accessPhotoBox .accessText {
width:46%;
float:right;
}
.companyInfo th,
.companyInfo td {
    display: block;
    width:100%;
}
.companyInfo td.map {
    text-align: center;
}
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:20;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.5; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{}
        #cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #ccc;
-webkit-box-shadow: 0px 1px 10px #ccc;
box-shadow: 0px 1px 10px #ccc;
}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
/*
        #cboxLoadingOverlay{background:#fff;}
*/
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating)
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}*/

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#inline-content {
	margin: 20px;
}
#ajax-wrap {
	margin: 20px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible ;
}
#cboxTitle {
	color: #fff;
}

.kokuchi {
    color:#ff0000;
    border: 2px solid #ff0000;
    padding:10px;
    margin:0 0 10px;
    display:block;
    font-size: 12px;
}

@media print, screen and (min-width:768px) {
.pc_block {display:block;}
.sp_block {display:none;}
}
@media print, screen and (max-width:767px) {
.pc_block {display:none;}
.sp_block {display:block;}
}
