/* ==================================================
	base
================================================== */

.sub_content + .sub_content {
	padding-top: 6rem;
}
.hLine + .sub_content {
	padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
	.sub_content + .sub_content {
		padding-top: 100px;
	}
	.hLine + .sub_content {
		padding-top: 40px;
	}
}

.substitute_navi {
	background: #001533;
}





/* ==================================================
	common
================================================== */

.price {
	font-weight: normal;
}



/* title -------------------- */

.hLine {
	color: #767676;
}
.sub_title {
	color: #0096d6;
	font-size: 1.8rem;
}
.sub_title + * {
	margin-top: 1.5rem;
}
.sub_title.small {
	font-size: 1.6rem;
	line-height: 1.4;
}
.sub_title.small + * {
	margin-top: 1rem;
}
.sub_cont_title {
	padding: .3em;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	background: #5a5a5a;
}

@media screen and (min-width: 1024px) {
	.sub_title {
		font-size: 25px;
	}
	.sub_title + * {
		margin-top: 20px;
	}
	.sub_title.small {
		font-size: 18px;
	}
	.sub_cont_title {
		font-size: 18px;
	}
}



/* reading -------------------- */

.reading h2,
.reading h3,
.reading h4,
.reading h5,
.reading h6 {
	font-weight: normal;
}

.reading p {
	line-height: 1.8;
}
.reading * + p {
	margin-top: 1em;
}

.reading img {
	width: 100%;
	max-width: none;
}
@media screen and (min-width: 1024px) {
	.reading img {
		width: auto;
	}
}



/* icon -------------------- */

.icon_box > li {
	padding: 1.5rem 1rem;
	text-align: center;
	background: rgba(255,255,255,.8);
}
.icon_box p {
	line-height: 1.6;
}
img.icon {
	width: auto !important;
	height: 6rem;
}
.icon_box [class*="hpic_"]:not(.hpic_link) {
	color: #0096d6;
	font-size: 4rem;
	line-height: 6rem;
}
.icon_box > li * ~ * {
	margin-top: 1.5rem;
}
.icon_box img + img,
.icon_box .accordion + .accordion {
	margin-top: 0;
}
.icon + .sub_title:not(.small) {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.icon_box > li {
		padding: 20px 10px;
	}
	img.icon {
		height: 80px;
	}
	.icon_box [class*="hpic_"]:not(.hpic_link) {
		font-size: 50px;
		line-height: 80px;
	}
}





/* ==================================================
	main
================================================== */

.main .price > span {
	font-size: 3rem;
}

@media screen and (max-width: 1023px) {
	.intel img {
		width: 50px;
	}
	.intel p {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.main .price {
        color: #333;
    }
	.main .price > span {
		font-size: 35px;
	}
}





/* ==================================================
	navigation
================================================== */

@media screen and (max-width: 1023px) {
	.local_navi.cv_gray .local_navi_trigger::before,
	.local_navi.cv_gray .local_navi_level2_trigger::after {
		color: #999;
	}
	.local_navi.cv_gray .local_navi_menu_level1 > li a,
	.local_navi.cv_gray .local_navi_menu_level1 > li a:visited,
	.local_navi.cv_gray .local_navi_menu_level1 > li a:hover {
		color: #5a5a5a;
	}
    .local_navi_menu_level1 > li.local_navi_level2_open {
        background: rgba(0,150,214,.1);
    }
}
@media screen and (min-width: 1024px) {
	.local_navi.style_block.cv_gray .local_navi_menu_level1 > li:hover > a,
	.local_navi.style_block.cv_gray .local_navi_menu_level1 > li.current > a {
		background: #999;
	}
	.local_navi.style_block.cv_gray .local_navi_menu_level1 > li.local_navi_menu_buy > a,
	.local_navi.style_block.cv_gray .local_navi_menu_level1 > li.local_navi_menu_buy.current > a {
		background: #d7410b;
	}
	.local_navi.style_block.cv_gray .local_navi_menu_level1 > li.local_navi_menu_buy:hover > a {
		background: #c1401a;
	}
	.local_navi.cv_gray .local_navi_menu_level2 > li a,
	.local_navi.cv_gray .local_navi_menu_level2 > li a:visited,
	.local_navi.cv_gray .local_navi_menu_level2 > li a:hover {
		color: #5a5a5a;
	}
}





/* ==================================================
	app_list
================================================== */

.app_list {
	text-align: center;
}
.app_list .icon + p {
	margin-top: 1rem;
	color: #0096d6;
	font-size: 1.2rem;
	line-height: 1.2;
}

@media screen and (max-width: 1023px) {
	.app_list img.icon {
		height: 5rem;
	}
}

@media screen and (min-width: 1024px) {
	.app_list.col_5_md.space > li:nth-child(n+6) {
		margin-top: 40px;
	}
	.app_list .icon + p {
		margin-top: 10px;
	}
}



/* ==================================================
	app_list_g (Google)
================================================== */

.app_list_g {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.app_list_g > li {
	width: calc(100% / 4);
	text-align: center;
}
/* IE10-11 , Edge */
_:-ms-lang(x), .app_list_g > li { width: calc((100% / 4) - 0.1px); }

.app_list_g > li:nth-child(n+5) {
	margin-top: 2rem;
}
.app_list_g img {
	width: auto;
	height: 5rem;
}
.app_list_g p {
	margin-top: 1rem;
	color: #333;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .3px;
}

@media screen and (min-width:480px) {
	.app_list_g > li {
		width: calc(100% / 8);
	}
    /* IE10-11 , Edge */
    _:-ms-lang(x), .app_list_g > li { width: calc((100% / 8) - 0.1px); }
    
	.app_list_g > li:nth-child(n+5) {
		margin-top: 0;
	}
	.app_list_g > li:nth-child(n+9) {
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.app_list_g > li {
		width: 115px;
	}
	.app_list_g img {
		height: 60px;
	}
}



/* ==================================================
	app_list_s (G Suite)
================================================== */

.app_area h4 {
    background: #0096d6;
    color: #fff;
    padding: .5rem;
    margin-bottom: 2rem;
}

.app_list_s {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.app_list_s > li {
	width: calc(100% / 4);
	text-align: center;
}
/* IE10-11 , Edge */
_:-ms-lang(x), .app_list_s > li { width: calc((100% / 4) - 0.1px); }

.app_list_s > li:nth-child(n+5) {
	margin-top: 2rem;
}
.app_list_s img {
	width: auto;
	height: 5rem;
}
.app_list_s p {
	margin-top: 1rem;
	color: #333;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .3px;
}

@media screen and (min-width: 768px) {
    .app_list_s > li {
        width: calc(100% / 7);
    }
    /* IE10-11 , Edge */
    _:-ms-lang(x), .app_list_s > li { width: calc((100% / 7) - 0.1px); }
    
    .app_list_s > li:nth-child(n+5) {
	margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .app_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .app_area > div:not(:last-child) {
        margin-right: 20px;
    }
    .app_area > div:not(:nth-child(2)) {
        width: calc((100% - 40px ) / 7 * 2) ;
    }    
    .app_area > div:nth-child(2) {
        width: calc((100% - 40px ) / 7 * 3) ;
    }
    .app_area > div:not(:nth-child(2)) .app_list_s > li {
        width: calc(100% / 2);
    }
    .app_area > div:nth-child(2) .app_list_s > li {
        width: calc(100% / 3);
    }
    
    /* IE10-11 , Edge */
    _:-ms-lang(x), .app_area > div:not(:nth-child(2)) { width: calc(((100% - 40px ) / 7 * 2) - 0.1px); }
    _:-ms-lang(x), .app_area > div:nth-child(2) { width: calc(((100% - 40px ) / 7 * 3) - 0.1px); }
    _:-ms-lang(x), .app_area > div:not(:nth-child(2)) .app_list_s > li { width: calc((100% / 2) - 0.1px); }
    _:-ms-lang(x), .app_area > div:nth-child(2) .app_list_s > li { width: calc((100% / 3) - 0.1px); }
    
    
    .app_area > div:not(:nth-child(2)) .app_list_s > li:nth-child(n+3) {
        margin-top: 20px;
    }
    .app_area > div:nth-child(2) .app_list_s > li:nth-child(n+4) {
        margin-top: 20px;
    }
	.app_list_s img {
		height: 60px;
	}
}


/* ==================================================
	about_free
================================================== */


img.app_icon {
    width: 6rem;
}
.app_name {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0096d6;
}
.app_name span {
    background: rgba(0,150,214,.1);
    padding: .4rem;
    border-radius: .6rem;
}
.about_free h5 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: .5rem;
}
.about_free .text_area {
    line-height: 1.8;
    margin-top: 1rem;
    text-align: left;
}
.about_free .app_list {
    text-align: center;
}
.about_free .app_list > div {
    padding: 5rem 0 0;
}
.about_free.app_list > div:not(:last-child) {
    margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
    .about_free.app_list > div:first-child {
        border-right: #ccc 1px dotted;
    }
}

@media screen and (min-width: 1024px) {
    .about_free.app_list > div:nth-child(2) {
        border-right: #ccc 1px dotted;
    }
    .about_free.app_list img:not(.app_icon) {
        width: 270px;
    }
}





/* ==================================================
	tab_familylink
================================================== */

/* tab_trigger -------------------- */

.tab_familylink .tab_trigger {
	display: flex;
	justify-content: space-between;
}
.tab_familylink .tab_trigger > li {
	width: 49%;
	padding: 1.5rem .5rem 1.2rem;
	color: #0096d6;
	text-align: center;
	border-radius: 8px 8px 0 0;
	transition: .2s;
}
.tab_familylink .tab_trigger > li.tab_current {
	color: #fff;
	background: #0096d6;
}

@media screen and (min-width: 1024px) {
	.tab_familylink .tab_trigger > li {
		font-size: 15px;
	}
}



/* tab_content -------------------- */

.tab_familylink .tab_content {
	padding: 2rem;
	background: #fff;
	border-top: 3px solid #0096d6;
}
.tab_familylink .list_num > li:nth-child(n+2) {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.tab_familylink .tab_content {
		padding: 40px;
	}
	.tab_familylink .list_num > li:nth-child(n+2) {
		margin-top: 30px;
	}
}





/* ==================================================
	comparison slider
================================================== */

.comp {
	padding: 0 1.6rem 2rem;
}
.comp .slick-dots {
	bottom: -3rem;
}

@media screen and (min-width: 1024px) {
	.comp {
		padding: 0 80px 40px;
	}
	.comp .slick-dots {
		bottom: -40px;
	}
}

/* arrow -------------------- */

.s_slider_area {
	position: relative;
}
.s_slider_area .slick-prev:before,
.s_slider_area .slick-next:before { content: none; }
.s_slider_area .s_arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.s_slider_area .s_arrow:hover {
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.s_slider_area .s_arrow.prev {
	left: 10px;
	transform: translateY(-50%) rotate(-135deg);
}
.s_slider_area .s_arrow.next {
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 1024px) {
	.s_slider_area .s_arrow {
		width: 30px;
		height: 30px;
	}
	.s_slider_area .s_arrow.prev {
		left: 30px;
	}
	.s_slider_area .s_arrow.next {
		right: 30px;
	}
}



/* dots -------------------- */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	background: #0096d6;
}



@media screen and (max-width: 1023px) {
	.common {
		padding: 2rem 0;
	}
	.common .slick-slide {
		padding: 0 1.6rem;
	}
	.w100_box {
		margin-right: -1.6rem !important;
		margin-left: -1.6rem !important;
	}
}

@media screen and (min-width:480px) {
	.common {
		padding: 2rem .6rem;
	}
	.common .slick-slide {
		padding: 0 1rem;
	}
}





/* ==================================================
	visual_hacking
================================================== */

.privacy_mode {
    text-align: center;
}
.privacy_mode img {
    width: auto;
}

/* balloon */
.privacy_mode .balloon {
	position: relative;
	margin-bottom: 5px;
	padding: .5em;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4;
	background: #999;
	border-radius: 5px;
    margin-top: 1.5rem;
}
.privacy_mode .balloon::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-bottom: 6px solid #999;
}
.privacy_mode th:nth-of-type(2) .balloon {
	background: #0096d6;
}
.privacy_mode th:nth-of-type(2) .balloon::after {
	border-top-color: #0096d6;
}

@media screen and (min-width:1024px) {
	.privacy_mode .balloon {
		padding: .2em 1em;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1px;
	}
}





/* ==================================================
	interface
================================================== */

.keyboard_area {  
    margin-top: 2rem;
}
.keyboard_area > div {   
    color: #5a5a5a;
    display: table;
}
.keyboard_area > div:nth-child(n+3) {   
    margin-top: .1rem;
}
.keyboard_area > div > div {
    vertical-align: middle;
    display: table-cell;
}
.keyboard_area > div .num {
    background: #0096d6;
    color: #fff;
    text-align: center;
    width: 16%;
}
.keyboard_area > div > div:nth-child(2) {
    padding-left: .5rem;
    width: 80%;
}

@media screen and (min-width:768px) {
    .keyboard_area > div:nth-child(n+3) {   
        margin-top: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){
    .keyboard_area > div:nth-child(even) {   
        background: #f2f2f2;
    }
    .keyboard_area > div:nth-child(odd) {   
        background: #fff!important;
    }
    .keyboard_area > div:nth-child(n+4) {   
        margin-top: .1rem;
    }
}

@media screen and (min-width:1024px) {
    .keyboard_area {  
        margin-top: 40px;
    }
    .keyboard_area > div {   
        width: 16.666666%;
    }
    .bgf2f2f2_lg {
        background: #f2f2f2!important;
    }
    .bgfff_lg {
        background: #fff!important;
    }
    .keyboard_area > div:nth-child(n+7) {   
        margin-top: 1px;
    }
    .keyboard_area > div > div:nth-child(2) {
        padding-bottom: 3px;
        padding-top: 3px;
    }
}




/* ==================================================
	gallery
================================================== */

.gallery_thumb {
	margin-left: -1rem;
}
.gallery_thumb::after {
	content: "";
	display: block;
	clear: both;
}
.gallery_thumb > li {
	float: left;
	width: calc((100% - 3rem) / 3);
	margin-left: 1rem;
}
.gallery_thumb > li:nth-child(n+4) {
	margin-top: 1rem;
}