@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "HuiFont";
  src: url("../font/HuiFontP29.woff") format("woff2"),
       url("../font/HuiFontP29.woff") format("woff");
}
.hui{
	font-family: 'HuiFont', "sans-serif";
}
.red{
	color: #b22222;
}
.page_img {
	background-image: url("../img/product/school/bg_head_school.jpg");
}
section{
	margin-bottom: 60px;
}
.btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: block;
    width: 86%;
	max-width: 446px;
    padding: 1.2em 60px;
    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;
}
.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;
}

/*調理マニュアル*/
.manual_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.manual_movie{
    width: calc(100% - 470px);
    height: 26.2vw;
    max-height: 336px;
    padding-top: 38px;
}
.manual_txt{
	width: 440px;
	border-bottom: 20px solid #f4f1e8;
	position: relative;
}
.manual_txt .head {
    width: 100%;
    height: 112px;
    background: url(../img/product/school/manual_head.png) no-repeat center bottom;
    color: #40220f;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 22px;
}
.manual_txt .txt{
	width: 100%;
	background: url("../img/product/school/manual_txt.jpg") repeat-y center top;
    padding: 1px 35px;
    line-height: 34px;
}
.manual_txt::after{
	content: "";
	display: block;
	width: 54px;
	height: 68px;
	background: url("../img/product/school/manual_end.png") no-repeat right bottom;
	position: absolute;
	bottom: -20px;
	right: 0;
}
/*調理方法*/
.cooking_wrap h3.ttl {
    color: #40220f;
    font-size: 1.6em;
    padding: 0 0 15px 15px;
    background: url("../img/company/dotted.png") repeat-x bottom right;
    margin-bottom: 50px;
}
ul.tab_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #d69134;
}
ul.tab_list li {
    width: 24.2%;
    text-align: center;
    display: flex;
}
ul.tab_list li label {
    width: 100%;
    display: block;
    color: #ffffff;
    background: #d69134;
    line-height: 100%;
    font-size: 1.3em;
    padding: 20px 0;
    border: 1px solid #d69134;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    position: relative;
}
ul.tab_list li label:hover{
	background: #ffffff;
	color: #d69134;
}
.tab_content {
    width: 90%;
    margin: 40px auto;
}
.tab_content li{
    height: 0;
	transform: scale(1,0);
	transform-origin: top;
/*	transition: all ease 400ms;*/
	background: #ffffff;
}
.tab_content .method{
	margin-bottom: 20px;
}
.tab_content .method .name {
    color: #a28047;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 5px;
}
.tab_content .method .name::before{
	content: "●";
}
.tab_content .method .txt{
	counter-increment: number;
}
.tab_content .method .txt::before {
    content: counter(number);
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    line-height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    text-indent: 0;
    padding: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 0.15em;
}
.cooking_wrap input[type="radio"]:nth-of-type(1):checked ~ ul.tab_list li:nth-of-type(1) label,
.cooking_wrap input[type="radio"]:nth-of-type(2):checked ~ ul.tab_list li:nth-of-type(2) label,
.cooking_wrap input[type="radio"]:nth-of-type(3):checked ~ ul.tab_list li:nth-of-type(3) label,
.cooking_wrap input[type="radio"]:nth-of-type(4):checked ~ ul.tab_list li:nth-of-type(4) label,
.cooking_wrap input[type="radio"]:nth-of-type(5):checked ~ ul.tab_list li:nth-of-type(5) label{
	background: #ffffff;
	color: #d69134;
}
.cooking_wrap input[type="radio"]:nth-of-type(1):checked ~ ul.tab_list li:nth-of-type(1) label::after,
.cooking_wrap input[type="radio"]:nth-of-type(2):checked ~ ul.tab_list li:nth-of-type(2) label::after,
.cooking_wrap input[type="radio"]:nth-of-type(3):checked ~ ul.tab_list li:nth-of-type(3) label::after,
.cooking_wrap input[type="radio"]:nth-of-type(4):checked ~ ul.tab_list li:nth-of-type(4) label::after,
.cooking_wrap input[type="radio"]:nth-of-type(5):checked ~ ul.tab_list li:nth-of-type(5) label::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 2;
	bottom: -1px;
	left: 0;
	background: #ffffff;
}
.cooking_wrap input[type="radio"]:nth-of-type(1):checked ~ .tab_content li:nth-of-type(1),
.cooking_wrap input[type="radio"]:nth-of-type(2):checked ~ .tab_content li:nth-of-type(2),
.cooking_wrap input[type="radio"]:nth-of-type(3):checked ~ .tab_content li:nth-of-type(3),
.cooking_wrap input[type="radio"]:nth-of-type(4):checked ~ .tab_content li:nth-of-type(4),
.cooking_wrap input[type="radio"]:nth-of-type(5):checked ~ .tab_content li:nth-of-type(5){
	transform: scale(1,1);
    height: auto;
}

/*調理器具*/
.kitchenwareu_flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.kitchenwareu_flex li {
    margin: 0 2px;
    line-height: 140%;
    color: #998407;
	margin-bottom: 15px;
}
.kitchenwareu_flex .img{
	margin-bottom: 7px;
}
/*あっという米*/
.atto_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.atto_flex .img {
    width: 29%;
	max-width: 580px;
	margin-bottom: 20px;
}
.atto_flex .txt {
    width: 40%;
    margin-top: 50px;
}
.atto_btn {
    margin-top: 50px;
}
.atto_btn.btn .link:before{
    background-image: url("../img/common/ico_alpha.png");
}
.atto_btn.btn .link:hover::before {
    background-image: url("../img/common/ico_alpha_on.png");	
}
/* 事例*/
.jirei_wrap{
	position: relative;
	margin-top: 85px;
    padding: 10px 5%;
    margin-bottom: 50px;
}
/*あっという米 事例*/
.jire_atto {
    background: url(../img/product/school/bg_check01.jpg) repeat;
}
.jire_atto .jirei_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 18vw;
    max-height: 160px;
}
.jire_atto .jirei_head .icon {
    width: 18%;
    position: absolute;
    top: -80px;
}
.jire_atto .jirei_head .ttl {
    width: 52%;
    margin-right: 5%;
    margin-left: calc(20% + 30px);
    font-size: 2em;
    line-height: 150%;
    color: #40220f;
    letter-spacing: 1.5px;
}
.jire_atto .jirei_head .twins {
    width: 15%;
    max-width: 130px;
}
.jire_atto .kondate_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jire_atto .kondate_list .kondate {
    width: 30.445%;
    margin-bottom: 40px;
}
.jire_atto .kondate_list .name_wrap {
    color: #ffffff;
    width: 96%;
    margin: 0 auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 100%;
}
.jire_atto .kondate_list .name_wrap::before,
.jire_atto .kondate_list .name_wrap::after{
	content: "";
	display: inline-block;
	width: 28px;
	height: 42px;
	background: url("../img/product/school/attojirei_name_bg_edge.png") no-repeat top;
}
.jire_atto .kondate_list .name_wrap::after {
    transform: scaleX(-1);
}
.jire_atto .kondate_list .name {
    width: calc(100% - 56px);
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    background: url(../img/product/school/attojirei_name_bg.png) repeat-x top;
}
.jire_atto .kondate_list .photo_wrap {
    position: relative;
}
.jire_atto .kondate_list .photo_wrap::before {
    content: "";
	display: block;
	width: 20px;
	height: 25px;
	background: url("../img/product/school/ico_pin01.png") no-repeat center / contain;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.jire_atto .kondate_list .photo {
    border: 7px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.jire_atto .photo_wrap .kondate_menu {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 1em 1em 0;
    font-size: 0.825em;
    line-height: 150%;
    color: #fff;
    background: rgba(219,84,37,0.9);
    width: 100%;
    height: 100%;
	text-indent: -1em;
	padding-left: 2em;
    transition: all ease 300ms;
	transform: scale(1,0);
	transform-origin: top;
	overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.jire_atto .photo_wrap .kondate_menu::-webkit-scrollbar {
    display:none;
}

.jire_atto .photo_wrap:hover .kondate_menu{
	transform: scale(1,1);
}
.keisai_wrap .keisai_flex {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5%;
    position: relative;
}
.keisai_wrap .keisai_flex .head {
    color: #40220f;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    width: 37.108%;
    padding: 3em 0 4em;
	background: url("../img/product/school/jirei_voice_bg01.png") no-repeat center / 100% 100%;
}
.keisai_wrap.genmai_ver .keisai_flex .head {
	background-image: url("../img/product/school/jirei_voice_bg02.png");
}
.keisai_wrap .pdf_flex {
    width: 59.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.keisai_wrap .pdf_flex label {
    cursor: pointer;
	transition: all ease 200ms;
}
.keisai_wrap .pdf_flex label:hover{
	opacity: 0.6;
}
.keisai_wrap .pdf_flex .img:nth-of-type(1) {
    width: 32%;
    max-width: 170px;
}
.keisai_wrap .pdf_flex .img:nth-of-type(2) {
    width: 62%;
    max-width: 330px;
}
.keisai_wrap .pdf_flex .txt {
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
}
.keisai_wrap .pdf_flex .pdf_hover{
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 90vw;
	max-width: 1000px;
    margin: auto;
    border: 1px solid #000;
	transition: all ease 300ms;
	transform: scale(0,0);
    bottom: -80px;
}
.keisai_wrap .pdf_flex .img:nth-of-type(2):hover ~ .pdf_hover,
.keisai_wrap .pdf_flex .pdf_hover:hover{
	transform: scale(1,1);
}
.keisai_hover .pdf {
    box-shadow: 0 0 10px rgba(219,84,37,0.3);
	transition: all ease 400ms;
	transform: scale(1,0);
	height: 0;
	transform-origin: top;
    border-radius: 15px;
    overflow: hidden;
}
.keisai_hover.genmai_ver .pdf {
    box-shadow: 0 0 10px rgba(181,206,128,0.3);
}
.keisai_hover input[type="checkbox"]:checked + .pdf {
	transform: scale(1,1);
	height: auto;
}

/*ぷちっともち玄米*/
.genmai_txt_flex {
    display: flex;
}
.genmai_txt_flex .txt {
    width: calc(100% - 130px);
}
.genmai_txt_flex .img {
    width: 120px;
    margin-left: 10px;
    margin-right: 10px;
}
.jirei_wrap.jire_genmai {
    display: flex;
	justify-content: space-between;
    align-items: flex-start;
    background: url(../img/product/school/bg_check02.jpg) repeat;
    padding-top: 40px;
}
.jire_genmai .jirei_head .icon {
    width: 18%;
    position: absolute;
    top: -80px;
}
.jire_genmai .jirei_head {
    width: 37%;
}

.jire_genmai .tooth {
    width: 80px;
    margin-top: 50px;
    margin-left: auto;
    margin-bottom: 20px;
}
.jire_genmai .ttl {
    font-size: 2em;
    line-height: 150%;
    color: #40220f;
    letter-spacing: 1.5px;
}
.jire_genmai .seesaw {
    width: 250px;
    margin: 10px auto 0;
}
.jire_genmai .kondate_list {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jire_genmai .kondate_list .kondate {
    width: 48.73%;
    margin-bottom: 40px;
}
.jire_genmai .kondate_list .photo_wrap {
    position: relative;
}
.jire_genmai .kondate_list .photo_wrap::before {
    content: "";
	display: block;
	width: 20px;
	height: 25px;
	background: url("../img/product/school/ico_pin02.png") no-repeat center / contain;
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
.jire_genmai .kondate_list .photo {
    border: 7px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.jire_genmai .photo_wrap .kondate_menu {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 1em 1em 0;
    font-size: 0.825em;
    line-height: 150%;
    color: #fff;
    background: rgba(34,147,56,0.9);
    width: 100%;
    height: 100%;
	text-indent: -1em;
	padding-left: 2em;
    transition: all ease 300ms;
	transform: scale(1,0);
	transform-origin: top;
    overflow: scroll;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.jire_genmai .photo_wrap .kondate_menu::-webkit-scrollbar {
    display:none;
}
.jire_genmai .photo_wrap:hover .kondate_menu{
	transform: scale(1,1);
}
.genmai_btn{
	margin-top: 40px;
}
.genmai_btn .link::before{
	background-image: url("../img/common/ico_genmai.png");
}
.genmai_btn .link:hover::before{
	background-image: url("../img/common/ico_genmai_on.png");
}
/*アレンジレシピ*/
.txt_hui{
	font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.recipe_wrap{
	background: url("../img/product/school/bg_recipe.jpg") repeat;
    border-radius: 15px;
    padding: 25px 30px;
	position: relative;
    margin-bottom: 60px;
}
.recipe_wrap .ttl {
    color: #fff;
    background: #659f44;
    padding: 0.6em 1em;
    padding-right: 34%;
    line-height: 100%;
    font-size: 1.6em;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 30px;
}
.recipe_wrap .pic {
    width: 34%;
    max-width: 340px;
    position: absolute;
    top: 25px;
    right: 15px;
}
.recipe_wrap:nth-of-type(2) .pic {
    top: -12px;
}
.recipe_wrap .img {
    width: 61.1%;
    margin-bottom: 15px;
}
.recipe_method {
    padding-right: 80px;
}
.recipe_method li{
	counter-increment: method;
    text-indent: -1em;
    padding-left: 1em;
}
.recipe_method li::before {
    content: counter(method);
    text-align: center;
    font-size: 0.8em;
    display: inline-block;
    line-height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    text-indent: 0;
    padding: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 0.15em;
}
.recipe_wrap::before {
    content: "";
    width: 80px;
    height: 130px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 4%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("../img/product/school/recipe_chara01.png");
    z-index: 2;
}
div.recipe_wrap:nth-of-type(2)::before {
	background-image: url("../img/product/school/recipe_chara02.png");
}
/*学校給食用　防災・非常食*/
.emer_ttl_flex,
.emer_img_flex,
.snlogo_flex {
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.snlogo_flex {
    border: 1px solid #b1b1b1;
    padding: 20px 10px;
}
.snlogo_flex .snlogo {
    margin-right: 25px;
}
.snlogo_flex .name {
    font-weight: bold;
    font-size: 1.2em;
}
.snlogo_flex a {
    text-decoration: underline;
}
.emer_ttl_flex .ttl {
    max-width: 630px;
}
.emer_img_flex .img {
    max-width: 520px;
}
.emer_img_flex .emer_btn {
    width: 80%;
	max-width: 324px;
    padding: 0;
    margin-left: 4%;
}
.emer_img_flex .emer_btn a {
    padding: 0.7em 0;
    width: 100%;
    border-radius: 15px;
}
.emer_img_flex .emer_btn a.link::after {
    content: "→";
    transform: rotate(0);
    border: none;
    width: 1em;
    height: 1em;
    line-height: 100%;
}
@media screen and (max-width:960px) {
.atto_flex {
    justify-content: center;
}
.atto_flex .img {
    width: 290px;
}
.atto_flex .txt {
    width: 100%;
    margin: 20px 0;
}
.manual_flex {
    justify-content: center;
}
.manual_movie {
    width: 100%;
    height: 43vw;
    padding-top: 0;
    margin-bottom: 30px;
}
.jire_atto .jirei_head {
    height: auto;
    max-height: none;
}
.jire_atto .jirei_head .ttl {
    width: 100%;
}
.jire_atto .jirei_head .twins {
    position: absolute;
    top: 70px;
    left: 7%;
}
.jire_atto .kondate_list .kondate {
    width: 48.73%;
}
.jire_atto .photo_wrap .kondate_menu br{
	display: none;
}
.keisai_wrap .keisai_flex .head {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 30px;
}
.keisai_wrap .pdf_flex {
    width: 100%;
    justify-content: center;
}
.jire_genmai .tooth {
    margin-top: 0;
    margin-bottom: 10px;
}
.jire_genmai .seesaw {
    margin: 0 auto 20px;
}
.jirei_wrap.jire_genmai {
    display: block;
}
.jire_genmai .jirei_head {
    width: 100%;
}
.jire_genmai .kondate_list {
    width: 100%;
}
.jire_genmai .photo_wrap .kondate_menu br{
	display: none;
}
}
@media screen and (max-width:768px) {
ul.tab_list li label {
    font-size: 1em;
}
.kitchenwareu_flex {
    flex-wrap: wrap;
    justify-content: center;
}

.jirei_wrap.jire_genmai {
    padding-top: 15px;
}
}
@media screen and (max-width:600px) {
.btn a {
    padding-right: 30px;
}
.cooking_wrap h3.ttl {
    margin-bottom: 20px;
}
.manual_movie {
    margin-bottom: 0;
    height: 51vw;
}
.manual_txt {
    width: 100%;
    max-width: 440px;
}
.manual_txt .head {
    background-size: 100% auto;
    padding-bottom: 5vw;
    font-size: 1.3em;
}
ul.tab_list li {
    width: 48.4%;
}
ul.tab_list li label {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d69134;
}
ul.tab_list {
    border-bottom: none;
}
.tab_content {
    width: 100%;
    margin-top: 0;
}
.cooking_wrap input[type="radio"]:checked ~ ul.tab_list li label::after{
	opacity: 0;
	}
.jirei_wrap .jirei_head .icon {
    width: 110px;
    position: static;
    margin-top: -50px;
}
.jirei_wrap .jirei_head .ttl {
    margin: 0;
    font-size: 1.6em;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.jire_atto .jirei_head .twins {
    left: auto;
    right: 7%;
    width: 130px;
    top: 15px;
}

.jire_genmai .tooth {
    position: absolute;
    top: 30px;
    right: 5%;
}
.jirei_wrap .kondate_list .kondate {
    width: 100%;
    margin-bottom: 25px;
}
.jirei_wrap .photo_wrap .kondate_menu{
	font-size: 1em;
}
.txt_hui {
    margin-bottom: 15px;
}
.recipe_wrap {
    padding-left: 5%;
    padding-right: 5%;
}
.recipe_wrap .ttl {
    line-height: 120%;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.recipe_wrap .img {
    width: 100%;
}
.recipe_wrap:nth-of-type(n) .pic {
    top: 0;
    right: 0;
}
.recipe_method {
    padding-right: 0;
}
.recipe_method li:last-child{
	padding-right: 40px;
}
.recipe_wrap::before {
    width: 40px;
    height: 65px;
}
.emer_ttl_flex .ttl {
    width: 100%;
    max-width: 315px;
    margin: 0 auto 10px;
}
.emer_img_flex .img {
    width: 100%;
    max-width: 260px;
    margin-bottom: 20px;
}
.snlogo_flex .snlogo {
    width: 75px;
	margin-bottom: 10px;
}
.snlogo_flex {
    padding: 15px;
}
}
.ie{
	display: none;
}
@media all and (-ms-high-contrast: none){
	.tab_content .method .txt::before{
		line-height: 13px;
	}
	.ie{
	display: inline;
}
}

/*============▼2021.03.24 add▼=========*/
.atto_voice_wrap {
    position: relative;
    margin-top: 60px;
}
.atto_voice_wrap .mini {
    font-size: 80%;
}
.atto_voice_chara {
    width: 30%;
    max-width: 150px;
    margin-left: auto;
	margin-right: 10px;
}
.atto_voice_img_flex {
    display: flex;
    width: 90%;
    margin: 0 auto 60px;
	flex-wrap: wrap;
    justify-content: center;
}
.atto_voice_img {
    width: 100%;
    max-width: 300px;
    margin-right: 30px;
}
.atto_voice_txt {
    padding-top: 1em;
}
.atto_voice_list {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.atto_voice_list li {
    position: relative;
    margin-bottom: 20px;
}
.a_v_icon {
    width: 65px;
    position: absolute;
    bottom: 0;
    left: 1.5%;
}
.a_v_txt {
    background: #fdf4d5;
    padding: 1.4em 1.5em;
    padding-left: calc(1.5% + 65px + 0.75em);
    display: flex;
    align-items: center;
    border-radius: 8px;
    font-size: 0.935em;
    min-height: 100px;
}
.atto_voice_list li:nth-of-type(2n) .a_v_txt{background: #deedd6;}
.atto_voice_list li:nth-of-type(3n) .a_v_txt{background: #e8dfee;}
.atto_voice_list li:nth-of-type(4n) .a_v_txt{background: #f9ddd4;}
.atto_voice_list li:nth-of-type(5n) .a_v_txt{background: #daf0fc;}
.atto_voice_end {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 40px auto 120px;
}
.a_v_end_ttl {
    background: #fefae2;
    padding: 1.2em 14%;
    color: #40221f;
    font-weight: bold;
    font-size: 1.35em;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}
.a_v_end_icon {
    width: 12%;
    max-width: 80px;
    position: absolute;
	top: 0;
}
.a_v_end_icon.left {
	left: 2%;
}
.a_v_end_icon.right {
	right: 2%;
}
@media screen and (max-width:600px) {
.a_v_icon{
	top: 1em;
	bottom: auto;
}
.a_v_end_icon {
	top: auto;
	bottom: 1em;
}
}
/*============▲2021.03.24 add▲=========*/