/*-----------------------------------

	base

-----------------------------------*/
*{
	margin:0;
	padding:0;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
a{/*リンクされた文字*/
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#43A98E;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
#container {
	width:980px;
	margin:0 auto;
}
li {
	list-style-type:none;
}
#head_logo {
	float:left;
}

#footer_area {
	width:980px;
}
#copyright {
	padding:20px 0;
	clear:both;
	background-color:#333333;
}
#copyright p{
	font-size:12px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}
	#container {
		width:100%;
	}
	.contents_inner {
		max-width:90%;
		margin:0 auto;	
	}
	.sp{
		display:block;
	}
	.pc{
		display:none;
	}
	#footer_area,#copyright {
		width:auto;
	}
}
/*-----------------------------------

	main_top_img

-----------------------------------*/
#main_top_img {
	text-align:center;
}
#main_top_img p{
	font-size: 16px;
	margin-top:10px;
	text-align:left;
}
@media screen and (max-width: 640px) {
	#main_top_img p {
    	font-size: 14px;
	}
}
/*-----------------------------------

	manga

-----------------------------------*/
.manga {
    margin: 40px 0 60px 0;
	text-align:center;
}
.manga ul li:not(:first-child) {
	margin-bottom:20px;
}
.manga ul li{
	margin-bottom:40px;
}
@media screen and (max-width: 640px) {
	.manga {
		margin: 40px 0;
	}
	.manga ul li {
    	margin-bottom: 20px;
	}
	.manga ul li:not(:first-child) {
		margin-bottom: 7px;
	}
}
/*-----------------------------------

	company_wrapper

-----------------------------------*/
.company_wrapper {
	text-align:center;	
}
.company_wrapper .box_line {
    margin: 20px 0 70px 0;
}
.company_wrapper h1 {
	margin-bottom:20px;
}
.company_wrapper p {
	font-size: 16px;
	line-height:1.7;	
}
.company_wrapper p a{
	color:#0000ff;
}
.company_wrapper ul.flink {
    font-size: 16px;
    display: inline-block;
    margin: 100px auto 20px;
}
.company_wrapper ul.flink li {
    float: left;
    margin-right: 50px;
	position:relative;
}
.company_wrapper ul.flink li a {
	color:#000;	
	text-decoration: none;
}
.company_wrapper ul.flink li a:hover {
    color:#43A98E;
    font-style:normal;
}
.company_wrapper ul.flink li:last-child {
    margin-right: 0;
}
.company_wrapper ul.flink li:before {
    content: "";
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #01a27a;
    border-right: 2px solid #01a27a;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    position: absolute;
    left: -20px;
    top: 7px;
}
@media screen and (max-width: 640px) {
	.company_wrapper .box_line {
		margin: 20px 0 40px 0;
	}
	.company_wrapper h1 {
		margin-bottom: 10px;
	}
	.company_wrapper h1 img {
		width: 247px;
		display: block;
		margin: 0 auto;
	}
	.company_wrapper p {
		font-size: 14px;
	}
	.company_wrapper ul.flink {
		font-size: 14px;
		margin: 40px auto 20px;
	}
	.company_wrapper ul.flink li {
		margin-right: 30px;
	}
}