@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin:0; padding:0; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; font-weight: 500;
}

main {
  display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

a {
  text-decoration: none;
}

/* --------------------------- */
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

p {
  font-size: 18px;
  line-height: 1.2;
}

.note {
  font-size: 14px;
  font-weight: normal;
}

article.contents {
  width: 85%;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
}

article.contents h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px;
}

article.contents h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px;
}

article.contents .read_txt {
  text-align: center;
  margin: 40px auto 10px;
}

.container {
  margin: 20px auto 50px;
  width: 100%;
  padding: 0!important;
  border: 2px solid #00A273;
}

.container h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background-color: #00A273;
  color: #fff;
  padding: 10px 30px;
}

.block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.block .imgBlock {
  width: 25%;
  padding: 8px;
  text-align: center;
}
.block .imgBlock img {
  width: 100%;
}

.block .txtBlock {
  width: 73%;
}

.block .txtBlock ul {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
  margin-bottom: 10px;
}

.block .txtBlock ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  background: url(../img/listhead.png?$staticlink$) left top no-repeat;
  padding-left: 35px;
}

.step_block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.step_block .step {
  width: 30%;
}

.step_block .step h4 {
  background-color: #c41732;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.step_block .step p {
  margin: 20px 0;
}

.step_block .step p.img {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.step_block .step p.img img {
  width: 100%;
}

.green_box {
  border: 2px solid #00A273;
  padding: 10px 30px;
  margin: 0 auto;
}

.green_box ul {
  list-style: disc;
  color: #00A273;
  font-weight: bold;
  padding: 20px;
  line-height: 1.5;
  font-size: 18px;
}

.green_box ul li img {
  margin-bottom: 10px;
}



/* SP_only */
@media screen and (max-width: 559px) {
  .sp_only {display: block;}
  .pc_only {display: none;}
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  article.contents {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  article.contents h3 {
    margin: 50px auto 10px;
  }

  .container {
    margin: 20px auto;
  }

  .block {
    display: block;
  }

  .block .imgBlock {
    width: 95%;
    margin: 0 auto 10px;
  }

  .block .txtBlock {
    width: 98%;
    margin: 10px auto;
  }

  .step_block {
    display: block;
  }

  .step_block .step {
    width: 100%;
  }

  .green_box {
    margin-top: 20px;
  }

  .green_box ul {
    font-size: 16px;
  }

  .green_box ul li img {
    width: 100%;
  }





}
