<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
overflow-x: hidden;
} .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: 0.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: 20%;
}
@media screen and (max-width: 640px) {
.select_category ul li {
flex-basis: 50%;
}
}
.select_category ul li a {
border: 2px solid #ff9933;
background-color: #fff;
color: #ff9933;
cursor: pointer;
font-size: 1.8rem;
position: relative;
transition: all 0.3s ease-in-out;
vertical-align: middle;
display: block; padding: 10px 0;
margin-right: 27px;
margin-bottom: 30px;
text-align: center;
}
@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; }
@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;
} .tag_child ul li a {
border: 2px solid #005c3f;
background-color: #fff;
color: #005c3f;
cursor: pointer;
font-size: 1.8rem;
position: relative;
transition: all 0.3s ease-in-out;
vertical-align: middle;
display: block; padding: 10px;
margin-right: 30px;
margin-bottom: 30px;
line-height: 1.2;
}
.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: 640px) {
.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 {
min-width: inherit;  margin-bottom: 10px;
flex-basis: 46%;
} }
@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 0.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 0.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 0.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;
}  }
@media screen and (min-width: 960px) and (max-width: 1157px) { } .ttl_voice_detail {
max-width: 1090px;
margin: 50px auto 20px;
padding: 0;
border-bottom: 1px solid #ccc;
} .voice_newarea {
flex-basis: 70px;
position: relative;
}
.ttl_voice {
font-size: 2.4rem;
line-height: 1.5;
letter-spacing: 0.05em;
flex-basis: 1000px;
margin: 0 auto 20px;
}
@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.flex00 {
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-wrap: wrap;
}
.cms_detail_share .cms_date {
margin-bottom: 10px;
margin-right: 1em;
font-size: 16px;
}
.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: 50px auto 60px; padding: 0 4%;
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;
}
} .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;
}
.voice_format01 .voice_detail_h2 {
padding: 20px 25px;
font-size: 2.4rem;
background-color: #efefef;
line-height: 1.6;
}
@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 #c9c9c9;
color: #ffa347;
font-size: 1.8rem;
font-weight: bold;
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: 0.5s all;
}
.voice_format06_inner a .img_box img:hover,
.voice_format07_inner a .voice_format07_img img:hover {
opacity: 0.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;
}
} .voice_format01_r {
margin: 20px auto;
}
.voice_format03_r {
margin: 0px auto 40px;
}
.voice_detail_inner .toc_list_r .toc_compactline {
line-height: 1.3;
padding-top: 2px;
padding-bottom: 2px;
display: inline-block;
word-break: break-all;
white-space: normal;
}/*/*//**/.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: 0.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;
}
.cat_name_blc {
margin-bottom: 50px;
} .read_more_works {
background: #fffaf5;
padding: 30px 0 40px;
margin: 0px auto;
}
.read_more_works.mb50 {
margin-bottom: 50px;
}
.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: 2.5em;
font-size: clamp(1.4rem, 1.6vw, 1.6rem);
line-height: 18px;
padding: 3px 0;
}
.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: 0.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;
}
.more_works_list li {
max-width: none; width: calc(96% / 2);
}
.more_works_list li:first-child,
.more_works_list li:nth-of-type(2) {
width: 48%;
margin: 0 0 40px;
}
.morelist_ttl {
padding: 0;
}
}
@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: 0.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: 0.5s all;
}
.area_bnr ul li a:hover {
opacity: 0.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: 0.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: -0.2em 0.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 0.2s ease-in-out;
}
.narrowdown-icon::before { transform: rotate(90deg);
transition: all 0.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%;
} .voice_detail_inner iframe {
width: 100%;
max-width: 560px;
height: 320px;
}
@media screen and (max-width: 630px) {
.voice_detail_inner iframe {
max-width: none;
height: 51vw;
}
} .show_head_img {
max-width: 1040px;
margin: 50px auto 40px;
text-align: center;
}
.show_head_img a {
display: inline-block;
width: 100%;
}
.show_head_img a:hover {
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.show_head_img {
max-width: 96%;
margin: 30px auto 0;
}
}
.responsive-table {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin-bottom: 1.5em;
border: 1px solid #6b6b6b;
}
.responsive-table table {
width: 100%;
border-collapse: collapse;
background-color: #c0baac;
min-width: 370px;
font-size: 14px;
}
.responsive-table th,
.responsive-table td {
border: 1px solid #6b6b6b;
padding: 10px;
text-align: left;
box-sizing: border-box;
}
.responsive-table th {
background-color: #b3ada1;
font-weight: bold;
}</pre></body></html>