@charset "utf-8";
/* CSS Document */

/*h2タイトル設定*/
#rel_emp h2 {
	clear: both;
	margin: 10px 20px 10px 20px;	/*上下、左右への余白*/
	font-size: 160%;	/*文字サイズ*/
    /*line-height: 1.2em;*/
	color: #1f2c5c;		/*文字色*/
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
}
#rel_emp h2 span {
    font-size: 70%;	/*文字サイズ*/
	line-height: 1em;
}
#rel_emp h2 span::before {
	content: "\A" ;
	white-space: pre;
}

#rel_emp h3 {
	clear: both;
    color: #1f2c5c;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size: 120%;	/*文字サイズ*/  
    background: #eeeeee;
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
    border-radius: 0px;	/*角丸のサイズ。この行を削除すれば角が尖った長方形になります。*/
    border-left: none;
    border-top: none;
    border-right: none;
}
#rel_emp h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
	padding-left: 0px;				/*線とテキストとの余白*/
}

#rel_emp h4 {
	clear: both;
	color: #1f2c5c;
    font-size: 110%;	/*文字サイズ*/
    margin-left: 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #1f2c5c;	/*枠線の幅、線種、色*/
}
#rel_emp h4:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-right: 8px;
}

/*文中の文字を囲む*/
a.moji_kakomi{
	border: 0.5px solid #fff; /* 枠の線の太さ・種類・色 */
	font-size: 0.8em;	/* フォントの大きさ */
	color: #FFFFFF;
	text-decoration: none;
}

/*youtube枠
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.youtube_wrap {
    float: left;
	width: 46%;
	margin-left: 2%
}

/*Q&A
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.cp_qa {
    margin-left: 26px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 1.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #1f2c5c;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1.2em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.2em;
}
.cp_qa dt::before {
	padding: 0.1em 0.3em;
	content: 'Q';
	background: #f57c00;
}
.cp_qa dd::before {
	padding: 0.14em 0.3em;
	content: 'A';
	background: #0097a7;
}
.cp_qa dt::after, .cp_qa dd::after {
	position: absolute;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-width: 5px 0 5px 5px;
	border-style: solid;
}
.cp_qa dt::after {
	left: 1.5em;
	border-color: transparent transparent transparent #f57c00;
}
.cp_qa dd::after {
	left: 3.5em;
	border-color: transparent transparent transparent #0097a7;
}

/* メリット　デメリット */
#jisseki .merit {
	float: left;
    margin-left: 30px;
    width: 46%;
}
#jisseki .merit .merit-ti {
    background: #b1b9d7;
    color: #fff;
    line-height: 0px;
    padding-top: 20px;
}

#jisseki .demerit {
	float: left;
    width: 46%;
    margin-left: 2%;
}
#jisseki .demerit .demerit-ti {
    background: #6a79b1;
    color: #fff;
    line-height: 0px;
    padding-top: 20px;
}

#jisseki .merit ul, #jisseki .demerit ul {
    list-style-type: disc;
    padding-left: 24px;
}

#jisseki .box_gray {
    background: #f3f4f7;
    margin: 20px 0 0 30px;
    padding: 20px;
}

#jisseki .box_gray p {
    padding-bottom: 0;
}

#jisseki .box_gray p + p {
    padding-top: 20px;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
#btn_area {
    
}

.btn01 {
	float: right;
	width: 30%;		/*幅*/
	overflow: auto;
	background: #fff;	/*背景色*/
	/*margin-left: 1.5%;	ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 0px;		/*角丸のサイズ。とりあえず未使用（直角）*/
	height: 60px;	/*高さ（下の「.list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
    color: #1f2c5c;		/*文字色*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
}
.btn01 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 60px;	/*高さ（上の「.list」の高さと揃える）*/
}
.btn01 a:hover {
	background: #1f2c5c;	/*背景色*/
    background: linear-gradient(#d3d7e1, 60% , #1f2c5c);	/*背景グラデーション*/
	color: #fff;		/*マウスオン時の文字色*/
}
.btn01 .sw {
	font-size: 20px;	/*文字サイズ*/
    line-height: 60px;
    text-align: center;
}


/*吹き出し　
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*吹き出し*/
.flow_waku, .flow_waku2 {
  position: relative;
  display: inline-block;
  margin: 1.0em 0;
  padding: 1.5em 10px;
  text-align: center;
  line-height: 1.2em;
  width: 100%;
  background: #6a79b1;
  border: solid 1px #6a79b1;
  box-sizing: border-box;
  color: #fff;
}

.flow_waku:before, .flow_waku2:before, .flow_waku2:after {
  content: "";
  position: absolute;
  bottom: -29px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #6a79b1;
  z-index: 2;
}
/*赤*/
.flow_blue, .flow_blue_end {
  position: relative;
  display: inline-block;
  margin: 1.0em 0;
  padding: 1.5em 10px;
  text-align: center;
  line-height: 1.2em;
  width: 100%;
  background: #ff7700;
  border: solid 1px #ff7700;
  box-sizing: border-box;
  color: #fff;
}

.flow_blue:before {
  content: "";
  position: absolute;
  bottom: -29px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff7700;
  z-index: 2;
}
/*緑*/
.flow_green, .flow_green_end {
  position: relative;
  display: inline-block;
  margin: 1.0em 0;
  padding: 1.5em 10px;
  text-align: center;
  line-height: 1.2em;
  width: 100%;
  background: #43b934;
  border: solid 1px #43b934;
  box-sizing: border-box;
  color: #fff;
}

.flow_green:before {
  content: "";
  position: absolute;
  bottom: -29px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #43b934;
  z-index: 2;
}

/* 全体を半分で囲わないとレイアウトが崩れる */
.flow_left, .flow_right {
  width: 50%;
  float: left;
}

.flow_waku:before {
  left: 50%;
}

.flow_waku2:before {
  left: 24.5%;
}
.flow_waku2:after {
  left: 75.5%;
}

.flow_waku_half {
  width: 99%;
}
.flow_waku_quarter {
  width: 49%;
}
.flow_space_l {
  float: right;
  margin-left: 1%;
}
.flow_space_r {
  float: left;
  margin-right: 1%;
}


#main .flow_waku p, #main .flow_waku2 p, #main .flow_blue p, #main .flow_green p, #main .flow_blue_end p, #main .flow_green_end p {
  margin: 0px;
  padding: 0px;
}

.flow_moji {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: #1f2c5c;
}



/*
------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

	.cp_qa dt {
	  margin: 1.5em 0;
	}
	.cp_qa dd {
	  padding: 0 0 1.5em 0;
	}
	.cp_qa dd::after {
	  left: 1.5em;
	}
	
	/*コンテンツのh4タグ設定*/
	#jisseki h4 {
	  margin-left: 5px;
	
	}
	.half36 img {
	  margin: 20px 0px;
	}

	.btn01 {
		float: none;
		width: 98%;		/*幅*/
		margin: 0px 1% 1em;
	}
}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

	/* メリット　デメリット */
	#jisseki .merit, #jisseki .demerit {
	  float: none;
	  margin-left: 30px;
	  width: 98%;
	}
	
	#jisseki .merit .merit-ti, #jisseki .demerit .demerit-ti  {
	  line-height: 2em;
	  padding-top: 0px;
	}
	
    /*youtube枠
    ---------------------------------------------------------------------------*/
    /*ブロック１個あたりの設定*/
    .youtube_wrap {
        float: none;
        width: 96%;
        margin-left: 1%
    }
}

/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){



}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){




}