@charset 'UTF-8';

/* reset -------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* base -------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
}
body {
	font-family:"Lora" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 1.7;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 801px) {
body {
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.9;
}
}
a {
	text-decoration: underline;
	color: inherit;
	border: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
}
input{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a img{
	border: none;
}

/* Heading -------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.6;
}

/* List -------------------- */
ol, ul, li {
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Definition -------------------- */
dl, dt, dd {
	overflow: hidden;
	zoom: 1;
}

/* Table -------------------- */
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* Mincyou style -------------------- */
h1,h2,
.minchyo,
.drawer-menu,
.btContact,
.footerContact,
#mainVis,
.footerMss,
.diagnosisTitle span,
.solutionTitle,
.otherSolution,
#pageTitle p,
.medicineIndexTtl,
.conslutingSubTtl,
.historyTtl{
	font-family:"Lora" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/* icon font -------------------- */
@font-face {
    font-family: 'icomoon';
    src:    url('/common/font/icomoon.eot?l5txn5');
    src:    url('/common/font/icomoon.eot?l5txn5#iefix') format('embedded-opentype'),
        url('/common/font/icomoon.ttf?l5txn5') format('truetype'),
        url('/common/font/icomoon.woff?l5txn5') format('woff'),
        url('/common/font/icomoon.svg?l5txn5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-comments:before {
    content: "\e908";
}
.icon-mail:before {
    content: "\e909";
}
.icon-files:before {
    content: "\e903";
}
.icon-refresh:before {
    content: "\e900";
}
.icon-book:before {
    content: "\e90a";
}
.icon-home:before {
    content: "\e905";
}
.icon-flag:before {
    content: "\e901";
}
.icon-user:before {
    content: "\e902";
}
.icon-graph:before {
    content: "\e904";
}
.icon-circle-up:before {
    content: "\e90b";
}
.icon-circle-right:before {
    content: "\e906";
}
.icon-circle-left:before {
    content: "\e907";
}

/* back to top -------------------------*/
#fixedTop {
	right: 10px;
	bottom: 30px;
	color: #999;
	font-size: 36px;
	text-align: center;
	display: none;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	opacity: 0.8;
}
#fixedTop:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}
@media only screen and (max-width: 480px) {
#fixedTop {
	bottom: 10px;
}
}

/* header and menu style --------------------- */
header{
	width: 100%;
	color: #fff;
}
.menu-button{
	width: 50px;
	height: 50px;
	z-index: 100;
	float: left;
}
h1{
	display: none;
}
.cName{
	height: 50px;
	margin-left: 50px;
	background-color: #8d002f;
	position : relative;
}
.logoBox{
	width: 198px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.cName img.campanyName{
	width: 144px;
	height: auto;
	padding-top: 4px;
	float: right;
}
.cName img.logo{
	width: 49px;
	height: auto;
	margin-right: 5px;
}
.pc-parts{
	display: none;
}
@media only screen and (min-width: 801px) {
.sp-parts {
	display: none !important;
}
.pc-parts{
	display: block;
}
header{
	width: 180px;
	position: fixed;
	top: 0;
	left: 0;
}
h1{
	display: block;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
	padding-top: 27px;
	margin-bottom: 10px;
}
.cName{
	height: 172px;
	margin-left: 0!important;
	background-color: #8d002f;
	text-align: center;
}
.logoBox{
	width: 180px;
	height: auto;
	position:static;
}
.cName img.campanyName{
	width: 150px;
	height: auto;
	padding-top: 10px;
	float: none;
	border-top: solid 1px #fff;
}
.cName img.logo{
	width: 85px;
	height: auto;
	margin-right: 0!important;
}
.naviContactBox{
	width: 180px;
	height: auto;
	color: #262626;
	min-height: 120px;
	background-color: #f2f1ec;
	text-align: center;
	padding: 10px 0 13px 0; 
}
.btContact a{
	display: block;
	width: 160px;
	margin: 0 auto 13px;
	font-size: 15px;
	line-height: 1;
	border: solid 1px #bbbbbb;
	background-color: #fff;
	background: #fff url(/common/images/icon_mail.png) no-repeat 17px 17px;
	background-size: 24px 15px;
	padding: 17px 0 15px 22px;
	text-decoration: none;
}
.btContact a:hover{
	background: #fcaeb7 url(/common/images/icon_mail_on.png) no-repeat 17px 17px;
	background-size: 24px 15px;
	color: #fff;
	border: solid 1px #fff;
}
.telNumber{
	padding: 0 0 5px 14px;
	font-size: 18px;
	line-height: 1;
	background: url(/common/images/icon_tel.png) no-repeat 25px top;
	background-size: 13px 18px;
}
.officeHours{
	line-height: 1;
	font-size: 11px;
}
}

/* footer style --------------------- */
footer{
	width: 100%;
	height: auto;
	background-color: #f2f1ec;
}
.footerMss{
	text-align: center;
	padding: 20px 0;
}
@media only screen and (min-width: 640px) {
.footerMss{
	padding: 45px 0 35px;
	font-size: 18px;
}
.footerMss br{
	display: none;
}
}
.footerBox {
	width: 300px;
	margin:0 auto;
	padding-bottom: 15px;
	line-height: 1;
}
.footerBox li{
	float: left;
	width: 143px;
	height: 45px;
	background-color: #fff;
	text-align: center;
}
.footerBox li a{
	text-decoration: none;
}
.footerContact a{
	display: block;
	width: 143px;
	height: 45px;
	padding: 16px 0 0 24px;
	background: #fff url(/common/images/icon_mail.png) no-repeat 17px 14px;
	background-size: 24px 15px;
	text-decoration: none;
	border: solid 1px #bbbbbb;
}
.footerContact a:hover{
	background: #fcaeb7 url(/common/images/icon_mail_on.png) no-repeat 17px 14px;
	background-size: 24px 15px;
	color: #fff;
	border: solid 1px #fff;
}
.footerTel{
	font-size: 8px;
	padding-top: 6px;
	border: solid 1px #bbbbbb;
}
.footerTel span{
	font-size: 14px;
	line-height: 1.4;
	padding-left: 12px;
	background: url(/common/images/icon_tel.png) no-repeat left 1px;
	background-size: 10px 14px;
}
.footerAddress{
	display: none;
}
.footerBox li:nth-child(n + 2){
	margin-left: 10px;
}
@media only screen and (min-width: 600px) {
.footerBox {
	width: 580px;
	margin:0 auto;
	padding-bottom: 20px;
}
.footerBox li{
	width: 188px;
	height: 55px;
}
.footerContact a{
	width: 188px;
	height: 55px;
	padding: 22px 0 0 30px;
	background: #fff url(/common/images/icon_mail.png) no-repeat 40px 19px;
	background-size: 24px 15px;
}
.footerContact a:hover{
	background: #fcaeb7 url(/common/images/icon_mail_on.png) no-repeat 40px 19px;
	background-size: 24px 15px;
}
.footerTel{
	font-size: 9px;
	padding-top: 11px;
}
.footerTel span{
	font-size: 15px;
	line-height: 1.4;
	padding-left: 15px;
	background: url(/common/images/icon_tel.png) no-repeat left 1px;
	background-size: 11px 15px;
}
.footerAddress{
	display: block;
	font-size: 11px;
	padding-top: 8px;
	text-align: left!important;
	border: solid 1px #bbbbbb;
}
.footerAddress p{
	padding-left: 32px!important;
	line-height: 1.2;
	background: url(/common/images/icon_map.png) no-repeat 13px 10px;
	background-size: 13px 18px;
}
.footerBox li:nth-child(n + 2){
	margin-left: 8px;
}
}
@media only screen and (min-width: 950px) {
.footerBox {
	width: 750px;
	margin:0 auto;
	padding-bottom: 40px;
}
.footerBox li{
	width: 228px;
	height: 65px;
}
.footerContact a{
	display: block;
	width: 228px;
	height: 65px;
	font-size: 15px;
	padding: 25px 0 0 30px;
	background: #fff url(/common/images/icon_mail.png) no-repeat 50px 24px;
	background-size: 24px 15px;
}
.footerContact a:hover{
	background: #fcaeb7 url(/common/images/icon_mail_on.png) no-repeat 50px 24px;
	background-size: 24px 15px;
	color: #fff;
	border: solid 1px #fff;
}
.footerTel{
	font-size: 12px;
	padding-top: 12px;
}
.footerTel span{
	font-size: 18px;
	line-height: 1.4;
	padding-left: 17px;
	background: url(/common/images/icon_tel.png) no-repeat left 1px;
	background-size: 14px 19px;
}
.footerAddress{
	font-size: 12px;
	padding-top: 10px;
}
.footerAddress p{
	padding-left: 46px!important;
	line-height: 1.3;
	background: url(/common/images/icon_map.png) no-repeat 25px 11px;
	background-size: 15px 20px;
}
.footerBox li:nth-child(n + 2){
	margin-left: 30px;
}
}
hr.footerhr{
	border:none;
	height: 1px;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
}
@media only screen and (min-width: 801px) {
hr.footerhr{
	margin-bottom: 50px;
}
}
.footermenu{
	width: 100%;
	margin-bottom: 30px;
}
.footermenuInner{
	max-width: 830px;
	height: auto;
	margin:0 auto;
}
.footermenu a{
	text-decoration: none;
}
.footermenu dl{
	float: left;
}
.footermenu dl:nth-child(n + 2){
	margin-left: 6%;
}
.footerLogo{
	float: left;
	text-align: center;
	margin-left: 6%;
}
.fLogo{
	width: 123px;
	height: 61px;
}
.fName{
	width: 148px;
	height: 15px;
}
.copyrights{
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}
@media only screen and (max-width: 999px) {
.footermenu{
	margin-bottom: 10px;
	padding-left: 10px;
}
.footermenuInner{
	max-width: 580px;
}
.footerLogo{
	clear: both!important;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 12px;
	margin-left: 0!important;
}
.fLogo{
	width: 61px;
	height: 30px;
}
.fName{
	width: 116px;
	height: 12px;
}
}
@media only screen and (max-width: 599px) {
.footermenuInner{
	max-width: 280px;
}
.footermenu dl{
	float: none;
}
.footermenuL{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.footermenu dl dd{
	margin-left: 12px;
}
.footermenu dl:nth-child(n + 2){
	margin-left: 0!important;
}
}

/* contents common --------------------- */
.wrapper{
	width: 100%;
}
.wrapper p{
	padding: 0 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}
@media only screen and (min-width: 801px) {
.wrapper{
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.wrapper p{
	padding: 0!important;
}
}
@media only screen and (min-width: 1025px) {
.wrapper{
	width: 100%;
	max-width: 1020px;
	padding: 0 30px;
	margin: 0 auto;
}
}
h2{
	font-size: 32px;
	line-height:1.1;
	font-weight: normal!important;
	padding: 0 10px;
}
@media only screen and (min-width: 801px) {
h2{
	font-size: 48px;
	line-height:1.1;
	font-weight: normal!important;
	padding: 0!important;
}
}
@media only screen and (min-width: 1025px) {
h2{
	font-size: 54px;
	line-height:1.1;
	font-weight: normal!important;
	padding: 0!important;
}
}
hr{
	border:none;
	height: 1px;
	border-bottom: solid 1px #e7e8ea;
	margin-bottom: 30px;
}
@media only screen and (min-width: 801px) {
hr{
	margin-bottom: 70px;
}
}
figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
figure img{
	display: block;
	height: auto;
	-webkit-transition:all 2s ease-in-out;
	transition:all 2s ease-in-out;
	width: 100%;
	overflow: hidden;
}
figcaption {
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	position: absolute;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
figure .BR{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 4% 4%;
}
figure .TL{
	position: absolute;
	left: 0;
	top: 0;
	margin: 4% 4%;
}
figure .captionboxW{
	color: #fff;
}
@media only screen and (min-width: 599px) {
figure .captionboxB{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 10px 15px;
}
figure .captionboxW{
	background-color:rgba(255,255,255,0.7);
	color: #000;
	padding: 10px 15px;
}
}
a:hover>figure figcaption {
	opacity: 1;
}
a:hover>figure img {
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.switch {
	visibility: hidden;
}
.headerIcon{
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px 30px 0 0;
	z-index: 1000;
}
.headerIcon li{
	text-align: right;
	float: left;
	margin-left: 12px;
}
.headerIcon li img{
	width: 30px;
	height: 30px;
}
#pageTitle{
	width: 100%;
	height: 150px;
	display: table;
	background-size:cover;
}
#pageTitle p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}
#pageTitle p span{
	font-size: 23px;
	font-style: italic;
}
@media only screen and (min-width: 600px) {
#pageTitle{
	height: 300px;
}
#pageTitle p{
	font-size: 20px;
}
#pageTitle p span{
	font-size: 40px;
}
}
@media only screen and (min-width: 801px) {
#pageTitle{
	height: 360px;
}
#pageTitle p{
	font-size: 26px;
}
#pageTitle p span{
	font-size: 52px;
}
}
p.notice{
	margin-left:1em;
	text-indent:-1em;
}
.pankuzu{
	width: 100%;
	height: 30px;
	margin-bottom: 40px;
	background-color:  #f2f1ec;
	font-size: 11px;
	line-height: 30px;
}
.pankuzu li{
	display: inline-block;
}
.pankuzu li.panItem{
	position: relative;
	padding: 0 20px 0 0;
	color: #000;
}
.pankuzu li.panItem:after{
	position: absolute;
	top: 40%;
	right: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #8d002f;
	border-right: 2px solid #8d002f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu .icon-home{
	font-size: 15px;
	padding-right: 3px;
	padding-left: 10px;
}
@media print, screen and (min-width: 600px) {
.pankuzu{
	height: 42px;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 42px;
}
}
@media only screen and (min-width: 801px) {
.pankuzu{
	margin-bottom: 100px;
	padding-left: 30px;
}
.pankuzu .icon-home{
	padding-left: 0;
}
}
.headingL-titel,
.headingL-txt{
	margin-bottom: 30px;
}
@media only screen and (min-width: 801px) {
.headingTxtBox{
	width: 100%;
	margin-bottom: 70px;
}
.headingL-titel{
	float: left;
	margin-bottom: 0;
}
.headingL-txt{
	overflow:auto;
	zoom:1;
}
}


/* top contents --------------------- */

.topSecOneL,
.topSecOneR,
.topSecOnePhoto,
.topSecTwoL,
.topSecTwoR,
.topSecThreeL,
.topSecThreeR{
	margin-bottom: 30px;
}
.topSecThreeL h2{
	margin-bottom: 30px;
}
.topSecThreeR{
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.topSecOnePhoto{
	width: 100%;
}
.captionTopOne{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 5px 10px 8px;
	font-size: 12px;
	line-height: 1.4;
}
.captionTopOne span{
	font-size: 16px;
	font-style: italic;
}
@media only screen and (min-width: 599px) {
.captionTopOne{
	padding: 10px 40px 15px;
	font-size: 14px;
	line-height: 1.7;
}
.captionTopOne span{
	font-size: 24px;
}
}
@media only screen and (min-width: 801px) {
.topSecOne,
.topSecThree{
	width: 100%;
	margin-bottom: 70px;
}
.topSecTwo{
	width: 100%;
	margin-bottom: 30px;
}
.topSecOneL{
	float: left;
	margin-bottom: 0;
	width: 41%;
}
.topSecOneR{
	overflow:auto;
	zoom:1;
}
.topSecOnePhoto{
	margin: 0;
}
.topSecTwoL{
	float: right;
	margin-bottom: 0;
	width: 46%;
	padding-left: 40px;
}
.topSecTwoR{
	overflow:auto;
	zoom:1;
}
.topSecThreeL h2{
	margin-bottom: 70px;
}
.topSecThreeL{
	width: 53%;
	margin-right: 4%;
	float: left;
}
.topSecThreeR{
	width: 43%;
	padding: 0;
	float: left;
	margin-left: auto;
}
}
.topSolution{
	margin-bottom: 25px;
}
.topSolution a{
	text-decoration: none;
}
.topSolution li.diagnosis{
	width: 100%;
}
.topSolution li{
	width: 50%;
	height: auto;
	float: left;
}
.solutionNo{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 37px;
	text-align: center;
	font-style: italic;
	z-index: 50;
	background: #8d002f;
	background: -moz-linear-gradient(-45deg,  #8d002f 0%, #8d002f 50%, #55011d 50%, #55011d 100%);
	background: -webkit-linear-gradient(-45deg,  #8d002f 0%,#8d002f 50%,#55011d 50%,#55011d 100%);
	background: linear-gradient(135deg,  #8d002f 0%,#8d002f 50%,#55011d 50%,#55011d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d002f', endColorstr='#55011d',GradientType=1 ); 
}
.diagnosisTitle{
	position: absolute;
	top:9%;
	color: #fff;
	width: 100%;
	text-align: center;
}
.diagnosisTitle span{
	font-size: 20px;
	padding-bottom: 6px;
	border-bottom: solid 1px #fff;
}
.diagnosisTitle p{
	font-size: 10px;
	margin-top: 10px;
}
.solutionCapbox{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 11px;
	font-size: 12px;
	width: 76px;
	text-align: center;
}
.boxWhite{
	background-color:rgba(255,255,255,0.7);
}
.solutionTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	padding: 7px 0;
	color: #fff;
	width: 100%;
	text-align: center;
}
.otherSolution{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 14%;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
.topSolution li{
	width: 33.333333%;
}
.solutionNo{
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	font-size: 24px;
	line-height:58px;
}
.diagnosisTitle{
	top:17%;
}
.diagnosisTitle span{
	font-size: 32px;
}
.diagnosisTitle p{
	font-size: 14px;
	margin-top: 18px;
}
.solutionTitle{
	font-size: 22px;
	padding: 12px 0;
}
.solutionCapbox{
	margin-bottom: 25px;
	font-size: 14px;
	width: 100px;
	text-align: center;
	padding: 5px 10px;
}
.otherSolution{
	margin-bottom: 20%;
	font-size: 18px;
}
}
@media only screen and (min-width: 801px) {
.topSolution{
	margin-bottom: 60px;
}
.topSolution li.diagnosis{
	width: 100%;
	margin-bottom: 0;
}
.topSolution li{
	width: 33.333333%;
	height: auto;
	float: left;
}
.solutionNo{
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	width: 58px;
	height: 58px;
	font-size: 28px;
	line-height:61px;
}
.diagnosis .solutionNo{
	margin: 0 0 0 22px;
	width: 80px;
	height: 80px;
	font-size: 42px;
	line-height:83px;
}
.diagnosisTitle span{
	font-size: 44px;
}
.diagnosisTitle p{
	font-size: 16px;
	margin-top: 18px;
}
.solutionCapbox{
	margin-bottom: 25px;
	font-size: 14px;
	width: 140px;
	text-align: center;
	padding: 6px 0;
}
.solutionTitle{
	/*width: 94%;
	margin: 0 3% 3% 3%;*/
}
.otherSolution{
	margin-bottom: 18%;
	font-size: 19px;
}
}

/* about style --------------------- */
.about{
	background-position: left top; 
	background-image:url(/about/images/title_about.jpg);
}
.aboutSecOneL,
.aboutSecOneR,
.aboutSecTwoL,
.aboutSecTwoR{
	margin-bottom: 30px;
}
.aboutSecOnePhoto{
	position: relative;
	margin-bottom: 30px;
}
.aboutSecOnePhoto img{
	width: 100%;
	height: auto;
}
.aboutSecOnePhoto .greetPhotoName{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 12% 5%;
	font-size: 18px;
}
.greetPhotoName li{
	margin-bottom: 0;
	line-height: 1.4;
}
.representative{
	font-size: 13px;
}
.eName{
	font-size: 11px;
}
.outlineTb{
	width: 100%;
	border-top: solid 1px #ccc;
}
.outlineTb tr{
	width: 100%;
	border-bottom: dotted 1px #ccc;
}
.outlineTb tr:nth-child(odd){
	background-color: #f3f3f3;
}
.outlineTb th{
	font-size: 14px;
	font-weight: bold;
	width: 30%;
	vertical-align: top;
	padding: 8px 10px;
}
.outlineTb td{
	font-size: 13px;
	padding: 8px 10px 8px 0;
}
#gmap{
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
p.notice{
	margin-left:1em;
	text-indent:-1em;
}
.history{
	background-position: center center; 
	background-image:url(/about/images/title_history.jpg);
}
.historyBoxfL,
.historyBoxfR{
	width: 100%;
	padding: 0 10px 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #e7e8ea;
	background: #f2f2f2; 
	background: -moz-linear-gradient(top,  #ffffff 37%, #f2f2f2 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 37%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 37%,#f2f2f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); 
}
.historyTtl{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.historyTtl span{
	font-size: 13px;
	font-style: italic;
	color: #8d002f;
}
.historyBoxfL img{
	display: block;
	width: 85%;
	height: auto;
	margin: 15px auto 25px;
	border: solid 7px #fff;
	box-shadow: 5px 5px 10px #bbb;
	-webkit-box-shadow: 5px 5px 10px #bbb;
	-moz-box-shadow: 5px 5px 10px #bbb;
	transform: rotate( 3deg );
	-moz-transform: rotate( 3deg );
	-webkit-transform: rotate( 3deg );
	-ms-transform: rotate( 3deg );
}
.historyBoxfR img{
	display: block;
	width: 85%;
	height: auto;
	margin: 15px auto 25px;
	border: solid 7px #fff;
	box-shadow: 5px 5px 10px #bbb;
	-webkit-box-shadow: 5px 5px 10px #bbb;
	-moz-box-shadow: 5px 5px 10px #bbb;
	transform: rotate( 357deg );
	-moz-transform: rotate( 357deg );
	-webkit-transform: rotate( 357deg );
	-ms-transform: rotate( 357deg );
}
@media only screen and (min-width: 600px) {
.aboutSecTwoR{
	padding: 0 10px;
}
.aboutSecOnePhoto .greetPhotoName{
	padding: 0 0 14% 14%;
	font-size: 30px;
}
.greetPhotoName li{
	line-height: 1.6;
}
.representative{
	font-size: 19px;
}
.eName{
	font-size: 17px;
}
.historyTtl{
	font-size: 24px;
}
.historyTtl span{
	font-size: 15px;
}
.historyBoxfL img,
.historyBoxfR img{
	width: 75%;
	margin: 20px auto 40px;
	border: solid 10px #fff;
}
}
@media only screen and (min-width: 801px) {
.aboutSecOne,
.aboutSecTwo,
.aboutSecThree{
	width: 100%;
	margin-bottom: 70px;
}
.aboutSecOneL{
	float: left;
	margin-bottom: 0;
	width: 25%;
}
.aboutSecTwoL{
	float: left;
	margin-bottom: 0;
	width: 32%;
}
.aboutSecOneR,
.aboutSecTwoR{
	overflow:auto;
	zoom:1;
}
.aboutSecTwoR{
	padding: 0;
}
.aboutSecOnePhoto{
	margin: 0;
}
.aboutSecOnePhoto .greetPhotoName{
	padding: 0 0 14% 17%;
	font-size: 36px;
}
.greetPhotoName li{
	line-height: 1.6;
}
.representative{
	font-size: 22px;
}
.eName{
	font-size: 19px;
}
.outlineTb th{
	font-size: 15px;
	font-weight: bold;
	width: 25%;
	padding-left: 20px;
}
.outlineTb td{
	padding: 6px 0;
	font-size: 15px;
}
#gmap{
	margin-bottom: 0px;
}
.historyOne{
	width: 28%;
}
.historyTtl{
	font-size: 38px;
}
.historyTtl span{
	font-size: 28px;
}
.historyBoxfL,
.historyBoxfR{
	padding: 0 40px 40px;
	margin-bottom: 50px;
}
.historyBoxfL ul,
.historyBoxfR ul{
	max-width: 1020px;
	margin: 0 auto;
}
.historyBoxfL li,
.historyBoxfR li{
	width: 50%;
}
.historyBoxfL li.historyBoxPhoto{
	float: left;
}
.historyBoxfR li.historyBoxPhoto{
	float: right;
}
.historyBoxfL img,
.historyBoxfR img{
	width: 80%;
	margin: 30px auto 30px;
	border: solid 12px #fff;
}
.historyBoxTxt{
	padding: 70px 10px 0;
}
}

/* consulting style --------------------- */
.consulting{
	background-position: center center; 
	background-image:url(/consulting/images/title_consulting.jpg);
}
.succession{
	background-position: center center; 
	background-image:url(/consulting/images/title_succession.jpg);
}
.training{
	background-position: center bottom; 
	background-image:url(/consulting/images/title_training.jpg);
}
.planning{
	background-position: center center; 
	background-image:url(/consulting/images/title_planning.jpg);
}
.organization{
	background-position: center center; 
	background-image:url(/consulting/images/title_organization.jpg);
}
.improvement{
	background-position: right top; 
	background-image:url(/consulting/images/title_improvement.jpg);
}
.conslutingTtl{
	display: table;
	margin-left: 10px;
	margin-bottom: 30px;
}
.conslutingTtl li{
	display: table-cell;
}
.conslutingTtl li.solutionNo{
	position: static;
	color: #fff;
	width: 42px;
	height: 38px;
	font-size: 18px;
	line-height: 37px;
	text-align: center;
	font-style: italic;
	background: #8d002f;
	background: -moz-linear-gradient(-45deg,  #8d002f 0%, #8d002f 50%, #55011d 50%, #55011d 100%);
	background: -webkit-linear-gradient(-45deg,  #8d002f 0%,#8d002f 50%,#55011d 50%,#55011d 100%);
	background: linear-gradient(135deg,  #8d002f 0%,#8d002f 50%,#55011d 50%,#55011d 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d002f', endColorstr='#55011d',GradientType=1 );
}
.conslutingTtl li h2{
	height: 38px;
	font-size: 26px;
	line-height: 38px;
}
h3.conslutingSubTtl{
	width: 100%;
	padding: 0 10px 20px 10px;
	font-size: 16px;
}
.diagnosisPoint{
	width: 100%;
}
.diagnosisPoint dl{
	margin-bottom: 20px;
}
.diagnosisPoint li{
	width: 90%;
	padding: 0 10px 10px;
	text-align: center;
}
.diagnosisPoint img{
	width: 70%;
	margin: 0 auto;
}
.diagnosisPoint dd{
	font-size: 16px;
	font-weight: bold;
}
.diagnosisPointTtl{
	margin-bottom: 8px;
}
.diagnosisPointTtl span{
	font-size: 28px;
	font-style: italic;
	font-weight: normal!important;
	border-bottom: solid 3px #8d002f;
}
.nextArrow{
	position: relative;
	height: 5px;
}
.nextArrow:after{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-left: -25px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.diagnosisMerit{
	display: table;
	table-layout: fixed;
	width: 94%;
	height: auto;
	margin: 0 auto 10px;
	border: solid 5px #f2f2f1;
}
.diagnosisMerit dt{
	display: table-cell;
	width: 75px;
	text-align: right;
	padding: 8px;
	line-height: 1.3;
	background-color: #f2f2f1;
}
.diagnosisMerit dt span{
	font-size: 20px;
	font-style: italic;
}
.diagnosisMerit dd{
	padding: 8px;
	background-color: #fff;
}
.diagnosisMeritBox{
	margin-bottom: 20px;
}
.conslutingBtn{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.conslutingFlowTtl{
	font-size: 26px;
	margin-bottom: 20px;
}
.conslutingFlow{
	width: 94%;
	margin: 0 auto 30px;
}
.conslutingFlow dl{
	border: solid 1px #262626;
}
.conslutingFlow dt{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #262626;
}
.conslutingFlow dd{
	padding: 10px;
}
.conslutingFirstTxt{
	margin-bottom: 40px;
}
h2.conslutingExTtl{
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: solid 1px #8d002f;
}
h2.conslutingExTtl span{
	font-size: 26px;
}
.conslutingExBox{
	margin-bottom: 40px;
}
.conslutingClient{
	width: 94%;
	height: auto;
	padding: 60px 0;
	margin: 0 auto 30px;
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	background-size:cover;
}
.successionClient{
	background-position: center center; 
	background-image:url(/consulting/images/photo_succession01.jpg);	
}
.trainingClient{
	background-position: center center; 
	background-image:url(/consulting/images/photo_training01.jpg);	
}
.planningClient{
	background-position: center center; 
	background-image:url(/consulting/images/photo_planning01.jpg);	
}
.organizationClient{
	background-position: center center; 
	background-image:url(/consulting/images/photo_organization01.jpg);	
}
.improvementClient{
	background-position: center center; 
	background-image:url(/consulting/images/photo_improvement01.jpg);	
}
.conslutingClient .clientName{
	font-size: 18px;
}
.conslutingClient .clientDetail{
	font-size: 14px;
}
.nakanoPhotoBox{
	margin-bottom: 40px;
}
.nakanoPhotoSP{
	width: 94%;
	height: auto;
	margin: 0 auto 30px;
}
.nakanoPhotoSP img{
	width: 100%;
}
.voiceBox{
	margin-bottom: 40px;
}
.voiceTtl{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 10px 7px 10px;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	background-color: #8d002f;
	border-bottom: solid 5px #55011d;
}
p.voiceIcon{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px!important;
}
.voiceTtl br{
	display: none;
}
.conslutingBottomLink{
	width: 100%;
	margin-bottom: 30px;
}
.conslutingBottomLink li{
	width: 33.33333%;
	height: auto;
	float: left;
	line-height: 0;
	position: relative;
}
.conslutingBottomLink span.isHere{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #8d002f;

}
.conslutingBottomLink li img{
	width: 100%;
	height: auto;
}
.conslutingBottomLinkNo{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 36px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-style: italic;
}

@media only screen and (min-width: 600px) {
.conslutingTtl li.solutionNo{
	width: 52px;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
}
.conslutingTtl li h2{
	height: 48px;
	font-size: 30px;
	line-height: 48px;
}
h3.conslutingSubTtl{
	padding: 0 10px 20px 10px;
	font-size: 18px;
}
.diagnosisPoint{
	width: 390px;
	margin: 0 auto;
}
.diagnosisPoint dl{
	margin-bottom: 20px;
}
.diagnosisPoint li{
	width: 100%;
	padding: 0 10px 10px;
	text-align: left;
}
.diagnosisPoint dt{
	width: 200px;
	float: left;
	display: block;
	margin-right: 20px;
}
.diagnosisPoint img{
	width: 200px;
	margin: 0;
}
.diagnosisPoint dd{
	width: 150px;
	font-size: 16px;
}
.diagnosisPointTtl{
	margin-bottom: 8px;
}
.diagnosisPointTtl span{
	font-size: 28px;
	font-style: italic;
	display: inline-block;
	padding-top: 30px;
}
.diagnosisMerit dt{
	width: 120px;
	padding: 10px;
	line-height: 1.3;
	vertical-align: middle;
}
.diagnosisMerit dd{
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.conslutingTxt{
	width: 61%;
	float: left;
}
.conslutingBtn{
	float: left;
	width: 38%;
	height: auto;
	padding: 0 0 20px 20px;
	margin-bottom: 0;
}
.conslutingBtn .solutionTitle{
	font-size: 16px;
}
.conslutingFlow dt{
	padding: 12px;
	font-size: 15px
}
.conslutingFlow dd{
	padding: 12px 12px 25px 12px;
}
.conslutingFirstTxt{
	margin-bottom: 50px!important;
}
h2.conslutingExTtl{
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 20px!important;
	margin-bottom: 30px;
}
h2.conslutingExTtl br{
	display: none;
}
h2.conslutingExTtl span{
	font-size: 26px;
}
.conslutingExBox{
	margin-bottom: 40px;
}
.conslutingClient{
	width: 70%;
	padding: 100px 0;
}
.conslutingBottomLink{
	margin-bottom: 40px;
}
.conslutingBottomLink li{
	width: 16.66666%;
}
}

@media only screen and (min-width: 801px) {
.conslutingTtl{
	margin-left: 0;
	margin-bottom: 60px;
	height: 65px;
}
.conslutingTtl li.solutionNo{
	width: 69px;
	font-size: 36px;
	line-height: 65px;
}
.conslutingTtl li h2{
	font-size: 54px;
	line-height: 65px;
	margin-left: 15px;
}
h3.conslutingSubTtl{
	padding: 0;
	margin-bottom: 30px;
	font-size: 29px;
	font-weight: normal;
	width: 65%;
}
.diagnosisPoint{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.diagnosisPoint li{
	width: 33.333333%;
	float: left;
	padding: 0;
	text-align: left;
}
.diagnosisPoint dl{
	width: 100%;
	margin-bottom: 0;
}
.diagnosisPoint img{
	width: 100%;
	margin: 0;
}
.diagnosisPoint dt{
	width: 45%;
	float: left;
	margin-right: 2%;
}
.diagnosisPoint dd{
	width: 53%;
	font-size: 14px;
	font-weight: bold;
}
.diagnosisPointTtl{
	margin-bottom: 8px;
}
.diagnosisPointTtl span{
	font-size: 28px;
	line-height: 1.3;
	padding-top: 25px;
}
.nextArrow{
	height: 10px;
}
.nextArrow:after{
	width: 40px;
	height: 40px;
	/*margin-left: -40px;*/
}
.diagnosisMeritBox{
	width: 100%;
	margin-bottom: 35px;
}
.diagnosisMerit{
	float: left;
	width: 49%;
	border: solid 8px #f2f2f1;
}
.diagnosisMerit:nth-child(even){
	margin-left: 2%;
}
.diagnosisMerit dt{
	width: 110px;
	padding: 12px;
	font-size: 16px;
}
.diagnosisMerit dt span{
	font-size: 36px;
}
.diagnosisMerit dd{
	padding: 12px;
}
.conslutingTxt{
	width: 65%;
}
.conslutingBtn{
	width: 34%;
	margin-top: -70px;
}
.conslutingBox{
	margin-bottom: 20px;
}
.conslutingFlowTtl{
	font-size: 30px;
	margin-bottom: 50px;
}
.conslutingFlow{
	width: 100%;
	margin: 0 auto 60px;
}
.conslutingFlow dl{
	width: 33.33333%;
	float: left;
	border-right: none!important;
}
.conslutingFlow dl.borderR{
	border-right: solid 1px #262626!important;
}
.conslutingFlow dd{
	padding: 12px 18px 12px 18px;
}
.conslutingFirstTxt{
	margin-bottom: 50px!important;
}
h2.conslutingExTtl{
	font-size: 28px;
	line-height: 1.3;
	padding-bottom: 35px!important;
	margin-bottom: 55px;
}
h2.conslutingExTtl span{
	font-size: 40px;
}
.conslutingExBox{
	margin-bottom: 80px;
}
.conslutingClient{
	width: 40%;
	max-width: 400px;
	height: auto;
	float: right;
	margin: 0 0 30px 40px;
	font-size: 27px;
	line-height: 1.2;
}
.conslutingClient img{
	width: 100%;
}
.conslutingExTxt{
	overflow:auto;
	zoom:1;
}
.conslutingClient .clientName{
	font-size: 21px;
}
.conslutingClient .clientDetail{
	font-size: 15px;
}
.nakanoPhotoBox{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
	background-size:cover;
}
.verSuccession{
	background-position: center bottom; 
	background-image:url(/consulting/images/photo_succession02.jpg);
}
.verTraining{
	background-position: left top; 
	background-image:url(/consulting/images/photo_training02.jpg);
}
.verPlanning{
	background-position: right top; 
	background-image:url(/consulting/images/photo_planning02.jpg);
}
.verOrganization{
	background-position: left center; 
	background-image:url(/consulting/images/photo_organization02.jpg);
}
.verImprovement{
	background-position: left center; 
	background-image:url(/consulting/images/photo_improvement02.jpg);
}
.nakanoPhotoTxtR{
	width: 50%;
	margin-left: 50%;
	color: #fff;
	padding: 80px 45px;
	background-color: rgba(0,0,0,0.5);
}
.nakanoPhotoTxtL{
	width: 50%;
	margin-right: 50%;
	color: #fff;
	padding: 80px 45px;
	background-color: rgba(0,0,0,0.5);
}
.voiceBox{
	margin-bottom: 50px;
}
.voiceTtl{
	width: 30%;
	height: auto;
	text-align: center;
	padding: 60px 0;
	margin-right: 40px;
	font-size: 16px;
	line-height: 1.3;
	border-bottom: solid 10px #55011d;
	float: left;
}
p.voiceIcon{
	font-size: 44px;
	line-height: 1;
	margin-bottom: 5px!important;
}
.voiceTtl br{
	display: block;
}
.voiceTxt{
	display: block;
	padding-top: 30px;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	overflow:auto;
	zoom:1;
}
.conslutingBottomLink{
	margin-bottom: 70px;
}
.conslutingBottomLinkNo{
	font-size: 44px;
}
}

@media only screen and (min-width: 1025px) {
.diagnosisPoint dt{
	width: 47%;
}
.diagnosisPoint dd{
	width: 51%;
	font-size: 16px;
}
.diagnosisPointTtl{
	margin-bottom: 8px;
}
.diagnosisPointTtl span{
	font-size: 34px;
	line-height: 1.4;
	padding-top: 25px;
}
}

/* contact style --------------------- */
.inquiry{
	background-position: center bottom; 
	background-image:url(/inquiry/images/title_inquiry.jpg);
}
h2.inquiryTtl{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.formTable{
	width: 94%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
.formTable th{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #262626;
	padding: 5px 10px;
}
.formTable th span{
	color: red;
}
.formTable td{
	padding-top: 10px;
	padding-bottom: 25px;
}
.formTable input,
.formTable textarea{
	width: 100%;
	max-width: 600px;
	padding: 10px;
	border: solid 1px #aaa;
	border-radius: 5px;
}
.formBtn{
	text-align: center;
	margin-bottom: 30px;
}
.formBtn input{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	background-color: #fcaeb7;
}
.formBtn input:hover,
.confirmBtn input:hover{
	color: #fcaeb7;
	border: solid 2px #fcaeb7;
	background-color: #fff;
}
.error_messe{
	color: red;
}
.icon-home{
	font-size: 24px;
}
.confirmBtn{
	width: 94%;
	max-width: 600px;
	margin: 0 auto 30px;
}
.confirmBtn li{
	float: left;
	width: 45%;
	margin-left: 10%;
}
.confirmBtn li:first-child{
	margin-left: 0;
}
.confirmBtn input{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 13px 10px;
	color: #fff;
	border: solid 2px #fff;
	background-color: #fcaeb7;
}
.confirmBtn input.backBtn{
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	background-color: #ccc;
	border: solid 2px #ccc;
}
.confirmBtn input.backBtn:hover{
	color: #555;
	background-color: #fff;
}
.thanksTtl{
	margin-bottom: 50px!important;
}
.btnInq{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 801px) {
h2.inquiryTtl{
	font-size: 28px;
	margin-bottom: 40px;
}
.formBtn{
	margin-bottom: 70px;
}
.confirmBtn{
	margin: 0 auto 70px;
}
.btnInq{
	margin-bottom: 70px;
}
}

/* seminarstyle --------------------- */
.seminar{
	background-position: center bottom; 
	background-image:url(/seminar/images/title_seminar.jpg);
}
.seminarListBox{
	width: 94%;
	margin: 10px auto;
}
.seminarListBox li{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 5px #f2f2f1;
}
.seminarListBox li dt{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
.seminarPhoto{
	width: 100%;
	margin-bottom: 30px;
}
.seminarPhoto img{
	width: 100%;
	height: auto;
}
.seminarList{
	overflow: visible;
	margin: 0 0 30px 20px;
	padding-left: 7px;
}
.seminarList li{
	overflow: visible;
	list-style: disc outside;
}

@media screen and (min-width: 600px) {
.seminarListBox{
	width: 96%;
}
.seminarListBox li dt{
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.seminarListBox li dt span{
	display: inline-block;
	margin-right: 7px;
}
.seminarListBox li dt br{
	display: none;

}
.seminarPhoto{
	width: 40%;
	margin: 0 10px 30px 20px;
	float: right;
}
}

@media screen and (min-width: 801px) {
.seminarOne{
	width: 50%;
}
.seminarListBox{
	width: 100%;
	margin: 50px 0 10px 0;
}
.seminarListBox li{
	width: 49%;
	float: left;
	height: auto;
	margin-bottom: 15px;
	padding: 15px 20px 0;
	border: solid 10px #f2f2f1;
}
.seminarListBox li:nth-child(even){
	margin-left: 2%;
}
.seminarListBox li dt br{
	display: block;

}
.seminarListBox li dt{
	font-size: 15px;
}
.seminarListBox li dd{
	margin-bottom: 15px;
}
.sminarBtn{
	margin-bottom: 70px!important;
}
.seminarTwo{
	width: 48%;
}
.seminarPhoto{
	width: 52%;
	margin: 0 0 30px 25px;
}
}

/* seminar table style ---------------------
   write pc first
------------------------------------------ */
.seminarTb{
	width: 100%;
	margin-bottom: 70px;
	border-collapse: collapse;
}
.seminarTb td,
.seminarTb th{
	padding: 15px 20px;
	border: 1px solid #ccc;
}
.seminarTb th{
	font-weight: bold;
	width: 20%;
	background:#fbfbfb;
}
.seminarTb td{
	width: 40%;
}
.seminarTb thead th{
	background:#f2f2f1;
	text-align: center;
}

@media only screen and (max-width:801px){
.seminarTb{
	width: 96%;
	margin: 0 auto 30px;
}
}

@media only screen and (max-width:480px){
.seminarTb{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.seminarTb thead{
	display: none;
}
.seminarTb tbody{
	display: block;
}
.seminarTb tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
.seminarTb tbody th,
.seminarTb tbody td{
	display: list-item;
	border: none;
	padding: 10px;
}
.seminarTb tbody th{
	margin-bottom: 10px;
	list-style-type: none;
	background: #f2f2f1;
	width: 100%;
}
.seminarTb tbody td{
	padding: 0;
	list-style-type: none;
	width: 94%;
	margin:0 auto;
}
.seminarTb tbody td:nth-of-type(1):before {
	content: "財務マネジメント【基礎編】\A";
	white-space: pre;
	font-weight: bold;
}
.seminarTb tbody td:nth-of-type(2):before {
	content: "財務マネジメント【応用編】\A";
	white-space: pre;
	font-weight: bold;
}
}

/* seminarList WP style ---------------------*/
.seminarListTtl{
	margin-bottom: 30px;
}
.seminarEntryBox{
	margin-bottom: 60px;
	/*border-bottom: solid 1px #e7e8ea;*/
}
.seminarEntryTtl{
	margin-bottom: 15px!important;
	font-size: 15px;
	font-weight: bold;
}
.seminarEntryTtl a{
	text-decoration: none;
}
.entrydate{
	color: #8d002f;
}
.entry-footer{
	width: 100%;
	padding: 5px 10px;
	background-color: #f2f1ec;
}
.screen-reader-text{
	display: inline-block;
	padding-left: 10px;
}
h2.screen-reader-text{
	display: none;
}
.nav-links{
	width: 94%;
	margin: 0 auto 30px;
}
a.page-numbers{
	display: inline-block;
	text-align: center;
	padding: 5px;
	background-color: #f2f1ec;
}


@media screen and (min-width: 801px) {
.seminarListTtl{
	margin-bottom: 70px;
}
.seminarEntryBox{
	margin-bottom: 80px;
}
.seminarEntryTtl{
	font-size: 20px;
	margin-bottom: 35px;
}
.entrydate{
	font-size: 18px;
}
.nav-links{
	margin-bottom: 70px;
	width: 100%;
}
.nav-links .current{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
a.page-numbers{
	padding: 5px 10px;
	background-color: #f2f1ec;
	border: 1px solid #ccc;
}
}

/* medicine style --------------------- */
.medicine{
	background-position: center bottom; 
	background-image:url(/medicine/images/title_medicine.jpg);
}
.medicineImg{
	display: block;
	width: 320px;
	margin: 0 auto 30px;
}
.medicineLink{
	display: block;
	width: 86%;
	height: 50px;
	margin: 0 auto 30px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-weight: bold;
	border: solid 1px #bbb;
	background-color: #fff;
}
.medicineLink:hover{
	color: #fff;
	border: solid 1px #fff;
	background-color: #fcaeb7;
}
.medicineIndex{
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	border: solid 1px #bbb;
	border-collapse: separate;
	border-radius: 8px;
	margin-bottom: 30px;
}
.medicineIndex th{
	width: 30%;
	background-size:cover;
	background-position: right bottom; 
	background-image:url(/medicine/images/medicine_index.jpg);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.medicineIndex td{
	width: 70%;
	padding: 20px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #f8f8f8;
	color: #000;
}
.medicineIndex td p{
	margin-bottom: 20px;
}
.medicineIndexTtl{
	font-size: 16px;
	padding-bottom: 16px;
	border-bottom: dotted 1px #000;
}
.medicineIndex ul{
	overflow: visible;
	margin-left: 1em;
}
.medicineIndex li{
	overflow: visible;
	list-style: decimal outside;
}
.medicineIndex li span{
	display: none;
}
.medicinePoint{
	overflow: visible;
	margin-left: 2em;
	margin-bottom: 30px;
}
.medicinePoint li{
	overflow: visible;
	list-style: decimal outside;
}
@media only screen and (min-width: 600px) {
.medicineImg{
	float: right;
	margin: 0 10px 30px 30px;
}
.medicineLink{
	height: 60px;
	line-height:60px;
}
.medicineIndexTtl{
	font-size: 18px;
}
.medicineIndex li span{
	display: inline;
}
}
@media only screen and (min-width: 801px) {
.medicineOne{
	width: 28%;
}
.medicineTwo{
	width: 32%;
}
.medicineImg{
	float: right;
	margin: 0 0 35px 40px;
}
.medicineLink{
	font-size: 16px;
	height: 70px;
	line-height:70px;
}
.medicineIndex{
	margin-bottom: 70px;
}
.medicineIndex th{
	width: 50%;
}
.medicineIndex td{
	width: 50%;
	padding: 35px 40px 40px 40px;
	font-size: 15px;
}
.medicineIndexTtl{
	font-size: 24px;
	line-height: 2;
}
}

/* Q and A style --------------------- */
.qa{
	background-position: center center; 
	background-image:url(/qa/images/title_qa.jpg);
}
.qList{
	padding: 0 10px 40px 10px;
}
.qList dt{
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.qList dt:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: #8d002f;
	border-radius: 5px;
	margin: 0 0 0 0;
}
.qList dt:after{
	display: block;
	content: "Q";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.qList dd{
	padding-left: 30px;
}
.qList dd ul{
	margin-top: 15px;
	margin-left: 1em;
	overflow: visible;
}
.qList dd li{
	overflow: visible;
	list-style: decimal outside;
}
@media only screen and (min-width: 600px) {
.qList dt{
	font-size: 16px;
}
.qList dt:after{
	top: 3px;
}
}
@media only screen and (min-width: 801px) {
.qList{
	margin-bottom: 20px;
}
.qList dt{
	font-size: 17px;
}
}

/* recruit style --------------------- */
.recruit{
	background-position: center bottom; 
	background-image:url(/recruit/images/title_recruit.jpg);
}
.recruitNo{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.recruitNoTitle{
	font-size: 18px;
}
.recruitNo img{
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
.recruitNo{
	font-size: 16px;
	margin-bottom: 60px;
}
.recruitNoTitle{
	font-size: 22px;
}
.recruitNo img{
	width: 80px;
	height: 80px;
	margin-bottom: 30px;
}
}
@media only screen and (min-width: 801px) {
.recruitNo{
	margin-bottom: 90px;
}
.recruitNo br{
	display: none;
}
}

/* link style --------------------- */
.link{
	background-position: center bottom; 
	background-image:url(/link/images/title_link.jpg);
}

/* privacy style --------------------- */
.privacy{
	background-position: center center; 
	background-image:url(/privacy/images/title_privacy.jpg);
}
.privacyOutline{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.privacyList{
	margin-left: 1.5em;
	overflow: visible;
}
.privacyList li{
	overflow: visible;
	list-style: disc outside;
}
}
@media only screen and (min-width: 600px) {
.privacyOutline{
	width: 96%;
	border: solid 1px #bbb;
	border-radius: 8px;
	padding: 26px 34px;
	margin: 0 2% 50px;
}
}
@media only screen and (min-width: 801px) {
.privacyOutline{
	width: 100%;
	margin: 0 0 70px;
}
.privacyOne{
	width: 41%;
}
.privacyTwo{
	width: 44%;
}
}

/* sitemap style --------------------- */
.sitemap{
	background-position: center bottom; 
	background-image:url(/sitemap/images/title_sitemap.jpg);
}
.sitemapListBox{
	width: 100%;
	padding: 0 10px 30px;
}
.mapList dt{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}
.mapList dd{
	margin-bottom: 15px;
	padding-left: 12px;
}
.mapList dd dl{
	margin-left: 15px;
}
.mapList dd dl dd{
	margin-bottom: 0;
}
.mapList dt:after{
	display: block;
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: 0 0 0 0;
	border-top: solid 2px #8d002f;
	border-right: solid 2px #8d002f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 801px) {
.sitemapListBox{
	max-width: 1020px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.sitemapListBox li{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.sitemapListBox li:first-child{
	margin-left: -30px;
}
.mapList dd{
	margin-bottom: 20px;
}
.mapList dt:after{
	top: 33%;
}
}

/* ------------------------------------------------------
ajust
------------------------------------------------------ */
.mb0{
	margin-bottom:0!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.w100{
	width: 100%!important;
}

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.logoBox,
.twoBlock,
.footermenu,
.topSecTwoR,
.topSolution ul,
.topSecThree,
.headingTxtBox,
.conslutingBox,
.diagnosisMeritBox,
.conslutingFlow{
/zoom: 1;
}
.logoBox:after,
.twoBlock:after,
.footermenu:after,
.topSecTwoR:after,
.topSolution ul:after,
.topSecThree:after,
.headingTxtBox:after,
.conslutingBox:after,
.diagnosisMeritBox:after,
.conslutingFlow:after{
content: '';
display: block;
clear: both;
}
