@charset "UTF-8";
/*
Theme Name: ad-souken_konkatsu
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}

html{
	scroll-behavior: smooth;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	color:#222;
	background: #fff;
}
a {
	/* color:#222; */
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #222);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #666;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}



/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}



/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
	a {
		transition: all .5s;
	}
	a:hover {
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp {
		display:none;
	}



/* home
------------------------------------------------------------------------*/

/* key */
	.key {
		position: relative;
		height: 500px;
		background: linear-gradient(90deg, #e2f4f4 0%, #e2f4f9 100%);
		overflow: hidden;
	}
	.key .img01 img{
		display: block;
		position: relative;
		z-index: 1;
		width: 576px;
		margin: 0 auto;
		transform: translateX(17px);
	}
	.key .box01 {
		position: absolute;
		width: 100%;
		min-width: 1800px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: space-between;
	}
	.key .box01 .scroll {
		position: relative;
		width: 705px;
		height: 500px;
		overflow: hidden;
	}
	.key .box01 .scroll .img02,.scroll .img03 {
		position: absolute;
		top: 0;
		width: 100%;
		height: 790px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.key .box01 .scroll .img02{
		background: url(home_key_img01.png);
	}
	.key .box01 .scroll:nth-of-type(2) .img02{
		background: url(home_key_img02.png);
	}
	.scroll.up .img02:nth-child(1) {
		top: -55px; 
	}
	.key .box01 .scroll.up .img02:nth-child(2) {
		top: 680px;
	}
	.key .box01 .scroll.up .img02 {
		animation: scrollUp 20s linear infinite;
	}
	@keyframes scrollUp {
		0% {
			transform: translateY(0); 
		}
		100% {
			transform: translateY(-790px); 
		}
	}
	.key .box01 .scroll.down .img02:nth-child(1) {
		top: -55px; 
	}
	.key .box01 .scroll.down .img02:nth-child(2) {
		top: -790px; 
	}
	.key .box01 .scroll.down .img02 {
		animation: scrollDown 20s linear infinite;
	}
	@keyframes scrollDown {
		0% {
			transform: translateY(0); 
		}
		100% {
			transform: translateY(790px); 
		}
	}



/* cont01 */
.home .cont01 {
	margin-top: 60px;
	padding-top: 100px;
	background: url(home_img01.png) center top no-repeat;
}
.home .cont01 .text00 {
	font-size: 18px;
	text-align: center;
}
.home .cont01 .inner {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.home .cont01 .box {
	width: 580px;
	min-height: 805px;
	border: 1px solid #5dd0d9;
	border-radius: 5px;
	background: #e2f4f6;
	padding: 25px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 25px rgba(0, 0, 0, 0.03);
	position: relative;
}
.home .cont01 .box .text01{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.home .cont01 .box h2{
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: #5dd0d9;
	border-radius: 0 5px 5px 0;
	margin: 10px 0 16px -30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.home .cont01 .box .cont {
	height: 250px;
	border-radius: 5px;
	background: #fff;
}
.home .cont01 .box .cont:nth-of-type(2) {
	height: 220px;
	margin-bottom: 25px;
}
.home .cont01 .box .cont + .cont {
	margin-top: 16px;
}
.home .cont01 .box .cont:nth-of-type(1) .img {
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.home .cont01 .box .cont:nth-of-type(2) .img {
	float: right;
	padding-left: 15px;
	box-sizing: border-box;
}
.home .cont01 .box .cont::after {
	content: "";
	display: block;
	clear: both;
}
.home .cont01 .box .text02 {
	line-height: 1.875;
	padding: 20px 15px 20px 20px;
	box-sizing: border-box;
}
.home .cont01 .box .note01{
	font-size: 12px;
	margin-top: -15px;
	position: absolute;
	right: 30px;
}
.home .cont01 .box .info01 {
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
.home .cont01 .box .info01::before {
	content: "";
	background: url(home_icon01.png)center left no-repeat;
	background-size: 11px;
	width: 11px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
}
.home .cont01 .box .info02 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	color: #222;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
.home .cont01 .box .info02 a::before {
	content: "";
	background: url(home_icon02.png)center left no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
}
.home .cont01 .box .info03 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
	position: relative;
}
.home .cont01 .box .info03 a::before {
	content: "";
	background: url(home_icon03.png)center left no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 6px;
}
.home .cont01 .box .btn a {
	display: block;
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #2e4e75;
	color: #fff;
	background: #2e4e75;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}
.home .cont01 .box .btn a:hover {
	color: #2e4e75;
	background: #fff;
}



/* cont02 */
.home .cont02 {
	position: relative;
}
.home .cont02 .inner{
	margin-top: 80px;
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
.home .cont02 .box {
	width: 380px;
	min-height: 760px;
	border: 1px solid #5dd0d9;
	border-radius: 5px;
	background: #e2f4f6;
	padding: 25px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 25px rgba(0, 0, 0, 0.03);
}
.home .cont02 .box .text01{
	font-size: 18px;
	line-height: 1.667;
	font-weight: bold;
}
.home .cont02 .box h2{
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	color: #fff;
	background: #5dd0d9;
	border-radius: 0 5px 5px 0;
	margin: 10px 0 20px -30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.home .cont02 .box .cont {
	height: 420px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 22px;
}
.home .box .cont .note_icon {
	position: relative;
	margin-right: 10px;
}
.home .box .cont .note_icon::after {
	content: "※";
	font-size: 10px;
	position: absolute;
	top: -5px;
	right: -10px;
}
.home .cont02 .box .cont .img {
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.home .cont02 .box04 .cont .img ,
.home .cont02 .box06 .cont .img ,
.home .cont02 .box08 .cont .img ,
.home .cont02 .box10 .cont .img ,
.home .cont02 .box11 .cont .img {
	padding-right: 0;
	padding-bottom: 15px;
}
.home .cont02 .box .cont::after {
	content: "";
	display: block;
	clear: both;
}
.home .cont02 .box .text02 {
	line-height: 1.875;
	padding: 15px 15px 15px 20px;
	box-sizing: border-box;
}
.home .cont02 .box .info01 {
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
}
.home .cont02 .box .info01::before {
	content: "";
	background: url(home_icon01.png)center left no-repeat;
	background-size: 11px;
	width: 11px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
}
.home .cont02 .box .info02 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
	position: relative;
}
.home .cont02 .box .info02 a::before {
	content: "";
	background: url(home_icon02.png)center left no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
}
.home .cont02 .box .info03 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
	position: relative;
}
.home .cont02 .box .info03 a::before {
	content: "";
	background: url(home_icon03.png)center left no-repeat;
	background-size: 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 6px;
}
.home .cont02 .box .btn a {
	display: block;
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #2e4e75;
	color: #fff;
	background: #2e4e75;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}
.home .cont02 .box .btn a:hover {
	color: #2e4e75;
	background: #fff;
}
.home .cont02 .box .note01{
	font-size: 12px;
	line-height: 1.4;
	margin: -15px 0 5px;
}
.home .cont02 .note02 {
	font-size: 14px;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 335px);
    transform: translateX(-50%);
}



/* footer
------------------------------------------------------------------------*/

.bl4_wrap.white_bg2 {
    max-width: 100%;
    width: 100%;
}
.bl4_in {
    padding: 0 0 70px;
    text-align: center;
}
.bl4_logo {
    font-size: 0;
    margin: 0 0 10px;
}
.bl4_logo img {
    width: 10%;
    height: auto;
}
.bl4_txt1 {
    font-weight: 600;
    margin: 0 0 15px;
}
.bl4_txt2 {
	font-size: 12px;
	line-height: 1.8;
}
.p-article_action {
    display: flex;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.p-article_action_group.-footer {
    justify-content: center;
    width: 100%;
}
.p-article_action_group {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-article_action_btn {
    display: block;
    position: relative;
    width: 52px;
    height: 30px;
    margin-left: 0px;
}
.p-article_action_group .p-article_action_btn:first-of-type {
    margin-left: 0;
}
.p-article_action_btn_label {
    display: block;
    position: relative;
    padding-top: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #818181;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    transition: .1s all 
ease-in;
}
.p-article_action_btn_label.-Facebook {
    background-image: url(ico_action_facebook.svg);
}
.p-article_action_btn_label.-twitter {
    background-image: url(ico_action_twitter.svg);
    background-position: center top 3px;
}
.p-article_action_btn_label.-line {
    background-image: url(icon_line.png);
    background-position: center top 1px;
}
.p-article_action_share {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #898989;
}
.internal_alertinfo {
    font-size: 12px;
    padding-bottom: 55px;
}
.ptop {
    max-width: 58px;
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 0;
}
.ptop a {
    display: inline-block;
    width: 100%;
}
.bll2 {
    height: 55px;
    background: #231815;
}
	


}/*PCの記述ここまで*/



/*===============================================
横441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 20px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 16px;
}

	

/* key
------------------------------------------------------------------------*/

/* key */
	.key {
        position: relative;
        height: 441px;
        background: linear-gradient(90deg, #e2f4f4 0%, #e2f4f9 100%);
        overflow: hidden;
	}
	.key .img01 img{
		position: relative;
        top: 121px;
        z-index: 1;
	}
	.key .box01 {
		width: 100%;
		height: 441px;
		position: absolute;
		top: 0;
	}
	.key .box01 .scroll {
		position: relative;
		height: 120px;
		overflow: hidden;
	}
	.key .box01 .scroll.up {
		top: 12px;
	}
	.key .box01 .scroll.down {
		bottom: -188px;
	}
	.key .box01 .scroll .img02{
        position: absolute;
        width: 2130px;
        height: 120px;
		background: url(home_key_img01_sp.png);
		background-size: contain;
	}
	.key .box01 .scroll.down .img02{
		background: url(home_key_img02_sp.png);
		background-size: contain;
		top: auto;
	}
	.scroll.up .img02:nth-child(1) {
		left: 0; 
	}
	.key .box01 .scroll.up .img02:nth-child(2) {
		left: 2130px;
	}
	.key .box01 .scroll.up .img02 {
		animation: scrollUp 80s linear infinite;
	}
	@keyframes scrollUp {
		0% {
			transform: translateX(0); 
		}
		100% {
			transform: translateX(-2130px); 
		}
	}
	.key .box01 .scroll.down .img02:nth-child(1) {
		left: 0; 
	}
	.key .box01 .scroll.down .img02:nth-child(2) {
		left: -2130px; 
	}
	.key .box01 .scroll.down .img02 {
		animation: scrollDown 80s linear infinite;
	}
	@keyframes scrollDown {
		0% {
			transform: translateX(0); 
		}
		100% {
			transform: translateX(2130px); 
		}
	}



/* home
------------------------------------------------------------------------*/

/* cont01 */
.home .cont01 {
	margin-top: 50px;
	padding-top: 70px;
	background: url(home_img01.png) center top no-repeat;
	background-size: 120px;
}
.home .cont01 .text00 {
	font-size: 16px;
	text-align: center;
}
.home .cont01 .inner {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.home .cont01 .box {
	width: 100%;
	border: 1px solid #5dd0d9;
	border-radius: 5px;
	background: #e2f4f6;
	padding: 20px 20px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 25px rgba(0, 0, 0, 0.03);
}
.home .cont01 .box .text01{
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.home .cont01 .box h2{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	background: #5dd0d9;
	border-radius: 0 5px 5px 0;
	margin: 10px 0 15px -20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.home .cont01 .box .cont {
	border-radius: 5px;
	background: #fff;
}
.home .cont01 .box .cont:nth-of-type(2) {
	margin-bottom: 20px;
}
.home .cont01 .box .cont + .cont {
	margin-top: 16px;
}
.home .cont01 .box .cont:nth-of-type(1) .img {
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.home .cont01 .box .cont:nth-of-type(2) .img {
	float: right;
	padding-left: 15px;
	box-sizing: border-box;
}
.home .cont01 .box .cont::after {
	content: "";
	display: block;
	clear: both;
}
.home .cont01 .box .text02 {
	font-size: 14px;
	line-height: 1.875;
	padding: 15px;
	box-sizing: border-box;
}
.home .cont01 .box .note01{
	font-size: 12px;
	margin: -15px 0 10px;
}
.home .cont01 .box .info01 {
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.home .cont01 .box .info01::before {
	content: "";
	background: url(home_icon01.png)center left no-repeat;
	background-size: 11px;
	width: 11px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
}
.home .cont01 .box .info02 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 16px;
	position: relative;
}
.home .cont01 .box .info02 a::before {
	content: "";
	background: url(home_icon02.png)center left no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}
.home .cont01 .box .info03 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 16px;
	position: relative;
}
.home .cont01 .box .info03 a::before {
	content: "";
	background: url(home_icon03.png)center left no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 6px;
}
.home .cont01 .box .btn a {
	display: block;
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #2e4e75;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}



/* cont02 */
.home .cont02 {
	position: relative;
}
.home .cont02 .inner{
	margin-top: 20px;
	margin-bottom: 140px;
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.home .cont02 .box {
	width: 100%;
	border: 1px solid #5dd0d9;
	border-radius: 5px;
	background: #e2f4f6;
	padding: 20px 20px 25px;
	box-sizing: border-box;
	box-shadow: 0 0 20px 25px rgba(0, 0, 0, 0.03);
}
.home .cont02 .box .text01{
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.home .cont02 .box h2{
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	background: #5dd0d9;
	border-radius: 0 5px 5px 0;
	margin: 10px 0 15px -20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.home .cont02 .box .cont {
	border-radius: 5px;
	background: #fff;
	margin-bottom: 22px;
}
.home .box .cont .note_icon {
	position: relative;
}
.home .cont01 .box .cont .note_icon {
	margin-right: 5px;
}
.home .box .cont .note_icon::after {
	content: "※";
	font-size: 8px;
	position: absolute;
	top: -5px;
	right: -5px;
}
.home .box .cont02 .cont .note_icon::after {
	right: -10px;
}
.home .cont02 .box .cont .img {
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.home .cont02 .box04 .cont .img ,
.home .cont02 .box06 .cont .img ,
.home .cont02 .box08 .cont .img ,
.home .cont02 .box10 .cont .img ,
.home .cont02 .box11 .cont .img {
	padding-right: 0;
	padding-bottom: 15px;
}
.home .cont02 .box04 .cont .img img ,
.home .cont02 .box06 .cont .img img ,
.home .cont02 .box08 .cont .img img ,
.home .cont02 .box10 .cont .img img ,
.home .cont02 .box11 .cont .img img {
	width: 358.4px;
}
.home .cont02 .box .cont::after {
	content: "";
	display: block;
	clear: both;
}
.home .cont02 .box .text02 {
	font-size: 14px;
	line-height: 1.875;
	padding: 15px;
	box-sizing: border-box;
}
.home .cont02 .box .info01 {
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.home .cont02 .box .info01::before {
	content: "";
	background: url(home_icon01.png)center left no-repeat;
	background-size: 11px;
	width: 11px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 2px;
}
.home .cont02 .box .info02 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 16px;
	position: relative;
}
.home .cont02 .box .info02 a::before {
	content: "";
	background: url(home_icon02.png)center left no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}
.home .cont02 .box .info03 a {
	display: block;
	font-size: 14px;
	line-height: 1.714;
	font-weight: bold;
	color: #222;
	padding-left: 16px;
	position: relative;
}
.home .cont02 .box .info03 a::before {
	content: "";
	background: url(home_icon03.png)center left no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 6px;
}
.home .cont02 .box .btn a {
	display: block;
	width: 270px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #2e4e75;
	border-radius: 40px;
	text-align: center;
	margin-top: 15px;
}
.home .cont02 .box .note01{
	font-size: 12px;
	line-height: 1.4;
	margin: -10px 0 10px;
}
.home .cont02 .note02 {
	font-size: 14px;
	line-height: 1.6;
	position: absolute;
	bottom: -60px;
	left: 20px;
}



/* footer
------------------------------------------------------------------------*/

.bl4_wrap.white_bg2 {
    max-width: 100%;
    width: 100%;
}
.bl4_in {
    padding: 0 0 70px;
    text-align: center;
}
.bl4_logo {
    font-size: 0;
    margin: 0 0 5px;
}
.bl4_logo img {
    width: 160px;
    height: auto;
}
.bl4_txt1 {
    font-weight: 600;
    margin: 0 0 15px;
}
.bl4_txt2 {
	font-size: 12px;
	line-height: 1.8;
}
.p-article_action {
    display: flex;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.p-article_action_group.-footer {
    justify-content: center;
    width: 100%;
}
.p-article_action_group {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.p-article_action_btn {
    display: block;
    position: relative;
    width: 52px;
    height: 30px;
    margin-left: 0px;
}
.p-article_action_group .p-article_action_btn:first-of-type {
    margin-left: 0;
}
.p-article_action_btn_label {
    display: block;
    position: relative;
    padding-top: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #818181;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    transition: .1s all 
ease-in;
}
.p-article_action_btn_label.-Facebook {
    background-image: url(ico_action_facebook.svg);
}
.p-article_action_btn_label.-twitter {
    background-image: url(ico_action_twitter.svg);
    background-position: center top 3px;
}
.p-article_action_btn_label.-line {
    background-image: url(icon_line.png);
    background-position: center top 1px;
}
.p-article_action_share {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #898989;
}
.internal_alertinfo {
    font-size: 12px;
    padding-bottom: 55px;
}
.ptop {
    max-width: 58px;
    width: 100%;
    margin: 0 auto 70px auto;
    padding: 0;
}
.ptop a {
    display: inline-block;
    width: 100%;
}
.bll2 {
    height: 55px;
    background: #231815;
}



}