@charset "utf-8";
/************************************************************
 common
************************************************************/
body {
	color: #333;
}
.btn a {
	color: #333;
	border-color: #84c03a;
	background-color: #FFFFFF
}
.btn a:hover {
	color: #fff;
	background-color: #84c03a;
}
.btn span::after {
	background-image: url(/nw/assets/images/btn_arrow.png);
}
.btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_on.png) !important;
}
strong {
	color: #63b624;
	font-weight: bold;
}
.annotation {
	color: #666;
}
.html {
    overflow-x: scroll;
}

/************************************************************
 ヘッダー
************************************************************/
.head-nav-panel .menu .name {
    background-color: #8dd04f;
    border-bottom: 1px solid #a4db73;
}
.head-nav-panel .share li a {
	border-right: 1px solid #8dd04f;
}
.head-nav-panel .share li:first-child a{
    border-right: 1px solid #8dd04f;
}

.head-nav-panel .share li:last-child a {
	border: none;
}
.head-nav-panel .policy{
	background: #8dd04f;
}
.head-nav-panel .policy li {
	background-color: #cfedb5;
	color: #333;
	width: 70%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}
.head-nav-panel .policy li a {
	display: block;
	font-size: 1.1em;
	line-height: 40px;
}
.head-nav-panel .contacts .request {
	background-color: #fdb100;
	color:#ffffff;
}
.head-nav-panel .categories {
    background: #8dd04f url(/nw/assets/images/sp/bg_stripe.png) repeat 0 0;
}
.head-nav-panel .share {
    border-top: 1px solid #8dd04f;
}
.head-nav-panel .menu .items {
    background-color: #9fd86b;
}
.head-nav-panel .menu .items li:nth-of-type(2n+1) {
    border-right: 1px solid #8dd04f;
}
.head-nav-panel .menu .items li {
    border-bottom: 1px solid #8dd04f;
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/nw/assets/images/sp/btn_minus@2x.png);
}
.head-nav-panel .menu .open .name::after {
    background-image: url(/nw/assets/images/sp/btn_minus.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/nw/assets/images/sp/btn_plus@2x.png);
}
.head-nav-panel .menu .name::after {
    background-image: url(/nw/assets/images/sp/btn_plus.png);
}

 /* ナビ追従
---------------------------------------- */
#head-nav-follow .follow{
	background-color: rgba(157,213,109,0.9);
}
#head-nav-follow .follow .btn-menu{
	background-color: #89cf4f;
}
#head-nav-follow .follow .opencumpus,
#head-nav-follow .follow .request{
	 width: 33.3%;    
}
#head-nav-follow .follow .opencumpus img {
	width: 88.1%;
}
#head-nav-follow .follow .request img {
	width: 60%;
}
#head-nav-follow .follow .opencumpus:after,
#head-nav-follow .follow .request:after{
	content: "";
	width: 1px;
	height: 35px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/************************************************************
 TOPページ
************************************************************/
/* header部
---------------------------------------- */
#for-index {
	overflow: hidden;
}
#for-index #mainvisual {
	width: 100%;
	margin-top: 10%;
}
#for-index #mainvisual .mainvisual-slide img{
	width:100%;
	height:auto;	
}
/* g-nav */
#for-index #g-nav {
	position: absolute;
	bottom: -10px;
	margin-bottom: 0;
}
/* search */
#for-index .search {
	position: absolute;
	top: 396px;
}
/* gnav-sub */
#for-index #gnav-sub {
	margin: 0 0 15px 0;
}

/* TOP　共通
---------------------------------------- */
/* main#index */
main#index h2 {
	text-align: center;
	margin-bottom: 30px;
}
main#index h3 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
main#index .catch {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 25px;
}

/* TOP　news
---------------------------------------- */
main#index #news {
	margin-bottom: 10%;
}
main#index #news .entry-twitter {
	display:none;
}
main#index #news .columns3 article a {
	display: block;
}
main#index #news .columns3 article {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
main#index #news .columns3 article:nth-child(2n) {
	margin-right:0;
}
main#index #news article .photo {
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
main#index #news article .photo span{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
main#index #news article .photo img{
	max-height: 250px;
	max-width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
main#index #news article .photo ul {
	position: absolute;
	bottom: 0;
	right: 0;
}
main#index #news article .photo ul li {
	float: right;
	line-height: 18px;
	font-size: 0.8em;
}
main#index #news article .photo li.date {
	font-size: 0.9em;
	padding: 1px 7px 0 7px;
	line-height: 17px;
	background-color: #fff;
}
main#index #news article .photo li.ico {
	color: #fff;
	font-size: 0.9em;
	padding: 0 7px;
}
main#index #news article .photo li.ico.news {
	background-color: #87d146;
}
main#index #news article .photo li.ico.event {
	background-color: #00b79d;
}
main#index #news article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: bold;
}
main#index #news article .txt span{
    color: #29abe2;
    font-weight: bold;
    margin-left: 5px;
}
main#index #news .btn-area {
	text-align: center;
}
main#index #news .btn-area .btn {
	display: inline-block;
	width: 48%;
	margin-bottom:20px;
}
main#index #news .btn-area .btn:first-child {
	margin-right:2%;
}
main#index #news .btn-area .btn.news {
}



main#index #news .btn.news a {
	border-color: #87d146;
}
main#index #news .btn.news span::after {
	background-image: url(/nw/assets/images/btn_arrow_01.png);
}
main#index #news .btn.news a:hover {
	background-color: #87d146;
}
main#index #news .btn.news a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_01_on.png) !important;
}
main#index #news .btn.event a {
	border-color: #00b79d;
}
main#index #news .btn.event span::after {
	background-image: url(/nw/assets/images/btn_arrow_02.png);
}
main#index #news .btn.event a:hover {
	background-color: #00b79d;
}
main#index #news .btn.event a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_02_on.png) !important;
}

/* TOP　コンテンツ バナー
---------------------------------------- */
/* content-slider */
main#index #content-slider {
    	background: url(/nw/assets/images/bg_dots.png) repeat center center;
	margin-bottom: 40px;
}
main#index #content-slider p{
	text-align:center;
}
main#index #content-slider p img{
	width:95%;
	display:inline;
}
main#index #content-slider .prev{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:-3%;
	z-index:2;
} 
main#index #content-slider .next{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:-3%;
	z-index:2;
} 

/* TOP　youtube
------------------------------ */
#youtube {
	text-align: center;
	margin-bottom: 40px;
}
#youtube h2 {
	font-size: 24px;
	color: #86d045;
    font-weight: bold;
}
#youtube .docs{
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#youtube .playlist {
	display: flex;
	flex-flow: column;
}
#youtube .playlist iframe{
	margin: 0 auto;
	max-width: 90% !important;
    height: 240px;
}
#youtube .playlist li + li {
	margin-top: 15px;
}

/* TOP　コンテンツ コース
---------------------------------------- */
main#index #course {
	width:94%;
	margin:0 3% 50px; 3%;
}
main#index #course p {
	line-height:1.6em;
	margin-bottom:20px;
}
main#index #course p br {
	display:none;
}
main#index #course .btn {
	margin-bottom:40px;
}

/*TOP　コース　看護学科ページ共通
---------------------------------------- */
#nurse h5 {
	color: #7cb446;
}
#nurse strong {
	color: #7cb446;
}
#nurse #success strong span{
	font-size:19pt;
}
#nurse .btn a {
	border-color: #7cc846;
}
#nurse .btn a:hover {
	background-color: #7cc846;
}
#nurse .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow_nurse.png);
}
#nurse .btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_nurse_on.png) !important;
}
#nurse thead th {
	background-color: #cfedb5;
}
#nurse tbody th {
	background-color: #fffcd4;
}
main.g-nw-society #society-group p.main-bg{
	margin-bottom:35px;
}
/*TOP　コース　介護福祉学科ページ共通
---------------------------------------- */
/*
#care h5 {
	color: #00ad9d;
}
#care strong {
	color: #00ad9d;
}
#care .btn a {
	border-color: #00ad9d;
}
#care .btn a:hover {
	background-color: #00ad9d;
}
#care .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow_care.png);
}
#care .btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_care_on.png) !important;
}
#care thead th {
	background-color: #c7edea;
}
#care tbody th {
	background-color: #fffcd4;
}
#care h1 + .btn {
	margin-bottom: 30px;
}
*/
/*TOP　コース　介護福祉学科ページ共通プレ
---------------------------------------- */
#care-2{
	background-color: #fcf8f0;
	margin-top: -30px;
    padding-top: 50px;
    margin-bottom: -42px;
    padding-bottom: 42px;
}

#care-2 h5 {
	color: #f16b4c;
}
#care-2 strong {
	color: #f16b4c;
}
#care-2 .btn a {
	border-color: #f16b4c;
}
#care-2 .btn a:hover {
	background-color: #f16b4c;
}
#care-2 .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow_care-2.png);
}
#care-2 .btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_care_on-2.png) !important;
}
#care-2 thead th {
	background-color:#fce1db;
}
#care-2 tbody th {
	background-color:#fffcd4;
}
#care-2 h1 + .btn {
	margin-bottom: 30px;
}


/*TOP　コース　社会福祉士通信課程ページ共通
---------------------------------------- */
#tsushin h5 {
	color: #7cb446;
}
#tsushin strong {
	color: #a67c52;
}
#tsushin .btn a {
	border-color: #7cc846;
}
#tsushin .btn a:hover {
	background-color: #7cc846;
}
#tsushin .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow_tsushin.png);
}
#tsushin .btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_tsushin_on.png) !important;
}
#tsushin thead th {
	background-color: #cfedb5;
}
#tsushin tbody th {
	background-color: #fffcd4;
}
#tsushin section#download h4 {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 10px;
}
#tsushin section#download h5{
	font-size: 1.5em;
	color: #ff0000;
	text-align: center;
	line-height: 30px;
}
#tsushin #system .columns2 article{
	margin:0 15px 15px 0;
	padding:20px 20px 10px;
	box-sizing:border-box;
	background-color:#f4ece3;
}
#tsushin #system .columns2 article h5{
	color:#a67c52;
}
#tsushin section#socialwork h4 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 10px;
}
#tsushin section#socialwork h5 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 10px;
	color: #000000;
}
#tsushin section#socialwork strong {
	font-size: 1.05em;
	color: #000000;
	font-weight:bold;
}
#tsushin section#socialwork li {
	list-style-type:disc;
}
/*TOP　コース　介護実務者研修通信課程ページ共通
---------------------------------------- */
#ojt h5 {
	color: #7cb446;
}
#ojt strong {
	color: #a67c52;
}
#ojt .btn a {
	border-color: #7cc846;
}
#ojt .btn a:hover {
	background-color: #7cc846;
}
#ojt .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow_ojt.png);
}
#ojt .btn a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_ojt_on.png) !important;
}
#ojt .btn2 a {
	border-color: #a67c52;
}
#ojt .btn2 a:hover {
	background-color: #a67c52;
}
#ojt .btn2 span::after {
	background-image: url(/nw/assets/images/btn_arrow_ojt2.png);
}
#ojt .btn2 a:hover span::after {
	background-image: url(/nw/assets/images/btn_arrow_ojt2_on.png) !important;
}
#ojt thead th {
	background-color: #cfedb5;
}
#ojt tbody th {
	background-color: #fffcd4;
}

/*TOP　ガイド
---------------------------------------- */
main#index #guide {
	text-align: center;
	margin-bottom: 70px;
}
main#index #guide .inner {
	width: 1100px;
	background-image: url(/nw/assets/images/bg_guide_left.png), url(/nw/assets/images/bg_guide_right.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}
main#index #guide .inner>div {
	margin-bottom: 60px;
}
main#index #guide .inner>div:last-child {
	margin-bottom: 0;
}
main#index #guide h2 {
	margin-bottom: 50px;
}
main#index #guide .txt {
	margin-bottom: 20px;
}
main#index #guide .btn a {
	display: inline-block;
	width: 220px;
}

/*TOP　works
---------------------------------------- */
main#index #works {
	position: relative;
	padding-top: 13px;
	margin-bottom: 50px;
}
main#index #works h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
main#index #works .catch {
	margin-bottom: 15px;
}

/*TOP　動画
---------------------------------------- */
main#index #movie .inner {
	width: 1100px;
	padding: 15px 0 30px;
	box-sizing: border-box;
}
main#index #movie {
	position: relative;
	padding-top: 12px;
	text-align: center;
	margin-bottom: 90px;
}
main#index #movie h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
main#index #movie .catch {
	margin-bottom: 15px;
}
main#index #movie .inner {
	border: 15px solid #F4DB84;
	margin-bottom: 15px;
}
main#index #movie .youtube {
	display: inline-block;
	position: relative;
	width: 303px;
	padding-top: 170px;
}
main#index #movie .youtube {
	margin-right: 20px;
}
main#index #movie .youtube:last-child {
	margin-right: 0;
}
main#index #movie iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
main#index #movie .btn a {
	display: inline-block;
	width: 300px;
	border-color: #f4db84;
}
main#index #movie .btn a:hover {
	background-color: #f4db84;
}
main#index #movie .btn span::after {
	background-image: url(/nw/assets/images/btn_arrow01.png);
}

/*TOP　コンテンツリンク
---------------------------------------- */
main#index #link {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
main#index #link .columns4>div {
	width: 48%;
	float: left;
}
main#index #link .columns4>div:nth-child(odd) {
	margin-right:4%;
}

main#index #link .columns4 .photo {
	margin-bottom: 15px;
}
main#index #link .columns4 .txt {
	display:none;
}

/*TOP　ギャラリー
---------------------------------------- */
main#index #gallery {
	margin-bottom: 60px;
}
main#index #gallery .bg {
	padding: 33px 0;
	background: url(/nw/assets/images/bg_dots.png);
	margin-bottom: 20px;
}
main#index #gallery li {
	text-align: center;
}
main#index #gallery li img {
	display: inline-block;
}
main#index #gallery .btn {
	margin:0 3%;
}
main#index #gallery .btn a {
}

/*TOP　バナー
---------------------------------------- */
main#index #bnr {
	margin-bottom: 30px;
}
main#index #bnr .columns3>div {
}
main#index #bnr .columns3 .photo {
	margin-bottom: 10px
}
main#index #bnr .columns3 .photo img {
	width:100%;
}
main#index #bnr .columns3 a:hover .txt {
	text-decoration: underline;
}

/************************************************************
 下層共通
************************************************************/
/* page common
---------------------------------------- */
main.page h5 {
	color: #87d146;
}
/* box xolor */
main.page .box .inner {
	border-color: #fde1a0;
}
main.page .box .box-header {
	border-color: #fde1a0;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+1) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+1) .box-info h5 {
	color: #fdb60c;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+2) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+2) .box-info h5 {
	color: #7fbe33;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #54abed;
}
main.page .box .box-body .box-block:nth-child(3n+3) .box-info dl dt, main.page .box .box-body .box-block:nth-child(3n+3) .box-info h5 {
	color: #54abed;
}
main.page .box .box-body .box-block .box-info dl dt {
	font-weight: bold;
}
main.page .box .box-body .box-block .box-info dl dd {
	margin-bottom: 10px;
}
main.page .box .box-body .box-block .box-info dl dd:last-child {
	margin-bottom: 0;
}
/* table */
main.page table {
	width: 100%;
	border-top: solid 2px #888;
	border-bottom: solid 2px #888;
	margin-bottom: 5%;
}
main.page table th, table td {
	font-weight: normal;
	padding: 2px 10px;
}
main.page table thead tr {
	border-bottom: solid 1px #888;
}
main.page table thead tr:last-child {
	border-bottom: solid 2px #888;
}
main.page table thead th {
	border-right: solid 1px #888;
	background-color: #cfedb5;
}
main.page table thead th:last-child {
	border-right: none;
}
main.page table tbody th {
	background-color: #fffcd4;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
main.page table tbody tr:last-child th {
	border-bottom: none;
}
main.page table td {
	background-color: #fff;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
main.page table td.none {
	background-color: #f2f2f2;
}
main.page table tbody td:last-child {
/*border-right:none;*/
}
main.page table tbody {
	border-right: solid 2px #fff;
}
main.page table tbody tr:last-child td {
	border-bottom: none;
}
/* map-btn */
main.page .map-btn a {
	background-color: #7cc846;
}
main.page .map-btn a:hover {
	background-color: #b7e390;
}
/* notes */
main.page sup.notes{
	font-weight:bold;
	color:#7cc846;
	padding:0 2px;
}
main.page dl.notes-box{
	border:1px solid #666;
	padding:15px;
	line-height:1.8;
	font-size:0.9em;
	color:#666;
}
main.page dl.notes-box dt{
	float:left;
	font-weight:bold;
	color:#7cc846;
	margin-right:3px;
}
main.page dl.notes-box dd{
	margin-bottom:8px;
}
main.page dl.notes-box dd:last-child{
	margin-bottom:0;
}
/* page-nav
---------------------------------------- */
ul#page-nav {
	display:none;
}

/************************************************************
 検索結果
************************************************************/
main#search.inner {
}
main#search h3 {
	margin-bottom: 40px;
}
main#search .no-results p {
	text-align: center;
}
main#search article {
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
}
main#search article .entry-summary p {
	margin-bottom: 0;
}
main#search article .entry-summary a.more-link span.screen-reader-text {
	display: none;
}
/************************************************************
 パスワード保護固定ページ
************************************************************/
main.page .post-password-form {
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}
main.page .post-password-form input[type='submit'] {
	width: 150px;
}

/************************************************************
 フッター
************************************************************/
/* 姉妹校
---------------------------------------- */
aside#sisterschool {
	display:none;
}

/* バナー
---------------------------------------- */
footer #foot-bnr {
	background-color:#b7e390;
}

/* ドット
---------------------------------------- */
footer #foot-company .address {
    background: url(/nw/assets/images/bg_foot.png) no-repeat center bottom;
}
main ul.page-index-link{
	text-align:center;
	margin-bottom:20px;
}
.page-index-link li{
	display:inline-block;
    width: 49%;
}
.page-index-link li a{
    display: block;
    line-height: 33px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 0.85em;
}
.page-index-link li a::after{
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    margin: auto;
    content: "";
}
.page-index-link li a::after{
    bottom: 5px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #fff;
}


/* フッターナビ
---------------------------------------- */
footer .middle p a {
    display: block;
    padding: 15px 20px;
    color: #444;
    text-align: center;
    border-bottom: solid 1px #eee;
}
.page-info-link{
	text-align:center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px !important;
}
.page-info-link li{
	display:inline-block;
	margin-bottom:0 !important;
}
.page-info-link li a{
    display: block;
    font-size:2.5vw;
	text-decoration:none;
    padding: 8px 5px;
    border: 1px solid #ccc;
	border-bottom:none;
    background-color: #fff;
}
/* /////////////////////////////////////////// */
/* cms common
---------------------------------------- */
main.list, main.single {
	overflow: hidden;
}
/* main single
---------------------------------------- */
main.single #content h2 {
	font-family: 'Noto Sans Japanese';
	color: #99da5d;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
main.single .ico {
	border-top: 1px solid #99da5d;
	border-bottom: 1px solid #99da5d;
	overflow: hidden;
	margin-bottom: 20px
}
main.single .ico li.date, main.single .ico li.cat a {
	float: left;
	display: block;
	line-height: 30px;
	padding-left: 23px;
	margin-right: 20px;
	position: relative;
}
main.single .ico .date:before {
	content: '\f307';
	font: normal 20px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single .ico .cat a:before {
	content: '\f301';
	font: normal 22px Genericons;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
main.single #detail {
	line-height: 1.5;
	margin-bottom: 30px;
}
main.single #detail p,
main.single #detail div{
	overflow: hidden;
	margin-bottom: 2%;
}
main.single #detail img{
	margin:2% 0;
}
main.single #detail a {
	text-decoration:underline;
}
main.single #detail strong {
	color: inherit;
}
main.single #detail .alignleft {
	float: left;
	margin: 0 15px 0 0;
}
main.single #detail .alignright {
	float: right;
	margin: 0 0 0 15px;
}
main.single #detail .aligncenter {
	margin: 0 auto;
	display: block;
}
main.single #navigation {
	overflow: hidden;
	border-top: 1px solid #99da5d;
	border-bottom: 1px solid #99da5d;
	margin-bottom: 50px;
}
main.single #navigation>div {
	box-sizing: border-box;
}
main.single #navigation .prev {
	border-bottom: 1px solid #99da5d;
}
main.single #navigation .next {
}
main.single #navigation>div a {
	display: block;
	padding: 10px;
	overflow: hidden;
	position: relative;
}
main.single #navigation>div a:hover {
	color:#87d146;
}
main.single #navigation .prev a {
	padding-left: 30px;
}
main.single #navigation .next a {
	padding-right: 30px;
	text-align: right;
}
main.single #navigation>div .ttl {
	line-height: 2;
}
main.single #navigation>div .ttl span {
	width: 6px;
	height: 7px;
	background-image: url(/nw/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
main.single #navigation .prev span {
	left: 10px;
	background-position: 3% center;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
main.single #navigation .next span {
	right: 10px;
	background-position: 97% center;
}
/* main list
---------------------------------------- */
main.list #content .entry {
	overflow: hidden;
	margin-bottom: 5%;
}
main.list #content .entry article {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 5%;
}
main.list #content .entry article:nth-child(2n) {
	margin-right: 0;
}
main.list #content article .photo {
	position:relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
}
main.list #content article .photo a{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
main.list #content article .photo img {
	max-height: 130%;
	max-width: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
main.list #content article .date {
	color: #666;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 5px;
}
main.list #content article .date .new {
	color: #29abe2;
	font-weight: bold;
	margin-left: 5px;
}
main.list #content article .date .ico {
	float: right;
	font-size: 0.7em;
	line-height: 16px;
}
main.list #content article .date .ico a {
	display: block;
	padding: 0 5px;
	color: #fff;

}
main.list #content article.news .date .ico a {
	border: 1px solid #87d146;
	background-color: #87d146;
}
main.list #content article.event .date .ico a {
	border: 1px solid #00b79d;
	background-color: #00b79d;
}
main.list #content article h2 {
	line-height: 1.5em;
	font-size:inherit;
}
main.list #content article h2 a:hover {
	text-decoration: underline;
}
/* sidebar
---------------------------------------- */
#sidebar {
}
#sidebar>div {
	padding: 15px;
	border: 1px solid #99da5d;
	margin-bottom: 20px;
}
#sidebar h2 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebar h2 span {
	float: right;
	font-size: 0.8rem;
	color: #99da5d;
	font-weight: normal;
}
#sidebar h2 span {
	float: right;
}
#sidebar h2 span a{
	padding-right: 13px;
	background:url(/nw/assets/images/arrow_head.png) no-repeat right center;
	font-size: 0.8rem;
	font-weight: normal;
	color: #99da5d;
}
#sidebar .category li {
	line-height: 45px;
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar .category li:last-child {
	border-bottom: none;
}
#sidebar .category li a {
	display: block;
	padding-left: 20px;
	background-image: url(/nw/assets/images/arrow_head.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sidebar article {
	border-bottom: 1px dotted #B3B3B3;
}
#sidebar article:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#sidebar article a {
	display: block;
	overflow: hidden;
	padding: 8px 0;
}
#sidebar article a:hover{
	color:#87d146;
}
#sidebar article .photo {
	display:none;
}
#sidebar article .photo span{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
#sidebar article .photo img {
	max-height: 150%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#sidebar article .date {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
#sidebar article .date span {
	    color: #29abe2;
    font-weight: bold;
    margin-left: 5px;
}
#sidebar article .txt {
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-size: 0.95em;
}

/* form common
---------------------------------------- */
input[type="reset"], input[type="button"], input[type="submit"] {
	border-color: #84c03a;
}
input[type="reset"], input[type="button"] {
	background-image:url(/nw/assets/images/btn_arrow_00_re.png);
}
input[type="submit"],
main#form .wpcf7 input[type="submit"],
main#request .wpcf7 input[type="submit"]  {
	color:#fff;
	background-image:url(/nw/assets/images/btn_arrow_00_on.png);
	background-color:#84c03a;
	border-color:#84c03a;
}
form th span,form .mail-area p,form .address-area p,form .bus-area p,form .description span{
	color:#f18230;
}
/************************************************************
 入試・学費
************************************************************/
/* 入試・学費-共通
------------------------------ */
/* 表　td-border-right */
.g-info td:last-child {
	border-right: none;
}
/* 表 td-backgraundcolor */
#recruit table tbody tr:nth-child(even) td,
#application table tbody tr:nth-child(even) td,
#gakuhi table tbody tr:nth-child(even) td{
	background:#F3F3F3;
}

/* 募集学科・定員
------------------------------ */
#recruit .inner {
}
/* recruitment */
#recruit #recruitment table thead th:nth-child(2),
#recruit #recruitment table thead th:nth-child(3),
#recruit #recruitment table thead th:nth-child(4) {
	width:20%;
}
#recruit #recruitment table tbody td {
	text-align:center;
}
#recruit #time-schedule table tbody td{
	width:20%;
}
/* test-schedule */
#recruit #test-schedule table thead th.kind {
	width:7%;
	padding:3px 0;
	/*line-height:1.2em;*/
}
#recruit #test-schedule table tbody td:nth-child(n+4):nth-child(-n+11) {
	text-align:center;
}
#recruit #test-schedule table.tsushin-schedule {
	text-align:center;
}
#recruit #test-schedule table.tsushin-schedule thead th:first-child {
	width:40%;
}
.g-info#recruit .sp-scroll .recruit-scroll-01 {
    width: 450px !important;
}
.g-info#recruit .sp-scroll .recruit-scroll-02 {
    width: 600px !important;
}
/* btn-area */
#recruit .btn-area {
	text-align:center;
}
#recruit .btn-area .btn {
	display:inline-block;
}

/* 出願方法
------------------------------ */
.g-info#application .inner {
}
.g-info#application article {
	background-color: #e5f2ff;
	padding: 15px;
	margin-bottom: 15px;
}
.g-info#application table tbody th{
	width:30%;
}
.g-info#application #method table tbody th{
	width:15%;
}
.g-info#application #document table tbody th,
.g-info#application #document table tbody td:nth-child(n+3),
.g-info#application #test-schedule table tbody th,
.g-info#application #test-schedule table tbody td:nth-child(n+3){
	width:10%;
	text-align: center;
}
.g-info#application .image-ac {
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#application #self{
	padding-top: 120px;
    margin-top: -120px;
}
#application #specified{
    padding-top: 120px;
    margin-top: -120px;
}
#application #schedule{
	padding-top: 100px;
    margin-top: -100px;
}

/* self,applying */
.g-info#application #correspondence .image{
	text-align:center;
	margin-bottom:30px;
}
.g-info#application #correspondence tbody td{
	width:70%;
}
.g-info#application #correspondence table ul{
	margin-bottom:0;
}
.g-info#application #correspondence .period{
	text-align:center;
}
.g-info#application #correspondence .period td{
	width:35%;
}
/* ページ内リンクバナー */
.g-info#application .page-index-link li{
    margin-bottom:5px;
}
.g-info#application .page-index-link li:nth-child(1){
    background-color:#66abdc;
}
.g-info#application .page-index-link li:nth-child(2){
    background-color:#80be40;
}
.g-info#application .page-index-link li:nth-child(3){
    background-color:#eba727;
}
.g-info#application .page-index-link li:nth-child(4){
    background-color:#4785cc;
}
.g-info#application .page-index-link li:nth-child(5){
    background-color:#c486bf;
}
.g-info#application .page-index-link li:nth-child(6){
    background-color:#f55b5f;
}
.g-info#application .page-index-link li:nth-child(7){
    background-color:#ff8800;
}
.g-info#application .sp-scroll .application-scroll-01 td:first-child{
	width:36%;
}
.g-info#application table thead tr:first-child th:first-child {
	text-align: start;
	padding-left: 20px;
}
/* 学費
------------------------------ */
.g-info#gakuhi .inner {
}
.g-info#gakuhi table td{
	text-align:center;
}
/* 学費納入期日 */
.g-info#gakuhi .date td{
	width:20.5%
}
.g-info#gakuhi .date thead th:first-child{
	width:18%;
}
/* 入学金 */
.g-info#gakuhi .enrollment thead th:first-child{
	width:28%;
}
/* 学費(年額) */
.g-info#gakuhi .expense tbody th:first-child{
	width:5%;
}
.g-info#gakuhi #correspondence .expense td{
	width:36%;
}
.g-info#gakuhi .sp-scroll .expense {
    width: 570px !important;
}
.g-info#gakuhi .sp-scroll .expense2 {
    width: 490px !important;
}


/* 学費納入方法 */
.g-info#gakuhi .method tbody th:first-child{
	width:28%;
}
.g-info#gakuhi li{
	margin-bottom:5px;
}
.g-info#gakuhi li ul{
	margin-bottom:0;
}
.g-info#gakuhi li li{
	list-style-type: disc;
}
/* ページ内リンクバナー */
.g-info#gakuhi .page-index-link li:nth-child(1){
    background-color:#8fce63;
}
.g-info#gakuhi .page-index-link li:nth-child(2){
    background-color:#2cc6ba;
}
.g-info#gakuhi .page-index-link li:nth-child(3){
    background-color:#FDAF20;
}

/* サポート
------------------------------ */
.g-info#support table tbody th:first-child{
	width:20%;
}
.g-info#support #group article{
	background-color: #f2f9ec;
	padding:15px;
	margin-bottom:15px;
}
.g-info#support #group article p{
	margin-bottom:0;
}
/* 融資制度について */
.g-info#support #loan table thead th{
	/* width:16%; */
}
.g-info#support #banner-area .columns3{
	text-align:center;
}
.g-info#support table.loan tbody th:first-child{
	width:0%;
}
#support h4#tokubetsu,
#support h4#syakaijin{
	padding-top: 120px;
	margin-top: -120px;
}

/************************************************************
 ～の方へ
************************************************************/
/* common
------------------------------ */
/* bg-balloon */
#for-affiliate .bg-balloon .bg-balloon-inner {
	background-color:#80cb44;
}
#for-affiliate .bg-balloon .bg-balloon-inner::before {
	background-image:url(/nw/assets/images/for/bg-balloon-before.png);
}
#for-affiliate .bg-balloon::after {
	background-image:url(/nw/assets/images/for/bg-balloon-after.png);
}
#for-affiliate .bg-balloon strong {
	color:#fff178;
}

/* bg-balloon.bg-balloon-white */
#for-affiliate .bg-balloon.balloon-white strong {
	color:#63b624;
}


/************************************************************
 県外の皆さまへ
************************************************************/

/* 県外から入学をお考えの方へ
------------------------------ */
main#nw-pref  #head-teacher .columns2 .name {
	text-align: right;
	font-size: 1.2em;
	line-height: 2;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main#nw-pref  #head-teacher .columns2 .image {
	text-align:center;
	margin-bottom:5%;
}
main#nw-pref  #head-teacher .columns2 .image img{
	max-width:50%;
	height:auto;
}
main#nw-pref #map-area .map {
	text-align:center;
	margin:40px 0;
}
main#nw-pref #map-area .columns4 .btn {
	width:100%;
}
main#nw-pref #head-teacher .columns .image {
	margin-right:20px;
	float:left;
}
main#nw-pref #head-teacher .columns .text {
}
main#nw-pref #access-map {
	position:relative;
}
main#nw-pref #access-map .facilities {
	position:absolute;
	right: 0;
	bottom: 0;
}
main#nw-pref #access-map iframe {
	/*width:100%;
	height:250px;*/
}

/* ～地方から入学をお考えの方へ
------------------------------ */
/* ～地方からのアクセス */
#other-pref-areas #access.inner {
}
#other-pref-areas #access .image {
	margin-bottom:20px;
}
/* 入学生の出身校 */
#other-pref-areas #school ul {
	margin-bottom:0;
}
#other-pref-areas #school ul:after {
	content:" ";
	display:block;
	clear: both;
}
#other-pref-areas #school table th {
	width:10%;
}
#other-pref-areas #school ul li {
	float:left;
	margin-right:15px;
	width:170px;
}
/* 各種サポート */
#other-pref-areas #supports.inner {
	width:550px;
}
#other-pref-areas #supports dl dt {
	font-weight:bold;
}
#other-pref-areas #supports dl dd {
	margin-bottom:10px;
}

/* 受験から入学までの流れ
------------------------------ */
/* common */
.g-nw-pref#flow .text {

}
.g-nw-pref#flow table thead th {
	width:20%;
}
.g-nw-pref#flow table tbody td {
	text-align:center;
}
/* flow-top */
.g-nw-pref#flow #flow-top .image {
	text-align:center;
}



/* 各種サポート
------------------------------ */
.g-nw-pref#support .image {
	text-align:center;
}
.g-nw-pref#support .columns3 {
	margin:0 auto;
}
.g-nw-pref#support .columns2 {
}
.g-nw-pref#support article h4 {
	text-align:center;
}
.g-nw-pref#support table thead th:first-child {
	width:20%;
}
.g-nw-pref#support table tbody td {
	text-align:center;
}
.g-nw-pref#support .btn-area {
	text-align:center;
}
.g-nw-pref#support .btn-area .btn {
    display: inline-block;
}

/* 就職状況
------------------------------ */
.g-nw-pref#job .columns3 {
	margin:0 auto;
}
.g-nw-pref#job .columns3 article h4 {
}
.g-nw-pref#job #job-count table thead th:first-child {
	width:20%;
}
.g-nw-pref#job #job-count table tbody td {
	text-align:center;
}
.g-nw-pref#job #job-pref table thead th:first-child {
	width:20%;
}
.g-nw-pref#job #job-pref table ul{
}


/* 山口県と防府市の魅力
------------------------------ */
.g-nw-pref#appeal .columns4 > * {
	margin-bottom:30px;
}
.g-nw-pref#appeal .columns4 .photo {
	text-align:center;
}
.g-nw-pref#appeal .columns4 .photo img {
	width:100%;
}
.g-nw-pref#appeal .columns3 {
	text-align:center;
}

/************************************************************
 学科
************************************************************/
/* common
------------------------------ */
.g-course .catch {
	margin-bottom:50px;
}
.g-course .note, .g-course .noteR {
	margin-bottom:30px;
}
.g-course #course-head, .g-course #course-head .catch {
	margin-bottom:30px;
}
.g-course table tbody td {
	text-align:center;
}
.g-course #feature .columns2.feature2 {
	width:608px;
	margin:0 auto;
}
.g-course #feature .image,.g-course #feature h5{
	margin-bottom:20px;
}
.g-course #feature  .text{
	line-height:1.7;
}
.g-course #feature article {
	margin-bottom:30px;
}
.g-course #feature article .image img {
	width:100%;
}
.g-course #feature article h5 {
	text-align:center;
}
.g-course #curriculum article {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
.g-course #curriculum article:nth-child(odd) {
	margin-right:4%;
}
.g-course #curriculum table {
	margin-bottom:10px;
}
.g-course #system table {
	margin-bottom:10px;
}
.g-course #advice table {
	margin-bottom:10px;
}
.g-course #course_interview.box .inner{
	border-color: #cce6fa;
}
.g-course #course_interview.box .box-header{
	border-color: #cce6fa;
}
.g-course #course_interview.box .box-image .photo{
	height:inherit;
	line-height:inherit;
	margin-bottom: 10px;
}
.g-course #course_interview iframe{
	border:none;
	vertical-align: bottom;
}
.g-course #course_interview.box .box-info li{
	padding-left: 13px;
	position:relative;
}
.g-course #course_interview.box .box-info li:after{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	content:"";
	width: 9px;
	height: 9px;
}

/* 看護学科
------------------------------ */
#nurse #course_interview.box .box-info li:after{
	background-color:#87d146;
}
#nurse .box .inner{
	border-color:#fde1a0;
}
#nurse .box .box-header{
	border-color:#fde1a0;
}
#nurse .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #fdb60c;
}
#nurse .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #7fbe33;
}
#nurse .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #54abed;
}
#nurse #feature ul li:before{
	content: "●";
	font-size: 1.5em;
    line-height: 1;
	color: #87d146;
}
#nurse #feature article:nth-of-type(2) ul li:before{
	color: #3dc1bd;
}
#nurse #link{
	overflow: hidden;
}
#nurse #link p:nth-of-type(even){
	margin-right: 0 !important;
}
#nurse #link .btn{
	float: left;
	width: 48%;
	margin:0 2% 2% 0;
	font-size: 0.9em;
}
#nurse #link .btn a{
	border: none;
	padding: 8% 0;
	color: #fff;
}
#nurse #link  p:nth-of-type(odd) a{
	background-color: #7cc846;
}
#nurse #link  p:nth-of-type(even) a{
	background-color: #3dc1bd;
}
#nurse #link .btn span{
display: none;
}
#nurse .inner iframe{
	width: 100%;
	height: 53vw;
}

/* 介護福祉学科
------------------------------ */
/*
#care #facilities table tbody th {
	width:120px;
	box-sizing:border-box;
}
#care #facilities table tbody td {
	text-align:left;
}
#care .box .inner{
	border-color:#d5f2ef;
}
#care .box .box-header{
	border-color:#d5f2ef;
}
#care .box .box-body .box-block:nth-child(3n+1) .box-image .data {
	background-color: #fdb60c;
}
#care .box .box-body .box-block:nth-child(3n+2) .box-image .data {
	background-color: #7fbe33;
}
#care .box .box-body .box-block:nth-child(3n+3) .box-image .data {
	background-color: #54abed;
}
*/
/* 介護福祉学科
------------------------------ */
#care-2 #course_interview.box .box-info li:after{
	background-color:#00ad9d;
}
#care-2 #feature ul li:before{
	content: "●";
	font-size: 1.5em;
    line-height: 1;
	color: #f16b4c;
}
#care-2 #feature article:nth-of-type(2) ul li:before{
	color: #f59782;
}
#care-2 #link{
	overflow: hidden;
}
#care-2 #link p:nth-of-type(even){
	margin-right: 0 !important;
}
#care-2 #link .btn{
	float: left;
	width: 48%;
	margin:0 2% 2% 0;
	font-size: 0.9em;
}
#care-2 #link .btn a{
	border: none;
	padding: 8% 0;
	color: #fff;
}
#care-2 #link  p:nth-of-type(odd) a{
	background-color: #f59079;
}
#care-2 #link  p:nth-of-type(even) a{
	background-color: #f16b4c;
}
#care-2 #link .btn span{
	display: none;
}
#care-2 table td {
	background-color: #fcf8f0;
}
#care-2 table td.none {
	background-color:#f2f2f2;
}
#care-2 table tbody {
	border-right: solid 2px #fcf8f0;
}
#care-2 #facilities table tbody td {
	text-align:left;
}
#care-2 .box .inner {
	border-color: #fce1db;
	background-color:#fff;
}
#care-2 .box .box-header {
	border-color: #fce1db;
}



/* 社会福祉士通信課程
------------------------------ */
#tsushin #system .columns2 {
	margin-bottom:40px;
}
#tsushin #system table tbody td {
	text-align:left;
}
#tsushin #course-schedule table {
	margin-bottom:30px;
}
#tsushin #course-schedule table tbody td {
	text-align:left;
}

/* 介護実務者研修通信課程
------------------------------ */
#ojt #course-head {
	margin-bottom:90px;
}
#ojt #course-head table th {
	width:25%;
}
#ojt #course-head .columns2 > *:first-child table {
	margin-bottom:10px;
}
#ojt .btn {
}
#ojt #course-schedule table {
	margin-bottom:30px;
}
#ojt #course-schedule .btn {
}


/************************************************************
 講師紹介
************************************************************/
/* common
------------------------------ */
.g-course#staff .catch br {
	display:none;
}
.g-course#staff .introduction article{
    width:100%;
    border: 6px solid #c5e39f;
    padding:3%;
    box-sizing: border-box;
    overflow:hidden;
    margin-bottom:5%;
}
.g-course#staff .introduction article .photo{
    float:left;
    width:40%;
    margin-right: 3%;
    margin-bottom: 0;
}
.g-course#staff .introduction article .txt-area{
    float:left;
	width:57%;
}
.g-course#staff .introduction article .txt-area > *:last-child{
	margin-bottom:0;
}
.g-course#staff .introduction article h5{
    line-height: 1.5;
}
.g-course#staff .introduction article .comment{
	margin-bottom: 7%;
    line-height:1.2;
}
.g-course#staff .introduction article .ttl{
    font-weight:bold;
    font-size: 0.9em;
    line-height:1.2;
    margin-bottom: 3%;
}
.g-course#staff .introduction article .txt{
    font-size: 0.9em;
    line-height:1.2;
}
.g-course#staff .introduction article .txt.cmt{
    line-height:1.8;
	margin-bottom:7%;
}


/************************************************************
 めざせる職種
************************************************************/
/* 学校卒業後にめざせる主な職種
------------------------------ */
.g-course#job #category .image {
    text-align: center;
    background: url(/nw/assets/images/course/job/bg_main.jpg) repeat-x center center;
	background-size: auto 80%;
    margin-bottom: 35px;
}
.g-course#job #category .image img {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

/* めざせる職種(共通)
------------------------------ */
.g-course#job #license .columns4 li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
}
.g-course#job #license .columns4 li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
}
.g-course#job #license .columns4 li > *:last-child {
    margin-bottom: 0;
}
.g-course#job #license .columns4 li .txt {
	margin-bottom: 10px;
}
.g-course#job #license .columns4 li a {
	font-weight:bold;
}
.g-course#job #license .columns4 li h6 {
	font-size:1.0em;
}
.g-course#job #license .columns4 li h6:before {
    content: "";
	display:inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

/* 看護師を取得してからめざせる職種
------------------------------ */
.g-course#job #license #license-nurse .columns4 li h5,
.g-course#job #license #license-nurse .columns4 li strong,
.g-course#job #license #license-nurse .columns4 li a {
	color:#7cb446;
}
.g-course#job #license #license-nurse .columns4 li h6:before {
    background-color: #7cb446;
}

/* 介護福祉士からめざせる職種
------------------------------ */
.g-course#job #license #license-care .columns4 li h5,
.g-course#job #license #license-care .columns4 li strong,
.g-course#job #license #license-care .columns4 li a {
	color:#00ad9d;
}
.g-course#job #license #license-care .columns4 li h6:before {
    background-color: #00ad9d;
}



/************************************************************
学校案内
************************************************************/

/* facilities
------------------------------ */


#facilities article {
	margin-bottom:30px;
}
#facilities article {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
#facilities article:nth-child(odd) {
	margin-right:4%;
}

/* access
------------------------------ */
#access #detail .columns2{
	margin-bottom:30px;
}
/*#access #detail h4{
	overflow:hidden;
}
#access #detail h4 span{
	float:right;
	font-weight:normal;
}*/
#access #detail table tbody th {
	width: 150px;
}
#access #detail .train table td{
	text-align:center;
}
#access #detail .train .columns2 > * table:last-child{
	margin-bottom:0;
}
#access #detail .train .note{
	text-align:left;
}
#access #detail .info td span {
	display:inline-block;
	margin-right:20px;
}
#access #detail .info td span:last-child {
	margin-right:0;
}

/************************************************************
 キャンパスライフ　学生寮について
************************************************************/
#dormitory .inner {
}
#dormitory .image {
	text-align:center;
}
#dormitory .catch br {
	display:none;
}
#dormitory #guide .image {
	margin-bottom:20px;
}
#dormitory #guide table th {
	width:25%;
}
#dormitory #facility .catch {
	margin-bottom:30px;
}
#dormitory #access .map {
	margin-bottom: 50px;
}
#dormitory #access iframe {
	width:100%;
	height:250px;
}
#dormitory #summary table{
	margin-bottom:40px;
}
#dormitory #summary .image {
	margin-bottom:40px;
}


/************************************************************
 キャンパスライフ　一人暮らしサポート
************************************************************/
/* サポート内容
------------------------------ */
#single #single-support .columns > * {
	float:left;
}
#single #single-support .columns > *:nth-child(1) {
	width:35%;
	margin-right:5%;
}
#single #single-support .columns > *:nth-child(2) {
	width:60%;
}
#single #single-support .columns > *:nth-child(2) .image {
	margin-bottom:30px;
}
#single #single-support .columns > *:nth-child(2) .note {
	font-size:11.5px;
}

/* 一人暮らしデータ
------------------------------ */
#single #single-data #single-bop table {
	margin-bottom:5px;
}
#single #single-data #single-bop table td {
	text-align:center;
}

/* 学生寮の概要
------------------------------ */
#single-dormitory table th {
	width:120px;
}
#single-dormitory table td span.note {
	padding-left:1em;
}



/************************************************************
 情報公開
************************************************************/
main#disclosure .inner{
}
main#disclosure table th{
	width:30%;
}
/************************************************************
Webサイト取り扱い指針
************************************************************/
main#website .inner{
}
/************************************************************
 プライバシーポリシー
************************************************************/
main#privacy .inner{
}
main#privacy #privacy-contact{
	overflow:hidden;
}
main#privacy #privacy-contact article{
	float:right;
}
main#privacy #privacy-contact article h5{
	color:#000;
	font-weight:normal;
	margin-bottom: 3px;
}
main#privacy .date{
	text-align:right;
}
main#privacy .name{
	text-align:right;
}
/************************************************************
 サイトマップ
************************************************************/
main#sitemap a{
	display:block;
	line-height:2em;
}
main#sitemap section>div>ul{
	margin-bottom:40px;
}
main#sitemap section>div>ul>li>a{
	padding-left:17px;
	background: url(/nw/assets/images/btn_arrow.png) no-repeat left center;
	margin-bottom: 18px;
}
main#sitemap ul.child{
	margin-left:10px;
	margin-bottom: 0;
}
main#sitemap ul.child li{
	margin-bottom: 15px;
}
main#sitemap ul.child a{
	padding-left:10px;
	background: url(/nw/assets/images/arrow_head.png) no-repeat left 11px;
}
/************************************************************
よくあるご質問
************************************************************/
main#faq article h5 {
	background-image:url(/nw/assets/images/faq/question.jpg);
}
main#faq article p {
	background-image:url(/nw/assets/images/faq/answer.jpg);
}

/************************************************************
 在学生専用
************************************************************/
#exclusive-student #movie article {
	margin-bottom:40px;
}
#exclusive-student #movie article iframe {
	width:100%;
	height: 264px;
}

/************************************************************
 life
************************************************************/
/* キャンパス周辺マップ
------------------------------ */
#map #neighboring-maps div{
	text-align:center;
}
#map #location article{
	margin-bottom:30px;
}
#map #location article{
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
#map #location article:nth-child(odd) {
	margin-right:4%;
}

/************************************************************
 専門学校とは？
************************************************************/
main#vocational .inner{
}
main#vocational .catch br {
	display:none;
}
main#vocational #with-a-college .catch{
	margin-bottom:40px;

}
main#vocational #with-a-college ol{
}

/************************************************************
 ページグループ名　例：about
************************************************************/
/* ページ名　greeting
------------------------------ */
/* columns　幅 */
#greeting #principal-message .columns .image {
	text-align:center;
	margin-bottom:3%;
}
#greeting #principal-message .columns .image img{
	width:50%;
	height:auto;
}
#greeting #principal-message .columns .name {
	text-align: right;
	font-size: 1.2em;
	line-height:2;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ページ名　history
------------------------------ */
#history #philosophy .list-wrap {
}
#history #philosophy .list-wrap ul {
	margin-bottom:5%;
}
#history #philosophy .list-wrap li{
	margin-bottom:5px;
}
#history #philosophy th{
	width:30%;
}
#history #philosophy .catch br{
	display: none;
}

/* ページ名　venue
------------------------------ */
#venue .inner {
}
#venue #rental-venue .catch{
	margin-bottom:20px;
}
#venue #rental-venue .tel{
	text-align:center;
	margin-bottom:60px;
}
#venue table th {
	width:200px;
}
#venue #time-division td,
#venue #venue-fee td{
	width:270px;
}
#venue #time-division table td:nth-of-type(1) {
	text-align:center;
}
#venue #time-division table td:last-of-type {
	text-align:left;
}
#venue #venue-fee tr:nth-child(4) th{
	border-bottom: solid 1px #888;
}
#venue #venue-fee table td:nth-of-type(1) {
	text-align:center;
}

/************************************************************
　recruit
************************************************************/
/* support
------------------------------ */
.g-recruit#support .catch br {
	display:none;
}

/* record
------------------------------ */

/* 就職先一覧 */

main#record .inner{
}
main#record #nurse-employment-situation ul,

main#record #care-employment-situation ul{
}
main#record #nurse-employment-situation ul li:last-child,
main#record #care-employment-situation ul li:last-child{
	position:relative;
}
main#record #nurse-employment-situation ul li:last-child:after,
main#record #care-employment-situation ul li:last-child:after{
	position:absolute;
	bottom:0;
	right:0;
	content:"他";
}

/* data 数字で分かるYIC
------------------------------ */
main#data ul{
	overflow:hidden;
}
main#data li{
	margin-bottom:6%;
}
main#data li:nth-child(1), main#data li:nth-child(2), main#data li:nth-child(3), main#data li:nth-child(4){
	float: left;
	width:47%;
	margin-right:0;
}
main#data li:nth-child(1), main#data li:nth-child(3){
	margin-right:6%;
}


/************************************************************
 ページグループ名　course
************************************************************/
/* ページ名　nurse
------------------------------ */
/* columns　←何のcssか分かりやすく記述 */
#nurse #teacher-student-message .columns .image {
	width:115px;
	margin-left:40px;
}
#nurse #teacher-student-message .columns .text {
	width:825px;
}

/* ページ名　care
------------------------------ */
/* columns　←何のcssか分かりやすく記述 */
#care #teacher-student-message .columns .image {
	width:115px;
	margin-left:40px;
}
#care #teacher-student-message .columns .text {
	width:825px;
}

/************************************************************
 teacher-recruit
************************************************************/
/* teacher-recruit
------------------------------ */
main#teacher-recruit .inner{
}
main#teacher-recruit table th{
	width:200px;
}


/************************************************************
 社会人の皆さまへ
************************************************************/
/* common
------------------------------ */
#society-group #faq article {
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 30px;
}
#society-group #faq h5 {
	background-image:url(/nw/assets/images/faq/question.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 33px;
}
#society-group #faq .answer {
	background-image:url(/nw/assets/images/faq/answer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:33px;
}
#society-group .image{
	text-align:center;
}
#society-group .copy br, #society-group .catch br {
	display:none;
}
main.g-nw-society #society-group #success p.image{
	margin: 0 0 -15px 20px;
}


/* 社会人入学をお考えの方へ
------------------------------ */
main#nw-society #entrance-student .columns3 li {
	margin-bottom:30px;
}
main#nw-society #entrance-student .columns3 li img:first-child {
	width:100%;
	margin-bottom:10px;
}
#nw-society #entrance-student ul.target li{
	margin-bottom:20px;
}
#nw-society #entrance-student ul.target li:last-child{
	margin-top:40px;
}
#nw-society #entrance-student ul.target li img{
    width: 100%;
}


/* 再進学をお考えの方へ
------------------------------ */
main#nw-society #course .columns3 li {
	margin-bottom:30px;
}
main#nw-society #course .columns3 li img:first-child {
	width:100%;
	margin-bottom:10px;
}
main#nw-society #benefit {
	text-align:center;
}
main#nw-society #message .columns2 .name {
	text-align: right;
    	font-size: 1.2em;
    	line-height: 2;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main#nw-society #message .columns2 .image {
	text-align:center;
	margin-bottom:5%;
}
main#nw-society #message .columns2 .image img{
	width:50%;
	height:auto;
}

/* 出願のご案内(各学科共通)
------------------------------ */
#society-group.application h4 {
	font-size:1.15em;
}
#society-group.application table tbody th {
	width:20%;
}
#society-group.application dl dt {
	margin-bottom:10px;
	font-weight:bold;
}
#society-group.application dl dd {
	margin:0 0 20px 1em;
}
#society-group.application .btn.btn-s {
	margin:10px 0 20px 0;
	width:250px;
}
#society-group.application #flow .image{
	margin-bottom:30px;
}
#society-group.application #expenses .catch{
	margin-bottom:30px;
}
#society-group.application #expenses td ol,
#society-group.application #method td ol{
	margin-bottom:0;	
}
#society-group.application #expenses .btn-area{
	text-align: center;
	margin-bottom:40px;
}
#society-group.application #expenses .btn-area .btn{
	display: inline-block;
}
#society-group.application #expenses .btn-area .btn:first-child{
	margin-right: 20px;
}
#society-group.application #expenses article{
	background:#f8fdf3;
	padding:15px;
	margin-bottom:20px;
}
#society-group.application #expenses article p:last-child{
	margin-bottom:0;
}
/* 看護学科の特徴
------------------------------ */
main.g-nw-society#nurse #icls .columns2{
	margin-bottom:20px;
}
main.g-nw-society#nurse #icls .columns2 .photo{
	text-align:center;
	margin-right:3%;
}
main.g-nw-society#nurse #icls .columns2 .photo img{
	width:100%;
	height:auto;
}
main.g-nw-society#nurse #icls .columns2 .txt-area{
}
main.g-nw-society#nurse #icls article{
	background:#f8fdf3;
	padding:15px;
}
main.g-nw-society#nurse #icls article p:last-child{
	margin-bottom:0;
	text-align:right;
}
main.g-nw-society#nurse #faq .photo{
	text-align:center;
}

/* 介護福祉学科の特徴
------------------------------ */
main.g-nw-society#care .inner{
}
main.g-nw-society#care #ttl-area .annotation{
	text-align:center;
}
main.g-nw-society#care #status .columns>article:first-child{
}
main.g-nw-society#care #status .columns>article:last-child{
}
main.g-nw-society#care #status .columns>article:last-child img{
	height:auto;
}
main.g-nw-society#care #requirement .catch{
	margin-bottom:30px;
}
main.g-nw-society#care #requirement article{
	background:#f8fdf3;
	padding:15px;
}
main.g-nw-society#care #requirement article p:last-child{
	margin-bottom:0;
}


/* 社会福祉士通信課程の特徴
------------------------------ */
main.g-nw-society#tsushin .inner{
}
main.g-nw-society#tsushin table{
	text-align:center;
}
main.g-nw-society#tsushin tbody th{
	width:30%;
}
main.g-nw-society#tsushin #flow .flow-image{
	position:relative;
	margin-bottom:40px;
}
main.g-nw-society#tsushin #flow .flow-image a{
	font-size:0.85em;
	text-decoration:underline;
	position:absolute;
}
main.g-nw-society#tsushin #flow .flow-image .soudan_huyou1{
	top:35%;
	left:3%;
}
main.g-nw-society#tsushin #flow .flow-image .soudan_huyou2{
	top:35%;
	left:38%;
}
main.g-nw-society#tsushin #flow .flow-image .soudan_huyou3{
	top:35%;
	left:74%;
}

/* 社会福祉士通信課程の特徴
------------------------------ */
main.g-nw-society#tsushin .btn-list {
	text-align:center;
}
main.g-nw-society#tsushin .btn-list .btn {
	display:inline-block;
}
main.g-nw-society#tsushin #gakuhi thead th {
	width:33.33%;
}
main.g-nw-society#tsushin #gakuhi tbody td {
	text-align:center;
}
main.g-nw-society#tsushin #society-btn {
    border: 6px solid #c5e39f;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 100px;
    overflow: hidden;
    text-align: center;
}
main.g-nw-society#tsushin #society-btn .btn-area p{
    display: inline-block;
    margin-bottom: 15px;
}

/* 社会福祉士通信課程 VOICE
------------------------------ */
main.g-tsushin#voice .box-header h5 {
	margin-bottom:0;
}

/* 社会福祉士通信課程 実習・スクーリング
------------------------------ */
main.g-tsushin#schooling tbody th {
	text-align:left;
	width: 32%;
}
main.g-tsushin#schooling #soudan_hitsuyou th{
	text-align:center;
}
main.g-tsushin#schooling #schedule {
	margin-bottom:40px;
}

/************************************************************
 フォーム(オープンキャンパス申込み, 資料請求)
************************************************************/
main#form .form-head .confirm-txt,
main#request .form-head .confirm-txt{
	padding:10px;
	background:#f1f9eb;
	margin-bottom: 5%;
}
main#form .form-head .flow,
main#request .form-head .flow{
	text-align: center;
	margin-bottom:5%;
}
main#form .sex .wpcf7-list-item.last,
main#request .sex .wpcf7-list-item.last{
	display:none;
}
main#contact #information{
	text-align:center;	
}

/* contact, form, request
------------------------------ */
/* エラーメッセージ「入力内容に問題があります」 */
main#contact_new div.wpcf7-response-output.wpcf7-validation-errors,
main#request_new div.wpcf7-response-output.wpcf7-validation-errors,
main#form_new div.wpcf7-response-output.wpcf7-validation-errors,
main#contact div.wpcf7-response-output.wpcf7-validation-errors,
main#request div.wpcf7-response-output.wpcf7-validation-errors,
main#form div.wpcf7-response-output.wpcf7-validation-errors{
    color: red;
    font-size: 1.5em;
    border-width: 4px;
    text-align: center;
    padding: 0.5em;
    margin-top: 10px;
}
/* 入力ボックスの文字色 */
main#contact_new .wpcf7 textarea,
main#contact_new .wpcf7 input,
main#request_new .wpcf7 textarea,
main#request_new .wpcf7 input,
main#form_new .wpcf7 textarea,
main#form_new .wpcf7 input,
main#contact .wpcf7 textarea,
main#contact .wpcf7 input,
main#request .wpcf7 textarea,
main#request .wpcf7 input,
main#form .wpcf7 textarea,
main#form .wpcf7 input{
    color: #333;
}
/* chromeの自動入力時の背景色を変更する */
main#contact_new input:-webkit-autofill,
main#request_new input:-webkit-autofill,
main#form_new input:-webkit-autofill,
main#contact input:-webkit-autofill,
main#request input:-webkit-autofill,
main#form input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* 確認画面の入力ボックス */
main#contact_new .wpcf7-form-control.wpcf7c-conf,
main#request_new .wpcf7-form-control.wpcf7c-conf,
main#form_new .wpcf7-form-control.wpcf7c-conf,
main#contact .wpcf7-form-control.wpcf7c-conf,
main#request .wpcf7-form-control.wpcf7c-conf,
main#form .wpcf7-form-control.wpcf7c-conf{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 0;
}
/* 送信完了メッセージ(完了ページに遷移してから表示するので遷移前の表示は隠す) */
main#request_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form_new div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#request div.wpcf7-response-output.wpcf7-mail-sent-ok,
main#form div.wpcf7-response-output.wpcf7-mail-sent-ok{
    display: none !important;
}

/* contact_sent, request_sent, form_sent
------------------------------ */
main#contact_sent .flow,
main#request_sent .flow,
main#form_sent .flow{
	text-align: center;
	margin-bottom:5%;
}
/* 送信完了メッセージ */
main#contact_sent div.mail-sent-ok,
main#request_sent div.mail-sent-ok,
main#form_sent div.mail-sent-ok{
    display: block;
    font-size: 1.2em;
    border: 0;
}
main.page .mail-sent-ok p{
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.0rem;
    text-indent: -1em;
    padding-left: 1em;
}
main.page .mail-sent-ok p{
    margin-bottom: 0;
}
main.page .mail-sent-ok p:first-of-type{
    margin-top: 1em;
}
main.page .mail-sent-ok {
    margin-bottom: 1em;
}
main.page .mail-sent-ok p{
    width: 100%;
    font-size: 0.95rem;
}

/* 社会人入学をお考えの方へ・県外からの皆様ナビゲーション
------------------------------ */
section#near-nav {
    border-top: dashed 1px #CCCCCC;
    padding: 25px 0;
    border-bottom: dashed 1px #CCCCCC;
}
section#near-nav ul {
    margin-bottom: 10px;
}
section#near-nav ul li {
	background: url(/nw/assets/images/ico_nav.png) no-repeat left center;
	padding-left:25px;
}
section#near-nav ul li a {
}
section#near-nav ul li.no-ico {
    background: url(/nw/assets/images/gr-arrow.png) no-repeat left 6px center;
    padding-left: 25px;
    background-size: 10px;
}
section#near-nav ul li.no-ico a {
}
section#near-nav a {
}
section#near-nav ul a {
}
/*============================
#society-nav
============================*/
section#society-nav.inner {
}
section#society-nav.inner:after{
	clear:both;
	display:block;	
	content:"";
}
section#society-nav.inner p {
	background: url(/nw/assets/images/ico_nav.png) no-repeat left center;
	padding-left:25px;
}
section#society-nav.inner p a {
}
section#society-nav.inner ul{

}
section#society-nav.inner ul:after{
	clear:both;
	display:block;	
	content:"";
}
section#society-nav.inner ul li {
}
section#society-nav.inner ul li:first-child{
	font-weight: bold;
}
section#society-nav.inner ul li.no-ico {
    	background: url(/nw/assets/images/gr-arrow.png) no-repeat left 10px center;
    	padding-left: 25px;
    	background-size: 8px;
}
section#society-nav.inner ul li.no-ico a {
	color:#464241;
}
section#society-nav.inner a {
}
section#society-nav.inner ul a {
}
section#society-nav.inner ul a li {
}
section#society-nav.inner ul li a {
}

/* 入試・学費　下部リンク
------------------------------ */
.foot-info-link{
	padding: 3%;
	border: 1px dotted #8f8f8f;
	box-sizing: border-box;
	overflow:hidden;
	box-shadow: 3px 3px 3px #e0e3df;
	margin-bottom: 10%;
}
.foot-info-link .ttl{
	font-weight:bold;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom:1px dotted #8f8f8f;
	margin-bottom: 10px;
}
.foot-info-link .ttl br{
	display:none;
}
.foot-info-link li{
	float:left;
	margin-right:10px;
}
.foot-info-link li a{
	display:block;
	line-height: 35px;
	padding-left: 15px;
	padding-right:10px;
	position:relative;
}
.foot-info-link li a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 8px solid #7cd246;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}
/* イベントカレンダー
------------------------------ */
main#event_calendar .sp-inner {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
main#event_calendar h2 {
	text-align: center;
	margin-bottom: 20px;
}
main#event_calendar .section {
	margin-bottom: 40px;
}
main#event_calendar .ttl-area .tab {
	overflow: hidden;
}
main#event_calendar .ttl-area .tab li {
	text-align: center;
	margin-bottom: 10px;
}
main#event_calendar .ttl-area .tab li:last-child {
	margin-bottom: 0;
}
main#event_calendar .ttl-area .tab a {
	display: block;
	color: #fff;
	line-height: 40px;
	position: relative;
}
main#event_calendar .ttl-area .tab a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 4px;
	border-top-color: #fff;
	border-top-width: 6px;
	border-bottom: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 10px;
}
main#event_calendar .ttl-area .tab .date a {
	background: #0079c1;
}
main#event_calendar .ttl-area .tab .course a {
	background: #de3a38;
}
main#event_calendar .ttl-area .tab .event a {
	background: #009c59;
}
main#event_calendar .subject-tabs{
	margin-bottom: 50px;
}
main#event_calendar .subject-tabs li {
	font-weight: bold;
	margin-bottom: 10px;
}
main#event_calendar .subject-tabs li:last-child {
	margin-bottom: 0;
}
main#event_calendar .subject-tabs .nurse.current {
	color: #87d146;
}
main#event_calendar .subject-tabs .care.current {
	color: #00ad9d;
}
main#event_calendar .subject-tabs li a {
	display: block;
	line-height: 30px;
}
main#event_calendar .subject-tabs li span {
	padding-left: 17px;
	position: relative;
}
main#event_calendar .subject-tabs li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-color: #fff;
	border-left-width: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 4px;
}
main#event_calendar .subject-tabs li span:before {
	content: "";
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
}
main#event_calendar .subject-tabs .nurse span:before {
	background: #87d146;
}
main#event_calendar .subject-tabs .care span:before {
	background: #00ad9d;
}
main#event_calendar .calendar {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .calendar .inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
main#event_calendar .calendar .catch {
	line-height: 1.7;
	margin-bottom: 15px;
}
main#event_calendar #wp-calendar {
	font-size: 110%;
	margin: 0 auto 15px;
	position: relative;
}
main#event_calendar #wp-calendar caption {
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	line-height: 35px;
	background: #63b624;
}
main#event_calendar #wp-calendar thead, main#event_calendar #wp-calendar tbody {
	border: 1px solid #ccc;
}
main#event_calendar #wp-calendar th, main#event_calendar #wp-calendar td {
	vertical-align: top;
	border: 1px dashed #ccc;
	padding: 0;
	overflow: hidden;
}
main#event_calendar #wp-calendar thead th {
	width: 14.2%;
	line-height: 1.5;
}
main#event_calendar #wp-calendar tbody a {
	display: block;
	overflow: hidden;
}
main#event_calendar #wp-calendar tfoot th, main#event_calendar #wp-calendar tfoot td {
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
}
main#event_calendar #wp-calendar tfoot #prev {
	left: 0;
}
main#event_calendar #wp-calendar tfoot #next {
	right: 0;
}
main#event_calendar #wp-calendar tfoot a {
	display: block;
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
}
main#event_calendar #wp-calendar .Sun {
	color: #f5464b;
}
main#event_calendar #wp-calendar .Sat {
	color: #005aaa;
}
main#event_calendar #wp-calendar .day {
	font-size: 110%;
	text-align: center;
	line-height: 1.5;
}
main#event_calendar #wp-calendar #today .day {
	font-weight: bold;
}
main#event_calendar #wp-calendar .sun .day {
	color: #f5464b;
}
main#event_calendar #wp-calendar .sat .day {
	color: #005aaa;
}
main#event_calendar #wp-calendar .terms {
	min-height:50px;
	padding: 0 5px;
	overflow: hidden;
	margin-bottom: 5px;
}
main#event_calendar #wp-calendar .term {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 1px;
}
main#event_calendar #wp-calendar .hands-on.on {
	background: #ef831a;
}
main#event_calendar #wp-calendar .weekday.on {
	background: #3291E6;
}
main#event_calendar #wp-calendar .night.on {
	background: #113a73;
}
main#event_calendar #wp-calendar .tour.on {
	background: #f55f5f;
}
main#event_calendar #wp-calendar .briefing.on {

	background: #25b8c7;
}
main#event_calendar #wp-calendar .trip.on {
	background: #00aa84;
}
main#event_calendar #wp-calendar .other.on {
	background: #ffbe00;
}
main#event_calendar #wp-calendar .term span {
	display: none;
}
main#event_calendar .event-meta li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
main#event_calendar .event-meta li:last-child {
	margin-right: 0;
}
main#event_calendar .event-meta .night {
	display: none;
}
main#event_calendar .event-meta li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 3px;
}
main#event_calendar .event-meta .hands-on span {
	background: #ef831a;
}
main#event_calendar .event-meta .weekday span {
	background: #3291E6;
}
main#event_calendar .event-meta .night span {
	background: #113a73;
}
main#event_calendar .event-meta .tour span {
	background: #f55f5f;
}
main#event_calendar .event-meta .briefing span {
	background: #25b8c7;
}
main#event_calendar .event-meta .trip span {
	background: #00aa84;
}
main#event_calendar .event-meta .other span {
	background: #ffbe00;
}
main#event_calendar .event-list {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .event-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/nw/assets/images/calendar/bg_bnr.jpg);
}
main#event_calendar .event-list .event-bnr li {
	margin-bottom: 10px;
}
main#event_calendar .event-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .event-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
main#event_calendar .event-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .event-list .event-bnr .weekday a {
	background: #3291E6;
}
main#event_calendar .event-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .event-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .event-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .event-list .event-bnr li span {
	padding-right: 20px;
	position: relative;
}
main#event_calendar .event-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .event-list .event-bnr li span:before {
	content: "";
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .event-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .event-list .event-bnr .weekday span:after {
	border-left-color: #3291E6;
}
main#event_calendar .event-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .event-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .event-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .event-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .event-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .event-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .course-list {
	padding-top: 60px;
	margin-top: -60px;
}
main#event_calendar .course-list .list-bg {
	text-align: center;
	padding: 20px 0;
	background: url(/nw/assets/images/calendar/bg_bnr.jpg);
}
main#event_calendar .course-list .course-bnr li {
	margin-bottom: 10px;
}
main#event_calendar .course-list .course-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .course-list .course-bnr li.tsushin {
	display: none;
}
main#event_calendar .gift .catch {
	line-height: 1.7;
}
main#event_calendar .gift .support {
	margin-bottom: 20px;
}
main#event_calendar .event-archive .entry {
	margin-bottom: 20px;
}
main#event_calendar .event-archive h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 10px;
}
main#event_calendar .event-archive h2 .ttl-txt {
	display: block;
	background: #63b624;
	color: #fff;
}
main#event_calendar .event-archive h2 .week {
	font-size: 13px;
	line-height: 1;
	border: 1px solid #fff;
	padding: 2px;
	vertical-align: middle;
}
main#event_calendar .event-archive h2 .Sun {
	background: #f5464b;
}
main#event_calendar .event-archive h2 .Sat {
	background: #005aaa;
}
main#event_calendar .event-archive h3 {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
}
main#event_calendar .event-archive h3 .do-not-link {
	color: #de3a38;
	margin-right: 3px;
}
main#event_calendar .event-archive article {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
main#event_calendar .event-archive article:last-child {
	border: none;
}
main#event_calendar .event-archive article a {
	display: block;
}
main#event_calendar .event-archive .photo-pc {
	display: none;
}
main#event_calendar .event-archive .wrap {
	overflow: hidden;
}
main#event_calendar .event-archive .post-meta {
	margin-bottom: 6px;
}
main#event_calendar .event-archive .post-meta .ico {
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	margin-right: 5px;
}
main#event_calendar .event-archive .post-meta span {
	display: inline-block;
}
main#event_calendar .event-archive .post-meta .hands-on {
	background: #ef831a;
}
main#event_calendar .event-archive .post-meta .weekday{
	background: #3291E6;
}

main#event_calendar .event-archive .post-meta .night {
	background: #113a73;
}
main#event_calendar .event-archive .post-meta .tour {
	background: #f55f5f;
}
main#event_calendar .event-archive .post-meta .briefing {
	background: #25b8c7;
}
main#event_calendar .event-archive .post-meta .trip {
	background: #00aa84;
}
main#event_calendar .event-archive .post-meta .other {
	background: #ffbe00;
	color: #000;
}
main#event_calendar .event-archive .time {
	line-height: 1.5;
}
main#event_calendar .event-archive .time dd{
	word-wrap: break-word;
}
main#event_calendar .event-archive .photo-sp {
	width: 37.5%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
main#event_calendar .event-archive .txt-area {
	width: 58%;
	float: right;
}
main#event_calendar .event-archive .meta-sp {
	margin-bottom: 5px;
}
main#event_calendar .event-archive .meta-sp {
	font-size: 12px;
	line-height: 1.5;
}
main#event_calendar .event-archive .meta-sp span {
	display: inline-block;
	color: #fff;
	padding: 2px 5px;
}
main#event_calendar .event-archive .meta-sp .nurse {
	background: #87d146;
}
main#event_calendar .event-archive .meta-sp .care {
	background: #00ad9d;
}
main#event_calendar .event-archive .txt {
	margin-bottom: 5px;
}
main#event_calendar .term-list h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
main#event_calendar .term-list .event-bnr {
	text-align: center;
	margin-bottom: 50px;
}
main#event_calendar .term-list .event-bnr li {
	font-weight: bold;
	margin-bottom: 10px;
}
main#event_calendar .term-list .event-bnr li:last-child {
	margin-bottom: 0;
}
main#event_calendar .term-list .event-bnr li a {
	display: block;
	color: #fff;
	line-height: 40px;
}
main#event_calendar .term-list .event-bnr .hands-on a {
	background: #ef831a;
}
main#event_calendar .term-list .event-bnr .weekday a {
	background: #3291E6;
}
main#event_calendar .term-list .event-bnr .night a {
	background: #113a73;
}
main#event_calendar .term-list .event-bnr .tour a {
	background: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing a {
	background: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip a {
	background: #00aa84;
}
main#event_calendar .term-list .event-bnr .other a {
	color: #000;
	background: #ffbe00;
}
main#event_calendar .term-list .event-bnr li span {
	padding-right: 15px;
	position: relative;
}
main#event_calendar .term-list .event-bnr li span:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 3px;
	border-left-width: 5px;
	border-right: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 3px;
}
main#event_calendar .term-list .event-bnr li span:before {
	content: "";
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
}
main#event_calendar .term-list .event-bnr .hands-on span:after {
	border-left-color: #ef831a;
}
main#event_calendar .term-list .event-bnr .weekday span:after {
	border-left-color: #3291E6;
}
main#event_calendar .term-list .event-bnr .night span:after {
	border-left-color: #113a73;
}
main#event_calendar .term-list .event-bnr .tour span:after {
	border-left-color: #f55f5f;
}
main#event_calendar .term-list .event-bnr .briefing span:after {
	border-left-color: #25b8c7;
}
main#event_calendar .term-list .event-bnr .trip span:after {
	border-left-color: #00aa84;
}
main#event_calendar .term-list .event-bnr .other span:after {
	border-left-color: #ffbe00;
}
main#event_calendar .term-list .event-bnr .other span:before {
	background: #000;
}
main#event_calendar .message{
    border: 5px solid #f00e48;
    padding: 4%;
    width: 76%;
    margin: 0 auto 7%;
    line-height:2.0em;
}
main#event_calendar .message h3{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:5%;
	
}
main#event_calendar .message h4{
	text-align:left;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:6%;
	
}
main#event_calendar .message p{
	margin-bottom:2%;
	font-size:1.1em;
}

/* イベントお申込み
------------------------------ */
main#entry {
	margin-bottom: 10%;
}
main#entry .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#entry .form-head .confirm-txt {
	padding: 10px;
	background: #f1f9eb;
	margin-bottom: 5%;
}
main#entry .entry-form .cmt {
	margin-top: 10px;
}
main#entry .entry-form li {
	margin-bottom: 10px;
}
main#entry .entry-form li:last-child {
	margin-bottom: 0;
}
/* オープンキャンパス
------------------------------ */
main#event-form.inner {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10%;
}
main#event-form .form-head .confirm-txt{
	padding: 10px;
	background: #f1f9eb;
	margin-bottom: 5%;
}
main#event-form .form-head .flow {
	text-align: center;
	margin-bottom: 5%;
}
main#event-form .form-head #alert{
	color: red;
	font-size: 1.2em;
	line-height: 1.5;
	border-width: 4px;
	text-align: center;
	padding: 0.5em;
	border: 2px solid #f7e700;
	margin-bottom: 20px;
}
main#event-form .sp-inner {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
main#event-form table ul {
	margin-bottom: 0;
}
main#event-form table li {
	margin-bottom: 10px;
}
main#event-form table li:last-child {
	margin-bottom: 0;
}
main#event-form table li.event_course_area {
	display: none;
}
main#event-form table li.event_date_area {
	display: none;
}
main#event-form table li.event_ttl_area {
	display: none;
}
main#event-form table li.event_time_area {
	display: none;
}
main#event-form table .add_event_bus_area {
	display: none;
}
main#event-form table .add_event_bus_area .reset{
	display:none;
}
main#event-form table .event_bus_stop_area {
	display: none;
}
main#event-form table .add_event_subject_area{
	display:none;
}
main#event-form table .add_event_subject_area label {
	display: block;
	line-height: 1.5;
	padding: 5px 0;
	margin-right: 0;
}
main#event-form table label {
	padding: 0;
}
main#event-form table #address, main#event-form table #mail {
	margin-bottom: 0;
}
/* /////////////////////////////////////////// */
/* Sass Document */
main#index {
	display: none;
}
main#index-sp {
	margin-top: 0;
	overflow: hidden;
}
main#index-sp .btn a:hover{
	color:inherit;
	background-color:inherit;
}
main#index-sp .section {
	margin-bottom: 40px;
}
main#index-sp h2 {
	text-align: center;
	margin-bottom: 25px;
}
main#index-sp .mainvisual {
	margin-bottom: 20px;
}
main#index-sp .mainvisual .slick-slide img{
	width: 100% !important;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow{
    display: block;
    position: absolute;
    width: 35px;
    top: 45%;
    z-index: 1;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.prev{
    left: 1%;
}
main#index-sp .mainvisual .mainslide-sp .slick-arrow.next{
    right: 1%;
}
main#index-sp #top-link li {
	margin-bottom: 10px;
}
main#index-sp #top-link li:last-child {
	margin-bottom: 0;
}
main#index-sp #course-of-yic .catch {
	line-height: 1.5;
	margin-bottom: 20px;
}
main#index-sp #course-of-yic .image {
    margin-bottom: 5%;
}
main#index-sp #course-of-yic #nurse h3,
main#index-sp #course-of-yic #care h3 {
    margin-bottom: 5%;
}
main#index-sp #course-of-yic #nurse p,
main#index-sp #course-of-yic #care p {
	line-height: 1.6;
}
main#index-sp #course-of-yic #nurse p.btn,
main#index-sp #course-of-yic #care p.btn {
	margin: 5% 0 12%;
}
main#index-sp #course-of-yic .bnr p {
	line-height: 1.6;
}
main#index-sp #news-and-event ul {
	overflow: hidden;
	margin-bottom: 10px;
}
main#index-sp #news-and-event li {
	float: left;
	width: 48%;
	margin-bottom: 15px;
	margin-right: 2%;
}
main#index-sp #news-and-event li:nth-child(2n) {
	margin-right: 0;
}
main#index-sp #news-and-event li .photo {
	padding-top: 70%;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
main#index-sp #news-and-event li .photo img {
	max-height: 140%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main#index-sp #news-and-event li .meta {
	margin-bottom: 7px;
}
main#index-sp #news-and-event li .meta .date {
	color: #666;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .meta .ico {
	font-size: 0.8em;
	color: #fff;
	padding: 0 5px;
	margin-left: 5px;
}
main#index-sp #news-and-event li .meta .ico.news {
	background-color: #87d146;
}
main#index-sp #news-and-event li .meta .ico.event {
	background-color: #00b79d;
}
main#index-sp #news-and-event li .ttl {
	letter-spacing: 0.05em;
	line-height: 1.5;
}
main#index-sp #news-and-event li .ttl .new {
	color: #29abe2;
	font-weight: bold;
	margin-left: 5px;
}
main#index-sp #news-and-event .btn-area {
	text-align: center;
	margin-bottom: 20px;
}
main#index-sp #news-and-event .btn-area .btn {
	display: inline-block;
	width: 48%;
}
main#index-sp #news-and-event .btn-area .btn.event a {
	border-color: #5bc3a0;
}
main#index-sp #news-and-event .btn-area .btn.event a:hover {
	background:#5bc3a0;
}
main#index-sp #news-and-event .sns-btn {
	text-align: center;
	letter-spacing: 10px;
}
main#index-sp #news-and-event .sns {
	display: inline-block;
	width: 50px;
}
main#index-sp #content-slider {
	background: url(/nw/assets/images/bg_dots.png) repeat center center;
	margin-bottom: 40px;
}
main#index-sp #content-slider p {
	text-align: center;
}
main#index-sp #content-slider p img {
	width: 95%;
	display: inline;
}
main#index-sp #content-slider .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -3%;
	z-index: 2;
}
main#index-sp #content-slider .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -3%;
	z-index: 2;
}
main#index-sp #subject-menu h2 img {
	width: 265px;
}
main#index-sp #subject-menu .bnr {
	overflow: hidden;
	margin-bottom: 20px;
}
main#index-sp #subject-menu .bnr li {
	margin-bottom: 10px;
}
main#index-sp #subject-menu .bnr li:last-child {
	margin-bottom: 0;
}
main#index-sp #subject-menu .bnr li a {
	display: block;
}
main#index-sp #subject-menu .link li {
	border: 1px solid #87d146;
	margin-bottom: 10px;
}
main#index-sp #subject-menu .link li a {
	display: block;
	color: #444;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
}
main#index-sp #subject-menu .link li span {
	position: relative;
	padding-right: 18px;
}
main#index-sp #subject-menu .link li span:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 3px 5px 3px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	bottom: 0;
	margin: auto;
}
main#index-sp #subject-menu .link li span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #87d146;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*============================
#international
============================*/
main#international.page h1 img{
	width: 100%;
	max-width: 100%;
}
#international img.tC {
	display: block;
	margin: 0 auto;
}
#international .mB40 {
	margin-bottom: 4%;
}
#international .mB50 {
	margin-bottom: 5%;
}
#international .mB15 {
	margin-bottom: 1.5%;
}
#international .mB30 {
	margin-bottom: 3%;
}
#international img.mB80 {
	margin-bottom: 8%;
}
#international .section_ttl,
#international .section_line {
	display: block;
	margin: 0 auto 15px;
}
#international .section_ttl{
	width:70%;
}
#international .voice_list {
	margin-bottom: 30px;
}
#international .voice_list li {
	margin-bottom: 25px;
}
#international .voice_list .voice_name {
	margin-top: -7%;
	font-size: 1.92em;
	line-height: 1.25em;
	font-weight: bold;
	color: #00ad9d;
}
#international .voice_list .voice_from {
	font-size: 0.6em;
	font-weight: normal;
}
#international .voice_list .voice_catch {
	margin-bottom: 10px;
}
#international .our_life {
position: relative;
	background-image: url(/nw/assets/images/international/sp/sp_life_bg.jpg);
	padding: 50px 0 10px 1%;
	margin-top: 50px
}
#international .our_life .ttl{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
}
#international .graduate_img {
}
#international .graduate_name {
	font-size: 1.92em;
	line-height: 1.25em;
	font-weight: bold;
	color: #90ae23;
}
#international .graduate_name span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
}
#international .graduate_catch {
	margin-bottom: 10px;
}
#international .graduate_txt .point {
	color: #f15a24;
}
#international .btn {
	margin-top: 25px;
}
#international .btn + .btn{
	margin-top: 3%;
}

/* mwwpform */

.mw_wp_form_confirm input.btn-reset {
	display: none;
}
.mw_wp_form_input .mw_check_only,
.mw_wp_form_confirm .mw_form_only{
	display: none;
}

.mw_wp_form_confirm input[type="submit"] {
	margin-bottom: 3%;
}


/* new マークの追加 
#recruit #test-schedule table tbody tr:last-child > * {
    color: red !important;
}
#recruit #test-schedule table tbody tr th:first-child {
    position:relative;
}
#recruit #test-schedule table tbody tr:last-child th:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 900px) {
    main#recruit.page #test-schedule table{
        margin-left: 3em;
    }
}
#gakuhi table.expense01 tbody tr:last-child > *,
#gakuhi table.expense02 tbody tr:last-child > * {
    color: red !important;
}
#gakuhi table.expense01 tbody tr th:first-child,
#gakuhi table.expense02 tbody tr th:first-child {
    position:relative;
}
#gakuhi table.expense01 tbody tr:last-child th:first-child::before,
#gakuhi table.expense02 tbody tr:last-child th:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 1098px) {
    main#gakuhi.page table.expense01,
    main#gakuhi.page table.expense02{
        margin-left: 3em;
    }
}
#application #test-schedule table tbody tr:last-child > * {
    color: red !important;
}
#application #test-schedule table tbody tr td:first-child {
    position:relative;
}
#application #test-schedule table tbody tr:last-child td:first-child::before {
    content: "追加";
    display: block;
    position:absolute;
    top: 0.7em;
    left: -3.5em;
    z-index: 1;
    background: white;
    border: 1px solid red;
    width: 2.5em;
    padding: 0.2em;
    font-size: 0.8em;
    line-height: 1.2em;
}
@media screen and (max-width: 1098px) {
    main#application.page #test-schedule table{
        margin-left: 3em;
    }
}
*/
