@charset "UTF-8";

/* ===============================================
#タイトル
=============================================== */
.title_l {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.title_m {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
}

.title_s {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.ff_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.title_bg_dot {
  font-weight: normal;
  background: url(../img/bg_title_dot.png) repeat;
  padding: 14px 20px;
}

.box_under_shadow {
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
}

.img_boxshadow {
  /* -webkit-box-shadow: 10px 10px 0px 0 rgba(164, 0, 0, 0.2);
  box-shadow: 10px 10px 0px 0 rgba(164, 0, 0, 0.2); */
  -webkit-box-shadow: 10px 10px 0px 0 #e3d2bc;
  box-shadow: 10px 10px 0px 0 #e3d2bc;
  vertical-align: top;
}

.under_line {
  position: relative;
  z-index: 1;
}

.under_line::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #f2eae5;
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title_line_leftright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DF541A;
  /* cmyk(0,80,95,0) */
}

.title_line_leftright:before,
.title_line_leftright:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #DF541A;
}

.title_line_leftright:before {
  margin-right: 3rem;
}

.title_line_leftright:after {
  margin-left: 3rem;
}

.title_line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DF541A;
}

.title_line_right:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #DF541A;
}

.title_line_right:after {
  margin-left: 3rem;
}

.title_line_bottom {
  border-bottom: 1px solid;
  border-color: #DF541A;
  padding-bottom: 8px;
}

.line_white {
  border-color: #fff;
}

.underpage_title {
  text-align: center;
  color: #DF541A;
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fff6f6));
  background: linear-gradient(to bottom, white 0%, #fff6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff6f6', GradientType=0);
  /* IE6-9 */
  border-bottom: 4px solid;
  border-bottom-color: #DF541A;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title_second_l {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.title_second_l .span_line {
  position: relative;
  display: inline-block;
}

.title_second_l .span_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #DF541A;
  position: absolute;
  top: -20px;
}

.title_line_left {
  position: relative;
  padding-left: 24px;
}

.title_line_left::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #DF541A;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ===============================================
#背景
=============================================== */
.bg_beige {
  background-color: #f2e5ce;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #eee;
}

/* ===============================================
#ボタン
=============================================== */
.btn {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: auto;
  line-height: 1;
  display: block;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input.btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

a.btn_bg_white {
  color: #DF541A;
  background-color: #fff;
}

.btn a,
.btn button {
  display: block;
  color: #333333;
  position: relative;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 200px;
}

.btn_gray a,
.btn_gray button {
  color: #fff;
  background-color: #646464;
}

.btn_gray a:hover,
.btn_gray button:hover {
  color: #fff;
  background-color: #9a9a9a;
}

header .btn,
footer .btn {
  font-size: 20px;
  font-size: 2.1rem;
}

input.btn_gray {
  color: #fff;
  background-color: #646464;
  border: 1px solid #fff;
}

input.btn_gray:hover {
  color: #646464;
  border: 1px solid #646464;
  background-color: #fff;
}

.btn_primary a,
.btn_primary {
  color: #fff;
  border: 1px solid #DF541A;
  background-color: #DF541A;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_primary a:hover,
.btn_primary:hover {
  color: #DF541A;
  background-color: #fff;
}

.btn_primary:hover .arw_right::before,
.btn_primary:hover .arw_right:after {
  background: #DF541A;
}

.side_info .btn_primary {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.arw_right {
  position: relative;
}

.arw_right::before,
.arw_right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #fff;
}

.arw_right::before {
  width: 35px;
  -webkit-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

.arw_right::after {
  width: 8px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translate(45px, 0px) rotate(25deg);
  transform: translate(45px, 0px) rotate(25deg);
}

.btn_primary {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_primary input,
input.btn_primary {
  color: #fff;
  background-color: #DF541A;
  font-weight: bold;
  margin: auto;
  padding: 15px;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_primary input:hover {
  background-color: #dd0303;
}

input.btn_primary:hover {
  color: #fff;
  background-color: #dd0303;
}

.btn_primary .arw_right {
  margin-left: -20px;
}

.btn_white {
  color: #DF541A;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_white a {
  color: #DF541A;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

.btn_white a .arw_right::before,
.btn_white a .arw_right:after {
  background: #DF541A;
}

.btn_white a:hover,
.btn_white:hover {
  color: #fff;
  background-color: #DF541A;
}

.btn_white a:hover .arw_right::before,
.btn_white a:hover .arw_right:after {
  background: #fff;
}

.btn_more {
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
  font-weight: bold;
  position: relative;
  padding: 5px 15px 5px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #DF541A;
  border: 1px solid #DF541A;
}

.btn_more::before,
.btn_more:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  height: 1px;
  background: #fff;
}

.btn_more::before {
  width: 9px;
}

.btn_more::after {
  width: 4px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.btn_more:hover {
  color: #DF541A;
  background-color: #fff;
}

.btn_more:hover::before,
.btn_more:hover:after {
  background: #DF541A;
}

.link_more {
  font-size: 16px;
  font-size: 1.6rem;
}

.link_more a {
  text-decoration: underline;
}

.btn_kei_red {
  width: 100%;
}

.btn_kei_red a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #DF541A;
  border: 1px solid;
  border-color: #DF541A;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 3px;
  padding: 5px 3px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_kei_red a:hover {
  color: #fff;
  background: #DF541A;
}

.contents_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_banner p {
  width: 100%;
  border: 1px solid;
  border-color: #DF541A;
  margin-bottom: 20px;
  padding: 5px;
}

.contents_banner p a {
  display: block;
  padding: 15px 8px;
  position: relative;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contents_banner p a::after {
  color: #DF541A;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.contents_banner p a:hover {
  color: #fff;
  background-color: #DF541A;
}

.contents_banner p a:hover::after {
  color: #fff;
}

.underline {
  text-decoration: underline;
}

.list_inline {
  list-style: none;
}

.list_inline li {
  display: inline;
  vertical-align: top;
}

/* ===============================================
#フォーム関連
=============================================== */
/* ===============================================
#パンくず
=============================================== */
#breadcrumbs {
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
  margin: auto;
  padding: 0 0 20px;
}

#breadcrumbs li {
  list-style: none;
  display: inline;
  margin-left: 5px;
}

#breadcrumbs li:after {
  content: ">";
  margin-left: 5px;
}

#breadcrumbs li:last-child:after {
  content: "";
}

#breadcrumbs li a {
  color: #000;
  text-decoration: none;
}

/* ===============================================
#テキスト
=============================================== */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_bold {
  font-weight: bold;
}

.lead_sentence {
  font-size: 11px;
  font-size: 1.1rem;
}

.caution {
  font-size: 12px;
  font-size: 1.2rem;
  color: #DF541A;
}

.txt_keycolor {
  color: #DF541A;
}

.txt_s {
  font-size: 10px;
  font-size: 1.0rem;
}

.txt_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.icon {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  margin: auto;
  text-align: center;
  line-height: 1;
  display: inline;
  position: relative;
  padding: 8px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.icon_orange {
  color: #fff;
  background-color: #DF541A;
}

.inline_block {
  line-height: 2;
}

.inline_block a {
  display: inline-block;
  padding-right: 1.5rem;
}

/* ===============================================
#表組み
=============================================== */
.table_basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e3d2bc;
}

.table_basic th {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  background-color: #f2eae5;
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid #e3d2bc;
  vertical-align: top;
}

.table_basic td {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 10px;
  border-bottom: 1px solid #e3d2bc;
}

.table_basic td plast-child {
  margin-bottom: 0;
}

/* ===============================================
#フォーム
=============================================== */
#keyword {
  position: relative;
  /*フォームの相対位置*/
  max-width: 100%;
  /*フォームのサイズ*/
  width: 100%;
  margin-bottom: 15px;
  /*フォームの下に余白*/
}

/*検索ボックス*/
#sbox {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  outline: 0;
  background: #fff;
  border: 1px solid #2c2c2c;
}

#sbtn {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #DF541A;
  color: #fff;
  border: 1px solid #2c2c2c;
  border-radius: 0 25px 25px 0;
}

#sbtn .fa-search {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}

#sbtn:hover {
  color: #888;
}

/* ===============================================
#マージン，パディング
=============================================== */
.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgn0 {
  margin: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pad0 {
  padding: 0 !important;
}

.valignTop {
  vertical-align: top;
}

.pagination {
  padding: 20px 0;
  font-size: 11px;
  line-height: 13px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination span,
.pagination a {
  display: block;
  margin: 0 8px 8px 0;
  padding: 10px 12px;
  text-decoration: none;
  width: auto;
  color: #000;
  background: #eeeeee;
  line-height: 1;
}

.pagination a:hover {
  color: #fff;
  background: #DF541A;
}

.pagination .current {
  padding: 10px 12px;
  background: #DF541A;
  color: #fff;
}

.flex_column_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_column_2 .box {
  width: 100%;
  margin-bottom: 40px;
}

.flex_column_2 .box:last-child {
  margin-bottom: 0;
}

.flex_column_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_column_3 .box {
  width: 100%;
  margin-bottom: 20px;
}

.flex_column_3 .box:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .flex_column_3 .box {
    width: 30%;
    margin-bottom: 0;
  }
}

.flex_column_3.img_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_column_3.img_center .box:first-child {
  margin-right: 20px;
}

.flex_txt_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_txt_img .txt {
  width: 100%;
  margin-bottom: 20px;
}

.flex_txt_img .img_box {
  width: 95%;
  margin-bottom: 40px;
}

.reverse .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.reverse .img_box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}

.voice_faq .flex_column_2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.width_50 {
  width: 100%;
  margin: auto;
}

.red_panel {
  background-color: #DF541A;
  color: #fff;
  padding: 20px;
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.staff_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff_ph .img_box {
  width: 95%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .staff_ph .img_box {
    max-width: 210px;
  }
}

.ancher_link,
.mw_wp_form {
  margin-top: -180px;
  padding-top: 180px;
}

@media screen and (min-width: 768px) {

  /* ===============================================
#タイトル
=============================================== */
  .title_l {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .title_m {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .title_s {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .title_l_second {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title_l_second::after {
    width: 80px;
  }

  .underpage_title {
    text-align: center;
    color: #DF541A;
    background: white;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fff6f6));
    background: linear-gradient(to bottom, white 0%, #fff6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff6f6', GradientType=0);
    /* IE6-9 */
    border-bottom: 4px solid;
    border-bottom-color: #DF541A;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* ===============================================
  #ボタン
  =============================================== */
  .btn_more {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 25px 5px 10px;
  }

  .btn_more::before,
  .btn_more:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 1px;
    background: #fff;
  }

  .btn_more::before {
    width: 13px;
  }

  .btn_more::after {
    width: 6px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  .btn_more:hover {
    color: #DF541A;
    background-color: #fff;
  }

  .btn_more:hover::before,
  .btn_more:hover:after {
    background: #DF541A;
  }

  .img_boxshadow {
    vertical-align: top;
  }

  .contents_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contents_banner p {
    width: 45%;
    border: 1px solid;
    border-color: #DF541A;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .contents_banner p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .contents_banner p a {
    display: block;
    padding: 15px 8px;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .contents_banner p a::after {
    color: #DF541A;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
  }

  .contents_banner p a:hover {
    color: #fff;
    background-color: #DF541A;
  }

  .contents_banner p a:hover::after {
    color: #fff;
  }

  /* ===============================================
	#パンくず
	=============================================== */
  #breadcrumbs {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: auto;
    padding: 0 0 40px;
  }

  #breadcrumbs li {
    list-style: none;
    display: inline;
    margin-left: 5px;
  }

  #breadcrumbs li:after {
    content: ">";
    margin-left: 5px;
  }

  #breadcrumbs li:last-child:after {
    content: "";
  }

  #breadcrumbs li a {
    color: #000;
    text-decoration: none;
  }

  /* ===============================================
  #表組み
  =============================================== */
  .table_basic {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e3d2bc;
  }

  .table_basic th {
    display: table-cell;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    width: 20%;
    background-color: #f2eae5;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid #e3d2bc;
    vertical-align: top;
  }

  .table_basic td {
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
    width: 80%;
    padding: 15px 10px;
    border-bottom: 1px solid #e3d2bc;
  }

  .table_basic td plast-child {
    margin-bottom: 0;
  }

  /* ===============================================
  #テキスト
  =============================================== */
  .txt_s {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .txt_m {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .lead_sentence {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .under_line {
    position: relative;
    z-index: 1;
  }

  .under_line::after {
    content: "";
    width: 100%;
    height: 14px;
    background-color: #f2eae5;
    z-index: -1;
    position: absolute;
    bottom: -4px;
    left: 0;
  }

  .page-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .flex_column_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex_column_2 .box {
    width: 47.5%;
    margin-bottom: 0;
  }

  .flex_txt_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex_txt_img .txt {
    width: 65%;
    margin-bottom: 0;
  }

  .flex_txt_img .img_box {
    width: 30%;
    margin-bottom: 0;
  }

  .voice_faq .flex_column_2 {
    width: 100%;
  }

  .width_50 {
    width: 50%;
  }
}