@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


/* 問い合わせフォームカスタマイズ ここから*/
/* 必須マーク */
.must{
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #F92931;
	border-radius: 20px;
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 6px 10px;
	background: #424242;
	border-radius: 20px;
}

/* 項目名を太字にして行間をあける */
form p {
	font-weight: 600;
	margin-bottom: 1.75rem;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
/* 問い合わせフォームカスタマイズここまで */


/* 目次カスタマイズここから */
#toc_container p.toc_title+ul.toc_list>li {
 margin-bottom: 0.1em;
 padding-bottom: 0.4em;
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    margin-right: 0.4em;
}

#toc_container li {
 padding-left: 1em !important;
 line-height: 1.8em;
}

#toc_container ul ul {
 margin-bottom: 10px;
}

.toc_number {
 margin-left: -0.5em;
 margin-right: 0.5em;
}

#toc_container ul>li>ul>li {
    font-size: 94% !important;/*小見出しの文字サイズ*/
}

#toc_container p.toc_title {
    text-align: left !important;/*左寄せ*/
    font-weight: 700;
    margin: 0;
    padding: 0 60% 0% 5% !important;
    color: #4d4398;/*文字の色*/
    background-color: rgba(164,168,212,0.4);/*タイトルのラベルの色*/
    letter-spacing: 0.05em;
}

#toc_container {
    background: #fff!important;
    margin-bottom: 1em;
    width: auto;
    display: table;
	box-shadow: 10px 10px 10px #a4a8d4;/*影*/
    border: solid 1px #4d4398 !important;
    margin-top: 30px;
    padding: 0 !important;
}

/*リストの外側の余白*/
#toc_container p.toc_title+ul.toc_list {
    margin: 1em;
}

/*リンクの色など*/
#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: #4394de !important;
}
/* 目次カスタマイズここまで */


