@charset "UTF-8";

body {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-width: 1280px;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.cf:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
}

.fx_align_c {
  align-items: center;
}

.fx_just_sb {
  justify-content: space-between;
}

.fx_row_re {
  flex-direction: row-reverse;
}

.fx_wrap {
  flex-wrap: wrap;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: top;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================

  01. header
  02. nav
  03. footer
  04. low-common-design(low only)
  05. menu
  06. counseling (low only)

  09. multi-class

========================================================================== */
/*
  01. header
========================================================================== */
header {
  width: 960px;
  padding: 0 20px 30px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
	z-index: 10;
}

header .logo {
	width: 350px;
	padding-bottom: 28px;
}

header h1.dis {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 11px;
  line-height: 1;
  padding: 0px 0 0;
  z-index: 1;
}

.headerInfo {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
	/* align-items: center; */
  margin-top: 25px;
	gap:12px;
}

.headerInfo_right {
  text-align: center;
}

.headerInfo_right .btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.headerInfo_right .btn .mkr{
	position: absolute;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin-top: 0.45em;
	left: 5%;
  bottom: 0;
  transform: translateY(110%);
}
.headerInfo_right .btn .mkr i{
	background: linear-gradient(to top, #ff0 50%, rgba(0, 0, 0, 0) 50%);
  background-size: .8em .8em;
  background-repeat: repeat-x;
  background-position: left bottom .2em;
}
.headerInfo_right .btnweb{
	border: 4px double #fff;
	background: #FFB300;
	color: #fff;
	padding: 0.5em 0em 0.45em 0.2em;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 16px;
	line-height: 1.4;
	width: 10.5em;
	text-align: center;
	width: 5.5em;
	aspect-ratio: 60 / 56;
	box-sizing: border-box;
}
.headerInfo_right .btnweb i.fa{
	margin: 0 0 0 0.6em
}
.headerInfo_left {
  width: 350px;
  text-align: right;
	padding-top: 5px;
	padding-top: 12px;
}

/*
  02. gnav
========================================================================== */
.gnav {
  width: 960px;
  margin: 0px auto 15px;
  clear: both;
  padding: 0px 20px;
}

.gnav ul {
  display: flex;
  flex-wrap: wrap;
}

.gnav li {
  box-sizing: border-box;
  width: 14%;
  text-align: center;
  border-right: 1px solid #bfbfbf;
}

.gnav li:nth-child(1) {
  border-left: 1px solid #bfbfbf;
}

.gnav li:nth-child(2) {
  width: 16%;
}

.gnav li a,
.gnav li a:link,
.gnav li a:visited {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 3px 0 2px;
}

.gnav li a:hover,
.gnav li.active a {
  background: url(../images/common/gnavi_ov.png);
  background-size: auto 25px;
  background-position: top;
}

/*
  03. footer
========================================================================== */
section.totop {
  display: block;
  width: 960px;
  margin: auto;
  text-align: right;
}

section.totop a {
  padding-left: 1.2em;
  color: #333;
  background: url(../images/common/pagetop_arrow.gif) no-repeat left 2px;
  text-decoration: underline;
}

footer {
  width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 50px;
}

.f_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.f_menu {
  width: 100%;
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 18px;
  padding-left: 18px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.f_menu ul {
  margin-right: 40px;
}

.f_menu li {
  padding-left: 25px;
  background-image: url(../images/common/f_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.f_menu li a {
  font-weight: normal;
  text-decoration: none;
  color: #999;
}

.f_menu li a:hover {
  text-decoration: underline;
}

.f_btn {
  position: absolute;
	top: 15px;
  right: 0;
}

.f_btn .mkr{
	font-size: 13px;
	line-height: 1.2;
	display: block;
	text-align: center;
	margin-top: 0.45em;
}
.f_btn .mkr i{
	background: linear-gradient(to top, #ff0 50%, rgba(0, 0, 0, 0) 50%);
  background-size: .8em .8em;
  background-repeat: repeat-x;
  background-position: left bottom .2em;
}

footer .btnweb{
	border: 4px double #fff;
	background: #FFB300;
	color: #fff;
	padding: 0.5em 0em 0.45em 0.2em;
	display: block;
	font-size: 18px;
	width: 11.5em;
	text-align: center;
}
footer .btnweb i.fa{
	margin: 0 0 0 0.6em
}

.f_btn{

}
.f_area {
  width: 100%;
  padding-left: 20px;
}

.f_area p.ttl {
  font-size: 20px;
  line-height: 1;
  background: url(../images/common/f_add.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.8em;
  padding-left: 1.2em;
}

.f_area p.ttl + p {
  padding-top: 5px;
  padding-left: 24px;
}

.f_copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 35px;
}

.f_copy small {
  display: block;
  font-size: 12px;
  color: #999;
}

p.humanity {
  width: 93px;
  margin-top: 15px;
}

/*
  04. low-common-design(low only)
========================================================================== */
.pc-contents {
  width: 1000px;
  padding: 0px 20px;
  margin: 40px auto 0;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
}

.left-contents {
  width: 235px;
  float: left;
}

.right-contents {
  width: 680px;
  padding-left: 20px;
  float: right;
}

.mainPhoto {
  margin: 0px auto;
  padding: 0px;
  width: 1000px;
}

/*
  05. menu
========================================================================== */
aside.sidemenu {
  width: 220px;
}

aside.sidemenu .ttl-menu {
  font-size: 32px;
  line-height: 1.1;
  padding-bottom: 0px;
  padding-left: 18px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-image: url(../images/top/ttl-top.png);
  background-position: left 0px bottom 7px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #4d4d4d;
  position: relative;
  margin-bottom: 5px;
}

aside.sidemenu li a {
  display: block;
  height: 50px;
  background-image: url(../images/common/sidemenu_bg.png);
  background-position: left 5px top 0;
  background-repeat: no-repeat;
  padding: 8px 0 0 35px;
  line-height: 1;
  color: #595959;
  box-sizing: border-box;
}

aside.sidemenu li.active a,
aside.sidemenu li a:hover {
  background-image: url(../images/common/sidemenu_bg.png), url(../images/common/sidemenu_on.png);
  background-repeat: no-repeat, repeat;
}

aside.sidemenu li .ja {
  display: block;
  font-size: 19px;
  font-weight: bold;
}

aside.sidemenu li .en {
  display: block;
  font-size: 14px;
  padding-top: 0.25em;
  padding-left: 0.1em;
  color: #ccc;
}

aside.sidebanner {
  margin-top: 20px;
}

/*
  06. counseling (low only)
========================================================================== */
.counseling {
  margin-top: 80px;
}

.link_banner {
  width: 100%;
  height: 430px;
  background-image: url(../images/common/link_banner_bg.jpg);
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 5px #d9d9d9;
  border-radius: 15px;
  padding: 20px 20px 15px;
  box-sizing: border-box;
}

.link_banner .logo {
  width: 400px;
  margin-bottom: 12px;
}

.link_banner .tel {
  font-size: 36px;
  background: url(../images/common/link_banner_tel.png) left center no-repeat;
  padding-left: 1.2em;
  line-height: 1;
  color: #9d420d;
  margin: 12px 0 10px;
}

.link_banner .address {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
}

.link_banner .timetable {
  width: 500px;
  margin-bottom: 3px;
  text-align: center;
}

.link_banner .timetable thead {
  background: #d06e1e;
  color: #fff;
}

.link_banner .timetable thead th,
.link_banner .timetable thead td {
  font-size: 15px;
  line-height: 1;
  text-align: center;
  border: 1px solid #81461b;
  padding: 4px 7px 3px;
}

.link_banner .timetable tbody {
  background: #fff;
}

.link_banner .timetable tbody th {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0 4px;
  border: 1px solid #333;
}

.link_banner .timetable tbody td {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  border: 1px solid #333;
}

/*
  09. multi-class
========================================================================== */
/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: .3s ease-in-out;
}

.fade:hover {
  opacity: .5;
  filter: alpha(opacity=60);
}

/* link */
.p-link {
  color: #1689da;
  text-decoration: underline;
  margin: 0 1px;
  transition: .3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
  filter: alpha(opacity=60);
}

/* font */
.gothic {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

.mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.hannari {
  font-family: 'Hannari', 'Times New Roman', 'Noto Serif JP', serif;
}

.sawarabi-go {
  font-family: 'Sawarabi Gothic', sans-serif;
}

/* テキスト */
.bold,
.bold * {
  font-weight: bold;
}

.txt150 {
  font-size: 150%;
}

.txt145 {
  font-size: 145%;
}

.txt140 {
  font-size: 140%;
}

.txt135 {
  font-size: 135%;
}

.txt130 {
  font-size: 130%;
}

.txt125 {
  font-size: 125%;
}

.txt120 {
  font-size: 120%;
}

.txt115 {
  font-size: 115%;
}

.txt110 {
  font-size: 110%;
}

.txt105 {
  font-size: 105%;
}

.txt95 {
  font-size: 95%;
}

.txt90 {
  font-size: 90%;
}

.txt85 {
  font-size: 85%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #FF5700;
}

.re {
  color: #FF373A;
}

.br {
  color: #974815;
}

.pk {
  color: #d85bcd;
}

i.fa {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 4px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

/* object-fit */
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* flex */
.flex {
  display: flex;
}

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

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

/* align */
.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 見出し */
.ttl-low {
  padding: 5px 0px 0px 20px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid #4d4d4d;
  background-image: url(../images/common/ttl-low.png);
  background-size: 12px 12px;
  background-position: left 4px bottom 7px;
  background-repeat: no-repeat;
  margin-left: -20px;
}

.ttl-low-m {
  font-size: 22px;
  letter-spacing: -0.05em;
}

.ttl-low-s {
  font-size: 19px;
  letter-spacing: -0.05em;
}

.ttl-low2 {
  padding: 4px 0 3px 34px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 1.4;
  background-repeat: no-repeat;
}

.ttl-low2-1 {
  background-image: url(../images/common/ttl-low2-1.png);
  background-size: 22px 22px;
  background-position: left 0px top 7px;
}

.ttl-low2-2 {
  background-image: url(../images/common/ttl-low2-2.png);
  background-size: 14px 14px;
  background-position: left 5px top 11px;
  padding-left: 25px;
}

.ttl-low3 {
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  line-height: 2.6;
  background: #FAFAFA;
  border-bottom: 1px solid #B7B7B7;
}

.ttl-low4 {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
}

.ttl-low4-1 > span:first-of-type {
  color: #974815;
}

.ttl-low4-2 > span:first-of-type {
  color: #d85bcd;
}

.ttl-low5 {
  margin-bottom: 15px;
  padding: 7px 5px 7px;
  text-align: center;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 40px;
}

.ttl-low5-1 {
  color: #fff;
  background: #974815;
}

.ttl-low5-2 {
  color: #fff;
  background: #d85bcd;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: #FAFAFA;
  border: 1px #E7E7E7 solid;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 5px 7px;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.4;
  background: #676767;
  border-radius: 40px;
  position: relative;
}

.colum {
  padding: 3px 24px;
  color: #4c4c4c;
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #676767;
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

/* テーブル */
.table-normal,
.table-nocolor {
  width: 100%;
}

.table-normal th {
  text-align: center;
  background: #e5f6ff;
  color: #009999;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #cedaec;
}

.table-normal td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor th {
  text-align: center;
  background: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

/* list */
.list-num li {
  list-style-type: decimal;
  list-style-position: inside;
}

.list-dot li {
  padding-left: 1em;
  background: url(../images/common/disc.png) no-repeat left .4em;
  background-size: 10px auto;
}

.list-nostyle li {
  list-style: none;
}

.list-a {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.list-check li {
  padding-left: 16px;
  background: url(../images/common/checkmark.png) no-repeat left center;
}

.txt-indent li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.list-dot.txt-indent li {
  padding-left: 2.6em;
}

/* 画像・レイアウト */
.img-column-wrap {
  position: relative;
  overflow: hidden;
}

.img-column {
  position: relative;
  left: 50%;
  float: left;
}

.img-column li {
  position: relative;
  float: left;
  left: -50%;
  margin-right: 10px;
}

.img-column.for-four li {
  margin-right: 6px;
}

.img-column.for-two li:nth-child(even),
.img-column.for-three li:nth-child(3n),
.img-column.for-four li:nth-child(4n),
.img-column.menu-btn-two li:nth-child(even) {
  margin-right: 0 !important;
}

.img-column li:last-child {
  margin-right: 0 !important;
}

.img-column.for-three .img-border,
.img-column.for-four .img-border {
  padding: 3px;
}

.img-column.for-two img {
  max-width: 335px;
}

.img-column.for-three img {
  max-width: 216px;
}

.img-column.for-four img {
  max-width: 160px;
}

/* img+textbox */
div.box-img-right {
  width: 100%;
  display: table;
  direction: rtl;
  zoom: 1;
}

.box-img-right .img {
  margin: 0;
  width: 320px;
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.box-img-right img {
  width: 320px;
  height: auto;
}

.box-img-right .box {
  padding: 0 15px 1px 0;
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  text-align: left;
}

div.box-img-left {
  zoom: 1;
}

.box-img-left .img {
  margin: 0;
  padding: 0 15px 0 0;
  width: 320px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.box-img-left img {
  width: 320px;
  height: auto;
}

.box-img-left .box {
  display: table-cell;
  vertical-align: top;
}

.box-img-left .img-border {
  max-width: initial;
}

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

.box-two-column-around {
  width: 100%;
}

.box-two-column-around .box-img-right {
  width: 48%;
  float: right;
  margin-left: 10px;
}

.box-two-column-around .box-img-left {
  width: 48%;
  float: left;
  margin-right: 10px;
}

/* 症例画像2枚並び */
.case-records {
  background: url(../images/common/arrow02.png) no-repeat center 55%;
  padding: 20px 70px;
}

.case-records li:nth-child(odd) {
  float: left;
  background: url(../images/common/before.png) no-repeat left top;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  float: right;
  background: url(../images/common/after.png) no-repeat left top;
  padding-top: 20px;
}

.case-records img {
  max-width: 280px;
  vertical-align: top;
}

.case-comment {
  font-size: 0.7875rem;
  text-align: center;
  color: #757575;
}

/* 2枚画像比較 */
.compare {
  background: url(../images/common/arrow04.png) no-repeat center 48%;
  margin-left: 80px;
  margin-right: 80px;
}

.compare li:nth-of-type(odd) {
  float: left;
}

.compare li:nth-of-type(even) {
  float: right;
}

/* QandA */
.qanda dt {
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 0px 0 0 45px;
  font-weight: bold;
  min-height: 30px;
  font-size: 16px;
  background: url(../images/common/qicon.png) no-repeat left 0 top 1px;
  background-size: 35px auto;
}

.qanda dd {
  box-sizing: border-box;
  margin: 0 0 8px 0px;
  padding: 1px 0 0 45px;
  min-height: 25px;
  background: url(../images/common/aicon.png) no-repeat left 0 top 0px;
  background-size: 35px auto;
}

.box-comment {
  padding: 12px;
  border: 1px solid #83a9db;
  background: #d9f2ff;
  border-radius: 10px;
  box-sizing: border-box;
}

/* 画像ボタン1 */
.pagemenu_link {
  margin-bottom: 40px;
}

.pagemenu_link .anchor {
  display: flex;
  justify-content: center;
}

.pagemenu_link .anchor li {
  max-width: 31%;
  margin: 0 1%;
  box-sizing: border-box;
  border: 1px solid #343434;
  padding: 1em 1em 50px 1em;
  position: relative;
}

.pagemenu_link .anchor li h3 {
  padding: 12px 0 10px 0;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #343434;
  font-weight: bold;
  border-top: 1px dashed #343434;
  border-bottom: 1px dashed #343434;
}

.pagemenu_link .anchor li img {
  width: 100%;
  height: 200px;
}

.pagemenu_link .anchor li .btn {
  width: 90%;
  margin: 5% 5% 0;
  padding: 5px 0;
  color: #fff;
  border-radius: 100px;
  background: #343434;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}

/* 画像ボタン2 */
.pagemenu_link2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagemenu_link2 > li {
  max-width: 31%;
  margin: 0 1%;
  padding: 2% 2% 2%;
  border: 1px #343434 solid;
  position: relative;
  box-sizing: border-box;
}

.pagemenu_link2 > li:nth-child(-n+4) {
  margin-bottom: 15px;
}

.pagemenu_link2 li a {
  display: block;
  position: relative;
  padding: 0 0 40px 0;
}

.pagemenu_link2 li p.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 2.5em;
  line-height: 1.25em;
  border-top: 1px #343434 dashed;
  border-bottom: 1px #343434 dashed;
  padding: .25em 0;
  color: #343434;
}

.pagemenu_link2 li .img img {
  width: 100%;
  height: 150px;
}

.pagemenu_link2 li .btn {
  width: 90%;
  margin: 5% 5% 0;
  padding: 5px 0;
  color: #fff;
  border-radius: 100px;
  background: #343434;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-column .menu-btn-cnt img {
  max-width: 322px;
}

/* underline */
.underline_bk {
  background: url(../images/common/underline_bk.png) repeat-x left bottom;
}

/* 改行非表示 */
.pc-none {
  display: none !important;
}

/*
  10. 404 error
========================================================================== */
.error {
  text-align: center;
  font-size: 20px;
  height: 120px;
  padding-top: 150px;
}
