* {
	max-width: 100%;
}
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;}
a {
	text-decoration: none !important;
}
h1,h2,h3,ul,li,figure,p {
	padding: 0;
	margin: 0;
	line-height: 1;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.mb0 {
    margin-bottom: 0px !important;
}

.bl_door_table {
    width:100%;
    margin: 0rem auto auto auto;
}

.bl_door_table th {
    background: #dcdcdc;
}

.bl_door_table, .bl_door_table tr, .bl_door_table th, .bl_door_table td {
    border:#474747 1px solid; text-align:center;
}

.bl_door_table tr:nth-child(odd) {
    background: #e6f3ff;
}

p.table_text {
	text-align: left;
	margin-top: 1rem !important;
	line-height: 1.3;
}

.bl_fl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bl_fl img {
    width: 30%;
}

.bl_fl .bl_text {
    width: 65%;
    text-align: left;
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1em;
    grid-template-rows: max-content max-content 1fr auto;
    grid-template-areas:
	"text01 text02"
	"text03 text04";
}

.text01 { grid-area: text01; }
.text02 { grid-area: text02; }
.text03 { grid-area: text03; }
.text04 { grid-area: text04; }

.bl_fl .bl_text_1st {
    width: 65%;
    text-align: left;
}

.bl_fl .bl_text span,
.bl_fl .bl_text_1st span {
	font-size: 1.5rem;
	text-decoration: underline;
}

.bl_cont {
    margin-bottom: 100px;
}

.title_box {
    margin-bottom: 50px;
}

.title_box h2 {
    font-size: 1.6rem;
    font-weight: 400;
}

.title_box p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.bl_fl .img_cont p {
    text-align: left;
    padding-top: 10px;
}
.bl_fl .img_cont {
    width: 30%;
}
.bl_fl .img_cont img {
    width: 100%;
}

.bl_fl .bl_text .note {
    font-size: 0.8rem;
    line-height: 1em;
    text-decoration: none;
}


.contact {
	text-align: center;
	background: #f5f5ec;
	width: 100%;
	margin-top: 0 !important;
}
.contact .inner {
    width: 980px;
    margin: 0px auto;
}
.contact p {
	margin-bottom: 60px;
}

.contact .title {
    padding: 95px 0px 65px;
    text-align: center;
}
.box_btn {
	max-width: 880px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: space-between;
    -webkit-flex-direction: space-between;
    flex-direction: space-between;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.box_btn a {
	display: block;
	width: 432px;
	padding: 32px 0 30px;
	background: #303740;
	text-align: center;
	-webkit-transition: .1s linear;
    transition: .1s linear;
}
.box_btn a:hover {
	background: #575d62;
	-webkit-transition: .1s linear;
    transition: .1s linear;
}
.copyright {
	padding: 140px 0px 20px !important;
	font-size: 14px;
	color: #282828;
	width: auto !important;
	right: auto !important;
	top: auto !important;
	font-family: メイリオ, Meiryo;
}

  @media screen and (max-width: 979px) {
    .bl_fl {
        flex-direction: column;
    }
    .bl_fl img,
    .bl_fl .img_cont img {
        width: 80%;
        margin: auto;
    }
    .bl_fl .bl_text,
    .bl_fl .bl_text_1st {
        display: block;
        width: auto;
    }
	.contact .inner {
		width: 95%;
		margin: auto;
	}
	.box_btn {
		max-width: 100%;
		justify-content: center;
	}
	.box_btn a {
		width: 80%;
		margin: 1% auto;
		padding: 8% 5%;
	}
	.copyright {
		padding: 12% 0px 20px !important;
		font-size: 80%;
	}
    .title_box p {
        font-size: 1.1rem;
    }
    .title_box {
        margin-bottom: 30px;
    }
    .bl_fl .img_cont {
        width: 100%;
        text-align: center;
    }
}
