@charset "UTF-8";
.hana-bg {
  background-image: url(../images/common/main_bg@2x.png), url(../images/common/flower_bg@2x.png);
  background-size: 426px , 572px;
  background-position: left top 170px , right bottom;
}
#main-img {
  text-align: right;
  position: relative;
  margin: 50px auto 0;
  max-width: 1280px;
}
#main-img .main-img__inner {
  position: absolute;
  top: 125px;
  background-color: rgba(255,255,255,0.7);
  padding: 30px;
}
#main-img .main-img__inner dl {
  text-align: left;
}
#main-img .main-img__inner dt {
  font-family: 'YakuHanJP','Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
#main-img .main-img__inner dd {
  font-size: 16px;
  margin: 20px 0 0 0;
}

#top #section1,
#top #section10 {
    padding: 60px 0;
}
#top #section10 h2 {
  margin-bottom: 40px;
}
#top #section10 .contents {
  display: flex;
  justify-content: space-between;
}
#top #section10 .content {
  width: 30%;
}
#top #section10 .content dt {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 10px;
}
#top #section10 .content dd {
  margin: 0 0 20px;
}
#top #section10 .content a {
  margin: auto;
  max-width: 200px;
  padding: 5px 0;
}
#top #section10 .content a:after {
  top: 15px;
}

#top #section20 {
  font-size: 16px;
  padding: 10px 0 80px;
  max-width: 600px;
  margin: auto;
}

#top #section30 h2 {
  color: #3c2826;
  background-color: #b4b1a6;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
}
#top #section20 p {
  margin-top: 20px;
}
#top #section30 .section30__inner {
  background-image: url(../images/top/flow@2x.png) , url(../images/top/mutual_bg@2x.jpg);
  background-size: 100% ,cover;
  background-position: center top 20px, center;
  background-repeat: no-repeat;
}
#top #section30 .section30__inner img {
  margin-right: -30px;
  max-width: 106%;
}
#top #section30 .section30__inner p {
  font-size: 18px;
  padding: 30px 0 11vw 10px;
}
#top #section30 .img-box {
  font-size: 0;
  margin-top: 30px;
}
#top #section40 {
  font-size: 16px;
  padding: 50px 0 60px;
  text-align: center;
}
#top #section40 p {
  display: inline-block;
  margin: 40px auto;
  text-align: left;
}
#top #section40 .button-area {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  width: 79.7%;
}
#top #section40 .button-area-center {
    display: flex;
    justify-content: center;
    margin: 15px auto;
    width: 79.7%;
}
#top #section50 {
  font-size: 16px;
  padding: 40px 0 80px;
  text-align: center;
  background-image: url(../images/top/support_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
#top #section50 h2 {
  position: absolute;
  top: 50%;
  margin-top: -176px;
  right: 0;
  left: 0;
  text-align: center;
}
#top #section50 .contents {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top #section50 .content {
  max-width: 48%;
}
#top #section50 .content:nth-child(3),
#top #section50 .content:nth-child(4) {
  margin-top: 90px;
}

#top #section60 {
  font-size: 16px;
}
#top #section60 .section60__inner {
  background-color: #e6e7e9;
  padding: 60px 0 0px;
}
#top #section60 .section60__inner .wrapper {
  position: relative;
}
#top #section60 h2 {
  text-align: center;
  margin-bottom: 20px;
}
#top #section60 .content {
  position: absolute;
}
#top #section60 .content.con01 {
  top: 57px;
  left: 30%;
  text-align: center;
  padding-bottom: 52px;
}
#top #section60 .content.con01:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 52px;
  background-image: url(../images/top/comment-02@2x.png);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom:0;
  left: 50%;
}
#top #section60 .content.con02 {
  top: 212px;
  left: 0;
  width: 260px;
  padding-bottom: 21px;
}
#top #section60 .content.con02:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 21px;
  background-image: url(../images/top/comment-01@2x.png);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom:0;
  left: 70%;
}
#top #section60 .content.con03 {
  top: 196px;
  right: 0;
  width: 260px;
  padding-bottom: 32px;
}
#top #section60 .content.con03:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 32px;
  background-image: url(../images/top/comment-03@2x.png);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom:0;
  right: 60%;
}
#top #section60 .content_text {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(126,126,126,0.75);
  display: inline-block;
  padding: 20px 25px;
}
#top #section60 .content_img {
  text-align: center;
}
#top #section60 .section60__foot {
  display: flex;
  justify-content: center;
}
#top #section60 .section60__foot dl {
  max-width: 380px;
}
#top #section60 .section60__foot dt {
  font-size: 16px;
  margin-top: 40px;
  font-weight: bold;
}
#top #section60 .section60__foot dd {
  font-size: 14px;
}
#top #section60 .section60__foot dl + dl {
  margin-left: 70px;
}
#top #section61 {
  padding-top: 40px;
  padding-bottom: 60px;
}
#top #section61 .center {
  text-align: center;
  margin: 0 auto;
}
#top #section70 {
  padding-top: 60px;
	padding-bottom: 60px;
}
#top #section70 .section70__inner .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
}
#top #section70 .section70__inner .flex + .flex{
	align-items: flex-start;
	margin-top: 0;
}
#top #section70 .section70__inner .flex dl{
	width: 30%;
	margin-bottom: 30px;
}
#top #section70 .section70__inner .flex + .flex dl{
	margin-bottom: 0;
}
#top #section70 .section70__inner .flex + .flex dl:last-of-type{
	width: 65%;
	background-color: #ece7e1;
	padding: 42px 60px;
	box-sizing: border-box;
}
#top #section70 .section70__inner .flex dl dt{
	font-size: 20px;
	text-align: center;
}
#top #section70 .section70__inner .flex + .flex dl:last-of-type dt{
	text-align: left;
}
#top #section70 .section70__inner .flex + .flex dl:last-of-type ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#top #section70 .section70__inner .flex + .flex dl:last-of-type li{
	width: 50%;
	font-size: 20px;
}
#top #section70 .section70__inner .flex + .flex dl:last-of-type li::before{
	content:  "";
  width: 16px;
  height: 16px;
  display:  inline-block;
  background-color: #000;
  position:  relative;
  top: 3px;
  border-radius:  50%;
  margin-right: 5px
}
#top #section70 .section70__inner .button02{
	margin: 0 auto;
}
#top #section70 .text-area {
  text-align: center;
  margin-top: 40px;
}
#top #section70 .text-area__tx {
  margin-bottom: 20px;
  font-size: 16px;
}
#top #section80 .section80__inner img{
	box-shadow: 4px 4px 4px rgba(126,126,126,0.75);
}
#top #section90 .section90__inner{
	margin-top: 10px;
}
#top #section90 .section90__inner .wrapper{
	max-width: 990px;
}
#top #section90 .section90__inner img{
	max-width: 990px;
	padding-left: 7px;
}
#top #section100 {
  padding: 60px 0 20px;
}
#top #section110 {
  padding: 0 0 60px;
}


/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #top #section30 .section30__inner {
    background-position: center top 70px, center;
  }
  #top #section90 .section90__inner img{
    max-width: 100%;
    padding-left: 0;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #main-img .main-img__inner {
    position: relative;
    margin: -30px auto 0;
    max-width: 520px;
    top: auto;
  }
  #top #section30 .img-box {
    margin-top: 15px;
  }
  #top #section40 .button-area {
    width: 100%;
    flex-flow: column;
  }
  #top #section40 .button-area a:first-child{
    margin-bottom: 15px;
  }
    #top #section40 .button-area-center {
    width: 100%;
    flex-flow: column;
}
  #top #section50 h2 {
    margin-top: 30px;
    position: relative;
  }
  #top #section50 h2 img {
    width: 60vw;
  }                                                                  
  
  #top #section50 .contents {
    flex-direction: column;
  }
  #top #section50 .content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #top #section50 .content:nth-child(1),
  #top #section50 .content:nth-child(2),
  #top #section50 .content:nth-child(3),
  #top #section50 .content:nth-child(4) {
    margin-top: 30px;
  }
  .section60__inner p {
    width: 30%;
    margin-bottom: 0px;
  }
  #top #section60 .content.con01 {
    top: 115px;
    left: 30%;
    padding-bottom: 52px;
  }
  #top #section60 .content.con02 {
    top: 235px;
    left: 0;
    width: 180px;
    padding-bottom: 21px;
  }
  #top #section60 .content.con03 {
    top: 230px;
    right: 0;
    width: 150px;
    padding-bottom: 32px;
}
  #top #section70 .section70__inner:last-child .flex {
    margin-bottom: 30px;
  }
  #top #section70 .text-area {
    margin-top: 0;
  }
  #top #section70 .text-area__tx {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #main-img {
    margin-top: 0;
  }
  #main-img .main-img__inner {
    position: relative;
    margin: -30px 10px 0 10px;
    top: auto;
  }
  #main-img .main-img__inner dt {
    font-size: 5.3vw;
  }
  #main-img .main-img__inner dd {
    font-size: 13px;
  }
  #top #section10 h2 {
    margin-bottom: 0px;
  }
  #top #section10 .contents {
    flex-direction: column;
  }
  #top #section10 .content {
    width: 268px;
    margin: 30px auto 0;
  }
  #top #section10 .content a {
    max-width: 100%;
    border-radius: 10px;
    padding: 10px 0;
  }

  #top #section20 {
    font-size: 12px;
    padding: 10px 0 40px;
  }

  #top #section30 .section30__inner {
    background-image: url(../images/top/flow_sp.png) , url(../images/top/mutual_bg_sp.jpg);
    background-position: center top 100px, center;
  }
  #top #section30 .section30__inner img {
    margin-right: 0px;
    max-width: 100%;
  }
  #top #section30 .section30__inner p {
    font-size: 13px;
    padding: 30px 0 21vw 10px;
  }
  #top #section30 .section30__inner .img-box {
  	margin-top: 50px;
  }

  #top #section40 {
    font-size: 12px;
    padding: 40px 0 40px;
  }
  #top #section40 p {
    margin: 20px auto;
  }
  #top #section50 {
    padding: 45px 0 45px;
    text-align: center;
    background-image: url(../images/top/support_bg_sp.jpg);
    position: relative;
  }
  #top #section60 .section60__inner {
    padding: 35px 0 0px;
  }
  #top #section60 .content{
  	font-size: 10px;
  	position: relative;
  }
  #top #section60 .content_text{
		text-align: left;
  }
  #top #section60 .section60__inner p {
  	text-align: center;
  	margin: 30px 0;
    width: 100%;
	}
	#top #section60 .content.con01 {
		top: 0;
		left: 8%;
    max-width: 300px;
	}
	#top #section60 .content.con01::after {
		left: 70%;
	}
	#top #section60 .content.con02 {
		top: -10px;
		width: 220px;
	}
	#top #section60 .content.con03 {
		top: 10px;
		margin-left: auto;
		width: 210px;
	}
	#top #section60 .section60__foot {
		flex-direction: column;
	}
	#top #section60 .section60__foot dl + dl {
		margin-left: 0;
	}
	#top #section60 .section60__foot dt {
		margin-top: 30px;
	}

  #top #section70 {
    padding-bottom: 45px;
  }
	#top #section70 .section70__inner .flex {
		flex-direction: column;
	}
  #top #section70 .section70__inner:last-child .flex {
    margin-bottom: 5px;
  }
	#top #section70 .section70__inner .flex dl {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
  #top #section70 .section70__inner .flex dl dt {
    font-size: 18px;
  }
	#top #section70 .section70__inner .flex + .flex dl{
		margin-bottom: 25px;
	}
	#top #section70 .section70__inner .flex + .flex dl:last-of-type {
		width: 95%;
		padding: 20px 15px;
		margin: 0 auto 30px;
	}
	#top #section70 .section70__inner .flex + .flex dl:last-of-type dt {
		text-align: center;
		font-size: 16px;
	}
	#top #section70 .section70__inner .flex + .flex dl:last-of-type li {
		font-size: 14px;
		text-align: left;
	}
#top #section70 img{
  width:298px;
height:200px;
}

  #top #section80 {
    padding-bottom: 45px;
  }
  #top #section80 .section80__inner img{
    box-shadow: none;
  }
  #top #section90 {
    padding-bottom: 45px;
  }
  #top #section90 .section90__inner {
    margin-top: 0;
  }
  
  #top #section100 {
    padding: 0 0 10px;
  }
  #top #section110 {
    padding: 0 0 45px;
  }
}