@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	color: #000;
	text-align: center;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fdd704;
	color: #00693e;
	font-weight: 600;
	z-index: 9999;
}

header .w940 p.supported{
	text-align: center;
	font-weight: 700;
}

header .w940 p.blackline{
	background: #000;
	height: 2px;
	margin: 0 auto;
}

header .w940 .toptext{

	line-height: 1.6;
}

.contents{
	/* border-radius:5px; */
	overflow: hidden;
	background: #ffd800;
}

.contents article{

	line-height: 1.6;
}




footer{
	background:#7dc500;
}


/*PC*/

@media screen and (min-width: 768px) {

	html,
	body {
		min-width: 940px;
	}

	body {
		background: #fff url(../img/bg.jpg) top center repeat;
		font-size: 16px;
	}

	.hide_pc {
		display: none;
	}

	a:hover {
		opacity: 0.8;
	}

	.w940,nav article {
		width: 940px;
		margin: 0 auto;
		box-sizing:border-box;
	}

	nav article {
		text-align: left;
		padding: 5px 0;
		position: relative;
	}

	nav img {
		vertical-align: middle;
		margin: 0 2px;
	}

	nav img.sollogo {
		width: 78px;
	}

	nav article .social {
		position: absolute;
		top: 5px;
		right: 0;
	}

	header .w940 {
		padding: 80px 0 10px;
	}


	
	header .w940 .toptext{
		padding:30px 0;
		color: #fff;
		font-weight: 400;
	}

	.contents{
		
		margin:0 auto;
	}
	
	.contents article{
		padding: 30px 30px;
	}
	
	.contents article p.mi{
		margin: 25px 0;
	}
	

	
	.contents article p.btn a {
		width:546px;
		margin:45px auto 0;
		padding:10px 0;
		font-size:54px;
	}
	
	.topic01 img{
		width:500px;
	}
	
	.topic01 ul{
		display: table;
		margin:0 auto;
		border-collapse: separate;  /* セルの間隔を空ける */
 		border-spacing: 50px 0;  /* 左右 上下で記述 */
	}
	
	.topic01 ul li{
		display: table-cell;
	}
	
	.topic01 ul li img{
		width:250px;
	}
	
	.topic02 .komidashi{
		font-size: 22px;
		color: #333333;
		font-weight: bold; 
	}

	.topic02 img{
		width: 380px;
	}
	
	.topic02 ul{
		display: table;
		margin: 20px auto;
		border-collapse: separate;  /* セルの間隔を空ける */
		border-spacing: 25px 0;  /* 左右 上下で記述 */
	}
	
	.topic02 ul li{
		display: table-cell;
		text-align: left;
		/* height: 100px; */
		vertical-align: top;
	}
	
	.topic02 ul li p span{
      color:#e02f48;
	}
	
	.topic02 ul li img{
		width:100px;
	}

	.topic03 img{
		width:380px;
	}
	
	.topic03 ul{
		display: table;
		margin: 29px auto;
		border-collapse: separate;  /* セルの間隔を空ける */
		border-spacing: 50px 0;  /* 左右 上下で記述 */
	}
	
	.topic03 ul li{
		display: table-cell;
		/* margin-top: 13px; */
	}
	
	.topic03 ul li img{
		width:250px;
	}
	
	.topic03 .komidashi{
		font-size: 22px;
		color: #333333;
		font-weight: bold;
		margin-top: 20px;
	}
	
	.topic04 {
		padding-bottom:40px;
		margin: 0 auto;
		width: 600px;
	}
	
	.topic04 .komidashi{
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		margin-top: 20px;
		text-align: left;
	}

	.topic04 .text{
		margin-top:10px;
		text-align: left;
		line-height:1.6;
		color: #333333;
	}
	.topic04 .qa{
		font-size: 18px;
		color: #333333;
		font-weight: bold;
		margin-top: 55px;
		text-align: left;
	}
	.topic04 .te{
		margin-top:10px;
		text-align: left;
		line-height:1.5;
		color: #333333;
		font-size:13px;
	}
	
	.topic04 .te span{
		color: #e02f48;
		font-weight: bold;

	}
	
	.topic05 {
		padding-bottom:60px;
	}
	
	.topic05 .text{
		font-size: 22px;
		color:#de264c;
		line-height:1.6;
		font-weight: bold;
	}

	
	.white  .w940 {
		padding: 60px 0;
	}


	footer .w940 {
		padding: 60px 0;
	}

	footer .w940 p {
		text-align: center;
	}

	footer .w940 p img {
		width: 90px;
	}

	.copyright {
		font-size: 10px;
		margin-top: 20px;
	}

	#pagetop {
		display: inline;
		position: fixed;
		bottom: 0;
		right: 20px;
		opacity: 0.7;
		width: 50px;
		text-align: right;
		line-height: 0;
	}

	#pagetop img {
		width: 50px;
	}

	#pagetop img:hover {
		opacity: 0.6;
		cursor: pointer;
	}

}


/*SP*/

@media screen and (max-width: 767px) {

	body {
		background: url(../img/bg_sp.jpg) top center;
		font-size: 14px;
	}
	
	img {
		max-width: 100%;
	}

	h1 img {
		width: 100%;
	}

	.hide_sp {
		display: none;
	}

	nav article {
		padding: 5px;
		text-align: left;
	}

	nav img {
		vertical-align: middle;
		margin: 0 2px;
		width: initial;
		height: 30px;
	}

	nav article .social {
		position: absolute;
		top: 5px;
		right: 5px;
	}

	header .w940 {
		padding: 60px 0 10px;
	}
	
	header .w940 .toptextimg{
		padding:10px 10px 0;
	}

	header .w940 p.supported {
		font-size: 10px;
		padding: 10px 0 15px;
	}

	header .w940 p.supported a img {
		width: 28%;
		vertical-align: middle;
		text-align: center;
		margin-left: 10px;
	}
	
	header .w940 p.blackline {
		margin: 0 10px;
	}
	
	header .w940 .toptext{
		padding:20px 10px;
	   color:#fff;
	}
	
	.contents{
		padding:0 10px;
	}
	
	.contents article{
		padding: 20px 5px;
		margin-top: 10px;
		font-size:13px;
	}
	
	.contents article p.mi{
		margin: 15px 0;
	}
	
	.contents article p.btn a {
		margin:20px auto 0;
		padding:10px 0;
		font-size:24px;
	}


	
	.topic01 ul{
		width:100%;
		display: table;
		margin:0 auto;
		border-collapse: separate;  /* セルの間隔を空ける */
 		border-spacing: 10px 0;  /* 左右 上下で記述 */
	}
	
	.topic01 ul li{
		display: table-cell;
		width:50%;
	}

	.topic02{
		/* margin-top:10px; */
	}
	
	.topic02 .komidashi{
		font-size: 14px;
		color: #333333;
		font-weight: bold; 
	}

	.topic02 img{
		width: 70%;
	}
	
	.topic02 ul{
		display: table;
		margin: 9px auto;
		border-collapse: separate;  /* セルの間隔を空ける */
		border-spacing: 10px 0;  /* 左右 上下で記述 */
	}
	
	.topic02 ul li{
		display: table-cell;
		text-align: left;
		/* height: 100px; */
		vertical-align: middle;
	}
	
	.topic02 ul li img{
		width: 450px;
	}
	
	.topic02 ul li p{
		font-size: 12px;
		color: #333333;
	}
	
	.topic02 ul li p span{
      color:#e02f48;
	}

	.topic03 img{
		width: 70%;
	}


	.topic03 ul{
		display: table;
		margin: 20px auto;
		border-collapse: separate;  /* セルの間隔を空ける */
		border-spacing: 10px 0;  /* 左右 上下で記述 */
	}


	
	.topic03 ul li{
		display: table-cell;
		/* margin-top: 13px; */
		
	}

	.topic03 ul li img{
		width: 100%;
	}
	
	
	.topic03 .komidashi{
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		margin-top: 5px;
	}

	.topic04 {
		padding-bottom:40px;
		margin: 0 auto;

	}
	
	.topic04 .komidashi{
		font-size: 14px;
		color: #333333;
		font-weight: bold;
		margin: 16px auto;
		text-align: left;
	}

	.topic04 .text{
		/* margin-top: 4px; */
		text-align: left;
		line-height:1.6;
		color: #333333;
		font-size: 12px;
	}
	
	.topic04 .qa{
		font-size: 15px;
		color: #333333;
		font-weight: bold;
		margin-top: 30px;
		text-align: left;
	}

	.topic04 .te{
		margin-top:10px;
		text-align: left;
		line-height:1.3;
		color: #333333;
		font-size:12px;
	}
	
	.topic04 .te span{
		color: #e02f48;
		font-weight: bold;
	  letter-spacing: -0.5px;

	}
	
	
	.topic05 {
		padding-bottom:60px;
	}
	
	.topic05 .text{
		font-size: 16px;
		color:#de264c;
		line-height:1.6;
		font-weight: bold;
	}


	
	.white  .w940 {
		padding: 20px 10px;
	}

	footer .w940 {
		padding: 30px 0 5px;
	}

	footer .w940 p {
		text-align: center;
	}

	footer .w940 p img {
		width: 30%;
		padding-top: 10%;
	}

	.copyright {
		font-size: 9px;
		margin-top: 20px;
	}

	#pagetop {
		display: inline;
		position: fixed;
		bottom: 0;
		right: 10px;
		opacity: 0.7;
		width: 20%;
		text-align: right;
		line-height: 0;
	}

	#pagetop img {
		width: 70%;
	}

}
