/*+++++++++++++++++++++++++++++++++++++++++++
	各ページ共通
+++++++++++++++++++++++++++++++++++++++++++ */

html,body{
    margin:auto;          /* ページ全体のmargin */
    padding:auto;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

/* タイトル＋ロゴ*/ 
h1.icon-title {
/*ヘッター変更に伴う変更20260217kaneko*/
    /*padding: 33px 0 38px;*/
    padding: 10px 0;
    color: white;
    font-size: 2.3em;
}

.icon-title::before {
    vertical-align: middle;
    padding-right: 10px;
    display: inline-block;
}
.icon-aimpro::before {
    content: url('../../common/img/cheer-icon.png');
}

  /* 20200423kaneko「上へ戻る」ボタン設置*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}
#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #F79646;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after{
    content: 'PAGE TOP';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #F79646;
}
/* 20200423kaneko「上へ戻る」ボタン設置*/

html {
  font-size: 62.5%;
  min-width: 960px;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
	color: #333;
}

.column2box {
  margin-bottom: 15px;
    text-align: left;  
}
.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;
}
.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;
}

.column {
  display: table;
  margin: 0 auto 20px;
  text-decoration: none;
}

/*20260210追加*/
.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;
}

*{box-sizing: border-box;}
/*+++++++++++++++++++++++++++++++++++++++++++
	全ページで必ず使っているstyle
+++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.inner1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.inner.wide {
	width: 1000px;
	max-width: 1000px;
}

/*-------------------------------------------

ナビ

 --------------------------------------------*/
.headeraim {
    height:50px;
/*position: fixed;*/
/*top: 0px;*/
/*ヘッター変更に伴う背景色変更20260217kaneko*/
    /*background-color: #f9f9f5;*/
    background-color: #F79646;
    /*opacity: 0.5;*/
    right: 0px;
    left: 0px;
    bottom: 0px;
/*ヘッター変更に伴う背景色変更20260217kaneko*/
    /*border-bottom:0.1em  #f9f9f5  solid ;*/
    border-bottom:0.1em #F79646 solid ;
}
/*
.logo{
    margin-left: 50px;
    float: left;
    vertical-align: middle;
    padding-top: 3px;
}
*/

.navaim{
    height:50px;
    font-size: 0.8em;
    background-color: #F79646;
}

/*ヘッター変更に伴う文字色変更20260217kaneko*/
.navaim a{
    color: #ffffff;
    text-decoration: none;
 }   
/*ヘッター変更に伴う文字色変更20260217kaneko*/

.navaim_menu {
    margin-top: 0px;
    margin-bottom: 0px;
        height:50px;
}
.navaim_menu ul {
    display: inline-block;
    align-items: center;
/*ヘッター変更に伴うヘッターワイド指定20260217kaneko*/
    width: 960px;
}
.navaim_menu li {
    display: inline-block;
    list-style: none;
    margin-right: 0px;
    padding: 0 15px;
    line-height: 50px; /* ← 高さと同じ */
}
/*-20260216追加*/
.navaim_menu ul{
    text-align: center;
    padding-left: 0px;
}
/*-20260216追加*/

/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */

/* フッター*/ 
/* フッター変更により削除20260225kanekostart
footer div.copyright {
    background-color: #595959;
    height: 20px;
    color: #FFFFFF;

}
.font12 {
    font-size: 12px;
    line-height: 150%;
}
footer {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}
フッター変更により削除20260225kanekoend*/ 


/*+++++++++++++++++++++++++++++++++++++++++++
	リンク
+++++++++++++++++++++++++++++++++++++++++++ */
a, a img {
  color: #333;
  transition: all 0.5s ease;
  text-decoration: none;
}
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;
}

.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;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++ */
footer {
  background: #595959;
    display:block;
    margin:0; padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
        margin-top: 15px;
}

footer .inner * {
	color: #F9F9F5;
}
footer > .inner {
	margin-top: 30px;
}
footer ul li {
  font-size: 1.4rem;
    list-style:none;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
	color: #F79646;
    text-decoration: none;
}
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;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++ */
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;*/
	padding: 0 20px;
	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;
    text-align: left;
}
#subNav .bagNav-btn a:hover {
	opacity: 0.7;
}
header #logo img {
	width: 300px;
	height: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	グローバルナビゲーション
+++++++++++++++++++++++++++++++++++++++++++ */
#gNav {
	margin: 0 auto 2px;
/*ナビ項目増加に伴う仕様変更*/
	/*width: 860px;*/
	width: 960px;
}
#gNav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gNav ul li {
	display: table-cell;
/*ナビ項目増加に伴う仕様変更*/
    /*font-size: 1.6rem;*/
    font-size: 1.2rem;
	text-align: center;
	vertical-align: bottom;
}
#gNav ul li a {
	display: inline-block;
/*ナビ項目増加に伴う仕様変更*/
	/*padding: 15px 7px 8px 7px;*/
	padding: 15px 3px 8px 3px;
	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;
}


/*+++++++++++++++++++++++++++++++++++++++++++
	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;
}

footer p {
  margin-bottom: 1em;
}
em {
    font-style:normal;
}

/*+++++++++++++++++++++++++++++++++++++++++++
	ボタン
+++++++++++++++++++++++++++++++++++++++++++ */
.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;
}
/*ヘッター変更により追加20260225kaneko*/
.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;
}
/*ヘッター変更により追加20260225kaneko*/
/*+++++++++++++++++++++++++++++++++++++++++++
	汎用
+++++++++++++++++++++++++++++++++++++++++++ */
.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%;
}
/*+++++++++++++++++++++++++++++++++++++++++++ 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;}

