@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/
.column_wrap {
  margin: 80px auto 30px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .column_wrap {
    margin: 0px auto 60px;
    padding: 0 30px;
  }
}

section#main_info {
  text-align: left;
  margin: 40px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#main_info {
    margin: 0px 0;
  }
}
section#main_info h1 {
  font-size: 26px;
  margin: 20px 0 40px;
  letter-spacing: 0;
  line-height: 1.6;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  section#main_info h1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0 10px;
  }
}

.single_category {
  background: #00525D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single_category a {
  display: block;
  color: #fff;
  padding: 4px 15px;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single_category a:hover {
  background: #016774;
}

.tag_date {
  text-align: left;
  z-index: 1;
}
.tag_date .tags_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0;
}
.tag_date a {
  display: block;
  background: #E3E3E3;
  padding: 5px 10px;
  margin: 5px 10px 5px 0px;
  color: #8B8B8B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tag_date a:hover {
  background: #D1D1D1;
}

.info_date {
  color: #656565;
  pointer-events: none;
  text-align: left;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 200;
}

#toc_container {
  background: #fff;
  border: 1px solid #E3E3E3;
  padding: 30px 50px 20px;
  margin-bottom: 1em;
  width: calc(100% - 60px);
  display: block;
  font-size: 18px;
  margin: 50px 0 20px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #toc_container {
    padding: 20px;
    width: calc(100% - 45px);
  }
}
#toc_container p.toc_title {
  margin-top: unset;
  font-size: 20px;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
  /* 750以下  */
}
#toc_container p.toc_title span.toc_toggle {
  display: none;
}
@media all and (max-width: 750px) {
  #toc_container p.toc_title {
    font-size: 17px;
  }
}
#toc_container ul.toc_list {
  margin-top: unset;
  margin: 10px;
}
#toc_container ul.toc_list li {
	position: relative;
    padding: 0 0 0 17px;
    margin: 0px 1px 2px 16px;
    text-indent: 0px;
    font-weight: 500;
    font-size: 16px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #toc_container ul.toc_list li {
    font-size: 15px;
    text-indent: 2px;
    padding: 0 0 0 15px;
  }
}
#toc_container ul.toc_list li::before {
  content: "";
  position: absolute;
  background: #6E8B8F;
  width: 11px;
  height: 11px;
  top: 14px;
  left: -8px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  #toc_container ul.toc_list li::before {
    top: 7px;
    left: 0px;
  }
}
#toc_container ul.toc_list li a {
  color: #393939;
  text-decoration: none;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 750以下  */
}
#toc_container ul.toc_list li a:hover {
  /*color: #8B8B8B;*/
	color:#2CCCBB;
}
@media all and (max-width: 750px) {
  #toc_container ul.toc_list li a {
    line-height: 1.3;
  }
}

.single_content h2 {
  font-size:24px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 50px 0 30px 0;	
  /* 750以下  */
}
.single_content h2 span {
  margin: 0 0 20px;
  padding: 30px 0 0;
  display: block;
}
@media all and (max-width: 750px) {
  .single_content h2 {
    font-size: 20px;
    margin: 50px 0 10px;
  }
  .single_content h2 span {
    padding: 10px 0 0;
  }
}
.single_content h3 {
  font-size: 22px;
  /* 750以下  */
}
.single_content h3 span {
  margin: 0px 0 40px;
  padding: 50px 0 0;
  display: block;
}
@media all and (max-width: 750px) {
  .single_content h3 {
    font-size: 18px;
  }
  .single_content h3 span {
    padding: 10px 0 0;
    margin: 0px 0 0px;
  }
}
.single_content h4 {
    font-size: 18px;
    margin: 70px 0 40px;
    letter-spacing: 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .single_content h4 {
    font-size: 16px;
    margin: 70px 0 20px;
  }
}
.single_content h4 span {
  padding: 40px 0 0;
  margin: -40px 0 0;
  display: block;
}
.single_content h4 span div {
  padding: 10px 20px;
  background: #E3E3E3;
  display: block;
}
.single_content p {
  line-height: 2;
  margin: 0 0 30px 0;
  font-size: 15px;
  letter-spacing: 0px;	
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .single_content p {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
}
.single_content p img {
  margin: 20px 0;
}
.single_content ul, .single_content ol {
  margin: 30px 0;
  padding-left: 0px;
  text-indent: -20px;
  font-size: 15px;
  letter-spacing: 0;	
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .single_content ul, .single_content ol {
    font-size: 14px;
  }
}
.single_content li {
  list-style-position: inside;
  margin: 10px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single_content ul li {
  list-style-type: disc;
  line-height: 1.5;
  padding: 0 0 0 0.5em;
  margin: 0 0 15px 50px;		
}
.single_content ol li {
  list-style-type: auto;
  line-height: 1.5;
  padding: 0 0 0 0.5em;
  margin: 0 0 15px 50px;
  letter-spacing: 0px;	
}
.single_content a {
  /*color: #393939;*/
  color: #2CCCBB;
  text-decoration: underline;
}
.single_content a:hover {
  /*color: #000;*/
  color: #638483;
}

.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#B2EDE8), to(#B2EDE8));
  background-image: linear-gradient(90deg, #B2EDE8, #B2EDE8);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 8px;
}

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .prev_next {
    margin: 80px 0;
  }
}

.btn_prev, .btn_next {
  margin: 0 20px;
  font-weight: 400;
}
.btn_prev a, .btn_next a {
  color: #1C2B26;
  background: #E3E3E3;
  position: relative;
  border: 1px solid #E3E3E3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_prev a::before, .btn_next a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  background-size: cover;
  top: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_prev a:hover, .btn_next a:hover {
  background: #fff;
  border: 1px solid #6B8B8E;
}

.btn_prev a {
  padding: 25px 20px 25px 40px;
}
.btn_prev a::before {
  background-image: url(../images/info/arr_prev.png);
  left: 15px;
}
.btn_prev a:hover::before {
  left: 10px;
}

.btn_next a {
  padding: 25px 40px 25px 20px;
}
.btn_next a::before {
  background-image: url(../images/info/arr_next.png);
  right: 15px;
}
.btn_next a:hover::before {
  right: 10px;
}

table {
  margin: 60px 0;
  font-size: 16px;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  table {
    font-size: 14px;
    margin: 20px 0;
  }
}
table tr:first-child {
  background: #00353C;
  color: #fff;
}
table tr:first-child td {
  background: #00353C;
}
table td {
  padding: 10px 15px;
  border: 1px solid #002429;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  table td {
    padding: 5px;
  }
}
table td:first-child {
  color: #fff;
  background: #6E8B8F;
}
/*# sourceMappingURL=info_single.css.map */