@charset "UTF-8";
/* 赤　＝　#e50012　rgb(229,0,18) */
/* 背景　＝　#fbfaf8 */
/* ベージュ　＝　#fbe6d4　rgb(251,230,212) */
/* 黒　＝　#4d4545 */
#side-bar nav > ul > li:nth-child(11) a {
  background-color: #e50012;
  color: #fff;
}
#side-bar nav > ul > li:nth-child(11):hover a {
  background-color: #e50012 !important;
  color: #fff !important;
}
.date {
  color: #666;
  padding: 0 5px 10px 0;
  text-align: right;
  word-break: break-all;
}
/*===================================================================
　↓　#results
===================================================================*/
/*----------------------------------------------
　　#first-block
----------------------------------------------*/
#results #first-block {
  text-align: center;
  max-width: 860px;
  margin: auto auto 40px;
}
#results #first-block a {
  display: inline-block;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  background-color: rgba(229, 0, 18, 0.1);
  font-size: 2.4rem;
  font-weight: 700;
  color: #e50012; /*赤*/ letter-spacing: 0.05em;
  margin: 30px auto 5px;
}
#results #first-block a img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  padding-right: 6px;
}
#results #first-block p.text_01 {
  font-size: 1.8rem;
}
#results #first-block p.text_02 {
  color: #e50012; /*赤*/ margin-bottom: 30px;
}
#results #first-block p.text_03 {
  text-align: left;
  line-height: 2.2em;
}
#results #first-block p.text_03 span.bold {
  font-weight: 700;
}
/*----------------------------------------------
　　#last-block
----------------------------------------------*/
#results #last-block {
  max-width: 860px;
  margin: auto;
}
#results #last-block .white-item-box h2 {
  text-align: center;
}
#results #last-block .white-item-box h2 span {
  -webkit-text-emphasis: filled circle #e50012;
  text-emphasis: filled circle #e50012;
}
#results #last-block .white-item-box div.btn-center {
  margin-top: 15px;
  text-align: center;
}
#results a:not(.mybtn) {
  font-weight: bold;
  border-bottom: 2px dotted #e50012;
}
#results #last-block .white-item-box a.normal-btn {
  max-width: 260px !important;
}
#results #last-block .white-item-box a.normal-btn img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  padding-right: 3px;
}
#results #last-block .white-item-box ol {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #results #first-block {
    margin: auto auto 30px;
  }
  #results #first-block p.text_01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #results #first-block a {
    margin: 20px auto 5px;
  }
  #results #last-block .white-item-box a.normal-btn {
    margin-bottom: 10px;
  }
}
/*===================================================================
　↓　#counseling
===================================================================*/
#counseling {
  padding-top: 120px !important;
  margin-top: -120px !important;
}
/*----------------------------------------------
　　#first-text
----------------------------------------------*/
#counseling #first-text {
  max-width: 860px !important;
  margin: auto auto 30px;
}
#counseling #first-text p {
  line-height: 2.2em;
}
#counseling #first-text ul {
  margin: 15px auto 15px 15px;
  font-weight: 700;
}
#counseling #first-text ul li {
  margin-bottom: 8px;
  line-height: 1.8em;
}
#counseling #first-text ul li:last-child {
  margin-bottom: 0;
}
/*----------------------------------------------
　　ul#red-list
----------------------------------------------*/
#counseling ul#red-list {
  max-width: 860px;
  margin: auto auto 40px;
  color: #e50012; /*赤*/ border-left: 2px solid #e50012;
  padding-left: 40px;
  box-sizing: border-box;
}
#counseling ul#red-list li {
  line-height: 1.6em;
  font-size: 1.3rem;
  margin-bottom: 10px;
  list-style-type: disc;
}
/*----------------------------------------------
　　.white-item-box
----------------------------------------------*/
#counseling .white-item-box {
  max-width: 860px !important;
  margin: auto;
}
#counseling .white-item-box h2 {
  text-align: center;
}
#counseling .white-item-box table {
  width: 100%;
}
#counseling .white-item-box table th {
  width: 110px;
}
#counseling .white-item-box table th, #counseling .white-item-box table td {
  vertical-align: text-top;
  padding-bottom: 10px;
  line-height: 2.2em;
}
#counseling .white-item-box table th span {
  background-color: #e50012; /*赤*/ color: #fff;
  text-align: center;
  display: inline-block;
  width: 95px;
}
#counseling .white-item-box table td a {
  border-bottom: 2px dotted #e50012; /*赤*/ font-weight: 500;
  padding: 0 3px;
}
@media screen and (max-width: 640px) {
  #counseling #first-text ul {
    margin: 10px auto;
  }
  #counseling ul#red-list {
    margin: auto auto 30px;
    padding-left: 30px;
  }
  #counseling ul#red-list li {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  #counseling .white-item-box table, #counseling .white-item-box table th, #counseling .white-item-box table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #counseling .white-item-box table th {
    line-height: 1.8em;
  }
  #counseling .white-item-box table td {
    padding: 5px 0 10px;
    line-height: 1.8em;
  }
}
.container-m ul.dotlist li::marker {
  color: #e50012 !important;
}
table.tbl_chart {
  width: 560px;
  margin: 0 auto;
}
table.tbl_chart th {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #4d4545;
  padding: .5rem;
}
table.tbl_chart th:first-child {
  text-align: left;
  width: 10%;
}
table.tbl_chart td {
  width: 20%;
  text-align: center;
  padding: 1rem .5rem;
}
table.tbl_chart td:first-child {
  text-align: left;
  width: 10%;
}
table.tbl_chart tr:last-child td {
  border-bottom: 1px solid #4d4545;
}
@media screen and (max-width: 640px) {
  table.tbl_chart {
    width: 100%;
  }
}
/*--------------------------------- 中にトグルがあるとき ----------------------------------------------*/
h3.switchtoggle {
  color: #e50012; /*赤*/ border: 1px solid #e50012; /*赤*/ border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 25px;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  background-image: url(../img/base/select-down.png);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center right 30px;
  cursor: pointer;
}
h3.switchtoggle.active {
  background-image: url(../img/base/select-up.png);
}
@media screen and (max-width: 640px) {
h3.switchtoggle {
    padding: 10px 20px 10px 15px;
    background-position: center right 15px;
  }
}