﻿@charset "utf-8";
.pdf_icon img{
    width: 2em;
    vertical-align: middle;
    outline: 0;
}
.pdf_title{
    line-height: 2em;
    vertical-align: bottom;
	color: #cc0000;
}
.pdf_title:hover{
	text-decoration:underline;
}
.table_box{
	overflow-x: auto;
}
.table_type_1 table{
	width: 80%;
	min-width: 800px;
}
.table_type_2 table{
	width: 100%;
	min-width: 1000px;
}
.table_type_3 table{
	width: 50%;
	min-width: 500px;
}
.table_box table{
	border: 0 !important;
    border-collapse: separate;
    border-spacing: 0.2vw !important;
}
.table_box table th{
    padding: 2%;
    min-width: 30px;
    width: auto;
    text-align: center;
	vertical-align: middle;
    background: #668a6c;
    color: #fff;
    border-radius: 2px;
}
.table_box table td{
    padding: 2%;
    min-width: 30px;
    width: auto;
	vertical-align: middle;
    background: #e8f7ea;
    border-radius: 2px;
}
.flex_box{
	display:flex;
}
.box_70{
	width:70%;
	padding:1%;
}
.box_30{
	width:30%;
	padding:1%;
}
.box_60{
	width:60%;
	padding:1%;
}
.box_40{
	width:40%;
	padding:1%;
}
.box_50{
	width:50%;
	padding:1%;
}
.box_33{
	width:100%;
	padding:1%;
}
.box_4{
	width:100%;
	padding:1%;
}
.box_70_c{
	width:70%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_30_c{
	width:30%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_60_c{
	width:60%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_40_c{
	width:40%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_50_c{
	width:50%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_33_c{
	width:100%;
	padding:1%;
    display: flex;
    align-items: center;
}
.box_33_fit{
	width:100%;
	padding:1%;
}
.box_33_fit_2{
	width:100%;
	padding:1%;
}
.box_4_fit{
	width:100%;
	padding:1%;
}
.box_4_fit_2{
	width:100%;
	padding:1%;
}
.box_4_c{
	width:100%;
	padding:1%;
    display: flex;
    align-items: center;
}

.flex_box img {
    max-width: 100%;
    height: auto !important;
}
.box_33_fit img{
	height: 260px !important;
    object-fit: cover;
	width: 100%;
}
.box_33_fit_2 img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}
.box_4_fit img{
	height: 200px !important;
	object-fit: cover;
	width: 100%;
}
.box_4_fit_2 img{
	height: 400px !important;
	object-fit: cover;
	width: 100%;
}
.flex_box iframe {
    max-width: 100%;
}
.display_none{
	display:none;
}

@media screen and (-ms-high-contrast:none){
  *::-ms-backdrop, .box_70_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_30_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_60_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_40_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_50_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_33_c{display:block; } /* IE11 */
  *::-ms-backdrop, .box_4_c{display:block; } /* IE11 */

  *::-ms-backdrop, .box_33_fit img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_33_fit_2 img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_4_fit img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_4_fit_2 img{height: auto !important; } /* IE11 */


}


@media screen and ( max-width:1450px) {
.box_33_fit img{
	height: 18vw !important;
}
.box_33_fit_2 img {
	height: 28vw !important;
}
.box_4_fit img {
    height: 16vw !important;
}
.box_4_fit_2 img {
    height: 29vw !important;
}

}
@media screen and ( max-width:1450px) and (-ms-high-contrast:none){
  *::-ms-backdrop, .box_33_fit img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_33_fit_2 img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_4_fit img{height: auto !important; } /* IE11 */
  *::-ms-backdrop, .box_4_fit_2 img{height: auto !important; } /* IE11 */


}
@media screen and ( max-width:960px){
.flex_box {
    flex-direction: column;
}
.box_70{
	width:100%;
	margin: 0 !important;
}
.box_30{
	width:100%;
	margin: 0 !important;
}
.box_60{
	width:100%;
	margin: 0 !important;
}
.box_40{
	width:100%;
	margin: 0 !important;
}
.box_50{
	width:100%;
	margin: 0 !important;
}
.box_33{
	width:100%;
	margin: 0 !important;
}
.box_4{
	width:100%;
	margin: 0 !important;
}
.box_70_c{
	width:100%;
	margin: 0 !important;
}
.box_30_c{
	width:100%;
	margin: 0 !important;
}
.box_60_c{
	width:100%;
	margin: 0 !important;
}
.box_40_c{
	width:100%;
	margin: 0 !important;
}
.box_50_c{
	width:100%;
	margin: 0 !important;
}
.box_4_c{
	width:100%;
	margin: 0 !important;
}
.box_c_inner{

}
.box_33_fit img {
    height: auto !important;
}
.box_33_fit_2 img {
    height: auto !important;
}
.box_4_fit img {
    height: auto !important;
}
.box_4_fit_2 img {
    height: auto !important;
}
}
@media screen and ( max-width:650px) {
/*.box_33_fit img {
    height: 65vw !important;
}
.box_33_fit_2 img {
    height: 99vw !important;
}*/
}