@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* --------------------------------------------------------------------
 body
-------------------------------------------------------------------- */

body {
	color: #221714;

	/* font-family:	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	/*font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	font-family: 'Noto Sans JP', sans-serif;

	font-size: 13px;
	*font-size:small;
	*font:x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1100px;
}


img {
	vertical-align: bottom;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}

#top {
	/*padding-top: 69px;*/
}
#top.detail {
	padding-top: 68px;
}


/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn950 {
	width: 950px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.fwb {
	font-weight: bold;
}
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

/*デバイスwidth、～799px用のスタイルを記入*/

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: 750px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 750px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -79px;*/
	}

	#top {
		/*padding-top: 79px;*/
	}
	#top.detail {
		padding-top: 111px;
	}


	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn950 {
		width: auto;
	}
	.contIn950Sp {
		padding: 0px 20px;
	}

}


/* --------------------------------------------------------------------
 header
-------------------------------------------------------------------- */

#gheader {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.headerWrap {}
.mainNavi {
	cursor: pointer;
	float: right;
	position: relative;
	z-index: 110;
}
.mainNavi.pc {
	width: 61px;
	height: 67px;
	background-image: url("/img/header_menu_close.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.mainNavi.pc.open img {
	display: none;
}
.mainNaviContWrap01 {
	display: none;
	background-image: url("/img/header_navi_bg01.png");
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 105;
}
.mainNaviCont01 {
	padding: 30px 0px;
}
.mainNavi01 {
	margin-bottom: 20px;
}
.mainNavi01 li {
	width: 189px;
	margin: 0px 1px 1px 0px;
	background-image: url("/img/header_navi_bg02.png");
	background-repeat: repeat;
	background-position: left top;
	display: table;
	float: left;
}
.mainNavi01 li a {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-image: url("/img/header_navi_ar01.png");
	background-repeat: no-repeat;
	background-position: 19px center;
	height: 42px;
	padding: 0px 10px 0px 32px;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.mainNaviCont01 a:hover {	color:#221714;	text-decoration: none;}

.mainNavi02Wrap {
	padding: 10px;
	background-color: #f2f2f2;
}
.mainNavi02 li {
	display: table;
	box-sizing: border-box;
	border-left: 1px solid #cccccc;
	width: 232px;
	float: left;
}
.mainNavi02 li a {
	height: 24px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.mainNavi02 li:first-child {
	border-left: none;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

/*デバイスwidth、～799px用のスタイルを記入*/

	#gheader {
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}
	.headerWrap {}
	.mainNavi {
		cursor: pointer;
		float: right;
		position: relative;
		z-index: 110;
	}
	.mainNaviAccess {
		float: right;
	}
	.mainNavi.pc {
		width: 61px;
		height: 67px;
		background-image: url("/img/header_menu_close.png");
		background-repeat: no-repeat;
		background-position: left top;
	}
	.mainNavi.pc.open img {
		display: none;
	}
	.mainNaviContWrap01 {
		display: none;
		background-image: url("/img/header_navi_bg01.png");
		background-repeat: repeat;
		background-position: left top;
		width: 100%;
		height: 2000px;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 105;
	}
	.mainNaviCont01 {
		padding: 0px 0px;
	}
	.mainNavi01 {
		margin-bottom: 0px;
	}
	.mainNavi01 li {
		width: 100%;
		margin: 0px 1px 1px 0px;
		background-image: none;
		background-color: #ffffff;
		display: table;
		float: none;
	}
	.mainNavi01 li a {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		background-image: url("/img/header_navi_ar01_sp.png");
		background-repeat: no-repeat;
		background-position: 720px center;
		height: 100px;
		padding: 0px 10px 0px 32px;
		font-size: 28px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		border-bottom: 2px solid #cccccc;
	}
	.mainNaviCont01 a:hover {	color:#221714;	text-decoration: none;}

	.mainNavi02Wrap {
		padding: 0px;
		background-color: #f2f2f2;
	}
	.mainNavi02 li {
		display: table;
		box-sizing: border-box;
		border-left: none;
		width: 50%;
		float: left;
	}
	.mainNavi02 li a {
		height: 85px;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		background-image: url("/img/header_navi_ar02_sp.png");
		background-repeat: no-repeat;
		background-position: 345px center;
		padding: 0px 10px 0px 32px;
		font-size: 22px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		border-bottom: 2px solid #cccccc;
	}
	.mainNavi02 li:first-child {
		border-left: none;
	}
	.mainLiSp {
		border-right: 2px solid #cccccc;
	}

}


/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

.topMainvisualWrap01 {
	background-image: url("/img/top_mainvisual.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 560px;
	display: table;
	width: 100%;
}
.topMainvisualWrap01 .mainvisualLogo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contNaviWrap01 {
	background-color: #cce1f0;
}
.contNavi01{
	overflow: hidden;
	padding: 50px 0px;
}
.contNavi01In {
	width: 970px;
}
.contNavi01In li {
	width: 224px;
	margin: 0px 18px 18px 0px;
	float: left;
}
.contImportantWrap {
	background-color: #f4f0e9;
}
.contImportant01 {
	padding: 28px 0px;
}
.contImportantUl01 {
	display: table;
	margin: 0px auto 26px auto;
}
.contImportantUl01 li {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0px 10px;
	color: #ca0a02;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.contImportantUl02 {
	display: table;
	width: 100%;
}
.contImportantUl02 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	/* height: 70px; */
	background-color: #ffffff;
	padding: 20px;
}
.contImportantUl02 li p {
	margin-bottom: 10px;
}
.contImportantUl02 li p:last-child {
	margin-bottom: 0;
}
/*------------------------*/

.topNewsWrap {
	background-color: #faf7fa;
}
.topNewsWrapIn {
	padding: 50px 0px;
}
.topNewsWrapIn h2 {
	font-size: 24px;
	color: #333;
	letter-spacing: .04em;
	font-weight: 700;
	margin-bottom: 30px;
}
.topNewsTabWrap {
	display: none;
	width: 100%;
}
.topNewsTabWrap li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding-right: 2px;
}
.topNewsTabWrap li p {
	display: table;
	width: 100%;
}
.topNewsTabWrap li p a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 60px;
	background-color: #a65ea3;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.topNewsTabWrap li p a span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
}
.topNewsTabWrap li p a .span01 {
	background-image: url("/img/top_tab_icon01.png");
	padding-left: 20px;
	background-position: left center;
}
.topNewsTabWrap li p a .span02 {
	background-image: url("/img/top_tab_icon02.png");
	padding-left: 38px;
	background-position: left center;
}
.topNewsTabWrap li p a .span03 {
	background-image: url("/img/top_tab_icon03.png");
	padding-left: 24px;
	background-position: left center;
}
.topNewsTabWrap li p a .span04 {
	background-image: url("/img/top_tab_icon04.png");
	padding-left: 30px;
	background-position: left center;
}

.topNewsTabWrap li p a:hover {	text-decoration: none;}
.topNewsTabWrap li p a:hover {
	background-color: #f6eff6;
	color: #a65ea3;
}
.topNewsTabWrap li p a.active {
	background-color: #f6eff6;
	color: #a65ea3;
}

.topNewsTabWrap li p a:hover .span01 {
	background-image: url("/img/top_tab_icon01_on.png");
}
.topNewsTabWrap li p a:hover .span02 {
	background-image: url("/img/top_tab_icon02_on.png");
}
.topNewsTabWrap li p a:hover .span03 {
	background-image: url("/img/top_tab_icon03_on.png");
}
.topNewsTabWrap li p a:hover .span04 {
	background-image: url("/img/top_tab_icon04_on.png");
}

.topNewsTabWrap li p a.active .span01 {
	background-image: url("/img/top_tab_icon01_on.png");
}
.topNewsTabWrap li p a.active .span02 {
	background-image: url("/img/top_tab_icon02_on.png");
}
.topNewsTabWrap li p a.active .span03 {
	background-image: url("/img/top_tab_icon03_on.png");
}
.topNewsTabWrap li p a.active .span04 {
	background-image: url("/img/top_tab_icon04_on.png");
}

.topNewsTabCont01 {
	background-color: #f6eff6;
	padding: 20px 40px 40px 40px;
}
.topNewsTabCont01 ul {
	text-align: left;
	margin-bottom: 40px;
}
.topNewsTabCont01 li {
	border-bottom: 1px solid #e6d2e6;
}
.contBtn01 {}
.contBtn01 a {
	display: table;
	width: 200px;
	margin: auto;
}
.contBtn01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.contBtn01.btn01 span {
	color: #a65ea3;
	background-image: url("/img/top_tab_btn_ar01.png");
}
.contBtn01.btn02 span {
	color: #221714;
	background-image: url("/img/top_cont_btn_ar01.png");
}
.contBtn01.btn03 span {
	color: #0068b6;
	background-image: url("/img/top_cont_btn_ar01.png");
}

/*-------------------------*/

.topContWrap01 {
	background-color: #e9f0f5;
	padding: 40px 0px;
}
.topContBtnWrap01 {
	display: table;
	margin: auto;
}
.topContBtnWrap01 li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0px 15px;
}

.topContWrap02 {
	background-color: #cce1f0;
	padding: 40px 0px;
}
.topAccessWrap {
	display: table;
	width: 100%;
}
.topAccessWrap li {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	position: relative;
}
.topAccessWrap li.li01 {
	text-align: right;
}
.topAccessTit01 {
	background-image: url("/img/top_tit_line01.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 18px;
	margin-bottom: 26px;
}
.topAccessTit01 p {
	color: #0068b6;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.topAccessText01 {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.topAccessBtn01 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}







/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

/*デバイスwidth、～799px用のスタイルを記入*/

	.topMainvisualWrap01 {
		background-image: url("/img/top_mainvisual.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		height: 560px;
		display: table;
		width: 100%;
	}
	.topMainvisualWrap01 .mainvisualLogo {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.contNaviWrap01 {
		background-color: #cce1f0;
	}
	.contNavi01{
		overflow: hidden;
		padding: 20px 0px 0px 20px;
	}
	.contNavi01In {
		width: 760px;
	}
	.contNavi01In li {
		width: 346px;
		margin: 0px 20px 20px 0px;
		float: left;
	}
	.contImportantWrap {
		background-color: #f4f0e9;
	}
	.contImportant01 {
		padding: 20px 20px;
	}
	.contImportantUl01 {
		display: table;
		margin: 0px auto 10px auto;
	}
	.contImportantUl01 li {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		padding: 0px 10px;
		color: #ca0a02;
		font-size: 32px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
	}
	.contImportantUl02 {
		display: table;
		width: 100%;
	}
	.contImportantUl02 li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding: 0px 10px;
		font-size: 26px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		height: 70px;
		background-color: #ffffff;
	}

	/*------------------------*/

	.topNewsWrap {
		background-color: #faf7fa;
	}
	.topNewsWrapIn {
		padding: 10px 0px 0px 0px;
	}
	.topNewsTabWrapSp {
		padding: 0px 10px;
	}
	.topNewsTabWrap {
		display: table;
		width: 100%;
	}
	.topNewsTabWrap li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 25%;
		padding-right: 2px;
	}
	.topNewsTabWrap li p {
		display: table;
		width: 100%;
	}
	.topNewsTabWrap li p a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 80px;
		background-color: #a65ea3;
		color: #ffffff;
		font-size: 24px;
		line-height: 1.2em;
		font-weight: bold;
		-moz-border-radius: 3px 3px 0px 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		-o-border-radius: 3px 3px 0px 0px;
		-ms-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
	}
	.topNewsTabWrap li p a span {
		display: inline-block;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.topNewsTabWrap li p a .span01 {
		background-image: url("/img/top_tab_icon01_sp.png");
		padding-left: 20px;
	}
	.topNewsTabWrap li p a .span02 {
		background-image: url("/img/top_tab_icon02_sp.png");
		padding-left: 38px;
	}
	.topNewsTabWrap li p a .span03 {
		background-image: url("/img/top_tab_icon03_sp.png");
		padding-left: 24px;
	}
	.topNewsTabWrap li p a .span04 {
		background-image: url("/img/top_tab_icon04_sp.png");
		padding-left: 30px;
	}

	.topNewsTabWrap li p a:hover {	text-decoration: none;}
	.topNewsTabWrap li p a:hover {
		background-color: #f6eff6;
		color: #a65ea3;
	}
	.topNewsTabWrap li p a.active {
		background-color: #f6eff6;
		color: #a65ea3;
	}

	.topNewsTabWrap li p a:hover .span01 {
		background-image: url("/img/top_tab_icon01_on_sp.png");
	}
	.topNewsTabWrap li p a:hover .span02 {
		background-image: url("/img/top_tab_icon02_on_sp.png");
	}
	.topNewsTabWrap li p a:hover .span03 {
		background-image: url("/img/top_tab_icon03_on_sp.png");
	}
	.topNewsTabWrap li p a:hover .span04 {
		background-image: url("/img/top_tab_icon04_on_sp.png");
	}

	.topNewsTabWrap li p a.active .span01 {
		background-image: url("/img/top_tab_icon01_on_sp.png");
	}
	.topNewsTabWrap li p a.active .span02 {
		background-image: url("/img/top_tab_icon02_on_sp.png");
	}
	.topNewsTabWrap li p a.active .span03 {
		background-image: url("/img/top_tab_icon03_on_sp.png");
	}
	.topNewsTabWrap li p a.active .span04 {
		background-image: url("/img/top_tab_icon04_on_sp.png");
	}

	.topNewsTabCont01 {
		background-color: #f6eff6;
		padding: 10px 0px 40px 0px;
	}
	.topNewsTabCont01 ul {
		text-align: left;
		margin-bottom: 40px;
	}
	.topNewsTabCont01 li {
		border-bottom: 1px solid #e6d2e6;
	}
	.contBtn01 {}
	.contBtn01 a {
		display: table;
		width: 360px;
		margin: auto;
	}
	.contBtn01 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 80px;
		background-color: #ffffff;
		font-size: 24px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
		background-repeat: no-repeat;
		background-position: 92% center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		border-radius: 6px;
	}
	.contBtn01.btn01 span {
		color: #a65ea3;
		background-image: url("/img/top_tab_btn_ar01_sp.png");
	}
	.contBtn01.btn02 span {
		color: #221714;
		background-image: url("/img/top_cont_btn_ar01_sp.png");
	}
	.contBtn01.btn03 span {
		color: #0068b6;
		background-image: url("/img/top_cont_btn_ar01_sp.png");
	}

	/*-------------------------*/

	.topContWrap01 {
		background-color: #e9f0f5;
		padding: 40px 0px;
	}
	.topContBtnWrap01 {
		display: table;
		margin: auto;
	}
	.topContBtnWrap01 li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding: 0px 15px;
	}

	.topContWrap02 {
		background-color: #cce1f0;
		padding: 48px 0px;
	}
	.topAccessWrap {
		display: block;
		width: 100%;
	}
	.topAccessWrap li {
		display: block;
		text-align: center;
		vertical-align: top;
		position: relative;
	}
	.topAccessWrap li.li01 {
		text-align: center;
	}
	.topAccessTit01 {
		background-image: url("/img/top_tit_line01_sp.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 30px;
		margin-bottom: 48px;
	}
	.topAccessTit01 p {
		color: #0068b6;
		font-size: 32px;
		line-height: 1.2em;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
	.topAccessText01 {
		font-size: 14px;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.topAccessBtn01 {
		position: relative;
		left: 0px;
		bottom: 0px;
		margin-top: 50px;
	}



}



/* --------------------------------------------------------------------
 footer
-------------------------------------------------------------------- */

/*.pagetopButton {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
}*/

#gfooter {
}
.footerNaviWrap {
	background-color: #f2f2f2;
	padding: 45px 0px 40px 0px;
}
.footerNaviCont {
	display: table;
	width: 100%;
}
.footerNavi {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
.footerNaviUl01 a {
	display: inline-block;
	background-image: url("/img/top_footer_ar01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.footerNaviUl01 li {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.footerNaviCont a:hover {	text-decoration: underline;}

.footerNaviUl02 {}
.footerNaviUl02 a {
	display: inline-block;
}
.footerNaviUl02 li {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

/*-------------------*/

.footerBottom {
	background-color: #ffffff;
	padding: 50px 0px 20px 0px;
}
.footerUl01 {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.footerUl01 li {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}
.footerUl01 li.li01 {
	width: 310px;
}
.footerUl01 li.li01 p {
	text-align: center;
}
.footerUl01 li.li02 {
	padding: 0px 0px 0px 30px;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
.footerUl01 li.li03 {
	text-align: right;
}
.footerUl01 li.li03 img {
	width: 270px;
  height: auto;
}
.footerUl01 li.li03 span {
	font-size: 11px;
	font-feature-settings: "palt";
}
.copyright {
	font-size: 10px;
	line-height: 1.0em;
	letter-spacing: 0.05em;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:799px) {

/*デバイスwidth、～799px用のスタイルを記入*/

/*	.pagetopButton {
		display: none;
		position: fixed;
		bottom: 60px;
		right: 40px;
	}*/

	#gfooter {
	}
	.footerNaviWrap {
		background-color: #f2f2f2;
		padding: 0px 0px 0px 0px;
	}
	.footerNaviCont {
		display: block;
		width: 100%;
		border-top: 2px solid #ffffff;
	}
	.footerNavi {
		display: block;
		text-align: center;
		vertical-align: top;
		width: auto;
	}
	.footerNaviUl01 {}
	.footerNaviUl01 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 80px;
		background-image: url("/img/top_footer_ar01_sp.png");
		background-repeat: no-repeat;
		background-position: 95% center;
		padding-left: 0px;
		border-bottom: 2px solid #cccccc;
	}
	.footerNaviUl01 li {
		display: table;
		width: 50%;
		float: left;
		margin-bottom: 0px;
		font-size: 22px;
		line-height: 1.2em;
		letter-spacing: 0.05em;
	}

	.footerNaviCont a:hover {	text-decoration: none;}

	.footerNaviUl02 {}
	.footerNaviUl02 a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 80px;
		background-image: url("/img/top_footer_ar01_sp.png");
		background-repeat: no-repeat;
		background-position: 95% center;
		border-bottom: 2px solid #cccccc;
		background-color: #e6e6e6;
	}
	.footerNaviUl02 li {
		display: table;
		width: 50%;
		float: left;
		margin-bottom: 0px;
		font-size: 20px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
	}

	.naviLi01 a {
		border-right: 2px solid #cccccc;
	}

	/*-------------------*/

	.footerBottom {
		background-color: #ffffff;
		padding: 60px 0px 80px 0px;
		text-align: center;
	}
	.footerUl01 {
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}
	.footerUl01 li {
		display: block;
		text-align: center;
		vertical-align: bottom;
	}
	.footerUl01 li.li01 {
		width: auto;
	}
	.footerUl01 li.li02 {
		padding: 30px 0px 24px 0px;
		font-size: 22px;
		line-height: 1.4em;
		letter-spacing: 0.05em;
	}
	.footerUl01 li.li03 {
		text-align: center;
	}
	.footerUl01 li.li03 span {
		font-size: 22px;
	}

	.copyright {
		font-size: 20px;
		line-height: 1.0em;
		letter-spacing: 0em;
	}



}


/* --------------------------------------------------------------------
 設置学科について
-------------------------------------------------------------------- */

#gheader.detail {
	border-bottom: 1px solid #808080;
	background-color: #ffffff;
}
.headerLogo01 {
	float: left;
	padding: 14px 0px 0px 50px;
}
.detailWrap01 {
	padding: 60px 0px 60px 0px;
}
.detailH2Wrap01 {
	background-image: url("/img/detail/detail_tit_line01.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	max-width: 1100px;
	width: auto;
	margin: 0px auto 38px auto;
	padding-bottom: 18px;
}
.detailH201 {
	text-align: left;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: bold;
	border-left: 2px solid #808080;
	padding-left: 14px;
}
.departmentBox01 {
	text-align: left;
	padding: 30px;
	border: 1px solid #808080;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	-moz-box-shadow:    3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	box-shadow:         3px 3px 0px 0px rgba(178, 178, 178, 0.75);
}
.detailH301 {
	color: #0068b6;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	border-left: 1px solid #0068b6;
	padding-left: 16px;
	margin-bottom: 20px;
}
.detailMidashi01 {
	color: #0068b6;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 16px;
}
.detailMidashi02 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}
.detailTextBase01 {
	font-size: 14px;
	line-height: 1.8em;
}
.detailMb30 {
	margin-bottom: 30px;
}
.detailMb18 {
	margin-bottom: 18px;
}
.detailTb01 {
	display: table;
}
.detailTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-right: 28px;
}
.departmentP01 {
	margin-bottom: 15px;
}
.departmentP01 .span01 {
	font-size: 14px;
	line-height: 1.8em;
	vertical-align: middle;
}
.departmentP01 .span02 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	vertical-align: middle;
}
.departmentDl01 {
	font-size: 12px;
	line-height: 1.66em;
}
.departmentDl01 dt {
	font-weight: bold;
	color: #0068b6;
}

.departmentTb01 {
	display: table;
	width: 100%;
}
.departmentTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 15px 0px 0px;
	width: 475px;
	background-image: url("/img/detail/department_line01.png");
	background-repeat: repeat-y;
	background-position: right top;

}
.departmentTb01Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 14px;
}
.detailTb02 {
	display: table;
	width: 100%;
}
.detailTb02Cell01{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.departmentText01 {
	font-size: 14px;
	line-height: 1.8em;
}
.departmentText02 .span01 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	vertical-align: middle;
}
.departmentText02 .span02 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	vertical-align: middle;
}




@media screen and (max-width:799px) {

	#gheader.detail {
		border-bottom: 1px solid #808080;
		background-color: #ffffff;
	}
	.headerLogo01 {
		float: left;
		padding: 14px 0px 0px 50px;
	}
	.detailWrap01 {
		padding: 60px 0px 60px 0px;
	}
	.detailH2Wrap01 {
		background-image: url("/img/detail/detail_tit_line01_sp.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		max-width: 1100px;
		width: auto;
		margin: 0px auto 38px auto;
		padding-bottom: 18px;
	}
	.detailH201 {
		text-align: left;
		font-size: 40px;
		line-height: 1.2em;
		font-weight: bold;
		border-left: 4px solid #808080;
		padding-left: 20px;
	}
	.departmentBox01 {
		text-align: left;
		padding: 30px;
		border: 1px solid #808080;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 3px 3px 0px 0px rgba(178, 178, 178, 0.75);
		-moz-box-shadow:    3px 3px 0px 0px rgba(178, 178, 178, 0.75);
		box-shadow:         3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	}
	.detailH301 {
		color: #0068b6;
		font-size: 32px;
		line-height: 1.3em;
		font-weight: bold;
		border-left: 2px solid #0068b6;
		padding-left: 24px;
		margin-bottom: 24px;
	}
	.detailMidashi01 {
		color: #0068b6;
		font-size: 28px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.detailMidashi02 {
		font-size: 32px;
	}
	.detailTextBase01 {
		font-size: 28px;
		line-height: 1.8em;
	}
	.detailMb30 {
		margin-bottom: 60px;
	}
	.detailMb18 {
		margin-bottom: 30px;
	}
	.detailTb01 {
		display: block;
	}
	.detailImgWrap01 {
		text-align: center;
	}
	.detailTb01Cell01 {
		display: block;
		text-align: left;
		vertical-align: top;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.departmentP01 {
		margin-top: 20px;
		margin-bottom: 40px;
		text-align: center;
	}
	.departmentP01 .span01 {
		font-size: 28px;
		line-height: 1.8em;
		vertical-align: middle;
	}
	.departmentP01 .span02 {
		font-size: 36px;
		line-height: 1.4em;
		font-weight: bold;
		vertical-align: middle;
	}
	.departmentDl01 {
		font-size: 24px;
		line-height: 1.5em;
	}
	.departmentDl01 dt {
		font-weight: bold;
		color: #0068b6;
	}

	.departmentTb01 {
		display: block;
		width: 100%;
	}
	.departmentTb01Cell01 {
		display: block;
		text-align: left;
		vertical-align: top;
		box-sizing: border-box;
		padding: 0px 0px 30px 0px;
		width: auto;
		background-image: url("/img/detail/department_line01_sp.png");
		background-repeat: repeat-x;
		background-position: left bottom;

	}
	.departmentTb01Cell02 {
		display: block;
		text-align: left;
		vertical-align: top;
		padding: 40px 0px 0px 14px;
	}
	.detailTb02 {
		display: table;
		width: 100%;
	}
	.detailTb02Cell01{
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}
	.departmentText01 {
		font-size: 28px;
		line-height: 1.8em;
	}
	.departmentText02 .span01 {
		font-size: 30px;
		line-height: 1.2em;
		font-weight: bold;
		vertical-align: middle;
	}
	.departmentText02 .span02 {
		font-size: 28px;
		line-height: 1.8em;
		font-weight: normal;
		vertical-align: middle;
		text-align: right;
	}



}


/* --------------------------------------------------------------------
 在学生の皆様へ
-------------------------------------------------------------------- */

.studentBox01 {
	text-align: left;
	border-bottom: 1px solid #808080;
	padding-bottom: 38px;
}
.studentBox01.lastBox {
	border-bottom: none;
	padding-bottom: 0px;
}

.textBox dl {
	margin-bottom: 20px;
}

.textBox dt {
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: .04em;
}

.textBox dd {
	padding-left: 1em;
	letter-spacing: .04em;
	line-height: 1.5em;
}

.detailTabele01 {
	width: 100%;
	max-width: 600px;
	border-top: 1px solid #0068b6;
	border-left: 1px solid #0068b6;
}
.detailTabele01 th {
	border-right: 1px solid #0068b6;
	border-bottom: 1px solid #0068b6;
	background-color: #cce1f0;
	text-align: center;
	vertical-align: middle;
	color: #0068b6;
	font-size: 15px;
	line-height: 1.6em;
	font-weight: bold;
	padding: 10px 0px;
}
.detailTabele01 td {
	border-right: 1px solid #0068b6;
	border-bottom: 1px solid #0068b6;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.6em;
	padding: 12px 0px;
}
.detailTabele01 tr td:first-of-type {
	padding-left: 1em;
	text-align: left;
}
.detailColRed01 {
	color: #ff1d25;
}
.detailMb15 {
	margin-bottom: 15px;
}
.detailBaseTb {
	display: table;
}
.detailBaseCell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.detailWidth380 {
	width: 380px;
}
.contBtn01.btn04 span {
	color: #ffffff;
	background-image: url("/img/detail/detail_btn_ar01.png");
	background-color: #a560a2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(132, 75, 129, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(132, 75, 129, 1);
	box-shadow:         0px 2px 0px 0px rgba(132, 75, 129, 1);
}
.detailWidth100P {
	width: 100%;
}
.detailAlR {
	text-align: right;
}
.detailTabel02 th {
	text-align: left;
	vertical-align: top;
	padding-right: 1em;
}
a.detailLink01:link {	color: #914baa;	text-decoration: none;}
a.detailLink01:visited {	color: #914baa;	text-decoration: none;}
a.detailLink01:hover {	color:#914baa;	text-decoration: underline;}
a.detailLink01:active {	color:#914baa;	text-decoration: none;}




@media screen and (max-width:799px) {

	.studentBox01 {
		text-align: left;
		border-bottom: 1px solid #808080;
		padding-bottom: 38px;
	}
	.studentBox01.lastBox {
		border-bottom: none;
		padding-bottom: 0px;
	}

	.detailTabele01 {
		width: 100%;
		border-top: 1px solid #0068b6;
		border-left: 1px solid #0068b6;
	}
	.detailTabele01 th {
		border-right: 1px solid #0068b6;
		border-bottom: 1px solid #0068b6;
		background-color: #cce1f0;
		text-align: center;
		vertical-align: middle;
		color: #0068b6;
		font-size: 20px;
		line-height: 1.2em;
		font-weight: bold;
		padding: 10px 0px;
	}
	.detailTabele01 td {
		border-right: 1px solid #0068b6;
		border-bottom: 1px solid #0068b6;
		text-align: center;
		vertical-align: middle;
		font-size: 20px;
		line-height: 1.2em;
		padding: 14px 0px;
	}
	.detailColRed01 {
		color: #ff1d25;
	}
	.detailMb15 {
		margin-bottom: 15px;
	}
	.detailBaseTb {
		display: block;
	}
	.detailBaseCell {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	.detailWidth380 {
		width: auto;
	}
	.contBtn01.btn04 span {
		color: #ffffff;
		background-image: url("/img/detail/detail_btn_ar01.png");
		background-color: #a560a2;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(132, 75, 129, 1);
		-moz-box-shadow:    0px 2px 0px 0px rgba(132, 75, 129, 1);
		box-shadow:         0px 2px 0px 0px rgba(132, 75, 129, 1);
	}
	.detailWidth100P {
		width: 100%;
	}
	.detailAlR {
		text-align: right;
	}
	.detailTabel02 th {
		text-align: left;
		vertical-align: top;
		padding-right: 0.5em;
		white-space: nowrap;
	}
	a.detailLink01:link {	color: #914baa;	text-decoration: none;}
	a.detailLink01:visited {	color: #914baa;	text-decoration: none;}
	a.detailLink01:hover {	color:#914baa;	text-decoration: underline;}
	a.detailLink01:active {	color:#914baa;	text-decoration: none;}

	.detailAlC {
		text-align: center;
	}


}


/* --------------------------------------------------------------------
 卒業生の皆様へ
-------------------------------------------------------------------- */

.graduateBox01 {
	background-color: #f6eff6;
	padding: 15px 15px 20px 15px;
}
.detailText02 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #914baa;
}
.detailPdfWrap01 {
	background-image: url("/img/detail/detail_icon_pdf01.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 16px 0px 16px 52px;
}
.detailPdfWrap01 a:link {	color: #4c4c4c;	text-decoration: none;}
.detailPdfWrap01 a:visited {	color: #4c4c4c;	text-decoration: none;}
.detailPdfWrap01 a:hover {	color:#4c4c4c;	text-decoration: underline;}
.detailPdfWrap01 a:active {	color:#4c4c4c;	text-decoration: none;}

.graduateBox02 {
	border: 1px solid #0068b6;
	padding: 18px;
}
.graduateBox02 .detailText02 {
	color: #0068b6;
}
.graduateTb01 {
	display: table;
}
.graduateCell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 145px;
}
.graduateCell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-left: 45px;
	background-image: url("/img/detail/department_line01.png");
	background-repeat: repeat-y;
	background-position: left top;
}
.detailMb50 {
	margin-bottom: 50px;
}
.graduateBox03 {
	background-color: #e5f0f8;
	padding: 25px 20px 25px 20px;
}
.detailColBlue {
	color: #0068b6;
}
.detailMl25 {
	margin-left: 25px;
}
.detailMb25{
	margin-bottom: 25px;
}

.contBtn01.btn05 {
	text-align: left;
}
.contBtn01.btn05 a {
	width: 330px;
	margin-left: 0px;
}
.contBtn01.btn05 span {
	color: #ffffff;
	background-image: url("/img/detail/detail_btn_ar01.png");
	background-color: #0068b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 80, 141, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(2, 80, 141, 1);
	box-shadow:         0px 2px 0px 0px rgba(2, 80, 141, 1);
}

.contBtn01.btn06 {
	text-align: left;
}
.contBtn01.btn06 a {
	width: 200px;
	margin-left: 0px;
}
.contBtn01.btn06 span {
	color: #ffffff;
	background-image: url("/img/detail/detail_btn_ar01.png");
	background-color: #0068b6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 80, 141, 1);
	-moz-box-shadow:    0px 2px 0px 0px rgba(2, 80, 141, 1);
	box-shadow:         0px 2px 0px 0px rgba(2, 80, 141, 1);
}
.graduateCell03 {
	padding-right: 40px;
}
.graduateTb02 {
	display: table;
}
.graduateCell04 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-right: 40px;
}
.graduateCell05 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}


@media screen and (max-width:799px) {

	.graduateBox01 {
		background-color: #f6eff6;
		padding: 15px 15px 20px 15px;
	}
	.detailText02 {
		font-size: 30px;
		line-height: 1.5em;
		font-weight: bold;
		color: #914baa;
	}
	.detailPdfWrap01 {
		background-image: url("/img/detail/detail_icon_pdf01_sp.png");
		background-repeat: no-repeat;
		background-position: left center;
		padding: 30px 0px 30px 104px;
	}
	.detailPdfWrap01 a:link {	color: #4c4c4c;	text-decoration: none;}
	.detailPdfWrap01 a:visited {	color: #4c4c4c;	text-decoration: none;}
	.detailPdfWrap01 a:hover {	color:#4c4c4c;	text-decoration: underline;}
	.detailPdfWrap01 a:active {	color:#4c4c4c;	text-decoration: none;}

	.graduateBox02 {
		border: 1px solid #0068b6;
		padding: 25px;
	}
	.graduateBox02 .detailText02 {
		color: #0068b6;
	}
	.graduateTb01 {
		display: block;
	}
	.graduateCell01 {
		display: block;
		text-align: left;
		vertical-align: top;
		width: auto;
	}
	.graduateCell02 {
		display: block;
		text-align: left;
		vertical-align: top;
		padding-left: 0px;
		padding-top: 20px;
		background-image: url("/img/detail/department_line01_sp.png");
		background-repeat: repeat-x;
		background-position: left top;
	}
	.detailMb50 {
		margin-bottom: 50px;
	}
	.graduateBox03 {
		background-color: #e5f0f8;
		padding: 25px 20px 25px 20px;
	}
	.detailColBlue {
		color: #0068b6;
	}
	.detailMl25 {
		margin-left: 0px;
	}
	.detailMb25{
		margin-bottom: 25px;
	}

	.contBtn01.btn05 {
		text-align: left;
	}
	.contBtn01.btn05 a {
		width: 460px;
		margin-left: auto;
	}
	.contBtn01.btn05 span {
		color: #ffffff;
		background-image: url("/img/detail/detail_btn_ar01.png");
		background-color: #0068b6;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 80, 141, 1);
		-moz-box-shadow:    0px 2px 0px 0px rgba(2, 80, 141, 1);
		box-shadow:         0px 2px 0px 0px rgba(2, 80, 141, 1);
	}

	.contBtn01.btn06 {
		text-align: left;
	}
	.contBtn01.btn06 a {
		width: 360px;
		margin-left: auto;
	}
	.contBtn01.btn06 span {
		color: #ffffff;
		background-image: url("/img/detail/detail_btn_ar01.png");
		background-color: #0068b6;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 2px 0px 0px rgba(2, 80, 141, 1);
		-moz-box-shadow:    0px 2px 0px 0px rgba(2, 80, 141, 1);
		box-shadow:         0px 2px 0px 0px rgba(2, 80, 141, 1);
	}
	.graduateCell03 {
		padding-right: 0px;
		padding-bottom: 35px;
	}
	.graduateTb02 {
		display: table;
		margin: auto;
	}
	.graduateCell04 {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		padding-right: 80px;
	}
	.graduateCell05 {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}
	.departmentText02 .span02.detailDispInline {
		display: inline;
	}

}


/* --------------------------------------------------------------------
 ￨ 同窓会
-------------------------------------------------------------------- */

.detailTabele01.detailTable03 th {
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 180px;
}
.detailTabele01.detailTable03 td {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
.reunionBox01{
	float: left;
	margin-right: 40px;
}
.box0807 {
	display: flex;
  align-items: flex-start;
  margin: 0 0 30px 0;
	flex-flow: row-reverse;
}
.box0807 div:first-child {
	margin-left: 3%;
  width: 37%;
}
.box0807 div:last-child {
	width: 60%;
}
.box0807 div:first-child img {
	width: 100%;
}
.box0807 .fwb {
	font-weight: bold;
}
.box0807 .red {
	color: #ff1d25;
}
.box0807 .txtBox0827 p {
	margin-bottom: 15px;
}
.box0807 a:hover {
	opacity: 0.5;
}
.box0807 a {
	display: block;
	transition: 0.8s;
}
.box0807 .fs16 {
	font-size: 16px;
}
.box0807 p.mbP01 {
	margin-bottom: 30px;
}

@media screen and (max-width:799px) {

	.detailTabele01.detailTable03 th {
		text-align: left;
		vertical-align: top;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		width: 180px;
	}
	.detailTabele01.detailTable03 td {
		text-align: left;
		vertical-align: top;
		padding-left: 20px;
		padding-right: 20px;
	}
	.reunionBox01{
		float: left;
		margin-right: 85px;
	}

	.box0807 div:last-child {
		font-size: 28px;
		width: auto;
	}
	.box0807 {
		display: block;
		overflow: hidden;
	}
	.box0807 div:first-child {
		float: right;
	}
	.box0807 .fs16 {
    font-size: 32px;
	}




}


.center {
	text-align: center;
}
.box0112_01,.box0112_02,.box0112_03,.box0112_04 {
	width: 400px;
	margin-bottom: 25px;
	margin-left: 90px;
}
.box0112_01 img {
	width: 100%;
}
.box0112_01 p span {
	font-weight: bold;
	text-decoration: underline;
}
.box0112_01 p:last-child {
	text-align: right;
}
.box0112_02 table {
	width: 93%;
  margin: 5px auto 0 auto;
}
.box0112_02 table th,.box0112_02 table td {
	border: 1px solid #221714;
	padding: 8px;
}
.stflBox {
	display: flex;
  justify-content: space-between;
}
.stflBox img {
	width: 14px;
	vertical-align: middle;
}
@media screen and (max-width:799px) {
	.box0112_01, .box0112_02, .box0112_03, .box0112_04 {
		width: 100%;
		margin-left: 0;
	}
	.stflBox img {
		width: 30px;
	}
	.box0112_02 table {
		width: 91%;
		font-size: 24px;
	}
}

/* --------------------------------------------------------------------
 ことばの相談室
-------------------------------------------------------------------- */

.clinicImg01 {
	display: inline-block;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	-moz-box-shadow:    3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	box-shadow:         3px 3px 0px 0px rgba(178, 178, 178, 0.75);
	margin-top: -190px;
}
.detailH201 .h2Span01 {
	font-size: 21px;
	vertical-align: middle;
}
.detailH201 .h2Span02 {
	vertical-align: middle;
}
.departmentBox01.clinicBox01 {
	padding: 15px 20px 20px 20px;
}
.detailH301.clinicH301 {
	color: #914baa;
	border-left: 1px solid #914baa;
}
.clinicH301Wrap {
	background-image: url("/img/detail/department_line01_sp.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}
.clinicBox01In01 {
	background-image: url("/img/detail/clinic_img02.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 0px 50px 0px;
}
.clinicBox01In02 {
	background-image: url("/img/detail/clinic_img03.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 0px 50px 0px;
}
.clinicTb01Cell01 {
	width: 450px;
	float: left;
}
.clinicTb01Cell02 {
	width: 450px;
	float: right;
}
.clinicText01 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.departmentBox01.clinicBox02 {
	border: 1px solid #0068b6;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(111, 169, 213, 0.8);
	-moz-box-shadow:    3px 3px 0px 0px rgba(111, 169, 213, 0.8);
	box-shadow:         3px 3px 0px 0px rgba(111, 169, 213, 0.8);
}
.clinicTb02 {
	display: table;
}
.clinicTb02Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0px 48px;
	width: 310px;
}
.clinicTb02Cell01 p {
	margin-top: 5px;
	line-height: 1.8em;
	font-size: 14px;
}
.clinicTb02Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.clinicText02 {
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	color: #0068b6;
	margin-bottom: 20px;
}
.clinicText02 span {
	font-size: 26px;
}
.contBtn01.btn04.clinicBtn01 a {
	margin-left: 0px;
}



@media screen and (max-width:799px) {

	.clinicImg01 {
		display: inline-block;
		-webkit-box-shadow: 3px 3px 0px 0px rgba(178, 178, 178, 0.75);
		-moz-box-shadow:    3px 3px 0px 0px rgba(178, 178, 178, 0.75);
		box-shadow:         3px 3px 0px 0px rgba(178, 178, 178, 0.75);
		margin-top: 20px;
	}
	.detailH201 .h2Span01 {
		font-size: 21px;
		vertical-align: middle;
	}
	.detailH201 .h2Span02 {
		vertical-align: middle;
	}
	.departmentBox01.clinicBox01 {
		padding: 15px 20px 20px 20px;
	}
	.detailH301.clinicH301 {
		color: #914baa;
		border-left: 1px solid #914baa;
	}
	.clinicH301Wrap {
		background-image: url("/img/detail/department_line01_sp.png");
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 1px;
	}
	.clinicBox01In01 {
		background-image: url("/img/detail/clinic_img02_sp.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		padding: 15px 170px 50px 0px;
	}
	.clinicBox01In02 {
		background-image: url("/img/detail/clinic_img03_sp.jpg");
		background-repeat: no-repeat;
		background-position: right bottom;
		padding: 15px 170px 50px 0px;
	}
	.clinicTb01Cell01 {
		width: auto;
		float: none;
		margin-bottom: 25px;
	}
	.clinicTb01Cell02 {
		width: auto;
		float: none;
	}
	.clinicText01 {
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
	}
	.departmentBox01.clinicBox02 {
		border: 1px solid #0068b6;
		-webkit-box-shadow: 3px 3px 0px 0px rgba(111, 169, 213, 0.8);
		-moz-box-shadow:    3px 3px 0px 0px rgba(111, 169, 213, 0.8);
		box-shadow:         3px 3px 0px 0px rgba(111, 169, 213, 0.8);
	}
	.clinicTb02 {
		display: block;
	}
	.clinicTb02Cell01 {
		display: block;
		text-align: left;
		vertical-align: top;
		padding: 0px 0px 28px 0px;
		width: 100%;
	}
	.clinicTb02Cell01 p {
		font-size: 28px;
	}
	.clinicTb02Cell02 {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	.clinicText02 {
		font-size: 28px;
		line-height: 1.5em;
		font-weight: bold;
		color: #0068b6;
		margin-bottom: 20px;
	}
	.clinicText02 span {
		font-size: 36px;
	}
	.contBtn01.btn04.clinicBtn01 a {
		margin-left: auto;
	}


}


/* --------------------------------------------------------------------
 臨床敬心接骨院
-------------------------------------------------------------------- */

.clinicImg01.orthopedicImg01 {
	margin-top: -165px;
}
.orthBox01 {
	background-image: none !important;
	padding-bottom: 0px !important;
}



@media screen and (max-width:799px) {

	.clinicImg01.orthopedicImg01 {
		margin-top: 20px;
	}
	.orthBox01 {
		background-image: none !important;
		padding-bottom: 0px !important;
	}


	.clinicTb01Cell01 {
		/* width: 336px;
		float: left;
		margin-bottom: 25px; */
	}
	.clinicTb01Cell02 {
		/* width: 336px;
		float: right; */
	}

	.orthopedicBox .fll {
		float: none !important;
	}
	.orthopedicBox .flr {
		float: none !important;
	}


}


/* --------------------------------------------------------------------
 学術誌「臨床福祉ジャーナル」
-------------------------------------------------------------------- */

.journalFll {
	float: left;
	width: 734px;
}
.journalFlr {
	float: right;
}
.journalUl01 li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}




@media screen and (max-width:799px) {

	.journalFll {
		float: none;
		width: auto;
	}
	.journalFlr {
		float: none;
		text-align: center;
		margin-bottom: 25px;
	}
	.journalUl01 li {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}



}



/*-----*/


/* --------------------------------------------------------------------
 アクセス
-------------------------------------------------------------------- */

.accessGoogleMap01 iframe {
	width: 310px;
	height: 300px;
}
.detailMidashi01.accessMidashi01 {
	background-image: url("/img/detail/department_line01_sp.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
.accessUl01Wrap {
	overflow: hidden;
}
.accessUl01 {
	width: 975px;
}
.accessUl01 li {
	box-sizing: border-box;
	height: 248px;
	width: 174px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.accessViWrap01 iframe {
	width: 100%;
	height: 380px;
}
.accessDl01 dt {
	color: #914baa;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}

.accessUl02Wrap {
	margin-top: 40px;
	padding-left: 50px;
	overflow: hidden;
}
.accessUl02 {
	width: 1000px;
}
.accessUl02 li {
	width: 360px;
	height: 340px;
	margin: 0px 128px 0px 0px;
	float: left;
}




@media screen and (max-width:799px) {

	.accessGoogleMap01 iframe {
		width: 100%;
		height: 600px;
	}
	.detailMidashi01.accessMidashi01 {
		background-image: url("/img/detail/department_line01_sp.png");
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 10px;
	}
	.accessUl01Wrap {
		overflow: hidden;
		padding-left: 25px;
	}
	.accessUl01 {
		width: 800px;
	}
	.accessUl01 li {
		box-sizing: border-box;
		height: 470px;
		width: 312px;
		margin: 0px 38px 0px 0px;
		float: left;
	}
	.accessViWrap01 iframe {
		width: 100%;
		height: 380px;
	}
	.accessDl01 dt {
		color: #914baa;
		font-size: 36px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.accessUl02Wrap {
		margin-top: 50px;
		padding-left: 0px;
		overflow: hidden;
	}
	.accessUl02 {
		width: 1000px;
	}
	.accessUl02 li {
		width: auto;
		height: auto;
		padding-bottom: 40px;
		margin: 0px 0px 0px 0px;
		float: none;
	}


}



/*-----*/

/* --------------------------------------------------------------------
 情報公開
-------------------------------------------------------------------- */

.releaseLi01 {
	background-image: url("/img/detail/department_line01_sp.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 18px 0px;
}
.releaseLi01.releaseLiBottom {
	background-image: none;
}

.releaseTb01 {
	display: table;
}
.releaseTb01Cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3em;
	color: #0068b6;
	padding-right: 58px;
	white-space: nowrap;
}
.releaseTb01Cell02 {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.releaseUl01 li {
	margin-right: 40px;
	float: left;
}

.releaseText01 {
	font-size: 16px;
	line-height: 1.4em;
	color: #0068b6;
	border-bottom: 1px solid #0068b6;
	padding-bottom: 4px;
}





@media screen and (max-width:799px) {

	.releaseLi01 {
		background-image: url("/img/detail/department_line01_sp.png");
		background-repeat: repeat-x;
		background-position: left bottom;
		padding: 18px 0px;
	}
	.releaseLi01.releaseLiBottom {
		background-image: none;
	}

	.releaseTb01 {
		display: table;
	}
	.releaseTb01Cell01 {
		display: table-cell;
		text-align: left;
		vertical-align: top;
		font-size: 28px;
		line-height: 1.3em;
		color: #0068b6;
		padding-right: 58px;
		white-space: nowrap;
	}
	.releaseTb01Cell02 {
		display: table-cell;
		text-align: left;
		vertical-align: top;
	}
	.releaseUl01 li {
		margin-right: 40px;
		float: left;
	}

	.releaseText01 {
		font-size: 28px;
		line-height: 1.4em;
		font-weight: bold;
		color: #0068b6;
		border-bottom: 1px solid #0068b6;
		padding-bottom: 6px;
	}


}



/*-----*/

/* --------------------------------------------------------------------
 りんご会
-------------------------------------------------------------------- */

.ringoBtnWrap01 {
	margin-bottom: 55px;
}
.ringoBtnWrap01 li {
	float: left;
	margin-right: 68px;
	text-align: center;
}
.ringoBtnWrap01 li p.text01 {
	color: #0068b6;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
.ringoBox01 {
	padding: 105px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	width: 300px;
	float: right;
}
.ringoBox01In {
	background-color: #e5f0f8;
	position: relative;
	padding: 15px;
}
.ringoImg01 {
	position: absolute;
	right: 0px;
	top: -120px;
}
.ringoDl01 {
	position: relative;
}
.ringoDl01 dt {
	font-size: 14px;
	line-height: 1.7em;
	color: #0068b6;
	margin-bottom: 10px;
}
.ringoDl01 dd {
	font-size: 12px;
	line-height: 1.7em;
}

.ringoH401 {
	display: table;
	width: 100%;
}
.ringoH401 span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #0068b6;
	color: #ffffff;
	padding: 0px 38px;
	height: 50px;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

.ringoAccordion {
	border-bottom: 1px solid #0068b6;
}
.ringoAcContWrap {
	display: none;
}
.ringoAcWrap {
	display: table;
	width: 100%;
}
.ringoAcWrap p {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	color: #0068b6;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0px 35px;
	background-color: #cce1f0;
	background-image: url("/img/detail/ringo_ac.png");
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 1px solid #0068b6;
	border-top: 1px solid #0068b6;
	border-left: 1px solid #0068b6;
	height: 40px;
	cursor: pointer;
}
.ringoAcWrap.open p {
	background-image: url("/img/detail/ringo_ac_on.png");
}

.ringoAcTb01 {
	width: 100%;
	border-left: 1px solid #0068b6;

}
.ringoAcTb01 th {
	border-right: 1px solid #0068b6;
	border-top: 1px solid #0068b6;
	box-sizing: border-box;
	width: 180px;
	padding: 10px 20px;
	background-color: #eddfec;
	color: #0068b6;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: bold;

}
.ringoAcTb01 td {
	border-right: 1px solid #0068b6;
	border-top: 1px solid #0068b6;
	padding: 10px 20px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.8em;
}



@media screen and (max-width:799px) {

	.ringoBtnWrap01 {
		margin-bottom: 55px;
	}
	.ringoBtnWrap01 li {
		float: none;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 40px;
	}
	.ringoBtnWrap01 li p.text01 {
		color: #0068b6;
		font-size: 28px;
		line-height: 1.7em;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.ringoBox01 {
		padding: 70px 0px 0px 0px;
		margin: 0px auto 20px auto;
		width: 600px;
		float: none;
	}
	.ringoBox01In {
		background-color: #e5f0f8;
		position: relative;
		padding: 30px;
	}
	.ringoImg01 {
		position: absolute;
		right: 0px;
		top: -160px;
	}
	.ringoDl01 {
		position: relative;
	}
	.ringoDl01 dt {
		font-size: 28px;
		line-height: 1.7em;
		color: #0068b6;
		margin-bottom: 20px;
	}
	.ringoDl01 dd {
		font-size: 24px;
		line-height: 1.7em;
	}

	.ringoH401 {
		display: table;
		width: 100%;
	}
	.ringoH401 span {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		background-color: #0068b6;
		color: #ffffff;
		padding: 0px 38px;
		height: 50px;
		font-size: 24px;
		line-height: 1.3em;
		font-weight: bold;
	}

	.ringoAccordion {
		border-bottom: 1px solid #0068b6;
	}
	.ringoAcContWrap {
		display: none;
	}
	.ringoAcWrap {
		display: table;
		width: 100%;
	}
	.ringoAcWrap p {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		color: #0068b6;
		font-size: 24px;
		line-height: 1.3em;
		font-weight: bold;
		padding: 0px 35px;
		background-color: #cce1f0;
		background-image: url("/img/detail/ringo_ac_sp.png");
		background-repeat: no-repeat;
		background-position: right center;
		border-right: 1px solid #0068b6;
		border-top: 1px solid #0068b6;
		border-left: 1px solid #0068b6;
		height: 46px;
		cursor: pointer;
	}
	.ringoAcWrap.open p {
		background-image: url("/img/detail/ringo_ac_on_sp.png");
	}

	.ringoAcTb01 {
		width: 100%;
		border-left: 1px solid #0068b6;

	}
	.ringoAcTb01 th {
		display: block;
		border-right: 1px solid #0068b6;
		border-top: 1px solid #0068b6;
		box-sizing: border-box;
		width: auto;
		padding: 6px 20px;
		background-color: #eddfec;
		color: #0068b6;
		font-size: 24px;
		line-height: 1.7em;
		font-weight: bold;

	}
	.ringoAcTb01 td {
		display: block;
		border-right: 1px solid #0068b6;
		border-top: 1px solid #0068b6;
		padding: 10px 20px;
		background-color: #ffffff;
		font-size: 28px;
		line-height: 1.8em;
	}

	.ringoH2 {
		display: table;
	}
	.ringoH2 .h2Span01 {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		line-height: 1.4em;
	}
	.ringoH2 .h2Span02 {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}



}



/*-----*/

/* --------------------------------------------------------------------
 TOPICS ⼀覧
-------------------------------------------------------------------- */

.topicsIconWrap {}
.topicsIconWrap li {
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
	line-height: 1.2em;
}
.topicsIconWrap li span {
	vertical-align: middle;
	margin-right: 9px;
}
.topicsIconWrap li span img {
	vertical-align: middle;
}

.topicsBox01 {
	background-color: #f6eff6;
	padding: 25px 40px 25px 40px;
}

.catName {
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 0px 30px 0px 20px;
}
.cat-0 .catName {
	background-image: url("/img/detail/topics_icon_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 92px;
	height: 24px;
}
.cat-1 .catName {
	background-image: url("/img/detail/topics_icon_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 92px;
	height: 24px;
}
.cat-2 .catName {
	background-image: url("/img/detail/topics_icon_03.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 92px;
	height: 24px;
}
.cat-3 .catName {
	background-image: url("/img/detail/topics_icon_04.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 92px;
	height: 24px;
}



@media screen and (max-width:799px) {

	.topicsIconWrap {}
	.topicsIconWrap li {
		display: inline-block;
		padding-right: 0px;
		width: 47%;
		margin-top: 20px;
		font-size: 25px;
		line-height: 1.2em;
	}
	.topicsIconWrap li span {
		vertical-align: middle;
		margin-right: 5px;
	}
	.topicsIconWrap li span img {
		vertical-align: middle;
	}

	.topicsBox01 {
		background-color: #f6eff6;
		padding: 25px 40px 25px 40px;
	}

	.catName {
		display: inline-block;
		text-indent: -9999px;
		vertical-align: middle;
		margin: 0px 30px 0px 20px;
	}
	.cat-0 .catName {
		background-image: url("/img/detail/topics_icon_01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 166px;
		height: 42px;
	}
	.cat-1 .catName {
		background-image: url("/img/detail/topics_icon_02_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 166px;
		height: 42px;
	}
	.cat-2 .catName {
		background-image: url("/img/detail/topics_icon_03_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 166px;
		height: 42px;
	}
	.cat-3 .catName {
		background-image: url("/img/detail/topics_icon_04_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 166px;
		height: 42px;
	}

	ul#newsList li{
		text-align: left;
		color:#666;
		font-size: 26px !important;
		margin:0;
		padding: 20px 20px !important;
		margin-bottom:3px;
		border-bottom:1px solid #e6d2e6;
		line-height: 1.6em;;
		list-style-type:none;
	}
	.comment{
		display:block;
		padding:3px 0;
		float:left;
		overflow:hidden;
		width: auto !important;
	}


}



/*-----*/

/* --------------------------------------------------------------------

-------------------------------------------------------------------- */

.newsDetail {
	text-align: left;
}

.newsDetail h2{
	font-size:24px;
	color:#369;
	margin:10px 0px 10px 0;
	font-weight:normal;
	padding:5px 10px;


}
.newsDetail .detailText {
	font-size: 16px;
}
.newsDetail #up_ymd{
	text-align:right;
	font-size:15px;
	margin:5px 10px;
}
.newsDetail .detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.newsDetail .backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.newsDetail .backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.newsDetail .detailUpfile img{
	max-width:100%;
	height:auto;
}
.newsDetail .pNav{
	font-size:11px;
}

@media screen and (max-width:799px) {

	.newsDetail {
		text-align: left;
	}

	.newsDetail h2{
		font-size:28px;
		color:#369;
		margin:10px 0px 10px 0;
		font-weight:normal;
		padding:5px 10px;
	}
	.newsDetail .detailText {
		font-size: 24px;
	}

	.newsDetail #up_ymd{
		text-align:right;
		font-size:24px;
		margin:5px 10px;
	}
	.newsDetail .detailUpfile{
		margin:5px 0 35px;
		text-align:center;
	}
	.newsDetail .backORcloseBtn{
		text-align:center;
		line-height:100%;
		margin-top:15px;
	}
	.newsDetail .backORcloseBtn a{
		display:inline-block;
		padding:4px 15px;
		border:1px solid #aaa;
		color:#999;
		border-radius:6px;
		text-decoration:none;
		font-size:12px;
	}
	.newsDetail .detailUpfile img{
		max-width:100%;
		height:auto;
	}
	.newsDetail .pNav{
		font-size:16px;
	}


}




.add20191016 {
	display: flex;
  justify-content: flex-start;
}
.add20191016 .detailPdfWrap01 {
	margin-right: 20px;
}

.fontSize0308 {
	font-size: 20px;
}
/*-----*/

/* --------------------------------------------------------------------

-------------------------------------------------------------------- */




@media screen and (max-width:799px) {
	.fontSize0308 {
		font-size: 36px;
	}


}



/*-----*/
