@charset "utf-8";

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

body {
    min-width: 375px;
}

.break {
    display: block;
}

/* common start 共通：副作用情報表示 */
.sideeffects {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 auto;
}
.sideeffects_title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.sideeffects_text {
    font-size: 16px;
    text-align: left;
}
/* common end */

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 80px 0 0;
    background: url(../img/jihichiryo01_1.jpg) center left 40%/cover no-repeat;
}

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

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

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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;
}

/* =====sec01===== */
.sec01 {
    width: 100%;
    padding: 70px 20px;
    box-sizing: border-box;
}

.sec01_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    letter-spacing: 0.1em;
}

.sec01_text .color {
    color: #be9e3a;
    font-weight: bold;
}

.sec01_text .large {
    font-size: 18px;
    font-weight: bold;
}

/* =====sec02===== */
.sec02 {
    padding: 50px 20px;
    box-sizing: border-box;
    background: url(../img/jihichiryo_logo01.png) center top no-repeat;
    text-align: center;
}

.sec02_title {
    padding: 20px 0 32px;
    margin: 0 0 45px;
    background: url(../img/jihichiryo_bar01.png) center bottom/100% no-repeat;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.014em;
}

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

.sec02_text {
    margin: 0 0 65px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.014em;
}

.sec02 .box {
    display: block;
    justify-content: center;
    width: 100%;
}

.sec02 .box_l,
.sec02 .box_r {
    width: 100%;
    margin: 0 auto;
}

.sec02 .box_l {
    margin: 0 auto 30px;
}

.sec02 .box_title {
    margin: 0 0 18px;
    background: #595757;
    font-size: 18px;
    color: #fff;
}

.sec02 .box_l .item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec02 .box_l .box_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.sec02 .box_l .box_item a {
    background: #fffeee;
    font-size: 16px;
    font-weight: bold;
}

.sec02 .box_l .box_item .small {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.sec02 .box_l .box_item .small:nth-of-type(1) {
    margin: 5px 0 0;
}

.sec02 .box_l .box_item:nth-of-type(1) {
    width: 48%;
    height: 70px;
    margin: 0 0 10px;
}

.sec02 .box_l .box_item:nth-of-type(2) {
    width: 48%;
    height: 70px;
    margin: 0 0 10px;
}

.sec02 .box_l .box_item:nth-of-type(3) {
    width: 48%;
    height: 110px;
}

.sec02 .box_l .box_item:nth-of-type(4) {
    display: block;
    width: 48%;
    height: 110px;
}

.sec02 .box_l .box_item:nth-of-type(4) a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
}

.sec02 .box_m {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.sec02 .box_r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.sec02 .box_m .box_item,
.sec02 .box_r .box_item {
    width: 48%;
    height: 90px;
    border: 2px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.sec02 .box_r .box_item {
    border: 2px solid #1e2b58;
}

.sec02 .box_m .box_item a,
.sec02 .box_r .box_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fffeee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.sec02 .box_r .box_item a {
    background: rgba(178, 224, 248, 0.36);
}

.sec02 .box_m .box_item:nth-of-type(1),
.sec02 .box_r .box_item:nth-of-type(1) {
    margin: 0;
}

/* =====sec03===== */
.sec03_head {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/jihichiryo_sp02.jpg) right center/cover no-repeat;
}

.sec03 .sec_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: url(../img/jihichiryo_bar02.png) center bottom no-repeat;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.28em;
    line-height: 2;
    text-align: center;
    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;
}

.sec03 .sec_title .block {
    display: block;
    line-height: 1;
}

.sec03_body {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: rgba(178, 224, 248, 0.36);
}

.sec03 .cont01,
.sec03 .cont02,
.sec03 .cont03,
.sec03 .cont04 {
    width: 100%;
    padding: 50px 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto 50px;
    background: #fff;
}

.sec03 .cont_title {
    padding: 0 0 25px;
    border-bottom: 1px dashed #4c4948;
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.28em;
}

.sec03 .cont_text {
    width: 100%;
    margin: 0 auto 65px;
    line-height: 2.3;
}

.sec03 .cont_text .line {
    padding: 0 0 3px;
    background: linear-gradient(transparent 50%, rgba(178, 224, 248, 0.36) 0);
}

.sec03 .cont_subtitle {
    padding: 0 0 60px;
    margin: 0 0 48px;
    background: url(../img/jihichiryo_bar03.png) center bottom/100% no-repeat;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.093em;
    text-align: center;
}

.sec03 .cont_subtitle02 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

.sec03 .cont01_table .data.price,
.sec03 .cont02_table .data.price,
.sec03 .cont03_table .data.price,
.sec03 .cont04_table .data.price {
    font-size: 15px;
}

/* =====sec03=====
========cont01===== */

.sec03 .cont01_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.sec03 .cont01_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 90px;
    border: 1px solid #1e2b58;
    box-sizing: border-box;
    margin: 0 5px 20px;
    background: rgba(92, 131, 177, 0.36);
    font-size: 16px;
    font-weight: bold;
    color: #1e2b58;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont01_item.small {
    line-height: 1;
}

.sec03 .cont01_table,
.sec03 .cont01_table th,
.sec03 .cont01_table td {
    border-collapse: collapse;
    border: 2px solid #be9e3a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec03 .cont01_table {
    width: 100%;
    height: 103px;
    margin: 0 auto;
}

.sec03 .cont01_table .tax {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    font-size: 15px;
    text-align: right;
}

/* =====sec03=====
========cont02===== */
.sec03 .cont02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 80px;
}

.sec03 .cont02_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 90px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 10px 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont02_item.small {
    line-height: 1;
}

.sec03 .cont02_table,
.sec03 .cont02_table th,
.sec03 .cont02_table td {
    border-collapse: collapse;
    border: 2px solid #be9e3a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec03 .cont02_table {
    width: 100%;
    height: 103px;
    margin: 0 auto 25px;
}

.sec03 .cont02_table .title {
    width: 50%;
}

.sec03 .cont02_table .title .small {
    font-size: 17px;
}

.sec03 .cont02_table .tax {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    font-size: 15px;
    text-align: right;
}

/* =====sec03=====
========cont03=====*/
.sec03 .cont03_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 80px;
}

.sec03 .cont03_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 90px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 10px 20px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont03_item.small {
    line-height: 1;
}

.sec03 .cont03_table,
.sec03 .cont03_table th,
.sec03 .cont03_table td {
    border-collapse: collapse;
    border: 2px solid #be9e3a;
    font-size: 16px;

    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec03 .cont03_table {
    width: 100%;
    height: 103px;
    margin: 0 auto 25px;
}

.sec03 .cont03_table .title {
    width: 340px;
}

.sec03 .cont03_table .title .small {
    font-size: 14px;
}

.sec03 .cont03_table .data {
    width: 180px;
}

.sec03 .cont03_table .tax {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    font-size: 15px;

    text-align: right;
}

/* =====sec03=====
========cont04=====*/
.sec03 .cont04 .cont_title {
    /* margin: 0 0 70px; */
    margin: 0 0 0;
}

.sec03 .cont04 .cont_title02 {
    width: 70%;
    /* padding: 0 0 20px; */
    padding: 70px 0 20px;
    margin: 0 auto 35px;
    border-bottom: 1px dashed #4c4948;
    font-size: 20px;

    text-align: center;
    letter-spacing: 0.28em;
}

.sec03 .cont04 .cont_text {
    width: 100%;
    margin: 0 auto 45px;
}

.sec03 .cont04_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.sec03 .cont04_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 90px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 10px 20px;
    background: #fffef2;
    font-size: 16px;

    font-weight: bold;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont04_item.small {
    line-height: 1;
}

.sec03 .cont04_table,
.sec03 .cont04_table th,
.sec03 .cont04_table td {
    border-collapse: collapse;
    border: 2px solid #be9e3a;
    font-size: 16px;

    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec03 .cont04_table {
    width: 100%;
    height: 103px;
    margin: 0 auto;
}

.sec03 .cont04_table.table01 {
    /* margin: 0 auto 120px; */
    margin: 0 auto 0px;
}

.sec03 .cont04_table .title {
    width: 340px;
}

.sec03 .cont04_table .title .small {
    font-size: 14px;
}

.sec03 .cont04_table .data {
    width: 180px;
}

.sec03 .cont04_table .tax {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    font-size: 15px;

    text-align: right;
}

.sec03 .cont04_table .tax .tax02 {
    display: block;
}

.sec03 .cont04_list.list02 {
    margin: 0 0 45px;
}

.sec03 .cont_subtitle03 {
    padding: 0;
    margin: 0 0 35px;
    font-size: 22px;

    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

.sec03 .cont_subtitle03 .color {
    color: #e72c19;
    font-weight: bold;
}

/* =====sec04===== */
.sec04_head {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/jihichiryo_sp03.jpg) left center/cover no-repeat;
}

.sec04 .sec_title {
    position: absolute;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 0 20px;
    background: url(../img/jihichiryo_bar02.png) center bottom/100% no-repeat;
    font-size: 25px;

    font-weight: bold;
    letter-spacing: 0.28em;
    text-align: center;
    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;
}

.sec04_body {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: rgba(178, 224, 248, 0.36);
}

.sec04_cont {
    width: 100%;
    padding: 70px 20px 60px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec04 .cont_title {
    margin: 0 0 30px;
    font-size: 22px;

    text-align: center;
}

.sec04 .cont_text {
    margin: 0 0 65px;
    line-height: 2.3;
    text-align: center;
}

.sec04 .item_list {
    width: 100%;
    margin: 0 auto;
}

.sec04 .item_list .item {
    margin: 0 0 40px;
}

.sec04 .item_text {
    font-size: 16px;
    font-weight: bold;
}

.sec04 .item_title {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.sec04 .item .textbox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    border: 2px solid #be9e3a;
    box-sizing: border-box;
    text-align: center;
}

.sec04 .item .textbox:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #be9e3a;
}

.sec04 .item .textbox .item_text {
    width: 50%;
}

.sec04 .item_list .item .sub_text {
    margin: 10px 1em 0 0;
    text-align: right;
}

/* =====sec05===== */
.sec05_head {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/jihichiryo_sp04.jpg) right center/cover no-repeat;
}

.sec05_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: url(../img/jihichiryo_bar02.png) center bottom no-repeat;
    font-size: 25px;

    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.7;
    text-align: center;
    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_cont01 {
    padding: 60px 20px;
    box-sizing: border-box;
}

.sec05_cont01 .cont_title {
    margin: 0 0 60px;
    font-size: 30px;

    font-weight: bold;
    text-align: center;
}

.sec05_cont01 .cont_title .small {
    font-size: 20px;
    font-weight: bold;
}

.sec05_cont01 .cont_title .color {
    color: #be9e3a;
    font-weight: bold;
}

.sec05 .cont_subtitle {
    padding: 0 0 60px;
    margin: 0 0 48px;
    background: url(../img/jihichiryo_bar03.png) center bottom no-repeat;
    font-size: 18px;

    font-weight: bold;
    letter-spacing: 0.093em;
    text-align: center;
}

.sec05 .cont_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.sec05 .cont_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 90px;
    border: 1px solid #1e2b58;
    box-sizing: border-box;
    margin: 0 10px 20px;
    background: rgba(92, 131, 177, 0.36);
    font-size: 16px;

    font-weight: bold;
    color: #1e2b58;
    text-align: center;
}

.sec05 .cont_item.small {
    line-height: 1;
}

.sec05 .box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}

.sec05 .box_leadtext {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.1em;
}

.sec05 .box_leadtext .color {
    font-size: 24px;
    font-weight: bold;
    color: #be9e3a;
}

.sec05 .box_list {
    display: block;
    justify-content: center;
}

.sec05 .box_item {
    width: 100%;
    height: auto;
    padding: 5px 0 0;
    box-sizing: border-box;
    border: 0.5px solid #4c4948;
    text-align: center;
}

.sec05 .box_item:nth-of-type(1) {
    margin: 0 0 30px;
}

.sec05 .box_item:nth-of-type(1) .box_title {
    background: #1f296e;
}

.sec05 .box_item:nth-of-type(2) .box_title {
    background: #e60012;
}

.sec05 .box_title {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    color: #fff;
    letter-spacing: 0.1em;
}

.sec05 .box_title .large {
    font-size: 20px;
}

.sec05 .box_item:nth-of-type(1) .box_text .color {
    font-size: 22px;
    color: #1f296e;
    font-weight: bold;
}

.sec05 .box_item:nth-of-type(2) .box_text .color {
    font-size: 22px;
    color: #e60012;
    font-weight: bold;
}

.sec05 .box_text {
    font-size: 18px;
    font-family: "游ゴシック体";
    line-height: 1.9;
}

.sec05_cont02 {
    width: 100%;
    height: 424px;
    padding: 65px 20px 87px;
    box-sizing: border-box;
    background: url(../img/jihi.jpg) top left 10%/cover no-repeat;
}

.sec05_cont02 .textbox {
    width: 100%;
    text-align: center;
}

.sec05 .cont_title {
    margin: 0 0 20px;
    font-size: 20px;

    letter-spacing: 0.1em;
}

.sec05_cont02 .cont_text {
    font-size: 16px;
    font-family: "游ゴシック体";
    line-height: 1.8;
}

.sec05_cont02 .cont_text .large {
    font-size: 20px;
}

.sec05_cont02 .cont_text .line {
    padding: 0 0 5px;
    background: linear-gradient(transparent 60%, rgba(111, 158, 212, 0.36) 0);
}

.sec05_cont03 {
    width: 100%;
    background: #fffef5;
    padding: 60px 20px 40px;
    box-sizing: border-box;
    text-align: center;
}

.sec05_cont03 .inner {
    width: 100%;
    margin: 0 auto;
}

.sec05_cont03 .textbox {
    position: relative;
    display: block;
    padding: 0 0 40px;
}

.sec05_cont03 .textbox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4c4948;
}

.sec05_cont03 .cont_title {
    width: 178px;
    height: 60px;
    border: 1px solid #e60012;
    box-sizing: border-box;
    margin: 0 auto 20px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;

    color: #e60012;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 60px;
}

.sec05_cont03 .cont_text {
    font-size: 16px;

    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
}

.sec05_cont03 .cont_text02 {
    display: inline-block;
    padding: 0 0 0 32px;
    margin: 0 0 10px;
    background: url(../img/jihichiryo_icon01.png) no-repeat;
    font-size: 27px;
    font-family: "游ゴシック体";
    font-weight: bold;
    text-align: center;
}

.sec05_cont03 .cont_text03 {
    font-family: "小塚ゴシック Pro";
}

.sec05 .cont_subtitle03 {
    padding: 0;
    margin: 35px 0 35px;
    font-size: 20px;

    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}
.sec05 .cont03_table,
.sec05 .cont03_table th,
.sec05 .cont03_table td {
    border-collapse: collapse;
    border: 2px solid #be9e3a;
    font-size: 18px;

    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec05 .cont03_table {
    width: 100%;
    height: 103px;
    margin: 0 auto;
}

.sec05 .cont03_table.table01 {
    margin: 0 auto 120px;
}

.sec05 .cont03_table .title {
    width: 340px;
}

.sec05 .cont03_table .title .small {
    font-size: 14px;
}

.sec05 .cont03_table .data {
    width: 180px;
}

.sec05 .cont03_table .tax {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    font-size: 15px;

    text-align: right;
}

.sec05 .cont03_table .tax .tax02 {
    display: block;
}

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

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

.sec05_contact .box {
    display: block;
    justify-content: space-between;
}

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

.sec05_contact .num {
    padding: 0 0 0 35px;
    margin: 0 5px;
    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;
}

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

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

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

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

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

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

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

/* =====sec06===== */
.sec06_head {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/jihichiryo_sp06.jpg) right center/cover no-repeat;
}


.sec06 .sec_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 0 10px;
    background: url(../img/jihichiryo_bar02.png) center bottom/100% no-repeat;
    font-size: 26px;

    font-weight: bold;
    letter-spacing: 0.28em;
    line-height: 1.5;
    text-align: center;
}

.sec06_cont01 {
    padding: 140px 20px 80px;
    box-sizing: border-box;
    background: url(../img/jihichiryo_logo02.png) center top 52px no-repeat;
}

.sec06_cont01 .text {
    width: 100%;
    margin: 0 auto 50px;
    font-family: "游ゴシック体";
    line-height: 2.3;
}

.sec06_cont01 .text .line {
    padding: 0 0 8px;
    background: linear-gradient(transparent 30%, rgba(111, 158, 212, 0.36) 0);
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
}

.sec06_cont01 .box {
    width: 100%;
    padding: 50px 0;
    border-top: 18px solid #1f296e;
    border-bottom: 18px solid #1f296e;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.sec06_cont01 .box_text01 {
    margin: 0 0 30px;
    font-size: 20px;

    font-weight: bold;
    line-height: 1.6;
}

.sec06_cont01 .box_text01 .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

.sec06_cont01 .box_text02 {
    margin: 0 0 30px;
    font-size: 16px;

    line-height: 2.2;
}

.sec06_cont01 .btn {
    width: 345px;
    max-width: 80%;
    height: 60px;
    margin: 0 auto;
}

.sec06_cont01 .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    font-size: 16px;
    font-family: "小塚ゴシック Pr6N";
    color: #fff;
    line-height: 60px;
}

.sec06_cont02 {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background: rgba(45, 79, 161, 0.16);
}

.sec06_cont02 .inner {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec06_cont02 .title {
    margin: 0 0 50px;
    font-size: 20px;

    font-weight: bold;
    color: #1f296e;
    line-height: 1.6;
    text-align: center;
}

.sec06_cont02 .subtitle {
    padding: 0 0 15px;
    margin: 0 0 50px;
    background: url(../img/jihichiryo_bar06.png) center bottom/100% no-repeat;
    font-size: 20px;

    font-weight: bold;
    color: #1f296e;
    line-height: 1.6;
    text-align: center;
}

.sec06_cont02 .data {
    margin: 0 0 80px;
    text-align: center;
}

.sec06_cont02 .data:nth-of-type(2) {
    margin: 0;
}

.sec06_cont03 {
    padding: 70px 20px;
    box-sizing: border-box;

}

.sec06_cont03 .title {
    margin: 0 0 45px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec06_cont03 .inner {
    width: 100%;
    margin: 0 auto;
}

.sec06_cont03 .item_title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
}

.sec06_cont03 .table,
.sec06_cont03 .table .t-title,
.sec06_cont03 .table .data {
    border: 2px solid #1f296e;
}

.sec06_cont03 .table {
    width: 100%;
    margin: 0 0 30px;
}

.sec06_cont03 .table .row {
    height: 64px;
}


.sec06_cont03 .table .t-title,
.sec06_cont03 .table .data {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec06_cont03 .table .t-title {
    width: 33%;
}

.sec06_cont03 .table .data:nth-of-type(2) {
    width: 33%;
}

.sec06_cont03 .table caption {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    text-align: right;
}

/* =====sec07===== */
.sec07_head {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/jihichiryo_sp07.jpg) left center/cover no-repeat;
}

.sec07 .sec_title {
    position: absolute;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: url(../img/jihichiryo_bar03_1.png) center bottom/100% no-repeat;
    font-size: 26px;

    font-weight: bold;
    letter-spacing: 0.28em;
    line-height: 2.7;
    text-align: center;
}

.sec07_cont01 {
    padding: 160px 20px 65px;
    box-sizing: border-box;
    background: url(../img/jihichiryo_logo02.png) center top 55px no-repeat;
}

.sec07_cont01 .text {
    width: 100%;
    margin: 0 auto 50px;
    font-family: "游ゴシック体";
    line-height: 2.3;
}

.sec07_cont01 .text .line {
    padding: 0 0 8px;
    background: linear-gradient(transparent 30%, rgba(111, 158, 212, 0.36) 0);
    font-size: 18px;
    font-weight: bold;
    color: #1f296e;
}

.sec07_cont02 {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background: rgba(45, 79, 161, 0.16);
}

.sec07_cont02 .inner {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;

}

.sec07_cont02 .title {
    padding: 0 0 20px;
    margin: 0 0 20px;
    background: url(../img/jihichiryo_bar06.png) center bottom/100% no-repeat;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec07_cont02 .text01 {
    width: 100%;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.sec07_cont02 .text02 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #e60e11;
    text-align: center;
}

.sec07_cont02 .text03 {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
}

.sec07_cont03 {
    padding: 70px 20px;
    box-sizing: border-box;
}

.sec07_cont03 .box {
    width: 100%;
    padding: 50px 0;
    border-top: 18px solid #1f296e;
    border-bottom: 18px solid #1f296e;
    margin: 0 auto 80px;
    box-sizing: border-box;
    text-align: center;
}

.sec07_cont03 .box_text01 {
    margin: 0 0 30px;
    font-size: 23px;

    font-weight: bold;
    line-height: 1.6;
}

.sec07_cont03 .box_text01 .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

.sec07_cont03 .box_text02 {
    margin: 0 0 30px;
    font-size: 16px;

    line-height: 2.2;
}

.sec07_cont03 .btn {
    width: 345px;
    max-width: 80%;
    height: 60px;
    margin: 0 auto;
}

.sec07_cont03 .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    font-size: 16px;
    font-family: "小塚ゴシック Pr6N";
    color: #fff;
    line-height: 60px;
}

.sec07_cont03 .title {
    margin: 0 0 45px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec07_cont03 .inner {
    width: 100%;
    margin: 0 auto;

}

.sec07_cont03 .item_title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
}

.sec07_cont03 .table,
.sec07_cont03 .t-title,
.sec07_cont03 .data {
    border: 2px solid #1f296e;
}

.sec07_cont03 .table {
    width: 100%;
    margin: 0 0 30px;
}

.sec07_cont03 .table .row {
    height: 64px;
}

.sec07_cont03 .t-title,
.sec07_cont03 .data {
    width: 50%;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.sec07_cont03 .table caption {
    margin: 10px 1em 0 0;
    caption-side: bottom;
    text-align: right;
}

/* =====sec08===== */

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

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

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

.sec08_contact .box {
    display: block;
    justify-content: space-between;
}

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

.sec08_contact .num {
    padding: 0 0 0 35px;
    margin: 0 5px;
    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;
}

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

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

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

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

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

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

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


}