@charset "UTF-8";
/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: top;
  box-sizing: border-box;
}

.ccm-page div,
.ccm-page span,
.ccm-page applet,
.ccm-page object,
.ccm-page iframe,
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6,
.ccm-page p,
.ccm-page blockquote,
.ccm-page pre,
.ccm-page a,
.ccm-page abbr,
.ccm-page acronym,
.ccm-page address,
.ccm-page big,
.ccm-page cite,
.ccm-page code,
.ccm-page del,
.ccm-page dfn,
.ccm-page em,
.ccm-page img,
.ccm-page ins,
.ccm-page input,
.ccm-page kbd,
.ccm-page q,
.ccm-page s,
.ccm-page samp,
.ccm-page small,
.ccm-page strike,
.ccm-page strong,
.ccm-page sub,
.ccm-page sup,
.ccm-page tt,
.ccm-page var,
.ccm-page b,
.ccm-page u,
.ccm-page i,
.ccm-page center,
.ccm-page dl,
.ccm-page dt,
.ccm-page dd,
.ccm-page ol,
.ccm-page ul,
.ccm-page li,
.ccm-page fieldset,
.ccm-page form,
.ccm-page label,
.ccm-page legend,
.ccm-page table,
.ccm-page caption,
.ccm-page tbody,
.ccm-page tfoot,
.ccm-page thead,
.ccm-page tr,
.ccm-page th,
.ccm-page td,
.ccm-page article,
.ccm-page aside,
.ccm-page canvas,
.ccm-page details,
.ccm-page embed,
.ccm-page figure,
.ccm-page figcaption,
.ccm-page footer,
.ccm-page header,
.ccm-page hgroup,
.ccm-page menu,
.ccm-page nav,
.ccm-page output,
.ccm-page ruby,
.ccm-page section,
.ccm-page summary,
.ccm-page time,
.ccm-page mark,
.ccm-page audio,
.ccm-page video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: top;
  box-sizing: border-box;
}
.ccm-page article,
.ccm-page aside,
.ccm-page details,
.ccm-page figcaption,
.ccm-page figure,
.ccm-page footer,
.ccm-page header,
.ccm-page hgroup,
.ccm-page main,
.ccm-page menu,
.ccm-page nav,
.ccm-page section {
  display: block;
}

html {
  background: #333;
  overflow-y: scroll;
}

.g-body {
  color: #383737;
  font-size: 13px;
  font-size: 0.78125rem;
  /*font-family: sans-serif;*/
  font-weight: 400;
  font-feature-settings: "pkna";
  line-height: 1;
  letter-spacing: 0.025em;
  width: 100%;
  min-width: 950px;
  height: 100%;
  background: #fff;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.ccm-page {
  /* ----------------------------------------------------------------------
   * GLOBAL - UTILITY
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * GLOBAL - Font
   * ---------------------------------------------------------------------- */
  /* アイコンフォント指定 HDから */
  /* ----------------------------------------------------------------------
   * GLOBAL - Table
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * GLOBAL - Icon
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * GLOBAL - List
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * GLOBAL - Title
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * GLOBAL - Margin Padding
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * LAYOUT
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * 背景色
   * ---------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------
   * ボタン
   * ---------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------
   * Header
   * ------------------------------------------------------------------------------------------------ */
  /* Menu */
  /* ------------------------------------------------------------------------------------------------
   * Footer
   * ------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------
   * Breadcrumb
   * ------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------
   * Content Title
   * ------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------
   * page menu（コンテンツ内メニュー・青ボタン）
   * ------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------
   * page anchor（ページ内アンカーリンクメニュー）
   * ------------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------------
  * 下層
  * ------------------------------------------------------------------------------------------------ */
  /* NEWS EVENT SUPPORT */
  /*
  .l-list_sideCategory dt {
  	border-bottom: 1px solid #fff;
  }
  */
  /*
  .page_nav .page_nav-prev {
  	padding: 20px;
  	background: #eee;
  	color: #020e46;
  	vertical-align: middle;
  	font-size: calc(1.2rem * .625);
  }

  .page_nav .page_nav-prev:hover {
  	background: #020e46;
  	color: #eee;
  	text-decoration: none;
  }

  .page_nav .page_nav-back{

  }

  .page_nav .page_nav-next{

  }

  .page_nav .page_nav-current{
  	background: #020e46;
  	color: #eee;
  }
  */
  /* product - catalog*/
  /* recruit */
  /* グループ */
}
.ccm-page blockquote,
.ccm-page q {
  quotes: none;
}
.ccm-page blockquote:before,
.ccm-page blockquote:after,
.ccm-page q:before,
.ccm-page q:after {
  content: "";
  content: none;
}
.ccm-page input,
.ccm-page textarea {
  margin: 0;
  padding: 0;
}
.ccm-page ol,
.ccm-page ul {
  list-style: none;
}
.ccm-page table {
  border-collapse: separate;
  border-spacing: 0;
}
.ccm-page caption,
.ccm-page th {
  text-align: left;
}
.ccm-page a,
.ccm-page a:before,
.ccm-page a:after,
.ccm-page a img,
.ccm-page input[type=image] {
  color: #383737;
  text-decoration: none;
  transition: all 0.2s;
}
.no-touch a:hover,
.no-touch a:visited:hover,
.no-touch a:hover img,
.no-touch a:visited:hover img,
.no-touch input[type=image]:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.ccm-page a:focus {
  outline: none;
}
.ccm-page img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
  backface-visibility: hidden;
}
.ccm-page iframe {
  max-width: 100%;
  margin: 10px;
}
.ccm-page button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-style: none;
  outline: none;
}
.ccm-page ::-moz-selection {
  color: #fff;
  background: #0050a7;
}
.ccm-page ::selection {
  color: #fff;
  background: #0050a7;
}
.ccm-page ::-moz-selection {
  color: #fff;
  background: #0050a7;
}
.ccm-page .u-inner {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}
.ccm-page .u-show-media {
  display: none;
}
.ccm-page .u-hide-media {
  display: inline-block;
}
.ccm-page .u-content {
  padding: 60px 0;
  background-color: transparent;
}
.ccm-page .u-align-center {
  text-align: center;
}
.ccm-page .u-align-left {
  text-align: left;
}
.ccm-page .u-align-right {
  text-align: right;
}
.ccm-page .u-align-middle {
  vertical-align: middle;
}
.ccm-page .u-align-top {
  vertical-align: middle;
}
body, select, input, button, textarea, :before, :after {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Roboto", Arial, Helvatica, Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  font-feature-setting: "pkna";
}

.ccm-page .u-font-bold {
  font-weight: 700;
  vertical-align: bottom;
}
.ccm-page .u-font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.ccm-page .u-font-color-lightBlue {
  color: #1065b0;
}
@font-face {
  font-family: "screen";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/screen.ttf?6a6wyk") format("truetype"), url("../../fonts/screen.woff?6a6wyk") format("woff"), url("../../fonts/screen.svg?6a6wyk#screen") format("svg");
}
.ccm-page .u-table {
  line-height: 1.4;
}
.ccm-page .u-table table {
  width: 100%;
  margin: 0 0 30px;
  border-right: 1px solid #d2d5d4;
  border-bottom: 1px solid #d2d5d4;
  border-left: 1px solid #d2d5d4;
  position: relative;
}
.ccm-page .u-table table th {
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  padding: 15px 0 15px 30px;
  background: #eee;
  border-top: 1px solid #d2d5d4;
}
.ccm-page .u-table table td {
  line-height: 1.75;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #d2d5d4;
  position: relative;
}
.ccm-page .u-icon-pdf:after {
  content: "";
  vertical-align: -0.5em;
  width: 20px;
  height: 26px;
  margin: 0 0 0 10px;
  display: inline-block;
  background: url(../../img/global/icon-pdf-01.png) no-repeat center/100% auto;
  z-index: 1;
}
.ccm-page .u-icon-pdf:hover:after {
  background: url(../../img/global/icon-pdf-03.png) no-repeat center/100% auto;
  z-index: 55;
}
.ccm-page .u-list-number {
  margin: 10px 0 20px;
  padding-left: 1.25em;
}
.ccm-page .u-list-number-item {
  line-height: 1.5;
  list-style: decimal;
  margin-bottom: 5px;
}
.ccm-page .u-list-disc {
  margin: 10px 0 20px;
  padding-left: 1.5em;
}
.ccm-page .u-list-disc-item {
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 5px;
}
.ccm-page .u-title {
  text-align: center;
  height: 300px;
  background-color: #76b414;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ccm-page .u-title .e-main {
  color: #fff;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ccm-page .u-title .e-sub {
  color: #ddd;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: 0 0 -2.25em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ccm-page .u-title-high {
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 15px;
  position: relative;
}
.ccm-page .u-title-high:after {
  content: "";
  width: 150px;
  height: 2px;
  display: inline-block;
  background: #66b8e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ccm-page .u-title-high .e-name {
  font-weight: 400;
}
.ccm-page .u-title-high .e-sub {
  font-weight: 400;
  display: block;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 5px 0 0 0;
  line-height: 1.8;
}
.ccm-page .u-title-mid {
  color: #2261b3;
  font-size: 1.75rem;
  margin: 0 0 40px;
  padding: 0 0 17.5px;
  position: relative;
}
.ccm-page .u-title-mid:after {
  content: "";
  width: 100px;
  height: 2px;
  display: inline-block;
  background: #66b8e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page .u-title-mid .e-name {
  font-weight: 400;
}
.ccm-page .u-color-orange {
  color: #f06342;
}
.ccm-page .u-mgb-10 {
  margin-bottom: 10px;
}
.ccm-page .u-mgb-15 {
  margin-bottom: 15px;
}
.ccm-page .u-mgb-20 {
  margin-bottom: 20px;
}
.ccm-page .u-mgb-30 {
  margin-bottom: 30px;
}
.ccm-page .u-mgb-40 {
  margin-bottom: 40px;
}
.ccm-page .u-mgb-60 {
  margin-bottom: 60px;
}
.ccm-page .u-mgt-10 {
  margin-top: 10px;
}
.ccm-page .u-mgt-15 {
  margin-top: 15px;
}
.ccm-page .u-mgt-20 {
  margin-top: 20px;
}
.ccm-page .u-mgt-30 {
  margin-top: 30px;
}
.ccm-page .u-mgt-40 {
  margin-top: 40px;
}
.ccm-page .u-mgb-60 {
  margin-bottom: 60px;
}
.ccm-page .u-mgb-80 {
  margin-bottom: 60px;
}
.ccm-page .u-pdt-10 {
  padding-top: 10px;
}
.ccm-page .u-pdt-15 {
  padding-top: 15px;
}
.ccm-page .u-pdt-20 {
  padding-top: 20px;
}
.ccm-page .u-pdt-30 {
  padding-top: 30px;
}
.ccm-page .u-pdb-40 {
  padding-top: 40px;
}
.ccm-page .u-pdb-10 {
  padding-bottom: 10px;
}
.ccm-page .u-pdb-15 {
  padding-bottom: 15px;
}
.ccm-page .u-pdb-20 {
  padding-bottom: 20px;
}
.ccm-page .u-pdb-30 {
  padding-bottom: 30px;
}
.ccm-page .u-pdt-40 {
  padding-bottom: 40px;
}
.ccm-page .g-wrap {
  background: #fff;
  padding: 0 0 60px;
}
.ccm-page .l-content {
  width: 100%;
  height: 100%;
}
.ccm-page .section_text {
  padding: 0 0 40px 0;
  text-align: left;
  line-height: 2;
}
.ccm-page .is-bg-white {
  background: #fff;
}
.ccm-page .is-bg-light-gray {
  background: #f8f8f8;
}
.ccm-page .u-radius-button {
  padding: 15px 40px;
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
}
.ccm-page .u-radius-button.is-gray {
  border-color: #d2d5d4;
  transition: 0.2s;
}
.ccm-page .u-radius-button.is-gray:hover {
  color: #fff;
  border-color: #a5acb2;
  background: #a5acb2;
}
.ccm-page .u-radius-button.is-blue {
  color: #fff;
  background: #1065b0;
  border-color: #1065b0;
  transition: 0.2s;
}
.ccm-page .u-radius-button.is-blue:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-white-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ccm-page .u-radius-button.is-blue:hover {
  color: #1065b0;
  background: #fff;
  border-color: #1065b0;
  text-decoration: none;
}
.ccm-page .u-radius-button.is-blue:hover:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-blue-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ccm-page .u-radius-button.is-white {
  color: #1065b0;
  background: #fff;
  border-color: #1065b0;
  transition: 0.2s;
}
.ccm-page .u-radius-button.is-Line_gray {
  border: 1px solid #d2d5d4;
}
.ccm-page .u-radius-button.is-large {
  padding: 20px 40px;
}
.ccm-page .u-radius-button.is-white:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-blue-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ccm-page .u-radius-button.is-white:hover {
  color: #fff;
  background: #1065b0;
  border-color: #1065b0;
  text-decoration: none;
}
.ccm-page .u-radius-button.is-white:hover:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-white-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.ccm-page .u-icon-pdf-right {
  position: relative;
}
.ccm-page .u-icon-pdf-right:before {
  content: url(../../img/product/icon-pdf-01.png);
  position: absolute;
  top: 15px;
  left: 30px;
}
.ccm-page .u-icon-pdf-right:hover:before {
  content: url(../../img/product/icon-pdf-02.png);
}
.ccm-page .u-radius-button.is-smail_btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ccm-page button.u-radius-button {
  cursor: pointer;
}
.ccm-page .b-btn-container.w-50 {
  max-width: 50%;
  margin: auto;
}
.ccm-page .b-btn-container a {
  display: block;
  margin-bottom: 20px;
}
.ccm-page .btn-l-gr-blue {
  display: inline-block;
  background-color: #658999;
  padding: 15px 35px 15px 20px;
  border-radius: 50px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.ccm-page .btn-l-gr-blue:before {
  font-family: "screen";
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: " \e900";
  letter-spacing: normal;
  color: #658999;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ccm-page .g-header {
  width: 100%;
  min-width: 950px;
  background: #fff;
  border-top: 4px solid #0050a7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ccm-page .g-header > .u-inner {
  min-height: 83px;
  padding: 55px 0 0 232px;
}
.ccm-page .g-header-logo-global {
  position: absolute;
  top: 27px;
  left: 27px;
}
.no-touch .g-header-logo-global .e-link:hover,
.no-touch .g-header-logo-global .e-link:hover .e-img {
  opacity: 1;
}

.ccm-page .g-header-logo {
  position: absolute;
  top: 21px;
  right: 27px;
  font-size: 120%;
  line-height: 150%;
  font-weight: bold;
}
.ccm-page .g-header-menu {
  width: 100%;
  background: #1065b0;
}
.ccm-page .g-header-menu_list {
  width: 100%;
  display: table;
}
.ccm-page .g-header-menu_item {
  vertical-align: middle;
  width: 12.5%;
  display: table-cell;
}
.ccm-page .g-header-menu_item .e-link {
  color: #fff;
  min-height: 28px;
  display: block;
  position: relative;
}
.ccm-page .g-header-menu_item .e-link:before {
  content: "";
  width: 1px;
  height: calc(100% - 14px);
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
.ccm-page .g-header-menu_item:last-child .e-link:after {
  content: "";
  width: 1px;
  height: calc(100% - 14px);
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
}
.no-touch .g-header-menu_item .e-link:hover {
  background: #66b8e1;
  opacity: 1;
}

.ccm-page .g-header-menu_item .e-link .e-button {
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
}
.ccm-page .g-header-menu-global_list {
  letter-spacing: -0.4em;
  padding: 5px 0 0;
  float: left;
  font-size: 11.5px;
  position: relative;
}
.ccm-page .g-header-menu-global_list li {
  padding: 0 0 0 11px;
}
.ccm-page .g-header-menu-global_item {
  position: relative;
}
.ccm-page .g-header-menu-global_item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #0060ae;
  top: 2px;
  left: 0;
  position: absolute;
}
.ccm-page .g-header-menu-global_item {
  letter-spacing: 0;
  margin: 0 24px 0 0;
  display: inline-block;
}
.ccm-page .g-header-font_switch {
  margin: 0 20px 0 0;
  display: table;
  float: left;
}
.ccm-page .g-header-font_switch-title {
  padding: 5px 3px 0 0;
  display: table-cell;
  font-size: 11.5px;
}
.ccm-page .g-header-font_switch-wrap {
  letter-spacing: -0.4em;
  display: table-cell;
}
.ccm-page .g-header-font_switch-item {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  width: 22px;
  height: 17px;
  margin: 0 0 0 3px;
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
}
.ccm-page .g-header-font_switch-item.is-size-s {
  background: url(../../img/global/font-s.gif);
}
.g-header-font_switch-item.is-size-s.is-current,
.no-touch .g-header-font_switch-item.is-size-s:hover {
  background: url(../../img/global/font-s_o.gif);
}

.ccm-page .g-header-font_switch-item.is-size-m {
  background: url(../../img/global/font-m.gif);
}
.g-header-font_switch-item.is-size-m.is-current,
.no-touch .g-header-font_switch-item.is-size-m:hover {
  background: url(../../img/global/font-m_o.gif);
}

.ccm-page .g-header-font_switch-item.is-size-l {
  background: url(../../img/global/font-l.gif);
}
.g-header-font_switch-item.is-size-l.is-current,
.no-touch .g-header-font_switch-item.is-size-l:hover {
  background: url(../../img/global/font-l_o.gif);
}

.ccm-page .g-header-search {
  float: left;
}
.ccm-page .g-header-search-wrap {
  display: table;
}
.ccm-page .g-header-search-title {
  padding: 0 10px 0 0;
  display: table-cell;
}
.ccm-page .g-header-search-input {
  width: 150px;
  min-height: 20px;
  border: 1px solid #a5acb2;
}
.ccm-page .g-header-search-item {
  display: table-cell;
}
.ccm-page .g-footer {
  color: #fff;
  border-bottom: 4px solid #0050a7;
  background: #383737;
}
.ccm-page .g-footer-page_top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.ccm-page .g-footer > .u-inner {
  text-align: center;
  min-height: 54px;
  padding: 21px 0 0;
}
.ccm-page .g-footer-copyright {
  font-size: 0.75rem;
  display: inline-block;
}
.ccm-page .g-footer-menu-wrap {
  margin: 0 0 0 30px;
  display: inline-block;
}
.ccm-page .g-footer-menu-item {
  padding: 0 30px;
  display: inline-block;
  position: relative;
}
.ccm-page .g-footer-menu-item:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ccm-page .g-footer-menu-item .e-link {
  color: #fff;
  font-size: 0.75rem;
}
.ccm-page .g-breadcrumb {
  width: 100%;
  background: #f8f8f8;
}
.ccm-page .g-breadcrumb .u-inner {
  padding: 20px 0;
}
.ccm-page .g-breadcrumb .e-item {
  font-size: 0.75rem;
  padding: 0 35px 0 0;
  display: inline-block;
  position: relative;
}
.ccm-page .g-breadcrumb .e-item:after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 8px;
}
.ccm-page .g-breadcrumb .e-item:last-child:after {
  display: none;
}
.ccm-page .u-content-title {
  width: 100%;
  min-height: 240px;
  background: url(../../img/global/content-title-01.jpg) no-repeat center/cover;
  position: relative;
}
.ccm-page .u-content-title .e-name {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 20px #000;
  letter-spacing: 0.15em;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 0.35em);
  left: 0;
}
.ccm-page .l-page-menu {
  padding-bottom: 0;
}
.ccm-page .l-page-menu .u-inner {
  overflow: hidden;
}
.ccm-page .l-page-menu-wrap {
  letter-spacing: -0.4em;
  margin: -1px 0 0 -1px;
  display: none;
  background: #568ec5;
}
.ccm-page .l-page-menu-item {
  letter-spacing: 0;
  padding: 1px 0 0 1px;
  display: inline-block;
}
.ccm-page .is-2-line .l-page-menu-item {
  width: 50%;
}
.ccm-page .is-3-line .l-page-menu-item {
  width: 33.3333333333%;
}
.ccm-page .is-4-line .l-page-menu-item {
  width: 25%;
}
.ccm-page .is-5-line .l-page-menu-item {
  width: 20%;
}
.ccm-page .is-6-line .l-page-menu-item {
  width: 16.6666666667%;
}
.ccm-page .l-page-menu-item .e-link {
  color: #fff;
  text-align: center;
  min-height: 65px;
  display: block;
  background: #165bab;
  position: relative;
}
.ccm-page .l-page-menu-item .e-link:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-white-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.l-page-menu-item.is-current .e-link,
.no-touch .l-page-menu-item .e-link:hover {
  background: #63b2dd;
}

.ccm-page .l-page-menu-item .e-link .e-name {
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  width: 100%;
  padding: 0 25px 0 10px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ccm-page .l-page-menu-button {
  color: #fff !important;
  line-height: 1;
  text-align: center;
  width: 120px;
  margin: 0;
  padding: 10px 0 15px;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  float: right;
  background: #165bab !important;
  transition: all 0.2s;
  outline: none;
  position: relative;
}
.no-touch .l-page-menu-button:hover {
  background: #63b2dd !important;
}

.ccm-page .l-page-menu-button:before {
  content: "メニュー";
  font-size: 0.75rem;
  margin: 0 15px 0 0;
  display: inline-block;
}
.ccm-page .l-page-menu-button.is-english:before {
  content: "Menu";
}
.ccm-page .l-page-menu-button:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-white-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.ccm-page .l-page-menu-button.is-on {
  border-top: 1px solid #568ec5 !important;
}
.ccm-page .l-page-menu-button.is-on:before {
  content: "閉じる";
}
.ccm-page .l-page-menu-button.is-on.is-english:before {
  content: "Close";
}
.ccm-page .l-page-menu-button.is-on:after {
  transform: translateY(-50%) rotate(-90deg);
}
.ccm-page .l-page-menu .e-note {
  text-align: right;
  padding: 1.25em 140px 0 0;
  display: block;
}
.ccm-page .l-page-anchor-menu {
  margin: 60px 0 0;
  padding: 0;
  background: #d2d5d4;
}
.ccm-page .l-page-anchor-menu-wrap {
  letter-spacing: -0.4em;
  max-width: 950px;
  margin: 0 auto;
}
.ccm-page .l-page-anchor-menu-item {
  letter-spacing: 0;
  display: inline-block;
}
.ccm-page .is-2-line .l-page-anchor-menu-item {
  width: 50%;
}
.ccm-page .is-3-line .l-page-anchor-menu-item {
  width: 33.3%;
}
.ccm-page .is-4-line .l-page-anchor-menu-item {
  width: 25%;
}
.ccm-page .is-5-line .l-page-anchor-menu-item {
  width: 20%;
}
.ccm-page .is-6-line .l-page-anchor-menu-item {
  width: 16.6666666667%;
}
.ccm-page .l-page-anchor-menu-item .e-link {
  color: #020e46;
  text-decoration: none;
  min-height: 64px;
  display: block;
  position: relative;
}
.ccm-page .l-page-anchor-menu-item .e-link:before {
  content: "";
  width: 1px;
  height: 28px;
  display: inline-block;
  background: rgba(2, 14, 70, 0.5);
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
}
.ccm-page .l-page-anchor-menu-item .e-link:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-purple-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.no-touch .l-page-anchor-menu-item .e-link:hover {
  color: #fff;
  background: #020e46;
  opacity: 1;
}

.no-touch .l-page-anchor-menu-item .e-link:hover:after {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url(../../img/global/arrow-white-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
}

.ccm-page .l-page-anchor-menu-item .e-link .e-name {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 0 27px 0 5px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ccm-page .l-page-anchor-menu-item.has-child {
  position: relative;
}
.ccm-page .l-page-anchor-menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 0.875rem;
  background-color: #f1f1f1;
  transition: all 0.2s;
}
.ccm-page .l-page-anchor-menu-item.has-child:hover .l-page-anchor-menu-child {
  visibility: visible;
  opacity: 1;
}
.ccm-page .l-page-anchor-menu-child li + li {
  border-top: 1px solid #ccc;
}
.ccm-page .l-page-anchor-menu-child li a {
  display: block;
  padding: 15px;
  transition: auto;
}
.ccm-page .l-page-anchor-menu-child li a:hover {
  background-color: #020e46;
  color: #fff;
  text-decoration: none;
}
.ccm-page .g-wrap {
  padding: 0;
}
.ccm-page .l-support_container {
  display: table;
  table-layout: fixed;
  padding: 0;
}
.ccm-page .l-support_container .column2_item {
  text-align: left;
  display: table-cell;
  padding: 0 20px 0 0;
}
.ccm-page .l-support_container .l-support_main {
  width: 100%;
  padding: 60px 40px 120px 0px;
  text-align: center;
}
.ccm-page .l-support_news_list {
  margin: 0 40px 0 0;
  text-align: left;
}
.ccm-page .l-list_news {
  margin: 0 0 25px 0;
}
.ccm-page .l-list_data {
  display: block;
  float: left;
  clear: both;
}
.ccm-page .l-list_news a {
  color: #1065b0;
  text-decoration: underline;
}
.ccm-page .l-list_news a:hover {
  text-decoration: none;
}
.ccm-page .l-list_data {
  padding: 0 20px 10px 0;
  letter-spacing: 0.5px;
}
.ccm-page .l-list_sideCategory {
  display: table;
  background: #eeeeee;
  color: #020e46;
  font-size: 0.78125rem;
  width: 256px;
  line-height: 1.8;
}
.ccm-page .l-list_sideCategory li {
  color: #020e46;
}
.ccm-page .l-list_sideCategory .is-blue {
  background: #020e46;
  color: #eee;
}
.ccm-page .l-list_sideCategory li {
  border-bottom: 1px solid #fff;
}
.ccm-page .l-list_sideCategory dd {
  position: relative;
  color: #020e46;
  border-bottom: 1px solid #fff;
}
.ccm-page .l-list_sideCategory .sideCategory_1 dd:last-child,
.ccm-page .l-list_sideCategory .sideCategory_2 dd:last-child,
.ccm-page .l-list_sideCategory .sideCategory_3 dd:last-child,
.ccm-page .l-list_sideCategory .sideCategory_4 dd:last-child {
  border-bottom: none;
}
.ccm-page .l-list_sideCategory p {
  padding: 15px;
}
.ccm-page .l-list_sideCategory a p {
  padding-left: 40px;
}
.ccm-page .l-list_sideCategory dd p {
  padding: 15px 0 15px 40px;
}
.ccm-page .l-list_sideCategory dd:before {
  content: url("../../img/global/arrow_blue.png");
  position: absolute;
  top: 40%;
  bottom: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
.ccm-page .l-list_sideCategory a {
  display: block;
  position: relative;
}
.ccm-page .l-support_container .l-support_category {
  width: 255px;
  background: #eee;
  padding: 0 0 100px 0;
}
.ccm-page .l-support_category a:before {
  content: url("../../img/global/arrow_blue.png");
  position: absolute;
  top: 40%;
  bottom: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
.ccm-page .l-support_category a:hover {
  background: #020e46;
  color: #eee;
  text-decoration: none;
}
.ccm-page .l-support_category a:hover:before {
  content: url("../../img/global/arrow_white.png");
  position: absolute;
  top: 40%;
  bottom: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
}
.ccm-page .l-list_sideCategory dd:before {
  content: none;
}
.ccm-page .l-list_sideCategory dd:before:hover {
  content: none;
}
.ccm-page .l-list_sideCategory li:first-child {
  /*background: #eee;*/
}
.ccm-page .l-list_sideCategory .is-blue {
  background: #020e46;
  color: #eee;
  transition: 0.2s;
}
.ccm-page .l-list_sideCategory .is-aroow {
  position: relative;
  transition: 0.2s;
}
.ccm-page .l-list_sideCategory .is-aroow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  background: url(../../img/home/arrow_white.png) no-repeat center center;
  background-size: 100% auto;
}
.ccm-page .l-list_sideCategory a:hover .is-aroow {
  color: #020e46;
  background: #eee;
}
.ccm-page .l-list_sideCategory a:hover .is-aroow:before {
  background-image: url(../../img/home/arrow_blue.png);
}
.ccm-page .c-sideCatChild .c-sideCatChild_item {
  background: #d2d5d4;
  position: relative;
  border-bottom: 1px solid #fff;
}
.ccm-page .c-sideCatChild .c-sideCatChild_item:last-child {
  border-bottom: none;
}
.ccm-page .c-sideCatChild .e-name {
  padding: 10px 30px 10px 60px;
  display: block;
}
.ccm-page .l-support_category a:before {
  content: url(../../img/home/arrow_blue.png);
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 20px;
  transform: translate(-50%, -50%);
}
.ccm-page .l-support_category a:hover:before {
  content: url(../../img/home/arrow_white.png);
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 20px;
  transform: translate(-50%, -50%);
}
.ccm-page .l-support_category a.e-box2:before {
  position: absolute;
  left: 30px;
}
.ccm-page .page_nav {
  display: block;
  position: relative;
  /*font-size: 0;*/
  margin: 140px 0 120px 0px;
  font-size: 0.75rem;
  letter-spacing: -0.4em;
  text-align: center;
}
.ccm-page .page_nav a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 1.1875rem 0 0;
  background: #eee;
  color: #020e46;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-decoration: none;
}
.ccm-page .page_nav a:hover,
.ccm-page .page_nav a.page_nav-page--state_current {
  background-color: #020e46;
  color: #eee;
}
.ccm-page .page_nav a:hover {
  text-decoration: none;
}
.ccm-page .page_nav-arrow {
  display: block;
  position: absolute;
  top: 0;
}
.ccm-page .page_nav-left {
  left: 0;
}
.ccm-page .page_nav-right {
  right: 0;
}
.ccm-page .l-section {
  text-align: left;
  vertical-align: top;
}
.ccm-page .section_text {
  padding: 0 0 40px 0;
  text-align: left;
  line-height: 2;
}
.ccm-page .is-option {
  border-top: 1px solid #d2d5d4;
  margin: 0px 0 0px 0;
  padding: 40px 0 0 0;
}
.ccm-page .is-data {
  text-align: right;
  padding: 0 0 20px 0;
}
.ccm-page .l-support_main .e-link {
  color: #1065b0;
  text-decoration: underline;
  position: relative;
}
.ccm-page .l-support_main .e-link:hover {
  text-decoration: none;
}
.is-news .u-radius-button {
  border: 1px solid #1065b0;
  text-decoration: none;
  position: relative;
  padding: 8px 100px 10px 100px;
}

.ccm-page .article_btn {
  text-align: center;
  padding: 40px 0;
}
.ccm-page .article_btn .e-link {
  border: 1px solid #1065b0;
  text-decoration: none;
  position: relative;
  padding: 15px 100px;
  line-height: 1.8;
}
.ccm-page .article_btn .e-link:before {
  content: url(../../img/global/arrow_lightBlue.png);
  top: 18px;
  right: 15px;
  position: absolute;
}
.ccm-page .article_btn .e-link.u-icon-pdf:after {
  width: 16px;
  background: url(../../img/global/icon-pdf-02.png) no-repeat center/100% auto;
  margin: 0 0 0 20px;
  top: 15px;
  right: 30px;
  position: absolute;
  height: 22px;
}
.ccm-page .e-figure {
  border: 1px solid #eee;
}
.ccm-page .colom_img_container {
  margin: 0 -20px 0 0;
  letter-spacing: -0.25rem;
  text-align: center;
  padding: 0 0 40px 0;
}
.ccm-page .colom_img_container .note {
  padding: 5px 0 5px 0;
  text-align: center;
  letter-spacing: 1.3px;
}
.ccm-page figure p.note {
  padding: 5px 0 5px 0;
  text-align: center;
}
.ccm-page .article_block {
  text-align: center;
}
.ccm-page .article_block h3 {
  color: #383737;
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0 0 40px;
  padding: 0 0 17.5px;
  position: relative;
  text-align: left;
}
.ccm-page .article_block h3:after {
  content: "";
  width: 100px;
  height: 2px;
  display: inline-block;
  background: #66b8e1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ccm-page .article_block h3 b {
  font-weight: 400;
}
.ccm-page .article_block p {
  padding: 0 0 40px 0;
  text-align: left;
  line-height: 2;
}
.ccm-page .article_block a {
  color: #1065b0;
  text-decoration: underline;
}
.ccm-page .article_block a:hover {
  text-decoration: none;
}
.ccm-page .article_block > ul {
  padding: 20px 0;
}
.ccm-page .article_block ul li {
  text-align: left;
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
  padding: 0 0 10px 15px;
}
.ccm-page .article_block > ul > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #3b3b3b;
  border-radius: 100%;
}
.ccm-page .article_block > ol {
  text-align: left;
  position: relative;
  padding-bottom: 1em;
}
.ccm-page .article_block > ol > li {
  padding-left: 1.25em;
  position: relative;
  list-style: none;
  counter-increment: chapter;
}
.ccm-page .article_block > ol > li:before {
  content: "" counter(chapter) ".";
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.ccm-page .l-list_label {
  display: block;
  float: left;
  letter-spacing: 0.5px;
  padding: 3px 20px 10px 0;
}
.ccm-page .is-label {
  background: #000;
  font-size: 0.5625rem;
  text-align: center;
  vertical-align: middle;
  width: 121px;
  color: #fff;
  padding: 4px 0;
}
.ccm-page .l-list_datail {
  display: table-cell;
  line-height: 1.4;
}
.ccm-page p.article_note {
  border-top: 1px solid #eee;
  display: block;
  font-size: 0.5rem;
  padding: 20px 0 0 0;
  text-align: right;
  margin: 20px 0 0 0;
}
.ccm-page .column2_item .article_block img {
  max-width: 100%;
  text-align: center;
}
.ccm-page .l-list_datail .e-sub {
  font-weight: normal;
  font-size: 0.6875rem;
  padding: 0px 0 0 6px;
}
.ccm-page .article_block table {
  font-size: 0.6875rem;
  margin: 0 0 60px 0;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #d2d5d4;
  border-collapse: collapse;
}
.ccm-page .article_block table thead {
  background: #f8f8f8;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.ccm-page .article_block tr {
  border-top: 1px solid #d2d5d4;
}
.ccm-page .article_block th {
  padding: 15px;
  text-align: center;
  width: auto;
  border-right: 1px solid #d2d5d4;
}
.ccm-page .article_block td {
  padding: 15px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #d2d5d4;
  border-right: 1px solid #d2d5d4;
}
.ccm-page .article_block td:last-child {
  border-right: none;
}
.ccm-page .article_block th:last-child {
  border-right: none;
}
.ccm-page .recruit-message-block {
  margin: 0 auto;
  width: 100%;
}
.ccm-page .recruit-message-block ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}
.ccm-page .recruit-message-block ul li {
  width: 32%;
  margin-right: 2%;
}
.ccm-page .recruit-message-block ul li:last-child {
  margin-right: 0;
}
.ccm-page .recruit-message-block ul li h3 {
  font-size: 110%;
  line-height: 150%;
  text-align: center;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.ccm-page .recruit-message-block ul li .image {
  position: relative;
  display: block;
}
.ccm-page .recruit-message-block ul li .image .txt {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ccm-page .recruit-message-block ul li .image .txt p {
  padding: 10px;
  width: 100%;
}
.ccm-page .recruit-link-block {
  padding: 40px 0 70px;
  background: #F8F8F8;
}
.ccm-page .recruit-link-block .linkbox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: stretch;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
}
.ccm-page .recruit-link-block .linkbox a {
  border: 1px #ccc solid;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  width: 32%;
  margin: 0 2% 0 0;
}
.ccm-page .recruit-link-block .linkbox a img {
  width: 100%;
  height: auto;
}
.ccm-page .clearfix {
  overflow: hidden;
}
.ccm-page .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ccm-page .ancar {
  text-align: center;
  padding: 30px 3% 0;
  font-size: 120%;
  line-height: 150%;
}
.ccm-page .accordion-cover {
  padding-bottom: 40px;
}
.ccm-page .accordion {
  margin-bottom: 20px;
}
.ccm-page .accordion dt {
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: #0050A7;
  font-size: 120%;
  line-height: 150%;
}
.ccm-page .accordion dd {
  display: none;
  padding-top: 10px;
}
.ccm-page .workplace-block {
  margin-bottom: 30px;
}
.ccm-page .workplace-block ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}
.ccm-page .workplace-block ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.ccm-page .workplace-block ul li:nth-child(3n) {
  margin-right: 0;
}
.ccm-page .modal-content {
  width: 50%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 2;
}
.ccm-page .modal-content .inner {
  position: relative;
}
.ccm-page .modal-content .inner .caption {
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.ccm-page .modal-content iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}
.ccm-page .button-link {
  color: #00f;
  text-decoration: underline;
}
.ccm-page .button-link:hover {
  cursor: pointer;
  color: #f00;
}
.ccm-page .modal-close {
  position: absolute;
  right: -20px;
  top: -20px;
}
.ccm-page .modal-close {
  cursor: pointer;
}
.ccm-page .message-datail {
  margin-bottom: 60px;
  line-height: 180%;
}
.ccm-page .message-datail .main {
  margin-bottom: 20px;
  border: 3px #666 dotted;
  padding: 20px;
}
.ccm-page .message-datail .main .image {
  width: 40%;
  float: left;
}
.ccm-page .message-datail .main .txt {
  width: 58%;
  float: right;
}
.ccm-page .message-datail .main .txt h3 {
  margin-bottom: 20px;
  font-size: 160%;
  line-height: 150%;
}
.ccm-page .message-datail .main .txt dt {
  font-size: 130%;
  line-height: 150%;
}
.ccm-page .message-datail .txt-block {
  margin-bottom: 20px;
  font-size: 130%;
}
.ccm-page .message-datail .txt-block p {
  margin-bottom: 1em;
}
.ccm-page .message-datail .txt-block p:last-child {
  margin-bottom: 0;
}
.ccm-page .message-datail .image-block1 {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}
.ccm-page .message-datail .image-block1 .image {
  width: 38%;
  margin-right: 2%;
}
.ccm-page .message-datail .image-block1 .txt {
  width: 60%;
}
.ccm-page .message-datail .image-block2 {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: stretch;
  /*--- IE10 用 ---*/
  display: -ms-flexbox;
  -ms-flex-pack: flex-start;
  -ms-flex-align: stretch;
  /*--- Androidブラウザ用 ---*/
  display: -webkit-box;
  -webkit-box-pack: flex-start;
  -webkit-box-align: stretch;
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  -webkit-flow: row-reverse wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
}
.ccm-page .message-datail .image-block2 .image {
  width: 38%;
  margin-left: 2%;
}
.ccm-page .message-datail .image-block2 .txt {
  width: 60%;
}
.ccm-page .message-datail .image-block1 .txt p {
  margin-bottom: 20px;
  font-size: 130%;
}
.ccm-page .message-datail .image-block1 .txt p:last-child {
  margin-bottom: 0;
}
.ccm-page .message-datail .image-block2 .txt p {
  margin-bottom: 20px;
}
.ccm-page .message-datail .image-block2 .txt p:last-child {
  margin-bottom: 0;
  font-size: 130%;
}
