@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 6px #40cdfd solid;
  background-color: royalblue;
}

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


a {
  color: #3e5ffb;
  text-decoration: none;
}

h1.page-title,
h2 {
	color: #3e5dfb;
  font-family: 'Teko', sans-serif;
	font-size: 40px;
  font-style: normal;
  font-weight: normal;
}

h3 {
	color: #000;
  font-family: Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
  font-weight: bold;
}

/* global header */

/* input項目の幅・高さを調整 */
input.s       { width: 178px; height: 48px; margin: 0; padding: 0 0 5px 0; }
.searchsubmit { width:  64px; height: 48px; margin: 0; padding: 0 0 4px 0; }
.searchsubmit {
  font-size: 12px;
  color: #d8e5f8;
  background-color: #251d7c;
  background: linear-gradient(#3d2fc9, #251d7c);
  border: #333 1px solid;
}
input.s {
  padding-left: 8px;
  border: 1px #ccc solid;
  cursor: pointer;
  -webkit-box-shadow: 6px 6px 6px 0 rgba(200,200,200,0.6) inset;
     -moz-box-shadow: 6px 6px 6px 0 rgba(200,200,200,0.6) inset;
          box-shadow: 6px 6px 6px 0 rgba(200,200,200,0.6) inset;
}
input.s:focus {
  border: solid 1px #3e5ffb;
}
/* global header */

/* breadcrumb */
nav.breadcrumb {
  padding: 0 0 28px 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  nav.breadcrumb {
    padding: 0 0 36px 50px;
  }
}
.breadcrumb-pages {
  color: #777;
  font-size: 16px;
  font-family: Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
}
.breadcrumb-pages a {
  border-bottom: none;
}
/* breadcrumb */

article h3 {
  letter-spacing: -1px;
  margin-bottom: 16px;
}

/* article-list */
.article-list {
  width: 1100px;
  vertical-align: middle;
}
img.article-list-thumbnail {
  vertical-align: top;
  width: 300px;
}
.article-list-inner{
  width: 750px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 40px;
}
.article-list-inner p {
  text-align: justify;
  text-justify: inter-ideograph;
}


/* style-c.css */
.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 30px;
	width: auto;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 1em;
	width: auto;
}

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

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

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
	display: block;
  visibility: hidden;
	clear: both;
	height: 0 !important;
	content: "";
	font-size: 0;
}

/*
.clearfix,
.container_12 {
  display: inline-block;
}
*/

.clearfix,
.container_12 {
  display: block;
}
/* style-c.css */

.wrapper {
  margin: 0 auto;
  background: url('../img/background.jpg') center/cover no-repeat fixed;
}

.teko {
  font-family: 'Teko', sans-serif !important;
}


header {
	width: 100%;
	padding-top: 6px;
	background-color: #fff;
}

header .container {
  margin: 0 auto;
  background-color: #fff;
}

.headA {
	display: inline-block;
	line-height: 70px;
	padding-left: 0; /* 20px; */
	padding-right: 20px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
}

#sitename {
	color: #000 !important;
  font-family: 'Teko', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
	text-decoration: none !important;
	padding-left: 4px;
}
#sitename:link,
#sitename:visited,
#sitename:hover,
#sitename:active {
	color: #000 !important;
	text-decoration: none !important;
}

/* Font size of site name. */
#sitename {	font-size: 22px !important; }
@media (min-width:  400px) { #sitename { font-size: 28px !important; } }
@media (min-width:  500px) { #sitename { font-size: 36px !important; } }
@media (min-width:  600px) { #sitename { font-size: 44px !important; } }
@media (min-width:  768px) { #sitename { font-size: 46px !important; } }
@media (min-width: 1200px) { #sitename { font-size: 50px !important; } }
/* Font size of site name. */



/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headB a {
	display: block;
	color: #fff;
	padding: 6px 0 6px 14px;
	font-size: 24px;
	text-decoration: none;
}
.headB a:hover {
	background-color: rgba(0,0,0,0.3);
}

/* 折りたたみ時のメニュー色 */
.headB ul .menu-Z { display: block; }
.headB ul .menu   { color: #fff; font-size: 16px; }
.headB ul .menu-A { background-color: #4cacfd; }
.headB ul .menu-B { background-color: #4d8cfc; }
.headB ul .menu-C { background-color: #4d70fc; }
.headB ul .menu-D { background-color: #4364fb; }
.headB ul .menu-E { background-color: #3d2fc9; }
.headB ul .menu-F { background-color: #fe0096; }
.headB ul .menu-G { background-color: #c90c00; }
.headB ul .menu-L { background-color: #3d2fc9; }

@media (min-width: 768px) {
	.headB ul li {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .headB ul li a {
    letter-spacing: .6px;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    border-bottom: none;
  }
  .headB ul li a:link { color: #3e5ffb; }
  .headB ul li a:visited { color: #9e2a47; }
  .headB ul li a:hover {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    color: #3e5ffb;
  }

  .headB .link-faq::before {
    content: '?';
    font-size: 12px;
    letter-spacing: .6px;
    color: #ffffff;
    background-color: #c90c00;
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 1px 5px 0 6px;
    margin-right: 4px;
  }
}

@media (min-width: 768px) {
	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.headB ul {
		display: flex;
	}

	.headB ul .menu-Z {
		display: none !important;
	}
  .headB ul .menu-G { background-color: #fff !important; }
  .headB ul .menu-L { background-color: #fff !important; }
}


/* ヘッダーC： トグルボタン */

/* 小さい画面用の設定 */
@media (max-width: 767px) {
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		display: none;
	}
}

/* 大きい画面用の設定 */
@media (min-width: 768px) {
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
	}
}

/* head banner except for top. */
.page-top-header {
/*   width: 1200px !important; */
  height: 170px !important;
  min-height: 170px !important;
  background-image: url(../img/header-page.png) !important;
  background-position: center !important;
  background-size: cover !important;
}
/* head banner except for top. */


/* フッター */
footer {
	color: #fff;
	background-color: #3d2fc9;
}

footer .container {
	padding: 20px;
}

footer a:link, footer a:visited {
  color: #d8e5f8 !important;
  border-bottom: none;
  font-size: 14px;
}

@media (min-width: 768px) {
	footer .container {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-sitemap {
		flex: 0 0 20%;
	}
	.footer-copyright {
		flex: 0 0 100%;
	}
}

.footer-sitemap div {
	margin-bottom: 20px;
}

.footer-sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-sitemap li {
  box-shadow: none;
}

.footer-sitemap .sitemap-title {
	margin: 20px 0 10px 0;
}

.footer-sitemap a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.footer-sitemap a:hover {
	background-color: rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
	.footer-sitemap {
		display: flex;
	}

	.footer-sitemap div {
		flex: 1;
	}

	.footer-sitemap div:not(:first-child) {
		margin-left: 40px;
	}
}

.footer-copyright {
  margin-top: 3em;
	font-size: 13px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
}
@media (min-width: 768px) {
  .footer-copyright { margin-top: 0; }
}

/* home > header-home.jpg */
.home-image {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.home-image .container {
  margin: 0 auto;
	width: 100%;
	height: auto;
  min-height: 378px;
  background: url(../img/header-home.jpg);
/*  background: url(../img/swy32-home.jpg);
*/	background-position: center;
	background-size: cover;
}
@media (min-width: 1200px) {
	.home-image .container {
    width: 1200px;
    height: 478px;
	}
}

.home-image .catch {
  position: relative;
  top: 48px;
  padding: 25px 25px 25px 30px;
  color: #ff4200;
  text-shadow: 1px 4px 5px rgba(255, 255, 255, 0.78);
  background-color: rgba(255, 255, 255, 0.78);
  font-family: Helvetica;
  max-width: 424px;
  box-sizing: border-box;
}
.home-image .catch .welcome {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  font-family: Helvetica;
}
.home-image .text {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-image .catch {
	}
  .home-image .catch .welcome {
	}
	.home-image .text {
	}
}
/* home > header-home.jpg */


/* page > header-page.jpg */
.page-image {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.page-image .catch {
  display: none;
}

.page-image .container {
  margin: 0 auto;
	width: 100%;
	height: auto;
  min-height: 100px;
  background: url(../img/header-page.jpg);
	background-position: center;
	background-size: cover;
}
@media (min-width: 1200px) {
	.page-image .container {
    width: 1200px;
    height: 170px;
	}
}
/* page > header-home.jpg */




/* home & SWYAA > updates */
.container-updates {
  display: block !important;
}
.updates {
  padding: 20px 0 8px 0px;
  margin: 0 50px 0 50px;
  background-color: #fdffb1;
}
.updates h2 {
  margin-left: 30px !important;
}
.updates ul {
/*   margin-left: 2px; */
  margin-left: 60px;
  line-height: 1.6;
  padding-right: 1em;
}
.updates ul a:hover {
  text-decoration: underline;
}
.updates ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.updates .updates-pickup {
  color: #fff;
  background-color: #fd3a05;
  padding: 2px 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .updates {
    padding: 20px 0 8px 0px;
    margin: 0 50px 0 50px;
    background-color: #fdffb1;
  }
  .updates ul {
/*     margin-left: 21px; */
    line-height: 1.6;
    padding-right: 1em;
  }
}
@media (min-width: 1200px) {
  .updates {
    padding: 20px 0 8px 0px;
    margin: 0 50px 0 50px;
    background-color: #fdffb1;
  }
  .updates ul {
/*     margin-left: 21px; */
    line-height: 1.6;
    padding-right: 1em;
  }
}
/* 新着情報 */


h1.page-title,
h2 {
	color: #3e5dfb;
  font-family: 'Teko', sans-serif;
	font-size: 40px;
  font-style: normal;
  font-weight: normal;
}

/* Title */
.contents h2,
.list-page h1.page-title,
.participants-list-page h1.page-title,
.single-page h1.page-title {
  margin-top: 0;
  margin-bottom: 2px; /* -4px; */
  margin-left: 20px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .contents h2,
  .list-page h1.page-title,
  .participants-list-page h1.page-title {
    flex: 100%;
  }
  .contents h2,
  .list-page h1.page-title,
  .participants-list-page h1.page-title,
  .single-page h1.page-title {
    padding-left: 0 !important;
    margin-bottom: -4px;
    margin-left: 50px;
	}
}
@media (min-width: 1200px) {
  .contents h2,
  .list-page h1.page-title,
  .participants-list-page h1.page-title,
  .single-page h1.page-title {
		padding-left: 50px;
	}
}
/* Title */


.contents p {
  font-family: Helvetica, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;

	margin-top: 0;
	margin-bottom: 20px;
}



div.read-more {
  font-family: 'Teko', sans-serif;
	font-size: 20px;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-align: right;
}
div.read-more a {
	color: #fff;
  background-color: #3d2fc9;
  text-decoration: none;
  border-bottom: none;
  padding: 6px 10px 4px 10px;
  letter-spacing: 1px;
}
div.read-more a:link,
div.read-more a:visited {
}
div.read-more a:hover {
  color: yellow;
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}
div.read-more a:active {
  color: yellow;
}

