@charset "UTF-8";

/* -----------------------------------------------
 第2階層以下
------------------------------------------------*/
section{
  width: 96%;
  margin: 0 auto;
}

h2{	font-size:200%;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom:1em;
	margin-top: 1em;
	padding: 0.3em 0 0.3em 0.6em;
	color: #E53333;
	border-left:8px solid #E53333;
}

h3{font-weight:bold;
	font-size:2.0rem;
	font-size:140%;
	padding:0.5em;
	margin-bottom:1em;
	line-height:1;
	color: #E53333;
	border-bottom:2px solid #E53333;}

h4{
	font-weight:bold;
	font-size:2.0rem;
	font-size:110%;
	padding:0.3em;
	margin-bottom:0.6em;
	margin-left: 1em;
	line-height:1;
	background-color:#FFE4FB;
}

h5{
	font-weight:bold;
	font-size:2.0rem;
	font-size:110%;
	padding:0.3em;
	margin:2.5em 0 0.8em 0;
	line-height:1;
	background-color:#E0E0E0;
}

.category_TOP{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin-top: 50px;
}
.category_read{
    text-align: center;
    width: 52%;
    border-left: 4px solid rgba(230,0,18,1);
}
.category_title{
    color: rgba(230,0,18,1);
    font-size: 1.4em;
    padding: 30px 30px 30px 40px;
}
.category_text{
    text-align: left;
    padding: 0px 30px 30px 40px;
}
.category_image{
    width: 45%;
    flex-grow: 1;
}

@media screen and (max-width: 769px) {
    .category_TOP{
        margin-top: 2px;
    }
    .category_read{
        text-align: center;
        width: 100%;
        border-left: none;
    }
    .category_title{
        padding: 30px 10px 20px 10px;
    }
    .category_text{
        padding: 0px 10px;
    }
    .category_image{
        height: 150px;
        overflow: hidden;
        flex-grow: 1;
    }
    .category_image img{
        width: 100%;
    }
}

.category_menu{
    background-color: #F7F7F7;
    margin-top: 50px;
    padding: 40px 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.category_m_item{
    width: 240px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    margin: 10px 10px;
}
.category_m_top{
    position: relative;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.category_m_img{
    position: absolute;
    width: 240px;
    height: 160px;
    mix-blend-mode: multiply;
}
.category_m_img:hover{
    transform:scale(1.1,1.1);
    transition:0.3s;
    mix-blend-mode: normal;
}
.category_m_box{
    position: absolute;
    display: block;
    width: 240px;
    height: 160px;
    background-color: #828282;
}
.category_m_title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
}
.category_m_bottom{
    position: relative;
    width: 240px;
    height: 70px;
}
.category_m_text{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 10px;
}
.category_m_btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    background-color: rgba(230,0,18,1);
    width: 45px;
    height: 24px;
    padding: 23px 0;
}
.category_m_btn:hover{
    opacity: 0.7;
    transition: 0.3s;
}


#container #contents p{line-height: 150%;}
.listmark{margin:1em;}
.listmark2{margin:1em; text-align: right;}

.listmark:before  { /* liの前に記号追加 */
    content: "\f0a9";
	font-family: FontAwesome;
	font-size:1em;
	display:block;
	float:left;
	color:#182DD3;
	margin-right:4px;
}
.listmark2:before  { /* liの前に記号追加 */
    content: "\f0a9";
	font-family: FontAwesome;
	font-size:1em;
	display:block;
	float:right;
	color:#182DD3;
	margin-left: 4px;
}


.parts-img{width: 300px;float: left;
margin-left: 0.6em;
	margin-right: 1.5em;
}
.parts-img img{
width: 300px;
height: auto;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;}

/* -----------------------------------------------
 PC用
------------------------------------------------*/
/*@media print, screen and (min-width: 769px) {
	header{
	width:1200px;
	margin:0 auto;
	padding:26px 0 20px;
	font-size:1.4rem;
	font-size:14px;
}
	
header:after{
    clear:both;
    content:'';
    display:block;
}
	.wrap{
	clear:both;
	width:1160px;
	margin:0 auto;
}*/

/* =======================================
パンくずリスト
========================================= */
#topicPath {
	width:1200px;
	font-size:85%;
	margin:0 auto;
	padding-top:0.6em;
}
#topicPath li{
	display: table-cell;
	*display: inline;  
	*zoom: 1;
}#topicPath li a{color:#222;}
#topicPath .on{color:#B70A0A;}
#topicPath li + li{/*リストが並んでいる場合に>マークを付ける*/
	color:#444;
	/*margin-left:15px;*/
	padding-left:20px;
	background:url(../images/common/arrow_path.gif) no-repeat 6px center;
}
#topicPath li:last-child {color:#B70A0A;}


/* -----------------------------------------------
 スマホ用
------------------------------------------------*/
@media screen and (max-width: 768px) {

	h2{	font-size:200%;	margin-left: 0.5em;}
	
.parts-img {float: none;
margin:0.6em auto;
width: 70%;}

	.parts-img img{
width: 100%;
height: auto;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;}

	

	
}

