@charset "UTF-8";
/*リセットcss*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
	font: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  display: none;
}
[type="image"]{
  position: absolute;
  max-width: 466px;
  width: 100%;
  margin-left: 40%;
}
html{
	font-size:62.5%;
}
body{
	margin: 0 auto !important;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size:1.8em;
	line-height:175%;
	position:relative;
	background-color:#ffffff;
	color:#29100a;
	max-width: 1000px;
}
.content{
	position: relative;
	max-width:1000px;
	margin:0 auto 0px;
}
/*共通*/
img{
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
  display:block;
}
input[type="text"]:focus {
  outline: 0;
}
a,input{
	color:#fff;transition: 0.6s ;
	text-decoration:none;}
a:hover{ text-decoration:underline;}

/*カート*/
main{
  position: relative;
  width: 100%;
  margin: auto;
}
.list {
    padding:14px 0 0 160px;
    background: #f8f9fd url(../img/p00_fv06bg.jpg) no-repeat center top;
    background-color: #f8f9fd;
    background-size: 100%;
	height: 324px;
}
.list .flexbox{
  display: flex;
  max-width: 596px;
}
.list .flexbox li{
  padding:8px 2px;
  background-color: #fff;
  border: 1px solid #015792;
  color: #313131;
  width: 100%;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 6px 6px 0;
  line-height: 125%;
  font-size: 14px;
}
.list .flexbox li span{
    color: #313131;
}
.cvbtn{
  background-color: #13558c;
}
.cvbtn a,
.telbtn a{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.telbtn{
  width: 100%;
	background: url(../img/s09_tel_btn_bg.jpg) no-repeat;
  background-size: cover;
	display: block;
}
.telbtn img{
	max-width: 472px;
	margin: 0 0 0 267px;
}
.accordion{
  margin: 0 auto 80px;
}
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0em;
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.ac_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.ac_content {		/*本文*/
	height: 0;
	margin-bottom:0px;
	padding:0 0px;
	overflow: hidden;
}
#block-01 + .Label{	/*開閉時*/
  background: url(../img/s08_qa02_cl.jpg) no-repeat;
  background-size: contain;
}
#block-02 + .Label{	/*開閉時*/
  background: url(../img/s08_qa04_cl.jpg) no-repeat;
  background-size: contain;
}
#block-03 + .Label{	/*開閉時*/
  background: url(../img/s08_qa06_cl.jpg) no-repeat;
  background-size: contain;
}
.toggle .Label img{
  transition: all .3s;
}
.toggle:checked + .Label img{
  opacity: 0;
}
.toggle:checked + .Label + .ac_content {	/*開閉時*/
	height: auto;
	padding:0px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*フッター*/
footer {
	margin: 30px 0 0px;
}
footer ul{
	padding:0 0%;
	margin: 0px auto 30px;
	text-align: center;
	}
footer ul .flexbox{
	padding:0 0%;
	margin: 0px auto 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}
footer ul li{
	list-style: none;
	margin: 0 0 10px;
	display:flex;
	align-items:center;
	line-height:100%;
}
footer ul li::after{
	content: "";
	display: inline-block;
	height: 1em;
	width: 1px;
	margin: auto 10px;
	border-right: 1px solid #29100a;
}
footer ul li:last-of-type::after{
	display: none;
}
footer a,footer a:hover,footer a:visited{
	color:#29100a;
	padding-bottom:0px;
	font-size:0.85em;
	opacity:1;
	}
footer a:hover{
	text-decoration:underline;
	opacity:1;
}
.copy{
	text-align: center;
	font-size: 0.75em;
  line-height: 140%;
  padding: 10px 0 100px;
  color: #fff;
  background-color: #025893;
}
/*フローティング*/
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0 0px;
  overflow: hidden;
  opacity: 1;
	display: block;
}
#page-top .fixed-box{
	width: 100%;
	max-width: 750px;
	margin: auto;
}

#page-top a{
  transition:all 0.3s;
}
#page-top {
  position: fixed;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(250px);
}

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(250px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(250px);
  }
}
@media (min-width: 960px) {
#page-top .fixed-box{
	max-width: 500px;
	margin: auto;
}
}
@media (max-width:640px){
.list .flexbox li{
  font-size: 15px;
}
}

@media (max-width:530px){
.list .flexbox li{
  font-size: 14px;
}
.list {
    padding:0 2%;
}
}
@media (max-width:475px){
.list .flexbox li{
  font-size: 12px;
}
.list {
    padding:0 1%;
}
.list .flexbox li{
  padding:8px 2px;
  margin: 4px 4px;
}
}
@media (max-width:375px){
.list .flexbox li{
  font-size: 11px;
}
}
