@charset "UTF-8";
h1, h2, h3, h4, h5, h6,
.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: normal;
}

.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }

@media screen and (min-width: 768px) {
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}

@media screen and (min-width: 1920px) {
	.h1 { font-size: 48px; line-height: 50px; }
	.h2 { font-size: 38px; line-height: 42px; }
	.h3 { font-size: 30px; line-height: 36px; }
	.h4 { font-size: 24px; line-height: 32px; }
}

h3.b_text{
	padding: 10px 20px;
	font-size:22px;
	color: #fff;
	background-color:#549ef7;
}

h3.rb_text{
	padding: 10px 20px;
	font-size:22px;
	color: #000;
	background-color:#dcebfd;
	
}



/* ----------------------------------------
	2列並び
---------------------------------------- */
*, *:before, *:after {
    box-sizing: border-box;
}

.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_2 > *{
    width: calc( 50% - 6px ) ;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.col_2 > *:nth-child(2n){
	margin-right: auto;
	border-right:0px;
}

.col_2 > *:nth-child(5),.col_2 > *:nth-child(6){
	border-bottom:0px;
}

.col_2 > * > *{
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 960px) {
    .col_2 > *{
        width: 100%;
        margin-right: auto;
        border-right:0px;
    }

.col_2 > *:nth-child(5){
	border-bottom:1px solid #000;
}

}

.col_2 .inner{
	display:flex;
	padding:10px;
}

.col_2 h4 {
	padding-bottom: .3em;
}

.col_2 .inner a,
.col_3 .inner a {
	color:#549ef7!important;
	font-weight:bold;
	text-decoration:underline;
}

.col_2 .inner a:hover,
.col_3 .inner a:hover {
	text-decoration:none;
}

.col_2 .inner .img_area{
	width: 30%;
	padding:10px;
	margin:0;
	text-align:center;
}
.col_2 .inner .img_area img{
	max-width:90%;
	padding:5px;
}

/* 追加 */
.col_2 .inner:nth-child(1) .img_area img {
	max-width:110%;
	padding:5px 2px;
}
.col_2 .inner .text_area {
	width:70%;
	margin:0;
	padding:10px;
}


@media screen and (max-width: 768px) {
.col_2{
	margin:20px;
}

.col_2 .inner{
	display:block;
	text-align:center;
}
.col_2 .inner .img_area,
.col_2 .inner .text_area {
	width:100%;
}

.col_2 .inner .text_area p {
	margin-top:20px;
	text-align:left;
}
.col_2 .inner .img_area img{
	width:100%;
	max-width: 100px;
}

.col_2 .inner:nth-child(1) .img_area img{
	max-width:200px;
}

}

/* ----------------------------------------
	3列並び
---------------------------------------- */
*, *:before, *:after {
    box-sizing: border-box;
}

.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col_3 > *{
    width: calc( 33.33333% ) ;
    margin-right: 0px;
    margin-bottom: 0px;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}


.col_3 > *:nth-child(3n){
    margin-right: auto;
    border-right:0px;
}
.col_3 > * > *{
    background: #fff;
    position: relative;
    overflow: hidden
}
    .col_3 > *:nth-child(4),
    .col_3 > *:nth-child(5),
    .col_3 > *:nth-child(6){
    border-bottom:0px;
}

@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% ) ;
    }
    .col_3 > *:nth-child(3n){
        border-right:1px solid #000;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
        border-right:0px;
    }
    .col_3 > *:nth-child(4){border-bottom:1px solid #000;}
    .col_3 > *:nth-child(5),.col_3 > *:nth-child(6){
        border-bottom:0px;
    }

}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }
    .col_3 > *:nth-child(5){
        border-bottom:1px solid #000;
    }

.col_3 .inner{
	display:block!important;
	text-align:center;
}
.col_3 .inner .img_area,
.col_3 .inner .text_area {
	width:100%;
}

}
.col_3 .inner{
	padding:10px;
}

.col_3 .inner .img_area{
	width: 100%;
	padding:10px;
	margin:0;
	text-align:left;
}
.col_3 .inner .img_area img{
	height:80px;
	padding:5px;
}

.col_3 .inner .text_area{
	width:100%!important;
	padding:10px;
}


@media screen and (max-width: 580px) {
.col_3{
	margin:0px;

}

.col_3 .inner{
	display:flex;
	text-align:left;
	border-right:0px;
}
.col_3 .inner .img_area {
	width:100%;
	padding:10px 20px;

}
}

.col_3 .inner .text_area {
	width:70%;
	padding:10px 20px;
}

.col_3 .inner .text_area p {
	margin-top:20px;
	text-align:left;
}
.col_3 .inner .img_area img{
	height:90px;
	text-align:left;
	max-width: 180px;
}

/* ----------------------------------------
	protect
---------------------------------------- */
.protect{display:flex;}
.protect > li{width:50%;}
.right-bk{background-image:url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_gi1/back_wolf.png);background-repeat: no-repeat;background-position: right bottom;}

@media screen and (max-width: 960px) {
.protect{display:block;}
.protect > li{width:100%;text-align:center;margin-top:20px;}
}

/* ----------------------------------------
	protect_list
---------------------------------------- */
.protect_list > li {
	display: flex;
	margin-top: 20px;
}
.protect_list .img_area {
	width: 80px;
	margin-right: 20px;
}
.protect_list .img_area img {
	max-width: none;
}
.protect_list .text_area {
	align-self: center;
}

@media screen and (max-width: 960px) {
	.protect_list{width:80%;margin:0 10%;text-align:left;}
}

/* ==================================================
	esim
================================================== */
.esim {
	padding: 40px 0px;
}

.esim_list{margin:20px 40px;}
.esim_list li{
  padding-left: 40px;
  line-height: 2em;
  background: url(/content/dam/jp-ext-hp-com/jp/ja/partner/neta/proposal/elitebook_x_gi1/image61.png) left 0px top 3px no-repeat;
  background-size: 24px auto;
}
.esim_cont{
background:#dcebfd;
position:relative;
}

@media screen and (min-width: 1024px) {
	.esim {
		max-width: 1040px;
		margin-right: auto;
		margin-left: auto;
		padding: 40px 20px;
	}
}


/* esim_about -------------------- */

.esim_about > h3 {
	padding: 5px;
	text-align: center;
	background: #0096d6;
	color: #fff;
}
.esim_about_list > li {
	margin-top: 10px;
}
.esim_about_list .inner {
	height: 100%;
	padding: 15px;
	border: 1px solid #000;
}
.esim_about_list .title_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.esim_about_list .title_area h4 {
	width: calc(100% - 90px);
}
.esim_about_list .title_area h4 .point {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1;
}
.esim_about_list .title_area h4 .point span {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-left: 5px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background: #000;
	border-radius: 50%;
}
.esim_about_list .title_area img {
	width: 80px;
}
.esim_about_list .text_area {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.esim_about_list {
		display: flex;
		flex-wrap: wrap;
		margin: -20px -10px 0;
	}
	.esim_about_list > li {
		width: 50%;
		margin-top: 20px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.esim_about_list .title_area {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	.esim_about_list .title_area h4 {
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.esim_about_list .inner {
		padding: 30px;
	}
}

/* esim_point1 */

.esim_point1_cont > :nth-child(2) {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.esim_about_list > li.esim_point1 {
		width: 100%;
	}
	.esim_point1_cont {
		display: flex;
		justify-content: space-between;
	}

	.esim_point1_cont > :nth-child(1) {
		width: calc(50% - 30px);
	}
	.esim_point1_cont > :nth-child(2) {
		width: 50%;
		margin-top: 0;
	}
}


/* esim_terms -------------------- */

.esim_terms {
	margin-top: 40px;
}
.esim_terms_list {
	margin-top: -10px;
}
.esim_terms_list > li {
	margin-top: 10px;
}
.esim_terms_list .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 15px;
	border: 1px solid #000;
}
.esim_terms_list h4 {
	padding-bottom: .3em;
	border-bottom: 1px solid #000;
}
.esim_terms_list .text_area {
	margin: 15px 0;
}
.esim_terms_list .btn_area {
	margin-top: auto;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.esim_terms_list {
		display: flex;
		margin: -10px -10px 0;
	}
	.esim_terms_list > li {
		width: 50%;
		padding: 0 10px;
	}
}

/* vpro_terms -------------------- */

.vpro_terms {
	margin-top: 40px;

}
.vpro_terms_list {
	margin-top: -10px;

}

.vpro_terms_list > li {
	padding:15px;
	border: 1px solid #000;
	margin:50px 0px;
}

.vpro_terms_list > li:first-child {
	border: 0px;
}

.vpro_terms_list > li .inner{
	display:flex;
	margin-top: 10px;
}

.vpro_terms_list h4 {
	padding-bottom: .3em;
}

.vpro_terms_list > li .inner .img_area{
	width: 30%;
	padding:0 0 0 20px;
	margin:auto 0;
}

.vpro_terms_list > li:first-child .inner .img_area img{
	width: 200px;
	padding:0 0 20px 0;
}

.vpro_terms_list > li .inner .img_area img{
	max-width: 90%;
}

.vpro_terms_list > li .inner .text_area {
	width:70%;
}

.vpro_terms_list > li:first-child .inner .text_area {
	margin:auto 0;
}


.vpro_terms_list > li .inner .text_area > ul li {
	list-style-type:disc;
	margin:0.25em 2em;
}

@media screen and (max-width: 768px) {
.vpro_terms_list{
	margin:50px 20px;
}
.vpro_terms_list > li .inner{
	display:block;
	text-align:center;
}
.vpro_terms_list > li .inner .img_area,
.vpro_terms_list > li .inner .text_area {
	width:100%;
}

.vpro_terms_list > li .inner .text_area {
	margin:20px 0;
	text-align:left;
}

.vpro_terms_list > li .inner .img_area img{
	width:90%;
	max-width: 360px;

}



/* esim_chara -------------------- */
.esim_chara {
	margin-top: 40px;
	border: 1px solid #000;
	text-align: center;
}
.esim_chara > .inner {
	padding: 15px;
}
.esim_chara h3 {
	padding: 5px;
	text-align: center;
	background: #0096d6;
	color: #fff;
}

.esim_chara_list > li {
	margin-top: 20px;
}
.esim_chara_list > li > .img_area {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.esim_chara_list {
		display: flex;
		justify-content: space-between;
	}
	.esim_chara_list > li {
	margin-top: 0px;
		width: 32%;
	}
}