/*! Writen  by SCSS */
sup {
	font-size: 10px;
}
.zoom img {
	max-width: 250px;
}
@media screen and (max-width: 767px){
	.slid {
    	overflow-x: scroll;
	}
	.slid img {
		width: 850px;
		max-width: 850px;
	}
}
/* 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) {
	.cap_l_sp {
		text-align: left !important;
	}
.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;
	background: #003894;
}
.main_wrap_img.w2 {
  width: calc(385% / 12.96);
}
.main_wrap_img.w1 {
  width: calc(526% / 12.96);
}
.main_wrap_img img {
  max-width: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.main_wrap {
 		margin-bottom: 0;
	}
	
.main_wrap_img.w2 {
/*  width: 33.3333333333%;*/
	width: 30.75%;
	width: calc(246% / 8);
}
.main_wrap_img.w1 {
/*  width: 33.3333333333%;*/
	width: 38.5%;
	width: calc(308% / 8);
}
	
}
/* catch */
.container .catch {
	background: linear-gradient(-90deg, #ffffff, #ffffff, #E5EDF6, #ffffff, #ffffff) fixed;
	font-size: 27px;
    color: #033887;
    font-weight: 700;
    line-height: 1.4;
	padding: 15px;
	text-align: center;
}
.container .catch span {
    display: inline-block;
    transform: translateY(2px);
    font-size: 160%;
}
@media screen and (max-width: 767px){
.container .catch {
	background: linear-gradient(-90deg, #ffffff, #E5EDF6, #ffffff) fixed;
    font-size: 16px;
    letter-spacing: -0.05em;
	padding: 10px 5px;
}
}
/* ttl01 */
.container .ttl01 {
	border-top: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	font-size: 21px;
    color: #033887;
    line-height: 1.4;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 767px){
.container .ttl01 {
    font-size: 18px;
    margin-bottom: 20px;
}
}
/* sec01 */
.container .sec01 {
}
/* sec02 */
.container .sec02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.container .sec02 li{
	width: 24.17%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.container .sec02 li{
	width: 48%;
}
}
/* sec03 */
.container .sec03 {
	background-color: #ebeff6;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.container .sec03 {
		padding: 10px;
	}
}
/* ttl02 */
.container .ttl02{
	background-image: url(../images/access/mark01.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    padding: 3px 0 0 55px;
    color: #221815;
    font-size: 23px;
}
.container .ttl02 span{
	font-size: 60%;
}
@media screen and (max-width: 767px){
.container .ttl02{
	background-image: url(../images/access/mark01@2x.png);
    background-size: 33px;
    padding: 0 0 10px 40px;
    font-size: 18px;
}
.container .ttl02 span{
	line-height: 1;
}
}
/* sec04 */
.container .sec04 {
}
/* sec05 */
.container .sec05 {
	display: flex;
	justify-content: space-between;
}
.container .sec05 li{
	width: 50%;
}
@media screen and (max-width: 767px){
.container .sec05 {
	flex-wrap: wrap;
}
.container .sec05 li{
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
}

/* ttl03 */
.container .ttl03 {
	border-bottom: solid 1px #b4b4b4;
	font-size: 23px;
    line-height: 1.4;
	padding: 0 0 10px;
	text-align: center;
}
@media screen and (max-width: 767px){
.container .ttl03 {
    font-size: 18px;
}
}
/* sec06 */
.container .sec06 {
	display: flex;
	justify-content: space-between;
}
.container .sec06_01{
	width: 78.23%;
}
.container .sec06_01 .cap_l{
	word-break: break-all;
}
.container .sec06_02{
	width: 19.8%;
}
@media screen and (max-width: 767px){
.container .sec06 {
	flex-wrap: wrap;
}
.container .sec06_01{
	width: 100%;
}
.container .sec06_02{
	width: 80%;
	margin: 0 auto;
}
}
@media screen and (max-width: 480px){
/*.container .sec06_02{
	width: 100%;
}*/
}


.cap_a {
	font-size: 10px;
	line-height: 1.2;
	padding-left: 5%;
	text-align: left;
	text-shadow: none;
}

