@charset "UTF-8";
/*********************************************************************
  wysiwyg
 *********************************************************************/
/* line 9, ../sass/wysiwyg.scss */
section#main {
  padding: 5px 2% 50px;
}

/* line 12, ../sass/wysiwyg.scss */
h2 {
  padding: 15px;
  border: dashed 2px #CCC;
  font-size: 2.5rem;
  background-color: #FFF;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0;
  color: #aabf00;
  text-align: left;
}
/* line 23, ../sass/wysiwyg.scss */
h2 span.sub {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  /* line 12, ../sass/wysiwyg.scss */
  h2 {
    font-size: 1.8rem;
    padding: 10px;
  }
  /* line 30, ../sass/wysiwyg.scss */
  h2 span.sub {
    display: block;
    font-size: 1.4rem;
  }
}

/* line 38, ../sass/wysiwyg.scss */
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.3rem;
  padding-left: 10px;
  border-left: solid 12px #aabf00;
}

/* line 47, ../sass/wysiwyg.scss */
h4 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #999999;
  width: 100%;
  line-height: 1em;
  margin: 30px 10px 10px 0;
}
/* line 54, ../sass/wysiwyg.scss */
h4:before {
  content: '■';
  color: #aabf00;
}

/* line 60, ../sass/wysiwyg.scss */
h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: dotted 1px #CCC;
}

/* line 68, ../sass/wysiwyg.scss */
h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5em;
}
/* line 74, ../sass/wysiwyg.scss */
h6:before {
  content: '・';
  color: #aabf00;
}

/* line 79, ../sass/wysiwyg.scss */
.bold {
  font-weight: bold;
}

/* line 82, ../sass/wysiwyg.scss */
.uline {
  border-bottom: solid 1px #CCC;
}

/* line 85, ../sass/wysiwyg.scss */
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
  margin-bottom: 30px;
}

/* line 92, ../sass/wysiwyg.scss */
hr {
  border: none;
  border-top: solid 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 0 6px 0 6px;
}
/* line 94, ../sass/wysiwyg.scss */
hr.tensen {
  border-top: dashed 1px #CCC;
}

/* line 103, ../sass/wysiwyg.scss */
span.ttl {
  font-weight: bold;
}
/* line 104, ../sass/wysiwyg.scss */
span.ttl:before {
  content: '■';
}
/* line 110, ../sass/wysiwyg.scss */
span.aps:after {
  content: ':';
}

/* line 121, ../sass/wysiwyg.scss */
a.ex:after {
  content: '\f08e';
  margin-left: 4px;
  font-family: 'FontAwesome';
}

/* line 127, ../sass/wysiwyg.scss */
a.btn {
  background-color: #ddd;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  font-size: 1.4rem;
  margin: 5px;
  min-width: 200px;
  padding: 0 10px;
  text-decoration: none;
}

/* line 139, ../sass/wysiwyg.scss */
img.freeimg {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  /* line 139, ../sass/wysiwyg.scss */
  img.freeimg {
    display: block;
    float: none;
    width: 100%;
    margin: 10px 0;
  }
}

/* line 149, ../sass/wysiwyg.scss */
.cke_editable {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 2%;
  background-color: #FFF;
  /* list square ---------------------------------------------------- */
  /* table ---------------------------------------------------- */
  /* href ---------------------------------------------------- */
}
/* line 155, ../sass/wysiwyg.scss */
.cke_editable.narrow {
  padding: 30px 10%;
}
@media screen and (max-width: 768px) {
  /* line 155, ../sass/wysiwyg.scss */
  .cke_editable.narrow {
    padding: 30px 5%;
  }
}
/* line 161, ../sass/wysiwyg.scss */
.cke_editable.narrow2 {
  padding: 30px 20%;
}
@media screen and (max-width: 768px) {
  /* line 161, ../sass/wysiwyg.scss */
  .cke_editable.narrow2 {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 168, ../sass/wysiwyg.scss */
  .cke_editable span.cl {
    margin-left: 2.5%;
  }
  /* line 171, ../sass/wysiwyg.scss */
  .cke_editable span.cl::before {
    content: "\a";
    white-space: pre;
  }
}
/* line 179, ../sass/wysiwyg.scss */
.cke_editable ol, .cke_editable ul, .cke_editable dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  padding: 0 2.5%;
  margin-left: 2%;
}
/* line 187, ../sass/wysiwyg.scss */
.cke_editable ol {
  list-style: decimal;
}
/* line 192, ../sass/wysiwyg.scss */
.cke_editable ul li {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1em;
}
/* line 197, ../sass/wysiwyg.scss */
.cke_editable ul li:before {
  content: '●';
  color: #aabf00;
  margin-left: -1em;
}
/* line 203, ../sass/wysiwyg.scss */
.cke_editable ul li.nomark:before {
  content: '';
}
/* line 208, ../sass/wysiwyg.scss */
.cke_editable ul li ul li {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
}
/* line 210, ../sass/wysiwyg.scss */
.cke_editable ul li ul li:before {
  content: '・';
  color: #333333;
}
/* line 219, ../sass/wysiwyg.scss */
.cke_editable ul.imglst {
  letter-spacing: -.4em;
  width: 100% !important;
  margin: 20px auto;
  padding: 0;
}
/* line 224, ../sass/wysiwyg.scss */
.cke_editable ul.imglst li {
  box-sizing: border-box;
  margin-bottom: 10px !important;
  margin-left: 0;
  padding-right: 1%;
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  vertical-align: top;
}
/* line 225, ../sass/wysiwyg.scss */
.cke_editable ul.imglst li:before {
  content: '';
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 219, ../sass/wysiwyg.scss */
  .cke_editable ul.imglst {
    width: 90%;
  }
  /* line 240, ../sass/wysiwyg.scss */
  .cke_editable ul.imglst li {
    width: 50%;
  }
}
/* line 249, ../sass/wysiwyg.scss */
.cke_editable table {
  border: solid 1px #CCC;
}
/* line 251, ../sass/wysiwyg.scss */
.cke_editable table td {
  border: solid 1px #CCC;
  padding: 3px;
}
/* line 255, ../sass/wysiwyg.scss */
.cke_editable table th {
  border: solid 1px #CCC;
  padding: 3px;
}
/* line 260, ../sass/wysiwyg.scss */
.cke_editable table.basic {
  margin: 0 auto;
  width: 90%;
}
/* line 263, ../sass/wysiwyg.scss */
.cke_editable table.basic th {
  background-color: #EEEEEE;
  min-width: 80px;
}
/* line 267, ../sass/wysiwyg.scss */
.cke_editable table.basic th, .cke_editable table.basic td {
  padding: 5px;
  vertical-align: top;
  border: solid 1px #CCC;
  line-height: 1.5em;
}
/* line 274, ../sass/wysiwyg.scss */
.cke_editable .tbl {
  display: table;
  margin: 0 auto;
  width: 100% !important;
}
/* line 278, ../sass/wysiwyg.scss */
.cke_editable .tbl div.tblcell {
  display: table-cell;
  vertical-align: top;
  padding: 3%;
  width: 50%;
  max-width: 500px;
  box-sizing: border-box;
}
/* line 286, ../sass/wysiwyg.scss */
.cke_editable .tbl div.tblrow {
  display: table-row;
}
/* line 288, ../sass/wysiwyg.scss */
.cke_editable .tbl div.tblrow div.tblcell {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  /* line 274, ../sass/wysiwyg.scss */
  .cke_editable .tbl {
    display: block;
    margin-bottom: 20px;
  }
  /* line 296, ../sass/wysiwyg.scss */
  .cke_editable .tbl div.tblcell {
    display: block;
    padding: 0;
    width: 100%;
  }
  /* line 301, ../sass/wysiwyg.scss */
  .cke_editable .tbl div.tblrow {
    display: block;
  }
  /* line 303, ../sass/wysiwyg.scss */
  .cke_editable .tbl div.tblrow div.tblcell {
    display: block;
  }
}
/* line 312, ../sass/wysiwyg.scss */
.cke_editable a.maru {
  margin: 10px 10px 20px 10px;
}
/* line 314, ../sass/wysiwyg.scss */
.cke_editable a.maru:before {
  content: '●';
}
@media screen and (max-width: 768px) {
  /* line 312, ../sass/wysiwyg.scss */
  .cke_editable a.maru {
    display: block;
    margin-left: 2em;
  }
  /* line 318, ../sass/wysiwyg.scss */
  .cke_editable a.maru:before {
    margin-left: -1em;
  }
}
/* line 327, ../sass/wysiwyg.scss */
.cke_editable p.maru {
  margin-left: 1em;
}
/* line 328, ../sass/wysiwyg.scss */
.cke_editable p.maru:before {
  content: '●';
  color: #aabf00;
  margin-left: -1em;
}
/* line 335, ../sass/wysiwyg.scss */
.cke_editable p.maru2 {
  margin-left: 2%;
  padding: 0 2.5%;
  font-size: 1.8rem;
  font-weight: bold;
}
/* line 340, ../sass/wysiwyg.scss */
.cke_editable p.maru2:before {
  color: #aabf00;
  content: "●";
  margin-left: -1em;
}
/* line 346, ../sass/wysiwyg.scss */
.cke_editable p.ten {
  margin-left: 1em;
}
/* line 347, ../sass/wysiwyg.scss */
.cke_editable p.ten:before {
  content: '・';
  margin-left: -1em;
}
/* line 353, ../sass/wysiwyg.scss */
.cke_editable p.phototxt {
  display: block;
  line-height: 1em;
  font-size: 1.3rem;
  font-weight: bold;
}
/* line 360, ../sass/wysiwyg.scss */
.cke_editable div.tensen {
  padding: 10px;
  border: dotted 1px #CCC;
}
/* line 365, ../sass/wysiwyg.scss */
.cke_editable div.msg-area div.img-wrap {
  float: right;
  margin: 0 0 0 30px;
  width: 30%;
}
/* line 372, ../sass/wysiwyg.scss */
.cke_editable div.msg-area div.txt {
  width: 70%;
}
/* line 375, ../sass/wysiwyg.scss */
.cke_editable div.msg-area div.name {
  line-height: 1.2em !important;
  padding: 10px 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  /* line 381, ../sass/wysiwyg.scss */
  .cke_editable div.msg-area div.img-wrap {
    position: relative;
    margin: 20px auto;
    display: block;
    max-width: 250px;
    width: 70%;
    height: 300px;
    float: none;
    overflow: hidden;
    padding: 20px 20px 0;
  }
  /* line 391, ../sass/wysiwyg.scss */
  .cke_editable div.msg-area div.img-wrap img.img {
    width: 100%;
    position: absolute;
  }
  /* line 396, ../sass/wysiwyg.scss */
  .cke_editable div.msg-area div.txt {
    margin-top: 20px;
    width: 100%;
  }
}
/* line 402, ../sass/wysiwyg.scss */
.cke_editable div.img-area {
  letter-spacing: -.4em;
}
/* line 404, ../sass/wysiwyg.scss */
.cke_editable div.img-area div.img {
  letter-spacing: normal;
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  padding: 1%;
  vertical-align: top;
}
/* line 411, ../sass/wysiwyg.scss */
.cke_editable div.img-area div.img img {
  width: 100%;
}
/* line 414, ../sass/wysiwyg.scss */
.cke_editable div.img-area div.img p {
  line-height: 1.2em;
  font-size: 1.6rem;
}
/* line 417, ../sass/wysiwyg.scss */
.cke_editable div.img-area div.img p.position {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  /* line 423, ../sass/wysiwyg.scss */
  .cke_editable div.img-area div.img {
    width: 50%;
  }
}
