@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/

.column a:link,
.column a:visited,
.column a:active {
	color: #000;
}

.column a:hover {
	color: #000 !important;
}

.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.column h2 {
	color: #005ec2;
	text-align: center;
	font-size: 1.3rem;
	line-height: normal;
	margin-bottom: 1rem;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	padding: 0 !important;
	background: none !important;
}

.main-title {
	margin: 0;
	position: relative;
	font-size: 40px;
	text-align: center;
	color: #005ec2;
	line-height: 150%;
}

.after {
	display: block;
	font-size: 14px;
	position: relative;
	width: 300px;
	margin: -10px auto 0 auto;
	background-color: #fff;
}
.after .en-text {
    background-color: #fff;
    padding: 1em 1.5em;
    position: relative;
}
.after:before {
	content: '';
	height: 1px;
	background-color: #005ec2;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	width: 200%;
	left: -50%;
}

#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 3em;
	font-size: 16px;
}

@media screen and (max-width:880px) {
	#undercolumn {
	font-size: 14px;
	}
}

#undercolumn img,
#undercolumn iframe {
	width: 100%;
}

#scover {
	/*車種別検索で隠れる為*/
	padding-top: 100px;
    margin-top: -100px;
}

h4 {
	width: 100%;
	text-align: left;
	font-size: 2em;
	color: #7A7A7A !important;
	border-bottom: 2px solid #000;
	margin-bottom: 0.8em;
	margin-top: 2rem;
	background-color: #fff !important;
}

h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right: 5px;
	color: #005ec2;
	/*アイコンの色*/
}

@media screen and (max-width:880px) {
	h4 {
	text-indent: -1.25em;
	padding-left: 1.25em !important;
}


}

.setsumei {
	margin-bottom: 30px;
}

.setsumei div {
	margin: 1em auto;
	width: 90%;
}

#undercolumn dl {
	margin-bottom: 3em;
}

#undercolumn dt {
	position: relative;
	padding: 0.5em 0.5em 0.5em 1.5em;
	line-height: 1.4;
	color: #004b9b;
	font-size: 18px;
}

#undercolumn dt:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	position: absolute;
	font-size: 1em;
	left: 0.25em;
	top: 0.5em;
	color: #004b9b;
}

#undercolumn dd {
	width: 90%;
	margin: 0 auto 20px auto;
}

#undercolumn dd b {
	font-size: 2rem;
	color: #004b9b;
}

span.tyuuir {
	color: #ce0000;
	font-weight: bold;
	font-size: 1.15rem;
}

i.fa-triangle-exclamation {
	font-size: 2rem !important;
	margin-right: 0.5rem;
}

h3.omoji {
	text-align: center;
	font-weight: bolder;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	line-height: 150%;
}

h3.hred {
	background-color: #ce0000;
	color: #fff;
	padding: 0.25em 1em;
	display: block;
	width: fit-content;
	margin: 1rem auto;
	line-height: 150%;
}

h3.red {
	text-align: center;
	display: inline;
	padding: 0.25em 0.5em;
	color: #ce0000;
	border-bottom: #ce0000 5px solid;
}

@media screen and (max-width:880px) {
	h3.hred {
		padding: 0.5em;
		display: block;
		width: 100%;
	}
	h3.red {
		display: inline;
		padding: 0;
	}
}


h3.hbk {
	background-color: #000;
	color: #FFF;
	padding: 0.25em;
	line-height: 150%;
}

.mb2 {
	margin-bottom: 2rem !important;
}
.mb1 {
	margin-bottom: 1rem !important;
}

div.kiiro {
	background-color: rgb(255, 249, 182);
	padding: 0.5em 1em;
}

span.bblue {
	font-size: 1.25rem;
	font-weight: bold;
	color: #004b9b;
}

p.taisakutw {
	font-size: 1.7rem;
	font-weight: bolder;
	color: #004b9b;
	margin: 1em auto;
	text-align: center;
}

.sec {
	padding: 0px 0px 20px;
}

.sec02 {
	padding-top: 120px;
}


ul.hanbun {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 3rem;
	margin: 1rem auto 0 auto;
}

ul.hanbun li {
	width: 49%;
	box-sizing: border-box;
	border: #004b9b 10px solid;
	border-radius: 20px;
	margin-bottom: 1rem;
	padding: 1rem;
}

ul.hanbun li p:first-of-type {
	border-bottom: 2px solid #004b9b;
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1.25rem;
}

@media screen and (max-width:880px) {
	ul.hanbun {
	width: 100%;
	padding-bottom: 2rem;
}

	ul.hanbun li {
	width: 100%;
	border: #004b9b 5px solid;
	padding: 0.8rem;
}
}

.triangle {
	position: relative;
}

.triangle:after {
	content: "そんな時におすすめなのが";
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding-top: 0.5em;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	background: #d40101;
	height: calc(190px / 2);
	width: 90%;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width:880px) {
	.triangle:after {
	content: "そんな時に\Aおすすめなのが";
	padding-top: 0.25em;
	font-size: 1.4rem;
	width: 100%;
	white-space: pre;
	height: calc(240px / 2);
}
}

h3.osusume {
	text-align: center;
	font-size: 2.7rem;
	font-weight: bolder;
	color: #ce0000;
	line-height: 150%;
}

@media screen and (max-width:880px) {
	h3.osusume {
	font-size: 2rem;
	letter-spacing: -0.1em;
}
}

dl.merit {
	border-radius: 20px;
	border: 5px solid rgb(235, 75, 0);
}

dl.merit dt:before {
	content: inherit !important;
}

dl.merit dt {
	font-weight: bolder;
	text-align: center;
	font-size: 2rem !important;
	color: #FFF !important;
	background-color: rgb(235, 75, 0);
	margin-bottom: 1.05rem;
	padding: 0.5em 1em !important;
}

dl.merit dt i {
	margin-right: 0.5em;
}

@media screen and (max-width:880px) {
	dl.merit dt {
	font-size: 1.6rem !important;
}
}

dl.merit dd {
	padding: 0;
	font-size: 1.5rem;
	text-indent: -1.1em;
	padding-left: 1.1em;
	line-height: 1.5em;
	font-weight: bolder;
}

dl.merit dd:last-child {
	padding-bottom: 1.5rem;
}

dl.merit dd i {
	width: 1.1em;
	height: 1.1em;
	padding: 0 0 0 1.25em;
	text-align: center;
	color: orangered;
}

dl.merit dd span {
	background: linear-gradient(transparent 70%, rgb(255, 242, 142) 70%);
	color: #d40101;
}

@media screen and (max-width:880px) {
	dl.merit dd {
	font-size: 1.25rem;
}
}

.flexbox,
.shaken {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.flexbox p {
	width: 100%;
	margin-bottom: 1em;
}

.flexbox div {
	width: 28%;
}

.shaken .shaken-img {
	width: 49%;
	height: auto;
}

.freebox {
	display: flex;
	justify-content: space-between;
}

.freebox div {
	width: 45%;
}

.freebox div img {
	border: #000 2px solid;
}

.freebox table {
	width: 45%;
	margin: auto 0;
	line-height: 2.5em;
}

.freebox table tr {
	margin-bottom: 1em;
}

.freebox table a,
.button,
.telbutton {
	display: block;
	text-align: center;
	background: #006fde;
	border-radius: 20px;
	color: #fff !important;
	width: 100%;
	margin: 0.5em auto;
}

.button {
	background: #ce0000;
	height: 54px;
	line-height: 54px;
	font-weight: bold;
}

.button a,
.telbutton {
	color: #fff !important;
}

.telbutton {
	width: 45%;
	padding: 0.8em;
	font-size: 1.5em;
	line-height: 150%;
}

.center {
	text-align: center;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.fat {
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 2em;
	text-align: center;
}

.sp {
	display: none;
}

@media screen and (max-width:880px) {
	#undercolumn {
		padding: 0;
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.main-title {
		font-size: 30px;
		margin-bottom: 0.5em;
	}

	.after {
		width: 260px;
		margin: 0 auto;
	}

	.after:before {
		width: 148%;
		left: -25%;
	}

	h4 {
		font-size: 18px;
	}

	.flexbox {
		flex-direction: column;
	}

	.flexbox div {
		display: flex;
		width: 100%;
		margin-bottom: 1em;
	}

	.flexbox div img {
		width: 40% !important;
		height: 40% !important;
		margin-right: 0.5em;
	}

	.shaken .shaken-img {
		width: 90%;
		height: auto;
		margin-bottom: 1em;
	}

	span .sp dd {
		width: 70%;
	}

	.freebox {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	.freebox div {
		width: 100%
	}

	.freebox table {
		margin: 1em auto;
		width: 80%;
	}

	.freebox table th,
	.freebox table td {
		width: 25%;
	}

	.freebox table td:last-child {
		width: 50%;
		padding-left: 0.5em;
		box-sizing: border-box;
	}

	.telbutton {
		width: 90%;
		padding: 0.8em;
		font-size: 1.2em;
	}

	#cover iframe {
		height: 510px;
	}
}



/* 追加 */
/* fix side menu */
/* 右メニュー */
ul.fixSideMenu {
	position: fixed;
	top: 30%;
	right: 12px;
	z-index: 100;
}

ul.fixSideMenu li {
	padding: 0;
   background-color: rgba(0, 191, 255);
	height: 80px;
	width: 80px;
	margin-bottom: 10px;
}

ul.fixSideMenu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 700;
}

/*ul.fixSideMenu li a:hover {
	background-color: rgba(0, 191, 255);
	color: #FFF;
} */

@media screen and (max-width: 750px) {
	ul.fixSideMenu {
		top: auto;
		bottom: 0px;
		left: 0;
		display: flex;
		width: 100%;
		justify-content: center;
	}

	ul.fixSideMenu li {
		height: 50px;
		width: 100%;
		margin-bottom: 0;
	   /* border-right: 1px solid #FFF; */
	}

	ul.fixSideMenu li:last-child {
		border-right: none;
	}

	ul.fixSideMenu li a {
		font-size: 24px;
	   /* letter-spacing: -1px !important; */
		background-color: rgba(0, 191, 255);
	}

  /*  ul.fixSideMenu li a:hover {
		background-color: rgba(0, 191, 255, 0.5); 
	}　*/
}               
.pcpicture { display: block !important; }
.sppicture {
  display: none !important;
}
             
 @media only screen and (max-width: 750px){
	.pcpicture { display: none !important; }
	.sppicture {
		display: block !important;
		width: 100%;
	}
}                   
