@charset "UTF-8";
/* common?*/
body {
	color: #333;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5rem;
}
a,.caution {
	color: #CF0010;
}
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
.fwb {
    font-weight: bold;
}
.text-red {
	color: #CF0010;
}
.text-underline {
	border-bottom: 1px solid #333;
	padding-bottom: 0.3rem;
}
.btn a {
	border: 1px solid #CF0010;
	color: #CF0010;
	padding: 10px 30px;
	text-decoration: none;
}
.btn a:hover {
	color: #fff;
	background: #CF0010;
}
.btn.btn-blank a {
	background-image: url(/education/recurrent/img/ico-blank.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
}
.btn2 a {
	border: 1px solid #CF0010;
	color: #fff;
	background: #CF0010;
	padding: 10px 30px;
	text-decoration: none;
}
.btn2 a:hover {
	color: #CF0010;
	background: #fff;
}
.btn2 a:after {
	content: ">";
	padding-left: 2rem;
}
@media only screen and (max-width : 736px){
.btn2 a {
    display: block;
}
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin: 0;
	padding: 0 0 1rem;
}
.padt0 {
	padding-top: 0!important;
}
.padb0 {
	padding-bottom: 0!important;
}
.padb1 {
	padding-bottom: 1rem!important;
}
.padb2 {
	padding-bottom: 2rem!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb1 {
	margin-bottom: 1rem!important;
}
.mb2 {
	margin-bottom: 2rem!important;
}
.mb4 {
	margin-bottom: 4rem!important;
}
.spbr {
	display: none;
}
@media only screen and (max-width : 736px){
.spbr {
	display: block;
}
}
/* layout */
.header,.global-nav ul,.content-wrap,.breadcrumb-wrap,.footer-wrap,.footer-wrap2,.top-infomation-important-wrap {
	width: 1000px;
	margin: auto;
}
@media only screen and (max-width : 1000px){
.header,.global-nav ul,.content-wrap,.breadcrumb-wrap,.footer-wrap,.footer-wrap2,.top-infomation-important-wrap {
	width: 100%;
	margin: auto;
}
}
/* header & globalnav?*/
.header {
	display: table;
	table-layout: fixed;
	padding: 20px 0;
}
.header-logo {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
}
.header-logo p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.header-logo p img {
	border-right: 1px solid #CF0010;
	display: inline-block;
	padding: 0 10px 0 0;
	width: 100px;
	height: auto;
}
.header-logo h1,.header-logo .sitelogo {
	display: inline-block;
	padding: 0 0 0 1rem;
	margin: 0;
	position: relative;
}
.header-logo h1 img,.header-logo .sitelogo img {
	height: 11px;
	width: auto;
	position: relative;
	top: -8px;
}
.header-logo .sp {
	display: none;
}
.header-content {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	text-align: right;
}
.header-content .contact-ttl {
	border: 1px solid #CF0010;
	padding: 0.3rem 0.5rem;
	font-size: 0.9rem;
}
.header-content .tel a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0.5rem;
}
.header-content .contact a {
	background: #CF0010;
	color: #fff;
	font-weight: bold;
	padding: 0.3rem 0.5rem;
	text-decoration: none;
	font-size: 0.8rem;
	border: 1px solid #CF0010;
}
.header-content .contact a:hover {
	background: #fff;
	color: #CF0010;
}
.header-content .shirabus a {
	color: #000;
	font-weight: bold;
	padding: 0.3rem 0.5rem;
	text-decoration: none;
	font-size: 0.8rem;
	border: 2px solid #000;
}
.header-content .shirabus a:hover {
	background: #000;
	color: #fff;
}
.global-nav {
	width: 100%;
	background-color: #f0f0f0;
	border-top: 1px solid #CF0010;
}
.global-nav ul {
	list-style: none;
	padding: 10px 0;
	display: table;
	table-layout: fixed;
}
.global-nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #CF0010;
	position: relative;
}
.global-nav ul li:last-child {
	border-right: 1px solid #CF0010;
}
.global-nav ul li.global-nav-01 {
	width: 10%;
}
.global-nav ul li.global-nav-02 {
    width: 20%;
}
.global-nav ul li.global-nav-03 {
    width: 20%;
}
.global-nav ul li.global-nav-04 {
	width: 20%;
}
.global-nav ul li.global-nav-05 {
    width: 10%;
}
.global-nav ul li.global-nav-06 {
    width: 20%;
}
.global-nav ul li a {
	color: #333;
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0.7rem 0.5rem;
	display: block;
}
.global-nav ul li a:hover {
	color: #CF0010;
}
.global-nav ul li a:after {
	content: ">";
	color: #CF0010;
	position: absolute;
	right: 10px;
	top: 35%;
}
.global-nav ul li {
    position: relative;
}
.global-nav ul li ul.sub-menu {
    display: inline-block;
    width: 190px;
    position: absolute;
    right: -90px;
    top: 69px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    display: none;
}
.global-nav ul li ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
    border-left: none;
    background: #f0f0f0;
}
.global-nav ul li:hover ul.sub-menu {
    display: block;
}
.global-nav ul .sub-menu li:last-child {
    border-right: none;
}
@media only screen and (max-width : 736px){
.header {
    height: 55px;
    padding: 0;
}
.header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 1rem;
    z-index: 8888;
}
.global-nav {
	display: none;
}
.header-logo .pc,.header-content {
	display: none;
}
.header-logo .sp {
	display: block;
}
.header-logo h1 img,.header-logo .sitelogo img {
	height: 25px;
	top: -1px;
}
.shirabus a {
    display: block;
    border: 2px solid #000;
    padding: 0.5rem 0.8rem;
    margin-top: 0.5rem;
    text-decoration: none;
    font-size: 1rem;
    color: #000;
}
}
/* humberguemenu */
.button-toggle {
    cursor: pointer;
    background: #CF0010;
    color: #fff;
    text-align: center;
    width: 70px;
    padding: 15px 12px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
.menu {
	display: none;
	position: fixed;
    top: 54px;
    width: 100%;
    background: #fff;
    z-index: 9990;
}
.menu .gnav {
	background: #CF0010;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 8000;
}
.menu .gnav a {
	color: #fff;
	text-decoration: none;
	padding: 1rem;
	display: block;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.menu .sp-contact {
	padding: 1rem;
	border-bottom: 2px solid #cf000f;
	background: #fff;
}
.menu .sp-contact .contact-ttl {
	border: 1px solid #CF0010;
	padding: 0.3rem 0.5rem;
	font-size: 0.9rem;
}
.menu .sp-contact .tel a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0.5rem;
}
.menu .sp-contact .contact a {
	background: #CF0010;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem 0.8rem;
	margin-top: 0.5rem;
	text-decoration: none;
	font-size: 1rem;
	border: 1px solid #CF0010;
	display: block;
}
.menu .sp-contact .contact a:hover {
	background: #fff;
	color: #CF0010;
}
.menu ul.gnav ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (min-width: 768px) {
.button-toggle {
	display: none;
}
}
/* footer?*/
.footer {
	width: 100%;
	background: #ededed;
}
.footer-copy-layout {
	background: #C4C4C5;
}
.footer-wrap {
	display: table;
	text-align: left;
	padding: 40px 0;
}
.footer-logo {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}
.footer-logo img {
	width: 150px;
	height: auto;
}
.footer-text {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
.footer-copy {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.footer-menu {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	text-align: right;
	padding: 1rem 0;
}
.footer-wrap2 {
	color: #fff;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8rem;
	margin: 0 0 0 1rem;
}
.footer-copy {
	font-size: 0.8rem;
}
.footer-copy-layout-sp {
	display: none;
}
@media only screen and (max-width : 736px){
.footer-wrap {
    padding-bottom: 1rem;
}
.footer-logo {
    display: block;
    width: 100%;
    text-align: center;
}
.footer-text {
    display: block;
    width: 100%;
    text-align: center;
}
.footer-logo {
    padding-bottom: 1rem;
}
.footer-text p {
    font-size: 0.8rem;
}
.footer-copy-layout {
	display: none;
}
.footer-copy-layout-sp {
	display: block;
}
.footer-menu-sp {
    background: #ededed;
}
.footer-copy-layout-sp .footer-copy {
	text-align: center;
	background: #C4C4C5;
	color: #fff;
	padding: 1rem 0;
}
.footer-menu-sp ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.footer-menu-sp ul li {
    display: table-cell;
    width: 50%;
    padding: 0;
    text-align: center;
}
.footer-menu-sp ul li a {
    color: #333;
    display: block;
    width: 90%;
    text-decoration: none;
    padding: 0.1rem;
    margin: 0 auto 0.5rem;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 0.8rem;
}
.footer-menu-sp ul li:last-child a {
	border-left: none;
}
}
/* maincontents?*/
.main-image {
	width: 100%;
	margin: 0;
    line-height: 0;
    position: relative;
}
.main-image img {
	width: 100%;
	height: auto;
}
.main-image-sp {
	display: none;
}
.main-image .top-catchcopy {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    width: 430px;
    padding: 2rem;
    text-align: center;
    background: #fff;
    color: #cf000f;
    margin: auto;
    line-height: 200%;
    font-weight: bold;
}
.main-image .top-catchcopy span {
    display: block;
}
@media only screen and (max-width : 736px){
.main-image {
	display: none;
}
.main-image-sp {
	display: block;
	position: relative;
}
.main-image-sp .top-catchcopy {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    width: 80%;
    padding: 1.2rem;
    text-align: center;
    background: #fff;
    color: #cf000f;
    margin: auto;
    line-height: 200%;
    font-weight: bold;
}
.main-image-sp .top-catchcopy span {
    display: block;
}
}
.main-contents {
	width: 100%;
}
.content-bg {
	background: #f0f0f0;
}
@media only screen and (max-width : 736px){
.content-bg {
	padding: 1rem 0;
}
}
.information-content-area {
	padding: 3rem 0;
}
.information-content {
	background: #fff;
	padding: 2rem 2rem 3rem;
}
.information-content h2 {
	color: #CF0010;
	font-size: 1.1rem;
}
.information-content ul {
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 0;
	padding: 0;
}
.information-content li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}
.information-content li span {
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.information-content li span.newicon {
	border-right: none;
	background: #CF0010;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	margin-left: 20px;
	border-radius: 3px;
}
.information-content li span.icon-news {
	border-right: none;
	background: #4daadf;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 3px;
}
.information-content li span.icon-admission {
	border-right: none;
	background: #b02863;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 3px;
}
.information-content li span.icon-event {
	border-right: none;
	background: #e33d6b;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 3px;
}
.information-content li span.icon-briefing {
	border-right: none;
	background: #009900;
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 3px;
}
.information-content li a {
	text-decoration: underline;
}
@media only screen and (max-width : 736px){
.information-content-area {
    padding: 0;
}
.information-content {
    padding: 1.5rem;
    margin: 0 1rem;
}
.information-content h2 {
    margin-top: 0;
}
}
.top-content {
    border-bottom: 1px solid #C4C4C5;
    padding: 0 0 5rem;
    margin: 0 0 5rem;
}
.top-content p {
	padding: 0 0 1.5rem;
}
.top-content h2 {
	text-align: center;
	color: #CF0010;
	padding: 0 0 2rem;
	margin: 0;
}
.top-content ol {
	padding: 1rem 0;
	margin: 0;
	list-style: none;
	color: #CF0010;
}
.top-content ol li {
	padding: 0 0 1rem;
}
.top-content ol li span {
	color: #fff;
	background: #CF0010;
	padding: 0.2rem 0.6rem;
	display: inline-block;
	margin-right: 1rem;
}
.top-content .predident {
	text-align: right;
}
.top-content2 {
	border-bottom: 1px solid #C4C4C5;
	padding: 6rem 0 5rem;
    margin: 0 0 5rem;
}
.top-content2 h2 {
	display: inline-block;
	margin: auto;
	padding: 0 0 0.5rem;
	border-bottom: 1px solid #CF0010;
}
.top-infomation-important {
	background: #CF0010;
	color: #fff;
	text-align: center;
}
.top-infomation-important-wrap .content {
	background: #ccc;
	padding: 15px;
}
.top-infomation-important-wrap .content h3 {
	color: #CF0010;
}
@media only screen and (max-width : 736px){
.top-content {
    padding: 0 1rem;
}
.top-content h2 {
    padding: 0 0 3rem;
    line-height: 160%;
}
.top-content ol li {
    clear: both;
    margin-bottom: 3rem;
}
.top-content ol li span {
    display: block;
    width: 20px;
    float: left;
    margin: 0 1rem 0 0;
    padding: 2rem 0.5rem 2rem;
    text-align: center;
}
.top-content ol li:last-child {
	margin-bottom: 1rem;
}
.btn.btn-blank a {
    display: block;
}
}
.movie-area {
	text-align: center;
	padding: 2rem 0 0;
}
.movie-area img {
	width: 540px;
	height: auto;
}
.movie-area img:hover {
	opacity: 0.6;
}
@media only screen and (max-width : 736px){
.movie-area {
    padding: 2rem 1rem 0;
}
}
.top-image-unit {
	padding: 2rem 0 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.top-image-unit-img {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.top-image-unit-text {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-left: 2rem;
}
.top-image-unit-text h3 {
	color: #CF0010;
	padding: 0 0 1rem;
	margin: 0;
}
@media only screen and (max-width : 736px){
.top-image-unit-img {
    padding: 0 0 1rem;
    display: block;
    width: 100%;
}
.top-image-unit-img p {
	padding: 0 1rem;
}
.top-image-unit-text {
    padding: 0 0 1rem;
    display: block;
    width: 100%;
}
.top-image-unit-text h3,.top-image-unit-text p {
	padding: 0 1rem 1rem;
}
.top-image-unit-text p.btn.btn-blank {
    text-align: center;
    padding: 1rem 0 0;
}
}
/* contactbox?*/
.contactbox {
	border: 1px solid #CF0010;
	width: 800px;
	margin: 0 auto;
	padding: 1rem 1.5rem;
	display: table;
	table-layout: fixed;
}
@media only screen and (max-width : 800px){
.contactbox {
	width: 100%;
}
}
.contactbox-ttl {
	color: #CF0010;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.contactbox-text {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-left: 1px solid #CF0010;
	padding-left: 1rem;
	font-size: 1.0rem;
}
.contactbox-contact {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.0rem;
}
.contactbox-contact span {
	font-size: 0.8rem;
	font-weight: normal;
	padding-left: 1rem;
}
.contactbox-contact a {
	display: block;
	width: 100%;
	margin: 10px 0 0 ;
	color: #fff;
	background-color: #CF0010;
	border: 1px solid #CF0010;
	text-align: center;
	text-decoration: none;
	padding: 5px;
}
.contactbox-contact a:hover {
	color: #CF0010;
	background-color: #fff;
}
@media only screen and (max-width : 736px){
.contactbox-ttl, .contactbox-text,.contactbox-contact {
    display: block;
    width: 100%;
}
.contactbox-ttl {
    font-size: 1rem;
    padding: 1rem 0;
}
.contactbox-text {
    padding: 0;
    border: none;
    text-align: center;
}
.contactbox-contact {
    padding: 0 0 1rem;
    text-align: center;
    font-size: 1.3rem;
}
.contactbox {
    padding: 0;
}
.contactbox-ttl:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #CF0010;
	margin: auto;
	margin-top: 0.4rem;
}
.contactbox-wrap {
    padding: 0 1rem 2rem;
}
.contactbox-contact span {
    padding: 0.5rem 0;
    display: block;
}
.contactbox-contact a {
    padding: 0.5rem;
    font-size: 1rem;
    width: 200px;
    margin: auto;
}
}
/* modal?*/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
/* content?*/
.maincontent-image {
	background-size: 100%;
	position: relative;
	padding: 7rem 0;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}
.maincontent-image-gaiyou,.maincontent-image-news {
	background-image: url(/education/recurrent/img/mainimage.png);
}
.maincontent-image-requirements {
	background-image: url(/education/recurrent/img/maincontent-image-requirements.png);
}
.maincontent-image-schedule {
	background-image: url(/education/recurrent/img/maincontent-image-schedule.png);
}
.maincontent-image-program2 {
	background-image: url(/education/recurrent/program2/img/top.jpg);
}
.maincontent-image-program4 {
	background-image: url(/education/recurrent/program4/img/top.png);
}
.maincontent-image.maincontent-image-gaiyou {
    background-position: center -40px;
    padding: 11rem 0 6rem;
}
@media only screen and (max-width : 736px){
.maincontent-image {
    background-size: cover;
    background-position: top;
}
.maincontent-image-gaiyou,.maincontent-image-news {
	background-image: url(/education/recurrent/img/mainimage-sp.png);
}
.maincontent-image-requirements {
	background-image: url(/education/recurrent/img/maincontent-image-requirements-sp.png);
}
.maincontent-image-schedule {
	background-image: url(/education/recurrent/img/maincontent-image-schedule-sp.png);
}
}
@media only screen and (max-width : 1180px){
.maincontent-image-schedule {
	background-size: cover;
}
}
@media only screen and (min-width : 1280px){
.maincontent-image.maincontent-image-gaiyou {
    padding: 13rem 0 10rem;
}
}
@media only screen and (min-width : 1480px){
.maincontent-image.maincontent-image-gaiyou {
    padding: 16rem 0 5rem;
}
}
@media only screen and (max-width : 736px){
.maincontent-image-schedule {
	background-size: 100%;
}
}

.maincontent-image-ttl {
	width: 400px;
	background: #fff;
	margin: auto;
	text-align: center;
	padding: 1rem;
}
.maincontent-image-ttl h1,.maincontent-image-ttl .main-ttl {
	color: #CF0010;
	margin: 0;
	padding: 0 0 0.5rem;
	font-size: 1.3rem;
}
.maincontent-image-ttl-lecture-top h1.main-ttl {
    padding: 0;
}
.maincontent-image-ttl.maincontent-image-ttl-lecture-sub h1.main-ttl {
    padding: 0;
    line-height: 100%;
}
.maincontent-image-ttl p {
	color: #CF0010;
	margin: 0;
	padding: 0;
}
.maincontent-image-ttl.maincontent-image-ttl-lecture-top p {
    padding: 10px 0 0;
    margin: 0;
    line-height: 100%;
}
@media only screen and (max-width : 400px){
.maincontent-image-ttl {
	width: auto;
	margin: 0 1rem;
}
.maincontent-image-ttl h1, .maincontent-image-ttl .main-ttl {
    font-size: 1.1rem;
}
}
.breadcrumb-wrap ol {
	list-style: none;
	padding: 1rem 0 0;
	margin: 0;
}
.breadcrumb-wrap ol li {
	display: inline-block;
	padding: 0 1rem 0 0;
}
.breadcrumb-wrap ol li a {
	color: #333;
	text-decoration: none;
	padding: 0 1rem 0 0;
}
.breadcrumb-wrap ol li:after {
	content: ">";
	color: #CF0010;
}
.breadcrumb-wrap ol li:last-child:after {
	content: "";
}
@media only screen and (max-width : 736px){
.breadcrumb-wrap ol {
    padding: 1rem 1rem 0;
    font-size: 0.8rem;
}
}
.page-content {
	padding: 5rem 0;
}
.content-unit-ttl {
	position: relative;
}
.content-unit-ttl h2 {
	color: #CF0010;
	text-align: center;
	padding: 0 0 1rem;
}
.content-unit-ttl .caption {
	color: #CF0010;
	text-align: center;
	font-weight: bold;
}
.content-unit-ttl .caption {
	color: #333;
	text-align: center;
	font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 2rem;
}
.content-unit-ttl .float-img {
	position: absolute;
	right: 15%;
	top: -20px;
}
.content-unit-ttl .float-img img {
	width: 100px;
	height: auto;
}
.content-unit-ttl-img {
	text-align: center;
	padding: 2rem 0;
}
.content-unit-ttl-img img {
	width: 400px;
	height: auto;
}
@media only screen and (max-width : 736px){
.page-content {
    padding: 4rem 1rem;
}
.content-unit-ttl h2 {
    margin: 0;
    font-size: 1rem;
}
.content-unit-ttl .float-img {
    display: none;
}
.content-unit-ttl .caption {
    text-align: left;
    font-size: 0.8rem;
}
.content-unit-ttl-img img {
    width: 240px;
}
}
table {
	width: 100%;
	margin-bottom: 2rem;
}
table th {
	background: #C4C4C5;
	color: #fff;
	padding: 0.5rem;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
table td {
	padding: 0.5rem;
	text-align: center;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table td:last-child {
	border-right: none;
}
table td.tdb-dot:last-child,table td.tdb-must:last-child  {
	border-right: 1px solid #333;
}
table td.td-bg {
	background: #CF0010;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
table td.td-bg2 {
	background: #C4C4C5;
	color: #fff;
	border-bottom: 1px solid #333;
}
table td.td-color {
	color: #CF0010;
}
table td.td-type2 {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
table td.td-type3 {
	border-right: 1px solid #333;
}
table td.td-type4 {
	border-top: 1px solid #333;
}
table td.td-type5 {
	border-bottom: 1px solid #333;
}
.tdb-dot {
	border-bottom: 2px dotted #333!important;
}
table td.td-bg2.tdb-dot {
	border-bottom: 2px dotted #fff!important;
}
@media only screen and (max-width : 736px){
.table-wrap {
	overflow: auto;
}
.jinsei-100-table {
	width: 800px;
}
.curriculum-table {
	width: 600px;
}
.kakomku-table {
	width: 900px;
}
.requirements-table {
	width: 900px;
}
}
.page-content .content-unit-wrap h2 {
	text-align: center;
	border-bottom: 2px solid #CF0010;
	display: inline-block;
	margin: auto;
	padding: 0 0 0.5rem;
}
.jinsei100-img-01-sp {
	display: none;
}
@media only screen and (max-width : 736px){
.page-content .content-unit-wrap h2 {
    font-size: 1.1rem;
}
.jinsei100-img-01-sp {
	display: block;
	padding-top: 1rem;
}
.content-img.jinsei100-img-01 {
	display: none;
}
}
.content-unit {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 3rem 0 0;
}
.content-text {
	display: table-cell;
	width: 65%;
	vertical-align: top;
	padding: 0 1rem 0 0;
}
.content-img {
	display: table-cell;
	width: 35%;
	vertical-align: top;
	padding: 0 0 0 1rem;
}
.content-img img {
	width: 100%;
	height: auto;
}
.gaiyou-ttl {
	color: #CF0010;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 160%;
	padding: 0 0 1rem 40px;
	position: relative;
}
.gaiyou-p {
	padding: 0 0 1.5rem;
	padding-left: 40px;
}
.gaiyou-p2 {
	padding: 0 0 2.5rem;
	padding-left: 40px;
}
.gaiyou-p3 {
    padding: 0 0 2.5rem;
    padding-left: 50px;
}
.gaiyou-ttl:before {
	content: "";
	display: block;
	background-image: url("/education/recurrent/img/ico-gaiyou-ttl.svg");
	background-repeat: no-repeat;
	width: 30px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width : 736px){
.gaiyou-ttl {
    padding-right: 30px;
    font-size: 1.1rem;
}
.gaiyou-ttl:before {
    background-size: 20px;
    width: 20px;
}
}
.page-content-ttl {
	text-align: center;
	padding: 0 0 1rem;
	position: relative;
}
.page-content-ttl-type2 {
	padding-top: 5rem;
	position: relative;
}
.page-content-ttl h2 {
	text-align: center;
	border-bottom: 2px solid #CF0010;
	display: inline-block;
	margin: 0 auto 2rem;
	padding: 0 0 0.5rem;
}
.page-content-ttl h2 span {
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
}
.page-content-ttl p {
	color: #CF0010;
	font-weight: bold;
}
.page-content-ttl-type2 .catch-image {
	position: absolute;
	top: 40px;
	right: 0;
}
.page-content-ttl-type2 .catch-image img {
	width: 120px;
	height: auto;
}
.gaiyou-program-ttlunit {
	position: relative;
	padding: 0 0 1rem;
}
.gaiyou-program-ttlunit h3 {
	margin: 0;
	padding: 0;
}
.gaiyou-program-ttlunit h3 p {
	display: inline-block;
	border-bottom: 1px solid #CF0010;
	padding: 0 0 0 0.3rem;
	margin-left: 0.5rem;
}
.gaiyou-program-ttlunit span {
	background: #CF0010;
	color: #fff;
	display: inline-block;
	padding: 0.2rem 0.6rem;
}
.gaiyou-program-ttlunit p.jinsei100-courseico {
	position: absolute;
	right: 0;
}
.gaiyou-program-ttlunit p.jinsei100-courseico img {
	height: auto;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-01 {
	width: 100px;
	top: -60px;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-02 {
	width: 50px;
	top: -20px;
	right: 20px;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-03 {
	width: 100px;
	top: -20px;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-04 {
	width: 40px;
	top: -15px;
}
@media only screen and (max-width : 736px){
.page-content-ttl h2 {
    font-size: 1.1rem;
}
.gaiyou-program-ttlunit h3 {
    position: relative;
}
.gaiyou-program-ttlunit h3 p {
    margin-left: 2.5rem;
    font-size: 0.9rem;
}
.gaiyou-program-ttlunit span {
    position: relative;
    top: 30px;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-01 {
    width: 40px;
    top: -15px;
    right: 20px;
}
.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-02,.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-03,.gaiyou-program-ttlunit p.jinsei100-courseico.jinsei100-courseico-04 {
    display: none;
}
.page-content-ttl-type2 .catch-image {
    top: 80px;
}
.page-content-ttl-type2 .catch-image img {
    width: 60px;
}
}
.jikanwari {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.jikanwari li {
	width: 60%;
	margin: auto;
	padding: 0 0 1rem;
	position: relative;
}
.jikanwari li a {
	width: 100%;
	display: inline-block;
	padding: 0.3rem;
}
.jikanwari li.btn2 a:after {
	content: ">";
	padding: 0;
	position: absolute;
	right: 0;
	top: 4px;
}
@media only screen and (max-width : 736px){
.jikanwari li {
    width: 100%;
}
.jikanwari li a {
    padding: 0.3rem 1.5rem;
    display: block;
    width: auto;
}
.jikanwari li.btn2 a:after {
    top: 20%;
    right: 0.5rem;
}
}
.btn-search {
	width: 50%;
	margin: auto;
}
.btn-search a {
	width: 100%;
	padding: 0;
	display: block;
}
.btn-search img {
	width: 300px;
	height: auto;
}
.gaiyou-sirabus-unit {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.gaiyou-sirabus-box {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	padding: 0 0.5rem;
}
.gaiyou-sirabus-ttl {
	padding: 0.3rem;
	background: #CF0010;
	color: #fff;
	text-align: center;
}
.gaiyou-sirabus-boxtext {
	border: 1px solid #CF0010;
	min-height: 160px;
	padding: 1rem 0.5rem 0.5rem;
}
.gaiyou-sirabus-boxtext strong {
	color: #CF0010;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1rem;
}
@media only screen and (max-width : 736px){
.gaiyou-sirabus-box {
    display: block;
    width: 100%;
    padding: 0 0 1rem;
}
.gaiyou-sirabus-boxtext {
    min-height: auto;
}
.gaiyou-sirabus-boxtext strong br {
    display: none;
}
}
.youkou-btn {
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	display: block;
	margin: auto;
}
.youkou-btn span {
	font-weight: normal;
	font-size: 0.9rem;
	display: block;
}
.btn2.youkou-btn a {
	display: block;
	width: 50%;
	margin: auto;
	position: relative;
}
.btn2.youkou-btn a:after {
    position: absolute;
    right: 10px;
    top: 35%;
}
.youkou-btn-left {
    padding: 20px 0 0;
}
.btn2.youkou-btn-left a {
    margin: 0;
}
table.requirements-table th,table.requirements-table td {
	text-align: left;
	padding: 1rem;
}
table.requirements-table td:first-child {
	width: 20%;
}
table.requirements-table strong {
	color: #CF0010;
	font-weight: bold;
}
table.requirements-table ul {
	margin: 0 0 1rem 1rem;
	padding: 0;
}
table.inside-table th {
	text-align: left;
	background: #F0F0F0;
	color: #333;
	border-top: 1px solid #CF0010;
	border-bottom: none;
	border-right: 1px solid #CF0010;
}
table.inside-table td {
	text-align: left;
	color: #333;
	border-top: 1px solid #CF0010;
	border-bottom: none;
	border-right: 1px solid #CF0010;
}
table.inside-table tr:last-child td {
	text-align: left;
	color: #333;
	border-top: 1px solid #CF0010;
	border-bottom: 1px solid #CF0010;
}
table.inside-table th:last-child,table.inside-table td:last-child {
	border-right: none;
}
.table-box {
	border: 1px solid #CF0010;
	padding: 1rem;
	margin-bottom: 1rem;
}
table.schedule-table {
	margin-bottom: 5rem;
}
table.schedule-table th,table.schedule-table td {
	text-align: left;
	padding: 1rem;
}
.schedule-table-img {
	position: relative;
}
.schedule-table-img p {
	position: absolute;
	top: 15px;
	right: 0;
}
.schedule-table-img img {
	width: 80px;
	height: auto;
}
.schedule-ttl-img {
	position: absolute;
	top: -50px;
	left: 10%;
}
.schedule-ttl-img img {
	width: 100px;
	height: auto;
}
@media only screen and (max-width : 736px){
.schedule-ttl-img {
    left: 5%;
    top: 2%;
}
.schedule-ttl-img img {
    width: 50px;
}
table.schedule-table {
    font-size: 0.8rem;
}
table.schedule-table td {
    padding: 0.5rem;
}
table.schedule-table td:first-child {
    width: 25%;
}
.schedule-table-img img {
    display: none;
}
}
.qa-ttl {
	border-bottom: 1px solid #CF0010;
	color: #CF0010;
	font-size: 1.1rem;
	padding: 0.5rem 0;
	margin-bottom: 0.5rem;
	position: relative;
}
.qa-ttl span {
	border-right: 1px solid #CF0010;
	border-left: 1px solid #CF0010;
	padding: 0 0.5rem;
	margin-right: 1rem;
}
.qa-sub-ttl {
	line-height: 160%;
	padding: 0 0 1rem 40px;
	margin-bottom: 1rem;
	position: relative;
}
.qa-sub-ttl:before {
	content: "";
	display: block;
	background-image: url("/education/recurrent/img/ico-gaiyou-ttl.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	width: 30px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.qa-ttl .schedule-ttl-img {
	position: relative;
	top: -50px;
	left: 0;
}
.qa-ttl .schedule-ttl-img span {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	padding: 0;
	margin: 0;
}
.qa-ttl .schedule-ttl-img span img {
	height: 60px;
	width: auto;
}
@media only screen and (max-width : 736px){
.qa-ttl {
    font-size: 0.9rem;
}
}
.contactbox-wrap {
    padding-bottom: 6rem;
}
@media only screen and (min-width : 736px){
.maincontent-image.maincontent-image-program2 {
    height: 30vh;
}
.maincontent-image.maincontent-image-program2 .maincontent-image-ttl {
    position: relative;
    top: 40%;
}
}
.curriculum-table-program2 th {
    width: 100px;
}
.contactbox-wrap.contactbox-wrap-backnumber {
    padding-top: 6rem;
}
.information-content ul.flip,.information-content ul.flip li {
    border: none;
}
.flip li a {
    text-decoration: none;
    border: 1px solid #CF0010;
    padding: 0.6em 1em;
}
.flip li a:hover {
    background:#CF0010;
    color:#fff;
}
/* ¥¢¥ó¥È¥ì */
.maincontent-image.maincontent-image-social-business {
    padding: 0;
    position: relative;
}
h1.social-business-header {
    margin: 0;
    padding: 0;
}
.maincontent-image-social-business ul.local-nav,.social-business-local-nav {
    margin: 0;
    padding: 2em 0;
    list-style: none;
    text-align: center;
}
.maincontent-image-social-business ul.local-nav li,.social-business-local-nav li {
    display: inline-block;
    padding: 0 10px 0;
}
.maincontent-image-social-business ul.local-nav li a,.social-business-local-nav li a {
    font-weight: bold;
}
.main-contents-social-business .breadcrumb-wrap {
    padding-bottom: 1em;
}
.main-contents-social-business .youkou-btn {
    display: inline-block;
    width: 45%;
    padding: 0 20px 0;
}
.main-contents-social-business .btn2.youkou-btn a {
    width: 90%;
}
.main-contents-social-business .btn2.youkou-btn.youkou-btn-type2 a {
    background: #999;
    border: 1px solid #999;
}
.main-contents-social-business .btn2.youkou-btn.youkou-btn-type2 a:hover {
    background: #fff;
	color: #999;
    border: 1px solid #999;
}
.page-content-ttl.page-content-ttl-social-business h2 {
    border: none;
    color: #008189;
}
@media only screen and (min-width : 736px){
p.social-business-outline {
    text-align: center;
    padding: 0 0 2em;
    font-size: 1.15em;
}
}
span.marker {
    background: #ff0;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.1em;
}
table.social-business-table td.td-bg,.social-business-schedule table td.td-bg {
    background: #008189;
}
.main-contents-social-business .ttl {
    color: #008189;
    font-weight: bold;
    padding: 1em 0 0.5em;
}
.main-contents-social-business .ttl span.ttl-in-01 {
    color: #a9292c;
}
.main-contents-social-business .ttl span.ttl-in-02 {
    color: #2e75b6;
}
.main-contents-social-business .page-content-ttl.page-content-ttl-point {
    padding-top: 4em;
}
.main-contents-social-business strong {
	color: #008189;
	padding: 0 0 .5em;
	display: block;
}
.content-wrap.social-business-schedule {
    padding-top: 6em;
}
.main-contents-social-business .content-bg2 {
    padding-top: 5em;
    padding-bottom: 3em;
    background: #e4f7f8;
}
.social-business-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 1em;
}
.social-business-box-img {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    padding: 0;
    text-align: center;
}
.social-business-box-txt {
    display: table-cell;
    width: 85%;
    vertical-align: middle;
}
.social-business-box-txt-ttl {
	color: #008189;
    font-weight: bold;
    font-size: 1.2em;
}
.social-business-box-img img {
    max-width: 120px;
}
@media only screen and (max-width : 736px){
.maincontent-image-social-business ul.local-nav {
    position: static;
    padding: 1em 0 0;
}
.maincontent-image-social-business ul.local-nav li a {
    color: #008189;
}
.main-contents-social-business .youkou-btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 1em;
}
.main-contents-social-business .btn2.youkou-btn a {
    width: auto;
}
table.schedule-table {
    width: 90%;
    margin: auto;
    margin-bottom: 3em;
}
.main-contents-social-business strong,.main-contents-social-business p,.social-business-box-txt-ttl {
    padding: 0 0.5em 0 1.5em;
}
.social-business-box-img,.social-business-box-txt {
    width: 100%;
    display: block;
}
}
.youkou-btn.youkou-btn-type2 span.dummy-btn {
    display: block;
    background: #ccc;
    padding: 10px 30px;
}
/* lecture */
.page-lecture-ttl {
	padding-top: 100px;
}
ul.lecture-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.lecture-list li {
    display: inline-block;
    width: 30%;
    margin: 0 1% 20px 0;
    padding: 20px 0 0;
    vertical-align: top;
}
ul.lecture-list li.col2 {
    width: 61.5%;
}
.lecture-box {
    padding: 0 1em 1em;
    margin: 0;
    box-shadow: 0 2px 5px #999;
    position: relative;
    background: #fff;
    min-height: 300px;
}
.lecture-box .ttl {
    font-weight: bold;
    font-size: 1.1em;
    color: #cf000f;
    padding: 15px 0 10px;
}
.lecture-box .ttl span {
    font-size: 0.75rem;
}
.lecture-box p.nittei {
    margin: 0 -17px;
    padding: 10px;
    position: relative;
    background: #f9e0e6;
    color: #0070C0;
    font-weight: bold;
    line-height: 140%;
    font-size: 1.0em;
}
.lecture-box p {
    padding: 0;
    font-size: 0.9em;
}
.lecture-box p.font-blue {
    color: #026bc9;
}
p.lecture-linkunit {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #666;
}
p.lecture-linkunit span {
    margin-left: 20px;
}
.lecture-event {
    border-bottom: 1px dotted #666;
    padding: 0 0 1em;
}
.lecture-waribiki {
    padding: 0;
    border: 1px solid #eee;
}
.lecture-waribiki h3 {
    padding: 1rem;
    margin: 0;
}
.lecture-waribiki h4 {
    margin: 0;
    padding: 0 1rem 1rem;
}
.lecture-waribiki h5 {
    margin: 0 0 0.5rem;
    padding: 0 0.5rem 0;
    font-size: 1.1rem;
    border-left: 6px solid #999;
}
.lecture-waribiki h6 {
    margin: 0 0 0.5rem;
    padding: 0 0.5rem 0;
    font-size: 1.0rem;
}
.lecture-waribiki p {
    padding: 0 1rem 1rem;
}
.page-link-lecture {
    padding: 0 0 1em;
}
.page-link-lecture ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-link-lecture ul li {
    display: inline-block;
}
.page-link-lecture ul li a {
    display: block;
    margin: 0 .5em .5em 0;
}
.page-link-lecture ul li.btn a {
    padding: 5px 10px;
}
ul.lecture-list a {
    text-decoration: none;
    color: #333;
}
ul.lecture-list a .lecture-box:hover {
    box-shadow: 1px 3px 5px #999;
}
h3.page-lecture-ttl-left {
    border-bottom: 2px solid #CF0010;
    display: inline-block;
    padding: 0 0 0.4em;
}
h3.jyukousei-voice-ttl span {
    color: #0070c0;
    font-weight: bold;
    padding: 0 0.6em;
}
@media only screen and (max-width : 736px){
ul.lecture-list li,ul.lecture-list li.col2 {
    display: block;
    width: 100%;
}
ul.lecture-list li .lecture-box {
    min-height: auto;
}
p.lecture-linkunit span {
    display: block;
    margin: 20px 0 0;
}
}
@media only screen and (min-width : 736px){
.program-footer {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.program-footer .btn2 {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.program-footer .btn2.youkou-btn a {
    width: 80%;
    min-height: 50px;
    vertical-align: middle;
}
.program-footer .btn2.youkou-btn:first-child a {
    padding: 25px 30px 0;
}
}
.content-member {
    padding-bottom: 100px;
}
.member-list-unit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.menmber-thumb {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}
.member-name {
    color: #008089;
    font-weight: bold;
    padding: 1em 0;
}
.member-list-unit .member-name {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 5%;
}
.member-name span {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 0.9em;
}
.menmber-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #999;
}
.member-img {
	display: table-cell;
    width: 20%;
    vertical-align: top;
}
.member-list-unit .member-img {
    display: inline-block;
    width: 30%;
    padding: 0 0 20px;
}
.member-list-unit .member-img img {
    border-radius: 50%;
}
.member-status {
    display: table-cell;
    width: 80%;
    padding: 0 0 0 1em;
    vertical-align: top;
}
.member-status h3 {
    padding: 0;
    margin: 0 0 0.5em;
    color: #007b84;
    font-weight: bold;
}
p.member-status-text {
    margin: 0;
    padding: 0 0 0.5em;
}
@media only screen and (max-width : 736px){
.menmber-thumb {
    width: 100%;
    display: block;
}
.member-img {
    width: 50%;
    margin: auto;
}
.menmber-box {
    padding: 1em 1em 30px;
    display: block;
    width: 90%;
}
.menmber-box .member-img {
    display: block;
    width: 40%;
    padding-bottom: 20px;
}
.main-contents-social-business .member-status p {
    padding: 0.5em 0 0;
}
.member-list-unit .member-img {
    width: 20%;
}
.member-list-unit .member-name {
    width: 70%;
}
}
.fwb,strong {
    font-weight: bold;
    font-family: "Noto Sans Japanese","Hiragino Maru Gothic W4 JIS2004", "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-event {
    text-align: center;
    position: relative;
}
.sp-event .sub-ttl {
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
}
.sp-event .sub-ttl:after {
    display: block;
    width: 200px;
    height: 3px;
    content: "";
    background: #008189;
    margin: 10px auto 20px;
}
.sp-event .ttl {
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.3em 0 1em;
}
.sp-event .ttl:before {
    content: '£Ü';
    display: inline-block;
    color: #cf000f;
}
.sp-event .ttl:after {
    content: '£¯';
    display: inline-block;
    color: #cf000f;
}
.sp-event .nittei,.sp-event .nittei2 {
    font-weight: bold;
    font-size: 1.1rem;
    width: 450px;
    margin: auto;
    display: table;
    table-layout: fixed;
    padding: 0.2em 0 0;
}
.sp-event .nittei dt,.sp-event .nittei2 dt {
    display: table-cell;
    width: 20%;
    text-align: left;
}
.sp-event .nittei dd,.sp-event .nittei2 dd {
    display: table-cell;
    width: 80%;
    text-align: left;
}
.sp-event .nittei2 {
    color: #cf000f;
}
.sp-event .nittei p {
    font-size: 0.9rem;
}
.sp-event ul.submit-unit {
    list-style: none;
    padding: 0;
    margin: 1em auto 0;
    display: table;
    table-layout: fixed;
    width: 50%;
}
.sp-event ul.submit-unit li {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.sp-event ul.submit-unit li a {
    width: 60%;
    display: inline-block;
    border: 1px solid #008189;
    color: #008189;
}
.sp-event ul.submit-unit li a:hover {
    color: #fff;
    background: #008189;
}
.program-info img {
    width: 250px;
}
.end-info {
    color: #cf000f;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 0 20px;
}
ul.image-box {
    list-style: none;
    padding: 0;
}
ul.image-box li {
    display: inline-block;
    padding: 0 20px 0 0;
}
ul.image-box li img {
    width: 300px;
    height: auto;
}
@media only screen and (max-width : 736px){
.sp-event p br {
    display: none;
}
.sp-event .nittei {
    font-size: 0.9rem;
}
.sp-event .nittei, .sp-event .nittei2 {
    width: 100%;
}
.sp-event ul.submit-unit {
    width: 90%;
}
.sp-event ul.submit-unit li {
    display: block;
    width: 100%;
    padding: 0 0 1em;
}
.sp-event .ttl {
    width: 80%;
    margin: auto;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    line-height: 130%;
}
.sp-event .ttl:before {
    position: absolute;
    left: -30px;
    top:30%;
}
.sp-event .ttl:after {
    position: absolute;
    right: -30px;
    top:30%;
}
.program-info {
    padding: 1em;
}
ul.image-box {
    text-align: center;
}
ul.image-box li {
    padding: 0 0 20px;
    display: block;
}
ul.image-box li img {
    width: 80%;
}
.page-content .btn a {
    display: inline-block;
    margin-bottom: 20px;
}
}
@media only screen and (min-width : 736px){
.program-info {
    position: absolute;
    right: -200px;
    top: 0;
}
}
.movie-area img.program-05-img {
    width: 180px;
    margin: 0 0 20px;
}
/* ÊÜÖvÕß„Ó»­*/
h1.movie-contents-header {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.movie-contents-warp {
    background: #449CB0;
    margin: 0;
}
.movie-contents-warp .content-wrap {
    background: #fff;
}
.movie-contents-warp .page-content {
    padding-top: 2em;
}
.movie-contents-head {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.movie-contents-head .col {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.movie-contents-head .col img {
    max-width: 180px;
    height: auto;
}
ul.page-link-list {
    list-style: none;
    margin: 1em auto 2em;
    padding: 0;
    background: #1AC7C6;
    width: 90%;
}
ul.page-link-list li {
    display: inline-block;
    width: 31.5%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
}
ul.page-link-list li a {
    color: #fff;
    min-height: 50px;
    display: table;
    table-layout: fixed;
    width: 100%;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 5px;
    font-weight: bold;
	font-family: "¥á¥¤¥ê¥ª", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.page-link-list li a:hover {
    color: #333;
}
ul.page-link-list li a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
ul.page-link-list li:nth-child(3n) a {
    border-right: none;
}
.movie-member-unit {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 30px auto 30px;
}
.movie-member-image {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.movie-member-image p {
    padding: 50px 0 0;
}
.movie-membar-text {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding: 0 1em;
}
.movie-member-ttl {
    font-weight: bold;
    color: #008089;
    font-size: 1.2em;
}
.movie-section {
    background: #eee;
    text-align: center;
    padding: 30px;
}
.movie-section iframe {
    width: 70%;
    height: auto;
    min-height: 350px;
}
.movie-section.movie-section-before {
    padding-bottom: 0;
}
.bnr-moviecontent {
    padding: 0 0 4rem;
}
@media only screen and (min-width: 768px){
.main-contents-social-business .bnr-moviecontent {
	text-align: right;
}
.main-contents-social-business .bnr-moviecontent img {
    width: 35%;
}
}
@media only screen and (max-width : 736px){
ul.page-link-list li {
    display: block;
    width: 100%;
    padding: 5px 0 0;
}
.movie-contents-head .col p br {
    display: none;
}
.movie-contents-warp .page-content {
    padding: 10px;
}
.movie-section iframe {
    width: 100%;
    min-height: auto;
}
.movie-section {
    padding: 10px;
}
}
.top-col3 {
	padding: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.top-col3-in {
	display: table-cell;
	width: 33%;
	vertical-align: top;
	text-align: center;
}
.top-col4 {
	padding: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.top-col4-in {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
.leaflet-box h3 {
    color: #CF0010;
}
.leaflet-box {
    padding: 1em 0 0;
}
.top-col3-in img {
    max-width: 250px;
    height: auto;
}
.top-col4-in img {
    max-width: 220px;
    height: auto;
}
.top-col3-in p,.top-col4-in p {
    padding: 20px 0 10px;
    font-size: 0.9em;
    line-height: 140%;
    min-height: 2.2rem;
}
.leaflet-box .caution {
	color: #CF0010;
}
@media only screen and (max-width : 736px){
.top-col3-in,.top-col4-in {
	display: block;
	width: 100%;
}
.leaflet-box {
    padding: 1em;
}
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
}
#page-top a {
	background: #CB2837;
	text-decoration: none;
	width: 58px;
	padding: 15px 0;
	text-align: center;
	display: block;
	vertical-align: middle;
	border-radius:6px 0px 0px 6px ;
	-moz-border-radius:6px 0px 0px 6px ;
	-webkit-border-radius:6px 0px 0px 6px ;
}
#page-top a:hover {
	opacity:0.7;
}
@media only screen and (max-width: 768px){
#page-top {
	display:none;
	bottom: 10px;
	right: 0px;
}
#page-top img {
	width:auto;
	height:15px;
}
#page-top a {
	width: 45px;
	padding: 10px 0 15px;
}
}
.interview-box {
    position: relative;
}
.interview-box p.interview-image {
    float: right;
    padding: 0 0 1em 1em;
}
.interview-box p.interview-image img {
    max-width: 400px;
    height: auto;
}
@media only screen and (max-width: 768px){
.interview-box p.interview-image {
    padding: 0 1em 1em;
    float: none;
}
.interview-box p.interview-image img {
    max-width: 100%;
}
}
#page-top span {
    color: #fff;
    line-height: 100%;
    position: relative;
    top: -10px;
    font-size: 0.9em;
}
span.sbup-qa-ico-01 {
    position: relative;
    top: -10px;
    right: 40px;
}
span.sbup-qa-ico-01 img {
    width:60px;
    height:auto;
}
span.sbup-qa-ico-02 {
    position: relative;
    top: 50px;
    right: -50px;
}
span.sbup-qa-ico-02 img {
    width: 45px;
    height:auto;
}
dl.sbup-qa {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
dl.sbup-qa dt {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 20px 15px 60px;
    font-weight: bold;
    background: #eee;
    position: relative;
}
dl.sbup-qa dd {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 25px;
}
dl.sbup-qa dt:before {
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 20px;
    color: #fff;
    background: #333;
}
@media only screen and (max-width: 768px){
	dl.sbup-qa dt:before {
    padding: 2px 7px;
    top: -5px;
    left: -10px;
    font-size: 0.8em;
    line-height: 130%;
}
dl.sbup-qa dt {
    width: 90%;
    padding: 10px;
}
dl.sbup-qa dd {
    width: 90%;
}
.btn2.youkou-btn a {
    width: 80%;
}
}
p.extra-link {
    padding: 0 0 60px;
}
p.extra-link a {
    padding: 20px;
    background: #CF0010;
    color: #fff;
    text-decoration: none;
    border: 2px solid #CF0010;
    font-weight: bold;
}
p.extra-link a:hover {
    background: #fff;
    color: #CF0010;
    text-decoration: none;
}
p.extra-link {
    padding: 0 0 60px;
}
p.extra-link a:after {
    content: ">";
    color: #CF0010;
    background: #fff;
    font-weight: bold;
    border-radius: 100px;
    padding: 5px 6px;
    line-height: 100%;
    font-size: 0.9em;
    position: relative;
    left: 5px;
}
p.extra-link a:hover:after {
    color: #fff;
    background: #CF0010;
}
.panf-area {
    padding: 10px 0;
    text-align: center;
}
.panf-area img {
    width: 240px;
    height: auto;
}
.panf-area ul {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
}
.panf-area ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}
@media only screen and (max-width: 768px){
p.extra-link a span {
    display: block;
}
p.extra-link a {
    display: block;
    width: 90%;
    padding: 10px;
}
p.extra-link a:after {
    position: absolute;
    top: 30px;
    left: auto;
    right: 20px;
}
.panf-area ul li {
    padding-bottom: 20px;
}
}
.program3-reaflet {
    text-align: center;
    padding: 0 0 20px;
}
.program3-reaflet img {
    width: 300px;
    height: auto;
}
.content-wrap.lecture-content {
    font-size: 120%;
}
span.red {
	color: #CF0010;
}
span.blue,u.blue {
	color: #0070C0;
}
span.yellow {
	color: #FFC024;
}
ul.kouza-flow-list {
    padding: 0 0 2em 1em;
}
span.zenki {
    padding: 10px 15px;
    background: #BDD7EE;
    color: #000;
    font-weight: bold;
    margin: 0 0.5em 0 0;
}
span.kouki {
    padding: 10px 15px;
    background: #CCFDCC;
    color: #000;
    font-weight: bold;
    margin: 0 0.5em 0 0;
}
table.gengo-table {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin: 0 0 60px;
}
table.gengo-table th {
    background: #FBE5D6;
    color: #000;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}
table.sports-table td:last-child {
    border-right: 1px solid #333;
}
.koubosei-voide {
    padding: 0 0 60px;
}
.koubosei-voide p,.koubosei-voide .voice-unit {
    background: #E1ECF7;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 20px;
    border: 2px solid #efef29;
}
.koubosei-voide .voice-unit ul {
    margin: 0;
    padding: 0 0 0 1em;
}
.koubosei-voide span.classname {
    display: block;
    text-align: right;
    padding-top: 0.5em;
}
.gengo-header p {
    font-weight: bold;
}
ul.table-after-list {
    position: relative;
    margin: 0;
    padding: 0 0 0 1.5em;
    list-style: none;
    top: -45px;
    font-size: 0.9em;
}
ul.table-after-list li:before {
    content: "¡ö";
    color: #FFC024;
    display: inline-block;
    padding: 0;
    position: absolute;
    left: 0;
}
h3.jyukousei-voice-ttl span.reverse-ttl {
    transform: rotateY(180deg);
    display: inline-block;
}
.enquate-img {
    padding: 0 0 20px;
    text-align: center;
    position: relative;
}
.enquate-img img {
    width: 540px;
    height: auto;
    position: relative;
    top: -20px;
}
@media only screen and (max-width: 768px){
.enquate-img img {
    width: 90%;
}
}