@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.article h3 {
  border-left: 10px solid #888;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  padding: 12px 20px;
}
.article h4 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.entry-content {
  margin-top: 1em;
  margin-bottom: 2em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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

/* フォーム**/

.wpcf7 input[name="born-y"] { /* 西暦幅 */
	width: 25%;
}
input[id="50p"] { /* 事故発生時 */
	width: 50% !important;
}
input[id="25p"] { /* 事故発生時 */
	width: 25% !important;
}
.visuallyhidden {
    width: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

/* Q&A**/
.thfaqf-faq-item-content *, .thfaqf-faq-item-content *:after, .thfaqf-faq-item-content *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.thfaqf-faq-item-content dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.thfaqf-faq-item-content dd {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 1em 1em 1em;
	border-bottom: 1px dotted #0097a7;
}
.thfaqf-faq-item-content dt::before, .thfaqf-faq-item-content dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.thfaqf-faq-item-content dt::before {
	padding: 0.1em 0.3em;
	content: 'Q';
	background: #f57c00;
}
.thfaqf-faq-item-content dd::before {
	padding: 0.12em 0.45em;
	content: 'A';
	background: #0097a7;
}
.thfaqf-faq-item-content dt::after, .thfaqf-faq-item-content dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.thfaqf-faq-item-content dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.thfaqf-faq-item-content dd::after {
	left: 2.5em;
	border-color: transparent transparent transparent #0097a7;
}
