@charset "UTF-8";
/*
 * Easing mixin
 * cubic-bezier values are from http://easings.net/
 */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

fieldset,
img {
  border: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h1 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0px;
}

/* ClearFix start */
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearFix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* end MacIE5 */
/* ClearFix end */
body {
  font-size: 62.5%;
}

li {
  font-size: 1em;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header {
  height: 50px;
  margin: 0 auto;
  width: 938px;
}
@media screen and (max-width: 768px) {
  .header {
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    width: 100%;
  }
}

.header .logo {
  float: left;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .header .logo {
    float: none;
  }
}

.header .btn {
  float: right;
  padding-top: 9px;
}
@media screen and (max-width: 768px) {
  .header .btn {
    float: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .header .btn img {
    width: 88px;
  }
}

.contents {
  margin: 0 auto;
  width: 938px;
}
@media screen and (max-width: 768px) {
  .contents {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
}

.contents .boxL {
  float: left;
}
@media screen and (max-width: 768px) {
  .contents .boxL {
    float: none;
  }
}

.contents .boxR {
  float: right;
}
@media screen and (max-width: 768px) {
  .contents .boxR {
    float: none;
  }
}

.contents strong {
  color: #fa3d11;
  font-weight: bold;
}

.chuki-middle .title {
  background: #ffea00;
  color: #fa3d11;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .chuki-middle .title {
    line-height: 1.5;
  }
}

.chuki-middle .box1 {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box1 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
}

.chuki-middle .box1 .boxL {
  border: 1px solid #0081ba;
  width: 258px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box1 .boxL {
    width: 100%;
  }
}

.chuki-middle .box1 .boxL dt {
  background: #0081ba;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.chuki-middle .box1 .boxL dd {
  background: #f4fafd;
  height: 290px;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box1 .boxL dd {
    height: auto;
    padding: 10px;
  }
}

.chuki-middle .box1 .boxL dd .text {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 13px;
}

.chuki-middle .box1 .boxL dd .img {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box1 .boxL dd .img {
    margin-top: 15px;
  }
}

.chuki-middle .box1 .boxR {
  width: 651px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box1 .boxR {
    width: 100%;
  }
}

.chuki-middle .box1 .boxR dt {
  background: #5abe7b;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.chuki-middle .box1 .boxR dd {
  padding-top: 12px;
}

.chuki-middle .box1 .boxR dd .text {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 2px;
}

.chuki-middle .box1 .boxR dd .img {
  margin-top: 10px;
  text-align: center;
}
.chuki-middle .box1 .boxR dd .img img {
  height: auto;
  width: 100%;
}

.chuki-middle .box2 {
  margin-top: 13px;
}

.chuki-middle .box2 .boxL {
  width: 583px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box2 .boxL {
    width: 100%;
  }
}

.chuki-middle .box2 .boxL dt {
  background: #5abe7b;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.chuki-middle .box2 .boxL dt .text1 {
  font-size: 1.4em;
}

.chuki-middle .box2 .boxL dt .text2 {
  font-size: 1.2em;
}

.chuki-middle .box2 .boxL dd .img {
  margin-top: 7px;
  text-align: left;
}
.chuki-middle .box2 .boxL dd .img img {
  height: auto;
  width: 100%;
}

.chuki-middle .box2 .boxR {
  width: 326px;
}
@media screen and (max-width: 768px) {
  .chuki-middle .box2 .boxR {
    margin-top: 10px;
    width: 100%;
  }
}

.chuki-middle .box2 .boxR dt {
  background: #5abe7b;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.chuki-middle .box2 .boxR dd .img {
  margin-top: 25px;
  text-align: left;
}
.chuki-middle .box2 .boxR dd .img img {
  height: auto;
  width: 100%;
}

.chuki-deep .title {
  background: #5abe7b;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 28px;
  padding-left: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .chuki-deep .title {
    padding: 10px;
  }
}

.chuki-deep .box {
  margin-top: 25px;
}

.chuki-deep .box .boxL {
  width: 505px;
}
@media screen and (max-width: 768px) {
  .chuki-deep .box .boxL {
    width: 100%;
  }
}

.chuki-deep .box .boxL .box1 {
  background: #f7fdf7;
  border: 1px solid #5abe7b;
  font-size: 1.5em;
  margin-bottom: 30px;
  padding: 15px 10px 20px;
}

.chuki-deep .box .boxL .box1 .img {
  float: left;
  width: 164px;
}
@media screen and (max-width: 768px) {
  .chuki-deep .box .boxL .box1 .img {
    float: none;
    text-align: center;
    width: 100%;
  }
}

.chuki-deep .box .boxL .box1 .text {
  float: right;
  font-weight: bold;
  line-height: 20px;
  width: 293px;
}
@media screen and (max-width: 768px) {
  .chuki-deep .box .boxL .box1 .text {
    float: none;
    width: 100%;
  }
}

.chuki-deep .box .boxL .box1 .text ul {
  margin-bottom: 20px;
}

.chuki-deep .box .boxL .box1 .text ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  text-indent: -18px;
}

.chuki-deep .box .boxL .box1 .text ul li img {
  margin-right: 3px;
}

.chuki-deep .box .boxL .box1 .box-betubai {
  margin-bottom: 13px;
  margin-left: 20px;
}

.chuki-deep .box .boxL .box1 .box-betubai strong {
  color: #44aa66;
}

.chuki-deep .box .boxL .box1 .box-betubai .textR {
  text-align: right;
}

.chuki-deep .box .boxL .box1 .textNext {
  font-weight: bold;
  padding-left: 18px;
  text-indent: -18px;
}

.chuki-deep .box .boxL dl {
  margin-bottom: 25px;
}

.chuki-deep .box .boxL dl dt {
  color: #00a0e9;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 10px;
}

.chuki-deep .box .boxL dl dd {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 22px;
}

.chuki-deep .box .boxL dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.chuki-deep .box .boxL dl dd .text {
  padding-left: 1em;
  text-indent: -1em;
}

.chuki-deep .box .boxR {
  width: 411px;
}
@media screen and (max-width: 768px) {
  .chuki-deep .box .boxR {
    margin-top: 15px;
    width: 100%;
  }
  .chuki-deep .box .boxR .img1 img {
    height: auto;
    width: 100%;
  }
}

.chuki-deep .box .boxR .img2 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .chuki-deep .box .boxR .img2 img {
    height: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=sourcemaps/chuki.css.map */