@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	background-color: #fffdfa;
}


/*===========================================================================
 fixd menu
============================================================================*/
/*=================
 header
==================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header a{
	display: block;
	width: 35vw;
}

header a img{
	display: block;
	width: 100%;
}

header a img:hover,div.side_fixbtn a:hover{
    animation-name: pulse;
    animation-duration: 1s;
}


/*=================
 side_fixbtn
==================*/
div.side_fixbtn{
	display: none;
}

a.side_fixbtn_sp {
	display: block;
	position: fixed;
	z-index: 99;
	right: 0;
	top: 0;
	width: 150px;
	transition: .5s;
}

a.side_fixbtn_sp img {
	display: block;
	width: 100%;
	height: 100%;
}

a.side_fixbtn_sp:hover {
	margin-bottom: 10px;
}


/*=================
 instagram
==================*/
a.insta{
	position: absolute;
	/*position: fixed;*/
	display: flex;
	align-items: center;
	top: 3vw;
	right: 5vw;
	margin: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #ea5532;
	font-weight: bold;
	color: #ea5532;
	z-index: 10;
}

a.insta img{
	width: 18px;
	margin-right: 10px;
}


/*===========================================================================
 toppage
============================================================================*/
/*=====================
 common
=====================*/
/*-----------
 見出し
------------*/
h2.main_h2{
  display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #e95532;
}

h2.main_h2 span{
  display: block;
	font-size: 14px;
	color: #6a3906;
	text-align: center;
}

h2.main_h2:before {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: -15px;
	width: 100%;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image : linear-gradient(to right, #e95532, #e95532 5px, transparent 5px, transparent 8px);  /* 幅2の線を作る */
	background-size: 8px 3px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

p{
	line-height: 2em;
}


/*=====================
 mainvisual
=====================*/
section#mainvisual{
	width: 100%;
	/*height: 60vh;*/
	position: relative;
}
/*
section#mainvisual:before {
	position: absolute;
	content:'';
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	width:100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(155,182,188,0.10);
}
*/

section#mainvisual picture.mv img {
	display: block;
	width: 100%;
}

a.insta-btn_moto,
a.insta-btn_naka {
	position: absolute;
	right: 3vw;
	display: block;
	width: 30vw;
	height: 22vw;
}

a.insta-btn_moto {
	top: 47.5vw;
}

a.insta-btn_naka {
	bottom: 0;
}

a.insta-btn_moto img,
a.insta-btn_naka img {
	display: block;
	width: 100%;
}

section#mainvisual h2{
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	margin: auto;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1em;
	color: #e95532;
	z-index: 10;
}


section#mainvisual h2 span{
	display: block;
}

section#mainvisual h2 img{
	display: block;
	width: 80vw;
	margin-top: 10px;
}

div.kengaku_pop{
	position: absolute;
	bottom: 35vw;
	right: 5vw;
	margin: auto;
	width: 30vw;
	z-index: 10;
}

div.kengaku_pop img{
	display: block;
	width: 100%;
}

/* swiper */
.swiper-slide img {
	display: block;
	width: 100%;
	height: 60vh;
	object-fit: cover;
}

.swiper-slide img.sp_slid {
	object-position: right;
}


/*=====================
 concept
=====================*/
section#concept{
	width: 100%;
	padding-top: 50px;
}

div.concept_wrap{
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 5px solid #e95532;
	text-align: center;
}

div.concept_wrap img{
	display: block;
	width: 150px;
	margin: 0 auto 20px;
}

div.concept_wrap p strong{
	display: block;
	margin: 0 auto 10px;
	font-size: 18px;
	color: #e95532;
	text-align: center;
}


/*=====================
 business
=====================*/
section#business{
	width: 100%;
	padding: 50px 0 20px;
	text-align: center;
}

div.business_wrap{
	width: 90%;
	margin: 0 auto;
}

div.business_box{
	width: 100%;
	margin-bottom: 30px;
}
div.business_box h3 img{
	display: block;
	height: 18vw;
	margin: 0 auto 20px;
}
div.business_box img.business_img{
	display: block;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}


/*=====================
 rehabili
=====================*/
section#rehabili{
	width: 100%;
	padding: 50px 0 500px;
	text-align: center;
	background-color: #f5eace;
}

section#rehabili h2.main_h2 img{
	display: block;
	width: 50px;
	margin: 0 auto;
}

section#rehabili p{
	display: block;
	width: 90%;
	margin: 0 auto;
}

div.method_wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div.method_wrap img{
	width: 25vw;
	margin-bottom: 20px;
}

div.method_box{
	width: 100%;
}
div.rehabili_wrap{
	width: 90%;
	margin: 20px auto 0;
	padding: 10px 30px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #fffdfa;
}

div.rehabili_box{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	border-bottom: 2px dashed #f5eace;
}
div.rehabili_box:last-child{
	border-bottom: none;
}

div.rehabili_box img{
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}

div.rehabili_text{
	width: 100%;
}

div.rehabili_text p{
	width: 100%;
}

div.rehabili_text h3{
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
}

div.rehabili_text h3::before{
	position: absolute;
	content:'';
	width:25px;
	height:25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

div.rehabili_text h3.rehabili_01::before{
	background-image: url("../images/rehabili_01.png");
}
div.rehabili_text h3.rehabili_02::before{
	background-image: url("../images/rehabili_02.png");
}
div.rehabili_text h3.rehabili_03::before{
	background-image: url("../images/rehabili_03.png");
}
div.rehabili_text h3.rehabili_04::before{
	background-image: url("../images/rehabili_04.png");
}
div.rehabili_text h3.rehabili_05::before{
	background-image: url("../images/rehabili_05.png");
}
div.rehabili_text h3.rehabili_06::before{
	background-image: url("../images/rehabili_06.png");
}
div.rehabili_text h3.rehabili_07::before{
	background-image: url("../images/rehabili_07.png");
}


/*=====================
 flow
=====================*/
section#flow{
	width: 100%;
	margin-top: -450px;
	text-align: center;
}

div.flow_wrap{
	width: 90%;
	margin: 10px auto 0;
	padding: 30px 0 20px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #fffdfa;
	border: 5px solid #f5eace;
}

ul.flow_box {
	width: 85%;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
}

.flow_box > li:not(:last-child) {
  margin-bottom: 30px;
}

.flow_box > li .icon {
  font-size: 12px;
	font-weight: 600;
  color: #fff;
  background: #e95532;
  margin-bottom: 10px;
  padding: 8px 20px;
  display: block;
}

.flow_box dt {
  font-size: 18px;
	font-weight: 600;
  color: #e95532;
  margin-bottom: 5px;
}

/* fee */
div#fee{
	position: relative;
	width: 90%;
	margin: 30px auto 0;
	padding: 20px 20px 80px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: left;
	background-color: #f5eace;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");	
}

div#fee img{
	position: absolute;
	display: block;
	bottom: 0;
	right: 2vw;
	margin: auto;
	width: 80px;
}

div#fee p br{
	display: none;
}

div#fee p strong{
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #e95532;
}


div#fee span{
	display: block;
	margin-top: 20px;
	color: #e95532;
	font-weight: bold;
}

div#fee ul li{
	list-style: disc;
	margin-left: 10px;
}

div#fee ul li:not(:last-child){
	margin-bottom: 20px;
}

/*=====================
 contact
=====================*/
section#contact{
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

section#contact h2.main_h2,section#contact h2.main_h2 span,section#contact p{
	color: #fff;
	display: block;
}

section#contact p{
	width: 80%;
	margin: 0 auto 30px;
}

section#contact h2.main_h2:before{
	display: none;
}

div.contact_wrap{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 50px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #e95532;
}

div.contact_wrap:hover{
    animation-name: pulse;
    animation-duration: 1s;
}

.contact_top_l{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
}

.contact_top_r{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	transform: rotate(45deg);
}

.contact_bot_l{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 20px;
	transform: rotate(45deg);
}

.contact_bot_r{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
}

/*-----------
 ボタン
------------*/
a.contact_btn{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 13px ;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .5s;
	color: #e95532;
	border: 2px solid #e95532;
	background-color: #fff;
}

a.contact_btn:hover{
	color: #fff;
	background-color: #e95532;
	border: 2px solid #fff;
}

/*=====================
 facility
=====================*/
section#facility{
	position: relative;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

div.facility_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
	box-sizing: border-box;
}

div.facility_wrap table{
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
}

div.facility_wrap table th{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #e95532;
	/*background-color: rgba(233,85,50,0.20);
	border-radius: 50px;*/
	color: #e95532;
}

div.facility_wrap table td{
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}

div.facility_wrap table td strong{
	color: #757575;
}

img.facility_01{
	position: absolute;
	bottom: 0;
	right: 2vw;
	width: 15vw;
}

img.facility_02{
	position: absolute;
	bottom: 0;
	right: 15vw;
	width: 20vw;
}

section#facility iframe{
	width: 100%;
	height: 400px;
}

div.bottom_border{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: url("../images/border.png");
	background-size: 200px;
	
}

/*=====================
 footer
=====================*/
footer{
	position: relative;
	width: 100%;
	padding: 30px 0 5px;
	text-align: center;
	background-color: #fff;
	color: #e95532;
}

div.footer_wrap{
	width: 80%;
	margin: 0 auto;
}

footer h1 img{
	width: 100px;
	transition: .5s;
}

footer h1 img:hover{
	opacity: .7;
}

img.footer_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	z-index: 1;
}

p.copyright{
	position: relative;
	font-size: 10px;
	color: #808080;
	padding-top: 20px;
	z-index: 5;
}

a.pagetop {
	display: block;
	position: fixed;
	z-index: 99;
	right: 2%;
	bottom: 2%;
	width: 80px;
	height: 80px;
	transition: .5s;
}

a.pagetop img {
	width: 100%;
	height: 100%;
}

a.pagetop:hover {
	margin-bottom: 10px;
}

/*===========================================================================
 inquiry
============================================================================*/
/*=================
 entry
==================*/
div.inquiry_header{
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

div.inquiry_header p{
	text-align: left;
}

div.inquiry_header br{
	display: none;
}

div.inquiry_wrap{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

div.inquiry_wrap table{
	width: 100%;
	line-height: 3em;
}

div.inquiry_wrap table th{
	display: block;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 2px solid #e95532;
	color: #e95532;
	line-height: normal;
}

/* 必須マーク */
div.inquiry_wrap table th span{
	margin: 0 0 0 10px;
	padding: 2px 5px;
	box-sizing: border-box;
	background-color: #e95532;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

div.inquiry_wrap table td{
	display: block;
	padding: 15px;
	box-sizing: border-box;
}

/* 入力箇所のスタイル */
div.inquiry_wrap input,div.inquiry_wrap select{
	padding: 6px 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap textarea{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap table span.contents span{
	display: block;
	font-size: 13px;
	color: #575757;
	line-height: normal;
}

div.inquiry_wrap table span.contents span.error_disp {
	font-size: 12px;
	color: #C7151C;
}

span.date p{
	color: #757575;
}

span.date input{
	width: 50px;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: none;
}

div.inquiry_wrap td.name input,div.inquiry_wrap td.tel input{
	width: 100%;
}

div.inquiry_wrap td.name span,div.inquiry_wrap td.tel span{
	display: inline-block;
	width: 100%;
	font-weight: bold;
}

div.inquiry_wrap td.tel span{
	display: inline-block;
	width: 100%;
}

/*エラーテキスト*/
span.error_disp {
	font-size: 12px;
	color: #C7151C;
}

/*-----------
 complete
------------*/
div.inquiry_header p strong{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #e95532;
}

div.inquiry_header p img{
	display: block;
	width: 50vw;
	margin: 30px auto;
}

.complete_wrap {
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
	text-align: center;
}


/*-----------
 ボタン
------------*/
div.confirm_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
/*確認・申し込み確定*/
.confirm_button {
	width: 50vw;
	text-align: center;
	transition: 0.5s;
}

.confirm_button:hover {
    opacity: 0.7;
}

/*戻る*/
.return_button {
	margin-top: 5vw;
	border: 2px #f7b52c solid;
	color: #f7b52c;
	font-weight: bold;
	font-size: 13px;
	background-color: #fff;
	padding: 2vw 0;
	width: 25vw;
	transition: 0.5s;
	border-radius: 50px;
	cursor: pointer；
}

.return_button:hover {
	opacity: .5;
}


/*=====================
 evaluation
=====================*/
section#evaluation{
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

div.evaluation_wrap{
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

div.evaluation_wrap p{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

div.evaluation_wrap p span{
	margin: 0 auto;
	padding: 20px 0;
}

div.evaluation_box{
	width: 100%;
	padding-top: 10px;
}

div.evaluation_text{
	width: 100%;
}

div.evaluation_text h3{
	position: relative;
	display: inline;
	margin-bottom: 20px;
	font-size: 18px;
}

div.evaluation_text h3::before{
	position: absolute;
	content:'';
	width:25px;
	height:25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: -40px;
	top:0;
	bottom:0;
	margin:auto;
}

div.evaluation_text h3.rehabili_01::before{
	background-image: url("../images/rehabili_01.png");
}
div.evaluation_text h3.rehabili_02::before{
	background-image: url("../images/rehabili_02.png");
}

div.evaluation_text ul{
	padding-top: 20px;
}

div.evaluation_text ul li{
	padding-bottom: 35px;
}

div.evaluation_text ul li a{
	display: block;
	width: 80%;
	margin: 15px auto 0;
	padding: 10px 30px;
	box-sizing: border-box;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: .1em;
	transition: .5s;
	color: #e95532;
	border: 2px solid #e95532;
	background-color: #fff;
}

div.evaluation_text ul li a:hover{
	color: #fff;
	background-color: #e95532;
	border: 2px solid #fff;
}


/*---------------------------------
  ▼　20230522修正　▼
----------------------------------*/
/*=====================
 new_paprika 
=====================*/
section#new_paprika{
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

section#new_paprika h2{
	font-size: 20px;
	color: #8dc21f;
}

section#new_paprika h2:before {
	background-image : linear-gradient(to right, #8dc21f, #8dc21f 5px, transparent 5px, transparent 8px);  /* 幅2の線を作る */
}

section#new_paprika div.kengaku_pop{
	position: absolute;
	bottom: -6vw;
	right: -3vw;
	margin: auto;
	width: 20vw;
	z-index: 10;
}

div.new_paprika_wrap{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 5px solid #8dc21f;
}

div.new_paprika_box{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

div.new_paprika_box img{
	display: block;
	width: 40vw;
	margin: 0 auto;
}

div.new_paprika_box p img.new_paprika_copy{
	display: block;
	width: 80vw;
	margin-bottom: 20px;
}

div.new_paprika_box p strong{
	display: block;
	margin: 0 auto 20px;
	font-size: 17px;
	line-height: 1.5em;
	color: #757575;
	text-align: center;
}

div.new_paprika_box p strong br,div.new_paprika_box p br{
	display: none;
}

img.new_paprika_img{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

/*-----------
 ボタン
------------*/
section#new_paprika a.contact_btn{
	color: #8dc21f;
	border: 2px solid #8dc21f;
}

section#new_paprika a.contact_btn:hover{
	background-color: #8dc21f;
	color: #fff;
}


/*=====================
 time
=====================*/
div.time{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
}

div.time table{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

div.time table th{
	display: block;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #e95532;
	color: #e95532;
}

div.time table td{
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 2px solid #e95532;
}


/*=====================
 outline
=====================*/
section#outline{
	width: 100%;
	padding: 50px 0 0;
	text-align: center;
}

div.outline_wrap{
	width: 90%;
	margin: 10px auto 0;
	box-sizing: border-box;
	text-align: left;
}

div.outline_box{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 5vw;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	border: 10px solid #e95532;
}

div.outline_box_02{
	border: 10px solid #8dc21f;
	margin-top: 30px;
}

section#outline div.kengaku_pop{
	position: absolute;
	top: 2vw;
	right: 2vw;
	margin: auto;
	width: 20vw;
	z-index: 10;
}

div.outline_about{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

div.outline_about img{
	display: block;
	width: 40vw;
	margin: 0 auto;
}

div.outline_about p strong{
	display: block;
	margin: 20px auto;
	font-size: 18px;
	line-height: 1.5em;
	color: #757575;
	text-align: center;
}

div.outline_img{
	position: relative;
}

div.outline_img img.outline_img_bg{
	display: block;
	width: 100%;
	border-radius: 20px;
}

div.outline_service{
	width: 100%;
	margin: 20px auto 20px;
}

div.outline_service img{
	display: block;
	height: 12vw;
	margin: 0 auto;
}

div.outline_contact{
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

div.outline_contact span{
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #e95532;
	color: #fff;
	border-radius: 10px;
}

div.outline_box_02 div.outline_contact span{
	background-color: #8dc21f;
}

div.outline_box_02 p{
	padding-bottom: 20px;
}

div.outline_contact p strong{
	display: block;
	margin: 20px auto 0;
	font-size: 20px;
	text-align: center;
}

section#outline iframe{
	width: 100%;
	height: 200px;
	margin-top: 30px;
}

/*-----------
 ボタン
------------*/
section#outline a.contact_btn{
	color: #8dc21f;
	border: 2px solid #8dc21f;
}

section#outline a.contact_btn:hover{
	background-color: #8dc21f;
	color: #fff;
}


/*=====================
 message 20230609追加
=====================*/
section#message{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	box-sizing: border-box;
}

div.message_wrap{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #f5eace;
	border-radius: 50px;
	text-align: center;
}

div.message_wrap h3{
	color: #e95532;
	font-size: 18px;
	margin-bottom: 10px;
}

div.message_wrap p{
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

div.message_wrap p strong{
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #e95532;
	font-size: 16px;
	border-bottom: 2px dotted #e95532;
}

div.message_wrap p span.ceo{
	display: block;
	text-align: right;
	padding-top: 20px;
}

div.message_wrap p span.ceo span.ceo_name{
	padding-left: 25px;
	font-size: 20px;
}


/*=====================
 message 20240229追加
=====================*/
section#seminar {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
	box-sizing: border-box;
	text-align: left;
}

div.seminar_wrap {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px 30px;
	box-sizing: border-box;
	background-color: #f5eace;
	border-radius: 30px;
	text-align: center;
}

img.seminar_mv_sp{
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	border-radius: 20px;
}

img.seminar_mv{
	display: none;
}

div.seminar_wrap h3.seminar_h3 {
	display: inline;
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	text-align: left;
}

div.seminar_wrap h3.seminar_h3::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.seminar_wrap h3.seminar_h3_01::before {
	background-image: url("../images/rehabili_01.png");
}

div.seminar_wrap h3.seminar_h3_02::before {
	background-image: url("../images/rehabili_02.png");
}

div.seminar_wrap h3.seminar_h3_03::before {
	background-image: url("../images/rehabili_03.png");
}

div.seminar_outline {
	width: 90%;
	margin: 0 auto;
}

div.seminar_date {
	text-align: left;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_date ul {
	padding-top: 10px;
}

div.seminar_date ul li {
	margin-left: 30px;
	position: relative;
	margin-left: 1.5em;
}

div.seminar_date ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: .5em;
	left: -1.3em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e95532;
}

div.seminar_date ul li span {
	font-weight: 600;
}

div.seminar_lecturer {
	text-align: left;
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_outline span.ceo {
	display: block;
	text-align: left;
	padding-top: 10px;
	font-size: 12px;
}

div.seminar_outline span.ceo span.ceo_name {
	padding-left: 0;
	font-size: 20px;
}

div.seminar_outline img {
	display: block;
	width: 10vw;
	min-width: 40%;
	margin-right: 20px;
}

div.seminar_program {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: left;
}

div.seminar_program_in ul {
	padding-top: 20px;
}

div.seminar_program_in ul li {
	margin-bottom:10px;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fffdfa;
}

div.seminar_program_in ul li span {
	color: #e95532;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 2em;
}

div.seminar_program_in ul li p {
	margin-top: 5px;
	font-size: 13px;
	line-height: normal;
}

div.seminar_program_in ul li p span{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	background-color: #e95532;
	padding: 0px 10px;
	box-sizing: border-box;
	border-radius: 50px;
	margin: 0 10px 0 0;

}