@charset "UTF-8";
/* 【カラー設定】 */
/* フォント設定　*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-size: 15px; }

main {
  display: block; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  opacity: 0.6;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table.asp_list th, table.asp_list td {
  vertical-align: middle; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
  list-style: none; }

/* 2．スクロールバーを常に表示
-----------------------------------------*/
html {
  overflow-y: scroll; }

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
  word-break: break-all;
  /* 常に行末で改行 */
  word-wrap: break-word;
  /* 英数半角の改行 */
  font-weight: 200;
  text-align: justify;
  /*テキストを両端揃え*/
  text-justify: inter-ideograph;
  /*テキストを両端揃えIE用*/ }

* {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

/* 6．画像余白を消す
-----------------------------------------*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

b, strong {
  font-weight: bold; }

pre {
  background: #666;
  margin: 10px 0; }
  @media screen and (max-width: 768px) {
    pre {
      overflow: scroll; } }

code {
  padding: 0;
  top: 0;
  color: #ccc;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

figure {
  margin-bottom: 10px; }

figcaption {
  font-size: 0.8rem;
  color: #666; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.underline {
  text-decoration: underline; }

.txtred {
  color: #c70000; }

.txtblue {
  color: #48b8e3; }

.pnk {
  background-color: #f6cbdd; }

.txtsmall {
  font-size: 0.8rem !important; }

.txtlarge {
  font-size: 2rem !important; }

.txtxl {
  font-size: 4rem !important; }

.txtgray, .txtgray a {
  color: #999; }

.right_img {
  float: right;
  margin: 0 0 20px 20px; }

.left_img {
  float: left;
  margin: 0 20px 20px 0; }

.cb {
  clear: both; }

.pt0 {
  padding-top: 0 !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30, .container {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.no_border {
  border: 0 !important; }

main .w100 {
  width: 100% !important; }

main .w90 {
  width: 90% !important; }

main .w80 {
  width: 80% !important; }

main .w70 {
  width: 70% !important; }

main .w60 {
  width: 60% !important; }

main .w50 {
  width: 50% !important; }

main .w40 {
  width: 40% !important; }

main .w30 {
  width: 30% !important; }

main .w20 {
  width: 20% !important; }

main .w10 {
  width: 10% !important; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="reset"],
textarea,
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9rem; }

input[type="submit"],
input[type="reset"] {
  margin: 20px 10px;
  color: #2d559d;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #ccc; }

input[type="submit"] {
  padding: 10px 20px; }
  input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

input[type="reset"] {
  color: #999;
  padding: 5px 10px; }

input.short {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%; }

input.long {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

::-webkit-input-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

::-ms-input-placeholder {
  color: #999; }

::placeholder {
  color: #999; }

input, textarea, select {
  padding: 8px;
  line-height: 1.7; }

/* シャドー設定 */
/*ページ用ＣＳＳ*/
.wrapper {
  width: 960px;
  position: relative;
  padding-bottom: 30px;
  margin: auto;
  min-height: 80vh;
  line-height: 1.5; }

.container {
  width: 100%; }

section {
  width: 640px; }

.top section {
  width: 960px; }

select {
  padding: 8px 38px 8px 8px;
  color: #666666;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.cp_ipselect.cp_sl01 {
  /*セレクトにボーダーを設置*/
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  /*セレクトに矢印を設置*/
  position: absolute;
  top: 1rem;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

/*ページ用ＣＳＳここまで*/
nav.breadcrumb {
  font-size: 0.8rem;
  margin: 0 0 10px;
  padding: 20px 0;
  overflow: hidden; }
  nav.breadcrumb a {
    color: #2d559d !important;
    text-decoration: none; }
  nav.breadcrumb ul li {
    display: inline;
    margin-right: 10px;
    margin-left: 0;
    line-height: 1.7;
    color: #999; }
    @media screen and (max-width: 768px) {
      nav.breadcrumb ul li {
        display: block;
        float: left; } }
    nav.breadcrumb ul li a {
      position: relative;
      margin-right: 20px; }
      nav.breadcrumb ul li a::before {
        position: absolute;
        right: -15px;
        top: -4px;
        content: ">"; }
      nav.breadcrumb ul li a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #2d552d;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: right top;
                transform-origin: right top;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      nav.breadcrumb ul li a:hover {
        opacity: 1; }
        nav.breadcrumb ul li a:hover::after {
          -webkit-transform-origin: left top;
                  transform-origin: left top;
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
nav.paging a, nav.paging span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 5px;
  width: 20px;
  line-height: 1.8rem;
  text-align: center; }
nav.paging a {
  color: #037edb;
  text-decoration: none; }

header {
  background: #eee;
  font-size: 0.8rem; }
  header .header_inner {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden; }
  header h1 {
    font-size: 2rem;
    width: 200px;
    float: left; }
    header h1 img {
      margin: 0 auto;
      width: 100%; }
  header nav {
    float: right;
    width: 640px; }
    header nav.is-animation ul {
      margin: 15px auto 0 -250px;
      position: absolute;
      left: 50%; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 10px 0 0 0; }
      header nav ul li {
        font-size: 1rem;
        margin-left: 23px; }
        @media screen and (max-width: 768px) {
          header nav ul li {
            margin-left: 0; } }
        header nav ul li a {
          position: relative;
          text-decoration: none;
          color: #666;
          font-size: 0.8rem;
          display: inline-block;
          position: relative;
          cursor: pointer; }
          header nav ul li a::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -3px;
            width: 60%;
            height: 1px;
            opacity: 0;
            background-color: #2d559d;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
          header nav ul li a:hover::after {
            width: 100%;
            opacity: 1; }

.wrapper.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wrapper.side nav.side_menu {
    width: 250px;
    height: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    @media screen and (max-width: 768px) {
      .wrapper.side nav.side_menu {
        position: relative;
        height: auto; } }
    .wrapper.side nav.side_menu ul {
      width: 100%;
      margin: 20px 0;
      border-left: 1px solid #ccc; }
      .wrapper.side nav.side_menu ul li {
        border-bottom: 1px dotted #ccc; }
        .wrapper.side nav.side_menu ul li a {
          display: block;
          padding: 10px 20px;
          text-decoration: none;
          color: #333;
          position: relative; }
          .wrapper.side nav.side_menu ul li a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 45px;
            background-image: -webkit-gradient(linear, left top, right top, from(#0186da), to(#b631a7));
            background-image: linear-gradient(to right, #0186da, #b631a7);
            -webkit-transform: scale(0, 1);
                    transform: scale(0, 1);
            -webkit-transform-origin: right top;
                    transform-origin: right top;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s;
            z-index: -1; }
          .wrapper.side nav.side_menu ul li a:hover {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
            color: #fff; }
            .wrapper.side nav.side_menu ul li a:hover:after {
              -webkit-transform-origin: left top;
                      transform-origin: left top;
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); }

main {
  width: auto;
  margin: 0 auto 20px;
  clear: both;
  padding: 0;
  color: #666; }
  main h1, main h2, main h3, main h4 {
    clear: both;
    font-weight: normal;
    margin-bottom: 20px; }
  main h1 {
    font-size: 1.6rem;
    line-height: 2.5rem; }
  main h2 {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 1.4rem;
    padding: 15px 0;
    line-height: 2.3rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  main h3 {
    background: #eee;
    padding: 10px 15px;
    font-size: 1.2rem;
    line-height: 2rem; }
  main h4 {
    border-left: 5px solid #999;
    padding: 5px 15px;
    font-size: 1.1rem;
    line-height: 1.8rem; }
  main img {
    max-width: 100%;
    height: auto; }
    main img.eyecatch {
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
      width: 98%;
      margin: 3px 1% 20px;
      height: auto; }
    main img.bd1 {
      border: 1px solid #ccc; }
  main p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px; }
    main p.detail {
      font-size: 1rem; }
  main a {
    color: #48b8e3;
    text-decoration: underline; }
    main a:hover {
      text-decoration: none; }
  main ul {
    margin-bottom: 20px; }
    main ul li {
      margin-bottom: 10px;
      margin-left: 50px;
      list-style-type: disc; }
    main ul.kome {
      clear: both; }
      main ul.kome li {
        text-indent: -1rem;
        margin-left: 1rem;
        line-height: 1.5;
        list-style-type: none; }
    main ul.btn_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 20px 0; }
      main ul.btn_area a {
        display: inline-block;
        padding: 10px 40px;
        background: #48b8e3;
        color: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        margin: 0 5px 15px; }
      main ul.btn_area li {
        margin: 0;
        list-style-type: none; }
        main ul.btn_area li img {
          width: 98%; }
        main ul.btn_area li:nth-child(2) {
          text-align: right; }
  main ol {
    margin: 0 0 20px 0; }
    main ol li {
      list-style-type: decimal;
      margin-bottom: 10px;
      margin-left: 50px; }
  main .reference {
    background-color: #0391fc;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px 5px; }
  main div.default_box h2 {
    border: 0;
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 0; }
  main table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    min-width: 100%;
    margin-bottom: 20px;
    background: #fff; }
    main table th, main table td {
      padding: 10px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    main table th {
      color: #fff;
      font-weight: bold;
      background: #0072c8;
      text-align: center; }
    main table tr:nth-child(even) {
      background: #eee; }
    main table tr:hover {
      background: #ddd; }
  main .quote_area, main blockquote p {
    background: #eee;
    margin: 0 0 20px;
    padding: 20px 30px; }
  main .border_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px; }
  main .default_box {
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 20px;
    padding: 20px 25px 0 25px;
    overflow: hidden; }
    main .default_box.blue {
      border-color: #99bdd7;
      background-color: #d3ebfd; }
    main .default_box.yellow {
      border-color: #f7a730;
      background-color: #f5d4a3; }

footer {
  background: #ccc;
  font-size: 0.8rem; }
  footer nav.breadcrumb {
    width: 860px;
    color: #fff !important;
    margin: 20px auto;
    padding: 20px 0; }
    footer nav.breadcrumb a {
      color: #fff !important; }
  footer .copyright {
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      footer .copyright {
        text-align: center;
        margin-top: 6vw; } }
  footer .footer_block {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    footer .footer_block a::after, footer .footer_block a:hover::after {
      -webkit-transform-origin: center top;
              transform-origin: center top; }
    footer .footer_block nav {
      margin-bottom: 10px;
      float: left;
      width: 600px; }
      @media screen and (max-width: 768px) {
        footer .footer_block nav {
          float: none;
          margin-bottom: 0;
          padding-bottom: 3vw;
          line-height: 1.5; } }
      footer .footer_block nav li {
        display: inline-block;
        margin-right: 10px; }
        footer .footer_block nav li:after {
          content: "|";
          padding-left: 10px; }
        footer .footer_block nav li:last-child:after {
          content: ""; }
        footer .footer_block nav li a {
          color: #333;
          text-decoration: none; }
          footer .footer_block nav li a:hover {
            text-decoration: underline; }
  footer .footer_logo {
    float: left;
    margin-right: 20px; }

.separater {
  height: 2px;
  background: #26BCB8;
  border: 0;
  margin: 50px 0 0 0; }

#sm_menu {
  display: none; }

.nopc {
  display: none; }

.nosm {
  display: block; }

.no_disp {
  display: none; }

/* ///////////////////////
一覧ページスタイル
/////////////////////// */
main h1.title {
  margin-top: 20px;
  letter-spacing: .01em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px dotted #999; }
main time.top-time {
  margin-bottom: 20px;
  color: #999;
  display: block;
  text-align: right; }
main section {
  margin-bottom: 60px;
  width: 100%; }
  main section ul li {
    list-style-type: none;
    font-size: 1.2rem;
    margin-left: 0; }
main .xbig {
  font-size: 4rem; }
main .big {
  font-size: 2rem; }
main .block h3.xlarge .white {
  color: #fff; }
main .pager ul {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  main .pager ul li {
    position: relative;
    list-style-type: none;
    color: #999;
    width: 44%; }
    main .pager ul li:first-child, main .pager ul li:last-child {
      margin-left: 20px; }
      main .pager ul li:first-child::after, main .pager ul li:last-child::after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
        left: -12px;
        top: calc(50% - 5px); }
    main .pager ul li:last-child {
      margin-left: 0;
      margin-right: 20px;
      text-align: right; }
      main .pager ul li:last-child::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: auto;
        right: -20px; }
    main .pager ul li a {
      color: #333;
      text-decoration: none;
      border-bottom: 1px dotted #999; }
main #toc_container {
  background: #eee;
  border-top: #999 4px solid;
  padding-bottom: 1px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center; }
  main #toc_container::before {
    content: "【目次】";
    text-align: center;
    font-size: 1.5rem; }
  main #toc_container ul.toc_list {
    margin: 20px 30px;
    padding-top: 20px;
    border-top: 1px solid #999; }
    main #toc_container ul.toc_list li {
      margin-bottom: 10px;
      margin-left: 15px;
      text-align: left; }
      main #toc_container ul.toc_list li a {
        text-align: underline;
        color: #333;
        text-decoration: none; }
        main #toc_container ul.toc_list li a:hover {
          text-decoration: underline; }
      main #toc_container ul.toc_list li ul {
        margin: 10px 0 0; }
  main #toc_container .toc_title {
    text-align: center;
    border-bottom: 1px solid #999;
    font-size: 1.3rem;
    padding-bottom: 5px;
    margin: 10px auto; }
    main #toc_container .toc_title.contracted .toc_title {
      font-size: 1rem;
      margin: 10px 20px; }
  main #toc_container .toc_toggle {
    font-size: 0.8rem; }

.season dl {
  border-radius: 8px;
  border: solid 2px #efa014;
  display: table;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 30px; }
  .season dl dt {
    background: #efa014;
    color: #fff;
    text-align: center;
    width: 40%;
    display: table-cell;
    vertical-align: middle; }
  .season dl dd {
    width: 60%;
    display: table-cell;
    color: #efa014;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 20px 0; }

@media screen and (max-width: 959px) {
  body {
    background-size: 150%;
    background-position: center top;
    background-repeat: no-repeat; }

  .wrapper.side nav.side_menu {
    width: 20%; }
    .wrapper.side nav.side_menu ul {
      margin: 20px 0; }
  .wrapper.side section {
    width: 70%;
    margin-right: 20px; }

  .top section, .wrapper {
    width: 100%; }

  header {
    width: auto;
    height: auto; }
    header .header_inner {
      width: auto; }
    header h1 img {
      width: 100%; }
    header ul.head_list li img {
      width: 90%; }
    header nav ul {
      margin: 10px 0 0 0; }

  main {
    width: auto;
    margin: 0 auto; }
    main ul.btn_area li {
      margin-right: 20px;
      text-align: center; }

  footer .footer_block {
    width: auto; }

  footer nav.breadcrumb {
    width: auto; }

  .nopc {
    display: none; }

  .nosm {
    display: block; } }
@media screen and (max-width: 768px) {
  .wrapper.side {
    display: block; }
    .wrapper.side nav.side_menu {
      width: auto; }
      .wrapper.side nav.side_menu ul {
        width: 90%;
        margin: 20px 5%; }
    .wrapper.side section {
      width: 90%;
      margin: auto; } }
@media screen and (max-width: 599px) {
  body {
    font-size: 4vw; }

  #sm_menu {
    display: block;
    position: fixed;
    right: 0;
    top: 15px;
    z-index: 100;
    width: 100%;
    text-align: right; }
    #sm_menu a.opn_btn {
      display: block;
      width: 10%;
      height: 10vw;
      position: fixed;
      top: 10px;
      right: 5%; }

  header {
    background: none;
    width: auto;
    margin: 0;
    padding: 3vw;
    height: auto; }
    header .header_log {
      width: 50vw;
      max-width: 300px;
      position: absolute;
      z-index: 50;
      top: 4vw;
      left: 4vw; }
    header nav {
      position: fixed;
      z-index: 99;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      right: -100%; }
      header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: transparent;
        margin: 50px 0 0 0;
        width: auto; }
        header nav ul li {
          margin-right: 0; }
          header nav ul li a {
            width: 100%;
            padding: 10px 20px;
            display: block;
            border-bottom: 1px solid #ccc;
            font-size: 6vw; }
    header .smt_search {
      display: block;
      padding: 10px;
      background: #fff;
      margin: 0 0 0 -10px; }

  .close_btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    font-size: 1rem;
    padding: 10px; }
    .close_btn::after, .close_btn::before {
      content: '';
      width: 15px;
      height: 2px;
      background: #666;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 49%; }
    .close_btn::before {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }

  .menu_btn, .menu_btn:before, .menu_btn:after {
    display: block;
    font-size: 10px;
    width: 28px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 20px;
    right: 0; }
    .menu_btn:before, .menu_btn:after {
      content: ""; }
    .menu_btn:before {
      top: -8px;
      right: 0; }
    .menu_btn:after {
      top: 8px;
      right: 0; }

  main h1 {
    line-height: 2.5rem;
    font-size: 7vw; }
  main h2 {
    font-size: 6vw; }
  main h3 {
    font-size: 5vw; }
  main p {
    font-size: 4vw; }
  main ul li {
    margin-left: 30px;
    font-size: 4vw; }
  main ol li {
    margin-left: 30px;
    font-size: 4vw; }
  main table th, main table td {
    font-size: 4vw; }
  main .scroll {
    overflow: auto; }
    main .scroll table {
      min-width: 600px; }
  main .xbig {
    font-size: 2rem; }
  main .big {
    font-size: 1.2rem;
    font-weight: bold; }
  main section .inner p {
    font-size: 4vw; }
  main section .inner ul li {
    font-size: 4vw; }
  main .block h3.xlarge .txtsmall {
    margin: 0 10px;
    line-height: 1rem;
    text-align: left; }
  main .block.reform dl.various {
    display: block; }
    main .block.reform dl.various dt {
      display: block;
      width: auto;
      padding: 10px 0;
      font-size: 4vw;
      margin-bottom: 10px; }
    main .block.reform dl.various dd {
      display: block;
      width: auto;
      padding: 0; }
  main ul.kome li.center {
    text-align: left !important; }

  .wrap {
    overflow: hidden; }

  section {
    width: 90%; }

  .nopc {
    display: block; }

  .nosm {
    display: none; }

  .side_menu {
    width: 100%;
    float: none; }

  .btn {
    display: block;
    margin: 0 auto; }

  .btn img {
    width: 80%;
    margin-bottom: 20px; }

  .right_img, .left_img {
    max-width: 50%; }

  .top_main_list li {
    margin: 5px auto 30px auto;
    cursor: pointer; }

  dl.card dt {
    width: 30%; }
  dl.card dd {
    width: 58%;
    margin-left: 0;
    padding-top: 0; }

  footer .info {
    font-size: 4.5vw;
    line-height: 1.8;
    white-space: nowrap; }
  footer .box {
    display: block; }
  footer .tel {
    font-size: 1.9rem;
    width: 300px;
    margin: 0 auto 25px; }
  footer .footer_block {
    width: 90%;
    margin: 0 auto; }
  footer .footer_block nav {
    width: auto;
    text-align: center; }
  footer .footer_block img {
    width: 189px;
    margin-bottom: 10px; }
  footer nav.breadcrumb {
    width: 90%;
    margin: 0 auto 50px; }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea,
  select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 4vw;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }

  input[type="submit"], input[type="reset"] {
    background: #fff; }

  .cp_ipselect.cp_sl01 {
    border: 0; }

  .point main .block .box h4 {
    font-size: 1.3rem;
    text-align: center; }
  .point main .block .box .inner {
    margin-left: 0; }
  .point main .block .box ul.half {
    width: auto;
    float: none;
    margin-bottom: 10px; }
  .point main .block.reform .box ul li {
    font-size: 3vw; }

  .search main .result ul li {
    width: 45%; } }
@media screen and (max-width: 355px) {
  footer .tel {
    font-size: 8.3vw;
    width: 250px; }
    footer .tel .txtsmall {
      font-size: 3.5vw !important; }
  footer .info {
    font-size: 4.5vw; }

  .box ul.line li:after {
    border: 0; } }
.fadein {
  /*opacity : 1;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 0s, 0s;
  transition-timing-function: ease, ease;*/
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.94);
          transform: translateY(40px) scale(0.94);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

a.blr img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

a:hover.blr img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.marguee {
  max-width: 100%;
  overflow: hidden;
  z-index: -1;
  position: relative;
  margin-bottom: 30px; }

.marguee .loop_js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(777px * 3);
  height: 251px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .marguee .loop_js {
    width: calc(777px * 3);
    height: 251px; } }
.marguee .loop_js > * {
  width: 33.333333%;
  height: auto; }

.marguee .looplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(411px * 3);
  height: 39px;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .marguee .looplogo {
    width: calc(411px * 3);
    height: 39px; } }
.marguee .looplogo > * {
  width: 33.333333%;
  height: auto; }

@media screen and (max-width: 768px) {
  .marguee {
    margin-top: 2vw; } }
.marguee.scrollBg {
  background-image: url(../img/top/img_vp.png);
  min-height: 300px; }

@media screen and (max-width: 768px) {
  .marguee.scrollBg {
    min-height: auto;
    height: 123px;
    background-size: 700px;
    background-repeat: no-repeat; } }
.screen-reader-text {
  display: none; }

#searchform div {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    #searchform div {
      margin: 5vw 5%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #searchform div input[type="submit"] {
    margin: 0 0 0 10px;
    padding: 5px 10px;
    color: #000; }

.bottom-link-home {
  display: block;
  width: 100px;
  margin: 20px auto;
  padding: 10px;
  background: #eee;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-size: .9rem; }

#top-list ul li {
  list-style-type: none;
  margin: 0; }
  #top-list ul li .list_box {
    margin-bottom: 20px; }
    #top-list ul li .list_box a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      color: #666;
      line-height: 1.6; }
      #top-list ul li .list_box a .eyecatch {
        width: 100px;
        height: 100px;
        background: #ccc; }
      #top-list ul li .list_box a .content_list {
        margin-left: 20px;
        width: 520px; }
        @media screen and (max-width: 768px) {
          #top-list ul li .list_box a .content_list {
            width: calc(100% - 120px);
            font-size: 3.5vw; } }
        #top-list ul li .list_box a .content_list time {
          color: #999; }
          @media screen and (max-width: 768px) {
            #top-list ul li .list_box a .content_list time {
              font-size: 3vw; } }
        #top-list ul li .list_box a .content_list .cate {
          border-radius: 20px;
          background: #eee;
          font-size: 0.8rem;
          display: inline-block;
          padding: 2px 10px;
          margin-left: 10px;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            #top-list ul li .list_box a .content_list .cate {
              font-size: 3vw; } }
  #top-list ul li.noimage .list_box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #666; }
    #top-list ul li.noimage .list_box a .content_list {
      margin-left: 0; }
    #top-list ul li.noimage .list_box a .cate {
      margin-left: 0; }

/* 【カラー設定】 */
.color-box {
  border: solid 2px #24a39b;
  border-radius: 8px;
  background: #e7f3ee;
  margin-bottom: 20px;
  padding: 20px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .color-box {
      margin-top: 4vw; } }
  .color-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .color-box .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .color-box h3.ttl {
    text-align: center;
    font-size: 24px;
    color: #24a39b;
    padding: 5px 0 10px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #24a39b;
    font-weight: normal;
    background: transparent; }
    @media screen and (max-width: 768px) {
      .color-box h3.ttl {
        font-size: 5vw; } }
  .color-box p {
    margin: 0 30px;
    font-size: 14px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .color-box p {
        margin: 0 5vw;
        width: auto; } }
  .color-box figure {
    width: 35%;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      .color-box figure {
        width: 65%;
        margin: 4vw auto; } }
    .color-box figure img {
      width: 100%;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
  .color-box.orange {
    border: solid 2px #ff9300;
    background: #fff1dd; }
    .color-box.orange h3.ttl {
      color: #ff9300;
      border-bottom: 2px dashed #ff9300; }
  .color-box.pink {
    background-color: #ffe4e8;
    border: solid 2px #ff5c77; }
    .color-box.pink h3.ttl {
      border-bottom-color: #ff5c77;
      color: #ff5c77; }
  .color-box.green {
    background-color: #eef8ec;
    border: solid 2px #55b046;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0; }
    .color-box.green h3.ttl {
      border-bottom-color: #55b046;
      color: #55b046; }
    .color-box.green.clr {
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      opacity: 1; }
  .color-box.yellow {
    background-color: #fff1dd;
    border: solid 2px #ff9300; }
    .color-box.yellow h3.ttl {
      border-bottom-color: #ff9300;
      color: #ff9300; }
  .color-box.blue {
    background-color: #eaf7fc;
    border: solid 2px #48b8e3; }
    .color-box.blue h3.ttl {
      border-bottom-color: #48b8e3;
      color: #48b8e3; }
  .color-box.ver2 {
    border: solid 2px #48b8e3;
    background: #fff; }
    .color-box.ver2 h3 {
      margin: 0 30px 20px;
      border-bottom: 2px solid #48b8e3;
      text-align: center;
      font-size: 30px;
      color: #48b8e3; }
      @media screen and (max-width: 768px) {
        .color-box.ver2 h3 {
          font-size: 5vw;
          margin: 0 5vw 5vw; } }
    .color-box.ver2 p {
      width: auto;
      font-size: 16px;
      line-height: 1.8; }

@-webkit-keyframes fix1 {
  0%, 100% {
    top: 0;
    opacity: 1; }
  49% {
    top: 100%;
    opacity: 0; }
  51% {
    top: -100%;
    opacity: 0; } }

@keyframes fix1 {
  0%, 100% {
    top: 0;
    opacity: 1; }
  49% {
    top: 100%;
    opacity: 0; }
  51% {
    top: -100%;
    opacity: 0; } }
.scroll-icon {
  height: 10px;
  margin: 20px auto 40px;
  text-align: center;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .scroll-icon {
      height: 10vw;
      overflow: hidden; } }
  .scroll-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 1px;
    background: #333;
    height: 25px;
    -webkit-animation: fix1 1s ease-in-out 1s infinite;
            animation: fix1 1s ease-in-out 1s infinite; }
  .scroll-icon::after {
    position: absolute;
    font-size: 15px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: calc(50% - 10px);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: fix1 1s ease-in-out 1s infinite;
            animation: fix1 1s ease-in-out 1s infinite; }

.marker-animation.active {
  background-position: -100% .5em; }

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold; }

/* ------------------------------------------------- *
*     ＠画像スライドインマスク関連　　　　　　　　　　　　　　　
* ------------------------------------------------- */
/* 「boxInner」をスライドインする */
.boxIn {
  overflow: hidden; }

.boxInner {
  width: inherit;
  height: inherit;
  opacity: 0; }

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/* マスク要素をスライドアウトする */
@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
/* スライドインを動作するclass */
.isPlay {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important; }

/* isPlayの疑似要素にマスクとマスクを外すアニメーションを設定  */
.isPlay:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(60deg, #a7c09c 100%, rgba(255, 116, 145, 0.95) 100%); }

.hutoaka {
  font-weight: bold;
  color: #c70000; }

.oomozi {
  font-size: 2rem; }

.komozi {
  font-size: .8rem; }

.dotline {
  border-bottom: 1px dotted #333; }

.ymarker {
  background-color: #ffd499;
  color: #000; }

.rmarker {
  background-color: #ffc2cc;
  color: #000; }

.sankou {
  background: #ff9300;
  color: #fff;
  font-size: .8rem;
  padding: 2px 4px;
  margin-right: 10px; }

.inyoumodoki {
  background: #eee;
  padding: 30px;
  margin: 20px 0;
  line-height: 1.7; }

.graybox, .redbox, .yellowbox {
  margin: 20px 0;
  padding: 20px;
  line-height: 1.7;
  border: solid 1px #ccc;
  background-color: #f3f3f3;
  color: #000; }

.redbox {
  border: solid 1px #ff6e9a;
  background-color: #ffd4e1; }

.yellowbox {
  border: solid 1px #fffacd;
  background-color: #ffffe0; }

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.insert-link {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px auto; }
  .insert-link a {
    color: #333;
    text-decoration: none; }
  .insert-link h5 {
    margin-bottom: 10px;
    line-height: 1.5; }
  .insert-link p {
    font-size: .8rem;
    line-height: 1.5;
    margin-bottom: 10px; }
  .insert-link dt {
    width: 100px;
    margin-right: 20px; }
  .insert-link dd {
    width: calc(100% - 130px); }
    .insert-link dd .cardbox-more {
      margin-bottom: 0; }
      .insert-link dd .cardbox-more a {
        text-decoration: underline; }

.rankstlink-r2 a, .rankstlink-l2 a {
  max-width: 400px;
  background: #48b8e3;
  text-align: center;
  display: block;
  margin: 20px auto;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #666;
  position: relative; }
  .rankstlink-r2 a:after, .rankstlink-l2 a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 20px;
    top: calc(50% - 5px); }

.rankstlink-l2 a {
  background: #55b046; }

.rank-wrap {
  min-width: 250px; }
  @media screen and (max-width: 768px) {
    .rank-wrap {
      width: 90%;
      margin: 20px 5%; } }
  .rank-wrap .rank-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0; }
    .rank-wrap .rank-box dt {
      position: relative;
      width: 100px; }
      .rank-wrap .rank-box dt img {
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }
      .rank-wrap .rank-box dt .poprank-no {
        background: #ff5c77;
        color: #fff;
        display: block;
        position: absolute;
        top: -5px;
        right: -5px;
        padding: 2px 8px;
        border-radius: 20px; }
    .rank-wrap .rank-box dd {
      width: calc(100% - 120px); }
      .rank-wrap .rank-box dd h5 {
        line-height: 1.5; }
        .rank-wrap .rank-box dd h5 a {
          color: #48b8e3;
          text-decoration: none; }

.sns {
  max-width: 400px;
  margin: 0 auto 30px;
  overflow: hidden; }
  .sns .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .sns .row .col-3-sm {
      width: 100%;
      margin: 0 10px; }
      .sns .row .col-3-sm .line_btn {
        width: 100%;
        border-radius: 5px;
        background: #02ac31;
        border-bottom: solid 5px #008525;
        height: 47px; }
        .sns .row .col-3-sm .line_btn img {
          margin-top: 8px !important; }
      .sns .row .col-3-sm .hateb {
        width: 100%;
        border-radius: 5px;
        background: #00a4de;
        border-bottom: solid 5px #006eab;
        height: 47px; }
        .sns .row .col-3-sm .hateb img {
          margin-top: 8px !important; }
      .sns .row .col-3-sm .fb_btn {
        width: 100%;
        border-radius: 5px;
        background: #3b5998;
        border-bottom: solid 5px #2d4473;
        height: 47px; }
        .sns .row .col-3-sm .fb_btn img {
          margin-top: 14px !important; }
      .sns .row .col-3-sm .tw_btn {
        width: 100%;
        border-radius: 5px;
        background: #55acee;
        border-bottom: solid 5px #178ee8;
        height: 47px; }
        .sns .row .col-3-sm .tw_btn img {
          margin-top: 15px !important; }
      .sns .row .col-3-sm .hatena-bookmark-button {
        background: #007bb6;
        border-color: #005983; }

h4.sns-ttl {
  color: #48b8e3;
  border: 0; }

h4.simile-ttl {
  color: #48b8e3;
  padding: 10px 0;
  border: 0;
  font-size: 1.8rem;
  position: relative; }
  h4.simile-ttl::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 70px;
    background: #48b8e3;
    bottom: 2px;
    left: 0; }
  h4.simile-ttl span {
    font-size: 1rem;
    color: #ccc;
    text-decoration: none; }

.simile-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .simile-entry {
      display: block; } }
  .simile-entry .entry-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%; }
    @media screen and (max-width: 768px) {
      .simile-entry .entry-list {
        width: auto; } }
    .simile-entry .entry-list dt {
      width: 100px; }
    .simile-entry .entry-list dd {
      width: calc(100% - 120px); }
      .simile-entry .entry-list dd h5.entry-ttl {
        font-size: .9rem;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .simile-entry .entry-list dd h5.entry-ttl {
            font-size: 4vw; } }
        .simile-entry .entry-list dd h5.entry-ttl a {
          color: #333;
          text-decoration: none; }
      .simile-entry .entry-list dd .entry-bassui p {
        font-size: .9rem;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .simile-entry .entry-list dd .entry-bassui p {
            font-size: 3.5vw; } }

img.aligncenter {
  display: block;
  margin: 0 auto 10px; }

.shoplinkyahoo {
  display: none !important; }

.footer_link {
  text-align: right; }

.btn-more {
  text-align: center;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 240px;
  height: 48px;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  background-color: #999;
  background-image: -webkit-gradient(linear, left top, right top, from(#0186da), to(#b631a7));
  background-image: linear-gradient(to right, #0186da, #b631a7);
  border: 0;
  color: #fff; }

.btn-more:before, .btn-more:after {
  content: '';
  position: absolute;
  background: #fff; }

.btn-more:before {
  top: 24px;
  right: 20px;
  height: 2px;
  width: 18px; }

.btn-more:after {
  top: 20px;
  right: 20px;
  height: 2px;
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.next a {
  margin-right: 30px;
  display: inline-block;
  position: relative; }

.next a:before {
  content: '';
  position: absolute;
  top: 10px;
  right: -30px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.next a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: -30px;
  width: 20px;
  background: #333;
  height: 1px; }

.back a {
  position: relative;
  padding-left: 15px; }

.back a::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #004DA0;
  border-left: 3px solid #004DA0;
  width: 10px;
  height: 10px; }

.back02 a {
  position: relative;
  padding-left: 20px; }

.back02 a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-right: 15px solid #004DA0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.back03 a {
  position: relative;
  padding-left: 70px; }

.back03 a::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  border-right: 15px solid #004DA0;
  border-top: 10px solid transparent;
  border-bottom: 0; }

.back03 a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  height: 2px;
  width: 50px;
  background: #004DA0; }

.back_maru a {
  position: relative;
  padding-left: 25px; }

.back_maru a::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 6px;
  height: 6px; }

.back_maru a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #004DA0;
  width: 20px;
  height: 20px; }

.btn-more-corner {
  text-align: center;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 240px;
  height: 48px;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  background-color: #999; }

.btn-more-corner:after {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff; }

.carb {
  position: relative;
  border-bottom: 3px solid #333;
  width: 100px; }

.carb:before, .carb:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #333;
  border-bottom-right-radius: 30px;
  bottom: -3px;
  left: 0; }

.carb:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  bottom: -23px; }

.yajiri {
  border-bottom: 3px solid #333;
  width: 100px;
  position: relative;
  padding-left: 5px; }

.yajiri:before, .yajiri:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #333;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  bottom: -12px;
  left: -5px; }

.yajiri:after {
  -webkit-transform: rotate(-30deg) scale(1, -1);
          transform: rotate(-30deg) scale(1, -1);
  bottom: -1px; }

/* ボタンのホバーアクション */
.button-1 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 0; }

.button-1 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-1 {
  width: 140px;
  height: 50px;
  top: -2px;
  right: -140px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-1:hover .eff-1 {
  right: 0; }

.button-1:hover a {
  color: #fff; }

.button-2 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-2 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-2 {
  width: 140px;
  height: 50px;
  top: -50px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-2:hover .eff-2 {
  top: 0; }

.button-2:hover a {
  color: #fff; }

.button-3 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-3 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-3 {
  width: 140px;
  height: 50px;
  bottom: -50px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-3:hover .eff-3 {
  bottom: 0; }

.button-3:hover a {
  color: #fff; }

.button-4 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-4 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-4 {
  width: 140px;
  height: 50px;
  left: -140px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-4:hover .eff-4 {
  left: 0; }

.button-4:hover a {
  color: #fff; }

.button-5 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 0; }

.button-5 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-5 {
  width: 140px;
  height: 50px;
  left: -140px;
  top: -50px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-5:hover .eff-5 {
  left: 0;
  top: 0; }

.button-5:hover a {
  color: #fff; }

.button-6 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-6 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-6 {
  width: 140px;
  height: 50px;
  right: -140px;
  bottom: -50px;
  background: #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1; }

.button-6:hover .eff-6 {
  right: 0;
  bottom: 0; }

.button-6:hover a {
  color: #fff; }

.button-7 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-7 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-7 {
  width: 140px;
  height: 50px;
  border: 0px solid #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.button-7:hover .eff-7 {
  border: 70px solid #34495e; }

.button-7:hover a {
  color: #fff; }

.button-8 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 20px; }

.button-8 a {
  font-family: arial;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
  position: relative; }

.eff-8 {
  width: 140px;
  height: 50px;
  border: 70px solid #34495e;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.button-8:hover .eff-8 {
  border: 0px solid #34495e; }

.button-8:hover a {
  color: #34495e; }

.circle-btn-wrap {
  background: #000;
  overflow: hidden; }

.circle-btn-area {
  background: #292929;
  padding-left: 30px; }

.row {
  float: left;
  width: 100%; }

.row .block {
  float: left;
  width: 25%;
  height: 150px; }

.hovicon {
  display: inline-block;
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: #fff; }

.hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px; }

.hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px; }

.hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px; }

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased; }

/* Effect 1 */
.hovicon.effect-1 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  transform: scale(0.8);
  opacity: 0; }

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
  background: white;
  color: #41ab6b; }

.hovicon.effect-1.sub-a:hover i {
  color: #41ab6b; }

.hovicon.effect-1.sub-a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 1b */
.hovicon.effect-1.sub-b:hover {
  background: white;
  color: #41ab6b; }

.hovicon.effect-1.sub-b:hover i {
  color: #41ab6b; }

.hovicon.effect-1.sub-b:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.hovicon.effect-1.sub-b:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 2 */
.hovicon.effect-2 {
  color: #eea303;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.hovicon.effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

/* Effect 2a */
.hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
  color: #eea303; }

.hovicon.effect-2.sub-a:hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

/* Effect 2b */
.hovicon.effect-2.sub-b:hover:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s; }

.hovicon.effect-2.sub-b:hover, .hovicon.effect-2.sub-b:hover i {
  color: #fff; }

/* Effect 3 */
.hovicon.effect-3 {
  -webkit-box-shadow: 0 0 0 4px #fff;
          box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.hovicon.effect-3:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s, -webkit-transform 0.2s; }

/* Effect 3a */
.hovicon.effect-3.sub-a, .hovicon.effect-3.sub-a i {
  color: #f06060; }

.hovicon.effect-3.sub-a:hover, .hovicon.effect-3.sub-a:hover i {
  color: #fff; }

.hovicon.effect-3.sub-a:hover:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0; }

/* Effect 3b */
.hovicon.effect-3.sub-b, .hovicon.effect-3.sub-b i {
  color: #fff; }

.hovicon.effect-3.sub-b:hover, .hovicon.effect-3.sub-b:hover i {
  color: #f06060; }

.hovicon.effect-3.sub-b:after {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0; }

.hovicon.effect-3.sub-b:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 4 */
.hovicon.effect-4 {
  width: 92px;
  height: 92px;
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white; }

.hovicon.effect-4.small {
  width: 45px;
  height: 45px; }

.hovicon.effect-4.mini {
  width: 30px;
  height: 30px; }

.hovicon.effect-4.sub-a {
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }

.hovicon.effect-4:before {
  line-height: 92px; }

.hovicon.effect-4:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff; }

.hovicon.effect-4:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff; }

.hovicon.effect-4:hover i {
  color: #fff; }

/* Effect 4b */
.hovicon.effect-4.sub-b:hover {
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }

.hovicon.effect-4.sub-b:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/* Effect 5 */
.hovicon.effect-5 {
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.hovicon.effect-5:after {
  display: none; }

.hovicon.effect-5:hover {
  background: white;
  color: #702fa8;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3); }

.hovicon.effect-5:hover i {
  color: #702fa8; }

.hovicon.effect-5.sub-a:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards; }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  51% {
    opacity: 1; } }
.hovicon.effect-5.sub-b:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards; }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }
  51% {
    opacity: 1; } }
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%); }
  51% {
    opacity: 1; } }
.hovicon.effect-5.sub-c:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  51% {
    opacity: 1; } }
.hovicon.effect-5.sub-d:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards; }

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  51% {
    opacity: 1; } }
/* Effect 6 */
.hovicon.effect-6 {
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.hovicon.effect-6:hover {
  background: white;
  color: #64bb5d; }

.hovicon.effect-6:hover i {
  color: #64bb5d; }

.hovicon.effect-6:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite; }

/* Effect 7 */
.hovicon.effect-7 {
  -webkit-box-shadow: 0 0 0 4px white;
          box-shadow: 0 0 0 4px white;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s; }

.hovicon.effect-7:hover, .hovicon.effect-7:hover i {
  color: #fff; }

.hovicon.effect-7:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0; }

/* Effect 7a */
.hovicon.effect-7.sub-a:after {
  -webkit-box-shadow: 0 0 0 white;
          box-shadow: 0 0 0 white;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }

.hovicon.effect-7.sub-a:hover:after {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0 white;
          box-shadow: 3px 3px 0 white; }

.hovicon.effect-7.sub-a:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

.hovicon.effect-7.sub-a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 7b */
.hovicon.effect-7.sub-b:after {
  -webkit-box-shadow: 3px 3px white;
          box-shadow: 3px 3px white;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }

.hovicon.effect-7.sub-b:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

.hovicon.effect-7.sub-b:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Effect 8 */
.hovicon.effect-8 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s; }

.hovicon.effect-8:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.hovicon.effect-8:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff; }

.hovicon.effect-8:hover i {
  color: #fff; }

.hovicon.effect-8:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }
/* Effect 9 */
.hovicon.effect-9 {
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }

.hovicon.effect-9:after {
  top: 0;
  left: 0;
  padding: 0;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

/* Effect 9a */
.hovicon.effect-9.sub-a:hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5; }

.hovicon.effect-9.sub-a:hover {
  -webkit-box-shadow: 0 0 0 10px white;
          box-shadow: 0 0 0 10px white;
  color: #fff; }

.hovicon.effect-9.sub-a:hover i {
  color: #fff; }

/* Effect 9b */
.hovicon.effect-9.sub-b:hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.hovicon.effect-9.sub-b:hover {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff; }

.hovicon.effect-9.sub-b:hover i {
  color: #fff; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10; }
  #page-top a {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: #000; }
    #page-top a::before {
      content: "";
      width: 0;
      height: 0;
      border-bottom: solid #fff 20px;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      position: absolute;
      top: 13px;
      left: 15px;
      z-index: 11; }
    #page-top a:hover {
      opacity: 1;
      background: #fff;
      -webkit-transition: .3s;
      transition: .3s; }
      #page-top a:hover::before {
        border-bottom: solid #000 20px; }

a.page-top {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  a.page-top::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  a.page-top:hover {
    color: #555; }
  a.page-top:hover::after {
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px; }

/*# sourceMappingURL=style.css.map */