@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
	font-family: 'M PLUS 1p', sans-serif;
}

strong {
    font-weight: normal;
}

/*体験コーチングページ用 */
.trial_coaching_form {
    position: relative;
    display: block;
}

.trial_coaching_form .line {
    position: relative;
    display: block;
    float: none;
    clear: both;
}

.trial_coaching_form .line .label {
    position: relative;
    display: block;
    width: 15%;
    float: left;
	min-width: 8em;
}

.trial_coaching_form .line .content {
    position: relative;
    display: block;
    width: 60%;
    float: left;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.trial_coaching_form .title {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}

.trial_coaching_form .line .content .choice .label {
    position: relative;
    display: block;
    width: 100%;
}

.trial_coaching_form .line .content .choice .date {
    position: relative;
    display: block;
    float: left;
    width: 40%;
}

.trial_coaching_form .line .content .choice .time {
    position: relative;
    display: block;
    float: left;
    margin-left: 1%;
}

 .trial_coaching_form .button_line {
    position: relative;
    display: block;
    clear: both;
    padding-top: 2em;
    padding-bottom: 1em;
}
	
.trial_coaching_form .button_line button.confirm {
    position: relative;
    display: block;
    width: 300px;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}

.trial_coaching_form .button_line button.send {
    position: relative;
    display: block;
    width: 300px;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}

#profile .left {
    position: relative;
    display: block;
    float: left;
    width: 35%;
    font-size: 0.8em;
}

#profile .right {
    position: relative;
    display: block;
    width: 60%;
    float: right;
    letter-spacing: .1em;
    line-height: 2em;
}


#profile .left span.name {
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-weight: 600;
}

#profile .left h6 {
    font-size: 1.2em !important;
}

#profile .left dd.diploma {
    margin-left: 1em;
}

#profile .left dl.diploma span.registered {
    font-size: .5em;
}

/*お問合せ */
.contact_form {
    position: relative;
    display: block;
}

.contact_form .line {
    position: relative;
    display: block;
    float: none;
    clear: both;
}

.contact_form .line .label {
    position: relative;
    display: block;
    width: 15%;
    float: left;
	min-width: 8em;
}

.contact_form .line .content {
    position: relative;
    display: block;
    width: 60%;
    float: left;
    margin-top: 0;
    margin-bottom: 1.5em;
}

.contact_form .title {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}

.contact_form .line .content .choice .label {
    position: relative;
    display: block;
    width: 100%;
}

.contact_form .line .content .choice .date {
    position: relative;
    display: block;
    float: left;
    width: 40%;
}

.contact_form .line .content .choice .time {
    position: relative;
    display: block;
    float: left;
    margin-left: 1%;
}

 .contact_form .button_line {
    position: relative;
    display: block;
    clear: both;
    padding-top: 2em;
    padding-bottom: 1em;
}
	
.contact_form .button_line button.confirm {
    position: relative;
    display: block;
    width: 300px;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}

.contact_form .button_line button.back {
    position: relative;
    display: block;
    width: 300px;
    height: 4em;
    margin: 0 auto 2em auto;
    font-size: 1em;
    border: 0;
    background-color: lightslategray;
    color: white;
    border-radius: 5px;
}

.contact_form .button_line button.send {
    position: relative;
    display: block;
    width: 300px;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}

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

/*834px以下*/
@media screen and (max-width: 834px){

#profile .left {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1em;
}

#profile .right {
    position: relative;
    display: block;
	width: 100%;
	margin-top: 5em;
}
	
}

/*480px以下*/
@media screen and (max-width: 480px){

.trial_coaching_form .line .label {
    position: relative;
    display: block;
    width: 100%;
}

 .trial_coaching_form .line .content {
    position: relative;
    display: block;
    width: 90%;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 1.5em;
}

 .trial_coaching_form .line .content .choice {
    margin-bottom: 1em;
}
	
 .trial_coaching_form .line .content .choice .label {
    position: relative;
    display: block;
    width: 100%;
}

 .trial_coaching_form .choice .date {
    position: relative;
    display: block;
    width: 14em;
    margin-bottom: 1em;
    margin-left: 1em;
}
	
 .trial_coaching_form .choice .time {
    position: relative;
    display: block;
    width: 13em;
    margin-left: 2em;
}
	
 .trial_coaching_form .button_line {
    position: relative;
    display: block;
    clear: both;
    padding-top: 2em;
    padding-bottom: 1em;
}
	
 .trial_coaching_form .button_line button.confirm {
    position: relative;
    display: block;
    width: 80%;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}
	
.trial_coaching_form .button_line button.send {
    position: relative;
    display: block;
    width: 80%;
    height: 4em;
    margin: 0 auto;
    font-size: 1em;
    border: 0;
    background-color: #3478f5;
    color: white;
    border-radius: 5px;
}
	
}
