@charset "utf-8";
/*
Template:skin_tcd046
Theme Name:SKIN Child
Description:WordPressテーマ「SKIN」の子テーマ
Version:1.7.3
*/

/*　 TCDテーマオプション基本設定のカスタムCSS　*/
@media screen and (max-width: 767px) {
#index_content2 { text-align: left }
}
@media screen and (min-width: 768px) {
#header { border-top-color: rgba(152,196,118,0.8) }
}
#index_topics .headline { color: #222 }
#index_topics .headline:after { border-right-color: #777 }
#index_topics ol li a { color: #111 }
#footer_social_link li:before { color: #FFF }


/*　 著書とDVD　*/
.single-staff #previous_next_post2 { display: none !important }

ol#staff_list .info { line-height: 1.6 }

@media screen and (min-width: 768px) {
.single-staff #post_title { font-size: 28px }
}

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

ol#staff_list .info p br { display: none }
    
.staff_detail table td { word-break: break-all }

.single-staff .post_content h3 br { display: none }

#article h2, #main_col h2 { font-size: 20px; font-weight: bold }

}

/*　ContactForm7のレスポンシブ化 ＆ CSS調整　*/
.wpcf7 {
    width: auto !important;
    padding: 30px 0 0 0 !important;
    border: 0 !important;
    background: #fff !important;
}

.wpcf7 form {
    margin: 0 !important
}

.wpcf7 dl {
    width: 100%;
    margin-bottom: 20px;
}

.wpcf7 dt {
    position: relative;
    margin-bottom: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    font-weight: normal;
}

.wpcf7 dt .label {
    display: inline-block;
    padding: 1px 4px 2px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    border-radius: 2px;
}

.wpcf7 dt .hissu {
    background: #db3572;
    line-height: 1.5em
}

.wpcf7 dt .ninni {
    background: #ccc;
    line-height: 1.5em
}

.wpcf7 dd {
    box-sizing: border-box;
}

.wpcf7 dd span {
    font-weight: normal
}

.wpcf7 dd .wpcf7-radio .wpcf7-list-item {
    display: block;
}

.wpcf7 .wpcf7-text {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    transition: 0.3s ease-out;
}

.wpcf7 .wpcf7-text:focus {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.wpcf7 .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    transition: 0.3s ease-out;
}

.wpcf7 .wpcf7-textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

.wpcf7 .wpcf7-submit {
    display: block;
    width: 80% !important;
    height: auto !important;
    padding: 20px;
    background: #f1b450 !important;
    border: none;
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    border-radius: 4px;
}

.wpcf7 .wpcf7-mail-sent-ok {
    padding: 10px 0;
    font-size: 125%;
}


@media screen and (min-width: 768px) {

.wpcf7 {
    padding: 0 !important;
}

.wpcf7 dl {
    display: table;
    width: 100%;
    border-top: 1px solid #EFEFEF;
    margin-bottom: 0;
}

.wpcf7 dl:last-of-type {
    border-bottom: 1px solid #EFEFEF;
}

.wpcf7 dt {
    display: table-cell;
    width: 35%;
    margin-bottom: 0;
    background: #f7f7f7;
    padding: 20px;
}

.wpcf7 dt .label {
    position: absolute;
    right: 20px;
    margin-right: 0;
}

.wpcf7 dd {
    display: table-cell;
    width: 65%;
    padding: 20px;
}

.wpcf7 .wpcf7-text {
    padding: 10px;
}

.wpcf7 .btn-submit {
    margin: 0 auto;
    width: 60% !important;
    transition: 0.3s ease-out;
}

.wpcf7 .btn-submit input {
    margin-top: 50px !important;
}

.wpcf7 .wpcf7-submit:hover {
    cursor: pointer;
    opacity: 0.6;
}
    
}

.form_message {
    margin-top: 30px;
    padding: 20px 20px 10px 20px;
    background: #f5f5f5;
}

.form_message b {
    font-size: 14px;
    line-height: 150%;
}

.form_message p {
    font-size: 13px;
    line-height: 150%;
}


/*　ボタン類　*/
.box_botan1 { width: 90%; margin: 20px auto 40px auto !important }
.box_botan1 a { border-radius:5px; text-decoration: none }

@media screen and (min-width: 768px) {
.box_botan1 { width: 70% }
}

.button--small {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.button--medium {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.button--large {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.button--dark { background: #222; color: #fff !important }
.button--dark:hover { 
    background: #777; color:#fff;
    transition:all 0.3s ease;
    text-decoration: none;
}

.button--gray { background: #777; color: #fff !important }
.button--gray:hover { 
    background: #aaa; color:#fff;
    transition:all 0.3s ease;
    text-decoration: none;
}

.button--red { background: #db3572; color:#fff !important }
.button--red:hover { 
    background: #f24b88; color:#fff;
    transition:all 0.3s ease;
    text-decoration: none;
}

.button--orange { background: #f1b450; color:#fff !important }
.button--orange:hover { 
    background: #fcc76b; color:#fff;
    transition:all 0.3s ease;
    text-decoration: none;
}

.button--blue { background: #10478e; color:#fff !important }
.button--blue:hover { 
    background: #1958a8; color:#fff;
    transition:all 0.3s ease;
    text-decoration: none;
}
