@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sofia{
	font-family: 'Sofia Pro', sans-serif;
}

body {
    color: #333;
    font-size: 16px;/*14px相当*/
    line-height: 2em;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-align: center;
    background-color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック" , YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.bold{
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset , img {
    border: 0;
    vertical-align: bottom;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: auto;
    width: auto;
}

address , caption , cite , code , dfn , th , var {
	font-style: normal;
	font-weight: normal;
}

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


h2 , h3 , h4 , h5 , h6 {
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 1.17vw;/*16px相当*/
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form table {
	margin-bottom: 10px;
}
form th {
	padding: 10px;
	vertical-align: top;
}
form td {
	padding: 10px;
	vertical-align: top;
}
.form01 {
	width: 400px;
}
.form02 {
	height: 80px;
	width: 450px;
}
.form03 {
	width: 100px;
}

div {  
    zoom: 1;/*for IE 5.5-7*/  
}  
div:after {/*for modern browser*/  
    content: ".";  
    clear: both;  
    display: block;  
    line-height: 0;  
    height: 0;  
    visibility: hidden;  
}  
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
