@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
h1,
h2,
h3 {
  margin: 0 0;
  font-size: 16px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 481px) {
.about_main {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.7;
    color: #2D2D2D;
    font-weight: normal;
    /* font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "noto-sans-cjk-jp", sans-serif;
}
.about_main .dflex {
    display: flex;
    flex-wrap: wrap;
}
.about_main .pc_only {
    display: block;
}
.about_main .sp_only {
    display: none;
}
.about_main a {
    transition: opacity 0.3s ease;
}
.about_main a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.about_main li {
    list-style: none;
}
/* ... */
.about_main .wrap {
    margin: 0 auto;
    width: 1420px;
}
.about_main .dir {
    position: relative;
}
.about_main .dir::after {
    content: "";
    width: 9px;
    height: 14px;
    background: url("../../../img/freepage/about/dir_b.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.about_main .dir.dir_w::after {
    background: url("../../../img/freepage/about/dir_w.png");
    width: 14px;
    height: 9px;
}
.about_main .mv img {
    width: 100%;
}

.about_main .blockanchor {
    padding: 80px 0 130px;
    width: 1420px;
    margin: 0 auto;
}
.about_main .blockanchor .blockanchor_ttl {
    font-size: 30px;
    font-weight: bold;
    color: #003399;
    text-align: center;
    margin-bottom: 40px;
}
.about_main .blockanchor .blockanchor_link ul {
    display: flex;
    gap: 30px;
}
.about_main .blockanchor .blockanchor_link ul li {
    width: 260px;
}
.about_main .blockanchor .blockanchor_link ul li a {
    width: 100%;
    display: block;
    background: #003399;
    border-radius: 5px;
    padding: 0 10px 30px 10px;
}
.about_main .blockanchor .blockanchor_link ul li a .link_txt01 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #FCD02E;
}
.about_main .blockanchor .blockanchor_link ul li a .link_txt02 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
}
.about_main .blockanchor .blockanchor_link ul li a.dir::after {
    top: auto;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.about_main .block  {
    margin-bottom: 140px;
}
.about_main .block .block_ttl {
    font-size: 30px;
    font-weight: bold;
    color: #003399;
    border-bottom: 4px solid #FCD02E;
    margin-bottom: 15px;
}
.about_main .block01 .block_bnr {
    padding: 50px 0 40px;
}
.about_main .block01 .block_bnr ul {
    display: flex;
    gap: 45px;
    justify-content: center;
}
.about_main .block01 .block_bnr ul li {
    width: 370px;
}
.about_main .block01 .block_bnr ul li .bnr_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #003399;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.about_main .block01 .block_bnr ul li .bnr_txt {
    font-size: 16px;
    padding-top: 10px;
}
.about_main .block01 .block_link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.about_main .block01 .block_link ul li {
    width: 270px;
    height: 65px;
    border: 2px solid #003399;
    border-radius: 5px;
}
.about_main .block01 .block_link ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #003399;
    text-align: center;
    line-height: 22px;
    padding: 8px 30px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about_main .block01 .block_link ul li a.dir::after {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: 30px;
}
.about_main .block02 .block_txt b {
    font-size: 23px;
}
.about_main .block02 .block_table {
    padding: 60px 0 10px;
}
.about_main .block02 .block_table .table-container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.about_main .block02 .block_table .fixed-column {
    min-width: 250px;
    margin-top: 8px;
}
.about_main .block02 .block_table .fixed-column p {
    font-size: 18px;
    color: #777777;
    text-align: center;
    background: #DCDCDC;
    height: 85px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_main .block02 .block_table .scrollable-columns {
    overflow-x: auto;
    width: 100%;
    margin: 0 auto;
}
.about_main .block02 .block_table table {
    border-collapse: separate;
    border-spacing: 8px;
}
.about_main .block02 .block_table th, td {
    padding: 8px 16px;
    white-space: nowrap;
}
.about_main .block02 .block_table .scrollable-columns table {
    min-width: 950px;
}
.about_main .block02 .block_table .scrollable-columns tr {
    height: 85px;
}
.about_main .block02 .block_table .scrollable-columns td {
    font-size: 20px;
    text-align: center;
}
.about_main .block02 .block_table .scrollable-columns td.cl-01 {
    background: #1F5CAE;
    color: #FFF;
    font-weight: bold;
}
.about_main .block02 .block_table .scrollable-columns td.cl-02 {
    background: #AF6B23;
    color: #FFF;
    font-weight: bold;
}
.about_main .block02 .block_table .scrollable-columns td.cl-03 {
    background: #7B7B7B;
    color: #FFF;
    font-weight: bold;
}
.about_main .block02 .block_table .scrollable-columns td.cl-04 {
    background: #B7A621;
    color: #FFF;
    font-weight: bold;
}
.about_main .block02 .block_table .scrollable-columns td.st-01 {
    border: 3px solid #1F5CAE;
    background: #FFF;
    color: #1F5CAE;
}
.about_main .block02 .block_table .scrollable-columns td.st-02 {
    border: 3px solid #AF6B23;
    background: #FFF;
    color: #AF6B23;
}
.about_main .block02 .block_table .scrollable-columns td.st-03 {
    border: 3px solid #7B7B7B;
    background: #FFF;
    color: #7B7B7B;
}
.about_main .block02 .block_table .scrollable-columns td.st-04 {
    border: 3px solid #B7A621;
    background: #FFF;
    color: #B7A621;
}
.about_main .block02 .block_table .scrollable-columns td.st-05 {
    border: 3px solid #000000;
    background: #FFF;
    color: #000000;
}
.about_main .block02 .table_txt {
    font-size: 14px;
    color: #000000;
    padding-left: 110px;
    margin-top: 5px;
}
.about_main .block02 .block_table {
    margin-bottom: 60px;
}
.about_main .block02 .block_coupon {
    background: #ECEFF7;
    padding: 45px 130px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.about_main .block02 .block_coupon .coupon_ttl {
    text-align: center;
}
.about_main .block02 .block_coupon .coupon_ttl span {
    font-size: 31px;
    color: #003399;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 0;
}
.about_main .block02 .block_coupon .coupon_ttl span::after {
    content: "";
    width: 100%;
    height: 20px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about_main .block02 .block_coupon .coupon_txt01 {
    font-size: 18px;
    color: #003399;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.about_main .block02 .block_coupon .coupon_txt02 {
    font-size: 13px;
    color: #003399;
    font-weight: normal;
    text-align: center;
}
.about_main .block02 .block_coupon .coupon_txt03 {
    font-size: 15px;
    color: #003399;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.about_main .block02 .block_coupon .coupon_btn {
    display: flex;
    gap: 40px;
    width: 730px;
    margin: 0 auto;
}
.about_main .block02 .block_coupon .coupon_btn .btn .btn_txt {
    font-size: 17px;
    color: #003399;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px;
}
.about_main .block02 .block_coupon .coupon_btn .btn .btn_link {
    font-size: 17px;
    color: #003399;
    text-align: center;
}
.about_main .block02 .block_coupon .coupon_btn .btn .btn_link a {
    display: block;
    background: #003399;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    width: 344px;
    padding: 27px 30px 27px 0;
    font-weight: normal;
}
.about_main .block02 .block_coupon .coupon_btn .btn .btn_link a.dir::after {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: auto;
    right: 45px;
}
.about_main .block03 .block_bnr {
    margin-top: 40px;
}
.about_main .block03 .block_bnr ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    gap: 40px;
}
.about_main .block03 .block_bnr ul li {
    padding: 25px;
    border: 2px solid #003399;
    border-radius: 5px;
}
.about_main .block03 .block_bnr ul li .bnr_link a {
    font-size: 18px;
    font-weight: bold;
    color: #003399;
    text-align: left;
    margin-top: 15px;
    display: block;
    line-height: 1;
}
.about_main .block03 .block_bnr ul li .bnr_link a.dir::after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
}
.about_main .block_btn {
    text-align: center;
    margin-top: 50px;
}
.about_main .block_btn a {
    display: inline-block;
    background: #003399;
    font-size: 16px;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 45px 7px 45px;
}
.about_main .block_btn a.dir::after {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: auto;
    right: 20px;
}
.about_main .block04 .block_bnr {
    width: 1140px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 0 auto;
    margin-top: 50px;
}
.about_main .block04 .block_bnr .bnr_item {
    width: 540px;
}
.about_main .block04 .block_bnr .bnr_item .item_img {
    position: relative;
}
.about_main .block04 .block_bnr .bnr_item .item_img .img_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    padding-left: 45px;
}
.about_main .block04 .block_bnr .bnr_item .item_img .img_ttl::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url("../../../img/freepage/about/icon01.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.about_main .block04 .block_bnr .bnr_item.item02 .item_img .img_ttl::before {
    content: "";
    width: 29px;
    height: 22px;
    background: url("../../../img/freepage/about/icon02.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.about_main .block04 .block_bnr .bnr_item .item_link {
    padding: 30px 35px 35px 35px;
}
.about_main .block04 .block_bnr .bnr_item .item_link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.about_main .block04 .block_bnr .bnr_item .item_link ul li {
    width: 220px;
}
.about_main .block04 .block_bnr .bnr_item .item_link ul li a {
    font-size: 18px;
    color: #003399;
    border-bottom: 2px solid #003399;
    display: block;
    padding-left: 8px;
}
.about_main .block04 .block_bnr .bnr_item .item_link ul li a.dir::after {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%);
}
.about_main .block04 .block_bnr .bnr_item {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.about_main .block05 .block_img {
    width: 1072px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 40px;
}
.about_main .block05 .block_note {
    font-size: 15px;
    color: #000000;
    padding-left: 170px;
}
.about_main .blockbtn {
    width: 1520px;
    margin: 0 auto;
    border: 2px solid #003399;
    border-radius: 5px;
    padding: 50px 0;
    background: #ECEFF7;
}
.about_main .blockbtn .btn_ttl {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #003399;
    margin-bottom: 20px;
}
.about_main .blockbtn .btn_ttl span {
    font-size: 36px;
}
.about_main .blockbtn .btn_cont {
    width: 840px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: space-between;
}
.about_main .blockbtn .btn_cont .cont_item .item_txt {
    font-size: 20px;
    font-weight: bold;
    color: #003399;
    text-align: center;
    margin-bottom: 10px;
}
.about_main .blockbtn .btn_cont .cont_item .item_link {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    background: #003399;
    display: block;
    line-height: 1;
    padding: 27px;
    width: 380px;
    text-align: center;
    border-radius: 5px;
}
.about_main .blocklink {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 140px;
}
.about_main .blocklink a {
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #003399;
    padding: 0 80px 0 10px;
    border-bottom: 2px solid #003399;
}
.about_main .blocklink a.dir::after {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%);
}

}

/* SP */
@media screen and (max-width: 480px) {
    .about_main {
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.7;
        color: #2D2D2D;
        font-weight: normal;
        /* font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
        font-family: "noto-sans-cjk-jp", sans-serif;
    }
    .about_main .pc_only {
        display: none;
    }
    .about_main .sp_only {
        display: block;
    }
    .about_main .wrap {
        margin: 0 auto;
        width: 100%;
    }
    .about_main .dir {
        position: relative;
    }
    .about_main .dir::after {
        content: "";
        width: 9px;
        height: 14px;
        background: url("../../../img/freepage/about/dir_b.png");
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
    .about_main .dir.dir_w::after {
        background: url("../../../img/freepage/about/dir_w.png");
        width: 14px;
        height: 9px;
    }
    .about_main .mv img {
        width: 100%;
    }
    .about_main .blockanchor {
        background: #F2F2F2;
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px 40px;
        margin-bottom: 40px;
    }
    .about_main .blockanchor .blockanchor_ttl {
        font-size: 20px;
        font-weight: bold;
        color: #003399;
        text-align: center;
        margin-bottom: 20px;
    }
    .about_main .blockanchor .blockanchor_link ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        row-gap: 2vw;
        justify-content: space-between;
    }
    .about_main .blockanchor .blockanchor_link ul li {
        width: 49%;
    }
    .about_main .blockanchor .blockanchor_link ul li:nth-child(3),
    .about_main .blockanchor .blockanchor_link ul li:nth-child(4),
    .about_main .blockanchor .blockanchor_link ul li:nth-child(5) {
        width: 32%;
    }
    .about_main .blockanchor .blockanchor_link ul li a {
        width: 100%;
        display: block;
        background: #003399;
        border-radius: 5px;
        padding: 5px 0 30px 0;
    }
    .about_main .blockanchor .blockanchor_link ul li a .link_txt01 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #FCD02E;
    }
    .about_main .blockanchor .blockanchor_link ul li a .link_txt02 {
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        color: #FFF;
    }
    .about_main .blockanchor .blockanchor_link ul li a.dir::after {
        top: auto;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about_main .block  {
        margin-bottom: 40px;
    }
    .about_main .block .block_ttl {
        font-size: 18px;
        font-weight: bold;
        color: #003399;
        border-bottom: 2px solid #FCD02E;
        margin-bottom: 8px;
        padding-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .about_main .block .block_ttl span:first-child {
        font-size: 20px;
    }
    .about_main .block .block_ttl span:last-child {
        line-height: 23px;
    }
    .about_main .block01 .block_bnr {
        padding: 25px 0 25px;
    }
    .about_main .block01 .block_bnr ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .about_main .block01 .block_bnr ul li {
        width: 100%;
    }
    .about_main .block01 .block_bnr ul li .bnr_ttl {
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        background: #003399;
        padding: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .about_main .block01 .block_bnr ul li .bnr_txt {
        font-size: 14px;
        padding-top: 10px;
    }
    .about_main .block01 .block_link ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3vw;
        justify-content: center;
    }
    .about_main .block01 .block_link ul li {
        width: 48%;
        height: 40px;
        border: 2px solid #003399;
        border-radius: 5px;
    }
    .about_main .block01 .block_link ul li a {
        font-size: 13px;
        font-weight: bold;
        color: #003399;
        text-align: left;
        line-height: 13px;
        padding: 8px 0 8px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
    }
    .about_main .block01 .block_link ul li a.dir::after {
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        right: 10px;
    }
    .about_main .block02 .block_txt b {
        font-size: 16px;
    }
    .about_main .block02 .block_table ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        position: relative;
        z-index: -1;
    }
    .about_main .block02 .block_table ::-webkit-scrollbar-track {
    background: #F2F2F2; 
    border-radius: 10px;
    }  
    .about_main .block02 .block_table ::-webkit-scrollbar-thumb {
    background: #C9C8C8; 
    border-radius: 10px;
    }
    .about_main .block02 .block_table {
        padding: 10px 0 10px;
    }
    .about_main .block02 .block_table .table_ico {
        text-align: right;
    }
    .about_main .block02 .block_table .table-container {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
    .about_main .block02 .block_table .fixed-column {
        min-width: 130px;
        margin-top: 4px;
    }
    .about_main .block02 .block_table .fixed-column p {
        font-size: 12px;
        color: #777777;
        text-align: center;
        background: #DCDCDC;
        height: 48px;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_main .block02 .block_table .scrollable-columns {
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 15px;
        position: relative;
    }
    .about_main .block02 .block_table table {
        border-collapse: separate;
        border-spacing: 4px;
    }
    .about_main .block02 .block_table th, td {
        padding: 4px 8px;
        white-space: nowrap;
    }
    .about_main .block02 .block_table .scrollable-columns table {
        min-width: 100%;
    }
    .about_main .block02 .block_table .scrollable-columns tr {
        height: 48px;
    }
    .about_main .block02 .block_table .scrollable-columns td {
        font-size: 12px;
        text-align: center;
    }
    .about_main .block02 .block_table .scrollable-columns td.cl-01 {
        background: #1F5CAE;
        color: #FFF;
        font-weight: bold;
    }
    .about_main .block02 .block_table .scrollable-columns td.cl-02 {
        background: #AF6B23;
        color: #FFF;
        font-weight: bold;
    }
    .about_main .block02 .block_table .scrollable-columns td.cl-03 {
        background: #7B7B7B;
        color: #FFF;
        font-weight: bold;
    }
    .about_main .block02 .block_table .scrollable-columns td.cl-04 {
        background: #B7A621;
        color: #FFF;
        font-weight: bold;
    }
    .about_main .block02 .block_table .scrollable-columns td.st-01 {
        border: 2px solid #1F5CAE;
        background: #FFF;
        color: #1F5CAE;
    }
    .about_main .block02 .block_table .scrollable-columns td.st-02 {
        border: 2px solid #AF6B23;
        background: #FFF;
        color: #AF6B23;
    }
    .about_main .block02 .block_table .scrollable-columns td.st-03 {
        border: 2px solid #7B7B7B;
        background: #FFF;
        color: #7B7B7B;
    }
    .about_main .block02 .block_table .scrollable-columns td.st-04 {
        border: 2px solid #B7A621;
        background: #FFF;
        color: #B7A621;
    }
    .about_main .block02 .block_table .scrollable-columns td.st-05 {
        border: 2px solid #000000;
        background: #FFF;
        color: #000000;
    }
    .about_main .block02 .table_txt {
        font-size: 12px;
        color: #000000;
        padding-left: 0;
        margin-top: 10px;
    }
    .about_main .block02 .block_table {
        margin-bottom: 20px;
    }
    .about_main .block02 .block_coupon {
        background: #ECEFF7;
        padding: 28px 10px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .about_main .block02 .block_coupon .coupon_ttl {
        text-align: center;
        line-height: 1;
    }
    .about_main .block02 .block_coupon .coupon_ttl span {
        font-size: 22px;
        color: #003399;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        display: inline-block;
        padding: 0 0;
        position: relative;
        z-index: 0;
    }
    .about_main .block02 .block_coupon .coupon_ttl span::after {
        content: "";
        width: 100%;
        height: 20px;
        background: #FFF;
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: -1;
    }
    .about_main .block02 .block_coupon .coupon_txt01 {
        font-size: 13px;
        color: #003399;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .about_main .block02 .block_coupon .coupon_txt02 {
        font-size: 12px;
        color: #003399;
        font-weight: normal;
        text-align: left;
    }
    .about_main .block02 .block_coupon .coupon_txt03 {
        font-size: 13px;
        color: #003399;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .about_main .block02 .block_coupon .coupon_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        margin: 0 auto;
    }
    .about_main .block02 .block_coupon .coupon_btn .btn {
        width: 100%;
    }
    .about_main .block02 .block_coupon .coupon_btn .btn .btn_txt {
        font-size: 17px;
        color: #003399;
        text-align: center;
        font-weight: bold;
        margin: 0 0 10px;
    }
    .about_main .block02 .block_coupon .coupon_btn .btn .btn_link {
        font-size: 17px;
        color: #003399;
        text-align: center;
        font-weight: bold;
    }
    .about_main .block02 .block_coupon .coupon_btn .btn .btn_link a {
        display: block;
        background: #003399;
        font-size: 18px;
        color: #FFF;
        text-align: left;
        border-radius: 5px;
        width: 100%;
        padding: 20px 0px 20px 30px;
    }
    .about_main .block02 .block_coupon .coupon_btn .btn .btn_link a.dir::after {
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        left: auto;
        right: 30px;
    }
    .about_main .block03 .block_bnr {
        margin-top: 20px;
    }
    .about_main .block03 .block_bnr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        gap: 5vw;
    }
    .about_main .block03 .block_bnr ul li {
        padding: 10px;
        border: 2px solid #003399;
        border-radius: 10px;
        width: 47%;
    }
    .about_main .block03 .block_bnr ul li .bnr_link a {
        font-size: 12px;
        font-weight: bold;
        color: #003399;
        text-align: left;
        margin-top: 15px;
        display: block;
        line-height: 1;
    }
    .about_main .block03 .block_bnr ul li .bnr_link a.dir::after {
        top: 50%;
        transform: translateY(-50%);
        background-size: 100%;
        left: auto;
        right: 0;
        width: 7px;
        height: 10px;
    }
    .about_main .block_btn {
        text-align: center;
        margin-top: 25px;
    }
    .about_main .block_btn a {
        display: inline-block;
        background: #003399;
        font-size: 14px;
        color: #FFF;
        border-radius: 50px;
        padding: 9px 45px 9px 45px;
    }
    .about_main .block_btn a.dir::after {
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        left: auto;
        right: 20px;
    }
    .about_main .block04 .block_bnr {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .about_main .block04 .block_bnr .bnr_item {
        width: 100%;
    }
    .about_main .block04 .block_bnr .bnr_item .item_img {
        position: relative;
    }
    .about_main .block04 .block_bnr .bnr_item .item_img .img_ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        padding-left: 45px;
    }
    .about_main .block04 .block_bnr .bnr_item .item_img .img_ttl::before {
        content: "";
        width: 25px;
        height: 25px;
        background: url("../../../img/freepage/about/icon01.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .about_main .block04 .block_bnr .bnr_item.item02 .item_img .img_ttl::before {
        content: "";
        width: 29px;
        height: 22px;
        background: url("../../../img/freepage/about/icon02.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .about_main .block04 .block_bnr .bnr_item .item_link {
        padding: 15px 10px 20px 10px;
    }
    .about_main .block04 .block_bnr .bnr_item .item_link ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5vw;
        justify-content: space-between;
    }
    .about_main .block04 .block_bnr .bnr_item .item_link ul li {
        width: 47%;
    }
    .about_main .block04 .block_bnr .bnr_item .item_link ul li a {
        font-size: 14px;
        color: #003399;
        border-bottom: 2px solid #003399;
        display: block;
        padding-left: 3px;
    }
    .about_main .block04 .block_bnr .bnr_item .item_link ul li a.dir::after {
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        background-size: 100%;
        width: 7px;
        height: 10px;
    }
    .about_main .block04 .block_bnr .bnr_item {
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
    }
    .about_main .block05 .block_img {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about_main .block05 .block_note {
        font-size: 12px;
        color: #000000;
        padding-left: 0;
    }
    .about_main .blockbtn {
        width: 92%;
        margin: 0 auto;
        border: 2px solid #003399;
        border-radius: 5px;
        padding: 20px 27px;
        background: #ECEFF7;
    }
    .about_main .blockbtn .btn_ttl {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        color: #003399;
        margin-bottom: 20px;
    }
    .about_main .blockbtn .btn_ttl span {
        font-size: 21px;
    }
    .about_main .blockbtn .btn_cont {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }
    .about_main .blockbtn .btn_cont .cont_item {
        width: 100%;
    }
    .about_main .blockbtn .btn_cont .cont_item .item_txt {
        font-size: 18px;
        font-weight: bold;
        color: #003399;
        text-align: center;
        margin-bottom: 10px;
    }
    .about_main .blockbtn .btn_cont .cont_item .item_link {
        font-size: 18px;
        color: #FFF;
        font-weight: normal;
        background: #003399;
        display: block;
        line-height: 1;
        padding: 17px;
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }
    .about_main .blocklink {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .about_main .blocklink a {
        display: inline-block;
        margin: 0 auto;
        font-size: 15px;
        font-weight: bold;
        color: #003399;
        padding: 0 45px 0 3px;
        border-bottom: 2px solid #003399;
    }
    .about_main .blocklink a.dir::after {
        top: 50%;
        left: auto;
        right: 3px;
        transform: translateY(-50%);
    }
}