@charset "utf-8";
/*!
 * Author and Copyright
 * Author    :  prosysta Inc, (http://prosysta.co.jp/)
 * Created   :  2018.03
 * Modified  :  2018.03
 */

 /* common
-----------------------------------------------------------*/

[type="search"] {
    border: #9a9a9a solid 1px;
    border-radius: .7em;
    padding: .3em .3em;
    line-height: 2.8rem;
    width: 100%;
    outline: 0;
}
[type="search"]:focus {
    background-color: #fff;
    border: #79abfe solid 1px;
    box-shadow: 0 0 1px 1px #a4c6fd;
}
[type="text"],
[type="search"],
[type="email"],
[type="number"],
select,
textarea {
    background-color: #f5f5f5;
    border: none;
    padding: .4em .5em;
    line-height: 2.8rem;
    width: 100%;
    margin-bottom: .5em;
}
select {
    height: 3em;
}
select {
    border-right: #f5f5f5 solid 3px;
}
textarea {
    min-height: 9em;
    line-height: 1.5;
}
[class*="more-"].sz-l {
    font-size: 1.25em;
}


 /* general
-----------------------------------------------------------*/
.contact .heading::before {
    background-image: url(../img/icon-contact.png);
}
.contact .description {
    padding-bottom: 1.5em;
    border-bottom: #b2b2b2 solid 1px;
    margin-bottom: 2em;
    line-height: 1.85;
}
.contact .item-content {
    margin-left: 0;
}
.contact .item-content p {
    margin-top: 0;
    margin-bottom: .5em;
}
.contact .item-title label {
    font-size: 1.6rem;
    font-weight: bold;
    padding: .4em .4em;
    display: inline-block;
}
.contact .item-set {
    margin: .5em 0;
    letter-spacing: -.22em;
}
.contact .item-title,
.contact .item-content {
    position: relative;
    margin-bottom: .5em;
}
.contact .required .item-title {
    position: relative;
    padding-right: 4.4em;

}
.contact .required .item-title::after {
    position: absolute;
    content: "必須";
    display: inline-block;
    padding: .4em .8em;
    background-color: #262626;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    right: .5em;
    top: .3em;
}
.item-set .col {
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
    letter-spacing: -.5px;
    line-height: 1.25;
}
.item-content .one-2 {
    width: 47%;
}
.item-content .one-2 + .one-2 {
    margin-left: 5%;
}
.item-set .item-content label {
    padding-right: .5em;
    line-height: 1.5;
}
.item-set .item-content .radio-control {
    padding-top: .4em;
}
.radio-control [type="radio"],
.check-control [type="checkbox"] {
    /*margin-right: .35em;*/
    display: none;
}
.radio-control label,
.check-control label {
    position: relative;
    padding-left: 1.5em;
}
.radio-control label::before,
.radio-control label::after,
.check-control label::before,
.check-control label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.radio-control label::before {
    margin-right: 4px;
    background-color: #FFF;
    border: #B2B2B2 solid 2px;
}
.check-control label::before {
    border-radius: 3px;
    background-color: #FFF;
    border: #B2B2B2 solid 2px;
}
.radio-control [type="radio"]:checked + label:after {
    top: 6px;
    left: 4px;
    height: 10px;
    width: 10px;
    background: #000;
}
.check-control [type="checkbox"]:checked + label:after {
    border-radius: 0;
    top: -2px;
    left: 9px;
    height: 18px;
    width: 8px;
    border-right: #000 solid 2px;
    border-bottom: #000 solid 3px;
    transform: rotate(45deg);
    box-shadow: 1px 1px 1px 1px #fff;
}
.announcement {
    background-color: #f5f5f5;
    padding: .6em 1.5em .3em;
}
.contact .announcement:last-of-type {
    margin-bottom: 8em;
}
.announcement h3 {
    border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
.announcement .text,
.complement,
.caution li {
    line-height: 1.8;
}
.more.box {
    padding-top: 1.5em;
}
.contact .agreement {
    text-align: center;
    margin: 2em 0;
    font-size: 1.3rem;
}
.contact .agreement + .control {
    margin-bottom: 5em;
    background-color: transparent;
}
.control .more-black {
    border-left: #262626 solid .5em;
    border-right: #262626 solid .5em;
}
.complement {
    padding-left: 0;
    margin-bottom: 3em;
}
.complement li {
    padding-left: 1em;
    text-indent: -1em;
}
.contact .caution {
    border: #b2b2b2 solid 1px;
    padding: 1em 2em;
    margin-bottom: 5em;
}
.contact .caution ol {
    padding-left: 1.3em;
}

/*--- top ---*/
.each-opa {
    font-size: 1.7rem;
    font-weight: bold;
    color: #898988;
    padding-bottom: .3em;
    margin-bottom: .8em;
    border-bottom: 1px solid #898988;
}

/*--- access ---*/
.each-opa-access {
    padding-left: 0;
    margin: 1em auto 2em;
    font-size: 1.5rem;
}
.each-opa-access li {
    display: inline-block;
    padding: 0 .5em 3px 0;
  border-bottom: 2px solid #FFF;
    margin-bottom: .8em;
    color: #9a9a9a;
}
.each-opa-access li:after {
    content: "/";
    padding-left: .8em;
}
.each-opa-access li:last-of-type:after {
    content: none;
}
.each-opa-access li span {
    cursor: pointer;
}
.each-opa-access li span.show {
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000;
}
.each-opa-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}

/*--- attention ---*/
.attention .announcement {
    margin-bottom: 3em;
}


@media (max-width:767px) { /* forSP */
.radio-control label,
.check-control label {
    padding-left: 1.7em;
    font-size: 1.4rem;
}
.radio-control label::before,
.radio-control label::after,
.check-control label::before,
.check-control label::after {
    top: 0;
}
.radio-control [type="radio"]:checked + label:after {
    top: 4px;
}
.check-control [type="checkbox"]:checked + label:after {
    top: -4px;
}

/*--- top ---*/
.total .news-event .each-opa {
    margin-top: .5em;
}
.total .news-event .full .each-opa {
    margin-top: 0;
}

/*--- access ---*/
.each-opa-access {
    border-bottom: 1px solid #b2b2b2;
}
.each-opa-access li {
    margin-bottom: 1em;
    font-size: 1.4rem;
}

} /* END forSP */


@media (min-width:768px) { /* forPC */
.general .heading::before {
    background-size: 40px auto;
    height: 41px;
    top: 8px;
    width: 41px;
}
.contact .item-title {
    padding-top: .3em;
}
.contact .required .item-title::after {
    right: 1.5em;
    top: .5em;
}
.contact .agreement {
    font-size: 1.8rem;
}

/*--- top ---*/
.total main {
    padding-top: 90px;
}
.total .slider {
    height: auto;
}
.total .slide-nav {
    margin-bottom: 2em; 
}

/*--- access ---*/
.each-opa-access { 
    text-align: center;
}
.each-opa-access li {
    padding-right: .8em;
}
.each-opa-name {
    font-size: 1.8rem;
}

} /* END forPC */


/* add 180529 foreign-customers list */
.foreign .foreign-list.off {
    display: none;
}
.foreign .foreign-list {
    position: absolute;
    right: 0;
    background-color: #e5e5e5;
    z-index: 20;
    box-shadow: 2px 2px 6px rgba(54,54,54,.25);
    padding-left: 0;
    margin: -.6em 0 0;
}
.foreign-link {
    display: block;
    position: relative;
    padding: .3em 28px .3em .6em;
    background-position: 94% center;
}
.foreign-link:hover {
    background-color: #f3f3f3;
}
.foreign-link::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: #a9a9a9 solid 1px;
    border-right: #a9a9a9 solid 1px;
    transform: rotate(45deg);
    top: .7em;
    right: 9px;
}


