@charset "utf-8";

/*
Theme Name: ism
Theme URI: http://minimalwp.com/category/gallery/
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルな企業サイト・ビジネスサイト用のWordPressテーマです。トップページにはイメージヘッダーとウィジェットエリアを多数設置しましたので、様々なパターンのレイアウトがドラッグ＆ドロップだけで構築できます。ロゴ、イメージヘッダー、メニュー、ウィジェットが、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。設定・管理が簡単に出来るので手間が省けて運営コストがかからないのはもちろんのこと、効果を上げるためにSEO対策・ユーザーの導線・読みやすさ・ウィジェットの配置場所などにもこだわりました。スピードと結果を求める方に最適なビジネステンプレートです。
Version: 20170321
Author: Minimal WP
Author URI: http://minimalwp.com
License:
License URI:
Tags: custom-menu
Text Domain: minimalwp
*/
/* *****************************************************************
*	基本設定
* ***************************************************************** */
body {
  font-family: -apple-system,BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  background: #fff;
  color: #111;
  line-height: 190%;
  word-wrap: break-word;
	overflow-wrap: break-word;
}

/* リンク
---------------------------------------------------- */
a {
  color: #448aca;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #777;
}

a:active, a:focus {
  outline: 0;
}

/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}

/* フロート
---------------------------------------------------- */
.alignright, .right {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft, .left {
  float: left;
  margin: 0 20px 10px 0;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* リスト
---------------------------------------------------- */
ol {
  margin: 7px 0 7px 12px;
  padding: 0 0 0 0;
  list-style: decimal;
}

ul {
  margin: 7px 0 7px 12px;
  padding: 0 0 0 0;
  list-style: disc;
}

li {
  margin: 2px 0 2px 8px;
  padding: 0;
}

li a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}


/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
.top-wrapper {
  margin: auto;
  max-width: 1000px;
  padding: 0px 20px 50px 20px;
}
.wrapper {
  margin: auto;
  max-width: 1000px;
  padding: 40px 20px 50px 20px;
}

/* *****************************************************************
*	ヘッダー
* ***************************************************************** */
#header {
  width: 100%;
}
.header-text {
  width: 100%;
  color: #333;
  background-color: #f1f1f1;
}

h1.header-text-inner {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #333;
  text-align: center;
  line-height: 2.0;
}

.header-inner02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  overflow: hidden;
  margin: 0px auto;
  padding: 30px 0;
  text-align: center;
}
.head-logo {
  width: 340px;
  text-align: center;
}
.head-date {
  margin: 0 20px;
  padding: 5px 0 0;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
	font-family: "Helvetica Neue", Arial, sans-serif; 
	vertical-align:text-bottom;
}
.head-date span{
  margin: 0 0 0 .2em;
  font-size: .5em;
}
.countdown{
	position:relative;
}
.yycountdown-box{
	text-align:center;
	margin:.6em 0 0;
	color:#000;
	font-size:1.8em;
	font-family: "Helvetica Neue", Arial, sans-serif; 
}
.yycountdown-box::before {
    content: 'スタートまであと';
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 11px;
    position: absolute;
    transform: translate(-50%,-70%);
    left: 50%;
    white-space: nowrap;
}

.yycountdown-box .yyc-day,
.yycountdown-box .yyc-hou,
.yycountdown-box .yyc-min,
.yycountdown-box .yyc-sec {
		padding:0 .05em;
    font-weight: bold;
}

.yycountdown-box .yyc-day-text,
.yycountdown-box .yyc-hou-text,
.yycountdown-box .yyc-min-text,
.yycountdown-box .yyc-sec-text{
	color:#444;
}
.yycountdown-box .yyc-day-text{
	font-size:0.5em;
}

@media screen and (max-width:767px) {
  .header-inner02 {
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;		
    padding: 25px 0 12px;
  }
  .head-logo {
    width: 160px;
    margin: -4px 8px 0 0;
  }
  .head-logo img{
    vertical-align:middle;
  }
  .head-date {
    margin: 0 0 0;
    padding: 0 ;
    font-size: 1.4em;
    vertical-align:middle;
  }
	.countdown{
    width: 100%;
    margin-top: 10px;
}
	.yycountdown-box{
		font-size:1.4em;
	}
}
.contact {
  float: right;
  position: relative;
  margin: 0;
  padding: 35px 0 0 0;
}

.contact-tel {
  text-align: right;
  font-size: 24px;
  color: #343838;
  font-weight: bold;
  margin: 0 0 0px 0;
}

.contact-address {
  text-align: right;
  color: #343838;
  font-size: 85%;
  font-weight: normal;
}

.head-right {
  float: right;
  position: relative;
  margin: 0;
  padding: 18px 0 0 0;
}

.taikaidate {
  margin: 0 0 6px;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #DC4176;
}

.countdown-tit {
  display: block;
  padding: 7px;
  font-size: 12px;
  color: #111;
  font-weight: bold;
  margin: 0;
  background: #F1C14F;
  text-align: center;
  line-height: 1;
}

table.countdown {
  margin: 0;
  width: 280px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background: #eee;
}

table.countdown td {
  width: 25%;
  padding: 7px 0;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.countdown-amount {
  display: block;
  font-size: 20px;
  color: #111;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1;
}

.countdown-period {
  display: block;
  font-size: 11px;
  color: #111;
  margin: 0;
  line-height: 1;
}

/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */
#nav {
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 9999;
  padding: 0;
  text-align: left;
  border-top: double 1px #1a4393;
  border-bottom: double 1px #1a4393;
  background: #1a4393;
}

.nav-inner {
  width: 1000px;
  margin: auto;
}

#nav ul {
  list-style: none;
  margin: auto;
}

.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}

ul.nav-menu,
div.nav-menu>ul {
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0;
}

.nav-menu li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 28px 12px 28px;
}

.nav-menu li:hover>a,
.nav-menu li a:hover {
	color:#111;
  background: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color:#111;
  margin: 0;
  width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color:#1a4393;
  background: #eaeaea;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul {
  display: block;
  background: #fff;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a,
.nav-menu .current-post-ancestor>a {
	color: #fff;
  background: #14387e;
}

.toggle {
  display: none;
}

.menu-toggle {
  width: 40px;
  height: 40px;
}

/* *****************************************************************
*	イメージヘッダー
* ***************************************************************** */
#top-slide-max {
  position: relative;
  width: 100%;
  margin: 0px auto 0px auto;
}

#top-bnr {
  max-width: 1000px;
  margin: 0px auto 0px auto;
}

.cycle-slideshow {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px auto;
  border: 1px solid #eee;
}

/* ヘッダーイメージ
---------------------------------------------------- */
.header-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px auto;
}

/* *****************************************************************
*	メイン（本文）コンテンツ
* ***************************************************************** */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* ギャラリーレイアウト
---------------------------------------------------- */
li.item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #cacaca;
}

li.item-gallery {
  height: 200px;
}

.item-img {
  margin: 0 0 10px 0;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

.item-cat {
  font-size: 13px;
  color: #999;
  padding: 0 0 0px 0;
  margin: 0 0 10px 10px;
  overflow: hidden;
}

.item-cat a {
  color: #888;
}

.item-date {
  font-size: 14px;
  color: #1a4393;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}

.item h2 {
  font-size: 17px;
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.item-title {
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}

.item-title a {
  color: #111;
}

.item-title a:hover {
  color: #999;
}

.item-text {
  font-size: 13px;
  color: #444;
  line-height: 170%;
}

/* ブログ記事部分
---------------------------------------------------- */
.single-contents {
  margin: 0 0 70px 0;
}

.page-contents {
  margin: 0 0 70px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}

p {
  font-size: 16px;
  color: #111;
  line-height: 190%;
  padding: 15px 0px 15px 0px;
}

p a {
  color: #2C99DE;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

p a:hover {
  color: #999;
}

p a:active, a:focus {
  outline: 0;
}

/* ページタイトル
---------------------------------------------------- */
.pagedate {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0 0 -10px 0;
  color: #999;
  letter-spacing: 0.02em;
}

.breadcrumb {
  margin: 0 0 30px 0;
  line-height: 120%;
}

.breadcrumb div {
  display: inline;
  font-size: 11px;
  color: #999;
}

.breadcrumb span,
.breadcrumb span a {
  color: #448aca;
}

.midashi-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 30px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.pagetitle {
  color: #1a4393;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 30px 0px;
  padding: 15px 10px 15px 0px;
  border-bottom: 2px solid #ddd;
  text-align: center;
	line-height:1.4;
}

.pagetitle a {
  color: #111;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.pagetitle a:hover {
  color: #666;
}

.blog-title {
  color: #111;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 140%;
  font-style: normal;
  margin: 0px 0px 20px 0px;
  padding: 15px 10px 15px 0px;
  border-bottom: 2px solid #ddd;
}

.blog-title a {
  color: #111;
  text-decoration: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.blog-title a:hover {
  color: #666;
}

/* 見出し
---------------------------------------------------- */
h1 {
  font-size: 24px;
  margin: 40px 0px 20px 0px;
}

h2 {
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
  color: #111;
  margin: 40px 0px 30px 0px;
  border-bottom: 2px solid #eee;
  position: relative;
}

.page-contents h2 span {
  display: inline-block;
  border-bottom: 2px solid #1a4393;
  position: relative;
  bottom: -2px;
}
h3 {
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #1a4393;
  padding: 22px 24px;
  margin: 40px 0 30px 0;
  background: #edf3fc;
}

.blue-tit {
  color: #fff;
  background: #415EA1;
}

.pink-tit {
  color: #fff;
  background: #EC7AA1;
}

h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  color: #333;
  padding: 0 0 10px 0;
  margin: 30px 0 10px 0;
  border-bottom: 1px dotted #888;
}

h5 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}

h6 {
  font-size: 14px;
  line-height: 1.3em;
  margin: 30px 0 0px 0;
}

/* イメージヘッダー
---------------------------------------------------- */
.head-img {
  width: 100%;
  text-align: center;
  margin: -50px auto 20px auto;
  overflow: hidden;
}

/* 記事フッター
---------------------------------------------------- */
.blog-foot {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 0px 0 50px 0;
  font-weight: normal;
  color: #999;
  border-bottom: 0px dotted #ccc;
}

.blog-foot span {
  color: #999;
}

/* 次の記事・前の記事
---------------------------------------------------- */
#next {
  font-size: 90%;
  line-height: 150%;
  margin: 50px 0 20px 0;
}

.next-left {
  float: left;
  text-align: left;
  margin: 0 0 10px 0;
  background: url(images/left.gif) no-repeat left;
}

.next-left a {
  padding: 20px 20px 20px 50px;
  display: block;
  border: 1px solid #fff;
}

.next-left a:hover {
  border: 1px solid #eee;
}

.next-right {
  float: right;
  text-align: right;
  margin: 0 0 10px 0;
  background: url(images/right.gif) no-repeat right;
}

.next-right a {
  padding: 20px 50px 20px 20px;
  display: block;
  border: 1px solid #fff;
}

.next-right a:hover {
  border: 1px solid #eee;
}

/* ページャー
---------------------------------------------------- */
.pager {
  text-align: center;
  margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: #ccc;
  border: solid 1px #999;
  color: #fff;
}

/* 関連記事
---------------------------------------------------- */
.similar-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.similar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.similar li {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

.similar li a {
  color: #333;
}

.similar li a:hover {
  color: #888;
}

table.similar-text {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: dotted 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-text img {
  width: 150px;
}

table.similar-text th {
  text-align: left;
  width: 150px;
  vertical-align: middle;
}

table.similar-text td {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

/* コメント欄
---------------------------------------------------- */
.comment-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.commentlist li {
  list-style: none;
  font-size: 90%;
  color: #888;
}

.commentlist {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}

li.comment {
  list-style: none;
  font-size: 90%;
  color: #888;
  margin: 30px 0px 30px 0px;
}

.comment p {
  font-size: 14px;
}

/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 90%;
  text-align: center;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* *****************************************************************
*	サイドバー
* ***************************************************************** */
.sidebar {
  width: 100%;
  margin: 0px 0px 40px 0px;
  padding: 0 0 0 0;
}

/* 新着表示
---------------------------------------------------- */
.sidebox-new {
  color: #666;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}

.sidebox-new ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox-new li {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0px;
  border-bottom: 1px dotted #ddd;
}

.sidebox-new li a {
  color: #333;
  list-style: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.sidebox-new li a:hover {
  color: #999;
}

table.similar-side {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-side img {
  width: 80px;
}

table.similar-side th {
  text-align: left;
  width: 80px;
  vertical-align: middle;
}

table.similar-side td {
  font-size: 13px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

/* *****************************************************************
*	フッター
* ***************************************************************** */
#footer {
  clear: both;
  background: #1a4393;
  width: 100%;
  font-size: 80%;
  margin: 0px auto 0px auto;
  padding: 30px 0 40px;
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #ccc;
}

.footer-inner {
  margin: 0px auto 0px auto;
  padding: 0px 0px;
  max-width: 1000px;
}

.footer-info {
  text-align: center;
  margin: 0px 0;
  padding: 0px;
}

.footer-info p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 15px;
}

.footer-link {
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

.footer-link ul {
  margin: 30px auto 30px;
  padding: 0px;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

.footer-link ul li {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}

.footer-link ul li:after {
  content: "|";
  padding: 0 10px;
  color: #fff;
}

.footer-link ul li:last-child:after {
  content: "";
}

.footer-link ul a {
  color: #fff;
  text-decoration: none;
}

.footer-link ul a:hover {
  color: #ccc;
}

.footer-addressTime {
  font-size: 12px;
}

#sociallink {
  text-align: center;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0 0 0 0;
}

#copyright {
  font-size: 10px;
  line-height: 110%;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px;
  background: #1a4393;
}

#copyright a {
  color: #fff;
}

/* *****************************************************************
*	ウィジット
* ***************************************************************** */
/* 基本形
---------------------------------------------------- */
.widget {
  margin: 0 0 50px 0;
}

/* 追加 */
.topbox>.widget {
  margin: 0;
}

.widget ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.widget li {
  list-style: none;
}

.widget li a {
  color: #666;
}

.widget li a:hover {
  color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a {
  margin: 0 0 0 0;
}

/*.textwidget, .textwidget p {
font-size: 14px;
color: #444;
line-height:180%;
margin: 0 0 0px 0;
padding: 5px 0 0 0;
} */
.widget-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 20px 0px;
  padding: 13px 10px 10px 13px;
  background: #f1f1f1;
}

.post-date {
  font-size: 89%;
  padding: 0 0 0 10px;
}

/* ウィジェットボックストップページ用
---------------------------------------------------- */
.topbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox li {
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.topbox li a {
  font-size: 14px;
  line-height: 160%;
  color: #444;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.topbox li a:hover {
  color: #999;
}

.topbox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.topbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.topbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.topbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

/* ウィジェットボックスフッター用
---------------------------------------------------- */
.footerbox .widget {
  margin: 0 0 0 0;
  padding: 50px 0 50px 0;
}

.footerbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox li {
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.footerbox li a {
  font-size: 13px;
  line-height: 160%;
  color: #444;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.footerbox li a:hover {
  color: #999;
}

.footerbox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.footerbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.footerbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0px 0 3px 0;
  border-bottom: 1px solid #ccc;
}

/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */
.singlebox {
  margin: 50px 0 50px 0;
  padding: 0 0 0 0;
}

.single-widget-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 100px 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.singlebox .textwidget,
.singlebox .textwidget p {
  font-size: 16px;
  color: #444;
  line-height: 170%;
  margin: 0 0 0px 0;
  padding: 5px 0 5px 0;
}

.singlebox ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.singlebox li {
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
  border-bottom: 1px dotted #cacaca;
}

.singlebox li a {
  line-height: 160%;
  color: #444;
  margin: 0 0 0 0;
  padding: 7px 0px 6px 0px;
  list-style: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.singlebox li a:hover {
  color: #999;
}

.singlebox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.singlebox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.singlebox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.singlebox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

/* ウィジェットボックスサイドバー用
---------------------------------------------------- */
.sidebox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox li {
  margin: 0 0 0 0;
  padding: 7px 0px 7px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

.sidebox li a {
  font-size: 13px;
  color: #444;
  margin: 0 0 0 0;
  padding: 5px 0px 5px 0px;
  list-style: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.sidebox li a:hover {
  color: #999;
}

.sidebox h2 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox h3 {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox h4 {
  font-size: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.sidebox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.sidebox ul.children li {
  padding: 5px 0 5px 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

.sidebox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

.sidebox ul.sub-menu li {
  padding: 5px 0 5px 15px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

/* カレンダー
---------------------------------------------------- */
table#wp-calendar {
  width: 100%
}

table#wp-calendar th {
  text-align: center;
}

table#wp-calendar td {
  text-align: center;
}

/* *****************************************************************
*	追加
* ***************************************************************** */
@media screen and (min-width: 768px){
.pcbr {display: none; }
.spbr {display: none; }
}

.metaslider .flexslider {
  margin: 0 !important;
}

.font-red {
  color: #e60012 !important;
}

.font-blue {
  color: #1a4393 !important;
}

.font-blue02 {
  color: #7594db !important;
}

.font-yel {
  color: #ffff00 !important;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

hr {
  margin: 2.5em 0;
}

.top_box {
  margin: 100px 0;
}

.box {
  position: relative;
  overflow: hidden;
  margin: 0 0 50px;
}

.billboard-wrap2 {
  position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  margin: 0px auto 0px;
  padding: 30px 0;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
}

.info-wrap {
  margin: 100px 20px 100px 20px;
  padding: 0 0;
  text-align: center;
}
.info-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
  border-top: 3px solid #1a4393;
  border-bottom: 3px solid #1a4393;
}
.info-title {
  margin: 0px 0px;
  padding: 0;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.6;
  color: #1a4393 !important;
}
@media screen and (max-width:767px) {
  .info-wrap {
    margin: 40px 20px 40px 20px;
  }
  .info-inner {
    padding: 30px 0;
    border-top: 3px solid #1a4393;
    border-bottom: 3px solid #1a4393;
  }
  .info-title {
    font-size: 1.2em;
  }
}
.billboard-wrap {
  margin: 80px auto 80px;
  padding: 0px 0;
  text-align: center;
}
.billboard-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  color: #1a4393 !important;
  border-top: 6px double #1a4393;
  border-bottom: 6px double #1a4393;
}
.billboard-subtit {
  font-size: 17px;
}

.billboard-title {
  margin: 0px 0px 30px 0px;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
}

.billboard-date {
  margin: 30px 0px 30px 0px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}
.number {
  font-size: 52px;
  display: inline-block;
  margin: 0 5px;
}
.billboard-etc {
  margin: -10px 0px 0px 0px;
  font-size: 18px;
  font-weight: bold;
}

.taikaikokuti {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  color: #1a4393 !important;
  border-top: 10px double #1a4393;
  border-bottom: 10px double #1a4393;
}

.online-tit {
  color: #1a4393;
  font-size: 1.8rem;
}

.online-subtit {
  display: block;
  color: #333;
  font-size: 0.9rem;
}

.cokuti-box {
  margin: 80px 0 0;
  padding: 40px 20px;
  text-align: center;
  background: #1a4393;
}
.cokuti-box p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #fff;
}

p.cokuti-tit {
  font-size: 26px;
  font-weight: bold;
	margin:0 0px;
}
p.cokuti-tit-sub {
  font-size: 18px;
	margin:10px 0 0;
}

.cokuti-btn {
  margin: 10px 0 0;
}

.cokuti-btn a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #1a4393;
  text-align: center;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: bold;
	background: #fff;
  border: 2px solid #fff;
	border-radius:999px;
}

.cokuti-btn a:hover {
  color: #fff;
  background: #1a4393;
  text-decoration: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.cokuti-box-02 {
  margin: 80px 0 80px;
  padding: 40px 20px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #1a4393;
}
.cokuti-box-02 p {
  margin: 0px;
  padding: 10px 0;
  font-size: 14px;
  color: #1a4393;
}

p.cokuti-tit-02 {
  font-size: 26px;
  font-weight: bold;
	margin:0 0px;
}
p.cokuti-tit-sub-02 {
  font-size: 18px;
  font-weight: bold;
	margin:0 0 10px;
}

.cokuti-btn-02 {
  margin: 20px 0 0;
}

.cokuti-btn-02 a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin: 0 auto 0;
  padding: 15px 30px;
  font-weight: bold;
	background: #1a4393;
  border: 2px solid #1a4393;
	border-radius:99px;
}
.cokuti-btn-02 a:hover {
  color: #1a4393;
  background: #fff;
  border: 2px solid #1a4393;
  text-decoration: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}


.cokuti-Bnr {
  margin: 60px 0 0px;
  padding: 0px;
  text-align: center;
}
.cokuti-Bnr p {
  margin: 1em 0 0;
  padding: 0px 0;
  font-size: 16px;
  color: #fff;
}

p.cokuti-Bnr-tit {
  font-size: 22px;
  font-weight: bold;
	padding:0;
	margin:0 0 .5em;
}
.cokuti-Bnr-tit-sub {
  font-size: 18px;
	padding:0;
}

.cokuti-Bnr a {
  display: block;
  padding: 40px 10px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #cc0000;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.cokuti-Bnr a:hover {
  opacity: .85;
}

p.top_kokuti {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #ff0033;
}

.result-Bnr {
  margin: 60px 0 0px;
  padding: 0px;
  text-align: center;
}
.result-Bnr a {
  display: block;
  padding: 40px 10px;
  color: #fff;
  text-align: center;
  background: linear-gradient(160deg, #0097e0 0%, #0097e0 100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.result-Bnr a:hover {
  opacity: .9;
}
.result-Bnr-tit {
  font-size: 1.2em;
  font-weight: bold;
	padding:0;
	margin:0 0;
}
.result-Bnr-subtit {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}
.result-Bnr-tit02 {
  display: inline-block;
  width: 300px;
  font-size: 1.75em;
  color: #fff;
  font-weight: bold;
	padding:.75em 1em;
	margin:.8em 0 0;
  border: 2px solid #fff;
  line-height: 1.4;
  letter-spacing: .2em;
}
.result-Bnr-tit02 span{
  display: block;
  font-size: .5em;
}
@media screen and (max-width:767px) {
  .result-Bnr-subtit {
    font-size: 1.2em;
  }
  .result-Bnr-tit {
    font-size: .9em;
  }
  .result-Bnr-tit02 {
    width: 200px;
  }
}

.bluebox {
  margin: 0 0 0px;
  padding: 20px;
  text-align: center;
  border: 5px solid #385FA6;
  background: #f8fbff;
}

.pinkbox {
  margin: 0 0 0px;
  padding: 20px;
  text-align: center;
  border: 5px solid #EC7AA1;
  background: #fffafc;
}

.informationbox {
  margin: 0 0 30px;
  padding: 30px;
  text-align: center;
  border: 5px solid #bcd8e0;
}

h2.top-tit {
  font-size: 32px;
  line-height: 110%;
  font-weight: bold;
  color: #1a4393;
  margin: 0px 0px 40px 0px;
  padding: 25px 0px 18px 0px;
  border-top: 1px solid #1a4393;
  border-bottom: 1px solid #1a4393;
  text-align: center;
  letter-spacing: 0.07em;
}

.subtit {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.pickup-box {
  overflow: hidden;
  margin: 0;
}
.pickup-box ul{
  margin-top: 0;
}

.info-box {
  overflow: hidden;
  margin: 0 0 0px;
}

li.pickup {
  margin-bottom: 2.0em;
}

.pickup-img {
  margin: 0 0 10px 0;
  height: 200px;
  overflow: hidden;
  text-align: center;
}

ul.new-list {
  margin: 0 0 40px;
  padding: 0;
}

ul.new-list li {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 15px;
  list-style: none;
  border-bottom: 1px dotted #cacaca;
}

.new-list dl {
  margin: 0;
  padding: 0;
}

.new-list dt {
  clear: both;
  float: left;
  width: 100px;
  margin: 0;
  color: #2960AB;
  font-weight: normal;
}

.new-list dd {
  margin: 0 0 0 120px;
}

.new-list dd a {
  color: #333;
}

.new-list dd a:hover {
  color: #999;
}

.news-btn {
  margin: 30px auto 0px;
  text-align: center;
}

.news-btn a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #2960AB;
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 40px;
  font-weight: normal;
  border: 1px solid #2960AB;
  border-radius:999px;
}

.news-btn a:hover {
  color: #fff;
  background: #2960AB;
  text-decoration: none;
  border: 1px solid #2960AB;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.sponsor-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 20px 0px;
  padding: 13px 10px 10px 10px;
  background: #f1f1f1;
  text-align: center;
}

.sponsor-box {
  overflow: hidden;
  margin: 0 auto 30px;
  max-width: 1000px;
}

li.sponsor {
  margin-bottom: 20px;
}

ul.block-one {
  list-style: none;
  margin: 0px;
}

ul.block-one li {
  margin: 2px 0 30px 0px;
}

.kigyou-box {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 20px 0;
}

.kigyou-box p {
  padding: 5px 0;
}

.kigyou-tit {
  font-size: 18px;
  font-weight: bold;
}

.kigyou-gazou img {
  margin-bottom: 20px;
}

dl.gaiyou {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #cacaca;
}

dl.gaiyou dt {
  float: left;
  clear: both;
  width: 20%;
  margin: 0;
  padding: 15px 0px;
  color: #385FA6;
}

dl.gaiyou dd {
  float: left;
  width: 80%;
  margin: 0;
  padding: 15px 0;
}

.page-contents li {
  padding: 0 0 10px;
}

.entrycurrent {
  margin: 0px auto 0px;
	padding:40px 30px;
  text-align: center;
	background:#f9f9f9;
}
.entrycurrent-tit {
  font-size: 17px;
	font-weight:bold;
  margin: 0px auto 20px;
	padding:0 0 10px;
	color: #1a4393;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}
.entrycurrent-sub {
  font-size: 14px;
  font-weight: bold;
	margin-top:20px;
}
.entrycurrent table {
  margin: 6px 0px;
  width: 100%;
  border: 0px #cacaca solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}

.entrycurrent table th {
  height: 30px;
  padding: 0px;
  border: #cacaca solid;
  border-width: 0 0 0 0;
  text-align: center;
  vertical-align: middle;
}

.entrycurrent table td {
  padding: 15px 20px;
  border-width: 0 0 0 0;
}

th.graph-l {
  background: #eb6877;
  color: #fff;
}

th.graph-r {
  background: #eaeaea;
	width:100%;
}

table.table-00 {
  margin: 24px 0 24px;
  width: 100%;
  border: 1px #cacaca solid;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

table.table-00 th {
  padding: 15px 20px;
  border: #cacaca solid;
  border-width: 0 0 1px 1px;
  background: #f8f8f8;
  font-weight: bold;
  vertical-align: middle;
}

table.table-00 td {
  padding: 15px 20px;
  border: 1px #cacaca solid;
  border-width: 0 0 1px 1px;
  vertical-align: middle;
}

table.record th, table.record td {
  text-align: center;
}

table.table-00 p {
  font-size: 14px;
}

table.table-noline {
  margin: 0 0 24px;
  width: 100%;
  border-spacing: 0;
}

table.table-noline0 th {
  padding: 4px 0;
  line-height: 1.4;
}

table.table-noline td {
  padding: 4px 0;
  line-height: 1.4;
}

.link-btn {
  margin: 0 auto 0;
  text-align: center;
}

.link-btn a {
  font-size: 15px;
  color: #fff;
  background: #2960AB;
  text-align: center;
  margin: 24px auto;
  padding: 18px 0px;
  font-weight: normal;
  border: 1px solid #2960AB;
  width: 300px;
  display: block;
	border-radius:100vh;
}

.link-btn a:hover {
  color: #2960AB;
  background: #fff;
  text-decoration: none;
  border: 1px solid #2960AB;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

ul.sponsorship li {
  text-align: center;
  height: 300px;
}

ul.qa-list {
  margin: 0;
  padding: 0;
}

ul.qa-list li {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 0 15px 23px;
  list-style: none;
  background: url(img/list_mark.png) no-repeat .4em .5em;
  border-bottom: 1px dotted #cacaca;
}

ul.qa-list li a {
  color: #1a4393;
}

.guest-head {
  margin-top: 1em;
  padding: 0;
}

.guest-tit {
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.guest-kana {
  margin-left: 1em;
  font-size: 13px;
}
.guest-en {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color:#244ca0;
  letter-spacing: .05em;
}
.guest-body {
  margin: 1em 0 0;
}
.guest-body ul li{
  padding: 0;
}
.guest-results {
  margin: 2em 0;
}
.guest-results td{
  padding: .2em 0;
}
.guest h4{
  font-size: 24px;
}
.guest-logo{
  display: inline-block;
  width: 80px;
  margin-left: 1em;
}
@media screen and (max-width:767px) {
  .guest h4 {
    font-size: 18px !important;
  }
}
.entry-period {
  font-size: 22px;
  color: #cc0000;
  text-align: center;
}

.item_tfr {
  overflow: hidden;
  margin: 0 0;
  padding: 30px;
  border: 1px solid #ABDADB;
}

.tfr_tit {
  margin: 0 0 20px;
  padding: 0 0 5px;
  color: #64C3CD;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #64C3CD;
  text-align: center;
}

.item_tfr dl {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.item_tfr dl dt {
  font-weight: normal;
  margin: 15px 0 0;
  padding: 0px;
  color: #64C3CD;
}

.item_tfr dl dd {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: #555;
}

input[type="submit"], input[type="reset"] {
  -webkit-appearance: button;
}

iframe.privacyPolicy {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  height: 140px;
  overflow: auto;
  box-sizing: border-box;
}

.wpcf7 textarea {
  width: 100%;
}

/* 送信ボタン */
.wpcf7 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: opacity .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 input[type="submit"]:hover {
  border: 1px solid #0068b7;
  background-color: #fff;
  color: #0068b7;
  transition: opacity .25s, background-color .25s;
}

.wpcf7 input[type="submit"]:focus {
  outline: 1px #eee solid;
  border: 1px #0068b7 solid;
}

.wpcf7 span.wpcf7-list-item {
  margin: 0 1em .2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

.sns_Box {
  margin: 2em auto;
}
.prev-results {
  position: absolute;
  top: 0;
  right: 0;
}
.prev-results select{
  max-width: 100%;
  font-size: .9em;
  padding: .3em .5em;
}
.results-box {
  margin-bottom: 5em;
}

ol.marusuji {
  counter-reset: my-counter;
  margin: .5em .5em .5em 1em ;
  padding: 0 0 0 0;
}
ol.marusuji li {
  line-height: 1.4;
  margin: 0;
  padding-left: 20px;
  position: relative;
  list-style: none !important;
}
/* beforeでカウンターを作成 */
ol.marusuji li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}

.marker{
	background: linear-gradient(transparent 70% , yellow 70%);
}

/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */
/* 検索フォーム
---------------------------------------------------- */
.search input {
  font: 13px arial, sans-serif;
  color: #555;
  width: 85%;
  padding: 10px 5px;
}

.search button {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(images/search.png) no-repeat;
}

/* 検索結果ハイライト
---------------------------------------------------- */
.search-excerpt {
  font-weight: bold;
  background: #FFE4E1;
}

/* *****************************************************************
*	ボタン
* ***************************************************************** */
.btn a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #bbb;
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 10px 10px;
}

.btn a:hover {
  color: #fff;
  background: #ddd;
  text-decoration: none;
	transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

/* *****************************************************************
*	レスポンシブテーブル
* ***************************************************************** */
.responsive-tabel-01 {
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
}

.responsive-tabel-01 th {
  width: 30%;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: 700;
  background: #f4f4f4;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.responsive-tabel-01 td {
  text-align: left;
  padding: 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo-catchcopy th {width: 25% !important;}

@media only screen and (max-width:480px) {
  .responsive-tabel-01 {
    margin: 20px 0;
  }

  .responsive-tabel-01 th,
  .responsive-tabel-01 td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .responsive-tabel-01 tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .m-form td {
    padding: 20px 10px;
  }
  .logo-catchcopy th {
    width: 100% !important;
  }
}

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* PC 画面の横幅が960px以上
---------------------------------------------------- */
@media only screen and (min-width: 1000px) {
  .sidebar {
    width: 300px;
  }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper {
    width: 728px;
    padding: 30px 20px 50px 20px;
  }

  .header-inner {
    width: 728px;
    margin: auto;
    padding: 0px 0 30px 0;
  }

  .header-text-inner {
    width: 728px;
  }

  #nav {
    float: none;
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 0;
  }

  .nav-inner {
    width: 728px;
  }

  #slidedown-nav {
    width: 728px;
  }

  #top-slide-max {
    width: 728px;
  }

  .cycle-slideshow {
    width: 728px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  li.item {
    margin-bottom: 40px;
  }

  li.item-gallery {
    height: 150px;
  }

  .item-img {
    height: 150px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }

  .twothird {
    width: 460px;
    margin-right: 10px;
  }

  .footer-inner {
    width: 728px;
    padding: 0px 0px;
  }

  .logo {
    width: 400px;
    padding: 45px 0px 0px 0px;
  }

  .nav-menu li a {
    padding: 12px 8px 12px 8px;
  }

  .top-billboard {
    width: 728px;
    margin: 80px auto 0px;
    padding: 0px 0;
  }
}

/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 300px;
    padding: 20px 0px 50px 0px;
  }
  .spbr {
    display: block;
  }
  .header-inner {
    width: 300px;
    margin: auto;
    padding: 20px 0 0px 0;
  }

  .logo {
    text-align: center;
    padding: 0px 0px 0px 0px;
  }

  .logo_center {
    text-align: center;
    padding: 0px 0px 20px 0px;
  }

  .contact {
    display: none;
  }

  #header h1, #header .logo {
    float: none;
    margin: 0px auto;
    width: 240px;
    text-align: center;
  }

  .header-text-inner {
    width: 300px;
  }

  #nav {
    display: none;
    position: absolute;
    top: 0;
    float: none;
    text-align: center;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 0px;
    padding: 0;
    border-bottom: #eee;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
  }

  .nav-inner {
    width: 100%;
  }

  .nav-menu li a {
    color: #111;
    display: block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
  }

  .nav-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #eaeaea;
  }

  .nav-menu .current_page_item>a,
  .nav-menu .current_page_ancestor>a,
  .nav-menu .current-menu-item>a,
  .nav-menu .current-menu-ancestor>a,
  .nav-menu .current-post-ancestor>a {
    color: #111;
    background: #f1f1f1;
  }
  .toggle {
    display: block;
    float: right;
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 10000;
  }

  #top-slide-max {
    width: 300px;
  }

  .cycle-slideshow {
    width: 300px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  li.item {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  li.item-gallery {
    height: 200px;
  }

  .item-img {
    height: 200px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }

  table.similar-text img {
    width: 100px;
  }

  table.similar-text th {
    width: 100px;
  }

  .head-img {
    margin: 40px auto 20px auto;
  }

  .pagedate {
    margin: -20px 0 -10px 0;
  }

  p {
    font-size: 14px;
  }

  .pager {
    margin: 80px 0 80px 0;
  }

  .footer-inner {
    width: 300px;
    padding: 0px 0px;
  }

  .mobile-display-none {
    display: none;
  }

  .mobile-br {
    display: block;
  }

  .page-contents {
    margin: 0 0 50px 0;
    font-size: 14px;
  }

  .box {
    margin: 0 0 20px;
  }

  .nav-menu li:hover>a,
  .nav-menu li a:hover {
    color: #111;
  }

  ul.nav-menu a:hover,
  ul.nav-menu ul a:hover,
  .nav-menu ul ul a:hover {
    color: #1a4393;
		background: #f1f1f1;
    border-bottom: none;
  }

  ul.nav-menu ul a, .nav-menu ul ul a {
    width: 220px;
    padding: 20px 20px;
    text-align: left;
  }

  .nav-menu .current_page_ancestor>a {
    color: #111;
  }

  h2 {
    margin: 20px 0px 30px 0px;
  }

  h3 {
    margin: 20px 0 30px 0;
  }

  .taikaidate {
    margin: 0 0 12px;
  }

  .head-right {
    float: none;
    margin: 0 auto;
    padding: 14px 0 0;
  }

  table.countdown {
    margin: 0;
    width: 100%;
  }

  #top-slide-max {
    margin: 0px auto 0px auto;
  }

  .top_box {
    margin: 48px 0 0;
  }

  .taikaikokuti {
    margin: 0px auto 0px;
    padding: 20px 0;
    border-top: 3px double #1a4393;
    border-bottom: 3px double #1a4393;
  }

  p.top_kokuti {
    font-size: 1.1em;
  }

  .billboard-wrap {
    margin: 0px auto 0px;
    padding: 40px 0;
    width: 100%;
  }
  .billboard-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .billboard-subtit {
    font-size: 12px;
  }

  .billboard-title {
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    margin: 5px 10px;
  }

  .billboard-date {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px;
  }

  .billboard-etc {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px;
  }

  .number {
    font-size: 23px;
    display: inline-block;
    margin: 0 2px;
    position: relative;
  }

  .online-tit {
    font-size: 1.3rem;
  }

  .online-subtit {
    padding: 8px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .cokuti-box {
    margin: 40px 0 0;
    padding: 25px 10px;
    text-align: center;
    background: #1a4393;
  }

  .cokuti-box p {
    margin: 0 0 10px;
    padding: 0px;
    font-size: 13px;
  }

  p.cokuti-tit {
    font-size: 16px;
  }

  p.cokuti-tit-sub {
    font-size: 14px;
  }

  .cokuti-btn {
    margin: 25px auto 0px;
  }

  .cokuti-btn a {
    display: block;
    width: 90%;
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
    background: #1a4393;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px;
    font-weight: normal;
    border: 1px solid #fff;
  }

  .cokuti-Bnr a {
    font-size: 17px;
    text-align: center;
    padding: 30px 5px;
  }

  li.pickup:last-child {
    margin-bottom: 0;
  }

  h2.top-tit {
    font-size: 22px;
    line-height: 110%;
    font-weight: bold;
    color: #1a4393;
    margin: 0px 0px 25px 0px;
    padding: 15px 0px 12px 0px;
    border-top: 1px solid #1a4393;
    border-bottom: 1px solid #1a4393;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .subtit {
    display: block;
    font-size: 12px;
  }

  .pickup-box {
    overflow: hidden;
    margin: 0 0 10px;
  }

  .info-box {
    overflow: hidden;
    margin: 0 0 20px;
  }

  ul.new-list {
    margin: 0;
    padding: 0;
  }

  .new-list dt {
    float: none;
    margin: 0 0 5px;
    color: #2960AB;
    font-weight: normal;
    font-size: 13px;
  }

  .new-list dd {
    margin: 0 0 0 0px;
    font-size: 14px;
  }

  .news-btn a {
    font-size: 13px;
    font-weight: normal
  }

  .sponsor-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 10px 7px 7px 7px;
    background: #f1f1f1;
    text-align: center;
  }

  .sponsor-box {
    overflow: hidden;
    margin: 0 0 30px;
  }

  li.sponsor {
    float: left;
    margin: 0;
    width: 50%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.sponsor img {
    display: block;
  }

  .link-box {
    display: none;
  }

  .footer-info {
    margin: 0;
    padding: 20px 0;
  }

  .footer-info p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
  }

  .footer-link ul li {
    font-size: 12px;
  }

  .blog-title {
    font-size: 20px;
  }

  .pagetitle {
		font-size: 20px;
    line-height: 110%;
    font-weight: bold;
    color: #1a4393;
    margin: 0px 0px 25px 0px;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #1a4393;
    border-bottom: 1px solid #1a4393;
    text-align: center;
    letter-spacing: 0;
  }

  .widget {
    font-size: 14px;
  }

  dl.gaiyou {
    clear: both;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #cacaca;
    font-size: 14px;
  }

  dl.gaiyou dt {
    float: none;
    width: 100%;
    margin: 0;
    padding: 5px 0px;
    color: #385FA6;
  }

  dl.gaiyou dd {
    float: none;
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }

  .table-scroll {
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
  }

  .table-scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }

  table.table-00 {
    margin: 10px 0px;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
  }

  table.table-00 th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    vertical-align: middle;
  }

  table.table-00 td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
  }

  table.table-00 p {
    font-size: 13px;
  }

  .page-contents h2 {
    font-size: 18px;
    margin: 30px 0;
  }

  .page-contents h3 {
    font-size: 16px;
    margin: 30px 0;
    padding: 18px 18px;
  }

  .page-contents h4 {
    font-size: 16px;
  }

  .page-contents h5 {
    font-size: 15px;
  }

  .link-btn {
    margin: 30px auto 30px;
    text-align: center;
  }

  .link-btn a {
    font-size: 13px;
  }

  .footer-link ul {
    margin: 1em 0;
    border-top: 1px solid #4e68af;
  }

  .footer-link ul li {
    display: block;
    margin: 0;
    height: 44px;
    border-bottom: 1px solid #4e68af;
  }

  .footer-link ul li a {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 10px 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
  }

  .footer-link ul li:after {
    content: "";
    padding: 0;
  }

  .footer-link ul li:last-child:after {
    content: "";
  }

  .informationbox {
    margin: 0 0 30px;
    padding: 0 12px;
    text-align: left;
    border: 3px solid #bcd8e0;
  }

  .informationbox p {
    font-size: 15px;
  }

  .kyosankigyou-tit {
    font-size: 18px;
    text-align: center;
  }

  .topic-tit {
    font-size: 15px;
    line-height: 130%;
  }

  ul.topic-list li {
    font-size: 14px;
    line-height: 150%;
  }

  .entry-period {
    font-size: 16px;
  }

  .sp-br {
    display: block;
  }

  a, li a {
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
  }
}

/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */
@media only screen and (min-width: 375px) and (max-width: 479px) {
  .wrapper {
    width: 336px;
  }

  .header-inner {
    width: 336px;
    margin: auto;
  }

  .header-text-inner {
    width: 336px;
  }

  .logo {
    text-align: center;
  }

  #top-slide-max {
    width: 336px;
  }

  .cycle-slideshow {
    width: 336px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .footer-inner {
    width: 336px;
    padding: 0px 0px;
  }

  li.item {
    margin-bottom: 40px;
  }

  li.item-gallery {
    height: 224px;
  }

  .item-img {
    height: 224px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }

}

/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    width: 420px;
  }

  .header-inner {
    width: 420px;
    margin: auto;
  }

  .header-text-inner {
    width: 420px;
  }

  .logo {
    text-align: center;
  }

  #top-slide-max {
    width: 420px;
  }

  .cycle-slideshow {
    width: 420px;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .footer-inner {
    width: 420px;
    padding: 0px 0px;
  }

  li.item {
    height: 520px;
    margin-bottom: 40px;
  }

  li.item-gallery {
    height: 280px;
  }

  .item-img {
    height: 280px;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
}

@media screen and (max-width:767px) {
	.bronze .block-four li {
    float: left;
    margin: 0;
    width: 50%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
	.spp .block-five li {
    float: left;
    margin: 0;
    width: 33%;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  li.sponsor img {
    display: block;
  }

	.kigyou-gazou {
		text-align: center;
	}
  .sponsor-bnr-col3 li.sponsor {
    float: left;
    margin: 0;
    width: 33%;
  }
}


/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */
/* googlemap
---------------------------------------------------- */
.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* Twitter Timeline
---------------------------------------------------- */
.twitter-timeline {
  width: 100%;
  height: 300px;
}

/* Facebook Like Box
---------------------------------------------------- */
div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
  width: 100% !important;
}

/* YouTube embed
---------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}