@charset "utf-8";

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

/* =====sec01===== */
.sec01 {
    width: 100%;
    /* background: url(../img/naishi01.svg) left top/387px no-repeat; */
    background: url(../img/naishi01_5.jpg) right center/cover no-repeat;
    letter-spacing: 0.28em;
}

.sec01_head {
    width: 100%;
    padding: 162px 20px 40px;
    box-sizing: border-box;

    background: url(../img/naishi01.svg) left top/387px no-repeat;
    text-align: center;
}

.sec01_title {
    display: inline-block;
    padding: 0 35px 20px;
    border-bottom: 1px solid #be9e3a;
    margin: 0 0 48px;
    font-size: 33px;
    font-weight: bold;
    text-shadow: rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px -2px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 2px, rgb(255, 255, 255) -2px 2px, rgb(255, 255, 255) 2px -2px, rgb(255, 255, 255) -2px -2px, rgb(255, 255, 255) 1px 2px, rgb(255, 255, 255) -1px 2px, rgb(255, 255, 255) 1px -2px, rgb(255, 255, 255) -1px -2px, rgb(255, 255, 255) 2px 1px, rgb(255, 255, 255) -2px 1px, rgb(255, 255, 255) 2px -1px, rgb(255, 255, 255) -2px -1px;
}

.sec01_title .lead {
    display: block;
    margin: 0 0 21px;
    font-size: 19px;
    font-weight: bold;
}

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

.sec01_title .color01 {
    color: #1f296e;
    font-weight: bold;
}

.sec01_title .color02 {
    color: #e7251f;
    font-weight: bold;
}

.sec01_text {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
	text-shadow: rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px -2px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 2px, rgb(255, 255, 255) -2px 2px, rgb(255, 255, 255) 2px -2px, rgb(255, 255, 255) -2px -2px, rgb(255, 255, 255) 1px 2px, rgb(255, 255, 255) -1px 2px, rgb(255, 255, 255) 1px -2px, rgb(255, 255, 255) -1px -2px, rgb(255, 255, 255) 2px 1px, rgb(255, 255, 255) -2px 1px, rgb(255, 255, 255) 2px -1px, rgb(255, 255, 255) -2px -1px;
}

.sec01_body {
    width: 100%;
    padding: 43px 20px 117px;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/naishi03.svg) right bottom/387px no-repeat;
}

.sec01_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 13px;
}

.sec01_item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    height: 145px;
    border: 1px solid #1f296e;
    margin: 0 0 50px;
    background: #fff;
    box-shadow: 2px 2px 2px #192042;
}

.sec01_item:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-right: 8.5px solid transparent;
    border-left: 8.5px solid transparent;
}

.sec01_item:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 23px solid #1f296e;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    filter: drop-shadow(2px 2px 2px #192042);
}

.sec01_item:nth-of-type(1),
.sec01_item:nth-of-type(2),
.sec01_item:nth-of-type(3),
.sec01_item:nth-of-type(4),
.sec01_item:nth-of-type(5) {
    margin: 0 25px 55px;
}

.sec01_item .item_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.sec01_item .item_text .small {
    font-size: 14px;
    font-weight: bold;
}

.sec01 .body_text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.27em;
    padding: 0 0 25px;
	text-shadow: rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px -2px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 2px, rgb(255, 255, 255) -2px 2px, rgb(255, 255, 255) 2px -2px, rgb(255, 255, 255) -2px -2px, rgb(255, 255, 255) 1px 2px, rgb(255, 255, 255) -1px 2px, rgb(255, 255, 255) 1px -2px, rgb(255, 255, 255) -1px -2px, rgb(255, 255, 255) 2px 1px, rgb(255, 255, 255) -2px 1px, rgb(255, 255, 255) 2px -1px, rgb(255, 255, 255) -2px -1px;
}

.sec01 .body_text .color {
    font-size: 29px;
    font-weight: bold;
    color: #1f296e;
}

/* =====sec02===== */
.sec02 {
    width: 100%;
    padding: 70px 20px 64px;
    box-sizing: border-box;
    letter-spacing: 0.28em;
}

.sec02_title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec02_title .color {
    font-size: 33px;
    color: #e62520;
    font-weight: bold;
}

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

.sec02_title .medium {
    font-size: 20px;
    font-weight: bold;
}

.kodawaribox {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 55px;
}

.kodawaribox:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url(../img/home_icon04.png) center/contain no-repeat;
}

.kodawari {
    width: 355px;
    height: 290px;
    border: 1px solid #1f296e;
    text-align: center;
}

.kodawari:nth-of-type(1) {
    margin: 0 145px 0 0;
}

.kodawari_title {
    display: inline-block;
    padding: 80px 35px 20px;
    border-bottom: 1px solid #be9e3a;
    margin: 0 0 25px;
    background: url(../img/logo03.png) top 20px center/63px no-repeat;
    font-size: 18px;
    font-weight: bold;
}

.kodawari:nth-of-type(2) .kodawari_title {
    margin: 0 0 35px;
}

.kodawari_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
}

.kodawari_text .line {
    padding: 0 0 5px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.36) 0);
}

.kodawari_text .small {
    font-size: 18px;
}

.sec02_text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec02_text .color01 {
    font-size: 30px;
    font-weight: bold;
    color: #1f296e;
}

.sec02_text .color02 {
    font-size: 30px;
    font-weight: bold;
    color: #be9e3a;
}

.sec02_text .large {
    font-size: 30px;
    font-weight: bold;
}

/* =====sec03===== */
.sec03 {
    width: 100%;
    letter-spacing: 0.28em;
}

.sec03_head {
    width: 100%;
    padding: 35px 0;
    box-sizing: border-box;
    background: linear-gradient(to right, #100d3d, #0a2f75, #202663);
}

.sec03 .head_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    margin: 0 auto;
}

.sec03_title {
    display: inline-block;
    padding: 97px 0 0;
    margin: 0 70px 25px 0;
    background: url(../img/logo05.png) top 33px center/63px no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.sec03 .head_text {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.04em;
}

.sec03 .head_text .small {
    font-size: 20px;
    font-weight: bold;
}

.sec03 .head_text .color {
    color: #bd9d3a;
    font-weight: bold;
}

.sec03_cont01 {
    width: 100%;
    height: 471px;
    background: url(../img/naishi04.jpg) top 20% center/cover no-repeat;
}

.sec03 .cont01_inner {
    position: relative;
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

.sec03 .cont01_text {
    position: absolute;
    top: 100px;
    right: 0;
    display: inline-block;
    padding: 55px 55px 55px 30px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.sec03 .cont01_text .small {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
}

.sec03 .cont02_03box {
    width: 100%;
    background: #fffdf4;
}

.sec03_cont02 {
    width: 100%;
    padding: 56px 20px 143px;
    box-sizing: border-box;
    background: url(../img/naishi05.png) center bottom/cover no-repeat;
}

.sec03 .cont02_text {
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

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

.sec03 .cont02_text .large {
    font-size: 22px;
    font-weight: bold;
}

.sec03 .cont02_text .grande {
    font-size: 25px;
    font-weight: bold;
}

.sec03 .cont02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec03 .cont02_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    height: 178px;
    margin: 0 10px 10px;
    background: url(../img/naishi06.png) center center/cover no-repeat;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}

.sec03_cont03 {
    width: 100%;
    padding: 135px 20px 75px;
    box-sizing: border-box;
    background: #fffdf4 url(../img/logo03.png) center top 33px /91px no-repeat;
}

.sec03 .cont03_title {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

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

.sec03 .cont03_item {
    width: 216px;
    height: 130px;
    border: 1px solid #bd9d3a;
    margin: 0 30px 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: center;
}

.sec03 .cont03_text {
    font-size: 25px;
    font-weight: bold;
    color: #1f296e;
    line-height: 1.5;
    text-align: center;
}

.sec03 .cont03_text .color {
    font-weight: bold;
    color: #e62520;
}

/* =====sec04===== */
.sec04 {
    width: 100%;
}

.sec04_head {
    width: 100%;
    padding: 35px 0;
    box-sizing: border-box;
    background: linear-gradient(to right, #100d3d, #0a2f75, #202663);
}

.sec04 .head_inner {
    display: flex;
    align-items: center;
    width: 800px;
    margin: 0 auto;
}

.sec04_title {
    display: inline-block;
    padding: 97px 0 0;
    margin: 0 70px 25px 0;
    background: url(../img/logo05.png) top 33px center/63px no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.28em;
}

.sec04 .head_text {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.sec04 .head_text .small {
    font-size: 20px;
    font-weight: bold;
}

.sec04 .head_text .color {
    color: #bd9d3a;
    font-weight: bold;
}

.sec04_cont01 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../img/naishi09.jpg) top 40% center/cover no-repeat;
}

.sec04 .cont01_inner {
    width: 682px;
    padding: 65px 0 50px;
    margin: 0 auto;
}

.sec04 .cont01_title {
    position: relative;
    padding: 0 0 26px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 50px;
    font-size: 20px;
    text-align: center;
    text-shadow: rgb(255, 255, 255) 2px 0px, rgb(255, 255, 255) -2px 0px, rgb(255, 255, 255) 0px -2px, rgb(255, 255, 255) 0px 2px, rgb(255, 255, 255) 2px 2px, rgb(255, 255, 255) -2px 2px, rgb(255, 255, 255) 2px -2px, rgb(255, 255, 255) -2px -2px, rgb(255, 255, 255) 1px 2px, rgb(255, 255, 255) -1px 2px, rgb(255, 255, 255) 1px -2px, rgb(255, 255, 255) -1px -2px, rgb(255, 255, 255) 2px 1px, rgb(255, 255, 255) -2px 1px, rgb(255, 255, 255) 2px -1px, rgb(255, 255, 255) -2px -1px;
}

.sec04 .cont01_title:after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 14px;
    width: 1px;
    height: 36px;
    background: #1f296e;
}

.sec04 .cont01_textbox {
    padding: 45px;
    background: rgba(255, 255, 255, 0.73);
}

.sec04 .cont01_text01 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.sec04 .cont01_text02 {
    font-weight: bold;
    line-height: 1.5;
}

.sec04_cont02 {
    position: relative;
    width: 100%;
    padding: 138px 0 75px;
    background: #fffef5;
}

.sec04_cont02:before {
    content: "merit";
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
    letter-spacing: 0.26em;
}

.sec04 .cont02_title {
    margin: 0 0 78px;
    font-size: 22px;
    font-weight: bold;
    color: #be9e3a;
    text-align: center;
}

.sec04 .cont02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec04 .cont02_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 138px;
    border: 1px solid #be9e3a;
    margin: 0 16px 25px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec04_cont03 {
    position: relative;
    width: 100%;
    padding: 138px 20px 75px;
    box-sizing: border-box;
    background: #ececec;
}

.sec04_cont03:before {
    content: "demerit";
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
    letter-spacing: 0.26em;
}

.sec04 .cont03_title {
    margin: 0 0 78px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec04 .cont03_list {
    display: flex;
    justify-content: center;
}

.sec04 .cont03_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 374px;
    height: 146px;
    border: 1px solid #1f296e;
    margin: 0 16px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec04_cont04 {
    position: relative;
    width: 100%;
    padding: 138px 20px 75px;
    box-sizing: border-box;
}

.sec04_cont04:before {
    content: "flow";
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
}

.sec04 .cont04_title {
    margin: 0 0 115px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.125em;
}

.sec04_cont04 .body_wrap {
    width: 916px;
    margin: 0 auto;
}

.sec04 .cont04_body {
    position: relative;
    width: 666px;
    margin: 0 0 0 auto;
}

.sec04_cont04 .step02_06wrap {
    position: relative;
}

.sec04_cont04 .step02_06wrap:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -250px;
    width: 1px;
    height: calc(100% - 211px);
    background: #be9e3a;
}

.sec04_cont04 .tate {
    position: absolute;
    top: 50%;
    left: -280px;
    transform: translateY(-50%);
    display: inline-block;
    padding: 20px;
    background: #be9e3a;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-lr;
}

.sec04 .step {
    position: relative;
    padding: 0 0 90px;
}

.sec04 .step:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -120px;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: url(../img/naishi07.svg) repeat-y;
}

.sec04 .step06:before {
    bottom: 0;
    left: -120px;
    background: #fff;
    width: 1px;
    height: 200px;
}

.sec04 .step02:after {
    content: "";
    position: absolute;
    top: 35px;
    left: -250px;
    height: 1px;
    width: 200px;
    background: #be9e3a;
}

.sec04 .step06 {
    padding: 0;
}

.sec04 .step06:after {
    content: "";
    position: absolute;
    top: 35px;
    left: -250px;
    height: 1px;
    width: 200px;
    background: #be9e3a;
}

.sec04 .step_title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.sec04 .step_title:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -22px;
    left: -192px;
    display: inline-block;
    width: 146px;
    height: 146px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    background: #fff;
    font-size: 25px;
    font-weight: bold;
    color: #be9e3a;
    line-height: 146px;
    text-align: center;
}

.sec04 .step01 .step_title:before {
    content: "STEP1";
}

.sec04 .step02 .step_title:before {
    content: "STEP2";
}

.sec04 .step03 .step_title:before {
    content: "STEP3";
}

.sec04 .step04 .step_title:before {
    content: "STEP4";
}

.sec04 .step05 .step_title:before {
    content: "STEP5";
}

.sec04 .step06 .step_title:before {
    content: "STEP6";
}

.sec04 .step_title.title02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec04 .step_title span {
    margin: 0 1em 0 0;
    font-weight: bold;
}

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

.sec04 .step_title .title_right {
    margin: 0;
    font-size: 18px;
    color: #e62520;
}

.sec04 .step_title01 {
    display: flex;
    justify-content: space-between;
}

.sec04 .step_subtitle {
    margin: 0 0 10px;
}

.sec04 .step_text01 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
}

.sec04 .step_text02 {
    width: 440px;
    font-weight: bold;
    line-height: 1.9;
}

.sec04 .step_text02.part01 {
    margin: 0 0 65px;
    font-weight: bold;
    line-height: 1.9;
}

/* =====sec05===== */
.sec05 {
    display: flex;
    width: 100%;
    height: 375px;
}

.sec05_img {
    width: 60%
}

.sec05_img img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.sec05_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    background: #1f296e;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 2.5;
    text-align: center;
    box-sizing: border-box;
}

/* =====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_box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec06_contact {
    width: 469px;
}

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

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

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

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