@charset "utf-8";
/* -------------------------
Contact
------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#header {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "黎ミンY20 M";
	font-size: 1em;
	color: #000;
width: 100%;
	line-height: 1.6;
	background: url(../img/bg.jpg);
}

img {
	border: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: none;
}
a:focus img {
	outline: none;
}
ul, ol {
	list-style: none;
}
hr {
	width: 100%;
	height: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
.cb {
	box-sizing: content-box;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
}
#pageTop a img {
	opacity: 0.3;
}
#pageTop a:hover img {
	opacity: 0.5;
}
/* -------------------------
header
------------------------- */


@media screen and (max-width: 480px) { 

.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  right : 10px;
  top   : 50px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 15px;
  left: 4px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 15px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
left: 4px;
}

nav.globalMenuSp {
position: absolute;
z-index: 4;
  top  : 120px;
  left : 0;
  color: #fff;
  background: #eceade;
  text-align: center;
  width: 100%;
  opacity: 0;
visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#c4c2b3;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #002b60;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
visibility: visible;

}
}


@media screen and (max-width: 480px) {



header {
width: 100%;
Height: 140px;
margin: auto;
z-index: 9999;
position: fixed;
background: url(../img/blank.png)no-repeat;
background-size: 100% auto;
}

	

 
header .logo {
width: 300px;
height: 55px;
margin:auto;
Text-align:center;
Display:none;	
	
}

header .logosmp {
width: 80%;
height: auto;
Margin-right: 35px;
Text-align: center;
margin-top: 25px;
	
	
}

footer {
position: fixed;
bottom: 0;
width: 100%;
min-width: 0px;
background: #002d6b;
padding-top: 24px;
padding-bottom: 24px;
}

footer p {
	font-size: 9px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

#contentsWp {
width: 100%;
margin: auto;

}

.topmenu p {

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 13px;
color: #002d6b;
Margin:auto;
Display:none;

}
.topmenu p a{

display: inline-block;
Padding-right:15px;
Padding-left:15px;
font-size: 13px;
color: #002d6b;
Margin:auto;
Display:none;

}




}


/* -----コンタクトフォーム ------*/

.Form {
 
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
Padding-top:30px;
position: absolute;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #002b60;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #002b60;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 18px;
margin-bottom: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }

h2{
Text-align:center;
Color:#002b60;
Font-size:20px;
margin:0 auto;
font-family: 'Sawarabi Mincho', sans-serif;
white-space: nowrap;
  }
.spec{
Padding-top:10px;
Padding-bottom:10px;
Text-align:center;
Color:#000;
Font-size:12px;
font-family: 'Sawarabi Mincho', sans-serif;
}
.bread{
Padding-top: 150px;
width:100%;
text-align:left;
padding-left: 5px;
}


.List-Item {
  display: inline;
  font-size: 9px;
}
.List-Item::after {
  content: '＞';
}
.List02 .List-Item::after {
  content: '/';
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


}