@charset "utf-8";

/* 共通
--------------------------------------------------------------*/

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  border-top: 6px solid #071a45;
  letter-spacing: 0.03em;
  min-width: 1170px;
}

a {
  color: #333;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.sp,
.spin {
  display: none;
}

.call_on {
  pointer-events: none;
}

.btn01 {
  display: inline-block;
  width: 200px;
  /*height: 55px;*/
  height: 50px;
  line-height: 50px;
  background: #0752a3;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*border-bottom: 5px solid #071a45;*/
}

.btn01 i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.btn01:hover i {
  right: 10px;
}

.main {
  float: right;
  width: 720px;
}

.tit01 {
  margin-bottom: 40px;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #aaa;
  line-height: 1.3;
  padding-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}

.tit01 i {
  display: inline;
  color: #071a45;
  margin-right: 10px;
}

.tit01 span {
  font-size: 14px;
  margin-left: 15px;
  color: #aaa;
}

#side {
  float: left;
  width: 220px;
}

#side .tit01 {
  font-size: 18px;
  margin-bottom: 20px;
}

#side ul li {
  margin-bottom: 10px;
}

#side div {
  margin-bottom: 30px;
}

#side .sidebar-inner h2 {
  display: none;
}

/* ヘッダー
--------------------------------------------------------------*/

header {
  padding-top: 40px;
}

header h1 {
  float: left;
	width: 484px;
}

#header_info {
  float: right;
  font-size: 12px;
  padding-top: 10px;
}

#header_info a {
  color: #0752a3;
  font-size: 30px;
  font-weight: bold;
}

#header_info span {
  margin-left: 8px;
  color: #333;
}

#header_info .tel {
  text-align: right;
}

#sp_menu_btn {
  display: none;
}

#global {
  text-align: center;
  /*margin: 0 0 20px;*/
  margin: 20px 0 0;
}

#global ul li {
  float: left;
  width: calc(100% / 8);
  position: relative;
}

#global ul li a {
  display: block;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  border-left: 1px solid #ccc;
}

#global ul li a i {
  font-size: 20px;
}

#global ul li:last-child a {
  border-right: 1px solid #ccc;
}

/*#global ul li a:hover,
#global ul li a:hover i,
#global ul.child li a:hover {
	color: #0752a3;
}*/

#global li .child {
  width: 100%;
  width: calc(100% + 1px);
  position: absolute;
  overflow: hidden;
  height: 0;
  z-index: 99999;
}

#global li:last-child .child {
  width: 100%;
}

#global li:hover .child {
  height: auto;
  min-height: 50px;
}

#global .child li {
  width: 100%;
  text-align: center;
}

#global ul.child li a {
  background: #0752a3;
  border: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-bottom: 5px solid #071a45;
  color: #fff;
}

#global ul.child li a:hover {
  color: #faed00;
}

/* フッター
--------------------------------------------------------------*/

footer {
  text-align: center;
  margin-top: 160px;
}

#footer_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

#footer_info div {
  display: inline-block;
	width: 400px;
  text-align: left;
  margin: 0 50px;
  font-size: 12px;
}

#footer_nav {
  margin-bottom: 40px;
}

#footer_nav li {
  display: inline-block;
  margin-bottom: 15px;
}

#footer_nav li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #333;
}

#footer_nav li:last-child a {
  border-right: 1px solid #333;
}

#footer_nav li a:hover {
  text-decoration: underline;
}

#copy {
  height: 50px;
  line-height: 50px;
  background: #071a45;
  color: #333;
}

#to_top {
  position: fixed;
  right: 15px;
  bottom: 50px;
  font-size: 50px;
  color: #071a45;
  cursor: pointer;
}

/* トップページ
--------------------------------------------------------------*/

#slide {
  background: #1e366e;
/*  background: #fff url(../img/cmn/bg01.jpg) repeat-x center bottom;
*/  margin-bottom: 80px;
}

#slide img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
}

#slide .slide {
  line-height: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/* 基本 */

/*.bx-controls {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
*/
/* ページャー */

.bx-pager {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.bx-pager .bx-pager-item a {
  display: block;
  line-height: 100%;
  background: #f1f1f1;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  padding-top: 10px;
  overflow: hidden;
}

.bx-pager .bx-pager-item a.active {
  background: #333;
}

/* コントローラー */

.bx-prev,
.bx-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  font-family: FontAwesome;
  color: #fff;
  z-index: 3;
}

.bx-prev {
  left: -55px;
}

.bx-next {
  right: -55px;
}

/* */

#top .top_posts {
  margin-bottom: 80px;
}

#top .top_posts ul {
  margin-bottom: 50px;
}

#top .top_posts ul li {
  width: 32%;
  margin: 0 2% 2% 0;
  float: left;
}

#top .top_posts ul li:nth-child(3n) {
  margin-right: 0;
}

#top .top_posts ul li a {
  display: block;
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #eee;
}

#top .top_posts ul li a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#top .top_posts ul li .img {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

#top .top_posts ul li .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#top .top_posts ul li .date {
  font-size: 12px;
  color: #071a45;
}

#top .top_posts ul li .tit {
  height: 4.4em;
  overflow: hidden;
}

#top .top_posts .more {
  text-align: center;
}

#fb {
  margin: 0 auto;
  max-width: 500px;
}

.wrapper {
  background: #fff;
}

/* 下層共通
--------------------------------------------------------------*/

#tit_p {
  width: 100%;
  height: 180px;
  padding-top: 60px;
  text-align: center;
  /*background: #ffdd00 url(../img/cmn/bg01.jpg) no-repeat center center;
  color: #0752a3;*/
  background: #1e366e;
  color: #fff;
  font-size: 12px;
  margin-bottom: 80px;
  line-height: 1.6;
  position: relative;
}

#tit_p span {
  font-size: 28px;
  /*color: #333;*/
}

#tit_p span::before,
#tit_p span::after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 60px;
  /*background: #333;*/
  background: #fff;
  margin: 0 15px;
}

article.main section {
  margin-top: 60px;
}

article.main section section {
  margin: 0 0 40px;
}

article.main h4 {
  margin-bottom: 30px;
}

article.main h5 {
  margin-bottom: 20px;
}

article.main {
  line-height: 1.8;
  margin-bottom: 80px;
}

article.main p {
  margin-bottom: 1em;
}

.tit02 {
  border-left: 10px solid #aaa;
  font-size: 22px;
  padding-left: 10px;
}

.tit03 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
  font-size: 18px;
}

/* 歴代理事長紹介
--------------------------------------------------------------*/

#president ul li {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
}

#president ul li:nth-child(4n) {
  margin-right: 0;
}

/* 基本理念
--------------------------------------------------------------*/

#basic ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}

#basic ul li::before {
  content: "○";
}

/* 委員会紹介
--------------------------------------------------------------*/

#committee .link {
  margin-bottom: 60px;
}

#committee .link li {
  float: left;
  width: 50%;
}

#committee .link li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0752a3;
  border-bottom: 5px solid #071a45;
  margin-bottom: 1px;
}

#committee .link li:nth-child(odd) a {
  border-right: 1px solid #fff;
}

#committee .link li a:hover {
  color: #faed00;
}

#committee section .member {
  margin-bottom: 20px;
  font-size: 16px;
}

#committee section .member li::before {
  content: "● ";
  color: #071a45;
}

#committee section img {
  float: left;
  margin-right: 15px;
}

/* 青年会議所とは
--------------------------------------------------------------*/

#jci ul li {
  font-size: 16px;
}

#jci ul li::before {
  content: "● ";
  color: #071a45;
}

/* よくある質問
--------------------------------------------------------------*/

#question dl dt,
#question dl dd {
  padding-left: 30px;
  min-height: 21px;
  background-position: left top;
  background-repeat: no-repeat;
}

#question dl dt {
  background-image: url(../img/question/icon01.gif);
  color: #071a45;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

#question dl dd {
  background-image: url(../img/question/icon02.gif);
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#question dl dd:last-of-type {
  border-bottom: none;
}

/* 概要
--------------------------------------------------------------*/

#about dl {
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}

#about dl dt {
  width: 180px;
  float: left;
  padding: 15px 0 15px 15px;
}

#about dl dd {
  width: 100%;
  padding: 15px 15px 15px 180px;
  border-bottom: 1px solid #ccc;
}

#about dl dd:nth-of-type(odd) {
  background: #f1f1f1;
}

/* お問い合わせフォーム
--------------------------------------------------------------*/

.contact_form dl {
  margin: 30px 0;
}

.contact_form dl dt {
  float: left;
  width: 200px;
  padding: 15px 0 15px 15px;
}

.contact_form dl dt span {
  font-size: 11px;
  display: inline-block;
  width: 40px;
  margin-left: 10px;
  color: #fff;
  background: #071a45;
  text-align: center;
  border-radius: 3px;
}

.contact_form dl dd {
  width: 100%;
  padding: 15px 15px 15px 200px;
  border-bottom: 1px solid #ccc;
}

.contact_form dl dd:first-of-type {
  border-top: 1px solid #ccc;
}

.contact_form dl dd input {
  width: 100%;
  height: 30px;
  padding: 5px;
}

.contact_form dl dd textarea {
  width: 100%;
  height: 300px;
  padding: 5px;
}

.contact_form .btn {
  text-align: center;
}

.contact_form .btn input {
  -webkit-appearance: none;
  display: inline-block;
  width: 200px;
  /*height: 55px;*/
  height: 50px;
  line-height: 50px;
  background: #0752a3;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
  /*border-bottom: 5px solid #071a45;*/
  cursor: pointer;
}

.contact_form .btn input:hover {
  color: #faed00;
}

/* リンク
--------------------------------------------------------------*/

#link ul {
  font-size: 0;
  letter-spacing: 0;
}

#link ul li {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

#link ul li i {
  margin-right: 5px;
  color: #071a45;
}

#link ul li a {
  color: #666;
}

#link ul li a:hover {
  text-decoration: underline;
}

/* 新着情報、ブログ、活動の様子
--------------------------------------------------------------*/

#side .archive .tit01,
#side .category .tit01 {
  margin-bottom: 0;
}

#side .archive ul li,
#side .category ul li {
  margin: 0;
}

#side .archive ul li a,
#side .category ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

#side .archive ul li a:hover,
#side .category ul li a:hover {
  background: #f9f9f9;
}

#news.main .posts {
  margin-bottom: 100px;
}

#news.main .posts .tit01 {
  margin-bottom: 5px;
}

#news.main .posts h1 a:hover {
  text-decoration: underline;
}

#news.main .posts .post_date {
  margin-bottom: 30px;
  font-size: 12px;
}

#news.main .posts .post_content {
  line-height: 30px;
}

#news.main .posts .post_content a {
  color: #0097d7;
}

#news.main .posts .post_content a:hover {
  text-decoration: underline;
}

#news.main .posts .post_content section {
  margin-bottom: 50px;
}

#news.main .posts .post_content h2 {
  margin-bottom: 30px;
}

#news.main .posts .post_content hr {
  margin-bottom: 50px;
}

#news.main .posts .post_content p {
  display: block;
  margin-bottom: 10px;
}
#news.main .posts .post_content strong {
  font-weight: bold;
}
#news.main .posts .post_content em {
  font-style: italic;
}
#news.main .posts .post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 20px;
  -webkit-margin-end: 20px;
}
#news.main .posts .post_content .aligncenter {
  display: block;
  margin: 0 auto;
}
#news.main .posts .post_content .alignright {
  float: right;
  margin-left: 10px;
}
#news.main .posts .post_content .alignleft {
  float: left;
  margin-right: 10px;
}
#news.main .posts .post_content img[class*="wp-image-"],
#info .main.posts .post_content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*=============================================================================================================

 レスポンシブ

=============================================================================================================*/

@media only screen and (max-width: 640px) {
  /* 共通
	--------------------------------------------------------------*/

  body {
    min-width: 320px;
  }

  .container {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pcin {
    display: none;
  }

  .spin {
    display: inline;
  }

  .main {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }

  #side {
    float: none;
    width: 100%;
  }

  #side .contact {
    float: none;
    width: 100%;
  }

  #side .link {
    float: none;
    width: 100%;
  }

  #side .contact ul,
	#side .info ul,
  #side .link ul {
    text-align: center;
  }

  #side .contact ul li,
	#side .info ul li {
    display: inline-block;
    max-width: 49%;
  }

	#side .link ul li {
		width: 49%;
		margin: 0 auto 10px;
	}

  .call_on {
    pointer-events: auto;
  }

  /* ヘッダー
	--------------------------------------------------------------*/

  header {
    padding-top: 15px;
    text-align: center;
  }

  header h1 {
    float: none;
    text-align: center;
  }

  #header_info {
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }

  #header_info .tel p.txt,
  #header_info .tel p span {
    display: none;
  }

  #header_info .tel p a,
  #sp_menu_btn {
    font-size: 42px;
  }

  #header_info .tel,
  #sp_menu_btn {
    display: inline-block;
    margin: 0 5px;
  }

  #sp_menu_btn {
    cursor: pointer;
    color: #0752a3;
  }

  #sp_menu_btn {
    padding-top: 3px;
  }

  #global {
    display: none;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border-top: 3px solid #071a45;
  }

  #global .container {
    padding: 0;
  }

  #global ul li {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  #global ul li a {
    border-bottom: none;
    border-left: none;
    padding-top: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }

  #global ul li a br {
    display: none;
  }

  #global ul li a i {
    width: 30px;
  }

  #global ul li .child {
    position: static;
    height: auto;
  }

  #global ul li:last-child a {
    border-right: none;
  }

  #global ul li:nth-child(odd) a {
    border-right: none;
  }

  #global ul li:nth-child(odd) a:hover,
  #global ul li:nth-child(odd) a {
    border-right: none;
  }

  #global ul li .child li {
    border-bottom: none;
  }

  #global ul li .child li a {
    border-bottom: none;
    background: #fff;
    height: auto;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #333;
    text-align: left;
    padding-left: 45px;
  }

  #global li:hover .child {
    min-height: auto;
  }

  /* フッター
	--------------------------------------------------------------*/

  #footer_nav {
    margin-bottom: 0;
  }

	#footer_info div {
		width: 100%;
		margin: 0 10px;
	}

  #footer_nav .container {
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
  }

  #footer_nav ul li {
    width: 50%;
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  #footer_nav ul li:first-child,
	#footer_nav ul li:last-child {
    width: 100%;
  }

  #footer_nav ul li a {
    background: #f7f7f7;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    border-top: 1px solid #191919;
    text-align: center;
  }

	#footer_nav ul li:last-child a {
		border-bottom: 1px solid #191919;
	}

  #footer_nav ul li:nth-child(even) a,
  #footer_nav ul li:first-child a {
    border-left: none;
  }

  #footer_nav ul li:last-child a {
    border-right: none;
  }

  #footer_nav ul li a:hover {
    background: #666;
    color: #fff;
    text-decoration: none;
  }

  footer .copy small {
    font-size: 10px;
  }

  /* トップページ
	--------------------------------------------------------------*/

  #top_mv {
    margin-bottom: 0;
  }

  #top_mv img {
    width: 100%;
    height: auto;
  }

  /* ページャー */

  /* .bx-pager {
    bottom: -20px;
  } */

  /* コントローラー */

  .bx-prev {
    left: 5px;
  }

  .bx-next {
    right: 5px;
  }

  #top .top_section {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  #top .top_section .container {
    width: 96%;
  }

  #top .top_section ul {
    margin-bottom: 45px;
  }

  #top .top_section ul li {
    font-size: 14px;
  }

  #top .top_section ul li .date {
    margin-right: 30px;
  }

  #slide .container {
    padding: 0;
  }

  #top .top_posts {
    margin-bottom: 80px;
  }

  #top .top_posts ul {
    margin-bottom: 50px;
  }

  #top .top_posts ul li {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }

  #top .top_posts ul li a {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #eee;
  }

  #top .top_posts ul li a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  #top .top_posts ul li .img {
    width: 100%;
    height: auto;
    text-align: center;
  }

  #top .top_posts ul li .img img {
    display: inline;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }

  #top .top_posts ul li .date {
    font-size: 12px;
    color: #071a45;
  }

  #top .top_posts ul li .tit {
    height: 4.4em;
    overflow: hidden;
  }

  #top .top_posts .more {
    text-align: center;
  }

  #fb {
    margin: 0 auto;
    max-width: 500px;
  }

  /* 下層共通
	--------------------------------------------------------------*/

  #tit_p {
    height: 120px;
    padding-top: 35px;
    margin-bottom: 40px;
  }

  #tit_p span {
    font-size: 22px;
  }

  #tit_p span::before,
  #tit_p span::after {
    width: 20px;
  }

  /* article.main section {
    margin-top: 30px;
  } */

  .tit02 {
    font-size: 18px;
  }

  .tit03 {
    font-size: 16px;
  }

  /* 歴代理事長紹介
	--------------------------------------------------------------*/

  #president ul li {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  #president ul li:nth-child(2n) {
    margin-right: 0;
  }

  /* 委員会紹介
	--------------------------------------------------------------*/

  #committee .link li {
    float: none;
    width: 100%;
  }

  #committee .link li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0752a3;
    border-bottom: 5px solid #071a45;
    margin-bottom: 1px;
  }

  #committee .link li:nth-child(odd) a {
    border-right: none;
  }

  /* 概要
	--------------------------------------------------------------*/

  #about dl dt {
    width: 100%;
    float: none;
    padding: 10px 10px 5px;
    font-weight: bold;
  }

  #about dl dd {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #ccc;
  }

  #about dl dt:nth-of-type(odd) {
    background: #f1f1f1;
  }

  /* リンク
	--------------------------------------------------------------*/

  #link ul li {
    width: 100%;
  }

  /* お問い合わせフォーム
	--------------------------------------------------------------*/

  .contact_form dl dt {
    float: none;
    width: 100%;
    padding: 10px 10px 0;
  }

  .contact_form dl dd {
    padding: 5px 10px 10px;
  }

  .contact_form dl dt:first-of-type {
    border-top: 1px solid #ccc;
  }

  .contact_form dl dd:first-of-type {
    border-top: none;
  }

  .contact_form dl dd input {
    font-size: 16px;
  }

  .contact_form dl dd textarea {
    height: 150px;
    font-size: 16px;
  }

	iframe {
		width: 100%;
	}

}

/* 追加20171229 ----------------------------------------------------- */

body {
  border-top: 10px solid #1e366e;
}

.btn01 {
  background: #1e366e;
  border-color: #ffdd00;
}

header {
  padding: 20px 0;
}

#global {
  margin-bottom: 0;
}

#global > ul > li > a,
#global > ul > li:last-child > a {
  color: #333;
  border-color: #333;
}

#global > ul > li > a i {
  color: #1e366e;
}

#global ul li a:hover {
  color: #333;
  opacity: 0.7;
}

#global ul.child li {
  background: #fff;
}

#global ul.child li a {
  background: #191919;
  color: #fff;
  border-color: #d74324;
  border-width: 1px;
}

#global ul.child li a:hover {
  color: #fff;
}

header,
header a,
#header_info a,
#header_info span {
  color: #333;
}

#header_info a i {
  color: #1e366e;
}

footer {
  /*background: center / cover no-repeat url(../img/cmn/bg01.jpg);*/
  background: #f1f1f1;
  padding: 30px 0 0;
  margin-top: 100px;
  color: #333;
}

footer a {
  color: #333;
}

#footer_nav li a,
#footer_nav li:last-child a {
  border-color: #333;
}

#copy {
  background: #1e366e;
  color: #fff;
}

#to_top {
  color: #1e366e;
}

#committee .link li a {
  background: #191919;
  border-bottom: 5px solid #d74324;
  margin-bottom: 1px;
}

#committee .link li a:hover {
  color: #fff;
  opacity: 0.7;
}

#news.main .posts .post_content a {
  color: #d74324;
}

.contact_form dl dt span {
  background: #f00;
}

.contact_form .btn input {
  /* background: #191919;
  border-bottom: 5px solid #d74324; */
  background: #1e366e;
  /*border-bottom: 5px solid #ffdd00;*/
}

.contact_form .btn input:hover {
  color: #fff;
  opacity: 0.7;
}

#link ul li i {
  color: #d74324;
}

@media only screen and (max-width: 640px) {
  body {
    background-size: 250% auto;
  }

  header {
    padding: 40px 0 25px;
  }

	header h1 {
		width: 100%;
	}

  #header_info {
    margin-bottom: 15px;
  }

  #header_info .tel p.txt,
  #header_info .tel p span {
    display: none;
  }

  /* #sp_menu_btn {
    color: #d74324;
  } */

  #global {
    display: none;
    background: #fff;
    border-top: 3px solid #bbb;
  }

  #global > ul > li > a,
  #global > ul > li:last-child > a {
    color: #333;
  }

  /* #global ul li a i,
  #global ul li a:hover i {
    color: #d74324;
  } */

  #global > ul > li > a:hover,
  #global ul li .child li a:hover {
    color: #333;
    opacity: 0.7;
  }

  footer,
  footer a {
    color: #333;
  }

  #footer_nav li a,
  #footer_nav li:last-child a {
    border-color: #191919;
  }
}

/* 追加20210604 ----------------------------------------------------- */

#side .link li.add_20210604 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  color: #fff;
  text-align: center;
  background-color: #1e366e;
  transition: 0.4s;
}

#side .link li.add_20210604 a:hover {
  opacity: 0.7;
}

#information ol {
  counter-reset: section;
}

#information ol li {
  padding-left: 17px;
  position: relative;
}

#information ol li::before {
  content: counters(section, "") ".";
  counter-increment: section;
  position: absolute;
  top: 0;
  left: 0;
}

#information ol li + li {
  margin-top: 15px;
}

.member_cot .sec_inner + .sec_inner {
  margin-top: 60px;
}

.member_cot .profile-table {
  width: 100%;
  margin-bottom: 40px;
}

.member_cot .profile-table tr {
  border-top: 1px solid #ccc;
}

.member_cot .profile-table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.member_cot .profile-table tr td + th {
  border-left: 1px solid #ccc;
}

.member_cot .profile-table tr:last-child td {
  border-right: 1px solid #ccc;
}

.member_cot .profile-table th {
  width: 215px;
  padding: 15px;
}

.member_cot .profile-table td {
  padding: 15px;
}

.member_cot .profile-table tr:nth-of-type(odd) {
  background: #f1f1f1;
}

.member_cot .profile-table .border_none {
  border-right: none !important;
}

.message_img {
  float: right;
  margin: 0 0 25px 25px;
  /* box-shadow: 5px 5px 5px rgb(0 117 212 / 30%); */
  background: #f1f1f1;
  padding: 10px;
}

.message_img img {
  display: block;
}

.message_sign {
  display: block;
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.message_inner {
  margin-top: 60px;
}

.message_strong {
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.message_inner dl {
	font-size: 18px;
}

.message_inner dl dt {
	width: 180px;
	float: left;
	clear: left;
	padding: 10px 10px 0;
}

.message_inner dl dd {
	padding: 10px 10px 5px 180px;
	color: #1e366e;
	font-weight: bold;
	border-bottom: 1px solid #ccc
}

.message_inner .s_strong {
	font-size: 20px;
	color: #1e366e;
	font-weight: bold;
}

.event_small {
	display: block;
	margin: 0 0 -40px;
	font-size: 12px;
	text-align: right;
}

.event_table {
	width: 100%;
}

.event_table tr {}

.event_table tr th {
	padding: 5px 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	text-align: center;
}

.event_table tr th:first-child,
.event_table tr th:nth-child(2),
.event_table tr th:nth-child(3) {
  width: 40px;
}

.event_table tr th:nth-child(4),
.event_table tr th:last-child {
  width: 100px;
}

.event_table tr th:nth-child(5) {
  width: 170px;
}

.event_table tr td.center {
  text-align: center;
}

.event_table tr td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.event_table tr td.bg_blue {
	background: #dfebff;
}

.event_table .c_red {
	color: #f00;
}

.sponly {
	display: none;
}


@media only screen and (max-width: 640px) {

	.member_cot .profile-table th {
		width: 150px;
		padding: 10px 5px;
	}

	.member_cot .profile-table td {
		padding: 10px 5px;
	}

	.message_img {
		float: none;
		width: 50%;
		margin: 0 auto 25px;
	}

	.message_strong {
		font-size: 20px;
	}

	.message_inner dl {
		font-size: 16px;
		line-height: 1.3;
	}

	.message_inner dl dt {
		width: 120px;
		padding: 15px 0 0;
	}

	.message_inner dl dd {
		padding: 15px 0 10px 120px;
	}

	.message_inner .s_strong {
		font-size: 16px;
	}

  .event_table tr th,
	.event_table tr td {
		padding: 5px;
		font-size: 12px;
	}

  .event_table tr th:first-child,
  .event_table tr th:nth-child(2),
  .event_table tr th:nth-child(3) {
    width: 30px;
  }

  .event_table tr th:nth-child(4),
  .event_table tr th:last-child {
    width: 70px;
  }

  .event_table tr th:nth-child(5) {
    width: 110px;
  }

	.sponly {
		display: block;
	}

}


.va_m {
  vertical-align: middle;
}


/* 202307 */

.footer_bnr {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_bnr li {
  margin: 0 5px;
}

@media only screen and (max-width: 640px) {
  .footer_bnr {
    margin: 0;
    padding: 15px;
  }

  .footer_bnr li {
    margin: 5px;
    width: calc(50% - 10px);
  }

  .footer_bnr li img {
    width: 100%;
  }
}