@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td { 
	margin: 0;
	padding: 0;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


body {
    color: #1E293B;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}

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

fieldset , img {
    border: 0;
    vertical-align: bottom;
    margin: 0px;
    padding: 0px;
    height: 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-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

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;
}
.submit {
    padding-top: 30px;
    text-align: center;
}
.submit input {
    background-color: #0064AC;
    color: #FFFFFF;
    border-style: none;
    font-size: 18px;
    padding: 15px 80px;
    border-radius: 100px;
    line-height: 1.6em;
    transition: 0.2s;
    background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 13px auto;
	margin: 5px;
}
.submit input:hover{
    background-image: url(../img/arrow01.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 13px auto;
    background-color: #1E293B;
}

.link a:hover {
}
.link a:after {
    content: " ";
    visibility: visible;
    background-image: url(../img/arrow01.png);
    background-size: 15px auto;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
    background-color: #1E293B;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
    border-radius: 50px;
}
.link a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
form table {
	margin-bottom: 10px;
}
form th {
	padding: 10px;
	vertical-align: top;
}

form td {
	padding: 10px;
	vertical-align: top;
}
.form01 {
	padding: 20px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
}
.form02 {
	height: 130px;
	padding: 20px;
	width: calc(100% - 40px);
	margin: 4px 0;
	border: 1px solid #BAC2D1;
 resize: vertical;
}
.form03 {
	width: 100px;
	padding: 20px;
	margin: 4px 4px 4px 0;
	border: 1px solid #BAC2D1;
}

#search_address_btn {
    border-style: none;
    background-color: #1E293B;
    padding: 10px 30px;
    color: #FFFFFF;
    margin-left: 10px;
}
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;
}
