@charset "utf-8";

/* __________________
  共通表示 css
----------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

.textLeft{
  text-align: left;
}

@media(max-width: 640px) {
  html {
    scroll-padding-top: 60px;
  }
}

.pankuzu ul {
  display: none;
}

#content {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

.txt-center {
  text-align: center;
}

.asset-content {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  letter-spacing: 1.15px;
  color: #333333;
}

#goTop {
  display: none;
}

.operation {
  position: relative;
}

.operation .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  width: 250px;
}

.guide_contact {
  position: relative;
}

.organization_wrap {
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.organization_wrap .img_area {
  width: 100%;
  min-width: 600px;
}

.organization_wrap .list_img {
  width: 100%;
  min-width: 630px;
}

.organization_wrap::-webkit-scrollbar {
  border-radius: 2em;
  background: #d8dcdb;
  width: 7px;
  height: 7px;
}

.organization_wrap::-webkit-scrollbar-thumb {
  border-radius: 2em;
  background-color: #969696;
}

.faq-item {
  margin-top: 2em;
}

.acd-menu .acd-menu-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  margin-top: .6em;
  background-color: #f2f2f2;
  padding: 0.8em 1.5em;
}

.acd-menu .acd-menu-head::before,
.acd-menu .acd-menu-head::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 3px;
  background: #7eaa39;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.acd-menu .acd-menu-head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.acd-menu .acd-menu-head.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.acd-menu .acd-menu-item {
  margin-bottom: 0;
}

.acd-menu-head .acd-menu-item {
  font-size: 20px;
}

.acd-menu-head .acd-menu-item span {
  font-size: 30px;
  padding-right: 15px;
  color: #7eaa39;
  vertical-align: sub;
}

.acd-menu-body {
  background-color: #f2f2f2;
}

.acd-menu-body #sub_ul {
  margin-left: 0;
  padding: 0 4em 1.3em 4em;
}

.acd-menu-body #sub_ul .sub_item {
  font-size: 18px;
  padding-bottom: 0.3em;
}

.acd-menu-body #sub_ul .sub_item:last-child {
  padding-bottom: 0;
}

@media(max-width: 640px) {
  .faq-item {
    margin-top: 0.5em;
  }
}

#contact {
  background-color: #e8fcd0;
  width: 100.45vw;
  margin: 0 calc(50% - 50vw);
}

#contact .section-inner {
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.9em;
  padding-left: 20px;
  padding-bottom: 4em;
}

#contact form#mailform {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#contact .mailform {
  display: flex;
  background: unset;
  border: unset;
  padding: 10px 0;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

/*
#contact .mailform tr:hover,
#contact .mailform th:hover,
#contact .mailform td:hover {
  background-color: #e8fcd0;
}*/

#contact .must {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f27019;
  padding: 1px 10px;
  border-radius: 4px;
  margin-top: 2px;

}

#contact .must.right {
  float: right;
  margin-right: 5px;
}

#contact .list_name {
  font-size: 20px;
  color: #333333;
  margin-left: 30%;
  text-align: justify;
  text-align-last: justify;
}

#contact table.mailform tr th {
  padding: 20px 0px;
  border-bottom: unset;
  font-weight: bold;
  text-align: right;
  width: 250px;
  width: 30%;
  min-width: 260px;
  white-space: nowrap;
}

#contact table.mailform tr td {
  padding: 7px 10px 7px 10px;
  border-bottom: unset;
  font-size: 16px;
  /*width: 71.5%;*/
  max-width: 580px;
}


#contact select.mfp {
  margin-left: 5%;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}

#contact .select_arrow {
  position: relative;
  max-width: 580px;
}

#contact .select_arrow::after {
  position: absolute;
  top: 50%;
  right: -4%;
  content: '';
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../img/trunkroomfc/form_arrow_ud.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

#contact .mgl {
  margin-left: 5%;
}


#contact input.mfp {
  padding: 15px 20px;
  margin-left: 5%;
  width: 100%;
  font-size: 16px;
  border: unset;
}

#contact select.mfp {
  padding: 15px;
  width: 100%;
  max-width: 580px;
  font-size: 16px;
  border: solid 1.5px;
  background-color: unset;
  border-radius: 0;
}

#contact .mfp input.text {
  width: 100%;
}

#contact form#mailform label {
  text-decoration: unset;
}

#contact textarea.mfp {
  border: unset;
  background-color: #fff;
  margin-left: 5%;
  padding: 15px;
  font-size: 16px;
}

#contact table.mailform tr td ul {
  margin-left: 5%;
}

.item_privacy_list .privacy_list_td .privacy-policy {
  width: 49vw;
  margin: 2em calc(24.0% - 24.5vw) 1em;
  height: 150px;
  padding: 2.5em 1.5em 1em;
  background-color: #fff;
  overflow-y: scroll;
}

.privacy-policy::-webkit-scrollbar {
  width: 10px;
}

.privacy-policy::-webkit-scrollbar-track {
  background-color: #FFF;
  margin-top: 4px;
  margin-bottom: 4px;
}

.privacy-policy::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 1em;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  background-clip: padding-box;
}

.item_privacy_list .privacy_list_td .privacy-policy .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.privacy-policy__detail {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.privacy-policy__box {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.privacy-policy__head {
  margin-bottom: 0;
}

.privacy-policy__box span {
  display: block;
  padding-left: 1em;
}

#contact input#button_mfp_reset {
  background-color: #e8fcd0;
  background-image: url(../images/mfp_reset_fc.gif);
}

#contact input#button_mfp_goconfirm {
  background-color: #e8fcd0;
  background-image: url(../images/mfp_goconfirm_fc.gif);
}

input[type="radio"] {
  position: relative;
  width: 17px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -1.5px;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 5px;
  vertical-align: -4px;
}

/* __________________
  PC表示 css
----------------------- */

@media(min-width: 951px) {

  .layout-wm #alpha.ver_trunkroomfc {
    width: 900px;
    margin-right: -20px;
  }


  #contact div#mfp_buttons ul {
    width: 400px;
  }

  #contact div#mfp_buttons ul li {
    margin: 0 10px;
    border-radius: 6px;
  }

}

.tel_btn {
  position: absolute;
  left: 35.5%;
  bottom: 19%;
  width: 60%;
}

.to_contact_btn {
  position: absolute;
  left: 35.5%;
  bottom: 8%;
  width: 60%;
}

/* __________________
  TAB表示 css
----------------------- */
@media(max-width: 950px) {

  #header-inner,
  #main-navigation-inner,
  #content-inner,
  #footer-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .layout-wm #alpha.ver_trunkroomfc {
    width: 97%;
    margin-right: -20px;
  }


  .headWrap {
    width: 100%;
    display: flex;
    margin: 0 auto 0;
    justify-content: space-between;
    align-items: center;
  }

  .headA {
    float: left;
    margin-left: 15px;
    width: 302px;
  }

  #header h1 {
    display: none;
  }

  .headWbc {
    float: unset;
    clear: unset;
    width: 60%;
    display: flex;
    justify-content: flex-end;
  }

  .headB {
    left: 0;
    top: 10px;
    width: 160px;
  }

  .headC2 ul {
    padding: 2px 0 7px 25px;
  }

  #main-navi ul {
    width: 100%;
  }

  #footerContent {
    display: flex;
    align-items: center;
  }


  #contact {
    width: 101vw;
    margin: 0 calc(50% - 50vw);
  }

  #contact .section-inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 2.9em;
    padding-left: 0;
    padding-bottom: 4em;
  }

  #contact table.mailform {
    width: 94%;

  }

  #contact .select_arrow::after {
    right: 5%;
  }

  #contact select.mfp {
    max-width: 96%;
  }

  #contact input.mfp {
    max-width: 85.5%;
  }

  #contact textarea.mfp {
    max-width: 90%;
  }

  #contact .must {
    margin-right: 4%;
  }

  #contact .must.right {
    margin-right: -20%;
  }

  #contact .mgl {
    margin-left: 20%;
  }

  #contact table.mailform tr {
    display: flex;
    flex-direction: column;
  }

  #contact table.mailform tr th {
    text-align: left;
    padding-bottom: 10px;
  }

  #contact table.mailform tr td {
    width: 100%;
    max-width: 650px;
    padding: 5px 0;
  }

  #contact .list_name {
    margin-left: 0;
    padding-left: 0;
  }

  #contact select.mfp,
  #contact input.mfp,
  #contact table.mailform tr td ul,
  #contact textarea.mfp {
    margin-left: 0;
  }

  .item_privacy_list .privacy_list_td .privacy-policy {
    width: 85%;
    margin: 1em 0 1em;
    height: 200px;
  }

  #contact div#mfp_buttons ul {
    margin-left: 17%;
  }

  #footer-inner {
    position: relative;
    width: 96%;
    margin: 0 auto;
  }

  #confirmBody,
  #confirmWindow,
  #twex {
    display: block;
  }

  #lan2011-temp div#confirmBody {
    margin: 1em auto 0px auto;
    max-width: 380px;
    transform: translate(21%, 11%);
  }

  #lan2011-temp table.infield {
    width: 80%;
    padding-left: 2%;
    margin: 0px auto 0px auto;
  }

  #lan2011-temp table.infield tr {
    display: flex;
    flex-direction: column;
  }

  #lan2011-temp table.infield tr th {
    padding: 5px;
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    border-bottom: solid 1px #CCCCCC;
    color: #232323;
  }

  #lan2011-temp table.infield tr td {
    padding: 5px;
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
  }

  #lan2011-temp table.infield tr td p {
    text-align: center;
    border-left: none;
  }

}


/* __________________
  SP表示 css
----------------------- */

@media(max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  #pageTop {
    display: none;
    opacity: 0;
  }

  .layout-wm #alpha.ver_trunkroomfc {
    width: 100%;
    margin-right: -20px;
  }

  .goTop,
  #footerContent,
  .companyWaku,
  .headWbc {
    display: none;
  }

  #header .headWrap .headA h2 {
    width: 90%;
  }

  #content-inner {
    padding: 0;
  }

  .tel_btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 17.5%;
    width: 90%;
  }

  .to_contact_btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    width: 90%;
  }

  .organization_wrap {
    padding-bottom: 3px;
    margin-bottom: 2em;
    margin-top: 0.5em;
  }

  .acd-menu .acd-menu-head {
    padding: 0.7em 3.5em 0.7em 1.5em;
  }

  .acd-menu-body #sub_ul {
    padding: 0 2.5em 1.3em 3em;
  }

  .acd-menu-body #sub_ul .sub_item {
    font-size: 15px;
  }

  .acd-menu-head .acd-menu-item {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }

  .acd-menu-head .acd-menu-item span {
    font-size: 20px;
    padding-right: 8px;
    vertical-align: baseline;
  }

  .acd-menu .acd-menu-head::before,
  .acd-menu .acd-menu-head::after {
    width: 1.1em;
    top: 30%;
  }

  #contact {
    width: 100%;
    margin: 3em auto 0;
  }

  #contact .section-inner {
    width: 94%;
    margin: 0 auto;
    padding-top: 2.9em;
    padding-left: 0;
    padding-bottom: 4em;
  }

  #contact table.mailform {
    width: 94%;

  }

  #contact select.mfp {
    max-width: 96%;
  }

  #contact input.mfp {
    max-width: 85.5%;
  }

  #contact textarea.mfp {
    max-width: 90%;
  }

  #contact .must {
    margin-right: 4%;
  }

  #contact .must.right {
    margin-right: 45%;
  }

  #contact .mgl {
    margin-left: 10%;
  }

  #contact table.mailform tr {
    display: flex;
    flex-direction: column;
  }

  #contact table.mailform tr th {
    text-align: left;
    padding-bottom: 10px;
    width: 100%;
  }

  #contact table.mailform tr td {
    width: 100%;
    max-width: 500px;
    padding: 5px 0;
  }

  #contact .list_name {
    margin-left: 0;
    padding-left: 0;
  }

  #contact select.mfp,
  #contact input.mfp,
  #contact table.mailform tr td ul,
  #contact textarea.mfp {
    margin-left: 0;
  }

  .item_privacy_list .privacy_list_td .privacy-policy {
    width: 85%;
    margin: 1em 0 1em;
    height: 200px;
  }


  #confirmBody,
  #confirmWindow,
  #twex {
    display: block;
  }

  #lan2011-temp div#confirmBody {
    margin: 1em auto 0px auto;
    max-width: 380px;
    transform: translate(21%, 11%);
  }

  #lan2011-temp table.infield {
    width: 80%;
    padding-left: 2%;
    margin: 0px auto 0px auto;
  }

  #lan2011-temp table.infield tr {
    display: flex;
    flex-direction: column;
  }

  #lan2011-temp table.infield tr th {
    padding: 5px;
    width: 100%;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    border-bottom: solid 1px #CCCCCC;
    color: #232323;
  }

  #lan2011-temp table.infield tr td {
    padding: 5px;
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
  }

  #lan2011-temp table.infield tr td p {
    text-align: center;
    border-left: none;
  }

  #footer-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  #contact div#mfp_buttons ul {
    margin-left: 0;
  }

  #sp_bar_box {
    display: none;
  }
}

@media(max-width: 500px) {
  #contact table.mailform tr td {
    max-width: 400px;
  }
}

@media(max-width: 410px) {
  #contact table.mailform tr td {
    max-width: 350px;
  }
}

@media(max-width: 380px) {
  #contact table.mailform tr td {
    max-width: 350px;
  }
}

@media(max-width: 350px) {
  #contact table.mailform tr td {
    max-width: 300px;
  }
}



/*****
section items 
*****/
.section_ttl {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  color: #7eaa39;
  border-bottom: solid 3px #cccccc;
  position: relative;
}

.section_ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: inherit;
  border-bottom: 3px solid #7eaa39;
}

.section_ttl.orange {
  color: #e9824f;
}

.section_ttl.orange:before {
  border-bottom: 3px solid #e9824f;
}

.text {
  font-size: 18px;
  line-height: 1.6;
}

.fs16 {
  font-size: 16px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

#merit {
  background-color: #e8fcd0;
  padding: 2em 3em 3em;
  margin-bottom: 3em;
}

#merit .txt_wrap_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
  padding-right: 25px;
  border-radius: 4px;
}

#merit .num_item {
  width: 57px;
  height: 58px;
  font-size: 20px;
  padding: 0 1px;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #7eaa39;
  border-radius: 4px;
  margin-right: 10px;
}

#merit .num_item span {
  font-size: 12px;
}

#merit .info_item {
  width: 90%;
  display: inline-block;
}

#merit .info_item span {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #7eaa39;
  line-height: 1;
  background: -moz-linear-gradient(180deg, #fff 0%, #fff 70%, #fcee21 70%, #fcee21 100%);
  background: -webkit-linear-gradient(180deg, #fff 0%, #fff 70%, #fcee21 70%, #fcee21 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #fcee21 70%, #fcee21 100%);
}

@media(max-width: 640px) {
  .text {
    font-size: 15px;
  }

  .fs16 {
    font-size: 15px;
  }

  .section_ttl {
    font-size: 20px;
    margin-bottom: 1em;
  }

.section_ttl.orange{
   width:90%;
   margin:0 auto;
}

.haba{
   width:90%;
   margin:0 auto 15px;
}

  #merit {
    margin-top: 2em;
    padding: 2em 1em 3em;
  }

  #merit .txt_wrap_box {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  #merit .num_item {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-right: 0;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }

  #merit .num_item span {
    font-size: 20px;
  }

  #merit .info_item {
    margin: 1em auto 0.5em;
    width: 88%;
  }

  #merit .info_item span {
    font-size: 25px;
  }

  #merit .info_item span {
    vertical-align: sub;
  }
}

#comparison {
  margin-bottom: 3em;
}

#comparison .comparison_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#comparison .txt_box {
  width: 48.5%;
  border-radius: 7px;
}

#comparison .txt_box h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

#comparison .txt_box.ver_orange {
  border: solid 2.5px #f27019;
}

#comparison .txt_box.ver_orange h2 {
  background-color: #f27019;
}

#comparison .txt_box.ver_green {
  border: solid 2.5px #7eaa39;
}

#comparison .txt_box.ver_green h2 {
  background-color: #7eaa39;
}

#comparison .txt_box ul {
  width: 85%;
  margin: 0 auto;
}

#comparison .txt_box ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

#comparison .txt_box ul li:last-child {
  margin-bottom: 15px;
}

#comparison .txt_box ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #f27019;
  border-right: solid 2px #f27019;
  position: absolute;
  left: -8px;
  top: 10px;
  transform: rotate(45deg);
}

#comparison .txt_box.ver_green ul li::before {
  border-top: solid 2px #7eaa39;
  border-right: solid 2px #7eaa39;
}

@media(max-width: 850px) {
  #comparison .txt_box h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  #comparison .txt_box ul li {
    font-size: 15px;
  }

  #comparison .txt_box ul li::before {
    width: 5px;
    height: 5px;
    left: -6px;
    top: 9px;
  }
}

@media(max-width: 640px) {
  #comparison .comparison_wrap {
    flex-direction: column;
  }

  #comparison .txt_box {
    width: 99%;
  }

  #comparison .txt_box.ver_orange {
    margin-bottom: 1em;
  }
}

#flow {
  background-color: #ffe7d7;
  padding: 2em 3em 3em;
  margin-bottom: 3em;
}

#flow .section_ttl {
  color: #f27019;
  border-bottom: solid 3px #fff;
}

#flow .section_ttl:before {
  border-bottom: 3px solid #f27019;
}

#flow .flow_wrap_box {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#flow .flow_wrap_box li {
  width: 15%;
  text-align: center;
  position: relative;
  display: inline-block;
}

#flow .flow_wrap_box li::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #f27019;
  border-right: solid 2px #f27019;
  position: absolute;
  right: -22%;
  top: 6.5em;
  transform: rotate(45deg);
}

#flow .flow_wrap_box li:last-child:after {
  content: none;
}

#flow .flow_wrap_box li .step_num {
  color: #f27019;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: .75em;
}

#flow .flow_wrap_box li .txt_info {
  margin-top: .75em;
  margin-bottom: 0;
  font-size: 18px;
}

@media(max-width: 750px) {
  #flow .flow_wrap_box li {
    width: 17%;
  }

  #flow .flow_wrap_box li::after {
    width: 8px;
    height: 8px;
    right: -14%;
    top: 6.5em;
  }

  #flow .flow_wrap_box li .txt_info {
    font-size: 15px;
  }
}

@media(max-width: 640px) {
  #flow {
    padding: 2em 1em 3em;
  }

  #flow .flow_wrap_box {
    flex-direction: column;
    margin-top: 2em;
  }

  #flow .flow_wrap_box li {
    width: 100%;
    margin-bottom: 3.5em;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #flow .flow_wrap_box li:last-child {
    margin-bottom: 0;
  }

  #flow .flow_wrap_box li::after {
    width: 9px;
    height: 9px;
    right: 50%;
    top: auto;
    bottom: -1.8em;
    transform: rotate(135deg);
  }

  #flow .flow_wrap_box li .sp_txt_area {
    width: 33%;
  }

  #flow .flow_wrap_box li .step_num {
    margin-bottom: 0;
  }

  #flow .flow_wrap_box li .txt_info {
    margin-top: 0;
  }

  #flow .flow_wrap_box li img {
    width: 36%;
  }

}

#operation {
  background-color: #e8fcd0;
  padding: 2em 3em 3em;
  margin-bottom: 3em;
  position: relative;
}

#operation .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10%;
  width: 250px;
}

#operation .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
}

#operation .img_area {
  width: 42%;
}

#operation .txt_area {
  width: 52%;
}

#operation .txt_area .address {
  font-size: 16px;
  color: #fff;
  background-color: #f27019;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
}

#operation .txt_area .name {
  font-size: 30px;
  margin-bottom: 0.5em;
  font-weight: bold;
}

#operation .txt_area .info {
  font-size: 18px;
  line-height: 1.6;
}


@media(max-width: 1024px) {
  #operation .txt_area .name {
    font-size: 3.2vw;
  }
}

@media(max-width: 640px) {
  #operation {
    padding: 2em 1em 3em;
  }

  #operation .wrap_box {
    margin-bottom: 4em;
    flex-direction: column;
  }

  #operation .img_area {
    width: 100%;
    margin-bottom: 1em;
  }

  #operation .txt_area {
    width: 100%;
    margin-bottom: 2em;
  }

  #operation .txt_area .address {
    font-size: 15px;
    margin-bottom: 1em;
  }

  #operation .txt_area .name {
    font-size: 20px;
    margin-bottom: .75em;
  }

  #operation .txt_area .info {
    font-size: 15px;
  }

  #operation .btn {
    bottom: 8%;
  }
}

#guide_contact {
  background-color: #ffe7d7;
  padding: 0 0 0;
  margin-bottom: 3em;
  position: relative;
}

#guide_contact h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #f27019;
  text-align: center;
  padding: 10px;
}

#guide_contact .pc_view {
  position: absolute;
  bottom: -4px;
  width: 32%;
}

#guide_contact .sp_view {
  margin: 0 3% 0 33.5%;
  padding-bottom: 20px;
}

@media(max-width: 640px) {
  #guide_contact {}

  #guide_contact h2 {
    font-size: 20px;
  }

  #guide_contact .sp_view {
    margin: 1em auto 0;
    width: 90%;
    padding-bottom: 1em;
  }

  #guide_contact .sp_view p {
    margin-bottom: 1em;
  }

  #guide_contact .sp_view a img {
    margin-bottom: 0.5em;
  }

  #guide_contact .sp_view .wid_mid {
    width: 75%;
    margin: 0 auto;
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
}

.ank_linkbox ul {
  margin-left: 0;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-evenly;
}

.ank_linkbox ul li {
  position: relative;
  display: inline-block;
}

.ank_linkbox ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #7eaa39;
  border-right: solid 2px #7eaa39;
  position: absolute;
  right: -17px;
  top: 6px;
  transform: rotate(135deg);
}

.ank_linkbox a:link,
.ank_linkbox a:visited {
  text-decoration: underline !important;
}

.ank_linkbox a {
  color: #7eaa39;
}


@media(max-width: 640px) {

  .ank_linkbox ul {
    display: none;
  }
}


#introduction {
  background-color: #ffe7d7;
  padding: 2em 3em 2em;
  margin-bottom: 2em;
}

#introduction .section_ttl {
  color: #f27019;
  color: #333333;
  font-size: 20px;
  margin-bottom: .5em;
  border-bottom: solid 3px #fff;
}

#introduction .section_ttl:before {
  border-bottom: 3px solid #f27019;
}

#introduction .sub_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#introduction .sub_ttl span {
  display: inline;
  line-height: 1;
  background: -moz-linear-gradient(180deg, #ffe7d7 0%, #ffe7d7 60%, #fcee21 60%, #fcee21 90%, #ffe7d7 90%, #ffe7d7 100%);
  background: -webkit-linear-gradient(180deg, #ffe7d7 0%, #ffe7d7 60%, #fcee21 60%, #fcee21 90%, #ffe7d7 90%, #ffe7d7 100%);
  background: linear-gradient(180deg, #ffe7d7 0%, #ffe7d7 60%, #fcee21 60%, #fcee21 90%, #ffe7d7 90%, #ffe7d7 100%);
}

#introduction .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

#introduction .img_area {
  width: 48%;
}

#introduction .img_area .info {
  margin-top: 5px;
  color: #999999;
}

#introduction .txt_area {
  width: 48%;
}

#introduction .txt_area .txt_data {
  font-size: 18px;
  border-top: solid 2px #fff;
  padding: 0.75em 0;
  margin-bottom: 0;
}

#introduction .txt_area .txt_data span {
  font-size: 20px;
  color: #f27019;
  font-weight: bold;
  text-align: justify;
  text-align-last: justify;
  width: 110px;
  display: inline-block;
  margin-right: 25px;
}

#introduction .txt_area .txt_data.last {
  border-bottom: solid 2px #fff;
  margin-bottom: 1.2em;
}

#introduction .txt_area .txt_data2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: .3em;
  letter-spacing: 3px;
}

#introduction .txt_area .txt_data2 span {
  font-size: 48px;
  color: #f27019;
}

#introduction .txt_area .txt_data2 .txt_tax {
  font-size: 25px;
  color: #333333;
  text-align: center;
}

#introduction .txt_area .txt_data2 .txt_tax .tax_little {
  font-size: 17px;
  color: #333333;
}

#introduction .txt_area .text {
  margin-bottom: 0.5em;
}

#introduction .txt_area .text.text_dz {
  font-weight: bold;
  color: #fff;
  background-color: #f27019;
  padding: 5px 10px;
}

#introduction .txt_area a {
  width: 250px;
  display: block;
}

#introduction.ver_202404 {
  padding: 0 0 2em;
}

#introduction.ver_202404 .big_sec_ttl {
  font-size: 45px;
  background-color: #f27019;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
}

#introduction.ver_202404 .box_ver_202404 {
  padding: 0 3em 0;
}

#introduction.ver_202404 .wrap_box2 {
  display: flex;
  margin-top: 2em;
  justify-content: space-between;
  align-items: center;
}

#introduction.ver_202404 .wrap_box2 .txt_area {
  width: 48%;
}

#introduction.ver_202404 .wrap_box2 .txt_area .section_ttl {
  font-size: 20px;
  border-bottom: none;
}

#introduction.ver_202404 .wrap_box2 .txt_area .section_ttl::before {
  border-bottom: none;
}

#introduction.ver_202404 .wrap_box2 .txt_area .section_ttl span {
  color: #333333;
}

#introduction.ver_202404 .wrap_box2 .txt_area .txt_data {
  font-size: 16px;
  display: flex;
  align-items: center;
}

#introduction.ver_202404 .wrap_box2 .txt_area .txt_data span {
  width: 100px;
}

#introduction.ver_202404 .wrap_box2 .txt_area .txt_data .two_line {
  font-size: 16px;
  width: auto;
  color: #333333;
  font-weight: normal;
  text-align: left;
  text-align-last: auto;
  margin-right: 0;
}

#introduction.ver_202404 .wrap_box2 .txt_area .txt_data.first {
  border-top: solid 3px #fff;
  position: relative;
}

#introduction.ver_202404 .wrap_box2 .txt_area .txt_data.first::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 100px;
  height: inherit;
  border-top: 3px solid #f27019;
}

@media(max-width: 767px) {
  #introduction .sub_ttl {
    font-size: 20px;
  }

  #introduction .txt_area .txt_data {
    font-size: 15px;
    padding: 13px 0;
  }

  #introduction.ver_202404 .wrap_box2 {
    flex-direction: column;
    margin-top: 1em;
  }

  #introduction.ver_202404 .wrap_box2 .txt_area {
    width: 100%;
    margin-top: 2em;
  }
}

@media(max-width: 640px) {
  #introduction {
    padding: 2em 1em 3em;
    margin-bottom: 2em;
  }

  #introduction .wrap_box {
    flex-direction: column;
  }

  #introduction .img_area {
    width: 100%;
    margin-bottom: 1em;
  }

  #introduction .txt_area {
    width: 100%;
  }

  #introduction .txt_area a {
    width: 240px;
    margin: 1.5em auto 0;
  }

  #introduction.ver_202404 .box_ver_202404 {
    padding: 0 1em 0;
  }

  #introduction.ver_202404 .big_sec_ttl {
    font-size: 27px;
    margin-bottom: 1em;
  }

  #introduction.ver_202404 .wrap_box2 .txt_area .section_ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #introduction.ver_202404 .wrap_box2 .txt_area .txt_data,
  #introduction.ver_202404 .wrap_box2 .txt_area .txt_data span,
  #introduction.ver_202404 .wrap_box2 .txt_area .txt_data .two_line {
    font-size: 15px;
  }

  #introduction .section_ttl {
    font-size: 17px;
  }

  #introduction .txt_area .txt_data2 {
    font-size: 23px;
    margin-bottom: .8em;
  }

  #introduction .txt_area .txt_data2 span {
    font-size: 37px;
  }

  #introduction .txt_area .txt_data2 .txt_tax {
    font-size: 17px;
  }

  #introduction .txt_area .txt_data2 .txt_tax .tax_little {
    font-size: 13px;
  }

  #introduction .txt_area .text.text_dz {
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
  }
}

#product01,
#product02,
#product03 {}

#product01 .entry-content,
#product02 .entry-content,
#product03 .entry-content {
  text-align: left;
  max-width: 900px;
  margin: auto;
  padding: 3em;
}

@media(max-width: 767px) {}

/* NEW MAILFORMPRO STYLE ADD START */
#container {
  overflow: hidden;
}
#contact #mailformpro {
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: auto;
  border: none;
}

#contact #mailformpro .must {
  border: none;
  text-shadow: none;
  box-shadow: none;
}

#contact input.mfp {
  box-shadow: none;
  border-radius: 0;
  max-width: none;
  width: calc(100% - 40px) !important;
}

#contact textarea.mfp {
  box-shadow: none;
  border-radius: 0;
  max-width: none;
  width: calc(100% - 30px) !important;
}
#contact select.mfp {
  box-shadow: none;
  border-radius: 0;
  border-color: #333;
  color: #333;
  max-width: none;
  width: 100%;
}

#contact #mailformpro .select_arrow {
  background-color: transparent;
}
#contact #mailformpro .select_arrow::after {
  content: none;
}

#contact #mailformpro .selectbox-wrap{
  overflow: hidden;
  width: 100%;
  margin-left: 5%;
  text-align: center;
}
@media(max-width: 640px) {
  #contact #mailformpro .selectbox-wrap {
    margin-left: 0;
  }
}
#contact #mailformpro .selectbox-wrap select {
  color: #333;
  width: 100%;
  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;
  background-color: transparent;
  margin: 0;
}
#contact #mailformpro .selectbox-wrap select::-ms-expand {
  display: none;
}
#contact #mailformpro .selectbox-wrap {
  position: relative;
  border: 1.5px solid #333;
}
#contact #mailformpro .selectbox-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0;
  background-image: url(../img/trunkroomfc/form_arrow_ud.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2% 0;
}

#contact #mailformpro label {
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

#contact #mailformpro .input-zip {
  width: auto!important;
  max-width: 7.5rem;
}

#contact #mailformpro .btn {
  width: 180px;
  height: 50px;
  background: none;
  text-shadow: none;
  background-color: #f27019;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: none;
}
#contact #mailformpro .btn.btn_reset {
}
#contact #mailformpro .btn.btn_submit {
  background-color: #82B522;
}

#contact #mailformpro table.mailform {
  width: 100%;
}
#contact #mailformpro tr {
  background-color: transparent;
}
/* NEW MAILFORMPRO STYLE ADD END */