@charset "utf-8";

#guide .page_content {
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
#guide .page_header > h1.campus_life {
	padding: 0;
}
#guide .campus_item ul {
	width: 100%;
}
#guide .campus_item ul:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#guide .campus_item ul li {
	width: 310px;
	float: left;
	padding-bottom: 30px;
	margin-right: 28px;
	border-top: 3px solid #00a7d7;
}
#guide .campus_item ul li.line_end {
	margin-right: 0;
}
#guide .campus_item ul li a {
	color: #222222;
}
#guide .campus_item ul li a:hover {
  opacity: 0.7;
}
#guide .campus_item ul li .campus_title {
	padding: 14px 0 14px 25px;
	font-size: 109%;
	display: block;
	background: url(/common/img/ico-circle_arrow.png) left center no-repeat;
}
#guide .campus_item ul li .campus_title span {
	padding-right: 20px;
	background: url(/common/img/ico-window.png) right 30% no-repeat;
}

/*----------------------------------------
    c_message.html, p_message
----------------------------------------*/
.c_message .message,
.p_message .message {
  width: 500px;
  float: left;
}
.c_message .ref,
.p_message .ref {
  width: 200px;
  float: right;
}
.c_message .ref .name,
.p_message .ref .name {
  margin-top: 10px;
}
.c_message .ref .name > span:first-child,
.p_message .ref .name > span:first-child {
  display: block;
  font-size: 85%;
}
.c_message .sp_style,
.p_message .sp_style {
  display: none;
}

/*----------------------------------------
    idea.html
----------------------------------------*/
.idea .aim > ol {
  list-style-position: inside;
  font-size: 117%;
}
.idea .aim > ol > li {
  list-style-position: inside;
}

/*----------------------------------------
    policy.html
----------------------------------------*/
.policy .link_section {
  margin-bottom: 20px;
}
.policy .link_section li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.policy .link_section li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.policy .link_section li > a {
  text-decoration: underline;
}
.policy .link_section li > a:hover {
  text-decoration: none;
}

.policy .policy_section {
  margin-top: 50px;
}
.policy .policy_section:first-child {
  margin-top: 0;
}

.policy .policy_group {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 130%;
}
.policy .policy_title {
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 117%;
}
.policy .policy_title:before {
  content: url(/common/img/ico-circle.png);
  margin-right: 3px;
}

.policy .policy_body {
  margin-bottom: 25px;
}
.policy .policy_body > ol {
  font-size: 117%;
  padding-left: 1.8em;
}
.policy .policy_body > ol > li {
  margin-top: 5px;
}
.policy .policy_body > ol > li:first-child {
  margin-top: 0;
}

/*----------------------------------------
    school_badge.html
----------------------------------------*/
.school_badge .badge .ref {
  width: 200px;
  float: left;
}
.school_badge .badge .description {
  width: 100%;
  padding-left: 220px;
  box-sizing: border-box;
}

.school_badge .song .ref,
.school_badge .song .ref p {
  margin-bottom: 20px;
}
.school_badge .song .ref .only_pc {
	margin-bottom: 0;
}
.school_badge .song .ref .only_sp {
	display: none;
}
.school_badge .song .btn_download {
  width: 214px;
  background: #222222;
  text-align: center;
}
.school_badge .song .btn_download > a {
  display: block;
  padding: 8px 0;
  color: #ffffff;
}
.school_badge .song .note {
  display: block;
  width: 214px;
  text-align: center;
  margin-top: 6px;
}

/*----------------------------------------
    destination.html
----------------------------------------*/
.destination .main_visual {
  text-align: center;
}

.destination .points {
  display: table;
  table-layout: fixed;
  margin-top: 50px;
  margin-left: -34px;
}
.destination .points > .point {
  width: 47.68392%;
  display: table-cell;
  vertical-align: top;
  border-left: 34px solid transparent;
}

.destination .point {
  padding-bottom: 60px;
  background: url(../img/ico-arrow_then.png) no-repeat 50% bottom;
}

.destination .result {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.destination .strong {
  color: #00a7d7;
  font-size: 167%;
  font-weight: bold;
}



/*----------------------------------------
    campus.html
----------------------------------------*/
.campus .main_visual {
  margin: 32px 0 40px;
}

.campus .campus_facility > .row {
  margin-top: 35px;
}
.campus .campus_facility > .row:first-child {
  margin-top: 0;
}

.campus .campus_explanation {
  padding-left: 10px;
}

.campus .btn_more {
  display: inline-block;
  float: right;
  margin-top: 16px;
  padding: 3px 20px 2px 8px;
  border: 2px solid #00a7d7;
}
.campus .btn_more:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -2px;
  margin-right: 5px;
  border: 3.5px solid transparent;
  border-left: 5px solid #00a7d7;
  border-right: none;
}

.campus .btn_link {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 16px;
  padding: 3px 30px 2px 30px;
  background: #00a7d7;
  color: #fff;
}
.campus .btn_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3.5px;
  border: 3.5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
}

/*----------------------------------------
    publication.html
----------------------------------------*/
.publication .panel_content > img:first-child {
  margin-bottom: 10px;
}

.publication .btn_read {
  font-size: 125%;
  background: #222222;
  text-align: center;
}
.publication .btn_read > a {
  display: block;
  padding: 8px 0;
  background: url(/common/img/header/ico-arrow_white.png) 12px 50% no-repeat;
  color: #ffffff;
}
.publication .btn_pdf {
  background: #222222;
}
.publication .btn_ebook {
  background: #00a7d7;
  margin-top: 10px;
}
.publication .note {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.publication .link_repository {
  margin-top: 20px;
  padding: 10px 0;
  border: 2px solid #00a7d7;
  text-align: center;
}
.publication .link_repository > a:first-child {
}
.publication .link_repository > a:first-child + span {
  display: block;
  margin-top: 6px;
}

/*----------------------------------------
    access.html
----------------------------------------*/
.access .access_intro .row {
  margin-top: 34px;
}
.access .access_intro .row:first-child {
  margin-top: 0;
}

.access .access_intro .first_view .col {
  width: 330px;
}
.access .access_intro .first_view .col:first-child + .col {
  width: 390px;
  border-left-width: 34px;
}
.access .access_intro .first_view .col figure img {
  width: 100%;
  height: auto;
}
.access .access_intro .basic_info {
  border-bottom: 1px solid #d6d6d6;
  font-size: 117%;
}
.access .access_intro .basic_info > dt {
  width: 70px;
  float: left;
  padding: 14px 0;
  padding-left: 8px;
  border-top: 1px solid #d6d6d6;
  color: #00a7d7;
  box-sizing: border-box;
}
.access .access_intro .basic_info > dd {
  width: 100%;
  padding: 14px 0;
  padding-left: 70px;
  border-top: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.access .access_map > img:first-child {
  margin-bottom: 15px;
}

/*----------------------------------------
    history.html
----------------------------------------*/
.history .spirits > p {
  line-height: 1.75;
}
.history .development_table {
  width: 100%;
  border-bottom: none;
  table-layout: fixed;
  /*margin-top: 20px;*/
}
.history .development_table tr:first-child {
  display: none;
}
.history .development_table th {
  width: 100px;
  color: #00a7d7;
  table-layout: fixed;
}
.history .development_table th > span {
  font-size: 85%;
  display: block;
}
.history .development_table td {
  width: 364px;
  vertical-align: top;
  table-layout: fixed;
}
.history .development_table td.ref {
  width: 160px;
  padding: 0;
  border-bottom: none;
  text-align: right;
}
.history .development_table td.ref figcaption {
  font-size: 85%;
}
#google_map {
  width: 734px;
  height: 380px;
}

/*----------------------------------------
    pharmacist_pass.html
----------------------------------------*/
#pharmacist_pass .page_content .text_right {
	text-align: right;
}
#pharmacist_pass table.table_pattern1 th {
  text-align: center;
  vertical-align: middle;
}
#pharmacist_pass table.table_pattern1 th.th01 {
  width: 28%;
}
#pharmacist_pass table.table_pattern1 th.th02 {
  width: 18%;
}
#pharmacist_pass table.table_pattern1 td.val {
  text-align: right;
}
#pharmacist_pass .page_content ul li {
	font-size: 117%;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
}