
.main_contents_slide{
	padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
	.main_contents_slide{
		padding: 0 0px;
	}
}
@media only screen and (max-width: 768px) {
.page_ttl h1 {
		font-size: 16px;
	}
}
/* slide */
.notes_area p {
	text-align: right;
	margin-top: 20px;
}

/* スライドのアイコン＜＞位置調整 */
.bx-wrapper .bx-prev{
	left: -30px;
}
.bx-wrapper .bx-next{
	right: -40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
	background-size: 10px !important;
}
.bx-wrapper .bx-pager{
	bottom:-80px;
}

@media only screen and (min-width: 1200px) {
  .bx-wrapper .bx-prev{
  	left: calc( -10% - 30px );
  }
  .bx-wrapper .bx-next{
  	right: calc( -10% - 40px );
  }
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 20px;
	background-size: 20px !important;
}
}

/* 横切る青い背景 */

.cross_bg_blue {
	background: #1C3177;
}

.international_exchange_box1 {
	position: relative;
  padding: 40px 20px 100px;
}

.international_exchange_txt {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.international_exchange_txt > a {
	color: #7F96C2;
}

@media screen and (min-width: 961px){

	.international_exchange_box1 {
		width: 960px;
	  margin: auto;
	  padding: 80px 0;
	}

	.international_exchange_txt {
		font-size: 18px;
	}

}


/* リンクボタン */
.hp_link {
	width: 100%;
}

.hp_link a {
    display: block;
    border: solid 1px #000;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.hp_link > span {
    display: block;
    border: solid 1px #000;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.icon_posi {
	display: flex;
	justify-content: center;
	align-items: center;
}

.link_icon {
    position: relative;
    width: 18px;
    height: 13px;
    align-self: center;
}

.link_icon_b {
    width: 18px;
    height: 13px;
    position: absolute;
    top: 28%;
    z-index: 2;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.link_icon_w {
    width: 18px;
    height: 13px;
    position: absolute;
    top: 28%;
    z-index: 1;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.link_ttl{
	width: calc( 100% - 20px );
}
@media screen and (min-width: 709px){
	.icon_posi {
	    width: 100%;
	}

	.hp_link {
		width: 708px;
	}

}

@media only screen and (min-width: 1025px) {
	.hp_link a:hover {
	    background-color: #7F96C2;
	    border: solid 1px #7F96C2;
	    color: #fff;
	    text-decoration: none;
	}
	.hp_link a:hover .link_icon_b {
	    opacity: 0;
	    -webkit-opacity: 0;
	    -moz-opacity: 0;
	    filter: alpha(opacity=0);
	    -ms-filter: "alpha(opacity=0)";
	}

	.hp_link a:hover .link_icon_w {
	    opacity: 1;
	    -webkit-opacity: 1;
	    -moz-opacity: 1;
	    filter: alpha(opacity=1);
	    -ms-filter: "alpha(opacity=1)";
	}

}
/* メインコンテンツ */

.eecd_link_ttl {
	font-size: 16px;
	font-weight: bold;
	margin: 80px 0 30px;
}

.eecd_link_ttl:first-of-type {
	margin-top: 0;
}

.sec_list01 {
	margin: 20px 0 30px;
}

.sec_list01_item {
	margin: 9px 0 0;
}

.sec_list01_item:first-of-type {
	margin-top: 0;
}


.flex_box01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_box01 img {
	width: 100%;
}

.flex_item01 {
	width: 100%;
}

.flex_item02 {
	width: 100%;
	margin: 30px 0 0;
}

.flex_item03:first-of-type {
	margin: 50px 0 0;
}

.mt-30 {
	margin-top: 16px;
}

.mt-80 {
	margin-top: 30px;
}

.link_ttl br {
	display: none;
}

@media screen and (min-width: 769px){
	.eecd_link_ttl {
		font-size: 20px;
		margin: 80px 0 30px;
	}

	.sec_list01 {
		margin: 30px 0 50px;
	}

	.sec_list01_item {
		margin: 13px 0 0;
	}

	.flex_item01 {
		width: 65%;
	}

	.flex_item02 {
		width: 30%;
		margin: 0;
	}

	.mt-30 {
		margin-top: 30px;
	}

	.mt-80 {
		margin-top: 80px;
	}

	.link_ttl br {
		display: block;
	}
}
