/* 共通ヘッダーサイズを手動設定 */
.share-header-proja {
    width: 1000px!important;
}
/* 共通ヘッダーパーツサイズを手動設定 */
/* 合計値を共通ヘッダーサイズに合わせる */
.share-header-proja-logo {
    width: 240px!important;
}
.share-header-proja-fn-txt {
    width: 105px!important;
}
.share-header-proja-fn-btn {
    width: 160px!important;
}
.share-header-proja-yasasii {
    width: 495px!important;
}

/* 強制非表示 */
.hidden-heading {
    padding: 0;
    height: 0!important;
    overflow: hidden;
}

/* figure要素のmargin削除 */
figure {
    margin: 0!important;
    padding: 0;
}

/* sentenceのmargin削除 */
.area-group-2-3-4 .sentence{
	margin: 0 !important;
}

/* クリアーフィックス */
.layout:after,
.area1:after,
.area-group-2-3-4:after,
.area2:after,
.area3:after,
.area4:after,
.area5:after,
.parts:after,
.note:after{
	content: "";
	display: block;
	clear: both;
}

/* 大見出しのstyleクリア */
body:not(.dev-mb) .cms-public .heading h1 {
    background: none; /* 派生スタイルでは!important必須 */
    color: black;
    vertical-align: middle;
    border-bottom: none;
    border-top: 0px;
    padding: 0 0;
    font-weight: bold;
    line-height: 105%;
    background-image: none;
    margin: 0 0 0 0;
}

/* 中見出しのstyleクリア */
body:not(.dev-mb) .cms-public .heading h2 {
    background: none; /* 派生スタイルでは!important必須 */
    color: black;
    vertical-align: middle;
    border-left: none;
    line-height: 105%;
    padding: 0 0;
    margin: 0 0 0 0;
}

/* 小見出しh3のstyleクリア */
body:not(.dev-mb) .cms-public .heading h3 {
    background: none; /* 派生スタイルでは!important必須 */
    color: black;
    vertical-align: middle;
    font-weight: bold;
    line-height: 105%;
    padding: 0 0;
    margin: 0 0 0 0;
}

/* 小見出しh4のstyleクリア */
body:not(.dev-mb) .cms-public .heading h4 {
    background: none; /* 派生スタイルでは!important必須 */
    color: black;
    vertical-align: middle;
    font-weight: bold;
    line-height: 105%;
    padding: 0 0;
    margin: 0 0 0 0;
}

/* リストマーカー無し */
ul{
	list-style-type: none;
}

/* ページ全体のfont-sizeとline-height */
.layout{
	font-size: 90% !important;
	line-height: 1.5 !important;
}

.area3 p{
	line-height: 1.5 !important;
}

.share-header-proja{
	font-size: calc(1em / 0.9);
}

/* やさしいブラウザ以外をリンク下線無し */
a{
	text-decoration: none;
}
.share-header-proja a{
	text-decoration: underline;
}

/* 添付ファイルブロックの左インデント解除 */
.area3 .attach{
	padding: 0 !important;
}

.area3 .attach ul{
	margin: 0 0 15px 0;
}

/* パンくずリスト */
.breadcrumb{
	padding: 10px 0 20px;
}

/* 本文エリア末端のボーダー */
.area3{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

/* 2カラムレイアウトの本文背景 */
.area-group-2-3-4{
	background: url(/file/img/438347.png) left 60px no-repeat;
}

/* 1カラムで少し幅が狭いレイアウト、背景画像無し */
.col1{
	padding: 0 20px;
	background: #fff;
}

/* 1カラム、area-group-2-3-4に設定している背景画像を隠す時に使用 */
.col1-w{
	background: #fff;
}

/* 本文のリスト */
.area3 ul{
	margin: 0 15px 15px 2em;
	padding: 0;
	list-style-type: disc;
}

.area3 ol{
	margin: 0 15px 15px 2.5em;
	padding: 0;
}

/* 本文リストのマージン無し */
.area3 .list-margin-0 ul{
	margin: 0 !important;
}

/* 本文リストのマーカー無し */
.area3 .marker-none ul{
	list-style-type: none;
}

/* 本文の段落 */
.area3 p{
	margin-bottom: 1em;
}

/* サブメニュー、本文のリンク */
.area2 a,
.area3 a {
  color: #335588;
}

.area2 a:visited,
.area3 a:visited {
  color: #333399;
}

a:hover,
a:focus,
a:active{
	text-decoration: underline;
}

/* 本文のテキストカラー */
.area3{
	color: #333;
}

/* 共通の見出し */
h1{
	padding: 22px 0 !important;
	background:
		url(/file/img/438348.png) top left no-repeat,
		url(/file/img/438349.png) bottom left no-repeat !important;
	font-size: 180% !important;
	font-weight: normal !important;
	text-align: center;
	color: #333 !important;
	margin-bottom: 30px !important;
	line-height: 150% !important;
}

h1 span{
	display: block;
	background: #FDEEF2;
}

.area3 h2{
	line-height: 150% !important;
	position: relative;
	margin-bottom: 15px !important;
	border-bottom: 3px solid #F19DB4 !important;
	font-size: 140% !important;
}

.area3 h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    display: block;
    width: 100%;
    height: 1px;
    background: #F19DB4;
}

.area3 .h2-normal h2{
	margin-bottom: 1em !important;
	border-bottom: none !important;
	font-size: 100% !important;
	font-weight: normal !important;
}

.area3 .h2-normal h2:after{
	display: none;
}

h3{
	margin: 0 0 10px !important;
	color: #CC3366 !important;
	font-size: 125% !important;
	line-height: 1.5 !important;
}

.h3-black h3{
	color: #000 !important;
}

.h3-border-bottom h3{
	padding: 0 0 5px 10px !important;
	border-bottom: 1px solid #cc3366;
}

.h3-normal h3{
	margin: 0 0 1em !important;
	color: #333 !important;
	font-size: 100% !important;
	font-weight: normal !important;
}

h4{
    min-height: 18px !important;
    margin: 0 0 10px !important;
    padding: 2px 0 2px 25px !important;
    background: url(/file/img/441356.png) left 0.2em no-repeat !important;
    font-size: 105% !important;
	line-height: 150% !important;
}

body:not(.dev-mb) .cms-public .heading h4::after{
	display: none;
}

/* 段落1行目1字字下げ */
.area3 .indent p{
	text-indent: 1em;
}

/* 段落右揃え */
.area3 .align-right p{
	text-align: right;
}

/* strong赤文字、font-weight: normal */
.red strong{
	color: #e90000;
	font-weight: normal;
}

/* 記事ページ一覧（タイトルリストパーツ）のborder削除 */
.cms-public .title-list .no-index {
	border-top: none;
}

.cms-public .title-list .tab {
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.cms-public .title-list{
	border: none;
}

/* 画像付き文章ブロック、画像と文章間の余白調整 */
.sentence_with_image figure[style*="float: left;"]{
	margin: 0 10px 10px 0 !important;
}

.sentence_with_image figure[style*="float: right;"]{
	margin: 0 0 10px 10px !important;
}

/* デザイン設定で左右パディングを設定する際にこのクラス名border-boxを指定。 */
.border-box{
	box-sizing: border-box;
}

/* p要素とul要素のフォントサイズ変更 */
.p-medium p,
.ul-medium ul{
	font-size: calc(1em * 16 / 14.4) !important;
}

.p-large p,
.ul-large ul{
	font-size: 125% !important;
}

/* 画像ブロックに複数のブロックを回り込ませる
	画像ブロックにimg-rightかimg-leftのクラス名を指定。
	回り込ませたいブロックにクラス名float-noneを指定。
*/
.img-right{
	float: right !important;
	width: auto !important;
	margin: 0 0 10px 10px;
}

.img-left{
	float: left !important;
	width: auto !important;
	margin: 0 10px 10px 0;
}

.float-none{
	float: none !important;
}

/* 画像枠線 灰色 */
body:not(.dev-mb) .cms-public .image img.border{
	border: 1px solid #ccc;
}

/* tableの基本スタイル */
table {
	border-collapse: collapse;
	width: auto !important;
	margin: 0 0 30px !important;
}

.cms-public .table{
	margin: 0;
}

.table-100 table{
	width: 100% !important;		/* tableのwidth:100%; */
}

.table-cell-width-auto table tr:first-child > *{
	width: auto !important;
}

table th,
table td {
	border: 1px solid #C2D4E0 !important;
	padding: 10px 15px;
	background: #fff;
	vertical-align: middle;
	word-wrap: break-word;
	font-weight: normal;
}

table th {
	background: #E4EDFA !important;
	text-align: left !important;
}

/* セルの背景薄い赤色 */
table .thin-red {
	background: #f7dcdc !important;
	text-align: center !important;
}

table .center{
	text-align: center
}

table .bg-white{
	background: #fff !important;
}

/* table内のリスト */
table ul,
table ol{
	margin: 0 0 5px 20px !important;
}

/* 問い合わせ先ブロック */
.contact{
	border: 1px solid #ccc !important;
	padding: 0 0 15px !important;
	margin: 30px 0 !important;
	width: auto !important;
}

.contact h4{
	background: #ededed !important;
	padding: 10px 15px !important;
	font-size: 120% !important;
	line-height: 150% !important;
	margin: 0 0 15px !important;
}

.contact dt:nth-of-type(2){
	font-weight: bold;
	padding-left: 15px;
}

.contact dd{
	padding-left: 15px;
}

/* カリキュラムのテーブル（看護師を目指す方へのカリキュラム）
	divタグパーツを使いノートパーツ毎に見出しとテーブルを1つずつ入れる。
	.curriculumをdivタグパーツに指定。
	セルの幅はstyle属性で調整。theadとtbodyの1行目のセルに設定。
*/
.curriculum .div_tag .parts:nth-child(2n+1){
	float: left;
	width: 490px;
	margin:0 10px 30px 0;
}

.curriculum .div_tag .parts:nth-child(2n){
	float: left;
	width: 490px;
	margin:0 0 30px 10px;
}

.curriculum th, .curriculum td{
	padding: 5px !important;
}

.curriculum table{
	width: auto !important;
	display: block;
	margin-bottom: 0 !important;
	font-size: 85%;
	table-layout: fixed;
	border: 2px solid #c2d4e0;
}

.curriculum thead{
	display: block;
}

.curriculum tbody{
	height: 145px;
	display: block;
	background: #e4edfa;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* コースタイプタブ(「看護職を目指す方へ」や「入試情報」関連ページ先頭のタブ)、リストブロックにクラス名course-typeを指定。 */
.course-type ul{
    list-style-type: none;
    border-bottom: 2px solid #ccc;
    margin: 0 0 10px;
}

.course-type ul li{
    float: left;
    width: 25%;
    margin-right: 10px;
    text-align: center;
}

.course-type ul li a{
    display: block;
    padding: 10px 0;
    background-color: #c2d4ec;
    border-radius: 10px 10px 0 0;
    color: #000;
    font-size: 120%;
    font-weight: normal;
}

.course-type ul li a:hover{
    background-color: #f19db4;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}

/* コースタイプタブ 現在のページの色を変える
	第一看護学科：kango1、第二看護学科：kango2、准看護学科：junkangoのクラス名をリストブロックに指定する。
*/
.course-type[class*="kango1"] ul li:nth-of-type(1) a,
.course-type[class*="kango2"] ul li:nth-of-type(2) a,
.course-type[class*="junkango"] ul li:nth-of-type(3) a{
	background-color: #f19db4;
}

/*-------------------------------------------
				talbe風表現
-------------------------------------------*/
/* divタグパーツによるtable風表現
divタグパーツにクラス名display-tableを指定。
*/
.display-table{
	margin: 0 0 30px !important;
}

.display-table *{
	box-sizing: border-box;
}

.display-table .div_tag .parts .note{
	display: table;
	border-collapse: collapse;
	width: 100%;
}

/* セルの基本設定 */
.display-table .div_tag .parts .note .block{
	display: table-cell;
	border-left: 1px solid #C2D4E0 !important;
	border-right: 1px solid #C2D4E0 !important;
	border-top: 1px solid #C2D4E0 !important;
	padding: 10px 15px;
	background: #fff;
	vertical-align: middle;
	word-wrap: break-word;
	float: none !important;
}

.display-table .div_tag .parts:last-child .note .block{
	border-bottom: 1px solid #C2D4E0 !important;
}

/* 見出しセルのh3 */
.display-table .div_tag .parts .note .block h3{
	color: #333 !important;
	font-size: 100% !important;
	margin: 0 !important;
	font-weight: normal;
}

/* table内のリスト */
.display-table .div_tag .parts .note .block ul,
.display-table .div_tag .parts .note .block ol{
	margin: 0 0 5px 20px !important;
}

/* table内の段落 */
.display-table .div_tag .parts .note .block p{
	margin-bottom: 0;
}

/*1行目・1列目の背景色変更と、列幅調整のサンプル。
各ページ個別のCSSに記述。

1行目
.display-table .div_tag .parts:first-child .note .block{
	background: #E4EDFA;
}

1列目
.display-table .div_tag .parts .note .block:nth-child(1){
	width: 20%;
	background: #E4EDFA;
}

2列目
.display-table .div_tag .parts .note .block:nth-child(2){
	width: 80%;
}
*/


/*-------------------------------------------
			記事ページ（学校行事等）
-------------------------------------------*/
/* 記事の大見出し */
.article-page h1{
	margin-bottom: 20px !important;
}

/* 記事大見出しの表示日時 */
.article-page .heading time{
	position: static !important;
	display: inline-block;
	margin-left: 20px;
	padding: 5px 20px;
	border-radius: 8px;
	background: #E4EDFA;
	margin-bottom: 20px;
	font-size: 100% !important;
}

/* 記事ページ、本文下端のborder削除 */
.area3.article-page{
	padding-bottom: 0 !important;
	border: none !important;
}