@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
Theme Name: MNM2022
Theme URI: https://www.s-graphics.co.jp/
Author: Science Graphics Co., Ltd.
Author URI: https://www.s-graphics.co.jp/
Description: 
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: mnm2019

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* CSS Document */
/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#1F3A5F	
#1F3A5F	


**/
/********
 1. common
 ********/
body {
  font-family:"Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
  line-height: 180%;
  background-image: url("images/bg_bottom.jpg");
  background-position: bottom 55px left;
  background-repeat: repeat-x;
  background-size: 100% 80px;
  font-size: 16px;
}

*:hover{
    transition:**.**s;
}

a:hover img {
  opacity: **.**;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

a:focus, a:hover {
    color: #1F3A5F;
    text-decoration: underline;
}

.wrapper {
  width: 1200px;
  margin: 0px auto;
}
.left, .left_column {
  float: left;
}
.right, .right_column {
  float: right;
}
.right_column_top {
    padding-left: 30px;
    padding-right: 0;
}
.current {
  background-color: #dedede;
}
h3 {
  background-color: #dedede;
  font-size: 18px;
  padding: 15px 8px;
  margin: 30px 0px 20px 0px;
}
h4 {
  border-left: 3px solid #dedede;
  padding: 10px 20px;
  margin: 20px 0px;
  font-size: 16px;
}
h5 {
  font-size: 14px;
  padding: 20px 10px;
  border-bottom: 1px solid #dedede;
}
ul {
  padding-left: 0px;
}
ol {
  padding-left: 20px;
}
ul li {
  list-style: none;
}
p {
  padding: 4px;
}
img.full {
  width: 100%;
}
a:focus {
  color: #aaa;
}
a.more {
  float: right;
}

a.btn.more:after{
    margin-left:15px;
    content:"\f138";
    float:right;
    font-family: FontAwesome;
}
.pagetop {
  border: 1px solid #ccc;
  padding: 5px 10px;
  float: right;
}
.pagetop:before {
  font-family: FontAwesome;
  content: '\f0aa';
  padding-right: 5px;
}
span.date {
  font-size: 12px;
}
h2 .btn, h3 .btn, h4 .btn, h5 .btn {
  float: right;
}
/********
 2. override bootstrap
 ********/
.label {
  padding: 4px;
}



/********
 2.5. animation
 ********/


.fade-in{
    opacity: 0;
}

.fade-in.is-animated{ 
  animation-name:fadeIn;
  animation-duration:1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fade-in.rise-up.is-animated{
  animation-name:fadeRiseUp;
}

.fade-in.rise-left.is-animated{ 
  animation-name:fadeRiseLeft;
}

.fade-in.fade-simple{
  animation-name:fadeIn;
  animation-duration:2s;     
}

.fade-in.zoom-in{
  animation-name:fadeZoomIn;
}

.fade-in.zoom-out{
  animation-name:fadeZoomOut;
}


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

@keyframes fadeZoomIn {
  0% {
   opacity: 0;
   transform:scale(**.**);
  }
  100% {
    opacity:1;
    transform:scale(**.**);
  }
}

@keyframes fadeZoomOut {
  0% {
   opacity: 0;
   transform:scale(**.**);
  }
  100% {
    opacity:1;
    transform:scale(**.**);
  }
}

@keyframes fadeRiseUp {
0% {
 opacity: 0;
 transform: translateY(30px);
}

100% {
 opacity:1;
 transform: translateY(0px);
 } 
}

@keyframes fadeRiseLeft {
0% {
 opacity: 0;
 transform: translateX(-60px);
}

100% {
 opacity:1;
 transform: translateX(0px);
 } 
}



/********
 3. header
 ********/
header {
  border-top: 4px solid #1F3A5F	;
}
header h1 {
  display: none;
}
header img {
  margin: 15px 0px;
}
#home header {}
#sub header {}
header #language {
  text-align: right;
  padding-top: 15px;
}
header #language ul li {
  display: inline;
  margin: 5px;
}
/********
4 nav
********/
nav {
  height: 45px;
  min-width: 1200px;
  border-top: 1px solid #999;
}
nav div {
  margin: 0px;
  padding: 0px;
}
nav div ul {
  padding: 2px 0px;
  margin: 0px;
}
nav div ul li {
  height: 44px;
  padding: 0px;
  margin: 0px;
}
nav div > ul > li {
  float: left;
}
nav div ul li a {
  margin: 2px 0px;
  display: block;
  min-width: 100px;
  padding: 4px 29px 16px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}
nav div ul ul {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: #333;
  color: #fff;
}
nav div ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #1F3A5F	;
}
/********
5 toppage section
********/
section#eyecatch {
  padding: 20px 0px;
}
section#eyecatch div.wrapper {
  background-image: url("images/eyecatch.jpg");
  background-size: auto 100%;
  box-shadow: 0 0 8px 0 #999;
  width: 1200px;
  padding: 20px 40px;
}
section#eyecatch div.wrapper h2, section#eyecatch div.wrapper h3, section#eyecatch div.wrapper h4 {
  border: none;
  background: none;
  padding: 0px;
  margin: 10px;
}

section#eyecatch div.wrapper h2{
  font-weight: 900;
}

section#eyecatch div.wrapper h5{
  border-bottom: none;
}

div#main_content section#content h2 {
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 630px 6px;
  border:none;
  border-bottom:2px dashed #1F3A5F	;
  font-weight: bold;
  font-weight: 900;
}
div#main_content section#news h2 {
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 20px 5px 0px;;

}
div#main_content section#news h2:before {
    content:"\f138";
    font-family: FontAwesome;
    margin-right:10px;
}
div#main_content section#news ul li {

  border-bottom: 1px dashed #ccc;
  padding: 10px 0px;
  line-height: 140%;
  padding-left:30px !important;
  text-indent: 0px !important;
}
div#main_content section#news ul li:before {
  content: '\f073';
  font-weight: 300;
}
div#main_content section#news a.btn-info {
  border-radius: 0px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #999;
}
div#main_content section#news a.btn-info:hover {
  background-color: #1F3A5F	;
  color: #fff;
}
div#main_content section#contact {
  border: 1px solid #ccc;
  margin-top: 20px;
  background-color:#fff;
}
div#main_content section#contact h2 {
  height: 40px;
  margin-top: 0px;
  padding: 5px 0px;
  box-shadow: 0px 0px 8px 0px #999;
  border: none;
}
div#main_content section#contact h2 p {
  height: 30px;
  border-left: 8px solid #1F3A5F;
  padding-left: 20px;
}
div#main_content section#contact > div > div {
  padding: 0px 10px;
}
body.home div#main_content {
  box-shadow: 0 0 0 0 #fff;
  margin-bottom: 80px;
}
/********
6 footer
********/
footer {
  background-color:#1F3A5F	;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 6px;
}
/********
7 breadcrumb
********/
ul#breadcrumb {
  padding: 10px 0px;
  margin: 0px;
}
ul#breadcrumb li {
  float: left;
  margin: 0px 10px;
}
/********
8 sidebar
********/
div#sidebar {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
div#sidebar h2 {
  background-color: #333;
  color: #fff;
  font-size: 18px;
  margin: -10px;
  padding: 15px 10px;
}
div#sidebar h2 i {
  display: none;
  float: right;
  width: 50px;
}
div#sidebar ul li {
  background-color: #fff;
}
div#sidebar ul li a {
  display: block;
  min-height: 40px;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
div#sidebar ul li a:hover {
  background-color: #F2F6FB;
  text-decoration: none;
}
div#sidebar ul li a:before {
  font-family: FontAwesome;
  content: '\f101';
  margin-right: 10px;
}
div#sidebar ul li ul li {}
div#sidebar ul li ul li a {
  background-color: #efefef;
  min-height: 40px;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
div#sidebar ul li ul li a:hover {
  background-color: #F2F6FB;
  text-decoration: none;
}
/********
9 main_content
********/
main {
  background-image: url("images/bg_top.jpg");
  background-size: auto 178px;
  background-repeat: repeat-x;
}
div#main_content {
  padding: 10px;
  box-shadow: 0 0 8px 0 #999;
  margin-bottom: 20px;
  min-height: 500px;
  background-color:#fff;
}
div#main_content div.left_column {
  box-shadow: 0 0 8px 0px #999;
}
div#main_content h1 {
  border-left: 3px solid #1F3A5F	;
  font-size: 28px;
  padding: 20px 10px 20px 30px;
  margin-top: 0px;
  color: #1F3A5F	;
}
div#main_content div#content_area {
  padding: 10px 30px;
  min-height: 500px;
}
div#main_content h2 {
  font-size: 20px;
  margin: 20px 0px;
  padding: 10px 10px;
  border: 1px solid #999;
}
div#main_content h3 {
  background-color: #eee;
  font-size: 18px;
  padding: 15px 8px;
  margin: 30px 0px 20px 0px;
}
div#main_content h3:nth-of-type(n+2) {
    margin: 50px 0px 20px;
}

div#main_content h4 {
  border-left: 3px solid #ccc;
  padding: 10px 20px;
  margin: 20px 0px;
  font-size: 16px;
}

div#main_content h4:nth-of-type(n+2) {
    margin: 40px 0px 20px;
}

div#main_content h5 {
  font-size: 14px;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
div#main_content div.clearfix {
  margin-bottom: 30px;
}
div#main_content table tr td {
  border: 1px solid #ccc;
  padding: 15px 20px;
}
div#main_content table tr th {
  background-color: #999;
  color: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
div#main_content table tr:nth-child(2n) {
  background-color: #efefef;
}

div#main_content ul li,
div#main_content ol li{
    margin-bottom: 10px;
}

div#main_content ul li{
    text-indent: -18px;
    padding-left:20px;
}

div#main_content ul li:before {
  font-family: FontAwesome;
  content: '\f101';
  padding-right: 10px;
}
div#main_content ul li ul {
  margin-left: 20px;
}
div#main_content table.sankahi{
  margin-bottom: 10px;
}
div#main_content table.sankahi tr td:first-child{
  white-space: nowrap;
}
div#main_content table.sankahi th,
div#main_content table.sankahi td{
  font-size: 14px;
}
div#main_content table.responsive {}
div#main_content table.responsive th, div#main_content table.responsive td {
  padding: 6px 2px;
  text-align: center;
}
div#main_content table.responsive th, div#main_content table.toggle_next th, div#main_content table.toggle_nextall th {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
div#main_content table.toggle_next tr td, div#main_content table.toggle_next tr th, div#main_content table.toggle_nextall tr td, div#main_content table.toggle_nextall tr th {
  padding: 5px 20px;
}
div#main_content table.toggle_next th, div#main_content table.toggle_nextall th {
  text-align: center;
}
div#main_content table.toggle_next .toggle, div#main_content table.toggle_nextall .toggle {
  cursor: pointer;
}
div#main_content div.slider-wrapper {
  width: 50%;
  margin: 10px auto;
}
div#main_content div.slider-wrapper div.nivo-controlNav {
  display: none;
}
/********
10 PC
********/
@media (min-width: 768px) {
    body{
        min-width: 1215px;
    }
  div#sp_menu {
    display: none;
  }
  section#eyecatch div.wrapper h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 150%;
  }
  main.en section#eyecatch div.wrapper h2 {
    font-size: 30px;
    line-height: 120%;
  }
  section#eyecatch div.wrapper h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
  }
  section#eyecatch div.wrapper h4 {
    font-size: 14px;
    line-height: 150%;
  }
  nav ul li#menu-item-128 {
    display: none;
  }
}
/********
10 SP
********/
@media (max-width: 767px) {
    a{
        word-break: break-all;
    }
    
    
  header div#search_area {
    display: none;
  }
  header div#logo_area {
    padding: 0px;
  }
  header div#logo_area img {
    width: 80%;
    height: auto;
  }
  nav {
    display: none;
    min-width: 100%;
    background-image: none;
    z-index: 1000;
    position: absolute;
  }    
  #language {
    display: none;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    width: 50%;
    float: left;
    background-color: #aaa;
  }
  nav ul li ul {
    width: 50%;
  }
  nav ul li ul li {
    width: 100%;
  }
    nav div ul li a {
        padding: 4px 20px 16px;
    }
  header.en ul li#menu-item-130 {
    display: none;
  }
  header.ja ul li#menu-item-129 {
    display: none;
  }
  .wrapper {
    width: 100% !important;
    min-width: 100% !important;
  }
    .right_column_top {
        padding-left: 15px;
        padding-right: 15px;
    }
  div#main_content {
    border: none;
    padding: 0px;
  }
  div#main_content div#content_area {
    padding: 10px;
  }
	
  div#main_content ol {
    margin: 0 1rem;
  }

  p{
     word-break: break-all;
  }
    
  section#eyecatch div.wrapper h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
  }
  main.en section#eyecatch div.wrapper h2 {
    font-size: 16px;
    line-height: 115%;
  }
  section#eyecatch div.wrapper h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
  }
  main.en section#eyecatch div.wrapper h3 {
    font-size: 14px;
    line-height: 115%;
  }
  section#eyecatch div.wrapper h4 {
    font-size: 12px;
    line-height: 130%;
  }
  main.en section#eyecatch div.wrapper h4 {
    font-size: 10px;
    line-height: 115%;
  }
  section#eyecatch {
    width: 100%;
  }
  section#eyecatch div.wrapper {
    background-image: url("images/eyecatch.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 90% !important;
    min-width: 90% !important;
    height: auto;
    padding: 10px;
  }
  div#main_content div.wrapper {
    width: 90% !important;
    min-width: 90% !important;
  }
  .left, .right, .left_column, .right_column {
    float: none !important;
    margin: 0px auto;
  }
  section#process ul li {
    padding: 60px 5px 10px 5px;
    margin: 4px 5px;
  }
    
    div#main_content section#news ul li{
        padding-left:15px !important;
    }
  div#sp_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  div#sidebar ul {
    display: none;
  }
  div#sidebar h2 {
    cursor: pointer;
  }
  div#sidebar h2 i {
    display: inherit;
  }
    
    .overflow{
        overflow-x: scroll;
    }
}

/* Exhibition & Advertising */
@media (min-width: 768px) {
  nav div > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  nav div > ul > li {
    float: none;
    flex: 1 1 auto;
  }
  nav div > ul > li#menu-item-128 {
    flex: 0 0 auto;
  }
  nav div ul li a {
    min-width: 0;
    padding: 4px 16px 16px;
    font-size: 15px;
    white-space: nowrap;
  }
  nav div ul li#menu-item-901 a {
    font-size: 14px;
    letter-spacing: -**.**em;
  }
}

.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.banner-item {
  width: calc(50% - 12px);
}
.banner-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 8px rgba(0,0,0,**.**);
}

@media (max-width: 767px) {
  .banner-grid {
    display: block;
    margin-top: 20px;
  }
  .banner-item {
    width: 100%;
    margin-bottom: 16px;
  }
  nav ul li#menu-item-901 {
    width: 100%;
  }
}




/* 「企業展示・広告」メニューを一時的に非表示 */

#menu-item-901 {
display: none !important;
}

/*
nav#menu li#menu-item-901,
nav#menu li#menu-item-901 > a {
  display: none !important;
}
  */