.first-top-wrapper{
  height: 190vh;
}

.first-top{
  background-image: url(../img/oyako.jpg);
  background-size: contain;
  height:80vh;
  background-repeat: no-repeat;
  background-position: center right;
  filter: drop-shadow(5px 5px 5px #aaa);
  margin: 10vh 0;
}

.first-top h1{
  position: absolute;
  top: 50%;
  margin-left: 50px;
}

.first-top-back{
  background-color: #ffcac4;
  height: 45vh;
}
/*----------going--------------*/
.going-wrapper{
  margin: 250px auto;
  width: 1000px;
  text-align: center;
}

.going-box{
  margin: 0 auto;
  text-align: center;
}

.going-image{
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  background-position: center;
}

.going-img1{
  background-image: url(../img/tel.png);
}

.going-img2{
  background-image: url(../img/hokennsyou.png);
}

.going-img3{
  background-image: url(../img/monnsinnhyou.png);
}

.going-img4{
  background-image: url(../img/naikan4.jpg);
}

.going-img5{
  background-image: url(../img/sejyutu_irasto.png);
}

.triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #22caed transparent transparent transparent;
  margin: 50px auto;
}
/*--------insurance------------*/

#insurance-wrapper{
  width: 1000px;
  height: 1500px;
  margin: 200px auto;
  padding: 0;
}

.emphasis{
  background-image: url(../img/emphasis.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 400px;
  margin: 0 280px;
  background-position: left;
}

.check{
  width: 400px;
  margin-left: 300px;
}

.ribbon9 {
  display: inline-block;
  position: relative;
  height: 100px;
  width: 400px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  margin: 0 300px;
}
.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -76px;
  z-index: -2;
  border: 40px solid #56adf3;
  border-left-color: transparent;/*山形に切り抜き*/
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -76px;
  z-index: -2;
  border: 40px solid #56adf3;
  border-right-color: transparent;/*山形に切り抜き*/
}

.ribbon9 h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 100px;
  width: 400px;
  letter-spacing: 0.2em;
  color: #FFF;
  background: #2196F3;/*真ん中の背景色*/
}
.ribbon9 h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #397eb5;/*左の折り返し部分*/
}
.ribbon9 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #397eb5;/*右の折り返し部分*/
}

.insurance-box-wrapper{
  width: 1000px;
  height: 1100px;
}

.insurance-box {
  display: block;
  position: relative;
  margin: 50px 25px;
  padding: 20px 0;
  width: 450px;
  background: #f1f1f1;
  float: left;
  }

.insurance-img{
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  background-position: center center;
}

.insurance-text{
  text-align: center;
  color: #000000;
}

.hiza{
  background-image: url(../img/hiza.png);
}

.nenza{
  background-image: url(../img/nenza.png);
}

.youtsu{
  background-image: url(../img/youtsu.png);
}

.kata{
  background-image: url(../img/kata.png);
}

.ribbon2 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25px;
  box-sizing: border-box;
  padding: 0 25px;
  margin: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.2em;
  color: white;
  background: #ff7070;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  font-size: 30px;
}
.ribbon2:before {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  border: none;
  height: 60px;
  width: 10px;
  background: #ff7070;
  border-radius: 5px 0 0 5px;
}
.ribbon2:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -8px;
  border: none;
  height: 7px;
  width: 8px;
  background: #ca4d4d;
  border-radius: 5px 0 0 5px;
}

.caution-box-wrapper{
  height: 800px;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
  float:left;
}

.ribbon3 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  letter-spacing: 0.3em;
  color: white;
  background: #ff7070;
}

.ribbon3 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #ca4d4d;
}

.caution-title{
  height: 50px;
  margin: 0 auto;
  width: 600px;
}

.caution-title h2{
  float: left;
  margin: 0 25px;
}

.caution{
  width: 400px;
  margin: 50px auto;
  height: 300px;
}

.caution-list{
  font-size: 20px;
}
/*-------  ここからFAQ  --------*/
.faq-section {
  background-color: #e6ecf0;
  text-align: center;
  padding-bottom: 20px;
  color: #5f5d60;
  height: 900px;
  padding-top: 100px;
}

.faq-title{
  margin: 50px auto;
}

#faq-list {
  width: 700px;
  margin: 0 auto;
  list-style: none;
  border: solid 2px #EEF9FF;
  border-radius: 5px;
  padding: 5em;
  position: relative;
}


.faq-list-item {
  margin:10px;
  position:relative;
  cursor:pointer;
  text-align: left;
}

.faq-list-item h3 {
  font-size: 20px;
}

.answer {
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 15px;
  display: none;
}

.question {
  color: #404040;
  border-left: solid 10px #FC9D9D;/*左側の線*/
  border-bottom: solid 4px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 15px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.7em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}
