@charset "UTF-8";
/*------------------------------

  NEWS Css

------------------------------*/
h2{
    font-weight: 600;
    letter-spacing: 0.25rem;
	font-size: 30px;
}
h2 span{
   	display: block;
    line-height: 1;
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 300;
	padding-top: 10px;
}

#hero .main-ttl img{
	margin-bottom: 20px;
}

/*タブ切替*/

.tabBox .tabArea {
	margin-bottom: 80px;
}
.tabBox .tabArea .one_tab {
	width: 320px;
	display: inline-block;
	text-decoration: none;
	transition-duration: 0.3s;
	text-align: center;
	cursor: pointer;
	margin: 0 10px 20px;
}

.tabBox .tabArea .one_tab .tab_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	transition-duration: 0.3s;
	background-color: #fff;
	border: solid 3px #383838;
	color: #383838;
}
.tabBox .tabArea .one_tab:hover .tab_inner {
	background-color: #FEC234;
}
.tabBox .tabArea .one_tab.select .tab_inner {
	background-color: #383838;
	color: #fff;
}
.tabBox .tabArea.bottom {
	margin-bottom: 0;
}
.contents .tab_content {
	display: none;
	text-align: center;
	transition-duration: 0.3s;
	margin-bottom: 100px;
}
.tab_content.is_show {
  display: block;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.tabBox .tabArea {
		margin-bottom: 50px;
	}
}


/*　全内容共通　*/

.tab_content .inner{
	margin-bottom: 100px;
}
.tab_content h3{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25rem;
    position: relative;
	display: inline-block;
	padding: 0 1rem 15px 1.5rem;
	margin-bottom: 60px;
}
.tab_content h3:after{
	content: "";
    position: absolute;
    height: 5px;
    background-color: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.tab_content .inner {
		margin-bottom: 60px;
	}
	.tab_content h3 {
		margin-bottom: 40px;
	}
	.tab_content .flex.img img {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*　両タブ共通　*/
.tab_content .inner{
	padding: 0 150px;
}
.tab_content .lead{
	text-align: left;
    margin-bottom: 60px;
}
.tab_content .inner .mds{
	color: #007cd4;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 60px;
}
.tab_content .inner .info{
	margin-bottom: 30px;
}
.tab_content .inner .info p{
    font-weight: bold;
}
.tab_content .inner .info .tel{
	border: solid 1px;
    padding: 10px;
    background-color: #fbfbfb;
    font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
.tab_content .inner .info .tel span{
	display: inline-block;
    font-size: 36px;
    vertical-align: middle;
}
.tab_content .inner .info .tel span:before{
	content: "";
    background-image: url(../img/tel-free.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 20px;	
}
.tab_content .inner .supplement{
	font-size: 16px;
	color: #5d5d5d;
}
.tab_content .inner .supplement span{
	display: block;
    font-weight: bold;
    font-size: 18px;
	color: #007cd4;
}

.tab_content .inner .block {
	text-align: left;
	margin-bottom: 60px;
}
.tab_content .inner .block .ttl{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tab_content .inner .block .list li{
	border-bottom: dotted 1px #535353;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.tab_content .inner .block .list .ng-bd li{
	border: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.tab_content .inner .block .list .list-mds{
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
	text-indent: -10px;
    padding-left: 20px;
}
.tab_content .inner .block .list .list-mds:before{
	content: "\f0da";
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline-block;
	color: #007cd4;
}
.tab_content .inner .block .list li p .emphasis{
	font-size: 18px;
    font-weight: bold;
	color: #007cd4;
}
.tab_content .flex-list{
	margin-right: -20px;
	margin-bottom: 60px;
}
.tab_content .flex-list li{
	width: 33.3333%;
	padding-right: 20px;
	text-align: left;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.tab_content .inner {
		padding: 0;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.tab_content .inner .block {
		margin-bottom: 40px;
	}
	.tab_content .inner .mds {
		margin-bottom: 20px;
	}
	.tab_content .flex-list {
		margin-bottom: 41px;
	}
	.tab_content .flex-list li {
    	width: 100%;
	}
}

/*　サポート service_content　*/
#service_content a.txt-link{
	text-decoration: underline;
	color: #007cd4;
}
.repair .img img{
	margin-bottom: 20px;
}
.repair .img .flex{
	margin-right: -20px;
	margin-bottom: 60px;
}
.repair .img .flex img{
	width: 50%;
	padding-right: 20px;
}
.jsima .img .flex{
	margin-right: -40px;
	margin-bottom: 60px;
}
.jsima .img .flex figure{
	margin: 0;
    width: 25%;
    padding-right: 40px;
}
.jsima figure img{
	width: 100%;
    padding: 0;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.repair .img .flex img {
    	width: 50%;
	}
	.repair .img .flex {
		margin-bottom: 20px;
	}
	.jsima .img .flex figure {
		width: 80%;
    	margin: 0 auto;
	}
}

/*　販売店の皆さまへ　*/
#forshop_content .inner-box{
	margin-bottom: 100px;
}
#forshop_content .inner .main-ttl{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#forshop_content .inner .note-box{
	/*text-indent: -1.5rem;*/
    padding: 1rem 1rem 1rem 2.5rem;
    border: solid 1px #e5e5e5;
	margin-bottom: 40px;
}
#forshop_content .inner .logo-img{
	padding: 20px 0 10px;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	
}