@charset "utf-8";

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  font-size: 1rem;
  font-family: YuGothic, "游ゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
  color: #333;
}
ul {
  padding-left: 20px;
}
ul > li {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  background: url(/img/list-icon.png) no-repeat left .5rem;
  list-style-type: none;
}
ol {
  padding-left: 38px;
}
ol > li {
  margin-bottom: 1rem;
}
a {
  text-decoration: underline;
  color: #2581e0;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
h2 {
  margin-top: 50px;
  margin-bottom: 36px;
  color: #000;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  margin-top: 34px;
  padding-left: 10px;
  border-left: 4px solid #396bc2;
  font-size: 132%;
  font-weight: normal;
}
h4 {
  margin: 1rem 0 .5rem;
  font-size: 112%;
  color: #396bc2;
}
p {
  margin-top: 0;
}
input, select, button {
  font-size: 1rem;
  font-family: YuGothic, "游ゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif;
}
input {
  padding-right: .3rem;
  padding-left: .3rem;
  border: 1px solid #aaa;
}
select {
  border: 1px solid #aaa;
}

/* ------------------------------------------------
  Layout
------------------------------------------------ */
.or-ghead, .or-gnav, .or-main, .or-gfoot {
  width: 100%;
}
@media (max-width: 1170px) {
  .or-ghead, .or-gnav, .or-main, .or-gfoot {
    width: 1170px;
  }
}
.or-main {
  letter-spacing: .1rem;
}
.or-l-inner {
  width: 1170px;
  padding: 0 75px;
  margin: auto;
  overflow: hidden;
}
.or-l-left-contents {
  float: left;
}
.or-l-right-contents {
  float: right;
}


/* ----------------------------------------------
  Module
---------------------------------------------- */
/* or-ghead ----------------------*/
.or-head-logo {
  margin: 3.15rem 0;
  float: left;
  font-size: 100%;
}
.or-ghead .or-link-blue {
  margin: 3.25rem 0 0 1rem;
  padding: 1px 1.2rem 0;
  display: inline-block;
  font-size: 87%;
  font-weight: bold;
}
.or-ghead .or-icon-arrow-blue {
  margin-right: 1rem;
  background-size: 8px auto;
  background-position: left .24rem;
  font-size: 87%;
  font-weight: bold;
  vertical-align: 19px;
}
.or-ghead .or-l-right-contents > * {
  display: inline-block;
}
.or-ghead .or-user {
  width: 11rem;
  padding: 1rem .8rem;
  background: #396bc2;
  border-radius: 0 0 4px 4px;
  text-align: center;
  color: #fff;
}
.or-ghead .or-user-name {
  text-align: left;
  font-size: .9rem;
}
.or-ghead .or-user-name .or-name {
  font-size: 1.1rem;
  font-weight: bold;
}
.or-ghead .or-icon-arrow-white {
  display: inline-block;
  font-size: .75rem;
}
.or-btn-logout {
  width: 80%;
  margin: .7rem auto 0;
  padding: .1rem .2rem;
  display: inline-block;
  background: #fff;
  text-decoration: none;
  font-size: .75rem;
  font-weight: bold;
  color: #333;
}
/* or-gnav ----------------------*/
.or-gnav {
  min-height: 50px;
  background: #403f41;
}
.or-gnav li {
  margin: 0 1.2rem;
  padding-left: 0;
  float: left;
  background: none;
  text-align: center;
}
.or-gnav a,
.or-gnav .or-is-current {
  padding: 14px 1rem;
  display: block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.or-gnav a:hover {
  padding-bottom: 8px;
  border-bottom: 6px solid #00b0ec;
}
.or-gnav .or-is-current {
  padding-bottom: 8px;
  border-bottom: 6px solid #00b0ec;
}
.or-gnav .or-is-current:hover {
  cursor: default;
}
/* or-gfoot ----------------------*/
.or-gfoot {
  padding: 20px 0 30px;
  border-top: 4px solid #bbbdbf;
}
.or-foot-logo {
  display: block;
  float: left;
}
.or-foot-link {
  margin-top: 0;
  margin-bottom: .4rem;
  padding-left: 0;
  font-size: 75%;
  text-align: right;
}
.or-foot-link li {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  background: none;
}
.or-copyright {
  font-size: 69%;
}
.cfm-text {
  margin: .5rem;
  color: #396bc6;
}

/* or-main ----------------------*/
.or-main .or-l-inner {
  padding-bottom: 75px;
}
.or-main h1 {
  margin-top: 41px;
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #bbbdbf;
  font-weight: normal;
  color: #396bc2;
}
/* パンくず ----------------------*/
.or-breadcrumb {
  margin-top: 13px;
  padding-left: 0;
}
.or-breadcrumb li {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  background: none;
  font-size: 68%;
  letter-spacing: initial;
}
.or-breadcrumb li:after {
  padding-left: 8px;
  display: inline-block;
  content: '>';
}
.or-breadcrumb li:last-child:after {
  display: none;
}
.or-breadcrumb a {
  color: #333;
}
/* ページ内リンク ----------------------*/
.or-page-index {
  margin: 1.2rem 0 3.1rem;
  padding-left: 0;
}
.or-page-index li {
  margin-right: 15px;
  margin-bottom: 0;
  padding-left: 15px;
  display: inline-block;
  background: url(/img/arrow-b-blue.png) no-repeat left center;
  font-size: 85%;
}
.or-page-index a {
  text-decoration: none;
  color: #333;
}
.or-page-index a:hover {
  text-decoration: underline;
  color: #2581e0;
}
/* ボタン ----------------------*/
.or-btn {
  min-width: 230px;
  padding: 10px;
  display: inline-block;
  background: #396bc2;
  border: 1px solid #396bc2;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 125%;
  color: #fff;
  opacity: 1;
}
.or-btn:hover {
  cursor: pointer;
  opacity: .8;
}
.or-btn.or-l-yerrow {
  background: #f0d02e;
  border: 1px solid #f0d02e;
  color: #333;
}
.or-btn.or-l-gray {
  background: #999;
  border: 1px solid #999;
}
/* ボタンのブロック */
.or-l-botton {
  text-align: center;
}
.or-l-botton .or-btn {
  margin: 0 2rem;
}
/* ページトップ　ボタン ----------------------*/
.or-totop-btn.or-is-hidden {
  display: none;
}
.or-totop-btn {
  width: 47px;
  height: 47px;
  background: rgba(88,89,91,.5);
  position: fixed;
  bottom: 0;
  right: 0;
}
.or-totop-btn img {
  width: 28px;
  margin: 15px auto;
  display: block;
}
.or-totop-btn:hover {
  cursor: pointer;
}
/* リンクアイコン ----------------------*/
/* blue */
.or-icon-arrow-blue {
  padding-left: .8rem;
  background: url(/img/arrow-r-blue.png) no-repeat left .3rem;
  text-decoration: none;
  color: #333;
}
a.or-icon-arrow-blue:hover {
  text-decoration: underline;
  color: #2581e0;
}
/* black */
.or-icon-arrow-black {
  padding-left: .6rem;
  background: url(/img/arrow-r-black.png) no-repeat left center;
  text-decoration: none;
  color: #333;
}
a.or-icon-arrow-black:hover {
  text-decoration: underline;
  color: #2581e0;
}
/* white */
.or-icon-arrow-white {
  padding-left: .6rem;
  background: url(/img/arrow-r-white.png) no-repeat left center;
  text-decoration: none;
  color: #fff;
}
a.or-icon-arrow-white:hover {
  text-decoration: underline;
}
/*  pdf */
.pr-icon-pdf {
  padding-left: 26px;
  display: inline-block;
  background: url(/img/pdf-icon.png) no-repeat left center;
  background-size: auto 21px;
}
/* 枠線リンク ----------------------*/
.or-link-blue {
  padding: 3px 10px 2px;
  border: 2px solid #2581e0;
  color: #2581e0;
  text-decoration: none;
}
.or-link-blue:hover {
  background: #2581e0;
  color: #fff;
}
/* リスト ----------------------*/
/* 日付つき */
.or-list-date {
  margin: 0;
  overflow: hidden;
}
.or-list-date dt,
.or-list-date dd {
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
.or-list-date > *:nth-last-child(1),
.or-list-date > *:nth-last-child(2) {
  margin-bottom: 0;
}
.or-list-date dt {
  width: 9rem;
  padding-left: 0;
  clear: both;
  float: left;
}
.or-list-date dd {
  float: left;
}
/* 4カラム */
.or-list-4column {
  overflow: hidden;
  padding-left: 0;
}
.or-list-4column > * {
  width: 25%;
  float: left;
  background: none;
  padding-left: 0;
}
.or-list-4column > *:first-child,
.or-list-4column > *:nth-child(4n +1) {
  clear: both;
  float: left;
}
.or-list-4column >*:nth-last-child(1),
.or-list-4column >*:nth-last-child(2),
.or-list-4column >*:nth-last-child(3),
.or-list-4column >*:nth-last-child(4) {
  margin-bottom: 0;
}
/* テーブル ----------------------*/
.or-table-efault {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.or-table-efault th,
.or-table-efault td {
  padding: .6rem;
  border: 1px solid #999;
}
.or-table-efault th {
  background: #f1f1f2;
  text-align: left;
  font-weight: normal;
}
/* 画像とテキスト */
.or-image-block {
  margin: 1.5rem 0;
  overflow: hidden;
}
.or-image-block > * {
  display: inline;
  vertical-align: top;
}
.or-image-block > *:nth-child(even) {
}
.or-image-block > *:nth-child(odd) {
  margin-right: 1rem;
  float: left;
}
/* コード表示 */
.or-code-block {
  max-width: 1020px;
  padding: 1rem;
  background: #f1f1f2;
  overflow-x: auto;
}
.or-code-block > * {
  letter-spacing: 1;
  font-size: .8rem;
  font-family: YuGothic, "游ゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif;
}
