@charset "UTF-8";
/* CSS Document */

.sectionLv03 {
	margin-bottom: 30px;
}

.sectionLv05 {
	margin-bottom: 50px;
}

div[class^="section"]:last-of-type {
	margin-bottom: 0;
}

.txtcolor_dock01 {
	color: #F00;
}

.fontLL {
    font-size: 180%;
}

.taC {
	text-align: center;
}

.taR {
	text-align: right;
}

.wMax {
	width: 100%;
}

.btn_dock01 {
	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_dock01::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;
}

.tit_dock01 {
	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_dock02 {
	position: relative;
	padding: 0.25em 0;
	margin-bottom: 1em;
	color: #FC5D5A;
	font-size: 115%;
}

.tit_dock02: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);
}

.tit_dock03 {
	font-size: 105%;
	margin-bottom: 0.8em;
	border-bottom: 1px dotted #CCC;
}

.tit_dock03:before {
	content: "■ ";
	color: #FC5D5A;
}

.list_dock01 > li {
	list-style: none!important;
	margin: 0!important;
}

.list_dock01 > li:before {
	content: "● ";
	color: #CDCDCD;
}

ul.dockNav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

ul.dockNav li {
	list-style: none!important;
	margin: 0 0 1.5em 0!important;
	padding: 0!important;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #FC5D5A;
	width: 48%;
	flex: 0 1 auto;
}

ul.dockNav li:last-of-type {
	margin-bottom: 0;
}

ul.dockNav li h3 {	
}

ul.dockNav li h3 a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #FC5D5A;
	padding: 5px 10px;
	position: relative;
}

ul.dockNav li h3 a::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;
}

ul.dockNav li h3 a:hover {
	opacity: 0.7;
}

ul.dockNav li > div {
	padding: 10px 15px;
	font-size: 95%;
}

#main_contents_naka table {
	border: 1px #BBB solid;
	border-collapse: collapse;
}

#main_contents_naka th,
#main_contents_naka td {
	border: 1px #BBB solid;
}

#main_contents_naka th {
	background:#E6E6E6;
	color: #333;
	vertical-align: middle;
}

/* faq
--------------------------------------------- */

.faqList {
	margin-left:0!important;
	margin-bottom:30px;
}

.faqList li {
	float:left;
	list-style:none!important;
	border-left:1px solid #999;
	line-height:120%;
	padding:0 10px;
	margin:0 0 10px 0!important;
}

.faqList li:last-child {
	border-right:1px solid #999;
}

.faq {
	margin-bottom:50px;
	border-bottom: 1px dotted #D5D5D5;
}

.question {
	font-weight: bold;
	cursor: pointer;
	/*background-color:#D3E9FF;*/
	background-image:url(../img/ico_faq01.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	padding:8px 25px 8px 45px;
	margin:0;
	border-top: 1px dotted #D5D5D5;
	font-size: 100%!important;
	position: relative;
}

.question:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 2px solid #BBBBBB; /* 線の太さ */
    border-right: 2px solid #BBBBBB; /* 線の太さ */
    transform: rotate(135deg); /* 右向き矢印 */
}

.answer {
	display: none;
	background-color:#FFF;
	background-image:url(../img/ico_faq02.png);
	background-repeat:no-repeat;
	background-position:15px 8px;
	padding:8px 25px 8px 43px;
	/*border:2px solid #D3E9FF;*/
	font-size: 100%!important;
	color: #333!important;
	font-weight: normal!important;
}

@media print{
  .answer { display: block;}
}

.button003 a {
  font-size: 18px;
  text-decoration: none;
    background: #D85457;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #E68487;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}