@charset "UTF-8";
/* CSS Document */

.taR { text-align: right; }

.fzS { font-size: 90%; }
.fzLL { font-size: 120%; }

.txtColor01 { color: #FC5D5A; }
.fwB { font-weight: bold; }

.fltR {
    float: right;
}

.fltL {
    float: left;
}

.wMax {
    width: 100%;
}

.tit_special01 {
    font-size: 120%;
	color: #333;
	padding: 7px 15px;
	margin-bottom: 1em;
	text-shadow: 0 0 5px white;
	border-left: solid 5px #FC5D5A;
	background: -webkit-repeating-linear-gradient(-45deg, #FCDCDC, #FCDCDC 3px,#FDEBEB 3px, #FDEBEB 7px);
	background: repeating-linear-gradient(-45deg, #FCDCDC, #FCDCDC 3px,#FDEBEB 3px, #FDEBEB 7px);
}

.tit_special02 {
	position: relative;
	padding: 0.25em 0;
	margin-bottom: 1em;
	color: #FC5D5A;
	font-size: 115%;
}

.tit_special02:after {
	content: "";
	display: block;
	height: 3px;
	background: -moz-linear-gradient(to right, #FDC2C1, transparent);
	background: -webkit-linear-gradient(to right, #FDC2C1, transparent);
	background: linear-gradient(to right, #FDC2C1, transparent);
}

.btn_special01 {
	display: inline-block;
	margin:0 auto;
	padding: 7px 25px 7px 15px;
    color: #FFF!important;
	text-align: center;
	background-color: #FC5D5A;
	line-height: 1;
	position: relative;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.btn_special01::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.btn_dock01:hover {
	opacity: 0.7;
	text-decoration: none;
}

.sectionLv03 {
	margin-bottom: 30px;
}

.sectionLv05 {
	margin-bottom: 50px;
}

ol.list_check {
  counter-reset: my-counter;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
 
ol.list_check li {
    margin: 0 0 10px!important;
    padding: 0 0 10px 35px;
    position: relative;
    list-style: none!important;
    border-bottom: 1px dotted #FC6562;
}
ol.list_check li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FC6562;
  color: #FFF;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 28px;
  margin-left: -35px;
  text-align: center;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.strong_basic01 {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}