@charset "UTF-8";
#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
#mainArea{
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
	 font-size: 1.2rem;
}
#mainArea div{font-family: yu-gothic-pr6n, sans-serif;}
#mainArea p{font-family: yu-gothic-pr6n, sans-serif;}
.bnr_ {
	width: 900px;
	margin: 0 auto;
}
.f-y {
    font-family: yu-gothic-pr6n, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.f-n {
    font-family: noto-sans-cjk-jp, sans-serif !important;
    font-weight: 500;
    font-style: normal;
	font-size: 1.3rem;
}
.f-f {
    font-family: 'futura-pt', sans-serif !important;
	font-weight: 400;
    font-style: normal;
	font-size: 1.6rem;	
	letter-spacing: 0.5px;
}
section {
	width: 900px;
   margin: 3em auto 6em;
}
.lead {
	width: 84%;
    margin: 3em auto 4em;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: normal;
	text-align: center;
}
h3 {
	font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    font-style: normal;
	margin-bottom: 1em;
}
h3 span {
	font-size: 1.8rem;
    font-weight: 600;
	font-family: 'futura-pt';	
	letter-spacing: 0.5px;
}
h4 {
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 600;
	text-align: center;
	margin: 0 0 1.5em;
	font-family: yu-gothic-pr6n, sans-serif !important;
}
h4 span {
	font-size: 2.2rem;
	line-height: 1.7;
	font-weight: 400;
    font-family: 'futura-pt', sans-serif !important;
	letter-spacing: 0.5px;
	padding-right: 0.5%;
}
.h4-sub {
	font-size: 1.3rem;
	text-align: center;
}
h6 {
    line-height: 2.0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 -1em 0;
    font-family: noto-sans-cjk-jp, sans-serif !important;
}
/*///*/
.profile_ {
    width: 100%;
    margin: 0 auto 7em;
    padding: 2em 0 2em;
	background: #f4f4f4;
}
.profile_inner {
	width: 400px;
    margin: 1em auto 2em;
}
.profile_img {
	display: inline-block;
	width: 34% !important;
    margin: 0 5% 0 0;
	vertical-align: top;
}
.profile_text {
	display: inline-block;
    width: 58%;
    vertical-align: top;
    font-size: 1.2rem;
}
/*///*/
.text-1 {
	width: 360px;
    display: block;
    margin: 0 auto 1em;
}
/*scrolldown*/
.scrolldown1{
  position:absolute;
  left:50%;
  height:70px;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 90px;
  background: #111;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
/*///*/
.chart {
	margin: 5em auto 0px;
	width: 540px;
}
.chart-answer {
	width: 540px;
    margin: 0 auto;
}
.chart-answer a {
	display: inline-block;
	width : 25% ;
    width : -webkit-calc(97% / 4) ;
    width: calc(97.9% / 4);
}
.chart-answer-b {
	width: 540px;
    margin: 0 auto 6em;
}
/*///*/
.answer_text {
	width: 460px;
    margin: 0em auto 3em;
}
.answer_text img {
	width: 110px;
	height: auto;
	margin: 0 0 -4% 63%;
}
.type-title {
	width: 86%;
    margin: 0em auto 2em;
    display: block;
}
/*///*/
.comment_ {
    font-size: 1.2rem;
    margin: 1em 0;
    padding: 2.5em 0;
}
.comment_inner {
    width: 590px;
	margin: 0 auto;
	position: relative;
	padding: 2.5em;
}
.comment_inner::before,
.comment_inner::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_inner::before {
  top: 0;
  left: 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.comment_inner::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.comment_title {
	display: block;
    width: 130px !important;
    margin: 0 auto 1.3em;
}

/*///*/
.recommendArea {
	
}
.itembox {
	display: inline-block;
    width: calc(89% / 4);
    vertical-align: top;
    text-decoration: none;
    font-size: 92%;
    margin: 0 1em 3em;
}  
.itembox p {
	margin-top: 5%;
}  
/*///*/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-prev,.bx-next {display: none;}
/*////*/
.button_all {
    width: 370px;
    height: 49px;
    border: solid 2px #202020;
    background: #202020;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 47px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin:3em auto 0;
	border-radius: 50px;
}
.button_all:hover{
    background: #fff;
	border: solid 2px #202020;
	color: #202020 !important; 
	transition : .3s;
}
/*///*/
.button_link {
	width: 84%;
	margin: 0 auto;
	display: block;
}
/*///*/
.gr_ {
	background: #f4f4f4;
	margin: 0;
    padding: 5em 0 4em;
}
h5 {
	text-align: center;
    font-size: 2.0rem !important;
}
/*////*/

/* アコーディオン */
.details {
	width: 900px;
	margin: 0 auto;
}
.details:last-of-type {

}
.details-summary {
	position: relative;
    width: 370px;
    height: 50px;
    border: solid 2px #202020;
    background: #202020;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 47px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin:1em auto 3em auto;
	border-radius: 50px;		
}
.details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
}
.details-summary .btn {
    position: absolute;
    top: 29%;
    left: 18%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
    content: "";
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}
.details-summary .btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
    content: none;
}
.details-summary b {
	font-family: yu-gothic-pr6n, sans-serif;
	font-weight: normal;
	padding-left: 10%;
}
.details-summary::-webkit-details-marker {
    display: none;
}
.details-content {
}




/*////*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}
.answer_img {
	width: 590px;
    margin: 0 auto;
    display: block;
	padding-top: 5%;
	padding-bottom: 5%;
}
.answer_img2 {
	width: 450px;
    margin: 0 auto;
    display: block;
}
.tips_ttl {
	width: 360px;
    display: block;
    margin: 10em auto 3em;
}
.tips_text {
    width: 460px;
    margin: 0em auto 3em;
}
.tips_text img {
    width: 110px;
    height: auto;
    margin: 0 0 -15% 77%;
}

