* {
    box-sizing: border-box;
}

body {
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
}

@media screen and (max-width: 720px) {
    section {
        width: 100% !important;
        padding: 30px 15px !important;
    }
}

/*-------------------------
    繧｢繝ｳ繧ｫ繝ｼ繝ｻ繝懊ち繝ｳ
---------------------------*/

.contact .btn {
    width: 260px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #37d2e7;
    background-color: #37d2e7;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

i {
    line-height: 1.6 !important;
}

.icon {
    margin-right: 5px;
}

.btn_s {
    padding: 5px 25px;
    font-size: 16px;
}

/*-------------------------
    荳ｦ蛻励�繧ｿ繝ｳ
---------------------------*/
.btn_01 {
    /*豌ｴ濶ｲ繝懊ち繝ｳ*/
    display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #cccccc;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #cccccc;
    padding: 0;
}

.btn_01:hover {
    background-color: #fff;
    color: #cccccc;
    text-decoration: none !important;
}

.btn_02 {
    /*邏ｺ繝懊ち繝ｳ*/
    display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
}

.btn_02:hover {
    background-color: #fff;
    padding-bottom: 1px;
    text-decoration: none !important;
}

.btn_03 {
    /*謚ｼ縺帙↑縺��繧ｿ繝ｳ*/
    display: block;
    height: 50px;
    width: 250px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #d5d5d5;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d5d5d5;
    padding: 0;
    cursor: pointer;
}

.arrow_b {
    width: 30px;
    margin: auto;
    display: block;
    border-top: 20px solid #9d9d9d;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.btn_04 {
    border: 1px solid #b075d7;
    background-color: #b075d7;
    color: #fff;
}

.btn_04:hover {
    background-color: #fff;
    color: #b075d7;
}

.btn_05 {
    border: 1px solid #5e78e1;
    background-color: #5e78e1;
    color: #fff;
}

.btn_05:hover {
    background-color: #fff;
    color: #5e78e1;
}

.btn_06 {
    border: 1px solid #3fade9;
    background-color: #3fade9;
    color: #fff;
}

.btn_06:hover {
    background-color: #fff;
    color: #3fade9;
}

/*-------------------------
    dl dt dd 讓ｪ荳ｦ縺ｳ
---------------------------*/
dt {
    font-size: 16px;
    display: inline-block;
    width: 20%;
    text-align: right;
    padding-bottom: 5px;
}

dd {
    font-size: 16px;
    display: inline-block;
    width: 79%;
    padding-bottom: 5px;
}

textarea,
input[type=text],
input[type=number],
input[type=date],
input[type=time],
input[type=email],
input[type=tel],
input[type=password],
input[type=search] {
    padding: 1rem;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.2 !important;
}

input[type=text],
input[type=number],
input[type=date],
input[type=time],
input[type=email],
input[type=tel],
input[type=password] {
    min-width: 100px;
    min-height: 1em;
}

section {
    width: 900px;
    margin: 0px auto;
    padding: 100px 0;
}

/*--------------------
    text-align險ｭ螳�
----------------------*/
.txtRight {
    text-align: right;
}

.txtLeft {
    text-align: left;
}

.txtCenter {
    text-align: center;
}

/*--------------------
    position險ｭ螳�
----------------------*/
.rela {
    position: relative;
}

.ab {
    position: absolute;
}

/*--------------------
    display險ｭ螳�
----------------------*/
.flex {
    display: flex;
}

.flex_center {
    display: flex;
    justify-content: center;
}

.flex_end {
    /*蟾ｦ荳句粋繧上○*/
    display: flex;
    justify-content: end;
}

.flex_bl {
    /*荳句粋繧上○*/
    display: flex;
    align-items: baseline;
}

.flex_between {
    /*荳｡遶ｯ縺ｴ縺｣縺溘ｊ*/
    display: flex;
    justify-content: space-between;
}

.itmCenter {
    align-items: center;
}

.block {
    display: block;
}

/*--------------------
    繝輔か繝ｳ繝�
----------------------*/
p {
    font-size: 16px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.h1 {
    font-size: 36px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.h2 {
    font-size: 32px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.h3 {
    font-size: 24px;
}

.sky {
    color: #cccccc;
}

/*--------------------
    閭梧勹
----------------------*/
.bg_01 {
    background-color: #eee;
}

.bg_02 {
    background-color: #f5fbff;
}

.bg_03 {
    background-color: #fcfcef;
}

.bg_04 {
    background-color: #f6fcff;
}

.bg_05 {
    background-color: #3591c3;
}

.bg_p {
    padding: 20px;
    padding-bottom: 15px;
}

/*--------------------
    繧ｿ繝�
----------------------*/
.tab {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.tab li {
    display: inline-block;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

.tab a,
.tab span {
    padding: 5px 50px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
}

.tab a:hover,
.tab span:hover {
    text-decoration: none !important;
}

.tab a {}

.tab span {
    background-color: #ccc;
}

.tab a:hover {
    background-color: #ccc;
}


/*--------------------
    邱�
----------------------*/
.br1p {
    border-right: 1px solid #9d9d9d;
}

.bl1p {
    border-left: 1px solid #9d9d9d;
}

.bt1p {
    border-top: 1px solid #9d9d9d;
}

.bb1p {
    border-bottom: 1px solid #9d9d9d;
}

.br3p {
    border-right: 3px solid #9d9d9d;
}

.bl3p {
    border-left: 3px solid #9d9d9d;
}

.bt3p {
    border-top: 3px solid #9d9d9d;
}

.bb3p {
    border-bottom: 3px solid #9d9d9d;
}

.br5p {
    border-right: 5px solid #9d9d9d;
}

.bl5p {
    border-left: 5px solid #9d9d9d;
}

.bt5p {
    border-top: 5px solid #9d9d9d;
}

.bb5p {
    border-bottom: 5px solid #9d9d9d;
}

/*--------------------
    繝�く繧ｹ繝医ヶ繝ｭ繝�け
----------------------*/
.text01 {
    width: 500px;
}

.text01 .marker {
    font-size: 12px;
    padding: 0.25rem 1rem;
    display: inline-block;
    background-color: #9d9d9d;
    color: #fff;
}

.text01 .h2 {
    margin: 20px 0;
    font-weight: bold;
}

.text02 {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.text02 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold;
}

.text02 h4 {
    margin-top: 10px;
    font-size: 12px;
}

.text03 {
    margin-bottom: 20px;
}

.text03 .h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text03 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}

.text03 h4 {
    font-size: 12px;
    margin-bottom: 5px;
}

.text06 {
    margin: auto;
    min-height: 200px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.text06 p {
    border-top: 1px solid;
}

.text06 .h2 {
    font-size: 22px;
    font-weight: bold;
}

.text07 {
    padding: 20px 30px;
    background-color: #F8F8F8;
}

.text08 {
    width: 460px;
    display: block;
}

.text09 {
    width: 390px;
}

/*--------------------
    逕ｻ蜒上し繧､繧ｺ
----------------------*/
.co_logo {
    width: 150px;
    height: 45px;
    object-fit: cover;
}

.img50_50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.img100_70 {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.img150_110 {
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.img210_140 {
    width: 210px;
    height: 140px;
}

.img240_170 {
    width: 240px;
    height: 170px;
    object-fit: cover;
}

.img250_170 {
    width: 250px;
    height: 170px;
    object-fit: cover;
}

.img270_200 {
    width: 270px;
    height: 200px;
    object-fit: cover;
}

.img280_170 {
    width: 280px;
    height: 170px;
    object-fit: cover;
}

.img310_190 {
    width: 310px;
    height: 190px;
    object-fit: cover;
}

.img350_240 {
    width: 350px;
    height: 240px;
    object-fit: cover;
}

.img400_250 {
    width: 400px;
    height: 250px;
    object-fit: cover;
}

.img590_130 {
    width: 590px;
    height: 130px;
    object-fit: cover;
}

.img590_370 {
    width: 590px;
    height: 370px;
    object-fit: cover;
}

.img700_350 {
    width: 700px;
    height: 350px;
    object-fit: cover;
}

.r10 {
    border-radius: 10px;
}

.r1000 {
    border-radius: 1000px;
}

/*-------------------------
繝壹�繧ｸ繝翫ン��passnav)
---------------------------*/
.passnav {
    margin-top: 80px;
    width: 100%;
    background-color: #F8F8F8;
    height: 50px;
    padding: 1rem 0;
}

.passnav .flex {
    width: 900px;
    margin: auto;
    text-align: left;
    padding: 0 1rem;
}

.passnav .flex a,
.passnav .flex p {
    font-size: 12px;
    padding-right: 15px;
}

.passnav .flex a:hover {
    color: #cccccc;
}

/******************************
pagination
******************************/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 100px;
}

.page-item {
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1em;
}

.page-item.active .page-link {}

.page-item:first-child .page-link {}

.page-item:last-child .page-link {}

span.page-link {}

.page-link {
    padding: 10px 50px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.mini .page-link {}

a.page-link:hover {
    z-index: 2;
    text-decoration: none !important;
}

.page-link {}

.page-item.active .page-link {
    color: #fff;
    background-color: #9d9d9d;
}

a.page-link:hover {
    color: #fff !important;
    background-color: #9d9d9d !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/*home*/
/*-------------------------------------------
        繝帙�繝�繧ｭ繝ｼ繝ｴ繧｣繧ｸ繝･
---------------------------------------------*/
.key_v {
    width: 100%;
    min-height: 480px;
    margin-top: 80px;
    background-image: url(https://placehold.jp/1280x480.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.key_v .copy {
    padding-top: 90px;
    padding-bottom: 30px;
    font-size: 48px;
}

.key_v .btn {
    margin-top: 50px;
    margin-bottom: 20px;
}

.key_v p {
    max-width: 600px;
    margin: auto;
}

.sec01 .h2 {
    margin: auto;
}

.customer01 {
    padding: 0 10px;
}

.customer01 p {
    padding-top: 10px;
    font-weight: bold;
}

.customer01 h2 {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_inf {
    padding: 50px;
}



.flow {
    display: table;
}

.flow div {
    margin-bottom: 25px;
}

.flow .flex {
    background-color: #f1f1f1;
}

.flow .h2 {
    width: 180px;
    padding: 0.5rem 1rem;
}

.flow p {
    margin: auto 0;
    padding: 0 1rem;
}


/*-------------------------------------------
        FAQ
---------------------------------------------*/
.faq {
    margin-bottom: 100px;
}

.faq .wrap {
    width: 900px;
    margin: 0 auto;
}

.faq .h2 {
    margin-bottom: 20;
}

.faq .q-title {
    width: 100%;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.faq .q-title:after {
    content: "��";
    position: absolute;
    right: 1em;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}

.faq .q-title.open:after {
    content: "��";
    font-weight: bold;
}

.faq .q-title .q:before {
    /*content: "Q.";*/
    display: inline-block;
    color: #cccccc;
    width: 1em;
    text-align: left;
}

.faq .q-title .q {
    padding-left: 3em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: bold;
}

.faq .faq-box {
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

.faq .faq-box p span {
    display: block;
    padding: 5px 0 20px 0;
    font-size: 16px;
}

/*-------------------------------------------
        繝悶Ο繧ｰ
---------------------------------------------*/
.miniblog {
    width: 420px;
    margin: 0 auto auto auto;
}

.miniblog .img_ctgr {
    bottom: 0px;
}

.img_ctgr {
    text-align: center;
    padding: 0.25rem;
    background-color: #9d9d9d;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    font-size: 12px;
}

/*-------------------------------------------
        縺顔衍繧峨○
---------------------------------------------*/
.mininews {
    width: 420px;
    margin: 0 auto auto auto;
}

/*-------------------------------------------
        CTA
---------------------------------------------*/
.cta {
    width: 100%;
    min-height: 250px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta .h1 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.cta .btn {
    margin-bottom: 20px;
}

.cta_tel {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
    height: 80px;
    padding: 1rem;
}

.cta_tel p {
    width: 250px;
    margin-top: 19px;
}

/*-------------------------------------------
        莨∵･ｭ讒倥ｒ謾ｯ謠ｴ縺励※縺ｾ縺�
---------------------------------------------*/
.customer_logos div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.customer_logos .co_logo {
    height: 60px;
    margin: 15px;
    text-align: center;
}

.cause {
    width: 900px;
    padding: 60px 0;
}

.cause .cause_inner {
    width: 33%;
    padding: 0 15px;
    text-align: center;
}

.cause .cause_inner img {
    border-radius: 1000px;
    margin: auto;
}

.cause .cause_inner .h2 {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.cause .cause_inner p {
    text-align: left;
}

/*--------------------------------------------
        繧ｵ繝ｼ繝薙せ繝医ャ繝励�youtube
---------------------------------------------*/
.srvc_top .h2 {
    margin-top: 40px;
}

.srvc_top .youtube {
    width: 500px;
    height: 290px;
    margin-top: 20px;
}

/*--------------------------------------------
        謠蝉ｾ帙し繝ｼ繝薙せ
---------------------------------------------*/
.srvc_outline .marker {
    background-color: inherit;
    padding: inherit;
    color: initial;
    font-weight: bold;
}

.srvc_outline .h2 {
    margin-top: 0;
}

.srvc_outline .rink {
    display: block;
    padding-top: 30px;
    color: #cccccc;
}

.anc_img {
    width: 275px;
    height: 200px;
    background-image: url(https://placehold.jp/275x200.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 30px;
    margin: auto 15px;
}

.anc_img .h3 {
    padding-top: 50px;
    text-align: center;
}

.anc_img p {
    padding-top: 30px;
    text-align: center;
}

.anc_img:hover {
    opacity: 0.7;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.list_box_a_img {
    width: 275px;
    height: 200px;
    background-image: url(https://placehold.jp/275x200.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 10px;
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
    width: 30%;
    float: left;
}

.list_box_a_img .h3 {
    padding-top: 50px;
    text-align: center;
    font-size: 23px;
}

.list_box_a_img p {
    padding-top: 0px;
    text-align: center;
}

.list_box_a_img:hover {
    opacity: 0.7;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
}

.list_box_a_img .date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 9px;
}

.list_box_a_img .label {
    background-color: #000;
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*-------------------------------------------
        譁咎≡
---------------------------------------------*/
.plan_top {
    width: 900px;
}

.plan_top .h2 {
    margin: auto;
}

.plan_top .flex {
    width: 660px;
    margin: 40px auto;
}

.plan_top .flex .bold {
    padding: 1.5rem;
    width: 280px;
    height: 90px;
    border: 1px solid;
    margin: auto 30px;
}

.plan_list .plan_baners {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.plan_list .plan_baner {
    width: 220px;
}

.plan_list .plan_baner_inner {
    border: 1px solid;
}

.plan_list .plan_baner_inner .plan_name {
    padding: 1.25rem;
    background-color: #9d9d9d;
}

.plan_list .plan_baner_inner .plan_name .h2,
.plan_list .plan_baner_inner .plan_name p {
    color: #fff;
}

.plan_list .plan_baner_inner .plan_cnt {
    height: 470px;
}

.plan_list .plan_cnt .btn {
    font-size: 18px;
    border-radius: 1000px;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #9d9d9d;
    margin: 20px auto;
}

.plan_list .plan_cnt .btn:hover {
    background-color: #9d9d9d;
    color: #fff;
}

.plan_list .btn_ent {
    width: 100%;
    font-size: 18px;
    padding: 0.5rem;
    margin: auto;
    margin-top: 10px;
    background-color: #9d9d9d;
    border: 1px solid #9d9d9d;
}

.plan_list .btn_ent:hover {
    background-color: #fff;
}

.plan_list .pickup .plan_baner_inner {
    border: 1px solid #cccccc;
}

.plan_list .pickup .plan_name,
.plan_list .pickup .btn_ent {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

.plan_list .pickup .btn_ent:hover {
    background-color: #fff;
    color: #cccccc;
}

.plan_list .pickup .plan_cnt .h2 {}

.plan_sup .plan_sup_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

/*text06*/

/*-------------------------------------------
        莠倶ｾ�
---------------------------------------------*/
.plr90 {
    padding-right: 90px;
    padding-left: 90px;
}

.precedent_srch {
    width: 900px;
    background-color: #9d9d9d;
    padding: 20px;
}

.precedent_srch p,
.precedent_srch .h1,
.precedent_srch .h2 {
    color: #fff;
}

.precedent_srch .title:after {
    content: "ﾃ�";
    position: absolute;
    right: 1em;
    top: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
}

.precedent_srch .bdr {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 120px;
}

.precedent_srch .srch_box {
    height: 360px;
}

.precedent_srch .srch_box li {
    margin-bottom: 20px;
}

.precedent_srch .srch_box input {
    transform: scale(1.75);
}

.precedent_srch .srch_box label {
    padding-left: 30px;
    color: #fff;
}

.precedent_srch .srch_box input[type="checkbox"] {
    display: none;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ莉｣繧上ｊ繧呈�縺吶Λ繝吶Ν */
.precedent_srch .srch_box input[type="checkbox"] {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
}

/* 繝ｩ繝吶Ν縺ｮ蟾ｦ縺ｫ陦ｨ遉ｺ縺輔○繧区ｭ｣譁ｹ蠖｢縺ｮ繝懊ャ繧ｯ繧ｹ笆｡ */
.precedent_srch .srch_box input[type="checkbox"]::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #fff;
    /* 譫�縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
    background-color: #9d9d9d;
    /* 閭梧勹縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
}

/* 繝√ぉ繝�け縺悟�縺｣縺滓凾縺ｮ繝ｬ轤ｹ */
.precedent_srch .srch_box input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 6px;
    margin-top: -6px;
    top: 50%;
    left: 1px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #fff;
    /* 繝√ぉ繝�け縺ｮ濶ｲ螟画峩 縺雁･ｽ縺阪↑濶ｲ繧� */
}

.precedent_srch .btn {
    background-color: initial;
    border: 1px solid #fff;
    padding: 1rem 10rem;
}

.precedent_srch .btn:hover {
    background-color: #fff;
}

/*------------------------------------------
        莠倶ｾ�(蜷�ｼ夂､ｾ)
---------------------------------------------*/
.customer02 {
    margin: auto auto 60px auto;
    padding: 28px 40px 40px 40px;
    background-color: #F8F8F8;
}

.customer02 .text04 {
    min-width: 60%;
}

.text04 .h2 {
    margin: 15px 0;
}

.text04 p {
    padding: 0.1rem 0.5rem;
    border: 1px solid #9d9d9d;
}

.customer_list a:hover {
    text-decoration: none !important;
}

/*------------------------------------------
        莠倶ｾ�(險倅ｺ�)
---------------------------------------------*/
.precedent_artcl,
.artcl_section {
    width: 700px;
}

.precedent_artcl {
    margin: auto;
    margin-top: 0;
}

.text05 {
    padding: 30px 50px;
    margin: auto;
    margin-top: 20px;
    background-color: #F8F8F8;
}

.text05 a {
    font-weight: bold;
}

/*-------------------------------------------
        莠倶ｾ�(縺�＞縺ｭ 繧ｷ繧ｧ繧｢縲Tweet)
---------------------------------------------*/
.artcl_shere {
    display: flex;
    margin: 50px 0;
}

.artcl_shere p {
    font-size: 10px;
    padding: 0.25rem 0.75rem;
    font-weight: bold;
    color: #fff;
}

.artcl_shere .good,
.artcl_shere .shere {
    background-color: #305097;
    border-radius: 5px;
    cursor: pointer;
}

.artcl_shere .tweet {
    background-color: #9d9d9d;
    border-radius: 5px;
    cursor: pointer;
}

.artcl_shere .good:hover,
.artcl_shere .shere:hover,
.artcl_shere .tweet:hover {
    background-color: #707070;
}

.artcl_shere .fa-solid,
.artcl_shere .fa-brands {
    padding-top: 3px;
    margin-right: 5px;
}

.artcl_head {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.artcl_head .txtRight {
    position: absolute;
    right: 0;
}

/*-------------------------------------------
        莨夂､ｾ讎りｦ�
---------------------------------------------*/
.key_v02 {
    width: 100%;
    min-height: 280px;
    background-image: url(https://placehold.jp/1280x280.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 10px;
}

.key_v02 .txtCenter {
    width: 900px;
}

.com_list .list_item {
    padding: 16px 0;
    display: flex;
    border-top: 1px solid #D5D5D5;
}

.com_list .last_item {
    border-bottom: 1px solid #D5D5D5;
}

.com_list .list_l {
    width: 20%;
    display: block;
    font-weight: bold;
}

.com_list .list_r {
    width: 80%;
    display: block;
}

.com_list a {
    color: #cccccc;
}


.prf {
    width: 280px;
}

.prf a {
    color: #cccccc;
}

/*-------------------------------------------
        繧ｻ繝溘リ繝ｼ
---------------------------------------------*/
.smnr_item .rela {
    min-height: 240px;
    width: 100%;
}

.smnr_item .rela h2.h2 {
    font-size: 20px;
}

.smnr_item .rela .h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.smnr_item .ab {
    bottom: 0;
    width: 100%;
}

/*-------------------------------------------
        險倅ｺ九�繧ｻ繝溘リ繝ｼ繝ｪ繧ｹ繝�
---------------------------------------------*/
.artcl_item .ab {
    bottom: 0;
    background-color: #9d9d9d;
    color: #fff;
    text-align: center;
    padding: 0.25rem;
    width: 100%;
}

.artcl_item .text .h2 {
    max-width: 630px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*-------------------------------------------
        繧ｻ繝溘リ繝ｼ繝ｻ蜈ｬ髢倶ｸｭ/2蛻�牡險倅ｺ�/
---------------------------------------------*/
.artcl02_main {
    width: 590px;
    margin-right: 40px;
}

.li {
    margin-left: 30px;
    list-style-type: disc;
    color: #cccccc;
    font-size: 18px;
}

.ol .li {
    list-style-type: decimal;
}

.li span {
    color: initial;
}

.form_title {
    width: 100%;
    padding: 1rem 0;
    background-color: #9d9d9d;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.form01 input[type=text],
.form01 input[type=email],
.form01 input[type=tel],
.form01 textarea {
    width: 100%;
    margin-top: 10px;
}

.form01 textarea {
    padding: 15px 20px;
    resize: none;
}

.form01 input[type=radio],
.form01 input[type=checkbox] {
    zoom: 1.5;
    margin-right: 10px;
}

.artcl02_sub .img_ctgr {
    font-size: 12px;
    width: 100px;
    padding: 0.15rem 0;
}

.artcl02_sub .text02 {
    height: initial;
}

/*-------------------------------------------
        繧ｻ繝溘リ繝ｼ繝ｻ繝ｬ繝昴�繝�
---------------------------------------------*/
.b_tab {
    display: flex;
    width: 900px;
    margin: 50px auto;
    border-bottom: 1px solid #D5D5D5;
}

.b_tab .flex {
    margin: auto 0 auto auto;
}

.b_tab .flex .bold {
    padding: 0 15px 15px;
    display: block;
    margin-bottom: -18px;
}

.b_tab .flex .bold:hover {
    text-decoration: none !important;
}

/*-------------------------------------------
        繝悶Ο繧ｰ
---------------------------------------------*/
.quot {
    /*蠑慕畑險伜捷*/
    margin: auto;
    padding-right: 20px;
    font-size: 90px;
    height: 90px;
    color: #B4B4B4;
}

.writer_prf {
    padding: 30px;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
}

.writer_prf .flex p {
    font-size: 18px;
}


/*-------------------------------------------
        縺顔衍繧峨○
---------------------------------------------*/
.news_list {
    border-bottom: 1px solid #D5D5D5;
}

.news_list a {
    padding: 20px 0;
    border-top: 1px solid #D5D5D5;
}

.news_list .day {
    font-weight: bold;
}

.news_list .list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .lastitem {
    border-bottom: 1px solid #D5D5D5;
}

/*-------------------------------------------
        雉�侭隲区ｱ�
---------------------------------------------*/
.imgs {
    height: 245px;
    display: block;
}

.ab01 {
    position: absolute;
    top: 0;
    right: 0;
}

.ab02 {
    position: absolute;
    top: 75px;
    right: 130px;
}

/*-------------------------------------------
        雉�侭隲区ｱ�
---------------------------------------------*/
.fa-solid {
    /*
    padding-top: 11px;
    transform: rotate(20deg);
    padding-top: 15px;
    zoom: 0.8;
    */
}

.dcmt_form01 .form {
    width: 460px;
}

.dcmt_form02 .text07 {
    padding: 50px 160px;
}

.dcmt_form02 .btn_02 {
    background-color: #D5D5D5;
    border: 1px solid #D5D5D5;
}

.dcmt_form02 .btn_02:hover {
    background-color: #fff;
}

.headermini {
    padding: 25px 35px;
    background-color: #f8f8f8;
}

/*-------------------------------------------
        繝励Λ繧､繝舌す繝ｼ繝昴Μ繧ｷ繝ｼ
---------------------------------------------*/

.privacy .h2 {
    margin-bottom: 30px;
}






/*-----------------------------------------------------
縲       mobile縺ｮ縺ｿ縺ｧ陦ｨ遉ｺ(css縺ｮ譛蠕後↓險倩ｿｰ)
-------------------------------------------------------*/
.mob {
    display: none;
}