@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,hr,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: rgba(0,0,0,0)
}

h1,h2,h3,h4,h5,h6 {
    color: #000;
    letter-spacing: 0
}

p {
    letter-spacing: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
    margin: 0
}

body {
    -webkit-text-size-adjust: 100%;
    max-width: 100vw
}

li {
    list-style: none
}

a,button {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left
}

button {
    padding: 0;
    border-style: none;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1
}

input,select,textarea {
    padding: 0;
    border-style: none;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    line-height: 1
}

*,*::before,*::after {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    margin: 0px
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%
}

.ast {
    font-family: sans-serif
}

@media screen and (max-width: 640px) {
    body {
        font-size:1.5rem
    }
}

body {
    line-height: 1.9;
    font-family: "Noto Sans JP",sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .03em
}

h1,h2,h3,h4,h5 {
    line-height: 1.3
}

h1,h2,h3,h4,h5,p,a {
    color: #222;
    letter-spacing: .03em
}

p {
    line-height: 1.9
}

u {
    text-underline-offset: 4px
}

@media screen and (max-width: 959px) {
    .pcOnly {
        display:none !important
    }
}

@media print,screen and (min-width: 960px) {
    .spOnly {
        display:none !important
    }
}

sub {
    display: contents;
    font-size: 75%
}

sup {
    vertical-align: super
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 100px #fff inset;
    -webkit-text-fill-color: #222 !important
}

.c-btn {
    border: 1px solid #333;
    color: #333;
    padding: 10px 20px;
    display: inline-block;
    font-size: 16px
}

@media print,screen and (min-width: 960px) {
    .c-btn:hover {
        background-color:#333;
        color: #fff
    }
}

.c-btn-l {
    font-size: 20px;
    padding: 15px 30px
}

.c-btn-s {
    font-size: 13px;
    padding: 8px 15px
}

.c-btn-l--blue,.c-btn-s--blue {
    border-color: #0069c8
}

.c-col {
    margin-top: 70px;
    margin-right: -15px;
    margin-left: -15px
}

.c-col::after {
    content: "";
    display: block;
    clear: both
}

.c-col:first-child {
    margin-top: 0
}

.c-col-item {
    float: left;
    box-sizing: border-box;
    padding: 0 15px
}

.c-flex {
    display: flex;
    flex-wrap: wrap
}

.c-flex-col3>li {
    width: calc((100% - 40px)/3)
}

.c-flex-col3>li:not(:nth-child(3n)) {
    margin-right: 20px
}

.c-flex-col3>li:nth-child(n+4) {
    margin-top: 20px
}

.c-flex-col4>li {
    width: calc((100% - 60px)/4)
}

.c-flex-col4>li:not(:nth-child(4n)) {
    margin-right: 20px
}

.c-flex-col4>li:nth-child(n+5) {
    margin-top: 20px
}

.c-list {
    margin-top: 20px
}

.c-list:first-child {
    margin-top: 0
}

ol.c-list {
    counter-reset: num
}

.c-list>li {
    margin-top: 15px;
    position: relative;
    list-style: none
}

.c-list>li:first-child {
    margin-top: 0
}

.c-list>li::before {
    position: absolute;
    left: 0
}

ul.c-list>li {
    padding-left: 1em
}

ul.c-list>li::before {
    content: "・"
}

ol.c-list>li {
    padding-left: 1.5em;
    counter-increment: num
}

ol.c-list>li:nth-child(n+10) {
    padding-left: 2em
}

ol.c-list>li::before {
    content: counter(num) "."
}

.c-list.u-icon-none>li {
    padding-left: 0
}

.c-list.u-icon-none>li:nth-child(n+10) {
    padding-left: 0
}

.c-list.u-icon-none>li::before {
    display: none
}

ol.c-list.u-brackets>li {
    padding-left: 2em
}

ol.c-list.u-brackets>li:nth-child(n+10) {
    padding-left: 2.5em
}

ol.c-list.u-brackets>li::before {
    content: "(" counter(num) ")"
}

ol.c-list.u-leading-zero>li {
    padding-left: 2em
}

ol.c-list.u-leading-zero>li::before {
    content: counter(num, decimal-leading-zero) "."
}

ol.c-list.u-leading-zero.u-brackets>li {
    padding-left: 2.5em
}

ol.c-list.u-leading-zero.u-brackets>li::before {
    content: "(" counter(num, decimal-leading-zero) ")"
}

.c-link {
    color: #0069c8
}

.c-link__blank {
    display: inline-block;
    position: relative
}

.c-link__blank::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    bottom: 0;
    right: 0
}

.c-pageTitle {
    font-weight: 700
}

.c-pageTitle-h1 {
    font-size: 45px
}

.c-pageTitle-h2 {
    font-size: 40px
}

.c-pageTitle-h3 {
    font-size: 36px
}

.c-pageTitle-h4 {
    font-size: 30px
}

.c-pageTitle-h5 {
    font-size: 25px
}

.c-text {
    font-size: 16px;
    line-height: 1.6;
    color: #222
}

.c-text-small {
    font-size: 12px
}

.c-text-large {
    font-size: 18px
}

.c-text-strong {
    font-weight: 700
}

.c-table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed
}

.c-table:first-child {
    margin-top: 0
}

.c-table caption {
    padding: 10px;
    border: #ccc 1px solid;
    border-bottom: 0;
    background: #ddd
}

.c-table th,.c-table td {
    padding: 10px;
    border: #ccc 1px solid;
    vertical-align: middle
}

.c-table thead th {
    background: #ddd
}

.c-table tbody {
    text-align: left
}

.c-table tbody th {
    background: #eee
}

.c-table-col.u-width-1per {
    width: 1%
}

.c-table-col.u-width-2per {
    width: 2%
}

.c-table-col.u-width-3per {
    width: 3%
}

.c-table-col.u-width-4per {
    width: 4%
}

.c-table-col.u-width-5per {
    width: 5%
}

.c-table-col.u-width-6per {
    width: 6%
}

.c-table-col.u-width-7per {
    width: 7%
}

.c-table-col.u-width-8per {
    width: 8%
}

.c-table-col.u-width-9per {
    width: 9%
}

.c-table-col.u-width-10per {
    width: 10%
}

.c-table-col.u-width-11per {
    width: 11%
}

.c-table-col.u-width-12per {
    width: 12%
}

.c-table-col.u-width-13per {
    width: 13%
}

.c-table-col.u-width-14per {
    width: 14%
}

.c-table-col.u-width-15per {
    width: 15%
}

.c-table-col.u-width-16per {
    width: 16%
}

.c-table-col.u-width-17per {
    width: 17%
}

.c-table-col.u-width-18per {
    width: 18%
}

.c-table-col.u-width-19per {
    width: 19%
}

.c-table-col.u-width-20per {
    width: 20%
}

.c-table-col.u-width-21per {
    width: 21%
}

.c-table-col.u-width-22per {
    width: 22%
}

.c-table-col.u-width-23per {
    width: 23%
}

.c-table-col.u-width-24per {
    width: 24%
}

.c-table-col.u-width-25per {
    width: 25%
}

.c-table-col.u-width-26per {
    width: 26%
}

.c-table-col.u-width-27per {
    width: 27%
}

.c-table-col.u-width-28per {
    width: 28%
}

.c-table-col.u-width-29per {
    width: 29%
}

.c-table-col.u-width-30per {
    width: 30%
}

.c-table-col.u-width-31per {
    width: 31%
}

.c-table-col.u-width-32per {
    width: 32%
}

.c-table-col.u-width-33per {
    width: 33%
}

.c-table-col.u-width-34per {
    width: 34%
}

.c-table-col.u-width-35per {
    width: 35%
}

.c-table-col.u-width-36per {
    width: 36%
}

.c-table-col.u-width-37per {
    width: 37%
}

.c-table-col.u-width-38per {
    width: 38%
}

.c-table-col.u-width-39per {
    width: 39%
}

.c-table-col.u-width-40per {
    width: 40%
}

.c-table-col.u-width-41per {
    width: 41%
}

.c-table-col.u-width-42per {
    width: 42%
}

.c-table-col.u-width-43per {
    width: 43%
}

.c-table-col.u-width-44per {
    width: 44%
}

.c-table-col.u-width-45per {
    width: 45%
}

.c-table-col.u-width-46per {
    width: 46%
}

.c-table-col.u-width-47per {
    width: 47%
}

.c-table-col.u-width-48per {
    width: 48%
}

.c-table-col.u-width-49per {
    width: 49%
}

.c-table-col.u-width-50per {
    width: 50%
}

.c-table-col.u-width-51per {
    width: 51%
}

.c-table-col.u-width-52per {
    width: 52%
}

.c-table-col.u-width-53per {
    width: 53%
}

.c-table-col.u-width-54per {
    width: 54%
}

.c-table-col.u-width-55per {
    width: 55%
}

.c-table-col.u-width-56per {
    width: 56%
}

.c-table-col.u-width-57per {
    width: 57%
}

.c-table-col.u-width-58per {
    width: 58%
}

.c-table-col.u-width-59per {
    width: 59%
}

.c-table-col.u-width-60per {
    width: 60%
}

.c-table-col.u-width-61per {
    width: 61%
}

.c-table-col.u-width-62per {
    width: 62%
}

.c-table-col.u-width-63per {
    width: 63%
}

.c-table-col.u-width-64per {
    width: 64%
}

.c-table-col.u-width-65per {
    width: 65%
}

.c-table-col.u-width-66per {
    width: 66%
}

.c-table-col.u-width-67per {
    width: 67%
}

.c-table-col.u-width-68per {
    width: 68%
}

.c-table-col.u-width-69per {
    width: 69%
}

.c-table-col.u-width-70per {
    width: 70%
}

.c-table-col.u-width-71per {
    width: 71%
}

.c-table-col.u-width-72per {
    width: 72%
}

.c-table-col.u-width-73per {
    width: 73%
}

.c-table-col.u-width-74per {
    width: 74%
}

.c-table-col.u-width-75per {
    width: 75%
}

.c-table-col.u-width-76per {
    width: 76%
}

.c-table-col.u-width-77per {
    width: 77%
}

.c-table-col.u-width-78per {
    width: 78%
}

.c-table-col.u-width-79per {
    width: 79%
}

.c-table-col.u-width-80per {
    width: 80%
}

.c-table-col.u-width-81per {
    width: 81%
}

.c-table-col.u-width-82per {
    width: 82%
}

.c-table-col.u-width-83per {
    width: 83%
}

.c-table-col.u-width-84per {
    width: 84%
}

.c-table-col.u-width-85per {
    width: 85%
}

.c-table-col.u-width-86per {
    width: 86%
}

.c-table-col.u-width-87per {
    width: 87%
}

.c-table-col.u-width-88per {
    width: 88%
}

.c-table-col.u-width-89per {
    width: 89%
}

.c-table-col.u-width-90per {
    width: 90%
}

.c-table-col.u-width-91per {
    width: 91%
}

.c-table-col.u-width-92per {
    width: 92%
}

.c-table-col.u-width-93per {
    width: 93%
}

.c-table-col.u-width-94per {
    width: 94%
}

.c-table-col.u-width-95per {
    width: 95%
}

.c-table-col.u-width-96per {
    width: 96%
}

.c-table-col.u-width-97per {
    width: 97%
}

.c-table-col.u-width-98per {
    width: 98%
}

.c-table-col.u-width-99per {
    width: 99%
}

.c-table-col.u-width-100per {
    width: 100%
}

.c-table-col.u-width--5px {
    width: 5px
}

.c-table-col.u-width--10px {
    width: 10px
}

.c-table-col.u-width--15px {
    width: 15px
}

.c-table-col.u-width--20px {
    width: 20px
}

.c-table-col.u-width--25px {
    width: 25px
}

.c-table-col.u-width--30px {
    width: 30px
}

.c-table-col.u-width--35px {
    width: 35px
}

.c-table-col.u-width--40px {
    width: 40px
}

.c-table-col.u-width--45px {
    width: 45px
}

.c-table-col.u-width--50px {
    width: 50px
}

.c-table-col.u-width--55px {
    width: 55px
}

.c-table-col.u-width--60px {
    width: 60px
}

.c-table-col.u-width--65px {
    width: 65px
}

.c-table-col.u-width--70px {
    width: 70px
}

.c-table-col.u-width--75px {
    width: 75px
}

.c-table-col.u-width--80px {
    width: 80px
}

.c-table-col.u-width--85px {
    width: 85px
}

.c-table-col.u-width--90px {
    width: 90px
}

.c-table-col.u-width--95px {
    width: 95px
}

.c-table-col.u-width--100px {
    width: 100px
}

.c-table-col.u-width--105px {
    width: 105px
}

.c-table-col.u-width--110px {
    width: 110px
}

.c-table-col.u-width--115px {
    width: 115px
}

.c-table-col.u-width--120px {
    width: 120px
}

.c-table-col.u-width--125px {
    width: 125px
}

.c-table-col.u-width--130px {
    width: 130px
}

.c-table-col.u-width--135px {
    width: 135px
}

.c-table-col.u-width--140px {
    width: 140px
}

.c-table-col.u-width--145px {
    width: 145px
}

.c-table-col.u-width--150px {
    width: 150px
}

.c-table-col.u-width--155px {
    width: 155px
}

.c-table-col.u-width--160px {
    width: 160px
}

.c-table-col.u-width--165px {
    width: 165px
}

.c-table-col.u-width--170px {
    width: 170px
}

.c-table-col.u-width--175px {
    width: 175px
}

.c-table-col.u-width--180px {
    width: 180px
}

.c-table-col.u-width--185px {
    width: 185px
}

.c-table-col.u-width--190px {
    width: 190px
}

.c-table-col.u-width--195px {
    width: 195px
}

.c-table-col.u-width--200px {
    width: 200px
}

.c-table-col.u-width--205px {
    width: 205px
}

.c-table-col.u-width--210px {
    width: 210px
}

.c-table-col.u-width--215px {
    width: 215px
}

.c-table-col.u-width--220px {
    width: 220px
}

.c-table-col.u-width--225px {
    width: 225px
}

.c-table-col.u-width--230px {
    width: 230px
}

.c-table-col.u-width--235px {
    width: 235px
}

.c-table-col.u-width--240px {
    width: 240px
}

.c-table-col.u-width--245px {
    width: 245px
}

.c-table-col.u-width--250px {
    width: 250px
}

.c-table-col.u-width--255px {
    width: 255px
}

.c-table-col.u-width--260px {
    width: 260px
}

.c-table-col.u-width--265px {
    width: 265px
}

.c-table-col.u-width--270px {
    width: 270px
}

.c-table-col.u-width--275px {
    width: 275px
}

.c-table-col.u-width--280px {
    width: 280px
}

.c-table-col.u-width--285px {
    width: 285px
}

.c-table-col.u-width--290px {
    width: 290px
}

.c-table-col.u-width--295px {
    width: 295px
}

.c-table-col.u-width--300px {
    width: 300px
}

.c-table-col.u-width--305px {
    width: 305px
}

.c-table-col.u-width--310px {
    width: 310px
}

.c-table-col.u-width--315px {
    width: 315px
}

.c-table-col.u-width--320px {
    width: 320px
}

.c-table-col.u-width--325px {
    width: 325px
}

.c-table-col.u-width--330px {
    width: 330px
}

.c-table-col.u-width--335px {
    width: 335px
}

.c-table-col.u-width--340px {
    width: 340px
}

.c-table-col.u-width--345px {
    width: 345px
}

.c-table-col.u-width--350px {
    width: 350px
}

.c-table-col.u-width--355px {
    width: 355px
}

.c-table-col.u-width--360px {
    width: 360px
}

.c-table-col.u-width--365px {
    width: 365px
}

.c-table-col.u-width--370px {
    width: 370px
}

.c-table-col.u-width--375px {
    width: 375px
}

.c-table-col.u-width--380px {
    width: 380px
}

.c-table-col.u-width--385px {
    width: 385px
}

.c-table-col.u-width--390px {
    width: 390px
}

.c-table-col.u-width--395px {
    width: 395px
}

.c-table-col.u-width--400px {
    width: 400px
}

.c-table-col.u-width--405px {
    width: 405px
}

.c-table-col.u-width--410px {
    width: 410px
}

.c-table-col.u-width--415px {
    width: 415px
}

.c-table-col.u-width--420px {
    width: 420px
}

.c-table-col.u-width--425px {
    width: 425px
}

.c-table-col.u-width--430px {
    width: 430px
}

.c-table-col.u-width--435px {
    width: 435px
}

.c-table-col.u-width--440px {
    width: 440px
}

.c-table-col.u-width--445px {
    width: 445px
}

.c-table-col.u-width--450px {
    width: 450px
}

.c-table-col.u-width--455px {
    width: 455px
}

.c-table-col.u-width--460px {
    width: 460px
}

.c-table-col.u-width--465px {
    width: 465px
}

.c-table-col.u-width--470px {
    width: 470px
}

.c-table-col.u-width--475px {
    width: 475px
}

.c-table-col.u-width--480px {
    width: 480px
}

.c-table-col.u-width--485px {
    width: 485px
}

.c-table-col.u-width--490px {
    width: 490px
}

.c-table-col.u-width--495px {
    width: 495px
}

.c-table-col.u-width--500px {
    width: 500px
}

.l-header {
    height: 111px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    transition: .3s ease;
    position: fixed;
    top: 0;
    left: 0
}

@media screen and (max-width: 959px) {
    .l-header {
        padding:0;
        height: 61px
    }
}

.l-header-inner {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .l-header-inner {
        height:100%;
        padding: 15px 30px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr) repeat(2, 0);
        position: relative;
        z-index: 100
    }
}

@media screen and (max-width: 959px) {
    .l-header-inner {
        height:100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.l-header.is-fixed {
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header.is-fixed .l-header-inner {
        grid-template-columns:repeat(3, 1fr) 0;
        grid-template-rows: 1fr repeat(3, 0);
        padding: 12px 30px 8px
    }
}

.l-header.is-fixed .l-header-nav {
    width: 100%
}

.l-header.is-fixed .l-header-primary {
    display: none
}

.l-header.is-fixed .l-header-btn__logo {
    display: none
}

.l-header.is-fixed .l-header-logo {
    grid-area: 1/1/2/2;
    display: flex;
    align-items: center
}

.l-header.is-fixed .l-header-logo a {
    width: 78px
}

.l-header.is-fixed .l-header-logo .l-header-txt {
    margin-top: 0;
    margin-left: 15px;
    font-size: 1rem
}

.l-header.is-fixed .l-header-logo .l-header-txt br {
    display: block
}

.l-header.is-fixed .l-header-navWrap {
    grid-area: 1/2/2/3;
    width: calc(100vw - 616px);
    align-items: center
}

.l-header.is-fixed .l-header-btn {
    grid-area: 1/3/2/4;
    margin-left: 19px;
    width: 356px
}

.l-header.is-fixed .l-header-nav__item a::before {
    bottom: -21px
}

.l-header.is-fixed .l-header-nav__item .l-header-nav__itemTab::before {
    bottom: -21px
}

.l-header.is-fixed .l-header-nav__itemDrop {
    top: 66px;
    max-height: calc(100vh - 66px)
}

.l-header.is-fixed .l-header__overlay {
    top: 66px;
    height: calc(100vh - 66px)
}

.l-header-logo {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-header-logo {
        grid-area:1/1/3/2;
        width: 180px
    }
}

@media screen and (max-width: 959px) {
    .l-header-logo {
        padding-left:15px;
        display: flex;
        align-items: center
    }
}

.l-header-logo>a {
    width: 97px;
    display: block;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-header-logo>a {
        max-width:63px;
        height: 100%;
        display: flex;
        align-items: center
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-logo>a:hover {
        opacity:.7
    }
}

.l-header-primary {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .l-header-primary {
        width:calc(100vw - 729px);
        margin-left: auto;
        align-items: center;
        justify-content: flex-end;
        grid-area: 1/2/2/3
    }
}

.l-header-navWrap {
    display: flex;
    justify-content: end
}

@media print,screen and (min-width: 960px) {
    .l-header-navWrap {
        width:100%;
        margin-left: auto;
        flex: 1;
        align-items: flex-end
    }
}

@media screen and (max-width: 959px) {
    .l-header-navWrap {
        align-items:center
    }
}

.l-header-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .l-header-link {
        max-width:402px;
        margin-left: auto;
        margin-right: 25px;
        justify-content: flex-end;
        gap: 3px 25px
    }
}

.l-header-link__item {
    line-height: 1.3
}

.l-header-link__item>a {
    font-size: 1.3rem;
    transition: .3s ease;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .l-header-link__item>a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-btn {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .l-header-btn {
        grid-area:1/3/2/4
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn {
        margin-left:auto
    }
}

.l-header-btn__inquiry {
    width: 140px;
    height: 40px
}

@media screen and (max-width: 959px) {
    .l-header-btn__inquiry {
        width:70px;
        height: 60px;
        margin-left: 0
    }
}

.l-header-btn__inquiry a {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #111;
    border: 1px solid rgba(0,0,0,0);
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__inquiry a:hover {
        color:#222;
        background-color: #fff;
        border-color: #111
    }

    .l-header-btn__inquiry a:hover::before {
        background: url("/assets/img/common/icon_mail_black.svg") no-repeat center;
        background-size: 100%
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__inquiry a {
        display:block;
        padding-top: 12px;
        border-radius: 0;
        font-size: 1rem;
        text-align: center;
        line-height: 1.1
    }
}

.l-header-btn__inquiry a::before {
    content: "";
    position: relative;
    width: 18px;
    height: 12px;
    margin-right: 7px;
    background: url("/assets/img/common/icon_mail_white.svg") no-repeat center;
    background-size: 100%;
    left: 0;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-header-btn__inquiry a::before {
        display:block;
        margin: 0 auto 12px
    }
}

.l-header-btn__login {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__login {
        width:200px;
        height: 40px;
        margin-left: 15px;
        border-radius: 20px;
        border: 1px solid #111;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__login {
        width:70px;
        height: 60px;
        margin-left: 0;
        padding: 0 5px
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__login:hover {
        background-color:#111
    }

    .l-header-btn__login:hover p {
        color: #fff
    }

    .l-header-btn__login:hover p::before {
        background: url("/assets/img/common/icon_login_white.svg") no-repeat center
    }
}

.l-header-btn__login p {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
    z-index: 1
}

@media screen and (max-width: 959px) {
    .l-header-btn__login p {
        display:block;
        padding-top: 12px;
        border-radius: 0;
        border: none;
        font-size: 1rem;
        text-align: center;
        line-height: 1.1;
        letter-spacing: 0
    }
}

.l-header-btn__login p::before {
    position: relative;
    content: "";
    width: 12px;
    height: 15px;
    background: url("/assets/img/common/icon_login_black.svg") no-repeat center;
    background-size: 100%;
    left: 0;
    margin-right: 9px;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-header-btn__login p::before {
        display:block;
        margin: 0 auto 5px
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__login.is-active {
        background-color:#111
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__login.is-active {
        background-color:#333
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__login.is-active .l-header-btn__loginInner {
        background-color:#111
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__login.is-active .l-header-btn__loginInner {
        background-color:#333
    }
}

.l-header-btn__login.is-active p {
    color: #fff
}

.l-header-btn__login.is-active p::before {
    background: url("/assets/img/common/icon_login_white.svg") no-repeat center
}

.l-header-btn__login.is-active a {
    color: #fff
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__loginInner {
        width:calc(100% + 2px);
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 12px 10px 19px;
        border-radius: 20px;
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 4
    }

    .l-header-btn__loginInner br {
        display: none
    }
}

.l-header-btn__loginDrop {
    display: none;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__loginDrop {
        width:100%;
        margin-top: 7px;
        padding: 20px 12px 13px 19px;
        left: 0;
        bottom: 20px;
        background-color: #111;
        border-radius: 0 0 20px 20px;
        z-index: -1
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__loginDrop {
        width:190px;
        background-color: #333;
        bottom: 0;
        right: -56px
    }
}

.l-header-btn__loginDrop a {
    display: block;
    position: relative;
    padding: 7px 12px 7px 13px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__loginDrop a {
        margin-left:6px
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__loginDrop a {
        font-size:1.7rem;
        padding: 20px 25px
    }

    .l-header-btn__loginDrop a:not(:first-child)::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__loginDrop a::before {
        content:"";
        width: 4px;
        height: 6px;
        background: url(/assets/img/common/icon_triangle_right_white.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: calc(50% - 3px)
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__loginDrop a:hover {
        text-decoration:underline;
        text-underline-offset: 4px
    }
}

.l-header-btn__myAcc {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAcc {
        width:145px;
        height: 40px;
        margin-left: 15px;
        border-radius: 20px;
        border: 1px solid #0069c8;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__myAcc {
        width:70px;
        height: 60px;
        margin-left: 0;
        padding: 0 2px
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAcc:hover {
        background-color:#0069c8
    }

    .l-header-btn__myAcc:hover p {
        color: #fff
    }

    .l-header-btn__myAcc:hover p::before {
        background: url("/assets/img/common/icon_myAcc_white.svg") no-repeat center
    }
}

.l-header-btn__myAcc p {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: #0069c8;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s ease;
    cursor: pointer;
    z-index: 1
}

@media screen and (max-width: 959px) {
    .l-header-btn__myAcc p {
        display:block;
        padding-top: 12px;
        border-radius: 0;
        border: none;
        font-size: 1rem;
        text-align: center;
        line-height: 1.1;
        letter-spacing: 0
    }
}

.l-header-btn__myAcc p::before {
    position: relative;
    content: "";
    width: 15px;
    height: 15px;
    background: url("/assets/img/common/icon_myAcc_blue.svg") no-repeat center;
    background-size: 100%;
    left: 0;
    margin-right: 5px;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-header-btn__myAcc p::before {
        display:block;
        margin: 0 auto 11px
    }
}

.l-header-btn__myAcc.is-active {
    background-color: #0069c8
}

.l-header-btn__myAcc.is-active .l-header-btn__myAccInner {
    background-color: #0069c8
}

.l-header-btn__myAcc.is-active p {
    color: #fff
}

.l-header-btn__myAcc.is-active p::before {
    background: url("/assets/img/common/icon_myAcc_white.svg") no-repeat center
}

.l-header-btn__myAcc.is-active a {
    color: #fff
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAccInner {
        width:calc(100% + 2px);
        padding: 6px 12px 6px 18px;
        left: -1px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 20px;
        position: absolute;
        top: 0;
        z-index: 4
    }
}

.l-header-btn__myAccDrop {
    display: none;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAccDrop {
        width:100%;
        margin-top: 7px;
        padding: 20px 10px 13px 19px;
        left: 0;
        bottom: 20px;
        background-color: #0069c8;
        border-radius: 0 0 20px 20px
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__myAccDrop {
        width:190px;
        background-color: #0069c8;
        bottom: 0;
        right: -56px
    }
}

.l-header-btn__myAccDrop a {
    display: block;
    position: relative;
    padding: 7px 0 7px 13px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAccDrop a {
        margin-left:6px
    }
}

@media screen and (max-width: 959px) {
    .l-header-btn__myAccDrop a {
        font-size:1.7rem;
        padding: 20px 25px
    }

    .l-header-btn__myAccDrop a:not(:first-child)::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAccDrop a::before {
        content:"";
        width: 4px;
        height: 6px;
        background: url(/assets/img/common/icon_triangle_right_white.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: calc(50% - 3px)
    }
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__myAccDrop a:hover {
        text-decoration:underline;
        text-underline-offset: 4px
    }
}

.l-header-btn__logo {
    margin-left: 25px;
    width: 109px
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__logo {
        grid-area:1/4/2/5
    }
}

.l-header-btn__logo a {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-btn__logo a:hover {
        opacity:.7
    }
}

.l-header-txt {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .l-header-txt br {
        display:none
    }
}

@media screen and (max-width: 959px) {
    .l-header-txt {
        margin-top:0;
        margin-left: 6px;
        margin-right: 8px;
        font-size: .9rem
    }
}

.l-header-nav {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .l-header-nav {
        width:calc(100% - 50px);
        max-width: 804px;
        justify-content: space-between
    }
}

.l-header-nav__item {
    box-sizing: border-box;
    height: 100%;
    cursor: pointer
}

.l-header-nav__item>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-header-nav__item>a:hover {
        color:#0069c8
    }
}

.l-header-nav__item>a::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    bottom: -16px;
    transition: .3s ease
}

.l-header-nav__item>a br {
    display: none
}

.l-header-nav__item.is-active .l-header-nav__itemTab {
    color: #0069c8
}

.l-header-nav__item.is-active .l-header-nav__itemTab::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("/assets/img/common/icon_downarrow_blue.svg") no-repeat center
}

.l-header-nav__item.is-current .l-header-nav__itemTab::before,.l-header-nav__item.is-current a::before {
    background-color: #0069c8
}

.l-header-nav__itemTab {
    padding-right: 19px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    transition: .3s ease;
    z-index: 2
}

.l-header-nav__itemTab::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    bottom: -16px;
    transition: .3s ease
}

.l-header-nav__itemTab::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    right: 0;
    top: calc(50% - 2px);
    background: url("/assets/img/common/icon_downarrow_gray.svg") no-repeat center;
    background-size: 100%;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-nav__itemTab:hover {
        color:#0069c8
    }

    .l-header-nav__itemTab:hover::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background: url("/assets/img/common/icon_downarrow_blue.svg") no-repeat center
    }
}

.l-header-nav__itemTab br {
    display: none
}

.l-header-nav__itemDrop {
    display: none;
    width: 100%;
    max-height: calc(100vh - 111px);
    background-color: #fff;
    position: absolute;
    top: 111px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    overflow: hidden;
    box-shadow: 0 50px 50px 0 rgba(0,0,0,.2);
    cursor: default
}

.l-header-nav__itemDropInner {
    max-width: 1280px;
    padding: 0 30px 0;
    margin: 0 auto;
    display: flex
}

.l-header-nav__itemSearch {
    width: 21px;
    height: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

@media print,screen and (min-width: 960px) {
    .l-header-nav__itemSearch:hover svg {
        stroke:#0069c8
    }
}

.l-header-nav__itemSearch svg {
    display: block;
    width: 21px;
    transition: .3s ease;
    fill: none;
    stroke: #666;
    stroke-miterlimit: 10;
    stroke-width: 1.6px
}

.l-header-nav__itemSearch form {
    width: 620px;
    height: 56px;
    margin: 0 auto;
    padding: 0 5px 0 25px;
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    align-items: center
}

.l-header-nav__itemSearch form input {
    width: calc(100% - 46px)
}

.l-header-nav__itemSearch form input::-webkit-input-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.l-header-nav__itemSearch form input::-moz-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.l-header-nav__itemSearch form input:-ms-input-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.l-header-nav__itemSearch form input::placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.l-header-nav__itemSearch form button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.l-header-nav__itemSearch form button svg {
    width: 19px
}

.l-header-nav__itemSearch .l-header-nav__itemDrop {
    padding: 45px 30px;
    background-color: #eaedf1
}

.l-header-nav__itemSearchClose {
    display: none;
    position: relative;
    width: 19px;
    height: 19px
}

.l-header-nav__itemSearchClose::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #0069c8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.l-header-nav__itemSearchClose::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #0069c8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.l-header-nav__itemSearchClose:hover::before {
    background-color: #111
}

.l-header-nav__itemSearchClose:hover::after {
    background-color: #111
}

@media print,screen and (min-width: 960px) {
    .l-header-navWrap {
        grid-area:2/2/3/5
    }
}

.l-header-navDrop__parent {
    width: 22%;
    border-right: 1px solid #ddd
}

.l-header-navDrop__parentLink {
    margin: 0 auto;
    padding: 20px 0 20px 0
}

.l-header-navDrop__parentLink a {
    display: inline-block;
    padding-right: 15px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    transition: .3s ease
}

.l-header-navDrop__parentLink a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    top: calc(50% - 4px);
    right: 0;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center;
    background-size: 100%
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__parentLink a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__list {
    width: 78%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start
}

.l-header-navDrop__iconLink {
    width: 250px;
    height: 166px;
    border: 1px solid #ddd;
    margin-top: 32px;
    margin-left: 40px
}

.l-header-navDrop__iconLink>a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.l-header-navDrop__iconLink>a img {
    width: 80px;
    transition: .3s ease
}

.l-header-navDrop__iconLink>a p {
    margin-top: 19px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #222;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__iconLink>a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .l-header-navDrop__iconLink>a:hover p {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__iconLink:first-child {
    border-left: 1px solid #ddd
}

.l-header-navDrop__listGp {
    width: calc(100% - 630px);
    margin: 32px 0 32px 50px
}

.l-header-navDrop__listGp li {
    line-height: 1.3
}

.l-header-navDrop__listGp li:not(:first-child) {
    margin-top: 20px
}

.l-header-navDrop__listGp li>a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    text-align: left;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__listGp li>a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__2col {
    width: 78%;
    display: flex
}

.l-header-navDrop__colLeft {
    width: 32%;
    background-color: #fff;
    border-right: 1px solid #ddd
}

.l-header-navDrop__tabGp {
    padding: 20px 0
}

.l-header-navDrop__tabGp li {
    line-height: 1.3;
    padding: 12px 30px;
    cursor: pointer
}

.l-header-navDrop__tabGp li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__tabGp li a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__tab {
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    position: relative;
    transition: .3s ease
}

.l-header-navDrop__tab::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 1px;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px
}

.l-header-navDrop__tab.is-current {
    background-color: #f3f4f6
}

.l-header-navDrop__tabDetail {
    display: none;
    position: relative;
    z-index: 1
}

.l-header-navDrop__tabDetail.is-active {
    display: flex;
    gap: 40px
}

.l-header-navDrop__txtLink {
    width: 100%
}

.l-header-navDrop__txtLink li:not(.l-header-navDrop__imgLink) {
    line-height: 1.3
}

.l-header-navDrop__txtLink li:not(.l-header-navDrop__imgLink) a {
    padding-right: 13px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #222;
    line-height: 1.3;
    transition: .3s ease;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__txtLink li:not(.l-header-navDrop__imgLink) a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__txtLink.-txtLink-3col li {
    width: calc(33.3333333333% - 20px)
}

.l-header-navDrop__imgLink {
    margin-top: 28px;
    display: flex;
    align-items: stretch;
    gap: 30px
}

.l-header-navDrop__imgLink a {
    display: block;
    width: 50%;
    height: 100%;
    padding: 0 20px;
    font-weight: 400;
    color: #222;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #c1c1c1
}

.l-header-navDrop__imgLink a div {
    display: flex;
    display: flex;
    align-items: center;
    padding: 5.873% 0
}

.l-header-navDrop__imgLink a figure {
    width: 108px
}

.l-header-navDrop__imgLink a img {
    width: 100%;
    height: auto;
    transition: .3s ease
}

.l-header-navDrop__imgLink a p {
    margin-left: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__imgLink a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .l-header-navDrop__imgLink a:hover p {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__imgLink a.l-header-navDrop__imgBnr {
    padding: 0
}

.l-header-navDrop__imgLink a.l-header-navDrop__imgBnr figure {
    width: 100%;
    height: auto;
    overflow: hidden
}

.l-header-navDrop__colRight {
    width: 68%;
    background-color: #f3f4f6;
    padding: 32px 0 32px 40px;
    position: relative
}

.l-header-navDrop__colRight li:not(.l-header-navDrop__imgLink) {
    line-height: 1.3
}

.l-header-navDrop__colRight li:not(.l-header-navDrop__imgLink) a {
    padding-right: 0;
    font-size: 1.5rem;
    font-weight: 500;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-header-navDrop__colRight li:not(.l-header-navDrop__imgLink) a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.l-header-navDrop__colRight li:not(.l-header-navDrop__imgLink)+li {
    margin-top: 24px
}

.l-header-navDrop__colRight::after {
    content: "";
    width: calc(100vw + 31px);
    height: 100%;
    background-color: #f3f4f6;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 0
}

@media screen and (max-width: 959px) {
    .l-header-menu {
        position:relative
    }

    .l-header-menu__btn {
        width: 56px;
        height: 60px;
        background: #000;
        background: #eaedf1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative
    }

    .l-header-menu__btn span {
        width: 26px;
        height: 2px;
        margin: 3px 0;
        background: #222;
        transition: .3s ease
    }

    .l-header-menu__btn.is-active span {
        position: absolute
    }

    .l-header-menu__btn.is-active span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .l-header-menu__btn.is-active span:nth-child(2) {
        opacity: 0
    }

    .l-header-menu__btn.is-active span:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .l-header-menu__drop {
        position: fixed;
        width: 100vw;
        max-height: calc(100vh - 120px);
        background-color: #fff;
        left: 0;
        top: 60px;
        z-index: -1;
        transition: .5s ease;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        overflow-y: scroll
    }

    .l-header-menu__drop.is-open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    .l-header-menu__drop img {
        display: block;
        margin: 0 auto
    }

    .l-header-menu__dropInner {
        max-width: 1200px;
        margin: 0 auto
    }

    .l-header-menu__search {
        padding: 15px;
        background-color: #eaedf1
    }

    .l-header-menu__search form {
        height: 52px;
        padding-left: 20px;
        padding-right: 4px;
        border-radius: 26px;
        background-color: #fff;
        display: flex;
        align-items: center
    }

    .l-header-menu__search input {
        width: calc(100% - 46px)
    }

    .l-header-menu__search input::-webkit-input-placeholder {
        font-size: 1.5rem;
        font-weight: 500;
        color: #999;
        line-height: 1.3
    }

    .l-header-menu__search input::-moz-placeholder {
        font-size: 1.5rem;
        font-weight: 500;
        color: #999;
        line-height: 1.3
    }

    .l-header-menu__search input:-ms-input-placeholder {
        font-size: 1.5rem;
        font-weight: 500;
        color: #999;
        line-height: 1.3
    }

    .l-header-menu__search input::placeholder {
        font-size: 1.5rem;
        font-weight: 500;
        color: #999;
        line-height: 1.3
    }

    .l-header-menu__search button {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #111;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .l-header-menu__search button svg {
        width: 19px
    }

    .l-header-menu__navItem {
        padding: 20px 15px 20px 25px;
        border-top: 1px solid #ddd;
        line-height: 1.3
    }

    .l-header-menu__navItem.-menu__navTab {
        position: relative
    }

    .l-header-menu__navItem.-menu__navTab::after {
        content: "";
        width: 16px;
        height: 9px;
        background: url(/assets/img/common/icon_downarrow_gray.svg) no-repeat center;
        background-size: 100%;
        position: absolute;
        top: 26px;
        right: 15px;
        transition: .3s ease
    }

    .l-header-menu__navItem.is-active::after {
        transition: .3s ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .l-header-menu__navItem>a {
        display: block;
        width: 100%;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 1.3
    }

    .l-header-menu__subNav {
        display: none;
        margin-top: 35px;
        padding-bottom: 20px
    }

    .l-header-menu__subNavItem {
        padding-left: 20px;
        margin-top: 25px;
        margin-right: 20px
    }

    .l-header-menu__subNavItem>a {
        display: block;
        width: 100%;
        font-size: 1.6rem;
        font-weight: 400
    }

    .l-header-menu__primaryLink {
        border-top: 1px solid #ddd;
        padding-bottom: 60px
    }
}

@media screen and (max-width: 959px)and (min-width: 960px) {
    .l-header-menu__primaryLink {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .l-header-menu__primaryLink>li {
        line-height:1.3;
        margin-top: 25px;
        padding: 0 25px
    }

    .l-header-menu__primaryLink>li>a {
        font-size: 1.4rem;
        color: #444;
        line-height: 1.3
    }
}

.l-header__overlay {
    display: none;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -2
}

@media print,screen and (min-width: 960px) {
    .l-header__overlay {
        height:calc(100vh - 110px);
        top: 111px
    }
}

@media screen and (max-width: 959px) {
    .l-header__overlay {
        height:calc(100vh - 61px);
        top: 61px
    }
}

@media screen and (min-width: 960px)and (max-width: 1280px) {
    .l-header.is-fixed .l-header-inner {
        padding:10px 30px 4px
    }

    .l-header.is-fixed .l-header-logo {
        flex-direction: column;
        align-items: flex-start
    }

    .l-header.is-fixed .l-header-logo>a {
        width: 63px
    }

    .l-header.is-fixed .l-header-logo .l-header-txt {
        margin-left: 0;
        margin-top: 4px
    }

    .l-header.is-fixed .l-header-logo .l-header-txt br {
        display: none
    }

    .l-header.is-fixed .l-header-btn {
        align-items: flex-start;
        margin-top: 2px
    }

    .l-header.is-fixed .l-header-nav__item>a {
        font-size: 1.3rem
    }

    .l-header.is-fixed .l-header-nav__item>a::before {
        bottom: -24px
    }

    .l-header.is-fixed .l-header-nav__item .l-header-nav__itemTab {
        font-size: 1.3rem
    }

    .l-header.is-fixed .l-header-nav__item .l-header-nav__itemTab::before {
        bottom: -24px
    }

    .l-header.is-fixed .l-header-btn__inquiry>a {
        font-size: 1.3rem
    }

    .l-header.is-fixed .l-header-btn__loginInner>p {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 960px)and (max-width: 1190px) {
    .l-header.is-fixed .l-header-logo {
        width:150px
    }

    .l-header.is-fixed .l-header-nav {
        max-width: 460px
    }

    .l-header.is-fixed .l-header-navWrap {
        width: calc(100vw - 530px)
    }

    .l-header.is-fixed .l-header-btn {
        width: 295px
    }

    .l-header.is-fixed .l-header-nav__item>a {
        height: 34px
    }

    .l-header.is-fixed .l-header-nav__item>a br {
        display: block
    }

    .l-header.is-fixed .l-header-nav__item>a::before {
        bottom: -13px
    }

    .l-header.is-fixed .l-header-nav__item .l-header-nav__itemTab br {
        display: block
    }

    .l-header.is-fixed .l-header-nav__item .l-header-nav__itemTab::before {
        bottom: -13px
    }

    .l-header.is-fixed .l-header-btn__login {
        width: 140px
    }

    .l-header.is-fixed .l-header-btn__login p {
        justify-content: center
    }

    .l-header.is-fixed .l-header-btn__loginInner {
        padding: 2px 12px 3px 19px
    }

    .l-header.is-fixed .l-header-btn__loginInner br {
        display: block
    }
}

@media screen and (min-width: 960px)and (max-width: 1100px) {
    .l-header-txt {
        font-size:1.2rem
    }

    .l-header-navDrop__parent {
        width: 100%;
        min-width: 240px;
        border-right: none;
        position: relative
    }

    .l-header-navDrop__parent::after {
        content: "";
        width: calc(100% + 60px);
        height: 1px;
        background-color: #ddd;
        position: absolute;
        left: -30px;
        bottom: 0
    }

    .l-header-nav__itemDropInner {
        flex-direction: column;
        flex-wrap: wrap
    }

    .l-header-navDrop__list {
        width: 100%
    }

    .l-header-navDrop__listGp {
        width: 35%
    }

    .l-header-navDrop__iconLink:first-child {
        margin-left: 0
    }

    .l-header-navDrop__2col {
        width: 100%;
        position: relative;
        z-index: 0
    }

    .l-header-navDrop__colLeft {
        width: 37.4%;
        position: relative;
        z-index: 1
    }

    .l-header-navDrop__colRight {
        width: 78%
    }

    .l-header-navDrop__tabGp li {
        padding: 12px 30px 12px 0
    }

    .l-header-navDrop__tabGp li.is-current {
        position: relative;
        background-color: rgba(0,0,0,0)
    }

    .l-header-navDrop__tabGp li.is-current::before {
        content: "";
        width: calc(100% + 30px);
        height: 100%;
        background-color: #f3f4f6;
        position: absolute;
        left: -30px;
        top: 0;
        z-index: -1
    }
}

.l-footer {
    position: relative;
    border-top: 1px solid #ddd
}

.l-footer-upper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .l-footer-upper {
        padding:60px 40px 0
    }
}

@media screen and (max-width: 959px) {
    .l-footer-upper {
        padding:50px 15px 0;
        flex-direction: column
    }
}

.l-footer-upper__logo {
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .l-footer-upper__logo {
        flex-direction:column
    }
}

.l-footer-upper__logo a {
    width: 120px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-upper__logo a:hover {
        opacity:.7
    }
}

@media screen and (max-width: 959px) {
    .l-footer-upper__logo a {
        width:89px
    }
}

.l-footer-upper__logo span {
    margin-left: 34px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3
}

@media screen and (max-width: 959px) {
    .l-footer-upper__logo span {
        margin-left:0;
        margin-top: 20px;
        font-size: 1em .4rem
    }
}

.l-footer-btn {
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .l-footer-btn {
        width:100%;
        flex-direction: column
    }
}

.l-footer-btn__faq {
    width: 220px;
    height: 56px
}

@media screen and (max-width: 959px) {
    .l-footer-btn__faq {
        width:100%;
        max-width: 345px;
        margin: 40px auto 0
    }
}

.l-footer-btn__faq a {
    width: 100%;
    height: 100%;
    border: 1px solid #111;
    border-radius: 28px;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-btn__faq a:hover {
        color:#fff;
        background-color: #111
    }
}

.l-footer-btn__inquiry {
    width: 220px;
    height: 56px;
    margin-left: 20px
}

@media screen and (max-width: 959px) {
    .l-footer-btn__inquiry {
        width:100%;
        max-width: 345px;
        margin-top: 20px;
        margin-left: 0
    }
}

.l-footer-btn__inquiry a {
    width: 100%;
    height: 100%;
    background-color: #111;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 28px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-btn__inquiry a:hover {
        color:#222;
        background-color: #fff;
        border-color: #111
    }

    .l-footer-btn__inquiry a:hover::before {
        background: url("/assets/img/common/icon_mail_black.svg") no-repeat center;
        background-size: 100%
    }
}

.l-footer-btn__inquiry a::before {
    content: "";
    position: relative;
    width: 23px;
    height: 15px;
    margin-right: 10px;
    background: url("/assets/img/common/icon_mail_white.svg") no-repeat center;
    background-size: 100%;
    left: 0;
    transition: .3s ease
}

.l-footer-middle {
    margin: 78px auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media screen and (max-width: 959px) {
    .l-footer-middle {
        flex-direction:column;
        align-items: flex-start;
        margin: 40px auto;
        padding: 0 15px
    }
}

.l-footer-middle__nav {
    display: flex
}

@media screen and (max-width: 959px) {
    .l-footer-middle__nav {
        flex-direction:column;
        border-top: 1px solid #ddd
    }
}

.l-footer-middle__nav li {
    line-height: 1.3
}

@media screen and (max-width: 959px) {
    .l-footer-middle__nav li {
        width:100%;
        padding: 20px 0 20px;
        border-bottom: 1px solid #ddd
    }
}

@media print,screen and (min-width: 960px) {
    .l-footer-middle__nav li+li {
        margin-left:40px
    }
}

.l-footer-middle__nav li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-footer-middle__nav li a {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .l-footer-middle__nav li a:hover {
        color:#0069c8;
        border-bottom: 1px solid #0069c8
    }
}

.l-footer-middle__link {
    margin-top: 30px;
    display: flex
}

@media screen and (max-width: 959px) {
    .l-footer-middle__link {
        flex-direction:column
    }
}

.l-footer-middle__link li+li {
    margin-left: 35px
}

@media screen and (max-width: 959px) {
    .l-footer-middle__link li+li {
        margin-top:25px;
        margin-left: 0
    }
}

.l-footer-middle__link li .c-link__blank::after {
    width: 11px;
    height: 11px
}

.l-footer-middle__link li a {
    font-size: 1.4rem;
    color: #666;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-middle__link li a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .l-footer-middle__link li a {
        display:inline-block
    }
}

@media screen and (max-width: 959px) {
    .l-footer-middle__left {
        width:100%
    }
}

.l-footer-middle__right {
    width: 184px
}

@media screen and (max-width: 959px) {
    .l-footer-middle__right {
        width:144px;
        margin: 70px auto 0
    }
}

.l-footer-middle__right a {
    width: 100%;
    height: 100%;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-middle__right a:hover {
        opacity:.7
    }
}

.l-footer-lower {
    background-color: #111;
    padding: 30px 40px 63px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 959px) {
    .l-footer-lower {
        padding:30px 15px 20px;
        flex-direction: column;
        align-items: flex-start
    }
}

.l-footer-lower__link {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .l-footer-lower__link {
        min-width:445px
    }
}

@media screen and (max-width: 959px) {
    .l-footer-lower__link {
        flex-direction:column;
        align-items: flex-start
    }
}

.l-footer-lower__link li {
    margin-right: 30px;
    line-height: 1.3
}

@media screen and (max-width: 959px) {
    .l-footer-lower__link li {
        margin-right:0
    }

    .l-footer-lower__link li+li {
        margin-top: 20px
    }
}

.l-footer-lower__link li a {
    color: #999;
    font-size: 1.3rem;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-footer-lower__link li a:hover {
        color:#fff;
        border-bottom: 1px solid #fff
    }
}

.l-footer-copyright {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .l-footer-copyright {
        width:100%;
        text-align: right
    }
}

@media screen and (max-width: 959px) {
    .l-footer-copyright {
        font-size:1rem;
        margin: 40px auto 0
    }
}

.l-footer-return__top {
    display: none;
    position: absolute;
    right: 20px;
    top: -25px;
    opacity: 0;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease
}

.l-footer-return__top>a {
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #eee
}

.l-footer-return__top>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 30%;
    height: 30%;
    margin: auto;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(45deg) translate(20%, 20%);
    transform: rotate(45deg) translate(20%, 20%)
}

.l-footer-return__top>a:hover::before,.l-footer-return__top>a:active::before {
    -webkit-transform: rotate(45deg) translate(20%, 20%) scale(1.4);
    transform: rotate(45deg) translate(20%, 20%) scale(1.4)
}

.l-footer-return__top.is-fixed {
    position: fixed;
    top: auto;
    bottom: -25px;
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px)
}

.l-footer-return__top.is-show {
    opacity: 1
}

@media print,screen and (min-width: 960px) {
    body .l-main {
        margin-top:111px
    }
}

@media screen and (max-width: 959px) {
    body .l-main {
        margin-top:61px
    }
}

.l-page-container {
    overflow: hidden;
    padding: 100px 0 0
}

@media print,screen and (min-width: 960px) {
    .section {
        padding:0 40px
    }
}

@media screen and (max-width: 959px) {
    .section {
        padding:0 15px
    }
}

.l-content::after {
    content: "";
    display: block;
    clear: both
}

@media print,screen and (min-width: 960px) {
    .l-content {
        max-width:1280px;
        padding: 0 40px;
        margin: 0 auto
    }
}

@media screen and (max-width: 959px) {
    .l-content {
        padding:0 15px
    }
}

.single-column .l-content {
    width: auto
}

@media screen and (max-width: 959px) {
    .l-content.u-mb100 {
        margin-bottom:80px !important
    }
}

.l-main-content {
    float: left
}

.single-column .l-main-content {
    float: none;
    width: auto
}

.l-sub-content {
    float: right
}

.l-breadcrumbs {
    width: 100%;
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .l-breadcrumbs {
        padding:0 30px
    }
}

@media screen and (max-width: 959px) {
    .l-breadcrumbs {
        padding:0 15px
    }
}

.l-breadcrumbs.-is-fixed {
    position: absolute;
    z-index: 1
}

.l-breadcrumbs-list {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px
}

.l-breadcrumbs-list__item {
    line-height: 1.3
}

.l-breadcrumbs-list__item a {
    padding-right: 14px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.3;
    position: relative;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-breadcrumbs-list__item a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 3px
    }
}

.l-breadcrumbs-list__item a::after {
    content: "";
    width: 7px;
    height: 4px;
    background: url(/assets/img/common/icon_downarrow_gray.svg) no-repeat center;
    background-size: 100%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    bottom: 7px;
    right: 0
}

.l-breadcrumbs-list__item:last-child {
    margin-right: 0;
    pointer-events: none
}

.l-breadcrumbs-list__item:last-child a {
    padding-right: 0
}

.l-breadcrumbs-list__item:last-child a::after {
    display: none
}

.l-cta {
    background-color: #0069c8
}

.l-cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 959px) {
    .l-cta-inner {
        padding:60px 15px;
        flex-direction: column
    }
}

.l-cta-ttl {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 959px) {
    .l-cta-ttl {
        font-size:2.4rem
    }
}

.l-cta-txt {
    margin-top: 25px;
    color: #fff;
    font-size: 1.6rem
}

@media screen and (max-width: 959px) {
    .l-cta-txt {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .l-cta-txt.-pc_align_center {
        text-align:center
    }
}

.l-cta-btn {
    height: 60px;
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .l-cta-btn {
        width:340px
    }
}

@media screen and (max-width: 959px) {
    .l-cta-btn {
        width:100%;
        max-width: 345px
    }
}

.l-cta-btn a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    color: #222;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .l-cta-btn a {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .l-cta-btn a:hover {
        color:#fff;
        background-color: #111
    }
}

.l-cta-faq {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width: 959px) {
    .l-cta-faq {
        width:100%
    }
}

.l-cta-web {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

@media screen and (max-width: 959px) {
    .l-cta-web {
        width:100%;
        margin-top: 60px;
        padding-top: 60px;
        border-left: none
    }
}

.l-cta-web::before {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: .5;
    left: 0;
    top: 0
}

@media print,screen and (min-width: 960px) {
    .l-cta-web::before {
        width:1px;
        height: 100%
    }
}

@media screen and (max-width: 959px) {
    .l-cta-web::before {
        width:100%;
        height: 1px
    }
}

.l-cta__1Col .l-cta-web {
    width: 100%;
    margin-top: 0;
    padding-top: 0
}

.l-cta__1Col .l-cta-web::before {
    display: none
}

.l-products {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .l-products {
        padding:0 40px
    }
}

@media screen and (max-width: 959px) {
    .l-products {
        padding:0 15px
    }
}

.l-products__inner {
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .l-products__inner {
        max-width:1200px;
        padding: 80px 0 100px
    }
}

@media screen and (max-width: 959px) {
    .l-products__inner {
        padding:60px 0 80px
    }
}

.l-products__ttl {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .l-products__ttl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .l-products__ttl {
        font-size:2.6rem
    }
}

.l-products__list {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .l-products__list {
        margin-top:50px;
        gap: 45px
    }
}

@media screen and (max-width: 959px) {
    .l-products__list {
        margin-top:40px;
        flex-direction: column;
        gap: 40px
    }
}

@media print,screen and (min-width: 960px) {
    .l-products__item {
        width:calc(33.3333333333% - 30px)
    }
}

.l-products__item a figure {
    overflow: hidden
}

@media print,screen and (min-width: 960px) {
    .l-products__item a figure img {
        transition:.3s ease
    }
}

@media screen and (max-width: 959px) {
    .l-products__item a figure img {
        display:block;
        margin: 0 auto
    }
}

@media print,screen and (min-width: 960px) {
    .l-products__item a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .l-products__item a:hover p {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .l-products__item a:hover p.l-products__itemTxt {
        color: inherit;
        text-decoration: none
    }
}

.l-products__item p {
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.6;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-products__item p {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .l-products__item p {
        font-size:1.7rem
    }
}

.l-products__item p.l-products__itemTxt {
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.9
}

@media print,screen and (min-width: 960px) {
    .l-products__item p.l-products__itemTxt {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .l-products__item p.l-products__itemTxt {
        margin-top:15px;
        font-size: 1.5rem
    }
}

.l-products__item p.l-products__itemTtl {
    text-align: center;
    font-weight: bold;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .l-products__item p.l-products__itemTtl {
        margin-top:25px;
        font-size: 2.4rem
    }
}

@media screen and (max-width: 959px) {
    .l-products__item p.l-products__itemTtl {
        font-size:2.1rem
    }
}

.l-generalCat {
    border: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .l-generalCat {
        margin:100px auto;
        padding: 60px 40px
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat {
        margin:80px auto;
        padding: 40px 29px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.l-generalCat__ttl {
    line-height: 1.3;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__ttl {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__ttl {
        font-size:2.1rem
    }
}

.l-generalCat__content {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__content {
        margin-top:40px;
        align-items: center;
        justify-content: center;
        gap: 70px
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__content {
        margin-top:20px;
        flex-direction: column;
        gap: 5px
    }
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__content figure {
        width:50%;
        text-align: right
    }

    .l-generalCat__content figure img {
        width: 395px
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__content figure {
        width:75%;
        margin: 0 auto
    }
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__right {
        width:50%
    }
}

.l-generalCat__btn,.l-generalCat__btnCenter {
    margin-top: 30px;
    height: 56px
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__btn,.l-generalCat__btnCenter {
        width:340px
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__btn,.l-generalCat__btnCenter {
        width:calc(100vw - 90px);
        max-width: 340px;
        margin: 25px auto 0
    }
}

.l-generalCat__btn a,.l-generalCat__btnCenter a {
    height: 100%;
    padding: 10px 0 12px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid #111;
    border-radius: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__btn a,.l-generalCat__btnCenter a {
        font-size:1.6rem
    }

    .l-generalCat__btn a:hover,.l-generalCat__btnCenter a:hover {
        color: #fff;
        background-color: #222
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__btn a,.l-generalCat__btnCenter a {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__btnCenter {
        margin:40px auto 0
    }
}

.l-generalCat__btn2Col {
    display: flex;
    gap: 20px
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__btn2Col {
        justify-content:center;
        align-items: center
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__btn2Col {
        flex-direction:column
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__btn2Col .l-generalCat__btn+.l-generalCat__btn {
        margin-top:0
    }
}

.l-generalCat__icon {
    display: block;
    width: 60px;
    margin: 20px auto 0
}

.l-generalCat__txtCenter {
    margin-top: 15px
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__txtCenter {
        text-align:center
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat__txtCenter {
        display:inline-block
    }
}

.l-generalCat__txtCenter a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-generalCat__txtCenter a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

.l-generalCat+.l-generalCat {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .l-generalCat+.l-generalCat {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .l-generalCat+.l-generalCat {
        margin-top:20px
    }
}

.l-catalog {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .l-catalog {
        padding:80px 40px
    }
}

@media screen and (max-width: 959px) {
    .l-catalog {
        padding:60px 15px;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.l-catalog::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0069c8;
    opacity: .1;
    z-index: -1
}

.l-catalog.u-border-top {
    border-top: 1px solid #ddd
}

.l-catalog__ttl {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .l-catalog__ttl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .l-catalog__ttl {
        font-size:2.6rem
    }
}

.l-catalog img {
    width: 100px;
    display: block
}

@media print,screen and (min-width: 960px) {
    .l-catalog img {
        margin:20px auto 0
    }
}

@media screen and (max-width: 959px) {
    .l-catalog img {
        margin:15px auto 0
    }
}

@media print,screen and (min-width: 960px) {
    .l-catalog__txt {
        margin-top:20px;
        font-size: 1.6rem;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .l-catalog__txt {
        display:inline-block;
        margin-top: 15px;
        font-size: 1.5rem
    }
}

.l-catalog__btn {
    margin: 30px auto 0;
    height: 60px
}

@media print,screen and (min-width: 960px) {
    .l-catalog__btn {
        width:340px
    }
}

@media screen and (max-width: 959px) {
    .l-catalog__btn {
        width:100%;
        max-width: 345px
    }
}

.l-catalog__btn a {
    width: 100%;
    height: 100%;
    padding: 10px 0 12px;
    border-radius: 30px;
    border: 1px solid #111;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .l-catalog__btn a {
        font-size:1.8rem
    }

    .l-catalog__btn a:hover {
        color: #fff;
        background-color: #111
    }
}

@media screen and (max-width: 959px) {
    .l-catalog__btn a {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .l-catalog+.l-catalog {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .l-catalog+.l-catalog {
        margin-top:80px
    }
}

.js-accordion {
    overflow: hidden
}

.js-accordion-target {
    display: none
}

.js-highlight-wrap {
    margin-top: 30px
}

.js-highlight-wrap:first-child {
    margin-top: 0
}

.js-highlight-title {
    font-weight: 700;
    font-size: .17rem
}

.js-highlight {
    margin-top: 15px
}

.js-highlight:first-child {
    margin-top: 0
}

.js-highlight-code {
    margin-top: 15px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden
}

.js-highlight-code:first-child {
    margin-top: 0
}

.js-highlight-code::after {
    content: "クリップボードにコピー";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px 5px;
    pointer-events: none;
    transition: opacity 1s ease,-webkit-transform 0s ease 1s;
    transition: transform 0s ease 1s,opacity 1s ease;
    transition: transform 0s ease 1s,opacity 1s ease,-webkit-transform 0s ease 1s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.js-highlight-code.is-copied {
    pointer-events: none
}

.js-highlight-code.is-copied::after {
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: transform .3s ease,opacity .3s ease;
    transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .9
}

.js-highlight-code .hljs {
    padding: 10px 13px
}

#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,#cboxContent,#cboxLoadedContent {
    box-sizing: content-box
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7
}

#colorbox {
    outline: none
}

#cboxContent {
    position: relative;
    background-color: #fff;
    margin: 25px 25px 0;
    padding: 20px
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxCurrent {
    position: absolute
}

#cboxPrevious,#cboxNext,#cboxClose {
    width: 50px;
    height: 2em;
    border: 0;
    border-radius: 3px;
    line-height: 2;
    color: #fff;
    transition: background-color .3s ease;
    background-color: #a4a4a4
}

#cboxPrevious:hover,#cboxPrevious:active,#cboxNext:hover,#cboxNext:active,#cboxClose:hover,#cboxClose:active {
    background-color: #d1d1d1
}

#cboxPrevious,#cboxNext {
    top: 0;
    bottom: 0;
    margin: auto 0
}

#cboxPrevious {
    left: -25px
}

#cboxNext {
    right: -25px
}

#cboxClose {
    top: -25px;
    right: 0
}

#cboxCurrent {
    top: -20px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    text-align: center
}

.js-modal-target {
    display: none
}

.js-slider {
    position: relative
}

.js-slider .slick-prev,.js-slider .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 30px;
    margin: auto 0;
    z-index: 1
}

.js-slider .slick-prev {
    left: 0
}

.js-slider .slick-next {
    right: 0
}

.js-slider .slick-dots {
    margin-top: 10px;
    text-align: center;
    font-size: 0
}

.js-slider .slick-dots>li {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px
}

.js-slider .slick-dots>li:first-child {
    margin-left: 0
}

.js-slider .slick-dots>li>button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background-color: #eee;
    text-indent: 150%;
    overflow: hidden
}

.js-slider .slick-dots>li>button:hover,.js-slider .slick-dots>li>button:active,.js-slider .slick-dots .slick-active>button {
    background-color: #999
}

.js-slider .slick-slide {
    position: relative;
    box-sizing: border-box;
    height: 200px;
    margin: 0 20px;
    border: 1px solid #000;
    background-color: #fff
}

.js-slider .slick-slide>p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.2em;
    margin: auto 0;
    text-align: center
}

.p-home-mv a {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-home-mv a:hover {
        opacity:.7
    }
}

.p-home-mv .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 46px
}

.p-home-mv .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.p-home-mv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-home-mv .swiper-pagination {
    bottom: 0
}

.p-home-mv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    position: relative
}

.p-home-mv .swiper-pagination .swiper-pagination-bullet>svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute
}

.p-home-mv .swiper-pagination .swiper-pagination-bullet>svg>circle {
    stroke: #0069c8;
    stroke-width: 1;
    box-sizing: border-box;
    fill: none;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.p-home-mv .swiper-pagination .swiper-pagination-bullet-active svg {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: calc(-50% - 3px);
    left: calc(-50% - 3px);
    stroke-dasharray: 314
}

.p-home-mv .swiper-pagination .swiper-pagination-bullet-active svg>circle {
    -webkit-animation: circling ease 36s forwards;
    animation: circling ease 36s forwards
}

.p-home-section__h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2rem;
    text-align: center
}

@media screen and (max-width: 959px) {
    .p-home-section__h2 {
        margin:0 auto;
        flex-direction: column;
        font-size: 2.8rem
    }
}

.p-home-section__h2 img {
    width: 40px;
    height: 40px
}

@media print,screen and (min-width: 960px) {
    .p-home-section__h2 img {
        margin-right:12px
    }
}

@media screen and (max-width: 959px) {
    .p-home-section__h2 img {
        margin-bottom:10px
    }
}

.p-home-section__h3 {
    font-size: 3rem;
    text-align: center
}

@media screen and (max-width: 959px) {
    .p-home-section__h3 {
        font-size:2.6rem
    }
}

.p-home-section__h4 {
    font-size: 2.6rem;
    text-align: center
}

.p-home-section__h4 span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    color: #666;
    font-weight: 400
}

.p-home-section__ttlLead {
    font-size: 1.6rem
}

@media print,screen and (min-width: 960px) {
    .p-home-section__ttlLead {
        max-width:1200px;
        margin: 25px auto 0;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .p-home-section__ttlLead {
        margin-top:20px;
        font-size: 1.5rem;
        padding: 0 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-section__btn {
        width:220px;
        height: 48px
    }
}

@media screen and (max-width: 959px) {
    .p-home-section__btn {
        max-width:345px;
        height: 56px;
        margin: 40px auto 0;
        padding: 0 15px
    }
}

.p-home-section__btn a {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 1px solid #111;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-section__btn a {
        border-radius:28px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-section__btn a:hover {
        color:#fff;
        background-color: #111
    }
}

.p-home-solution__inner {
    padding: 65px 0 0
}

@media screen and (max-width: 959px) {
    .p-home-solution__inner {
        padding:0
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__tab {
        margin-top:54px;
        padding: 0 15px;
        display: flex;
        align-items: stretch;
        justify-content: space-between
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__tabBtn {
        width:50%;
        padding: 0 0 15px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        color: #666;
        line-height: 1.3;
        border-bottom: 4px solid rgba(0,0,0,0)
    }

    .p-home-solution__tabBtn.is-current {
        color: #222;
        border-bottom: 4px solid #111
    }

    .p-home-solution__tabBtn:last-child {
        padding-left: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__tabDetail {
        display:none;
        padding-top: 45px;
        background-color: #f3f4f6
    }
}

.p-home-solution__tabDetail.is-active {
    display: block
}

.p-home-solution__list {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-home-solution__list {
        max-width:1600px;
        margin: 35px auto 0;
        border-right: 1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__list {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-solution__item {
        width:25%;
        border-left: 1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__item {
        width:50%;
        border-left: 1px solid #ddd;
        background-color: #fff
    }

    .p-home-solution__item:nth-child(odd) {
        border-left: none
    }
}

.p-home-solution__item a figure {
    overflow: hidden
}

.p-home-solution__item a figure img {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-home-solution__item a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-home-solution__item a:hover .p-home-solution__itemTtl {
        color: #0069c8;
        text-decoration: underline
    }
}

.p-home-solution__itemTtl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    transition: .3s ease;
    text-underline-offset: 3px
}

@media print,screen and (min-width: 960px) {
    .p-home-solution__itemTtl {
        height:82px;
        padding: 30px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width: 959px) {
    .p-home-solution__itemTtl {
        text-align:left;
        font-size: 1.8rem;
        padding: 15px 15px 25px 15px
    }
}

.p-home-solution__itemTxt {
    padding: 15px 30px 30px 30px;
    font-size: 1.4rem;
    color: #666
}

.p-home-treatment__tabDetail {
    padding: 80px 40px 90px;
    background-color: #eaedf1
}

@media screen and (max-width: 959px) {
    .p-home-treatment__tabDetail {
        display:none;
        padding: 45px 15px 77px
    }
}

@media screen and (max-width: 959px) {
    .p-home-treatment__tabDetail.is-active {
        display:block
    }
}

.p-home-treatment__list {
    max-width: 1200px;
    margin: 35px auto 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px
}

@media screen and (max-width: 959px) {
    .p-home-treatment__list {
        max-width:auto;
        margin-top: 30px;
        flex-direction: column
    }
}

.p-home-treatment__item {
    width: calc(33.3333333333% - 9px);
    background-color: #fff;
    box-sizing: border-box
}

@media screen and (max-width: 959px) {
    .p-home-treatment__item {
        width:100%
    }
}

.p-home-treatment__item figure {
    width: 170px;
    height: 150px;
    margin: 0 auto
}

@media screen and (max-width: 959px) {
    .p-home-treatment__item figure {
        width:130px;
        height: 115px
    }
}

.p-home-treatment__item figure img {
    transition: .3s ease
}

.p-home-treatment__item a {
    display: block;
    padding: 35px 12.82% 35px 12.82%
}

@media screen and (max-width: 959px) {
    .p-home-treatment__item a {
        padding:25px 30px
    }

    .p-home-treatment__item a div {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-treatment__item a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-home-treatment__item a:hover .p-home-treatment__itemTtl {
        color: #0069c8;
        text-decoration: underline;
        text-decoration-thickness: 2px
    }
}

.p-home-treatment__itemTtl {
    margin-top: 25px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    transition: .3s ease;
    text-underline-offset: 6px
}

@media screen and (max-width: 959px) {
    .p-home-treatment__itemTtl {
        margin-top:0;
        font-size: 1.8rem;
        text-align: left;
        flex: 1
    }
}

.p-home-treatment__itemTxt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #666
}

@media screen and (max-width: 959px) {
    .p-home-treatment__itemTxt {
        margin-top:25px
    }
}

.p-home-event {
    background-color: #f3f4f6
}

@media screen and (max-width: 959px) {
    .p-home-event {
        overflow:hidden
    }
}

.p-home-event__inner {
    margin: 0 auto;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-home-event__inner {
        width:100%;
        max-width: 1280px;
        padding: 80px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-home-event__inner {
        padding:60px 0 70px
    }
}

.p-home-event__listContainer {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-home-event__listContainer {
        margin-top:60px;
        max-width: 1200px
    }
}

@media screen and (max-width: 959px) {
    .p-home-event__listContainer {
        width:100%;
        margin-top: 40px;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .p-home-event__listContainer::-webkit-scrollbar {
        display: none
    }
}

.p-home-event__listWrap {
    margin: 0 auto;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-home-event__listWrap {
        max-width:1200px;
        padding-bottom: 88px
    }
}

@media screen and (max-width: 959px) {
    .p-home-event__listWrap {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px;
        gap: 20px;
        flex-wrap: nowrap
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-event__item {
        width:calc(33.3333333333% - 30px)
    }
}

@media screen and (max-width: 959px) {
    .p-home-event__item {
        width:280px
    }
}

.p-home-event__item a {
    position: relative;
    transition: .3s ease;
    display: block;
    width: 100%
}

.p-home-event__item a figure {
    overflow: hidden
}

.p-home-event__item a figure img {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-home-event__item a:hover figure img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-home-event__item a:hover .p-home-event__ttl {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-home-event__ttl {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-event__ttl {
        margin-top:25px;
        font-size: 1.6rem
    }
}

.p-home-event__txt {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

@media screen and (max-width: 959px) {
    .p-home-event__txt {
        flex-wrap:wrap
    }
}

.p-home-event__txtDate {
    font-size: 1.6rem;
    color: #666;
    line-height: 1.3;
    display: inline-flex;
    align-items: baseline
}

@media screen and (max-width: 959px) {
    .p-home-event__txtDate {
        font-size:1.5rem
    }
}

.p-home-event__txtDate span {
    display: inline-block
}

.p-home-event__txtDate .-date__num {
    font-size: 2.6rem;
    margin-left: 5px
}

@media screen and (max-width: 959px) {
    .p-home-event__txtDate .-date__num {
        font-size:2.2rem;
        margin-left: 3px
    }
}

.p-home-event__txtDate .-date__unit {
    font-size: 1.5rem
}

@media screen and (max-width: 959px) {
    .p-home-event__txtDate .-date__unit {
        font-size:1.4rem
    }
}

.p-home-event__txtDate .-date__month {
    width: 21px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 3px;
    border: 1px solid #888;
    font-size: 1.4rem;
    display: inline-flex;
    position: relative;
    top: -4px;
    line-height: 17px
}

@media screen and (max-width: 959px) {
    .p-home-event__txtDate .-date__month {
        width:20px;
        height: 20px;
        font-size: 1.3rem;
        margin-left: 3px;
        margin-right: 3px;
        top: -3px
    }
}

.p-home-event__txtSmall {
    margin-top: 12px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.3
}

.p-home-event__txtSmall+.p-home-event__txtSmall {
    margin-top: 10px
}

.p-home-event__label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 27px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    background-color: #333;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-home-event .p-home-section__btn {
        position:absolute;
        right: 40px;
        top: 75px
    }
}

.p-home-service__inner {
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-home-service__inner {
        max-width:1600px;
        padding: 80px 0 0
    }
}

@media screen and (max-width: 959px) {
    .p-home-service__inner {
        padding:60px 0 70px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-service__list {
        margin-top:60px;
        display: flex;
        justify-content: space-between;
        border-right: 1px solid #ddd
    }
}

.p-home-service__list li {
    width: 33.3333333333%
}

@media print,screen and (min-width: 960px) {
    .p-home-service__list li {
        border-left:1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-home-service__list li {
        width:100%;
        margin-top: 40px
    }
}

.p-home-service__list li figure {
    width: 100%;
    line-height: 1;
    display: block;
    overflow: hidden;
    position: relative
}

.p-home-service__list li figure img {
    transition: .3s ease
}

.p-home-service__list li figure figcaption {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: 30px
}

.p-home-service__list li p {
    padding: 30px 30px 50px 30px;
    font-size: 1.6rem
}

@media screen and (max-width: 959px) {
    .p-home-service__list li p {
        padding:25px 15px 0 15px;
        font-size: 1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-service__list li a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-service .p-home-section__content {
        width:100%;
        position: absolute;
        top: 76px;
        left: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-service .p-home-section__content .p-home-section__contentInner {
        max-width:1280px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-service .p-home-section__content .p-home-section__btn {
        margin-left:auto
    }
}

.p-home-case {
    background-color: #f3f4f6
}

@media screen and (max-width: 959px) {
    .p-home-case {
        overflow:hidden
    }
}

.p-home-case__inner {
    margin: 0 auto;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-home-case__inner {
        width:100%;
        max-width: 1280px;
        padding: 80px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-home-case__inner {
        padding:60px 0 70px
    }
}

.p-home-case__listContainer {
    margin-top: 60px;
    max-width: 1200px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-home-case__listContainer {
        width:100%;
        margin-top: 40px;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .p-home-case__listContainer::-webkit-scrollbar {
        display: none
    }
}

.p-home-case__listWrap {
    margin: 0 auto;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-home-case__listWrap {
        max-width:1200px;
        padding-bottom: 88px
    }
}

@media screen and (max-width: 959px) {
    .p-home-case__listWrap {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px;
        gap: 20px;
        flex-wrap: nowrap
    }
}

.p-home-case__item {
    width: calc(33.3333333333% - 30px)
}

@media screen and (max-width: 959px) {
    .p-home-case__item {
        width:280px
    }
}

.p-home-case__itemDetail figure {
    overflow: hidden
}

.p-home-case__itemDetail figure img {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-home-case__itemDetail:hover figure img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-home-case__itemDetail:hover .p-home-case__ttl {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-home-case__label {
    display: inline-block;
    margin-top: 25px;
    padding: 4px 10px;
    background-color: #666;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3
}

.p-home-case__ttl {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-home-case__ttl {
        font-size:1.7rem
    }
}

.p-home-case__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #666
}

.p-home-case__related {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center
}

.p-home-case__related svg {
    width: 24px;
    margin-right: 10px
}

@media screen and (max-width: 959px) {
    .p-home-case__related svg {
        width:20px
    }
}

.p-home-case__related svg .cls-1,.p-home-case__related svg .cls-2 {
    stroke-width: 0px
}

.p-home-case__related svg .cls-2 {
    fill: #fff;
    opacity: .02
}

.p-home-case__relatedLabel {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px
}

.p-home-case__relatedLabelItem {
    height: 33px
}

.p-home-case__relatedLabelItem>a {
    height: 100%;
    padding: 4px 15px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-home-case__relatedLabelItem>a {
        display:block
    }
}

@media screen and (max-width: 959px) {
    .p-home-case__relatedLabelItem>a {
        display:inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-case__relatedLabelItem>a:hover {
        color:#222;
        border-color: #222
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-case .p-home-section__btn {
        position:absolute;
        right: 40px;
        top: 75px
    }
}

@media screen and (max-width: 959px) {
    .p-home-case .p-home-section__btn {
        margin-top:40px
    }
}

.p-home-media {
    padding: 80px 40px
}

@media screen and (max-width: 959px) {
    .p-home-media {
        padding:60px 15px 70px
    }
}

.p-home-media__inner {
    margin: 0 auto;
    display: flex;
    align-items: stretch
}

@media print,screen and (min-width: 960px) {
    .p-home-media__inner {
        max-width:1200px;
        gap: 60px
    }
}

@media screen and (max-width: 959px) {
    .p-home-media__inner {
        flex-direction:column;
        gap: 100px
    }
}

.p-home-media__news {
    width: calc(50% - 30px)
}

@media screen and (max-width: 959px) {
    .p-home-media__news {
        width:100%
    }
}

.p-home-media__newsList {
    margin-top: 30px;
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-home-media__newsList {
        padding-bottom:35px;
        border-bottom: 1px solid #c1c1c1
    }
}

.p-home-media__newsItem {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 959px) {
    .p-home-media__newsItem:first-child {
        padding-top:25px
    }
}

.p-home-media__newsItem a {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-home-media__newsItem a:hover .p-home-media__newsTxt {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 5px
    }
}

.p-home-media__newsDate {
    width: 120px;
    padding-top: 2px;
    font-size: 1.5rem;
    color: #666;
    line-height: 1.3
}

@media screen and (max-width: 959px) {
    .p-home-media__newsDate {
        width:110px;
        font-size: 1.4rem
    }
}

.p-home-media__newsLabel {
    width: 107px;
    height: 25px;
    margin-left: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    padding-top: 3px
}

@media screen and (max-width: 959px) {
    .p-home-media__newsLabel {
        margin-left:5px
    }
}

.p-home-media__newsLabel.-news__label_01 {
    color: #286a85;
    background: rgba(60,121,145,.15)
}

.p-home-media__newsLabel.-news__label_02 {
    color: #582f91;
    background-color: #ebe6f2
}

.p-home-media__newsTxt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-media__newsTxt {
        font-size:1.5rem
    }
}

.p-home-media__magazine {
    width: calc(50% - 30px)
}

@media screen and (max-width: 959px) {
    .p-home-media__magazine {
        width:100%
    }
}

.p-home-media__magazineDetail {
    margin-top: 10px;
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-home-media__magazineDetail {
        height:calc(100% - 142px);
        padding-bottom: 35px;
        border-bottom: 1px solid #c1c1c1
    }
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineDetail {
        padding-bottom:5px
    }
}

.p-home-media__magazineHead {
    margin-top: 35px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineHead {
        margin-top:25px
    }
}

.p-home-media__magazineDate {
    width: 120px;
    font-size: 1.5rem;
    color: #666;
    line-height: 1.3
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineDate {
        width:110px;
        font-size: 1.4rem
    }
}

.p-home-media__magazineLabel {
    width: 77px;
    height: 27px;
    margin-left: 16px;
    background-color: #eaedf1;
    font-size: 1.5rem;
    color: #666;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineLabel {
        width:78px;
        height: 26px;
        margin-left: 15px
    }
}

.p-home-media__magazineTtl a {
    margin-top: 15px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineTtl a {
        margin-top:20px
    }
}

.p-home-media__magazineTtl a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("/assets/img/common/icon_arrow_head_right_blue.svg") no-repeat center;
    background-size: 100%;
    margin-left: 10px;
    bottom: 2px
}

@media print,screen and (min-width: 960px) {
    .p-home-media__magazineTtl a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 5px
    }
}

.p-home-media__magazineTxt {
    margin-top: 20px;
    font-size: 1.5rem
}

@media screen and (max-width: 959px) {
    .p-home-media__magazineTxt {
        font-size:1.4rem
    }
}

.p-home-media .p-home-section__btn {
    margin: 30px auto 0
}

@media screen and (max-width: 959px) {
    .p-home-media .p-home-section__btn {
        margin:35px auto 0
    }
}

.p-home-support {
    position: relative
}

.p-home-support::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0069c8;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.p-home-support__inner {
    padding: 80px 40px 75px
}

@media screen and (max-width: 959px) {
    .p-home-support__inner {
        padding:60px 15px 70px
    }
}

.p-home-support__wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-home-support__wrap {
        max-width:1200px;
        margin: 17px auto 0;
        gap: 67px
    }
}

@media screen and (max-width: 959px) {
    .p-home-support__wrap {
        margin:40px auto 0;
        flex-direction: column;
        gap: 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-support__img {
        width:548px;
        margin-left: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-home-support__img {
        width:calc(100% - 10px)
    }
}

.p-home-support__detail {
    flex: 1
}

.p-home-support .p-home-section__btn {
    margin-top: 30px
}

.p-home-registration {
    padding: 80px 40px
}

@media screen and (max-width: 959px) {
    .p-home-registration {
        padding:60px 15px 70px
    }
}

.p-home-registration__list {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-home-registration__list {
        max-width:1200px;
        margin: 60px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-home-registration__list {
        margin-top:10px;
        flex-direction: column
    }
}

.p-home-registration__item {
    width: 33.3333333333%;
    padding: 15px 22px
}

@media screen and (max-width: 959px) {
    .p-home-registration__item {
        width:100%;
        padding: 30px 0 40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-registration__item:not(:first-child) {
        border-left:1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-home-registration__item:not(:first-child) {
        border-top:1px solid #ddd
    }
}

.p-home-registration__item figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center
}

.p-home-registration__ttl {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-underline-offset: 6px
}

@media screen and (max-width: 959px) {
    .p-home-registration__ttl {
        margin-top:15px;
        font-size: 1.7rem
    }
}

.p-home-registration__txt {
    margin-top: 12px;
    font-size: 1.4rem;
    color: #666;
    text-align: center
}

@media screen and (max-width: 959px) {
    .p-home-registration__txt {
        margin-top:10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-registration__btn {
        width:440px;
        height: 72px;
        margin: 60px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-home-registration__btn {
        width:100%;
        height: 68px;
        max-width: 345px;
        margin: 40px auto 0
    }
}

.p-home-registration__btn a {
    width: 100%;
    height: 100%;
    border: 2px solid #111;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-registration__btn a {
        font-size:2rem;
        border-radius: 34px
    }
}

@media print,screen and (min-width: 960px) {
    .p-home-registration__btn a:hover {
        color:#fff;
        background-color: #111
    }

    .p-home-registration__btn a:hover svg .i-regist {
        fill: none;
        stroke: #fff
    }
}

.p-home-registration__btn a svg {
    width: 35px;
    height: auto;
    margin-right: 11px;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-home-registration__btn a svg {
        width:28px
    }
}

.p-home-registration__btn a svg .i-regist {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
    transition: .3s ease
}

.p-home-bnr__inner {
    padding: 70px 40px 60px
}

@media screen and (max-width: 959px) {
    .p-home-bnr__inner {
        padding:60px 0;
        overflow-x: scroll
    }
}

.p-home-bnr__list {
    display: flex;
    align-items: flex-start;
    gap: 40px 45px
}

@media print,screen and (min-width: 960px) {
    .p-home-bnr__list {
        max-width:1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-home-bnr__list {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding: 0 15px;
        gap: 20px
    }
}

.p-home-bnr__list.-align_center {
    justify-content: center
}

@media print,screen and (min-width: 960px) {
    .p-home-bnr__item {
        width:calc(25% - 34px)
    }
}

@media screen and (max-width: 959px) {
    .p-home-bnr__item {
        width:266px
    }
}

.p-home-bnr__item figure {
    width: 100%;
    overflow: hidden
}

.p-home-bnr__item img {
    transition: .3s ease
}

.p-home-bnr__item p {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.6;
    transition: .3s ease
}

.p-home-bnr__item a {
    display: block;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-home-bnr__item a:hover img {
        opacity:.7
    }

    .p-home-bnr__item a:hover p {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .swiper.is-one-slide .swiper-slide {
        width:100%
    }
}

@media print,screen and (min-width: 960px) {
    .swiper.p-home-event__listContainer .swiper-button-wrap,.swiper.p-home-case__listContainer .swiper-button-wrap {
        width:116px;
        height: 48px;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-next,.swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-prev,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-next,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-prev {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background-color: #fff;
        background-image: url("/assets/img/common/icon_arrow_head_right_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px 12px;
        position: absolute;
        top: inherit;
        bottom: 0;
        transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
    }

    .swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-next::after,.swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-prev::after,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-next::after,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-prev::after {
        font-size: 0
    }

    .swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-next:hover,.swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-prev:hover,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-next:hover,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-prev:hover {
        border-color: #0069c8;
        background-position: center right 14px
    }

    .swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-next,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-next {
        left: inherit;
        right: 0
    }

    .swiper.p-home-event__listContainer .swiper-button-wrap .swiper-button-prev,.swiper.p-home-case__listContainer .swiper-button-wrap .swiper-button-prev {
        left: 0;
        right: inherit;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (max-width: 959px) {
    .swiper.p-home-event__listContainer .swiper-button-wrap,.swiper.p-home-case__listContainer .swiper-button-wrap {
        display:none
    }
}

.swiper.p-home-event__listContainer .swiper-pagination,.swiper.p-home-case__listContainer .swiper-pagination {
    position: absolute;
    width: 83.7%;
    left: 0;
    bottom: 22px;
    top: inherit;
    background-color: #e3e3e3
}

@media screen and (max-width: 959px) {
    .swiper.p-home-event__listContainer .swiper-pagination,.swiper.p-home-case__listContainer .swiper-pagination {
        display:none
    }
}

.swiper.p-home-event__listContainer .swiper-pagination .swiper-pagination-progressbar-fill,.swiper.p-home-case__listContainer .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #0069c8
}

@-webkit-keyframes circling {
    from {
        stroke-dashoffset: 314
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes circling {
    from {
        stroke-dashoffset: 314
    }

    to {
        stroke-dashoffset: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-module__section {
        padding:0 30px 60px
    }
}

@media screen and (max-width: 959px) {
    .p-module__section {
        padding:0 15px 50px
    }
}

.p-module__content {
    max-width: 1200px;
    margin: 0 auto
}

.p-module__content .p-md-anchor {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-module__content.u-mt80sp60 {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-module__content.u-mt80sp60 {
        margin-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-module__unique .p-module__section {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-module__unique .p-module__section {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-module__unique .p-products-boilers__lineup {
        padding-bottom:80px
    }
}

@media screen and (max-width: 959px) {
    .p-module__unique .p-products-boilers__lineup {
        padding-bottom:70px
    }
}

.p-md-ttl__h1 {
    margin-top: 60px;
    margin-bottom: 80px;
    line-height: 1.3;
    font-size: 4rem;
    font-weight: bold
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h1 {
        margin-top:40px;
        margin-bottom: 50px;
        font-size: 3rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-ttl__h1+.p-md-ttl__h2 {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h1+.p-md-ttl__h2 {
        margin-top:50px
    }
}

.p-md-ttl__h1.u-align__center {
    text-align: center
}

.p-md-ttl__h2 {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    line-height: 1.3;
    font-size: 3.4rem;
    font-weight: bold;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h2 {
        margin-top:80px;
        margin-bottom: 35px;
        font-size: 2.8rem
    }
}

.p-md-ttl__h2::before {
    content: "";
    width: 60px;
    height: 5px;
    background-color: #0069c8;
    position: absolute;
    left: 0;
    bottom: 0
}

.p-md-ttl__h2+.p-md-ttl__h3,.p-md-ttl__h2+.p-md-ttl__h4 {
    margin-top: 0
}

.p-md-ttl__h2.-u-h2Icon {
    position: relative
}

.p-md-ttl__h2.-u-h2Icon::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    background: url(/assets/img/common/icon_lock_blue.svg) no-repeat center;
    background-size: contain
}

@media print,screen and (min-width: 960px) {
    .p-md-ttl__h2.-u-h2Icon::after {
        width:20px;
        height: 27px
    }
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h2.-u-h2Icon::after {
        width:17px;
        height: 23px
    }
}

.p-md-ttl__h3 {
    display: block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 1px solid #c1c1c1
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h3 {
        margin-top:70px;
        margin-bottom: 30px;
        padding-bottom: 12px;
        font-size: 2.3rem
    }
}

.p-md-ttl__h4 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h4 {
        margin-top:50px;
        margin-bottom: 20px;
        padding-left: 15px;
        font-size: 2.1rem
    }
}

.p-md-ttl__h4::before {
    content: "";
    width: 3px;
    height: 28px;
    background-color: #0069c8;
    position: absolute;
    left: 0;
    top: 6px
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h4::before {
        height:25px;
        top: 4px
    }
}

.p-md-ttl__h5 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-ttl__h5 {
        margin-top:40px;
        margin-bottom: 15px;
        font-size: 2rem
    }
}

.p-md-ttl__pickup {
    display: flex;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-md-ttl__pickup {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-ttl__pickup {
        font-size:2.1rem
    }
}

.p-md-ttl__pickup::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-right: 10px;
    background: url(/assets/img/common/icon_pickup_hand.svg) no-repeat center;
    background-size: 100%
}

.p-md-txt {
    font-size: 1.6rem;
    line-height: 1.9
}

@media screen and (max-width: 959px) {
    .p-md-txt {
        font-size:1.5rem
    }
}

.p-md-txt.u-align__center {
    text-align: center
}

.p-md-txt.u-align__right {
    text-align: right
}

.p-md-txt.u-txt__strong {
    font-weight: bold
}

.p-md-txt.u-txt__notice {
    color: #dc0909
}

.p-md-txt .u-txt__notice {
    color: #dc0909
}

.p-md-txt a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-txt a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

.p-md-txt a[target=_blank] {
    position: relative
}

.p-md-txt a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    bottom: 0;
    right: 0
}

.p-md-txt__extraLarge {
    margin-top: 30px;
    font-size: 2.2rem;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-txt__extraLarge {
        font-size:2rem
    }
}

.p-md-txt__large {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-txt__large {
        margin-top:25px;
        font-size: 1.8rem
    }
}

.p-md-txt__large.u-align__center {
    text-align: center
}

.p-md-txt__large.u-align__right {
    text-align: right
}

.p-md-txt__semiLarge {
    margin-top: 30px;
    font-size: 1.8rem;
    line-height: 1.9
}

@media screen and (max-width: 959px) {
    .p-md-txt__semiLarge {
        margin-top:25px;
        font-size: 1.7rem
    }
}

.p-md-txt__semiLarge.u-align__center {
    text-align: center
}

.p-md-txt__semiLarge.u-align__right {
    text-align: right
}

.p-md-txt__small {
    margin-top: 25px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.9
}

@media screen and (max-width: 959px) {
    .p-md-txt__small {
        margin-top:20px
    }
}

.p-md-txt__note {
    margin-top: 25px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-txt__note {
        margin-top:20px
    }
}

.p-md-txt__note.u-align__center {
    text-align: center
}

.p-md-txt__note.u-align__right {
    text-align: right
}

.p-md-lead {
    margin-top: 30px;
    font-size: 1.6rem
}

@media screen and (max-width: 959px) {
    .p-md-lead {
        margin-top:25px;
        font-size: 1.5rem
    }
}

.p-md-lead.u-align__center {
    text-align: center
}

.p-md-lead.u-align__right {
    text-align: right
}

.p-md-lead__superLarge {
    line-height: 1.6;
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-md-lead__superLarge {
        margin-top:30px;
        font-size: 2.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-lead__superLarge {
        margin-top:25px;
        font-size: 2.4rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-lead__superLarge+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-md-lead__superLarge+.p-md-txt {
        margin-top:20px
    }
}

.p-md-lead__superLarge.u-align__center {
    text-align: center
}

.p-md-lead__superLarge.u-align__right {
    text-align: right
}

.p-md-lead__extraLarge {
    margin-top: 30px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-lead__extraLarge {
        margin-top:25px;
        font-size: 2rem
    }
}

.p-md-lead__large {
    margin-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-lead__large {
        margin-top:25px;
        font-size: 1.8rem
    }
}

.p-md-lead__semiLarge {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-md-lead__semiLarge {
        margin-top:25px;
        font-size: 1.7rem
    }
}

.p-md-list {
    margin-top: 30px
}

@media screen and (max-width: 959px) {
    .p-md-list {
        margin-top:25px
    }
}

.p-md-list>li {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 17px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list>li {
        font-size:1.5rem
    }
}

.p-md-list>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px
}

.p-md-list__ol {
    margin-top: 30px;
    counter-reset: number 0
}

.p-md-list__ol>li {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 1.5em;
    text-indent: -1.5em;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__ol>li {
        font-size:1.5rem
    }
}

.p-md-list__ol>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list__ol>li:nth-child(n+10) {
    padding-left: 2em;
    text-indent: -2em
}

.p-md-list__ol>li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right: 8px
}

.p-md-list__ol>li .p-md-list__ol {
    margin-top: 10px
}

.p-md-list__ol>li .p-md-list__ol li:last-child {
    margin-bottom: 15px
}

.p-md-list__olKako {
    margin-top: 30px;
    counter-reset: number 0
}

@media screen and (max-width: 959px) {
    .p-md-list__olKako {
        margin-top:25px
    }
}

.p-md-list__olKako>li {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 2em;
    text-indent: -2em;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__olKako>li {
        font-size:1.5rem
    }
}

.p-md-list__olKako>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list__olKako>li:nth-child(n+10) {
    padding-left: 2.5em;
    text-indent: -2.5em
}

.p-md-list__olKako>li::before {
    counter-increment: number 1;
    content: "（" counter(number) "）";
    margin-right: 5px
}

.p-md-list__olStrong {
    margin-top: 30px;
    counter-reset: number 0
}

@media screen and (max-width: 959px) {
    .p-md-list__olStrong {
        margin-top:25px
    }
}

.p-md-list__olStrong>li {
    font-size: 1.6rem;
    line-height: 1.9;
    font-weight: bold;
    padding-left: 1.5em;
    text-indent: -1.5em;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__olStrong>li {
        font-size:1.5rem
    }
}

.p-md-list__olStrong>li:not(:first-child) {
    margin-top: 15px
}

.p-md-list__olStrong>li:nth-child(n+10) {
    padding-left: 2em;
    text-indent: -2em
}

.p-md-list__olStrong>li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right: 8px
}

.p-md-list__olStrong>li>p {
    margin-top: 10px;
    font-weight: normal;
    text-indent: 0
}

.p-md-list__olStrong .p-md-list__ol {
    margin-top: 10px
}

.p-md-list__olStrong .p-md-list__ol li {
    font-weight: normal
}

.p-md-list__olStrong .p-md-list__olDot {
    margin-top: 10px
}

.p-md-list__olStrong .p-md-list__olDot li {
    font-weight: normal
}

.p-md-list__olDot {
    margin-top: 30px;
    counter-reset: number 0
}

.p-md-list__olDot>li {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 1.5em;
    text-indent: -1.5em;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__olDot>li {
        font-size:1.5rem
    }
}

.p-md-list__olDot>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list__olDot>li:nth-child(n+10) {
    padding-left: 2em;
    text-indent: -2em
}

.p-md-list__olDot>li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    margin-right: 8px
}

.p-md-list__ulRect {
    margin-top: 30px
}

@media screen and (max-width: 959px) {
    .p-md-list__ulRect {
        margin-top:25px
    }
}

.p-md-list__ulRect>li {
    font-size: 1.6rem;
    line-height: 1.9;
    padding-left: 19px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__ulRect>li {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-list__ulRect>li:not(:first-child) {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-md-list__ulRect>li:not(:first-child) {
        margin-top:20px
    }
}

.p-md-list__ulRect>li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0069c8;
    position: absolute;
    left: 0;
    top: 11px
}

.p-md-list__ulRect>li a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-list__ulRect>li a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

.p-md-list__ulRect>li a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0
}

.p-md-list__ulRect>li a[href$=".pdf"]::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 17px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_pdf.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0
}

.p-md-list__subLink a {
    display: block;
    margin-top: 10px;
    padding-left: 1.5em
}

.p-md-list__note {
    margin-top: 20px
}

.p-md-list__note>li {
    color: #666;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 1.5em;
    text-indent: -1.5em
}

.p-md-list__note>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list__note>li::before {
    content: "※";
    margin-right: 7px
}

@media print,screen and (min-width: 960px) {
    .p-md-list__note.u-note__right {
        width:50%;
        margin-left: auto
    }
}

.p-md-list__ulSmall {
    margin-top: 20px
}

@media screen and (max-width: 959px) {
    .p-md-list__ulSmall {
        margin-top:25px
    }
}

.p-md-list__ulSmall>li {
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 14px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-md-list__ulSmall>li {
        font-size:1.3rem
    }
}

.p-md-list__ulSmall>li:not(:first-child) {
    margin-top: 10px
}

.p-md-list__ulSmall>li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #444;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.p-md-anchor {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor {
        margin:80px auto 0;
        gap: 20px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-md-anchor {
        flex-direction:column;
        margin: 60px auto 0;
        gap: 25px 40px
    }
}

.p-md-anchor-column {
    flex-direction: column
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor-tag {
        gap:30px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-md-anchor-tag {
        gap:25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor-tag li {
        width:calc(50% - 20px)
    }
}

.p-md-anchor li {
    line-height: 1.3
}

.p-md-anchor li a {
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor li a {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-anchor li a {
        display:block;
        padding-left: 2.5rem;
        font-size: 1.7rem;
        text-indent: -2.5rem
    }
}

.p-md-anchor li a:hover {
    color: #0069c8;
    text-decoration: underline;
    text-underline-offset: 4px
}

.p-md-anchor li a::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 7px;
    margin-right: 13px;
    margin-bottom: 4px;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: 100%
}

.p-md-anchor__ttl {
    color: #666;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor__ttl {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-md-anchor__ttl {
        margin-top:60px
    }
}

.p-md-anchor__ttl+.p-md-anchor {
    margin-top: 20px
}

.p-md-anchor__tagWrap {
    padding-left: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.p-md-anchor__tagWrap .p-search-result__label {
    margin-top: 0
}

.p-md-anchor__tagWrap .p-search-result__label+.p-search-result__label {
    margin-left: 0
}

.p-md-anchor__tag {
    display: inline-block;
    font-size: 1.3rem;
    color: #666;
    border: 1px solid #e8e8e8;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-md-anchor__tag {
        padding:3px 9px 4px
    }
}

@media screen and (max-width: 959px) {
    .p-md-anchor__tag {
        padding:3px 7px 4px
    }
}

.p-md-link__txtLink {
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-md-link__txtLink {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-md-link__txtLink {
        margin-top:25px
    }
}

.p-md-link__txtLink a {
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-link__txtLink a {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-link__txtLink a {
        font-size:1.5rem
    }
}

.p-md-link__txtLink a::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 1px;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center;
    background-size: contain
}

.p-md-link__txtLink a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0
}

.p-md-link__txtLink a[href$=".pdf"]::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 17px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_pdf.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0
}

@media print,screen and (min-width: 960px) {
    .p-md-link__txtLink a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-md-link__txtLink+.p-md-link__txtLink {
    margin-top: 15px
}

.p-md-link__txtLink.-u-downloadLink a::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 12px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_download_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0
}

@media print,screen and (min-width: 960px) {
    .p-md-table {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-md-table {
        margin-top:30px
    }
}

.p-md-table.-table__3Col tr:first-child th {
    background-color: #eaedf1
}

@media print,screen and (min-width: 960px) {
    .p-md-table.-table__3Col tr:first-child th {
        text-align:center
    }
}

.p-md-table.-table__3Col th {
    width: 33.3333333333%
}

@media print,screen and (min-width: 960px) {
    .p-md-table.-table__3ColLight tr:first-child th {
        text-align:center
    }
}

.p-md-table.-table__3ColLight th {
    width: 33.3333333333%;
    background-color: #f3f4f6
}

.p-md-table.-table__borderless table,.p-md-table.-table__borderless tr,.p-md-table.-table__borderless th {
    border-left: none;
    border-right: none
}

.p-md-table.-table__borderless td:last-child {
    border-right: none
}

@media print,screen and (min-width: 960px) {
    .p-md-table.-table__borderless th {
        width:240px
    }
}

@media screen and (max-width: 959px) {
    .p-md-table.-table__borderless th {
        width:105px
    }
}

.p-md-table.-table__2ColLight th,.p-md-table.-table__2ColLight td {
    vertical-align: inherit
}

@media print,screen and (min-width: 960px) {
    .p-md-table.-table__2ColLight th {
        width:300px;
        padding: 25px 30px
    }
}

@media screen and (max-width: 959px) {
    .p-md-table.-table__2ColLight table {
        border:none;
        border-top: 1px solid #ddd
    }

    .p-md-table.-table__2ColLight tr {
        border: none
    }

    .p-md-table.-table__2ColLight th,.p-md-table.-table__2ColLight td {
        display: block;
        font-size: 1.5rem
    }

    .p-md-table.-table__2ColLight th {
        border-top: none;
        border-bottom: none;
        padding: 12px 11px
    }

    .p-md-table.-table__2ColLight td {
        padding: 15px 10px 25px
    }
}

.p-md-table table {
    width: 100%;
    border: 1px solid #ddd
}

.p-md-table table tr {
    border: 1px solid #ddd
}

.p-md-table table tr th {
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #ddd;
    background-color: #f3f4f6;
    box-sizing: border-box
}

@media print,screen and (min-width: 960px) {
    .p-md-table table tr th {
        padding:15px 30px;
        font-size: 1.6rem;
        vertical-align: middle
    }
}

@media screen and (max-width: 959px) {
    .p-md-table table tr th {
        padding:12px 5px;
        font-size: 1.4rem
    }
}

.p-md-table table tr td {
    line-height: 1.6;
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-md-table table tr td {
        padding:20px 30px;
        font-size: 1.6rem;
        vertical-align: middle
    }
}

@media screen and (max-width: 959px) {
    .p-md-table table tr td {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

.p-md-table__ttl {
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-md-table__ttl {
        margin-bottom:15px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-table__ttl {
        margin-bottom:10px;
        font-size: 1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-table+.p-md-txt {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-md-table+.p-md-txt {
        margin-top:30px
    }
}

.p-md-accord {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-md-accord {
        margin-top:50px;
        padding: 25px 0
    }
}

@media screen and (max-width: 959px) {
    .p-md-accord {
        margin-top:30px;
        padding: 20px 0
    }
}

.p-md-accord::after {
    content: "";
    background: url(/assets/img/common/icon_accordion_arrow_blue.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    transition: .3s ease;
    z-index: 0
}

@media print,screen and (min-width: 960px) {
    .p-md-accord::after {
        width:20px;
        height: 11px;
        top: 33px
    }
}

@media screen and (max-width: 959px) {
    .p-md-accord::after {
        width:18px;
        height: 10px;
        top: 28px
    }
}

.p-md-accord__trigger {
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    padding-right: 25px
}

@media print,screen and (min-width: 960px) {
    .p-md-accord__trigger {
        font-size:1.7rem;
        cursor: pointer;
        transition: .3s ease
    }

    .p-md-accord__trigger:hover {
        color: #0069c8
    }
}

@media screen and (max-width: 959px) {
    .p-md-accord__trigger {
        font-size:1.6rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-accord__target {
        margin-top:30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-accord__target {
        margin-top:20px;
        font-size: 1.5rem
    }
}

.p-md-accord.is-expanded::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-md-accord+.p-md-accord {
    margin-top: 0;
    border-top: none
}

@media print,screen and (min-width: 960px) {
    .p-md-tab {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-md-tab {
        margin-top:80px
    }
}

.p-md-tab__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-md-tab__wrap {
        margin-bottom:60px
    }
}

@media screen and (max-width: 959px) {
    .p-md-tab__wrap {
        margin-bottom:40px
    }
}

.p-md-tab__trigger a {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    border-bottom: 4px solid rgba(0,0,0,0);
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-tab__trigger a {
        width:200px;
        padding-bottom: 21px;
        font-size: 2rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-tab__trigger a {
        width:108px;
        padding-bottom: 19px;
        font-size: 1.5rem
    }
}

.p-md-tab__trigger a:hover {
    color: #0069c8
}

.p-md-tab__trigger a.is-current {
    pointer-events: none;
    color: #222;
    border-color: #111
}

.p-md-tab__target {
    display: none
}

.p-md-tab__target.is-active {
    display: block
}

.p-md-image {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-md-image {
        margin:50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-md-image {
        margin:30px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-md-image+.p-md-imageTxt__2ColReverse {
        margin-top:60px
    }
}

.p-md-image__2Col {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-md-image__2Col {
        margin:50px auto 0;
        gap: 40px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 959px) {
    .p-md-image__2Col {
        margin:30px auto 0;
        flex-direction: column;
        gap: 30px
    }
}

.p-md-image__2Col figure {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-md-image__2Col figure {
        width:calc(50% - 20px)
    }
}

.p-md-imageTxt__2Col {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-md-imageTxt__2Col {
        margin-top:50px;
        gap: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-md-imageTxt__2Col {
        margin-top:30px;
        flex-direction: column;
        gap: 30px
    }
}

.p-md-imageTxt__2Col figure {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,screen and (min-width: 960px) {
    .p-md-imageTxt__2Col figure {
        min-width:15%;
        max-width: 500px
    }
}

@media screen and (max-width: 959px) {
    .p-md-imageTxt__2Col figure {
        margin:0 auto
    }
}

.p-md-imageTxt__2Col figure img {
    width: 100%
}

@media screen and (max-width: 959px) {
    .p-md-imageTxt__2ColReverse {
        flex-direction:column-reverse
    }
}

@media screen and (max-width: 959px) {
    .p-md-imageTxt__2ColReverse+.p-md-imageTxt__2Col {
        margin-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-imageTxt__txt {
        flex:1
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-youtube {
        margin:50px auto;
        width: 880px
    }
}

@media screen and (max-width: 959px) {
    .p-md-youtube {
        margin:30px auto;
        width: 100%
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-youtube__iframe {
        height:495px
    }
}

@media screen and (max-width: 959px) {
    .p-md-youtube__iframe {
        height:51.735vw
    }
}

.p-md-youtube iframe {
    width: 100%;
    height: 100%
}

.p-md-youtube__ttl {
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-md-youtube__ttl {
        margin-top:20px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-youtube__ttl {
        margin-top:15px;
        font-size: 1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-youtube+.p-md-youtube {
        margin-top:70px
    }
}

@media screen and (max-width: 959px) {
    .p-md-youtube+.p-md-youtube {
        margin-top:50px
    }
}

.p-md-profile__commentator {
    border: 1px solid #c1c1c1;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentator {
        margin-top:60px;
        padding: 40px 60px
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentator {
        margin-top:50px;
        padding: 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentator figure {
        width:150px;
        margin-right: 60px
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentator figure {
        width:80px;
        margin-right: 15px
    }
}

.p-md-profile__commentatorInfo {
    flex: 1
}

.p-md-profile__commentatorType {
    width: 100%;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentatorType {
        padding-bottom:10px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentatorType {
        padding-bottom:10px;
        font-size: 1.7rem
    }
}

.p-md-profile__commentatorTxt {
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentatorTxt {
        margin-top:20px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentatorTxt {
        margin-top:14px;
        font-size: 1.3rem
    }
}

.p-md-profile__commentatorName {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentatorName {
        margin-top:15px;
        font-size: 2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentatorName {
        font-size:1.9rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentatorName+.p-md-profile__commentatorTtl {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentatorName+.p-md-profile__commentatorTtl {
        margin-top:12px
    }
}

.p-md-profile__commentatorTtl {
    line-height: 1.6;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-md-profile__commentatorTtl {
        margin-top:15px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-profile__commentatorTtl {
        margin-top:5px;
        font-size: 1.4rem
    }
}

.p-md-profile__commentatorTtl+.p-md-profile__commentatorTxt {
    margin-top: 5px
}

.p-md-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 56px;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-md-btn {
        min-width:340px;
        margin: 30px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn {
        width:100%;
        max-width: 345px;
        margin: 25px auto 0
    }
}

.p-md-btn a {
    width: 100%;
    height: 100%;
    padding: 15px 20px 18px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 28px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-btn a {
        font-size:1.6rem
    }

    .p-md-btn a:hover {
        background-color: #111;
        color: #fff
    }

    .p-md-btn a:hover[target=_blank]::after {
        background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn a {
        font-size:1.5rem
    }
}

.p-md-btn a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-md-btn+.p-md-btn,.p-md-btn+.p-md-btn__semiLarge {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn+.p-md-btn,.p-md-btn+.p-md-btn__semiLarge {
        margin-top:20px
    }
}

.p-md-btn.-u-downloadLink a::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 12px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_download_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

.p-md-btn.-u-downloadLink a:hover::after {
    background: url(/assets/img/common/icon_download_white.svg) no-repeat center
}

.p-md-btn.u-registerLink a::before {
    display: inline-block;
    content: "";
    width: 35px;
    height: 32px;
    margin-right: 10px;
    background: url(/assets/img/common/icon_registration_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

.p-md-btn.u-registerLink a:hover::before {
    background: url(/assets/img/common/icon_registration_white.svg) no-repeat center
}

.p-md-btn.u-applicatonLink a::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 10px;
    margin-right: 10px;
    margin-top: 3px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

.p-md-btn.u-applicatonLink a:hover::before {
    background: url(/assets/img/common/icon_downarrow_white.svg) no-repeat center
}

.p-md-btn.u-align__left {
    margin-left: 0;
    margin-right: auto
}

.p-md-btn__2Col {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media print,screen and (min-width: 960px) {
    .p-md-btn__2Col {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn__2Col {
        margin-top:20px;
        flex-direction: column
    }
}

.p-md-btn__2Col .p-md-btn {
    margin: 0
}

.p-md-btn.u-semiLarge {
    min-height: 60px
}

.p-md-btn.u-semiLarge a {
    border-radius: 30px
}

@media print,screen and (min-width: 960px) {
    .p-md-btn.u-semiLarge a {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn.u-semiLarge a {
        font-size:1.7rem
    }
}

.p-md-btn.u-large {
    min-height: 60px
}

.p-md-btn.u-large a {
    font-weight: bold;
    color: #fff;
    background-color: #222;
    border-radius: 30px
}

@media print,screen and (min-width: 960px) {
    .p-md-btn.u-large a {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn.u-large a {
        font-size:1.7rem
    }
}

.p-md-btn.u-large a[target=_blank]::after {
    background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
}

.p-md-btn.u-large a:hover {
    color: #222;
    background-color: #fff
}

.p-md-btn.u-large a:hover[target=_blank]::after {
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center
}

@media print,screen and (min-width: 960px) {
    .p-md-btn.u-extraLarge {
        min-width:440px;
        min-height: 72px;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn.u-extraLarge {
        min-height:68px;
        margin: 30px auto 0
    }
}

.p-md-btn.u-extraLarge a {
    font-weight: bold;
    border-width: 2px;
    border-radius: 36px
}

@media print,screen and (min-width: 960px) {
    .p-md-btn.u-extraLarge a {
        padding:18px 20px 21px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn.u-extraLarge a {
        padding:18px 20px 20px;
        font-size: 2rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-btn.u-extraLarge+.u-extraLarge {
        margin-top:35px
    }
}

@media screen and (max-width: 959px) {
    .p-md-btn.u-extraLarge+.u-extraLarge {
        margin-top:25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-content {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-md-content {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    p+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    p+.p-md-txt {
        margin-top:25px
    }
}

.p-modules-dammy {
    padding: 10px;
    background-color: #eee
}

.p-modules-equalHeights {
    margin-top: 20px;
    overflow: hidden
}

.p-modules-equalHeights:first-child {
    margin-top: 0
}

.p-modules-equalHeights>div {
    float: left;
    box-sizing: border-box;
    width: 22%;
    margin-left: 4%;
    margin-top: 20px;
    padding: 10px;
    background-color: #eee
}

.p-modules-equalHeights>div:nth-child(-n+4) {
    margin-top: 0
}

.p-modules-equalHeights>div:nth-child(4n+1) {
    clear: left;
    margin-left: 0
}

.p-modules-accordion__trigger {
    display: block;
    position: relative;
    padding: 10px 40px 10px 10px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: box-shadow .3s ease,border-color .3s ease
}

.p-modules-accordion__trigger::before,.p-modules-accordion__trigger::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 20px;
    height: 0;
    margin: auto 0;
    border-top: 1px solid #999;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.p-modules-accordion__trigger::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-modules-accordion__trigger:hover,.p-modules-accordion__trigger:active,.is-expanded .p-modules-accordion__trigger {
    border-color: #ccc
}

.is-expanded .p-modules-accordion__trigger {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1)
}

.is-expanded .p-modules-accordion__trigger::before,.is-expanded .p-modules-accordion__trigger::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-modules-accordion__target {
    padding: 20px 15px;
    border: 1px solid #eee;
    border-top: 0
}

.p-modules-tab__handle {
    display: flex;
    padding: 0 20px
}

.p-modules-tab__handle>li {
    display: flex;
    align-items: flex-end;
    flex: 1 1 100%
}

.p-modules-tab__handle>li:nth-child(n+2) {
    padding-left: 20px
}

.p-modules-tab__handle>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    transition: border-color .3s ease,padding .3s ease .3s;
    background-color: #fff
}

.p-modules-tab__handle>li>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 3px solid #fff;
    opacity: 0;
    transition: border-color .3s ease;
    pointer-events: none
}

.p-modules-tab__handle>li>a.is-current,.p-modules-tab__handle>li>a:hover,.p-modules-tab__handle>li>a:active {
    border-color: #ccc
}

.p-modules-tab__handle>li>a.is-current {
    transition: border-color .3s ease,padding .3s ease;
    padding-top: 15px;
    padding-bottom: 15px
}

.p-modules-tab__handle>li>a.is-current::before {
    opacity: 1
}

.p-modules-tab__content {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fff
}

.p-modules-tab__contentItem {
    display: none
}

.p-modules-tab__contentItem.is-active {
    display: block
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__inner {
        max-width:1200px;
        margin: 0 auto;
        padding: 33px 30px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__inner {
        padding:22px 0 30px
    }
}

.p-search-solutions__clear {
    text-align: right;
    margin-bottom: 20px
}

.p-search-solutions__clear p {
    display: inline-block;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__clear p {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__clear p {
        font-size:1.4rem
    }
}

.p-search-solutions__clear p::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/assets/img/common/icon_close_square.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 9px);
    left: 0
}

.p-search-solutions__check dl {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__check dl {
        align-items:center
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__check dl {
        flex-direction:column
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__check dl+dl {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__check dl+dl {
        margin-top:25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__check dl.-align-top {
        align-items:flex-start
    }
}

.p-search-solutions__check dl dt {
    width: 130px;
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__check dl dt {
        font-size:1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__check dl dt {
        font-size:1.6rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__check dl dd {
        width:calc(100% - 130px)
    }
}

.p-search-solutions__checkList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media screen and (max-width: 959px) {
    .p-search-solutions__checkList {
        gap:12px 6px;
        margin-top: 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__checkList+.p-search-solutions__checkList {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__checkList+.p-search-solutions__checkList {
        margin-top:15px
    }
}

.p-search-solutions__checkItem {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__checkItem {
        padding:0 22px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__checkItem {
        padding:0 11px
    }
}

.p-search-solutions__checkItem input[type=checkbox] {
    margin: 0
}

@media screen and (max-width: 959px) {
    .p-search-solutions__checkItem input[type=checkbox] {
        width:0;
        height: 0
    }
}

.p-search-solutions__checkItem input[type=checkbox]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s ease
}

.p-search-solutions__checkItem input[type=checkbox]:checked::before {
    background-color: #0069c8;
    border-color: #0069c8
}

.p-search-solutions__checkItem input[type=checkbox]:checked+label {
    color: #fff
}

.p-search-solutions__checkItem label {
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__checkItem label {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__checkItem label {
        font-size:1.4rem
    }
}

.p-search-solutions__checkItem:hover input[type=checkbox]::before {
    border-color: #0069c8
}

.p-search-solutions__checkItem:hover label {
    color: #0069c8
}

.p-search-solutions__radio {
    margin-top: 30px;
    padding: 25px 0;
    border-top: 1px solid #c1c1c1
}

.p-search-solutions__radio dl {
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.p-search-solutions__radio dl dt {
    font-weight: bold;
    transition: .3s ease;
    position: relative;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radio dl dt {
        font-size:1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radio dl dt {
        font-size:1.6rem
    }
}

.p-search-solutions__radio dl dt::after {
    content: "";
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radio dl dt::after {
        width:20px;
        height: 11px;
        top: 12px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radio dl dt::after {
        width:18px;
        height: 10px;
        top: 8px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radio dl dt:hover {
        color:#0069c8
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radio dl dd {
        width:calc(100% - 130px)
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radio dl dd {
        margin-top:20px
    }
}

.p-search-solutions__radio dl.is-expanded dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-search-solutions__radioList {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radioList {
        width:100%;
        gap: 21px 8px;
        margin-left: 130px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radioList {
        gap:25px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radioItem {
        width:190px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radioItem {
        width:calc(50% - 15px)
    }
}

.p-search-solutions__radioItem input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 2px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease;
    cursor: pointer
}

.p-search-solutions__radioItem input[type=radio]:checked {
    border-color: #0069c8;
    position: relative
}

.p-search-solutions__radioItem input[type=radio]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0069c8;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.p-search-solutions__radioItem label {
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__radioItem label {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__radioItem label {
        font-size:1.4rem
    }
}

.p-search-solutions__radioItem>div {
    display: flex;
    align-items: flex-start
}

.p-search-solutions__radioItem>div:hover {
    border-color: #0069c8
}

.p-search-solutions__radioItem>div:hover input[type=radio] {
    border-color: #0069c8
}

.p-search-solutions__radioItem>div:hover label {
    color: #0069c8
}

.p-search-solutions__equipment {
    padding: 25px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1
}

.p-search-solutions__equipment dl {
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.p-search-solutions__equipment dl dt {
    font-weight: bold;
    transition: .3s ease;
    position: relative;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__equipment dl dt {
        font-size:1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__equipment dl dt {
        font-size:1.6rem
    }
}

.p-search-solutions__equipment dl dt::after {
    content: "";
    width: 20px;
    height: 11px;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__equipment dl dt::after {
        width:20px;
        height: 11px;
        top: 12px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__equipment dl dt::after {
        width:18px;
        height: 10px;
        top: 8px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__equipment dl dt:hover {
        color:#0069c8
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__equipment dl dd {
        width:calc(100% - 130px)
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__equipment dl dd {
        margin-top:20px
    }
}

.p-search-solutions__equipment dl.is-expanded dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__equipment .p-search-solutions__checkList {
        margin-left:130px
    }
}

.p-search-solutions__select {
    width: 280px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-search-solutions__select {
        margin-top:15px
    }
}

.p-search-solutions__select select {
    width: 100%;
    padding: 13px 25px 13px 15px;
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.p-search-solutions__select::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__select+.p-search-solutions__checkList {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__select+.p-search-solutions__checkList {
        margin-top:15px
    }
}

.p-search-solutions__btn {
    margin: 30px auto 0;
    height: 60px
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__btn {
        width:220px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__btn {
        width:100%;
        max-width: 345px
    }
}

.p-search-solutions__btn a {
    width: 100%;
    height: 100%;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__btn a {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__btn a {
        font-size:1.7rem
    }
}

.p-search-solutions__btn a:hover {
    background-color: #fff;
    color: #222
}

.p-search-solutions__btnWhite {
    height: 56px
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__btnWhite {
        width:340px;
        margin: 80px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__btnWhite {
        width:100%;
        max-width: 345px;
        margin: 60px auto 0
    }
}

.p-search-solutions__btnWhite a {
    width: 100%;
    height: 100%;
    padding: 10px 0 12px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 30px;
    box-sizing: border-box;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__btnWhite a {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__btnWhite a {
        font-size:1.5rem
    }
}

.p-search-solutions__btnWhite a:hover {
    background-color: #111;
    color: #fff
}

.p-search-solutions__alphaList {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__alphaList {
        gap:12px 10px
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__alphaList {
        margin-top:10px;
        gap: 12px 6px
    }
}

.p-search-solutions__alphaList li {
    min-width: 50px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0);
    background-color: #fff;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-solutions__alphaList li {
        font-size:1.5rem;
        padding: 11px 20px;
        cursor: pointer
    }

    .p-search-solutions__alphaList li:hover {
        border-color: #0069c8;
        color: #0069c8
    }
}

@media screen and (max-width: 959px) {
    .p-search-solutions__alphaList li {
        font-size:1.4rem;
        padding: 9px 12px
    }
}

.p-search-solutions__alphaList li.is-active {
    background-color: #0069c8;
    color: #fff
}

.p-search-result__inner {
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .p-search-result__inner {
        max-width:1280px;
        padding: 0 40px 100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__inner {
        padding:0 15px 80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head {
        margin-top:30px
    }
}

.p-search-result__head1Col {
    display: flex;
    justify-content: flex-end
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight {
        padding-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight {
        padding-top:25px
    }
}

.p-search-result__head1ColRight ul {
    display: flex;
    justify-content: end;
    align-items: center
}

.p-search-result__head1ColRight ul li {
    height: 36px
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight ul li {
        padding:0 25px;
        border-right: 1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight ul li {
        width:50%
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight ul li:first-child {
        border-left:1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight ul li:first-child {
        border-right:1px solid #ddd
    }
}

.p-search-result__head1ColRight ul li a {
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight ul li a {
        justify-content:center
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight ul li a:hover p {
        color:#0069c8
    }
}

.p-search-result__head1ColRight ul li a img {
    width: 36px
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight ul li a img {
        margin-right:4px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight ul li a img {
        margin-right:6px
    }
}

.p-search-result__head1ColRight ul li a p {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight ul li a p {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight ul li a p {
        font-size:1.4rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head1ColRight+.p-search-result__head {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head1ColRight+.p-search-result__head {
        margin-top:35px
    }
}

.p-search-result__head2Col {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-result__head2Col {
        justify-content:space-between
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__head2Col {
        flex-direction:column
    }
}

.p-search-result__headLeft {
    display: flex;
    align-items: baseline;
    line-height: 1
}

@media screen and (max-width: 959px) {
    .p-search-result__headLeft {
        justify-content:center;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__headLeft+.p-search-result__headRight {
        margin-top:20px
    }
}

.p-search-result__headLeft span {
    line-height: 1.3;
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-search-result__headLeft span {
        font-size:2.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__headLeft span {
        font-size:2.4rem
    }
}

.p-search-result__no {
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    top: 1px
}

@media print,screen and (min-width: 960px) {
    .p-search-result__no {
        font-size:2.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__no {
        font-size:2.4rem
    }
}

.p-search-result__hit {
    line-height: 1.3;
    margin-left: 5px
}

@media print,screen and (min-width: 960px) {
    .p-search-result__hit {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__hit {
        font-size:1.8rem
    }
}

.p-search-result__headRight {
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-search-result__headRight {
        justify-content:flex-end
    }
}

.p-search-result__sortLabel {
    font-weight: 500;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-result__sortLabel {
        font-size:1.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__sortLabel {
        font-size:1.3rem
    }
}

.p-search-result__sort {
    width: 120px;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-search-result__sort {
        margin-left:18px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__sort {
        margin-left:13px
    }
}

.p-search-result__sort select {
    width: 100%;
    padding: 14px 15px 14px 15px;
    font-size: 1.5rem;
    color: #222;
    position: relative;
    z-index: 0
}

.p-search-result__sort::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

.p-search-result__sort>ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 14px 10px 14px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 1
}

.p-search-result__sort>ul li {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    cursor: pointer
}

.p-search-result__sort>ul li:not(:first-child) {
    margin-top: 10px
}

.p-search-result__sortOption {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    cursor: pointer
}

.p-search-result__sortOption::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 9px;
    right: 0;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-result__body {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__body {
        margin-top:30px
    }
}

.p-search-result__list3Col {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-result__list3Col {
        gap:80px 45px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__list3Col {
        flex-direction:column;
        gap: 60px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__list3Col.u-mt80sp50 {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__list3Col.u-mt80sp50 {
        margin-top:50px
    }
}

.p-search-result__list4Col {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-result__list4Col {
        gap:50px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__list4Col {
        flex-direction:column;
        gap: 60px 0
    }
}

.p-search-result__list4Col .p-search-result__item {
    width: calc(25% - 30px)
}

@media screen and (max-width: 959px) {
    .p-search-result__list4Col .p-search-result__item {
        width:100%
    }
}

.p-search-result__item {
    width: calc(33.3333333333% - 30px)
}

@media screen and (max-width: 959px) {
    .p-search-result__item {
        width:100%
    }
}

.p-search-result__itemDetail {
    display: block;
    position: relative
}

.p-search-result__itemDetail figure {
    overflow: hidden;
    position: relative
}

.p-search-result__itemDetail figure img {
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-search-result__itemDetail figure img {
        width:100%
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__itemDetail:hover figure img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-search-result__itemDetail:hover .p-home-case__ttl,.p-search-result__itemDetail:hover .p-search-result__ttl,.p-search-result__itemDetail:hover .p-home-event__ttl {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-search-result__figLabel {
    padding: 4px 13px 5px 13px;
    background-color: #dfdbcd;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1
}

.p-search-result__figLabel::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    border-top: 4px solid #c5bda2;
    border-right: 5px solid #c5bda2;
    border-bottom: 4px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0)
}

.p-search-result__timeLabel {
    height: 17px;
    padding: 0 4px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff;
    background-color: #222;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    right: 5px
}

.p-search-result__labelNo {
    display: inline;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-result__labelNo {
        margin-right:15px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__labelNo {
        margin-right:12px;
        font-size: 1.5rem
    }
}

.p-search-result__label {
    height: 25px;
    display: inline-block;
    margin-top: 25px;
    padding: 3px 10px 4px;
    background-color: #666;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3
}

.p-search-result__label+.p-search-result__label {
    margin-left: 5px
}

.p-search-result__ttl {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-search-result__ttl {
        font-size:1.7rem
    }
}

.p-search-result__txtLarge {
    margin-top: 10px;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-result__txtLarge {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__txtLarge {
        font-size:1.5rem
    }
}

.p-search-result__txt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #666
}

.p-search-result__txtLiter {
    font-weight: 500;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-result__txtLiter {
        font-size:2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__txtLiter {
        font-size:2rem
    }
}

.p-search-result__txtLiter sup {
    font-size: 65%
}

.p-search-result__related {
    margin-top: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center
}

.p-search-result__related svg {
    width: 24px;
    margin-right: 10px
}

.p-search-result__related svg .cls-1,.p-search-result__related svg .cls-2 {
    stroke-width: 0px
}

.p-search-result__related svg .cls-2 {
    fill: #fff;
    opacity: .02
}

.p-search-result__relatedLabel {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 6px
}

.p-search-result__relatedLabelItem {
    height: 33px
}

.p-search-result__relatedLabelItem>a {
    height: 100%;
    padding: 4px 15px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-result__relatedLabelItem>a {
        display:block
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__relatedLabelItem>a {
        display:inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__relatedLabelItem>a:hover {
        color:#222;
        border-color: #222
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__pager {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__pager {
        margin-top:60px
    }
}

.p-search-result__pager ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-search-result__pager ul {
        flex-wrap:wrap
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__pager ul li {
        width:40px;
        height: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__pager ul li {
        width:38px;
        height: 38px
    }
}

.p-search-result__pager ul li a,.p-search-result__pager ul li span {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-result__pager ul li a,.p-search-result__pager ul li span {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__pager ul li a,.p-search-result__pager ul li span {
        font-size:1.5rem
    }
}

.p-search-result__pager ul li.current a {
    color: #fff;
    background-color: #0069c8;
    border-color: #0069c8
}

.p-search-result__pager ul li.p-search-result__pagerPrev,.p-search-result__pager ul li.p-search-result__pagerNext {
    width: 25px
}

.p-search-result__pager ul li.p-search-result__pagerPrev span,.p-search-result__pager ul li.p-search-result__pagerNext span {
    position: relative;
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    font-size: 0
}

.p-search-result__pager ul li.p-search-result__pagerPrev span::after,.p-search-result__pager ul li.p-search-result__pagerNext span::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center;
    background-size: 12px 18px;
    position: absolute;
    top: 0;
    left: 0
}

.p-search-result__pager ul li.p-search-result__pagerPrev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-search-result__stateLabel {
    width: 90px;
    height: 31px;
    margin-top: 12px;
    color: #077543;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    background-color: rgba(7,117,67,.08);
    border: 2px solid #077543;
    display: flex;
    justify-content: center;
    align-items: center
}

.p-search-result__stateLabel.-stateLabel__close {
    color: #fff;
    border-color: #999;
    background-color: #999
}

.p-search-result__stateLabel+.p-home-event__ttl {
    margin-top: 10px
}

.p-search-result__tagName {
    margin-right: 12px;
    line-height: 1.3;
    color: #222
}

@media print,screen and (min-width: 960px) {
    .p-search-result__tagName {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__tagName {
        font-size:1.5rem
    }
}

.p-search-result__tagLabel {
    height: 25px;
    padding: 0 9px;
    border: 1px solid #e8e8e8;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle
}

@media print,screen and (min-width: 960px) {
    .p-search-result__tagLabel {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__tagLabel {
        margin-top:15px
    }
}

.p-search-result__tagLabel+.p-search-result__tagLabel {
    margin-left: 5px
}

.p-search-result__categoryLabel {
    width: 107px;
    height: 25px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-search-result__categoryLabel {
        margin-left:10px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__categoryLabel {
        margin-left:15px;
        padding-bottom: 2px
    }
}

.p-search-result__sliderContainer {
    margin-top: 40px;
    max-width: 1200px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-search-result__sliderContainer {
        overflow-x:scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .p-search-result__sliderContainer::-webkit-scrollbar {
        display: none
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-result__sliderContainer .swiper-button-wrap {
        width:116px;
        height: 48px;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .p-search-result__sliderContainer .swiper-button-wrap .swiper-button-next,.p-search-result__sliderContainer .swiper-button-wrap .swiper-button-prev {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background-color: #fff;
        background-image: url("/assets/img/common/icon_arrow_head_right_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px 12px;
        position: absolute;
        top: inherit;
        bottom: 0;
        transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
    }

    .p-search-result__sliderContainer .swiper-button-wrap .swiper-button-next::after,.p-search-result__sliderContainer .swiper-button-wrap .swiper-button-prev::after {
        font-size: 0
    }

    .p-search-result__sliderContainer .swiper-button-wrap .swiper-button-next:hover,.p-search-result__sliderContainer .swiper-button-wrap .swiper-button-prev:hover {
        border-color: #0069c8;
        background-position: center right 14px
    }

    .p-search-result__sliderContainer .swiper-button-wrap .swiper-button-next {
        left: inherit;
        right: 0
    }

    .p-search-result__sliderContainer .swiper-button-wrap .swiper-button-prev {
        left: 0;
        right: inherit;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__sliderContainer .swiper-button-wrap {
        display:none
    }
}

.p-search-result__sliderContainer .swiper-pagination {
    position: absolute;
    width: 83.7%;
    left: 0;
    bottom: 22px;
    top: inherit;
    background-color: #e3e3e3
}

@media screen and (max-width: 959px) {
    .p-search-result__sliderContainer .swiper-pagination {
        display:none
    }
}

.p-search-result__sliderContainer .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #0069c8
}

.p-search-result__sliderWrapper {
    margin: 0 auto;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-result__sliderWrapper {
        max-width:1200px;
        padding-bottom: 88px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__sliderWrapper {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0 15px;
        gap: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-search-result__sliderWrapper .p-search-result__item {
        width:280px
    }
}

.p-search-related {
    border-top: 1px solid #c1c1c1
}

.p-search-related__inner {
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .p-search-related__inner {
        max-width:1280px;
        padding: 80px 40px 100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-related__inner {
        padding:60px 15px 80px
    }
}

.p-search-related__headTtl {
    text-align: center;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-search-related__headTtl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-related__headTtl {
        font-size:2.6rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-related .p-search-result__body {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-search-related .p-search-result__body {
        margin-top:50px
    }
}

.js-change-select {
    align-items: flex-start
}

@media print,screen and (min-width: 960px) {
    .js-change-select>dt {
        margin-top:8px
    }
}

.js-change-select .p-search-solutions__checkList {
    display: none
}

.js-change-select .p-search-solutions__checkList.is-active {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-cases-mv {
        padding-bottom:30px
    }
}

.p-cases-select {
    margin-top: 80px !important
}

@media screen and (max-width: 959px) {
    .p-cases-select {
        margin-top:60px !important
    }
}

.p-cases-detail_client {
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 500
}

@media screen and (max-width: 959px) {
    .p-cases-detail_client {
        margin-top:10px;
        font-size: 1.8rem
    }
}

.p-cases-detail_client+.p-search-result__label {
    margin-top: 20px
}

.p-cases-detail_clmimage figure {
    max-width: 500px !important;
    margin: 0 auto !important
}

@media screen and (max-width: 959px) {
    .p-contacts-faq .p-md-anchor {
        margin-top:50px
    }
}

@media print,screen and (min-width: 960px) {
    .p-contacts-faq .p-md-ttl__h3+.p-md-accord {
        margin-top:40px
    }
}

.p-contacts-faq .p-md-accord {
    padding: 0
}

@media print,screen and (min-width: 960px) {
    .p-contacts-faq .p-md-accord__trigger {
        padding:25px 25px 25px 0
    }
}

@media screen and (max-width: 959px) {
    .p-contacts-faq .p-md-accord__trigger {
        padding:20px 20px 20px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-contacts-faq .p-md-accord__target {
        margin-top:5px;
        padding-bottom: 25px
    }
}

@media screen and (max-width: 959px) {
    .p-contacts-faq .p-md-accord__target {
        padding-bottom:20px
    }
}

.p-contacts-faq_txt {
    margin-top: 0 !important
}

.p-contacts-faq_mb {
    margin-bottom: 100px
}

@media screen and (max-width: 959px) {
    .p-contacts-faq_mb {
        margin-bottom:80px
    }
}

.p-2ndLayer-mv {
    width: 100%;
    padding-top: 30px;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-2ndLayer-mv {
        height:400px
    }
}

.p-2ndLayer-mv::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0069c8;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.p-2ndLayer-mv__inner {
    display: flex;
    height: 100%
}

@media print,screen and (min-width: 960px) {
    .p-2ndLayer-mv__inner {
        max-width:1280px;
        margin: 0 auto;
        padding: 0 40px;
        justify-content: space-between;
        align-items: center
    }
}

@media screen and (max-width: 959px) {
    .p-2ndLayer-mv__inner {
        padding:0 15px;
        flex-direction: column
    }
}

@media screen and (max-width: 959px) {
    .p-2ndLayer-mv__inner .p-md-ttl__h1 {
        margin-bottom:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-2ndLayer-mv__img {
        width:550px;
        margin-top: 9px
    }
}

@media screen and (max-width: 959px) {
    .p-2ndLayer-mv__img {
        width:100%;
        padding: 0 5px;
        margin-bottom: 30px
    }
}

.p-solution-section__ttl {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__ttl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__ttl {
        font-size:2.8rem
    }
}

.p-solution-section__searchList {
    border-bottom: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchList {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchList {
        margin-top:30px
    }
}

.p-solution-section__searchItem {
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchItem {
        padding:35px 0
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchItem {
        padding:25px 0 20px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchItem.is-expanded {
        padding-bottom:0
    }
}

.p-solution-section__searchItem.is-expanded .p-solution-section__searchTab::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-solution-section__searchTab {
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchTab {
        margin:0 15px
    }
}

.p-solution-section__searchTab::after {
    content: "";
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 15px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchTab::after {
        width:20px;
        height: 11px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchTab::after {
        width:18px;
        height: 10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchTab:hover h3 {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-solution-section__searchTab h3 {
    display: flex;
    font-size: 3.2rem;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchTab h3 {
        font-size:2.8rem;
        padding-right: 20px
    }
}

.p-solution-section__searchTab h3 img {
    width: 40px;
    height: 40px
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchTab h3 img {
        margin-right:12px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchTab h3 img {
        margin-right:15px
    }
}

.p-solution-section__searchTab h3+.p-md-txt {
    margin-top: 15px
}

.p-solution-section__searchDrop.-searchDrop__treatment {
    background-color: #eaedf1
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchDrop.-searchDrop__treatment {
        margin-top:30px;
        padding: 24px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__searchDrop.-searchDrop__treatment {
        margin-top:20px;
        padding: 22px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__searchDrop .p-home-solution__list {
        border-bottom:1px solid #c1c1c1
    }
}

.p-solution-section__searchDrop .p-home-treatment__list {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__2Col {
        padding:80px 0
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__2Col {
        padding:70px 0 0
    }
}

.p-solution-section__2ColInner {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__2ColInner {
        flex-wrap:wrap;
        gap: 60px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__2ColInner {
        flex-direction:column;
        gap: 70px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__2ColInner.l-content {
        padding-left:0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__2ColInner section {
        width:calc(50% - 30px)
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__2ColInner .p-md-txt {
        margin-top:25px;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__2ColInner .p-md-txt {
        margin-top:20px;
        padding: 0 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__2ColInner .p-search-solutions__btnWhite {
        width:220px;
        height: 48px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__2ColInner .p-search-solutions__btnWhite {
        width:100%;
        max-width: 345px
    }
}

.p-solution-section__2ColInner .p-search-solutions__btnWhite a {
    font-size: 1.5rem
}

.p-solution-section__caseList {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseList {
        margin-top:35px;
        flex-direction: column;
        gap: 50px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__caseList {
        margin-top:30px;
        gap: 20px;
        overflow-x: scroll;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 7px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseList li {
        display:flex;
        gap: 24px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__caseList li {
        width:280px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseList li figure {
        width:42.106%
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__caseList li figure {
        width:100%
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseListDetail {
        width:53.685%;
        min-width: 236px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseListDetail .p-home-case__label {
        margin-top:0
    }
}

.p-solution-section__caseListTtl {
    display: inline-block;
    margin-top: 20px;
    transition: .3s ease;
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseListTtl {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__caseListTtl {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__caseListTtl:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-solution-section__treatmentClass {
    background-color: #f3f4f6;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass {
        padding:80px 0 90px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__treatmentClass {
        width:100vw;
        padding: 60px 0 70px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass .l-content {
        position:relative
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__treatmentClass .l-content {
        padding-left:0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass .p-home-section__btn {
        position:absolute;
        right: 40px;
        top: -5px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__treatmentClass .p-home-section__btn {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass .p-search-result__list3Col {
        margin-top:40px;
        gap: 40px 45px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__treatmentClass .p-search-result__list3Col {
        margin-top:30px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 15px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll
    }
}

.p-solution-section__treatmentClass .p-search-result__list3Col li {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass .p-search-result__list3Col li {
        width:calc(33.3333333333% - 30px);
        padding: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__treatmentClass .p-search-result__list3Col li {
        min-width:280px;
        padding: 33px 20px 30px
    }
}

.p-solution-section__treatmentClass .p-search-result__list3Col li a .p-search-result__ttl {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__treatmentClass .p-search-result__list3Col li a:hover .p-search-result__ttl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-solution-section__treatmentClass .p-search-result__list3Col .p-search-result__label {
    margin-top: 0
}

.p-solution-section__basicLearning {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning {
        padding:80px 0 90px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__basicLearning {
        width:100vw;
        padding: 60px 0 70px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning .l-content {
        position:relative
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__basicLearning .l-content {
        padding-left:0;
        padding-right: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning .p-home-section__btn {
        position:absolute;
        right: 40px;
        top: -5px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__basicLearning .p-home-section__btn {
        margin-top:40px
    }
}

.p-solution-section__basicLearning .p-md-txt__note {
    margin-top: 5px
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning .p-search-result__list3Col {
        margin-top:40px;
        gap: 40px 45px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__basicLearning .p-search-result__list3Col {
        margin-top:30px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        gap: 20px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll
    }
}

.p-solution-section__basicLearning .p-search-result__list3Col li {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning .p-search-result__list3Col li {
        width:calc(33.3333333333% - 30px)
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__basicLearning .p-search-result__list3Col li {
        min-width:280px
    }
}

.p-solution-section__basicLearning .p-search-result__list3Col li a .p-search-result__ttl {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__basicLearning .p-search-result__list3Col li a:hover .p-search-result__ttl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-solution-section__bnr {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnr {
        padding:70px 0
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnr {
        padding:50px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnr.u-mt100sp80 {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnr.u-mt100sp80 {
        margin-top:80px
    }
}

.p-solution-section__bnrList {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnrList {
        gap:45px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnrList {
        flex-direction:column;
        gap: 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnrList li {
        width:calc(33.3333333333% - 30px)
    }
}

.p-solution-section__bnrList li a {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnrList li a {
        padding:30px 0;
        flex-direction: column;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnrList li a {
        padding:20px 25px;
        gap: 24px
    }
}

.p-solution-section__bnrList li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.p-solution-section__bnrList li a:hover p {
    color: #0069c8
}

.p-solution-section__bnrList li a img {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnrList li a img {
        width:60px
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnrList li a img {
        width:56px;
        gap: 24px
    }
}

.p-solution-section__bnrList li a p {
    font-weight: bold;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-solution-section__bnrList li a p {
        height:47px;
        margin-top: 13px;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        align-items: center
    }
}

@media screen and (max-width: 959px) {
    .p-solution-section__bnrList li a p {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    #section_01.l-content {
        padding-top:100px
    }
}

@media screen and (max-width: 959px) {
    #section_01.l-content {
        padding:70px 0 0 0
    }
}

@media screen and (max-width: 959px) {
    #section_03 {
        padding-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-example .p-search-solutions__inner {
        padding:33px 0 40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-example .p-search-solutions__select {
        margin-left:130px
    }
}

@media screen and (max-width: 959px) {
    .p-search-example .p-search-solutions__select {
        margin-top:0
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation {
        max-width:1280px;
        margin: 0 auto;
        padding: 0 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation {
        margin:0 15px
    }
}

.p-search-consultation .p-search-solutions__inner {
    max-width: inherit
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation .p-search-solutions__inner {
        padding:25px 15px 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation .p-search-solutions__check dl dt {
        margin-top:10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnr {
        margin-bottom:100px;
        padding: 0 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnr {
        margin-bottom:80px
    }
}

.p-search-consultation__bnrInner {
    border: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner {
        max-width:1200px;
        margin: 0 auto;
        padding: 30px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner {
        margin:0 15px;
        padding: 30px
    }
}

.p-search-consultation__bnrInner a {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner a {
        align-items:center
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner a {
        flex-direction:column
    }
}

.p-search-consultation__bnrInner a figure {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner a figure {
        width:240px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner a figure {
        width:100%
    }
}

.p-search-consultation__bnrInner a figure img {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner a div {
        flex:1;
        margin-left: 50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner a div {
        margin-top:25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner a:hover .p-search-consultation__bnrTtl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }

    .p-search-consultation__bnrInner a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner+.p-search-consultation__bnrInner {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner+.p-search-consultation__bnrInner {
        margin-top:20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrInner.u-mt100sp80 {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrInner.u-mt100sp80 {
        margin-top:80px
    }
}

.p-search-consultation__bnrTtl {
    font-weight: bold;
    line-height: 1.6;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrTtl {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrTtl {
        font-size:2.1rem
    }
}

.p-search-consultation__bnrTxt {
    font-size: 1.6rem
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__bnrTxt {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__bnrTxt {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detail {
        padding-top:40px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detail {
        padding-top:30px;
        padding-bottom: 80px
    }
}

.p-search-consultation__detail .p-md-ttl__h1 {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detail .p-md-ttl__h1 {
        font-size:3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detail .p-md-ttl__h1 {
        font-size:2.9rem
    }
}

.p-search-consultation__detail .p-md-ttl__h1+.p-search-result__label {
    margin-top: 20px
}

.p-search-consultation__detailNo {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailNo {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailNo {
        font-size:1.8rem
    }
}

.p-search-consultation__detailNo+.p-md-ttl__h1 {
    margin-top: 10px
}

.p-search-consultation__detailRelate {
    display: flex;
    margin-top: 45px
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailRelate {
        align-items:center
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailRelate {
        flex-direction:column
    }
}

.p-search-consultation__detailRelate .p-search-result__related {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailRelate .p-search-result__relatedLabel {
        margin-top:0;
        margin-left: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailRelate .p-search-result__relatedLabel {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailInner .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailInner .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:35px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailInner .p-md-ttl__h4+.p-search-consultation__detailImg {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailInner .p-md-ttl__h4+.p-search-consultation__detailImg {
        margin-top:20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailInner p {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailInner p {
        font-size:1.5rem
    }
}

.p-search-consultation__detailInner p a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.p-search-consultation__detailBox {
    border-radius: 6px
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox {
        margin-top:60px;
        padding: 50px;
        border: 8px solid #eaedf1
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox {
        margin-top:50px;
        padding: 30px 20px;
        border: 6px solid #eaedf1
    }
}

.p-search-consultation__detailBox h4 {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox h4 {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox h4 {
        font-size:2.1rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox h4+.p-md-ttl__h3 {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox h4+.p-md-ttl__h3 {
        margin-top:15px
    }
}

.p-search-consultation__detailBox h5 {
    margin-bottom: 15px
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox h5 {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox h5 {
        font-size:1.7rem
    }
}

.p-search-consultation__detailBox .p-md-ttl__h3 {
    border-color: #888;
    margin-top: 0
}

.p-search-consultation__detailBox table {
    width: 100%;
    border-top: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox table {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox table {
        margin-top:30px
    }
}

.p-search-consultation__detailBox table tr {
    border-bottom: 1px solid #ddd
}

.p-search-consultation__detailBox table th {
    background-color: #f3f4f6;
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox table th {
        width:220px;
        padding: 20px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox table th {
        width:105px;
        padding: 12px 5px;
        font-size: 1.4rem
    }
}

.p-search-consultation__detailBox table td {
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailBox table td {
        padding:20px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailBox table td {
        padding:12px 5px;
        font-size: 1.4rem
    }
}

.p-search-consultation__detailImg {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-search-consultation__detailImg {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-consultation__detailImg {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-lock {
        max-width:1280px;
        margin: 80px auto 60px;
        padding: 0 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-lock {
        margin:50px 15px
    }
}

.p-search-lock__inner {
    margin: 0 auto;
    background-color: #f3f4f6;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-search-lock__inner {
        padding:50px 0
    }
}

@media screen and (max-width: 959px) {
    .p-search-lock__inner {
        padding:35px 20px
    }
}

.p-search-lock__inner img {
    width: 25px
}

.p-search-lock__inner p {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-lock__inner p {
        margin-top:20px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-lock__inner p {
        margin-top:15px;
        font-size: 1.7rem;
        text-align: left
    }
}

.p-search-lock__inner p a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-lock__inner p a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-videos {
        max-width:1280px;
        margin: 0 auto;
        padding: 0 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-videos {
        margin:0 15px
    }
}

.p-search-videos .p-search-solutions__inner {
    max-width: inherit
}

@media print,screen and (min-width: 960px) {
    .p-search-videos .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-videos .p-search-solutions__inner {
        padding:25px 15px 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-videos .p-search-solutions__check dl:nth-child(2) dt {
        margin-top:10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-videos__detail {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-videos__detail {
        padding-bottom:80px
    }
}

.p-search-videos__detail .p-md-ttl__h1 {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-videos__detailYt {
        width:880px;
        height: 495px;
        margin: 80px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-search-videos__detailYt {
        width:100%;
        height: 51.735vw;
        margin: 50px auto 0
    }
}

.p-search-videos__detailYt iframe {
    width: 100%;
    height: 100%
}

@media print,screen and (min-width: 960px) {
    .p-search-videos__detailYt+p {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-videos__detailYt+p {
        margin-top:30px
    }
}

.p-search-videos__txtLink {
    line-height: 1.3
}

.p-search-videos__txtLink a {
    font-size: 1.6rem;
    line-height: 1.3;
    transition: .3s ease
}

.p-search-videos__txtLink a::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-right: 10px;
    margin-bottom: 1px;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center;
    background-size: 100%
}

.p-search-videos__txtLink a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    bottom: 0;
    right: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-videos__txtLink a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-search-videos__txtLink+.p-search-videos__txtLink {
    margin-top: 15px
}

@media print,screen and (min-width: 960px) {
    .detailp p {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .detailp p {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-glossary .p-md-ttl__h2 {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-search-glossary .p-md-ttl__h2 {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-glossary .p-md-ttl__h3+.p-md-ttl__h4 {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-glossary .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-glossary .p-search-solutions__inner {
        padding:25px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-glossary .p-search-solutions__check dl {
        align-items:center
    }

    .p-search-glossary .p-search-solutions__check dl dt {
        width: 140px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-glossary .p-search-consultation__bnr {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-glossary .p-search-consultation__bnr {
        margin-top:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school .p-search-solutions__inner {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-school .p-search-solutions__inner {
        margin-top:30px;
        padding: 25px 15px 30px
    }
}

.p-search-water-school .p-search-result {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school .p-search-result {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-school .p-search-result {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school .p-search-consultation__bnr {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-school .p-search-consultation__bnr {
        margin-top:80px
    }
}

.p-search-water-school .p-search-result__label {
    margin-top: 0
}

.p-search-water-school .p-search-result__sort select {
    background-color: #fff;
    border-radius: 4px
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school .p-search-result__list3Col {
        gap:40px 45px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-school .p-search-result__list3Col {
        gap:15px
    }
}

.p-search-water-school__list li {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school__list li {
        width:calc(33.3333333333% - 30px);
        padding: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-school__list li {
        min-width:280px;
        padding: 33px 20px 30px
    }
}

.p-search-water-school__list li a .p-search-result__ttl {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-water-school__list li a:hover .p-search-result__ttl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-search-water-school__list .p-search-result__label {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__inner {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__inner {
        margin-top:30px
    }
}

.p-search-water-schoolDetail__inner .p-search-result__labelNo {
    margin-top: 0
}

.p-search-water-schoolDetail__inner .p-md-ttl__h1 {
    margin-top: 10px;
    margin-bottom: 20px
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__inner .p-md-ttl__h1 {
        font-size:3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__inner .p-md-ttl__h1 {
        font-size:2.9rem
    }
}

.p-search-water-schoolDetail__inner .p-search-result__label {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__inner .p-search-result__label+.p-md-txt {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__inner .p-search-result__label+.p-md-txt {
        margin-top:50px
    }
}

.p-search-water-schoolDetail__commentator {
    border: 1px solid #c1c1c1;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__commentator {
        margin-top:60px;
        padding: 40px 60px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__commentator {
        margin-top:50px;
        padding: 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__commentator figure {
        width:150px;
        margin-right: 60px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__commentator figure {
        width:80px;
        margin-right: 15px
    }
}

.p-search-water-schoolDetail__commentatorInfo {
    flex: 1
}

.p-search-water-schoolDetail__commentatorType {
    width: 100%;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__commentatorType {
        padding-bottom:10px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__commentatorType {
        padding-bottom:10px;
        font-size: 1.7rem
    }
}

.p-search-water-schoolDetail__commentatorJob {
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__commentatorJob {
        margin-top:20px;
        font-size: 1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__commentatorJob {
        margin-top:14px;
        font-size: 1.3rem
    }
}

.p-search-water-schoolDetail__commentatorName {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__commentatorName {
        margin-top:15px;
        font-size: 2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__commentatorName {
        font-size:1.9rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table {
        margin-top:30px
    }
}

.p-search-water-schoolDetail__table table {
    width: 100%;
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table {
        margin-top:15px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table {
        margin-top:10px
    }
}

.p-search-water-schoolDetail__table table tr {
    border: 1px solid #ddd
}

.p-search-water-schoolDetail__table table tr:first-child th {
    background-color: #eaedf1
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table tr:first-child th {
        text-align:center
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table tr:first-child th:first-child {
        width:120px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table tr:first-child th:first-child {
        width:115px
    }
}

.p-search-water-schoolDetail__table table tr:first-child th:nth-child(2) {
    box-sizing: border-box
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table tr:first-child th:nth-child(2) {
        width:360px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table tr:first-child th:nth-child(2) {
        width:115px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table tr:first-child th:last-child {
        width:720px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table tr:first-child th:last-child {
        width:calc(100% - 230px)
    }
}

.p-search-water-schoolDetail__table table tr th {
    box-sizing: border-box;
    background-color: #f3f4f6
}

.p-search-water-schoolDetail__table table th {
    font-weight: bold;
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table th {
        padding:20px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table th {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

.p-search-water-schoolDetail__table table td {
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__table table td {
        padding:20px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__table table td {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

.p-search-water-schoolDetail__tableTtl {
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__tableTtl {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__tableTtl {
        font-size:1.7rem
    }
}

.p-search-water-schoolDetail__img {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__img {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__img {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail .p-search-solutions__btnWhite {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail .p-search-solutions__btnWhite {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail .p-search-solutions__btnWhite+.p-md-txt {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail .p-search-solutions__btnWhite+.p-md-txt {
        margin-top:60px
    }
}

.p-search-water-schoolDetail__quoteBlock {
    border-radius: 6px
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__quoteBlock {
        margin-top:80px;
        padding: 50px;
        border: 8px solid #eaedf1
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__quoteBlock {
        margin-top:60px;
        padding: 30px 20px;
        border: 6px solid #eaedf1
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__quoteBlock+.p-search-water-schoolDetail__quoteBlock {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__quoteBlock+.p-search-water-schoolDetail__quoteBlock {
        margin-top:20px
    }
}

.p-search-water-schoolDetail__quoteBlock .p-md-ttl__h3 {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__quoteBlock h4 {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__quoteBlock h4 {
        font-size:1.7rem
    }
}

.p-search-water-schoolDetail__quoteBlock .p-md-txt {
    margin-top: 15px
}

.p-search-water-schoolDetail__sameCat {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__sameCat {
        padding:80px 0
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__sameCat {
        padding:60px 0 70px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__sameCat .l-content {
        padding:0
    }
}

.p-search-water-schoolDetail__sameCat+.l-products {
    border-top: 1px solid #c1c1c1
}

.p-search-water-schoolDetail__sameCat li {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__sameCat li {
        width:calc(33.3333333333% - 30px);
        padding: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-water-schoolDetail__sameCat li {
        width:280px;
        padding: 33px 20px 30px
    }
}

.p-search-water-schoolDetail__sameCat li a .p-search-result__ttl {
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-water-schoolDetail__sameCat li a:hover .p-search-result__ttl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }
}

.p-search-water-schoolDetail__sameCat .p-search-result__label {
    margin-top: 0
}

.p-search-water-schoolDetail__sameCat .p-search-solutions__btnWhite {
    margin-top: 40px
}

@media print,screen and (min-width: 960px) {
    .p-solutions-toruble {
        max-width:1280px;
        margin: 0 auto;
        padding: 0 40px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-toruble {
        margin:0 15px
    }
}

.p-solutions-toruble .p-search-solutions__inner {
    max-width: inherit
}

@media print,screen and (min-width: 960px) {
    .p-solutions-toruble .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-toruble .p-search-solutions__inner {
        padding:25px 15px 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-toruble .p-search-solutions__check dl dt {
        margin-top:10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail__inner {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail__inner {
        padding-bottom:80px
    }
}

.p-solutions-torubleDetail .p-md-ttl__h1 {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail .p-md-ttl__h1 {
        font-size:3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail .p-md-ttl__h1 {
        font-size:2.9rem
    }
}

.p-solutions-torubleDetail .p-md-ttl__h1+.p-search-result__label {
    margin-top: 20px
}

.p-solutions-torubleDetail__relate {
    display: flex;
    margin-top: 45px
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail__relate {
        align-items:center
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail__relate {
        flex-direction:column
    }
}

.p-solutions-torubleDetail__relate .p-search-result__related {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail__relate .p-search-result__relatedLabel {
        margin-top:0;
        margin-left: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail__relate .p-search-result__relatedLabel {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail__relate+.p-md-ttl__h2 {
        margin-top:70px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail__relate+.p-md-ttl__h2 {
        margin-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:35px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail .p-md-ttl__h3+.p-md-ttl__h4 {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail .p-md-ttl__h3+.p-md-ttl__h4 {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail .p-md-list__ol+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail .p-md-list__ol+.p-md-txt {
        margin-top:25px
    }
}

.p-solutions-torubleDetail table {
    width: 100%;
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail table {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail table {
        margin-top:30px
    }
}

.p-solutions-torubleDetail table tr {
    border: 1px solid #ddd
}

.p-solutions-torubleDetail table tr:first-child th {
    font-weight: bold;
    background-color: #eaedf1
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail table tr:first-child th {
        text-align:center
    }
}

.p-solutions-torubleDetail table tr th {
    width: 33.3333333333%;
    font-weight: normal;
    line-height: 1.6;
    border: 1px solid #ddd;
    background-color: #f3f4f6;
    box-sizing: border-box;
    vertical-align: middle
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail table tr th {
        padding:15px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail table tr th {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

.p-solutions-torubleDetail table tr td {
    line-height: 1.6;
    border: 1px solid #ddd;
    vertical-align: middle
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail table tr td {
        padding:25px 30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail table tr td {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-solutions-torubleDetail figure {
        max-width:880px;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-solutions-torubleDetail figure {
        max-width:100%;
        margin: 30px auto 0
    }
}

.p-solutions-torubleDetail figure img {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-search-basic .p-search-solutions__inner {
        padding:33px 0 40px
    }
}

.p-events .p-search-solutions__check dl dd {
    width: 100%
}

.p-events .p-search-solutions__check .p-search-solutions__dl dd {
    display: flex;
    gap: 10px
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    word-break: keep-all
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll input[type=radio] {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

@media screen and (max-width: 959px) {
    .p-events .p-search-solutions__check .p-search-solutions__checkAll input[type=radio] {
        width:0;
        height: 0
    }
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll input[type=radio]::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 18px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s ease
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll input[type=radio]:checked::before {
    background-color: #0069c8;
    border-color: #0069c8
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll input[type=radio]:checked+label {
    color: #fff
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll label {
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-events .p-search-solutions__check .p-search-solutions__checkAll label {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-events .p-search-solutions__check .p-search-solutions__checkAll label {
        font-size:1.4rem
    }
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll:hover input[type=checkbox]::before {
    border-color: #0069c8
}

.p-events .p-search-solutions__check .p-search-solutions__checkAll:hover label {
    color: #0069c8
}

@media screen and (max-width: 959px) {
    .p-events .p-search-solutions__checkList {
        margin-top:0
    }
}

@media print,screen and (min-width: 960px) {
    .p-events .p-search-solutions__inner {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-events .p-search-solutions__inner {
        margin-top:40px;
        padding: 30px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events .p-search-result__body {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-events .p-search-result__body {
        margin-top:40px
    }
}

.p-events .p-search-result__pager {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-events .p-search-result__pager {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-events .p-search-result__pager {
        margin-bottom:80px
    }
}

.p-events .js-tab-target {
    display: none
}

.p-events .js-tab-target.is-active {
    display: block
}

@media print,screen and (min-width: 960px) {
    .p-events__head {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-events__head {
        margin-top:50px
    }
}

.p-events__head ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #c1c1c1
}

.p-events__head ul li a {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    border-bottom: 4px solid rgba(0,0,0,0);
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-events__head ul li a {
        padding-bottom:21px;
        font-size: 2rem
    }
}

@media screen and (max-width: 959px) {
    .p-events__head ul li a {
        padding-bottom:19px;
        font-size: 1.5rem
    }
}

.p-events__head ul li a:hover {
    color: #0069c8
}

@media print,screen and (min-width: 960px) {
    .p-events__head ul li a {
        width:200px
    }
}

@media screen and (max-width: 959px) {
    .p-events__head ul li a {
        width:108px
    }
}

.p-events__head ul li a.is-current {
    pointer-events: none;
    color: #222;
    border-color: #111
}

@media print,screen and (min-width: 960px) {
    .p-events-archive .p-search-solutions__inner {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive .p-search-solutions__inner {
        margin-top:30px;
        padding: 30px 18px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__notice {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__notice {
        margin-top:30px
    }
}

.p-events-archive__notice .p-md-txt__note {
    margin-top: 10px
}

.p-events-archive__year {
    width: 200px;
    margin: 15px auto 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative
}

.p-events-archive__year::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

.p-events-archive__year select {
    width: 100%;
    padding: 14px 15px 15px 15px;
    font-size: 1.5rem;
    color: #222;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.p-events-archive__list {
    border-bottom: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__list {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__list {
        margin-top:40px
    }
}

.p-events-archive__listItem {
    padding: 25px 0;
    border-top: 1px solid #ddd
}

.p-events-archive__listItem a {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__listItem a {
        align-items:flex-start
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__listItem a {
        align-items:center;
        flex-wrap: wrap
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__listItem a:hover .p-events-archive__listText {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-events-archive__listDate {
    color: #666;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__listDate {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__listDate {
        font-size:1.4rem
    }
}

.p-events-archive__listContent {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__listContent {
        margin-left:40px;
        flex: 1
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__listContent {
        width:100%;
        margin-top: 10px
    }
}

.p-events-archive__listContent .p-search-result__label {
    margin-top: 10px;
    margin-right: 10px
}

.p-events-archive__listContent .p-search-result__tagLabel {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px
}

.p-events-archive__listContent .p-search-result__tagLabel+.p-search-result__tagLabel {
    margin-left: 0
}

.p-events-archive__listText {
    width: 100%;
    transition: .3s ease
}

.p-events-detail figure {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-events-detail figure {
        margin-top:75px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail figure {
        margin-top:35px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail figure+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail figure+.p-md-txt {
        margin-top:25px
    }
}

.p-events-detail .p-search-result__label+.p-md-ttl__h2 {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-events-detail .l-content+.l-content {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail .l-content+.l-content {
        margin-top:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail .l-content:last-child {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail .l-content:last-child {
        margin-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__inner {
        width:880px;
        margin: 0 auto
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__head {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__head {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__head .p-md-ttl__h1 {
        margin-top:20px;
        margin-bottom: 25px;
        font-size: 3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__head .p-md-ttl__h1 {
        margin-top:10px;
        margin-bottom: 20px;
        font-size: 2.9rem
    }
}

.p-events-detail__head .p-home-event__txtDate {
    color: #222
}

.p-events-detail__head .p-home-event__txtDate .-date__month {
    border-color: #222
}

.p-events-detail__head .p-home-event__txtSmall {
    color: #222
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__head .p-home-event__txtSmall {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__head .p-home-event__txtSmall {
        font-size:1.6rem
    }
}

.p-events-detail__head .p-home-event__txtSmall+.p-home-event__txtSmall {
    margin-top: 15px
}

.p-events-detail__headLabel {
    display: flex;
    align-items: center
}

.p-events-detail__headLabel .p-search-result__stateLabel {
    margin-top: 0
}

.p-events-detail__tagWrap {
    margin-top: 25px;
    display: flex;
    align-items: center
}

.p-events-detail__tagWrap .p-search-result__tagLabel {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__headTxt {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__headTxt {
        margin-top:40px
    }
}

.p-events-detail__headBtn {
    border: 2px solid #111
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__headBtn {
        margin:50px auto 0;
        width: 440px;
        height: 72px;
        border-radius: 36px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__headBtn {
        margin:30px auto 0;
        width: 100%;
        max-width: 345px;
        height: 68px;
        border-radius: 34px
    }
}

.p-events-detail__headBtn a {
    width: 100%;
    height: 100%;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__headBtn a {
        font-size:2.2rem;
        border-radius: 36px
    }

    .p-events-detail__headBtn a:hover {
        background-color: #111
    }

    .p-events-detail__headBtn a:hover span {
        color: #fff
    }

    .p-events-detail__headBtn a:hover span::before {
        background: url(/assets/img/common/icon_downarrow_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__headBtn a {
        font-size:2rem;
        border-radius: 34px
    }
}

.p-events-detail__headBtn a span {
    padding-left: 28px;
    position: relative;
    transition: .3s ease
}

.p-events-detail__headBtn a span::before {
    content: "";
    width: 18px;
    height: 10px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transition: .3s ease
}

.p-events-detail__video {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__video {
        margin-top:50px;
        height: 495px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__video {
        margin-top:35px;
        height: 51.735vw
    }
}

.p-events-detail__video iframe {
    width: 100%;
    height: 100%
}

.p-events-detail__application {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__application {
        margin:100px auto 80px;
        padding: 70px 60px;
        width: 880px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__application {
        margin:80px auto 60px;
        padding: 60px 15px
    }
}

.p-events-detail__application h3 {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__application h3 {
        font-size:3rem;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__application h3 {
        font-size:2.6rem;
        margin-bottom: 40px
    }
}

.p-events-detail__application h5 {
    font-weight: 500;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__application h5 {
        margin:60px 0 20px;
        font-size: 1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__application h5 {
        margin:50px 0 20px;
        font-size: 1.6rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__applicationHead p {
        margin-top:30px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__applicationHead p {
        margin-top:20px;
        font-size: 1.5rem
    }
}

.p-events-detail__applicationPrivacy p {
    margin-top: 10px
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__applicationPrivacy p {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__applicationPrivacy p {
        font-size:1.5rem
    }
}

.p-events-detail__applicationPrivacy a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__applicationPrivacy a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

.p-events-detail__applicationPrivacy a[target=_blank] {
    position: relative
}

.p-events-detail__applicationPrivacy a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_gray.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    bottom: 0;
    right: 0
}

.p-events-detail__checkList li {
    margin-top: 20px;
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__radioList {
        margin-top:20px;
        display: flex;
        gap: 0 60px
    }
}

.p-events-detail__radioList li {
    display: flex;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-events-detail__radioList li {
        margin-top:20px
    }
}

.p-events-detail__select {
    width: 220px;
    margin-top: 10px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative
}

@media screen and (max-width: 959px) {
    .p-events-detail__select {
        margin-top:15px
    }
}

.p-events-detail__select::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

.p-events-detail__btn {
    height: 60px
}

@media print,screen and (min-width: 960px) {
    .p-events-detail__btn {
        width:340px;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-events-detail__btn {
        width:100%;
        max-width: 345px;
        margin: 30px auto 0
    }
}

.p-events-archive .p-search-lock {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__inner {
        padding:60px 0 100px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__inner {
        padding:50px 0 80px
    }
}

.p-events-archive__item {
    border: 1px solid #c1c1c1
}

.p-events-archive__item a {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__item a {
        align-items:center
    }

    .p-events-archive__item a:hover .p-events-archive__itemTtl {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 6px
    }

    .p-events-archive__item a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__item a {
        flex-direction:column
    }
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__item+.p-events-archive__item {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__item+.p-events-archive__item {
        margin-top:20px
    }
}

.p-events-archive__itemImg {
    overflow: hidden
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__itemImg {
        width:400px
    }
}

.p-events-archive__itemImg img {
    width: 100%;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__itemContent {
        padding:0 50px;
        flex: 1
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__itemContent {
        padding:25px 30px 30px
    }
}

.p-events-archive__itemTtl {
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__itemTtl {
        font-size:2.4rem;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__itemTtl {
        font-size:2.1rem
    }
}

.p-events-archive__itemTxt {
    font-size: 1.6rem
}

@media print,screen and (min-width: 960px) {
    .p-events-archive__itemTxt {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .p-events-archive__itemTxt {
        margin-top:15px
    }
}

.p-introduction-mv {
    padding: 0 30px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-mv {
        background:url(/assets/img/introduction/img_mv_introduction_pc.webp) no-repeat center bottom;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-mv {
        background:url(/assets/img/introduction/img_mv_introduction_sp.webp) no-repeat center bottom;
        background-size: cover
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-mv__inner {
        height:32.943vw;
        min-height: 450px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-mv__inner {
        height:106.667vw;
        min-height: 400px
    }
}

.p-introduction-mv__ttl {
    position: relative;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-mv__ttl {
        top:21.4%
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-mv__ttl {
        top:30%
    }
}

.p-introduction-mv__ttl h1 {
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-introduction-mv__ttl h1 {
        font-size:4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-mv__ttl h1 {
        font-size:3rem
    }
}

.p-introduction-anchor {
    border-bottom: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-introduction-anchor {
        padding:30px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-anchor {
        padding:40px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-anchor ul {
        max-width:1200px;
        margin: 0 auto;
        display: flex;
        border-left: 1px solid #c1c1c1
    }
}

.p-introduction-anchor ul li {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-anchor ul li {
        width:25%;
        border-right: 1px solid #c1c1c1
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-anchor ul li+li {
        margin-top:25px
    }
}

.p-introduction-anchor ul li::before {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: contain;
    position: absolute
}

@media print,screen and (min-width: 960px) {
    .p-introduction-anchor ul li::before {
        bottom:0;
        left: calc(50% - 6px)
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-anchor ul li::before {
        left:0;
        top: calc(50% - 3px)
    }
}

.p-introduction-anchor ul li img {
    display: block;
    width: 50px;
    margin: 0 auto
}

.p-introduction-anchor ul li p {
    font-weight: bold;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-introduction-anchor ul li p {
        height:65px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 18px;
        font-size: 1.8rem;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-anchor ul li p {
        padding-left:22px;
        font-size: 1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center {
        padding:80px 0 93px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center {
        padding:60px 0
    }
}

.p-introduction-center ul {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center ul {
        margin-top:30px;
        justify-content: center;
        gap: 0 70px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center ul {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0;
        flex-direction: column;
        gap: 20px 0
    }
}

.p-introduction-center__item {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__item {
        flex-direction:column
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__item {
        gap:0 20px
    }
}

.p-introduction-center__item figure {
    background-color: #e5f0f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__item figure {
        width:180px;
        height: 180px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__item figure {
        width:110px;
        height: 110px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__item figure img {
        width:100px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__item figure img {
        width:70px
    }
}

.p-introduction-center__q {
    font-weight: bold;
    text-align: center;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__q {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__q {
        font-size:2.4rem
    }
}

.p-introduction-center__a {
    margin-top: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__a {
        font-size:2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__a {
        font-size:2rem
    }
}

.p-introduction-center__a>strong {
    display: inline-block;
    margin-top: 15px;
    color: #0069c8;
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__a>strong {
        font-size:4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__a>strong {
        font-size:3.2rem
    }
}

.p-introduction-center__a>span {
    display: inline-block;
    margin-top: 15px;
    color: #0069c8;
    font-weight: 300
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__a>span {
        font-size:4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__a>span {
        font-size:3.2rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__txt {
        margin-top:20px;
        text-align: center;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__txt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0;
        font-size: 1.5rem
    }
}

.p-introduction-center__itemTxt {
    margin-top: -40px
}

.p-introduction-center__itemCase {
    font-weight: 500;
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__itemCase {
        width:240px;
        text-align: center;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__itemCase {
        font-size:1.7rem
    }
}

.p-introduction-center__itemNumber {
    line-height: 1.3;
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__itemNumber {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__itemNumber {
        font-size:1.8rem
    }
}

.p-introduction-center__itemNumber>span {
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    position: relative;
    top: 2px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-center__itemNumber>span {
        font-size:5rem;
        line-height: 1.2
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-center__itemNumber>span {
        font-size:4.4rem;
        line-height: 1
    }
}

.p-introduction-trouble {
    background-color: #e5f0f9
}

@media print,screen and (min-width: 960px) {
    .p-introduction-trouble {
        padding-top:70px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-trouble {
        padding-top:50px
    }
}

.p-introduction-trouble h3 {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,screen and (min-width: 960px) {
    .p-introduction-trouble h3 {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-trouble h3 {
        font-size:2.4rem
    }
}

.p-introduction-trouble h3::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    position: relative;
    background: url(/assets/img/introduction/img_introduction_trouble_ttl.webp) no-repeat center;
    background-size: contain
}

@media print,screen and (min-width: 960px) {
    .p-introduction-trouble h3::before {
        width:29px;
        height: 38px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-trouble h3::before {
        width:23px;
        height: 32px
    }
}

.p-introduction-trouble img {
    display: block
}

@media print,screen and (min-width: 960px) {
    .p-introduction-trouble img {
        margin:35px auto 0;
        width: 750px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-trouble img {
        margin-top:30px
    }
}

.p-introduction-solution {
    background-color: #0069c8
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution {
        padding:50px 0 80px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution {
        padding:30px 0 60px
    }
}

.p-introduction-solution__arrow {
    display: block;
    margin: 0 auto;
    background: url(/assets/img/introduction/icon_introduction_solution_arrow.webp) no-repeat center;
    background-size: 100%
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__arrow {
        width:140px;
        height: 62px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__arrow {
        width:100px;
        height: 50px
    }
}

.p-introduction-solution h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution h3 {
        margin-top:30px;
        padding-bottom: 2px;
        font-size: 4rem;
        line-height: 1.3;
        border-bottom: 3px solid #fff
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution h3 {
        margin-top:17px;
        font-size: 3.2rem;
        line-height: 1.6;
        text-decoration: underline;
        text-underline-offset: 10px;
        position: relative
    }

    .p-introduction-solution h3::after {
        content: "";
        height: 3px;
        width: 86%;
        background-color: #fff;
        position: absolute;
        bottom: -1px;
        right: 16px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution h3 span {
        font-size:2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution h3 span {
        font-size:2rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution h3 img {
        width:34px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution h3 img {
        width:30px;
        position: relative;
        top: 7px
    }
}

.p-introduction-solution__lead {
    color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__lead {
        margin-top:25px;
        font-size: 1.6rem;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__lead {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 22px auto 0;
        font-size: 1.5rem
    }
}

.p-introduction-solution__list {
    display: flex;
    margin-top: 30px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__list {
        gap:0 40px;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__list {
        flex-direction:column;
        gap: 20px 0
    }
}

.p-introduction-solution__item {
    background-color: #fff;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__item {
        width:420px;
        padding: 15px 20px 40px 20px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__item {
        padding:15px 20px 30px 20px
    }
}

.p-introduction-solution__item img {
    display: block
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__item img {
        margin:20px auto
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__item:first-child img {
        width:152px;
        margin: 25px auto 28px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__item:first-child img {
        width:122px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__item:last-child img {
        width:107px;
        margin: 28px auto 21px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__item:last-child img {
        width:85px
    }
}

.p-introduction-solution__itemLabel {
    position: absolute;
    top: 15px;
    left: 20px
}

.p-introduction-solution__itemLabel>span {
    color: #0069c8;
    font-family: "Roboto",sans-serif;
    display: block
}

.p-introduction-solution__itemLabel>span:first-child {
    font-weight: 400;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__itemLabel>span:first-child {
        font-size:1.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__itemLabel>span:first-child {
        font-size:1.2rem
    }
}

.p-introduction-solution__itemLabel>span:last-child {
    font-weight: bold;
    line-height: 1
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__itemLabel>span:last-child {
        font-size:5rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__itemLabel>span:last-child {
        font-size:4.4rem
    }
}

.p-introduction-solution__itemTtl {
    font-weight: bold;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__itemTtl {
        font-size:2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__itemTtl {
        font-size:2rem
    }
}

.p-introduction-solution__itemTxt {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__itemTxt {
        height:92px;
        font-size: 1.6rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__itemTxt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 1.5rem;
        margin: 20px auto 0
    }
}

.p-introduction-solution__btn {
    height: 60px;
    border-radius: 30px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__btn {
        width:340px;
        margin: 30px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__btn {
        width:285px;
        margin: 25px auto 0
    }
}

.p-introduction-solution__btn a {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #222;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

.p-introduction-solution__btn a p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #222;
    transition: .3s ease;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__btn a p {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-solution__btn a p {
        font-size:1.7rem
    }
}

.p-introduction-solution__btn a p::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: contain;
    margin-right: 12px;
    position: relative;
    bottom: 2px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-solution__btn a:hover {
        background-color:#222
    }

    .p-introduction-solution__btn a:hover p {
        color: #fff
    }
}

.p-introduction-bnr {
    border-top: 1px solid #ddd
}

@media screen and (max-width: 959px) {
    .p-introduction-bnr .p-home-bnr__list {
        flex-direction:column;
        gap: 40px 0
    }

    .p-introduction-bnr .c-link__blank {
        margin-top: 15px
    }
}

.p-introduction-manual__ttl {
    font-weight: bold;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-manual__ttl {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-manual__ttl {
        font-size:2.1rem
    }
}

.p-introduction-manual .p-products-btnBg {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-introduction-manual .p-products-btnBg {
        padding:35px 15px
    }
}

.p-introduction-manual .p-products-btnBg .p-md-btn {
    margin-top: 30px
}

.p-introduction-manual .p-md-txt {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-about {
        padding-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-about {
        padding-top:80px
    }
}

.p-introduction-about__ttl {
    font-weight: bold;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-about__ttl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-about__ttl {
        font-size:2.6rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-about .p-md-txt {
        text-align:center;
        margin-top: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-about .p-md-txt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0
    }
}

.p-introduction-about__list {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-introduction-about__list {
        margin-top:30px;
        gap: 30px 5%;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-about__list {
        margin-top:25px;
        flex-direction: column;
        gap: 40px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-about__item {
        width:47%;
        max-width: 498px
    }
}

.p-introduction-h4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-h4 {
        margin:50px auto 0;
        font-size: 2.4rem;
        padding: 0 25px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-h4 {
        margin:40px auto 0;
        padding: 0 10px;
        font-size: 2.3rem
    }
}

.p-introduction-h4::before {
    display: block;
    content: "";
    height: 1px;
    background-color: #c1c1c1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media print,screen and (min-width: 960px) {
    .p-introduction-h4::before {
        width:150px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-h4::before {
        width:40px
    }
}

.p-introduction-h4::after {
    display: block;
    content: "";
    height: 1px;
    background-color: #c1c1c1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@media print,screen and (min-width: 960px) {
    .p-introduction-h4::after {
        width:150px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-h4::after {
        width:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction .p-products-btnBg {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction .p-products-btnBg {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content {
        padding-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content {
        padding-top:80px
    }
}

.p-introduction-content .p-introduction-h4 {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content .p-md-txt {
        text-align:center;
        margin-top: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content .p-md-txt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0
    }
}

.p-introduction-content__list {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__list {
        gap:35px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__list {
        flex-direction:column;
        gap: 20px 0
    }
}

.p-introduction-content__item {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__item {
        width:calc(33.3333333333% - 24px);
        padding: 25px 30px 30px 30px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__item {
        padding:30px 20px 25px 20px
    }
}

.p-introduction-content__item .p-md-link__txtLink {
    margin-top: 15px;
    text-align: center
}

.p-introduction-content__item .p-md-btn {
    width: calc(100% - 10px);
    min-width: inherit;
    margin-top: 15px
}

.p-introduction-content__itemTtl {
    padding-bottom: 25px;
    font-weight: 500;
    line-height: 1.3;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__itemTtl {
        font-size:1.7rem;
        padding-left: 45px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__itemTtl {
        font-size:1.6rem;
        padding-left: 42px
    }
}

.p-introduction-content__itemTtl::before {
    content: "";
    display: inline-block;
    background: url(/assets/img/common/icon_check.svg) no-repeat center;
    position: absolute;
    top: -5px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__itemTtl::before {
        width:40px;
        height: 40px;
        left: -5px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__itemTtl::before {
        width:32px;
        height: 32px;
        left: 0
    }
}

.p-introduction-content__itemTtl::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid rgba(0,0,0,0);
    border-left: 15px solid rgba(0,0,0,0);
    border-top: 15px solid #0069c8;
    border-bottom: 0;
    opacity: .2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px)
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__tab {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__tab {
        margin-top:30px
    }
}

.p-introduction-content__tabWrap {
    display: flex;
    justify-content: center;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__tabWrap {
        gap:0 10px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__tabWrap {
        gap:0 3px
    }
}

.p-introduction-content__tabTrigger {
    width: 33%
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__tabTrigger {
        max-width:250px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__tabTrigger {
        max-width:170px;
        height: 98px
    }
}

.p-introduction-content__tabTrigger a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.3;
    color: #666;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    border-bottom: none
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__tabTrigger a {
        padding:20px 5px;
        font-size: 1.8rem;
        transition: .3s ease
    }

    .p-introduction-content__tabTrigger a:hover {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__tabTrigger a {
        height:100%;
        padding: 10px 5px;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.p-introduction-content__tabTrigger a.is-current {
    color: #fff;
    background-color: #0069c8;
    border-color: #0069c8;
    pointer-events: none;
    position: relative;
    border-radius: 10px
}

.p-introduction-content__tabTrigger a.is-current::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid rgba(0,0,0,0);
    border-left: 12px solid rgba(0,0,0,0);
    border-top: 12px solid #0069c8;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 12px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.p-introduction-content__target {
    background-color: #f3f4f6;
    display: none
}

@media print,screen and (min-width: 960px) {
    .p-introduction-content__target {
        padding:40px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-content__target {
        width:calc(100% + 30px);
        margin-left: -15px;
        padding: 30px 15px
    }
}

.p-introduction-content__target.is-active {
    display: block
}

.p-introduction-inquiry {
    background-color: #0069c8
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry {
        margin-top:100px;
        padding: 80px 0 100px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry {
        margin-top:80px;
        padding: 60px 0 40px
    }
}

.p-introduction-inquiry__ttl {
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__ttl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__ttl {
        font-size:2.6rem
    }
}

.p-introduction-inquiry__txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    margin: 20px auto 0
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__txt {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__txt {
        font-size:1.5rem
    }
}

.p-introduction-inquiry__step {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__step {
        margin-top:40px;
        padding: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__step {
        margin-top:30px;
        padding: 35px 20px 30px
    }
}

.p-introduction-inquiry__stepTtl {
    text-align: center;
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepTtl {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepTtl {
        font-size:2.1rem
    }
}

.p-introduction-inquiry__stepTxt {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepTxt {
        font-size:1.6rem;
        text-align: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepTxt {
        font-size:1.5rem
    }
}

.p-introduction-inquiry__stepDetail {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail {
        margin-top:30px;
        gap: 0 40px;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail {
        margin-top:20px;
        flex-direction: column;
        gap: 20px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail figure {
        width:258px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail figure {
        width:82%;
        margin: 0 auto
    }
}

.p-introduction-inquiry__stepDetail ul {
    counter-reset: number 0
}

.p-introduction-inquiry__stepDetail ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail ul li {
        padding-left:35px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail ul li {
        min-height:44px;
        padding-left: 33px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail ul li+li {
        margin-top:25px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail ul li+li {
        margin-top:17px
    }
}

.p-introduction-inquiry__stepDetail ul li::before {
    counter-increment: number 1;
    content: counter(number) "";
    width: 25px;
    height: 25px;
    padding-top: 4px;
    background-color: #0069c8;
    border-radius: 50%;
    color: #fff;
    font-family: "Roboto",sans-serif;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 0
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail ul li::before {
        top:0
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail ul li::before {
        top:1px
    }
}

.p-introduction-inquiry__stepDetail ul li:not(:last-child)::after {
    content: "";
    background: url(/assets/img/common/icon_down_arrow_long_blue.svg) no-repeat center;
    background-size: contain;
    position: absolute
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__stepDetail ul li:not(:last-child)::after {
        width:11px;
        height: 14px;
        left: 7px;
        top: 29px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__stepDetail ul li:not(:last-child)::after {
        width:13px;
        height: 17px;
        left: 6px;
        top: 36px
    }
}

.p-introduction-inquiry .p-md-btn.u-extraLarge a {
    color: #fff;
    background-color: #111
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry .p-md-btn.u-extraLarge a:hover {
        color:#222;
        background-color: #fff
    }
}

.p-introduction-inquiry__list {
    margin-top: 40px;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__list {
        justify-content:center
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__list {
        flex-direction:column
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__list li {
        width:33.3333333333%;
        padding: 0 20px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__list li {
        padding-bottom:30px
    }
}

.p-introduction-inquiry__list li p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__list li p {
        display:flex;
        align-items: center;
        text-align: center;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__list li p {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__list li .p-md-btn {
        width:100%;
        max-width: 290px;
        min-width: inherit
    }
}

.p-introduction-inquiry__list li .p-md-btn a {
    border-color: #fff
}

.p-introduction-inquiry__list li+li {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-introduction-inquiry__list li+li::before {
        content:"";
        width: 1px;
        height: 100%;
        background-color: #fff;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__list li+li {
        padding:30px 0
    }

    .p-introduction-inquiry__list li+li::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-inquiry__list li:last-child {
        padding-bottom:0
    }
}

@media screen and (max-width: 959px) {
    .p-guide .p-md-anchor {
        margin-top:50px
    }
}

.p-guide_clm {
    display: flex
}

@media screen and (max-width: 959px) {
    .p-guide_clm {
        display:block
    }
}

.p-guide_clm_img {
    width: 580px;
    min-width: 580px
}

.p-guide_clm_img img {
    width: 100%
}

@media screen and (max-width: 959px) {
    .p-guide_clm_img {
        width:100%;
        max-width: 186px;
        min-width: 0;
        margin: 0 auto
    }

    .p-guide_clm_img.opt_wide {
        max-width: 345px;
        min-width: 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-guide_clm_textarea {
        margin-left:40px
    }
}

@media screen and (max-width: 959px) {
    .p-guide_clm_textarea {
        margin-top:30px
    }
}

.p-guide_list {
    counter-reset: item
}

@media print,screen and (min-width: 960px) {
    .p-guide_list {
        padding-left:40px
    }
}

@media screen and (max-width: 959px) {
    .p-guide_list {
        padding-left:40px
    }
}

.p-guide_list li {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-guide_list li {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .p-guide_list li {
        margin-top:10px
    }
}

.p-guide_list li:first-child {
    margin-top: 0
}

.p-guide_list li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #f11d1d;
    text-align: center;
    border-radius: 100px
}

@media print,screen and (min-width: 960px) {
    .p-guide_list li:before {
        left:-38px;
        min-width: 28px;
        min-height: 28px;
        padding: 0 0 3px 2px;
        font-size: 2rem
    }
}

@media screen and (max-width: 959px) {
    .p-guide_list li:before {
        left:-36px;
        min-width: 26px;
        min-height: 26px;
        padding: 0 0 3px 0;
        font-size: 1.9rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-md-txt+.p-guide_list {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-md-txt+.p-guide_list {
        margin-top:15px
    }
}

.p-guide_list_catch {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6
}

@media screen and (max-width: 959px) {
    .p-guide_list_catch {
        font-size:1.7rem
    }
}

.p-guide_list_text {
    margin-top: 5px;
    font-size: 1.5rem
}

@media screen and (max-width: 959px) {
    .p-guide_list_text {
        font-size:1.4rem
    }
}

.p-guide_conversion {
    margin-top: 100px;
    background-color: #e5f0f9
}

@media screen and (max-width: 959px) {
    .p-guide_conversion {
        margin-top:80px
    }
}

.p-guide_conversion_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px 60px
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_inner {
        padding:40px 15px 40px
    }
}

.p-guide_conversion_catch {
    font-weight: bold;
    text-align: center;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-guide_conversion_catch {
        font-size:2.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_catch {
        font-size:2.3rem
    }
}

.p-guide_conversion_text {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_text {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto 0;
        font-size: 1.5rem;
        text-align: left
    }
}

.p-guide_conversion_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
    gap: 25px 20px
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_list {
        margin:25px auto 0;
        gap: 20px 0
    }
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_list li {
        width:100%
    }
}

.p-guide_conversion_btn {
    margin: 0
}

@media print,screen and (min-width: 960px) {
    .p-guide_conversion_btn {
        min-width:285px
    }
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_btn {
        width:100%;
        max-width: 345px;
        min-width: 0;
        margin: 0 auto
    }

    .p-guide_conversion_btn.opt_wide {
        width: 100%;
        max-width: 345px;
        min-width: 0
    }
}

.p-guide_conversion_btn.opt_wide {
    width: 340px;
    min-width: 340px
}

.p-guide_conversion_btn a {
    min-height: 56px;
    border-radius: 100px
}

@media print,screen and (min-width: 960px) {
    .p-guide_conversion_btn a {
        padding:4px 15px 6px
    }
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_btn a {
        padding:4px 20px 6px
    }
}

.p-guide_conversion_search {
    margin-top: 50px
}

@media screen and (max-width: 959px) {
    .p-guide_conversion_search {
        margin-top:40px
    }
}

.p-guide_conversion_search .p-search-home__footerSearchInput {
    margin: 0 auto
}

.p-guide_btn {
    margin-top: 50px
}

@media screen and (max-width: 959px) {
    .p-guide_btn {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-introduction-utilize .p-md-btn {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-introduction-utilize .p-md-btn {
        margin-top:30px
    }
}

.p-news-detail_content {
    padding-bottom: 100px
}

@media screen and (max-width: 959px) {
    .p-news-detail_content {
        padding-bottom:80px
    }
}

.p-news-detail_datewrap {
    display: flex;
    margin-top: 50px
}

@media screen and (max-width: 959px) {
    .p-news-detail_datewrap {
        margin-top:40px
    }
}

.p-news-detail_title {
    margin-top: 25px;
    font-size: 3.8rem
}

@media screen and (max-width: 959px) {
    .p-news-detail_title {
        margin-top:20px;
        font-size: 2.9rem
    }
}

.p-news-detail_text_bold {
    font-weight: bold
}

.p-news-detail_text_notice {
    color: #dc0909
}

@media print,screen and (min-width: 960px) {
    .p-products {
        padding-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-products {
        padding-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-collection__list {
        margin-top:60px;
        display: grid;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        row-gap: 7%
    }
}

@media screen and (max-width: 959px) {
    .p-products-collection__list {
        margin-top:50px;
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

.p-products-collection__item {
    position: relative;
    line-height: 1;
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-products-collection__item a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }
}

.p-products-collection__item figure {
    overflow: hidden
}

.p-products-collection__item img {
    width: 100%;
    height: auto;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-collection__item:first-child {
        grid-column:1;
        grid-row: 1/3
    }

    .p-products-collection__item:first-child .p-products-collection__txt {
        font-size: 4rem;
        left: 35px;
        bottom: 30px
    }

    .p-products-collection__item:first-child a {
        display: block;
        height: 100%
    }

    .p-products-collection__item:first-child figure {
        height: 100%
    }

    .p-products-collection__item:nth-child(2) {
        grid-column: 2;
        grid-row: 1
    }

    .p-products-collection__item:nth-child(2) .p-products-collection__txt {
        font-size: 3.4rem;
        left: 30px;
        bottom: 25px
    }

    .p-products-collection__item:nth-child(3) {
        grid-column: 2;
        grid-row: 2
    }

    .p-products-collection__item:nth-child(3) .p-products-collection__txt {
        font-size: 3.4rem;
        left: 30px;
        bottom: 25px
    }
}

.p-products-collection__txt {
    font-weight: bold;
    color: #fff;
    position: absolute;
    line-height: 1.3;
    transition: .3s ease
}

@media screen and (max-width: 959px) {
    .p-products-collection__txt {
        font-size:2.8rem;
        left: 20px;
        bottom: 25px
    }
}

.p-products .p-md-lead__superLarge {
    margin: 0
}

@media print,screen and (min-width: 960px) {
    .p-products .p-search-solutions__btnWhite {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products .p-search-solutions__btnWhite {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products .l-products__list {
        margin:100px auto 100px
    }
}

@media screen and (max-width: 959px) {
    .p-products .l-products__list {
        margin:80px auto 80px
    }
}

@-moz-document url-prefix() {
    .p-products-collection__list {
        row-gap: 3.3%
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-service .p-home-section__btn {
        position:absolute;
        right: 40px;
        top: -5px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service .p-home-section__btn {
        margin-top:60px;
        padding: 0
    }
}

.p-products-service__topic {
    padding-bottom: 70px;
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-products-service__topic {
        margin-top:80px;
        padding-top: 80px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__topic {
        margin-top:70px;
        padding-top: 60px
    }
}

.p-products-service__topic .p-search-result__body {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-service__category {
        padding-top:75px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__category {
        padding-top:60px;
        padding-bottom: 80px
    }
}

.p-products-service__category .l-content {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-products-service__category .p-search-result__list3Col {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__category .p-search-result__list3Col {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__category .p-search-solutions__btnWhite {
        margin-top:30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-service__detail figure+.p-md-btn__2Col {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__detail figure+.p-md-btn__2Col {
        margin-top:50px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-service__detail .l-products__item .l-products__itemTtl {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__detail .l-products__item .l-products__itemTtl {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__detail .p-products-recommend .l-content {
        padding:0
    }
}

.p-products-service__detail .p-search-result__sliderContainer {
    padding-top: 10px
}

@media print,screen and (min-width: 960px) {
    .p-products-service__detail .p-search-result__sliderContainer {
        padding-left:10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__detail .p-search-result__sliderContainer .p-search-result__sliderWrapper {
        padding-left:10px;
        padding-right: 0;
        gap: 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-service__detailInner {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-service__detailInner {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-chemicals .l-content {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-chemicals .l-content {
        padding-bottom:80px
    }
}

.p-products-chemicals .p-search-result__ttl {
    margin-top: 25px
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__mv {
        max-width:1280px;
        padding: 0 40px;
        margin: 0 auto
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__mv .p-md-ttl__h1 {
        padding:0 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__video {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__video {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__videoYt {
        width:880px;
        height: 495px;
        margin: 75px auto 50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__videoYt {
        width:100%;
        height: 51.735vw;
        margin: 0 auto 30px
    }
}

.p-products-dreampolymer__videoYt iframe {
    width: 100%;
    height: 100%
}

.p-products-dreampolymer__chemicals {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__chemicals {
        padding:80px 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__chemicals {
        padding:60px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer .p-search-result__sliderContainer {
        padding-left:10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer .p-search-result__sliderWrapper {
        gap:20px;
        padding: 0 0 0 10px
    }
}

.p-products-dreampolymer .swiper-slide {
    padding-top: 10px
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__special {
        padding:80px 0 70px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__special {
        padding:60px 0 70px
    }
}

.p-products-dreampolymer__special .p-search-result__body {
    margin-top: 0
}

.p-products-dreampolymer__introduction {
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__introduction {
        padding:80px 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__introduction {
        padding:60px 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__introduction .p-search-result__list3Col {
        margin-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__introduction .p-search-result__list3Col {
        margin-top:50px
    }
}

.p-products-dreampolymer__consultation {
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-products-dreampolymer__consultation {
        padding:80px 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__consultation {
        padding:60px 0 70px
    }
}

@media screen and (max-width: 959px) {
    .p-products-dreampolymer__consultation .p-home-section__h3 {
        padding:0 15px
    }
}

.p-products-dreampolymer__consultation .p-search-result__body {
    margin-top: 0
}

.p-products-dreampolymer__consultation .p-search-solutions__btnWhite {
    margin-top: 40px
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__list {
        margin-top:50px;
        gap: 40px 45px
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__list {
        margin-top:40px;
        flex-direction: column;
        gap: 20px
    }
}

.p-search-chemicals__list li {
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__list li {
        width:calc(33.3333333333% - 30px);
        padding: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__list li {
        width:100%;
        padding: 30px 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__list li a:hover .p-search-chemicals__listTtl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-search-chemicals__listTtl {
    font-weight: bold;
    line-height: 1.6;
    display: block
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__listTtl {
        font-size:1.8rem;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__listTtl {
        font-size:1.7rem
    }
}

.p-search-chemicals__listTtl::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-left: 8px;
    margin-bottom: 2px;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center
}

.p-search-chemicals__label {
    height: 25px;
    display: inline-block;
    margin-top: 15px;
    padding: 3px 10px 4px;
    background-color: #466991;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3
}

.p-search-chemicals__label+.p-search-chemicals__label {
    margin-left: 5px
}

.p-search-chemicals__listTxt {
    margin-top: 15px;
    font-size: 1.4rem;
    color: #666
}

.p-search-chemicals__iconList {
    margin-top: 20px;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__iconList {
        gap:16px
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__iconList {
        gap:11px
    }
}

.p-search-chemicals__iconItem {
    width: 50%
}

.p-search-chemicals__iconItem a {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__iconItem a {
        padding:10px;
        flex-direction: column;
        gap: 3px
    }

    .p-search-chemicals__iconItem a:hover {
        border-color: #222
    }

    .p-search-chemicals__iconItem a:hover p {
        color: #222
    }

    .p-search-chemicals__iconItem a:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__iconItem a {
        padding:9px 10px;
        gap: 10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__iconItem img {
        width:40px;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .p-search-chemicals__iconItem img {
        width:30px
    }
}

.p-search-chemicals__iconTxt {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-chemicals__iconTxt {
        text-align:center
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-equipment .p-search-solutions__btnWhite {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-equipment .p-search-solutions__btnWhite {
        margin-bottom:80px
    }
}

.p-products-equipment .p-search-result__ttl {
    margin-top: 25px
}

.p-products-pure-water .p-md-ttl__h1 {
    margin-bottom: 0
}

@media screen and (max-width: 959px) {
    .p-products-pure-water .p-md-anchor {
        margin-top:50px;
        gap: 25px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pure-water .p-products-boilers__pickup {
        margin-top:60px
    }
}

.p-products-pure-water .p-md-ttl__h5 {
    margin-top: 0
}

.p-products-pure-water .p-search-chemicals__label {
    margin-top: 20px
}

.p-products-pure-water .l-generalCat {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-pure-water .l-catalog {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pure-water .l-catalog {
        margin-top:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-pure-water .p-search-result__body {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pure-water .p-search-result__body {
        margin-top:60px
    }
}

.p-products-detail__2Col {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-products-detail__2Col {
        margin-top:80px;
        gap: 60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-detail__2Col {
        margin-top:50px;
        gap: 30px;
        flex-direction: column
    }
}

.p-products-detail__2Col .p-products-detail__right .p-md-ttl__h5 {
    font-weight: bold
}

.p-products-detail__box {
    border: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-products-detail__box {
        margin-top:50px;
        padding: 35px 50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-detail__box {
        margin-top:30px;
        padding: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-products-detail__box .p-md-list {
        margin-top:20px
    }
}

.p-products-detail__boxTtl {
    padding-left: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
    font-weight: bold;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-products-detail__boxTtl {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-detail__boxTtl {
        font-size:1.8rem
    }
}

.p-products-detail__boxTtl::before {
    content: "";
    width: 34px;
    height: 33px;
    position: absolute;
    background: url(/assets/img/common/icon_usage.svg) no-repeat center;
    background-size: contain;
    top: 0;
    left: 0
}

.p-products-checkList li {
    position: relative;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-products-checkList li {
        padding-left:47px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-checkList li {
        padding-left:40px;
        font-size: 1.6rem
    }
}

.p-products-checkList li:not(:first-child) {
    margin-top: 25px
}

.p-products-checkList li::before {
    content: "";
    background: url(/assets/img/common/icon_square_checked.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-checkList li::before {
        width:27px;
        height: 24px;
        top: 7px
    }
}

@media screen and (max-width: 959px) {
    .p-products-checkList li::before {
        width:25px;
        height: 22px;
        top: 5px
    }
}

.p-products-circleList {
    counter-reset: number 0
}

.p-products-circleList li {
    line-height: 1.6;
    font-weight: bold;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-products-circleList li {
        padding-left:56px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-circleList li {
        padding-left:40px;
        font-size: 2rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-circleList li:not(:first-child) {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-products-circleList li:not(:first-child) {
        margin-top:25px
    }
}

.p-products-circleList li::before {
    counter-increment: number 1;
    content: counter(number);
    border-radius: 50%;
    background-color: #0069c8;
    line-height: 1.6;
    color: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-circleList li::before {
        width:36px;
        height: 36px;
        padding-top: 2px;
        font-size: 1.9rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-circleList li::before {
        width:30px;
        height: 30px;
        padding-top: 1px;
        font-size: 1.7rem
    }
}

.p-products-circleList__txtSmall {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9
}

@media print,screen and (min-width: 960px) {
    .p-products-circleList__txtSmall {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-circleList__txtSmall {
        margin-top:5px
    }
}

.p-products-table__5Col table {
    width: 100%;
    border: 1px solid #ddd
}

.p-products-table__5Col table tr {
    border: 1px solid #ddd
}

.p-products-table__5Col table tr th {
    width: 20%;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #ddd;
    background-color: #f3f4f6;
    box-sizing: border-box
}

@media print,screen and (min-width: 960px) {
    .p-products-table__5Col table tr th {
        padding:20px 30px;
        font-size: 1.6rem;
        vertical-align: middle
    }
}

@media screen and (max-width: 959px) {
    .p-products-table__5Col table tr th {
        padding:12px 5px;
        font-size: 1.4rem
    }
}

.p-products-table__5Col table tr td {
    line-height: 1.6;
    border: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-products-table__5Col table tr td {
        padding:20px 30px;
        font-size: 1.6rem;
        vertical-align: middle
    }
}

@media screen and (max-width: 959px) {
    .p-products-table__5Col table tr td {
        padding:12px 6px;
        font-size: 1.4rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-serviceList .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-products-serviceList .p-search-solutions__inner {
        margin:0 15px;
        padding: 25px 15px 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-serviceList .p-search-solutions__check dl dt {
        width:155px;
        margin-top: 10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-serviceList .p-search-solutions__btnWhite {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-serviceList .p-search-solutions__btnWhite {
        margin-top:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend .p-search-solutions__inner {
        padding:30px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend .p-search-solutions__inner {
        margin:0 15px;
        padding: 25px 15px 30px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend .p-search-solutions__check dl dt {
        width:155px;
        margin-top: 10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend .p-search-solutions__btnWhite {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend .p-search-solutions__btnWhite {
        margin-top:80px
    }
}

.p-products-recommend-detail__inner {
    padding-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail__inner {
        padding-top:60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail__inner {
        padding-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail__main {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail__main {
        margin-bottom:87px
    }
}

.p-products-recommend-detail__main+.p-search-result {
    border-top: 1px solid #c1c1c1
}

.p-products-recommend-detail .p-md-ttl__h1 {
    margin-top: 0;
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail .p-md-ttl__h1 {
        font-size:3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-md-ttl__h1 {
        font-size:2.9rem
    }
}

.p-products-recommend-detail .p-md-lead__extraLarge {
    margin-top: 57px
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-md-lead__extraLarge {
        margin-top:47px
    }
}

.p-products-recommend-detail .p-products-boilers__lineup {
    padding-bottom: 80px
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-products-boilers__lineup {
        padding-bottom:70px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail .p-products-boilers__lineup .p-search-chemicals__list {
        margin-top:50px
    }
}

.p-products-recommend-detail .p-search-result__body {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail .p-search-result__body {
        padding-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-search-result__body {
        padding-top:65px
    }
}

.p-products-recommend-detail .p-search-result__list3Col {
    margin-top: 50px
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-search-result__list3Col {
        margin-top:54px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-recommend-detail .p-md-image+.p-md-txt {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail .p-md-image+.p-md-txt {
        margin-top:30px
    }
}

.p-products-recommend-detail_figure {
    margin-top: 60px
}

@media screen and (max-width: 959px) {
    .p-products-recommend-detail_figure {
        margin:40px -15px 0
    }
}

.p-products-recommend-detail_hr {
    height: 1px;
    background-color: #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers .p-md-anchor {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers .p-md-anchor {
        margin-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:35px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers .p-search-solutions__btnWhite {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers .p-search-solutions__btnWhite {
        margin-bottom:80px
    }
}

.p-products-boilers__pickup {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__pickup {
        padding:50px 0;
        margin-top: 100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__pickup {
        padding:30px 0 0;
        margin-top: 70px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__pickup .l-content {
        padding:0
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__pickup .p-md-ttl__pickup {
        padding:0 15px
    }
}

.p-products-boilers__detail figure {
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__detail figure {
        margin:50px auto 100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__detail figure {
        margin:30px auto 80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__videoWrap {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__videoWrap {
        padding-bottom:80px
    }
}

.p-products-boilers__video {
    display: block;
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__video {
        width:880px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__video {
        width:100%
    }
}

.p-products-boilers__video video {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__video .p-md-lead__semiLarge {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__video .p-md-lead__semiLarge {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__video+.p-products-boilers__video {
        margin-top:70px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__video+.p-products-boilers__video {
        margin-top:50px
    }
}

.p-products-boilers__lineup {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__lineup {
        padding:80px 0 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers__lineup {
        padding:60px 0 0
    }
}

.p-products-boilers__lineup .p-md-ttl__h2 {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers__lineup .p-search-chemicals__list {
        margin-top:40px
    }
}

.p-products-boilers__lineup+.p-products-boilers__lineup {
    padding-bottom: 80px
}

.p-products-pickup__wrap {
    margin-top: 30px
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__wrap {
        padding:10px 0 78px 10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__wrap {
        padding:10px 0 53px 0
    }
}

.p-products-pickup__item {
    position: relative;
    display: flex;
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__item {
        padding:30px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__item {
        width:calc(100% - 30px);
        padding: 25px 20px
    }
}

.p-products-pickup__item a:hover .p-products-pickup__itemTtl {
    color: #0069c8;
    text-decoration: underline;
    text-underline-offset: 4px
}

.p-products-pickup__item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__itemImg {
        width:240px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__itemImg {
        width:37.705%
    }
}

.p-products-pickup__itemImg figure {
    overflow: hidden
}

.p-products-pickup__itemImg img {
    transition: .3s ease
}

.p-products-pickup__itemTtl {
    font-weight: bold;
    line-height: 1.6;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__itemTtl {
        margin-top:20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__itemTtl {
        margin-top:5px;
        font-size: 1.7rem
    }
}

.p-products-pickup__itemRight {
    flex: 1;
    line-height: 1
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__itemRight {
        margin-left:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__itemRight {
        margin-left:15px
    }
}

.p-products-pickup__itemRight .p-search-result__label {
    margin-top: 0
}

@media screen and (max-width: 959px) {
    .p-products-pickup__itemRight .p-search-result__label {
        height:19px;
        font-size: 1rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__itemRight .p-search-result__txt {
        margin-top:10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__itemRight .p-search-result__txt {
        margin-top:5px;
        line-height: 1.6;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 67px
    }
}

.p-products-pickup__itemRelated {
    display: flex;
    align-items: center
}

.p-products-pickup__itemRelated .p-search-result__related {
    margin-right: 30px
}

.p-products-pickup__itemRelated .p-search-result__relatedLabel {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider {
        margin-left:-10px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider {
        padding:0 15px
    }
}

.p-products-pickup__slider .swiper-wrapper {
    box-sizing: border-box
}

.p-products-pickup__slider .swiper-button-wrap {
    position: absolute
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider .swiper-button-wrap {
        width:116px;
        height: 48px;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider .swiper-button-wrap {
        width:100vw;
        height: 56px;
        top: calc(50% - 28px);
        left: 0
    }
}

.p-products-pickup__slider .swiper-button-wrap .swiper-button-next,.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: url("/assets/img/common/icon_arrow_head_right_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    position: absolute;
    top: inherit;
    bottom: 0;
    transition: .4s cubic-bezier(0.18, -0.01, 0.3, 1)
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-next,.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
        width:48px;
        height: 48px
    }

    .p-products-pickup__slider .swiper-button-wrap .swiper-button-next:hover,.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev:hover {
        border-color: #0069c8;
        background-position: center right 14px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-next,.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
        width:56px;
        height: 56px
    }
}

.p-products-pickup__slider .swiper-button-wrap .swiper-button-next::after,.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev::after {
    font-size: 0
}

.p-products-pickup__slider .swiper-button-wrap .swiper-button-next {
    left: auto
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-next {
        right:0
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-next {
        background-position:top 50% right 32px;
        right: -28px
    }
}

.p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
    right: inherit;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
        left:0
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider .swiper-button-wrap .swiper-button-prev {
        background-position:top 50% left 15px;
        left: -28px
    }
}

.p-products-pickup__slider .swiper-pagination {
    position: absolute;
    top: inherit;
    background-color: #e3e3e3
}

@media print,screen and (min-width: 960px) {
    .p-products-pickup__slider .swiper-pagination {
        width:83.7%;
        left: 10px;
        bottom: 22px
    }
}

@media screen and (max-width: 959px) {
    .p-products-pickup__slider .swiper-pagination {
        background-color:rgba(0,0,0,0);
        left: 0;
        bottom: 20px
    }
}

.p-products-pickup__slider .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #0069c8
}

.p-products-pickup__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.p-products-pickup__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px)
}

.p-products-boilers-detail .p-md-ttl__h1 {
    margin-bottom: 0
}

.p-products-boilers-detail .p-search-chemicals__label {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-products-boilers-detail .p-md-table.-table__2ColLight {
        margin-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-products-boilers-detail .p-md-table.-table__2ColLight {
        margin-top:50px
    }
}

.p-products-boilers-detail .l-catalog {
    margin-top: 100px
}

@media screen and (max-width: 959px) {
    .p-products-boilers-detail .l-catalog {
        margin-top:80px
    }
}

.p-products-boilers-detail .p-search-result__body {
    margin-top: 84px
}

@media screen and (max-width: 959px) {
    .p-products-boilers-detail .p-search-result__body {
        margin-top:64px
    }
}

.p-products-boilers-detail .p-search-result__list3Col {
    margin-top: 66px
}

@media screen and (max-width: 959px) {
    .p-products-boilers-detail .p-search-result__list3Col {
        margin-top:55px
    }
}

.p-products-boilers-detail .p-search-solutions__btnWhite {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-request .l-content {
        width:950px;
        margin: 0 auto 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request .p-md-ttl__h1 {
        margin-bottom:60px
    }
}

.p-products-request__lead {
    font-weight: bold;
    font-size: 1.8rem
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form {
        padding:0 40px
    }
}

.p-products-request__form form dt {
    font-weight: 500
}

.p-products-request__form form .p-products-request__applicationAgree input[type=checkbox] {
    position: absolute
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form .p-products-request__applicationAgree input[type=checkbox] {
        left:127px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form .p-products-request__applicationAgree input[type=checkbox] {
        left:112px
    }
}

.p-products-request__form form .p-products-request__applicationAgree input[type=checkbox]+label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #222;
    align-items: center;
    font-weight: 500;
    margin-left: 30px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form .p-products-request__applicationAgree input[type=checkbox]+label {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form .p-products-request__applicationAgree input[type=checkbox]+label {
        font-size:1.7rem
    }
}

.p-products-request__form form .p-products-request__postBlock input[type=text] {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form .p-products-request__postBlock input[type=text] {
        width:150px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form .p-products-request__postBlock input[type=text] {
        width:120px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form button+.input-note {
        margin-top:-5px
    }
}

.p-products-request__form .input-note {
    width: 100%
}

.p-products-request__form .input-note.error {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #dc0909;
    line-height: 1.3;
    position: relative
}

.p-products-request__form .input-note.error::before {
    content: "";
    display: block;
    width: 20px;
    height: 31px;
    background: url(/assets/img/common/icon_circle_exclamation.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
}

.p-products-request__form .input-note#checkCount.error {
    display: none
}

.p-products-request__formInner {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formInner {
        margin:60px auto 100px;
        padding: 70px 60px;
        width: 880px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formInner {
        margin-top:50px;
        margin-bottom: 80px;
        padding: 60px 15px
    }
}

.p-products-request__formInner .p-md-ttl__h3 {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formInner .p-md-ttl__h3 {
        margin-top:50px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formInner .p-md-ttl__h3 {
        margin-top:40px;
        font-size: 2rem
    }
}

.p-products-request__formInner .p-md-accord {
    margin-top: 0;
    border-top: none;
    padding: 15px 0 15px 10px
}

.p-products-request__formInner .p-md-accord::after {
    width: 18px;
    height: 10px;
    top: 25px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formInner .p-md-accord__target {
        margin-top:20px
    }
}

.p-products-request__formInner .p-md-accord__trigger {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formInner .p-md-accord__trigger {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formInner .p-md-accord__trigger {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formInner form input[type=text] {
        width:600px
    }
}

.p-products-request__formInner form input[name=catalog]+label {
    font-weight: 400
}

.p-products-request__formInner form input[type=checkbox]:checked::before {
    background-color: #fff;
    border-color: #0069c8
}

.p-products-request__formInner form input[type=checkbox]:checked::after {
    border-color: #0069c8
}

.p-products-request__formInner form input[type=checkbox]:checked+label {
    color: #0069c8
}

.p-products-request__formInner form input[type=checkbox]:disabled {
    opacity: .3
}

.p-products-request__formTtl {
    text-align: center;
    font-weight: bold;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formTtl {
        font-size:3rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formTtl {
        font-size:2.6rem
    }
}

.p-products-request__formStep {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formStep {
        margin:50px auto
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formStep {
        margin:40px auto
    }
}

.p-products-request__formStep li {
    width: 140px;
    position: relative
}

.p-products-request__formStep li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    right: 0;
    z-index: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formStep li:not(:last-child)::after {
        top:23px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formStep li:not(:last-child)::after {
        top:18px
    }
}

.p-products-request__formStep li.is-active .p-products-request__formStepNo {
    background-color: #0069c8
}

.p-products-request__formStep li.is-active .p-products-request__formStepTxt {
    color: #222
}

.p-products-request__formStepNo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formStepNo {
        width:50px;
        height: 50px;
        font-size: 2.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formStepNo {
        width:36px;
        height: 36px;
        font-size: 2rem
    }
}

.p-products-request__formStepTxt {
    margin-top: 15px;
    text-align: center;
    line-height: 1.3;
    color: #666
}

@media print,screen and (min-width: 960px) {
    .p-products-request__formStepTxt {
        font-size:1.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__formStepTxt {
        font-size:1rem
    }
}

.p-products-request__checkList:last-child {
    margin-bottom: 5px
}

.p-products-request__checkList li {
    margin-top: 20px;
    display: flex;
    align-items: flex-start
}

@media print,screen and (min-width: 960px) {
    .p-products-request__checkList+.p-products-request__checkListSubTtl {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__checkList+.p-products-request__checkListSubTtl {
        margin-top:35px
    }
}

.p-products-request__checkList4Col {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-products-request__checkList4Col li {
        width:25%
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__checkList4Col li {
        width:50%
    }
}

.p-products-request__checkListResp {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-products-request__checkListResp {
        gap:0 45px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__checkListResp {
        gap:0 35px
    }
}

.p-products-request__checkListResp label {
    font-weight: 400
}

.p-products-request__checkListSubTtl {
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-products-request__checkListSubTtl {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__checkListSubTtl {
        font-size:1.4rem
    }
}

.p-products-request__applicationPrivacy {
    border: 1px solid #c1c1c1;
    margin-top: 50px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy {
        padding:40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationPrivacy {
        padding:30px 20px
    }
}

.p-products-request__applicationPrivacy h5 {
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy h5 {
        font-size:2.2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationPrivacy h5 {
        font-size:2rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy h5+p {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationPrivacy h5+p {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy p {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationPrivacy p {
        font-size:1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy p+p {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationPrivacy p+p {
        margin-top:15px
    }
}

.p-products-request__applicationPrivacy a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationPrivacy a:hover {
        color:#0069c8;
        text-decoration: none
    }
}

.p-products-request__applicationPrivacy a[target=_blank] {
    position: relative
}

.p-products-request__applicationPrivacy a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_gray.svg) no-repeat center;
    background-size: 100%;
    position: relative;
    bottom: 0;
    right: 0
}

.p-products-request__select {
    width: 220px;
    position: relative;
    margin-top: 10px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__select.input-small {
        width:300px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__select.input-small {
        width:100%;
        max-width: 345px
    }
}

.p-products-request__select select {
    width: 220px;
    line-height: 1.3;
    background-color: rgba(0,0,0,0);
    border: 1px solid #aaa;
    border-radius: 4px
}

@media screen and (max-width: 959px) {
    .p-products-request__select select {
        margin-top:15px
    }
}

.p-products-request__select::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

@media screen and (max-width: 959px) {
    .p-products-request__select::after {
        top:34px
    }
}

.p-products-request__select::before {
    content: "";
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 959px) {
    .p-products-request__select::before {
        top:15px
    }
}

.p-products-request__postBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px
}

@media screen and (max-width: 959px) {
    .p-products-request__postBlock {
        row-gap:15px
    }
}

.p-products-request__postBlock>input[type=text] {
    margin-left: 10px
}

.p-products-request__postBlock>input[type=text]:first-child {
    margin-left: 0;
    margin-right: 10px
}

.p-products-request__postBlock>input[type=text]:nth-child(2) {
    margin-right: 25px
}

.p-products-request__postBlock button {
    width: 200px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
    border-radius: 24px
}

@media screen and (max-width: 959px) {
    .p-products-request__postBlock button+.input-note {
        margin-top:-5px
    }
}

.p-products-request__radioBlock {
    margin-top: 15px;
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-products-request__radioBlock {
        gap:60px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__radioBlock {
        gap:40px
    }
}

.p-products-request__radioBlock>div {
    display: flex;
    align-items: center
}

.p-products-request__btn {
    height: 60px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__btn {
        width:340px;
        margin: 50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__btn {
        width:100%;
        max-width: 345px;
        margin: 30px auto 0
    }
}

.p-products-request__btn input:disabled {
    opacity: .7;
    pointer-events: none
}

.p-products-request__btn input[type=button],.p-products-request__btn input[type=submit],.p-products-request__btn a {
    width: 100%;
    height: 100%;
    padding: 15px 20px 18px;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-request__btn input[type=button],.p-products-request__btn input[type=submit],.p-products-request__btn a {
        font-size:1.6rem;
        cursor: pointer
    }

    .p-products-request__btn input[type=button]:hover,.p-products-request__btn input[type=submit]:hover,.p-products-request__btn a:hover {
        background-color: #fff;
        color: #222
    }

    .p-products-request__btn input[type=button]:hover[target=_blank]::after,.p-products-request__btn input[type=submit]:hover[target=_blank]::after,.p-products-request__btn a:hover[target=_blank]::after {
        background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__btn input[type=button],.p-products-request__btn input[type=submit],.p-products-request__btn a {
        font-size:1.5rem
    }
}

.p-products-request__btn input[type=button][target=_blank]::after,.p-products-request__btn input[type=submit][target=_blank]::after,.p-products-request__btn a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

.p-products-request__btnBack {
    height: 48px;
    background-color: #fff;
    border-radius: 24px
}

@media print,screen and (min-width: 960px) {
    .p-products-request__btnBack {
        margin:40px auto 0;
        width: 200px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__btnBack {
        margin:30px auto 0;
        width: 205px
    }
}

.p-products-request__btnBack input[type=button] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #222;
    font-size: 1.5rem;
    cursor: pointer;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-request__btnBack input[type=button]:hover {
        color:#fff;
        background-color: #222
    }
}

.p-products-request__applicationAgree {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-products-request__applicationAgree {
        margin:30px auto 0;
        width: 340px;
        height: 53px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__applicationAgree {
        margin:20px auto 0;
        width: 305px;
        height: 52px
    }
}

.p-products-request__showPw {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.p-products-request .p-md-btn input[type=button],.p-products-request .p-md-btn input[type=submit] {
    width: 100%;
    height: 100%;
    padding: 15px 20px 18px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 28px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-request .p-md-btn input[type=button],.p-products-request .p-md-btn input[type=submit] {
        font-size:1.6rem
    }

    .p-products-request .p-md-btn input[type=button]:hover,.p-products-request .p-md-btn input[type=submit]:hover {
        background-color: #111;
        color: #fff
    }

    .p-products-request .p-md-btn input[type=button]:hover[target=_blank]::after,.p-products-request .p-md-btn input[type=submit]:hover[target=_blank]::after {
        background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-products-request .p-md-btn input[type=button],.p-products-request .p-md-btn input[type=submit] {
        font-size:1.5rem
    }
}

.p-products-request .p-md-btn input[type=button][target=_blank]::after,.p-products-request .p-md-btn input[type=submit][target=_blank]::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(/assets/img/common/icon_blank_black.svg) no-repeat center;
    background-size: contain;
    position: relative;
    bottom: 0;
    right: 0;
    transition: .3s ease
}

.p-products-request__confirm dd p {
    margin-top: 10px
}

.p-products-request__form form .required {
    color: #d11313;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form .required {
        font-size:2rem
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form .required {
        font-size:1.8rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form p+p {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form p+p {
        margin-top:25px
    }
}

.p-products-request__form form .input-note {
    margin-top: 10px;
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6
}

.p-products-request__form form .error-txt {
    padding: 9px 15px;
    color: #dc0909;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    background-color: #ffe1e1;
    border: 2px solid #dc0909;
    border-radius: 4px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.p-products-request__form form .error-txt::before {
    content: "";
    border-right: 7px solid rgba(0,0,0,0);
    border-bottom: 12px solid #dc0909;
    border-left: 7px solid rgba(0,0,0,0);
    position: absolute;
    top: -13px;
    left: 12px;
    z-index: -1
}

.p-products-request__form form .error-txt::after {
    content: "";
    border-right: 7px solid rgba(0,0,0,0);
    border-bottom: 12px solid #ffe1e1;
    border-left: 7px solid rgba(0,0,0,0);
    position: absolute;
    top: -9px;
    left: 12px;
    z-index: 0
}

.p-products-request__form form .u-txt__notice {
    color: #dc0909
}

.p-products-request__form form input[type=text],.p-products-request__form form input[type=tel],.p-products-request__form form input[type=password],.p-products-request__form form input[type=email] {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1.5rem
}

.p-products-request__form form input[type=text]::-webkit-input-placeholder, .p-products-request__form form input[type=tel]::-webkit-input-placeholder, .p-products-request__form form input[type=password]::-webkit-input-placeholder, .p-products-request__form form input[type=email]::-webkit-input-placeholder {
    color: #999
}

.p-products-request__form form input[type=text]::-moz-placeholder, .p-products-request__form form input[type=tel]::-moz-placeholder, .p-products-request__form form input[type=password]::-moz-placeholder, .p-products-request__form form input[type=email]::-moz-placeholder {
    color: #999
}

.p-products-request__form form input[type=text]:-ms-input-placeholder, .p-products-request__form form input[type=tel]:-ms-input-placeholder, .p-products-request__form form input[type=password]:-ms-input-placeholder, .p-products-request__form form input[type=email]:-ms-input-placeholder {
    color: #999
}

.p-products-request__form form input[type=text]::placeholder,.p-products-request__form form input[type=tel]::placeholder,.p-products-request__form form input[type=password]::placeholder,.p-products-request__form form input[type=email]::placeholder {
    color: #999
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form input[type=text].input-small,.p-products-request__form form input[type=tel].input-small,.p-products-request__form form input[type=password].input-small,.p-products-request__form form input[type=email].input-small {
        width:300px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form input[type=text].input-width600,.p-products-request__form form input[type=tel].input-width600,.p-products-request__form form input[type=password].input-width600,.p-products-request__form form input[type=email].input-width600 {
        width:600px
    }
}

.p-products-request__form form input[type=checkbox] {
    position: relative;
    margin: 0 10px 0 0
}

.p-products-request__form form input[type=checkbox]::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 2px solid #aaa;
    background-color: #fff;
    border-radius: 4px
}

.p-products-request__form form input[type=checkbox]::after {
    content: "";
    display: block;
    height: 6px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 4px;
    opacity: 0
}

.p-products-request__form form input[type=checkbox]:checked::before {
    border-color: #0069c8
}

.p-products-request__form form input[type=checkbox]:checked::after {
    opacity: 1
}

.p-products-request__form form input[type=checkbox]+label {
    font-weight: 500;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form input[type=checkbox]+label {
        font-size:1.5rem;
        cursor: pointer
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form input[type=checkbox]+label {
        font-size:1.4rem
    }
}

.p-products-request__form form input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 2px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease;
    cursor: pointer
}

.p-products-request__form form input[type=radio]:checked {
    border-color: #0069c8;
    position: relative
}

.p-products-request__form form input[type=radio]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0069c8;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.p-products-request__form form input[type=radio]+label {
    font-weight: 500;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form input[type=radio]+label {
        font-size:1.5rem;
        cursor: pointer
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form input[type=radio]+label {
        font-size:1.4rem
    }
}

.p-products-request__form form textarea {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.p-products-request__form form select {
    width: 100%;
    padding: 12px 25px 13px 15px;
    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.p-products-request__form form input[type=submit],.p-products-request__form form button[type=submit] {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #111;
    border: 1px solid #111;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form input[type=submit],.p-products-request__form form button[type=submit] {
        font-size:1.8rem
    }

    .p-products-request__form form input[type=submit]:hover,.p-products-request__form form button[type=submit]:hover {
        color: #222;
        background-color: #fff
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form input[type=submit],.p-products-request__form form button[type=submit] {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-request__form form dl {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-request__form form dl {
        margin-top:30px
    }
}

.p-products-request__form form dl dt {
    line-height: 1.6
}

.p-products-request__form form dl dd {
    line-height: 1;
    position: relative
}

.p-products-request__form form textarea {
    font-size: 1.6rem;
    line-height: 1.9
}

@media screen and (max-width: 959px) {
    .p-products-request__form form textarea {
        height:200px
    }
}

.p-movie-product-introduction_noresult {
    margin-top: 69px
}

@media screen and (max-width: 959px) {
    .p-movie-product-introduction_noresult {
        margin-top:47px
    }
}

@media print,screen and (min-width: 960px) {
    .p-movie-product-introduction-detail .p-events-detail__tagWrap {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-movie-product-introduction-detail .p-events-detail__tagWrap {
        margin-top:40px
    }
}

@media screen and (max-width: 959px) {
    .p-movie-product-introduction-detail .p-search-result__body {
        margin-top:50px
    }
}

.p-movie-product-introduction-detail_text {
    margin-top: 33px
}

@media screen and (max-width: 959px) {
    .p-movie-product-introduction-detail_text {
        margin-top:27px
    }
}

.p-products-manuals_lock {
    margin-top: 57px
}

@media screen and (max-width: 959px) {
    .p-products-manuals_lock {
        margin-top:48px
    }
}

.p-products-manuals .p-md-link__txtLink {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-products-manuals .p-md-link__txtLink+.p-md-link__txtLink {
        margin-top:15px
    }
}

@media screen and (max-width: 959px) {
    .p-products-manuals .p-md-link__txtLink+.p-md-link__txtLink {
        margin-top:10px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation {
        margin-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-simulation {
        margin-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-products-simulation .p-md-ttl__h2+.p-md-ttl__h3 {
        margin-top:35px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation__img {
        margin:50px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-products-simulation__img {
        margin:30px auto 0
    }
}

.p-products-simulation__img img {
    display: block;
    margin: 0 auto
}

.p-products-simulation__img.u-img__mw1100 {
    max-width: 1100px
}

.p-products-simulation__img.u-img__mw750 {
    max-width: 750px
}

.p-products-simulation__img.u-img__mw880 {
    max-width: 880px
}

.p-products-simulation__img.u-img__mw560 {
    max-width: 560px
}

.p-products-simulation__img.u-img__mw433 {
    max-width: 433px
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation .p-md-ttl__h3 {
        margin-top:70px
    }
}

@media screen and (max-width: 959px) {
    .p-products-simulation .p-md-ttl__h3 {
        margin-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation .p-md-ttl__h3+.p-products-simulation__img {
        margin-top:40px
    }
}

@media print,screen and (min-width: 960px) {
    .p-products-simulation__note {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-products-simulation__note {
        margin-top:80px
    }
}

.p-products-btnBlock {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-products-btnBlock {
        margin-top:50px;
        padding: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-btnBlock {
        margin-top:40px;
        padding: 35px 20px
    }
}

.p-products-btnBlock::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0069c8;
    opacity: .1;
    left: 0;
    top: 0;
    z-index: -1
}

.p-products-btnBlock__item {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-products-btnBlock__item {
        align-items:center;
        justify-content: space-between
    }
}

@media screen and (max-width: 959px) {
    .p-products-btnBlock__item {
        flex-direction:column
    }
}

.p-products-btnBlock__item+.p-products-btnBlock__item {
    border-top: 1px solid #c1c1c1
}

@media print,screen and (min-width: 960px) {
    .p-products-btnBlock__item+.p-products-btnBlock__item {
        padding-top:40px;
        margin-top: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-btnBlock__item+.p-products-btnBlock__item {
        padding-top:35px;
        margin-top: 35px
    }
}

.p-products-btnBlock__item .p-md-txt {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-products-btnBlock__item .p-md-btn {
        margin-top:0;
        margin-left: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-btnBlock__item .p-md-btn {
        margin-top:25px
    }
}

.p-products-btnBlock__item .p-md-btn.p-md-btn__black a {
    color: #fff;
    background-color: #222
}

.p-products-btnBlock__item .p-md-btn.p-md-btn__black a::after {
    background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
}

.p-products-btnBg {
    position: relative;
    display: flex;
    justify-content: center
}

@media print,screen and (min-width: 960px) {
    .p-products-btnBg {
        margin-top:80px;
        margin-bottom: 80px;
        padding: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-products-btnBg {
        margin-top:60px;
        margin-bottom: 60px;
        padding: 35px 0
    }
}

.p-products-btnBg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0069c8;
    opacity: .1;
    left: 0;
    top: 0;
    z-index: -1
}

.p-products-btnBg .p-md-btn {
    margin: 0
}

@media screen and (max-width: 959px) {
    .p-products-btnBg .p-md-btn {
        max-width:305px
    }
}

.p-products-btnBg .p-md-btn.p-md-btn__black a {
    color: #fff;
    background-color: #222
}

.p-products-btnBg .p-md-btn.p-md-btn__black a::after {
    background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
}

.p-supports-catch {
    margin-top: 80px
}

@media screen and (max-width: 959px) {
    .p-supports-catch {
        margin-top:60px
    }
}

.p-supports-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding: 40px;
    background-color: #e5f0f9
}

.p-supports-contact.opt_bg-gray {
    background-color: #f3f4f6
}

.p-supports-contact.opt_noflex {
    display: block
}

.p-supports-contact.opt_mt60-50 {
    margin-top: 60px
}

.p-supports-contact.opt_mb100-80 {
    margin-bottom: 100px
}

.p-supports-contact+.p-supports-contact {
    margin-top: 30px
}

@media screen and (max-width: 959px) {
    .p-supports-contact {
        display:block;
        margin-top: 40px;
        padding: 35px 20px
    }

    .p-supports-contact.opt_mt60-50 {
        margin-top: 50px
    }

    .p-supports-contact.opt_mb100-80 {
        margin-bottom: 80px
    }

    .p-supports-contact+.p-supports-contact {
        margin-top: 20px
    }
}

.p-supports-contact-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 959px) {
    .p-supports-contact-inner {
        display:block
    }
}

.p-supports-contact-catch {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: bold
}

@media screen and (max-width: 959px) {
    .p-supports-contact-catch {
        font-size:2.1rem
    }
}

.p-supports-contact-text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.9
}

@media screen and (max-width: 959px) {
    .p-supports-contact-text {
        margin-top:15px;
        font-size: 1.5rem
    }
}

.p-supports-contact-btn {
    margin: 0 0 0 40px
}

.p-supports-contact-btn a {
    color: #fff;
    background-color: #111
}

.p-supports-contact-btn:hover a {
    color: #222;
    background-color: #fff
}

.p-supports-contact-btn.opt_btn-sub a {
    color: #111;
    background-color: #fff
}

.p-supports-contact-btn.opt_btn-sub a:hover {
    color: #fff;
    background-color: #111
}

@media screen and (max-width: 959px) {
    .p-supports-contact-btn {
        margin:25px 0 0 0
    }
}

.p-supports-linklist {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 45px
}

.p-supports-linklist>li {
    width: calc(33.3333333333% - 30px)
}

.p-supports-linklist>li>a {
    display: block;
    height: 100%;
    padding: 40px 30px 30px;
    background-color: #fff
}

@media screen and (max-width: 959px) {
    .p-supports-linklist {
        display:block
    }

    .p-supports-linklist>li {
        width: 100%;
        margin-top: 15px
    }

    .p-supports-linklist>li>a {
        position: relative;
        padding: 25px 25px 25px 105px
    }
}

.p-supports-linklist-icon {
    display: block;
    width: 60px;
    margin: 0 auto;
    transition: all .3s ease
}

.p-supports-linklist>li>a:hover .p-supports-linklist-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (max-width: 959px) {
    .p-supports-linklist-icon {
        position:absolute;
        top: 20px;
        left: 25px;
        width: 56px
    }
}

.p-supports-linklist-catch {
    margin-top: 27px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 959px) {
    .p-supports-linklist-catch {
        margin-top:0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: left
    }
}

.p-supports-linklist>li>a:hover .p-supports-linklist-catch {
    color: #0069c8;
    text-decoration: underline;
    text-underline-offset: 4px
}

.p-supports-linklist-text {
    margin-top: 23px;
    font-size: 1.6rem;
    line-height: 1.9;
    font-weight: 400;
    text-align: left
}

@media screen and (max-width: 959px) {
    .p-supports-linklist-text {
        margin-top:15px;
        font-size: 1.5rem;
        line-height: 1.6
    }
}

@media screen and (max-width: 959px) {
    .p-md-list__note {
        margin-top:15px
    }
}

.p-md-list__note li {
    transition: all .3s ease
}

.p-supports-icon-blank {
    display: inline-table;
    width: 11px;
    height: 11px;
    margin: 3px 6px 0;
    font-size: 0;
    background: url(/assets/img/common/icon_blank_black.svg) center center no-repeat
}

.p-supports-note {
    margin-top: 104px
}

@media screen and (max-width: 959px) {
    .p-supports-note {
        margin:84px 0 32px
    }
}

.p-supports-contact-anchortitle {
    margin-top: 40px
}

@media screen and (max-width: 959px) {
    .p-supports-contact-anchortitle {
        margin-top:30px
    }
}

.p-supports-contact-anchor {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-supports-contact-anchor {
        display:flex;
        gap: 20px 40px
    }
}

@media screen and (max-width: 959px) {
    .p-supports-contact-anchor {
        margin-top:15px;
        gap: 15px 0
    }

    .p-supports-contact-anchor li a {
        font-size: 1.5rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-supports-contact-anchor li.p-md-link__txtLink {
        margin-top:0
    }

    .p-supports-contact-anchor li.p-md-link__txtLink+.p-md-link__txtLink {
        margin-top: 0
    }
}

.p-supports-contact-anchor li a {
    font-size: 1.6rem;
    font-weight: 400
}

@media screen and (max-width: 959px) {
    .p-supports-contact-anchor .p-md-link__txtLink {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login .p-products-request__form .p-products-request__btn {
        margin:30px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-login .p-products-request__form .p-products-request__btn {
        margin:25px auto 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-login .p-products-request__formTtl+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-login .p-products-request__formTtl+.p-md-txt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0
    }
}

.p-login .p-md-btn input {
    width: 100%;
    height: 100%;
    padding: 19px 20px 19px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 28px;
    box-sizing: border-box;
    color: #222;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-login .p-md-btn input {
        font-size:1.6rem
    }

    .p-login .p-md-btn input:hover {
        background-color: #111;
        color: #fff
    }

    .p-login .p-md-btn input:hover[target=_blank]::after {
        background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-login .p-md-btn input {
        font-size:1.5rem
    }
}

.p-login .p-login-forget__input {
    margin-top: 30px
}

.p-login__2col {
    display: flex;
    gap: 30px 40px
}

@media print,screen and (min-width: 960px) {
    .p-login__2col {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-login__2col {
        flex-direction:column;
        margin-top: 40px
    }
}

.p-login__member {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-login__member {
        width:calc(50% - 20px);
        padding: 40px 0 35px
    }
}

@media screen and (max-width: 959px) {
    .p-login__member {
        width:calc(100% + 30px);
        margin-left: -15px;
        padding: 40px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__member .p-products-request__formTtl {
        font-size:2.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-login__member .p-products-request__formTtl {
        font-size:2.3rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__member .p-login-change__input {
        width:80%;
        max-width: 380px;
        margin-left: 18%
    }
}

.p-login__member .p-login-change__input dd {
    width: 100%
}

@media print,screen and (min-width: 960px) {
    .p-login__member .p-login-change__input dd input[type=text],.p-login__member .p-login-change__input dd input[type=password] {
        width:100%;
        max-width: 380px
    }
}

.p-login__new {
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-login__new {
        width:calc(50% - 20px);
        padding: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-login__new {
        width:calc(100% + 30px);
        margin-left: -15px;
        padding: 40px 15px
    }
}

.p-login__new::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0069c8;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media print,screen and (min-width: 960px) {
    .p-login__new .p-products-request__form {
        padding:0
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__new .p-products-request__formTtl {
        font-size:2.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-login__new .p-products-request__formTtl {
        font-size:2.3rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__new .p-md-txt {
        text-align:center
    }
}

.p-login__new .p-products-checkList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media print,screen and (min-width: 960px) {
    .p-login__new .p-products-checkList {
        margin:22px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-login__new .p-products-checkList {
        margin:20px auto 0
    }
}

.p-login__new .p-products-checkList li:not(:first-child) {
    margin-top: 15px
}

@media print,screen and (min-width: 960px) {
    .p-login__forget {
        padding-top:80px
    }
}

@media screen and (max-width: 959px) {
    .p-login__forget {
        padding-top:60px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__forget .p-products-request__formTtl {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-login__forget .p-products-request__formTtl {
        font-size:2.1rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-login__forget .p-md-txt {
        text-align:center
    }
}

.p-login-regist {
    padding-top: 1px
}

.p-login-regist .p-products-request__formStep {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-login-regist .p-products-request__btn input {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-login-regist .p-products-request__btn input {
        font-size:1.7rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-forget {
        margin-top:210px
    }
}

@media screen and (max-width: 959px) {
    .p-login-forget {
        margin-top:140px
    }
}

.p-login-forget figure {
    width: 224px;
    margin: 0 auto
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__form .p-products-request__btn {
        margin:30px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-products-request__form .p-products-request__btn {
        margin-top:25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__form dl {
        margin-top:35px
    }

    .p-login-change .p-products-request__form dl+.p-login-change__input {
        margin-top: 25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__form dl.p-login-forget__input {
        margin-top:30px
    }
}

.p-login-change .p-products-request__formInner {
    margin-bottom: 0
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__formInner {
        width:100%;
        max-width: 1200px;
        margin-top: 50px;
        padding: 40px 60px 35px
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-products-request__formInner {
        padding:40px 15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__formTtl {
        font-size:2.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-products-request__formTtl {
        font-size:2.3rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-products-request__formTtl+.p-md-txt {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-products-request__formTtl+.p-md-txt {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 20px auto 0
    }
}

.p-login-change .p-md-btn input {
    width: 100%;
    height: 100%;
    padding: 19px 20px 19px;
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 28px;
    box-sizing: border-box;
    color: #222;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-login-change .p-md-btn input {
        font-size:1.6rem
    }

    .p-login-change .p-md-btn input:hover {
        background-color: #111;
        color: #fff
    }

    .p-login-change .p-md-btn input:hover[target=_blank]::after {
        background: url(/assets/img/common/icon_blank_white.svg) no-repeat center
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-md-btn input {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-login-change .p-home-registration .p-home-registration__item:last-child {
        padding-bottom:0
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change__wrap {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-login-change__wrap {
        padding-bottom:80px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change__input {
        display:flex;
        width: 400px;
        margin: 35px auto 0;
        position: relative;
        justify-content: center
    }

    .p-login-change__input+.p-login-change__input {
        margin-top: 25px
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change__input dt {
        padding-right:15px;
        position: absolute;
        top: 8px;
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media print,screen and (min-width: 960px) {
    .p-login-change__input dd input[type=text],.p-login-change__input dd input[type=password] {
        width:400px;
        margin-top: 0
    }
}

.p-login-change__forget {
    margin: 25px auto 0;
    text-align: center
}

.p-login-change__forget a {
    display: inline-block;
    padding-left: 24px;
    line-height: 1.3;
    text-align: center;
    position: relative;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-login-change__forget a {
        font-size:1.6rem
    }

    .p-login-change__forget a:hover {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .p-login-change__forget a {
        font-size:1.5rem
    }
}

.p-login-change__forget a::before {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: contain
}

.p-search-home .p-search-result__inner {
    padding-bottom: 0
}

@media screen and (max-width: 959px) {
    .p-search-home .p-search-result__hit {
        margin-left:0
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-home__search {
        max-width:1200px;
        margin: 0 auto;
        padding: 40px 0
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__search {
        padding:30px 0
    }
}

.p-search-home__search dl {
    display: flex
}

@media screen and (max-width: 959px) {
    .p-search-home__search dl {
        flex-direction:column
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-home__search dl+dl {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__search dl+dl {
        margin-top:25px
    }
}

.p-search-home__search dl dt {
    width: 130px;
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-home__search dl dt {
        font-size:1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__search dl dt {
        font-size:1.6rem
    }
}

.p-search-home__search dl dd {
    flex: 1
}

.p-search-home__searchWrap.is-expanded .p-search-home__detail::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print,screen and (min-width: 960px) {
    .p-search-home__keyword dl {
        align-items:center
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__keyword dl {
        flex-direction:column
    }
}

.p-search-home__keyword dl dd {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-search-home__keyword dl dd {
        width:calc(100% - 130px)
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__keyword dl dd {
        flex-wrap:wrap;
        width: 100%
    }
}

.p-search-home__keyword dl dd input::-webkit-input-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__keyword dl dd input::-moz-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__keyword dl dd input:-ms-input-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__keyword dl dd input::placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__input {
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #222;
    font-weight: 500
}

@media print,screen and (min-width: 960px) {
    .p-search-home__input {
        width:calc(100% - 120px);
        padding: 11px 15px;
        font-size: 2rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__input {
        width:100%;
        margin-top: 15px;
        padding: 10px 15px;
        font-size: 1.8rem
    }
}

.p-search-home__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-search-home__detail {
        margin-left:28px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__detail {
        margin:15px auto 0
    }
}

.p-search-home__detail::after {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 8px;
    background: url(/assets/img/common/icon_downarrow_blue.svg) no-repeat center;
    background-size: 100%;
    transition: .3s ease;
    z-index: 0
}

.p-search-home__detail input {
    position: relative;
    padding-right: 28px;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-search-home__detail input {
        font-size:1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__detail input {
        font-size:1.5rem
    }
}

.p-search-home__radio {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 960px) {
    .p-search-home__radio {
        margin-top:5px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__radio {
        margin-top:20px
    }
}

.p-search-home__radio input[type=radio] {
    width: 18px;
    height: 18px;
    margin: 0 8px 0 0;
    border: 2px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s ease;
    cursor: pointer
}

.p-search-home__radio input[type=radio]:checked {
    border-color: #0069c8;
    position: relative
}

.p-search-home__radio input[type=radio]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0069c8;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.p-search-home__radio input[type=radio]:checked+label {
    color: #0069c8
}

.p-search-home__radio label {
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease;
    cursor: pointer
}

@media print,screen and (min-width: 960px) {
    .p-search-home__radio label {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__radio label {
        font-size:1.4rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-home__range {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__range {
        margin-top:25px
    }
}

.p-search-home__range dl {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-home__range dl dd {
        flex:1
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-home__checkList {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__checkList {
        margin-top:25px
    }
}

.p-search-home__checkList li {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-home__checkList li:hover input[type=checkbox]::before {
        border-color:#0069c8
    }

    .p-search-home__checkList li:hover input[type=checkbox]+label {
        color: #0069c8
    }
}

.p-search-home__checkList input[type=checkbox] {
    position: relative;
    margin: 0 10px 0 0;
    transition: .3s ease
}

.p-search-home__checkList input[type=checkbox]::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 2px solid #aaa;
    background-color: #fff;
    border-radius: 4px
}

.p-search-home__checkList input[type=checkbox]::after {
    content: "";
    display: block;
    height: 6px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 4px;
    opacity: 0
}

.p-search-home__checkList input[type=checkbox]:checked::before {
    background-color: #0069c8;
    border-color: #0069c8
}

.p-search-home__checkList input[type=checkbox]:checked::after {
    opacity: 1
}

.p-search-home__checkList input[type=checkbox]+label {
    font-weight: 500;
    line-height: 1.3;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-home__checkList input[type=checkbox]+label {
        font-size:1.5rem;
        cursor: pointer
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__checkList input[type=checkbox]+label {
        font-size:1.4rem
    }
}

.p-search-home__checkNote {
    width: 100%;
    display: table;
    margin-top: 10px;
    margin-left: 28px;
    line-height: 1.3;
    display: flex
}

.p-search-home__checkNote span {
    color: #666
}

.p-search-home__checkNote span:first-child {
    min-width: 87px;
    margin-top: 1px;
    font-size: 1.2rem;
    position: relative
}

.p-search-home__checkNote span:first-child::after {
    content: "：";
    margin-left: 5px;
    margin-right: 5px
}

.p-search-home__checkNote span:nth-child(2) {
    font-size: 1.4rem;
    display: block;
    flex: 1;
    word-break: auto-phrase
}

.p-search-home__btn {
    margin: 0 auto;
    height: 60px
}

@media print,screen and (min-width: 960px) {
    .p-search-home__btn {
        width:220px;
        margin-top: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__btn {
        width:100%;
        max-width: 345px;
        margin-top: 30px
    }
}

.p-search-home__btn input[type=submit] {
    width: 100%;
    height: 100%;
    background-color: #111;
    border: 1px solid #111;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-search-home__btn input[type=submit] {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__btn input[type=submit] {
        font-size:1.7rem
    }
}

.p-search-home__btn input[type=submit]:hover {
    background-color: #fff;
    color: #222
}

@media print,screen and (min-width: 960px) {
    .p-search-home__list {
        margin-top:45px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__list {
        margin-top:30px
    }
}

.p-search-home__result li {
    padding: 30px 0;
    border-top: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-search-home__result li {
        display:flex;
        gap: 40px
    }

    .p-search-home__result li figure {
        width: 198px
    }

    .p-search-home__result li>div {
        flex: 1
    }
}

.p-search-home__result li a {
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.3
}

.p-search-home__result li:last-child {
    border-bottom: 1px solid #ddd
}

.p-search-home__resultLabel {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-home__resultLabel {
        gap:10px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__resultLabel {
        gap:6px
    }
}

.p-search-home__resultLabel span {
    height: 25px;
    padding: 3px 10px;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3;
    background-color: #666
}

.p-search-home__resultLabel span:first-child {
    background-color: #333
}

.p-search-home__resultLabel+.p-search-home__resultTtl {
    margin-top: 20px
}

.p-search-home__resultTtl {
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-home__resultTtl {
        font-size:1.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__resultTtl {
        font-size:1.7rem
    }
}

.p-search-home__resultTxt {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

@media print,screen and (min-width: 960px) {
    .p-search-home__resultTxt {
        font-size:1.5rem;
        -webkit-line-clamp: 2
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__resultTxt {
        font-size:1.4rem;
        -webkit-line-clamp: 5
    }
}

.p-search-home__resultTxt .isfw_keyword {
    font-weight: 500;
    display: inline-block;
    background-color: #fcff00
}

.p-search-home__footerSearch {
    background-color: #eaedf1
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearch {
        margin-top:100px;
        padding: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearch {
        width:calc(100% + 30px);
        margin-left: -15px;
        margin-top: 80px;
        padding: 25px 15px 30px
    }
}

.p-search-home__footerSearchInner {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInner {
        align-items:center;
        justify-content: center
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInner {
        flex-direction:column
    }
}

.p-search-home__footerSearchInner p {
    font-weight: bold
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInner p {
        font-size:1.7rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInner p {
        font-size:1.6rem
    }
}

.p-search-home__footerSearchInput {
    position: relative
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInput {
        width:620px;
        margin-left: 20px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInput {
        width:100%;
        margin-top: 15px
    }
}

.p-search-home__footerSearchInput input[type=text] {
    width: 100%;
    background-color: #fff
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInput input[type=text] {
        height:56px;
        padding: 0 25px;
        border-radius: 28px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInput input[type=text] {
        height:52px;
        padding: 0 20px;
        border-radius: 26px
    }
}

.p-search-home__footerSearchInput input[type=text]::-webkit-input-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__footerSearchInput input[type=text]::-moz-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__footerSearchInput input[type=text]:-ms-input-placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

.p-search-home__footerSearchInput input[type=text]::placeholder {
    font-weight: 500;
    color: #999;
    line-height: 1.3
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInput input[type=text]::-webkit-input-placeholder {
        font-size:1.6rem
    }

    .p-search-home__footerSearchInput input[type=text]::-moz-placeholder {
        font-size: 1.6rem
    }

    .p-search-home__footerSearchInput input[type=text]:-ms-input-placeholder {
        font-size: 1.6rem
    }

    .p-search-home__footerSearchInput input[type=text]::placeholder {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInput input[type=text]::-webkit-input-placeholder {
        font-size:1.5rem
    }

    .p-search-home__footerSearchInput input[type=text]::-moz-placeholder {
        font-size: 1.5rem
    }

    .p-search-home__footerSearchInput input[type=text]:-ms-input-placeholder {
        font-size: 1.5rem
    }

    .p-search-home__footerSearchInput input[type=text]::placeholder {
        font-size: 1.5rem
    }
}

.p-search-home__footerSearchInput input[type=submit] {
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #111;
    background-image: url(/assets/img/common/icon_search_white.svg);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute
}

@media print,screen and (min-width: 960px) {
    .p-search-home__footerSearchInput input[type=submit] {
        right:5px;
        top: 5px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__footerSearchInput input[type=submit] {
        right:3px;
        top: 3px
    }
}

.p-search-home__iSearch {
    text-align: right;
    line-height: 1
}

@media print,screen and (min-width: 960px) {
    .p-search-home__iSearch {
        padding-top:100px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-home__iSearch {
        padding-top:80px;
        padding-bottom: 30px
    }
}

.p-search-home__iSearch img {
    width: 50px
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend {
        margin-top:100px
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend {
        margin-top:80px
    }
}

.p-search-recommend__list4Col {
    display: flex;
    flex-wrap: wrap
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__list4Col {
        gap:40px
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend__list4Col {
        gap:60px;
        flex-direction: column
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__list4Col li {
        width:270px
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend__list4Col li {
        width:100%
    }
}

.p-search-recommend__list4Col li a {
    width: 100%;
    height: 100%;
    transition: .3s ease
}

.p-search-recommend__list4Col li a figure {
    overflow: hidden
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__list4Col li a figure {
        height:152px
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend__list4Col li a figure {
        height:-webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__list4Col li a figure img {
        transition:.3s ease
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend__list4Col li a figure img {
        width:100%
    }
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__list4Col li a:hover img {
        -webkit-transform:scale(1.1);
        transform: scale(1.1)
    }

    .p-search-recommend__list4Col li a:hover p {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.p-search-recommend__listTtl {
    font-weight: bold;
    line-height: 1.6
}

@media print,screen and (min-width: 960px) {
    .p-search-recommend__listTtl {
        margin-top:25px;
        font-size: 1.8rem;
        transition: .3s ease
    }
}

@media screen and (max-width: 959px) {
    .p-search-recommend__listTtl {
        margin-top:23px;
        font-size: 1.7rem
    }
}

.p-notFound {
    padding-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-notFound {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-notFound {
        padding-bottom:80px
    }
}

.p-notFound .p-md-txt__semiLarge {
    font-weight: 500
}

@media screen and (max-width: 959px) {
    .p-notFound .p-md-txt {
        text-align:left
    }
}

@media print,screen and (min-width: 960px) {
    .p-notFound__search {
        margin-top:70px;
        padding: 40px 0 50px
    }
}

@media screen and (max-width: 959px) {
    .p-notFound__search {
        width:calc(100% + 30px);
        margin-left: -15px;
        margin-top: 60px;
        padding: 35px 15px 40px
    }
}

.p-notFound__search h2 {
    font-weight: bold;
    text-align: center
}

@media print,screen and (min-width: 960px) {
    .p-notFound__search h2 {
        font-size:2.4rem
    }
}

@media screen and (max-width: 959px) {
    .p-notFound__search h2 {
        font-size:2.1rem
    }
}

@media print,screen and (min-width: 960px) {
    .p-notFound__search .p-md-txt {
        margin-top:20px
    }
}

@media screen and (max-width: 959px) {
    .p-notFound__search .p-md-txt {
        margin-top:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-notFound__search .p-search-home__footerSearchInput {
        margin:40px auto 0
    }
}

@media screen and (max-width: 959px) {
    .p-notFound__search .p-search-home__footerSearchInput {
        margin:30px auto 0
    }
}

@media print,screen and (min-width: 960px) {
    .p-sitemap {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-sitemap {
        padding-bottom:80px
    }
}

.p-sitemap__list {
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__list {
        gap:45px
    }
}

@media screen and (max-width: 959px) {
    .p-sitemap__list {
        gap:30px;
        flex-direction: column
    }
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__listCol {
        width:calc(33.3333333333% - 45px)
    }
}

.p-sitemap__1stLink {
    line-height: 1.3;
    padding-top: 30px;
    border-top: 1px solid #c1c1c1
}

.p-sitemap__1stLink:not(:first-child) {
    margin-top: 30px
}

.p-sitemap__1stLink a {
    font-weight: bold;
    line-height: 1.3;
    display: block;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__1stLink a {
        font-size:1.8rem
    }

    .p-sitemap__1stLink a:hover {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .p-sitemap__1stLink a {
        font-size:1.7rem;
        padding-left: 10px
    }
}

.p-sitemap__1stLink a::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 10px;
    margin-left: 8px;
    margin-bottom: 2px;
    background: url(/assets/img/common/icon_arrow_head_right_blue.svg) no-repeat center
}

.p-sitemap__2ndList {
    margin-top: 30px
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__2ndList {
        margin-left:15px
    }
}

@media screen and (max-width: 959px) {
    .p-sitemap__2ndList {
        margin-left:25px
    }
}

.p-sitemap__2ndListItem:not(:first-child) {
    margin-top: 25px
}

.p-sitemap__2ndLink {
    line-height: 1.3
}

.p-sitemap__2ndLink a {
    line-height: 1.3;
    transition: .2s ease
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__2ndLink a {
        font-size:1.7rem
    }

    .p-sitemap__2ndLink a:hover {
        color: #0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media screen and (max-width: 959px) {
    .p-sitemap__2ndLink a {
        font-size:1.6rem
    }
}

.p-sitemap__2ndLink.u-2ndLink__ttl a {
    font-weight: 500
}

.p-sitemap__3rdList {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-left: 14px;
    border-left: 1px solid #ddd
}

.p-sitemap__3rdLink {
    line-height: 1.3
}

.p-sitemap__3rdLink:not(:first-child) {
    margin-top: 20px
}

.p-sitemap__3rdLink a {
    line-height: 1.3;
    font-size: 1.5rem;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-sitemap__3rdLink a:hover {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media print,screen and (min-width: 960px) {
    .p-topics {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-topics {
        padding-bottom:80px
    }
}

@media screen and (max-width: 959px) {
    .p-topics .p-md-tab {
        margin-top:50px
    }
}

@media print,screen and (min-width: 960px) {
    .p-topics .p-md-tab__wrap {
        margin-bottom:50px
    }
}

@media screen and (max-width: 959px) {
    .p-topics .p-md-tab__wrap {
        margin-bottom:40px;
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

.p-topics .p-home-media__newsList {
    border-bottom: none;
    padding-bottom: 0;
    border-color: #ddd
}

@media print,screen and (min-width: 960px) {
    .p-topics .p-home-media__newsList {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-topics .p-home-media__newsList {
        margin-top:40px
    }
}

.p-topics .p-home-media__newsItem {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd
}

@media print,screen and (min-width: 960px) {
    .p-topics .p-home-media__newsItem {
        display:flex;
        flex-wrap: nowrap
    }
}

@media print,screen and (min-width: 960px) {
    .p-topics .p-home-media__newsItem a {
        flex:1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width: 959px) {
    .p-topics .p-home-media__newsItem a {
        width:100%
    }
}

@media print,screen and (min-width: 960px) {
    .p-topics .p-home-media__newsItem a .p-home-media__newsTxt {
        margin-top:0;
        margin-left: 40px
    }
}

.p-topics__year {
    width: 200px;
    border: 1px solid #aaa;
    border-radius: 4px;
    position: relative
}

.p-topics__year::after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 19px;
    right: 14px;
    background: url(/assets/img/common/icon_downarrow_black.svg) no-repeat center;
    background-size: 100%;
    z-index: 0;
    cursor: pointer
}

.p-topics__year select {
    width: 100%;
    padding: 14px 15px 15px 15px;
    font-size: 1.5rem;
    color: #222;
    font-weight: 500;
    position: relative;
    z-index: 1
}

@media print,screen and (min-width: 960px) {
    .p-mail-news .p-search-lock {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news .p-search-lock {
        margin-top:40px
    }
}

.p-mail-news__list {
    background-color: #f3f4f6
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__list {
        padding:60px 0 100px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__list {
        padding:50px 0 80px
    }
}

.p-mail-news__list .p-home-media__magazineHead {
    margin-top: 0
}

.p-mail-news__list .p-home-media__magazineTtl {
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    transition: .3s ease
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__list .p-home-media__magazineTtl {
        font-size:2rem;
        margin-top: 15px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__list .p-home-media__magazineTtl {
        font-size:1.8rem;
        margin-top: 10px
    }
}

.p-mail-news__list .p-home-media__magazineTtl::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 7px;
    height: 10px;
    background: url("/assets/img/common/icon_arrow_head_right_blue.svg") no-repeat center;
    background-size: 100%;
    margin-left: 10px;
    bottom: 2px
}

.p-mail-news__item a {
    width: 100%;
    background-color: #fff;
    display: flex
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__item a {
        padding:40px 50px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__item a {
        flex-direction:column;
        padding: 30px 20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__item a:hover .p-home-media__magazineTtl {
        color:#0069c8;
        text-decoration: underline;
        text-underline-offset: 5px
    }
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__item+.p-mail-news__item {
        margin-top:30px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__item+.p-mail-news__item {
        margin-top:20px
    }
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__itemLeft {
        width:45%;
        padding-right: 30px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__itemLeft {
        padding-bottom:15px
    }
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__itemRight {
        width:55%;
        padding-left: 30px;
        border-left: 1px solid #ddd
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__itemRight {
        padding-top:15px;
        border-top: 1px solid #ddd
    }
}

.p-mail-news__itemRight .p-home-media__magazineTxt {
    margin-top: 0
}

@media print,screen and (min-width: 960px) {
    .p-mail-news__itemRight .p-home-media__magazineTxt {
        font-size:1.5rem
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news__itemRight .p-home-media__magazineTxt {
        font-size:1.5rem
    }
}

.p-mail-news__itemRight .p-home-media__magazineTxt>span {
    display: block;
    padding-left: 2.5rem
}

@media print,screen and (min-width: 960px) {
    .p-mail-news-detail {
        padding-bottom:100px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news-detail {
        padding-bottom:80px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news-detail .p-md-txt {
        word-break:break-all
    }
}

@media print,screen and (min-width: 960px) {
    .p-mail-news-detail__head {
        margin-top:50px
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news-detail__head {
        margin-top:40px
    }
}

.p-mail-news-detail__head .p-md-ttl__h1 {
    margin-top: 20px
}

@media print,screen and (min-width: 960px) {
    .p-mail-news-detail__head .p-md-ttl__h1 {
        font-size:3.8rem
    }
}

@media screen and (max-width: 959px) {
    .p-mail-news-detail__head .p-md-ttl__h1 {
        font-size:2.9rem
    }
}

.u-align--center {
    text-align: center
}

.u-align--left {
    text-align: left
}

.u-align--right {
    text-align: right
}

.u-align--left {
    text-align: left !important
}

.u-align--center {
    text-align: center !important
}

.u-align--right {
    text-align: right !important
}

.u-align--top {
    vertical-align: top !important
}

.u-align--middle {
    vertical-align: middle !important
}

.u-align--bottom {
    vertical-align: bottom !important
}

.u-align--baseline {
    vertical-align: baseline !important
}

.u-bg--normal {
    background-color: #eaedf1 !important
}

.u-bg--reverse {
    background-color: #333 !important
}

.u-color--normal {
    color: #333 !important
}

.u-color--strong {
    color: #f20000 !important
}

.u-color--thin {
    color: #555 !important
}

.u-color--reverse {
    color: #eaedf1 !important
}

.u-text--blue {
    color: #0069c8
}

.u-text--strong {
    font-weight: 700
}

.u-text--thin {
    font-weight: 400
}

.u-text--italic {
    font-style: italic
}

.u-height--near {
    line-height: 1.2
}

.u-height--middle {
    line-height: 1.5
}

.u-height--normal {
    line-height: 1.8
}

.u-height--none {
    line-height: 1
}

.u-mt-50 {
    margin-top: -50px !important
}

.u-ml-50 {
    margin-left: -50px !important
}

.u-mr-50 {
    margin-right: -50px !important
}

.u-mb-50 {
    margin-bottom: -50px !important
}

.u-mt-45 {
    margin-top: -45px !important
}

.u-ml-45 {
    margin-left: -45px !important
}

.u-mr-45 {
    margin-right: -45px !important
}

.u-mb-45 {
    margin-bottom: -45px !important
}

.u-mt-40 {
    margin-top: -40px !important
}

.u-ml-40 {
    margin-left: -40px !important
}

.u-mr-40 {
    margin-right: -40px !important
}

.u-mb-40 {
    margin-bottom: -40px !important
}

.u-mt-35 {
    margin-top: -35px !important
}

.u-ml-35 {
    margin-left: -35px !important
}

.u-mr-35 {
    margin-right: -35px !important
}

.u-mb-35 {
    margin-bottom: -35px !important
}

.u-mt-30 {
    margin-top: -30px !important
}

.u-ml-30 {
    margin-left: -30px !important
}

.u-mr-30 {
    margin-right: -30px !important
}

.u-mb-30 {
    margin-bottom: -30px !important
}

.u-mt-25 {
    margin-top: -25px !important
}

.u-ml-25 {
    margin-left: -25px !important
}

.u-mr-25 {
    margin-right: -25px !important
}

.u-mb-25 {
    margin-bottom: -25px !important
}

.u-mt-20 {
    margin-top: -20px !important
}

.u-ml-20 {
    margin-left: -20px !important
}

.u-mr-20 {
    margin-right: -20px !important
}

.u-mb-20 {
    margin-bottom: -20px !important
}

.u-mt-15 {
    margin-top: -15px !important
}

.u-ml-15 {
    margin-left: -15px !important
}

.u-mr-15 {
    margin-right: -15px !important
}

.u-mb-15 {
    margin-bottom: -15px !important
}

.u-mt-10 {
    margin-top: -10px !important
}

.u-ml-10 {
    margin-left: -10px !important
}

.u-mr-10 {
    margin-right: -10px !important
}

.u-mb-10 {
    margin-bottom: -10px !important
}

.u-mt-5 {
    margin-top: -5px !important
}

.u-ml-5 {
    margin-left: -5px !important
}

.u-mr-5 {
    margin-right: -5px !important
}

.u-mb-5 {
    margin-bottom: -5px !important
}

.u-mt0 {
    margin-top: 0px !important
}

.u-ml0 {
    margin-left: 0px !important
}

.u-mr0 {
    margin-right: 0px !important
}

.u-mb0 {
    margin-bottom: 0px !important
}

.u-mt5 {
    margin-top: 5px !important
}

.u-ml5 {
    margin-left: 5px !important
}

.u-mr5 {
    margin-right: 5px !important
}

.u-mb5 {
    margin-bottom: 5px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-ml10 {
    margin-left: 10px !important
}

.u-mr10 {
    margin-right: 10px !important
}

.u-mb10 {
    margin-bottom: 10px !important
}

.u-mt15 {
    margin-top: 15px !important
}

.u-ml15 {
    margin-left: 15px !important
}

.u-mr15 {
    margin-right: 15px !important
}

.u-mb15 {
    margin-bottom: 15px !important
}

.u-mt20 {
    margin-top: 20px !important
}

.u-ml20 {
    margin-left: 20px !important
}

.u-mr20 {
    margin-right: 20px !important
}

.u-mb20 {
    margin-bottom: 20px !important
}

.u-mt25 {
    margin-top: 25px !important
}

.u-ml25 {
    margin-left: 25px !important
}

.u-mr25 {
    margin-right: 25px !important
}

.u-mb25 {
    margin-bottom: 25px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-ml30 {
    margin-left: 30px !important
}

.u-mr30 {
    margin-right: 30px !important
}

.u-mb30 {
    margin-bottom: 30px !important
}

.u-mt35 {
    margin-top: 35px !important
}

.u-ml35 {
    margin-left: 35px !important
}

.u-mr35 {
    margin-right: 35px !important
}

.u-mb35 {
    margin-bottom: 35px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-ml40 {
    margin-left: 40px !important
}

.u-mr40 {
    margin-right: 40px !important
}

.u-mb40 {
    margin-bottom: 40px !important
}

.u-mt45 {
    margin-top: 45px !important
}

.u-ml45 {
    margin-left: 45px !important
}

.u-mr45 {
    margin-right: 45px !important
}

.u-mb45 {
    margin-bottom: 45px !important
}

.u-mt50 {
    margin-top: 50px !important
}

.u-ml50 {
    margin-left: 50px !important
}

.u-mr50 {
    margin-right: 50px !important
}

.u-mb50 {
    margin-bottom: 50px !important
}

.u-mt55 {
    margin-top: 55px !important
}

.u-ml55 {
    margin-left: 55px !important
}

.u-mr55 {
    margin-right: 55px !important
}

.u-mb55 {
    margin-bottom: 55px !important
}

.u-mt60 {
    margin-top: 60px !important
}

.u-ml60 {
    margin-left: 60px !important
}

.u-mr60 {
    margin-right: 60px !important
}

.u-mb60 {
    margin-bottom: 60px !important
}

.u-mt65 {
    margin-top: 65px !important
}

.u-ml65 {
    margin-left: 65px !important
}

.u-mr65 {
    margin-right: 65px !important
}

.u-mb65 {
    margin-bottom: 65px !important
}

.u-mt70 {
    margin-top: 70px !important
}

.u-ml70 {
    margin-left: 70px !important
}

.u-mr70 {
    margin-right: 70px !important
}

.u-mb70 {
    margin-bottom: 70px !important
}

.u-mt75 {
    margin-top: 75px !important
}

.u-ml75 {
    margin-left: 75px !important
}

.u-mr75 {
    margin-right: 75px !important
}

.u-mb75 {
    margin-bottom: 75px !important
}

.u-mt80 {
    margin-top: 80px !important
}

.u-ml80 {
    margin-left: 80px !important
}

.u-mr80 {
    margin-right: 80px !important
}

.u-mb80 {
    margin-bottom: 80px !important
}

.u-mt85 {
    margin-top: 85px !important
}

.u-ml85 {
    margin-left: 85px !important
}

.u-mr85 {
    margin-right: 85px !important
}

.u-mb85 {
    margin-bottom: 85px !important
}

.u-mt90 {
    margin-top: 90px !important
}

.u-ml90 {
    margin-left: 90px !important
}

.u-mr90 {
    margin-right: 90px !important
}

.u-mb90 {
    margin-bottom: 90px !important
}

.u-mt95 {
    margin-top: 95px !important
}

.u-ml95 {
    margin-left: 95px !important
}

.u-mr95 {
    margin-right: 95px !important
}

.u-mb95 {
    margin-bottom: 95px !important
}

.u-mt100 {
    margin-top: 100px !important
}

.u-ml100 {
    margin-left: 100px !important
}

.u-mr100 {
    margin-right: 100px !important
}

.u-mb100 {
    margin-bottom: 100px !important
}

.u-rollover {
    transition: opacity .3s ease
}

.u-rollover:hover,.u-rollover:active {
    opacity: .7
}

.u-size--xxsmall {
    font-size: 1.3rem !important
}

.u-size--xsmall {
    font-size: 1.4rem !important
}

.u-size--small {
    font-size: 1.5rem !important
}

.u-size--medium {
    font-size: 1.6rem !important
}

.u-size--large {
    font-size: 1.7rem !important
}

.u-size--xlarge {
    font-size: 1.8rem !important
}

.u-size--xxlarge {
    font-size: 1.9rem !important
}

.u-page__width {
    width: 1280px;
    margin-right: auto;
    margin-left: auto
}

.u-space-section--near {
    margin-top: 50px
}

.u-space-section--near:first-child {
    margin-top: 0
}

.u-space-section--normal {
    margin-top: 70px
}

.u-space-section--normal:first-child {
    margin-top: 0
}

.u-space-section--far {
    margin-top: 90px
}

.u-space-section--far:first-child {
    margin-top: 0
}

.u-space--near {
    margin-top: 15px
}

.u-space--near:first-child {
    margin-top: 0
}

.u-space--normal {
    margin-top: 20px
}

.u-space--normal:first-child {
    margin-top: 0
}

.u-space--far {
    margin-top: 30px
}

.u-space--far:first-child {
    margin-top: 0
}

.u-space--none {
    margin-top: 0 !important
}

.u-spacing--near {
    letter-spacing: .02em
}

.u-spacing--normal {
    letter-spacing: .05em
}

.u-spacing--far {
    letter-spacing: .08em
}

.u-spacing--none {
    letter-spacing: 0
}

.u-weight--normal {
    font-weight: 500 !important
}

.u-weight--bold {
    font-weight: 700 !important
}

.u-style--underline {
    text-decoration: underline !important
}

.u-style--italic {
    font-style: oblique !important
}
