@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 700;
}

body .quiz_section .qmn_radio_answers . label {
    font-size: 16px !important;
}

@media screen and (max-width: 767px){
    body .quiz_section .qmn_radio_answers .qmn_mc_answer_wrap label,
    body .quiz_section .qmn_check_answers .qmn_mc_answer_wrap label,
    body .quiz_section .qmn_accept_answers .qmn_mc_answer_wrap label {
        font-size: 16px !important;
    }
}

.qsm-contact-type-text input::placeholder {
    color: #ffffff !important;
}

p.qmn_error_message {
    color: #F2DEDE !important;
}

p.qmn_error_message:before {
content: "制限時間が過ぎました";
color: red;
}

.quiz_section .qmn_image_option {
    height: auto!important;
}

.quiz_section .qmn_image_option img {
    height: auto!important;
}

input, select, textarea {
  padding: 10px;
  margin-top: 10px;
}


.imgborder {
  border: solid;
}

.fb-share-button,
.user-registration-error a,
#user-course-status-toggle,
.progress,
.course-lessons,
.sensei-course-filters,
.orderby,
.user-active  {
  display: none;
}

.author-info,
.meter,
a.view-results,
.sensei-course-meta {
  display: none !important;
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
div.user-registration-profile-header {
  display: none !important;
}

input, select, textarea {
  padding: 10px;
  margin-top: 10px !important;
}

.your-subject input[type=text], .your-name input[type=text] {
    border: 1px #89bdde solid;
    padding: .5em;
    border-radius: 5px;
    margin-bottom: .5em;
    width: 100%;
}


.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/*投稿日・更新日を非表示*/
.page .date-tags,
.post-date {
 display: none;
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.widget-sidebar a{
    border: none;
    border-top: 0;
}

img.profile {
  border: groove;
}

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
display: none;
}
/*フロント固定ページのシェアボタンを非表示
.home.page .sns-share{
display: none;
}*/
/*フロント固定ページのフォローボタンを非表示
.home.page .sns-follow{
display: none;
}*/
/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
display: none;
}
/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
display: none;
}
/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
display: none;
}

.nwa .author-box .sns-follow-buttons {
  display: none !important;
}

.sidebar .sns-follow-buttons a {
    width: 45%;
    margin-right: 0;
}

div .toppage {
    background-color: #F57388;
    color: #fff;
    padding: 14px 20px;
    margin: 16px 0;
    font-size: 16px;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}

/*ここから768px以下の指定*/

@media only screen and (max-width: 768px) {
　　　　　/*thとtdをブロック化して幅100％にして、縦積み*/
    .table-res-form th, .table-res-form td {
        width: 100%;
        display: block;
    }
　　　　　/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
    }
　　　　　/*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
    .sns-follow-buttons a {
    margin-right: 0;
    width: 45%;
    }
    #navi .navi-in>.menu-mobile li {
    width: 33%;
    height: 40px;
    line-height: 40px;
    }
/*タブ*/
    .su-tabs-nav span {
    width: calc(50% - 3px)!important;
    margin-bottom: 3px;
    }
    .su-tabs-nav span {
    display: inline-block!important;
    }
    .su-tabs-nav span.su-tabs-current::after {
    display: none!important;
    }
/*記事一覧*/
    .pt-cv-wrapper img {
    margin: 10px;
    }
    .footer-bottom-logo img{
    display: none;
}
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-flat-bottom-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 7px 10px 10px 10px;
  text-decoration: none;
  color: #FFF;
  background: #a180dc;
  transition: .4s;
}

.btn-flat-bottom-border > span {
  border-bottom: solid 2px #FFF;
}

.btn-flat-bottom-border:hover {
  background: #91b5fb;
}

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
  background: #668ad8;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.btn-text-3d {
  text-decoration: none;
  font-weight: bold;
  font-size: 37px;
  color: #799dec;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #6182ca, 0px 2px 0px #4f6aa7, 0px 3px 0px #5470ad;
}
.btn-text-3d:active {
  top: 4px;
  text-shadow: none;
}

div.result-content {
  display: none;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src:
  url('../fonts/Oswald-Medium.woff2') format('woff2'),
  url('../fonts/Oswald-Medium.woff') format('woff'),
  url('../fonts/Oswald-Medium.ttf') format('truetype'),
  url('../fonts/Oswald-Medium.eot');
  font-display: swap;
}

/**ページネーション**/
.pagination-next, .next, .prev, .pager-prev-next{ display: none; }
.pager-numbers a { text-decoration: none; }
.page-numbers{
border: none;
border-radius: 50%;
font-family: sans-serif;
font-size: 80%;
color: #666;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
transition: all .1s ease;
background-color: #ffffff;
}
.pagination a.page-numbers:hover,.pager-numbers a:hover .page-numbers{
background-color: #f44336;
color: #fff;
}
.pagination .current, .pager-links .current{
background-color: #ccc;
color: #fff;
}

/***ブログカード***/
.internal-blogcard-footer{
  display: none; 
}

.blogcard::before{
  content: 'あわせて読みたい';
  position: absolute;
  top: -.8rem;
  left: auto;
  font-size: 50%;
  background-color: #00CC8B; 
  padding: .6em 1em;
  font-weight: bold;
  color: #fff; 
  border-radius: 2px;
}

.internal-blogcard::after{
  content: '続きを読む ☛'; /* 内部リンク右下枠の文言 */
  position: absolute;
  right: 1rem;
  font-size: 70%;
  background-color: #E6BE3C; /* 内部リンク右下枠の背景色 */
  padding: .4em 3em;
  font-weight: bold;
  color: #fff; /* 内部リンク右下枠の文字色 */
  border-radius: 2px;
}

#sitemap_list li li a {
    border: 0;
    font-size: initial !important;
    color: #797876;
}

.toc {
    border: 1px solid #666;
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 1em;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.toc-title{
  position:relative;
  background:#ffbc00;/*最上部背景色*/
  padding:10px 0;
  color:#fff;
  font-weight:bold;
}
.toc .toc-content{
  padding:10px
}
.toc .toc-content ol li a,
.toc .toc-content ul li a{
  display:block;
  border-bottom:1px dashed #ababab;
  margin-left:-20px;
  padding-left:20px;
}
.toc ul a:before{
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #555555;
  position: relative;
  left: -8px;
  top: -3px;
  
}

.article .toc ul{
   list-style: none;
     margin-bottom: 0;
     padding-left: 20px;
}

.sidebar .sns-follow-buttons a {
    width: 45%;
    margin: 0 0;
}
/*タブ*/
.su-tabs-nav span.su-tabs-current {
    background: #f57388!important;
    color: white!important;
    position: relative;
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    font-size: 15px!important;
    min-height: 40px;
    line-height: 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    cursor: pointer;
    transition: all .2s;
}

.su-tabs-nav span {
    border-radius: 0!important;
    background: #eee;
    padding: 10px 0!important;
    width: calc(25% - 3px);
    text-align: center;
    font-weight: bold;
    color: #6d6d6d!important;
}

.su-tabs-nav span.su-tabs-current {
    background: #fff;
    cursor: default;
}

.su-tabs-nav, .su-tabs-nav span, .su-tabs-panes, .su-tabs-pane {
    box-sizing: border-box!important;
}

.su-tabs-pane {
    padding: 15px;
    font-size: 15px!important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    color: #333;
}

.su-tabs-pane {
    padding: 40px 0 0!important;
}

.su-tabs {
    background: #fff!important;
}

.su-tabs-nav span.su-tabs-current::after {
    content: "";
    font-size: 20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #f57388;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
}
/*記事一覧*/
.pt-cv-ifield {
    border: 1px solid #ccc;
    padding:7px;
    margin-left: -3px;
    margin-right: -3px;
}

.pt-cv-wrapper a {
    color: #000;
}

@media (min-width: 992px) {
.pt-cv-wrapper .col-md-4 {
    padding: 7px;
}
.pt-cv-page {
display:grid; grid-template-columns: auto auto auto; /*←3カラムの場合*/
}
.pt-cv-content-item {
  display: flex!important;
  flex-wrap: wrap;
  width:100%!important;
}
.pt-cv-ifield {
height:100%;
}
.header-container-in.hlt-top-menu .logo-header img {
max-width: none !important;
}
.footer-bottom-logo img{
  display: none;
}
}