/* CSS Document */
/*design*/

@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";

*{
	margin:0;
	padding:0;
	line-height: 1.0;
}

html,body{
	background-color: #F7F7F7;
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
/*  font-family :YuMincho,'Yu Mincho',serif;*/
	color: #000;
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	max-width:750px;
}

body,h1,h2,h3,h4,p,li {
    letter-spacing: 0.1em;
    line-height: 1.8;
		margin:0;
}

img{
    width:100%;
    height:auto;
}

p {
    margin: 0 0 0 0;
    font-size: 24px;
    line-height: 1.7;
    font-weight: normal;
    padding: 0;
}



.main{
  background-color: #fff;
}

@media screen and (min-width:641px) {
  .image--item{
    margin: 0 auto;
    width: 80%;
  }
}


@media screen and (min-width:960px) {
  .wrap{
    padding: 0 4rem;
  }
}

@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}
/*　見出し
-------------------------------------*/

.block__title--type1 {
	color: #1260bc;
	text-align: center;
	margin-bottom: 50px;
}

.block__title--main {
	font-size: 56px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #88afdd;
	display: inline-block;
}

.block__title--sub {
	font-size: 20px;
}

.h2__title{
	padding: 60px 0 50px 0;
}
/*　header
-------------------------------------*/

.header{
  background-color: #fff;
	padding: 15px 70px;
}

.header__inner{
	display: flex;
	align-items: center;
}

.header__logo{
	margin-right: 30px;
}

.header__text {
	font-size: 30px;
	font-weight: bold;
}


/*　footer
-------------------------------------*/
.footer{
	padding-bottom:140px;
}

.footer__inner {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(38, 36, 32, 1) 50%, rgba(0, 0, 0, 1));
	padding: 45px;
}

.footer__logo img {
	width: 141px;
	height: 69px;
	margin: 0 auto;
	display: block;
}

.footer__link {
	margin-top: 30px;
	text-align: center;
}

.footer__link a {
	color: #1260bc;
	text-decoration: underline;
}

.footer__copy {
	background: #002d60;
	padding: 30px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}


/*　common
-------------------------------------*/

.astList li {
	padding-left: 1.5em;
	position: relative;
}

.astList li .ast {
	position: absolute;
	left: 0;
	top: 0.4em;
}

/*voice*/
.voice{
	margin: 30px 10px 60px 10px;
}
.voice__cont{
	display: flex;
	background: #fff;
	padding: 20px 10px;
	margin: 20px;
	justify-content: center;
	align-items: center;
	border: 4px solid #152f50;
	box-shadow: 5px 5px 0px 0 rgb(21 47 80);
}
.voice__txt{
	padding-left: 20px;
	width: 70%;
	color: #000;
	letter-spacing: 0;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
}
.voice__cont .voice__img{
	width: 10%;
}
.red{
	color: #cb3a3a;
}

@media screen and (max-width:750px) {
.voice{
	margin: 10px 10px 30px 10px;
}
.voice__cont{
	display: flex;
	background: #fff;
	padding: 15px;
	margin: 10px;
	justify-content: center;
	border: 2px solid #152f50;
}
.voice__txt{
	width: 70%;
	color: #000;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}
.voice__cont .voice__img{
	width: 15%;
}
}

/*　beauty
-------------------------------------*/

.beauty .block__pointTx {
	margin-top: 74px;
}

.balloonText {
	padding: 30px;
}

.balloonText__left,
.balloonText__right {
	background: #0076da;
	color: #fff;
	padding: 40px 20px;
	letter-spacing: 0;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
	position: relative;
}

.balloonText__left {
	margin-right: 80px;
}

.balloonText__right {
	margin-left: 80px;
}

.balloonText__left::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #0074da transparent transparent transparent;
	position: absolute;
	left: 50px;
	bottom: -30px;
}

.balloonText__right::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #0074da transparent transparent;
	position: absolute;
	right: 50px;
	bottom: -30px;
}

.balloonText__point {
	color: #faff5f;
}


/*　ideal
-------------------------------------*/

.ideal .block__inner{
	background: linear-gradient(70deg, #0b90dc, #20b2ca);
}
.block__title{
	background: #fff;
}
.ideal__catch--txt{
	margin-top: 20px;
}


.idealBox {
	border-radius: 5px;
	margin: 65px 30px 40px 30px;
	position: relative;
}

.idealBox__num {
	width: 216px;
	height: 70px;
	position: absolute;
	top: -38px;
	left:30px;
}

.idealBox__title {
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 60px 40px 30px;
	background: #0076da;
}

.idealBox__detail {
	background: #fff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	padding: 40px 15px;
	line-height: 1.5;
	letter-spacing: 0;
}



/*　coupon
-------------------------------------*/

.coupon {
	background: #152f50;
	padding:30px;
	margin:-2px 0 0 0;
	
}

.couponBtn__text {
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 20px 0;
	display: flex;
}

.couponBtn__text p {
	font-size: 40px;
}
.couponBtn__catch{
	margin: 20px 0;
}
.couponBtn__btn{
	animation: btn 0.8s infinite alternate;
}
@keyframes btn {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1.02);
  }
}

.ac__title {
  position: relative;
  padding: 10px 0;
	text-align: left;
}

/* 矢印 */
.ac__title:after {
   content: "";
   position: absolute;
   right: 0px;
   top: 20%;
   transition: all 0.2s ease-in-out;
   width: 14px;
   height: 14px;
   border-top: 4px solid #50a0ff;
   border-right: 4px solid #50a0ff;
   transform: rotate(135deg);
 }

/* 開いた時に矢印の向きを変える */
.ac__title.open:after {
  transform: rotate(-45deg);
}

/* 隠れているコンテンツ */
.ac__content {
  display: none;
}

/* 一番上のコンテンツは開いた状態にしておく */
.open {
display: block;
}



/*　complex
-------------------------------------*/

.overcome__inner {
	padding: 0px 40px 30px;
}

.overcome__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
}

.overcome__title--point {
	font-size: 40px;
}

.overcome__title--point2 {
	font-size: 50px;
}

.overcome__title--point3 {
	font-size: 50px;
	color: #1260bc;
}

.cardArea {
	display: flex;
	flex-wrap: wrap;
}

.card {
	background: #152f50;
	width: 48%;
	margin-bottom: 5%;
	color: #fff;
}

.card:nth-child(2n) {
	margin-left: 4%;
}

.card__detail {
	margin: 25px;
}

.card__detail p {
	font-size: 24px;
}

.card__detail--bold {
	font-weight: 800;
	color: #152f50;
	background: #edcf27;
}


/*　faq
-------------------------------------*/

.faq {
	padding: 30px;
	background: #eef7f9;
}

.faq__accordion .accordion {
	margin: 40px 0;
}

.faq__accordion .accordion__title {
	padding: 40px 64px  40px 30px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	position: relative;
	border-radius: 10px;
	transition: .3s;
	background: #1260bc url("../img/ic_11.png") no-repeat;
	background: linear-gradient(70deg, #0b90dc, #20b2ca);
	background-position: left top;
	line-height: 1.5;
}

.faq__accordion .open.accordion__title {
	border-radius: 10px 10px 0 0;
	transition: .3s;
	
}

.faq__accordion .accordion__title::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -9px;
	width: 30px;
	height: 17px;
	background: url("../img/ic_arrow.png") no-repeat;
	background-size: 30px 17px;
	transform: rotate(0deg);
	transition: .3s;
}

.faq__accordion .open.accordion__title::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -9px;
	width: 30px;
	height: 17px;
	background: url("../img/ic_10.png") no-repeat;
	background-size: 30px 17px;
	transform: rotate(180deg);
	transition: .3s;
}

.faq__accordion .accordion__detail {
	background: #fff;
	padding: 40px 30px;
	border-radius: 0 0 10px 10px;
}

.faq__text--point {
	font-weight: bold;
	color: #1260BC;
	background: linear-gradient(transparent 70%, #cbf7e2 30%);
}


.attentionBox {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}

.attentionBox__title {
	color: #c13826;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
}

.priceCard {
	background: #fff;
	border-radius: 5px;
	padding: 40px 30px;
	border-top: 24px solid #1260bc;
	margin-bottom: 30px;
}

.priceCard__title {
	color: #1260bc;
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.priceCard__fee {
	text-align: center;
	margin-bottom: 50px;
}

.priceCard__fee--point {
	font-weight: bold;
	font-size: 46px;
}

.priceCard__fee--yen {
	font-size: 32px;
}

.priceCard__ast {
	background: #e8f4ff;
	padding: 30px;
	margin-top: 20px;
	font-size: 22px;
}



/*　doctor
-------------------------------------*/

.doctor__inner {
	margin: 30px 0 60px;
	padding: 0 30px;
}

.doctor__career {
	background: #1a160e url("../img/bg_.04.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.career__inner {
	padding: 50px 30px;
	color: #fff;
}

.career__title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}

.careerCard {
	border-bottom: 2px solid #4a4a4a;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.careerCard:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.careerCard__year {
	color: #f8d33e;
	margin-bottom: 10px;
}

/*　about
-------------------------------------*/

.about p {
  text-align: left;
}

.about__inner {
	margin: 30px 30px 60px;
}

.about__title--h3 {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin: 40px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #152f50;
}
.about__title--h3sub {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	margin: 0 0 30px;
	padding:0 0 20px 0;
	border-bottom: 1px solid #152f50;
}
.about__inner .block__text{
	border: 3px solid #152f50;
	padding: 20px;
}

.about__img {
	margin-bottom: 30px;
}

.about .block__table table {
	width: 100%;
	margin-bottom: 30px;
}

.about .block__table th,
.about .block__table td {
	padding: 20px 0;
}

.about .block__table tr {
	border-bottom: 2px dotted #c4c4c4;
	width:640px;
}

.about .block__table tr:last-child {
	border-bottom: 0;
}

.about__map {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}


/*　message
-------------------------------------*/

.message {
	padding-bottom: 60px;
	background: #eef7f9;
}

.message__inner {
	margin: 0 30px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
}

.message__text p {
	font-size: 24px;
}

.message__rightText p {
	font-size: 22px;
	text-align: right;
	padding-top: 30px;
}


@media screen and (max-width:750px) {
	
	body,p {
		font-size: 16px;
		text-align: center;
	}
	
	.header {
		padding: 2vw 9.4vw;
	}
	
	.header__logo {
		margin-right: 4.2vw;
		width: 17.3vw;
	}
	
	.header__text {
		font-size: 4.2vw;
	}


	.footer__inner {
		padding: 5.6vw;
	}

	.footer__logo img {
		width: 20vw;
		height: auto;
	}

	.footer__link {
		margin-top: 4.2vw;
	}

	.footer__copy {
		padding: 4.2vw;
		font-size: 1.4vw;
	}
	
	.block__title--main {
		font-size: 7.5vw;
	}

	.block__title--sub {
		font-size: 2.7vw;
	}

.red{
	color: #f35b72;
}
	.beauty .block__pointTx {
		margin-top: 10vw;
	}
	

	.balloonText__left, .balloonText__right {
		font-size: 5vw;
		padding: 5.3vw  2.6vw;
		margin-bottom: 45px;
	}

	.balloonText__left {
		margin-right: 10vw;
	}
	
	.balloonText__right {
		margin-left: 10vw;
	}

	.balloonText {
		padding: 4.5vw 4.1vw 4.1vw;
	}
	
	.idealBox {
		margin: 8.6vw 4vw 5.3vw;
	}
	.ideal__catch{
		font-size: 18px;
	}
	
	.idealBox__title {
		padding: 8vw 5vw 3.9vw;
	}

	.idealBox__detail {
		font-size: 4.2vw;
    padding: 6vw 1.2vw;
	}

	.idealBox__num {
		width: 31vw;
		height: auto;
    top: -5vw;
    left: 5.3vw;
	}
	
	.checkList__item {
		font-size: 3.8vw;
		padding: 2.6vw 2.6vw 2.6vw 8.2vw;
    text-align: left;
	}
	
	.checkList__item::before {
		width: 6.2vw;
		height: 6.2vw;
		background-size: 6.2vw 6.2vw;
		top: 3vw;
	}
	
	
	.coupon {
		padding: 4.2vw;
	}

	.couponBtn__text {
		font-size: 3.5vw;
		margin: 2.6vw 0;
	}
	
	.couponBtn__text p {
		font-size: 5vw;
	}

	.overcome__inner {
		padding: 8vw 5vw 4.2vw;
	}

	.overcome__title {
		font-size: 4.4vw;
		margin-bottom: 8vw;
	}

	.overcome__title--point {
		font-size: 5vw;
	}

	.overcome__title--point2 {
		font-size: 6.8vw;
	}

	.overcome__title--point3 {
		font-size: 6.8vw;
	}

	.card__detail {
		margin: 3.4vw;
	}
	.card__detail p {
	font-size: 15px;
		line-height: 1.5;
    text-align: left;
}
	.faq {
		padding: 4.2vw;
	}

	.faq__accordion .accordion {
		margin: 5vw 0;
	}

	.faq__accordion .accordion__title {
		padding: 5vw 8vw 5vw 3vw;
		font-size: 3.3vw;
    text-align: left;
	}

	.faq__accordion .accordion__title::after {
		content: "";
		right: 2.5vw;
		margin-top: -1vw;
		width: 4.2vw;
		height: 2.5vw;
		background-size: 4.2vw 2.5vw;
			transform: rotate(0deg);

	}

	.faq__accordion .open.accordion__title::after {
		content: "";
		right: 3.8vw;
		margin-top: -1vw;
		width: 4.2vw;
		height: 2.5vw;
		background-size: 4.2vw 2.5vw;
		transform: rotate(180deg);
	}

	.faq__accordion .accordion__detail {
		padding: 5vw 4.2vw;
	}
  
  .faq__accordion .accordion__detail p {
    text-align: left;
  }

	.price {
		padding: 8vw 4.2vw;
	}

	.price__title {
		margin-bottom: 4.2vw;
	}

	.price__title span {
		font-size: 6vw;
		padding-left: 9vw;
	}

	.price__title span::before {
		content: "";
		width: 6.8vw;
		height: 6.8vw;
		background-size: 6.8vw 6.8vw;
	}

	.attentionBox {
		padding: 4.2vw;
		margin-bottom: 4.2vw;
	}

	.attentionBox__title {
		font-size: 5.3vw;
	}

	.priceCard {
		padding: 5vw 4.2vw;
		margin-bottom: 4.2vw;
	}

	.priceCard__title {
		font-size: 4.6vw;
		margin-bottom: 2.6vw;
	}

	.priceCard__fee {
		margin-bottom: 6.8vw;
	}

	.priceCard__fee--point {
		font-weight: bold;
		font-size: 6.1vw;
	}

	.priceCard__fee--yen {
		font-size: 4.6vw;
	}

	.priceCard__ast {
		padding: 4.2vw;
		margin-top: 2.6vw;
		font-size: 2.8vw;
	}
	
	.doctor__inner {
		padding: 0 4.2vw;
		margin: 4.2vw 0 8vw;
	}

	.career__inner {
		padding: 50px 4.2vw;
	}

	.career__title {
		font-size: 4.8vw;
		margin-bottom: 5vw;
	}

	.careerCard {
		margin-bottom: 3.4vw;
		padding-bottom: 3.4vw;
	}

	.careerCard__year {
		margin-bottom: 0.9vw;
	}
  
  .careerCard p {
    text-align: left;
  }
	
	.about__inner {
		margin: 4.2vw 4.2vw 8vw;
	}

	.about__title--h3 {
		font-size: 5.2vw;
		margin: 5vw 0;
		border-bottom: 2px solid #152f50;
	}
  
	.about__title--h3sub {
		font-size: 4vw;
		margin: 0 0 5vw;
	}

	.about__img {
		margin-bottom: 4.2vw;
	}

	.about .block__table table {
		margin-bottom: 4.2vw;
	}

	.about .block__table th,
	.about .block__table td {
		padding: 2.6vw 0;
	}

	.about__map {
		width: 100%;
		height: 60vw;
		margin-bottom: 4.2vw;
	}

	.message .block__inner {
		margin: 0 20px;
		padding: 0 4.2vw 5vw 4.2vw;
	}

	.message__text p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 2.6vw;
    text-align: left;
    padding-top: 20px;
	}

	.message__rightText p {
		font-size: 4.2vw;	
	}
}


.small{
		font-size: 24px;
}
.small.fs16{
	font-size: 16px;
}

@media screen and (max-width: 660px){
.small{
		font-size: 14px;
}
}


/*　flow
-------------------------------------*/

.flow__inner {
	margin: 0 0 60px;
}


div.flow_1 {
    position: relative;
}

.video{
width:420px;
max-width:100%;
padding:0 30px 0 30px;
margin:0 auto;
}


@media screen and (max-width:500px) {
	.video{
		width:70%;
		}
}

/*　line btn
-------------------------------------*/

.bgw{background-color: #fff;
padding:10px 0 0 0;
margin:-10px 0 -10px 0;
}
#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll
/*ボタンの設定*/
.auraBtn {
  height: 70px;
  position: relative;
  /*横幅*/
  width: 85%;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 40px auto;
  /*-webkit-transition: .2s;
  transition: .2s;*/
  text-align: center;
}

.auraBtn {text-align: center;}


#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll

/*ボタンが広がるアニメーション（1番目）*/
.auraBtn:before {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out infinite;
  animation: auraBtn 2s ease-out infinite
}

#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll

/*ボタンが広がるアニメーション（2番目）*/
.auraBtn:after {
  /*アニメーションの設定 変更する場合は該当場所を修正してください。
   アニメーション名、動きの速さ.2s（=0.2秒）、動き具合、動く回数*/
  -webkit-animation: auraBtn 2s ease-out 1s infinite;
  animation: auraBtn 2s ease-out 1s infinite
}

#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll

/*ボタンが広がるアニメーション（共通設定）*/
.auraBtn:before,
#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*広がるボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ffc1c4;
  /*広がるボタンの初期位置*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll

/*ボタン自体の設定*/
.auraBtn a {
  height: 70px;
  display: flex;
  /*内側の余白｜上下余白｜左右余白｜*/
  padding: 16px 20px 10px 20px;
  /*ボタンの角丸*/
  border-radius: 100vh;
  /*ボタン内テキストの水平方向の位置*/
  text-align: center;
  /*リンクの装飾*/
  text-decoration: none;
  /*ボタンの色(green, red, blue以外の場合はここを修正してください）*/
  background: #ff5555;
  position: relative;
  z-index: 1;
}

/*広がるボタンのアニメーション（変更する場合は該当する箇所を修正してください）*/
@keyframes auraBtn {

  /*アニメーション初期（0秒の時）*/
  0% {
    /*拡大率　（1=100％）*/
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*透明度（0=透明、1=不透明）*/
    opacity: 1
  }

  /*1.8秒時*/
  90% {
    /*透明度*/
    opacity: .1
  }

  /*アニメーション最後（2秒時）*/
  to {
    /*拡大率　1番目の値はX軸、2番目の値はY軸*/
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
    /*透明度*/
    opacity: 0
  }
}


/*ボタン右側の矢印の設定*/
.auraBtn a p {
  height: 37px;
  display: flex;
  position: relative;
  /*文字の色*/
  color: #fff;
  /*文字の太さ*/
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}

#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn a p:after {
  content: "";
  position: absolute;
  /*矢印の位置*/
  top: 50%;
  right: -100%;
  /*矢印の横幅*/
  width: 8px;
  /*矢印の高さ*/
  height: 8px;
  margin: -4px 0 0 0;
  /*矢印の線｜太さ｜線種｜色｜*/
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  /*矢印の回転角度*/
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg)
}


.auraBtn span{margin-top: -1%;
font-size:17px;
line-height:1.6rem;
}
@media screen and (max-width:700px) {
.auraBtn span{margin-top: -2%;}

#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn a p:after {
	right: -60%;
}
}

@media screen and (max-width:500px) {
	#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn a p:after {
	right: -20%;
}
.auraBtn span{margin-top: 6%;
	line-height:1.8rem;
	font-size:14px;
}
}


@media screen and (max-width:460px) {
	#sb-part-1060.sb-custom-part-l9qsmmapehq25ni6ll .auraBtn a p:after {
		right: -27%;
}
.auraBtn span{margin-top: -2%;
line-height:1.5rem;
font-size:14px;
margin-right:14px;
}
}


@media screen and (min-width: 768px){
	.br-sp {display: none; }
	}

.auraBtn img{
	text-align: center;
    width:40px;
	height:40px;
    margin-right: 6px;
    vertical-align: -20px;
}


/*　risk
-------------------------------------*/
.flow__inner {
	margin: 0 0 60px;
}





/*アコーディオン2*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#383838;
	font-size:22px;
	text-align: center;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}





.line_dtl_ttl{
	padding-top: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
	font-weight: bold;
}
.line_dtl_txt {
    padding: 20px;
	color: #ffffff;
    text-align: center;	
	font-size: 14px;
}


.f_btn {
    position: fixed;
    bottom: -10px;
    color: #fff;
    padding:0;
	padding-bottom: 10px;
    cursor: pointer;
    transition: .3s;
    margin: 0 auto;
    max-width: 750px;
	width:100%;
	height:130px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}


.active {
    opacity: 1;
    visibility: visible;
}
div.flow_1 {
    position: relative;
}
div.flow_1 div.flow_1video {
    width: 28%;
    height: auto;
    position: absolute;
    left: 6%;
    top: 140px;
}
div.flow_1video video {
    width: 100%;
    height: auto;
}

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

	div.flow_1 div.flow_1video {
		top: 74px;
	}
}