* {
    box-sizing: border-box;
}
body {
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
    color: #000;	
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
a {
	transition: color 0.25s linear;
    -webkit-transition: color 0.25s linear;
}
.scrollTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    display: none;
    z-index: 99;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 1px -2px 10px 4px rgba(0,0,0,0.08);
}
.scrollTop a {
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
/* pagetitle */
.pagetitle {
    font-size: 3em;
    text-align: center;
    font-weight: bold;
    padding-top: 1.5em;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .pagetitle {
        font-size: 2.2em;
    }
}
/* end of pagetitle */

.spe_ttl {
    font-weight: bold;
    position: relative;
}

/* #footer */
#footer {
    background-color: #63c693;
    color: #fff;
    padding-top: 30px;
}
#footer_logo {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #fff;
}
.copyright {
    background-color: #47a274;
    padding: 15px;
}
#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#footer ul li {
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 5px 10px;
    transition: all .4s ease;
}
#footer ul li:last-child {
    margin-right: 0;
}
#footer a {
    color: #fff;
    font-weight: bold;
}
#footer p {
    margin: 0;
}
#footer i {
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
    .ad a img {
        width: 100%;
    }
    #footer ul {
        margin: 2em auto 1em;
    }
}
@media only screen and (max-width: 767px) {
    #footer ul {
        margin: 0 auto 1.5em;
    }
}
@media only screen and (max-width: 567px) {
    #footer p {
        font-size: .9em;
    }
    #footer ul {
        display: block;
    }
    #footer ul li {
        margin-right: 0;
        margin-bottom: 5px;
        padding: 0;
    }
}
/* end of #footer */

/* .headline */
.headline {
	position: relative;
    padding-bottom: 25px;
    font-weight: bold;
    margin: 1.5em auto 1em;
    font-size: 2.4em;
}
.headline:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100px;
	border-bottom: 5px solid #24B6F3;
	bottom: 0;
}
/* end of .headline */
.int_head_p {
    text-align: right;
    font-weight: bold;
    margin-bottom: 5em;
    position: relative;
}
.int_head_p span {
    position: absolute;
    right: 13.5%;
    font-size: 1.1em;
}

@media only screen and (max-width: 767px) {
    .headline {
        margin-bottom: .75em;
        font-size: 1.6em;
        padding-bottom: 15px;
        line-height: 1.4;
    }
    .headline:after {
        width: 80px;
        border-bottom: 3px solid #24B6F3;
    }
    .scrollTop {
        bottom: 0;
        right: 0;
    }
    .scrollTop a img {
        width: 50px;
        opacity: .75;
    }
    .spe_ttl {
        font-size: 1.4em;
        line-height: 1.5;
    }
    .int_head_p {
        margin-top: .3em;
        margin-bottom: 4em;
    }
    .int_head_p span {
        font-size: 13px;
        letter-spacing: -.15em;
        right: 19%;
    }
}
@media only screen and (max-width: 420px) {
    
}