@charset "euc-jp";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
	box-sizing: border-box;
}
body {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#top {
	overflow: hidden;
}
img {
    vertical-align: bottom;
}
p {
    color: #534a41;
    line-height: 1.6;
    font-size: 18px;
}

ul {
	list-style: none;
	color: #534a41;
}

a {
    display: inline-block;
}
h2 {
	display: inline-block;
	font-family: ab-tombo-bold, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ff7e00;
	font-size: 24px;
	text-align: center;
}
h2 span {
	background: linear-gradient(transparent 60%, #fff17a 60%);
	padding: 0 5px 5px;
}
.orange {
	color: #ff7e00;
}
.sp {
    display: none;
}
.flex {
    display: -webkit-flex;
    display: flex;
}


/* 背景 */

.bg01 {
    background: url("../images/bg_01.jpg") repeat;
}
.bg02 {
    background: #fffdf3;
    position: relative;
}

header {
	background: #fff;
	padding: 10px 0 12px;
	text-align: center;
}
.logo {
	width: 1000px;
    margin: 0 auto;
}
.main_visual {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 55px;
	text-align: center;
}
.main_visual:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../images/bg_02.png") no-repeat top left / 180px 133px;
    width: 180px;
    height: 133px;
    left: 0px;
	top: 10px;
}
.main_visual:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../images/bg_03.png") no-repeat top left / 180px 133px;
    width: 180px;
    height: 133px;
    right: 0px;
	top: 10px;
}
.main_visual .tx01 {
	font-size: 20px;
	line-height: 2.0;
	margin-top: 30px;
	font-weight: bold;
}
.book:before {
	position: absolute;
    display: inline-block;
    content: "";
    background: url("../images/bg_04.png") no-repeat top left / 165px 194px;
    width: 165px;
    height: 194px;
    left: 0px;
	top: 160px;
}
.book:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../images/bg_05.png") no-repeat top left / 159px 199px;
    width: 159px;
    height: 199px;
    right: 0px;
	top: 170px;
}
.upchan {
	position: absolute;
    left: 10px;
	bottom: -30px;
}

.bt01 a {
    display: block;
    width: 360px;
    margin: 30px auto 0;
    padding: 9px 0 10px;
    text-align: center;
    background: #ff7e00;
    border-radius: 35px;
    border-right: 2px solid #ffbb36;
	border-left: 2px solid #ffbb36;
    border-bottom: 4px solid #ffbb36;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    transition: .3s;
    text-decoration: none;
}
.bt01 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 7px solid transparent;
    border-left: 8px solid #fff;
}
.bt01 a:hover {
    letter-spacing: .1em;
    opacity: 0.8;
}
.contents01 {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 80px;
}
.recommend {
	flex-wrap: wrap;
	margin-top: 50px;
	padding-left: 22px;
}
.recommend li {
	text-align: left;
	width: 50%;
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.recommend li:before {
	position: absolute;
	content: "●";
	display: inline-block;
	color: #ff7e00;
	left: -22px;
}
.recommend li:nth-of-type(n+3) {
	margin-top: 25px;
}

/* タイムスケジュール */

.contents02 , .contents03 {
	margin: 80px auto 50px;
	background: #fffdf3;
	width: 850px;
	text-align: center;
	padding: 60px 60px 80px;
	border-radius: 20px;
}
.contents02 dl {
	margin-top: 50px;
    text-align: left;
}
.contents02 dl dt {
    font-size: 24px;
    font-weight: bold;
    width: 65px;
    margin-right: 35px;
    position: relative;
    color: #534a41;
}
.contents02 > dl dt:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../images/line_03.png") repeat-y;
    width: 2px;
    height: 100%;
    left: 50%;
    margin-top: 10px;
}
.contents02 > dl:last-of-type dt:after {
    display: none;
}
.contents02 dl dd {
    color: #534a41;
}
.contents02 .ic {
	display: inline;
	background: #ff8610;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	padding: 3px 10px 5px;
	border-radius: 10px;
}
.contents02 .flex.type01 .tx01 {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.6;
	font-weight: bold;
}
.seminar .flex {
    margin-top: 40px;
}
.seminar .flex img {
    width: 140px;
	haight: 140px;
    margin-right: 20px;
}
.name , .theme {
	font-weight: bold;
	line-height: 1.5;
}
.seminar .profile {
    font-size: 14px;
	line-height: 1.5;
	background: #fffbe2;
	margin-top: 15px;
	padding: 20px 25px;
	border-radius: 10px;
}
.teacher ul {
	margin-top: 15px;
}
.teacher ul li {
	font-size: 16px;
	padding-left: 18px;
	font-weight: bold;
	position: relative;
}
.teacher ul li:before {
	position: absolute;
	content: "●";
	left: 0;
	color: #ff7e00;
}
.teacher ul li + li {
	margin-top: 10px
}
.bg02.type02 {
    margin-top: 100px;
}

/* 参加者の声 */
.contents01 .tx01 {
	margin-top: 40px;
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
}
.comment {
	margin-top: 30px;
}
.comment li {
	text-align: left;
	font-size: 18px;
	padding-left: 20px;
	line-height: 1.5;
	position: relative;
}
.comment li:before {
	position: absolute;
	content: "●";
	left: 0;
	color: #ff8610;
}
.comment li + li {
	margin-top: 15px;
}

/* セミナー概要 */

.map {
    margin-top: 10px;
}
.about {
    text-align: left;
    position: relative;
    line-height: 1.5;
	margin-top: 40px;
}
.about > li {
    position: relative;
    padding-left: 70px;
}
.about > li {
    border-bottom: 1px solid #aca977;
}
.about > li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.about li:before {
    content: "日　時：";
    position: absolute;
    display: inline-block;
    left: 0;
}
.about .price:before {
    content: "受講料："
}
.about .capacity:before {
    content: "定　員：";
}
.about .venue:before {
    content: "場　所：";
}
.about .benefits:before {
    content: "特　典：";
}
.about .hos:before {
    content: "主　催：";
}
.benefits .orange {
	font-weight: bold;
}

/* お問い合わせ */

.contact {
    margin-top: 50px;
}
.contact li {
    position: relative;
    padding-left: 16px;
	line-height: 1.5;
    text-align: left;
}
.contact li:before {
    position: absolute;
    display: inline-block;
    content: "・";
	left: 0;
}
.contact li + li {
	margin-top: 5px;
}
.contact li a {
	color: #ff8610;
}


/* ページトップへ */

.pageTop {
  position:fixed;
  bottom:10px;
  right:20px;
  display:block;
}
.pageTopSP img {
    display: none;
}

footer {
    background: #fff;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
}
footer p {
	font-size: 12px;
}

@media screen and (max-width:768px) {
/*スマホ・タブレット用のcss*/

    img {
        max-width: 100%;
        }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .flex {
        display: block;
    }
    p {
        font-weight: bold;
    }
    .bt01 a {
        width: 100%;
        max-width: 450px;
        padding: 11px 0px;
        margin: 20px auto 0;
		font-size: 4.2vw;
		letter-spacing: 1px;
    }
    .bt01 a:after {
        right: 8px;
        margin-top: -6px;
        border: 5px solid transparent;
        border-left: 7px solid #fff;
    }
    .bt01 a:hover {
        letter-spacing: 0;
        opacity: 1;
    }
	h2 {
		font-size: 4.6vw;
	}
	h2 span {
		background: linear-gradient(transparent 60%, #fff17a 60%);
		padding: 0 5px 5px;
	}

	/* 背景 */

	.bg01 {
		padding: 0 20px 60px;
	}
	.bg02 {
		border-radius: 20px;
		padding: 0 20px;
	}
	header {
		padding: 10px 0 12px;
	}
	.logo {
		width: 100%;
	}
	.logo img {
		width: 80px;
	}
	.main_visual {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 40px;
		text-align: center;
	}
	.title {
		position: relative;
		z-index: 999;
	}
	.main_visual:before {
		background: url(../images/bg_02.png) no-repeat top left / 120px 87px;
    	width: 180px;
		height: 133px;
		left: -20px;
		top: 0px;
		z-index: 0;
	}
	.main_visual:after {
		background: url(../images/bg_03.png) no-repeat top right / 120px 87px;
    	width: 180px;
		height: 133px;
		right: -20px;
		top: 0px;
		z-index: 0;
	}
	.main_visual .tx01 {
		font-size: 3.6vw;
		line-height: 1.8;
		margin-top: 15px;
	}
	.book:before {
		display: none;
	}
	.book:after {
		display: none;
	}
	.upchan {
		display: none;
	}
		
	.contents01 {
		width: 100%;
		padding: 30px 0 40px;
		text-align: center;
	}
	.recommend {
		text-align: left;
		display: inline-block;
		padding: 0 0 0 30px;
		margin: 30px auto 0;
	}
	.recommend li {
		width: 100%;
		font-size: 3.8vw;
		line-height: 1.4;
	}
	.recommend li:before {
		left: -30px;
	}
	.recommend li:nth-of-type(n+2) {
	margin-top: 10px;
}

/* タイムスケジュール */
	.contents02 , .contents03 {
		margin: 30px auto 20px;
		width: 100%;
		text-align: center;
		padding: 30px 20px 40px;
		border-radius: 20px;
}
	.contents02 dl {
		display: flex;
		margin-top: 30px;
		text-align: left;
	}
	.contents02 dl:first-of-type {
		margin-top: 40px;
	}
	
	.contents02 dl dt {
		font-size: 3.8vw;
		margin-right: 30px;
		width: auto;
	}
	.contents02 .ic {
		display: inline-block;
		font-size: 3.5vw;
		margin-top: -5px;
		line-height: 1.4;
	}
	.contents02 .flex.type01 .tx01 {
		font-weight: normal;
		margin-top: 10px;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.seminar .flex {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	.seminar dd .teacher:first-of-type {
		margin-top: 10px;
	}
	.seminar .flex img {
		width: 120px;
		height: 120px;
		margin-right: 15px;
	}
	.name , .theme {
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.name span {
		font-size: 3.2vw;
	}
	.theme {
		margin-top: 10px;
	}
	.seminar .profile {
		margin-top: 10px;
		padding: 15px;
		font-size: 3.3vw;
	}
	.teacher ul {
		margin-top: 5px;
	}
	.teacher ul li {
		font-size: 3.5vw;
		padding-left: 30px;
		line-height: 1.5;
		font-weight: normal;
	}
	.teacher ul li + li {
		margin-top: 0px
	}
	.bg02.type02 {
		margin-top: 30px;
	}

/* 参加者の声 */
	.contents01 .tx01 {
		margin-top: 30px;
		font-size: 3.6vw;
		line-height: 1.7;
	}
	.comment {
		text-align: left;
		display: inline-block;
		margin-top: 20px;
	}
	.comment li {
		font-size: 3.5vw;
		padding-left: 30px;
		line-height: 1.5;
	}
	.comment li + li {
		margin-top: 8px;
	}

/* セミナー概要 */

	.map {
		width: 100%;
		margin-top: 10px;
	}
	iframe {
		width: 100%;
	}
	.about {
		font-size:3.5vw;
		line-height: 1.5;
		margin-top: 30px;
	}
	.about > li {
		padding-left: 100px;
	}
	.about > li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

/* お問い合わせ */

	.contact {
		margin-top: 30px;
	}
	.contact li {
		padding-left: 20px;
		font-size: 3.4vw;
		line-height: 1.4;
	}
	.contact li + li {
		margin-top: 5px;
	}

/* ページトップへ */

	.pageTop , .pageTop img {
		display: none;
	}
	.pageTopSP {
		position:fixed;
	  	bottom:10px;
	  	right:20px;
	}
	.pageTopSP img {
		display: block;
		width: 50px;
	}

footer {
    padding: 6px 0;
}
footer p {
	font-size: 12px;
	font-weight: normal;
}
}


@media screen and (max-width:480px) {
	.bt01 a {
		max-width: 350px;
	}
	.recommend li:before {
		left: -17px;
	}
	.seminar .flex img {
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
	.contents02 dl dt {
		margin-right: 15px;
	}
	.teacher ul li {
		padding-left: 20px;
	}
	.about > li {
		padding-left: 60px;
	}
	.comment li {
		padding-left: 17px;
	}
	.contact li {
		padding-left: 14px;
	}
}