* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
    margin: 0px;
    padding: 0px;
}
html {
    font-size: 10px;
    line-height: 1;
}
body {
    border-top: 10px solid #004c9f;
    background-color: #fdfdfd;
}
a{
    color: #000;
}
a:visited {
    color: #000;
}
p {
    line-height: 1.8;
    font-size: 1.6em;
}
header {
    background: #fff;
}
header #headbox {
    text-align: center;
    padding: 5px 10px!important;
    margin:0 auto;
}
.center {
    text-align: center;
}

.text-size_1_2 {
    font-size: 1.2rem;
}
.text-size_1_4 {
    font-size: 1.4rem;
}
.text-size_1_6 {
    font-size: 1.6rem;
}
.text-size_2_0 {
    font-size: 2rem;
}
header .sitename {
    padding: 5px;
    margin: 0;
    line-height:0;
}

#headbox img {
    margin-bottom: 5px;
    padding-top:5px;
}
/*フッター*/
footer {
    clear: both;
    padding: 0;
    color: #ffffff;
    width: 100%;
}

#footer {
    padding: 20px 15px;
    text-align: center;
}
#footer p {
    font-size: 1.2em;
    line-height: 1.2;
}
#footer p.copyr {
    margin-bottom: 0;
}

#footer {
    max-width:100%;
    /*Other Browser*/
    background: #515151;
    /* Android4.1 - 4.3 */
    background: url(""), -webkit-linear-gradient(top,  #515151 0%,#515151 100%);
    /* IE10+, FF16+, Chrome26+ */
    background: url(""), linear-gradient(to bottom,  #515151 0%,#515151 100%);
}
footer #st-footer-logo-wrapper {
    margin-bottom: 14px;
}
#content {
    max-width: 900px;
    margin: 0 auto;
}
.home-post {
    margin: 30px 0;
    padding: 40px 31px;
    border: 1px solid #d1d1d1;
    background: #ffffff;
}
.is_sp {
    display: none;
}
.step {
    margin-bottom: 40px;
}

h1.title {
    font-size: 2.7em;
    font-weight: bold;
    color: #0b486b;
    margin-bottom: 40px;
}
h2.title {
    max-width:100%;
    width: 640px;
    color: #EF5350;
    font-weight: bold;
    font-size: 2em;
    background: rgba(239, 83, 80, 0.1);
    height: 50px;
    border-radius: 100px;
    text-align: center;
    padding: 15px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.highlight-orange {
    color: #EF5350;
    font-size: 2.4rem;
}

.highlight-orange_small {
    font-size: 2rem;
}
.header-text {
    text-align: center;
    padding: 30px 0 0;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1.5;
}
.header-text .highlight-orange {
    font-size: 3.6rem;
}
.underline-text {
    border-bottom: 4px solid #79BD9A;
    padding-bottom: 3px;
}
.btn {
    height: 60px;
    border-radius: 6px;
    text-align: center;
    background: #3DB67F;
    font-weight: bold;
    color: #fff;
    border: 1px solid #3DB67F;
    box-shadow: 0px 2px 0px rgba(7,121,69,1);
    width: 340px;
    cursor: pointer;
    font-size: 2.4em;
    margin-top: 20px;
}

.btn:focus, button:focus {
    outline: none !important;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}
input:focus {
    outline: none !important;
}
.btn:hover {
    opacity: 0.7;
}
.mt20 {
    margin-top: 20px;
}
.text-left {
    text-align: left !important;
}
@media only screen and (max-width: 960px) {
    #content {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 599px) {
    .is_sp {
        display: block;
    }
    .is_pc {
        display: none;
    }
    body {
        background-color: #fff;
    }
    .home-post {
        border: none;
        padding: 0;
        margin-bottom: 60px;
    }
    h1.title {
        font-size: 2.2em;
    }
    h2.title {
        width: 100%;
        font-size: 1.8em;
        height: 36px;
        padding-top: 10px;
    }
    #headbox img {
        max-width: 300px;
        margin: 0 auto;
    }
    .highlight-orange {
        color: #EF5350;
        font-size: 2.2rem;
    }
    .highlight-orange_small {
        font-size: 1.8rem;
    }
    .header-text {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 2rem;
    }
    .header-text .highlight-orange {
        font-size: 2.4rem;
    }
    .btn {
        width: 295px;
        height: 50px;
        font-size: 2em;
    }
}
@media only screen and (max-width: 450px) {
    h1.title {
        font-size: 2.2em;
    }
}
