@charset "utf-8";

/* ==============================================================
* privacy.htmlとthanks.htmlはsekokan/zenpan時代からほぼ変更がなく、CSSも当時のものを使用しています。
* ============================================================ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img,div,span {
  margin: 0;
  padding: 0;
  border:0;
}

body {
  background:#fff;
  font-size:16px;
  color:#333;
}

img {
	width:100%;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

.widthset {
  position: relative;
  margin:0 auto;
  padding:0;
  width:100%;
  min-width:340px;
}

#contents {
  margin:0;
  padding:0;
  background-image: url(../img/pc_bg.png);
}

#contents img {
  width:100%;
}

.header {
  margin:0;
  padding:0;
  background:#fff;
}

.header img {
  width:100%;
}


.kiyaku {
  margin:0 auto;
  width:100%;
  text-align:center;
}

.kiyaku a {
  color:#006837;
  text-decoration:underline;
}

.kiyaku a:hover {
  text-decoration:none;
}


.copyright {
  margin:0 auto;
  text-align:center;
  font-size:0.8em;
  color:#A4A4A4;
  margin-bottom:80px;
}

.copyblock {
  margin:0 auto;
  margin-top:2.0em;
  margin-bottom:4.0em;
  padding:1.1em;
  border:5px solid #007130;
  text-align: center;
}

.link_btn {
  display: inline-block;
  color: rgba(255, 255, 255);
  background-color: rgba(248, 138, 20);
  padding: 1rem 3rem;
  text-decoration: none;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

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

  .mqlogo {
		width: 25%;
		padding: 2% 0;
	}

	.copyblock h2 {
		font-size:2.0em;
		color:#007130;
		margin-bottom:1.0em;
	}

  .link_box_on_image1 {
    position: absolute;
    height: 10%;
    width: 100%;
    top: 46%;
  }

  .link_box_on_image2 {
    position: absolute;
    height: 18%;
    width: 100%;
    top: 64%;
  }

  .link_box_on_image1 a, .link_box_on_image2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .widthset {
    max-width:1400px;
  }

  .pc {
    display:block;
  }

  .sp {
    display:none;
  }

  .item-name {
    float:left;
    width:30%;
  }

  .item-contents {
    float:right;
    width:60%;
  }
}

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

  .mqlogo {
		padding: 5% 0;
	}

	.copyblock h2 {
		font-size:1.5em;
		color:#007130;
		margin-bottom:1.0em;
	}

  .link_box_on_image1 {
    position: absolute;
    height: 12%;
    width: 100%;
    top: 34%;
  }

  .link_box_on_image2 {
    position: absolute;
    height: 31%;
    width: 100%;
    top: 52%;
  }

  .link_box_on_image1 a, .link_box_on_image2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body {
    font-size:16px;
  }

  .pc {
    display:none;
  }

  .sp {
    display:block;
  }
}
