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

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


/* カード(あわせて読みたい)
----------------------------------------------------------------- */
.cp_card {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
	padding: 0.5em;
    margin: 1em auto;
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
}

.cp_card {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(99, 99, 99, 0.68);
    -moz-box-shadow: 0px 0px 5px -1px rgba(99, 99, 99, 0.68);
    box-shadow: 0px 0px 5px -1px rgba(99, 99, 99, 0.68);
}

.cp_card a {
    color: #1b2538;
    text-decoration: none;
}

.cp_card a:hover {
    opacity: 1;
    text-decoration: none;
}

.cp_card::before {
    position: absolute;
    top: -1em;
    left: 1em;
    content: attr(title);
    padding: .4em 1em 0 2.5em;
    font-size: 90%;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    height: 27px;
    background-color: #1b2538;
    border-radius: 4px;
}
.cp_card::after {
    position: absolute;
    top: -1em;
    left: 1.3em;
    font-family: FontAwesome;
    content: "✓";
    padding: .5em .5em 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.card_item-list{
    background: transparent;
    display: block;
}

.card_item-list h1{
    font-weight: 700;
    font-size:1.1rem;
    padding:0.5em 0 0 0;
}

.card_item-text {
    font-size: normal;
    padding: 0;
}

.readmore {
    text-align: right;
    padding: 0.5em;
    font-size: 1.0rem;
    font-weight: 700;
}


@charset "utf-8";

/*目次
----------------------------------------------------------------- */
#mokuji {
	padding: 10px 30px 20px 40px;
	max-width: 750px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
}

.mokuji00 {
	border-bottom: none;
}

.mokuji00 a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	padding: 5px 7px 6px 7px;
	background-position: 2px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.mokuji00 a:hover {
	display: inline-block;
	color: #ef018d;
}

.demo {
	display: block;
	max-width: 200px;
	color: #fff;
	background: #3285f6;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
	margin: 10px auto 20px;
	padding: 2px 10px;
}

.mokuji_square {
	display: inline-block;
	vertical-align: top;
	width: 23px;
	height: 23px;
	color: #fff;
	background: #3285f6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
}

.circle {
	display: inline-block;
	color: #ffa800;
	font-size: 1rem;
	top: 0;
	left: 0;
	padding-right: 5px;
}

@media screen and (max-width: 640px) {
	#mokuji {
		padding: 10px 30px 20px 40px;
		max-width: 750px;
		margin: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #fff;
	}
	.mokuji00 {
		display: block;
		padding: 0;
	}
	.mokuji00 a {
		display: inline-block;
		padding: 0 7px 6px 7px;
		width: 87%;
	}
	.demo {
		max-width: 80px;
		margin: 10px auto;
		padding: 2px 6px;
		font-size: 1.3rem;
		font-weight: 600;
		color: #fff;
	}
	.mokuji_square {
		display: inline-block;
		top: 0;
		margin: auto 0;
	}
	.aka {
		margin: 20px auto;
	}
}

/*スプレッドページテーブル
----------------------------------------------------------------- */
table {
	width: 100%;
	word-break: break-word;
	word-wrap: break-word;
}

table th td {
	border: none;
}

.spread_table {
	width: 99%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	margin: 30px auto;
	overflow: hidden;
	border: 1px solid #ccc;
	table-layout: auto;
}

.spread_table th {
	color: #fff;
	background: #eee;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	text-align: center;
}

.pips_th {
	width: 40%;
}

.spread_table td {
	background: #fff;
	font-size: 1.6rem;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	text-align: right;
	padding-right: 10px;
}

.spread_table td:last-child {
	border-right: 1px solid transparent;
}
/*
.spread_table tr td:nth-child(odd) {
	background: #f4f4f4;
}*/
.spread_table tr {

}

.spread_table thead th {
	color: #fff;
	padding: 0.5em 1.2em;
	background-color: #3285f6;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}
/* 1列目 */
table tbody tr :nth-child(1) {
	margin: 2px;
	padding:0;
}
/* 3列目 */
table tbody tr :nth-child(3) {
	padding-left: 10px;
	text-align: left;
	font-size: 1.5rem;
}

.spread_table thead th:last-child {
	border-right: 1px solid transparent;
}

.spread_table tbody th {
	color: #333;
	font-size: 1.5rem;
	padding: 0.6em 2.252em;
	background-color: #fff9e2;
}

.table_font_m p{
		font-size: 1.5rem;
		text-align: left;
}

/* テーブル　スマホ表示 */
@media screen and (max-width: 640px) {
	.spread_table {
		width: 100%;

	}
	.spread_table td {
		font-size: 1.2rem;
	}
	.spread_table thead th {
		color: #fff;
		padding: 0.3em 1.0em;
		font-size: 1.3rem;
	}
	.spread_table tbody th {
		font-size: 1.2rem;
		padding: 0.3em 2em;
	}

	/* 2列目 */
	table tbody tr :nth-child(2) {
		font-size: 1.0rem;
		padding: 0;
	}
	/* 3列目 */
	table tbody tr :nth-child(3) {
		padding: 8px;
		font-size: 1.0rem;
	}
	.table_font_m p {
		font-size: 1.0rem;
	}
}


/* 旗の調整 */
.flag_wrap {

}

.flag_wrap img {
	display: inline-block;
	width: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0;
}

@media screen and (max-width: 640px) {
	.flag_wrap img {
		width: 20px;
	}
	table tbody tr :nth-child(1) {
		padding: 0;
	}
}
/* 本文中で用いるテーブル */
.txt_table{
	width: 80%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 30px auto;
	table-layout: auto;
	text-align: center;
	border: 1px solid #ccc;
}


.txt_table thead th {
	color: #333;
	padding: 0.5em 1.2em;
	background-color: #eee;
	text-align: center;
	font-size: 1.6rem;
}

.txt_table tbody td{
	font-size: 1.6rem;
}

.txt_table02 {
	width: 80%;
	text-align: center;
	border: 2px solid #ccc;
	padding: 1.0em 1.2em;
	margin:20px auto;
	font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
	.txt_table {
		width: 90%;
	}
	.txt_table02 {
		width: 90%;
	}
}
/*ボックス
----------------------------------------------------------------- */
	.att_box01 {
	background-color: #fff9e2;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	margin: 20px 0px;
}

.att_box03 ul {
	padding: 0;
	margin: 0;
}

.att_box01 ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.att_box01 ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #ffa800;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

/*==タイトルつきボックス==*/
.att_box02 {
	border: 4px solid #3285f6;
	padding: 5px 25px 25px 25px;
	margin: 20px 0px;
	border-radius: 8px;
	line-height: 1.8;
}

.att_box02 p {
	margin: 0;
	font-size: 1.6rem;
}

.att_box02 .box_tit {
	position: relative;
	color: #3285f6;
	top: -20px;
	font-size: 1.482em;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 20px;
	display: inline-block;
	background: #fff;
}
/*
----------------------------------------------------------------- */
.att_box {
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	margin: 20px 0px;
}

.att_box03 ul {
	padding: 0;
	margin: 0;
}

.att_box03 ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.att_box03 ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #ffa800;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

/* ボックスの色（グレー） */
.att-gr {
	border: 5px solid #eee;
}
/* ボックスの色（イエロー）*/
.att-yl {
	border: 5px solid #fac109;
}
/* ボックスの余白 */
.while {
	padding: 40px;
}

.low_height{
		line-height: 1.3em;
}

/* タイトルつきポイントボックス */
.point_box {
	position: relative;
	margin: 2em 0;
	padding: 25px 10px 7px;
	border: solid 3px #FFC107;
	z-index: 20;
}

.point_box .box-title {
	position: absolute;
	display: inline-block;
	top: -1px;
	left: -1px;
	padding: 0px 25px 4px 15px;
	height: 25px;
	line-height: 25px;
	font-size: normal;
	background: #FFC107;
	color: #fff;
	font-weight: bold;
	border-radius: 6px 2px 68px 2px;
	z-index: 10;
}

.point_box p {
	margin: 0;
	padding: 0;
}

/*リスト
----------------------------------------------------------------- */

/* リスト（●） */
.article_ul {
	margin: auto;
	list-style-type: none;
}

.article_ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 30px;
	font-size: normal;
	position: relative;
}

.article_ul li::before {
	content: "●";
	color: #ffa800;
	position: absolute;
	top: 0;
	left: 0;
}
/* リスト（太字） */
.bold_ul {
	margin: auto;
	list-style-type: none;
}

.bold_ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 30px;
	font-size: normal;
	font-weight: 700;
	position: relative;
}

.bold_ul li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-right: 3px solid #ffa800;
	border-bottom: 3px solid #ffa800;
	transform: rotate(-45deg);
}
/* リスト（チェックマーク） */
ul.check_ul {
	padding: 0.9em;
	list-style-type: none;
}

ul.check_ul li {
	position: relative;
	padding: 0em 0.3em 0.3em 2.0em;
}

ul.check_ul li:after, ul.check_ul li:before {
	position: absolute;
	content: '';
	display: block;
	background: #4285f5;
	top: 0.43em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}

ul.check_ul li:before {
	top: 0.6em;
	left: 0.2em;
	height: 8px;
	transform: rotate(-45deg);
}

/*ボタン
----------------------------------------------------------------- */

/* 詳細ボタン */
.button_detail {
	display: inline-block;
	padding: 0.2em 2.0em;
	font-size: normal;
	color: #fff;
	background: #4285f5;
	user-select: none;
	border: 2px #4285f5 solid;
	border-radius: 50px;
	transition: 0.4s ease;
	font-weight: bold;
	margin: 20px 5px;
}

.button_detail:hover {
	color: #4285f5;
	background: #fff;
	text-decoration: none;
}
/* トップへ戻るボタン */
.button_top {
	display: inline-block;
	font-size: 1.4rem;
	color: #4285f5;
	background: #fff;
	user-select: none;
	border: 2px #4285f5 solid;
	border-radius: 6px;
	transition: 0.4s ease;
	font-weight: 700;
	margin: 5px;
	padding: 0.7em 2.4em;
}

.button_top:hover {
	color: #4285f5;
	background: #fff;
	text-decoration: none;
}

.spread_button {
	width: auto;
}

.top_b {
	display: block;
	margin: 50px auto 0 auto;
}

/*2カラムテーブル
----------------------------------------------------------------- */
table.two_column {
	/*border-collapse: separate;*/
	border-spacing: 0;
	border-radius: 8px;
	margin:20px auto;
	width: 96%;
	overflow: hidden;
}
/* 1列目のふきだし */
table.two_column th.tit_column01 {
	padding: 6x 0 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0225ed;
	position: relative;
	font-size: 1.7rem;
	width: 50%;
	border: 1px solid transparent;
}
/* 1列目のふきだし矢印 */
table.two_column th.tit_column01::after {
	border: 8px solid transparent;
	border-top-color: #0225ed;
	content: '';
	height: 0;
	left: 48%;
	position: absolute;
	top: 100%;
	width: 0;
}

table.two_column td.tit_column01 {
	padding: 20px 10px 10px 10px;
	vertical-align: top;
	background-color: #e6f0f9;
	font-size: 1.5rem;
	border: 1px solid transparent;
}
/* 2列目のふきだし */
table.two_column th.tit_column02 {
	padding: 6x 0 4px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #ef018d;
	border-radius: 0;
	position: relative;
	font-size: 1.7rem;
	border: 1px solid transparent;
}

/* 2列目のふきだし矢印 */
table.two_column th.tit_column02::after {
	border: 8px solid transparent;
	border-top-color: #ef018d;
	content: '';
	height: 0;
	left: 48%;
	position: absolute;
	top: 100%;
	width: 0;
}

table.two_column td.tit_column02 {
	padding: 20px 10px 10px 10px;
	vertical-align: top;
	background-color: #f9eaf3;
	font-size: 1.5rem;
	border: 1px solid transparent;
}

table.two_column ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

table.two_column ul li {
	word-break: break-all;
	line-height: 1.6;
	margin-bottom: 8px;
	font-size: 1.5rem;
	position: relative;
}

table.two_column ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background-color: #ffa800;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

@media screen and (max-width: 640px) {
	table.two_column th.tit_merit {
		font-size: 1.5rem;
	}
	table.two_column th.tit_demerit {
		font-size: 1.5rem;
	}
}


/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.spread_balloon{
  display: flex;
  margin: 1.5em 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.spread_balloon-img{
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.spread_balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
    font-size: normal;
}
.spread_balloon-text-inner{
  margin: auto;
}
.spread_balloon-text::before,.spread_balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .spread_balloon-text{
  margin: 0 0 0 15px;
  background: #f3f3f3;
}
.balloonR .spread_balloon-text{
  margin: 0 15px 0;
  background: #f3f3f3;
}
.balloonL .spread_balloon-text::before{
  left: -16px;
  border-right: 16px solid #f3f3f3;
}
.balloonR .spread_balloon-text::before{
  right: -16px;
  border-left: 16px solid #f3f3f3;
}


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

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

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