@charset "utf-8";
/*===========================
add
===========================*/


/*===========================
detail01
===========================*/
.detail01{
  border-top: 1px solid #e96d5d;
  border-bottom: 1px solid #e96d5d;
  text-align: center;
  font-size: 1.5em;
  color: #e96d5d;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail01{
    text-align: center;
    font-size: 1em;
    padding: 15px;
  }
}


/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}



/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
wf
===========================*/
.wf-t {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t,	.wf-t {
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}


/*===========================
ol li
===========================*/
ol li{
	list-style-type: decimal;
  margin: 0 0  0 1.8em;
}


/*===========================
tableScrollTablet
===========================*/
@media screen and (min-width: 601px) {
  .tableScrollTablet{
    border: none !important;
  }
}



/*===========================
list-box
===========================*/
.list-box{
  display: flex;
}
@media screen and (max-width: 600px) {
  .list-box{
    display: block;
  }
}

.list-box li{
  background-color: #fff;
  border: 2px solid #e96d5d;
  width: 32%;
  text-align: center;
  color: #d85b4a;
  margin-right: 4%;
  padding: 10px 0;
  font-size: 1.1em;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .list-box li{
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 13px;
  }
}

.list-box li:last-child{
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .list-box li:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
}

