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

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

a{
	color: #000;
}

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

p {
    margin-bottom: 1%;
}

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

/*----------------------------------------------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;
}

@media screen and (max-width: 480px) {
	.corona .list{
		margin-top: 10px;
	}
}


/* 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 a {
		width: 100%;
		line-height: 1.5;
	}	
}
/*---------------------------------------------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;
	}
}


/* オンラインイベント「スバルディーラー体感ＤＡＹ２０２３」開催！
------------------------------------------------------------ */
.photorepo table {
	width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 10px 0;
}
.photorepo table th {
    background: #e6eff7;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: left;
    width: 30%;
}
.photorepo table tr th,
.photorepo table tr td {
    padding: 15px;
    border: 1px solid #000;
}


/*星さん画像とインフォボタン*/

.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 p.full{
	width: 100%;
}

.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%;
	}
}