@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #404040;
}

#container {
  background-color: white;
  min-width: 1000px;
  height: 100%;
  position: relative;
  z-index: 0;
}

header, footer, #side {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #1b1b1b;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

iframe {
  vertical-align: bottom;
}

input, select, textarea {
  font-size: 16px !important;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  text-align: left;
}

.ophv {
  -webkit-transition: .3s;
  transition: .3s;
}

.ophv:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* responsive ==========*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#container {
		font-size: 1.3rem;
		min-width: 320px;
	}
	header,footer {
		font-size: 13px;
	}
	img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
	#pagecontent .inner {
		margin: 0 20px;
	}
}
/* ### common end ### */


/*----------------------------------------------------
 header
----------------------------------------------------*/
header {
  border-top: 4px solid #4aac58;
  border-bottom: 1px solid #dadada;
}

header .inner {
  padding-top: 9px;
}

header h1 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  header h1 img {
    width: 60%;
  }
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  border-bottom: 4px solid #4aac58;
}

footer .inner {
  padding-bottom: 9px;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  color: #a2a2a2;
}


/*----------------------------------------------------
 top
----------------------------------------------------*/
.p_top .section01 {
  margin: 50px 0 130px;
}

.p_top .section01 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p_top .section01 .box {
  border: 2px solid #e35454;
}

.p_top .section01 .box_in {
  padding: 70px;
}

@media screen and (max-width: 768px) {
  .p_top .section01 .box_in {
    padding: 10px;
  }
}

.p_top .section01 h2 {
  font-size: 3.6rem;
  text-align: center;
  border-bottom: 2px solid #e35454;
  color: #e35454;
  margin-bottom: 60px;
  padding-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .p_top .section01 h2 {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}

.p_top .section01 .desc {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .p_top .section01 .desc {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}

.p_top .section01 address {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p_top .section01 address {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}

.p_top .section01 address .ttl {
  color: #4aac58;
}