@charset "UTF-8";

/*--------- container;コンテナー ---------*/
.container {
  width: 100%;
  max-width: 1210px;
  margin: 0px auto;
  margin-top: 15px; }
/*  width: 960px; */


.container_copyright {
  text-align: center;
  color: #FFFFFF; 
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
  }

.container .pad_bottom {
  padding-bottom: 15px; }

.container .pdfArea {
  margin-top: 10px; }

.container .pdfArea a {
  color: #222266; }

.container .pdfArea_img {
  width: 300px;
  margin: 10px;
  transition: all 0.4s ease; }

.container .pdfArea_img .img_caption {
  font-size: 10pt; 
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
  }

.container .pdfArea_img .img_caption img {
  vertical-align: middle; }

.container .pdfArea_img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

.container .pdfArea .pdfArea_img-none:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.container .inner {
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px; }

.container .inner-list { /* ３列が確定になったら削除 */
  width: 90%;
  padding-top: 0px;
  padding-bottom: 40px; }

.container .inner_subTitle {
  width: 90%;
  font-size: 20pt;
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
  font-weight: bold;
  color: #222266; }

.container .inner_subTitle_padding {
  width: 90%;
  font-size: 20pt;
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
  font-weight: bold;
  color: #222266;
  padding-bottom: 20px; }

.container .inner_subTitle .subTitle_EN {
  width: 90%;
  font-size: 8pt;
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
  font-weight: normal;
  padding-left: 10px; }

.container .inner_line {
  width: 100%;
  background-color: #222266;
  height: 1px;
  margin-bottom: 10px; }

.container-index {
  padding-bottom: 50px; }

