@charset "utf-8";
/* CSS Document */

.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link {
	color: #007acd;
	text-decoration: none;
}
a:visited {
	color: #121a44;
	text-decoration: none;
}
a:hover, a:active {
	color: #e60012;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}
/*-- PDFマーク --*/
.pdf::after {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-left: 5px;
}

/*-- ページトップ --*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index:10;
  display: none;
}
#pagetop a {
  display: block;
  color: #666666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  background-color: #cccccc;
  font-size: 11px;
  transition: .2s linear;
}
	/*--- リンク ---*/
#pagetop a:link, #pagetop a:visited {
	background-color: #cccccc;
	text-decoration: none;
}
#pagetop a:hover, #pagetop a:active {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #e60012;
}

/*--- フルードイメージ ---*/
/* 拡大縮小 */
.fluidimg {
	width: 100%;
	max-width: 100%;
	height:auto;
}
/* 画像サイズ内で縮小 */
.fluidimg2 {
	width: auto;
	max-width: 100%;
	height:auto;
}

html {
	width:100%;
}
body {
	width: 100%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  color: #343434;
}
img {
  vertical-align: bottom;
}

#wapper {
	width:100%;
	font-size: 18px;
  line-height: 2.1;
	/*overflow: hidden;*/
}
.sp_none {
	display:none;
}
@media print, screen and (min-width: 768px) {
  .sp_none {
	  display:block;
  }
}

/* -- ヘッダー -- */


/* ヘッダ上部装飾ライン */
#header{
  font-size: 1.0rem;
  background-color: #F7F8F8;
}
#header .headerInner{
  max-width: 1400px;
  margin: 0 auto;
}
#header .headerUp{
  position: relative;
  height: 54px;
  margin: 10px 0px 10px 0px;
  background-color: #F7F8F8;
}
#header .logo{
  width: 230px;
  position: absolute;
  top: 5px;
  left: 20px;
}
#header .catch{
  top: 14px;
  left: 280px;
  font-size: 14px;
  position: absolute;
  line-height: 1;
  font-weight: normal;
}
.catch_none {
	display:none;
}
@media print, screen and (min-width: 1180px) {
  .catch_none {
	  display:block;
  }
}

/* 各ボタン */
#header .headerBtns {
  display: flex;
  justify-content: right;
}
#header .headerBtns div {
  margin: 0 5px;
}
/*#header .login{
  top: 20px;
  right: 170px;
  font-size: 14px;
  position: absolute;
  line-height: 1;
}
#header .member{
  top: 20px;
  right: 20px;
  font-size: 14px;
  position: absolute;
  line-height: 1;
}*/
#header .headerUp a.loginBtn,
#header .headerUp a.memberBtn {
  color: #fff;
  font-weight: bold;
  background-color: #05bac3;
  border-radius: 23px;
  padding: 8px 30px 7px;
  font-size: 14px;
  /*width: 160px;*/
  line-height: 1;
}
#header .headerUp a.loginBtn:hover,
#header .headerUp a.memberBtn:hover {
	background-color: #898989;
}

/* 検索＆タグ */
#header .headerDown{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 15px;
}
#header .headerDown .searchArea{
  width: 315px;
  padding: 0px 20px;
}
#header .headerDown .tagArea{
  flex-shrink: 2;
  padding: 0px 20px;
}
.hederTopLine{
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.hederTopLineLeft{
  line-height: 0;
  height: 8px;
  background-color: #c9caca;
  width: 24%;
}
.hederTopLineRight{
  line-height: 0;
  height: 8px;
  background-color: #41d6d3;
  flex-grow: 2;
}

/* サーチ枠 */
dl.search1{
	position:relative;
	background-color:#fff;
	border:1px solid #41d6d3;
	border-radius:24px;
}
dl.search1:focus{
  outline: none;
}
dl.search1 dt{
	margin-right:40px;
	padding:0px 0px 0px 8px;
}
dl.search1 dt input{
	width:100%;
	height:24px;
	background:none;
	border:none;
  font-size: 16px;
  line-height: 1;
}
dl.search1 dt input:focus{
  outline: none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
  width:20px;
	height:20px;
  margin-left: 5px;
  cursor: pointer;
  color: #41d6d3;
  font-size: 16px;
}

/* タグ枠 */
.tagAreaTitle{
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px;
  line-height: 1;
}
ul.tagAreaIndex{
  list-style: none;
}
ul.tagAreaIndex li{
  float: left;
  margin: 5px 5px 0px 0px;
}
ul.tagAreaIndex li:last-child{
  margin-right: 0px;
}
ul.tagAreaIndex li a{
  font-size: 12px;
  line-height: 1;
  color: #343434;
  padding: 6px 12px;
  border-radius: 24px;
  background-color: #e8e8e8;
}

/* -- アイコン一覧 -- */
.iconIndex {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 0 auto;
    background-color: #fff;
    align-items: center;
    position: relative;
}
.iconIndexInner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 60px 0 0 0;
    width: 100%;
}
.iconIndexThumb {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    width: 20%;
    height: 210px;
}

/* お知らせ */
.information{
  font-size: 1.0rem;
  background-color: #F7F8F8;
  padding-top: 20px;
}
.information .informationInner{
  max-width: 1400px;
  margin: 0 auto;
}
.information .infoArea{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 15px;
}
.information .infoArea .infoTitle{
  width: 300px;
  padding: 5px 20px 10px;
}
.information .infoArea .infoTitle h2{
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px;
  line-height: 1;
}
.information .infoArea .infoText{
  flex:auto;
  padding: 0px 20px;
}
.information .infoArea .infoText ul.infoTextIndex{
  list-style: none;
}
.information .infoArea .infoText ul.infoTextIndex li{
  position: relative;
  border-bottom: 1px solid #343434;
  line-height: 1.2;
  margin-bottom: 5px;
}
.information .infoArea .infoText ul.infoTextIndex li span,
.information .infoArea .infoText ul.infoTextIndex li a{
  padding: 10px 20px;
  display: flex;
  box-sizing: border-box;
  font-size:14px;
}
.information .infoArea .infoText ul.infoTextIndex li a{
  cursor: pointer;
  color: #05bac3;
}
.information .infoArea .infoText ul.infoTextIndex li::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../img/infoarrow2.svg") top left no-repeat;
  background-size: 18px 18px;
}
.information .infoArea .infoText ul.infoTextIndex li .infoDate{
  font-size: 14px;
  line-height: 1;
  color: #343434;
} 
.information .infoArea .infoText ul.infoTextIndex li .infoMsg{
  font-size: 14px;
  font-weight: bold;
  padding-top: 1px;
} 

/* -- フッダー -- */
#footer {
  background-color: #898989;
  font-size: 1.0rem;
}
/* フッダーナビ */
#footer .footnav {
  font-size: 12px;
  overflow: hidden;
}
#footer .footnav li {
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border-bottom: solid 1px #FFF;
}
#footer .footnav li a,
#footer .footnav li span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
/* リンク */
#footer .footnav li a:link, #footer .footnav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer .footnav li a:hover, #footer .footnav li a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #434343;
}
/* コピーライト */
#footer .copy {
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
}
#footer .copyinn {
  padding: 10px 20px;
  text-align: center;
}
#footer .copyinn span{
  padding: 0px 20px;
}

/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
  /* フッダーナビ */
  #footer .footnav li {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: solid 1px #FFF;
  }
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  #footer .footnav li {
  	list-style: none;
  	width: 50%;
  	box-sizing: border-box;
  	float: left;
  	border-bottom: solid 1px #FFF;
  }
  #footer .footnav li:nth-child(odd) {
 	 border-right: solid 1px #FFF;
	}
  #footer .footnav li:nth-child(even) {
  }
  #footer .footnav li span {
    display: block;
    padding: 10px 0px;
    text-align: center;
  }
  #footer .footnav li a {
    display: block;
    text-align: center;
    border: none;
  }
  /* コピーライト */
  #footer .copy {
    line-height: 1.1;
    padding: 15px 0px;
  }
  #footer .copyinn {
  	padding: 4px 0px;
    text-align: center;
  }
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {

  /* フッダーナビ */
  #footer .footnav {
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
	padding: 20px 0 0px;
    max-width: 1400px;
	border:none;
  }
  #footer .footnav li {
    display:inline;
    float:none;
    border-bottom:none;
    padding: 0px;
    font-size: 14px;
  }
  #footer .footnav li a,
  #footer .footnav li span {
    display:inline;
    text-align: left;
  }
  
  
  #footer .footnav li:first-child{
    padding-left: 20px;
  }
  
  #footer .footnav li a{
    padding: 0px 20px;
      border-left: 1px solid #FFF;
  }
  #footer .footnav li:last-child a{
      border-right: 1px solid #FFF;
  }
  
  
  
  #footer .footnav li:nth-child(odd) {
    border-right:none;
  }
  /* リンク */
  #footer .footnav li a:link {
	  color: #FFF;
	  text-decoration: none;
      background-color: transparent;
  }
  #footer .footnav li a:visited {
	  color: #FFF;
	  text-decoration: underline;
      background-color: transparent;
  }
  #footer .footnav li a:hover, #footer .footnav li a:active {
	  color: #FFF;
	  text-decoration: underline;
    background-color: transparent;
  }
  /* コピーライト */
  #footer .copyinn {
    max-width: 1400px;
    margin: 0px auto;
    text-align: left;
  }
}

/*-- publicArea 基本エリア --*/
.publicArea{
  width: 100%;
}
/*-- エリア背景色変更 --*/
.onBgColorWhite{
  background-color: #FFF;
}
.onBgColorGray{
  background-color: #F7F8F8;
}

/* -- メインpanel表示 -- */
.panelIndex,.descIndex{
  background-color: #efefef;
}
.panelIndexInner{
  max-width: 1400px;
  margin: 0 auto;    
  padding: 30px 0px;
}
.panelContents{
  display: flex;
  padding: 0px 10px;
  flex-wrap: wrap;
}
.panelContentsItem{
  min-width: 180px;
   width: calc(25% - 20px);
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  margin: 0px 10px 20px;
}
@media print, screen and (min-width: 1036px) {
  .panelContentsItem{
   width: calc(20% - 20px);
  }
}
@media print, screen and (min-width: 1230px) {
  .panelContentsItem{
   width: calc(16.66667% - 20px);
  }
}
.panelContentsItem div{
  margin: 36px;
}
.panelContentsItem a{
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/panel_off.svg") bottom right no-repeat;
  background-size: 33px 33px;
}
.panelContentsItem a:hover{
  background: url("../img/panel_on.svg") bottom right no-repeat;
  background-size: 33px 33px;
}
/* 検索結果タイトル */
.panelIndex h2{
  font-size: 16px;
  font-weight: normal;
  margin: 0px 20px 20px;
  padding: 5px 10px;
  line-height: 1.2;
  background-color: #898989;
  color: #FFFFFF;
}


/* -- メイン説明領域 -- */
.descIndexInner{
  max-width: 1400px;
  margin: 0 auto;    
  padding: 30px 20px;
}
.descTitle{
  border: solid 2px #41d6d3;
	padding: 0.2rem 1.5rem;
  background-color: #FFF;
  font-size: 1.35rem;
  font-weight: normal;
  border-radius: 30px;
}
.descText{
  padding: 20px 24px;
  line-height: 1.8;
}
.descImage{
  padding: 20px 24px;
}
.descImageType2{
  padding: 60px 80px 0px;
}
.memberSpecArea,
.feeIndexArea{
  padding: 60px 60px 40px;
}
.memberSpecTable{
  padding: 0px 60px 40px;
}
table.memberSpec {
	color:#000;
	font-size:1.2rem;
  width: 100%;
  border-bottom: solid 1px #000;
}
table.memberSpec th {
	padding:21px 25px 22px 25px;
	border-bottom:1px solid #000;
}

.memberShip{width: 40%;}
.memberPremium{
  width: 30%;
  background-color: #ffffcc;
}
.memberFree{
  width: 30%;
  background-color: #FFF;
}
.memberPremiumTag{
  background-color: #41d6d3;
  color: #FFF;
}
.memberShipTag{
  background-color: #ddd;
  text-align: center;
}
.memberFreeTag{
  background-color: #898989;
  color: #FFF;
}

table.memberSpec th:first-child {
	text-align: left;
	padding-left:20px;
}
table.memberSpec tr:first-child th:first-child {
}
table.memberSpec tr:first-child th:last-child {
}
table.memberSpec tr {
	text-align: center;
	padding-left:20px;
}
table.memberSpec td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.memberSpec td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #000;
}
table.memberSpec tr.even td {
}
table.memberSpec tr:last-child td {
	border-bottom:0;
}
table.memberSpec tr:last-child td:first-child {
}
table.memberSpec tr:last-child td:last-child {
}


table.feeIndex {
	color:#000;
	font-size:1.2rem;
  width: 100%;
  border-bottom: solid 1px #000;
}

.feeName{
  width: 60%;
  background-color: #FFF;
}
.feeValue{
  width: 40%;
  background-color: #FFF;
  text-align: right;
}

table.feeIndex tr {
	padding-left:20px;
}
table.feeIndex td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.feeIndex td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #000;
}
table.feeIndex tr:last-child td {
	border-bottom:0;
}
.feeNote{
  text-align: right;
  font-size: 0.9rem;
}

/* 会員仕様 */
.specArea{
  display: flex;
  box-sizing: border-box;
  margin: 0px 20px 60px;
}
.specAreaFree{
  width: 40%;
  border: solid 2px #41d6d3;
  background-color: #FFF;
  padding: 20px 20px 20px 30px;
  border-radius: 10px;
}
.speAreaMillenium{
  width: 60%;
  border: solid 2px #41d6d3;
  background-color: #FFF;
  padding: 20px 20px 20px 30px;
  margin-left: 60px;
  border-radius: 10px;
}
.specArea ul{
  list-style: none;
}
.specArea ul li{
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 20px;
	padding: .1em .6em;
	position: relative;
}
.specArea ul li:last-child{
  margin-bottom: 0px;
}
ul.infoTextIndex li:before{ 
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #41d6d3;
  border-radius: 100%;
	position: absolute;
	/* top: 0.35rem;	アイコンの上側位置調整 */
	/* left: -0.8em; アイコンの左側位置調整 */
  top: 0.82rem;
  left: 0rem;
}
/* ボタン関連 */
a.regButton{
  display: block;
  font-weight: bold;
  border-radius: 24px;
  font-size: 1.4rem;
  color: #FFF;
  width: 400px;
  margin: 0 auto;
  background: #41d6d3;
  text-align: center;
  border: solid 2px #41d6d3;
}
a.regButton:link{
  color: #FFF;
}
a.regButton:hover{
  background: #FFF;
  color: #41d6d3;
}

a.regButton2{
  display: block;
  font-weight: bold;
  border-radius: 24px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px 0px;
  color: #FFF;
  width: 100%;
  background: #41d6d3;
  text-align: center;
  border: solid 2px #41d6d3;
}
a.regButton2:link{
  color: #FFF;
}
a.regButton2:hover{
  background: #FFF;
  color: #41d6d3;
}

.regButton2area{
  box-sizing: border-box;
  display: flex;
  margin-bottom: 30px;
}
.regButton2areaLeft{
  width: 50%;
  padding: 0px 10px;
}
.regButton2areaRight{
  width: 50%;
  color: #00426d;
  font-size: 1.0rem;
  padding: 0px 10px;
  align-self: center;
}
a.regButton3{
  display: block;
  font-weight: bold;
  border-radius: 24px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 10px;
  color: #41d6d3;
  margin: 0px 10px;
  background: #FFF;
  text-align: center;
  border: solid 2px #41d6d3;
}
a.regButton3:link{
  color: #41d6d3;
}
a.regButton3:hover{
  background: #FFF;
  color: #41d6d3;
}


/* pageLabel */
.pageLabel{
  padding: 0px 20px;
  font-size: 12px;
}
.pageNaviArea{
  padding: 0px 20px;
  font-size: 14px;
  display: flex;
  font-weight: bold;
}
.pageNaviButton{
  list-style: none;
  margin-left: 0px;
  display: flex;
}
.pagePoint{
  color: #c9caca;
  margin-right: 5px;
}
.pageLast{
}
.pageNaviArea li a,
.pageLast a{
  color: #FFF;
  background-color: #c9caca;
  min-width: 30px;
  display: block;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
}
.pageNaviArea li a:hover,
.pageLast a:hover,
.pageNaviArea li a.pageNow{
  background-color: #41d6d3;
}

/* 会員仕様 */
.premiumButtonArea{
  display: flex;
  box-sizing: border-box;
  margin: 0px 20px 10px;
}
.premiumButtonAreaFree{
  width: 50%;
  padding: 0px 0px;
}
.premiumButtonAreaDisp{
  width: 50%;
  padding: 0px 0px;
  margin-left: 60px;
}
@media print, screen and (min-width: 768px) {
  .premiumButtonAreaFree{
    width: 40%;
  }
  .premiumButtonAreaDisp{
    width: 60%;
  }
  .regButton2areaRight{
    font-size: 0.85rem;
  }
  a.regButton2,
  a.regButton3{
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .premiumButtonAreaFree{
    width: 30%;
  }
  .premiumButtonAreaDisp{
    width: 70%;
  }
  .regButton2areaRight{
    font-size: 1.0rem;
  }
  a.regButton2,
  a.regButton3{
    font-size: 1.1rem;
  }
  
}