@charset "UTF-8";
/* CSS Document */
/* ボタンスタイル */
.btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    line-height: 150%;
    width: 86%;
    max-width: 446px;
    border-radius: 5px;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.btn a::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.btn a.link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.btn a:hover {
    background: #ffffff;
    color: #b22222;
}
.btn a.link:hover::after {
    border-color: #b22222;
}

.contents_wrap {
    }

.recipe_btn,
.stock_btn {
    margin-top: 60px;
    margin-bottom: 100px;

}

.btn.recipe_btn a {
    width: 34%;
}
.stock_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn.stock_btn a {
    width: 44%;
}
a.link.note_link {
    padding: 0;
}
.btn a.link.note_link::before{
    display: none;
}
@media screen and (max-width:980px) {
    .btn.recipe_btn a,
    .btn.stock_btn a {

        width: 86%;
    }

}

/* 発災シミュレーション */
.hassai_wrap{
	width: 100%;
	overflow: scroll;
    padding-top: 15px;
}
.longlife_t .txt_bassui {
    font-size: 0.8125em;
    margin-top: 9px;
    margin-bottom: 35px;
    text-align: right;
    line-height: 1.769;
}
.column_water + .txt_bassui{
    margin-top: -90px;
}
.hassai_outer {
    padding-left: 164px;
    padding-right: 40px;
    position: relative;
    margin-bottom: 26px;
}

.hassai_mark {
    position: absolute;
	max-width: 168px;
    top: -15px;
    left: 35px;
}

.hassai_mark_sp {
    display: none;
}

.hassai {
	width: 796px;
    background: url("../img/park/longlife_tips/hassai_kikan.png") no-repeat top left/100% 100%;
    display: flex;
    flex-wrap: nowrap;
    /* margin-left: auto;
	margin-right: auto; */
}

.hassai_kikan_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(100% / 3);
    font-size: 1.25em;
    line-height: 1.3;
    padding-top: 11px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bold;
    padding-right: 10px;
}

.hassai_kikan_txt .pc,
.shien_graph_obi .pc,
.shien_graph_obi .pc2 {
    display: none;
}

@media screen and (max-width:720px) {
    .hassai_mark {
        display: none;

    }

    .hassai_mark_sp {
        display: block;
        position: absolute;
        top: -5px;
        left: 35px;
    }
}

@media screen and (max-width:720px) {
    .hassai_kikan_txt .pc {
        display: inline-block;
    }
    .hassai_outer {
        padding-left: calc(100% - (100% - 90px));
        padding-right: 0;
    }
}

@media screen and (max-width:650px) {
    .shien_graph_obi .pc {
        display: inline-block!important;
    }
}

@media screen and (max-width:600px) {

    .hassai_kikan_txt .pc {
        display: inline-block!important;
    }
    .hassai_mark_sp {
        width: 110px;
        height: auto;
        left: 15px;
    }

}

@media screen and (max-width:600px) {

    .hassai_mark_sp {

        left: 0;
    }

}

@media screen and (max-width:460px) {

    .hassai_kikan_txt .pc {
        display: inline-block!important;
    }
    .hassai_mark_sp {
        width: 100px;
        height: auto;
        left: 0;
        top: 4px;
    }

}

.lifeline_wrapper,
.shien_wrapper {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:720px) {

    .lifeline_wrapper,
    .shien_wrapper {

        padding-left: 0;
        padding-right: 0;
    }

}

.lifeline_graph_obi {
    text-align: center;
    font-size: 1.375em;
    font-weight: bold;
    color: #fff;
    width: 920px;
    background-color: #D69E34;
    display: block;
    border-radius: 14px 14px 0 0;
    line-height: 2.11818;
	padding-left: 1em;
	padding-right: 1em;
}
@media screen and (max-width:900px) {
.lifeline_graph_obi {
    text-align: left;
}
}
@media screen and (max-width:650px) {
    .shien_graph_obi {
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;

    }
}

.lifeline_graph_outer {
    display: flex;
    width: 920px;
    background-color: #FEFAE2;

}

.lifeline_icon,
.shien_icon{
    min-width: 124px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
	align-items: flex-end;
}

.lifeline_icon img {
    width: 88px;
	height: 280px;
}

.shien_icon img {
    width: 88px;
	height: 61px;
}

@media screen and (max-width:600px) {

    .lifeline_icon,
	.shien_icon {
        min-width: 90px;
    }

    .lifeline_icon img {
        width: 85px;
		height: auto;
    }

    .shien_icon img {
        width: 75px;
		height: auto;
    }

}

.lifeline_graph_txt p {

    width: calc(100% / 3);
    padding: 16px 13px;
    line-height: 1.5625;

}

.lifeline_graph_txt {
    display: flex;
}

.lifeline_graph {
    width: 100%;
    max-width: 790px;

    background: url("../img/park/longlife_tips/life_line_graph_colbar.png") no-repeat left top/100% 100%;
}

.lifeline_graph_img {
    width: 100%;
    max-width: 790px;
    min-height: 248px;
    background: url("../img/park/longlife_tips/life_line_graph_rowbar.png") no-repeat left top/100% 100%;
    margin-bottom: 46px;
}

.shien_graph {
    width: 100%;
    max-width: 790px;

    background: url("../img/park/longlife_tips/shien_graph_colbar.png") no-repeat left top/100% 100%;
}

.shien_graph_img {
    width: 100%;
    max-width: 790px;
    min-height: 40px;
    background: url("../img/park/longlife_tips/shien_graph_rowbar.png") no-repeat left top/100% 100%;
    margin-bottom: 46px;
}

h3.ttl {
    color: #40220f;
    font-size: 160%;
    line-height: 100%;
    padding: 0 0 10px 15px;
    background: url("../img/company/dotted.png") repeat-x bottom;
    margin-bottom: 40px;
}

.bichiku h3.ttl {

    margin-bottom: 30px;
}

@media screen and (max-width:600px) {
    .bichiku h3.ttl {
        font-size: 1.3em;
        background-size: auto 3px;
        margin-bottom: 20px;
    }
}
.bichiku_phase {
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 100px;
}

@media screen and (max-width:720px) {
    .bichiku_phase {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:600px) {
    .bichiku_phase {

        margin-bottom: 60px;
    }

}

.bichiku_phase_block {
    width: 25%;
    text-align: center;

}
.bichiku_phase_elem1 {

    font-size: 1.375em;
    line-height: 2.1818;
    color: #ffffff;
    position: relative;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}

@media screen and (max-width:675px) {
    .bichiku_phase_elem1 {

        font-size: 16px;
        line-height: 1.2;
        color: #ffffff;
        position: relative;
        height: 48px;
        padding-right: 10px;

    }
}

.bichiku_phase_elem1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 17px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 100;

}
.bichiku_phase_elem2 {
    line-height: 1.4375;
    margin-top: 10px;
}

.pc_bichiku {
    display: none;
}

@media screen and (max-width:675px) {
    .pc_bichiku {
        display: inline-block;
    }

}

.bichiku_phase_elem2 .pc {

    display: none;
}
@media screen and (max-width:935px) {

    .bichiku_phase_elem2 .pc {

        display: inline-block!important;
    }

}

.bichiku_phase_block:nth-of-type(1) .bichiku_phase_elem1 {

    background-color: #2EA5DE;

}

.bichiku_phase_block:nth-of-type(2) .bichiku_phase_elem1 {

    background-color: #E40012;

    color: #FFEF00;

}

.bichiku_phase_block:nth-of-type(3) .bichiku_phase_elem1 {

    background-color: #E8493B;

}

.bichiku_phase_block:nth-of-type(4) .bichiku_phase_elem1 {

    background-color: #ED7541;

}

.bichiku_phase_block:nth-of-type(5) .bichiku_phase_elem1 {

    background-color: #F19600;

}



.food_phase .f_phase_head_outer {

    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}


.food_phase .f_phase_head {
    background-color: #B08047;
    width: 250px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.food_phase .f_phase_head_txt {
    color: #B08047;
    border: #EDD2A3 solid 1px;
    background-color: #FEFAE6;
    width: calc(100% - 250px);
    padding-left: 24px;
    padding-right: 24px;
}
.food_phase_3 .f_phase_head {
    width: 100%;
}
.food_phase_3 .f_phase_head_txt{
    width: calc(100% - 204px);

}
@media screen and (max-width:1045px) {
    .food_phase .f_phase_head_txt {

        width: 100%;

    }

    .food_phase .f_phase_head_outer {

        font-size: 20px;

    }

}

@media screen and (max-width:600px) {

    .food_phase .f_phase_head_outer {

        font-size: 1.3em;

    }
    .food_phase .f_phase_head_txt {
        line-height: 1.5;
        padding-top: 6px;
        padding-bottom: 6px;

    }

}

.food_phase .f_phase_block {
    display: flex;
    flex-wrap: wrap;
}

.food_phase .f_phase_r_block {
    width: 65.2%;

}

.food_phase .f_phase___txt {
    width: calc((100% - 65.2%) - 40px);
    margin-right: 40px;

}

@media screen and (max-width:860px) {

    .food_phase .f_phase_r_block {
        width: 100%;
        margin-top: 20px;

    }

    .food_phase .f_phase___txt {
        width: 100%;
        margin-right: 0px;
    }

}

.food_phase .f_phase_subhead {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 2.1111;
    border: #B08047 solid 1px;
    font-weight: bold;
    color: #B08047;
    text-align: center;
}

@media screen and (max-width:600px) {
    .food_phase .f_phase_subhead {

        font-size: 16px;
        line-height: 2;

    }

}

.food_phase [class*="food_phase_"]:not(:first-of-type) {
    margin-top: 60px;
}

.food_phase [class*="food_phase_"]:nth-of-type(1) .f_phase___txt .u_line {
    text-decoration: underline;
}

/* ここまで　発災シミュレーション */

/* コラム */
.column_water {
    position: relative;
    margin-bottom: 100px;
    border: 2px solid #eed2a3;
    padding: 30px 3% 25px;
    border-radius: 10px;
}
.column_water .ttl .sub_icon {
    background: #B08047;
    color: #fff;
    font-size: 0.7em;
    padding: 0.15em 0.5em;
    margin-right: 0.5em;
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
}
.column_water .flex_wrap {
    margin-bottom: 10px;
}
.column_water .txt_wrap {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.column_water .flex_wrap .txt {
    margin-bottom: 5px;
}
.column_water .flex_wrap .comment {
    font-size: 0.935em;
    line-height: 160%;
    margin-bottom: 10px;
    background: #fefae6;
    padding: 0.7em 1.0em 0.6em;
}
.column_water .flex_wrap .txt:first-child,
.column_water .flex_wrap .comment{
	margin-right: 140px;
	
}

.column_water .img_wrap {
    width: 120px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;
}
@media screen and (max-width:650px) {
	.column_water {
    padding-top: 20px;
}
	.column_water .img_wrap{
		position: static;
    margin: 0 auto;
	}
	.column_water .flex_wrap .txt:first-child,
	.column_water .flex_wrap .comment {
    margin-right: 0;
}
}

/* ローリングストック */

.roll_stock_outer {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width:720px) {
    .roll_stock_outer {
        padding-left: 0;
        padding-right: 0;
    }
}

.roll_stock {
    width: 100%;
    height: 100%;
    background: url("../img/park/longlife_tips/roll_bg.jpg") no-repeat center top/100% 100%;
    text-align: center;
    padding: 50px;
    margin-top: 40px;
}

.roll_stock_title {
    font-size: 1.625em;
    font-weight: bold;
}

@media screen and (max-width:600px) {
    .roll_stock_title {
        font-size: 1.3em;

    }

    .roll_stock {

        padding: 40px 30px;

    }

}

.roll_stock_title + .txt {
    margin-top: 14px;
    margin-bottom: 14px;
}
.roll_stock_img {
    max-width: 500px;
    margin: 0 auto;
}
.roll_stock_img img {
    width: 100%;
    max-width: 604px;
    height: auto;
}

.roll_stock + .txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 66px;
}

/* ここまで　ローリングストック */

/* 要配慮者 */


.container_wrap .youhairyo > h2.ttl{

	font-size: 1.813em;

}



.pc_youhairyo {
    display: none;
}
/* ここまで 要配慮者 */

@media screen and (max-width:600px) {
    .pc_youhairyo {
        display: inline-block;
    }

}

.container_wrap .allerg_block .ttl,
.container_wrap .youhairyo_block .ttl {
    font-size: 20px;
}

.youhairyo_block {

    padding: 40px;
    border: #EDD2A3 solid 1px;


}

.youhairyo_block_inner {
    display: flex;
    flex-wrap: wrap;
}

.youhairyo_block_left {


    width: calc(100% - 528px - 40px);
    margin-right: 40px;
    text-align: center;
}

.youhairyo_block_right {


    width: calc(100% - 352px - 40px);
}

@media screen and (max-width:1240px) {

    .youhairyo_block_left {


        width: 100%;
        margin-right: 0;
    }

    .youhairyo_block_right {

        width: 100%;
    }

}

.youhairyo_block_left_table,
.youhairyo_block_right_table {
    width: 100%;
    text-align: center;
}

.youhairyo_block_left_table td,
.youhairyo_block_left_table th,
.youhairyo_block_right_table td,
.youhairyo_block_right_table th {
    padding: 15px;
}

.youhairyo_block_left_table th,
.youhairyo_block_right_table th {
    font-size: 18px;
    background-color: #FEFAE6;
    color: #B08047;
}

.youhairyo_block_left_table,
.youhairyo_block_right_table {
    margin-top: 40px;
    border-collapse: collapse;

}

.youhairyo_block_left_table tr,
.youhairyo_block_right_table tr {
    border-top: 1px solid #EDD2A3;
    border-bottom: 1px solid #EDD2A3;
}

.youhairyo_block_right_table tr td:first-of-type,
.youhairyo_block_right_table tr th:first-of-type {
    border-right: 1px solid #EDD2A3;

}

.youhairyo_block_left_inner,
.youhairyo_block_right_inner {

    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (max-width:1240px) {

    .youhairyo_block_left_inner,
    .youhairyo_block_right_inner {

        padding-left: 0;
        padding-right: 0;
    }

}

.txt_chusha_ku {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left!important;
    line-height: 1.4615;
}

.youhairyo_block_left_table tr:last-child {

    border-bottom: none;
}

.mb_bottom_zero {
    margin-bottom: 0!important;
}

@media screen and (max-width:1240px) {

    .mb_bottom_zero {
        margin-bottom: 0;
    }

}

.pd_r_16 {

    padding-right: 16px;
}

@media screen and (max-width:1240px) {

    .pd_r_16 {

        padding-right: 0;
    }

}

.youhairyo {
    margin-bottom: min(12vw, 80px);
}

.allerg_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.allerg_block_left,
.allerg_block_right {

    width: calc((100% - 36px) / 2);

}

@media screen and (max-width:980px) {

    .allerg_block_left,
    .allerg_block_right {

        width: 100%;

    }
    .allerg_block_right {

        margin-top: 40px;
        margin-bottom: 36px;

    }

}

.allerg_block .allerg_block_inner {
    padding: 40px 20px;
}

.allerg_pc {
    display: none;
}

@media screen and (max-width:600px) {
    .allerg_block .allerg_block_inner {

        padding-left: 0;
        padding-right: 0;

    }
    .allerg_pc {
        display: inline-block;
    }

}

.allerg_block .allerg_block_inner .allerg_elem {
    border: #EDD2A3 solid 1px;


}

.allerg_block_inner .allerg_elem {
    display: flex;

}

.allerg_block_elem_left {

    width: 171px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    background-color: #FEFAE6;
}
.allerg_elem .allerg_block_elem_left img {

    width: 110px;
    height: auto;
    margin-top: 18px;

}

.allerg_elem .elem_ttl {
    text-align: center;
    color: #B08047;
    font-size: 18px;
    line-height: 1.125;
    font-weight: bold;
}

.allerg_list_s .allerg_list {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    padding-bottom: 0.6em;
}

.allerg_list_s {
    padding: 30px 20px;

}

.allerg_block_elem_right {
    width: 171px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FEFAE6;
    padding: 30px 20px;
}

.allerg_elem .allerg_block_elem_right img {
    width: 110px;
    height: auto;
    margin-top: 18px;

}

table.alpha {
    min-width: 1000px;
    min-height: 448px;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.2857;
}

table.alpha td,
table.alpha th {
    border: 1px solid #EDD2A3;
    border-collapse: collapse;
}
table.alpha td,
table.alpha th {
    padding: 3px;
    width: 30px;

}
table.alpha th {
    background: #B08047;
    color: #fff;
    white-space: nowrap;
}

/* .alpha .even {
	background: #fbf8f0;
}
.alpha .odd {
	background: #fefcf9;
} */

.alpha .lines,
table.alpha .multi_lines {

    text-align: left;
}

table.alpha .multi_lines {
    padding-left: 1em;
    text-indent: -1em;
    width: 70px;
}

table.alpha p {
    width: 100%;
    margin-left: -1em;
    margin-right: -1em;
}

table.alpha p.minus {

    margin-left: 0;

}

table.alpha .t_img {
    width: 70px;
    padding-left: 5px;
    padding-right: 5px;
}
table.alpha .t_img img {
    width: 61px;

}

table.alpha .okayu_img img {
    width: 41px;
}

table.alpha .img_alpha img {
    width: 53px!important;
}

.left_col {
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

table.alpha .w_shitei {
    width: 138px;
}



.alpha_kome .txt_bassui {
    text-align: left;
    line-height: 1.769;
}

.alpha_txt_red {

    color: #E40012;
    text-decoration: underline;
    font-weight: bold;
}

table.alpha {

    margin-bottom: 40px;
}


@media screen and (max-width:1000px) {

  .table_wrap {
      overflow: scroll;
  }

}


@media screen and (min-width:1200px) {

    .spscroll::before {
        display: none;
    }

}

.alpha_kome > .ttl + .txt_bassui {

    text-align: right;
    margin-bottom: 18px;
}

.alpha_kome {
    margin-bottom: 92px;

}

.bousai_memo_wrap {

    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;

}

@media screen and (max-width:1200px) {

    .bousai_memo_wrap {

        padding-left: 35px;
        padding-right: 35px;

    }

}
@media screen and (max-width:1110px) {

    .bousai_memo_wrap {

        padding-left: 0;
        padding-right: 0;

    }

}

.bousai_memo_wrap .bousai_memo_l_img img,
.bousai_memo_wrap .bousai_memo_r_img img {

    width: 406px;
    height: auto;

}

@media screen and (max-width:1040px) {

    .bousai_memo_wrap {


        justify-content: center;


    }

    .bousai_memo_wrap .bousai_memo_l_img img {

        width: 100%!important;

    }

    .bousai_memo_wrap .bousai_memo_r_img img {

        width: 100%!important;

    }

}

.be_bi_inner {

    display: flex;
    width: 100%;
    align-items: flex-start;

}

table.benri_bihin {
    width: 62%;

}

.benri_bihin_img {

    width: calc(100% - 62% - 30px);

}

.benri_bihin img {

    width: 100%;
    height: auto;
}

table.benri_bihin .benri_bihin_tr td {

    padding-left: 1.8em;
    text-indent: -1em;

}

.benri_bihin_tr {
    border-bottom: 1px solid #EDD2A3;
}

.benri_bihin_tr td {

    border-right: 1px solid #EDD2A3;
    padding-left: 1em;
    padding-right: 1em;
}

.benri_bihin_tr:nth-child(2) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(3) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(4) {

    border-bottom: 0 solid #EDD2A3;
}
.benri_bihin_tr:nth-child(5) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(7) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(9) {

    border-bottom: 0 solid #EDD2A3;
}
.benri_bihin_tr:nth-child(13) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr td:nth-child(2) {

    border-right: 0 solid #EDD2A3;

}

.benri_bihin_tr:nth-child(3) td {

    border-right: 0 solid #EDD2A3;

}

.benri_bihin_tr:nth-child(3) {

    border-bottom: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(4) td {

    border-right: 0 solid #EDD2A3;
}
.benri_bihin_tr:nth-child(5) td {

    border-right: 0 solid #EDD2A3;
}
.benri_bihin_tr:nth-child(6) td {

    border-right: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(8) td {

    border-right: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(10) td {

    border-right: 0 solid #EDD2A3;
}

.benri_bihin_tr:nth-child(14) td {

    border-right: 0 solid #EDD2A3;
}

.benri_bihin_ttl {
    border-top: 1px solid #EDD2A3;
    border-bottom: 1px solid #EDD2A3;
    background-color: #FEFAE6;
    color: #B08047;
}

.benri_bihin_ttl th:first-child {

    border-right: 1px solid #EDD2A3;

}

.benri_bihin_tr td[rowspan] {

    border-bottom: 1px solid #EDD2A3;

}

/* table  上下border間のスペース */

.benri_bihin_tr:nth-child(2) td {

    padding-top: 12px;
}
.benri_bihin_tr:nth-child(7) td {

    padding-top: 12px;
}
.benri_bihin_tr:nth-child(9) td {

    padding-top: 12px;
}
.benri_bihin_tr:nth-child(11) td {

    padding-top: 12px;
}
.benri_bihin_tr:nth-child(12) td {

    padding-top: 12px;
}
.benri_bihin_tr:nth-child(13) td {

    padding-top: 12px;
}

.benri_bihin_tr:nth-child(6) td {

    padding-bottom: 12px;
}
.benri_bihin_tr:nth-child(8) td {

    padding-bottom: 12px;
}
.benri_bihin_tr:nth-child(10) td {

    padding-bottom: 12px;
}
.benri_bihin_tr:nth-child(11) td {

    padding-bottom: 12px;
}
.benri_bihin_tr:nth-child(12) td {

    padding-bottom: 12px;
}
.benri_bihin_tr:nth-child(14) td {

    padding-bottom: 12px;
}

.benri_bihin_tr td[rowspan] {

    padding-top: 0;

}

@media screen and (max-width:1080px) {

    table.benri_bihin .benri_bihin_tr .nowrap {
        white-space: normal;
        padding-left: 0.8em;
        text-indent: 0;
    }

    table.benri_bihin {
        width: 70%;

    }

    .benri_bihin_img {

        width: calc(100% - 70% - 30px);

    }

}

@media screen and (max-width:600px) {

    table.benri_bihin {
        width: 100%;

    }

    .benri_bihin_img {
        display: none;

    }

}

.pamph_btn {

    margin-top: 60px;
    margin-bottom: 100px;

}

.benri_bihin_ttl + .benri_bihin_tr td:nth-child(1) {
    /* vertical-align:top; */

}

.be_bi_inner {
    margin-top: 40px;
}

@media screen and (max-width:414px) {
    .shien_graph_obi .pc2 {

        display: inline-block;
    }
}

.nowrap2 {
    white-space: nowrap;
}

.sorezore {
    font-size: 1.5em!important;
    margin-top: 60px;
}

.set7w_ex
{
    padding-top: 20px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
        -webkit-align-items: flex-start;
                align-items: flex-start;
}




.set7w_l
{
    width: 38%;
    text-align: center;
    max-width: 450px;
}
.set7w_l .caption{
	font-size: 92.5%;
	text-align: right;
}
.set7w_ttl
{
    width: 45%;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    /*color:#40220f;*/
    color: #df6720;
    border-radius: 20px;
}
.set7w_l,
.set7w_ttl{   
margin: 0 1%;
}


@media screen and (max-width:1200px) {

.br_set7w
{
    display: none;
}
}

@media screen and (max-width:940px) {
.set7w_ttl
{
    font-size: 18px;
}
}



@media screen and (max-width:540px) {
.set7w_ex
{
    flex-direction: column;
        -webkit-align-items: center;
                align-items: center;
}
.set7w_l
{
    width: 100%;
/*    text-align: center;
    max-width: 480px;*/
}
.set7w_ttl
{
    width: 100%;
	margin-bottom: 10px;
}
}

.set4puls3{
    text-align: center;
    background-color: #fffaeb;
    border-radius: 20px;
    margin: 10px 0;
}
.set4puls3 img {
    max-width: max-content;
}

/*asortset_exp*/

.asortset_exp
{
    display: flex;
    justify-content: space-between;
flex-wrap: wrap;
}







.aso_exp
{
    width: calc(50% - 4%);
    padding: 0 10px 40px;
}

.aso_exp_ttl
{
/*color: #B08047;*/
color: #000;
font-weight: bold;
font-size: 20px;
}

.anshin_varieties .aso_exp_img
{
    display: block;
    margin-top: 17px;
}





@media screen and (max-width:900px) {

.asortset_exp
{
    display: flex;
    flex-direction: column;
    justify-content: center;
flex-wrap: wrap;
align-items: center
}
.aso_exp
{
    width:100%;
    max-width: 400px;
    padding: 0 10px 40px;
}
.anshin_varieties
{
    padding-bottom: 70px
}
}

/*2024.05.14add*/
.series_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
/*=====防災用非常食 シリーズの特徴(household.cssから移植)======*/
#anchor_bosai .series_flex .img {
    width: 43%;
}
#anchor_bosai .series_flex .txt {
    width: 55%;
}
#anchor_bosai .img.img_note::before{
	color: #aaa;
    opacity: 0;
}
#anchor_bosai .set_ttl_wrap {
    width: 32%;
    text-align: center;
    line-height: 140%;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: min(1.3vw,1em);
    font-weight: bold;
    padding: min(0.2vw,5px);
    margin-bottom: 20px;
}
#anchor_bosai .set_ttl_wrap.set_yellow{
    background: #FBCB3F;
    color: #DA783B;    
}
#anchor_bosai .set_ttl_wrap.set_orange {
    background: #bf5d33;
    color: #DA783B;
}
#anchor_bosai .set_img {
    width: 65%;
    margin-left: auto;
}
#anchor_bosai .set_ttl_inr {
    border: 1px dashed #fff;
    padding: min(0.3vw,15px) min(0.2vw,10px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#anchor_bosai .set_txt .big_txt {
    font-size: 140%;
    line-height: 140%;
}
.note_btn a {
    margin-top: 1em;
    height: auto;
    margin-right: 0;
    padding: 0.75em 0;
    max-width: 320px;
}
@media screen and (max-width:840px) {
#anchor_bosai .set_ttl_wrap {
    width: 100%;
    font-size: 1em;
    padding: 5px;
    max-width: 360px;
    margin: 0 auto 20px;
}
#anchor_bosai .set_ttl_inr {
    padding: 15px 10px;
}
#anchor_bosai .set_img {
    width: 100%;
}
}
.gohan_btn a::before{
    height: 40px;
}

.hazard_wrap {
    margin: min(5vw, 20px) auto min(10vw, 50px);
    background: #fefae2;
}
.hazard_caption {
    font-size: min(3.2vw,12px);
    padding: min(2vw, 8px) 0 10px;
    line-height: 160%;
}
.hazard_txt_flex {
    display: flex;
    border-radius: 0 0 15px 15px;
    padding: 0 5% min(7vw, 30px);
}
.hazard_txt {
    font-size: 110%;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}
.hazard_map {
    width: 120px;
    min-width: 120px;
    margin-left: 2.5%;
}
@media screen and (max-width:760px) {
.hazard_txt_flex {
    flex-wrap: wrap;
    justify-content: center;
}
.hazard_map {
    margin-top: 10px;
    }
}
/*----20240822 add----*/
.txt_right {
    text-align: right;
}
span.mini {
    font-size: 75%;
}
.head_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 971px;
    margin: 0 auto 30px;
}
.yasai_list_img {
    width: 59%;
}
.jusoku_img {
    width: 41%;
}
.jusoku_subtxt {
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
    color: #794a1d;
}
@media screen and (max-width: 680px) {
    .yasai_list_img, .jusoku_img {
        width: 100%;
    }
}
.f_phase_subhead.yasaisoup_phase {
    width: 100%;
    line-height: 1.3;
    padding: 10px;
}
.unwell_flex {
    margin-bottom: min(7vw, 50px);
}
.unwell_inr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: min(100%, 800px);
}
.unwell_img{
    width: 20%;
    padding: 0 0 1em 0;
}
.unwell_detail{
    width: 75%;
}
.unwell_inr:not(:last-child) .unwell_detail {
    border-bottom: 1px dashed;
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
}
.unwell_ttl {
    color: #E40012;
    font-weight: bold;
    font-size: min(4.5vw, 22px);
    margin-bottom: min(3vw, 10px);
}