@charset "utf-8";

/******************************************************************

もくもく作業 (PC)用レイアウト

*****************************************************************/
body {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    min-width: 980px;
}


@media screen and (max-width:980px) {
    body {
        font-size: 14px;
    }
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

section {
    overflow: hidden;
}

.none {
    display: none;
}

/* リンク
******************************/
a {
    text-decoration: underline;
    word-break: break-all;
    color: #000000;
}

a:hover {
    color: #00a0e9;
}

/*-----------------------
#header
-----------------------*/
#header {
    position: relative;
    width: 980px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width:980px) {

    #header,
    #bread {
        padding: 0 10px;
    }

    #header ul#subNavi {
        right: 10px !important;
    }
}


h1 {
    color: #000;
    margin: 0 0 5px;
    font-size: 14px;
}

.logoArea {
    display: flex;
    align-items: center;
}

.logo {
    margin-bottom: 5px;
}

.areaName {
    font-size: 28px;
    font-weight: bold;
    color: #6292db;
    margin-left: 5px;
}

#bread {
    width: 980px;
    font-size: 12px;
    margin: 0 auto;
}


/*-----------------------
selectArea
-----------------------*/
#selectAreaBox {
    cursor: pointer;
    color: #6292db;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #6292db;
    padding: 3px 7px;
    margin-left: 15px;
}

#selectAreaBox:after {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/arrow.svg) center center / contain no-repeat;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-left: 2px;
}

/*-----------------------
 AreaNavi
-----------------------*/
nav {
    width: 980px;
    margin: 10px auto 0;
    overflow: hidden;
}

nav dl {
    height: 70px;
    display: flex;
}

nav dt {
    width: 127px;
    height: 61px;
    background: url(/clp/mokumoku-work/img/nav-title.png) right center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

nav dd {
    width: 112px;
    margin: 0 5px;
}

nav dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 60px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    background: #a0a0a0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

nav dd a:hover {
    height: 70px;
    background: #333333;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

nav.ac01 dd.ac01 a,
nav.ac02 dd.ac02 a,
nav.ac03 dd.ac03 a,
nav.ac04 dd.ac04 a,
nav.ac05 dd.ac05 a,
nav.ac06 dd.ac06 a,
nav.ac07 dd.ac07 a {
    height: 70px;
    background: #333333;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

/*-----------------------
 pageTitle
-----------------------*/
#pageTitle {
    border-top: 8px solid #333333;
}

@media screen and (max-width:980px) {
    #pageTitle {
        width: 980px;
    }
}

#pageTitle .pageTitleInner {
    margin: 0 auto;
    height: 520px;
    text-align: center;
    position: relative;
    background: #f2f2ef url(/clp/mokumoku-work/img/kv.png) no-repeat bottom center;
}

#pageTitle .pageTitleInner h2 {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;    
    background: url(/clp/mokumoku-work/img/title.png) bottom center no-repeat;
    width: 980px;
    height: 260px;
    margin: 0 auto;
}
    
#pageTitle .pageTitleInner p {
    font-size: 17px;
    margin-top: 14px;
    line-height: 1.6;
}

#pageTitle .pageTitleInner p span {
    position: relative;
}

@media screen and (max-width:980px) {
    #pageTitle .pageTitleInner {
        width: auto;
    }
}
@media screen and (max-width: 1024px) {

}
/*-----------------------
 contents
-----------------------*/
#contents {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:980px) {
    #contents {
        width: 980px;
    }
}

#contents h3 {
    line-height: 1.2;
    color: #000;
    font-size: 26px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

#contents h3 span {
    font-size: 20px;
    font-weight: normal;
}

.areaHeading {
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold !important;
    background: #6292db;
    height: 26px;
    line-height: 28px;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    margin: -3px 0 0 10px;
    padding: 0 10px;
}

#contents #detail .areaHeading {
    color: #6292db;
    background: #fff;    
}

/** もくもく度リンク **/
#mokumoku-link {
    margin-top: 20px;
    text-align: center;
}
#mokumoku-link h3 {
    color: #000000;
}

#mokumoku-link p span{
    font-weight: bold;
    color: #ff3e3e;
}

#mokumoku-link .inner {
    width: 980px;
    background: #ffffff;
    margin: 30px auto 0;
}

#mokumoku-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#mokumoku-link ul li {
    margin: 0 2% 0 0;
}

#mokumoku-link ul p {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 154px;
    margin: 15px auto 10px;
    border-radius: 20px;
}
#mokumoku-link ul p span{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-left: 4px;
    vertical-align: middle;
}
#mokumoku-link ul .mokumoku-link01 p {
    background-color: #f99c38;
}
#mokumoku-link ul .mokumoku-link02 p {
    background-color: #ea6a8a;
}
#mokumoku-link ul .mokumoku-link03 p {
    background-color: #796ac3;
}

#mokumoku-link ul li:last-child {
    margin-right: 0;
}

#mokumoku-link ul li a {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 344px;
    width: 294px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 30px;
    text-decoration: none;
    padding: 18px 0 40px;
}
#mokumoku-link ul .mokumoku-link01 a {
    background-color: #fff6a6;
}
#mokumoku-link ul .mokumoku-link02 a {
    background-color: #f9c5d2;
}
#mokumoku-link ul .mokumoku-link03 a {
    background-color: #d6cff6;
}

#mokumoku-link ul li a:after {
    content: "";
    width: 12px;
    height: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
}

#mokumoku-link ul li a dl dt{
    font-size: 22px;
    font-weight: bold;
}
#mokumoku-link ul li a dl dd{
    font-size: 16px;
}

#mokumoku-link ul li a:hover {
    color: #000;
/*    height: 342px;*/
    box-sizing: border-box;
    border-color: #000000;
}

#mokumoku-link ul li img {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    align-self: flex-start;
}

@media screen and (max-width:980px) {
    #mokumoku-link .inner {
        width: 940px;
    }
}

@media (hover: none) {
    #mokumoku-link ul li a:hover {
        color: #000;
        border-color: transparent;
    }
}

/** キーワード **/
#keyword {
    width: 980px;
    background-color: #faf0e9;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 70px auto 0;
}
#keyword h3{
    padding: 33px 0 25px;
}
#keyword h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/icon-star.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}
#keyword .inner{
    width: 980px;
    margin: 0 auto;
}
#keyword .inner ul {
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    margin: 0 auto;
}
#keyword .inner ul li{
    background-color: #ffffff;
    min-width: 232px;
    margin: 6px 10px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 25px;
}
#keyword .inner ul li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
#keyword .inner ul li:hover{
    background-color: #dedfdf;
}
#keyword .inner ul li a:hover{
    color: #000000;
}
#keyword .inner p {
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    margin: 30px 40px;
    padding: 12px 16px;
    border-radius: 10px;
    border-left: 10px solid #ed7f9b;
}
#keyword .inner p span{
    font-weight: bold;
}

@media (hover: none) {
    #keyword .inner ul li:hover{
        background-color: #ffffff;
    }
}
@media screen and (max-width: 980px) {
    #keyword {
        width: 940px;
    }
    #keyword .inner {
        width: 940px;
    }
    #keyword .inner ul {
        width: 81%;
    }
}

/** もくもく度詳細 **/
#mokumoku-detail01,#mokumoku-detail02,#mokumoku-detail03 {
    background: #ffffff;
}
#mokumoku-detail {
    width: 980px;
    background-color: #faf0e9;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 80px auto 0;
}
#mokumoku-detail p span{
    font-weight: bold;
}
#mokumoku-detail p span:last-child{
    color: #ff3e3e;
}

#mokumoku-detail h3 {
    color: #ffffff;
    width: 194px;
    font-size: 18px;
    background-color: #000000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -21px auto 0;
    padding: 10px;
}

#mokumoku-detail .mokumoku-detailCont {
    border-radius: 10px;
    padding: 56px 38px 0;
}
#mokumoku-detail01 .mokumoku-detailCont {
    border-top: 5px solid #f99c38;
}
#mokumoku-detail02 .mokumoku-detailCont {
    border-top: 5px solid #ff85a4;
}
#mokumoku-detail03 .mokumoku-detailCont {
    border-top: 5px solid #9787e3;
}

#mokumoku-detail .mokumoku-detailCont .section01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mokumoku-detail .mokumoku-detailCont .section01>div:first-child {
    text-align: center;
    width: 40%;
    position: relative;
}
#mokumoku-detail .mokumoku-detailCont .section01>div:last-child {
    width: 60%;
}
#mokumoku-detail01 .mokumoku-detailCont img {
    width: 153px;
}
#mokumoku-detail02 .mokumoku-detailCont img {
    width: 201px;
}
#mokumoku-detail03 .mokumoku-detailCont img {
    width: 259px;
}
#mokumoku-detail .mokumoku-detailCont img {
    height: auto;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

#mokumoku-detail .mokumoku-detailCont h4 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#mokumoku-detail .mokumoku-detailCont .section01 .feature {
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
}
#mokumoku-detail01 .mokumoku-detailCont .section01 .feature {
    border: 2px solid #f99c38;
}
#mokumoku-detail02 .mokumoku-detailCont .section01 .feature {
    border: 2px solid #ea6a8a;
}
#mokumoku-detail03 .mokumoku-detailCont .section01 .feature {
    border: 2px solid #796ac3;
}

#mokumoku-detail .mokumoku-detailCont .section01 .feature h5 {
    color: #ffffff;
    width: 70px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    border-bottom-right-radius: 5px;
    padding: 5px 0px;
    position: absolute;
}

#mokumoku-detail .mokumoku-detailCont .section01 .feature ul {
    padding: 12px 9px 9px 85px;
}
#mokumoku-detail .mokumoku-detailCont .section01 .feature ul li {
    position: relative;
    padding-left: 15px;
}
#mokumoku-detail .mokumoku-detailCont .section01 .feature ul li:before {
    border-radius: 50%;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    vertical-align: 2px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 7px;   
}
#mokumoku-detail01 .mokumoku-detailCont .section01 .feature h5,
#mokumoku-detail01 .mokumoku-detailCont .section01 .feature ul li:before{
    background: #f99c38;
}
#mokumoku-detail02 .mokumoku-detailCont .section01 .feature h5,
#mokumoku-detail02 .mokumoku-detailCont .section01 .feature ul li:before{
    background: #ea6a8a;
}
#mokumoku-detail03 .mokumoku-detailCont .section01 .feature h5,
#mokumoku-detail03 .mokumoku-detailCont .section01 .feature ul li:before{
    background: #796ac3;
}

#mokumoku-detail .mokumoku-detailCont .section02 h5 {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    border-radius: 25px;
    margin: 45px 0 30px 0;
    padding: 5px;
}
#mokumoku-detail .mokumoku-detailCont .section02 h5 span {
    font-size: 16px;
    font-weight: normal;
}
#mokumoku-detail .mokumoku-detailCont .section02 h5:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -8px;
    left: 50%;
    border-width: 12px 8px 0px 8px;
    border-style: solid;
    border-color: #f99c38 transparent transparent transparent;
}
#mokumoku-detail01 .mokumoku-detailCont .section02 h5:after{
    border-color: #f99c38 transparent transparent transparent;
}
#mokumoku-detail02 .mokumoku-detailCont .section02 h5:after{
    border-color: #ea6a8a transparent transparent transparent;
}
#mokumoku-detail03 .mokumoku-detailCont .section02 h5:after{
    border-color: #796ac3 transparent transparent transparent;
}

#mokumoku-detail .mokumoku-detailCont .section02 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#mokumoku-detail .mokumoku-detailCont .section02 ul li{
    margin: 0 10px 10px 0 ;
}
#mokumoku-detail .mokumoku-detailCont .section02 a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    display: block;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 10px 20px;
}
#mokumoku-detail .mokumoku-detailCont .section02 a:hover {
    background-color: #dedfdf;
}

#mokumoku-detail .mokumoku-detailBtn,
#keyword .keywordBtn{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    max-width: 420px;
    height: 55px;
    background: #a2c7ff;
    color: #000000;
    border: 2px solid #000000;
    box-shadow: 0px 4px 1px 0px #000000;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px auto 40px;
    padding-right: 10px;
}
#mokumoku-detail01 #mokumoku-detail .mokumoku-detailBtn,
#mokumoku-detail01 .mokumoku-detailCont .section02 h5 {
    background: #f99c38;
}
#mokumoku-detail02 .mokumoku-detailCont .section02 h5 {
    background: #ea6a8a;
}
#mokumoku-detail02 #mokumoku-detail .mokumoku-detailBtn{
    background: #ff85a4;
}
#mokumoku-detail03 .mokumoku-detailCont .section02 h5 {
    background: #796ac3;
}
#mokumoku-detail03 #mokumoku-detail .mokumoku-detailBtn{
    background: #9787e3;
}

#mokumoku-detail .mokumoku-detailBtn:after,
#keyword .keywordBtn:after {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/btn-arrow.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
}

#mokumoku-detail .mokumoku-detailBtn:hover,
#keyword .keywordBtn:hover{
    height: 60px;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 35px;
}

@media (hover: none) {
    #mokumoku-detail .mokumoku-detailBtn:hover,
    #keyword .keywordBtn:hover{
        height: 55px;
        box-shadow: 0px 4px 1px 0px #000000;
        margin-bottom: 40px;
    }
    #mokumoku-detail .mokumoku-detailCont .section02 a:hover {
        background-color: #ffffff;
    }
}

@media screen and (max-width:980px) {
    #mokumoku-detail {
        width: 940px;
    }
}

/** 関連記事 **/
#article {
    width: 980px;
    background: #fff;
    margin: 70px auto 0px;
}

#article h3 {
    color: #fff;
    background: #000000;
    border-radius: 30px;
    padding: 10px 0;
    margin-bottom: 30px;
}

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

@media screen and (max-width:980px) {
    #article {
        width: 940px;
    }
}

#article li {
    width: 31%;
    margin: 0 3.5% 30px 0;
    text-align: center;
}
#article li:nth-child(3) {
    margin-right: 0;
}

#article li a {
    display: block;
    flex-direction: column;
}

#article li a p {
    margin-top: 8px;
}

#article li a:hover img {
    opacity: 0.7;
}

#article li:last-child {
    margin-right: 0;
}

@media (hover: none) {
    #article li a:hover {
        opacity: 1;
        color: #000;
    }
}

/** 条件から検索 **/
#condition {
    background: #faf0e9;
    padding: 10px 0 30px;
    position: relative;
    width: 980px;
    margin: 0 auto 50px;
    border-radius: 10px;
}

#condition h3 {
    color: #000000;
}

#condition .areaHeading {
    color: #fff;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/icon-pencil02.png) center center / contain no-repeat;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#condition label {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(250, 240, 239, 0) 0%, rgba(250, 240, 239, 0.9) 50%, rgba(250, 240, 239, 0.9) 50%, #faf0e9 100%);
    background: linear-gradient(top, rgba(250, 240, 239, 0) 0%, rgba(250, 240, 239, 0.9) 50%, rgba(250, 240, 239, 0.9) 50%, #faf0e9 100%);
}

#condition label:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    content: 'もっと見る';
    color: #fff;
    background: #000000;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

#condition .conditionWrap {
    overflow: hidden;
    height: 300px;
    transition: all 0.5s;
    position: relative;
}

#condition input {
    display: none;
}

#condition input:checked~label {
    background: inherit;
}

#condition input:checked~label:after {
    content: "閉じる";
}

#condition input:checked~.conditionWrap {
    height: auto;
    padding-bottom: 45px;
    transition: all 0.5s;
}
#condition .inner {
    background: #fff;
    margin: 0 20px 20px;
    padding: 20px;
}

#condition h4 {
    font-size: 18px;
    border-left: solid 8px #6292db;
    height: 26px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
}

#condition ul {
    display: flex;
    flex-wrap: wrap;
}

#condition li {
    width: 24%;
    margin-right: 1.333%;
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

#condition li span {
    font-size: 14px;
    letter-spacing: -1px;
}

#condition li:before {
    content: "・";
}

#condition li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:980px) {
    #condition .inner {
        width: 940px;
    }
    
    #condition li {
        font-size: 14px;
    }
}
@media (hover: none) {
    #condition li a:hover {
        color: #000;
    }
}


/** 職種から検索 **/
#category {
    background: #faf0e9;
    padding: 10px 0 30px;
    position: relative;
    width: 980px;
    margin: 0 auto 50px;
    border-radius: 10px;
}

#category h3 {
    color: #000000;
}

#category .areaHeading {
    color: #fff;
    background: #6292db;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/icon-bag.png) center center / contain no-repeat;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#category .categoryWrap {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: 0 auto 20px;
    overflow: hidden;
    height: 300px;
    transition: all 0.5s;
    position: relative;
    padding: 20px;
}

#category label {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(250, 240, 239, 0) 0%, rgba(250, 240, 239, 0.9) 50%, rgba(250, 240, 239, 0.9) 50%, #faf0e9 100%);
    background: linear-gradient(top, rgba(250, 240, 239, 0) 0%, rgba(250, 240, 239, 0.9) 50%, rgba(250, 240, 239, 0.9) 50%, #faf0e9 100%);
}

#category label:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    content: 'もっと見る';
    color: #fff;
    background: #000000;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

#category input {
    display: none;
}

#category input:checked~label {
    background: inherit;
}

#category input:checked~label:after {
    content: "閉じる";
}

#category input:checked~.categoryWrap {
    height: auto;
    padding-bottom: 45px;
    transition: all 0.5s;
}

#category .categoryWrap .inner {
    background: #fff;
    padding: 20px;
    width: 32%;
    margin: 2% 2% 0 0;
}

#category .categoryWrap .inner:nth-child(-n+3) {
    margin-top: 0;
}

#category .categoryWrap .inner:nth-child(3n) {
    margin-right: 0;
}

#category h4 {
    font-size: 18px;
    border-left: solid 8px #6292db;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
}

#category li {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

#category li:before {
    content: "・";
}

@media screen and (max-width:980px) {
    #category .categoryWrap {
        width: 940px;
    }
    
    #category li {
        font-size: 14px;
    }    

}
@media (hover: none) {
    #category li a:hover {
        color: #000;
    }
}
/** FAQ **/
#faq {
    background: #fff;
    padding: 50px 0;
}

#faq .inner {
    padding: 20px;
    background: #6292db;
    width: 980px;
    margin: 0 auto;
    border-radius: 10px;
}

#faq h3 {
    color: #ffffff;
    padding-top: 0px;
}

#faq h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/mokumoku-work/img/icon-fukidashi.png) center center / contain no-repeat;
    width: 28px;
    height: 26px;
    vertical-align: middle;
    margin: -6px 10px 0 0;
}

#faq .areaHeading {
    color: #6292db;
    background: #fff;
}

#faq .toggleContents {
    margin-bottom: 20px;
    background: #fff;
}

#faq .toggleContents:last-child {
    margin-bottom: 0;
}

#faq dt{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 68px 20px 20px;
    display: flex;
    cursor: pointer;
}

#faq dt:hover{
    background: #c7ddff;
}

@media (hover: none) {
    #faq dt:hover{
        background: #fff;
    }
}

#faq .toggleBtn:before, .toggleBtn:after {
    display: block;
    content: '';
    background-color: #6292db;
    position: absolute;
    width: 28px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#faq .toggleBtn:before {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

#faq dt.selected .toggleBtn:before {
    transform: rotate(0);
    transition: 0.5s;
    height: 1px;
}

#faq dt:before {
    content: "";
    background: url(/clp/mokumoku-work/img/text-q.svg) center center / contain no-repeat;
    display: inline-block;
    width: 38px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}

#faq dd {
    border-top: solid 3px #6292db;
    padding: 20px;
    display: flex;
}

#faq dd:before {
    content: "";
    background: url(/clp/mokumoku-work/img/text-a.svg) center center / contain no-repeat;
    display: inline-block;
    width: 38px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}

/** お役立ち情報 **/
#useful {
    width: 980px;
    background: #fff;
    margin: 40px auto;
}

#useful h3 {
    color: #fff;
    background: #000000;
    border-radius: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
}

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

@media screen and (max-width:980px) {
    #useful {
        width: 940px;
    }
}

#useful li {
    width: 31%;
    margin: 0 3.5% 0 0;
    text-align: center;
}

#useful li a {
    display: block;
    flex-direction: column;
}

#useful li a p {
    margin-top: 8px;
}

#useful li a:hover img {
    opacity: 0.7;
}

#useful li:last-child {
    margin-right: 0;
}

@media (hover: none) {
    #useful li a:hover {
        opacity: 1;
        color: #000;
    }
}

/*-----------------------
初回modal画面
-----------------------*/
#panel {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    width: 700px;
}

#panel .subText {
    font-size: 14px;
    margin-bottom: 15px;
}

#panel .titText {
    font-size: 28px;
    font-weight: bold;
    color: #6292db;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#panel .areaText {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#panel ul {
    display: flex;
    justify-content: center;
}

#panel li {
    width: 23.5%;
    margin: 2% 2% 0 0;
    font-size: 18px;
}

#panel li:last-child {
    margin-right: 0;
}

#panel li a {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #6292db;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 10px;
}

#panel li a:hover {
    opacity: 0.7;
}

@media (hover: none) {
    #panel li a:hover {
        opacity: 1;
    }
}

@media screen and (max-width:980px) {
    .brnone {
        display: none;
    }
}
