@charset "utf-8";
h2{
	font-weight: 500;
}

img{
	width: 100%;
	height: auto;
}

a{
	color: #000;
}

p {
    overflow-wrap: break-word;
    margin-bottom: 1%;
}

.post-body img {
    margin: 2% 0;
}

/*署名*/
.sign{
	text-align: right;
	margin-top: 30px;
}

/*----------------------------------------------Flexbox div,li----------------------------------------------*/
.twoflex,.threeflex,.fourflex,.fiveflex{
	display: flex;
	justify-content: space-between;
}
.twoflex div,.twoflex li{
	width: 49%;
}
.threeflex div,.threeflex li{
	width: 33%;
}
.fourflex div,.fourflex li{
	width: 24%;
}
.fiveflex div,.fiveflex li{
	width: 19%;
}



/*----------------------------------------------リスト----------------------------------------------*/
ul.nomal{
	margin: 15px 0 15px 1.7em;
}
ul.list,ul.target{
	list-style-type: none;
}
ul.list li,ul.target li{
	position: relative;
	padding-left: 20px;
}
ul.list li::before{
	content:'\e0ee';
	font-family: "Material Icons";
	font-size: 1em;
	color: #0E79D6;
	position: absolute;
	top: 4%;
	left: 0;
	display: inline-block;
}
ul.target li::before{
	content:'\E89E';
	font-family: "Material Icons";
	font-size: 1em;
	color: #0E79D6;
	position: absolute;
	top: 4%;
	left: 0;
	display: inline-block;
}






/*----------------------------------------------inf20200625----------------------------------------------*/
.inf20200625 ul{
	margin-left: 1.5em;
}
.inf20200625 .pick{
	border: 1px solid #000;
	padding: 40px;
	margin: 40px 0;
}

.inf20200625 .pick h3{
	margin: 20px 0 7px;
	font-weight: 500;
}
.inf20200625 .pick h3:first-of-type{
	margin-top: 0;
}
.inf20200625 .image h3{
	margin: 30px 0 20px;
	font-size: 1.3em;
	font-weight: 500;
}


/*----------------------------------------------inf20200506-sixstarsday----------------------------------------------*/
.sixstarsday{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #c1ddeb;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");
	background-attachment: fixed;
}
.sixstarsday .content{
	width: calc(90% - 80px);
	margin: 30px auto 0 auto !important;
	max-width: 1100px;
	margin: 0 auto ;
	padding: 50px 0;
	line-height: 1.7;
}
.sixstarsday .content h2{
	width: 70%;
	margin: 0 auto;
}
.sixstarsday .content p.att{
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 500;
	margin: 30px 0;
}
.sixstarsday .content p.att span{
	font-size: 0.8em;
	font-weight: 400;
}
.sixstarsday .content table{
	width: 100%;
	border-collapse:collapse;
	background: #FFF;
	font-size: 0.8em;
}
.sixstarsday .content table th{
	border: 1px solid #DFDFDF;
	background: #0090D4;
	color: #FFF;
	font-weight: 400;
	padding: 7px;
}
.sixstarsday .content table td{
	border: 1px solid #DFDFDF;
	padding: 7px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.sixstarsday .content h2{
	width: 100%;
	margin: 0 auto;
}
}


/*----------------------------------------------inf20210702-sixstarsday----------------------------------------------*/
.sixstarsday210702{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background: url(../img/event/6starsday-bg.jpg) repeat;
	background-size: 180px;
}
.sixstarsday210702 .mainvl{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 900px;
	background: url(../img/event/6starsdayvl.png) no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: cover;
}
.sixstarsday210702 .mainvl h2{
	width: 65%;
	max-width: 900px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sixstarsday210702 .content{
	width: calc(90% - 80px);
	margin: 30px auto 0 auto !important;
	max-width: 1100px;
	margin: 0 auto ;
	padding: 0 0 80px 0;
	line-height: 1.7;
}

.sixstarsday210702 .content table{
	width: 100%;
	border-collapse:collapse;
	background: #FFF;
	font-size: 0.8em;
}
.sixstarsday210702 .content table th{
	border: 1px solid #DFDFDF;
	background: #002B6D;
	color: #FFF;
	font-weight: 400;
	padding: 7px;
}
.sixstarsday210702 .content table td{
	border: 1px solid #DFDFDF;
	padding: 7px;
	text-align: center;
}

.sixstarsday210702 .mysubaru{
	background: #FFF;
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.sixstarsday210702 .mysubaru p a{
	display: block;
	background: #0C79D6;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	width: 60%;
	border-radius: 50px;
	margin: 20px auto 0;
	line-height: 1.3;
	padding: 10px 0;
	transition: ease all 0.3s;
	letter-spacing: 1px;
}
.sixstarsday210702 .mysubaru p a span{
	display: block;
	font-size: 0.8em;
}

.sixstarsday210702 .mysubaru p a:hover{
	background: #00A0DC;
}

@media screen and (max-width: 480px) {
.sixstarsday210702 .mainvl{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: 400px;
	background: url(../img/event/6starsdayvl.png) no-repeat;
	background-position: bottom center;
	position: relative;
	background-size: cover;
}
.sixstarsday210702 .mainvl h2{
	width: 87%;
	margin: 0 auto;
}
.sixstarsday210702 .content{
	padding: 0 0 50px 0;
}
.sixstarsday210702 .mysubaru{
	padding: 27px;
	margin-bottom: 20px;
}
.sixstarsday210702 .mysubaru p a{
	width: 100%;
	font-size: 1em;
}


}
@media screen and (min-width: 1300px){
	.sixstarsday210702 .mainvl{
	height: 1100px;
}
}



/*----------------------------------------------vacation----------------------------------------------*/
.vacation table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	font-size: 0.9em;
}

.vacation table th{
	font-weight: 400;
}

.vacation table th,.vacation table td{
	border: 1px solid #000;
	text-align: center;
	padding: 7px;
}

.vacation table td.holiday{
	color: #FF0000;
	background: #ffeff2;
}

.vacation table th:first-of-type{
	background: #e8ebed;
}

.vacation table th:last-of-type{
	background: #dee3e5;
}

.vacation.winter.winter2021 .first td,.vacation.winter.winter2021 .second td,.vacation.winter.winter2022 .first td,.vacation.winter.winter2022 .second td{
    width: calc(100% / 11);
    line-height: 1.5;
}

.vacation.winter .hatsuuri{
	background: #D9CA57;
	color: #C31B00;
	font-weight: 400;
}

.vacation.winter .hatsuuri2{
    background: #b7e874;
    color: #C31B00;
    font-weight: 400;
}

.vacation.winter.winter2022 .att{
    margin-top: 3%;
    color: #C31B00;
}

.vacation.vacation2208 table td{
	width: calc(100% / 10);
	line-height: 1.5;
}

.vacation.gw2023 table td{
	width: calc(100% / 8);
	line-height: 1.5;
}


/*----------------------------------------------corona20210226----------------------------------------------*/
.corona {
	background: #f9f9f9;
    padding: 5%;
}
.corona .main {
    background: #FFF;
    padding: 5%;
}
.corona div img{
	margin: 30px 0;
}

.corona h3{
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: 2px;
}

.corona .list{
	margin-top: 20px;
}

.corona a{
	color: #000;
	transition: ease all 0.3s;
	text-decoration: underline;
}
.corona a:hover{
	text-decoration-color: transparent;
	color:#0E79D6;
}


/* covid
------------------------------------------------*/
.corona h2 {
	text-align: center;
}
.corona .main > p:nth-of-type(2) {
	margin: 10px 0 30px;
}
.corona .main .taisaku {
	border: 1px solid #000;
	padding: 30px;
	margin-bottom: 20px;
}
.corona .main .taisaku h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.corona .main .taisaku h3:first-of-type {
	margin-top: 0;
}
.corona .main .taisaku ul {
	margin-left: 1.5em;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.corona .main a {
	background: #1D74C6;
	border: 1px solid #1D74C6;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 80%;
    margin: 0 auto;
	padding: 10px 0;
	transition: ease all 0.3s;
}
.corona .main a:hover {
	background: #fff;
	color: #1D74C6;
}
.wpulike.wpulike-robeen {
    display: none;
}
.corona .btnarea {
    margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.corona .main{
		padding: 7%;
	}
	.corona h2{
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom:20px;
	}
	.corona .list{
		margin-top: 10px;
	}
	.corona .main a {
    width: 100%;
    line-height: 1.5;
	}
	.corona .main .taisaku{
		padding: 7%;
	}
}


/*---------------------------------------------gold-----------------------------------------------*/
.gold20210416 ul.target{
	margin-top: 20px;
}
.gold20210416 h3{
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}


/*----------------------------------------------採用サイト公開----------------------------------------------*/

.recruit-new .mainvl{
	margin: 30px auto;
	border:1px solid #DFDFDF;
	line-height: 1;
}
.recruit-new .fourflex{
	margin: 30px 0;
}


/*----------------------------------------------ホワイト500----------------------------------------------*/
.20210428white500 ul.list,.20210428white500 ul.target{
	margin-top: 30px;
}

/*----------------------------------------------サービス受付時間変更のお知らせ----------------------------------------------*/

.service20210226 .important{
	font-weight: 500;
	font-size: 1.4em;
	margin: 30px 0;
	padding: 20px 40px;
	background: #edf6ff;
}
.service20210226 .important .point{
	color: #FF0000;
	font-size: 1.2em;
}

/*----------------------------------------------welove----------------------------------------------*/
.welove210610 p{
	margin-bottom: 30px;
}
.welove210610 ul{
	list-style-type: none;
}
.welove210610 p.textright{
	text-align: right;
	margin-top: 30px;
}
.welove210610 p.centerphoto{
	width: 45%;
	margin: 40px auto;
	text-align: center;
}
.welove210610 p.centerphoto span{
	font-size: 0.8em;
}
@media screen and (max-width: 480px) {
	.welove210610 p.centerphoto{
		width: 60%;
		margin: 20px auto;
	}
}

/*----------------------------------------------ライフセービングカー 車両引き渡し式----------------------------------------------*/
.ls210719 p{
	margin-bottom: 30px;
}
.ls210719 .image{
	width: 70%;
	margin: 50px auto;
	text-align: center;
}
.ls210719 p.right{
	text-align: right;
}

/*----------------------------------------------なりすまし----------------------------------------------*/
.insta-att210803 p{
	margin-bottom: 20px;
}
.insta-att210803 p.right{
		text-align: right;	
}
.insta-att210803 h3{
	font-weight: 400;
	font-size: 1em;
	margin: 60px 0 20px 0;
}
.insta-att210803 table{
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.insta-att210803 th{
	font-weight: 400;
	border: 1px solid #000;
	padding: 7px;
	text-align: left;
}
.insta-att210803 td{
	border: 1px solid #000;
	padding: 7px;
	text-align: left;
}
@media screen and (max-width:480px){
	.insta-att210803 h3{
	margin: 40px 0 20px 0;
}
}

/*----------------------------------------------不適切な取り扱い----------------------------------------------*/
.mysubaru211028 p{
	margin-bottom: 20px;
}
.mysubaru211028 p.right{
		text-align: right;	
}

.mysubaru211028 p span{
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
}
.mysubaru211028 h2{
	font-weight: 500;
	font-size: 1.1em;
	margin: 40px 0 20px 0;
}
.mysubaru211028 table{
/* 	border: 1px solid #000; */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.mysubaru211028 th{
	font-weight: 400;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px dotted #000;
	padding: 7px;
	text-align: left;
	width: 24%;
}
.mysubaru211028 td{
	font-weight: 400;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: 1px solid #000;
	padding: 7px;
	text-align: right;
	width: 8%;
}
.mysubaru211028 td.none{
	border: none;
}
@media screen and (max-width:480px){
	.mysubaru211028 h2{
	margin: 20px 0 10px 0;
}
.mysubaru211028 th{
	width: 21%;
}
.mysubaru211028 td{
	width: 12%;
}
}

/*----------------------------------------------ドライブマップ----------------------------------------------*/
.drivemap202111 p{
	margin-bottom: 20px;
}

.drivemap202111 p.lead{
	font-size: 1.5rem;
	text-align: center;
	font-weight: 400;
	margin: 7% 0 7%;
	line-height: 2;
}

.drivemap202111 p.right{
		text-align: right;	
}

.drivemap202111 .bnr{
	width: 50%;
	margin: 3% auto;
	text-align: center;
}

@media screen and (max-width:480px){
.drivemap202111 p.lead{
	font-size: 0.85rem;
}
.drivemap202111 .bnr{
	width: 100%;
	margin: 3% auto;
	text-align: center;
}
}

/*----------------------------------------------宮城スバル クルマを走らせる550万人の仲間とともに----------------------------------------------*/
.main20220104 .charenge{
	background: #f9f9f9;
	padding: 4% 7%;
	margin: 4% auto;
	width: 80%;
}

.main20220104 p{
	margin: 2% 0;
}

.main20220104 .center{
	text-align: center;
}

.main20220104 .message{
	text-align: center;
	font-weight: 500;
	font-size: 1.3rem;
	margin: 3% 0 0;
}

/*Youtube*/
.main20220104 .video{
	margin: 0 auto;
	width: 80%;
	padding: 40px 0;
}

.main20220104 .video .wrap_box {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.main20220104 .video .wrap_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.main20220104 .link{
	margin: 5% 0;
}

.main20220104 .link ul{
	margin-left: 1.5em;
}

.main20220104 .right{
	text-align: right;
}

@media screen and (max-width:480px){
	.main20220104 .charenge{
		width: 100%;
	}
	.main20220104 .video{
		padding: 20px 0 30px;
		width: 100%;
	}
	.main20220104 .center{
		text-align: left;
	}
	.main20220104 .message{
		font-size: 1rem;
	}
}



/*-------------------------------------------------------recruit202202-------------------------------------------------------*/

.recruit202202 .anchor{
	padding-top:100px;
	margin-top:-100px;
	display: block;
}

.recruit202202 .recruit-nav{
	width: 80%;
	margin: 0 auto 3%;
	display: flex;
	justify-content: center;
		flex-wrap: wrap;
}

.recruit202202 .recruit-nav p{
	width: 25%;
	margin: 1%;
	font-size: 0.9rem;
}

.recruit202202 .recruit-nav p a{
	display: block;
	background: #0E79D6;
	text-align: center;
	text-decoration: none !important;
	color: #FFF !important;
	padding: 10px 0;
}

.recruit202202 h2{
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.recruit202202>h2:nth-of-type(2){
	margin-top: 5%;
}

.recruit202202 table{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #000;
}
.recruit202202 table th{
	background: #e6eff7;
	padding: 5px 7px;
	font-size: 0.9rem;
	color: #000;
	font-weight: bold;
	width: 20%;
	border: 1px solid #000;
}

.recruit202202 table td{
	padding: 5px 7px;
	font-size: 0.9rem;
	color: #000;
	width: 80%;
	border: 1px solid #000;
}
@media screen and (max-width: 896px) {
	.recruit202202 .anchor{
		padding-top:30px;
		margin-top:-30px;
	}
	.recruit202202 .recruit-nav{
		width: 100%;
		margin: 0 auto 3%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.recruit202202 .recruit-nav p{
		width: 45%;
		margin: 1%;
		font-size: 0.8rem;
	}
	.recruit202202 h2{
		font-size: 1rem;
	}
	.recruit202202 table{
		width: 100%;
		max-width: inherit;
		margin: 0;
	}
	.recruit202202 table th{
		font-size: 0.8rem;
		width: 20%;
	}
	
	.recruit202202 table td{
		font-size: 0.8rem;
	}
}


/*-------------------------------------------------------CM動画埋め込み-------------------------------------------------------*/
.cm202112 .movie{
	width: 80%;
	margin: 0 auto;
}

.cm202112 p{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin: 30px 0;
	color: #000;
	letter-spacing: 2px;
}
@media screen and (max-width: 896px) {
	.cm202112 .movie{
	width: 100%;
}

.cm202112 p{
	font-size: 1.1em !important;
	margin: 30px 0 10px;
}
}


/*天童店特別展示 SOLTERRA STI CONCEPT
・KAKIMOTO RACING マフラーキャンペーン!!
------------------------------------------------------------*/
.b4final .main {
    padding: 3% 6%;
}
.b4final .main .ind {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.b4final .main .ind div {
    width: 48%;
}
.b4final .main .ind.solterra div {
	width: 32%;
}
.b4final .main .ind a {
    display: block;
    color: #FFF !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    background: #c90e0e;
    padding: 3%;
    border: 2px solid #c90e0e;
    border-radius: 50px;
    letter-spacing: 0.1em;
    font-size: 1.2vw;
    transition: 0.3s all ease;
    box-sizing: border-box;
}
.b4final .main .ind a:hover {
    background: #FFF;
    color: #c90e0e !important;
}
.ucar-info211114{
	background-color: #000000;
	background-image: url("https://www.transparenttextures.com/patterns/bo-play.png");
	background-size: inherit;
	background-repeat: repeat;
}
.ucar-info211114 h2.search{
	font-size: 1.7rem;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin: 3% 0 1%;
}

.ucar-info211114 .point{
	margin-top: 7%;
}

.ucar-info211114 .point h3{
	color: #FFF !important;
	font-size: 1.5rem
}

.ucar-info211114 .point p{
	color: #FFF !important;
}

.ucar-info211114 .point .image{
	background: #FFF;
	padding: 30px;
	width: 60%;
	margin: 3% auto;
}

@media screen and (max-width: 896px) {
	.b4final .main .ind {
    	margin-top: 5%;
		flex-direction: column;
		gap: 10px 0;
	}
	.b4final .main .ind div {
    	width: 100%;
	}
	.b4final .main .ind.solterra div {
		width: 100%;
	}
	.ucar-info211114{
		background-attachment: inherit;
	}
	.ucar-info211114 h2.search{
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.ucar-info211114 .point h3{
	font-size: 1.1rem
}
.ucar-info211114 .point .image{
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
}
.b4final .main .ind a {
    font-size: 0.9rem;
}
}



/* 画像横並び時 */
.main-first .two-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-first .two-flex div {
	width: 48%;
}
@media screen and (max-width:480px) {
	.main-first .two-flex div {
		width: 100%;
	}
}

.info220530 img{
	width: 100%;
}

.info220530 .btn{
	width: 80%;
	margin: 3% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:10px;
}

.info220530 .btn p{
	width: 48%;
}

.info220530 .btn a{
	display: block;
	background: #DD5671;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	border: 2px solid #DD5671;
	transition: ease all 0.3s;
}

.info220530 .btn a:hover{
	background: #FFF;
	color: #DD5671;
}
@media screen and (max-width:480px) {
	.info220530 .btn p{
		width: 100%;
	}
}

/*山形スバル ディーラー体感 DAY 開催
------------------------------------------------------------*/
.dealer22 .mainvl {
	 margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.dealer22 .mainvl img {
	margin: 0;
}
.dealer22 section {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 70px;
}
.dealer22 h2 {
	margin: 80px 0 40px;
}
.dealer22 p {
	margin-bottom: 0;
}
.dealer22 h2,
.dealer22 p {
	text-align: center;
}
.dealer22 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 60px 0 50px;
}
.dealer22 table tr {
	border-bottom: 1px solid #999;	
}
.dealer22 table th,
.dealer22 table td {
	padding: 15px 40px 15px;
}
.dealer22 table th {
	text-align: left;
}
.dealer22 table td {
	text-align: left;
}
.dealer22 .btn a {
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
	background: #74B7D8;
	border: 2px solid #74B7D8;
	border-radius: 999px;
	transition: .5s;
}
.dealer22 .btn a:hover {
	color: #74B7D8;
	background: #fff;
}
.dealer22 li {
	list-style: none;
}
.dealer22 h3 {
	margin-bottom: 8px;
}
.dealer22 .cm202112 p {
	font-weight: 500;
	font-size: 1.5em;
	margin: 0 0 30px
}
@media screen and (max-width:480px) {
	.dealer22 section {
		width: 100%;
		padding-bottom: 50px;
	}
	.dealer22 h2 {
		font-size: 1.2em;
		margin: 40px 0 30px;
	}
	.dealer22 table {
		margin: 30px 0 20px;
	}
	.dealer22 table th,
	.dealer22 table td {
		padding: 15px;
	}
	.dealer22 .btn a {
		width: 70%;
	}
	.dealer22 .cm202112 p {
		margin: 0 0 15px;
	}
}