<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";









/* テーブルパーツ re_css/style.css*/
.parts-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.parts-table th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}
.parts-table td {
	vertical-align: top;
}

.parts-gray-table th {
	background-color: #eff2f3;
	padding: 14px;
	border-bottom: 4px solid #fff;
}
.parts-gray-table td {
	padding: 14px;
	border-bottom: 1px solid #fff;
}

.parts-white-table th {
	padding: 0 14px 14px 0;
}
.parts-white-table td {
	padding: 0 0 14px 0;
	border-bottom: 1px solid #fff;
}



















/**
 * お問い合わせページ用
 *
 */

input:focus,
textarea:focus,
button:focus {
	outline: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.parts-input input,
textarea,
button {
	font-size: 16px;
	line-height: 1.2;
	font-family: inherit;
}

.contents-left {
	max-width: 900px;
	margin: 0 auto;
	float: none;
}

.caution {
	font-size: 14px;
}
.required {
	color: #f00;
}
.btn-contact-box {
	padding-top: 30px;
	text-align: center;
}
.btn-contact {
	background-color: #00b4e3;
	padding: 20px;
	display: inline-block;
}
.btn-contact:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btn-contact span {
	display: inline-block;
	width: 250px;
	color: #fff;
	font-size: 19px;
	background: transparent url(../re_images/common/ico_submit.png) no-repeat right center;
	background-size: 7px 14px;
	background: transparent url(../re_images/common/ico_submit_ie.png) no-repeat right center\9;
}
.btn-contact.btn-negative {
	background-color: #eff2f3;
}
.btn-contact.btn-negative span {
	color: #333;
	background: transparent url(../re_images/common/ico_submit_negative.png) no-repeat left center;
	background-size: 7px 14px;
	background: transparent url(../re_images/common/ico_submit_negative_ie.png) no-repeat left center\9;
}

.parts-table {
	border-top: 1px solid #e1e5e6;
	border-bottom: 1px solid #e1e5e6;
}
.parts-table td,
.parts-table th {
	border-bottom: 1px solid #e1e5e6;
}
.parts-table th {
	vertical-align: middle;
}
.parts-table .last td,
.parts-table .last th {
	border-bottom: 0;
}
.parts-table .required {
	margin-left: 3px;
}
.parts-table .example {
	padding-top: 10px;
	font-size: 12px;
}
.parts-table .example.is-indent {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.parts-input,
.parts-textarea {
	border: 1px solid #cbd7dd;
	padding: 10px;
}
.parts-input input,
.parts-textarea textarea {
	width: 100%;
}
.parts-input {
	width: 60%;
}
.parts-table label {
	font-size: 15px;
}


/* エラーページ・送信完了ページ */

.error-box,
.message-box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.error-box {
	color: #f00;
}
.error-box .error,
.message-box .thanks {
	font-size: 20px;
}
.error-box .message {
	padding-top: 20px;
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 750px) {
	.parts-input {
		width: 90%;
	}
	.parts-textarea {
    width: 90%;
}

	.parts-table,
	.parts-table tbody,
	.parts-table tr,
	.parts-table th,
	.parts-table td {
		display: block;
	}
	.parts-table {
		border-top: 0;
	}
	.parts-table th {
		border-top: 1px solid #e1e5e6;
	}
	.parts-table .last th {
		border-bottom: 1px solid #e1e5e6;
	}
	.parts-table td {
		border: 0;
	}

	.btn-contact span {
		font-size: 16px;
	}

	.error-box .error,
	.message-box .thanks {
		font-size: 16px;
	}
}


.parts-link--underline {
	text-decoration: underline;
    font-size:1.2em;
}
@media screen and (min-width: 751px) {
	.parts-link--underline:hover {
		text-decoration: none;
		/*color: #00b4e3;*/
	}
}





/* ------ root ------ */

:root {

    /* アンファーブルー */
    --angfa_blue: #00B5E6;

    /* メインテキストカラー */
    --main_text_color: #111111;

    /* コンテンツ背景色_薄水色 */
    --contents_color_1: #DAEFF5;
    /* コンテンツ背景色_薄灰色 */
    --contents_color_2: #F0F0EE;

    /* フッター */
    --footer_color: #F0F0EE;

    /* スペース */
    --space_30: 20px;

}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

/* ------ under_main_title ------ */
/* ------ under_main_title ------ */

.under_main_title {
    width: 100%;
    height: 230px;

    background: var(--contents_color_2);

    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #3d3d3d;
}



/* ------ under_contents_wrap ------ */
/* ------ under_contents_wrap ------ */

.under_contents_wrap {
    width: 100%;
    height: auto;

    padding: 40px 0;
    margin-top: var(--space_30);
    margin-bottom: var(--space_30);

    background: var(--contents_color_2);
}

/* ------ under_contents_main_wrap ------ */
/* ------ under_contents_main_wrap ------ */

.under_contents_main_photo {
    width: 900px;
    height: auto;

    border-radius: 30px;

    margin: 0 auto;

    overflow: hidden;
}

/* ------ under_contents ------ */
/* ------ under_contents ------ */

.under_contents {
    width: 900px;
    height: auto;

    padding: 0 var(--space_30) var(--space_30) var(--space_30);

    margin: 0 auto;
    margin-top: var(--space_30);
}

.under_about_contents {
    width: 100%;
    height: auto;

    display: flex;

    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

    padding: 15px 0;
    margin-bottom: 10px;

    transition: all 0.5s ease;
}

.representative {
    margin: 20px 0 -10px 0;
    padding: 10px 0 0 0;
}

.multi {
    margin: 0 0 -10px 0;
    padding: 10px 0 0 0;
}

/* ------ under_about_left ------ */
/* ------ under_about_left ------ */

.under_about_left {
    color: #3d3d3d;
    padding: 5.5px 0 0 0;
    width: 140px;
    font-size: 0.8rem;
    font-weight: normal;
    background: none;
}

.under_about_left_representative_block {
    color: #3d3d3d;
    padding: 0;
    width: 140px;
    font-size: 0.8rem;
    font-weight: normal;
    background: none;
}

.under_about_left_representative_block &gt; h3 {
    margin: 0;
    padding: 0;
}

.under_about_left_description {
    padding: 10px 0 0 0;
    color: #3d3d3d;
    width: 140px;
    font-size: 0.8rem;
    font-weight: normal;
    background: none;
}

.under_about_left_description &gt; h3 {
    margin: 0;
    padding-top: 5px;
}

.under_about_left &gt; h3 {
    margin: 0;
}

.under_about_left &gt; h3 &gt; .under_about_left_cname {
    letter-spacing: 2.8rem;
}

.under_about_left_representative_block &gt; h3 &gt; .under_about_left_cname {
    letter-spacing: 2.8rem;
}

.under_about_left &gt; h3 &gt; .under_about_left_representative {
    letter-spacing: 0.8rem;
}

.under_about_left_representative_block &gt; h3 &gt; .under_about_left_representative {
    letter-spacing: 0.93rem;
}

.under_about_left_description &gt; h3 &gt; .under_about_left_bc {
    letter-spacing: 0.3rem;
}

/* ------ under_about_right ------ */
/* ------ under_about_right ------ */

.under_about_right {
    color: #3d3d3d;
    width: 850px;
    font-size: 0.9rem;
    background: none;
}

.under_about_right_money {
    color: #3d3d3d;
    width: 850px;
    font-size: 0.9rem;
    background: none;
}

.under_about_right_money &gt; h3 {
    width: 200px;
    margin: 0;
}


.under_about_right_description {
    color: #3d3d3d;
    width: 850px;
    font-size: 0.9rem;
    background: none;
}

.under_about_right_description &gt; h3 {
    line-height: 1.8rem;
    margin: 0;
    margin-top: 10px;
}

.under_about_right_description_pc {
    display: block;
}

.under_about_right_description_sp {
    display: none;
}

.under_about_right &gt; h3 {
    margin: 0;
    line-height: 1.8rem;

}

.under_about_right_description_pc &gt; h3 {

    margin-bottom: 0.5rem;
}

.under_about_right &gt; div {
    display: flex;
    margin-bottom: 30px;
}

.under_about_right &gt; under_about_right_representative {
    display: flex;
    margin: 0;
}

.under_about_right_one {
    width: 200px;
    margin: 0;
}

.under_about_right_border {
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    display: block;
}

.under_about_right_explain {
    margin-top: 0;
    margin-bottom: var(--space_30);
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.2rem;
}

.kenkou_margin_padding {
    margin-bottom: 0;
}

.kenkou {
    font-size: 0.95em;
    font-weight: normal;
}

.kenkou_border {
    margin-bottom: 1.15rem;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    display: block;
}

.torihiki {
    font-size: 0.95em;
    font-weight: normal;
}

.torihiki_padding {
    padding: 0;
}

.under_main_site_wrap {
    width: 100%;
    height: auto;
    padding-bottom: var(--space_30);

    background: var(--contents_color_1);

    text-align: center;

    color: #3d3d3d;
}

.under_main_site_wrap &gt; h2 {
    padding-top: 50px;
    margin-top: 0;

    font-size: 2em;
}

.under_main_site_other {
    width: 1200px;
    height: auto;

    padding: var(--space_30) 0;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
}

.site_about {
    width: 250px;
    height: 250px;

    border-radius: 15px;

    overflow: hidden;

    transition: all 0.2s ease;
}

.site_wrap_big:hover &gt; a &gt; .site_about {
    transform: scale(0.9);
}

.site_about_img {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: white;
}

.site_about_txt {
    width: 250px;
    height: 100px;

    background: lightgray;
}

.site_about_txt p {
    margin: 40px 0;
    padding: 0;
    display: inline-block;
}

.corporate_txt_h1 {
    display: none;
}

.corporate_txt_h4 {
    display: none;
}

.firstview_text_hidden {
    display: none;
}


















@media screen and (max-width: 640px) {


    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }


    /* ------ under_main_title ------ */
    /* ------ under_main_title ------ */

    /* ------ under_main_title ------ */
    /* ------ under_main_title ------ */

    .under_main_title {
        width: 100%;
        height: 200px;
    }

    .under_main_title &gt; h1 {
        font-size: 2em;
    }


    /* ------ under_contents_wrap ------ */
    /* ------ under_contents_wrap ------ */

    .under_contents_wrap {
        width: 100%;
        height: auto;

        padding: 0 0 40px 0;
        margin-top: var(--space_30);
        margin-bottom: var(--space_30);

        background: var(--contents_color_2);
    }

    /* ------ under_contents_main_wrap ------ */
    /* ------ under_contents_main_wrap ------ */

    .under_contents_main_photo {
        width: 100%;
        height: auto;

        border-radius: 0;

        margin: 0 auto;

        overflow: hidden;
    }



    /* ------ under_contents ------ */
    /* ------ under_contents ------ */

    .under_contents {
        width: 90%;
        height: auto;

        margin: 0 auto;
        padding: 0;
        margin-top: var(--space_30);
    }

    .under_about_contents {
        width: 100%;
        height: auto;

        display: flex;

        /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

        padding: 15px 0;
        margin-bottom: 10px;

        transition: all 0.5s ease;
    }

    .under_about_left &gt; h3 &gt; .under_about_left_cname {
        letter-spacing: 2.6rem;
    }

    .representative {
        margin: 20px 0 -10px 0;
        padding: 10px 0 0 0;
    }

    .multi {
        margin: 0 0 -10px 0;
        padding: 10px 0 0 0;
    }

    /* ------ under_about_left ------ */
    /* ------ under_about_left ------ */


    .under_about_left {
        color: #3d3d3d;
        padding: 0.2rem 0 0 0;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_representative_block {
        color: #3d3d3d;
        padding: 0;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_representative_block &gt; h3 {
        margin: 0;
        padding: 0;
    }

    .under_about_left_description {
        padding: 0;
        color: #3d3d3d;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_description &gt; h3 {
        margin: 0;
        padding-top: 15px;
    }

    .under_about_left_description_bottom_sp {
        width: auto;
        height: auto;
    }

    .under_about_left_description_bottom_sp &gt; h3 {
        margin: 0;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
    
    .description_margin {
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .under_about_left &gt; h3 {
        margin: 0;
    }

    .under_about_left_representative_block &gt; h3 &gt; .under_about_left_cname {
        letter-spacing: 2.6rem;
    }

    .under_about_left_representative_block &gt; h3 &gt; .under_about_left_representative {
        margin-right: -0.07rem;
    }

    .under_about_left_description &gt; h3 &gt; .under_about_left_bc {
        letter-spacing: 0.27rem;
    }





    /* ------ under_about_right ------ */
    /* ------ under_about_right ------ */

    .under_about_right {
        color: #3d3d3d;
        width: 100%;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_description {
        color: #3d3d3d;
        width: 100%;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_money {
        color: #3d3d3d;
        width: 100%;
        height: auto;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_money &gt; h3 {
        margin: 0;
        font-size: 1rem;
    }

    .under_about_right_description_bottom_sp {
        margin: 0;
    }

    .under_about_right_description_bottom_sp &gt; h3 {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .under_about_right_description_pc {
        display: none;
    }

    .under_about_right_description_sp {
        display: block;
    }

    .zipcode_mini {
        font-size: 0.9rem;
    }

    .under_about_right_description &gt; h3 {
        margin: 0;
        margin-top: 10px;
        line-height: 1.75rem;

        font-size: 1rem;
    }

    .under_about_right &gt; h3 {
        margin: 0;
        font-size: 1rem;
        line-height: 1.4rem;

    }

    .under_about_right &gt; div {
        display: flex;
        margin-bottom: 30px;
    }

    .under_about_right &gt; under_about_right_representative {
        display: flex;
        margin: 0;
    }

    .under_about_right_one {
        width: 100%;
        margin: 0;
        font-size: 1rem;
    }

    .under_about_right_border {
        border-top: rgba(0, 0, 0, 0.1) solid 1px;
        display: block;
    }

    .under_about_right_explain {
        margin-top: 0;
        margin-bottom: var(--space_30);
        line-height: 1.5rem;
    }

    .under_main_site_wrap {
        width: 100%;
        height: auto;
        padding-bottom: var(--space_30);

        background: var(--contents_color_1);

        text-align: center;

        color: #3d3d3d;
    }

    .under_main_site_wrap &gt; h2 {
        padding-top: 50px;
        margin-top: 0;

        font-size: 1.4em;
    }

    .under_main_site_other {
        width: 90%;
        height: auto;

        padding: var(--space_30) 0;
        margin: 0 auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .site_about {
        margin-bottom: 1em;
        width: 150px;
        height: 140px;
    }

    .site_about_img {
        width: 150px;
        height: 90px;
    }

    .site_about_txt {
        width: 150px;
        height: 60px;
    }

    .site_about_txt p {
        margin: 18px 0;
        padding: 0;
        font-size: 0.9em;
    }

    .corporate_txt_h1 {
        display: none;
    }

    .corporate_txt_h4 {
        display: none;
    }

    .firstview_text_hidden {
        display: none;
    }
























}


















@media screen and (max-width: 640px) {


    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }


    /* ------ under_main_title ------ */
    /* ------ under_main_title ------ */

    /* ------ under_main_title ------ */
    /* ------ under_main_title ------ */

    .under_main_title {
        width: 100%;
        height: 200px;
    }

    .under_main_title &gt; h1 {
        font-size: 2em;
    }


    /* ------ under_contents_wrap ------ */
    /* ------ under_contents_wrap ------ */

    .under_contents_wrap {
        width: 100%;
        height: auto;

        padding: 0 0 40px 0;
        margin-top: var(--space_30);
        margin-bottom: var(--space_30);

        background: var(--contents_color_2);
    }

    /* ------ under_contents_main_wrap ------ */
    /* ------ under_contents_main_wrap ------ */

    .under_contents_main_photo {
        width: 100%;
        height: auto;

        border-radius: 0;

        margin: 0 auto;

        overflow: hidden;
    }



    /* ------ under_contents ------ */
    /* ------ under_contents ------ */

    .under_contents {
        width: 90%;
        height: auto;

        margin: 0 auto;
        padding: 0;
        margin-top: var(--space_30);
    }

    .under_about_contents {
        width: 100%;
        height: auto;

        display: flex;

        /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

        padding: 15px 0;
        margin-bottom: 10px;

        transition: all 0.5s ease;
    }

    .under_about_left &gt; h3 &gt; .under_about_left_cname {
        letter-spacing: 2.6rem;
    }

    .representative {
        margin: 20px 0 -10px 0;
        padding: 10px 0 0 0;
    }

    .multi {
        margin: 0 0 -10px 0;
        padding: 10px 0 0 0;
    }

    /* ------ under_about_left ------ */
    /* ------ under_about_left ------ */


    .under_about_left {
        color: #3d3d3d;
        padding: 0.2rem 0 0 0;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_representative_block {
        color: #3d3d3d;
        padding: 0;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_representative_block &gt; h3 {
        margin: 0;
        padding: 0;
    }

    .under_about_left_description {
        padding: 0;
        color: #3d3d3d;
        width: 110px;
        font-size: 0.75rem;
        font-weight: normal;
        background: none;
    }

    .under_about_left_description &gt; h3 {
        margin: 0;
        padding-top: 15px;
    }

    .under_about_left_description_bottom_sp {
        width: auto;
        height: auto;
    }

    .under_about_left_description_bottom_sp &gt; h3 {
        margin: 0;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
    
    .description_margin {
        margin: 0;
        margin-bottom: 0.5rem;
    }

    .under_about_left &gt; h3 {
        margin: 0;
    }

    .under_about_left_representative_block &gt; h3 &gt; .under_about_left_cname {
        letter-spacing: 2.6rem;
    }

    .under_about_left_representative_block &gt; h3 &gt; .under_about_left_representative {
        margin-right: -0.07rem;
    }

    .under_about_left_description &gt; h3 &gt; .under_about_left_bc {
        letter-spacing: 0.27rem;
    }





    /* ------ under_about_right ------ */
    /* ------ under_about_right ------ */

    .under_about_right {
        color: #3d3d3d;
        width: 100%;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_description {
        color: #3d3d3d;
        width: 100%;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_money {
        color: #3d3d3d;
        width: 100%;
        height: auto;
        font-size: 1rem;
        background: none;
        margin-left: 25px;
    }

    .under_about_right_money &gt; h3 {
        margin: 0;
        font-size: 1rem;
    }

    .under_about_right_description_bottom_sp {
        margin: 0;
    }

    .under_about_right_description_bottom_sp &gt; h3 {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .under_about_right_description_pc {
        display: none;
    }

    .under_about_right_description_sp {
        display: block;
    }

    .zipcode_mini {
        font-size: 0.9rem;
    }

    .under_about_right_description &gt; h3 {
        margin: 0;
        margin-top: 10px;
        line-height: 1.75rem;

        font-size: 1rem;
    }

    .under_about_right &gt; h3 {
        margin: 0;
        font-size: 1rem;
        line-height: 1.4rem;

    }

    .under_about_right &gt; div {
        display: flex;
        margin-bottom: 30px;
    }

    .under_about_right &gt; under_about_right_representative {
        display: flex;
        margin: 0;
    }

    .under_about_right_one {
        width: 100%;
        margin: 0;
        font-size: 1rem;
    }

    .under_about_right_border {
        border-top: rgba(0, 0, 0, 0.1) solid 1px;
        display: block;
    }

    .under_about_right_explain {
        margin-top: 0;
        margin-bottom: var(--space_30);
        line-height: 1.5rem;
    }

    .under_main_site_wrap {
        width: 100%;
        height: auto;
        padding-bottom: var(--space_30);

        background: var(--contents_color_1);

        text-align: center;

        color: #3d3d3d;
    }

    .under_main_site_wrap &gt; h2 {
        padding-top: 50px;
        margin-top: 0;

        font-size: 1.4em;
    }

    .under_main_site_other {
        width: 90%;
        height: auto;

        padding: var(--space_30) 0;
        margin: 0 auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .site_about {
        margin-bottom: 1em;
        width: 150px;
        height: 140px;
    }

    .site_about_img {
        width: 150px;
        height: 90px;
    }

    .site_about_txt {
        width: 150px;
        height: 60px;
    }

    .site_about_txt p {
        margin: 18px 0;
        padding: 0;
        font-size: 0.9em;
    }

    .corporate_txt_h1 {
        display: none;
    }

    .corporate_txt_h4 {
        display: none;
    }

    .firstview_text_hidden {
        display: none;
    }




}
















/* 新規追加 2021.03.17 */
.contents-left{font-weight: 400;}
.parts-input, .parts-textarea {
    background: #fff;
}
.parts-gray-table tr {
	padding:0.5em 0;
}
.parts-gray-table th {
    background-color: #dfdfdf;
	padding:  0 0 0 1em;
}
.parts-table td, .parts-table th {
    border-bottom: 1px solid #cfcfcf;
}
.parts-table {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.parts-input input, textarea, button {
    border: none;
}
.parts-gray-table td {
    padding: 0 0 0 1em;
}
.parts-table .example {
    padding: 0;
}
.error-box .error,
.error-box .message,
.message-box .thanks {
	font-size: 1.4em;
	text-align: center;
}
.btn-contact.btn-negative {
    background-color: #adadad;
}
@media screen and (max-width: 640px) {
  .contents-block.inner_800 &gt; .caution.mb40{padding: 1em 0 0 0;}
}
</pre></body></html>