@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

/* css common 
---------------------------------------------------------- */
#wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
}

#h_box,
.footer_box,
#main_img,
ul.topmenu,
#main,
.box,
#topicPath {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
}

/* loader 
---------------------------------------------------------- */
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 1);
    z-index: 998;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    margin-top: -120px;
    margin-left: -190px;
    text-align: center;
    z-index: 999;
}


/* header 
---------------------------------------------------------- */
#header {
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-top: 5px solid #0096ae;
    margin-bottom: 30px;
}

#header.header_index {
    margin-bottom: 30px;
}

#header.header_js.header_index {
    position: fixed;
    width: 100%;
    display: block !important;
}

#h_box {
    padding: 15px 0;
}

#header h1 a {
    display: block;
    line-height: 0;
}

#header h1 img {
    vertical-align: top;
    line-height: 0;
}

#h_left {
    width: 26%;
    float: left;
}

#h_right {
    float: right;
    width: 52%;
    text-align: right;
}

/* mainnav 
---------------------------------------------------------- */
#mainnav {
    padding-top: 15px;
}

#mainnav .topmenu li {
    float: left;
    width: 14.28%;
    position: relative;
}

#mainnav .topmenu li a {
    color: #465775;
    padding-bottom: 7px;
    display: block;
    text-align: center;
    /*font-weight: bold;*/
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

#mainnav .topmenu li a:hover {
    color: #0096ae;
    padding-bottom: 5px;
    border-bottom: 2px solid #0096ae;
}

#h_right ul {
    margin-top: 10px;
}

#h_right li {
    display: inline-block;
    padding: 10px 0;
}

#h_right li:first-child {
    border-right: 1px solid #0096ae;
    padding-right: 15px;
    margin-right: 10px;
}

/* main 
---------------------------------------------------------- */
#main {
    display: block;
}

#content {
    width: 656px;
    float: left;
    padding-top: 30px;
}

#snav {
    width: 268px;
    float: right;
    background: #fff;
    margin-bottom: 60px;
}

.pd_box #content {
    width: 632px;
}

.pd_box #snav {
    width: 220px;
}

.snav_fixed ul {
    /*overflow: auto;*/
    /*height: 430px;*/
    padding-right: 10px;
}

.snav_fixed li {
    border-left: 4px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 1px;
    position: relative;
    box-sizing: border-box;
}

.snav_fixed li a {
    display: block;
    padding: 12px 12px 12px 25px;
}

.snav_fixed .acc {
    padding-right: 35px;
}

.snav_fixed .trigger {
    width: 30px;
    height: 43px;
    background: url(common/images/common/ico_plus2.png) no-repeat center;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.snav_fixed .active {
    background-image: url(common/images/common/ico_min2.png);
}

.snav_fixed .acordion_tree {
    display: none;
    background: #f3f3f3;
}

.snav_fixed .acordion_tree li {
    border-left: none;
}

/* snav_blog */
.snav_blog h3 {
    text-align: center;
    padding: 2px 10px;
    background: #f3f3f3;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    margin-bottom: 15px;
}

.snav_blog li {
    margin-bottom: 5px;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
    text-align: center;
}

#scrollUp {
    width: 40px;
    height: 40px;
    bottom: 5%;
    right: 5%;
    background: url(common/images/common/pagetop.png) no-repeat right bottom;
    background-size: contain;
}


/* footer 
---------------------------------------------------------- */
.btn_reservations a {
    color: #0096ae;
    border: 1px solid #0096ae;
    padding: 15px 50px;
    display: inline-block;
}

.btn_reservations a:hover {
    background: #0096ae;
    color: #fff;
}

#footer {
    background: #fff;
    padding-top: 30px;
    border-top: 1px solid #afb9ca;
    /**margin-top: 100px;**/
}

#footer .tb_ft {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

#footer .tb_ft th {
    background: none;
    color: #465775;
    text-align: left;
}

#footer .tb_ft th span {
    display: inline-block;
    padding-right: 20px;
    background: url(common/images/common/arrow02.jpg) no-repeat right center;
    background-size: 12px auto;
}

#footer .tb_ft th,
#footer .tb_ft td {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 15px;
    border-bottom: 1px solid #afb9ca;
}

#footer .tb_ft td li {
    line-height: 2.4;
}

#footer .tb_ft td a {
    color: #465775;
}

#footer .tb_ft td a:hover {
    text-decoration: underline;
}

#footer .tb_ft tr:first-child th,
#footer .tb_ft tr:first-child td {
    border-top: none;
}

#footer .tb_ft td {
    width: 21%;
}

#footer_bg {
    background: #0096ae;
    color: #FFF;
}

#copy_right {
    font-size: 80%;
    text-align: center;
    padding-bottom: 30px;
}

#footer_bg #copy_right {
    padding-top: 30px;
}

/* margin style
---------------------------------------------------------- */
.section {
    margin-bottom: 55px;
}

.container {
    margin-bottom: 45px;
}

.case {
    margin-bottom: 30px;
}

.pack {
    margin-bottom: 20px;
}

.item {
    margin-bottom: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb_clear {
    margin-bottom: 0;
}

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
    margin-bottom: 0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l {
    text-align: left !important;
}

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

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

.txt_b {
    font-weight: bold;
}

.txt_orn {
    color: #ff7b73;
}

/* p section 
---------------------------------------------------------- */
main p {
    margin-bottom: 20px;
}

main * p:last-child {
    margin-bottom: 0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.tb_style td,
.tb_style th {
    border-bottom: 4px solid #fff;
}

.tb_style th {
    vertical-align: middle;
    width: 25%;
    background: #f3f3f3;
}

.tb_style th span {
    background: #f3f3f3;
    display: block;
    padding: 15px;
}

.page_academic_under .tb_style th {
    background: #f3f3f3;
    padding: 15px;
}

.tb_style td span {
    border: 1px solid #f3f3f3;
    padding: 15px;
    display: block;
}

.page_academic_under .tb_style td {
    border: 1px solid #f3f3f3;
    padding: 15px;
}

.bg_blue,
.bg_blue span {
    background: #465775 !important;
    color: #fff;
}

.bg_orn,
.bg_orn span {
    background: #ff7b73 !important;
    color: #fff;
}

/* tb_style01 */
.tb_style01 {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    text-align: center;
    border-top: 1px solid #c8d2e3;
    border-left: 1px solid #c8d2e3;
    border-bottom: 1px solid #c8d2e3;
}

.tb_style01 th {
    font-weight: bold;
    background: #c8d2e3;
    color: #465775;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tb_style01 th:last-child {
    border-right: 1px solid #c8d2e3;
}

.tb_style01 th,
.tb_style01 td {
    padding: 10px;
    vertical-align: middle;
}

.tb_style01 tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.tb_style01 td {
    border-right: 1px solid #c8d2e3;
    text-align: right;
}

.tb_sm {
    width: 85% !important;
}

.tb_sm th {
    width: 70%;
}

th.th_s {
    width: 8% !important;
    padding: 10px 25px;
}

/* hiaruron */
.tb_color th,
.tb_color th span {
    color: #fff;
    background: #465775;
}

.tb_color td span {
    border-color: #465775;
}

/* tb_form 
---------------------------------------------------------- */
.tb_form {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.tb_form th,
.tb_form td {
    display: block;
}

.tb_form th {
    text-align: left;
    padding: 5px 0;
    font-weight: normal;
}

.tb_form td {
    padding: 5px 0 10px 0;
}

.tb_form .tb_list li:first-child {
    margin-left: 0;
}

.tb_form .date_sty li {
    display: inline-block;
    margin-right: 15px;
}

.tb_form .date_sty li select {
    margin-right: 15px;
}

.tb_form ul li {
    display: block;
    margin-bottom: 15px;
}

.tb_form input[type="text"],
.tb_form input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #afb9ca;
    width: 100%;
}

.tb_form input[type="text"].box_half {
    width: 40%;
}

.tb_form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #afb9ca;
}

.tb_form select {
    padding: 10px 45px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #afb9ca;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    min-width: 100px;

    height: 45px;
    background: url(common/images/common/bg_select.png) no-repeat right center #fff;
    background-size: 35px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.tb_form select.sel_long {
    width: 200px;
}

.tb_form select:hover {
    border: none;
    border: 1px solid #afb9ca;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


/* title style 
---------------------------------------------------------- */
.title_main {
    font-size: 270%;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    margin-bottom: 50px;
}

.title_main span {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    margin-left: 15px;
    letter-spacing: 2px;
    top: -3px;
    position: relative;
}

.title_sub {
    font-size: 140%;
    display: block;
    margin-bottom: 15px;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    border-left: 1px solid #465775;
    padding: 0px 0 0 10px;
}

.title_sub_bg {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    background: url(common/images/common/ico_title.jpg) no-repeat 27px center;
    border-bottom: 1px solid #586680;
    padding: 10px 0 0px 90px;
}

.title_sec {
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 15px;
    border-left: solid 3px #CCCCCC;
}

.title_item {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.title_page {
    font-size: 140%;
    display: block;
    margin-bottom: 15px;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

.title_page span {
    font-size: 70%;
}

.title_con {
    font-size: 14px;
    /*font-weight: bold;*/
    font-family: "Yu Mincho", "YuMincho", serif;
    background: url(common/images/common/title_con.jpg) no-repeat left bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.title_img {
    margin-bottom: 15px;
}


/* topicPath 
---------------------------------------------------------- */
#topicPath {
    clear: both;
    display: block;
    padding: 15px 0;
}

#topicPath li {
    display: inline;
    padding-top: 3px;
    list-style-type: none;
}

#topicPath li.home {
    padding-left: 20px;
    background: url(../common_img/icon_home.gif) no-repeat left center;
}

#topicPath li a {
    padding-right: 15px;
    background: url(../common_img/arrow_02.png) no-repeat right center;
    color: #000;
    text-decoration: underline;
}

#topicPath li a:hover {
    text-decoration: none;
}

/* container 
---------------------------------------------------------- */
.container {}

.container .msg {
    width: 62%;
    word-break: break-all;
}

.container .img {
    width: 35%;
}

.pic_l .img,
.pic_r .msg {
    float: left;
}

.pic_l .msg,
.pic_r .img {
    float: right;
}

.flow_picl .img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.flow_picr .img {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}

.con_s .msg {
    width: 74%;
}

.con_s .img {
    width: 24%;
}

/* switch pc sp 
---------------------------------------------------------- */
.sp {
    display: none;
}

.pc {
    display: block;
}


/* list_dot 
---------------------------------------------------------- */
.list_dot {
    list-style: disc;
    margin-left: 17px;
}

.list_dot li {
    margin-bottom: 5px;
}

.list_dot li:last-child {
    margin-bottom: 0;
}

.list_sq {
    list-style: square;
    margin-left: 17px;
}


/* page_index 
---------------------------------------------------------- */
#main_slide_wrap {
    padding: 510px 0 310px 0;
    background: url(common/images/index/main02.jpg) no-repeat center top;
}


#menu_box .autoplay .sty_line {
    border: 2px solid #f8f8f8;
    padding: 22px;
    box-sizing: border-box;
    background: #fff;
}

#menu_box .autoplay img {
    width: 120px;
    margin: 0 auto 15px auto;
}

#menu_box .detail {
    height: 120px;
}

#menu_box .detail p {
    font-size: 10px;
}

#menu_box .autoplay .title_top span {
    font-size: 150%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url(common/images/index/title_menu.jpg) no-repeat center bottom;
}

.slick-prev {
    background: transparent;
}

.slick-prev {
    height: 48px !important;
    width: 11px !important;
    background: url(common/images/index/img_prev.png) no-repeat !important;
    background-size: cover !important;
}

.slick-next {
    height: 48px !important;
    width: 12px !important;
    background: url(common/images/index/img_next.png) no-repeat !important;
    background-size: cover !important;
}


#box_3d .msg,
#box_areki .msg {
    width: 60%;
    color: #465775;
}

#box_3d {
    padding: 70px 0;
    background: url(common/images/index/bg_3d.jpg) no-repeat center top;
    border-bottom: 1px solid #afb9ca;
}

#box_areki {
    padding: 30px 0;
    background: url(common/images/index/bg_gentle_lase.jpg) no-repeat center top;
}

#box_areki .msg {
    padding-top: 55px;
}

.bg_tit {
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
    background: url(common/images/index/img_line.png) no-repeat left bottom;
}

#box_areki .msg .title_page {
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

#box_areki .bg_tit {
    background-image: url(common/images/index/img_line01.png);
}

.pd_box {
    padding: 0 25px;
}

a.btn_sty,
input.btn_sty {
    color: #fff;
    padding: 15px 80px;
    background: #0096ae;
    display: inline-block;
}

.page_index a.btn_sty {
    padding: 8px 30px;
}

.hightlight {
    background: #f8f8f8;
    padding: 55px 0 40px 0;
    border-top: 1px solid #afb9ca;
    border-bottom: 1px solid #afb9ca;
}

.line_box {
    padding: 15px;
    border: 1px solid #465775;
}

.page_index .hightlight .col {
    -webkit-box-shadow: 1px 3px 13px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 1px 3px 13px 0px rgba(179, 179, 179, 1);
    box-shadow: 1px 3px 13px 0px rgba(179, 179, 179, 1);
    box-sizing: border-box;
    padding-bottom: 25px;
}

.page_index .hightlight .col .title_top {
    padding: 5px 0 15px 15px;
    border-left: 2px solid #465775;
}

.page_index .hightlight .col ul {
    margin: 10px 25px 0 25px;
}

.page_index .hightlight .col li {
    margin-top: 5px;
}

.page_index .hightlight .col .news {
    overflow: auto;
    height: 410px;
    padding-right: 5px;
}

.page_index .hightlight .col .news li {
    padding: 20px 0;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
}

.page_index .hightlight .col .news li:first-child {
    padding-top: 0;
}

.news li a {
    color: #333;
    overflow: hidden;
    display: block;
}

.news li span.news_date {
    display: block;
    float: left;
    width: 25%;
    font-weight: bold;
}

.news li span.news_txt {
    display: block;
    float: left;
    width: 70%;
}



.title_top {
    margin-bottom: 15px;
    color: #465775;
}

.title_top span {
    font-size: 180%;
    /*font-weight: bold;*/
    display: block;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

#blog .col {
    position: relative;
}

#blog .col a {
    display: block;
}

#blog .col img {
    border: 1px solid #afb9ca;
    display: block;
}

#blog .col em {
    position: absolute;
    right: 6%;
    top: 35%;
    display: block;
}



.page_index .btn_full {
    padding: 70px 0;
    border-top: 1px solid #afb9ca;
}

.page_index .bg_column {
    background: url(common/images/index/bg_column.jpg) no-repeat right top #f8f8f8;
}

/**
.bg_conselor{
	background: url(common/images/index/bg_counselor_wanted.jpg) no-repeat right top #f8f8f8;
}
**/
.page_index .link_sty {
    color: #465775;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

.txt_spc {
    font-family: 'Rouge Script', cursive;
    font-size: 180%;
    line-height: 0.8;
    font-style: italic;
}

.page_index .link_sty span {
    font-size: 180%;
    padding-right: 30px;
    background: url(common/images/common/arrow02.jpg) no-repeat right center;
    display: inline-block;
    /*font-weight: bold;*/
    vertical-align: middle;
}

.page_index .link_sty span:hover {
    color: #465775;
    opacity: 0.7;
}

.page_index .link_sty2 span {
    font-size: 180%;
    padding-right: 30px;
    background: url(common/images/common/arrow02.jpg) no-repeat right center;
    display: inline-block;
    /*font-weight: bold;*/
    vertical-align: middle;
}

/* page_datsumo */
.page_datsumo #iv .con_s .img {
    width: 16%;
}

.page_datsumo #iv .con_s .msg {
    width: 81%;
}

.page_datsumo #iv .title_con {
    padding-bottom: 0px;
    background: none;
}

.list_check {
    border: 1px solid #f3f3f3;
    border-bottom: none;
}

.list_check li {
    padding: 10px 10px 10px 27px;
    border-bottom: 1px solid #f3f3f3;
    background: url(common/images/common/ico_check.jpg) no-repeat 10px 12px;
}

/* col_box */
.col_box .col {
    float: left;
    width: 29%;
}

.col_box .col img {
    margin-bottom: 5px;
}

.col_box .col.arr_bg {
    padding-right: 29px;
    margin-right: 10px;
    background: url(common/images/hiaruron/arrow01.jpg) no-repeat right 30px;
}

.page_hiaruron .bg_sty {
    padding: 12px 25px 20px 25px;
    background: url(common/images/hiaruron/bg_comment.png) no-repeat left top;
    background-size: cover;
    color: #fff;
    display: inline-block;
}

.box_sty {
    border: 1px solid #465775;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.box_sty p {
    padding: 15px;
    margin-bottom: 0;
}

.box_sty p.title {
    padding: 10px 15px;
    background: #465775;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

/* page_price */
.page_price .title_sub {
    border: none;
    color: #fff;
    padding: 10px;
    background: #465775;
}

/* page_puregraft */
.qa_box p {
    padding: 8px 15px;
    background: #f3f3f3;
}

.qa_box .q_sty {
    margin-bottom: 3px;
    background: url(common/images/common/ico_q.png) no-repeat 10px 10px #465775;
    background-size: 12px auto;
    padding-left: 32px;
}

.qa_box .a_sty {
    margin-bottom: 3px;
    background: url(common/images/common/ico_a.png) no-repeat 10px 10px #afb9ca;
    background-size: 12px auto;
    padding-left: 32px;
}


/* page_telemedicine */
.page_telemedicine .box4 .txt_c {
    padding: 20px 5px;
    border: 1px solid #afb9ca;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.page_telemedicine .box4 img {
    display: block;
    margin: 0 auto;
    height: 60px;
}

.page_telemedicine .box4 span {
    font-weight: bold;
    font-size: 130%;
    display: block;
    margin: 10px 0;
    padding-bottom: 10px;
    background: url(common/images/remote/bg_line.jpg) no-repeat center bottom;
}

.page_telemedicine .box4 p {
    font-size: 80%;
}

/* page_laser */
.page_laser .box5 .col em.txt2 {
    padding: 6px 0 5px 0;
}

.page_laser .box5 em {
    padding: 15px 0;
    display: block;
    border: 1px solid #afb9ca;
}

.page_laser .box5 em span {
    padding-left: 20px;
    display: inline-block;
    background: url(common/images/laser/ico_check.png) no-repeat left 2px;
    background-size: 14px auto;
}

.page_laser .box5 .col em.txt2 span {
    padding-left: 0;
    background-position: 10px top;
}

.page_laser #qa .img {
    width: 240px;
    padding-bottom: 12px;
    background: url(common/images/laser/q.png) no-repeat 5% bottom;
    background-size: 30px auto;
    float: left;
}

.page_laser #qa .img p {
    color: #fff;
    background: #465775;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.page_laser #qa .msg {
    width: 75%;
    padding-bottom: 12px;
    background: url(common/images/laser/a.png) no-repeat 95% bottom;
    background-size: 30px auto;
    float: right;
}

.page_laser #qa .msg p {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}



/* page_f_blog, page_s_blog, .page_news */
.blog_sty {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(219, 219, 219, 1);
    box-shadow: 0px 2px 4px 0px rgba(219, 219, 219, 1);
}

.title_blog {
    padding: 20px 30px;
    background: #465775;
    color: #fff;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

.title_blog span {
    font-size: 180%;
    display: block;
}

.blog_sty .detail {
    padding: 30px;
}

.pagination {
    border: 1px solid #afb9ca;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    display: inline-block;
}

.pagination span,
.pagination a {
    float: left;
    border-left: 1px solid #afb9ca;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
    padding: 3px 10px;
    color: #465775;
    display: block;
    font-size: 120%;
    box-sizing: border-box;
}

.pagination span:first-child,
.pagination a:first-child {
    border-left: none;
}

.pagination a:hover,
.pagination .current {
    background: #afb9ca;
    color: #fff;
}

.page_news .title_blog {
    background: #fff;
    color: #0096ae;
    padding-bottom: 0;
}

/*instagram*/


.instagram {
    padding-top: 25px;
    border-top: 1px solid #afb9ca;
}

.instagram .box .pd_box a img {
    display: block;
    max-width: 100px;
    width: 30%;
    height: auto;
    margin: 10px auto;
}

.instabox {
    width: 100%;
}

/* page_doctor */
.title_bg_grau {
    padding: 20px 30px;
    font-size: 14px;
    background: #f3f3f3;
    border-top: 2px solid #0096ae;
    font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
}

.title_bg_grau span {
    font-weight: normal;
    font-size: 20px;
    display: block;
}

.page_doctor .img {
    width: 25%;
}

.page_doctor .img a {
    text-align: left;
    display: inline-block;
    color: #0096ae;
    border: 1px solid #0096ae;
    padding: 10px 20px;
}

.page_doctor .img a span {
    font-size: 120%;
    display: inline-block;
    padding-right: 25px;
    background: url(common/images/doctor/arrow.jpg) no-repeat right 6px;
}

.page_doctor .msg {
    width: 73%;
}

.page_doctor .msg .case {
    border-left: 1px solid #afb9ca;
}

.page_doctor .msg h4 {
    border-bottom: 1px solid #afb9ca;
    margin-bottom: 0px;
    padding: 5px 25px 10px 50px;
    margin-left: -25px;
}

.page_doctor .container .pd_box {
    padding: 25px;
}

.page_doctor table td:first-child {
    width: 60px;
}


/* page_flow */
.page_flow .container.pd_box {
    padding: 30px;
    background: url(common/images/flow/bg_flow.jpg) no-repeat right top #f8f8fa;
    background-size: contain;
}

.page_flow .case {
    border: 1px solid #afb9ca;
    background: url(common/images/flow/bg01.png) no-repeat 15px center #465775;
    padding-left: 50px
}

.page_flow .case:nth-child(3) {
    background-image: url(common/images/flow/bg02.png);
}

.page_flow .case:nth-child(4) {
    background-image: url(common/images/flow/bg03.png);
}

.page_flow .case:nth-child(5) {
    background-image: url(common/images/flow/bg04.png);
}

.page_flow .case:nth-child(6) {
    background-image: url(common/images/flow/bg05.png);
}

.page_flow .case:nth-child(7) {
    background-image: url(common/images/flow/bg06.png);
}

.page_flow .detail {
    padding: 40px;
    background: #fff;
    float: right;
    width: 100%;
    box-sizing: border-box;
    color: #afb9ca;
}

.page_flow .title_page {
    color: #0096ae;
    font-weight: normal;
    font-size: 130%;
    margin-bottom: 15px;
}


/* page_academic */
.page_academic ul {
    padding: 20px;
}

.page_academic ul li a {
    padding: 5px 25px 5px 5px;
    display: inline-block;
    font-size: 140%;
    background: url(common/images/common/arrow02.jpg) no-repeat right 14px;
    background-size: 12px auto;
}

/* page_column */
.page_column .col img {
    -webkit-box-shadow: 0px 7px 16px -1px rgba(229, 234, 233, 1);
    -moz-box-shadow: 0px 7px 16px -1px rgba(229, 234, 233, 1);
    box-shadow: 0px 7px 16px -1px rgba(229, 234, 233, 1);

}

/* page_securitypolicy */
.page_securitypolicy .container .title_sub_bg {
    padding-left: 45px
}

.page_securitypolicy .container .title_sub_bg span {
    font-size: 180%;
    display: inline-block;
    margin-right: 20px;
    bottom: -4px;
    position: relative;
}

/* comment_sty */
.comment_sty {
    padding-bottom: 10px;
    background: url(common/images/common/ico_comment.png) no-repeat 95% bottom;
    background-size: 30px auto;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.comment_sty em {
    color: #fff;
    background: #465775;
    padding: 10px 15px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    display: inline-block;
}

/* page_recruit */
.page_recruit .tb_style01 {
    border: none;
}

.page_recruit .tb_style01 th {
    border: none;
    background-color: unset;
    color: #0096ae;
}

.page_recruit .tb_style01 td {
    text-align: left;
    border: none;
}

/* form_recruit */
.form_recruit {
    background-color: #f3f3f3;
    padding: 80px 0;
}

.form_recruit .wh_box {
    background-color: #fff;
}

.form_recruit .title_sub {
    padding: 30px 55px;
    border-left: 2px solid #465775;
}

.form_recruit .title_sub span {
    font-weight: normal !important;
    font-size: 14px;
}

.form_recruit .detail {
    padding: 0 60px 60px 60px;
}

/* page_column_category */
.page_column_category .dategory_item {
    border: 1px solid #afb9ca;
    padding: 7px 7px 25px 7px;
}

.page_column_category .dategory_item span {
    display: block;
    font-size: 120%;
    margin: 5px 0;
}

/* page_column_category_under */
.page_column_category_under #snav ul {
    padding: 5px 10px;
    background: #f3f3f3;
    border-top: 2px solid #465775;
}

.page_column_category_under #snav ul li {
    padding: 10px 0;
    border-bottom: 1px solid #465775;
}

.page_column_category_under #snav ul li:last-child {
    border-bottom: none;
}

.page_column_category_under #snav li a {
    padding: 0;
}

.page_column_category_under .title_main {
    background: #afb9ca;
    padding: 20px;
    font-size: 200%;
}

.page_column_category_under .title_sub {
    border-left: none;
    border-bottom: 1px solid #465775;
    padding: 5px;
}

.page_column_category_under .link_menu li {
    margin-bottom: 8px;
}

.page_column_category_under .link_menu li a {
    border: 1px solid #afb9ca;
    display: block;
    padding: 15px 20px;
    font-size: 14px;
}

.page_column_category_under .link_menu li a:hover {
    background-color: #afb9ca;
    color: #fff;
}

.page_column_category_under .link_menu li a span {
    padding-right: 20px;
    display: block;
    background: url(common/images/column_category_under/ico_arrow.jpg) no-repeat right center;
    background-size: 12px auto;
}

/* page_access */
.page_access .map iframe {
    width: 100%;
    height: 300px;
}

.page_access .access_box .img {
    width: 30%;
}

.page_access .access_box .msg {
    width: 67%;
}

.page_access .img h3 {
    font-size: 150%;
    color: #0096ae;
}

.page_access .title_page {
    margin-bottom: 15px;
}

.page_access .img th {
    text-align: left;
    padding-right: 10px;
}

.page_access .col2 {
    box-sizing: border-box;
    padding: 0 25px 55px 25px;
    border-left: 1px solid #f3f3f3;
    float: left;
    width: 50%;
}

.page_access .col2 h4 {
    padding-left: 30px;
    background: url(common/images/access/ico_bus.jpg) no-repeat left 3px;
}

.page_access .col2:last-child h4 {
    padding-left: 35 px;
    background-image: url(common/images/access/ico_car.jpg);
}

.page_access .col2 ul li {
    list-style: decimal;
    margin-left: 15px;
}

.page_access .msg {
    width: 55%;
}

.page_access .img {
    width: 45%;
}


/* page_bustup */
.page_bustup h5 {
    background-color: #f3f3f3;
    padding: 5px 10px;
    font-weight: normal;
}


/* page_diet */
.page_diet .flow_picl .img {
    width: 100px;
}

.page_diet .blog_sty {
    padding: 25px 25px 10px 25px;
}

.page_diet .blog_sty li {
    padding-left: 30px;
    margin-bottom: 15px;
    background: url(common/images/diet/ico_check.jpg) no-repeat left 3px;
    background-size: 16px;
}

.page_diet .blog_sty li:last-child {
    margin-bottom: 0;
}

.page_diet #step .line_box {
    background: url(common/images/diet/bg_step01.jpg) no-repeat left top;
}

.page_diet #step .line_box.step02 {
    background-image: url(common/images/diet/bg_step02.jpg);
}

.page_diet #step .line_box.step03 {
    background-image: url(common/images/diet/bg_step03.jpg);
}

.page_diet #step .img .title_page {
    font-size: 200%;
    font-weight: normal;
}

#step .img {
    text-align: center;
    width: 15%;
}

#step .msg {
    width: 80%;
}

.arrw {
    padding-bottom: 25px;
    margin-bottom: 10px;
    background: url(common/images/common/ico_arr.jpg) no-repeat center bottom;
}

/* page_menu */
.page_menu .title_sub {
    border: none;
    padding: 0 25px 0 0;
    background: url(common/images/common/arrow02.jpg) no-repeat right center;
    display: inline-block;
    background-size: 12px auto;
    font-weight: normal;
    margin: 10px 0;
}

.page_menu .container {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #afb9ca;
}

.page_menu .container:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.page_menu .container img {
    display: block;
}

.page_menu ul li a {
    text-decoration: underline;
}

/* page_reason */
.page_reason .reason_box {
    background: url(common/images/reason/img_reason.jpg) no-repeat right top #f3f3f3;
}

.page_reason .reason_box .col2 {
    float: left;
    width: 50%;
    padding: 115px 25px;
    background: url(common/images/reason/bg_reason.png) no-repeat center center;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 245px auto;
}

.page_reason .tb_style01 td {
    text-align: left;
}

.page_reason .tb_style01 td:first-child {
    text-align: center;
    font-weight: bold;
}

.page_reason .tb_style01 th,
.page_reason .tb_style01 td {
    border: 3px solid #fff;
}

/* page_wakigaa */
.page_wakiga .tb_style01 th,
.page_wakiga .tb_style01 td {
    border: 3px solid #fff;
    text-align: center;
}

.page_wakiga .tb_style01 td:first-child {
    font-weight: bold;
}

.page_wakiga #step table {
    width: 100%;
}

.page_wakiga #step table th,
.page_wakiga #step table td {
    border-bottom: 1px solid #fff;
}

.page_wakiga #step table th {
    color: #fff;
    width: 100px;
    background: url(common/images/wakiga/bg_th01.jpg) repeat-x left top #89d2dd;
    vertical-align: middle;
}

.page_wakiga #step table th.bg02 {
    background-image: url(common/images/wakiga/bg_th02.jpg);
    background-color: #6ec6d4;
}

.page_wakiga #step table th.bg03 {
    background-image: url(common/images/wakiga/bg_th03.jpg);
    background-color: #3bb0c2;
}

.page_wakiga #step table th.bg04 {
    background-image: url(common/images/wakiga/bg_th04.jpg);
    background-color: #19a1b7;
}

.page_wakiga #step table th,
.page_wakiga #step table td {
    padding: 15px 15px 10px 15px;
}

.page_wakiga #step table li {
    float: right;
    width: 24%;
}

.page_wakiga #step table li:first-child {
    width: 76%;
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.page_wakiga .col {
    position: relative;
}

.page_wakiga .col img {
    width: 100%;
}

.page_wakiga .col p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.8);
}

/* page_tarumi_shiwa */
.page_tarumi_shiwa .tb_style01 td {
    text-align: left;
}

.page_tarumi_shiwa .tb_style01 td:first-child {
    text-align: center;
}

#effect .col {
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #afb9ca;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.page_tarumi_shiwa .list_check span {
    float: left;
    width: 60%;
    display: block;
}

.page_tarumi_shiwa .list_check span:first-child {
    width: 38%;
    margin-right: 2%;
}

.page_tarumi_shiwav .tb_style01 th,
.page_tarumi_shiwa .tb_style01 td {
    border: 3px solid #fff;
    text-align: center;
}

.page_tarumi_shiwa .tb_style01 th.w30 {
    width: 29%;
}

/* page_nose */
.page_nose .col_box .col {
    width: auto;
}

.page_nose .col .line_box {
    padding: 0px;
}

.page_nose .col h5 {
    background: #465775;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.page_nose .col p {
    padding: 15px;
}

.page_nose .costosteroid .msg {
    padding: 20px;
    background-image: url(common/images/nose/bg_r.jpg), url(common/images/nose/bg_l.jpg);
    background-position: right bottom, left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}


/* page_eyes */
.page_eyes .col_box .col.img_s {
    width: 22%;
}

.page_eyes .pt40 {
    padding-top: 40px;
}

.page_eyes .img_mt img {
    margin-top: -20px;
}

.page_eyes .img_mt p {
    padding-left: 35px;
}

.page_eyes .eye_col02 .col {
    width: 22%;
}

.page_eyes .eye_col02 .col:nth-child(2) {
    width: 38%;
}

.page_eyes .eye_col03 .col {
    width: 23%;
}

.page_eyes .eye_col03 .col:nth-child(1),
.page_eyes .eye_col03 .col:nth-child(3) {
    width: 30%;
}


/* calendar */
#wp-calendar {
    width: 100%;
}

/* contact form7 */
.wpcf7-back,
.wpcf7-submit {
    margin: 0 5px;
}
