@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #131131;
}
header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}
a {
	background-color: transparent;
	outline: none;
	cursor: pointer;
	color: #505050;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
button {
	overflow: visible;
}
button,
select,option {
	text-transform: none;
	font-family: 'Noto Sans JP', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック';
}
.btn{transition: 0.3s ease;}
.btn:hover{opacity: 0.6;}
.btn:hover.yello-bar{opacity: 1;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
b,
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
caption {
	text-align: left;
}
a:link    {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover   {text-decoration: none;}
a:active  {text-decoration: none;}
body{
	font-family: 'Noto Sans JP', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック';
}
li{
	letter-spacing: 1px;
	list-style: none;
}
p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 150%;
}
.admin_container p{line-height: 200%;}
h1,h2,h3,h4,h5,h6{
	line-height: 80%;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.en{
	font-family: 'Roboto', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック';
}
.num{
	font-family: 'Roboto', sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック';
}

/*----------------------------common----------------------------*/

body.open{
	position: fixed;
}
.container{
	min-width: 1200px;
}
.common-width{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.common_button_s{
	margin-top: 25px;
	background-color: #EEEEEE;
	border: solid 1px #707070;
}
.common_button_s.impossible{
	margin-top: 25px;
	padding: 10px 21px;
	background-color: #EEEEEE;
	border: solid 1px #707070;
}
.common_button_s a{
	display: block;
	padding: 10px 21px;
}
.common_button_s p{
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
}
.common_button_m{
	background-color: #EEEEEE;
	border: solid 1px #707070;
}
.common_button_m a{
	display: block;
	padding: 11px 76px;
}
.common_button_m p{
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
}
.common_button_l_frame{
	width: 300px;
	margin: 40px auto 0;
}
.common_button_l{
	width: 300px;
	background-color: #EEEEEE;
	border: solid 1px #707070;
}
.common_button_l a{
	display: block;
	padding: 23px 0;
}
.common_button_l p{
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	text-align: center;
}
.common_page_title_s{
    font-size: 18px;
}
.common_page_title_l{
	padding: 70px 0 30px;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}
.error{
	font-weight: 700;
	color: #da1c1c;
}

/*--------------------------endcommon---------------------------*/

/*---------sp--------------------------------------------------*/

@media only screen and (max-width: 759px){

	/*---------------common---------------------------------*/

	.container{
		min-width: auto;
	}

	p{
		font-size: 14px;
	}
}

/*---------end sp----------------------------------------------*/

/*----------------------------pagenate-----------------------------*/

.pagination{
	display: flex;
	padding: 30px 0 0;
}
.page-item{
	width: 30px;
	height: auto;
}

/*--------------------------endpagenate---------------------------*/

