@charset "utf-8";
/* iplus..CSS Document */
/* font(Noto Sans Japanese) */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*  General CSS*/
#wrapper{
	overflow-x: hidden;
	background: #fff;
}
#container{
	width:100%;
	height: auto;
	margin: 0 auto;
}
a{text-decoration: none;color: #000000;}
a:hover {
		/* この２行がCSS3 */
	transition-property: all;
	transition: 0.3s linear;
	opacity: 0.6;
}

/*  共通 */
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.ma {margin: auto;}
.pb30 {padding-bottom: 30px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fcr {color:#e21c24;}
.fcg {color:#4d4d4d;}
.fco {color:#e65a24;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.center_l {text-align: center;}
.wb {font-weight: 800;}
.flexbox {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.c2 {width: 48%;}
.c3 {width: 31%;}
.c4 {width: 24%;}
.ofh {overflow: hidden;}
.flC {float: left;margin-right: 40px;}
.sp_on {display: none;}
.marker {background: linear-gradient(transparent 60%, #ffff00 50%);}
.lcr {color: #e21c24;text-decoration: underline;}
.lcr:hover {text-decoration: none;}

/* ヘッダー
------------------------------------------------------------*/
#container,header,#header_wrap {width: 100%;overflow: hidden;}
#header_wrap {
	padding-top: 10px;
}
#header_inner {
	width: 98%;
	max-width: 1200px;
	padding-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
}
.header_left {
	float: left;
	width: 400px;
}
.header_right {float: right;}
.header_right ul {
	overflow: hidden;
	padding-top: 10px;
}
.header_right ul li {
	float: left;
	margin-left: 20px;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
}

#fixbtn{
	position:fixed;
	top:100px;
	right:0;
	z-index: 999;
}
#fixbtn img:hover{
	opacity: 0.8;
}
/* ナビ
------------------------------------------------------------*/
.sp_nav {display: none;}
.nav {
	width: 100%;
	height: 60px;
	background: #00244c;
}
.nav ul {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.nav ul li {
	font-weight: 700;
	line-height: 60px;
	width:20%;
	text-align: center;
}
.nav ul li a{color:#FFF; display:block;}
.nav ul li a:hover {
	color: #e21c24;
	opacity: 1.0;
}
#toppage #nav1 a,
#company #nav2 a,
#information #nav3 a,
#flow #nav4 a,
#faq #nav5 a{
	color: #e21c24;
	opacity: 1.0;
}
.drawer-hamburger {border-radius: 10px !important;}
.drawer-nav {background: #00244c !important;}
.sp_nav li {
	width: 100%;
	text-align: center;
	border-bottom: 1px dotted #fff;
	line-height: 60px;
}
.sp_nav li a {
	display: block;
	color: #fff;
}
.bnon {
	border: none !important;
	width: 250px !important;
	margin: 5px auto 5px auto;
}
a[href^="tel:"]{
    pointer-events: none;
	color:inherit;
}

/* フッター
------------------------------------------------------------*/
footer {width: 100%;overflow: hidden;}
#footer_wrap {
	background: #00244c;
	padding: 50px 0;
}
#footer_contact {
	max-width: 650px;
	width: 90%;
	margin: 0 auto;
}
#footer_contact li:first-child {width: 48%;}
#footer_contact li:last-child {width: 46%;padding-top: 12px;}
.copyright {
	width: 100%;
	background: #cde6ff;
	padding: 10px 0;
	color: #00448b;
	text-align: center;
}

/* メインビジュアル
------------------------------------------------------------*/
#main_area {
	width: 100%;
	background: #ececec;
}
.main_sp {display: none;}
.main_pc {
	text-align: center;
	padding: 25px 50px;
}

/* TOPページコンテンツ
------------------------------------------------------------*/
#contents,.content {
	width: 100%;
	overflow: hidden;
}
.pd100 {padding: 100px 0;}
.pd50 {padding: 50px 0;}
.bg_m {background: #cde6ff;}
.bg_g {background: #f3f3f3;}
.bg_line {background: url(../images/bg_line.png);}
.innerbox {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}
.title,.title span {
	font-size: 40px;
	font-weight: 800;
}
.trouble p {width: 300px;float: left;}
.trouble ul {width: calc(100% - 340px);float: right;}
.trouble li {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}
.check {
	list-style-image: url(../images/check.png);
	padding-left: 35px;
}
.line {background: linear-gradient(transparent 60%, #ffff00 30%)}
.point .content {border-top: 5px solid #f0a53b;margin-top: 5px;padding-top: 50px;}
.point .innerbox {padding-bottom: 100px;}
.o_title {
	background: #f0a53b;
	color: #fff;
	padding: 10px 0;
}
.point li {
	border-bottom: 1px dashed #dbdbdb;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 160px;
}
.point li.point01 {background-image: url(../images/point01.png);}
.point li.point02 {background-image: url(../images/point02.png);}
.point li.point03 {background-image: url(../images/point03.png);}
.point li.point04 {background-image: url(../images/point04.png);}
.point li.point05 {background-image: url(../images/point05.png);}
.point li.point06 {background-image: url(../images/point06.png);}
.point li:last-child {margin-bottom: 0px;}
.point h3 {
	background-image: url(../images/point_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
}
.point h3 span {
	color: #e21c24;
	font-weight: 800;
}
.point li h3::before {
	color: #fff;
	font-weight: 600;
	padding: 0 50px 0 20px;
	font-size: 26px;
}
.point li.point01 h3::before {content: 'Point 01';}
.point li.point02 h3::before {content: 'Point 02';}
.point li.point03 h3::before {content: 'Point 03';}
.point li.point04 h3::before {content: 'Point 04';}
.point li.point05 h3::before {content: 'Point 05';}
.point li.point06 h3::before {content: 'Point 06';}
.point li p {color: #4d4d4d;}
.contactbox {width: 100%;overflow: hidden;}
.contactbox .contact_title {
	padding: 5px 0;
	background: #00244c;
	position: relative;
	padding-right: 350px;
}
.contactbox .contact_title h2 {text-align: center;}
.contactbox .contact_title span {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); /* Safari用 */
	padding-left: 10px;
	
}
.contactbox h2::before{content: url(../images/contact_icon.png);}
.contactbox .contact {
	width: 100%;
	height: 350px;
	padding: 30px 0;
	background-image: url(../images/contact_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contactbox .contact_area {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.contactbox .img {
	position: absolute;
	z-index: 1;
	right: 0;
}
.contactbox .tel {
	position: absolute;
	width: 450px;
	left: 0;
	right: 0;
	margin: auto;
}
.contactbox .tel a{
	display: block;
}
.contactbox .form{
	position: absolute;
	width: 500px;
	left: 0;
	right: 0;
	top: 170px;
	margin: auto;
}
.contactbox .form p {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	line-height: 120%;
}
.contactbox .form p span {
	font-size: 30px;
	font-weight: 800;
	color: #e21c24;
}
.whybox {
	background-image: url(../images/why_img.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.whybox ul {padding-right: 0px;}
.whybox ul li {margin-top: 40px;}
.whybox ul li:first-child {margin-top: 0;}
.whybox h3 span {
	background: #f1e321;
	color: #000;
	font-size: 20px;
	font-weight: 800;
	padding: 5px 20px;
	margin-right: 20px;
}
.whybox h3 {
	color: #ec881e;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
}
.whybox li p {text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;}
.companies li {overflow: hidden;}
.companies p {
	width: 300px;
	float: left;
}
.companies dl {
	width: calc(100% - 350px);
	float: right;
}
.companies dt {
	background: #e21c24;
	color: #fff;
	font-size: 24px;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 120%;
}
.faqbox li {padding: 10px;}
.faqbox li dl {
	background: #fff;
	padding: 20px;
	box-shadow:0px 0px 6px 3px #97bcdb;
	-moz-box-shadow:0px 0px 6px 3px #97bcdb;
	-webkit-box-shadow:0px 0px 6px 3px #97bcdb;
}
.faqbox li dl dt {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.faqbox li dl dt::before {
	content: 'Q';
	color: #0071b1;
	font-weight: 800;
	font-size: 30px;
	padding-right: 10px;
}
.faqbox li dl dd {
	background: url(../images/a.png) no-repeat;
	background-position: top left;
	padding-left: 35px;
}
a.btn {
	text-align: center;
	display: block;
	padding: 5px 0;
	border-radius: 15px;
	font-size: 26px;
	font-weight: 600;
}
a.bgg {background: #81bb3f;color: #fff;}
a.bgy {background: #f1e321;color: #000;}
a.w450 {max-width: 450px;width: 100%;margin: 0 auto;}
.stepbox {overflow: hidden;}
.stepbox img {float: left;}
.stepbox div {
	width: calc(100% - 450px);
	float: right;
}
.table {width: 100%;}
.table th,.table td {border: 1px solid #dbdbdb;padding: 10px;vertical-align: middle;}
.table th {background: #29a0d7;color: #fff;}
.table td {background: #fff;color: #4d4d4d;font-weight: 300;}
.table span {color: #e21c24;}
.table li,.table dl dt,.table dl dd {color: #4d4d4d;font-weight: 300;}
.table p {font-weight: 300;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w40 {width: 40%;}

#page-top {
    position: fixed;
	z-index: 1;
    bottom: 10px;
    right:10px;
}
#page-top a:hover {opacity: 0.5;}


/* 下層ページ
------------------------------------------------------------*/
/* 共通　----------------------------------------------------*/
.pagetitle{margin-bottom: 15px;}
.pagetitle h2 {
	font-size: 40px;
	color: #00244c;
	font-weight: 800;
	text-align: center;
	border-bottom: #00244c 10px solid;
	padding: 40px 0;
}
#pankuzu {background: #00244c;}
#pankuzu p {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	padding: 8px 0;
}
#pankuzu a {color: #fff;text-decoration: underline;}
#pankuzu a:hover {text-decoration: none;}
.ls {list-style: url(../images/ls.png);padding-left: 20px;}

/* 会社概要　----------------------------------------------------*/
.accessbox {overflow: hidden;}
.accessbox img {
	width: 330px;
	float: left;
}
.accessbox dl {
	width: calc(100% - 380px);
	float: right;
}
.accessbox dt {
	background: #e21c24;
	color: #fff;
	font-size: 24px;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 120%;
}

/* 譲渡・売却希望情報　----------------------------------------------------*/
.info_title {
	background: #29a0d7;
	border: 1px solid #dbdbdb;
	position: relative;
	padding: 5px 0 0 5px;
}
.info_title span.address {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); /* Safari用 */
	padding-left: 10px;
}
.info_title span.number {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); /* Safari用 */
	right: 20px;
}
.info_title p {height: 55px;}
.info_title .buy::before {content: url(../images/icon_buy.png);}
.info_title .nego::before {content: url(../images/icon_nego.png);}
.info_table {width: 100%;}
.info_table th,.info_table td {border: 1px solid #dbdbdb;padding: 10px;vertical-align: middle;}
.info_table th {background: #cde6ff;color: #00244c;text-align: left;width: 150px;}
.info_table td {background: #fff;color: #4d4d4d;font-weight: 300;}
.info_table ul,.info_table ol{list-style: url(../images/ls.png); padding-left: 20px;}
.info_table li {color: #4d4d4d;font-weight: 300;}
.pageNav{text-align: center;}
.pageNav *{padding:5px 7px;	font-size: 16px;}
.pageNav span{border:1px solid #00244c;}
.pageNav a{background: #00244c; color:#FFF;}
.pageNav a.link_next,.pageNav a.link_before{background:none; color:#00244c;}

/* Q&A　----------------------------------------------------*/
.faqarea li dl {
	padding: 30px;
	box-shadow:0px 0px 6px 3px #e7e7e7;
	-moz-box-shadow:0px 0px 6px 3px #e7e7e7;
	-webkit-box-shadow:0px 0px 6px 3px #e7e7e7;
}

/* ご成約までの流れ　----------------------------------------------------*/
.flowbox li {margin-bottom: 20px;}
.flowbox li::after {
	display: block;
	width: 100px;
	content: url(../images/allow.png);
	margin: auto;
	padding-top: 20px;
}
.flowbox li:last-child {margin-bottom: 0px;}
.flowbox li:last-child::after {content: none;}
.flowarea {
	display: block;
	overflow: hidden;
}
.flowarea img {
	width: 200px;
	float: left;
}
.flowarea .flowright {
	width: calc(100% - 250px);
	float: right;
}
.flowarea h3 {
	background-image: url(../images/flow_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 10px;
}
.flowbox li h3::before {
	color: #fff;
	font-weight: 600;
	padding: 0 40px 0 20px;
	font-size: 30px;
}
.flowbox li.flow01 h3::before {content: 'Step 01';}
.flowbox li.flow02 h3::before {content: 'Step 02';}
.flowbox li.flow03 h3::before {content: 'Step 03';}
.flowbox li.flow04 h3::before {content: 'Step 04';}
.flowbox li.flow05 h3::before {content: 'Step 05';}
.flowbox li.flow06 h3::before {content: 'Step 06';}
.flowbox li.flow07 h3::before {content: 'Step 07';}
.flowlist {
	padding-left: 350px;
	background-image: url(../images/flow_img.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.flowlist ul li {font-size: 22px;margin-bottom: 10px;font-weight: 400;}
.datebox {border: 1px dashed #d9d9d9;padding: 30px;}

/* 薬局売却無料査定　----------------------------------------------------*/
.form_top {padding: 10px;}
.form_inner {
	padding: 30px;
	box-shadow:0px 0px 6px 3px #e7e7e7;
	-moz-box-shadow:0px 0px 6px 3px #e7e7e7;
	-webkit-box-shadow:0px 0px 6px 3px #e7e7e7;
	overflow: hidden;
}
.form_inner > img {
	width: 220px;
	float: left;
}
.form_inner div {
	width: calc(100% - 270px);
	float: right;
}
form .table th {font-weight: 300;width: 250px;}
form .table dt,form .table dd {display: inline-block;}
form .table dt {width: 150px;}
.re::after {
	font-size: 14px;
	background: #e21c24;
	padding: 2px 5px;
	border-radius: 5px;
	content: '必須';
	margin-left: 10px;
}
.hoge {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	border:1px #bdbdbd solid; 
}
.r_hoge {
	width: 20px;
  	height: 20px;
  	border: 1px solid #999;
  	border-radius: 50%;
}
.wm {max-width: 300px; width: 60%;}
.wl {max-width: 400px; width: 80%;}
textarea{width:60% !important;}
.form_btn {
	display: block;
	margin: 0 auto;
	background: #fff !important;
	border: none !important;
}
.form_btn:hover {opacity: 0.6;}
#privacy dl dt {
	font-size: 28px;
	font-weight: 600;
	color: #29a0d7;
	margin-bottom: 10px;
}
#privacy dl dd {margin-bottom: 40px;}
#privacy dl dd:last-child {margin-bottom: 0;}


/*----------------------------------------------------------*/
/* レスポンシブ
------------------------------------------------------------*/
/* 1110px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1110px){
	.header_right ul li img {width: 250px;}
}

/* 1020px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1020px){
	.header_left,.header_right {float: none;text-align: center;width:100%;}
	.header_right ul li{width:45%;}
	.header_right ul li img{max-width: 100%; height: auto;}
	.nav {display: none;}
	.sp_nav {display: block;}
	.main_pc {display: none;}
	.main_sp {display: block;}
	.main_sp li:first-child img {width: 100%;}
	.main_sp li:last-child img {display: block; margin: 0 auto;padding: 20px;}
	.trouble li {font-size: 20px;}
	.whybox {background-size: 180px;background-position: top center;}
	.whybox ul {padding-top: 180px;}
	.whybox h3 span {font-size: 14px;margin-right: 5px;}
	.whybox h3 {font-size: 20px;}
	.companies p {
		width: auto;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.companies dl {width: 100%;float: none;}
	.companies dt {	font-size: 22px;}
	.c3 {width: 100%;}
	.faqbox li dl dt {font-size: 20px;}
	.faqbox li dl dt::before,.faqbox li dl dd::before {font-size: 24px;padding-right: 5px;}
	a.btn {font-size: 20px;}
	.fs20 {font-size: 18px;}
	.stepbox img {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.stepbox div {width: 100%;float: none;}
	.flowlist {background-size: 200px;padding-left: 250px;}
	.flowlist ul li {font-size: 18px;margin-bottom: 8px;}
	.faqbox li dl dd {
		background-size: 18px;
		padding-left: 25px;
	}
}

/* 850px以下から
------------------------------------------------------------*/
@media only screen and (max-width:850px){
	.contactbox .contact_title {padding-right: 230px;}
	.contactbox .contact_title span {font-size: 25px;}
	.contactbox h2::before{content: url(../images/contact_iconS.png);}
	.contactbox .contact {height: 300px;}
	.contactbox .contact_area {width: 600px;}
	.contactbox .img {
		width: 120px;
		z-index: 1;
		right: 30px;
		top: 50px;
	}
	.contactbox .tel{width: 400px;}
	.contactbox .form{width: 400px;top: 130px;
	}
	.contactbox .form p {font-size: 26px;}
	.contactbox .form p span {font-size: 26px;}
}


/* 749px以下から
------------------------------------------------------------*/
@media only screen and (max-width:749px){
	.header_right {display: none;}
	.header_left {width: 100%;float: none;text-align: center;}
	h1 {text-align: left; padding-right: 60px;font-size: 12px;}
	.logo {width: 220px !important;}
	.sp_none {display: none;}
	.pd100 {padding: 50px 0;}
	.title,.title span {font-size: 22px;}
	#footer_wrap {padding: 20px 0 10px 0;}
	#footer_contact {display: none;}
	.trouble p {width: auto;float: none;text-align: center;margin-bottom: 20px;}
	.trouble ul {width: 100%;float: none;}
	.trouble li {font-size: 16px;}
	.point .innerbox {padding-bottom: 50px;}
	.point li {background-position:center;}
	.point h3 {font-size: 24px;background-position: left top;}
	.point li h3::before {
		display: block;
		margin-bottom: 10px;
		padding: 3px 0 0 20px ;
	}
	.contactbox .contact {padding: 10px 0;height: 200px;}
	.contactbox .contact_area {width: 300px;}
	.contactbox .img {width: 65px;right: 0px;top: 65px;}
	.contactbox .tel{width: 250px;}
	.contactbox .form {width: 280px; top: 85px;margin: 0;}
	.contactbox .form p {font-size: 18px;}
	.contactbox .form p span {font-size: 18px;}
	.table th,.table td {font-size: 14px;}
	.table span {display: block;}
	.pagetitle h2,.pagetitle span {font-size: 24px;padding: 30px 0;}
	.accessbox img {
		display: block;
		width: auto;
		float: none;
		margin: 0 auto 30px auto;
	}
	.accessbox dl {width: 100%;float: none;}
	.accessbox dt {	font-size: 22px;}
	.info_title span.address {
		font-size: 16px;
		font-weight: 600;
		top: 20px;
	}
	.info_title span.number {
		font-size: 14px;
		font-weight: 500;
		top: 40px;
		right: 5px;
	}
	.info_table th,.info_table td {font-size: 14px !important;}
	.info_table th {width: 100px;}
	.mb50 {margin-bottom: 30px !important;}
	.flowarea img {
		display: block;
		width: auto;
		margin: 0 auto 30px auto;
		float: none;
	}
	.flowarea .flowright {width: 100%;float: none;}
	.flowbox h3 {font-size: 22px;background-size: 110px;}
	.flowbox li h3::before {padding: 0 30px 0 10px;font-size: 22px;}
	.flowlist {
		background-size: 180px;
		background-position: center bottom;
		padding-left: 0px;
		padding-bottom: 280px;
	}
	.flowlist ul li {font-size: 16px;margin-bottom: 3px;}
	.fs22,.fs24 {font-size: 18px;}
	.sp_on {display: block;}
	.form_inner > img {
		width: 150px;
		float: none;
		display: block;
		margin: 0 auto 30px auto;
	}
	.form_inner div {width: 100%;float: none;}
	form .table th,form .table td {display: block !important;width: 100% !important;}
	.form_btn img {width: 160px;}
	textarea{width:100% !important;}
	#privacy dl dt {font-size: 22px;text-align: center;}
	#privacy dl dd {margin-bottom: 30px;}
	a[href^="tel:"]{
		pointer-events:auto;
	}
	#fixbtn{display:none;}

}
