@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-size: 62.5%;
}

/* ___________________Font */
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 {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ___________________Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

/* ___________________header */
/* ___________________global navigation */
/* ___________________layout */
/* ___________________footer */
#footer {
  margin: 0 auto;
}

/* ___________________UI */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  html, body {
    min-width: 1250px;
  }

  .sp {
    display: none;
  }

  /* ___________________Layout */
  .common_inner {
    width: 1200px;
    margin: 0 auto;
  }

  .common_btn {
    text-align: center;
    margin: 0 auto;
  }
  .common_btn a {
    position: relative;
    border: 2px solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
    display: block;
    min-width: 200px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 30px 10px 30px 20px;
  }
  .common_btn a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #c2a712;
    margin-left: 15px;
  }
  .common_btn a:hover {
    text-decoration: none;
  }

  .common_menu_list_pc {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_menu_list_pc .item {
    font-size: 1.4rem;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }
  .common_menu_list_pc .item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    padding-right: 15px;
    padding-bottom: 12px;
    color: #333;
  }
  .common_menu_list_pc .item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  .common_menu_list_pc .item a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '↓';
    font-size: 1.2rem;
    color: #c2a712;
  }
  .common_menu_list_pc .item.on a {
    font-weight: bold;
  }

  .btn_gold a {
    background-color: #fff;
  }
  .btn_gold a:hover {
    background-color: #f7f1d2;
  }

  .btn_navy a {
    position: relative;
    display: block;
    min-width: 200px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    padding: 20px 10px 20px 30px;
    background-color: #00406c;
  }
  .btn_navy a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    margin-left: 15px;
  }
  .btn_navy a:hover {
    text-decoration: none;
  }
  .btn_navy:hover {
    text-decoration: none;
    opacity: .8;
  }

  .sec_title {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    padding-top: 65px;
    margin-bottom: 40px;
  }
  .sec_title::before {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #c2a712;
  }
  .sec_title .sec_title_eng {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    color: #0f9add;
  }
  .sec_title .sec_title_eng span {
    font-size: 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#8febec), color-stop(50%, #57d2e3), to(#57c0e3));
    background: -o-linear-gradient(top, #8febec 0%, #57d2e3 50%, #57c0e3 100%);
    background: linear-gradient(180deg, #8febec 0%, #57d2e3 50%, #57c0e3 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  .sec_title2 {
    text-align: left;
  }
  .sec_title2::before {
    margin: 0;
  }

  .common_exam_table .table th, .common_exam_table .table td {
    text-align: center;
  }
  .common_exam_table .table th:first-child, .common_exam_table .table td:first-child {
    text-align: left;
  }
  .common_exam_table .note {
    font-size: 1.2rem;
    color: #888888;
    margin-bottom: 8px;
  }
  .common_exam_table .note:first-of-type {
    margin-top: 15px;
  }
  .common_exam_table .note:last-child {
    margin-bottom: 38px;
  }

  /* ___________________header */
  #header {
    width: 100%;
    min-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    padding: 22px 20px 18px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
  }
  #header .logo_area {
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .logo {
    margin-right: 15px;
  }
  #header .h_desc {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 8px;
  }
  #header.header_top {
    background-color: transparent;
  }
  #header.header_top .h_desc strong {
    color: #fff;
  }
  #header.header_top .gnav {
    width: 770px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #header.header_top .gnav > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header.header_top .gnav > .list > .item {
    margin-right: 30px;
  }
  #header.header_top .gnav > .list > .item:last-child {
    margin-right: 0;
  }
  #header.header_top .gnav > .list > .item > a {
    color: #fff;
  }
  #header.header_top .gnav > .list > .item > a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  #header.header_top .gnav .has_child > a::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #header.header_top .gnav .has_child > a:hover::after {
    border-bottom: 1px solid #c2a712;
    border-right: 1px solid #c2a712;
  }
  #header.header_top.fixed .h_desc strong {
    color: #333;
  }
  #header.header_top.fixed .gnav .item a {
    color: #333;
  }
  #header.header_top.fixed .gnav .item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  #header.header_top.fixed .gnav .has_child a::after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  #header.header_top.fixed .gnav .has_child a:hover::after {
    border-bottom: 1px solid #c2a712;
    border-right: 1px solid #c2a712;
  }
  #header.header_top.on {
    background-color: #fff;
  }
  #header.header_top.on .h_desc strong {
    color: #333;
  }
  #header.header_top.on .gnav .item a {
    color: #333;
  }
  #header.header_top.on .gnav .item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  #header.header_top.on .gnav .has_child a::after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  #header.header_top.on .gnav .has_child a:hover::after {
    border-bottom: 1px solid #c2a712;
    border-right: 1px solid #c2a712;
  }
  #header.fixed {
    background-color: rgba(255, 255, 255, 0.85);
  }
  #header.fixed .gnav .item a {
    color: #333;
  }
  #header.fixed .gnav .item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  #header.fixed .gnav .has_child a::after {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  #header.fixed .gnav .has_child a:hover::after {
    border-bottom: 1px solid #c2a712;
    border-right: 1px solid #c2a712;
  }

  .gnav {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .gnav > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gnav > .list > .item {
    margin-right: 30px;
  }
  .gnav > .list > .item:last-child {
    margin-right: 0;
  }
  .gnav > .list > .item > a {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: .025em;
    padding-top: 20px;
    padding-bottom: 43px;
  }
  .gnav > .list > .item > a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  .gnav .has_child > a {
    position: relative;
  }
  .gnav .has_child > a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg) translateY(-5px);
        -ms-transform: rotate(45deg) translateY(-5px);
            transform: rotate(45deg) translateY(-5px);
    vertical-align: middle;
    margin-left: 5px;
  }
  .gnav .has_child > a:hover::after {
    border-bottom: 1px solid #c2a712;
    border-right: 1px solid #c2a712;
  }
  .gnav .sub_nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 99px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 11px rgba(85, 85, 85, 0.2);
            box-shadow: 0 9px 11px rgba(85, 85, 85, 0.2);
  }
  .gnav .sub_nav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
  }
  .gnav .sub_nav .block {
    width: calc(95% /5);
  }
  .gnav .sub_nav .item {
    display: block;
  }
  .gnav .sub_nav .c_item a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #555;
    padding-left: 10px;
  }
  .gnav .sub_nav .c_item a::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background-color: #555555;
  }
  .gnav .sub_nav .c_item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  .gnav .sub_nav .c_item + .c_item {
    margin-top: 25px;
  }
  .gnav .sub_nav .c_item + .g_item {
    margin-top: 15px;
  }
  .gnav .sub_nav .g_item a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #888;
    padding-left: 20px;
  }
  .gnav .sub_nav .g_item a::before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: '';
    display: block;
    width: 4px;
    height: 1px;
    background-color: #555;
  }
  .gnav .sub_nav .g_item a::after {
    position: absolute;
    top: 4px;
    left: 10px;
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background-color: #555;
  }
  .gnav .sub_nav .g_item a:hover {
    color: #c2a712;
    text-decoration: none;
  }
  .gnav .sub_nav .g_item + .c_item {
    margin-top: 20px;
  }
  .gnav .sub_nav .g_item + .g_item {
    margin-top: 15px;
  }

  /* ___________________global navigation */
  #bc {
    margin-bottom: 85px;
  }
  #bc .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  #bc .list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #bc .list li {
    font-size: 1.2rem;
    margin-right: 12px;
  }
  #bc .list li a {
    display: inline-block;
    font-size: 1.2rem;
  }
  #bc .list li a:after {
    content: '>';
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 12px;
  }

  /* ___________________footer */
  #footer {
    padding-bottom: 10px;
  }
  #footer .footer_head {
    background: url("../images/top/f_bg.jpg") center top/cover no-repeat;
  }
  #footer .footer_head .inner {
    padding-top: 80px;
    padding-bottom: 105px;
  }
  #footer .footer_head .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 75px;
  }
  #footer .footer_head .detail {
    width: 600px;
  }
  #footer .footer_head .detail_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  #footer .footer_head .detail_head .f_logo {
    width: 256px;
  }
  #footer .footer_head .detail_head .f_logo img {
    width: 100%;
  }
  #footer .footer_head .detail_head .address {
    width: 320px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #footer .footer_head .exam {
    background-color: #fff;
    padding: 30px 40px 0;
    margin-bottom: 20px;
  }
  #footer .footer_head .exam .note {
    font-size: 1.2rem;
    color: #888888;
    padding-bottom: 8px;
  }
  #footer .footer_head .exam .note:first-of-type {
    padding-top: 15px;
  }
  #footer .footer_head .exam .note:last-child {
    padding-bottom: 38px;
  }
  #footer .footer_head .table {
    width: 100%;
    font-size: 1.2rem;
  }
  #footer .footer_head .table tr {
    border-bottom: 1px solid #888;
  }
  #footer .footer_head .table th, #footer .footer_head .table td {
    line-height: 1.3;
  }
  #footer .footer_head .table th {
    text-align: left;
    padding: 0 5px 13px;
  }
  #footer .footer_head .table td {
    padding: 13px 5px;
    vertical-align: middle;
  }
  #footer .footer_head .table td.open {
    color: #57c0e3;
  }
  #footer .footer_head .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .footer_head .access .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }
  #footer .footer_head .access .image {
    width: 64px;
    margin-right: 10px;
  }
  #footer .footer_head .access .image img {
    width: 100%;
  }
  #footer .footer_head .access .desc {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  #footer .footer_head .access .desc span {
    font-size: 2.4rem;
  }
  #footer .footer_head .map {
    width: 580px;
  }
	#footer .footer_head .map .address{
		margin-top:10px;
		font-size:14px;
		line-height:1.5;
	}
	#footer .footer_head .map img{
		margin-bottom:10px;
	}
  #footer .footer_head .f_contact {
    width: 100%;
    background-color: #00406c;
    -webkit-box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
            box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
    padding: 40px 0;
    margin: 0 auto;
  }
  #footer .footer_head .f_contact .title {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .footer_head .f_contact .desc {
    font-size: 1.5rem;
    line-height: 1.86667;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
  }
  #footer .footer_head .f_contact .reserve {
    width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #footer .footer_head .f_contact .btn {
    width: 310px;
  }
  #footer .footer_head .f_contact .btn a {
    display: block;
    text-align: center;
    color: #c2a712;
  }
  #footer .footer_head .f_contact .btn a:hover {
    text-decoration: none;
  }
  #footer .footer_head .f_contact .btn a::after {
    display: none;
  }
  #footer .footer_head .f_contact .btn img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #footer .footer_head .f_contact .btn1 a {
    font-size: 1.7rem;
    padding: 30px 20px 30px 10px;
  }
  #footer .footer_head .f_contact .btn1 img {
    width: 18px;
    margin-right: 18px;
  }
  #footer .footer_head .f_contact .btn1 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 13px;
  }
  #footer .footer_head .f_contact .btn2 a {
    padding: 21px 20px 21px 10px;
  }
  #footer .footer_head .f_contact .btn2 img {
    width: 16px;
    margin-right: 13px;
  }
  #footer .footer_head .f_contact .btn2 .num {
    display: block;
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
  #footer .footer_head .f_contact .btn2 .desc1 {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .025em;
    margin-bottom: 8px;
  }
  #footer .footer_head .f_contact .btn2 .desc2 {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .025em;
    margin-top: 8px;
  }
  #footer .footer_nav {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #footer .footer_nav::before {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 432px - 273px);
    content: '';
    display: inline-block;
    width: 273px;
    height: 340px;
    background: url("../images/common/f_logo.png");
  }
  #footer .footer_nav .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
  }
  #footer .footer_nav .block1 {
    width: 165px;
  }
  #footer .footer_nav .block2 {
    width: 230px;
  }
  #footer .footer_nav .block3 {
    width: 220px;
    padding-top: 40px;
  }
  #footer .footer_nav .block4 {
    width: 175px;
    padding-top: 40px;
  }
  #footer .footer_nav .block5 {
    width: 205px;
    padding-top: 40px;
  }
  #footer .footer_nav .block6 {
    width: 190px;
    padding-top: 40px;
  }
  #footer .footer_nav .p_item a {
    font-size: 1.5rem;
    color: #333;
  }
  #footer .footer_nav .p_item + .p_item {
    margin-top: 30px;
  }
  #footer .footer_nav .p_item + .c_item {
    margin-top: 25px;
  }
  #footer .footer_nav .c_item a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #555;
    padding-left: 10px;
  }
  #footer .footer_nav .c_item a::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background-color: #555555;
  }
  #footer .footer_nav .c_item + .c_item {
    margin-top: 25px;
  }
  #footer .footer_nav .c_item + .g_item {
    margin-top: 15px;
  }
  #footer .footer_nav .g_item a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #888;
    padding-left: 20px;
  }
  #footer .footer_nav .g_item a::before {
    position: absolute;
    top: 8px;
    left: 10px;
    content: '';
    display: block;
    width: 4px;
    height: 1px;
    background-color: #555;
  }
  #footer .footer_nav .g_item a::after {
    position: absolute;
    top: 4px;
    left: 10px;
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background-color: #555;
  }
  #footer .footer_nav .g_item + .c_item {
    margin-top: 20px;
  }
  #footer .footer_nav .g_item + .g_item {
    margin-top: 15px;
  }
  #footer .copyright {
    font-size: 1.2rem;
    text-align: center;
  }

  /* ___________________Contents */
  #kv {
    width: 100%;
    height: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#7598cf), to(#70cdde));
    background: -o-linear-gradient(left, #7598cf 0%, #70cdde 100%);
    background: linear-gradient(90deg, #7598cf 0%, #70cdde 100%);
    padding-top: 100px;
    margin-bottom: 15px;
  }
  #kv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #kv .page_title {
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    line-height: 1.3;
    color: #fff;
  }
  #kv .kv_desc {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #fff;
  }
  #kv.news_kv .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #kv.news_kv .date {
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  #kv.news_kv .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #kv.news_kv .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #kv.news_kv .cats .cat {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 5px 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfa201), color-stop(50%, #c4aa1a), to(#bfa201));
    background: -o-linear-gradient(top, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    background: linear-gradient(to bottom, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    margin-right: 10px;
  }
  #kv.news_kv .cats .cat:last-child {
    margin-right: 0;
  }

  #wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #wrapper .content_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  #wrapper .main {
    width: 100%;
    max-width: 840px;
  }
  #wrapper .aside {
    width: 100%;
    max-width: 300px;
  }
  #wrapper .aside .aside_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #wrapper .aside .list {
    padding-left: 5px;
    list-style-type: none;
  }
  #wrapper .aside .item {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #wrapper .aside .item a {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 15px;
    color: #333;
  }
  #wrapper .aside .item a:hover {
    font-weight: bold;
    text-decoration: none;
  }
  #wrapper .aside .item a:hover:before {
    opacity: 1;
  }
  #wrapper .aside .item a:before {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c2a712;
  }
  #wrapper .aside .item.on a {
    font-weight: bold;
  }
  #wrapper .aside .item.on a:before {
    opacity: 1;
  }
  #wrapper .aside.fixed {
    position: fixed;
    top: 120px;
    right: calc(50% - 300px - 300px);
  }
  #wrapper .aside.fixed_bottom {
    position: absolute;
    bottom: 0;
    right: calc(50% - 300px - 300px);
  }
  #wrapper .contents {
    font-size: 1.5rem;
    line-height: 2;
    overflow: hidden;
    width: 100%;
  }
  #wrapper .contents .content_btn {
    display: block;
    margin-bottom: 35px;
  }
  #wrapper .contents .content_btn a {
    display: inline-block;
    min-width: 280px;
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: center;
    padding: 22px 10px;
  }
  #wrapper .contents .content_btn a:before, #wrapper .contents .content_btn a:after {
    display: none !important;
  }
  #wrapper .contents .content_btn a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #wrapper .contents .content_btn.btn1 a {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
  }
  #wrapper .contents .content_btn.btn2 a {
    color: #fff;
    background-color: #00406c;
  }
  #wrapper .contents .content_btn.btn3 a {
    color: #333;
    border: 2px solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
  }
  #wrapper .contents h2:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    color: #00406c;
    line-height: 1.3333;
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2a712;
  }
  #wrapper .contents h3:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    line-height: 1.3333;
    color: #00406c;
    margin-bottom: 15px;
  }
  #wrapper .contents h4:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
    line-height: 1.3333;
    color: #00406c;
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 1px solid #00406c;
  }
  #wrapper .contents h5:not([class]),
  #wrapper .contents h6:not([class]) {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1.3333;
    color: #00406c;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  #wrapper .contents h5:not([class]):before,
  #wrapper .contents h6:not([class]):before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #00406c;
  }
  #wrapper .contents p:not([class]) {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  #wrapper .contents img {
    max-width: 100%;
    margin-bottom: 35px;
  }
  #wrapper .contents .aligncenter, #wrapper .contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 20px;
  }
  #wrapper .contents .alignright {
    display: block;
    float: right;
    margin-left: 15px;
  }
  #wrapper .contents .alignleft {
    display: block;
    float: left;
    margin-right: 15px;
  }
  #wrapper .contents b, #wrapper .contents strong {
    font-weight: bold;
  }
  #wrapper .contents i {
    font-style: italic;
  }
  #wrapper .contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  #wrapper .contents a {
    color: #0f9add;
    text-decoration: none;
  }
  #wrapper .contents a:hover {
    text-decoration: underline;
  }
  #wrapper .contents a[target="_blank"] {
    position: relative;
    padding-right: 25px;
  }
  #wrapper .contents a[target="_blank"]:before, #wrapper .contents a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
  }
  #wrapper .contents a[target="_blank"]:before {
    width: 10px;
    height: 6px;
    border: 1px solid #0f9add;
    top: 6px;
    right: 5px;
  }
  #wrapper .contents a[target="_blank"]:after {
    width: 10px;
    height: 5px;
    border-left: 1px solid #0f9add;
    border-bottom: 1px solid #0f9add;
    bottom: 6px;
    right: 8px;
  }
  #wrapper .contents a[href$=".pdf"] {
    position: relative;
    padding-left: 20px;
  }
  #wrapper .contents a[href$=".pdf"]:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_pdf.png");
    width: 12px;
    height: 16px;
  }
  #wrapper .contents ul {
    padding: 45px 40px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
  }
  #wrapper .contents ul li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  #wrapper .contents ul li:last-child {
    margin-bottom: 0;
  }
  #wrapper .contents ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2a712;
  }
  #wrapper .contents ol {
    padding: 45px 40px 45px 55px;
    margin-bottom: 30px;
    background-color: #f8f8f8;
  }
  #wrapper .contents ol li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 5px;
    margin-bottom: 15px;
  }
  #wrapper .contents ol li:last-child {
    margin-bottom: 0;
  }
  #wrapper .contents table {
    width: 100%;
    border: 1px solid #d9d9d9;
  }
  #wrapper .contents table th, #wrapper .contents table td {
    padding: 15px 25px;
  }
  #wrapper .contents table th {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background-color: #00406c;
    min-width: 150px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: top;
  }
  #wrapper .contents table td {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  #wrapper .contents table td img {
    max-width: 100%;
    margin-bottom: 0;
  }
  #wrapper .contents .pt1 {
    margin-bottom: 80px;
  }
  #wrapper .contents .pt1 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrapper .contents .pt1 .image {
    position: relative;
    width: 380px;
    height: 240px;
    overflow: hidden;
  }
  #wrapper .contents .pt1 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #wrapper .contents .pt1 .detail {
    width: calc(100% - 380px - 40px);
    padding-top: 5px;
  }
  #wrapper .contents .pt1 .detail .stitle {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
  }
  #wrapper .contents .pt1 .detail .mtitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #wrapper .contents .pt1 .detail .desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  #wrapper .contents .pt2 {
    margin-bottom: 80px;
  }
  #wrapper .contents .pt2 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrapper .contents .pt2 .block {
    width: 405px;
  }
  #wrapper .contents .pt2 .image {
    position: relative;
    width: 405px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #wrapper .contents .pt2 .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #wrapper .contents .pt2 .detail .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #wrapper .contents .pt2 .detail .desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  #wrapper .contents .table_pt1, #wrapper .contents .table_pt2, #wrapper .contents .table_pt3 {
    margin-bottom: 80px;
  }
  #wrapper .contents .table_pt1 td:first-of-type {
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt2 tr:first-child td {
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt3 tr:first-child td {
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt3 tr td:first-child {
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .author {
    background-color: #f5fafe;
    padding: 45px 60px 65px;
    margin-bottom: 80px;
  }
  #wrapper .author .title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2a712;
    -o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #c2a712 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #c2a712), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #c2a712 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 35px;
  }
  #wrapper .author .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrapper .author .image {
    position: relative;
    width: 180px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
  }
  #wrapper .author .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #wrapper .author .detail {
    width: 510px;
  }
  #wrapper .author .detail .name {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #wrapper .author .detail .desc {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 18px;
  }
  #wrapper .author .detail .btn {
    width: 200px;
  }
  #wrapper .author .detail .btn a {
    color: #fff;
  }
  #wrapper .author .detail .btn a:before {
    display: none;
  }
  #wrapper .related .title {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    color: #00406c;
    background-color: #f8f8f8;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  #wrapper .related article {
    margin-bottom: 25px;
  }
  #wrapper .related article:last-child {
    margin-bottom: 0;
  }
  #wrapper .related article a {
    display: block;
  }
  #wrapper .related article a:hover {
    text-decoration: none;
  }
  #wrapper .related article a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  #wrapper .related article .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrapper .related article .image {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
  }
  #wrapper .related article .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  #wrapper .related article .detail {
    width: calc(100% - 160px - 30px);
    padding-top: 15px;
  }
  #wrapper .related article .detail .a_title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #wrapper .related article .detail .desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  #wrapper.news .back_btn {
    width: 300px;
    margin: 50px auto 0;
  }
  #wrapper.news .back_btn a {
    padding: 20px 10px 20px 20px;
  }
  #wrapper.archive_news .news_list {
    background-color: #fff;
    padding: 0;
    margin-bottom: 40px;
  }
  #wrapper.archive_news .news_list .item {
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  #wrapper.archive_news .news_list .item a {
    display: block;
    padding: 22px 15px;
  }
  #wrapper.archive_news .news_list .item a:hover {
    background-color: rgba(247, 241, 210, 0.5);
  }
  #wrapper.archive_news .news_list .item::before {
    display: none;
  }
  #wrapper.archive_news .news_list article a {
    display: block;
  }
  #wrapper.archive_news .news_list article a:hover {
    background-color: rgba(247, 241, 210, 0.5);
    text-decoration: none;
  }
  #wrapper.archive_news .news_list article .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #wrapper.archive_news .news_list article .date {
    width: 75px;
    font-size: 1.4rem;
    margin-right: 18px;
  }
  #wrapper.archive_news .news_list article .cats {
    width: calc(100% - 90px);
    margin-right: 20px;
  }
  #wrapper.archive_news .news_list article .cat {
    display: inline-block;
    min-width: 70px;
    max-width: 100px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfa201), color-stop(50%, #c4aa1a), to(#bfa201));
    background: -o-linear-gradient(top, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    background: linear-gradient(to bottom, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    padding: 6px 5px;
    margin-right: 10px;
  }
  #wrapper.archive_news .news_list article .cat:last-child {
    margin-right: 0;
  }
  #wrapper.archive_news .news_list article .title {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.71429;
  }

  #qa {
    margin-bottom: 80px;
  }
  #qa dt {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .025em;
    padding: 25px 40px 25px 80px;
    background-color: #00406c;
  }
  #qa dt:before {
    position: absolute;
    top: 25px;
    left: 40px;
    content: 'Q';
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    color: #c2a712;
    font-weight: bold;
    line-height: 1;
  }
  #qa dt span {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
  }
  #qa dt span::before, #qa dt span::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  #qa dt span:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  #qa dt:hover {
    opacity: .8;
    cursor: pointer;
  }
  #qa dd {
    display: none;
    position: relative;
    font-size: 1.5rem;
    line-height: 2;
    padding: 25px 40px 25px 80px;
  }
  #qa dd:before {
    position: absolute;
    top: 25px;
    left: 40px;
    content: 'A';
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    color: #00406c;
    font-weight: bold;
    line-height: 1;
  }
  #qa dl.on dt span:before {
    display: none;
  }
  #qa dl.on dd {
    display: block;
  }

  #fixed {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 100;
  }
  #fixed.fixed_top {
    display: none;
  }
  #fixed .btn {
    width: 245px;
    -webkit-box-shadow: 1px 0 11px rgba(85, 85, 85, 0.3);
            box-shadow: 1px 0 11px rgba(85, 85, 85, 0.3);
  }
  #fixed .btn a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px 22px 20px 18px;
  }
  #fixed .btn a img {
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  #fixed .btn a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #fixed .tel {
    width: 245px;
  }
  #fixed .tel a {
    background-color: #00406c;
  }
  #fixed .tel a img {
    width: 16px;
  }
  #fixed .reserve a {
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    letter-spacing: .025em;
    text-orientation: upright;
  }
  #fixed .reserve a img {
    width: 18px;
  }

  #fixed_bnr {
    position: fixed;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #fixed_bnr .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #fixed_bnr .fixed_bnr_close {
    display: none;
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 22px;
    height: 22px;
    background: url("../images/common/fixed_bnr_close.svg") center center/100% no-repeat;
  }
  #fixed_bnr .fixed_bnr_inner {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  #fixed_bnr .fixed_bnr_inner span {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 22px 19px 18px;
  }
  #fixed_bnr .fixed_bnr_inner:hover {
    opacity: .8;
  }
  #fixed_bnr a {
    position: relative;
    display: block;
    line-height: 1.3;
    width: 100%;
    min-width: 245px;
    height: 60px;
  }
  #fixed_bnr a:hover {
    opacity: .8;
    text-decoration: none;
  }

  .wp-pagenavi {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 100px auto 0;
  }
  .wp-pagenavi .page, .wp-pagenavi .first, .wp-pagenavi .last {
    display: block;
  }
  .wp-pagenavi .page:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
    background-color: #7598cf;
    color: #fff !important;
    text-decoration: none;
  }
  .wp-pagenavi a:hover {
    text-decoration: none !important;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    color: #000 !important;
    background-color: transparent;
    font-size: 1.4rem;
    margin-right: 15px;
    border: 1px solid #c2c2c2;
  }
  .wp-pagenavi .extend {
    width: 20px;
    height: 20px;
    line-height: 14px;
    border: none;
    background-color: transparent;
  }
  .wp-pagenavi .current {
    background-color: #7598cf;
    color: #fff !important;
    border: 1px solid #7598cf;
  }
  .wp-pagenavi .previouspostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 39px;
    color: #000 !important;
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    top: 17px;
    left: 16px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
        -ms-transform: rotate(-45deg) translate(2px, 0px);
            transform: rotate(-45deg) translate(2px, 0px);
  }
  .wp-pagenavi .previouspostslink:hover {
    background-color: #7598cf;
    color: #fff !important;
  }
  .wp-pagenavi .previouspostslink:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .wp-pagenavi .nextpostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    color: #000 !important;
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    top: 16px;
    left: 14px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
        -ms-transform: rotate(45deg) translate(-1px, 1px);
            transform: rotate(45deg) translate(-1px, 1px);
  }
  .wp-pagenavi .nextpostslink:hover {
    background-color: #333;
  }
  .wp-pagenavi .nextpostslink:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .error_page,
  .prepare_page {
    margin-bottom: 200px;
  }
  .error_page .desc,
  .prepare_page .desc {
    padding-top: 250px;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 100px;
  }
  .error_page .btn,
  .prepare_page .btn {
    width: 300px;
    margin: 0 auto;
  }
	/*---------------------------------------------
	 cv-block
	 ----------------------------------------------*/
	.cv-wrap.single-page{
		margin:0 0 30px;
		line-height:1;
	}
	.cv-wrap.single-page{
		width: 100%;
    background: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/844ab8f33538e882b13842a6c2761d46-1.png");
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-repeat: no-repeat;
    background-size: cover;
	}
		.cv-wrap.single-page.cataract-cv{
    height: 245px;
	}
	.cv-wrap.single-page .cv-block{
		width: 600px;
    margin: 0 auto;
    text-align: center;
    height: auto;
	}
	.cv-wrap.single-page .cv-tit{
		font-size: 28px;
    border-bottom: 1px solid #C2A712;
    display: inline-block;
    padding-bottom: 0px;
    color: #C2A712;
    font-family: 'Noto Serif JP';
		margin-bottom:30px;
		line-height:1.4;
	}
	.cv-wrap.single-page .cv-btn-tel{
		display:inline-block;
		margin-bottom:8px;
	}
	.cv-wrap.single-page .cv-btn-tel span{
		font-size: 42px;
    color: #ffffff;
		position:relative;
		padding-left:40px;
	}
	.cv-wrap.single-page .cv-btn-tel span:before{
		content: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/52bc88e1ce6aae5fa2f73f81a420f11b-1.png");
    transform: scale(0.32);
    position: absolute;
    left: -34px;
    top: -16px;
	}
	.cv-wrap.single-page .cv-reception{
		font-size: 18px;
    color: #C2A712;
    font-family: 'Noto Serif JP';
	}
	.cv-wrap.single-page .cv-column{
		display: flex;
    justify-content: center;
		column-gap: 58px;
		margin-top:30px;
	}
	.cv-wrap.single-page .cv-icl{
		width: 270px;
    border: 2px solid #C2A712;
    background: #ffffff;
    height: 70px;
	}
	.cv-wrap.single-page .cv-icl span{
		color: #C2A712;
    padding-top: 20px;
    position: relative;
    font-size: 22px;
    padding-left: 35px;
	 display:block;
	}
	.cv-wrap.single-page .cv-icl span:before{
		content: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/0ad209f6d7ad4d7aca0d32423969c992-1.png");
    transform: scale(0.35);
    position: absolute;
    left: -10px;
    top: -11px;
	}
	.cv-wrap.single-page .cv-line{
		width: 270px;
    background: #35C755;
    height: 70px;
	}
	.cv-wrap.single-page .cv-line span{
		color:#ffffff;
		padding-top: 22px;
		font-size:22px;
		display:block;
	}
	.cv-wrap.single-page .cv-icl a, .cv-line a{
		display:block;
		height:100%;
		position:relative;
	}
.cv-wrap.single-page .cv-icl a:after{
	content: '';
    border: 0;
    border-top: solid 2px #C2A712;
    border-right: solid 2px #C2A712;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
   .cv-wrap.single-page .cv-line a:after{
	content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.cv-wrap.single-page a:hover{
	text-decoration:none!important;
}
 .cv-wrap .cv-btn-tel[href^="tel:"]{
    pointer-events: none;
  }
	.sp-only{
		display:none;
	}
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  html.on {
    height: 100vh;
  }

  body.on {
    position: fixed;
    overflow: hidden;
    inset: 0;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  /* ___________________Layout */
  .common_inner {
    width: 86.66667vw;
    margin: 0 auto;
  }

  .common_btn {
    text-align: center;
    margin: 0 auto;
  }
  .common_btn a {
    position: relative;
    border: 0.26667vw solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
    display: block;
    min-width: 73.33333vw;
    font-size: 3.46667vw;
    line-height: 1;
    padding: 6vw 2.66667vw 6vw 4vw;
  }
  .common_btn a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.33333vw 0 1.33333vw 2.13333vw;
    border-color: transparent transparent transparent #c2a712;
    margin-left: 4vw;
  }
  .common_btn a:hover {
    text-decoration: none;
  }

  .common_menu_list_sp {
    list-style-type: none;
  }
  .common_menu_list_sp .item {
    width: 100%;
    font-size: 3.46667vw;
    margin-bottom: 5.33333vw;
    border-bottom: 0.26667vw solid #ddd;
  }
  .common_menu_list_sp .item a {
    position: relative;
    display: block;
    font-size: 3.46667vw;
    padding-right: 5.33333vw;
    padding-bottom: 2.66667vw;
    color: #333;
  }
  .common_menu_list_sp .item a:hover {
    font-weight: bold;
    text-decoration: none;
  }
  .common_menu_list_sp .item a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '↓';
    font-size: 3.2vw;
    color: #c2a712;
  }
  .common_menu_list_sp .item.on a {
    font-weight: bold;
  }

  .btn_gold a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .btn_gold a:hover {
    background-color: #f7f1d2;
  }

  .btn_navy {
    margin: 0 auto;
  }
  .btn_navy a {
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    padding: 5.33333vw 2.66667vw 5.33333vw 5.33333vw;
    background-color: #00406c;
  }
  .btn_navy a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.33333vw 0 1.33333vw 2.13333vw;
    border-color: transparent transparent transparent #fff;
    margin-left: 4vw;
  }
  .btn_navy a:hover {
    text-decoration: none;
  }
  .btn_navy:hover {
    text-decoration: none;
    opacity: .8;
  }

  .sec_title {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 8.8vw;
    line-height: 1.18182;
    padding-top: 11.33333vw;
    margin-bottom: 10.66667vw;
  }
  .sec_title::before {
    position: absolute;
    top: 8vw;
    left: 0;
    content: '';
    display: inline-block;
    width: 6.66667vw;
    height: 0.26667vw;
    background-color: #c2a712;
  }
  .sec_title .sec_title_eng {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    font-size: 4.8vw;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
    color: #0f9add;
  }
  .sec_title .sec_title_eng span {
    font-size: 4.8vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#8febec), color-stop(50%, #57d2e3), to(#57c0e3));
    background: -o-linear-gradient(top, #8febec 0%, #57d2e3 50%, #57c0e3 100%);
    background: linear-gradient(180deg, #8febec 0%, #57d2e3 50%, #57c0e3 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  .sec_title2 {
    text-align: left;
  }
  .sec_title2::before {
    margin: 0;
  }

  .common_exam_table .table th, .common_exam_table .table td {
    text-align: center;
  }
  .common_exam_table .table th:first-child, .common_exam_table .table td:first-child {
    text-align: left;
  }
  .common_exam_table .note {
    font-size: 2.93333vw;
    line-height: 1.63636;
    color: #888888;
    margin-bottom: 3.2vw;
  }
  .common_exam_table .note:first-of-type {
    margin-top: 4vw;
  }
  .common_exam_table .note:last-child {
    margin-bottom: 9.33333vw;
  }

  /* ___________________header */
  #header {
    width: 100%;
    height: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
  }
  #header .logo_area {
    width: 52vw;
  }
  #header .logo {
    width: 36.4vw;
  }
  #header .logo a {
    display: block;
    padding: 3.33333vw 0 4vw 4vw;
  }
  #header.fixed {
    background-color: rgba(255, 255, 255, 0.85);
  }

  .sp_menu {
    width: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sp_menu .btn {
    width: 100%;
    height: 16vw;
    background-color: #00406c;
    text-align: center;
    border-right: 0.26667vw solid #fff;
  }
  .sp_menu .btn:last-child {
    margin-right: 0;
  }
  .sp_menu .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00406c;
    padding-bottom: 3.2vw;
  }
  .sp_menu .btn img {
    display: block;
    margin: 0 auto;
  }
  .sp_menu .btn .name {
    display: block;
    text-align: center;
    font-size: 2.66667vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  .sp_menu .tel a {
    padding-top: 3.2vw;
  }
  .sp_menu .tel img {
    width: 4.66667vw;
    padding-bottom: 2.4vw;
  }
  .sp_menu .reserve a {
    padding-top: 3.2vw;
  }
  .sp_menu .reserve img {
    width: 6vw;
    padding-bottom: 2.66667vw;
  }
  .sp_menu .menu {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    background-color: #00406c;
    padding-top: 4vw;
  }
  .sp_menu .menu span:not([class]) {
    position: relative;
    display: block;
    width: 6.66667vw;
    height: 0.26667vw;
    background-color: #fff;
    margin: 0 auto;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
  }
  .sp_menu .menu span:not([class]):nth-child(1) {
    top: -2.2vw;
  }
  .sp_menu .menu span:not([class]):nth-child(3) {
    bottom: -2.2vw;
  }
  .sp_menu .menu .name {
    padding-top: 4.8vw;
  }
  .sp_menu .menu.on {
    background-color: #fff;
  }
  .sp_menu .menu.on .name {
    color: #00406c;
  }
  .sp_menu .menu.on span:not([class]):nth-child(1) {
    top: 0.66667vw;
    background-color: #00406c;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp_menu .menu.on span:not([class]):nth-child(2) {
    opacity: 0;
  }
  .sp_menu .menu.on span:not([class]):nth-child(3) {
    top: 0;
    background-color: #00406c;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .gnav {
    display: none;
    position: absolute;
    top: 16vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 16vw);
    overflow-y: scroll;
    background-color: #fff;
    padding-bottom: 26.66667vw;
    z-index: 1000;
  }
  .gnav.on {
    display: block;
  }
  .gnav > .list {
    padding-bottom: 13.33333vw;
  }
  .gnav .item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .gnav .item2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .gnav .item3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .gnav .item4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .gnav .item5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .gnav .item6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .gnav .item7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .gnav .item8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .gnav .block1 .c_item:first-child {
    margin-top: 0;
  }
  .gnav > .list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnav > .list > .item {
    width: 100%;
    border-bottom: 0.26667vw solid #f0f0f0;
  }
  .gnav > .list > .item > a {
    display: block;
    font-size: 4.26667vw;
    padding: 6.66667vw;
    color: #333;
  }
  .gnav > .list > .item.has_child {
    position: relative;
    border-bottom: none;
  }
  .gnav .item_btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 18.66667vw;
    height: 18.66667vw;
  }
  .gnav .item_btn span {
    width: 8vw;
    height: 0.26667vw;
    background-color: #00406c;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .gnav .item_btn span:first-child {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .gnav .item_btn.on span:first-child {
    display: none;
  }
  .gnav .sub_nav {
    display: none;
  }
  .gnav .sub_nav.on {
    display: block;
  }
  .gnav .c_item {
    width: 86.66667vw;
    margin: 4.53333vw 0 0;
  }
  .gnav .c_item a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 3.73333vw;
    color: #555;
    padding: 1.33333vw 0 1.33333vw 5.33333vw;
  }
  .gnav .c_item a::before {
    position: absolute;
    top: 3.33333vw;
    left: 0;
    content: '';
    display: block;
    width: 2.66667vw;
    height: 0.26667vw;
    background-color: #555555;
  }
  .gnav .g_item {
    width: 80vw;
    margin: 4.53333vw 6.66667vw 0 6.66667vw;
  }
  .gnav .g_item a {
    display: inline-block;
    position: relative;
    font-size: 3.73333vw;
    color: #777;
    padding: 1.33333vw 0 1.33333vw 5.33333vw;
  }
  .gnav .g_item a::before {
    position: absolute;
    top: 3.33333vw;
    left: 0;
    content: '';
    display: block;
    width: 2.66667vw;
    height: 0.26667vw;
    background-color: #555555;
  }
  .gnav .menu_contact {
    width: 86.66667vw;
    background-color: #00406c;
    padding: 8vw 11.33333vw;
    margin: 0 auto;
  }
  .gnav .menu_contact .contact_title {
    font-size: 3.2vw;
    color: #c2a712;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  .gnav .menu_contact .contact_title span {
    font-size: 3.2vw;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .gnav .menu_contact .tel {
    font-size: 8.53333vw;
    margin-bottom: 3.33333vw;
    pointer-events: none;
  }
  .gnav .menu_contact .tel img {
    width: 4.66667vw;
    margin-right: 2.66667vw;
  }
  .gnav .menu_contact .tel a {
    color: #fff;
  }
  .gnav .menu_contact .item {
    font-size: 3.2vw;
    text-align: center;
    color: #c2a712;
    margin-bottom: 4vw;
  }
  .gnav .menu_contact .item span {
    font-size: 3.2vw;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .gnav .menu_contact .btn {
    width: 64vw;
    margin: 0 auto;
    background-color: #fff;
  }
  .gnav .menu_contact .btn a {
    display: block;
    width: 100%;
    min-width: inherit;
    font-size: 3.2vw;
    color: #c2a712;
    padding: 2.66667vw;
  }
  .gnav .menu_contact .btn a::after {
    display: none;
  }
  .gnav .menu_contact .btn a .img_icon {
    display: inline-block;
    width: 3.46667vw;
    margin-right: 2.66667vw;
  }
  .gnav .menu_contact .btn a .img_acce {
    width: 16.8vw;
    position: absolute;
    right: -8vw;
    bottom: -5vw;
  }
  .gnav .menu_contact .btn a span {
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
    margin-top: 1.33333vw;
  }

  /* ___________________global navigation */
  #bc {
    margin-bottom: 6.66667vw;
  }
  #bc .inner {
    position: relative;
    margin-left: 6.66667vw;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 2.66667vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #bc .inner::-webkit-scrollbar {
    display: none;
  }
  #bc .list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #bc .list li {
    display: inline-block;
    font-size: 3.2vw;
    margin-right: 3.2vw;
  }
  #bc .list li a {
    display: inline-block;
    font-size: 3.2vw;
  }
  #bc .list li a:after {
    content: '>';
    display: inline-block;
    font-size: 3.2vw;
    margin-left: 3.2vw;
  }

  /* ___________________footer */
  #footer {
    padding-bottom: 20vw;
  }
  #footer .inner {
    width: 100%;
  }
  #footer .footer_head {
    background: url("../images/top/sp_f_bg.jpg") center top/cover no-repeat;
  }
  #footer .footer_head .inner {
    padding-top: 10.66667vw;
  }
  #footer .footer_head .detail {
    width: 86.66667vw;
    margin: 0 auto;
  }
  #footer .footer_head .detail_head {
    margin-bottom: 5.33333vw;
  }
  #footer .footer_head .detail_head .f_logo {
    width: 43.46667vw;
    margin-bottom: 4vw;
  }
  #footer .footer_head .detail_head .address {
    font-size: 3.2vw;
    line-height: 1.7;
  }
  #footer .footer_head .exam {
    margin-bottom: 6.66667vw;
  }
  #footer .footer_head .exam .note {
    font-size: 2.93333vw;
    line-height: 1.63636;
    color: #888888;
    padding-left: 2em;
    text-indent: -1em;
    padding-bottom: 2.66667vw;
  }
  #footer .footer_head .exam .note:first-of-type {
    padding-top: 4vw;
  }
  #footer .footer_head .exam .note:last-child {
    padding-bottom: 5.33333vw;
  }
  #footer .footer_head .table {
    width: 100%;
    font-size: 3.2vw;
  }
  #footer .footer_head .table tr {
    border-bottom: 0.26667vw solid #888;
  }
  #footer .footer_head .table th, #footer .footer_head .table td {
    line-height: 1.3;
  }
  #footer .footer_head .table th:first-child, #footer .footer_head .table td:first-child {
    width: 23.07%;
    padding-left: 2vw;
  }
  #footer .footer_head .table th {
    text-align: left;
    padding: 0 1.33333vw 2.66667vw;
  }
  #footer .footer_head .table td {
    padding: 2vw 1.33333vw;
    vertical-align: middle;
  }
  #footer .footer_head .table td.open {
    color: #57c0e3;
  }
  #footer .footer_head .access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 8vw;
  }
  #footer .footer_head .access .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer_head .access .block1 {
    width: 35%;
  }
  #footer .footer_head .access .block2 {
    width: 62%;
  }
  #footer .footer_head .access .image {
    width: 8.53333vw;
    margin-right: 2.66667vw;
  }
  #footer .footer_head .access .desc {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  #footer .footer_head .access .desc span {
    font-size: 4.66667vw;
  }
  #footer .footer_head .map {
    position: relative;
    width: 86.66667vw;
    height: auto;
    padding-top: 0;
    margin: 0 auto 13.33333vw;
  }
	#footer .footer_head .map .address{
		margin-top:10px;
		font-size:14px;
		line-height:1.5;
	}
	#footer .footer_head .map img{
		margin-bottom:5px;
	}
  #footer .footer_head .map iframe {
/*     position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #footer .footer_head .f_contact {
    background-color: #00406c;
    padding: 12vw 0 10.66667vw;
    margin: 0 auto;
  }
  #footer .footer_head .f_contact .title {
    font-size: 5.33333vw;
    color: #fff;
    text-align: center;
    margin-bottom: 3.33333vw;
  }
  #footer .footer_head .f_contact .desc {
    width: 86.66667vw;
    font-size: 3.46667vw;
    line-height: 1.53846;
    letter-spacing: .025em;
    color: #fff;
    text-align: center;
    margin: 0 auto 8vw;
  }
  #footer .footer_head .f_contact .btn {
    width: 73.33333vw;
    margin: 0 auto 4.66667vw;
  }
  #footer .footer_head .f_contact .btn:last-child {
    margin-bottom: 0;
  }
  #footer .footer_head .f_contact .btn a {
    display: block;
    text-align: center;
    color: #c2a712;
    background-color: #fff;
    border: 0.53333vw solid #c2a712;
  }
  #footer .footer_head .f_contact .btn a:hover {
    text-decoration: none;
  }
  #footer .footer_head .f_contact .btn a::after {
    display: none;
  }
  #footer .footer_head .f_contact .btn img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(-0.5vw);
        -ms-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
  }
  #footer .footer_head .f_contact .btn1 a {
    font-size: 4.26667vw;
    padding: 7.33333vw 2.66667vw 7.2vw 1.33333vw;
  }
  #footer .footer_head .f_contact .btn1 img {
    width: 4.13333vw;
    margin-right: 3.2vw;
  }
  #footer .footer_head .f_contact .btn1 span {
    display: block;
    font-size: 3.46667vw;
    margin-top: 3.2vw;
  }
  #footer .footer_head .f_contact .btn2 a {
    letter-spacing: .1em;
    padding: 4.66667vw 2.66667vw 4.53333vw 1.33333vw;
  }
  #footer .footer_head .f_contact .btn2 img {
    width: 3.46667vw;
    margin-right: 1.6vw;
  }
  #footer .footer_head .f_contact .btn2 .num {
    display: block;
    font-size: 5.33333vw;
    letter-spacing: .1em;
  }
  #footer .footer_head .f_contact .btn2 .desc1 {
    display: block;
    font-size: 3.2vw;
    letter-spacing: .025em;
    margin-bottom: 2.66667vw;
  }
  #footer .footer_head .f_contact .btn2 .desc2 {
    display: block;
    font-size: 3.2vw;
    letter-spacing: .025em;
    margin-top: 2.13333vw;
  }
  #footer .footer_nav {
    position: relative;
  }
  #footer .footer_nav .p_item {
    border-bottom: 0.26667vw solid #f0f0f0;
  }
  #footer .footer_nav .p_item a {
    display: block;
    font-size: 4.26667vw;
    padding: 6.66667vw;
    color: #333;
  }
  #footer .footer_nav .p_item.has_child {
    border-bottom: none;
  }
  #footer .footer_nav .c_item {
    width: 86.66667vw;
    margin: 4.53333vw 6.66667vw 0;
  }
  #footer .footer_nav .c_item a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 3.73333vw;
    color: #555;
    padding: 1.33333vw 0 1.33333vw 5.33333vw;
  }
  #footer .footer_nav .c_item a::before {
    position: absolute;
    top: 3.33333vw;
    left: 0;
    content: '';
    display: block;
    width: 2.66667vw;
    height: 0.26667vw;
    background-color: #555555;
  }
  #footer .footer_nav .g_item {
    width: 80vw;
    margin: 4.53333vw 6.66667vw 0 13.33333vw;
  }
  #footer .footer_nav .g_item a {
    display: inline-block;
    position: relative;
    font-size: 3.73333vw;
    color: #777;
    padding: 1.33333vw 0 1.33333vw 5.33333vw;
  }
  #footer .footer_nav .g_item a::before {
    position: absolute;
    top: 3.33333vw;
    left: 0;
    content: '';
    display: block;
    width: 2.66667vw;
    height: 0.26667vw;
    background-color: #555555;
  }
  #footer .copyright {
    display: block;
    font-size: 3.2vw;
    text-align: center;
    padding: 4vw 0;
    margin-top: 6.66667vw;
    border-top: 0.26667vw solid #f0f0f0;
  }

  /* ___________________Contents */
  #kv {
    width: 100%;
    min-height: 43.33333vw;
    background: -webkit-gradient(linear, left top, right top, from(#7598cf), to(#70cdde));
    background: -o-linear-gradient(left, #7598cf 0%, #70cdde 100%);
    background: linear-gradient(90deg, #7598cf 0%, #70cdde 100%);
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
    margin-bottom: 4vw;
  }
  #kv .inner {
    width: 86.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #kv .page_title {
    font-family: "Noto Serif JP", serif;
    font-size: 6.66667vw;
    line-height: 1.3;
    color: #fff;
  }
  #kv .kv_desc {
    font-family: "Noto Serif JP", serif;
    font-size: 3.46667vw;
    line-height: 1.3;
    color: #fff;
  }
  #kv.news_kv .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #kv.news_kv .date {
    display: block;
    color: #fff;
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
  #kv.news_kv .info {
    margin-bottom: 4vw;
  }
  #kv.news_kv .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #kv.news_kv .cats .cat {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.2;
    background-color: #fff;
    padding: 1.33333vw 2.66667vw;
    color: #333;
    border: 2px solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
    border-width: 0.26667vw;
    margin-right: 2.66667vw;
  }
  #kv.news_kv .cats .cat:last-child {
    margin-right: 0;
  }

  #wrapper {
    margin-top: 16vw;
    margin-bottom: 20vw;
  }
  #wrapper .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #wrapper .main {
    width: 86.66667vw;
    margin: 0 auto;
  }
  #wrapper .aside {
    width: 86.66667vw;
    margin: 0 auto 11.33333vw;
  }
  #wrapper .aside .aside_title {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  #wrapper .aside .list {
    list-style-type: none;
  }
  #wrapper .aside .item {
    width: 100%;
    font-size: 3.46667vw;
    margin-bottom: 5.33333vw;
    border-bottom: 0.26667vw solid #ddd;
  }
  #wrapper .aside .item a {
    position: relative;
    display: block;
    font-size: 3.46667vw;
    padding-right: 5.33333vw;
    padding-bottom: 2.66667vw;
    color: #333;
  }
  #wrapper .aside .item a:hover {
    font-weight: bold;
    text-decoration: none;
  }
  #wrapper .aside .item a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '↓';
    font-size: 3.2vw;
    color: #c2a712;
  }
  #wrapper .aside .item.on a {
    font-weight: bold;
  }
  #wrapper .contents {
    font-size: 4vw;
    line-height: 2;
    overflow: hidden;
    width: 100%;
  }
  #wrapper .contents .content_btn {
    display: block;
    margin-bottom: 5.33333vw;
  }
  #wrapper .contents .content_btn a {
    display: block;
    width: 73.33333vw;
    font-size: 4vw;
    line-height: 1.3;
    text-align: center;
    padding: 5.33333vw 2.66667vw;
    margin: 0 auto;
  }
  #wrapper .contents .content_btn a:before, #wrapper .contents .content_btn a:after {
    display: none !important;
  }
  #wrapper .contents .content_btn a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #wrapper .contents .content_btn.btn1 a {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
  }
  #wrapper .contents .content_btn.btn2 a {
    color: #fff;
    background-color: #00406c;
  }
  #wrapper .contents .content_btn.btn3 a {
    color: #333;
    border: 0.53333vw solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
  }
  #wrapper .contents h2:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 6.4vw;
    color: #00406c;
    line-height: 1.3333;
    padding-top: 20vw;
    margin-top: -20vw;
    padding-bottom: 1.86667vw;
    margin-bottom: 4vw;
    border-bottom: 0.26667vw solid #c2a712;
  }
  #wrapper .contents h3:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 5.86667vw;
    line-height: 1.3333;
    color: #00406c;
    margin-bottom: 2.66667vw;
  }
  #wrapper .contents h4:not([class]) {
    font-family: "Noto Serif JP", serif;
    font-size: 5.33333vw;
    line-height: 1.3333;
    color: #00406c;
    padding-left: 2.66667vw;
    margin-bottom: 2.66667vw;
    border-left: 0.53333vw solid #00406c;
  }
  #wrapper .contents h5:not([class]),
  #wrapper .contents h6:not([class]) {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1.3333;
    color: #00406c;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  #wrapper .contents h5:not([class]):before,
  #wrapper .contents h6:not([class]):before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #00406c;
  }
  #wrapper .contents p:not([class]) {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 8vw;
  }
  #wrapper .contents img {
    max-width: 100%;
    margin-bottom: 6.66667vw;
  }
  #wrapper .contents .aligncenter, #wrapper .contents .alignnone {
    display: block;
    height: auto;
    margin: 0 auto 5.33333vw;
  }
  #wrapper .contents .alignright {
    display: block;
    float: right;
    margin-left: 4vw;
  }
  #wrapper .contents .alignleft {
    display: block;
    float: left;
    margin-right: 4vw;
  }
  #wrapper .contents b, #wrapper .contents strong {
    font-weight: bold;
  }
  #wrapper .contents i {
    font-style: italic;
  }
  #wrapper .contents iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto 6.66667vw;
  }
  #wrapper .contents a {
    color: #0f9add;
    text-decoration: none;
  }
  #wrapper .contents a:hover {
    text-decoration: underline;
  }
  #wrapper .contents a[target="_blank"] {
    position: relative;
    padding-right: 6.66667vw;
  }
  #wrapper .contents a[target="_blank"]:before, #wrapper .contents a[target="_blank"]:after {
    position: absolute;
    content: '';
    display: inline-block;
  }
  #wrapper .contents a[target="_blank"]:before {
    width: 2.66667vw;
    height: 1.6vw;
    border: 0.26667vw solid #0f9add;
    top: 10vw;
    right: 1.33333vw;
  }
  #wrapper .contents a[target="_blank"]:after {
    width: 2.66667vw;
    height: 1.33333vw;
    border-left: 0.26667vw solid #0f9add;
    border-bottom: 0.26667vw solid #0f9add;
    bottom: 1.6vw;
    right: 2.13333vw;
  }
  #wrapper .contents a[href$=".pdf"] {
    position: relative;
    padding-left: 4vw;
  }
  #wrapper .contents a[href$=".pdf"]:before {
    position: absolute;
    top: 1.33333vw;
    left: 0;
    content: '';
    display: inline-block;
    background: url("../images/common/icon_pdf.png") center center/100% no-repeat;
    width: 2.66667vw;
    height: 4vw;
  }
  #wrapper .contents ul {
    padding: 5.33333vw;
    margin-bottom: 4vw;
    background-color: #f8f8f8;
  }
  #wrapper .contents ul li {
    position: relative;
    font-size: 4vw;
    line-height: 1.5;
    padding-left: 4vw;
    margin-bottom: 2.66667vw;
  }
  #wrapper .contents ul li:last-child {
    margin-bottom: 0;
  }
  #wrapper .contents ul li:before {
    position: absolute;
    top: 1.86667vw;
    left: 0;
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: #c2a712;
  }
  #wrapper .contents ol {
    padding: 5.33333vw;
    padding-left: 9.33333vw;
    margin-bottom: 4vw;
    background-color: #f8f8f8;
  }
  #wrapper .contents ol li {
    position: relative;
    font-size: 4vw;
    line-height: 1.5;
    padding-left: 1.33333vw;
    margin-bottom: 2.66667vw;
  }
  #wrapper .contents ol li:last-child {
    margin-bottom: 0;
  }
  #wrapper .contents .table_wrap {
    white-space: nowrap;
    overflow-x: scroll;
  }
  #wrapper .contents table {
    min-width: 86.66667vw;
    border: 0.26667vw solid #d9d9d9;
  }
  #wrapper .contents table th, #wrapper .contents table td {
    padding: 4.66667vw;
  }
  #wrapper .contents table th {
    font-size: 3.73333vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background-color: #00406c;
    min-width: 20vw;
    border-bottom: 0.26667vw solid #fff;
    border-right: 0.26667vw solid #fff;
    vertical-align: top;
  }
  #wrapper .contents table td {
    font-size: 3.73333vw;
    line-height: 1.3;
    text-align: center;
    border-bottom: 0.26667vw solid #d9d9d9;
    border-right: 0.26667vw solid #d9d9d9;
  }
  #wrapper .contents table td img {
    max-width: 100%;
    margin-bottom: 0;
  }
  #wrapper .contents .pt1 {
    margin-bottom: 9.33333vw;
  }
  #wrapper .contents .pt1 .image {
    width: 100%;
    margin-bottom: 4vw;
  }
  #wrapper .contents .pt1 .image img {
    display: block;
    margin-bottom: 0;
  }
  #wrapper .contents .pt1 .detail .stitle {
    display: inline-block;
    font-size: 3.46667vw;
    line-height: 1.3;
    padding-bottom: 1.33333vw;
    border-bottom: 0.26667vw solid #333;
    margin-bottom: 3.33333vw;
  }
  #wrapper .contents .pt1 .detail .mtitle {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3.33333vw;
  }
  #wrapper .contents .pt1 .detail .desc {
    font-size: 4vw;
    line-height: 2;
  }
  #wrapper .contents .pt2 {
    margin-bottom: 9.33333vw;
  }
  #wrapper .contents .pt2 .block {
    width: 100%;
    margin-bottom: 10.66667vw;
  }
  #wrapper .contents .pt2 .block:last-child {
    margin-bottom: 0;
  }
  #wrapper .contents .pt2 .image {
    width: 100%;
    margin-bottom: 4vw;
  }
  #wrapper .contents .pt2 .image img {
    display: block;
    margin-bottom: 0;
  }
  #wrapper .contents .pt2 .detail .title {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3.33333vw;
  }
  #wrapper .contents .pt2 .detail .desc {
    font-size: 4vw;
    line-height: 2;
  }
  #wrapper .contents .table_pt1, #wrapper .contents .table_pt2, #wrapper .contents .table_pt3 {
    margin-bottom: 13.33333vw;
  }
  #wrapper .contents .table_pt1 td:first-of-type {
    min-width: 30vw;
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt2 tr:first-child td {
    min-width: 30vw;
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt3 tr:first-child td {
    min-width: 30vw;
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .contents .table_pt3 tr td:first-child {
    min-width: 30vw;
    background-color: #00406c;
    font-weight: bold;
    color: #fff;
  }
  #wrapper .author {
    background-color: #f5fafe;
    padding: 8vw 6.66667vw;
    margin-bottom: 13.33333vw;
  }
  #wrapper .author .title {
    font-family: "Noto Serif JP", serif;
    font-size: 5.33333vw;
    text-align: center;
    padding-bottom: 2.66667vw;
    border-bottom: 0.26667vw solid #c2a712;
    -o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #c2a712 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #c2a712), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #c2a712 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 6.66667vw;
  }
  #wrapper .author .image {
    margin-bottom: 4vw;
  }
  #wrapper .author .image img {
    margin-bottom: 0;
  }
  #wrapper .author .detail .name {
    font-size: 4.8vw;
    line-height: 1.25;
    margin-bottom: 2.66667vw;
  }
  #wrapper .author .detail .desc {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
  #wrapper .author .detail .btn {
    width: 53.33333vw;
  }
  #wrapper .author .detail .btn a {
    color: #fff;
  }
  #wrapper .author .detail .btn a:before {
    display: none;
  }
  #wrapper .related .title {
    font-family: "Noto Serif JP", serif;
    font-size: 5.86667vw;
    line-height: 1;
    text-align: center;
    color: #00406c;
    background-color: #f8f8f8;
    padding: 4.66667vw 0;
    margin-bottom: 4vw;
  }
  #wrapper .related article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4vw;
  }
  #wrapper .related article:last-child {
    margin-bottom: 0;
  }
  #wrapper .related article a {
    display: block;
  }
  #wrapper .related article a:hover {
    text-decoration: none;
  }
  #wrapper .related article a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  #wrapper .related article .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wrapper .related article .image {
    width: 32vw;
    padding-top: 1.33333vw;
  }
  #wrapper .related article .image img {
    margin-bottom: 0;
  }
  #wrapper .related article .detail {
    width: calc(100% - 32vw - 5.33vw);
  }
  #wrapper .related article .detail .a_title {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 2.66667vw;
  }
  #wrapper .related article .detail .desc {
    font-size: 4vw;
    line-height: 2;
  }
  #wrapper.news .back_btn {
    width: 73.33333vw;
    margin: 13.33333vw auto 0;
  }
  #wrapper.archive_news .news_list {
    padding: 0;
    background-color: #fff;
    margin-bottom: 10.66667vw;
  }
  #wrapper.archive_news .news_list .item {
    padding: 0;
    border-bottom: 1px solid #888;
    margin-bottom: 0;
  }
  #wrapper.archive_news .news_list .item::before {
    display: none;
  }
  #wrapper.archive_news .news_list .item a {
    display: block;
    padding: 5.33333vw 2.66667vw;
  }
  #wrapper.archive_news .news_list .item a:hover {
    background-color: rgba(247, 241, 210, 0.5);
  }
  #wrapper.archive_news .news_list article a {
    display: block;
    padding: 5.33333vw 2.66667vw 4vw;
  }
  #wrapper.archive_news .news_list article a:hover {
    background-color: rgba(247, 241, 210, 0.5);
    text-decoration: none;
  }
  #wrapper.archive_news .news_list article .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #wrapper.archive_news .news_list article .date {
    width: 20vw;
    font-size: 3.46667vw;
    margin-right: 2.4vw;
  }
  #wrapper.archive_news .news_list article .cats {
    width: calc(100% - 22.66vw);
  }
  #wrapper.archive_news .news_list article .cat {
    display: inline-block;
    min-width: 18.66667vw;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfa201), color-stop(50%, #c4aa1a), to(#bfa201));
    background: -o-linear-gradient(top, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    background: linear-gradient(to bottom, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    padding: 1.6vw 1.33333vw;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  #wrapper.archive_news .news_list article .title {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-top: 2vw;
  }

  #qa {
    margin-bottom: 13.33333vw;
  }
  #qa dt {
    position: relative;
    font-size: 3.73333vw;
    line-height: 1.5;
    color: #fff;
    letter-spacing: .025em;
    padding: 4vw 14.66667vw 4vw 10.66667vw;
    background-color: #00406c;
  }
  #qa dt:before {
    position: absolute;
    top: 5.33333vw;
    left: 2.66667vw;
    content: 'Q';
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 7.46667vw;
    color: #c2a712;
    font-weight: bold;
    line-height: 1;
  }
  #qa dt span {
    position: absolute;
    display: inline-block;
    width: 6.66667vw;
    height: 0.26667vw;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto 0;
  }
  #qa dt span:before, #qa dt span:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  #qa dt span:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #qa dd {
    display: none;
    position: relative;
    font-size: 3.46667vw;
    line-height: 2;
    padding: 4vw 5.33333vw 4vw 10.66667vw;
  }
  #qa dd:before {
    position: absolute;
    top: 3.33333vw;
    left: 2.66667vw;
    content: 'A';
    display: inline-block;
    font-family: "Cormorant Garamond", serif;
    font-size: 7.46667vw;
    color: #00406c;
    font-weight: bold;
    line-height: 1;
  }
  #qa dl.on dt span:before {
    display: none;
  }
  #qa dl.on dd {
    display: block;
  }

  #fixed {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #fixed .inner {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fixed .btn {
    width: 50%;
    height: 16vw;
  }
  #fixed .btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.46667vw;
    color: #fff;
  }
  #fixed .btn a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2vw;
    -webkit-transform: translateY(-0.5vw);
        -ms-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
  }
  #fixed .btn a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #fixed .tel a {
    background-color: #00406c;
    padding: 5.73333vw 1.33333vw 5.33333vw 8vw;
  }
  #fixed .tel a img {
    width: 2.93333vw;
  }
  #fixed .tel a span {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: .05em;
  }
  #fixed .reserve a {
    padding: 5.73333vw 1.33333vw 5.33333vw 6.66667vw;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    letter-spacing: .025em;
  }
  #fixed .reserve a img {
    width: 4vw;
  }

  #fixed_bnr {
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 20vw;
  }
  #fixed_bnr .fixed_bnr_close {
    position: absolute;
    top: -2.6vw;
    right: 4vw;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../images/common/fixed_bnr_close.svg") center center/100% no-repeat;
  }
  #fixed_bnr .fixed_bnr_inner {
    position: relative;
    text-align: center;
  }
  #fixed_bnr .fixed_bnr_inner span {
    display: block;
    width: 86.66667vw;
    color: #fff;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.3;
    padding: 5.33333vw 1.33333vw;
    border-radius: 1.06667vw;
    overflow: hidden;
    margin: 0 auto;
  }
  #fixed_bnr .fixed_bnr_inner:hover {
    opacity: .8;
  }
  #fixed_bnr a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #fixed_bnr a:hover {
    opacity: .8;
    text-decoration: none;
  }

  .wp-pagenavi {
    width: 86.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 9.33333vw auto 0;
  }
  .wp-pagenavi .page, .wp-pagenavi .first, .wp-pagenavi .last {
    display: block;
    background: transparent;
  }
  .wp-pagenavi .page:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
    background-color: #7598cf;
    color: #fff !important;
    text-decoration: none !important;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    width: 10.66667vw;
    height: 10.66667vw;
    padding: 1.73333vw 0;
    color: #000 !important;
    background-color: transparent;
    border: 1px solid #c2c2c2;
    font-size: 3.46667vw;
    margin-right: 2vw;
  }
  .wp-pagenavi .current {
    background-color: #7598cf;
    color: #fff !important;
  }
  .wp-pagenavi .extend {
    width: 8vw;
    height: 8vw;
    padding: 2.66667vw 0;
    border: none;
    background-color: transparent;
  }
  .wp-pagenavi .previouspostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10.66667vw;
    height: 10.66667vw;
    color: #000 !important;
    padding: 2.66667vw 0;
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .previouspostslink:before {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: '';
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg) translate(2px, 0px);
        -ms-transform: rotate(-45deg) translate(2px, 0px);
            transform: rotate(-45deg) translate(2px, 0px);
  }
  .wp-pagenavi .previouspostslink:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .previouspostslink:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .wp-pagenavi .nextpostslink {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 10.66667vw;
    height: 10.66667vw;
    font-size: 4.26667vw;
    color: #000;
    background-color: transparent;
    border: none;
  }
  .wp-pagenavi .nextpostslink:after {
    position: absolute;
    top: 4vw;
    left: 3.73333vw;
    content: '';
    display: inline-block;
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
        -ms-transform: rotate(45deg) translate(-1px, 1px);
            transform: rotate(45deg) translate(-1px, 1px);
  }
  .wp-pagenavi .nextpostslink:hover {
    background-color: #CCBEA2;
  }
  .wp-pagenavi .nextpostslink:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .error_page,
  .prepare_page {
    margin-bottom: 40vw;
  }
  .error_page .desc,
  .prepare_page .desc {
    padding-top: 40vw;
    text-align: center;
    font-size: 5.33333vw;
    margin-bottom: 20vw;
  }
  .error_page .btn,
  .prepare_page .btn {
    width: 73.33333vw;
    margin: 0 auto;
  }
		/*---------------------------------------------
	 cv-block
	 ----------------------------------------------*/
		.cv-wrap.single-page{
		margin:0 0 30px;
		line-height:1;
	}
	.cv-wrap.single-page{
		width: 100%;
    background: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/844ab8f33538e882b13842a6c2761d46-1.png");
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
		background-repeat: no-repeat;
    background-size: cover;
	}
	.cv-wrap.single-page.cataract-cv{
    height: 220px;
	}
	.cv-wrap.single-page .cv-block{
		width: 100%;
    margin: 0 auto;
    text-align: center;
    height: auto;
	}
	.cv-wrap.single-page .cv-tit{
		font-size: 22px;
    border-bottom: 1px solid #C2A712;
    display: inline-block;
    padding-bottom: 5px;
    color: #C2A712;
    font-family: 'Noto Serif JP';
		margin-bottom:20px;
		line-height:1.25;
	}
	.cv-wrap.single-page .cv-btn-tel{
		display:inline-block;
		margin-bottom:8px;
	}
	.cv-wrap.single-page .cv-btn-tel span{
		font-size: 32px;
    color: #ffffff;
		position:relative;
		padding-left:30px;
	}
	.cv-wrap.single-page .cv-btn-tel span:before{
		content: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/52bc88e1ce6aae5fa2f73f81a420f11b-1.png");
    transform: scale(0.22);
    position: absolute;
    left: -36px;
    top: -25px;
	}
	.cv-wrap.single-page .cv-reception{
		font-size: 14px;
    color: #C2A712;
    font-family: 'Noto Serif JP';
	}
	.cv-wrap.single-page .cv-column{
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    row-gap: 20px;
		max-width: 90%;
    margin: 0 auto;
	}
	.cv-wrap.single-page .cv-icl{
		width: 270px;
    border: 2px solid #C2A712;
    background: #ffffff;
    height: 60px;
	}
	.cv-wrap.single-page .cv-icl span{
		color: #C2A712;
    padding-top: 18px;
    position: relative;
    font-size: 18px;
    padding-left: 35px;
		display:block;
	}
	.cv-wrap.single-page .cv-icl span:before{
		content: url("http://yoshida-ganka.utg-bet.com/wp-content/uploads/2023/08/0ad209f6d7ad4d7aca0d32423969c992-1.png");
    transform: scale(0.3);
    position: absolute;
    left: 4px;
    top: -15px;
	}
	.cv-wrap.single-page .cv-line{
		width: 270px;
    background: #35C755;
    height: 60px;
	}
	.cv-wrap.single-page .cv-line span{
		color:#ffffff;
		padding-top: 21px;
		font-size:18px;
		display:block;
	}
	.cv-wrap.single-page .cv-icl a, .cv-line a{
		display:block;
		height:100%;
		position:relative;
	}
.cv-wrap.single-page .cv-icl a:after{
	content: '';
    border: 0;
    border-top: solid 2px #C2A712;
    border-right: solid 2px #C2A712;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
   .cv-wrap.single-page .cv-line a:after{
	content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.cv-wrap.single-page a:hover{
	text-decoration:none!important;
}
}
