@charset "UTF-8";

@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  /*top: 0;*/
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; } 
  
html,body{
    width: 100%;
min-width:1000px;
}


/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mb40 {
  margin-bottom: 40px; }
.mb60 {
  margin-bottom: 60px; }
.txt_c {
  text-align: center; }
.font-color-red{
	color:#F00;
}

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }
  
  

.sp_only, .sp_panda {
    display: none; }
	
.pc_only,.pc_panda {
    display: block; }


	
.section01{
	width:100%;
}
.section01 .inner{
	width:1000px;
	margin:0 auto;
	text-align:center;
}
.section01 .inner h1{
	padding:15px 0;
}
.section01 .inner img{
	padding:0 0 15px 0;
}

.section02{
	width:100%;
	position:relative;
	padding:40px 0;
}
/*.section02::before{
content: '';
  display: inline-block;
  width: 100%;
  height: 29px;
  background-image: url(../img/bg_sample.jpg);
  background-repeat:repeat-x;
  background-size: contain;
  vertical-align: top;
}*/
  
.section02 .inner{
	width:1010px;
	margin:auto;
	text-align:center;
}
.section02 .inner h2{
	margin:0 0 95px 0;
}
.main_left{
	float:left;
	width:59%;
	font-size:1.5em;
	text-align:left;
}
.main_right{
	float:right;
	width:31%;
}
.section02_txt01{
	width:70%;
	margin:20px auto;
	padding:0 0 100px 0;
}


.section03{
	width:100%;
	position:relative;
	background:#D90000;
	/*background:#00468C;
	background:#000;*/
	padding:40px 0;
}
.section03 .inner{
	width:1010px;
	margin:auto;
}
.section03 .leftbox{
	float:left;
	width:58%;
	margin:0 0 40px 0;
	color:#fff;
}

.section03 .leftbox img{
	display:block;
	text-align:center;
	margin:0 auto 20px;
}
.section03 .rightbox{
	float:right;
	width:39%;
	margin:0 0 40px 0;
}
.section03 .leftbox table{
	margin:0 0 30px 0;
}
.section03 .leftbox th{
	width:20%;
}
.section03 .leftbox th , .section03 .leftbox td{
	padding:5px;
	vertical-align:top;
	border-bottom:1px #ddd dotted;
}
.section03_txt01{
	width:80%;
	margin:50px auto;
}

#cart{
	text-align:center;
	
}

#queen_tit{
	background:url(../img/bg_tit.jpg) repeat;
	font-size:1.3em;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	margin:0 0 25px 0;
}

.section04{
	width:100%;
	position:relative;
}
.section04 .inner{
	width:1010px;
	margin:auto;
	padding:40px 0;
}
.section04 .inner h3 , .section05 .inner h3 , .section06 .inner h3{
	background:url(../img/bg_tit.jpg) repeat;
	font-size:1.3em;
	padding:0 0 7px 0;
	width:100%;
	box-sizing:border-box;
	margin:0 0 25px 0;
}
.section04 .inner p{
	margin:0 0 45px 0;
	font-size:1.2em;
}

.section04_txt01{
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;
	text-align:center;
	padding:10px 0;
}





.contactarea{
	background:url(../img/bg_contact.png) no-repeat;
	position:relative;
	height:209px;
	width:1050px;
	margin:-160px auto 10px;
	z-index:10;
}
.contactarea01{
	background:url(../img/bg_contact.png) no-repeat;
	position:relative;
	height:209px;
	width:1050px;
	margin:0 auto 10px;
	z-index:10;
}
.contactarea p , .contactarea01 p{
	position:absolute;
	right:50px;
	bottom:60px;
}
.contactarea_txt{
	font-size:0.8em;
	text-align:center;
	width:1050px;
	margin:0 auto 20px;
}



.section05{
	width:100%;
	position:relative;
}
.section05 .inner{
	width:1010px;
	margin:auto;
	padding:40px 0;
}
.section05 .inner dl{
	margin:0 0 40px 0;
}

.section05 .inner dt{
	background:url(../img/ico_qa1.png) 0 50% no-repeat;
	padding:0 0 0 35px;
	margin:0 0 15px 0;
		 }
.section05 .inner dd{
        background:url(../img/ico_qa2.png) 0 5% no-repeat;
	padding:0 0 0 35px;
	margin:0 0 0 30px;
		 }


/*=================form================*/

#heading{
	text-align:center;
}
.section06{
	width:100%;
	position:relative;
	
}
.section06 .inner {
  width: 1010px;
  margin: 0 auto;
  padding: 40px 0; }
.section06 p.ermsg {
  font-size: 12px;
  color: #f00; }
.form_section{
	width:100%;
	margin:auto;
}
.form_section table , .section05 .inner table {
    margin-top: 40px;
    width: 100%;
	margin:40px auto 0;
	color:#333;
}
.form_section table , .section05 .inner table{
    background: #f5f5f5;}
  .form_section table th , .section05 .inner table th {
    width: 280px;
	font-size:0.8em;
	border: 1px solid #ddd;
	padding:20px;
    position: relative; }
  .form_section table td , .section05 .inner table td {
    background: #fff;
	padding:20px;
	font-size:0.8em;
	border: 1px solid #ddd; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 94%;
  font-size: 14px; }
 .form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #323d7f;
  background: #323d7f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: url(../images/ico_form.jpg);
    position: absolute;
    top: 50%;
	width:15px;
	height:15px;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }




.section07{
	width:100%;
	position:relative;
	
	position:relative;
}
.section07 .inner{
	width:1000px;
	margin:auto;
	padding:40px 0;
}
.section07 .inner h3{
	color:#C00;
	margin:0 0;
	font-size:1.2em;
}
.section07 .inner h5{
	font-weight:bold;
	font-size:1em;
}
.section07 .inner p{
	margin:0 0 35px 0;
}

.tit_kasou{
	text-align:center;
	margin:30px auto;
	font-size:2em;
}

footer{
	padding:25px 0;
	border-top:2px #333333 solid;
	font-size:1.2em;
}

footer h4{
	font-size:1.3em;
	text-align:center;
	margin:0 0 30px 0;
}
footer table{
	font-size:0.9em;
	margin:30px auto;
	width:600px;
}
footer table td{
	padding:6px 0;
}

footer ul{
	text-align:center;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	width:600px;
	margin:0 auto;
}
footer ul li{
	display:inline !important;
	margin:0 15px;
	font-size:0.9em;
}

<!--返信ページ-->
#kakunin{
    padding:200px 0!important;

}

 
body {
  font-size: 16px;
  color: #000;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7; }

a {
  color: #333; }

a, a img {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.footer_fixed_btn_sp {
	display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
 }
.page_top{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(50, 61, 127, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #323d7f;
    color: #fff; }
  .page_top::after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -29px auto 0;
    z-index: 2; }



  

    .top .section01{
      padding: 25px 0 30px;
      position: relative;
       }
 


.copyright{
	text-align:center; padding:20px 0;
	font-size:0.8em;
}

@media only screen and (max-width: 768px) {
.section06 .inner , .section04 .inner  , .section03 .inner  , .section02 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.main_left{
	float:none;
	width:96%;
	margin:auto;
	text-align:left;
	font-size: 1.3em;
}
.main_right{
	float:none;
	width:96%;
	margin:auto;
}

.section03 .leftbox{
	float:left;
	width:96%;
	margin:0;
}

.section03 .rightbox{
	float:right;
	width:96%;
	margin:0 0 20px 0;
}
.section05 .inner table th {
	width:28%;
}
.form_section{
	width:96%;
	margin:auto;
}
.form_section table{
	width:100%;
}
.form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        }
.form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
.form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; }
.form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; }
.form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; }
	  
	  footer table , footer ul{
  font-size: 0.9em;
  margin: 30px auto;
  width:96%;
}
}



.thanks {
  width:100%;
	position:relative;
	background:url(../img/bg_qa.jpg) no-repeat;
	background-size:cover;}
  

  .thanks .inner {
    width: 1000px;
    margin: 0 auto;
	padding:40px 0;
    text-align: center; }

  .thanks p {
    margin-top: 40px; }
  .thanks a {
    display: block;
    border: 1px solid #323d7f;
    background: #323d7f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 35px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }


#contact {

  /*padding-top: 67px; */}


.main_ttl {
  text-align: center;
  margin:0 0 15px 0;
  background: url(../img/bg_subtit.jpg) repeat;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  -moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-o-border-radius: 0.5em;
-ms-border-radius: 0.5em;
padding:1%;
  font-weight: bold; }

@media only screen and (max-width: 1428px) {
	  .pc_panda {
    display: none !important; }

  .sp_panda {
    display: block !important; }
	

	.section04{
	width:100%;
	
	position:relative;
	height:auto;
	background:none;
	position:relative;
}
	
	.section04 h2{
	width:100%;
	background-color:#FF8000;
	text-align:center;
	padding:10px 0;
}
.img_panda01{
	text-align:center;
	display:block;
	margin:40px auto 0;
}
.contactarea_sp{
	margin:15px auto;
}
.contactarea_sp p{
	text-align:center;
	margin:0 0 15px 0;
}

.section04 h2::after{
top:104px;
}
}


/*==============スマホ==============*/
@media only screen and (max-width: 768px) {
	html,body{
    width: 100%;
min-width:100%;
box-sizing:border-box;
font-size: 16px;
}
.smp_inner{
	width:96%;
	margin:10px auto;
}
body {
  background-size:40px;
}
  .pc_only {
    display: none !important; }

  .sp_only {
    display: block !important; }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
.main_ttl{
	font-size:20px;
}
.main_smp{
	margin:0 0 40px 0;
}
.section01 .inner{
	width:100%;
	padding:0 2%;
	margin:40px auto 40px;
}
.section02{
	width:100%;
	margin:20px auto;
	padding:0;
}
.section02 .inner{
	width:100%;
	margin:0 auto 0;
}
.section02_txt01{
	width:96%;
	margin:20px auto;
	padding:0 2% 10vw;
}
.section02_txt02{
	margin:20px auto;
	width:96%;
	display:block;
	position:absolute;
	bottom:-25vw;
	text-align:center;

  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
}
.section02_txt03 {
    margin: 23.5vw auto 40px;
	text-align:left;
	width:96%;
}
.img_panda01{
	margin:20px auto 0;
}
.section03{
	padding:0;
}
.section03 .inner{
	width:96%;
	margin:40px auto;
}
.section03 .leftbox th{
	width:30%;
	font-weight:normal;
}
.section03 .inner dl{
	width:96%;
	margin:20px auto 20px;
}
.section03 .inner dt{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.section03 .inner .linetxt01{
	font-size:0.7em;
}
.section03_smptxt01{
	background-color:#f5f5f5;
	padding:3%;
}
.section04 .inner{
	padding:0;
	width:96%;
	margin:20px auto;
}
.section06 .inner{
	padding:0;
	width:96%;
	margin:20px auto;
}
.line01{
	border-bottom:3px #FF6666 solid;
	padding:0 0 3px 0;
}
.line02{
	border-bottom:3px #FF9D3C solid;
	padding:0 0 3px 0;
}
.line03{
	border-bottom:3px #8CCA4F solid;
	padding:0 0 3px 0;
}
.line04{
	border-bottom:3px #648BFF solid;
	padding:0 0 3px 0;
}
.line05{
	border-bottom:3px #F23376 solid;
	padding:0 0 3px 0;
}

.section04 h2 img{
	width:70%;
}
.section04 h2::after{
	display: block;
top:9.5vw;
position:absolute;
bottom: -32px;
left: calc(50% - 10px);
width: 25px;
background: no-repeat center/contain url(../img/ico_arrow.png);
content: "";
}

.section05 .inner{
	width:96%;
	margin:auto;
}
.section05_txt01 {
    font-size: 2em;
}
.contactarea_txt{
	width:96%;
	text-align:left;
	margin:0 auto 20px;
}

.contactarea_sp{
	width:96%;
}
 #contact {
      margin-top: -55px;
      padding-top: 55px;
	   }

.thanks {
      padding-top: 75px;
	   }
 .thanks .inner {
        width: 100%;
        padding: 0 10px; 
		}
.thanks a{
	width:96%;
	margin:auto;
}
.footer_fixed_btn .inner {
width: 100%;
padding: 5px 30px; } 
 .page_top {
      bottom: 95px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        margin: -17px auto 0; }
		
.footer_fixed_btn_sp {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn_sp .inner {
    width: 100%;
    padding: 5px 10px; }
  .footer_fixed_btn_sp ul {
    font-size: 0;
    text-align: center; }
    .footer_fixed_btn_sp ul li {
      font-size: 15px;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-left: 2%; }
      .footer_fixed_btn_sp ul li:first-child {
        margin-left: 0; }

/* =追跡ボタン
----------------------------------------------- */
.footer_fixed_btn_sp {
    bottom: -1000px;
    position: absolute;
    width: 100%;
	text-align:center;
    margin: 0 auto 0;
    padding: 0;
    line-height: 1;
    z-index: 100;
	transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}

footer{
	font-size: 1em;
}
footer ul li{
	display:block!important;
	margin:10px 0;
}
/* Fixed */
.footer_fixed_btn_sp.fixed {
    margin-top: 0;
    bottom: 0!important;
    position: fixed;
    padding: 10px 0 10px 0;
    height: auto;
	width:100%;
    transition: top 0.65s ease-in !important;
    -webkit-transition: top 0.65s ease-in !important;
    -moz-transition: top 0.65s ease-in !important;
}

.copyright{
	text-align:center; padding:10px 0 28vw 0; border-top:1px #D9E0E4 solid;
}
}





  .terms .heading {
    margin-top: 30px; }
  .terms .txt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #323d7f;
    margin-top: 30px; }
  .terms .txt p {
    margin-top: 5px; }

.footer_fixed_btn {
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }
  .footer_fixed_btn .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 7px 320px;
    text-align: center; }










@keyframes slideFromRightBox {
  0%, 65% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}







.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*=================ナビゲーション================*/  

element.style {
    display:inline-block!important;
	margin:auto;
}
.Nav {
  margin-top: 10px;
  /*border-top: solid 1px #F5F4F0;*/

}


@media screen and (max-width: 768px) {
  .Nav {
    position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -55px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #323D7F;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  .Nav .navbtn a.open {
  }
}
 
@media screen and (max-width: 768px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav ul {
  margin: 0 auto;
  max-width: 1100px;
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .Nav ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
  
}
.Nav ul li {
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin:0 60px 0 0;
}
.Nav ul li:last-child {
  margin:0;
}
@media screen and (max-width: 768px) {
  .Nav ul li {
    display: block;
    border-bottom: solid 1px #dddddd;
	margin:0;
  }
}
.Nav ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 15px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  z-index: 2;
  width:100%;
}
.Nav ul li.parent a {
  padding-right:25px;
}
.Nav ul li.parent a::before {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Nav ul li.parent .submenu li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #ACAC9D;
    border-right: solid 2px #ACAC9D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
.Nav ul li.parent.open a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 768px) {
  .Nav ul li.parent.open {
    border-bottom: none;
  }
}
  .Nav ul li.parent.open a{
    color: #FFF;
  }
  .Nav ul li.parent.open a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .Nav ul li.parent.open a {
    color: #FFF;
  }
}
 
/*.Nav ul li a:hover {
  color: #fff;
}
.Nav ul li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav ul li a,
.Nav ul li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav ul li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transition: .4s all;
}
.Nav ul li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/
 
/* 2階層 */
.Nav ul li ul {

  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
 
@media screen and (max-width: 768px) {
  .Nav ul li ul {
    background-color: #fbfbfb;
    position: static;
  }
}
 
.Nav ul li ul li {
  white-space: nowrap;
  width:100%;
}
 
.Nav ul li ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
  width:100%;
  text-decoration:none!important;
}
@media screen and (max-width: 768px) {
  .Nav ul li ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav ul li ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav ul li ul li a:hover {
  text-decoration: underline;
}
 
@media screen and (max-width: 768px) {
  .Nav ul li ul li a:hover {
    background-color: #FFF;
  }
}
 
.Nav ul li ul li ul li a {
  padding-left: 42px;
  text-decoration:none!important;
}
.Nav ul li ul li ul li a::before {
    left: 20px;
}



.Nav ul li a {
  display: inline-block;
  /*padding: 15px;*/
  position: relative;
}

.Nav ul li a::after {
  background-color:#28A3FF;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: .4s all;
  width: 0;
}

.Nav ul li a:hover::after {
  width: 100%;
}