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

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
@media (max-width: 568px) {
  .c_block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c_block2 .c_block2inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 568px) {
  .c_block2 .c_block2inner {
    display: block;
  }
}
.c_block2 .c_block2col2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  max-width: 130px;
  margin-left: 20px;
}
@media (max-width: 568px) {
  .c_block2 .c_block2col2 {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.c_block1img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 170px;
}
@media (max-width: 568px) {
  .c_block1img {
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.c_block1img > div {
  margin-bottom: 20px;
  text-align: center;
}

/****************************************************************************************************
****************************************************************************************************/
@media (max-width: 568px) {
  .c_block1body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.c_heading1 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
}
.c_heading1 > *:last-child {
  margin-bottom: 0;
}
.c_heading1 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  background-color: #548c96;
}
.c_heading1 .c_headingTextS {
  font-size: 1.4rem;
}
.c_heading1 .head1_3 {
  position: relative;
}
.c_heading1 .subTxt {
  font-size: 80%;
  color: #000;
  position: absolute;
  right: -160px;
  top: 0px;
  background: none;
}
@media (max-width: 568px) {
  .c_heading1 .subTxt {
    left: 0;
    right: inherit;
    top: 26px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.c_lead1 {
  font-weight: bold;
  color: #548c96;
  font-size: 1.6rem;
}

/****************************************************************************************************
****************************************************************************************************/
.txt_block {
  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;
  width: 100%;
}
.txt_block .txt {
  width: 70%;
}
@media (max-width: 568px) {
  .txt_block .txt {
    width: 100%;
  }
}
.txt_block .btn {
  width: 25%;
}
.txt_block .btn img {
  width: 100%;
}
@media (max-width: 568px) {
  .txt_block .btn {
    width: 50%;
    margin: 0 auto;
  }
}

/****************************************************************************************************
****************************************************************************************************/
.introLinkList1 .introLink1 {
  line-height: 1.2;
}
.introLinkList1 .introLink1 a {
  color: #223C5B;
  font-size: 80%;
  display: block;
  padding: 10px 10px 10px 15px;
  border: 1px solid #223C5B;
}