/* 従来からの引き継ぎ */
.al-c{text-align:center;}
.al-r{text-align:right;}
.al-l{text-align:left;}
.b{font-weight:bold;}
.clearfix::after {
    content : " ";
    display : block;
    clear : both;
}

/* MW WP Formのコントロールの表示 */
input[type="text"],textarea, select
{
    display: inline;
    width: auto;
    max-width: 100%;
    border: 1px solid;
	color:#000;
}
/* MW WP Formの送信ボタンのサイズ変更 */
select{color:#000}
input[type="submit"]{
    font-size: 175%;
}
/* MW WP Formのバリデーション表示 */
span.error{border:2px solid #c00;padding:0.5em;margin-bottom:0.5em}
div.mw_wp_form input, div.mw_wp_form select{
margin-bottom:0;
}

/* dlのスタイル */
#main_content dl.vtable {
    border-top: 1px solid #999!important;
}
#main_content dl.vtable dt {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
	padding:0.3em;
	background-color:#eee;
}
#main_content dl.vtable dd {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
	padding:0.5em;
}

/* tableスタイル */
.post_content table {
}
.post_content td, .post_content th {
}
/* モバイルの価格表のフォントサイズ */
@media screen and (max-width: 960px)  {
    table.price{font-size:0.9em}
}

/* バッジスタイル */
.badge{
	font-size:0.8em;
	padding:0 0.2em;
	color:#fff;
	border-radius:0.2em;
}

/* アコーディオン */
.swell-block-accordion__title {
    border:1px solid #999;
}


/* その他 */
.alphabet_square {
    background-color: #ea5413;
    padding: 2px 5px;
    color: #fff;
    box-shadow: 2px 2px 2px #666;
}
.widget_title {
    margin-bottom: 1em;
}

div[id^="custom_post_widget-"] li{
	margin-bottom:0.5em;
}

.excerpt{font-size:0.9em;margin-left:1.5em}

/* メインビジュアルの横サイズ 
.-sidebar-on .l-mainContent {
    width: calc(100% - 365px);
}
*/
/* トップのおすすめコース */
.cap_box_content > p.coursename{
	margin-bottom: 0.5em;
}

.badge{
	font-size:1em;
	padding:0 0.2em;
	color:#fff;
	border-radius:0.2em;
}
.badge_white{
	font-size:1em;
	padding:0 0.2em;
	background-color:#fff;
	border-radius:0.2em;
	border-style:solid;
	border-width:2px;
}

/* CF7 */
.post_content .wpcf7-form h3 {
    margin: 1em -8px 1em;
}
.post_content .wpcf7-form h4 {
    margin: 1em 0 0.5em;
}
textarea {
    max-width: 100%;
}
span.wpcf7-list-item {
    display: block!important;
}
#zip{width:10em}
#tel1, #tel2, #tel3{width:10em}
#birth{width:10em}
#lastName, #firstName, #lastNameKana, #firstNameKana{width:15em}
#email{width:25em}
#addr1, #addr2{width:30em}
.wpcf7-submit {
    width: 100%;
    font-size:1.2em;
    border: 1px solid #666;
    font-weight: bold;
    padding: 1em;
}

/* アイキャッチ
.single-course .p-articleThumb{
    background-color: #000000;
}
.single-course .p-articleThumb img{
	display: block;
	opacity: 0.6;
}
.thumb_wrap{
	position:relative;
}
.thumb_term{
	position:absolute;
	font-size:1.2em;
	top:-3px;
	left:0;
}
.thumb_wrap span{
    background-color:#fff;
	padding:0.3em;
}
.catchphrase{
    position:absolute;
    font-size:1.5em;
	  color:#fff;
    top:10em;
    left:0;
} */
/* スマホカスタムボタン */
.c-iconBtn__icon {
    font-size: 18px;
}
.c-iconBtn__label {
    font-size: 8px;
}
/* USEFULL BLOCKSのアイコンボックス */
.pb-iconbox {
    max-width: 800px!important;
}
/* トップページのアイコンボックス */
.w-frontTop .pb-iconbox{
    margin: 1em auto;
}
/* 記事の日付ブロックを非表示 */
.p-articleMetas {
    display: none;
}
/* 記事のメインビジュアルのマージンの値を調整 */
.p-articleThumb {
    margin: 1.5em 0;
 }
/* swellブロック > 説明リスト > 縦並び表の色 */
 .swell-block-dl.is-style-vtabel .swell-block-dl__dt {
    background-color: #dddddd;
}
.is-style-vtabel > .swell-block-dl__dt {
    color: #333333;
}
/* フォームの幅 */
 #addr, #addr2 {
    width: 400px;
    max-width:100%;
}
input, textarea, select{
	max-width:100%;
}

/*カテゴリ別コース一覧のスタイル*/

.course-content{
    padding: 15px;
    border: 1px solid #004ea2;
    margin-bottom: 20px;
}

.course-content:hover{
    transition: 0.3s;
    opacity: 0.5;
}

.post_content .course-title{
    margin-bottom: 10px;
    color: #ffffff;
    padding: 0.5em 1em;
    border-left: none;
    font-size: 1.4em;
    font-weight: 700;
    background: -webkit-linear-gradient(
135deg, transparent 25%, rgba(38, 144, 238, 0.05 ) 25%, rgba(38, 144, 238, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(38, 144, 238, 0.05 ) 75%, rgba(38, 144, 238, 0.05 ));
    background: linear-gradient(
135deg, transparent 25%, rgba(38, 144, 238, 0.05 ) 25%, rgba(38, 144, 238, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(38, 144, 238, 0.05 ) 75%, rgba(38, 144, 238, 0.05 ));
    background-size: 4px 4px;
    background-color: #004ea2;
}

.post_content .course-title::before{
    content: none;
}

.course-content-text{
    padding: 0 10px;
}

.post_content .course-subtitle{
    color: #333333;
    padding: 0 0em 0.5em;
    margin: 1em 0 0;
    font-size: 1.1em;
    font-weight: bold;
}

.post_content .course-text{
    color: #333333;
}

/*カテゴリ別コース一覧のスラッグ別スタイル*/

.course-content.cat-color-gr{
    border: 1px solid #57bd28; 
}

 .post_content .cat-color-gr .course-title{
    background-color: #57bd28;
}

.course-content.cat-color-or{
    border: 1px solid #eda004; 
}

 .post_content .cat-color-or .course-title{
    background-color: #eda004;
}

/* ---------------------------------
* 記事一覧表示ショートコードのCSS
* https://small-green.com/shortcode-display-tag/
* phpコードはfunctions/myfunc.phpに定義
* --------------------------------*/
.poslist-ul{
list-style: none!important;
border: none!important;
padding: 0!important;
}
.poslist-ul li:before{
content: none!important; 
}
.poslist-ul li{
border: solid 2px #ececec;
margin-bottom: 10px;
padding: 0!important;
transition: .3s;
}
.poslist-ul li:hover{
font-weight: 500;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 0.7 ;
}
.poslist-ul li a{
padding: 10px;
width: 100%;
display: table;
text-decoration:none!important;
}
.poslist-ul li a:hover{
font-weight: 500;
border-bottom: none;
}
.poslist-ul li a img{
display: table-cell;
width: 150px;
height: 150px;
max-width: none;
vertical-align: middle;
margin-right: 20px;
margin-top: 0!important;
}


@media only screen and (max-width: 767px){
.poslist-ul li a img{
width: 100px;
height: 100px;
margin-right: 10px;
}
}

.poslist-div{
display: table-cell;
padding: 0;
width: 100%;
vertical-align: middle;
}
.poslist-ttl,
.poslist-exc{
display: block;
}
.poslist-ttl{
font-size: 1.3em;
margin-bottom: 10px;
font-weight: bold;
}
.poslist-exc{
font-size: .9em;
color:#777;
}

/*クレアールTOPのニュース一覧表示*/
.sites_news .swell-block-capbox{
    height: 160px;
}

.sites_news .swell-block-capbox .cap_box_content{
    overflow-y: auto;
    height: 120px;
}

.sites_news .cap_box_content{
    padding: 10px 20px;
}

.post_content .news-list{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.post_content .news-date{
    width: 25%;
    line-height: 1.2;
    margin: 8px 3% 8px 0;
}

.post_content .news-ttl{
    width: 72%;
    line-height: 1.2;
    margin: 8px 0;
}

@media screen and (max-width: 768px)  {
    .sites_news .swell-block-capbox{
        height: 130px;
    }
    
    .sites_news .swell-block-capbox .cap_box_content{
        overflow-y: auto;
        height: 97px;
    }

    .sites_news .cap_box_content{
        padding: 10px 15px;
    }

    .post_content .news-list{
        display: block;
    }

    .post_content .news-date{
        display: block;
        width: 100%;
        margin: 8px 0 0px 0;
    }

    .post_content .news-ttl{
        display: block;
        width: 100%;
        margin: 3px 0 8px;
    }

    .top #content{
        padding-bottom: 5px;/*クレアールTOPの最後のニュースボックスでシャドウが消えてしまう対策*/
    }
}

/*クレアールTOPのニュース一覧表示　ここまで*/


/*postsnippets　list_type用CSS*/

.guide-content .mylist .p-blogCard__thumb .c-postThumb__figure::before {
    padding-top: 0;
  }
  
  .guide-content>*{
      clear: both;
      margin-bottom: var(--swl-block-margin,2em);
  }

  /*postsnippets　list_type用CSSここまで*/



  /*MWformの名前表示調整*/

.name_fields .name_label{
    width: 115px;
    display: inline-block;
}

.name_fields p{
    margin-bottom: 10px;
}

@media screen and (max-width: 768px)  {
    .name_fields .name_label{
        width: 100%;
        display: block;
    }

    .name_fields .mwtag{
        width: 100%;
    }

    .name_fields input{
        width: 100%;
    }
}

  /*MWformの名前表示調整ここまで*/


  /*TOPのツイッター調節*/
.crear-twitter .twitter-timeline{
    height: 300px!important;
}

.twitter-area{
    max-width: 550px;
    margin: 0 auto;
    max-height: 750px;
    overflow-y: auto;
}

@media screen and (max-width: 768px)  {
    .crear-twitter .twitter-timeline{
        height: 400px!important;
    }
    .twitter-area{
        max-height: 400px;
    }
}

/*TOPツイッター調節ここまで「*/

/*404検索窓の崩れ修正*/
.form-404 input[type="text"],
.form-404 textarea,
.form-404 select{
    width: 100%;
}
/*404検索窓の崩れ修正ここまで*/

/*form_プレースホルダー・送信ボタン表示調節*/
::placeholder {
    color: #cccccc;
  }

  input[type="submit"]{
      margin-top: 10px;
      background-color: #004ea2;
      width: 100%;
      color: #ffffff;
      font-weight: bold;
      border: solid 1px #004ea2;
  }

  input[type="submit"]:hover{
      color: #004ea2;
      background-color: #ffffff;
      transition: 0.3s;
  }
  /*form_プレースホルダー・送信ボタン表示調節ここまで*/

  /*投稿リスト　最新だけ削除*/
  .first-displaynone ul li:first-child {
    display:none;}
  /*投稿リスト　最新だけ削除ここまで*/

  /*フォームのinput下に余白*/
  #mwform>p {
    margin-bottom: 1em;
}
/*フォームのinput下に余白 ここまで*/


/*スマホ用メインビジュアルサイズ*/
_::-webkit-full-page-media, _:future, :root picture .u-obf-cover{
    height: auto!important;
    }

 /*デフォルトボタン動き*/
.wp-block-button__link:hover{
    opacity: 0.7;
    transition: 0.3s;;

}

/*公務員対応試験付きおすすめコースの一覧表示*/
.course-taiou{
    padding: 15px 0;
    border-bottom: 1px solid #bfbfc5;
    display: block;
}
.course-taiou-link{
    font-size: 1.2rem;
    font-weight: bold;
    color: #484d70;
    position: relative;
    padding-left: 24px;
}

.course-taiou-link::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #484d70;
    border-right: 2px solid #484d70;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.course-taiou:hover{
    opacity: 0.7;
    transition: 0.3s;
}

.course-taiou:hover .course-taiou-link::before{
    transition: 0.1s;
    left: 6px;
}

.course-taiou-list span {
    background-color: #96a4c7;
    color: #fff;
    margin: 0 5px 5px 0;
    padding: 0px 10px;
    font-size: 0.8rem;
    height: rem;
    display: inline-block;
    border-radius: 20px;
}

.course-taiou-link-cap {
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 10px;
}

@media screen and (max-width: 768px)  {
    .course-taiou-link{
        line-height: 1.2;
        margin-bottom: 10px;
        padding-left: 20px;
    }
}
/*公務員対応試験付きおすすめコースの一覧表示ここまで*/

/*司法書士コースラインナップの講座*/
.lineup span{
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0 10px;
}

.lineup span:hover{
    transition: 0.3s;
    opacity: 0.7;
}

/*司法書士コースラインナップの講座ここまで*/

/*Twitter非表示修正*/

#twitter-widget-0 {
    width: 100%!important;
}

.twitter-timeline{
margin:0 auto;
}

/*サンクスページ受付ナンバー隠す*/

.tracking span{
    color: #ffffff;
}

 /*パンくずリスト*/
 .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px)*2);
    padding-left: var(--swl-pad_container,0);
    padding-right: var(--swl-pad_container,0);
    padding-top: 15px;
    font-size: 12px;
}

.breadcrumbs a{
    color: #333333;
	transition:0.3s;
}

.breadcrumbs a:hover{
	opacity:0.5;
}

.breadcrumbs:before {
	content:"\e922";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}

.home .breadcrumbs{
    display: none;
}

/*Marketoのcookie取得用テキストボックスを非表示にする*/
#mkt_cookie{display:none}

/*スマホ版トップページ上部コンバージョンボタン*/

.top-conversion-area .pb-cv-box__inner{
    padding:0!important;
}

.top-conversion-area .pb-button__text {
    padding: 0.25em 0em 0.25em .5em!important;
    font-size: .8em;
}

.top-conversion-area .pb-button__btn {
    padding: 0.3em 0.5em!important;
}


.top-conversion-area .pb-button__em.has-icon {
    font-size: 0.75em;
}

.top-conversion-area .pb-cv-box__inner .pb-button{
    margin-top: 0em;
}

.top-conversion-area .pb-cv-box{
    margin: 0em auto;
}

/*スマホ版トップページ上部コンバージョンボタンここまで*/