
/* ========= 本文 ========= */

.cf:after{
    content:"";
    display:block;
    clear:both;
}

.contentsbox {
	width:800px;
	margin:0 auto;
}

.contentsbox .title {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:10px 0;
	margin-top:10px;
	margin-bottom:30px;
}

.contentsbox h3 {
	text-align:center;
	border-bottom:none;
	margin-bottom:0px;
	line-height:1.3;
}

.contentsbox h4 {
	color: #0075c2;
	border-bottom: none;
}

.contentsbox .mainimg{
	width:580px;
	margin:0 auto 30px;
	}
.contentsbox .contact{
	width:600px;
	margin:0 auto;
	}
.contentsbox .honbun p{
	text-indent:1em;
	margin-bottom:1em;
}

.contentsbox .kome,
.contentsbox .honbun p.kome{
    text-indent: -1.8em;
    padding-left: 1.5em;
    font-size: 11px;
    margin-bottom: 0px;
}

.contentsbox .kome2{
	text-indent:-1.8em;
	padding-left:2.5em;
	font-size:11px;
	margin-bottom:0px;
}

.kome-table{
	font-size:11px;
	margin:0;
}

.contentsbox hr {
	border: 0;
	height: 1px;
	border-top: 1px dotted #ccc;
	margin:2em 0;
}

.contentsbox .style01{
	border-collapse: collapse;
	width:100%;
}
.contentsbox .style01 th,
.contentsbox .style01 td{
	padding:5px 10px;
	border:1px solid #ccc;
}

.contentsbox .style01 th {
	background-color:#d4e8f4;
	white-space:nowrap;
}
.contentsbox .spec th{
	width:10em;
	}

.contentsbox .tokutyo_title01 {
	background-color:#0860a8;
	color:#fff;
	padding:3px 10px;
	margin:2em 0 0.5em;
}

.contentsbox .point dt , .contentsbox .point li{
	color: #0075c2;
	border-bottom: none;
	font-weight:bold;
	margin-bottom:5px;
}

.contentsbox .point dt span {
	color:#222;
	font-size:12px;
	font-weight:normal;
}

.contentsbox .point dd{
	margin-bottom:20px;
	margin-left:1.5em;
}

.contentsbox .tokutyo li {
	margin-left:1.5em;
	list-style:disc;
}


.mb0 {
    margin-bottom: 0px !important;
}

.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.w240 {
	width: 240px;
}

.w250 {
	width: 248px;
}

.w300 {
	width: 300px;
}

.w320 {
	width: 320px;
}

.w340 {
	width: 340px;
}

.w360 {
	width: 360px;
}

.w380 {
	width: 380px;
}

.w390 {
	width: 390px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w470 {
	width: 470px;
}

.w480 {
	width: 480px;
}

.w500 {
	width: 500px;
}
.w510 {
	width: 508px;
}

.w520 {
	width: 520px;
}

.w530 {
	width: 530px;
}

.w550 {
	width: 550px;
}
.w560 {
	width: 560px;
}

.w600 {
	width: 600px;
}

.w620{
    width: 620px;
}

.w640{
    width: 640px;
}

.w720{
    max-width: 720px;
    margin: auto;
}

.ml0{
	margin-left:0 !important;
}

.tablefix{
    table-layout:fixed;
}

td.hot{
    background: #ffd4bf;
}

td.cold{
    background: #bfdfff;
}


.border-strong{
    border: 1px solid #222;
}

.contentsbox .point ul.inner_list{
}

.contentsbox .point ul.inner_list li{
    color: #222;
    font-weight: 500;
   position: relative;
}
.contentsbox .point ul.inner_list li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    top: 5px;
    position: absolute;
}

br.spOnly{
    display: none;
}

.flexbox{
    display: flex;
}

.sb{
    justify-content: space-between;
}
.fe{
    justify-content: flex-end;
}

/*--flexBox 順番をコードと逆にする時--*/
.dir-rev{
    flex-direction: row-reverse;
}

.flexbox img{
    max-width: 100%;
    height: auto;
}

.news .button a{
    display: inline-block;
    padding: 1rem 1rem;
}
.news .button a:hover{
    text-decoration: none;
}

/*--flexBox 1:1--*/

.flexbox.column1-1 .element{
    width: 48%;
}

/*--flexBox 2:1--*/

.flexbox.column2-1 .element:nth-of-type(1){
    width: 64%;
}

.flexbox.column2-1 .element:nth-of-type(2){
    width: 30%;
}

/*--flexBox 2:1 逆順--*/

.flexbox.dir-rev.column2-1 .element:nth-of-type(1){
    width: 30%;
}

.flexbox.dir-rev.column2-1 .element:nth-of-type(2){
    width: 64%;
}

/*--flexBox 3:1--*/

.flexbox.column3-1 .element:nth-of-type(1){
    width: 75%;
}

.flexbox.column3-1 .element:nth-of-type(2){
    width: 24%;
}

/*--flexBox 4:1--*/

.flexbox.column4-1 .element:nth-of-type(1){
    width: 80%;
}

.flexbox.column4-1 .element:nth-of-type(2){
    width: 18%;
}

/*--flexBox 5等分--*/

.flexbox.split-5{
    flex-wrap: wrap;
}

.flexbox.split-5 .element{
    max-width: 140px;
}

.flexbox.split-5 figcaption{
    margin: 1em 0;
}

.flexbox.split-5 figcaption div{
    text-align: left;
    margin-left: 0;
}

.flexbox.main{
    align-items: flex-end;
}

/*--191217--*/
#news191217 .eco-warning{
    background: #e6e6e7;
    padding: 20px;
}
#news191217 .detail{
    background: #e6e6e7;
    padding: 30px;
}
#news191217 .detail dt{
    font-weight: bold;
    color: #333;
}
#news191217 .detail dd{
    margin: 0;
}

#news191217 .related_product .frame{
    background: #fff;
    border: 4px double #98aebe;
    padding: 30px;
}

#news191217 .related_product .frame:first-of-type{
    margin-bottom: 30px;
}

#news191217 .related_product .frame h5{
    color:#000;
    font-size: 18px;
}
#news191217 .related_product .frame h6{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

#news191217 ul.inner_list li{
    color: #000;
}

#news191217 ul.inner_list li h5{
    white-space: nowrap;
}

@media only screen and (max-width: 768px){
    
    br.spOnly{
        display: block;
    }
    
    .flexbox{
        display: block;
        justify-content: space-around;
    }
    
    .flexbox.split-5{
        display: flex;
    }
    
    .flexbox.split-5 .element{
        margin: 1em;
    }    
    
    
    .flexbox.column1-1 .element,
    .flexbox.column2-1 .element:nth-of-type(1),
    .flexbox.column2-1 .element:nth-of-type(2),
    .flexbox.column3-1 .element:nth-of-type(1),
    .flexbox.column3-1 .element:nth-of-type(2),
    .flexbox.column4-1 .element:nth-of-type(1),
    .flexbox.column4-1 .element:nth-of-type(2),
    .flexbox.dir-rev.column2-1 .element:nth-of-type(1),
    .flexbox.dir-rev.column2-1 .element:nth-of-type(2){
        width: 100%;
    }
    .flexbox.column1-1 .element:not(:last-of-type),
    .flexbox.column2-1 .element:not(:last-of-type),
    .flexbox.column3-1 .element:not(:last-of-type),
    .flexbox.column4-1 .element:not(:last-of-type){
        margin-bottom: 1em;
    }
    
    #news191217 .related_product .frame{
        padding: 15px;
    }
    #news191217 .related_product .frame h5{
        font-size: 16px;
    }
    
}

.product_main{
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
.product_main .product_type{
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 1em;
    background: #faf049;
    text-align: center;
}

.shimaguru .border-double{
    border: 3px double #000;
    padding: 25px;
    margin-top: 30px;
}
.shimaguru .about-shimaguru ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.shimaguru .about-shimaguru ol li:not(:last-of-type){
    margin-bottom: 10px;
}
.shimaguru .about-shimaguru h5{
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    font-size: 16px;
}

@media (max-width: 768px){
    .flexbox.column1-1.product_main .element:not(:last-of-type){
        margin-bottom: 60px;
    }
}