@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.t18-middle-split {
	margin-top: 0;
	max-width: 1370px;
}
.split_antivirus {
	color: #333;
	font-size: 1.6rem;
	max-width: 100%;
}
.split_antivirus img {
	width: auto;
	max-width: 100%;
}
section {
    margin: auto;
}
@media screen and (max-width: 750px) {
	.split_antivirus {
		max-width: 100%;
    	padding: 0;
		font-size: 3rem;
	}
section {
    width: auto;
    margin: auto;
}
}

/*--------- common ---------*/
.t18-middle-larger-title {
	max-width: 950px;
    width: 100%;
    margin: auto;
}
.t18-middle-1st-section-title {
	max-width: 950px;
    width: 100%;
}
.h3 {
	display: block;
	max-width: 950px;
    width: 100%;
	margin: 0 auto 10px;
    font-size: 2rem;
}

.section_large {
}
.section_middle {
	max-width: 990px;
	padding: 0 20px;
	margin: auto;
}
@media screen and (max-width: 750px) {	
.section_middle {
    width: 94% !important;
	margin: 0 auto;
    padding: 0;
}
}

.txt_area {
	display: block;
	max-width: 950px;
    width: 100%;
	margin: 10px auto;
	text-align: left;
}
.img_area {
	margin-bottom: 20px;
	font-size: 0;
}
.half_area {
	display: flex;
}
.half_area .txt_area {
	margin-top: 0;
}
.half_area .img_area,
.half_area .txt_area {
	width: 48%;
	margin-right: 4%;
}
.half_area .img_area:nth-child(2n),
.half_area .txt_area:nth-child(2n) {
	margin-right: 0;
}
.common-button-area a {
	font-size: 2rem;
}
/*.t18-list-basic1 {
	padding-left: 20px;
}*/
.capmini{
	font-size: 82%;
	padding-left: 15px;
	display: inline-block;
}

.btn1 {
	text-align: center;
}

.btn1 a {
	position: relative;
	background: #c00;
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	border: 3px solid #fff;
	font-weight: bold;
	padding: 10px 60px;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.btn1 a {
		font-size: 3.4rem;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}

.btn1 a::after {
	position: absolute;
	top: 19px;
	right: 30px;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
	.btn1 a::after {
		top: 54px;
		right: 40px;
		width: 20px;
		height: 20px;
		border-top: 4px solid;
		border-right: 4px solid;
		margin-left: 10px;
	}
}

.btnH {
	position: relative;
	overflow: hidden;
}

.btnH::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.btnH:hover::before {
	opacity: 0.3;
}

.btnHB:hover {
	color: #FFF;
	background: #000;
	-webkit-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}

.pc-block {
	display: block !important;
}

.tab-block {
	display: none !important;
}

.sp-block {
	display: none !important;
}

@media only screen and (max-width: 1170px) {

	.tab-block {
		display: block !important;
	}

	.pc-block {
		display: none !important;
	}

	.sp-block {
		display: none !important;
	}
}

@media only screen and (max-width: 750px) {

	.sp-block {
		display: block !important;
	}

	.tab-block {
		display: block !important;
	}

	.pc-block {
		display: none !important;
	}
}


/*--------- top ---------*/
.page-title-wrapper {
	background: url(../images/mv.jpg) left center no-repeat;
    display: flex;
    align-items: center;
	height: 216px;
	margin-bottom: 40px;
}
.page-title-wrapper h1 {
    font-size: 36px;
	max-width: 1220px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	text-align: left;
	color: #fff;
}
.page-title-wrapper h1 span {
    font-size: 20px;
    font-weight: normal;
}

/*--------------------------------------------------------------------
? ? depressurized_house
--------------------------------------------------------------------*/

/*--------- section01 ---------*/
.section_web-order_1-1 .txt_area,
.section_web-order_1-2 .half_area .txt_area {
	width: 30%;
}
.section_web-order_1-1 .img_area,
.section_web-order_1-2 .half_area .img_area {
	width: 66%;
}
.section_web-order_1-3 .img_area {
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.section_web-order_1 .half_area {
		display: block;
	}
	.section_web-order_1 .half_area .txt_area {
		width: 100%;
	}
	.section_web-order_1 .half_area .img_area {
		width: 100%;
	}
}


/*--------- section02 ---------*/
.section_web-order_2 .img_area {
	/*border: 1px solid #ddd;
    text-align: center;
    padding: 60px 40px;*/
}
.section_web-order_2 .h3 {
	font-size: 2.6rem;
}
.section_web-order_2 .txt_area b {
	font-size: 4rem;
	margin-right: 20px;
}
@media screen and (max-width: 750px) {

	.section_web-order_2 .h3 {
		font-size: 3.6rem;
	}
	.section_web-order_2 .half_area {
		display: block;
	}
	.section_web-order_2 img {
		width: 100%;
	}
	.section_web-order_2 .half_area .img_area {
		width: 100%;
		margin-right: 0;
	}
}

/*--------- section05 ---------*/

.t18-list-before-pdf-icon li {
	display: block;
}
.t18-list-before-pdf-icon li a {
	text-decoration: underline;
}
.t18-list-before-pdf-icon li a:hover {
	opacity: 0.6;
}



/*--------- section056---------*/
@media screen and (max-width: 750px) {
	.section_web-order_6 .half_area {
		display: block;
	}
	.section_web-order_6 img {
		width: 100%;
	}
	.section_web-order_6 .half_area .img_area {
		width: 100%;
		margin-right: 0;
	}
}




.dropshadow-img{
   filter:drop-shadow(0px 2px 2px #ccc);
   text-align:center;
  }


	/*--------------------
 ���q�l�̐�
--------------------*/
.balloon {
	margin-bottom: 2em;
	position: relative;
}
.balloon:before,.balloon:after {
	clear: both;
	content: "";
	display: block;
}
.balloon figure {
	width: 60px;
	height: 60px;
}
.balloon-image-left {
	float: left;
	margin-right: 20px;
}
.balloon-image-right {
	float: right;
	margin-left: 20px;
}
.balloon figure img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.balloon-image-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
}
.balloon-text-right,.balloon-text-left {
	position: relative;
	top: 14px;
	padding: 20px;
	border: 2px solid;
	border-radius: 10px;
	max-width: -webkit-calc(100% - 120px);
	max-width: calc(100% - 120px);
	display: inline-block;
	background: #f2f2f2;
}
.balloon-text-right {
	border-color: #aaa;
}
.balloon-text-left {
	border-color: #aaa;
}
.balloon-text-right {
	float: left;
}
.balloon-text-left {
	float: right;
}
.balloon p {
	margin: 0 0 20px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
/* �O�p���� */
.balloon-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #aaa;
	top: 20px;
	left: -22px;
}
.balloon-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #f2f2f2;
	top: 20px;
	left: -19px;
}
.balloon-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #aaa;
	top: 20px;
	right: -22px;
}
.balloon-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #f2f2f2;
	top: 20px;
	right: -20px;
}
.gr_txt {
	color: #666666;
}
.red_txt {
	color: #c00;
}

/*--------------------------------------------------------------------
? ? contact_area
--------------------------------------------------------------------*/
.contact_area {
	width: 100%;
	padding: 40px;
    background-color: #eee;
    line-height: 1.6;
}
