/* CSS Document */
@charset "utf-8";

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	/*font-weight: 400; normalと一緒 */
	font-weight: 500;
	/*font-weight: 700; /* boldと一緒 */
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	word-break: break-all;
}
@media all and (-ms-high-contrast:none)
{
	body
	{
		font-family: "メイリオ", "Meiryo", sans-serif;
	}
}

a{color: #000; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

.clearfix{zoom: 1; overflow: hidden;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a.gradation{
	padding: 3px;
	background: linear-gradient(to bottom, #FFF, #e2e2e2);
	border: 1px solid #d2d6de;
	display: block;
	color: #000;
	text-decoration: none;
}

.red{color: #e60012;}
.blue{color: #00add8;}
.yellow{color: #f39c11;}


/* table */

table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
table tr,
table th,
table td{
	border: none;
	vertical-align: top;
}
table tr{
	background: #EEE;
}
table tr:nth-child(2n){
	background: #FFF;
}
table th,
table td{
	padding: 10px;
}
table th{
	vertical-align: top;
	font-weight: normal;
}
table a{
	color: #3c8dbc;
	text-decoration: underline;
}


/* form */

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea{
	width: 100%;
	background: #FFF;
	border: 1px solid #f39c12;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	font-size: 15px;
	color: #221912;
}
textarea{
	min-height: 150px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea{
	padding: 10px;
}
select{
	width: 100%;
	padding: 10px;
	background: #FFF;
	border: 1px solid #f39c12;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #221912;
}
textarea{
	min-height: 150px;
}
input[type="radio"],
input[type="checkbox"],
label,
button{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}


@media screen and (max-width:768px){
	body{-webkit-text-size-adjust: 100%;}

	.pc{display: none !important;}
}

@media screen and (min-width:769px){
	body{min-width: 1200px;}
	body.wide{min-width: 1400px;}

	.sp{display: none !important;}

	.over{transition: all 0.2s ease-in 0s;}
	.over:hover{opacity: 0.6;}
}

.close {
	display:none;
}

.alert-success {
	color:green;
	font-size:20px;
}
