/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
/*gridのgutter調整*/
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
/*----*/
body {
  color: #444444;
  border-top: 3px solid #CAB439;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}
h3.top_news {
  font-family: "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
  font-size: 26px;
  line-height: 40px;
  border-bottom: 1px solid #333333;
}
h4.member_h4 {
  font-size: 18px;
  padding: 8px;
  border-bottom: 2px solid #EEE;
  margin-bottom: 10px;
}
.contents img {
  max-width: 100%;
  height: auto !important;
}
a {
  color: #444;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 980px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.top_main_wrapper {
  background: #fff;
  background: -moz-linear-gradient(-90deg, #fafafa 0%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, #fafafa 0%, #fff 100%);
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}
.inner {
  position: relative;
  max-width: 950px;
  margin: auto;
  overflow: hidden;
}
.top_main {
  padding-top: 2em;
  margin-bottom: 3em;
}
.main {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*header*/
.header .header_logo {
  max-width: 94%;
  margin: 0.3em 3%;
  display: block;
}
.header .header_contact {
  width: 94%;
  max-width: 400px;
  margin: 0.5em 3%;
  float: right;
  display: block;
}
.header_nav {
  background: #F8F5E4;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  display: none;
}
.header_nav .header_nav_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #DEDCCE;
  min-height: 50px;
}
.header_nav .header_nav_ul li {
  float: left;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #DEDCCE;
  border-bottom: 1px solid #DEDCCE;
  font-size: 14px;
  position: relative;
}
.header_nav .header_nav_ul li:hover {
  background: #E2D7B6;
}
.header_nav .header_nav_ul li a {
  color: #666666;
  display: block;
  text-decoration: none;
}
.header_nav .header_nav_ul li span.menu_btn {
  color: #666666;
  display: block;
  cursor: pointer;
}
.header_nav .header_nav_ul li ul.header_sub_nav {
  list-style: none;
  width: 100%;
  z-index: 1001;
  background: #FFF;
}
.header_nav .header_nav_ul li ul.header_sub_nav li {
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .header_nav .header_nav_ul li {
    width: 25%;
  }
  .header_nav .header_nav_ul li ul.header_sub_nav {
    position: absolute;
    width: 250px;
  }
}
@media (min-width: 980px) {
  .header_nav .header_nav_ul li {
    width: 12.5%;
    border-bottom: none;
  }
  .header_nav .header_nav_ul li ul.header_sub_nav {
    position: absolute;
    width: 250px;
  }
}
@media (min-width: 600px) {
  .header_nav {
    display: block;
  }
}
.header_sp_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 600px) {
  .header_sp_menu_btn {
    display: none;
  }
}
/*mainv*/
.mainv_wrapper {
  background: url(../images/mainv/mainv_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.mainv_wrapper .inner .mainv {
  width: 100%;
  display: block;
  margin: auto;
}
.mainv_wrapper .mainv_frame {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  background: url(../images/mainv/mainv_frame.png) bottom center no-repeat;
}
.top_news_wrapper {
  background: #F7F6E3;
}
.top_news_wrapper .news_wrapper {
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #EEE;
}
.top_news_wrapper .news_wrapper .news_title {
  background: #533C34;
  /*
			background: #cdb046;
			background: -moz-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
			background: -webkit-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
			background: linear-gradient(180deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
			*/
  text-align: center;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}
.top_news_wrapper .news_wrapper .news_btn_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}
.top_news_wrapper .news_wrapper .news_btn_prev,
.top_news_wrapper .news_wrapper .news_btn_next {
  background: #B3A777;
  line-height: 30px;
  text-align: center;
  width: 2.5em;
  color: #FFF;
  padding: 0;
}
.top_news_wrapper .news_wrapper .news_btn_prev:hover,
.top_news_wrapper .news_wrapper .news_btn_next:hover {
  cursor: pointer;
  background: #533C34;
}
.top_news_wrapper .news_wrapper .news_box {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: #FFF;
}
.top_news_wrapper .news_wrapper ul.news_ticker {
  border-left: none;
  height: 30px;
  padding: 0px;
  position: relative;
}
.top_news_wrapper .news_wrapper ul.news_ticker li {
  padding-left: 0;
  margin-left: 0px;
}
/*
.top_news_ul{
	list-style: none;
	margin:0;
	padding:0;
	height:119px;
	overflow-x:hidden;
	overflow-y:scroll;


	li{
		padding:5px;
		border-bottom:1px dotted #888888;
	}
}
*/
.top_menu_box {
  background: #F7F6E3;
  padding: 0.8em 0.5em;
  margin-bottom: 1.5em;
}
.top_menu_box h3 {
  margin-bottom: 0.5em;
}
.top_menu_box p {
  margin-top: 0;
}
.top_menu_box .top_menu_btn {
  color: #FFF;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
  background: #cdb046;
  background: -moz-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  background: -webkit-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  background: linear-gradient(180deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  margin-top: 0.8em;
}
@media (min-width: 980px) {
  .top_menu_box {
    padding: 1em;
  }
}
.social_wrapper {
  text-align: center;
}
.social_wrapper .social_title_wrapper {
  font-size: 20px;
  line-height: 35px;
  color: #5E452E;
}
.social_wrapper .social_btn_wrapper .fa-facebook-square {
  color: #3b5998;
  font-size: 40px;
}
.social_wrapper .social_btn_wrapper .fa-twitter-square {
  color: #55acee;
  font-size: 40px;
  padding-left: 0.2em;
}
.top_banner_wrapper {
  background: #E2D7B6;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
/*footer*/
.footer {
  border-top: 3px solid #533C34;
  border-bottom: 1px solid #CCC;
}
.footer .footer_backtotop {
  background: #533C34;
  text-align: center;
  line-height: 1.8em;
  color: #FFF;
}
@media (min-width: 980px) {
  .footer .footer_backtotop {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.footer .footer_upper {
  position: relative;
  padding: 20px 0;
}
.footer .footer_upper .footer_logo {
  display: block;
  margin: auto;
}
.footer .footer_upper .footer_tel {
  display: block;
  margin: auto;
}
@media (min-width: 980px) {
  .footer .footer_upper .footer_logo {
    float: right;
  }
  .footer .footer_upper .footer_tel {
    float: left;
  }
}
.footer .footer_nav {
  padding: 5px 0;
  text-align: center;
}
.footer_copyright {
  padding: 5px 0;
  text-align: center;
  border-bottom: 3px solid #533C34;
}
/*sidebar*/
#sidebar h3 {
  font-size: 16px;
  background: #595959;
  padding: 0.5em 0.8em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #FFF;
}
ul.sidebar_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.sidebar_menu li {
  padding: 5px 0;
  border-bottom: 1px dotted #BBBBBB;
}
ul.sidebar_menu li a {
  color: #444444;
  display: block;
}
/*page*/
.page_eyecatch_wrapper {
  background: url(../images/page/common/eyecatch_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.page_eyecatch_wrapper h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  display: block;
  text-align: right;
  margin-top: 3em;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
}
.page_wrapper {
  background: #fff;
  background: -moz-linear-gradient(-90deg, #fafafa 0%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, #fafafa 0%, #fff 100%);
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}
.page_wrapper .contents h3 {
  font-size: 16px;
  background: #595959;
  padding: 0.5em 0.8em;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #FFF;
}
.page_wrapper .contents h3 a:hover {
  color: #FFF;
  text-decoration: none;
}
.page_wrapper .contents h3 a {
  color: #FFF;
}
.page_wrapper .contents h4 {
  font-size: 16px;
  background: url(../images/page/common/h4_bg.png) no-repeat;
  background-position: left bottom;
  padding-left: 0.2em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #C2C2C2;
  margin: 1em 0 0.5em;
}
.page_wrapper .contents h5 {
  font-weight: bold;
}
.page_wrapper .contents h6 {
  font-size: 14px;
  font-weight: bold;
}
.page_wrapper .contents ul {
  padding-left: 20px;
  list-style-position: outside;
  margin-bottom: 1.3em;
}
.img_center {
  margin: auto;
  display: block;
}
.img_right {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media (min-width: 600px) {
  .case_box {
    margin-left: 4.16666667%;
  }
}
.btn_contact {
  padding: 2em;
  margin: 2em 0 1.5em;
  background-color: #ccc;
  border-color: #bbb;
}
.st {
  font-weight: bold;
}
/*page_implant*/
.tbl_implant {
  width: 100%;
  border-collapse: collapse;
}
.tbl_implant th {
  padding: 0.5em;
  background-color: #B3DEF9;
  text-align: center;
  border: 1px solid #b9b9b9;
}
.tbl_implant td {
  padding: 0.5em;
  background-color: #eee;
  text-align: center;
  border: 1px solid #b9b9b9;
}
/*page_estetic*/
.esthe_h3 {
  font-size: 16px;
  background: url(../images/page/common/h3_esthe_ie.png) no-repeat !important;
  background: url(../images/page/common/h3_esthe_bg.png) no-repeat, url(../images/page/common/h3_esthe_bg_right.png) no-repeat top right, url(../images/page/common/h3_esthe_border.png) repeat-x !important;
  padding: 0.5em 3em 1.8em !important;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #BEA474 !important;
}
@media (max-width: 600px) {
  .esthe_h3 {
    font-size: 14px !important;
    background: url(../images/page/common/h3_esthe_bg.png) no-repeat, url(../images/page/common/h3_esthe_border.png) repeat-x !important;
    padding: 1em 0 0.8em 3.5em !important;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #BEA474 !important;
  }
}
.esthe_box {
  background: #EEE;
  padding: 0.8em 0.5em 0.5em;
  margin-bottom: 1.5em;
  position: relative;
}
.esthe_box .esthe_btn {
  color: #FFF;
  width: 100%;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  background: #cdb046;
  background: -moz-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  background: -webkit-linear-gradient(-90deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  background: linear-gradient(180deg, #eee4af 0%, #d5ba7c 40%, #cdb046 100%);
  margin-top: 0.5em;
}
@media (max-width: 599px) {
  .heightLine-1 {
    height: auto !important;
  }
}
@media (max-width: 599px) {
  .heightLine-2 {
    height: auto !important;
  }
}
@media (max-width: 599px) {
  .heightLine-3 {
    height: auto !important;
  }
}
@media (max-width: 599px) {
  .heightLine-4 {
    height: auto !important;
  }
}
/*page_price*/
.tbl_price {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.tbl_price th {
  width: 40%;
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #b9b9b9;
}
.tbl_price td {
  width: 20%;
  padding: 0.5em;
  text-align: right;
  border-bottom: 1px solid #b9b9b9;
}
.tbl_price_est {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.tbl_price_est th {
  width: 60%;
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #b9b9b9;
}
.tbl_price_est td {
  width: 40%;
  padding: 0.5em;
  text-align: right;
  border-bottom: 1px solid #b9b9b9;
}
/*page_clinic*/
.doc_name {
  font-weight: bold;
  line-height: 40px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.tbl_clinic {
  width: 100%;
  border-collapse: collapse;
}
.tbl_clinic th {
  font-weight: normal;
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.tbl_clinic td {
  width: 70%;
  vertical-align: top;
}
.tbl_clinic_info {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.tbl_clinic_info th {
  font-weight: normal;
  width: 30%;
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #b9b9b9;
}
.tbl_clinic_info td {
  width: 70%;
  padding: 0.5em;
  border-bottom: 1px solid #b9b9b9;
}
.btn_clinic {
  padding: 0;
  margin: 0.5em 0 0.5em;
  line-height: 40px;
  background-color: #4E69A2;
  border-color: #4E69A2;
  color: #FFF;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*page_contact*/
.phone {
  font-size: 2.5em;
  font-weight: bold;
}
.reserve_btn {
  margin-bottom: 20px !important;
}
@media (min-width: 600px) {
  .reserve_btn {
    margin-bottom: 0 !important;
  }
}
/*page_voice*/
.voice_img_wrapper {
  background: #D9D9D9;
  padding: 5px;
}
.voice_archive_title {
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.voice_img {
  min-width: 100%;
  margin: auto;
  display: block;
}
/*blog*/
img.alignnone {
  padding: 4px 0 4px 0;
  margin-right: 5px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.widget {
  margin-top: 25px;
  padding: 10px 15px;
  border: 1px dotted #BBB;
}
.widgettitle {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}
/* calendar */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  color: #CAB439;
}
#calendar_wrap {
  width: 100%;
}
#calendar_wrap a {
  color: #CAB439;
}
#wp-calendar #next {
  text-align: right;
  padding-right: 25px;
}
#recent-posts-3 ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #bbbbbb;
  list-style: none;
}
#recent-posts-3 span.post-date {
  display: block;
}
#recent-posts-3 span.post-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 5px;
}
/* 訪問歯科診療 */
.object-img {
  border-radius: 10px;
}
.gray-bg {
  position: relative;
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  .gray-bg {
    padding: 30px 0;
  }
}
.gray-bg ul.subject {
  width: fit-content;
  padding-left: 0!important;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.gray-bg ul.subject li {
  font-size: 80%;
  font-weight: 600;
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/page/visiting/check-black.svg) center left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .gray-bg ul.subject li {
    font-size: 100%;
    padding-left: 40px;
    line-height: 30px;
  }
}
.gray-bg .subject-img01,
.gray-bg .subject-img02 {
  display: inline-block;
}
@media (min-width: 600px) {
  .gray-bg .subject-img01,
  .gray-bg .subject-img02 {
    position: absolute;
  }
}
.gray-bg .subject-img01 {
  margin-left: auto;
}
@media (min-width: 600px) {
  .gray-bg .subject-img01 {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.gray-bg .subject-img02 {
  margin-right: auto;
}
@media (min-width: 600px) {
  .gray-bg .subject-img02 {
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.flex-can {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-can > div {
  width: 100%;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .flex-can > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 15px;
  }
}
@media (min-width: 980px) {
  .flex-can > div {
    width: -webkit-calc(33.333% - 10px);
    width: calc(33.333% - 10px);
    padding: 20px;
  }
}
.flex-can > div h5 {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 980px) {
  .flex-can > div:nth-child(4) {
    margin-left: auto;
    margin-right: 10px;
  }
  .flex-can > div:nth-child(5) {
    margin-right: auto;
    margin-left: 10px;
  }
}
.merit-box {
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid #EEEEEE;
  text-align: center;
  padding: 15px;
}
.merit-box img {
  max-width: 40%;
}
.price-box {
  background-color: #EEEEEE;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
}
.price-box p {
  width: fit-content;
  margin: auto;
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/page/visiting/check-blue.svg) center left no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .price-box p {
    padding-left: 40px;
    line-height: 30px;
  }
}
.price-guideline {
  background-color: #EEEEEE;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 40px;
}
.price-guideline .price-sub {
  width: fit-content;
  padding: 5px 10%;
  margin: auto;
  border-bottom: 1px solid #BFBEBE;
}
table.visiting-tbl {
  width: 100%;
  border: 1px solid #D6D6D6;
  border-collapse: collapse;
}
table.visiting-tbl th {
  text-align: center;
  background-color: #EEEEEE;
  padding: 20px 10px;
}
table.visiting-tbl td {
  text-align: center;
  border: 1px solid #D6D6D6;
  padding: 20px 10px;
}
table.visiting-tbl p {
  line-height: 1.2;
}
.flow-box {
  line-height: 3;
  text-align: center;
  background-color: #EEEEEE;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  margin: 0 auto;
  padding-left: 0!important;
}
.accordion-area li {
  margin: 10px 0;
}
/*アコーディオンタイトル*/
.question-box {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 3% 10% 3% 50px;
  transition: all .5s ease;
  background-color: #EEEEEE;
}
.question-box h5 {
  font-size: 14px;
  font-weight: 400!important;
  padding-left: 30px;
}
@media (min-width: 980px) {
  .question-box h5 {
    font-size: 16px;
    padding-left: 42px;
  }
}
@media (min-width: 1200px) {
  .question-box h5 {
    font-size: 18px;
    padding-left: 60px;
  }
}
.question-box h5:before {
  content: 'Q';
  font-weight: 700;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 13px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 15px;
}
@media (min-width: 980px) {
  .question-box h5:before {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .question-box h5:before {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    top: -webkit-calc(50% - 23px);
    top: calc(50% - 23px);
    left: 30px;
  }
}
/*アイコンの＋と×*/
.question-box::before,
.question-box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #707070;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .question-box::before,
  .question-box::after {
    right: 30px;
    width: 24px;
    height: 4px;
  }
}
.question-box::before {
  transform: rotate(0deg);
}
.question-box::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.question-box.closeclick::before {
  transform: rotate(45deg);
}
.question-box.closeclick::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.answer-box {
  display: none;
  /*はじめは非表示*/
  background-color: #E3F7FF;
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 3% 3% 3% 80px;
  margin-top: 10px;
  position: relative;
}
@media (min-width: 980px) {
  .answer-box {
    padding: 3% 3% 3% 92px;
  }
}
@media (min-width: 1200px) {
  .answer-box {
    padding: 3% 3% 3% 110px;
  }
}
.answer-box p {
  font-size: 16px;
}
.answer-box p:before {
  content: 'A';
  font-weight: 700;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 13px;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 15px;
}
@media (min-width: 980px) {
  .answer-box p:before {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    top: -webkit-calc(50% - 16px);
    top: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .answer-box p:before {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    top: -webkit-calc(50% - 23px);
    top: calc(50% - 23px);
    left: 30px;
  }
}
.visiting-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #28A8DE;
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .visiting-contact {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
.visiting-contact .inner {
  overflow: visible;
}
.visiting-contact .visiting-speaker {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .visiting-contact .visiting-speaker {
    font-size: 16px;
  }
}
@media (min-width: 980px) {
  .visiting-contact .visiting-speaker {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.visiting-contact .visiting-speaker:before {
  content: "";
  border-left: solid 3px #fff;
  position: absolute;
  height: 100%;
  top: 0;
  left: -15px;
  transform: rotate(-20deg);
}
@media (min-width: 1200px) {
  .visiting-contact .visiting-speaker:before {
    left: -30px;
  }
}
.visiting-contact .visiting-speaker:after {
  content: "";
  border-left: solid 3px #fff;
  position: absolute;
  height: 100%;
  top: 0;
  right: -15px;
  transform: rotate(20deg);
}
@media (min-width: 1200px) {
  .visiting-contact .visiting-speaker:after {
    right: -30px;
  }
}
.visiting-contact .visiting-tit {
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  background: url(../images/page/visiting/icon-left.svg) center left no-repeat, url(../images/page/visiting/icon-right.svg) center right no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .visiting-contact .visiting-tit {
    font-size: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 980px) {
  .visiting-contact .visiting-tit {
    font-size: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.visiting-contact .footer-visiting {
  position: relative;
  margin-top: 50px;
}
.visiting-contact .footer-visiting::before {
  content: "";
  background-image: url(../images/page/visiting/free-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 70px;
  height: 74px;
  position: absolute;
  top: -70px;
  left: 20px;
  z-index: 1;
}
@media (min-width: 600px) {
  .visiting-contact .footer-visiting::before {
    width: 90px;
    height: 95px;
    top: -94px;
  }
}
@media (min-width: 980px) {
  .visiting-contact .footer-visiting::before {
    width: 100px;
    height: 105px;
    top: -104px;
  }
}
.visiting-contact .contact-first {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.visiting-contact .contact-first a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.visiting-contact .contact-first .sub-contact {
  font-weight: 600;
  color: #0090CC;
  text-align: center;
  background-color: #94DBF8;
  border-radius: 20px;
}
.visiting-contact .contact-first .contact-phone {
  width: fit-content;
  margin: auto;
  padding-left: 40px;
  font-size: 34px;
  font-weight: 600;
  color: #28A8DE;
  background: url(../images/page/visiting/icon-phone.png) center left no-repeat;
}
@media (min-width: 600px) {
  .visiting-contact .contact-first .contact-phone {
    padding-left: 40px;
  }
}
@media (min-width: 980px) {
  .visiting-contact .contact-first .contact-phone {
    line-height: 50px;
  }
}
.visiting-contact .contact-first .contact-phone a {
  position: initial!important;
  color: #28A8DE;
}
.visiting-contact .contact-first .contact-blue {
  font-weight: 600;
  color: #28A8DE;
}
.visiting-contact .contact-last {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.visiting-contact .contact-last a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.visiting-contact .contact-last .sub-contact {
  font-weight: 600;
  color: #4A4716;
  text-align: center;
  background-color: #EEEEEE;
  border-radius: 20px;
}
@media (min-width: 980px) {
  .visiting-contact .contact-last img {
    height: 50px;
  }
}
.visiting-contact .contact-last .contact-gray {
  font-weight: 600;
  color: #595959;
}
