@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

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


/* 引き継ぎ */
.bd {
    border: 1px solid #ccc;
    padding: 2px;
}
.br1-top {
    margin-top: 2em !important;
}
.br1 {
    margin-bottom: 2em !important;
}
.br2-top {
    margin-top: 4em !important;
}
.br2 {
    margin-bottom: 4em !important;
}
dt {
    margin-top: 20px;
}
.exLink:after {
    margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f08e';
}

/* 下矢印 */
.arrow {
    position: relative;
    left: 48%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    margin-bottom: 50px;
	padding-bottom: 10px;
}
.arrow span {
	position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -11px;
    border-left: 15px solid #fc0;
    border-bottom: 15px solid #fc0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.btn-oya {
    text-align: center;
    margin: 10px 0;
}
.fa-chevron-down {
    color: #ff6a00;
    font-size: 6em;
}

/* ステップボックス */
.box {
	display: table-cell;
}
.box-container {
	overflow: hidden;
}
/* clearfix */
.box-container:before,
.box-container:after {
    content: "";
    display: table;
}
.box-container:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.box-container {
    zoom: 1;
}

ul {
    padding-right: 0.5em;
}
/*チェックリスト*/
ul.check {
    list-style-type: none!important;
    padding: 0.5em;
}
ul.check li {
    padding: 0.9em 0;
	font-weight: bold;
	font-size: 18px;
}
i.fa.fa-check-square-o.fa-lg {
    padding-right: 5px;
    color: #ea0000;
}
ul p {
    margin: 5px !important;
}
ol p {
    margin: 5px !important;
}

/*番号リスト*/
ol{
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
	background: #fffdf5;
}
ol li {
    position: relative;
    line-height: 1.5em;
    padding: 1em 0.2em 1em 2.5em;
    font-weight: bold;
}

ol li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #ff976e;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-size: 20px;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.box-container {
    display: flex;
}

.cps-post-main .cn a {
    color: #fff;
	text-decoration: none;
}
/*ボタン*/
.cn {
    text-align: center;
    margin: 10px 0;
}
i.fa.fa-chevron-right {
    margin-right: 5px;
}
.btn-cm {
    padding: 15px 70px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
.btn-cm:hover {
    opacity: 1.0;
	color: #2b9060 !important;
}
.btn-cm {
    background-color: #3cc584;
    color: #fff;
    box-shadow: 0 5px #2b9060;
}
.btn-cm:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
    box-shadow: none;
}

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

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

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

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