@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;  
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}

.btn {
display: block;
color: #fefefe;
position: relative;
border-radius: 5px;
background-color: #007ec5;
box-shadow: 0 3px #1d4293;
transition: all 0.3S;
box-sizing: border-box;
text-align: center;
}
.btn:hover {
box-shadow: none;
transform: translate(0, 3px);
}
.logout-btn {
width: 130px;
height: 50px;
line-height: 50px;
}
.browse-btn,
.download-btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 170px;
height: 140px;
background-color: #003099;
box-shadow: 0 3px #333333;
}
@media (max-width: 428px) {
.browse-btn,
.download-btn {
width: 160px;
}
}
.browse-btn figure,
.download-btn figure {
width: 65px;
}
.back-btn {
width: 240px;
height: 60px;
line-height: 60px;
margin: 100px auto;
}
.back-btn:before {
content: "\f053";
font-family: "Font Awesome 6 Free";
position: absolute;
font-weight: 700;
top: 0;
bottom: 0;
left: 13px;
}
@media (max-width: 1279px) {
.back-btn {
margin: 50px auto;
}
}
.cms-pagination ul {
margin: 80px 0;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 1279px) {
.cms-pagination ul {
margin: 50px 0;
}
}
.cms-pagination ul li {
margin: 0 10px;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
font-weight: bold;
transition: all 0.4s;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
display: block;
border: 1px solid #cccccc;
}
@media (max-width: 1279px) {
.cms-pagination ul li a,
.cms-pagination ul li span {
width: 40px;
height: 40px;
line-height: 40px;
}
}
.cms-pagination ul li a:hover,
.cms-pagination ul li span:hover {
background-color: #007ec5;
border: 1px solid #007ec5;
color: #fefefe;
cursor: pointer;
}
.cms-pagination ul li .prev,
.cms-pagination ul li .next {
width: auto;
margin: 0;
border: none;
color: #cccccc;
font-size: 1.5em;
transition: all 0.4s;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-color: #fefefe;
-webkit-text-stroke-width: 0.5px;
}
@media (max-width: 1279px) {
.cms-pagination ul li .prev,
.cms-pagination ul li .next {
margin-right: 5px;
}
}
@media (max-width: 1279px) {
.cms-pagination ul li .prev,
.cms-pagination ul li .next {
margin-left: 5px;
}
}
.cms-pagination ul li .prev:hover,
.cms-pagination ul li .next:hover {
border: none;
background-color: transparent;
color: #007ec5;
}
.cms-pagination ul .pagination-no-num span {
display: none;
}
.cms-pagination ul .pagination-no-num a {
border: none;
}
.cms-pagination ul .pagination-no-num a:hover {
-webkit-tap-highlight-color: transparent;
background: transparent;
color: #007ec5;
border: none;
}
.cms-pagination ul .pagination-index span {
background-color: #007ec5;
border: 1px solid #007ec5;
color: #fefefe;
}
.cms-pagination ul .disable {
display: none;
}
html {
font-size: 62.5%;
}
body {
display: flex;
flex-direction: column;
min-height: 100vh;
color: #333333;
background-color: #fefefe;
font-family: "メイリオ", "Meiryo", sans-serif;
font-size: 1.6rem;
line-height: 1.5em;
}
main {
flex: 1;
margin-top: 100px;
}
@media (max-width: 1279px) {
main {
margin-top: 80px;
}
}
.single-post #site-content {
padding-top: 80px;
}
section {
width: calc(100% - 280px);
max-width: 1000px;
margin: 0 auto;
}
@media (max-width: 1279px) {
section {
width: calc(100% - 20px);
max-width: 800px;
}
}
a {
color: #333333;
}
h2 {
text-align: center;
font-size: 3.2rem;
font-family: "Shippori Mincho", serif;
position: relative;
}
@media (max-width: 1279px) {
h2 {
font-size: 2.8rem;
}
}
h2::before {
content: "";
position: absolute;
display: block;
width: 60px;
height: 3px;
background-color: #007ec5;
bottom: -25px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
h3 {
font-size: 2rem;
line-height: 30px;
padding: 10px 20px;
color: #fefefe;
}
footer {
background-color: rgba(0, 0, 0, 0.7);
}
footer .footer-logo {
display: block;
width: 250px;
padding: 20px 25px 0;
}
@media (max-width: 1279px) {
footer .footer-logo {
margin: 0 auto;
}
}
footer .footer-logo img {
width: 100%;
}
footer p {
font-size: 1.1rem;
color: #fefefe;
text-align: center;
}
header {
position: fixed;
z-index: 10;
top: 0;
width: 100%;
height: 100px;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 1279px) {
header {
height: 80px;
}
}
header .header-l {
margin-left: 25px;
width: 250px;
}
@media (max-width: 1279px) {
header .header-l {
margin-left: 15px;
width: 45%;
max-width: 230px;
}
}
header .header-l img {
width: 100%;
}
header .header-r {
margin-right: 25px;
}
@media (max-width: 1279px) {
header .header-r {
margin-right: 15px;
}
}
.single main h2 {
margin-top: 100px;
}
@media (max-width: 1279px) {
.single main h2 {
margin-top: 40px;
}
}
.single main h3 {
margin: 90px auto 30px;
}
@media (max-width: 1279px) {
.single main h3 {
margin-top: 60px;
}
}
@media (max-width: 1279px) {
.single main p {
margin-top: 20px;
}
}
#not-found h2 {
margin-top: 100px;
}
@media (max-width: 1279px) {
#not-found h2 {
margin-top: 40px;
}
}
#not-found p {
text-align: center;
margin: 90px auto 0;
}
.index {
margin: 0;
}
.index h1 {
text-align: center;
height: 300px;
background-image: url(//itad.or.jp/login/wp-content/themes/itad_members/assets/image/top-pc-img.png);
background-position: center;
background-size: cover;
color: #fefefe;
padding-top: 180px;
box-sizing: border-box;
font-family: "Shippori Mincho", serif;
font-size: 3.8rem;
letter-spacing: 10px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7), 1px 1px 5px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1279px) {
.index h1 {
background-image: url(//itad.or.jp/login/wp-content/themes/itad_members/assets/image/top-sp-img.png);
height: 280px;
padding-top: 165px;
letter-spacing: 5px;
font-size: 2.8rem;
}
}
.index h2 {
margin-top: 100px;
}
@media (max-width: 1279px) {
.index h2 {
margin-top: 40px;
}
}
.index .tab-wrapper {
margin-top: 100px;
}
@media (max-width: 1279px) {
.index .tab-wrapper {
margin-top: 60px;
}
}
.index .tab-wrapper ul {
display: flex;
}
@media (max-width: 1279px) {
.index .tab-wrapper ul {
flex-direction: column;
}
}
.index .tab-wrapper ul li {
width: 33.3333333333%;
transition: all 0.4s;
}
@media (max-width: 1279px) {
.index .tab-wrapper ul li {
width: 100%;
}
}
.index .tab-wrapper ul li a {
display: block;
height: 50px;
text-align: center;
line-height: 50px;
}
.index .tab-wrapper ul li a:hover {
color: #fefefe;
transition: all 0.4s;
}
.index .tab-wrapper ul .tab-all {
border: 1px solid #cccccc;
}
.index .tab-wrapper ul .tab-all:hover {
background-color: #007ec5;
border: 1px solid #007ec5;
}
.index .tab-wrapper ul .tab-all.current {
background-color: #007ec5;
border: 1px solid #007ec5;
}
.index .tab-wrapper ul .tab-all.current a {
color: #fefefe;
}
.index .tab-wrapper ul .tab-news {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.index .tab-wrapper ul .tab-news:hover {
background-color: #007975;
border-top: 1px solid #007975;
border-bottom: 1px solid #007975;
}
@media (max-width: 1279px) {
.index .tab-wrapper ul .tab-news {
margin-top: 10px;
border: 1px solid #cccccc;
}
}
.index .tab-wrapper ul .tab-news.current {
background-color: #007975;
border-top: 1px solid #007975;
border-bottom: 1px solid #007975;
}
.index .tab-wrapper ul .tab-news.current a {
color: #fefefe;
}
.index .tab-wrapper ul .tab-file {
border: 1px solid #cccccc;
}
.index .tab-wrapper ul .tab-file:hover {
background-color: #003099;
border: 1px solid #003099;
}
@media (max-width: 1279px) {
.index .tab-wrapper ul .tab-file {
margin-top: 10px;
}
}
.index .tab-wrapper ul .tab-file.current {
background-color: #003099;
border: 1px solid #003099;
}
.index .tab-wrapper ul .tab-file.current a {
color: #fefefe;
}
.index .content {
margin-top: 50px;
}
@media (max-width: 1279px) {
.index .content {
margin-top: 30px;
}
}
.index .content .content-list li {
border-bottom: 1px solid #cccccc;
}
.index .content .content-list li a {
height: 80px;
display: flex;
align-items: center;
position: relative;
}
@media (max-width: 1279px) {
.index .content .content-list li a {
height: 110px;
}
}
.index .content .content-list li a .date {
position: absolute;
left: 20px;
width: 140px;
}
@media (max-width: 1279px) {
.index .content .content-list li a .date {
top: 25px;
left: 0;
}
}
.index .content .content-list li a .category {
height: 35px;
line-height: 35px;
text-align: center;
color: #fefefe;
position: absolute;
left: 180px;
width: 100px;
}
@media (max-width: 1279px) {
.index .content .content-list li a .category {
top: 19px;
left: 150px;
}
}
.index .content .content-list li a .news {
background-color: #007975;
}
.index .content .content-list li a .file {
background-color: #003099;
}
.index .content .content-list li a .title {
margin-left: 310px;
margin-right: 50px;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
@media (max-width: 1279px) {
.index .content .content-list li a .title {
margin: 50px 20px 0 0;
}
}
.index .content .content-list li a .title .new {
color: #de2638;
font-weight: bold;
margin-right: 20px;
}
.index .content .content-list li a .arrow {
position: absolute;
right: 20px;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-color: #fefefe;
-webkit-text-stroke-width: 0.5px;
}
@media (max-width: 1279px) {
.index .content .content-list li a .arrow {
right: 0;
}
}
.index .content .content-list li a:hover {
opacity: 0.5;
transition: all 0.4s;
}
#news h3 {
background-color: #007975;
}
#file h3 {
background-color: #003099;
}
#file .btn-wrapper {
margin-top: 100px;
display: flex;
justify-content: center;
}
#file .btn-wrapper.adjust-space {
justify-content: space-evenly;
}
@media (max-width: 428px) {
#file .btn-wrapper.adjust-space {
justify-content: space-between;
}
}