@charset "utf-8";

/* CSS Document */
img {
    max-width: 100%;
}

p.border-both {
    margin: 20px 0 0 0;
    padding: 5px 0 0 0;
    font-size: 12px;
}

p.forfogot {
    font-size: 13px;
    margin: 0 0 10px 0;
}

p.e-pic {
    padding: 15px;
}

ul.two-block {
    margin: 0 0 20px 0;
    overflow: hidden;
    clear: both;
}

ul.two-block li:nth-child(2) {
    margin-top: 15px;
}

ul.two-block.yoko li {
    width: 48%;
    float: left;
    font-size: 13px;
}

ul.two-block.yoko li:first-child {
    margin-right: 4%;
}

ul.two-block.yoko li:nth-child(2) {
    margin-top: 0;
}

ul.two-block li p {
    margin: 10px 0 0 0;
    font-size: 12px;
    text-align: center;
}

ul.two-block li p a {
    text-decoration: underline;
    color: #999;
}

p.and {
    text-align: center;
    margin: 15px 0;
}

p.and2 {
    margin: 15px 0;
}

p.letter {
    width: 100px;
    margin: 25px auto 0 auto;
}

p.letter img {
    max-width: 100%;
}

.facebook a {
    background: #4367B0;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 30px;
}

.facebook a:before {
    content: "";
    background: url(../img/icon/facebook.png) no-repeat;
    background-size: 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
}

.line a {
    background: #20B24A;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 30px;
}

.line a:before {
    content: "";
    background: url(../img/icon/line.png) no-repeat;
    background-size: 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0;
}

#firsttime {
    background: #FDF2EF;
    padding: 20px;
    text-align: center;
    max-width: 736px;
    margin: 0 auto;
}

@media only screen and (max-width: 736px) {
    .facebook a, .line a {
        font-size: 13px;
    }

    #firsttime {
        margin-top: -50px;
    }
}

#firsttime p {
    margin: 0 0 10px 0;
}

.next, #firsttime p a {
    display: block;
    border: 2px solid #F05536;
    color: #F05536;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    background: #FFF;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.back {
    display: block;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    background: #999;
    width: 100%;
    transition: all 0.3s ease-in-out;
    margin: 15px 0 0 0;
    border: none;
    letter-spacing: 5px;
}

.submit {
    transition: all 0.3s ease-in-out;
}

.opa2 {
    opacity: 0.2;
}

h2.title {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: normal;
}

h3.subtitle span {
    color: #F05A28;
    border-bottom: 2px solid #F05A28;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
}

dl.question {
    margin: 0 0 10px 0;
}

dl.question + input {
    margin-bottom: 20px;
}

dl.question + input + label {
    font-size: 13px;
}

dl.question dt {
    margin: 15px 0;
    font-size: 15px;
}

dl.question dd {
    font-size: 13px;
    margin: 0 0 7px 0;
    text-indent: -1.6em;
    padding-left: 1.6em;
}

dl.question dd label {
    margin-left: 5px;
}

select {
    background: #FFF;
    padding: 5px;
    margin-right: 5px;
}

.second-question select:nth-child(2) {
    margin-left: 10px;
}

ul.blog-list li {
    border-bottom: 1px solid #EEE;
    padding: 10px 0 0 0;
}

ul.blog-list li:first-child {
    padding: 0;
}

ul.blog-list li .image {
    float: left;
    width: 25%;
}

ul.blog-list li a {
    display: block;
    overflow: hidden;
    clear: both;
}

ul.blog-list li .text {
    float: left;
    width: 70%;
    margin-left: 5%;
}

ul.blog-list li .text h2 {
    font-size: 14px;
    line-height: 1.4;
}

time {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

/*=============================================================*/
.title-wrap {
    overflow: hidden;
    clear: both;
}

.title-wrap h2 {
    font-size: 15px;
    float: left;
}

.title-wrap p {
    float: right;
    font-size: 12px;
}

.search-result-list {
    margin-top: 25px !important;
}

.title-wrap p:after {
    content: ">";
    margin: 0 0 0 5px;
    color: #F05537;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    transform: scale(0.8, 1)
}

.company-top {
    padding-bottom: 50px;
}

.company-top ul {
    margin-bottom: 25px;
    overflow: hidden;
    clear: both;
}

.company-top ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.company-top ul li:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 736px) {
    .company-top ul {
        overflow: inherit;
        clear: none;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin: 10px -15px 20px 0;
    }

    .company-top ul li:nth-child(3n) {
        margin-right: 15px;
    }

    .company-top ul li {
        /* 横スクロール用 */
        display: inline-block;
        width: 40%;
        /* 見た目調整 */
        margin: 0 15px 0 0;
        vertical-align: top;
        float: none;
    }
}

.company-top ul li img {
    border-radius: 10px;
}

.company-top ul li p {
    height: 35px;
    white-space: normal !important;
    font-size: 14px;
}

@media only screen and (max-width: 736px) {
    .company-top ul li p {
        font-size: 13px;
    }
}

/*================================*/
.company-all ul {
    overflow: hidden;
    clear: both;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.company-all ul li {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
}

.company-all ul li:nth-child(2n) {
    margin-right: 0;
}

.company-all ul li img {
    border-radius: 10px;
}

.search-wrap {
    margin: 5px 0 0 0;
}

.search-wrap h3 {
    float: left;
    font-size: 13px;
    padding: 7px 0 0 0;
    box-sizing: border-box;
    width: 25%;
}

.search-wrap input[type=text] {
    background: #EEE;
    padding: 7px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
}

.recruitinfo-wrap {
    margin: 0 auto 20px 7px;
    overflow: hidden;
    clear: both;
}

.recruitinfo-wrap p {
    float: left;
    margin: 4px 10px 0 0;
}

.recruitinfo-wrap input[type=radio] {
    position: relative;
    top: 2px;
}

.recruitinfo-wrap input[type=radio] + label {
    font-size: 13px;
    margin: 0 10px 0 5px;
}

h3.companysubtitle {
    font-size: 14px;
    color: #F05A28;
    margin: 0 0 20px 0;
}

.left-right {
    clear: both;
    overflow: hidden;
    margin: 0;
}

.mainpic {
    margin: 0 0 10px 0;
}

.catchcopy {
    margin: 0 0 20px 0;
}

.catchcopy h4 {
    font-size: 20px;
}

@media only screen and (max-width: 736px) {
    .catchcopy h4 {
        font-size: 16px;
    }
}

.left-right .left {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
}

.left-right .right {
    float: right;
    width: 48%;
}

#under-wrapper {
    background: #FDF2EF;
    margin: -75px auto 0 auto;
    padding: 15px 15px 85px 15px;
    max-width: 736px;
}

p.btn-recruit a {
    display: block;
    border: 2px solid #F05536;
    color: #F05536;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    background: #FFF;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#two-nav-bottom {
    background: #FFF;
    position: fixed;
    bottom: 70px;
    width: 100%;
    border-top: 1px solid #F05A28;
    z-index: 8;
}

@media only screen and (max-width: 736px) {
    #two-nav-bottom {
        bottom: 49px;
    }
}

#two-nav-bottom ul {
    overflow: hidden;
    clear: both;
    width: 100%;
}

#two-nav-bottom ul li {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #FFF;
}

#two-nav-bottom ul li a {
    display: block;
    font-size: 13px;
    padding: 5px;
    color: #F05A28;
    border-right: 1px solid #F05A28
}

#two-nav-bottom ul li:last-child a {
    border: none;
    text-decoration: none;
}

#two-nav-bottom ul li.bookmark2 a.nagative {
    background: #F05A28 !important;
    color: #FFF;
}

#two-nav-bottom ul li.bookmark2 a.nagative:before {
    content: "";
    background: url(../img/icon/icon-fav-white.png) no-repeat;
    background-size: 15px;
}

#two-nav-bottom ul li.bookmark2 a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-fav.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 14px;
    padding: 0 0 0 10px;
}

#two-nav-bottom ul li.comment a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-comment.png) no-repeat;
    background-size: 17px;
    width: 17px;
    height: 17px;
    padding: 0 0 0 10px;
}

.mt-20 {
    margin-top: -20px !important;
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt5 {
    margin-top: 5px !important;
}

/*----*/
.wrap {
    max-width: 736px;
    margin: 0 auto;
}

#two-nav {
    background: #FCDED4;
    position: sticky;
    position: -webkit-sticy;
    top: 45px;
    width: 100%;
    z-index: 8;
}

#two-nav ul {
    overflow: hidden;
    clear: both;
    width: 100%;
}

#two-nav ul li {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #FFF;
}

#two-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 5px;
}

#two-nav ul li.ranking a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-crown.png) no-repeat;
    background-size: 17px;
    width: 17px;
    height: 13px;
    padding: 0 0 0 10px;
}

#two-nav ul li.bookmark a:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-fav.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 14px;
    padding: 0 0 0 10px;
}

/*===========================*/
.search-navi {
    max-width: 736px;
    margin: 0 auto 0 auto;
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    z-index: 9;
    background: #FFF;
}

.search-navi:before, .search-navi:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.search-navi ul {
    display: flex;
    border-bottom: 3px solid #27A9E1;
}

.search-navi ul li span {
    display: table-cell;
    text-align: center;
    background: #27A9E1;
    vertical-align: middle;
    min-width: 100px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    box-sizing: border-box;
    opacity: 0.5;
    border-right: 2px solid #FFF;
    position: relative;
}

@media only screen and (max-width: 736px) {
    /* スマホではスライダーで表示 */
    .search-navi ul {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}

.search-navi ul li {
    margin: 5px 0 0 0;
}

.search-navi ul li span {
    flex: 0 0 70%;
    background: #27A9E1;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    box-sizing: border-box;
    padding: 7px 0 5px 0;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 12px;
}

.search-navi ul li .select {
    border-bottom: none;
    margin: 0 !important;
    border-right: 2px solid #FFF;
    opacity: 1;
    background-color: #27A9E1;
}

article.list-item {
    border-bottom: 1px solid #EEE;
    overflow: hidden;
    clear: both;
}

#news-article {
    margin-bottom: 90px;
}

.contents-content {
    padding: 10px 15px;
    max-width: 736px;
    margin: 0 auto;
}

.contents-content h2 {
    font-size: 15px;
}

.contents-content div a span {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}

.contents-content .text {
    margin: 25px 0 0 0;
}

p.more-read {
    margin: 20px 0;
}

p.more-read a {
    padding: 10px;
    box-sizing: border-box;
    color: #F05A28;
    border: 2px solid #F05A28;
    width: 100%;
    border-radius: 30px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

ul.news-tag {
    clear: both;
    overflow: hidden;
}

ul.news-tag li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 11px;
    color: #999;
}

.news-bookmark-comment-wrap {
    overflow: hidden;
    clear: both;
}

ul.news-bookmark-comment {
    float: right;
    line-height: 12px;
}

ul.news-bookmark-comment li {
    float: left;
    margin: 0 10px 0 0;
}

ul.news-bookmark-comment li:last-child {
    margin-right: 0;
}

ul.news-bookmark-comment li.bookmark:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-fav-on.png) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 11px;
    padding: 0 0 0 5px;
}

ul.news-bookmark-comment li.comment:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-comment-on.png) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 11px;
    padding: 0 0 0 5px;
}

ul.news-bookmark-comment li span {
    display: inline-block;
    font-size: 11px;
}

#news-comment {
    max-width: 736px;
    margin: 0 auto;
    padding: 15px 15px 100px 15px;
    background: #F7F7F7;
}

.comment-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #EEE;
}

.comment-wrap:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

ul.usernameanddate {
    overflow: hidden;
    clear: both;
    margin: 0 0 5px 0;
}

ul.usernameanddate li {
    float: left;
    margin-right: 10px;
}

ul.usernameanddate li.username {
    font-size: 13px
}

ul.usernameanddate li.date {
    font-size: 11px;
    color: #999;
    padding: 3px 0 0 0;
}

.number {
    float: left;
    width: 10%;
    color: #FFF;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 4%;
    margin-top: 10px;
    position: relative;
    background: #333;
}

.number p {
    font-size: 10px;
    text-align: center;
    background: url(../img/icon/icon-crown-white.png) no-repeat center top;
    background-size: 18px;
    padding: 18px 0 0 0;
}

.number p span {
    font-size: 130%;
    font-family: Arial, Helvetica, sans-serif !important;
}

.number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    top: 44px;
}

.number:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    top: 44px;
}

.number.no1 {
    background: #D6DF23;
}

.number.no1:before {
    content: "";
    border-color: #D6DF23 transparent transparent transparent !important;
}

.number.no1:after {
    content: "";
    border-color: transparent #D6DF23 transparent transparent;
}

.number.no2 {
    background: #999;
}

.number.no2:before {
    content: "";
    border-color: #999 transparent transparent transparent !important;
}

.number.no2:after {
    content: "";
    border-color: transparent #999 transparent transparent;
}

.number.no3 {
    background: #804040;
}

.number.no3:before {
    content: "";
    border-color: #804040 transparent transparent transparent !important;
}

.number.no3:after {
    content: "";
    border-color: transparent #804040 transparent transparent;
}

.number + .contents-content {
    float: left;
    width: 86%;
}

/*=========================================================*/

h2.title2 {
    background: #FCDED4;
    padding: 7px 15px;
    font-size: 14px;
}

h2.title2.stick {
    position: sticky;
    position: -webkit-sticky;
    top: 45px;
    z-index: 8;
}

h3.title2 {
    background: #F7F7F7;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    clear: both;
}

#column-article {
    padding-bottom: 70px;
    margin-top: -15px;
}

#qa-article {
    margin-top: 15px;
    padding-bottom: 75px;
}

#column-article article a,
#qa-article article a {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 15px;
    position: relative;
}

#column-article article a:after {
    content: ">";
    position: absolute;
    top: 16px;
    right: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    transform: scale(0.8, 1);
    color: #F05A28;
}

ul.column-list {
    overflow: hidden;
    clear: both;
}

ul.column-list li {
    font-size: 14px;
    float: left;
}

ul.column-list li.category.elearning {
    background: #27A9E1;
}

ul.column-list li.category.column {
    background: #FC0;
}

ul.column-list li.category {
    color: #FFF;
    border-radius: 10px;
    margin-right: 10px;
    padding: 1px 10px;
    font-size: 12px;
    text-align: center;
    width: 22%;
}

ul.column-list li.slugtitle {
    width: 70%;
}

.prot {
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 10px 15px;
}

.bk-gray {
    background: #F7F7F7;
}

.prot ul li {
    font-size: 12px;
}

.prot ul li:before {
    content: "■";
    font-size: 10px;
    margin: 0 5px 0 0;
    color: #666;
}

ul.qa-list li {
    font-size: 13px;
}

ul.qa-list li .case-qa {
    margin: 0 10px 0 0 !important;
}

ul.qa-list li.username-slugtitle {
    float: left;
    padding: 0;
}

ul.qa-list li.username-slugtitle ul {
    float: none;
}

ul.qa-list li.username-slugtitle ul li {
    padding: 0;
    margin: 0;
}

ul.qa-list li.username-slugtitle ul li.username {
    color: #666;
    font-size: 12px;
}

ul.qa-list li.username-slugtitle ul li.slugtitle {
    font-size: 14px;
}

ul.qa-list li.comment {
    float: right;
    padding: 15px 0 0 15px;
    color: #999;
}

ul.qa-list .slugtitle {
    visibility: hidden;
}

ul.qa-list li.comment:before {
    content: "";
    display: inline-block;
    background: url(../img/icon/icon-comment-on.png) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 11px;
    padding: 0 0 0 5px;
}

/*==============================================================*/
.line-bc {
    max-width: 736px;
    padding: 0 0 140px 0;
    margin: 0 auto 50px auto;
    text-align: right;
    font-size: 14px;
}

/*以下、②左側のコメント*/
.balloon {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.waki {
    margin-right: 70px;
}

.waki h2 {
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
}

.waki p {
    margin-bottom: 5px;
}

.faceicon {
    float: right;
    width: 40px;
    margin: 0 15px 0 0;
}

.balloon .faceicon {
    float: left;
    width: 40px;
    margin: 0 10px;
}

.faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.balloon .chatting {
    width: 100%;
    text-align: left;
}

.otheruser-date {
    text-align: left;
    margin-left: 15px;
    display: flex;
}

.otheruser-date h2 {
    font-size: 12px;
}

.user-date p, .otheruser-date p {
    font-size: 10px;
    padding: 3px 0 0 10px;
    color: #999;
}

.user-date {
    text-align: right;
    margin: 0 15px -20px 0;
}

.says {
    display: inline-block;
    position: relative;
    margin: 0;
    left: 20px;
    padding: 10px;
    max-width: 70%;
    border-radius: 12px;
    background: #F7F7F7;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -20px;
    border: 8px solid transparent;
    border-right: 18px solid #F7F7F7;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.says p {
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 20px 0;
}

.mycomment .me-says {
    display: inline-block;
    position: relative;
    left: -10px;
    margin: 0 0 0 19px;
    padding: 8px;
    max-width: 70%;
    border-radius: 12px;
    background: #FDF2EF;
    font-size: 15px;
    text-align: left;
}

.me-says p {
    white-space: pre-wrap;
}

.mycomment .me-says:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -15px;
    border: 8px solid transparent;
    border-left: 18px solid #FDF2EF;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.chat-comment label {
    background: url(../img/icon/clip.png) no-repeat;
    background-size: 15px;
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
}

.chat-comment label input {
    display: none;
}

.chat-comment {
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 70px 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background: #FFF;
    transform: translateX(-50%);
    left: 50%;
}

.chat-comment ul li:nth-child(1) {
    float: left;
    width: 7%;
}

.chat-comment ul li:nth-child(2) {
    float: left;
    width: 78%;
    margin-left: 1%;
}

.chat-comment ul li:nth-child(3) {
    float: left;
    width: 12%;
    margin-left: 2%;
}

.chat-comment textarea {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 15px;
    max-height: 100px;
    height: 35px;
    box-shadow: 0 0 20px #CCC;
    border: none;
    border: 1px solid #CCC;
}

.chat-comment input[type=submit] {
    background: #F05A28;
    border: none;
    color: #FFF;
    width: 100%;
    letter-spacing: 2px;
    border-radius: 7px;
    height: 38px;
}

.chat-comment.is-show {
    position: static !important;
    transform: none !important;
}

@media only screen and (max-width: 767px) {
    .line-bc {
        margin: 0 auto 25px auto;
        padding: 0 0 130px 0;
    }

    .chat-comment {
        bottom: 50px;
        margin: 0;
        padding: 15px 20px 0 20px;
        background: #FFF;
    }

    .mycomment .me-says {
        font-size: 13px;
    }

    .chat-comment.is-show {
        position: static !important;
        margin-bottom: 25px;
    }

    .chat-comment textarea {
        font-size: 13px;
        box-shadow: 0 0 10px #EEE;
    }

    .chat-comment input[type=submit] {
        font-size: 13px;
        letter-spacing: 1px;
        width: auto !important;
        padding: 7px;
        margin: 0;
    }

    .comment ul li:nth-child(1) {
        float: left;
        width: 8%;
    }

    .comment ul li:nth-child(2) {
        float: left;
        width: 78%;
        margin-left: 1%;
    }

    .comment ul li:nth-child(3) {
        float: left;
        width: 12%;
        margin-left: 1%;
    }
}

p.plus a {
    position: fixed;
    bottom: 120px;
    right: 15px;
    background: #27A9E1;
    color: #FFF;
    text-decoration: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    p.plus a {
        bottom: 75px;
    }
}

/*======================================================*/
#consultant-top {
    position: fixed;
    top: 0;
    width: 100%;
}

#consultant-top ul li {
    height: 42vh;
    width: 100%;
    text-align: center;
    position: relative;
}

#consultant-top ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#consultant-top ul li a img {
    width: 30%;
}

#consultant-top ul li.chat a {
    background: rgba(39, 169, 225, .2);
}

#consultant-top ul li.tel a {
    background: #FDF2EF;
    text-decoration: none;
    color: #333;
}

#consultant-top ul li:nth-child(1) div {
    position: absolute;
    transform: translate(-50%, -65%);
    left: 50%;
    top: 65%;
}

#consultant-top ul li:nth-child(2) div {
    position: absolute;
    transform: translate(-50%, -35%);
    left: 50%;
    top: 35%;
}

#consultant-top ul li div h2 {
    font-size: 18px;
}

#consultant-top ul li div p {
    color: #C00;
}

#consultant-top ul li div p small {
    color: #333;
    font-size: 12px;
    display: block;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

dl.price .total {
    font-size: 120%;
}

table.table-link th {
    width: 50% !important
}

table.table-link td {
    width: 50% !important
}

.link-list {
    margin: 10px 0 0 0;
}

.link-list li a {
    display: block;
    padding: 12px 20px 12px 0;
    border-top: 1px solid #EEE;
    font-size: 13px;
    position: relative;
}

.link-list li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: scale(0.8, 1) translateY(-50%);
    font-family: Arial, Helvetica, sans-serif !important;
    color: #F05A28;
}

#link-content {
    padding-bottom: 70px;
    margin-top: -15px;
}

h2.link-title {
    font-size: 18px !important;
    font-weight: bold !important;
}
table.link-detail tr{
    width: 100%;
}

table.link-detail th{
    font-weight: bold;
    padding:5px 0;
    width: 100px;
}
table.link-detail td{
    padding:5px 0;
}

@media only screen and (max-width: 767px) {
    h2.link-title {
        font-size: 16px !important;
    }
    table.link-detail th{
        width: 80px;
        font-size: 13px;
    }
    table.link-detail td{
        font-size: 13px;
    }
}


.movie {
    margin: 15px;
}

.movie iframe {
    width: 100%;
    height: 190px
}

.text-inside {
    padding: 15px;
}

span.empty-data {
    font-size: 12px;
    margin: 10px 15px;
    display: block;
}

.attention {
    font-size: 13px;
    margin: 15px;
}

.attention ul li:before {
    content: "・";
}

@media only screen and (max-width: 767px) {
    .attention {
        font-size: 12px;
    }
}

ul.qa-category {
    overflow: hidden;
    clear: both;
}

ul.qa-category li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    ul.qa-category li {
        width: 50%;
    }
}

h2.title-links {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
    h2.title-links {
        font-size: 13px;
        text-align: center;
        margin: 0 0 20px 0;
    }
}

#useful-article {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    #useful-article {
        margin: 0 15px 50px 15px;
    }
}

#useful-article article {
    float: left;
    width: 48%;
    margin-right: 4%;
}

@media only screen and (max-width: 767px) {
    #useful-article article {
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #EEE;
    }

    #useful-article article:last-child {
        border-bottom: none;
    }
}

#useful-article article h2 {
    text-align: center;
    margin: 10px 0 0 0;
}

#useful-article article:nth-child(2n) {
    margin-right: 0;
}

p.download {
    margin: 10px 0;
}

p.download a {
    padding: 10px;
    box-sizing: border-box;
    color: #F05A28;
    border: 2px solid #F05A28;
    width: 100%;
    border-radius: 30px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #useful-article article h2 {
        font-size: 15px;
    }

    p.download {
        margin: 10px 0 20px 0;
    }

    p.download a {
        width: 50%;
        padding: 7px;
    }
}

.shopping {
    max-width: 736px;
    margin: 0 auto 100px auto;
    box-sizing: border-box;
    padding: 0 15px 100px 15px;
}
ul.shopping-list{
    box-sizing: border-box;
}
ul.shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    padding:15px 0;
}
ul.shopping-list li:first-child{
    padding-top:0;
}
ul.shopping-list li:last-child{
    border-bottom:none;
}
ul.shopping-list li .pic{
    float: left;
    width:40%;
}

ul.shopping-list li .text{
    float: right;
    width:55%;
}
ul.shopping-list li .commnet{
    margin: 5px 0;
}
ul.shopping-list li  .commnet p{
    word-break: break-word;
    white-space:pre-wrap;
    font-size: 12px;
}
ul.shopping-list li  .price{
    font-size: 11px;
}
ul.shopping-list li  .price em{
    font-size: 150%;
    margin: 0 5px 0 0;
}
ul.shopping-list li .ammount{
    font-size: 13px;
    border-top:1px solid #EEE;
    padding: 10px 0 0 0;
}

ul.shopping-list li  .ammount input{
    width:60px;
    border: 1px solid #CCC;
    text-align: right;
}
input.get{
    background:rgba(240,90,40,1);
    color: #FFF;
    border-radius: 7px;
    border: none;
    padding: 7px 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
    font-size: 1rem;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    width: 100%;
    font-weight:bold;
}
input.change{
    border:2px solid rgba(240,90,40,1);
    color: rgba(240,90,40,1);;
    background: #FFF;
    border-radius: 7px;
    padding: 7px 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
    font-size: 1rem;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    width: 100%;
    font-weight:bold;
}
input.cart{
    background:rgba(240,90,40,1);
    color: #FFF;
    border-radius: 7px;
    border: none;
    padding: 12px 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease-in;
    font-size: 1rem;
    box-sizing: border-box;
    margin: 15px auto 0 auto;
    width: 100%;
    font-weight:bold;
}
.shopping h2.title-shopping{
    margin: 0 0 15px 0;
    border-bottom:2px solid #EEE;
    padding-bottom: 5px;
    font-weight:bold;
}
table.table{
    width:100%;
}
table.table th,
table.table td{
    padding: 5px 0;
    display: block;
    box-sizing: border-box;

}
table.table td{
    font-size: 15px !important;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
table.table td input[type=text]{
    width:100%;
    background: #FFF;
    border:1px solid #CCC;
    padding: 5px;
    box-sizing: border-box;
}
table.table td ul{
    overflow: hidden;
}
table.table td ul li{
    float: left;
    max-width: 48%;
}
table.table td ul li:first-child{
    margin-right: 4%;
}
table.table td input[type=text].half{
    width:48%;
}
.memorize{
    font-size: 12px;
}
.shopping-box{
    background: #F7F7F7;
    padding: 10px;
    margin-bottom: 25px;
}
p.back-btn{
    margin: 25px 0 0 0;
}
p.back-btn a:before{
    content:"<";
    margin: 0 5px 0 0;
}
@media only screen and (max-width:736px) {
    input[type="submit"], input[type="reset"], input[type="button"], button,input[type="number"],select {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }
