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

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

dl.news_list{
	/*border: solid 1px #ddd;
	padding: 3%;*/
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	align-items: top;
}
dl.news_list dt{
	width: 16%;
	padding: 1%;
	border-bottom: dotted 1px #888;
}
dl.news_list dd{
	width: 84%;
	margin-left: 0;
	padding: 1%;
	border-bottom: dotted 1px #888;
}

dl.news_list dt .date{
	color: #0076B6;
	border: solid 1px #0076B6;
	border-radius: 3px;
	padding: 2px 0;
	margin-right: 10px;
	width: 140px;
	display: inline-block;
	text-align: center;
}

@media screen and (max-width: 769px) {
	dl.news_list dt,
	dl.news_list dd{
		width: 100%;
		text-align: left;
		padding: 1% 0;
	}
	dl.news_list dt{
		border-bottom: none;
		padding-top: 2%;
	}
	dl.news_list dd{
		padding-bottom: 2%;
	}
}

.more_news{
	text-align: center;
}
.more_news a{
	border: solid 1px #0076B6;
	border-radius: 5px;
	padding: 1% 2%;
	transition: .3s ;
	text-decoration: none;
}

.more_news a:hover{
	background: #0076B6;
	color: #fff;
	transition: .3s ;
}
/*---------------------------------------------------------
 * 
 * 固定ページ関連処理
 * 
 * ---------------------------------------------------------*/
.page .date-tags {
display: none;
}

.article h3{
	border: none;
	border-bottom: solid 2px #0076B6;
	padding: 10px;
	display: inline-block;
	margin-bottom: 2%;
	margin-top: 4%;
}
/*---------------------------------------------------------
 * 
 * 動画の埋め込み
 * 
 * ---------------------------------------------------------*/

.video-container{
	width: 100%;
	max-width: 100%;
}
/*---------------------------------------------------------
 * 
 * 利用規約＆プライバシーポリシー
 * 
 * ---------------------------------------------------------*/

@media screen and (max-width: 769px) {
	.ifrm-container {
    width: 100%;
    height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
}

@media screen and (min-width: 769px) {
	  .ifrm-container {
    width: 100%;
    height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    border: solid 1px #bbb;
  }
  .ifrm-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
}


/*---------------------------------------------------------
 * 
 * 特商法
 * 
 * ---------------------------------------------------------*/

table.law td{
	background: #fff;
	padding: 2%;
}
@media screen and (max-width: 769px) {
table.law th,table.law td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	table.law br{
		display: none;
	}
}
/*---------------------------------------------------------
 * 
 * よくある質問
 * 
 * ---------------------------------------------------------*/

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

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

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

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