
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    box-sizing: border-box;
}
body {
	line-height: 2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************** END RESET *********************/

* {
	webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
     -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}
body {
	color:#251e1c;
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}
h1,h2,h3,h4,a {
	color:#251e1c;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
p {
	line-height: 2;
	font-size: 36px;
	padding:40px;
}
h2 {
	text-align: center;
}
.is_flex {
	display:flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
section {
	display: block;
	position: relative;
}

.max_wrapper {
	max-width: 1190px;
	width:100%;
	box-sizing: border-box;
	margin:0 auto;
}
.min_wrapper {
	max-width: 780px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin:0 auto;
}
.min_content {
	max-width: 980px;
	width:100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin:0 auto;
}
a {
	text-decoration: none;
}

/********************  CUSTOM *************************************/


.cmn-banner {
	text-align: center;
	margin-bottom: 100px;
}
.tbl {
	overflow-x: auto;
	width:100%;
	position: relative;
	margin-left: 280px;
}
.tbl.tbl2 {
	margin-left: 320px;
}
.th-label {
	position: absolute;
	left:0;
	top:12px;
	z-index: 999;
}
.th-label2 {
	top: 150px;
}

.hero .max_wrapper {
	padding:0;
}
.sec2 .max_wrapper, .cmn-banner .max_wrapper {
	padding:0;
}

.list1 {
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}
.list1 li {
	margin-bottom: 80px;
}
.list1 h2 {
	margin-bottom: 80px;
}
.list1 div img {
	width:40%;
}
.list1 div p {
	width:60%;
	padding:20px;
	box-sizing: border-box;
}

.list2 {
	display: block;
	margin: 0 auto;
	max-width: 800px;
}

.list2 li {
	list-style-type: none;
	position: relative;
	padding-left: 100px;
}

.list2 li::before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	background: url(img/lp/bullet-ico.png) center center no-repeat;
	background-size: contain;
}
.list2 li p {
	padding: 0;
	padding-top: 8px;
}

h3 img {
	width:100%;
}

h4 {
	font-size: 54px;
	font-weight: bold;
	color:#dc950f;
}
.bluettl, .greenttl {
	background-color: #3390c8;
	color:#FFF;
	font-weight: bold;
	font-size: 54px;
	padding:20px;
	text-align: center;
}
.greenttl {
	background-color: #9dc138;
}
.list3 h4 {
	color:#251e1c;
}
.list3 h5 {
	font-size: 50px;
	font-weight: bold;
}
.list3 li {
	margin-bottom: 40px;
}
.list3 p {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.list4 h4 img {
	width:100%;
}

.sec-pointers h4 {
	line-height: 1.6;
}
.sec-pointers h2, .sec-pointers h3, .sec-pointers h4 {
	margin-bottom: 80px;
}
.sec-pointers h4 {
	margin-bottom: 60px;
}
.hero {
	margin-bottom: 80px;
}
.hero img {
	width:100%;
}

.sec2 {
	padding-bottom: 40px;
}

.list2 li {
	margin-bottom: 20px;
}

.list4 li {
	text-align: center;
	margin-bottom: 40px;
}
.list4 p {
	text-align: left;
}

.notes {
	margin: 80px 0;
	padding-left: 80px;
	margin-top: 0;
}

.notes p {
	padding:0;
	font-size: 24px;
}
.notes li {
	position: relative;
	padding-left: 40px;
}
.notes li::before {
	position: absolute;
	content:'ï¼Š';
	left:0;
	top:10px;
}
footer {
	text-align: center;
	padding:20px;
}
footer ul {
	margin:60px 0;
}
footer ul li {
	display: inline;
}
footer ul li a {
	padding:40px;
	font-size: 24px;
}
footer ul li a:hover {
	text-decoration: underline;
}
h2 img {
	width:100%;
}
.cmn-banner img {
	width: 100%;
}
.banner img {
	width:100%;
}
p.banner {
	padding:0 !important;
}

.compare-tbl {
	padding-bottom: 80px;
}

img.img100 {
	width:100%;
	display: block;
}

@media screen and (max-width: 800px) {
	p {
		font-size: 16px;
	}
	.sec1 .max_wrapper {
		padding:0 20px;
	}
	.sec1 p {
		padding:0 !important;
	}
	.sec-pointers h2 {
		padding:0 20px;
	}
	.list2 {
		padding:0 20px;
	}
	.list2 li::before {
		width:40px;
		height:40px;
	}
	.list2 li {
		padding-left: 40px;
	}
	.notes {
		padding-left: 0;
	}
	.notes p {
		font-size: 14px;
	}
	.notes li::before {
		position: absolute;
		content: 'ï¼Š';
		left: 20px;
		top: -2px;
	}
	h4, .bluettl, .greenttl  {
		font-size: 20px;
	}
	h2 img {
		width: 90%;
	}
	.sec2 h2 img {
		width:100%;
	}
	.list4 img {
		width:90% !important;
	}
	.list4 p {
		padding:20px;
	}
	.list3 h5 {
		font-size: 20px;
	}
	.th-label {
		width:21%;
		left:10px;
		bottom: initial;
    top: -4px;
	}
	.tbl {
		width: 69%;
		margin-left: 21%;
	}
	.tbl img {
		width:248%;
	}
	.tbl2 {
		margin-left: 21% !important;
	}
	.th-label2 {
		top:45px;
	}
	.tbl2 img {
		width: 168%;
	}
	footer ul li a {
		padding: 10px;
		font-size: 18px;
	}
	
}


