@charset "utf-8";

@font-face{
	font-family:'myfont';
	src:url('../font/logotypejp_mp_m_1.woff') format('woff');
}

@font-face{
	font-family:'myfont';
	src:url('../font/logotypejp_mp_m_1.woff2') format('woff');
}

*{
	margin:0;
	padding:0;
}

html{
	font-size:62.5%;
}

body,h1,h2,h3,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}

body{
	font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	font-size:1.6rem;
}

img{
	vertical-align:bottom;
	line-height:0;
	border:none;
}

ul,ol,li{
	list-style-type:none;
}

.font-display {
	font-family: myfont, sans-serif;
}

.sp-hide {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.pc-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

#header{
	margin:0 auto;
	max-width: 1100px;
}

#header #logo{
	margin:0 auto;
	padding:7px 0 7px 0;
}

#contents{
	margin:0 auto 40px;
	padding: 0 0 30px;
	max-width: 1100px;
	background:#91c739;
}


.visual {
	padding: 0 0 20px;
	position: relative;
	text-align: center;
}

.visual__image--flag {
	position: absolute;
	left: 20px;
	top: 20px;
  width: 25%;
}

.visual__image--copy {
	
    
}

.visual__text {
	color: #fff;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	text-align: center;
}

.visual__link--shop {
	position: absolute;
	bottom: 50px;
	right: 100px;
	transition: 0.3s;
}


.system {
	background: #fff;
  padding: 30px;
  margin: 0px 60px 0;
  text-align: center;
}

.system__image--main {
	width: 100%;
}

.system__text--title {
	color: #91c739;
	letter-spacing: 0.2em;
	margin: 0 auto 30px;
}

.system__text--title .em {
	font-size: 150%;
}

.system__text--note {
	color: #171717;
  font-size: 1.5rem;
	margin-left: 10px;
  margin-top: 25px;
  text-align: left;
}


.btn-block {
	margin: 35px 0;
	text-align: center;
}

.btn-block__link {
	background: #da9d23;
	border-radius: 30px;
	box-shadow: 1px 3px 0px 0px #9b6931;
	color: #fff;
  display: block;
	font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 auto;
	padding: 14px 0;
	transition: 0.3s;
	text-decoration: none;
  width: 320px;
}

.btn-block__link2 {
	background: #fa6d3c;
	border-radius: 30px;
	box-shadow: 1px 3px 0px 0px #c1532d;
	color: #fff;
  display: block;
	font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 auto;
	padding: 14px 0;
	transition: 0.3s;
	text-decoration: none;
  width: 320px;
}



.detail {
	background: #fff;
  font-size: 1.5rem;
  padding: 30px 30px 20px;
	letter-spacing: 0.05em;
	line-height: 1.6;
  margin: 0px 60px 0;
}

.detail__text--title {
	color: #91c739;
	margin-bottom: 30px;
	text-align: center;
}

.detail__group {
	border-top: 2px solid #91c739;
}

.detail__list {
	border-bottom: 2px solid #91c739;
	overflow: hidden;
  padding: 30px 10px;
}

.detail__list--last {
	border-bottom: none;
}

.detail__list dt {
	color: #91c739;
	font-family: myfont, sans-serif;
	font-size: 2rem;
	float: left;
	width: 24%;
}

.detail__list dd {
	float: right;
	width: 76%;
}

.detail__list p {
	margin-bottom: 0.5em;
}


.pagetop {
  clear: both;
	font-size: 1.2rem;
	max-width: 1100px;
	margin: 0 auto 20px;
  text-align: right;
}

.pagetop a {
  background: url(../images/icon_pagetop.png) left center no-repeat;
  padding: 2px 0 2px 16px;
}


#footer{
	clear:both;
	position:static;
}

#footer #greenbelt{
	background:url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner{
	margin:0 auto;
	max-width:1100px;
	background:#009261;
	color:#fff;
	overflow:hidden;
}

#footer #greenbelt .inner .ftbox{
	float:left;
	max-width:800px;
}

#footer #greenbelt .inner p.link{
	padding:18px 0 0 24px;
	font-size:1.2rem;
	line-height:1.0;
}

#footer #greenbelt .inner p.link span{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/line_dot_separate.png) 0 0 no-repeat;
}

#footer #greenbelt .inner p.copy{
	padding:18px 0 0 24px;
	font-size:1.2rem;
	line-height:1.0;
}

#footer #greenbelt .inner a{
	color:#fff;
}

#footer #greenbelt .inner p.bn{
	float:right;
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	width:264px;
	height:54px;
	margin:9px 17px 14px 0;
}

#footer #greenbelt .inner p.bn a{
	color:#666;
	text-decoration:none;
}

#footer #greenbelt .inner p.bn a span{
	display:block;
	width:120px;
	padding:16px 0 0 7px;
	font-size:1.0rem;
	line-height:1.4;
}

#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:right;
}

#footer #whitebelt p{
	padding:12px 0 13px;
	line-height:0;
}



@media only screen and (min-width: 501px) and (max-width: 985px){
	.visual__link--shop {
		bottom: 20%;
		right: 5%;
	}
}
@media only screen and (max-width: 500px){
	.visual__link--shop {
		right: 10px;
    top: 220px;
    width: 20%;
	}
}


@media only screen and (max-width: 767px){
	* {
		box-sizing: border-box;
	}
	img {
		width: 100%;
	}

	#header #logo img {
		width: inherit;
	}

	#contents {
		width: 100%;
	}

	
	.visual {
	
    background-size: 110%;
    padding: 0px 0 20px;
	}
	.visual__image--flag {
    left: 10px;
    top: 10px;
    width: 30%;
	}
	.visual__text {
    font-size: 1.5rem;
		margin: 0 18px;
		text-align: left;
	}

	
	.system {
		margin: 0 15px;
		padding: 30px 15px;
	}

	.system__text--title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
	}

	.system__text--note {
		margin-left: 0;
		margin-top: 20px;
	}

	
	.detail {
		margin: 0 15px;
		padding: 20px 15px;
	}

	.detail__text--title {
		margin: 0 auto 20px;
		width: 80%;
	}

	.detail__list {
		padding: 15px 5px;
	}

	.detail__list dt {
		margin-bottom: 10px;
		width: 100%;
	}

	.detail__list img {
		width: initial;
	}

	.detail__list dd {
		width: 100%;
	}

	
	.btn-block {
		margin: 35px 20px;
	}

	.btn-block__link {
		padding: 18px 0;
    width: 95%;
	}
	
		.btn-block__link2 {
		padding: 18px 0;
    width: 95%;
	}


	
	.pagetop {
	    padding:20px 15px 0;
	}

	#footer #greenbelt .inner {
	    margin: 0 0 0;
	    width: 100%;
	}


	#footer #greenbelt .inner .ftbox {
	    float: none;
	    width: 100%;
	}


	#footer #greenbelt .inner p.link{
		display:block;
		padding:18px 15px 0;
		font-size:1.2rem;
		line-height:1.4;
		text-align:center;
	}

	#footer #greenbelt .inner p.link span{
		display:block;
		margin:0 0 0 0;
		padding:15px 0 0 0;
		background:none;
    text-align:left;
	}

	#footer #greenbelt .inner p.copy {
    padding: 15px 0 0 0;
    text-align:center;
	}

	#footer #greenbelt .inner p.bn {
    float: none;
    margin:9px auto 14px;
    width: 264px;
    height: 54px;
	}

	#footer #whitebelt {
		text-align:center;
    width: 100%;
	}

	#footer #whitebelt img {
		width: inherit;
	}

}


.co1{
	color:#f95305;
	font-weight:bold;

}

.co2{
	color:#b0410d;
	font-weight:bold;
}




