.l-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.l-section.is-page {
    padding-top: 64px;
    padding-bottom: 120px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-page {
        padding-top: 24px;
        padding-bottom: 48px;
    }
}

.container,
.l-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.c-contact-head {
    text-align: center;
    padding-bottom: 36px;
}

.c-contact-head__text {
    margin-bottom: 32px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__text {
        margin-bottom: 24px;
    }
}

.c-contact-head__tel {
    padding-bottom: 2.1333rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__tel {
        padding-bottom: 1.6rem;
    }
}

.c-contact-head__tel a {
    text-decoration: none;
    font-size: 2.6667rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 0.8;
    display: inline-block;
    padding-left: 3.3333rem;
    color: #033268;
}

.c-contact-head__tel a:hover {
    color: #033268;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__tel a {
        font-size: 2.5333rem;
        padding-left: 2.3333rem;
    }
}

.c-contact-head__tel a i {
    font-size: 2.6667rem;
    position: absolute;
    left: 0;
    top: -3px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__tel a i {
        font-size: 2.2667rem;
        top: -1px;
    }
}

.c-capsule-nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-capsule-nav ul li {
    width: 50%;
    max-width: 388px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-capsule-nav ul li {
        width: 50%;
    }
}


.c-capsule-nav ul li a {
    position: relative;
    display: block;
    background-color: #fff;
    color: #033268;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 2px solid #033268;
    padding: 8px 16px;
    letter-spacing: 1px;
}

.c-capsule-nav ul li a img:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
}

.c-capsule-nav ul li a img:nth-child(2) {
    display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-capsule-nav ul li a {
        width: 100%;
        height: 100%;
    }
}

.c-capsule-nav ul li a.is-active {
    background-color: #033268;
    color: #fff;
}

.c-capsule-nav ul li a:hover {
    opacity: 1;
}

.c-capsule-nav ul li a.is-active img:nth-child(1),
.c-capsule-nav ul li a:hover img:nth-child(1) {
    display: none;
}

.c-capsule-nav ul li a.is-active img:nth-child(2),
.c-capsule-nav ul li a:hover img:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
}

.c-form-block {
    width: 100%;
    padding-top: 64px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block {
        padding-top: 24px;
    }
}

.c-form-block__block {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__block {
        display: block;
        padding: 16px 0;
    }
}

.c-form-block__title {
    width: 226px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 10px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__title {
        font-size: 14px;
        width: 100%;
        padding-bottom: 8px;
        padding-top: 0;
    }
}

.c-form-block__title span {
    font-weight: 500;
    font-size: 15px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__title span {
        font-weight: 600;
    }
}

.c-form-block__label {
    margin-left: auto;
}

.c-form-block__content {
    margin-left: auto;
    width: calc(100% - 226px - 32px);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__content {
        width: 100%;
    }
}

.c-form-block__flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.c-form-block__button {
    display: block;
    background-color: #333;
    color: #fff;
    max-width: 160px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
    margin-left: 8px;
    width: calc(40% - 8px);
}

.c-form-block__button:hover {
    opacity: 0.7;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__button {
        font-size: 13px;
        padding: 12px 0;
    }

    .c-form-block__button:before {
        padding-right: 6px;
    }
}

.c-form-block__input.is-sm {
    width: 60%;
    max-width: 300px;
}

.c-form-block__textarea {
    height: 200px;
}

.c-form-block__checkbox {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__checkbox {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 15px;
    }
}

.c-form-block__submit__button {
    background-color: #033268;
    color: #fff;
    outline: none;
    letter-spacing: 1.6px;
    border: 1px solid #033268;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    padding: 12px 16px;
    display: block;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__submit__button {
        font-size: 15px;
        padding: 14px 16px;
    }
}

.c-form-block__submit__button:hover {
    background-color: #fff;
    color: #033268;
}

.c-label,
.c-form-block__label {
    background-color: #033268;
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    border-radius: 4px;
    font-size: 13px;
    padding: 1px 4px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-label,
    .c-form-block__label {
        font-size: 12px;
        min-width: 88px;
        border-radius: 2px;
    }
}

.c-label>a,
.c-form-block__label>a {
    color: #fff;
    text-decoration: none;
}

.c-label.is-required,
.c-form-block__label {
    font-size: 12px;
    min-width: 54px;
    text-align: center;
    border-radius: 0;
    padding: 1px 8px 1px;
    background-color: #033268;
    line-height: 2;
}


input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
    height: 45px;
    font-size: 15px;
    line-height: 1.8;
    border: 2px solid rgba(51, 51, 51, 0.3);
    padding: 7px 12px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
    outline: none;
    border-color: #033268;
    box-shadow: inset 0 0 0px 1px #033268;
}

textarea {
    border: 2px solid rgba(51, 51, 51, 0.3);
    font-size: 15px;
    width: 100%;
    padding: 16px 8px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
    padding: 7px 12px;
}

textarea:focus,
textarea:active {
    outline: none;
    border-color: #033268;
    box-shadow: inset 0 0 0px 1px #033268;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

select {
    text-transform: none;
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(51, 51, 51, 0.3);
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    select {
        width: 100%;
    }
}

/*  プレイスホルダーの色変更 */
:placeholder-shown {
    color: rgba(51, 51, 51, 0.5);
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* Firefox 18- */
:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* Firefox 19+ */
::-moz-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #9FA0A0;
}

p,
.text-normal {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 2;
}


input[type="submit"] {
    cursor: pointer;
}

.entry_submit {
    display: flex;
    justify-content: center;
}

.entry_submit input {
    display: inline-block;
    margin: 0 1%;
    max-width: 200px;
    cursor: pointer;
}

.entry_submit a {
    display: block;
    width: 40%;
    max-width: 200px;
    background-color: #033268 !important;
    text-align: center;
    padding: 0.8em 0;
    border-radius: 3px;
    margin: 0 1%;
}

.entry_submit input[type="button"] {
    display: block;
    background: none;
    width: 99%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    p,
    .text-normal {
        font-size: 0.8rem;
        line-height: 1.2;
        line-height: 1.5;
    }

    .entry_submit a,
    .entry_submit input[type="submit"] {
        width: 50%;
    }
}

input[type='button']:hover{
    background-color: #333 !important;
    color: #fff !important;
}

.con2 .c-contact-head__text p{
    margin-bottom: 2%;
}
.con2 .c-contact-head__text p span{
    font-size: 22px;
}

.con2 .home-link{
    display: block;
    width: 200px;
    line-height: 40px;
    margin: 5% auto 0 auto;
    background-color: #033268;
    color: #fff;
    font-size: 15px;
}