body{
	color: #333333!important;
}

.bold{
	font-weight: bold!important;
}
.container .container-inner{
	padding: 0 25px!important;
}

@media only screen and (min-width: 641px){
#page-title .list-group.list-tag.left-side {
    /* font-size: 16px; */
    font-size: 1.6rem;
    bottom: -45px;
    right: auto;
	left: 265px;
	}
	#page-title .tag-title.left-side {
    width: 28.5em;
    text-align: center;
    float: left;
    margin-right: 0;
	margin-top: 5px;
}
}

.sub{
	text-align: center;
	font-size: 25px;
	display: block;
	font-weight: bold;
}
.sub::before,.sub::after{
	content: "";
	width: 27px;
	height: 2px;
	background-color: #333333;
	display: inline-block;
	margin-bottom: 8px;
}
.sub::before{
	transform: rotate(45deg);
}
.sub::after{
	transform: rotate(-45deg);
}
.btn.shadow.btn-orange-link {
background: #F7931E;
color: #fff;
border: 2px solid #F7931E;
line-height: 1.6;
font-size: 26px;
padding: 0.6em 1em;
box-shadow:none;
width: 513px;
}

.btn.shadow .fas.fa-chevron-right {
position: absolute;
right: 12px;
top: calc(50% - 12px);
top: calc(50% - 9px);
}
.btn.shadow.btn-orange-link.icon-arrow-right:before,.btn.shadow.btn-orange-link.icon-arrow-right:after {
display:none;
}
.img-size01{width: 863px;}
.img-size02{width: 524px;}
.img-size03{width: 578px;}
.flexBox{
	display: flex;
	flex-wrap: wrap;
}
.box1{
	align-items: center;
	justify-content: center;
}
.box1 .box-img1{
	width: 374px;
}
.box1 .box-img2{
	width: 340px;
}
.red_txt{
	color: #AD1F28;
}
.black_txt{
	color: #333333;
}
.blue_txt{
	color: #084098;
	font-size: 18px;
	border-bottom: 1px solid #084098;
	padding-bottom: 5px;
}
.border_black{
	border-bottom: 2px solid #333;
}
.border_black:hover,.blue_txt:hover{
	text-decoration: none;
	border-color: #606060
}
.bg_gray{
	background-color: #F9F9F9;
}

.f28{font-size: 28px;}
.f25{font-size: 25px;}
.f20{font-size: 20px;}
.f16{font-size: 16px;}
table.tbl01{
  border-bottom: 2px solid #CDCDCD;
  border-left: 2px solid #CDCDCD;
}
table.tbl01 th {
  background: #F9F9F9;
  width: 138px;
  vertical-align: middle;
  border-top: 2px solid #CDCDCD;
  border-right: 2px solid #CDCDCD;
  color:#333;
  text-align: left;
  padding-left: 13px;
  padding-right: 10px 5px 10px 10px;
}
table.tbl01 td {
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  border-top: 2px solid #CDCDCD;
  border-right: 2px solid #CDCDCD;
  padding: 10px;
  text-align: left;
  color: #333;
}
table.tbl01 td.w-140{
	width: 140px;
}
table.tbl01 td.glay{
	background-color: #F9F9F9;
}
.list01 li {
	  text-indent: -1em;
  padding-left: 1em;
}
.list01 li::before{
	content: "";
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
	width: 8px;
	height: 8px;
	background-color: #1B5D99;
	transform: rotate(45deg);
}

.list01 li:nth-of-type(n+2){margin-top:10px;}
.at-txt{
	font-size: 15px;
	color: #A29B9B;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.background-color1 {
    background: #f5f5f5;
}
.container-inner .tbl01.r-txt tr{
	font-size: 18px;
	font-weight: normal!important;
}
h4{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.samePlTxt {
    padding-left: 20px;
    position: relative;
	font-feature-settings: "palt";
}
.samePlTxt span {
    position: absolute;
	left: 0;
}

@media only screen and (max-width: 640px){
	.sp_w100p{
		width: 100%;
	}
	.container .container-inner{
		padding: 0!important;
	}
	.img-size01,.img-size02,.img-size03{width: 100%;}
	table.tbl01 tr{
		display: flex;
		flex-wrap: wrap;
	}
	.f28{font-size: 20px;}
	.f25{font-size: 20px;}
	.f20{font-size: 18px;}
	.sub{
		font-size: 15px;
	}
	.btn.shadow.btn-orange-link{
		font-size: 18px;
	}
	.sub::before, .sub::after{
		width: 18px;
		margin-bottom: 0;
	}
	.box1 .box-img2{
		width: 80%;
		margin: 15px auto;
	}
	table.tbl01 td{
		font-size: 15px;
	}
table.tbl01 th,table.tbl01 td {
  display: block;
  width: 100%;   
  padding: 12px 5px 12px 12px;
	}
table.tbl01 td
h2 + table {
	display: block;
	width: 100%;
	margin-top: 20px;
}
h2 + table th, h2 + table td  {
	display: block;
	width: 100%;
	padding: 12px 5px 12px 12px;
}
table.tbl01 th.sp_w30p, table.tbl01 td.sp_w30p{
		width: 30%;
	}
table.tbl01 th.sp_w70p, table.tbl01 td.sp_w70p{
	width: 70%;
}
	h4{
		font-size: 18px;
	}
	.blue_txt{
		font-size: 16px;
	}
}