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

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

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

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

body, button, input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #333333;
}

.page .date-tags,
.page .author-info {
    display: none;
}

/* header */

/* sidebar */
.sidebar h2 {
	background: #009C8D;
	color: #fff;
}

/* 見出し */
h1.section-title {
	margin-bottom: 0;
}

h2.section-title {
	 position: relative;
	 background: #fff;
}

h2.section-title:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#009C8D), to(#004C96));
    background-image: -webkit-linear-gradient(left, #009C8D 0%, #004C96 100%);
    background-image: linear-gradient(to right, #009C8D 0%, #004C96 100%);
}

.section-title__card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 12px 0 8px 0;
	border: 2px solid #009C8D;
	border-radius: 8px;
	width: 75%;
	margin: 0 auto;
}
	
	@media screen and (min-width:782px) {
.section-title__card {
	width: 90%;
}
}

.section-title__card:hover {
	transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 156, 141, 0.25);
}

.section-title__card a {
	background: #fff;
	color: #000;   
}

h2.basic {
	background-color: transparent;
    position: relative;
    padding: 0.8rem .5rem;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 50px;
    font-size: 1.8em;
}

h2.basic:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#009C8D), to(#004C96));
    background-image: -webkit-linear-gradient(left, #009C8D 0%, #004C96 100%);
    background-image: linear-gradient(to right, #009C8D 0%, #004C96 100%);
}

h3.basic {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px;
}

h3.basic:after {
    margin-left: 5px;
    border-top: 3px solid #009C8D;
    content: "";
    flex-grow: 1;
}

h3.dot-style {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px;
}

h3.dot-style:after {
    margin-left: 5px;
    border-top: 1px dashed #666;
    content: "";
    flex-grow: 1;
}

h4.basic {
    padding: .2rem .5rem;
    border-left: 4px solid #009C8D;
    margin-bottom: 20px;
    font-weight: normal;
	border-bottom: none;
	border-top: none;
}

h5.basic{
  display: block;
  position: relative;
  padding-left: 20px;
  text-transform:none;
	font-weight: normal;
	font-size: 1.0625rem;
}

h5.basic:before{
  content: "";
  position: absolute;
  height:12px;
  width:10px;
  border-radius: 3px;
  border:2px solid #004C96;
  left:0px;
  top:0px;
 }

h5.basic:after{
  content: "";
  position: absolute;
  height:12px;
  width:10px;
  border-radius: 3px;
  border:2px solid #009C8D;
  left:5px;
  top:4px;
 }

/* 表 */
ul.article-table {
	list-style:none;
	margin:0 auto;
	padding-left: 0;
	width: 95%;
	
}

.article-table li {
	margin:10px 0;
	font-size:16px;
	padding: 10px 10px 10px 50px;
	font-weight:400;
	position: relative;
	background: #FFF;
	border-bottom:1px dotted #666;
	cursor: pointer;
}

.article-table li:hover {
	background-color: #F2FAF9;
}

.article-table li:before {
	font-family: "Font Awesome 5 Free";
	color:#009C8D;
	content:"\f0a9";
	font-weight: 900;
	display:inline-block;
	position:absolute;
	left:20px;
}

.article-table li a {
	text-decoration: none;
	color: #333;
	display: block;
}

/* btn */
.banner-btn a {
    display: inline-block;
    border-radius: 5px;
    border: solid 3px #009F8D;
    height: 70px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
}

.banner-btn .wp-block-buttons>.wp-block-button {
    width: calc(90% - var(--wp--style--block-gap, .5em) * .25);
}

/* question-section */
.wp-block-group.question-section.is-layout-constrained.wp-block-group-is-layout-constrained {
	margin: 0 auto 100px auto;
	width: 95%;
}
.basic-accordion1 {
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.basic-accordion1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.basic-accordion1 summary::-webkit-details-marker {
    display: none;
}

.basic-accordion1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.basic-accordion1[open] summary::after {
    transform: rotate(225deg);
}

.basic-accordion1 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.basic-accordion1[open] p {
    transform: none;
    opacity: 1;
}

.basic-accordion2 {
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;
}

.basic-accordion2 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.basic-accordion2 summary::-webkit-details-marker {
    display: none;
}

.basic-accordion2 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.basic-accordion2[open] summary::after {
    transform: rotate(225deg);
}

.basic-accordion2 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.basic-accordion2[open] p {
    transform: none;
    opacity: 1;
}

.basic-accordion3 {
    margin-bottom: 7px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.basic-accordion3 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.basic-accordion3 summary::-webkit-details-marker {
    display: none;
}

.basic-accordion3 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.basic-accordion3[open] summary::after {
    transform: rotate(225deg);
}

.basic-accordion3 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.basic-accordion3[open] p {
    transform: none;
    opacity: 1;
}

.correct-answer {
	background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
}

.list-9 {
    list-style-type: disc;
    list-style-position: inside;
    border: 2px solid #009C8D;
	margin: .3em 2em 1.5em;
}

.list-9 li {
    padding: .5em;
}

.list-9 li:not(:last-child) {
    border-bottom: 1px dashed #009C8D;
}

.list-9 li::marker {
    color: #009C8D;
    font-size: 1.1em;
}

.list-11 {
    list-style-type: disc;
    padding: 0.1em 1em 0.1em 2.5em;
    border-left: 5px solid #009C8D;
    background-color: #f2f2f2;
	margin: .3em 2em 1.5em;
}

.list-11 li {
    padding: .3em .3em .3em 0;
}

.list-11 li::marker {
    color: #009C8D;
    font-size: 1.1em;
}

/* お問い合わせ */
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
	font-size: 0.875rem;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

table.CF7_table tr p{
	margin: 0;
	text-align: left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

.CF7_req{
	padding: 5px;
	color: #fff;
	border-radius: 3px;
	margin: 0 15px;
    display: inline-block;
    background: #C71A09;
    font-size: 10px;
    padding: 0 5px;
    border-radius: 3px;
    white-space: nowrap;
}

.CF7_unreq{
	padding: 5px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;
	background-color:#ebedf5;
	}
}

@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

.wpcf7 input.wpcf7-submit {
	background-color:#009c8d;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/* サイズ */
.mb-10 {
	margin-bottom: 10px;
}

/* 非表示 */
.entry-title {
	display: none;
}

.go-to-top {
	display: none;
}

.cat-link-14 {
	display: none;
}