@charset "utf-8";

/*===========================================================
	TITLE HEADING
============================================================*/
.hdL {
	margin-bottom: 40px;
	line-height: 1;
}
.hdL img {
	display: inline-block;
	margin-right: 17px;
	vertical-align: bottom;
}
.hdM {
	font-size: 2.4rem;
	line-height: 1.33;
	margin-bottom: 10px;
	color: #f60;
}
.hdS {}
.hd01 {}

@media screen and (max-width: 767px) {
	.hdL {
		margin-bottom: 20px;
		font-size: 1rem;
		text-align: center;
	}
	.hdL img {
		display: inline-block;
		margin-right: 5px;
		vertical-align: bottom;
		height: 25px;
	}
	
	.hdM {
		font-size: 2rem;
		text-align: center;
	}
}

.hdXL {
	font-size: 5rem;
	line-height: 4.5rem;
	margin-bottom: 1rem;
	color: #f60;
}
@media screen and (max-width: 767px) {
.hdXL {
	font-size: 4rem;
}
}

.hdL01 {
	font-size: 4rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	color: #f60;
}
@media screen and (max-width: 767px) {
.hdL01 {
	font-size: 2.5em;
}
}

.hdS {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
.hdS {
	font-size: 1.5rem;
}
}

.hdS10 {
	margin:0 auto 1em;
	font-size:2rem;
	background:#fff;
	border:2px dotted #000000;
	text-align:center;
	padding:0.8rem 0;
	position:relative;
}
@media screen and (max-width: 767px) {
.hdS10 {
	max-width:370px;
	font-size:1.5rem;
	color:#033497;
	background:#fff;
	border:2px dashed #179ec2;
	text-align:center;
	padding:0.4rem 0;
	position:relative;
}
}

/*===Box TITLE=======================*/
.hdBox {
	font-size: 2rem;
	behavior: url(../PIE.htc);
	line-height: 1.3;
	padding: 16px 12px;
	margin-bottom: 0.8em;
	color:#fff;
	background-color:#f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	font-weight: bold;
}

.hdBox01 {
	font-size: 2rem;
	behavior: url(../PIE.htc);
	line-height: 1.3;
	padding: 16px 12px;
	margin-bottom: 0.8em;
	color:#f60;
	background-color:#f9f9f9;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.hdBox01 {
	font-size: 1.6rem;
	margin: 0px 0px 1rem 0px;
	padding: 10px 18px;
}

.hdBox {
	font-size: 1.6rem;
	margin: 0px 0px 1rem 0px;
	padding: 10px 18px;
}
}

.hdBox02 {
	font-size: 2rem;
	text-align:left;
	behavior: url(../PIE.htc);
	line-height: 1.3;
	padding: 16px 12px;
	margin-bottom: 0.8em;
	background:url(../images/icon/icon_tit02.gif) left center no-repeat;
	color: #f60;
	border: 1px solid #f60;
}
@media screen and (max-width: 767px) {
.hdBox02 {
	font-size: 1.6rem;
	padding: 10px 18px;
}
}

.hdBox03 {
	font-size: 1.6rem;
	behavior: url(../PIE.htc);
	line-height: 1.3;
	padding: 16px 12px;
	border: 1px solid #f3f3f3;
	margin-bottom: 1em;
	background-color:#FFFFFF;
	margin-bottom: 1.5em;
}
.hdBox03 span{
	background-color: #f60;
background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,161,0,1) 100%);
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	padding:3px 10px;
	left: -15px;
	top: -1px;
	float: left;
	position: relative;
}
@media screen and (max-width: 767px) {
.hdBox03 {
	font-size: 1.6rem;
	margin: 0px 0px 1rem 0px;
	border:none;
	background:none;
}
.hdBox03 span{
	font-size: 1.2rem;
	text-align: center;
	width:46px;
	padding:2px 3px 1px;
	left: 0px;
	top: 0px;
	float: none;
	margin-bottom: 4px;
	position: relative;
	display:block;
}
}

.hdBox04 {
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 5px 10px;
	margin-bottom: 0.5em;
	border-left:#f60 solid 2px;
	background:#f9f9f9;
	color: #f60;
}
@media screen and (max-width: 767px) {
.hdBox04 {
	font-size: 1.3rem;
	padding: 5px 10px;
}
}

.hdBox05 {
	font-size: 2rem;
	line-height: 1.3;
	padding: 13px 0px 0.3em 35px;
	margin-bottom: 0.8em;
	border-bottom:1px solid #f60;
	background: url(../images/icon/icon_pen.svg) left center no-repeat;
	background-size: 32px 26px;
	color: #f60;
}
@media screen and (max-width: 767px) {
.hdBox05 {
	font-size: 1.5rem;
	background:url(../images/icon/icon_pen.svg) left center no-repeat;
}
}

.hdM01 {
	font-size: 2rem;
	line-height: 1.2;
	padding: 8px 0;
	margin-bottom: 1rem;
	display:block;
	overflow:hidden;
	color: #f60;
}
.hdM01:before {
	border-bottom: 1px solid #f60;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	margin-top: -10px;
	width: 50px;
}
.hdM01.hdM04:before {
	border-bottom: 1px solid #f60;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	margin-top: -10px;
	width: 50px;
}
@media screen and (max-width: 767px) {
.hdM01 {
	font-size: 1.6rem;
	line-height: 1.3;
	overflow:hidden;
}
.hdM01:before {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	margin-top: -10px;
	width: 50px;
}
}

.hdM02 {
	font-size: 2rem;
	line-height: 1.2;
	padding: 8px 0;
	margin-bottom:0.5em;
	color: #f60;
}
.hdM02:after {
	border-bottom: 1px solid #f60;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	margin-top: 8px;
	width: 50px;
}
@media screen and (max-width: 767px) {
.hdM02 {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom:8px;
}
.hdM02:after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 50px;
}
}

.hdM03 {
	font-size:3rem;
	text-align:center;
	line-height:1.3;
	margin-bottom:1em;
	color: #f60;
}
.hdM03 span{
	font-size:1.5rem;
	display:block;
	font-weight:normal;
}
.hdM03 span:before {
	content: '';
	display: block;
	margin: 3px auto 8px;
	width: 40px;
	border-top: 4px solid #f60;;
}
@media screen and (max-width: 767px) {
.hdM03 {
	font-size:25px;
}
}
.hdM04 {
	background: #fff;
	color: #f60;
}

.hdS03 {
	font-size: 25px;
	line-height: 1.1;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
.hdS03 {
	font-size: 20px;
}
}

.hdComment{
	font-size:1.3rem;
	color:#00B3FF;
	margin-bottom:1em;
}
@media screen and (max-width: 767px) {
}