.is_pc{
	display:block !important;
}
.is_sp{
	display:none !important;
}
@media (max-width:740px) {
	.is_pc{
		display:none !important;
	}
	.is_sp{
		display:block !important;
	}
}
.min{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.message{
    padding: 40px 0 100px;
}
.message p{
    font-size: 22px;
    text-align: center;
    line-height: 220%;
}
@media screen and (max-width: 950px) {
    .message p{
        font-size: calc(22/950 * 100vw);
    }
}
@media screen and (max-width: 740px) {
    .message{
        padding: 10px 5vw 60px;
    }
    .message p{
        font-size: 3.8vw;
        text-align: left;
    }
    .message p span{
        display: block;
        text-align: center;
    }
}
.mente{
    background: #f1f4f8;
    margin-bottom: 50px;
    padding: 40px 50px;
}
.mente h3{
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.mente p{
    font-size: 16px;
    line-height: 160%;
}
.mente p:nth-of-type(2) span{
    display: inline-block;
	text-indent: -7em;
	padding-left: 7em;
}
.mente a {
    width: 500px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #FFF;
    background: #FFF;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 950px) {
    .mente h3{
        font-size: calc(20/950 * 100vw);
    }
    .mente p{
        font-size: calc(16/950 * 100vw);
    }
    .mente a {
        font-size: calc(16/950 * 100vw);
    }
}
@media screen and (max-width: 740px) {
    .mente{
        margin-bottom: 50px;
        padding: 18px 15px;
    }
    .mente h3{
        font-size: 4vw;
        line-height: 170%;
    }
    .mente p{
        font-size: 3.4vw;
    }
    .mente p:nth-of-type(2) span{
        display: inline-block;
        text-indent: -0em;
        padding-left: 0em;
    }
    .mente a {
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin: 20px auto 0;
        font-size: 3.2vw;
    }
}

.footlink a{
    display: block;
    border: 1px solid #111;
    text-align: center;
    font-size: 16px;
    padding: 40px 0;
    background: url("../images/link_img.jpg") no-repeat top left / 24%;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}
.footlink a::after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 20px;
    width: 20px;
    height: 4px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    transform: skew(45deg);
    transition: all .3s ease-out 0s;
}
@media screen and (max-width: 950px) {
    .footlink a{
        font-size: calc(16/950 * 100vw);
    }
}
@media screen and (max-width: 740px) {
    .footlink a{
        font-size: 3.4vw;
        padding: 24px 16px 24px 0;
        background: url("../images/link_img.jpg") no-repeat bottom left / 24%;
        text-align: right;
    }
    .footlink a::after {
        right: 6px;
        bottom: 6px;
        width: 10px;
        height: 3px;
    }
}








