@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: "Migu1cCJK";
	font-style: normal;
	font-weight: 400;
	src:url("/upload/font/Migu1c-cjk-regular.eot");
	src:url("/upload/font/Migu1c-cjk-regular.eot?#iefix") format("embedded-opentype"),
		url("/upload/font/Migu1c-cjk-regular.woff2") format("woff2"), 
		url("/upload/font/Migu1c-cjk-regular.woff") format("woff"),
		url("/upload/font/Migu1c-cjk-regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Migu1cCJK";
	font-style: normal;
	font-weight: 700;
	src:url("/upload/font/Migu1c-cjk-bold.eot");
	src:url("/upload/font/Migu1c-cjk-bold.eot?#iefix") format("embedded-opentype"),
		url("/upload/font/Migu1c-cjk-bold.woff2") format("woff2"), 
		url("/upload/font/Migu1c-cjk-bold.woff") format("woff"),
		url("/upload/font/Migu1c-cjk-bold.ttf") format("truetype");
	font-display: swap;
}
@font-face { /* loading font file "autoway icon set" */
	font-family: "typicalo";
	src: url("/upload/font/typicalo.eot");
	src: url("/upload/font/typicalo.eot?#iefix") format("embedded-opentype"),
		 url("/upload/font/typicalo.woff") format("woff"),
		 url("/upload/font/typicalo.ttf") format("truetype");
}


/*---------------------------------------------
common reset

既存の効果をリセットしております

----------------------------------------------*/
#header .header_block .header_menu {
	width: auto;
	float: none;
}
#header .header_block .main_menulist {
	width: auto;
	height: auto;
    border-radius: 0;
    margin-top: 0;
}
#header .header_block .main_menulist li {
    width: auto;
    height: auto;
    line-height: initial;
    border-right: none;
    border-left: 1px solid #fff;
}
#header .header_block .main_menulist li a {
    height: auto;
    line-height: initial;
    text-decoration: none;
    background: none;
	text-shadow: none;
}
/*---------------------------------------------
追加CSS common
----------------------------------------------*/
.sp { display: none;}


#container section {
    /*font-family: "Migu1cCJK", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;*/
    font-size: 14px;
    line-height: 24px;


/* 納品時に外す */
    font-family: "M PLUS 1p";
    transform: rotate(0.05deg);
/*-------------*/


}
section h2 {
    background: url(/upload/contents/whats/img/ttl_border01.png) left center no-repeat;
	background-size: 15px 100%;
    padding: 0 0 10px 30px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
}
section h2 small {
    color: #ff6600;
}
section small {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    text-indent: -15px;
}




#header #mainNav {
	position: absolute;
	right:0;
	bottom: 0;
}
#header #mainNav li {
    width: 135px;
}
#header #mainNav a {
	box-sizing: border-box;
	height: 55px;
	padding-top: 8px;
	line-height: 20px;
	background: url(/upload/contents/whats/img/mainNav_bg01.png) repeat-x;	
}
#header #mainNav .m-nav03 a {
	background: url(/upload/contents/whats/img/mainNav_bg02.png) repeat-x;
}
#header #mainNav .m-nav05 a {
	background: url(/upload/contents/whats/img/mainNav_bg03.png) repeat-x;
}


.pos {
	position: absolute;
}

/*---------------------------------------------

タイヤピットとは？

----------------------------------------------*/

.whatBox {
	margin-bottom: 50px;
}
.whatBox .whatBox-ttl {
    position: relative;
    padding-left: 70px;
	margin-bottom: 20px;
}
.whatBox .whatBox-ttl .icon {
    position: absolute;
    left:0;
	bottom:0;
}
.whatBox .whatBox-ttl h4 {
	font-size: 22px;
	font-weight:bold;
}
.whatBox .whatBox-ttl p {
	font-size: 18px;
	font-weight:bold;
}

.whatBox-inner {
	height: 530px;
	position: relative;
}
.whatBox-inner ul li,
.whatBox-inner .txt01,
.whatBox-inner .link01 {
	position: absolute;
}
.whatBox-inner ul li {
	font-size: 14px;
	font-weight:bold;
	line-height: 2;
}
.whatBox-inner ul li strong{
	font-size: 18px;
	line-height: 1.2;
	display: block;
	margin-top: 5px;
}
.whatBox-inner .txt01 {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	line-height: 25px;
}

.whatBox-inner .link01 {
	width: 370px;
    border-radius: 10px;
	right: 30px;
	bottom: 30px;
}
.whatBox-inner .link01 a {
	display:block;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	text-align:center;
	text-decoration: none;
	color: #fff;
    position: relative;
    bottom: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.whatBox-inner .link01:hover a {
    bottom: 0;
}
.whatBox-inner .link01 a:after {
    margin-left: 5px;
    position: relative;
    bottom: -3px;
}

.whatBox#wB01 .whatBox-ttl p {
	color: #ff3c70;
}
.whatBox#wB01 .whatBox-inner {
	background: url(/upload/contents/whats/img/wB_bg01.jpg) no-repeat;
}
.whatBox#wB01 .whatBox-inner .pos01 {
	top: 65px; left: 65px;
}
.whatBox#wB01 .whatBox-inner .pos02 {
	top: 160px; left: 270px;
}
.whatBox#wB01 .whatBox-inner .pos03 {
	top: 340px; left: 360px;
}

.whatBox#wB01 .whatBox-inner .txt01 {
	top: 90px; right: 245px;
}

.whatBox#wB01 .whatBox-inner .link01 {
    background: #e02c5c;
}
.whatBox#wB01 .whatBox-inner .link01 a {
	background: #ff3c70;
}
.whatBox#wB01 .whatBox-inner .link01 a:after {
	content: url(/upload/contents/whats/img/wB_arrow01.png);
}


.whatBox#wB02 .whatBox-ttl p {
	color: #32c000;
}
.whatBox#wB02 .whatBox-inner {
	background: url(/upload/contents/whats/img/wB_bg02.jpg) no-repeat;
}

.whatBox#wB02 .whatBox-inner .pos01 {
	top: 84px; left: 47px;
}
.whatBox#wB02 .whatBox-inner .pos02 {
	top: 65px; left: 250px;
}
.whatBox#wB02 .whatBox-inner .pos03 {
	top: 230px; left: 350px;
}
.whatBox#wB02 .whatBox-inner .pos04 {
	top: 375px; left: 364px;
}

.whatBox#wB02 .whatBox-inner .txt01 {
	top: 105px; right: 214px;
}

.whatBox#wB02 .whatBox-inner .link01 {
    background: #248b00;
}
.whatBox#wB02 .whatBox-inner .link01 a {
	background: #32c000;
}
.whatBox#wB02 .whatBox-inner .link01 a:after {
	content: url(/upload/contents/whats/img/wB_arrow02.png);
}



/*---------------------------------------------

サテライトショップとは？

----------------------------------------------*/
.sateliteWrap * {
	box-sizing:border-box;
}
.sateliteWrap .fv {
	margin-bottom: 40px;
}
.sateliteWrap .sateliteBox {
	margin-bottom: 70px;
}
.sateliteWrap .sateliteBox .cmn-ttl {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	padding-left: 60px;
	margin-bottom: 20px;
	position: relative;
	background: #00509a url(/upload/contents/whats/img/ttl_border02.png) no-repeat 20px 15px;
}
.sateliteWrap .sateliteBox .cmn-ttl span {
    font-size: 30px;
}

/* sB01 */
#sB01 .box {
    border: solid 3px #00509a;
    padding: 10px 20px 20px;
	position: relative;
}
#sB01 .box .txt01 {
    font-size: 18px;
	font-weight: 500;
    line-height: 1.7;
}
#sB01 .box .txt01 strong{
    font-weight: bold;
    color: #00509a;
}
#sB01 .box .pos {
    right: 20px;
    bottom: 0px;
}

/* sB02 */
#sB02 ul li {
	min-height: 360px;
	padding: 0 20px;
	position: relative;
}
#sB02 ul li h4{
	margin: 0 0 20px;
}
#sB02 ul li .fuki {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.03em;
	padding: 15px;
	margin: 0 20px 20px 34px;
	position: relative;
	border-radius: 5px;
}
#sB02 ul li .fuki:after {
	content: '';
	display:block;
	width: 34px;
	height:17px;
	margin-top: -8.5px;
	background-size: cover !important;
	position: absolute;
	left: -33px;
	top: 50%;
	z-index: 10;
}
#sB02 ul li .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

#sB02 ul li:nth-child(1) {
    background: #fff5f9;
}
#sB02 ul li:nth-child(1) .fuki {
    color: #fe4277;
	border: solid 3px #fe4277;
}
#sB02 ul li:nth-child(1) .fuki:after {
	/* background: url(/upload/contents/whats/img/satelite_sec02_fuki01.png) no-repeat; */
}
#sB02 ul li:nth-child(1) .pos {
	left: 20px; bottom:0;
}

#sB02 ul li:nth-child(2) {
    background: #fffce4;
}
#sB02 ul li:nth-child(2) .fuki {
    color: #ff9c00;
	border: solid 3px #ff9c00;
}
#sB02 ul li:nth-child(2) .fuki:after {
	/* background: url(/upload/contents/whats/img/satelite_sec02_fuki02.png) no-repeat; */
}
#sB02 ul li:nth-child(2) .pos {
	left: 20px; bottom:0;
}

#sB02 ul li:nth-child(3) {
    background: #e5f3ff;
}
#sB02 ul li:nth-child(3) .fuki {
    color: #00509a;
	border: solid 3px #00509a;
}
#sB02 ul li:nth-child(3) .fuki:after {
	/* background: url(/upload/contents/whats/img/satelite_sec02_fuki03.png) no-repeat; */
}
#sB02 ul li:nth-child(3) .pos {
	left: 0; bottom:0;
}

/* sB03 */
#sB03 {
	background: #f5f5f5;
}
#sB03 .searchShop {
	overflow: hidden;
	position: relative;
	padding: 10px;
}
#sB03 .searchShop:after{
	content: url(/upload/contents/whats/img/satelite_sec03_img02.png);
	position: absolute;
	right: 20px;
	bottom: 90px; /* rep T01070 */
}
#sB03 .searchShopMap {
    width: 740px; /* rep T01070 */
    float: left;
}
#sB03 .searchShopArea {
    width: 200px; /* rep T01070 */
	padding: 0 15px;
    float: right;
}
#sB03 .searchShopArea .areaList{
}
#sB03 .searchShopArea .areaList h4 {
    color: #fff;
	font-size: 20px; /* rep T01070 */
	font-weight: bold;
	text-align:center;
	line-height: 40px;
	background: #00509a;	
}
#sB03 .searchShopArea .areaList ul {
	overflow: hidden;
	border-left: solid 1px #ccc;
}
#sB03 .searchShopArea .areaList ul li {
	width: 100%; /* rep T01070 */
	box-sizing: border-box;
	float:left;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#sB03 .searchShopArea .areaList ul li a {
	display:block;
	font-size: 16px;
	color: #00509a;
	padding: 0 10px;
	line-height: 40px;
	text-decoration: none;
	position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
        cursor: pointer;
}
#sB03 .searchShopArea .areaList ul li a:after {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
	margin-top: -5px;
    border: 1px solid #222;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    text-indent: -9999em;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 50%;
}
#sB03 .searchShopArea .areaList ul li a:hover {
	background: #fff0b4;
}

/* sB04 */


/* sB05 */
#sB05 .cmn-ttl {
	margin-bottom: 0;
}
#sB05 .box {
    padding: 30px 20px 20px;
	background: #f5f5f5;
}
#sB05 .box .img {
	margin: 0 0 10px;
}
#sB05 .box ul {
    padding: 30px 15px;
	background: #ffff00;
	border-radius: 5px;
}
#sB05 .box ul li {
	font-size: 17px;
	font-weight: bold;
	color: #00509a;
	line-height: 2;
	letter-spacing: 0.03em;
}

/* sB06 voice */
#sB06 {
    background: #f5f5f5;
	padding-bottom: 50px;
}
#sB06 .cmn-ttl {
	margin-bottom: 65px;
}
#sB06 .cmn-ttl:after {
	display: block;
	content: '';
	width: 192px;
	height: 42px;
	margin-left: -96px;
	background: url(/upload/contents/whats/img/voice_arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
	left: 50%;
	bottom: -42px;
	z-index: 10;
}
#sB06 #voiceListWrap {
/*	min-height: 1580px; */
	margin-bottom: 70px;
	overflow: hidden;
}
#sB06 .voiceList {
	padding: 0 20px 40px;
}
#sB06 .voiceList li {
	width: 100% !important;
    border-bottom: solid 1px rgba(0,80,154,0.6);
}
#sB06 .voiceList li:last-child {
	border-bottom: none;
}
#sB06 .voiceList li a {
	display: block;
	min-height: 310px;
	padding: 20px; 
	background: #00509a;
	text-decoration: none;
	position: relative;
	opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#sB06 .voiceList li a:hover {
    opacity: 1;
}
#sB06 .voiceList li .imgArea {
	width: 200px;
	text-align: center;
}
#sB06 .voiceList li .imgArea .thumb {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	overflow:hidden;
}

#sB06 .voiceList li .imgArea .voice-ttl {
	font-size: 17px;
	font-weight:bold;
	color: #00509a;
	line-height: 60px;
	height: 60px;
	margin: -15px 0 10px;
	background: #fff;
    position: relative;
    z-index: 10;
	border-radius: 100px;
}
#sB06 .voiceList li .imgArea .voice-ttl.vt2 {
	line-height: 1.5;
	padding-top: 7px;
}
#sB06 .voiceList li .imgArea .voice-ttl span {
	font-size: 15px;
	display:block;
}
#sB06 .voiceList li .imgArea .voice-pref {
	color: #fff;
	font-size: 16px;
}

#sB06 .voiceList li .txtArea {
    width: 660px;
    height: calc(100% - 40px);
    padding: 40px 10px 0;
    border: solid 2px #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}
#sB06 .voiceList li .txtArea:after {
	display: block;
	content: '';
	width: 28px;
	height: 31px;
	background: url(/upload/contents/whats/img/voice_fuki.png) no-repeat;
    position: absolute;
	left: -28px;
	top:  10px;
	z-index: 10;
}
#sB06 .voiceList li .txtArea h4 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	margin-bottom:20px;
}
#sB06 .voiceList li .txtArea p {
	font-size: 17px;
	color: #fff;
	line-height: 1.7;
}

#sB06 .etc li {
	width: 14px;
	height: 14px;
	background: #a6a6a6;
	margin: 0 auto 10px;
}
#sB06 .etc li:first-child {
    background: #00509a;
}
#sB06 .etc li:last-child {
	margin: 0 auto 30px;
}


#sB06 .link01 {
	width: 370px;
	margin: auto;
	background: #003a70;
    border-radius: 10px;
}
#sB06 .link01 a {
	display:block;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	background: #00509a;
    position: relative;
    bottom: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#sB06 .link01:hover a {
    bottom: 0;
}
#sB06 .link01 a:after {
	content: url(/upload/contents/whats/img/sB_arrow01.png);
    margin-left: 5px;
    position: relative;
    bottom: -3px;
}

/* sB07 */
#sB07 {
    background: #DEEFFF;
    padding-top: 40px;
}
#sB07 .ttl {
	text-align:center;
	margin: 0 auto 40px;
}

#sB07 .box {
	height: 850px;
	padding-top: 85px;
	position: relative;
	background: url(/upload/contents/whats/img/satelite_sec07_bg2.jpg) no-repeat;
}
#sB07 .box .txt01 {
	font-size: 32px;
	font-weight: bold;
	color: #00509a;
	text-align:center;
	line-height: 1.5;
}
#sB07 .box .txt02 {
    width: 500px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #00509a;
    bottom: 95px;
    right: 20px;
    text-align: center;
}
#sB07 .box ul li,
#sB07 .box .link01,
#sB07 .box .txt02 {
	position: absolute;
}
#sB07 .box ul li {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #00509a;
}
#sB07 .box ul li:nth-child(1) {
	left: 50px; top: 363px;
}
#sB07 .box ul li:nth-child(2) {
	left: 372px; top: 390px;
}
#sB07 .box ul li:nth-child(3) {
	left: 440px; top: 585px;
}

#sB07 .link01 {
	width: 500px;
	margin: auto;
	background: #003a70;
    border-radius: 10px;
	right:20px;
	bottom: 20px;
}
#sB07 .link01 a {
	display:block;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	background: #00509a;
    position: relative;
    bottom: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#sB07 .link01 a:after {
	content: url(/upload/contents/whats/img/sB_arrow01.png);
    margin-left: 5px;
    position: relative;
    bottom: -3px;
}

#sB07 .link01:hover a {
    bottom: 0;
}






