@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size:16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #ffffff;
	color: #4c4948;
	text-align: center;
}

html>/**/body { /*for IE8*/
	font-size/*\**/:small\9;
}

html>/**/body table { /*for IE8*/
	font-size/*\**/:small\9;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul, li {
    list-style:none;
}

table {
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th {
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;
	font-weight: inherit;
}

img {
	max-width:100%;
	height: auto;
	vertical-align: top;
}

table {
	width:100%;
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a img:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

h2 {
	color: #6a3906;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}

.txt_stk {
	text-decoration:line-through;
}

.txt_lar {
	font-size: 24px;
	font-size: 2.4rem;
}
ul.list_check li{
	background: url("../images/icon_check.svg") no-repeat 0 50% / 0.8em auto;
	line-height: 1.5;
    padding-left: 1.3em;
    text-align: left;
    font-size: 2.0rem;
	font-weight: 500;
	margin-left: 1em;
}
ul.list_check li:last-of-type {
	margin-bottom: 0;
}
ol.list_num {
    counter-reset:number;
    list-style-type: none!important;
}

ol.list_num li {
    position: relative;
    line-height: 1.5;
    padding: 0.5em 1em 0.5em 2.3em;
    text-align: left;
    font-size: 2.2rem;
	font-weight: 500;
}

ol.list_num li:before{
    position: relative;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    border: 2px solid #4c4948;
    font-size: 2.6rem;	
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2em;
    text-align: center;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
	top: 0.8em;
    left: -0.2em;
}

ol.list_num li span {
	color: #c40e18;
	font-weight: 500;
}
.pcbr {
	display: inline-block;
}

.btnarea {
	text-align: center;
}

.btnarea a {
	display : block;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	/*background: #af9c8f;*/
	background: #c40e18;
	width: 320px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	position: relative;
}

.btnarea a:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
	margin: auto;
    top: 0;
	bottom: 0;
    right: 1.2em;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 100;
}
.pagetop a {
	position: relative;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #c40e18;
    border-radius: 50%;
    line-height: 50px;	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.pagetop a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 20px;
	left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btnarea a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-decoration: none;
}

.close span {
	display : block;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	color: #999999;
	text-align: center;
	font-weight: bold;
	background: #FFFFFF;
	width: 320px;
	height: 48px;
	line-height: 40px;
	border: 3px solid #dedede;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	box-sizing: border-box;
}
.txt_slash {
    display: flex;
    justify-content: center;
	font-size: 3.0rem;
	margin-bottom: 0.5em;
}

.txt_slash:before,
.txt_slash:after {
    content: '';
    width: 1.2em;
    height: 1.2em;
    border-left: 2px solid #333333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);	
}

.txt_slash:after {
    border-left: none;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.ttl-border {
	display: flex;
	align-items: center;
}
.ttl-border:before,
.ttl-border:after {
    border-top: 2px solid #333333;
    content: "";
    flex-grow: 1;
}
.ttl-border:before {
	margin-right: 1em;
}
.ttl-border:after {
	margin-left: 1em;
}
.shadow {
	position: relative;
}
.shadow:before,.shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 8px;
  width: 50%;
  top: 80%;
  max-width:140px;
  background: #d0cecb;
  -webkit-box-shadow: 0 15px 10px #827f7e;
  -moz-box-shadow: 0 15px 10px #827f7e;
  box-shadow: 0 15px 10px #827f7e;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.shadow:after {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: 8px;
  left: auto;
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 4%;
}

.spbr {
    display: none;
}

/* Header */
header {
    background: #ffffff;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
	text-align: left;
}

header .logo a {
	display: block;
	width: 247px;
}

header nav #gnavi {
	display: table;
	width: 100%;
	height: 80px;
}

header nav #gnavi li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 1.4em;
}

header nav #gnavi li:nth-child(3),
header nav #gnavi li:last-child {
	padding-right: 0;
}

header nav #gnavi li a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 0.8em;
	text-decoration: none;
	position: relative;
}

header nav #gnavi li a:after,
header nav #gnavi li a:before {
    display: block;
    content: '';
    position: absolute;
}

header nav #gnavi li a:after {
	margin: auto;
    top: 0;
	bottom: 0;
    left: -1.25em;
    width: 15px;
    height: 15px;
    background-color: #c40e18;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

header nav #gnavi li a:before {
    z-index: 2;
    margin: auto;
    top: 0;
	bottom: 0;
    left: -0.95em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header nav #gnavi li:last-child a:after,
header nav #gnavi li:last-child a:before {
	display: none;
}

header nav #gnavi li a:hover {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

header nav #gnavi li:last-child {
	background: #c40e18;
}

header nav #gnavi li:last-child:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

header nav #gnavi li:last-child a {
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0 40px;
	line-height: 1.5;
}

header nav #gnavi li:last-child a span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}

.slicknav_menu {
	display:none;
}

/* Contents */
#contwrap section {
	padding: 60px 4%;
}

#mainarea {
	background: url("../images/main_bg.jpg") no-repeat 50% 50% / cover;
	min-height: 560px;
}
#mainarea .inner {
	position: relative;
}
#mainarea h1 {
	position: absolute;
    width: 500px;
    top: 90px;
    left: 5%;
}
#mainarea h1 img {
	width: 100%;
}
#mainarea p.lbl {
    position: absolute;
    top: 260px;
	right: 4%;	
}
#mainarea p.lbl img {
	display: inline-block;
	border-radius: 50%;
}

#mainarea .btnarea {
	position: absolute;
	left: 5%;
	top: 450px;
	width: 500px;
}

#mainarea .btnarea a {
	background: #c40e18;
}
#intro .inner {
	background: #f7f1e7 url("../images/ring_bg.png") repeat-x 50% 0 / 30px auto;
	border-radius: 0 0 5px 5px;
}

#intro .inner h2 {
	color: #c40e18;
	font-weight: 500;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
	margin-bottom: 0.5em;
}

#intro .inner h2 span.txt_sml {
	font-size: 90%;
}
#intro .inner p {
	font-size: 2.0rem;
	font-weight: 500;	
}
#intro .inner .courselist {
	padding: 1em;
	background: #ffffff;
	margin: 1.5em auto 2.5em;
	display: inline-block;
}
#intro .inner h3 {
	font-size: 2.2rem;
	font-weight: 500;
	background: #af9c8f;
	color: #fff;
}

#intro .inner ul {
	display: flex;
    flex-wrap: wrap;
    margin: 1em auto 0;
    justify-content: center;
}
#intro .inner ul li {
	width: 35%;
	white-space: nowrap;
	margin-bottom: 0.5em;
}
#intro .inner .courselist p {
	font-size: 110%;
}

#event {
	background: #f7f1e7;
}
	
#event .inner {
	padding-top: 0;
	padding-bottom: 0;
}
#event .inner h2 {
	font-size: 3.2rem;
}
#event .inner .flex_box {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

#event .inner .item {	
	width: 32%;
	position: relative;
	text-align: center;
}

#event .inner .item .num {
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	background: #c40e18;
	border: 2px solid #ffffff;
	border-radius: 100%; 
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;	
}

#event .inner .item img {
	display: block;
	width: 100%;
	margin-bottom: 1.3em;
}

#event .inner .item h3 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 0.4em;
}

#event .inner .item a {
	display: inline-block;
	font-weight: bold;
	color: #c40e18;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

#event .inner .item a:after {
    content: '';
    display: block;
    width: 26px;
    height: 22px;
    background-image: url("../images/arrow_btm.png");
    background-size: contain;
    vertical-align: middle;
	margin: 4px auto 0;	
}

#event .inner .item a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;	
}

#seminar .inner {
	background: none;
	padding: 0 4%;
	position: relative;
}
#seminar .inner .lbl {
	position: absolute;
	top: -14px;
	right: 6%;
	display: flex;
}

#seminar  .inner .lbl li {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	width: 80px;
	height: 80px;
	line-height: 1.2;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #c40e18;
	text-align: center;
	box-sizing: border-box;
	padding-top: 14px;
}

#seminar  .inner .lbl li.rsv {
	background: #6a3906;
	margin-left: 5px;
	padding-top: 30px;
}

#seminar  .inner .lbl .txt_lar {
	font-size: 135%;
	font-weight: bold;
	display: block;
}


#seminar .inner .semi {
	border-bottom: 1px solid #a29a8f;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#seminar .inner .semi:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 2em;
}
#seminar .inner .item {
	display: flex;
	justify-content: space-between;	
	padding: 2em 1em;	
}
#seminar .inner .item .photoarea {
	width: 24%;
}
#seminar .inner .item .photoarea img {
	border: 4px solid #d8d2c9;
	box-sizing: border-box;
	
}
#seminar .inner .item .txtarea {
	width: 72%;
	text-align: left;
}
#seminar .inner .item .txtarea .datainfo {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
#seminar .inner .item .txtarea .datainfo .date {
	letter-spacing: 0.05em;
	margin-right: 1em;
	font-size: 1.8rem;
	font-weight: 600;
}
#seminar .inner .item .txtarea .datainfo .date span {
	font-size: 140%;
	font-weight: 600;
}
#seminar .inner .item .txtarea .datainfo ul {
	/*margin-right: 1em;*/
}
#seminar .inner .item .txtarea .datainfo ul li {
	display: inline-block;
	color: #ffffff;
	background: #e45079;
	text-align: center;
	line-height: 1;
	padding: 0.3em 0.5em 0.4em;
	margin-right: 0.2em;
	font-size: 1.3rem;
	font-weight: 600;
}

#seminar .inner .item .txtarea .datainfo ul li.web {
	background: #b7c847;
}
#seminar .inner .item .txtarea .datainfo ul li.cad {
	background: #389ff6;
}
#seminar .inner .item .txtarea .datainfo ul li.movie {
	background: #bf74d5;
}
#seminar .inner .item .txtarea .datainfo ul li.python {
	background: #1bc59b;
}
#seminar .inner .item .txtarea .datainfo ul li.consult {
	background: #f6a838;
	letter-spacing: -0.1em;
	padding: 0.3em 0.3em 0.4em;
}

#seminar .inner .item .txtarea .datainfo .teacher {
	font-weight: 500;
}
#seminar .inner .item .txtarea .datainfo .teacher span {
	font-size: 2.0rem;
	margin-right: 0.1em;
	font-weight: 500;
}
#seminar .inner .item .txtarea h3 {
	color: #c40e18;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#seminar .inner .item .txtarea .prof {
	border: 2px solid #d3c4b9;
	border-radius: 1em;
	padding: 1.0em 1.5em 1.5em 2em;
	margin-top: 3em;
	position: relative;
	margin-left: 2.5em;	
}
#seminar .inner .item .txtarea .prof p {
	background: #fcc;
	text-align: center;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 90%;
}

#seminar .inner .item .txtarea .prof .profphoto {
	position: absolute;
	width: 80px;
	top: -2em;
	left: -3.5em;
}
#seminar .inner .item .txtarea .prof dl {
	width: calc(100% - 100px);
	font-size: 1.5rem;
}
#seminar .inner .item .txtarea .prof dl dt {
	margin-bottom: 0.5em;
}
#seminar .inner .item .txtarea .prof dl dt span {
	font-size: 120%;
}

#course {
	background: #f5f5f5;	
}
#course .inner {
	padding-top: 0;
}
#course .wh_box {
	background: #ffffff;
	padding: 3em 4% 3em;
	border-radius: 1.2em;
	margin-top: 2em;
}
#course .flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
#course .flex_box .item {
	width: 31%;
	text-align: left;
	margin-bottom: 3em;
}
#course .item h4 {
	font-size: 135%;
	margin-bottom: 0.8em;
	border-left: 0.25em solid #c40e18;
	padding-left: 0.6em;
	line-height: 1.5;
}
#course .flex_box .item .imgarea {
	margin-bottom: 1em;
}
#course .item .moreB {
	text-align: right;
	margin-top: 1em;
}
#course .item .moreB.btnarea a {
	width: inherit;
	display: inline-block;
	font-size: 80%;
	height: 2em;
	line-height: 2em;
	padding: 0 1.5em 0 1em;
	font-weight: 400;
}
#course .item .moreB.btnarea a:before {
	right: 0.8em;
    width: 0.4em;
    height: 0.4em;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#course .other h3 {
	font-size: 140%;
	margin-bottom: 1em;
}
#course .slick01 {
	padding: 0 3em;
}
#course .slick01 .item {
	margin: 0 1em;
}
#course .slick01 .item h4 {
	font-size: 105%;
	text-align: left;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 8vw;
    max-width: 46px;
    height: 8vw;
    max-height: 46px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    background: #af9c8f;
	border-radius: 50%;
	z-index: 5;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before,
.slick-next:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
	bottom: 0;
    margin: auto;
    width: 0.5em;
    height: 0.5em;
	border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;    
}
.slick-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	left: calc(50% - 0.2em);
}
.slick-next:before {	
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	right: calc(50% - 0.2em);	
}





#contwrap section#setsumeikai {
	padding: 0 4%;
	background: #eee1d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #eee1d3 1%, #cdbbb5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eee1d3 1%,#cdbbb5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eee1d3 1%,#cdbbb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee1d3', endColorstr='#cdbbb5',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 1;
}
#setsumeikai .inner h2 {
	color: #c40e18;
}

#setsumeikai .inner .item {
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px 20px 40px;
	margin-bottom: 30px;
	position: relative;
	background: #ffffff;
}

#setsumeikai .inner h3 {
	font-size: 34px;
	font-size: 3.4rem;
	color: #d80c18;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	margin: 0;
}

#setsumeikai .inner h3.txt_catch span {
	color: #6a3906;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
	background:linear-gradient(transparent 70%, #fcf699 70%);
}

#setsumeikai .inner .item .lbl {
	position: absolute;
	top: 20px;
	right: 20px;
}

#setsumeikai .inner .item .lbl span {
	display: inline-block;
	color: #ffffff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #c40e18;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}

#setsumeikai .inner .item .lbl span.rsv {
	background: #6a3906;
	margin-left: 5px;
	font-size: 100%;
}

#setsumeikai .inner .item .txt_lar {
	margin: 0.5em auto 0.2em;
}
	
#setsumeikai .inner .item .txt_lar span {
    display: inline-block;
	margin-right: 1em;
}

#setsumeikai .inner .item .btnarea {
	margin-top: 1.5em;
}

#present .inner {
    border: 4px solid #c40e18;
    border-radius: 1em;
	padding-top: 50px;
}
#present h2 {
    background: url("../images/ribbon.svg") no-repeat 50% -10px / 600px auto;
    color: #ffffff;
    padding-bottom: 30px;
    margin-bottom: 0.5em;
}
#present .txtarea {
	margin-bottom: 2em;
}
#present .txtarea p:first-of-type {
	font-size: 2.0rem;
	color: #c40e18;
}
#present p.txt_kome {
	font-size: 1.3rem;
}
#present .flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1em;
	width: 640px;
}
#present ol.list_num li {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	font-size: 2.0rem;
}
#present ol.list_num li:last-of-type {
	padding-left: 1em;
}
#present ol.list_num li:before {
	background: #c40e18;
    color: #fff;
    border-radius: 50%;
    border-color: #c40e18;
}
#present ol.list_num li span.txt_lar {
	font-size: 120%;
	display: inline-block;
}
#present li .imgphoto {
	width: 80%;
	max-width: 240px;
	margin: 1em auto 0;
}
#present li p.txt_sml {
	font-size: 75%;
	margin-top: 1em;
}

section#access {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f7f1e7;
	position: relative;
	z-index: 1;
}

#access .inner {
	padding-top: 0;
}

#access .maparea {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

#access .maparea .img_map {
	width: 30%;
}

#access .maparea .img_map img {
	display: inline-block;
	border: 1px solid #9a9a9a;
}

#access .maparea address {
	width: 66%;
}
#access .maparea address dl {
    background: #ffffff url("../images/ring_wh_bg.png") repeat-x 50% 0 / 30px auto;
    padding-top: 1.5em;
	position: relative;
	border-radius: 0 0 5px 5px;
}
#access .maparea address dl dt {
	color: #ffffff;
	background: #c40e18;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 0.5em;
}

#access .maparea address dl dd {
	text-align: left;
	padding: 1em;
}

#access .maparea address dl dd span {
	display: inline-block;
}

#access .maparea address dl dd p {
	margin-top: 0.5em;
}

#access .maparea address .tel {
	margin: 1.2em auto;	
	color: #4a4a4a;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1;
	background: url("../images/icon_freecall.png") no-repeat 0 50%;
	background-size: 40px auto;
	padding-left: 1.6em;
	text-align: left;
}

#access .maparea address ul {
	display: flex;
}

#access .maparea address ul li {
	margin: 0 0.5em;
}

/* Footer */
footer .ft_logo {
	padding: 1em;	
}

footer .copy {
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0.5em;
	background: #333333;
}

.spdisp {
	display: none; 
}

@media only screen and (max-width: 1023px) {	
	#course .slick01 {
		padding: 0;
	}
	.slick-prev {
		left: -0.5vw;
	}
	.slick-next {
		right: -0.5vw;
	}
}
@media only screen and (max-width: 959px) {
	.spdisp {
		display: inline-block;
	}
	header {
        position: absolute;
        top: 0;
        left: 0;
		background: none;
		padding-left: 4%;
    }

    header .inner {
        text-align: left;
        position: relative;
    }
	
	header .logo a {
        margin-top: 9px;
    }
	
	/* GlobalNavi(MENU) */
	#menu,
    .js #menu {
        display:none;
    }

    .slicknav_menu,	
    .js .slicknav_menu {
        display:block;
    }
	
	.slicknav_nav a {
         position: relative;
     }

    .slicknav_nav a:before {
         display: block;
         content: '';
         position: absolute;
         z-index: 2;
         top: 1.2em;
         right: 2em;
         width: 8px;
         height: 8px;
         border-right: 1px solid #FFFFFF;
         border-bottom: 1px solid #FFFFFF;
         -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
    }
	
	.txt_lar {
        font-size: 22px;
        font-size: 2.2rem;
    }
	
	.inner {
		padding: 30px 4%;
	}
	h2 {
        font-size: 34px;
        font-size: 3.4rem;
        margin-bottom: 26px;
    }

    h2 span.txt_sml {
        font-size: 30px;
        font-size: 3.0rem;
    }
	
	#contwrap section {
		padding: 40px 0%; 
	}
	#intro .inner ol {
		justify-content: flex-start;
	}
	#event .inner .flex_box {
		margin-top: 40px;
	}
	
	#event .inner .item .num {        
        top: -22px;        
        width: 34px;
        height: 34px;
        line-height: 32px;
        font-size: 20px;
        font-size: 2.0rem;
        border: 2px solid #ffffff;
    }
	
	#event .inner .item h3 {
		font-size: 2.0rem;
		margin-bottom: 0;
	}	
	
    #contwrap section#seminar {
        padding-top: 40px;
    }	
	
	#contwrap section {
		padding: 40px 4%;
	}
	#course .wh_box {
		padding: 2em 4% 2.5em;
		font-size: 92%;
	}
	#course .flex_box {
		margin-bottom: 0;
	}
	#course .item h4 {
		font-size: 125%;
	}
	#course .item p {
		line-height: 1.6;
	}
	#course .slick01 .item {
		padding: 0 0.5em;
	}
	#course .other h3 {
		font-size: 120%;
	}
	#setsumeikai .inner h3 {
        font-size: 26px;
        font-size: 2.6rem;
        height: 64px;
        line-height: 64px;
    }
	#setsumeikai .inner .item .lbl span {
        width: 64px;
        height: 64px;
        line-height: 64px;
		font-size: 16px;
		font-size: 1.6rem;
    }
	
	#setsumeikai .inner .item .txt_lar {
		margin: 0.2em auto;
	}
	#present h2 {
		background-size: 520px auto; 
	}
}

@media only screen and (max-width: 895px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	
	h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    h2 span.txt_sml {
        font-size: 24px;
        font-size: 2.4rem;
    }
	
	#mainarea {
		min-height: 500px;
	}
	#mainarea h1 {
        width: 380px;
    }
	#mainarea p.lbl {
		width: 220px;
		top: 270px;
	}
	#mainarea .btnarea {
		top: 380px;
		width: 380px;
		padding: 0;
	}
	#mainarea .courselist {
	    top: 350px;
		width: 470px;
	}
	#mainarea .courselist p {
		font-size: 2.0rem;
	}
	#mainarea ul li {
	    font-size: 2.4rem;
	}
	#intro .inner ol li {
		font-size: 2.0rem;
	}
	ol.list_num li:before {
		font-size: 2.2rem;
	}
	
	#seminar .inner .lbl {
		right: 2%;
	}
	#seminar .inner .lbl li {
        width: 64px;
        height: 64px;
        padding-top: 10px;
	}
	
	#seminar .inner .lbl .txt_lar {
    	font-size: 120%;
	}
	
	#seminar .inner .lbl li.rsv {
	    padding-top: 22px;
	}
	
	#seminar .inner .item {
        padding: 2em 0 1.5em;
    }
	
	#seminar .inner .item dl {
		padding: 24px 0;
	}

	#seminar .inner .item .txtarea .datainfo {
		flex-wrap: wrap;
	}
	#seminar .inner .item .photoarea img {
		border-width: 3px;
	}
	#seminar .inner .item .txtarea .prof dl {
		width: 100%;
		padding: 0;
	}
	#setsumeikai .inner h3 {
        font-size: 24px;
        font-size: 2.4rem;
        height: 60px;
        line-height: 60px;
    }
	#setsumeikai .inner .item .lbl {
		top: -30px;
	}
	
	#setsumeikai .inner .item .lbl span {
        width: 60px;
        height: 60px;
        line-height: 60px;        
    }
	#present h2 {
		background-size: 450px auto;
	}
	#present ol.list_num li {
		font-size: 1.8rem;
	}
	#present ol.list_num li:before {
		font-size: 2.0rem;
	}

	.pcbr {
		display: none;
	}
	
	#contwrap section#access {
		padding-bottom: 0;
	}
	
	#access .maparea address .tel {
		font-size: 30px;
		font-size: 3.0rem;
		margin: 0.8em auto;
		background-size: 36px auto;
		padding-left: 1.4em;
	}
}

@media only screen and (max-width: 768px) {
	.pcdisp,
	.pcbr {
		display: none;
	}
	
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
    header .logo a {
        width: 220px;
        margin-top: 13px;
    }
	
	#contwrap section,
	#contwrap section#seminar {
		padding: 30px 0;
	}
	
	h2 {
        font-size: 23px;
        font-size: 2.3rem;
        letter-spacing: 0;
    }

    h2 span.txt_sml {
        font-size: 20px;
        font-size: 2.0rem;
    }
	#mainarea {
		min-height: 380px;
	}
	#mainarea .inner {
		padding: 10px 4%;		
	}
    #mainarea h1 {
        width: 340px;
		top: 60px;
    }
    #mainarea p.lbl {
        width: 170px;
		top: 200px;
    }
	#mainarea .btnarea {
		top: 300px;
		width: 340px;
		padding: 0;
	}	
	#contwrap section#intro {
		padding: 30px 3%;
	}
	#intro .inner {
		padding: 30px 3%;
	}
	#intro .inner h2 {
		font-size: 2.0rem;
	}
	#intro .inner .courselist {
		margin-bottom: 1.5em;
	}
	#intro .inner ul li {
		width: inherit;
		font-size: 1.7rem;
		margin-left: 0;
		padding-right: 1em;
	}
	#intro .inner p {
		font-size: 1.6rem;
	}
	#event .inner h2 {
		font-size: 2.0rem;
	}
	#event .inner .item h3 {
		font-size: 1.6rem;
	}
	#event .inner .item a:after {
		width: 16px;
    	height: 13px;
	}
	#seminar .inner .lbl {
		position: relative;
		justify-content: center;
	}
	.spbr {
		display: inline-block;
	}
	
	#seminar .inner .item {
		padding-top: 0;
		flex-direction: column;
		max-width: 600px;
		margin: auto;
	}
	#seminar .inner .item .photoarea {
		width: 60%;		
		max-width: 380px;
		margin: 0 auto 1em;
	}
	#seminar .inner .item .txtarea {
		width: 100%;
	}
	#seminar .inner .item .txtarea .datainfo .date {
		font-size: 1.6rem;
	}
	#seminar .inner .item .txtarea h3 {
		font-size: 1.6rem;
	}
	#seminar .inner .item .txtarea .prof .profphoto {
		width: 70px;
		left: -3em;
	}
	#seminar .inner .item .txtarea .prof p {
		height: 70px;
		line-height: 70px;
	}
	#present .txtarea p:first-of-type {
		font-size: 1.6rem;
	}
	#present .flex_box {
		width: 100%;
		max-width: 480px;
	}
	.btnarea {
		padding: 0 4%;
	}
	
	.btnarea a {
        width: 100%;
        max-width: 300px;
        height: 50px;
        line-height: 50px;
		font-size: 1.6rem;
    }
    .btnarea a:before {
        width: 8px;
        height: 8px;
    }
	
	.close span {
		width: 80%;
        max-width: 294px;
        height: 44px;
        line-height: 44px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#course .wh_box {
		font-size: 100%;
	}
	#course .flex_box .item {
		width: 48%;
	}
	#setsumeikai .inner {
		padding: 30px 0% 10px;
	}
	#setsumeikai .inner h2 {
		margin-bottom: 36px;
	}
	#setsumeikai .inner .item {
        padding: 30px 4%;
    }
	#course .slick01 .item {
		padding: 0;
	}
	.slick-prev,
	.slick-next {
		width: 7vw;
		height: 7vw;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 0.4em;
		height: 0.4em;  
	}
	#setsumeikai .inner h3 {
        font-size: 20px;
        font-size: 2.0rem;
        height: 50px;
        line-height: 50px;
    }
	#setsumeikai .inner .item .lbl {
		top: -24px;
	}
	
	#setsumeikai .inner .item .lbl span {
        width: 54px;
        height: 54px;
        line-height: 54px;        
        font-size: 14px;
		font-size: 1.4rem;
    }
	
	#setsumeikai .inner .item .txt_lar {
		margin-bottom: 0.5em;
	}
	
	#setsumeikai .inner .item .txt_lar span {
		margin-right: 0;
		font-size: 16px;
        font-size: 1.6rem;
	}
	#contwrap section#present {
		padding: 40px 4%;
	}
	#present .inner {
		padding-top: 20px;
	}
    #present h2 {
        background: url("../images/ribbon_sp.svg") no-repeat 50% -10px / 260px auto;
        padding-top: 2px;
    }
	#present ol {
		flex-direction: column;
	}
	#present ol.list_num li {
		font-size: 1.7rem;
	}
	#present ol.list_num li:first-of-type {
		margin-bottom: 2em;
	}
	#present ol.list_num li:last-of-type {
		padding-left: 0;
	}
	#access .maparea {
        flex-direction: column;
        padding: 0 4%;
    }

    #access .maparea .img_map,
    #access .maparea address {
        width: 100%;
    }
	
	#access .maparea .img_map {
		margin-bottom: 1em;
	}
	
	#access .maparea .img_map img {
		width: 100%;
		max-width: 280px;
	}
	
	#access .maparea address .tel {
		font-size: 2.8rem;
		margin-top: 0.8em;
		display: inline-block;
		text-align: center;
	}

	#access .maparea address ul {
      	justify-content: center;
  	}		
		
	footer .ft_logo {
		padding: 0.7em;
	}
	
	footer .ft_logo img {
		width: 80%;
		max-width: 280px;
	}
}

@media only screen and (max-width: 559px) {
	header .logo a {
		margin-top: 8px;
	}
	#mainarea h1 {
		width: 300px;
	}
	#mainarea .btnarea {
		width: 300px;
	}
	#course .flex_box .item {
		width: 100%;
	}
	#course .item h4 {
		font-size: 115%;
	}
	#course .flex_box .item img {
		width: 100%;
	}
	#course .slick01 .imgarea {
		text-align: center;
	}
	#course .slick01 .imgarea img {
		margin: 0 auto;
	}
	.slick-prev,
	.slick-next {
		width: 10vw;
		height: 10vw;
	}
}

@media only screen and (max-width: 520px) {
	#mainarea {
		background: url("../images/main_bg_sp.jpg") no-repeat 0 0 /cover;
		min-height: 118vw;
	}
	#mainarea .inner {
		padding: 3vw 4%;
	}
	#mainarea h1 {
		position: relative;
		width: 92%;	
		top: 34vw;
	}
	#mainarea p.lbl {
		width: 33vw;
		left: 2%;
		top: 2vw;
	}
	#mainarea .btnarea {
		width: 80vw;
		position: relative;
		top: 38vw;
	}
	#intro .inner h2 {
		font-size: 1.8rem;
	}
	#intro .inner p {
		font-size: 1.4rem;
	}
	#intro .inner .courselist {
		padding: 1em 0.5em;
	}
	#intro .inner h3 {
		font-size: 1.7rem;			
	}
	#intro .inner ul li {
		font-size: 1.5rem;
	}
	#intro .inner .courselist p {
		font-size: 85%;
	}
	#event .inner .flex_box {
		flex-direction: column;
	}
	#event .inner .item {
		width: 70%;
		margin: 0 auto 2em;
	}
	#event .inner .item:last-of-type {
		margin-bottom: 0;
	}
	#present h2 {
		margin-bottom: 0;	
	}
	#present .txtarea {
		margin-bottom: 0.5em;
	}
	#present .txtarea p:first-of-type {
		font-size: 1.4rem;
	}
	#present .flex_box {
		flex-direction: column;
		width: 100%;
	}
	#present .flex_box .imgarea:first-of-type {
		width: 70%;
		margin-bottom: 1em;
	}
	
}

/* unsubscribe */
.mailmag {
	background: #ffffff;
	border-bottom: 1px solid #e1e1e1;
	
}
.mailmag .inner {
	padding: 1em 4%;
	text-align: left;
	line-height: 2;
}
.mailmag dl {
	font-size: 1.2rem;
	color: #666666;
}
.mailmag dl a {
	text-decoration: underline;
	color: #666666;
}

@media screen and (max-width: 768px) {
	.mailmag dl {
		font-size: 1.1rem;
	}
	.mailmag dl a {
		line-height: 1.5;
		display: inline-block;
	}
}
