@charset "utf-8";
/* CSS Document */

html {
    /* ルート要素の文字サイズを変更する */
    font-size: 18px;
	line-height: 1.2em
} 

a {
    text-decoration:none; 
}

.header-space {
  background-color: #E5001E;height: 2px;
}

.bold-text {
	font-size: 18px;
	font-weight: bold; color: #E5001E;
	line-height: 1.2em
}

.width-750px {
	margin-left: auto; margin-right: auto; width: 750px
}

.header-image {
	width: 750px;
    height: 340px;
    /* (画像の高さ / 画像の横幅) × 100 */
    /*padding-top: 45.33333333333333%;*/
    background: url(../img/lp_sp/all_mv_sp@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.header-image-text {
	font-size: 36px; font-weight: bold; color: #F00;
	text-shadow:1px 1px 0 #FFF,0 0 10px #FFF;
	line-height: 1.2em;
	margin: 0 0 -105px 0;
	padding-left: 15px;
	padding-top: 10px;
}

.header-otoku {
	font-size: 16px; font-weight: bold; color: black;
	text-shadow:1px 1px 0 #FFF,0 0 10px #FFF;
	line-height: 1.5em;
	text-align: center;
	background:rgba(255,255,255,0.75);
	border-radius: 10px;
	padding: 10px;
	width: 120px;
	margin-top: -80px;
	margin-left: 15px;
}

.button-area{
	font-size: 18px; font-weight: bold; color: white;
	line-height: 1.2em;
	text-align: center;
	background-color: #E5001E;
	border-radius: 5px;
	height:60px;
  	line-height:60px;
	width: 130px;
	margin: 2px;
}

.carcon-banner {
	font-size: 14px; font-weight: bold; color: black;
	padding-left: 30px;
}

.main-body {
	padding: 5px 10px 5px 10px;
}

.area-row {
	border-style: none none solid none;
	border-color: #E5001E; 
	color: #E5001E; 
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-size: 26px;
}

.area-detail-row {
	height: 64px; 
	border-style: none none dotted none; 
	border-color: #707070; 
	border-width: thin; 
	vertical-align: middle; 
	display: flex; 
	align-items: center;
}

.area-detail-main {
	margin: auto auto auto 5px; font-weight: bold; font-size: 20px
}

.area-detail-sub {
	margin: auto 5px auto auto; font-size: 12px
}

.area-return-row {
	height: 64px; 
	margin: 10px 0 15px 0;
	text-align: right;
		
}

.height5px{
	height: 5px;
	clear: both;
}

.footer-area {
	background-color: #E5001E;
	font-size: 16px;
	padding: 15px;
	text-align: center;
	color: #FFF;
}

.carcon-spec1 {
	border-style: solid;
	border-color: #D91096;
	font-size: 20px;
	font-weight: bold;
	color: #D91096;
	padding: 10px;
	height: 160px
}

.carcon-spec2 {
	border-style: solid;
	border-color: #2E9E19;
	font-size: 20px;
	font-weight: bold;
	color: #2E9E19;
	padding: 10px;
	height: 160px
}

.carcon-spec3 {
	border-style: solid;
	border-color: #0F4EE1;
	font-size: 20px;
	font-weight: bold;
	color: #0F4EE1;
	padding: 10px;
	height: 160px
}

.carcon-spec4 {
	border-style: solid;
	border-color: #EE6B07;
	font-size: 20px;
	font-weight: bold;
	color: #EE6B07;
	padding: 10px;
	height: 160px
}

.carcon-spec-txt {
	font-size: 18px; 
	color: black; 
	font-weight: normal; 
	padding: 10px
}