@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 60%
}

body {
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	line-height: 1.6;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px
}

div,
h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom
}

a {
	text-decoration: none;
	color: #666
}
.link_inline{
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	opacity: .8
}

textarea {
	resize: none
}

h1,
h2,
h3 {
	font-weight: normal;
	/*text-align: center;*/
	line-height: 1.2
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

header nav {
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0
}

header .kv {
	max-width: 1100px;
	margin: 0 auto
}

header .kv img {
	max-width: 100%;
	vertical-align: bottom
}

.ribbon {
	padding: 22.5px 0;
	background: url(http://j-grip.com/images/line_dot.jpg)
}

.container {
	width: 100%;
	max-width: 1100px;
	margin: 75px auto 0
}

.side_box {
	/*float: left;*/
	-webkit-flex: 0 0 200px;
	-moz-flex: 0 0 200px;
	-ms-flex: 0 0 200px;
	-o-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
	margin-right: 20px;
}

.side_box li:not(:last-child) {
	margin-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}
.side_box li>*{
	/*display: inline-block;
	vertical-align: middle;*/
}
footer nav li img,
.side_box li img{
	/*width: 100%*/
	border-radius: 50%;
	border: 1px solid #d4d4d4;
	margin-right: 5px;
	/*display: inline-block;*/
}
footer nav li a,
.side_box li a{
	color: #238f1f;
	font-weight: 700;
}

.main_box {
	/*float: right;*/
	-webkit-flex: 1 0 200px;
	-moz-flex: 1 0 200px;
	-ms-flex: 1 0 200px;
	-o-flex: 1 0 200px;
	flex: 1 0 200px;
	max-width: 880px
}

.txt_box p:not(:last-child) {
	margin-bottom: 25px
}

.h1_box .txt_box {
	margin-top: 30px
}

h1 {
	font-size: 20px;
	background: #238f1f;
	color: #fff;
	padding: 15px;
	line-height: 1;
	/*font-weight: bold;*/
	text-align: left;
	font-weight: 700;
	background: url(http://j-grip.com/images/bg-h1.jpg) repeat;
	/*padding-bottom: 50px*/
}

h1 span {
	font-size: 18px;
	color: #4d4d4d
}

.conclude .txt_box {
	padding: 30px;
	/*border-radius: 10px;*/
	border: 1px solid #238f1f
}

.h1_box .bg_top {
	background: url(http://j-grip.com/images/bg_top01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_sem01 {
	background: url(http://j-grip.com/images/bg_sem01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_foo01 {
	background: url(http://j-grip.com/images/bg_foo01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_com01 {
	background: url(http://j-grip.com/images/bg_com01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_tra01 {
	background: url(http://j-grip.com/images/bg_tra01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_fas01 {
	background: url(http://j-grip.com/images/bg_fas01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h1_box .bg_int01 {
	background: url(http://j-grip.com/images/bg_int01.jpg) no-repeat right bottom;
	background-size: contain;
	padding-bottom: 60px
}

.h2_box h2 {
	font-size: 18px;
	color: #238f1f;
	/*background: #238f1f;*/
	/*padding: 15px 0;*/
	/*color: white;*/
	/*border-radius: 10px 10px 0 0;*/
	/*border: 1px solid #238f1f;*/
	line-height: 1;
	font-weight: bold;
	padding: 10px;
	border-style: solid;
	border-width: 0 0 1px 5px;
	margin-bottom: 30px;
}

.h2_box {
	margin: 45px 0
}

.h2_box .txt_box {
	/*padding: 30px 30px;*/
	/*border-radius: 0 0 10px 10px;*/
	/*border: 1px solid #238f1f*/
}

.h2_box .txt_box .txt_box {
	border: 0;
	border-radius: 0;
	padding: 0 30px
}

.h2_box .bg_top02 {
	background: url(http://j-grip.com/images/bg_top02.jpg) no-repeat right bottom;
	padding-bottom: 80px;
	background-size: contain
}

.h2_box .bg_top03 {
	background: url(http://j-grip.com/images/bg_top03.jpg) no-repeat right bottom;
	padding-bottom: 80px;
	background-size: contain
}

.h2_box .bg_lic01 {
	background: url(http://j-grip.com/images/bg_lic01.jpg) no-repeat right bottom;
	padding-bottom: 80px;
	background-size: contain
}

.h2_box .bg_fas02 {
	background: url(http://j-grip.com/images/bg_fas02.jpg) no-repeat right bottom;
	background-size: contain
}

.h2_box ul.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	margin-bottom: 30px
}

.h2_box ul.flex li {
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	-o-flex: 0 0 50%;
	flex: 0 0 50%;
	font-size: 16px
}

.h2_box ul.flex li i {
	color: #ffabab
}
.left_line{
	border-left: 3px solid #a3c7a2;
	padding: 5px 0 5px 10px;
}
.left_line i{
	color: #a3c7a2;
}

.h3_box{
	padding: 15px;
	margin-bottom: 15px;
	border: 3px solid #a3c7a2;
}
h3 {
	font-size: 16px;
	color: #248f1f;
	padding: 0 10px 10px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: 15px
}

.comp_box h3 {
	margin-top: 50px
}

.dot_txt i {
	color: #d881a0
}

.dot_txt {
	font-size: 16px;
	font-weight: bold
}

.warn{
	padding: 10px;
	background: #f4f4f4;
	font-size: .9em;
}

.h2_box table {
	width: 100%;
	margin-bottom: 15px
}

.h2_box th {
	background: #248f1f;
	font-size: 16px;
	color: white;
	font-weight: normal;
	padding: 10px 0
}

.h2_box td {
	padding: 5px 10px;
	border: 1px solid #e4e4e4
}

.h2_box td.bg {
	text-align: center
}

.a_link a {
	display: inline-block;
	position: relative;
	padding: 15px 0;
	font-size: 16px;
	width: 100%;
	max-width: 500px;
	color: #238f1f;
	border: 3px double #238f1f
}

.a_link a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px
}

.in_link {
	text-align: right;
	font-size: 16px
}

.in_link a {
	border-bottom: 1px solid
}

.line_box {
	border: 1px solid #d6d6d6;
	padding: 15px 30px;
	margin: 30px 0
}

.conclude {
	margin: 50px 0
}

.conclude h2 {
	font-size: 22px;
	color: #b99631;
	background: url(http://j-grip.com/images/deco_h2line.jpg) repeat-x center;
	margin-bottom: 30px
}

.conclude h2>span {
	background: url(http://j-grip.com/images/deco_h2left.jpg) no-repeat left center, url(http://j-grip.com/images/deco_h2right.jpg) no-repeat right center, white;
	display: inline-block;
	padding: 0 30px
}

.conclude h2 span span {
	color: #d881a0
}

.conclude .bg_top04 {
	background: url(http://j-grip.com/images/bg_top04.jpg) no-repeat right bottom;
	background-size: contain
}

.conclude .bg_lic02 {
	background: url(http://j-grip.com/images/bg_lic02.jpg) no-repeat right bottom;
	background-size: contain
}

.conclude .bg_sem02 {
	background: url(http://j-grip.com/images/bg_sem02.jpg) no-repeat right bottom;
	background-size: contain
}

.pan {
	border-top: 1px solid #238f1f;
	border-bottom: 1px solid #238f1f;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto
}

.pan ul {
	padding: 5px 10px;
	text-align: left
}

.pan li {
	display: inline-block;
	font-size: 12px
}

footer {
	margin-top: 120px;
	text-align: center;
	border-top: 1px solid #238f1f;
	padding-top: 40px
}

footer nav li {
	display: inline-block;
	margin-top: 30px;
	line-height: 1.2;
	text-align: left;
}

footer nav li:not(:last-child) {
	margin-right: 30px
}

footer .copy {
	background: #238f1f;
	font-size: 12px;
	color: white;
	padding: 10px 0;
	margin-top: 100px
}

.c_000 {
	color: #000
}

.on_pad,
.on_sp {
	display: none
}

.c_r,
.c_b,
.c_g,
.bold {
	font-weight: bold
}

.c_r {
	color: red
}

.c_g {
	color: #00b600
}

.c_b {
	color: #6161dc;
}

.center {
	text-align: center
}

.under {
	text-decoration: underline
}

.f_16 {
	font-size: 16px
}

#myChart{
	margin-bottom: 30px;
}

@media screen and (max-width:1100px) {
	.container{
		padding: 0 20px;
	}
}
@media screen and (max-width:950px) {
	header {
		text-align: center
	}
	header nav {
		display: block
	}
	header nav>a {
		display: inline-block;
		margin-bottom: 30px
	}
}

@media screen and (max-width:768px) {
	header nav>a {
		display: inline-block;
		margin-bottom: 0
	}
	header nav {
		position: relative
	}
	.open_menu {
		background: #238f1f;
		color: white;
		position: absolute;
		padding: 10px 15px;
		font-size: 20px;
		top: 50%;
		right: 10px;
		line-height: 1;
		margin-top: -20px
	}
	.side_box {
		position: absolute;
		left: 0;
		background: rgba(255, 255, 255, 0.9);
		padding: 15px;
		width: 100%;
		max-width: none;
		text-align: center;
		border-bottom: 1px solid #f4f4f4
	}
	.side_box li {
		display: inline-block
	}
	.main_box {
		width: 100%;
		max-width: none
	}
	.h2_box h2,
	.txt_box {
		margin: 0 10px
	}
	.txt_box .txt_box {
		margin: 0
	}
	.h2_box ul.flex{
		display: block;
	}
	.on_pad {
		display: block
	}
	.off_pad {
		display: none
	}
	.h3_box {
		padding: 20px;
	}
	.on_pad img{
		border: 1px solid #f4f4f4;
	}
}

@media screen and (max-width:425px) {
	header nav p a {
		width: 150px;
		display: inline-block
	}
	header nav p a img {
		width: 100%
	}
	.container{
		padding: 0;
	}
	.side_box li {
		width: 48%
	}
	h1 {
		font-size: 20px;
		line-height: 1.2
	}
	h1 span {
		font-size: 15px
	}
	.h2_box h2 {
		font-size: 18px
	}
	.line_box,
	.h1_box .txt_box,
	.conclude .txt_box,
	.h2_box .txt_box,
	.h2_box .txt_box .txt_box {
		padding: 20px 0;
	}
	.a_link a {
		font-size: 15px
	}
	.in_link {
		font-size: 14px
	}
	footer {
		margin-top: 70px
	}
	footer nav li:not(:last-child) {
		margin-right: 10px
	}
	footer nav li {
		margin: 10px;
	}
	footer .copy{
		margin-top: 60px;
	}
	.on_sp {
		display: block
	}
	span.on_sp {
		display: inline
	}
	.off_sp {
		display: none
	}
	.h1_box .bg_int01,
	.h1_box .bg_fas01,
	.h1_box .bg_tra01,
	.h1_box .bg_com01,
	.h1_box .bg_foo01,
	.h1_box .bg_sem01,
	.h1_box .bg_top,
	.h2_box .bg_fas02,
	.h2_box .bg_lic01,
	.h2_box .bg_top03,
	.h2_box .bg_top02,
	.conclude .bg_top04,
	.conclude .bg_lic02,
	.conclude .bg_sem02 {
		background: none;
		padding-bottom: 15px;
	}
	.h2_box th{
		width: 33%;
	}
	.txt_box{
		overflow: hidden;
	}
	.h2_box .nowrap{
		overflow-x: scroll;
	}
	.h2_box .nowrap th,
	.h2_box .nowrap td{
		white-space: nowrap;
		padding: 5px 10px;
	}
	.h3_box {
		padding: 15px 10px
	}
	#myChart{
		height: 30vh;
	}
}

@media screen and (max-width:320px) {
	header nav>a {
		width: 160px
	}
}