@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual h2 .small {
	font-size: 2.4rem;
}
.mainVisual h2 .icon img {
	width: 40px;
}
.mainVisual h2  ul li {
	width: 140px;
	text-align: center;
    margin: auto;
	color: #fff;
	background-color: #FF7463;
	font-size: 1.6rem;
    font-weight: normal;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 3px;
    margin-bottom: 20px;
    margin-top: 25px;
}
#main .comTxtBox .inn {
	padding-bottom: 30px;
}
#main .comTxtBox .inn .redTxt {
	color: #ff0000;
	margin-bottom: 11px;
}
#main p {
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .sec01 {
	margin-bottom: 76px;
}
#main .sec02 .headLine01 {
	margin-bottom: 30px;
}
#main .sec04 .headLine01 {
	margin-bottom: 30px;
}
#main .comRerationUl {
    margin-bottom: 50px;
}
#main .comTable th,
#main .comTable td {
	padding: 17px 5px 18px 23px;
}
#main .comTable .thead th {
    padding: 17px 23px 18px;
}
#main .comTable td a {
	padding: 4px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #0747a6;
	display: block;
	text-align: center;
	position: relative;
	border: 2px solid #0747a6;
	border-radius: 40px;
	box-shadow: 0px 3px 2.91px 0.09px rgba(0, 0, 0, 0.15);
}
#main .comTable td a:before {
	margin-top: -3px;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 7px;
	top: 50%;
	display: inline-block;
	border-right: 2px solid #0747a6;
	border-bottom: 2px solid #0747a6;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	content: "";
}
#main .comTable td .red {
	color: #f00;
	border-color: #f00;
}
#main .comTable td a.red:before {
	border-color: #f00;
}
#main .comTable td .red_close {
	color: #f00;
	border-color: #f00;
    pointer-events: none;
    opacity: 0.4;
}
#main .comTable td a.red_close:before {
	border-color: #f00;
}
#main .sec02 {
	margin-bottom: 80px;
}
#main .sec02 .note {
	margin-top: 24px;
	text-indent: -1em;
	padding-left: 1em;
}
#main .sec02 .note span {
	font-weight: bold;
}
#main .comGrey01 .title {
	margin-bottom: 11px;
	font-size: 1.8rem;
}
#main .comGrey01 th, #main .comGrey01 td {
	padding: 2px 0;
	border: none;
}
#main .comGrey01 tr:first-child th, #main .comGrey01 tr:first-child td {
	padding-top: 23px;
}
#main .h3Ttl {
	margin-bottom: 50px;
}
#main .headLine02 {
	margin-bottom: 20px;
}
#main .comGrey {
    margin-top: 40px;
}
#main .comTable  .table_line-through {
		text-decoration: line-through;
	}
#main .table02 {
	padding-top: 60px;
}

@media only screen and (min-width: 768px) {
	#main .comTable td a:hover {
		color: #fff;
		background: #0747a6;
	}
	#main .comTable td a:hover:before {
		border-color: #fff;
	}
	#main .comTable td a.red:hover {
		background: #f00;
	}
	#main .comTable .thead th:nth-child(2),
	#main .comTable .thead th {
		width: 9.5%;
	}
	#main .comTable .thead th:first-child {
		width: 18.2%;
	}
	#main .comTable .thead th:nth-child(2) {
		width: 15.8%;
	}
	#main .comTable .thead th:nth-child(3) {
		width: 47%;
	}
	#main .comTable .thead th:nth-child(4),
	#main .comTable .thead th:nth-child(5) {
		text-align: center;
	}
	#main .comTable td:nth-child(4),
	#main .comTable td:nth-child(5) {
		padding: 14px 15px;
		text-align: center;
	}
    /*#main .comTable  .table_line-through {
		text-decoration: line-through;
	}*/
}

@media only screen and (max-width: 767px) {
	.mainVisual h2 .small {
		font-size: 1.6rem;
	}
    .mainVisual h2 .icon img {
    width: 28px;
    }
    .mainVisual {
		margin-bottom: 20px;
	}
        .mainVisual h2 ul li {
		width: 80px;
		font-size: 1rem;
		padding: 2px 3px;
        margin-bottom: 10px;
        margin-top: 15px;
	}
	#main p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .sec01 {
		margin-bottom: 39px;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 15px;
	}
	#main .sec02 {
		margin-bottom: 39px;
	}
	#main .sec02 .note {
	    margin-top: 17px;
	}
	#main .comRerationUl {
		margin-bottom: 30px;
	}
	#main .comGrey01 tr:first-child th, #main .comGrey01 tr:first-child td {
		padding-top: 2px;
	}
    #main .h3Ttl {
    margin-bottom: 30px;
	}
    main .headLine02 {
  padding: 8px 0 12px 10px;
  margin-bottom: 17px;
	}
        #main .sec02 .headLine01 {
	margin-bottom: 15px;
}
    #main .comGrey {
    margin-top: 20px;
}
    #main .table02 {
	padding-top: 30px;
}
}

@media only screen and (-ms-high-contrast:none){
	#main .comTable td a {
		padding: 5px 4px 3px;
	}
}


#main .gray {
	padding: 36px 39px;
	margin-bottom: 40px;
	background-color: #F6F6F6;
}
#main .gray h5 {
	margin-bottom: 14px;
	padding-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#main .gray p {
	font-size: 1.6rem;
	line-height: 1.625;
    padding-top: 10px;
}
#main .gray .ttl {
	margin-bottom: 10px;
	font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
#main .gray dl {
	margin-bottom: 33px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .gray dl dt {
	width: 154px;
	float: left;
	color: #0747a6;
	font-weight: bold;
}
#main .gray dl dd {
	padding: 0 0 4px 156px;
}
#main .gray .comRerationUl {
	margin-bottom: 24px;
}
#main .gray ul li {
	font-size: 1.6rem;
	line-height: 1.625;
}
#main .gray ul li:not(:last-child) {
	margin-bottom: 10px;
}
#main .gray a {
	text-decoration: underline;
}
#main .gray a:hover {
	text-decoration: none;
}
#main .gray a[href^="tel:"] {
    text-decoration: none;
}
#main .gray .text01 {
	margin-bottom: 9px;
}
#main .gray .text02 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	#main .gray {
		padding: 12px 15px 23px;
		margin-bottom: 25px;
	}
	#main .gray h5 {
		margin-bottom: 16px;
		padding-bottom: 8px;
		font-size: 1.4rem;
		line-height: 1.42;
		letter-spacing: 1px;
	}
	#main .gray p {
		font-size: 1.2rem;
		line-height: 1.5;
	    padding-top: 4px;
    }
	#main .gray .ttl {
		margin-bottom: 4px;
        padding-bottom: 4px;
	}
	#main .gray dl {
		margin-bottom: 10px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .gray dl dt {
		margin-bottom: 1px;
		width: auto;
		float: none;
	}
	#main .gray dl dd {
		padding: 0 0 13px;
	}
	#main .gray .comRerationUl {
		margin: 7px 0 19px;
	}
	#main .gray .text01 {
		margin-bottom: 14px;
	}
	#main .gray ul li {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

.mb0{
	margin-bottom: 0 !important;
}