@charset "utf-8";
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
.clearfix:after,#news-list li:after,section:after,#footer-menu:after {
content:"";
display:block;
clear:both;
} a {
color:#f30d0d;
}
a:hover {
color:#666;
}
a:focus{
outline:none;
}
img {
max-width: 100%;
height: auto;
}
body {
font-size: 16px;
font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.6;
background: #000;
color: #fff;
}
header,section,footer {
margin: 0 auto;
}
section {
padding: 10px 0 0;
}
.home section {
padding-top: 0;
} #header-box {
position: fixed;
top: 0;
right: 0;
left: 0;
margin: 0 auto;
background: #000;
z-index: 1000000;
box-shadow: 2px 0 2px rgba(0,0,0,0.5);
}
#wrapper {
margin-top: 150px;
}
.scrolled {
box-shadow: 2px 0 2px rgba(0,0,0,0.2);
border-bottom: #ba0000 solid 3px;
}
header {
position: relative;
margin: 0 auto 0;
padding-top: 40px;
}
header p {
font-size: 14px;
margin-bottom: 5px;
}
#slider-box {
background: #ba0000;
}
#site-title a {
width: 300px;
height: 60px;
display: block;
text-indent: -9999px;
margin:0 0 20px 0;
}
#main-menu {
margin-top: 34px;
}
#main-menu li {
font-size: 18px;
float: left;
letter-spacing: 0.1em;
text-align: center;
}
#main-menu a {
display: block;
text-decoration: none;
color:#f30d0d;
padding:10px;
transition: 0.4s;
}
#main-menu a:hover,#main-menu .current-menu-item,.single-report #main-menu .menu-item-object-report a{
color:#fff;
}
#main-menu a span {
display: block;
font-size: 11px;
color: #fff;
transition: 0.4s;
font-weight: normal;
}
#main-menu a:hover span,#main-menu .current-menu-item a span,.single-report #main-menu .menu-item-object-report a span{
color: #888;
}
#main-menu a strong {
font-family: 'Josefin Sans', sans-serif;
font-weight: normal;
}
#main-menu .menu-item-home {
background: #fff;
}
#main-menu .menu-item-home a span{
color: #f30d0d;
}
#main-menu .menu-item-home a:hover span{
color: #fff;
}
#footer-box {
background: #ba0000;
color:#fff;
padding: 60px 0 0;
}
footer {
}
#copyright {
clear: both;
text-align: center;
font-size: 10px;
padding: 10px 0;
background: #000;
}
#copyright a {
color: #fff;
text-decoration: none;
}
.main-list {
margin: 10px 0;
}
.list-info {
margin-bottom: 20px;
transition: 0.3s;
border-bottom: solid 1px #000;
}
.list-info:hover {
border-bottom-color: #ba0000;
}
.list-info li {
float: left;
}
.list-info li:first-child{
width: 100px;
}
.list-info li:nth-child(2){
background: #ba0000;
font-size: 12px;
padding: 0 5px;
margin-top: 3px;
}
.list-info li:nth-child(3){
display: block;
float: none;
clear: left;
}
#index-news-box ul li a {
color: #fff;
text-decoration: none;
}
#archive-news-box > ul {
margin: 40px 0;
}
#archive-news-box ul ul li{
float: left;
padding: 5px 0;
}
#archive-news-box ul ul li:nth-child(2) {
background: #ba0000;
font-size: 12px;
padding: 0 5px;
margin: 7px 10px 0;
width: 50px;
text-align: center;
}
#archive-news-box li a{
color: #fff;
}
#archive-news-box li a:hover{
color: #f30d0d;
}
#index-join-us-box {
margin: 40px 0;
}
#index-join-us-box h3 {
margin: 20px 0;
font-size: 23px;
}
#bottom-img li {
width: 25%;
float: left;
}
#bottom-img li img{
vertical-align: bottom;
}
article {
margin:0 auto 20px;
box-sizing: border-box;
min-height: 500px;
}
.category-blog article {
min-height: 100px;
margin-bottom: 100px;
}
#section-contact article,#section-access article {
margin-top:10%;
}
#section-archive-label article{
margin: 0 0 40px;
}
.post-type-archive-access h1 {
margin-bottom:50px;
}
article p {
margin: 12px 0;
line-height: 140%;
}
article img {
max-width: 100%;
height: auto;
}
article ol li {
display: table-row;
counter-increment: table-ol;
}
article ol li:before {
content: counter(table-ol) ".";
display: table-cell;
padding-right: 0.4em;
text-align: right;
}
article ol {
list-style: decimal-leading-zero inside;
}
article ul {
margin:25px 0;
padding-left: 1em; }
article ul li {
position: relative;
padding-left: 0.2em; line-height: 1.1em;
margin: 10px 0;
}
article ul li::before{
color: #f30d0d;
font-family: FontAwesome;
content: "\f105";
margin-right: 5px;
position: absolute;
left: -1em; top: 0; }
article aside ul {
padding-left:0;
}
article aside ul li::before {
content: none;
}
article h2 {
margin: 50px 0;
font-size: 30px;
line-height: 1.2;
border-left: #f30d0d solid 3px;
padding: 0 0 0 7px;
}
article h2:first-child {
margin-top: 20px;
}
article h3 {
margin: 25px 0;
font-size: 18px;
line-height: 1.2;
font-weight: bold;
background: #ba0000;
color: #fff;
padding: 10px 15px;
}
article h4 {
font-size: 22px;
line-height: 1.2;
border-bottom: dashed 1px #ddd;
padding: 10px 0 4px;
margin: 20px 0;
font-weight:bold;
}
article h5 {
font-size: 18px;
line-height: 1.2;
font-weight: bold;
}
.article-title {
margin-bottom: 0;
}
.news-time,.blog-time {
font-size: 13px;
color: #ddd;
margin-bottom: 40px;
}
.blog-time {
text-align: right;
clear: both;
}
article table {
word-break: break-all;
word-wrap: break-all;
margin:25px 0;
}
article th, article td {
border: 1px solid #555;
padding: 10px 15px;
vertical-align: middle;
font-size:14px;
box-sizing: border-box;
}
article th {
background: #222;
font-weight: bold;
min-width: 10%;
} #pagination {
color: #1c1f87;
padding: 20px 0;
text-align: center;
}
#pagination a, .page-numbers {
color: #f30d0d;
padding: 5px 10px;
text-decoration: none;
border: 1px solid #999;
}
.pagination {
bottom: 10px;
height: 15px;
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 200;
}
#pagination a {
color: #fff !important;
}
#pagination a:hover {
background-color: #555 !important;
}
#single-pagination {
background: #fff none repeat scroll 0 0;
margin-top: 20px;
}
.navi-pre-next {
margin: 30px 0;
}
.navi-pre-next .prev, .navi-pre-next .next {
width: 48%;
float: left;
padding: 10px;
box-sizing: border-box;
border: 1px solid #444;
font-size: 12px;
line-height: 14px;
}
.navi-pre-next .next {
text-align: right;
margin-left: 4%;
}
.navi-pre-next a {
text-decoration: none;
color: #fff;
}
.navi-pre-next a:hover {
text-decoration: underline;
color:#f30d0d;
}
.gallery-item {
margin-right: 2px;
}
.gallery-item img {
border: none!important;
}
.button,.button-center {
margin: 50px 0;
}
.button a,.button-center a{
background: #f30d0d;
border:solid 2px #f30d0d;
color: #fff;
font-size: 26px;
padding: 30px 50px;
text-decoration: none;
display: inline-block;
border-radius: 8px;
box-sizing: border-box;
transition: 0.3s;
}
.button a:hover,.button-center a:hover {
color: #f30d0d;
background: #fff;
}
.button a::before,.button-center a::before {
color: #fff;
padding-right: 7px;
content: "\f0a9 ";
font-family: FontAwesome;
margin: 0;
}
.button a:hover::before,.button-center a:hover::before {
color: #f30d0d;
}
.button-center {
margin-top: 50px;
text-align: center;
}
#backtotop {
bottom: 50px;
display: none;
position: fixed;
right: 50px;
z-index: 100;
}
#backtotop a {
font-size:50px;
}
#backtotop a i {
color: #f30d0d;
}
.pagination-box {
clear: both;
margin: 20px 0;
}
#menu-button {
display: none;
}
#respond {
display: block; padding-top: 200px; margin-top: -200px;
}
#commentform textarea,#commentform input {
margin: 5px 0 10px;
padding: 10px;
max-width: 90%;
}
#commentform input[type='submit'] {
background: #ba0000 none repeat scroll 0 0;
color: #fff;
font-size: 14px;
border: 1px solid #fff;
padding: 10px;
text-align: center;
transition: 0.3s;
}
#commentform input[type='submit']:hover {
border-color:#f30d0d;
background: #222;
} .gallery {
overflow: hidden;
margin: 40px 0;
}
.gallery-item {
float: left;
margin-top: 0;
margin-bottom: 20px;
margin-left: 0;
}
.gallery-icon {
text-align: center;
}
.gallery-caption {
text-align: center;
font-size: 14px;
}
.gallery-columns-1 .gallery-item {
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item {
width: 49%;
margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
width: 32%;
margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
width: 24%;
margin-right: 1%;
}
.gallery-item img { width: auto;
} #contact-table th{
width: 180px;
min-width: initial;
}
.wpcf7 p {
margin: 20px 0;
line-height: 22px;
}
.wpcf7 textarea {
width: 100%;
}
.wpcf7 textarea,.wpcf7 input[type='text'],.wpcf7 input[type='email'] {
-webkit-appearance: none;
border-radius: 0;
max-width: 100%;
padding: 10px 5px;
box-sizing: border-box;
}
.wpcf7-form input[type="submit"] {
background: #ba0000 none repeat scroll 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
padding: 10px;
text-align: center;
width: 100px;
}
.wpcf7-form input[type="submit"]:hover {
background: #444 none repeat scroll 0 0;
color: #fff;
cursor: pointer;
font-size: 20px;
font-weight: bold;
padding: 10px;
width: 100px;
}
.wpcf7-form input, .wpcf7-form textarea {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #d8d8d8;
box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
font-size: 12px;
margin: 5px 0;
padding: 5px;
}
.wpcf7-submit {
-webkit-appearance: none;
border-radius: 0;
padding:10px 40px;
background:#f30d0d;
color:#fff;
font-weight:bold;
border:none;
}
.button-submit {
text-align: center;
}
.wpcf7-form .button-submit input[type="submit"],.wpcf7-form .button-submit input[type="submit"]:hover {
border-radius: 5px;
border: solid 2px #f30d0d;
font-size: 14px;
letter-spacing: 1em;
padding-left: 2em;
}
.bx-wrapper .bx-viewport{
border: 0!important;
box-shadow: none!important;
left: 0!important;
background-color: #000!important;
}
.page-title {
font-size: 60px;
line-height: 1;
margin: 50px 0;
border-bottom: solid 2px #f30d0d;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
}
h2 a {
color: #fff;
text-decoration: none;
}
#right-box .page-title {
font-size: 40px;
}
.h2-jp {
font-size: 14px;
margin-left: 5px;
font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar-h3 {
margin: 5px 0;
font-size: 18px;
border-bottom: solid 2px #eee;
padding: 0 0 4px;
font-weight:bold;
}
.side-news-ul {
margin:0 0 30px 0;
}
.side-news-ul a{
text-decoration: none;
font-size: 15px;
border-bottom:solid 1px #eee;
display:block;
padding:10px 0;
transition: 0.2s;
}
.side-news-ul li:last-child a{
border-bottom:none;
}
.side-news-ul li a::before{
font-family: "Fontawesome";
content:"\f0a9";
margin-right: 10px;
color: #ddd;
transition: 0.2s;
}
.side-news-ul li a:hover::before{
color: #2e539e;
}
#banner-box {
margin: 30px auto;
}
#banner-box li {
float: left;
}
#banner-box li a {
transition: 0.3s;
}
#banner-box li a:hover {
opacity: 0.7;
}
#news-list {
margin: 20px 0;
}
.list-time {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
display: block;
width: 100%;
color: #fff;
padding: 5px 10px;
box-sizing: border-box;
transition: 0.3s;
}
#news-list li:hover {
border-color: #f30d0d;
}
#news-list li:hover .list-time {
background: rgba(50,50,50,1);
}
#news-list li {
position: relative;
width: 32%;
margin:0 2% 20px 0;
float: left;
box-sizing: border-box;
border: solid 1px #333;
transition: 0.3s;
}
#news-list li:nth-child(3n) {
margin-right: 0;
}
#news-list li p {
margin: 10px;
}
#news-list li a {
text-decoration: none;
color: #fff;
}
#news-list img {
max-height: 225px;
width: auto;
height: auto;
margin: 0 auto;
display: block;
}
#side-banner {
margin:20px 0;
}
#side-banner a{
transition:0.4s;
}
#side-banner a:hover{
opacity:0.7;
}
.ht-1 {
width:100%!important;
}
.thumb-box-single img,.thumb-text-single {
width:519px!important;
float:left;
}
.thumb-text-single {
margin-left:20px;
}
.thumb-text-single h3{
font-weight:bold;
text-align:center;
margin:20px 0;
font-size:20px;
}
.thumb-text-single .hot-topics-excerpt {
margin:10px 0;
}
.thumb-text-single .link-button{
position:relative;
margin:30px 0 0!important;
}
.link-button{
text-align:center;
position: absolute;
bottom: 5px;
width: 100%;
}
.link-button span{
background:#f30d0d;
border:2px solid #f30d0d;
padding:5px 7px;
letter-spacing:0.1em;
text-indent:0.1em;
border-radius:5px;
color:#fff;
font-size:12px;
display:inline-block;
}
#hot-topics a:hover .link-button span{
background:#fff;
color:#f30d0d;
}
.thumb-box {
position:relative;
}
.thumb-box p{
position:absolute;
bottom:0;
text-align:center;
background:rgba(42,57,86,0.9);
color:#fff;
width:100%;
padding:15px 0;
margin:0!important;
font-weight: bold;
}
#hot-topics a:hover .thumb-box p{
opacity:0.2;
}
#footer-address {
text-align: center;
margin: 30px auto;
}
#footer-address a,.tel-link {
text-decoration: none;
}
#footer-address a{
color: #fff;
}
.tel-link {
color: #000;
}
.label-archive li {
width: 24%;
float: left;
margin-right: 1.3333%;
font-size: 14px;
line-height: 18px;
text-align: center;
margin-bottom: 30px;
border: solid 1px #ddd;
box-sizing: border-box;
padding: 10px;
transition: 0.3s;
}
.label-archive li:hover {
border: solid 1px #edad32;
}
.label-archive li a {
text-decoration: none;
color: #333;
}
.label-archive li:nth-child(4n) {
margin-right: 0;
}
.label-archive img {
width: 100%;
height: auto;
}
.single-thumb-box {
text-align: center;
margin-bottom: 30px;
}
.artist-name-box {
margin: 20px 0;
}
.artist-name-box p,.artist-name-box ul{
float:left;
}
.artist-name-box ul {
margin: 0;
}
.artist-name-box p,.artist-name-box ul li{
margin: 5px 0;
line-height: 22px;
font-size: 18px;
}
.artist-name-box ul,.artist-name-box ul li {
padding-left: 0;
}
.artist-name-box ul li {
float: left;
}
.artist-name-box ul li:before {
content: none;
}
.artist-name-box ul li::after {
content: ",";
}
.artist-name-box ul li:last-child::after {
content: "";
}
.tag-name {
font-size: 20px;
line-height: 26px;
margin: 30px 0;
padding-bottom: 5px;
border-bottom: dashed 1px #ddd;
}
.tag-artist li {
margin: 0 15px 15px 0;
float: left;
}
.tag-artist li a{
color: #333;
text-decoration: none;
}
.tag-artist li:before {
content: "\f105";
font-family: "Fontawesome";
margin-right: 3px;
color: #edad32;
}
.tag-artist li a:hover {
color:#edad32;
}
#backtotop {
display: none;
position: fixed;
bottom: 4%;
right: 4%;
z-index: 100;
font-size:50px;
}
#backtotop a:hover {
opacity:0.8;
}
#footer-address li:last-child a{
border-radius: 10px;
background: #000;
border: solid 1px #6c0000;
display: inline-block;
margin: 30px auto;
padding: 20px 30px;
font-size: 24px;
}
#footer-address li:last-child a:hover{
background: #950000;
color: #fff;
} .wide-table-box {
overflow-x: scroll;
}
.wide-table-box th,.wide-table-box td {
min-width: 60px;
white-space: nowrap;
}
.wide-table-box::-webkit-scrollbar{
width: 5px;
height: 5px;
background: #bbb;
}
.wide-table-box::-webkit-scrollbar:horizontal{
width: 5px;
background: #bbb;
}
.wide-table-box::-webkit-scrollbar-thumb{
background: #555;
border-radius: 2px;
}
.wide-table-box::-webkit-scrollbar-thumb:horizontal{
background: #555;
border-radius: 2px;
}
.wide-table-box::-webkit-scrollbar-track-piece:start{
background: #bbb;
}
.wide-table-box::-webkit-scrollbar-track-piece:end{
background: #bbb;
}
.wide-table-box::-webkit-scrollbar-corner{
background: transparent;
}
article table {
width: 100%;
}
@media screen and (min-width:1080px) {
#header-title-box {
float: left;
}
#main-menu {
float: right;
}
#box-left,#box-right {
float: left;
}
#box-left {
width: 700px;
}
#box-right {
width: 300px;
margin-left: 60px;
}
header,section,footer,.slider-catch,#banner-box {
margin-right: auto;
margin-left: auto;
width:1060px;
}
#banner-box li {
width: 515px;
}
#banner-box li:first-child {
margin-right: 30px;
}
.tb-br {
display: none;
}
#footer-menu {
margin: 10px;
}
#footer-menu li {
text-align: center;
float: left;
width: 11.11111%;
}
#footer-menu li span,#footer-menu li strong {
display: block;
}
#footer-menu li span {
font-size: 12px;
}
#footer-menu li a {
color: #fff;
padding: 5px 0;
display: block;
text-decoration: none;
transition: 0.3s;
}
#footer-menu li a:hover {
color: #000;
}
.display-box-photo,.display-box-text {
float:left;
}
.display-box-photo {
width: 200px;
}
.display-box-text{
width: 770px;
margin-left: 30px;
}
#slider-box {
margin-bottom: 60px;
}	
}
@media screen and (max-width:1079px) {
#wrapper {
margin-top: 107px;
}
#menu-box {
display: none;
}
header {
padding-top: 20px;
}
#main-menu li {
width: 25%;
}
#btn{
width: 50px;
height: 50px;
position: absolute;
right :2%;
top: 25px;
}
#btn:before,
#btn:after,
#btn span{
display: block;
width: 80%;
position: absolute;
left: 0;
right: 0;
margin: auto;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#btn span{
height: 3px;
background-color: #f30d0d;
top: calc(50% - 1.5px);
}
#btn:before{
content: "";
top: calc(25% - 3px);
border-top: 3px solid #f30d0d;
}
#btn:after{
content: "";
bottom: calc(25% - 3px);
border-bottom: 3px solid #f30d0d;
}
#btn.on span{
display: none;
}
#btn.on:before{
top: calc(50% - 1.5px);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
#btn.on:after{
bottom: calc(50% - 1.5px);
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}
#btn {
position: fixed;
}
#btn {
z-index: 100001;
transition: 0.4s;
}	
header,section,footer,#banner-box {
width: 96%;
margin-right: 2%;
margin-left: 2%;
}
#banner-box li {
width: 49%;
}
#banner-box li:first-child {
margin-right: 2%;
}
header p {
font-size: 11px;
line-height: 1.1;
}
#site-title a {
width: 250px;
height: 50px;
}
#header-title-box {
background-position: left 3px;
}
#footer-menu li{
text-align: center;
width: 50%;
float: left;
}
#footer-menu li a{
display: block;
color: #fff;
text-decoration: none;
box-sizing: border-box;
font-size: 14px;
}
#footer-menu li:nth-child(odd) a{
border-right: #555 1px solid;
}
.display-box-photo {
text-align: center;
margin-bottom: 20px;
}
}
@media screen and (min-width:768px) {
.school-photo,.school-detail {
float: left;
width: 49%;
}
.school-photo {
margin-right: 2%;
}
.school-photo img {
margin-top: 10px;
}
.school-detail > h3:first-child {
margin-top: 0;
}
.alignleft {
float: left;
margin: 0 20px 20px 0;
}
.alignright {
float: right;
margin: 0 0 20px 20px;
}
#index-news-box > ul{
width: 49%;
float: left;
}
#index-news-box > ul:nth-of-type(2){
margin-left: 2%;
}
#menu-box {
margin-top: 20px;
}
}
@media screen and (max-width:767px) {
#archive-news-box ul ul {
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: solid 1px #333;
}	
#archive-news-box ul ul li{
padding-bottom:0;
font-size: 13px;
}
#archive-news-box li a {
text-decoration: none;
}
#archive-news-box ul ul li:nth-child(2) {
margin-top: 5px;
}
#archive-news-box ul ul li:nth-child(3) {
float: none;
clear: left;
}
#pagination a, .page-numbers {
font-size: 12px;
padding: 3px 5px;
line-height: 3;
}
#wrapper {
margin-top: 96px;
}
header p {
font-size: 10px;
}
#site-title a {
width: 200px;
height: 40px;
}
#main-menu li {
width: 33.3333%;
}
article {
padding: 3%;
}
.button a, .button-center a {
font-size: 20px;
padding: 20px 30px;
}
.button, .button-center {
margin: 30px 0;
}
#news-list li {
width: 49%;
margin: 0 0 20px;
}
#news-list li:nth-child(2n) {
margin-left: 2%;
}
}
@media screen and (max-width:499px) {
body {
line-height: 1.3;
}
p {
font-size: 14px;
}
#bottom-img li {
width: 50%;
}
#footer-menu li{
float: left;
width: 33.333%;
margin: 0 0 10px;
}
#footer-menu stronb,#footer-menu span{
display: block;
}
#footer-menu span {
font-size: 10px;
}
#index-news-box li {
font-size: 12px;
margin-bottom: 5px;
}
.list-info li:first-child {
width: auto;
margin-right: 10px;
}
#index-news-box li:nth-child(2) {
font-size: 10px;
margin-top: 0;
}
#main-menu li {
width: 50%;
font-size: 14px;
}
#banner-box li{
width: 100%;
float: none;
margin-right: 0;
}
#news-list li p,.list-time {
font-size: 12px;
line-height: 1.2;
}
.list-time {
padding: 5px;
}
#news-list img {
max-height: 155px;
}
#footer-menu li:nth-child(2n+1) a {
border: none;
}
.page-title {
text-align: center;
}
.h2-jp {
display: block;
margin: 0 0 10px;
}
article h2 {
font-size: 23px;
margin: 30px 0;
}
article h3 {
font-size: 16px;
}
article table th,article table td {
min-width: 20%;
}
article #contact-table th,article #contact-table td {
display: block;
width: 100%;
}
#contact-table th{
width: auto;
min-width: initial;
}
.wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
width: 100%;
}
}