@charset "shift_jis";

#linecp-body {
   box-sizing: border-box;
   margin-bottom: 50px;
   font-size:16px;
   line-height: 1.5;
   color:#222;
   width:830px;
}
#linecp-body h1, h2 {
	font-size: 18px;
	margin: 0px;
}
#linecp-body h3, h4 {
	font-size: 16px;
}
#linecp-body ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.img-box {
	display: inline-box;
	margin: 10px 0;
}
.pt_link {
	text-decoration: underline;
	cursor: pointer;
	color: #3079ED;
}
.pt_link:hover {
	text-decoration: none;
}
/*タイトル空白*/
.linecp-title {
	margin: 0 0 5px;
}
.msg-top {
	margin:10px 0;
	text-align: center;
}
.contents-sec {
	margin: 0 0 30px;
}
.msg-contents {
	margin:30px 0;
}
.msg-bold{
	font-weight: bold;	
}
/*フォントサイズ17px*/
.ft-17 {
	font-size: 17px;
}
/*グレー背景*/
.by_titlebg {
    font-size: 12px;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
}
/* 位置下がりテキスト*/
#linecp-body .text_indent {
	position: relative;
    padding-left: 18px
}
#linecp-body .text_indent::before {
	content: "・";
	position: absolute;
	left: 0;
}




