@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************

共通

****************************************************************************************************/
#BodyBGNone #Main {
  background: none;
}

#ContentsBody {
  width: 680px;
}
#ContentsBody * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ContentsBody a {
  text-decoration: underline;
}
#ContentsBody a:hover {
  text-decoration: none;
}

@media (max-width: 950px) {
  #ContentsBody {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #ContentsBody {
    width: 100%;
  }
}
@media (max-width: 568px) {
  #ContentsBody {
    width: 100%;
  }
}
#MainBack2top {
  display: none;
}

.c_box1 {
  font-size: 120%;
}

.list > li {
  margin-bottom: 5px;
}

.list.-symbol50 > li {
  position: relative;
  padding-left: 50px;
}

@media (max-width: 568px) {
  /* .list.-symbol50 > li{ padding-left: 60px; } */
}
.list__symbol {
  position: absolute;
  top: 0;
  left: 0;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.c_box {
  background: #FEF4E7;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 568px) {
  .c_box {
    padding: 1.8rem 5%;
  }
}
.c_box .c_heading1 {
  margin-bottom: 10px;
}
.c_box .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_box .box_flex .txt {
  width: 65%;
}
@media (max-width: 568px) {
  .c_box .box_flex .txt {
    width: 100%;
  }
}
.c_box .box_flex .img {
  width: 30%;
  text-align: center;
}
.c_box .box_flex .img img {
  width: 100%;
}
@media (max-width: 568px) {
  .c_box .box_flex .img {
    width: 90%;
    margin: 0 auto;
  }
}
.c_box .box_flex .img p {
  margin: 0 0 10px;
  font-size: 74%;
}

/****************************************************************************************************
****************************************************************************************************/
.c_heading1 {
  margin-bottom: 20px;
  color: #FF9900;
  font-weight: bold;
  font-size: 1.6rem;
}

/****************************************************************************************************
****************************************************************************************************/