@charset "utf-8";
/* =========================================
   1. ヘッダーの上の空間（余白）を詰める
========================================= */
#commonHeader {
    padding-bottom: 0 !important; /* ヘッダー自体の下の余白を消す */
    padding-top: 15px !important; /* 上の余白もスッキリさせる */
}

/* ロゴの下の余白を最小限にする */
#commonHeader .siteId {
    margin-bottom: 10px !important; 
}

/* =========================================
   2. メニューバーを「青背景×白文字」にする
========================================= */
/* ※対象が nav タグや .global-nav などのクラスで囲まれている想定です */

nav {
    background-color: #1a325e !important; /* 島根大学風の濃い青色 */
    width: 100%;
}

nav ul {
    display: flex;
    justify-content: center; /* メニューを中央に寄せる */
    margin: 0;
    padding: 0;
}

nav li {
    list-style: none;
    border: none !important; /* 間の点線を消す */
}

nav li a {
    color: #ffffff !important; /* 文字色を白にする */
    display: block;
    padding: 15px 30px; /* クリックしやすいように上下左右に余白をとる */
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

nav li a:hover {
    background-color: #122445 !important; /* マウスオーバーで少し暗くする */
}

/* Reset Style
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, main,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	text-decoration: none;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/* Base Style
================================================== */
html {
	font-size: 62.5%;
}

body {
	position: relative;
	background-color: #fff;
	color: #333;
	font-size: 1.6rem;
	font-family: YuGothic, '遊ゴシック体', 'Yu Gothic Medium', '游ゴシック Medium', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

a:link {
	color: #36c;
	transition: color .2s ease-out, background-color .2s ease-out;
}

a:visited {
	color: #339;
}

a:hover,
a:focus {
	color: #c30;
}

a:focus img {
	background-color: transparent;
}

sup {
	font-size: 1.2rem;
	vertical-align: text-top;
	line-height: 1;
}

sub {
	font-size: 1.2rem;
	vertical-align: text-bottom;
	line-height: 1;
}

img,
svg {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen\0 { /* IE */
	table img {
		width: 100%;
	}
}

#map-canvas img {
	max-width: none;
}

pre, code, kbd, samp, tt {
	font-family: 'Courier New', Courier, Monaco, monospace;
}

abbr[title], dfn[title] {
	border-bottom-color: #999;
	cursor: help;
}

input, select, textarea {
	color: #000;
	font-size: 100%;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.new {
	padding: 3px 5px 2px;
	border-radius: 3px;
	background: #d14900;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: text-bottom;
}

.pdf {
	font-size: .875em;
}

.hide,
.scrText {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}


/* Layout
================================================== */
.inner {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1048px) {
	.inner {
		margin: 0 24px;
	}
}

@media screen and (max-width: 668px) {
	.inner {
		max-width: 620px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 644px) {
	.inner {
		margin: 0 12px;
	}
}


/* Block Skip
================================================== */
.skip a {
	display: block;
	height: 0;
	overflow: hidden;
}

.skip a:focus {
	height: auto;
}


/* Header
================================================== */
#commonHeader .siteId {
	float: left;
	margin: 12px 0;
}

#commonHeader #fontSize {
	float: right;
	margin-top: 18px; 
	line-height: 1;
}

#commonHeader #fontSize a:not(:first-child) {
	margin-left: .5em;
}

#commonHeader #fontSize a {
	color: #333;
}

#commonHeader .search {
	clear: right;
	float: right;
	margin: 12px 0 18px;
	border: 1px solid #666;
	border-radius: 3px;
}

#commonHeader .search input[type='text'] {
	width: 12em;
	max-width: 300px;
	height: 1.8em;
	padding: 0 8px;
	border: 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
}

#commonHeader .search button[type='submit'] {
	float: right;
	height: 1.8em;
	margin: 0;
	padding: 0 12px;
	border: 0;
	border-radius: 0 2px 2px 0;
	background-color: #999;
	color: #fff;
	font-size: 100%;
}

@media screen and (max-width: 812px) {
	#commonHeader .siteId {
		float: none;
		margin-bottom: 0;
		text-align: center;
	}
	
	#commonHeader #fontSize {
		display: none;
	}
	
	#commonHeader .search {
		float: none;
		display: table;
		width: 300px;
		max-width: 100%;
		margin: 6px auto 12px;
	}
	
	#commonHeader .search input[type='text'] {
		width: calc(100% - (1em + 28px));
	}
}


/* Gloval Nav
================================================== */
#globalNav {
	padding: 12px 0;
	background-color: #125cbf;
	color: #fff;
}

#globalNav a {
	color: #fff;
	text-decoration: none;
}

#spMenu {
	display: none;
}

#globalNav li {
	float: left;
	/* width: 17%; */
	width: 20%;
	padding: 0 3px;
	border-right: 1px solid #73b8e5;
	box-sizing: border-box;
	font-size: 1.8rem;
	text-transform: uppercase;
	display: table;
}

#globalNav li:first-child {
	/* width: 15%; */
	border-left: 1px solid #73b8e5;
}

#globalNav li a {
	display: table-cell;
	width: 100%;
	padding: 6px;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

#globalNav li a:hover,
#globalNav li a:focus {
	background-color: rgba(255,255,255,.1);
}

#home #globalNav li.home a,
#openLecture #globalNav li.openLecture a,
#procedure #globalNav li.procedure a,
#entryForm #globalNav li.entryForm a,
#openUniv #globalNav li.openUniv a,
#contact #globalNav li.contact a {
	background-color: rgba(255,255,255,.1);
}

@media screen and (max-width: 812px) {
	#globalNav {
		padding: 0;
	}
	
	#spMenu {
		display: block;
	}
	
	#spMenu a {
		display: block;
		padding: 6px 0;
	}
	
	#globalNav ul {
		display: none;
	}
	
	#globalNav li {
		float: none;
		width: 100%;
		padding: 0;
		border-right: 0;
		border-top: 1px solid #73b8e5;
		font-size: 1.6rem;
	}
	
	#globalNav li:first-child {
		width: 100%;
		border-left: 0;
	}
	
	#globalNav li::after,
	#globalNav li:first-child::before {
		content: none;
	}
	
	#globalNav li a {
		padding: .5em 0;
		background-color: transparent !important;
		text-align: left;
	}
}


/* Key Visual
================================================== */
#keyVisual {
	height: 36vw;
	background: url(/images/key_img.jpg) 50% 75%;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	#keyVisual {
		height: 230px;
	}
}


/* Topic Path
================================================== */
#topicPath {
	margin: 12px 0 0;
	font-size: 1.4rem;
}

#topicPath .home {
	text-transform: uppercase;
}

#topicPath em {
	font-style: normal;
}


/* Main
================================================== */
#main {
	padding: 49px 0 96px;
}

#main h1,
#home #main h2 {
	margin-bottom: 48px;
	font-size: 3.6rem;
	line-height: 1.25;
	text-align: center;
}

#main h1 span {
	display: inline-block;
}

@media screen and (max-width: 812px) {
	#main {
		padding: 5.9vw 0 11.8vw;
	}
	
	#main h1,
	#home #main h2 {
		margin-bottom: 5.9vw;
	}
}

@media screen and (max-width: 480px) {
	#main h1,
	#home #main h2 {
		font-size: 3.2rem;
	}
}

.lead {
	margin-bottom: 24px;
}

.lead p {
	margin-bottom: 1em;
}

.note p {
	text-indent: -1em;
	margin: .25em 0 0 1em;
}

.pagination {
	margin-top: 48px;
	text-align: center;
}

.pagination a[rel] {
	padding: 0;
}

@media screen and (max-width: 812px) {
	.pagination {
		margin-top: 5.9vw;
	}
}

strong.red {
	font-weight: normal;
	color: #d14900;
}


/* Page
================================================== */
.contentBody h2 {
	margin: 48px 0 1em;
	border-bottom: 1px solid #125cbf;
	color: #125cbf;
	font-size: 2.0rem;
	font-weight: bold;
}

.contentBody h3 {
	margin: 1.5em 0 1em;
	font-size: 1.8rem;
	font-weight: bold;
}

.contentBody p,
.contentBody ul,
.contentBody ol,
.contentBody dl {
	margin-bottom: 1em;
}

.contentBody strong {
	color: #d14900;
}

.contentBody dt {
	margin: 1.5em 0 .5em;
	font-size: 1.8rem;
	font-weight: bold;
}

.contentBody dd {
	margin-bottom: .5em;
	margin-left: 2.25rem;
}

.contentBody .notice li {
	margin-bottom: .5em;
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.contentBody .notice li::before {
	content: '※';
	margin-right: .5em;
}

.contentBody .wrap {
	margin-top: 48px;
	padding: 12px 24px 0;
	border: 1px solid #999;
}

.contentBody .wrap h2 {
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-color: #999;
	color: #333;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.contentBody .wrap {
		padding: 12px 12px 0;
	}
}


/* Info
================================================== */
.infoList li {
	margin-bottom: 1.5em;
}

.infoList li .date {
	clear: left;
	float: left;
	width: 12em;
}

.infoList li .title {
	display: block;
	margin-left: 12em;
}

@media screen and (max-width: 812px) {
	.infoList li {
		margin-bottom: 0;
		padding: 12px 0;
		border-bottom: 1px solid #ccc;
	}
	
	.infoList li:first-child {
		border-top: 1px solid #ccc;
	}
	
	.infoList li .date {
		float: none;
		width: auto;
	}
	
	.infoList li .title {
		margin-left: 0;
	}
}

.info .more {
	margin-top: 48px;
	text-align: center;
}

.info .more a {
	display: block;
	width: 15em;
	max-width: 100%;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid #125cbf;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #125cbf;
	color: #fff;
	font-size: 1.8rem;
	text-decoration: none;
}

.info .more a:hover,
.info .more a:focus {
	background-color: rgba(18,92,191,.9);
}

@media screen and (max-width: 812px) {
	.info .more {
		margin-top: 5.9vw;
	}
}




/* Course List
================================================== */
.courseList h2 {
	display: inline-block;
	color: #125cbf;
	font-size: 2.1rem;
	font-weight: bold;
}

.courseList h2 + p {
	display: inline-block;
	margin-left: 1em;
}

.courseList table {
	width: 100%;
	margin: 6px 0 36px;
	border: 1px solid #999;
}

.courseList table th,
.courseList table td {
	padding: 6px 12px;
	border: 1px solid #999;
}

.courseList table th {
	padding: 6px;
	background-color: #e5effc;
	vertical-align: middle;
	font-weight: normal;
}

#openLecture.courseList table .no,
#openLecture.courseList table .times {
	width: 5%;
	min-width: 33px;
}

#openLecture.courseList table .title {
	width: 36%;
}

#openLecture.courseList table .object {
	width: 27%;
}

#openLecture.courseList table .date {
	width: 27%;
}

#openLecture.courseList table.tableFormat2 .title {
	width: 20%;
}

#openLecture.courseList table.tableFormat2 .style {
	width: 8%;
}

#openLecture.courseList table.tableFormat2 .object {
	width: 16%;
}

#openLecture.courseList table.tableFormat2 .date,
#openLecture.courseList table.tableFormat2 .period {
	width: 18%;
}

#openLecture.courseList table.tableFormat2 .period {
	font-weight: bold;
}

#openUniv.courseList table .no {
	width: 5%;
	min-width: 33px;
}

#openUniv.courseList table .title {
	width: 31%;
}

#openUniv.courseList table .object {
	width: 12%;
}

#openUniv.courseList table .date {
	width: 26%;
}

#openUniv.courseList table .sponsor {
	width: 26%;
}

.courseList table .num {
	text-align: center;
}

@media screen and (max-width: 812px) {
	.tableWrap {
		overflow: auto;
	}
	
	.tableWrap {
		margin-top: 6px;
		margin-bottom: 36px;
	}
	
	.tableWrap > table {
		width: 100%;
		min-width: 764px;
	}
	
	.tableWrap > table {
		margin-top: 0;
		margin-bottom: 0;
	}

	.tableWrap::-webkit-scrollbar {
		height: 5px;
	}
	
	.tableWrap::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	
	.tableWrap::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

@media screen and (max-width: 600px) {
	.tableWrap {
		margin-bottom: 6.0vw;
	}
}

.pastCourse,
.backToList {
	padding-top: 48px;
}

.pastCourse,
.goForm + .backToList {
	border-top: 1px solid #ccc;
}

.pastCourse span {
	display: inline-block;
}

.pastCourse select {
	height: calc(1em + 12px);
	padding-left: 6px;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 1;
}

.pastCourse input[type='button'] {
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background-color: #f1f1f1;
	line-height: 1;
}

@media screen and (max-width: 812px) {
	.pastCourse,
	.backToList {
		padding-top: 5.9vw;
	}
}


/* Course Detail
================================================== */
.courseDetail .courseClass {
	margin-bottom: 24px;
	text-align: center;
}

.courseDetail #main h1 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.8rem;
}

.courseDetail #main h1 + p {
	display: inline-block;
	margin-left: 1em;
}

.courseDetail #main h2 {
	margin-bottom: 48px;
	color: #125cbf;
	font-size: 3.6rem;
	line-height: 1.25;
	text-align: center;
}

.courseDetail #main h2 .subtitle {
	font-size: 2.4rem;
}

@media screen and (max-width: 812px) {
	.courseDetail #main h2 {
		margin-bottom: 5.9vw;
	}
}

@media screen and (max-width: 480px) {
	.courseDetail #main h2 {
		font-size: 3.2rem;
	}
	
	.courseDetail #main h2 .subtitle {
		font-size: 2.1rem;
	}
}

.detail {
	border-top: 1px solid #999;
}

.before + .detail,
.now + .detail,
.closed + .detail,
.comment + .detail {
	margin-top: 12px;
}

.detail dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 12px 0;
	color: #125cbf;
}

.detail dt.smry {
	letter-spacing: 1em;
}

.detail dd {
	padding: 12px 0 12px 10em;
	border-bottom: 1px solid #999;
}

.detail dd .program th {
	padding: 0 1em .125em;
	font-weight: normal;
	text-align: left;
}

.detail dd .program td {
	padding: .125em 1em;
}

.detail dd .program td:nth-child(2) {
	padding-right: .25em;
}

.detail dd .program .times,
.detail dd .program .week {
	padding-left: 0;
}

.detail dd .program th.theme {
	padding-right: 0;
}

.detail dd .program td.times {
	text-align: right;
}

.detail + .attention {
	margin: 24px 0 0 11em; 
	color: #666;
	text-indent: -1em;
}

@media screen and (max-width: 640px) {
	.detail dt {
		float: none;
		padding-bottom: 6px;
	}
	
	.detail dd {
		padding-top: 0;
		padding-left: 1em;
	}
	
	.detail dd .program th {
		display: none;
	}
	.detail dd .program td {
		display: inline-block;
	}
	
	.detail dd .program td:last-child {
		display: block;
		padding-top: 0;
		margin-bottom: 12px;
	}
	
	.detail dd .program tr:last-child td:last-child {
		margin-bottom: 0;
	}
	
	.detail dd .program td.times::after {
		content: '.';
	}
	
	.detail dd .program td.times {
		padding-right: 0;
	}
	
	.detail + .attention {
		margin-left: 1em;
	}
}


/* Open Lecture
================================================== */
.before,
.now,
.closed {
	color: #d14900;
	font-style: normal;
}

.now {
	font-weight: bold;
}

.goForm {
	margin: 48px 0;
	text-align: center;
}

.goForm a {
	display: block;
	width: 15em;
	max-width: 100%;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid #125cbf;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #125cbf;
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
}

.goForm a:hover,
.goForm a:focus {
	background-color: rgba(18,92,191,.9);
}

@media screen and (max-width: 812px) {
	.goForm {
		margin: 5.9vw 0;
	}
}


/* Open Class Closed
================================================== */
.exp {
	text-align: right;
}

.exp dt,
.exp dd {
	display: inline;
}

.exp dt {
	margin-left: 1em;
}

.timetable {
	table-layout: fixed;
}

.timetable tbody th {
	background-color: #eaeaea;
}

.intensive dt {
	color: #125cbf;
	font-weight: bold;
}

.exp .culture,
.intensive .culture,
.timetable .culture {
	color: #060;
}

.exp .specialty,
.intensive .specialty,
.timetable .specialty {
	color: #900;
}

.intensive .faculty,
.timetable .faculty {
	color: #666;
}



/* Form
================================================== */
.mailform .guideText {
	margin-bottom: 1em;
	text-align: center;
}

.mailform .submit + .guideText {
	padding-top: 36px;
	border-top: 1px solid #ccc;
}

.mailform h2 {
	margin-top: 36px;
	border-bottom: 1px solid #125cbf;
	color: #125cbf;
	font-size: 2.0rem;
	font-weight: bold;
}

.mailform h2 + .guideText {
	margin: 1.5em 0;
	text-align: left;
}

.mailform .error {
	margin: 1em 0;
}

.mailform .required span,
.mailform .error {
	color: #d14900;
}

@media screen and (max-width: 812px) {
	.mailform h2 {
		margin-top: 4.4vw;
	}
}

.mailform .course table {
	width: 100%;
	margin-bottom: 24px;
	border: 1px solid #999;
}

.mailform .course caption {
	color: #02356f;
	text-align: left;
}

.mailform .course th,
.mailform .course td {
	padding: 3px 12px;
	border: 1px solid #999;
	vertical-align: middle;
}

.mailform .course th {
	background-color: #f1f1f1;
	font-weight: normal;
}

.mailform .course .no {
	width: 2em;
}

.mailform .course .check {
	width: 4em;
}

.mailform .course td.no,
.mailform .course td.check {
	text-align: center;
}

.mailform .course tr:not(.closed) .title label {
	display: block;
}

.mailform .course .closed {
	color: #999;
}

.mailform .course .closed td:first-child,
.mailform .course .closed td label {
	text-decoration: line-through;
}

.mailform .course .closed em {
	font-style: normal;
}

@media screen and (max-width: 640px) {
	.mailform .course .no,
	.mailform .course .check {
		padding: 3px 0;
	}
	
	.mailform .course .check {
		width: 3em;
	}
	
	.mailform .course th.check {
		font-size: 1.2rem;
		letter-spacing: -0.2em;
	}
}

.mailform .course dt {
	margin: 18px 0 6px 1em;
	color: #02356f;
}

.mailform .course dd {
	text-indent: -1em;
	margin-left: 4em;
}

@media screen and (max-width: 640px) {
	.mailform .course dd {
		margin-left: 2em;
	}
}

.mailform .student dl,
.mailform .contact dl {
	border-top: 1px solid #ccc;
}

.mailform .student.confirm dl,
.mailform .contact.confirm dl {
	border-top: 0;
}

.mailform .student dt,
.mailform .contact dt {
	clear: left;
	float: left;
	width: 18em;
	padding: 14px 0;
	box-sizing: border-box;
	color: #02356f;
}

.mailform .student dt {
	padding-left: 1em;
}

.mailform .student dt.required {
	text-indent: -1em;
}

.mailform .student dd,
.mailform .contact dd {
	padding: 14px 0 14px 18em;
	border-bottom: 1px solid #ccc;
}

.mailform input[type='text'],
.mailform textarea {
	margin: -5px 0;
	padding: 6px 8px;
	border: 1px solid #999;
	border-radius: 3px;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.mailform #mail_author,
.mailform #mail_kana,
.mailform #mail_guardian,
.mailform #mail_tel,
.mailform #mail_tel2,
.mailform #mail_passport {
	width: 325px;
}

.mailform #mail_birthday,
.mailform #mail_school,
.mailform #mail_zip {
	width: 200px;
}

.mailform #mail_age {
	width: 100px;
}

.mailform textarea {
	width: 100%;
	height: 10em;
}

.mailform .contact textarea {
	height: 15em;
}

.mailform .radio-item {
	display: inline-block;
	margin-right: .75em;
}

.mailform .radio-item label {
	margin-left: .25em;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.mailform .student dt,
	.mailform .contact dt {
		float: none;
		width: auto;
		padding-bottom: 0;
	}
	
	.mailform .student dd,
	.mailform .contact dd {
		padding-top: 6px;
		padding-left: 0;
	}
	
	.mailform .student dd {
		padding-left: 1em;
	}
	
	.mailform input[type='text'],
	.mailform textarea {
		margin: 0;
	}
}

.mailform .submit {
	margin: 48px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mailform .submit input,
.mailform .submit button {
	width: 12em;
	max-width: 100%;
	padding: 6px;
	border: 1px solid #125cbf;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #125cbf;
	color: #fff;
	font-size: 2.0rem;
}

.mailform .submit button {
	border-color: #ccc;
	background-color: #ccc;
	color: #333;
}

.mailform .submit input:hover,
.mailform .submit input:focus {
	background-color: rgba(18,92,191,.9);
}

.mailform .submit button:hover,
.mailform .submit button:focus {
	background-color: rgba(204,204,204,.9);
}

.mailform .note {
	padding-top: 24px;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 812px) {
	.mailform .submit {
		margin: 5.9vw;
	}
	
	.mailform .note {
		padding-top: 3.0vw;
	}
}

.mailform.confirm .formBody {
	display: none;
}

.mailform.confirm:has(.error) .formBody {
	display: block;
}

.mailform .sendMsg p {
	margin-bottom: 1em;
}

/* Contact Info
================================================== */
.contactInfo {
	margin-bottom: 48px;
	padding: 12px;
	border: 1px solid #125cbf;
	border-radius: 6px;
	text-align: center;
}

.contactInfo dt {
	font-size: 2.4rem;
	font-weight: bold;
}

.contactInfo dd {
	margin-top: .5em;
	font-size: 2.1rem;
}

.contactInfo dd.tel {
	color: #d14900;
	font-size: 2.8rem;
}

.contactInfo dd.tel > span {
	margin: 0 .5em;
}


/* Search Result
================================================== */
.searchResults .summary {
	margin-bottom: 1em;
	text-align: center;
}

.searchResults .summary em {
	font-style: normal;
	font-weight: bold;
}

.resultsList {
	border-bottom: 1px solid #ccc;
}

.resultsList dt {
	padding-top: 12px;
	margin-bottom: .25em;
	border-top: 1px solid #ccc;
	font-size: 1.8rem;
}

.resultsList dt + dd {
	font-weight: bold;
}

.resultsList dd + dd {
	margin-bottom: 12px;
}

.searchResults .hint {
	width: 25em;
	max-width: 100%;
	margin: 24px auto 0;
}

.searchItem {
	margin-top: 24px;
}

.searchItem dl {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}

.searchItem ul {
	list-style: disc;
	padding-left: 2em;
}


/* Footer
================================================== */
#commonFooter {
	background-color: #e7e7e7;
}

#commonFooter .inner {
	padding: 24px 0;
}

#commonFooter address {
	font-style: normal;
}

#commonFooter address span:not(.telLink) {
	display: inline-block;
	margin-right: .75em;
}

#commonFooter address em {
	display: inline-block;
	font-size: 1.4rem;
	font-style: normal;
}

#commonFooter address .phone {
	padding-right: 5em;
}

#commonFooter .univ {
	margin-top: -1.5em;
	text-align: right;
}

#commonFooter .copyright {
	padding: 12px;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#commonFooter .copyright span {
		display: none;
	}
}

#scrollTop {
	position: fixed;
	right: 12px;
	bottom: 12px;
	z-index: 99;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 3px;
	background-color: rgba(18,92,191,.5);
	transition: background-color .2s ease-out;
	display: none;
}

#scrollTop a {
	display: block;
	margin-top: -3px;
	padding-bottom: 3px;
	color: #fff;
	font-size: 4.8rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

#scrollTop:hover {
	background-color: rgba(18,92,191,1);
}


/* Clearfix
================================================== */
.inner::after,
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}