@charset "utf-8";
body {
  margin:0 auto;
  padding:0;
  font-size:16px;
  line-height: 1.7;
  background:#fff;
  position:relative;
  color:#333;
  font-family:"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"Meiryo UI","メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-align:left;
}
.nopc {
  display: none;
}
.inner{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
header {
  width: 100%;
  background-image: url(../img/back01.gif);
  background-repeat: repeat;
  position: relative;
  z-index: 10;
}
header p {
  padding: 20px 20px  30px ;
}
header p img {
}
header div {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header div img:nth-child(1) {
  margin: 0 0 60px 57px;
}
header div img:nth-child(2) {
  position: absolute;
  top: 16px;
  left: 710px;
}
.area1 {
  padding-top: 50px;
  padding-bottom: 60px;
    width: 100%;
}
.bg02_01.ko_ba01{
  background-image: url(../img/back02_01.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #EE5757 4px solid;
  border-bottom: #EE5757 4px solid;
}
.bg02_01.ko_ba02{
  background-image: url(../img/back02_02.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #FFA928 4px solid;
  border-bottom: #FFA928 4px solid;
}
.bg02_01.ko_ba03 {
  background-image: url(../img/back02_03.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #71C686 4px solid;
  border-bottom: #71C686 4px solid;
}
.bg02_01.ko_ba04 {
  background-image: url(../img/back02_04.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #B897C8 4px solid;
  border-bottom: #B897C8 4px solid;
}
.bg02_01.ko_ba05 {
  background-image: url(../img/back02_05.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #81B0D8 4px solid;
  border-bottom: #81B0D8 4px solid;
}
.bg02_01.ko_ba06 {
  background-image: url(../img/back02_06.gif);
  background-repeat: repeat;
  position: relative;
  border-top: #FFC9C6 4px solid;
  border-bottom: #FFC9C6 4px solid;
}



main section.area1 article.inner h1 {
  text-align: center;
  margin-bottom: 35px;
}
main section.area1 article.inner h1 img {
}

main section.area1 article.inner>p {
font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
text-align: center;
margin-bottom: 40px;
}


main section.area1>div  {
    position: relative;
    margin: 0 300px 30px;
    min-width: 560px;
    transition: all 0.35s cubic-bezier(0.175,0.885,0.32,1.275);
}
main section.area1>div.hide  {
  opacity: 0;
  transform: translateY(25px);
}

main section.area1>div p {
    position: relative;
padding: 25px 35px 25px;
max-width: 60%;
border-radius: 10px;
box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
main section.area1 div.ques p {
float: right;
margin: 0 18px 0 0;
background: #f3f3f3;
}

main section.area1 div.answ p {
    float: left;
  margin: 0 18px 0 0;
  background: #fff;
}
main section.area1 div.answ p:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -125px;
    width: 91px;
    height: 150px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/yoshimura.png?190624);
}
main section.area1 div.answ.answ_y p:before { background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/yoshimura.png?190624);
}
main section.area1 div.answ.answ_m p:before { background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/matsui.png);
}

main section.area1 div.answ p:after {
    display: block;
    content: "";
    position: absolute;
    top: 32px;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 18px 12px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
}
main section.area1 div.ques p:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    right:-140px;
    width: 100px;
    height: 125px;
    background-position: right top;
    background-repeat: no-repeat;
  background-image: url(../img/woman01s.png);
}
main section.area1 div.ques.wo_01 p:before {
    background-position: right top;
    background-repeat: no-repeat;
  background-image: url(../img/woman01s.png);
  }
main section.area1 div.ques.wo_02 p:before {
    background-position: right top;
    background-repeat: no-repeat;
  background-image: url(../img/woman02s.png);
  }

main section.area1 div p span {
  color: red;
  font-weight: bold;;
}
main section.area1 div.ques p:after {
    display: block;
    content: "";
    position: absolute;
    top: 32px;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 18px 12px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    left: auto;
    right: -18px;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #f3f3f3;
}
main section.bg02_01 article.inner div.linkbox {
  border: 2px solid #ee5757;
  background-color: #fff;
  width:620px;
  padding: 40px 40px 30px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

main section.area1 article.inner div.linkbox  p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:center;
}

main section.area1 article.inner div.linkbox  a.btn1 {
  display: block;
  text-align: center;
  width: 400px;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  background-color: #f5736b;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    box-shadow: 0px 4px #e34840;
    position: relative;
    transition: 0.3s;
    top: 0;

}

main section.area1 article.inner div.linkbox img.check {
  position: absolute;
  top: -30px;
  left: -80px;
}
main section.area1 article.inner div.linkbox img.check.move {
-webkit-animation: budgeAnimate 0.2s 0s linear 6 alternate;
  -moz-animation: budgeAnimate 0.2s 0s linear 6 alternate;
  animation: budgeAnimate 0.2s 0s linear 6 alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.area2 {
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100%;
  background-image: url(../img/back03.gif);
  background-repeat: repeat;
  position: relative;
  text-align: center;
  border-bottom: #e9e9e9 4px solid;
}
main section.area2 article.inner h2 {
  margin-bottom: 30px;
}

main section.area2 article.inner h2 img {
}

main section.area2 article.inner p {
  margin-bottom: 35px;
  font-size: 20px;
}

main section.area2 article.inner ul {
}

main section.area2 article.inner ul li {
  display: inline-block;
  width: 495px;
  margin: 0 5px 10px 0;
}
main section.area2 article.inner ul li:nth-child(2n)  {
  margin: 0 0 10px 0;
}

main section.area2 article.inner ul li a {
}

main section.area2 article.inner ul li a img {
}

footer {
  text-align: center;
  padding: 40px;
}

footer h2 {
  margin-bottom: 25px;
}

footer h2 img {
}

footer ul {
  margin-bottom: 25px;
}

footer ul li {
  display: inline-block;
  width: 241px;
  margin: 0 5px 10px 0;
}

footer ul li a {
}

footer ul li a img {
}

footer p {
  font-size: 14px;
}
main section.area1 article.inner div.linkbox a.btn1:hover {
  box-shadow: 0px 0px #e34840;
  top: 4px;
}

@-webkit-keyframes budgeAnimate {
  0% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

@-moz-keyframes budgeAnimate {
  0% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

@keyframes budgeAnimate {
  0% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(-5deg); } }

.attention{
  text-align:right!important;
  font-size:15px!important;
  font-weight:normal!important;
  text-decoration:none!important;
  margin-top:-20px;!important;
}
