@charset "UTF-8";
/*＜注意点＞
@mediaで幅指定をしている中にハックを書くとき、@mediaの中にさらに@mediaを書けないので、他の書き方にしたほうがよい。*/
/*-------------------------------------------------------------------------------------------------*/
/* メインビジュアル*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.keyvisual2 .keyvisual2__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.keyvisual2 .keyvisual2__main-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.keyvisual2 .main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955);
  transition: all 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955);
  transition: all 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955);
  transition: all 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955);
}
.keyvisual2 .is-visible {
  max-width: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  height: 100%;
}
.keyvisual2 {
  width: 100%;
  height: 450px;
  background: #757575;
}
.keyvisual2__inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.keyvisual2 .main-copy {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  text-shadow: 0 0 19.2px rgba(0, 0, 0, .26);
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, .26);
}
.keyvisual2 .main-copy .main-catch {
  letter-spacing: -1px;
}
.keyvisual2 .main-copy .sub-catch {}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  .keyvisual2 {
    width: 100%;
    height: 350px;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .keyvisual2 {
    width: 100%;
    height: 50vw;
  }
  .keyvisual2__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .keyvisual2 .main-copy {
    position: absolute;
    top: 60%;
    left: 5%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    text-shadow: 0 0 19.2px rgba(0, 0, 0, .26);
    text-shadow: 0 0 1.2rem rgba(0, 0, 0, .26);
  }
  .keyvisual2 .main-copy .main-catch {
    line-height: 1.4;
  }
  .keyvisual2 .main-copy .sub-catch {
    line-height: 1.4;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　オリジナルサイズstart　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 500px) {
  .keyvisual2 {
    width: 100vw;
    height: 80vw;
  }
  .keyvisual2 .main-copy {
    position: absolute;
    top: 55%;
    left: 10%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    text-shadow: 0 0 19.2px rgba(0, 0, 0, .26);
    text-shadow: 0 0 1.2rem rgba(0, 0, 0, .26);
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */




/*-------------------------------------------------------------------------------------------------*/
/* メインイメージ 　静止バージョン*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
#mainimage-sp {
	display: none;
}
.mainimage-pc-bg {
	background-image: url(../houjin-img/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mainimage-pc {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
#mainimage-pc img {
	width: 100%;
	height: auto;
}




/*-------------------------------------------------------------------------------------------------*/
/* total-solution ページ*/
/*-------------------------------------------------------------------------------------------------*/

.mainimage-pcsp-bg_ts {
	background: url(../houjin-img/private-banking/total-solution/main_pc_bg_ts.png) repeat-x bottom center #fff;
	background-size: contain;

}
.main-ts{
	    padding: 60px 30px;
	color: #434343;
}
.kazarimoji-ts{
	color: #d7d7d7;
	padding: 10px 0 0;
	font-size: 1em;
}
/*背景画像足りないのでここだけ1200px以下*/
@media only screen and (max-width: 1200px) { 
.mainimage-pcsp-bg_ts {
	background: url(../houjin-img/private-banking/total-solution/main_pc_bg_ts.png) repeat-x bottom center #fff;
	background-size: cover;
	padding: 0 0 20px;
}
.main-ts{
	padding: 30px;
}
}

.web-font1 {
    font-family: "poetica-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.pb-number-font{
	font-size: 2em;
}
.pb-color1{
	color: #00a0e9;
}

.ts-padding1{
	padding: 60px 0 0px;
}
.ts-padding2{
	padding: 60px 0 0px;
}
@media only screen and (max-width: 768px) {
.ts-padding1{
	padding: 30px 0 0;
}
.ts-padding2{
	padding: 30px 0 0;
}
}

.wrapper-pb-ts-content{
	margin: 30px 0;
	padding: 30px 0;
	border-bottom: 1px solid #00a0e9;
}
@media only screen and (max-width: 768px) {
.wrapper-pb-ts-content{
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #00a0e9;
}
}
	
	
	
table.pb-ts-table{
	background: #0a0b3c;
	color: #fff;
	margin: 10px 0;
}
table.pb-ts-table td{
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 1.1em;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
table.pb-ts-table td{
    padding: 10px 10px;
    font-size: 1em;
	letter-spacing: -1px;
}	
}	

	
/*ページ内リンク	*/
/*.inner-navi-wrap {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}*/
.inner-navi .nav {
  display: flex;
}
.inner-navi .nav .item {
  flex: 1; 
}
.inner-navi .nav .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  text-decoration: none;
  color: #0b0c3e;
  font-weight: bold;
  font-size: 1.1em;
}
.inner-navi .nav .item a:hover {
	color: #0b0c3e;
}	
	
.inner-navi ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}	
.inner-navi ul.nav *,
.inner-navi ul.nav *::before,
.inner-navi ul.nav *::after {
  box-sizing: border-box;
}
.inner-navi .nav .item {
  border-bottom: 3px solid #00a0e9;
  margin: 0 10px;
}
/*.inner-navi .nav .item:last-child {
  border-right: 1px solid #ccc;
}*/
.inner-navi .nav .item a {
  background: #efefef;
  font-size: 1.1em;
  line-height: 1.4;
  padding: 20px 20px;
}
.inner-navi .nav .item a:hover {
  background: #ccc;
}
@media only screen and (max-width: 768px) {
.inner-navi-wrap {
  padding: 0;
  margin-bottom: 30px;
}
.inner-navi .nav .item {
  margin: 0 3px;
}
.inner-navi .nav .item a {
  background: #efefef;
  font-size: 0.9em;
  line-height: 1.4;
  padding: 10px 5px;
}
}	
	



/*-------------------------------------------------------------------------------------------------*/
/* private-banking ページ*/
/*-------------------------------------------------------------------------------------------------*/

.mainimage-pc-bg_pb {
	background: url(../houjin-img/private-banking/main_pc_bg_private-banking.jpg) no-repeat top center;
}

.pb-content-cv_pcsp_bg {
	background: url(../houjin-img/private-banking/pb-content-cv_pc_bg.png) no-repeat top center #eee;
}
@media only screen and (max-width: 768px) {
.pb-content-cv_pcsp_bg {
	background: url(../houjin-img/private-banking/pb-content-cv_sp_bg.png) no-repeat top center #eee;
	background-size: cover;
}
}
.wrapper-pb-content1_pc_bg {
	background: linear-gradient(90deg, #e5e5e5 0%, #e5e5e5 50%, #00a0e9 50%, #00a0e9 100%);
}
.pb-content1_pc_bg {
	background: url(../houjin-img/private-banking/pb-content1_pc_bg.png) no-repeat top center;
	position: relative;
}
.pb-content1_sp_bg {
  background: #e5e5e5;
}


.pb-content2_pc_bg {
	background: url(../houjin-img/private-banking/pb-content2_pc_bg.png) no-repeat top center;
}
.pb-content3_pc_bg {
	background: url(../houjin-img/private-banking/pb-content3_pc_bg.jpg) #0b0c3e no-repeat top center;
}
.pb-content4_pc_bg {
	background: url(../houjin-img/private-banking/pb-content4_pc_bg.png) no-repeat top center;
}
.pb-content5_pc_bg {
	background: url(../houjin-img/private-banking/pb-content5_pc_bg.png) no-repeat top center;
}
.pb-content6_pcsp_bg {
	background: url(../houjin-img/private-banking/pb-content6_pc_bg.png) no-repeat top center #eee;
}
@media only screen and (max-width: 768px) {
.pb-content6_pcsp_bg {
	background: url(../houjin-img/private-banking/pb-content6_sp_bg.png) no-repeat #eee;
	background-size: cover;
}
}
.pb-pc {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
.pb-pcsp {
	width: 1040px;
	height: auto;
	margin: 0 auto;
}
.pb-pc img {
	width: 100%;
	height: auto;
}


.pb-setting{
	background: #fff;
	color: #0b0c3e;
}
.pb-contents{
	padding: 60px 0;
}
.pb-contents-sp_none{
	padding: 60px 0;
}	
@media only screen and (max-width: 768px) {
.pb-contents{
	padding: 30px 0;
}
.pb-contents-sp_none{
	padding: 0;
}
}


.pb-content1_pc_text{
	position: absolute;
	top: 10em;
	color: #333;
	width: 35em;
	padding-left: 10px;
}	

.pb-content1_sp_text{
	position: absolute;
	top: 10em;
	color: #333;
	width: 35em;
}	
.pb-midashi1{
	line-height: 1.6;
	position: relative;
	display: inline-block;
	margin: 0 10px 2em;
	left: 14%;
}
@media only screen and (max-width: 1039px) {
.pb-midashi1{
	line-height: 1.6;
	margin: 0 10px 2em;
	left: 20%;
}
}
@media only screen and (max-width: 768px) {
.pb-midashi1{
	margin: 0 auto;
	font-size: 1.4em;
	font-weight: bold;
	position: static;
	padding: 0 10px 10px;
	border-bottom: 2px solid #1d2088;
	text-align: center;
	display: block;
}
}
/*以下で線を表示*/
.pb-midashi1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 315px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1d2088;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}	
@media only screen and (max-width: 768px) {
.pb-midashi1:before {
  background: none;
}
}
	
	
.pb-midashi2{
	line-height: 1.6;
	position: relative;
	display: inline-block;
	margin: 0 10px 2em;
	left: 20%;
}
@media only screen and (max-width: 1039px) {
.pb-midashi2{
	line-height: 1.6;
	margin: 0 10px 2em;
	left: 20%;
}
}
@media only screen and (max-width: 768px) {
.pb-midashi2{
	margin: 0 auto;
	font-size: 1.4em;
	font-weight: bold;
	position: static;
	padding: 0 10px 10px;
	border-bottom: 2px solid #1d2088;
	text-align: center;
	display: block;
}
}
/*以下で線を表示*/
.pb-midashi2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;/*線の上下位置*/
  display: inline-block;
  width: 315px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1d2088;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}	
@media only screen and (max-width: 768px) {
.pb-midashi2:before {
  background: none;
}
}
	
	
	
a.bound-btn1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 4rem;
	border-radius: 100vw;
	margin-top: 30px;
	font-size: 1.6em;
	background: #4CAF50;
	color: #fff;
}
a.bound-btn2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 4rem;
	border-radius: 100vw;
	margin-top: 30px;
	font-size: 1.6em;
	background: #0b0c3e;
	color: #fff;
}
@media only screen and (max-width: 768px) {
a.bound-btn1 {
	width: 50%;
	margin: auto;
	margin-top: 20px;
	font-size: 1.2em;
}
a.bound-btn2 {
	width: 50%;
	margin: auto;
	margin-top: 20px;
	font-size: 1.2em;
}
}
a.bound-btn1:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #fff;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #4CAF50;}
	70% {box-shadow: 0 0 0 10px rgb(76 175 80 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(76 175 80 / 0%);}
}	
a.bound-btn2:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad27 1.5s infinite;
	color: #fff;
}
@keyframes shad27 {
	0% {box-shadow: 0 0 0 0 #0b0c3e;}
	70% {box-shadow: 0 0 0 10px rgb(11 12 62 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(11 12 62 / 0%);}
}		

	.text-yellow{color: #ffe17f; font-size: 0.9em;}	
	
	.pb-tel-box{
		border: 4px solid #4CAF50;
		padding: 30px 50px;
		margin: 50px auto 0;
		width: 50%;
		font-size: 1.4em;
		font-weight: bold;
		text-align: center;
	}
@media screen and (max-width: 1039px) {
	.pb-tel-box{
		padding: 20px 30px;
		margin: 20px auto;
		width: 70%;
		font-size: 1.2em;
	}
}	

.pb-tel-font{
	font-size: 1.6em;
	line-height: 1.2;
}
.pb-tel-font a:link{color: #0b0c3e; text-decoration: none;}
.pb-tel-font a:visited{color: #0b0c3e; text-decoration: none;}
.pb-tel-font a:hover{color: #0b0c3e; text-decoration: underline;}
.pb-tel-font a:active{color: #0b0c3e; text-decoration: underline;}

/*-------------------------------------------------------------------------------------------------*/
/* //private-banking ページ*/
/*-------------------------------------------------------------------------------------------------*/









#top-main-btn-wrapper{
	position: relative;
}
#top-main-btn{
	position: absolute;
	top: -80px;
}
.top-only-link-btn{
	padding: 0.9em 0px!important;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.mainimage-pc-bg {
}
#mainimage-pc {
	width: 100%;
}
#mainimage-pc img {
	width: 100%;
	height: auto;
}
.pb-pc {
	width: 100%;
}
.pb-pcsp {
	width: 100%;
}
.pb-pc img {
	width: 100%;
	height: auto;
}	
	
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
#mainimage-sp {
	display: block;
}
.mainimage-pc-bg {
	display: none;
}
#mainimage-pc {
	display: none;
}
#mainimage-sp {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#mainimage-sp img {
	width: 100%;
	height: auto;
	padding: 80px 0;
}
.pb-pc-bg {
	display: none;
}
.pb-pc {
	display: none;
}
.pb-pcsp{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pb-sp{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pb-sp img {
	width: 100%;
	height: auto;
}
#top-main-btn{
	position: absolute;
	top: -140px;
}
.top-only-link-btn{
	padding: 0.5em 1.5em!important;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */




/*-------------------------------------------------------------------------------------------------*/
/* メインビジュアル セミナー*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.seminar-main-bg1 {
  background: url("../houjin-img/seminar20211208/seminar-mainpcbg-20211208.jpg") no-repeat center #fff;
  text-align: center;
}
.seminar-main-bg2 {
  background: url("../houjin-img/seminar20220526/seminar-mainpcbg-20220526.jpg") no-repeat center #0a0b3d;
  text-align: center;
}
.seminar-main-bg3 {
  background: url("../houjin-img/seminar20220804/seminar-mainpcbg-20220804.jpg") no-repeat center #0a0b3d;
  text-align: center;
}
.seminar-main-bg4 {
  background: url("../houjin-img/seminar20221116/seminar-mainpcbg-20221116.jpg") no-repeat center #0a0b3d;
  text-align: center;
}
.seminar-main-bg5 {
  background: url("../houjin-img/seminar20221209/seminar-mainpcbg-20221209.jpg") no-repeat center #0a0b3d;
  text-align: center;
}

.seminar-main-bg1,.seminar-main-bg2 img {}
.seminar-linktop {
  margin-top: 1.5em;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  .seminar-main-bg1,.seminar-main-bg2,.seminar-main-bg3 {
    background: none;
  }
  .seminar-main-bg1 img,.seminar-main-bg2 img.seminar-main-bg3 img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .seminar-linktop {
    margin-top: 2em;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .seminar-linktop {
    margin-top: 10px;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* TOPセミナー情報バナー*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.wrapper-top-newsbanner-mb {
  margin-bottom: 7em;
}
.wrapper-top-newsbanner-mb2 {
  margin-bottom: 14em;
}
.wrapper-top-newsbanner {
  position: relative;
}
.wrapper-top-newsbanner-img {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: auto;
}
.wrapper-top-newsbanner-img-2 {
  position: absolute;
  z-index: 12;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: auto;
}
a:hover .wrapper-top-newsbanner-img img, a:hover .wrapper-top-newsbanner-img-2 img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  .wrapper-top-newsbanner-mb {
    margin-bottom: 5em;
  }
  .wrapper-top-newsbanner-mb2 {
    margin-bottom: 10em;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/*タブレット特例　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 900px) {
  .wrapper-top-newsbanner-mb2 {
	bottom: -110px;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .wrapper-top-newsbanner-img {
    bottom: 10px;
    width: 80%;
    height: auto;
  }
  .wrapper-top-newsbanner-img-2 {
    bottom: -110px;
    width: 80%;
    height: auto;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 535px) {
  .wrapper-top-newsbanner-img {
    bottom: 0;
    width: 100%;
	height: auto;
  }
.wrapper-top-newsbanner-img-2 {
    bottom: -95px;
    width: 100%;
    height: auto;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* セミナー情報　TPM配下*/
/*-------------------------------------------------------------------------------------------------*/
.wrapper-news {
  width: 100%;
}
.wrapper-card-news1 {
  width: 30%;
  float: left;
  margin-right: 3%;
}
.wrapper-card-news2 {
  width: 30%;
  float: right;
}
.cp_card07 {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card07:hover .photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.cp_card07 .photo {
  overflow: hidden;
  height: 300px;
  border-radius: 3px 3px 0 0;
  background: #000;
}
.cp_card07 .photo .img-cover {
  position: relative;
  height: 100vh;
}
.cp_card07 .photo .img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  /*width: auto;
  height: auto;*/
  min-width: 100%;
  min-height: auto;
  max-width: inherit;
}
.cp_card07 .photo .details {
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -20px;
  width: 75px;
  height: 75px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background: #c01700;
}
.cp_card07 .photo .details .topic-icon1 { /*1行の時*/
  font-size: 0.8rem;
  padding: 2.5em 0 0;
  line-height: 1.5;
}
.cp_card07 .photo .details .topic-icon2 { /*2行の時*/
  font-size: 0.8rem;
  padding: 1.7em 0 0;
  line-height: 1.5;
}
.cp_card07 .photo .details .topic-icon2-minogashi-only { /*見逃し配信の時*/
  font-size: 0.8rem;
  padding: 1.4em 0 0;
  line-height: 1.5;
}
@media all and (-ms-high-contrast: none) {
.cp_card07 .photo .details .topic-icon2-minogashi-only { /*見逃し配信の時*/
  padding: 1.6em 0 0;
}
}
.cp_card07 .photo .details .month {
  font-size: 12px;
  text-transform: uppercase;
}
.cp_card07 .photo img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.cp_card07 .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  background: #fff;
  color: #0a0b3c;
  text-align: left; /*これ入れないと文字が均等貼り付けっぽくなる*/
  min-height: 170px; /*pcのときだけ指定*/
}
.cp_card07 .description .category {
  position: absolute;
  top: -34px;
  left: 10px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.cp_card07 .description .category-color1 { /*目立たせたいとき　赤*/
  background: #c01700;
  font-size: 1.05rem;
}
.cp_card07 .description .category-color2 { /*もう終わったやつなど　青*/
  background: #0a0b3d;
  font-size: 1.05rem;
}
.cp_card07 .description .midashi-pd-top {
  padding: 1em 0.8em 0.3em;
}
.cp_card07 .description .midashi-pd-top-midashi-3 {
  padding: 1.4em 0.8em 0.3em 1em;
}
.cp_card07 .description .midashi-pd-midashi-3 {
  padding: 0 0.8em 0.3em 1em;
}
.cp_card07 .description .midashi-pd {
  padding: 0 0.8em 0.5em;
}
.cp_card07 .description .midashi-pd-midashi-2 {
  padding: 0 0.8em 0 1em;
}
.cp_card07 .description .midashi-0 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 1px;
  font-weight:bold;
}
.cp_card07 .description .midashi-1 {
  font-size: 1.1em;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 0;
}
.cp_card07 .description .midashi-2 {
  font-size: 1em;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0;
  font-weight:normal;
}
.cp_card07 .description .midashi-2-1 {
  font-size: 0.98em;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0;
}
.cp_card07 .description .midashi-3 {
  font-size: 0.9em;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.4;
}
.cp_card07 .description .midashi-4 {
  font-size: 0.8em;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.4;
}
.cp_card07 .description .text {
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 0;
  color: #101820;
  margin: 0;
  letter-spacing: 1;
  padding: 0 1em 0;
}
.cp_card07 .description .text2 {
  padding: 0 1em 1em;
}
.cp_card07 .description .meta {
  margin: 0 0 0.5em 0.5em;
}
.cp_card07:hover .description .text { /*ホバーさせるなら*/
  height: auto;
  opacity: 1;
}
.cp_card07 .description .meta .icon-mark {
  margin: 0 0.5em 0 0;
  padding: 0.19em 0.8em 0.18em;
  border-radius: 100vh;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
@media all and (-ms-high-contrast: none) { /*IE ALLハック*/
  /* ここに書く */
  .cp_card07 .description .meta .icon-mark {
    padding: 5px 15px 0;
  }
}
.cp_card07 .description .meta .icon-mark1 { /*開催前・中*/
  background: #c01700;
}
.cp_card07 .description .meta .icon-mark2 { /*開催後　グレー*/
  background: #757575;
}
.cp_card07 .description .meta .icon-mark3 { /*その他*/
  background: #0a0b3d;
}
.cp_card07 .description .meta a {
  text-decoration: none;
  color: #999;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .wrapper-news {
    width: 100%;
  }
  .wrapper-card-news1 {
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 10px;
  }
  .wrapper-card-news2 {
    width: 100%;
    float: none;
  }
  .cp_card07 .description {
    min-height: auto;
  }
  .cp_card07 .photo .details {
    top: -20px;
    right: 0;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* contentAreaデザイン 見出し*/
/*-------------------------------------------------------------------------------------------------*/
.contentArea-midashi-design {
  display: flex; /* 横並びにする */
  align-items: center; /* 垂直方向に中央 */
  text-align: center; /* 文字のセンタリング(複数行になったとき用) */
  margin-bottom: 10px;
}
/* 共通部分はまとめる */
.contentArea-midashi-design::before, .contentArea-midashi-design::after {
  content: "";
  flex-grow: 1; /* 線の伸び率 */
  border-bottom: 1px solid #fff;
}
/* 左側の線 */
.contentArea-midashi-design::before {
  margin-right: 10px; /* 線と文字の間のスペース */
  padding-left: 15px; /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
.contentArea-midashi-design::after {
  margin-left: 10px; /* 線と文字の間のスペース */
  padding-right: 15px; /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* contentAreaデザイン 見出し2*/
/*-------------------------------------------------------------------------------------------------*/
.contentArea-midashi-design2 {
  position: relative;
  border-top: 2px solid #3e3f67;
}
.contentArea-midashi-design2:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #fff;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .contentArea-midashi-design2 {}
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* contentAreaデザイン*/
/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-A*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-A {
  border-collapse: collapse;
  width: 100%;
}
table.contentArea-table-A tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-A th {
  width: 300px;
  border-right: 1px solid #fff;
  padding: 30px 0 30px 0;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 4px;
}
table.contentArea-table-A th.tpm-1 {
  width: 37%;
}
table.contentArea-table-A th.seminar-1 {
  width: 25%;
  letter-spacing: -0.1px;
}
/*	width: 200px;
    border-right: 1px solid #fff;
	padding: 30px 30px 30px 0;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 4px;
*/
table.contentArea-table-A th.table-midashi {}
table.contentArea-table-A td {
  padding: 10px 0 0 30px;
  vertical-align: middle;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  table.contentArea-table-A th {
    width: 20%;
    vertical-align: top;
  }
  table.contentArea-table-A th.tpm-1 {
    width: 38%;
  }
  table.contentArea-table-A th.seminar-1 {
    width: 38%;
    vertical-align: middle;
  }
  table.contentArea-table-A th img {
    width: 100%;
    height: auto;
  }
  cdtable.contentArea-table-A td.table-midashi {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-A td.table-text {
    padding: 10px 0 10px 20px;
    vertical-align: middle;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-A th {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  table.contentArea-table-A th.tpm-1 {
    width: 100%;
  }
  table.contentArea-table-A th.seminar-1 {
    width: 100%;
  }
  table.contentArea-table-A th img {
    width: 100%;
    height: auto;
  }
  table.contentArea-table-A td {
    display: block;
    padding-left: 0;
  }
  table.contentArea-table-A td.table-midashi {
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-A td.table-text {
    padding: 0 0 10px;
    margin: 0;
    vertical-align: top;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-B 子階層TOPタイトル見出しエリア*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-B td.kaiso-top-title-area {
  padding: 10px;
  vertical-align: middle;
  position: relative;
  width: 50%;
}
table.contentArea-table-B td.kaiso-top-title-area h1 {
  line-height: 1;
}
.kotei-content.fixed table.contentArea-table-B td.kaiso-top-title-area {
  border-top: 1px solid #5c5d7f;
  border-bottom: 1px solid #5c5d7f;
}
.kotei-content.fixed table.contentArea-table-B td.kaiso-top-title-area h3 {
  padding: 10px 0;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-B td.kaiso-top-title-area {
    padding: 10px 0;
    width: 100%;
  }
  .kotei-content.fixed table.contentArea-table-B td.kaiso-top-title-area {
    display: none;
  }
  table.contentArea-table-B td.kaiso-top-title-area h1 {
    line-height: 1;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-B*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-B {
  border-collapse: collapse;
  width: 100%;
}
table.contentArea-table-B tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-B th {
  width: 630px;
  vertical-align: top;
}
table.contentArea-table-B th.contentArea-table-B-th2-2-tpm-2 {
  width: 500px;
  vertical-align: top;
}
table.contentArea-table-B th.table-img7-2 {
  width: 310px;
  vertical-align: top;
}
table.contentArea-table-B th.table-img8-1 {
  width: 270px;
  vertical-align: top;
}
table.contentArea-table-B th img {
  width: 100%;
  height: auto;
}
table.contentArea-table-B th.sub-photo-size img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 100% 100%;
}
table.contentArea-table-B th.contentArea-table-B-th8-0 {
  width: 200px;
  vertical-align: middle;
}
table.contentArea-table-B th.contentArea-table-B-th8-1 {
  width: 500px;
  vertical-align: middle;
}
table.contentArea-table-B th.contentArea-table-B-th8-5 {
  width: 430px;
  vertical-align: middle;
}

table.contentArea-table-B td {}
table.contentArea-table-B td.table-midashi {
  padding: 10px 0 30px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-midashi2-1 {
  padding: 0 0 0 50px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi2-2-tpm {
  padding: 20px 0 30px 30px;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-midashi2-2-tpm-j-adviser {
  padding: 20px 0 30px 30px;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-midashi3-1 {
  padding: 0 0 0 60px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi4-1 {
  padding: 0 0 0 60px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi5-1 {
  padding: 0 0 0 50px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi6-1 {
  padding: 0 0 0 50px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi7-1 {
  padding: 0 0 0 30px;
  vertical-align: bottom;
  position: relative;
}
table.contentArea-table-B td.table-midashi8-0 {
  /*padding: 0 0 0 10px;*/
  /*vertical-align: bottom;*/
  position: relative;
  line-height:2;
}
table.contentArea-table-B td.table-midashi8-1 {
  padding: 0 0 0 10px;
  /*vertical-align: bottom;*/
  position: relative;
}
table.contentArea-table-B td.table-midashi8-1 h3{
  line-height:1.5;
}
table.contentArea-table-B td.table-midashi9-1 {
  padding: 0 0 0 60px;
  vertical-align: bottom;
  position: relative;
}

table.contentArea-table-B td.table-text {
  padding: 30px 0 0 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text2-1 {
  padding: 30px 0 0 50px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text2-2-tpm-listed {
  padding: 30px 30px 20px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-text2-2-seminar1 {
  padding: 30px 30px 20px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-text3-1 {
  padding: 20px 0 0 60px;
  vertical-align: top;
  display: block;
}
table.contentArea-table-B td.table-text4-1 {
  padding: 10px 0 0 60px;
  vertical-align: top;
  display: block;
}
table.contentArea-table-B td.table-text5-1 {
  padding: 30px 0 0 50px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text5-3 {
  padding: 30px 30px 20px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
table.contentArea-table-B td.table-text6-1 {
  padding: 30px 0 0 50px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text2-2 {
  padding: 30px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text2-2-tpm {
  padding: 30px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text3-2 {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-text5-2 {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-text6-2 { /*table-text6-2はユニークではなくtpm.htmでも使ってます。*/
  padding: 30px 30px 20px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}
table.contentArea-table-B td.table-text7-1 {
  padding: 40px 0 0 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text7-2 {
  padding: 30px 30px 0px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-text8-0 {
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #fff;
  vertical-align: bottom;
}

table.contentArea-table-B td.table-text8-1 {
  padding: 5px 30px 20px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

table.contentArea-table-B td.table-sub-text2-2 {
  padding: 0 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text2-2-tpm {
  padding: 0 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text2-2-tpm-2 {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text2-2-tpm-j-adviser {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text2-2-tpm-listed {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text2-2-seminar1 {
  padding: 20px 15px 10px 10px; /*ここpadding-righ: 15px必須*/
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text3-2 {
  padding: 20px 30px 10px 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text5-2 {
  padding: 20px 30px 10px 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text5-3 {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text6-2 { /*table-sub-text6-2はユニークではなくtpm.htmでも使ってます。*/
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text7-2 {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text8-0 {
  padding: 20px 30px 10px 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-sub-text8-1 {
    padding: 10px 20px 10px;
 }
table.contentArea-table-B td.table-linkbtn {
  padding: 0 0 0 30px;
  vertical-align: top;
}
table.contentArea-table-B td.table-linkbtn2-2 {
  padding: 0;
  vertical-align: top;
}
table.contentArea-table-B td.table-linkbtn2-2-tpm {
  padding: 0;
  vertical-align: top;
}
.table-zurashi-midashi {
  margin-left: 25%;
  margin-bottom: 10px;
}





/*CMインタビュー石原良純さん*/
.interview-video-table-border{
	border: 1px solid #fff;
}

table.interview-table {
  border-collapse: collapse;
  width: 100%;
}
table.interview-table tr {
  padding: 0;
  margin: 0;
}
table.interview-table th {
  width: 610px;
  vertical-align: top;
}
table.interview-table th img {
  width: 100%;
  height: auto;
  padding: 0 0 0 50px;

}
table.interview-table td.box-design1 {
  padding: 30px 30px 0px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
  width: 510px;
}
table.interview-table td.box-design1 {
  padding: 30px 30px 0px 10px;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
table.interview-table td.box-design1-sub-text {
  padding: 20px 30px 10px 10px;
  vertical-align: top;
}

/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
/*CMインタビュー石原良純さん*/
table.interview-table th {
	width: 50%;
	vertical-align: top;
}
table.interview-table th img {
	width: 100%;
	height: auto;
    padding: 0;
}	
	
table.interview-table td.box-design1  {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
}	
table.interview-table td.box-design1-text{
	padding: 10px 20px 10px 10px;
	vertical-align: top;
}	
table.interview-table td.box-design1 {
	padding: 10px 20px 10px 10px;
	vertical-align: top;
}
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */	

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
/*CMインタビュー石原良純さん*/
table.interview-table th {
	display: block;
	width: 100%;
	vertical-align: top;
}
table.interview-table {
	width: 100%;
	height: auto;
}
table.interview-table td.box-design1  {
    padding: 10px 0 10px;
}
table.interview-table td.box-design1 {
	display: block !important;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	vertical-align: bottom;
	width: 100%;
}
table.interview-table td.box-design1-sub-text {
	padding: 10px 0 10px;
}
table.interview-table td.box-design1-text {
	padding: 10px 0 10px;
}	
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */	



/*==================================================
　インタビュー動画
==================================================*/
.icon-box{
	background-color: #c01700;
	color:#FFF;
	display: inline-block;
	padding:0.2em;
	font-size:0.5em;
	vertical-align:top;
	margin:0.5em;
}
.icon-box-whitewaku{
	border: 1px solid #fff;
    color: #FFF;
    display: inline-block;
    padding: 1px 5px;
    font-size: 1em;
    vertical-align: top;
    margin: 0 0 10px;
}
/*公開前　サムネイル画像暗くする*/
.dark-img img{
	display: block;
	opacity: 0.3;
}

table.interview-video-table{
  border-collapse: collapse;
  width: 100%;
}
table.interview-video-table th{
  width: 40%;
}
table.interview-video-table td{
  vertical-align: middle;
  padding: 10px;
  width: 60%;
}
.interview-video-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.interview-video-iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.interview-video-iframe-box {
	/*background: #fff;*/
	padding: 20px 20px 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	/*color: #0a0b3c;*/
}	


.interview-video-table .midashi-box{
	padding: 0 0 10px 0;
	font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
}

.interview-video-table .text-box{
	padding: 0;

}


/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
table.interview-video-table th{
  display: block;
  width: 100%;
}
table.interview-video-table td{
  vertical-align: top;
  display: block;
  width: 100%;
  padding: 0;
}
	
.interview-video-iframe-box {
	padding: 0 0 10px 0;
	margin-bottom: 0;
}
.interview-video-table .midashi-box{
	padding: 0 0 0 0;
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
	text-align: center;
}
.interview-video-table .text-box{
	padding: 10px 5px 0;
}

	
	
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */


.pb-link-banner{
	width: 70%;
	height: auto;
	margin: 0 auto;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.pb-link-banner{
	width: 100%;
	height: auto;
}	
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

.pb-link-banner2{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.pb-link-banner2{
	width: 100%;
	height: auto;
}	
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

.bg-pb-area1{
   background: url(../houjin-img/cm-interview202404/pb-toha_pc.png) no-repeat center top;
   vertical-align: top;
}

.pb-area1{
	padding: 0px 50px 0 50px;
}
.pb-area1 .img1{
	padding: 10px;
	float: left;
}
.pb-area1 .text1{
	width: 70%;
    padding: 50px;
    float: left;
}

/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.bg-pb-area1{
  background: url(../houjin-img/cm-interview202404/pb-toha_sp.png) no-repeat center top;
　　height: auto;
   vertical-align: top;
}
.pb-area1{
	padding: 0;
}
.pb-area1 .img1{
	padding: 0;
}
.pb-area1 .img1 img{
	width: 60%;
}	
.pb-area1 .text1{
	width: 85%;
	padding: 30px;
	float: right;
}	
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.pb-area1 .text1{
	width: 80%;
	padding: 0;
	float: right;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

.bg-pb-area2{
   background: url(../houjin-img/cm-interview202404/luxury-bg.png) repeat-y center top;
   height: auto;
   vertical-align: top;
}
.pb-area2{
	padding: 0px 50px 0 50px;
}
.pb-area2 .img1{
	padding: 10px 50px 0 0;
	float: right;
	text-align: right;
}
.pb-area2 .f-leftarea1{
	float:left;
	width: 80%;
}
.pb-area2 .midashi1{
    padding: 50px 0 0 50px;
	line-height: 1.4;
	font-size: 1.4em;
}
.pb-area2 .text1{
    padding: 0 0 0 50px;
	line-height: 1.8;
}

/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.pb-area2{
	padding: 0;
}	
.pb-area2 .f-leftarea1{
	width: 85%;
}
.pb-area2 .midashi1{
    padding: 0;
	line-height: 1.4;
	font-size: 1.3em;
}
.pb-area2 .text1{
    padding: 0;
	line-height: 1.6;
}
.pb-area2 .img1{
	padding: 0;
}
.pb-area2 .img1 img{
	width: 60%;
}
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */	

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.pb-area2 .img1{
	padding: 0;
	width: 10%;
}
.pb-area2 .img1 img{
	width: 60%;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 700px) {
.pb-area2 .img1{
	padding: 0;
	width: 10%;
}
.pb-area2 .img1 img{
	width: 90%;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */







.pb-area3{
	padding: 0px 50px 50px 50px;
}
.pb-area3 .f-leftarea1{
	float: left;
	padding: 10px;
}
.pb-area3 .f-rightarea1{
	float: right;
	padding: 10px;
	width: 65%;
}			
.pb-area3 .img1{
	margin-bottom: 20px;
}
.pb-area3 .name-txt{
	line-height: 1.4;
}
.pb-area3 .name-txt2{
	line-height: 1.4;
	font-size: 1.5em;
}
.pb-area3 .name-txt3{
	line-height: 1.4;
}
.pb-area3 .text1{
	width: 100%;
	padding: 50px 50px 30px 0;
	float: right;
}
.font-dai{
	font-size: 1.2em;
}
.font-eigo{
	font-size: 1em;
}
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
.bg-pb-area3{
	background: url(../houjin-img/cm-interview202404/luxury-bg.png) no-repeat center;
	height: auto;
	vertical-align: top;
}
.pb-area3{
	padding: 0 0 30px 0;
}
.pb-area3 .f-leftarea1{
	float: left;
	padding: 10px 10px 10px 0;
}
.pb-area3 .f-rightarea1{
	float: right;
	padding: 10px 10px 10px 0;
	width: 68%;
}	
.pb-area3 .img1{
	padding: 0;
	float: none;
}
.pb-area3 .img1 img{
	width: 80%;
}
.pb-area3 .text1{
	padding: 0 0 10px;
	margin: 0
}	
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */	

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.pb-area3 .f-leftarea1{
	float: none;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}
.pb-area3 .f-rightarea1{
	float: none;
	padding: 0;
	width: auto;
}
.pb-area3 .img1 img{
	width: 30%;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

.point-design{
	border: 1px solid #ccc;
    padding: 0 5px;
    font-size: 0.8em;
}
.point-design1{
	border: 1px solid #ccc;
	color: #0b0c3e;
	background: #fff;
	font-weight: bold;
    padding: 0 5px;
    font-size: 0.8em;
}
.point-design2{
	border-left: 5px solid #ccc;
	padding: 5px;
    font-size: 1.3em;
    font-weight: bold;
}
.point-design4{
	border: 1px solid #ccc;
	color: #0b0c3e;
	background: #fff;
	font-weight: bold;
    padding: 0 5px;
	font-size: 1.6em;
}
.scene-image {
    text-align: center;
    margin: 0 auto 30px;
    display: block;
}
.scene-image img {
	width: 90%;
}
@media screen and (max-width: 768px) {
.scene-image {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
}
.scene-image img {
	width: 90%;
}
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン3
/*-------------------------------------------------------------------------------------------------*/
table.table-keireki {
  border-collapse: collapse;
}
.table-keireki th {
  width: auto !important;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 0 30px 10px 20px;
  font-weight: normal;
  text-align: right;
}
.table-keireki td {
  padding: 0 20px 10px 30px;
}
@media screen and (max-width: 1039px) {
  .table-keireki th {
	width: 30% !important;
	padding: 20px 30px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  table.table-keireki {
	width: 100%;
  }
  table.table-keireki tr {
	width: 100%;
  }
  .table-keireki th, .table-keireki td {
	border-bottom: none;
	display: block;
  }
  .table-keireki th {
	width: 100% !important;
	border: none;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #0a0b3c;
	font-weight: bold;
  }
  .table-keireki td {
	padding: 5px 10px;
	border: solid 1px #fff;
	line-height: 1.5;
  }
}

/*-------------------------------------------------------------------------------------------------*/
/* pb インタビューページ　相談　#talkArea */
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
#talkArea .waku-talk {
	border-radius: 5px;
	border: 1px solid #fff;
}
#talkArea .fukidashi-relative {
	position: relative;
}
#talkArea .fukidashi-wrapper {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #333;
}
#talkArea .fukidashi {
	width: 78%;
}
#talkArea .fukidashi.fukidashi-hidari-hito {
	float: left;
}
#talkArea .fukidashi.fukidashi-migi-hito {
	float: right;
}
#talkArea .fukidashi .hidari-hito-img {
	position: absolute;
	left: 60px;
}
#talkArea .fukidashi .migi-hito-img {
	position: absolute;
	right: 50px;
}
#talkArea .fukidashi .image img {
	width: 100%;
	height: auto;
}		
#talkArea .fukidashi .text {
	width: 70%;
}
/*吹き出し デザインここから*/
#talkArea .fukidashi-hidari-hito .chatting {
	float: left;
	padding-top: 40px;
}
#talkArea .fukidashi-migi-hito .chatting {
	float: right;
	padding-top: 10px;
}
#talkArea .says {
	display: inline-block;
	position: relative;
	padding: 20px 15px 15px;
	margin: 0 0 40px 0;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #1b435d;
}
#talkArea .says.says-right:before {/*枠線の三角*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 25px;
	right: -20px;
	border-left: 20px solid #1b435d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#talkArea .says.says-right:after {/*本体の三角*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -19px;
	border-left: 20px solid #fff;/*IE8の為に+１多めにかぶせる*/
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
#talkArea .says.says-left:before {/*枠線の三角*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 25px;
	left: -20px;
	border-right: 20px solid #1b435d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#talkArea .says.says-left:after {/*本体の三角*/
	content: "";
	display: inline-block;
	position: absolute;
	top: 26px;
	left: -19px;
	border-right: 20px solid #fff;/*IE8の為に+１多めにかぶせる*/
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#talkArea .says .says-text {
	margin-bottom: 0;
	letter-spacing: 0;
    line-height: 1.5;
	
	/*font-size: 1.15rem;
	line-height: 1.4;
	font-weight: normal;*/
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
/*#talkArea .says .says-text {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: normal;
}*/
}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
/*#talkArea .says .says-text {
	font-size: 0.98rem;
	line-height: 1.3;
	font-weight: normal;
}*/
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
		
		
#talkArea .says.says-color {
	background: #917440;
	color: #fff;
}		
#talkArea .says.says-color.says-right:after {/*本体の三角*/
	border-left: 20px solid #917440;/*IE8の為に+１多めにかぶせる*/
}

/* PC　スマホ　タブレット　全て共通 end 　++++++++++++++++++++ */
/* タブレット　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
#talkArea .procedure-midashi {
	padding: 10px 10px;
}
#talkArea .fukidashi-wrapper {
	padding: 0 0 10px 0;
}
#talkArea .fukidashi {
	width: 90%;
	padding: 10px;
}
#talkArea .fukidashi .hidari-hito-img {
	position: inherit;
	left: 0;
}	
#talkArea .fukidashi .migi-hito-img {
	position: inherit;
	right: 0;
}	
	
#talkArea .fukidashi .image {
	width: 20%;
}
#talkArea .fukidashi .text {
	width: 80%;
}
#talkArea .fukidashi-hidari-hito .chatting {
	padding-top: 20px;
}
#talkArea .fukidashi-migi-hito .chatting {
	padding-top: 10px;
}
#talkArea .says {
	margin: 0;
}

}/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */

/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
#talkArea .waku-blue, #talkArea .waku-gray {
	width: 99%;
	float: none;
}
#talkArea .waku-gray {
	margin-bottom: 10px;
}
#talkArea .fukidashi-wrapper {
	padding: 0 0 10px 0;
	width: 100%;
}
#talkArea .fukidashi .image {
	width: 30%;
}
#talkArea .fukidashi .image img {
	width: 90%;
	height: auto;
}
#talkArea .fukidashi .text {
	width: 70%;
}
#talkArea .fukidashi-hidari-hito .chatting {
	padding-top: 10px;
}
#talkArea .fukidashi-migi-hito .chatting {
	padding-top: 0;
}

}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

		

				
		
/*インタビューページ　吹き出しページナビ*/
.wrapper-list-navi.list-navi{
	width: 60%;
	margin: 0 auto 30px;
}
.wrapper-list-navi.list-navi2{
	width: 60%;
	margin: 0 0 30px;
}
.wrapper-list-navi.list-navi3{
	width: 60%;
	margin: 30px auto 30px;
}
.wrapper-list-navi .nav .item-1 a:hover,
.wrapper-list-navi .nav .item-1.current a {
	color: #fff;
	background-color: #917440;
}
.wrapper-list-navi .nav .item-2 a:hover,
.wrapper-list-navi .nav .item-2.current a {
	color: #fff;
	background-color: #917440;
}
.wrapper-list-navi .nav .item-3 a:hover,
.wrapper-list-navi .nav .item-3.current a {
	color: #fff;
	background-color: #917440;
}
.wrapper-list-navi .nav {
  display: flex;
}
.wrapper-list-navi .nav .item-1 {
  flex: 1;
}
.wrapper-list-navi .nav .item-2 {
  flex: 1;
  height: 3rem;
}
.wrapper-list-navi .nav .item-3 {
  flex: 1;
  height: 3rem;
}
.wrapper-list-navi .nav .item-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  letter-spacing: 0.1em;
  border: 1px solid #3e3f67;
  font-size: 1.2em;
}
.wrapper-list-navi .nav .item-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  letter-spacing: 0.1em;
  border: 1px solid #3e3f67;
  font-size: 1.3em;
}
.wrapper-list-navi .nav .item-3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  letter-spacing:1;
  border: 1px solid #3e3f67;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
.wrapper-list-navi.list-navi{
	width: 80%;
	margin: 0 auto 30px;
}
.wrapper-list-navi.list-navi2{
	width: 100%;
	margin: 30px auto 30px;
	font-size: 0.7em;
}
.wrapper-list-navi.list-navi3{
	width: 100%;
	margin: 30px auto 30px;
	font-size: 0.7em;
}
.wrapper-list-navi .nav .item-1 {
  height: 2rem;
}
.wrapper-list-navi .nav .item-2 {
  height: 3rem;
}
.wrapper-list-navi .nav .item-3 {
  height: 3rem;
}
}



/*==================================================
　石原さん高島さんCM
==================================================*/
table.cm-video-table1{
  border-collapse: collapse;
  width: 50%;
  margin: 0 auto 80px;
}
table.cm-video-table1 th{
  width: 50%;
}
table.cm-video-table1 td{
  vertical-align: top;
  padding: 10px;
  width: 40%;
}

.f-lefttable{
	float: left;
}
.f-righttable{
	float: right;
	margin: -30px 0 0;
}
table.cm-video-table2{
  border-collapse: collapse;
  width: 50%;
}
table.cm-video-table2 th{
  width: 50%;
}
table.cm-video-table2 td{
  vertical-align: top;
  padding: 10px;
  width: 40%;
}

.cm1-video-iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.cm1-video-iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cm1-video-iframe-box {
	/*background: #fff;*/
	padding: 0 20px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	/*color: #0a0b3c;*/
}	
.cm1-video-iframe-box-wrapper{
	overflow: hidden;
}
.cm-annai-box{
	width: 90%;
	margin: 0 auto;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
	
table.cm-video-table1{
  width: 100%;
  margin: 0;
}
	
table.cm-video-table1 th{
  display: block;
  width: 100%;
}
table.cm-video-table1 td{
  display: block;
  width: 100%;
  padding: 0;
}
	
.cm1-video-iframe-box {
	padding: 10px 0 0;
	margin-bottom: 0;
}

.f-lefttable{
	float: none;
	margin: 0 auto;
}
.f-righttable{
	float: none;
	margin: 0 auto;
}
	
table.cm-video-table2{
  border-collapse: collapse;
  width: 100%;
}
table.cm-video-table2 th{
  width: 100%;
}
table.cm-video-table2 td{
  vertical-align: top;
  padding: 10px;
  width: 100%;
}	
.cm-annai-box{
	width: 100%;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */


.reaf{
	text-align: center;
}





/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
	
  table.contentArea-table-B th {
    width: 50%;
    vertical-align: top;
  }
  table.contentArea-table-B th img {
    width: 100%;
    height: auto;
  }
  table.contentArea-table-B th.sub-photo-size img {}
  table.contentArea-table-B td {}
  table.contentArea-table-B td.table-midashi {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-2-tpm {
    padding: 0 0 10px 20px;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.midashi2-2-tpm-j-adviser {
    padding: 0 0 10px 20px;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-text {
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-2 {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-2-tpm {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-2-tpm-listed {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-2-seminar1 {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text3-2 {
    padding: 30px 20px 10px 30px;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-text5-2 {
    padding: 10px 20px 10px 20px;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-text5-3 {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }

  table.contentArea-table-B td.table-text6-2 { /*table-text6-2はユニークではなくtpm.htmでも使ってます。*/
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text7-2 {
    padding: 10px 20px 0 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text8-0 {
    padding: 10px 20px 10px 20px;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-sub-text2-2 {
    padding: 0 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm {
    padding: 0 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-2 {
    padding: 0 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-j-adviser {
    padding: 0 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-listed {
    padding: 10px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text2-2-seminar1 {
    padding: 10px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text3-2 {
    padding: 10px 0 10px 30px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text5-2 {
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text5-3 {
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text6-2 { /*table-sub-text6-2はユニークではなくtpm.htmでも使ってます。*/
    padding: 10px 20px 10px 10px;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-sub-text7-2 {
    padding: 10px 0px;
    vertical-align: top;
  }
table.contentArea-table-B td.table-sub-text8-0 {
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
 table.contentArea-table-B td.table-sub-text8-1 {
    padding: 10px 20px 10px;
 }
  table.contentArea-table-B td.table-linkbtn {
    padding: 0 0 0 20px;
    vertical-align: top;
  }
  .table-zurashi-midashi {
    margin-left: 15%;
    margin-bottom: 10px;
    padding-top: 20px;
  }
	
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-B th {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  table.contentArea-table-B {
    width: 100%;
    height: auto;
  }
  table.contentArea-table-B th.sub-photo-size img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    object-fit: contain;
    object-position: 0% 50%;
  }
  .kotei-content.fixed table.contentArea-table-B th.sub-photo-size img {
    display: none;
  }
  table.contentArea-table-B td {
    display: block;
  }
  table.contentArea-table-B td.table-midashi {
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-1 {
    padding: 0;
	margin-top: 10px;
  }
  table.contentArea-table-B td.table-midashi2-2 {
    display: block !important;
    padding: 0;
    border-bottom: none;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-2-tpm {
    display: block !important;
    padding: 0;
    border-bottom: none;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-2-tpm-j-adviser {
    display: block !important;
    padding: 0;
    border-bottom: none;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-2-tpm-listed {
    display: block !important;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi2-2-seminar1 {
    display: block !important;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi3-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-midashi4-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-midashi5-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-midashi5-3 {
    display: block !important;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi6-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-midashi6-2 { /*table-midashi6-2はユニークではなくtpm.htmでも使ってます。*/
    display: block !important;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi7-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-midashi7-2 {
    display: block !important;
    padding: 10px 0 0;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi8-0 {
    display: block !important;
    padding: 10px 0;
  /*  border-bottom: 1px solid #fff;*/
    vertical-align: bottom;
      text-align: center;
      background-color: #FFFFFF;
      color:#0a0b3c;
  }
  table.contentArea-table-B td.table-midashi8-1 {
    display: block !important;
    padding: 40px 0 10px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-B td.table-midashi9-1 {
    padding: 0;
  }	
	
  table.contentArea-table-B th.contentArea-table-B-th2-2-tpm-2 {
    width: 90%;
    margin: 0 auto;
  }
    table.contentArea-table-B th.contentArea-table-B-th8-1 {
    width: 90%;
    margin: 0 auto;
}
table.contentArea-table-B th.contentArea-table-B-th8-0 {
    width: 60%;
    margin: 0 auto;
}
table.contentArea-table-B th.contentArea-table-B-th8-5 {
    width: 90%;
    margin: 0 auto;
}
  table.contentArea-table-B th.table-img7-2 {
    width: 30%;
    margin: 0 auto;
  }
  table.contentArea-table-B td.table-text {
    padding: 10px 0 10px;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text3-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text4-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text2-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text2-2-tpm {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text2-2-tpm-listed {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-midashi2-2-seminar1 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text3-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text5-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text5-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text5-3 {
    padding: 10px 0 10px;
  }

  table.contentArea-table-B td.table-text6-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text6-2 { /*table-text6-2はユニークではなくtpm.htmでも使ってます。*/
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text7-1 {
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-text7-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-text8-0 {
    padding: 40px 0 10px;
  }
table.contentArea-table-B td.table-text8-1{
      padding: 10px 0 10px 10px;  
    }
table.contentArea-table-B td.table-text8-1-0{
      padding: 10px 0 10px 10px;
    text-align: center;
    }
  table.contentArea-table-B td.table-sub-text2-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm {
    padding: 10px 0  0 10px;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-listed {
    padding: 10px 0px 10px;
  }
  table.contentArea-table-B td.table-sub-text2-2-seminar1 {
    padding: 10px 0px 10px;
  }
  table.contentArea-table-B td.table-sub-text2-2-tpm-j-adviser {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text3-2 {
    padding: 0 0 10px;
  }
  table.contentArea-table-B td.table-sub-text5-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text5-3 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text6-2 { /*table-sub-text6-2はユニークではなくtpm.htmでも使ってます。*/
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text7-2 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text8-0 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-sub-text8-1 {
    padding: 10px 0 10px;
  }
  table.contentArea-table-B td.table-linkbtn {
    padding: 0;
    vertical-align: top;
  }
  table.contentArea-table-B td.table-linkbtn2-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-linkbtn3-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-linkbtn5-1 {
    padding: 0;
  }
  table.contentArea-table-B td.table-linkbtn6-1 {
    padding: 0;
  }
  .table-zurashi-midashi {
    margin-left: 0;
    margin: 10px 0;
    padding-top: 0;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-C*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-C {
  border-collapse: collapse;
  width: 100%;
}
table.contentArea-table-C tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-C th {
  width: 110px;
  border-right: 2px solid #3e3f67;
  padding: 5px 30px 10px 0;
}
table.contentArea-table-C.tpm-1 th {
  width: 150px;
}
table.contentArea-table-C th.table-midashi {}
table.contentArea-table-C td {
  padding: 0 0 0 40px;
  vertical-align: middle;
}
table.contentArea-table-C td.table-text {}
table.contentArea-table-C td.table-linkbtn {
  width: 50%;
  vertical-align: top;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  table.contentArea-table-C th {
    width: 20%;
    vertical-align: top;
  }
  table.contentArea-table-C th img {
    width: 100%;
    height: auto;
  }
  table.contentArea-table-C td {}
  table.contentArea-table-C td.table-midashi {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-C td.table-text {
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
  table.contentArea-table-C td.table-linkbtn {}
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-C th {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border: none;
    text-align: left;
  }
  table.contentArea-table-C th img {
    width: 100%;
    height: auto;
  }
  table.contentArea-table-C td {
    padding: 0;
    display: block;
  }
  table.contentArea-table-C td.table-midashi {
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    vertical-align: bottom;
  }
  table.contentArea-table-C td.table-text {
    padding: 0 0 10px;
    margin: 0;
    vertical-align: top;
  }
  table.contentArea-table-C td.table-linkbtn {
    width: 100%;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */





/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-D （採用バナーで使用）*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-D {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #fff;
}
table.contentArea-table-D tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-D th {
  width: 630px;
  vertical-align: top;
}

table.contentArea-table-D th img {
  width: 100%;
  height: auto;
}
table.contentArea-table-D th.sub-photo-size img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 100% 20%;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  table.contentArea-table-D th {
    width: 30%;
    vertical-align: top;
  }
  table.contentArea-table-D th img {
    width: 100%;
    height: auto;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {

  table.contentArea-table-D th.sub-photo-size img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
	object-fit: contain;
    object-position: 0% 50%;
  }
  .kotei-content.fixed table.contentArea-table-D th.sub-photo-size img {
    display: none;
  }
  table.contentArea-table-D td {
    display: block;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-D （採用バナーで使用）*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-D td.kaiso-top-title-area {
  padding: 10px; 
  vertical-align: middle;
  width: 70%;
}
table.contentArea-table-D td.kaiso-top-title-area h3 {
  line-height: 1;
}
table.contentArea-table-D td.kaiso-top-title-area .more {
  color: #ccc;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {} 
/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-D td.kaiso-top-title-area {
    padding: 30px 10px;
    vertical-align: middle;
    width: 95%;
  }

} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-E*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-E {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #fff;
}
table.contentArea-table-E tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-E th {
  vertical-align: middle;
  text-align: center
}
table.contentArea-table-E th img {
  width: 100%;
  height: auto;
}
table.contentArea-table-E th.sub-photo-size img {
  width: 90%;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  table.contentArea-table-E th {
    width: 30%;
  }
  table.contentArea-table-E th img {
    width: 100%;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-E th {
	display: block;
    width: 100%;
    vertical-align: middle;
  }

  table.contentArea-table-E th.sub-photo-size img {
    width: 90%;
    padding: 20px 0 0;
  }
  .kotei-content.fixed table.contentArea-table-E th.sub-photo-size img {
    display: none;
  }
  table.contentArea-table-E td {
    display: block;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-E バナー*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-E td.kaiso-top-title-area {
  padding: 20px 30px 10px 0;
  vertical-align: middle;
  width: 70%;
}
table.contentArea-table-E td.kaiso-top-title-area h3 {
  line-height: 1;
}
table.contentArea-table-E td.kaiso-top-title-area .more {
  color: #ccc;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {} 
/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-E td.kaiso-top-title-area {
    padding: 30px 10px;
    vertical-align: middle;
    width: 95%;
  }

} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-F （houjin02 CMギャラリーバナーで使用）*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-F {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #3e3f67;
}
table.contentArea-table-F tr {
  padding: 0;
  margin: 0;
}
table.contentArea-table-F th {
	display: inline;
  width: auto;
  vertical-align: top;
}

table.contentArea-table-F th img {
  width: 80%;
  height: auto;
}
table.contentArea-table-F th.sub-photo-size img {
  width: auto;
  height: 80px;
  object-fit: cover;
  object-position: 100% 20%;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  table.contentArea-table-F th {
    vertical-align: top;
  }
  table.contentArea-table-F th img {
    width: auto;
    height: auto;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {

  table.contentArea-table-F th.sub-photo-size img {
    width: 45%;
	max-width: 150px;
    height: auto;
    box-sizing: border-box;
	object-fit: contain;
    object-position: 0% 50%;
	float: left;
  }
  .kotei-content.fixed table.contentArea-table-F th.sub-photo-size img {
    display: none;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

/*-------------------------------------------------------------------------------------------------*/
/* contentArea-table-F （houjin02 CMギャラリーバナーで使用）*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
table.contentArea-table-F td.kaiso-top-title-area {
  padding: 10px; 
  vertical-align: middle;
  width: 60%;
}
table.contentArea-table-F td.kaiso-top-title-area h3 {
  line-height: 1;
}
table.contentArea-table-F td.kaiso-top-title-area .more {
  color: #ccc;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {} 
/* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  table.contentArea-table-F td.kaiso-top-title-area {
    padding: 10px;
    vertical-align: middle;
    width: auto;
    display: inline;
    float: left;
    height: auto;
  }

} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン1
/*-------------------------------------------------------------------------------------------------*/
.table-design1 {
  border-collapse: collapse;
  width: 100%;
}
.table-design1 th {
  border: solid 1px #3e3f67;
  color: #fff;
  padding: 10px;
}
.table-design1 td {
  padding: 10px;
  border: 1px solid #3e3f67;
}
.table-design1 td.wd8-0 {
  width:14%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table-design1 .thead {
    display: none;
  }
  .table-design1 tr {}
  .table-design1 td {
    display: block;
    text-align: right;
  }
  .table-design1 td:first-child {
    border-top: 3px solid;
  }
  .table-design1 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-design1 td.wd8-0 {
    width:inherit;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン2
/*-------------------------------------------------------------------------------------------------*/
.table-design2 {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.table-design2 th {
  border: solid 1px #3e3f67;
  color: #fff;
  padding: 10px;
  font-weight: normal;
}
.table-design2 td {
  border: solid 1px #3e3f67;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .table-design2 {
    width: 100%;
  }
  .table-design2 tr {
    display: block;
    float: left;
  }
  .table-design2 tr td, .table-design2 tr th {
    border-left: none;
    display: block;
    border: solid 1px #3e3f67;
  }
  .table-design2 thead {
    display: block;
    float: left;
    width: 50%;
  }
  .table-design2 thead tr {
    width: 100%;
  }
  .table-design2 tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .table-design2 tbody tr {
    width: 100%;
  }
  .table-design2 tr td + td {
    border-left: none;
  }
  .table-design2 tbody td:last-child {
    border-bottom: solid 1px #3e3f67;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン3
/*-------------------------------------------------------------------------------------------------*/
table.table-design3 {
  border-collapse: collapse;
}
.table-design3 th {
  width: auto !important;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 20px 30px 20px 20px;
  font-weight: normal;
  text-align: right;
}
.table-design3 td {
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 1039px) {
  .table-design3 th {
    width: 30% !important;
    padding: 20px 30px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  table.table-design3 {
    width: 100%;
  }
  table.table-design3 tr {
    width: 100%;
  }
  .table-design3 th, .table-design3 td {
    border-bottom: none;
    display: block;
  }
  .table-design3 th {
    width: 100% !important;
    border: none;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #0a0b3c;
    font-weight: bold;
  }
  .table-design3 td {
    padding: 20px 10px;
    border: solid 1px #fff;
    line-height: 1.5;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン4
/*-------------------------------------------------------------------------------------------------*/
table.table-design4 {
  border-collapse: collapse;
}
.table-design4 th {
  width: 40%;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 20px 30px 20px 20px;
  font-weight: normal;
  text-align: right;
}
.table-design4 td {
  padding: 20px 20px 20px 30px;
}
@media screen and (max-width: 1039px) {
  .table-design4 th {
    width: 30%;
    padding: 20px 30px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  table.table-design4 {
    width: 100%;
  }
  table.table-design4 tr {
    width: 100%;
  }
  .table-design4 th, .table-design4 td {
    border-bottom: none;
    display: block;
  }
  .table-design4 th {
    width: 100% !important;
    border: none;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #0a0b3c;
    font-weight: bold;
  }
  .table-design4 td {
    padding: 20px 10px;
    border: solid 1px #fff;
    line-height: 1.5;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン5
/*-------------------------------------------------------------------------------------------------*/
.table-design5-wrapper ol {
  padding-left: 50px;
  background: url("../houjin-img/flow-arrow.png") no-repeat;
  background-size: contain;
}
.table-design5 th {
  padding: 10px;
  font-size: 1.3em;
}
.table-design5 td {
  padding: 10px;
  font-size: 1.3em;
  line-height: 1.4;
  border-bottom: 1px solid #3e3f67;
}
.table-design5 td .table-design5-text {
  font-size: 0.8em;
}
@media screen and (max-width: 1039px) {
  .table-design5-wrapper ol {
    padding-left: 50px;
    background-size: 5% 98%;
  }
}
@media screen and (max-width: 768px) {
  .table-design5-wrapper ol {
    padding-left: 20px;
    background-size: 5% 98%;
  }
  .table-design5 {
    width: 100%;
  }
  .table-design5 td {
    display: block;
  }
}
@media screen and (max-width: 472px) {
  .table-design5-wrapper ol {
    padding-left: 30px;
    background-size: 10% 98%;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン6 
/*-------------------------------------------------------------------------------------------------*/
.table-design6 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #0a0b3c;
}
.table-design6 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table-design6 thead {
  border-bottom: 5px solid #0a0b3c;
}
.table-design6 thead th {
  font-size: 1.1em;
  background: #3e3f67;
  color: #fff;
  vertical-align: middle;
}
.table-design6 thead th.th1 {
  width: 10%;
}
.table-design6 thead th.th2 {
  width: 55%;
}
.table-design6 tr:last-child {
  border-bottom: none
}
.table-design6 tr.forcas {
  background: #e5dccc;
}
.table-design6 tbody th.forcas{
  background: #e5dccc;
}
.table-design6 th, .table-design6 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table-design6 th:last-child, .table-design6 td:last-child {
  border: none;
}
.table-design6 tbody th {
  color: #0a0b3c;
  line-height: 1.3em;
  font-size: 1.1em;
  vertical-align: middle;
}
.table-design6 tbody td {
  line-height: 1.3em;
  vertical-align: middle;
}
.table-design6 .txt {
  text-align: left;
}
.table-design6 .price {
  text-align: left;
}
@media screen and (max-width: 1039px) {}
@media screen and (max-width: 768px) {
  .table-design6 {
    border: 0;
    width: 100%
  }
  .table-design6 th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #0a0b3c;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  .table-design6 thead th.th1 {
    width: 100%;
  }
  .table-design6 thead th.th2 {
    width: 100%;
  }
  .table-design6 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-design6 tr {
    display: block;
    margin-bottom: 2em;
  }
  .table-design6 th {
    display: block;
    position: relative;
    padding: .625em .625em .625em 7em;
    border-right: none;
  }
  .table-design6 th::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table-design6 td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 8em;
    border-right: none;
  }
  .table-design6 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table-design6 th:last-child {
    border-bottom: 0;
  }
  .table-design6 td:last-child {
    border-bottom: 0;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン7 
/*-------------------------------------------------------------------------------------------------*/
.table-design7 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #0a0b3c;
}
.table-design7 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.table-design7 thead {
  border-bottom: 5px solid #0a0b3c;
}
.table-design7 thead th {
  font-size: 1.1em;
  background: #3e3f67;
  color: #fff;
  vertical-align: middle;
}
.table-design7 thead th.th1 {
  width: 20%;
}
.table-design7 thead th.th2 {
  width: 40%;
}
.table-design7 tr:last-child {
  border-bottom: none
}
.table-design7 tr.forcas {
  background: #e5dccc;
}
.table-design7 th, .table-design7 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.table-design7 th:last-child, .table-design7 td:last-child {
  border: none;
}
.table-design7 tbody th {
  color: #0a0b3c;
  line-height: 1.3em;
  font-size: 1.1em;
  vertical-align: middle;
}
.table-design7 tbody td {
  line-height: 1.3em;
  vertical-align: middle;
}
.table-design7 .txt {
  text-align: left;
}
.table-design7 .price {
  text-align: left;
}
@media screen and (max-width: 1039px) {}
@media screen and (max-width: 768px) {
  .table-design7 {
    border: 0;
    width: 100%
  }
  .table-design7 th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #0a0b3c;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  .table-design7 thead th.th1 {
    width: 100%;
  }
  .table-design7 thead th.th2 {
    width: 100%;
  }
  .table-design7 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-design7 tr {
    display: block;
    margin-bottom: 2em;
  }
  .table-design7 th {
    display: block;
    position: relative;
    padding: .625em .625em .625em 7em;
    border-right: none;
  }
  .table-design7 th::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table-design7 td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 8em;
    border-right: none;
  }
  .table-design7 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  .table-design7 th:last-child {
    border-bottom: 0;
  }
  .table-design7 td:last-child {
    border-bottom: 0;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン8 
/*-------------------------------------------------------------------------------------------------*/
table.table-design8 {
  border-collapse: collapse;
  width: 100%;
}
.table-design8 th, .table-design8 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.table-design8 th {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
.table-design8 th.th1 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .table-design8 .head {
    display: none;
  }
  .table-design8 {
    width: 100%;
  }
  .table-design8 th.th1 {
    width: 100%;
  }
  table.table-design8 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.table-design8 td:first-child {
    background: #fff;
    color: #0a0b3c;
    font-weight: bold;
    text-align: center;
    padding: 0;
  }
  table.table-design8 td:before {
    content: attr(data-label);
    font-size: 1.1rem;
    font-weight: bold;
    color: #ccc;
    display: block;
    padding: 8px 0 5px;
  }
  .table-design8 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* テーブルデザイン9
/*-------------------------------------------------------------------------------------------------*/
table.table-design9 {
  border-collapse: collapse;
}
.table-design9 th {
  width: auto !important;
  border-right: solid 1px #fff;
  color: #fff;
  padding: 20px 30px 20px 20px;
  font-weight: normal;
  text-align: right;
}
.table-design9 td {
  padding: 20px 20px 20px 30px;
  text-align: left; /*これ入れないと均等貼り付けっぽくなる*/
}
@media screen and (max-width: 1039px) {
  .table-design9 th {
    width: 30% !important;
    padding: 20px 30px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  table.table-design9 {
    width: 100%;
  }
  table.table-design9 tr {
    width: 100%;
  }
  .table-design9 th, .table-design9 td {
    border-bottom: none;
    display: block;
  }
  .table-design9 th {
    width: 100% !important;
    border: none;
    padding: 5px 0;
    text-align: center;
    background: #fff;
    color: #0a0b3c;
    font-weight: bold;
  }
  .table-design9 td {
    padding: 20px 10px;
    border: solid 1px #fff;
    line-height: 1.5;
    text-align: left; /*これ入れないと均等貼り付けっぽくなる*/
  }
}
/*-------------------------------------------------------------------------------------------------*/
/* listed で使用　スクロールできる テーブル　列行固定
/*-------------------------------------------------------------------------------------------------*/
.btn-waku {
  padding: 5px;
  text-align: center;
}
.btn-waku:hover {
  background: #917440;
}
.wrapper-btn-waku {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 5px;
  border-top: 1px solid #3e3f67;
  border-bottom: 1px solid #3e3f67;
}
.scroll-table-wrapper {
  overscroll-behavior: none;
}
.scroll-table {
  max-height: 90vh;
  overflow: scroll;
}
table.st-tbl1 {
  border-collapse: collapse;
  border: 1px solid #0a0b3c;
}
table.st-tbl1 th {
  border: 1px solid #0a0b3c;
}
table.st-tbl1 td {
  border: 1px solid #0a0b3c;
} /*1段目　th ゴールド*/
table.st-tbl1 th.kijun-th1a {
  background: #917440;
  color: #fff;
}
/*２段目　th ゴールド*/
table.st-tbl1 th.kijun-th1b-1 {
  background: #cfa45a;
  color: #fff;
}
table.st-tbl1 th.kijun-th1b-2 {
  background: #d1ae71;
  color: #fff;
}
/*1段目　th グレー*/
table.st-tbl1 th.kijun-th2a {
  background: #4d4d4d;
  color: #fff;
}
/*２段目　th グレー*/
table.st-tbl1 th.kijun-th2b-1 {
  background: #6e6e6e;
  color: #fff;
}
table.st-tbl1 th.kijun-th2b-2 {
  background: #8b8b8b;
  color: #fff;
}
/*1段目　th 紫**/
/*table.st-tbl1 th.kijun-th3a {
  background: #6667ae;
  color: #fff;
}*/
/*２段目　th 紫*/
/*table.st-tbl1 th.kijun-th3b-1 {
  background: #9395d4;
}
table.st-tbl1 th.kijun-th3b-2 {
  background: #a1a3db;
}*/
/*2列目~ここから td*/
/*ゴールド　濃*/
table.st-tbl1 td:nth-child(2) {
  background: #fff0d6;
  opacity: 0.90;
}
/*ゴールド　淡*/
table.st-tbl1 td:nth-child(3) {
  background: #fff8ec;
  opacity: 0.90;
}
table.st-tbl1 td:nth-child(4) {
  background: #fff0d6;
  opacity: 0.90;
}
table.st-tbl1 td:nth-child(5) {
  background: #fff8ec;
  opacity: 0.90;
}
table.st-tbl1 td:nth-child(6) {
  background: #fff0d6;
  opacity: 0.90;
}
/*グレー　濃*/
table.st-tbl1 td:nth-child(7) {
  background: #eaeaea;
  opacity: 0.90;
}
/*グレー　淡*/
table.st-tbl1 td:nth-child(8) {
  background: #f8f8f8;
  opacity: 0.90;
}
table.st-tbl1 td:nth-child(9) {
  background: #eaeaea;
  opacity: 0.90;
}
/*ゴールド　濃*/
table.st-tbl1 td:nth-child(10) {
  background: #fff0d6;
  opacity: 0.90;
}
/*ゴールド　淡*/
table.st-tbl1 td:nth-child(11) {
  background: #fff8ec;
  opacity: 0.90;
}
/*グレー　濃*/
table.st-tbl1 td:nth-child(12) {
  background: #eaeaea;
  opacity: 0.90;
}
/*グレー　淡*/
table.st-tbl1 td:nth-child(13) {
  background: #f8f8f8;
  opacity: 0.90;
}
/*1列目 th*/
table.st-tbl1 tbody th:nth-child(1) {
  background: #4d4d4d;
  color: #fff;
  z-index: 1;
}
/*1列目 th 偶数に色をほんのりつける*/
table.st-tbl1 tbody tr:nth-child(2n) th {
  background: #868686;
}
/*td 偶数に色をほんのりつける*/
table.st-tbl1 tbody tr:nth-child(2n) {
  background: #9f9f9f;
}
table.st-tbl1 {
  width: 2000px;
  /*見切れるように多くにしている*/
}
.st-tbl1 thead th {
  /* 縦スクロール時を固定 */
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.st-tbl1 th:first-child {
  /* 横スクロールを固定 */
  position: sticky;
  left: 0;
  background: #f1f1fd;
  color: #0a0b3c;
}
.st-tbl1 thead th.point {
  /* 一番左端のthead thが横スクロール時に隠れない様に */
  z-index: 2;
}
.st-tbl1 th, .st-tbl1 td {
  border-collapse: collapse;
  text-align: left;
  padding: .2rem .5rem;
  font-weight: normal;
  color: #0a0b3c;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.st-tbl1 thead th {
  width: 50vw;
}
.st-tbl1 tbody th {
  width: 50vw;
}
.st-tbl1 tbody td {
  width: 50vw;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .btn-waku {
    padding: 5px;
    border: 1px solid #3e3f67;
    font-size: 0.9em;
  }
  .wrapper-btn-waku {
    padding: 5px;
    border-top: 1px solid #3e3f67;
    border-bottom: 1px solid #3e3f67;
  }
  .scroll-table {
    max-height: 60vh;
  }
  .st-tbl1 thead th {
    padding: 1px;
    font-size: 0.8rem;
  }
  .st-tbl1 tbody th {
    width: 2%;
    padding: 1px;
    font-size: 0.7rem;
  }
  .st-tbl1 tbody td {
    width: 1vw;
    font-size: 0.7rem;
  }
  table.st-tbl1 {
    width: 2000px;
    /*見切れるように多くにしている*/
  }
  .p-sticky-table table {
    max-height: 60vh;
  }
  .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
    min-width: 25vw;
  }
  .p-sticky-table th, .p-sticky-table td {
    font-size: 12px !important;
    padding: 7px !important;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* リンク　ボタン　これをベースに各コンテンツで細かい調整をする
/*-------------------------------------------------------------------------------------------------*/
.link-btn {
  font-family: 'Shippori Mincho', serif;
  font-family: 'Shippori Mincho B1', serif;
  display: inline-block;
  padding: 0.5em 1.5em;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.btn-ver1 {
  background: #fff;
  border: 1px solid #fff;
  color: #0a0b3c !important;
}
.btn-ver2 {
  background: #917440;
  border: 1px solid #917440;
  color: #fff !important;
}
.btn-ver3 {
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-ver4 { /*hoverつくらない*/
  border: 1px solid #fff;
  color: #fff !important;
}
.btn-ver1:hover {
  background: #917440;
  color: #fff !important;
  border: 1px solid #917440;
}
.btn-ver2:hover {
  background: #fff;
  color: #0a0b3c !important;
  border: 1px solid #fff;
}
.btn-ver3:hover {
  background: #fff;
  color: #0a0b3c !important;
  border: 1px solid #fff;
}
/*光るボタン*/
.btn-anime1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.btn-anime1::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: btn-anime1 3s ease-in-out infinite;
}
@-webkit-keyframes btn-anime1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*//光るボタン*/
.kotei-sizebtn { /*２個並びの高さをそろえて中央ぞろえボタン　セミナーページのみ*/
  vertical-align: middle;
  display: table-cell;
  width: 500px; /*100%効かないので適当な数値いれる*/
  height: 5.5em;
}
.link-btn-long {
  font-size: 0.85rem;
}
.link-btn:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 0.4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.link-btn-pdf:before {
  position: absolute;
  content: '\f1c1';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  left: 0.4em;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.link-btn2:after { /*PCのときに矢印出したくないときに*/
  content: none;
}
.link-btn3:after { /*PCTABSP全部に矢印出したくないときに*/
  content: none;
}
/* タブレット　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  .link-btn {
    font-size: 16px;
  }
  .link-btn2:after { /*PCのときに矢印出したくないときに　タブレット以下出す*/
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    right: .4em;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
  .kotei-sizebtn { /*２個並びの高さをそろえて中央ぞろえボタン　セミナーページのみ*/
    height: 5em;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .link-btn {
    padding: 0.5em 1.5em;
    width: auto;
    display: block;
  }
  .kotei-sizebtn { /*２個並びの高さをそろえて中央ぞろえボタン　セミナーページのみ*/
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
    max-height: 5.2em;
  }
  .kotei-sizebtn.one-gyou { /*２個並びの高さをそろえて中央ぞろえボタン　セミナーページのみ*/
    padding: 1.1em 0;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* お知らせアーカイブ
/*-------------------------------------------------------------------------------------------------*/
.white-waku-news-archive {
  border: 1px solid #fff;
  padding: 10px 20px;
}
/*-------------------------------------------------------------------------------------------------*/
/* お知らせ　news-list
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.news-list {
  list-style: none outside;
  padding: 0;
}
.news-list .item {
  position: relative;
}
.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #3e3f67;
  padding: 20px 20px;
}
.news-list .item:first-child a {
  border-top: 1px solid #3e3f67;
}
.news-list .item:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.news-list .item .date {
  margin: 0;
  /*  min-width: 140px;
*/ padding: 0 20px 0 0;
}
.news-list .item a:link, .news-list .item a:visited {
  color: #fff !important;
  text-decoration: none;
}
.news-list .item a:hover, .news-list .item a:active {
  color: #757575 !important;
  text-decoration: none;
}
.news-list .item .category {
  margin: 0;
  /*min-width: 140px;*/
  padding: 0 20px 0 0;
}
.news-list .item .category span {
  background: #917440;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 3px 0 0;
  font-size: 12px;
  width: 50px;
}
.news-list .item .title {
  margin: 0;
  padding: 0 20px 0 0;
  width: 100%;
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++*/
/* タブレット　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .news-list .item a {
    flex-wrap: wrap;
    padding: 10px;
  }
  .news-list .item .date {
    min-width: auto;
    padding: 0 10px 0 0;
  }
  .news-list .item .title {
    margin-top: 10px;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/




/*-------------------------------------------------------------------------------------------------*/
/* TOPリンクコンテンツ　#top-linkArea
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.top-linkArea-bg {
  background: #000;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
.top-linkArea-bg2 {
  background: #000;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
.top-linkArea-bg3 {
  background: #3e3f67;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
#top-linkArea .top-linkArea-box .t-link {
  float: left;
  /*width: 24.1%;
	margin: 0 10px 0 0;*/
	width: 29.1%;
	margin: 0 40px 0 0;
}
#top-linkArea .top-linkArea-box .t-link:last {
  margin: 0;
}

#top-linkArea .top-linkArea-box .t-link.last {
  margin: 0;
}
#top-linkArea .top-linkArea-box .t-link table.t-link-box1 {
  border-collapse: collapse;
}

#top-linkArea .top-linkArea-box .t-link table.t-link-box1 {
  border: 2px solid #686992;
  color: #fff;
  width: 99%;
  margin: 0 0 10px 0;
}
#top-linkArea .top-linkArea-box .t-link table.t-link-box2 {
  border: 2px solid #917440;
  color: #fff;
  width: 99%;
  margin: 0 0 5px 0;
}

#top-linkArea .top-linkArea-box .t-link .t-link-box1 th img,#top-linkArea .top-linkArea-box .t-link .t-link-box2 th img {
	width: 98px;
	height: auto;
}
#top-linkArea .top-linkArea-box .t-link .t-link-box1 td,#top-linkArea .top-linkArea-box .t-link .t-link-box2 td {
	vertical-align: middle;
	text-align: left;
	padding: 10px;
	font-size: 0.9rem;
    line-height: 1.2;
    font-weight: normal;
}

/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++*/
/* タブレット　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
#top-linkArea .top-linkArea-box .t-link {
	width: 50%;
	margin: 0;
}
#top-linkArea .top-linkArea-box .t-link .t-link-box1 th,#top-linkArea .top-linkArea-box .t-link .t-link-box2 th {
}
	
#top-linkArea .top-linkArea-box .t-link .t-link-box1 td,#top-linkArea .top-linkArea-box .t-link .t-link-box2 td {
	width: 100%;
	height: 70px;/*これいれとかないとくずれる*/
}
	
	
	
	
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */



/* オリジナルスマホ　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 525px) {
#top-linkArea .top-linkArea-box .t-link {
	width: 50%;
	margin: 0;
}
#top-linkArea .top-linkArea-box .t-link .t-link-box1 th img,#top-linkArea .top-linkArea-box .t-link .t-link-box2 th img {
	width: 100%;
	height: auto;
}
#top-linkArea .top-linkArea-box .t-link .t-link-box1 th,#top-linkArea .top-linkArea-box .t-link .t-link-box2 th {
	display: block;
}
	
#top-linkArea .top-linkArea-box .t-link .t-link-box1 td,#top-linkArea .top-linkArea-box .t-link .t-link-box2 td {
	display: block;
	width: auto;
	height: 17vw;
	font-size: 0.8rem;
    line-height: 1.1;
}
} /* オリジナルスマホ end　++++++++++++++++++++++++++++++++++++++++++ */





/*-------------------------------------------------------------------------------------------------*/
/* 法人向けサービス　#serviceArea
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.serviceArea-bg {
  background: #000;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
.serviceArea-bg2 {
  background: #000;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
.serviceArea-bg3 {
  background: #3e3f67;
  padding: 30px 0 10px;
  margin-bottom: 60px;
}
#serviceArea .serviceArea-box .case {
  float: left;
  width: 19%;
  margin: 0 5px;
}
#serviceArea .serviceArea-box .case .case-box {
  display: block;
  overflow: hidden; /*必須*/
  border: 1px solid #0a0b3d;
  background: #fff;
  padding: 20px 15px;
}
#serviceArea .serviceArea-box .case .case-box1 {
  display: block;
  overflow: hidden;
  border: 1px solid #3e3f67;
  border-bottom: 3px solid #917440;
  padding: 20px 15px;
  background: none;
}
#serviceArea .serviceArea-box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#serviceArea .serviceArea-box .case .case-box h4 {
  color: #0a0b3c;
}
#serviceArea .serviceArea-box .case .case-box1 h4 {
  color: #fff;
  font-size: 1.1em;
}
#serviceArea .serviceArea-box .case .case-box .text {
  max-height: 200px;
  color: #ccc;
  text-align: right;
}
#serviceArea .serviceArea-box .case .case-box .text2 {
  max-height: 200px;
  color: #ccc;
  text-align: center;
  background: #917440;
  margin-top: 10px;
}
#serviceArea .serviceArea-box .case .case-box .pic {
  width: 100%;
  height: 0;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 15px;
}
#serviceArea .serviceArea-box .case .case-box .pic img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
}
/*IE9のみ　ハック　＠mediaバージョン*/
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
  #serviceArea .serviceArea-box .case .case-box .pic img {
    left: 0;
    top: 0;
  }
}
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++*/
/* タブレット　start++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  #serviceArea .serviceArea-box {}
  #serviceArea .serviceArea-box .case {
    width: 33.3%;
    margin: 0;
  }
  #serviceArea .serviceArea-box .case .case-box {
    padding: 10px 10px 5px;
    border-bottom: 3px solid #917440;
  }
  #serviceArea .serviceArea-box .case .case-box:hover {
    background: #fff;
  }
  #serviceArea .serviceArea-box .case .case-box h4 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #serviceArea .serviceArea-box .case .case-box .pic img {
    width: auto;
    max-height: 200px;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  #serviceArea .serviceArea-box .case {
    width: 50%;
  }
  #serviceArea .serviceArea-box .case .case-box {}
  #serviceArea .serviceArea-box .case .case-box h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  #serviceArea .serviceArea-box .case .case-box .pic {
    padding-bottom: 120px;
    margin-bottom: 10px;
  }
  #serviceArea .serviceArea-box .case .case-box .pic img {
    width: auto;
    max-height: 120px;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*#serviceArea hover*/
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.hover {
  position: relative;
}
.hover .hover-img {
  margin: 0;
  padding: 0;
}
.hover-img img {
  width: 100%;
  height: 100%;
}
.hover .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  transition: .3s ease-in-out;
}
.hover .hover-text .text1 {
  font-size: 22px;
  padding: 45% 10px 10px;
  text-align: center;
}
.hover .hover-text .text2 {
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
}
/*ホバーエフェクト*/
.hover:hover .hover-text {
  /*不透明にして表示*/
  opacity: 1;
}
/*-------------------------------------------------------------------------------------------------*/
/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
/* PC　スマホ　タブレット　全て共通 end 　+++++++++++++++++++++++ */
/*タブレット　start　+++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1039px) {
  .hover .hover-text .text1 {
    font-size: 22px;
    padding: 4.8em 10px 10px;
    text-align: center;
  }
} /* タブレット end　++++++++++++++++++++++++++++++++++++++++++ */
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
  .hover .hover-text .text1 {
    font-size: 22px;
    padding: 2.5em 10px 10px;
    text-align: center;
  }
} /* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------
ここから下が@mediaの使い方が上記と違う　注意
/*-------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
.contactArea
------------------------------------------------------------------------------*/
/*スマホ　ただしPCの記述も重複して書く*/
.contactArea {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 10px 0;
}
.contactArea .link-btn {
  padding: 0.5em 1em;
}
.contactArea2 .link-btn {
  font-size: 1.3rem;
  line-height: 1.1;
}
.contactArea2 .link-btn .link-btn-small {
  font-size: 1rem;
  line-height: 1.1;
}
.contactArea dd {
  margin: 0;
  padding-top: 15px;
  font-size: 13px;
  line-height: 1.2;
}
.contactArea .prefix {
  display: block;
  font-size: 1.15rem;
  line-height: 1.5;
}
.contactArea .tel {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: -0.35em;
}
.contactArea .tel i {
  font-size: 0.9em;
  margin-right: 10px;
}
.contactArea .time {
  font-size: 0.9rem;
  text-align: center;
  margin-left: 0;
}
.contactBtn {
  margin-right: 0;
}
.contactBtn2 {
  width: 100%;
}
.contactArea2 h3.waku-box {
  line-height: 1.4 !important;
  margin-bottom: 10px;
}
.contactArea2 .waku-box {
  line-height: 3;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 5px;
}
@media print, screen and (min-width: 1039px) {
  /*PC　ただしスマホの記述も重複して書く*/
  .contactArea {
    border: 1px solid #fff;
    text-align: left;
    padding: 40px 80px 20px;
    padding: 30px;
  }
  .contactArea .link-btn {
    padding: 1em 0;
  }
  .contactArea dd {
    display: table;
    width: 100%;
    padding-top: 40px;
    font-size: 18px;
  }
  .contactArea dd .col {
    display: table-cell;
    vertical-align: top;
  }
  .contactArea dd .col:last-child {
    padding-top: 10px;
  }
  .contactArea2 {
    padding: 40px 60px 0;
  }
.contactArea2 .link-btn {
  font-size: 1.5rem;
  line-height: 1.1;
}
.contactArea2 .link-btn .link-btn-small {
  font-size: 1.2rem;
  line-height: 1.1;
}	
  .contactArea2 dd {
    padding: 0;
  }
  .contactArea2 dd .col:last-child {
    padding-top: 0;
  }
  .contactArea .prefix {
    display: block;
    font-size: 1.15rem;
    line-height: 1.1;
  }
  .contactArea .tel {
    font-size: 2rem;
  }
  .contactArea .time {
    font-size: 0.9rem;
    text-align: left;
  }
  .contactBtn2 {
    width: 440px;
    margin: 0 auto;
    text-align: center;
  }
  .contactArea2 h3.waku-box {
    line-height: 1.4 !important;
    margin-bottom: 10px;
  }
  .contactArea2 .waku-box {
    line-height: 3;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
  }
}
/*------------------------------------------------------------------------------
#footer-link
------------------------------------------------------------------------------*/
/*PC　スマホ共通*/
#footer-link {
  color: #fff;
  text-align: center;
}
.footerLogo {
  margin: 0 0 5px;
}
.footerAddress {
  padding: 5px 0;
  margin-bottom: 20px;
}
.footer-link-navi {
  font-size: 0.9rem;
  overflow: hidden;
}
.footer-link-navi li {
  width: 50%;
  float: left;
}
.footer-link-navi a {
  display: flex;
  float: none;
  position: relative;
  margin: 0;
  padding: 10px 30px 10px 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  height: 4em;
  vertical-align: middle;
  -webkit-box-align: center;
  */ -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-size: 0.7rem;
}
.footer-link-navi a:hover {
  background: #9E9E9E;
  color: #fff;
}
.footer-link-navi a:after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  /*PC*/
  #footer-link {
    text-align: left;
  }
  .footerLogo {
    margin: 0 0 5px;
  }
  .footerAddress {
    padding: 5px 0;
    margin-bottom: 30px;
  }
  .footer-link-navi li {
    width: 100%;
    float: none;
  }
  .footer-link-navi a {
    display: inline-block;
    float: left;
    position: relative;
    padding: 5px 20px 5px 10px;
    border: none;
    background: none;
    color: #fff;
    text-align: left;
    height: auto;
    vertical-align: middle;
    -webkit-box-align: top;
    */ -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    line-height: 1.4;
    font-size: 0.8rem;
  }
  .footer-link-navi a:hover {
    color: #757575;
    background: none;
  }
  .footer-link-navi a:after {
    display: none;
  }
  .footer-link-navi a:before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}
/*------------------------------------------------------------------------------
#footer-navi 
------------------------------------------------------------------------------*/
/*PCとスマホ共通*/
#footer-navi .nav {
  margin: 0 10px;
}
#footer-navi .nav li a {
  padding: 10px 0;
  color: #fff;
  position: relative;
}
#footer-navi .nav-child li a {
  padding-left: 15px;
}
#footer-navi .nav-child li.sub-cate a {
  padding-left: 30px;
}
#footer-navi .nav-child li a span {
  position: relative;
}
#footer-navi .nav-child li a span::before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  right: calc(100% + 5px);
  margin: auto;
}

.footer-banner-midashi{
	border-left: 6px solid #fff; 
	padding-left: 5px;
}
/*グループ会社提供サービス バナー*/
.group-banner{
	float: left;
	margin-right: 10px;
}	

@media only screen and (min-width: 768px) {
  /*PC*/
  #footer-navi .area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer-navi .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 10;
  }
  #footer-navi .nav li a span.sub-font {
    font-size: 0.9rem;
  }
  #footer-navi .nav li.sub-cate a span.sub-font {
    font-size: 0.8rem;
  }
  #footer-navi .nav li a {}
  #footer-navi .nav li a:hover {
    opacity: 1;
    color: #757575;
  }
  #footer-navi .js-aco {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) { /*ここは767必須*/
  /*スマホ*/
	
  #footer-navi .nav {
    margin: 0;
    background: #3e3f67;
  }
  #footer-navi .nav li {
    border-top: 1px solid #fff;
  }
  #footer-navi .nav li:first-child {
    border-top: none;
  }
  #footer-navi .nav li a {
    display: block;
    padding: 12px 20px;
    background-size: 6px auto;
  }
  #footer-navi .nav li a:hover {
    background: #9E9E9E;
  }
  #footer-navi .btn-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
  }
  #footer-navi .nav-child li a {
    padding-left: 40px;
    background: #4e4f77;
  }
  #footer-navi .nav-child li.sub-cate a {
    padding-left: 60px;
    background: #5d5e87;
  }
  #footer-navi .nav li.sub-cate a span.sub-font {
    font-size: 0.9rem;
  }
  #footer-navi .nav .btn-wrap a {
    padding: 10px;
    width: 40%;
  }
  #footer-navi .copyright {
    font-size: 10px;
    text-align: center;
  }
  #footer-navi .nav-child {
    display: none;
  }
  #footer-navi .ico-open {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
  }
  #footer-navi .ico-open::before, #footer-navi .ico-open::after {
    content: "";
    background-color: #fff;
    position: absolute;
    -webkit-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  #footer-navi .js-aco.is-active .ico-open::before {
    content: none;
  }
  #footer-navi .js-aco.is-active .ico-open::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  #footer-navi .ico-open::before {
    top: 8px;
    left: 0px;
    width: 16px;
    height: 1px;
  }
  #footer-navi .ico-open::after {
    top: 0;
    left: 8px;
    ;
    width: 1px;
    height: 16px;
  }
	
	
	/*グループ会社提供サービス バナー*/
	.group-banner{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}	
}


/*==================================================
CMギャラリー 動画　ビデオ　video youtube　
===================================*/

/* PC　スマホ　タブレット　全て共通　++++++++++++++++++++++++++++ */
.box-link2-bg{
	/*width: 80%; 
	margin: 0 auto;*/
}

.cv-bg2{ 
	background-image: url(../houjin-img/cv-bg2.png);
	background-position: right 0 top 0;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
@media only screen and (max-width: 1145px) {
.box-link2-bg{
	/*width: 50%; 
	margin: 0 auto;*/
}
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.box-link2-bg{
/*	width: 80%; 
	margin: 0;*/
	text-align: left;
}
.cv-bg2{
	background-image: url(../houjin-img/cv-bg2.png), none;
	background-position: right 0 top 0;
	background-size: 20%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 500px) {
.box-link2-bg{
	/*width: 70%; 
	margin: 0;*/
	text-align: left;
}
.cv-bg2{
	background-image: url(../houjin-img/cv-bg2.png), none;
	background-position: right 0 top 0;
	background-size: 35%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}
@media only screen and (max-width: 320px) {
.box-link2-bg{
	/*width: 70%; 
	margin: 0;*/
}
.cv-bg2{
	background-image: url(../houjin-img/cv-bg2.png), none;
	background-position: right 0 top 0;
	background-size: 40%;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
}


.box-link2{
	display: flex;
	align-content: center;
	justify-content: space-around;
}
.red-waku{ /*高島さんIPO篇の赤に合わせてる*/
    border: 1px solid #c01700!important;
    padding: 50px 0;
}
.item2{
	background: #fff;
	padding: 20px 10px 10px;
	flex-basis:30%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0a0b3c;
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
.box-link2{
	display: block;
	align-content: center;
	justify-content: space-around;
	border: 1px solid #ccc;
}
.item2{
	flex-basis:20%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
}
@media only screen and (max-width: 340px) {
.box-link2{
	border: none;
}
.item2{
	background: none;
	border: none;
	padding: 0;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */



/*==================================================
　動画　ビデオ　video youtube　アイディアの扉　高島さん動画など
===================================*/

.video-box {
	background: #fff;
	padding: 20px 160px 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0a0b3c;	
}
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.video-box {
	padding: 20px 20px 10px;
}
}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframe-box {
	background: #fff;
	padding: 20px 20px 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0a0b3c;	
}	
.iframe-box-wrapper{
	overflow: hidden;
}
.iframe-box1-1{
	float: left;
	width: 49%;
}
.iframe-box1-2{
	float: right;
	width: 51%;
}	
/* スマホ　start　++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 768px) {
.iframe-box1-1{
	float: none;
	width: 100%;
}
.iframe-box1-2{
	float: none;
	width: 100%;
}


}/* スマホ end　++++++++++++++++++++++++++++++++++++++++++++++ */

	
	


/*==================================================
スクロール動き　
===================================*/
/* ふわっ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time03 {
  animation-delay: 0.4s;
}
.delay-time04 {
  animation-delay: 0.5s;
}