@charset "utf-8";
@import ;
/*! destyle.css v3.0.0 | mit license | https://github.com/nicolas-cusan/destyle.min.css */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}


body {
  margin: 0;
  font-family:"microsoft yahei",微软雅黑!important;
}
*{
font-family:"microsoft yahei",微软雅黑!important;
}
main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: 700
}

/* -----------------------------------------------
 [base(ベース)]
-------------------------------------------------- */

html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: 'noto sans jp', '游ゴシック', yugothic, 'ヒラギノ角ゴ pro', 'hiragino kaku gothic pro', 'メイリオ', 'meiryo', sans-serif;
    /* sets the default sizing to make sure nothing is actually 10px */
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

@media screen and (min-width: 741px) {
    body {
        min-width: 980px;
        margin: auto;
    }
}

img {
    line-height: 1.0;
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

/* clear
-------------------------------------------------- */

.clearb {
    clear: both;
}

.clearl {
    clear: left;
}

.clearr {
    clear: right;
}

/* -----------------------------------------------
 [layout(レイアウト)]
-------------------------------------------------- */

.warp {
    width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width:740px) {
    .warp {
        width: 90%;
        margin: 0 5%;
    }
}

a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    cursor: text;
    pointer-events: none;
}

a.linkimg.hover:after {
    content: "";
    background: rgba(0, 85, 157, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

/* header
-------------------------------------------------- */

header {
    width: 100%;
    height: 90px;
    padding: 0 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:740px) {
    header {
        position: fixed;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 56px;
        padding: 0 20px;
        border-bottom: solid 1px #b7b7b7;
    }
}

header p:first-of-type {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media screen and (max-width:740px) {
    header p:first-of-type {
        font-size: 1.4rem;
    }
}

header p:first-of-type a {
    height: 70px;
}

@media screen and (max-width:740px) {
    header p:first-of-type a {
        height: 44px;
    }
}

header p:first-of-type img {
    width: auto;
    height: 100%;
    margin-right: 2em;
}

@media screen and (max-width:740px) {
    header p:first-of-type img {
        margin-right: 1em;
    }
}

header p:last-of-type a {
    position: relative;
    color: #939393;
    font-size: 1.3rem;
    padding-right: 2em;
}

header p:last-of-type a.hover {
    color: #00559d;
}

header p:last-of-type a::after {
    /* position: absolute;
    content: "";
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #939393;
    border-right: 1px solid #939393;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}

header p:last-of-type a.hover::after {
    border-color: #00559d;
}

@media screen and (max-width:740px) {
    header p:last-of-type {
        display: none;
    }
}



/* #pagetop
-------------------------------------------------- */

#pagetop {
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 296px;
    z-index: 1;
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
    background-color: #2d62a1;
    border: 1px solid #2d62a1;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width:740px) {
    #pagetop {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 45px;
        padding-bottom: 11px;
        font-size: 1.2rem;
    }
}

#pagetop::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 39%;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width:740px) {
    #pagetop::before {
        top: 21px;
        left: calc(40% - 2em);
        width: 12px;
        height: 12px;
        border-top-width: 2px;
        border-right-width: 2px;
    }
}

#pagetop.hover {
    background-color: #fff;
    color: #2d62a1;
}

#pagetop.hover::before {
    border-top-color: #2d62a1;
    border-right-color: #2d62a1;
}

/* #visual
-------------------------------------------------- */

#visual {
    position: relative;
    height: 560px;
    padding: 210px 0;
    background:  center / cover no-repeat #fff;
}

@media screen and (max-width:740px) {
    #visual {
        height: 60vh;
        min-height: 320px;
        padding: 90px 0 0;
        width: 100%;
        background-size: auto 100%;
        background-position: center left 9%;
    }
}

#visual h1 {
    width: 1000px;
    margin: 0 auto 20px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width:740px) {
    #visual h1 {
        width: 100%;
        font-size: 2.8rem;
        margin-bottom: 1em;
    }
}

#visual .copy {
    width: 1000px;
    margin: 0 auto 1em;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width:740px) {
    #visual .copy {
        width: 100%;
        margin: 0 auto 1em;
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

#visual .sentence {
    width: 1000px;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width:740px) {
    #visual .sentence {
        width: 100%;
        margin: auto;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    #visual .sentence br {
        display: none;
    }
}

/* nav
-------------------------------------------------- */

nav {
    padding: 20px 0;
    background-color: #f0f0f0;
}

@media screen and (max-width:740px) {
    nav {
        padding: 12px 0;
    }
}

nav ul {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:740px) {
    nav ul {
        width: 90%;
        margin: 0 5%;
        flex-wrap: wrap;
    }
}

nav ul li {
    width: 244px;
}

@media screen and (max-width:740px) {
    nav ul li {
        width: 23.5%;
    }
}

nav ul li a {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
    background-color: #fff;
    padding: 20px 0;
}

nav ul li a.hover {
    background-color: #0b458d;
}

@media screen and (max-width:740px) {
    nav ul li a {
        height: 94px;
        padding: 6px 0;
    }
}

nav ul li a img {
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul li a.hover img {
    filter: brightness(105%) contrast(135%);
    transform: rotate(180deg);
}

@media screen and (max-width:740px) {
    nav ul li a img {
        width: 37px;
        height: 37px;
    }
}

nav ul li a span {
    width: 100%;
    color: #0b458d;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul li a.hover span {
    color: #fff;
}

@media screen and (max-width:740px) {
    nav ul li a span {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.2;
        margin-top: -1em;
    }
}

nav ul li a::after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 48%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #727272;
    border-right: 2px solid #727272;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

nav ul li a.hover::after {
    border-color: #fff;
}

/* main
-------------------------------------------------- */

main {
    padding: 80px 0 100px;
    background-color: #bbcad5;
}

@media screen and (max-width:740px) {
    main {
        padding: 40px 0 50px;
    }
}

main h2 {
    display: flex;
    align-items: center;
    height: 125px;
    padding-left: 30px;
    margin-bottom: 30px;
    color: #0b458d;
    font-size: 3.2rem;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 10px solid #0b458d;
}

@media screen and (max-width:740px) {
    main h2 {
        height: 75px;
        padding-left: 10px;
        margin-bottom: 20px;
        font-size: 2.4rem;
        border-bottom-width: 6px;
    }
}

main h2 img {
    width: 80px;
    height: 80px;
    margin-right: 1em;
}

@media screen and (max-width:740px) {
    main h2 img {
        width: 50px;
        height: 50px;
        margin-right: 0.6em;
    }
}

main article {
    height: auto;
    min-height: 430px;
    background-color: #fff;
    margin-bottom: 12px;
}

@media screen and (max-width:740px) {
    main article {
        height: auto;
        min-height: auto;
    }
}

main article.period {
    margin-bottom: 100px;
}

@media screen and (max-width:740px) {
    main article.period {
        margin-bottom: 60px;
    }
}

main article h3 {
    position: relative;
    color: #0b458d;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 21px 0 21px 60px;
    border-bottom: 1px solid #d1d1d1;
    line-height: 1.2;
}

@media screen and (max-width:740px) {
    main article h3 {
        font-size: 2.2rem;
        padding: 12px 0 12px 33px;
    }
}

main article h3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #0b458d;
    display: block;
    top: 50%;
    left: 30px;
}

@media screen and (max-width:740px) {
    main article h3::before {
        width: 12px;
        height: 2px;
        top: 50%;
        left: 10px;
    }
}

main article .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 27px 30px;
}

@media screen and (max-width:740px) {
    main article .item {
        display: inline-block;
        padding: 15px 15px 20px;
    }
}

main article .item img {
    width: 432px;
}

@media screen and (max-width:740px) {
    main article .item img {
        width: 100%;
        margin-bottom: 10px;
    }
}

main article .item div {
    position: relative;
    width: 492px;
}

@media screen and (max-width:740px) {
    main article .item div {
        width: 100%;
    }
}

main article .item div .sub {
    color: #333;
    font-size: 20px;
    line-height: 1.5;
}

main article .item div h4 {
    color: #0b458d;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media screen and (max-width:740px) {
    main article .item div h4 {
        font-size: 3.0rem;
        margin-bottom: 10px;
    }
}

main article .item div h4 span {
    display: inline-block;
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    margin-left: 1em;
}

@media screen and (max-width:740px) {
    main article .item div h4 span {
        font-size: 1.1rem;
    }
}

main article .item div h4 strong {
    display: inline-block;
    color: #707070;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 1em;
    padding: 5px 1em;
    border: 1px solid #707070;
    transform: translatey(-5px);
}

@media screen and (max-width:740px) {
    main article .item div h4 strong {
        display: block;
        font-size: 1.5rem;
        width: fit-content;
        transform: none;
        margin: 10px 0 0;
    }
}

main article .item div ul {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

main article .item div .txt {
    font-size: 16px;
}

@media screen and (max-width:740px) {
    main article .item div ul {
        position: relative;
        bottom: inherit;
        display: inline-block;
        margin-top: 10px;
    }
}

main article .item div ul li {
    width: 240px;
}

@media screen and (max-width:740px) {
    main article .item div ul li {
        width: 100%;
        margin-top: 12px;
    }
}

main article .item div ul li a {
    position: relative;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #245896;
    border: 1px solid #245896;
    color: #fff;
    font-size: 1.8rem;
}

@media screen and (max-width:740px) {
    main article .item div ul li a {
        height: 40px;
        font-size: 1.5rem;
    }
}

main article .item div ul li a::after {
    position: absolute;
    content: "";
    top: 42%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

main article .item div ul li a.hover {
    background-color: #fff;
    color: #245896;
}

main article .item div ul li a.hover::after {
    right: 8px;
    border-color: #245896;
}

main .link {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width:740px) {
    main .link {
        display: inline-block;
    }
}

main .link li a {
    display: flex;
    align-items: center;
    height: 125px;
    width: 500px;
    padding-left: 30px;
    color: #0b458d;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    background-color: #fff;
    border-bottom: 10px solid #0b458d;
}

@media screen and (max-width:740px) {
    main .link li a {
        height: 75px;
        width: 100%;
    }
}

@media screen and (max-width:740px) {
    main .link li a {
        height: 75px;
        padding-left: 10px;
        margin-bottom: 20px;
        font-size: 2.4rem;
        border-bottom-width: 6px;
    }
    main .link li:last-of-type a {
        margin-bottom: 0;
    }
}

main .link li a.hover {
    color: #fff;
    background-color: #0b458d;
    border-color: #fff;
}

main .link li a img {
    width: 80px;
    height: 80px;
    margin-right: 1em;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

main .link li a.hover img {
    filter: brightness(105%) contrast(135%);
}

@media screen and (max-width:740px) {
    main .link li a img {
        width: 50px;
        height: 50px;
        margin-right: 0.6em;
    }
}

main .link6cosg a {
    position: relative;
    display: block;
}

main .link6cosg a::after {
    position: absolute;
    content: "";
    top: 46%;
    right: 22px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

main .link6cosg a.hover::after {
    right: 16px;
}

main .link6cosg a img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

main .link6cosg a.hover img {
    filter: brightness(105%) contrast(135%);
}

@media screen and (max-width:740px) {
    main .link6cosg a::after {
        top: 42%;
        right: 18px;
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
    }
}

/* #banner
-------------------------------------------------- */

#banner {
    padding: 80px 0 50px;
    background-color: #f0f0f0;
}

@media screen and (max-width:740px) {
    #banner {
        padding: 50px 0 30px;
    }
}

#banner ul {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width:740px) {
    #banner ul {
        width: 90%;
        margin: 0 5%;
        flex-wrap: wrap;
    }
}

#banner ul li {
    width: 500px;
    height: 360px;
    margin-bottom: 30px;
}

@media screen and (max-width:740px) {
    #banner ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    #banner ul li img {
        width: 100%;
    }
}

#banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    background-color: #245896;
}

@media screen and (max-width:740px) {
    #banner ul li a {
        font-size: 1.8rem;
    }
}

#banner ul li span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    line-height: 1.2;
}

@media screen and (max-width:740px) {
    #banner ul li span {
        height: 50px;
        padding: 0 1em;
    }
}

#banner ul li span::after {
    position: absolute;
    content: "";
    top: 42%;
    right: 22px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

@media screen and (max-width:740px) {
    #banner ul li span::after {
        width: 10px;
        height: 10px;
        border-top-width: 2px;
        border-right-width: 2px;
    }
}

#banner ul li a.hover {
    color: #0b458d;
    background-color: #fff;
}

#banner ul li a.hover img {
    filter: brightness(105%) contrast(135%);
}

#banner ul li a.hover span::after {
    right: 16px;
    border-color: #0b458d;
}

/* #inquiry
-------------------------------------------------- */

#inquiry {
    padding: 100px 0;
    background-color: #fff;
}

@media screen and (max-width:740px) {
    #inquiry {
        padding: 50px 0;
    }
}

#inquiry h2 {
    color: #0b458d;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 60px;
    border-bottom: 10px solid #0b458d;
}

@media screen and (max-width:740px) {
    #inquiry h2 {
        font-size: 2.1rem;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom-width: 5px;
    }
}

#inquiry section {
    width: 880px;
    margin: 0 auto;
}

@media screen and (max-width:740px) {
    #inquiry section {
        width: 100%;
        margin: 0 auto;
    }
}

#inquiry .contactnotes {
    width: 100%;
    padding: 25px 20px;
    line-height: 1.4;
    border: #c5c5c5 solid 1px;
}

#inquiry .contactnotes li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 4px;
}

#inquiry .contactnotes li:last-child {
    margin-bottom: 0;
}

#inquiry .contactnotes li a {
    color: #0b458d;
    text-decoration: underline;
}

#inquiry .contactnotes li a.hover {
    text-decoration: none;
}

#inquiry form {
    border-top: #c5c5c5 solid 1px;
}

#inquiry form input,
#inquiry form textarea,
#inquiry form select {
    border: #00559d solid 2px;
    padding: 4px 6px;
    line-height: 1.3;
}

#inquiry form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-right: none;
    padding: 4px 50px 4px 6px;
    background: #fff url(/uploads/image/pmcimages/btn_select.svg) no-repeat right center;
    background-size: inherit;
    width: auto;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    #inquiry form select {
        /*ie11*/
        padding: 2px 50px 2px 6px;
    }
}

#inquiry form select::-ms-expand {
    /*ie*/
    display: none;
}

#inquiry form select,
#inquiry form textarea,
#inquiry form input[type="button"],
#inquiry form input[type="text"],
#inquiry form input[type="email"],
#inquiry form input[type="tel"],
#inquiry form input[type="url"],
#inquiry form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

#inquiry form textarea,
#inquiry form input[type="text"],
#inquiry form input[type="email"] {
    width: 100%;
}

#inquiry form input.aform-zipcode,
#inquiry form input.fax,
#inquiry form input[type="tel"],
#inquiry form input[type="url"] {
    width: 60%;
}

#inquiry form input.aform-zipcode {
    width: 40%;
}

#inquiry form .aform-hdln {
    float: left;
    width: 100%;
    color: #00559d;
    font-size: 1.8rem;
    font-weight: normal;
    border-top: 1px solid #00559d;
    border-bottom: 1px solid #00559d;
    padding: 10px 15px;
    margin: 30px 0 0;
    background-color: #f5f6f9;
    box-sizing: border-box;
}

#inquiry form dl {
    float: left;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: #c5c5c5 solid 1px;
}

#inquiry form dl:first-child {
    border-top: #c5c5c5 solid 1px;
}

#inquiry form dl dt {
    float: none;
    display: table-cell;
    color: #00559d;
    font-weight: normal;
    width: 210px;
    padding: 22px 20px;
    margin: 0;
    background-color: #ededed;
}

#inquiry form dl dt .required {
    position: relative;
    font-size: 1.2rem;
    color: #fff;
    padding: 4px 8px;
    margin-left: 8px;
    background-color: #00559d;
    border-radius: 0;
    display: inline;
}

#inquiry form dl dt span.aform-validation.comment {
    display: none;
}

#inquiry form dl dd .validation-advice {
    clear: both;
}

#inquiry form dl dd {
    display: table-cell;
    width: 510px;
    background-color: #fff;
    padding: 20px 0 20px 25px;
    margin: 0;
}

#inquiry form dl dd .aform-confirm {
    font-size: 1.4rem;
}

#inquiry form dl dd .parts-99 {
    padding-bottom: 20px;
}

#inquiry form dl dd .mailmagazine {
    padding-bottom: 20px;
}

#inquiry form dl dd ul.aform-name-ul li,
#inquiry form dl dd ul.aform-kana-ul li {
    float: left;
}

#inquiry form dl dd ul.aform-name-ul li input[type="text"],
#inquiry form dl dd ul.aform-kana-ul li input[type="text"] {
    width: 110px;
    margin: 0 20px 0 10px;
}

#inquiry form dl dd ul.aform-checkbox-ul li,
#inquiry form dl dd ul.aform-radio-ul li {
    padding: 5px 0;
}

#inquiry form dl dd input[type=radio],
#inquiry form dl dd input[type=checkbox] {
    display: inline-block;
    margin-right: 8px;
    line-height: 1.3;
}

#inquiry form dl dd input[type=radio] label,
#inquiry form dl dd input[type=checkbox] label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.3;
}

#inquiry form dl dd input[type=radio],
#inquiry form dl dd input[type=checkbox] {
    display: none;
    margin: 0;
}

#inquiry form dl dd input[type=radio] label,
#inquiry form dl dd input[type=checkbox] label {
    padding: 0 0 0 28px;
}

#inquiry form dl dd input[type=radio] label::before,
#inquiry form dl dd input[type=checkbox] label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    background: #fff;
}

#inquiry form dl dd input[type=radio] label::before {
    border: 2px solid #00559d;
    border-radius: 30px;
}

#inquiry form dl dd input[type=checkbox] label::before {
    border: 2px solid #00559d;
}

#inquiry form dl dd input[type=radio]:checked label::after,
#inquiry form dl dd input[type=checkbox]:checked label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#inquiry form dl dd input[type=radio]:checked label::after {
    left: 4px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: #00559d;
    border-radius: 11px;
}

#inquiry form dl dd input[type=checkbox]:checked label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #00559d;
    border-bottom: 3px solid #00559d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#inquiry form dl dd select.aform-calendar {
    margin: 0 10px 0 20px;
}

#inquiry form dl dd select:first-child.aform-calendar {
    margin: 0 10px 0 0;
}

#inquiry form dl dd .aform-input-example {
    clear: both;
    margin-bottom: 6px;
}

#inquiry form #aform_confirm_msg {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 10px;
}

#inquiry form .aform-twice-note {
    margin-top: 10px;
    font-size: 90%;
    color: #595959;
}

#inquiry form .submit {
    clear: both;
    width: 30%;
    margin: auto;
    background-color: transparent;
    padding: 20px 0 30px;
}

#inquiry form .submit input[type="submit"] {
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px;
    background: #00559d url(/uploads/image/pmcimages/arrow_white.svg) no-repeat 90% center;
    background-size: 9px;
}

#inquiry form .submit input[type="button"] {
    width: 100%;
    border: none;
    color: #fff;
    padding: 15px;
    background: #00559d  no-repeat 10% center;
    background-size: 9px;
}

#inquiry form#aform-confirm-form .submit {
    clear: both;
    width: 70%;
    margin: auto;
    background-color: transparent;
    padding: 20px 0 30px;
}

#inquiry form#aform-confirm-form .submit input[type="submit"] {
    float: right;
    width: 48%;
    margin: 0;
}

#inquiry form#aform-confirm-form .submit input[type="button"] {
    float: left;
    width: 48%;
    margin: 0;
}

#inquiry .mktoform {
    width: 100% !important;
    font-family: 'noto sans jp', '游ゴシック', yugothic, 'ヒラギノ角ゴ pro', 'hiragino kaku gothic pro', 'メイリオ', 'meiryo', sans-serif;
}

#inquiry .mktoform .mktoerror {
    position: absolute;
    z-index: 99;
    color: #d92b00;
    bottom: -6px !important;
}

#inquiry .mktoform .mktoerror .mktoerrorarrowwrap {
    width: 15px;
    height: 9px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: 20px;
    z-index: 100;
}

#inquiry .mktoform .mktoerror .mktoerrorarrow {
    background-color: #d92b00;
    border: none;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 12px;
    margin-top: 0;
    position: absolute;
    top: 4px;
}

#inquiry .mktoform .mktoerror .mktoerrormsg {
    font-weight: bold;
    display: block;
    margin-top: 0;
    padding: 8px 10px;
    background-color: #d92b00;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    line-height: 1.2;
    max-width: none;
    text-shadow: none;
    letter-spacing: .1385090909em;
}

#inquiry .mktoform .mktobuttonrow {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 20px auto 30px;
}

#inquiry .mktoform .mktobuttonrow .mktobuttonwrap {
    margin: 0 !important;
}

#inquiry .mktoform .mktobuttonrow .mktobuttonwrap .mktobutton {
    width: 30%;
    border: none;
    color: #fff;
    padding: 15px;
    background: #00559d url(/uploads/image/pmcimages/arrow_white.svg) no-repeat 90% center;
    background-size: 9px;
    border-radius: 0;
    font-weight: normal;
    box-shadow: none;
    font-size: 1.6rem;
}

#inquiry .mktoform .mktobuttonrow .mktobuttonwrap .mktobutton:hover {
    background-color: #00296f;
}

#inquiry .mktoform .mktoasterix {
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
}

#inquiry .mktoform .mktoformrow {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

#inquiry .mktoform .mktoformcol {
    width: 100%;
    margin: 0 !important;
}

#inquiry .mktoform .mktofieldwrap {
    width: 100%;
    display: flex;
    border-bottom: #c5c5c5 solid 1px;
}

#inquiry .mktoform .mktooffset {
    width: 0 !important;
    height: 0;
}

#inquiry .mktoform .mktogutter {
    display: none;
}

#inquiry .mktoform .mktolabel {
    float: left;
    display: inline-block;
    color: #00559d;
    font-weight: normal;
    width: 180px !important;
    padding: 24px 20px;
    font-size: 1.4rem;
    margin: 0;
    background-color: #ededed;
}

#inquiry .mktoform input,
#inquiry .mktoform textarea,
#inquiry .mktoform select {
    padding: 5px 6px 3px;
}

#inquiry .mktoform input[type=text],
#inquiry .mktoform input[type=url],
#inquiry .mktoform input[type=email],
#inquiry .mktoform input[type=tel],
#inquiry .mktoform input[type=number],
#inquiry .mktoform input[type=date],
#inquiry .mktoform textarea {
    display: inline-block;
    font-size: 1.6rem;
    margin: 15px 0 15px 15px;
    width: calc(100% - 210px) !important;
}

#inquiry .mktoform textarea {
    min-height: 5em;
}

#inquiry .mktoform select {
    display: inline-block;
    font-size: 1.6rem;
    margin: 15px 0 15px 15px;
}

#inquiry .mktoform input[type=radio],
#inquiry .mktoform input[type=checkbox] {
    display: none;
    margin: 0;
}

#inquiry .mktoform input[type=radio] label,
#inquiry .mktoform input[type=checkbox] label {
    position: relative;
    display: inline-block;
    margin: 0 16px 15px 0;
    font-size: 1.4rem;
    cursor: pointer;
    padding: 0 0 0 28px;
}

#inquiry .mktoform input[type=radio] label::before,
#inquiry .mktoform input[type=checkbox] label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -11px;
    background: #fff;
    border: 2px solid #00559d;
}

#inquiry .mktoform input[type=radio]:checked label::after,
#inquiry .mktoform input[type=checkbox]:checked label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#inquiry .mktoform input[type=checkbox]:checked label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #00559d;
    border-bottom: 3px solid #00559d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#inquiry .mktoform input[type=radio] label::before {
    border: 2px solid #00559d;
    border-radius: 30px;
}

#inquiry .mktoform input[type=radio]:checked label::after {
    left: 2px;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    background: #00559d;
    border-radius: 11px;
}

#inquiry .mktoform .mktoradiolist,
#inquiry .mktoform .mktocheckboxlist {
    width: calc(100% - 260px) !important;
    margin: 22px 0 0 25px;
    float: left;
}

#inquiry .mktoform .mktoradiolist label,
#inquiry .mktoform .mktocheckboxlist label {
    float: left;
}

#inquiry .mktoform .mktohtmltext {
    width: 100% !important;
}

#inquiry .mktoform .mktohtmltext h4 {
    float: left;
    width: 100% !important;
    color: #00559d;
    font-size: 1.4rem;
    font-weight: normal;
    border-top: 1px solid #00559d;
    border-bottom: 1px solid #00559d;
    padding: 10px;
    margin: 30px 0 0;
    background-color: #f5f6f9;
    box-sizing: border-box;
}

#inquiry .mktoform .mktoformrow:first-of-type .mktohtmltext h4 {
    margin: -1px 0 0;
}

#inquiry .mktoform .mktohtmltext span {
    display: inline-block;
    padding: 10px;
}

#inquiry .mktoform .mktohtmltext h4 span {
    padding: 0;
}

#inquiry .mktoform #firstname,
#inquiry .mktoform #lastname,
#inquiry .mktoform #kanafirstname,
#inquiry .mktoform #kanalastname {
    width: 9.5em !important;
}

#inquiry .mktoform #postalcode {
    width: 50% !important;
}

#inquiry .mktoform #lblemailclubmember,
#inquiry .mktoform #lblprivacypolicy02,
#inquiry .mktoform #lblprivacypolicy {
    background-color: transparent;
    width: auto !important;
    white-space: nowrap;
    font-weight: bold;
    margin: auto !important;
    padding: 24px 10px;
}

@media screen and (max-width:740px) {
    #inquiry form {
        border-top: none;
    }
    #inquiry form input.aform-zipcode,
    #inquiry form input.fax,
    #inquiry form input[type="tel"],
    #inquiry form input[type="url"] {
        width: 100%;
        margin-bottom: 10px;
    }
    #inquiry form input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }
    #inquiry form input.aform-zipcode {
        width: 100%;
        margin-bottom: 10px;
    }
    #inquiry form .aform-hdln {
        float: left;
        width: 100%;
        color: #00559d;
        font-size: 1.6rem;
        font-weight: normal;
        border-top: 1px solid #00559d;
        border-bottom: 1px solid #00559d;
        padding: 10px 15px;
        margin: 15px 0 0;
        background-color: #f5f6f9;
        box-sizing: border-box;
    }
    #inquiry form dl {
        width: 100%;
        display: inherit;
        border-bottom: none;
    }
    #inquiry form dl:first-child {
        border-top: none;
    }
    #inquiry form dl dt {
        float: none;
        display: inherit;
        width: 100%;
        padding: 10px;
    }
    #inquiry form dl dt .required {
        position: absolute;
        padding: 5px 8px;
    }
    #inquiry form dl dd {
        display: inherit;
        width: 100%;
        padding: 10px 0 30px;
    }
    #inquiry form dl dd .parts-99 {
        padding-bottom: 0;
    }
    #inquiry form dl dd .mailmagazine {
        padding-bottom: 0;
    }
    #inquiry form dl dd img {
        width: auto;
    }
    #inquiry form dl dd ul.aform-name-ul li,
    #inquiry form dl dd ul.aform-kana-ul li {
        float: none;
        width: 100%;
    }
    #inquiry form dl dd ul.aform-name-ul li input[type="text"] {
        width: 90%;
        margin: 0 0 10px 3%;
    }
    #inquiry form dl dd ul.aform-kana-ul li input[type="text"] {
        width: 85%;
        margin: 0 0 10px 3%;
    }
    #inquiry form dl dd ul.aform-checkbox-ul li,
    #inquiry form dl dd ul.aform-radio-ul li {
        padding: 5px 0;
    }
    #inquiry form dl dd input[type=radio] label::before,
    #inquiry form dl dd input[type=checkbox] label::before {
        top: 10px;
    }
    #inquiry form dl dd input[type=radio]:checked label::after,
    #inquiry form dl dd input[type=checkbox]:checked label::after {
        top: 10px;
    }
    #inquiry form dl dd select.aform-calendar {
        width: 80%;
        margin: 0 10px 10px 0;
    }
    #inquiry form dl dd select:first-child.aform-calendar {
        margin: 0 10px 10px 0;
    }
    #inquiry form #aform_confirm_msg {
        float: left;
        text-align: left;
        margin: 30px 0 40px;
    }
    #inquiry form .aform-twice-note {
        margin-top: 5px;
    }
    #inquiry form .submit {
        width: 100%;
        padding: 0 0 20px;
    }
    #inquiry form .submit input[type="submit"] {
        text-align: left;
        background: #00559d url(/uploads/image/pmcimages/arrow_white.svg) no-repeat 95% center;
        background-size: 9px;
        margin: 0;
    }
    #inquiry form .submit input[type="button"] {
        text-align: left;
        background: #00559d  no-repeat 95% center;
        background-size: 9px;
        margin: 0;
    }
    #inquiry form#aform-confirm-form .submit {
        width: 100%;
        margin: auto;
        background-color: transparent;
        padding: 0;
    }
    #inquiry form#aform-confirm-form .submit input[type="submit"] {
        float: none;
        width: 100%;
        margin: 0;
    }
    #inquiry form#aform-confirm-form .submit input[type="button"] {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    #inquiry .mktoform {
        padding: 0;
    }
    #inquiry .mktoform .mktobuttonrow {
        margin: 0 auto 20px;
    }
    #inquiry .mktoform .mktobuttonrow .mktobuttonwrap .mktobutton {
        width: 100%;
        text-align: left;
        background: #00559d url(/uploads/image/pmcimages/arrow_white.svg) no-repeat 95% center;
        background-size: 9px;
        margin: 0;
    }
    #inquiry .mktoform .mktoasterix {
        padding-left: 0;
    }
    #inquiry .mktoform .mktofieldwrap {
        display: inline-block;
        border-bottom: none;
    }
    #inquiry .mktoform .mktolabel {
        width: 100% !important;
        padding: 10px;
        font-size: 1.5rem;
    }
    #inquiry .mktoform input[type=text],
    #inquiry .mktoform input[type=url],
    #inquiry .mktoform input[type=email],
    #inquiry .mktoform input[type=tel],
    #inquiry .mktoform input[type=number],
    #inquiry .mktoform input[type=date],
    #inquiry .mktoform textarea {
        font-size: 1.8rem;
        margin: 15px 0 30px;
        width: 100% !important;
        height: auto;
    }
    #inquiry .mktoform select {
        margin: 15px 0 30px;
        width: 100% !important;
    }
    #inquiry .mktoform .mktoradiolist,
    #inquiry .mktoform .mktocheckboxlist {
        width: auto !important;
        margin: 15px 0 15px 20px;
        float: left;
    }
    #inquiry .mktoform #lblfirstname,
    #inquiry .mktoform #lbllastname,
    #inquiry .mktoform #lblkanafirstname,
    #inquiry .mktoform #lblkanalastname {
        width: calc(100% - 5px) !important;
    }
    #inquiry .mktoform #lblfirstname,
    #inquiry .mktoform #lblkanafirstname {
        margin-left: 5px;
    }
    #inquiry .mktoform #lbllastname,
    #inquiry .mktoform #lblkanalastname {
        margin-right: 5px;
    }
    #inquiry .mktoform #firstname,
    #inquiry .mktoform #lastname,
    #inquiry .mktoform #kanafirstname,
    #inquiry .mktoform #kanalastname {
        width: calc(100% - 5px) !important;
    }
    #inquiry .mktoform #firstname,
    #inquiry .mktoform #kanafirstname {
        margin-left: 5px;
    }
    #inquiry .mktoform #lastname,
    #inquiry .mktoform #kanalastname {
        margin-right: 5px;
    }
    #inquiry .mktoform #postalcode {
        width: 100% !important;
    }
    #inquiry .mktoform #lblemailclubmember,
    #inquiry .mktoform #lblprivacypolicy02,
    #inquiry .mktoform #lblprivacypolicy {
        white-space: normal;
        padding: 0;
        width: 100% !important;
    }
}