﻿html{
    line-height:1.5;
    -webkit-text-size-adjust:100%;
}

body {
    color: #07203b;
    font-family: “Yu Gothic Medium”,“游ゴシック Medium”,YuGothic,“游ゴシック体“,“ヒラギノ角ゴ Pro W3”,“Hiragino Kaku Gothic Pro”,“メイリオ“,Meiryo,osaka,sans-serif;
    font-size:16px;
}

h2 {
    font-size: inherit;
    font-weight: inherit;
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}

.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header {
    background-color: #CC0022;
    font-size: .875rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    overflow: hidden;
    position: relative;
}

.header-inner {
    padding: 10px 30px;
    height: 60px;
    flex-wrap: nowrap;
    z-index: 1;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.header-ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .25rem;
    margin-bottom: .25rem;
    margin: auto;
    font-size: 1.25rem;
    font-weight: 600;
}

.text-hidden-red {
    /*display: none;*/
    color: #DF082A;
    text-align:left;
    margin-bottom:.75rem;
    font-weight:600;
    margin: .5rem 0;
}

/*注釈*/
.form-txt {
    margin-top: 10px;
    display: block;
    color: #666;
    font-size: 0.9em;
}

[class*=" icon-"], [class^=icon-] {
    font-family: iconfont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

[class*=" btn"] i, [class^=btn] i {
    color: #0771e2;
    background-color: #f9fafb;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .5rem;
    font-size: 1rem;
    margin-left: -1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    flex: none
}


@media (min-width: 640px) {
    [class*=" g-btn"], [class^=g-btn] {
        font-size: 1.25rem
    }

        [class*=" g-btn"] i, [class^=g-btn] i {
            width: 1.5rem;
            height: 1.5rem;
            font-size: 1.125rem
        }
}

@media (max-width:768px) {
    .header-ttl{
        font-size:1rem;
    }
}