/*! Writen  by SCSS */
.zoom img {
	max-width: 250px;
}
@media screen and (max-width: 767px){
	.slid {
    	overflow-x: scroll;
	}
	.slid img {
		width: 650px;
		max-width: 650px;
	}
}
.l6{
	letter-spacing: -0.05em;
}
.l7{
	letter-spacing: -0.07em;
}
.l8{
	letter-spacing: -0.08em;
}
.l9{
	letter-spacing: -0.09em;
}
.l10{
	letter-spacing: -0.1em;
}
.l11{
	letter-spacing: -0.11em;
}
.l12{
	letter-spacing: -0.12em;
}
.l17{
	letter-spacing: -0.17em;
}
@media screen and (max-width:767px) {
.l6_sp{
	letter-spacing: -0.05em;
}
.l7_sp{
	letter-spacing: -0.07em;
}
.l8_sp{
	letter-spacing: -0.08em;
}
.l9_sp{
	letter-spacing: -0.09em;
}
.l10_sp{
	letter-spacing: -0.1em;
}
.l11_sp{
	letter-spacing: -0.11em;
}
.l12_sp{
	letter-spacing: -0.12em;
}
.l13_sp{
	letter-spacing: -0.13em;
}
.l14_sp{
	letter-spacing: -0.14em;
}
.l18_sp{
	letter-spacing: -0.18em;
}
}
/* sp-br */
.sp-br {
display: none;
}
@media screen and (max-width:767px) {
.sp-br {
display: block;
}
}
/* pc-br */
.pc-br {
display: block;
}
@media screen and (max-width:767px) {
.pc-br {
display: none;
}
}
/* main_wrap */
.main_wrap {
	display: flex;
	justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: solid 4px #003894;
}
.main_wrap_img {
  position: relative;
}

@media screen and (max-width: 767px) {
	.main_wrap {
 		margin-bottom: 0;
	}
}
/* ttl01 */
.container .ttl01 {
	font-size: 24px;
	color: #221815;
}
@media screen and (max-width: 767px){
.container .ttl01 {
    font-size: 18px;
	margin-bottom: 5px;
}
}
/* sec01 */
.container .sec01 {
	display: flex;
	justify-content: space-between;	
}
.container .sec01_01 {
	width: 48.5%;
	font-size: 14px;
	line-height: 1.7;
}
.container .sec01_02 {
	width: 50%;
}
.container .sec01 table{
    width: 100%;
	margin-bottom: 10px;
}
.container .sec01 tr{
	display: flex;
	justify-content: space-between;
}
.container .sec01 td{
	line-height: 1.4;
}
.container .sec01 .td01{
    width: 21.5%;
    vertical-align: top;
    text-align: left;
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 3px 0;
}
.container .sec01 .td02{
    width: 76%;
    vertical-align: top;
    text-align: left;
    padding: 3px 0 3px 5px;
    font-feature-settings: "palt";
    letter-spacing: -0.03em;
}
@media screen and (max-width: 767px){
	.container .sec01 {
		flex-wrap: wrap;
	}
	.container .sec01_01 {
		width: 100%;
		font-size: 13px;
	}
	.container .sec01_02 {
		width: 100%;
	}
	.container .sec01 table{
		border-top: solid 1px #b4b4b4;
		margin-bottom: 20px;
	}
	.container .sec01 tr{
		flex-wrap: wrap;
	}
	.container .sec01 td{
		line-height: normal;
	}
	.container .sec01 .td01{
		width: 100%;
		text-align-last: auto;
		padding: 5px 0;
	}
	.container .sec01 .td02{
		width: 100%;
		border-bottom: solid 1px #b4b4b4;
		padding: 5px;
	}
}