@charset "UTF-8";

/* **************************************************

Create: 2016.05.25
Update: 2020.02.10

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] About MitsumoLink
[4] Campaign
[5] Store <---> Web Flow
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
    float: none;
    width: auto;
}

#mitsumoLink {
	width: 970px;
	margin: 15px auto;
	font-size: 14px;
}

#mitsumoLink h2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 4px solid #ff3300;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    padding: 4px 8px;
}

#mitsumoLink h3 {
	margin-bottom: 14px;
	padding: 13px 9px 9px 14px;
	background-color: #004ea2;
	color: #fff100;
	font-size: 120%;
	text-align: left;
}

#mitsumoLink p {
	margin: 0em 0em 1.0em 0em;
}

@media screen and (max-width:479px){
	#mitsumoLink {
		width: 98%;
		margin: 0% 1%;
	}
	
	#mitsumoLink img {
		width: 100%;
	}
	
	#mitsumoLink h2 + p img {
		width: 102%;
		margin: 0% -1%;
	}
}


/* 2: Page Top
=========================================================================================== */
#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
}

#pageTop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}
}


/* 3: About MitsumoLink
=========================================================================================== */
.mlAbout {
	position: relative;
	margin-bottom: 42px;
}

.mlAbout li {
	width: 630px;
	margin-bottom: 9px;
	padding: 9px 12px 12px 100px;
	background-image: url(/5info/img/shop-web-estimate/about_ex.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border: 3px solid #e60012;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-o-border-radius: 0.8em;
	-ms-border-radius: 0.8em; 
}

#mitsumoLink .mlAbout .aboutImg {
	clear: both;
	position: absolute;
	bottom: 58px;
	right: 0px;
	margin-bottom: 0px;
}


@media screen and (max-width:479px){
	.mlAbout li {
		width: auto;
	}
	
	#mitsumoLink .mlAbout .aboutImg {
		display: none;
	}
}



/* 4: Campaign
=========================================================================================== */
.mlCampaign {
	margin-bottom: 42px;
	padding: 0px 14px 14px 14px;
	background-color: #d70407;
	color: #ffffff;
	font-size: 110%;
}

#mitsumoLink .mlCampaign h3 {
	margin: 0px -14px 14px -14px;
	padding: 0px;
}

.mlCampaign .mlNotes {
	margin-top: -10px;
}

.mlCampaign .mlNotes li {
	margin-left: 1.0em;
	text-indent: -1.0em;
	font-size: 80%;
}



/* 5: Store <---> Web Flow
=========================================================================================== */
.mlFlowBox h4{
	width: 96%;
	position: relative;
	margin: 36px auto 0px auto;
	padding: 12px 0px;
	background-color: #eb6100;
	color: #ffffff;
	text-align: center;
	font-size: 130%;
	cursor: pointer;
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-ms-border-radius: 0.6em; 
}
.mlFlowBox h4:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background-color: #ffffff;
}
.mlFlowBox h4:after {
	display: block;
  	content: "";
  	position: absolute;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	top: 50%;
  	right: 15px;
  	width: 14px;
  	height: 14px;
  	margin-top: -13px;
  	background: #eb6100;
}
.mlFlowBox h4.active:before {
  margin-top: -2px;
}
 
.mlFlowBox h4.active:after {
  margin-top: 3px;
}

.mlFlowBox h4 img {
	position: absolute;
	left: 166px;
	top: -33px;
}

.mlFlowBox h4 img.ttlWeb {
	left: auto;
	right: 154px;
	top: -23px;
}
.mlFlowBox h4 img.ttlWeb2 {
left: 154px;
right: auto;
top: -23px;
}

.mlFlowBox div:not([class]) {
	width: 96%;
	margin: 0px auto 42px auto;
}

.mlFlowBox .mlFlow {
	padding-top: 1.0em;
}

.mlFlowBox h5 {
	margin-bottom: 1.0em;
	border-bottom: 3px dotted #004ea2;
	color: #004ea2;
	font-size: 120%;
}

.mlFlow li {
	margin-bottom: 12px;
	padding-bottom: 99px;
	background-image: url(/5info/img/shop-web-estimate/flow_arrow.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.mlFlow li:last-of-type {
	padding-bottom: 0px;
	background-image: none;
}

.mlNotes li {
	margin-left: 2.5em;
	margin-bottom: 4px;
	text-indent: -2.3em;
	font-size: 90%;
}

.mlFlow li div {
	margin-bottom: 0px;
}

.mlFlow li .verPC {
	display: block;
}

.mlFlow li .verSMP {
	display: none;
}

.estimateBtn {
	text-align:center;
	margin-bottom:40px !important;
}
.estimateBtn img {
	margin-bottom:5px;
}

@media screen and (max-width:479px){
	.mlFlowBox h4 {
		width: auto;
		padding-right: 30px;
		padding-left: 14px;
		text-align: left;
	}
	
	.mlFlowBox h4 img {
		display: none;
	}
	
	.mlFlowBox div:not([class]) {
		width: auto;
	}
	
}


/* 200210 レイアウト用 */
img.pcOnly {
	display: inline-block;
}
img.spOnly {
	display: none;
}
.box_pay-img {
	text-align: center;
	margin: 10px 0 30px 0;
}
  /*SP用*/
@media screen and (max-width:479px) {
	img.spOnly {
		display: inline-block;
	}
	img.pcOnly {
		display: none;
	}
	.box_pay-img {
    margin: 5px 10px 15px;
	}
}
/* /200210 レイアウト用 */