@charset "UTF-8";

/* Scss Document */
/* Basic Style */
/* link */
a {
  color: #326ba2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}
/*
a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 16px;
  background: url(../common_img/icon_pdf.gif) no-repeat;
} */

a[href$=".xlsx"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../common_img/icon_excel.gif) no-repeat;
}

a.exlink:after,
a .exlink:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../common_img/icon_window.gif) no-repeat;
}

/* font */
.bold,
#award2 .new_mark,
.coming,
strong {
  font-weight: 700 !important;
}

.fsize_l {
  font-size: 1.2em;
}

.fc_red {
  color: #f00;
}

/* list */
ul.list_reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 1em;
}

ol>li {
  text-indent: -1em;
  padding-left: -1em;
}

ol>li:before {
  counter-increment: item;
  content: counter(item) "　";
}

/* box */
.align_c {
  text-align: center !important;
}

.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

/* $clearfix */
.clearfix,
#head {
  *zoom: 1;
}

.clearfix:after,
#head:after {
  content: "";
  display: table;
  overflow: hidden;
  clear: both;
}

/* Layout */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, arial;
}

#container {
  position: relative;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

/* #head */
#head {
  background: url(../images/common/head_bg.jpeg) repeat-x;
  min-height: 80px;
  font-size: 0.9em;
}

#head .tool {
  float: right;
  margin: 12px;
}

#head .tool .tool-link {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 0 8px;
}

#head .tool ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#head .tool ul>li {
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 9px 5px 8px;
  position: relative;
}

#head .tool ul>li:first-child {
  padding-left: 0;
}

#head .tool ul>li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 0.8em;
  border-right: 1px solid #326ba2;
  right: 0;
  top: 0.7em;
}

#head .tool ul>li:last-child:after {
  border-right: 0px;
}

#head .tool ul.font_size {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
}

#head .tool ul.font_size li {
  display: inline;
  border-right: 0px;
  padding: 0 3px;
}

#head .tool ul.font_size li:after {
  border: 0;
}

#head .tool ul.font_size a {
  display: inline-block;
  padding: 2px;
  line-height: 1;
}

#head .tool ul.font_size .textresizer-active {
  color: #fff;
  background: #326ba2;
}

#head .mofa_logo {
  padding: 15px 0;
}

#head .mofa_logo img {
  height: 40px;
}

@media screen and (max-width: 950px) {
  #head {
    min-height: auto;
  }

  #head .tool {
    margin: 12px 0;
  }

  #head .tool ul>li:after {
    border: 0;
  }

  #head .mofa_logo img {
    height: 20px;
  }
}

#cse-search-box {
  margin-top: 7px;
  text-align: right;
}

#cse-search-box #searchbox {
  border: 1px solid #326ba2;
  width: 200px;
  text-align: left;
}

#cse-search-box #searchbutton {
  background: #326ba2;
  color: #fff;
  margin-left: 3px;
  border: 0;
}

/* #footer */
#footer {
  background: #075a7e;
  color: #fff;
  padding: 10px 0;
}

#footer a {
  color: #fff;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer ul>li {
  display: inline-block;
  padding: 5px 12px 5px 5px;
  position: relative;
}

#footer ul>li:first-child {
  padding-left: 0;
}

#footer ul>li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 0.8em;
  border-right: 1px solid #fff;
  right: 0;
  top: 0.7em;
}

#footer ul>li:last-child:after {
  border-right: 0px;
}

#footer li {
  font-size: 1.2em;
}

#footer .copyright {
  font-size: 1.2em;
  padding: 25px 0 0;
}

@media screen and (max-width: 950px) {
  #footer ul {
    font-size: 1.2em;
  }

  #footer .copyright {
    font-size: 1.2em;
  }
}

/* .pagetop */
.pagetop {
  background: #075a7e;
  color: #fff;
  font-size: 1.2em;
  background: rgba(7, 90, 126, 0.8);
  /*float:right;*/
  position: fixed;
  right: 30px;
  bottom: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.pagetop a {
  color: #fff;
}

.pagetop:hover {
  background: rgba(7, 90, 126, 0.7);
}

.pagetop a {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 15px;
}

.pagetop a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(0.5em + 5px);
  right: -1px;
  margin-right: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .pagetop {
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }
}

/* Smart Phone */
.sp_only,
#sp_menu {
  display: none !important;
}

@media screen and (max-width: 950px) {

  /*body{
  	font-size: 0.9em;
  }*/
  img {
    max-width: 100%;
  }

  .sp_only,
  #sp_menu {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }

  #sp_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #sp_menu li {
    background: #fedef4;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  #sp_menu li:nth-child(2n + 1) {
    border-right: 1px solid #fff;
  }

  #sp_menu a {
    color: #000;
    display: block;
    padding: 7px 12px;
    position: relative;
  }

  #sp_menu a:after {
    width: 8px;
    height: 8px;
    content: "";
    border: solid #f00;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% + 4px);
    right: 10px;
    margin-top: -8px;
  }

  #sp_menu li:nth-child(3) a {
    padding-top: calc(7px + 0.5em);
  }
}