@charset "utf-8";

.glonav {
    padding: 125px 0 15px;
}

.sp {
    display: none;
}


/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 440px;
    background: url(../img/pylori01_1.jpg) center top 30%/cover no-repeat;
}

.key:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background: url(../img/center03.png) left top/contain no-repeat;
}

.key:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 440px;
    background: url(../img/center04.png) right bottom/contain no-repeat;
}

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
    letter-spacing: 0.28em;
}

/* =====sec01===== */
.sec01 {
    width: 876px;
    padding: 60px 0 70px;
    margin: 0 auto;
}

.sec01_title {
    padding: 0 0 35px;
    border-bottom: 1px solid #B69739;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec01_title .color {
    font-size: 24px;
    font-weight: bold;
    color: #1F296E;
}

.sec01 .text {
    padding: 0 0 0 20px;
    margin: 0 0 35px;
    font-weight: bold;
    line-height: 2.5;
}

.sec01 .box {
    display: flex;
    justify-content: space-between;
    width: 790px;
    margin: 0 auto 45px;
    letter-spacing: 0.16em;
}

.sec01 .box .item:nth-of-type(1),
.sec01 .box .item:nth-of-type(2) {
    position: relative;
    width: 208px;
    height: 198px;
    padding: 15px 0 0;
    border: 1px solid #1F296E;
    box-sizing: border-box;
}

.sec01 .box .item:nth-of-type(1) {
    background: url(../img/pylori_icon01.png) center bottom 17px no-repeat;
}

.sec01 .box .item:nth-of-type(2) {
    background: url(../img/pylori_icon02.png) center bottom 17px no-repeat;
}

.sec01 .box .item:nth-of-type(1):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -52px;
    transform: translateY(-50%);
    display: inline-block;
    width: 38px;
    height: 37px;
    background: url(../img/pylori_icon04.png) no-repeat;
}

.sec01 .box .item:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
    display: inline-block;
    width: 21px;
    height: 49px;
    background: url(../img/pylori_arrow01.png) no-repeat;
}

.sec01 .box .item_text {
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
    line-height: 2;
}

.sec01 .box .item:nth-of-type(3) {
    position: relative;
    width: 243px;
    height: 198px;
    padding: 30px 0 0;
    box-sizing: border-box;
    background: #1F296E;
}

.sec01 .box .item:nth-of-type(3):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 231px;
    height: 184px;
    border: 1px solid #fff;
    margin: auto;
    background: transparent;
}

.sec01 .box .item:nth-of-type(3) .item_text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.sec01 .box .item:nth-of-type(3) .item_text .small {
    font-size: 15px;
    font-weight: bold;
}

.sec01 .box .item:nth-of-type(3) .item_text .medium {
    font-size: 18px;
    font-weight: bold;
}

.sec01 .box .item:nth-of-type(3) .item_text .large {
    font-size: 24px;
    font-weight: bold;
}

.sec01 .box .item:nth-of-type(3) .item_text .num {
    padding: 0 10px;
    vertical-align: middle;
}

.sec01 .text02 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec01 .text02 .color {
    color: #1F296E;
    font-weight: bold;
}

/* =====共通パーツ===== */
.cont_title {
    width: 830px;
    padding: 0 0 20px;
    margin: 0 auto 25px;
    border-bottom: 1px dotted #A8A4A3;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.16em;
}

.cont_text {
    font-weight: bold;
    line-height: 2;
}

.cont_text .color {
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
}

.sec_title {
    width: 412px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #1F296E;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

/* =====sec02===== */
.sec02 {
    width: 100%;
    padding: 165px 0 95px;
    background: #FFFEF5 url(../img/logo03.png) center top 78px/80px no-repeat;
}

.sec02_title {
    margin: 0 0 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec02 .cont01 {
    margin: 0 0 150px;
}

.sec02 .cont01 .cont_text {
    width: 710px;
    margin: 0 auto 50px;
}

.sec02 .cont01 .list {
    display: flex;
    justify-content: center;
}

.sec02 .cont01 .list .item {
    position: relative;
    width: 432px;
    height: 267px;
}

.sec02 .cont01 .list .item:nth-of-type(1) {
    margin: 0 38px 0 0;
    background: url(../img/pylori05.jpg) center center/cover no-repeat;
}

.sec02 .cont01 .list .item:nth-of-type(2) {
    background: url(../img/pylori03.jpg) center center/cover no-repeat;
}

.sec02 .cont01 .list .item_text {
    position: absolute;
    right: -15px;
    bottom: -45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 89px;
    background: #BE9E3A;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
}

.sec02 .cont01 .list:nth-of-type(2) .item_text {
    line-height: 1.2;
}

.sec02 .cont02 {
    margin: 0 0 90px;
}

.sec02 .cont02 .cont_text {
    width: 722px;
    margin: 0 auto 30px;
}

.sec02 .cont02 .text02 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont02 .list {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.sec02 .cont02 .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 100px;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.1;
}

.sec02 .cont02 .list .item:nth-of-type(1) {
    margin: 0 22px 0 0;
}

.sec02 .cont02 .text03 {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont02 .link {
    width: 420px;
    height: 72px;
    border: 1px solid #1F296E;
    box-shadow: 4px 4px 7px rgba(34, 25, 21, 0.38);
    margin: 0 auto;
}

.sec02 .cont02 .link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    background: #fff url(../img/logo03.png) left 25px center/56px no-repeat;
    color: #1F296E;
    font-weight: bold;
}

.sec02 .cont02 .link a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 17px;
    height: 24px;
    background: url(../img/kaiyou_arrow01.png) no-repeat; 
}

.sec02 .cont03 .box {
    display: flex;
    justify-content: center;
}

.sec02 .cont03 .box .textbox {
    width: 410px;
    margin: 0 35px 0 0;
}

.sec02 .cont03 .box .textbox .cont_text {
    line-height: 2.5;
}

.sec02 .cont03 .box .textbox .cont_text:first-of-type {
    margin: 0 0 15px;
}

.sec02 .cont03 .box .textbox .cont_text:last-of-type {
    position: relative;
    padding: 0 0 0 1.5em;
}

.sec02 .cont03 .box .textbox .cont_text:last-of-type:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}

/* =====sec03===== */
.sec03 {
    padding: 40px 0;
}

.sec03 .sec_title {
    margin: 0 auto 35px;
}

.sec03 .lead_text {
    margin: 0 0 60px;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont01,
.sec03 .cont02 {
    width: 983px;
    margin: 0 auto;
}

.sec03 .cont01 {
    margin: 0 auto 70px;
}

.sec03 .cont_title {
    width: 100%;
    position: relative;
    padding: 0 0 15px 45px;
    border-bottom: 1px solid #1F296E;
    box-sizing: border-box;
    text-align: left;
}

.sec03 .cont_title .color {
    font-weight: bold;
    color: #E71F10;
}

.sec03 .cont_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #1F296E;
}

.sec03 .box {
    display: flex;
    justify-content: space-between;
}

.sec03 .box .textbox {
    width: 471px;
}

.sec03 .box .textbox .title {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #A8A4A3;
}

.sec03 .box .textbox .text {
    padding: 0 0 0 10px;
    margin: 0 0 22px;
    font-weight: bold;
}

/* =====sec04===== */
.sec04 {
    padding: 0 0 20px;
}

.sec04 .sec_title {
    margin: 0 auto 10px;
}

.sec04 .sec_title span {
    padding: 0 35px 0 0;
    font-weight: bold;
}

.sec04_body {
    position: relative;
    width: 835px;
    margin: 0 auto;
}

.sec04_body:before {
    content: "";
    position: absolute;
    left: 84px;
    bottom: 20px;
    z-index: 1;
    display: inline-block;
    width: 2px;
    height: 90%;
    border-left: 2px dashed #BE9E3A;
}

.sec04 .lead_text {
    margin: 0 0 50px;
    font-weight: bold;
    color: #E71F10;
    text-align: center;
}

.sec04 .flow {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px;
}

.sec04 .flow:nth-of-type(2),
.sec04 .flow:nth-of-type(4),
.sec04 .flow:nth-of-type(5) {
    align-items: center;
}

.sec04 .flow:last-of-type {
    margin: 0;
}

.sec04 .flow_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec04 .flow:nth-of-type(1) .flow_title,
.sec04 .flow:nth-of-type(3) .flow_title {
    background: #FFFEF2;
    font-size: 20px;
    font-weight: bold;
}

.sec04 .flow:nth-of-type(3) .flow_title {
    display: block;
    padding: 45px 0 0;
}

.sec04 .flow:nth-of-type(3) .flow_title .small {
    font-size: 16px;
    font-weight: bold;
}

.sec04 .flow:nth-of-type(2) .flow_title,
.sec04 .flow:nth-of-type(4) .flow_title {
    height: 125px;
    font-size: 19px;
    font-weight: bold;
    background: #fff;
}

.sec04 .flow:nth-of-type(5) .flow_title {
    height: 147px;
    border: 1px solid #1F296E;
    background: rgba(243, 250, 254);
    font-size: 19px;
    font-weight: bold;
}

.sec04 .flow_r {
    width: 628px;
}

.sec04 .flow_r .subtitle {
    padding: 0 0 10px 28px;
    border-bottom: 1px solid #B69739;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.16em;
}

.sec04 .flow_r .list {
    padding: 0 0 0 46px;
    list-style-image: url(../img/pylori_icon03.png);
}

.sec04 .flow_r .list .item {
    margin: 0 0 10px;
}

.sec04 .flow_r .list .item:last-of-type {
    margin: 0;
}

.sec04 .flow_r .success {
    position: relative;
    width: 228px;
    height: 80px;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    background: #FFFEF2;
    margin: 0 0 0 48px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    letter-spacing: 0.16em;
}

.sec04 .flow_r .success:before {
    content: "";
    position: absolute;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 46px solid #BE9E3A;
    border-bottom: 16px solid transparent;
}

.sec04 .flow_r .success:after {
    content: "";
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 43px solid #FFFEF2;
    border-bottom: 15px solid transparent;
}

.sec04 .flow_r .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

/* =====sec05===== */
.sec05 {
    padding: 0 0 50px;
}

.sec05_head {
    width: 100%;
    height: 400px;
    background: url(../img/pylori07_1.jpg) center center/cover no-repeat;
}

.sec05 .head_inner {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.sec05 .head_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.16em;
}

.sec05_body {
    width: 844px;
    margin: 0 auto;
}

.sec05 .cont01 {
    padding: 65px 0 0;
    margin: 0 0 75px;
}

.sec05 .cont_title {
    width: 412px;
    margin: 0 auto 45px;
}

.sec05 .cont01 .cont_text {
    font-weight: normal;
}

.sec05 .cont02 .subtitle {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-align: center;
}

.sec05 .cont02 .cont_text {
    margin: 0 0 42px;
}

.sec05 .cont02 .cont_text .color {
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
}

.sec05 .cont02 .box {
    padding: 20px 0 25px;
    margin: 0 0 20px;
    background: rgba(31, 41, 110, 0.15);
}

.sec05 .cont02 .box_title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec05 .cont02 .box .list {
    padding: 0 0 0 145px;
    margin: 0 0 25px;
    list-style-type: decimal;
}

.sec05 .cont02 .box .list .item {
    line-height: 2;
}

.sec05 .cont02 .box .d_list {
    width: 660px;
    margin: 0 auto 40px;
}

.sec05 .cont02 .box .d_list .row {
    display: flex;
    line-height: 2;
}

.sec05 .cont02 .box .d_list .data .space {
    padding: 0 1em;
}

.sec05 .cont02 .box_text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
}

.sec05 .cont02 .text {
    margin: 0 0 0 1em;
    font-size: 18px;
    text-align: center;
}

/* =====sec06===== */

.sec06 {
    width: 100%;
    padding: 146px 20px 51px;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    box-sizing: border-box;
    background: url(../img/logo04.png) center top 42px no-repeat;
    background-color: #fffef5;
    text-align: center;
}

.sec06_contact {
    width: 940px;
    margin: 0 auto;
}

.sec06_contact .title {
    padding: 8px 0;
    margin: 0 0 30px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
}

.sec06_contact .box {
    display: flex;
    justify-content: space-between;
}

.sec06_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 22px;
}

.sec06_contact .num {
    padding: 0 0 0 35px;
    margin: 0 20px 0 10px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.sec06_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    vertical-align: middle;
}

.sec06 .reservebox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 470px;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    background: #fff;
}

.sec06 .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 53px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 12px/25px no-repeat;
    background-color: #fff;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

.sec06 .reserve {
    width: 204px;
    height: 38px;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.sec06 .reserve01 {
    margin: 0 20px 0 0;
}

.sec06 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec06 .reserve01 a {
    padding: 0 62px 0 30px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 28px no-repeat;
}
.sec06 .reserve02 a {
    padding: 0 40px 0 20px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 15px no-repeat;
}
.sec06 .reserve03 a {
    padding: 0 85px 0 43px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 40px no-repeat;
}

.sec06_contact .num .kana {
    position: relative;
    font-weight: bold;
}

.sec06_contact .num .kana:before {
    content: "いいおなか";
    top: -12px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}

/* =====sec07===== */
.sec07_head {
    width: 100%;
    height: 400px;
    background: url(../img/pylori02.jpg) center center/cover no-repeat;
}

.sec07 .head_inner {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.sec07_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.16em;
}

.sec07_body {
    padding: 70px 0 80px;
}

.sec07 .lead_text {
    margin: 0 0 65px;
    font-size: 20px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
}

.sec07 .lead_text .small {
    font-size: 22px;
    font-weight: bold;
}

.sec07 .cont_title {
    width: 472px;
    padding: 0 0 20px;
    border-bottom: 1px solid #B69739;
    margin: 0 auto 35px;
}

.sec07 .cont01 {
    margin: 0 0 85px;
}

.sec07 .cont01 .text {
    width: 800px;
    margin: 0 auto 60px;
    font-size: 18px;
}

.sec07 .cont01 .text:nth-of-type(2) {
    margin: 0 auto;
    text-align: center;
}

.sec07 .cont01 .list {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.sec07 .cont01 .list .item:nth-of-type(1) {
    margin: 0 120px 0 0;
}

.sec07 .cont02 .text {
    width: 800px;
    margin: 0 auto 70px;
    font-size: 18px;
}

.sec07 .cont02 .box {
    width: 915px;
    margin: 0 auto 75px;
    font-size: 18px;
}

.sec07 .cont02 .upper {
    display: flex;
    text-align: center;
    margin: 0 0 20px 18px;
}

.sec07 .cont02 .upper .item:nth-of-type(1),
.sec07 .cont02 .upper .item:nth-of-type(2),
.sec07 .cont02 .upper .item:nth-of-type(3) {
    position: relative;
    width: 167px;
    height: 125px;
    box-sizing: border-box;
    border: 1px solid #1F296E;
    margin: 0 70px 0 0;
}


.sec07 .cont02 .upper .item:nth-of-type(1):before,
.sec07 .cont02 .upper .item:nth-of-type(2):before,
.sec07 .cont02 .upper .item:nth-of-type(3):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    transform: translateY(-50%);
    display: inline-block;
    width: 72px;
    height: 1px;
    background: #1F296E;
}

.sec07 .cont02 .upper .item:nth-of-type(1):after,
.sec07 .cont02 .upper .item:nth-of-type(2):after,
.sec07 .cont02 .upper .item:nth-of-type(3):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -72px;
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1f296e;
}

.sec07 .cont02 .upper .item:nth-of-type(1) {
    padding: 15px 0 0 ;
    background: url(../img/pylori_icon01.png) center bottom 15px/45px no-repeat;
}

.sec07 .cont02 .upper .item:nth-of-type(2),
.sec07 .cont02 .upper .item:nth-of-type(3),
.sec07 .cont02 .upper .item:nth-of-type(4) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07 .cont02 .upper .item:nth-of-type(4) {
    width: 120px;
    height: 120px;
    background: url(../img/pylori_bg01.png) center center no-repeat;
    color: #fff;
}

.sec07 .cont02 .lower {
    margin: 0 auto 0 0;
}

.sec07 .cont02 .lower .item {
    position: relative;
    width: 422px;
    height: 146px;
    padding: 20px 0 0 20px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 0 auto;
}

.sec07 .cont02 .lower .item:before {
    content: "";
    position: absolute;
    top: -22px;
    left: -160px;
    display: inline-block;
    width: 160px;
    height: 112px;
    background: url(../img/pylori_arrow03.png) no-repeat;
}

.sec07 .cont02 .lower .item:after {
    content: "";
    position: absolute;
    top: 67px;
    left: -10px;
    /* transform: translateY(-50%); */
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1f296e;
}

.sec07 .cont02 .lower .item .list {
    display: flex;
    flex-wrap: wrap;
}

.sec07 .cont02 .lower .list_item {
    width: 40%;
    line-height: 2;
}

.sec07 .cont02 .lower .list_item:nth-of-type(4) {
    width: 55%;
}

.sec07 .cont02 .lower .list_item:nth-of-type(6) {
    position: relative;
    width: 40%;
    font-weight: bold;
    color: #1F296E;
}

.sec07 .cont02 .lower .list_item:nth-of-type(6):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 126px;
    height: 1px;
    background: #BE9E3A;
}

.sec07 .cont02 .data_list {
    display: flex;
    justify-content: center;
    margin: 0 0 55px;
}

.sec07 .cont02 .data_list .data_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.16em;
    line-height: 2;
}

.sec07 .cont02 .data_list .data:nth-of-type(1) {
    margin: 0 100px 0 0;
}

.sec07 .cont02 .data_list .data:nth-of-type(1) .data_text {
    padding: 0 0 0 103px;
}

.sec07 .cont02 .data_list .data:nth-of-type(2) .data_text {
    padding: 0 56px 0 0;
}

.sec07 .cont02 .data_list .data_text .color {
    font-weight: bold;
    color: #1F296E;
}

.sec07 .cont02 .data_list .data_image {
    text-align: center;
}

.sec07 .cont02 .text:last-of-type {
    width: 670px;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2;
} 

.sec07 .cont02 .text:last-of-type .color {
    color: #1F296E;
    font-weight: bold;
}

/* =====sec08===== */
.sec08 {
    width: 100%;
    padding: 30px 0;
    background: #1F296E;
}

.sec08_text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}

.sec08_text .color {
    color: #BE9E3A;
    font-weight: bold;
    letter-spacing: 0.15em;
}

/* =====sec09===== */

.sec09 {
    width: 100%;
    padding: 146px 20px 51px;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    box-sizing: border-box;
    background: url(../img/logo04.png) center top 42px no-repeat;
    background-color: #fffef5;
    text-align: center;
}

.sec09_box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec09_contact {
    width: 469px;
}

.sec09_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
}

.sec09_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 0 0 22px;
}

.sec09_contact .num {
    padding: 0 0 0 35px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.sec09_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    vertical-align: middle;
}

.sec09 .reservebox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec09 .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 53px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 12px/25px no-repeat;
    background-color: #fff;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

.sec09 .reserve {
    width: 204px;
    height: 38px;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.sec09 .reserve01 {
    margin: 0 20px 0 0;
}

.sec09 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec09 .reserve01 a {
    padding: 0 62px 0 30px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 28px no-repeat;
}
.sec09 .reserve02 a {
    padding: 0 40px 0 20px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 15px no-repeat;
}
.sec09 .reserve03 a {
    padding: 0 85px 0 43px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 40px no-repeat;
}

.sec09_contact .num .kana {
    position: relative;
    font-weight: bold;
}

.sec09_contact .num .kana:before {
    content: "いいおなか";
    top: -12px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}