@charset "utf-8";


body{
  background: url(../img/bg_building.jpg) repeat-x fixed center top;
  background-size:contain;
}


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

.base__ttl01{
  color: #aaa;
  text-shadow: 0 2px 0 #fff;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: left;
  font-weight:bold;
}

.base__ttl02{
	background: #4A3A90;
  color: #fff;
  text-shadow: 0 2px 0 #fff;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: left;
  font-weight:bold;
}

.base__ttl03{
  background: #4A3A90;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 5px 10px;
margin: 0 auto;
}

.bg__01 .base__ttl03{
  background: #f1ac15;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 5px 10px;
margin: 0 auto;
}


.base__ttl03 span{
	float: right;
}

.base__ttl03 span a{
	color: #fff;
}

.btn{
  /*background-color: rgba(78,58,143, 0.85);*/
	 background-color: rgba(232,144,36, 0.85);
  color: #fff;
  font-weight: bold;
}

.btn:hover{
    background-color: rgba(78,58,143, 1);
    color: #fff;
}

.btn.btn-default{
  background-color: #aaa;
}

.btn-big{
  font-weight: normal;

}

/* @group header */

header{
  border-bottom: 1px solid #e7ede6;
}
.header-layout{
  margin-top: 20px;

}
.visitor-nav ul{
  font-size: 14px;
  margin: 14px 0 0;
  height: 24px;

}
.visitor-nav li{
  float: left;
  width: 33.3%;
}

.visitor-nav a{
  display: block;
}
.visitor-nav i{
  font-size: 24px;
  margin-right: 6px;
  text-align: center; 
  position: relative;
  top: 2px;
}

.header__logo {
  margin: 0px auto 4px;
}


.header__logo span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #333;
}

.header__nav{
  margin: 10px -20px 0;
}

.header__nav li{
  width: 49.99%;
  border-right: 1px solid #e7ede6;
}
.header__nav a{
  color: #666;
  padding: 16px 20px;
}

.header__nav .here a,
.header__nav a:hover{
  background-color: rgba(100,150,100,0.1);
}

.header__nav i{
  color:#dfe6dd;
  font-size: 30px;
  float: right;
  margin-right: 6px;
}

.header__nav span{
  font-family: Courier;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  display: block;
  float: left;
}

.header__nav span.jp{
  font-weight: normal;
  font-size: 9px;
  display: block;
  float: none;
  text-align: left;
  color: #999;
}

.header__nav a:hover i
{
  color: #27a52e;
}

.header__nav .here i,
.header__nav .here a:hover i{
  color: #fff;
}
.mainVisual {
 width: 884px;
	height: 284px;
 background: url(../images/main-v_01.png) no-repeat center center;
 background-size: cover;
}




/* @end */

/* @group sheet/card */

.sheet,
.card{
  background-color: #fff;
}

.sheet{
  padding: 20px;
  margin: 0 -20px;
  text-align: left;
}

/* @group グループ */



/* @end */

.sheet__sec p{
  font-size: 16px;
}

.card{
  border-top: 2px solid #4A3A90;
}

.bg__01{
	border-top: 2px solid #f1ac15;
}

.card > a{
  display: block;
  padding: 20px;
  color: #333;
  height: 100%;
}

.card a:hover{
 /*background-color: rgba(96,199,23, 0.1);*/
	background-color: rgba(28,2,158, 0.85);
  color: #fff;
}

.card__img{
  display: block;
  padding-bottom: 20px;
}

.card__ttl01{
  font-size: 18px;
  margin-bottom: 12px;
  text-align: left;
  line-height: 1.3;
}

.sheet__sec:first-child{
  margin-top: 0;
}

.sheet__ttl01 {
  text-align: left;
  font-size: 24px;
  line-height: 1.3;
  clear: both;
  margin: -20px;
  padding: 16px 30px 10px 22px;
  font-weight: normal;
  border-top: 2px solid #27a52e;
}

.sheet__ttl01 .catename {
  display: block;
  font-size: 1.4rem;
  padding: 0;
  font-family: Courier;
  color: #aaa;
}

.sheet__ttl01 .catename + .ttl {
  display: block;
  font-size: 2.6rem;
  padding: 8px 0 14px;
}
.sheet__ttl01 .ttl {
  display: block;
  font-size: 2.8rem;
  padding: 20px 0 19px;
}

.sheet__ttl02 {
  color: #333;
  text-align: left;
  border-left: 3px solid #27a52e;
  margin: 45px 0 25px;
  padding: 6px 0 4px 15px;
  font-size: 2.4rem;
}

.sheet__ttl03 {
  clear: both;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #27a52e;
  margin: 40px 0 20px;
}

.sheet__ttl04{
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 8px 0 4px;
}

.ttl--head{
  margin-top: 0;
}

.ttl__add{
  font-size: 12px;
  color:#888 ;
  margin: 0 14px 0;
}



/* @group memo */

.memo{
  padding: 15px;
  border: 1px dotted #ccc;
  background-color: rgba(00,00,00,0.04);
}

.memo p:last-child{
  margin-bottom: 0;
}


/* @end */
/* @group custm */

.seminar__date p{
  text-align: left;
  font-size: 12px;
  padding-bottom: 10px;
}

.seminar__date .tag{
  margin-bottom: 6px;
  font-size: 12px;
}

.seminar__ttl{
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  margin: 0;
}

.seminar table{
  text-align: left;
}

.seminar__tag{

  background-color: rgba(100,150,100,0.1);
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px 14px 18px;
  font-family: Courier;

}

.service .grid-2-1{
  border: 1px solid #ddd;
  padding: 10px 20px;
}

/* @end */



/* @end */

/* @group sidebar */

.sidebar__ttl{
  background-color: rgba(100,150,100,0.1);
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-bottom: 0;
  padding: 20px 14px 12px;
  border-top: 2px solid #27a52e;
  font-family: Courier;

}

.sidebar__nav{
  background-color: rgba(100,150,100,0.1);
  padding: 10px;
  border-top: none;
}
.sidebar__nav li{
  border-bottom:none;
  color: #444;
  font-size: 12px;

}

.sidebar__nav li a{
   padding: 14px 4px 12px 16px;
   background-color: #fff;
}

.sidebar__nav li a:hover{
  background-color: transparent;
  color: #000;}

.sidebar__nav li a:before{
  content: "";
  margin-right: 10px;
  font-size: 20px;
  color: #dfe6dd;
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sidebar__nav li a:hover:before{
  color: #27a52e;
}

/* @end */

/* @group breadcrumbs */

.breadcrumbs__nav{
  border-top: none;
  border-bottom: none;
}

.breadcrumbs__nav li a:hover{
  color: #38bd03;
}

/* @end */

/* @group ul.list */

.list li{
  font-size: 16px;
  text-align: left;
  margin-bottom: 14px;
}

.list li:before{
  content: "●";
  font-size: 8px;
  margin-right: 6px;
  position: relative;
  top: -2px;
  color: #38bd03; 
}

/* @end */

/* @group table */

.table--list th{
  text-align: left;
}
.table--list td{
  text-align: left;
  min-width: 90px;
}

.table--list .btn{
  width: 100%;
  margin-bottom: 0;
}

.table--list td:first-child{
  border-top: 3px solid #38bd03;
}

.table--list tr.status-end{
  background-color: #f7f7f7;
  color: #888;
}

.table--list tr.status-end td:first-child{
  border-top-color: #aaa;
}

.table--list tr.status-end a{
  color: #888;
}
.table--list tr.status-end a.btn-default{
  color: #eee;
}

.table--list .change-hidden{
  display:none;
}

/* @group list for seminar-card */

.list__link{
  font-weight: bold;
  display: block;
}

.list__link:hover{
  color: #48a530;
  text-decoration: underline;
}

.list--seminar{
  text-align: left;
}

.list--seminar__date{
  display: block;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.main .gridbox div.list--seminar__date {
  margin-bottom: 0;
}

.list--seminar dt{
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 1.3;
  font-size: 14px;
}
.list--seminar dd{
  font-size: 12px;
  color: #888;
  margin: 0;
}

.bn--seminar{
  text-align: center;
}

.bn--seminar img{
  width: 45%;
}

/* @end */


/* @end */

/* @group form */

.table--form th{
  min-width: 140px;
  text-align: left;
}

.table--form td{
  text-align: left;
}

.form__list {
  text-align: left;
}

.form-default{
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  display: block;
  height: 34px;
  width: 100%;
  margin-bottom: 4px;
}

.form__checkbox,
.form__radiobox {
    display: block;
    position: relative;
}

.form__checkbox li,
.form__radiobox li{
  margin-bottom: 10px;
  padding-left: 20px;
}

.form__checkbox li:last-child,
.form__radiobox li:last-child{
  margin-bottom: 0;
}

.form__checkbox input[type="checkbox"],
.form__radiobox input[type="radio"]{
  margin-left: -20px;
  position: absolute;
}

input[type="checkbox"], 
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-top: 4px;
  margin-right: 6px;
}

.form__checkbox label,
.form__radiobox label {
  cursor: pointer;
  margin-bottom: 0;
  min-height: 20px;
}

.form-inline .form-default{
  width: auto;
  display: inline-block;
}

.form-inline label+label{
  margin-left: 20px;
}

 .form-default + .add-on{
  margin: 0 6px 0;
}


.form-help{
  display: block;
  color: #888;
  font-size: 12px;
  border-radius: 3px;
  margin-top: 6px;
}

select.form-default{
  width: auto;
}
textarea.form-default{
  height: auto;
}

.form-full{
  width: 100%;
}


/* @end */

/* @group contact */

.contact{
background-color: rgba(100,150,100,0.06);
  margin-top: 60px;
}

.contact__ttl01{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: rgba(100,150,100,0.08); 
  margin-bottom: 0;
}

.contact__ttl02{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.contact__box{
  padding: 20px;
}
.contact__memo{
  margin-bottom: 0;
  font-size: 12px;
  color: #888;
}
.contact__tel{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.contact__box .btn-big i{
  float: right;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.contact__box p:last-child{
  margin-bottom: 0;
}

/* @end */


/* @group pagenation */

.pagination {
  margin: 60px -30px 0;
  height: 60px;
  border-top: 1px solid #e7ede6;
}

.pagination .position-left{
  width: auto;  
}

.pagination div.position-right{
  width: auto;
}

.pagination p{
  margin-bottom: 0;
}
.pagination a{
  padding: 8px 30px 6px;
  display: block;
  font-size: 30px;
  color: #27a52e;
}
.pagination a:hover{
  color: #a1f651;
  background-color: transparent;
}

.pagination a.nopage{
  color: #ccc;
}

.pagination .first,
.pagination .next{
  float: left;
}

.pagination .prev,
.pagination .last{
  float: right;
}

/* @end */

/* @group gotop */

.gotop {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.gotop p {
  margin-bottom: 0;
}

.gotop a {
  color: rgba(255,255,255, 0.85);
}

.gotop a:hover {
  color: rgba(255,255,255, 1);

}


/* @end */

/* @group footer */

footer{
  padding: 0 20px 50px;
  background-color: rgba(74,58,144,0.85); 
}

.footer__box{
  padding-top: 20px;
}

.footer__logo{
  font-size: 20px;
}

.footer__logo img{
  height: 30px;
}

.footer__nav a{
  font-size: 12px;
  color: #666;
}

.footer__nav > .nav--eql li {
  float: none;
  border-right: none;
}

.footer__nav > .nav--eql >li li{
  display: none;
}

.footer__nav .nav--eql li:first-child {
  border-left: none;
}

.nav--eql li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.tagline{
  font-family: Courier;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  color: #999;
}
.copyright{
  width: auto;
  clear: none;
  display: inline;
  text-align: center;
  margin-bottom: 0;
  color: #999;
  font-family: Courier;
}


/* @end */


/* ======================================================

	for screen (320px-768px)

   ====================================================== */

@media print, screen and (min-width: 420px) {
	
.bn--seminar img{
  width: 120px;
  float: left;
}

.mainVisual {
  width: 100%;
  height: 380px;
}

/* @group header */

.header-layout{
  margin-top: 0;
  margin-bottom: 0;
}
.header__logo {
  width: 230px;
  margin: 14px 0 10px;
  text-align: left;
  float: left;
}

/*.header__logo img{
	max-height: 54px;
}	*/
	
.header-layout h1{
	font-size: 1.3rem;
	float: right;
	margin: 10px 0 0;
}
	
	
	
.visitor-nav ul{
  float: right;
  margin-top: -10px;
}
.visitor-nav li{
  width: auto;
}
.visitor-nav li a{
  padding: 14px;
}
.visitor-nav i{
  font-size: 26px;
}
.visitor-nav span{
  display: none;
}

.header__nav{
  margin: 0;
  border: none;
  float: right;
  width: 70%;
  padding: 5px 0;
}

.header__nav li{
  width:24.99%;
}

.header__nav li:last-child{
  border: none;
}

.header__nav a{
  padding: 8px 20px 10px;
}
.header__nav i{
  font-size: 24px;
}

.header__nav.header__nav-top{
  width: 100%;
  float: none;
  margin-top: 20px;
}

/* @end */

/* @group form */

.form-inline input[type="text"] + input[type="text"]{
  margin-left: 6px;
}


/* @end */

/* @group sheet/card */

.sheet.seminar{
  padding-top: 20px;
}
.cardbox .card{
  height: 260px;
  overflow-x:hidden;
　overflow-y: auto;
}

.card p{
  font-size: 1.4rem;
}

.gridbox div.card__img{
  margin-bottom: 0;
}

.card__img img{
  width: 50%;
}


/* @end */

/* @group table */

.table--list .btn{
  width: 30%;
  float: right;
  min-width: 80px;
}


/* @end */



/* @group list--seminar */


.list--seminar .grid-5-1{
  width: 22.75%; /*4-1*/
}

.list--seminar .grid-5-4{
  width: 74.25%; /*4-3*/
}

/* @end */

/* @group footer */

.tagline{
  font-family: Courier;
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: bold;
  color: #999;
}

/* @end */



}


/* ======================================================

	for screen (768px-)

   ====================================================== */
   
@media print,screen and (min-width: 768px) {


.container {
  width: 100%;
  max-width: 1100px;  /*任意で別途style.cssへ */
  margin: auto;
}
/* @group header */

header{
  border-bottom: none;
  margin-bottom: 10px;
}

.header__logo img{
  max-height: 60px;
}
	
	
nav ul.nav-ul{
	background: #4A3A90;
	margin: 5px auto 5px;
	padding: 10px;
/*	width: 890px;*/
	width: 100%;
	text-align: center;
}
	
nav ul.nav-ul li{
	color: #FFFFFF;
	display: inline-block;
	padding: 0 0px 0 0px;
	font-size: 16px;
	margin-right: 50px;
}
	
nav ul.nav-ul li a{
	color: #FFFFFF;
}
	
	
ul.sub-navi-01{
	background: #CBC3E0;
	margin: 0px auto 5px;
	padding: 10px;
	width: 100%;
	text-align: left;
}
	
.bg__01 ul.sub-navi-01{
	background: #ffcc99;
	margin: 0px auto 5px;
	padding: 10px;
	width: 100%;
	text-align: left;
}	
	
ul.sub-navi-01 li{
	text-align: left;
	font-size: 16px;
	color: #4A3A90;
}
	
ul.sub-navi-01 li a{
	color: #4A3A90;
}


	

	
	
	
	

.visitor-nav ul{
  font-size: 14px;
  margin: 10px 0 10px;
  height: 24px;
  float: right;
}

.visitor-nav i{
  font-size: 20px;
  margin-right: 4px;
  text-align: center; 
  position: relative;
  top: 2px;
}

.visitor-nav{
  float: right;
  margin-top: -10px;
}
.visitor-nav li{
  width: auto;
}

.visitor-nav span{
  display: inline;
}

.header__nav{
  display: block;
  width: 100%;
  float: none;
  border-top: 1px solid #dfe6dd;
  border-bottom: 1px solid #dfe6dd;
}

.header__nav li{
  width: 24.99%;
}

.header__nav i{
  display: inline;
  font-size: 30px;
  position: relative;
  top: 2px;
}
/* @end */


/* @group main */

.mainVisual {
  width: 100%;
  /*height: 550px;*/
	height: 200px;
  margin-top: -20px;
}

.main{
  margin: 0;
}
/* @end */

/* @group sheet/card */

.sheet{
  padding: 50px 30px 0;
  margin: 0;
}
.cardbox .card{
  height: 400px;
  overflow-x:hidden;
　overflow-y: auto;
}

.card p{
  font-size: 1.4rem;
}

.sheet__ttl01 {
  font-size: 24px;
  margin: -50px -30px 0;

}

/* @end */




/* @group table */

.tablebox{
  width: 100%;
}
.table--list th{
  display: table-cell;
}
.table--list td:first-child{
  border-top: none;
  min-width: 100px;
}

.table--list .change-hidden.change-hidden{
  display: table-cell;
}

.table--list .btn{
  width: 100%;
  margin-bottom: 0;
}
	
	
	
	
	
	
	table.item {
    width: 690px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.item th,
table.item td {
    padding: 10px;
}
 
table.item th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 20%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.item th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.item th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.item td {
    background: #f8f8f8;
    width: 80%;
    padding-left: 20px;
}
	
	
	
	
	
/* @end */

/* @group form */

.form-inline input[type="text"],
.form-inline select{
  width: auto;
}

.form-default {
    display: inline-block;
    vertical-align: middle;
}


/* @end */


/* @group footer */

.footer__box{
  padding: 50px 0 30px;
}

.footer__nav{
  margin-bottom: 30px;
}
.footer__nav > .nav--eql li {
  overflow: hidden;
  float: left;
  border-right: none;
  border-left: none;
  text-align: left;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 4px;

}

.footer__nav > .nav--eql li a{
  padding: 8px 0;
}

.footer__nav > .nav--eql.nav--4 ul{
  margin: 20px 0;
}
.footer__nav > .nav--eql.nav--4 li li{
  display: block;
  float: none;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0;
  border-left: none;
    border-bottom: 1px solid #fff;
}

.footer__logo {
  font-size: 18px;
  text-align: left;
  width: auto;
  float: left;
  padding: 0;
  margin-right: 30px;
}

.address{
  float: left;
  margin-bottom: 0;
}

.copyright{
  width: 100%;
  clear: none;
  display: block;
  margin-bottom: 0;
  text-align: left;
}

/* @end */


.header__logo img{
  height: 64px;
}	

/* @group card */

.cardbox .card{
  height: 360px;
  overflow-x:hidden;
　overflow-y: auto;
}

.card p{
  font-size: 1.4rem;
}

.gridbox div.card__img{
  margin-bottom: 0;
}

.card__img img{
  width: 60%;
}

/* @end */


.list--seminar .grid-5-1 {
  width: 17.6%;
}

.list--seminar .grid-5-4 {
  width: 79.4%;
}


  
}



/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 500px;
  height: 200px;
}

.main .gridbox .grid-3-1 .ssl {
	width: 135px;
	margin-right: auto;
	margin-left: auto;
}
