@charset "UTF-8";

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.section {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

.section_1, .section_2 {
    position: relative;
}

.section_2 {
    width: 40%;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.back_1 {
    background-color: #EAFBA5;
}

.back_2 {
    background-color: #F6F5F5;
}

.back_3 {
    background-color: #ADD700;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.button_1 {
    position: absolute;
    width: 20%;
    color: #ffffff;
    text-decoration: none;
    background-color: #0099FF;
    border: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display:inline-block;
    padding: 12px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
    bottom: 24%;
    right: 13%;
}

.button_2 {
    position: absolute;
    width: 30%;
    color: #ffffff;
    text-decoration: none;
    background-color: #0099FF;
    border: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display:inline-block;
    padding: 12px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
    bottom: 3%;
    right: 0;
    left: 0;
    margin: auto;
}

.button_3 {
    position: absolute;
    width: 45%;
    color: #ffffff;
    text-decoration: none;
    background-color: #0099FF;
    border: 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display:inline-block;
    padding: 12px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
    bottom: 30%;
    right: 0;
    left: 0;
    margin: auto;
}

.button_1:hover, .button_2:hover, .button_3:hover {
    transform: translateY(-5px);
    opacity: 0.8;
    background-color: #646464;
}

.pc { display: block !important; }
.sp { display: none !important; }

 
@media only screen and (max-width: 960px) {
.pc { display: none !important; }
.sp { display: block !important; }

.section, .section_1, .section_2 {
    width: 100%;
}

.section_2 {
    padding: 0;
}

.button_1, .button_2, .button_3 {
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
}

.button_1 {
    right: 0;
    left: 0;
    bottom: 4%;
}

.button_2 {
    bottom: 2%;
}

.button_3 {
    bottom: 30%;
}

.button_1:hover, .button_2:hover, .button_3:hover {
    background: #0099FF;
    transform: none;
    opacity: 1;
}

}
