@charset "UTF-8";
/* CSS Document */
/*
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-style: normal;
}

strong {
  font-style: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 75%;
  }
}

body {
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

img.alignnone {
  width: auto;
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 751px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 1.6em;
}
p:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 751px) {
  p a:hover {
    color: #14478a;
  }
}
@media only screen and (max-width: 750px) {
  p a:active {
    color: #14478a;
  }
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

.btn.is_metal {
  position: relative;
  z-index: 0;
  width: 217px;
  padding: 3px 0;
}
.btn.is_metal a {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 1;
  width: calc(100% - 6px);
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  line-height: 140%;
}
.btn.is_metal a:hover {
  color: #bbe3fa;
}
@media only screen and (max-width: 750px) {
  .btn.is_metal a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .btn.is_metal a:active {
    color: #bbe3fa;
  }
}
.btn.is_metal::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  bottom: 10px;
  margin: auto;
  display: block;
  background: linear-gradient(135deg, #c1c1c1, #fff 35%, #adadad 45%, #fff 80%, #8a8a8a);
  z-index: -1;
}
.btn.is_metal.color_wb a {
  background: linear-gradient(#2fa6d4, #017aa1);
}
.btn.is_metal.color_gr a {
  background: linear-gradient(#2db273, #028d52);
}
.btn.is_flat {
  display: inline-block;
}
.btn.is_flat a {
  display: block;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  padding: 5px 20px;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .btn.is_flat a:hover {
    background: #bea048;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .btn.is_flat a:active {
    background: #bea048;
    color: #fff;
  }
}
.btn.is_yellow a {
  display: block;
  padding: 10px;
  background: linear-gradient(#dbbe64, #b5983c);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: 40px;
}
@media only screen and (max-width: 750px) {
  .btn.is_yellow a {
    position: static;
    bottom: 0;
    right: 0;
  }
}
.btn.is_blue a, .btn.is_blue input {
  display: block;
  padding: 10px;
  border: none;
  background: linear-gradient(#497cd7, #00266a);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .btn.is_blue a:hover, .btn.is_blue input:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .btn.is_blue a:active, .btn.is_blue input:active {
    opacity: 0.8;
  }
}
.btn.is_gray a, .btn.is_gray input {
  display: block;
  padding: 10px;
  border: none;
  background: linear-gradient(#aaa, #666);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .btn.is_gray a:hover, .btn.is_gray input:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .btn.is_gray a:active, .btn.is_gray input:active {
    opacity: 0.8;
  }
}
.btn.is_blueround {
  display: inline-block;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #205c9e;
}
.btn.is_blueround a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 35px 3px;
  background: #e6f2f8;
  color: #205c9e;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .btn.is_blueround a:hover {
    background: #14478a;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .btn.is_blueround a:active {
    background: #14478a;
    color: #fff;
  }
}
.btn.is_arrow {
  display: block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.btn.is_arrow a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.btn.is_arrow a::before {
  content: '';
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/common/icon_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*　セクション　*/
.section_01 {
  margin: 30px 0;
}

.section_02 {
  margin: 40px 0 70px;
  overflow: hidden;
}

.small_section {
  margin: 20px 0;
}

/* レイアウト */
.col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.col2_contents {
  max-width: 48%;
}
@media only screen and (max-width: 750px) {
  .col2_contents {
    max-width: 100%;
    margin: 0 auto 15px;
  }
}
.col2_contents_img {
  margin-bottom: 5px;
}

.fl {
  overflow: hidden;
}
.fl_r {
  float: right;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 750px) {
  .fl_r {
    float: none;
    margin: 10px 0 0;
  }
}
.fl_l {
  float: left;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 750px) {
  .fl_l {
    float: none;
    margin: 10px 0 0;
  }
}

/*　テキスト、フォント　*/
.ryumin {
  font-family: "a-otf-ryumin-pr6n";
}

.gara {
  font-family: "adobe-garamond-pro";
}

.text_wtblue {
  color: #37abd3;
}

.blue {
  color: #032a6d;
}

.em_blue {
  color: #032a6d;
  font-size: 1.6rem;
  font-weight: bold;
}

.batsu {
  position: relative;
  color: #a4a4a4;
}
.batsu::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #a4a4a4;
}

.blue-link a {
  color: #2868f6;
  text-decoration: underline;
}

/*　アイコン　*/
.icon.is_yellow {
  background: #dbbe64;
  color: #000;
  font-size: 1.3rem;
  padding: 2px 3px;
  font-weight: bold;
}

/*　マークポイント　*/
.mark.is_check::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/mark_check.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.mark.is_pdf::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}

/* タイトル */
.page_title {
  background: url(../img/common/kazari_04.png) 0 top no-repeat;
  background-size: 100%;
  font-size: 4rem;
  color: #bea048;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding: 40px 0 0;
  margin: 0 0 30px;
}
@media only screen and (max-width: 750px) {
  .page_title {
    font-size: 2.5rem;
  }
}
.page_title_sub {
  display: block;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  text-align: center;
}

.bold_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.title_grad {
  background: linear-gradient(#dbbe64, #b5983c);
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 30px;
  font-size: 1.9rem;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 30px;
}
@media all and (-ms-high-contrast: none) {
  .title_grad {
    padding: 12px 30px 5px;
  }
}
@media only screen and (max-width: 750px) {
  .title_grad {
    background: transparent;
    border-bottom: 2px solid #bea048;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.7rem;
    color: #bea048;
  }
}

.title_underline {
  background-image: url(../img/common/kazari_05.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100%;
  padding: 0 0 5px;
  font-size: 1.7rem;
  margin: 0 0 30px;
}
@media only screen and (max-width: 750px) {
  .title_underline {
    background-size: 200%;
    background-position: right bottom;
    padding: 0 0 8px;
  }
}

.title_sideline {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bea048;
}
@media only screen and (max-width: 750px) {
  .title_sideline {
    font-size: 1.6rem;
  }
}
.title_sideline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 90%;
  background: linear-gradient(#685312, #bc9e47);
}

.title_label {
  color: #37abd3;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 30px;
  border-bottom: 2px solid #37abd3;
}
@media only screen and (max-width: 750px) {
  .title_label {
    font-size: 1.8rem;
  }
}
.title_label_num {
  display: inline-block;
  color: #fff;
  background: #37abd3;
  margin-right: 47px;
  padding: 3px 10px 3px 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .title_label_num {
    height: 2rem;
    margin: 0 7px 0 0;
    padding: 0 10px 2px;
    border-radius: 5px;
    font-size: 1.4rem;
    vertical-align: text-top;
  }
}
.title_label_num::after {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -50px;
  background: linear-gradient(45deg, #37abd3 50%, transparent 51%);
}
@media only screen and (max-width: 750px) {
  .title_label_num::after {
    display: none;
  }
}

.title_jougeline {
  border-top: 1px solid #1f5b9c;
  border-bottom: 1px solid #1f5b9c;
  margin: 0 0 50px;
  padding: 10px 0;
  color: #1f5b9c;
  font-size: 1.6rem;
  font-weight: bold;
}

.title_mail {
  min-height: 37px;
  margin: 30px 0 25px;
  padding: 8px 0 0 50px;
  background: url(../img/common/icon_mail.png) 0 bottom no-repeat;
  background-size: 37px;
  border-bottom: 1px solid #2a6da7;
  font-size: 1.6rem;
  font-weight: bold;
}

/* テーブル */
table.full {
  width: 100%;
}

.al_r {
  text-align: right;
}

.al_c {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.table_01 {
  margin: 10px 0;
  border-top: 2px solid #bea048;
  border-bottom: 2px solid #bea048;
}
.table_01 th, .table_01 td {
  padding: 10px;
  border-bottom: 1px dotted #aeaeaf;
}
@media only screen and (max-width: 750px) {
  .table_01 th, .table_01 td {
    display: block;
  }
}
.table_01 th {
  background: #f9f9fa;
  color: #bea048;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .table_01 td {
    border-bottom: 1px solid #aeaeaf;
  }
}

.table_02 {
  margin: 10px 0;
  border-top: 2px solid #bea048;
  border-bottom: 2px solid #bea048;
}
.table_02 th, .table_02 td {
  padding: 10px;
  border-bottom: 1px dotted #aeaeaf;
}
@media only screen and (max-width: 750px) {
  .table_02 th, .table_02 td {
    display: block;
  }
}
.table_02 th {
  background: #f9f9fa;
  color: #bea048;
  font-weight: bold;
  text-indent: -2.5rem;
  padding-left: calc(1.8rem + 20px);
}
.table_02 th:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(../img/common/icon_lace_01.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .table_02 td {
    border-bottom: 1px solid #aeaeaf;
  }
}

.caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* リスト */
.list_lace li a {
	margin: 0 0 10px;
    background: linear-gradient(#328acf, #1a64b7);
    color: #fff;
    padding: 1em;
    display: block;
}

@media only screen and (max-width: 750px) {
  .list_lace li {
    background-position: 0 3px;
  }
}
@media only screen and (min-width: 751px) {
  .list_lace li a:hover {

  }
}
@media only screen and (max-width: 750px) {
  .list_lace li a:active {
  }
}

.list_normal li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list_normal li::before {
  content: '●';
  margin-right: 5px;
  font-size: 13px;
  font-family: sans-serif;
  color: #dec077;
}

.list_number {
  padding: 0 0 0 25px;
}
.list_number li {
  list-style: decimal;
  margin: 0 0 10px;
}

/* 定義リスト */
.normal_dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.normal_dl dd {
  margin-bottom: 30px;
}

/* 装飾 */
.jouge_line {
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #bea048;
  border-bottom: 1px solid #bea048;
}

.waku {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #bea048;
}

/*　メインビジュアル(下層)　*/
.mainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .mainVisual {
    height: 186px;
  }
}
.mainVisual .logo {
  max-width: 474px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
}
@media only screen and (max-width: 750px) {
  .mainVisual .logo {
    padding: 30px 10px 0;
    width: 80%;
  }
}
.mainVisual_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.mainVisual_img img {
  min-width: 1185px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  .mainVisual_img img {
    top: 0;
    /*　IE11　*/
    transform: translateY(100%) translateY(-190px) translateY(50%) translateY(-100%);
    transform: translateY(calc((100% - 190px) / 2 * -1));
    left: calc((100% - 1000px) / 2);
  }
}

.naviContactArea {
  background: linear-gradient(#328acf, #1a64b7);
}
.naviContactArea_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 0;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .naviContactArea_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .naviContactArea_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .naviContactArea_inner {
    flex-flow: row wrap;
  }
}
.naviContactArea .btn_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .naviContactArea .btn_wrap {
    flex-flow: row wrap;
    order: 2;
    width: 65%;
  }
}
.naviContactArea .btn.is_metal {
  margin: 5px;
  box-shadow: 0 0 8px 0 #a8cbf2;
  line-height: 130%;
}
@media only screen and (max-width: 750px) {
  .naviContactArea .btn.is_metal {
    width: 100%;
    margin: 0;
    box-shadow: none;
    height: auto;
    height: 42px;
    font-size: 1.5rem;
  }
}
.naviContactArea .btn.is_metal a {
  padding: 8px;
  font-weight: bold;
  font-size: 1.5rem;
}
@media all and (-ms-high-contrast: none) {
  .naviContactArea .btn.is_metal a {
    padding: 10px 10px 6px;
  }
}
@media only screen and (max-width: 750px) {
  .naviContactArea .btn.is_metal a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
  }
}
.naviContactArea .btn.is_metal a .eng {
  display: block;
  font-size: 1.3rem;
  font-family: "adobe-garamond-pro";
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .naviContactArea .btn.is_metal a .eng {
    display: none;
  }
}
.naviContactArea .btn.is_metal.counseling {
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  .naviContactArea .btn.is_metal.counseling {
    margin: 5px 0 0;
  }
}
.naviContactArea .soudan {
  color: #fff;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 750px) {
  .naviContactArea .soudan {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    order: 1;
  }
}
.naviContactArea .soudan p:first-child {
  margin-bottom: 3px;
}
.naviContactArea .soudan .icon.is_yellow {
  margin-left: 5px;
}
.naviContactArea .soudan .gara {
  font-size: 1.6rem;
}
.naviContactArea .telnumber {
  max-width: 293px;
  padding: 0 0 7px 5px;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .naviContactArea .telnumber {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .naviContactArea .telnumber {
    width: 33%;
    order: 3;
  }
}
.naviContactArea .telnumber a {
  display: block;
}

#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 0 0;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#breadcrumb .page_title_sub {
  display: none;
}
#container .contents_wrap #breadcrumb li {
  display: inline;
}

.contactArea {
  background: linear-gradient(#215fa0, #114386);
  padding: 0 8px 0 12px;
}
.contactArea_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .contactArea_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .contactArea_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .contactArea_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
}
.contactArea .soudan {
  display: inline-block;
  padding: 0 0 0 5px;
  color: #fff;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .contactArea .soudan {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .contactArea .soudan {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    order: 1;
  }
}
.contactArea .soudan p:first-child {
  margin-bottom: 3px;
}
.contactArea .soudan .icon.is_yellow {
  margin-left: 5px;
  font-size: 1.6rem;
}
.contactArea .soudan .gara {
  font-size: 1.6rem;
}
.contactArea .telnumber {
  display: inline-block;
  max-width: 50%;
  width: 100%;
  padding: 0 5px 0 0;
  float: right;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .contactArea .telnumber {
    display: block;
    float: none;
    max-width: 80%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 750px) {
  .contactArea .telnumber {
    width: 33%;
    order: 3;
  }
}
.contactArea .telnumber a {
  display: block;
}
.contactArea .btn_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn_wrap {
    flex-flow: row wrap;
    order: 2;
    width: 65%;
    margin-top: 0;
  }
}
.contactArea .btn.is_metal {
  margin: 5px;
  box-shadow: 0 0 8px 0 #a8cbf2;
  width: 100%;
  height: auto;
  line-height: 130%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn.is_metal {
    width: 100%;
    margin: 0;
    box-shadow: none;
    height: auto;
    height: 42px;
  }
}
.contactArea .btn.is_metal + .btn.is_metal {
  margin-left: 35px;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn.is_metal + .btn.is_metal {
    margin-left: 0;
  }
}
.contactArea .btn.is_metal a {
  padding: 15px 15px 10px;
  font-weight: bold;
  font-size: 2rem;
  width: calc(100% - 10px);
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn.is_metal a {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }
}
.contactArea .btn.is_metal a .eng {
  display: block;
  font-size: 1.3rem;
  font-family: "adobe-garamond-pro";
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn.is_metal a .eng {
    display: none;
  }
}
.contactArea .btn.is_metal.counseling {
  margin-left: 5px;
}
@media only screen and (max-width: 750px) {
  .contactArea .btn.is_metal.counseling {
    margin: 5px 0 0;
  }
}

.quicklink {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #fff;
}
.quicklink li {
  width: 100%;
  border-bottom: 1px solid #b9cadd;
}
.quicklink li:not(:last-child) {
  border-right: 1px solid #b9cadd;
}
.quicklink li a {
  display: block;
  height: 100%;
  background-color: #00add6;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
.quicklink_img {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
}
.quicklink_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 140%;
}

.contents_wrap {
  background: #fff;
}

.contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.gaidline h4{
    padding-top: 20px;
	font-size: 1.6rem;
    font-weight: bold;
}

.gaidline{
 text-align: center;
}

@media only screen and (min-width: 751px) and (max-width: 999px) {
  .contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .contents {
    flex-flow: column nowrap;
  }
}
.contents_main {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .contents_main {
    order: 1;
  }
}

.leftmenu {
  max-width: 252px;
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .leftmenu {
    order: 2;
    max-width: 100%;
    margin: 50px 0 0;
  }
}
.leftmenu_bn_contents {
  margin-bottom: 15px;
}

.tokubetsuyutai {
  max-width: 247px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .tokubetsuyutai {
    max-width: 100%;
    margin: 30px 0 0;
  }
}

.affiliation {
  border: 1px solid #bea048;
  margin: 20px 0;
}
.affiliation_title {
  padding: 10px;
  background: linear-gradient(#dbbe64, #b5983c);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.affiliation_ul {
  padding-left: 15px;
  margin-top: 10px;
}

.read {
  margin: 0 0 30px;
}

.googlemap iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 750px) {
  .googlemap iframe {
    height: 250px;
  }
}

.photo_img {
  max-width: 326px;
  width: 100%;
}
.photo_caption {
  font-size: 1.8rem;
  font-weight: bold;
}
.photo_caption.is_before {
  color: #919191;
}
.photo_comments {
  margin: -35px 0 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .photo_comments {
    margin: -30px 0 0;
  }
}

.accordion > li {
  border: 1px solid #8fb0ed;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
}
.accordion_title {
  cursor: pointer;
  padding: 10px 40px;
  background: #fcfbf5;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .accordion_title {
    padding-left: 52px;
  }
}
.accordion_main {
  padding: 15px;
  border-top: 1px dotted #8fb0ed;
  display: flex;
  flex-flow: row nowrap;
}
.accordion_arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  transform: translateY(-50%) rotate(0);
  transition: all .3s;
}
.accordion_arrow.rotate {
  transform: translateY(-50%) rotate(90deg);
  transition: all .3s;
}

.pagination {
  margin: 70px 0;
}
.pagination ul {
  display: box;
  display: flex;
  flex-flow: row wrap;
  box-pack: center;
  justify-content: center;
}
.pagination ul li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  box-pack: center;
  justify-content: center;
  background: #bea048;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  color: #fff;
  border: 1px solid #bea048;
  margin-right: 5px;
}
.pagination ul li.page-of {
  padding-top: 10px;
  margin-right: 5px;
}
.pagination ul li a {
  display: block;
  width: 40px;
  height: 38px;
  background: #fff;
  display: flex;
  box-align: center;
  align-items: center;
  box-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #bea048;
}

.catBtn ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.catBtn ul li {
  width: 19%;
  margin: 3px 0;
  padding: 5px 10px 4px;
  border: 2px solid #bea048;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
}
@media only screen and (max-width: 750px) {
  .catBtn ul li {
    width: 48%;
  }
}
@media only screen and (min-width: 751px) {
  .catBtn ul li:hover {
    background: #bea048;
    color: #fff;
  }
  .catBtn ul li:hover a {
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .catBtn ul li:active {
    background: #bea048;
    color: #fff;
  }
}
.catBtn ul li.current-cat {
  background: #bea048;
  color: #fff;
}
.catBtn ul li.current-cat a {
  color: #fff;
}
.catBtn ul li.is-empty {
  width: 19%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  box-shadow: 0 0 0 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 5px 0;
  background: #0a5083;
  z-index: 1;
  transition: all 1s;
}
.header_change .header {
  height: 60px;
  min-height: 60px;
}
.header_logo {
  display: none;
  width: 313.5px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
}
.header_change .header_logo {
  display: block;
  animation: move_logo 1s;
  transform: translateY(0);
  opacity: 1;
}
.header_text {
  color: #fff;
  font-size: 1.2rem;
  transition: all .3s;
}
@media only screen and (max-width: 750px) {
  .header_text {
    padding: 0 10px;
  }
}
.header_change .header_text {
  display: none;
  animation: move_text 1s;
  transform: translateY(0);
}
h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
h1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
h1{
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
h1 {
    text-align: left;
  }
}

@keyframes move_logo {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes move_text {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav_area {
  z-index: 1;
}
.navfix .nav_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.gNavi {
  background-image: linear-gradient(#1459ae, #003a97);
  transition: left .3s;
  border-top: 1px solid #5f92cc;
  box-shadow: 0 10px 40px 0 #144e92 inset;
}
@media only screen and (max-width: 750px) {
  .gNavi {
    display: none;
    position: fixed;
    top: calc(50% + 40px);
    left: 50%;
    width: 90%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    padding: 20px;
    border-radius: 5px;
    z-index: 2;
  }
}
.gNavi_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  transition: opacity .3s;
}
@media only screen and (max-width: 750px) {
  .gNavi_list {
    display: block;
  }
}
.gNavi_list li {
  max-width: 100%;
  width: 100%;
  border-right: 1px solid #5f92cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .gNavi_list li {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.gNavi_list li:first-child {
  border-left: 1px solid #597baa;
}
@media only screen and (max-width: 750px) {
  .gNavi_list li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 750px) {
  .gNavi_list li:last-child {
    border-bottom: none;
  }
}
.gNavi_list li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.gNavi_list li a .eng {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  font-family: "adobe-garamond-pro";
}
@media only screen and (min-width: 751px) {
  .gNavi_list li a:hover {
    background: #14478a;
  }
}
@media all and (-ms-high-contrast: none) {
  .gNavi_list li a {
    padding: 9px 0 5px;
  }
}
.gNavi_list li a.current {
  background: #14478a;
}

/*ボタン*/
@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.btn_drawer {
  position: fixed;
  top: 20px;
  right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #14478a;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .btn_drawer {
    top: 55px;
  }
}
.btn_drawer .menu-trigger {
  position: relative;
  width: 53px;
  height: 53px;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.btn_drawer .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 9px;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
.btn_drawer .menu-trigger span:nth-of-type(1) {
  top: 15px;
  animation: menu-bar01 .75s forwards;
}
.btn_drawer .menu-trigger span:nth-of-type(2) {
  top: 26.5px;
  transition: all .25s .25s;
  opacity: 1;
}
.btn_drawer .menu-trigger span:nth-of-type(3) {
  top: 38px;
  animation: menu-bar02 .75s forwards;
}
.menu_active .btn_drawer .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
.menu_active .btn_drawer .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu_active .btn_drawer .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}

/*フィルター*/
.filter {
  display: none;
  background: #000;
  opacity: 0.3;
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.localNavi {
  margin-bottom: 20px;
  border: 1px solid #bea048;
  border-radius: 10px;
  overflow: hidden;
}
.localNavi_title {
  padding: 10px;
  background: linear-gradient(#dbbe64, #b5983c);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.localNavi_ul {
  padding: 0 0 10px;
}
.localNavi_ul li + li {
  border-top: 1px dotted #bea048;
}
.localNavi_ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  .localNavi_ul li a {
    padding: 13px 10px 7px;
  }
}
@media only screen and (max-width: 750px) {
  .localNavi_ul li a {
    font-size: 1.6rem;
  }
}
.localNavi_ul li a::before {
  content: '';
  display: inline-block;
  margin-right: 1px;
  border-left: 5px solid #000;
  border-top: 3px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  vertical-align: middle;
}
.localNavi_ul li a:hover, .localNavi_ul li a.current {
  background: linear-gradient(#f3f3f3, #fff 40% #fff);
  color: #bea048;
}

.left_square_banner {
  max-width: 250px;
  width: 100%;
  margin: 10px auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .left_square_banner {
    max-width: 100%;
    margin: 30px 0 0;
  }
}

.footer {
  padding: 30px 0 0;
}
.footer_logo {
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .footer_logo {
    padding: 10px 0;
  }
}
.footer_logo_subtext {
  text-align: center;
  margin-bottom: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_logo_img {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}

.footerMenu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .footerMenu {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .footerMenu {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .footerMenu {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.footerMenu_contents {
  width: 49%;
}
.footerMenu_contents:nth-child(2) {
  align-items: flex-end;
}

.storeAddress a {
  margin: 0 0 10px;
  background: linear-gradient(#328acf, #1a64b7);
	color: #fff;
	padding: 1em;
	display: block;
}
.storeAddress_title {
  font-weight: bold;
	color: #fff;
	font-size: 110%;
}
.storeAddress_title a:hover {
  color: #14478a;
}

.footer_bottom {
  background: #0a5083;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .footer_bottom {
    padding-bottom: 10px;
  }
}

.footerLink {
  border-top: 1px solid #ccc;
  text-align-last: center;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  .footerLink {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
}

/*
.footerLink_list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .footerLink_list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .footerLink_list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .footerLink_list {
    flex-flow: row wrap;
  }
}
@media only screen and (min-width: 751px) {
  .footerLink_list li + li::before {
    content: '|';
    padding: 0 10px;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .footerLink_list li {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 26px);
    text-align: right;
  }
  .footerLink_list li a {
    text-align: right;
  }
  .footerLink_list li:nth-child(even) {
    width: calc(50% + 26px);
    justify-content: flex-start;
    text-align: left;
  }
  .footerLink_list li:nth-child(even)::before {
    content: '|';
    padding: 0 10px;
    color: #fff;
  }
}
.footerLink_list li a {
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .footerLink_list li a {
    font-size: 1.4rem;
  }
}
.footerLink_list li a:hover {
  text-decoration: underline;
}
*/
.footerLink_list,
.footerLink_list_menu{
  margin-left: auto;
  margin-right: auto;
		margin-bottom: 20px;
  max-width: 1000px;
  width: 100%;
		text-align: left;
		text-align-last: left;
		display: block;
}
.footerLink_list li,
.footerLink_list_menu dd{
	 display:  inline-block;
}
.footerLink_list_menu dt {
	 font-size: 16px;
		font-weight: bold;
		color: #FFF;
}

.footerLink_list li a,
.footerLink_list_menu dd a{
  color: #FFF;
}
.footerLink_list li a:hover,
.footerLink_list_menu dd a:hover{
  text-decoration: underline;
}



@media only screen and (min-width: 751px) {
  .footerLink_list li + li::before,
		.footerLink_list_menu dd + dd::before{
    content: '|';
    padding: 0 5px;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .footerLink_list,
		.footerLink_list_menu{
				text-align: left;
		  text-align-last: left;
				margin: 0 10px 20px 10px;
		}
  .footerLink_list_menu dt {
				text-align: center;
		}
  .footerLink_list li,
		.footerLink_list_menu dd{
		  font-size: 14px;
				margin: 0px 10px 5px 0px;
  }
  .footerLink_list li a {
    font-size: 1.2rem;
  }
}





.footer_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  display: block;
  padding: 10px 0 0;
  color: #fff;
}

.mainVisualTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 542px;
  z-index: -1;
}
.main {
text-align: center;
background-image:  url(../img/top/bg_topmainvisual.jpg);
  background-size: 4px;
  background-color: #002569;
  background-position: left top;
  background-repeat: repeat;
}
.main img {
	width:70%;
}

@media only screen and (max-width: 750px) {
  .main {
text-align: center;
margin: 38px 0 0 0;
overflow: hidden;


}
.main img {
    width: 130%;
    margin: 0 0 0 -18%;
}
.header_text {
    font-size: 1rem;
}
  
  
}
.mainVisualTop .logo {
  max-width: 578px;
  width: 100%;
  margin: 40px auto 0;
  transform: translateY(0);
}
@media only screen and (max-width: 750px) {
  .mainVisualTop .logo {
    padding: 0 10px;
  }
}
.navfix .mainVisualTop .logo {
  transform: translateY(578px);
}
.mainVisualTop_text {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisualTop_text p {
  float: right;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}
.mainVisualTop_subtitle {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .mainVisualTop_subtitle {
    bottom: 13%;
	bottom: 26%;
    left: 50%;
    transform: translateX(-55%);
  }
.mainVisualTop_text p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
  
  
}
.mainVisualTop_subtitle p {
  float: right;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 4.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 1px #151866;
}
@media only screen and (max-width: 750px) {
  .mainVisualTop_subtitle p {
    font-size: 2.7rem;
    line-height: 2.9rem;
  }
}
.mainVisualTop_subtitle span {
  font-size: 80%;
}

.main_under {
  text-align: center;
  width: 100%;
  padding: 0px 0 20px;
}
.main_under p {
  font-family: "a-otf-ryumin-pr6n";
  font-size: 2.8rem;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}
@media only screen and (max-width: 750px) {
  .main_under p {
    font-size: 1.8rem;
  }
}
.main_under em {
  color: #151866;
}

.concept {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 0 0 50px;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .concept {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .concept {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.concept_inner {
  background-image: url(../img/common/bg_goldkazari.jpg);
  background-size: 56.5px 80px;
  padding: 20px;
}
.concept_inner_base {
  padding: 35px 40px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px 2px #d3ceba, 0 0 0 12px #fff inset, 0 0 0 13px #ceb25d inset;
  overflow: hidden;
}
.concept_inner_base::before {
  content: '';
  width: 65px;
  height: 55px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: url(../img/common/kazari_goldkazari_01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.concept_inner_base::after {
  content: '';
  width: 61.5px;
  height: 51px;
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url(../img/common/kazari_goldkazari_02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.concept_title {
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .concept_title {
    font-size: 1.8rem;
  }
}
.concept_title_mark {
  display: inline-block;
  width: 58px;
  margin-right: 5px;
}
@media only screen and (max-width: 889px) {
  .concept_title_mark {
    display: block;
    margin: 0 auto;
  }
}
.concept_title img {
  width: 100%;
}
.concept_text {
  position: relative;
  overflow: hidden;
  transition: max-height 1s;
  max-height: 2000px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: bold;
}
img.pc.teacer {
	width: 27%;
	padding: 0 0 0 25px;
}
.concept_text p {
  margin-bottom: 1.5rem;
}
.concept_text .list_normal {
  margin-bottom: 15px;
}
.concept_text .list_normal li {
  margin-bottom: 3px;
}
@media only screen and (min-width: 890px) {
.concept_text {
  width: 70%;
	float: left;
}

}

@media only screen and (max-width: 750px) {
  .concept_text.is_close {
    max-height: 160px;
  }
  .concept_text.is_close::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../img/top/filter_white_grad.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 bottom;
  }
}
.concept_openbtn {
  display: none;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .concept_openbtn {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 5px;
    text-align: center;
  }
}

.president {
  text-align: right;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.president_name {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .president_name {
    display: block;
  }
}

.topNews {
  margin: 0 0 40px;
}
.topNews_contents {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .topNews_contents {
    display: block;
  }
}
.topNews_contents_title {
  width: 160px;
  padding: 20px;
  background: #f2f7fb;
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 750px) {
  .topNews_contents_title {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.topNews .article {
  flex: 1;
  padding: 20px;
  background: #eef2f6;
}
.topNews .article_contents {
  overflow: hidden;
  margin-bottom: 20px;
}
.topNews .article_contents_date {
  width: 100px;
  float: left;
  display: block;
}
@media only screen and (max-width: 750px) {
  .topNews .article_contents_date {
    width: 100%;
    float: none;
  }
}
.topNews .article_contents_title {
  width: calc(100% - 100px);
  float: left;
}
@media only screen and (max-width: 750px) {
  .topNews .article_contents_title {
    width: 100%;
    float: none;
  }
}
.topNews .article_contents_title a {
  text-decoration: underline;
}
.topNews .btn_wrap {
  margin: 30px auto 0;
  text-align-last: center;
}
.topNews .btn_wrap .btn {
  width: 100%;
}

.topMenu {
  margin-bottom: 40px;
  background-image: url(../img/common/bg_goldkazari.jpg);
  background-size: 56.5px;
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .topMenu {
    margin-bottom: 20px;
  }
}
.topMenu > a {
  display: block;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  background-image: url(../img/common/kazari_goldkazari_s_01.png), url(../img/common/kazari_goldkazari_s_02.png), url(../img/common/kazari_goldkazari_s_03.png), url(../img/common/kazari_goldkazari_s_04.png), linear-gradient(#f9f7f0, #fff 31%, #fff);
  background-position: left 3px top 3px, right 3px top 3px, left 3px bottom 3px, right 3px bottom 3px, right top;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat;
  background-size: 21px,21px,21px,21px,auto;
  border: 1px solid #bea048;
  padding: 1.8em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .topMenu > a {
    min-height: 170px;
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .topMenu > a {
    display: block;
    min-height: 0;
    height: auto;
    margin-bottom: 10px;
    padding: 25px 15px 30px;
  }
  .topMenu > a::after {
    content: "";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width: 751px) {
  .topMenu > a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .topMenu > a.is_wakiga {
    min-height: 220px;
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .topMenu > a.is_wakiga {
    height: auto;
  }
}
.topMenu_title {
  color: #bea048;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .topMenu_title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}
.topMenu_text {
  color: #000;
  flex: 1;
  font-size: 1.6rem;
  padding: 1.5em 0 2.5em;
}
@media only screen and (max-width: 750px) {
  .topMenu_text {
    width: 100%;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .topMenu .btn.is_yellow a {
    padding: 6px 10px;
    bottom: 20px;
  }
}

.shinryosho_list .btn a {
  padding: 15px 10px;
  font-size: 3rem;
}

.topPoint {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .topPoint {
    border-bottom: none;
  }
}
.topPoint_contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) and (max-width: 999px) {
  .topPoint_contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .topPoint_contents {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .topPoint_contents {
    flex-flow: row wrap;
    padding: 0;
  }
}

.gosoudankudasai {
  font-family: "a-otf-ryumin-pr6n";
  width: 35%;
  border-right: 1px solid #ccc;
  padding: 20px 10px 0 0;
  background: url(../img/top/top_sodan.png) no-repeat 100% 100%;
	background-size: 60%;
}
@media only screen and (max-width: 750px) {
  .gosoudankudasai {
    order: 2;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
	background: url(../img/top/top_sodan.png) no-repeat 85% 100%;
	background-size: 35%;
  }
}
.gosoudankudasai_title {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .gosoudankudasai_title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.gosoudankudasai_title_gold {
  color: #b3973e;
  font-size: 2.7rem;
}

.koutekihoken {
  width: 30%;
  padding: 20px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 750px) {
  .koutekihoken {
    order: 1;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
  }
}
.koutekihoken_title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-family: "a-otf-ryumin-pr6n";
}
@media only screen and (max-width: 750px) {
  .koutekihoken_title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.usefulcard {
  width: 34%;
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 750px) {
  .usefulcard {
    order: 3;
    width: 100%;
    padding: 20px 10px;
  }
}
.usefulcard_text {
  margin-bottom: 10px;
}

.skymethodCheck {
  margin: 70px 0 0;
  font-size: 1.8rem;
}
.skymethodCheck li {
  margin-bottom: 15px;
  font-weight: bold;
}

.method_text .mt_p {
  margin-top: 2rem;
}

.qabox_Q {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #b0afab;
  font-family: 'meirio';
  font-size: 2.7rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .qabox_Q {
    line-height: 120%;
    vertical-align: middle;
  }
}
.qabox_A {
  margin: -10px 13px 0 0;
  font-family: 'meirio';
  color: #8fb0ed;
  font-size: 2.7rem;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .pageSearchBox {
    display: flex;
    width: 100%;
  }
}
.pageSearchBox input {
  flex-grow: 1;
  padding: 3px;
}
@media only screen and (max-width: 750px) {
  .pageSearchBox input {
    padding: 5px;
  }
}
.pageSearchBox input[type='button'] {
  max-width: 6rem;
  width: 100%;
  margin-left: 3px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .pageSearchBox input[type='button'] {
    appearance: none;
    border: 1px solid #bea048;
    background: #bea048;
    color: #fff;
  }
}

.search_p {
  display: block;
}

.searchWordp {
  display: none;
}

.voiceList li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
.voiceList li::after {
  content: "";
  clear: both;
  display: block;
}
.voiceList_date {
  width: 114px;
  float: left;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .voiceList_date {
    float: none;
  }
}
.voiceList_title {
  max-width: calc(100% - 115px);
  width: 100%;
  float: left;
}
@media only screen and (max-width: 750px) {
  .voiceList_title {
    max-width: 100%;
    float: none;
  }
}
.voiceList_title a {
  text-decoration: underline;
}

.article_date {
  text-align: right;
}
.article_read {
  margin: 50px 0 70px;
  /*worpdress*/
}
.article_read a {
  text-decoration: underline;
}
.article_read a:hover {
  color: #14478a;
}
.article_read .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.article_read .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.article_read .aligncenter {
  display: block;
  margin: 0 auto;
}
.article_read img[class*="wp-image-"],
.article_read img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.article_read .clearfix {
  overflow: hidden;
  zoom: 1;
}
.article_read .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.article_read h2 {
  position: relative;
  margin-top: 15px;	
  margin-bottom: 15px;
  padding: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #b2943b;
  border-left:3px solid #b2943b;
  background :#fff5d5;
}
.article_read h3 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 5px 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bea048;
}

.article_read h4 {
   margin-bottom: 10px;	 
  font-size: 1.6rem;
  font-weight: bold;
  color: #bea048;
}

.article_read ul {
  margin-bottom: 10px;
  padding:0px 0px 0px 10px;
}
.article_read ul li{
  font-weight:bold;
	margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
  .article_read h3 {
    font-size: 1.6rem;
  }
}
.article_read h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 90%;
  background: linear-gradient(#685312, #bc9e47);
}
.article_btn_wrap {
  margin: 70px 0;
  text-align: center;
}

.letter_text {
  margin-bottom: 50px;
}
.letter_text p {
  margin: 0 0 2rem;
}
.letter_capture {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .letter_capture {
    width: 100%;
  }
}
ul.list_lace.clinicList {
    margin: 2% 0 0 0;
}
.clinicList li {
	position: relative;
	float: left;
   width: 49%;
}
.clinicList li:nth-child(2n) {
	float: right;
   width: 49%;
}
.clinicList li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  display: block;
 
}

.clinicList li a:after {
content: "▶︎";
    position: absolute;
    right: 3%;
    top: 40px;
    bottom: 0;
}
@media only screen and (max-width: 750px) {
.clinicList li a:after {
	content: "";
}
.clinicList li {
	float: none;
   width: 100%;
}
.clinicList li:nth-child(2n) {
	float: none;
   width: 100%;
}
}
.miseinen_pdf p {
  text-align: center;
}

.toiawase textarea {
  width: 100%;
  min-height: 100px;
}
.toiawase input[type='checkbox'],
.toiawase input[type='radio'] {
  margin-right: 5px;
}
.toiawase input[name='Email'] {
  width: 100%;
}

.toiawase_btn {
  margin: 30px 0;
}
.toiawase_btn.fukusu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.toiawase_btn .btn input {
  min-width: 200px;
  margin: 0 auto;
  transition: all .3s;
}
.toiawase_btn .btn input:hover {
  cursor: pointer;
}

.question_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.question {
  width: 43%;
  margin: 0 0 70px;
}
@media only screen and (max-width: 750px) {
  .question {
    width: 100%;
    padding-top: 40px;
    margin: 0 0 40px;
  }
  .question + .question {
    border-top: 1px dashed #bea048;
  }
}
.question_title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
.question_img {
  max-width: 310px;
  margin: 0 auto 20px;
}

.page_link li {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url(../img/common/icon_round_arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 50%;
}
.page_link li a {
  color: #14478a;
  font-size: 1.6rem;
}

.chartwaku {
  position: relative;
  height: calc(100vh - 120px);
  background-image: url(../img/common/bg_goldkazari.jpg);
  background-size: 56.5px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px;
}
.chartwaku_inner {
  position: absolute;
  top: 40%;
  left: 10px;
  width: calc(100% - 20px);
  padding: 30px 35px 40px;
  background-color: #fff;
  border-radius: 10px;
  transform: translateY(-50%);
}
.answerBox .chartwaku_inner {
  padding: 25px;
  background-image: url(../img/common/kazari_goldkazari_s_01.png), url(../img/common/kazari_goldkazari_s_02.png), url(../img/common/kazari_goldkazari_s_03.png), url(../img/common/kazari_goldkazari_s_04.png), linear-gradient(#f9f7f0, #fff 31%, #fff);
  background-position: left 3px top 3px, right 3px top 3px, left 3px bottom 3px, right 3px bottom 3px, right top;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat;
  background-size: 21px,21px,21px,21px,auto;
  border: 1px solid #bea048;
  border-radius: 0;
}
.chartwaku_title {
  background-image: url(../img/common/kazari_06.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 40px;
}
.answerBox .chartwaku_title {
  background: none;
  padding: 0;
}
.chartwaku_title:not(:last-child) {
  margin-bottom: 50px;
}

.selectYN {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.selectYN .btn {
  width: 45%;
}

/*院詳細の下部*/
.infoMenu {
  margin: 30px auto 40px;
}

.infoMenu_title {
  margin: 40px 0 0;
}

.infoMenu_title br {
  display: none;
}
@media only screen and (max-width: 750px) {
  .infoMenu_title br {
    display: block;
  }
}

.infoMenu_img {
  width: 45%;
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .infoMenu_img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.infoMenu_text {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 750px) {
  .infoMenu_text {
    width: 100%;
    float: none;
  }
}

.infoMenu h4 {
  font-size: 1.5em;
  font-weight: bold;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .infoMenu h4 {
    width: 100%;
    float: none;
  }
}

.infoMenu .blue-link {
  text-align: right;
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .infoMenu .blue-link {
    font-size: .9em;
  }
}

.infoMenu_campaign {
  background: #a8cbf233;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.infoMenu_campaign h4 {
  font-weight: bold;
  padding-bottom: 5px;
}

.answerBox .is_arrow {
  border: none;
}
.answerBox .is_arrow a {
  color: #fff;
}
.answerBox.is_phimosis .is_arrow a {
  background: #187fc4;
}
.answerBox.is_mitame .is_arrow a {
  background: #f39800;
}
.answerBox.is_enhancement .is_arrow a {
  background: #6fba2c;
}
.answerBox .is_flat {
  width: 100%;
  margin-top: 10px;
}

.subsection {
  box-shadow: 0 0 5px 2px #ddd;
  border-radius: 10px;
  margin-top: 15px;
  padding: 15px;
}
.subsection .chartwaku_title {
  margin-bottom: 15px;
}

.enhance_img {
  text-align: center;
}
.enhance_img img {
  width: auto;
}

.confirmation dd {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #bea048;
}

/*admin-bac.cssでスマホの時強制的にabsoluteになるので、fixのままにする*/
html #wpadminbar {
  position: fixed;
}

.lightbox {
  margin-top: 20%;
}

.sendai-campaign {
  font-size: 135%;
  color: #0c9155;
  text-align: center;
  line-height: 1.4em;
  margin: -10px 0 0px 0;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 750px) {
  .sendai-campaign {
    font-size: 100%;
  }
}
.sendai-campaign a {
  font-size: 90%;
  color: #2868f6;
  text-decoration: underline;
  display: block;
}
#info .section_02 img {
	margin:0 0 30px 0;
}
#info .section_02 .comment {
	float:left;
	width:70%;
}
#info .section_02 .w30 {
	width:30%;
}
.center {
	text-align: center;
}
@media only screen and (max-width: 750px) {

#info .section_02 .comment {
	float:none;
	width:100%;
}
#info .section_02 .w30 {
	width:60%;
	
}
}
/*-----#sec06-----*/
#sec06 {
	margin:0 auto 60px;
}
#sec06 .cf {
	overflow: hidden;
} 
#sec06 p.small_txt {
	font-size: 12px;
}
#sec06 .box {
	background: -webkit-linear-gradient(top,#e1dfd8, #fff);
	background: -moz-linear-gradient(top,#e1dfd8, #fff);
	background: -o-linear-gradient(top,#e1dfd8, #fff);
	background: -ms-linear-gradient(top,#e1dfd8, #fff);
	background: linear-gradient(to top,#e1dfd8, #fff);
	border:3px solid #c19f66;
	padding:40px 30px;
	margin:-10px auto 20px;
}
#sec06 .box:first-child {
	margin:0 auto 20px;
}
#sec06 h2 {
    font-size: 200%;
    font-weight: 600;
    color: #005280;
    text-align: center;
    padding: 0 0 4%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec06 h3 {
	font-size:26px;
	text-align: center;
	padding:0 0 4%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec06 h3 span {
	padding:0 20px 0 0;
}

#sec06 a:first-child img {
	margin:2% 0;
}
#sec06 #step01 .fl_left,#sec06 #step01 .fl_right,#step03 .fl_right,#step02 .fl_right{
	width:48%;
	float: right;
}
#sec06 #step01 img {
    margin: 0 0 10px;
}
#sec06 .yaji{
	width:70px;
	margin:-32px auto 0;
	text-align: center;
}
.network p a {
    font-size: 160%;
    border-bottom: 1px solid #005280;
    text-decoration: none;
    color: #005280;
	text-align: center;
}
#step02 .fl_left,#step03 .fl_left {
	width:48%;
	float: left;
}
#step04 img,#step05 img{
	width:450px;
	margin:0 auto;
}
#step04 .center,#step05 .center {
    text-align: center;
}
#step04 p.small_txt {
	text-align: center;
}
#step06 h4 {
	font-size: 24px;
	font-weight: 600;
}
#step06 .bg_box {
	background:#fff;
	padding:10px;
}
#step06 .bg_box p {
	margin:0 0 10px;
}
#step06 .bg_box ul {
	overflow: hidden;
}
#step06 .bg_box li {
	float:left;
	width:95px;
	margin:0 10px 0 0;
}
#step06 .bg_box li:last-child {
	margin:0 0 0 0;
}
#step06 .bg_box p {
	font-size: 20px;
}
.section_02 .col2_contents {
  margin:0 0 4%;
}
@media only screen and (max-width: 750px) {
/*-----#sec06-----*/
#sec06 {
	margin:0 auto 8%;
}
#sec06 .box {
	background: -webkit-linear-gradient(top,#e1dfd8, #fff);
	background: -moz-linear-gradient(top,#e1dfd8, #fff);
	background: -o-linear-gradient(top,#e1dfd8, #fff);
	background: -ms-linear-gradient(top,#e1dfd8, #fff);
	background: linear-gradient(to top,#e1dfd8, #fff);
	border:3px solid #c19f66;
	padding:6% 4%;
	margin:-6% auto 0;
}
#sec06 .box:first-child {
	margin:0 auto 0;
}
#sec06 h2 {
    font-size: 120%;
}
#sec06 h3 {
	font-size:120%;
	text-align: center;
	padding:0 0 4%;
}
#sec06 h3 span {
	display:block;
	padding: 0;
}

#sec06 p {
	padding:3% 0;
}
#sec06 a:first-child img {
	margin:2% 0;
}
#sec06 #step01 .fl_left,#sec06 #step01 .fl_right{
	width:49%;
}
#sec06 .yaji{
	width:14%;
	margin:-5% auto 0;
	text-align: center;
}
.network p a {
    font-size: 110%;
}
#step02 .fl_left,#step02 .fl_right,#step03 .fl_left,#step03 .fl_right {
	float:none;
	width:100%;
}
#step04 img, #step05 img {
    width: 100%;
    margin: 0 auto;
}
#step06 .bg_box {
	background:#fff;
}

#step06 .bg_box ul {
	padding:2%;
	overflow: hidden;
	margin: 0 0 4%;
}
#step06 .bg_box li {
	float:left;
	width:19.2%;
	margin:0 1% 0 0;
}
#step06 .bg_box li:last-child {
	margin:0 0 0 0;
}
#step06 .bg_box p {
	padding:3% 0 0 2%;
	font-size: 90%;
}
}


#recruit .mainPhoto {
	margin:0 0 4%;
}
#recruit h3 {
	font-size: 2.8rem;
	color: #bea048;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 2%;
}
#recruit h4 {
	font-size: 2.2rem;
	color: #114386;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 0 2%;
}
#recruit p {
	margin: 0 0 2%;
}
#recruit dt {
	float:left;
	width:20%;
	padding:0 0 0 1em;
	font-weight: bold;
}
#recruit dd{
	border-bottom: 2px solid #d0e5fd;
	margin:0 0 2% 0;
	padding: 0 0 2% 20%;
}
#recruit a {
	text-decoration: underline;
	color:#114386;
}
@media only screen and (max-width: 750px) {
	 #recruit h3 {
		font-size: 100%;
	}
	#recruit p.center {
	font-size: 80%;
}
	#recruit dt {
		float:none;
		width:100%;
		padding:0 0 0 1em;
	}	
	#recruit dd{
		border-bottom: 2px solid #d0e5fd;
		padding: 0 0 2% 1em;
	}	

}

/*症状詳細ページ*/
h4.trouble {
	position: relative;
    padding: 1em 0px 0.6em;
	font-size: 115%;
	color: #b3973b;
	font-weight: bold;
}

h4.trouble:after {
 content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #dbbe64, transparent);
  background: linear-gradient(to right, #dbbe64, transparent);
}

span.parenthesis{
    font-weight: bold;
    color: #292333;
    font-size: 105%;
    margin: 0.8em 0 0.1em;
    display: inline-block;
}

ol.trouble  {
    position: relative;
    margin: 0 0 1.2rem 0;
    padding:0
}
 
ol.trouble li  {
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em
}
ol.trouble li span {
    position: absolute;
    left:0;
    margin:0
}


@media only screen and (max-width: 750px) {
h3.trouble {
    background: linear-gradient(#dbbe64, #b5983c);
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 10px 30px;
    font-size: 1.9rem;
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
}
	
	
	h4.trouble {
		padding: .5em 0px 0.3em;
		font-size: 105%;
	}

	span.parenthesis{
		font-size: 100%;
	}
	
}

/*症状詳細から手術への導線バナー*/
p.ope_banner a{
	background: linear-gradient(#dbbe64, #b5983c);
    color: white;
    width: 98%;
    text-align: center;
    padding: 1em 0;
    margin: 1%;
    font-weight: bold;
    display: block;
    font-size: 180%;
    border: 5px solid #fff;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}

@media only screen and (max-width: 750px) {
	
	p.ope_banner a{
		font-size: 120%;
	}
}


/*症状詳細へのリンク*/
h4.symptom {
    text-align: center;
    font-size: 120%;
}


ul.symptom li a{
    background: linear-gradient(#328acf, #1a64b7);
    color: white;
    width: 48%;
    text-align: center;
    padding: 1em 0;
    margin: 0.75%;
    float: left;
    font-weight: bold;
    font-size: 130%;
    border: 5px solid #fff;
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
-o-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
-ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

ul.symptom li a:hover{
	opacity: 0.8;
}

/*手術ページ*/

th.taitoru{
	width: 21%;
}
td.okane{
	width: 42%;
}
td.taimu{
	width: 37%;
}
td.naiyo{
	width: 79%;
}

.illust_r{
    float: right;
    width: 140px;
    margin: 0 0 0 60px;
}
.illust_r img{
	width: 100%;
}

.pic_annotation{
    text-align: right;
    font-size: 80%;
    width: 100%;
    display: inline-block;
}

p.linkblue{
	margin: 3% 0 0 0;
}

p.linkblue a{
    color: #328ACF;
    font-weight: bold;
    font-size: 110%;
}

.ope_koumoku{
    color: #bea048;
    font-weight: bold;
}

.design span{
	color: #00a4c0;
	font-weight: bold;
}
#street {
	overflow: hidden;
	margin: 4% 0 0 0;
}
#street li {
	float:left;
	width:48%;
	margin: 0 4% 4% 0;
}
#street li:nth-child(2n) {
	margin: 0 0 4% 0;
}
@media only screen and (max-width: 750px) {
	
.illust_r{
    width: 40%;
    margin: 0 0 0 6%;
}
	
	th.taitoru{
		width: 100%;
	}
	td.okane{
		width: 100%;
	}
	td.taimu{
		width: 100%;
	}
	td.naiyo{
		width: 100%;
	}
	#street li {
	float:none;
	width:100%;
	margin: 0 0 4% 0;
}
}

