*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style-type: none;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #594b41;
}

a {
  color: #6bbe66;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

p, ul, dl {
  font-size: 16px;
  font-size: 1.6rem;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

dt {
  font-weight: bold;
}

header {
  background: #fff;
  padding: 25px 0;
}

header .inner {
  padding: 0;
}

header h1 {
  line-height: 0;
}

header h1 img {
  width: 118px;
}

nav >:last-child {
  margin-bottom: 0;
}

footer {
  background: #fff;
  padding: 0 0 15px;
  text-align: center;
  position: relative;
}

footer .logo {
  margin-bottom: 0;
}

footer .logo img {
  width: 118px;
  vertical-align: middle;
}

footer small {
  display: block;
  margin: 7px 0 0;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 0;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 35px;
}

.row.type-02 {
  margin-right: -15px;
  margin-left: -15px;
}

.row.type-03 {
  margin-right: -20px;
  margin-left: -20px;
}

.row.type-02 .col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.row.type-03 .col-md-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.col-md-6 {
  width: 50%;
}

.col-md-4 {
  width: 33.333333%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}

.col-md-6 >:last-child {
  margin-bottom: 0;
}


.contents {
  margin: 0 0 40px;
}

.inner>:last-child {
  margin-bottom: 0;
}

.contents.theme-01 {
  background: #fffcdf;
  margin: 0 0 40px;
  padding: 55px 0 40px;
}

.contents.theme-02 {
  background: #00a73c;
  margin: 40px 0 20px;
  padding: 50px 0;
}

.inner {
  width: 960px;
  margin: auto;
}

.section {
  padding: 35px 40px;
}

p {
  margin-bottom: 20px;
}

.section.theme-01 {
  background: #f1f6dd;
}

.section.theme-02 {
  background: #fff1f2;
}

.section.theme-03 {
  background: #fff1e7;
  padding-bottom: 0;
}

.section.theme-04 {
  background: #fffcdf;
  border: 4px solid #00A73C;
  border-radius: 10px;
  padding: 40px 35px;
}


.jumbotron {
  text-align: center;
  min-width: 1014px;
  margin-bottom: 32px;
}

.lead {
  margin-bottom: 35px;
}

.lead-02 {
  margin: 0 -40px 35px;
  text-align: center;
}

.lead-02.theme-01 {
  background: #f79348;
}

.lead-02.theme-02 {
  background: #f3717a;
}

.img-adjust {
  margin-bottom: 30px;
}

.def dt {
  margin-bottom: 5px;
  color: #00a73c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.def dd {
  margin-bottom: 20px;
}

.media {
  margin-bottom: 35px;
}

.panel .panel-title {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel .panel-body {
  background: #fff;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.panel.theme-01 .panel-title {
  background-color: #6BBE66;
}

.panel.theme-01 .panel-body {
  color: #6BBE66;
}

.panel.theme-02 .panel-title {
  background-color: #4e85c5;
}

.panel.theme-02 .panel-body {
  color: #4e85c5;
}

.panel.theme-03 .panel-title {
  background-color: #9f67aa;
}

.panel.theme-03 .panel-body {
  color: #9f67aa;
}

.panel.theme-04 .panel-title {
  background-color: #f3717a;
}

.panel.theme-04 .panel-body {
  color: #f3717a;
}

.panel-02 .panel-title {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel-02 .panel-body {
  font-size: 14px;
  font-size: 1.4rem;
}

.panel-02 .panel-body .text {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
}

.panel-02.theme-01 .panel-title {
  background: #f79348;
}

.panel-02.theme-01 .text {
  min-height: 130px;
}

.panel-02.theme-02 .panel-title {
  background: #f3717a;
}

.panel-02.theme-02 .text {
  min-height: 155px;
}


.panel-03 {
  padding: 15px 20px;
  background: url(../img/fukushi/bg-panel.png) repeat left top;
}

.panel-03 .panel-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #f15940;
  min-height: 56px;
  line-height: 1.4;
}

.panel-03 .img {
  margin-bottom: 15px;
}

.panel-03 .text {
  margin-bottom: 0;
  min-height: 255px;
}

.col-md-6 .def >:last-child {
  margin-bottom: 0;
}

.color {
  color: #f79348;
}

.color-02 {
  color: #6bbe66;
}

.hdg-l2-01 {
  margin: 0;
}

.hdg-l2-01.theme-01 {
  background: url(../img/fukushi/bg_hdg_01.png) no-repeat left top;
}

.hdg-l2-01.theme-02 {
  background: url(../img/fukushi/bg_hdg_02.png) no-repeat left top;
}

.hdg-l2-01.theme-03 {
  background: url(../img/fukushi/bg_hdg_03.png) no-repeat left top;
}

.hdg-l2-02 {
  margin-bottom: 40px;
  text-align: center;
}

.hdg-l2-03 {
  padding: 50px 0;
  text-align: center;
}

.hdg-l2-04 {
  margin-bottom: 60px;
  text-align: center;
}

.hdg-l2-05 {
  margin-bottom: 32px;
  text-align: center;
}

.hdg-l2-05 {
  margin-bottom: 35px;
  text-align: center;
}

.hdg-l3-01 {
  margin-bottom: 25px;
  text-align: center;
}

.hdg-l3-02 {
  color: #00a73c;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
}



.hdg-l4-01 {
  margin-bottom: 3px;
  color: #f04872;
  font-size: 18px;
  font-size: 1.8rem;
}

.section >:last-child {
  margin-bottom: 0;
}

.item-text {
  margin: 0;
  background: #f79348;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  min-height: 135px;
}

.item-num {
  background: #fff;
  border: 4px solid #6BBE66;
  border-radius: 10px;
  padding: 13px 10px 13px 10px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.item-num p {
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  height: 72px;
}

.item-num:before {
  content: "";
  width: 62px;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
}

.item-num.num-01:before {
  background-image: url("../img/fukushi/icon_01.png");
}

.item-num.num-02:before {
  background-image: url("../img/fukushi/icon_02.png");
}

.item-num.num-03:before {
  background-image: url("../img/fukushi/icon_03.png");
}

.item-num.num-04:before {
  background-image: url("../img/fukushi/icon_04.png");
}

.item-num.num-05:before {
  background-image: url("../img/fukushi/icon_05.png");
}

.item-num.num-06:before {
  background-image: url("../img/fukushi/icon_06.png");
}

.voice p {
  font-size: 14px;
  font-size: 1.4rem;
}

.voice-text {
  margin: 15px 0 30px;
}

.voice-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.nav {
  margin-top: 15px;
}

.nav a {
  display: block;
  padding: 20px 0 20px 20px;
  background-color: #f9f9f9;
  border: 1px solid #6bbe66;
  position: relative;
}

.nav a:after {
  content: "";
  display: inline-block;
  background: url("../img/fukushi/link_icon.png") no-repeat left top;
  background-size: 6px 9px;
  width: 6px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

.small {
  font-size: 14px;
  font-size: 1.4rem;
}

.ac {
  text-align: center;
}

.row:after, .row:before, .contents:after, .contents:before, .list:after, .list:before {
    display: table;
    content: " ";
}

.row:after, .contents:after, .list:after {
    clear: both;
}

.sp {
  display: none !important;
}

@media (min-width: 640px) {
  .col-md-6:nth-child(-n+2) {
    margin-top: 0;
  }
 .col-md-6:nth-child(2n+1) {
   clear: both;
 }
}

@media (max-width: 640px) {

  p, ul, dl {
    font-size: 12px;
    font-size: 1.2rem;
  }

  p {
    margin-bottom: 15px;
  }

  header {
    background: #fff;
    padding: 7px 10px 10px;
  }

  footer {
    padding: 6px 0;
  }

  footer .logo {
    margin-bottom: 0;
    text-align: center;
  }

  footer .logo img {
    margin: auto;
  }

  footer small {
    margin-top: 0;
  }

  img {
    display: block;
  }

  .row {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }

  .row >:first-child {
    margin-top: 0;
  }

  .row.type-03 .col-md-6 {
    margin-top: 15px;
  }

  .jumbotron {
    min-width: 0;
    margin-bottom: 10px;
  }

  .img-adjust {
    margin: 0 auto 15px;
    width: 70%;
  }


  .item-num {
    padding: 10px 6px;
  }

  .item-num:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    top: 0;
  }

  .item-num p {
    height: auto;
    padding-left: 5px;
    font-size: 1rem;
  }

  .col-sp-6 {
    width: 48.333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .col-sp-6:nth-child(2n+1) {
    clear: both;
  }

  .col-sp-6:nth-child(2n) {
    float: right;
  }

  .contents {
    margin-bottom: 10px;
  }

  .contents.theme-01 {
    margin-bottom: 10px;
    padding: 20px 10px;
  }

  .contents.theme-02 {
    margin: 20px 0 8px;
    padding: 15px 10px 5px;
  }

  .inner {
    width: 100%;
  }

  .section {
    padding: 20px 10px;
  }

  .section.theme-04 {
    margin: 8px 10px 0;
    padding: 20px 10px;
  }

  .lead {
    margin-bottom: 20px;
  }

  .lead-02 {
    margin: 0 -10px 15px;
  }

  .def dt {
    margin-bottom: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .def dd {
    margin-bottom: 20px;
  }

  .hdg-l2-02 {
    margin-bottom: 20px;
  }

  .hdg-l2-04 {
    margin-bottom: 20px;
  }

  .hdg-l2-05 {
    margin-bottom: 15px;
  }

  .hdg-l2-05 img {
    display: block;
  }

  .hdg-l3-01 {
    margin-bottom: 15px;
  }

  .hdg-l3-01 img {
    display: block;
  }

  .hdg-l3-02 {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .item-text {
    padding: 16px 10px;
    min-height: 0;
    border-radius: 0 0 5px 5px;
  }

  .panel .panel-title {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .panel .panel-body {
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .panel-02 .panel-title {
    padding: 10px;
    border-radius: 3px 3px 0px 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .panel-02 .panel-body {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 10px;
    background: #fff;
    overflow: hidden;
    border-radius: 0px 0px 3px 3px;
  }

  .panel-02 .panel-body .item {
    float: right;
    width: 44.6%;
    margin-left: 10px;
  }

  .panel-02 .panel-body .text {
    padding: 0;
    border-radius: 0;
    min-height: 0;
  }

  .panel-02.theme-01 .text {
    min-height: 0;
  }

  .panel-02.theme-02 .text {
    min-height: 0;
  }

  .panel-03 {
    padding: 15px 10px;
    background: url(../img/fukushi/bg-panel.png) repeat left top;
  }

  .panel-03 .panel-title {
    margin-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    min-height: 0;
  }

  .panel-03 .img {
    float: right;
    margin-bottom: 0;
    width: 44.6%;
    margin-left: 10px;
  }

  .panel-03 .text {
    min-height: 0;
  }

  .voice-text {
    margin: 8px 0 15px;
  }

  .voice p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .voice-name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .nav {
    margin: 10px 0 0;
    padding-bottom: 10px;
  }

  .nav a {
    display: block;
    padding: 15px 0 15px 15px;
    background-color: #f9f9f9;
    border: 1px solid #6bbe66;
    position: relative;
  }

  .small {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .media {
    margin-bottom: 20px;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
