@charset "UTF-8";
/*===========================================================
 ++++/++/++ Ver.001 ++++++++++  
 2018/06/08 Ver.002 T.Kurita    「ID・パスワード照会フォーム」pagenavのスタイルを追加
 2018/07/31 Ver.003 T.Kurita     IEで消える表示不具合を修正
 2018/09/18 Ver.004 T.Kurita     リンク先文言変更により矢印の位置変更
 2018/11/05 Ver.005 K.Matsumoto  インターネット画像追加
 2025/11/05 Ver.006 T.kageyama   居室寸法画像追加

===========================================================*/
/*   細かなCSS
　　用途：色変えなど
--------------------------------------------- */
.font__red {
 color: red;
}

.forms__vertical_align_middle {
	display:table-cell;
	vertical-align:middle;
}

.forms__text_align_center {
	text-align:center;
}

.disp_inline {
	display:inline;
}

.disp_block {
	display:block !important;
}


.disp_inline_block {
	display: inline-block;
}


/*   login__slc_keiyaku
　　用途：ログイン画面の契約選択用
--------------------------------------------- */
.login__slc_keiyaku {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    width: 550px;
}

.login__slc_keiyaku:after {
    display: block;
    clear: both;
    content: "";
}

.login__slc_keiyaku__form {
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 500px; 
}

@media screen and (max-width: 979px) {
    .login__slc_keiyaku {
        padding-right: 0;
        padding-left: 0;
        width: auto;
    }

    .login__slc_keiyaku__form {
        margin-top: 60px;
        margin-right: auto;
        margin-bottom: 70px;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        width: auto; 
    }
}

/* login__forms-table
　用途：ログイン画面の契約選択用
--------------------------------------------- */
.login__forms-table {
    width: 100%;
}

.login__forms-table__row-head, .login__forms-table__row-body {
    box-sizing: border-box;
    border-top: 1px solid #d6dedc;
    border-bottom: 1px solid #d6dedc;
}

.login__forms-table__row-head {
    padding: 25px 15px;
    width: 120px;
    background-color: #f2f5f6;
    vertical-align: top;
    letter-spacing: .1em;
}

.login__forms-table__row-body {
    overflow: hidden;
    padding: 15px 15px 15px 30px;
}

.login__forms-table__button {
    display: inline-block;
    box-sizing: border-box;
    width: 90px;
    height: 46px;
    border: 1px solid #39c8ec;
    border-radius: 2px;
    border-radius: 4px;
    background-color: #39c8ec;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.login__forms-table__button:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .login__forms-table {
        table-layout: fixed;
        font-size: 0.875rem;
    }

    .login__forms-table__row-head, .login__forms-table__row-body {
        box-sizing: border-box;
        border-top: 1px solid #d6dedc;
        border-bottom: 1px solid #d6dedc;
    }

    .login__forms-table__row-head {
        padding: 5.33333vw 2.33333vw;
        width: 25vw;
        background-color: #f2f5f6;
        vertical-align: top;
        letter-spacing: .1em;
    }

    .login__forms-table__row-body {
        padding: 3.33333vw 4vw 3.33333vw 4vw;
        width: 72vw;
    }

    .login__forms-table__button {
        display: block;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        height: 10.66667vw;
        font-size: 0.875rem;
        line-height: 10.66667vw;
    }

    .login__forms-table__button:hover {
        opacity: 1;
    }

}


/*   login__alert
　　用途：ログイン画面のアラート用
--------------------------------------------- */
.login__alert-body {
    padding: 10px 20px;
/*    background-color: #f2f5f6; */
    background-color: #fff0f5; 
}

.login__alert-text {
    margin-top: 5px;
    font-size: 0.875rem;
}

@media screen and (max-width: 979px) {
    .login__alert-body {
        padding: 2.33333vw 3.33333vw;
    }

    .login__alert-text {
        margin-top: 2.66667vw;
        font-size: 0.875rem;
    }
}


/*  forms__button-submit_row2 
　　用途：ボタンの文言が2行になる場合
--------------------------------------------- */
.forms__button-submit_row2 {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    padding: auto;
    width: auto;
    min-width: 230px;
    height: 68px;
    border: 1px solid #39c8ec;
    border-radius: 2px;
    border-radius: 4px;
    background-color: #39c8ec;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity 0.3s;
}

.forms__button-submit_row2:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 979px) {
    .forms__button-submit_row2:hover {
        opacity: 1;
    }
}

.forms__button-submit_row2--flexible {
    padding-right: 1.0em;
    padding-left: 1.0em;
    width: auto;
}

.forms__button-submit_row2--arrow {
    position: relative;
    top: -1.3rem;
    right: 1.2rem;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 1.5rem;
}

@media screen and (max-width: 979px) {
    .forms__error {
        margin-top: 1.33333vw;
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .forms__error-link:hover {
        text-decoration: underline;
    }
    .forms__text-confirm {
        margin-top: 7.33333vw;
        text-align: center;
        letter-spacing: -.05em;
        font-size: 0.875rem;
    }
    .forms__button-submit_row2 {
        margin: 0;
        padding: 2.13333vw 0;
        width: 100%;
        height: 12.53333vw;
        font-size: 1rem;
    }
    .forms__button-submit_row2 + .forms__button-submit_row2 {
        margin: 1.33333vw 0 0;
    }
}

/* -- ie11 -- */
.ie11 .forms__button-submit_row2 {
    padding-top: 30px;
    padding-bottom: 20px;
}


/*  forms-body-vr
--------------------------------------------- */
.forms-body-vr__buttons {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}

.forms-body-vr__sub_text {
    margin-top: 10px;
    position: relative;
    padding-left: 1.2em;
}

.forms-body-vr__sub_text:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
}

@media screen and (max-width: 979px) {
    .forms-body-vr {
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
    }
    .forms-body-vr__buttons {
        margin-top: 4vw;
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
        text-align: center;
    }
}

.link_text {
    word-break: break-all;
    color: initial;
    text-decoration: underline;
}


/* page-nav__list-item--no_hover
--------------------------------------------- */
.page-nav__list-item--no_hover {
    display: table-cell;
    box-sizing: border-box;
    padding: 10px 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}
/* 2018/06/08 Ver.002 ↓*/
.page-nav__list-item--no_hover--extra {
    display: table-cell;
    box-sizing: border-box;
    padding: 10px 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}
/* 2018/06/08 Ver.002 ↑*/

.page-nav__list-item--no_hover:hover {
    cursor: default;
}
/* 2018/06/08 Ver.002 ↓*/
.page-nav__list-item--no_hover--extra:hover {
    cursor: default;
}
/* 2018/06/08 Ver.002 ↑*/
.page-nav__list-item--no_hover--current {
    background-color: #39c8ec;
    color: #fff;
}

@media screen and (max-width: 979px) {
    .page-nav__list-item--no_hover {
        display: table-cell;
        padding: 1.33333vw;
        width: 33.333%;
        border-right: 3px solid #fff;
        border-left: 0;
        background-color: #f2f5f6;
        vertical-align: middle;
        font-size: 0.875rem;
    }
    .page-nav__list-item--no_hover:last-child {
        border-right: 0;
    }
    .page-nav__list-item--no_hover--current {
        background-color: #39c8ec;
        color: #fff;
    }
/* 2018/06/08 Ver.002 ↓*/
    .page-nav__list-item--no_hover--extra {
        display: table-cell;
        padding: 1.33333vw;
        width: 50%;
        border-right: 3px solid #fff;
        border-left: 0;
        background-color: #f2f5f6;
        vertical-align: middle;
        font-size: 0.875rem;
    }
    .page-nav__list-item--no_hover--extra:last-child {
        border-right: 0;
    }
/* 2018/06/08 Ver.002 ↑*/
}

/* -- ie11 -- */
.ie11 .page-nav__list-item--no_hover {
    padding-top: 14px;
    padding-bottom: 6px;
}


/* global-nav__link_disabled global-nav__sub-link_disabled
--------------------------------------------- */
.global-nav__link_disabled {
    position: relative;
    display: block;
    padding: 30px 40px 30px 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.0;
    color: #9a9a9a;
}

.global-nav__link_disabled:hover {
}

.global-nav__link_disabled:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 21px;
    height: 20px;
    background: url(../img/common/arrow_right_white.png) 50% 50% no-repeat;
    background-size: contain;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.global-nav__sub-link_disabled {
    color: #9a9a9a;
}

@media screen and (max-width: 979px) {
    .global-nav__link_disabled {
        padding: 5.33333vw 13.33333vw 5.33333vw 1.33333vw;
    }
    .global-nav__link_disabled:hover {
        text-decoration: none;
    }
    .global-nav__link_disabled:after {
        right: 4.4vw;
        width: 4.4vw;
        height: 4.26667vw;
    }
}

/*   steps
--------------------------------------------- */
.steps__head_center {
    text-align: center;
}


/*   portal__link
--------------------------------------------- */
.portal__link_disabled {
    color: #808080;
    cursor: default;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.portal__link_disabled:hover {
    background-color: #f2f5f6;
}


/*   forms-table__row-column__dual
--------------------------------------------- */
.forms-table__row-column_sub {
    float: left;
    width: 290px;
}

.forms-table__row-column_sub + .forms-table__row-column_sub {
    margin-left: 10px;
    width: 90px;
}

@media screen and (max-width: 979px) {

    .forms-table__row-column_sub {
        float: left;
        margin-left: 0;
        width: 45.33333vw;
    }
    .forms-table__row-column_sub + .forms-table__row-column_sub {
        float: left;
        margin-left: 1.33333vw;
        width: 16vw;
    }
}

.forms__error {
	display:none;
}



/*   forms-table__row-head_title
--------------------------------------------- */
.forms-table__row-head_title {
    padding: 30px 45px 30px 45px;
}

@media screen and (max-width: 979px) {
    .forms-table__row-head_title {
        padding: 3.33333vw 5.33333vw 3.33333vw 5.33333vw;
    }
}

/*   forms-table__input--gakunen
--------------------------------------------- */
.forms-table__input--gakunen {
    margin-right: 4px;
    margin-left: 4px;
    width: 7%;
    text-align: right;
}


@media screen and (max-width: 979px) {
    .forms-table__input--gakunen {
        margin-right: 4px;
        margin-left: 4px;
        width: 10%;
    }
}


/*   kosin_div
--------------------------------------------- */
.kosin_div {
    line-height: 0.5;
}

@media screen and (max-width: 979px) {
    .kosin_div {
        line-height: 1.5;
    }
}

/*   panel-figure--man_org
--------------------------------------------- */
.panel-figure--man_org {
    background-image: url(../img/icon/man.png);
    background-position: 25px 10px;
    background-size: 35px auto;
}

@media screen and (max-width: 979px) {
    .panel-figure--man_org {
        background-position: 9.86667vw 8vw;
        background-size: 9.73333vw auto;
    }
}


/*   manual-list__Ul manual-list__Li
--------------------------------------------- */
.manual-list__Ul {
	list-style-type: none;
	padding-left: 0;
}

.manual-list__list-item {
    float: none;
}

@media screen and (max-width: 979px) {
    .manual-list__list-item {
       float: left;
    }
}


/*   アコーディオン追加
--------------------------------------------- */
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;

}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #39c8ec;
    cursor :pointer;
    transition: all 0.1s;
/*2018/07/31 Ver.003 ↓*/
    opacity: 0.99; 
/*2018/07/31 Ver.003 ↑*/
}

/*アイコンを表示*/
.accbox label:before {
    content: '+';
/*    font-family: 'FontAwesome';*/
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
/*    background :#ffe9a9;*/
    opacity: 0.5;
}

/*チェックは隠す*/
/*.accbox input {*/
.cssacc{
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff;
    opacity: 1;
    border: 1px solid #d6dedc
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '-';
}


/*   ボタン:disabled時
--------------------------------------------- */
.forms__button-submit:disabled {
	opacity: 0.5;
	cursor: default;
}

/*   リンク無効時
--------------------------------------------- */
.link_disabled {
	cursor: default;
}

/* 2018/11/05 Ver.005 ↓ */
.manual-list__list-item--internet {
    background-image: url(../img/icon/internet.png);
}
/* 2018/11/05 Ver.005 ↑ */
/* 2025/11/05 Ver.006 ↓ */
/*   居室寸法画像追加   */
.manual-list__list-item--ruler {
    background-image: url(../img/icon/ruler.png);
}
/* 2025/11/05 Ver.006 ↑ */
.manual-list__list-item--other {
    background-image: url(../img/icon/other.png);
}

.manual-list__list-item--movie {
    background-image: url(../img/icon/movie.png);
}


.manual-list__list-item_sub {
    margin: 0px;
    padding-left: 0px;
}



.ifr_movie {
	width:560px;
	height:315px;
}

@media (max-width: 979px){

	.ifr_movie {
		position:relative;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}


@media screen and (min-width: 980px) {
	.padding_none {
		padding: 0px 0 !important;
	}
}
/**/

/*   page-nav__list-arrow
 　　※リストの項目が1行の場合に使用　（本人認証）
 --------------------------------------------- */
.page-nav__list-arrow {
    margin: 10px -8px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

@media screen and (max-width: 979px) {
    .page-nav__list-arrow {
        margin: 1vw 1.66667vw 0 -1.66667vw;
        width: 4.33333vw;
        height: 4.33333vw;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
    }
}

/*   page-nav__list-arrow_web_keiyaku
 ※①リストの項目数: 4 ②リストの内容:2行
 --------------------------------------------- */
.page-nav__list-arrow_web_keiyaku {
    margin: 24px 0 0 -10px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

@media screen and (max-width: 979px) {
    .page-nav__list-arrow_web_keiyaku {
/* 2018/09/18 Ver.004 ↓ */
/*
        margin: 3vw 1.66667vw 0 -1.66667vw;
*/
        margin: 5vw 1.66667vw 0 -1.66667vw;
/* 2018/09/18 Ver.004 ↑ */
        width: 4.33333vw;
        height: 4.33333vw;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
    }
}

.forms-alert {
    margin-bottom: 20px;
    padding: 10px;
    background: red;
    color: #fff;
}


/*項目内容*/
.page-nav__list-item--no_hover--current {
    background-color: #39c8ec;
    color: #fff;
}

@media screen and (max-width: 979px) {
    .page-nav__list-item--no_hover_web_keiyaku {
        display: table-cell;
        padding: 1.33333vw;
        width: 25%;
        border-right: 3px solid #fff;
        border-left: 0;
        background-color: #f2f5f6;
        vertical-align: middle;
        font-size: 0.750rem;
    }
    .page-nav__list-item--no_hover:last-child {
        border-right: 0;
    }
    .page-nav__list-item--no_hover--current {
        background-color: #39c8ec;
        color: #fff;
    }
}

.forms-description__right {
    text-align: right;
}

/*契約月 / 翌月以降 / 一時金等　ごとに引かれる破線*/
.dotted-line{
  border-top: 1px dashed;
  padding-top: 15px;
}

/*合計金額の上に引かれる線*/
.double-line-kingaku {
  border-top: 3px double;
  padding-top: 15px;
}

/*（税込）表示*/
.inctax {
    position: relative;
    top: 0;
    left: 0;
}

.inctax:after {
    position: relative;
    top: 0;
    left: 0;
    content: "(税込)";
}

.no-inctax {
    position: relative;
    padding-right: 3.2em;
    top: 0;
    left: 0;
}

.no-inctax:after {
    position: relative;
    top: 0;
    left: 0;
}

/*お振込み内容*/
.frikomi-info {
  width: 5em;
}

.page-title--border-none {

  border-bottom: none;
}

.komoku {

  width: 30vw;
}

/* 2025/11/05 Ver.006 ↓ */
/* ---------------------------------------------
*   トップ画面、居室寸法案内
--------------------------------------------- */
.index-kyoshitsu_link {
    display: table;
    height: 78px;
    border: 1px solid #d6dedc;
    text-align: center;
    background-position: 900px 50%;
    background-size: 33px auto;
    background-repeat: no-repeat;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.index-kyoshitsu_link:hover {
    background-color: #eefbfe;
}

.index-kyoshitsu_link__body {
    display: table-cell;
    vertical-align: middle;
    color: red;
}

@media screen and (min-width: 980px) {
    .index-kyoshitsu_link {
        width: 975px;
    }
}

@media screen and (max-width: 979px) {
    .index-kyoshitsu_link {
        display: block;
        padding: 0 5.33333vw;
        height: auto;
        border: 0;
        background: none;
    }
    .index-kyoshitsu_link:hover {
        background-color: #eefbfe;
    }
    .index-kyoshitsu_link__body {
        display: block;
        padding-top: 4vw;
        padding-left: 0;
        font-size: 0.875rem;
    }
}

/* ---------------------------------------------
*   よくあるご質問＆設備マニュアル　タブ
--------------------------------------------- */
.tips-navi__list-item:last-child {
    background-image: url("../img/common/tab_bg_05.png");
}

.tips-navi__list-item:last-child a {
    background-color: #af7cc9;
    background-image: url("../img/common/tab_bg_04.png");
}

.tips-navi__list-item:last-child a::after {
    background-color: #af7cc9;
    background-image: url("../img/common/tab_bg_04.png");
}

.tips-navi__list-item:last-child.tips-navi__list-item-here a {
    background: #af7cc9;
}

.tips-navi__list-item:last-child.tips-navi__list-item-here a::before, .tips-navi__list-item:last-child.tips-navi__list-item-here a::after {
    background: #af7cc9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhZjdjYzkiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiNhZjdjYzkiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OSUiIHN0b3AtY29sb3I9IiNhZjdjYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWY3Y2M5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(175, 124, 201, 0) 0%, rgba(175, 124, 201, 0) 64%, #af7cc9 69%, #af7cc9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(175, 124, 201, 0) 0%, rgba(175, 124, 201, 0) 64%, #af7cc9 69%, #af7cc9 100%);
    background: radial-gradient(ellipse at center, rgba(175, 124, 201, 0) 0%, rgba(175, 124, 201, 0) 64%, #af7cc9 69%, #af7cc9 100%);
    background-size: 200% 200%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af7cc9', endColorstr='#af7cc9',GradientType=1 );
}

.tips-navi__list-item:last-child.tips-navi__list-item-here a::before {
    background-position: bottom right;
}

.tips-navi__list-item:last-child.tips-navi__list-item-here a::after {
    background-position: bottom left;
}

.tips-body__section:last-child {
    border-color: #af7cc9;
}

/* ---------------------------------------------
*   居室寸法レイアウト
--------------------------------------------- */
@media screen and (min-width: 980px) {
    .tips-body__kyoshitsu_list {
        max-width: 500px;
    }
    .tips-body__kyoshitsu_list:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media screen and (max-width: 979px) {
    .tips-body__kyoshitsu_list {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.tips-body__kyoshitsu_list {
    margin: 0 auto;
    font-size: 100%;
}

.tips-body__kyoshitsu_list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6dedc;
}

.tips-body__kyoshitsu_list-item:last-child {
    border-bottom: none;
}

.tips-body__kyoshitsu_list-item-inner {
    display: flex;
}

.tips-body__kyoshitsu_list-item-figure {
    width: 40%;
    height: 100%;
    vertical-align: top;
}

.tips-body__kyoshitsu_list-item-figure img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 980px) {
    .tips-body__kyoshitsu_list-item-text {
        font-size: 24px;
    }
}

@media screen and (max-width: 979px) {
    .tips-body__kyoshitsu_list-item-text {
        font-size: 100%;
        font-size: clamp(16px, 5vw, 48px);
    }
}

.tips-body__kyoshitsu_list-item-text {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    width: 60%;
}

.tips-body__kyoshitsu_list-item-text .text-url {
    margin-top: auto;
    padding-left: 20px;
}

.tips-body__kyoshitsu_list-item-text .text-url a {
    color: red;
    font-size: 90%;
/*
    text-decoration: underline solid;
    text-decoration-color: red;
*/
/* ベンダープレフィックス付きで一括指定（Safari向け） */
    -webkit-text-decoration: underline solid red;
    /* 標準の一括指定 */
    text-decoration: underline solid red;
    /* 分割指定（より確実） */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: red;
}

@media screen and (min-width: 980px) {
    .tips-body__kyoshitsu_list-item-text .text-url p {
        font-size: 16px;
    }
}

@media screen and (max-width: 979px) {
    .tips-body__kyoshitsu_list-item-text .text-url p {
        font-size: 65%;
        font-size: clamp(8px, 3vw, 36px);
    }
}

.tips-body__kyoshitsu_notice_text {
    color: red;
}


@media screen and (min-width: 980px) {
    .tips-body__kyoshitsu_notice_text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 979px) {
    .tips-body__kyoshitsu_notice_text p {
        font-size: 70%;
        font-size: clamp(10px, 3vw, 36px);
    }
}

/* ---------------------------------------------
*   居室寸法画像広告スライド処理
--------------------------------------------- */
/* 表示領域の設定 */
.qa-kyoshitsu-kokoku {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* ulの設定 */
.qa-kyoshitsu-kokoku__slider {
    list-style: none;
    margin: 0;
    padding: 0;
    /* IE11対応のFlexbox */
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /* 2枚スライドのため200% */
    width: 200%; 
}

/* liの設定 */
.qa-kyoshitsu-kokoku__slider-item {
    width: 50%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* 追加：aタグを親(li)いっぱいに広げる */
.qa-kyoshitsu-kokoku__slider-item a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 画像の設定 */
.qa-kyoshitsu-kokoku__slider-item img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
/* 2025/11/05 Ver.006 ↑ */