#container > .contents {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: .9375rem;
    background-color: #fff;
}
#container section .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}
#container section p {
    line-height: 2;
}
#container section .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}
#container section .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}
@media screen and (max-width: 600px) {
    #container section .title img {
        width: 60px;
    }
}
/*-----------------------------------

	key-container

-----------------------------------*/

#container .key-container {
    width: 100%;
    background: #e94709;
    padding-bottom: 30px;
}

#container .key-container>div {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: center;
}

#container .key-container>div .left .general-rental {
    display: flex;
    margin-top: 30px;
}

#container .key-container>div .left .general-rental .caption {
    background: #f5a200;
    height: 2em;
    font-size: 1.4375rem;
    border-radius: 23px;
    color: #fff;
    width: 60%;
    font-weight: 900;
    font-style: italic;
    line-height: 45px;
    margin-top: 45px;
    margin-right: 4rem;
}

#container .key-container>div .left .sub-title {
    font-size: 1.75rem;
    font-style: italic;
    letter-spacing: normal;
    text-align: left;
    margin-top: -5px;
}

#container .key-container>div .left .sub-title span {
    font-weight: 900;
}

#container .key-container>div .left .sub-title span:first-child {
    color: #fff;
    margin-right: 1rem;
}

#container .key-container>div .left .main-title {
    margin-top: 20px;
}

#container .key-container>div .left .sub-text {
    width: 100%;
    height: 2em;
    margin-top: 20px;
    background-color: #f5a200;
    color: #fff;
    font-size: 1.4375rem;
    line-height: 40px;
    font-weight: 500;
}

#container .key-container>div .right {
    margin-top: 60px;
}

#container .key-container>div .right>img {
    margin-top: 30px;
}

#container .key-container>div .right .container {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

#container .key-container>div .right .container img {
    width: 22px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

#container .key-container>div .right .container p {
    color: #fff;
    line-height: 2;
    letter-spacing: .5em;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .key-container>div .right .container .line-img {
    transform: rotate(50deg);
}

@media screen and (max-width:1080px) {
    #container .key-container>div,
    #container .key-container>div .left {
    flex-direction: column;
    align-items: center;
    }

    #container .key-container>div .left {
    width: 60%;
    display: flex;
    }

    #container .key-container>div .left .general-rental {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    }

    #container .key-container>div .left .general-rental .caption {
    width: 70%;
    }

    #container .key-container>div .left .general-rental .balloon img {
    height: 80px;
    }

    #container .key-container>div .left .main-title {
    margin-top: 5px;
    height: 6em;
    }

    #container .key-container>div .left .main-title img {
    height: 100%;
    }

    #container .key-container>div .left .sub-text {
    margin-top: 10px;
    }

    #container .key-container>div .right {
    margin-top: 15px;
    }

    #container .key-container>div .right>img {
    margin-top: 10px;
    }

}

@media screen and (max-width:850px) {
    #container .key-container>div {
    flex-direction: column;
    align-items: center;
    }

    #container .key-container>div .left {
    width: 80%;
    }

    #container .key-container>div .left .sub-title {
    font-size: 1.65rem;
    }

    #container .key-container>div .left .main-title {
    height: 5em;
    }

}

@media screen and (max-width:600px) {
    #container .key-container>div .left .general-rental {
    margin-bottom: 5px;
    margin-left: 4em;
    }

    #container .key-container>div .left .general-rental .balloon img {
    height: 50px;
    }

    #container .key-container>div .left .general-rental .caption {
    margin-top: 15px;
    margin-right: 2rem;
    width: 65%;
    line-height: 22px;
    font-size: 1.1rem;
    }

    #container .key-container>div .left .sub-title {
    font-size: 1.1rem;
    }

    #container .key-container>div .left .main-title {
    height: 4em;
    }

    #container .key-container>div .left .sub-text {
    font-size: 1.1rem;
    height: auto;
    line-height: 20px;
    width: 90%;
    }

    #container .key-container>div .right .container {
    margin: auto;
    width: 100%;
    }

    #container .key-container>div .right .container img {
    width: 12px;
    }

    #container .key-container>div .right .container p {
    font-size: 1rem;
    }

    #container .key-container>div .right>img {
    height: 150px;
    margin-top: -10px;
    }
}

/*-----------------------------------

	band

-----------------------------------*/
#container .band {
    height: 121px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .band .left {
    text-align: left;
}

#container .band .left .main-text {
    font-size: 1.3125rem;
    font-weight: 700;
    color: #e94709;
}

#container .band .right {
    width: 371px;
    height: 88px;
    margin-left: 29px;
    border: 2px solid #008a32;
    border-radius: 5px;
    display: flex;
    padding: 16px 20px 16px 13px;
    align-items: center;
    position: relative;
}

#container .band .right .hover-gr {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#container .band .right .subtext {
    color: #008a32;
    font-weight: 500;
}

#container .band .right .main-text {
    margin-left: 33px;
    margin-right: 50px;
    color: #008a32;
    font-size: 1.5625rem;
}

#container .band .right .next {
    width: 25px;
    height: 25px;
    background-color: #008a32;
    border-radius: 12.5px;
    text-align: center;
    line-height: 24px;
}

#container .band .right .next .allow {
    font-size: 1.125rem;
    font-weight: 700;
    transform: scaleY(1.5);
    color: #fff;
}
@media screen and (max-width:1080px) {
    #container .band {
    flex-direction: column;
    padding-top: 15px;
    width: 70%;
    height: auto;
    align-items: center;
    margin: auto auto 30px;
    }

    #container .band .left {
    text-align: center;
    }

    #container .band .right {
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-left: 0;
    }
}

@media screen and (max-width:600px) {
    #container .band .right {
    padding: 0;
    }

    #container .band .right .text .main-text {
    font-size: 1.4rem;
    }

    #container .band .right .next {
    width: 15px;
    height: 15px;
    line-height: 12px;
    margin-right: 10px;
    }
}

/*-----------------------------------

	bar

-----------------------------------*/

#container .bar {
    content: "";
    display: inline-block;
    width: 100%;
    height: 17.543px;
    background-image: url(../img/common/common_line.236e044.svg);
    background-repeat: repeat-x;
    background-position: 24px;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    background-size: cover;
    overflow: hidden;
}
@media screen and (max-width:600px) {
    #container .bar {
    height: 5px;
    }
}

/*-----------------------------------

	convenience

-----------------------------------*/

#container .convenience {
    padding-bottom: 89px;
    text-align: center;
    background-color: #fcf6e9;
}

#container .convenience .top {
    margin-top: -5px;
    padding-top: 78px;
}

#container .convenience .top .title {
    margin-top: 20px;
    margin-bottom: 47px;
}

#container .convenience .top .title p,
#container .convenience .top .title h1 {
    color: #e94709;
}

#container .convenience .case {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
}

#container .convenience .case li {
    padding: 11px 16px;
    max-width: 32.2%;
    background-color: #fff;
}

#container .convenience .case li .case-image {
    position: relative;
}

#container .convenience .case li .case-image img {
    width: 100%;
}

#container .convenience .case li .case-image span {
    position: absolute;
    font-size: 1.1875rem;
    font-weight: 500;
    padding: 7px 27px;
    top: 0;
    left: 0;
    background: #e94709;
    border: 1px solid #e94709;
    color: #fff;
    letter-spacing: 1.3px;
}

#container .convenience .case li .case-copy {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media screen and (max-width:1080px) {
    #container .convenience {
    padding-bottom: 0;
    }

    #container .convenience .top {
    padding-top: 40px;
    }

    #container .convenience .top .title {
    margin-top: 0;
    margin-bottom: 25px;
    }

    #container .convenience .top .title img {
    width: 60px;
    }

    #container .convenience .top .title p {
    margin-top: 10px;
    margin-bottom: 0;
    }

    #container .convenience .top .title h1 {
    font-size: 2.5rem;
    }

    #container .convenience .case {
    flex-direction: column;
    align-items: center;
    }

    #container .convenience .case li {
    max-width: 100%;
    margin-bottom: 40px;
    }
}

/*-----------------------------------

    feature

-----------------------------------*/
#container .feature {
    text-align: center;
}

#container .feature .title {
    margin-top: 52px;
    margin-bottom: 50px;
}

#container .feature .title h1,
#container .feature .title p {
    color: #333;
}

#container .feature li {
    width: 1200px;
    height: 294px;
    margin: 0 auto 29px;
    padding: 30px 30px 30px 50px;
    background-color: #f9eed3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#container .feature .left {
    width: 665px;
    margin-right: 53px;
}

#container .feature .left .main-text {
    border-bottom: 7px solid rgba(245, 162, 0, .15);
}

#container .feature .left .main-text,
#container .feature .left .orange {
    margin-top: 28px;
    margin-bottom: 17px;
    font-size: 2rem;
    font-weight: 700;
}

#container .feature .left .orange {
    color: #e94709;
}

#container .feature .left .orange br {
    display: none;
}

#container .feature .left strong {
    color: #e94709;
    font-weight: 900;
}

#container .feature .right {
    width: 37%;
}

#container .feature .right img {
    width: 100%;
    height: auto;
}

#container .feature .arrow_box {
    position: relative;
    width: 256px;
    height: 46px;
    background: #f08300;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 46px;
    border-radius: 10px;
}

#container .feature .arrow_box .bold {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
}

#container .feature .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 11px 7px;
    margin-left: -10px;
    border-top-color: #f08300;
}

#container .feature .maintenance .title-container {
    width: 1200px;
    height: 116px;
    margin: 40px auto 0;
    background-color: #e94709;
    display: flex;
    justify-content: center;
}

#container .feature .maintenance .title-container img {
    width: 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 33px;
    margin-right: 30px;
}

#container .feature .maintenance .title-container .maintenance-title {
    display: flex;
    align-items: center;
}

#container .feature .maintenance .title-container .maintenance-title .icon-before {
    transform: rotate(-30deg);
    margin-right: 7px;
    margin-left: 20px;
}

#container .feature .maintenance .title-container .maintenance-title .icon-after,
#container .feature .maintenance .title-container .maintenance-title .icon-before {
    content: "";
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 50px 5px 0;
    display: inline-block;
    margin-bottom: -10px;
}

#container .feature .maintenance .title-container .maintenance-title .icon-after {
    transform: rotate(30deg);
    margin-left: 15px;
}

#container .feature .maintenance .title-container .maintenance-title>span span {
    font-size: 2.8125rem;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
}

#container .feature .maintenance .title-container .maintenance-title>span span br {
    display: none;
}

#container .feature .maintenance .title-container .maintenance-title>span .yellow {
    color: #fcee21;
    font-weight: 700;
}

#container .feature .maintenance .copy-container {
    margin-top: 31px;
    text-align: left;
    display: flex;
    justify-content: center;
}

#container .feature .maintenance .copy-container .copy-box {
    width: 528px;
    height: 129px;
    border: 1px solid #f5a200;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .feature .maintenance .copy-container .copy-box .maintenance-copy {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

#container .feature .maintenance .copy-container .copy-box .maintenance-copy .yellow {
    font-size: 2.375rem;
    color: #f5a200;
    font-weight: 900;
    margin: 0 4px;
}

#container .feature .maintenance .copy-container .copy-box strong {
    color: #e94709;
    font-size: 5.625rem;
    font-weight: 900;
    margin-left: 5px;
}

#container .feature .maintenance .copy-container .copy-box:last-child {
    margin-left: 2%;
}

#container .feature .maintenance .copy-container .copy-box:last-child strong {
    font-size: 5rem;
    letter-spacing: -4px;
    transform: scaleX(.95);
}

#container .feature .maintenance .text-container {
    width: 1083px;
    margin: 20px auto 0;
    font-size: 1.5625rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

#container .feature .maintenance .text-container p {
    font-weight: 700;
    line-height: normal;
}

#container .feature .maintenance .text-container .orange {
    font-size: 1.5625rem;
    color: #e94709;
    font-weight: 700;
}

#container .feature .maintenance .text-container .yellow {
    font-size: 1.5625rem;
    color: #f5a200;
    font-weight: 700;
}

#container .feature .maintenance .text-container img {
    width: 340px;
    margin-top: -17px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

#container .feature .bottom-color {
    width: 100%;
    height: 63px;
    margin: -67px auto 0;
    background-color: #e8e8e8;
}
@media screen and (max-width:1240px) {
    feature ol li {
    width: 95%;
    }

    #container .feature ol li .left {
    width: auto;
    }

    #container .feature ol li .left .main-text .orange {
    font-size: 1.7rem;
    }

    #container .feature ol li .right img {
    width: 100%;
    height: auto;
    }

    #container .feature .maintenance .title-container {
    width: 95%;
    }

    #container .feature .maintenance .title-container .maintenance-title {
    margin-left: 10px;
    line-height: 0;
    text-indent: -2em;
    }

    #container .feature .maintenance .title-container .maintenance-title span br {
    display: block;
    }

    #container .feature .maintenance .title-container .maintenance-title .icon-before {
    margin-right: 35px;
    }

    #container .feature .maintenance .copy-container .copy-box {
    width: 40%;
    }

    #container .feature .maintenance .copy-container .copy-box strong {
    font-size: 5rem;
    }

    #container .feature .maintenance .copy-container .copy-box:last-child strong {
    font-size: 4rem;
    }

    #container .feature .maintenance .text-container {
    width: 80%;
    }

}
@media screen and (max-width:1080px) {
    #container .feature .title img {
    width: 60px;
    }

    #container .feature .title p {
    margin-top: 10px;
    margin-bottom: 0;
    }

    #container .feature .title h1 {
    font-size: 2.5rem;
    }

    #container .feature ol li {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    width: 100%;
    max-width: 600px;
    }

    #container .feature ol li .left {
    margin-right: 0;
    }

    #container .feature ol li .left .arrow_box {
    width: 100%;
    line-height: 40px;
    }

    #container .feature ol li .left .main-text {
    margin-top: 15px;
    text-align: center;
    }

    #container .feature ol li .right {
    margin-top: 20px;
    width: 95%;
    }

    #container .feature ol li .right img {
    width: 100%;
    }

    #container .feature .maintenance .title-container img {
    display: none;
    }

    #container .feature .maintenance .title-container .maintenance-title {
    font-size: 2.2rem;
    }

    #container .feature .maintenance .title-container .maintenance-title .icon-before {
    margin-left: -10px;
    }

    #container .feature .maintenance .title-container .maintenance-title>span {
    width: 90%;
    }

    #container .feature .maintenance .title-container .maintenance-title>span span {
    font-size: 2.2rem;
    }

    #container .feature .maintenance .title-container .maintenance-title>span span:first-child {
    margin-left: 60px;
    }

    #container .feature .maintenance .title-container .maintenance-title>span span br {
    display: block;
    }

    #container .feature .maintenance .copy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .feature .maintenance .copy-container .copy-box {
    width: 45%;
    min-width: 450px;
    }

    #container .feature .maintenance .copy-container .copy-box:last-child {
    margin-left: 0;
    margin-top: 30px;
    }

    #container .feature .maintenance .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .feature .maintenance .text-container p {
    margin-bottom: 10px;
    }

    #container .feature .maintenance .text-container img {
    width: 200px;
    }
}

@media screen and (max-width:600px) {
    #container .feature ol li .left .main-text .orange br {
    display: block;
    }

    #container .feature .maintenance .title-container .maintenance-title .icon-before {
    margin-left: 0;
    border-width: 40px 3px 0;
    margin-right: 5px;
    }

    #container .feature .maintenance .title-container .maintenance-title .icon-after {
    border-width: 40px 3px 0;
    }

    #container .feature .maintenance .title-container .maintenance-title>span span {
    font-size: 1.5rem;
    }

    #container .feature .maintenance .copy-container .copy-box {
    width: 90%;
    min-width: auto;
    height: 100px;
    }

    #container .feature .maintenance .copy-container .copy-box .maintenance-copy {
    font-size: 1.5rem;
    }

    #container .feature .maintenance .copy-container .copy-box .maintenance-copy .yellow {
    font-size: 2rem;
    }

    #container .feature .maintenance .copy-container .copy-box strong {
    font-size: 4rem;
    }

    #container .feature .maintenance .text-container p {
    font-size: 1.5rem;
    }
}

/*-----------------------------------

    tel-contact-container

-----------------------------------*/

#container .tel-contact-container {
    position: relative;
    max-width: 100%;
    height: 330px;
    background: #595757;
    display: flex;
    justify-content: center;
    margin: 0 auto 70px;
}

#container .tel-contact-container .tel-contact {
    width: 850px;
}

#container .tel-contact-container .tel-contact .stock-info {
    margin: 60px 0 20px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

#container .tel-contact-container .tel-contact .stock-info-container {
    position: relative;
    background: #fff;
    width: 850px;
    height: 150px;
    padding: 18px 0 10px;
    display: flex;
    justify-content: center;
    text-align: left;
}

#container .tel-contact-container .tel-contact .stock-info-container .logo img {
    width: 60px;
    margin-right: 36px;
}

#container .tel-contact-container .tel-contact .stock-info-container .stock-info-container-detail {
    height: 45px;
}

#container .tel-contact-container .contact-info {
    height: 45px;
    font-style: normal;
}

#container .tel-contact-container .contact-info a {
    text-decoration: none;
}

#container .tel-contact-container .contact-info .office-sendai {
    font-size: 1.1875rem;
    color: #fff;
    background: #e84709;
    padding: 2px 20px;
    margin-right: 8px;
    font-weight: 700;
}

#container .tel-contact-container .contact-info .office-aomori {
    font-size: 1.1875rem;
    color: #fff;
    background: #e84709;
    padding: 2px 11px;
    margin-right: 8px;
    font-weight: 700;
}

#container .tel-contact-container .contact-info .tel-mark {
    display: inline-block;
    vertical-align: -5px;
    width: 20px;
    margin-right: 5px;
}

#container .tel-contact-container .contact-info .tel a {
    font-size: 1.9375rem;
    font-weight: 700;
    vertical-align: -3px;
}

#container .tel-contact-container .business-hours {
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding-top: 4px;
    font-weight: 500;
}
@media screen and (max-width:1080px) {
    #container .tel-contact-container {
    display: flex;
    align-content: center;
    margin-bottom: 40px;
    }

    #container .tel-contact-container .tel-contact {
    width: 80%;
    min-width: 550px;
    }

    #container .tel-contact-container .tel-contact .stock-info-container {
    width: auto;
    }   
}

@media screen and (max-width:600px) {
        #container .tel-contact-container {
    height: auto;
    padding-bottom: 20px;
    }

    #container .tel-contact-container .tel-contact {
    min-width: 0;
    width: 90%;
    }

    #container .tel-contact-container .tel-contact .stock-info {
    margin-top: 10px;
    font-size: 1rem;
    }

    #container .tel-contact-container .tel-contact .stock-info-container {
    height: auto;
    }

    #container .tel-contact-container .tel-contact .stock-info-container .logo {
        width: 40px;
    margin-right: 1em;
    }

    #container .tel-contact-container .tel-contact .stock-info-container .logo img {
    width: 40px;
    margin-right: 0;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .contact-info {
    height: auto;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .contact-info .office-sendai {
    font-size: .8rem;
    padding: 2px 10px;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .contact-info .office-aomori {
    font-size: .8rem;
    padding: 2px 5px;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .contact-info .tel {
    font-size: 1.5rem;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .contact-info img {
    width: 15px;
    }

    #container .tel-contact-container .tel-contact .stock-info-container div:last-child .business-hours {
    font-size: 1rem;
    }

}

/*-----------------------------------

    information

-----------------------------------*/
#container .information {
    width: 100%;
}
#container .information .title {
    padding-top: 72px;
    padding-bottom: 70px;
    background-color: #fff;
}

#container .information .title h1,
#container .information .title p {
    color: #333;
}

#container .information .search {
    width: 100%;
    background-color: #faf7f2;
    padding-top: 46px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
}

#container .information .search .container {
    width: 1200px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 19px 14px;
}

#container .information .search .body-type .title {
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #faf7f2;
    text-align: left;
}

#container .information .search .body-type .item {
    width: 130px;
    height: 118px;
    border: 2px solid #e94709;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .16);
    position: relative;
    list-style: none;
}

#container .information .search .body-type .item .icon {
    height: 73px;
}

#container .information .search .body-type .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .information .search .body-type .item .icon .img-1 {
    width: 70%;
    margin-top: 20px;
}

#container .information .search .body-type .item .icon .img-2 {
    width: 82%;
    margin-top: 20px;
}

#container .information .search .body-type .item .icon .img-3 {
    width: 82%;
    margin-top: 26px;
}

#container .information .search .body-type .item .type-name {
    width: 100%;
    height: 45px;
    background-color: #e94709;
    text-align: center;
    font-size: .6875rem;
    position: absolute;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media screen and (max-width:1240px) {
    #container .information .search .body-type .title {
    margin-left: 20px;
    }

    #container .information .search .body-type .container {
    width: 100%;
    }

    #container .information .search .body-type .container li {
    width: 11.5%;
    }
}

@media screen and (max-width:1080px) {
    #container .information .title {
    padding-top: 0;
    padding-bottom: 40px;
    }

    #container .information .title img {
    width: 60px;
    }

    #container .information .title p {
    margin-top: 10px;
    margin-bottom: 0;
    }

    #container .information .title h1 {
    font-size: 2.5rem;
    }

}

@media screen and (max-width:600px) {
    #container .information .search .body-type .container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    }

    #container .information .search .body-type .container li {
    width: 22%;
    margin-bottom: 20px;
    }
}

#container .information .search {
    width: 100%;
    background-color: #faf7f2;
    padding-top: 46px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center
}

#container .information .search img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#container .information .search .container {
    width: 1220px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 19px 14px
}

#container .information .search .body-type .title {
    font-size: 2em;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #faf7f2;
    text-align: left
}

#container .information .search .body-type .item {
    width: 130px;
    height: 118px;
    border: 2px solid #e94709;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .16);
    position: relative;
    list-style: none
}

#container .information .search .body-type .item .icon {
    height: 73px
}

#container .information .search .body-type .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#container .information .search .body-type .item .icon .img-1 {
    width: 70%;
    margin-top: 20px
}

#container .information .search .body-type .item .icon .img-2 {
    width: 82%;
    margin-top: 20px
}

#container .information .search .body-type .item .icon .img-3 {
    width: 82%;
    margin-top: 26px
}

#container .information .search .body-type .item .type-name {
    width: 100%;
    height: 45px;
    background-color: #e94709;
    text-align: center;
    font-size: .6875rem;
    position: absolute;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

#container .information .search .body-type .item .hover {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

@media screen and (max-width:1240px) {
    #container .information .search .body-type .title {
        margin-left: 20px
    }

    #container .information .search .body-type .container {
        width: 100%
    }

    #container .information .search .body-type .container li {
        width: 10.5%
    }
}

@media screen and (max-width:600px) {
    #container .information .search .body-type .container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around
    }

    #container .information .search .body-type .container li {
        width: 22%;
        margin-bottom: 20px
    }
}

@media (hover:hover) {
    #container .information .search .body-type .item .hover:hover {
        background: #e94709;
        opacity: .4
    }
}

/*-----------------------------------

    list

-----------------------------------*/
#container .list {
    width: 100%;
    padding: 93px 0 0;
    background-color: #fff;
}

#container .list h3 {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 51px;
}

#container .list ul {
    width: 1200px;
    margin: 0 auto;
}

#container .list ul li {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    border-radius: 12px;
}

#container .list ul li .list-img {
    width: calc(100% - 632px);
    min-height: 430px;
}

#container .list ul li .list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0 0 12px;
}

#container .list ul li .list-text {
    width: 632px;
    border-radius: 0 12px 12px 0;
    border: 3px solid #e94709;
    border-left: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

#container .list ul li .list-text .head {
    width: 630px;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-top: -1px;
    background-color: #e94709;
    display: flex;
    align-items: center;
    border-radius: 0 10px 0 0;
}

#container .list ul li .list-text .head .type-icon {
    margin-right: 31px;
    margin-left: 38px;
}

#container .list ul li .list-text .head .item-name {
    color: #fff;
    font-size: 2.375rem;
    font-weight: 700;
}

#container .list ul li .list-text .head .license {
    min-width: 99px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
    background-color: #595757;
    font-size: .875rem;
}

#container .list ul li .list-text .day,
#container .list ul li .list-text .month {
    width: 537px;
    margin: 0 auto;
    display: flex;
}

#container .list ul li .list-text .day {
    margin-top: 36px;
}

#container .list ul li .list-text .day .day-icon {
    width: 192px;
    height: 65px;
    background-color: #e94709;
    border-radius: 6px;
    line-height: 65px;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 700;
}

#container .list ul li .list-text .day .day-price {
    font-size: 1.25rem;
}

#container .list ul li .list-text .day .day-price span.price {
    font-size: 3.75rem;
    font-weight: 700;
    margin-left: 27px;
}

#container .list ul li .list-text .month .month-icon {
    width: 192px;
    height: 46px;
    background-color: #fad9cd;
    border-radius: 6px;
    line-height: 46px;
    color: #e94709;
    font-size: 1.25rem;
    font-weight: 500;
}

#container .list ul li .list-text .month .month-price {
    font-size: .9375rem;
}

#container .list ul li .list-text .month .month-price span.price {
    font-size: 1.875rem;
    font-weight: 500;
    margin-left: 27px;
}

#container .list ul li .list-text button {
    width: 537px;
    height: 74px;
    margin: 32px auto 0;
    background-color: #fff;
    border: 3px solid #e94709;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#container .list ul li .list-text button>a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#container .list ul li .list-text button .button-text {
    font-size: 1.25rem;
    color: #e94709;
    font-weight: 700;
}

#container .list ul li .list-text button img {
    margin-left: 75px;
}

#container .list button {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    background-color: #e94709;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#container .list button>a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#container .list button .button-text {
    font-size: 1.375rem;
    color: #fff;
    font-weight: 500;
}

#container .list button img {
    margin-left: 120px;
}

@media screen and (max-width:1240px) {

    .list>h3 {
    font-size: 2.1rem;
    }

    #container .list ul {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .list ul li .list-img,
    #container .list ul li .list-text {
    width: 50%;
    }
    #container .list ul li .list-img {
        min-height: initial;
    }


    #container .list ul li .list-text .head {
    width: auto;
    }

    #container .list ul li .list-text .head .item-name {
    font-size: 2rem;
    }

    #container .list ul li .list-text .head .item-name .license {
    width: 80px;
    line-height: 25px;
    margin-top: 5px;
    }

    #container .list ul li .list-text .day {
    margin-top: 10px;
    justify-content: start;
    margin-left: 20px;
    }

    #container .list ul li .list-text .day .day-icon {
    width: 142px;
    height: 50px;
    line-height: 45px;
    margin-top: 20px;
    }

    #container .list ul li .list-text .day .day-price {
    margin-top: 5px;
    }

    #container .list ul li .list-text .month {
    margin-top: 10px;
    justify-content: start;
    margin-left: 20px;
    }

    #container .list ul li .list-text .month .month-icon {
    width: 142px;
    height: 36px;
    line-height: 38px;
    margin-top: 20px;
    }

    #container .list ul li .list-text .month .month-price {
    margin-top: 20px;
    }

    #container .list ul li .list-text button {
    width: 75%;
    height: 50px;
    margin-top: 15px;
    }

    #container .list ul li .list-text button div {
    font-size: 1rem;
    }

    #container .list ul li .list-text button img {
    height: 20px;
    }

    #container .list ul li .list-img img {
    height: 100%;
    }

    #container .list button {
    width: 80%;
    }

    #container .list button img {
    margin-left: 50px;
    }

}
@media screen and (max-width:1080px) {

    #container .list {
    padding-top: 20px;
    }

    #container .list>h3 {
    font-size: 1.8rem;
    }

    #container .list ul li {
    flex-direction: column;
    align-items: center;
    width: 55%;
    height: auto;
    max-width: 500px;
    margin-bottom: 50px;
    }

    #container .list ul li .list-img {
    width: 100%;
    height: 375px;
    margin-bottom: -5px;
    }

    #container .list ul li .list-img img {
    border-radius: 0;
    }

    #container .list ul li .list-text {
    min-width: 400px;
    border-radius: 0;
    width: 100%;
    border: 3px solid #e94709;
    padding-bottom: 10px;
    }

    #container .list ul li .list-text .head {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    }

    #container .list ul li .list-text .head .type-icon {
        width: 95px;
        height: 100px;
        font-size: 0.6875rem;
        transform: scale(1);
        margin-left: 0;
    }

    #container .list ul li .list-text .head .item-name {
    font-size: 1.8rem;
    }

    #container .list ul li .list-text .day {
    justify-content: start;
    width: auto;
    margin-top: 0;
    margin-left: 10%;
    }

    #container .list ul li .list-text .day .day-icon {
    width: 8rem;
    height: 2em;
    font-size: 1.3rem;
    line-height: 35px;
    }

    #container .list ul li .list-text .day .day-price {
    margin-top: 0;
    font-size: 1.15rem;
    }

    #container .list ul li .list-text .day .day-price span.price {
    padding-top: 0;
    font-size: 2.6rem;
    }

    #container .list ul li .list-text .month {
    margin-top: 0;
    width: 100%;
    justify-content: start;
    margin-left: 10%;
    }

    #container .list ul li .list-text .month .month-icon {
    margin-top: 10px;
    width: 8rem;
    height: 2em;
    }

    #container .list ul li .list-text .month .month-price {
    margin-top: 10px;
    }

    #container .list ul li .list-text button {
    height: 40px;
    }

    #container .list ul li .list-text button .button-text {
    font-size: 1.1rem;
    }

    #container .list ul li .list-text button img {
    height: 15px;
    }

    #container .list button {
    height: 50px;
    margin-top: 30px;
    }

    #container .list button .button-text {
    font-size: 1.2rem;
    }

    #container .list button img {
    height: 20px;
    }

}

@media screen and (max-width:600px) {

    #container .list ul li {
    width: 70%;
    }

    #container .list ul li .list-img {
        height: 47.2vw;
    }

    #container .list ul li .list-text {
    min-width: auto;
    }
    #container .list ul li .list-text .head .type-icon {

    transform: scale(0.6);
    margin-left: -10px;
    margin-right: 0;
    }

    #container .list ul li .list-text .head .item-name {
    font-size: 1.2rem;
    }

    #container .list ul li .list-text .head .item-name .license {
    width: 60px;
    line-height: 15px;
    }

    #container .list ul li .list-text .day {
    margin-left: 6%;
    }

    #container .list ul li .list-text .day .day-icon {
    width: 6rem;
    height: 2rem;
    font-size: 1rem;
    line-height: 21px;
    margin-top: 5px;
    border-radius: 3px;
    }

    #container .list ul li .list-text .day .day-price {
    font-size: 1rem;
    }

    #container .list ul li .list-text .day .day-price span.price {
    font-size: 1.8rem;
    margin-left: 7px;
    }

    #container .list ul li .list-text .month {
    margin-left: 6%;
    }

    #container .list ul li .list-text .month .month-icon {
    width: 6rem;
    height: 2rem;
    font-size: .7rem;
    line-height: 17px;
    margin-top: 5px;
    border-radius: 3px;
    }

    #container .list ul li .list-text .month .month-price {
    font-size: .7rem;
    margin-top: 0;
    }

    #container .list ul li .list-text .month .month-price span.price {
    font-size: 1.5rem;
    margin-left: 7px;
    }

    #container .list ul li .list-text button {
    border: 2px solid #e94709;
    }

    #container .list ul li .list-text button .button-text {
    font-size: 1rem;
    }

    #container .list ul li .list-text button img {
    margin-left: 5px;
    height: 10px;
    }

    #container .pc-br {
        display: none;
    }
}

/*-----------------------------------

    price

-----------------------------------*/
#container .price {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0;
}

#container .price .title {
    margin-bottom: 48px;
}

#container .price .title h1,
#container .price .title p {
    color: #333;
    text-align: center;
}

#container .price table {
    width: 100%;
    margin: 0 auto;
}

#container .price table tr {
    height: 41px;
}

#container .price table th:nth-child(3),
#container .price table th:nth-child(4),
#container .price table th:nth-child(5),
#container .price table th:nth-child(6) {
    width: 169px;
}

#container .price table thead th {
    background-color: #f08300;
    color: #fff;
    font-size: .9375rem;
}

#container .price table tbody th {
    background-color: #fafafa;
    font-size: .9375rem;
    font-weight: 700;
}

#container .price table,
#container .price td,
#container .price th,
#container .price tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#container .price p.table-bottom {
    font-size: .8125rem;
    margin: 31px 0 108px;
    text-align: left;
}

#container .price .option-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 33px;
}

#container .price .option-list {
    margin-bottom: 79px;
}

#container .price .option-list .back-color {
    background-color: #fff;
}

#container .price .option-list th {
    width: 401px;
}

#container .price .option-list tbody tr:nth-child(12) td:first-child,
#container .price .option-list tbody tr:nth-child(13) td:first-child,
#container .price .option-list tbody tr td:nth-child(3),
#container .price .option-list tbody tr th:nth-child(3) {
    font-weight: 400;
}

@media screen and (max-width:1240px) {
    #container .price {
    width: 90%;
    }

    #container .price p.table-bottom {
    margin: 5px 0 30px;
    }
}

@media screen and (max-width:1080px) {
    #container .price {
    margin-bottom: 30px;
    }

    #container .price .scroll-table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    }

    #container .price .title {
    padding-top: 0;
    padding-bottom: 40px;
    }

    #container .price .title img {
    width: 60px;
    }

    #container .price .title p {
    margin-top: 10px;
    margin-bottom: 0;
    }

    #container .price .title h1 {
    font-size: 2.5rem;
    }

    #container .price .container .price-list {
    min-width: 1200px;
    }

    #container .price .option-list {
    min-width: 900px;
    margin-bottom: 0;
    }
}

@media screen and (max-width:600px) {
    #container .price {
    padding-top: 30px;
    }

    #container .price .title {
    padding-bottom: 0;
    }

    #container .price .scroll-table .container .price-list {
    min-width: 900px;
    }

    #container .price .scroll-table .container .price-list tr {
    height: 20px;
    }

    #container .price .scroll-table .container .price-list th {
    width: 30px;
    }

    #container .price .scroll-table .container .price-list td {
    width: 70px;
    }

    #container .price .scroll-table .option-list {
    min-width: 900px;
    }

    #container .price .scroll-table .option-list tr {
    height: 20px;
    }

    #container .price .scroll-table .option-list th {
    width: 30px;
    }

    #container .price .scroll-table .option-list td {
    width: 70px;
    }

}

/*-----------------------------------

	registration

-----------------------------------*/
#container .registration {
    position: relative;
    width: 900px;
    margin: auto;
}

#container .registration .sp-banner {
    display: none;
}

#container .registration .bunner-hover {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

#container .registration a {
    text-decoration: none;
}

#container .registration .registration-banner {
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
}

#container .registration .registration-banner .band,
#container .registration .registration-banner .bottom {
    background-color: #0f71bc;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 4px;
}

#container .registration .registration-banner .top {
    position: relative;
    height: 239px;
    padding-top: 40px;
    background-color: #005397;
}

#container .registration .registration-banner .top .text-area {
    width: 100%;
    display: flex;
    justify-content: center;
}

#container .registration .registration-banner .top .text-area .left {
    width: 532px;
}

#container .registration .registration-banner .top .text-area .left .car-rental,
#container .registration .registration-banner .top .text-area .left .large,
#container .registration .registration-banner .top .text-area .left h1 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 900;
    font-style: italic;
    line-height: 24px;
}

#container .registration .registration-banner .top .text-area .left .car-rental span.car-rental,
#container .registration .registration-banner .top .text-area .left .large span.car-rental,
#container .registration .registration-banner .top .text-area .left h1 span.car-rental {
    font-size: 2.25rem;
}

#container .registration .registration-banner .top .text-area .left .car-rental span.large,
#container .registration .registration-banner .top .text-area .left .large span.large,
#container .registration .registration-banner .top .text-area .left h1 span.large {
    font-size: 4.75rem;
    margin-left: 18px;
}

#container .registration .registration-banner .top .text-area .right {
    margin-left: 30px;
}

#container .registration .registration-banner .top .text-area .band {
    width: 100%;
    height: 31px;
    margin-top: 20px;
    line-height: 31px;
    font-size: 1.125rem;
}

#container .registration .registration-banner .top .text-area .text {
    margin-top: 5px;
    color: #fff;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 300;
}

#container .registration .registration-banner .top .text-area .text .yellow {
    font-weight: 700;
    color: #ff0;
}

#container .registration .registration-banner .bottom {
    height: 48px;
    line-height: 31px;
    font-size: 1.25rem;
}

#container .registration .registration-banner .bottom img {
    margin-left: 26px;
}

@media screen and (max-width:1240px) {
    #container .registration .sp-banner {
    width: 100%;
    display: block;
    }

    #container .registration .registration-banner {
    display: none;
    }

}

@media screen and (max-width:1080px) {
            #container .registration {
    display: flex;
    justify-content: center;
    width: 100%;
    }

    #container .registration .sp-banner {
    width: 80%;
    margin-bottom: 30px;
    }

}

    @media screen and (max-width:850px) {
    #container .registration {
    display: flex;
    justify-content: center;
    }

    #container .registration .registration-banner {
    transform: scale(.7);
    }
}

@media screen and (max-width:600px) {
    #container .registration {
    margin-bottom: 20px;
    width: 90%;
    }

    #container .registration .sp-banner {
    margin-bottom: 0;
    width: 100%;
    }
}

@media (hover:hover) {
    #container .registration .bunner-hover:hover {
    background: #fff;
    opacity: .4;
    }
}

/*-----------------------------------

	flow

-----------------------------------*/
#container .flow {
    width: 1200px;
    margin: 0 auto;
}

#container .flow .sp-flow {
    display: none;
}

#container .flow .title {
    margin-bottom: 110px;
    padding-top: 100px;
}

#container .flow .title h1,
#container .flow .title p {
    color: #333;
}

#container .flow ol.step {
    width: 1145px;
    height: 143.8px;
    margin: 0 auto;
    background-image: url(../img/rental/flow-img.224830a.svg);
    background-repeat: no-repeat;
    text-align: center;
    list-style: none;
    display: flex;
}

#container .flow ol.step li {
    width: 220px;
    margin-right: 15px;
    padding-top: 26px;
}

#container .flow ol.step li .step {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #f08300;
}

#container .flow ol.step li p {
    margin-top: 24px;
    font-size: 1.4375rem;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 1.4;
}

#container .flow ol.step li:last-child {
    width: 195px;
}

#container .flow ol.description {
    width: 1145px;
    margin: -12px auto 72px;
    text-align: left;
    list-style: none;
    display: flex;
}

#container .flow ol.description li {
    padding-top: 26px;
    width: 213px;
    font-size: .9375rem;
    font-weight: 400;
    margin-right: 22px;
}

#container .flow ol.description li:first-child {
    padding-left: 10px;
    margin-right: 10px;
}

#container .flow section {
    margin-bottom: 87px;
    text-align: left;
    font-size: .9375rem;
}

#container .flow section h4 {
    width: 100%;
    height: 61px;
    margin-bottom: 42px;
    background-color: #e94709;
    color: #fff;
    line-height: 61px;
    font-size: 1.5625rem;
    text-align: center;
}

#container .flow section h5 {
    margin: 20px 0 10px;
    font-size: 1.125rem;
    font-weight: 500;
}

#container .flow section span.small {
    font-size: .9375rem;
}

#container .flow section p.orange {
    color: #e94709;
    margin-bottom: 0;
}

#container .flow section span.orange {
    color: #e94709;
    font-size: 1.125rem;
    font-weight: 700;
    margin-left: 20px;
}

#container .flow section li {
    line-height: 2;
    text-indent: -1em;
    margin-left: 1em;
}

#container .flow section table {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

#container .flow section table tr {
    height: 44px;
}

#container .flow section table td,
#container .flow section table th {
    width: 192px;
}

#container .flow section table th {
    background-color: #fafafa;
    font-size: .9375rem;
}

#container .flow section table,
#container .flow section td,
#container .flow section th,
#container .flow section tr {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#container .flow section .indent li {
    padding-left: .5em;
    display: flex;
}

#container .flow section.to-customer button {
    display: block;
    width: 448px;
    height: 73px;
    margin: 40px auto 0;
    background-color: #f08300;
    color: #fff;
    font-size: 1.25rem;
    line-height: 73px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

#container .flow section.to-customer button>a {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#container .flow section.to-customer table.compensation tbody tr th {
    font-weight: 700;
}

#container .flow section.to-customer .compensation-description li span:first-child,
#container .flow section.to-customer .indent li span:first-child {
    margin-left: 1rem;
    margin-right: 2rem;
}

#container .flow section.about-license table tr {
    height: 50px;
}

#container .flow section.about-license table td,
#container .flow section.about-license table th,
#container .flow section.about-license table tr {
    border: 5px solid #fff;
    border-collapse: collapse;
}

#container .flow section.about-license table thead td {
    color: #fff;
}

#container .flow section.about-license table tbody tr td {
    font-weight: 700;
}

#container .flow section.about-license table.old-system {
    margin-bottom: 50px;
}

#container .flow section.about-license table.old-system thead td:first-child {
    background-color: #e94709;
}

#container .flow section.about-license table.old-system thead td:nth-child(2) {
    background-color: #595757;
}

#container .flow section.about-license table.old-system thead td:nth-child(3) {
    background-color: #f08300;
}

#container .flow section.about-license table.old-system thead td:nth-child(4) {
    background-color: #6ba200;
}

#container .flow section.about-license table.old-system tbody tr td:first-child {
    background-color: #fbded3;
}

#container .flow section.about-license table.old-system tbody tr td:nth-child(2) {
    background-color: #e0e0e0;
}

#container .flow section.about-license table.old-system tbody tr td:nth-child(3) {
    background-color: #fbdbb5;
}

#container .flow section.about-license table.old-system tbody tr td:nth-child(4) {
    background-color: #ecf3de;
}

#container .flow section.about-license table.current-system thead td:first-child {
    background-color: #e94709;
}

#container .flow section.about-license table.current-system thead td:nth-child(2) {
    background-color: #595757;
}

#container .flow section.about-license table.current-system thead td:nth-child(3) {
    background-color: #f5a200;
}

#container .flow section.about-license table.current-system thead td:nth-child(4) {
    background-color: #f08300;
}

#container .flow section.about-license table.current-system thead td:nth-child(5) {
    background-color: #6ba200;
}

#container .flow section.about-license table.current-system tbody tr td:first-child {
    background-color: #fbded3;
}

#container .flow section.about-license table.current-system tbody tr td:nth-child(2) {
    background-color: #e0e0e0;
}

#container .flow section.about-license table.current-system tbody tr td:nth-child(3) {
    background-color: #fdeccb;
}

#container .flow section.about-license table.current-system tbody tr td:nth-child(4) {
    background-color: #fbdbb5;
}

#container .flow section.about-license table.current-system tbody tr td:nth-child(5) {
    background-color: #ecf3de;
}

#container .type-icon {
    border: 2px solid #fff;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container .type-icon .icon {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex: 1;
}

#container .type-icon .icon img {
    width: 80%;
    display: block;
}

#container .type-icon .type-name {
    width: 99.5%;
    height: 40%;
    background-color: #f08300;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width:1240px) {
    #container .flow {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .flow .sp-flow {
    display: block;
    margin: auto;
    width: 90%;
    }

    #container .flow ol.description,
    #container .flow ol.step {
    display: none;
    }

    #container .flow .to-customer {
    width: 90%;
    }

    #container .flow .to-customer>h4 {
    margin: auto auto 20px;
    }

    #container .flow .about-license,
    #container .flow .caution {
    width: 90%;
    }

}

@media screen and (max-width:1080px) {
    #container .flow .title {
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 0;
    }

    #container .flow .title img {
    width: 60px;
    }

    #container .flow .title p {
    margin-top: 10px;
    margin-bottom: 0;
    }

    #container .flow .title h1 {
    font-size: 2.5rem;
    }

    #container .flow .about-license .scroll-area .scroll {
    display: none;
    }
}

@media screen and (max-width:600px) {
    #container .flow section {
    margin-bottom: 10px;
    }

    #container .flow section.to-customer h4 {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    }

    #container .flow section.to-customer>button {
    width: 90%;
    height: 35px;
    font-size: 1.2rem;
    line-height: 10px;
    }

    #container .flow section.about-license h4 {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    margin-bottom: 10px;
    }

    #container .flow section.about-license .scroll-area {
    overflow: scroll;
    position: relative;
    }

    #container .flow section.about-license .scroll-area .scroll {
    display: flex;
    }

    #container .flow section.about-license .scroll-area table.current-system,
    #container .flow section.about-license .scroll-area table.old-system {
    width: 800px;
    }


}
@media (hover:hover) {
    #container .flow section.to-customer button>a:hover {
        opacity: .4;
    }
}

@media (hover:hover) {
    .hover:hover {
        background: #e94709;
        opacity: .4 !important;
    }

    .hover-wt:hover {
        background: #fff;
        opacity: .4 !important;
    }

    .hover-gr:hover {
        background: #008a32;
        opacity: .4 !important;
    }
}