@charset "utf-8";



.pc480 { display: block !important; }
.sp480 { display: none !important; }

@media only screen and (max-width: 480px) {
.pc480 { display: none !important; }
.sp480 { display: block !important; }
}


.b-blue	{ color:#2e75b6; }


.smv-title {
	font-size:161.6%;
	font-weight: bold;
	margin-bottom: 25px;
}

.text-left {
	text-align: left;
}

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}


*, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
	max-width: 330px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 5px;
	margin-left: 15px;
}
.col_2 > div {
	width: 48%;
 margin-right: 2%;
}

.col_2 img {
    
}

.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
	width: 33.3%;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 15px;
 padding-right: 15px;
}

.col_3 img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 15px;
    justify-content: center;
}


@media screen and (max-width: 480px) {
	
.col_2 {
	margin-bottom: 30px;
}
	
 .col_3 > div {
 width: 100%;
 padding-top: 30px;
 padding-bottom: 10px;
 padding-left: 15px;
 padding-right: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.col_3 img {
	max-width: 200px;
	padding-bottom: 10px;
}

}


.radius {
	border-radius:7px;
	width: 100%;
	display: inline-block;
	background-color: #2e75b6;
	text-align: center;
	font-size:131%;
	color: #FFF;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 15px;
}


#application {
	padding-top: 30px;
	padding-bottom: 30px;	
}

#application a {
	text-decoration: none;	
}

.application-button {
	width:70%;
	font-size:167%;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
	background-color:#e88622;
	border-radius:7px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.application-button span {
	color: #FFF;	
	display: teble-cell;
}

.application-button a:hover {
	color: #FFF;
	text-decoration: none;	
}

.application_ya {
	padding-top: 2px;
	padding-right: 10px;
	height: 25px;
	width: 33px;	
}

.smv-view {
	font-size:131%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 15px;
}

.img_view {
    text-align: left;
    margin-right: auto;
    justify-content: left;
}

.img_view img {
   max-width:30%;
   min-width:150px;
}


@media screen and (max-width: 767px) {
.radius {
	font-size:116%;
	padding: 5px;
	margin-bottom: 10px;
}

#application {
	padding-top: 20px;
	padding-bottom: 30px;	
}

.application-button {
	width:90%;
	font-size:108%;
	padding:13px;
}

.application_ya {
	padding-top: 1.5px;
	padding-right: 10px;	
	height: 17.5px;
	width: 26px;
}

}



*, *:before, *:after {
	box-sizing: border-box;
}

.col_footerInfoBox {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_footerInfoBox > div {
	width: 50%;
	padding: 10px;
}

.footerboxcenter {
	height: 135px;
    margin-top: auto;
    margin-bottom: auto;
}


.nabidial {
	width: 100%;
	max-width: 35px;
	margin: 2px;
}

@media screen and (max-width: 767px) {
 .col_footerInfoBox {
	 display: none;
}
}


/*----------------------------------------------------
	※レスポンシブ
	コンテンツ下部 ご購入ご相談窓口
----------------------------------------------------*/
#footerInfoBox2 {
	padding: 0 8px 8px 8px;
	margin: 40px 0 0 0;
	border-radius: 4px;
	background-color: #3d3d3d;
}
#footerInfoBox2 .tit {
	padding: 10px 4px;
	margin: 0;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.4;
}
#footerInfoBox2Inner {
	padding: 11px;
	background-color: #fffecd;
}

#footerInfoBox2Inner .footerInfoBox2txt {
	text-align: left;	
}

#footerInfoBox2Inner .infoCatch {
	text-align: center;
}
#footerInfoBox2Inner .infoBtn {
	width: 380px;
	margin: 1em auto 0 auto;
}
#footerInfoBox2Inner .infoBtn a {
	position: relative;
	display: block;
	padding: 12px 12px 12px 44px;
	background-color: #e88622;
	border-radius: 4px;
	color: #fff;
	font-size:108%;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
#footerInfoBox2Inner .infoBtn a:before {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 18px;
	height: 19px;
	margin-top: -8px;
	background: url("/business/images_global/r_info_pc_blank.png") no-repeat;
	content: "";
}
#footerInfoBox2Inner .infoBtn a:hover {
	opacity: 0.8;
}

/* --- SP --- */
body.responsive-sp #footerInfoBox2 {
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0;
}
body.responsive-sp #footerInfoBox2Inner .infoBtn {
	width: auto;
}