@charset "utf-8";
/*----------------------------------------------
	html
---------------------------------------------*/
html { font-size: 62.5%; }

/*----------------------------------------------
	body
---------------------------------------------*/
body {
  min-width: 1200px;
  font-size: 16px;
  font-size: 1.6rem;
	/*font-family: 'Zen Maru Gothic', "游ゴシック", "ヒラギノゴシック ProN W3", "メイリオ", sans-serif;*/
  font-family: 'Outfit', sans-serif, "游ゴシック", "ヒラギノゴシック ProN W3", "メイリオ", sans-serif;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック", "ヒラギノゴシック ProN W3", "メイリオ", sans-serif;
  color: #535a60;
  line-height: 1.6;
	overflow-y: scroll;
	position: relative;
	/*cursor: none;*/
	/*background: url(../images/bg_circle_left.png) repeat-y 0 0, url(../images/bg_circle_right.png) repeat-y right -500px;*/

  overflow-x: hidden;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { cursor: auto; } /* IE11 */
}
@media screen and (max-width: 1240px) {
	body {
		min-width: 100%;
	}
}
@media screen and (max-width: 960px) {
	body {
		/*background-size: 200px, 100px;*/
    background-attachment: fixed;
    background-size: cover;
	}
}
@media screen and (max-width: 640px) {
	body {
		/*background-size: 100px, 50px;*/
	}
}

/*----------------------------------------------
	a
---------------------------------------------*/
a { color: #0A3996; /*cursor: none;*/ }
a:hover,
a:active,
a:focus { color: #feca00; }

/*----------------------------------------------
	button
---------------------------------------------*/
button {
	cursor: pointer;
}

/*----------------------------------------------
	table
---------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------
	h1,h2,h3,h4,h5,h6
---------------------------------------------*/
h1,h2,h3,h4,h5,h6{ margin: 0; }
/*----------------------------------------------
	img
---------------------------------------------*/
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 960px) {
	img {
		max-width: 100%;
	}
}
/*----------------------------------------------
	li
---------------------------------------------*/
li {
  list-style-type: none;
}
/*----------------------------------------------
	*
---------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
