@charset "utf-8";

/* CSS Document */

.sangyokozo554 {
	width: 554px;
	margin: 0 auto;
}

.sangyokozo700 {
	width: 700px;
	margin: 15px auto;
}
/*---------------------------------------------------
180803 追加css
----------------------------------------------------*/
.bg-d-red{
	background-color: #EF6465;
	display: inline-block;
	width: 250px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.border-r{
	border: 2px solid #C7C7C7;
	border-radius: 10px;
}
.left02{
	margin: 10px 0 0 20px;
}


@media only screen and (max-width: 959px) {
	.kento{
		width: 200px!important;
	}
}

@media only screen and (max-width: 767px) {
	.left02{
		width: 94%;
		max-width: 94%
	}
	img.nakanoshima{
		text-align: center;
		display: block;
	}
	
}
/*--------------------------------------------------*/
@media only screen and (max-width: 767px) {
.sangyokozo554,
.sangyokozo700 {
	max-width: 100%;
}
	
.sangyokozo554 img,
.sangyokozo700 img{
	max-width: 100%;
	}
	
}


.sangyokozo700 .left_sangyokozo700 {
	width: 50%;
	float: left;
}

.sangyokozo700 .right_sangyokozo700 {
	width: 50%;
	float: left;
}

table.accumulation th {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: center;
	height:23px;
}

table.accumulation th.left01 {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.accumulation td.left01 {
	border: 1px solid #CCCCCC;
	text-align: left;
}

table.accumulation th.iyakuhin {
	color: #FFF;
	background: #666;
	font-weight: bold;
}

table.accumulation td.iyakuhin {
	font-weight: bold;
}

table.accumulation tr.osaka {
	background: #F00;
	color: #FFF;
	text-align: center;
}

table.accumulation tr.blue td.iyakuhin {
	background: #E6F2FF;
	color: #666;
}

table.accumulation td {
	text-align: center;
	border: 1px solid #CCCCCC;
	height:22px;
}

table.accumulation td.gloval {
	text-align: left;
}

/*--------------
h6{border-bottom:2px solid #09D9B5;
	color:#666;
	font-size:100%;
	margin-top:2px;
	}----------*/
.monodukuri01 {
	width: 31%;
	float: left;
	margin-bottom: 3%;
}

.monodukuri02 {
	width: 31%;
	float: left;
	margin: 0 3%;
	margin-bottom: 3%;
}

.monodukuri03 {
	width: 31%;
	float: left;
	margin-bottom: 3%;
}

.capital01 {
	width: 50%;
	float: left;
}
.capital02 {
	width: 50%;
	float: left;
}


.seizo01 {
	width: 210px;
	float: left;
	margin: 0 11px;
}

figcaption.natto{
	text-align:right;
	padding-right:12px;
}
	
p.adv_text{
	width:146px;
	float:left;
	margin-top:20px;
}
.adv_img{
	width:554px;
	float:left;
}

strong.font_15{
	font-size:116%;
}

p.bayaria{
	text-align:right;
	width:100%;
	margin-bottom:0px;
}

.vaio{
	margin-top:18px;
}
.vaio_box{
	float: left;
    width: 31%;
	height:218px;
	margin:8px;
}

.vaio_box02{
	float: left;
    width: 31%;
	height:218px;
	margin:30px 8px 8px 8px;
}
p.t-tab{
	margin-bottom: 5px;
}
.t-tab{
	background-color: crimson;
	color: #fff;
	display: inline-block;
	float: right;
	border-radius: 5px;
	padding: 2px 5px;
}

@media only screen and (max-width: 767px) {
.sangyokozo700 .left_sangyokozo700,
.sangyokozo700 .right_sangyokozo700 {
	width: 100%;
	float: none;
}

.sangyokozo700 .left_sangyokozo700{
	margin-bottom: 10px;
}
	
.seizo01 {
    width: 210px;
    float: none;
    margin: 0 auto;
}
	
.monodukuri01,
.monodukuri02,
.monodukuri03 {
	width: 100%;
	float: none;
	margin:0 auto 3%;
	text-align: center;
}
	
.monodukuri01 ul,
.monodukuri02 ul,
.monodukuri03 ul{
	text-align: left;
	}
	
.monodukuri01 figcaption:not(.natto),
.monodukuri02 figcaption:not(.natto),
.monodukuri03 figcaption:not(.natto){
	text-align: left;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: .65em 1em;
	}
	
.monodukuri01 br,
.monodukuri02 br,
.monodukuri03 br{
	display: none;
	}
	
.vaio_box,
.vaio_box02{
	float: none;
    width: 100%;
	height:auto;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	padding: 0 1%;
	box-sizing: border-box;
}

.vaio_box .video,
.vaio_box02{
	margin-top:0;
}
	
.sangyokozo700 > div strong{
	display: block;
	border-top: 1px solid #dddddd;
	padding-top: .65em;
	font-size: 13px;
	margin-bottom: .65em;
	text-align: left;
	line-height: 1.45;
	}
	
.sangyokozo700 > div + div strong{
	margin-top: 1.25em;
	}

p.bayaria{
	text-align: center;
	font-size: 11px;
}
	
.vaio_box strong br,
.vaio_box02 strong br{
	display: none;
}
	
}


.flex-center{
	display: flex;
	justify-content: center;
}






