@charset "Shift_JIS";
/****** select ******/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  padding: 0.75em 2.5em 0.75em 0.75em;
  background-color: #fff;
}
select::-ms-expand{
  display: none;
}
.selectGroup{
  position: relative;
  margin-right: .5em;
}
.selectGroup:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  right: 0.75em;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectGroupUnit{
  margin-right: 2em;
}
/*----------
mainWrap
----------*/
#simpleCss .simpleSection {
  margin-top: 36px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
#simpleCss .simpleSection h4 {
  padding: 25px 4.2% 25px 3.2%;
  font-size: 24px;
  font-weight: bold;
  background-color: #39a75b;
  color: #fff;
  position: relative;
}
#simpleCss .simpleSection h4>img{
  vertical-align: -6px;
  margin-right: 1em;;;

}
#simpleCss .simpleSection .sectionInner {
  padding: 42px 4.2%;
  border-top: 2px solid #fff;
  font-size: 16px;
}
#simpleCss .simpleInner{
  padding: 42px 4.2%;
  background-color: #fff;
  border-radius: 5px;
}
#simpleCss .simpleSection .sectionInner p + p,
#simpleCss .simpleSection .sectionInner p + ul {
  margin-top: 1em;
}
#simpleCss .simpleSection .sectionInner h5 {
  margin-top: 64px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#simpleCss .simpleSection .sectionInner h5::before {
  content: "";
  display: block;
  width: 1000px;
  height: 9px;
  background-color: #fff;
  border-radius: 4.5px;
  position: absolute;
  left: -1010px;
  top: 9px;
}
#simpleCss .simpleSection .attention {
  font-weight: bold;
  background-image: url(../images/bgAttention.jpg);
}

/* sectionWrap */
#simpleCss .simpleSection .sectionInner p + .sectionWrap,
#simpleCss .simpleSection .sectionInner .sectionWrap + p,
#simpleCss .simpleSection .sectionInner .sectionWrap + ul {
  margin-top: 43px;
}
#simpleCss .simpleSection .sectionInner .sectionWrap {
  padding: 42px 4.2%;
  background-color: #d7e6bc;
  border-radius: 5px;
}
#simpleCss .simpleSection .sectionInner .sectionWrap.white {
  background-color: #fff;
}
#simpleCss .simpleSection .sectionInner .sectionWrap.note {
  padding: 24px 4.2%;
}
#simpleCss .simpleSection .sectionInner h5 + .sectionWrap,
#simpleCss .simpleSection .sectionInner .sectionWrap + .sectionWrap {
  margin-top: 21px;
}

/* btnList */
#simpleCss .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#simpleCss .btnList li {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #999999;
  box-shadow: 0 5px 0 0 #999999;
  position: relative;
  top: 0;
  display: block;
}
#simpleCss .btnList li.select {
  top: 5px;
  background-color: #176033;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
  -webkit-transition: top .5s, -webkit-box-shadow .5s;
  transition: top .5s, -webkit-box-shadow .5s;
  -o-transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s, -webkit-box-shadow .5s;
}
#simpleCss .btnList li label:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 3px solid #dddddd;
  border-radius: 50%;
  left: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
}
#simpleCss .btnList li.select label:after{
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #39a75b;
  border-radius: 50%;
  left: calc(6% + 7px);
  top: 0;
  bottom: 0;
  margin: auto;
}
#simpleCss .btnList li:active label{
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
  -webkit-transition: top .5s, -webkit-box-shadow .5s;
  transition: top .5s, -webkit-box-shadow .5s;
  -o-transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s;
  transition: top .5s, box-shadow .5s, -webkit-box-shadow .5s;
}
#simpleCss .btnList label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#simpleCss .btnList label,
#simpleCss .btnList a {
  width: 100%;
  height: 100%;
}
#simpleCss .btnList label:hover {
  cursor: pointer;
}
#simpleCss .btnList input {
  display: none;
}
#simpleCss .btnList p {
  font-weight: bold;
}

#simpleCss .col2,
#simpleCss .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#simpleCss .col2 li {
  width: 45.45%;
}
#simpleCss .col3 li {
  width: 29.87%;
}
#simpleCss .col2 li:nth-child(n+3),
#simpleCss .col3 li:nth-child(n+4) {
  margin-top: 1em;
}
#simpleCss .nonCol li {
  margin-right: 1em;
  margin-bottom: 1em;
}
/****** simpleTbl ******/
.simpleTbl{
    margin-top: 43px;
    background-color: #d7e6bc;
    border-radius: 5px;
    width: 100%;
}
.simpleTbl tr:not(:first-child){
  border-top: 2px solid #fff;
}
.simpleTbl th,
.simpleTbl td{
  padding: 1.5em 0;
}
.simpleTbl th{
  font-weight: bold;
  vertical-align: middle;
  padding-left: 5%;
}
.simpleTbl td{
  padding-left: 3%;
  padding-right: 3%;
}
.simpleTbl .btnList li{
  height: 60px;
}
.simpleTbl .btnList li p{
  margin-left: 23.9%;
}
/****** simpleBalloon ******/
.simpleBalloon>li{
  position: relative;
  height: 90px;
}
.simpleBalloon>li>label>p{
  margin-left: 20%;
}
.simpleBalloon>li>p{
  position: absolute;
  background-color: #39a75b;
  top: calc(100% + 12px);
  padding: 1em;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
.simpleBalloon>li>p:after{
  content: '';
  position: absolute;
  top: -20px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #39a75b transparent;
  pointer-events: none;
}


/****** simpleSection02 ******/
.simpleSection02{
  width: 100%;
  margin-top: 2.625rem;
}

.simpleSection02_inner{
  background: #f0f0f0;
  border-radius: 5px;
  padding: 3.750em 1.875em 1.875em;
}

.simpleSection02 h4{
  width: 50%;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background: #176033;
  margin: 0 auto -1.4em;
  padding: 1rem 0;
  border-radius: 5em;
  text-align: center;
  z-index: 0;
  position: relative;
}

.simpleSection02  .simpleSection02_flex{
  display: flex;
  justify-content: space-between;
}

.simpleSection02  .simpleSection02_flex.simpleSection02_counsel li{
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 5px;
  padding: 1.875rem;
}

.simpleSection02_counsel .simpleSection02_title{
  position:relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.813rem;
}

.simpleSection02_counsel .simpleSection02_title::after {
    content: "";
    display: block;
    background-color: #d7e6bc;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    bottom: -0.875rem;
}

.simpleSection02_counsel .simpleSection02_text{
  margin-top: 1.75rem;
}

.simpleSection02_counsel .simpleSection02_text span{
  display: block;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}

.simpleSection02_counsel .btnLink {
  margin-top: 1.875rem;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.05rem;
}

.simpleSection02_counsel .simpleSection02_tell{
  margin-top: 1.875rem;
  background: #edf5ed;
  border-radius: 5px;
  padding: 0.625rem 0.625rem 0.5rem;
}

.simpleSection02_counsel .simpleSection02_tell p{
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.simpleSection02_counsel .simpleSection02_tell a{
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.simpleSection02_counsel .simpleSection02_tell img{
  width: 2.5rem;
  vertical-align: -2px;
  margin-right: 0.625rem;
}


/****** default_diagnosis_topics ******/
#simpleCss .default_diagnosis_topics {
  position: relative;
  background: #edf5ed;
  border-radius: 5px;
  padding: 2.063rem 2.625rem 1.75rem;
  margin-top: 42px;
}

#simpleCss .default_diagnosis_topics::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "ポイント";
  display: inline-block;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 3px 12px 3px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #176033;
  background: #fff url("../images/diagnosis_point.png") 3px center / 22px auto no-repeat;
}

#simpleCss .simpleSection .sectionInner .default_diagnosis_topics p,
#simpleCss .simpleSection .sectionInner .default_diagnosis_topics p + p{
  margin-top: 1rem;
  font-weight: bold;
}





#simpleCss .default_diagnosis_topics_link {
  padding: 8px 0 8px 0;
  background-color: #edf5ed;
  margin-top: 42px;
  border-radius: 5px;
}
#simpleCss .default_diagnosis_topics_link.nowDisp {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#simpleCss .default_diagnosis_topics_link a {
  padding: 3px 12px 3px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #176033;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background: #fff url("../images/diagnosis_point.png") 3px center / 22px auto no-repeat;
  cursor: default;
}

#simpleCss .default_diagnosis_topics {
  margin-top: -5px;
  padding-top: 1px;
  margin-top: 0;
  padding-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#simpleCss .default_diagnosis_topics::before {
  display: none;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
#simpleCss .simpleSection .sectionInner .default_diagnosis_topics p {
  margin-top: 0;
  padding-top: 1rem;
}







@media screen and (max-width: 768px) {
  /****** select ******/
  select{
    padding: 0.75em 1.5em 0.75em 0.5em;
  }
  .selectGroup{
    margin-right: 0;
  }
  .selectGroupUnit{
    margin-right: 0.55em;
  }
  /*----------
  header
  ----------*/
  /* step */
  #simpleCss header .step {
    padding: 8.5px 2.6%;
  }
  #simpleCss header .step ul {
    margin-left: 0;
  }
  #simpleCss header .step ul li {
    height: 49px;
  }
  #simpleCss header .step ul li:not(:last-child) {
    margin-right: -9px;
  }
  #simpleCss header .step ul li:not(:last-child)::before {
    height: 55px;
    border-radius: 27.5px;
    top: -3px;
    left: 3px;
  }
  #simpleCss header .step ul li > div {
    height: 49px;
    padding-top: 3px;
    border-radius: 2.5px;
  }
  #simpleCss header .step ul li span {
    width: 22px;
  }
  #simpleCss header .step ul li span img {
    width: auto;
    height: 22px;
  }
  #simpleCss header .step ul li p {
    font-size: 10px;
    line-height: 10px;
    margin: 0.5em 0 0;
    display: block;
    text-align: center;
  }

  /*----------
  mainWrap
  ----------*/
  #simpleCss .simpleSection {
    margin-top: 30px;
  }
  #simpleCss .simpleSection h4 {
    font-size: 20px;
    padding: 20px 4.1% 20px 2.7%;
    border-left: 5px solid #39a75b;
  }
  #simpleCss .simpleSection .sectionInner {
    padding: 20px 4.1%;
    border-top: 1px solid #fff;
  }
  #simpleCss .simpleInner{
    padding: 20px 4.1%;
  }
  #simpleCss .simpleSection .sectionInner p + p,
  #simpleCss .simpleSection .sectionInner p + ul {
    margin-top: 0.5em;
  }
  #simpleCss .simpleSection .sectionInner h5 {
    margin-top: 30px;
  }
  #simpleCss .simpleSection .sectionInner h5::before {
    left: -1005px;
  }

  /* sectionWrap */
  #simpleCss .simpleSection .sectionInner p + .sectionWrap,
  #simpleCss .simpleSection .sectionInner .sectionWrap + p,
  #simpleCss .simpleSection .sectionInner .sectionWrap + ul,
  #simpleCss .simpleSection .sectionInner h5 + .sectionWrap,
  #simpleCss .simpleSection .sectionInner .sectionWrap + .sectionWrap {
    margin-top: 20px;
  }
  #simpleCss .simpleSection .sectionInner .sectionWrap {
    padding: 15px 4.5%;
  }

  /* btnList */
  #simpleCss .col2 li:nth-child(n+3),
  #simpleCss .col3 li:nth-child(n+4) {
    margin-top: 0;
  }
  #simpleCss .nonCol li {
    margin: 0;
  }
  #simpleCss .spCol2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #simpleCss .spCol1 li {
    width: 100%;
  }
  #simpleCss .spCol2 li {
    width: 47.5%;
  }
  #simpleCss .spCol1 li:nth-child(n+2),
  #simpleCss .spCol2 li:nth-child(n+3) {
    margin-top: 15px;
  }

  /****** simpleTbl ******/
  .simpleTbl{
    margin-top: 20px;
  }
  .simpleTbl th,
  .simpleTbl td{
    display: block;
    padding: 1em;
  }
  .simpleTbl td{
    padding-top: 0;
  }

  /****** simpleSection02 ******/
  .simpleSection02{
    margin-top: 1.875rem;
  }
  .simpleSection02_inner{
    padding: 1.875em 4.1%;
  }
  .simpleSection02 h4{
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    min-width: inherit;
    width: 88.2%;
  }
  .simpleSection02 .simpleSection02_flex.simpleSection02_counsel{
    display: block;
  }
  .simpleSection02  .simpleSection02_flex.simpleSection02_counsel li{
    width: 100%;
    padding: 4.1%;
    margin-top: 20px;
  }
  .simpleSection02 .simpleSection02_counsel img{
    width: 100%;
  }
  .simpleSection02_counsel .simpleSection02_title {
    font-size: 1.25rem;
    margin-bottom: 2.4rem;
  }
  .simpleSection02_counsel .simpleSection02_text {
    margin-top: 1.25rem;
  }
  .simpleSection02_counsel .simpleSection02_text span {
    margin-top: 0.938rem;
  }
  .simpleSection02_counsel .btnLink {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    padding: 0.625rem;
  }
  .simpleSection02_counsel .simpleSection02_tell a {
      font-size: 1.25rem;
  }
  .simpleSection02_counsel .simpleSection02_tell img {
      width: 2.5rem;
      margin-right: 0.3rem;
  }
  /****** default_diagnosis_topics ******/
  #simpleCss .default_diagnosis_topics {
    padding: 2.125rem 4.5% 1.25rem;
    margin-top: 20px;
  }
  #simpleCss .default_diagnosis_topics {
    padding-top: 0;
    margin-top: 0;
  }
  #simpleCss .default_diagnosis_topics_link a:hover {
    color: #a83734;
    cursor: pointer;
  }

}
@media screen and (max-width: 370px){
  select {
    padding: 0.75em 1.25em 0.75em 0.25em;
  }
  .selectGroup {
    display: inline-block;
  }
  .selectGroup:after{
    right: 0.25em;
  }
  .selectGroupUnit {
      margin: 0 0.5em 0 0.05em;
  }
}
/** マイページへの導線のCSS ここから**/
.mypage_blk {
  margin-bottom: -50px;
}
.default_mypage_dousen_link {
  margin-bottom: 10px;
}
.default_mypage_dousen_link .mypage_dousen_text {
  color: #0000ee;
  font-weight: bold;
  border-bottom: 1px solid #0000ee;
}
.mypage_dousen_blk {
  margin-bottom: 10px;
}
.mypage_dousen_blk .mypage-text01 {
  font-weight: bold;
  text-align: center;
}
.mypage_dousen_blk .login-btn-box {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.mypage_dousen_blk .login-btn-box li:first-child {
  margin-right: 20px;
}
.mypage_dousen_blk .mypage-text02 {
  text-align: center;
}
.mypage_dousen_blk .mypage-text02 .link {
  position: relative;
}
.mypage_dousen_blk .mypage-text02 .link:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: -12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mypage_dousen_blk .login-btn {
  background: #b2e0c7;
  border-bottom: solid 2px #a0c9b3;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  height: 38px;
  position: relative;
  width: 150px;
}
.mypage_dousen_blk .login-btn:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mypage_dousen_blk .login-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mypage_blk {
    margin: 0 2.6%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
/** マイページへの導線のCSS ここまで**/
