@charset "UTF-8";

/***********************************************/
/* FileName: container.css                     */
/* data:2017/09/10                             */
/***********************************************/

/*.header
**************************************/
header {
	width:100%;
	height:60px;
	position: fixed;
	border:solid 0px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #D6D6D6;
	z-index: 3;
}

header ul li a{
	color:#1A325D;
}

header .headerInner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#headerImage{
	z-index: 4;/* ヘッダー部分のindexを1とする（これを書かないとfacebookのいいねボタンがヘッダーの上に乗る）ので、ここは2 */
	right: 0px!important;
	left: 0px!important;
}

/* end */

#gmenu{display:none;}

/*TB.ah //171121 marge*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.headerNav{
	width: 100%;
	position: relative;
}

.headerNav  h2{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding:10px 0px;
}

.headerNav ul{
	text-align:center;
	width: 100%;
	position: absolute;
}

.headerNav ul li{
	float: left;
	line-height:4;
	width: 12.916%;
	box-sizing: border-box;
}

.headerNav ul li:nth-child(4){
	margin-left: 22.5%;
}

.headerNav ul li a{
	padding: 6px 0;
}

.headerNav ul li.try a{
	color: #00A0B8;
}

.headerNav ul li.try--off a{
	background: url(/images/lp/header_ico_01.png) no-repeat left center;
	padding-left: 22px;
}

.headerNav ul li.try--on a{
	background: url(/images/lp/header_ico_02.png) no-repeat left center;
	padding-left: 24px;
}

@media screen and (max-width: 1055px) {
	.headerNav ul li a{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 959px) {
	header {
		height:40px;
	}

	.mobileHiddenMenu{
		display: none;
	}

	.mobileViewMenu{
		display: list-item!important;
	}

	.headerNav ul li{
		margin-left: 0!important;
		width: 50%!important;
		line-height: 3!important;
	}

	.headerNav ul li.try--on a{
		background: none!important;
		padding-left: 0px!important;
	}

	.headerNav ul li.try a{
		color: #1A325D!important;
	}

	header h1{padding:0px; text-align:left;}
	header h1 img{width:60%; padding:10px;}
	/*以下グローバルメニュー*/
	/*#gmenu{display:block;}
	#gmenu li{display:block; padding-bottom:15px;}
	#gmenu span{position:absolute;top:10px; right:10px;z-index:999;}
	#gmenu span img{width:25px;height:19px;}
	#gmenu ul{
		position:fixed;
		top:1000px;
		width:100%;
		padding:50px 0 999px;
		background:rgba(0,0,0,0.7);
		z-index:10;
		display:block;
		font-size:1.4rem;
 	}
	#gmenu ul a{ color:#FFFFFF;}*/

	/* image on header */
	#main h2 img{
		height: 23px;
	}

	#main div h2{
		width: 100px!important;
	}

	.headerNav ul li:nth-child(3){
		padding-right: 50px;
	}

	.headerNav ul li:nth-child(5){
		padding-left:50px;
	}

	.headerNav ul li:nth-child(6){
		padding-left:50px;
	}

	.headerNav  h1{
		padding: 0;
		left: 0;
		transform: translateX(0);
	}
}

/*#bg
**************************************/
#bg {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	position:absolute;
	z-index:1;
	width: 100%;
	height: 100%;
}
#bg_mask {
	height: 100%;
}

#labelTitle {
	position: fixed;
	background-color: #5bb431;
	color: #FFFFFF;
	font-size: 1.5vw;
	padding: 10px 35px;
	font-weight: bold;
	text-align: center;
	width: 15%;
	display: none;
}

#labelImg {
	position: fixed;
	right: 0;
	width: 22%;
	display: none;
}

#labelImg img {
	width: 100%;
}

/* 959px以下の場合 */
@media screen and (max-width: 959px) {
	#labelTitle {
		display: none!important;
	}

	#labelImg {
		display: none!important;
	}
}

/*#main
***************************************/
#main{
	width:100%;
	padding:120px 0px 0px 0px;
	box-sizing: border-box;
}

#maincontent{
	text-align:center;
	color:#009FB8;
	position: relative;
	z-index: 2;
}

#maincontent .logo img {
	width: 13%;
}

#maincontent h1.copy{
	margin: 40px 0px 0px 0px;
	font-size: 3.6rem;
	font-weight :bold;
	background: rgba(255,255,255,0.8);
}

#maincontent span{
	display:block;
	font-size:2rem;
	font-weight:normal;
	color: #595757;
	font-weight: bold;
	background: rgba(255,255,255,0.8);
}

#FreeTryBtn{
	width: 20%;
	padding: 10px 10px;
	margin: 50px auto 0px auto;
	display: block;
	border-radius: 4px;
	background-color: #00A0B8;
	color: #FFFFFF;
	font-size: 2.6rem;
	text-align: center;
	min-width: 250px;
}

#main h2{
	position: fixed;
	top: 0;
	padding: 10px 0px;
	width: 168px;
	margin: 0 auto;
}

#FreeTryBtn:hover {
	opacity: 1.0!important;
	background-color:#008A9E;
}

@media screen and (max-width: 959px) {
	#main{
		padding:60px 0px 0px 0px;
	}
}

@media screen and (max-width: 599px) {
	#main{
		padding: 41px 0px 0px 0px;
	}

	#maincontent .logo {
		display: none;
	}

	#maincontent .copy{
		margin: 10px 0px 0px 0px!important;
		font-size: 1.9rem!important;
	}

	#maincontent span{
		font-size: 1.2rem!important;
	}

	#maincontent a{
		margin: 20px auto 0px auto;
		font-size: 1.6rem;
		min-width: 150px;
	}
}

/*#content
***************************************/
#content {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
}

/*.document Request button
***************************************/
#documentRequest p {
	width: 46%;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    margin: 5px 0px;
    padding: 10px;
}

.documentRequestBtn {
	width: 20%;
	min-width: 279px;
	padding: 10px;
	/*margin: 10px auto 0 auto; //TB.tk //20250128*/
	margin: 0px auto 0 20px;
	display: inline-block;
	border-radius: 4px;
	background-color: #c7243a;
	color: #FFFFFF;
	font-size: 2.6rem;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	background-image: -webkit-linear-gradient(45deg, #ff6a00 0%, #ee0979 100%);
	background-image: linear-gradient(45deg, #ff6a00 0%, #ee0979 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.documentRequestBtn:hover {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 599px) {
	#documentRequest .documentRequestBtn{
		font-size: 1.6rem;
		min-width: 184px;
		margin: 0 auto;
	}
}

/*.SNS buttons
***************************************/
#snsBox {
	padding-top: 10px;
}

#twitter-widget-0{
	float: right!important;
	display: block!important;
	padding-top: 5px;
	padding-right: 10px;
}

#___plusone_0{
	float: right!important;
	padding-top: 5px!important;
	padding-right: 10px!important;
}

.fb_iframe_widget{
	margin-right: 9px;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#snsBox {
		padding-top: 20px;
	}
}

/*#function
***************************************/
#function h2 {
	background-color: #16BDD8;
	color: #FFFFFF;
}

.funcBox {
	width: 50%;
	float: left;
	padding: 10px 30px 30px;
	box-sizing: border-box;
	min-height: 220px;
}

.funcBox h3 {
	text-align: left;
	font-size: 1.8em;
	color: #009fb9;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 2px rgba(255,255,255,0.9);
	margin-bottom: 15px;
	position: relative;
}

.funcBox h3:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #009fb9;
}

.funcBox h3 img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.funcBox ul {
	font-size: 0;
	text-align: center;
	margin-top: 10px;
}

.funcBox li {
	display: inline-table;
	position: relative;
	width: 33%;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 10px;
}

.funcBox p {
	font-size: 115%;
}

.linkfunc {
	text-align: right;
}

.border_r {
	border-right: 2px dotted #a5a3a3;
}

@media screen and (max-width: 959px) {
	#function h2 {
		font-size: 210%;
	}
	.funcBox {
		padding: 10px 20px 30px;
	}

	.funcBox h3 {
		font-size: 1.5em;
	}

	.funcBox li {
		width: 50%;
	}
}

@media screen and (min-width: 600px) and ( max-width: 959px) {
	/*Tablet*/
	.funcBox ul.threeBox li {
		width: 33%;
	}

	.funcBox ul.threeBox img {
		width: 100%;
	}

}

@media screen and (max-width: 599px) {
	.funcBox {
		float: none;
		width: auto;
		padding: 10px 10px 30px;
	}

	.border_r {
		border-right: none;
	}

	#function h2 {
		margin-top: 20px;
	}
}

/*#introduce
***************************************/
#introduce ul {
	font-size: 0;
	text-align: center;
}

#introduce li {
	display: inline-table;
	margin: 10px;
	position: relative;
	width: 26%;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 10px;
}

#introduce h2 {
	margin: 10px 0;
	color: #6fba2c;
	font-size: 240%;
	font-weight: bold;
}

#introduce h2 img {
	vertical-align: middle;
	margin-right: 20px;
}

.greenBox {
	background-color: #e2eec5;
}

.grayBox {
	background-color: #d9d9d9;
}

.blueBox {
	background-color: #dfecff;
}

.introTitle {
	color: #009fb9;
	font-weight: bold;
	font-size: 1.8rem;
	border-bottom: 3px dotted #009fb9;
	line-height: 1.5;
	padding-bottom: 10px;
	min-height: 54px;
	margin-bottom: 10px;
}

.li_content {
	text-align: left;
}

.li_link {
	font-weight: bold;
}

@media screen and (max-width: 1170px) {
	#introduce li {
		width: 30%;
	}
}

@media screen and (max-width: 959px) {
	#introduce li {
		width: 32%;
		margin: 5px;
	}

	.introTitle {
		font-size: 1.5rem;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 718px) {
	#introduce li {
		width: 60%;
		margin: 10px;
	}
}

@media screen and (max-width: 599px) {
	#introduce h2 {
		margin: 10px 10px;
		font-size: 140%;
	}
	#introduce h2 img {
		width: 30%;
		margin-right: 10px;
	}

	#introduce li {
		width: auto;
		/*margin: 10px;*/
	}
}

/*#interview
***************************************/
#interview{
	padding-top:30px;
}

#interview ul {
	font-size: 0;
	text-align: center;
}

#interview li {
	display: inline-table;
	margin: 10px 20px;
	position: relative;
	width: 44%;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 15px;
	box-shadow: 0 1px 3px 1px #a7a7a7;
}

#interview li p.li_content{
	min-height: 50px;
}

#interview .interviewTitle{
	color: #009fb8;
	font-weight: bold;
	font-size: 1.7rem;
	margin: 5px 0 10px;
	text-align:center;
}

#interview .interviewPhoto{
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	width: 78%;
	max-width: 100%;
}

#interview .interviewCompany{
	color: #009fb9;
	font-weight: bold;
	font-size: 1.9rem;
	margin: 10px 0;
	text-align:left;
}

#interview .logoArea img{
	width: 75%;
	max-width: 106px;
	padding-right: 10px;
}

#interview .business{
	display: inline-block;
	padding: 3px 5px;
	background: #d7e8f0;
	color: #000000;
	font-weight: bold;
	font-size: 0.63em;;
	line-height: 1.2;
}

@media screen and (max-width: 1191px) {
	#pagecontents{
		width: auto;
	}
	#interview .interviewTitle {
		min-height: 60px;
	}
}

@media screen and (max-width: 1107px) {
	#interview li p.li_content {
		min-height: 75px;
	}
}
@media screen and (max-width: 976px) {
	#interview .floatLeft,#interview .floatRight{
		float: none;
	}

	#interview .logoArea{
		min-height: 102px;
	}
}
@media screen and (max-width: 816px) {
	#interview li p.li_content {
		min-height: 100px;
	}
}
@media screen and (max-width: 712px) {
	#interview li{
		text-align:center;
		width: auto;
	}
	#interview .interviewTitle {
		min-height: auto;
	}
}

/*#security
***************************************/
#security {
	background-color: #F7F7F7;
	padding: 10px 0;
}

#security ul {
	font-size: 0;
	text-align: center;
}

#security li {
	display: inline-table;
	margin: 10px;
	position: relative;
	width: 30%;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 10px;
}

.securityTitle {
	color: #009fb9;
	font-weight: bold;
	font-size: 1.7rem;
	margin: 5px 0;
}

@media screen and (max-width: 599px) {
	#security li {
		width: auto;
		margin: 0;
	}
}

/*#labelBox
***************************************/
#templistBtnTop {
	width: 200px;
	padding: 10px 20px;
	margin: 60px auto 20px auto;
	display: inline-block;
	border-radius: 4px;
	background-color: #00A0B8;
	color: #FFFFFF;
	font-size: 1.8rem;
	text-align: center;
}

#templistBtnTop:hover {
	opacity: 1.0!important;
	background-color:#008A9E;
}

.hinbanListBtn {
	width: 200px;
	padding: 10px 20px;
	margin: 60px auto 20px auto;
	display: inline-block;
	border-radius: 4px;
	background-color: #FFC926;
	color: #FFFFFF;
	font-size: 1.8rem;
	text-align: center;
	margin-left: 30px;
}

.hinbanListBtn:hover{
	opacity: 1.0!important;
	background-color:#ffa500;
}

.templateHinbanDiv,#hinbanListDiv{
	text-align: center;
}

/*4.recommend
***************************************/
#recommend{
	padding: 20px 0px;
	background-color :#F7F7F7;
	overflow: hidden;
}

#recommend .w1200,
#print .w1200 {
	padding: 0 10px;
	box-sizing: border-box;
}

#recommend h2,
#print h2 {
	color: #009FB8;
}

#recommend table{
	margin: 0px auto 0px auto;
	max-width: 980px;
	border: solid 1px #D7DBDF;
}

#recommend tr{
	height: 80px;
	border: solid 1px #D7DBDF;
}

#recommend th{
	background-color: #474B59;
	color: #FFFFFF;
	font-weight: normal;
	width: 230px;
}

#recommend td{
	background-color: #FFFFFF;
	border: solid 1px #D7DBDF;
	padding: 0px 10px 0px 20px;
}

/* 599以下の場合 */
@media screen and (max-width: 599px){
	#recommend tr{
		border: none!important;
		height: auto!important;
	}

	#recommend th,
	#recommend td {
		display: inline-block;
		width: 100%;
		border: none;
		box-sizing: border-box;
	}

	#recommend th {
		height: 40px;
		line-height: 40px;
	}

	#recommend td {
		padding: 10px 5px;
		text-align: center;
	}
}

/*5.price
***************************************/
#price{
	padding:60px 0px 80px 0px;
	border-top:solid 1px #D6D6D6;
	overflow:hidden;
	background-image:url(/images/lp/bg_price.png);
	background-repeat:repeat;
}

#price h2{
	color:#FFFFFF;
	font-size:3.2rem;
	padding:0px 0px 60px 0px;
	font-weight: bold;
}

#price div.inner{
	max-width:1080px;
	margin:0px auto 0px auto;
}

#price dl{
	width:23%;
	margin:0px 5px 0px 5px;
	display: inline-block;
	border:solid 1px #D7DBDF;
	color:#24262A;
	background-color:#FFFFFF;
}

#price dl dt{
	font-weight:bold;
	font-size:1.8rem;
	text-align:center;
	padding:20px 0px;
}

#price dl:nth-child(1) dt{background-color:#FFC926; }
#price dl:nth-child(2) dt{background-color:#F0E800; }
#price dl:nth-child(3) dt{background-color:#9CC715; color:#FFFFFF;}
#price dl:nth-child(4) dt{background-color:#30A3B1; color:#FFFFFF;}

#price dl dd{
	height:80px;
	width:100%;
	display: table;
	text-align: left;
}

#price dl dd:nth-child(even){
	background-color:#F7F7F7;
}

#price dl dd p{
	display: table-cell;
	vertical-align: middle;
	padding:0px 10px;
}

#price dl dd p+p{
	text-align:right;
	color:#CB5D8C;
	font-size:1.8rem;
}

#price dl dd:nth-child(4) span,
#price dl dd:nth-child(5) span{
	color:#24262A;
	font-size:1rem;
	display:block;
}

#price p.quotion{
	clear: both;
	padding-top: 20px;
	padding-left: 15px;
	max-width: 1080px;
	text-align: left;
	color: #FFFFFF;
}

/*TB.ah //171121 marge*/
#price .price_free{
	padding: 0;
}

#price .price_free .priceText{
	display: inline-block;
	padding-left: 60px;
	padding: 20px 0 20px 70px;
	background: url(/images/lp/price_ico_01.png) no-repeat left center;
}

#price dl dd.planarea-1{
	padding: 10px 10px 0;
	box-sizing: border-box;
	font-size:1.8rem;
	text-align:center;
	background-color:#FFFFFF;
	border-bottom:solid 1px #D6D6D6;
}

#price dl dd .t1{
	color:#009FB8;
	display: block;
}

#price dl dd .t2{
	display: block;
	font-size:3rem;
	font-weight:bold;
}

#price dl dd .t3{
	display: block;
	font-weight:bold;
}

#price dl:nth-child(1) .t3{
	background-color:#FFC926;
}

#price dl:nth-child(2) .t3{
	background-color:#F0E800;
}

#price dl:nth-child(3) .t3{
	background-color:#9CC715;
	color: #fff;
}

#price dl:nth-child(4) .t3{
	background-color:#30A3B1;
	color: #fff;
}

#price dl dd .t4{
	display: table-cell;
	vertical-align: middle;
	font-size:1.8rem;
}

#price dl dd .t3 .t3Span{
	font-size: 2rem;
	display: inline-block;
	padding: 0 4px;
}

#price dl dd.planarea-2{
	text-align:center;
}

/*
.offer{
	height: 70px!important;
	transition: 0.4s ease-in-out;
	background-color: #ff0000;
}
.offer:hover{
	opacity: 0.6;
}
.offer a{
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	height: 70px;

}
#offerFree{

}
#offerSmall{

}
#offerMedium{

}
#offerLarge{

}*/
.offer {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	align-content: center;
 	flex-wrap: wrap;
	margin: 10px auto;
}
.offerbtn {
	font-size: 2rem;
    font-weight: bold;
	letter-spacing: 2px;
	flex: 1 0 auto;
	margin:0 10px;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
 /* box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 	box-shadow: 0 0 20px #d08b8b;
 	border-radius: 10px;
	background-color:#FF5722;
 }
/*
.offerbtn:hover {
	background-position: right center;
}

.btn-1 {
 	background-color: #FF5722;
}*/


/* end */

#FreeTryBtn2{
	width:364px;
	height:46px;
	padding:10px 10px;
	margin:50px auto 0px auto;
	display:block;
	border-radius: 4px;
	background-color:#FFFFFF;
	color:#00A0B8;
	font-size:2.6rem;
	text-align: center;
}

@media screen and (max-width: 960px){
	#price dl{
		width: 70%;
		margin-bottom: 20px;
	}

	#price dl dd{
		height:auto;
	}

	#price p.quotion{
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 599px){
	#price{
		padding:20px 10px 40px 10px;
	}

	#price h1{
		font-size:2rem;
		padding:0px 0px 30px 0px;
	}

	#price dl{
		margin:0px 0px 20px 0px;
		width:100%;
	}

	#price dl dd{
		height:auto;
	}

	#price p.quotion{
		padding:0px;
		text-align:left;
		width: auto;
	}

	#FreeTryBtn2{
		margin:20px auto 0px auto;
		font-size:1.6rem;
		width:80%;
		height: auto;
	}
}

/*#print
***************************************/
#print{
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}

#print p {
	text-align: center;
	margin-bottom: 50px;
}

#print ul {
	font-size: 0;
	border: 2px solid #c1c1c1;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 0px 10px;
}

#print li {
	display: inline-block;
	width: 25%;
	text-align: center;
	font-size: 1.4rem;
	vertical-align: top;
}

#print li:nth-of-type(1),
#print li:nth-of-type(2),
#print li:nth-of-type(3),
#print li:nth-of-type(4) {
	margin-bottom: 50px;
}

#print li:nth-of-type(5),
#print li:nth-of-type(6),
#print li:nth-of-type(7),
#print li:nth-of-type(8),
#print li:nth-of-type(9),
#print li:nth-of-type(10) {
	margin-bottom: 20px;
}

#print li img {
	vertical-align: bottom;
	max-width: 100%;
}

@media screen and (max-width: 959px) {
	#print li {
		width: 33%;
	}

	#print li:nth-of-type(1),
	#print li:nth-of-type(2),
	#print li:nth-of-type(3),
	#print li:nth-of-type(4),
	#print li:nth-of-type(5),
	#print li:nth-of-type(6) {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 599px){
	#print li {
		display: inherit;
		width: 100%;
		margin:0 auto;
		margin-bottom: 0!important;
	}

	#print li:nth-of-type(8) {
		margin-bottom: 20px!important;
	}

	#print li:not(:first-child) {
		border-top: 1px dashed #c1c1c1;
	}
}

/*#columnBox
***************************************/
#columnBox {
	padding: 0 10px;
}

#titleBox {
	display: flex;
	margin: 50px auto 40px auto;
	border-bottom: 2px solid #d14;
}

#columnTitle {
	font-size: 24px;
	position: relative;
	padding: 10px 0 2px 28px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
}

#columnTitle::before,
#columnTitle::after {
	content: "";
	position: absolute;
	margin: auto;
}

#columnTitle::before {
	width: 12px;
	height: 12px;
	top: 0;
	left: 14px;
	background: #d14;
	transform: rotate(50deg);
}

#columnTitle::after {
	width: 8px;
	height: 8px;
	top: 18px;
	left: 6px;
	background: #d14;
	transform: rotate(20deg);
}

.column1 {
	margin: 0 auto 40px;
	overflow: auto;
	width: 80%;
}

.column2 {
	margin-bottom: 40px;
}

.column1 dl,
.column2 dl,
#column_list {
	font-size: 1.6rem;
}

.column1 dt,
.column2 dt {
	width: 35%;
	float: left;
	padding: 0 10px;
}

.column1 dt {
	text-align: center;
}

.column1 dd,
.column2 dd {
	width: 55%;
	float: left;
}

.column1 img,
.column2 img {
	max-width: 100%;
	border: solid 1px #D7DBDF;
}

#column_h {
	border-bottom: 2px solid #d14;
}

#column_list {
	margin-top: 10px;
	text-align: right;
}

@media screen and (max-width: 959px) {
	.column1 dl,
	.column2 dl,
	#column_list {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 599px) {
	.column1,
	.column2 {
		margin-bottom: 20px;
		height: 120px;
	}

	.column1 {
		width: auto;
	}
}

/*#news
***************************************/
#news{
	padding:0px 0px 80px 0px;
}

#news h2{
	color:#535051;
	font-size:3.2rem;
}

#news ul{
	margin:0px auto 0px auto;
	max-width:980px;
	max-height: 275px;
	overflow: auto;
}

#news ul li{
	background-color:#F7F5F5;
	padding:15px 20px 15px 20px;
}

#news ul li:nth-child(even){
	background-color:#FFFFFF;
}

#news ul li a{
	display:inline;
}

#news ul li span{
	padding:0px 160px 0px 0px;
}

#news ul li.notice span{
	background-image:url(/images/lp/i_notice.png);
	background-repeat:no-repeat;
	background-position:center right 50px;
}

#news ul li.new span{
	background-image:url(/images/lp/i_new.png);
	background-repeat:no-repeat;
	background-position:center right 50px;
}

#news ul li.function span{
	background-image:url(/images/lp/i_function.png);
	background-repeat:no-repeat;
	background-position:center right 50px;
}

@media screen and (max-width: 599px) {
	#news{
		padding:20px 10px 40px 10px;
	}

	#news h1{
		font-size:2rem;
	}

	#news ul li span{
		display:block;
		background-position:center left 50px;
	}
}

/*5.footer
***************************************/
footer{
	width:100%;
	margin:0px auto 0px auto;
	padding:40px 0px 0px 0px;
	text-align:center;
	background-color:#474B59;
	position: relative;
	z-index: 2;
}

footer ul{
	margin:0 auto;
	overflow:hidden;
	padding:40px 0px 40px 0px;
}

footer ul li{
	display:inline;
	margin:0px 20px 0px 20px;
}

footer ul li a{
	color:#FFFFFF;
}

footer p.copyright{
	font-size:1rem;
	padding:20px 0px 20px 0px;
	background-color:#FFFFFF;
}

@media screen and (max-width: 599px) {
	footer{
		padding:10px 0px 0px 0px;
	}

	footer .logo{
 		text-align:center;
	}

	footer .logo img{
 		width:30%;
	}

	footer ul{
		font-size:1rem;
		padding:10px 0px 10px 0px;
	}

	footer ul li{
		display:block;
	}
}

/*common
***************************************/

/* 横幅1200px */
.w1200 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.w800 {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* 横幅50% */
.w50per{
	width: 50%;
}

.featureTitle {
	font-size: 240%;
	margin: 30px auto;
	font-weight: bold;
}

/* 左寄せ*/
.floatLeft{
	float: left;
}

/* 右寄せ*/
.floatRight{
	float: right;
}

/* 解除 */
.clearBoth{
	clear: both;
}

/* 1280px以下の場合 */
@media screen and (max-width: 1280px) {
	/* 幅1200px指定を強制解除 */
	.w1200{
		width: auto!important;
	}
}

/* 959px以下の場合 */
@media screen and (max-width: 959px) {
	.hideSP	{
		display: none!important;
	}

}

/* 800px以下場合 */
@media screen and (max-width: 800px) {
	/* 幅1200px指定を強制解除 */
	.w800{
		width: auto!important;
	}

	#documentRequest p {
		float: none;
		width: 100%;
		padding: 0;
	}
}

/* 599以下の場合 */
@media screen and (max-width: 599px) {

	.featureTitle,
	#columnTitle {
		font-size: 1.9rem!important;
	}

	/* 幅を強制解除 */
	.w50per{
		width: auto;
	}

	/* float解除*/
	.floatRight{
		float: none;
	}
	.floatLeft{
		float: none;
	}

}

/*//TB.tk //20250128*/
.box {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
	padding: 10px;
}
.badge {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.anime {
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(30px);
}
.anime_active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media screen and (min-width: 960px) {
    .box {
        max-width: 1280px;
        padding-right: 40px;
        padding-left: 40px;
    }
	.badge {
        /*position: relative;
        top: -50px;*/
        margin-left: 90px;
    }
}
@media screen and (max-width: 959px) {
    .badge {
        display: grid;
        gap: 10px; /* 要素間のスペース */
		grid-template-columns: 1fr; /* 1列のみ */
		text-align: center;
    }
	.badge li:nth-child(3) img {
		max-width: 300px;
		height:auto;
	}
	.documentRequestBtn{
		margin: auto;
	}
}


