@charset "utf-8";

/*----------------------------------------------------
 Title
----------------------------------------------------*/

.page_tit{
	font-size: 18px;
	font-weight: 200;
	margin:15px 0; 
}
@media print, screen and (min-width: 768px) {
  .page_tit {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .page_tit {
    margin: 20px 0 20px;
  }
}

.tit02{
	font-size: 14px;
	font-weight: 700;
	margin:10px 0; 
	background-color: #f5f5f5;
	padding:5px 5px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  .tit02 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .tit02 {
    margin: 15px 0 15px;
    padding:10px 10px 10px 20px;
  }
}

.tit03{
	font-size: 14px;
	font-weight: 700;
	margin-bottom:10px;
	text-align:center;
}
@media print, screen and (min-width: 768px) {
  .tit03 {
    font-size: 16px;
				text-align:left;
  }
}
@media print, screen and (min-width: 1024px) {
  .tit03 {
				text-align:left;
  }
}


/* txt-style */

p.txt{
	font-size: 13px;
	margin-bottom:10px; 
}
@media print, screen and (min-width: 768px) {
  p.txt {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  p.txt {
    margin-bottom: 10px;
  }
}

p.txtLink,
p.txtLink2{
	text-align:center;
}

p.txtLink a,
p.txtLink2 a{
	background:url(../files/img/ico_textlink.png) left 50% no-repeat;
	padding:0 0 0 20px;
	color:#4271f2;
	text-decoration: none;
	font-weight: 700;
}

p.txtLink a:hover,
p.txtLink2 a:hover{
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  p.txtLink {
    margin-top: 20px;
				text-align:left;
  }
  p.txtLink2 {
    margin-top: 10px;
				text-align:left;
  }
}
@media print, screen and (min-width: 1024px) {
  p.txtLink {
    margin-top: 20px;
				text-align:left;
  }
  p.txtLink2 {
    margin-top: 10px;
				text-align:left;
  }
}

/*----------------------------------------------------
 SNS - 2021
----------------------------------------------------*/
.snsArea > dl{
	display: block;
	width: 100%;
	padding-bottom: 30px;
    margin: 30px 0;
	border-bottom: solid 1px #e4e4e4;
}
.snsArea > dl:last-child{
	border-bottom: none;
}
.snsArea > dl > dt{
	width: 100%;
	margin-right: 0;
	border:none;
}
.snsArea > dl > dt > a{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 0;
}
.snsArea > dl > dd{
	margin-left: 0;
}
@media print, screen and (min-width: 768px) {

	.snsArea > dl{
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		margin:40px 0;
		border:none;
	}
	.snsArea > dl > dt{
		width: 240px;
		margin-right: 30px;
		border:solid 1px #c7c7c7;
	}
	.snsArea > dl > dt > a{
		height: 130px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.snsArea > dl > dd{
		width: calc(100% - 270px);
		margin-left: 0;
	}

}
@media print, screen and (min-width: 1024px) {
	.snsArea > dl > dt{
		width: 240px;
		margin-right: 60px;
	}
	.snsArea > dl > dt > a{
		height: 130px;
	}
	.snsArea > dl > dd{
		width: calc(100% - 300px);
	}
}

/*----------------------------------------------------
 SNS - 2022
----------------------------------------------------*/
.snsArea{
	margin: 30px 0 70px;
}
.snsArea .sns3Col > a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
.snsArea .sns3Col > a:hover{
	color: #df0522;
	transition: 0.3s;
}
.snsArea .sns3Col > a > .ico{width: 20%; text-align: center;}
.snsArea .sns3Col > a > .tit{width: 30%;}
.snsArea .sns3Col > a > .account{width: 50%;}
.snsArea .sns3Col > a > p{
	font-size: 14px;
	padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.snsArea .sns3Col > a > .ico{width: 15%;}
	.snsArea .sns3Col > a > .tit{width: 15%;}
	.snsArea .sns3Col > a > .account{width: 20%;}
	.snsArea .sns3Col > a > p{
		font-size:16px ;
	}	
}

/* =========================== 
ADJUST
=========================== */
.alnR{text-align: right;}

/* =========================== 
20250228 Templates
=========================== */
.global-Breadcrumb li {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
