@charset "UTF-8";
/*
Theme Name:NEXTAGE child HOKENNOIE（NEXTAGE最終更新反映2023年12月18日）
Theme URI:
Description:WordPressテーマ「NEXTAGE」
Author:Design Plus
Template: nextage_tcd021
Author URI:http://design-plus1.com/tcd-w/
Version:4.2.2
*/
/* image */
.post img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.post img.centered,
div.centered {
  display: block;
  margin: 15px auto;
}

.post img.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto;
}

.post img.alignright,
div.alignright {
  margin: 10px 0px 10px 10px;
  display: inline;
}

.post img.alignleft,
div.alignleft {
  margin: 10px 10px 10px 0px;
  display: inline;
}

.post .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.post .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}

.page img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.page img.centered,
div.centered {
  display: block;
  margin: 15px auto;
}

.page img.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto;
}

.page img.alignright,
div.alignright {
  margin: 10px 0px 10px 10px;
  display: inline;
}

.page img.alignleft,
div.alignleft {
  margin: 10px 10px 10px 0px;
  display: inline;
}

.page .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}

/* table */
.post table {
  margin: 0 0 24px 0;
  border: 1px solid #ccc;
}

.post td,
.post th {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
}

.post th {
  background: #f2f2f2;
  font-weight: normal;
}

.page table {
  margin: 0 0 24px 0;
  border: 1px solid #ccc;
}

.page td,
.page th {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
}

.page th {
  background: #f2f2f2;
  font-weight: normal;
}

.post h3 {
  position: relative;
  padding: 0.75em 1em 0.75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #0B3498;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
  color: #000;
}

.post h3::after {
  position: absolute;
  top: 1em;
  left: 0.6em;
  z-index: 2;
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #0B3498;
  border-radius: 100%;
}

.page h3 {
  position: relative;
  padding: 0.75em 1em 0.75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #0B3498;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgb(255, 255, 255) inset;
  color: #000;
}

.page h3::after {
  position: absolute;
  top: 1em;
  left: 0.6em;
  z-index: 2;
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #0B3498;
  border-radius: 100%;
}

.page h4 {
  position: relative;
  padding: 9px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  border: 1px solid #cccccc;
  border-left: 5px solid #0B3498;
  color: #000;
}

.post h4 {
  position: relative;
  padding: 9px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 18px;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  border: 1px solid #cccccc;
  border-left: 5px solid #0B3498;
  color: #000;
}

span.wpcf7-list-item {
  display: block;
}

.page h3.tel_title {
  background: #E4182F;
  border-radius: 5px;
  padding: 8px 5px 10px;
  text-align: center;
  margin: 0 0 12px;
  border: none;
}

.page h3.tel_title img {
  height: 24px;
  vertical-align: middle;
}

.page p.tel_number {
  text-align: center;
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .page p.tel_number {
    font-size: 24px;
  }
}
.page p.acceptance_time {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .page p.acceptance_time {
    font-size: 14px;
  }
}
.shop_message {
  border-radius: 10px;
  border: 4px solid #E4182F;
  padding: 8px;
  text-align: center;
  color: #E4182F;
  font-weight: bold;
}

.shop_message.left {
  width: 48%;
  float: left;
}

.shop_message.right {
  width: 48%;
  float: right;
}

.shop_message.right_padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.reserve_calender_message .circle {
  color: #03A6EA;
}

.reserve_calender_message .triangle {
  color: orange;
}

h4.access_small_title {
  color: #E4182F;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  border: 2px solid #E4182F;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 16px;
}

ol.access_patern {
  margin-left: 0;
  padding-left: 24px;
}

ol.access_patern li {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.page .shop_info_icons {
  padding-left: 0;
  margin-left: 0;
}

.page .shop_info_icons li {
  list-style: none;
  display: inline-block;
  padding-right: 14px;
}

.page .shop_info_icons li img {
  width: 42px;
  margin-right: 8px;
}

.page .shop_info_icons li:last-child {
  padding-right: 0;
}

.bottom_reserve_button_box .bottom_reserve_button {
  margin-top: -23px;
  display: inline-block;
}

.access_title_box {
  width: 100%;
}

.gmap_box {
  width: 45%;
  float: right;
  padding-left: 16px;
  padding-bottom: 16px;
}

.gmap_box iframe {
  width: 100%;
}

#calendar .circle {
  color: #03A6EA;
}

#calendar .triangle {
  color: orange;
}

#calendar img {
  vertical-align: baseline;
}

#calendar #hokencal {
  width: 100%;
  height: 1165px;
}

@media screen and (max-width: 767px) {
  #calendar #hokencal {
    height: auto;
  }
}
ol.cjk_ideographic {
  list-style-type: cjk-ideographic;
}

ol.decimal {
  list-style-type: decimal;
}

/*********************************
recruit
**********************************/
h2.border_bottom {
  border-bottom: 4px solid #E41F2E;
  padding-bottom: 10px;
}

.recruit_message_box p {
  text-align: center;
  font-weight: bold;
}

.dl_item dt {
  background: #E41F2E;
  padding: 8px 16px;
  border-radius: 500px;
  color: white;
  display: inline-block;
  line-height: 1.2;
}

.pagelink_box {
  border: #E41F2E solid 1px;
  padding: 16px;
  text-align: center;
}

.pagelink_box ul {
  margin: 0;
}

.pagelink_box ul li {
  display: inline-block;
  background-image: url(https://insurancehome.tw/wp-content/uploads/2018/08/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 0 48%;
  background-size: 14px 14px;
  padding-left: 20px;
  margin-right: 24px;
}

.pagelink_box ul li:last-child {
  margin-right: 0;
}

a.reversal_link {
  color: #E41F2E;
  text-decoration: underline;
}

a.reversal_link:visited {
  color: #E41F2E;
}

a.reversal_link:hover {
  text-decoration: none;
}

.headline2 {
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  margin: 0;
  border-top: solid 5px #f00;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-image: url(images/headline_bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-weight: bold;
}

#page-title {
  font-weight: bold;
}

#page-title h1 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 20px 0 0;
}

.fixed_banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  max-width: 100%;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .fixed_banner {
    bottom: 0;
    right: 0;
  }
}
.fixed_banner img {
  max-width: 100%;
  height: auto;
}
.fixed_banner .pc_banner {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .fixed_banner .pc_banner {
    display: none;
  }
}
.fixed_banner .sp_banner {
  display: none;
}
@media screen and (max-width: 480px) {
  .fixed_banner .sp_banner {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #copyright {
    padding-bottom: 50px;
  }
}

#header a.menu_button span.menu_name {
  position: relative;
  left: -16px;
}