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

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


/*文字装飾一覧*/

/*角丸文字囲み*/
.maru_kakomi {
	background: #d70303;/*背景色*/
	color:#fff;/*文字色*/
	line-height: 3.5;
	margin-bottom: 50px;/*文字下の余白*/
	padding: 6px 20px;
	border-radius: 20px;/*左右の余白*/
	font-size:18px;/*文字サイズ*/
	font-weight:bold;
}
/*赤色バー*/
.mizuiro_ber {
	background: #d70303;/*背景色*/
	color:#fff;/*文字色*/
	font-size:18px;/*文字サイズ*/
	padding: 0.5em;/*文字上の余白*/
	margin-bottom: 0em;/*文字下の余白*/
	font-weight:bold;
	text-align: center;
}
/*ストライプ＋上下線*/
.stripe {
	font-size:14px;/*文字サイズ*/
	margin-bottom: 1em;/*文字後の余白*/
	font-weight:bold;
	text-align: center;
	padding: 1em;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	background: -webkit-repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px,#ffffff 2px, #ffffff 14px);
	background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 2px,#ffffff 2px, #ffffff 14px);
}
/*オレンジ角丸文字囲み*/
.orangemaru_kakomi{
	background: #ff9900;
	color:#fff;/*文字色*/
	line-height: 3.5;
	margin-bottom: 50px;/*文字下の余白*/
	padding: 6px 20px;
	border-radius: 20px;/*左右の余白*/
	font-size:18px;/*文字サイズ*/
	font-weight:bold;
}
/*チェックマーク*/
.check_mark {
	position: relative;
	color: black;
	background: #c8eaff;
	line-height: 1.4;
	padding: 0.5em;/*文字上の余白*/
	margin-bottom: 0.5em;/*文字下の余白*/
	border-radius: 0 5px 5px 5px;
}
.check_mark:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: 'Check';
  background: #17a6ff;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}
/*背景色ありタイプ*/
.haikei_kiiro {
    position: relative;
    margin: 0 0 20px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    background: #fbf9e7;
    border-top: solid 1px #17a6ff;
    border-bottom: solid 1px #17a6ff;
}
/*ボックスタイプ*/
.box1 {
	position: relative;
	padding-bottom: .2em;
	padding-top: 1em;
	background: #17a6ff;
}

.box1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #17a6ff;
	width: 0;
	height: 0;
}
/*ボックスタイプ*/
.box2 {
	position: relative;
	padding: .2em;
	padding-top: .5em;
	background: #1c67a0;
}

.box2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #1c67a0;
	width: 0;
	height: 0;
}
/*センター線タイプ*/
.center_sen {
	color: #222222;/*文字色*/
	font-size: 20px;/*文字サイズ*/
	padding: 2em;/*文字上の余白*/
	margin-bottom: 1.5em;/*文字後の余白*/
	font-weight:bold;
	display: flex;
	align-items: center;
}
.center_sen:before,
.center_sen:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.center_sen:before {
	margin-right: 0.5em;
}
.center_sen:after {
	margin-left: 0.5em;
}
/*水色矢印リンク*/
a.link03{
	position:relative;
	display:inline-block;
	padding:6px 42px 0 18px;/*バナーの縦幅、上、幅、*/
	color:#fff;
	text-decoration:none;
	height:28px;/*バナーの縦幅*/
	line-height:24px;
	border-radius:12px;
	background: #17a6ff;
}
a.link03:before,
a.link03:after{
	content:"";
	display:block;
	position:absolute;
}
a.link03:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:8px;
	top:10px;
}
a.link03:after{
	width:4px;
	height:4px;
	border-right:2px solid #17a6ff;
	border-top:2px solid #17a6ff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:14px;
	top:15px;
}
a.link03:hover {
	color: #fff;
    background-color: #fe8ca0;
    }


/*オレンジ矢印リンク*/
a.link01{
	position:relative;
	display:inline-block;
	padding:6px 42px 0 18px;/*バナーの縦幅、上、幅、*/
	color:#fff;
	text-decoration:none;
	height:28px;/*バナーの縦幅*/
	line-height:24px;
	border-radius:12px;
	background: #ff9900;
}
a.link01:before,
a.link01:after{
	content:"";
	display:block;
	position:absolute;
}
a.link01:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:8px;
	top:10px;
}
a.link01:after{
	width:4px;
	height:4px;
	border-right:2px solid #ff9900;
	border-top:2px solid #ff9900;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:14px;
	top:15px;
}
a.link01:hover {
	color: #fff;
    background-color: #fe8ca0;
    }

/*三角シンプルリンク*/
a.link02{
    position: relative;
    display: inline-block;
	color:#1c67a0;
    padding: 10px 0 0 16px;
    vertical-align: middle;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
a.link02::before,
a.link02::after{
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
	margin: 16px 0 0 2px;
	content: "";
    vertical-align: middle;
}
a.link02::before{
    left: 4px;
    box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 4px solid transparent;
    border-left: 4px solid #17a6ff;
}

/*中央寄せ下線*/
.sitasen {
	text-align: center;
	position: relative;
	font-weight: bold;
	margin-bottom: 2em;/*文字後の余白*/
	padding: 2em 0 24px;
	border-top: 0px;
	border-bottom: 0px;
}
.sitasen::after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	margin: auto;
	border-bottom: 4px solid #000;
} 
/*水色の点線*/
.tenpo {
  color: #364e96;/*文字色*/
  padding: 0.5em 0.5em;/*上下の余白*/
  border-bottom: dashed 2px #b5d1ff;/*下線*/
}
/*見出し3のと一緒のタグ*/
.hidarisen {
	padding: 1em;/*文字上の余白*/
	margin-bottom: 2em;/*文字下の余白*/
	margin-top: 1em;/*文字上の余白*/
	border-left: 5px solid #17a6ff;
	position: relative;
	font-weight:  bold;
	color:#17a6ff;/*文字色*/
	font-size:16px;/*文字サイズ*/	
	overflow: hidden;
}
.hidarisen:before,.hidarisen:after {
	content: "";
	position: absolute;
	bottom: 0;
}
.hidarisen:before {
	border-bottom:
		2px solid #17a6ff;
	width: 100%;
}
.hidarisen:after {
	border-bottom: 2px solid #ddd;
	width: 100%;
}
/*上下の囲み点線ライトナビ用*/
.chevron {
  position: relative;/*相対位置*/
  padding: 6px 3px 3px 20px;/*文字上の余白*/
  line-height: 1.4;/*行高*/
	font-size: 15px;/*文字サイズ*/
	margin: 7px 5px 7px 5px;
	margin-bottom: 0.5em;/*文字後の余白*/
  border-bottom: dotted 1px gray;
  background: #fff;	
  color:#333;/*文字色*/
}
.chevron:before {
	font-family: "Font Awesome 5 Free";
  content: "\f105";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 2em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 1em;/*アイコンの位置*/
  color: #333; /*アイコン色*/
}
/*上下の囲み点線ライトナビ用*/
a.chevron_moji {
	 color: #333; /*アイコン色*/
}
a.chevron_moji:hover {
	color: #17a6ff ; } /* オンマウス時 */

/*上下の囲み水色線ライトナビ用*/
.kakomibar {
    margin: 30px 0px 12px 0px;
    padding: 15px 0 12px;
	font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-top: solid 2px #17a6ff;
	font-weight:  bold;
    border-bottom: solid 2px #17a6ff;
}
/*黒いバーライトナビ用*/
.blackbar {
    margin: 30px 0px 10px 0;
	padding: 14px 12px;
    background: #222;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}

/*ステップフローのCSS*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #17a6ff;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #17a6ff;
	background-color: #17a6ff;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.stepflow_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	font-size: 14px;
	line-height: 1.6em;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/

/*注意書き用ボックス*/
.cyuuibox {
    position: relative;
	margin: 5em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.cyuuibox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.cyuuibox p {
    margin: 5px;
    padding: 5px;
    text-decoration: underline #95ccff;
}
/*リンク用ボックス*/
.top_link{
	position:relative;
	margin: 30px 5px 30px 5px;
	padding: 20px;
	background-color: #f3f3f3;
    font-weight: bold;
	text-align:center;
	font-size: 24px;
}
.top_link::before{
	padding: 0px 30px 0px 0px;
	text-align:center;
	vertical-align: middle;
	line-height: 30px;
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #d70303;
}
/*ホワイト背景囲みボックス*/
.white-box {
    display: block;
    padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 8px solid #55a3e5;
	background: #fff;
}
/*文字下に色違いの線*/
.center {
	border-bottom: solid 1px #ccc;
		color: #0693e3;
	position: relative;
		text-align:center;
		font-weight: 600;
		font-size: 20px;
	padding: .8em 0 .7em;
	border-top: none;
	display: block;
	margin-block-start: none;
    margin-block-end: none;
    margin-inline-start: none;
    margin-inline-end: none;
}

.center:after {
 content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
	width: 40%;
    border-bottom: 1px solid #0693e3;
}
div.ScrollBox {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
a:hover {
	color: #d70303!important;
}



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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.article h2 {
    font-size: 24px;
    padding: 25px;
	background-color: white;
    border-radius: var(--cocoon-badge-border-radius);
}
