@charset "utf-8";
ul {
    list-style-type: none;
}

.mainvl {
    position: relative;
}

main .content {
    width: calc(90% - 80px);
    max-width: 1100px;
    margin: 0 auto !important;
    position: relative;
}


/*main*/

h1 {
    padding-top: 82px;
}

main {
    position: relative;
    margin-bottom: -5%;
    padding-top: 0;
}

.cover {
    position: relative;
    z-index: 50;
}


.event221227{
	background-image: url(img/read-bg.svg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    text-align: center;
    padding: 70px 0 0;
    color: #000;
    position: relative;
}


/* read */

/*
.read {
    background-image: url(img/read-bg.svg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
    text-align: center;
    padding: 70px 0 20px;
    color: #000;
    position: relative;
}
*/

h2 {
    font-size: 1.9em;
    font-weight: 500;
    padding-bottom: 40px;
    letter-spacing: 1.5px;
}

h2 span {
    font-size: 0.7em;
    font-weight: 600;
    display: block;
    color: #3C517B;
}


.readtext{
	text-align: center !important;
	font-size: 1.2rem;
	line-height: 2;
	font-weight: 400;
}

.readtext p:first-of-type{
	margin-bottom: 3%;
}

.footer-cover{
	position: relative;
}


ul.image{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5% 0 0;
	position: relative;
	z-index: 2;
}

ul.image li{
	width: 25%;
}

ul.image li img{
	display: block;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 1.5px;
}

h3 span {
    font-size: 0.7em;
    font-weight: 600;
    display: block;
    color: #3C517B;
}

h3 span.mini{
	display: inline-block;
	color: inherit;
	font-size: 1.3rem;
	padding: 0 0 0 0.5em;
}
p.color{
	text-align: center !important;
    font-size: 1.8em !important;
    font-weight: 500 !important;
    padding:15px 0 40px;
    letter-spacing: 1.5px;
    line-height: 1;
}

p.color span{
	font-size: 1rem;
}

.blue1{
	margin-top: 5%;
	background: #FFF;
	padding: 5% 0;
}

.carimage{
	width: 60%;
	display: block;
	margin: 0 auto 5%;
}

.list dl {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.list dl div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 15px;
    border-top: 1px solid #000;
    font-size: 1.1rem;
}

.list dl div:last-of-type {
    border-bottom: 1px solid #000;
}

.list dl div dt {
    width: 40%;
    font-weight: 400;
}

.list dl dd {
    width: 30%;
}

.list dl dd:last-of-type{
	text-align: right;
}

.list .blue1 dl dd a{
	color: #006073;
}

.list .blue2 dl dd a{
	color: #006FC1;
}

.list p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9em;
}

.btn3 {
    background-image: url(img/read-bg.svg);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
}


/*ボタン*/

.btnarea{
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.btnarea .btn2{
    width: 47% !important;
}

.btn2 {
    width: 60%;
    margin: 5% auto;
    position: relative;
}

.btn2 a {
    text-decoration: none;
    display: block;
    background: #17A1DD;
    border: 2px solid #17A1DD;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    padding: 15px 0;
    transition: ease all 0.3s;
    letter-spacing: 2px;
}

.btn2 a:hover {
    background: #fff;
    color: #17A1DD;
}

.btn2::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.btn2:hover::after {
    border-top: solid 2px #17A1DD;
    border-right: solid 2px #17A1DD;
}


/*------------------------------スマートフォン-------------------------------*/


@media screen and (max-width: 480px) {
	h1{
		padding-top:65px;
	}
	h2{
		padding-bottom: 25px;
	}
	.event221227{
		padding: 50px 0 0;
		margin-bottom: -50px;
	}
    main .content {
        width: 90%;
        max-width: inherit;
    }
	.readtext p{
		font-size: 1rem;
	}
	.color-menu{
		width: 100%;
		margin: 8% auto;
	}
	.color-menu li a{
		font-size: 1rem;
	}
	.blue1, .blue2{
		margin-top: 10%;
		background: #FFF;
		padding: 7% 0 5%;
	}
	.carimage{
		width: 80%;
	}
	h3 span.mini{
		display: inline-block;
		color: inherit;
		font-size: 1.2rem;
		padding: 0 0 0 0.5em;
	}
	.list dl{
		width: 95%;
	}
	.list dl div{
		flex-wrap: wrap;
		padding: 15px 10px;
	}
	.list dl div dt{
		width: 100%;
		font-size: 1rem;
		font-weight: 500;
		margin-bottom: 3%;
	}
	.list dl div dd{
		width: 58%;
		font-size: 0.95rem;
	}
	.list dl div dd a{
		font-size: 0.95rem;
	}
	.list dl div dd:last-of-type{
		width: 42%;
	}
	.list p{
		width: 90%;
	}
	ul.image{
		margin: 5% 0 0;
		flex-wrap: wrap;
	}
	ul.image li{
		width: 50%;
	}
    /* ボタン */
    .btn2 {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .btn2 a {
        padding: 10px 0;
        font-size: 1.3em;
    }
    .event .btn2 {
        margin-top: 50px;
    }
    .btnarea{
		width: 95%;
		margin: 0 auto;
		padding: 30px 0;
		display: block;
	}
	
	.btnarea .btn2{
	    width: 100% !important;
	    padding: 0;
	}
	.btnarea .btn2:last-of-type{
	    padding: 0;
	    margin-top: 10px;
	}
}