@charset "UTF-8";
/* CSS Document */
.red{
	color: #b22222;
}
.page_img {
	background-image: url("../img/product/longlife/bg_head_longlife.jpg");
}
section{
    margin-bottom: min(18vw, 100px);
}
.ttl_s {
    font-size: 0.52em;
    display: block;
    line-height: 140%;
	margin-bottom: 10px;
}
.txt_right{
	text-align: right;
}
.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;
}

.three_column .btn a {

    padding-right: 36px;
}

@media screen and (max-width:1100px) {
.three_column .btn a.sonakome{


  padding-right: 10px;
}
}
@media screen and (max-width:990px) {
.three_column .btn a {

    padding-right: 7px;
}
}
@media screen and (max-width:975px) {
.three_column .btn a {


    padding-left: 36px;
}
}
/*

.sona_br{
    dinline-block;
}
*/

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




.btn a::before {
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	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;
}

/*=====もしもの備えに安心を=====*/
.head_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: 40px;
}
.head_wrap .txt{
	width: 47%;
	margin-bottom: 10px;
}
.head_wrap .img{
	width: 45%;
	margin: 0 auto;
}
/*アンカーリンク*/
.anchorlink_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.anchorlink_list li {
    width: 31%;
    background: url("../img/product/longlife/bg_anchorlink_l.jpg") no-repeat center / 100% 100%;
    position: relative;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 1.1% 20px;
}
.anchorlink_list li .inner {
    padding: 15px 0;
}
.anchorlink_list li .inner img {
    max-width: 280px;
}
.anchorlink_list li.fullpic .inner img {
    max-width: none;
}
.anchorlink_list .link_name {
    color: #b22222;
    font-size: 1em;
    text-align: center;
    width: 100%;
    max-width: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 1.1em 0;
    border-radius: 25px 0 0 0;
    line-height: 120%;
    transition: all ease 300ms;
}
.anchorlink_list .link_name::after {
    content: "→";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0.5em;
    height: 1em;
    transform: scale(1.5,1);
    transform-origin: right;
    transition: right ease 300ms;
}
.anchorlink_list .inner:hover .link_name{
	color: #ffffff;
	background: #b22222;
}
.anchorlink_list .inner:hover .img{
	transform-origin: center;
}
/*リンクボタン*/
ul.linkbtn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	margin-bottom: 40px;
}
ul.linkbtn_flex.three_column li {
    width: 31%;
    max-width: 446px;
	margin-left: 1%;
	margin-right: 1%;
}

ul.linkbtn_flex .btn a{
	width: 100%;
}
.how_btn a{
    padding-left: 100px;
    padding-right: 70px;
}
/*=====BCP=====*/
.bcp_wrap {
    background: #e5f5fc;
    border-radius: 0 0 10px 10px;
    box-shadow: 6px 6px #ededed;
    padding: 50px 4.4% 30px;
    margin-bottom: 60px;
	position: relative;
}
.bcp_wrap::before {
    content: "";
    display: block;
	background: url("../img/product/longlife/icon_ring.png") repeat-x left bottom / auto 100%;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 0;
}
.bcp_wrap .txt {
    margin-bottom: 10px;
}
.bcp_list{
	margin-bottom: 25px;
}
.bcp_list li {
    text-indent: -1em;
    padding-left: 1em;
}
.bcp_graph {
    width: 100%;
	max-width: 930px;
    margin: 0 auto;
}
.bcp_img_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.bcp_off {
    width: 56.5%;
	margin-bottom: 20px;
    border: 1px solid #036ea7;
}
.bcp_on {
    width: 40%;
    border: 1px solid #d50012;
	margin-bottom: 20px;
}
.bcp_img_wrap .img_wrap {
    padding: 25px 20px;
}
.bcp_img_wrap .ttl {
    text-align: center;
    line-height: 100%;
    font-size: 1.3em;
    font-weight: bold;
    padding: 13px 0;
	color: #ffffff;
}
.bcp_off .ttl{
	background: #036ea7;
}
.bcp_on .ttl{
	background: #d50012;
}
.bcp_img_wrap .name {
    background: #e0edf4;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 100%;
    padding: 7px 0;
    margin-bottom: 10px;
}
.bcp_img_wrap .sample_list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.bcp_img_wrap .sample_list li {
    margin: 0 1.25%;
}
.bcp_img_wrap .bcp_on .sample_list .img {
/*	max-width: 280px;*/
	margin-left: auto;
	margin-right: auto;
}
.ba_wrap .before,
.ba_wrap .after{
    text-align: center;
    line-height: 110%;
    font-weight: bold;
    font-size: 1.5em;
    background: #ccc;
    padding: 10px 0;
	border-radius: 10px;
}
.bcp_off .before,
.bcp_off .after{
    background: #e0edf4;	
	color: #036ea7;
}
.bcp_on .before,
.bcp_on .after{
    background: #fce9ec;
	color: #d50012;
}
.ba_wrap .btoa {
    width: 12vw;
    max-width: 90px;
    margin: 3px auto;
}
/*=====取得認証について=====*/
.container_wrap .ttl_flex {
	font-size: 1.45em;
    font-weight: bold;
    color: #40220f;
    font-feature-settings: "palt"1;
    letter-spacing: 1.5px;
    background: url(../img/company/dotted.png) repeat-x left bottom;
    padding: 0 0 15px 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}
.container_wrap .ttl_flex .icon {
    font-size: 0.7em;
    font-weight: normal;
    letter-spacing: 0;
    border: 1px solid #40220f;
    line-height: 100%;
    padding: 4px 10px;
    margin-left: 15px;
}
.certified_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.certified_flex .img {
    width: 120px;
}
.certified_flex .txt {
    width: calc(98% - 120px);
}
/*=====各項目共通====*/
.head_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.head_flex .img_wrap{
	margin: 0 auto 10px;
	max-width: 560px;
}
.anchor_lf .img_wrap{width: 56%;}
.anchor_lf .txt_wrap{width: 40%;}
.anchor_lfo .img_wrap{width: 52%;}
.anchor_lfo .txt_wrap{width: 40%;}
.anchor_la .img_wrap{width: 53%;}
.anchor_la .txt_wrap{width: 40%;}
.anchor_lr .img_wrap{width: 53%;}
.anchor_lr .txt_wrap{width: 40%;}
.anchor_lt .img_wrap{width: 42%;}
.anchor_lt .txt_wrap{width: 50%;}

/*=====タイプアイコン=====*/
.type_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    margin-bottom: 40px;
}
.type_list li {
    width: calc(100% / 3);
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    padding: 20px 2%;
}
.type_list .btn a {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 120%;
    justify-content: center;
    padding-left: 60px;
    padding-right: 30px;
    text-align: center;
    margin-top: 10px;
}
.type_list .btn a::before {
    left: 0;
}
.type_flex {
    display: flex;
	justify-content: space-between;
}
.type_flex .icon {
    width: 90px;
}
.type_flex .txt_wrap {
    width: calc(100% - 100px);
}
.type_flex .txt_wrap .name {
    color: #794a1d;
    font-weight: bold;
    font-size: 1.2em;
    background: #fdf3bd;
    display: inline-block;
    line-height: 120%;
    padding: 3px;
    margin-bottom: 10px;
}
.type_flex .txt_wrap .txt {
    font-size: 0.935em;
    line-height: 160%;
}
.type_list .heightmatch{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.type_list .heightmatch .btn {
    width: 100%;
}
/*=====安心米個食タイプ=====*/
.cook_photo {
    width: 95.655%;
    max-width: 660px;
    margin: 0 auto 60px;
}
.okayu_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.okayu_flex .txt {
	width: 62%;
    margin-bottom: 20px;
}
.okayu_flex .img {
    width: 34.5%;
	max-width: 345px;
	margin-left: auto;
	margin-right: auto;
}
/*=====安心米作り方====*/
.making_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 0 auto 20px;
    margin: 0px auto 50px;
}
.making_flex:last-child{
	margin-bottom: 0;
}
.making_flex li {
    position: relative;
    width: 32.68%;
    margin-bottom: 10px;
    overflow: hidden;
}
.making_flex li .num {
    position: absolute;
    top: 0;
    left: 0;
    background: #d69e34;
    color: #ffffff;
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    border-radius: 50%;
}
.making_flex li .img {
    margin-bottom: 10px;
}
.making_flex li .txt {
    background: #fefae6;
    padding: 15px;
    width: 95%;
	margin: 0 auto;
    height: 100%;
}


/*=====安心米クイック====*/

.q_logo_par
{
    position: relative;
    
}
.quick_logo
{
    position: absolute;
    right:0;
top: -20px;
    width: 200px;
    height: auto;
    
}

@media screen and (max-width:620px) {
.quick_logo
{
    position: absolute;
    right:0;
top: 53px;
    width: 110px;
    height: auto;
    
}
}
@media screen and (max-width:480px) {
.quick_logo
{
    position: absolute;
    right:0;
    left: 0;
    margin: auto;
top: 106px;
    width: 110px;
    height: auto;
    
}
.q_logo_photo{
    padding-top: 40px;
}

}
@media screen and (max-width:391px) {
.quick_logo
{

top: 129px;
    width: 100px;
    height: auto;
    
}
.q_logo_photo{
    padding-top: 30px;
}

}


label[for="acd-check4"] + .acd-content .making_flex li .num {

    background: #5f360e;

}

.e_meyasu
{
width: 100%;
padding-top: 5px;
}
.e_meyasu p
{
font-weight: bold;
text-align: center;
line-height: 1.2;
font-size: 20px;
}
.hw_wa
{
    padding-top: 5px;
display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.hw_wa p
{
    text-align: center;
padding: 3px auto;
display: block;
width: 50%;
color:#fff;
font-size: 15px;
}
.hw_wa span
{
color:#fff;
    font-weight: bold;

font-size: 22px;

}
.hw_wa p:first-child
{

background-color: #d1332a;

}
.hw_wa p:last-child
{

background-color: #4b9de5;

}
/*=====安心米アソートセット=====*/
.set_list {
    border: 1px solid #edd2a3;
    padding: 20px 8%;
    line-height: 180%;
    margin-top: 25px;
}
.asort_flex {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.asort_flex .flex_l {
    /*width: calc(100% / 3 * 2);*/
    width: calc(100% / 3);
}
.asort_flex .flex_r{
    width: calc(100% / 3);
}
.asort_flex .inner {
    display: flex;
}
.asort_flex .img {
    margin: 0 5px 5px;
}
.asort_flex .flex_l .img {
    /*width: calc(50% - 10px);*/
}
/*=====炊き出し用=====*/
.taki_table {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-top: 1px solid #edd2a3;
}
.taki_table .tr {
    width: 100%;
    display: table;
}
.taki_table .th,
.taki_table .td{
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em;
    line-height: 140%;
}
.taki_table .th {
    width: 29%;
    background: #d69e34;
    color: #ffffff;
    border-bottom: 1px solid #edd2a3;
}
.taki_table .td {
    width: 35.5%;
    border-bottom: 1px solid #d69e34;
    border-right: 1px solid #d69e34;
}
.taki_table .td .big {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
}
@media screen and (max-width:960px) {
/*=====もしもの備えに安心を=====*/
ul.linkbtn_flex.three_column li{
	width: 45%;
   	max-width: 446px;
}
.anchorlink_list .link_name {
    padding: 10px;
    text-align: left;
	border-radius: 10px 0 0 0;
}
/*=====タイプアイコン=====*/
.type_list li {
    width: calc(100% / 2);
}
}
@media screen and (max-width:860px) {
/*=====BCP=====*/
.bcp_img_wrap .bcp_off,
.bcp_img_wrap .bcp_on{
	width: 100%;
}
/*=====各項目共通====*/
.head_flex:not(.yasai_head){
    flex-direction: column-reverse;
}
.head_flex .img_wrap,
.head_flex .txt_wrap{
	width: 100%;
}
}
@media screen and (max-width:600px) {
.btn a{
    padding-right: 0px;
}
/*=====もしもの備えに安心を=====*/
.head_wrap .txt,
.head_wrap .img {
    width: 100%;
}
.anchorlink_list{
	margin-bottom: 30px;
}
.anchorlink_list li {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #b22222;
    border-radius: 10px;
    font-weight: bold;
}
.anchorlink_list li .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 5% 0 0;
    width: 100%;
}
.anchorlink_list .img {
    width: 140px;
	margin-bottom: -10px;
}
.anchorlink_list .link_name {
	width: calc(100% - 140px);
    position: static;
    background: none !important;
    padding-bottom: 15px;
}
.anchorlink_list .inner:hover{
	background: #b22222;
}

ul.linkbtn_flex.three_column li {
    width: 100%;
}

/*=====BCP=====*/
.bcp_img_wrap .sample_list {
    flex-wrap: wrap;
	margin-bottom: 0;
}
.bcp_img_wrap .sample_list li {
    width: 47%;
	margin-bottom: 20px;
}
.bcp_img_wrap .sample_list li.long {
    width: 94%;
}
/*=====取得認証について=====*/
.container_wrap .ttl_flex {
	font-size: 1.3em;
    line-height: 140%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
	display: block;
}
.container_wrap .ttl_flex .icon {
    margin: 0 auto 10px;
}
.certified_flex {
    margin-bottom: 25px;
}
.certified_flex .img {
    width: 60px;
}
.certified_flex .txt {
    width: calc(98% - 60px);
}
/*=====各項目共通====*/
.head_flex{
	margin-bottom: 20px;
}
.anchor_lf .img_wrap{max-width: 280px;}
.anchor_lfo .img_wrap{max-width: 260px;}
.anchor_la .img_wrap{max-width: 265px;}
.anchor_lr .img_wrap{/*max-width: 265px;*/width: 90%;}
.anchor_lt .img_wrap{max-width: 210px;}
/*=====タイプアイコン=====*/
	.type_list{
		margin-bottom: 25px;
	}
.type_list li {
    width: 100%;
    padding: 10px 2%;
}
.type_flex .icon {
    width: 60px;
}
.type_flex .txt_wrap .name{
	font-size: 1em;
	margin-bottom: 5px;
}
.type_flex .txt_wrap,
.type_list .btn a{
    width: calc(100% - 70px);
}
.type_list .btn a {
    height: 40px;
    width: calc(100% - 70px);
    margin-right: 0;
    padding-left: 40px;
}
.type_list .btn a::before {
    width: 30px;
}
.type_list .txt{
    font-size: 0.935em;
    line-height: 160%;
}
.type_list .heightmatch{
	display: block;
}
/*=====安心米個食=====*/
.okayu_flex .txt,
.okayu_flex .img{
	width: 100%;
}
/*=====安心米作り方=====*/
.making_flex {
    display: block;
	margin-bottom: 30px;
}
.making_flex li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.making_flex li .num {
    width: 25px;
    height: 25px;
    font-size: 1.2em;
}
.making_flex li .img {
    width: 150px;
}
.making_flex li .txt {
    width: calc(100% - 150px);
    line-height: 150%;
    padding: 0px 10px;
    background: none;
}
}


.br_q_logo_par
{
    display: none;
}

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


/*=====安心米アソート=====*/
.asort_flex .flex_l,
.asort_flex .flex_r,
.asort_flex .inner {
    width: 100%;
    flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
}
/*=====炊き出し用=====*/
.taki_table {
    font-size: 90%;
    text-align: left;
}





/*=====安心米アソート　収納イメージ=====*/
.set7w_ex
{
    padding-top: 20px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
        -webkit-align-items: center;
                align-items: center;
}
.set7w_l{
    width: 55%;
    text-align: center;
    max-width: 480px;
}
.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% 15px;
}

@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:500px) {
.set7w_ex
{
    flex-direction: column;
}
.set7w_l
{
    width: 100%;
/*    text-align: center;
    max-width: 480px;*/
}
.set7w_ttl
{
    width: 100%;
}
}

/*=====からだを想う野菜スープ（2024.05.14add）=====*/
.yasai_head {
    justify-content: center;
}
.yasai_list_img {
    width: 59%;
}
.jusoku_img {
    width: 41%;
}
:where(#anchor_ky) .set7w_ex{
        align-items: center;    
}
:where(#anchor_ky) .set7w_l{
    width: 50%;
    position: relative;
}
@media screen and (max-width:680px) {
.yasai_list_img,
.jusoku_img {
    width: 100%;
}
:where(#anchor_ky) .set7w_ex,
:where(#anchor_ky) .set7w_l{
        width: 100%;        
    }
}
.f_phase_subhead.yasaisoup_phase {
    width: 100%;
    line-height: 1.3;
    padding: 10px;
    margin-bottom: 22px;
    font-size: 18px;
    border: #B08047 solid 1px;
    font-weight: bold;
    color: #B08047;
    text-align: center;
}
@media screen and (max-width: 600px) {
.f_phase_subhead.yasaisoup_phase {
        font-size: 16px;
        line-height: 1.4;
    }
}
/*=====ライスレジンスプーン（2024.05.14add）=====*/
.env_wrap {
    width: 100%;
    margin: min(7vw, 40px) auto;
}
.txt.blue {
    color: #036ea7;
}
.env_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: min(4vw, 20px);
    align-items: center;
}
.ico_env {
    width: 130px;
}
.riceresin_detail {
    width: calc(100% - 150px - 3%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: 1px solid #90abdb;
    border-radius: 15px;
    position: relative;
    padding-bottom: min(3vw,15px);
}
.riceresin_detail .ttl {
    background: #90abdb;
    color: #fff;
    font-weight: bold;
    padding: 10px 1.2em;
    line-height: 100%;
    width: 100%;
    border-radius: 12px 12px 0 0;
    margin-bottom: min(3vw,15px);
}
.resin_flex {
    width: calc(calc(100% - 48px)/ 2 - 5%);
    display: flex;
    align-items: center;
}
:where(.anchor_lt) .resin_flex {
    width: 90%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ico_resin {
    width: 80px;
    min-width: 80px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ico_resin img {
    max-width: fit-content;
}
.txt_resin {
    font-size: 80%;
    line-height: 140%;
}
.photo_spoon_wrap {
    width: 48px;
    min-width: 48px;
}
.photo_spoon {
    position: absolute;
    width: 48px;
    right: -1%;
    top: 0;
    transform: rotate(15deg);
}
.photo_spoon14 {
    width: 42px;
    right: 0;
    top: auto;
    bottom: 0;
}
.karadaomou_wrap {
    margin: min(4vw, 50px) 0;
}
.jusoku_subtxt {
    font-size: 75%;
    line-height: 140%;
    font-weight: bold;
    color: #794a1d;
}
@media screen and (max-width:680px) {
.ico_env {
    text-align: center;
    margin: 0 auto;
}
.riceresin_detail {
    width: 100%;
    margin-top: min(4vw, 30px);
}
.resin_flex {
    width: 90%;
    margin: 10px 0;
}
.photo_spoon {
    width: 36px;
    top: auto;
    bottom: -10px;
    right: 2%;
}
.txt_resin {
    padding-right: 22px;
}
}
/*=====series_flex（2024.05.14add）=====*/
#anchor_ky .type_list {
    margin-bottom: min(4vw, 20px);
}
#anchor_ky .series_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fefae6;
}
#anchor_ky .set_ttl_wrap {
    width: 40%;
    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(5.4vw,23px);
    font-weight: bold;
    padding: 5px;
    margin: 10px 3%;
}

#anchor_ky .set_ttl_wrap.set_yellow{
    background: #FBCB3F;
    color: #DA783B;    
}
#anchor_ky .set_ttl_wrap.set_orange {
    background: #bf5d33;
    color: #DA783B;
}
#anchor_ky .set_ttl_inr {
    border: 1px dashed #fff;
    padding: 30px 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#anchor_ky .set_message{
    width: 37%;
}
#anchor_ky .img_pic {
    width: 12%;
}
#anchor_ky .img_pic .caption {
    font-size: 70%;
    text-align: right;
}



@media screen and (max-width:840px) {
#anchor_ky .series_flex {
    align-items: flex-start;
}
#anchor_ky .set_ttl_wrap {
    width: 100%;
}
#anchor_ky .set_message {
    width: 60%;
        margin-left: 3%;
}
#anchor_ky .img_pic {
    width: 30%;
}
}
@media screen and (max-width:860px) {
    #anchor_ky .head_flex.anchor_lr{
        position: relative;
        padding-top: 80px;
    }
    #anchor_ky .head_flex.anchor_lr .f_phase_subhead.yasaisoup_phase{
        position: absolute;
        top: 0;
        left: 0;        
    }
}