@charset "UTF-8";

/*-----------------------------------------------
(Component)
__Default Clear
__Layout
-----------------------------------------------*/

/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{
	margin: 0;
	padding: 0;
}
body{
	background:white;
	font-family:"Inter" ,"Noto Sans JP" ,sans-serif;
	line-height:1.8;
	letter-spacing: 0.01em;
	color:#212121;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{/*---»­ÏñÏ¶ég»Ø±Ü*/
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
p{
	clear: both;
	margin-bottom: 1em;
	min-height: 1em;
}
a{
	text-decoration:none;
}
hr{
	display: block;
	clear: both;
	border: none;
	border-bottom:1px solid #ddd;
	margin: 60px auto;
}
hr.hr_sm{
	margin: 30px auto !important;
}
hr.b_bl{
	border-color: #333;
}
hr.dash{
	border-bottom:1px dashed #ccc;
	margin: 60px auto;
}
hr.b_none{
	border-bottom: none;
	margin: 60px 0;
}
.wrap hr.wrap{
	width: 100% !important;
}

input,textarea,button{
	font-family:-apple-system,BlinkMacSystemFont,"Montserrat","Noto Sans JP", "ÓÎ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius:none;
	background: none;
}
::selection {
    background: #e5b782;
    color: #212121; 
}
::-moz-selection {
    background: #e5b782; 
    color: #212121; 
}

.img-ofi {
	width: 100%;
	height: 100%;
  object-fit: cover;
  object-position: center;
	font-family: 'object-fit: cover;'
}
.img-btm {
  object-fit: cover;
  object-position: center bottom;
}
.img-top {
  object-fit: cover;
  object-position: center top;
}

em,strong{
	font-style:normal;
	font-weight: 700;
}
.red{
	color:rgba(209,32,60,1.00);
}
.em_bd{
	border-bottom: 2px solid #333;
}

.school_blue{
	color:#2e4fb5
}


.ta_center{
	text-align: center;
}
.ta_right{
	text-align: right;
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container,
footer,
#contents{
	width: 100%;
	margin: 0 auto;
}
.wrap{
	width: 90%;
	max-width: 1280px;
	clear:both;
	margin:0 auto;
}


#contents.u_contents a{ /* ½C¤è¤êÃ÷¤ë¤¤ */
	color:#3d69f2;
	text-decoration:underline;
}
#contents.u_contents a:hover{
	color: #860920;
	text-decoration:none;
}
i.material-icons{
	vertical-align: middle;
	font-size: 110%;
	margin-right: 5px;
}
.icon_right{
	margin-left: 0.5em;
}

.ma_bottom{
	margin-bottom: 40px;
}
