@charset "UTF-8";

/*================================================

共通

=================================================*/

html {
  overflow-x: hidden;
}

img {
  height: auto;
}

/*================================================

PC：共通

=================================================*/

body {
  height: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*================================================

 SP： 共通

=================================================*/

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

body {
  height: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

}
/*================================================

PC： container

=================================================*/

.container {
  margin: 225px auto 0;
  width: 100%;
}

.wrapper {
  margin: 0 auto 80px;
  width: 1021px;
  text-align: center;
}

.container h2 {
  font-size: 48px;
  font-weight: bold;
}

.innner_box {
  margin: 2em 0;
  border: solid 3px #00ba62;
  border-radius: 15px;
}

.box_wrap {
  width: 875px;
  margin: 40px auto;
}

.box_wrap h3 {
  padding-bottom: 15px;
  font-size: 44px;
  font-weight: bold;
  color: #00ba62;
  border-bottom: dotted 4px #00ba62;
}

.box_img {
  border-bottom: dotted 3px #eeeeee;
  padding: 35px;
}

.box_img p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box_txt h4 {
  font-size: 34px;
  font-weight: bold;
  margin: 50px auto 0;
}

.box_txt p {
  line-height: 1.8;
  text-align: left;
  padding: 20px 0;
}

.box_sign {
  text-align: right;
  margin-top: 65px;
}

.box_sign p {
  text-align: right;
  line-height: 1.8;
}

.box_sign span {
  padding: 15px;
  display: inline-block;
}

.box_sign img {
  display: inline-block;
}

/*================================================

 SP：　container

=================================================*/

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

.container {
  margin: 100px auto 0;
  width: 100%;
}

.innner_box {
  margin: 20px 0;
  border-radius: 10px;
}

.container h2,.box_wrap h3 {
  font-size: 24px;
}

.wrapper {
  width: 95%;
}

.box_wrap {
  width: 90%;
  margin: 15px auto;
}

.box_txt h4 {
  font-size: 20px;
  margin: 25px auto 0;
}


.box_img p,.box_txt p {
  font-size: 15px;
}

.box_sign {
  margin-top: 20px;
}

.box_sign p,.box_sign span {
  font-size: 14px;
}

.box_sign img {
  width: 40%;
}

}


/*================================================

 タブレット：　container

=================================================*/
@media screen and (max-width: 1000px) and (min-width: 641px)  {

.container {
  margin: 100px auto 0;
}

.wrapper {
  width: 90%;
}

.container h2 {
  font-size: 28px;
}

hr {
  width: 50px;
  height: 3px;
  margin: 20px auto 30px;
}

.box_wrap {
  width: 90%;
}

.box_wrap h3 {
  font-size: 24px;
}

.box_img p {
  font-size: 16px;
}

.box_img img {
  width: 40%;
}

.box_txt h4 {
  font-size: 18px;
}

.box_txt p,.box_sign {
  font-size: 14px;
}

.box_sign img {
  width: 25%;
}

}
