@charset "utf-8";

/*
Theme Name: aitech 2026_v1
Theme URI: 
Version: 4
Description: 
Author: 
Author URI: 
*/

@import url("css/ress.min.css");
@import url("css/common.css");
@import url("css/module.css");
@import url("css/style.css");
@import url("css/wpset.css");
.newsList span.new,
.meta span.new {
    color: #1d2088;
    font-weight: bold;
}

.newsList span.new {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
    .newsList .item .category {
        display: inline-block;
        vertical-align: top;
    }
    .newsList span.new {
        line-height: 24px;
        margin: 0 10px;
    }
}


/* 点滅 */

.blinking {
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*------追加------*/
iframe{
	width: 100%;
	height: 400px;
	display:block;
	margin:24px auto;
}
.post_table {
    width: 100%;
    margin: 30px auto;
}

.post_table th,
.post_table td {
    padding: 8px;
}

.post_table th {
    width: 30%;
    background-color: #efefef;
    border-left: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
}

.post_table td {
    width: 70%;
    background-color: #fff;
    border-right: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
}

@media screen and (max-width:767px) {

    .post_table th,
    .post_table td {
        width: 100%;
        float: none;
        display: block;
    }
    .post_table{
        border-top: 1px solid #e2e1e1;
    }
    .post_table th {
        border-right: 1px solid #e2e1e1;
    }
    .post_table td {
        border-left: 1px solid #e2e1e1;
    }


}

table.abouts{
	border-top: 1px solid #e2e1e1;
	border-left: 1px solid #e2e1e1;
	border-right: 1px solid #e2e1e1;
}
table.abouts.wh{
	background-color:#fff;
}

table.abouts,
table.abouts.wh{
	margin:30px auto
}

table.abouts tr th{
	width:30%;
	font-weight:bold;
	padding:8px;
	/*background-color:#efefef;*/
	border-right: 1px solid #e2e1e1;
	border-bottom: 1px solid #e2e1e1;
}
table.abouts.wh th{
	background-color:#efefef;
}
table.abouts tr td{
	width:70%;
	padding:8px;
	border-left: 1px solid #e2e1e1;
	border-bottom: 1px solid #e2e1e1;
}

@media screen and (max-width:767px) {
	
	table.abouts tr th,
    table.abouts tr td,
	table.abouts.wh tr th,
    table.abouts.wh tr td{
        width: 100%;
        float: none;
        display: block;
	
    }
}


.link_btn {
width::100%;
display: block;
}

.link_btn a {
color: #fff !important;
text-decoration: none !important;
background-color: #1d2088;
display: block;
padding: 10px;
border-radius: 0px;
max-width: 400px;
margin: 20px auto;
text-align: center;
width: 90%;
}


.nav .item.double{
    display: flex;
}
.nav .item.pdf a{
    background: url('./img/ico/PDF_ico.png') no-repeat;
    background-size: 15px auto;
    background-position: left center;
    padding-left: 20px;
}


.link_btn.pdfbtn a{
	display:flex;
	justify-content:center;
	align-items:center;
}
.link_btn.pdfbtn a img{
	width:15px;
	height:auto;
	margin-right:12px;
	display: block;
}


.dlflex{
	display: flex;
  flex-wrap: wrap;
}

.dlflex dt{
	width: 130px;
}

.dlflex dd{
	width: 75%;
}


@media screen and (max-width:767px) {
.dlflex,
.dlflex dt,
.dlflex dd{
	display:block;
	width:100%;
}
	.dlflex dt.last{
		padding:20px 0 0 0
}
}