@charset "utf-8";
/* CSS Document */
.head-txt{
	font-size: 28px;
}
.ttl-1{
	font-size: 32px;
	text-align: center;
	margin-bottom: 45px;
	font-weight: 900;
	margin-top: 50px;
}
.ttl-2{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 5px;
}
.ttl-3{
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 5px;
}
.koumoku{
	margin-bottom: 50px;
}
.koumoku.ex{
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
}
.list li{
	margin-bottom: 25px;
}
.list li:last-child{
	margin-bottom: 0px;
}
p.notes{
	font-size: 12px;
	line-height: 1.5;
}
p.notes-2{
	font-size: 14px;
}
.bold{
	font-weight: bold;
	font-size: 18px;
}
.red{
	color: #ff0000;
}
.koumoku a{
    text-decoration: underline;
    color: #002076;
}
.form-btn{
	width: 60%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 100px;
}
.form-btn a {
    background-image: linear-gradient(to right, #F79800 0%, #FF5800 100%);
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	border:none;
    color: #fff;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form-btn::after{
	background: url(../images/index/yajirushi_w.png) no-repeat right top;
    background-size: 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 22px;
    top: 25px;
    content: "";
}
@media print, screen and (min-width : 768px) {
.koumoku a.tel-link{
	color: #000;
	text-decoration: none;
	pointer-events: none;
}
	.ex-flex{
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (max-width : 767px) {
.ttl-1{
	font-size: 4.5vw;
	margin-bottom: 6vw;
	margin-top: 9vw;
}
.ttl-2{
	font-size: 4.4vw;
	font-weight: 900;
	margin-bottom: 1vw;
}
.ttl-3{
	font-size: 4.1vw;
	margin-bottom: 1vw;
}
	p{
		font-size: 3.9vw;
		line-height: 2;
	}

.koumoku{
	margin-bottom: 10vw;
}
.bold{
	font-weight: bold;
	font-size: 3.9vw;
}
.koumoku.ex{
	margin-bottom: 5vw;
	padding-bottom: 5vw;
	border-bottom: 1px solid #000;
}
.form-btn{
	width: 70%;
	max-width: none;
	margin-bottom: 10vw;
}
.form-btn a {
        background-image: linear-gradient(to right, #F79800 0%, #FF5800 100%);
        width: 100%;
        text-align: center;
        padding: 5.5vw 0;
        font-size: 4.4vw;
        font-weight: bold;
        border-radius: 5px;
        border:none;
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .form-btn::after{
        background: url(../images/index/yajirushi_w.png) no-repeat right top;
        background-size: 100%;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 11%;
        top: 7.2vw;
        content: "";
    }
}