@charset "UTF-8";


/* *****************************************************
 *	root
 * *****************************************************/
*{
	margin: 0;
	padding: 0;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	border:none;
}

html{
	height: 100%;
	font-size: 62.5%;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

p,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,dl,dt,dd,p,caption,th,td,form,input,textarea,blockquote,embed,object{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

input, select, textarea{
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

	.clearfix:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html .clearfix{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html .clearfix{
		zoom: 1;
	}

.noto{
	font-family: 'Noto Sans JP', sans-serif;
}

/* *****************************************************
 *	link
 * *****************************************************/
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
}

a:link{
	color: #0033cc;
}

a:visited{
	color: #0033cc;
}

a:hover{
	color: #5eb0f1;
	transition: 0.5s;
}

a:focus{
	color: #5eb0f1;
}

/* *****************************************************
 *	layout
 * *****************************************************/
/* whole
-------------------------------------------------------*/
body{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background:#fff;
	color:#333;
	font-size: 14px;
	font-size: 1.4em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

* html div.wrap{
	height:100%;
}

div.wrap{
	position: relative;
	width: 100%;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px 15px;
}

/* *****************************************************
 *	base
 * *****************************************************/
/* header
-------------------------------------------------------*/
header h1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
    padding-top: 20px;
	line-height: 0;
}

header h1 img{
	max-width: 60%;
}

/* contents
-------------------------------------------------------*/
div.contents{
	width: 100%;
}

/* mrb */
div.contents .mrb20{
	margin-bottom: 20px;
}
div.contents .mrb40{
	margin-bottom: 40px;
}

/* footer
-------------------------------------------------------*/
footer{
	padding: 40px 0;
	text-align: center;
}


/* *****************************************************
*	PC,tablet
* *****************************************************/
@media screen and (min-width: 769px)
{

/* *****************************************************
 *	layout
 * *****************************************************/
/* whole
-------------------------------------------------------*/
body{
	font-size: 1.6rem;
}

div.wrap{
	width: 90%;
	height: auto;
	padding: 40px 20px;
	background: #fff;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

/* *****************************************************
 *	base
 * *****************************************************/
/* header
-------------------------------------------------------*/
header h1{
	padding-top: 0;
}

header h1 img{
	max-width: 30%;
}

/* contents
-------------------------------------------------------*/
div.contents{
}

/* footer
-------------------------------------------------------*/
footer{
}

}
