@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'MS PGothic', 'MS UI Gothic', 'ヒラギノ丸ゴ Pro W4';
	/*font-family:'メイリオ','Meiryo','ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ Pro W4',sans-serif;

	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans','Meiryo',sans-serif;*/
  color: #5B5B5B;

}
html{
	  font-size: 16px;
}
p{
  line-height:1.8;
	letter-spacing: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a*/

a:link, a:visited, a:hover, a:active {
  color: inherit;
}
*,*::after,*::before {
	box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

a{
  text-decoration:none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
	display: block;
	cursor: pointer;
}
a:hover{
  opacity: .8;
}
a:visited{
	color: inherit;
}
h1{
	font-size: 3rem;
	font-weight: 600;
}
h2{
	font-size: 2.5rem;
	line-height: 2rem;
	padding-left: 110px;
}
h2.t-white::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 28%;
	width: 100px;
	height: 1px;
	background-color: #fff;
	transform: translateY(-50%);
}
h2.t-gray::before{
	content: "";
	position: absolute;
	left: 0px;
	top: 28%;
	width: 100px;
	height: 1px;
	background-color: #474747;
	transform: translateY(-50%);
}
h3{
	font-size: 2rem;
  font-weight: 600;
}

img {
		width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;

}
@media screen and (max-width: 768px){
	html{
		  font-size: 14px;
	}
	h1{
		font-size: 1.8rem;
	}
	h2{
	padding-left: 40px;
	}
	h2.t-white::before,h2.t-gray::before{
		width: 35px;
	}
	h2.how{
		line-height: 3rem;
	}
	h2.how::before{
		top: 17%;
	}
}

/*common*/
@media screen and (min-width: 769px){
.sp-area{
  display: none!important;
}
}

section{
  width: 100%;
}
@media screen and (max-width: 768px){
  section{

    margin:auto;
		padding: 0;
  }

  .sp-area{
    display: block;
  }
  .pc-area{
    display: none!important;
	}

}
@media screen and (min-width:769px) and ( max-width:1024px){
	.tab-area{
		display: none;
	}
}
/*font*/
.t-urbane{
	font-family: urbane, sans-serif;
	letter-spacing: 0.1rem!important;
}
.t-avenir{
	font-family: 'Avenir Next',sans-serif;
}
.t-din{
font-family: 'din-2014', sans-serif;
	letter-spacing: normal;
}
.t-italic{
	font-style: italic;
}
.t-body{
	font-size: 1.1rem;
}
.t-body2{
	font-size: 0.875rem;
}
.t-body4{
	font-size: 0.7rem;
}
.t-body6{
	font-size: 0.8rem;
}
.t-body7{
	font-size: 1rem;
}
.t-body5{
	font-size: 0.6rem;
}
.t-body3{
	font-size: 0.9rem;
}

.t-subtitle{
	font-size: 1.4em;

}
.t-large{
	font-size: 1.25rem;
}
.t-large2{
	font-size: 4rem;
}

.t-large3{
	font-size: 2rem;
}
.t-large4{
	font-size:1.7rem;
}
.t-large5{
	font-size: 2.5rem;
}
.t-semibold{
	font-weight: 600;
}
.t-bold{
	font-weight: bold;
}
.t-subtitle{
	font-size: 1.3rem;
}
.t-underline{
	text-decoration: underline;
}
sup{
	font-size: 0.6em;
    vertical-align: top;
}
.t-dot{
  position: relative;

  }
.t-dot::before{
	position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
  background: -webkit-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
  background: radial-gradient(circle 5px, #d9689b 30%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
 }
.t-annotation{
	font-size: .75rem;
}
.t-through{
text-decoration: line-through;
}
.t-black{
	color: inherit;
}
.t-white{
	color: #fff!important;
}
.t-pink{
	color: #E94E97!important;
	letter-spacing: normal;
}
.t-yellow{
	color: #FEDD7D!important;
	letter-spacing: 0.3rem;
}
.t-green{
	color: #0DA59C!important;
}
.t-gray{
	color: #474747!important;
}
.t-backwhite{
	background: #fff;
}
.t-backgray{
	background: #DDDDDD;
}
.backblack{
	background: #474747;
}
.t-backpink{
    background: #FFF1F3;
}
.t-backgreen{
    background:#0DA59C;
}
.t-hukidashi{
	position: relative;
	display: inline-block;
	margin:16px 0 -5px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FCFCFC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.t-hukidashi::before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FCFCFC;
}

.t-letter-normal{
	letter-spacing: normal;
}
.lineheight-1{
	line-height: 1rem;
}
.lineheight-3{
	line-height: 3rem;
}

.lineheight-4{
	line-height: 4rem;
}

@media screen and (max-width: 728px){
	.s_t-body{
		font-size: 1rem;
	}
	.s_t-body1{
		font-size: 1.2rem;
	}
	.s_t-large1{
		font-size: 3rem;
	}
	.s_lineheight-1{
		line-height: 1rem;
	}
	.s_lineheight-5{
		line-height: 5rem;
	}
}

/*position*/
.p-re{
	position: relative;
}
.p-ab{
	position: absolute;
}
.p-in{
	position: inherit;
}
.p-middle{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		line-height:2rem
}

@media screen and (max-width: 728px){
	.s_p-re{
		position: relative;
	}
	.s_p-ab{
	position: absolute;
	}
}
/*boreder設定*/
.border-radius-4{
	border-radius: 4px;
}
.border-radius-16{
	border-radius: 16px;
}
.border-radius-30{
	border-radius: 30px;
}
.border-solid-1{
	border: 1px solid;
}
.border-bottom-white-1{
	border-bottom: 1px solid;
}
/*grid*/
.grid3_2{
	width:100%;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 2%;
}
.align-items-center{
	align-items: center;
}
.align-items-end{
	align-items: flex-end;
}
.d_block{
  display: block;
}
.d-flex{
	display: flex;
}
.d-inline{
	display: inline;
}
.align-items-start{
align-items: flex-start;
}
@media screen and (max-width: 728px){
.s_rowgap-32{
	row-gap:32px;
}

.s_d_flex{
  display: flex;
}
.s_d_block{
  display: block;
}
.s_min-inherit{
	min-width: inherit;
}
}


.max800{
	max-width: 800px;
}
.max1000{
	max-width: 1000px;
}

@media screen and (min-width: 729px){
.min500{
	min-width: 500px;
}
}
/*WIDTH*/
.w-1-5 {
width: 1.5%;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-23{
width: 23%;
}
.w-25 {
width: 25%;
}
.w-30 {
width: 30%;
}
.w-32 {
width: 32%;
}

.w-40 {
width: 40%;
}
.w-48 {
width: 48%;
}
.w-50 {
width: 50%;
}
.w-55 {
width: 55%;
}
.w-60 {
width: 60%;
}
.w-70 {
width: 70%;
}
.w-75{
	width: 75%;
}
.w-80 {
width: 80%;
}
.w-90{
  width: 90%;
}
.w-95{
  width: 95%;
}
.w-100 {
width: 100%;
}

.w-auto {
width: auto;
}
.h-auto {
height: auto!important
}
.d-block{
	display: block;
}
.d-inline-block{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.s_w-100{
	width: 100%;
	}
	.s_w-95{
	width: 95%;
	}
.s_w-90{
width: 90%;
}
.s_w-80{
width: 80%;
}
.s_w-70{
width: 70%;
}
.s_w-75{
width: 75%;
}
.s_w-65{
width: 65%;
}
.s_w-60{
width: 60%!important;
}
.s_w-50{
width: 50%;
}
.s_w-38{
width: 38%;
}
.s_w-40{
width: 40%;
}
.s_w-48{
width: 48%;
}

.s_w-18{
width: 18%;
}
.s_w-20{
width: 20%;
}
.s_w-25{
width: 25%;
}
.s_w-45{
width: 45%;
}
.s_w-30{
	width: 30%;
}
.s_w-32{
	width: 32%;
}
.s_w-34{
	width: 34%;
}
.s_w-47{
	width: 47%;
}
.s_w-100{
width: 100%;
}
.s_d-block{
	display: block;
}
.s_d-flex{
	display: flex;
}
}
/*margin-padding*/
.m-10{
	margin: 10px;
}
.m-05p{
	margin: 0.5%;
}
.m-1p{
	margin: 1%;
}
.m-30{
	margin: 30px;
}
.m-auto{
margin: auto;
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-48{
	margin-bottom: 48px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-96{
	margin-bottom: 96px;
}
.mb-104{
	margin-bottom: 104px;
}
.mt-8{
	margin-top:8px;
}
.mt-16{
	margin-top:16px;
}
.mt-32{
	margin-top:32px;
}
.mt-50{
	margin-top:50px;
}
.mt-64{
	margin-top:64px;
}
.mt-104{
	margin-top:104px;
}
.mt-120{
	margin-top:120px;
}
.mr-16{
	margin-right: 16px;
}
.ml-0{
	margin-left: 0;
}
.ml-5p{
	margin-left: 5%;
}
.ml-20p{
	margin-left: 20%;
}
.p-5{
	padding: 5px;
}
.p-8{
	padding: 8px;
}
.p-16{
	padding: 16px;
}
.p-32{
	padding: 32px;
}
.pt-8{
	padding-top: 8px;
}

.pt-16{
	padding-top: 16px;
}

.pt-32{
	padding-top: 32px;
}
.pt-64{
	padding-top: 64px;
}
.pb-3{
	padding-bottom: 3px;
}
.pb-32{
	padding-bottom: 32px;
}
.pb-64{
	padding-bottom: 64px;
}
.prl-5{
	padding-right: 5px;
	padding-left: 5px;
}
.prl-32{
	padding-right: 32px;
	padding-left: 32px;
}
.ptb-2{
	padding-top: 2px;
	padding-bottom: 2px;
}

@media screen and (max-width: 768px){


/*sp-margin*/
.s_m-0{
margin: 0;
}
.s_m-8{
margin: 8px;
}
.s_m-auto{
margin: auto;
}
.s_mb-0{
	margin-bottom: 0px;
}
.s_mb-8{
	margin-bottom: 8px;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mb-32{
	margin-bottom: 32px;
}
.s_mb-55{
	margin-bottom: 55px;
}
.s_mt-0{
	margin-top: 0px;
}
.s_mt-5{
	margin-top: 5px;
}
.s_mt-16{
	margin-top: 16px;
}
.s_mt-32{
	margin-top: 32px;
}
.s_mt-40{
	margin-top: 40px;
}
.s_mt-50{
	margin-top: 50px;
}
.s_mt-60{
	margin-top: 60px;
}
.s_ml-0{
	margin-left: 0;
}
.s_ml--8{
	margin-left: -8px;
}
.s_mb-32{
	margin-bottom: 32px;
}
.s_mb-40{
	margin-bottom: 40px;
}
.s_mb-64{
	margin-bottom:64px;
}

.s_mbt-64{
	margin-bottom: 64px;
	margin-top: 64px;
}
.s_p-0{
	padding: 0px;
}
.s_p-8{
	padding: 8px;
}
.s_p-16{
	padding: 16px;
}
.s_p-15{
	padding: 1.5%;
}
.s_p-5{
	padding: 5%;
}
.s_pt-0{
	padding-top: 0px;
}
.s_pt-32{
	padding-top: 32px;
}
.s_pt-48{
	padding-top: 48px;
}
.s_pb-0{
	padding-bottom: 0;
}
.s_pb-8{
	padding-bottom: 8px;
}
.s_pb-16{
	padding-bottom: 16px;
}
.s_pb-40{
	padding-bottom: 40px;
}
.s_pr-5{
	padding-right: 5px;
}
.s_pl-5{
	padding-left: 5px;
}
.s_pb-32{
	padding-bottom:32px;
}
.s_ptb-32{
	padding-top: 32px;
	padding-bottom: 32px;
}
.s_prl-8{
	padding-right: 8px;
	padding-left: 8px;
}
.s_mrl-8{
	margin-left: 8px;
	margin-right: 8px;
}
.s_prl-16{
	padding-right: 16px;
	padding-left: 16px;
}
}
.tryBtn a{
	display: flex;
    align-items: center;
    padding: 16px 30px;
    color: #fff;
    max-height: 54px;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: .01em;
    background: #0DA59C;
    border-radius: 1000px;
    box-shadow: 0px 3px 0px rgba(0, 101, 111, 1);
    justify-content: center;
    max-width: 300px;
}

.tryBtn .hukidashi{
	position: relative;
	display: inline-block;
	margin: 0 0 10px;
	padding: 7px;
	min-width: 120px;
	max-width: 100%;
	width: 40%;
	font-size: 16px;
	background: #fff;
	border-radius: 45px;
	margin-top: 16px;
}
.tryBtn .hukidashi::before{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
}

@media screen and (max-width: 768px){
	.tryBtn a{
		width: 90%;
		padding: 16px 20px;
		max-width: inherit;
	}
	.tryBtn .hukidashi{
		padding: 5px 10px;
		min-width: 120px;
		max-width: 100%;
		width: 90%;
		font-size: 12px;
	}
}

.case-container__inner{
	min-height: 180px;
}
.case-container .tryBtn a{
	width: 100%;
font-size: 12px;
padding: 8px;
box-shadow: none;
}
.case-container__comment{
	background-image: url(../images/hukidashi.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 11px;
    display: flex;
    width: 65%;
    align-items: center;
    justify-content: center;
}
.case-container__comment p{
		font-size: 13px;
}
.case-container .tag{
	background: #0DA59C;
color: #fff;
padding: 3px 8px;
font-size: 0.8rem;
top: -6px;
left: -3px;
transform: rotate(-10deg);
font-weight: 600;
}
.case-container .number{
	    background: #E94E97;
	    width: 60px;
	    height: 60px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-radius: 50%;
	    font-size: 40px;
	    margin-left: 2px;
	    top: -30px;
	    color: #fff;
	    left: 50%;
	    transform: translateX(-50%);
}
@media screen and (min-width:769px) and ( max-width:1024px){
	.case-container__comment{
		padding: 64px 11px;
	}
}
@media screen and (max-width: 768px){
	.case-container .tag{
		padding:  3px 30px;
	}
}
/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.between{
  justify-content: space-between;
}
.around{
	justify-content:space-around;

}
.evenly{
	justify-content: space-evenly;
}
.center{
	justify-content: center;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
@media screen and (max-width: 768px){
	.s_align-left{
		text-align: left;
	}
	.s_align-center{
		text-align: center;
	}
	.s_left{
		justify-content: left;
	}
	.s_center{
		justify-content: center;
	}
	.s_wrap{
		flex-wrap: wrap;
	}
}
.max-800{
	max-width: 800px;
}
.max-900{
	max-width: 900px;
}
.max-1100{
	max-width: 1100px;
}
.max-1260{
	max-width: 1260px;
}
/*header*/
header{

}

@media screen and (min-width:769px) and ( max-width:1024px){
	nav{
		width: calc(100% - 160px)!important;
	}

}

@media screen and (max-width: 768px){
	header{

	}

}
/*section共通*/
img.section-title{
	width: 250px;
}
@media screen and (max-width: 768px){
	img.section-title{
		width: 150px;
}
}


	@media screen and (max-width: 768px){

	}
/*top-container*/
.top-container{
	background-image: url(../images/back_top.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.top-container .title{
	top: 50%;
	width: 30%;
	left: 20%;
	transform: translateY(-50%);
}
.top-container .title span.subtitle{
	color: #0DA59C;
	font-size: 0.8rem;
	font-weight: 600;
	border: 1px solid #0DA59C;
	padding: 6px 8px;
	border-radius: 30px;
	letter-spacing: normal;
}

@media screen and (min-width:769px) and ( max-width:1024px){
	.top-container .title{
		width: 40%;
		left: 10%;
	}
}
@media screen and (max-width: 768px){
.top-container .title{
	width: 100%;
	height: 100%;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.title_top{
	margin-bottom: 95%;
}
}
/*osusume-container*/
.osusume-container h3{
	width: 200px;
}
@media screen and (max-width: 768px){
	.osusume-container h3{
		width: 80%;
	}
}

@media screen and (max-width: 768px){


}

/*circle*/
.howto-container .circle{
	width: 60px;
	height: 60px;
	left: -40px;
	top: -40px;
	display: inline-block;
	background: #474747;
	color: #FFF;
	border-radius: 50%;
}
.howto-container .circle p{
	position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    letter-spacing: 0.02rem;
}
.howto-container__box{
	padding: 16px;
    border: 2px dotted #474747;
    border-radius: 8px;
		background: #fff;
}
.place-container,.hours-container,.point_box{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.yellow_tag{
	top: 0;
width: 10%;
right: 30px;
}
@media screen and (max-width: 768px){
	.howto-container__box{
		padding: 8px 16px;
	}
	.howto-container img.w-1-5{
		transform: rotate(90deg);
		width: 10px;
	}
	.howto-container .circle{
		width: 50px;
		height: 50px;
		top: -30px;
		left: -30px;
	}
}
/*hours-container*/
.hours-container table td,
.hours-container table th{
	border: 1px solid #0DA59C;
	    padding: 8px
}
.hours-container table th{
background: #0DA59C;
color: #fff;
font-weight: 600;
}
.hours-container table td{
color: #0DA59C;
font-weight: 600;
}
@media screen and (max-width: 768px){
	.hours-container table td,
	.hours-container table th{
		font-size: 14px;
	}
}
/*point-container*/
.point-container_box{
	background-image: url(../images/back_cross.svg);
	background-size: cover;
	background-repeat: no-repeat;
	border: 3px solid #E94E97;
	filter: drop-shadow(4px 4px 0px #FFA8B1);
}

/*question-container*/
section.question-container{
        padding:60px;
    background: #474747;
		color: #fff;
		margin: auto;
}
section.question-container .section-title_img{
width:15%;
margin:30px;
}
.question-container__title{
	text-align: center;
    background: #d9689b;
    color: #fff;
    padding: 40px;
    font-size: 32px;
    /* font-weight: 900; */
    letter-spacing: .15em;
}
.question-container ul{
  width: 75%;
	max-width: 1000px;
  margin:0 auto;
	font-size: 16px;

}
.question-container li{
  list-style:none;
	padding:0 15px;
	border-bottom: 1px dotted #bbbdc1;

}


.question-container .question p{
	display: flex;
	align-items: center;
    text-align:left;
}
.question-container .question p:nth-child(2){
padding-right:20px;
width: calc(100% - 20px);
}
.question-container .question span:first-child{
	font-size: 32px;
	font-weight: 600;
	font-family: 'Avenir Next',sans-serif;

}
.question-container .question span:nth-child(2){
	margin-right: 20px;
	font-weight: 600;
}
.question-container .answer p:nth-child(2){
width: calc(100% - 150px);
}
.question-container .answer span:first-child{
	font-size: 32px;
	color: #231815;
	font-weight: 600;
}
.question-container .answer span:nth-child(2){
	margin-right: 20px;
	color: #d9689b;
	font-weight: 600;
}
.question-container .question{
  position: relative;
  margin: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  display:flex;

}
.question-container .question p:first-child{
	width:150px;
}
.question-container .question:after {
	content: "";
    position: absolute;
    right: 25px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    transform: rotate(0deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFF;
    margin: 20px auto;

}
.question-container .question.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 20%;
}
.question-container .answer{
	padding: 1.5em;
	display:flex;
   align-items: flex-start;
   text-align:left;
   background:#F1F1F2;
	 color: #474747;
	 border-radius: 6px;
	 font-family: 'Avenir Next', sans-serif;
}
.question-container .answer p:first-child{
	width: calc(150px - 1.5em);
	text-align: left;
	line-height: 1;
}
.question-container  .text-link{
	width: 80%;
	margin: 20px auto;
	color: #3d3f42;
	text-align: right;
	font-size: 16px;
	text-decoration: underline;
	}
.question-container a{
	color: #3d3f42!important;
}
	@media screen and (max-width: 768px){
		section.question-container{
			width: 100%;
			margin: auto;
			padding: 64px 0;
		}
		.question-container ul{
			width: 100%;
			font-size: 14px;
			padding: 0 5%;
		}
		.question-container li{
			padding: 10px;
		}
		.question-container__title{
			font-size: 24px;
			padding: 24px 0;
		}
      .question-container .question{
    		padding: 10px 0;
      }
      .question-container .question p:first-child{
      	margin-left:0;
				width: inherit;
				margin-right: 15px;
      }
      .question-container .answer{
				padding: 15px;
        align-items: center;
        align-items: flex-start;
      }
			.question-container .answer p:first-child{
				width: inherit;
				margin-right: 10px;
			}
      .question-container .answer p:nth-child(2){
      width:100%;
      }
      .question-container .question:after{
          top: 20%;
          right:15px;
      }
      .question-container .question.open:after{
       top: 20%;
          right:15px;
      }
      .question-container .question p:nth-child(2){
			padding-right:50px;
		}
	}
@media screen and (max-width: 768px){
section.question-container .section-title_img{
	width:25%;
}
}
/*btn-container*/

/*footer*/
.footer{
	background: #0DA59C;
	text-align: center;
	padding: 56px 0;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 768px){

}

/**/
.floating {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 100;
    width: 200px;
    transition: all 0.3s ease 0s;
　　visibility: visible;
    opacity: 1;
}
.floating.is-hidden{
			visibility: hidden;
			opacity: 0;
}

@media screen and (max-width: 768px){
	.floating {

    bottom: 10px;
    right: -20px;
    width: 150px;
	}
}




/*追加*/
