@charset "UTF-8";

html {
  font-size:62.5%;
  height:100%;
}
body {
  font-size:1.4rem;
  margin: 0;
  padding: 0;
  height:100%; 
  background: rgb(255, 255, 255);

}

body > .box {
	height: auto;
}
*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

/*アニメーション*/
.effect-fade {
	opacity:0;
	transform:translate(0, 45px);
	transition:all 3500ms;
}

.effect-fade.effect-scroll {
	opacity : 1;
}
.mbr {display:none;}
.pcbr {display:block;}
@media (max-width: 800px) {
	.mbr {display:block;}
	.pcbr {display:none;}
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #cdab00 0, #cd0000 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #cd0000 0, #cd0000 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}


dl{
  box-sizing: border-box;
  
  width:100%;
  display: flex;

}
dt,
dd{
  
  font-size: 14px;
  text-align: left;
}
dt {width: 180px;}

@media (max-width: 650px) {
    dl{
      width: 100%;
	  display: block;
    }
    dt,
    dd{
      display: block;
    }
	dt {border: none;}
	dd{border-bottom: 1px dashed #999;}
}


/*===============================

トップページ

===============================*/
#contents {

    display: flex;
    justify-content: center;
    align-items: center;
}
.content_box1 {
    width: 500px;
	text-align: center;
    padding:50px 15px;

}

/*明朝*/
footer {font-family: "Sawarabi Mincho";}



@media (max-width: 850px) {
	.content_box3 {
		width: 100%;
		padding:70px 0px;
	}
	.payment_list ul{
		list-style-position: inside;
		padding: 10px 20px;
		border: 1px solid #a6a6a6;
	}
}
/*===============================

footer

===============================*/
footer {
	color:#000;
	text-align:center;	
	font-size: 0.6em;
}
.footerbox a {color: #b2b2b2;}
footer img {max-width:200px;}
.footer_x {padding-top: 50px;}
.footer_x img{width: 130px;}
@media (max-width: 850px) {
}

