@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* テーブル共通 */
.Vtop {
	vertical-align: top;
}
table th {
    border: 1px solid #193B73;
	vertical-align: middle;
}
table td {
    border: 1px solid #193B73;
	vertical-align: middle;
}
.Table_Bg_blue {
	background: #70BAFE;
    color: #FFF;
    font-weight: bold;
}

table.MenuDate {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
	background: #F7FBFF;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
word-wrap: break-word;
table-layout: fixed;
}
table.MenuDate td.Vtop p {
white-space: normal;        /* これで折り返せる */
  overflow-wrap: anywhere;    /* 長い語でも折る */
  word-break: break-word;

}
table.MenuDate .Order {
	padding: 10px;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index:2;
}
table.MenuDate .Order:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	background: #F7FBFF;
}
table.MenuDate td {
    border: 1px solid #000;
    padding: 5px;
	position:relative;
  width: 220px;         /* 好きな幅に */
  min-width: 220px;     /* スクロール前提ならこれが効く */
  max-width: 220px;
  vertical-align: top;
}
.MenuDate td:nth-child(even) {
	xbackground: #70BAFE;
}
.MenuDate p {
	font-size: 14px;
    margin: 10px auto;
}
.MenuDate tr.Middle td {
	vertical-align: middle;
}
.ServiceBox_Inner {
	margin: 70px auto;
}
.MenuDate td span,
.ValuDate td span {
	color: #193B73;
}
/* 評価テーブル */

table.ValuDate {
}
table.ValuDate th {
    padding: 10px;
    color: #FFF;
    background: #015DB2;
}
table.ValuDate td {
	padding: 10px;
}
/* 基本テーブル */
table.DateTable {
	color:#FFF;
}
table.DateTable th {
    padding: 5px;
	border: 1px solid #FFF;
}
table.DateTable td {
    padding: 5px;
	border: 1px solid #FFF;
	font-size: 12px
}
table.DateTable td:nth-child(odd) {
    width:60%;
}

/* 料金表テーブル */
table.PriceDate {
}
table.PriceDate_W {
	color:#FFF;
}
table.PriceDate th {
    padding: 10px;
}
table.PriceDate td {
    padding: 10px;
}
table.PriceDate td:nth-child(odd) {
    width:60%;
}
table.PriceDat_W {
	color:#FFF;
}
table.PriceDate_W th {
    padding: 10px;
	border: 1px solid #FFF;
}
table.PriceDate_W td {
    padding: 10px;
	border: 1px solid #FFF;
}
table.PriceDate_W td:nth-child(odd) {
    width:60%;
}
/***** テキストスタイル *****/
.Col_w {
	color:#FFF;
}
.TitleBox {
}
.Title00 {/* 共通h1 */
}
.Title01 {/* 共通h2　黒 */
    display: inline-block;
    border-bottom: 2px solid #000;
    min-width: 350px;
    padding: 0 0 15px;
    margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.Title01_w {/* 共通h2 白*/
    display: inline-block;
    border-bottom: 2px solid #FFF;
    min-width: 350px;
    padding: 0 0 15px;
    margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
    letter-spacing: 0.1em;
}
.Title01 span,
.Title01_w  span {/* 共通h2 */
	font-size: 45px;
    font-weight: bold;
    line-height: 1.7;
}
.Title02_w {/* サブページタイトル共通h2 白*/
    border-bottom: 2px solid #FFF;
    padding: 0 0 15px;
    margin-bottom: 15px;
	font-size: 26px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.Title02_w  span {/* サブページタイトル共通h2 */
	font-size: 45px;
    line-height: 1.7;
}
.Title03 {/* h4 */
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto;
}
.Title03_w {/* h4 */
	font-size: 18px;
	font-weight: 700;
	margin: 15px auto;
}
.SubTitle {
	font-size: 18px;
	text-align: center;
	color: #FFF;
}

.PickupTitle { /* TOPピックアップタイトル */
	margin: 0 auto;
    font-size: 18px;
	font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #193B73;
    color: #FFF;
}
.SubTxt { /*タイトルサブテキスト*/
	text-align: center;
	margin: 0 auto 15px;
	max-width: 70%;
}
.SubTxt_w { /*タイトルサブテキスト*/
	text-align: center;
	margin: 0 auto 15px;
	color: #fff;
	max-width: 70%;
}
/* スモールテキスト */
.Small {
	font-size: 12px;
}
/****** ヘッターエリア ******/
.overlay-lock {
    overflow: hidden !important;
    width: auto;
}
header{
	position: relative;
}
.Logo {
    text-align: center;
    padding: 14px 0 5px;
	z-index: 0;
}
header .hwrap {
	max-width: 1200px;
    margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
header .site-title {
	float: left;
    padding: 20px 0;	
}
header .htext {
	line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
	padding: 0 1em;
	min-height:21px;
}
header .hacB {
    position: absolute;
    top: 2em;
    right: 0;
}

/***** ヘッターナビ *****/
.NavToggleBtn {
    display: block;
    position: fixed;
    width: 56px;
    height: 56px;
    border: solid 2px #fff;
    background-color: black;
    left: 30px;
    top: 15px;
    text-align: center;
    z-index: 20;
    cursor: pointer;
	border-color: #193B73;
    background-color: rgba(255, 255, 255, 0.5);
}
.NavToggleBtn_icon {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 2px;
    margin: -1px 0 0 -18px;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	background-color: #193B73;
}
.NavToggleBtn_icon:before,
.NavToggleBtn_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 2px;
    background: #193B73;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.NavToggleBtn_icon:before {
	margin-top: -9px;
}
.NavToggleBtn_icon:after {
	margin-top: 7px;
}
.NavToggleBtn.is-open {
    border-width: 0;
    background: transparent !important;
}
.NavToggleBtn.is-open .NavToggleBtn_icon {
    background: transparent !important;
}
.NavToggleBtn.is-open .NavToggleBtn_icon:before {
    margin-top: 1px;
    left: 1px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-125deg);
    transform: rotate(-135deg);
}
.NavToggleBtn.is-open .NavToggleBtn_icon:after {
    margin-top: 1px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* ヘッターナビ中身 */
.gnav_innner {
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 19;
    background: rgba(255, 255, 255, 0.95);
    overflow: auto;
    display: none;
    overflow: auto;
    overflow-y: scroll !important;
    z-index: 18;
    top: 0;
    left: 0;
}
.gnav_wrapper {
	height: 100%;
}
.menu1 {
    margin: auto;
    xposition: absolute;
    padding: 50px 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#menu-main01 {
	margin: auto;
    max-width: 375px;
    border-bottom: solid 2px #193B73;
    xmargin-bottom: 40px;
}
#menu-main01 li {
    text-align: center;
    margin-bottom: 25px;
    line-height: 5px;
    line-height: 1;
}
#menu-main01 a {
    text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
#menu-main01 a:hover {
	color: #015DB2;
}
.Nav_snsLink {
	text-align: center;
    xposition: absolute;
    left: 0;
    right: 0;
    xtop: 300px;
    padding-bottom: 20px;
}
/***** メイン動画 *****/
.Mv_video {
	grid-area: content;
    width: 100%;
    height: 100%;
    object-fit: cover;
object-position: 0 20%;
font-family: 'object-fit: cover;';  /*IE対策*/
}
.video_500 {
    grid-area: content;
    width: 90%;
    height: 500px;
    object-fit: cover;
    object-position: 0 20%;
font-family: 'object-fit: cover;';  /*IE対策*/
}
/* ユーチューブ動画 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:770px) {
.video_500 {
    grid-area: content;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: 0 20%;
}

}
/***** 共通アニメション *****/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* リンクホバー */
.Cover_Blue,
.Cover_Blue02 {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 0;
}
.Cover_Blue:before,
.Cover_Blue02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(1, 93, 171, 0.7);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  opacity: 0;
}
.Cover_Blue:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(/img/rm.png) no-repeat center center;
  -webkit-background-size: auto 11px;
          background-size: auto 11px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.Cover_Blue02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-background-size: auto 11px;
          background-size: auto 11px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a:hover .Cover_Blue:before,
a:hover .Cover_Blue02:before {
  top: 0;
  opacity: 1;
}
a:hover .Cover_Blue:after,
a:hover .Cover_Blue02:after {
  top: 0;
}
/* リンクReadmoreボタン */
.Lbtn {
	text-align: center;
	margin: 0 auto 50px;
	max-width: 200px;
}
/* フッターリンクボタン */

.ActionArea ul li a {
	display: block;
    position: relative;
} 

/***** 共通横並び *****/
/* inline-block使用時 */
.inB_Par { /* 親要素に */
    letter-spacing: -.4em; 
}
.inB_Chi { /* 子要素 */
    letter-spacing: normal;
}
.inB {
	display: inline-block;
	padding: 0 1em;
}

/* flexbox横並び */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 30px;
	    justify-content: center;
	align-items: stretch;
}
.col_2 > div {
	width: 50%;
	padding: 20px;
}
.col_2 > p {
	width: 20%;
	padding: 10px;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}
.col_3 > li,
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	align-items: stretch;
}
.col_4 > li,
.col_4 > div {
	width: 25%;
}

/***** 共通フレーム *****/
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
}
#Inner {
	width: 100%;
	margin: 0 auto;
}
.Contents01 {
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}
.Contents_Inner {
	width: 960px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 背景斜め */
.Slanting5vw {
	margin-top: 5vw;
}
.Slanting150 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.Slanting150_2 { /*ボトム0*/
	margin-top: 150px;
	margin-bottom: 0px;
}
.slantingBox {
    -webkit-transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
    transform: skewY(-4.5deg) translate3d(0px, 0px, 0px);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.SlantingArea {
    position: absolute;
    width: 100%;
    height: 100%;
    xpadding: 80px 0;
    xmargin: -80px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
}
.SlantingArea02 {
	position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
    transform: skewY(4.5deg) translate3d(0px, 0px, 0px);
	padding: 80px 0;
    margin: -80px 0;
}
.ServiceBox {
	padding: 50px 0 35px;
}
.Slanting_bg_Blue {
	background: #193B73;
}
.Slanting_bg_Wh {
	background: #FFF;
}
/* 固定・記事・アーカイブ */
.PostPage,
.FixedPage,
.ArchivePage {
	margin: 50px auto 100px;
}
/* フォーム */
.Contact {
	width: 700px;
    margin: 0 auto;
}
/***** メインビジュアル *****/
#Mv {
    margin: 0 auto;
    text-align: center;
	position: relative;
	width: 100%;
}
.FixedBg {
	height: 38vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #F2F2F2;
}
.FixedTitleBox {
	position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.FixedTitle {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: rgba(25,59,115,0.7);
    padding: 30px;
}
/* アクションエリア */
.ActionArea ul {
    margin: 0 auto;
}
.ActionArea ul li {
	padding: 5px 10px;
}
/* 内部リンクアクションエリア */
.InLinkArea {
	margin: 50px auto;
}
.InLinkArea ul li {
    margin: 12.5px 25px;
}

/***** パンくず *****/
.breadcrumbs {
    margin: 0 auto;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    background: #193B73;
    color: #FFF;
}
.breadcrumbs a {
    color: #FFF;
}

/***** フッター *****/
#Footer {
	margin-top: 100px;
}
#FooterArea {
	background: #193B73;
	color: #FFF;
	position: relative;
}
.FooterBox {
	max-width: 1200px;
    margin: 0 auto;
	padding: 10px;
}
#footer1 {
	float: right;
}
#Footer .Footer_Logo {
	text-align: center;
	margin: 100px auto 50px;
}
#Footer .Footer_snsLink {
	text-align: center;
	margin: 0 auto 30px;
}
/* フッターナビ */
#FooterArea nav ul li a {
	text-decoration: none;
	color: #FFF;
}
#FooterArea nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
#footer1 .menu3 ul {
	max-width: 1200px;
    margin: 0 auto;
}
#footer1 #menu-main3>li {
	float:left;
    font-size: 14px;
}
#footer1 .menu3 li a {
    color: #FFF;
    position: relative;
    padding: 0 10px;
    display: block;
}
#footer1 .menu3 li a:hover {
	color: #015DB2;
transition: all 0.3s ease 0s;
}

.copyright {
	text-align: center;
    font-size: 12px;
}
.flogo {
    text-align: center;
    padding: 0 1em;
    max-width: 200px;
    float: left;
}
/* 戻るボタン*/
#BackTop {
	position: fixed;
    bottom: 3%;
    right: 1.5%;
	z-index: 10;
}
#BackTop img {
	background: rgba(255,255,255,0.7);
}
/* SP電話ボタン */
#SpFooterTel {
	position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
}
#SpFooterTel ul {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
#SpFooterTel ul > li {
    width: 33.333%;
    margin-bottom: 0;
}
/***** フォームページ共通 *****/

.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.wpcf7 input[type=submit] {
-webkit-appearance: none;
  border-radius: 0;
    font-size: 20px;
    padding: 20px;
	width: 100%;
	background: #F90;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #ffae13;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
/* 必須マーク */
.must {
	background: #B28F45;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.wpcf7 p {
    margin: 0 0px 3em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 .wpcf7-select {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
.wpcf7 textarea {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
/* フォーム入力項目 */
.wpcf7 input[type="tel"],
.themeform select {
	 width: 100%;
	 padding: 10px 0;
	 xmargin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
	 font-size: 16px;
  transform: scale(1.0);
}
/* 送信ボタン */


/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}
/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 16px;
}
@media screen and (max-width:770px) {

/* タイトルスタイル */
.Title02 span,
.Title02_w span {/* サブページタイトル共通h2 */
	font-size: 25px;
}
.SubTitle {
	font-size: 16px;
}
/* 共通枠 */
.Contents_Inner {
    max-width: 90%;
}
/* レスポ横並び */
.col_2 > div {
	width: 100%;
}
.col_4 > li{
	width: 50%;
}
.SubTxt,
.SubTxt_w { /*タイトルサブテキスト*/
	max-width: 100%;
}
/****** ヘッターエリア ******/

.Logo {
    padding: 8px 0 4px;
}
/* ヘッターナビ */
.NavToggleBtn {
	width: 40px;
    height: 40px;
    left: 18px;
    top: 10px;
}
.NavToggleBtn_icon {
	display: block;
    position: absolute;
    width: 22px;
    margin: -1px 0 0 -11px;
}
.NavToggleBtn_icon:before,
.NavToggleBtn_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #193B73;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.NavToggleBtn_icon:before {
	margin-top: -7px;
}
.NavToggleBtn_icon:after {
	margin-top: 5px;
}
.menu1 {
    margin: auto;
    xposition: absolute;
    padding: 50px 20px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/****** フッターエリア ******/
/* 戻るボタン */
#BackTop {
    width: 40px;
}
}

@media screen and (max-width: 480px) {
	
/***** テキストスタイル *****/
.Title00 {
	font-size: 24px;
	padding: 0.5em;
}
.Title01,
.Title01_w {
    min-width: 90%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.Title01 span,
.Title01_w span{
    font-size: 35px;
}
.Title02_w {
    font-size: 18px;
}

.Title03 {
    font-size: 22px;
    margin-bottom: 10px;
}
.Title04 {
    font-size: 18px;
    margin-bottom: 10px;
}
header .htext {
    font-size: 12px;
	text-align: center;
}
.col_2 > div {
	padding: 0;
	margin: 15px auto;
}
.col_3 > li{
		width: 100%;
}
.col_4 > li,
.col_4 > div{
		width: 50%;
		padding: 5px;
}
.col_5 > li{
		width: 33.33333%;
}
.col_6 > li{
		width: 33.33333%;
}
/* フレーム */

#wrapper {
}
.Contents {
	width: 100%;
}
/* 斜めコンテンツ */

.Topcontents02_bg {
    background-size: 500px auto;
}

/* サブ共通 */
.FixedBg {
    height: 56.25vh;
}
.FixedTitle {
    padding: 15px;
}

/* アクションエリア */
.ActionArea ul {
	max-width: 100%;
}
/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}
/* フッター */
#FooterArea {
    margin-bottom: 32px;
}
#footer1 .menu3 ul {
    display: block;
}
#footer1 #menu-main3>li {
    width: 100%;
    border-left: 0px;
	border-top: 1px solid #FFF;
	display: block;
	padding: 10px 0;
}
#footer1 .menu3 li {
    max-width: 100%;
}
#footer1 #menu-main3>li:last-child {
	border-right: 0;
    border-bottom: 1px solid #FFF;
}
/* 戻るボタン */
#BackTop {
    bottom: 55px;
    right: 10px;
}
}

/* =========================
   共通：カードUI（関連記事/ランキング共通）
   ========================= */
.OverX-Area{
  overflow-x:auto;
  margin:24px auto 32px;
}
.Cards-scroll{
  display:flex;
  flex-direction:row;
  gap:16px;
}
.Card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
/* a要素を直指定でも .CardLink でもOKに */
.Card a,
.CardLink{
  min-width:240px;
  max-width:280px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 2px 8px #00000014;
  padding:16px;
  transition:all .2s ease;
  text-decoration:none;
  color:#333; /* 念のため */
}
.Card a:hover,
.CardLink:hover{
  box-shadow:0 4px 16px #00000029;
  transform:translateY(-1px);
  opacity:.9;
}
.Card img{
  width:100%;
  max-height:170px;
  object-fit:contain;
  display:block;
  border-radius:8px;
  margin-bottom:12px;
  background:#f5f5f5;
}
.Card a h3,
.CardLink .article-title{
  color:#333;
  font-weight:500;
}
.CardLink .article-title{
	margin: 0;
}