@charset "shift_jis";

* {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

a {text-decoration: none;}

a:hover img {
 opacity: 0.5;
}

img {
	max-width: 100%;
	height: auto;
}

object {width:350px;}

a img {
    transition: opacity 0.3s ease-out;
}

font-size: 12px;
font-size: 1.2em;

body {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

* html body{ 
    overflow: hidden;  
}

hr {border-top: 1px;}

#out-line {
	width: 350px;
	margin: 0 auto;
}

ul {
	margin: 30px 0 0 0px;
	}

li {
	font-size: 19px;
	font-weight:350;
	margin-right:40px;
	display: inline-block;
}

.header{
	width:350px;
	padding-top: -130px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	}

.top {
	width:350px;
	margin:40px auto 0px auto;
	padding-top: 15px;
	text-align:center;
    height: 120px;
} 

.navi {
    display: none;
	width:350px;
	background-color: #FFFFFF;
	text-align: center;
} 


* html div#branding{  
    height: 100%;  
    overflow: auto;  
}  

.point{
	position:relative;
	top: -20px;
	left: -350px;
	z-index: 1;
}

.box1 {
	margin-top: -80px;
	width:350px;
	text-align:center;
}

.box2 {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	width:350px;
	background-image:url(../images/BG.png);
}

.box3 {
    max-width: 100%;
	height: auto;
}

.imagebox {
	margin-right:20px;
}

.imagebox2 {
	text-align: center;
}

.footer {
	margin: 0 auto;
	width: 350px;
}

.cr{
	height: 50px; 
	text-align:center;
	background-color: #1e2c5b;
}

h1 {
	margin-top: -18px;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
}

h2{
	margin-left: 10px;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 20px;
	color: #1b2c72;
	line-height : 1.5;
}

h3 {
	width: 320px;
	font-weight:normal;
	padding: 0.5em;
	background: aliceblue;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}

h4 {
	color: #1e2c5b;
	font-size:20px;	
	text-align: center;
}

p {
	color: #232424;
	font-size:16px;
	line-height : 1.8;
	letter-spacing: 0.1em;
}

.red {
	color: red;
	font-size:14px;
	line-height : 1.8;
}

.white {
	padding-top: 12px;
	color: #FFFFFF;
	font-size:12px;
	line-height : 1.8;
}


.table01{
    font-size: 10px;
	width: 350px;
	margin: 10px;
	border-collapse: collapse;
	line-height : 1.8;
	letter-spacing: 0.05em;
    table-layout: fixed;
    word-wrap: break-word;
}

.table01 th{
	text-align: left;
	padding: 6px;
	vertical-align: center;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #b9b9b9;
}

.table01 td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

.table02 {width: 350px;
}

.table02 th {
    display: none;
	width: 160px;
	padding-left:10px;
	text-align: left;
	vertical-align:baseline;
	font-weight: normal;
}

.table02 td {
	padding-left:10px;
	text-align: left;
}

.table03 th {
	padding-left:10px;
	text-align: left;
	font-weight: normal;
}

.table03 td {
	padding-left:10px;
	text-align: left;
}

.table04 {
	width: 350px;
}

.table04 th {
	text-align:center;
	font-size: 80%;
}

.table04 td {
	vertical-align: top;
	text-align: center;
	width: 20%;
}

.table05 {
	border-collapse: collapse;
	width: 340px;
}
.table05 th {
	width:20%;
	color: #161616;
	border-bottom: #161616 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
.table05 td {
	border-bottom: #161616 1px dotted;
	text-align: left;
	padding: 10px;
}

.table06 {
	width: 350px;
	margin: 30px auto 0 auto;
}
.table06 td {padding-left: 3px;}


.spacer1 {line-height: 0.5em;}
.spacer2 {line-height: 1.5em;}
.spacer3{line-height: 3em;}

#formbox{overflow-y: scroll;
}

.description{
	margin:0 20px 20px;
}

.formSubmitButton{
	margin:0 20px 20px;
	text-align:center;
	padding:20px;
	background:#f4f4f5;
	border:1px solid #e0e0e4;
}
input.text{
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
}
textarea{
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.spacer1{line-height: 0.5em;}
.spacer2{line-height: 1.5em;}
.spacer3{line-height: 3em;}
.spacer5{line-height: 15em;}

iframe {max-width:100%;}





.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -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 : 16px;
  left: 6px;
  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: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
@media screen and (min-width:350px) {
  nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}

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 :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}