@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	background: #fff;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 100px;
}
footer {
	bottom: 0;
	position: absolute;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	background: rgba(255,255,255,0.01);
}
a {
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
/* clearfix */
clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	height: 1%;
}
h1, h2, h3 {
	font-weight: bold;
}
/* -------------------------------------------------------------
　txt
--------------------------------------------------------------*/
.limited_over {
	color: #a32c1f;
	font-weight: bold;
}
.txt_color_red01 {
	color: #ff0000;
}

/* -------------------------------------------------------------
　title
--------------------------------------------------------------*/
.title.type01 {
	font-size: 20px;
}
.title.type02 {
	font-size: 20px;
	padding: 10px 15px;
	background: #e6e6e6;
}
/* -------------------------------------------------------------
　icon
--------------------------------------------------------------*/
.icon {
	cursor: pointer;
	position: relative;
}
/*  icon_add */
.icon_add {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	padding: 5px;
	border: solid 1px #b3b3b3;
	background: #f4f4f4;
}
.icon_add:before, .icon_add:after {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 13px;
	left: 5px;
	background: #333;
}
.icon_add:before {
	width: 2px;
	height: 20px;
	top: 4px;
	left: 14px;
}
/*  icon_calendar */
.icon_calendar {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	padding: 5px;
	border: solid 1px #b3b3b3;
	background: #f4f4f4 url(../img/icon_calendar.png) no-repeat;
	background-size: 20px;
	background-position: 5px 5px;
}
/*  icon_close */
.icon_close {
	position: absolute;
	display: inline-block;
	top: 2px;
	left: 2px;
	border: 0;
	border-radius: 32px;
	transform: scale(0.5);
	cursor: pointer;
}
.icon_close:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 4px;
	left: 13px;
	width: 6px;
	height: 24px;
	background: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon_close:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 4px;
	left: 13px;
	width: 6px;
	height: 24px;
	background: #fff;
	moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*  icon_edit */
.icon_edit {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	padding: 5px;
	border: solid 1px #b3b3b3;
	background: #f4f4f4 url(../img/icon_edit.png) no-repeat;
	background-size: 20px;
	background-position: 5px 5px;
}
/*  icon_edit */
.icon_delete {
	width: 32px;
	height: 32px;
	position: relative;
	display: block;
	padding: 5px;
	border: solid 1px #b3b3b3;
	background: #f4f4f4 url(../img/icon_delete.png) no-repeat;
	background-size: 16px;
	background-position: 8px 5px;
}
/* -------------------------------------------------------------
　btn
--------------------------------------------------------------*/
.btn {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 0 12px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}
.btn.type01 {
	color: #fff;
	border: solid 1px #fff;
	background: #000;
}
.btn.type02 {
	color: #fff;
	background: #ff6633;
}
.btn.type03 {
	color: #fff;
	border: solid 2px #e17800;
	background: #ff8b06;
}
.btn.type04 {
	color: #bbb;
	border: solid 2px #bbb;
}
.btn.type05 {
	color: #d7000f;
	border: solid 2px #d7000f;
}
.btn.type06 {
 font-weight: bold;
	color: #5d070c;
	border: solid 2px #5d070c;
}
.btn.type07 {
	color: #fff;
	background: #999999;
}
/* -------------------------------------------------------------
　bg
--------------------------------------------------------------*/
.bg_red01 {
	background: #ca1616;
}
.bg_pink01 {
	background: #fd058b;
}
.bg_blue01 {
	background: #2f02d8;
}
.bg_blue02 {
	background: #2251ed;
}
.bg_orange01 {
	background: #ff8b06;
}
.bg_brown01 {
	background: #cf5e14;
}
.bg_green01 {
	background: #058fad;
}
.bg_purple01 {
	background: #ae00ff;
}
.bg_gray {
	background: #e6e6e6;
}
/* -------------------------------------------------------------
　hr
--------------------------------------------------------------*/
hr.type01 {
	border-bottom: solid 1px #eee;
}
/* -------------------------------------------------------------
　table
--------------------------------------------------------------*/
table.type01 {
	width: 100%;
	border-top: 1px solid #dddddd;
}
table.type01 th {
	border-bottom: 1px solid #dddddd;
}
table.type01 .type01_th {
	padding: 20px 10px;
	background-color: #fff6d8;
}
table.type01 .type01_td {
 display: flex;
 align-items: center;
	padding: 12px 10px;
	border-bottom: 1px solid #dddddd;
}
table.type01 .type01_th, table.type01 .type01_td {
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
table.type01 th, table.type01 td {
 vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}
table.type01 .select {
	margin: 0 5px 0 0;
}
table.type01 .txt01 {
	margin: 0 5px 0 0;
}
table.type01 .type02_th {
	padding: 65px 10px;
	background-color: #fff6d8;
}
table.type02 th {
 vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}
table.type01 .type02_th, table.type01 .type02_td {
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

/* -------------------------------------------------------------
　form
--------------------------------------------------------------*/
input[type="text"] {
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	width: 100%;
	-moz--sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizinboxg: border-box;
}

select {
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
}



/*  radio_type01 */
.radio_type01 input[type="radio"] {
	display: none;
}
.radio_type01 label {
	position: relative;
	display: inline-block;
	padding: 8px 40px;
	cursor: pointer;
	width: 100%;
	background: #fff6d8;
}
.radio_type01 label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 12px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.radio_type01 input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 48%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #f6c238;
	border-radius: 100%;
}
input[type="radio"]:checked + label {
	width: 100%;
	background: #f6c238;
	color: #fff;
}

/*  radio_type02 */
input[type="checkbox"] {
	display: none;
}
.radio_type02 label {
	display: block;
	float: left;
	cursor: pointer;
	width: 60px;
	margin: 0;
	padding: 10px;
	background: #e6e6e6;
	color: #869198;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radio_type02 label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.radio_type02 label:last-of-type {
	border-radius: 0 3px 3px 0;
}
.radio_type02 input[type="radio"]:checked + .switch-on {
	background-color: #66a6ff;
	color: #fff;
}
.radio_type02 input[type="radio"]:checked + .switch-off {
	background-color: #ff938b;
	color: #fff;
}

/* checkbox_type01 */
.checkbox_type01_input{
  display: none;
}
.checkbox_type01 label {
	position: relative;
	display: inline-block;
	padding: 10px 20px 10px 40px;
	cursor: pointer;
	width: 100%;
	background: #fff6d8;
}
.checkbox_type01_parts {
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}

.checkbox_type01 label::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background:#fff;
}
.checkbox_type01 input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 19px;
  width: 10px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ed7f00;
  border-right: 3px solid #ed7f00;
}
.checkbox_type01 input[type="checkbox"]:checked + label {
	width: 100%;
	background: #f6c238;
	color: #fff;
}
.checkbox_type01{
-webkit-flex-grow: 1;
flex-grow: 1;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}

.checkbox_type01 label{
-webkit-flex-grow: 1;
flex-grow: 1;
}

/* checkbox_type02 */
.checkbox_type02_input{
  display: none;
}
.checkbox_type02 label {
	position: relative;
	padding: 10px 40px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
}
.checkbox_type02 label::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background:#fff;
}
.checkbox_type02 input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 19px;
  width: 10px;
  height: 18px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ed7f00;
  border-right: 3px solid #ed7f00;
}


/*  textarea */
.textarea_wrap {
	padding: 0 10px;
}
textarea {
	padding: 5px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #b3b3b3;
	width: 100%;
	-moz--sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizinboxg: border-box;
}

/* カウント表示 */
.cnt_area1{
    margin-left : 10px;
    margin-right : 10px;
}
.cnt_area2{
    margin-left : 10px;
    margin-right : 10px;
}

/* rangeslider（加藤追記） */

.radioslider {
	padding: 20px 10px;
	background: #f4f3ed;
}
.radioslider:after {
	content: "";
	display: block;
	clear: both;
}
.radioslider .value {
	display: block;
	padding: 0 0 15px;
	font-size: 16px;
	text-align: center;
}
.radioslider .left {
	float: left;
	padding: 15px 0 0;
	font-size: 16px;
}
.radioslider .right {
	float: right;
	padding: 15px 0 0;
	font-size: 16px;
	text-align: right;
}


/* rangeslider */
.rangeslider_wrap {
 padding: 0 20px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  background: #fef7db;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #5c0e1d;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #5c0e1d;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-size: 100%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

.output_wrap {
 display: flex;
 justify-content: center;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin: 30px 0 20px;
}



.box{
  margin-top: 20px;
  padding-left: 15px;
  width: 95%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #000000;
}


/* スライダーサンプル２ */
.box-minmax{
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #000000;
  span:first-child{
    margin-left: 10px;
  }
}


