@charset "UTF-8";
@import url('layout_new_v2.css');

main {
	padding-top: 75px;
}
.sp_only {
    display: none;
}
.topic_path {
	margin: 0 auto;
	padding: 15px 0;
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 0;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}
.teigaku_show {
    display: none !important;
}
.page_teigaku .teigaku_show {
    display: block !important;
}
.page_teigaku .teigaku_hide {
    display: none !important;
}
.roboto {
    font-family: 'Roboto Condensed';
}
.box_inner {
    padding: 0 60px;
}
.ttl_page {
    height: 90px;
}
.topic_path li {
    font-size: 1.1rem;
}
.topic_path li a {
    color: #000000;
}
.box_head {
    margin: 0 0 40px;
}
.contents_single {
    max-width: 1210px;
    padding: 0 15px;
}
.full {
    width: 100% !important;
}
.fw400 { font-weight: 400; }
.fw600 { font-weight: 600; }
.center {
    text-align: center;
}
.no_link {
    pointer-events: none;
}
.pos_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pd0 { padding: 0 !important; }
@media screen and (max-width: 767px) {
    .contents_single {
        padding: 0;
    }
	.result_block.other .contents_single {
        margin: auto;
    }
    .box_inner {
        padding: 0;
    }
}
.btn_style {
	cursor: pointer;
	background: #486aa2;
	color: #ffffff;
	border-radius: 30px;
	padding: 10px 15px;
	text-align: center;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
    transition: all 0.3s ease-out;
}.lower .btn_style {
	background: #797979;
}
.btn_style .txt {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.2;
}
.btn_style .txt .icon {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: -2px;
}
.btn_style .txt .icon_down {
	transform: rotate(135deg);
	margin-top: -5px;
	margin-left: 15px;
}
.btn_style .txt .small {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 70%;
}
.btn_style.is_white {
    background: #ffffff;
    color: #486aa2;
}
.btn_style.is_white .txt .icon {
    border-top-color: #486aa2;
    border-right-color: #486aa2;
}
.btn_style .txt .iconBlank:after {
    content: "";
    background: url(../img/mymansion/icon_window_white.png) no-repeat center bottom / 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn_style .txt .iconBlankBr:after {
    content: "";
    background: url(../img/mymansion/icon_window.png) no-repeat center bottom / 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.item .item_row .cols .box_link a span.iconBlankBr:after {
    content: "";
    background: url(../img/mymansion/icon_window.png) no-repeat center bottom / 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .btn_style {
        border-radius: 10px;
        min-height: 40px;
    }
    .btn_style .txt {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
}

.btn_download {
    background: #333333;
    border-radius: 30px;
    display: flex;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    align-items: center;
    letter-spacing: 0.1em;
    padding: 12px 25px 10px;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease-out;
}
.btn_download:hover {
    opacity: 0.7;
}
.btn_download:after {
    content: "";
    background: url(../img/mymansion/icon_download@2x.png) no-repeat center bottom / 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .btn_download {
        font-size: 1.2rem;
        letter-spacing: 0;
        padding: 10px 5px;
        height: 100%;
        border-radius: 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn_download::after {
        width: 12px;
        height: 12px;
        position: relative;
        transform: translate(0,0);
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        background-size: auto 100%;
        margin-top: 5px;
    }
	.btn_style .txt .iconBlank:after, .btn_style .txt .iconBlankBr:after{
    width: 12px;
    height: 12px;
		left: 8px;
}
}

/* pulldown */
.pulldown_wrap {
    position: relative;
}
.pulldown_wrap .btn_style.is_open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.pulldown_wrap .pulldown_list {
    display: none;
    position: absolute;
    width: 100%;
    top: calc(100% - 50px);
    z-index: 9;
    padding-top: 50px;
    background: #F4F4F4;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}
.pulldown_wrap .pulldown_list ul {
    height: 65vh;
    overflow-y: auto;
}
.pulldown_wrap .pulldown_list ul li a {
    color: #333333;
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #C7C7C7;
    transition: all 0.3s ease-out;
}
.pulldown_wrap .pulldown_list ul li a:hover {
    opacity: 0.7;
}
.pulldown_wrap .pulldown_list ul li:last-child a {
    border: none;
}
@media screen and (max-width: 767px) {
    .pulldown_wrap .pulldown_list {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .pulldown_wrap .pulldown_list ul {
        height: 375px;
        overflow-y: auto;
    }
    .pulldown_wrap .pulldown_list ul li a {
        padding: 10px 15px;
        font-size: 14px;
        letter-spacing: 0.01em;
    }
}

.utilities_list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin: 0 -15px 25px;
}
.utilities_list.is_center {
    justify-content: center;
}
.utilities_list .item {
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.utilities_list .item .box {
	position: relative;
	background: #ffffff;
	border-radius: 25px;
	overflow: hidden;
	padding: 50px 30px 15px;
	text-align: center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s ease-out;
}
.utilities_list .item .box:hover {
	background: #486aa2;
}
.utilities_list .item .box .icon {
    /* position: relative; */
}
.utilities_list .item .box .icon img {
	position: absolute;
	width: 90%;
	max-width: 100px;
	margin: 0 0 15px;
	top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.utilities_list .item .box .icon img:last-of-type {
    opacity: 0;
  	/*transition: opacity .5s;*/
}
.utilities_list .item .box:hover .icon img {
    opacity: 1;
}
/* .utilities_list .item .box .icon img:last-child {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
} */
.utilities_list .item .box .ttl {
	position: absolute;
	color: #4b5c6f;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
	top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .utilities_list {
        margin: 0 -10px 25px;
    }
    .utilities_list.is_center {
        justify-content: space-between;
    }
    .utilities_list .item {
        width: 50%;
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .utilities_list .item .box {
        border-radius: 15px;
        padding: 40% 5px;
        aspect-ratio: unset;
        height: 100%;
    }
    .utilities_list .item .box .icon img {
        width: 60%;
		top: -5px;
    }
    .utilities_list .item .box .ttl {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

.contact_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.contact_list .item {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}
.contact_list .item .box {
	background: #edebdf;
	border-radius: 25px;
	overflow: hidden;
	padding: 40px 30px;
}
.contact_list .item .box > .ttl {
    border-bottom: 1px solid #000000;
    padding: 0 0 5px;
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.contact_list .item .box > .txt {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.contact_list .item .box .tels {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.contact_list .item .box .sub {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.contact_list .item .box .btn_style {
    margin-top: 30px;
    min-height: 88px;
}
.contact_list .item .box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_list .item .box .list .cols {
    width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
    .contact_list .item {
        width: 100%;
        margin: 0;
    }
    .contact_list .item + .item {
        margin-top: 30px;
    }
    .contact_list .item .box {
        padding: 20px 15px;
        border-radius: 15px;
    }
    .contact_list .item .box .ttl {
        font-size: 1.4rem;
        letter-spacing: -0.05em;
    }
    .contact_list .item .box .txt {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }
    .contact_list .item .box .tels {
        font-size: 2.6rem;
    }
    .contact_list .item .box .sub {
        font-size: 1rem;
        letter-spacing: 0;
    }
    .contact_list .item .box .btn_style {
        margin-top: 20px;
        min-height: 40px;
        border-radius: 10px;
    }
    .contact_list .item .box .list .cols {
        width: 100%;
    }
    .contact_list .item .box .list .cols + .cols {
        margin: 20px 0 0;
    }
}

.contents_single .contact_list02 .item {
    margin: 0 0 75px;
    width: 100%;
}
.contents_single .contact_list02 .item:last-child {
    margin: 0;
}
.contents_single .contact_list02 .item .box {
    border-radius: 0px;
    display: block;
    padding: 0;
    background: none;
}
.contents_single .contact_list02 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 15px;
}
.contents_single .contact_list02 .item .box .ttl02 {
    margin: 0 0 10px;
}
.contents_single .contact_list02 .item .box .sub02 {
    margin: 0 0 30px;
}
.contents_single .contact_list02 .item .box .txt02 {
    margin: 0 0 15px;
}
.contents_single .contact_list02 .item_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents_single .contact_list02 .item_row .cols {
    width: calc(50% - 30px);
}
.contents_single .contact_list02 .item .box_link {
    color: #333333;
    padding: 15px 45px 0 15px;
}
.contents_single .contact_list02 .item .box_link .lbl {
    padding: 10px 10px 8px;
    text-align: center;
    color: #ffffff;
    background: #333333;
    font-weight: 600;
    font-size: 15px;
}
.contents_single .contact_list02 .item .box_link .links {
    display: block;
    border: 1px solid #333333;
    padding: 29px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}
.contents_single .contact_list02 .item .box_link.box_hover .links:hover {
    background-color: #486aa2;
    color: #fff;
}
.contents_single .contact_list02 .item .box_link.box_hover .links:hover .iconBlankBr:after {
    background: url(../img/mymansion/icon_window_white.png) no-repeat center bottom / 100% auto;
}
.contents_single .contact_list02 .btn_download::after {
	right: 15px;
	top: 45%;
}
@media screen and (max-width: 767px) {
    .contents_single .contact_list02 .item .box .sub02 {
        margin: 0 0 15px;
    }
    .contents_single .contact_list02 .item {
        margin: 0 0 40px;
    }
    .contents_single .contact_list02 .item_row {
        flex-direction: column-reverse;
    }
    .contents_single .contact_list02 .item_row .cols {
        width: 100%;
    }
    .contents_single .contact_list02 .item_row .cols + .cols {
        margin-bottom: 15px;
    }
    .contents_single .contact_list02 .item .box_link .lbl {
        font-size: 13px;
    }
    .contents_single .contact_list02 .item .box_link {
        padding: 0;
    }
    .contents_single .contact_list02 .item .box_link .links {
        padding: 15px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .contents_single .contact_list02 .btn_download::after {
        right: 0;
        top: 0;
    }
}

.ttl_dots {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    width: 100px;
}
.ttl_dots .dots {
    font-size: 150%;
    line-height: 1;
    color: #486aa2;
}

*:active,
*:focus {
    outline: none;
}
.mb0 { margin-bottom: 0 !important; }
.form_search:first-child {
    margin-bottom: 30px;
}
.form_search {
    padding: 30px;
    background: #ffffff;
    border-radius: 25px;
    margin: 0 0 80px;
}
.form_search .form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.form_search .form > .btn_download {
    cursor: pointer;
    border: none;
    width: 80%;
    max-width: 200px;
    margin: 0 auto;
}
.form_search .form > .btn_download:after {
    display: none;
}
.form_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.form_row .cont {
    width: calc(100% - 100px);
    padding-left: 10px;
}
.row_center {
    align-items: center;
}
.inp_group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.inp_group .cols {
    width: calc((100%/3) - 15px);
    padding: 0 10px;
    position: relative;
}
.inp_group.has_space .cols:nth-child(3) {
    width: calc(100%/3);
}
.inp_group.has_space .cols:nth-child(1) {
    margin-right: 30px;
}
.has_space .cols:nth-child(1):after {
    content: "〜";
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(100%, -50%);
}
.inp_group .cols_m2 {
    width: calc(50% - 15px);
    padding-right: 30px !important;
}
.inp_group .cols_m2 .m2 {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
}
.frm_reset {
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    border: none;
    background: #dbdacc;
    text-align: center;
    border-radius: 30px;
    padding: 10px 15px;
    transition: all 0.3s ease-out;
}
.frm_reset:hover {
    opacity: 0.7;
}
.frm_inp {
	background: #ffffff;
	border: 1px solid #dbdacc;
	width: 100%;
	border-radius: 30px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
  text-align: left;
}
.ckb_group {
    display: flex;
    flex-wrap: wrap;
    margin: -3px -5px 0;
}
.ckb_group .item {
    padding: 0 5px;
}
.ckb_lbl {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 5px 13px;
    background: #ffffff;
    border: 1px solid #dbdacc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin: 0 0 10px;
    transition: all 0.3s ease-out;
}
/*.ckb_lbl:hover {
    border-color: #486aa2;
    background: #486aa2;
    color: #ffffff;
}*/
.frm_ckb {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.frm_ckb:checked ~ .ckb_lbl {
    border-color: #486aa2;
    background: #486aa2;
    color: #ffffff;
}
.frm_submit {
    text-align: center;
}
.frm_submit .btn_submit {
    border: none;
    background: #333333;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 13px 20px 14px;
    transition: all 0.3s ease-out;
}
.frm_submit .btn_submit:hover {
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .form_search {
        padding: 30px 15px;
        border-radius: 15px;
        margin: 0 0 50px;
    }
    .ttl_dots {
        width: 100%;
        margin: 0 0 15px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .form_row .cont {
        width: 100%;
        padding-left: 0;
        margin: 0;
    }
    .inp_group .cols {
        width: calc((100%/2) - 15px);
        padding: 0;
    }
    .inp_group .cols:nth-child(3) {
        width: 100%;
        margin: 15px 0 0;
    }
    .ckb_lbl {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
    }
    .frm_submit .btn_submit {
        font-size: 1.2rem;
    }
    .frm_reset {
        font-size: 1.2rem;
        max-width: 200px;
        margin: 0 auto;
    }
}

.result_block {
    /* margin: 0 0 100px; */
}
.result_block .block_title {
    font-weight: 600;
    color: #333333;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    text-align: center;
}
.result_block .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5px;
    padding: 0 15px;
}
.result_block .title .ttl {
    color: #486aa2;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.result_block .total .txt {
    padding-right: 15px;
    font-size: 1.6rem;
    font-weight: 600;
}
.result_block .total .txt .num {
    font-weight: 700;
}
.result_block .total .txt .small {
    font-size: 68%;
    font-weight: normal;
}
.result_block .paginates.full {
    margin-left: auto;
    margin-top: 15px;
    padding-right: 0;
}
.result_block .paginate_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.result_block .is_left .paginate_list {
    justify-content: start;
}
.result_block .paginate_list .item {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1;
    padding-left: 5px;
    position: relative;
}
.result_block .paginate_list .item > span,
.result_block .paginate_list .item a {
    display: block;
    letter-spacing: 0;
    padding: 0 7px;
    transition: all 0.3s ease-out;
}
.result_block .paginate_list .item.bord a {
		color: #486aa2;
    border-bottom: 1px solid;
}
.result_block .paginate_list .item a:hover {
    color: #486aa2;
}
.result_block .paginate_list .active span {
    color: #333333;
    display: inline-block;
    padding-left: 0;
}
.result_block .paginate_list .item_next a {
    color: #486aa2;
    padding-left: 0;
		font-weight: 400;
    letter-spacing: -0.2em;
}
/*.result_block .paginate_list .item_next::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #486aa2;
	border-right: 1px solid #486aa2;
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	left: 90%;
	position: absolute;
	margin-top: -3px;
}*/
.result_block .paginate_list .item_prev a {
    color: #486aa2;
		padding-left: 0;
	  font-weight: 400;
    letter-spacing: -0.2em;
}
/*.result_block .paginate_list .item_prev::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #486aa2;
	border-left: 1px solid #486aa2;
	transform: rotate(-45deg) translateY(-50%);
	top: 50%;
	right: 80%;
	position: absolute;
	margin-top: -2px;
}*/
.result_block .block {
    border-radius: 25px;
    background: #ffffff;
    padding: 30px 15px 50px;
}
.page_services .result_block .block {
    border-radius: 0px;
    background: inherit;
    padding: 0px;
}
.page_services .result_block.other .block {
    border-radius: 25px;
    background: #ffffff;
    padding: 50px 15px 50px;
}
.page_services .result_block .block .dates {
    color: #272727;
    padding-top: 30px;
}
.result_block .block + .block {
    margin-top: 30px;
}
.result_block .block .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    justify-content: flex-end;
}
.result_block .block .box.left_none {
    justify-content: flex-start;
}
.result_block .block .dates {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-align: right;
    width: 100%;
}

.result_block .block .ttl_dots {
    width: 100px;
}
.result_block .block .cont {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-top: -3px;
}
.result_block .block .left_none .cont {
    flex: 1;
}
.result_block .block .cont .cate {
	 	pointer-events: none;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 7px 15px 5px;
    border: 1px solid #486aa2;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}
/*.result_block .block .cont .cate:hover {
    background: #486aa2;
    color: #ffffff;
}*/
.result_block .block .cont .sub {
    display: inline-block;
    align-items: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
		position: unset;
}
@media screen and (max-width: 767px) {
    .result_block {
        margin: 0 0 50px;
    }
    .result_block .block_title {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .result_block .block {
        border-radius: 15px;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    .result_block .title {
        padding: 0;
        justify-content: space-between;
    }
    .result_block .title .ttl {
        font-size: 1.8rem;
        letter-spacing: 0.01em;
        margin: 0 0 15px;
    }
    .result_block .title .total {
        text-align: left;
        margin: 0;
        /*width: 100%;*/
        letter-spacing: -0.05em;
    }
    .result_block .title .paginates {
        /*width: 100%;*/
        padding-left: 0;
        /*margin-top: 20px;*/
    }
    .result_block .paginate_list {
        padding: 0 10px;
    }
    .result_block .paginate_list .item {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .result_block .paginate_list .item_next::after {
        width: 7px;
        height: 7px;
        margin-top: -3px;
    }
    .result_block .paginate_list .item_prev::after {
        width: 7px;
        height: 7px;
    }
    .result_block .block .ttl_dots {
        width: 100%;
    }
    .result_block .block .cont {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .result_block .block .cont .cate {
        font-size: 1.2rem;
    }
	.page_services .result_block .block .dates {
    		padding-bottom: 10px;
}
}

.download_list {
    margin-top: 20px;
}
.download_list .item {
    display: flex;
    flex-wrap: wrap;
}
.download_list .item + .item {
    margin-top: 30px;
}
.download_list .item .ttl {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding-left: 35px;
    margin: 0 0 10px;
}
.information_page .download_list .item .ttl.full {
    padding-left: 0px;
}
.download_list .item .ttl .fw_bold {
    font-weight: 700;
}
.download_list .item .ttl .fw_bold .biggerType {
    font-size: 1.5em;
}
.download_list .item .file_name {
    border-radius: 30px;
    width: calc(100% - 220px);
    background: #486aa2;
    color: #ffffff;
    padding: 12px 15px 10px 35px;
    margin: 0;
    transition: all 0.3s ease-out;
    position: relative;
}
.plan_page .download_list .item .file_name {
    padding: 10px 15px 6px 35px;
}
.download_list .item .file_name.has_arrow {
    text-align: center;
}
.download_list .item .file_name.has_arrow:after {
    position: absolute;
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;

}
.download_list .item .file_name:hover {
    opacity: 0.7;
}
.download_list .item .file_link {
    width: 200px;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .left_none .download_list {
        margin-top: 10px;
    }
    .download_list .item {
        justify-content: space-between;
        align-items: stretch;
    }
    .download_list .item .ttl {
        font-size: 1.2rem;
        letter-spacing: 0.01em;
        padding-left: 0;
    }
    .download_list .item .file_name {
        border-radius: 15px;
        width: calc(100% - 100px);
        padding: 12px 15px 10px;
    }
    .download_list .item .file_link {
        margin: 0;
        width: 90px;
    }
    .download_list .item .file_name.has_arrow::after {
        right: 15px;
        width: 6px;
        height: 6px;
    }
}

.filter_block {
    margin: 0 0 30px;
}
.filter_block .list_filters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}
.filter_block .list_filters .item {
    width: calc(100%/6);
    padding: 0 3px;
    margin: 0 0 6px;
}
.filter_block .list_filters .item .filter_link {
	border: 1px solid #333333;
	border-radius: 20px;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 28px 15px 25px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all 0.3s ease-out;
}
.filter_block .list_filters .active .filter_link,
.filter_block .list_filters .item .filter_link:hover {
    border-color: #486aa2;
    background: #486aa2;
    color: #ffffff;
}
.filter_block .list_filters .active .filter_link {
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .filter_block .list_filters .item {
        width: calc(100%/3);
    }
    .filter_block .list_filters .item .filter_link {
        border-radius: 10px;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        padding: 18px 5px 15px;
    }
}

.plan_search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.plan_page .plan_search {
	display: block;
}
.plan_search.plan_info .col_left {
    width: calc(100% - 100px);
}
.plan_search .col_left {
    width: calc(100% - 230px);
}
.plan_search .col_right {
    width: 230px;
    padding-left: 30px;
}
.plan_page .plan_search .col_right {
    width: 230px;
		margin: 0 auto;
    padding: 30px 15px 0;
}
.plan_search .col_right .btn_download {
    height: auto;
}
.plan_name {
    font-size: 2.5rem;
    font-weight: 600;
}
.plan_name .fw {
    font-weight: 700;
    letter-spacing: 0.1em;
}
.plan_name .big {
    font-size: 120%;
    line-height: 1;
}
.plan_name .small {
    font-size: 64%;
}
.row_plan .ttl_dots {
    width: 130px;
}
.row_plan .cont {
    width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
    .plan_search .col_left,.plan_search.plan_info .col_left {
        width: 100%;
    }
    .plan_page .plan_search .col_right {
        width: 100%;
        padding: 0;
    }
    .row_plan .cont {
        width: 100%;
    }
    .plan_name {
        font-size: 2rem;
    }
    .plan_info .btn_download {
        margin-top: 30px;
        width: 200px;
        margin: 15px auto 0;
        flex-direction: row;
        justify-content: center;
    }
    .plan_info .btn_download::after {
        width: 20px;
        margin: 0 0 0 10px;
    }
}
.select_area_new .bukken_item_new a {
    border-radius: 30px;
    display: block;
    padding: 44px 30px 36px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.select_area_new .bukken_item_new {
	margin-bottom: 15px;
	position: relative;
}
.select_area_new .bukken_item_new:after {
	display: block;
	position: absolute;
	content: "";
	border: solid 3px #272727;
	border-left: none;
	border-bottom: none;
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 50%;
	right: 25px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
    .select_area_new .bukken_item_new:after {
        width: 8px;
        height: 8px;
        right: 20px;
    }
    .select_area_new .bukken_item_new a {
        border-radius: 15px;
        padding: 30px 30px 26px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
    }
}

.content_other .box_inner {
	padding: 0;
}
.result_block .other_block {
    padding-top: 90px;
    padding-bottom: 70px;
    text-align: center;
}
.result_block .other_block .other_txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 40px;
}
.result_block .other_block .download_list {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.result_block .other_block .download_list .item .ttl {
    font-size: 20px;
    padding: 17px 15px 15px 35px;
}
.result_block .other_block .download_list .item .file_name.has_arrow::after {
	right: auto;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .result_block .other_block {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .result_block .other_block .other_txt {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.7;
        margin: 0 0 30px;
    }
    .result_block .other_block .download_list .item .ttl {
        font-size: 14px;
        padding: 13px 25px 11px 15px;
    }
}

/*20240805add*/
.contents_bg {
	background: #fff;
}
.contents_bg .upper{
	background: #e0e7f4;
	padding-bottom: 135px;
}
.contents_bg .lower {
	background: #fff;
	padding-top: 115px;
	position: relative;
	z-index: 0;
}

/* #header */
#header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-left: 2%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff;
    border-bottom: 1px solid #F0F0F0;
}
#header .site_logo {
    width: 10.4%;
    line-height: 1;
}
#header .site_logout {
	width: 10%;
	margin-left: auto;
	align-self: stretch;
}
#header .site_logout .btn_logout {
    height: 100%;
    background: #C7C7C7;
    border: 2px solid #C7C7C7;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
#header .site_logout .btn_logout:hover {
    background: #ffffff;
    border-color: #000000;
}
#header .site_nav {
    width: 79.6%;
    padding: 0 0 0 2%;
}
#header .site_nav .navi_list {
    display: flex;
    flex-wrap: wrap;
}
#header .site_nav .navi_list li {
	width: calc(100%/8);
	text-align: center;
    position: relative;
}
#header .site_nav .navi_list.test3 li {
	width: calc(100%/6);
}
#header .site_nav .navi_list.test4 li {
	width: calc(100%/4);
}
#header .site_nav .navi_list.index li {
	width: calc(100%/7);
}
#header .site_nav .navi_list.index2 li {
	width: calc(100%/4);
}
#header .site_nav .navi_list li.club a span{
    content: "";
    background: url(../img/mymansion/icon_window.png) no-repeat center bottom / 100% auto;
    width: 14px;
    height: 14px;
    top: 50%;
		right: -3px;
    transform: translateY(-50%);
}
#header .site_nav .navi_list .sp_logo {
    display: none;
}
#header .site_nav .navi_list li a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	display: flex;
	padding: 24px 0 23px;
	transition: all 0.3s ease;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}
#header .site_nav .navi_list li.active a,
#header .site_nav .navi_list li a:hover {
    color: #486aa2;
    background: #efeae0;
}
#header .btn_menu {
    display: none;
}
@media screen and (max-width: 1200px) {
    #header {
        padding-left: 15px;
    }
    #header .site_nav {
        padding: 0 7px;
    }
    #header .site_nav .navi_list li a {
        font-size: 12px;
        letter-spacing: 0;
        padding: 26px 0 25px;
    }
    #header .site_nav .navi_list li a {
        letter-spacing: -0.02em;
    }
}
@media screen and (max-width: 767px) {
    #header {
        border: none;
        position: relative;
        align-content: center;
        padding: 20px 15px;
    }
    #header .site_nav {
        position: fixed;
        z-index: 90;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        background: #272727;
        transform: translateX(101%);
        transition: all 0.3s ease;
    }
    #header .site_nav.is_open {
        transform: translateX(0);
    }
    #header .site_nav .navi_list {
        flex-direction: column;
        padding-top: 20px;
    }
    #header .site_nav .navi_list li {
        width: 100%;
        border: none;
        border-top: 1px solid #373737;
        /* padding: 20px 30px; */
    }
	#header .site_nav .navi_list.test3 li,#header .site_nav .navi_list.index li,#header .site_nav .navi_list.index2 li {
        width: 100%;
    }
    #header .site_nav .navi_list li a {
        color: #ffffff;
        text-align: left;
        justify-content: flex-start;
        padding: 20px 30px;
    }
    #header .site_nav .navi_list li:before,
    #header .site_nav .navi_list li:after {
        display: none;
    }
    #header .site_nav .navi_list .sp_logo {
        display: block;
        padding: 0 30px 20px;
        text-align: center;
        border: none;
    }
    #header .site_nav .navi_list .sp_logo img {
        max-width: 180px;
    }
    #header .site_nav .navi_list li.sp_logo a {
        text-align: center;
        padding: 0;
        justify-content: center;
    }
    #header .site_nav .navi_list li a {
        color: #ffffff;
        text-align: left;
    }
	#header .site_nav .navi_list li.club a span {
    content: "";
    background: url("../img/mymansion/icon_window_white.png") no-repeat center bottom / 100% auto;
    width: 14px;
    height: 14px;
		left: auto;
		top: 6px;
    transform: translateY(-50%);
}
	#header .site_nav .navi_list li.club:hover{
    background: url("../img/mymansion/icon_window.png") no-repeat center bottom / 100% auto;
}
    #header .site_logo {
        width: 180px;
    }
    #header .site_logout {
        position: fixed;
        width: 50%;
        right: 0;
        bottom: 0;
        height: 50px;
        z-index: 91;
    }
    #header .btn_menu {
        cursor: pointer;
        background: #272727;
        color: #ffffff;
        position: fixed;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 50%;
        height: 50px;
        left: 0;
        bottom: 0;
        text-align: center;
        z-index: 91;
    }
    #header .btn_menu .txt {
        font-size: 10px;
    }
    #header .btn_menu .icon {
        display: inline-block;
        background: #ffffff;
        width: 30px;
        height: 2px;
        margin: 14px 0;
        position: relative;
        transition: all 0.3s ease;
    }
    #header .btn_menu .icon:before {
        content: "";
        background: #ffffff;
        position: absolute;
        top: -8px;
        width: 100%;
        left: 0;
        height: 2px;
        transition: all 0.3s ease;
    }
    #header .btn_menu .icon:after {
        content: "";
        background: #ffffff;
        position: absolute;
        bottom: -8px;
        width: 100%;
        left: 0;
        height: 2px;
        transition: all 0.3s ease;
    }
    #header .btn_menu.active .icon {
        background: #272727;
    }
    #header .btn_menu.active .icon:before {
        transform: rotate(-45deg);
        top: 50%;
    }
    #header .btn_menu.active .icon:after {
        transform: rotate(45deg);
        top: 50%;
    }
}

/* .footer_navi */
.footer_navi {
    background: #797979;
    color: #ffffff;
    padding: 0 15px;
    position: relative;
}
.footer_navi + .contents_single {
    padding-top: 80px;
}
.footer_navi .navi_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	  text-align: center;
		align-items: center;
}
.footer_navi .navi_list li a {
    padding: 20px 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;    
    line-height: 1.2;
    transition: all 0.3s ease;
}
.footer_navi .navi_list li.club span {
    content: "";
		position: absolute;
    background: url("../img/mymansion/icon_window_white.png") no-repeat center bottom / 100% auto;
    width: 14px;
    height: 14px;
    top: 50%;
		right: -4px;
    transform: translateY(-50%);
}
.footer_navi .navi_list li.active a,
.footer_navi .navi_list li a:hover {
    color: #797979;
    background: #efeae0;
}
@media screen and (max-width: 1200px) {
    .footer_navi .navi_list li a {
        letter-spacing: 0.01em;
    }
}
@media screen and (max-width: 767px) {
    .footer_navi {
        display: none;
    }
}

/* fixed SP ver */
@media only screen and (max-width: 470px) {
	.utilities_list{
		margin: 0 0 20px;
		justify-content: space-between;
	}
	.utilities_list .item {
		padding: 0;
		width: 48%;
	}
	.topic_path {
		margin-bottom: 0px;
		padding: 5px 0;
        margin-left: 2%;
        margin-right: 2%;
	}
	.contents_single{
		margin: 0 2%;
	}
	.box_head{
		margin-bottom: 15px;
	}
	.utilities_list .item{
		margin-bottom: 10px;
	}
	.contents_bg .upper{
		padding-bottom: 1px;
	}
	.utilities_list .item .box{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: calc((100vh - 280px) / 10);
		padding-bottom: calc((100vh - 190px) / 10);
	}
	.utilities_list .item .box .icon img{
		width: 50%;
        max-width: 50px;
	}
	.contents_bg .lower{
		padding-top: 10px;
	}
	.contact_list .item + .item {
		margin-top: 10px;
	}
	.contents_bg{
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 380px) {
	.utilities_list .item .box .icon img{
		width: 36%;
	}
	.utilities_list .item .box .ttl{
		font-size: 3.2vw;
		letter-spacing: .5px;
	}
	.btn_style .txt{
		font-size: 1.4rem;
	}
    .box_head .txt {
        padding-top: 2px;
    }
}


/* .page_services */
.page_services .contents_bg .upper {
    padding-bottom: 65px;
}
.block_benefit {
    background: #ffffff;
    padding: 90px 0 75px;
}
.block_benefit .box_head {
    background: #DA517A;
    max-width: 430px;
    margin: 0 auto;
}
.benefit_title {
	text-align: center;
	margin: 0 auto 70px;
	width: 100%;
	max-width: 790px;
    border-top: 2px solid #DA517A;
    border-bottom: 2px solid #DA517A;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.benefit_title:before {
    color: #DA517A;
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    letter-spacing: 0;
    font-size: 18px;
}
.benefit_title:after {
    color: #DA517A;
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1;
    letter-spacing: 0;
    font-size: 18px;
}
.benefit_title .benefit-inner {
	text-align: center;
    padding: 30px 30px 0;
    line-height: 1.8;
    font-size: 1.1em;
}
.benefit_title .ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.services_list {
    margin-bottom: 45px;
}
.benefit_list .item .box .ttl,
.services_list .item .box .ttl {
    color: #333333;
}
.services_list .item .box .icon img {
	max-width: 130px;
}
.utilities_list .item .box:hover .ttl {
    color: #fff;
}
.benefit_list .item .box .icon img:last-of-type {
    opacity: 1;
}
.benefit_list .item .box {
    background: #FAFAF5;
    pointer-events: none;
}

.service_button {
    padding-top: 80px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.service_button .btn_style {
    margin-bottom: 15px;
}
.service_button .btn_style .txt {
	display: flex;
	align-items: center;
}
.service_button .btn_style .txt .icon {
    margin-left: 30px;
}
.service_button .btn_style .txt .first {
    display: block;
    width: 380px;
}
.space_anchor {
    transform: translateY(-75px);
}
@media screen and (max-width: 767px) {
    .page_services .contents_bg .upper {
        padding-bottom: 1px;
    }
    .services_list .item .box {
        justify-content: center;
        padding: 0!important;
    }
    .services_list .item .box .icon {
        margin: 0 0 2px;
        height: 46px;
    }
    .services_list .item .box .icon img {
        /* width: 80px !important; */
        max-width: 50px !important;
        top: 0;
        transform: translate(-50%, 0);
        margin: 0;
    }
    .services_list .item .box .ttl {
        position: static;
        text-align: center;
        transform: initial;
    }
    .block_benefit {
        padding: 50px 0 15px;
    }
    .benefit_title {
        margin: 0 0 50px;
        padding: 25px 0;
    }
    .benefit_title .ttl {
        font-size: 16px;
        letter-spacing: 0;
    }
    .benefit_title .ttl::before,
    .benefit_title .ttl::after {
        font-size: 14px;
    }
    .service_button {
        padding-top: 15px;
    }
    .service_button .btn_style .txt .first {
        width: 250px;
        letter-spacing: -0.03em;
    }
    .service_button .btn_style .txt .icon {
        margin-left: 20px;
    }
	.benefit_title .benefit-inner {
        padding: 20px 5px 0;
        line-height: 1.8;
        font-size: 0.9em;
        text-align: left;
    }
}
@media screen and (max-width: 470px) {
    .services_list .item .box {
        padding-top: calc((100vh - 200px) / 10);
        padding-bottom: calc((100vh - 200px) / 10);
    }
    .block_benefit .utilities_list .item .box .icon img {
        width: 20%;
    }
    .benefit_title .ttl {
        font-size: 14px;
    }
}
@media screen and (max-width: 370px) {
    .services_list .item .box {
        padding-top: calc((100vh - 300px) / 10);
        padding-bottom: calc((100vh - 300px) / 10);
    }
    .services_list .item .box .icon img {
        max-width: 40px !important;
    }
}

body.is_modal {
    overflow: hidden;
}
.modal_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 1140px;
	z-index: 99;
	padding: 160px 60px;
	transition: all 0.5s ease-out;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
    margin-top: 3.5%;
}
.modal_wrap.is_open {
    opacity: 1;
    visibility: visible;
}
.modal_wrap .modal_inner {
    width: 100%;
}
.modal_wrap .modal_block {
    display: none;
}
.modal_wrap .modal_block.active {
    display: block;
}
.modal_wrap .utilities_list {
    margin: 0;
}
.modal_wrap .utilities_list .item .box {
	border: 1px solid #486aa2;
}
.modal_wrap .btn_close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    z-index: 10;
}
.modal_wrap .btn_close:before {
    background: #486aa2;
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
}
.modal_wrap .btn_close:after {
    background: #486aa2;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .modal_wrap {
        padding: 70px 20px;
        height: 100vh;
        margin: 0;
    }
    .modal_wrap .btn_close {
        top: 50px;
    }
}

.result_block .accordion_block {
    padding: 30px;
}
.accordion_box {
    border-radius: 30px;
    overflow: hidden;
    color: #ffffff;
    background: #ffffff;
    width: 100%;
    /*max-width: 670px;*/
    margin: 0 auto;
}
.accordion_box + .accordion_box {
    margin-top: 30px;
}
.accordion_box .acc_title {
    /*cursor: pointer;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
		color: #333333;
    padding: 15px 100px;
    min-height: 64px;
}
.accordion_box .acc_title .icon {
    position: absolute;
    width: 24px;
    top: 50%;
    left: 50px;
    line-height: 0;
    transform: translateY(-50%);
}
.accordion_box .acc_title .txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
.accordion_box .acc_title .txt_left {
    width: 130px;
}
.accordion_box .acc_title .txt_right {
    width: calc(100% - 130px);
    padding-left: 15px;
}
.accordion_box .acc_title .icon_plus {
    position: absolute;
    right: 30px;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion_box .acc_title .icon_plus:before {
    background: #ffffff;
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
}
.accordion_box .acc_title .icon_plus:after {
    background: #ffffff;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
}
.accordion_box .acc_title.is_active .icon_plus:after {
    display: none;
}
.accordion_box .acc_cont {
    display: none;
    padding: 0 10px 30px;
		max-width: 930px;
    margin: 0 auto;
}
.accordion_box .acc_cont .download_list .item .file_name {
	background: #486aa2;
	color: #fff;
}
.accordion_box .acc_cont .download_list .item + .item {
	margin-top: 15px;
}
.box_inner .ttlMain {
    font-size: 1.2em;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .result_block .accordion_block {
        padding: 15px;
    }
    .accordion_box + .accordion_box {
        margin-top: 15px;
    }
    .accordion_box {
        border-radius: 15px;
    }
    .accordion_box .acc_title {
        padding: 15px 45px;
        min-height: 86px;
        justify-content: center;
        flex-direction: column;
    }
    .accordion_box .acc_cont {
        padding: 0 15px 20px 15px;
    }
    .accordion_box .acc_title .icon {
        width: 18px;
        left: 15px;
    }
    .accordion_box .acc_title .txt {
        line-height: 1.2;
        letter-spacing: -0.01em;
    }
    .accordion_box .acc_title .txt_left {
        width: 100%;
    }
    .accordion_box .acc_title .txt_right {
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
    .accordion_box .acc_title .icon_plus {
        right: 15px;
        width: 16px;
        height: 16px;
    }
    .accordion_box .download_list {
        margin-top: 0;
    }
}

/* */
.block + .title .paginates.full{margin-top: 8px;}

/* */
.file_link{
	display: block;
	text-align: right;
	color: #000;
}
.download_list .item{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
/* pdf リンク ボタン */
.d_inline_block{display: inline-block;}
.btn_p{
	max-width: 80%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.btn_p .btn_p_link{
	margin-top: 5px;
	color: #fff;
	background: rgb(226,99,102);
	border-radius: 15px;
	text-align: center;
	display: block;
	padding: 10px;
	line-height: 1.6;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.8px;
	transition: all 0.3s ease-out;
	border: 1px solid #e26366;
}
.btn_p_note{
	display: block;
	font-size: 14px;
}
.btn_p .btn_p_link:hover{
	background: rgba(226,99,102,.8);
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
	.btn_p .btn_p_link{width: 100%;}
	.btn_p{margin-bottom: 30px;margin-top: 30px;font-size: 22px;}
	.btn_p_note{font-size: 12px;}
}