/*
Theme Name: rgf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rgf
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rgf is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

@charset "UTF-8";
/*-reset-*/

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;
  height: 100%;
}
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
  overflow: hidden;
  outline: none;
}

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

ul,ol {
  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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* 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;
}

/* 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;
    max-width: 100%;
}
input[type="text"],input[type="password"],input[type="email"],select,textarea {
  border: 0;
  border: 1px solid #808080;
  outline: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 0 1px rgba(35, 64, 129,1);
  outline: 0;
  border: 1px solid rgba(35, 64, 129,1);
  background: #ebf4ff;
}
input[type="image"]{
  outline: none !important;
  border: 0 !important;
  padding: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover{
  opacity: 0.5;
  cursor: pointer;
}
img{
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}

/************** layout base ********************/

.clearfix{
overflow:hidden;
}

a{
  color:#1d4087;
  text-decoration:none;
}


a:visited{color:#1d4087;}





sup {
  line-height: 100%;
  font-size:10px;
  vertical-align: 0.4em;
}
sub{
  line-height: 100%;
  font-size:10px;
  vertical-align: -0.1em;
}

.txtLeft{
  text-align:left;
}
.txtRight{
  text-align:right;
}
.txtCenter{
  text-align:center;
}


.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
  float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:50px !important;}

.ml20{ margin-left:20px !important;}
.ml30{ margin-left:30px !important;}

.mr10{ margin-right:10px !important;}
.mr20{ margin-right:20px !important;}
.mr30{ margin-right:30px !important;}


.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:50px !important;}



/************** layout base ********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  text-align:center;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height:1.2;
}
div,p,dl{
  text-align: left;
}

p,dt,dd,li,td,th{
color:#333333;
font-size:14px;
  line-height:1.6em;
}
h1,h2,h3,h4,h5,h6{
color:#333333;
font-size:12px;
}
h3{
  margin-bottom: 25px;
}
/************** grid & responsive ********************/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.w100{
  width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 640px) {
  
}
@media (min-width: 1100px) {
  .container {
    max-width: 1120px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 640px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1100px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (min-width: 640px) and (max-width: 1099px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1099px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
/************** 1 ********************/
.header-top {
  margin : 0 0 5px 0;
  padding : 2px;
  background : #fff;
}
.logo-rgf {
  float : left;
  margin : 6px 0 0 0;
}
#infscr-loading {
text-align:center;
margin:0 auto;
}
/************** nav ********************/
#global-nav {
  float : right;
}
nav {
  position : relative;
  z-index : 2;
  display : table;
  width : 82.6%;
  height : 14.6px;
  padding : 10px 0;
}
nav ul {
  display : table;
  /* overflow : hidden; */
  width : 100%;
  margin : 0 auto;
}


nav ul li {
  font-size : 11px;
  display : table-cell;
  letter-spacing : -.5px;
  color : #fff;
  border-left : solid 1px #ccc;
  text-align: center;
}
nav ul li:last-child {
  border-right : solid 1px #000;
}
nav ul li:last-child a {
  padding : 15px 21px;
}
nav ul li a {
  padding : 0 15px;
  color : #3861b4;
}
nav ul li a:visited {
  color : #1d4087;
}
nav ul li a:hover {
  text-decoration : none;
  opacity : .5;
}
.pc_menu{

}
.sp_menu {
  display : none;
}
.logo {
  font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size : 40px;
  float : left;
  top : 66px;
  float : left;
  margin-top: 10px;
}
.logo-first{
  font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  font-size: 26px;
}
.logo a{
  color: #000;
}
/* sp-nav */
@media screen and (max-width: 640px) {
  .pc_menu {
    display : none;
  }
  .sp_container {
    margin : 70px 0 0 0;
  }
  #global-nav {
    font-family : "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    position : absolute;
    top : -372px;
    display : block;
    overflow-y : scroll;
    width : 100%;
    height : 352px;
    margin : 0;
    padding : 0;
    -webkit-transition : .5s ease-in-out;
       -moz-transition : .5s ease-in-out;
            transition : .5s ease-in-out;
    text-align : center;
    background : #333;
    z-index: 999;
  }
  #global-nav ul {
    font-size : 14px;
    position : static;
    right : 0;
    bottom : 0;
    padding : 0;
    list-style : none;
    letter-spacing : -40em;
    background : #0099db;
  }
  #global-nav  *{
    z-index: 99999;
  }
  #global-nav ul::-webkit-scrollbar {
    display : none;
  }
  #global-nav ul li {
    position : static;
    display : block;
    float : none;
    width : 100%;
    height : 32px;
    margin : 0;
    letter-spacing : normal;
    border : none;
    background : #0099db;
  }
  #global-nav ul li a {
    border-right : solid 1px #fff;
    border-bottom : solid 1px #fff;
    border-left : none;
  }
  #global-nav ul li.sp_menu_row a {
    border-right : solid 1px #fff;
    border-bottom : solid 1px #fff;
    border-left : solid 1px #fff;
  }
  #global-nav ul .sp_menu {
    display : inline-block;
    width : 50%;
    vertical-align : middle;
    background : #0099db;
  }
  #global-nav ul li.sp_menu_last {
    background : #1d4087;
  }
  #global-nav ul #english {
    display : block;
  }
  .asia #global-nav ul li.asia a, .india #global-nav ul li.india a, .indonesia #global-nav ul li.indonesia a, .singapore #global-nav ul li.singapore a, .thailand #global-nav ul li.thailand a, .vietnam #global-nav ul li.vietnam a, .hongkong #global-nav ul li.hongkong a, .china #global-nav ul li.china a, .japan #global-nav ul li.japan a {
    background : #0062af;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    font-size : 14px;
    display : block;
    width : 100%;
    padding : 7px 0;
    color : #fff!important;
  }
  #global-nav ul .sp_menu a {
    background : #0099db;
  }
  .header-top {
    display : none;
  }
  .sp_off, .search-form {
    display : none!important;
  }
  #top-head {
    position : fixed;
    top : 0;
    overflow : inherit;
    width : 100%;
    margin-top : 0;
    padding : 0;
    text-decoration : none;
    color : #fff;
    z-index: 9999;
  }
  #mobile-head {
    position : relative;
    z-index : 99999;
    width : 100%;
    height : 56px;
    border-bottom : 1px solid #1d4087;
    background : #fff;
    background-position : 50% 13%;
  }
  .sp_menu {
    display : block;
  }
  .sp_menu .flags p {
    position : absolute;
    top : 8px;
    right : 64px;
    width : auto;
    height : 40px;
  }
  #top .inner {
    margin : 0 auto;
  }
  #top-head .inner {
    position : relative;
    width : 100%;
    padding : 0;
    text-align : center;
  }
  #top-head.fixed .logo, #top-head .logo {
    margin-top: 4px;
    font-size : 26px;
    position : absolute;
    top : 0;
    left : 10px;
    float : left;
    color : #333;
  }
  #top-head.fixed .logo-title, #top-head .logo-title {
    font-family : "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    font-size : 14px;
    position : absolute;
    top : 34px;
    left : 10px;
  }
  #top-head.fixed .logo-title a, #top-head .logo-title a {
    color : #000;
  }
  #top-head .logo img {
    height : 30px;
    padding : 0 0 5px;
    vertical-align: top;
  }
  .asia .flags .asiaflag, .india .flags .indiaflag, .indonesia .flags .indonesiaflag, .singapore .flags .singaporeflag, .thailand .flags .thaiflag, .vietnam .flags .vietnamflag, .hongkong .flags .hongkongflag, .japan .flags .japanflag {
    display : block;
    text-align : center;
  }
  .flags p {
    display : none;
  }
  .flags p img {
    height : 25px;
    border : solid 1px #ddd;
  }
  .nav-toggle {
    display : block;
  }
  .nav-toggle {
    position : absolute;
    z-index : 101;
    top : 15px;
    right : 15px;
    width : 34px;
    height : 36px;
    cursor : pointer;
  }
  /* Toggle Button */
  .nav-toggle {
    position : absolute;
    z-index : 101;
    top : 15px;
    right : 15px;
    display : block;
    width : 34px;
    height : 36px;
    cursor : pointer;
  }
  .nav-toggle div {
    position : relative;
  }
  .nav-toggle span {
    position : absolute;
    left : 0;
    display : block;
    width : 100%;
    height : 2px;
    -webkit-transition : .35s ease-in-out;
       -moz-transition : .35s ease-in-out;
            transition : .35s ease-in-out;
    background : #0068b7;
  }
  .nav-toggle span:nth-child(1) {
    top : 0;
  }
  .nav-toggle span:nth-child(2) {
    top : 12px;
  }
  .nav-toggle span:nth-child(3) {
    top : 24px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open .nav-toggle span:nth-child(1) {
    top : 11px;
    -webkit-transform : rotate(315deg);
       -moz-transform : rotate(315deg);
            transform : rotate(315deg);
  }
  .open .nav-toggle span:nth-child(2) {
    left : 50%;
    width : 0;
  }
  .open .nav-toggle span:nth-child(3) {
    top : 11px;
    -webkit-transform : rotate(-315deg);
       -moz-transform : rotate(-315deg);
            transform : rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -webkit-transform : translateY(428px);
    /* #global-nav top + #mobile-head height */
       -moz-transform : translateY(428px);
            transform : translateY(428px);
  }
  header + .container{
    margin-top: 40px;
  }
}/* /max-width: 640px */


/* header */
.tophead {
  padding : 0 0 16px 0;
  border-bottom : 2px solid #1d4087 ;
}
.flag-wrap {
  float : right;
  margin-top: 15px;
}
.flag {
  float : left;
  margin : 12px 33px 0 0;
}
.flag li {
  font-size : 11px;
  display : inline-block;
  min-width : 35px;
  margin : 0 0 0 2px;
  text-align : center;
}
.tophead .inner ul li a {
  font-size : 11px;
  letter-spacing : -.5px;
  color : #666!important;   
}
.flag-wrap li img {
  width : auto;
  height : 20px;
  margin-bottom : 3px;
  border : solid 1px #ddd;
  border-radius : 3px;
}
/* search form */
.search-form {
  position : relative;
  float : left;
  margin : 12px 0 0 0;
}
.search-field {
  padding : 10.5px 10px;
  border-top : 1px solid #ccc;
  border-right : none;
  border-bottom : 1px solid #ccc;
  border-left : 1px solid #ccc;
  border-radius : 4px 0 0 4px;
}
.search-form button {
  font-size : 17px;
  position : relative;
  top : 2px;
  padding : 7px 9.6px;
  color : #fff;
  border : none;
  border-top : 1px solid #ccc;
  border-right : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  border-radius : 0 4px 4px 0;
  background : #3861b4;

  -webkit-appearance : none;
}
input[type="search"] {
  -webkit-box-sizing : content-box;
     -moz-box-sizing : content-box;
          box-sizing : content-box;

  -webkit-appearance : textfield;
}
input[type="search"]:focus {
  outline-style : none;
}
input[type="search"]::-webkit-search-decoration {
  display : none;
}
/************** breadcrumb ********************/
.breadcrumb {
  margin : 15px 0;
  text-align : left;
  margin-top: 50px;
}
.breadcrumb div {
  font-size : 12px;
  line-height : 1.6em;
  display : inline;
  color : #333;
}
/************** big box ********************/
.grid-l, .grid-r, .grid-l-sm {
  display : inline;
  float : left;
}
.grid-l {
  width : 800px;
  padding : 0 10px;
}
.grid-l-sm {
  width : 400px;
  padding : 0 10px;
}
.grid-r {
  width : 320px;
  padding : 0 10px;
}
@media screen and (max-width: 640px) {
  .grid-l, .grid-r, .grid-l-sm {
    width : 100%;
  }
  .popular_post li:before{
    content: none!important;
  }
}
/************** card ********************/
.card  , .card_front{
  margin : 0 0 20px 0;
}

.flag-line-wrap {
  overflow : hidden;
  padding : 20px;
  border-right : 1px solid #ccc;
  border-left : 1px solid #ccc;
  background : #f8f8f8;
}
.flag-line {
  font-size : 12px;
  float : left;
  color : #666;
}
.tag_icon{
  float: right;
  margin-top: 9px;
}
.entry-flag {
  width : 14px;
}
.entry-theme {
  font-size : 12px;
  margin : 0 8px 0 0;
  padding : 5px 6px;
  color : #fff;
  border-radius : 2px;
  background : #999;
}
.entry-date {
  font-size : 12px;
  float : right;
  color : #666;
}
.entry-wrap {
  padding : 18px;
  border-top : : none;
  border-right : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  border-left : 1px solid #ccc;
}
.entry-wrap h2 a{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size : 14px;
  font-weight : bold;
  margin : 0 0 18px 0;
  display: block;
  color : #000;
}
.card-top .entry-wrap h2 {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-size : 24px;
}
.entry-wrap p {
  font-size : 12px;
  color : #666;
}
.card-top .entry-wrap p {
  font-size : 14px;
}
.card_wrap:after{
  display : table;
  clear : both;
  content : "";
}
.card_wrap .row > div.card , .card_wrap .row > div.card_front{
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
  float: left;
}
.card_wrap .row > div.card_front{
  width: 100%;
}
.card_wrap .row > div.card .wp-post-image , .card_wrap .row > div.card_front .wp-post-image{
  height: auto!important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: -1;
 }
 .card_wrap .row > div.card > a , .card_wrap .row > div.card_front > a{
  display: block;
  height: 152px;
  position: relative;
  overflow: hidden;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-top: solid 1px #CCC;
}
.card_wrap .row > div.card_front > a{
  height: 312px;
}
.tag_icon:after{
  clear:both;
  content:'';
  display:table;
}
.tag_icon li {
  float : left;
  margin : 5px;
}
.tag_icon li a {
  font-size : 12px;
  line-height : 1;
  display : block;
  padding : 10px;
  color : #fff;
  -webkit-border-radius : 15px;
     -moz-border-radius : 15px;
          border-radius : 15px;
  background-color : #999;
}
@media screen and (max-width: 640px) {
  .card_wrap .row > div.card {
    width : 100%!important;
  }
  .card_wrap .row > div.card > a , .card_wrap .row > div.card_front > a{
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sidebar_top_img , .tag_title_side , .tag_box{
  display: none;
}
}
/************** sidebar ********************/
.sidebar_top_img {
  margin-bottom : 25px;
}
.sidebar_title {
  font-weight : 700;
  margin-bottom : 5px;
}
.tag_box:after {
  display : table;
  clear : both;
  content : "";
}
.tag_box {
  margin-bottom : 25px;
  padding : 11px;
  border : 1px solid #ccc;
}
.tag_box li {
  float : left;
  padding : 4px;
}
.tag_box li a {
  font-size : 12px;
  line-height : 1;
  display : block;
  padding : 2px 8px;
  color : #fff;
  -webkit-border-radius : 2px;
     -moz-border-radius : 2px;
          border-radius : 2px;
  background-color : #999;
}
.popular_post {
  border : 1px solid #ccc;
  border-top : 3px solid #1d4087;
  margin-bottom: 10px;
}
.popular_post li {
  padding : 10px 6px 15px 6px;
  border-top : 1px solid #ccc;
}
.popular_post li:first-child {
  border-top : none;
}
.popular_post li a {
  font-size : 12px;
  color : #000;
}
.popular_post li:first-child:before {
  float : left;
  margin-right : 5px;
  content : "1";
}
.popular_post li:nth-child(2):before {
  float : left;
  margin-right : 5px;
  content : "2";
}
.popular_post li:nth-child(3):before {
  float : left;
  margin-right : 5px;
  content : "3";
}
.popular_post li:nth-child(4):before {
  float : left;
  margin-right : 5px;
  content : "4";
}
.popular_post li:nth-child(5):before {
  float : left;
  margin-right : 5px;
  content : "5";
}
.popular_post img{
  float: left;
  margin-right: 6px;
}
.more_view:after{
  background-color: #3861b4;
  font-family: FontAwesome;
  content: '\f061';
  font-size: 11px;
  padding: 1px 3px;
  color:#fff;
  -webkit-border-radius : 2px;
     -moz-border-radius : 2px;
          border-radius : 2px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.more_view{
  text-align: 
  vertical-align: middle;
  font-size: 14px;
  color:#3861b4;
  vertical-align: middle;

}
.more_view_wraper{
  text-align: right;
  margin-bottom: 30px;
}
.cat_post.card_wrap .row > div.card:first-child {
  width: 50%;
}
.cat_post.card_wrap .row > div.card:first-child > a{
  height: 152px;
}
.cast_banner{
  text-align: center;
  margin-bottom: 30px;
}
.related_title{
  font-weight: 700;
  margin-bottom: 15px;
}
.sl-navi a{
  background-image: url(img/button_bg.jpg);
  width: 240px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 14px;
  color:#fff;
  text-align: center;
  padding:14px 0 14px 48px;
  background-size: cover;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page_title_h2{
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}
.next.page-numbers{
  background-image: url(img/button_bg.jpg);
  width: 243px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 14px;
  color:#fff;
  text-align: center;
  padding:11px 0; 
}
.writer_img_wrap{
  width: 100px ;
  height: 100px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.writer_img_wrap img{
  max-width: 150px;
  height: auto;
  min-width: 100px ;
  min-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
/************** SNS ********************/
.share-sp {
  display : none;
}
.share-pc {
  position : fixed;
  top : 224px;
  display : block;
  width : 45px;
  margin : 0 0 0 -47px;
  padding : 4px;
  border : 1px solid #ccc;
  background : #f8f8f8;
}
.share li {
  height : 26px;
  margin : 0 0 4px 0;
  padding : 0;
  text-align : center;
}
.share li:last-child {
  padding : 0;
  margin: 0;
}
.twitter {
  position : relative;
}
.twitter a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #27aef4;
}
.twitter img {
  position : absolute;
  top : 7px;
  left : 10px;
  width : 47%;
}
.facebook {
  position : relative;
}
.facebook a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #32599d;
}
.facebook img {
  position : absolute;
  top : 7px;
  left : 8px;
  width : 17%;
}
.facebook span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 2px;
  left : 19px;
  color : #fff;
}
.gplus {
  position : relative;
}
.gplus a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #c53929;
}
.gplus img {
  position : absolute;
  top : 5px;
  left : 3px;
  width : 58%;
}
.gplus span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 2px;
  left : 25px;
  color : #fff;
}
.hatebu {
  position : relative;
}
.hatebu a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #00a8e3;
}
.hatebu img {
  position : absolute;
  top : 8px;
  left : 5px;
  width : 40%;
}
.hatebu span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 3px;
  left : 25px;
  color : #fff;
}
.line {
  position : relative;
}
.line a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #00b300;
}
.line img {
  position : absolute;
  top : 8px;
  left : 5px;
  width : 73%;
}
#pageTop {
  display: none;
}
.post_wrap{
  border:1px solid #ccc;
}
.post_wrap .flag-line-wrap{
  border:none;
}
.post_title{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
  margin-top: 0!important;
  border:none!important;
}
.writer_box {
  margin-top : 30px;
  margin-bottom : 20px;
  padding-right : 10px;
  border : 1px solid #ccc;
}
.post_content_wrap *{
  word-wrap: break-word;
}
.writer_box h3{
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.writer_box p{
  font-size: 12px;
  margin-bottom: 10px;
}
.writer_box:after{
  clear:both;
  content:'';
  display: table;
}
.post_content_wrap{
  padding: 0 20px 20px;
}
.post_wrap{
  margin-bottom: 25px;
}
.sns-wrap2 {
  background : #f8f8f8;
}
.share-pc2 {
  position : relative;
  bottom : 0;
  display : table;
  width : 100%;
  table-layout : fixed;
}
.share2 li {
  display : table-cell;
  height : 22px;
  padding : 0 6px 0 0;
  text-align : center;
  vertical-align : middle;
}
.share2 li:last-child {
  padding : 0;
}
.twitter2 {
  position : relative;
}
.twitter2 a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #27aef4;
}
.twitter2 img {
  position : absolute;
  top : 7px;
  left : 64px;
  width : 11%;
}
.facebook2 {
  position : relative;
}
.facebook2 a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #32599d;
}
.facebook2 img {
  position : absolute;
  top : 7px;
  left : 60px;
  width : 4.5%;
}
.facebook2 span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 3px;
  left : 74px;
  color : #fff;
}
.gplus2 {
  position : relative;
}
.gplus2 a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #c53929;
}
.gplus2 img {
  position : absolute;
  top : 5.5px;
  left : 52px;
  width : 14%;
}
.gplus2 span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 3px;
  left : 76px;
  color : #fff;
}
.hatebu2 {
  position : relative;
}
.hatebu2 a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #00a8e3;
}
.hatebu2 img {
  position : absolute;
  top : 7px;
  left : 58px;
  width : 10%;
}
.hatebu2 span {
  font-family : Arial,sans-serif ;
  font-size : 11px;
  font-weight : bold;
  position : absolute;
  top : 2px;
  left : 82px;
  color : #fff;
}
.line2 {
  position : relative;
}
.line2 a {
  display : block;
  width : 100%;
  height : 26px;
  border-radius : 2px;
  background : #00b300;
}
.line2 img {
  position : absolute;
  top : 8px;
  left : 61px;
  width : 17%;
}
@media screen and (max-width: 640px) {
  .share-pc {
    display : none;
  }
  .fRight{
    display: none;
  }
  .share li {
    display : table-cell;
    height : 26px;
    padding : 0 6px 0 0;
    text-align : center;
    vertical-align : middle;
  }
  .share li:last-child {
    padding : 0;
  }
  .twitter {
    position : relative;
  }
  .twitter a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #27aef4;
  }
  .twitter img {
    position : absolute;
    top : 7px;
    left : 18px;
    width : 33%;
  }
  .facebook {
    position : relative;
  }
  .facebook a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #32599d;
  }
  .facebook img {
    position : absolute;
    top : 7px;
    left : 11px;
    width : 10%;
  }
  .facebook span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 29px;
    color : #fff;
  }
  .gplus {
    position : relative;
  }
  .gplus a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #c53929;
  }
  .gplus img {
    position : absolute;
    top : 4.5px;
    left : 7px;
    width : 40%;
  }
  .gplus span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 33px;
    color : #fff;
  }
  .hatebu {
    position : relative;
  }
  .hatebu a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #00a8e3;
  }
  .hatebu img {
    position : absolute;
    top : 7px;
    left : 10px;
    width : 28%;
  }
  .hatebu span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 32px;
    color : #fff;
  }
  .line {
    position : relative;
  }
  .line a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #00b300;
  }
  .line img {
    position : absolute;
    top : 8px;
    left : 14px;
    width : 50%;
  }
    .twitter2 {
    position : relative;
  }
  .twitter2 a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #27aef4;
  }
  .twitter2 img {
    position : absolute;
    top : 7px;
    left : 18px;
    width : 33%;
  }
  .facebook2 {
    position : relative;
  }
  .facebook2 a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #32599d;
  }
  .facebook2 img {
    position : absolute;
    top : 7px;
    left : 11px;
    width : 10%;
  }
  .facebook2 span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 29px;
    color : #fff;
  }
  .gplus2 {
    position : relative;
  }
  .gplus2 a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #c53929;
  }
  .gplus2 img {
    position : absolute;
    top : 4.5px;
    left : 7px;
    width : 40%;
  }
  .gplus2 span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 33px;
    color : #fff;
  }
  .hatebu2 {
    position : relative;
  }
  .hatebu2 a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #00a8e3;
  }
  .hatebu2 img {
    position : absolute;
    top : 7px;
    left : 10px;
    width : 28%;
  }
  .hatebu2 span {
    font-family : Arial,sans-serif ;
    font-size : 11px;
    font-weight : bold;
    position : absolute;
    top : 3px;
    left : 32px;
    color : #fff;
  }
  .line2 {
    position : relative;
  }
  .line2 a {
    display : block;
    width : 100%;
    height : 26px;
    border-radius : 2px;
    background : #00b300;
  }
  .line2 img {
    position : absolute;
    top : 8px;
    left : 14px;
    width : 50%;
  }
  .share-sp {
    position : fixed;
    bottom : 60px;
    display : table;
    width : 82%;
    table-layout : fixed;
  }
  #pageTop {
    position : fixed;
    right : 10px;
    bottom : 0;
    display : block;
    width : 10%;
  }
  #pageTop a {
    position : relative;
    z-index : 999;
    display : block;
    height : 40px;
    padding : 6px;
    padding : 10px 0 0 0;
    text-align : center;
    background : #3861b4;
  }
  #pageTop i {
    font-size : 18px;
    color : #fff;
  }
  .breadcrumb{
    margin-right: -10px;
    margin-left:-10px;
    padding-right: 10px;
    padding-left: 10px;
    background:#eeeeee 
  }
  .writer_box{
    border:none;
    padding-right: 0;
  }
}
  #pageTop {
    position : fixed;
    right : 10px;
    bottom : 60px;
    display : block;
    width : 10%;
  }
  #pageTop a {
    position : relative;
    z-index : 999;
    display : block;
    height : 40px;
    width: 40px;
    padding : 6px;
    padding : 10px 0 0 0;
    text-align : center;
    background : #3861b4;
        -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  #pageTop i {
    font-size : 18px;
    color : #fff;
  }
/************** footer ********************/
footer div {
  overflow : hidden;
  width : 100%;
  margin : 0 auto;
  padding : 0;
}
footer div .inner {
  width : 1100px;
  margin : 0 auto;
  text-align : center;
}
footer .linkbox {
  width : 100%;
  background : #61adfc;
}
footer {
  padding : 0;
  background : #fff;
}
footer > div {
  width : 100%;
}
footer .linkbox {
  width : 100%;
  background : #61adfc;
}
footer .linkbox .inner {
  text-align : left;
}
footer .footer__navigation {
  width : 100%;
  padding : 10px 0;
}
footer .footer__navigation {
  width : 100%;
  padding : 10px 0;
}
footer .fLeft {
  padding : 0;
  color : #4f616e;
}
footer .fLeft img {
    width: 135px;
    margin: 17px 0 0 0;
        position: relative;
    top: -2px;
}
footer .fRight {
  padding-top : 25px;
}
footer .fRight li {
  display : inline-block;
}
footer .fRight li a {
  font-size : 12px;
  color : #4f616e;
}
@media (min-width: 1200px){
  .card_front .entry-wrap h2 a{
    font-size: 24px!important;
  }
  .card_front .entry-wrap p{
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container{
    max-width: 800px;
  }
  .header-top .container{
    max-width: 100%;
  }
  footer div .inner{
    width: 100%;
    padding:0 15px; 
  }
  nav ul li{
    font-size: 10px;
  }
  nav ul li a{
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  .grid-r{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
  }
  
  .sidebar_top_img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .card_front .entry-wrap h2 a{
    font-size: 24px!important;
  }
  .card_front .entry-wrap p{
    font-size: 14px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 641px) and (max-width: 991px) {
  nav ul li{
    font-size: 8px;
  }
  nav ul li a{
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
  nav {
    position: relative;
    z-index: 2;
    display: table;
    width: 88.6%;
    height: 14.6px;
    padding: 10px 0;
  }
  footer div .inner{
    width: 100%;
    padding:0 15px; 
  }
  .size-l-thumbnail{
    max-width: 100%;
    height: auto;
  }
  .header-top .container{
    max-width: 100%;
  }
  .grid-l{
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
  }
  .grid-r{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
  }
  .card_wrap .row > div.card_front > a{
    height: 220px;
  }
  .card_wrap .row > div.card > a, .card_wrap .row > div.card_front > a {
    display: block;
    height: 100px;
    position: relative;
    overflow: hidden;
  }
  #infscr-loading{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .grid-r{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
  }
  
  .sidebar_top_img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
input[type="search"] , .search-form button{
  display: inline-block;
    vertical-align: middle; 
    top:0;
}
.flag-line *{
  vertical-align: middle;
}
.flag-line img.entry-flag{
  vertical-align: top;
  height: 16px;
    width: auto;
}
.post_content_wrap h1{
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.post_content_wrap h2{
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 30px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.post_content_wrap h3, .post_content_wrap h4, .post_content_wrap h5, .post_content_wrap h6{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 30px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.writer_box h3{
  font-size: 12px;
  border-bottom: none;
}


/* sidebar- new_jobBox  */
.new_jobBox{
  margin-bottom: 10px;
}
.new_jobBox ul li{
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 2%;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #00398a;
    border-radius: 3px 3px 0 0;
}
.new_jobBox ul li:not(:last-of-type){
    margin-bottom: 20px;
}
.new_jobBox ul li .title{
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 5px;
}
.new_jobBox ul li h3{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #1d4087;
    line-height: 1.7;
    padding: 0;
    vertical-align: middle;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.new_jobBox ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.new_jobBox li p span {
    border: none;
    color: #333;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 0;
    vertical-align: middle;
    width: 71px;
    text-align: left;
    line-height: 1.6em;
    margin-right: 8px;
}
.new_jobBox .fa-map-marker{
    color: #d9472e;
}
.new_jobBox .fa-jpy{
    color: #f98f07;
}
.new_jobBox li a{
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: block;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
.new_jobBox li img{
  width: 120px;
}