@charset 'utf-8';
main
{
    width: 96em;
    margin: 0 auto;
    padding: 0 0 15em;
}
main.ready section h3 + div
{
    -webkit-transition: height 0ms;
       -moz-transition: height 0ms;
        -ms-transition: height 0ms;
         -o-transition: height 0ms;
            transition: height 0ms;
}
main header
{
    padding: 3.8em 0 4.4em;
    text-align: left;
    border-bottom: none;
}
main header h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: .1em;
    letter-spacing: .025em;
}
main header p
{
    font-size: 12px;
    line-height: 1.5;
}
main section
{
    width: 72em;
    margin: 0 auto;
    /*& + section
      margin-top 5em
      & + section
        margin-top 2em*/
}
main section + section
{
    margin-top: 2em;
}
main section#s1 h3
{
    background: #f5b2b2;
}
main section#s2 h3
{
    background: #a4c3d0;
}
main section#s3 h3
{
    background: #ffe67a;
}
main section#s4 h3
{
    background: #d9e480;
}
main section#s4 > div ol
{
    margin-bottom: 6.2em;
}
main section#s4 > div > ul
{
    margin-top: 1.6em;
}
main section#s4 > div > ul li
{
    font-size: 14px;
    line-height: 2;
}
main section#s5 h3
{
    background: #a4d6c1;
}
main section#s5 > div > a
{
    width: 28em;
    margin-bottom: 4em;
}
main section#s6 h3
{
    background: #f9c270;
}
main section#s7 h3
{
    background: #bbb3d8;
}
main section#s7 > div > a
{
    width: 20em;
}
main section#s8
{
    padding: 2.8em 3.2em 2.9em 6.4em;
    border: .3em #e5e5e5 solid;
}
main section#s8 > div p
{
    line-height: 1.71;
    float: left;
    margin-top: -.36em;
    padding: 0;
}
main section#s8 > div > a
{
    float: right;
    width: 30em;
    margin: 0;
}
main section h3
{
    font-weight: bold;
    position: relative;
    padding-left: 4.5em;
    cursor: pointer;
    letter-spacing: 0;
}
main section h3.open:before
{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
main section h3:before
{
    font-size: 36px !important;
    position: absolute;
    top: 50%;
    left: .25em;
    overflow: hidden;
    margin-top: -.5em;
    -webkit-transition: -webkit-transform .3s;
       -moz-transition:    -moz-transform .3s;
        -ms-transition:     -ms-transform .3s;
         -o-transition:      -o-transform .3s;
            transition:         transform .3s;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}
main section h3:after
{
    display: inline-block;
    height: 5em;
    content: '';
    vertical-align: middle;
}
main section h3 + div
{
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s;
       -moz-transition: height .3s;
        -ms-transition: height .3s;
         -o-transition: height .3s;
            transition: height .3s;
}
main section h3 span
{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
main section h3 span small
{
    font-size: 14px;
}
main section h3 > small
{
    font-size: 14px;
    display: inline-block;
    margin-right: .64em;
    vertical-align: middle;
}
main section h4
{
    position: relative;
    margin-bottom: 2.8em;
}
main section h4 span
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
}
main section h4 img
{
    position: absolute;
    top: 50%;
    left: -4.8em;
    width: 3.3em;
    margin-top: -1.95em;
}
main section > div:before,
main section > div:after
{
    display: table;
    content: '';
}
main section > div:after
{
    clear: both;
}
main section > div ol
{
    font-weight: bold;
    position: relative;
    float: right;
    width: 15.4em;
    margin: .1em 0 5em;
    padding: 1.6em 1.7em 1.3em;
    background: #e5e5e5;
}
main section > div ol:before
{
    font-size: 12px;
    line-height: 1.5;
    display: block;
    overflow: hidden;
    height: 1.5em;
    margin-bottom: .42em;
    content: '取り扱い商品';
    text-align: center;
    color: #fff;
    -webkit-border-radius: .75em;
            border-radius: .75em;
    background: #808080;
}
main section > div ol:after
{
    position: absolute;
    bottom: -1em;
    left: 0;
    width: 100%;
    height: 1em;
    content: '';
    background-image: url('/store/techo/ja/2018/pc/place/images/bg_item.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}
main section > div ol li + li
{
    margin-top: .2em;
}
main section > div ol li img
{
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
}
main section > div ol li span
{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
main section > div > p
{
    font-size: 14px;
    line-height: 2;
    padding-top: 1.64em;
    letter-spacing: 0;
}
main section > div > p strong
{
    font-weight: bold;
}
main section > div > p small
{
    font-size: 12px;
    line-height: 2.33;
    color: #808080;
}
main section > div > ul
{
    margin: 2.5em 0 3.6em;
}
main section > div > ul li
{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0;
}
main section > div > ul > li
{
    padding-left: 1em;
}
main section > div > ul > li:before
{
    margin-left: -1em;
    content: '●';
}
main section > div > ul > li ul
{
    overflow: hidden;
    margin-left: -1em;
}
main section > div > ul > li ul:before,
main section > div > ul > li ul:after
{
    display: table;
    content: '';
}
main section > div > ul > li ul:after
{
    clear: both;
}
main section > div > ul > li ul li
{
    float: left;
    width: 16.21em;
}
main section > div a
{
    font-weight: bold;
}
main section > div > a
{
    display: inline-block;
    min-width: 22em;
    margin-top: 2.2em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: .4em;
            border-radius: .4em;
    background: #509be5;
}
main section > div > a:after
{
    display: inline-block;
    height: 4em;
    content: '';
    vertical-align: middle;
}
main section > div > a + a
{
    margin-left: 2em;
}
main section > div > a span
{
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
main section > div > a i
{
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}
main section > div > a + p
{
    padding-top: 3.07em;
}
main section > div div
{
    padding-bottom: 3.4em;
}
main section > div div dl
{
    margin-top: 2.1em;
}
main section > div div dl dt
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    letter-spacing: 0;
}
main section > div div dl dt small
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;
}
main section > div div dl dd
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;
}
main section > div div dl dd strong
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
}
main section > div div dl dd + dd
{
    margin-top: 1.83em;
}
/*# sourceMappingURL=dev/store/techo/ja/2018/pc/place/styl/place-index.css.map */
