@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* contents
-------------------------------------------------------------*/
#contents{
	line-height:1.75;
	padding-bottom:100px;
}
/* boxContents */
.boxContents{
	max-width:1000px;
	margin-left:auto !important;
	margin-right:auto !important;
}
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(40px);
	transition:all 0.8s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}
/* topicPath
-------------------------------------------------------------*/
#topicPath{
	font-size:12px;
	line-height:1.5;
	min-height:20px;
	padding-top:15px;
}
/* nav4th
-------------------------------------------------------------*/
#nav4th{
	margin:50px 0 0;
	display:flex;
	flex-wrap:wrap;
}
#nav4th li:not(:nth-child(5n+1)){
	margin-left:15px;
}
#nav4th li{
	padding-top:20px;
	flex-basis:calc(20% - 12px);
}
#nav4th li a{
	display:block;
	text-align:center;
	padding-bottom:5px;
	border-bottom:5px solid #eaeaea;
	text-decoration:none;
}
#nav4th li a:hover,
#nav4th li a.act{
	border-bottom:5px solid #ca004c;
}
/* link-sub
-------------------------------------------------------------*/
#link-sub{
	margin:40px 0;
	display:flex;
	flex-wrap:wrap;
}
#link-sub li:not(:nth-child(2n+1)){
	margin-left:20px;
}
#link-sub li{
	margin-top:10px;
	flex-basis:calc(50% - 10px);
	background-color:#eaeaea;
}
#link-sub li a{
	display:table;
	width:100%;
	color:#ca004c;
	font-size:16px;
	padding:0 0 0 40px;
	position:relative;
	text-decoration:none;
}
#link-sub li a:before{
	content: "";
	display: block;
	margin-top: 1px;
	border-width: 7px 0 7px 9px;
	border-style: solid;
	border-color: transparent #ca004c;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#link-sub li a span{
	display:table-cell;
	vertical-align:middle;
	color:#ca004c;
	font-size:16px;
	height:60px;
}
#link-sub li a:hover{
	text-decoration:underline;
}
/* title
-------------------------------------------------------------*/
/* ttl-2nd */
.ttl-Area{
	margin:70px 0 0;
	padding: 54px 0;
	background:#f2f2f2 url(../img/bg_ttl_2nd.png) repeat center center;
}
.ttl-2nd{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
	/*letter-spacing: 0.14em;*/
	margin:0;
	padding-bottom: 30px;
	background: url(../img/ttl_under.png) no-repeat left bottom;
}
/* ttl-3rd */
.ttl-3rd{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 700;
	/*letter-spacing: 0.14em;*/
	margin: 70px 0;
	padding-bottom: 30px;
	background: url(../img/ttl_under.png) no-repeat left bottom;
}
/* ttl-4th */
.ttl-4th{
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 70px 0;
	padding-bottom: 30px;
	background: url(../img/ttl_under.png) no-repeat left bottom;
}
/* heading */
.headingL{
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 70px 0 30px;
	padding-bottom: 20px;
	border-bottom:2px solid #ca004c;
}
.headingM{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 30px 0 10px;
	color:#ca004c;
}
.headingM-line{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 30px 0 15px;
	padding-bottom: 10px;
	border-bottom:2px solid #ca004c;
}
.headingS{
	padding:0 0 0 17px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 30px 0 10px;
	position:relative;
}
.headingS::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width:12px;
	height:12px;
	background-color:#ca004c;
}
.headingSS{
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 30px 0 10px;
}
/* ttl */
.ttl-table,
.ttl-figure{
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
}
/* text
-------------------------------------------------------------*/
/* lead-dft */
.lead-dft{
	font-size:16px;
	line-height:1.6;
	margin: 70px 0;
	font-weight: 700;
}
/* atn */
.text-atn,
.list-atn,
.text-atnNum,
.list-atnNum{
	font-size:13px;
	line-height:1.6;
	margin-top:15px;
}
.text-atn,
.list-atn li{
	text-indent:-1em;
	margin-left:1em;
}
.text-atnNum,
.list-atnNum li{
	text-indent:-1.84em;
	margin-left:1.84em;
}
/* indent */
.idt1{text-indent:1em;}
.atn{
	color:#ca004c;
}


.clr-key{
	color:#ca004c;
}
.clr-txt-red{
	color:#d74079;
}
.clr-txt-pink{
	color:#fdbacf;
}
.clr-txt-blue{
	color:#508dc5;
}
.clr-txt-orange{
	color:#ff9940;
}
.clr-txt-bage{
	color:#ffbb80;
}
.clr-txt-rightbage{
	color:#ffd6b2;
}


/* link
-------------------------------------------------------------*/
/* link-arw */
.link{
	font-size:16px;
	line-height:1.6;
	margin-top:10px;
	display:inline-block;
	padding:0 21px 0 0;
	position:relative;
	text-decoration:none;
}
.link-pdf:after,
.link-blank:after,
.link-blank-w:after,
.link-excel:after,
.link-pp:after,
.link-word:after,
.link-zip:after{
	content: "";
	width: 17px;
	height: 21px;
	position: absolute;
	top: .2em;
	right: 0px;
}
.link-pdf:after{
	background: url(../img/icn_pdf.png) no-repeat center center;
	background-size:100% 100%;
}
.link-blank:after{
	height: 12px;
	top: .5em;
	background: url(../img/icn_blank.png) no-repeat center center;
	background-size:100% 100%;
}
.link-blank-w:after{
	height: 12px;
	top: .5em;
	background: url(../img/icn_blank_w.png) no-repeat center center;
	background-size:100% 100%;
}
.link-excel:after{
	background: url(../img/icn_excel.png) no-repeat center center;
	background-size:100% 100%;
}
.link-pp:after{
	background: url(../img/icn_pp.png) no-repeat center center;
	background-size:100% 100%;
}
.link-word:after{
	background: url(../img/icn_word.png) no-repeat center center;
	background-size:100% 100%;
}
.link-zip:after{
	background: url(../img/icn_zip.png) no-repeat center center;
	background-size:100% 100%;
}
.link-movie,
.link-photo,
.link-sound{
	padding:0 25px 0 0;
}
.link-movie:after,
.link-photo:after,
.link-sound:after{
	content: "";
	width: 21px;
	height: 17px;
	position: absolute;
	top: .35em;
	right: 0px;
}
.link-movie:after{
	background: url(../img/icn_movie.png) no-repeat center center;
	background-size:100% 100%;
}
.link-photo:after{
	background: url(../img/icn_photo.png) no-repeat center center;
	background-size:100% 100%;
}
.link-sound:after{
	background: url(../img/icn_sound.png) no-repeat center center;
	background-size:100% 100%;
}
.link-arw,
.link-anchor{
	padding:0 0 0 23px;
}
.link-arw:before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: .3em;
	left: 0px;
	background: url(../img/icn_arw.png) no-repeat center center;
	background-size:contain;
}
.link-anchor:before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: .3em;
	left: 0px;
	background: url(../img/icn_arw.png) no-repeat center center;
	background-size:contain;
	transform:rotate(90deg);
}

/* btnGrayBlank */
.btnGrayBlank{
	font-size:16px;
	line-height:1.6;
	display:block;
	padding:20px;
	position:relative;
	text-decoration:none;
	background-color:#eaeaea;
}
.btnGrayBlank.link-blank:after{
	top: 50%;
	right: 10px;
	transform:translateY(-50%);
	background: url(../img/icn_blank.png) no-repeat center center;
	background-size:100% 100%;
}
/* list
-------------------------------------------------------------*/
/* list-ac */
.list-ac{
	line-height:1.4;
	margin:0 -15px 20px;
}
.list-ac li{
	float:left;
	padding:0 15px;
}

/* box
-------------------------------------------------------------*/
/* column */
.box{}
.box-clm1{}
.box-clm2,
.box-clm3,
.box-clm4,
.box-clm5{
	display:flex;
	flex-wrap:wrap;
}
.sp-box-clm1,.sp-box-clm2,.sp-box-clm3,.sp-box-clm4,.sp-box-clm5{}
.box-clm2>*:nth-child(even),
.box-clm3>*:not(:nth-child(3n+1)),
.box-clm4>*:not(:nth-child(4n+1)){margin-left:20px;}
.box-clm5>*:not(:nth-child(5n+1)){margin-left:15px;}
.box-clm2>*{flex-basis:calc(50% - 10px);}
.box-clm3>*{flex-basis:calc((100% - 40px) / 3);}
.box-clm4>*{flex-basis:calc(25% - 15px);}
.box-clm5>*{flex-basis:calc(20% - 12px);}

.bg-clr-key{
	background-color:#ca004c;
}
.bg-clr-red{
	background-color:#d74079;
}
.bg-clr-pink{
	background-color:#fdbacf;
}
.bg-clr-blue{
	background-color:#508dc5;
}
.bg-clr-orange{
	background-color:#ff9940;
}
.bg-clr-bage{
	background-color:#ffbb80;
}
.bg-clr-rightbage{
	background-color:#ffd6b2;
}
/* sitemap
-------------------------------------------------------------*/
#sitemap ul>li>ul>li{padding-left: 2em;}

/* toggle-set
-------------------------------------------------------------*/
.toggle-set .toggle-btn,
.toggle-set .toggle-close{
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	transition:.3s;
}
.toggle-set>.toggle-box{display:none;}
.toggle-set.open>.toggle-box{display:block;}

/* toggle-sp */
.toggle-sp .toggle-btn{cursor:auto;}
.toggle-sp .toggle-close{display:none;}
.toggle-sp>.toggle-box{display:block;}
.sp-noLink{}

/* delete JS Style */
@media print, screen and (min-width:768px){
.toggle-sp>.toggle-box{display:block !important;}
}
/* Tabs
-------------------------------------------------------------*/
.tab-set>.tab-panel>*{display:none;}
.tab-set>.tab-panel>*.act{display:block;}
/* tab-btn */
.tab-btn{
	line-height:1.25;
	font-weight:bold;
	display:flex;
	justify-content:space-between;
}
.tab-btn>li{
	flex:1;
	min-height:60px;
}
.tab-btn a{
	color:#999999;
	text-decoration:none;
	display:table;
	width:100%;
	height:100%;
	background-color: #eaeaea;
	box-sizing:border-box;
	position:relative;
}
.tab-btn a:after{
	content: "";
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom:2px solid #ca004c;
	box-sizing:border-box;
}
.tab-btn a:hover{
	color:#ca004c;
}
.tab-btn a.act{
	color:#ca004c;
	background-color: #ffffff;
}
.tab-btn a.act:after{
	border-left:2px solid #ca004c;
	border-right:2px solid #ca004c;
	border-top:2px solid #ca004c;
	border-bottom:none;
}
.tab-btn a>span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:4px;
}


/* table
-------------------------------------------------------------*/
/* table-dft */

.table-dft{
	background-color:#fff;
	width:745px;
	border-collapse:collapse;
}
.table-dft th,
.table-dft td{
	vertical-align:top;
	padding:16px 12px;
	border-bottom:none;
}
.table-dft th{
	border-top:2px solid #808080;
	border-left:1px solid #808080;
	background-color:#eaeaea;
	text-align:center;
}
.table-dft th.ttl{
	border-left:none;
}
.table-dft td{
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	text-align:right;
}
.table-dft tr:last-child{border-bottom:1px solid #808080;}
.table-dft .line-dot td{
	border-top:1px dotted #808080;
}
.table-dft .total td{
	border-top:2px solid #808080;
	border-bottom:2px solid #808080;
}
.table-dft .top td{
	border-top:2px solid #808080;
}
.table-dft .bottom td{
	border-bottom:2px solid #808080;
}
.table-dft td.ttl{
	border-left:none;
	background-color:#fee8ef;
	text-align:left;
}
.table-dft td .boxIndent{
	position:relative;
	padding:0 0 0 5em;
}
.table-dft td .boxIndent span{
	position:absolute;
	top:0;
	left:0;
}

/* list-news
-------------------------------------------------------------*/
.list-news{line-height:1.6;}
.list-news dt{
	white-space:nowrap;
	width:90px;
	padding:20px 120px 0 0;
	position:relative;
	font-size:13px;
}
.list-news .newsIcon{
	letter-spacing: 0em;
	color:#fff;
	font-size:12px;
	line-height:19px;
	font-weight:bold;
	font-style:normal;
	white-space:nowrap;
	background-color:#999999;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:120px;
	position:absolute;
	top:21px;
	right:0;
	font-weight:400;
}
.list-news .newsIcon.entertainment{
	background-color:#ff7700;
}
.list-news .newsIcon.bridal{
	background-color:#fb6694;
}
.list-news .newsIcon.fashion{
	background-color:#055cac;
}
.list-news .newsIcon.blog{
	background-color:#ca004c;
}
.list-news .newsIcon.ir{
	background-color:#4eb94e;
}
.list-news dd{
	margin-top:-1.5em;
	padding:0 0 20px 245px;
	border-bottom:1px dotted #999;
}
.list-news dd:last-child{
	border-bottom:none;
}
.list-news a{
	text-decoration:none;
	display:inline-block;
	position:relative;
}
.list-news img.new{
	width:56px;
	margin:1px 0px 0px 3px;
	vertical-align:text-top;
}
.list-news a:hover{text-decoration:underline;}

/* rss */
.ico-rss{float: right;}
.ico-rss img.rss{
	width:56px;
	margin:10px 0px 0px 3px;
}

/* link-Category
-------------------------------------------------------------*/
.link-Category{
	margin-top:100px;
	display:flex;
	flex-wrap:wrap;
}
.link-Category>.box:not(:nth-child(3n+1)){margin-left:32px;}
.link-Category>.box{flex-basis:calc((100% - 64px) / 3);}
.link-Category>.box a{
	display:block;
	width:100%;
	height:100%;
	background-color:#f2f2f2;
	text-decoration:none;
	position:relative;
}
.link-Category>.box a:before{
	position:absolute;
	content: "";
	border: 100px solid transparent;
	border-top: 100px solid #ca004c;
	border-left: 100px solid #ca004c;
	top:-10px;
	left:0;
	z-index:2;
	transition: all 0.5s ease 0s;
}
.link-Category>.box a:after{
	position:absolute;
	content: "";
	border: 5px solid transparent;
	border-bottom: 5px solid #81001b;
	border-right: 5px solid #81001b;
	top:-10px;
	left:190px;
	z-index:2;
	transition: all 0.5s ease 0s;
}
.link-Category>.box a dt{
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	width:130px;
	padding:15px 0 0;
	line-height:1.35;
	z-index:3;
}
.link-Category>.box a:hover{
	color:#333333;
}
.link-Category>.box a figure{
}
.link-Category>.box a p.txt{
	color:#333333;
	display:block;
	padding:30px;
	font-size:14px;
}
@media only screen and (min-width:768px){
.link-Category>.box a figure{
	width:100%;
	height:165px;
	position:relative;
	overflow:hidden;
}
.link-Category>.box a figure img {
	z-index: 1;
	/* animation */
	transition: all 0.5s ease 0s;
}
.link-Category>.box a:hover figure img  {
	/* animation */
	transform: scale(1.07);
}
.link-Category>.box a:hover:before{
	border-top: 100px solid #666666;
	border-left: 100px solid #666666;
}
.link-Category>.box a:hover:after{
	border-bottom: 5px solid #333333;
	border-right: 5px solid #333333;
}

}

/* link-related
-------------------------------------------------------------*/
.link-related h3+.list-related{margin-top: 30px;}
.link-related{
	margin:100px 0 0;
}
.link-related h3{
	padding-top:20px;
	border-top:2px solid #c4c4c4;
	font-size: 20px;
	font-weight: 700;
	/*letter-spacing: 0.14em;*/
}
.list-related{
	font-size:0;

}
.list-related li{
	display:inline-block;
	margin-left:50px;
}
.list-related li:first-child{
	margin-left:0px;
}

/* FAQ
-------------------------------------------------------------*/
.faq dt{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
	padding:0 0 0 1.25em;
	color:#ca004c;
	position:relative;
}
.faq dt span{
	position:absolute;
	top:0;
	left:0;
}
.faq dd{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.14em;
	margin: 0 0 0 1.25em;
	padding:0 0 0 1.25em;
	position:relative;
}
.faq dd span{
	position:absolute;
	top:0;
	left:0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* contents
-------------------------------------------------------------*/
#contents{padding-bottom:40px;}
/* boxContents */
.boxContents{
	margin-right:20px !important;
	margin-left:20px !important;
}
/* nav4th
-------------------------------------------------------------*/
#nav4th{
	margin:20px 0 0;
	display:flex;
	flex-wrap:wrap;
}
#nav4th li:not(:nth-child(5n+1)){
	margin-left:0px;
}
#nav4th li:not(:nth-child(2n+1)){
	margin-left:10px;
}
#nav4th li{
	padding-top:10px;
	flex-basis:calc(50% - 5px);
}
/* link-sub
-------------------------------------------------------------*/
#link-sub{
	margin:40px 0;
	display:block;
	flex-wrap:wrap;
}
#link-sub li:not(:nth-child(2n+1)){
	margin-left:0px;
}
#link-sub li a{
	font-size:14px;
}
#link-sub li a span{
	font-size:14px;
	height:40px;
	line-height:1.25;
}

/* title
-------------------------------------------------------------*/
/* ttl-2nd */
.ttl-Area{
	margin:64px 0 0;
	padding: 40px 0;
	background:#f2f2f2 url(../img/bg_ttl_2nd.png) repeat center center;
	background-size:14px 14px;
}
.ttl-2nd{
	font-size: 24px;
	padding-bottom: 13px;
	background-size:70px auto;
}
/* ttl-3rd */
.ttl-3rd{
	font-size: 24px;
	margin: 50px 0;
	padding-bottom: 13px;
	background-size:70px auto;
}
/* ttl-4th */
.ttl-4th{
	font-size: 20px;
	margin: 50px 0;
	padding-bottom: 13px;
	background-size:70px auto;
}
/* heading */
.headingL{
	font-size: 18px;
	margin: 50px 0 20px;
	padding-bottom: 10px;
}
.headingM{
	font-size: 16px;
	margin: 20px 0 10px;
}
.headingM-line{
	font-size: 16px;
	margin: 20px 0 10px;
}
.headingS{
	padding:0 0 0 15px;
	font-size: 15px;
	margin: 20px 0 10px;
}
.headingS::before{
	top: 5px;
	width:11px;
	height:11px;
}
.headingSS{
	font-size: 14px;
	margin: 20px 0 10px;
}
/* ttl */
.ttl-table,
.ttl-figure{
	font-size: 14px;
}



/* text
-------------------------------------------------------------*/
/* lead-dft */
.lead-dft{
	font-size:14px;
	margin: 50px 0;
}
/* link
-------------------------------------------------------------*/
/* link-arw */
.link{
	font-size:14px;
	padding-right:16px;
}
.link-blank{
	padding-right:18px;
}
.link-pdf:after,
.link-blank:after,
.link-excel:after,
.link-pp:after,
.link-word:after,
.link-zip:after{
	width: 13px;
	height: 16px;
}
.link-blank:after{
	width: 17px;
	height: 12px;
}
.link-movie,
.link-photo,
.link-sound{
	padding:0 18px 0 0;
}
.link-movie:after,
.link-photo:after,
.link-sound:after{
	width: 17px;
	height: 14px;
}
.link-arw,
.link-anchor{
	padding:0 0 0 19px;
}
.link-arw:before,
.link-anchor:before{
	width: 16px;
	height: 16px;
}




/* list
-------------------------------------------------------------*/
/* list-ac */
.list-ac{margin:0 -10px;}
.list-ac li{padding:0 10px;}
/* box
-------------------------------------------------------------*/
/* column */
.box-clm2>*:nth-child(even),
.box-clm3>*:not(:nth-child(3n+1)),
.box-clm4>*:not(:nth-child(4n+1)),
.box-clm5>*:not(:nth-child(5n+1)){margin-left:10px;}
.box-clm2>*{flex-basis:calc(50% - 5px);}
.box-clm3>*{flex-basis:calc((100% - 20px) / 3);}
.box-clm4>*{flex-basis:calc((100% - 30px) / 4);}
.box-clm5>*{flex-basis:calc((100% - 40px) / 5);}

/* sp column */
.sp-box-clm1{display:block;}
.sp-box-clm1>*:not(:first-child){margin-left:0;}
.sp-box-clm2,
.sp-box-clm3,
.sp-box-clm4,
.sp-.box-clm5{
	display:flex;
	flex-wrap:wrap;
}
.sp-box-clm2>*:not(:first-child),
.sp-box-clm3>*:not(:first-child),
.sp-box-clm4>*:not(:first-child){margin-left:0;}
.sp-box-clm2>*:nth-child(even),
.sp-box-clm3>*:not(:nth-child(3n+1)),
.sp-box-clm4>*:not(:nth-child(4n+1)){margin-left:10px;}
.sp-box-clm2>*{flex-basis:calc(50% - 5px);}
.sp-box-clm3>*{flex-basis:calc((100% - 20px) / 3);}
.sp-box-clm4>*{flex-basis:calc((100% - 30px) / 4);}
.sp-box-clm5>*{flex-basis:calc((100% - 40px) / 5);}

/* toggle-set
-------------------------------------------------------------*/
/* toggle-sp */
.toggle-sp .toggle-btn{cursor:pointer;}
.toggle-sp .toggle-close{display:block;}
.toggle-sp>.toggle-box{display:none;}

/*=============================================================
 table
=============================================================*/
/* table
-------------------------------------------------------------*/
/* sp-table-scroll */
.sp-table-scroll {
	overflow: auto;
	white-space: nowrap;
	table-layout: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.sp-table-scroll>table {
	margin-bottom: 5px;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar {
height:5px;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar-track {
 background:#e3e4e5;
 border-radius:10px;
}
html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb {
 background:#84919d;
 border-radius:10px;
}
.sp-table-scroll .arwSc {
	background: url(../img/table-arw.png) no-repeat 0 0/auto 100px;
	width: 140px;
	height: 120px;
	margin: -43px 0 0 -47px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: opacity 0.2s ease-out;
}
.sp-table-scroll.sc .arwSc {
	opacity: 0.4;
	visibility: visible;
}

/* list-news
-------------------------------------------------------------*/
.list-news dd{
	margin-top:0.5em;
	padding:0 0 20px 0;
}
.list-news img.new{
	width:44px;
	margin:2px 0px 0px 3px;
}

/* link-Category
-------------------------------------------------------------*/
.link-Category{
	margin-top:50px;
	display:block;
}
.link-Category>.box:not(:nth-child(3n+1)){margin-left:0px;}
.link-Category>.box{width:100%;}
.link-Category>.box+.box{
	margin-top:30px;
}
.link-Category>.box a{
}
.link-Category>.box a dt{font-size: 16px;}  
.link-Category>.box a p.txt{
	padding:20px;
}


/* link-related
-------------------------------------------------------------*/
.link-related h3+.list-related{margin-top: 10px;}	
.link-related{
	margin:50px 0 0;
}
.link-related h3{
	font-size: 17px;
}
.list-related li{
	margin-left:0;
  display: block;
	padding-top: 10px;
}

/* FAQ
-------------------------------------------------------------*/
.faq dt{
	font-size: 16px;
}
.faq dd{
	font-size: 14px;
}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){

}
