@charset "utf-8";
/* -------------------------
common
------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@media screen and (min-width: 481px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 480px){   
  .pc { display:none; }
  .sp { display:block; }
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "黎ミンY20 M";
	font-size: 1em;
	color: #002b60;
	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;
}
#text{
Color:#002b60;
}
/* -------------------------
header
------------------------- */

.globalMenuSp{

 display:none;

}



header {
	width: 100%;
	height: 180px;
	margin: auto;
Padding-bottom:50px;
background: url(../img/pctopnoren.jpg)no-repeat;
z-index: 9999;
  position: fixed;	
background-size: 1000px 180px;
background-position: center;
}



 .logosmp {
	width: 450px;
	height: auto;
	margin: auto;
margin-top: 40px;

}


footer {
	width: 100%;
	min-width: 1200px;
	background: #002d6b;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer p {
	font-size: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
}



/* -------------------------
contents
------------------------- */
#contentsWp {
	width: 1200px;
	margin: 0 auto;
}
.topmenu{
background: url(../img/bg.jpg);
padding-top: 15px;
margin-top: 15px;
}
.topmenu p {

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


}
.topmenu p a{

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


}

.topmenu a:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
}

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


.Form {
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.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: 15px;
text-align: right;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.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: 13px;
}
.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: 15px;
}
.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: 15px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 170px;
  display: block;
  letter-spacing: 0.05em;
  background: #002b60;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
margin-bottom: 18px;
}

h2{
 Color:#002b60;
Font-size:22px;

  margin:0 auto;
Text-align:center;
font-family: serif;
  }

.spec{
Padding-top:10px;
Padding-bottom:10px;
Text-align:center;
Color:#000;
Font-size:15px;
font-family: 'Sawarabi Mincho', sans-serif;
}

.franimg{
Width:900px;
Height:auto;
}
.bread{
Padding-top: 230px;
width:900px;
text-align:left;
margin: 0 auto;
color: #000;
}


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


