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

.video {
	max-width: 960px;
	margin: 0 auto 70px;
}
.video .midashi03 {
	margin-bottom: 1em;
}
.video .midashi03 h2 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 15px;
}
.video .midashi03:before {
	top: 24px;
}
.video_com {
	color: #fff;
	background: #bd8913;
	text-align: center;
	font-size: 1.7rem;
	padding: 1em;
}
.video .inner {
	position: relative;
	width: 100%;
	/*padding-top: 56.25%;*/
}
.video .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.video div { margin: 0 auto 40px; }
#l_top .video-flex {
	display: flex;
	flex-wrap: wrap;
}
#l_top .video-flex .video-flex-child {
	width: 100%;
}
#l_top .video-flex .video-flex-child:nth-child(odd) {
	margin-right: 0;
}

@media screen and (min-width:768px){
	#l_top .video-flex .video-flex-child {
		margin: 0;
		width: 48%;
	}
	#l_top .video-flex .video-flex-child:nth-child(odd) {
		margin-right: 10px;
	}

	#l_top .video-flex .video-flex-child .midashi03 h2 {
		width: 100%;
	}
	.video-flex .midashi03 h2 {
		font-size: 2.4rem;
	}

	#top-qualification ul {
		display: flex;
		justify-content: space-between;
	}
	#top-qualification ul li {
		width: 49%;
	}

	#footer .footer-mainbox {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#footer .footer-mainbox > div {
		width: 50%;
	}
	#footer .footer-mainbox .inner {
		width: 100%;
	}
	footer #footer-top .text {
		margin-right: 0;
		margin-left: auto;
		padding: 50px 60px 50px 0;
	}
	footer #footer-bottom .box {
		margin-left: 0;
		margin-right: auto;
		padding: 30px 0 30px 60px;
		width: 72%;
	}
	#top-qualification li p {
		margin-top: 10px;
		padding-left: 0;
	}
	
}



#top-interview + #top-contents {
	margin-top: 3em;
}

div.intro {
    margin-bottom: 70px;
}
div.intro > p {
	margin-bottom: 30px;
}
.beneBox {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.beneBox div {
	width: 24%;
	margin-bottom: 1em;
}
.beneBox p {
	width: 30%;
	text-align: center;
}
.menjo {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}
.menjo span {
	padding: 0 10px 5px 0;
    color: #5c5c5c;
    font-weight: bold;
    border-bottom: 1px dotted #979797;
}
.beneBox div img {
	max-height: 240px;
}
#licence .midashi03 {
	margin: 48px auto 30px;
}
#licence .midashi03:nth-of-type(n + 3) {
	margin: 30px auto;
}
#licence .midashi03:before {
    top: 18px;
}
.midashi03 h4 {
    padding: 0 20px;
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 2.4rem;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    background: #fff;
    display: table;
    font-feature-settings: "palt";
}
ul.peopleList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.peopleList::before{
  content:"";
  display: block;
  width: 22%;
  order: 1;
}
ul.peopleList::after{
  content:"";
  display: block;
  width: 22%;
}
ul.peopleList li {
	width: 22%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
ul.peopleList li a {
    color: #cb8f36;
}
ul.peopleList li figure {
	margin-bottom: 10px;
	position: relative;
}
ul.peopleList li figure div {
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid rgba(255,255,255,.5);
}
ul.peopleList li span {
	font-size: 2rem;
	font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	color: #000;
}

/* 医学財団概要 */
div.jigyouNaiyou,
div.tekeiKikan,
div.tekeiKikan dl {
	display: flex;
	justify-content: space-between;
}
div.jigyouNaiyou {
	justify-content: space-around;
}
div.jigyouNaiyou ol {
	counter-reset: li;
}
div.jigyouNaiyou ol li {
	margin-bottom: 10px;
}
div.tekeiKikan dl {
	margin-bottom: 20px;
}
div.tekeiKikan {
	flex-wrap: wrap;
}
div.tekeiKikan dl {
	width: 49%;
	background-color: #F9F6EF;
	align-items: center;
	padding: 10px;
}
div.tekeiKikan dl dt {
	width: 100px;
}
div.tekeiKikan dl dd {
	text-align: left;
	width: calc(100% - 100px);
	padding: 10px;
}
div.jigyouNaiyou ol li:last-child,
div.tekeiKikan dl:last-child {
	margin-bottom:  0;
}
div.jigyouNaiyou ol li:before {
	color: #e94553;
	width: 2em;
    counter-increment: li;
    content: counter(li) ". ";
	display: inline;
}

._fukugan_grid_a84637bfc0366c6f20dcf2373131a163 {
	width: 960px;
	margin: 0 auto;
	display: flex;
}

.rssBox {
	padding: 80px 0;
    background: #eee6d0;
}
.rssBoxInner {
	display: flex;
	justify-content: space-around;
	max-width: 960px;
	margin: 0 auto;
}
.rssBoxInner .wrap {
	width: 20%;
}
.rssBoxInner .wrap img {
	width: 100%;
    height: auto;
	overflow: hidden;
	margin-bottom: 1em;
}
.rssBoxInner .day {
	font-size: 1.4rem;
	margin-bottom: .5em;
	display: none;
}
.rssBoxInner .title {
	font-weight: bold;
	margin-bottom: .5em;
}

.attention {
	width: 100%;
	background: #f3ede2;
	border-top: 1px solid #b78d37;
	padding: 1em 0;
}
.attention a {
	display: block;
	max-width: 481px;
	margin: 0 auto;
}
.attention p {
	color: #f00;
	text-align: center;
	font-weight: bold;
}

.attention_gold {
	width: 100%;
	background: #b78d37;
	padding: 1em 0;
}
.attention_gold p {
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.interview_bn{
	margin: 30px 0;
}

@media screen and (max-width: 768px){
	.interview_bn{
		margin: 4% auto;
	}
	.interview_bn_sp{
		width: 90%;
		margin: 0 auto;
	}
}

/* pam.html */
.pam .only a,
.pam .month a {
	display: inline-block;
	color: #e45f7f;
	text-decoration: underline;
}
.pam .nmMidashi05 {
	margin-left: 30px;
}
.pam #nbasic {
	clear: both;
	display: block;
}
.pam .t_type07.nbasicTable tr th:last-child,
.pam .t_type07.nbasicTable tr td:last-child{
	border-right: 1px solid #d1cfb9;
}
.pam .t_type07 tr th span {
	font-weight: bold;
}
.pam .nbasicTable td {
	text-align: center;
}
.pam .nbasicTable td.none {
	background: #eee;
}
.pam .nbasicTable td span {
	color: #744603;
	display: block;
}
.pam .month {
	margin: 1.6em 0;
}
.pam .dipBasic img {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.pam .toggleBox .midashi06 {
	margin-bottom: 20px;
}
.pam .schedule {
	padding-left: 30px;
}

/* アコーディオンstart */
.toggleBox {
	width: 900px;
	margin: 0 auto;
}
.toggle_wrap:last-of-type {
	border-bottom: 1px solid gray;
}
.toggle_switch {
	/* position: relative; */
	cursor: pointer;
	padding: 10px;
	border-top: 1px solid gray;
}
.toggle_switch.open {
	border-bottom: 1px solid gray;
}
.toggle_switch:hover {
	background-color: #F9F6EF;
}
.toggle_switch::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 11px;
	background: url(../img/arrow_down.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	transition: transform .2s;
}
.toggle_switch.open::after {
	transform: rotateZ(180deg);
	top: 46%;
}
.toggle_contents {
	display: none;
	padding: 10px 0;
}
.toggle_contents .t_type07 {
	margin-left: 0;
}

.toggle_switch .accordion_icon {
	font-size: 24px;
	float: right;
	margin-top: -32px;
	color: #cb8f36;
	transition: .3s;
}
.toggle_switch.open .accordion_icon {
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
/* アコーディオンend */

.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}
	
	.video {
		width: 90%;
		margin: 0 auto 30px;
	}
	.video .midashi03 h2 {
		font-size: 1.6rem;
	}
	
	.beneBox p {
		width: 30%;
		text-align: left;
	}
	.menjo {
		margin-bottom: 5px;
		font-size: 1.6rem;
		text-align: center;
	}
	#licence .midashi03 {
		margin: 24px auto;
	}
	#licence .midashi03:nth-of-type(n + 3) {
		margin: 0 auto 24px;
	}
	#licence .midashi03 h4 {
		font-size: 2.1rem;
	}
	ul.peopleList li {
		width: 48%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	div.jigyouNaiyou {
		flex-direction: column-reverse;
	}
	div.jigyouNaiyou img {
		margin-bottom: 10px;
	}
	div.tekeiKikan {
		flex-direction: column;
	}
	div.tekeiKikan dl {
		width: 100%;
	}
	div.tekeiKikan dl {
		margin-bottom: 10px;
	}
	div.tekeiKikan dl dd {
		padding-right: 0;
	}
	
	.rssBoxInner {
		flex-direction: column;
		width: 93%;
		margin: 0 auto;
	}
	.rssBoxInner .wrap {
		width: 100%;
	}
	.rssBoxInner .wrap a {
		display: flex;
		justify-content: space-between;
		font-size: 3.2vw;
		margin-bottom: .5em;
	}
	.rssBoxInner .wrap:last-child a {
		margin-bottom: 0;
	}
	.rssBoxInner .pic {
		width: 30%;
		margin: 0;
		padding: 0;
	}
	.rssBoxInner .txt {
		width: 67%;
	}
	.rssBoxInner .day {
		font-size: 1.1rem;
	}
	.attention {
		position: relative;
		top: 58px;
		border-top: none;
		border-bottom: 1px solid #b78d37;
	}
	.attention a {
		padding: 0 1em;
	}
	.attention_gold {
		position: relative;
		top: 58px;
	}
	
	/* pam.html */
	.pam .only {
		margin-top: 1em;
	}
	.pam .nmMidashi05,
	.pam .month {
		margin-left: 0;
	}
	.pam #nbasic {
		margin-top: -60px;
		padding-top: 60px;
	}
	.pam .t_type07.nbasicTable:first-of-type {
		margin-bottom: 1em;
	}
	.pam .t_type07 tr:first-of-type th {
		/* text-align: left; */
		font-size: 90%;
	}
	.pam .teach {
		margin-bottom: 1em;
	}
	.pam .schedule {
		padding-left: 0;
	}

	/* アコーディオンstart */
	.toggleBox {
		width: 100%;
	}
	/* アコーディオンend */
}

/* history */
.medicineHistory {
    display: flex;
    justify-content: space-between;
}
    .medicineHistory .btn-ptn1 {
        width: 49%;
    }
#history .scrollBox {
    max-width: 900px;
    overflow-x: scroll;
    border: 1px solid #979797;
}
    .dragscroll {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: grab;
    }
    .dragscroll:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: grabbing;
    }
    #history .scrollBox img {
        max-width: 1500px;
    }
    #history .scrollBox:nth-of-type(2) img {
        max-width: 1596px;
    }
    @media screen and (max-width: 768px) {
        .medicineHistory {
            flex-direction: column;
        }
        .medicineHistory .btn-ptn1 {
            width: 100%;
        }
        .medicineHistory .btn-ptn1:first-of-type {
            margin-bottom: 1em;
        }
        #history .scrollBox img {
            max-width: 1000px;
        }
        #history .scrollBox:nth-of-type(2) img {
            max-width: 1064px;
        }
        div.intro > p.memo {
            margin-bottom: 1em;
        }
	}
	

/* TOP固定バナー */

#l_top .floating {
	z-index: 99;
	width: 900px;
	position: fixed;
	display: flex;
	left: 50%;
	bottom: 1%;
	transform: translateX(-50%)
				translateY(-1%);
}

#l_top .floating .attendBtnGreen{
	padding: 15px;
}

#l_top .floating .attendBtnRed{
	padding: 15px;
}

@media screen and (max-width: 768px) {
	#l_top .floating{
		display: none;
	}
}

.kotei {
	display: none;
}
	@media screen and (max-width: 768px) {
		footer.f_top .copyright {
			padding-bottom: 18%;
		}
		.kotei {
			display: inherit;
			position: fixed;
			bottom: 0;
			background: #a87a20;
			text-align: center;
			width: 100%;
		}
		.kotei ul {
			display: flex;
			max-width: 424px;
			margin: 0 auto;
		}
		footer #pagetop {
			bottom: 19vw;
		}
	}


/* YouTube埋め込み */
div.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
div.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#mouse {
	position: fixed;
	bottom: 0;
	right: -10px;
	width: 50px;
	z-index: 10000;
}

/* チャート */
#commonHeader {
    position: relative;
    margin: 0 auto;
    max-height: 210px;
    z-index: 100000;
    
    color: #5391BA;
    font-weight: bold;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

}
#commonHeader section#flows {
    margin: 0 auto;
    max-height: 170px;
    position: relative;
    
    font-size: 360%;
    text-align: center;
    padding:5px 5px 30px;

}

#flowsHead{
    font-size: 100%;
    text-align: center;
    padding-top: 30px;
    padding:30px 5px 5px;

}

#commonHeader section#flows a.homeLink {
    width: 555px;
    height: 58px;
    position: absolute;
    left: 200px;
    top: 77px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
article:after, section:after, .clrFx:after {
    content: '';
    clear: both;
    display: block;
}
main {
    padding: 0 0 35px 0;
    /* margin: 0 auto; */
    max-width: 980px;
    margin: 0 auto;
}
#pageBody {
}

.hsd_question {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
    margin-top: 50px;
}
.hsd_question ul {
    position: relative;
    left: 50%;
    float: left;
}
.hsd_question li {
    position: relative;
    left: -50%;
    float: left;
}
#pageBody p {
    margin-bottom: 1em;
}
.hsd_question_txt {
    padding: 8px 10px 0px 12px;
    font-size: 25px;
    color: #282828;
    text-align: center;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.hds_answer {
    position: relative;
    overflow: hidden;
    margin-bottom: 85px;
}
.hds_answer ul {
    position: relative;
    left: 50%;
    float: left;
}
.hds_answer li {
    position: relative;
    left: -50%;
    float: left;
}
.img-yes {
    font-size: 10px;
}

#wrapper {
    position: relative;
    clear: both;
}
.margin {
    background-color: #fff;
    width: 50px;
    height: 151px;
}
.qalist{
    min-width:320px;
    max-width:800px;
    margin:0 auto;
}
.qalist li {
    font-size:130%;
    font-weight: bold;
    padding-top: 30px;
}

.qbox{
    text-align:center;
}
.qabox{
    width:300px;
    margin: 0 auto;
}

.question {
    font-size:15px;
    line-height:1.5em;
    padding:10px;
}
.question:after{
    clear:both;
}
.answer {
    font-size:15px;
    line-height:1.5em;
    color:#000000;
    padding:10px;
}
.sig{
    text-align:right;
    font-size:xx-small;
}


.qabtn {
    position: relative;

}
.qabtn::before,
.qabtn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.qabtn,
.qabtn::before,
.qabtn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qabtn {

}
.qabtn:active {
    top: 3px;
    box-shadow: none;
}
.qabtny{
    margin-right:30px;
}

.btnBox{
    text-align:center;
    width: 90px;
    float: left;
    height: 90px;
    padding: 20px;
    border-radius: 90px;
    cursor :pointer;
    
    color: #fff;
    font-size:150%;
    line-height: 90px;
    
    margin-top:30px;
}

.btnBox_y{
    background-color: #FF8DB4;
    margin-right: 40px;
}

.btnBox_n{
    background-color: #62D7DE;
}

.q{
    font-family: "Mplus 1p";
    font-size:300%;
    height: 50px;
    color:#F55257;
}
.qtxt{
}

.point_box {
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    padding: 4px;
    margin: 10px 5px 10px;
    font-size:110%;
}

.point_box .box {
    padding: 5px 5px 1px;
    background-color: #fff;
}

.point_box .title {
    font-weight: bold;
    font-size: 115%;
    position: relative;
    line-height: 1.2;
}
.point_box .title{
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 1em 0 0.5em;
    text-align: left;
}

.point_box .title:after {/*タブ*/
    position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ Result';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.point_box .box .txt {
    padding: 10px 10px 0px;
    line-height: 1.45;
    text-align: left;
}
.bg-y {
    background: #FFFF73;
}
.fs-18 {
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
}
.redtext, .red {
    color: #D03F37;
}
.img {
    margin: 0 auto 10px;
    max-width: 500px;
}
.img img {
    max-width: 100%;
}

#pageBody .title p{
    margin:3px 0 1px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active,
.square_btn:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

/* system */
.system h4 {
	width: 90%;
	margin: 0 auto 3%;
}

/*タブ切り替え全体のスタイル*/
.system .tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 900px;
	margin: 0 auto;
	margin-bottom: 70px;
}

/*タブのスタイル*/
.system .tab_item {
	width: calc(100%/3);
	height: 110px;
	border-bottom: 2px solid #e94553;
	background-color: #d9d9d9;
	line-height: 2;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	padding-top: 23px;
}
.system .tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.system input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.system .tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#pi:checked ~ #pi_content,
#fc:checked ~ #fc_content,
#basic:checked ~ #basic_content,
#maista:checked ~ #maista_content,
#ibt:checked ~ #ibt_content,
#cbd:checked ~ #cbd_content,
#femtech:checked ~ #femtech_content,
#wellness:checked ~ #wellness_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #e94553;
	color: #fff;
}

.system table, .system tr, .system th, .system td {
	border: solid 1px #ccc;
	border-collapse: collapse;
}
.system th {
	width: 32%;
	vertical-align: middle;
	background: #e5dfdf;
}
.system th, .system td {
	padding: 1em;
}
.system #pi_content td,
.system #basic_content td,
.system #ibt_content td,
.system #femtech_content td {
	background: #e7f2e8;
}
.system #pi_content tr:nth-child(odd) td,
.system #basic_content tr:nth-child(odd) td,
.system #ibt_content tr:nth-child(odd) td,
.system #femtech_content tr:nth-child(odd) td {
	background: #f4fafa;
}
.system #fc_content td {
	background: #fbe3e6;
}
.system #fc_content tr:nth-child(odd) td {
	background: #fef5f6;
}
.system #maista_content td,
.system #cbd_content td {
	background: #fdf2f3;
}
.system #maista_content tr:nth-child(odd) td,
.system #cbd_content tr:nth-child(odd) td {
	background: #fefafa;
}
.system #maista_content td,
.system #wellness_content td {
	background: #fdf2f3;
}
.system #maista_content tr:nth-child(odd) td,
.system #wellness_content tr:nth-child(odd) td {
	background: #fefafa;
}
/* .system table img {
	margin: 0 auto;
} */
.system table .flt {
	display: flex;
	align-items: center;
}
	.system table .flt img {
		margin-left: 1em;
	}

#ibb {
}
.ibbDiplomaWrap {
	position: relative;
}
.ibbMidashi + .diploma {
	position: absolute;
	right: 100px;
	width: 100px;
	transform: rotate(10deg);
}
	.ibbMidashi + .diploma,
	#ibb .stepIn.lastStep .flexR .diploma {
		border: 1px solid #eee;
	}
.midashi01.ibbMidashi {
	line-height: 1.4;
}
	.midashi01.ibbMidashi span {
		font-size: 2rem;
		display: block;
	}
.midashi03.ibbMidashi p {
	text-align: center;
	padding: 0 20px;
    margin: 0 auto;
    color: #6e6e6e;
    font-size: 3.6rem;
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    background: #fff;
    display: table;
    font-feature-settings: "palt";
}
#ibb .stepIn {
	position: relative;
	margin: 2em 0;
}
#ibb .stepInFlex {
	display: flex;
}
	#ibb .stepInFlex .flexL,
	#ibb .stepInFlex .flexR {
		box-sizing: border-box;
		padding: 3em;
	}
	#ibb .stepInFlex .flexL {
		width: 40%;
		background: #eee6d0;
		display: flex;
		align-items: center;
	}
		#ibb .stepInFlex .flexL p {
			text-align: center;
			width: 100%;
			font-weight: bold;
		}
	#ibb .stepInFlex .flexR {
		width: 60%;
		border: 1px solid #eee6d0;
	}
		#ibb .stepIn .flexR .btn {
			text-align: center;
			background: #96671f;
			padding: 1em;
			color: #fff;
			margin-top: 1em;
		}
	#ibb .stepIn.lastStep .flexR {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		#ibb .stepIn.lastStep .flexR .diploma {
			width: 160px;
		}
#ibb .stepNum {
	height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 28px;
	text-align:center;
	background: #c5972d;
	color: #fff;
	position: absolute;
	top: -27px;
    left: -13px;
	filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, .3));
}
	#ibb .stepNum p {
		margin: 0;
		position: absolute;
		display: inline-block;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100px;
		text-align: center;
		font-size: 3rem;
	}
		#ibb .stepNum p span {
			font-size: 2rem;
		}
#ibb .arrow {
	text-align: center;
}
	#ibb .arrow img {
		display: inline-block;
	}
#ibb .lastBtn a {
	text-align: center;
	background: #96671f;
    padding: 1em;
    color: #fff;
}

/* --------------- register.html start --------------- */
#register .intro .flexBox,
#register .intro .flexBox .txtBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#register .intro .flexBox .imgBox div {
	width: 100%;
	flex-basis: auto;
}
#register .intro .flexBox .txtBox div#stamp {
	margin-left: 1em;
	width: 100px;
}
#register .intro .flexBox .imgBox div {
	width: 320px;
}
/* ---------------- register.html end ---------------- */

/* --------------- online.html start --------------- */
#online .intro h4 {
	color: #c30000;
    font-weight: bold;
}
#online .intro a + h4 {
	margin-top: 2em;
}
#online .intro #onlineList {
	display: flex;
	justify-content: space-between;
}
	#online .intro #onlineList li {
		width: 33%;
	}
		#online .intro #onlineList li a {
			border: 1px solid #986717;
			text-align: center;
			display: block;
			padding: 1em;
			color: #986717;
		}
#online .intro .appliBtn {
	color: #fff;
    background: #986717;
	text-align: center;
	display: block;
	padding: 1em;
	margin-bottom: 5em;
}
/* ---------------- online.html end ---------------- */

@media screen and (max-width: 767px) {
	.system .tabs {
		width: 90%;
		padding-bottom: 8px;
	}
	.system .tab_item {
		width: calc(100%/2);
		height: 90px;
		font-size: 14px;
		padding-top: 16px;
	}
	.system .tab_content {
		padding: 8px 8px 0;
	}
	.system #maista_content p {
		margin: 1em 0;
	}

	.ibbMidashi + .diploma {
		top: 42px;
		right: 10px;
		width: 60px;
	}
	.midashi03.ibbMidashi {
		margin-bottom: 0;
	}
	.midashi03.ibbMidashi p {
		font-size: 1.6rem;
	}
	.midashi01.ibbMidashi {
		text-align: left;
	}
	.midashi01.ibbMidashi span {
		font-size: 1.6rem;
		display: inline-block;
	}
	#ibb .stepNum {
		height: 50px;
		width: 50px;
		line-height: 16px;
	}
	#ibb .stepNum p {
		font-size: 1.6rem;
		width: 50px;
	}
	#ibb .stepNum p span {
		font-size: 1.2rem;
	}
	#ibb .stepInFlex .flexL, #ibb .stepInFlex .flexR {
		padding: 1.6em;
	}
	#ibb .stepIn.lastStep .flexR {
		flex-direction: column-reverse;
	}
	#ibb .stepIn.lastStep .flexR .diploma {
		width: 50%;
		margin-bottom: .5em;
	}
	#ibb .lastBtn a {
		margin-bottom: 60px;
	}

	/* --------------- register.html start --------------- */
	#register .intro .flexBox {
		flex-direction: column-reverse;
		justify-content: center;
	}
	#register .intro .flexBox .txtBox {
		align-items: center;
		margin: 0 auto;
	}
	#register .intro .flexBox .txtBox div#stamp {
		width: 56px;
	}
	#register .intro .flexBox .imgBox div {
		width: 100%;
		max-width: 72%;
		margin: 1em auto 2em;
	}
	/* ---------------- register.html end ---------------- */

	/* --------------- online.html start --------------- */
	#online .intro .midashi04 {
		margin: 0 0 30px;
		padding-top: 72px;
		background: url(../images/midashi04_icon.png)no-repeat bottom 24px left;
	}
	#online .intro #onlineList {
		flex-direction: column;
	}
		#online .intro #onlineList li {
			width: 100%;
			margin-bottom: .5em;
		}
		#online .intro #onlineList li:last-child {
			margin-bottom: 0;
		}
	#online .intro .appliBtn {
		margin-bottom: 0;
	}
	/* ---------------- online.html end ---------------- */
}

@media screen and (max-width: 320px) {
	/* --------------- online.html start --------------- */
	.tab_item br {
		display: none;
	}
	/* ---------------- online.html end ---------------- */
}

/* ---------------- 受講を申し込むボタン start ---------------- */
.attendBtn {
	text-align: center;
	margin: 40px 0;
	box-shadow: 0 1.5rem 2rem -2rem hsl(100deg 40% 10% / 40%);
}
	.attendBtn a {
		background: #f7f7f7;
		color: #c5972d;
		padding: 24px;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 1.4em;
		border: solid;
  		border-color:#c5972d #c5972d #c5972d #ff7c5c;
		border-width: 2px 2px 2px 5px;
  	}
	.attendBtn a:hover {
	}
/* ---------------- 受講を申し込むボタン end ---------------- */

/* ---------------- CBD start ---------------- */
#doctor {
	background-color: #F9F6EF;
	width: 900px;
	padding: 20px;
	margin: 30px auto 60px;
	box-sizing: border-box;
}
	#doctor .midashi05 {
		margin-top: 0;
		font-size: 1.2em;
	}
	#doctor .midashi05 span {
		font-size: 16px;
	}
	#doctor .flexBox,
	.teach.cbd .flexBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 1em;
	}
	#doctor .flexBox {
		margin-top: 0;
	}
	#doctor .flexBox .pic {
		width: 24%;
		text-align: center;
	}
	#doctor .flexBox .pic img {
		display: inline-block;
	}
	#doctor .flexBox .txt {
		width: 72%;
	}
	#doctor .doctorTitle {
		margin-top: 1em;
		font-size: 13px;
	}
.table_l.cbd {
	width: 320px;
}
	.table_l.cbd table {
		width: 100%;
	}
	.teach.cbd {
		width: 590px;
		background-color: #F9F6EF;
		padding: 20px;
		box-sizing: border-box;
	}
	.teach.cbd p {
		text-align: left;
		line-height: 1.6;
	}
	.teach.cbd .midashi05 {
		margin-top: 0;
		font-size: 1.2em;
	}
	.teach.cbd img {
		margin: 0;
	}
	.teach.cbd .flexBox .pic {
		width: 40%;
	}
	.teach.cbd .flexBox .txt {
		width: 58%;
	}
	.teach.cbd .flexBox .lftBdr {
		margin-top: 1em;
		border-left: 2px solid #cb8f36;
		padding-left: 1em;
	}
	.teach.cbd .flexBox .lftBdr .midashi {
		color: #cb8f36;
		font-weight: bold;
	}
	.teach.cbd .supTxt {
		font-size: 13px;
	}
button.attendBtn {
	-webkit-appearance: none;
	background: #f7f7f7;
    color: #c5972d;
    padding: 24px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.4em;
    border: solid;
    border-color: #c5972d #c5972d #c5972d #c5972d;
    border-width: 2px 2px 2px 5px;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	transition: .3s;
}
	button.attendBtn sup {
		color: #f7f7f7;
	}
	button.attendBtn:hover {
		opacity: .6;
	}
	.attendBtn + button.attendBtn {
		margin: 0;
	}
@media screen and (max-width: 767px) {
	#doctor {
		width: 100%;
		padding: 5%;
		margin: 40px auto 60px;
	}
	#doctor .flexBox,
	.teach.cbd .flexBox {
		flex-direction: column;
	}
	#doctor .flexBox .pic {
		width: 56%;
		margin-top: 1em;
	}
	#doctor .flexBox .txt,
	.table_l.cbd,
	.teach.cbd,
	.teach.cbd .flexBox .txt,
	.teach.cbd .flexBox .pic {
		width: 100%;
	}
	.teach.cbd {
		padding: 5%;
	}
	.teach.cbd .flexBox .pic {
		margin: 1em 0 0;
	}
}
/* ---------------- CBD end ---------------- */

/* ---------------- ibmfcbd start ---------------- */
.ibmfcbd dl.check dt {
	height: 127px;
	padding-top: 45px;
}
.ibmfcbd .video-item {
	padding: 3.13vw;
	background-color: #F9F6EF;
	margin-bottom: 15px;
}
	.ibmfcbd .video-item:last-of-type {
		margin-bottom: 0;
	}
.ibmfcbd .video-item__title h3 {
	margin-top: 0;
}
.ibmfcbd .video-container {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.ibmfcbd .movie {
	width: 50%;
	margin: 0 !important;
}
	.ibmfcbd .movie .movie__inner {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.ibmfcbd .movie .movie__inner iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
.ibmfcbd .text {
	width: 47%;
}
	.ibmfcbd .text h4 {
		color: #cb8f36;
		font-weight: bold;
		border-bottom: 1px solid #cb8f36;
		margin-bottom: .5em;
		padding-bottom: .5em;
	}
	.ibmfcbd .text p {
		margin-bottom: 1em;
	}
.ibmfcbd .btn-container a {
	display: block;
	background: #f7f7f7;
    color: #c5972d;
    padding: .5em;
    box-sizing: border-box;
	text-align: center;
    border: solid;
    border-color: #c5972d #c5972d #c5972d #ff7c5c;
    border-width: 2px 2px 2px 5px;
	margin: .5em 0;
}
	.ibmfcbd .btn-container a span {
		font-weight: bold;
	}

@media screen and (max-width: 767px) {
	.ibmfcbd dl.check dt {
		height: auto;
		padding: 0 0 3%;
	}
	.ibmfcbd .video-container {
		flex-direction: column;
	}
	.ibmfcbd .movie,
	.ibmfcbd .text {
		width: 100%;
	}
}
/* ---------------- ibmfcbd end ---------------- */

/* ---------------- femtech start ---------------- */
.blocker {
	z-index: 10000;
}
#femtech .licence_intro p {
	padding-top: 0;
}
	#femtech .licence_intro p img {
		margin-top: 20px;
	}
#femtech .movieWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	#femtech .movieWrap .movieChild {
		width: 49%;
		background-color: #F9F6EF;
    	padding: 20px;
		box-sizing: border-box;
	}
	#femtech .movieWrap .movieChild:nth-of-type(-n + 4) {
		margin-bottom: 2%;
	}
		#femtech .movieWrap .movieChild .midashi05 {
			margin-top: 0;
		}
		#femtech .movieWrap .movieChild .attendBtn {
			margin: 20px 0 0;
		}
			#femtech .movieWrap .movieChild .attendBtn a {
				padding: 8px;
				font-size: 1em;
			}
		#femtech .movieWrap .movieChild .txt {
			color: #222;
			font-size: .9em;
			text-align: center;
			margin-top: 10px;
		}
	#femtech1.modal, #femtech2.modal, #femtech3.modal, #femtech4.modal {
		max-width: 64%;
	}
	#exm1.modal, #exm2.modal {
		max-width: 90%;
	}
#teacher {
	background-color: #F9F6EF;
	width: 900px;
	padding: 40px;
	margin: 30px auto 60px;
	box-sizing: border-box;
}
	#teacher .midashi05 {
		margin-top: 0;
		font-size: 1.2em;
	}
	#teacher .midashi05 span {
		font-size: 16px;
	}
	#teacher .flexBox {
		margin-bottom: 40px;
	}
	#teacher .flexBox:last-of-type {
		margin-bottom: 0;
	}
	#teacher .flexBox,
	.teach.fem .flexBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 1em;
	}
	#teacher .flexBox {
		margin-top: 0;
	}
	#teacher .flexBox .pic {
		width: 24%;
		text-align: center;
	}
	#teacher .flexBox .pic img {
		display: inline-block;
	}
	#teacher .flexBox .txt {
		/* width: 72%; */
		width: 100%;
	}
	#teacher .teacherTitle {
		margin-top: 1em;
		font-size: 13px;
	}
	.fem .t_type01 {
		margin: 20px 0 0;
	}
#femtech .job .midashi,
#femtech .flow > li .midashi {
	color: #df3f4e;
	font-weight: bold;
}
#femtech .flow {
	border: 2px solid #d1cfb9;
}
	#femtech .flow > li {
		padding: 30px;
	}
	#femtech .flow > li:not(:last-child) {
		border-bottom: 2px solid #d1cfb9;
		position: relative;
	}
	#femtech .flow > li:not(:last-child)::before,
	#femtech .flow > li:not(:last-child)::after {
		content: "";
		border: solid transparent;
		position: absolute;
		top: 100%;
		left: 15%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#femtech .flow > li:not(:last-child)::before {
		border-width: 22px;
		border-top-color: #d1cfb9;
	}
	#femtech .flow > li:not(:last-child)::after {
		border-width: 19px;
		border-top-color: #fff;
	}
	#femtech .flow > li dl {
		margin: 0;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#femtech .flow > li dl dt {
		font-size: 20px;
		font-weight: 600;
		color: #cb8f36;
		-ms-flex-preferred-size: 20%;
		flex-basis: 300px;
		margin-right: 1em;
		text-align: center;
	}
	#femtech .flow > li dl dt .icon {
		font-size: 12px;
		color: #fff;
		background: #cb8f36;
		padding: 5px 10px;
		margin-bottom: 10px;
		display: block;
		border-radius: 20px;
	}
	#femtech .flow > li dl dd {
		flex-basis: 100%;
	}
.table_l.fem {
	width: 100%;
}
	.table_l.fem table {
		width: 100%;
	}
		.table_l.fem table td.table_l_td_flex {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.table_l.fem table td.table_l_td_flex .txt {
				width: 32%;
			}
			.table_l.fem table td.table_l_td_flex .pic {
				width: 64%;
			}
	.teach.fem {
		width: 100%;
		background-color: #F9F6EF;
		padding: 20px;
		box-sizing: border-box;
	}
	.teach.fem p {
		text-align: left;
		line-height: 1.6;
	}
	.teach.fem .midashi05 {
		margin-top: 0;
		font-size: 1.2em;
	}
	.teach.fem img {
		margin: 0;
	}
	.teach.fem .flexBox .pic {
		width: 40%;
	}
	.teach.fem .flexBox .txt {
		width: 58%;
	}
	.teach.fem .flexBox .lftBdr {
		margin-top: 1em;
		border-left: 2px solid #cb8f36;
		padding-left: 1em;
	}
	.teach.fem .flexBox .lftBdr .midashi {
		color: #cb8f36;
		font-weight: bold;
	}
	.teach.fem .supTxt {
		font-size: 13px;
	}
.attendBtnRed {
	-webkit-appearance: none;
	background: #df3f4e;
	color: #f7f7f7;
	padding: 24px;
	margin: 0;
	box-sizing: border-box;
	font-size: 1.4em;
	border: solid;
	border-color: #c5972d #c5972d #c5972d #c5972d;
	border-width: 2px 2px 2px 5px;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	transition: .3s;
	text-align: center;
}
	.attendBtnRed a,
	.attendBtnRed sup {
		color: #f7f7f7;
		font-weight: bold;
	}
	.attendBtnRed:hover {
		opacity: .6;
	}

	.attendBtnGreen {
		-webkit-appearance: none;
		background: #669c52;
		color: #f7f7f7;
		padding: 24px;
		margin: 0;
		box-sizing: border-box;
		font-size: 1.4em;
		border: solid;
		border-color: #c5972d #c5972d #c5972d #c5972d;
		border-width: 2px 2px 2px 5px;
		width: 100%;
		cursor: pointer;
		cursor: hand;
		transition: .3s;
		text-align: center;
	}
		.attendBtnGreen a,
		.attendBtnRed sup {
			color: #f7f7f7;
			font-weight: bold;
		}
		.attendBtnGreen:hover {
			opacity: .6;
		}



	/* 受講者の声 */
#femtech  .voice{
	margin-top: 50px;
}
#femtech  .voice .ttl{
	padding-top: 24px;
	height: 80px;
	font-size: 23px;
}
#femtech .voice .attendBtnRed{
	margin-bottom: 50px;
}
/*タブ切り替え全体のスタイル*/
#femtech .tabs {
	margin: 50px auto;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
	/*タブのスタイル*/
	#femtech .tab_item {
		width: calc(100%/3);
		height: 50px;
		border-bottom: 3px solid #cb8f36;
		background-color: #d9d9d9;
		line-height: 50px;
		font-size: 15px;
		text-align: center;
		color: #565656;
		display: block;
		float: left;
		text-align: center;
		font-weight: bold;
		transition: all 0.2s ease;
	}
	#femtech .tab_item:hover {
		opacity: 0.75;
	}
	/*ラジオボタンを全て消す*/
	#femtech input[name="tab_item"] {
		display: none;
	}
	/*タブ切り替えの中身のスタイル*/
	#femtech .tab_content {
		display: none;
		padding: 40px 40px 0;
		clear: both;
		overflow: hidden;
	}
	/*選択されているタブのコンテンツのみを表示*/
	#femtech #all:checked ~ #all_content,
	#femtech #programming:checked ~ #programming_content,
	#femtech #design:checked ~ #design_content,
	#femtech #what:checked ~ #what_content,
	#femtech #maintenance:checked ~ #maintenance_content,
	#femtech #tss:checked ~ #tss_content {
		display: block;
	}
	/*選択されているタブのスタイルを変える*/
	#femtech .tabs input:checked + .tab_item {
		background-color: #cb8f36;
		color: #fff;
	}
	/*タブの内容*/
	#femtech .tab_content_description .midashi05 {
		font-size: 1.2em;
		margin: 0;
	}
	#femtech .tab_content_description .midashi05,
	#femtech .tab_content_description p,
	#femtech .tab_content_description img {
		margin-bottom: 2em;
	}
	#femtech .tab_content_description h4 {
		color: #cb8f36;
    	font-weight: bold;
		margin-bottom: .5em;
	}
	#femtech .tab_content_description p {
		line-height: 2;
	}
		#femtech .tab_content_description p:last-of-type {
			margin-bottom: 0;
		}
	#femtech .tab_content_description strong {
		font-weight: bold;
	}
	#femtech .floating {
		z-index: 99;
		width: 900px;
		position: fixed;
		display: flex;
		left: 50%;
		bottom: 1%;
		transform: translateX(-50%)
					translateY(-1%);
	}
	
	#femtech .area .bn_box{
		margin-top: 50px;
	}

	/* 山口先生プロフィール */
	.teacher-yamaguchi-img{
		width: 50%!important;
		padding-left: 40px!important;
	}
	
	#femtech .area .bn_box img{
		margin: 0 auto;
	}

	.teacher-yamaguchi-img-book{
		width: 50%!important;
		padding-right: 40px!important;
	}

	.teacher-yamaguchi-img-book02{
		width: 65%!important;
		padding-top: 40px!important;
	}
	
	#femtech .area .bn_box img-book{
		margin: 0 auto;
	}

@media screen and (min-width: 767px) {
	#femtech .midashi06{
		margin:0;
	}
}

@media screen and (max-width: 767px) {
	#femtech .licence_intro p {
		padding-top: 10px;
	}
	#femtech .movieWrap .movieChild {
		width: 100%;
	}
		#femtech .movieWrap .movieChild:nth-of-type(-n + 4) {
			margin-bottom: 3%;
		}
		#femtech .movieWrap .movieChild .sp {
			display: inline !important;
		}
	#femtech1.modal, #femtech2.modal, #femtech3.modal, #femtech4.modal {
		max-width: 100%;
		width: 100%;
	}
	#femtech .flow > li {
		padding: 30px 20px 20px;
	}
		#femtech .flow > li dl {
			flex-direction: column;
		}
			#femtech .flow > li dl dt {
				flex-basis: auto;
				margin: 0 0 .5em;
			}
	#femtech .flow > li:not(:last-child)::before,
	#femtech .flow > li:not(:last-child)::after {
		left: 50%;
	}
	.table_l.fem table td.table_l_td_flex {
		flex-direction: column;
	}
		.table_l.fem table td.table_l_td_flex .txt {
			width: 100%;
		}
		.table_l.fem table td.table_l_td_flex .pic {
			width: 100%;
			margin-top: 10px;
		}
	#teacher {
		width: 100%;
		padding: 8%;
		margin: 40px auto 60px;
	}
	#teacher .flexBox,
	.teach.cbd .flexBox {
		flex-direction: column;
	}
		#teacher .flexBox .pic {
			width: 56%;
			margin-top: 1em;
		}
	#teacher .flexBox .txt,
	.table_l.cbd,
	.teach.cbd,
	.teach.cbd .flexBox .txt,
	.teach.cbd .flexBox .pic {
		width: 100%;
	}
	.teach.cbd {
		padding: 5%;
	}
		.teach.cbd .flexBox .pic {
			margin: 1em 0 0;
		}
	#femtech .tabs {
		padding-bottom: 0;
	}
	#femtech .tab_item {
		width: calc(100%/1);
	}
	#femtech .tab_content {
		padding: 30px 20px 20px;
	}
	#femtech .tab_item {
		font-size: 13px;
	}
	#femtech .voice .ttl span{
		font-size: 15px;
	}
	#femtech .genking img{
		max-width: 100%;
	}
	#femtech .floating{
		/* flex-direction: column; */
		width: 100%;
		font-size: 10px;
	}

	#femtech .attendBtnGreen{
		padding: 17px 0px;
	}

	#femtech .attendBtnRed{
		padding: 17px 0px;
	}

	#femtech .column-reverse-sp{
		flex-direction: column-reverse;
	}

	#femtech .teacher-yamaguchi-img-book{
		width: 100%!important;
		padding-right:0!important;
	}

	#femtech .teacher-yamaguchi-img-book02{
		width: 100%!important;
		padding-top: 0!important;
		margin: 0!important;
	}

	#femtech .teacher-yamaguchi-img{
		width: 100%!important;
		padding-left:0!important;
	}
}
/* ---------------- femtech end ---------------- */

/* ---------------- wellness start ---------------- */
#wellness .licence_intro p {
	padding-top: 0;
}
	#wellness .licence_intro p img {
		margin-top: 20px;
	}
#wellness .check + p {
	margin: -22px 30px 30px;
	color: #df3f4e;
}
#wellness .text_r .flexBox {
	display: flex;
	justify-content: space-between;
}
	#wellness .text_r .flexBox .flexBoxChild {
		width: 33%;
		text-align: center;
	}
	#wellness .text_r .flexBox .flexBoxChild .pic img {
		width: 100%;
	}
#wellness .job .midashi,
#wellness .flow > li .midashi {
	color: #df3f4e;
	font-weight: bold;
}
#wellness .flow {
	border: 2px solid #d1cfb9;
}
	#wellness .flow > li {
		padding: 30px;
	}
	#wellness .flow > li:not(:last-child) {
		border-bottom: 2px solid #d1cfb9;
		position: relative;
	}
	#wellness .flow > li:not(:last-child)::before,
	#wellness .flow > li:not(:last-child)::after {
		content: "";
		border: solid transparent;
		position: absolute;
		top: 100%;
		left: 15%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#wellness .flow > li:not(:last-child)::before {
		border-width: 22px;
		border-top-color: #d1cfb9;
	}
	#wellness .flow > li:not(:last-child)::after {
		border-width: 19px;
		border-top-color: #fff;
	}
	#wellness .flow > li dl {
		margin: 0;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#wellness .flow > li dl dt {
		font-size: 20px;
		font-weight: 600;
		color: #cb8f36;
		-ms-flex-preferred-size: 20%;
		flex-basis: 300px;
		margin-right: 1em;
		text-align: center;
	}
	#wellness .flow > li dl dt .icon {
		font-size: 12px;
		color: #fff;
		background: #cb8f36;
		padding: 5px 10px;
		margin-bottom: 10px;
		display: block;
		border-radius: 20px;
	}
	#wellness .flow > li dl dd {
		flex-basis: 100%;
	}
.table_l.wel {
	width: 100%;
}
	.table_l.wel table {
		width: 100%;
		margin: 20px 0 0;
	}
		.table_l.wel table td.table_l_td_flex {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.table_l.wel table td.table_l_td_flex .txt {
				width: 32%;
			}
			.table_l.wel table td.table_l_td_flex .pic {
				width: 64%;
			}
				.table_l.wel table td.table_l_td_flex .pic span {
					font-size: .66em;
				}
#wellness #teacher .flexBox .txt {
	width: 72%;
}
#wellness .t_type01 tr td .txt02 span{
	font-weight: bold;
	color: #df3f4e;
}
#wellness .table_l.wel table td.table_l_td_flex .txt02 {
	width: 74%;
	margin: 0;
}
#wellness .table_l.wel table td.table_l_td_flex .pic02 {
	width: 26%;
}
#wellness .voice{
	margin-top: 50px;
}
#wellness .voice .ttl{
	padding-top: 24px;
    height: 80px;
    font-size: 23px;
}
#wellness .pc { display: block !important; }
#wellness .sp { display: none !important; }

#wellness .floating {
	z-index: 99;
	width: 900px;
	position: fixed;
	display: flex;
	left: 50%;
	bottom: 1%;
	transform: translateX(-50%)
				translateY(-1%);
}

#wellness .area .bn_box{
	margin-top: 50px;
}

#wellness .area .bn_box img{
	margin: 0 auto;
}

#wellness .voice .attendBtnRed{
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#wellness .licence_intro p {
		padding-top: 10px;
	}
	#wellness .check + p {
		margin: -1% auto 0;
	}
	#wellness .text_r .flexBox {
		flex-direction: column;
	}
		#wellness .text_r .flexBox .flexBoxChild {
			width: 100%;
			text-align: left;
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 3%;
		}
		#wellness .text_r .flexBox .flexBoxChild:last-of-type {
			margin-bottom: 0;
		}
			#wellness .text_r .flexBox .flexBoxChild .pic {
				width: 50%;
			}
			#wellness .text_r .flexBox .flexBoxChild .midashi {
				width: 46%;
			}
	#wellness .flow > li {
		padding: 30px 20px 20px;
	}
		#wellness .flow > li dl {
			flex-direction: column;
		}
			#wellness .flow > li dl dt {
				flex-basis: auto;
				margin: 0 0 .5em;
			}
	#wellness .flow > li:not(:last-child)::before,
	#wellness .flow > li:not(:last-child)::after {
		left: 50%;
	}
	.table_l.wel table td.table_l_td_flex {
		flex-direction: column;
	}
		.table_l.wel table td.table_l_td_flex .txt {
			width: 100%;
		}
		.table_l.wel table td.table_l_td_flex .pic {
			width: 100%;
			margin-top: 10px;
		}
	#wellness #teacher .flexBox .pic {
		width: 72%;
	}
	#wellness #teacher .flexBox .txt {
		width: 100%;
	}
	#wellness .table_l.wel table td.table_l_td_flex .txt02 {
		width: 100%;
		margin: 0;
	}
	#wellness .table_l.wel table td.table_l_td_flex .pic02 {
		width: 100%;
	}
	#wellness .pc { display: none !important; }
    #wellness .sp { display: block !important; }
	#wellness .genking img{
		max-width: 100%;
	}
	#wellness .voice .ttl span{
		font-size: 15px;
	}
	#wellness .floating{
		/* flex-direction: column; */
		width: 100%;
		font-size: 10px;
	}

	#wellness .attendBtnGreen{
		padding: 17px 0px;
	}

	#wellness .attendBtnRed{
		padding: 17px 0px;
	}
}
/* ---------------- wellness end ---------------- */

/* ---------------- top #diploma_list start ---------------- */
#diploma_list {
}
	#diploma_list div {
		display: flex;
		align-items:  flex-start;
	}
		#diploma_list img {
			width: 100%;
			height: auto;
		}
		#diploma_list div a.coming {
			pointer-events: none;
		}
		#diploma_list div a:hover {
			opacity: 1;
		}
/* ---------------- top #diploma_list end ---------------- */


/* piページ start*/

@media screen and (min-width:768px){
.area-box{
	display: flex;
	justify-content: center;
}

.pi_imgbox{
	width: 100%;
}

}

/* piページ end*/

/* 講座申し込み(form3) start */
.font-red-cen{
	color:#c30000;
	padding-top:10px;
	text-align: center;
	font-weight: bold;
    font-size: 20px;
	}
/* 講座申し込み(form3) end */