/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: 0.35em 0.75em 0.625em
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
body, h1, h2, h3, h4, h5, h6, div, p, span, ul, ol, li, dl, dt, dd, table, tr, th, td, form, select, option, address, pre, strong, em, figure {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0
}
html {
    font-size: 62.5%
}
a {
    -webkit-transition: 0.4s color;
    transition: 0.4s color
}
a:link, a:visited {
    color: #404040;
    text-decoration: none
}
a:hover, a:active, a:focus {
    color: #047cb8;
    text-decoration: underline
}
a img, a picture {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
a:hover img, a:hover picture, a:active img, a:active picture, a:focus img, a:focus picture {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7
}
@media screen and (max-width: 768px) {
    a [href^="tel:"] {
        pointer-events: none
    }
}
em {
    font-style: normal
}
picture {
    display: inline-block
}
img, picture {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: auto
}
li {
    list-style: none
}
p {
    margin-bottom: 20px
}
strong {
    font-weight: bold
}
table {
    border-collapse: collapse
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}
body {
    background-color: #fff;
    background-size: auto;
    color: #404040;
    font-size: 1.8rem;
    font-family: 'BIZ UDPGothic', "メイリオ", Meiryo, "Meiryo UI", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, Arial, Helvetica;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    overflow-x: hidden
}
@media screen and (max-width: 1200px) {
    body {
        font-size: 1.7rem
    }
}
@media screen and (max-width: 960px) {
    body {
        font-size: 1.6rem
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 1.5rem
    }
}
.layout--header {
    background-color: #fff;
    height: 100px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}
.layout--header:before {
    background-color: #404040;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%
}
.layout--header .facade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1800px;
    width: 100%
}
.layout--header .brandName {
    background-color: #404040;
    height: 100px;
    margin-left: 0;
    margin-right: 90px;
    /*max-width: 230px;
    width: 230px;*/
    max-width: 300px;
    width: 380px;    
    padding: 10px 10px 10px 0;
    position: relative;
    
}
.layout--header .brandName:before {
    bottom: 0;
    border-right: 60px solid transparent;
    border-bottom: 100px solid #404040;
    content: "";
    display: block;
    height: 100px;
    margin: auto 0;
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px
}
.layout--header .brandName:after {
    background-color: #db007d;
    bottom: 0;
    border-right: 10px solid #4cb5e9;
    border-left: 10px solid #ffee4c;
    content: "";
    display: block;
    height: 100%;
    margin: auto 0;
    position: absolute;
    right: -60px;
    top: 0;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    width: 30px
}
.layout--header .brandName a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: 100%
}
.layout--header .brandName a:hover, .layout--header .brandName a:active, .layout--header .brandName a:focus {
    text-decoration: none
}
.layout--header .brandName a:hover .brandLogo, .layout--header .brandName a:active .brandLogo, .layout--header .brandName a:focus .brandLogo {
    opacity: 0.7
}
.layout--header .brandName a .brandLogo {
    /*max-height: 80px;
    max-width: 187px;*/
    max-height: 71px;
    max-width: 220px;    
    width: 100%
}
@media screen and (min-width: 1800px) {
    .layout--header:before {
        /*width: 27%*/
    }
}
@media screen and (max-width: 1400px) {
    .layout--header .brandName {
        /*max-width: 210px;
        width: 210px*/
        max-width: 300px;
        width: 340px
    }
}
@media screen and (max-width: 1200px) {
    .layout--header .facade {
        padding: 0 20px
    }
}
@media screen and (max-width: 1100px) {
    .layout--header {
        height: 80px
    }
    .layout--header:before {
        height: 80px;
        width: 20%
    }
    .layout--header .facade {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 80px
    }
    .layout--header .brandName {
        height: 80px;
        margin-right: 90px;
        max-width: 200px;
        padding: 5px 10px 5px 0
    }
    .layout--header .brandName:before {
        border-right: 42px solid transparent;
        border-bottom: 80px solid #404040;
        height: 80px;
        right: -42px;
        width: 42px
    }
    .layout--header .brandName:after {
        right: -42px
    }
    .layout--header .brandName a {
        height: 68px
    }
    .layout--header .brandName a .brandLogo {
        max-height: 68px;
        max-width: 158px
    }
}
@media screen and (max-width: 414px) {
    .layout--header .brandName {
        max-width: 140px
    }
}
body {
    position: relative;
    width: 100vw
}
body.is-fixed {
    height: 100%;
    overflow: hidden
}
.layout--contents {
    margin: 0 auto;
    padding-top: 160px;
    position: relative;
    max-width: 1800px
}
@media screen and (min-width: 1800px) {
    .layout--contents {
        max-width: 100%
    }
}
@media screen and (max-width: 960px) {
    .layout--contents {
        padding-top: calc(80px + 56px);
        max-width: 960px
    }
}
@media screen and (max-width: 600px) {
    .layout--contents {
        padding-top: 80px
    }
}
.sectionOuter {
    margin: 0 auto 100px;
    position: relative;
    max-width: 100vw;
    width: 100%
}
@media screen and (max-width: 1200px) {
    .sectionOuter {
        margin: 0 auto 90px
    }
}
@media screen and (max-width: 960px) {
    .sectionOuter {
        margin: 0 auto 80px
    }
}
@media screen and (max-width: 600px) {
    .sectionOuter {
        margin: 0 auto 70px
    }
}
.sectionInner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 30px;
    width: 100%
}
@media screen and (max-width: 960px) {
    .sectionInner {
        padding: 0 20px
    }
}
@media screen and (max-width: 600px) {
    .sectionInner {
        padding: 0 15px
    }
}
.sectionInnerMin {
    margin: 100px auto;
    max-width: 1024px;
    padding: 0;
    width: 100%
}
@media screen and (max-width: 1200px) {
    .sectionInnerMin {
        margin: 90px auto
    }
}
@media screen and (max-width: 960px) {
    .sectionInnerMin {
        margin: 80px auto
    }
}
@media screen and (max-width: 600px) {
    .sectionInnerMin {
        margin: 70px auto
    }
}
.wrapping--l {
    margin-bottom: 100px;
    margin-top: 100px
}
.wrapping--m {
    margin-bottom: 40px;
    margin-top: 40px
}
.wrapping--s {
    margin-bottom: 30px;
    margin-top: 30px
}
.layout--footer {
    background-color: #404040;
    bottom: 0;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5
}
.layout--footer a:link, .layout--footer a:visited {
    color: #fff;
    text-decoration: none
}
.layout--footer a:hover, .layout--footer a:active, .layout--footer a:focus {
    color: #f79000;
    text-decoration: underline
}
.cat--other.beforeFooter {
    margin-bottom: 100px
}
.cat--other.beforeFooter:after {
    background: url("../images/cmn_img/bg_ark_k.svg") no-repeat center -1px;
    background-size: 100% 150px;
    content: "";
    display: block;
    height: 150px;
    margin-bottom: -101px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%
}
@media screen and (max-width: 1200px) {
    .cat--other.beforeFooter {
        margin-bottom: 90px
    }
    .cat--other.beforeFooter:after {
        background-position: center -16px;
        background-size: 100% 140px;
        height: 140px;
        margin-bottom: -91px
    }
}
@media screen and (max-width: 960px) {
    .cat--other.beforeFooter {
        margin-bottom: 80px
    }
    .cat--other.beforeFooter:after {
        background-position: center -21px;
        background-size: 110% 130px;
        height: 130px;
        margin-bottom: -81px
    }
}
@media screen and (max-width: 600px) {
    .cat--other.beforeFooter {
        margin-bottom: 90px
    }
    .cat--other.beforeFooter:after {
        background-position: center -31px;
        background-size: 130% 120px;
        height: 120px;
        margin-bottom: -91px
    }
}
@media screen and (max-width: 414px) {
    .cat--other.beforeFooter {
        margin-bottom: 90px
    }
    .cat--other.beforeFooter:after {
        background-size: 120% 90px;
        height: 90px
    }
}
.globalNav .globalMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}
.globalNav .globalMenu .item {
    margin-left: 30px;
    width: auto
}
.globalNav .globalMenu .item:first-child {
    margin-left: 0
}
.globalNav .globalMenu .item a {
    color: #404040;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    font-display: swap;
    line-height: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap
}
.globalNav .globalMenu .item a:hover, .globalNav .globalMenu .item a:active, .globalNav .globalMenu .item a:focus {
    color: #4cb5e9;
    text-decoration: none
}
@media screen and (max-width: 1400px) {
    .globalNav .globalMenu {
        padding-left: 10px
    }
    .globalNav .globalMenu .item {
        margin-left: 20px
    }
}
@media screen and (max-width: 1300px) {
    .globalNav .globalMenu .item {
        margin-left: 15px
    }
    .globalNav .globalMenu .item a {
        font-size: 1.6rem
    }
}
@media screen and (max-width: 1200px) {
    .globalNav .globalMenu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .globalNav .globalMenu .item {
        margin-left: 10px;
        margin-right: 10px;
        width: auto
    }
    .globalNav .globalMenu .item:first-child {
        margin-left: 10px;
        margin-right: 10px
    }
}
@media screen and (max-width: 960px) {
    .globalNav {
        display: none
    }
}
.headerInquiry {
    background-color: #b2e9ff;
    color: #404040;
    height: 60px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 100px;
    width: 100%
}
.headerInquiry .headerInquiryInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%
}
.headerInquiry .headerInquiryInner .btn {
    font-size: 1.6rem;
    line-height: 47px;
    height: 50px;
    margin: 5px 0;
    width: 260px
}
.headerInquiry .appealPoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 10px
}
.headerInquiry .appealPoint .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1
}
.headerInquiry .appealPoint .item p {
    margin-bottom: 0
}
.headerInquiry .appealPoint .item .icon {
    margin-right: 5px
}
.headerInquiry .appealPoint .item.type--map {
    font-size: 1.9rem;
    width: 180px
}
.headerInquiry .appealPoint .item.type--free {
    font-size: 1.9rem;
    width: 178px
}
.headerInquiry .appealPoint .item.type--free span {
    display: block;
    font-size: 1.3rem
}
.headerInquiry .appealPoint .item.type--card {
    font-size: 1.6rem;
    width: 140px
}
.headerInquiry .appealPoint .item.type--tel {
    font-size: 1.2rem;
    width: 230px
}
.headerInquiry .appealPoint .item.type--tel .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(230px - 50px)
}
.headerInquiry .appealPoint .item.type--tel .telephone {
    font-family: 'Roboto', serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-display: swap;
    white-space: nowrap
}
@media screen and (max-width: 1200px) {
    .headerInquiry .headerInquiryInner .btn {
        font-size: 1.5rem
    }
    .headerInquiry .appealPoint .item.type--map {
        font-size: 1.8rem;
        width: 175px
    }
    .headerInquiry .appealPoint .item.type--free {
        font-size: 1.8rem;
        width: 168px
    }
    .headerInquiry .appealPoint .item.type--free span {
        font-size: 1.2rem
    }
    .headerInquiry .appealPoint .item.type--card {
        font-size: 1.5rem;
        width: 135px
    }
    .headerInquiry .appealPoint .item.type--tel {
        font-size: 1.1rem;
        width: 213px
    }
    .headerInquiry .appealPoint .item.type--tel .text {
        width: calc(213px - 50px)
    }
    .headerInquiry .appealPoint .item.type--tel .telephone {
        font-size: 2.3rem
    }
}
@media screen and (max-width: 960px) {
    .headerInquiry {
        height: 56px;
        top: 80px
    }
    .headerInquiry .headerInquiryInner {
        height: 56px
    }
    .headerInquiry .headerInquiryInner .btn {
        font-size: 1.4rem;
        line-height: 57px;
        height: 60px;
        position: absolute;
        top: -75px;
        right: 80px;
        width: 230px
    }
    .headerInquiry .appealPoint .item.type--map {
        font-size: 1.4rem;
        width: 142px
    }
    .headerInquiry .appealPoint .item.type--free {
        font-size: 1.4rem;
        width: 142px
    }
    .headerInquiry .appealPoint .item.type--free span {
        font-size: 1.0rem
    }
    .headerInquiry .appealPoint .item.type--card {
        font-size: 1.3rem;
        width: 117px
    }
    .headerInquiry .appealPoint .item.type--tel {
        font-size: 1.0rem;
        width: 180px
    }
    .headerInquiry .appealPoint .item.type--tel .text {
        width: calc(180px - 44px)
    }
    .headerInquiry .appealPoint .item.type--tel .telephone {
        font-size: 1.8rem
    }
    .headerInquiry .appealPoint .item.type--tel .hidden {
        display: none
    }
}
@media screen and (max-width: 600px) {
    .headerInquiry {
        bottom: 0;
        position: fixed;
        top: auto
    }
    .headerInquiry .headerInquiryInner {
        height: 56px
    }
    .headerInquiry .headerInquiryInner .btn {
        font-size: 1.4rem;
        line-height: 1.1;
        height: 50px;
        padding: 9px 10px 8px;
        position: relative;
        right: 0;
        top: -2px;
        width: 150px
    }
    .headerInquiry .appealPoint .item.type--map, .headerInquiry .appealPoint .item.type--free, .headerInquiry .appealPoint .item.type--card {
        display: none
    }
}
@media screen and (max-width: 414px) {
    .headerInquiry {
        bottom: 0;
        position: fixed;
        top: auto
    }
    .headerInquiry .headerInquiryInner {
        height: 56px
    }
    .headerInquiry .headerInquiryInner .btn {
        font-size: 1.2rem;
        padding: 11px 2px 10px;
        width: 116px
    }
    .headerInquiry .appealPoint {
        margin: 2px 5px
    }
    .headerInquiry .appealPoint .item.type--tel {
        width: 160px
    }
    .headerInquiry .appealPoint .item.type--tel .text {
        width: calc(160px - 44px)
    }
    .headerInquiry .appealPoint .item.type--tel .telephone {
        font-size: 1.6rem
    }
}
.hamburgerMenu {
    display: none
}
@media screen and (max-width: 960px) {
    .cat--form .hamburgerMenu {
        display: none
    }
    .hamburgerMenu {
        background-color: transparent;
        border: 0;
        cursor: pointer;
        display: inline-block;
        height: 28px;
        margin: 9px 5px 8px auto;
        padding: 0;
        position: absolute;
        right: 7px;
        top: 25px;
        width: 42px
    }
    .hamburgerMenu:focus {
        outline-style: none
    }
    .hamburgerMenu::after {
        background-color: #db007d;
        content: "";
        display: block;
        height: 80px;
        position: absolute;
        right: -14px;
        top: -34px;
        width: 70px;
        z-index: -1
    }
    .hamburgerMenu::before {
        color: #fff;
        content: "MENU";
        display: block;
        font-family: 'BIZ UDPGothic', sans-serif;
        font-size: 1.3rem;
        font-weight: 400;
        font-display: swap;
        left: 0;
        position: absolute;
        text-decoration: none;
        text-align: center;
        top: -18px;
        white-space: nowrap;
        width: 100%
    }
    .hamburgerMenu span {
        background-color: #fff;
        border-radius: 4px;
        display: inline-block;
        left: 0;
        height: 4px;
        position: absolute;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 100%
    }
    .hamburgerMenu span:nth-of-type(1) {
        top: 0
    }
    .hamburgerMenu span:nth-of-type(2) {
        top: 12px
    }
    .hamburgerMenu span:nth-of-type(3) {
        bottom: 0
    }
    .hamburgerMenu.is-active {
        z-index: 1000
    }
    .hamburgerMenu.is-active::before {
        content: "CLOSE";
        top: -20px
    }
    .hamburgerMenu.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg)
    }
    .hamburgerMenu.is-active span:nth-of-type(2) {
        opacity: 0
    }
    .hamburgerMenu.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg)
    }
}
#js-sp-menu-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden
}
#js-sp-menu-wrapper.is-active {
    background: #4cb5e9;
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    left: 0;
    opacity: 1;
    padding-top: 110px;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    visibility: visible;
    z-index: 999
}
#js-sp-menu-wrapper .hamburgerMenu::after {
    background-color: #db007d
}
#js-sp-menu-wrapper .fullScreenNavWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}
#js-sp-menu-wrapper .fullScreenHeading {
    font-family: 'Roboto', serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-display: swap;
    line-height: 1;
    margin: 10px auto 0;
    padding: 0 0 5px 0;
    position: relative;
    text-align: center
}
#js-sp-menu-wrapper .fullScreenHeading:before {
    background: url(../images/home/img_robot2.svg) no-repeat left top;
    background-size: 100px 100px;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -105px;
    width: 100px
}
#js-sp-menu-wrapper .fullScreenNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 100%
}
#js-sp-menu-wrapper .fullScreenNav .item {
    border-radius: 40px;
    border: 1px solid #404040;
    line-height: 1.25;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: 0.4s background-color;
    transition: 0.4s background-color;
    width: 140px
}
#js-sp-menu-wrapper .fullScreenNav .item:hover, #js-sp-menu-wrapper .fullScreenNav .item:active, #js-sp-menu-wrapper .fullScreenNav .item:focus {
    background-color: rgba(255, 255, 255, 0.5)
}
#js-sp-menu-wrapper .fullScreenNav a {
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    height: 70px;
    padding: 0 10px
}
#js-sp-menu-wrapper .fullScreenNav a:hover, #js-sp-menu-wrapper .fullScreenNav a:active, #js-sp-menu-wrapper .fullScreenNav a:focus {
    text-decoration: none
}
#js-sp-menu-wrapper .fullScreenNav.type--other {
    margin: 20px auto 0;
    padding: 0 10px 20px 10px
}
#js-sp-menu-wrapper .fullScreenNav.type--other .item {
    border-radius: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin: 10px;
    padding: 0;
    width: auto
}
#js-sp-menu-wrapper .fullScreenNav.type--other .item:hover, #js-sp-menu-wrapper .fullScreenNav.type--other .item:active, #js-sp-menu-wrapper .fullScreenNav.type--other .item:focus {
    background-color: initial
}
#js-sp-menu-wrapper .fullScreenNav.type--other a {
    font-size: 1.5rem;
    height: auto;
    padding: 0
}
#js-sp-menu-wrapper .fullScreenNav.type--other a:hover, #js-sp-menu-wrapper .fullScreenNav.type--other a:active, #js-sp-menu-wrapper .fullScreenNav.type--other a:focus {
    color: #fff;
    text-decoration: underline
}
@media screen and (max-width: 334px) {
    #js-sp-menu-wrapper .fullScreenNav .item {
        width: 134px
    }
    #js-sp-menu-wrapper .fullScreenNav a {
        font-size: 1.6rem;
        height: 60px
    }
    #js-sp-menu-wrapper .fullScreenNav.type--other {
        margin: 15px auto 0
    }
    #js-sp-menu-wrapper .fullScreenNav.type--other .item {
        margin: 7px
    }
    #js-sp-menu-wrapper .fullScreenNav.type--other a {
        font-size: 1.4rem
    }
}
@media screen and (min-width: 500px) {
    #js-sp-menu-wrapper .fullScreenNav.type--other a {
        font-size: 1.7rem
    }
}
@media screen and (min-width: 768px) {
    #js-sp-menu-wrapper .fullScreenHeading {
        font-size: 2.6rem;
        padding: 5px 0 10px 0
    }
    #js-sp-menu-wrapper .fullScreenNav .item {
        width: 160px
    }
    #js-sp-menu-wrapper .fullScreenNav a {
        font-size: 2.0rem
    }
}
.footerSiteMap {
    margin: 50px auto;
    width: 100%
}
.footerSiteMap .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%
}
.footerSiteMap .menu .item {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0.5em 1em 0.5em
}
.footerSiteMap .menu .item a {
    color: #fff
}
.footerSiteMap .menu .item a:hover, .footerSiteMap .menu .item a:active, .footerSiteMap .menu .item a:focus {
    color: #f79000
}
.footerSiteMap .menu.type--sub .item {
    font-size: 1.3rem;
    margin: 0 0.5em
}
@media screen and (max-width: 1200px) {
    .footerSiteMap .menu .item {
        font-size: 1.6rem
    }
    .footerSiteMap .menu.type--sub .item {
        font-size: 1.25rem;
        margin: 0 0.4em
    }
}
@media screen and (max-width: 960px) {
    .footerSiteMap {
        margin: 40px auto
    }
    .footerSiteMap .menu {
        margin-bottom: 0.5em
    }
    .footerSiteMap .menu .item {
        font-size: 1.5rem;
        margin: 0 0.5em 0.5em 0.5em
    }
    .footerSiteMap .menu.type--sub .item {
        font-size: 1.2rem;
        margin: 0 0.4em 0.5em 0.4em
    }
}
@media screen and (max-width: 600px) {
    .footerSiteMap {
        margin: 40px auto
    }
    .footerSiteMap .menu {
        display: none
    }
}
.footerCorporate {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 100%
}
.footerCorporate .brandName {
    margin-right: 70px
}
.footerCorporate .brandName a {
    display: block
}
.footerCorporate .brandName .brandLogo {
    width: 187px
}
.footerCorporate .corporate {
    font-size: 1.3rem;
    line-height: 1;
    text-align: left
}
.footerCorporate .corporate .text {
    margin-bottom: 17px
}
.footerCorporate .corporate .corporateName {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 12px
}
.footerCorporate .corporate .type--data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}
.footerCorporate .corporate .type--data p {
    margin-bottom: 0
}
.footerCorporate .corporate .type--data span {
    display: inline-block
}
.footerCorporate .corporate .type--address {
    margin-right: 1em;
    margin-bottom: 0
}
.footerCorporate .corporate .type--address span {
    margin-left: 0.5em;
    margin-right: 0.5em
}
.footerCorporate .corporate .type--tel {
    margin-bottom: 0
}
@media screen and (max-width: 960px) {
    .footerCorporate {
        padding: 0 20px
    }
    .footerCorporate .brandName {
        margin-right: 30px
    }
    .footerCorporate .corporate {
        font-size: 1.2rem;
        line-height: 1.1
    }
    .footerCorporate .corporate .text {
        margin-bottom: 15px
    }
    .footerCorporate .corporate .corporateName {
        font-size: 2.0rem;
        margin-bottom: 10px
    }
    .footerCorporate .corporate .type--data {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px
    }
    .footerCorporate .corporate .type--data p {
        margin-bottom: 5px
    }
}
@media screen and (max-width: 600px) {
    .footerCorporate {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px
    }
    .footerCorporate .brandName {
        margin-bottom: 30px;
        margin-right: 20px
    }
    .footerCorporate .corporate {
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: center
    }
    .footerCorporate .corporate .corporateName {
        font-size: 1.8rem
    }
    .footerCorporate .corporate .type--data {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.footerEndWrapper {
    background-color: #fff;
    padding: 0 20px
}
.footerEnd {
    height: 50px;
    text-align: center
}
.footerEnd .copy {
    color: #404040;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 50px;
    margin: 0 auto
}
@media screen and (max-width: 600px) {
    .footerEndWrapper {
        padding: 0 15px 56px 15px
    }
    .footerEnd {
        height: 40px
    }
    .footerEnd .copy {
        font-size: 1.0rem;
        letter-spacing: 0;
        line-height: 40px
    }
}
.heading--hidden {
    font-size: 0;
    height: 0;
    margin: 0;
    position: absolute;
    opacity: 0;
    width: 0
}
.sandwichLine--wrapper {
    text-align: center;
    width: 100%
}
.sandwichLine--wrapper .sandwichLine--sub {
    color: #fff;
    font-family: 'Roboto', serif;
    font-size: 2.5rem;
    font-weight: 700;
    font-display: swap;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0 auto 15px
}
.heading--sandwichLine {
    color: #fff;
    display: inline-block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 7.5rem;
    font-weight: 700;
    font-display: swap;
    letter-spacing: 0.2em;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
    line-height: 1.1;
    margin: 15px auto 30px;
    padding-left: 0.13em;
    position: relative;
    text-align: left;
    max-width: 10em;
    width: 100%
}
.cat--signboard .heading--sandwichLine {
    max-width: 10em
}
.cat--order .heading--sandwichLine {
    max-width: 8.5em
}
.heading--sandwichLine::before {
    content: "";
    background-color: #fff;
    border-radius: 3px;
    top: -16px;
    display: inline-block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%
}
.heading--sandwichLine::after {
    content: "";
    background-color: #fff;
    border-radius: 3px;
    bottom: -16px;
    display: inline-block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%
}
.heading--sandwichLine span {
    display: inline-block;
    line-height: 1.15
}
.cat--signboard .heading--sandwichLine {
    max-width: 10em
}
.cat--car .heading--sandwichLine {
    max-width: 10.6em
}
.cat--window .heading--sandwichLine {
    max-width: 11.4em
}
.cat--wallpaper .heading--sandwichLine {
    max-width: 10.7em
}
.cat--legal .heading--sandwichLine {
    max-width: 8.6em
}
.cat--usage .heading--sandwichLine {
    max-width: 9.7em
}
.cat--form .heading--sandwichLine {
    max-width: 7.4em
}
@media screen and (max-width: 1200px) {
    .sandwichLine--wrapper .sandwichLine--sub {
        font-size: 2.3rem
    }
    .heading--sandwichLine {
        font-size: 7.1rem
    }
}
@media screen and (max-width: 960px) {
    .sandwichLine--wrapper .sandwichLine--sub {
        font-size: 2.1rem
    }
    .heading--sandwichLine {
        font-size: 6.4rem
    }
}
@media screen and (max-width: 800px) {
    .sandwichLine--wrapper .sandwichLine--sub {
        font-size: 2.0rem
    }
    .heading--sandwichLine {
        font-size: 5.2rem
    }
}
@media screen and (max-width: 600px) {
    .sandwichLine--wrapper .sandwichLine--sub {
        font-size: 1.6rem
    }
    .heading--sandwichLine {
        font-size: 3.4rem
    }
}
@media screen and (max-width: 414px) {
    .sandwichLine--wrapper .sandwichLine--sub {
        font-size: 1.3rem
    }
    .heading--sandwichLine {
        font-size: 2.6rem
    }
}
.heading--wideLine {
    color: #fff;
    display: block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    font-display: swap;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
    line-height: 1.2;
    margin: 40px 0 40px;
    position: relative
}
.heading--wideLine::before {
    content: "";
    background-color: #404040;
    border-radius: 3px;
    bottom: -16px;
    display: inline-block;
    height: 6px;
    position: absolute;
    width: 100%
}
.heading--wideLine.type--cyan::before {
    background-color: #4cb5e9
}
.heading--wideLine.type--yellow::before {
    background-color: #ffc300
}
@media screen and (max-width: 1200px) {
    .heading--wideLine {
        font-size: 4.0rem
    }
}
@media screen and (max-width: 960px) {
    .heading--wideLine {
        font-size: 3.6rem
    }
}
@media screen and (max-width: 600px) {
    .heading--wideLine {
        font-size: 2.8rem;
        margin: 30px 0 30px
    }
    .heading--wideLine::before {
        bottom: -9px;
        border-radius: 2.5px;
        height: 5px
    }
}
@media screen and (max-width: 414px) {
    .heading--wideLine {
        font-size: 2.5rem
    }
}
.heading--shortLine {
    color: #fff;
    display: block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    font-display: swap;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 0px 2px 0 #000, 0 -2px 0 #000, -2px 0 0 #000, 2px 0 0 #000;
    line-height: 1;
    margin: 40px 0 63px
}
.heading--shortLine span {
    display: inline-block;
    position: relative
}
.heading--shortLine span::before {
    content: "";
    background-color: #404040;
    border-radius: 3px;
    bottom: -23px;
    display: inline-block;
    height: 6px;
    position: absolute;
    width: 100%
}
.heading--shortLine.type--cyan span::before {
    background-color: #4cb5e9
}
.heading--shortLine.type--yellow span::before {
    background-color: #ffc300
}
@media screen and (max-width: 1200px) {
    .heading--shortLine {
        font-size: 4.0rem
    }
}
@media screen and (max-width: 960px) {
    .heading--shortLine {
        font-size: 3.6rem
    }
}
@media screen and (max-width: 600px) {
    .heading--shortLine {
        font-size: 2.8rem;
        margin: 30px 0 48px
    }
    .heading--shortLine span::before {
        bottom: -16px;
        border-radius: 2.5px;
        height: 5px
    }
}
@media screen and (max-width: 414px) {
    .heading--shortLine {
        font-size: 2.5rem
    }
}
.heading--square {
    color: #404040;
    display: block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    font-display: swap;
    line-height: 1;
    margin: 24px 0 24px;
    padding-left: 42px;
    position: relative;
    width: 100%
}
.heading--square::before {
    content: "";
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    bottom: 0;
    display: block;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 32px
}
.heading--square::after {
    content: "";
    background-color: #f79000;
    border-radius: 4px;
    bottom: 0;
    display: block;
    height: 24px;
    left: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px
}
@media screen and (max-width: 1200px) {
    .heading--square {
        font-size: 2.4rem
    }
}
@media screen and (max-width: 960px) {
    .heading--square {
        font-size: 2.2rem;
        padding-left: 34px
    }
    .heading--square::before {
        height: 24px;
        width: 24px
    }
    .heading--square::after {
        height: 16px;
        width: 16px
    }
}
@media screen and (max-width: 600px) {
    .heading--square {
        font-size: 2.0rem;
        padding-left: 32px
    }
    .heading--square::before {
        height: 22px;
        width: 22px
    }
    .heading--square::after {
        height: 14px;
        width: 14px
    }
}
.heading--circle {
    color: #404040;
    display: block;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    font-display: swap;
    line-height: 1;
    margin: 20px 0 20px;
    padding-left: 42px;
    position: relative
}
.heading--circle::before {
    content: "";
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px
}
.heading--circle::after {
    content: "";
    background-color: #f79000;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 22px;
    left: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 22px
}
@media screen and (max-width: 1200px) {
    .heading--circle {
        font-size: 2.0rem
    }
}
@media screen and (max-width: 960px) {
    .heading--circle {
        font-size: 1.9rem;
        padding-left: 32px
    }
    .heading--circle::before {
        height: 22px;
        width: 22px
    }
    .heading--circle::after {
        height: 14px;
        width: 14px
    }
}
@media screen and (max-width: 600px) {
    .heading--circle {
        font-size: 1.7rem;
        padding-left: 30px
    }
    .heading--circle::before {
        height: 20px;
        width: 20px
    }
    .heading--circle::after {
        height: 12px;
        width: 12px
    }
}
.btnWrap {
    text-align: center
}
.btnWrap--l {
    text-align: left
}
.btnWrap--r {
    text-align: right
}
.btnWrap--flexC, .btnWrap--flexL, .btnWrap--flexR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}
.btnWrap--flexC .btn, .btnWrap--flexL .btn, .btnWrap--flexR .btn {
    margin-left: 10px;
    margin-right: 10px
}
.btnWrap--flexC {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.btnWrap--flexL {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.btnWrap--flexR {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
button {
    border-color: #999;
    border-style: solid;
    background: #fff;
    color: #404040;
    cursor: pointer
}
button.btn {
    background-color: #fff;
    border: 2px solid #404040;
    border-radius: 35px;
    color: #404040;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 700;
    height: 70px;
    line-height: 68px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    width: 480px;
    border-width: 0;
    display: block
}
button.btn:hover, button.btn:active, button.btn:focus {
    background-color: #fff599
}
button.btn > a {
    color: #404040;
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none
}
@media screen and (max-width: 960px) {
    button.btn {
        font-size: 1.8rem
    }
}
@media screen and (max-width: 600px) {
    button.btn {
        font-size: 1.6rem;
        width: calc(480px * 0.8)
    }
}
button.btn.disabled {
    background-color: #ccc;
    cursor: default;
    pointer-events: none
}
button.disabled {
    background-color: #ccc;
    color: #404040;
    cursor: default;
    pointer-events: none
}
.btn {
    background-color: #fff;
    border: 2px solid #404040;
    border-radius: 35px;
    color: #404040;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 700;
    height: 70px;
    line-height: 68px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    width: 480px
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #fff599
}
.btn > a {
    color: #404040;
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none
}
@media screen and (max-width: 960px) {
    .btn {
        font-size: 1.8rem
    }
}
@media screen and (max-width: 600px) {
    .btn {
        font-size: 1.6rem;
        width: calc(480px * 0.8)
    }
}
.btn--arrow {
    background-color: #fff;
    border: 2px solid #404040;
    border-radius: 35px;
    color: #404040;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 700;
    height: 70px;
    line-height: 68px;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    width: 480px;
    margin-bottom: 0;
    max-width: 480px;
    text-align: left;
    width: 100%
}
.btn--arrow:hover, .btn--arrow:active, .btn--arrow:focus {
    background-color: #fff599
}
.btn--arrow > a {
    color: #404040;
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none
}
@media screen and (max-width: 960px) {
    .btn--arrow {
        font-size: 1.8rem
    }
}
@media screen and (max-width: 600px) {
    .btn--arrow {
        font-size: 1.6rem;
        width: calc(480px * 0.8)
    }
}
.btn--arrow > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1;
    padding-left: 68px;
    padding-right: 10px;
    width: 100%
}
.btn--arrow > a::before {
    background-color: #b2e9ff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 54px;
    left: 6px;
    margin: auto 0;
    position: absolute;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    top: 0;
    width: 54px
}
.btn--arrow > a::after {
    bottom: 0;
    content: "\2193";
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 68px;
    left: 14px;
    margin: auto 0;
    position: absolute;
    top: 0
}
.btn--arrow:hover::before, .btn--arrow:active::before, .btn--arrow:focus::before {
    background-color: #ffc300
}
@media screen and (max-width: 1100px) {
    .btn--arrow {
        width: calc(50% - 20px)
    }
}
@media screen and (max-width: 960px) {
    .btn--arrow {
        width: calc(100% - 10px)
    }
}
@media screen and (max-width: 600px) {
    .btn--arrow {
        height: 60px;
        line-height: 68px
    }
    .btn--arrow > a {
        padding-left: 58px
    }
    .btn--arrow > a::before {
        height: 44px;
        width: 44px
    }
    .btn--arrow > a::after {
        font-size: 2.8rem;
        line-height: 58px
    }
}
.defaultList {
    padding-left: 1.4em;
    margin-top: 20px;
    width: 100%
}
.defaultList li {
    list-style: disc;
    line-height: 1.25;
    margin-top: 0.4em
}
.defaultList li:first-of-type {
    margin-top: 0
}
.defaultList.type--none {
    padding-left: 0
}
.defaultList.type--none li {
    list-style-type: none
}
.dataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}
.dataList dt {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-left: 1em;
    padding-top: 20px;
    width: 13em
}
.dataList dt:first-of-type {
    margin-top: 0
}
.dataList dd {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-left: 2em;
    padding-right: 1em;
    padding-top: 20px;
    width: calc(100% - 13em)
}
.dataList dd:first-of-type {
    margin-top: 0
}
@media screen and (max-width: 600px) {
    .dataList {
        margin-bottom: 15px
    }
    .dataList dt {
        margin-top: 15px;
        padding-top: 15px;
        width: 8em
    }
    .dataList dd {
        margin-top: 15px;
        padding-left: 1.5em;
        padding-top: 15px;
        width: calc(100% - 8em)
    }
}
.priceTableWrapper {
    /*overflow: auto;*/
    margin-bottom: 10px;
    width: 100%
}
.plainTable {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 100%
}
.plainTable.sandwichLine tr {
    border-top: 1px solid #ccc
}
.plainTable.sandwichLine tr:first-of-type {
    border-top-width: 1px
}
.plainTable.sandwichLine tr:last-of-type {
    border-bottom: 1px solid #ccc
}
.plainTable tr {
    border-top: 1px solid #ccc
}
.plainTable tr:first-of-type {
    border-top-width: 0
}
.plainTable th, .plainTable td {
    line-height: 1.35;
    padding: 0.9em 0.5em;
    text-align: left;
    vertical-align: top
}
.plainTable th {
    font-weight: 500;
    width: 30%
}
.plainTable td {
    font-weight: 500;
    width: 70%
}
.plainTable dl {
    line-height: 1.125
}
.plainTable dt {
    margin-top: 1em
}
.plainTable dt:first-of-type {
    margin-top: 0
}
.plainTable dd {
    font-size: 1.6rem
}
@media screen and (max-width: 800px) {
    .cat--form .plainTable {
        display: block
    }
    .cat--form .plainTable tbody, .cat--form .plainTable tr, .cat--form .plainTable th, .cat--form .plainTable td {
        display: block;
        width: 100%
    }
    .cat--form .plainTable th, .cat--form .plainTable td {
        padding: 10px 0
    }
    .cat--form .plainTable th {
        font-weight: 700;
        position: relative;
        padding-bottom: 0
    }
    .cat--form .plainTable th::after {
        border-bottom: 1px solid #ccc;
        bottom: -5px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 1em
    }
}
@media screen and (max-width: 600px) {
    .plainTable {
        display: block
    }
    .plainTable tbody, .plainTable tr, .plainTable th, .plainTable td {
        display: block;
        width: 100%
    }
    .plainTable th, .plainTable td {
        padding: 10px 0
    }
    .plainTable th {
        font-weight: 700;
        position: relative;
        padding-bottom: 0
    }
    .plainTable th::after {
        border-bottom: 1px solid #ccc;
        bottom: -5px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        width: 1em
    }
}
.font-num, .font-robot {
    font-family: 'Roboto', sans-serif
}
.icon.type--circle {
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 50px;
    width: 50px
}
.icon.type--circle.ic--map {
    background-image: url("../images/cmn_img/icon_map_o.svg");
    background-size: 36px 36px;
    background-position: center center
}
.icon.type--circle.ic--free {
    background-image: url("../images/cmn_img/icon_free_o.svg");
    background-size: 36px 36px;
    background-position: center center
}
.icon.type--circle.ic--card {
    background-image: url("../images/cmn_img/icon_card_o.svg");
    background-size: 36px 36px;
    background-position: center center
}
.icon.type--circle.ic--tel {
    background-image: url("../images/cmn_img/icon_tel_o.svg");
    background-size: 36px 36px;
    background-position: center center
}
.icon.type--square {
    background-color: #f7a100;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 80px;
    width: 80px
}
.icon.type--square.ic--map {
    background-image: url("../images/cmn_img/icon_map_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--free {
    background-image: url("../images/cmn_img/icon_free_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--file {
    background-image: url("../images/cmn_img/icon_file_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--hand {
    background-image: url("../images/cmn_img/icon_hand_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--upload {
    background-image: url("../images/cmn_img/icon_upload_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--printer {
    background-image: url("../images/cmn_img/icon_printer_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
.icon.type--square.ic--send {
    background-image: url("../images/cmn_img/icon_send_w.svg");
    background-size: 58px 58px;
    background-position: center center
}
@media screen and (max-width: 960px) {
    .icon.type--circle {
        height: 44px;
        width: 44px
    }
    .icon.type--circle.ic--map, .icon.type--circle.ic--free, .icon.type--circle.ic--card, .icon.type--circle.ic--tel {
        background-size: 30px 30px
    }
    .icon.type--square {
        height: 66px;
        width: 66px
    }
    .icon.type--square.ic--map, .icon.type--square.ic--free, .icon.type--square.ic--file, .icon.type--square.ic--hand, .icon.type--square.ic--upload, .icon.type--square.ic--printer, .icon.type--square.ic--send {
        background-size: 44px 44px
    }
}
.txt--underline {
    display: inline-block;
    position: relative
}
.txt--underline::before {
    content: "";
    background-color: #ffee4c;
    border-radius: 2px;
    bottom: -5px;
    display: inline-block;
    height: 4px;
    position: absolute;
    width: 100%
}
@media screen and (max-width: 600px) {
    .txt--underline::before {
        border-radius: 1.5px;
        bottom: 1px;
        height: 3px
    }
}
.txt--wavyline {
    text-decoration: underline;
    -webkit-text-decoration-style: double;
    text-decoration-style: double;
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy;
    -webkit-text-decoration-color: #ffc300;
    text-decoration-color: #ffc300
}
.bg--White {
    background-color: #fff
}
.bg--Gray {
    background-color: #e5e5e5
}
.bg--black {
    background-color: #000;
    color: #fff
}
.txt--left {
    text-align: left !important
}
.txt--center {
    text-align: center !important
}
.txt--right {
    text-align: right !important
}
.image {
    margin-bottom: 30px
}
@media screen and (max-width: 600px) {
    .image {
        margin-bottom: 20px
    }
}
.with--line {
    border: 1px solid #ccc
}
.attention, .required {
    color: #db007d !important;
    font-weight: inherit
}
.txt--small {
    font-size: 1.5rem;
    font-weight: inherit
}
@media screen and (max-width: 960px) {
    .txt--small {
        font-size: 1.3rem
    }
}
a.txt--link {
    color: #404040;
    text-decoration: underline
}
a.txt--link:hover, a.txt--link:active, a.txt--link:focus {
    color: #f79000
}
.weightBold {
    font-weight: 700
}
.newline {
    display: inline-block;
    font-weight: inherit
}
.txt--narrow1 {
    font-weight: inherit;
    letter-spacing: -1px
}
.txt--narrow2 {
    letter-spacing: -2px
}
.txt--narrow3 {
    font-weight: inherit;
    letter-spacing: -3px
}
.noWrap {
    white-space: nowrap
}
.only--pc {
    display: block
}
.only--sp {
    display: none
}
@media screen and (max-width: 600px) {
    .only--pc {
        display: none
    }
    .only--sp {
        display: block
    }
}
a.disabled {
    color: #777;
    pointer-events: none
}
input, textarea, select {
    background: #fff;
    border-color: #db007d;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    outline-color: #db007d
}
input {
    height: 35px;
    line-height: 1;
    padding: 0 10px
}
select {
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px
}