@charset "UTF-8";

.Btm20m {
	margin-bottom: 20px;
}

.btn_top {
text-align: center;
margin-bottom: 20px;
}

.btn_index {
text-align: center;
margin-bottom: 20px;
}


.accbox label  {
display: block;
margin-top: 10px;
margin-right: 0;
margin-left: 0;
/* [disabled]margin-bottom: 20px; */
padding : 30px 12px;
color: #fff;
font-weight: bold;
background: #cccccc;
cursor : pointer;
transition: all 0.5s;
text-align: center;
font-size: 1.5em;
line-height: 1em;
position: relative;
}


/*アイコンを表示*/
.accbox label::after {
content: "\f054";
font-family: 'Font Awesome 5 Free';
padding-left: 10px;
font-weight: 900;  /**/
position: absolute;
right: 10px;
}







/*ラベルホバー時*/
.accbox label:hover {
 filter: alpha(opacity=70);
-ms-filter: ""alpha(opacity=70)"";
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
text-decoration: none;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}


/*中身を非表示にしておく*/
.accbox .accshow {
height: 0;
overflow: hidden;

}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
content: '\f107';


}


.box-title {
font-size: 1.5em;
margin-bottom: 5px;
padding-bottom: 15px;
text-align: center;
background-color: #ccc;
color: #FFFFFF;
padding-top: 15px;
padding-left: 5px;
padding-right: 5px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}





/*バーとタイトルの色*/

.accbox label.BG-01 {
background: #2979FF;

}
.box-title.BG-01 {
background: #2979FF;

}


.accbox label.BG-02 {
background: #00AEFF;

 }
.box-title.BG-02 {
background: #00AEFF;

}


.accbox label.BG-03 {
background: #00E5FF;

}
.box-title.BG-03 {
background: #00E5FF;

}



.accbox label.BG-04 {
background: #00EAB5;

}
.box-title.BG-04 {
background: #00EAB5;

}



.accbox label.BG-05 {
background: #00E871;

}
.box-title.BG-05 {
background: #00E871;

}


.accbox label.BG-06 {
background: #64DD17;

}
.box-title.BG-06 {
background: #64DD17;

}


.accbox label.BG-07 {
background: #A8E500;

}
.box-title.BG-07 {
background: #A8E500;

}


.accbox label.BG-08 {
background: #FFD700;

}
.box-title.BG-08 {
background: #FFD700;

}


.accbox label.BG-09 {
background: #FFC500;

}
.box-title.BG-09 {
background: #FFC500;

}


.accbox label.BG-10 {
background: #FF9100;

}
.box-title.BG-10 {
background: #FF9100;

}


.accbox label.BG-11 {
background: #FF3B00;

}
.box-title.BG-11 {
background: #FF3B00;

}

.accbox label.BG-12 {
background: #f44336;

}
.box-title.BG-12 {
background: #f44336;

}
/*-----------------------*/
.content-IN {
display: flex;
flex-wrap: wrap;


}

.content-IN::after{
  content:"";
  display: block;
  width:50%;
}



.box-item {
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
width: 45%;
padding-top: 15px;
}

.box-item img:hover {
filter: alpha(opacity=70);
-ms-filter: ""alpha(opacity=70)"";
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
text-decoration: none;
}





.box-pic img {
max-width: 100%;
	height: auto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-left-color: #DBDBDB;
border-right-color: #DBDBDB;
/* [disabled]border-bottom-color: #DBDBDB; */
border-top-color: #DBDBDB;
border-left-style: solid;
border-right-style: solid;
/* [disabled]border-bottom-style: solid; */
border-top-style: solid;
border-left-width: 1px;
border-right-width: 1px;
/* [disabled]border-bottom-width: 1px; */
border-top-width: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}





/**/

#wrapper {
width: 980px !important;
padding: 0 10px;
border-top: #ffc600 10px solid;
border-bottom: #e53030 10px solid;
background: url(../common/img/contents_bg.gif) center repeat-y;
margin-left: auto;
margin-right: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gotop {
	text-align: center;
	clear: both;
	width: 210px;
	margin: 0 auto 40px;
}
.licenseZone {
	font-size: 10px;
	line-height: 1.6em;
	color: #999;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
	clear: both;
}

/* header
-----------------------------------------------------------*/
#header-c {
	width: 100%;
	position: relative;
}
#header-c .title {
	width: 100%;
	height: 118px;
}
#header-c .snsZone {
	float: right;
	padding: 10px 10px 0 0;
}

/*top
-----------------------------------------------------------*/
.top #header-c {
	background: url(../img/mv_bg.jpg) no-repeat;
	height: 466px;
}
.top #header-c p#pla_logo {
	padding: 21px 0 0 30px;
	float: left;
}
.top #header-c h1#con_logo {
	position: absolute;
	top: 14px;
	left: 274px;
}

/* sub
-----------------------------------------------------------*/
.sub #header-c {
background-repeat: no-repeat;
background-image: url(../common/img/bg_main.gif);
height: 114px;
background-size: cover;
}



.sub #header-c p#pla_logo {
	padding: 16px 0 0 30px;
	float: left;
}
.sub #header-c p#con_logo {
	position: absolute;
	top: 20px;
	left: 304px;
}
.sub #header-c #homeBtn {
position: absolute;
top: 39px;
left: 30px;
}
.sub.list h1 {
	text-align:center;
	margin: 30px 0 5px;
}
.sub.list h2,
.sub.detail h2 {
	text-align:center;
	margin: 0 0 28px
}


.detail div.detailZone .section.size {
    border-top: 2px solid #2a8ee3;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.3em;
}

.detail div.detailZone {
	margin: 30px 24px 70px;
	background:url(../common/img/bg_detail_top.gif) center 20px no-repeat;
	background-color: #fff;
	padding: 40px 44px 47px;
	border-bottom: 2px solid #a2b5c4;
}
.detail div.detailZone .ttl {
border-top: 2px solid #2a8ee3;
border-bottom: 2px solid #2a8ee3;
padding-right: 0;
padding-left: 0;
margin: 20px 0 30px;
position: relative;
}


.mainPhoto dd img {
border-radius: 10px;
}
.detail div.detailZone .section div .social {
	padding: 30px 0 30px 30px;
	margin: 10px 0 0 0;
	float:left;
	width:230px;
	background:url(../common/img/bg_dotted.gif) left top repeat-y;
}

.detail div.detailZone .mainPhoto {
	width: 780px;
	margin: 0 auto 30px;
	position: relative;
	clear:both;
}
.detail div.detailZone .mainPhoto dt {
margin: 0 0 30px;
font-size: 1.3em;
line-height: 1.4em;
}
.detail div.detailZone .mainPhoto dd.round {
	position: absolute;
	bottom: 0;
	left: 0;
}

.detail div.detailZone .ttl h1 {
font-size: 2.5em;
line-height: 1.5em;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
.detail div.detailZone .section {
	border-bottom: 2px solid #2a8ee3;
	padding: 20px 0;
	clear:both;
}

/**/




.tkun-title {
    margin-bottom: 20px;
    text-align: center;
}


.use-parts-Area {
display: flex;
flex-wrap: wrap;


}


.other-parts-Area {
display: flex;
flex-wrap: wrap;
}


.use-parts-Area::after,
.other-parts-Area::after{
  content:"";
  display: block;
  width:50%;
}

.use-parts {
width: 45%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

.other-parts {
width: 45%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}

.other-parts img {
width: 100%;
}


.use-parts-img {
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 10px;
text-align: center;
border: 1px solid #CCCCCC;
min-height: 180px;
}




.use-parts p {
font-size: 1.4em;
line-height: 1.3em;
}

.parts-kazu {
    font-size: 2em;
    color: #F6060A;
    text-align: right;
    font-weight: bold;
}
.PointThis-img img {
border-radius: 10px;
border: 1px solid #CCCCCC;
}
.PointThis-img {
text-align: center;
margin-bottom: 20px;
}
.PointThis-txt {
font-size: 1.3em;
line-height: 1.4em;
padding-top: 10px;
width : -webkit-calc(100% - 60px);
width : calc(100% - 60px);
float: left;
}


.PointIcon {
width: 60px;
float: left;
}

.PointIcon img {
width: 45px;
}


.PointThis-txt-wrap {

max-width: 669px;
margin-left: auto;
margin-right: auto;
}
.PointThis {
margin-bottom: 20px;
}





.Mn-wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}
.printzone {
text-align: center;
margin-bottom: 60px;
}



/*ラベルホバー時*/
.printzone img:hover {
 filter: alpha(opacity=70);
-ms-filter: ""alpha(opacity=70)"";
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
text-decoration: none;
}
.other-parts-Area {
padding-top: 20px;
}
.Banner-kentei img {
width: 100%;
}
.Banner-kentei {
margin-bottom: 20px;
}

.copy {
	margin-bottom: 20px;
	
}






/*202101*/

.label-box  {
display: block;
margin-top: 10px;
margin-right: 0;
margin-left: 0;
/* [disabled]margin-bottom: 20px; */
padding : 30px 12px;
color: #fff;
font-weight: bold;
background-color: #2979FF;

text-align: center;
font-size: 1.5em;
line-height: 1em;
position: relative;
}
