@charset "UTF-8";
/*********************************************************************
  wysiwyg
 *********************************************************************/
section#main {
  padding: 5px 2% 50px;
}

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;
}
h2 span.sub {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
    padding: 10px;
  }
  h2 span.sub {
    display: block;
    font-size: 1.4rem;
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.3rem;
  padding-left: 10px;
  border-left: solid 12px #aabf00;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #999999;
  width: 100%;
  line-height: 1em;
  margin: 30px 10px 10px 0;
}
h4:before {
  content: '¡ö';
  color: #aabf00;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: dotted 1px #CCC;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5em;
}
h6:before {
  content: '?';
  color: #aabf00;
}

.bold {
  font-weight: bold;
}

.uline {
  border-bottom: solid 1px #CCC;
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
  margin-bottom: 30px;
}

hr {
  border: none;
  border-top: solid 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 0 6px 0 6px;
}
hr.tensen {
  border-top: dashed 1px #CCC;
}

span.ttl {
  font-weight: bold;
}
span.ttl:before {
  content: '¡ö';
}
span.aps:after {
  content: ':';
}

a.ex:after {
  content: '\f08e';
  margin-left: 4px;
  font-family: 'FontAwesome';
}

span.clock:before{
  content: '\f017';
  margin-right: 4px;
  font-family: 'FontAwesome';
}

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;
}

a.btn-blue {
  background-color: #0186f7;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.8rem;
  margin: 5px;
  min-width: 200px;
  padding: 0 10px;
  text-decoration: none;
  outline: 2px solid #ffffff;
  outline-offset: -8px;
}

a.btn-juken {
  background-color: #008713;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 5px;
  padding: 3px 10px;
  text-decoration: none;
  text-align: center;
  
}


img.freeimg {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  img.freeimg {
    display: block;
    float: none;
    width: 100%;
    margin: 10px 0;
  }


}

.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 ---------------------------------------------------- */
}
.cke_editable.narrow {
  padding: 30px 10%;
}
@media screen and (max-width: 768px) {
  .cke_editable.narrow {
    padding: 30px 5%;
  }
}
.cke_editable.narrow1 {
  padding: 30px 5%;
}
@media screen and (max-width: 768px) {
  .cke_editable.narrow1 {
    padding: 30px 5%;
  }
}
.cke_editable.narrow2 {
  padding: 30px 20%;
}
@media screen and (max-width: 768px) {
  .cke_editable.narrow2 {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 768px) {
  .cke_editable span.cl {
    margin-left: 2.5%;
  }
  .cke_editable span.cl::before {
    content: "\a";
    white-space: pre;
  }
}
.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%;
}
.cke_editable ol {
  list-style: decimal;
}
.cke_editable ul li {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1em;
}
.cke_editable ul li:before {
  content: '¡ñ';
  color: #aabf00;
  margin-left: -1em;
}
.cke_editable ul li.nomark:before {
  content: '';
}
.cke_editable ul li ul li {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: normal;
}
.cke_editable ul li ul li:before {
  content: '?';
  color: #333333;
}
.cke_editable ul.imglst {
  letter-spacing: -.4em;
  width: 100% !important;
  margin: 20px auto;
  padding: 0;
}
.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;
}
.cke_editable ul.imglst li:before {
  content: '';
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .cke_editable ul.imglst {
    width: 90%;
  }
  .cke_editable ul.imglst li {
    width: 50%;
  }
}
.cke_editable table {
  border: solid 1px #CCC;
}
.cke_editable table td {
  border: solid 1px #CCC;
  padding: 3px;
}
.cke_editable table th {
  border: solid 1px #CCC;
  padding: 3px;
}
.cke_editable table.basic {
  margin: 0 auto;
  width: 90%;
}
.cke_editable table.basic th {
  background-color: #EEEEEE;
  min-width: 80px;
}
.cke_editable table.basic th, .cke_editable table.basic td {
  padding: 5px;
  vertical-align: top;
  border: solid 1px #CCC;
  line-height: 1.5em;
}
.cke_editable .tbl {
  display: table;
  margin: 0 auto;
  width: 100% !important;
}
.cke_editable .tbl div.tblcell {
  display: table-cell;
  vertical-align: top;
  padding: 3%;
  width: 50%;
  max-width: 500px;
  box-sizing: border-box;
}
.cke_editable .tbl div.tblrow {
  display: table-row;
}
.cke_editable .tbl div.tblrow div.tblcell {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cke_editable .tbl {
    display: block;
    margin-bottom: 20px;
  }
  .cke_editable .tbl div.tblcell {
    display: block;
    padding: 0;
    width: 100%;
  }
  .cke_editable .tbl div.tblrow {
    display: block;
  }
  .cke_editable .tbl div.tblrow div.tblcell {
    display: block;
  }
}
.cke_editable a.maru {
  margin: 10px 10px 20px 10px;
}
.cke_editable a.maru:before {
  content: '¡ñ';
}
@media screen and (max-width: 768px) {
  .cke_editable a.maru {
    display: block;
    margin-left: 2em;
  }
  .cke_editable a.maru:before {
    margin-left: -1em;
  }
}
.cke_editable p.maru {
  margin-left: 1em;
}
.cke_editable p.maru:before {
  content: '¡ñ';
  color: #aabf00;
  margin-left: -1em;
}
.cke_editable p.maru2 {
  margin-left: 2%;
  padding: 0 2.5%;
  font-size: 1.8rem;
  font-weight: bold;
}
.cke_editable p.maru2:before {
  color: #aabf00;
  content: "¡ñ";
  margin-left: -1em;
}
.cke_editable p.ten {
  margin-left: 1em;
}
.cke_editable p.ten:before {
  content: '?';
  margin-left: -1em;
}
.cke_editable p.phototxt {
  display: block;
  line-height: 1em;
  font-size: 1.3rem;
  font-weight: bold;
}
.cke_editable div.tensen {
  padding: 10px;
  border: dotted 1px #CCC;
}
.cke_editable div.msg-area div.img-wrap {
  float: right;
  margin: 0 0 0 30px;
  width: 30%;
}
.cke_editable div.msg-area div.txt {
  width: 100%;
 float:left;
}
.cke_editable div.msg-area div.name {
  line-height: 1.5em !important;
  padding: 10px 0;
  text-align: right;
}
/* jn×·¼Ó 2023.07.26 */
.cke_editable div.msg-area div.name2 {
  line-height: 1.2em !important;
  padding: 10px 0;
  text-align: right;
}

/* jn×·¼Ó 2024.07.10 */
.cke_editable div.msg-area div.img-wrap2 {
  float: right;
  margin: 0 30px 0 0;
  width: 40%;
}


/*****/

@media screen and (max-width: 768px) {
  .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;
  }
  .cke_editable div.msg-area div.img-wrap img.img {
    width: 100%;
    position: absolute;
  }
  .cke_editable div.msg-area div.txt {
    margin-top: 20px;
    width: 100%;
  }
}
.cke_editable div.img-area {
  letter-spacing: -.4em;
}
.cke_editable div.img-area div.img {
  letter-spacing: normal;
  box-sizing: border-box;
  width: 25%;
  display: inline-block;
  padding: 1%;
  vertical-align: top;
}
.cke_editable div.img-area div.img img {
  width: 100%;
}
.cke_editable div.img-area div.img p {
  line-height: 1.2em;
  font-size: 1.6rem;
}
.cke_editable div.img-area div.img p.position {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cke_editable div.img-area div.img {
    width: 50%;
  }
}
