html {
}
.mail_text {
    letter-spacing: -2px;
    font-weight: normal;
}
.site_title img {
    width: 100%;
    height: auto;
    max-width: 338px;
}
header {
    font-size: 30px;
    background-image: url("../img/img_bg_nfuptc.webp");
    background-size: cover;
    background-position: center;
}
.wrapper {
	overflow: hidden;
}
.view.onsp {
    text-align: center;
    padding: 15vh 5vw;
}
section {
    padding: 0 4vw;
    display: inline-block;
    width: 100%;
}
.gray_field {
    background: #f0f0f0;
    color:#1c1c1c;
}
.dark_field {
    background-color: #1c1c1c;
    color: #e0e0e0;
}
.text_center {
    text-align: center;
}

h2 {
    font-size: 8vw;
    text-align: center;
    margin: 7vh 0;
}
h2::after {
    content: " ";
    border-bottom: solid 2px #9bdc5a;
    width: 20vw;
    display: block;
    margin: 10px auto 0;
}
.dark_field h2,
.dark_field p {
    color: #e0e0e0;
}
.dark_field h2::after {
    border-bottom: solid 2px #32e6d2;
}
.bg_pop {
    background-image: url("../img/img_bg_nfuptc.webp");
    background-size: contain;
}

p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 5vw;
}
section p img {
    width: 100%;
}
.banner_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bdc5a+0,32e6d2+100 */
background: #9bdc5a; /* Old browsers */
background: -moz-linear-gradient(-45deg, #9bdc5a 0%, #32e6d2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #9bdc5a 0%,#32e6d2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #9bdc5a 0%,#32e6d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdc5a', endColorstr='#32e6d2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    line-height: 3;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #1c1c1c;
}
.banner_text:hover {
    color: #f0f0f0;
    opacity: 0.75;
}
.banner_text2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9bdc5a+0,32e6d2+100 */
background: #ccc9ff; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ccc9ff 0%, #a314ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ccc9ff 0%,#a314ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ccc9ff 0%,#a314ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc9ff', endColorstr='#a314ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    line-height: 3;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #1c1c1c;
}
.banner_text2:hover {
    color: #f0f0f0;
    opacity: 0.75;
}
footer {
    background-color: #1c1c1c;
    color: #e0e0e0;
    padding: 5vw;
}
footer li {
    margin: 0 0 10px 10px;
}
footer li span {
    color: #32e6d2;
    line-height: 1.25em;
    vertical-align: bottom;
    margin-right: 5px;
    margin-left: -15px;
}
footer ul {}

/* under 767px */
@media (max-width:767px) {}

/* 768px upper */
@media (min-width:960px) {
    .view.onpc {
        max-width: 1020px;
        display: block;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
    }

.pcw {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

    section p img {
        width: 600px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    h2 {
        font-size: 50px;
        text-align: center;
        margin: 60px 0;
    }

    p {
        margin-bottom: 30px;
    }

    footer {
        padding: 30px 0;
    }

    section {
        padding: 0 30px;
    }

.banner_text {
    margin: 30px auto 0;
    width: 600px;
}
.banner_text2 {
    margin: 30px auto 0;
    width: 600px;
}
}

/* top768px under1200px */
@media (min-width:768px) and (max-width:1200px) {}
