@charset "UTF-8";

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
  overflow: visible;
}

/* detailArea */
.modalNotice {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

/* mainArea */
#mainArea .mainImg {
  margin-bottom: 30px;
}
#mainArea .mainLead {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 50px;
}
#mainArea .mainLead span {
  color: #64a70b;
}

.greenArea {
  background-color: #f1f8d6;
  margin: 0 0 50px;
  padding: 85px 15px 55px;
}
.bgWhite {
  background-color: #fff;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
.bgWhite h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -33px;
}

/* presentArea */
#presentArea {
  margin: 0 0 100px;
  padding: 64px 0 30px;
}

/* twitterArea */
#twitterArea {
  padding: 74px 30px 42px;
}
#twitterArea .twitterL {
  width: 436px;
  float: left;
}
#twitterArea .twitterL h3 {
  text-align: center;
  margin-bottom: 20px;
}
#twitterArea .twitterL > div {
  height: 320px;
  overflow-y: scroll;
}
#twitterArea .twitterR {
  width: 420px;
  float: right;
}
#twitterArea .twitterR h3 {
  font-size: 22px;
  color: #64a70b;
  line-height: 1.2;
  margin-bottom: 20px;
}
#twitterArea .twitterR .twitterLead {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
#twitterArea .twitterR .profile .profileImg {
  width: 100px;
  float: left;
}
#twitterArea .twitterR .profile .profileTxt {
  width: 300px;
  float: right;
  text-align: left;
  padding-top: 15px;
}
#twitterArea .twitterR .profile .profileTxt .proflieName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* detailArea */
#detailArea .stepList {
  margin-bottom: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#detailArea .stepList li {
  width: 282px;
  min-height: 240px;
  border: 2px solid #64a70b;
  padding: 15px 10px 20px;
  font-size: 14px;
  flex-direction: column;
  display: flex;
  position: relative;
}
#detailArea .stepList li:after {
  content: '';
  border-left: 20px solid #1d9bf0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  position: absolute;
  top: 50%;
  right: -42px;
  margin-top: -38px;
}
#detailArea .stepList li:last-child:after {
  display: none;
}
#detailArea .stepList li .stepTit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#detailArea .stepList li .stepBtn {
  width: 224px;
  margin: auto auto 0;
}
#detailArea .stepList li .stepBtn a {
  display: block;
  background-color: #1d9bf0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  padding: 10px 0;
}
#detailArea .stepList li .stepBtn a span {
  background-image: url(/img/icon/icon_blank_white@2x.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
}
#detailArea .stepList li .stepBtn a:hover {
  opacity: 0.7;
}

/* qaArea */
/* quetion */
#qaArea .acMenu {
  margin: 0 0 15px;
}
#qaArea .acMenu dt.titGreen.active,
#qaArea .acMenu dt.titGreen {
  margin-bottom: 0!important;
}
#qaArea .acMenu dt.titGreen.active span {
  background: url(/img/icon/icon_minus.png) right center no-repeat;
  background-size: 22px 24px;
  margin-bottom: 0;
}
#qaArea .acMenu dt.question {
  padding-left: 2em;
  position: relative;
  cursor: pointer;
}
#qaArea .titGreen {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #499916;
  padding: .5em .8em;
  border: 1px solid #dedede;
  background: url(/img/tit/bg_h2.png) center center;
}
#qaArea .acMenu dt.titGreen span {
  display: block;
  background: url(/img/icon/icon_plus.png) right center no-repeat;
  background-size: 22px 24px;
  padding-right: 30px;
  color: #343434;
  text-decoration: none;
}
#qaArea .acMenu dt.question span:after {
  width: 1em;
  height: 1em;
  content: 'Q';
  font-weight: bold;
  color: #499914;
  position: absolute;
  left: .5em;
  top: .5em;
}
/* answer */
#qaArea .acMenu dd.answer {
  background: #fff;
  padding: 1em 1em 1em 3em;
  position: relative;
  display: none;
}
#qaArea .acMenu dd {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e3e3e3;
  background: #f8f8f6;
  padding: 10px 0 0;
  margin-bottom: 10px;
}
#qaArea .acMenu dd.answer p:after {
  width: 1em;
  height: 1em;
  font-size: 18px;
  content: 'A';
  font-weight: bold;
  color: #499914;
  position: absolute;
  left: .5em;
  top: .5em;
}

.logoWrap {
  text-align: center;
}
.logoWrap .imgLogo {
  margin-bottom: 5px;
}
.logoWrap .txtLogo {
  font-weight: bold;
}

@media screen and (min-width: 600px) {
}
@media screen and (max-width: 600px) {
  .modalNotice {
    font-size: 14px;
  }
  #mainArea .mainImg {
    margin-bottom: 15px;
  }
  #mainArea .mainLead {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  #presentArea {
    margin-bottom: 80px;
    padding-top: 40px;
  }
  #presentArea .presentTxt {
    margin-bottom: 10px;
  }
  #presentArea .presentTxt img {
    width: 92%;
  }
  #presentArea .presentImg img {
    width: 90%;
  }

  #detailArea .stepList li {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    min-height: auto;
  }
  #detailArea .stepList li:last-child {
    margin: 0;
  }
  #detailArea .stepList li:after {
    content: '';
    border-right: 38px solid transparent;
    border-left: 38px solid transparent;
    border-top: 20px solid #1d9bf0;
    border-bottom: 38px solid transparent;
    position: absolute;
    top: auto;
    bottom: -76px;
    right: 50%;
    margin-right: -38px;
  }
  #detailArea .stepList .stepTxt {
    margin-bottom: 10px;
  }
  #detailArea .modalBtn {
    width: 90%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 50px;
  }
  #detailArea .modalBtn:before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    right: 8px;
  }
  #detailArea .modalBtn:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    right: 14px;
  }

  #twitterArea {
    padding: 40px 0;
  }
  #twitterArea .twitterL,
  #twitterArea .twitterR {
    width: 100%;
    float: none;
  }
  #twitterArea .twitterL {
    margin-bottom: 30px;
  }
  #twitterArea .twitterL h3 img {
    width: 100%;
  }
  #twitterArea .twitterR h3 {
    font-size: 18px;
  }
  #twitterArea .twitterR .profile .profileImg {
    width: 30%;
  }
  #twitterArea .twitterR .profile .profileImg img {
    width: 90%;
  }
  #twitterArea .twitterR .profile .profileTxt {
    width: 68%;
    padding-top: 35px;
  }
  #twitterArea .twitterR .profile .profileTxt .proflieName {
    font-size: 15px;
  }

  #qaArea {
    margin-bottom: 50px;
  }
  #qaArea .titGreen {
    font-size: 14px;
  }
  #qaArea .acMenu dt.titGreen span {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #qaArea .acMenu dt.question span:after {
    top: 0.7em;
  }
  #qaArea .acMenu dd.answer p:after {
    font-size: 14px;
  }
  #qaArea .acMenu dd.answer {
    padding-top: 0.7em;
    padding-left: 2em;
  }

  #contactArea {
    padding-bottom: 0;
  }
  .logoWrap {
    position: static;
  }
  .logoWrap .imgLogo img {
    width: 68px;
  }
}

/* その他部分 */

#sns {
    margin: 0 auto 20px;
}
#sns ul {
text-align: right;
}
