@charset "utf-8";
/**********************************

　　全ページ共通・リセット　　　

/*********************************/

/*----------------------
　 　　　reset
 ---------------------*/

body{
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 line-height:1.6;
}
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,
time,
mark,
audio,
video,
input,
textarea {
 margin: 0;
 padding: 0;
 border: none;
 font-size: 100%;
 font-weight:normal;
 font-style: normal;
 vertical-align: baseline;
 background: transparent;
}
img{
 vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display:block;
  line-height:1.6;
}
iframe{
  max-width: 100% !important;
}
a,
label {
 cursor: pointer;
}
blockquote {
 padding: 0;
 margin: 0;
 display:block;
}
address,
em {
 font-style:normal;
}
hr{
 border:0;
 margin:0;
 padding:0;
}
ul,
ol,
li {
 list-style:none;
}
textarea{
 resize:vertical;
 overflow:hidden;
 -webkit-appearance:none;
 border:none;
}
input,
button,
select {
 vertical-align: middle;
 border-radius: 0px;
 border:none;
 background: transparent;
 margin: 0;
 padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "Verdana", "Arial", "sans-serif";
}

table{
 border-collapse:collapse;
}
*:before,
*:after{
 padding: 0;
 margin: 0;
 line-height: 1;
}






/*----------------------
　 　　All pages
 ---------------------*/

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "Verdana", "Arial", "sans-serif";
	font-size: 14px;
	color:#333;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#content {
    width: 980px;
    margin: 30px auto;
    padding-bottom: 10px;
	min-height:400px;
}
#content02 {
    width: 980px;
    margin: 0px auto;
    padding-bottom: 10px;
	min-height:400px;
}

.content_txt {
	margin:20px 0;
	font-weight:bold;
	font-size:115%;

}


.ttl_page {
	padding:10px 14px;
	background-color:#f8b938;
	font-weight:bold;
	font-size:143%;
	margin-bottom:30px;
}

.ttl_sub {
	padding:10px 14px;
	background-color:#336699;
  color: #fff;
	font-weight:bold;
	font-size: 134%;
	margin-bottom: 20px;
}
.ttl_sub2 {
	padding:5px 14px;
	background-color:#336699;
  color: #fff;
	font-weight:bold;
}


a:hover{
filter:alpha(opacity=70);
opacity:0.7;
}

a {
	color:#009ce8;
	text-decoration:none;
}


.message_box {
	width:820px;
	margin:50px;
	border:dashed #999999 1px;
	padding:30px;
}
.message_box .ttl{
	font-weight:bold;
	font-size:115%;
}
.message_box p{
	margin:10px 0;
}
.message_box p.txt {
	font-weight:bold;
	font-size:115%;
	margin-bottom:30px;
}
.message_box ul {
	margin: 20px 10px;

}
.message_box ul li{
	list-style:disc;
	margin-left:20px;
}
.message_box dl {
	padding:20px 0;
	width:80%;
	margin-left:auto;
}
.message_box dl dt{
	display:inline-block;
	width:20%;
	padding:5px 0;
	font-weight:bold;
}
.message_box dl dd{
	display:inline-block;
	width:80%;
	padding:5px 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 400px;

}


.attention {
	color:#ff0000;
}
.attention a{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/*----------------------
     topics
 ---------------------*/

.section.index-topics {
  margin-top: 30px;
  padding: 0px 0px 30px;
}
.topics_title {
  font-size: 23px;
  font-weight: bold;
  border-top: 5px solid #336699;
  border-bottom: 2px solid #707070;
  padding: 10px;
}
#topics_event {
  height: 180px;
  padding: 0px 20px 20px;
  overflow-y: scroll;
  font-size: 20px;
  margin-top: 30px;
}

/*----------------------
     Common
 ---------------------*/

.txt_c {
	text-align:center;
}

.t_b {
    font-weight: bold;
}
.f_115 {
    font-size: 115%;
}


.txt_m15 {
	margin:15px 0;
}





/*----------------------
　 　　header
 ---------------------*/
header {
  border-bottom: solid 1px #ccc;
	background-color:#fff;
	border-top:solid 3px #336699;


}

#header_link{
	background: #336699;
	width: 100%;
}

.header_link_inner{
	width: 980px;
	margin:0 auto;

}

.header_link_inner a{
  color: #fff;
	text-decoration: underline;


}

#header_area {
	width:980px;
	margin:0 auto;
	padding:25px 0 15px 0 ;
	text-align:left;
}


#header_area:after {
  display: block;
  clear: both;
  content: "";
}
#header_area h1{
	float:left;
	margin-right: 10px;
}
#header_area h2{
	float:left;
	margin-left: 50px;

}

#header_area h2 img{
	max-width: 100px;

}

#header_area h2#univ_name {
	display:table;
	margin-left:50px;

}
#header_area h2#univ_name span {
	width:240px;
	height:48px;
	display:table-cell;
	vertical-align:middle;
	font-size:115%;
	line-height:120%;
	font-weight:bold;
}
#header_area h2#univ_name span a {
	color:#30659b;
}


#member_area{
  width: 100%;
  margin: 5px auto;
  text-align: right;
}
#member_area:after {
  display: block;
  clear: both;
  content: "";
}
.member_welcome {
	float:right;
	padding:0 20px 0 0;
}
.member_welcome .member_name {
	padding-right:10px;
}
.member_welcome .member_name .last_name {
	margin-right:5px;
}
.member_welcome .member_name .first_name {
	margin-right:5px;
}
.member_welcome .member_name .guest {
	margin-right:5px;
}
.member_box {
	min-width:250px;
}
.member_box:after {
  display: block;
  clear: both;
  content: "";
}


.for-toppage {
	float:right;
	padding:15px 0 5px 5px;

}
.for-toppage .btn_toppage {
    text-decoration: none;
    color: #fff;
	font-weight:bold;
	font-size:86%;
	padding: 4px 10px 4px 30px;
	text-decoration:none;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#336699 url(../images/parts/toppage_icon.png) no-repeat 8% 40%;
	border:solid 1px #336699;

}


.logout {
	float:right;

}
.logout .btn_logout {
	background: #2f2e2e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	font-size:86%;
	width: 100px;
	padding: 2px 15px;
	text-decoration:none;

}
.maypage {
	float:right;
	padding:15px 0 5px 5px;

}

.maypage_back{
	padding:5px 0 15px 0;
}

.maypage .btn_maypage,
.maypage_back .btn_maypage {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	font-size:86%;
	padding: 5px 20px 5px 30px;
	text-decoration:none;
	background:url(../images/parts/person.png) no-repeat 10% 50% #0066cc;
	background-size:14px auto;
}

.maypage_back .btn_maypage {
	background:url(../images/parts/arrow2.png) no-repeat 10% 50% #0066cc;
	background-size:10px 10px;
}




.contact {
	float:right;
	padding:15px 0 5px 5px;
}

.contact .btn_contact{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	font-size:86%;
	padding: 5px 20px 5px 35px;
	text-decoration:none;
	background:url(../images/parts/mail.png) no-repeat 10% 50% #b51010;
	background-size:18px auto;
}

.contact .btn_faq{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	font-size:86%;
	padding: 5px 15px;
	text-decoration:none;
	background-color: #95100F;
}



.cart_btn_area {
	float:right;
	padding:15px 0 5px 5px;

}
.cart_btn_area .btn_cart {
	position:relative;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	font-weight:bold;
	font-size:86%;
	padding: 4px 15px 4px 30px;
	text-decoration:none;
	border:1px solid #333;
	background:url(../images/parts/cart.png) no-repeat 20% 50% #fff;
	background-size:14px auto;
}
.cart_btn_area .btn_cart[data-badge]:after {
		content:attr(data-badge);
		position:absolute;
		top:-8px;
		right:-8px;
  font-size: 0.7em;
		background:#b51010;
		color:white;
  width: 18px;
  height: 18px;
		text-align:center;
		line-height:18px;
		border-radius:50%;

	}


/*----------------------
　 　　footer
 ---------------------*/
#footer_area1 {
	background: #d3deed;
	padding:20px 0 3px 0;
}

.footer_logolink {
	width:980px;
	margin:0 auto;
}
.footer_logolink:after {
  display: block;
  clear: both;
  content: "";
}


.footer_logolink .footer_logo {
	float:left;
}
.footer_logolink .footer_link {
	float:right;
	padding-top:20px;
  width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
ul.footer_link li{
	display: inline-block;
	padding-left:20px;

}
ul.footer_link li a{
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-size:86%;
}

#fotter_area2 {
	text-align:center;
	background-image:url(../images/parts/footer_bg2.png);
	padding:10px 0;
	font-size:72%;
	color:#fff;
}

#footer_logo {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 5px 0;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 3%;
}
#footer_logo img {
  height: 50px;
}

#footer_logo .item {
  display: flex;
  max-width: calc(50% - 100px);
  align-items: center;
}
#footer_logo .image {
  width: 100px;
}

#footer_logo span {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}

/*----------------------
　 header logo
 ---------------------*/
#header_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3%;
}

#logo_area {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 5px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#logo_area img {
  height: 50px;
}

#logo_area .item {
  display: flex;
  max-width: 50%;
  align-items: center;
}

#logo_area span {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}

/*----------------------
　 　　help btn
 ---------------------*/
#top_help {
	width:980px;
	margin:0 auto;
	text-align:right;
	padding:5px 0;

}
#top_help .btn_help {
  background: #fff url(../images/parts/help.png) no-repeat 10% center / 14px
    14px;
  color: #2f2e2e;
	font-weight:bold;
	font-size:86%;
	width: 100px;
	padding: 3px 8px 3px 23px;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  border: 1px solid #2f2e2e;
}


#help {
	float:right;
	padding-top:6px;
	font-size:62%;

}
#help .btn_help {
  background: #fff url(../images/parts/help.png) no-repeat 10% center / 14px
    14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  color: #2f2e2e;
	font-weight:bold;
	font-size:86%;
	width: 100px;
	padding: 3px 8px 3px 20px;
	text-decoration:none;

}

/**********************************

　　Adjuster　　　

/*********************************/

.mg_30 {
	margin:30px 0;
}

.ma_b30 {
	margin-bottom:30px;
}
.ma_b10 {
	margin-bottom:10px;
}
.ma_t20 {
	margin-top:20px;
}
.ma_l20 {
	margin-left:20px;
}
.ma_l10 {
	margin-left:10px;
}

.fb {
	font-weight:bold;
}
