* {
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
}
.login_head p {
    font-size: 24px;
    text-align: center;
    padding-top: 35px;
    font-weight: bold;
    color: #fff;
}
.login_head:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff70;
    position: absolute;
    bottom: 0;
}
.login_head {
    height: 100px;
    position: relative;
}
.back_left_b {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
}
.back_left_b div {
    height: 20px;
    width: 20px;
    display: block;
    border: 0.4vw solid gray;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(-45deg);
}
.head_top{
    position: relative;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #f4f4f4;
}

@media screen and (max-width: 1024px) {
.header_top_flex {
    background-color: #fcfdfd;
    position: fixed;
    width: 100%;
    z-index: 3;
    height: 13vw;
    /*height: 13vw;*/
}
.top_flex_left {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 7%;
    bottom: 10%;
    /*top: 3%;*/
}
.top_flex_left div {
    width: 7.25vw;
}
.top_flex_left div img {
    width: 100%;
}
.top_flex_left p{
    font-size: 2.7vw;
    text-align: center;
    line-height: 3.7vw;
    margin-left: 2vw;
    margin-bottom: 1vw;
    color: #413e3d;
    font-weight: bold;
}
.top_flex_right {
    position: absolute;
    right: 5%;
    display: flex;
    justify-content: space-between;
    bottom: 18%;
    /*top: 30%;*/
}
.top_flex_right div {
    width: 5.8vw;
}
.margin_l_r {
    margin: 0vw 3.5vw;
    position:relative;
}
.top_flex_right div img {
    width: 100%;
}
.h_three_color {
    display: flex;
    padding-top: 13vw;
    /*padding-top: 14vw;*/
}
.h_three_color a {
    width: calc(100% / 3);
}
.h_color_one, .h_color_two, .h_color_three {
    width: 100%;
    display: flex;
    padding-bottom: 1vw;
    justify-content: center;
    /*align-items: flex-end;*/
    align-items: center;
}
.h_color_one {
    border-bottom: 2px solid #89bd22;
}
.h_color_two {
    border-bottom: 2px solid #ed8f26;
}
.h_color_three {
    border-bottom: 2px solid #5d4d94;
}
.h_color_one_p, .h_color_two_p, .h_color_three_p {
    /*font-size: 2.9vw;*/
    font-size: 3.4vw;
    font-weight:bold;
    position: relative;
    line-height: 4.4vw;
}
.h_color_one_p, .h_color_one .h_color_small {
    color: #89bd22;
}
.h_color_two_p, .h_color_two .h_color_small {
    color: #ed8f26;
}
.h_color_three_p, .h_color_three .h_color_small {
    color: #624f9e;
}
.h_color_small {
    font-size: 3.2vw;
    font-weight:bold;
    transform: scale(0.8);
    transform-origin: left;
    margin-right: -5vw;
}

.top_flex_right div:active {
    background-color: #d3d3d3;
}
.top_flex_right span{
    position: absolute;
    top: -0.5vw;
    right: -0.5vw;
    background: #e51c19;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 5vw;
    text-align: center;
}

.login_head {
    height: 14vw;
    position: relative;
}
.login_head:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff70;
    position: absolute;
    bottom: 0;
}
.login_head p{
    font-size: 4.3vw;
    text-align: center;
    padding-top: 6vw;
    font-weight:bold;
    color: #fff;
}

.head_top {
    position: relative;
    height: 14vw;
    line-height: 14vw;
    text-align: center;
    background-color: #f4f4f4;
}
.head_top p {
    font-size: 4.3vw;
    color: #413e3d;
    font-weight:bold;
}


.otoiawase_itiran {
    height: 14vw;
    position: relative;
    background-color:#fff;
    border-bottom: 1px solid #89898996;
}
.otoiawase_itiran p{
    font-size: 3.7vw;
    text-align: center;
    padding-top: 6vw;
    font-weight:bold;
}
.otoiawase_itiran p span{
    font-size: 3vw;
    margin-left: 1vw;
}
/* 矢印 */
.back_left_b{
    position: absolute;
    top: 8.3vw;
    left: 6vw;
    transform: translate(0, -50%);
}
.back_left_b div{
    height: 3vw;
    width: 3vw;
    display: block;
    border: 0.4vw solid gray;
    border-right-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(-45deg);
}
/* 矢印 */
.head_imgbox{
    width: 7.5vw;
    position: absolute;
    right: 5vw;
    bottom: 3vw;
}
.head_imgbox img{
    width: 100%;
}
.akamaru{
    position: absolute;
    width: 2vw;
    height: 2vw;
    display: block;
    background-color: red;
    top: 50%;
    left: 1.3vw;
    transform: translate(0px, -50%);
    border-radius: 3vw;
}
}
