@charset "UTF-8";
/*recipe_search*/
.recipe_bg {
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
main section.recipe_search {
	background-color: #f8f7f4;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 0px;
	padding-top: 0;
	overflow: visible;
	}

@media screen and (max-width: 800px) {
main section.recipe_search {
	margin-top: 0px;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_search {
	margin-top: 0px;
}
	}
main .section_title+.recipe_search {
	background-color: #f8f7f4;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 50px;
	padding-top: 0;
}
@media screen and (max-width: 800px) {
main .section_title+.recipe_search {
	margin-top: 35px;
}
	}
@media screen and (max-width: 600px) {
main .section_title+.recipe_search {
	margin-top: 20px;
}
	}



main section.recipe_search h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 2.0rem;
  line-height: 1.4em;
  transform: translateY(-50%);
  padding: 0.3em 0em 0.4em;
  display: inline-block;
  margin: auto auto 0px;
  background-color: #2a6f37;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
	text-align: center;
	margin-top: 0;
  -webkit-font-feature-settings: 'palt'1; // for Android 4.4font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
main section.recipe_search h4 {
  font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_search h4 {
  font-size: 1.6rem;
}
	}
main section.recipe_search ul {
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex；
		-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
@media screen and (max-width: 800px) {
main section.recipe_search ul {
	display: block;
	text-align: left;
}
	}
main section.recipe_search ul li {
	font-size: 1.7rem;
	margin: auto 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	position: relative;
}
@media screen and (max-width: 1000px) {
main section.recipe_search ul li {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 900px) {
main section.recipe_search ul li {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 800px) {
main section.recipe_search ul li {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 800px) {
main section.recipe_search ul li+li {
	margin-top: 14px;
}
	}
main section.recipe_search ul li>span {
	margin-right: 8px;
}
@media screen and (max-width: 800px) {
main section.recipe_search ul li>span {
	width: 6.0em;
	display: inline-block;
}
	}
main section.recipe_search select {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 1px solid rgba(0,0,0,0.3); /* ボーダーの指定 */
  border-radius: 5px; /* 角丸の指定 */
  padding: 6px 8px; /* 余白の指定 */
  font-size: 14px; /* 文字サイズ */
  color: #333; /* 文字色 */
	font-size: 1.5rem;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: -2px;
}
@media screen and (max-width: 1000px) {
main section.recipe_search select {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 800px) {
main section.recipe_search select {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 600px) {
main section.recipe_search select {
	font-size: 1.3rem;
}
}
main section.recipe_search select::-ms-expand {
  display: none;
}

main section.recipe_search .submit_box {

	margin-top: 17px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}



main section.recipe_search input.search {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  border: 1px solid rgba(0,0,0,0.3); 
  border-radius: 5px; 
  padding: 6px 8px; 
  font-size: 14px; 
	font-size: 1.5rem;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	top: -2px;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}

.search-box01 {
	margin: -20px auto 0px;
	width: 100%;
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
	height: auto;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.search-box01 {
	margin: -45px auto 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 20px;
	padding-left: 20px;
}
	}
.search-box01 h3 {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	margin-bottom: 5px;
	background-color: #ffda2a;
	padding: 14px 10px;
	color: #000;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
	font-size: 2.0rem;
	
}
@media screen and (max-width: 600px) {
.search-box01 h3 {
	font-size: 1.8rem;
}	
}
.search-box01 table {
	width: 100%;
	color: #000;
		border-bottom: solid 3px #ebe7de;
	margin-top: 25px;
}
.search-box01 table th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: rgba(0,0,0,0.1);
	font-size: 1.0em;
	line-height: 1.2em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 12px;
	color: #000;
	padding-right: 2em;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
.search-box01 table th {
	font-size: 0.9em;
	line-height: 1em;
	padding-top: 1.5em;
	padding-bottom: 0.8em;
	padding-right: 1em;
	padding-left: 0;
	display: block;
	width: 100%;
	border: 1px none #D7D9D4;
}
}
.search-box01 table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: rgba(0,0,0,0.1);
	font-size: 1.3rem;
	line-height: 1.2em;
	padding-top: 1.4em;
	color: #000;
	padding-bottom: 1.0em;
	text-align: left;
}
@media screen and (max-width: 800px) {
.search-box01 table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D9D4;
	border-right-color: #D7D9D4;
	border-bottom-color: #D7D9D4;
	border-left-color: #D7D9D4;
	font-size: 1.2rem;
	line-height: 1em;
	padding-top: 1.3em;
	padding-bottom: 0.8em;
	color: #515457;
	display: block;
	width: 100%;
}
}
.search-box01 h4 {
	font-size: 1.5rem;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	margin-bottom: 0.5em;
	color: #2a6f37;
	display: block;
	width: 100%;
	clear: both;
	padding: 3px;
}
.search-box01 table td>div {
	background-color: #ece7df;
	overflow: hidden;
	padding: 10px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	
}
.search-box01 table td>div+div {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
	overflow: hidden;
}
.search-box01 h5 {
	text-align: left;
	font-size:1.4rem;
	display: block;
	clear: both;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	padding-top: 0.7em;
	margin-bottom: 0.3em;
}
.search-box01 p {
	text-align: left;
	margin-right: 0em;
	float: left;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #000;
	font-size:1.5rem;
	display: inline-block;
	width: 33.3%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
.search-box01 p {
	font-size:1.4rem;
	width: 50%;
	}
}
@media screen and (max-width: 480px) {
.search-box01 p {
	font-size:1.4rem;
	width: 100%;
	}
}
.search-box01 p.width25 {
	width: 25%;
}
@media screen and (max-width: 800px) {
.search-box01 p.width25 {
	width: 50%;
}
	}
.search-box01 p a {
	color:#e84569;
	text-decoration: underline;
}
.search-box01 p a:hover{
	color: #cfdd4c;
	text-decoration: underline;
}
.search-box01 label {
	text-align: left;
	margin-right: 0em;
	float: left;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #000;
	font-size:1.4rem;
	display: inline-block;
}
@media screen and (max-width: 800px) {
.search-box01 label {
	font-size:1.4rem;
	}
}

@media screen and (max-width: 1000px) {
main section.recipe_search input  {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 800px) {
main section.recipe_search input  {
	font-size: 1.3rem;
}
}
@media screen and (max-width: 600px) {
main section.recipe_search input  {
	font-size: 1.2rem;
}
}
.search-box01 table td>div.radiobutton {
	background-color: none;
	padding: 0;
	background-color: #f8f7f4;
	top: -2px;
	position: relative;
}
.search-box01 table td>div.radiobutton label {
	padding: 0 0 0 27px;	/* ラベルの位置 */
	font-size: 16px;
	line-height: 25px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
	margin-right: 1.5em;
	
}
@media screen and (max-width: 800px) {
.search-box01 table td>div.radiobutton label {
	width: 25%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	font-size: 15px;
}	
}
.radiobutton label:before {
	content: '';
	width: 20px;		/* ボタンの横幅 */
	height: 20px;		/* ボタンの縦幅 */
	position: absolute;
	top: 2px;
	left: 0;
	background: rgba(0,0,0,0.35);
	border-radius: 50%;
	margin-left: 2px;
}
.radiobutton input[type="radio"] {
	display: none;
}
.radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 6px;		/* マークの横幅 */
	height: 6px;		/* マークの縦幅 */
	position: absolute;
	top: 9px;
	left: 9px;
	background-color: #fff;
	border-radius: 50%;
}



.acd-check-all{
    display: none;
}
.acd-label-all{
   font-size: 1.7rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	margin-bottom: 0.5em;
	color: #2a6f37;
    display: inline-block;
    position: relative;
	margin-bottom: 0px;
	padding: 8px 1.5em;
	border: solid 2px rgba(0,0,0,0.2);
	background-color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}
@media screen and (max-width: 800px) {
.acd-label-all{
   font-size: 1.5rem;
}
}
.acd-label-all:before {
    box-sizing: border-box;
    content: '\f067　検索項目を表示';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight: 600;
	display: inline-block;
	margin-right: 10px;
   
}
.acd-content-all{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
	clear: both;
	overflow: hidden;
}
.acd-check-all:checked + .acd-label-all:before{
    content: '\f068　検索項目を閉じる';
}
.acd-check-all:checked + .acd-label-all + .acd-content-all{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}


.acd-check{
    display: none;
}
main .acd-label{
   font-size: 1.5rem;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	margin-bottom: 0.5em;
    display: block;
    margin-bottom: 1px;
    position: relative;
	padding: 5px;
}
.acd-label:before {
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 10px;
			color: #2a6f37;
   
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
	clear: both;
	overflow: hidden;
}
.acd-check:checked + .acd-label:before{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.4);
	border-radius: 2x;-webkit-border-radius: 2px;-moz-border-radius: 2px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #e4340e;
    border-bottom: 3px solid #e4340e;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

main section.recipe_search .button1 {
	color:#FFF;
  display:block;
  position:relative;
	font-size: 1.8rem;
	padding: 0.4em 1.0em 0.6em;
	text-align: center;
	margin: auto 10px;
	border: none;
	background: #e4340e;
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	-webkit-transition: all .3s ease;
}
@media screen and (max-width: 800px) {
main section.recipe_search .button1 {
	font-size: 1.7rem;
	padding: 0.4em 1.0em 0.4em;;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_search .button2 {
	font-size: 1.6rem;
	padding: 0.4em 1.0em 0.4em;;
}
	}
main section.recipe_search .button2 {
	color:#FFF;
  display:block;
  position:relative;
	font-size: 1.8rem;
	padding: 0.4em 1.0em 0.6em;
	text-align: center;
	margin: auto 10px;
	border: none;
	background: rgba(0,0,0,0.35);
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
	-webkit-transition: all .3s ease;
}
@media screen and (max-width: 800px) {
main section.recipe_search .button2 {
	font-size: 1.7rem;
	padding: 0.4em 1.0em 0.4em;;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_search .button1 {
	font-size: 1.6rem;
	padding: 0.4em 1.0em 0.4em;;
}
	}
main section.recipe_search .button1:hover,main section.recipe_search .button2:hover {
	background-color: #2a6f37;
}
main section.recipe_search .button1 i,main section.recipe_search .button2 i {
  color:#FFF;
	margin-right: 0.5em;
}

/*recipe_list*/
main #recipe_list ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main #recipe_list>ul li {
	width: 22.5%;
	margin-bottom: 5.5%;
}
@media screen and (max-width: 800px) {
main #recipe_list>ul li {
	width: 31%;
	margin-bottom: 5.5%;
}
	}
@media screen and (max-width: 600px) {
main #recipe_list>ul li {
	width: 48%;
	margin-bottom: 5.5%;
}
	}
@media screen and (max-width: 480px) {
main #recipe_list>ul li {
	width: 100%;
	margin-bottom: 5.5%;
}
	}
main #recipe_list ul::after {
display: block;
content:"";
width: 22.5%;
}
@media screen and (max-width: 800px) {
main #recipe_list ul::after {
display: block;
content:"";
width: 22.5%;
}
	}
main #recipe_list ul::before {
display: block;
content:"";
width: 22.5%;
	order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (max-width: 800px) {
main #recipe_list ul::before {
display: block;
content:"";
width: 22.5%;
	order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
	}
main #recipe_list>ul li dl {
	position: relative
}
main #recipe_list>ul li dl dt {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	margin-bottom: 0.7em;
	position: relative;
	max-height: 160px;
	overflow: hidden;
		border: solid 3px #ebe7de;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main #recipe_list>ul li dl dt img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	position: relative;
	-webkit-transition: all .3s ease;
}
main #recipe_list>ul li dl dt img:hover {
	opacity: 0.5;
}
main #recipe_list>ul li dl dt .time {
	font-size: 1.4rem;
	line-height: 1.2em;
	background-color: rgba(228,52,14,0.8);
	color: #FFF;
	padding: 0.25em 0.6em 0.4em;
	display: inline-block;
	 -webkit-border-top-left-radius: 0px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 0px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 0px;  
    -moz-border-radius-bottomleft: 5px;
	position: absolute;
	left:0;
	bottom: 13px;
}
main #recipe_list>ul li dl dt .time i {
	margin-right: 6px;
}
main #recipe_list>ul li dl dd {
}
main #recipe_list>ul li dl dd h5 {
	font-size: 1.5rem;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
main #recipe_list>ul li dl dd h5 {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main #recipe_list>ul li dl dd h5 {
	font-size: 1.4rem;
}
	}
main #recipe_list>ul li dl dd h5.new:before {
	content: "NEW";
	font-size: 1.3rem;
	line-height: 1.2em;
	display: inline-block;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	background-color: #ffa73e;
	color: #FFF;
	display: inline-block;
	padding: 0.15em 0.6em 0.25em;
	border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
	margin: 0 auto 7px auto;
	display: block;
	width: 4em;
}

main #recipe_list>ul li dl dd .new-txt{
	content: "NEW";
	font-size: 1.3rem;
	line-height: 1.2em;
	display: inline-block;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	background-color: #ffa73e;
	color: #FFF;
	display: inline-block;
	padding: 0.15em 0.6em 0.25em;
	border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
	margin: 0 auto 7px auto;
	display: block;
	width: 4em;
}

main section .brand_name {
	margin-top: 20px;
}
main section .brand_name dt {
	width: 150px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px
}
@media screen and (max-width: 600px) {
main section .brand_name dt {
	width: 150px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
}
	}
main section .brand_name dt>img {
	width: 100%;
	height: auto;
}

main section .item_name {
	margin-top: 20px;
	background-color: #1b7b33;
	width: 100%;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	padding: 10px 20px 12px;
	margin-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 700px) {
main section .item_name {
	display: block;
	background-color: rgba(255,255,255,0);
	padding: 0;
	margin-top: 45px;
}
	}
main section ul+.item_name {
	margin-top: 80px;
}
@media screen and (max-width: 700px) {
main section ul+.item_name {
	margin-top: 35px;
}
	}
main section .item_name>dt {
	width: 14%;
	margin-left: 8%;
	text-align: center;
	margin-top: 33px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
@media screen and (max-width: 800px) {
main section .item_name>dt {
	width: 17%;
	margin-left: 8%;
	text-align: center;
	margin-top: 3px;
}
	}
@media screen and (max-width: 700px) {
main section .item_name>dt {
	width: 25%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	margin-bottom: -30px;

}
	}
@media screen and (max-width: 480px) {
main section .item_name>dt {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3px;
}
	}
main section .item_name>dt>img {
	width: 100%;
	height: auto;
	
}
main section .item_name>dd {
	font-size: 1.8rem;
	line-height: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	text-align: left;
	color: #FFF;
}
@media screen and (max-width: 800px) {
main section .item_name>dd {
	font-size: 1.7rem;
	line-height: 1.2em;
	
}
	}
@media screen and (max-width: 700px) {
main section .item_name>dd {
	font-size: 1.6rem;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
	background-color: #1b7b33;
	border-radius: 60px;-webkit-border-radius: 60px;-moz-border-radius: 60px;
	padding: 1.8em 0 1.0em;
	
}
	}

/*recipe_contents*/
main section.recipe_contents {
	padding-top: 30px;
	
}
main section.recipe_contents>div {


	
}
@media screen and (max-width: 800px) {
main section.recipe_contents>div  {

}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents>div  {

}
	}
main section.recipe_contents .recipe_catch {
	font-size: 2.0rem;
	line-height: 1.7em;
	color: #E4340E;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
	margin-bottom: 1.7em;
	
}
@media screen and (max-width: 1000px) {
main section.recipe_contents .recipe_catch {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_catch {
	font-size: 1.6rem;
}	
}
@media screen and (max-width: 600px) {
main section.recipe_contents .recipe_catch {
	font-size: 1.6rem;
}	
}
main section.recipe_contents dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	
}
@media screen and (max-width: 900px) {
main section.recipe_contents dl {
	display: block;
}
	}
main section.recipe_contents dl>dt {
	width: 62.5%;
	position: relative;
	margin-right: 3.5%;
	font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
main section.recipe_contents dl>dt {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dt {
font-size: 1.3rem;
}
	}
main section.recipe_contents dl>dt img {
	width: 100%;
	height: auto;
	border: solid 3px #ebe7de;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
	position: relative;
	-webkit-transition: all .3s ease;
}
main section.recipe_contents dl>dt p {
	position: absolute;
	font-size: 1.1rem;
	right: 9px;
	bottom: 9px;
	display: inline-block;
	padding: 0.2em 1.0em;
	background-color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dt p {
	font-size: 1.0rem;
}
	}
main section.recipe_contents dl>dd {
	width: 38%;
	position: relative;
}
@media screen and (max-width: 900px) {
main section.recipe_contents dl>dd {
	width: 100%;
	position: relative;
	
}
	}
main section.recipe_contents dl>dd>.recipe_data {
	border: solid 3px #ebe7de;
	width: 100%;
	position: relative;
	padding: 14px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-bottom: 10px;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section.recipe_contents dl>dd>.recipe_data {
	border: solid 3px #ebe7de;
	width: 100%;
	position: relative;
	padding: 14px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-bottom: 10px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd>.recipe_data {
	display: block;
}
	}
@media screen and (max-width: 480px) {
main section.recipe_contents dl>dd>.recipe_data {
	display: block;
}
	}
main section.recipe_contents dl>dd>.recipe_data li {
	font-size: 1.6rem;
}
main section.recipe_contents dl>dd>.recipe_data li+li {
	margin-top:0.8em;
}
@media screen and (max-width: 800px) {
main section.recipe_contents dl>dd>.recipe_data li+li {
	margin-top:0;
	margin-left: 1.5em;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd>.recipe_data li+li {
	margin-top:0.8em;
	margin-left: 0;
}
	}
main section.recipe_contents dl>dd>.recipe_data li>b {
	color: #2a6f37;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	position: relative;
}
main section.recipe_contents dl>dd>.recipe_data li>i {
	color: #2a6f37;
	margin-right: 4px;
	font-weight: 900;
}

main section.recipe_contents dl>dd>.recipe_supplement {
	font-size: 1.2rem;
	line-height: 1.6em;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
main section.recipe_contents dl>dd>.recipe_supplement:before {
	content: "※";
}
main section.recipe_contents dl>dd .product_data {

		overflow-y: auto;
	height: 192px;
	padding: 15px 0 0;
}
@media screen and (max-width: 900px) {
main section.recipe_contents dl>dd .product_data {

		overflow-y: hidden;
	height: auto;
	padding: 15px 0 0;
	margin-bottom: 40px;
}
	}
main section.recipe_contents dl>dd .product_data::-webkit-scrollbar{width:5px;}/*バーの太さ*/
main section.recipe_contents dl>dd .product_data::-webkit-scrollbar-track{background:#f2f2f2;}/*バーの背景色*/
main section.recipe_contents dl>dd .product_data::-webkit-scrollbar-thumb{background:#b3b3b3;}/*バーの色*/
main section.recipe_contents dl>dd .product_n {
	color: #FFF;
	background-color: #2a6f37;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.1em;
	padding: 8px 8px 9px;
		margin-top: 40px;
}
@media screen and (max-width: 1100px) {
main section.recipe_contents dl>dd .product_n {
	margin-top: 15px;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd .product_n {
	font-size: 1.5rem;
}
	}
main section.recipe_contents dl>dd .product_n i {
	color: #FFF;
	margin-right: 6px;
}
main section.recipe_contents dl>dd .product_data>dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-top: 0;
	-webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;


}
@media screen and (max-width: 800px) {
main section.recipe_contents dl>dd .product_data>dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	height: auto;
	margin-top: 0;	
	padding: 0;
}
	}
main section.recipe_contents dl>dd .product_data>dl+dl {
	margin-top: 18px;
}
main section.recipe_contents dl>dd .product_data>dl>dt {
	width: 20%;
	margin-right: 5%;
	margin-top: 0px;
}
@media screen and (max-width: 900px) {
main section.recipe_contents dl>dd .product_data>dl>dt {
	width: 10%;
	margin-right: 3%;
	margin-bottom: 0;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd .product_data>dl>dt {
	width: 30%;
	margin-right: 3%;
}
	}
main section.recipe_contents dl>dd .product_data>dl>dt img {
	width: 100%;
	height: auto;
	border: solid 0px #ebe7de;
}
main section.recipe_contents dl>dd .product_data>dl>dd {
	width: auto;
	height: auto;
	-webkit-flex: 1;  flex: 1;
	margin-right: 10px;
}
main section.recipe_contents dl>dd .product_data>dl>dd>h6 {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	margin-bottom: 6px;
	text-align: left;
}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd .product_data>dl>dd>h6 {
	font-size: 1.3rem;
}
	}
main section.recipe_contents dl>dd .product_data>dl>dd>p {
	font-size: 1.25rem;
	line-height: 1.4em;
}
@media screen and (max-width: 600px) {
main section.recipe_contents dl>dd .product_data>dl>dd>p {
	font-size: 1.2rem;
	line-height: 1.4em;
}
	}
main section.recipe_contents .recipe_details {
	margin-top: 50px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	text-align: left;
	overflow: hidden;

}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details {
	display: block;
	margin-top: 20px;
}
	}
main section.recipe_contents .recipe_details>li {
	width: 47%;

}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li {
	width: 100%;
}
	}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li+li {
	margin-top: 50px;
}
}
main section.recipe_contents .recipe_details>li h5 {
	color: #e4340e;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: 3px solid #ebe7de;
	padding-bottom: 12px;
	margin-bottom: 13px;
}
main section.recipe_contents .recipe_details>li h5>i {
	margin-right: 8px;
}

main section.recipe_contents .recipe_details .attention{
font-size: 1.5rem;
	margin-top: 1.3em;
	line-height: 1.5em;
	text-indent: -1.0em;
	padding-left: 1.0em;
	}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details .attention{
font-size: 1.4rem;
	margin-top: 1.3em;
	}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents .recipe_details .attention{
font-size: 1.3rem;
	margin-top: 1.3em;
	}
	}
main section.recipe_contents .recipe_details .attention:before{
	content: "※";
	}
main section.recipe_contents .recipe_details>li:nth-child(odd) h5>i {
	transform: rotate(-45deg)
}
main section.recipe_contents .recipe_details>li:nth-child(odd) dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
main section.recipe_contents .recipe_details>li:nth-child(odd) dl+dl {
	border-top:  dashed 1px rgba(0,0,0,0.2);
	margin-top: 13px;
	padding-top: 13px;
}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li:nth-child(odd) dl+dl {
	border-top:  dashed 1px rgba(0,0,0,0.2);
	margin-top: 10px;
	padding-top: 10px;
}
	}
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dt {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dt {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 600px) {
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dt {
	font-size: 1.3rem;
}
}
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dd {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	width: auto;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	text-align: right;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dd {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 600px) {
main section.recipe_contents .recipe_details>li:nth-child(odd) dl dd {
	font-size: 1.3rem;
}
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul {
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li {
	font-size: 1.5rem;
	line-height: 1.6em;
	text-indent: -1.0em;
	margin-left: 2.0em;
}
@media screen and (max-width: 800px) {
main section.recipe_contents .recipe_details>li:nth-child(even) ul li {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
main section.recipe_contents .recipe_details>li:nth-child(even) ul li {
	font-size: 1.3rem;
}
	}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li+li {
	margin-top: 1.0em;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(1):before {
	content: "①";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(2):before {
	content: "②";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(3):before {
	content: "③";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(4):before {
	content: "④";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(5):before {
	content: "⑤";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(6):before {
	content: "⑥";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(7):before {
	content: "⑦";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(8):before {
	content: "⑧";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li:nth-child(even) ul li:nth-child(9):before {
	content: "⑨";
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
	color: #2a6f37;
	width: 1.0em;
	display: inline-block;
}
main section.recipe_contents .recipe_details>li p.allergen {
	background-color: #f2efe9;
	padding: 0.6em 1.0em;
	margin-top: 2.0em;
	font-size: 1.4rem;
	border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;
}
main section.recipe_contents #sns {
	margin-top: 3.5em;
	width: 100%;
	clear: both;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	border: solid 3px #ebe7de;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	padding: 10px 20px;;
	
}
@media screen and (max-width: 600px) {
main section.recipe_contents #sns {
	display: block;
	
}
	}
main section.recipe_contents #sns>h5 {
	white-space: nowrap;
	color: #2a6f37;
	width: 8em;
	position: relative;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	padding-right: 2.0em;
}
@media screen and (max-width: 600px) {
main section.recipe_contents #sns>h5 {
	white-space: nowrap;
	color: #2a6f37;
	width: 100%;
	margin-bottom: 0.7em;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	
}
	}
main section.recipe_contents #sns>div {
	white-space: nowrap;
	text-align: left;
	width: 100%;
	margin-left: 2.0em;
	line-height: 1.1em;
	margin-top: 5px;
	font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
main section.recipe_contents #sns>div {
	white-space: nowrap;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
	}
/*ページ一覧*/
.grid {
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	height: auto;
	margin-bottom: 50px;
	padding: 0;
	width: 90%;
	 max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
.grid {
	margin-top: 35px;
}
	}
@media screen and (max-width: 800px) {
.grid {
  display: block;
	margin-top: 20px;
}
	}
main>.grid:last-of-type {
	margin-bottom: 50px;
}
body main>section.grid.last {
	margin-bottom: 50px;
}

.grid.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
.grid.reverse .grid-text-box {
	
}
	}
.grid-image {
	width: 50%;
	height: auto;
	-webkit-flex: 1;  flex: 1;

}
@media screen and (max-width: 800px) {
.grid-image {
	width: 100%;
	height: auto;
}
	}
.grid-image img {
	width: 100%;
	height: auto;
}

.grid-text-box {
	padding:0 0 0 30px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 50%;
}
@media screen and (max-width: 1000px) {
.grid-text-box {
	margin-top: 0;
	
}
	}
@media screen and (max-width: 800px) {
.grid-text-box {
	padding:0 0 0 0;
	padding: 0;
	height: auto;
}
	}

.grid.reverse .grid-text-box {
	padding: 0px;
}
@media screen and (max-width: 800px) {
.grid .grid-text-box {
	display: block;
	width: 100%;
	margin-top: 20px;
}
	}
.grid .grid-text-box>div {
}
.grid-text-box h4 {
 font-size: 2.4rem;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
	width: 100%;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 1000px) {
.grid-text-box h4 {
 font-size: 2.0rem;
}
}
@media screen and (max-width: 800px) {
.grid-text-box h4 {
 font-size: 1.8rem;
	text-align: center;
}
}
.grid-text-box div > p {
	padding-right: 1.0em;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 900px) {
.grid-text-box div > .txt {
	font-size: 1.3rem;
}
}
@media screen and (max-width: 800px) {
.grid-text-box div > p {
	margin: auto;
	text-align: center;
	padding-right: 0;
}
}
.reverse .grid-image div > p {
	text-align: left;
}
main section .link_b {
	margin-top: 30px;
	padding: 0;
}
@media screen and (max-width: 600px) {
main section .link_b {
	margin:  20px auto 0 0;
	text-align: center;
}
	}
main section .link_b a {
	font-size: 1.3rem;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
	color: #db0012;
	border: solid 1px #db0012;
	position: relative;
	width: 12em;
	display: inline-block;
	text-align: center;
	padding: 0.8em 0 0.7em;;
}
@media screen and (max-width: 600px) {
main section .link_b a {
	font-size: 1.2rem;
	width: 10em;
	padding: 0.7em 0;
}
	}
main section .link_b a:hover {
	color: #FFF;
	background-color: #db0012
}
main section .link_b a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.0em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #db0012;
  border-right: 2px solid #db0012;
  transform: rotate(45deg);
  margin-top: -5px;
	transition-duration:0.3s;
}
main section .link_b a:hover::after{
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

/*共通*/
main section .page_catch {
	font-size: 2.4rem;
	line-height: 1.5em;
	color: #d62226;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
	letter-spacing: 2px;
	text-indent: 2px;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	
}
@media screen and (max-width: 1000px) {
main section .page_catch {
	font-size: 2.2rem;
}	
}
@media screen and (max-width: 800px) {
main section .page_catch {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 600px) {
main section .page_catch {
	font-size: 1.6rem;
}	
}
main section .page_catch+p {
	margin-top: 30px;
	
}
@media screen and (max-width: 800px) {
main section .page_catch+p {
	margin-top: 25px;
	
}
}
@media screen and (max-width: 600px) {
main section .page_catch+p {
	margin-top: 20px;
	
}	
}
main section .page_catch+h4 {
	margin-top: 35px;
	
}
@media screen and (max-width: 800px) {
main section .page_catch+h4 {
	margin-top: 30px;
	
}
}
@media screen and (max-width: 600px) {
main section .page_catch+h4 {
	margin-top: 25px;
	
}	
}
main section .page_catch_s {
	font-size: 1.8rem;
	line-height: 1.5em;
	color: #d62226;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
  font-weight: 600;
	letter-spacing: 1px;
	text-indent: 1px;
	
}
@media screen and (max-width: 800px) {
main section .page_catch_s {
	font-size: 1.6rem;
}	
}
@media screen and (max-width: 600px) {
main section .page_catch_s {
	font-size: 1.5rem;
}	
}
main section .page_catch_s+p {
	margin-top: 20px;
	
}
@media screen and (max-width: 800px) {
main section .page_catch_s+p {
	margin-top: 15px;
	
}
}
@media screen and (max-width: 600px) {
main section .page_catch_s+p {
	margin-top: 10px;
	
}	
}
main section p+.page_catch_s {
	margin-top: 2.0em;
	
}
main section .page_catch_m {
	font-size: 2.2rem;
	line-height: 1.7em;
	color: #d62226;
	text-align: center;
font-family: 'Noto Serif JP', serif;
  font-weight: 500;
	
}
@media screen and (max-width: 800px) {
main section .page_catch_m {
	font-size: 1.9rem;
}	
}
@media screen and (max-width: 600px) {
main section .page_catch_m {
	font-size: 1.6rem;
}	
}
main section .page_catch_m+p {
	margin-top: 25px;
	
}
@media screen and (max-width: 800px) {
main section .page_catch_m+p {
	margin-top: 20px;
	
}
}
@media screen and (max-width: 600px) {
main section .page_catch_m+p {
	margin-top: 15px;
	
}	
}
main section p+.page_catch_m {
	margin-top: 40px;
	
}
@media screen and (max-width: 800px) {
main section p+.page_catch_m {
	margin-top: 30px;
	
}
}
@media screen and (max-width: 600px) {
main section p+.page_catch_m {
	margin-top: 20px;
	
}	
}
main section .txt {
	font-size: 1.5rem;
	line-height: 2.0em;
}
@media screen and (max-width: 800px) {
main section .txt {
	font-size: 1.3rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .txt {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .txt span {
	display: inline-block;
}
main section .txt.indent-1 {
	text-indent: -1.0em;
	padding-left: -1.0em;
}
main section .txt.indent1 {
	text-indent: 1.0em;
}
main section p+.txt,main section p+.txt_s {
	margin-top: 1.0em;
}
main section .txt_s+.txt_s {
	margin-top: 0em;
}
main section .txt_s {
	font-size: 1.4rem;
	line-height: 2.0em;
}
@media screen and (max-width: 800px) {
main section .txt_s {
	font-size: 1.3rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .txt_s {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .txt_lead {
	font-size: 1.6rem;
	line-height: 2.0em;
	text-align: center;
	margin-bottom: 0em;
	letter-spacing: 1px;
	text-indent: 1px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
main section .txt_lead {
	font-size: 1.4rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .txt_lead{
	font-size: 1.3rem;
	line-height: 1.8em;
}	
}
@media screen and (max-width: 480px) {
main section .txt_lead{
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .txt_lead_l {
	font-size: 1.5rem;
	line-height: 2.0em;
	margin-bottom: 0em;
}
@media screen and (max-width: 800px) {
main section .txt_lead_l {
	font-size: 1.4rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .txt_lead_l {
	font-size: 1.3rem;
	line-height: 1.8em;
}	
}
main section .txt_lead_l+.txt_lead_l {
	margin-top: 1.0em;
}
main section .txt_lead_b {
	font-size: 1.8rem;
	line-height: 2.0em;
	text-align: center;
	margin-bottom: 0em;
	letter-spacing: 1px;
	text-indent: 1px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	border: solid 1px rgba(0,0,0,0.3);
	display: inline-block;
	padding: 0.3em 2.0em 0.4em;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
@media screen and (max-width: 800px) {
main section .txt_lead_b {
	font-size: 1.6rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .txt_lead_b {
	font-size: 1.5rem;
	line-height: 1.8em;
}	
}
@media screen and (max-width: 480px) {
main section .txt_lead_b {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .indent-1 {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
main section .red {
	color: #da0012;
}
main section .img_l {
	width: 300px;
	height: auto;
	float: left;
	font-size: 1.5rem;
	margin-top: 5px;
	margin-right: 3em;
	margin-bottom: 2.0em;
	 transition: all 0.6s;
	text-align: center;
}
@media screen and (max-width: 800px) {
main section .img_l  {
	width: 40%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .img_l  {
	float: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .img_l>img,main section .img_r>img  {
	width: 100%;
	height: auto;
}
main section .img_r {
	width: 300px;
	height: auto;
	float: right;
	font-size: 1.5rem;
	margin-top: 5px;
	margin-left: 3em;
	margin-bottom: 2.0em;
	 transition: all 0.6s;
	text-align: center;
}
@media screen and (max-width: 800px) {
main section .img_r  {
	width: 40%;
	margin-left: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .img_r  {
	float: none;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .img_r>p {
	font-size: 1.5rem;
	margin-top: 0.6em;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
main section .figure {
	width: 90%;
	margin: 35px auto 0;
}
main section .figure_s {
	width: 80%;
	margin: 35px auto 0;
}
main section .figure_s_s {
	width: 60%;
	margin: 35px auto 0;
}
@media screen and (max-width: 800px) {
main section .figure {
	width: 90%;
	margin: 25px auto 0;
}
main section .figure_s {
	width: 80%;
	margin: 25px auto 0;
}
main section .figure_s_s {
	width: 80%;
	margin: 25px auto 0;
}
}
main section .figure img,main section .figure_s img,main section .figure_s_s img,main section .figure_s_s_s img {
	width: 100%;
	height: auto;
}



/*about*/
.about_bg,.company_bg {
	background-color: rgba(85,146,154,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.about_bg+.page_title {
	color: #FFF;
}
main section .president {
	width: 370px;
	float: right;
	margin-left: 40px;
	font-size: 1.5rem;
	margin: 0.6em;
	margin-left: 3em;
	margin-bottom: 2.0em;
	 transition: all 0.6s;
}
@media screen and (max-width: 800px) {
main section .president {
	width: 40%;
	margin-left: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .president {
	float: none;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .president-l {
	width: 370px;
	float: left;
	margin-left: 40px;
	font-size: 1.5rem;
	margin: 0.6em;
	margin-right: 3em;
	margin-bottom: 2.0em;
	 transition: all 0.6s;
}
@media screen and (max-width: 800px) {
main section .president-l {
	width: 40%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .president-l {
	float: none;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .president>img,main section .president-l>img  {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}
main section .president>p,main section .president-l>p {
	font-size: 1.5rem;
	line-height: 1.7em;
}
main section .president>p>b,main section .president-l>p>b {
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
main section .president>p,main section .president-l>p {
	font-size: 1.4rem;
	line-height: 1.6em;
}
main section .president>p>b,main section .president-l>p>b {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
	}
@media screen and (max-width: 600px) {
main section .president>p,main section .president-l>p {
	font-size: 1.4rem;
	line-height: 1.6em;
	text-align: center;
}
	}
main section .philosophy {
	text-align: center;
	background-image: url("../img/page/philosophy_logo.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
main section .philosophy {
	text-align: center;
	background-image: url("../img/page/philosophy_logo.png");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
	}
main section .philosophy dt {
	font-size: 2.2rem;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	
}
@media screen and (max-width: 800px) {
main section .philosophy dt {
	font-size: 2.0rem;
	margin-bottom: 0.8em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}	
}
@media screen and (max-width: 600px) {
main section .philosophy dt {
	font-size: 1.8rem;
	margin-bottom: 0.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}	
}

main section .philosophy dd {
	font-size: 1.7rem;
	line-height: 1.6em;
	
}
main section .philosophy dd>p {
	text-align: center;
	
}
@media screen and (max-width: 900px) {
main section .philosophy dd {
	font-size: 1.6rem;
	line-height: 1.6em;
	}
}
@media screen and (max-width: 800px) {
main section .philosophy dd {
	font-size: 1.5rem;
	line-height: 1.6em;
	}
}
@media screen and (max-width: 600px) {
main section .philosophy dd {
	font-size: 1.4rem;
	line-height: 1.6em;
	}
}
@media screen and (max-width: 480px) {
main section .philosophy dd {
	font-size: 1.2rem;
	line-height: 1.6em;
	}
}
main section .philosophy dd+dt {
	margin-top: 2.0em;
}
main section .philosophy dd>ul>li {
}
main section .philosophy dd>ul>li+li {
	margin-top: 0.75em;
}
@media screen and (max-width: 600px) {
main section .philosophy dd>ul>li+li {
	margin-top: 0.5em;
}
	}
main section .philosophy_logo {
	width: 200px;
	height: auto;
	float: right;
	font-size: 1.5rem;
	margin-left: 3em;
	margin-bottom: 2.0em;
	 transition: all 0.6s;
}
@media screen and (max-width: 800px) {
main section .philosophy_logo  {
	width: 25%;
	margin-left: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .philosophy_logo  {
	float: none;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .philosophy_logo img  {
	width: 100%;
	height: auto;
}

main section .philosophy_c {
	display: inline-block;
	margin: auto;
	font-size: 3.2rem;
	line-height: 1.8em;
	font-family: 'Shippori Mincho B1', serif;
	margin-bottom: 1.0em;
	font-weight: 300;
}
@media screen and (max-width: 800px) {
main section .philosophy_c {
	font-size: 2.6rem;
}
}
@media screen and (max-width:600px) {
main section .philosophy_c {
	font-size: 2.2rem;
}
}
@media screen and (max-width: 480px) {
main section .philosophy_c {
	font-size: 1.8rem;
}
}
main section .philosophy_c b {
	font-weight: 900
	
}
main section .management_policy {
	background-color: #FFF;
	width: 80%;
	margin: auto;
	background-color: #1b7b33;
	color: #FFF;
	padding: 0.5em 0 0.6em;;
	border-radius: 100px;-webkit-border-radius: 100px;-moz-border-radius: 100px;
	text-align: center;
	height: 80px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
main section .management_policy.short {
	width: 60%;
}
@media screen and (max-width: 1000px) {
main section .management_policy.short {
	width: 80%;
}
	}
@media screen and (max-width: 800px) {
main section .management_policy.short {
	width: 100%;
	height: 60px;
}
	}
@media screen and (max-width: 800px) {
main section .management_policy.short  {
	width: 100%;
	height: 60px;
}
	}
main section .management_policy+.management_policy {
	margin-top: 20px;
}
@media screen and (max-width: 800px) {
main section .management_policy+.management_policy {
	margin-top: 15px;
}
	}
main section .management_policy dl {
	width: 100%;
	
}
main section .management_policy dl dt {
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width: 100%;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-indent: 1px;
	
}
@media screen and (max-width: 800px) {
main section .management_policy dl dt {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy dl dt {
	font-size: 1.6rem;
}	
}
@media screen and (max-width: 480px) {
main section .management_policy dl dt {
	font-size: 4.0vw;
		letter-spacing: 0px;
	text-indent: 0px;
}	
}
main section .management_policy dl dd {
	font-size: 2.0rem;
	line-height: 1.4em;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	
}
@media screen and (max-width: 800px) {
main section .management_policy dl dd {
	font-size: 1.5rem;
	width: 90%;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy dl dd {
	font-size: 1.4rem;
	width: 100%;
}	
}
main section .management_policy dl dd>p {
	text-align: center;
	
}
main section .management_policy dl dt+dd {
	margin-top: 0.7em;
}
main section .management_policy dl dd+dt {
	margin-top: 1.5em;
	
}
main section .management_policy dl dt+dt {
	margin-top: 1.8em;
	
}
@media screen and (max-width: 600px) {
main section .management_policy dl dd+dt {
	margin-top: 1.1em;
	
}
	}
main section .management_policy dl dt+dt {
	margin-top: 1.5em;
	}

main section .management_policy02 {
	background-color: #FFF;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	padding: 20px;
	text-align: center;
}
main section .management_policy02 +.management_policy02 {
	margin-top: 20px;
}

main section .management_policy02 dt {
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	width: 80%;
	margin: auto;
	color: #db0012;
	text-align: center
	
}
@media screen and (max-width: 800px) {
main section .management_policy02 dt {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy02 dt {
	font-size: 1.6rem;
}	
}
main section .management_policy02 dd {
	font-size: 1.7rem;
	line-height: 1.6em;
	text-align: center;
	width: 80%;
	margin: auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	
	
}
@media screen and (max-width: 800px) {
main section .management_policy02 dd {
	font-size: 1.6rem;
	width: 90%;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy02 dd {
	font-size: 1.4rem;
	width: 100%;
}	
}
main section .management_policy02 dd>p {
	text-align: center;
	
}
main section .management_policy02 dt+dd {
	margin-top: 0.7em;
}
main section .management_policy02 dd+dt {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: solid 2px #ebe7de;
	
}
main section .management_policy02 dt+dt {
	margin-top: 1.8em;
	
}
@media screen and (max-width: 600px) {
main section .management_policy02 dd+dt {
	margin-top: 1.1em;
	
}
	}
main section .management_policy02 dt+dt {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: solid 2px #ebe7de;
	}
main section .management_policy2024 {
	background-color: #FFF;
	width: 90%;
	margin: auto;
	background-color: #317DAC;
	color: #FFF;
	padding: 1.4em 1.4em 1.4em;;
	border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media screen and (max-width: 600px) {
main section .management_policy2024 {
	width: 100%;
	margin: auto;
}
	}
main section .management_policy2024+.management_policy2024 {
	margin-top: 20px;
}
@media screen and (max-width: 800px) {
main section .management_policy2024+.management_policy2024 {
	margin-top: 15px;
}
	}
main section .management_policy2024 dl {
	width: 100%;
	
}
main section .management_policy2024 dl dt {
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width: 100%;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-indent: 1px;
	
}
@media screen and (max-width: 800px) {
main section .management_policy2024 dl dt {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy2024 dl dt {
	font-size: 1.6rem;
}	
}
@media screen and (max-width: 480px) {
main section .management_policy2024 dl dt {
	font-size: 4.0vw;
		letter-spacing: 0px;
	text-indent: 0px;
}	
}
main section .management_policy2024 dl dd {
	font-size: 2.0rem;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	
}
@media screen and (max-width: 800px) {
main section .management_policy2024 dl dd {
	font-size: 1.5rem;
	width: 100%;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy2024 dl dd {
	font-size: 1.4rem;
	width: 100%;
}	
}
main section .management_policy2024 dl dd>div {
	text-align: left;
	margin-top: 1.0em;
	margin-top: 1.0em;
	font-size: 1.6rem;
	padding: 1.0em;
	background-color: #D9EBF3;
	border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
	width: 100%;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
main section .management_policy2024 dl dd>div {
	font-size: 1.5rem;
}	
	}
@media screen and (max-width: 600px) {
main section .management_policy2024 dl dd>div {
	font-size: 1.4rem;
}	
	}
@media screen and (max-width: 480px) {
main section .management_policy2024 dl dd>div {
	font-size: 1.2rem;
}	
	}
main section .management_policy2024 dl dd>div p {
	color: #000;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-bottom: 3px;
}
main section .management_policy2024 dl dd>div ul+p {
	margin-top: 1.0em;
}
main section .management_policy2024 dl dd>div ul>li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}	
main section .management_policy2024 dl dd>div ul>li+li {
	margin-top: 0.3em;
}	
main section .management_policy2024 dl dd>div ul>li:before {
	content: "●";
	color: #82BAD5;
}	
main section .management_policy2024 dl dd>p {
	text-align: center;
	
}
main section .management_policy2024 dl dt+dd {
	margin-top: 0.7em;
}
main section .management_policy2024 dl dd+dt {
	margin-top: 1.5em;
	
}
main section .management_policy2024 dl dt+dt {
	margin-top: 1.8em;
	
}
@media screen and (max-width: 600px) {
main section .management_policy2024 dl dd+dt {
	margin-top: 1.1em;
	
}
	}
main section .management_policy2024 dl dt+dt {
	margin-top: 1.5em;
	}
	
	main section .management_policy2025 {
	background-color: #FFF;
	width: 90%;
	margin: auto;
	background-color: rgba(219,0,17,1);
	color: #000;
	padding: 1.4em 1.4em 1.4em;;
	border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media screen and (max-width: 600px) {
main section .management_policy2025 {
	width: 100%;
	margin: auto;
}
	}
main section .management_policy2025+.management_policy2025 {
	margin-top: 20px;
}
@media screen and (max-width: 800px) {
main section .management_policy2025+.management_policy2025 {
	margin-top: 15px;
}
	}
main section .management_policy2025 dl {
	width: 100%;
	
}
main section .management_policy2025 dl dt {
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width: 100%;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-indent: 1px;
	color: #FFF;
	
}
@media screen and (max-width: 800px) {
main section .management_policy2025 dl dt {
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy2025 dl dt {
	font-size: 1.6rem;
}	
}
@media screen and (max-width: 480px) {
main section .management_policy2025 dl dt {
	font-size: 4.0vw;
		letter-spacing: 0px;
	text-indent: 0px;
}	
}
main section .management_policy2025 dl dd {
	font-size: 2.0rem;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	
}
@media screen and (max-width: 800px) {
main section .management_policy2025 dl dd {
	font-size: 1.5rem;
	width: 100%;
}	
}
@media screen and (max-width: 600px) {
main section .management_policy2025 dl dd {
	font-size: 1.4rem;
	width: 100%;
}	
}
main section .management_policy2025 dl dd>div {
	text-align: left;
	margin-top: 1.0em;
	margin-top: 1.0em;
	font-size: 1.6rem;
	padding: 1.0em;
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
	width: 100%;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
main section .management_policy2025 dl dd>div {
	font-size: 1.5rem;
}	
	}
@media screen and (max-width: 600px) {
main section .management_policy2025 dl dd>div {
	font-size: 1.4rem;
}	
	}
@media screen and (max-width: 480px) {
main section .management_policy2025 dl dd>div {
	font-size: 1.2rem;
}	
	}
main section .management_policy2025 dl dd>div p {
	color: #000;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-bottom: 3px;
}
main section .management_policy2025 dl dd>div ul+p {
	margin-top: 1.0em;
}
main section .management_policy2025 dl dd>div ul>li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}	
main section .management_policy2025 dl dd>div ul>li+li {
	margin-top: 0.3em;
}	
main section .management_policy2025 dl dd>div ul>li:before {
	content: "●";
	color: rgba(219,0,17,0.6);
}	
main section .management_policy2025 dl dd>p {
	text-align: center;
	color: #FFF;
	
}
main section .management_policy2025 dl dt+dd {
	margin-top: 0.7em;
}
main section .management_policy2025 dl dd+dt {
	margin-top: 1.5em;
	
}
main section .management_policy2025 dl dt+dt {
	margin-top: 1.8em;
	
}
@media screen and (max-width: 600px) {
main section .management_policy2025 dl dd+dt {
	margin-top: 1.1em;
	
}
	}
main section .management_policy2025 dl dt+dt {
	margin-top: 1.5em;
	}
	
main section .office_data {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;

}
@media screen and (max-width: 480px) {
main section .office_data {
	display: block;
}
	}
main section .office_data.sales_office {
	padding-left: 30px;
}
@media screen and (max-width: 600px) {
main section .office_data.sales_office {
	padding: 10px;
}
	}
main section .office_data+.office_data {
	margin-top: 25px;
	padding-top: 25px;
	border-top: solid 1px rgba(0,0,0,0.15);
}
main section .office_data+.office_data.sales_office {

}
main section .office_data>dt {
	width: 175px;
	height: auto;
	margin-right: 25px;
}
@media screen and (max-width: 600px) {
main section .office_data>dt {
	width: 125px;
	height: auto;
	margin-right: 15px;
}
	}
@media screen and (max-width: 480px) {
main section .office_data>dt {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
	}

main section .office_data>dt img {
	width: 100%;
	height: auto;
}
main section .office_data>dd {
	-webkit-flex: 1;  flex: 1;
	text-align: left;
}
main section .office_data>dd>h6 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 800px) {
main section .office_data>dd>h6 {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
main section .office_data>dd>h6 {
	font-size: 1.4rem;
}
	}
main section .office_data>dd>h6 span {
	display: inline-block;
}
main section .office_data>dd>h6 a {
}
main section .office_data>dd>h6 a:after {
	content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	margin-left: 7px;
	text-decoration: none;
	opacity: 0.4;
}
main section .office_data>dd>p {
	font-size: 1.4rem;
	line-height: 1.7em;
	text-align: left;
}
@media screen and (max-width: 600px) {
main section .office_data>dd>p {
	font-size: 1.3rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 340px) {
main section .office_data>dd>p {
	font-size: 1.2rem;
	line-height: 1.5em;
}
	}
main section .office_data>dd>p>br {
	display: none;
}
@media screen and (max-width: 800px) {
main section .office_data>dd>p>br {
	display: inline-block;
}
	}
main section .office_data>dd>table br {
	display: none;
}
@media screen and (max-width: 800px) {
main section .office_data>dd>table br {
	display: inline-block;
}
	}
main section .office_data>dd>p>span {
	display: inline-block;
}

main section .office_data>dd>p>span {
	display: inline-block;
}
main section .office_data>dd>table {
	font-size: 1.4rem;
	line-height: 1.7em;
	margin-left: 0;
}
@media screen and (max-width: 600px) {
main section .office_data>dd>table {
	font-size: 1.3rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 480px) {
main section .office_data>dd>table {
	font-size: 1.2rem;
	line-height: 1.5em;
}
	}
main section .office_data>dd>table th {
	white-space: nowrap;
	padding-right: 2.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
main section .office_data>dd>table td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
main section .office_data>dd .map_b {
	margin-left: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}
@media screen and (max-width: 480px) {
main section .office_data>dd .map_b {
	margin-left: 10px;
	position: relative;
	top: -1px;
}
	}
main section .office_data>dd .map_b a {
font-size: 1.3rem;
	line-height: 1.1em;
 font-family: 'Prompt', sans-serif;
  font-weight: 400;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
		color:#FFF;
	padding: 0.1em 0.6em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	}
@media screen and (max-width: 600px) {
main section .office_data>dd .map_b a {
font-size: 1.1rem;
	line-height: 1.1em;
	}
}
@media screen and (max-width: 480px) {
main section .office_data>dd .map_b a {
font-size: 1.0rem;
	line-height: 1.1em;
	}
}
main section .office_data>dd .map_b a i {
	margin-right: 5px;
	position: relative;
	top: 0px;
	font-size: 0.9em;
	}
main section .office_data>dd .map_b a:hover {
	background-color: #e4340e;;
		color:#FFF
	}

main section p.organizational_chart {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.0rem;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
main section p.organizational_chart {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main section p.organizational_chart {
	font-size: 1.6rem;
	text-align: center;
}
	}
main section p.organizational_chart a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
	font-size: 1.3em;
	position: relative;
	top: 3px;
}
main section .get_reader {
	margin-top: 35px;
}
main section .get_reader dt {
	margin: 0 auto 10px;
	width: 159px;
	height: auto;
}
main section .get_reader dd {
	font-size: 1.3rem;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
main section .get_reader dd {
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 600px) {
main section .get_reader dd {
	font-size: 1.1rem;
}	
}

main section .history {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 600px) {
main section .history {
	display: block;
}	
	}
main section .history+.history {
	 background-image: linear-gradient(to right, rgba(0,0,0,0.15), rgba(0,0,0,0.15) 3px, transparent 3px, transparent 10px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
	padding-top: 25px;
	margin-top: 13px;
}	
main section .history>dt {
font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 0.5em;
	text-align: left;
	color: #db0012;
	margin-right: 30px;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
main section .history>dt {
	font-size: 1.8rem;
}
	}
main section .history>dt>b {
font-family: 'Frank Ruhl Libre', serif;
	font-weight: normal;
	font-size: 2.8rem;
	margin-right: 3px;
}
@media screen and (max-width: 800px) {
main section .history>dt>b {
	font-size: 2.2rem;
}
	}
main section .history>dd {
	font-size: 1.5rem;
	margin-bottom: 0.5em;
	text-align: center;
	padding-top: 0.1em;
	text-align: left;
	line-height: 1.8em;
	width: 100%;
}
@media screen and (max-width: 800px) {
main section .history>dd {
	font-size: 1.5rem;
	padding-top: 0.2em;
}
	}
@media screen and (max-width: 600px) {
main section .history>dd {
	font-size: 1.4rem;
	padding-top: 0em;
	margin-top: -7px;
}
	}
main section .history>dd>img {
	margin-top: 10px;
	width: 40%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .history>dd>img {
	margin-top: 10px;
	width: 60%;
	height: auto;
}
	}
@media screen and (max-width: 480px) {
main section .history>dd>img {
	margin-top: 10px;
	width: 100%;
	height: auto;
}
	}
main section .history>dd>img+p {
	margin-top: 1.5em;
}
main section .about_nav {
	  width: 90%;
	max-width: 1000px;
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin-bottom: 55px;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
main section .about_nav {
	margin-top:20px; 
}
	}
main section .about_nav>li {
	width: 15.2%;
	text-align: center;
}
@media screen and (max-width: 700px) {
main section .about_nav>li {
	width: 31%;
	text-align: center;
}
	}
@media screen and (max-width: 700px) {
main section .about_nav>li:nth-child(n+4) {
	margin-top: 14px;
}
}
@media screen and (max-width: 480px) {
main section .about_nav>li {
	width: 48.5%;
	text-align: center;
}
	main section .about_nav>li:nth-child(3) {
	margin-top: 10px;
}
main section .about_nav>li:nth-child(n+4) {
	margin-top: 10px;
}
}
main section .about_nav>li>a {
	background-color: #FFF;
	width: 100%;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	padding: 0.5em 0 0.6em;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
	border: 1px solid rgba(0,0,0,0.2);
}
@media screen and (max-width: 900px) {
main section .about_nav>li>a {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 800px) {
main section .about_nav>li>a {
	font-size: 1.4rem;
}
}
main section .about_nav>li>a:hover {
	background-color: #db0012;
	color: #FFF;
}
main section .about_nav>li>a.active {
	background-color: #1b7b33;
	color: #FFF;
}

main section .declaration {
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	padding: 0px;
	background-color: #FFF;
}
main section .declaration>dt {
	font-size: 1.7rem;
	line-height: 1.4em;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-color: #be956a;
	display: inline-block;
	padding: 0.2em 0.75em 0.3em;
	margin-bottom: 10px;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}
@media screen and (max-width: 800px) {
main section .declaration>dt {
	font-size: 1.6rem;
	}
}
@media screen and (max-width: 600px) {
main section .declaration>dt {
	font-size: 1.5rem;
	}
}
main section .declaration>dd {
		font-size: 1.5rem;
	line-height: 2.0em;
}
@media screen and (max-width: 800px) {
main section .declaration>dd  {
	font-size: 1.4rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .declaration>dd  {
	font-size: 1.3rem;
	line-height: 1.8em;
}	
}
main section .declaration>dd+dt  {
	margin-top: 1.5em;
}	

/*business*/
.business_bg {
	background-color: rgba(201,210,210,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.business02_bg {
	background-color: rgba(85,146,154,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.business03_bg {
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.business02_bg+.page_title,.business03_bg+.page_title {
	color: #FFF;
}
main section .exhibition {
	margin: auto;
	width: 80%;
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width: 800px) {
main section .exhibition {
	margin: auto;
	width: 80%;
	text-align: center;
	margin-top: 40px;
}
	}
@media screen and (max-width: 600px) {
main section .exhibition {
	margin: auto;
	width: 60%;
	text-align: center;
	margin-top: 30px;
}
	}
main section .exhibition h4 {
	font-size: 2.0rem;
	margin-bottom: 0.5em;
		font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
}
main section .exhibition p {
	font-size: 1.3rem;
	margin-bottom: -5px;
	color: #beb191;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	text-align: center;
}
main section .exhibition li:nth-child(odd) dl dt {
	margin: auto;
	width: 70%;
	text-align: center;
	padding: 0.4em 0.4em 0.6em; 
	color: #FFF;
	font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
	background-color: #e4340e;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	transform:translateY(50%);
}
main section .exhibition li:nth-child(even) dl dt {
	margin: auto;
	width: 70%;
	text-align: center;
	padding: 0.4em 0.4em 0.6em; 
	color: #FFF;
	font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
 font-weight: 500;
	background-color: #1b7b33;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	transform:translateY(50%);
}
main section .exhibition li dl dd {
}
main section .exhibition li dl dd>img {
	width: 100%;
	height: auto;
}
main section .column2.retail_support {
	width: 80%;
	margin: auto;
	margin-top: 45px;
}
@media screen and (max-width: 800px) {
main section .column2.retail_support {
	display: block;
}
	}
@media screen and (max-width: 800px) {
main section .column2.retail_support>li {
	width: 100%;
}
	}
@media screen and (max-width: 800px) {
main section .column2.retail_support>li+li {
	margin-top: 30px;
}
	}
main section .retail_support p {
	font-size: 1.5rem;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
@media screen and (max-width: 900px) {
main section .retail_support p {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
main section .retail_support p {
	font-size: 1.4rem;
}
	}
main section .retail_support p>b {
	color: #d8d0bd;
}
main section .retail_support p+p {
	margin-top: 0.8em;
}
main section .retail_support li>img {
	width: 100%;
	height: auto;
}

main section.product_development:first-child {
	padding-top: 80px;
}
main .section_title+.product_development {
	padding-top: 0;
	margin-top: 800px;
}
main section.product_development .page_title_c {
	color: #FFF;
	padding: 0.3em 1.5em;
	display: inline-block;
	background-color: #e4340e;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	transform: translateY(-50%);
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	font-size: 2.0rem;
}
@media screen and (max-width: 800px) {
main section.product_development .page_title_c {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 600px) {
main section.product_development .page_title_c {
	font-size: 1.6rem;
	margin-top: 2.0em;
}	
}
main section.product_development .product_contnts {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts {
	display: block;
}
}
main section.product_development p+.product_contnts {
	margin-top: 50px;
	}
@media screen and (max-width: 800px) {
main section.product_development p+.product_contnts {
	margin-top: 40px;
	}
	}
@media screen and (max-width: 600px) {
main section.product_development p+.product_contnts {
	margin-top: 30px;
	}
	}
main section.product_development .product_contnts dt {
	width: 25%;
	height: auto;
	margin-left: 5%;
	}
@media screen and (max-width: 800px) {
main section.product_development .product_contnts dt {
	width: 35%;
	height: auto;
	margin-left: 5%;
	}
	}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts dt {
	width: 35%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	}
main section.product_development .product_contnts dt>img {
	width: 100%;
	height: auto;
	}
main section.product_development .product_contnts dd {
	width: 100%;
	height: auto;
	-webkit-flex: 1;  flex: 1;
	}
main section.product_development .product_contnts h5  {
	font-size: 2.2rem;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	text-align: left;
	
}
@media screen and (max-width: 800px) {
main section.product_development .product_contnts h5  {
	font-size: 1.9rem;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}	
}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts h5  {
	font-size: 1.7rem;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	text-align: center;
}	
}
main section.product_development .product_contnts h5:after {
	content: "";
	width: 0.75em;
	background: rgba(0,0,0,0.2);
	height: 2px;
	display: inline-block;
	margin-left: 10px;
	transform:translateY(-7px);
}
@media screen and (max-width: 800px) {
main section.product_development .product_contnts h5:after {
	transform:translateY(-6px);
}
	}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts h5:after {
	content: "";
}
	}
main section.product_development .product_contnts .txt {
	font-size: 1.4rem;
	line-height: 2.0em;
}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts .txt  {
	font-size: 1.3rem;
	line-height: 1.8em;
}	
}
main section.product_development .product_contnts .product_catch {
	font-size: 1.8rem;
	line-height: 1.55em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #e4340e;
	margin-bottom: 1.0em;
}
@media screen and (max-width: 800px) {
main section.product_development .product_contnts .product_catch {
	font-size: 1.7rem;
}
}
@media screen and (max-width: 600px) {
main section.product_development .product_contnts .product_catch {
	font-size: 1.6rem;
	text-align: center;
}
}
main section .link_b_r {
	text-align: center;
	margin-top: 35px;
}
main section .link_b_r>a {
	font-size: 2.0rem;
	background-color: #db0012;
	color: #FFF;
	display: inline-block;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	padding: 0.5em 1.3em 0.6em;;
}
@media screen and (max-width: 800px) {
main section .link_b_r>a {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main section .link_b_r>a {
	font-size: 1.6rem;
}
	}
main section .link_b_r>a:hover {
	background-color: #427935;
}
main section .sdgs_t {
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 44px;
}
@media screen and (max-width: 800px) {
main section .sdgs_t {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
	}
main section p+.sdgs_t {
	margin-top: 40px;
}
@media screen and (max-width: 800px) {
main section p+.sdgs_t {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section p+.sdgs_t {
	margin-top: 20px;
}
	}
main section .sdgs_t img {
	width: 100%;
	height: auto;
}
main section .sdgs_box {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
main section .sdgs_box {
	display: block;
}
	}
main section .sdgs_box+.page_title_l {
	margin-top: 60px;
}
@media screen and (max-width: 800px) {
main section .sdgs_box+.page_title_l {
	margin-top: 45px;
}
	}
@media screen and (max-width: 600px) {
main section .sdgs_box+.page_title_l {
	margin-top: 30px;
}
	}
main section .sdgs_box>dt {
	width: 300px;
	margin-left: 7%;
}
@media screen and (max-width: 900px) {
main section .sdgs_box>dt {
	width: 250px;
	margin-left: 5%;
}
	}
@media screen and (max-width: 800px) {
main section .sdgs_box>dt {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 25px;
}
	}
main section .sdgs_box>dt img {
	width: 100%;
	height: auto;
}
main section .sdgs_box>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .sdgs_box>dd>.catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #0098cf;
	font-size: 1.8rem;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 600px) {
main section .sdgs_box>dd>.catch {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
main section .sdgs_box>dd>.catch {
	font-size: 1.4rem;
}
	}
main section .sdgs_box dd>dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-top: 20px;
}
@media screen and (max-width: 380px) {
main section .sdgs_box dd>dl {
	display: block;
}
	}
main section .sdgs_box dd>dl+dl {
	margin-top: 10px;
}
@media screen and (max-width: 380px) {
main section .sdgs_box dd>dl+dl {
	margin-top: 25px;
}
	}
main section .sdgs_box dd>dl>dt {
	width: 120px;
	height: auto;
	margin-right: 20px;
}
@media screen and (max-width: 380px) {
main section .sdgs_box dd>dl>dt {
	width: 120px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .sdgs_box dd>dl>dt img {
	width: 100%;
	height: auto;
}
main section .sdgs_box dd>dl>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .sdgs_box dd>dl>dd p {
	font-size: 1.5rem;
	line-height: 1.8em;
}
@media screen and (max-width: 800px) {
main section .sdgs_box dd>dl>dd p {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .sdgs_box dd>dl>dd p {
	font-size: 1.3rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 480px) {
main section .sdgs_box dd>dl>dd p {
	font-size: 1.2rem;
	line-height: 1.6em;
}
	}
main section .sdgs_box dd>dl>dd p+p {
	margin-top: 0.5em;
}
main section .sdgs_box dd>dl>dd p b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
main section .sdgs_box dd>dl>dd p b {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .sdgs_box dd>dl>dd p b {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
main section .sdgs_box dd>dl>dd p b {
	font-size: 1.3rem;
}
}

main section .microbubbles {
	width: 60%;
	margin: 40px auto 0;
}
@media screen and (max-width: 600px) {
main section .microbubbles {
	width: 100%;
	margin: 30px auto 0;
}
	}
main section .microbubbles img {
	width: 100%;
	height: auto;
}
main section .microbubbles h6 {
	margin: 0 auto 1.3em;
	font-size: 1.7rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .microbubbles h6 {
	margin: 0 auto 1.3em;
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .microbubbles h6 {
	margin: 0 auto 1.3em;
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 480px) {
main section .microbubbles h6 {
	margin: 0 auto 1.3em;
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 380px) {
main section .microbubbles h6 {
	margin: 0 auto 1.3em;
	font-size: 1.2rem;
	text-align: center;
}
	}
main section .umamill_logo {
	width: 162px;
	height: 106px;
	margin: auto auto 30px;
}
main section .umamill_logo>img {
	width: 100%;
	height: auto;
}
main section .flame {
	border: solid 3px rgba(0,0,0,0.2);
	padding: 25px;
	margin-top: 30px;
	margin-bottom:  30px;
}
@media screen and (max-width: 800px) {
main section .flame {
	border: solid 3px rgba(0,0,0,0.2);
	padding: 20px;
	margin-top: 25px;
	margin-bottom:  25px;
}
	}
	@media screen and (max-width: 600px) {
main section .flame {
	border: solid 3px rgba(0,0,0,0.2);
	padding: 15px;
	margin-top: 20px;
	margin-bottom:  20px;
}
		}

/*recruit*/
.recruit_bg,.recruit01_bg {
	background-color: rgba(85,146,154,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}

.newgraduates_bg {
	background-color: rgba(85,146,154,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}

.recruit_bg+.page_title {
	color: #FFF;
}

main section .interview_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section .interview_list li {
	width: 31%;
}
@media screen and (max-width: 600px) {
main section .interview_list li {
	width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
	}
@media screen and (max-width: 600px) {
main section .interview_list li+li {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .interview_list li>div {
	width: 47.5%;
	margin-top: 0;
}
	}
main section .interview_list div+div {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
main section .interview_list div+div {
	margin-top: 0px;
}
	}
main section .interview_list li img {
	width: 100%;
	height:auto;
	padding-bottom:0px;
	transition: all .3s ease;
}
main section .interview_list li img:hover {
	opacity:0.6;
}
main section .interview_list li div>h4 {
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.8em;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}
@media screen and (max-width: 800px) {
main section .interview_list li div>h4 {
	font-size: 1.6rem;
	}
}
main section .interview_list li div>h4:after {
	content: "";
	width: 128px;
	height: 8px;
	display: block;
	margin: 15px auto 14px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:17px;
}
main section .interview_list li div>p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	color: rgba(0,0,0,0.6);
	text-align: center;
}
@media screen and (max-width: 800px) {
main section .interview_list li div>p {
	font-size: 1.4rem;
}
	}

main section .interview_list02 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main section .interview_list02 li {
	width: 19%;
	margin-bottom: 30px;
	display: block;
}
@media screen and (max-width: 600px) {
main section .interview_list02 li {
	width: 32%;
}
	}
@media screen and (max-width: 600px) {
main section .interview_list02 li+li {
	margin-top: 0px;
}
	}
main section .interview_list02 div+div {
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
main section .interview_list02 div+div {
	margin-top: 0px;
}
	}
main section .interview_list02 li img {
	width: 100%;
	height:auto;
	padding-bottom:0px;
	transition: all .3s ease;
}
main section .interview_list02 li img:hover {
	opacity:0.6;
}
main section .interview_list02 li div>h4 {
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.8em;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}
@media screen and (max-width: 800px) {
main section .interview_list02 li div>h4 {
	font-size: 1.6rem;
	}
}
@media screen and (max-width: 600px) {
main section .interview_list02 li div>h4 {
	font-size: 1.4rem;
	}
}
main section .interview_list02 li div>h4:after {
	content: "";
	width: 128px;
	height: 8px;
	display: block;
	margin: 15px auto 14px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:17px;
}
@media screen and (max-width: 600px) {
main section .interview_list02 li div>h4:after {
	content: "";
	width: 64px;
	height: 4px;
	display: block;
	margin: 10px auto 9px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:17px;
}
	}
main section .interview_list02 li div>p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	color: rgba(0,0,0,0.6);
	text-align: center;
}
@media screen and (max-width: 800px) {
main section .interview_list02 li div>p {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
main section .interview_list02 li div>p {
	font-size: 1.2rem;
}
	}



main section .senior_interview {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
main section .senior_interview {
	display: block;
	margin-bottom: 10px;
}
	}
main section .senior_interview>dt {
	width: 50%;
}
@media screen and (max-width: 600px) {
main section .senior_interview>dt {
	width: 100%;
}
	}
main section .senior_interview>dd {
	position: relative;
	width: 50%;
	background-color: #f2efe9;
}
@media screen and (max-width: 600px) {
main section .senior_interview>dd {
	padding: 0px 0;
	width: 100%;
	background-color: #FFF;
}
	}
main section .senior_interview>dd>div {
	background-color: #FFF;
	display: inline-block;
	font-size: 1.6rem;
	padding: 1.0em;
	width: 70%;
	 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
main section .senior_interview>dd>div {
	background-color: #FFF;
	display: inline-block;
	font-size: 1.6rem;
	padding: 1.0em;
	width: 100%;
	 position: relative;
  top: auto;
  left: 50%;
  -webkit-transform: translate(auto, auto); /* Safari用 */
  transform: translate(auto, auto);
	margin: auto;
	padding: 0;
	margin-top: 50px;
}
	}
main section .senior_interview>dd>div>h4 {
	font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}
@media screen and (max-width: 800px) {
main section .senior_interview>dd>div>h4 {
	font-size: 1.8rem;
	}
}
@media screen and (max-width: 600px) {
main section .senior_interview>dd>div>h4 {
	font-size: 2.2rem;
	}
}
main section .senior_interview>dd>div>p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	color: rgba(0,0,0,0.6);
	text-align: center;
	margin: 1.0em auto 0;
}
@media screen and (max-width: 800px) {
main section .senior_interview>dd>div>p {
	font-size: 1.4rem;
	margin: 0.6em auto 0;
}
	}
main section>.interview_faq {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 600px) {
main section>.interview_faq {
	width: 90%;
	max-width: 1000px;
	display: block;
}
	}
main section>.interview_faq.reverse {
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
main section>.interview_faq+.interview_faq {
	margin-top: 40px;
	padding-top: 43px;
	background-image: url("../img/page/interview_line.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 3px;
}
@media screen and (max-width: 600px) {
main section>.interview_faq+.interview_faq {
	margin-top: 30px;
	padding-top: 33px;
}
	}
main section>.interview_faq>dt {
	width: 36%;
	margin-right: 4%;
}
@media screen and (max-width: 600px) {
main section>.interview_faq>dt {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 20px;
}
	}
main section>.interview_faq.reverse>dt {
	margin-right: 0%;
	margin-left: 5%;
}
@media screen and (max-width: 600px) {
main section>.interview_faq.reverse>dt {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 20px;
}
	}
main section>.interview_faq>dd {
	-webkit-flex: 1;  flex: 1;
}
main section>.interview_faq>dt img {
	width: 100%;
}
main section>.interview_faq>dd h5 {
	font-size: 2.0rem;
	line-height: 1.4em;
	margin-bottom: 1.0em;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	letter-spacing: 1px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
main section>.interview_faq>dd h5 {
	font-size: 1.9rem;
}
	}
@media screen and (max-width: 600px) {
main section>.interview_faq>dd h5 {
	font-size: 1.7rem;
}
	}

main section>.interview_faq>dd h5:before {
	content: "Q.";
	color: #396ba3;
	font-size: 2.8rem;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	margin-right: 10px;
}
@media screen and (max-width: 800px) {
main section>.interview_faq>dd h5:before {
	font-size: 2.5rem;
}
	}
main section>.interview_faq>dd p {
	font-size: 1.5rem;
	line-height: 1.9em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
main section>.interview_faq>dd p {
	font-size: 1.4rem;
	line-height: 1.8em;
}
	}
main section>.interview_faq>dd p:before {
	content: "A.";
	color: #e4340e;
	font-size: 2.8rem;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	margin-right: 14px;
}
@media screen and (max-width: 800px) {
main section>.interview_faq>dd p:before {
	font-size: 2.5rem;
}
	}
main section>.time_schedule {
	width: 100%;
	max-width: 5000px;
	margin: 50px auto 0;
	background-color: #f8f7f4;
	padding: 40px 0;
}
@media screen and (max-width: 800px) {
main section>.time_schedule {
	padding: 30px 0;
}
	}
@media screen and (max-width: 600px) {
main section>.time_schedule {
	padding: 25px 0;
}
	}
main section>.time_schedule h3 {
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
main section>.time_schedule h3 {
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 30px;
}
	}
	@media screen and (max-width: 800px) {
	main section>.time_schedule h3 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
		}
main section>.time_schedule ul {
	width: 90%;
	max-width: 1000px;
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
	@media screen and (max-width: 600px) {
	main section>.time_schedule ul {
		display: block;
}
		}
main section>.time_schedule ul>li {
	width: 46%;
}
		@media screen and (max-width: 600px) {
		main section>.time_schedule ul>li {
	width: 100%;
}
			}
		@media screen and (max-width: 600px) {
		main section>.time_schedule ul>li+li {
	margin-top: 20px;
}
			}
main section>.time_schedule ul>li>dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section>.time_schedule ul>li>dl+dl {
	margin-top: 30px;
}
		@media screen and (max-width: 600px) {
		main section>.time_schedule ul>li>dl+dl {
	margin-top: 20px;
}
			}
main section>.time_schedule ul>li>dl>dt {
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	color: #396ba3;
	width: 5em;
	white-space: nowrap;
	margin-right: 2em;
}
	@media screen and (max-width: 800px) {
	main section>.time_schedule ul>li>dl>dt {
	font-size: 1.7rem;
}
		}
main section>.time_schedule ul>li>dl>dt:after {
	content: "";
	color: #396ba3;
	display: block;
	margin-top: 5px;
	border-bottom: solid #396ba3 1px;
}
main section>.time_schedule ul>li>dl>dd {
	-webkit-flex: 1;  flex: 1;
}
main section>.time_schedule ul>li>dl>dd b {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	display: inline-block;
}
	@media screen and (max-width: 800px) {
	main section>.time_schedule ul>li>dl>dd b {
	text-align: left;
	font-size: 1.7rem;
}
		}
main section>.time_schedule ul>li>dl>dd p {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.7em
}
main section>.time_schedule ul>li>dl>dd p+p {
	margin-top: 0.5em;
}
main section div.recruit_message {
	background-image: url("../img/page/stripe_bg.png");
	background-size: 10px 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	margin-top: -30px
}
@media screen and (max-width: 800px) {
main section div.recruit_message {
	margin-top: -10px
}
	}
main section div.recruit_message>div {
	background-color: #FFF;
	padding: 30px;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
main section div.recruit_message>div {
	padding: 20px;
}
	}
@media screen and (max-width: 600px) {
main section div.recruit_message>div {
	padding: 15px;
}
	}
main section>.recruit_message h3 {
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
main section>.recruit_message h3 {
	text-align: center;
	font-size: 1.9rem;
	margin-bottom: 30px;
}
	}
	@media screen and (max-width: 800px) {
main section>.recruit_message h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
		}
main section>.recruit_message h3 span {
	display: inline-block;
}
main section>.recruit_message p {
	font-size: 1.5rem;
	line-height: 1.9em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
main section>.recruit_message p {
	font-size: 1.4rem;
	line-height: 1.8em;
}
	}

main section>.recruit_message img {
	width: 25%;
	height: auto;
	margin-left: 5%;
	float: right;
	margin-top: 5px;
}
@media screen and (max-width: 800px) {
main section>.recruit_message img {
	width: 30%;
	height: auto;
	margin-left: 5%;
	float: right;
	margin-top: 5px;
}
	}
@media screen and (max-width: 600px) {
main section>.recruit_message img {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: none;
	margin-top: 0px;
}
	}
main section .recruit_figure01 {
	background-color: #edf8f7;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	padding: 30px 0;
	margin-top: 50px;
}
@media screen and (max-width: 600px) {
main section .recruit_figure01 {
	padding: 20px 0;
	margin-top: 30px;
}
	}
main section .recruit_figure01+p,main section .recruit_figure02+p {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
main section .recruit_figure01+p,main section .recruit_figure02+p {
	padding: 20px 0;
	margin-top: 20px;
}
	}
main section .recruit_figure02 {
	padding: 20px 0;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	margin-top: 50px;
	background-color: #fdf3f1;
}
@media screen and (max-width: 800px) {
main section .recruit_figure02 {
	padding: 20px 0;
	margin-top: 30px;
}
	}
main section .recruit_figure01>h5,main section .recruit_figure02>h5 {
	font-size: 2.4rem;
	text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-bottom: 1.6em;
}
@media screen and (max-width: 800px) {
main section .recruit_figure01>h5 ,main section .recruit_figure02>h5 {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main section .recruit_figure01>h5,main section .recruit_figure02>h5 {
	font-size: 1.6rem;
}
	}
main section .recruit_figure01>img,main section .recruit_figure02>img {
	width: 90%;
}
main section .recruitment_staff{
	width: 30%;
	margin-left: 5%;
	margin-top: 8px;
	float: right;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
main section .recruitment_staff{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: none;
	margin-bottom: 20px;
}
	}
main section .recruitment_staff>img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
main section .recruitment_staff>p {
	text-align: center;
	margin: 0.3em auto 0;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*faq*/
section.faq {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:0px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
	overflow: hidden;
	
}
@media screen and (max-width: 1050px) {
section.faq {
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 600px) {
section.faq {
	padding-top: 0px;
	padding-bottom: 50px;
}
}
section.faq>div {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
@media screen and (max-width: 1050px) {
section.faq>div {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	
}
	}
@media screen and (max-width: 800px) {
section.faq>div .faq_list {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 600px) {
section.faq>div .faq_list {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
}
section.faq>div+div {
	margin-top: 20px;
}

.faq-check{
    display: none;
}
.faq-label{
    display: block;
    margin-bottom: 10px;
    padding: 10px 50px 30px 0px;
	margin-bottom: 10px;
    position: relative;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	-webkit-flex: 1;  flex: 1;
	width: 100%;
}
@media screen and (max-width: 800px) {
.faq-label{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
.faq-label{
	font-size: 1.4rem;
}
	}
.faq-label b {
	color: #0069AC;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 1.0em;
	margin-right: 10px;
	float: left;
}
.faq-label:after{
    background: #be956a;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}
@media screen and (max-width: 600px) {
.faq-label:after{
    background: #be956a;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    padding: 7px 11px;
    position: absolute;
    right: 0;
    top: 6px;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}
	}
.faq-content{
    height: 0;
    opacity: 0;
    padding: 0 0 ;
    transition: .3s;
    visibility: hidden;
	margin-bottom: 10px;
	width: 100%;
	-webkit-flex: 1;  flex: 1;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
.faq-check:checked + .faq-label:after{
    content: '\f068';
}
.faq-check:checked + .faq-label + .faq-content{
    height: auto;
    opacity: 1;
    padding: 10px 0 50px;
    visibility: visible;
	transition: 1.0s;
}
@media screen and (max-width: 600px) {
.faq-check:checked + .faq-label + .faq-content{
    height: auto;
    opacity: 1;
    padding: 10px 0 35px;
    visibility: visible;
}
	}
.faq-content p{
	font-size: 1.5rem;
	line-height: 1.8em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
.faq-content p{
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
.faq-content p{
	font-size: 1.2rem;
}
	}

.faq-content p a {
	color: #0069AC;
	text-decoration: underline;
}
.faq-content p a:hover {
	color: #00AAE8;;
	text-decoration: underline;
}
.faq-content p:before{
	content: "A.";
	color: #e4340e;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	font-size: 1.4em;
	margin-right: 10px;
}
.faq_cate01, .faq_cate02, .faq_cate03, .faq_cate04, .faq_cate05 {
	
	
}
@media screen and (max-width: 600px) {
	.faq_cate01,.faq_cate02,.faq_cate03,.faq_cate04,.faq_cate05 {
		display: block;
}
		}
.faq_cate01:before {
	font-size: 1.6rem;
	content: "配属・配置";
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	padding: 0.3em 0.8em 0.5em;
	background-color: rgba(0,0,0,0.06);
	margin:0.5em 1.0em 0 0;
		width: 100px;
		text-align: center;
	display: block;
	-webkit-flex: 1;  flex: 1;
	float: left;
}
@media screen and (max-width: 800px) {
.faq_cate01:before {
	font-size: 1.4rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.faq_cate01:before {
	font-size: 1.3rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
.faq_cate02:before {
	font-size: 1.6rem;
	content: "待遇";
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	padding: 0.3em 0.8em 0.5em;
	background-color: rgba(0,0,0,0.06);
	margin:0.5em 1.0em 0 0;
		width: 100px;
		text-align: center;
	display: block;
	-webkit-flex: 1;  flex: 1;
	float: left;
}
@media screen and (max-width: 800px) {
.faq_cate02:before {
	font-size: 1.4rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.faq_cate02:before {
	font-size: 1.3rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
	.faq_cate03:before {
	font-size: 1.6rem;
	content: "資格";
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	padding: 0.3em 0.8em 0.5em;
	background-color: rgba(0,0,0,0.06);
	margin:0.5em 1.0em 0 0;
		width: 100px;
		text-align: center;
	display: block;
	-webkit-flex: 1;  flex: 1;
	float: left;
}
@media screen and (max-width: 800px) {
.faq_cate03:before {
	font-size: 1.4rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.faq_cate03:before {
	font-size: 1.3rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
	.faq_cate04:before {
	font-size: 1.6rem;
	content: "職群";
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	padding: 0.3em 0.8em 0.5em;
	background-color: rgba(0,0,0,0.06);
	margin:0.5em 1.0em 0 0;
		width: 100px;
		text-align: center;
	display: block;
	-webkit-flex: 1;  flex: 1;
	float: left;
}
@media screen and (max-width: 800px) {
.faq_cate04:before {
	font-size: 1.4rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.faq_cate04:before {
	font-size: 1.3rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
	.faq_cate05:before {
	font-size: 1.6rem;
	content: "評価";
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
padding: 0.3em 0.8em 0.5em;
	background-color: rgba(0,0,0,0.06);
	margin:0.5em 1.0em 0 0;
		width: 100px;
		text-align: center;
	display: block;
	-webkit-flex: 1;  flex: 1;
	float: left;
}
@media screen and (max-width: 800px) {
.faq_cate05:before {
	font-size: 1.4rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.faq_cate05:before {
	font-size: 1.3rem;
	position: relative;
	top: -4px;
	float: none;
	text-align: center;
}
	}
main section .entry_b {
	margin: 30px auto 0;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	width: 730px;
}
@media screen and (max-width: 800px) {
main section .entry_b {
	width: 90%;
}
	}
@media screen and (max-width: 600px) {
main section .entry_b {
	width: 60%;
	display: block;
}
	}
main section .entry_b>li {
	width: 350px;
	height: auto;
	border: solid 3px #e4e4e4
}
main section .entry_b>li {
	width: 47.5%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .entry_b>li {
	width: 100%;
	height: auto;
	border: solid 3px #e4e4e4
}
	}
@media screen and (max-width: 600px) {
main section .entry_b>li+li {
	margin-top: 15px;
}
	}
	main section .entry_b2 {
	margin: 30px auto 0;
	width: 730px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	justify-content: center;
}
@media screen and (max-width: 800px) {
main section .entry_b2 {
	width: 90%;
}
	}
@media screen and (max-width: 600px) {
main section .entry_b2 {
	width: 60%;
	display: block;
}
	}
main section .entry_b2>li {
	width: 350px;
	height: auto;
	border: solid 3px #e4e4e4
}
main section .entry_b2>li {
	width: 47.5%;
	height: auto;
}
@media screen and (max-width: 600px) {
main section .entry_b2>li {
	width: 100%;
	height: auto;
	border: solid 3px #e4e4e4
}
	}
main section .entry_b2>li img {
	width: 100%;
	height: auto;
}

/*product*/
.products_information_bg {
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
main section .product_line {
	padding-top: 53px;
	background-image: url("../img/page/interview_line.png");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto 3px;
	padding-top: 53px;
}
@media screen and (max-width: 800px) {
main section .product_line {
	padding-top: 33px;
}
	}
@media screen and (max-width: 600px) {
main section .product_line {
	padding-top: 33px;
}
}

main section .product-t {
	font-size: 2.2rem;
	line-height: 1.2em;
	white-space: nowrap;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	color: #FFF;
	background-color: #1b7b33;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	letter-spacing: 2px;
	text-indent: 2px;
	padding: 0.4em 0 0.5em;;
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
main section .product-t {
	font-size: 2.0rem;
	line-height: 1.2em;
	}
}
@media screen and (max-width: 800px) {
main section .product-t {
	font-size: 1.7rem;
	line-height: 1.2em;
	}
}
@media screen and (max-width: 600px) {
main section .product-t {
	font-size: 1.5rem;
	line-height: 1.2em;
	}
}
main section p+.product-t {
	margin-top: 1.4rem;
	}
main section .brand_data {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
main section .brand_data {
	display: block;
}
	}
main section .brand_data dt {
	width: 150px;
	height: auto;
	margin-right: 4%;
}
@media screen and (max-width: 600px) {
main section .brand_data dt {
	width: 150px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
}
	}
main section .brand_data dt>img {
	width: 100%;
	height: auto;
}
main section .brand_data dd {
	text-align: left;
	-webkit-flex: 1;  flex: 1;
}
main section .brand_data dd>h5 {
	text-align: left;
	font-size: 1.7rem;
	margin-bottom: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
main section .brand_data dd>h5 {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .brand_data dd>h5 {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 1.0em;
}
	}
@media screen and (max-width: 600px) {
main section .brand_data dd>h5 {
	text-align: center;
	font-size: 1.6rem;
}
	}
main section .brand_data dd>h5 span {
	display: inline-block;
}
main section .brand_data dd>p {
	font-size: 1.4rem;
	line-height: 1.7em;
}
@media screen and (max-width: 800px) {
main section .brand_data dd>p {
	font-size: 1.3rem;
	line-height: 1.7em;
}
	}
main section .brand_data dd>p.url {
	margin-top: 1.0em;
}
@media screen and (max-width: 600px) {
main section .brand_data dd>p.url {
	margin-top: 1.0em;
	text-align: center;
}
	}
main section .brand_data dd>p a {
	text-decoration: underline;
}

main section .product_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
main section .product_list {
	display: block;
}
	}
main section .product_list>li {
	width: 47%;
	text-align: left;
	margin-top: 70px;
}
@media screen and (max-width: 700px) {
main section .product_list>li {
	width: 100%;
	text-align: left;
	margin-top: 60px;
}
}
main section .product_list>li:nth-of-type(1) ,main section .product_list>li:nth-of-type(2) {
	margin-top: 0px;
}
@media screen and (max-width: 700px) {
main section .product_list>li:nth-of-type(1) {
	margin-top: 0px;
}
	}
@media screen and (max-width: 700px) {
main section .product_list>li:nth-of-type(2) {
	margin-top: 60px;
}
	}
main section .product_list>li>dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
main section .product_list>li>dl {
	display: block;
}
	}
main section .product_list>li>dl>dt {
	width: 30%;
	margin-left: 8%;
	text-align: center;
	margin-top: 33px;
}
@media screen and (max-width: 600px) {
main section .product_list>li>dl>dt {
	width: 25%;
	margin-left: 8%;
	text-align: center;
	margin-top: 3px;
}
	}
@media screen and (max-width: 480px) {
main section .product_list>li>dl>dt {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3px;
}
	}
main section .product_list>li>dl>dt>p {
	font-size: 1.4rem;
	margin-top: 0.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
}
main section .product_list>li>dl>dt>img {
	width: 100%;
	height: auto;
}
main section .product_list>li>dl>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .product_list>li .brand_n {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0.4em;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
main section .product_list>li .brand_n>span {
	display: inline-block;
}
main section .product_list>li h6 {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4em;
	margin-bottom: 1.0em;
	color: #e4340e;
	text-align: left;
	padding-bottom: 0.8em;
	margin-bottom: 0.9em;
	border-bottom: solid 1px #d1d2d2;
	
}
@media screen and (max-width: 800px) {
main section .product_list>li h6 {
	font-size: 1.5rem;
}	
}
@media screen and (max-width: 480px) {
main section .product_list>li h6 {
	font-size: 1.4rem;
}	
}
main section .product_list>li h6>span {
	display: inline-block;
	margin-right: 0.5em;
	
}
main section .product_list>li p {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7em;
}
main section .product_list .item_link {
	margin-top: 1.4em;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
main section .product_list .item_link>a {
	color: #FFF;
	background-color: #db0012;
	padding: 0.3em 1.0em 0.4em;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
main section .product_list .item_link>a:hover {
	background-color: #1b7b33;
}

main section .product_list02 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
main section .product_list02 {
	display: block;
}
	}
main section .product_list02>li {
	width: 22%;
	text-align: left;
	position: relative;
	padding-bottom: 1.5em;
}
@media screen and (max-width: 800px) {
main section .product_list02>li {
	width: 45%;
	text-align: left;
}
}
@media screen and (max-width: 480px) {
main section .product_list02>li {
	width: 100%;
	text-align: left;
}
}
@media screen and (max-width: 480px) {
main section .product_list02>li+li {
	width: 100%;
	margin-top: 20px;
}
}
main section .product_list02>li:nth-child(n+5) {
	margin-top: 75px;
}
@media screen and (max-width: 800px) {
main section .product_list02>li:nth-child(n+3) {
	margin-top: 60px;
}
}
main section .product_list02>li>dl {
	
}
main section .product_list02>li>dl>dt {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3px;
}
@media screen and (max-width: 800px) {
main section .product_list02>li>dl>dt {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3px;
}
	}
@media screen and (max-width: 480px) {
main section .product_list02>li>dl>dt {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3px;
}
	}
main section .product_list02>li>dl>dt>p {
	font-size: 1.5rem;
	margin-top: 0.6em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 600px) {
main section .product_list02>li>dl>dt>p {
	font-size: 1.4rem;
}
	}
main section .product_list02>li>dl>dt>img {
	width: 100%;
	height: auto;
}
main section .product_list02>li>dl>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .product_list02>li .brand_n {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 0.4em;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
main section .product_list02>li .brand_n>span {
	display: inline-block;
}
main section .product_list02>li h6 {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4em;
	margin-bottom: 1.0em;
	text-align: center;
	margin-bottom: 1.7em;
	margin-top: 1.0em;
	color: #db0012;
	
}
@media screen and (max-width: 900px) {
main section .product_list02>li h6 {
	font-size: 1.5rem;
}	
}
@media screen and (max-width: 480px) {
main section .product_list02>li h6 {
	font-size: 1.4rem;
}	
}
main section .product_list02>li h6>span {
	display: inline-block;
	margin-right: 0.3em;
	margin-left: 0.3em;
	
}
main section .product_list02>li p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.7em;
}
main section .product_list02 .item_link {
	margin-top: 1.4em;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	
}
main section .product_list02 .item_link>a {
	color: #FFF;
	background-color: #1b7b33;
	padding: 0.3em 1.0em 0.4em;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	text-align: center;
	margin: auto;
}
main section .product_list02 .item_link>a:hover {
	background-color: #db0012;
}


/*yosakoi*/
.yosakoi_bg {
	background-color: rgba(104,175,172,0.3);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.yosakoi_bg+.page_title {
	color: #FFF;
}
.yosakoi_list {
	position: relative;
	height: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 600px) {
.yosakoi_list {
	display: block;
}
	}


.yosakoi_list>li {
	position: relative;
	width: 50%;
	height: 350px;
	height: auto;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
.yosakoi_list>li {
	height: 250px;
}
}
@media screen and (max-width: 600px) {
.yosakoi_list>li {
	width: 100%;
	height: auto;
	
}
}
.yosakoi_list>li img {
	width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
.yosakoi_list>li img {
	width: auto;
  height: 100%;
  object-fit: cover;
}
}
@media screen and (max-width: 600px) {
.yosakoi_list>li img {
	width: 100%;
  height: auto;
  object-fit: cover;
}
	}
.yosakoi_list>li:nth-child(odd) {
}
@media screen and (max-width: 600px) {
.yosakoi_list>li:nth-child(odd) {
}
	}
.yosakoi_list>li:nth-child(even) {
}
@media screen and (max-width: 600px) {
.yosakoi_list>li:nth-child(even) {
}
	}
.yosakoi_list>li:first-child {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	border-left: 0px solid #FFF;
}
@media screen and (max-width: 800px) {
.yosakoi_list>li:first-child {
	height:300px;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_list>li:first-child {
	height: auto;
}
	}
@media screen and (max-width: 800px) {
.yosakoi_list>li:first-child img {
	width: 100%;
  height: auto;
  object-fit: cover;
}
	}
.yosakoi_list>li a>span {
	background-color: rgba(94,86,78,0.55);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
	transition-duration:0.5s;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 2px #FFF;
}
.yosakoi_list>li a:hover>span {
	background-color: rgba(94,86,78,0.1);
}
.yosakoi_list>li div {
 position: absolute;
	width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	z-index: 20;
}

.yosakoi_list>li div h4 {
font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 3.4rem;
	color: #FFF;
	margin-bottom: 0.2em;
	text-align: center;
}
@media screen and (max-width: 800px) {
.yosakoi_list>li div h4 {
	font-size: 2.8rem;
}
	}
.yosakoi_list>li div h4>b {
font-family: 'Frank Ruhl Libre', serif;
	font-weight: normal;
	font-size: 6.0rem;
}
@media screen and (max-width: 800px) {
.yosakoi_list>li div h4>b {
	font-size: 5.0rem;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_list>li div h4>b {
	font-size: 4.0rem;
	margin-bottom: 0.4em;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_list>li div h4>b {
	font-size: 3.0rem;
	margin-bottom: 0.3em;
}
	}
.yosakoi_list>li div .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
		line-height: 1.6em;
}

@media screen and (max-width: 900px) {
.yosakoi_list>li div .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.2vw;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_list>li div .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3.4vw;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_list>li div .theme {
	font-size: 4.8vw;
}
	}
.yosakoi_list>li div .theme>span {
	display: block;
}
.yosakoi_list>li div .theme span:only-of-type:after {
	content: "　";
	display: block;
}

.yosakoi_list>li div .award {
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2em;
	padding-top: 1.2em;
	border-top: solid 1px rgba(255,255,255,0.6);
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	width: 80%;
}
@media screen and (max-width: 1100px) {
.yosakoi_list>li div .award {
	margin-top: 0.7em;
	padding-top: 0.7em;
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 800px) {
.yosakoi_list>li div .award {
	font-size: 1.4rem;
	margin-top: 0.5em;
	padding-top: 0.5em;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_list>li div .award {
	font-size: 1.3rem;
}
	}
.yosakoi_list>li div .award>span {
	display: block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.yosakoi_list>li div .award>span:only-of-type:after {
	content: "　";
	display: block;
}

.yosakoi_old {
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.yosakoi_old li {
	margin-top: 50px;
	width: 30%;
}
@media screen and (max-width: 900px) {
.yosakoi_old li {
	margin-top: 50px;
	width: 45%;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_old li {
	margin-top: 50px;
	width: 100%;
}
	}

.yosakoi_old li h4 {
font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 0.2em;
	text-align: center;
}
@media screen and (max-width: 800px) {
.yosakoi_old li div {
	width: 45%;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_old li div {
	width: 100%;
}
	}
.yosakoi_old li div+div {
	margin-top: 30px
}
@media screen and (max-width: 800px) {
.yosakoi_old li div+div {
	margin-top: 0px
}
	}
@media screen and (max-width: 600px) {
	.yosakoi_old li div+div {
	margin-top: 30px
}
	}
.yosakoi_old li h4>b {
font-family: 'Frank Ruhl Libre', serif;
	font-weight: normal;
	font-size: 4.0rem;
}
@media screen and (max-width: 800px) {
.yosakoi_old li h4>b {
	font-size: 3.2rem;
	margin-bottom: 0.4em;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_old li h4>b {
	font-size: 3.0rem;
	margin-bottom: 0.4em;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_old li h4>b {
	font-size: 2.8rem;
	margin-bottom: 0.3em;
}
	}
.yosakoi_old li .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	line-height: 1.4em;
}
@media screen and (max-width: 1000px) {
.yosakoi_old li .theme {
	font-size: 13px;
}
	}
@media screen and (max-width: 900px) {
.yosakoi_old li .theme {
	font-size: 2.0vw;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_old li .theme {
	font-size: 3.2vw;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_old li .theme {
	font-size: 4.8vw;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_old li .theme.no_theme {
	display: none;
}
	}
.yosakoi_old li .theme>span {
	display: inline-block;
}
.yosakoi_old li .award {
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.7em;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-top: 1.0em;
	padding-top: 1.0em;
	border-top: solid 1px rgba(0,0,0,0.15);
}
.yosakoi_old li .award>span {
	display: block;
	margin: 0 0.5em;
}

.yosakoi_title {
 position: relative;
	z-index: 20;
}

.yosakoi_title h4 {
font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 3.0rem;
	margin-bottom: 0.5em;
	text-align: center;
}
@media screen and (max-width: 800px) {
.yosakoi_title h4 {
	font-size: 2.5rem;
}
	}
.yosakoi_title h4>b {
font-family: 'Frank Ruhl Libre', serif;
	font-weight: normal;
	font-size: 6.0rem;
	margin-right: 3px;
}
@media screen and (max-width: 800px) {
.yosakoi_title h4>b {
	font-size: 5.0rem;
}
	}
.yosakoi_title .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.9vw;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
.yosakoi_title .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.9vw;
	line-height: 1.5em;
}
@media screen and (max-width: 600px) {
.yosakoi_title .theme {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3.4vw;
}
	}
.yosakoi_title .theme>span {
	display: inline-block;
}
.yosakoi_title .award {
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.7em;
	text-align: center;
	margin-top: 1.0em;
	padding-top: 1.0em;
	border-top: solid 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 1100px) {
.yosakoi_title .award {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 800px) {
.yosakoi_title .award {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_title .award {
	font-size: 1.3rem;
}
	}
.yosakoi_title .award>span {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.yosakoi_album {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	padding: 0px 0;
}

@media screen and (max-width: 800px) {
.yosakoi_album {
	padding: 0px 0;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_album {
	padding: 0px 0;
}
	}
.yosakoi_album>li {
	width: 33.333%;
	border-bottom: none;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.yosakoi_album>li {
	width: 50%;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_album>li {
	width: 100%;
}
	}
.yosakoi_album>li img {
	width: 100%;
	height: auto;
	border: solid 2px #FFF;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
/*csr*/
.csr_bg {
	background-color: rgba(141,207,108,0.45);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.csr_bg+.page_title {
	color: #FFF;
}


/*news*/
.news_bg {
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}

/*csr*/
main section .csr_report {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;

	
}
@media screen and (max-width: 600px) {
main section .csr_report {
	display: block;
	}
}
main section .csr_report>dt {
	width: 300px;
	margin-right: 6%;
}
@media screen and (max-width: 800px) {
main section .csr_report>dt {
	width: 35%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report>dt {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .csr_report>dt img {
	width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section .csr_report>dd {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .csr_report>dd {
	width: 100%;
}
	}
main section .csr_report>dd>h4 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_report>dd>h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report>dd>h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_report>dd>h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_report>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
@media screen and (max-width: 600px) {
main section .csr_report>dd>p {
	text-align: center;
}
	}
main section .csr_report2022 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;

	
}
@media screen and (max-width: 600px) {
main section .csr_report2022 {
	display: block;
	}
}
main section .csr_report2022>dt {
	width: 290px;
	margin-right: 5.8%;
}
@media screen and (max-width: 800px) {
main section .csr_report2022>dt {
	width: 35%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2022>dt {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .csr_report2022>dt img {
width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	main section .csr_report2022>dt img {
width: 100%;
	height: auto;
}
	}
main section .csr_report2022>dd {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd {
	width: 100%;
}
	}
main section .csr_report2022>dd>h4 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_report2022>dd>h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd>h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_report2022>dd>h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_report2022>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd>p {
	text-align: center;
}
	}

main section .csr_report2023 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;

	
}
@media screen and (max-width: 600px) {
main section .csr_report2023 {
	display: block;
	}
}
main section .csr_report2023>dt {
	width: 392px;
	margin-right: 6%;
}
@media screen and (max-width: 800px) {
main section .csr_report2023>dt {
	width: 35%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2023>dt {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .csr_report2023>dt img {
width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	main section .csr_report2023>dt img {
width: 100%;
	height: auto;
}
	}
main section .csr_report2023>dd {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .csr_report2023>dd {
	width: 100%;
}
	}
main section .csr_report2023>dd>h4 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_report2023>dd>h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2023>dd>h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_report2023>dd>h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_report2023>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
@media screen and (max-width: 600px) {
main section .csr_report2023>dd>p {
	text-align: center;
}
	}

main section .csr_report2024 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;

	
}
@media screen and (max-width: 600px) {
main section .csr_report2024 {
	display: block;
	}
}
main section .csr_report2024>dt {
	width: 442px;
	margin-right: 6%;
}
@media screen and (max-width: 800px) {
main section .csr_report2024>dt {
	width: 35%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2024>dt {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .csr_report2024>dt img {
width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	main section .csr_report2024>dt img {
width: 100%;
	height: auto;
}
	}
main section .csr_report2024>dd {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .csr_report2024>dd {
	width: 100%;
}
	}
main section .csr_report2024>dd>h4 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_report2024>dd>h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2024>dd>h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_report2024>dd>h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_report2024>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
@media screen and (max-width: 600px) {
main section .csr_report2024>dd>p {
	text-align: center;
}
	}
	
main section .csr_report2025 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin: auto;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;

	
}
@media screen and (max-width: 600px) {
main section .csr_report2025 {
	display: block;
	}
}
main section .csr_report2025>dt {
	width: 416px;
	margin-right: 6%;
}
@media screen and (max-width: 800px) {
main section .csr_report2025>dt {
	width: 35%;
	margin-right: 5%;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2025>dt {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .csr_report2025>dt img {
width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	main section .csr_report2025>dt img {
width: 100%;
	height: auto;
}
	}
main section .csr_report2025>dd {
	text-align: left;
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .csr_report2025>dd {
	width: 100%;
}
	}
main section .csr_report2025>dd>h4 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_report2025>dd>h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2025>dd>h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_report2025>dd>h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_report2025>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
@media screen and (max-width: 600px) {
main section .csr_report2025>dd>p {
	text-align: center;
}
	}


main section .csr_h4 {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 2.3rem;
}
@media screen and (max-width: 800px) {
main section .csr_h4 {
	font-size: 2.1rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_h4 {
	font-size: 1.9rem;
	text-align: center;
}
	}
main section .csr_h4 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
main section .csr_p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
	text-align: center;
	margin-bottom: 2.0em;
}
@media screen and (max-width: 600px) {
main section .csr_p {
	text-align: center;
}
	}
	main section .csr_report>dd>div {
	padding: 15px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section .csr_report>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
	}
main section .csr_report>dd h5 {
	font-size:1.6rem;
	line-height: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 800px) {
main section .csr_report>dd h5 {
	font-size:1.5rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report>dd h5 {
	font-size:1.4rem;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report>dd table {
	margin: auto;
}
	}
main section .csr_report>dd table th {
	font-size:1.3rem;
	font-weight: 400;
	padding-top: 10px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
@media screen and (max-width: 800px) {
	main section .csr_report>dd table th {
	font-size:1.2rem;
	font-weight: 400;
	padding-top: 10px;
}
	}
main section .csr_report>dd table th:before {
	content: "●";
	color: rgba(0,0,0,0.15);
	margin-right: 3px;
}
main section .csr_report>dd table td {
	padding-left: 1.0em;
	font-size:1.3rem;
	padding-top: 10px;
	text-align: right;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media screen and (max-width: 800px) {
	main section .csr_report>dd table td {
	font-size:1.2rem;
	font-weight: 400;
	padding-top: 10px;
}
	}
main section .csr_report2022>dd>div {
	padding: 15px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
	}
main section .csr_report2023>dd>div {
	padding: 19px 15px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section .csr_report2023>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
	}
main section .csr_report2024>dd>div {
	padding: 19px 15px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section .csr_report2024>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
	}
	main section .csr_report2025>dd>div {
	padding: 19px 15px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 0px;
	display: inline-block;
	margin-left: 0;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 600px) {
main section .csr_report2025>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	width: 100%;
	margin-left: 0;
}
	}
main section .csr_report2022>dd h5,main section .csr_report2023>dd h5,main section .csr_report2024>dd h5,main section .csr_report2025>dd h5  {
	font-size:1.6rem;
	line-height: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 800px) {
main section .csr_report2022>dd h5,main section .csr_report2023>dd h5,main section .csr_report2024>dd h5,main section .csr_report2025>dd h5 {
	font-size:1.5rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd h5,main section .csr_report2023>dd h5,main section .csr_report2024>dd h5,main section .csr_report2025>dd h5 {
	font-size:1.4rem;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report2022>dd table,main section .csr_report2023>dd table,main section .csr_report2024>dd table,main section .csr_report2025>dd table {
	margin: auto;
}
	}
main section .csr_report2022>dd table th,main section .csr_report2023>dd table th {
	font-size:1.3rem;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 7px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
@media screen and (max-width: 800px) {
	main section .csr_report2022>dd table th,main section .csr_report2023>dd table th {
	font-size:1.2rem;
	font-weight: 400;
}
	}
main section .csr_report2024>dd table th {
	font-size:1.3rem;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 7px;
}
@media screen and (max-width: 800px) {
main section .csr_report2024>dd table th {
	font-size:1.2rem;
	font-weight: 400;
}
	}
	main section .csr_report2025>dd table th {
	font-size:1.3rem;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 7px;
}
@media screen and (max-width: 800px) {
main section .csr_report2025>dd table th {
	font-size:1.2rem;
	font-weight: 400;
}
	}
main section .csr_report2022>dd table th:before,main section .csr_report2023>dd table th:before {
	content: "●";
	color: rgba(0,0,0,0.15);
}
main section .csr_report2024>dd table th>span,main section .csr_report2025>dd table th>span {
	content: "●";
	color: rgba(0,0,0,0.15);
}
main section .csr_report2022>dd table td,main section .csr_report2023>dd table td,main section .csr_report2024>dd table td,main section .csr_report2025>dd table td  {
	padding-left: 1.0em;
	font-size:1.3rem;
	line-height: 1.4em;
	padding-top: 7px;
	text-align: right;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	vertical-align: bottom;
}
@media screen and (max-width: 800px) {
	main section .csr_report2022>dd table td,main section .csr_report2023>dd table td,main section .csr_report2022>dd table td,main section .csr_report2024>dd table td,main section .csr_report2025>dd table td {
	font-size:1.2rem;
	font-weight: 400;
}
	}
main .csr_bk_title {
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	display: block;
	padding: 0.3em 0.5em 0.4em;
	background-color: #db0012;
	color: #FFF;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
}
@media screen and (max-width: 600px) {
main .csr_bk_title {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
main .csr_bk_title {
	font-size: 1.5rem;
}
}
main .csr_bk_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
main .csr_bk_list {
	display: block;
}
	}
main .csr_bk_list>li {
	width: 33%;
}
@media screen and (max-width: 800px) {
main .csr_bk_list>li {
	width: 50%;
}
	}
@media screen and (max-width: 600px) {
main .csr_bk_list>li {
	width: 100%;
}
	}
@media screen and (max-width: 800px) {
main .csr_bk_list>li+li {
	margin-bottom: 15px;
}
	}
@media screen and (max-width: 600px) {
main .csr_bk_list>li+li {
	margin-top: 25px;
	margin-bottom: 0
}
	}
main .csr_bk_title {
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	display: block;
	padding: 0.3em 0.5em 0.4em;
	background-color: #db0012;
	color: #FFF;
	border-radius: 1px;-webkit-border-radius: 1px;-moz-border-radius: 1px;
}
@media screen and (max-width: 600px) {
main .csr_bk_title {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 480px) {
main .csr_bk_title {
	font-size: 1.5rem;
}
}
main .csr_bk_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
main .csr_bk_list {
	display: block;
}
	}
main .csr_bk_list>li {
	width: 33%;
}
@media screen and (max-width: 800px) {
main .csr_bk_list>li {
	width: 50%;
}
	}
@media screen and (max-width: 600px) {
main .csr_bk_list>li {
	width: 100%;
}
	}
@media screen and (max-width: 800px) {
main .csr_bk_list>li+li {
	margin-bottom: 15px;
}
	}
@media screen and (max-width: 600px) {
main .csr_bk_list>li+li {
	margin-top: 25px;
	margin-bottom: 0
}
	}
main section .csr_report_bk {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	
}
main section .csr_report_bk>dt {
	width: 30%;
	margin-right: 3%;
}
@media screen and (max-width: 600px) {
main section .csr_report_bk>dt {
	width: 25%;
	margin-right: 3%;
}
	}
main section .csr_report_bk>dt img {
	width: 100%;
	height: auto;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
main section .csr_report_bk>dd {
	-webkit-flex: 1;  flex: 1;
	text-align: left;
}
main section .csr_report_bk>dd>h5 {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	font-size: 1.7rem;
}
main section .csr_report_bk>dd>h5 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}
@media screen and (max-width: 1000px) {
main section .csr_report_bk>dd>h5  {
	font-size:1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .csr_report_bk>dd>h5 {
	font-size: 1.6rem;
}
	}
main section .csr_report_bk>dd>p {
	font-size:1.4rem;
		font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.6em;
	color:  rgba(0,0,0,0.7);
}
main section .csr_report_bk>dd>div {
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin-top: 20px;
	display: inline-block;
	margin-left: 0;
}

main section .csr_activity {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

@media screen and (max-width: 600px) {
main section .csr_activity {
	display: block;
}
}
main section .csr_activity+.csr_activity  {
	 background-image: linear-gradient(to right, rgba(0,0,0,0.15), rgba(0,0,0,0.15) 3px, transparent 3px, transparent 10px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
	padding-top: 27px;
	margin-top: 25px;
}	

@media screen and (max-width: 800px) {
main section .csr_activity+.csr_activity  {
	padding-top: 20px;
	margin-top: 18px;
}	
	}	


main section .csr_activity>dt {
	width: 260px;
	height: auto;
	margin-right: 20px;
}
@media screen and (max-width: 800px) {
main section .csr_activity>dt {
	width: 200px;
	height: auto;
	margin-right: 20px;
}
	}
@media screen and (max-width: 600px) {
main section .csr_activity>dt {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
}
	}
main section .csr_activity>dt>img {
	width: 100%;
	height: auto;
}

main section .csr_activity>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .csr_activity>dd>p {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	text-align: left;
	color: #db0012;
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: 900;
}
main section .csr_activity>dd>h5 {
	font-size: 1.7rem;
	line-height: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .csr_activity>dd>h5 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .csr_activity>dd>h5 {
	font-size: 1.4rem;
}
}
main section .csr_activity>dd>h5+h5 {
	margin-top: 0.4em;
}
main section .csr_activity>dd>h5 a:after {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-left: 10px;
	color: #d62226;
}

main section .csr_activity>dd>p.csr_link {
	font-size: 1.2rem;
	margin-bottom: 0.9em;
	text-align: left;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	margin-top: 0.8em;
}
@media screen and (max-width: 600px) {
main section .csr_activity>dd>p.csr_link {
	font-size: 1.2rem;
}
	}
main section .csr_activity>dd>p.csr_link>a {
	background-color: #f2efe9;
	display: inline-block;
	padding: 0.4em 0.4em 0.5em 0.5em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}
main section .csr_activity>dd>p.csr_link>a:hover {
	background-color: #db0012;
	color: #FFF;
}
main section .csr_activity>dd>p.csr_link>a:after {
	 font-family: "Font Awesome 5 Free";
  content: "\f101";
	font-weight: 900;
	text-decoration: none;
	margin-left: 5px;
	color: #db0012;
	position: relative;
	top: 0px;
}
main section .csr_activity>dd>p.csr_link>a:hover:after {
	color: #FFF;
}
main section .csr_activity>dd>p.csr_link+h5 {
	margin-top: 1.4em;
}

/*privacy*/
main section .privacy {
	text-align: left;
	margin-top: 1.0em;
}
main section .privacy dt {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 800px) {
main section .privacy dt {
	font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
main section .privacy dt {
	font-size: 1.4rem;
	}
}
main section .privacy dd {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	line-height: 1.8em;
}
@media screen and (max-width: 800px) {
main section .privacy dd {
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
main section .privacy dd {
	font-size: 1.2rem;
}
	}
main section .privacy dd+dt {
	margin-top: 2.5em;
}
main section .privacy dd>ul {
	margin-top: 0.6em;
	margin-left: 0.6em;
}
main section .privacy dd>ul>li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
main section .privacy dd>ol {
	margin-top: 0.6em;
	margin-left: 0.5em;
	list-style-type: decimal;
	margin-left: 1.8em;
}
main section .privacy dd>ol>li {
	text-indent: 0em;
	padding-left: 1.0em;
	list-style-type: decimal;
}
main section .privacy dd>ol>li+li {
	margin-top:0.4em;
}
main section .privacy dd>ol>li>ul>li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

/*stakeholder*/
main section .stakeholder {
	text-align: left;
	overflow: hidden;
}
main section .stakeholder dl dt {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 800px) {
main section .stakeholder dl dt {
	font-size: 1.5rem;
	}
}
@media screen and (max-width: 600px) {
main section .stakeholder dl dt {
	font-size: 1.4rem;
	}
}
main section .stakeholder dl dd {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	line-height: 1.8em;
	margin-left: 1.5em;
}
@media screen and (max-width: 800px) {
main section .stakeholder dl dd {
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
main section .stakeholder dl dd {
	font-size: 1.2rem;
}
	}
main section .stakeholder dl dd+dt {
	margin-top: 2.5em;
}
main section .stakeholder dl dd>ul {
	margin-top: 0.6em;
}
main section .stakeholder dl dd>ul>li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
main section .stakeholder dl dd>ol {
	margin-top: 0.6em;
	margin-left: 0.5em;
	list-style-type: decimal;
	margin-left: 1.8em;
}
main section .stakeholder dl dd>ol>li {
	text-indent: 0em;
	padding-left: 1.0em;
	list-style-type: decimal;
}
main section .stakeholder dl dd>ol>li+li {
	margin-top:0.4em;
}
main section .stakeholder dl dd>ol>li>ul>li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}


/*movie*/
.movie_bg {
	background-color: rgba(193,180,50,0.3);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
}
.movie_bg+.page_title {
	color: #FFF;
}
.yosakoi_movie {
	position: relative;
	width: 90%;
	 max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
.yosakoi_movie {
	display: block;
}
	}
.yosakoi_movie>li {
	position: relative;
	width: 100%;
	height: 350px;
	margin-top: 0px;
	border-left: 0px solid #FFF;
}
@media screen and (max-width: 800px) {
.yosakoi_movie>li {
	height: 300px;
}
}
@media screen and (max-width: 600px) {
.yosakoi_movie>li {
	width: 100%;
	height: auto;
}
}
.yosakoi_movie>li img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.yosakoi_movie>li a>span {
	background-color: rgba(94,86,78,0.3);
	position: absolute;
	width: 100%;
	height: 100%;;
	display: block;
	z-index: 20;
	top:0;
	left: 0;
	transition-duration:0.5s;
}
.yosakoi_movie>li a:hover>span {
	background-color: rgba(94,86,78,0.1);
}
.yosakoi_movie>li div {
 position: absolute;
	width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	z-index: 20;
}

.yosakoi_movie>li div h4 {
font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 3.8rem;
	color: #FFF;
	margin-bottom: 0.5em;
	text-align: center;
}
@media screen and (max-width: 800px) {
.yosakoi_movieli div h4 {
	font-size: 2.8rem;
}
	}
@media screen and (max-width: 600px) {
.yosakoi_list>li div h4>b {
	font-size:4.0rem;
}
	}
.yosakoi_movie>li div p {
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.7em;
	color: #FFF;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: solid 1px rgba(255,255,255,0.4);
	letter-spacing: 1px;
	text-indent: 1px;
}
@media screen and (max-width: 1100px) {
.yosakoi_movie>li div p {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 800px) {
.yosakoi_movieli div p {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
.yosakoi_movie>li div p {
	font-size: 1.3rem;
}
	}
.yosakoi_movie>li div p>span {
	display: inline-block;
}
section div .movie_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
section div .movie_list>li {
	width: 31%;
	height: auto;
	margin-top: 20px;
		margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
section div .movie_list>li {
	width: 48.5%;
}
	}
@media screen and (max-width: 600px) {
section div .movie_list>li {
	width: 100%;
}
	}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
section div .movie_list>li>h5 {
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7em;
	margin-top: 0.7em;
}
@media screen and (max-width: 600px) {
section div .movie_list>li>h5 {
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7em;
	margin-top: 0.7em;
}
	}
section div .movie_list>li>h5>b {
	font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
section div .movie_list>li>h5>b {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
section div .movie_list>li>h5>b {
	font-size: 1.6rem;
}
	}
section div .movie_list>li>p {
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 1.3rem;
	margin-top: 0.7em;
	padding: 0.5em 0.5em 0.6em;
	text-align: center;
	border: solid 1px rgba(0,0,0,0.15);
}
@media screen and (max-width: 600px) {
section div .movie_list>li>p {
	font-size: 1.2rem;
}
	}

/*スライダー*/
.prev-arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-arrow:hover {
	opacity:0.7;
}
.next-arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-arrow:hover {
	opacity:0.7;
}
#container .slider .wrap a img:hover {
	opacity:0.6;
}
#container .slide_img {
	margin-bottom: 2em;
}
#container .slider li div {
	border: 0px none #ccc;
	height:100%;
	padding-bottom:0px;
}
#container .slider li div>h4 {
	font-size: 1.9rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin-top: 0.8em;
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
}
@media screen and (max-width: 800px) {
#container .slider li div>h4 {
	font-size: 1.6rem;
	}
}
#container .slider li div>h4:after {
	content: "";
	width: 128px;
	height: 8px;
	display: block;
	margin: 15px auto 15px;
	text-align: center;
	background-image: url("../img/common/title_line.png");
	background-size: cover;
	margin-bottom:17px;
}
#container .slider li img {
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
#container .slider li img:hover {
	opacity:0.6;
}
#container .slider li div>p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	text-align: center;
	font-weight: 500;
	color: rgba(0,0,0,0.6);
}
@media screen and (max-width: 800px) {
#container .slider li div>p {
	font-size: 1.4rem;
}
	}
#container .slider li div>p.year {
font-family: 'Frank Ruhl Libre', serif;
	font-weight: normal;
	font-size: 2.2rem;
	margin-top: 10px;
}


.prev-arrow {
	position:absolute;
	left:8px;
	z-index:50;
	top: 36%;
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-36%); /* Safari用 */
	transform: translateY(-36%);
}
.next-arrow {
	position:absolute;
	right:8px;
	z-index:50;
	top: 36%;
	-webkit-transform: translateY(-36%); /* Safari用 */
	transform: translateY(-36%);
		width: 35px;
	height: 35px;
}
@media screen and (max-width: 800px) {
.prev-arrow {
	position:absolute;
	left:8px;
	z-index:50;
	top: 33%;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-33%); /* Safari用 */
	transform: translateY(-33%);
}
.next-arrow {
	position:absolute;
	right:8px;
	z-index:50;
	top: 33%;
	-webkit-transform: translateY(-33%); /* Safari用 */
	transform: translateY(-33%);
		width: 30px;
	height: 30px;
}
}
.slider .interview_img {
width: 100%;
}
.slider+.slider{
	margin-top: 20px;
}

.slider {
	margin-bottom:0px;
	list-style-type: none;
	width: 90%;
	 max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 15px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
img {
	max-width: 100%;
	height: auto;
}
#container .slide {
	padding: 0px;
	margin: 0px;
}
#container .slider li {
	height:auto;
	list-style-type: none;
}
#container .top_img li img {
	width:100%;
	height: 550px;
	object-fit: cover;
}

/*contact*/
main section .form_box {
	width: 92%;
	margin-top: 60px;
}
main section .form_box table {
	text-align: left;
	width: 100%;
	margin-top: 25px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
main section .form_box table tr {
	border-top: 1px solid rgba(0,0,0,0.2);
}
main section .form_box table th {
	font-size: 1.6rem;
	padding: 1.0em 1.0em 1.0em 1.0em;
	white-space: nowrap;
	width: 2em;
	vertical-align: middle;
}
main section .form_box table td {
	font-size: 1.6rem;
	padding: 2.0em 2.0em 2.0em 3.0em;
}
@media screen and (max-width: 800px) {
main section .form_box table th {
	font-size: 1.5rem;
	padding: 2.0em 2.0em 2.0em 2.0em;
	white-space: nowrap;
	width: 4em;
}
main section .form_box table td {
	font-size: 1.5rem;
	padding: 1.5em 2.0em 1.0em 3.0em;
}
	}
@media screen and (max-width: 600px) {
main section .form_box table th {
	font-size: 1.4rem;
	padding: 1.5em 0em 1.0em 0em;
	white-space: nowrap;
	display: block;
	float: none;
	width: 100%;
}
main section .form_box table td {
	font-size: 1.4rem;
	padding: 0em 0em 1.0em 0em;
	position: relative;
	display: block;
	float: none;
	width: 100%;
}
	}
main section .form_box table td>label {
	display: inline-block;
	white-space: nowrap;
	margin-right: 1.5em;
	margin-top: 3px;
	margin-bottom: 3px;
}
main section .form_box table th span {
	background-color: #f0810d;
	font-size: 1.4rem;
	color: #FFF;
	padding: 0.4em 0.7em;
	position: relative;
	top: -1px;
	margin-left: 1.0em;
}
main section .form_box table td input {
	font-size: 1.8rem;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: rgba(0,0,0,0.04)
	}
@media screen and (max-width: 800px) {
main section .form_box table td input {
	font-size: 1.7rem;
	padding: 6px;
	}
	}
@media screen and (max-width: 600px) {
main section .form_box table td input {
	font-size: 1.6rem;
	padding: 6px;
	}
	}
main section .form_box table td textarea {
	font-size: 1.8rem;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: rgba(0,0,0,0.04);
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	}
@media screen and (max-width: 800px) {
main section .form_box table td textarea {
	font-size: 1.7rem;
	padding: 6px;
	}
	}
@media screen and (max-width: 600px) {
main section .form_box table td textarea {
	font-size: 1.6rem;
	padding: 6px;
	}
	}
main section .form_box table td .width60 {
	width: 60%;
}
main section .form_box table td .width100 {
	width: 100%;
}

	@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
	.other_list {
  display:none;
}
main section .form_box input[type="radio"]:checked + .other_list {
  display:block;
	animation: show 0.5s linear 0s;
}


main section .form_box table td .other_list  {
	padding: 10px;
	background-color: rgba(0,0,0,0.05);
	margin-top: 15px;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	transition: 1.0s;
	width: 100%;
	
  }
main section .form_box table td .other_list label  {
	font-size: 1.5rem;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 1.5em;
	transition: 1.0s;
	display: inline-block;
  }



.cp_ipselect {
	overflow: hidden;
	width: auto;
	margin-right: 2em auto;
	text-align: center;
	display: inline-block;
	margin-right: 1.5em;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

main section .entry_b {
	margin-top: 40px;
	text-align: center;
	width: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
main section .entry_b {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .entry_b {
	margin-top: 20px;
}
	}
main section .entry_b input,main section .entry_b a {
	font-size:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin: auto;
    text-align: center;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	line-height: 1.2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	background-color: #f0810d;
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
main section .entry_b input,main section .entry_b a {
	font-size:1.6rem;
	padding-right: 1.0em;
	padding-left: 1.0em;
}
	}
@media screen and (max-width: 600px) {
main section .entry_b input,main section .entry_b a {
	font-size:1.6rem;
}
	}
main section .entry_b input.submit {
	background-color:#1b7b33;
	color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}
main section .entry_b input:hover,main section .entry_b a:hover  {
	background-color:#da0012;
	color: #FFF;
}

main section .contact_list {
	text-align: left;
}
main section .contact_list ul {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
main section .contact_list ul {
	display: block;
}
	}
main section .contact_list ul li {
	font-size: 1.6rem;
	padding-bottom: 1.4em;
	border-bottom: solid 1px rgba(0,0,0,0.17);
	width: 47.5%;
}
@media screen and (max-width: 900px) {
main section .contact_list ul li {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 800px) {
main section .contact_list ul li {
	width: 100%;
}
	}
@media screen and (max-width: 600px) {
main section .contact_list ul li {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section .contact_list ul li {
	font-size: 1.3rem;
}
	}
main section .contact_list ul li {
	margin-bottom: 1.4em;
}
main section .contact_list ul li a:after {
	content: "\f0e0";
  font-family: "Font Awesome 5 free";
  font-weight: 400;
	margin-left: 7px;
	opacity: 0.45;
}
main section .contact_list ul li:first-child a:after {
	content: "\f0ca";
  font-family: "Font Awesome 5 free";
  font-weight: 400;
	margin-left: 7px;
	opacity: 0.45;
}

main section .kenko_activity {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

@media screen and (max-width: 600px) {
main section .kenko_activity  {
	display: block;
}
}

main section .kenko_activity>dt {
	width: 260px;
	height: auto;
	margin-right: 20px;
}
@media screen and (max-width: 800px) {
main section .kenko_activity>dt {
	width: 200px;
	height: auto;
	margin-right: 20px;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity.reverse>dt {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
}
	}
main section .kenko_activity.reverse {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
main section .kenko_activity.reverse{
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	 -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;

}
	}
main section .kenko_activity.reverse>dt {
	width: 260px;
	height: auto;
	margin-left: 20px;
}
@media screen and (max-width: 800px) {
main section .kenko_activity.reverse>dt {
	width: 200px;
	height: auto;
	margin-left: 20px;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity.reverse>dt {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
main section .kenko_activity>dt>img {
	width: 100%;
	height: auto;
}

main section .kenko_activity>dd {
	-webkit-flex: 1;  flex: 1;
}
main section .kenko_activity>dd>p.day {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	text-align: left;
	color: #db0012;
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: 900;
}
main section .kenko_activity>dd>h5 {
	font-size: 1.7rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .kenko_activity>dd>h5 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity>dd>h5 {
	font-size: 1.4rem;
}
}
main section .kenko_activity>dd>h5+h5 {
	margin-top: 0.4em;
}
main section .kenko_activity>dd h6 {
	font-size: 1.7rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	color: #db0012;
}
@media screen and (max-width: 800px) {
main section .kenko_activity>dd h6 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity>dd h6 {
	font-size: 1.4rem;
}
}
main section .kenko_activity>dd>h6+h6 {
	margin-top: 0.4em;
}
main section .kenko_activity>dd>p+h6 {
	margin-top: 1.4em;
}
main section .kenko_activity .list {
	text-align: left;
}
main section .kenko_activity .list>li {
	font-size: 1.4rem;
	line-height: 2.0em;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
@media screen and (max-width: 800px) {
main section .kenko_activity .list>li {
	font-size: 1.3rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .kenko_activity .list>li {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .kenko_activity .list>li:before {
	content: "●";
	opacity: 0.2;
}
main section .kenko_activity .img_r {
	width: 20%;
}
@media screen and (max-width: 1000px) {
main section .kenko_activity .img_r {
	width: 25%;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity .img_r {
	float: none;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .kenko_activity>dd>div+div {
	margin-top: 1.8em;
}



main section .kenko_activity02 dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

@media screen and (max-width: 600px) {
main section .kenko_activity02 dl  {
	display: block;
}
}

main section .kenko_activity02 dl>dt {
	width: 260px;
	height: auto;
	margin-right: 20px;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 dl>dt {
	width: 200px;
	height: auto;
	margin-right: 20px;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl.reverse>dt {
	width: 100%;
	height: auto;
	margin-right: 0px;
	margin-bottom: 20px;
}
	}
main section .kenko_activity02 dl.reverse {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
	-webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl.reverse {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	 -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;

}
	}
main section .kenko_activity02 dl.reverse+.reverse {
	margin-top: 4%;

}
main section .kenko_activity02 dl.reverse>dt {
	width: 260px;
	height: auto;
	margin-left: 50px;
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 dl.reverse>dt {
	width: 200px;
	height: auto;
	margin-left: 20px;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl.reverse>dt {
	width: 60%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
	}
	main section .kenko_activity02 dl>dt>p {
	text-align: center;
	font-weight: 400;
	font-size: 1.3rem;
	margin-top: 5px;
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl>dt>p {
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 5px;
}
	}
main section .kenko_activity02 dl>dt>img {
	width: 100%;
	height: auto;
}

main section .kenko_activity02 dl>dd {
	-webkit-flex: 1;  flex: 1;
	margin-top: 0;
}
main section .kenko_activity02 dl>dd>div {
	margin-left: 1.0em;
}
main section .kenko_activity02 dl>dd>p.day {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	text-align: left;
	color: #db0012;
	 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-weight: 900;
}
main section .kenko_activity02 dl>dd>h5 {
	font-size: 1.9rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 dl>dd>h5 {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl>dd>h5 {
	font-size: 1.5rem;
}
}
main section .kenko_activity02 dl>dd>h5+h5 {
	margin-top: 0.4em;
}
main section .kenko_activity02 dl>dd h6 {
	font-size: 1.7rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
	color: #db0012;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 dl>dd h6 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl>dd h6 {
	font-size: 1.4rem;
}
}
main section .kenko_activity02 dl>dd>h6+h6 {
	margin-top: 0.4em;
}
main section .kenko_activity02 dl>dd>p+h6 {
	margin-top: 1.4em;
}
main section .kenko_activity02 dl>dd p.txt_s {
	font-size: 1.4rem;
	line-height: 2.0em;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 dl>dd p.txt_s {
	font-size: 1.3rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 dl>dd p.txt_s {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}



main section .kenko_activity02 .list {
	text-align: left;
	font-size: 1.4rem;
}
main section .kenko_activity02 .list>li {
	font-size: 1.4rem;
	line-height: 2.0em;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 .list>li {
	font-size: 1.3rem;
	line-height: 1.9em;
}	
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 .list>li {
	font-size: 1.2rem;
	line-height: 1.8em;
}	
}
main section .kenko_activity02 .list>li:before {
	content: "●";
	opacity: 0.2;
}
main section .kenko_activity02 .img_r {
	width: 20%;
}
@media screen and (max-width: 1000px) {
main section .kenko_activity02 .img_r {
	width: 25%;
}
	}
@media screen and (max-width: 600px) {
main section .kenko_activity02 .img_r {
	float: none;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;;
	margin-bottom: 1.0em;
	text-align: center;
}
	}
main section .kenko_activity02>dd>div+div {
	margin-top: 1.8em;
}

main section .kenko_activity02+.kenko_activity  {
	margin-top: 15px;
}

/*2022.04追加*/
main section .committee {
	max-width: 760px;
	margin: auto;
	margin-top: 20px;
	text-align: right;
}
main section .form_table01 {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #aaaaab;
	width: 100%;
}
@media screen and (max-width: 800px) {
main section .form_table01 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .form_table01 {
	
	font-size: 1.3rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .form_table01 {
	
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 320px) {
main section .form_table01 {
	
	font-size: 1.2rem;
}
	}
main section .form_table01+.form_table01 {
	margin-top: 30px;
}
main section .form_table01+h4 {
	margin-top: 50px;
}
@media screen and (max-width: 480px) {
main section .form_table01 {
	border-top: solid 1px #aaaaab;
}
	}
main section .form_table01 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 1.0em 3.0em 1.0em 15px;;
	width: 20px;
	background-color: #f1efea;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle
}
@media screen and (max-width: 600px) {
main section .form_table01 th {
	display: block;
	width: 100%;
	border: none;
	padding: 0.7em 0.5em 0.7em;
	white-space: normal;
}
	}
@media screen and (min-width: 601px) {
main section .form_table01 th>br {
	display: block;
}
	}
@media screen and (max-width: 600px) {
main section .form_table01 th>br {
	display: none;
}
	}
main section .form_table01 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border-bottom: solid 1px #aaaaab;
	padding: 1.4em 15px 1.4em 15px;
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
@media screen and (max-width: 600px) {
main section .form_table01 td {
	display: block;
	border-bottom: solid 1px #aaaaab;
	padding: 1.0em 0.5em 1.0em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .form_table01.reverse {
	border: solid 0px #aaaaab;
	border-collapse:separate;
	border-top: solid 1px #aaaaab;
	border-left: solid 1px #aaaaab;
	
}
main section .form_table01.reverse th {
	background-color: #FFF;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
}
main section .form_table01.reverse td {
	background-color: #f1efea;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
}
main section .form_table01 td span{
	position: relative;
	padding: 0;
	margin: 0;
}
main section .form_table01 td a{
	text-decoration: underline;
}
main section .form_table01 td b{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: 700;
}
main section .form_table01 td p+p{
margin-top: 13px;
}
main section .form_table01 td div.no_day {
	background-color: rgba(0,0,0,0.07);
	padding: 6px 10px;
	margin-top: 14px;
}
main section p+.form_table01 {
	margin-top: 30px;
}
main section .form_table01 td .flex {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section .form_table01 td label {
	display: inline;
	white-space: nowrap;
	margin-right: 1.0em;
	margin-top: 3px;
	margin-bottom: 3px;
	width: auto;
}
main section .form_table01 td .flex label input {
	width: 80%;
}
main section .form_table01 td textarea {
	font-size: 1.8rem;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: rgba(0,0,0,0.04);
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	}
@media screen and (max-width: 800px) {
main section .form_table01 td textarea {
	font-size: 1.7rem;
	padding: 6px;
	}
	}
@media screen and (max-width: 600px) {
main section .form_table01 td textarea {
	font-size: 1.6rem;
	padding: 6px;
	}
	}
main section .form_table01 td input {
	margin-right: 5px;
	display: inline-block;
	background-color: #FFF;
	border: solid 1px rgba(0,0,0,0.2);
}
main section .form_table01 td .input {
	display: inline;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: auto;
}
main section .form_table01 td .width20 {
	width: 20%;
}
main section .form_table01 td .width30 {
	width: 30%;
}
main section .form_table01 td .width60 {
	width: 60%;
}
main section .form_table01 td .width80 {
	width: 80%;
}
main section .form_table01 td .width100 {
	width: 100%;
}
main section .form_table01 input[type=checkbox] {
    display: inline;
}
main section .commitment {
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 4px #f1efea;
	padding: 20px;
	margin-top: 30px;
}
main section .commitment>h5 {
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: left;
	color: #e4340e;
	margin-bottom: 1.0em
}
@media screen and (max-width: 600px) {
main section .commitment>h5 {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
main section .commitment>h5 {
	font-size: 1.4rem;
}
	}
main section .commitment>p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	  font-weight: 400;
}
@media screen and (max-width: 600px) {
main section .commitment>p {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
main section .commitment>p {
	font-size: 1.3rem;
}
	}
main section .commitment>ul {
	margin-top: 1.0em;
	font-size: 1.5rem;
	line-height: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	  font-weight: 400;
	text-align: justify;
}
@media screen and (max-width: 800px) {
main section .commitment>ul {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
main section .commitment>ul {
	font-size: 1.3rem;
}
	}
main section .commitment>ul>li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
main section .commitment>ul>li+li {
	margin-top: 10px;
}
main section .commitment>div {
	background-color: #f1efea;
	text-align: center;
}
main section .commitment>div>p {
	text-align: center;
	margin: auto;
	font-size: 1.6rem;
	padding: 10px 0 13px;
	margin-top: 20px;
	border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
main section .commitment input {
	margin-right: 5px;
	display: inline-block;
}

main section .yosakoi_entry_b {
	margin-top: 40px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
main section .yosakoi_entry_b {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .yosakoi_entry_b {
	margin-top: 20px;
	display: block;
}
	}
main section .yosakoi_entry_b input,main section .yosakoi_entry_b a {
	font-size:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
    text-align: center;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	line-height: 1.2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	background-color: #f0810d;
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 20em;
	margin: 10px 1em;
}
@media screen and (max-width: 800px) {
main section .yosakoi_entry_b input,main section .yosakoi_entry_b a {
	font-size:1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .yosakoi_entry_b input,main section .yosakoi_entry_b a {
	font-size:1.6rem;
	width: 12em;
}
	}
main section .yosakoi_entry_b input.submit {
	background-color:#1b7b33;
	color: #FFF;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
}




main section .yosakoi_entry_b input:hover,main section .yosakoi_entry_b a:hover  {
	background-color:#da0012;
	color: #FFF;
}

/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
   display:none;
}


/*2022.06追加*/
#container header .head_tool p {
	margin-top: -9px;
	margin-left: 15px;
}
@media screen and (max-width: 900px) {
#container header .head_tool p {
	margin-top: 0px;
	margin-left:15px;
}
}
@media screen and (max-width: 600px) {
#container header .head_tool p {
	margin-top: 0px;
	margin-left:0px;
	margin-right: 20px;
}
}
#container header .head_tool p a {
	background-color: rgba(0,0,0,0.3);
	font-size: 13px;
	line-height: 1.1em;
	padding: 12px 1.0em 12px;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
	letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
#container header .head_tool p a {
	background-color: rgba(0,0,0,0.3);
	font-size: 13px;
	line-height: 1.1em;
	padding: 7px 0.7em 7px;
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
	letter-spacing: 0px;
}
	}
#container header .head_tool p a:hover {
	background-color: #db0012;
	color: #FFF;
}

/*2022.06.02追加*/
main section #wpcf7cpcnf table {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #aaaaab;
	width: 100%;
}
@media screen and (max-width: 800px) {
main section #wpcf7cpcnf table {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section #wpcf7cpcnf table {
	
	font-size: 1.3rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section #wpcf7cpcnf table {
	
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 320px) {
main section #wpcf7cpcnf table {
	
	font-size: 1.2rem;
}
	}
main section #wpcf7cpcnf table+h4 {
	margin-top: 50px;
}
@media screen and (max-width: 480px) {
main section #wpcf7cpcnf table {
	border-top: solid 1px #aaaaab;
}
	}
main section #wpcf7cpcnf table th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 1.0em 3.0em 1.0em 15px;;
	width: 20px;
	background-color: #f1efea;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle
}
@media screen and (max-width: 600px) {
main section #wpcf7cpcnf table th {
	display: block;
	width: 100%;
	border: none;
	padding: 0.7em 0.5em 0.7em;
	white-space: normal;
}
	}
@media screen and (min-width: 601px) {
main section #wpcf7cpcnf table th>br {
	display: block;
}
	}
@media screen and (max-width: 600px) {
main section #wpcf7cpcnf table th>br {
	display: none;
}
	}
main section #wpcf7cpcnf table td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border-bottom: solid 1px #aaaaab;
	padding: 1.4em 15px 1.4em 15px;
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
@media screen and (max-width: 600px) {
main section #wpcf7cpcnf table td {
	display: block;
	border-bottom: solid 1px #aaaaab;
	padding: 1.0em 0.5em 1.0em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .form_table01.reverse {
	border: solid 0px #aaaaab;
	border-collapse:separate;
	border-top: solid 1px #aaaaab;
	border-left: solid 1px #aaaaab;
	
}
main section .form_table01.reverse th {
	background-color: #FFF;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
}
main section .form_table01.reverse td {
	background-color: #f1efea;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
}
main section .form_table01.reverse td textarea {
	background-color: #FFF;
	}
main section #wpcf7cpcnf table td span{
	position: relative;
	padding: 0;
	margin: 0;
}
main section #wpcf7cpcnf table td a{
	text-decoration: underline;
}
main section #wpcf7cpcnf table td b{
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: 700;
}
main section #wpcf7cpcnf table td p+p{
margin-top: 13px;
}
main section #wpcf7cpcnf table td div.no_day {
	background-color: rgba(0,0,0,0.07);
	padding: 6px 10px;
	margin-top: 14px;
}
main section #wpcf7cpcnf p+table {
	margin-top: 30px;
}
main section #wpcf7cpcnf table td .flex {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section #wpcf7cpcnf table td label {
	display: inline;
	white-space: nowrap;
	margin-right: 1.0em;
	margin-top: 3px;
	margin-bottom: 3px;
	width: auto;
}
main section #wpcf7cpcnf table td .flex label input {
	width: 80%;
}
main section #wpcf7cpcnf table td textarea {
	font-size: 1.8rem;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: rgba(0,0,0,0.04);
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	}
@media screen and (max-width: 800px) {
main section #wpcf7cpcnf table td textarea {
	font-size: 1.7rem;
	padding: 6px;
	}
	}
@media screen and (max-width: 600px) {
main section #wpcf7cpcnf table td textarea {
	font-size: 1.6rem;
	padding: 6px;
	}
	}
main section #wpcf7cpcnf table td input {
	margin-right: 5px;
	display: inline-block;
}
main section #wpcf7cpcnf table td .input {
	display: inline;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: auto;
}
main section #wpcf7cpcnf table td .width20 {
	width: 20%;
}
main section #wpcf7cpcnf table td .width30 {
	width: 30%;
}
main section #wpcf7cpcnf table td .width60 {
	width: 60%;
}
main section #wpcf7cpcnf table td .width80 {
	width: 80%;
}
main section #wpcf7cpcnf table td .width100 {
	width: 100%;
}
main section #wpcf7cpcnf table input[type=checkbox] {
    display: inline;
}
main section .wpcf7cp-btns {
	margin-top: 40px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
main section .wpcf7cp-btns {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .wpcf7cp-btns {
	margin-top: 20px;
	text-align: center;
}
	}
main section .wpcf7cp-btns button {
	font-size:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	margin: auto;
    text-align: center;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	line-height: 1.2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	background-color: #f0810d;
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 15em;
	margin: 0em 1.0em 0
}
@media screen and (max-width: 800px) {
main section .wpcf7cp-btns button {
	font-size:1.6rem;
	display: block;
	margin: auto;
}
	}
@media screen and (max-width: 800px) {
main section .wpcf7cp-btns button+button {
	margin-top: 20px;
}
	}
main section .wpcf7cp-btns button:hover  {
	background-color:#da0012;
	color: #FFF;
}

/*2022.07.01追加*/
main section .contact-table {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #aaaaab;
	border-collapse:separate;
	border-top: solid 1px #aaaaab;
	border-left: solid 1px #aaaaab;
	width: 100%;
}
@media screen and (max-width: 800px) {
main section .contact-table {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .contact-table {
	
	font-size: 1.3rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .contact-table {
	
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 320px) {
main section .contact-table {
	
	font-size: 1.2rem;
}
	}
main section .contact-table+.contact-table {
	margin-top: 30px;
}
main section .contact-table+h4 {
	margin-top: 50px;
}
@media screen and (max-width: 480px) {
main section .contact-table {
	border-top: solid 1px #aaaaab;
}
	}
main section p+.contact-table {
	margin-top: 10px;
}
main section .contact-table th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 1.0em 3.0em 1.0em 15px;;
	width: 20px;
	background-color: #FFF;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
		background-color: #FFF;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
		vertical-align: middle;
}
@media screen and (max-width: 600px) {
main section .contact-table th {
	display: block;
	width: 100%;
	border: none;
	padding: 0.7em 0.5em 0.7em;
	white-space: normal;
}
	}
@media screen and (min-width: 601px) {
main section .contact-table th>br {
	display: block;
}
	}
@media screen and (max-width: 600px) {
main section .contact-table th>br {
	display: none;
}
	}
main section .contact-table td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border-bottom: solid 1px #aaaaab;
	padding: 1.4em 15px 1.4em 15px;
	text-align: left;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	background-color: #f1efea;
	border-bottom: solid 1px #aaaaab;
	border-right: solid 1px #aaaaab;
}
@media screen and (max-width: 600px) {
main section .contact-table td {
	display: block;
	border-bottom: solid 1px #aaaaab;
	padding: 1.0em 0.5em 1.0em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .contact-table td textarea {
	background-color: #FFF;
	}
main section .contact-table td .flex {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
main section .contact-table td label {
	display: inline;
	white-space: nowrap;
	margin-right: 0em;
	margin-left:0;
	margin-top: 3px;
	margin-bottom: 3px;
	width: auto;
}
main section .contact-table td span.mwform-radio-field {
	margin-left:0px;
	padding-right:2.0em;
}
main section .contact-table td label input {
}
main section .contact-table td input[type="text"],main section .contact-table td input[type="email"],main section .contact-table td input[type="tel"]  {
	margin-right: 5px;
	display: inline-block;
	background-color: #FFF;
	border: solid 1px rgba(0,0,0,0.2);
	width: 100%;
}
main section .contact-table td textarea {
	font-size: 1.8rem;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 10px;
	background-color: #FFF;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 100%;
	}
@media screen and (max-width: 800px) {
main section .contact-table td textarea {
	font-size: 1.7rem;
	padding: 6px;
	}
	}
@media screen and (max-width: 600px) {
main section .contact-table td textarea {
	font-size: 1.6rem;
	padding: 6px;
	}
	}
main section .contact-table td input.width60 {
	width: 60%;
}
main section .contact-table td input.width30 {
	width: 30%;
}

main section .mw_wp_form_confirm .contact-table td p {
display:none;
}

main section .button-wrap {
	margin-top: 40px;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;

	padding: 0;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
main section .button-wrap {
	margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
main section .button-wrap {
	margin-top: 20px;
	display: block;
}
	}

main section .button-wrap  button {
	font-size:1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
    text-align: center;
	color: #FFF;
	padding-top: 0.6em;
	padding-right: 1.5em;
	padding-bottom: 0.7em;
	padding-left: 1.5em;
	line-height: 1.2em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	white-space: nowrap;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	background-color: #f0810d;
	display: inline-block;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	width: 20em;
	margin: 10px 1em;
}
@media screen and (max-width: 800px) {
main section .button-wrap  button {
	font-size:1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section .button-wrap  button {
	font-size:1.6rem;
	width: 12em;
}
	}
main section .button-wrap  button:hover  {
	background-color:#da0012;
	color: #FFF;
}

/*2022.10.11追加*/
main section .table03 {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
width: 100%;
	border: solid 1px #aaaaab;
}
@media screen and (max-width: 800px) {
main section .table03 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .table03 {
	
	font-size: 1.2rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table03 {
}
	}
main section .table03.width100 {
	width: 100%;
}
main section .table03.liquid {
	width: auto;
}
main section .table03 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 0.5em;
	width: 20px
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	background-color: rgba(0,0,0,0.06);
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
main section .table03 th {
	display: block;
	padding: 0.3em;
	border: none;
}
	}
main section .table03 th>span {
	display: inline-block;
}
main section .table03 th.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.3rem;
	
}
@media screen and (max-width: 600px) {
main section .table03 th.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 480px) {
main section .table03 tr.table_head {
	display: none;
}	
}
main section .table03 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border: solid 1px #aaaaab;
	padding: 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	background-color: #FFF;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
main section .table03 td {
	display: block;
	padding: 0.3em;
	width: 100%;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}

main section .table03 td>span {
	display: inline-block;
}
main section p+.table03 {
	margin-top: 30px;
}
main section .kenko_activity02>h5 {
	font-size: 1.9rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02>h5 {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity02>h5 {
	font-size: 1.5rem;
}
}
main section .kenko_activity02>ul>li>h6 {
	font-size: 1.8rem;
	line-height: 1.5em;
	margin-bottom: 0.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02>ul>li>h6 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity02>ul>li>h6 {
	font-size: 1.5rem;
}
}
main section .score_txt {
	font-size: 1.3rem;
	line-height: 1.6em;
	padding: 10px;
	border: solid 2px rgba(0,0,0,0.2);
	background-color: #FFF;
	padding: 10px;
	margin-top: 20px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
@media screen and (max-width: 800px) {
main section .score_txt {
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 600px) {
main section .score_txt {
	font-size: 1.2rem;
}	
}
main section .txt_hosoku {
	font-size: 1.3rem;
	line-height: 1.5em;
	text-align: right;
	margin-top:10px;
}
@media screen and (max-width: 800px) {
main section .txt_hosoku{
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 600px) {
main section .txt_hosoku{
	font-size: 1.1rem;
}	
}

main section .click {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-bottom: 0.0em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
main section .click {
	position: relative;
	right: auto;
	top: auto;
	font-size: 1.5rem;
	text-align: center;
}
}
@media screen and (max-width: 600px) {
main section .click {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
main section .click {
	font-size: 1.3rem;
}
}
@media screen and (max-width: 600px) {
main section .click>br {
	display: none;
}
}

/*2023.02.27追加*/
main section .goal_st {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
main section .goal_st {
	display: none;
}
	}
main section .goal_st>li {
	background-color: rgba(0,0,0,0.07);
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	}
main section .goal_st>li:nth-child(odd) {
	width: calc(60% + 10px);
	margin-right: 10px;
	}
main section .goal_st>li:nth-child(even) {
	width: calc(40% - 10px);
	}
main section .sdgs_goal {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
main section .sdgs_goal {
	display: block;
}
	}
main section .sdgs_goal+p {
	margin-top: 45px;
}
main section .sdgs_goal+.sdgs_goal {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px rgba(0,0,0,0.1);
}
main section .sdgs_goal>li {
	text-align-last: left;
	}
main section .sdgs_goal>li:nth-child(odd) {
	width: calc(60% + 10px);
	margin-right: 10px;
	}
@media screen and (max-width: 700px) {
main section .sdgs_goal>li:nth-child(odd) {
	width: 100%;
	}
	}
main section .sdgs_goal>li:nth-child(even) {
	width: calc(40% - 10px);
	}
@media screen and (max-width: 700px) {
main section .sdgs_goal>li:nth-child(even) {
	width: 100%;
	margin-top: 20px;
	}
	}
main section .sdgs_goal>li>h4 {
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 1.0em;
	text-align: left;
	}
@media screen and (max-width: 1000px) {
main section .sdgs_goal>li>h4 {
	font-size: 1.6rem;
	}
	}
@media screen and (max-width: 800px) {
main section .sdgs_goal>li>h4 {
	font-size: 1.5rem;
	}
	}
main section .sdgs_goal>li>p {
	font-size: 1.5rem;
	line-height: 1.4em;
		text-indent: -1.0em;
	margin-left: 1.0em;
	}
@media screen and (max-width: 1000px) {
main section .sdgs_goal>li>p {
	font-size: 1.4rem;
	}
	}
@media screen and (max-width: 800px) {
main section .sdgs_goal>li>p {
	font-size: 1.3rem;
	}
	}
main section .sdgs_goal>li>p:before {
	font-size: 1.5rem;
	content: "●";
	opacity: 0.2;
	}
main section .sdgs_goal>li>p+p {
	margin-top: 0.6em;
	}
main section .sdgs_goal>li>.sdgs_icon {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	}
main section .sdgs_goal>li>.sdgs_icon+.sdgs_icon {
	margin-top: 10px;
	}
main section .sdgs_goal>li>.sdgs_icon>li {
	width: 20%;
	}
main section .sdgs_goal>li>.sdgs_icon>li+li {
	margin-left: 5px;
	}
	
/*2023.02.28追加*/
main section .goal_st {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
main section .goal_st {
	display: none;
}
	}
main section .goal_st>li {
	background-color: rgba(0,0,0,0.07);
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	}
main section .goal_st>li:nth-child(odd) {
	width: calc(60% + 10px);
	margin-right: 10px;
	}
main section .goal_st>li:nth-child(even) {
	width: calc(40% - 10px);
	}
main section .sdgs_goal {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
main section .sdgs_goal {
	display: block;
}
	}
main section p+.sdgs_goal {
	margin-top: 45px;
}
main section .sdgs_goal+p {
	margin-top: 75px;
}
@media screen and (max-width: 600px) {
main section p+.sdgs_goal {
	margin-top: 25px;
}
main section .sdgs_goal+p {
	margin-top: 45px;
}
	}
main section .sdgs_goal+.sdgs_goal {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px rgba(0,0,0,0.1);
}
main section .sdgs_goal>li {
	text-align-last: left;
	}
main section .sdgs_goal>li:nth-child(odd) {
	width: calc(70% + 10px);
	margin-right: 10px;
	}
@media screen and (max-width: 700px) {
main section .sdgs_goal>li:nth-child(odd) {
	width: 100%;
	}
	}
main section .sdgs_goal>li:nth-child(even) {
	width: calc(30% - 10px);
	}
@media screen and (max-width: 700px) {
main section .sdgs_goal>li:nth-child(even) {
	width: 100%;
	margin-top: 20px;
	}
	}
main section .sdgs_goal>li>h4 {
	font-size: 1.8rem;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 1.0em;
	text-align: left;
	}
@media screen and (max-width: 1000px) {
main section .sdgs_goal>li>h4 {
	font-size: 1.6rem;
	}
	}
@media screen and (max-width: 800px) {
main section .sdgs_goal>li>h4 {
	font-size: 1.5rem;
	}
	}
main section .sdgs_goal>li>p {
	font-size: 1.5rem;
	line-height: 1.4em;
		text-indent: -1.0em;
	margin-left: 1.0em;
	}
@media screen and (max-width: 1000px) {
main section .sdgs_goal>li>p {
	font-size: 1.4rem;
	}
	}
@media screen and (max-width: 800px) {
main section .sdgs_goal>li>p {
	font-size: 1.3rem;
	}
	}
main section .sdgs_goal>li>p:before {
	font-size: 1.5rem;
	content: "●";
	opacity: 0.2;
	}
main section .sdgs_goal>li>p+p {
	margin-top: 0.6em;
	}
main section .sdgs_goal>li>.sdgs_icon {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	}
main section .sdgs_goal>li>.sdgs_icon+.sdgs_icon {
	margin-top: 10px;
	}
main section .sdgs_goal>li>.sdgs_icon>li {
	width: 20%;
	}
main section .sdgs_goal>li>.sdgs_icon>li+li {
	margin-left: 5px;
	}
	
	/*2023.03.29追加*/
main section .table-club {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #aaaaab;
	width: 100%;
}
@media screen and (max-width: 1000px) {
main section .table-club {
	font-size: 1.3rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 800px) {
main section .table-club {
	font-size: 1.2rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 600px) {
main section .table-club {
	
	font-size: 1.1rem;
}
	}
@media screen and (max-width: 480px) {
main section .table-club {
	font-size: 1.0rem;
}
	}
main section p+.table-club {
	margin-top: 1.5em;
}
main section .table-club th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	padding: 1.0em 2.0em 1.0em 0.5em;
	width: 20px;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.4em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
main section .table-club th {
	padding: 0.5em 1.0em 0.5em 0.5em;
}
	}
main section .table-club th>span {
	display: inline-block;
	white-space: nowrap;
}
main section .table-club th br {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;;
}
main section .table-club th.head,main section .table-club td.head {
	background-color: rgba(0,0,0,0.05);
	border-bottom: solid 1px #aaaaab;
	font-size: 1.4rem;
	width: auto;
	text-align: center;
	white-space: normal;
	padding: 1.0em 0.25em 1.0em 0.25em;
	vertical-align: middle;
	
}
@media screen and (max-width: 800px) {
main section .table-club th.head,main section .table-club td.head {
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 600px) {
main section .table-club th.head,main section .table-club td.head {
	font-size: 1.1rem;
}	
}
@media screen and (max-width: 480px) {
main section .table-club th.head,main section .table-club td.head {
	font-size: 1.0rem;
}	
}
@media screen and (max-width: 380px) {
main section .table-club th.head,main section .table-club td.head {
	font-size: 0.8rem;
}	
}

main section .table-club td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border-bottom: solid 1px #aaaaab;
	padding: 1.0em 0.5em 1.0em 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
main section .table-club td {
	padding:0.5em 0.3em 0.5em 0.3em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .table-club td a {
	text-decoration: underline;
}
main section .table-club td>span {
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .table-club td a>span.none {
	display: none;
}
	}
	
	main section .table-club2 {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #aaaaab;
	width: 100%;
}
@media screen and (max-width: 1000px) {
main section .table-club2 {
	font-size: 1.3rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 800px) {
main section .table-club2 {
	font-size: 1.2rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 600px) {
main section .table-club2 {
	
	font-size: 1.1rem;
}
	}
@media screen and (max-width: 480px) {
main section .table-club2 {
	font-size: 1.0rem;
}
	}
main section p+.table-club2 {
	margin-top: 1.5em;
}
main section .table-club2 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border-bottom: solid 1px #aaaaab;
	padding-right: 2em;
	padding: 1.0em 2.0em 1.0em 0.5em;
	width: 20px;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	vertical-align: middle;
	line-height: 1.4em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	white-space: nowrap;
}
@media screen and (max-width: 800px) {
main section .table-club2 th {
	padding: 0.5em 1.0em 0.5em 0.5em;
}
	}
main section .table-club2 th>span {
	display: inline-block;
	white-space: nowrap;
}
main section .table-club2 th br {
	display: block;
	border: none;
	padding: 0.7em 0.3em 0.0em;;
}
main section .table-club2 th.head,main section .table-club2 td.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.4rem;
	width: auto;
	text-align: center;
	white-space: normal;
	padding: 1.0em 0.25em 1.0em 0.25em;
	vertical-align: middle;
	
}
@media screen and (max-width: 800px) {
main section .table-club2 th.head,main section .table-club2 td.head {
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 600px) {
main section .table-club2 th.head,main section .table-club2 td.head {
	font-size: 1.1rem;
}	
}
@media screen and (max-width: 480px) {
main section .table-club2 th.head,main section .table-club2 td.head {
	font-size: 1.0rem;
}	
}
@media screen and (max-width: 380px) {
main section .table-club2 th.head,main section .table-club2 td.head {
	font-size: 0.8rem;
}	
}

main section .table-club2 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border: solid 1px #aaaaab;
	padding: 1.0em 0.5em 1.0em 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: normal;
	vertical-align: middle;
}
@media screen and (max-width: 800px) {
main section .table-club2 td {
	padding:0.5em 0.3em 0.5em 0.3em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	}
main section .table-club2 td a {
	text-decoration: underline;
}
main section .table-club2 td>span {
	display: inline-block;
}
@media screen and (max-width: 600px) {
main section .table-club2 td a>span.none {
	display: none;
}
	}
	

@media screen and (max-width: 600px) {
#information {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0;
}
	}
#information>div {
	max-width: 1000px;
	width: 92%;
	margin: 0 auto;
	
}
@media screen and (max-width: 900px) {
#information>div {
	display: block;
}
	}
#information>div .info_b {
    margin: 40px auto 0;
	text-align: center;
}
@media screen and (max-width: 900px) {
#information>div .info_b {
    margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
	}
#information>div .info_b a {
    margin-left: auto;
	letter-spacing: 1px;
	text-indent: 1px;
	font-size: 1.3rem;
	padding: 0.5em 1.0em;
	background-color: #db0012;
	border-radius: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;
	color: #FFF;
}
#information>div .info_b a:hover {
	background-color: #427935;
}
#information>div>.recruit_info_t {
	font-size: 2.2rem;
	 font-family: 'Prompt', sans-serif;
  font-weight: 600;
	color: #000;
	letter-spacing: 2px;
	text-indent: 2px;
	margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
#information>div>.recruit_info_t {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
	}
@media screen and (max-width: 800px) {
#information>div>.recruit_info_t {
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-indent: 1px;
}
	}
#information>div>dl {
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;

	font-size: 1.4rem;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 600px) {
#information>div>dl {
	display: block;
	text-align: left;
}
	}
#information>div>dl>dt {
	margin-right: 2.0em;
	color: #959595;
}
@media screen and (max-width: 600px) {
#information>div>dl>dt {
	margin-right: 0em;
	margin-bottom: 7px;
	color: #959595;
}
	}
#information>div>dl>dd {
	text-align: left;
	}
#information>div>dl>dd>a {
	margin-right: 5px;
	}
#information>div>dl>dd>p {
	font-size: 0.9em;
	margin-top: 0.5em;
		line-height: 1.5em;
	}
#information>div>dl>dd>p>a {
	color: #db0012;
	}
#information>div>dl>dd>p>a:hover {
	color: #427935;
	}


#information>div>dl>dd>p.more_link {
	font-size: 1.2rem;
	text-align: left;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	display: inline-block;
	margin-top: -3px;
}
@media screen and (max-width: 600px) {
#information>div>dl>dd>p.more_link{
	font-size: 1.2rem;
	display: block;
	margin-top: 10px;
}
	}
#information>div>dl>dd>p.more_link>a {
	color: #000;
	background-color: #f2efe9;
	display: inline-block;
	padding: 0.4em 0.4em 0.5em 0.5em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
}
#information>div>dl>dd>p.more_link>a:hover {
	background-color: #db0012;
	color: #FFF;
}
#information>div>dl>dd>p.more_link>a:after {
	 font-family: "Font Awesome 5 Free";
  content: "\f101";
	font-weight: 900;
	text-decoration: none;
	margin-left: 5px;
	color: #db0012;
	position: relative;
	top: 0px;
}
#information>div>dl>dd>p.more_link>a:hover:after {
	color: #FFF;
}


/*2023.04.11追加*/
main p.yosakoi_link {
	font-size: 1.8rem;
	line-height: 1.4em;
	text-align: center;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	margin-left: 0;
	margin-top: 1.5em;
	
}
@media screen and (max-width: 800px) {
main p.yosakoi_link {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main p.yosakoi_link {
	font-size: 1.4rem;
}
	}
main p.yosakoi_link>a {
	color: #fff;
	background-color: #db0012;
	font-weight: 600;
	display: inline-block;
	padding: 0.6em 0.8em 0.6em 0.8em;
	border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;
	text-align: center;
	text-decoration: none;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
}
main p.yosakoi_link>a:hover {
	background-color: #ff570d;
	color: #FFF;
}
main p.yosakoi_link>a:after {
	 font-family: "Font Awesome 5 Free";
  content: "\f101";
	font-weight: 900;
	text-decoration: none;
	margin-left: -0.3em;
	color: #FFF;
	position: relative;
	top: 0px;
}
main p.yosakoi_link>a:hover:after {
	color: #FFF;
}
main p.yosakoi_link>a span {
	display: inline-block;
	margin: 0 0.5em;
}

/*2023.10.11追加*/
main section .table04 {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
width: 100%;
	border: solid 1px #aaaaab;
}
@media screen and (max-width: 800px) {
main section .table04 {
	font-size: 1.4rem;
	line-height: 1.7em;
}
	}
@media screen and (max-width: 600px) {
main section .table04 {
	
	font-size: 1.2rem;
	min-width: 100px;
}
	}
@media screen and (max-width: 480px) {
main section .table04 {
	font-size: 1.1rem;
}
	}
@media screen and (max-width: 380px) {
main section .table04 {
	font-size: 1.0rem;
}
	}
main section .table04.width100 {
	width: 100%;
}
main section .table04.liquid {
	width: auto;
}
main section .table04 th {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	border: solid 1px #aaaaab;
	padding-right: 2em;
	white-space: nowrap;
	padding: 0.5em;
		-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	text-align: center;
	background-color: rgba(0,0,0,0.06);
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
main section .table04 th {
	padding: 0.3em;
}
	}
main section .table04 th>span {
	display: inline-block;
}
@media screen and (max-width: 480px) {
main section .table04 th>span {
	display: block;
}
	}
main section .table04 th.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.3rem;
	
}
@media screen and (max-width: 600px) {
main section .table04 th.head {
	background-color: rgba(0,0,0,0.05);
	border: solid 1px #aaaaab;
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 480px) {
main section .table04 tr.table_head {
	display: none;
}	
}
main section .table04 td {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
	border: solid 1px #aaaaab;
	padding: 0.5em;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	white-space: nowrap;
	background-color: #FFF;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
main section .table04 td {
	padding: 0.3em;
}
	}

main section .table04 td>span {
	display: inline-block;
}
main section p+.table04 {
	margin-top: 30px;
}
@media screen and (max-width: 600px) {
 .scroll {
    overflow-x: auto;
  }
	  }
main section .table04 th span {
	display: inline-block;
}
@media screen and (max-width: 480px) {
main section .table04 th span {
	display: block;
}
	}
main section .txt_s2 {
	font-size: 1.4rem;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
main section .txt_s2 {
	font-size: 1.3rem;
}	
}
@media screen and (max-width: 600px) {
main section .txt_s2 {
	font-size: 1.2rem;
}	
}
main section .scroll+.column2,main section .column2+.scroll ,main section p+.scroll ,main section .scroll+.scroll {
	margin-top: 30px;
}
main section .column2+table {
	margin-top: 30px;
}
main section .kenko_activity02 h5 {
	font-size: 1.9rem;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 800px) {
main section .kenko_activity02 h5 {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
main section .kenko_activity02 h5 {
	font-size: 1.5rem;
}
	}
	main section .txt_s3 {
	font-size: 1.5rem;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
main section .txt_s3 {
	font-size: 1.3rem;
}	
}
@media screen and (max-width: 600px) {
main section .txt_s3 {
	font-size: 1.2rem;
}	
}
main section .align_right {
	text-align: right;
}

main section .indent1 {
	text-indent: 1.0em;
}
main section .margin1 {
	margin-left: 1.0em;
}
main section p.link_box {
	margin-top: 30px;
	padding: 0;
}
main section p.link_box {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
	font-size: 1.8rem;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	border: solid 1px rgba(0,0,0,0.25);
	padding: 10px;
	display: inline-block;
	margin-top: 0.5em;
	margin-left: 1.0em;
}
@media screen and (max-width: 800px) {
main section p.link_box {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 600px) {
main section p.link_box {
	font-size: 1.4rem;
	text-align: center;
}
	}
main section p.link_box a:before {
	font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  font-weight: 400;
	margin-right: 10px;
	color: #d62226;
	font-size: 1.2em;
	position: relative;
	to