section#about p,
section#about a,
section#about span,
section#about li,
section#about strong,
section.seminar p,
section#info p,
section#info li,
section#info span{
 font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Helvetica, Arial, sans-serif;
}
.blog #header {
height:auto;
background: none;
}
.blog #masthead {
height:auto;
position: relative;
}
#main_img_index {
position: absolute;
bottom: 0;
clear:both;
height:auto !important;
}

#content{
	width: 100%;
}
#lp_main_img{
	display: block;
	margin-bottom: 20px;
}
#lp_main_img img{
	width:100%; 
	height:auto;
}
section#about{
	height: auto;
    overflow: hidden;
    background-color: #fffeef;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 27px;
    margin-top: 20px;
}
#main h3{
    background: none;
    font-size: 24px;
    padding-left: 5px;
}
section#about p,
section#about a{
	font-size:20px;
}
section#about p{
	margin-bottom: 17px;
}
section#about a{
	color:#325bff;
}
section#about p strong{
	font-size:26px;
	font-weight: bold;
}
section#about span.orenge,
section.seminar span.orenge,
section#info span.orenge{
	color: #ff1900;
}
section#about span.red,
section.seminar span.red,
section#info span.red{
	color:red;
}
section#about span.red{
	font-weight: bold;
}
section#about ul.point{
	font-size: 24px;
	background-color: #fff4ad;
	padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section#about ul.point i{
	color: #01a50f;
}
section#about ul.point li{
	list-style: none;
	font-weight: bold;
	padding-left: 5px;
    font-size: 19px;
    margin-bottom: 10px;
}
.fas.fa-check{
    margin-right: 10px;
}
section#seminar{
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 40px;
}
section.bg{
    background-color: #f5edff;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.point li{
    display: flex;
}

.seminar .point{
    margin: 20px 0;
}
.seminar .info{
    margin-bottom: 60px;
}

section.seminar .seminar_info .number{	
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
.seminar_info{
    width: 100%;
    margin-right: 20px;

}
section.seminar .seminar_info h3{	
	font-size: 28px;
	color: #8e4ade;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 15px;
}
section.seminar .seminar_info .name{	
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
section.seminar .seminar_info .point{	
	width:240px;
	height:70px;
	margin-bottom: 15px;
}
#main section.seminar p.info{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
section.seminar .profile{
	overflow: hidden;
}
#content section.seminar p.profile-text{
	font-size: 16px;
	margin-bottom: 0;
}
section.seminar .profile .seminar_info{
	width: 900px;
	background-color: white;
    padding: 20px;
    margin-right: 20px;
}
section.seminar span.red{
	text-decoration: underline;
}
section#info{
	margin-bottom: 40px;
}
section#info > h3,
section#form > h3,
#contact > h3{
	font-size: 28px;
	line-height: 1.4em;
    color: #8342d0;
    background: none;
}
section#info #about{
	border:1px solid #b5b5b5;
	border-radius: 10px;
	padding:15px 30px;
}
section#info #about ul,
section#info #about li{
	list-style: none;
}
section#info #about > ul > li.parent{
	font-size: 22px;
	color: #8342d0;
	margin-top: 20px;
	margin-bottom: 15px;
    border-bottom:1px dotted #c8afe7 !important;
    padding-bottom: 5px;
}
section#info #about > ul > li > ul > li{
	list-style: none;
	font-size: 18px;
	color: black;
	padding-left: 5px;
}
section#info i,
section#form i{
	padding-right: 8px;
}
section#form #form-area{
	padding:20px;
}
section#form #form-area dl{
	padding: 12px 50px;
}
section#form #form-area textarea{
	width:auto;
}
#footer {
	border-top: none;
}

.profile{
    display: flex;
    flex-direction: row-reverse;
}

.flex{
    display: flex;
    flex-direction: row;
}

#main table th, #main table td{
    padding: 8px 10px;
}
#contact_part{
    display: none;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

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

#header {
    margin-top:0;
}
#lp_main_img img{
	padding:0;
}
section#about{
	padding: 10px;
}

section#info #about > ul > li > ul > li{
    font-size: 16px;
    line-height: 1.4em;
    padding-left: 10px;
}
section#form #form-area{
	padding:0;
}
section#form #form-area dl{
	padding: 12px 10px;
}
.flex{
	flex-direction: column;

}
.profile{
	flex-direction: column;
}
section.seminar .profile .seminar_info{
	width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    margin-right: 0;
}
section#about ul.point li{
	font-size: 14px;
}
section#about ul.point {
    background-color: #fff4ad;
    padding: 15px 10px 5px;
    margin-top: 0;
    margin-bottom: 20px;
}
section#about ul.point i{
	margin-top: 4px;
}
.seminar .point{
	max-width: 120px;
}
#main section.seminar p.info {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    padding: 10px;
}
.profile .contants_img{
	width: 60%;
    text-align: center;
    margin: 0 auto;
}
section.seminar .seminar_info .name{
	font-size: 16px;
}
table,tbody{
	display: block;
}
table *{
	box-sizing: border-box;
}
tr{
	display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
    background: #eee;
}
#main table th, #main table td{
	width: 100%;
	border: none;
	height: auto;
	padding: 5px 10px 5px;
}
#btn_send input{
	margin: 0 auto !important;
}
}


