@charset "shift_jis";

body {
	box-sizing: border-box;
}
#edion_point_body {
	margin: 0px auto 50px;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	width: 830px;
}
#edion_point_body ul {
	margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.edion_wrapper {
	padding: 0 15px;
}
/*文字濃いブルー*/
.c_blue {
	color: #244C9C;
}
/*濃いグレー背景見出し*/
.title_1 {
	color: #fff;
	background: #8899AA;
    padding: 15px 18px 12px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    letter-spacing: 2px;
    text-align: center;
}
#edion_point_body li {
	list-style: none;
}
#edion_point_body button {
    background: none;
    padding: 0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.edion_img {
	height:auto;
	margin:20px 0;
}
.merit_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
}
.merit_box {
  box-sizing: border-box;
  width: 50%;
  margin: 0 8px; /* 左右に8pxずつの余白 */
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #D9D9D9;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
  border-radius: 5px;
  padding: 30px 20px;
  height: auto;
}
.merit1::before {
	position:absolute;
	content: "1";
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-image: url('/forest/docs/guide/edion_point/common/images/circle_blue.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
    top: -4px;
    left: -5px;
}
.merit1 {
	position:relative;
	font-size: 18px;
	font-weight: bold;
    color: #20509D;
    padding-left: 30px;
}
.merit2 {
	margin: 15px 0 11px;
}
.merit3 {
	font-size: 15px;
}
.merit1_a {
	position:relative;
	font-size: 18px;
	font-weight: bold;
    color: #20509D;
    padding-left: 30px;
}
.merit1_a::before {
	position:absolute;
	content: "2";
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-image: url('/forest/docs/guide/edion_point/common/images/circle_blue.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
    top: -4px;
    left: -5px;
}
/*スラッシュ*/
.btn_copy::before,
.btn_copy::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 10px;
}
.btn_copy::before {
	transform: rotate(-30deg);
    margin-right: 15px;
}
.btn_copy::after {
	transform: rotate(30deg);
    margin-left: 15px;
}
/*登録ボタン*/
.regist_btn {
	width: 380px;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
}
.regist_btn:hover {
	border: none;
	background-color: #FFB900;
	background-image: none;
	opacity: 0.8;
}

/*見出し*/
.contents_title {
	font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    border-bottom: 4px solid #ccc;
    margin: 20px 0px 15px;
}
.contents_h3 {
	background:#eee;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 15px;
	padding: 10px 15px;
}
/*Q&A*/
#edion_point_body .faq_ul {
	margin-bottom: 50px;
	font-size: 14px;
}
#edion_point_body .faq_ul .faq_q {
	color: #222;
    text-align: left;
    width: 100%;
    position: relative;
    font-weight: bold;
}
.faq_container {
	border-bottom: 1px solid #ccc;
	padding: 25px 20px 25px 45px;
}
#edion_point_body a.faq_q {
  color: #222;
}
.faq_q::before {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    content: "Q";
    display: block;
    position: absolute;
    top: -7px;
    left: -25px;
    color: #20509D;
    font-size: 22px;
}
.faq_a {
	position: relative;
	padding: 20px 0 0;
}
.faq_a::before {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    content: "A";
    display: block;
    position: absolute;
    top: 13px;
    left: -25px;
    color: #FF8E00;
    font-size: 22px;
}
/* 位置下がりテキスト*/
#edion_point_body .text_indent {
	position: relative;
    padding-left: 18px
}
#edion_point_body .text_indent::before {
	content: "※";
	position: absolute;
	left: 0;
}
.indent_dot {
	position: relative;
    padding-left: 18px
}
.indent_dot::before {
	content: "・";
	position: absolute;
	left: 0;
}
/* 戻るボタン*/
#edion_point_body .btn_container .cc_link {
	width: 200px;
	height: auto;
	font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: #eee;
}
#edion_point_body .btn_container .cc_link:hover {
	opacity: 0.8;
}
