
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
 html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}
/*===============================
  Base
===============================*/
html {
    font-size: 10px;
    height: 100%;
}
body {
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
    height: 100%;
    font-size: 1.4rem;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: none;
}
a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
h1, h2, h3, h4, h5, .lead {
    line-height: 1.5;
    letter-spacing: 0.025em;
}
p {
    margin: 0;
    padding: 0;
}
p, li, a {
    line-height: 1.6;
}
img {
    display: block;
    max-width: 100%;
}
img[src$=".svg"] {
    width: 100%;
    height: auto;
}
strong {
    font-weight: bold;
}
/*===============================
  Clear
===============================*/
img {
    border: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
ol, ul {
    list-style: none !important;
}
* {
    margin: 0;
    padding: 0;
}
.cf:after {
    content: "";
    display: block;
    clear: both;
}
/*===============================
common
===============================*/
.wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inner {
    margin: 0 auto;
    position: relative;
    padding: 0 23px;
    max-width: 1100px;
}
.pc {
    display: inline;
}
.sp {
    display: none;
}
.notes {
    font-size: 0.8rem;
    line-height: 1.75;
    text-align: left;
}
p.notes, .notes li {
    margin-left: 1em;
    text-indent: -1em;
}
img {
    display: block;
}
a img {
    transition: 0.3s ease;
}
a img:hover {
    opacity: 0.7;
}
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
    display: none;
}
#pagetop a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(55, 55, 51, 1);
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    border-radius: 22.5px;
    margin: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(55, 55, 51, 0.12);
    box-shadow: 0 0 10px 0 rgba(55, 55, 51, 0.12);
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

/*===============================
other
===============================*/
header {
    border-top: 30px solid #122842;
    background: url(../img/background.png) center top;
}
header h1 {
    padding: 60px 0 72px;
}
header h1 img {
    margin: 0 auto;
}
main {
    background-color: #ffeec6;
    padding: 0;
    position: relative;
}
#info{
    position: relative;
    top:-34px;
}
#info .box{
    border: 2px solid #122842;
    border-radius: 20px;
    overflow: hidden;
}
#info .tltle_area {
    background-color: #122842;
    padding: 24px;
}
#info .tltle_area h2 {
    margin: 0 auto;
    max-width: 618px;
}
#info .tltle_area .fukidashi{
    width: 100%;
    max-width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -14.75%;
    margin-left: -1.5%;
}
#info .content_area {
    background-color: #fff;
    padding: 5px 36px 25px;
}
#info .content_area ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    align-content: space-between;
    justify-content: space-between;
    gap: 24px;
}
#info .content_area ul li {
    width: 100%;
    max-width: 477px;
    padding: 25px 0 0;
    background-position: left top;
    background-repeat: repeat-x;
}
#info .content_area ul li:nth-child(2n) {
    background-image : linear-gradient(to right, #122842, #122842 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
}
#info .content_area ul li .img {
    display: flex;
    
}
#info .content_area ul li p {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.7;
    flex:1;
    margin-right: 25px;
}
#info .content_area ul li figure {
    margin-top: 15px;
    width: 36.05871%
}
#info .content_area ul li figure img {
    width: 100%;
}
#info .bottom_area {
    width: 100%;
    background-color: #fdd22b;
    padding: 1.5% 23.2028%;
}
#info .bottom_area .fukidashi {
    width: 6.66%;
    position: absolute;
    margin-top: -1.8%;
    margin-left: calc(-6.66% - 5px);
}
#info .bottom_area .column_bottom {
    max-width: 100%;
    margin: 0 auto;
}
#qr .section{
    position: relative;
    margin-top: -34px;
}
#qr a{
    pointer-events: none;
}
.touch #qr a{
    pointer-events: all;
}
#qr h2{
    max-width:56.73624%;
    margin: 0 auto 0;
    padding: 6.83112% 0 2.18216%;
}
#qr .smartphone{
    max-width: 12.80835%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 10.5%;
    margin-left: 12.25%;
}
#qr .kuma{
    max-width: 27.32448%;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -3.89%;
    margin-right: 0.948%;
}
.line{
    position: fixed;
    display: none;
    height:0;
    overflow: hidden;
}
footer .copyright {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    padding: 27px 132px 20px;
    line-height: 1.4;
    background-color: #122842;
} 


@media screen and (max-width: 767.9px) {
    html {
        font-size: 7px;
    }
    /*===============================
      Base
    ===============================*/
    .inner {
        padding: 0 20px;
    }
    .notes {
        font-size: 0.8rem;
    }
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
    .spnone {
        display: none;
    }
    
    /*===============================
    other
    ===============================*/
    header {
        border-top: 15px solid #122842;
        background: url(../img/background.png) center top;
        background-size: 75%;
    }
    header h1 {
        padding: 7.33333% 0;
    }
    header .title_area .inner {
        padding: 0;
    }
    main {
        background-color: #ffeec6;
        padding: 0;
        position: relative;
    }
    #info{
        top:0;
        padding-top: 4.66666%;
        padding-bottom: 0;
    }
    #info .box{
        border: 2px solid #122842;
        border-radius: 10px;
    }
    #info .tltle_area {
        padding: 4.2% 8%;
    }
    #info .tltle_area .fukidashi{
        max-width: 44.4%;
        margin-top: -13.75%;
        margin-left: -1.5%;
    }
    #info .content_area {
        padding: 4% 4% 0;
    }
    #info .content_area ul {
        display: block;
    }
    #info .content_area ul li,
    #info .content_area ul li:nth-child(1n) {
        background-image : linear-gradient(to right, #122842, #122842 1px, transparent 1px, transparent 3px);
        background-size: 3px 1px;
        padding: 5% 0;
    }
    #info .content_area ul li:first-child{
        background-image: none;
        padding-top: 0;
    }
    #info .content_area ul li p {
        font-size: 1.6rem;
        margin-top: 2%;
        margin-right: 4.5%;
    }
    #info .content_area ul li figure {
        margin-top: 2.5%;
        width: 36.66667%
    }
    #info .bottom_area {
        padding: 2.5% 4% 2.5% 8%;
    }
    #info .bottom_area .fukidashi {
        width: 10%;
        margin-top: -3%;
        margin-left: -11%;
    }
    #qr .section{
        position: relative;
        margin-top: 0;
    }
    #qr a{
        pointer-events: all;
    }
    #qr h2{
        max-width:63%;
        margin: 0 auto 0;
        padding: 8% 0 6%;
    }
    #qr .smartphone{
        max-width: 24.6%;
        margin-bottom: 16%;
        margin-left: 2.25%;
    }
    #qr .kuma{
        max-width: 34.5277%;
        margin-bottom: -4%;
        margin-right: -4%;
    }
    .touch #qr a{
        pointer-events: all;
    }
    .line{
        display: block;
        position: fixed;
        left:0;
        bottom:0;
        width: 100%;
        z-index: 2;
        pointer-events: all;
        opacity: 1;
        height: auto;
    }
    footer .copyright {
        font-size: 1.45rem;
        padding: 2.7% 2.7% 15%;
        line-height: 1.8;
    } 
    
}