@charset "UTF-8";
/*
  reset + utility
*/

@import url(./ress.min.css);

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1f1f1f;
  line-height: normal;
  vertical-align: baseline;
}
body {
  font-size: 1.6rem;
  background: #FF986A;
}
.contents {
  background: #fff;
}

a { color: #1f1f1f; text-decoration: none;}
img { max-width: 100%; vertical-align: bottom;}
ul { list-style: none;}
fieldset { border: none;}
select, label { cursor: pointer;}
address { font-style: normal;}
table {	border-collapse: collapse; border-spacing: 0;}
em { font-weight: bold; font-style: normal;}
input { min-width: 0;}

/* ===========================================
	utilities
===========================================*/

@media screen and ( max-width: 767px ){
  .show-pc { display: none !important;}
}
@media screen and ( min-width: 768px ){
  .show-sp { display: none !important;}
}

.d-none         { display: none !important;}
.d-inline-block { display: inline-block !important;}
.d-block        { display: block !important;}

.wbba { word-break: break-all;}

.text-left   { text-align: left !important;}
.text-center { text-align: center !important;}
.text-right  { text-align: right !important;}

.text-red { color: #E50112;}

.font-weight-bold { font-weight: bold !important;}

.font-size-12 { font-size: 12px !important; }

.m-0 { margin: 0px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-40 { margin-bottom: 40px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }

.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }

.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
