﻿@charset "UTF-8";
/*
* Webcreative by Arahori
* Last Update:2017/10/1
* https://web3.co.jp/
*/
/*===================================================================
	breakpoint
===================================================================*/
/*===================================================================
	color
===================================================================*/
/*===================================================================
	shadow
===================================================================*/
/*===================================================================
	keyframes
===================================================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 30px; }
  100% {
    opacity: 1;
    top: 40px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 30px; }
  100% {
    opacity: 1;
    top: 40px; } }

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    top: 0px; }
  100% {
    opacity: 1;
    top: 10px; } }

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    top: 0px; }
  100% {
    opacity: 1;
    top: 10px; } }

/*===================================================================
	placeholder
===================================================================*/
:placeholder-shown {
  color: #666;
  opacity: 1; }

/*
* Webcreative by Kawasaki
* Last Update:2017/10/1
* https://web3.co.jp/
*/
.shared-- {
  /*===================================================================
	.o -> マウスホバー
===================================================================*/
  /* ボタン用 */
  /*===================================================================
		.f -> font
===================================================================*/
  /*===================================================================
		.link -> アンカー
===================================================================*/
  /*===================================================================
		.h -> h1~h6
===================================================================*/
  /*===================================================================
		.tbl -> table
===================================================================*/
  /*===================================================================
		.h~ -> h~
===================================================================*/
  /*===================================================================
	.btn
===================================================================*/
  /*===================================================================
	.flex
===================================================================*/ }
  *[class*="ov"] {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .ov50:hover {
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=25); }
  .ov50:hover {
    opacity: 0.50;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50); }
  .ov75:hover {
    opacity: 0.75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=75); }
  .oi25:hover img {
    opacity: 0.25;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=25); }
  .oi50:hover img {
    opacity: 0.50;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50); }
  .oi75:hover img {
    opacity: 0.75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=75); }
  .oi {
    display: block; }
  .oi img {
    background-color: transparent; }
  .oi:hover {
    background-color: transparent; }
  .oi:hover img {
    visibility: hidden; }
  .shared--f_bold {
    font-weight: bold; }
  .shared--link_1 {
    padding-left: 15px;
    background: url(../image/icon/icon_link.gif) no-repeat left center; }
  .shared--tbl_1 th, .shared--tbl_1 td {
    padding: 10px 15px;
    border: 1px solid #DDD;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
  .shared--tbl_1 thead th {
    height: 40px;
    padding: 0 15px;
    background: #EEE;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1; }
    .shared--tbl_1 thead th span {
      font-size: 11px; }
  .shared--tbl_1 tbody .input input {
    width: 3em;
    padding: 2px 10px;
    background: #DDD;
    border: none; }
  .shared--tbl_1 tbody .del {
    text-align: center;
    vertical-align: middle; }
    .shared--tbl_1 tbody .del i {
      position: relative;
      top: 5px;
      color: #999;
      cursor: pointer; }
      .shared--tbl_1 tbody .del i:hover {
        color: #0073BD; }
  .shared--tbl_2 {
    width: 100%; }
    .shared--tbl_2 th, .shared--tbl_2 td {
      padding: 20px 15px;
      border-bottom: 1px solid #CCC;
      font-size: 14px;
      vertical-align: middle; }
    .shared--tbl_2 thead th {
      padding-bottom: 10px;
      text-align: center;
      color: #999999; }
      .shared--tbl_2 thead th span {
        font-size: 11px; }
    .shared--tbl_2 tbody td {
      position: relative; }
      .shared--tbl_2 tbody td:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        width: 1px;
        height: calc(100% - 30px);
        background: #DDD; }
    .shared--tbl_2 tbody .item {
      padding-left: 0; }
      .shared--tbl_2 tbody .item dl dt {
        float: left; }
        .shared--tbl_2 tbody .item dl dt img {
          border: 1px solid #EEE; }
      .shared--tbl_2 tbody .item dl dd {
        margin-left: 70px; }
    .shared--tbl_2 tbody .input input {
      width: 3em;
      padding: 2px 10px;
      background: #DDD;
      border: none; }
    .shared--tbl_2 tbody .del {
      text-align: center;
      vertical-align: middle; }
      .shared--tbl_2 tbody .del i {
        position: relative;
        top: 5px;
        color: #999;
        cursor: pointer; }
        .shared--tbl_2 tbody .del i:hover {
          color: #0073BD; }
    .shared--tbl_2 tbody tr:last-child td {
      border-bottom: none; }
  .shared--tbl_3 {
    width: 100%; }
    .shared--tbl_3 th, .shared--tbl_3 td {
      padding: 10px 15px;
      border: 1px solid #FFFFFF;
      font-size: 14px; }
    .shared--tbl_3 tbody th {
      width: 250px;
      background: #E4F0F8; }
      .shared--tbl_3 tbody th span {
        float: right;
        margin-top: 5px;
        padding: 0px 5px;
        background: #FFF;
        border: 1px solid #B71E1E;
        font-size: 11px;
        color: #B71E1E; }
    .shared--tbl_3 tbody td {
      background: #EEEEEE; }
      .shared--tbl_3 tbody td dl dt {
        margin-bottom: 5px;
        color: #0073BD; }
      .shared--tbl_3 tbody td dl dd + dt {
        margin-top: 15px; }
  .shared--hl_1:not(.-item),
  .shared--hl_1.-item .hl {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px; }
  .shared--hl_1.-item {
    position: relative; }
    .shared--hl_1.-item .list {
      display: table;
      position: absolute;
      right: 0;
      bottom: 0; }
      .shared--hl_1.-item .list li {
        display: table-cell;
        vertical-align: middle; }
        .shared--hl_1.-item .list li a {
          display: inline-block;
          padding-bottom: 15px;
          position: relative;
          text-decoration: none;
          line-height: 1; }
          .shared--hl_1.-item .list li a:hover {
            color: #0073BD; }
            .shared--hl_1.-item .list li a:hover i {
              color: #0073BD !important; }
        .shared--hl_1.-item .list li:not(:last-child) a {
          margin-right: 30px;
          vertical-align: middle; }
        .shared--hl_1.-item .list li:last-child a i {
          color: #999;
          margin-top: 5px; }
      .shared--hl_1.-item .list li.active a {
        color: #0073BD; }
        .shared--hl_1.-item .list li.active a:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -7px;
          width: 100%;
          height: 3px;
          background: #0073BD; }
  .shared--hl_2 {
    padding: 10px 15px;
    background: #0073BD;
    font-weight: 500;
    color: #FFF; }
  .shared--hs_1 {
    padding: 10px 15px;
    background: #3DA42B;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: bold; }
    .shared--hs_1 i {
      margin-right: 10px;
      vertical-align: middle; }
  .shared--hs_2 {
    padding: 0px 10px 2px;
    background: #999999;
    text-align: left;
    color: #FFF;
    font-size: 14px; }
    .shared--hs_2 i {
      margin-right: 10px;
      vertical-align: middle; }
  .shared--btn_1 {
    display: block;
    width: 100%;
    padding: 3px 5px 7px;
    background: #0073BD;
    border: 2px solid #0073BD;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_1:hover {
      background: #FFF;
      color: #0073BD; }
    .shared--btn_1 i {
      margin-right: 10px;
      vertical-align: middle; }
  .shared--btn_2 {
    display: block;
    width: 100%;
    padding: 5px 5px 7px;
    background: #EEE;
    border: 2px solid #EEE;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_2:hover {
      background: #FFF;
      border: 2px solid #0073BD;
      color: #0073BD; }
      .shared--btn_2:hover i {
        color: #0073BD; }
    .shared--btn_2 i {
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      margin-right: 10px;
      vertical-align: middle;
      color: #999; }
    .shared--btn_2:hover .-arrow_back {
      -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      transform: translateX(-5px); }
    .shared--btn_2:hover .-autorenew {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .shared--btn_3 {
    display: block;
    width: 100%;
    padding: 5px 5px 7px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_3:hover {
      background: #FFF;
      color: #0073BD; }
      .shared--btn_3:hover i {
        color: #0073BD; }
    .shared--btn_3 i {
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s;
      margin-right: 10px;
      vertical-align: middle;
      color: #999; }
    .shared--btn_3:hover .-arrow_back {
      -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
      transform: translateX(-5px); }
  .shared--btn_4 {
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 3px 10px 4px;
    background: #B71E1E;
    border: 2px solid #B71E1E;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    vertical-align: middle; }
    .shared--btn_4:hover {
      background: #FFF;
      color: #B71E1E; }
    .shared--btn_4 i {
      margin-right: 10px;
      vertical-align: middle; }
    .shared--btn_5 {
    display: block;
    width: 100%;
    padding: 3px 5px 7px;
    background: #FFCC33;
    border: 2px solid #FFCC33;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_5:hover {
    background: #FFF;
    color: #FFCC33; }
    .shared--btn_5 i {
    margin-right: 10px;
    vertical-align: middle; }
    .shared--btn_6 {
    display: block;
    width: 100%;
    background: #B71E1E;
    border: 2px solid #B71E1E;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_6:hover {
    background: #FFF;
    color: #B71E1E; }
    .shared--btn_6 i {
    margin-right: 10px;
    vertical-align: middle; }
    .shared--btn_7 {
    display: block;
    padding: 3px 5px 7px;
    width: 100%;
    background: #FFF;
    border: 2px solid #3DA42B;
    border-radius: 3px;
    font-weight: 500;
    color: #3DA42B;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_7 a{
    display:inline;
    }
    .shared--btn_7:hover a{
    display:none;
    }
    .shared--btn_7 li{
    display:none;
    }
    .shared--btn_7:hover li{
    display:inline;
    }
    .shared--btn_7:hover {
    background: #C0C0C0;
    border: 2px solid #C0C0C0;
    color: #FFF; }
    .shared--btn_7:hover i{
    margin-right: 10px;
    vertical-align: middle;
    color: #FFF;}
    .shared--btn_7 i {
    margin-right: 10px;
    vertical-align: middle;
    color: #3DA42B;}
    .shared--btn_7a {
    display: block;
    padding: 3px 5px 7px;
    width: 100%;
    background: #FFF;
    border: 2px solid #3DA42B;
    border-radius: 3px;
    font-weight: 500;
    color: #3DA42B;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_7a:hover {
    background: #3DA42B;
    color: #FFF; }
    .shared--btn_7a:hover i{
    margin-right: 10px;
    vertical-align: middle;
    opacity:1;
    color: #FFF;}
    .shared--btn_7a i {
    margin-right: 10px;
    vertical-align: middle;
    color: #3DA42B;
    opacity:0.4;}
    .shared--btn_8 {
    display: block;
    width: 100%;
    padding: 3px 5px 7px;
    background: #FF3333;
    border: 2px solid #FF3333;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_8:hover {
    background: #FFF;
    color: #FF3333; }
    .shared--btn_8 i {
    margin-right: 10px;
    vertical-align: middle; }
  .shared--btn_line {
    display: block;
    width: 100%;
    padding: 3px 5px 7px;
    background: #00C300;
    border: 2px solid #00C300;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .shared--btn_line:hover {
        border: 2px solid #00E000;
      background: #00E000; }
    .shared--btn_line i {
      margin-right: 10px;
      vertical-align: middle; 
      content :""
    }
  .shared--flex_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .shared--flex_1 > .flex_1 {
      width: 210px; }
    .shared--flex_1 > .flex_2 {
      width: calc(100% - 249px); }
  .shared--flex_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .shared--flex_2 > .flex_1 {
      width: calc(100% - 249px); }
    .shared--flex_2 > .flex_2 {
      width: 210px; }
  .shared--flex_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .shared--flex_3 > .flex_1 {
      width: 855px; }
    .shared--flex_3 > .flex_2 {
      width: calc(100% - 887px); }

/*===================================================================
	.pos -> text-align
===================================================================*/
#base .pos_al {
  text-align: left; }

#base .pos_ac {
  text-align: center; }

#base .pos_ar {
  text-align: right; }

#base .pos_vt {
  vertical-align: top; }

#base .pos_vm {
  vertical-align: middle; }

#base .pos_vb {
  vertical-align: bottom; }

/*===================================================================
	.fl -> float
===================================================================*/
#base .fl_left {
  float: left; }

#base .fl_right {
  float: right; }

#base .fl_left .fl_image {
  margin: 0 15px 5px 0; }

#base .fl_right .fl_image {
  margin: 0 0 5px 15px; }

/* IE5.x-6 Hack */
* html .fl_left,
* html .fl_right {
  display: inline; }

/*===================================================================
	.list -> ul,li
===================================================================*/
/* ページ切り替えリスト */
.list_pager ul {
  text-align: center; }

.list_pager ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 0 5px; }

.list_pager ul li strong {
  display: -moz-inline-box;
  display: block;
  min-width: 2em;
  padding: 2px 0px 4px;
  background: #CCC;
  border: 1px #CCC solid;
  color: #FFF;
  font-weight: normal; }

.list_pager ul li a {
  display: -moz-inline-box;
  display: block;
  min-width: 2em;
  padding: 2px 0px 4px;
  border: 1px #CCC solid;
  text-decoration: none;
  color: #0073BD; }

.list_pager ul li strong,
.list_pager ul li a {
  border-radius: 4px; }

.list_pager ul li a i {
  position: relative;
  top: 3px;
  margin: 0;
  font-size: 20px;
  line-height: 1; }

.list_pager ul li a:hover,
.list_pager ul li.next a,
.list_pager ul li.back a {
  background: #0073BD;
  color: #FFF;
  border: 1px solid #0073BD; }
