@charset "UTF-8";

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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%;
	height: auto;
}

.pagetop {
  border-radius: 2px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 100;
}

.pagetop:hover {
  opacity: .6;
}

.pagetop img {
  width: 84px;
  height: auto;
}

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

.clear {
  clear: both;
}

.flex {
  display: flex;
}

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

.yu-go {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

  01. header
  02. nav
  03. footer
  04. low-common-design(low only)
  05. menu
  06. reservebanner (low only)
  09.	multi-class
  10. 404 error

========================================================================== */
/*
  01. header
========================================================================== */
header .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
}

header .h_logo {
  margin-right: auto;
}

header .h_logo h1 {
  font-size: 13px;
  line-height: 1em;
  margin-left: 53px;
  margin-bottom: 10px;
}

header .h_logo img {
  width: 302px;
}

header .h_timetable {
  width: 345px;
  margin: 0 20px;
}

header .h_timetable table {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

header .h_timetable table thead th,
header .h_timetable table thead td {
  font-size: 15px;
  text-align: center;
  color: #4c4c4c;
  padding: 0.25em;
  border-bottom: 1px solid #606060;
}

header .h_timetable table tbody th,
header .h_timetable table tbody td {
  color: #434343;
  text-align: center;
}

header .h_timetable table tbody th {
  padding: .25em .25em 0 .25em;
}

header .h_timetable table tbody td{
  padding: 0 .25em .25em .25em;
}

header .h_timetable table tbody th {
  font-size: 13px;
}

header .h_timetable table tbody td {
  font-size: 10px;
}

header .hosoku {
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
}

header .hosoku li {}

header .h_info {
  background: #fffaed;
  box-shadow: 1.763px 2.427px 3px 0px rgba(189, 167, 131, 0.25);
  height: 107px;
  width: 430px;
  margin-right: 7px;
  box-sizing: border-box;
  padding: 0 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .h_tel {
  display: flex;
  border-bottom: 1px solid;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  margin-bottom: 5px
}

header .h_tel .ttl {
  font-size: 12.72px;
  line-height: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #543939;
  margin-right: 11px;
}

header .h_tel .ttl span {
  font-weight: 500;
}

header .h_tel .number {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 37px;
  color: #543939;
  letter-spacing: 2px;
  background: url(../images/common/h_tel.icon.png)no-repeat left center/18px;
  padding-left: 28px;
  line-height: 1em;
}

header .h_info .h_add {
  font-size: 12px;
  color: #2f2f2f;
  text-align: center;
}

header .h_web {
  width: 188px;
}

header .h_web img {
  box-shadow: 1.763px 2.427px 3px 0px rgba(189, 167, 131, 0.25);
}


.breadcrumbs {
    width: 1200px;
    margin: 28px auto 40px
}

.breadcrumbs a {
    color: var(--link-color);
    text-decoration: underline
}

.breadcrumbs a:hover {
    text-decoration: none
}

/*
  02. gnav
========================================================================== */
.gnav {
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  max-width: 1600px;
  margin: 0 auto 0px;
}

.gnav ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #6f6d69;
  height: 100%;
}

.gnav li {
  border-right: 1px solid #6f6d69;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}

.gnav li a {
  color: #494949;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
}

.gnav li a:hover,
.gnav li.selected a {
  color: #703d0b;
}

.gnav li.home a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.gnav li.home a img {
  width: 22px;
  margin-bottom: 5px;
}

/*
  03. footer
========================================================================== */
footer {
  width: 100%;
  background: #f8f5ee;
  padding: 85px 0 45px;
}

footer .inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .f_left {
  width: 580px;
}

footer .f_left > .flex {
  display: flex;
  align-items: center;
}

footer .f_logo {
  width: 364px;
  margin: 0 52px 42px 0;
}

footer .sns {
  display: flex;
}

footer .sns li + li {
  margin-left: 18px;
}

footer .sns li img {
  width: auto;
  height: 32px;
}

footer .f_tel {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

footer .f_tel .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13.8px;
  margin-right: 16px;
  letter-spacing: 1px;
}

footer .f_tel .ttl span {
  font-weight: 500;
}

footer .f_tel .number {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 37.2px;
  line-height: 22px;
  letter-spacing: 2px;
  background: url(../images/common/f_tel_icon.png)no-repeat left bottom/15px;
  height: 25px;
  display: block;
  box-sizing: border-box;
  padding-left: 26px;
}

footer .f_add {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}

footer .f_access {
  font-size: 15px;
  line-height: 1.6em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}

footer .f_access .btn {
  text-align: right;
}

footer .f_access .btn img {
  width: 128px;
}

footer .f_timetable table {
  width: 100%;
}

footer .f_timetable table thead th,
footer .f_timetable table thead td {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background: #606060;
  padding: 0.5em;
}

footer .f_timetable table thead th {
  border-right: 1px solid #f8f5ee;
}

footer .f_timetable table tbody th,
footer .f_timetable table tbody td {
  font-size: 15px;
  text-align: center;
  padding: 0.5em;
}

footer .f_timetable table tbody th {
  color: #FFFFFF;
  background: #606060;
  border-top: 1px solid #f8f5ee;
  border-right: 1px solid #f8f5ee;
}

footer .f_timetable table tbody td {
  font-size: 9px;
  color: #4c4c4c;
  background: #FFFFFF;
  border-top: 1px solid #f8f5ee;
}

footer .hosoku {
  margin-top: 1.25em;
  font-size: 14px;
  line-height: 1.5em;
}

footer .f_right {
  width: 602px;
}

footer .f_web {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

footer .f_web a img {
  box-shadow: 5px 6px 5px 0px rgba(189, 166, 131, .06);
}

footer .f_web a:nth-child(1) img {
  width: 200px;
}

footer .f_web a:nth-child(2) img {
  width: 385px;
}

footer .f_nav {
  margin-left: auto;
  width: 582px;
}

footer .f_nav ul {
  display: flex;
  flex-wrap: wrap;
}

footer .f_nav ul + ul {
  margin-top: 1.86em;
}

footer .f_nav li {
  font-size: 14px;
  line-height: 1.86em;
  width: calc(33.333% - 1em);
  list-style: disc;
  margin-left: 1em;
}

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

footer .f_nav ul:nth-of-type(3) li:nth-child(1) {
  width: calc(66.666% - 1em);
}

footer .humanity {
  text-align: right;
  margin: 0 56px 70px 0;
}

footer .humanity img {
  width: 75px;
}

footer .f_copy {
  margin-top:70px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

/*
  04. low-common-design(low only)
========================================================================== */
.mainPhoto {
  padding: 0 16px;
  margin-bottom: 30px;
}

.page-catch {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 18px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px solid #c19a2e;
  padding: 30px 20px 35px;
  position: relative;
}

.page-catch:after {
  position: absolute;
  width: 100%;
  border: 1px solid #c19a2e;
  top: -10px;
  left: -10px;
  content: "";
  height: 100%;
  pointer-events: none;
}

/*
  05. menu
========================================================================== */
.left-contents {
  width: 300px;
}

.sidemenu {
  width: 300px;
  margin-bottom: 24px;
  position: relative;
  background: #f8f7f4;
}

.sidemenu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 495px 300px 0 0;
  border-color: #dcd7ca transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.sidemenu h2 {
  width: 90px;
  position: absolute;
  top: -14px;
  right: 7px;
  z-index: 1;
}

.sidemenu nav {
  position: relative;
  padding: 40px 15px 20px;
}

.sidemenu ul {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 3px 5.196px 13px 0px rgba(230, 225, 205, 0.29);
  padding: 20px 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidemenu li {
  width: 100%;
  border-bottom: 1px solid #717171;
  line-height: 1em;
  height: 40px;
  margin-top: 10px;
}

.sidemenu li a {
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/common/menu_arrow.png)no-repeat right 7px bottom 10px/10px;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1em;
  box-sizing: border-box;
  padding-bottom: 5px;
}

.sidemenu .en {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #393939;
  font-size: 11px;
  display: block;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0 0 4px 10px;
}

.sidemenu .jp {
  color: #393939;
  font-size: 16px;
  line-height: 1em;
  margin-left: 35px;
}

.sidebnr {
  width: 280px;
  margin: 0 auto;
}

.sidebnr .bnr {
  margin-bottom: 30px;
}

.sidebnr .bnr li:nth-child(1) {
  margin: 0 -25px 0 -7px;
  width: 312px;
}

.sidebnr .bnr li + li {
  margin-top: 24px;
}

.sidebnr .sns li + li {
  margin-top: 15px;
}

/*
  06. counseling (low only)
========================================================================== */
.counseling .co_box {
  background: url(../images/common/cs_bg.jpg)no-repeat center/cover;
  border: 1px solid #703d0b;
  padding: 128px 0 0 27px;
  box-sizing: border-box;
}

.counseling .co_box .btn {
  display: flex;
  margin-bottom: 35px;
}

.counseling .co_box .btn img {
  width: auto;
  height: 49px;
}

.counseling .co_box .btn li + li {
  margin-left: 13px;
}

.counseling .co_box h3 {
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #703d0b;
  background: url(../images/common/cs_ttl_logo.png)no-repeat left center/25px;
  position: relative;
  display: inline-block;
  padding: 9px 0 9px 36px;
  margin-bottom: 10px;
  padding-left: 36px;
}

.counseling .co_box h3:after {
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background: linear-gradient(to right, rgba(112, 61, 11, 1) 0%, rgba(112, 61, 11, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.counseling .cs_tel {
  margin-bottom: 30px;
}

.counseling .cs_tel p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 31px;
  color: #434343;
  letter-spacing: 2px;
  background: url(../images/common/cs_tel_icon.png)no-repeat left center/13px;
  padding-left: 25px;
  line-height: 1em;
}

.counseling .cs_add p {
  font-size: 14px;
  color: #434343;
  line-height: 1.45em;
}

/*
  09. multi-class
========================================================================== */
/* 画像 */
.fade {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

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

.img-border {
  padding: 4px;
  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;
}

.center {
  text-align: center;
}

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

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

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

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

/* テキスト */
.gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.p-link {
  color: #703d0b;
  text-decoration: underline;
  margin: 0 1px;
}

.p-link {
  transition: .3s ease-in-out;
}

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

.bold {
  font-weight: bold;
}

.gray {
  color: #ccc;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.re {
  color: #FF373A;
}

.bl {
  color: #24b9ee;
}

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

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

.underline {
  text-decoration: underline;
}

.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispF {
  display: flex;
}

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

.justC {
  justify-content: center;
}

/* 余白 */
.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;
}

.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 {
  margin-bottom: 15px;
  font-size: 18px;
  padding: 12px 10px 12px 30px;
  line-height: 1.4;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ttl-low1-1 {
  color: #303457;
  background: url(../images/common/ttl_low_bg01.png) no-repeat top left/60px, #dde7f8;
}

.ttl-low1-2 {
  color: #703d0b;
  background: url(../images/common/ttl_low_bg02.png) no-repeat top left/60px, #fff5e6;
}

.ttl-low1-3 {
  color: #5d4813;
  background: url(../images/common/ttl_low_bg03.png) no-repeat top left/60px, #dcd7ca;
}

.ttl-low2 {
  margin-bottom: 15px;
  font-size: 18px;
  padding: 10px 0 10px 63px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  position: relative;
}

.ttl-low2-1 {
  color: #303457;
  background: url(../images/common/ttl_low2_bg01.png)no-repeat left center/31px, linear-gradient(to right, transparent 43px, #545668 44px, #545668 45px, transparent 45px);
}

.ttl-low2-2 {
  color: #c19a2e;
  background: url(../images/common/ttl_low2_bg02.png)no-repeat left center/31px, linear-gradient(to right, transparent 43px, #cbaa4f 44px, #cbaa4f 45px, transparent 45px);
}

.ttl-low2-3 {
  color: #7c502a;
  background: url(../images/common/ttl_low2_bg03.png)no-repeat left center/31px, linear-gradient(to right, transparent 43px, #604137 44px, #604137 45px, transparent 45px);
}

.ttl-low3 {
  margin-bottom: 10px;
  padding: 0 7px 7px;
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1.4;
}

.ttl-low3-1 {
  color: #303457;
  background: url(../images/common/ttl_low3_bg01.png)repeat-x left bottom/4px;
}

.ttl-low3-2 {
  color: #c19a2e;
  background: url(../images/common/ttl_low3_bg02.png)repeat-x left bottom/4px;
}

.ttl-low3-3 {
  color: #7c502a;
  background: url(../images/common/ttl_low3_bg03.png)repeat-x left bottom/4px;
}

.ttl-low4 {
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.ttl-low4 > span:first-of-type {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-right: 1em;
  position: relative;
  display: block;
  padding: 0 1em 0 0.25em;
  float: left;
}

.ttl-low4 span:first-of-type:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.ttl-low4-1 span:first-of-type:after {
  background: linear-gradient(to right, rgba(48, 52, 87, 1) 0%, rgba(48, 52, 87, 0) 100%);
}

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

.ttl-low4-2 span:first-of-type:after {
  background: linear-gradient(to right, rgba(193, 154, 46, 1) 0%, rgba(193, 154, 46, 0) 100%);
}

.ttl-low4-3 span:first-of-type {
  color: #7c502a;
}

.ttl-low4-3 span:first-of-type:after {
  background: linear-gradient(to right, rgba(124, 80, 42, 1) 0%, rgba(124, 80, 42, 0) 100%);
}

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

.ttl-low5-1 {
  color: #303457;
  background: #dde7f8;
}

.ttl-low5-2 {
  color: #703d0b;
  background: #fff5e6;
}

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

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

.colum {
  padding: 3px 24px;
  color: #5d4813;
  font-size: 14px;
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  background: #fff;
  border: 1px solid #5d4813;
  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: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
}

.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;
}

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

.tAlignC {
  text-align: center !important;
}

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

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

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

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

/* 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 0 top .5em;
  background-size: 10px 10px;
}

.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;
  background-size: 10px auto;
}

.txt-indent li {
  background-position: left .4em;
  padding-left: 1em;
}

/* 画像・レイアウト */
.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) {
  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+textbox */
div.box-img-right {
  width: 100%;
  display: table;
  direction: rtl;
  zoom: 1;
}

.box-img-right .img {
  margin: 0;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  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;
  display: table-cell;
  width: 1%;
  vertical-align: top;
  position: relative;
}

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

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

.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-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
}

.case-records {
  background: url(../images/common/arrow02.png) no-repeat center 55%;
  padding: 20px 30px;
}

.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;
}

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

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

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

/* QandA */
.qanda dt {
  background: url(../images/common/qicon.png) no-repeat left top;
  background-size: 32px 32px;
  padding-left: 34px;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 4px;
  min-height: 32px;
}

.qanda dd {
  margin: 0 0 20px 10px;
  background: url(../images/common/aicon.png) no-repeat left top 2px;
  background-size: 32px 32px;
  padding-left: 36px;
  min-height: 32px;
}

/* 画像ボタン */
.menu-btn li img {
  border: 1px solid #fff5e6;
}

.menu-btn .ttl {
  border-top: 1px solid #fff5e6;
  border-left: 1px solid #fff5e6;
  border-right: 1px solid #fff5e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 14px 0 12px;
  line-height: 1;
  font-family: "Sawarabi Gothic";
  text-align: center;
  color: #703d0b;
  background: #fff5e6;
  font-size: 16px;
}

.menu-btn li a {
  display: block;
}

.img-column.menu-btn.for-two li:last-child {
  margin-left: 20px;
}

.detail-btn {
  text-align: right;
  font-size: 96%;
  text-decoration: underline;
  margin-top: 5px;
}

.detail-btn i.fa {
  color: #703d0b;
}

.menu-btn2 .ttl {
  background: #dcd7ca;
  color: #5d4813;
  border-color: #dcd7ca;
}

.menu-btn2 li img {
  border-color: #dcd7ca;
}

.menu-btn2 .detail-btn i.fa {
  color: #5d4813;
}

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

/*
  10. 404 error
========================================================================== */
.error {
  margin: 120px 0 180px 0;
  text-align: center;
  font-size: 20px;
}
