/*--------------------

共通/common

--------------------*/

.wrapper {
    width: 960px;
    margin: auto;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.btn_top {
    display: block;
    display: none;
    position: fixed;
    right: 0;
    bottom: 50px;
    transition: 0.3s all ease;
}

.btn_top:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

/*--------------------

ヘッダー/header

--------------------*/

header {
    border-top: 5px solid #e49045;
}

header h1 {
    margin: 25px 0 55px;
}

.header_l {
    width: 50%;
    float: left;
}

.header_r {
    width: 50%;
    float: right;
    text-align: right;
}

.info_list {
    margin-bottom: 5px;
}

.info_list li {
    display: inline-block;
    text-align: center;
}

.info_list a {
    padding: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #e49045;
    text-decoration: underline;
    transition: 0.3s all ease;
}

.info_list a:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

.info_list a:before {
    font-size: 10px;
}

.info_list li.contact a {
    display: block;
    width: 116px;
    color: #fff;
    background: url(../../image/contact_bg.png) center top no-repeat;
    text-decoration: none;
}

.info_list li.contact a:before {
    background: #fff;
    width: 12px;
    height: 12px;
    margin-right: 0.5em;
    padding: 1px;
    text-align: center;
    border-radius: 50%;
    color: #e49045;
}

.header_r address {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    float: right;
}

.gnav {
    background: #e49045;
}

.gnav ul {
    width: 960px;
    margin: auto;
}

.gnav li {
    box-sizing: border-box;
    display: inline-block;
    width: 240px;
    text-align: center;
    border-left: 1px solid #fff;
}

.gnav li:last-child {
    border-right: 1px solid #fff;
}

.gnav a {
    display: block;
    position: relative;
    padding: 40px 0 15px;
    transition: 0.3s all ease;
}

.gnav a:hover {
    background: #edad75;
    transition: 0.3s all ease;
}

.gnav a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    margin: auto;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #e49045;
    border-radius: 50%;
    font-size: 35px;
    line-height: 54px;
    color: #e49045;
}

/*--------------------

コンテンツ/content

--------------------*/

.top_image {
    padding: 10px 0;
    background: #fffbe8;
}

.top_image figure {
    width: 960px;
    margin: auto;
}

.content {
    position: relative;
    width: 960px;
    margin: 20px auto 50px;
    font-size: 16px;
}
.content .box {
    display: flex;
    align-items: center;
    background-color: #F4E4D6;
    padding: 1%;
    margin-bottom: 1%;
}
.content .box2 {
    display: flex;
    align-items: center;
    background-color: #E6EFD9;
    padding: 1%;
    margin-bottom: 1%;
}
.content .box2 b {
    font-weight: bold;
}
.contact-link {
    font-size: x-large;
}
.content h2 {
    font-size: 18px;
    color: #333333;
    border-bottom: solid 5px #ed9a49;
    margin-bottom: 14px;
}
.content h2.line-none{
    border-bottom: none;
}
.special-pdr {
    padding-right: 14.7% !important;
}
.content h3 {
    font-size: 18px;
    color: #ed9a49;
    border-bottom: 1px solid #ed9a49;
    margin-bottom: 14px;
}

.content h4 {
    color: #ed9a49;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 32px;
    width: 60%;
    /* margin-bottom: 30px; */
}

.content p:last-child {
    margin-bottom: 0;
}
.content .box .link {
    /* float: right; */
    width: 40%;
    /* padding-right: 30%; */
}
.content p.supplement {/*
    box-sizing: border-box;
    border: 1px solid #e49045;
    padding: 10px;
    line-height: 24px;*/
}

.content p.supplement a {
    color: #fff;
    background: #e49045;
    padding: 10px;
    font-size: 18px;
    transition: 0.3s all ease;
    border-radius: 5px;
}

.content p.supplement a:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

.life_table {
    border: 1px solid #e49045;
}

.life_table th,
.life_table td {
    padding: 10px;
    border: 1px solid #e49045;
}

.life_table th {
    width: 140px;
}

.life_table td {
    width: 340px;
}

.content .col_l {
    width: 480px;
    float: left;
}

.content .col_r {
    width: 425px;
    float: right;
    margin-top: -40px;
    text-align: right;
}

#yorumenkai {
    width: 920px;
    margin: 30px auto 0;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 10px;
}

#yorumenkai h4 {
    font-size: 1.5em;
    margin: 5px 0 20px;
    font-weight: bold;
    border-bottom: 1px solid #ed9a49;
}

#yorumenkai h5 {
    font-size: 1.2em;
}

#yorumenkai .row {
    margin-bottom: 20px;
}

#yorumenkai .row:last-child {
    margin-bottom: 0;
}

#yorumenkai .col_r {
    margin-top: 0;
    text-align: left;
}

#yorumenkai p span {
    color: #e49045;
    font-size: 1.2em;
}

/*--------------------

設備・費用/equip

--------------------*/

.equip_map {
    position: relative;
    padding-bottom: 220px;
}

.map_table {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
}

.map_table table,
.map_table th,
.map_table td {
    border: 1px solid #000;
}

.map_table th,
.map_table td {
    padding: 10px;
}

.equip {
    margin-bottom: 100px;
}

.equip h4 {
    font-weight: bold;
}

.equip .row {
    padding: 25px 20px 20px;
    border-bottom: 1px dotted #e49045;
}

.equip .row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.equip .row:last-child {
    margin-bottom: 0;
}

.equip figure {
    margin-bottom: 20px;
}

.equip figure:last-child {
    margin-bottom: 0;
}

.equip figcaption {
    margin-top: 5px;
    text-align: right;
}

.equip .col_l {
    width: 440px;
}

.equip .col_r {
    width: 460px;
    margin-top: 0;
    text-align: left;
}

.equip_table {
    width: 360px;
    margin-bottom: 30px;
}

.equip_table:last-child {
    margin-bottom: 0;
}

.equip_table,
.equip_table th,
.equip_table td {
    border: 1px solid #000;
}

.equip_table th,
.equip_table td {
    padding: 10px;
    border: 1px solid #000;
}

.equip_table th,
.equip_table td:first-child {
    width: 75px;
}

.equip_table td:last-child {
    width: 190px;
}

.equip_table ul {
    margin-left: 1.5em;
    list-style: disc;
}

.attitude_list li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 450px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.attitude_list li:nth-child(2n) {
    margin-right: 0;
}

.attitude_list figure {
    padding: 9px;
}

.attitude_list img {
    margin-bottom: 30px;
}

.attitude_list figcaption {
    text-align: left;
}

.attitude_list figcaption span {
    display: block;
    color: #e49045;
    margin-bottom: 15px;
}

/*--------------------

医療関係者の方/medical

--------------------*/

.life_list li {
    position: relative;
    margin-left: 1em;
    margin-bottom: 18px;
}

.life_list li:before {
    content: '●';
    position: absolute;
    left: -1em;
    color: #ed9a49;
}

#medical h3 {
    width: 880px;
    margin: auto;
}

/*--------------------

医療関係者の方/medical

--------------------*/

.doc_list {
    width: 880px;
    margin: 40px auto 60px;
    overflow: hidden;
}

.doc_list li {
    display: inline-block;
    float: left;
    width: 430px;
    margin-right: 20px;
    margin-bottom: 20px;
}
/*
.doc_list li:first-child {
    width: 880px;
    margin-right: 0;
    margin-bottom: 20px;
}


.doc_list li:nth-child(2n-1) {
    margin-right: 0;
}
*/
.doc_list li:nth-child(2n) {
    margin-right: 0;
}

.doc_list li a {
    display: block;
    padding: 25px 0;
    background: #e49045;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 15px;
    transition: 0.3s all ease;
}

.doc_list li a:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

.doc_list li a:before {
    font-size: 30px;
    margin-right: 15px;
}

.doc_list li a span {
    font-size: 0.7em;
}

.step_list {
    width: 880px;
    margin: 0 auto 100px;
}

.step_list li {
    position: relative;
    margin-bottom: 100px;
}

.step_list li:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 70px;
    margin: 25px auto;
    font-size: 56px;
    color: #e49045;
    text-align: center;
}

.step_list li:last-child {
    margin-bottom: 0;
}

.step_list li:last-child:after {
    display: none;
}

.step_list .col_l {
    width: 120px;
    height: 120px;
}

.step_list .col_r {
    width: 700px;
    margin: 0;
    text-align: left;
}

.step_list p {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.step_list p span {
    display: block;
    font-size: 18px;
    color: #e49045;
}

/*--------------------

フッター/footer

--------------------*/

footer {
    text-align: center;
}

footer h2 {
    margin-bottom: 20px;
}

footer section {
    padding: 50px 0 30px;
}

footer .info_sec {
    background: #fff8dd;
    border-top: 1px solid #e49045;
    padding: 40px 0 50px;
}

footer .info_sec address {
    font-size: 14px;
    margin-bottom: 30px;
}

footer .info_sec .tel {
    width: 500px;
    margin: auto;
    padding: 15px;
    background: #e49045;
    color: #fff;
    border-radius: 10px;
}

footer .info_sec .tel span {
    font-size: 21px;
    margin: 0 5px;
}

.foot_nav {
    margin: 50px auto 0;
}

.foot_nav li {
    position: relative;
    display: inline-block;
    margin: 0 1.5em;
}

.foot_nav li:after {
    position: absolute;
    right: -2em;
    content: url("../../image/foot_list.png");
}

.foot_nav li:last-child:after {
    content: none;
}

.foot_nav a {
    font-size: 16px;
    color: #333;
    transition: 0.3s all ease;
}

.foot_nav a:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

footer small {
    font-size: 14px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .content .box .link {
        /* padding-right: 15%; */
    }
}

/* トップ */
.content ul.box-activity{margin:20px 0 27px 0; box-sizing:border-box; display: flex; flex-wrap: wrap;}
.content ul.box-activity li{list-style:none; display: block; box-sizing:border-box; min-height:64px; width: 54%; padding-left:60px; padding-bottom: 20px;}
.content ul.box-activity li:nth-child(1){background:url(/assets/images/common/icon/icon_nosmoking.png) no-repeat; background-size:49px 44px; width: 100%;}
.content .text-ind{padding-left:4em; text-indent: -4em;}
.content .box-top{background: #fff8dd;  padding: 40px; margin-top: -14px;}
.content strong{font-weight: bold;}
.content .--inq{text-align: center;}
.content .--inq .title{font-size: 24px; font-weight: bold;}
.content .--inq .tel{font-weight: bold;}
.content .--inq .tel strong{font-size: 40px;}
.content .--inq .note{line-height: 24px;}
.content .--max-text p{width: 100%;}
.life .col_l {width: 440px;}
.life .col_r {width: 460px; margin-top: 0; text-align: left;}