/* ==================================================
	common
================================================== */

/* ----------------------------------------
	heading
---------------------------------------- */

.dtlc01 h2 {
	margin-bottom: 25px;
	padding: 7px 10px;
	color: #fff;
	font-size: 18px;
	background: #0096d6;
	border-radius: 7px;
}
.dtlc01 h3 {
	margin-bottom: 15px;
	padding: 10px;
	font-size: 17px;
	background: #f2f2f2;
	border-left: 5px solid #0096d6;
}
.title_underline {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    color: #2a4f68; 
    border-bottom: #2a4f68 2px solid;
}

.title_cyan {
    font-size: 15px;
    margin-bottom: 10px;
    color: #0096d6;
}

.postedit .click {
    text-align: right;
    font-size: 11px;
    color: #767676;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
	.dtlc01 h2 {
		font-size: 24px;
	}
	.dtlc01 h3 {
		margin-bottom: 30px;
		font-size: 18px;
	}
    .title_underline {
        font-size: 19px;
    }
    .title_cyan {
        font-size: 16px;
    }
    .postedit .click {
        margin-bottom: 35px;
    }
}



/* ----------------------------------------
	marker
---------------------------------------- */

.marker {
	font-weight: bold;
	background: linear-gradient(transparent 65%, rgba(255,204,0,.3) 65%);
}



/* ----------------------------------------
	remodal
---------------------------------------- */

@media screen and (min-width: 641px) {
	.remodal {
		max-width: 960px !important;
	}
}



/* ----------------------------------------
	downloadblock
---------------------------------------- */

.dlform02 {
	margin-bottom: 15px;
}
.downwrap {
	margin-top: 20px;
	margin-bottom: 0;
}
.down04 {
	margin-bottom: 0;
}
.mktoHtmlText img {
	margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
	.remodal.downloadblock {
		max-width: 660px !important;
	}
}

@media screen and (min-width:768px) {
	.mktoHtmlText img {
		margin-left: 50px !important;
	}
}



/* ----------------------------------------
	toc (table of contents)
---------------------------------------- */

.toc_title {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	background: #3366ff;
	border-radius: 10px 10px 0 0;
}
.toc_cont {
	padding: 10px;
	background: #fff;
	border: 2px solid #3366ff;
	border-radius: 0 0 10px 10px;
}
ol.toc_list {
	margin: 0;
	list-style-type: none;
}
ol.toc_list > li {
	margin-bottom: 0;
}
ol.toc_list > li a {
	color: #3366ff;
}

@media screen and (max-width: 767px) {
	ol.toc_list > li:nth-child(n+2) {
		margin-top: 5px;
	}
}



/* ----------------------------------------
	product
---------------------------------------- */

.product_box {
	position: relative;
	max-width: 650px;
	margin: 30px auto 50px;
}
.product_img {
	text-align: center;
	margin-bottom: 20px;
}
.product_logo {
	margin-top: 20px;
}
/* .product_text {
	display: block;
	padding-left: 0;
} */
.product_text h3 {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.product_text h4 {
	margin-bottom: 15px;
	color: #2a4f68;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.product_text p {
	font-size: 14px;
	line-height: 1.5;
}
.product_text p + p {
	margin-top: 5px;
}
.product_text ul {
	margin: 10px 0;
}
.product_text li {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
}
.product_text li:nth-child(n+2) {
	margin-top: 1px;
}
.product_btn a {
	display: block;
	position: relative;
	font-size: 13px;
	padding: 19px 15px;
	line-height: 1;
	text-decoration: none;
	background-color: #5ea5eb;
	cursor: pointer;
    color: #fff;
}
.product_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
}

@media screen and (min-width:768px) {
	.product_box {
		margin-top: 60px;
	}
	.product_cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.product_img {
		width: 300px;
	}
	.product_text {
		width: calc(100% - 310px);
	}
	.product_text h3 {
		font-size: 18px;
		text-align: left;
	}
	.product_text h4 {
		font-size: 24px;
		text-align: left;
	}
	.product_btn a {
		font-size: 16px;
	}
}


/* ----------------------------------------
	wolf
---------------------------------------- */

.wolf_campaign_bnr {
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 401;
    /* max-width: calc(100% - 20px); */
    border-radius: 8px 0 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
body.no_scroll .wolf_campaign_bnr {
    z-index: 199;
}
.wolf_campaign_link {
    display: flex;
    align-items: center;
    transition: .2s;
    padding: 12px 30px 12px 12px;
    background: #c0d0d8;
}
.wolf_campaign_link:link,
.wolf_campaign_link:visited {
    color: #000;
}
.wolf_campaign_link:hover {
    text-decoration: none;
    background: #fff;
}
.wolf_campaign_link:hover img {
    opacity: 1;
}
.wolf_campaign_link .logo_area {
    width: 70px;
    margin-right: 10px;
}
.wolf_campaign_link .text_area {
    text-align: center;
    padding: 0 10px 0 0;
}
.wolf_campaign_link .text_area p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.wolf_campaign_bnr button {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.wolf_campaign_bnr button::after {
    content: "\E907";
    color: #000;
    font-family: HPIcons;
    font-size: 20px;
}
.wolf_campaign_bnr button:hover {
    background: rgba(0,0,0,.15);
}
@media screen and (min-width: 1024px) {
    .wolf_campaign_bnr {
        right: 10px;
        border-radius: 8px 8px 0 0;
    }
}
  
.wolf_campaign_bnr > button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.wolf_campaign_link_2 {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #c0d0d8;
    flex-wrap: wrap;
    border-radius: 10px;
}
.wolf_campaign_link_2 .logo_area {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

    
    

@media screen and (min-width:768px) { 
    .wolf_campaign_link_2 {
        padding: 30px;
    }
    .wolf_campaign_link_2 .logo_area {
        width: 40%;
        padding-right: 20px;
    } 
    .wolf_campaign_link_2 .text_area {
        width: 60%;
    }
}












/* ----------------------------------------
	model
---------------------------------------- */
.nvblk01 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.nvblk04 {
    background-color: #fff;
    padding: 30px;
}
.nvblk11 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
}
.nvblk11::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #05A1E3;
    width: 80px;
    margin: 0 auto;
}
.scs02 .nvblk11 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 12px;
    position: relative;
}
.scs02 .nvblk11::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #05A1E3;
    width: 80px;
    margin: 0 auto;
}
.nvblk06 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
.nvblk07 {
    text-align: center;
    margin-bottom: 15px;
}
.nvblk09 {
    font-size: 16px;
    margin-bottom: 20px;
}
.nvblk10 {
    text-align: center;
    margin-top: 35px;
}
 

@media screen and (max-width:767px) { 
.nvblk04 {
    padding: 12px;
}
.scs02 p {
    line-height: 1.5;
}
.nvblk11 {
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.nvblk11::before {
    border-bottom: 2px solid #05A1E3;
    width: 40px;
}
.scs02 .nvblk11 {
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.scs02 .nvblk11::before {
    border-bottom: 2px solid #05A1E3;
    width: 40px;
}
.nvblk06 {
    font-size: 13px;
    margin-bottom: 15px;
}
.nvblk07 {
    margin-bottom: 12px;
}
.nvblk09 {
    font-size: 12px;
    margin-bottom: 12px;
}
.nvblk10 {
    margin-top: 20px;
}
    
}


@media (max-width: 767px) {
    .prod_area > div:first-child {
        text-align: center;
    }
}
.prod_area {
    display: flex;
	flex-wrap: wrap;
}
.prod_area > div {
    width: 100%;
}
.prod_area > div:nth-child(2) {
    margin-top: 16px;
}
.sub_title {
    color: #2a4f68;
    font-weight: bold;
    font-size: 1.8rem!important;
}    
    
@media screen and (min-width: 768px) {
    .prod_area > div:first-child {
        width: calc(40% - (10px));
        margin-right: 20px;
    }
    .prod_area > div:nth-child(2) {
        margin-top: 0;
        width: calc(60% - (10px));
    }
    /* IE10-11 , Edge */
    _:-ms-lang(x), .prod_area > div:first-child {
        width: calc((40% - (10px)) - 0.1px); 
    }
    _:-ms-lang(x), .prod_area > div:nth-child(2) {
        width: calc((60% - (10px)) - 0.1px); 
    }
    
    .sub_title {
        margin-bottom: 1rem!important;
        line-height: 1.8!important;
    }
}   
