@charset "UTF-8";
/* CSS Document */
/*===== 11: CLEARFIX ===========================*/
.clear:before, .clear:after {
	content: '';
	display: block;
}
.clear:after {
	clear: both;
}
.clear {
*zoom: 1;
}
/*===== 見出し setting ===========================*/
article h1{
background-image:url(/common/img/h1-bg.gif);
background-repeat:repeat;
margin:0 0 20px; padding:24px;
font-size:24px; font-weight:300;
color:#FFFFFF;
text-shadow:0 1px 3px #000000;
-webkit-text-shadow:0 1px 3px #000000;
-moz-text-shadow:0 1px 3px #000000;
}

h2{
background-image:url(/common/img/h4-bg.gif);
background-repeat:no-repeat;
background-position:left 5px;
margin:20px 0 20px; padding:5px 10px 5px 18px;
font-size:20px; font-weight:400;
}
/*h2{
background-image:url(/common/img/h2-bg.gif);
background-repeat:repeat;
border:solid 1px #a5a5a5;
border-left:solid 10px #a5a5a5;
margin:0 0 20px; padding:5px 10px;
font-size:20px; font-weight:400; line-height:1.4em;
}*/
h2.pages{
background-image:url(/common/img/h2-bg-pages.png);
background-repeat:no-repeat;
background-size:51px 21px;
background-position:right 12px;
background-color:#707070;
border:solid 1px #434343;
border-left:solid 1px #434343;
padding:10px 10px;
color:#FFFFFF;
text-shadow:0 1px 3px #000000;
-webkit-text-shadow:0 1px 3px #000000;
-moz-text-shadow:0 1px 3px #000000;
}
h2.pages:before{content: "■ "}
h3{
background-image:url(/common/img/h3-bg.gif);
background-repeat:no-repeat;
background-position:left bottom;
background-size:auto 5px;
margin:0 0 20px; padding:5px 10px;
font-size:17px; font-weight:400; line-height:1.4em;
}

h4{
background-image:url(/common/img/h2-bg.gif);
background-repeat:repeat;
border:solid 1px #a5a5a5;
border-left:solid 10px #a5a5a5;
margin:0 0 20px; padding:5px 10px;
font-size:15px; font-weight:100; line-height:1.4em;
}



/*h4{
background-image:url(/common/img/h4-bg.gif);
background-repeat:no-repeat;
background-position:left 5px;
margin:20px 0 20px; padding:5px 10px 5px 18px;
font-size:17px; font-weight:400;
}*/


#top-contents h4{margin:0 0 10px;}

h5{
margin:0 0 20px; padding:0;
font-size:18px; font-weight:400;
}

/*===== 見出し setting 追加　20190315===========================*/


.tl-style1{
	color: #08c;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 1px #fff;
	
	padding: 0;
    font-size: 18px;
    font-weight: 400;	
}

@media screen and (max-width: 50000px) and (min-width: 640px){
.tl-style2 {
    display: none;
}
}

.tl-style2{
	    max-width: 1000px;
    height: 10px;
    margin: 0 auto 0;
    padding: 4px 0 4px;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    text-align: right;
    border-bottom: solid 1px #dd730c;	
}

/*===== サイト調整　20190531===========================*/

.first_in1{
	margin: 0 auto !important;
	width: 80%;
}

@media screen and (min-width:0px) and (max-width:640px) {
.first_in1{
	width: 100%;
}
}
/*===== 共通 setting ===========================*/
/* アンカーポイント */
.anchor{margin-top:-70px; padding-top:70px;}
@media screen and (min-width:0px) and (max-width:640px) {
.anchor{margin-top:-90px; padding-top:90px;}
}
/* 見出しのコピー */
.title{
line-height:1.7em;
font-size:17px;
color:#08c;
}
/* コラムの背景色 */
.column{
background-color:#f7f8fa;
border:dotted 1px #9a9b9f;
margin:0 0 30px 0;
padding:15px 15px 0;
border-radius:6px;
}
.column>h3.column-title{
background-position:10px 7px;
background-color:#9a9b9f;
margin:-10px; padding:10px 10px 10px 40px;
color:#172d57; text-shadow: 0px 1px 1px #fff;
font-size:18px; font-weight:400;
border-radius:6px 6px 0 0;
}
table.column th,td{padding:5px !important;}
/* 背景付きコメントリスト */
ul.comment-list-background{
background-color:#f7f8fa;
border:solid 1px #9a9b9f;
border-radius:3px;
margin:0 0 20px; padding:10px 5px 0;
}
ul.comment-list-background li{
background-repeat:no-repeat;
background-size:16px 16px;
background-position: left 3px;
border-bottom:dotted 1px #C9C9CA;
margin:0 0 10px 0; padding:0 0 0 20px;
}
li.comment-number-01{background-image:url(/common/img/number-01.png);}
li.comment-number-02{background-image:url(/common/img/number-02.png);}
li.comment-number-03{background-image:url(/common/img/number-03.png);}
li.comment-number-04{background-image:url(/common/img/number-04.png);}
li.comment-number-05{background-image:url(/common/img/number-05.png);}
li.comment-number-06{background-image:url(/common/img/number-06.png);}
/* ベーシックなテーブル */
.basic-table{
width:100%;
margin:0 0 20px;
border:solid 1px #9a9b9f;
}
.basic-table th{
padding:5px;
background:#f7f8fa;
border:solid 1px #9a9b9f;
text-align:center;
text-shadow:0 1px 3px #FFFFFF;
-webkit-text-shadow:0 1px 3px #FFFFFF;
-moz-text-shadow:0 1px 3px #FFFFFF;
}
.basic-table td{
padding:5px;
border:solid 1px #9a9b9f;
}
/* ベーシックなテーブル（下線のみ） */
.border-table{width:100%; margin:0 0 20px;}
.border-table th{padding:5px; border-bottom:dotted 1px #9a9b9f;}
.border-table td{padding:5px; border-bottom:dotted 1px #9a9b9f;}
/* PC表示、SP非表示のコントロール */
.pc{ display:block;}
@media screen and (min-width:0px) and (max-width:640px) {
.pc{display:none;}
}
/* PC非表示、SP表示のコントロール */
.sp{ display:none;}
@media screen and (min-width:0px) and (max-width:640px) {
.sp{display:block;}
}
/* Googleマップ */
.google-map{
border: solid 1px #9a9b9f;
border-radius:3px;
width:95%; height:auto;
margin:0 1% 10px; padding:1%;
}
.google-map>div#mapMarker{overflow: visible; width:100%; height:300px;}
.google-map>a#mapMarker-link{display: block; text-align: center;height: 32px;line-height: 32px;}
@media screen and (min-width:0px) and (max-width:480px) {
.google-map{ width:80%; margin:0 auto 10px;}
}
/* アドレス */
.address{margin:0 10px 20px;}
.address p{margin:0 0 10px;}
.address div.box-m-left{margin-bottom:10px;}
.address div.img-box-s{margin-bottom:10px;}
/* コンテンツナビゲーション */
.contents-navi li{
float:left;
width:48%; height:auto;
margin:0 1% 20px;
font-size:12px; text-align:center;
}
.contents-navi li img{width:100%; height:auto;}
.contents-navi li.contents-navi-l{width:98%;}
/* TELバナー */
.tel-banner{position:relative; width:100%; height:auto; margin:0 0 20px 0;}
.tel-banner img{width:100%; height:auto;}
.tel-banner a{display:none; text-indent:-50000px;}
@media screen and (min-width:0px) and (max-width:480px) {
.tel-banner a{display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
}

/* 当院の実績 */
.visit-wrap{
	overflow: visible;
	border: solid 1px #9a9b9f;
	margin-bottom: 20px;
	width: 100%;
	height: 225px;
	box-sizing: border-box;
}

	@media screen and (min-width:641px) and (max-width:740px){
		.visit-wrap{
			height: 390px;
		}
	}


	@media screen and (min-width:0px) and (max-width:540px){
		.visit-wrap{
			height: 390px;
		}
	}

.visit{
	height:auto;
	margin:0; padding:10px;
	background-color:#FFFFFF;
    border:solid 0px #9a9b9f !important;
    box-sizing: border-box;
}

.visit>h2{
	background-color: #F49224;
	background-image: none;
	font-weight:400; font-size:18px;
	margin:-10px -10px 20px; padding:10px 10px 10px;
	border:none;
	color: #fff;
	text-align:center;
	text-shadow: 0 1px 3px #000000;
	-webkit-text-shadow: 0 1px 3px #000000;
	-moz-text-shadow: 0 1px 3px #000000;
	box-shadow: 0 2px 3px #9a9b9f;
	-webkit-box-shadow: 0 2px 3px #9a9b9f;
	-moz-box-shadow: 0 2px 3px #9a9b9f;
}
.visit>li{float:left;}
.visit>li.column-2{width:48%; margin:0 0 20px 2%;}
.visit>li.column-3{
	width:28.333%;
	margin:0 0 20px 5%; padding:5px 0;
	border-bottom:dotted 1px #9a9b9f;
}
.visit>li.previous{
	width:45%;
	margin:0 0 20px 5%; padding:5px 0;
	border-bottom:dotted 1px #9a9b9f;
}
.info iframe{width:95%; height:100px; padding:10px 2%; border:solid 1px #9a9b9f;}
@media screen and (min-width:0px) and (max-width:540px) {
	.visit>li.column-3{width:75%;}
	.visit>li.previous{width:75%;}
}
.visit>li.date{text-align:right;}

.visit>li{
	position: relative;
}

	.visit>li>span{
		position: absolute;
		display: block;
		top: 5px;left: 0;
	}

	.visit>li>span.number{
		position: static;
		padding-left: 3em;
		padding-right: 1.2em;
		text-align: right;
		color:#fa9132; font-size:18px; font-weight:600;
	}

	.visit>li>span.person{
		left: auto;right: 0;
	}


/*===== トップページ setting ===========================*/
/* 6つの理由 */
ul.reason{
background-color:#f7f8fa;
border-radius:3px;
padding:15px 10px 25px;
margin:0 0 0;
}
ul.reason li{
background-image:url(/common/img/reason-bg.png);
background-size:25px 20px;
background-repeat:no-repeat;
background-position: right;
border-bottom:solid 1px #9a9b9f;
width:100%; line-height:23px;
}

ul.reason li a{
display:block; color:#3f3a39;
background-size:20px 20px;
background-repeat:no-repeat;
background-position:0px 5px;
padding:5px 20px 5px 30px;
}
ul.reason li a:hover{opacity:0.6;}
a.reason-01{background-image:url(/common/img/number-01.png);}
a.reason-02{background-image:url(/common/img/number-02.png);}
a.reason-03{background-image:url(/common/img/number-03.png);}
a.reason-04{background-image:url(/common/img/number-04.png);}
a.reason-05{background-image:url(/common/img/number-05.png);}
a.reason-06{background-image:url(/common/img/number-06.png);}
@media screen and (min-width:641px) and (max-width:768px) {
ul.reason{padding:0px 10px 10px;}
ul.reason li a{padding:3px 20px 3px 30px;}
}
@media screen and (min-width:481px) and (max-width:640px) {
ul.reason{padding:0px 10px 5px;}
ul.reason li{background-size:20px 16px; line-height:18px;}
ul.reason li a{background-size:16px 16px; padding:3px 20px 3px 30px;}
}
/* APT分子免疫治療のご案内 */
.top-apt-navi li{float:left; width:23%; height:auto; margin:0 1% 20px; font-size:11px; text-align:center;}
.top-apt-navi li img{width:100%; height:auto;}
@media screen and (min-width:0px) and (max-width:480px) {
.top-apt-navi li{width:48%;}
}
/* 治療症例サムネイル */
.top-case-box{float:left; width:49%; margin:0 1% 20px 0;}
.top-case-box>p{font-size: 13px; margin:0 0 10px;}
ul.case-navi{margin:0 0 10px 0;}
ul.case-navi>li{
float:left;
border:solid 1px #9a9b9f;
width:16%; height:auto;
margin:0px 1% 5px 1%; padding:0.5%;
font-size:12px; line-height:1.2em;
text-align:center;
}
ul.case-navi>li>a{
display:table-cell;
width:100%; height:auto;
color:#08c;
text-decoration:underline;
}
ul.case-navi>li>a>img{width:100%; height:auto;}
@media screen and (min-width:481px) and (max-width:640px) {
ul.case-navi>li{font-size:8px;}
}
@media screen and (min-width:0px) and (max-width:480px) {
.top-case-box{float:none; width:98%; margin:0 1% 20px 1%;}
}

/* 著書のご案内サムネイル */
.book-guide{/*float:right;*/ width:49%; margin:0 0 20px 1%;}
.book-guide ul{overflow: auto; border:solid 1px #9a9b9f; width:98%; height:330px; margin:0 0 10px; padding:10px 0 0;}
.book-guide ul li{float:left; width:21%; height:auto; margin:0 2% 10px; font-size:12px; line-height:1.2em;}
.book-guide ul li a{width:100%; height:auto;}
.book-guide ul li a img{width:100%; height:auto; border:solid 1px #9a9b9f !important;}
.book-guide>div.column>h5{
color:#08c; margin:0 0 10px 0;
text-shadow: 1px 1px 1px #fff;
-webkit-text-shadow: 1px 1px 1px #fff;
-moz-text-shadow: 1px 1px 1px #fff;
}
.book-guide>div.column>p{margin:0 0 10px 0;}
.book-guide>div.column>div.img-box-xs{margin:0 20px 0 0;}

.page-outline.book-guide{
    float:none;
    width:98%;
    margin:0 auto 40px;
}

@media screen and (min-width:641px) and (max-width:768px) {
.book-guide ul{height:260px;}
}
@media screen and (min-width:481px) and (max-width:640px) {
.book-guide ul{height:230px;}
}
@media screen and (min-width:0px) and (max-width:480px) {
.book-guide{float:none; width:98%; margin:0 1% 20px 1%;}
.book-guide ul{display:none;}
.book-guide>div.column>div.img-box-xs{width:23%;}
}
/* 公式ブログ */
.blog{float:left; width:49%; margin:0 1% 20px 0;}
.blog img{width:100%; height:100%;}
.blog iframe{width:99%; height:120px; border:solid 1px #9a9b9f;}
/* インフォメーション */
.info{float:left; width:49%; margin:0 0 20px 1%;}
.info img{width:100%; height:100%;}
.info iframe{width:95%; height:100px; padding:10px 2%; border:solid 1px #9a9b9f;}
@media screen and (min-width:0px) and (max-width:480px) {
.blog{float:none; width:98%; margin:0 1% 20px 1%;}
.info{float:none; width:98%; margin:0 1% 20px 1%;}
}
/* 交通アクセス */
.top-access{float:right; width:49%; margin:0 0 20px 1%;}
@media screen and (min-width:0px) and (max-width:480px) {
.top-access{float:none; width:98%; margin:0 1% 20px 1%;}
}
/* トップナビ */
.top-navi{float:right; width:49%; margin:0 1% 20px 0;}
.top-navi li{margin:0 0 5px 0;}
.top-navi li img{width:100%; height:auto;}
@media screen and (min-width:0px) and (max-width:480px) {
.top-navi{float:none; width:98%; margin:0 1% 20px 1%;}
}

/*===== 治療症例各ページ setting ===========================*/
/* コンテンツナビゲーション */
.case-contents-navi li{
float:left;
width:48%; height:auto;
margin:0 1% 10px;
}
.case-contents-navi li img{width:100%; height:auto;}
.case-contents-navi>li.navi-l{width:98%;}

/* コンテンツナビゲーション */
.process{width:98%; height:auto; margin:0 auto 20px;}
.process li{
width:38%; height:auto;
border:solid 1px #9a9b9f;
border-radius:3px;
padding:3%;
text-align:center;
}
.process li img{width:100%; height:auto;}
.process li.before{float:left; margin:0 2% 0 0;}
.process li.after{float:right; margin:0 0 0 2%;}
@media screen and (min-width:0px) and (max-width:480px) {
.process li{width:41%;}
}
/* 治療期間 */
.period{
background-image:url(/common/img/period-bg.png);
background-repeat:no-repeat;
background-position:center center;
background-size:100% auto;
width:98%; height:auto;
margin:0 auto 10px; padding:30px 0 30px;
text-align:center; font-size:16px;
}
/* 治療ポイントの抽出 */
.point{
border: solid 1px #b7b7b7;
border-radius: 3px;
width:94%; height:auto;
margin:0 auto 20px; padding:3% 2%;
}
ul.point-list li{
background-repeat:no-repeat;
background-position:left 2px;
background-size:16px 16px;
border-bottom:dotted 1px #9a9b9f;
margin:0 0 10px; padding:0 0 0 22px;
}
ul.point-list li.point-list-number-01{background-image:url(/common/img/number-01.png);}
ul.point-list li.point-list-number-02{background-image:url(/common/img/number-02.png);}
ul.point-list li.point-list-number-03{background-image:url(/common/img/number-03.png);}

.voice{
background-image:url(/common/img/voice.png);
background-repeat:no-repeat;
background-position:10px 10px;
background-size:120px 96px;
background-color: #f7f8fa;
border:solid 1px #9a9b9f;
border-radius:3px;
width:auto; min-height:96px;
margin:0 auto 0; padding:10px 10px 10px 140px;
}

.apt_inner img{
	max-width: 538px;
	margin: 0 auto;
	display: block;
}
.apt01 img{
	max-width: 644px;
	margin: 0 auto 28px;
	display: block;
}
.apt02 img{
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
.apt03{
	margin: 40px auto;
}
.apt03 img{
	max-width: 460px;
	margin: 0 auto;
	display: block;
}
.apt05{
	margin: 20px auto 40px;
}
.anchor_neo{
	margin-top:40px;
}
.small90 {
	font-size: 80%;
	margin-bottom: 30px;
    line-height: 160%!important;
}
@media screen and (min-width:0px) and (max-width:480px) {
.apt_inner img{
	width: 75%;
}
.apt02 img{
	width: 75%;
}
.apt03{
	margin: 40px auto 20px;
}
.apt03 img{
	width: 90%;
}
.rc{
	width:70%; margin:0 auto 20px;
}
.vf{
	width: 80%;
	margin: 0 auto 20px;
}
}
/* 薬について */

.medic_box {
	width: 94%;
	margin: 0 auto;
}
.medic_box .left{
	width: 38%;
	max-width: 346px;
}
.medic_box ul.right{
	width: 56%;
}
.medic_box ul li {
	padding: 2%;
}
.medic_box ul li:first-child{
	background-color: #fcf0db;
}

.medic_box ul li:nth-child(2){
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}
#neoant .medic_box ul li:first-child{
	font-weight: bold;
}
#neoant .medic_box ul li:nth-child(2){
	font-weight: normal;
}
.medic_box ul li img{
	max-width: 354px;
	margin: 0;
}
#neoant{
	margin-bottom: 50px;
}
.m_c{
	margin-bottom: 30px;
}
@media screen and (min-width:0px) and (max-width:480px) {
.medic_box {
    width: 100%;
}
.medic_box .left {
    width: 60%;
    max-width: 346px;
    float: none;
	margin: 0 auto;
	display: block;
}
.medic_box ul.right {
    width: 100%;
    margin-top: 20px;
    float: none;
}
}

/* 症例　院長の紹介 */
ul.director-introduction{width:92%; height:auto; margin:0 auto 20px;}
ul.director-introduction li{
float:left;
background:#f7f8fa;
border:solid 1px #9a9b9f;
width:41%; height:auto;
margin:0 2% 0; padding:20px 2% 0;
font-size:11px; text-align:center; line-height:1.4em
}
ul.director-introduction li img{width:80%; height:auto;}
ul.director-introduction li a{display:block; width:100%; height:auto;}
@media screen and (min-width:0px) and (max-width:640px) {
ul.director-introduction{width:98%;}
}

/*===== 治療費用 setting ===========================*/
table.cost{
float:right;
border:solid 1px #9a9b9f;
width:48%;
margin:0 0 20px 1%;
}
table.cost th{
padding:5px;
background:#f7f8fa;
border:solid 1px #9a9b9f;
text-shadow:0 1px 3px #FFFFFF;
-webkit-text-shadow:0 1px 3px #FFFFFF;
-moz-text-shadow:0 1px 3px #FFFFFF;
}
table.cost th div{text-align:center;}
table.cost td{
padding:5px;
border:solid 1px #9a9b9f;
text-align:right;
}
table.cost td p{text-align:left;}
@media screen and (min-width:0px) and (max-width:640px) {
table.cost{float:none; width:98%; margin:0 1% 20px 1%;}
}
table.cost-example{
float:left;
border:solid 1px #9a9b9f;
width:48%;
margin:0 1% 20px 0;
}
table.cost-example th{
padding:5px;
background:#f7f8fa;
border:solid 1px #9a9b9f;
text-shadow:0 1px 3px #FFFFFF;
-webkit-text-shadow:0 1px 3px #FFFFFF;
-moz-text-shadow:0 1px 3px #FFFFFF;
}
table.cost-example th div{text-align:center;}
table.cost-example td{
padding:5px;
border:solid 1px #9a9b9f;
}
table.cost-example td span{display:block; float:right;}
table.cost-example td hr.Partition-Line{margin-bottom:5px;}
@media screen and (min-width:0px) and (max-width:640px) {
table.cost-example{float:none; width:98%; margin:0 1% 20px 1%;}
}
/*===== 医院概要 setting ===========================*/
ul.doctor-introduction{width:66%; height:auto; margin:0 auto 20px;}
ul.doctor-introduction li{
float:left;
background:#f7f8fa;
border:solid 1px #9a9b9f;
width:41%; height:auto;
margin:0 2% 0; padding:10px 2% 10px;
font-size:10px; text-align:center; line-height:1.4em
}
ul.doctor-introduction li img{width:100%; height:auto;}
ul.doctor-introduction li a{display:block; width:100%; height:auto;}
.doc p span{color: #E48F15; font-weight: bold;}
@media screen and (min-width:0px) and (max-width:640px) {
ul.doctor-introduction{width:98%;}
}
/*===== よくあるご質問 setting ===========================*/
dl.faq{margin: 0 10px 40px;}
dl.faq dt{
background-image: url(/common/img/faq-q.gif);
background-repeat: no-repeat;
background-size:24px 24px;
background-position:3px 3px;
padding:5px 5px 5px 35px;
margin:0 0 10px;
cursor: pointer;
}
dl.faq dt:hover{background-color: #ecf0f6;}
dl.faq dd{
display: none;
background: url(/common/img/faq-a.gif);
background-repeat: no-repeat;
background-size:16px 13px;
background-position: 15px 8px;
margin:0 0 30px 0;
padding:5px 0 0 40px;
}
dl.faq dt.show{background-color: #ecf0f6;}
dl.faq dd.hide{display: none;}
/*===== 中国向けページ setting ===========================*/
.for-cn-product{
border:solid 1px #9a9b9f;
width:24%;
margin:0 2% 20px; padding:10px 2% 0;
}
.for-cn-box{
width:65%;
margin:0 1% 20px;
}
@media screen and (min-width:0px) and (max-width:640px) {
.for-cn-product{width:30%;}
.for-cn-box{width:58%;}
}

/*===== 会社情報 setting ===========================*/
.outline table{width:100%; margin:0 auto 20px;}
.outline th{border-bottom:dotted 1px #CCC; padding:5px; width:25%;}
.outline td{border-bottom:dotted 1px #CCC; padding:5px;}
/*===== 個人情報のお取り扱い setting ===========================*/
.policy ol li{margin:0 0 20px; border-bottom:dotted 1px #CCC;}
/*===== サイトマップ setting ===========================*/
.sitemap{}
.sitemap li{
margin:0 0 20px 30px;
padding:0 0 0 0;
list-style:disc;
}

.feature{
	background-color: #f7f8fa;
	border-radius: 3px;
	margin:0 0 30px; padding:10px 15px 5px 15px;
}
.feature>dt{
	background-repeat:no-repeat;
	background-size:20px 20px;
	margin:0 0 10px 0; padding:0 0 0 25px;
	font-size:18px;
}
.feature>dt.feature-01{background-image:url(/common/img/number-01.png)}
.feature>dt.feature-02{background-image:url(/common/img/number-02.png)}
.feature>dt.feature-03{background-image:url(/common/img/number-03.png)}
.feature>dd{
	border-bottom:dotted 1px #cccccc;
	margin:0 0 15px 0px; padding:0 0 0 30px;
}

.doctor-greeting{
	background-color:#f7f8fa;
	width:86%; height:auto;
	margin:0 2% 20px 6%;
   padding-top:1em;
   padding-left:1%;
   padding-right:1%;
    overflow: hidden;
}

/*===== 2016.4.26追記 ===========================*/
ul.case-navi-text{margin:30px 10px;}
ul.case-navi-text>li{
float:left;
width:18%; height:auto;
margin:0px 1% 15px 4%; padding:0.5%;
font-size:14px; line-height:1.2em;
}
ul.case-navi-text>li>a{
width:100%; height:auto;
color:#08c;
}

@media screen and (min-width:0px) and (max-width:768px) {
ul.case-navi-text>li{
 width:42%; margin:0 0 20px 0;
 margin:0px 1% 15px 4%; padding:0.5%;
}
}
.pc_on{
	display: block;
}
.tel-link {
	display: none;
}
@media screen and (min-width:0px) and (max-width:480px) {
.pc_on{
	display: none;
}
.tel-link {
	display: inline;
}
}

/*===== 2019.5.22追記 ===========================*/

#tp-t-fisrt{
    background-color: #faf7f3;
    background-image: url(/img/top/top-t-image.png);
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: 40% 20%;
}



#tp-t-sec1{
	width: 100%;
}


.tp-t-inbox1{
	width: 60%;
	float: left;
	margin: 30px 0 30px 30px;
}


.tp-t-inbox1 img{
	width: 70%;
	height: auto;
}


.tp-t-inbox1 p{
	padding: 10px 10px 0 0;
}

.tp-t-style1{
	padding: 0 0 10px 0;
}


.tp-t-style2{
	padding: 10px 0 0 0;
	border-top-style: solid;
    border-top-color: #ffc766;
    border-top-width: 2px;
}

.tp-t-style3{
	font-weight: bold;
} 

.tp-t-style4{
border-top: none !important;

}

@media screen and (max-width: 855px) and (min-width: 0px){
	
#tp-t-fisrt {

     background-size: 125%;
     background-position: 40% 0;
}	
	
}

@media screen and (min-width:0px) and (max-width:700px) {
	
#tp-t-fisrt{
    background: url(/img/top/top-t-image3.png) center;
    background-size: cover;
    width: 100%;
    background-color: #faf7f3;
}	
	
	
#tp-t-sec1{
	width: 88%;	
	margin: 30px auto;
}	

.tp-t-inbox1{
	width: 100%;	
	margin: 30px 0;	
}
	
.tp-t-style1{
	width: 70%;
	height: 70%;
	margin: 0 auto;
	text-align:center;
}

.tp-t-inbox1 img{
	width: 100%;
	height: auto;
}

	
.tp-t-inbox1 p{
	padding: 10px 0 0 0;
}		
}

/*===== 2019.9.12追記 ===========================*/

#bg_topsentence{
	width: 100%;
    background: #fff;
    padding: 40px 0;
}

.actiont {
    margin: 0 auto 30px;
	
	    max-width: 1000px;
    text-align: center;
}

.actiont .team_float {
    width: 75%;
    margin: 0 auto 2%;
}

.neo_txt_strong {
    font-weight: bold;
    font-size: 1.3em !important;
    color: #513418;
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
}

.action_p_under20 {
    padding-bottom: 40px;
    background-image: url(/img/first/txt_u_tri.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: bottom center;
    margin: 0 auto 20px;
}

.text_al_l {
    text-align: left;
}


.doc_tel {
    width: 70%;
    border-left: 5px solid #f78500;
    border-right: 5px solid #f78500;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
	font-size: 1.6em !important;
	font-weight: bold !important;
    line-height: 140% !important;
    color: #f78500 !important;
	background-image: none !important;
	
}

.mt_20 {
    margin-top: 20px;
}

.smallt90 {
    font-size: 90%;
    line-height: 150%;
    margin-top: 12px;
    display: block;
}

.actiont .actiont_img {
    width: 75%;
    margin: 0 auto 20px;
}

.p-banner-tel, .s-banner-tel {
    display: block;
    /* border: 2px solid #ffc867; */
}

.s-banner-tel, .s-banner-tap, .s-banner-tell {
    display: none;
}

.mb_10 {
    margin-bottom: 10px;
}

.mt_10 {
    margin-top: 10px;
}

.font-12px {
    font-size: 12px;
    line-height: 1.3em;
}

.p-banner-tel img, .s-banner-tel img {
    width: 100%;
    vertical-align: bottom;
}

.clear:before, .clear:after {
    content: '';
    display: block;
}

@media screen and (max-width: 480px) and (min-width: 0px){
	
#bg_topsentence {
    padding: 5px 0;
}	

.actiont {
    margin: 0 auto 20px;
    width: 92%!important;
}	
	
	


.actiont .actiont_img {
    width: 100%;
}

.actiont .team_float {
    width: 100%;
    margin-top: 10px;
	margin-bottom: 20px;
}	
	
.doc_tel {
    font-size: 1.2em !important;
    width: 95% !important;
    border-left: 3px solid #f78500;
    border-right: 3px solid #f78500;
    margin: 0 auto;
}	
	
	
	
.s-banner-tel, .s-banner-tap, .s-banner-tell {
    display: block;
}	
	
	
.neo_txt_strong {
    font-size: 1.1em;
    text-align: left;
}	
	
.action_p_under20 {
    text-align: left;
    padding-bottom: 40px;
    background-image: url(/img/first/txt_u_tri.png);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: bottom center;
    margin: 0 auto 20px;
}
	
.p-banner-p, .s-banner-p {
    font-size: 80%;
}	
	


	

}


/* ----------------------------------------------------------------------------
 共通バナーエリア
 ---------------------------------------------------------------------------- */
.topContentsBtn {
	margin: 2% auto;
	width: 92%;
	max-width: 920px;
	background: rgba(255,255,255,0.8);
	padding: 2%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.topContentsBtn img{width:100%;}
.topContentsBtn .right{width:62%;}
.topContentsBtn .left{width:34%;}
.topContentsBtn .left img{max-width:300px;}
.topContentsBtn p.ttl_bnr{
	text-align: center;
	color: #f96039;
	border-bottom: 1px dotted #f78500;
	padding-bottom: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bnr_cont {
	padding: 0 0.5%;
	width: 99%;
	margin: 0 auto;
}
.req_box .right{width:49%;}
.req_box .left{width:49%;}
.req_box_img{
	width: 61%;
}
.bnr_cont .right p:first-child{
	margin-bottom: 16px;
	background: #ffc867;
	padding: 3px 12px;
	/*background-image: url(/img/pages/bnr_neo.png);
    background-repeat: no-repeat;
    padding: 40px 0 0 0;
    background-size: auto 30px;
    background-position: right top;*/
}
.bnr_cont .right p:nth-child(2){
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #f78500;
}
.bnr_cont .right p:nth-child(2) span{
	font-size: 180%;
	font-weight: bold;
}
.bnr_cont .right p:nth-child(3){margin:15px 0;}
.bnr_cont .right p:nth-child(3) span{
	color: #f78500;
	font-weight: bold;
}
.bnr_cont .right p:nth-child(3) img{max-width:619px;}




@media screen and (min-width:0px) and (max-width:480px) {
/* ----------------------------------------------------------------------------
 共通バナーエリア
 ---------------------------------------------------------------------------- */
.topContentsBtn {
	clear: both;
	width: 92%;
	margin: 10px auto;
	padding: 4% 2%;
}
.topContentsBtn img{
	width: 100%;
}
.topContentsBtn .right{
	width: 100%;
	float: none;
}
.topContentsBtn .left{
	width: 70%;
	float: none;
	margin: 0 auto 20px;
}
.topContentsBtn .left img{
	max-width: 327px;
}
.topContentsBtn .ttl_bnrsp{
	width: 100%;
	text-align: center;
	color: #f78500;
	font-weight: bold;
}
.topContentsBtn .ttl_bnrsp p{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #f78500;
}
.bnr_cont {
	padding: 0 5px;
}
.req_box {text-align: center;}
.req_box_img{
	width: 61%;
	margin: 0 auto;
}
.req_box .right{width:85%; float:none; margin: 0 auto;}
.req_box .left{width:85%; float:none;}
.bnr_cont .right p:first-child{
	font-size: 100%;
	font-weight: bold;
}
.bnr_cont .right p:nth-child(2){
	font-size: 100%;
	font-weight: bold;
}
.bnr_cont .right p:nth-child(2) span{
	font-size: 160%;
	font-weight: bold;
}
.bnr_cont .right p:nth-child(3){
	margin: 10px 0;
}
.bnr_cont .right p:nth-child(3) span{
	color: #f78500;
	font-weight: bold;
}

}
#book_info {
	width: 91%;
    padding: 4% 2%;
    margin: 30px auto;
	border: solid 1px #ffc867;
}
#book_info .left{
	width: 25%!important;
	padding: 0 5% 0;
}
#book_info .left img{
	width: 100%;
}
#book_info .right{
	width: 60%;
	text-align: left;
	padding: 2% 0 0 0;
}
#book_info .right p{
	margin-bottom: 10px!important;
}
#book_info .right a{
	display: block;
	width: 110px;
	padding: 18px;
	margin: 0 0 0 8px;
	background: #FFB25C;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ";
    letter-spacing: .05em;
    line-height: 3rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 22rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 40px;
    left: 58%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 280px; 
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; 
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
 
.accordion-box{
	width: 98%;
	margin: 30px auto;
	font-size: 94%;
	border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.accordion-box h3{
	width: 100%;
}
.accordion-box h4{
	margin: 10px 0 10px 0;
}
.accordion-box .toggle{
	margin-top: 16px;
}
.toggle {
	width: 100%;
}
.toggle .com_left{
	width: 26%;
	float: left;
}
.toggle .com_right{
	width: 70%;
	float: right;
}
.toggle .com_right .font-120{
	margin-bottom: 10px;
}
.toggle .com_right .align_right{
	margin-top: 20px;
}
@media screen and (min-width:0px) and (max-width:480px) {
.accordion-box label:after {
    line-height: 3rem;
}
.accordion-box label:before {
    position: absolute;
    bottom: 40px;
    left: 64%;
}
.toggle {
	text-align: center;
}
.toggle .com_left{
	width: 30%;
	float: none;
	margin-top: 20px;
}
.toggle .com_right{
	width: 100%;
	float: none;
	text-align: left;
}
}

/*===== 無料相談 =======*/
.free_btn{
	width: 70%;
	max-width: 662px;
	margin: 30px auto 0;
	/*font-size: 1.1em;
	font-weight: bold;
	text-align: center;*/
}
/*.free_btn a{
	padding: 16px 40px 16px 30px;
	background: #ffc867;
	position: relative;
    top: 0;
    left: 0;
}
.free_btn a:before{
	content: "";
    position: absolute;
    top: 38%;
    right: 4%;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #513418 transparent transparent transparent;
}
.free_btn a:hover{
    color: #f78500;
	background-color: #fbe8c6;
}
.free_btn a:hover::before{
    content: "";
	position: absolute;
	top:38%;
	right:4%;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #f78500 transparent transparent transparent;
}*/
#free{
	width: 95.7%;
    padding: 2%;
    margin: 40px 0 0;
    border: 1px solid #f79108;
}
#t_free{
	width: 93%;
	padding: 2%;
	margin: 28px auto;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#free .strong, #t_free .strong{
	font-weight: bold;
    font-size: 1em;
    color: #845527!important;
}
#free .p-banner-tel, #t_free .p-banner-tel{
	margin: 16px auto 0;
	width: auto;
	max-width: 600px;
}
#t_free .p-banner-tel img, #t_free .p-banner-tel img{
	max-width: 600px;
}
#free h3, #t_free h3{
	font-size: 1.8em;
	font-weight: bold;
	color: #e61f1f;
}
#free p.free_days, #t_free p.free_days{
	font-weight: bold;
	color: #444444;
	font-size: 1.2em;
	margin: 0.8em 0!important;
}
#free p.free_days span, #t_free p.free_days span{
	font-size: 1.4em;
}
#free .left, #t_free .left{
	width: 60%;
	text-align: left;
}
#free .left p, #t_free .left p{
	margin: 0;
}
#free ul, #t_free ul {
	margin-bottom: 20px;
}
#free ul li, #t_free ul li{
	list-style: square;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
#free .right, #t_free .right{
	width: 38%;
}
#free .right img{
	width: 100%;
	max-width: 280px;
}
#t_free .right img{
	max-width: 293px;
}
.free_center {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
	background: url(/img/outline/img_freesqu.png) no-repeat center bottom;
	background-size: 32px auto;
}
.free_center p {
	font-weight: bold;
	color: #f79108;
	margin: 0;
}
.s-banner-tel, .s-banner-tap, .s-banner-tell{
	display: none;
}

@media screen and (min-width:0px) and (max-width:480px) {
	.free_btn{
	width: 100%;
	margin: 20px auto 0;
	/*font-size: 1.1em;
	font-weight: bold;*/
	}
	#free {
	width: 94%;
	padding: 3%;
	margin: 0 auto;
	border: solid 1px #ffc867;
	background: none;
	}
	#t_free {
	width: 90%;
	padding: 3%;
	margin: 20px auto;
	border: solid 1px #ffc867;
	background: none;
	}
	#free h3, #t_free h3{
	font-size: 1.6em;
	}
	#free p.free_days, #t_free p.free_days{
	font-size: 1.1em;
	}
	#free p.free_days span, #t_free p.free_days span{
	font-size: 1.3em;
	}
	#free .left, #t_free .left{
	float: none;
	width:100%;
	}
	#free .right, #t_free .right{
	float: none;
	display: none;
	}
	#t_free .s-banner-tel{
	width: 100%;
	}
	.p-banner-tel, .p-banner-tell {
	display: none;
	}
	.s-banner-tel, .s-banner-tap, .s-banner-tell {
	display: block;
	}
	.s-banner-tel img{
		max-width: 100%;
	}
	.s-banner-tap {
	text-align: center!important;
	}
	.p-banner-p p, .s-banner-p p {
	padding: 5px 0 5px 40px;
	}
	.s-banner-tell p {
	margin-bottom: 10px!important;
	}
	.s-banner-tell img {
	margin: 5px auto!important;
	}
	#free .free_center {
		margin-bottom: 0;
	}
	.free_center {
		margin-bottom: 16px;
	}
}

ul.stepmn{
	width: 100%;
}

ul.stepmn,
ul.stepmn li{
	padding: 0px;
	margin: 0 0 16px 16px;
	float: left;
}

ul.stepmn li{
	width: 30%;
	margin: 5px 0px !important;
}
 
ul.stepmr li{
	position:relative;
	padding-left:20px;
}
 
ul.stepmn li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #aaa;
}
p.step_s{
	font-size: 80%;
	clear: both;
	line-height: 160%;
	margin-left: 12px;
}

#basis{
}
#basis img{
	width: 100%;
}
#basis h4{
	padding: 0 0 0 20px!important;
}
#basis p.basis_fc{
	width: 90%;
	margin: 0 auto 12px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-bottom: 12px;
}
#basis .ratio{
	clear: both;
}
#basis p.border,
#lp_risk p.border{
	width: 40%;
    margin: 30px auto;
    border-top: 1px #f79108 solid;
}
#basis p.bold{
	font-size: 1.2em;
}
#basis .basis_inner{
	/*border-bottom: 1px #f79108 dotted;*/
	padding: 2% 0 6%;
}
#basis .basis_inner h4{
	margin: 0 0 30px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
#basis .last{
	border-bottom: none!important;
}
#basis .basis_inner .left{
	width: 30%;
}
#basis .basis_inner .left img{
	max-width: 306px;
}
#basis .basis_inner .right{
	width: 65%;
	text-align: left;
}
#basis .basis_inner .right h4{
	font-size: 1em;
    padding-left: 0.5em;
	margin: 0 0 0.5em 0;
}
.basis_inner .right p.small{
	width: 95%;
	margin: 0 auto;
	font-size: 70%;
    line-height: 160%;
}
#basis .basis_inner .basis_pdf{
	width: 100%;
	margin: 0 auto;
}
#basis .basis_inner .basis_pdf p:last-child{
	text-align: center;
}
#basis .basis_inner .basis_pdf .right ul{
	width: 100%;
}
#basis .basis_inner .basis_pdf .right ul li{
	width: 46%;
	float: left;
	margin-right: 2%;
}
@media screen and (min-width:0px) and (max-width:480px) {
#basis .basis_inner .basis_pdf .right ul{
	width: 100%;
}
#basis .basis_inner .basis_pdf .right ul li{
	width: 100%;
	float: left;
}
}

#basis .basis_inner .basis_pdf .right a{
	max-width: 200px;
	margin: 24px auto 8px;
	padding: 16px;
	background: #f79108;
	color: #fff;
	display: block;
	text-align: center;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
}
#basis .basis_inner .basis_pdf .right a:hover{
	background: #fba93b;
}
#basis .basis_inner .basis_table{
	margin: 0 auto;
}
#basis .basis_inner .basis_table p{
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
#basis .basis_inner .basis_table img{
	display: block;
	margin: 4% auto!important;
	max-width: 600px;
}

.valid{
	width: 95%;
    margin: 0 auto;
}
.disable{
	width: 95%;
    margin: 0 auto;
}
ul.valid_cell, ul.disable_cell {
	width: 95%;
    display: table;
    table-layout: fixed;
	padding: 12px 16px 12px 0;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}
ul.valid_cell {
	margin-bottom: 16px;
	border: 2px solid #e5aeab;
	background-color: rgba(255,255,255,0.5);
}
ul.valid_cell p{
	margin: 0 0 12px 0;
}
ul.disable_cell {
	padding: 12px 16px 6px 0;
	margin-bottom: 12px;
	border: 2px solid #a1b8c9;
	background-color: rgba(239,248,255, 0.3);
}

ul.valid_cell li, ul.disable_cell li {
    display: table-cell;
    vertical-align: middle;
}
ul.valid_cell li.numeric p:first-child {
	color: white;
	background: #c23d3d;
	padding: 10px;
	display: inline;
}
ul.valid_cell li.numeric p:nth-child(2) {
	color: #c23d3d;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 12px;
}
ul.disable_cell li.value p:first-child {
	color: white;
	background: #2c6692;
	padding: 10px;
	display: inline;
}
ul.disable_cell li.value p:nth-child(2) {
	color: #2c6692;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 12px;
}
ul.valid_cell li:first-child, ul.disable_cell li:first-child {
	width: 30%;
	text-align: center;
}
ul.valid_cell li:last-child, ul.disable_cell li:last-child {
	width: 60%;
	padding-left: 5%;
}
ul.valid_cell li div{
    border-bottom: 1px dotted #ccc;
	margin: 0 0 2% 0;
}
ul.valid_cell li div p:first-child, ul.disable_cell li div p:first-child {
	font-size: 1.2em;
	font-weight: bold;
}

ul.another_cell {
	margin: 30px auto 0;
	width: 90%;
	text-align: center;
}
ul.another_cell li.lefts{
	float: left;
	width: 48%;
	max-width: 268px;
}
ul.another_cell li.rights{
	float: right;
	width: 48%;
	max-width: 268px;
}
p.cr, p.pr, p.nc {
	margin: 0;
    padding: 10px 0 0 20px;
    position: relative;
}
p.pd {
	margin: 0;
    padding: 10px 0 10px 20px;
    position: relative;
}
p.cr:before {
	background: #e76d14;
    content: "";
    margin-top : 0;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
	left: 0;
}
p.pr:before {
    background: #f8b62b;
    content: "";
    margin-top : 0;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
	left: 0;
}
p.nc:before {
    background: #f6e441;
    content: "";
    margin-top : 0;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
	left: 0;
}
.pd:before {
    background: #4c83c3;
    content: "";
    margin-top : -5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
	left: 0;
}
#flow_table {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#flow_table th {
    background-color: #f78500;
    width: 20%;
    text-align: center;
    font-size: 25px;
    color: #FFF;
    line-height: 1.5em;
    vertical-align: middle;
}
#flow_table td {
    background-color: #E5E5E5;
    width: 80%;
    text-align: left;
	padding: 20px 20px 20px 40px;
    margin: 0;
}
.flow_table_title {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
}
@media screen and (max-width: 480px) and (min-width: 0px){
#flow_table {
    width: 90%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#flow_table th {
    display: block;
    width: 100%;
    text-align: left;
}
#flow_table td {
    display: block;
    width: 100%;
    margin: 0px;
	padding: 10px 0;
}
.space_left {
    padding-left: 10px;
}
.no_line br {
    display: none;
}
.flow_table_title {
    padding-bottom: 0;
}
}

#hospitalization{
	margin-bottom: 30px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
ul.stepmn{
	width: 90%;
	margin: 0 0 16px 8%;
}
ul.stepmn li{
	width: 40%;
	float: left;
}
#basis{
	margin: 20px auto 10px;
}
#basis h3{
	font-size: 1.3em;
}
#basis p.bold{
	font-size: 1.2em;
}
#basis .font-120{
	text-align: center;
}
#basis .basis_inner{
	padding: 2% 0 3%;
	text-align: center;
}
#basis .basis_inner h2,
#basis .basis_inner h3{
	text-align: left;
}

#basis .last{
	border-bottom: none!important;
}
#basis .basis_inner h4{
	font-size: 1em;
	margin: 0 0 10px 10px!important;
}
#basis .basis_inner .left{
	width: 50%;
    float: none;
    margin: 0 auto 20px;
}
#basis .basis_inner .left img{
	max-width: 306px;
}
#basis .basis_inner .right{
	width: 100%;
	text-align: left;
	float: none;
	margin-bottom: 0;
}
#basis .basis_inner .right h4{
	font-size: 1;
}
.basis_inner .right p.small{
	width: 95%;
	margin: 0 auto;
	font-size: 80%;
    line-height: 160%;
}
#basis .basis_inner .basis_pdf{
	width: 95%;
    margin: 20px auto 0;
}
#basis .basis_inner .basis_pdf p:last-child{
	text-align: center;
}
#basis .basis_inner .basis_pdf .right a{
	width: 200px;
	margin: 24px auto 8px;
	padding: 16px;
	background: #f79108;
	color: #fff;
	display: block;
	text-align: center;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
}
#basis .basis_inner .basis_pdf .right a:hover{
	background: #fba93b;
}
#basis .basis_inner .basis_table{
	margin: 0 auto;
}
#basis .basis_inner .basis_table p{
	width: 95%;
}
#basis .basis_inner .basis_table img{
	margin-top: 0;
	width: 95%;
	margin: 5% auto;
}

.valid{
	width: 95%;
    margin: 0 auto;
}
.disable{
	width: 95%;
    margin: 0 auto;
}
ul.valid_cell, ul.disable_cell {
	width: 95%;
    display: table;
    table-layout: fixed;
	padding: 16px 16px 16px 0;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}
ul.valid_cell {
	margin-bottom: 16px;
	border: 2px solid #e5aeab;
	background-color: rgba(255,255,255,0.5);
}
ul.disable_cell {
	padding: 16px 16px 16px 0;
	margin-bottom: 16px;
	border: 2px solid #a1b8c9;
	background-color: rgba(239,248,255, 0.3);
}

ul.valid_cell li, ul.disable_cell li {
    display: table-cell;
    vertical-align: middle;
}
ul.valid_cell li.numeric p:first-child {
	color: white;
	background: #c23d3d;
	padding: 10px;
	display: inline;
}
ul.valid_cell li.numeric p:nth-child(2) {
	color: #c23d3d;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 12px;
}
ul.disable_cell li.value p:first-child {
	color: white;
	background: #2c6692;
	padding: 10px;
	display: inline;
}
ul.disable_cell li.value p:nth-child(2) {
	color: #2c6692;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 12px;
}
ul.valid_cell li:first-child, ul.disable_cell li:first-child {
	width: 30%;
	text-align: center;
}
ul.valid_cell li:last-child, ul.disable_cell li:last-child {
	width: 60%;
	padding-left: 5%;
}
ul.valid_cell li div{
    border-bottom: 1px dotted #ccc;
	margin: 0 0 3% 0;
}
ul.valid_cell li div p:first-child, ul.disable_cell li div p:first-child {
	font-size: 1.2em;
	font-weight: bold;
}
	
ul.another_cell {
	margin: 0 auto 0;
    width: 95%;
}
ul.another_cell li.lefts{
	float: left;
	width: 48%;
	max-width: 268px;
}
ul.another_cell li.rights{
	float: right;
	width: 48%;
	max-width: 268px;
}
}

/* Googleマップ iframe化　*/
.iframe-content {
	position: relative;
	width: 100%;
	padding: 70% 0 0 0;
}

.iframe-content2 {
	position: relative;
	width: 100%;
	padding: 50% 0 0 0;
}

.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

.iframe-content2 iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

/*===== Cellactin order form =======*/

.formtitle{
	background-image:url(/common/img/h4-bg.gif);
background-repeat:no-repeat;
background-position:left 5px;
margin:20px 0 20px; padding:5px 10px 5px 18px;
font-size:25px; font-weight:400;
}


.mainImage {
	width: 80%;
	text-align: center;
		margin-right: auto;
	margin-left: auto;
}

.mainImage2 {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}


.thumbnails{
 width:50%;
 margin:0 auto;
}
.thumbnails img{
 width:30%;
}

.forminner{
	width: 90%;
		margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width:0px) and (max-width:480px) {
.mainImage {
	width: 100%;
}
.thumbnails{
 width:80%;
}
	
	
}
