@charset "shift_jis"
/*-ƒeƒLƒXƒg--------------------*/
#all * {
	margin:0;
	padding:0;
	border: 0;
	box-sizing: border-box;
}
#all {
	width: 750px;
	/* border: 1px solid #F00; */
}
#all img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
/*-ƒeƒLƒXƒg------------*/
#all {
	color: #231815;
	font-size: 12px;
	text-indent: 0em;
	text-align: justify;
	font-family: "?ƒCƒŠƒI",Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	line-height: 1.2;
}
#all p {
	word-break: break-all;
	line-break: anywhere;
	line-height: 1.8;
	font-size: 13px;
	line-break: strict;
}
#all dt,dd {
	float: left;
	color: #fff;
}
#all em {
	font-style: normal;
}
/*-‘Sƒy[ƒW‹¤’Ê------------*/
#all .table {
	display: table;
}
/*--- IE—p ---*/
/* IE 6 */
* html #all .leftbox {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html #all .leftbox {
	display: inline;
	zoom: 1;
}
/*--- IE—p ---*/
#all .fleft {
	float: left;
}
#all .fright {
	float: right;
}
/*-----ƒL[?[ƒh’l ----*/
/* #all img {
white-space: pre;
} */
#all .txtbox01 {
	padding: 40px 10px 0;
}
#all .txtbox02 {
	padding: 20px 0 20px;
}
/*--- h3 ---*/
#all h3.main {
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
/*--- p----*/
#all p.maintext {
	color: #231815;
	font-size: 13px;
	line-height: 1.8;
}
#all p.maintext span{
	display: block;
    font-size: 10px;
}
#all .gbbox {
	background-color: #231815;
	padding: 20px 15px 20px 0;
}
#all p.gbprice {
	padding: 0;
	text-align: right;
	font-size: 70%;
	color: #fff;
	margin: 0;
}

/*--- index.html ---*/
#all .main-img {
	position: relative;
	width: 750px;
}
#all .main-img.mv2{
	width: 650px;
}
#all .main-img.mv3{
	width: 400px;
	margin: 0 0 20px auto;
}
#all .main-img .subBox {
	position: absolute;
    top: 38px;
    left: 4px;
}
#all .main-img .mainBox {
	position: absolute;
    right: 10px;
    bottom: 20px;
}
.parts{
	display: flex;
    padding: 5px 0;
	justify-content: center;
    border-radius: 15px;
	position: relative;
	gap: 10px;
	border: 2px solid #83b4dd;
    padding: 20px 15px;
}
.parts::before{
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
	width: 243px;
	height: 26px;
	background: url(img/img_txt.png) no-repeat;
	transform: translateX(-50%);
	background-size: 100%;
}
.parts .partsbox{
	width: 50%;
	background: #e2e9ed;
	padding: 10px;
    box-sizing: border-box;
	position: relative;
}
.parts .partsbox img{
	height: 160px;
	object-fit: cover;
}
.parts:nth-child(3) .partsbox{
	width: 50%;
}
.parts:nth-child(5) .partsbox:first-child{
	width: 150px;
}
.parts:nth-child(5) .partsbox:nth-child(2){
	width: 39%;
}
.parts:nth-child(5) .partsbox:nth-child(3){
	width: 39%;
}
.parts .partsbox:before{
	content: "";
	position: absolute;
	top: -25px;
    left: -26px;
	width: 73px;
	height: 71px;
}
.parts.next01 .partsbox{
	background-color: initial;
	padding: 0;
}
.parts.next01 .partsbox:before{
	content: none;
}
.parts:nth-child(4) .partsbox:nth-child(1):before{
	background: url(img/star_01.png) no-repeat left top;
	background-size: 75%;
}
.parts:nth-child(4) .partsbox:nth-child(2):before{
	background: url(img/star_02.png) no-repeat left top;
	background-size: 75%;
}
.parts:nth-child(5) .partsbox:nth-child(1):before{
	background: url(img/star_03.png) no-repeat left top;
	background-size: 75%;
}
.parts:nth-child(5) .partsbox:nth-child(2):before{
	background: url(img/star_04.png) no-repeat left top;
	background-size: 75%;
}
.parts:nth-child(5) .partsbox:nth-child(3):before{
	background: url(img/star_05.png) no-repeat left top;
	background-size: 75%;
}
#all .parts .partsbox .partstitle{
	font-size: 16px;
    font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
#all .parts .partsbox .partstitle span{
	color: #e60012;
}
.parts .partsbox a{
	margin-bottom: 5px;
	display: block;
}





#all .failureWrap {
	border-radius: 10px;
	margin: 0 0 20px;
	padding: 20px 25px;
	border: 2px solid #00397d;
}
#all .failureWrap h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #e60012;
	position: relative;
}
#all .failureBox {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}
#all .failureImg {
	width: 340px;
	position: relative;
}
#all .failureImg a{
	margin-bottom: 10px;
	display: block;
}
#all .failureImg .failureImg_title{
	color: #00397d;
    font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
#all .failureImg p span{
	color: #fff;
    font-weight: bold;
    background: #e60012;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    font-size: 15px;
    line-height: 1.7;
}









#all .toptxt {
	width: 335px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
	margin-top: 12px;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
	line-break: strict;
}
#all .editor {
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 0 #231815;
	padding: 0 10px;
	margin-top: 5px;
}
#all .thanks {
	font-size: 10px;
    line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px 0 #231815;
    padding: 5px 10px 0;
}
#all .thanks a {
	color: #fff;
	text-decoration: none;
}
#all .thanks a:hover {
	text-decoration: underline;
}
#all .qBox {
	text-align: center;
}
#all .qBox .textBox {
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
    color: #00387d;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding-left: 50px;
}
#all .qBox .textBox::before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(img/icon_q.png) no-repeat left top;
	-webkit-transform: skewX(10deg);
	-moz-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	transform: skewX(10deg);
	background-size: contain;
}
#all .qBox .textBox em {
	font-size: 23px;
	padding-left: 5px;
}
#all .qimg {
	position: relative;
}
#all .qimg img {
	width: 100%;
	height: auto;
}
#all .qimg .mileageBox {
	position: absolute;
	top: 10%;
}
#all .qimg .mileageBox.mileage01 {
	left: 15%;
}
#all .qimg .mileageBox.mileage02 {
	right: 15%;
}
#all .qimg .mileageBox.mileage01 img,
#all .qimg .mileageBox.mileage02 img {
	width: 126px;
	height: auto;
}
#all .qimgBox p {
	margin: 10px 0;
	line-height: 1.4;
	width: 220px;
}
#all .qimgBox .arrow {
	border: 3px solid #e60012;
	margin: 30px 0 0 8px;
	position: relative;
	z-index: 1;
}
#all .qimgBox .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -43px;
	margin-top: 14px;
	border: 8px solid transparent;
	border-right: 37px solid #E60012;
	transform: rotate(-17deg);
	z-index: -1;
}
/* #all .aimg {
	width: 340px; 
	align-items: center;
	vertical-align: middle;
	position: relative;
} */
#all .columnBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#all .columnBox.column-02 {
	margin-top: 40px;
}
#all .column-l{
	width: 60%;
}
#all .column-r{
	width: 30%;
}
#all .columnBox.con01{
	margin: 20px 0;
}
#all .con01 .column-l{
	width: 72%;
}
#all .con01 .column-r{
	width: 25%;
}
#all .con01 .column-r img{
	width: 100%;
	height: auto;
}
#all .con02,
#all .con03{
	position: relative;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#all .con02 .column-l a,
#all .con03 .column-l a{
	margin-bottom: 10px;
    display: block;
}
#all .con02 .column-r{
	width: 33%;
	position: absolute;
    right: 40px;
    top: 40px;
}
#all .con02 .con02txt span,
#all .con03 .con03txt span{
	display: block;
    font-weight: bold;
    font-size: 15px;
	color: #143779;
	position: relative;
	padding-left: 35px;
}
#all .con02 .con02txt span::before,
#all .con03 .con03txt span::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 13px;
	width: 34px;
	height: 15px;
	background: url(img/img_data.png) no-repeat;
	transform: translateX(-50%);
	background-size: 100%;
}
#all .con03 .column-r{
	width: 33%;
	margin-top: 40px;
    margin-left: 40px;
}
#all .con02 .answer,
#all .con03 .answer {
	position: relative;
	display: flex;
	border: 2px solid #83b4dd;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}
#all .con02 .answer::before{
	content: "";
    position: absolute;
    top: 50%;
    left: -54px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 30px solid #FFF;
    z-index: 2;
}
#all .con02 .answer::after{
	content: "";
    position: absolute;
    top: 50%;
    left: -57px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-right: 30px solid #83b4dd;
    z-index: 1;
}
#all .con03 .answer::before{
	content: "";
    position: absolute;
    top: 50%;
    right: -54px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 30px solid #FFF;
    z-index: 2;
}
#all .con03 .answer::after{
	content: "";
    position: absolute;
    top: 50%;
    right: -57px;
    margin-top: -25px;
    border: 25px solid transparent;
    border-left: 30px solid #83b4dd;
    z-index: 1;
}
#all .con04{
	margin-bottom: 50px;
}
#all .con04 > p{
	margin-bottom: 10px;
}
#all .con04 .column-l{
	position: relative;
}
#all .con04 .column-r{

}
#all .con04 .column-l::before{
	content: "";
    position: absolute;
    top: 50%;
    right: -111px;
    width: 104px;
    height: 30px;
    background: url(img/arrow.png) no-repeat left top;
    background-size: 60%;
}
#all .con04 .column-r .answer{
	margin-top: 50px;
}
#all .con04 .column-r .answer img{
	width: 100%;
	height: auto;
}
#all .aimgBox {
	position: relative;
	justify-content: flex-end;
}
#all .aimgBox p .area-title{
	background: #E60012;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 15px;
    margin-bottom: 5px;
}
#all .answer .aimg-01 img,
#all .answer .aimg-03 img {
	width: 100%;
	height: auto;
}
#all .answer .aimg-04:first-child p{
	
}
#all .answer .aimg-04:first-child p span{
	margin-bottom: 10px;
}
#all .answer .aimg-02{
	display: flex;
	align-items: center;
}

#all .answer .aimg-02 img{
	width: 180px;
	height: auto;
}
#all .answer .aimg-05 img,
#all .answer .aimg-06 img {
	width: 100%;
	height: auto;
}
#all .answer .aimg-02 p{
	margin-right: 12px;
}
#all .answer .aimg-04 p span{
	display: block;
}
#all .answer img.balloon02 {
	position: absolute;
    width: 200px;
    height: auto;
    right: -33px;
    top: -16px;
    z-index: 10;
}
#all .answer img.balloon03 {
	position: absolute;
    width: 170px;
    height: auto;
    left: -40px;
    top: 0;
    z-index: 10;
}

#all .aimg p {
	margin-top: 10px;
	line-height: 1.4;
}
#all .balloon01 {
	position: absolute;
	top: -37px;
	right: 8px;
	pointer-events: none;
}

#all .answer .textBox {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    text-align: left;
    color: #e60012;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding-left: 10px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
#all .answer .textBox::before {
	content: "";
    position: absolute;
    display: inline-block;
	top: -48px;
    left: -4px;
    width: 40px;
    height: 40px;
    background: url(img/icon_a.png) no-repeat left top;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    background-size: contain;
}
#all .answer .textBox em {
	font-size: 23px;
	padding-left: 5px;
}

/*--- 01.html ---*/
#all h3.p2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
#all h3.p2 em {
	color:  #00387d;
}
#all h3.p2 img {
	width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#all .transfer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 10px;
}
#all .transfer .leftBox {
	width: 230px;
    margin-right: 20px;
}
#all .balloonImg {
	position: relative;
	margin-top: 11px;
}
#all .balloonImg img.photo {
	width: 220px;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.3);
	/* transform: rotate(-5deg); */
	position: relative;
}
#all .balloon02 {
	position: absolute;
	bottom: -47px;
	right: -17px;
	pointer-events: auto;
	z-index: 1;
}
#all .transfer .leftBox p {
	margin: 15px 0px 25px;
}
#all .listBox {
	width: calc(100% - 250px);
	border: 3px solid #00387d;
	background-color: #fff;
	padding: 15px;
	margin-top: 10px;
	pointer-events: auto;
	z-index: 1;
}
#all .listBox h4 {
	border-bottom: 3px solid #00387d;
	color: #00387d;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
#all .listBox h4::before {
	border-bottom: 1px solid #00387d;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: -5px;
	left: 0;
	right: 0;
}
#all .listBox h4 em {
	font-size: 36px;
	padding-left: 20px;
}
#all .listBox h4 .rb {
	background-color: #e60012;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 6px 15px;
	position: relative;
	vertical-align: middle;
}
#all .listBox h4 .rb::before {
	content: "";
	position: absolute;
	top: 33%;
	right: -17px;
	border: 5px solid transparent;
	border-left: 13px solid #E60012;
}
#all .inspection {
	/* display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between; */
	margin-top: 15px;
}
#all ol.inspectionList {
	counter-reset: list-count;
	color: #00387d;
	list-style: none;
	/* padding-right: 15px; */
}
#all ol.inspectionList li {
	border-bottom: 2px dotted #83b4dd;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
}
#all ol.inspectionList li span{
	color: #fff;
    font-weight: bold;
    background: #e60012;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.7;
}
#all ol.inspectionList li:last-child {
	margin-bottom: 0;
	border: none;
}
#all ol.inspectionList li:last-child .column-l{
	width: 68%;
}
#all ol.inspectionList li .last_listtitle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
	text-indent: -1.6em;
    padding-left: 1.7em;
}
#all ol.inspectionList li .last_listtitle span{
	text-indent: 0;
}
#all ol.inspectionList li .last_listtxt{
	color: #231815;
    font-size: 13px;
    line-height: 1.8;
}
#all .inspection .bottom {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: #48639d;
    padding: 20px 80px 20px 20px;
    margin: 15px 0 0;
}
#all .inspection .bottom img {
	margin-bottom: 7px;
}
#all .inspection .bottom p {
	font-size: 12px;
	line-height: 1.3;
	color: #fff;
	width: 100%;
}
#all .sticker {
	position: absolute;
    bottom: -45px;
    right: -10px;
    transform: rotate(12deg);
    z-index: 1;
}

#all .testrideWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border: 2px solid #00387d;
	padding: 28px 20px;
	margin-top: 5px;
}
#all .left {
	width: calc(100% - 430px);
}
#all h4.testride {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #e60012;
	margin-bottom: 10px;
}
#all h4.testride em {
	font-size: 30px;
	color: #e60012;
}
#all h4.testride strong {
	font-size: 32px;
	font-weight: bold;
	color: #e60012;
}
#all h4.testride span {
	position: relative;
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
#all h4.testride span::before,
#all h4.testride span::after {
	content: "";
    display: block;
    width: 24px;
    height: 32px;
    position: absolute;
    bottom: -5px;
}
#all h4.testride span::before {
	left: 25px;
	background: url(img/icon_left.png)no-repeat;
	background-size: contain;
}
#all h4.testride span::after {
	right: 25px;
	background: url(img/icon_right.png)no-repeat;
	background-size: contain;
}
#all .testrideWrap .right {
	width: 390px;
}
#all .testrideBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#all .testrideImg {
	position: relative;
	width: calc(50% - 3px);
}
#all .testrideImg.testride-03,
#all .testrideImg.testride-04 {
	margin-top: 6px;
}
#all .testrideImg .maker {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#all .testrideImg a:hover .maker,
#all .testrideImg a:link .maker,
#all .testrideImg a:visited .maker {
	color: #000;
}
#all .testrideImg.testride-03 .maker,
#all .testrideImg.testride-04 .maker {
	left: 5px;
	text-align: left;
}
#all .testrideImg .maker span {
	display: block;
	font-size: 14px;
}
#all .testrideImg .mileage {
	position: absolute;
	top: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #e60012;
	background: #fff;
	border: 1px solid #00387d;
	border-radius: 16px;
	padding: 5px 10px;
	z-index: 10;
}
#all .testrideImg .mileage em {
	font-size: 14px;
}
#all .testrideImg.testride-01 .mileage,
#all .testrideImg.testride-02 .mileage {
	right: -15px;
}
#all .testrideImg.testride-03 .mileage,
#all .testrideImg.testride-04 .mileage {
	left: -15px;
}
#all .testrideImg .mileage span {
	display: block;
	color: #00387d;
}
#all .testrideImg .mileage::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(img/img_balloon.png) no-repeat;
	background-size: contain;
}
#all .testrideImg.testride-01 .mileage::before,
#all .testrideImg.testride-02 .mileage::before {
	left: -17px;
    bottom: -4px;
}
#all .testrideImg.testride-03 .mileage::before,
#all .testrideImg.testride-04 .mileage::before {
	right: -17px;
    bottom: -4px;
    transform: scale(-1, 1);
}
#all .testrideImg img {
	width: 100%;
	height: auto;
}
#all .testrideWrap .sub {
	background-color: #00387d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 10px 15px;
    text-align: center;
    position: absolute;
    line-height: 18px;
    top: -3px;
    left: -34px;
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    z-index: 2;
}
#all .testrideWrap .sub::before {
    content: "";
    display: block;
    left: 4px;
    bottom: -20px;
    border: 7px solid transparent;
    border-bottom: 30px solid #00164b;
    position: absolute;
    transform: rotate(-78deg);
}
#all .testrideWrap .sub strong {
	font-weight: bold;
}

/*-kensaku--------------------*/
#all .kensakubox {
background: #fff;
border: 2px solid #BBB;
margin-top: 10px;
padding: 10px;
}
#all .kensakubox.w330 {
width: 330px;
}
#all .kensakubox ul {
padding-bottom: 0;
}
#all .kensakubox a:hover {
text-decoration: none;
}
#all li.search,
#all li.cat{
display: inline-block;
font-size: 70%;
position: relative;
padding-left: 20px;
text-indent: 0;
line-height: 1.4;
}
#all li.search{
margin-bottom: 8px;
}
#all li.cat {
margin-bottom: 0;
padding-bottom: 0;
}
#all li.search:before{
position: absolute;
left: 0;
content: "";
display: inline-block;
width: 16px;
height: 16px;
background: url("img/icon_search.gif") no-repeat;
}
#all li.cat:before{
position: absolute;
left: 0;
top: -1px;
content: "";
display: inline-block;
width: 16px;
height: 16px;
background: url("img/icon_cat.gif") no-repeat;
}

#all .all-wrap{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#all .all-box{
	display: flex;
    width: 365px;
    margin-bottom: 20px;
    align-content: flex-start;
    flex-wrap: wrap;
}
#all .all-box .all-box-l{
	width: 195px;
    margin-right: 10px;
    margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
#all .all-box .all-box-r{
	width: 150px;
}
#all .all-box a:first-child{
	display: block;
    width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}
#all .all-box .all-box-l p{
	margin-right: 10px;
    width: 80px;
    font-size: 10px;
	margin: 0 0 0 auto;
	line-break: strict;
}
#all .all-box .all-box-l .all-box-l_txt{
	position: absolute;
    left: 10px;
    bottom: 25px;
    font-size: 10px;
	line-break: strict;
}
#all .all-box .all-box-l .all-box-l_txt.all02{
	bottom: 10px;
}
#all .all-box .all-box-l .all-box-l_txt.all03{
	bottom: 10px
}
#all .all-box .all-box-l .all-box-l_txt.all04{
	bottom: 10px
}

#all .all-box .all-box-r p{
	margin-bottom: 10px;
	margin-top: 0;
	line-break: strict;
}
#all .all-box img{
	width: 100%;
    height: auto;
}
#imageData #imageDetails {
width: 39%;
}

.last-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.last-wrap img{
	width: 100%;
	height: auto;
}

.last-wrap .last-title{
	margin-bottom: 20px;
}



.upset-wrap .upset-column{
	display: flex;
	justify-content: space-between;
}
.upset-wrap .upset-column .upset-box{
	width: calc(50% - 15px);
	position: relative;
}
.upset-wrap .upset-column .upset-box::before{
	content: "";
	position: absolute;
	bottom: 54px;
	left: 0;
	background: url(img/balloon_02.png) no-repeat;
	background-size: 100%;
	width: 100px;
    height: 100px;
}
.upset-wrap img{
	width: 100%;
	height: auto;
}
.upset-wrap .upset-box .upset-title{
	background: #e60012;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.upset-wrap .upset-box a{
	margin-bottom: 10px;
	display: block;
}
/*-clearfix[float????]----------*/
/*clearfix*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

div#Other .clearfix {
display: inline-block;
height: 140px;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

.clearfix:after {
content:".";
display:block;
height:0.1px;
clear:both;
visibility:hidden;
overflow:hidden;
}

.clearfix {
min-height: 1px;
zoom:1;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/*-footer----------*/
#footer_body {
font-size: 12px;
width: 98%;
float: left;
margin: 30px 8px 350px;
border-top: 1px solid #000;
padding-top: 15px;
position: relative;
}

#footer_body .footer_left {
float: left;
font: normal "??fI??fO ??fD\?L\?E\A\?P";
letter-spacing: 0.05em;
position: absolute;
top: 6em;
left: 15px;
}

#footer_body .footer_center {
float: left;
position: absolute;
top: 20px;
left: 30%;
width: 400px;
}

#footer_body .footer_right {
float: right;
letter-spacing: 0.05em;
position: absolute;
top: 6em;
right: 5px;
}

#footer_body ul {
list-style: none;
}

#footer_body .page {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
margin-top: 8px;
color: #333333;
}

#footer_body .page_2 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_3 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_4 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_5 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_6 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_7 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_8 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .page_9 {
letter-spacing: 0.01em;
font-weight: 600;
float: left;
color: #333333;
padding-top: 0.6em;
}

#footer_body .on {
border-left: 5px solid #ff0000;
padding-left: 5px;
margin: 7px 0 0 13px;
line-height: 1.4em;
letter-spacing: 0.05em;
float: left;
}

#footer_body .off {
border-left: 5px solid #555555;
padding-left: 5px;
margin: 7px 0 0 13px;
line-height: 1.4em;
letter-spacing: 0.05em;
float: left;
}

#footer_body .on2 {
border-left: 5px solid #ff0000;
padding-left: 5px;
margin: 7px 0 0 5px;
line-height: 1.4em;
letter-spacing: 0.05em;
float: left;
}

#footer_body .off2 {
border-left: 5px solid #555555;
padding-left: 5px;
margin: 7px 0 0 5px;
line-height: 1.4em;
letter-spacing: 0.05em;
float: left;
}

#footer_body .top {
line-height: 1.4em;
letter-spacing: 0.05em;
float: none;
text-align: center;
margin-top: 20px;
}
.title02_title{
	text-align: center;
    margin: 15px 0;
}
.title02_title img{
	width: 483px !important;
	height: auto;
}