@charset "UTF-8";
@import url("./reset.css?20240928");
@import url("./plugin.css?20240928");
@import url("./base.css?20240928");
@import url("./module.css?20240928");
/* ==========================================================

Name:
    other.css

Description:
    その他コンテンツ共用モジュール


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

.layout--contents {
    line-height: 1.9;
    font-size: 0.988888em;
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--contents {
        line-height: 1.8;
        font-size: 0.928888em;
    }
    .contents--solid {
        margin-top: 110px;
    }
}

/* ==========================================================
*
*   support / サポートトップ
*
========================================================== */

/* pc size */
@media screen and (min-width: 768px) {
    .layout--service {
        gap: 70px;
        
        -webkit-flex-wrap: wrap; /* Safari etc. */
		-ms-flex-wrap    : wrap; /* IE10  */
		flex-wrap        : wrap;
    }
    .layout--service .service-block {
        width: 590px;
    }
}
 .layout--service .service-block {
    text-align: center;
}
.layout--service .service-message {
    text-align: left;
}
.layout--service .sub-contents-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.8em !important;
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--service .sub-contents-title {
        font-size: 1.4em !important;
        margin-bottom: 10px;
        line-height: 1.5;
    }
}
.layout--service img {
    padding: 20px 0;
}
.layout--service .detail-btn a {
    font-size: 1.1em;
    font-family: "HiraKaku M7";
    color: #FFF;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #D9721D;
    border: 0;
    padding: 16px;
    margin-top: 20px;
}
.layout--service .detail-btn a:hover {
    background-color: #B93302;
    cursor: pointer;
}

/* 共用 */
.layout--message .layout--image img {
    width: 720px;
    padding: 40px 0;
}
.layout--service .gray-box {
    padding: 20px 30px;
}
.layout--service-detail {
	padding-top: 40px;
}
.layout--service .content-t,
.layout--service-detail .content-t {
    padding: 40px 0;
}
.layout--service .content-pg {
    padding: 0 0 40px 0;
}
.layout--service .content-b-pg,
.layout--service-detail .content-pg {
    padding: 40px 0 0 0;
}
.layout--service .point {
    color: #CC3838;
    font-family: "HiraKaku M7";
}

/* contents-footer_contact 共用問い合わせ */
.contents-footer_contact {
    text-align: center;
}
.contents-footer_contact p {
    font-family: "HiraKaku M7";
    font-size: 1.8em;
}

/* sp size */
@media screen and (max-width: 767px) {
    .contents-footer_contact p {
        font-size: 1.4em;
    }
}
.contents-footer_contact span {
    margin: 0 0 18px;
    display: block;
}
/* sp size */
@media screen and (max-width: 767px) {
    .contents-footer_contact span {
        font-size: 0.9em;
    }
}
.contents-footer_contact .line-cont {
    margin: 30px 0 0;
}
.contents-footer_contact img {
    max-width: 280px;
    padding: 0;
}

/* ==========================================================
*
*   support /　mind_and_body 心と体のサポート
*
========================================================== */

.c-personal {
    color: #CB3838;
}
.c-class {
    color: #2B8188;
}

.pages_link {
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
	padding: 10px;
	margin-bottom: 35px;
}
.detail-point,
.detail-price {
	background-color: #2B8188;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: bold;
}
.detail-price {
	background-color: #CB3838;
}

/* pc size */
@media screen and (min-width: 768px) {
    .support-cont--area {
        gap: 30px;
        padding-bottom: 40px;
    }
    .support-cont--area > div {
        width: 50%;
    }
    .support-cont--area p {
        align-items: center;
        padding: 40px 0 20px;
    }
}

.support-cont--area p span {
    display: block;
}
.support-cont--area p span.pickup-text {
    background-color: #D9721D;
    color: #fff;
    font-family: "HiraKaku M8";
    text-align: center;
    margin-right: 10px;

    font-size: 2.833333em;
    border-radius: 50px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 50px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .support-cont--area p span.pickup-text {
        width: 85px;
        height: 85px;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .support-cont--area p span.pickup-text {
        width: 1.888em;
        height: 1.888em;
    }
    .support-cont--area p {
        align-items: center;
    }
    .support-cont--area .gray-box {
        margin: 20px 0;
    }
}


.support-cont--area .pickup-support {
    font-size: 1.8em;
    font-family: "HiraKaku M7";
}
/* sp size */
@media screen and (max-width: 767px) {
    .support-cont--area .pickup-support {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
}
.support-cont--area .gray-box span {
    display: block;
}

/* イベントリスト */

/* pc size */
@media screen and (min-width: 768px) {
    dl.event-list {
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 30px;
    }
    .event-list dt {
        width: 12%;
        padding: 5px 0;
    }
    .event-list dd {
        width: 88%;
        padding: 5px 0;
    }
}
.event-list .category {
    color: #fff;
    text-align: center;
    display: inline-block;

    width: 160px;
    padding: 2px;
    margin-right: 20px;
}
/* sp size */
@media screen and (max-width: 767px) {
    dl.event-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .event-list dt {
        padding-bottom: 5px;
        font-weight: bold;
    }
    .event-list dd {
        border-bottom: 1px dotted #CCCCCC;
        padding-bottom: 20px;
        margin-bottom: 10px;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .event-list .category {
        width: 25%;
        padding: 5px 15px;
        margin-right: 10px;

        font-size: 0.8em;
    }
    .event-list .links {
        width: 75%;
    }
}
.event-list .small {
    background-color: #CC3838;
}
.voice--small {
    color: #CC3838;
    font-family: "HiraKaku M7";
}
.event-list .one {
    background-color: #2D8086;
}
.voice--one {
    color: #2D8086;
    font-family: "HiraKaku M7";
}
.event-list .meeting {
    background-color: #709D54;
}
.voice--meeting {
    color: #709D54;
    font-family: "HiraKaku M7";
}
.event-annotation::before {
    content: '※';
    margin-right: 0.1em;
}
.event-annotation {
    padding-left: 1.3em;
    padding-bottom: 40px;
    text-indent: -1.3em;
}

/* ご利用者様の声 */

.layout--support-list .voice-title,
.layout--support-list .voice-cont-title {
    font-size: 1.5em;
    font-family: "HiraKaku M7";
    padding: 10px 0;
}
.voice-cont-title {
    font-size: 1.4em;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 6px;
    margin: 0 0 10px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .voice-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        gap: 20px;
    }
}
.voice-box {
    border: 1px solid #CCCCCC;
    padding: 20px;
    margin-bottom: 20px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .voice--img-area img {
        width: 480px;
    }
    .voice--img-area {
        width: 30%;
    }
    .voice--cont-area {
        width: 70%;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .voice--img-area {
        padding-bottom: 10px;
    }
}
.voice--detail-btn a {
    font-family: "HiraKaku M7";
    color: #FFF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: #D9721D;
    border: 0;
    padding: 10px 30px;
    margin-top: 10px;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .voice--detail-btn a {
        display: block;
    }
}
.voice--detail-btn a:hover {
    background-color: #B93302;
    cursor: pointer;
}


/* pc size */
@media screen and (min-width: 768px) {
    .layout--service-detail .pdf--area {
        padding-right: 30px;
        width: 35%;
        text-align: center;
    }
    .layout--service-detail .content--area {
        width: 65%;
    }
}

.layout--service-detail .pdf--area img {
    padding-bottom: 8px;
}
.layout--service-detail .pdf--area span {
    display: block;
    text-align: center;
}
.layout--service-detail .back_link {
    text-align: right;
    padding-bottom: 40px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--service-detail .pdf--area {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0 10px;
    }
    .layout--service-detail .back_link {
        text-align: center;
        padding: 40px 0;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--service-detail .sub-contents-title {
        font-size: 1.5em !important;
        line-height: 1.5;
    }
}


/* ==========================================================
*
*   support /　woman_support 独立・起業・副業のサポート
*
========================================================== */

.check-mark {
    padding-left: 20px;
    list-style-position: outside;
}
/* sp size */
@media screen and (max-width: 767px) {
    .check-mark {
        padding-left: 1.6em;
    }
    .layout--service .gray-box {
        padding: 1.2em 1.2em 0.8em 1.2em;
    }
}
.check-mark li {
  position: relative;
}
.check-mark li::after {
  content: '';
  display: block;
  position: absolute;
  top: .7em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #D9721D;
  border-bottom: 2px solid #D9721D;
  transform: rotate(-45deg);
}
ul.disc {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
}





/* ==========================================================
*
*   privacy / プライバシーポリシー
*
========================================================== */

.layout--other .privacy .sub-contents-title {
    padding-top: 40px;
}
.layout--other .privacy ol {
    list-style-type: decimal;
    list-style-position: inside;
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .privacy ol {
        list-style-position: outside;
        margin-left: 20px;
    }
}

/* ==========================================================
*
*   sitemap / サイトマップ
*
========================================================== */

.layout--other .sitemap li {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .sitemap ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 2%;
    }
    .layout--other .sitemap li {
        width: 49%;
    
        font-size: 1.2em;
        font-family: "HiraKaku M7";
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--top-image {
        background: url(/assets/img/top/top-image.png) bottom center no-repeat;
        background-size: auto 100%;
        height: 200px;
    }
}

.layout--other .sitemap li.top {
    width: 100%;
}

/* ==========================================================
*
*   faq / よくある質問
*
========================================================== */

.faq-box .faq-question {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.faq-box .faq-question span {
    font-size: 1.2em;
    font-family: "HiraKaku M7";
    display: block;
}
/* sp size */
@media screen and (max-width: 767px) {
    .faq-box .faq-question span {
        text-align: left;
    }
}

.faq-box .faq-question span.q-icon {
    font-size: 1.5em;
    text-align: center;
}
/* pc size */
@media screen and (min-width: 768px) {
    .faq-box .faq-question span.q-icon {
        width: 80px;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .faq-box .faq-question span.q-icon {
        margin: 0 20px 0 10px;
    }
}

.faq-box p {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    padding: 30px 80px;
    margin-top: 10px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .faq-box p {
        padding: 20px 30px 20px 50px;
    }
}

/* ==========================================================
*
*   service / サービス
*
========================================================== */

.layout--other .service .cmn-tbl .head th {
    background-color: #D9721D;
    color: #FFF
}
.layout--other .service .cmn-tbl th {
    font-family: "HiraKaku M7";
}
.layout--other .service .cmn-tbl td:nth-child(3) {
    text-align: right;
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .service .cmn-tbl th,
    .layout--other .service .cmn-tbl td {
        width: 100%;
        display: block;
    }
    .layout--other .service .cmn-tbl tr.head {
        display: none;
    }
}

.corp,
.individual,
.double {
	background-color: #CB3838;
	color: #fff;
	padding: 5px 10px;
	margin-left: 5px;
	display: inline-block;
	font-weight: bold;
	
	font-size: 82.77%;
	
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.individual {
	background-color: #305E93;
}
.double {
	background-color: #2B8188;
}
/* ==========================================================
*
*   voice / お客様の声
*
========================================================== */

/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .voice li,
    .layout--other .voice .voice-title {
        display: flex;
        align-items: center;
    }
    .layout--other .voice li {
        justify-content: space-between;
    }
    .layout--other .voice-title div {
        width: 140px;
        margin: 0 auto;
    }
}
.layout--other .voice-title img {
    height: 65px;
}
.layout--other .voice-title h2 {
    font-family: "HiraKaku M7";
    white-space: nowrap
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .voice-title h2 {
        padding-top: 15px;
        text-align: center;
    }
    .layout--other li {
        padding-bottom: 20px;
    }
}
.layout--other .balloon span {
    font-weight: 800;
}
.layout--other .voice .balloon p {
    margin: 0;
    padding: 10px;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .voice .balloon {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 7px 10px;
        width: 68%;
        max-width: 100%;
        color: #555;
        font-size: 16px;
        background: #FFF;
        border: solid 2px #555;
        box-sizing: border-box;
    
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    .layout--other .voice .balloon:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -16px;
        margin-top: -8px;
        border: 8px solid transparent;
        border-right: 8px solid #FFF;
        z-index: 2;
    }
    
    .layout--other .voice .balloon:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -21px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 10px solid #555;
        z-index: 1;
    }
}

/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .voice .balloon {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 7px 10px;
        width: 100%;
        min-width: 100%;
        color: #555;
        font-size: 16px;
        background: #FFF;
        border: solid 3px #555;
        box-sizing: border-box;
            
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    .layout--other .voice .balloon:before {
        content: "";
        position: absolute;
        top: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #FFF;
        z-index: 2;
    }
    .layout--other .voice .balloon:after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-bottom: 14px solid #555;
        z-index: 1;
    }
    .layout--other .voice .balloon p {
        margin: 0;
        padding: 0;
    }
}

/* seo */
.layout--other .seo .balloon {
    background-color: #FFFAFA;
    border: solid 2px #CB3938;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .seo .balloon:before {
        border-right: 8px solid #FFFAFA;
    }
    .layout--other .seo .balloon:after {
        border-right: 10px solid #CB3938;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .seo .balloon:before {
        border-bottom: 12px solid #FFFAFA;
    }
    .layout--other .seo .balloon:after {
        border-bottom: 14px solid #CB3938;
    }
}
.layout--other .seo .voice-title h2,
.layout--other .seo .balloon span {
        color: #CB3938
}
/* web */
.layout--other .web .balloon {
    background-color: #F5F7FA;
    border: solid 2px #305E93;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .web .balloon:before {
        border-right: 8px solid #F5F7FA;
    }
    .layout--other .web .balloon:after {
        border-right: 10px solid #305E93;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .web .balloon:before {
        border-bottom: 12px solid #F5F7FA;
    }
    .layout--other .web .balloon:after {
        border-bottom: 14px solid #305E93;
    }
}
.layout--other .web .voice-title h2,
.layout--other .web .balloon span {
        color: #305E93
}
/* attracting */
.layout--other .attracting .balloon {
    background-color: #F8FAF6;
    border: solid 2px #709D54;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .attracting .balloon:before {
        border-right: 8px solid #F8FAF6;
    }
    .layout--other .attracting .balloon:after {
        border-right: 10px solid #709D54;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .attracting .balloon:before {
        border-bottom: 12px solid #F8FAF6;
    }
    .layout--other .attracting .balloon:after {
        border-bottom: 14px solid #709D54;
    }
}
.layout--other .attracting .voice-title h2,
.layout--other .attracting .balloon span {
        color: #709D54
}
/* woman */
.layout--other .woman .balloon {
    background-color: #FCF7FB;
    border: solid 2px #C463B5;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .woman .balloon:before {
        border-right: 8px solid #FCF7FB;
    }
    .layout--other .woman .balloon:after {
        border-right: 10px solid #C463B5;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .woman .balloon:before {
        border-bottom: 12px solid #FCF7FB;
    }
    .layout--other .woman .balloon:after {
        border-bottom: 14px solid #C463B5;
    }
}
.layout--other .woman .voice-title h2,
.layout--other .woman .balloon span {
        color: #C463B5
}
/* consul */
.layout--other .consul .balloon {
    background-color: #F4F9F9;
    border: solid 2px #2C8188;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .consul .balloon:before {
        border-right: 8px solid #F4F9F9;
    }
    .layout--other .consul .balloon:after {
        border-right: 10px solid #2C8188;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .consul .balloon:before {
        border-bottom: 12px solid #F4F9F9;
    }
    .layout--other .consul .balloon:after {
        border-bottom: 14px solid #2C8188;
    }
}
.layout--other .consul .voice-title h2,
.layout--other .consul .balloon span {
        color: #2C8188
}
/* support */
.layout--other .support .balloon {
    background-color: #FFF6EF;
    border: solid 2px #D9721D;
}
/* pc size */
@media screen and (min-width: 768px) {
    .layout--other .support .balloon:before {
        border-right: 8px solid #FFF6EF;
    }
    .layout--other .support .balloon:after {
        border-right: 10px solid #D9721D;
    }
}
/* sp size */
@media screen and (max-width: 767px) {
    .layout--other .support .balloon:before {
        border-bottom: 12px solid #FFF6EF;
    }
    .layout--other .support .balloon:after {
        border-bottom: 14px solid #D9721D;
    }
}
.layout--other .support .voice-title h2,
.layout--other .support .balloon span {
        color: #D9721D
}


/* ==========================================================
*
*   about / 会社情報
*
========================================================== */

/* .layout--message */
.about .layout--message {
    text-align: center;
}
.about .layout--message .message-title {
    font-size: 1.8em;
    font-family: "HiraKaku M7";
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--message .message-title {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
}

.about.layout--message .message-note {
    margin: 10px 0 30px
}
.about .layout--message .layout--name {
    padding: 30px 0 50px;
}
.about .layout--name h3 {
    font-family: "HiraKaku M7";
}

/* .layout--logo */
.about .layout--logo {
    background-color: #F7F7F7;
    padding: 60px 0 60px;
    margin-bottom: 60px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--logo {
        padding: 40px 0 50px;
    }
}

.about .layout--logo img {
    width: 420px;
    margin: 0 auto;
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--logo img {
        width: 80%;
    }
}

.about .layout--logo p {
    margin-top: 40px;
    text-align: left;
}

.about .sub-contents-title {
    font-size: 2em;
}

/* layout--concept */
.about .layout--concept {
    
}
.about .layout--concept h3 {
    font-size: 1.6em;
    padding: 20px 0
}
.about .layout--concept h3 span {
    font-family: "HiraKaku M7";
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--concept h3 {
        display: flex;
        align-items: center;
    }
}

.about .layout--concept h3 .number {
    background-color: #D9721D;
    color: #FFF;
    padding: 16px 10px;
}
.about .layout--concept h3 .name {
    padding-left: 10px;
}

.about .layout--concept .concept-detail {
    background-color: #F7F7F7;
    padding: 30px;
    margin-bottom: 20px;
}
.about .layout--concept .under-detail {
    padding: 10px 0 50px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--concept .concept-detail {
        padding: 20px;
    }
}

/* layout--business */
.about .layout--business ol {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 3;
    padding-bottom: 45px;
}
/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--business ol {
        list-style-position: outside;
        line-height: 2;
        margin-left: 20px;
    }
    .about .layout--business li {
        padding-bottom: 10px;
    }
}

/* layout--outline */
.about .layout--outline table {
    margin-top: 30px;
}
.about .layout--outline th,
.about .layout--outline td {
    padding: 20px;
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.about .layout--outline th {
    padding-left: 30px;
    font-family: "HiraKaku M7";
    background-color: #f7f7f7;
    width: 20%;
    text-align: left;
}

/* sp size */
@media screen and (max-width: 767px) {
    .about .layout--outline th,
    .about .layout--outline td {
        width: 100%;
        display: block;
        padding: 15px;
    }
    .about .layout--outline .last td:last-child {
        border-bottom: 0;
    }
    }

/* ==========================================================
*
*   works / 制作実績
*
========================================================== */

.works > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    flex-flow: wrap;
    column-gap: 3%;
    align-items: center;
    justify-content: center;
}
.works li {
    padding: 5px 0 3%;
}
/* sp size */
@media screen and (max-width: 767px) {
    .works > ul > li {
        margin-bottom: 40px;
    }
    .works > ul > li:last-child {
        margin-bottom: 0;
    }
}
.layout--works-list {
    /* background-color: red; */
}
.layout--works-list .works-img-box {
    background-color: #F7F7F7;
    padding: 30px;
    margin-bottom: 20px;
}
.layout--works-list .works-img-box img {
    width: 300px;
}
.layout--works-list .works-tag {
    background-color: #B53030;
    color: #FFF;
    display: inline-block;
    font-size: 0.8em;
    padding: 5px 10px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.layout--works-list .works-title {
    margin-top: 5px;
    font-family: "HiraKaku M7";
}
.layout--works-list .works-client {
    font-size: 0.8em;
}
.layout--works-list .works-info-box {
    background-color: #F7F7F7;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 0.9em;
    text-align: left;
}
.works-info-box .icon-terminal-pc,
.works-info-box .icon-terminal-sp,
.works-info-box .icon-category-order,
.works-info-box .icon-category-ec,
.works-info-box .icon-category-reverse,
.works-info-box .icon-category-corporate,
.works-info-box .icon-category-landing,
.works-info-box .icon-category-brand,
.works-info-box .icon-category-web {
    background-color: #D9721D;
    color: #FFF;
    display: inline-block;
    font-size: 0.8em;
    padding: 3px 10px;
    margin-right: 5px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.works-info-box .icon-terminal-sp {
    background-color: #D9721D;
}
.works-info-box .icon-category-order {
    background-color: #3078B5;
}
.works-info-box .icon-category-ec {
    background-color: #3078B5;
}
.works-info-box .icon-category-reverse {
    background-color: #3078B5;
}
.works-info-box .icon-category-corporate {
    background-color: #3078B5;
}
.works-info-box .icon-category-landing {
    background-color: #3078B5;
}
.works-info-box .icon-category-brand {
    background-color: #3078B5;
}
.works-info-box .icon-category-web {
    background-color: #3078B5;
}










/*  footer
--------------------------------------------- */
.login-logo {
    width: 72px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .login-logo {
        width: 14.4vw;
    }
}
.login-logo__link {
    display: block;
    overflow: hidden;
    padding-top: 208px;
    width: 100%;
    background: url(../img/common/login-logo.svg) 0 0 no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}
@media screen and (max-width: 767px) {
    .login-logo__link {
        padding-top: 38.33333vw;
    }
}

.layout--login,
.layout--regist,
.layout--post {
    text-align: center;
}
.layout--login input[type="text"],
.layout--regist input[type="text"],
.layout--login input[type="password"],
.layout--regist input[type="password"]
 {
    display: inline-block;
    margin: 0 0 10px;
}