/* CSS Document */

.News-days {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
.News-days .category-label{
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	width: 110px;
	padding: 0 5px;
	margin-top: -3px;
	margin-left: 10px;
	font-style:normal;
}
.category-label.i-press{
	background: #ff9900;
}
.category-label.i-info{
	background: #0066cc;
}
.pdfBtn{
	float: right;
	position: relative;
	top: -3px;
	margin-bottom: 20px;
}
.casePDFbtn {
	display: block;
	border: 1px solid #333333;
	text-align: center;
	margin: 0;
	width: 100px;
	box-sizing: border-box;
	font-size: 14px;
}

.casePDFbtn:hover {
	color: #ffffff;
	background-color: #333333;
}


.News-titles {
	clear: both;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.6;
	font-size: 20px;
}
@media screen and (max-width: 320px){
	.News-days,
	.pdfBtn{
		float: none;
	}
}


.News-caption {
	text-align: center;
	font-size: 14px;
	margin-top: -15px;
}

.News-contents p {
	color: #333333;
	line-height: 24px;
	padding-bottom: 20px
}
.News-contents p small{
	font-size: 13px;
}
.News-contents h4 {
	margin: 40px 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	line-height: 20px;
}

.News-comps{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
	}

.News-contents h5,
.News-comps h5 {
	margin: 20px 0 10px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.News-comps p {
	color: #333;
	margin: 10px 0 30px;
	line-height: 24px;
}

.imgTitles {
	text-align: center;
}

.News-rogos {
	margin: 5px 0;
}
.News-contents a,
.News-comps a {
	font-weight: bold;
	color: #0099ff;
	text-decoration: underline;
}
.News-contents a:hover,
.News-comps a:hover {
	color: #0099ff;
	border: none;
}

.News-contents img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.News-comps img {
	
}

.News-contents a img{
	/* transition: opacity 0.2s ease; */
}

.News-contents a img:hover{
	opacity: 0.8;
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.News-contents ul {
	margin: 10px 0;
}

.News-contents ul li {
	padding: 0;
}

.News-contents ul li.end {
	text-decoration: line-through;
	color: #cccccc;
}
.btn-inquiry{
	margin: 10px 0;
}

.btn-inquiry a{
	position: relative;
	display: inline-block;
	background: #0099ff;
	padding: 20px 30px;
	color: #fff;
}
.btn-inquiry a:hover{
	color: #fff;
	opacity: 0.8;
}
.btn-inquiry a:focus{
	color: #fff;
}
.btn-inquiry a i{
	position: absolute;
	right: 3%;
	top: 33%;
}
@media screen and (max-width: 500px) {
	
	.News-titles {
		font-size: 17px;
	}
	.btn-inquiry{
		text-align: center;
	}
	.btn-inquiry a{
		display: block;
		line-height: 1.5;
	}
	.btn-inquiry a i{
		right: 5%;
		top: 40%;
	}
}

.center {
	max-width: 60%;
	margin: 50px auto;
}

@media screen and (max-width: 768px) {
	
	.center {
		max-width: 100%;
	}

}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.order-01{
	order: 1;
}
.order-02{
	order: 2;
}
.order-03{
	order: 3;
}
.basis70{
	flex: 0 1 70%;
}
.basis60{
	flex: 0 1 60%;
}
.basis40{
	flex: 0 1 40%;
}
.basis30{
	flex: 0 1 30%;
}

@media screen and (max-width: 500px){
	.basis100{
		flex: 0 1 100%;
	}
}

.title-wrapper{
	position: relative;
}

.title-wrapper .btn-anchor{
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0;
	background: #cf111b;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 20px;
}
.title-wrapper .btn-anchor a{
	display: block;
	color: #fff;
	padding: 10px 20px;
}
.title-wrapper .btn-anchor a:hover,
.title-wrapper .btn-anchor a:focus{
	color: #fff;
}
.title-wrapper .btn-anchor:hover{
	opacity: 0.8;
}

.News-contents h4.highlight{
	position: relative;
	padding: 0.25rem 0 0.25rem 0.5rem;
	font-size: 20px;
    font-weight: bold;
	margin: 20px 0 15px;
	color: #003366;
	border-left: 3px solid #0099ff;
}
table.service{
	margin: 0 auto ;
	width: 100%;
}
table.service th,
table.service td{
	border: 1px solid #0099ff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1.8;
}
table.service td small{
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}
table.service td small br{
	display: inherit;
}
table.service th{
	width: 25%;
	background: #00a0e9;
	color: #fff;
	border-bottom: 1px solid #fff;
}
table.service tr:nth-of-type(3) th{
	border-bottom: 1px solid #00a0e9;
}
.biz-freeform{
	max-width: 1024px;
	margin: 40px auto 140px;
	background: #f8f8f8;
	padding: 40px 20px;
	text-align: center;
}
.biz-freeform h3{
	color: #003366;
	font-size: 24px;
	margin-bottom: 40px;
}
table.form{
	margin: 0 auto 20px;
	width: 70%;
}
table.form th{
	padding: 10px 0;
	font-weight: normal;
	width: 30%;
	text-align: left;
}
table.form th i.reqd{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	padding: 5px;
	margin-left: 10px;
	vertical-align: middle;
	background-color: #FE6F6C;
}
table.form th small{
	font-size: 14px;
}
table.form td{
	line-height: 1.8;
	padding: 10px 0;
	width: 50%;
	text-align: left;
}
table.form td small{
	font-size: 14px;
}
table.form input[type="email"],
table.form input[type="text"],
table.form input[type="tel"]{
	border: 1px solid #888;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 10px;
	width: 100%;
}

/* 送信ボタンの初期設定を消す */
.submit input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
/* 送信ボタンのカスタマイズ */
.submit input[type="submit"]{
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #00a0e9;
	border-radius: 100px;
	padding: 15px 20px;
	max-width: 250px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.submit input[type="submit"]:hover{
	opacity: 0.8;
}
.terms{
	text-align: left;
	background: #fff;
	max-width: 920px;
	padding: 20px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #ddd;
	overflow-y: auto;
	font-size: 14px;
}
.terms div,
.terms p,
.terms li{
	line-height: 1.7;
}
.terms div{
	margin: 20px auto;
}
.terms p{
	padding-bottom: 0;
}
.terms ol li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.terms ul li{
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.terms h4{
	text-align: center;
	font-size: 20px;
	margin: 20px auto;
}
.terms h5{
	font-size: 16px;
	margin: 30px auto 0;
}
.terms p.enforcement{
	text-align: right;
}
.terms-check{
	margin: 20px auto;
	display: inline-block;
	text-align: left;
}
span.err-msg{
	display: block!important;
	font-size: 14px;
	color: #FE6F6C;
	line-height: 1.8;
}

@media screen and (max-width: 800px){
	.title-wrapper .btn-anchor{
		font-size: 16px;
	}
	.title-wrapper .btn-anchor a{
		padding: 10px 15px;
	}
	table.form{
		width: 90%;
	}
}
@media screen and (max-width: 640px){
	.title-wrapper .btn-anchor{
		position: static;
		margin: 0 auto 20px;
		font-size: 18px;
		width: 100%;
	}
	table.service th,
	table.service td{
		display: block;
	}
	table.service th{
		width: 100%;
		padding: 10px;
		border-bottom: none;
	}
	table.service td{
		padding: 20px 10px;
	}
	table.service td small br{
		display: none;
	}
	table.form{
		margin: 0 auto 40px;
		width: 100%;
	}
	table.form th,
	table.form td{
		display: block;
		width: 100%;
	}
	table.form th{
		padding: 30px 0 5px;
	}
	table.form td{
		padding: 0;
	}
	table.form tr:nth-of-type(1) th{
		padding: 0 0 5px;
	}
	.terms{
		padding: 10px;
		height: 200px;
	}
}