@charset "utf-8";
/* CSS Document */

* {
	box-sizing:border-box;
}
body {
	padding-top: 60px;
    letter-spacing: 0.03em;
    word-break: break-all;
	padding-bottom: 50px;
}
a {
   text-decoration: none;
}
h1 {
	line-height: 1;
    margin-bottom: 40px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

/* style cancel */
#sp-g-header {
	top:0;
}

.inner {
	width: auto;
	padding:0;
}

/* common */
.sp { display: none; }

#gd-contents {
	text-align: left;
}
#gd-contents .inner {
	max-width: 800px;
	margin:auto;
    position: relative;
}

.contents {
	margin: 0 15px 40px;
}
.gd-subttl {
	margin-bottom: 20px;
}
.gd-subttl span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-left: 15px;
    border-left: solid 2px #fff;
    vertical-align: middle;
}
.gd-subttl i {
    display: inline-block;
    width: 168px;
    height: 59px;
    margin-right: 15px;
    vertical-align: middle;
    background-image: url(../img/comment_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.gd-ttl {
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.gd-ttl span {
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}
.gd-txt p {
    font-size: 20px;
    line-height: 1.7;
}

/* intro */

/* comment */
.comment {
    padding: 40px;
    background: #8B8B8B;
}
.comment * {
    color: #fff;
}
.comment .to-page a {
	display:block;
	font-size: 20px;
	text-align:center;
	color: #000;
	padding: 15px;
	margin-top: 20px;
	background: #fff;
	border:solid 1px #000;
	position: relative;
}
.comment .to-page a i {
	display:inline-block;
	width: 23px;
	height: 23px;
	margin-left:50px;
	vertical-align:middle;
	background: url(../img/outlink.png) no-repeat center;
	background-size: cover !important;
}


/* about */
.about-group:not(:last-child) {
    margin-bottom: 50px;
}

#about-group02 {
    font-size: 0;
}
#about-group02 .gd-txt {
    display: inline-block;
    width: 80%;
}
#about-group02 .gd-txt p:not(:last-child) {
	margin-bottom: 20px;
}
#about-group02 .gd-icon {
    display: inline-block;
    width: 19.5%;
	padding-left:2%;
    vertical-align: top;
    text-align: right;
}

/* links */
#links {
    padding: 30px;
    border: solid 1px #000;
}
#links ul li {
    margin-bottom: 20px;
}
#links ul h4 {
    font-size: 20px;
	font-weight: bold;
}
#links ul a {
    color: #000;
}
.links-list02 h4 {
    display: inline;
}
.links-list02 p {
    display: inline;
}

/* company */
#company table {
    width: 100%;
    border-collapse: collapse;
	margin-bottom:50px;
}
#company table * {
	font-size: 20px;
	line-height:1.7;
}
#company table th {
	width: 120px;
	text-align:left;
	vertical-align:top;
	padding-bottom: 10px;
}
#company table td {
	vertical-align:top;
	padding-bottom: 10px;
}
#company p {
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	line-height: 2;
}

/* point */
#point h2 {
	line-height:1;
	margin-bottom: 40px;
}
#point ul {
	overflow: hidden;
}
#point ul li {
    width: 48%;
    max-width: 1000px;
    margin-bottom: 20px;
}
#point ul li:nth-child(odd) {
	clear: both;
	float: left;
}
#point ul li:nth-child(even) {
	float: right;
}
#point ul li .thumb {
	margin-bottom: 15px;
}
#point ul li h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#point ul li p {
	font-size: 15px;
	line-height: 1.7;
}

/* more-items */
.more-items a {
	display:block;
	font-size: 20px;
	text-align:center;
	color: #000;
	padding: 15px;
	margin-top: 20px;
	background: #fff;
	border:solid 1px #000;
	position: relative;
}
.more-items a i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    right: 70px;
    top: 21px;
}


@media only screen and (max-width : 815px){

	.more-items a {
		font-size: 12px;
		text-align: left;
	    padding: 15px 30px 15px 15px;
	}
	.more-items a i {
		right: 10px;
		top: 50%;
		margin-top: -7.5px;
	}

#point ul li {
    width: 48%;
    max-width: 346px;
    margin-bottom: 0px;
}	
	
	
}

@media only screen and (max-width : 480px){

    .pc { display: none; }
    .sp { display: block; }

	.gd-subttl span {
		display: block;
		font-size: 18px;
		padding-left: 0;
		border-left: none;
	}
	.gd-subttl i {
		display: block;
		width: 120px;
		height: 42px;
		margin: 0 0 15px;
	}
	.gd-ttl {
		font-size: 18px;
	}
	.gd-ttl span {
		display: block;
		font-size: 13px;
		margin-left: 0;
	}
	.gd-txt p {
		font-size: 13px;
	}
	.comment {
		padding: 20px;
	}
	.comment .to-page a {
		font-size: 12px;
		padding: 15px 5px;
	}
	.comment .to-page a i {
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
	#links {
		padding: 15px;
	}
	#links ul h4 {
		font-size: 16px;
	}
	.links-list02 p {
		display: block;
	}
	#company table * {
		font-size: 15px;
	}
	#company table th {
		width: 90px;
	}
	#company p {
		font-size: 12px;
	}
	#point ul li h3 {
		font-size: 15px;
	}
	#point ul li p {
		font-size: 12px;
	}
#point ul li {
    width: 48%;
    max-width: 346px;
    margin-bottom: 0px;
}



}