@charset "utf-8";
/*
/* Base
/* Layout
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/

/* Base
Web¥µ¥¤¥È¤Ë¤ª¤±¤ë»ù±¾¤È¤Ê¤ë¥¹¥¿¥¤¥ë¡£
normalize.css¤ÎËû¡¢»ù±¾¤È¤Ê¤ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤ä¥ê¥ó¥¯¥«¥é©`¤òÔO¶¨¤¹¤ë
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td, header, main, nav, footer {margin:0;padding:0;border:0;vertical-align: baseline;letter-spacing:normal;}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;}
body {
	background-color: #FFF;
	color: #333;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
#wrapper{overflow-x: hidden;}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "¥á¥¤¥ê¥ª",Meiryo,"ÓÎ¥´¥·¥Ã¥¯",YuGothic,"¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",sans-serif;
	}
}
a {
	color: #15c;
	text-decoration: none;
}
a:link {text-decoration: none;}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
ul, ol {list-style: none;}
img {
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}
blockquote, q {quotes: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {display: none;}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 768px) {
html,body{ width: 100%; overflow-x: hidden;}
body {-webkit-text-size-adjust: none;min-width:initial;}
	img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
}
@media(min-width: 769px) { /*768px ÒÔÉÏ*/
body {
	font-size: 93.75%;/*15px*/
}
}

/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

/* header
----------------------*/
#header {
	position: relative;
	width: 100%;
}
#header_inner {
	border-bottom: 5px solid #0358A9;
}
#header_content {
	width: 1024px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
h1.logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 22px;
	position: absolute;
}
h1.logo img {
	max-width: 650px;
}

/* Navigation
----------------------*/
.bt_gmenu {	display: none;}
.navContainer {
	display: block;
	clear: both;
	white-space: nowrap;
	background: #0358A9;
	border-top: 1px solid #33B8D1;
}
.navContainer ul {
	max-height: 55px;
	max-width: 1024px;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}
.navContainer ul li {
	line-height: 55px;
	font-size: 16px;
	width: 20%;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #33B8D1;
}
.navContainer ul li:first-child {
	border-left: 1px solid #33B8D1;
}
.navContainer ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: .5s;
}
.navContainer ul li a:hover {
	background-color: #33B8D1;
	transition: .5s;
}
.info .navContainer ul li.btn1 a,
.shoki .navContainer ul li.btn2 a,
.koki .navContainer ul li.btn3 a,
.shika .navContainer ul li.btn4 a,
.kengaku .navContainer ul li.btn5 a{
	color: #FFF;
	background-color: #33B8D1;
	transition: .5s;
}

/* Topicpath
----------------------*/
.topicpath {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 12px 0;
	font-size: 80%;
}
.topicpath dt {
	display: none;
}
.topicpath dd, .topicpath dd a {
	color: #333;
}

/* MainVisual
----------------------*/
#mv2 {
	clear: both;
	width: 100%;
	background-color: #D4DADD;
}
#mv2 h1{
	width: 1024px;
	max-height: 110px;
	line-height: 110px;
	font-weight: normal;
	margin:0 auto;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: right 50%;
}
.info #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_info.png);}
.shoki #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_shoki.png);}
.koki #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_koki.png);}
.shika #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_shika.png);}
.kengaku #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_kengaku.png);}
.topics #mv2 h1{ background-image: url(/med/sotugo/common/images/img_mv2_topics.png);}

/* Content,Column
----------------------*/
#content {
	width: 1024px;
	margin: 0 auto 50px auto;
}
#content.fontL {font-size: 120%;}
#content.fontM {font-size: 100%;}
#content.fontS {font-size: 80%;}
.oneCol #main {width: 100%;}
.twoColLt #main {
	float: right;
	width: 700px;
}
.twoColLt #sidebar {
	float: left;
	width: 280px;
}
.twoColRt #main {
	float: left;
	width: 700px;
}
.twoColRt #sidebar {
	float: right;
	width: 280px;
}
/* Layout box 
----------------------*/
.row{
	width: 100%;
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items:stretch;
}
/*.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8{background: #CCC;}*/
.col1{width:6.818181818%;}
.col2{width:15.34090909%;}
.col3{width:23.863636363%;}
.col4{width:31.818181818%;}
.col5{width:40.909090909%;}
.col6{width:48.863636363%}
.col7{width:56.818181818%;}
.col8{width:65.9092%;}
.col9{width:73.863636363%;}
/*.col10{width:82.386363636%;}
.col11{width:90.909090909%;}*/

.full .col1{width:6.779661016%;}
.full .col2{width:15.254237288%;}
.full .col3{width:23.728813559%;}
.full .col4{width:32.20338983%;}
.full .col5{width:40.677966101%;}
.full .col6{width:49.152542372%}
.full .col7{width:57.627118644%;}
.full .col8{width:66.101694915%;}
/*.full .col9{width:74.576271186%;}
.full .col10{width:83.050847457%;}
.full .col11{width:91.525423728%;}*/

/* Grid system */
.unit2,.unit3,.unit4 {
	float: left;
	display: block;
	margin-right:.78125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.unit2 {	width: 49.397590361%;}
.unit3 {	width: 32.530120481%;}
.unit4 {	width: 24.096385542%;}

#univ_top #content {
	margin-top: 20px !important;
}
#main {	width: 100%;}
#sidebar ul {
	list-style: none;
	padding-left: 0;
}

.alpha, .first {margin-left: 0 !important;}
.omega, .last {	margin-right: 0 !important;}
.row, .innerbox {	margin: 0 0 20px;}
.row + .row, .innerbox + .innerbox {margin: 20px 0;}
.row:after, .innerbox:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	line-height: 1.7;
}
#main p{
	margin-top: 0;
}
#sidebar{
	margin-bottom: 15px;
}
#sidebar h3 a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left:32px;
}
#sidebar h3 a:hover{
	background: #033974;
	transition: .5s;
}
#sidebar h3 a.current{
	background: #033974;
}
.sidebox {margin-bottom: 15px;}
.sidebox ul li{
	font-size: 1.0rem;
	padding-left: 0 !important;
}
#sidebar ul li a {
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
	padding-left: 32px;
	text-decoration: none;
	color: #333;
  display: block;
}
#sidebar ul li a:hover {
	background-color: #d6f1f6;
	transition: .5s;
}
#sidebar ul li a.current{
	background: #d6f1f6;
}
#sidebar li {
	border-bottom: 1px dotted #c9c9c9;
	background: #f0f6f8;
/*	line-height: 60px; 20210416 */
	position: relative;
}
#sidebar ul li:before{
	content: "";
	position: absolute;
	background: url(/med/sotugo/common/images/ico_link_b.png) no-repeat;
	background-size: 9px 13px;
	width: 9px;
	height: 13px;
	top: 1.2em;
	left: 12px;
}
#sidebar li+li,#sidebar ul ul li+li {
	border-top: none;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul ul li {
	border-top: 1px dotted #c9c9c9;
	font-size: 0.9em;
}
#sidebar ul ul li:before {
	display: none;
}
#sidebar ul ul li:after {
	content: "";
	position: absolute;
	background: url(/med/sotugo/common/images/ico_link_g.png) no-repeat;
	background-size: 9px 13px;
	width: 9px;
	height: 13px;
	top: 1.2em;
	right: 12px;
}
#sidebar ul ul li:last-child {border-bottom: none;}

/* 20210416 µÚÈýëAŒÓ¤Î¥ê¥ó¥¯¥á¥Ë¥å©`¤Î±íÊ¾ÔO¶¨ */
#sidebar ul ul ul li {
    border-bottom: none;
    border-top: none;
}
#sidebar ul ul ul li a {
    padding-left: 44px;
}

/*µÚ2ëAŒÓÒÔ½µ¤Î¥Ú©`¥¸¤Ç¥µ¥¤¥É¥á¥Ë¥å©`¤Î¥¢¥¯¥Æ¥£¥Ö»¯
*/
.classroom.staff ul li.nav03 a{
	background: url(/med/sotugo/common/images/ico_link_s.png) no-repeat 98% 12px #EDF4FA;
	background-size: 7px 12px;
}

/* Footer
----------------------*/
#footer {
	position: relative;
	background: #D4DADD;
	font-size: 85%;
}
#footer_info {
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#bnr_box ul{
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width: 370px;
}
#back_to_top .gotop {
    position: fixed;
    z-index: 9998;
    width: 56px;
    height: 56px;
    bottom: 40px;
    right: 50px;
}
#back_to_top .gotop a {
	width: 56px;
	height: 56px;
	background: url(/med/sotugo/common/images/ico_footer.png) no-repeat;
	background-size: 56px 56px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
#footer_links ul li {
	display: inline;
	padding-right: 25px;
}
#footer_links li a {
	color: #222;
}
#footer_links li a:before {
	content:"£¾";
}
#footer_content .footer_logo p {
	color: #033974;
	font-size: 18px;
	margin: 0;
	line-height: 1.2;
}
#footer_content p {
	line-height: 1.7;
}
#footer_content p a{
	color: #222;
}
#footer_links ul,  #footer_content {
	width: 1024px;
	margin: 0px auto 0;
}
#footer_links ul {margin-top: 10px;}
#footer_content {
	position: relative;
	padding:24px 0 29px 0;
}
#sitemap {
	width: 130px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sitemap p {margin: 0;}
#sitemap .btn_sitemap a{
	color: #fff;
	background: url(/med/sotugo/common/images/ico_link_g.png)no-repeat 12px 50% #033974;
    background-size: 9px 13px;
	padding: 6px 3px 3px 30px;
	display: block;
}
#copyright {
	font-size: 80%;
	clear: both;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 16px 10px;
	background-color: #033974;
}


@media(max-width: 768px) {/*768px ÒÔÏÂ*/
/*
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/	
#header,#mv,#mv2{width: 100%;}
#header_content,
.topicpath,#content,
#footer_content{width: 96%;}
#footer_links ul,
.twoColLt #main,
.twoColLt #sidebar,
.twoColRt #main,
.twoColRt #sidebar {
	float: none;
	width: 100%;
}
	
/* header
----------------------*/
#header_links li {
	padding-right: 10px;
	padding-left: 15px;
	display: inline-block;
}
#header_utility {
display: none;
}
h1.logo {
	width: auto;
	position: relative;
	padding-right:60px;
}
h1.logo img{
	width: 100%;
}

/* Navigation
----------------------*/
.bt_gmenu,
	.bt_gmenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.bt_gmenu {
	position: absolute;
	top: -80px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #0358A9;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #FFF;
	font-weight: 600;
}
.bt_gmenu:hover {
	border-color: none;
	box-shadow: none;
	cursor: pointer;
	border: 1px solid #FFF;
}
.bt_gmenu span {
	position: absolute;
	left: 8px;
	width: 20px;
	height: 4px;
	background-color: #FFF;
}
.bt_gmenu span:nth-of-type(1) {	top: 8px;}
.bt_gmenu span:nth-of-type(2) {	top: 17px;}
.bt_gmenu span:nth-of-type(3) {	bottom: 8px;}
.bt_gmenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.bt_gmenu.active span:nth-of-type(2) {opacity: 0;}
.bt_gmenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#siteNavigation {
	position: absolute !important;
	top:100px;
	right: 0px;
	z-index: 9999;
	width: 100%;
	padding-bottom: 60px !important;
}
.navContainer {
	display: none;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	top: 90px;
	right: 0px;
	clear: both;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.navContainer ul {	margin-bottom: 100px;}
.navContainer ul li {
	display: block;
	width: 100%;
	border-top: 1px solid #033974;
	border-bottom: 1px solid #033974;
	background: #0358A9;
}
.navContainer ul li:last-child {border-bottom: 2px solid #033974;}
.navContainer ul li.btn1 {	width: 100%;}
.navContainer ul li:first-child {border-left:none;}
.navContainer ul li a {border-right: none;}
.navContainer ul li.btn1 a{
	padding-left: 0;
	width: 100%;
	background-image: none;
	background-color: #0358A9;
}
.navContainer ul li:first-child a {border-left: none;}
.navContainer ul li a {
	color: #FFF;
	margin: 0;
	font-size: 18px;
}
.navContainer ul li a:hover,
.navContainer ul li.btn1 a:hover {
	color: #ccc;
	background-image: none;
	background-color: #222;
}
body.fixed #main {opacity: .6;}
.fixed {
	position: fixed !important;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-toggle, #siteNavigation .toggled ul {
	display: block;
}

		
#mv,mv2 {
	clear: both;
	width: 100%;
	background-color: #D4DADD;
}
#mv2 h1{
	font-size: 140%;
	font-weight: normal;
	margin:0 auto;
	padding: 20px 10px;
	max-height: 45px;
	line-height: 1.3;
}
	
/* Topicpath
----------------------*/
.topicpath dd {
	font-size: 90%;
	padding: 4px 10px 0 10px;
}
/* Content,Column
----------------------*/
.pages #main {
	margin-bottom: 80px;
}
	
#sidebar{
	margin-top:30px;
}
/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	margin-right: 1.953125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-xs-12,  .col-xs-6:nth-child(2n),  .col-xs-4:nth-child(3n),  .col-xs-3:nth-child(4n) {
	margin-right: 0;
}
.col-xs-1 { width: 6.54296875%;}
.col-xs-2 {	width: 15.0390625%;}
.col-xs-3 {	width: 23.53515625%;}
.col-xs-4 {	width: 32.03125%;}
.col-xs-5 {	width: 40.52734375%;}
.col-xs-6 {	width: 49.0234375%;}
.col-xs-7 {	width: 57.51953125%;}
.col-xs-8 {	width: 66.015625%;}
.col-xs-9 {	width: 74.51171875%;}
.col-xs-10 {	width: 83.0078125%;}
.col-xs-11 {	width: 91.50390625%;}
.col-xs-12 {	width: 100%;}*/

.row{flex-wrap: wrap;}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8{margin-bottom:10px;}
.col1{width:15.34090909%;}
.col2{width:31.818181818%;}
.col3{width:48.863636363%;}
	
.full .col1{width:15.254237288%;}
.full .col2{width:32.20338983%;}
.full .col3{width:49.152542372%;}
.full .col4,.full .col5,.full .col6,.full .col7,.full .col8{width:100%;}
	
.hidden_pc {display: block !important;}
	
/* Footer
----------------------*/
#back_to_top {display: none;}
#footer {padding-top:0px;}
#footer_content {
	margin: auto 10px !important;
}
#footer_info {display: block;}
#bnr_box ul {
	max-width: 370px;
	width: 100%;
	margin: 24px 0 24px;
}
#footer_links{margin-bottom: 20px;}
#footer_links ul {
	margin-top: 0;
}
#footer_links ul li a{
	display: block;
}
#footer_links ul:after {
	clear: both;
	content: "";
	display: block;
}
#footer_links ul li {
	float: left;
	display: block;
	padding: 5px 0;
	margin: .5%;
	text-align: center;
	width: 48%;
	border: 1px solid #ccc;
}
#footer_links ul li a:before{
	content: "";		
}
.hidden_sp {
	display: none!important;
}
}

@media(max-width:480px) {/*480px ÒÔÏÂ*/
	.unit2,.unit3,.unit4{float: none; margin: 0; width: 100%;}
#header_utility {
	text-align: right;
	width: 100%;
	height: 40px;
	margin: 0 0 0 644px;
	position: relative;
	top: 20px;
}
/* header
----------------------*/
h1.logo img {
	max-width: 400px;
	width: 100%;
}
/* Layout box */
.col1{width:31.818181818%;}
.col2{width:48.863636363%}
.col3{width:48.863636363%}
.col4,.col5,.col6,.col7,.col8{width:100%;}
	
.full .col1{width:32.20338983%;}
.full .col2{width:49.152542372%}
.full .col3{width:49.152542372%;}	
/* Footer
----------------------*/
#sitemap {
	left: 0;
	margin: auto;
}
.spbr {
	display: block;
}
}

@media(-webkit-min-device-pixel-ratio: 2) {
}

@media(min-width:769px) {
.menu-toggle {display: none;}
.navContainer {display: block;}
.hidden_pc {display: none !important;}
}
