@charset "utf-8";
/*
 * info.css
 * Created by Qbist on 2016/06/13.
 * Copyright (c) 2016 Qbist. All rights reserved.
*/

main#security,
main#privacy,
main#cookie {
    margin: 0 auto;
    max-width: 750px;
}

#privacy .enactment {
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 4em 0 0em;
    padding-bottom: 1.5em;
    text-align: right;
}

#privacy .lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 5em 0;
}

#privacy dl dt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 1.5em;
}

#privacy dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 4em;
}

#privacy p {
    font-size: 15px;
    line-height: normal;
}

#privacy ol {
    font-size: 15px;
    line-height: 1.8;
}

#privacy li {
    font-size: 15px;
    list-style-type: decimal;
    margin-left: 2em;
}

#privacy .midasi {
    font-weight: bold;
    margin-bottom: 1em;
}

#privacy .listnone {
    list-style: none;
}

/*序文からはじめのリストまで*/

#privacy .privacy1 {
    max-width: 750px;
    padding: 1.3em 0;
}

/*○当社が所属する〜など文章全般*/

#privacy .privacy3 {
    max-width: 750px;
    padding-bottom: 30px;
}

#privacy .borderbottom {
    border-bottom: 1px solid;
}

#privacy h2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 69px;
    margin-top: 1em;
    text-align: center;
}

#privacy h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 54px;
}

#security .enactment {
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 4em 0 0em;
    padding-bottom: 1.5em;
    text-align: right;
    text-align: right;
}

#security .lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 5em 0;
}

#security dl dt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 1.5em;
}

#security dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 4em;
}

.isms {
    margin-bottom: 4em;
}

.isms img {
    float: left;
    margin-right: 1em;
}

#security .isms p {
    display: table-cell;
    font-size: 15px;
    font-size: 1.5rem;
    height: 100px;
    line-height: 1.8;
    vertical-align: middle;
}

/* プロダクションEXPO用 */

main#expo {
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}
#expo h1 {
    margin: 50px auto;
}

#expo h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    line-height: 4rem;
}

#expo h3 {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1em 0;
}

#expo .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin: 2em 0;
    text-align: left;
}

#expo dl {
    margin-bottom: 30px;
    text-align: left;
}

#expo dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 32px;
    line-height: 3.2rem;
    margin-top: 1.5em;
}

#expo dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
}

#expo dl dd.frame {
    border: 3px double #000;
    border-radius: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 1em;
    text-align: center;
}
#expo dl dd iframe {
    margin-top: 1em;
}
#expo ul li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding-left: 1.5em;
    text-align: left;
    text-indent: -0.9em;
}
#expo .email {
    text-decoration: underline;
}
#expo .email:hover {
    text-decoration: none;
}

.portalLink {
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 2em 0px 5em;
    padding: 1em;
    position: relative;
}
.portalLink::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.portalLink:hover {
    color: #fff;
}
.portalLink:hover::before {
    transform: scale(1);
}

.btn-basic.w720 {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 auto;
    max-width: 720px;
    padding: 20px;
}
.btnWrap span.icon-caret-down2 {
    font-size: 35px;
    font-size: 3.5rem;
}
.btnWrap span:last-child {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}
.infoBox {
    border-bottom: 2px dotted #aaa;
    margin-bottom: 60px;
    padding-bottom: 30px;
    text-align: left;
}
.infoBox p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
    margin-bottom: 2em;
}

p.update {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 3em;
    text-align: left;
}
p.update:after {
    clear: both;
    content: "";
    display: block;
}
p.update span,
p.update var {
    padding: 0.4em 0.8em;
}
p.update span {
    background-color: #474747;
    color: #fff;
}
p.update var {
    background-color: #f2eded;
    color: #000;
    font-style: normal;
}

/* その他 */
#info section {
    margin: 0 auto;
    max-width: 750px;
}
#info .lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 5em 0;
}

/* cookieポリシー */
.cookie__area {
    border-top: 1px solid #666;
    margin: 2em auto 7em;
    padding: 0 1em;
}
.cookie__ttl_h3 {
    font-weight: bold;
    margin: 3em auto 1.5em;
    text-align: center;
}
.cookie__txt {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 1em;
}
.cookie__list {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 3em;
}
.cookie__txt .attent {
    color: red;
}
@media only screen and (max-width: 640px) {
    main#security,
    main#privacy,
    main#expo {
        padding: 0 2%;
    }
    .gmapWrap {
        height: 0;
        overflow: hidden;
        padding-bottom: 75%; /*これが縦横比*/
        position: relative;
    }
    .gmapWrap iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }
}

/* 業務提携のお知らせ 20200608 */
main#information {
    margin: 3em auto;
    max-width: 750px;
}
#information img {
    height: auto;
    width: 100%;
}
#information .ttl {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5em;
    text-align: center;
}
#information .subttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
}
#information .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.6;
}
#information .name {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#information .square {
    margin-bottom: 1em;
}
#information .square::before {
    content: "■";
    padding-right: 0.25em;
}
#information .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#information .photo {
    margin-left: 0.7em;
    width: 7.5em;
}
#information .diamond dt {
    margin-bottom: 0.5em;
}
#information .diamond dt::before {
    content: "◇";
    padding-right: 0.25em;
}
#information .diamond dd {
    margin: 0;
    padding: 0;
    text-indent: inherit;
}

/* 子会社化のお知らせ 20201001 */
#information .update {
    text-align: right;
}
#information dl {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 2em;
}
#information dl dt {
    font-weight: bold;
    margin-bottom: 1em;
}
#information dl dd {
    margin-bottom: 3em;
    padding-left: 1em;
    text-indent: 1em;
}
#information dl dd .notice {
    margin-top: 1em;
}

#information dl dd .text_indent {
    padding-left: 2em;
    text-indent: -1em;
}

#information .company_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 0 0 2em;
}
#information .company_info dt {
    font-weight: normal;
    margin: 0;
    width: 20ch;
}
#information .company_info dd {
    margin: 0;
    padding: 0;
    text-indent: -1em;
    width: calc(100% - 10em);
}
#information .company_info dd::before {
    content: "：";
}

#information .company_name {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}

#information a.link {
    border-bottom: 1px solid #4e73bf;
    color: #4e73bf;
}

@media only screen and (max-width: 640px) {
    main#information {
        padding: 0 2%;
    }
    #information .ttl {
        font-size: 2.2rem;
    }
    #information .nowrap {
        white-space: nowrap;
    }
    #information .subttl {
        font-size: 1.2rem;
    }
    #information .flx {
        display: block;
    }
    #information .photo {
        margin: 1em auto 2em;
        width: 20em;
    }
}
