<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 .flex01 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}
@media screen and (max-width: 767px) {
.flex01 {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.flex02 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: stretch;
align-items: stretch;
}
.flex03 {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
align-items: stretch;
}
@media screen and (max-width: 767px) {
.flex03 {
-webkit-justify-content: space-between;
justify-content: space-between;
}
.sp_none {
display: none;
}
} .underline {
background: linear-gradient(transparent 70%, #ffe0c2 70%);
} .ellipsis {
position: relative;
overflow: hidden;
line-height: 20px;
height: 3.8rem;
}
.ellipsis:before, .ellipsis:after {
position: absolute;
background: #fff;
}
.ellipsis:before {
content: "･･･";
bottom: 0;
right: 0;
padding: 0 3px;
}
.ellipsis:after {
content: "";
width: 100%;
height: 100%;
}
.line_2 {
height: 10rem;
}
.line_3 {
height: 8rem;
}  .sec_ttl {
text-align: center;
margin: 60px auto;
}
.sec_ttl .ttl_en {
font-family: 'Josefin Sans', sans-serif;
font-weight: bold;
font-size: 4rem;
letter-spacing: 0.5rem;
word-wrap: break-word;
}
.sec_ttl .ttl_en::after {
content: "";
display: block;
background: #ff9933;
width: 70px;
height: 5px;
margin: 5px auto 10px;
}
.sec_ttl .ttl_ja {
color: #666;
font-size: 1.6rem;
}
@media screen and (max-width:480px) {
.sec_ttl .ttl_en {
font-size: 3rem;
}
}
.btn_reset {
max-width: 1140px;
padding: 0 25px;
margin: 0 auto 20px;
}
.btn_reset a {
font-family: 'Josefin Sans', sans-serif;
margin-right: 0;
margin-left: auto;
display: block;
width: 190px;
margin: 0 0 0 auto;
text-align: center;
padding: 10px;
background-color: #ffffff;
border: 2px solid #000;
color: #000;
transition: .5s all;
font-size: 20px;
letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
.btn_reset a {
padding: 5px 2%;
font-size: 16px;
}
}
.btn_reset a i {
margin-right: 5px;
}
.btn_reset a:hover {
background-color: #000;
color: #fff;
}  .ChangeElem_Panel {
display: none;
} .btn_bg {
background-color: #fffbf2;
}
.ChangeElem_Btn_Content {
margin: 0 auto;
}
.btn_wrap {
max-width: 1140px;
padding: 0 25px 10px;
margin: 0 auto;
background-color: #fffbf2;
} .select_category ul li {
flex-basis: calc(94% * 1/3);
margin: 0 1%;
}
@media screen and (max-width: 640px) {
.select_category ul li {
flex-basis: 48%;
}
}
.select_category ul li a {
border: 2px solid #ff9933;
background-color: #fff;
color: #ff9933;
cursor: pointer;
font-size: 1.8rem;
position: relative;
transition: all .3s ease-in-out;
vertical-align: middle;
display: block; padding: 10px 0;
margin-right: 27px;
margin-bottom: 30px;
text-align: center;
margin-right:15px;
width: 100%;
border-radius: 0;
}
@media screen and (max-width: 960px) {
.select_category ul li a {
font-size: 1.6rem;
margin-right: 5%;
margin-bottom: 12px;
}
}
@media screen and (max-width: 640px) {
.select_category ul li a {
margin: 0 2% 8px;
font-size: 1.4rem;
}
}  .ChangeElem_Btn:hover, .select_category ul li .current, .select_category ul li a:hover {
background: #ff9933;
box-sizing: border-box;
color: #fff;
padding: 10px 0;
text-align: center;
border: 2px solid #ff9933; border-radius: 0;
}
@media screen and (max-width: 695px) {  }
@media screen and (min-width: 696px) and (max-width: 1136px) { } .tag_child {
margin: 0 auto;
background-color: #e2efeb;
}
.tag_child ul {
max-width: 1140px;
padding: 0 25px 10px;
margin: 0 auto;
}
.tag_child ul li {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: center;
flex-basis: 20%;
} .tag_child ul li a {
border: 2px solid #005c3f;
background-color: #fff;
color: #005c3f;
cursor: pointer;
font-size: 1.8rem;
position: relative;
transition: all .3s ease-in-out;
vertical-align: middle;
display: flex;
align-items: center; padding: 10px;
margin-right: 30px;
margin-bottom: 30px;
line-height: 1.2;
width: 100%;
justify-content: center;
}
.tag_child ul li .current {
background-color: #005c3f;
color: #fff;
}
@media screen and (max-width: 960px) {
.tag_child ul li a {
font-size: 1.6rem;
margin-right: 5%;
margin-bottom: 12px;
}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 640px) {
.tag_child ul li{
flex-basis: 50%;
}
.tag_child ul li a {
margin: 0 2% 8px;
font-size: 1.4rem;
}
}
@media all and (-ms-high-contrast:none) {
.tag_child ul li a {
padding: 13px 10px 9px 10px;
}
} .tag_child ul li a:hover, .tag_child ul li a.is-active {
background: #005c3f;
border: 2px solid #005c3f;
box-sizing: border-box;
color: #fff;
}
@media screen and (max-width: 695px) {
.tag_child ul li a {    } }
@media screen and (min-width: 696px) and (max-width: 1136px) { }
.tab_category .btn_gray {
border: 2px solid #b1b1b1;
background-color: #b1b1b1;
color: #fff;
cursor: default;
pointer-events: none;
} .reformmenu_area {
max-width: 1140px;
margin: 50px auto;
}
.card_reformmenu {
flex-basis: calc(88% * 1/3);
position: relative;
border: 1px solid #000;
transition: all .3s ease-in-out;
margin: 0 2% 50px;
}
@media all and (-ms-high-contrast:none) {
.card_reformmenu {
margin: 0 calc(2% - 2px) 50px;
}
}
.card_reformmenu:hover {
transform: translateY(-10px);
} .new {
position: absolute;
top: -9px;
left: 15px;
}
.card_reformmenu h2 {
padding: 50px 25px 15px;
font-size: 20px;
font-weight: bold;
line-height: 30px;
}
.img_thum {
overflow: hidden;
width: 280px; height: 188px; position: relative;
margin: 0 auto;
}
.img_thum img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
.tag_more {
max-width: 280px;
margin: 20px auto;
overflow: hidden;
}
.card_tag {
border: 2px solid #005c3f;
background-color: #005c3f;
color: #fff;
cursor: pointer;
font-size: 1.8rem;
position: relative;
transition: all .3s ease-in-out;
vertical-align: middle;
display: inline-block; padding: 9px 10px; margin-bottom: 5px;
max-width: 190px;
width: 100%;
line-height: 1.2;
}
@media all and (-ms-high-contrast:none) {
.card_tag {
padding: 13px 10px 9px 10px;
}
}
.card_tag:hover {
background-color: #fff;
color: #005c3f;
}
.js {
font-family: 'Josefin Sans', sans-serif;
}
.bgy {
width: 60px;
height: 60px;
border: 2px solid #ff9933;
background-color: #ff9933;
color: #000;
font-size: 16px;
text-align: center;
padding: 10px 0 0;
font-weight: bold;
float: right;
transition: all .3s ease-in-out;
position: relative; }
.bgy:hover {
background-color: #fff;
}
.bgy i {
font-size: 30px;
}
@media screen and (max-width: 767px) {
.card_reformmenu {
flex-basis: calc(92% * 1/2);
}
}
@media screen and (max-width: 695px) {
.reformmenu_area {
padding: 0 10px;
}
.card_reformmenu {
max-width: 49%;
margin-right: 2px;
}
.card_reformmenu h2 {
padding: 50px 10px 10px;
font-size: 18px;
line-height: 20px;
}
.img_thum {
overflow: hidden;
width: 90%; height: 110px; position: relative;
margin: 0 auto;
}
.card_reformmenu:hover {
transform: translateY(0);
}
.tag_more {
max-width: 90%;
}
.card_tag {
min-width: inherit;
font-size: 16px;
padding: 5px;
line-height: 20px;
float: none;
}
.bgy {
margin-top: 10px;
width: 100%;
height: auto;
border: 2px solid #ff9933;
background-color: #ff9933;
color: #000;
font-size: 16px;
text-align: center;
padding: 5px;
font-weight: bold;
float: none;
display: block;
}
.bgy i {
font-size: 16px;
margin-left: 5px;
}
}
@media screen and (min-width: 696px) and (max-width: 959px) {
.reformmenu_area {
padding: 0 10px;
} .card_reformmenu h2 {
padding: 50px 10px 10px;
font-size: 18px;
line-height: 20px;
}
.img_thum {
overflow: hidden;
width: 90%; height: 180px; position: relative;
margin: 0 auto;
}
.card_reformmenu:hover {
transform: translateY(0);
}
.tag_more {
max-width: 90%;
}
.card_tag {
min-width: inherit;
font-size: 16px;
padding: 5px;
line-height: 20px;
float: none;
}
.bgy {
margin-top: 10px;
width: 100%;
height: auto;
border: 2px solid #ff9933;
background-color: #ff9933;
color: #000;
font-size: 16px;
text-align: center;
padding: 5px;
font-weight: bold;
float: none;
display: block;
}
.bgy i {
font-size: 16px;
margin-left: 5px;
} .sp_none {
display: none;
}
}
@media screen and (min-width: 960px) and (max-width: 1157px) { } .ttl_voice_detail {
max-width: 1090px;
margin: 0 auto;
padding: 0;
} .voice_newarea {
flex-basis: 70px;
position: relative;
}
.ttl_voice {
font-size: 2.4rem;
line-height: 1.5;
letter-spacing: 0.05em;  color:#FD9932;
font-weight: bold;
display: flex;
}
.ttl_voice:before{
content:'▶';
color:#FD9932;
font-size:2.4rem;
margin-right:10px;
}
@media screen and (max-width: 767px) {
.ttl_voice {
font-size: 2.1rem;
}
}
@media screen and (max-width: 480px) {
.ttl_voice {
font-size: 1.8rem;
}
}
.cms_detail_share {
max-width: 1140px;
margin: auto;
text-align: right;
}
.cms_detail_share .card_tag {
text-align: center;
margin-bottom: 10px;
margin-right: 5px;
width: auto;
max-width: inherit;
}
@media screen and (max-width:959px) {
.cms_detail_share .card_tag {
display: inline-block;
padding: 3px 10px;
}
}
@media screen and (max-width:480px) {
.cms_detail_share .card_tag {
padding: 2px 10px;
font-size: 1.4rem;
}
}
.cms_detail_share .social_btn {
margin: 0 0 10px;
padding: 0 25px;
}
@media screen and (max-width:1140px) {
.ttl_voice_detail {
max-width: 96%;
}
}
@media screen and (max-width:959px) {
.ttl_voice_detail {
margin: 50px auto 15px;
}
}
@media screen and (max-width:767px) {
.ttl_voice_detail {
max-width: 96%;
margin: 20px auto 10px;
}
.ttl_voice_detail .flex01 {
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.ttl_voice {
flex-basis: 100%;
}
.cms_voice_share .social_btn {
text-align: right;
}
} .headline_voice {
width: 100%;
padding: 40px 0;
background-color: #fffaf5;
}
.voice_contents {
border-bottom: none;
}
.ttl_head {
font-family: 'Josefin Sans', sans-serif;
font-size: 36px;
font-weight: bold;
letter-spacing: 0.2em;
margin-bottom: 25px;
}
.detail_ttl {
font-size: 2rem;
font-weight: bold;
line-height: 30px;
letter-spacing: -0.01em;
}
.voice_contents_inner .right {
position: relative;
}
@media screen and (max-width: 767px) {
.contents_tag {
position: inherit;
}
}
.left_img img:hover {
opacity: 1;
}
.contents_txt:hover {
opacity: 1;
} .voice_detail_mainimg {
max-width: 1140px;
width: 100%;
margin: 20px auto 60px; padding: 0;
align-items: center;
}
.voice_detail_mainimg .img_box {
max-width: 1090px;
width: 100%;
text-align: center;
margin: 0 auto;
}
.voice_detail_mainimg .img_box .img_box_inner { padding-bottom: 66.7%;
}
.voice_detail_mainimg .data_box {
margin: 0 auto;
text-align: center;
font-size: 2.4rem;
letter-spacing: 0.05em;
line-height: 1.5;
}
.voice_detail_mainimg .data_box .data_add {
border-bottom: #ff9934 1px solid;
padding: 0 0 10px;
}
.voice_detail_mainimg .data_box .data_name {
padding: 10px 0 0;
}
@media screen and (min-width: 768px) {
.voice_detail_mainimg .img_box {
width: 100%;
}
.voice_detail_mainimg .data_box {
width: 40%;
padding: 0 25px;
}
}
@media screen and (max-width: 767px) {
.voice_detail_mainimg {
flex-direction: column-reverse;
}
.voice_detail_mainimg .data_box {
max-width: 400px;
width: 100%;
padding: 0 0 20px;
font-size: 2rem;
}
}
.intro_txt{
max-width:1140px;
padding: 0 25px;
margin:0 auto 50px;
font-size: 16px;
line-height: 1.8;
padding-bottom:20px;
border-bottom:1px solid #ccc;
}
.anc_link{
max-width: 1140px;
padding:0 25px;
margin:0 auto 50px;
}
.anc_link ul{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 50px;
margin-bottom: 20px;
}
.anc_link ul li a{
color:#fff;
background-color: #FD9932;
display: block;
font-size: 2.4rem;
width:450px;
padding:25px 0;
text-align: center;
margin:0px auto 30px;
transform: .5s all;;
}
.anc_link ul li a:hover{
opacity:.7;
}
@media screen and (max-width: 767px) {
.anc_link ul{
display: block;
margin:20px auto;
}
.anc_link ul li a{
font-size: 1.8rem;
width:80%;
padding:20px 0;
margin:10px auto;
}	
} .voice_detail_inner {
max-width: 1140px;
padding: 0 25px;
margin: 0 auto 60px auto;
font-size: 16px;
line-height: 30px;
font-weight: 500;
}
.voice_format04_img .img_box, .voice_format05_img .img_box, .voice_format06_img01 .img_box, .voice_format06_img02 .img_box {
flex-basis: 500px;
max-width: 500px;
width: 100%;
text-align: center;
margin: 0 auto;
}
.voice_format04_img img, .voice_format05_img img, .voice_format06_img01 img, .voice_format06_img02 img {
max-height: 500px;
}
.voice_format07_img img {
max-height: 800px;
}
.voice_format03 a, voice_format04_txt a, voice_format05_txt a {
color: #3faaff;
}
.voice_format03 a:hover, voice_format04_txt a:hover, voice_format05_txt a:hover {
text-decoration: underline;
}
.voice_detail_inner ul {
list-style: disc;
padding-left: 1.2em;
}
.voice_detail_inner table {
border-collapse: separate;
border-spacing: 1px 1px;
border: 1px solid #fff;
border: revert;
}
.voice_detail_inner tr, .voice_detail_inner tbody {
border: 1px solid #fff;
border: revert;
border-spacing: 1px 1px;
}
.voice_detail_inner td {
border: 1px solid #fff;
border: revert;
border-spacing: 1px 1px;
padding: 2px 4px;
}
.voice_detail_inner th {
border: 1px solid #fff;
border: revert;
border-spacing: 1px 1px;
padding: 2px 4px;
} .voice_format01 {
margin: 50px auto;
max-width:1140px;
overflow: hidden;
height:300px;
position: relative;
}
.head_img{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width:100%;
}
.head_img img{
width:100%;
height:auto;
}
.voice_detail_h2{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width:90%;
}
@media screen and (max-width: 767px) {
.voice_format01 .voice_detail_h2 {
padding: 15px 2.5%;
font-size: 2.1rem;
}
}
@media screen and (max-width: 480px) {
.voice_format01 .voice_detail_h2 {
padding: 10px 4%;
font-size: 1.8rem;
}
}
@media screen and (max-width: 480px) {
.voice_format01 {
margin: 30px auto;
}
}
.voice_format05_img .img_box {
width: 100%;
text-align: center;
} .voice_format02 {
border-bottom: 1px dashed #ffa347;
color: #ffa347;
font-size: 2.4rem;
font-weight: 500;
line-height: 1.6;
margin: 40px auto 20px;
}
@media screen and (max-width: 480px) {
.voice_format02 {
margin: 25px auto;
font-size: 1.6rem;
}
} .voice_format03 {
margin: 50px auto;
}
@media screen and (max-width: 480px) {
.voice_format03 {
margin: 30px auto;
}
} .voice_format04 {
margin: 50px auto;
}
.voice_format04_img {
flex-basis: 500px;
}
.voice_format04_img img { }
.voice_format04_img span {
line-height: 1.5;
display: block;
font-weight: normal;
}
.voice_format04_txt {
flex-basis: 550px;
}
@media screen and (min-width: 768px) {
.voice_format04_txt {
padding: 0 0 0 2.5%;
}
}
@media screen and (max-width: 767px) {
.voice_detail_inner {
padding: 0 4%;
}
.voice_format04_img {
flex-basis: 100%;
}
.voice_format04_img img {
max-width: 100%;
}
.voice_format04_txt {
flex-basis: 100%;
margin-top: 30px;
}
}
@media screen and (max-width: 480px) {
.voice_format04 {
margin: 30px auto;
}
} .voice_format05 {
margin: 50px auto;
}
.voice_format05_img {
flex-basis: 500px;
}
.voice_format05_img img { }
.voice_format05_img span {
line-height: 1.5;
display: block;
font-weight: normal;
}
.voice_format05_txt {
flex-basis: 550px;
}
@media screen and (min-width: 768px) {
.voice_format05_txt {
padding: 0 2.5% 0 0;
}
}
@media screen and (max-width: 767px) {
.voice_format05 {
margin: 50px auto;
}
.voice_format05_inner {
flex-direction: column;
}
.voice_format05_img {
flex-basis: 100%;
order: 1;
}
.voice_format05_img img {
max-width: 100%;
}
.voice_format05_txt {
flex-basis: 100%;
margin-top: 30px;
order: 2;
}
}
@media screen and (max-width: 480px) {
.voice_format05 {
margin: 30px auto;
}
} .voice_format06 {
margin: 50px auto;
}
.voice_format06_img01, .voice_format06_img02 { max-width: 500px; }
.voice_format06_img01 img, .voice_format06_img02 img { }
.voice_format06_inner a .img_box img, .voice_format07_inner a .voice_format07_img img {
transition: .5s all;
}
.voice_format06_inner a .img_box img:hover, .voice_format07_inner a .voice_format07_img img:hover {
opacity: .7;
}
.voice_format06_img01 span, .voice_format06_img02 span {
line-height: 1.5;
display: block;
font-weight: normal;
}
@media screen and (min-width: 768px) {
.voice_format06_img01 {
margin: 0 2.5% 0 0;
}
}
@media screen and (max-width: 767px) {
.voice_format06_img01, .voice_format06_img02 {
flex-basis: 100%;
margin: 0 auto;
}
.voice_format06_img01 {
margin-bottom: 20px;
}
.voice_format06_img01 img, .voice_format06_img02 img {
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
.voice_format06 {
margin: 30px auto;
}
} .voice_format07 {
margin: 50px auto;
}
.voice_format07_img {
text-align: center;
}
.voice_format07_img img { }
.voice_format07_img span {
display: block;
text-align: left;
font-weight: normal;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.voice_format07_img img {
max-width: 100%;
}
}
@media screen and (max-width: 480px) {
.voice_format07 {
margin: 30px auto;
}
} .more {
display: block;
width: 120px;
margin: 10px 0 0 auto;
text-align: center;
padding: 5px 10px;
background-color: #ff9934;
border: 1px solid #ff9934;
color: #000;
transition: .5s all;
font-family: 'Josefin Sans', sans-serif;
font-weight: 500;
}
.more i {
padding-left: 30px;
}
.voice_contents:hover .more {
border: 1px solid #000;
background-color: #fff;
} .read_more_works {
background: #fffaf5;
padding: 30px 0 40px;
margin: 50px auto;
}
.bottom_more_area.read_more_works {
margin: 50px auto ;
}
.more_works_ttl {
border-bottom: 1px solid #ccc;
margin: 0 auto 35px;
}
.more_works_ttl .ttl_en, .more_works_ttl .ttl_ja {
letter-spacing: 0.05em;
font-weight: bold;
}
.more_works_ttl .ttl_en {
font-family: 'Josefin Sans', sans-serif;
font-size: 3rem;
}
.more_works_ttl .ttl_ja {
color: #005c3f;
font-size: 1.8rem;
padding: 0 0 0 20px;
}
.more_works_list li {
max-width: 208px;
width: 100%;
line-height: 1.5;
}
.morelist_ttl {
height: 1em;
}
.more_works_list li .ellipsis:before, .more_works_list li .ellipsis:after {
background: #fffaf5;
}
.more_works_list li a {
}
.more_works_list li a:hover .morelist_img {
opacity: 0.5;
}
.morelist_img {
margin: 7px auto;
transition: .2s;
}
.morelist_img_inner {
position: relative;
height: 0;
overflow: hidden;
width: 100%;
padding-top: 67.3%;
}
.morelist_img_inner img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
}
.morelist_data {
text-align: right;
font-size: 1.4rem;
}
@media screen and (max-width: 1140px) {
.more_works_list {
flex-wrap: wrap;
justify-content: space-around;
}
.more_works_list li {
max-width: none;
width: 30%;
}
.more_works_list li:first-child, .more_works_list li:nth-of-type(2) {
width: 48%;
margin: 0 0 40px;
}
}
@media screen and (max-width: 550px) {
.more_works_ttl .ttl_ja {
display: block;
padding: 10px 0;
}
}
@media screen and (max-width: 480px) {
.more_works_ttl .ttl_ja {
font-size: 1.6rem;
} } .btn_bottom a {
margin: 40px auto;
display: block;
width: 320px;
text-align: center;
padding: 20px;
background-color: #fff;
border: 1px solid #ffa347;
color: #ffa347;
transition: .5s all;
letter-spacing: 0.1em;
}
.btn_bottom a:hover {
background: #ffa347;
color: #fff;
}
.btn_bottom .archive_area_inner{
display:flex;
max-width:1140px;
width: 100%;
margin: 0 auto 40px;
padding:0 25px;
justify-content: center;
}
.btn_bottom.archive_area a{
border:none;
display: inline-block;
padding: 0;
margin:0 auto;
width:auto;
position: relative;
}
.btn_bottom.archive_area a:hover {
background:none;
color: #ffa347;
}
.archive_link_txt{
margin:0 1em;
} .area_bnr {
max-width: 1140px;
margin: 90px auto;
}
.area_bnr ul {
max-width: 880px;
margin: 0 auto;
}
.area_bnr ul li a {
transition: .5s all;
}
.area_bnr ul li a:hover {
opacity: .7;
}
@media screen and (max-width: 960px) {
.area_bnr ul li {
padding: 0 2%;
}
}
@media screen and (max-width: 767px) {
.area_bnr {
max-width: 1140px;
margin: 50px auto;
}
.area_bnr ul {
max-width: 94%;
}
.area_bnr ul li {
max-width: 49%;
padding: 0 1%;
}
}
@media screen and (max-width: 480px) {
.area_bnr ul li {
max-width: 75%;
margin: 0 auto 8px;
}
.archive_link_txt{
margin:0 0.5em;
}
} .ChangeElem_Panel a, .select_shop ul li a {
display: block; border: 1px solid #005c3f;
color: #005c3f;
padding: 5px 10px;
text-align: center;
margin-right: 10px; transition: .5s all;
margin-bottom: 10px;
} #toc_container {
margin: 0 auto;
}
#toc_container p.toc_title {
font-size: 20px;
}
#toc_container .toc_title span.toc_toggle {
font-size: 14px;
}
.box_entry_btn {
max-width: 1140px;
padding: 0 25px;
margin: 0 auto;
display: flex;
justify-content: space-around;
}
.item_entry_btn {
max-width: 50%;
padding: 0 10px;
}
.item_entry_btn img {
width: 100%;
} .narrowdown-tab {
max-width: 1140px;
width: 100%;
margin: 0 auto;
}
.narrowdown-ttl {
text-align: center;
font-size: 1.8rem;
padding: 20px 2.5%;
}
.narrowdown-icon {
position: relative;
margin: -.2em .5em 0;
}
.narrowdown-icon::after, .narrowdown-icon::before {
content: "";
position: absolute;
top: 50%;
width: 15px;
height: 2px;
background: #ff9933;
}
.tab-tag .narrowdown-icon::after, .tab-tag .narrowdown-icon::before {
background: #005c3f;
}
.narrowdown-icon::after { transition: all .2s ease-in-out;
}
.narrowdown-icon::before { transform: rotate(90deg);
transition: all .3s ease-in-out;
}
.narrowdown-tab.open .narrowdown-icon::before {
transform: rotate(180deg);
}
.narrowdown-tab.open .narrowdown-icon::after {
opacity: 0;
}
@media screen and (min-width: 768px) {
.narrowdown-ttl {
text-align: left;
}
}
@media screen and (max-width: 767px) {
.btn_wrap {
padding: 0 10px 20px;
}
.tag_child ul {
padding: 0 10px 10px;
}
}
@media screen and (max-width: 480px) {
.narrowdown-ttl {
font-size: 1.5rem;
}
}  .column-article-data {
text-align: right;
max-width: 1140px;
width: 100%;
margin: 0 auto 15px;
padding: 0 2.5%;
font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
.column-article-data {
padding: 0 4%;
font-size: 1.4rem;
}
} @media screen and (max-width: 480px) {
.reformmenu-single-sec_ttl {
font-size: 3rem;
margin: 30px auto 10px;
} .back_to_before {
padding: 0 4%;
margin: 20px auto 15px;
}
} .social-list-blcok {
max-width: 1140px;
width: 100%;
margin: 0 auto 40px;
padding: 0 25px;
}
.social-list {
display: flex;
}
.social-list li {
width: 40px;
height: 40px;
font-size: 0;
text-align: center;
margin: 0 5px;
}
.social-list li a {
display: block;
padding: 10px 0 6px;
height: 100%;
}
.social-list li a img {
width: 25px;
margin: 0 auto;
}
.social-list li.social-fb a img {
width: 21px;
}
.social-fb a {
background: #3b5998;
}
.social-twt a {
background: #55acee;
}
.social-lin a {
background: #1dcd00;
}
.social-htn a {
background: #008fde;
}
.social-pkt a {
background: #eb4654;
}
.social-list li a:hover {
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.social-list-blcok {
padding: 0 2.5%;
}
}
@media screen and (max-width: 480px) {
.social-list-blcok {
padding: 0 4%;
}
.social-list li {
width: 34px;
height: 34px;
}
.social-list li a {
padding: 10px 0;
}
.social-list li a img {
width: 18px;
margin: 0 auto;
}
.social-list li.social-fb a img {
width: 14px;
}
} .tag{
margin-left:1em;
} .movie_bnr_area{
padding:30px 2%;
display:flex;
} .movie_bnr_area .MovieArea {
flex-basis: 52%;
margin-right:2%;
}
.Movie{
position: relative;
padding-bottom: 71%;
height: 0;
overflow: hidden;
}
.movie_bnr_area .Movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.movie_bnr_area .BnrArea{
flex-basis:46%;
}
.movie_bnr_area .bnr_link_area:first-child{
margin-bottom:25px;
}
.bnr_a:hover{
opacity:0.5;
}
.bnr_a .bnr_post_img{
transition: 0.5s;
}
.bnr_a .bnr_post_img:hover{
opacity:0.5;
}
.trim_h,
.trim_w{
position: relative;
height: 0;
overflow: hidden;
width: 100%;
}
.trim_h img,
.trim_w img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.trim_h img{ height: 100%;
max-width: inherit;
}
.trim_w img{ height: auto;
width: 100%;
}
.bnr_post_img.trim_w{
padding-top:37.6%;
}
@media screen and (max-width: 767px) {
.movie_bnr_area{
display:block;
padding:0 2%;
margin:0 auto 30px;
} 
.movie_bnr_area .MovieArea{
margin-right:0;
margin: 25px 0;
}
}
.embed-youtube{
position:relative;
width:100%;
padding-top:56.25%;
}
.embed-youtube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.more_link{
text-align: right;
margin-top: 20px;
}
.more_link a{
color:#ffa347;
padding-bottom:7px;
font-size: 1.8rem;
}
.more_link a:hover{
border-bottom:1px solid #ffa347;
} .event_block{
width: 100%;
margin: 0 auto 30px;
display: flex;
flex-wrap: wrap;
}
.event_item{
width: 23%;
margin: 0 1%;
border: 1px solid #eee;
padding-bottom: 8px;
} .event_item a{
display: block;
width: 100%;
}
.event_item .event_img{
margin: 0 auto 10px;
position: relative;
}
.event_img_inner{  padding-bottom: 75%;
}
.new {
position: absolute;
top: -8px;
right: 0;
width: 59px;
height: auto;
}
.event_data {
padding: 0 8px;
}
.event_data_cat{
min-height:55px;
padding-top: 4px;
}
@media screen and (min-width: 321px) and (max-width: 767px) {
.event_data_cat{
min-height:85px;
}
}
.event_data .event_day{
line-height: 1;
padding-top: 4px;
height: 1.5em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.event_data .event_day .far{
width: 1em;
text-align: center;
margin-right: 1rem;
}
.event_data .event_add{
line-height: 1;
padding-top: 4px;
height: 1.5em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.event_data .event_add .fas{
width: 1em;
text-align: center;
margin-right: 1rem;
}
.event_data .event_ttl{
font-size: 1.8rem;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
margin: 12px auto 0;
line-height: 1.5;
height: 3em;
}
.eventcolor {
width: auto;
text-align: center;
font-size: 14px;
color: #fff;
padding: 3px 4%;
line-height: 1;
margin-right: 10px;
border-radius: 10px;
background-color: #005c3f;
display: inline-block;
margin-bottom: 8px;
}
.event_block .slick-prev,.event_block .slick-next{
top: 40%;
}
@media screen and (max-width: 1169px) {
.event_block{
padding: 0 25px;
}
.event_block .slick-prev {
left: 0;
}
.event_block .slick-next {
right: 0;
}
}
@media screen and (max-width: 767px) {
.event_item{
width: 48%;
margin: 0 1% 20px;
}
}
@media screen and (max-width: 480px) {
.slick-list .event_item{
margin: 0 2px;
}
.event_item a{
}
.event_item .event_img{
}
}</pre></body></html>