@charset "utf-8";
.btn_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn {
    display: -webkit-flex;
    display: inline-flex;
    align-items: center;
    width: 180px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.88rem;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease;
}
.btn.btn_wide{
	width: 100%;
	height: 120px;
	font-size: 1.13rem;
}
.btn.btn_wide_thin{
	width: 100%;
	height: 60px;
	font-size: 1rem;
}

.btn.btn_200_thin{
    width: 200px;
    height: 50px;
    font-size: 1rem;
}
.btn.btn_red{
	background-color: #c33223;
	border-color: #c33223;
	color: #FFFFFF;
}
.btn.btn_blue{
    background-color: #143c96!important;
    border-color: #143c96!important;
    color: #FFFFFF;
}
.btn.btn_gray{
    background-color: #787878;
    border-color: #787878;
    color: #FFFFFF;
}
.btn:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.btn.btn_red:hover {
    background-color: #a52314;
    border-color: #a52314;
}
.btn.btn_blue:hover {
    background-color: #0a326e!important;
    border-color: #0a326e!important;
    color: #FFFFFF;
}

.btn.btn_center {
    justify-content: center;
}


/*** btn_white ***/

.btn.btn_white {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.btn:hover.btn_white {
    border: 1px solid #dc321e;
    background-color: #dc321e;
}

.btn .btn_left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.btn .btn_right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

@media (max-width: 768px) {
    .btn {
        width: 145px;
        height: 30px;
        font-size: 0.79rem;
    }
	.btn.btn_wide{
		height: 75px;
	}
    .btn.btn_200_thin{
        width: 100%;
    }
}


/*** bg ***/

body {
    background-color: #f9f9f9;
}


/*** #contact  ***/
#contact {
	padding-top: 80px;
    padding-bottom: 80px;
}

#contact .block {
    padding: 20px;
    background-color: #FFFFFF;
}

#contact .subtitle {
    font-size: 1.63rem;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
}

#contact .btn {
    width: 100%;
    height: 150px;
    background-color: #c33223;
    border-color: #c33223;
    color: #FFFFFF;
    text-align: center;
}

#contact .btn:hover {
    background-color: #a52314;
    border-color: #a52314;
}

.btn_list {
    margin-left: -20px;
}

.btn_list .btn_wrap {
    padding-left: 20px;
}

.text_form {
    font-size: 1.5rem;
    line-height: 1;
}

.text_form .small {
    display: inline-block;
    font-size: 0.75rem;
}

.text_tel {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
	text-align: center;
}

.text_tel .label {
    font-size: 1.25rem;
    font-weight: bold;
}

.text_tel .small {
    display: block;
    font-size: 0.81rem;
    font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

@media (max-width: 768px) {
    #contact {
		padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact .block {
        padding: 15px;
    }
    #contact .subtitle {
        padding-top: 20px;
        font-size: 1.07rem;
        margin-bottom: 25px;
    }
    #contact .btn {
        height: 75px;
    }
    .btn_list .btn_wrap {
        margin-bottom: 10px;
    }
    .text_form {
        font-size: 1rem;
    }
    .text_form .small {
        font-size: 0.57rem;
    }
    .text_tel {
        font-size: 1.36rem;
    }
    .text_tel .label {
        font-size: 0.93rem;
    }
    .text_tel .small {
        font-size: 0.57rem;
    }
}


/*** common_visual ***/
#common_visual{
	height: 436px;
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}
#common_visual .pagetitle{
	position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    padding-left: 114px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
    color: #FFFFFF;
    max-width: 100%;
    width: 550px;
	height: 200px;
	display: flex;
	align-items: center;
}
#common_visual .pagetitle h1{
	font-size: 2.25rem;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
}
#common_visual .pagetitle h1 .f_en{
	display: block;
	font-size: 0.88rem;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media (max-width: 768px) {
	#common_visual{
		height: 240px;
	}
	#common_visual .pagetitle{
		padding-left: 15px;
		height: 160px;
	}
	#common_visual .pagetitle h1{
		font-size: 1.75rem;
	}
}



.box_white{
	background-color: #FFFFFF;
	padding: 30px;
}
.box_inner{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	.box_white{
		padding: 15px;
	}
}

.box_border{
	border: 1px solid #000000;
	padding: 20px;
	margin-bottom: 20px;
}


.border_bottom{
	border-bottom: 1px solid #f5f5f5;
}
.border_top{
	border-top: 1px solid #f5f5f5;
}

article h2{
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 30px;
}
article p,
article li,
article th,
article td,
article dt,
article dd{
	font-size: 1rem;
	line-height: 2;
}
article p:not(:last-child){
	margin-bottom: 10px;
}
.disc{
	list-style-type: disc;
	margin-left: 1em;
}
.decimal{
	list-style-type: decimal;
	margin-left: 1em;
}

@media (max-width: 768px) {
	article h2{
		font-size: 1.25rem;
	}
}


/*** table_style01 ***/
.table_style01{
	width: 100%;
	border-top: 1px solid #ebebeb;
}
.table_style01 tr{
	border-bottom: 1px solid #ebebeb;
}
.table_style01 th{
	width: 220px;
}
.table_style01 th,
.table_style01 td{
	padding: 20px 0px;
	font-size: 1rem;
	line-height: 2;
	vertical-align: top;
}

@media (max-width: 768px) {
	.table_style01,
	.table_style01 tbody,
	.table_style01 tr,
	.table_style01 th,
	.table_style01 td{
		display: block;
		width: 100%;
	}
	.table_style01 th{
		padding-bottom: 0px;
		font-weight: bold;
	}
	.table_style01 td{
		padding-top: 0px;
	}
}

.f_red{
	color: #ff0101;
}

.f_link {
    text-decoration: underline;
	color: #c33223;
    transition: opacity 0.3s ease;
}

.f_link:hover {
    opacity: 0.8;
}



