@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    min-width: 375px;
}

.break {
    display: block;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 440px;
    margin: 80px 0 0;
    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;
    background-size: 50%;
}

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

.key_text {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    font-size: 30px;
    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;
    line-height: 440px;
    text-align: center;
}


/* =====sec01===== */
.sec01 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

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

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

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

.sec01 .box {
    display: block;
    justify-content: space-between;
    width: 100%;
    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: 100%;
    height: 198px;
    padding: 15px 0 0;
    margin: 0 0 60px;
    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: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-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: auto;
    bottom: -55px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    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: 100%;
    height: 168px;
    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: calc(100% - 12px);
    height: 154px;
    border: 1px solid #fff;
    margin: auto;
    background: transparent;
}

.sec01 .box .item:nth-of-type(3) .item_text {
    font-size: 18px;
    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: 16px;
    font-weight: bold;
}

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

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

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

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

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

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

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

.sec_title {
    width: 100%;
    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: 135px 20px 50px;
    box-sizing: border-box;
    background: #FFFEF5 url(../img/logo03.png) center top 48px/80px no-repeat;
}

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

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

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

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

.sec02 .cont01 .list .item {
    position: relative;
    width: 432px;
    max-width: 100%;
    height: 267px;
    margin: 0 auto;
}

.sec02 .cont01 .list .item:nth-of-type(1) {
    margin: 0 auto 70px;
    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: 0;
    left: 0;
    bottom: -45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 89px;
    margin: 0 auto;
    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 50px;
}

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

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

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

.sec02 .cont02 .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    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 0 20px;
}

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

.sec02 .cont02 .link {
    width: 100%;
    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;
    box-sizing: border-box;
    /* background: #fff url(../img/logo03.png) left 10px center/40px no-repeat; */
    background: #fff;
    color: #1F296E;
    font-weight: bold;
}

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

.sec02 .link a span {
    margin: 0 5px 0 0;
}

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

.sec02 .cont03 .box .textbox {
    width: 100%;
    margin: 20px 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;
}

.sec02 .cont03 .box .image {
    text-align: center;
}

/* =====sec03===== */
.sec03 {
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: left;
}

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

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

.sec03 .cont01,
.sec03 .cont02 {
    width: 100%;
    margin: 0 auto;
}

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

.sec03 .cont_title {
    width: 100%;
    position: relative;
    padding: 0 0 10px 30px;
    border-bottom: 1px solid #1F296E;
    box-sizing: border-box;
    font-size: 17px;
    text-align: left;
}

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

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

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

.sec03 .box .textbox {
    width: 100%;
}

.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;
}

.sec03 .box .image {
    margin: 0 0 20px;
    text-align: center;
}

/* =====sec04===== */
.sec04 {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

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

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

.sec04_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

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

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

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

.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: 100%;
    height: 100px;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    margin: 0 auto 30px;
    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: 20px 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: 100px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
}

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

.sec04 .flow_r {
    width: 100%;
}

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

.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: 80%;
    height: 80px;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    background: #FFFEF2;
    margin: 50px auto 0;
    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: 50%;
    top: -20px;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 20px solid #be9e3a;
}

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

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

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

.sec05_head {
    width: 100%;
    height: 400px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../img/pylori07_1.jpg) center right 25%/cover no-repeat;
}

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

.sec05 .head_text {
    position: static;
    top: 50%;
    left: 0;
    transform: none;
    padding: 80px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.16em;
    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;
}

.sec05_body {
    width: 100%;
    margin: 0 auto;
}

.sec05 .cont01 {
    padding: 50px 20px 0;
    box-sizing: border-box;
    margin: 0 0 50px;
}

.sec05 .cont_title {
    width: 100%;
    margin: 0 auto 30px;
}

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

.sec05 .cont02 {
    padding: 0 20px;
    box-sizing: border-box;
}

.sec05 .cont02 .subtitle {
    margin: 0 0 30px;
    font-size: 18px;
    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: 17px;
    font-weight: bold;
    color: #1F296E;
}

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

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

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

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

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

.sec05 .cont02 .box .d_list .row {
    display: block;
    margin: 0 0 20px;
    line-height: 2;
}

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

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

.sec05 .cont02 .text {
    margin: 0 0 0 1em;
    font-size: 16px;
    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: 100%;
    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: block;
    justify-content: space-between;
}

.sec06_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 470px;
    max-width: 100%;
    margin: 0 auto 22px;
}

.sec06_contact .num {
    padding: 0 0 0 35px;
    margin: 0 5px 10px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 25px;
    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: block;
    justify-content: center;
    width: 470px;
    max-width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    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;
    margin: 0 auto;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

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

.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;
}

/* =====sec07===== */
.sec07_head {
    width: 100%;
    height: 300px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../img/pylori02.jpg) center right 40%/cover no-repeat;
}

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

.sec07_title {
    position: static;
    top: 50%;
    transform: none;
    padding: 125px 0 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
}

.sec07_body {
    padding: 50px 20px;
    box-sizing: border-box;
}

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

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

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

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

.sec07 .cont01 .text {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 16px;
}

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

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

.sec07 .cont01 .list .item {
    text-align: center;
}

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

.sec07 .cont02 .text {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 16px;
}

.sec07 .cont02 .box {
    width: 100%;
    margin: 0 auto 75px;
    font-size: 16px;
}

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

.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: auto;
    bottom: -72px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 1px;
    height: 72px;
    background: #1F296E;
}

.sec07 .cont02 .upper .item:nth-of-type(2):before {
    display: none;
}

.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: auto;
    bottom: -78px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    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(2):after {
    display: none;
}

.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 .upper .item:nth-of-type(1),
.sec07 .cont02 .upper .item:nth-of-type(2) {
    width: 100%;
    margin: 0 0 72px;
}

.sec07 .cont02 .upper .item:nth-of-type(3),
.sec07 .cont02 .upper .item:nth-of-type(4) {
    display: none;
}

.sec07 .cont02 .lower {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

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

.sec07 .cont02 .lower .item_r {
    position: relative;
    width: 48%;
    height: 280px;
    padding: 0;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0;
}

.sec07 .cont02 .lower .item:before {
    content: "";
    position: absolute;
    top: -22px;
    left: -160px;
    display: none;
    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: none;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1f296e;
}

.sec07 .cont02 .lower .item_r:before {
    content: "";
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 1px;
    height: 72px;
    background: #1f296e;
}


.sec07 .cont02 .lower .item_r:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    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: block;
    flex-wrap: wrap;
    padding: 10px;
}

.sec07 .cont02 .lower .list_item {
    width: 100%;
    line-height: 1.8;
    margin: 0 0 10px;
}

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

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

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

.sec07 .cont02 .lower .item_l {
    width: 48%;
}

.sec07 .cont02 .lower .item_l .item:nth-of-type(1) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 72px;
    text-align: center;
}

.sec07 .cont02 .lower .item_l .item:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 1px;
    height: 72px;
    background: #1F296E;
}

.sec07 .cont02 .lower .item_l .item:nth-of-type(1):after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    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_l .item:nth-of-type(2) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    border: none;
    background: url(../img/pylori_bg01.png) center center/140px no-repeat;
    color: #fff;
}

.sec07 .cont02 .lower .item_l .item:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 1px;
    height: 72px;
    background: #1F296E;
}

.sec07 .cont02 .lower .item_l .item:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1f296e;
}

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

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

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

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

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

.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: 100%;
    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 20px;
    box-sizing: border-box;
    background: #1F296E;
}

.sec08_text {
    font-size: 18px;
    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 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec09_contact {
    width: 469px;
    max-width: 100%;
}

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

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

.sec09_contact .num {
    padding: 0 0 0 35px;
    margin: 0 20px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 25px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.sec09_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro";
    vertical-align: middle;
}

.sec09 .reservebox {
    position: relative;
    display: block;
    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";
    color: #be9e3a;
    line-height: 34px;
}

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

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

.sec09 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec09 .reserve01 a {
    padding: 0 62px 0 30px;
    background: url(../img/home_icon14.png) top 9px right 28px no-repeat;
}

.sec09 .reserve02 a {
    padding: 0 40px 0 20px;
    background: url(../img/home_icon14.png) top 9px right 15px no-repeat;
}




}