* {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
}
header{
    background-color: #036eb8;
    color: #fff;
    padding: 8.5vw 0 3vw;
}
header p{
    font-weight: bold;
    font-size: 6.2vw;
    text-align: center;
}
header a.page_back_btn {
    padding: 0px 20px;
    font-size: 25px;
    position: absolute;
    left: 0;
    color: #ffffff;
}
header .back_icon {
    display: block;
    width: 25px;
    height: 30px;
    overflow: hidden;
    position: relative;
}
header .back_icon:before {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border: 2px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: 7px;
}
.d-none{
	display:none;
}
@media screen and (min-width: 960px) {
header{
    background-color: #036eb8;
    color: #fff;
    width: 400px;
    margin: auto;
    padding: 30px 0 10px;
}
header p{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

}
