@charset "euc-jp";
/* Generated by less 2.2.0 */
/* LESS Document ver1.07 */
/*
* 基本スタイル
* 全ページ共通スタイル
* メイン部分
* ヘッダー
* グローバルナビゲーション
* フッター
* リンク
* パーツ
* 汎用
*/
/* LESS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 960px;
}
body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
	color: #333;
}
body,
.article main h2,
.article main h3,
.article main h4 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1, h2, h3, h4, #gNav, #slideArea, .update {
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0;
  }
}
p {
  margin-bottom: 1em;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  border: none;
  border-top: #DDD 1px solid;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}
/* -------------------------------- テーブル */
.table_01 {
  margin: 0 0 20px;
}
.table_01 th, .table_01 td {
  padding: 5px 10px;
  font-size: 1.6rem;
  text-align: center;
}
.table_01 thead th,
.table_01 .head_01 {
	background-color: #039c97;
}
.table_01 th,
.table_01 .head_02 {
  border: 1px solid #fff;
  background-color: #50b8af;
  color: #fff;
}
.table_01 th.subhead,
.table_01 .head_03 {
	background-color: #70c8bf;
}
.table_01 thead td,
.table_01 .head_04 {
	background-color: #c0e8df;
}
.table_01 td {
  border: 1px solid #d0d0d0;
}
.table_01.fs-small th, .table_01.fs-small td {
	padding: 5px 5px;
	font-size: 1.3rem;
}
/* -------------------------------- リスト */
.listDisc_01 {
  padding: 0 0 0 1em;
  list-style: disc;
}
.listDisc_01 li {
/*  margin: 0 0 12px;*/
}
.listDisc_02 {
  padding: 0 0 0 5px;
}
.listDisc_02 li {
  margin: 0 0 12px;
}
.listDisc_02 li::before {
  font-family: Font Awesome\ 5 Free;
  content: '\f0da';
  margin: 0 5px 0 0;
}
.listDisc_03 {
  padding: 7px 0 0 5px;
}
.listDisc_03 li::before {
  content: '\f0da';
  font-family: Font Awesome\ 5 Free;
  color: #09C;
  margin-right: 5px;
}
.listDecimal_01 {
  list-style: decimal;
  padding-left: 25px;
}
.listDecimal_01 > li {
  text-indent: 0;
}
.listDecimal_02 {
  padding-left: 0;
}
.listDecimal_02 > li {
  counter-increment: number;
  text-indent: -3.2rem;
  padding-left: 3.2rem;
  margin-bottom: 10px;
}
.listDecimal_02 > li::before {
  content: '(' counter(number) ') ';
  margin: 0 5px 0 0;
}
.listRoman {
  list-style-type: lower-roman;
  padding-left: 20px;
}
/* -------------------------------- 定義リスト */
/* dlリスト
dl_02…2列
dl_03…3列
*/

/*20191008kanekoNEWS区分の幅dlList_03のみ7em⇒3em変更。dlList_02とdlList_03を分ける*/
/*.dlList_02 dt,
.dlList_03 dt {
	float: left;
	clear: left;
	padding: 3px 0;
	width: 3em;
	font-weight: bold;
}
.dlList_02 dd,
.dlList_03 dd {
	padding: 3px 0px;
}
*/
.dlList_02 dt{
	float: left;
	clear: left;
	padding: 3px 0;
	width: 7em;
	font-weight: bold;
}
.dlList_02 dd {
	padding: 3px 0px;
}

.dlList_03 dt {
	float: left;
	clear: left;
	padding: 3px 0;
	width: 3em;
	font-weight: bold;
}
.dlList_03 dd {
	padding: 3px 0px;
}

/*20191008kaneko日付を太字に変更(font-weight: bold;追加）*/
.dlList_03 dd:nth-of-type(2n-1) {
	float: left;
	width: 7em;
	font-weight: bold;
	color: #333;
}
/*20191008kanekoNEWSニュース記事と日付の間隔縮小変更*/
/*.dlList_03 dd:nth-of-type(2n) {
	margin-left: 13em;
}*/

/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}
.inner1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.inner.wide {
	width: 1000px;
	max-width: 1000px;
}

.indent-contents {
	padding-left: 2rem;
}
.pageTop {
  text-align: right;
  margin: 0 auto 5px;
  padding: 35px 5px 0 0;
  width: 1200px;
	max-width: 95%;
}
.pageTop a {
  color: #333;
  padding: 0 0 0 0;
  text-decoration: none;
}
.pageTop a:hover {
  color: #F79646;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	メイン部分
+++++++++++++++++++++++++++++++++++++++++++ */
main section {
  padding: 0.5em 0;
}
main section:first-child,
main article section:first-child  {
	padding-top: 1em;
}
main > section:last-child,
main article > section:last-child  {
	padding-bottom: 2em;
}
main section::after {
  content: '';
  display: block;
  clear: both;
}
main section::after {
  content: '';
  display: block;
  clear: both;
}
main .sdsArea p {
  margin-bottom: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	Title
+++++++++++++++++++++++++++++++++++++++++++ */

header > h1 {
	padding: 56px 0 61px;
	color: #333;
	font-size: 3.1rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
main h2 {
  margin: 0 0 1.6em;
  font-size: 2.5rem;
}
main h3 {
	margin: 0 0 1em;
	padding: 11px 9px;
	background: #f9f9f5;
	font-size: 1.6rem;
	font-weight: 500;
}
main h3 i{
	margin-right: 0.3em;
}
main h2 small,
main h3 small,
main h4 small {
	font-size: 90%;
}
main h4 {
	font-size: 1.8rem;
	margin-bottom: 0.8em;
}
h1.icon-title {
	padding: 33px 0 38px;
}
.icon-title::before {
	vertical-align: middle;
	padding-right: 10px;
	display: inline-block;
}

/*ロゴ変更により入れ替え部分20211111kanekostart*/
.icon-score::before {
	content: url('../img/score1.png');
}
.icon-news::before {
	content: url('../img/news1.png');
}
.icon-history::before {
	content: url('../img/tozai1.png');
}
.icon-stud::before {
	content: url('../img/KSGA1.png');
}
.icon-aimpro::before {
	content: url('../img/oosato1.png');
}
.icon-yukachin::before {
	content: url('../img/yukachin.png');
}
.icon-trivia::before {
	content: url('../img/trivia.png');
}
/*about追加のため20240507kanekostart*/
.icon-about::before {
	content: url('../img/about.png');
}
/*about追加のため20240507kanekoend*/
/*
.icon-score::before {
	content: url('../img/club-icon.png');
}
.icon-gew::before {
	content: url('../img/bag-icon.png');
}
.icon-news::before {
	content: url('../img/ball-icon.png');
}
.icon-history::before {
	content: url('../img/pin-icon.png');
}
.icon-stud::before {
	content: url('../img/car-icon.png');
}
.icon-aimpro::before {
	content: url('../img/cheer-icon.png');
}
ロゴ変更により入れ替え部分20211111kanekoend*/

.icon-sitemap::before {
	content: url('../img/sitemap-icon.png');
}
.icon-faq::before {
	content: url('../img/faq-icon.png');
}

/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
header::after {
  content: '';
  display: block;
  clear: both;
}
header #logo, header strong {
	display: block;
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 300px;
}
header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: #f9f9f5;
}
#subNav {
	margin: 0 auto;
	padding: 0 37px;
	width: 1000px;
	height: 65px;
}
#subNav ul {
	display: inline-block;
	float: right;
	margin: 11px 0;
	padding: 0;
	height: 51px;
	font-size: 1.6rem;
	text-align: center;
}
#subNav ul li {
	display: table;
	float: right;
	width: 122px;
	height: 100%;
	font-weight: 700;
	line-height: 1;
}
#subNav ul li a {
	display: table-cell;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#subNav ul li.login-btn a {
	border-left: none;
}
#subNav .bagNav-btn {
	float: right;
	position: relative;
	margin: 11px auto;
	padding: 2px 0 0 16px;
	font-size: 1.1rem;
}
#subNav .bagNav-btn i {
	font-size: 3.1rem;
	padding-top: 4px;
}
#subNav .bagNav-btn a {
	width: 51px;
	height: 51px;
	display: inline-block;
	color: #F79646;
	text-decoration: none;
}
#subNav .bagNav-btn a:hover {
	opacity: 0.7;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
	margin: 0 auto 2px;
	width: 860px;
}
#gNav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gNav ul li {
	display: table-cell;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: bottom;
}
#gNav ul li a {
	display: inline-block;
	padding: 15px 7px 8px 7px;
	width: 100%;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
}
#gNav ul li a:hover {
	color: #F79646;
	opacity: 1;
}
#gNav ul li a.current,
#gNav ul li a.parentsLink:not([href="/"]) {
	padding-bottom: 5px;
	color: #F79646;
	border-bottom: 2px solid #F79646;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくずリスト
+++++++++++++++++++++++++++++++++++++++++++ */
.breadcrumb {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
	border-bottom: 1px solid #f79646;
}
.breadcrumb li a {
	display: block;
	padding-bottom: 2px;
	text-decoration: none;
	color: #f79646;
	font-size: 1.3rem;
	font-weight: 700;
}
.breadcrumb li a::after {
	content: "→";
}
.breadcrumb li:last-child a::after {
	content: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  background: #595959;
}
footer .inner * {
	color: #F9F9F5;
}
footer > .inner {
	margin-top: 30px;
}
footer ul li {
  font-size: 1.4rem;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
	color: #F79646;
}
footer nav.column2box,
footer nav.column2box .column{
	margin-bottom: 0;
}
footer nav.column2box .column nav .column{
	margin-left: 0;
}
footer nav.column2box h3 {
	font-size: 2rem;
	margin-bottom: 0.7em;
	border-bottom: 1px solid #f9f9f5;
	line-height: 1.2;
}
footer nav.column2box li {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6em;
}
footer h4 {
  font-size: 1.5rem;
}
footer nav .fi {
	margin-left: 15px;
}
.footerSubNavArea {
	background: #F79646;
	text-align: center;
}
.footerSubNavArea li {
	display: inline-block;
	padding: 7px 0;
	height: 35px;
	font-weight: 700;
}
.footerSubNavArea li a {
	padding: 0 25px;
}
.footerSubNavArea li a:hover {
	color: #f9f9f5;
	opacity: 0.7;
}
.footerSubNavArea li img {
	max-height: 100%;
}
.copyright {
	display: inline;
	float: right;
	text-align: right;
}
/*ゴルまるエリア追加 20250415kaneko*/
.footergolmaruArea {
	background: #ffffff;
	text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a, a img {
  color: #333;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  color: #F79646;
}
a:hover img,
a:active img {
	opacity: 0.7;
}
a.head {
	text-decoration: none;
	color: inherit;
}
a.noHover:hover {
  opacity: 1;
}
a.link::before {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #F79646;
  vertical-align: baseline;
  font-family: Font Awesome\ 5 Free;
  content: '\f0da';
	font-size: 1.2em;
	line-height: 1.2em;
}
a.column {
  color: #000;
}
span.link::before {
  display: inline-block;
  margin: 0 3px 0 0;
  color: #009e96;
  vertical-align: baseline;
  font-family: Font Awesome\ 5 Free;
  content: '\f0da';
}
h2 a,
h3 a {
	text-decoration: none;
}
.more {
	margin-bottom: 0;
	text-align: right;
}
.more a {
	text-decoration: underline;
}
.more a::after {
	content: "\f061";
  font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

/*20190723kaneko topicsAreaリンク下線の削除/ポイントしたら表示*/
.topicsArea a{
text-decoration:none;
}
.topicsArea a:hover {
text-decoration: underline;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	ローカルナビ
+++++++++++++++++++++++++++++++++++++++++++ */

.localNav {
	text-align: center;
	width: 100%;
	margin: 1em;
}
.localNav li {
	display: inline-block;
	margin: 0;
	width: 30%;
	color: #F79646;
	border: 2px solid #F79646;
}
.localNav li a {
	display: inline-block;
	width: 100%;
	padding: 9px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #F79646;
	text-decoration: none;
	line-height: 1.2;
}
.localNav li a::before {
	content: "\f138";
  font-family: Font Awesome\ 5 Free;
	font-size: 0.8em;
	line-height: 1.5;
  vertical-align: top;
	margin-right: 5px;
}
.localNav li a:hover {
  opacity: 0.7;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	パーツ（不特定のページで使うスタイル）
+++++++++++++++++++++++++++++++++++++++++++ */
.box_01 {
  background: #D9F1EF;
  border-radius: 9px;
  padding: 15px;
}
.box_02 {
  background: rgba(1, 64, 153, 0.1);
  padding: 15px;
}
.box-border {
	margin: 0.5em auto 1.5em;
	padding: 1em 2em 0.1em;
	border: 1px solid #eeece1;
}
.box-border h3 {
	margin-top: -1em;
	margin-left : -2.2%;
	margin-right : -2.2%;
	border-bottom: 1px solid #eeece1;
}
.photoFrame {
  border: #DDD 1px solid;
}
ul.iBlock {
  display: block;
}
ul.iBlock li {
  display: inline-block;
  margin: 0 15px 5px 0;
	font-size: 1.5rem;
}
.column1box .column {
  display: table;
  margin: 0 auto 20px;
  text-decoration: none;
}
.column2box {
  margin-bottom: 15px;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box::after {
  content: '';
  display: block;
  clear: both;
}
.column2box > .column {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 10px;
}
.column2box > .column:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}
.column2box > .column {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.column3box {
  margin-bottom: 15px;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box > .column {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column3box > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.column3box > .column {
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  text-decoration: none;
	font-size: 0.9em;
}
.column4box {
  margin-bottom: 15px;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box::after {
  content: '';
  display: block;
  clear: both;
}
.column4box > .column {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.column4box > .column.col2 {
  width: 49%;
}
.column4box > .column:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}
.column3box_2box {
  margin-bottom: 15px;
}
.column3box_2box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2box::after {
  content: '';
  display: block;
  clear: both;
}
.column3box_2box > .column {
  float: left;
  width: 310px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.column3box_2box > .column:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}
.warning {
  border: rgba(201, 0, 0, 0.2) 1px solid;
  color: #c90000;
  padding: 7px;
  width: 868px;
  margin: 0 auto;
}
.warning p {
  margin: 0;
}
.warning p strong {
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
}
.caution {
  margin: 0 auto;
  padding: 15px;
  width: 868px;
  border: rgba(1, 64, 153, 0.2) 1px solid;
  background: rgba(1, 64, 153, 0.1);
	font-size: 1.4rem;
	color: #F79646;
}
label {
  cursor: pointer;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ボタン
+++++++++++++++++++++++++++++++++++++++++++ */
.btn_01, 
.btn_02, 
.btn_03 {
	display: inline-block;
	margin-bottom: 1.6rem;
	padding: 10px 30px;
	line-height: 1;
	background: #F79646;
	font-size: 1em;
	border: none;
	border-radius: 5px;
	color: #FFF !important;
	cursor: pointer;
	text-decoration: none;
}
.btn_02 {
	padding: 5px 30px;
}
.btn_01 img,
.btn_02 img.
.btn_03 img{
  vertical-align: top;
}
.btn_01.small {
  min-width: 100px;
  font-size: 2rem;
}
.btn_03 {
	position: relative;
	padding:15px 30px;
	width: 400px;
	max-width: 90%;
	text-align: center;
}
.btn_03 i {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}
.btn_01:hover,
.btn_02:hover,
.btn_03:hover {
  opacity: 0.7;
}

.btn-white,
.btn-orange {
	display: inline-block;
	padding: 6px 17px;
	background: #F79646;
	border: 2px solid #F79646;
	color: #f9f9f5;
	text-decoration: none;
	font-weight: 700;
}
.btn-orange {
	padding: 6px 47px;
}
.btn-orange:hover {
	background: #f9f9f5;
	color: #F79646 !important;
	cursor: pointer;
}
.btn-white {
	background: #f9f9f5;
	color: #F79646;
}
.btn-white:hover {
	background: #F79646;
	color: #f9f9f5;
}
.btn-shadow {
	border-radius: 1px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
/*+++++++++++++++++++++++++++++++++++++++++++ error */
.err {
  background-color: #FCC !important;
}
.error {
  color: #F00;
}
.fi {
	display: inline-block;
	margin-bottom: 6px;
	padding-top: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	transition: 0.5s;
}

a:hover .fi {
	opacity: 0.7;
}
.fi::before {
	font-family:Font Awesome\ 5 Brands;	
}
.fi::before {
	font-family:Font Awesome\ 6.4.2 Brands;	
}

.fi::before {
	font-family:Font Awesome\ 6.5.1 Brands;	
}

/*インスタグラム追加20211116kaneko*/
.icon-twitter,
.icon-instagram,
.icon-facebook {
	text-decoration: none;
}
.icon-tumblr {
	background: #1E3050;
	color:#fff;
}
.icon-x-twitter {
	background: #1E3050;
	color:#fff;
}
.icon-twitter {
	background: #1da1f2;
	color:#fff;
}

.fi.icon-instagram::before {
	content:'\f16d';
}
.icon-instagram {
	background: linear-gradient(-135deg, #4C64D3, #CF2E92,#F26939,#FFDD83);
	color:#fff;
}

.fi.icon-twitter::before {
	content:'\f099';
}

.fi.icon-x-twitter::before {
	content:'\e61b';
}

.fi.icon-tumblr::before {
	content:'\f173';
}
.icon-facebook {
	background: #3b579d;
	color:#fff;
}
.fi.icon-facebook {
	border-radius: 5px;
	font-size: 41px;
	padding: 9px 6px 0 0;
	text-align: right;
}
.fi.icon-facebook::before {
	content: '\f39e';
}
.sns-btn {
	display: block;
	text-align: left;
	padding: 3px 8px;
}
.sns-btn i {
	display: inline-block;
	padding-right: 8px;
	width: 1.5em;
	text-align: center;
}
.sns-btn:hover {
	color: #fff;
	opacity: 0.7;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	パンくず
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList {
	margin: 0.5rem 0 2rem 35px;
	font-size: 1.5rem;
	text-align: left;
	line-height: normal;
}
#breadcrumbsList a {
  font-weight: normal;
}
#breadcrumbsList a:hover {
  color: #009e96;
}
#breadcrumbsList li {
  display: inline;
}
#breadcrumbsList li + li::before {
  font-family: Font Awesome\ 5 Free;
  content: '>';
  margin: 0 1.2em;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.clear {
  clear: both;
}
.texCenter {
  text-align: center!important;
}
.texLeft {
  text-align: left!important;
}
.texRight {
  text-align: right!important;
}
.weightNormal {
  font-weight: 500!important;
}
.weightBold {
  font-weight: bold!important;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.imgL {
  float: left;
  margin: 0 2em 2em 0;
}
.imgR {
  float: right;
  margin: 0 0 2em 2em;
}
.boxCenter {
  display: block;
  margin: 0 auto;
}
.borderNone {
  border: none!important;
}
.overflowHidden {
  overflow: hidden;
}
.imeDisabled {
  ime-mode: disabled;
}
.lineHeight20 {
  line-height: 2;
}
.lineHeight19 {
  line-height: 1.8;
}
.lineHeight18 {
  line-height: 1.8;
}
.lineHeight17 {
  line-height: 1.7;
}
.lineHeight16 {
  line-height: 1.6;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight12 {
  line-height: 1.2;
}
.iBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.nowrap {
  white-space: nowrap;
}
.bg-green {
	background-color: #6eb92b;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	横幅
+++++++++++++++++++++++++++++++++++++++++++ */
.w500 {
  width: 500px;
}
.w450 {
  width: 450px;
}
.w400 {
  width: 400px;
}
.w350 {
  width: 350px;
}
.w300 {
  width: 300px;
}
.w250 {
  width: 250px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w100 {
  width: 100px;
}
.w50 {
  width: 50px;
}
.w100per {
  width: 100%;
}
.w90per {
  width: 90%;
}
.w80per {
  width: 80%;
}
.w70per {
  width: 70%;
}
.w60per {
  width: 60%;
}
.w50per {
  width: 50%;
}
.w40per {
  width: 40%;
}
.w33per {
  width: 33.333%;
}
.w30per {
  width: 30%;
}
.w20per {
  width: 20%;
}
.w10per {
  width: 10%;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	color
+++++++++++++++++++++++++++++++++++++++++++ */
.color_red {
  color: #c90000;
}
.color_Blue {
  color: #F79646;
}
.color_Green {
  color: #009e96;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	font-size
+++++++++++++++++++++++++++++++++++++++++++ */
.fs10 {
  font-size: 1rem!important;
}
.fs11 {
  font-size: 1.1rem!important;
}
.fs12 {
  font-size: 1.2rem!important;
}
.fs13 {
  font-size: 1.3rem!important;
}
.fs14 {
  font-size: 1.4rem!important;
}
.fs15 {
  font-size: 1.5rem!important;
}
.fs16 {
  font-size: 1.6rem!important;
}
.fs17 {
  font-size: 1.7rem!important;
}
.fs18 {
  font-size: 1.8rem!important;
}
.fs19 {
  font-size: 1.9rem!important;
}
.fs20 {
  font-size: 2rem!important;
}
.fs22 {
  font-size: 2.2rem!important;
}
.fs24 {
  font-size: 2.4rem!important;
}
.fs26 {
  font-size: 2.6rem!important;
}
.fs30 {
  font-size: 3rem!important;
}
.fs32 {
  font-size: 3.2rem!important;
}
.fs34 {
  font-size: 3.4rem!important;
}
.fs36 {
  font-size: 3.6rem!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	margin
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt35 {
  margin-top: 35px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt45 {
  margin-top: 45px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr30 {
  margin-right: 30px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.mr40 {
  margin-right: 40px!important;
}
.mr45 {
  margin-right: 45px!important;
}
.mr50 {
  margin-right: 50px!important;
}
.ml0 {
  margin-left: 0!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml35 {
  margin-left: 35px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml45 {
  margin-left: 45px!important;
}
.ml50 {
  margin-left: 50px!important;
}


/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*画像でリンクしている場合に出さない対策*/
a.not[href$=".pdf"]{background:none;}

/*ファイルタイプ別*/
a[href$=".pdf"]{background:url(../img/icon_pdf.gif) no-repeat center right;padding-right:20px;}