@charset "utf-8";
#content {
	padding-top: 1rem;
}
@media screen and (max-width:640px) {
	#content {
		padding: 0 1rem 1rem;
	}
}
#header_nav_in li.header_nav07 a{
	background-color: #000;
	color: #FFF;
}


.img_area a{
	display: block;
}
.img_12_01{
	width: 90%;
	margin: 1rem auto;
}
@media screen and (max-width:640px) {
	.img_12_01{
		width: 100%;
		min-width: 800px;
		margin: 1rem auto 4rem;
	}
}
.img_12_02{
	width: 100%;
	margin: 1rem auto;
}
@media screen and (max-width:640px) {
	.img_12_02{
		width: 100%;
		min-width: 600px;
		margin: 1rem auto 4rem;
	}
}
.img_12_03{
	width: 90%;
	margin: 1rem auto 1rem;
}
@media screen and (max-width:640px) {
	.img_12_03{
		width: 90%;
		margin: 1rem auto 1rem;
	}
}

.des_box_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.des_box_area .des_box_area_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	width: 15rem;
	padding: 1rem;
}
@media screen and (max-width:640px) {
	.des_box_area .des_box_area_left{
		width: 10rem;
	}
}
.des_box_area .des_box_area_left p{
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.des_box_area .des_box_area_right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	width: calc(100% - 15rem);
	padding: 1rem;
}
@media screen and (max-width:640px) {
	.des_box_area .des_box_area_right{
		width: calc(100% - 10rem);
	}
}
.des_box_area .des_box_area_right p{
	color: #000;
	text-align: left;
	font-size: 1.6rem;
}
@media screen and (max-width:640px) {
	.des_box_area .des_box_area_left p,
	.des_box_area .des_box_area_right p{
		font-size: 1.6rem;
	}
}
.des_box_area .min_font{
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1.2;
}

.des_box_area.blue_r .des_box_area_left{background: #00B0F0;}
.des_box_area.blue_m .des_box_area_left{background: #4472C4;}
.des_box_area.pink_r .des_box_area_left{background: #FF6699;}
.des_box_area.gray_r .des_box_area_left{background: #8497B0;}

.des_box_area.blue_r .des_box_area_right{background: #DEEBF7;}
.des_box_area.blue_m .des_box_area_right{background: #DAE3F3;}
.des_box_area.pink_r .des_box_area_right{background: #FFD5E3;}
.des_box_area.gray_r .des_box_area_right{background: #D6DCE5;}

.des_box_area .des_viewmore{
	width: 100%;
	text-align: right;
}
.des_box_area .des_viewmore a{
	display: inline-block;
	width: 40%;
}
@media screen and (max-width:640px) {
	.des_box_area .des_viewmore a{
		width: 70%;
	}
}

.flex_3_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	width: 70%;
	margin: 1rem auto;
}
@media screen and (max-width:640px) {
	.flex_3_area{
		width: 100%;
		margin: 1rem auto;
	}
}
.flex_3_area .flex_3_box{
	width: 32%;
	text-align: center;
	padding: 1rem 2rem;
	background: #8497B0;
	color: #FFF;
	font-size: 1.6rem;
	border-radius: 1rem;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.flex_3_area .flex_3_box{
		width: 100%;
		margin-bottom: 1rem;
	}
}

.inquiry_btn{
	width: 90%;
	margin: 2rem auto;
	background: #00B0F0;
	border-radius: 1rem;
	border: 2px solid #0070C0;
	display: block;
	padding: 1.2rem 1rem 1rem;
}
.inquiry_btn span{
	color: #FFF;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
}

.introduction_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.introduction_area .introduction_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 1% 1rem;
}
@media screen and (max-width:640px) {
.introduction_area .introduction_box{
	width: 100%;
	padding: 0;
	margin-bottom: 1rem;
}
}
.introduction_area .introduction_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: space-between;
	align-content: space-between;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
}
.introduction_area .introduction_top .introduction_top_left{
	width: 40%;
	padding: 0 1rem;
}

.introduction_area .introduction_top .introduction_top_right{
	width: 60%;
	padding: 1rem 1rem 0 0;
}
.introduction_area .introduction_top .introduction_top_right h5{
	width: 12rem;
	padding: 0.8rem 0.1rem 0.5rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}
.introduction_area .introduction_top .introduction_top_right .des_inner{
	padding: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width:640px) {
	.introduction_area .introduction_top .introduction_top_right .des_inner{
		margin-bottom: 0;
	}
}
.introduction_area .introduction_top .introduction_top_right .des_inner h6{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.introduction_area .introduction_top .introduction_top_right .des_inner p{
	font-size: 1.6rem;
}
.introduction_area .introduction_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
	background: #FFF;
	padding: 1rem 2rem;
	border-radius: 1rem;
	min-height: 6rem;
	width: 96%;
	margin: 1rem auto;
}
.introduction_area .introduction_bottom p{
	font-size: 1.6rem;
}

.introduction_area .introduction_box.blue_r{background: #DAE3F3;}
.introduction_area .introduction_box.gray_r{background: #D6DCE5;}
.introduction_area .introduction_box.blue_r .introduction_top .introduction_top_right h5{background: #4472C4;}
.introduction_area .introduction_box.gray_r .introduction_top .introduction_top_right h5{background: #44546A;}
.introduction_area .introduction_box.blue_r .introduction_top .introduction_top_right .des_inner{color: #4472C4;}
.introduction_area .introduction_box.gray_r .introduction_top .introduction_top_right .des_inner{color: #44546A;}
.introduction_area .blue_r .introduction_bottom p{color: #4472C4;}
.introduction_area .gray_r .introduction_bottom p{color: #44546A;}

/*
.inline_title {
	width: 100%;
	text-align: left;
}
.inline_title .inner_text{
	background: #DEEBF7;
	padding: 0.5rem 1rem;
	color: #5B9BD5;
	font-size: 2.2rem;
	font-weight: bold;
	display: inline;
}
.blue_flex_outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
	width: 74%;
	margin: 2rem auto;
}
@media screen and (max-width:640px) {
	.blue_flex_outer{
		width: 100%;
	}
}
.blue_flex_outer .blue_flex_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: stretch;
	align-self: stretch;
	flex-wrap: wrap;
	width: 20rem;
	padding: 0.8rem 1rem 0.5rem;
	color: #4472C4;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #4472C4;
	border-left: 1px solid #4472C4;
	border-bottom: 1px solid #4472C4;
	background: #B4C7E7;
}
.blue_flex_outer .blue_flex_right{
	width: calc(100% - 20rem);
	padding: 0.8rem 1rem 0.5rem;
	color: #4472C4;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	border: 1px solid #4472C4;
	background: #F2F2F2;
}
@media screen and (max-width:640px) {
	.blue_flex_outer .blue_flex_left{
		border-bottom: 0;
		border-right: 1px solid #4472C4;
	}
	.blue_flex_outer .blue_flex_left,
	.blue_flex_outer .blue_flex_right{
		width: 100%;
	}
}
.blue_flex_outer .kome{
	font-size: 1.2rem;
}
.viewmore_blue_area{
	margin: 1rem auto;
}
.viewmore_blue_area a{
	width: 35%;
	display: block;
}
@media screen and (max-width:640px) {
	.viewmore_blue_area a{
		width: 70%;
	}
}
.viewmore_blue_area a .img_area{
	margin: 2rem auto;
}
@media screen and (max-width:640px) {
	.viewmore_blue_area a .img_area{
		margin: 1rem auto;
	}
}
*/
/*
.point_area .point_text .point_flex{
	-webkit-align-items: stretch;
    align-items: stretch;
}

.blue_title{
	width: 90%;
	margin: 1rem auto;
	color: #4472C4;
	font-size: 1.8rem;
	background: transparent;
	border: 0;
}

.blue_title2{
	margin: 1rem auto;
	color: #4472C4;
	font-size: 2rem;
	background: transparent;
	border: 0;
}
.qlcssd{
	position: relative;
}
.qlcssd::after{
	content: "QLC SSD";
	position: absolute;
	color: #00B0F0;
	background: #FFFF00;
	border: 1px solid #00B0F0;
	padding: 0.1rem 0.4rem 0;
	font-size: 1.1rem;
	top: 0;
	right: 1%;
}
.height_auto{
	height: 6rem;
}
td.v_bottom{
	vertical-align: bottom;
}
.sub_title_gray{
	font-size: 2rem;
	color: #FFF;
	background: #ADB9CA;
	text-align: center;
	padding: 0.6rem 1rem 0.4rem;
}
.sub_title_blue{
	font-size: 2rem;
	color: #FFF;
	background: #8FAADC;
	text-align: center;
	padding: 0.6rem 1rem 0.4rem;
}

.point_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-wrap: wrap;
	background: #D6DCE5;
	padding: 2rem 2rem;
	margin: 2rem auto 0;
}
.point_bottom p{
	font-size: 2.2rem;
	font-weight: bold;
	color: #4472C4;
}
.point_bottom a{
	width: 20%;
	display: block;
}
@media screen and (max-width:640px) {
	.point_bottom a{
		width: 80%;
		margin: 1rem auto;
	}
}
	*/

.anchor_link {
	margin-top: -50px;
	padding-top: 60px;
}

/*
.pager a {
	display: block;
	border: 0.3rem solid #00B0F0;
	background: #F2F2F2;
	color: #00B0F0;
	border-radius: 4rem;
	font-size: 3rem;
	padding: 1rem 2rem;
	width: 100%;
	transition: all 0.3s;
}

.pager a:hover {
	background: #00B0F0;
	color: #FFF;
}
	*/
