<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: 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: 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 0.3s ease-in-out;
  vertical-align: middle;
  display: block;
  /*min-width:190px;*/
  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;
  }
}
/*.select_category ul li:nth-child(5n) a{
  margin-right:0;
}*/
/*カレントとホバー時のタブ装飾*/
.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; /*margin-right:30px;*/
  border-radius: 0;
}

@media screen and (max-width: 695px) {
  /*	.ChangeElem_Btn {
		min-width:inherit;
		width:48%;
		margin-right:5px;
		margin-bottom: 10px;
	}*/
  /*	.ChangeElem_Btn:nth-child(5n){
  margin-right:5px;
}*/
}

@media screen and (min-width: 696px) and (max-width: 1136px) {
  /*	.ChangeElem_Btn:nth-child(5n){
  margin-right:30px;
}*/
}
/*子タグ*/
.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 0.3s ease-in-out;
  vertical-align: middle;
  display: flex;
  align-items: center;
  /*min-width:190px;*/
  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:nth-child(5n){
  margin-right:0;
}*/
.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;*/
    /*width:48%;*/
    /*		margin-right:0;
		margin-right:5px;*/
    /*margin-bottom: 10px;
	flex-basis: 46%;*/
  }
  /*	.tag_child ul li a:nth-child(5n){
  margin-right:5px;
}*/
}

@media screen and (min-width: 696px) and (max-width: 1136px) {
  /*		.tag_child ul li a:nth-child(5n){
  margin-right:30px;
}*/
}
.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);
}
/*.card_reformmenu:nth-child(3n){
	margin-right:0;
}*/
.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;
  /*min-width:190px;*/
  padding: 9px 10px;
  /*float:left;*/
  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; /*bottom:47px;*/
}
.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{
	margin-right:0;
	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: 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;
  }
  /*	.card_reformmenu:nth-child(3n){
	margin-right:2px;
}*/
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1157px) {
  /*	.card_reformmenu:nth-child(3n){
	margin-right:50px;
}*/
}
/*=========詳細=============*/

.ttl_voice_detail {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0;
}
/*.new {
  position: inherit;
}*/

.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;*/
  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;
  }
}
/*voice_listからのcsshack*/
.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;
}
/* main img */
.voice_detail_mainimg {
  max-width: 1140px;
  width: 100%;
  margin: 20px auto 60px;
  /*padding:0 25px;*/
  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: 52.2%;*/
  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: 0.5s all;
}
.anc_link ul li a:hover {
  opacity: 0.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;
  }
}

/*format　大外*/

.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;
}
/*format01　大見出し*/
.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;
}
/*format02　中見出し*/
.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;
  }
}
/*format03　テキストのみ*/
.voice_format03 {
  margin: 50px auto;
}

@media screen and (max-width: 480px) {
  .voice_format03 {
    margin: 30px auto;
  }
}
/*format04 左画像右テキスト*/
.voice_format04 {
  margin: 50px auto;
}
.voice_format04_img {
  flex-basis: 500px;
}
.voice_format04_img img {
  /*max-width:500px;*/
}
.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;
  }
}
/*format05 左画像右テキスト*/
.voice_format05 {
  margin: 50px auto;
}
.voice_format05_img {
  flex-basis: 500px;
}
.voice_format05_img img {
  /*max-width:500px;*/
}
.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;
  }
}
/*format06 画像2つならび*/
.voice_format06 {
  margin: 50px auto;
}
.voice_format06_img01,
.voice_format06_img02 {
  /*flex-basis:500px;*/
  max-width: 500px; /*width:49%;*/
}
.voice_format06_img01 img,
.voice_format06_img02 img {
  /*max-width:500px;*/
}
.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;
  }
}
/*format07 画像1つ*/
.voice_format07 {
  margin: 50px auto;
}
.voice_format07_img {
  text-align: center;
}
.voice_format07_img img {
  /* width:1140px;*/
}
.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 btn*/
.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;
}
/* read_more_works こちらの施工事例もご覧ください */
.read_more_works {
  background: #fffaf5;
  padding: 30px 0 40px;
  margin: 50px auto;
}
.bg_white {
  background: #fff;
}
.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: 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;
    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;
  }
  /*.more_works_list li:nth-of-type(3) .morelist_ttl,
.more_works_list li:nth-of-type(4) .morelist_ttl,
.more_works_list li:nth-of-type(5) .morelist_ttl{
 font-size:1.4rem;
 height: 1.5em;
}*/
}
/*ボタン*/
.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;
  }
}
/*** ADD kawasaki *****/
.ChangeElem_Panel a,
.select_shop ul li a {
  display: block;
  /*width: 145px;*/
  border: 1px solid #005c3f;
  color: #005c3f;
  padding: 5px 10px;
  text-align: center;
  margin-right: 10px;
  /* border-radius: 10px;*/
  transition: 0.5s all;
  margin-bottom: 10px;
}
/*** ADD kawasaki *****/

#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;
  }
}
/*==============================================
 0711追加
==============================================*/
/* 日付 */
.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;
  }
}
/* SNS */
.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_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;
}

/*====================
REFORM MENU
=====================*/
.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:nth-child(4){
  display: none;
  動的の書き出しが4つまでなので無理やり削除
}*/

.event_item a {
  display: block;
  width: 100%;
}
.event_item .event_img {
  margin: 0 auto 10px;
  position: relative;
}
.event_img_inner {
  /*background: #e0e0e0;*/
  /* padding-bottom: 100%;*/
  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 {
  }
}

/*======================*/
/*リフォームメニュー一覧*/
/*======================*/

.swiper {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .swiper {
    margin-top: 50px;
    width: 100%;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide a {
  transition: 0.3s all;
}
.swiper-slide a:hover {
  opacity: 0.7;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper .img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper .img img {
    max-height: 300px;
  }
}

.swiper .ttl {
  margin: 10px auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff9933;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .swiper .ttl {
    font-size: 2rem;
  }
}
.swiper .txt {
  margin-top: 20px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .swiper .txt {
    font-size: 1.8rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 40% !important;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 20% !important;
  }
}
.swiper-button-next {
  right: 11% !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 5% !important;
  }
}
.swiper-button-prev {
  left: 11% !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 5% !important;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #ccc !important;
  background-color: #000 !important;
  padding:0 20px !important;
  border-radius: 50px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
  color: #ccc !important;
  background-color: #000 !important;
  font-weight: bold !important;
}
/*==========================================
 リフォームメニュー（コラム）20190618改修
===========================================*/
.cst01 {
  margin: clamp(50px, 5vw, 100px) auto;
}
.cst01 .reform_menu_list {
  max-width: 1140px;
}
.cst01 .reform_menu_list li {
  width: auto;
  flex-basis: calc(84% * 1 / 4);
  margin: 0 2% 55px;
}
.cst01 .reform_menu_list li a {
  max-width: inherit;
}
.cst01 .reform_menu_list .menu_ttl {
  margin: 6px auto 0;
  line-height: 1.6;
  text-align: left;
}
.cst01 .reform_menu_list li a .menu_img {
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.cst01 .reform_menu_list li a .menu_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  height: 100%;
  object-fit:contain;
}
.cst01 .reform_menu_list li a .menu_p {
  text-align: left;
  font-size: 14px;
}
.cst01 .btn_ow {
  line-height: 1.4;
  padding: 10px 0;
}
.cst01 .btn_ow .btn_ow_span {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cst01 .reform_menu_list li {
    flex-basis: calc(92% * 1 / 2);
    margin: 0 2% 55px;
  }
}

/*==========================================
 リフォームメニュー
===========================================*/
.reform_menu_list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}
.reform_menu_list li {
  text-align: center;
  /*width: 15.1%;*/
  flex-basis: 29%;
  margin: 0 0 55px;
}
.reform_menu_list li a {
  display: block;
  max-width: 165px;
  margin: 0 auto;
}
.reform_menu_list .menu_ttl {
  margin: 15px auto 0;
}
/*@media screen and (min-width: 768px){
.reform_menu_list li:not(:nth-child(5n)){
 margin: 0 5% 0 0;
}
.reform_menu_list li:nth-of-type(-n+5){
 margin-bottom: 55px;
}
}*/
@media screen and (max-width: 767px) {
  .reform_menu_list .menu_ttl {
    margin: 5px auto 0;
  }
  /*.reform_menu_list li:last-child{
 margin: 0;
}*/
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .reform_menu_list li {
    /*width: 20%;
 margin: 0 0 20px 0;*/
    flex-basis: 29%;
    margin: 0 1% 20px;
  }
  /*.reform_menu_list li:not(:nth-child(4n)){
 margin: 0 2% 0 0;
}*/
  .reform_menu_list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .reform_menu_list::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media screen and (max-width: 480px) {
  .reform_menu_list li {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }
}

.cat_ttl {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  font-size: 2.4rem;
  margin: 30px auto;
  font-weight: 500;
}
.menu_ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 20px;
}
</pre></body></html>