@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  top
* --------------------------------------------------------------------------------------------------*/
/* topLead
--------------------------------------------------*/
.topLead {
	height: 645px;
	padding: 152px 0 0;
	background: url(../img/top/top_mainimg01_pc.jpg) no-repeat center top/cover;
	text-align: center;
	color: #24396e;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 0px #0000ff;
	text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff;
}

.topLead .leadTtl {
	margin-bottom: 26px;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #fff,
		-1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px -1px 1px #fff;
}

@media screen and (max-width: 768px) {
	.topLead {
		height: 335px;
		padding: 25px 0;
		background-image: url(../img/top/top_mainimg01_sp.jpg);
		background-position: bottom center;
		text-align: justify;
		font-size: 13px;
	}

	.topLead .contentIn {
		padding: 0 7%;
		letter-spacing: 0.15em;
	}
}

/* topNewsArea
--------------------------------------------------*/
.topNewsArea {
	margin-top: 50px;
}

.topNewsArea .newsWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topNewsArea a {
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.topNewsArea .ttlStyle01 {
	position: relative;
}

.topNewsArea .ttlStyle01 a {
	position: absolute;
	top: 6px;
	right: 2px;
	font-size: 13px;
}

.topNewsArea .newsBox {
	width: 475px;
	min-height: 326px;
	padding: 23px 13px 10px;
	background: rgba(36, 57, 110, 0.95);
	color: #fff;
}

.topNewsArea .newsDl {
	padding: 24px 25px 0;
	font-weight: 200;
}

.topNewsArea .newsDl dd {
	min-height: 3.4em;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.topNewsArea {
		margin-top: 30px;
	}

	.topNewsArea .newsWrap {
		display: block;
	}

	.topNewsArea .ttlStyle01 a {
		top: 5px;
		font-size: 10px;
	}

	.topNewsArea .newsBox {
		width: auto;
		min-height: 0;
		padding: 15px 2.666% 10px;
	}

	.topNewsArea .newsBox:nth-child(n+2) {
		margin-top: 6px;
	}

	.topNewsArea .newsDl {
		padding: 1.1em 0.2em 0;
	}

	.topNewsArea .newsDl dt {
		font-size: 11px;
	}

	.topNewsArea .newsDl dd {
		font-size: 12px;
	}
}

/* topColumn
--------------------------------------------------*/
.topColumn {
	padding: 100px 0 96px;
	margin-top: -39px;
	background: url(../img/common/cmn_bg_pattern01.gif) repeat top left;
}

.topColumn .btnStyle01 {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.topColumn {
		background-size: 4px auto;
		padding: 140px 0 35px;
		margin-top: -90px;
	}
}

/* topService
--------------------------------------------------*/
.topService {
	padding: 72px 0 62px;
	background: url(../img/top/top_service_bg01_pc.jpg) no-repeat top center/cover;
}

.topService .serviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

.topService .serviceList li {
	background: #fff;
	width: 310px;
	margin-bottom: 27px;
}
.topService .serviceList li.none{
	background-color: transparent;
	width: 310px;
	margin-bottom: 0px;
}

.topService .serviceList li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.topService .serviceList li a:hover {
	opacity: 0.8;
}

.topService .serviceList .copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 13px 0 17px;
	background: #dbdcdc;
	text-align: center;
	color: #003366;
	font-size: 17px;
	font-weight: 400;
	position: relative;
}

.topService .serviceList .copy::before {
	position: absolute;
	content: "";
}

.topService .serviceList .copy::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 13px 11px;
	border-color: transparent transparent #dbdcdc transparent;
	margin: auto;
	top: -13px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.topService {
		padding: 15px 0;
		background-image: url(../img/top/top_service_bg01_sp.jpg);
	}

	.topService .serviceList {
		display: block;
	}

	.topService .serviceList li {
		max-width: 68.6%;
		margin: auto;
	}

	.topService .serviceList li:nth-child(n+2) {
		margin-top: 10px;
	}

	.topService .serviceList .copy {
		padding: 12px 1em;
		font-size: 13px;
		position: relative;
	}

	.topService .serviceList .copy::before {
		position: absolute;
		content: "";
	}

	.topService .serviceList .copy::before {
		border-width: 0 9px 10px 9px;
		top: -10px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  column
* --------------------------------------------------------------------------------------------------*/
.column .ttlArea {
	margin-bottom: 75px;
	padding: 110px 0 150px;
}

@media screen and (max-width: 768px) {
	.column .ttlArea {
		margin-bottom: 18px;
		padding: 90px 0 54px;
	}
}

/* columnSec
--------------------------------------------------*/
.columnSec .columnList {
	max-width: 980px;
	margin: -20px auto 0 auto;
}

.columnSec .columnList li {
	margin-right: 28px;
}

@media screen and (max-width: 768px) {
	.columnSec .columnList li {
		margin-right: 0;
	}

	.columnSec .columnList li:nth-child(n+2) {
		margin-top: 10px;
	}
}

.columnSec .columnList li:nth-child(4n) {
	margin-right: 0;
}

/* ----------------------------------------------------------------------------------------------------
*  column detail
* ---------------------------------------------------------------
-----------------------------------*/
.columnDetail .contentIn {
	padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.columnDetail .contentIn {
		padding-bottom: 40px;
	}
}

.columnDetail .columnContentWrapper01 {
	color: #24396e;
	border: 1px solid #24396e;
}

.columnDetail .columnContentWrapper01:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentWrapper01 {
		border: none;
	}
}

.columnDetail .columnContentLeft01 {
	width: 729px;
	float: left;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentLeft01 {
		width: 100%;
		float: none;
		height: auto !important;
	}
}

.columnDetail .columnContentInner01 {
	padding: 30px 40px 68px 20px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentInner01 {
		padding: 37px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentDate01 {
		margin-left: 10px;
		font-size: 13px;
	}
}

.columnDetail .columnContentBtnBackList01 {
	margin-top: 10px;
	margin-left: auto;
	width: 195px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentBtnBackList01 {
		margin-top: 15px;
		width: 150px;
	}
}

.columnDetail .columnContentBtnBackList01 a {
	display: inline-block;
	padding: 11px 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	background-color: #27599e;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentBtnBackList01 a {
		font-size: 12px;
	}
}

.columnDetail .columnContentBtnBackList02 {
	margin-top: 110px;
	margin-right: auto;
	width: 265px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentBtnBackList03 {
		margin-top: 40px;
		margin-right: auto;
	}
}

.columnDetail .columnContentBtnBackList02 a {
	font-size: 16px;
}

.columnDetail .columnContentTtl01 {
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentTtl01 {
		margin-top: 35px;
		margin-left: 10px;
		font-size: 20px;
	}
}

.columnDetail .columnEntry {
	line-height: 1.6;
	font-size: 16px;
}

.columnDetail .columnContentPic01 {
	margin-top: 75px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentPic01 {
		margin-top: 40px;
	}
}

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

@media screen and (max-width: 768px) {
	.columnDetail .columnContentCaption01 {
		font-size: 12px;
	}
}

.columnDetail .columnContentBody01 {
	margin-top: 70px;
	line-height: 3;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentBody01 {
		line-height: 2.571;
		font-size: 14px;
	}
}

.columnDetail .columnContentProfile01 {
	margin-top: 200px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentProfile01 {
		margin-top: 80px;
		font-size: 14px;
	}
}

.columnDetail .columnContentProfileName01 {
	margin-top: 20px;
	font-size: 30px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentProfileName01 {
		margin-top: 25px;
		font-size: 20px;
	}
}

.columnDetail .columnContentRight01 {
	position: relative;
	width: 249px;
	float: left;
	background-color: #faf0ee;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentRight01 {
		margin-top: 80px;
		float: none;
		width: 100%;
		height: auto !important;
		background-color: #fff;
		border: 1px solid #4b6cb3;
	}
}

.columnDetail .columnContentServiceInner01 {
	padding: 25px 10px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentServiceInner01 {
		padding: 0 0 25px;
	}
}

.columnDetail .columnContentServiceTtl01 {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentServiceTtl01 {
		padding: 33px 0;
		font-weight: normal;
		color: #fff;
		background-color: #27599e;
	}
}

.columnDetail .columnContentServiceList01 {
	padding-top: 11px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentServiceList01 {
		margin: 0 auto;
		padding-top: 8px;
		width: 230px;
	}
}

.columnDetail .columnContentServiceList01 .columnContentServiceDetail01 {
	margin-top: 17px;
}

.columnDetail .columnContentServiceDescription01 {
	padding: 8px 0;
	font-size: 13px;
	color: #003366;
	background-color: #dbdcdc;
}

.columnDetail .columnContentServiceDetailHazardTalk01 .columnContentServiceDescription01 {
	margin-top: -4px;
}

.columnDetail .columnContentBtnServiceList01 {
	margin: 85px auto 0;
	width: 207px;
}

@media screen and (max-width: 768px) {
	.columnDetail .columnContentBtnServiceList01 {
		margin-top: 45px;
	}
}

.columnDetail .columnContentBtnServiceList01 a {
	padding: 10px 0;
	display: block;
	color: #27599e;
	border: 2px solid #4b6cb3;
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
}

.columnDetail .columnContentBtnServiceList01 a:hover {
	color: #faf0ee;
	background-color: #4b6cb3;
}

/* ----------------------------------------------------------------------------------------------------
*  common - hazardtalk / hazardpro / searchme
* --------------------------------------------------------------------------------------------------*/
.serviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.serviceList.col03 li {
	width: 210px;
}

.serviceList.col04 li {
	width: 184px;
}

.serviceList .listHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.serviceList p+p {
	margin-top: 1em;
}

.hazardtalk .serviceList a,
.hazardpro .serviceList a {
	padding: 7px 7px;
	border-radius: 0.2em;
	color: #fff;
	display: inline-block;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.hazardtalk .serviceList a:hover,
.hazardpro .serviceList a:hover {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.hazardtalk .serviceList a {
	background: #d6232c;
}

.hazardpro .serviceList a {
	background: #3C719D;
}

@media screen and (max-width: 768px) {
	.serviceList {
		margin-bottom: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.serviceList.col03 li {
		max-width: 210px;
		margin-bottom: 50px;
	}

	.serviceList.col04 li {
		width: 49%;
		padding: 0 4%;
		margin-bottom: 25px;
	}

	.serviceList .listHead {
		font-size: 15px;
	}
}

.newsArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.newsAreaTitleBlock {
	border: 20px solid #d6232c;
	width: 350px;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.newsAreaTitleBlock:before {
	content: '';
	display: block;
	background: url(../img/common/cmn_bg_pattern02.png);
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
}

.newsAreaTitleBlock .title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	color: #d6232c;
	position: relative;
	z-index: 2;
}

.newsAreaTitleBlock .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
	z-index: 2;
}

.newsAreaTitleBlock .btn a {
	margin: 0 auto;
}

.newsAreaTitleBlock.blue05 {
	border-color: #27599e;
}

.newsAreaTitleBlock.blue05 .title {
	color: #27599e;
}

.newsAreaPostBlock {
	width: 548px;
}

@media screen and (max-width: 768px) {
	.newsArea {
		display: block;
	}

	.newsAreaTitleBlock {
		border: 20px solid #d6232c;
		width: 240px;
		height: 240px;
		margin: 0 auto;
	}

	.newsAreaTitleBlock:before {
		background-size: 4px;
		top: -14px;
		left: -14px;
		right: -14px;
		bottom: -14px;
	}

	.newsAreaTitleBlock .title {
		font-size: 20px;
	}

	.newsAreaTitleBlock .btn {
		bottom: 11px;
	}

	.newsAreaTitleBlock.blue05 {
		border-color: #27599e;
	}

	.newsAreaPostBlock {
		width: auto;
		margin-top: 15px;
	}
}

.newsPostList a {
	display: block;
	padding: 14px 20px 33px;
}

.newsPostList li {
	position: relative;
}

.newsPostList li:after {
	content: '';
	display: block;
	background: url(../img/common/cmn_bg_pattern03.png);
	position: absolute;
	height: 18px;
	left: 0;
	right: 0;
	bottom: 0;
}

.newsPostList li:first-child a {
	padding-top: 0;
}

.newsPostList .date {
	font-weight: 500;
}

.newsPostList .text {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.newsPostList a {
		padding: 10px 3px 25px;
	}

	.newsPostList li {
		position: relative;
	}

	.newsPostList li:after {
		background-size: 4px;
		height: 12px;
	}

	.newsPostList li:first-child a {
		padding-top: 10px;
	}

	.newsPostList .date {
		font-size: 14px;
	}

	.newsPostList .text {
		font-size: 13px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  hazardtalk
* --------------------------------------------------------------------------------------------------*/
.hazardtalk {
	/* mainImg
	--------------------------------------------------*/
	/* hazardtalkSec01
	--------------------------------------------------*/
	/* hazardtalkSec02
	--------------------------------------------------*/
	/* hazardtalkSec03
	--------------------------------------------------*/
}

.hazardtalk .mainImg {
	padding: 17px 0 18px;

	height: 409px;
	position: relative;
	z-index: -1;
}

.hazardtalk .mainImgSlider {
	z-index: 3;
}

.hazardtalk .mainImgSlider .draggable {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImgSlider .draggable>div {
		display: flex;
	}

	.hazardtalk .mainImgSlider .slick-slide {
		height: auto !important;
	}

	.hazardtalk .mainImg {
		padding: 7.5% 0;
		background: #d6232c url(../img/hazardtalk/hazardtalk_mainimg01_sp.jpg) no-repeat top left/cover;
		height: 100%;
	}
}

.hazardtalk .mainImg .contentIn {
	height: 100%;
}

.hazardtalk .mainImg .txt {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .txt {
		width: 100%;
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 30px 0 0;
		font-size: 3.4vw;
	}
}

.hazardtalk .mainImg .txt .mv_ttl {
	text-align: center;
}

.hazardtalk .mainImg .txt .mv_ttl img {
	width: 322px;
	margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .txt .mv_ttl img {
		width: 100%;
		max-width: 322px;
		margin-bottom: 3%;
	}
}

.hazardtalk .slick-vertical .slick-slide {
	border: 0;
}

.hazardtalk .mainImgThumb {
	background: #010000;
	padding: 10px 0;
}

.hazardtalk .mainImgThumb .slick-track {
	width: 980px;
	margin: 0 auto;
}

.hazardtalk .mainImgThumb img {
	width: auto !important;
	height: 45px;
}

.hazardtalk .mainImgThumb .draggable>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hazardtalk .mainImgThumb .mainImgThumb_01 {
	margin-right: 100px;
}

.hazardtalk .mainImgThumb .slick-slide {
	opacity: 0.5;
}

.hazardtalk .mainImgThumb .slick-slide.slick-current {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.slick-vertical .slick-slide {
		height: auto;
	}

	.hazardtalk .mainImgThumb .slick-track {
		width: auto;
	}

	.hazardtalk .mainImgThumb .draggable>div {
		display: block;
	}

	.hazardtalk .mainImgThumb img {
		float: none;
		display: block;
		height: 10vw;
		margin: 0 auto;
	}

	.hazardtalk .mainImgThumb .mainImgThumb_01 {
		margin: 0 auto;
	}
}

.hazardtalk .mainImg .txt img {
	width: 640px;
	/*margin-bottom: 25px;*/
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .txt img {
		width: 100%;
		max-width: 640px;
		/*margin-bottom: 4%;*/
	}
}

.hazardtalk .mainImg .txt .icon02 {
	display: block;
	width: 152px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .txt .icon02 {
		width: 30vw;
		margin: 0 auto 5vw;
	}
}

.hazardtalk .mainImg .txt .slide01_txt01 {
	font-size: 15px;
	margin-bottom: 2em;
}

.hazardtalk .mainImg .txt .slide01_txt02 {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .txt .slide01_txt01 {
		text-shadow:
			#000 1px 1px 0, #000 -1px -1px 0,
			#000 -1px 1px 0, #000 1px -1px 0,
			#000 0px 1px 0, #000 0-1px 0,
			#000 -1px 0 0, #000 1px 0 0;
	}

	.hazardtalk .mainImg .txt .slide01_txt02 {
		text-shadow:
			#000 1px 1px 0, #000 -1px -1px 0,
			#000 -1px 1px 0, #000 1px -1px 0,
			#000 0px 1px 0, #000 0-1px 0,
			#000 -1px 0 0, #000 1px 0 0;
	}
}

.hazardtalk .mainImg .mark {
	display: flex;
	align-items: center;
	background: rgba(1, 0, 0, 0.07);
	padding: 15px 30px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 95%;
	z-index: 3;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .mark {
		display: block;
		padding: 15px 20px;
		position: static;
		text-align: center;
		width: 100%;
	}
}

.hazardtalk .mainImg .mark .logo {
	display: block;
	height: 58px;
	margin: 0 auto 10px;
	width: 58px;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .mark .logo {
		height: 38px;
		width: 38px;
	}
}

.hazardtalk .mainImg .mark strong {
	color: #fff;
	display: block;
	padding: 0 30px;
	white-space: nowrap;
}

.hazardtalk .mainImg .mark p {
	color: #fff;
	display: block;
	font-size: 13px;
}

@media screen and (max-width: 768px) {

	.hazardtalk .mainImg .mark strong,
	.hazardtalk .mainImg .mark p {
		text-align: center;
	}

	.hazardtalk .mainImg .mark strong {
		font-weight: bold;
		font-size: 14px;
	}
}

.hazardtalk .mainImg .img01 {
	width: 297px;
	position: absolute;
	left: 70px;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImg .img01 {
		width: 100%;
		position: static;
		transform: none;
	}

	.hazardtalk .mainImg .img01 img {
		margin: 0 auto;
	}
}

.hazardtalk .mainImg .img02 {
	width: 640px;
	position: absolute;
	top: 34%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.hazardtalk .mainImgSliderWrap {
	position: relative;
	background: #d6232c url(../img/hazardtalk/hazardtalk_mainimg01_pc.jpg) no-repeat top left/auto 100%;
	height: 409px;
}

.hazardtalk .mainImgSliderWrap .img02 {
	width: 640px;
	position: absolute;
	top: 56%;
	right: calc(((100% - 980px) / 2) - 15px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.hazardtalk .mainImgSliderWrap {
		padding-top: 0;
		height: auto;
	}
}

.hazardtalk .hazardtalkSec01 {
	padding: 35px 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

.hazardtalk .hazardtalkSec01 h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}

.hazardtalkSec01 .ttlStyle09 a {
	display: inline-block;
}

.hazardtalkSec01 .ttlStyle09 a span {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}

.hazardtalkSec01 .ttlStyle09 img {
	width: 1em;
	height: auto;
	margin-left: 0.3em;
}

.hazardtalk .txtBottom,
.hazardpro .txtBottom {
	padding: 7px 0 6px;
	background: #d6232c;
	color: #fff;

	width: 100%;
	margin: 40px auto 0;
}

.hazardpro .txtBottom {
	background: #3f729b;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec01 {
		overflow: hidden;
		padding: 18px 0 0;
	}

	.hazardtalk .hazardtalkSec01 h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.hazardtalk .txtBottom,
	.hazardpro .txtBottom {
		padding: 6px 0;
	}
}

.hazardtalk .txtBottom.btn,
.hazardpro .txtBottom.btn {
	border-radius: 10px;
	display: block;
	max-width: 565px;
	font-size: 20px;
}

.hazardtalkSec02 .txtBottom.btn,
.hazardproSec02 .txtBottom.btn {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {

	.hazardtalk .txtBottom.btn,
	.hazardpro .txtBottom.btn {
		font-size: 13px;
		width: 90%;
	}

	.hazardtalkSec02 .txtBottom.btn,
	.hazardproSec02 .txtBottom.btn {
		margin-top: 20px;
	}
}

.hazardtalk .hazardtalkSec02 .secTtlArea {
	width: 770px;
	margin: 75px auto 0;
}

.hazardtalk .hazardtalkSec02 .secTtlArea a {
	display: block;
	position: relative;
}

.hazardtalk .hazardtalkSec02 .secTtlArea .movieTtl {
	font-size: 34px;
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.hazardtalk .hazardtalkSec02 .secTtlArea .movieTtl i {
	vertical-align: middle;
	margin: -7px 0 0 8px;
}

.hazardtalk .hazardtalkSec02 .secTtlArea .img {
	width: 600px;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec02 .secTtlArea {
		width: 100%;
		max-width: 500px;
		padding: 0 2.666%;
		margin: 60px auto 0;
	}

	.hazardtalk .hazardtalkSec02 .secTtlArea .movieTtl {
		font-size: 20px;
		top: 44%;
	}

	.hazardtalk .hazardtalkSec02 .secTtlArea .movieTtl i {
		vertical-align: middle;
		margin: -7px 0 0 8px;
	}

	.hazardtalk .hazardtalkSec02 .secTtlArea .img {
		width: 73%;
		margin-left: auto;
	}
}


.hazardtalk .hazardtalkSec02 {
	overflow: hidden;
}

.hazardtalk .hazardtalkSec02 .aboutList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 925px;
	padding: 75px 0;
	margin: 0 auto;
}

.hazardtalk .hazardtalkSec02 .aboutList>li {
	width: 425px;
}

.hazardtalk .hazardtalkSec02 .aboutList>li:nth-child(n+3) {
	margin-top: 70px;
}

.hazardtalk .hazardtalkSec02 .aboutList .ttlStyle09 {
	font-size: 25px;
	margin: 0 -1em 30px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec02 .aboutList .ttlStyle09 {
		font-size: 20px;
		margin: 0 0 30px;
	}
}

.hazardtalk .hazardtalkSec02 .aboutList p {
	font-size: 18px;
	line-height: 2.0;
}

.hazardtalk .hazardtalkSec02 .aboutList p+p {
	margin-top: 2em;
}

.hazardtalk .hazardtalkSec02 .aboutList a {
	padding: 7px 7px;
	border-radius: 0.2em;
	background: #d6232c;
	color: #fff;
	display: inline-block;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.hazardtalk .hazardtalkSec02 .aboutList a:hover {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.hazardtalk .hazardtalkSec02 .aboutList .aboutBtn {
	width: 210px;
	text-align: center;
	font-size: 15px;
	margin: 25px auto 0;
}

.hazardtalk .hazardtalkSec02 .aboutList .aboutBtn a {
	display: block;
	width: 100%;
}

.hazardtalk .hazardtalkSec02 .aboutArea {
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.hazardtalk .hazardtalkSec02 .aboutArea .contentIn {
	position: static;
	padding-bottom: 100px;
}

.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt {
	text-align: center;
}

.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt .ttlStyle09 {
	display: inline-block;
	color: #d6232c;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 0;
}

.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt .imgHand {
	text-align: right;
	width: 333px;
	height: 444px;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1380px) {
	.hazardtalk .hazardtalkSec02 .aboutArea .contentIn {
		position: relative;
	}

	.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt .imgHand {
		right: -190px;
	}
}

.hazardtalk .hazardtalkSec02 .optionArea .contentIn {
	width: 915px;
}

.hazardtalk .hazardtalkSec02 .optionArea .ttlStyle13 {
	background: #d6232c;
}

.hazardtalk .hazardtalkSec02 .optionArea .serviceList .listHead {
	background: url(../img/hazardtalk/hazardtalk_bg02.svg) no-repeat center center/contain;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec02 .aboutList {
		display: block;
		width: auto;
		padding: 45px 0 30px;
		margin: 0 auto;
	}

	.hazardtalk .hazardtalkSec02 .aboutList>li {
		width: auto;
	}

	.hazardtalk .hazardtalkSec02 .aboutList>li:nth-child(n+2) {
		margin-top: 60px;
	}

	.hazardtalk .hazardtalkSec02 .aboutList p {
		font-size: 14px;
	}

	.hazardtalk .hazardtalkSec02 .aboutArea .contentIn {
		padding-bottom: 25px;
	}

	.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt {
		margin: 0 -2.8%;
	}

	.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt .ttlStyle09 {
		font-size: 2vw;
		font-size: 5.2vw;
		letter-spacing: normal;
	}

	.hazardtalk .hazardtalkSec02 .aboutArea .catchTxt .imgHand {
		width: 77%;
		height: auto;
		position: static;
		margin-left: auto;
		display: block;
		margin-bottom: -5vw;
	}

	.hazardtalk .hazardtalkSec02 .optionArea .contentIn {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.hazardtalk .hazardtalkSec02 .optionArea .serviceList .listHead {
		background: url(../img/hazardtalk/hazardtalk_bg02.svg) no-repeat center center/contain;
	}
}

.hazardtalk .hazardtalkSec02 .bnrDemo {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 980px;
	background: url(../img/hazardtalk/bg_pattern.png) repeat 0 0 / auto 338px;
	padding: 10px 37px 7px 51px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	margin: 90px auto 7px;
}

.hazardtalk .hazardtalkSec02 .bnrDemo img {
	width: 123px;
	height: auto;
	margin-right: 27px;
}

.hazardtalk .hazardtalkSec02 .bnrDemo-txt__pre {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.0;
	margin-bottom: 1em;
}

.hazardtalk .hazardtalkSec02 .bnrDemo-txt__ttl {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.0;
}

.hazardtalk .hazardtalkSec02 .bnrDemo-txt__btn {
	position: absolute;
	top: 50%;
	right: 37px;
	font-size: 15px;
	font-weight: 500;
	transform: translateY(-50%);
}

.hazardtalk .hazardtalkSec02 .bnrDemo-txt__btn a {
	display: block;
	color: #fff;
	background: #414141;
	padding: 0.8em 1.5em;
	border-radius: 3em;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec02 .bnrDemo {
		justify-content: space-between;
		flex-wrap: wrap;
		width: auto;
		margin: 30px 5vw 0;
		padding: 3vw;
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo img {
		width: 20vw;
		margin-right: 0;
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo .bnrDemo-txt {
		width: calc(100% - 23vw);
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo-txt__ttl {
		font-size: 21px;
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo-txt__pre {
		font-size: 10px;
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo-txt__btn {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		width: 100%;
		font-size: 13px;
		margin: 0.5em 0 0;
	}

	.hazardtalk .hazardtalkSec02 .bnrDemo-txt__btn a {
		text-align: center;
		padding: 0.5em 0;
	}
}

.hazardtalk .hazardtalkSec03 {
	padding: 27px 0 35px;
}

@media screen and (max-width: 768px) {
	.hazardtalk .hazardtalkSec03 {
		padding: 64px 0 45px;
	}
}

/*add 20201209*/
.hazardtalk .hazardtalkSec02 .movieWrap,
.hazardpro .hazardproSec02 .movieWrap {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/*margin: 50px auto 60px;*/
	margin: 50px auto 0;
}

.hazardtalk .hazardtalkSec02 .movieWrap {
	margin-top: 120px;
}

@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap,
	.hazardpro .hazardproSec02 .movieWrap {
		display: block;
		margin-bottom: 30px;
	}

	.hazardtalk .hazardtalkSec02 .movieWrap {
		margin-top: 70px;
	}
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit,
.hazardpro .hazardproSec02 .movieWrap .unit {
	background: url("../img/hazardtalk/bg_pattern.png") no-repeat right top;
	background-size: cover;
	position: relative;
	height: 230px;
	width: 30.409%;
}

.hazardpro .hazardproSec02 .movieWrap .unit {
	height: 200px;
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit a,
.hazardpro .hazardproSec02 .movieWrap .unit a {
	display: block;
	height: 100%;
	padding: 30px 10px 0;
	position: relative;
	overflow: visible;
	width: 100%;
	padding-top: 15px;
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit a:hover,
.hazardpro .hazardproSec02 .movieWrap .unit a:hover {
	opacity: 1;
}

@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit,
	.hazardpro .hazardproSec02 .movieWrap .unit {
		height: auto;
		width: 100%;
	}

	.hazardtalk .hazardtalkSec02 .movieWrap .unit a,
	.hazardpro .hazardproSec02 .movieWrap .unit a {
		padding: 20px 5%;
	}
}

.hazardpro .hazardproSec02 .movieWrap .unit+.unit {
	margin-left: 8%;
}


@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit+.unit,
	.hazardpro .hazardproSec02 .movieWrap .unit+.unit {
		margin: 20px 0 0;
	}
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit .ttl,
.hazardpro .hazardproSec02 .movieWrap .unit .ttl {
	font-size: 1.25rem;
	line-height: 1.3;
	text-align: right;
	transition: 0.3s;
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit:hover .ttl,
.hazardpro .hazardproSec02 .movieWrap .unit:hover .ttl {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit .ttl,
	.hazardpro .hazardproSec02 .movieWrap .unit .ttl {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.hazardtalk .hazardtalkSec02 .movieWrap .unit:hover .ttl,
	.hazardpro .hazardproSec02 .movieWrap .unit:hover .ttl {
		opacity: 1;
	}
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit .ttl .fa,
.hazardpro .hazardproSec02 .movieWrap .unit .ttl .fa {
	vertical-align: middle;
	margin-left: 0;
	margin-right: 10px;
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit .img,
.hazardpro .hazardproSec02 .movieWrap .unit .img {
	position: absolute;
	left: -10px;
	max-width: 274px;
	bottom: -30px;
	z-index: 2;
}


@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit .img,
	.hazardpro .hazardproSec02 .movieWrap .unit .img {
		position: static;
		width: 100%;
		max-width: inherit;
	}
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit .img img,
.hazardpro .hazardproSec02 .movieWrap .unit .img img {
	transition: 0.3s;
	width: 400px;
}

@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit .img img,
	.hazardpro .hazardproSec02 .movieWrap .unit .img img {
		width: 100%;
	}
}

.hazardtalk .hazardtalkSec02 .movieWrap .unit:hover .img img,
.hazardpro .hazardproSec02 .movieWrap .unit:hover .img img {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {

	.hazardtalk .hazardtalkSec02 .movieWrap .unit:hover .img img,
	.hazardpro .hazardproSec02 .movieWrap .unit:hover .img img {
		opacity: 1;
	}
}

/* agency
----------------------------------------------------------------------- */
.ht_agency {
	width: 780px;
	margin: 50px auto;
}

.ht_agency .ttlStyle001 {
	margin-bottom: 70px;
	text-align: center;
	padding: 5px 0;
	border-bottom: solid 5px #f5f5f5;
	font-size: 25px;
}

.ht_agency .tableStyle01 {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.ht_agency .txtBottom {
	padding: 8px 7px;
	background: #d6232c;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.ht_agency .txtStyle01 {
	margin-top: 5px;
	padding: 10px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #e94816;
}

.ht_agency .tableStyle01 th,
.ht_agency .tableStyle01 td {
	padding: 7px 7px;
	font-size: 15px;
	vertical-align: middle;
	line-height: 1.2;
}

.ht_agency .tableStyle01 tr:nth-child(even) th,
.ht_agency .tableStyle01 tr:nth-child(even) td {
	background: #fbedeb;
}

.ht_agency .tableStyle01 th {
	width: 200px;
	font-weight: 500;
}

.ht_agency .tableStyle01 tr:first-child th,
.ht_agency .tableStyle01 tr:first-child td {
	width: auto;
	padding: 7px 7px;

}

.ht_agency .specsOption {
	background: #D6242C;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	margin: 80px auto 0;
	padding: 8px 10px;
}


@media screen and (max-width: 767px) {
	.ht_agency {
		width: 100%;
		padding: 0 7px;
	}

	.ht_agency .ttlStyle001 {
		margin-bottom: 30px;
		text-align: center;
		padding: 5px 0;
		border-bottom: solid 5px #f5f5f5;
		font-size: 18px;
	}

	.ht_agency .txtBottom {
		font-size: 14px;
		font-weight: 500;
	}

	.ht_agency .tableStyle01 {
		margin-bottom: 30px;
	}

	.ht_agency .tableStyle01 img {
		width: 100%;
	}

	.ht_agency .tableStyle01 th,
	.ht_agency .tableStyle01 td {
		padding: 5px 5px;
		font-size: 9px;
		border-width: 5px;
	}

	.ht_agency .tableStyle01 th {
		width: 20%;
	}

	.ht_agency .tableStyle01 tr:first-child th {
		padding: 5px 5px;
		font-size: 9px;
	}

	.ht_agency .tableStyle01 .fa {
		font-size: 15px;
	}

	.ht_agency .tableStyle01 .markLine {
		width: 20%;
	}

	.ht_agency .tableStyle01 .markBg {
		top: -5px;
		left: 40%;
		height: 104%;
		width: 19.85%;
	}

	.ht_agency .tableStyle01+.note {
		padding-left: 55px;
		text-align: left;
		font-size: 12px;
		line-height: 2.0;
	}

	.ht_agency .tableStyle01+.note .fa {
		font-size: 20px;
		margin-left: -1.2em;
	}

	.ht_agency .specsOption {
		font-size: 14px;
		margin: 40px auto 0;
	}


}

.Area_Navi {
	margin-top: 50px;
	padding: 20px 0;
	border-bottom: solid 5px #f5f5f5;
	border-top: solid 5px #f5f5f5;
}

.Area_Navi ul {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.Area_Navi li {
	display: inline-block;
}

.Area_Navi li+li {
	margin-left: 34px;
}

.Area_Navi li.current>a {
	font-weight: bold;
}

.Area_Navi li>a {
	font-size: 25px;
	display: inline-block;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.Area_Navi li>a:hover {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}



@media screen and (max-width: 768px) {
	.Area_Navi {
		margin-top: 0px;
		padding: 15px 2.66%;
		background-color: #fff;
	}

	.Area_Navi ul {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.Area_Navi li {
		width: 49.64%;
	}

	.Area_Navi li+li {
		margin-left: 0;
	}

	.Area_Navi li:nth-child(odd) {
		margin-right: 0.72%;
	}

	.Area_Navi li:nth-child(n+3) {
		margin-top: 0.72%;
	}

	.Area_Navi li>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		border: solid 5px #f5f5f5;
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		min-height: 54px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px;
	}

	.Area_Navi li>a::after {
		content: normal;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  hazardpro
* --------------------------------------------------------------------------------------------------*/
.hazardpro .mainImg {
	padding: 110px 0 18px;
	background: #3f729b url(../img/hazardpro/hazardpro_mainimg01_pc.jpg) no-repeat top left/auto 100%;
	height: 320px;
}

@media screen and (max-width: 768px) {
	.hazardpro .mainImg {
		padding: 34.6% 0 27.3%;
		background: #3f729b url(../img/hazardpro/hazardpro_mainimg01_sp.jpg) no-repeat top left/cover;
		height: auto;
	}
}

.hazardpro .mainImg .txt {
	width: 50%;
	position: absolute;
	bottom: 27px;
	left: 35%;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.hazardpro .mainImg .txt {
		width: 55.6%;
		left: 42%;
		font-size: 3.46vw;
		margin-right: 0;
	}
}

.hazardpro .mainImg .txt img {
	width: 244px;
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	.hazardpro .mainImg .txt img {
		width: 100%;
		margin-bottom: 10%;
	}
}

.hazardpro .mainImg .img01 {
	width: 230px;
	margin-left: 120px;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	.hazardpro .mainImg .img01 {
		width: 42.8%;
		margin-left: 0;
	}
}

.hazardpro .mainImg .img02 {
	width: 320px;
	position: absolute;
	top: 26px;
	right: 80px;
}

.hazardpro .ttlStyle13 {
	max-width: 914px;
	letter-spacing: 0.25em;
	background: #3f729b;
	margin: 0 auto;
}

.hazardpro .diagram_wrap {
	margin-bottom: 135px;
}

.hazardpro .diagram_wrap .diagram_inner {
	margin-top: 45px;
}

.hazardpro .diagram_inner .diagram_list {
	display: flex;
	justify-content: center;
}

.hazardpro .diagram_inner .diagram_list li {
	width: 41%;
	max-width: 400px;
}

.hazardpro .diagram_inner .diagram_list li+li {
	margin-left: 60px;
}

.hazardpro .diagram_inner .diagram_list li a {
	position: relative;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	color: #3f729b;
	border: 5px solid #3f729b;
	background: #FFF;
	padding: 33px 33px;
	border-radius: 5px;
	box-sizing: border-box;
	transition: .4s;
}

.hazardpro .diagram_inner .diagram_list li a strong {
	font-size: 1.55rem;
}

.hazardpro .diagram_inner .diagram_list li a:after {
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: '';
	background: url("../img/hazardpro/ico_modal.svg") no-repeat center center;
	background-size: 100% auto !important;
	width: 25px;
	height: 23px;
}

.hazardpro .diagram_inner .diagram_list li a:hover {
	color: #FFF;
	background: #3f729b;
}

.hazardpro .diagram_inner .diagram_list li a:hover:after {
	background: url("../img/hazardpro/ico_modal_white.svg") no-repeat center center;
}

/*modal*/
.popup_wrapper.mfp-bg {
	background: #3f729b;
}

.popup_wrapper .mfp-content {
	max-width: 70%;
	max-width: 1100px;
}

.popup_wrapper .mfp-close {
	top: -10px;
	opacity: 1;
}

.popup_wrapper .mfp-close.close_btn {
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.hazardpro .ttlStyle13 {
		font-weight: lighter;
		padding: 13px;
	}
}

.hazardpro .companyLogoList {
	width: 860px;
	margin: 25px auto 25px;
}

@media screen and (max-width: 768px) {
	.hazardpro .companyLogoList {
		width: auto;
		margin: 10px auto;
	}

	.hazardpro .diagram_wrap {
		margin-bottom: 75px;
	}

	.hazardpro .diagram_wrap .diagram_inner {
		margin-top: 26px;
	}

	.hazardpro .diagram_inner .diagram_list {
		display: block;
	}

	.hazardpro .diagram_inner .diagram_list li {
		width: 100%;
		max-width: inherit;
	}

	.hazardpro .diagram_inner .diagram_list li+li {
		margin-left: auto;
		margin-top: 15px;
	}

	.hazardpro .diagram_inner .diagram_list li a {
		font-size: 16px;
		border: 4px solid #3f729b;
		padding: 10px 15px 15px 15px;
	}

	.hazardpro .diagram_inner .diagram_list li a strong {
		font-size: 22px;
	}

	.hazardpro .diagram_inner .diagram_list li a:after {
		right: 20px;
		width: 25px;
		height: 23px;
	}

	/*modal*/
	.popup_wrapper .mfp-content {
		max-width: 90%;
	}

	.popup_wrapper .mfp-close {
		top: -5px;
		opacity: 1;
	}

	.popup_wrapper .mfp-close.close_btn {
		width: 9vw;
		height: 9vw;
	}

}

.hazardpro .companyLogoList li {
	outline: none;
}

.hazardpro .companyLogoList li img {
	margin: auto;
}

/*add*/
.hazardproSec01 .contentIn {
	width: auto;
}

.hazardproSec01 .companyLogoList02 {
	margin: 20px 0;
}

.hazardproSec01 .companyLogoList02 li {
	margin: 0 20px;
	width: 130px;
}

.hazardproSec01 .ttlStyle09 a {
	display: inline-block;
}

.hazardproSec01 .ttlStyle09 a span {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}

.hazardproSec01 .ttlStyle09 img {
	width: 1em;
	height: auto;
	margin-left: 0.3em;
}

/*/add*/

.hazardpro .optionArea .ttlStyle13 {
	font-size: 25px;
	margin: 84px auto 41px;
	padding: 6px 0 7px;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .ttlStyle13 {
		font-size: 15px;
		margin: 70px auto 26px;
	}
}

.hazardpro .optionArea .contentIn {
	width: 915px;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .contentIn {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .serviceList {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.hazardpro .optionArea .serviceList li {
	width: 150px;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .serviceList li {
		width: 39.6%;
		margin-bottom: 45px;
	}
}

.hazardpro .optionArea .serviceList .listHead {
	background: #3f729b;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .serviceList .listHead {
		max-width: 200px;
		margin: 0 auto;
	}
}

.hazardpro .optionArea .serviceList .listTtl {
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	margin: 30px 0;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .serviceList .listTtl {
		font-size: 17px;
		margin: 25px 0 35px;
	}
}

.hazardpro .optionArea .serviceList .listTxt {
	line-height: 1.71;
}

.hazardpro .optionArea .catch {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 99px;
}

@media screen and (max-width: 768px) {
	.hazardpro .optionArea .catch {
		font-size: 20px;
		white-space: normal;
		margin-left: 6.66%;
		margin-right: 6.66%;
		margin-bottom: 38px;
	}
}

.hazardproSec01 {
	padding: 35px 0 0;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 2;
}

.hazardproSec01 h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.hazardproSec01 {
		padding-top: 18px;
	}

	.hazardproSec01 h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

.hazardproSec01 .txtBottom {
	padding: 8px 0;
	background: #3f729b;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.hazardproSec01 .txtBottom {
		width: auto;
		margin: 10px auto;
	}
}

.hazardproSec01 .txtBottom.btn {
	border-radius: 10px;
	display: block;
	max-width: 565px;
	margin: 30px auto 50px;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.hazardproSec01 .txtBottom.btn {
		font-size: 13px;
		width: 90%;
	}
}

.hazardproSec02 .secTtlArea {
	overflow: hidden;
	position: relative;
}

.hazardproSec02 .secTtlArea .secTtl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 300px;
	margin-bottom: 0;
	text-align: center;
}

.hazardproSec02 .secTtlArea .video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.hazardproSec02 .secTtlArea .video video {
	width: 100%;
}

.hazardproSec02 .secTtlArea .video video+img {
	display: none;
}

@media screen and (max-width: 768px) {
	.hazardproSec02 .secTtlArea .secTtl {
		display: block;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}

	.hazardproSec02 .secTtlArea .secTtl .ttlStyle04 {
		font-size: 20px;
	}

	.hazardproSec02 .secTtlArea .video {
		width: auto;
		margin-top: -0.5%;
		margin-bottom: -0.5%;
		position: static;
	}
}

.hazardproThreePoint {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 74px;
}

@media screen and (max-width: 768px) {
	.hazardproThreePoint {
		padding-top: 26px;
		overflow: hidden;
	}
}

.hazardproThreePoint .ttlStyle13 {
	font-size: 30px;
	padding: 2px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.hazardproThreePoint .ttlStyle13 {
		font-size: 15px;
		padding: 13px;
		margin: 0 0 36px;
	}
}

.hazardproThreePoint .catch {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	.hazardproThreePoint .catch {
		font-size: 20px;
		margin-top: 30px;
	}
}

.hazardproThreePointImage {
	position: relative;
	text-align: center;
	margin: 115px 0 0;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage {
		margin: 0;
	}
}

.hazardproThreePointImage .img01,
.hazardproThreePointImage .img02 {
	position: absolute;
}

@media screen and (max-width: 768px) {

	.hazardproThreePointImage .img01,
	.hazardproThreePointImage .img02 {
		position: static;
	}
}

.hazardproThreePointImage .img01 {
	width: 228px;
	top: -22px;
	left: 0;
}

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

	.hazardproThreePointImage .img01 img {
		width: 47.4%;
	}
}

.hazardproThreePointImage .img02 {
	width: 271px;
	top: -74px;
	right: 0;
}

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

	.hazardproThreePointImage .img02 img {
		width: 66.6%;
	}
}

.hazardproThreePointImage .list {
	position: relative;
	display: inline-block;
	margin-left: -27px;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage .list {
		display: block;
		width: 90.3%;
		max-width: 355px;
		margin: 30px auto 33px;
		left: -10px;
	}
}

.hazardproThreePointImage .list span {
	display: block;
	position: absolute;
	top: -9px;
	left: -28px;
	width: 61px;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage .list span {
		width: 58px;
		left: -12px;
	}
}

.hazardproThreePointImage .list li {
	position: relative;
	width: 421px;
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	text-align: right;
	padding: 11px 0 11px 0;
	background: #3f729b;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage .list li {
		width: 100%;
		height: 42px;
		font-size: 10px;
		padding: 11px 0 12px;
	}
}

.hazardproThreePointImage .list li+li {
	margin-top: 32px;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage .list li+li {
		margin-top: 20px;
	}
}

.hazardproThreePointImage .list li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -47px;
	width: 0;
	height: 0;
	border: solid 24px transparent;
	border-left: solid 23px #3f729b;
}

@media screen and (max-width: 768px) {
	.hazardproThreePointImage .list li:after {
		right: -42px;
		border: solid 21px transparent;
		border-left: solid 21px #3f729b;
	}
}

.hazardproSec03 {
	padding: 65px 48px;
}

@media screen and (max-width: 768px) {
	.hazardproSec03 {
		padding: 27px 3.3% 35px;
	}
}

@media screen and (max-width: 768px) {
	.hazardproSec03 .contentIn {
		padding: 0;
	}
}

.hazardproSec03 .newsAreaTitleBlock {
	border-color: #3f729b;
}

.hazardproSec03 .newsAreaTitleBlock:before {
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
}

.hazardproSec03 .newsAreaTitleBlock .title {
	color: #3f729b;
}

.hazardproSec03 .newsAreaTitleBlock .btnStyle02 {
	background: #3f729b;
}

/* ----------------------------------------------------------------------------------------------------
*  hazardpro
* --------------------------------------------------------------------------------------------------*/
/* koudo */
.koudoAbout {
	padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
	.koudoAbout {
		padding-bottom: 60px;
	}
}

.koudoAbout .ttlArea02 {
	padding: 110px 0;
}

@media screen and (max-width: 768px) {
	.koudoAbout .ttlArea02 {
		padding: 90px 0;
	}
}

.koudoAbout .ttlStyle09 {
	letter-spacing: normal;
}

.koudoAbout .differenceList {
	max-width: 935px;
	margin: 30px auto 0;
	text-align: center;
}

.koudoAbout .differenceList:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList {
		max-width: 370px;
	}
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList>.item {
		float: left;
		width: 47.6%;
	}

	.koudoAbout .differenceList>.item:nth-of-type(2n) {
		float: right;
	}
}

.koudoAbout .differenceList>.item+.item {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList>.item+.item {
		margin-top: 0;
	}
}

.koudoAbout .differenceList .title {
	padding: 23px 10px;
	background: #3f729b;
	color: #fff;
	line-height: 1.0;
	font-size: 25px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .title {
		padding: 10px 5px;
		font-size: 14px;
		font-weight: 200;
	}
}

.koudoAbout .differenceList .for {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .for {
		display: inline-block;
		margin-top: 10px;
		font-size: 11px;
	}
}

.koudoAbout .differenceList .detail {
	border: 10px #3f729b;
	border-style: none solid solid;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail {
		border-width: 5px;
	}
}

.koudoAbout .differenceList .detail .flow {
	padding: 15px;
	font-size: 0;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow {
		padding: 20px 5px 10px;
	}
}

.koudoAbout .differenceList .detail .flow>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow>* {
		display: block;
		margin: 0 auto;
	}
}

.koudoAbout .differenceList .detail .flow .occur {
	width: 136px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .occur {
		width: 109px;
	}
}

.koudoAbout .differenceList .detail .flow .meter {
	position: relative;
	width: 110px;
	margin-left: 97px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .meter {
		width: 89px;
		margin-left: auto;
		margin-top: 103px;
	}
}

.koudoAbout .differenceList .detail .flow .meter::before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: 97px;
	height: 100%;
	background: url(../img/hazardpro/koudo/hazardpro_koudo_img02_pc.png) no-repeat center/48px auto;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .meter::before {
		right: 0;
		top: auto;
		bottom: 100%;
		width: 100%;
		height: 103px;
		background: url(../img/hazardpro/koudo/hazardpro_koudo_img02_sp.png) no-repeat center/60px auto;
	}
}

.koudoAbout .differenceList .detail .flow .meter .name {
	margin-top: 5px;
}

.koudoAbout .differenceList .detail .flow .receive {
	position: relative;
	width: 221px;
	margin-left: 113px;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .receive {
		width: 150px;
		margin-left: auto;
		margin-top: 127px;
		font-size: 15px;
	}
}

.koudoAbout .differenceList .detail .flow .receive::before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	width: 90px;
	height: 100%;
	background: url(../img/hazardpro/koudo/hazardpro_koudo_img04_pc.png) no-repeat left center/69px auto;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .receive::before {
		right: 0;
		top: auto;
		bottom: 100%;
		width: 100%;
		height: 127px;
		background: url(../img/hazardpro/koudo/hazardpro_koudo_img04_sp.png) no-repeat center/56px auto;
	}
}

.koudoAbout .differenceList .detail .flow .receive .image {
	width: 119px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .receive .image {
		width: 90px;
	}
}

.koudoAbout .differenceList .detail .flow .receive .text {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .receive .text {
		margin-top: 15px;
	}
}

.koudoAbout .differenceList .detail .flow .hazardPro {
	width: 205px;
	margin: -60px 0 -15px 40px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail .flow .hazardPro {
		width: 100%;
		max-width: 200px;
		margin: 15px auto -10px;
	}
}

.koudoAbout .differenceList .detail.pro .flow .receive {
	margin-left: 75px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail.pro .flow .receive {
		margin-left: auto;
	}
}

.koudoAbout .differenceList .detail.pro .flow .receive::before {
	left: -49px;
	width: 69px;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceList .detail.pro .flow .receive::before {
		left: auto;
		width: 100%;
	}
}

.koudoAbout .differenceText {
	margin-top: 40px;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceText {
		margin-top: 30px;
		font-size: 20px;
	}
}

.koudoAbout .differenceTable {
	max-width: 935px;
	margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
	.koudoAbout .differenceTable {
		margin-top: 50px;
	}
}

/* sample */
.proSample .sampleList01 {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.proSample .sampleList01 {
		margin-top: 30px;
	}
}

.proSampleAbout {
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.proSampleAbout {
		padding-bottom: 40px;
	}
}

.hazardpro_merit {
	margin: 100px auto 30px;
}

.hazardpro_merit .ttlStyle13 {
	font-size: 30px;
	padding: 2px;
	margin: 0 auto;
}

.hazardpro_merit ul {
	margin: 50px auto;
}

.hazardpro_merit .list li {
	position: relative;
	width: 90%;
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	text-align: center;
	padding: 11px 0 11px 0;
	margin: 0 auto;
	background: #3f729b;
}

.hazardpro_merit .list li+li {
	margin-top: 32px;
}

.hazardpro_merit .list span {
	display: block;
	position: absolute;
	top: -9px;
	left: -28px;
	width: 61px;
}

.hazardpro_merit .list li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -47px;
	width: 0;
	height: 0;
	border: solid 24px transparent;
	border-left: solid 23px #3f729b;
}

.br_sp {
	display: none;
}

@media screen and (max-width: 768px) {

	.hazardpro_merit .ttlStyle13 {
		font-size: 15px;
		padding: 13px;
		margin: 0 0 36px;
	}

	.hazardpro_merit .list {
		display: block;
		width: 90.3%;
		max-width: 355px;
		margin: 30px auto 33px;
		left: -10px;
	}

	.hazardpro_merit .list li {
		width: 100%;
		height: 50px;
		font-size: 10px;
		padding: 8px 0 12px;
	}

	.hazardpro_merit .list span {
		width: 58px;
		left: -12px;
	}

	.hazardpro_merit img {
		max-width: 100%;
		height: auto;
	}

	.hazardpro_merit .list li:after {
		right: -46px;
		border: solid 25px transparent;
		border-left: solid 21px #3f729b;
	}

	.hazardpro_merit .list li+li {
		margin-top: 20px;
	}

	.br_sp {
		display: inline;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  hazardtalk
* --------------------------------------------------------------------------------------------------*/
.hazardtalk .hazardtalkSec01 .contentIn {
	width: auto;
}

.hazardtalk .companyLogoList02 {
	margin: 20px 0;
}

.hazardtalk .companyLogoList02 li {
	margin: 0 20px;
	width: 130px;
}

.featureDetail {
	margin: -58px 0 75px;
}

.featureDetail:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 768px) {
	.featureDetail {
		margin: -28px 0 22px;
	}
}

.featureDetail .item {
	width: 469px;
}

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

.featureDetail .item:first-child {
	float: left;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.featureDetail .item:first-child {
		float: none;
		margin-left: 0;
	}

	.featureDetail .item:first-child .image {
		margin-bottom: 0;
	}

	.featureDetail .item:first-child .txt {
		margin-top: -10px;
	}
}

.featureDetail .item:last-child {
	float: right;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.featureDetail .item:last-child {
		float: none;
		margin-right: 0;
		margin-top: -26px;
	}
}

.featureDetail .block {
	padding: 56px 0 30px;
	background: #d6232c;
}

.featureDetail .ttl {
	margin: 0 14.3%;
}

@media screen and (max-width: 768px) {
	.featureDetail .ttl {
		text-align: center;
	}

	.featureDetail .ttl img {
		width: 100%;
		max-width: 252px;
	}
}

.featureDetail .image {
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.featureDetail .image {
		text-align: center;
		margin-bottom: 20px;
	}

	.featureDetail .image img {
		width: 100%;
		max-width: 343px;
	}
}

.featureDetail .txt {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.featureDetail .txt {
		font-size: 14px;
	}
}

.hikakuSec01 .contentIn {
	padding: 0;
}

.hikakuTableImage {
	margin: 20px 0 22px;
}

@media screen and (max-width: 768px) {
	.hikakuTableImage {
		margin: 12px 0 19px;
	}
}

.hikakuCation {
	color: #404040;
	font-size: 14px;
	font-weight: lighter;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.hikakuCation {
		font-size: 10px;
		text-align: center !important;
	}
}

.hikakuCation span {
	font-size: 25px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.hikakuCation span {
		font-size: 15px;
	}
}

.hikakuList {
	margin: 70px 0 69px;
}

@media screen and (max-width: 768px) {
	.hikakuList {
		margin: 39px 0 18px;
		padding: 0 1.87%;
	}
}

.hikakuList .item {
	display: table;
	min-height: 131px;
	height: 131px;
	background: #fbedeb;
}

@media screen and (max-width: 768px) {
	.hikakuList .item {
		display: block;
		min-height: 0;
		height: auto;
		padding-bottom: 17px;
	}
}

.hikakuList .item+.item {
	margin-top: 15px;
}

.hikakuList .item>div {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.hikakuList .item>div {
		display: block;
	}
}

.hikakuList .left {
	width: 374px;
}

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

.hikakuList .right {
	padding: 0 20px 0 25px;
}

@media screen and (max-width: 768px) {
	.hikakuList .right {
		padding: 0 22px 0 23px;
	}
}

.hikakuList .ttl {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 10px 10px 9px;
	background: #d6232c;
}

@media screen and (max-width: 768px) {
	.hikakuList .ttl {
		font-size: 17px;
		padding: 4px 4px 3px;
		margin-bottom: 20px;
	}
}

.hikakuList .txt {
	font-size: 15px;
	font-weight: 200;
	line-height: 2.16;
}

@media screen and (max-width: 768px) {
	.hikakuList .txt {
		font-size: 13px;
		line-height: 1.84;
	}
}

.hazardtalk_merit {
	margin: 100px auto 30px;
}

.hazardtalk_merit .ttlStyle13 {
	font-size: 30px;
	padding: 2px;
	margin: 0 auto;
	background: #d6232c;
}

.hazardtalk_merit ul {
	margin: 50px auto;
}

.hazardtalk_merit .list li {
	position: relative;
	width: 90%;
	color: #fff;
	font-size: 15px;
	font-weight: 200;
	text-align: center;
	padding: 11px 0 11px 0;
	margin: 0 auto;
	background: #d6232c;
}

.hazardtalk_merit .list li+li {
	margin-top: 32px;
}

.hazardtalk_merit .list span {
	display: block;
	position: absolute;
	top: -9px;
	left: -28px;
	width: 61px;
}

.hazardtalk_merit .list li:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -47px;
	width: 0;
	height: 0;
	border: solid 24px transparent;
	border-left: solid 23px #d6232c;
}

.br_sp {
	display: none;
}

@media screen and (max-width: 768px) {

	.hazardtalk_merit .ttlStyle13 {
		font-size: 15px;
		padding: 13px;
		margin: 0 0 36px;
	}

	.hazardtalk_merit .list {
		display: block;
		width: 90.3%;
		max-width: 355px;
		margin: 30px auto 33px;
		left: -10px;
	}

	.hazardtalk_merit .list li {
		width: 100%;
		height: 50px;
		font-size: 10px;
		padding: 8px 0 12px;
	}

	.hazardtalk_merit .list span {
		width: 58px;
		left: -12px;
	}

	.hazardtalk_merit img {
		max-width: 100%;
		height: auto;
	}

	.hazardtalk_merit .list li:after {
		right: -46px;
		border: solid 25px transparent;
		border-left: solid 21px #d6232c;
	}

	.hazardtalk_merit .list li+li {
		margin-top: 20px;
	}

	.br_sp {
		display: inline;
	}
}

.hazardtalk_faq_h3 {
	background: #d6232c;
}

.hazardtalk_faq {
	padding-bottom: 80px;
}

/* ----------------------------------------------------------------------------------------------------
*  searchme
* --------------------------------------------------------------------------------------------------*/
/* searchme index */
.searchme.serviceTop {
	/* mainImg
	--------------------------------------------------*/
	/* searchmeSec01
	--------------------------------------------------*/
	/* searchmeSec02
	--------------------------------------------------*/
	/*.searchmeSec02 {
		.secTtl {
			position: relative;
			.ttlStyle04 {
				width: 100%;
				position: absolute;
				top: 50%;
				left: 0;
				z-index: 5;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				text-align: center;
			}
			video {
				width: 100%;
                margin-top: -11%;
                margin-bottom: -11%;
			}
		}
	}
	@include media-sp {
		.searchmeSec02 {
			.secTtl {
				.ttlStyle04 {
					font-size: 20px;
				} 
            video {
                margin-top: -0.5%;
                margin-bottom: -0.5%;
			}
			}
		} 
	}*/
	/* searchmeSec03
	--------------------------------------------------*/
}

.searchme.serviceTop .mainImg {
	padding: 17px 0 18px;
	background: #27599e url(../img/searchme/searchme_mainimg01_pc.jpg) no-repeat top left/auto 100%;
	height: 320px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .mainImg {
		padding: 7.5% 0;
		background: #27599e url(../img/searchme/searchme_mainimg01_sp.jpg) no-repeat top left/cover;
		height: auto;
	}
}

.searchme.serviceTop .mainImg .txt {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 35%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .mainImg .txt {
		width: 57%;
		left: 45%;
		padding-right: 3%;
		font-size: 3.4vw;
		padding-top: 5%;
	}
}

.searchme.serviceTop .mainImg .txt img {
	width: 320px;
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .mainImg .txt img {
		width: 100%;
		max-width: 379px;
		margin-bottom: 14%;
	}
}

.searchme.serviceTop .mainImg .img01 {
	width: 153px;
	margin-top: 35px;
	margin-left: 150px;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .mainImg .img01 {
		width: 42%;
		margin: 0;
	}
}

.searchme.serviceTop .mainImg .img02 {
	width: 320px;
	position: absolute;
	top: 65%;
	right: 100px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.searchme.serviceTop .searchmeSec01 {
	padding: 35px 0 0;
}

.searchme.serviceTop .searchmeSec01 .txtBottom {
	padding: 8px 0;
	background: #27599e;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec01 {
		overflow: hidden;
		padding: 18px 0 0;
	}

	.searchme.serviceTop .searchmeSec01 .txtBottom {
		padding: 6px 0;
		font-size: 13px;
	}
}

.searchme.serviceTop .searchmeSec02 .secTtlArea {
	position: relative;
	overflow: hidden;
}

.searchme.serviceTop .searchmeSec02 .secTtlArea .secTtl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 300px;
	margin-bottom: 0;
	text-align: center;
}

.searchme.serviceTop .searchmeSec02 .secTtlArea .video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.searchme.serviceTop .searchmeSec02 .secTtlArea .video video {
	width: 100%;
}

.searchme.serviceTop .searchmeSec02 .secTtlArea .video video+img {
	display: none;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .secTtlArea .secTtl {
		display: block;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 5;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}

	.searchme.serviceTop .searchmeSec02 .secTtlArea .secTtl .ttlStyle04 {
		font-size: 20px;
	}

	.searchme.serviceTop .searchmeSec02 .secTtlArea .video {
		width: auto;
		margin-top: -0.5%;
		margin-bottom: -0.5%;
		position: static;
	}
}

.searchme.serviceTop .searchmeSec02 {
	overflow: hidden;
}

.searchme.serviceTop .searchmeSec02 .optionArea {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 70px;
}

.searchme.serviceTop .searchmeSec02 .optionArea .contentIn {
	width: 915px;
}

.searchme.serviceTop .searchmeSec02 .optionArea .ttlStyle13 {
	background: #27599e;
}

.searchme.serviceTop .searchmeSec02 .optionArea .flow {
	max-width: 840px;
	margin: 30px auto 40px;
}

.searchme.serviceTop .searchmeSec02 .optionArea .flow ol {
	letter-spacing: -.4em;
}

.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li {
	display: inline-block;
	letter-spacing: normal;
	width: 420px;
	font-size: 25px;
	text-align: center;
	position: relative;
}

.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li::after {
	position: absolute;
	content: "";
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li {
		display: block;
		width: auto;
		font-size: 17px;
	}

	.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li:first-child {
		margin-bottom: 80px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li:first-child:after {
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 30px 0 30px 52px;
	border-color: transparent transparent transparent #27599e;
	top: 0;
	right: -26px;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .flow ol>li:first-child:after {
		border-width: 37px 30px 0 30px;
		border-color: #27599e transparent transparent transparent;
		top: auto;
		left: 0;
		right: 0;
		bottom: -62px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .use {
	max-width: 840px;
	margin: 0 auto 140px;
	border: solid 10px #27599e;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .use {
		margin: 0 auto 60px;
		border-width: 5px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .use dl dt {
	display: table-cell;
	width: 255px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	background-color: #27599e;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .use dl dt {
		display: block;
		width: 100%;
		padding: 5px 0 15px;
		font-size: 18px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .use dl dd {
	display: table-cell;
	padding: 27px 20px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .use dl dd {
		display: block;
		width: 100%;
		padding: 15px 20px 15px 40px;
		text-indent: -15px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .serviceList {
	max-width: 825px;
	margin: 0 auto 45px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .serviceList {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .serviceList .listHead {
	width: 194px;
	height: 194px;
	margin: 0 auto;
	text-align: center;
	border-radius: 100%;
	background-color: #27599e;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea .serviceList .listHead {
		font-size: 18px;
	}
}

.searchme.serviceTop .searchmeSec02 .optionArea .serviceList .listHead+p {
	font-size: 14px;
	text-align: center;
}

.searchme.serviceTop .searchmeSec02 .optionArea .serviceList .listHead+p span {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec02 .optionArea {
		padding-top: 26px;
	}

	.searchme.serviceTop .searchmeSec02 .optionArea .contentIn {
		width: auto;
		padding: 0 2%;
	}

	.searchme.serviceTop .searchmeSec02 .ttlStyle13 {
		font-size: 18px;
	}
}

.searchme.serviceTop .searchmeSec03 {
	padding: 65px 0 52px;
}

@media screen and (max-width: 768px) {
	.searchme.serviceTop .searchmeSec03 {
		padding: 27px 0 35px;
	}
}

/* scene */
.searchme.scene .sceneSec01 {
	padding: 46px 0 36px;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 {
		padding: 0 0 30px;
	}
}

.searchme.scene .sceneSec01>.contentIn {
	max-width: 936px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01>.contentIn {
		padding: 0 2%;
	}
}

.searchme.scene .sceneSec01 .ttlStyle16 {
	margin-bottom: 25px;
	padding: 26px 0;
	background-color: #27599e;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .ttlStyle16 {
		margin-bottom: 10px;
		padding: 13px 0;
	}
}

.searchme.scene .sceneSec01 .text {
	margin-bottom: 50px;
	font-size: 15px;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .text {
		margin-bottom: 40px;
		font-size: 13px;
	}

	.searchme.scene .sceneSec01 .text span {
		font-size: 11px;
	}
}

.searchme.scene .sceneSec01 .ttl {
	margin-bottom: 15px;
	font-size: 25px;
	text-align: center;
	line-height: 1.2;
	border-bottom: solid 10px #27599e;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .ttl {
		margin-bottom: 23px;
		font-size: 20px;
		border-width: 5px;
	}
}

.searchme.scene .sceneSec01 .sceneList01 {
	margin-bottom: 85px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .sceneList01 {
		width: 95.7%;
		margin: 0 auto 50px;
	}
}

.searchme.scene .sceneSec01 .sceneList01>li {
	width: 215px;
	float: left;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .sceneList01>li {
		width: 46.01%;
	}

	.searchme.scene .sceneSec01 .sceneList01>li:nth-child(even) {
		margin-left: 7.98%;
	}
}

.searchme.scene .sceneSec01 .sceneList01>li+li {
	margin-left: 25px;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .sceneList01>li+li {
		margin: 0;
	}
}

.searchme.scene .sceneSec01 .sceneList01>li>a {
	display: block;
	text-align: center;
}

.searchme.scene .sceneSec01 .sceneList01>li>a .caption {
	margin: 15px 0;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.searchme.scene .sceneSec01 .sceneList01>li>a .caption {
		margin: 8px 0 15px;
		font-size: 13px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  jirei
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.jirei {
		padding-bottom: 35px;
		background-color: #efefef;
	}
}

.jirei .ttlArea02 {
	margin-bottom: 40px;
	text-align: center;
}

.jirei .jireiList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 80px auto 0;
}

@media screen and (max-width: 768px) {

	.jirei .jireiList01 {
		margin: 30px auto 0;
	}
}

.jirei .jireiList01>li {
	width: 315px;
	text-align: center;
	border: solid 1px #d6232c;
	border-radius: 1px;
	position: relative;

	overflow: hidden;
	margin-right: 17px;
}

.jirei .jireiList01>li {
	background: #d6232c;
}

.jirei .jireiList01>li .txtArea {
	background: #fff;
}

.jirei:not(.accessory) .jireiList01>li {
	padding-bottom: 210px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li {
		width: auto;
		margin-right: 0;
	}
}

.jirei .jireiList01>li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li:nth-child(3n) {
		margin-right: 0;
	}
}

.jirei .jireiList01>li:nth-child(n+4) {
	margin-top: 38px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li:nth-child(1n+0):nth-child(n+2) {
		margin-top: 32px;
	}
}

.jirei .jireiList01>li .txtArea {
	padding: 0 8px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li .txtArea {
		padding: 0 8px;
	}
}

.jirei .jireiList01>li .catch img {
	width: 100%;
}

@media screen and (max-width: 768px) {}

.jirei .jireiList01>li .txtArea .title {
	font-size: 17px;
	font-weight: bold;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li .txtArea .title {
		font-size: 14px;
	}
}

.jirei .jireiList01>li .txtArea .name {
	display: table-cell;
	width: 600px;
	min-height: 76px;
	vertical-align: middle;
	font-size: 15px;
	border-bottom: solid 1px #d6232c;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li .txtArea .name {
		height: 55px;
		min-height: 55px;
		font-size: 15px;
	}

	.jirei .jireiList01>li .txtArea .name .type {
		font-size: 10px;
	}
}

.jirei .jireiList01>li div.type {
	color: #fff;
	font-size: 15px;
	background-color: #d6232c;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList01>li div.type {
		font-size: 12px;
	}

	.jirei .jireiList01>li div.type span {
		width: 114px;
		margin: 0 auto;
		font-size: 0;
		line-height: 20px;
	}

	.jirei .jireiList01>li div.type span img {
		vertical-align: middle;
	}
}

.jirei:not(.accessory) .jireiList01>li .catch {
	position: absolute;
	bottom: 0;
	height: 210px;
	width: 100%;
}

.jirei:not(.accessory) .jireiList01>li .catch img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media all and (-ms-high-contrast: none) {
	.jirei:not(.accessory) .jireiList01>li .catch img {
		width: auto;
	}
}

.jirei .jireiList01>li .more {
	width: 100%;
	height: 100%;
	padding: 75px 0;
	color: #d6232c;
	font-family: "Noto Sans Japanese", serif;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 100%;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jirei .jireiList01>li .more .arrow {
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 1;
}

.jirei .jireiList01>li a:hover .more {
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}

.jirei .jireiList01.blue04>li {
	border: solid 1px #3f729b;
}

.jirei .jireiList01.blue04>li .txtArea .name {
	border-bottom: solid 1px #3f729b;
}

.jirei .jireiList01.blue04>li div.type {
	background-color: #3f729b;
}

.jirei .jireiList01.blue04>li .more {
	color: #3f729b;
}

.jirei .jireiList01.blue05>li {
	border: solid 1px #27599e;
}

.jirei .jireiList01.blue05>li .txtArea .name {
	border-bottom: solid 1px #27599e;
}

.jirei .jireiList01.blue05>li div.type {
	background-color: #27599e;
}

.jirei .jireiList01.blue05>li .more {
	color: #27599e;
}

.jirei .jireiList02 {
	margin-bottom: 45px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList02 {
		width: 88.5%;
		margin: 0 auto 82px;
	}
}

.jirei .jireiList02>li {
	width: 313px;
	float: left;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList02>li {
		width: auto;
		float: none;
	}
}

.jirei .jireiList02>li>a {
	position: relative;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;*/
	display: block;
	border: solid 1px #d6232c;
}

.jirei .jireiList02>li>a::after {
	position: absolute;
	content: "";
}

.jirei .jireiList02>li>a:after {
	content: '\f00e';
	display: block;
	color: #fff;
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 1;
	opacity: 0.6;
	right: 6px;
	bottom: 4px;
}

.jirei .jireiList02>li img {
	display: block;
}

.jirei .jireiList02>li+li {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiList02>li+li {
		margin: 50px 0 0;
	}
}

.jirei .jireiList02>li>.caption {
	margin-top: 8px;
	font-size: 13px;
	text-align: center;
}

.jirei .jireiList02.blue04>li>a {
	border: solid 1px #3f729b;
	display: block;
}

.jirei .jireiList02.blue05>li>a {
	border: solid 1px #27599e;
}

.jirei .jireiTable01 {
	width: 900px;
	margin: 0 auto 65px;
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
	.jirei .jireiTable01 {
		table-layout: fixed;
	}
}


@media screen and (max-width: 768px) {
	.jirei .jireiTable01 {
		width: auto;
		margin: 0 auto 85px;
	}
}

.jirei .jireiTable01 tr {
	border-top: solid 1px #d6232c;
	border-bottom: solid 1px #d6232c;
}

@media screen and (max-width: 768px) {
	.jirei .jireiTable01 tr {
		display: block;
	}
}

.jirei .jireiTable01 th {
	width: 410px;
	color: #d6232c;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.jirei .jireiTable01 th {
		display: block;
		width: auto;
		padding-top: 35px;
		font-size: 20px;
	}
}

.jirei .jireiTable01 th .fa {
	font-size: 36px;
}

.jirei .jireiTable01 td {
	padding: 58px 20px;
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.jirei .jireiTable01 td {
		display: block;
		width: auto;
		padding: 37px 0;
		font-size: 14px;
	}
}

.jirei .jireiTable01.blue04 tr {
	border-top: solid 1px #3f729b;
	border-bottom: solid 1px #3f729b;
}

.jirei .jireiTable01.blue04 th {
	color: #3f729b;
}

.jirei .jireiTable01.blue05 tr {
	border-top: solid 1px #27599e;
	border-bottom: solid 1px #27599e;
}

.jirei .jireiTable01.blue05 th {
	color: #27599e;
}

.jirei .pager01 {
	margin: 85px auto 80px;
}

@media screen and (max-width: 768px) {
	.jirei .pager01 {
		margin: 30px auto;
	}

	.jirei .pager01 a,
	.jirei .pager01 span {
		width: 35px;
		color: #24396e;
		font-size: 15px;
		line-height: 25px;
		border: solid 5px #24396e;
	}

	.jirei .pager01 .page-numbers {
		margin: 0 5px;
	}

	.jirei .pager01 .page-numbers.current {
		background: #24396e;
	}

	.jirei .pager01 .prev,
	.jirei .pager01 .next {
		font-size: 19px;
	}
}

@media screen and (max-width: 768px) {
	.jirei .jireiSec01 .contentIn {
		width: 96%;
		margin-top: 20px;
		padding: 18px 6%;
		border: solid 2px #cbcbcb;
		background-color: #fff;
	}

	.jirei .jireiSec01 .contentIn .jireiList01 {
		margin-top: 15px;
	}
}

.jirei .jireiSec02 .ttlArea02 {
	padding: 50px 5.3%;
}

.jirei .jireiSec02 .ttlArea02>.lead {
	margin-top: 30px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiSec02 .ttlArea02>.lead {
		font-size: 14px;
		text-align: left;
	}
}

.jirei .jireiSec02 .btn {
	width: 425px;
	margin: 0 auto 98px;
}

@media screen and (max-width: 768px) {
	.jirei .jireiSec02 .btn {
		width: 300px;
		margin: 0 auto 85px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  specs
* --------------------------------------------------------------------------------------------------*/
.specsTabBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 58px -26px 60px;
}

.specsTabBtns li {
	color: #fff;
	text-align: center;
	background: #d6232c;
	position: relative;
	font-weight: 300;
	font-size: 20px;
	width: 31.33%;
	padding: 13px 50px 13px 100px;
	cursor: pointer;
	margin: 0 10px;
}

.specsTabBtns li:after {
	content: '\00f107';
	font-family: 'fontAwesome';
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -0.5em;
	line-height: 1;
}

.specsTabBtns li:hover {
	opacity: 0.8;
	-webkit-transition: .4s;
	transition: .4s;
}

.specsTabBtns li .image {
	position: absolute;
	top: -115px;
	left: 13px;
	width: 86px;
}

.specsSec {
	width: 880px;
	margin: 60px auto 138px;
}

.specsBox {
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative;
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.specsBox .sttl {
	font-weight: 500;
	font-size: 19px;
	margin-top: -12px;
	margin-bottom: 32px;
}

.specsBox .sttl:before {
	content: '';
	display: inline-block;
	border: 2px solid #F9232B;
	border-right: none;
	width: 12px;
	height: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.specsBox .sttl:after {
	content: '';
	display: inline-block;
	border: 2px solid #F9232B;
	border-left: none;
	width: 12px;
	height: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.specsBox.tabContent01:not(.active),
.specsBox.tabContent02:not(.active),
.specsBox.tabContent04:not(.active) {
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.specsBox.included_items {
	margin-top: 54px;
}

.specsBox.included_items .item_box {
	width: 100%;
	max-width: 772px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.specsBox.included_items ol {
	width: 44%;
	text-align: left;
	padding-left: 54px;
	box-sizing: border-box;
}

.specsBox.included_items li {
	font-size: 1.06rem;
	line-height: calc(100 / 34);
}

.specsBox.included_items .image {
	width: 52%;
	max-width: 400px;
}

.specs .flex.specsImage {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.specs .flex.specsImage .specComments {
	width: 371px;
	margin-top: 35px;
	font-size: 11px;
	text-align: center;
}

.specsImage .cap {
	font-size: 20px;
	font-weight: 900;
	margin-top: 30px;
}

.specsImage .flexImg01 {
	width: 180px;
	margin-right: 170px;
	margin-left: 100px;
	padding-top: 50px;
	font-size: 15px;
	min-height: 468px;
}

.specsImage .flexImg01 p {
	margin-top: 15px;
}

.specsImage .flexImg02 {
	width: 180px;
	margin-right: 45px;
	padding-top: 50px;
	font-size: 15px;
	min-height: 468px;
}

.specsImage .flexImg02 p {
	margin-top: 15px;
}

.specsImage .textArea {
	width: 430px;
	text-align: left;
	padding-left: 20px;
	padding-top: 80px;
}

.specsImage .title {
	font-size: 68px;
	line-height: 1.2;
	margin-bottom: 63px;
}

.specsImage .text {
	line-height: 2.1;
}


.m1Slider {
	padding-bottom: 120px;
}

.m1Slider-inner01 {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.m1Slider-inner01_img {
	width: 324px;
	padding-left: 124px;
}

.m1Slider-inner01_img img {
	width: 100%;
	height: auto;
}

.m1Slider-inner01_content {
	width: 410px;
	padding-top: 70px;
}

.m1Slider-inner01_ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 70px;
	line-height: 1.0;
	margin-bottom: 0.8em;
}

.m1Slider-inner01_ttl span {
	font-size: 40px;
}

.m1Slider-inner01_txt {
	text-align: left;
	line-height: 2.1;
}

.m1Slider-inner02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}

.m1Slider-inner02_img {
	width: 223px;
	padding-left: 190px;
}

.m1Slider-inner02_img img {
	width: 100%;
	height: auto;
}

.m1Slider-inner02_txt {
	text-align: left;
	font-size: 30px;
}

.m1Slider-inner03 {
	text-align: center;
	padding-top: 50px;
}

.m1Slider-inner03_img {
	width: 700px;
	margin: 0 auto;
}

.m1Slider-inner02_img img {
	width: 100%;
	height: auto;
}

.m1Slider-inner03_txt {
	font-size: 30px;
	line-height: 1.2;
	margin-top: 1em;
}

.m1Slider-inner03_txt span {
	display: block;
	text-align: center;
	font-size: 20px;
}

.m1Slider-inner04 {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.m1Slider-inner04_img {
	width: 324px;
	padding-left: 124px;
}

.m1Slider-inner04_img img {
	width: 100%;
	height: auto;
}

.m1Slider-inner04_content {
	width: 445px;
	padding-top: 85px;
}

.m1Slider-inner04_ttl {
	text-align: center;
	font-size: 50px;
	line-height: 1.0;
	margin-bottom: 0.8em;
}

.m1Slider-inner04_txt {
	text-align: left;
	line-height: 2.1;
}

.m1Slider-inner04_lists li {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #525252;
	line-height: 1.0;
	padding: 0.65em 0;
}

.m1Slider-inner04_lists li+li {
	margin-top: 0.6em;
}

.m1Slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.0;
	margin-top: 35px;
}

.m1Slider .slick-dots li button {
	display: block;
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: 2px solid #525252;
	padding: 0;
	border-radius: 100%;
	background: none;
	font-size: 0;
	cursor: pointer;
}

.m1Slider .slick-dots li+li {
	margin-left: 6px;
}

.m1Slider .slick-dots li.slick-active button {
	background: #525252;
}

.m1Slider .slick-dots li button+button {
	display: none;
}

@media screen and (max-width: 768px) {

	.specsBox.included_items {
		margin-top: 54px;
	}

	.specsBox.included_items .item_box {
		width: 100%;
		max-width: inherit;
		flex-direction: column-reverse;
	}

	.specsBox.included_items ol {
		width: 100%;
		padding-left: 0;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.specsBox.included_items li {
		width: 50%;
		font-size: 12px;
		line-height: 2.45;
	}

	.specsBox.included_items .image {
		width: 100%;
		max-width: inherit;
		margin: 0 auto 15px auto;
	}

	.m1Slider {
		padding-bottom: 0;
	}

	.m1Slider .slick-dots {
		margin-top: 20px;
	}

	.m1Slider .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.m1Slider-inner01 {
		display: block;
		padding: 0;
	}

	.m1Slider-inner01_img,
	.m1Slider-inner04_img {
		width: 120px;
		padding: 0;
		margin: 0 auto;
	}

	.m1Slider-inner01_ttl {
		display: block;
		font-size: 20px;
		margin-bottom: 32px;
		text-align: center;
	}

	.m1Slider-inner01_ttl span {
		font-size: 15px;
	}

	.m1Slider-inner01_content {
		width: 100%;
		padding-top: 25px;
	}

	.m1Slider-inner01_txt {
		font-size: 13px;
		line-height: 1.8;
		padding: 0 1.5%;
	}

	.m1Slider-inner02 {
		display: block;
		padding: 50px 0 0;
	}

	.m1Slider-inner02_img {
		width: auto;
		height: 240px;
		padding: 0;
	}

	.m1Slider-inner02_img img {
		width: auto;
		height: 100%;
		margin: 0 auto;
	}

	.m1Slider-inner02_txt {
		font-size: 14px;
		text-align: center;
		margin-top: 25px;
	}

	.m1Slider-inner03_img {
		width: 100%;
	}

	.m1Slider-inner03 {
		padding: 50px 0 0;
	}

	.m1Slider-inner03_txt {
		font-size: 18px;
		line-height: 1.4;
	}

	.m1Slider-inner03_txt span {
		font-size: 14px;
	}

	.m1Slider-inner04 {
		display: block;
		padding: 0;
	}

	.m1Slider-inner04_content {
		width: auto;
		padding: 25px 0 0;
	}

	.m1Slider-inner04_ttl {
		font-size: 20px;
	}

	.m1Slider-inner04_lists li {
		font-size: 12px;
	}

}

.specsData {
	padding-bottom: 54px;
}

.specsData li+li {
	margin-top: 30px;
}

.specsPrice {
	margin-top: -15px;
}

.specsPrice span {
	font-size: 50px;
	display: inline-block;
	vertical-align: baseline;
}

.large .specsPrice {
	font-size: 25px;
}

.large .specsPrice span {
	font-size: 75px;
}

.specsNote {
	display: inline-block;
	font-size: 13px;
	text-align: justify;
	margin-top: 33px;
}

.large .specsNote {
	font-size: 15px;
	margin-top: 52px;
}

.specsOption {
	background: #3f729b;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	margin: 46px auto 0;
	padding: 8px 10px;
}

.specsOption a {
	text-decoration: underline;
}

.specsTabContent+.specsOption {
	margin-top: 164px;
}

.specsBtn {
	margin-top: 120px;
}

.specs .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs .flex .col2 {
	width: 300px;
}

.specs .flex .col2+.col2 {
	margin-left: 170px;
}

.specs .hazardpro .ttlStyle17 {
	border-color: #d6232c;
}

.specs .hazardpro .specsOption {
	background: #3f729b;
}

.specs .hazardpro .specsBox.specsImage p {
	width: 50%;
	max-width: 540px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.specs .hazardpro .specsBox.specsImage p {
		width: 80%;
	}
}

.specs .hazardtalk .ttlStyle17 {
	border-color: #d6232c;
}

.specs .hazardtalk .specsOption {
	background: #d6232c;
}

.specs .searchme .ttlStyle17 {
	border-color: #27599e;
}

.specs .searchme .specsBox.specsImage.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specs .searchme .specsImage img {
	width: 235px;
}

@media screen and (max-width: 768px) {
	.specsTabBtns {
		margin: 58px 0 20px;
	}

	.specsTabBtns li {
		width: 32%;
		padding: 27px 16px 10px 16px;
		font-size: 18px;
		font-size: 11px;
	}

	.specsTabBtns li::after {
		right: 15px;
	}

	.specsTabBtns li::after {
		right: 5px;
		font-size: 16px;
	}

	/* 	.specsTabBtns li .image {
	width: 50px;
	top: -90px;
	left: 40%;
} */
	.specsTabBtns li .image {
		width: 30px;
		top: -35px;
		left: 50%;
		transform: translateX(-50%);
	}

	.specsTabContent {
		letter-spacing: -0.4em;
	}

	.specsTabContent>* {
		letter-spacing: normal;
	}

	.specsTabContent .tabContent01,
	.specsTabContent .tabContent02 {
		vertical-align: top;
	}

	.specsTabContent .tabContent01 .col2,
	.specsTabContent .tabContent02 .col2 {
		width: 100% !important;
	}

	.specsSec {
		width: auto;
		margin: 30px auto 90px;
	}

	.specsSec.hazardtalk {
		margin-bottom: 15px;
	}

	.specsBox .sttl {
		margin: 0 0 20px;
		font-size: 14px;
	}

	.specsBox .sttl::before,
	.specsBox .sttl::after {
		width: 10px;
		height: 20px;
	}

	.specsBox .sttl::before {
		margin-right: 5px;
	}

	.specsBox .sttl::after {
		margin-left: 5px;
	}

	.specs .flex.specsImage .specComments {
		width: 100%;
		margin-top: 10px;
	}

	.specsImage .cap {
		font-size: 15px;
		margin-top: 25px;
	}

	.specsImage .flexImg01 {
		width: 120px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		min-height: 0;
		/*margin-top: -60px;*/
	}

	.specsImage .flexImg02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 120px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0;
		min-height: 0;
		margin-top: -60px;
	}

	.specsImage .textArea {
		width: auto;
		text-align: left;
		padding-left: 0;
		padding-top: 0;
		margin-top: 25px;
	}

	.specsImage .textArea span.spOnly {
		display: inline;
	}

	.specsImage .title {
		font-size: 20px;
		margin-bottom: 32px;
		text-align: center;
	}

	.specsImage .text {
		line-height: 1.8;
		font-size: 13px;
		text-align: justify;
		padding: 0 1.5%;
	}

	.specsImage .col2 {
		padding: 0 5%;
	}

	.specsData {
		padding-bottom: 10px;
	}

	.specsData li+li {
		margin-top: 20px;
	}

	.tabContent01 .specsData,
	.tabContent02 .specsData,
	.col2 .specsData {
		font-size: 12px;
		letter-spacing: -0.06em;
	}

	.specsPrice {
		margin-top: 0;
	}

	.large .specsPrice {
		font-size: 12px;
	}

	.large .specsPrice span {
		font-size: 40px;
	}

	.specsNote {
		font-size: 12px;
		margin-top: 33px;
	}

	.large .specsNote {
		font-size: 12px;
		margin-top: 20px;
	}

	.specsOption {
		font-size: 13px;
		text-align: justify;
		margin: 46px auto 0;
	}

	.specsTabContent+.specsOption {
		margin-top: 20px;
	}

	.specsBtn {
		margin-top: 70px;
	}

	.specs .flex .col2 {
		width: 48%;
	}

	.specs .flex .col2+.col2 {
		margin-left: 4%;
	}
}

/*20201210 add*/
.specsHead .ttlTxt {
	font-size: 25px;
	text-align: center;
}

.specsHead .sp {
	display: none;
}

.specsHead .ttlTxt+p {
	font-size: 25px;
	margin-top: 50px;
	text-align: center;
}

.specsHead .ttlTxt+p strong {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.specsHead {
		padding: 30px 5%;
	}

	.specsHead .sp {
		display: block;
	}

	.specsHead .ttlTxt {
		font-size: 20px;
		font-weight: bold;
	}

	.specsHead .ttlTxt+p {
		font-size: 16px;
	}

	.specsHead .ttlTxt+p {
		margin-top: 20px;
	}
}

.specsBox .mark {
	display: flex;
	align-items: center;
	background: #f8f8f8;
	padding: 15px 30px 15px 40px;
	margin: 40px auto 60px;
	width: 100%;
	z-index: 3;
}

@media screen and (max-width: 768px) {
	.specsBox .mark {
		display: block;
		padding: 15px 20px;
		margin: 40px 0 0;
		position: static;
		text-align: center;
		width: 100%;
	}
}

.specsBox .mark .logo {
	display: block;
	height: 120px;
	margin: 0 auto 10px;
	width: 120px;
}

@media screen and (max-width: 768px) {
	.specsBox .mark .logo {
		height: 60px;
		width: 60px;
	}
}

.specsBox .mark .txt {
	padding: 0 0 0 30px;
	text-align: left;
}

.specsBox .mark strong {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: nowrap;
}

.specsBox .mark p {
	display: block;
	font-size: 17px;
}

@media screen and (max-width: 768px) {

	.specsBox .mark strong,
	.specsBox .mark p {
		color: #000;
		text-align: center;
	}

	.specsBox .mark strong {
		font-weight: bold;
		font-size: 14px;
	}

	.specsBox .mark .txt {
		padding: 0;
	}

	.specsBox .mark p {
		font-size: 13px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  faq
* --------------------------------------------------------------------------------------------------*/
.faq {
	font-size: 17px;
}

@media screen and (max-width: 768px) {
	.faq {
		font-size: 13px;
	}

	.faq .columnArea01 {
		padding-bottom: 55px;
	}
}

.faq .faqSec01 {
	padding: 55px 0 80px;
}

@media screen and (max-width: 768px) {
	.faq .faqSec01 {
		padding: 10px 0 25px;
	}
}

.faq .faqList01 {
	max-width: 875px;
	margin: 0 auto;
}

.faq .faqList01 a {
	text-decoration: underline;
}

.faq .faqList01 .question {
	position: relative;
	height: 40px;
	padding: 5px 45px 0 5px;
	border: 1px #d6232c;
	border-style: solid none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.faq .faqList01 .question {
		height: auto;
		padding-right: 41px;
		font-size: 14px;
	}
}

.faq .faqList01 .question::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #d6232c;
}

@media screen and (max-width: 768px) {
	.faq .faqList01 .question::before {
		bottom: -3px;
	}
}

.faq .faqList01 .question::after {
	content: "\f01a";
	display: block;
	position: absolute;
	right: 0;
	top: -1px;
	width: 40px;
	height: 40px;
	background: #d6232c;
	font-family: FontAwesome;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
}

@media screen and (max-width: 768px) {
	.faq .faqList01 .question::after {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 27px;
	}
}

.faq .faqList01 .question.open::after {
	content: "\f01b";
}

.faq .faqList01 .question:hover {
	opacity: 0.8;
}

.faq .faqList01 .question .txt::before {
	content: "Q.";
	display: inline-block;
	margin-right: 0.5em;
}

.faq .faqList01 .answer {
	display: none;
	margin-top: 3px;
	padding: 1.0em 70px;
	background: #fbedeb;
}

@media screen and (max-width: 768px) {
	.faq .faqList01 .answer {
		margin-top: 2px;
		padding: 1.0em;
	}
}

.faq .faqList01 .answer+.question {
	margin-top: 27px;
}

@media screen and (max-width: 768px) {
	.faq .faqList01 .answer+.question {
		margin-top: 20px;
	}
}



.faq .faqList01.blue .question {
	border-color: #3f729b;
}

.faq .faqList01.blue .question::before {
	background: #3f729b;
}

.faq .faqList01.blue .question::after {
	background: #3f729b;
}

.faq .faqList01.blue .answer {
	background: #eaf6fd;
}

/* ----------------------------------------------------------------------------------------------------
*  dews & kyoten
* --------------------------------------------------------------------------------------------------*/
.dewsKyoten {
	padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
	.dewsKyoten {
		padding-bottom: 120px;
	}
}

.dewsKyotenCompany {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenCompany {
		margin-top: 15px;
	}
}

.dewsKyotenCompany .more {
	margin-top: 15px;
	padding: 13px 5px;
	background: #036eb8;
	color: #fff;
	text-align: center;
	line-height: 1.0;
}

@media screen and (max-width: 768px) {
	.dewsKyotenCompany .more {
		margin-top: 8px;
		padding: 10px 5px;
	}
}

.dewsKyotenAbout {
	margin-top: 75px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout {
		margin-top: 45px;
	}
}

.dewsKyotenAbout .aboutDews {
	margin: 36px 0 75px;
	font-size: 0;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutDews {
		margin: 0 0 35px;
	}
}

.dewsKyotenAbout .aboutDews>* {
	display: inline-block;
	font-size: 17px;
	text-align: center;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutDews>* {
		display: block;
		font-size: 14px;
	}
}

.dewsKyotenAbout .aboutDews .img01 {
	width: 167px;
	margin-top: 28px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutDews .img01 {
		margin: 0 auto;
		margin-top: 35px;
	}
}

.dewsKyotenAbout .aboutDews .aboutList {
	margin-left: 48px;
	margin-top: 16px;
	color: #fff;
	letter-spacing: 0.2em;
	line-height: 1.0;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutDews .aboutList {
		margin-left: 0;
		margin-top: 45px;
	}
}

.dewsKyotenAbout .aboutDews .aboutList>.item {
	position: relative;
	height: 46px;
	margin-right: 23px;
	padding: 15px 15px 0 35px;
	background: #036eb8;
}

.dewsKyotenAbout .aboutDews .aboutList>.item::after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border-style: solid none solid solid;
	border-color: transparent transparent transparent #24396e;
	border-width: 23px;
}

.dewsKyotenAbout .aboutDews .aboutList>.item+.item {
	margin-top: 25px;
}

.dewsKyotenAbout .aboutDews .img02 {
	width: 269px;
	margin-left: 18px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutDews .img02 {
		margin: 55px auto 0;
	}
}

.dewsKyotenAbout .aboutKyoten {
	margin: 50px 0 30px;
	font-size: 0;
	line-height: 1.0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten {
		margin: 30px 0 30px;
	}
}

.dewsKyotenAbout .aboutKyoten>* {
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten>* {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.dewsKyotenAbout .aboutKyoten .img01 {
	width: 123px;
	margin-right: 23px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten .img01 {
		width: 122px;
		margin-right: auto;
	}
}

.dewsKyotenAbout .aboutKyoten .arrow {
	position: relative;
	height: 60px;
	margin-right: 22px;
	padding: 22px 0 0 13px;
	background: #036eb8;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten .arrow {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: inline-block;
		width: 60px;
		height: auto;
		margin: 20px auto 22px;
		padding: 10px 23px 0 0;
		font-size: 14px;
	}
}

.dewsKyotenAbout .aboutKyoten .arrow::after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	border-style: solid none solid solid;
	border-color: transparent transparent transparent #036eb8;
	border-width: 30px 0 30px 22px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten .arrow::after {
		left: 0;
		top: 100%;
		border-style: solid solid none solid;
		border-color: #036eb8 transparent transparent transparent;
		border-width: 22px 30px 0 30px;
	}
}

.dewsKyotenAbout .aboutKyoten .img02 {
	width: 119px;
	margin: 0 50px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten .img02 {
		margin: 30px auto 10px;
	}
}

.dewsKyotenAbout .aboutKyoten .blockText {
	margin-left: 25px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3em;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .aboutKyoten .blockText {
		margin: 10px auto 60px;
	}
}

.dewsKyotenAbout .text {
	text-align: center;
	font-size: 30px;
}

.dewsKyotenAbout .text .small {
	font-size: 17px;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .text {
		font-size: 15px;
	}

	.dewsKyotenAbout .text .small {
		font-size: inherit;
	}
}

.dewsKyotenAbout .kyotenSlider {
	position: relative;
	overflow: hidden;
}

.dewsKyotenAbout .kyotenSlider .item {
	text-align: center;
	font-size: 17px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .kyotenSlider .item {
		margin: 0 48px;
		padding: 0 5px;
		font-size: 14px;
	}
}

.dewsKyotenAbout .kyotenSlider .item .image {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .kyotenSlider .item .image img {
		width: 100%;
	}
}

.dewsKyotenAbout .kyotenSlider .item .title {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .kyotenSlider .item .title {
		margin-top: 20px;
	}
}

.dewsKyotenAbout .kyotenSlider .questionnaire {
	max-width: 670px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .kyotenSlider .questionnaire {
		max-width: 301px;
	}
}

.dewsKyotenAbout .kyotenSlider .slick-slide:focus {
	outline: none;
}

.dewsKyotenAbout .kyotenSlider .slick-slide img {
	display: inline-block;
}

.dewsKyotenAbout .kyotenSlider .slick-arrow {
	width: 65px;
	height: 65px;
	margin-top: -33px;
	background: no-repeat center / contain;
	z-index: 10;
	-webkit-transform: none;
	transform: none;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .kyotenSlider .slick-arrow {
		width: 48px;
		height: 48px;
		margin-top: -24px;
	}
}

.dewsKyotenAbout .kyotenSlider .slick-arrow:focus {
	outline: none;
}

.dewsKyotenAbout .kyotenSlider .slick-arrow:hover {
	opacity: 0.8;
}

.dewsKyotenAbout .kyotenSlider .slick-prev {
	left: 0;
	background-image: url(../img/common/cmn_ico_arrow02.svg);
}

.dewsKyotenAbout .kyotenSlider .slick-prev::before {
	content: none;
}

.dewsKyotenAbout .kyotenSlider .slick-next {
	right: 0;
	background-image: url(../img/common/cmn_ico_arrow03.svg);
}

.dewsKyotenAbout .kyotenSlider .slick-next::before {
	content: none;
}

.dewsKyotenFeature {
	margin-top: 70px;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature {
		margin-top: 100px;
	}
}

.dewsKyotenFeature .featureList {
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature .featureList {
		margin-top: 30px;
	}
}

.dewsKyotenFeature .featureList .item {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature .featureList .item {
		display: block;
	}
}

.dewsKyotenFeature .featureList .item+.item {
	margin-top: 28px;
}

.dewsKyotenFeature .featureList .item>* {
	display: table-cell;
	border: 9px solid #036eb8;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature .featureList .item>* {
		display: block;
	}
}

.dewsKyotenFeature .featureList .summary {
	width: 380px;
	padding: 40px 0;
	background: #036eb8;
	color: #fff;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.0;
	white-space: nowrap;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature .featureList .summary {
		width: 100%;
		padding: 23px 0;
		border: none;
		font-size: 18px;
		letter-spacing: normal;
	}
}

.dewsKyotenFeature .featureList .detail {
	width: 510px;
	padding: 7px 15px 7px 20px;
	line-height: 2.3;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.dewsKyotenFeature .featureList .detail {
		width: 100%;
		min-height: 175px;
		padding: 5px 10px 10px;
		border-top: none;
	}
}

.dewsKyotenPrice {
	margin-top: 110px;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.dewsKyotenPrice {
		margin-top: 85px;
		font-size: 20px;
		letter-spacing: normal;
	}
}

.dewsKyotenPrice .priceList {
	margin-top: 5px;
	text-align: left;
	margin-left: 15%;
}

@media screen and (max-width: 768px) {
	.dewsKyotenPrice .priceList {
		margin-top: 20px;
	}
}

.dewsKyotenPrice .priceList>.item span {
	vertical-align: baseline;
}

.dewsKyotenPrice .priceList>.item+.item {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.dewsKyotenPrice .priceList>.item+.item {
		margin-top: 40px;
	}
}

.dewsKyotenPrice .price {
	font-size: 60px;
	vertical-align: baseline;
}

@media screen and (max-width: 768px) {
	.dewsKyotenPrice .price {
		font-size: 40px;
	}
}

.dewsKyotenAbout .text2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	color: #036eb8;
}

@media screen and (max-width: 768px) {
	.dewsKyotenAbout .text2 {
		font-size: 13px;
		margin-top: 20px;
	}
}

.ttlStyle15 {
	background: #036eb8;
}

.ttlArea04 {
	background: #036eb8;
}


/* ----------------------------------------------------------------------------------------------------
*  company
* --------------------------------------------------------------------------------------------------*/
.company .ttlArea03 {
	padding: 100px 0;
}

.company .contentIn {
	padding: 68px 0 148px;
}

@media screen and (max-width: 768px) {
	.company .contentIn {
		padding: 15px 3.066% 40px;
	}
}

.company.message .contentIn {
	padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
	.company.message .contentIn {
		padding-bottom: 52px;
	}
}

.company.recruit .contentIn {
	padding-bottom: 77px;
}

@media screen and (max-width: 768px) {
	.company.recruit .contentIn {
		padding-bottom: 69px;
	}
}

.company .pageList {
	color: #fff;
	font-size: 0;
	text-align: center;
	position: relative;
	max-width: 869px;
	margin: 0 auto;
}

.company .pageList:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #24396e;
	border-radius: 3px;
}

@media screen and (max-width: 768px) {
	.company .pageList {
		background: #f5f5f5;
		border-bottom: solid 3px #fff;
		color: #404040;
		text-align: left;
	}

	.company .pageList:after {
		content: none;
	}
}

.company .pageList li {
	background: #24396e;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	width: 244px;
}

.company .pageList li a {
	display: block;
	padding: 17px 0 12px;
}

.company .pageList li.active {
	background: #4b6cb3;
}

.company .pageList li+li {
	margin-left: 45px;
}

@media screen and (max-width: 768px) {
	.company .pageList li {
		background: #f5f5f5;
		font-size: 14px;
		border-right: solid 3px #fff;
		border-top: solid 3px #fff;
		width: 49.645%;
	}

	.company .pageList li a {
		padding: 18px 0;
	}

	.company .pageList li.active {
		background: #f5f5f5;
		font-weight: bold;
	}

	.company .pageList li:nth-child(2n) {
		border-right: none;
	}

	.company .pageList li+li {
		margin-left: 0;
	}
}

.company .companySec01 {
	margin-top: 104px;
}

@media screen and (max-width: 768px) {
	.company .companySec01 {
		margin-top: 14px;
	}
}

.company .tableStyle01 {
	color: #24396e;
	font-size: 17px;
	width: 827px;
	margin: 0 auto;
	line-height: 2.94;
}

@media screen and (max-width: 768px) {
	.company .tableStyle01 {
		border-top: dotted 1px #5d7aba;
		font-size: 13px;
		line-height: 2.0;
		width: 100%;
	}
}

.company .tableStyle01 tr {
	border-bottom: dotted 1px #5d7aba;
}

.company .tableStyle01 tr:last-child {
	border-bottom: none;
}

.company .tableStyle01 th {
	text-align: right;
	vertical-align: top;
	width: 259px;
}

@media screen and (max-width: 768px) {
	.company .tableStyle01 th {
		display: block;
		font-weight: bold;
		text-align: left;
		padding: 5px 1.276% 0;
		width: 100%;
	}
}

.company .tableStyle01 th span {
	padding-left: 1.2em;
	display: inline-block;
	position: relative;
}

.company .tableStyle01 th span:before {
	content: '\f196';
	margin: auto;
	font-family: FontAwesome;
	font-size: 17px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.company .tableStyle01 th span:before {
		font-size: 13px;
	}
}

.company .tableStyle01 td {
	width: 568px;
	padding-left: 62px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.company .tableStyle01 td {
		display: block;
		padding: 0 1.276% 5px;
		width: 100%;
	}
}

.company .tableStyle01 td.office {
	line-height: 1.5;
	padding-top: .7em;
}

.company .tableStyle01 td p+p {
	margin-top: 2em;
}

.company .tableStyle01 td .map {
	background: #24396e;
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	padding: 8px 27px;
	margin-left: 23px;
	position: relative;
	top: -8px;
}

@media screen and (max-width: 768px) {
	.company .tableStyle01 td .map {
		position: absolute;
		top: 0;
		right: 1.276%;
	}
}

.company .companySec02 {
	color: #24396e;
	font-size: 15px;
	padding-top: 53px;
	width: 702px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.company .companySec02 {
		font-size: 13px;
		padding-top: 33px;
		width: 100%;
	}
}

.company .companySec02 .name {
	text-align: right;
	margin-top: 97px;
}

@media screen and (max-width: 768px) {
	.company .companySec02 .name {
		margin-top: 65px;
	}
}

.company .companySec02 .name span {
	font-size: 23px;
}

@media screen and (max-width: 768px) {
	.company .companySec02 .name span {
		font-size: 20px;
	}
}

.company .companySec03 {
	padding-top: 85px;
	max-width: 869px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.company .companySec03 {
		padding-top: 47px;
	}
}

.company .companySec03 .tableStyle01 {
	width: 860px;
	border-top: dotted 1px #5d7aba;
	line-height: 1.75;
}

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

.company .companySec03 .tableStyle01 th {
	vertical-align: middle;
	width: 223px;
}

@media screen and (max-width: 768px) {
	.company .companySec03 .tableStyle01 th {
		font-size: 13px;
		width: 100%;
	}
}

.company .companySec03 .tableStyle01 td {
	font-size: 15px;
	width: 637px;
	padding: 15px 32px 15px 80px;
}

@media screen and (max-width: 768px) {
	.company .companySec03 .tableStyle01 td {
		font-size: 13px;
		padding-top: 47px;
		padding: 10px 1.276% 10px;
		width: 100%;
	}
}

.company .recruitList {
	margin-top: 43px;
}

@media screen and (max-width: 768px) {
	.company .recruitList {
		margin-top: 23px;
	}
}

.company .recruitList li {
	border: solid 6px #24396e;
	color: #24396e;
	font-size: 17px;
}

.company .recruitList li+li {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.company .recruitList li+li {
		margin-top: 21px;
	}
}

.company .recruitList li.end {
	text-align: center;
	padding: 27px 0;
}

@media screen and (max-width: 768px) {
	.company .recruitList li.end {
		font-size: 15px;
	}
}

.company .recruitList a {
	display: block;
	padding: 0 25px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.company .recruitList a {
		font-size: 15px;
		padding: 0;
	}
}

.company .recruitList a span {
	display: inline-block;
	padding: 27px 0;
}

@media screen and (max-width: 768px) {
	.company .recruitList a span {
		display: block;
		text-align: center;
		padding: 27px 0 22px;
	}
}

.company .recruitList a .links {
	background: #24396e;
	color: #fff;
	padding: 27px 92px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.company .recruitList a .links {
		display: block;
		position: relative;
		padding: 16px 0;
	}
}

.company .recruitList a .links:after {
	content: "\f138";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 42px;
	font-size: 22px;
	background-size: contain;
	margin-top: -11px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.company .recruitList a .links:after {
		right: 21px;
	}
}

.recruitInfoBox {
	border: solid 10px #24396e;
	width: 685px;
	margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox {
		margin-top: 71px;
		width: 100%;
	}
}

.recruitInfoBox dt {
	background: #24396e;
	color: #fff;
	display: table-cell;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
	width: 297px;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox dt {
		display: block;
		padding: 16px 0 23px;
		width: 100%;
	}
}

.recruitInfoBox dd {
	color: #24396e;
	display: table-cell;
	font-size: 14px;
	/*28px */
	text-align: left;
	padding: 17px;
	width: 368px;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox dd p+p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.recruitInfoBox dd {
		display: block;
		text-align: center;
		width: 100%;
	}

	.recruitInfoBox dd p {
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}

	.recruitInfoBox dd p+p {
		margin-top: 20px;
	}

	.recruitInfoBox dd .tablet {
		padding: 10px;
	}
}

.recruitInfoBox .recText {
	display: block;
	padding-left: 43px;
	margin-right: -10px;
	color: #24396e;
	line-height: 1.3;
	font-size: 12px;
	position: relative;
}

.recruitInfoBox .recText::before {
	position: absolute;
	content: "";
}

.recruitInfoBox .recText::before {
	left: 0;
	content: "\f095";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	font-family: FontAwesome;
	font-size: 49px;
}

.recruitInfoBox .recText span {
	display: block;
	font-size: 28px;
	letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox .recText span {
		font-size: 25px;
	}
}

.recruitInfoBox .recText.email {
	font-size: 13px;
	text-align: center;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox .recText.email {
		font-size: 11px;
	}
}

.recruitInfoBox .recText.email::before {
	left: 0;
	content: "\f003";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	font-family: FontAwesome;
	font-size: 49px;
}

@media screen and (max-width: 768px) {
	.recruitInfoBox .recText.email::before {
		left: -15px;
		top: -10px;
	}
}

.recruitInfoBox .recText.email span {
	letter-spacing: 0.01em;
}

/* ----------------------------------------------------------------------------------------------------
*  privacy
* --------------------------------------------------------------------------------------------------*/
.privacy .contentIn {
	padding: 40px 0 105px;
}

@media screen and (max-width: 768px) {
	.privacy .contentIn {
		padding: 15px 3.066% 40px;
	}
}

.privacy .privacySec01 {
	color: #24396e;
	font-size: 15px;
	width: 785px;
	margin: 0 auto;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.privacy .privacySec01 {
		font-size: 13px;
		width: 100%;
	}
}

.privacy .privacySec01 ol {
	list-style-position: inside;
}

.privacy .privacySec01 ol li {
	list-style-type: decimal;
	font-weight: bold;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.privacy .privacySec01 ol li {
		margin-top: 15px;
	}
}

.privacy .privacySec01 ol li span {
	display: block;
	font-weight: normal;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.privacy .privacySec01 ol li span {
		margin-top: 15px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  sitemap
* --------------------------------------------------------------------------------------------------*/
.sitemap .contentIn {
	padding: 40px 0 80px;
}

@media screen and (max-width: 768px) {
	.sitemap .contentIn {
		padding: 24px 3.333% 40px;
	}
}

.sitemap .sitemapList {
	max-width: 903px;
	margin: 0 auto;
}

.sitemap .sitemapList>li:before,
.sitemap .sitemapList>li:last-child:after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: url(../../img/common/cmn_bg_pattern02.png);
	background-size: 4px;
}

@media screen and (max-width: 768px) {

	.sitemap .sitemapList>li:before,
	.sitemap .sitemapList>li:last-child:after {
		height: 15px;
	}
}

.sitemap .sitemapList dl {
	padding: 35px 0;
	color: #24396e;
	letter-spacing: -.4em;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl {
		padding: 20px 0;
	}
}

.sitemap .sitemapList dl dt {
	display: inline-block;
	width: 50%;
	font-size: 25px;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl dt {
		font-size: 20px;
	}
}

.sitemap .sitemapList dl dd {
	display: inline-block;
	width: 50%;
	padding: 0 70px;
	letter-spacing: normal;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl dd {
		padding: 0 3%;
	}
}

.sitemap .sitemapList dl dd ul li+li {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl dd ul li+li {
		margin-top: 15px;
	}
}

.sitemap .sitemapList dl dd ul a {
	position: relative;
	padding-left: 1.2em;
	font-size: 19px;
	text-indent: -1.2em;
}

.sitemap .sitemapList dl dd ul a::before {
	position: absolute;
	content: "";
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl dd ul a {
		font-size: 15px;
	}
}

.sitemap .sitemapList dl dd ul a:before {
	content: '\f08e';
	margin: auto;
	font-family: FontAwesome;
	font-size: 19px;
	top: 0;
	left: 1.2em;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.sitemap .sitemapList dl dd ul a:before {
		font-size: 15px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  service
* ---------------------------------------------------------------
-----------------------------------*/
.serviceMainvisualWrapper01 {
	height: 418px;
	padding: 125px 0 0;
	background: url(../img/service/service_mainimg01_pc.jpg) no-repeat center top/cover;
	text-align: center;
	color: #24396e;
	font-size: 17px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.serviceMainvisualWrapper01 {
		height: 335px;
		padding-top: 100px;
		background-image: url(../img/service/service_mainimg01_sp.jpg);
		background-position: center;
		font-size: 14px;
	}
}

.serviceMainvisualTtl01 {
	font-size: 36px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.serviceMainvisualTtl01 {
		font-size: 20px;
	}
}

.serviceMainvisualDescription01 {
	margin-top: 44px;
}

@media screen and (max-width: 768px) {
	.serviceMainvisualDescription01 {
		margin-top: 80px;
	}
}

.service .contentIn .serviceContentListWrapper01 {
	margin: 0 auto;
	padding-top: 17px;
	padding-bottom: 77px;
	width: 825px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentListWrapper01 {
		padding-bottom: 17px;
		width: 240px;
	}
}

.service .contentIn .serviceContentInner01 {
	margin-top: 48px;
	position: relative;
	background-color: #d6232c;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentInner01 {
		margin-top: 10px;
	}
}

.service .contentIn .serviceContentImage01 {
	position: absolute;
	top: -20px;
	left: 25px;
	width: 150px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentImage01 {
		top: 3px;
		left: 10px;
		width: 74px;
	}
}

.service .contentIn .serviceContentImage01 img {
	width: 100%;
	height: auto;
}

.service .contentIn .serviceContentNameArea01 {
	margin-left: 250px;
	padding: 33px 0;
	text-align: center;
	width: 379px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentNameArea01 {
		margin-left: 90px;
		padding: 47px 0;
		width: 130px;
	}
}

.service .contentIn .serviceContentNameJp01 {
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentNameJp01 {
		font-size: 10px;
	}
}

.service .contentIn .serviceContentNameEn01 {
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentNameEn01 {
		margin-top: 4px;
		line-height: 0;
	}
}

.service .contentIn .serviceContentNameEn01 img {
	width: 100%;
	height: auto;
}

.service .contentIn .serviceContentDescription01 {
	padding: 21px 0 21px 245px;
	color: #003366;
	font-size: 19px;
	background-color: #dbdcdc;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentDescription01 {
		position: relative;
		padding: 16px 0;
		font-size: 13px;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentDescription01:after {
		content: '';
		position: absolute;
		display: block;
		width: 27px;
		height: 10px;
		margin-left: -13px;
		left: 50%;
		top: -10px;
		background: url(../img/service/service_list01_bg01.png) no-repeat left top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-o-background-size: 100% auto;
		-ms-background-size: 100% auto;
	}
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentDescription01 .spOnly {
		display: inline;
	}
}

.service .contentIn .serviceContentInner02 {
	background-color: #3f729b;
}

.service .contentIn .serviceContentInner02 .serviceContentImage01 {
	top: 27px;
	left: -3px;
	width: 232px;
}

.service .contentIn .serviceContentInner02 .serviceContentNameArea01 {
	width: 381px;
}

.service .contentIn .serviceContentInner02 .serviceContentDescription01 {
	padding-left: 276px;
}

.service .contentIn .serviceContentInner04 {
	background-color: #1b2d56;
}

.service .contentIn .serviceContentInner04 .serviceContentImage01 {
	top: 27px;
	left: -3px;
	width: 232px;
}

.service .contentIn .serviceContentInner04 .serviceContentNameArea01 {
	width: 381px;
}

.service .contentIn .serviceContentInner04 .serviceContentDescription01 {
	padding-left: 276px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentInner02 .serviceContentImage01 {
		top: 35px;
		left: 4px;
		width: 102px;
	}

	.service .contentIn .serviceContentInner02 .serviceContentNameArea01 {
		margin-left: 110px;
		width: 125px;
	}

	.service .contentIn .serviceContentInner02 .serviceContentDescription01 {
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentInner04 .serviceContentImage01 {
		top: 35px;
		left: 4px;
		width: 102px;
	}

	.service .contentIn .serviceContentInner04 .serviceContentNameArea01 {
		margin-left: 110px;
		width: 125px;
	}

	.service .contentIn .serviceContentInner04 .serviceContentDescription01 {
		padding-left: 0;
	}
}

.service .contentIn .serviceContentInner03 {
	background-color: #27599e;
}

.service .contentIn .serviceContentInner03 .serviceContentImage01 {
	top: 17px;
	left: 6px;
	width: 166px;
}

.service .contentIn .serviceContentInner03 .serviceContentNameArea01 {
	margin-left: 300px;
	width: 284px;
}

.service .contentIn .serviceContentInner03 .serviceContentDescription01 {
	padding-left: 275px;
}

@media screen and (max-width: 768px) {
	.service .contentIn .serviceContentInner03 .serviceContentImage01 {
		top: 7px;
		left: 20px;
		width: 82px;
	}

	.service .contentIn .serviceContentInner03 .serviceContentNameArea01 {
		margin-left: 120px;
		width: 112px;
	}

	.service .contentIn .serviceContentInner03 .serviceContentDescription01 {
		padding-left: 0;
	}
}

.service .serviceOtherWrapper01 {
	padding: 60px 0 85px;
	background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherWrapper01 {
		padding: 30px 0 40px;
	}
}

.service .serviceOtherTtl01 {
	text-align: center;
}

.service .serviceOtherTtl01 img {
	width: 310px;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherTtl01 img {
		width: 207px;
	}
}

.service .serviceOtherContentListWrapper01 {
	margin-top: 50px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherContentListWrapper01 {
		margin-top: 0;
		padding-top: 25px;
	}
}

.service .serviceOtherContetnInner01 {
	display: inline-block;
	margin-right: 35px;
	width: 375px;
}

.service .serviceOtherContetnInner01 a {
	display: block;
	padding: 10px 10px 30px;
	background-color: #003366;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherContetnInner01 {
		margin-top: 10px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 84.666666666667%;
	}
}

.service .serviceOtherContetnInner01:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherContetnInner01:last-child {
		margin-right: auto;
	}
}

.service .serviceOtherName01 {
	padding: 25px 0;
	font-size: 25px;
	color: #24396e;
	text-align: center;
	background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherName01 {
		font-size: 17px;
	}
}

.service .serviceOtherDescription01 {
	margin-top: 30px;
	font-size: 18px;
	color: #f6f6f6;
}

@media screen and (max-width: 768px) {
	.service .serviceOtherDescription01 {
		font-size: 14px;
	}
}

.ui-widget {
	width: 100%;
	font-family: "Noto Sans Japanese", serif;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-radius: 0 !important;
}

.ui-selectmenu-button {
	padding: 23px 20px;
	color: #fff;
	font-size: 15px;
	background-color: #24396e;
}

@media screen and (max-width: 768px) {
	.ui-selectmenu-button {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.ui-widget-content {
	border: none;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0;
}

.ui-menu .ui-menu-item {
	padding: 0;
	cursor: pointer;
	min-height: 0;
	color: #fff;
	background-color: #24396e;
	list-style-image: none;
	font-weight: normal;
}

.ui-menu-item-wrapper {
	padding: 9px 9px 9px 20px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	padding: 9px 9px 9px 20px;
	margin: 0;
	color: #fff;
	height: auto;
	border: 0;
	background: #24396e;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
	background: #0a195f;
	color: #fff;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0;
}

.ui-selectmenu-button span.ui-icon {
	right: 35px;
	width: 17px;
	height: 10px;
	background-image: url(../css/themes/images/chosen_arrow.png);
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	background-position: left top;
}

@media screen and (max-width: 768px) {
	.ui-selectmenu-button span.ui-icon {
		right: 20px;
	}
}

.chosen-container .chosen-results li.group-result {
	font-weight: normal;
}

.ui-menu-item-optgroup .ui-menu-item-wrapper {
	padding-left: 73px;
}

@media screen and (max-width: 768px) {
	.ui-menu-item-optgroup .ui-menu-item-wrapper {
		padding-left: 35px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  news
* ---------------------------------------------------------------
-----------------------------------*/
.news {
	padding-bottom: 50px;
	background-color: #efefef;
}

.news .contentIn {
	padding-top: 1px;
}

@media screen and (max-width: 768px) {
	.news {
		padding-bottom: 35px;
	}
}

.news .ttlArea03 {
	padding: 100px 0 200px;
}

@media screen and (max-width: 768px) {
	.news .ttlArea03 {
		padding: 100px 0 210px;
	}
}

.news .newsContentWrapper01 {
	margin: -130px 0 0;
	padding: 35px 40px 180px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.news .newsContentWrapper01 {
		margin-top: -165px;
		padding: 16px 8px 30px;
	}
}

.news .newsListWrapper01 {
	margin: 50px auto 0;
	width: 865px;
}

@media screen and (max-width: 768px) {
	.news .newsListWrapper01 {
		margin-top: 30px;
		width: auto;
	}
}

.news .newsListNode01 {
	padding: 12px 35px 20px 25px;
	color: #24396e;
	border-top: 1px solid #adadad;
	background-image: url(../img/news/news_bg01.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 25px auto;
	-moz-background-size: 25px auto;
	-webkit-background-size: 25px auto;
	-o-background-size: 25px auto;
	-ms-background-size: 25px auto;
}

@media screen and (max-width: 768px) {
	.news .newsListNode01 {
		padding: 13px 0 20px;
		background-image: none;
	}
}

.news .newsListWrapper01 a:last-child .newsListNode01 {
	border-bottom: 1px solid #adadad;
}

.news .newsListWrapper01 a:hover .newsListNode01 {
	background-color: #f0f0f0;
}

.news .newsNodeDateArea:after {
	content: "";
	display: block;
	clear: both;
}

.news .newsNodeDate01 {
	font-size: 15px;
	float: left;
	height: 27px;
	line-height: 27px;
}

@media screen and (max-width: 768px) {
	.news .newsNodeDate01 {
		font-size: 11px;
	}
}

.news .newsNodeCategory01 {
	margin-left: 10px;
	float: left;
	height: 27px;
	line-height: 21px;
	width: 200px;
	text-align: center;
	border: 3px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
	.news .newsNodeCategory01 {
		margin: 0 0 5px 5px;
		padding: 0 12px;
		width: auto;
		min-width: 88px;
		font-size: 11px;
	}
}

.news .newsNodeTtl01 {
	width: 770px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.news .newsNodeTtl01 {
		width: auto;
		font-size: 15px;
	}
}

.news .newsNodeBody01 {
	margin-top: 50px;
	font-size: 14px;
	width: 723px;
}

@media screen and (max-width: 768px) {
	.news .newsNodeBody01 {
		margin-top: 43px;
		width: auto;
		font-size: 13px;
	}
}

.news .pager01 {
	margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
	.news .page-numbers {
		margin-bottom: 10px;
	}
}



.news .newsSelectListWrapper01:after {
	content: "";
	display: block;
	clear: both;
}

.news .newsSelectWrapper01 {
	margin-left: 70px;
	float: left;
	width: 412px;
}

@media screen and (max-width: 768px) {
	.news .newsSelectWrapper01 {
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 290px;
		float: none;
	}
}

.news .newsSelectWrapper01:first-child {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.news .newsSelectWrapper01:first-child {
		margin-left: auto;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  news detail
* ---------------------------------------------------------------
-----------------------------------*/
.newsDetail {
	padding: 0 0 45px;
	background-color: #efefef;
}

@media screen and (max-width: 768px) {
	.newsDetail {
		padding-bottom: 25px;
	}
}

.newsDetail .contentIn {
	padding-top: 1px;
}

.newsDetail .ttlArea03 {
	padding: 55px 0 100px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.newsDetail .ttlArea03 {
		padding: 42px 0 180px;
	}
}

.newsDetail .ttlStyle10 {
	margin-top: 30px;
	font-size: 30px;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.newsDetail .ttlStyle10 {
		margin-top: 17px;
		font-size: 14px;
	}
}

.newsDetail .newsDetailDate01 {
	color: #fff;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.newsDetail .newsDetailDate01 {
		font-size: 11px;
	}
}

.newsDetail .newsDetailCategory01 {
	margin-top: 10px;
	padding: 0 10px;
	min-width: 180px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	border: 3px solid #d2d2d2;
}

@media screen and (max-width: 768px) {
	.newsDetail .newsDetailCategory01 {
		margin-top: 7px;
		min-width: 92px;
		font-size: 11px;
	}
}

.newsDetail .ttlStyle10>span {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.newsDetail .ttlStyle10>span {
		max-width: calc(100% - 100px);
	}
}

.newsDetail .ttlStyle10>span:before,
.newsDetail .ttlStyle10>span:after {
	margin-top: -5px;
	top: 50%;
}

@media screen and (max-width: 768px) {
	.newsDetail .ttlStyle10>span:before {
		left: -41px;
	}

	.newsDetail .ttlStyle10>span:after {
		right: -41px;
	}
}

.newsDetail .newsDetailBodyWrapper01 {
	margin-top: -55px;
	padding: 40px 60px 110px;
	text-align: center;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	font-size: 16px;
	line-height: 2.0;
}

@media screen and (max-width: 768px) {
	.newsDetail .newsDetailBodyWrapper01 {
		margin-top: -145px;
		padding-top: 17px;
		padding-left: 11px;
		padding-right: 11px;
		font-size: 14px;
	}
}

.newsDetail .newsDetailBody {
	color: #24396e;
	line-height: 2.5;
}

.newsDetail .newsDetailBackList01 {
	margin: 250px auto 0;
	color: #fff;
	width: 265px;
	text-align: center;
	background-color: #27599e;
}

@media screen and (max-width: 768px) {
	.newsDetail .newsDetailBackList01 {
		margin-top: 95px;
		width: 150px;
		font-size: 12px;
	}
}

.newsDetail .newsDetailBackList01 a {
	display: block;
	padding: 15px 0;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.newsDetail .newsDetailBackList01 a {
		padding: 10px 0;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  contact
* ---------------------------------------------------------------
-----------------------------------*/
.contactSelect .ui-menu-item-wrapper {
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.contact .spOnly {
		display: inline;
	}
}

.contact .ttlStyle10 span {
	display: inline-block;
}

.contact .ttlArea03 {
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
	.contact .ttlArea03 {
		padding: 90px 0;
	}
}

.contact .ttlAreaThanks {
	padding: 125px 0 115px;
}

@media screen and (max-width: 768px) {
	.contact .ttlAreaThanks {
		padding: 70px 0 80px;
	}

	.contact .ttlAreaThanks .ttlStyle10 {
		font-size: 14px;
	}
}

.contact .contactTelWrapper01 {
	padding: 45px 0 40px;
	color: #24396e;
	background-color: #efefef;
}

@media screen and (max-width: 768px) {
	.contact .contactTelWrapper01 {
		padding: 20px 0;
	}
}

.contact .contactTtl01 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contact .contactTtl01 {
		font-size: 17px;
	}
}

.contact .contactTelContent01 {
	margin-top: 25px;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.contact .contactTelContent01 {
		margin-top: 25px;
	}
}

.contact .contactTelNumber01 {
	position: relative;
	display: inline-block;
	font-size: 45px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.contact .contactTelNumber01 {
		font-size: 30px;
	}
}

.contact .contactTelNumber01:before {
	content: "\f095";
	display: block;
	position: absolute;
	left: -85px;
	top: 0;
	font-family: FontAwesome;
	font-size: 90px;
	transform: 15deg;
	-moz-transform: 15deg;
	-webkit-transform: 15deg;
	-o-transform: 15deg;
	-ms-transform: 15deg;
}

@media screen and (max-width: 768px) {
	.contact .contactTelNumber01:before {
		left: -50px;
		font-size: 50px;
	}
}

.contact .contactTelTime01 {
	margin-top: 10px;
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	.contact .contactTelTime01 {
		font-size: 15px;
	}
}

.contact .contactFormTtl01 {
	color: #24396e;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.contact .contactFormTtl01 {
		margin-top: 45px;
	}
}

.contact .contactDescription01 {
	margin-top: 40px;
	color: #24396e;
	font-size: 15px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contact .contactDescription01 {
		margin-top: 35px;
		font-size: 13px;
	}
}

.contact .contactFormWrapper01 {
	margin: 15px auto 0;
	padding: 0px 0 150px;
	width: 863px;
	border-top: 1px dotted #24396e;
}

@media screen and (max-width: 768px) {
	.contact .contactFormWrapper01 {
		margin-top: 30px;
		padding-top: 0px;
		padding-bottom: 70px;
		width: 100%;
	}
}

.contact .ui-selectmenu-button {
	padding: 6px 7px;
	color: #404040;
	font-size: 14px;
	background-color: #fff;
	border: 6px solid #24396e;
}

@media screen and (max-width: 768px) {
	.contact .ui-selectmenu-button {
		font-size: 12px;
	}
}

.contact .ui-selectmenu-button span.ui-icon {
	top: 8px;
	right: 0;
	width: 45px;
	height: 40px;
	background-color: #24396e;
	background-image: url(../css/themes/images/chosen_arrow.png);
	background-size: 15px auto;
	-moz-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-o-background-size: 15px auto;
	-ms-background-size: 15px auto;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.contact .ui-selectmenu-button span.ui-icon {
		width: 40px;
	}
}

.contact .contactFormParts01 {
	margin-top: 20px;
}

.contact .contactFormParts01:after {
	content: "";
	display: block;
	clear: both;
}

.contact .contactFormParts01:first-child {
	margin-top: 0;
}

.contact .contactFormLabel01 {
	display: table;
	width: 220px;
	float: left;
	font-size: 15px;
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.contact .contactFormLabel01 {
		width: 100%;
		float: none;
		text-align: left;
		font-size: 13px;
	}
}

.contact .contactFormLabel01 span {
	display: table-cell;
	vertical-align: middle;
	height: 43px;
	color: #24396e;
}

@media screen and (max-width: 768px) {
	.contact .contactFormLabel01 span {
		height: auto;
	}
}

.contact .contactFormInput01 {
	margin-left: 12px;
	float: left;
	width: 540px;
}

@media screen and (max-width: 768px) {
	.contact .contactFormInput01 {
		margin-top: 5px;
		margin-left: 0;
		float: none;
		width: auto;
	}
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
	padding: 6px 7px;
	width: 100%;
	font-size: 14px;
	border: 6px solid #24396e;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact .contactFormLabelTextarea01 span {
	height: 340px;
}

@media screen and (max-width: 768px) {
	.contact .contactFormLabelTextarea01 span {
		height: auto;
	}
}

.contact textarea {
	height: 340px;
}

.contact .contactFormSubmit {
	margin-top: 100px;
	padding-left: 232px;
}

@media screen and (max-width: 768px) {
	.contact .contactFormSubmit {
		padding-left: 0;
		text-align: center;
	}
}

.contact input[type="submit"],
.contact .btn_submit {
	width: 404px;
	height: 86px;
	font-size: 20px;
	font-weight: bold;
	color: #24396e;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 10px solid #24396e;
	background-color: #fff;
}

@media screen and (max-width: 768px) {

	.contact input[type="submit"],
	.contact .btn_submit {
		width: 280px;
		height: 64px;
		font-size: 15px;
		border: 8px solid #24396e;
	}
}

.contact input[type="submit"]:hover,
.contact .btn_submit:hover {
	color: #fff;
	background-color: #24396e;
}

.contactThanksDescription01,
.contactErrorDescription01 {
	padding: 35px 0 40px;
	color: #24396e;
	text-align: center;
	font-size: 15px;
}

.contactErrorDescription01 a {
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 5px 10px;
	background-color: #24396e;
	color: #fff;
	text-align: center;
	font-size: 20px;
}


/* download
----------------------------------------------------------------------- */
.dlArea {
	width: 780px;
	margin: 0 auto;
}

.dlArea .tableStyle01 {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.dlArea .txtStyle01_ht,
.dlArea .txtStyle01_hp,
.dlArea .txtStyle01_sm,
.dlArea .txtStyle01_ot {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	border-radius: 0.2em;
}

.dlArea .txtStyle01_ht {
	background: #d6232c;
}

.dlArea .txtStyle01_hp {
	background: #3C719D;
}

.dlArea .txtStyle01_sm {
	background: #2556A0;
}

.dlArea .txtStyle01_ot {
	background: #85878A;
}

.dlArea .tableStyle01 th,
.dlArea .tableStyle01 td {
	padding: 25px 7px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.2;
	border-bottom: solid 5px #f5f5f5;
}

.dlArea .tableStyle01 th {
	width: 450px;
	font-weight: 500;
	text-align: left;
}

.dlArea .tableStyle01 td {
	text-align: center;
}


.dlArea a {
	padding: 10px 10px;
	border-radius: 0.2em;
	background: #243770;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.dlArea a:hover {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

@media screen and (max-width: 767px) {
	.dlArea {
		width: 100%;
		padding: 0 7px;
	}

	.dlArea .txtStyle01_ht,
	.dlArea .txtStyle01_hp,
	.dlArea .txtStyle01_sm,
	.dlArea .txtStyle01_ot {
		padding: 5px;
		font-size: 14px;
	}

	.dlArea .tableStyle01 {
		margin-bottom: 30px;
	}

	.dlArea .tableStyle01 th,
	.dlArea .tableStyle01 td {
		padding: 10px 0px;
		font-size: 9px;
		border-width: 5px;
		border-bottom: solid 2px #f5f5f5;
	}

	.dlArea .tableStyle01 th {
		width: 50%;
	}

	.dlArea a {
		padding: 4px 4px;
		font-size: 8px;
	}

}

.btnStyle001 {
	width: 980px;
	margin: 30px auto;
	padding: 20px;
	border-radius: 0.4em;
	background: #243770;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.btnStyle001 {
		width: 80%;
		padding: 15px;
		font-size: 14px;
	}
}



/* HomeSeismo
----------------------------------------------------------------------- */
.HSArea {
	margin: 0 auto;
}


.HSArea .optionArea {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-top: 70px;
}

.HSArea .contentIn {
	width: 915px;
}

.HSArea .ttlStyle13 {
	background: #336633;
}

.HSArea .midashi01 {
	font-size: 11pt;
	font-weight: 700;
	color: #336633;
}

.HSArea .koumoku01 {
	position: relative;
	font-size: 10pt;
	padding-left: 10px;
}

.HSArea .tableStyle01 {
	position: relative;
	width: 80%;
	height: 80%;
	margin-bottom: 10px;
	border: 1px solid;
}

.HSArea .MainStyle {
	padding: 100px 0;
	background: #CCFFCC
}

.HSArea .td01 {
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
}

.HSArea .td02 {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: left;
	border: 1px solid;
}


.exosphere .mainImg {
	position: relative;
	text-align: center;
	padding: 155px 0 0;
	margin: 0 0 35px;
}

.exosphere .mainImg h1 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}

.exosphere .mainImg p {
	font-size: 17px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
	margin-bottom: 60px;
}

.exosphere .mainImg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: #24396e;
	z-index: -1;
}

.exosphere .btnWrap {
	margin-bottom: 55px;
}

.exosphere .btnWrap ul {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

.exosphere .btnWrap ul li {
	width: 300px;
	font-size: 14px;
	border: 1px solid #24396e;
	border-radius: 5px;
}

.exosphere .btnWrap ul li+li {
	margin-left: 40px;
}

.exosphere .btnWrap ul li a {
	display: block;
	color: #24396e;
	background: url("../img/exosphere/icon_arrow_b.png") calc(100% - 10px) center no-repeat;
	background-size: 5px auto;
	line-height: 1.0;
	padding: 1.2em 1em;
}

.exosphere .btnWrap ul li+li {
	border: 1px solid #4b6cb3;
}

.exosphere .btnWrap ul li+li a {
	color: #fff;
	background: url("../img/exosphere/icon_arrow_w.png") calc(100% - 10px) center no-repeat #4b6cb3;
	background-size: 5px auto;
}

.exosphere .detail {
	text-align: center;
}

.exosphere .detail h2 {
	font-size: 23px;
	text-align: center;
	line-height: 1.0;
	background: #24396e;
	padding: 0.5em 0;
	color: #fff;
	margin-bottom: 1em;
}

.exosphere .detail+.detail {
	margin-top: 80px;
}

.exosphere .detail p {
	text-align: center;
	font-size: 20px;
	color: #24396e;
	margin-bottom: 1.5em;
}

.exosphere .detail .movie {
	position: relative;
	width: 880px;
	border-top: 2px solid #000;
	margin: 40px auto 0;
	padding: 20px 0 0;
}

.exosphere .detail .movie iframe {
	width: 100%;
	height: 500px;
}

.exosphere .inport {
	width: 1000px;
	margin: 0 auto;
}

.exosphere .inport h3.ty1 {
	position: relative;
	color: #1f4e78;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	padding-left: 2rem;
	margin: 2.5rem 0 1rem;
}

.exosphere .inport p.pty7 {
	position: relative;
	color: #1768ae;
	font-size: 20px;
	padding-left: 2rem;
	font-weight: 600;
	line-height: 2.0;
	height: 2em;
	display: inline-block;
	text-align: left;
}

.exosphere .inport h3.ty1::after,
.exosphere .inport p.pty7:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 32px;
	background: url("../img/exosphere/h3_icon.jpg") 0 center no-repeat;
	transform: translateY(-50%);
}

.exosphere .inport h4.ty1 {
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #0059a6;
	margin: 0.5em 0;
	padding: 0 0 0 1em;
}

.exosphere .inport h4.ty1::after {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	color: #0059a6;
}

.exosphere .divi2 {
	overflow: hidden;
}

.exosphere .divi2 .cont {
	width: 48%;
	float: left;
}

.exosphere .divi2 .cont:first-child {
	margin-right: 4%;
}

.exosphere .divi2 .cont>p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 0.5em;
}

.exosphere .divi2 .cont p.pty5 {
	margin: 0.5em 0 0;
}

.exosphere .divi2 .cont>p.pty6 {
	margin: 0.5em 0 0;
}

.exosphere .right {
	text-align: right;
}

.exosphere .table_wrap2 .data_table tr th .b_box {
	font-size: 18px;
	background: #4472c4;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	line-height: 1.56;
	font-family: sans-serif;
	text-align: center;
}

.exosphere .icon_check {
	width: 16px;
	height: auto;
	vertical-align: middle;
}

.exosphere .table_wrap2 .data_table tr td.bgblue {
	background: #f3f7ff;
	font-weight: 600;
	color: #0059a6;
}

.exosphere .table_wrap {
	position: relative;
	overflow: hidden
}

.exosphere .data_table {
	width: calc(100% + 1px);
	width: -webkit-calc(100% + 1px);
	margin-left: -1px;
	border-top: 2px solid #2f3647;
	border-bottom: 1px solid #aaa;
	font-weight: 300;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #000;
	word-break: break-all
}

.exosphere .data_table.table02 {
	margin-bottom: 10px;
}

.exosphere .data_table th,
.exosphere .data_table td {
	font-size: 14px;
	padding: 0.5rem 0.75rem;
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	line-height: 1.5;
	vertical-align: middle;
}

.exosphere .divi2.table01 .data_table th,
.exosphere .divi2.table01 .data_table td {
	text-align: center;
}

.exosphere .data_table.table02 td:first-child {
	text-align: left;
}

.exosphere .data_table.table02 td {
	text-align: center;
}

.exosphere .data_table th[scope="col"] {
	background: #d9d9d9;
	font-weight: 700;
	color: #000;
	text-align: center
}

.exosphere .data_table th[scope="row"] {
	font-weight: 400;
	color: #000
}

.exosphere .data_table+.advice {
	margin-top: 0.5rem
}

.exosphere .data_table tr:first-child th,
.exosphere .data_table tr:first-child td {
	border-top-color: #434343
}

.exosphere .data_table.viewtype {
	border-top-width: 1px
}

.exosphere .data_table.viewtype th[scope="row"] {
	background: #f6f6f6;
	font-weight: 400
}

.exosphere .data_table .xi-check {
	font-weight: 700;
	color: #f5821e;
}

.exosphere .img_box1 {
	border: 1px solid #ccc;
	padding: 2rem 1.5rem 0
}

.exosphere .img_box1 img {
	display: block;
	margin: 0 auto
}

.exosphere .img_box1 .tbox {
	height: 3.5rem;
	line-height: 3.5rem;
	background: #f2f6f9;
	margin-top: 1rem;
	text-align: center;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
}

.exosphere .img_box1 p.pty1 {
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 600;
	color: #025ba7;
}

.exosphere .img_box1 p.pty1 span {
	margin: 0 .5rem;
	color: #2475b8
}

.exosphere .img_box2 {
	padding: 2rem;
	border-top: 2px solid #32363f;
	border-bottom: 2px solid #32363f;
	margin: 1rem 0;
}

.exosphere .img_box3 {
	margin: 1rem 0
}

.exosphere p.pty2 {
	font-size: 1rem;
	color: #000;
	line-height: 1.5rem;
	font-weight: 600;
}

.exosphere p.pty3 {
	font-size: .9rem;
	color: #0059a5;
	line-height: 1.5rem;
	font-weight: 600;
}

.exosphere p.pty4 {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 1.5;
	font-weight: 400;
	padding-left: 0.5em;
}

.exosphere p.pty5 {
	font-size: 14px;
	color: #858585;
	line-height: 1.3rem;
	font-weight: 400;
	letter-spacing: -0.05rem
}

.exosphere .divi2 .cont p.pty5 {
	font-size: 14px;
}

.exosphere p.pty6 {
	margin-top: .5rem;
	font-size: .9rem;
	color: #0059a6;
	font-weight: 600;
	background: #f3f7ff;
	height: 2rem;
	line-height: 2rem
}

.exosphere p.pty7 {
	color: #1768ae;
	font-size: 1rem;
	padding-left: 2rem;
	position: relative;
	font-weight: 600;
	line-height: 2rem;
	height: 2rem;
	display: inline-block;
	text-align: left;
}

.exosphere p.pty7 span {
	font-weight: 400;
}

.exosphere p.pty7:after {
	position: absolute;
	left: 0;
	top: .2rem;
	content: "";
	width: 1.25rem;
	height: 1.6rem;
	background: url(../../images/japan/common/h3_icon.jpg) repeat;
}

.exosphere .table_wrap .data_table tr.active td {
	border-top: 3px solid #1969af;
	border-bottom: 3px solid #1969af;
	font-weight: bold;
	color: #1869ae;
}

.exosphere .table_wrap .data_table tr.active td:first-child {
	border-left: 7px solid #1969af;
}

.exosphere .table_wrap .data_table tr.active td:last-child {
	border-right: 7px solid #1969af;
}

.exosphere .table_wrap.table_wrap3 {
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {

	.exosphere .mainImg {
		padding: 30px 0 0;
		margin: 0 0 5%;
	}

	.exosphere .mainImg h1 {
		font-size: 18px;
	}

	.exosphere .mainImg::before {
		height: 150px;
	}

	.exosphere .mainImg p {
		font-size: 12px;
		margin: 0 0 1em;
	}

	.exosphere .btnWrap {
		margin: 0;
	}

	.exosphere .btnWrap ul {
		display: block;
		margin: 0 5% 5%;
	}

	.exosphere .btnWrap ul li {
		width: 100%;
	}

	.exosphere .btnWrap ul li+li {
		margin: 3% 0 0 0;
	}

	.exosphere .detail .movie {
		position: relative;
		width: 100%;
		border-top: 0;
		margin-top: 5%;
		padding: 56% 0 0;
	}

	.exosphere .detail .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.exosphere .detail h2 {
		font-size: 15px;

		padding: 1em 0;
		margin: 0 0 20px;
	}

	.exosphere .detail img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.exosphere .detail+.detail {
		margin-top: 10%;
	}

	.exosphere .detail p {
		font-size: 11px;
	}

	.exosphere .inport {
		width: auto;
		padding: 0 5%;
	}

	.exosphere .data_table {
		display: block;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		overflow: auto;
		white-space: nowrap;
	}

	.exosphere .divi2 .cont {
		float: none;
		width: 100%;
	}

	.exosphere .divi2 .cont img {
		width: 100%;
		height: auto;
	}

	.exosphere .divi2 .cont+.cont {
		margin-top: 20px;
	}

	.exosphere .inport h3.ty1 {
		font-size: 20px;
	}

	.exosphere .inport h3.ty1::after,
	.exosphere .inport p.pty7:after {
		top: 0;
		transform: none;
	}

	.exosphere .table_wrap.table_wrap2 {
		margin-top: 5%;
	}

	.exosphere .table01 .data_table colgroup col:first-child,
	.exosphere .table01 .data_table colgroup col:last-child {
		width: 40%;
	}

	.exosphere .table01 .data_table colgroup col:nth-child(2) {
		width: 60%;
	}
}

#parts-contact {
	position: fixed;
	top: 50%;
	right: 0;
	width: 40px;
	height: 175px;
	transform: translateY(-50%);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 8;
}

#parts-contact .block {
	position: relative;
	height: 100%;
	/*background: #5d7aba;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#parts-contact .ttl {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 17px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	z-index: 1;
	padding: 42px 5px 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	cursor: pointer;
}

#parts-contact .ttl::before {
	content: "\f0a8";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: -2px;
	width: 100%;
	font-size: 1.6rem;
}

#parts-contact.active .ttl::before {
	content: "\f0a9";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	right: -2px;
	width: 100%;
	font-size: 1.6rem;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#parts-contact .ttl::before {
		transform: rotate(-90deg);
		top: -5px;
		right: 0;
	}

	*::-ms-backdrop,
	#parts-contact.active .ttl::before {
		transform: rotate(-90deg);
		top: -5px;
		right: 0;
	}
}

#parts-contact.active .ttl {
	border-left: 0;
	border-radius: 0;
}

#parts-contact .inner {
	position: absolute;
	width: 340px;
	height: 175px;
	top: 0;
	right: -300px;
	background: rgba(93, 122, 186, 0.9);
	transition: 0.5s;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: -1;
	padding: 15px 0 0 40px;
}

#parts-contact.active .inner {
	right: 0;
	padding: 15px 0 0 17px;
}

#parts-contact .telWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 0 7px;
}

#parts-contact .telWrap::before {
	content: "\f095";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	font-family: FontAwesome;
	font-size: 49px;
	color: #fff;
}

#parts-contact .telWrap .tel {
	font-size: 30px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.075em;
}

#parts-contact .telWrap img {
	flex-shrink: 0;
}

#parts-contact .telWrap>div {
	margin-left: 8px;
}

#parts-contact .telWrap .tel-text {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#parts-contact .telWrap p {
	line-height: 1.0;
}

#parts-contact .telWrap p+p {
	margin-top: 5px;
}

#parts-contact .mailWrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: -14px 0 0 7px;
}

#parts-contact .mailWrap::before {
	content: '';
	content: "\f0e0";
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	font-family: FontAwesome;
	font-size: 40px;
	color: #fff;
}

#parts-contact .mailWrap .btn {
	width: 205px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
}

#parts-contact .mailWrap .btn a {

	display: block;
	color: #fff;
	background: #23396E;
	border-radius: 5px;
	padding: 0.3em 0;
}

/*@media screen and (max-width: 768px){
	#parts-contact{
		display: none!important;
	}
}*/

/*add 20200129 add*/
.customize-support {
	padding-top: 122px;
}

.supportMainvisualWrapper {
	height: 400px;
	padding: 135px 0 0;
	background: url(../img/support/support_mainimg01_pc.jpg) no-repeat center top/cover;
	text-align: center;
	color: #24396e;
	font-size: 17px;
	letter-spacing: 0.2em;
}

.supportMainvisualTtl {
	font-size: 2.2rem;
	font-weight: 500;
	text-shadow:
		0px 0px 2px #ffffff, 0px 0px 2px #ffffff,
		0px 0px 2px #ffffff, 0px 0px 2px #ffffff,
		0px 0px 2px #ffffff, 0px 0px 2px #ffffff;
}

.supportMainvisualSearch {
	display: flex;
	justify-content: center;
	margin-top: 21px;
}

.supportMainvisualSearch input {
	background: #f5f5f5;
	border: 3px solid #f0f0f0;
	font-size: 1.05rem;
	padding: 10px 15px;
	width: 595px;
	height: 46px;
}

@media all and (-ms-high-contrast: none) {
	.supportMainvisualSearch input {
		padding: 4px 15px 10px;
	}
}

.supportMainvisualSearch input::placeholder {
	font-size: 1.05rem;
	color: #b1b1b1;
	vertical-align: top;
}

.supportMainvisualSearch .searchBtn {
	background: #4b6cb3;
	color: #fff;
	width: 110px;
	padding: 7px 0 0 29px;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
	height: 46px;
	display: inline-block;
}

.supportMainvisualSearch .searchBtn {
	padding: 0 0 0 30px;
	border: none;
	font-family: inherit;
	font-weight: 300;
	font-size: inherit;
}

.supportMainvisualSearch .searchBtn:hover {
	cursor: pointer;
	background: #6F89C2;
}

.supportMainvisualSearch .searchBtn::before {
	content: '';
	display: block;
	background: url("../img/support/ico_searchbtn.png") no-repeat;
	position: absolute;
	background-size: cover;
	width: 28px;
	height: 28px;
	left: 8px;
	top: calc(50% - 14px)
}


@media screen and (max-width: 768px) {
	.customize-support {
		padding-top: 0;
	}

	.supportMainvisualWrapper {
		height: 335px;
		padding-top: 100px;
		background-image: url(../img/support/support_mainimg01_pc.jpg);
		background-position: center;
		font-size: 14px;
	}

	.supportMainvisualSearch {
		width: 80%;
		margin: 20px auto 0;
	}

	.supportMainvisualSearch input {
		width: calc(100% - 90px);
		border-radius: 0;
		-webkit-appearance: none;
	}

	.supportMainvisualSearch input::placeholder {
		font-size: 12px;
		line-height: 2.2;
	}

	.supportMainvisualTtl {
		font-size: 20px;
	}

	.supportMainvisualSearch .searchBtn {
		font-size: 14px;
		padding: 10px 0 0 15px;
		width: 90px;
	}

	.supportMainvisualSearch .searchBtn {
		padding: 0 0 0 15px;
	}

	.supportMainvisualSearch .searchBtn::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}
}


/* supportService
--------------------------------------------------*/
.supportService {
	padding: 72px 0 52px;
	margin-top: -125px;
}

.supportService .serviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 95px;
}

.supportService .serviceList li {
	background: #fff;
	width: 310px;
}

.supportService .serviceList li a {
	display: block;
}

.supportService .serviceList li a:hover {
	opacity: 0.8;
}

.supportService .serviceList .copy {
	padding: 13px 0 17px;
	background: #dbdcdc;
	text-align: center;
	color: #003366;
	font-size: 17px;
	font-weight: 400;
	position: relative;
}

.supportService .serviceList .copy::before {
	position: absolute;
	content: "";
}

.supportService .serviceList .copy::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 13px 11px;
	border-color: transparent transparent #dbdcdc transparent;
	margin: auto;
	top: -13px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.supportService {
		position: relative;
		top: -65px;
		padding: 15px 0 30px;
		margin-top: 0;
	}

	.supportService .serviceList {
		display: block;
		padding: 0;
	}

	.supportService .serviceList li {
		max-width: 68.6%;
		margin: auto;
	}

	.supportService .serviceList li:nth-child(n+2) {
		margin-top: 10px;
	}

	.supportService .serviceList .copy {
		padding: 12px 1em;
		font-size: 13px;
		position: relative;
	}

	.supportService .serviceList .copy::before {
		position: absolute;
		content: "";
	}

	.supportService .serviceList .copy::before {
		border-width: 0 9px 10px 9px;
		top: -10px;
	}
}


/* topNewsArea
--------------------------------------------------*/
.supportNewsArea {
	padding: 78px 0 25px;
	background: url("../img/support/bg_supportNewsArea.png") repeat top left;
}

.supportNewsArea .contentIn {
	margin-top: -87px;
}

.supportNewsArea a {
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.supportNewsArea .supportNewsTtl {
	position: relative;
	background: #dbdcdc;
	padding: 12px 40px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: #24396e;
	margin: 0 15px;
}

.supportNewsArea .supportNewsTtl:before {
	content: '';
	display: block;
	background: url("../img/support/ico_logo.png") no-repeat;
	width: 20px;
	height: 25px;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: calc(50% - 11px);
}

.supportNewsArea .supportNewsTtl a {
	position: absolute;
	top: 16px;
	right: 8px;
	font-size: 13px;
}

.supportNewsArea .newsDl {
	padding: 15px 40px 0;
	font-weight: 200;
}

.supportNewsArea .newsDl dt {
	color: #24396e;
	letter-spacing: 1px;
}

.supportNewsArea .newsDl dt .newsDlTag {
	display: inline-block;
	margin-left: 10px;
	border-radius: 2px;
	color: #fff;
	font-size: 0.7rem;
	padding: 0 20px;
}

.supportNewsArea .newsDl dt .newsDlTag.ht {
	background: #d6232c;
}

.supportNewsArea .newsDl dt .newsDlTag.hp {
	background: #3f729b;
}

.supportNewsArea .newsDl dd {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 0.95rem;
	color: #24396e;
}

.supportNewsArea .newsDl dd a {
	color: #24396e;
}

@media screen and (max-width: 768px) {
	.supportNewsArea {
		padding-top: 30px;
		margin-top: -4px;
	}

	.supportNewsArea .supportNewsTtl {
		margin: 0 0 20px;
	}

	.supportNewsArea .supportNewsTtl a {
		top: 19px;
		font-size: 10px;
	}

	.supportNewsArea .newsDl {
		padding: 0;
	}

	.supportNewsArea .newsDl dt {
		font-size: 11px;
	}

	.supportNewsArea .newsDl dt .newsDlTag {
		font-size: 10px;
		margin: 5px 0 5px 0;
	}

	.supportNewsArea .newsDl dd {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

/* .supportDetail
--------------------------------------------------*/
.supportDetail {
	margin-top: 50px;
	;
}

.supportDetail .contentIn {
	width: 900px;
}

.supportDetailTtlArea .ttl {
	font-size: 30px;
	color: #24396e;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.4;
}

.supportDetailTtlArea .lead {
	color: #24396e;
	font-size: 20px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}

.supportDetailTtlArea .date {
	color: #24396e;
	font-size: 14px;
	letter-spacing: 1px;
}

.supportDetailTtlArea .faqNum {
	display: inline-block;
	background: #4b6cb3;
	color: #fff;
	padding: 4px 35px;
	border-radius: 2px;
	margin-left: 8px;
	line-height: 1;
	font-size: 11px;
}

.supportDetail .grayBox {
	background: #efefef;
	max-width: 800px;
	font-size: 18px;
	margin: 40px auto 60px;
	padding: 35px 20px 100px;
	box-sizing: border-box;
}

.supportDetail .grayBox p {
	margin-bottom: 20px;
}

.supportDetail .grayBox p img {
	margin: 0 0 60px;
	height: auto;
}

.supportDetail .grayBox p img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.supportDetail .grayBox p .alignleft {
	float: left;
}

.supportDetail .grayBox p img.alignleft {
	margin: 0 20px 0 0;
}

.supportDetail .grayBox p .alignright {
	float: right;
}

.supportDetail .grayBox p img.alignright {
	margin: 0 0 0 20px;
}

.supportDetail .grayBox strong {
	font-size: 20px;
	color: #24396e;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.supportDetail .grayBox:after {
	content: "";
	display: block;
	clear: both;
}


@media screen and (max-width: 768px) {
	.supportDetail .contentIn {
		width: auto;
	}

	.supportDetailTtlArea .ttl {
		font-size: 20px;
	}

	.supportDetailTtlArea .lead {
		font-size: 14px;
	}

	.supportDetail .grayBox {
		padding: 35px 2% 60px;
		font-size: 15px;
	}

	.supportDetail .grayBox p strong {
		font-size: 15px;
	}

	.supportDetail .grayBox p img.alignright,
	.supportDetail .grayBox p img.alignleft,
	.supportDetail .grayBox p img.aligncenter {
		width: auto;
		float: none;
		display: block;
		margin: 0 auto;
	}
}

/* .supportHt
--------------------------------------------------*/

.ttlAreaSupportHt {
	background: #d6232c;
}

.ttlAreaSupportHp {
	background: #3f729b;
}

.ttlAreaSupportHt .wrap,
.ttlAreaSupportHp .wrap {
	height: 350px;
	max-width: 727px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.ttlAreaSupportHt .wrap .ttlImg {
	max-width: 146px;
}

.ttlAreaSupportHp .wrap .ttlImg {
	max-width: 230px;
}

.ttlAreaSupportHt .wrap .ttlTxt,
.ttlAreaSupportHp .wrap .ttlTxt {
	color: #fff;
	font-size: 35px;
	text-align: right;
}

.ttlAreaSupportHt .wrap .ttlTxt,
.ttlAreaSupportHp .wrap .ttlTxt {
	text-align: left;
	margin-right: 55px;
}

.supportHtContent {
	margin: 33px 0;
}

.supportHtContent .contentIn {
	padding: 0 15px;
}

.supportSubTtl {
	position: relative;
	background: #dbdcdc;
	padding: 12px 40px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #24396e;
	margin-bottom: 35px;
}

.supportSubTtl:before {
	content: '';
	display: block;
	background: url(../img/support/ico_logo.png) no-repeat;
	width: 20px;
	height: 25px;
	background-size: cover;
	position: absolute;
	left: 15px;
	top: calc(50% - 11px);
}

.supportSubTtl a {
	position: absolute;
	top: 19px;
	right: 8px;
	font-size: 13px;
}

.supportCategory {
	position: relative;
	margin-bottom: 40px;
}

.supportCategory h4 {
	font-weight: bold;
	color: #24396e;
	border-bottom: 3px solid #dbdcdc;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 15px;
}

.supportCategory .unit {
	display: block;
	padding: 5px 20px;
	color: #24396e;
	margin-bottom: 5px;
}

.supportCategory .unit:hover {
	background-color: #f0f0f0;
}

.supportCategory .unit p {
	font-size: 15px;
}

.supportCategory .unit p strong {
	font-weight: bold;
	font-size: 15px;
}

.supportCategory .unit p.date {
	color: #24396e;
	letter-spacing: 1px;
}

.supportCategory .unit .faqNum {
	display: inline-block;
	background: #4b6cb3;
	color: #fff;
	padding: 4px 35px;
	border-radius: 2px;
	margin-left: 8px;
	line-height: 1;
	font-size: 11px;
	vertical-align: middle;
}

.supportCategory .supportCategory_btn {
	position: absolute;
	right: 0;
	top: 0;
}

.supportCategory .supportCategory_btn .btn {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	background: #2f3c6a;
	padding: 7px 18px 9px 18px;
	border-radius: 15px;
	box-sizing: border-box;
}

.supportCategory .supportCategory_btn .arrow {
	position: relative;
	padding-left: 32px;
	box-sizing: border-box;
}

.supportCategory .supportCategory_btn .arrow:before,
.supportCategory .supportCategory_btn .arrow:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: '';
}

.supportCategory .supportCategory_btn .arrow:before {
	left: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #2f3c6a;
	z-index: 2;
}

.supportCategory .supportCategory_btn .arrow:after {
	background: #FFF;
	width: 20px;
	height: 15px;
	border-radius: 3px;
	z-index: 1;
}

.supportHtSearch,
.supportHpSearch {
	margin-bottom: 80px;
}

.supportHtSearch p,
.supportHpSearch p {
	font-weight: bold;
	color: #24396e;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 15px;
	text-align: center;
}

.sponly {
	display: none !important;
}

@media screen and (max-width: 768px) {

	.ttlAreaSupportHt .wrap,
	.ttlAreaSupportHp .wrap {
		height: auto;
		padding: 20px 8%;
		width: 100%;
		box-sizing: border-box;
	}

	.ttlAreaSupportHp .wrap {
		height: 33vh;
		min-height: 220px;
	}

	.ttlAreaSupportHt .wrap .ttlImg {
		width: 30%;
	}

	.ttlAreaSupportHp .wrap .ttlImg {
		width: 37%;
	}

	.ttlAreaSupportHt .wrap .ttlTxt,
	.ttlAreaSupportHp .wrap .ttlTxt {
		font-size: 20px;
		text-align: left;
	}

	.ttlAreaSupportHt .wrap .ttlTxt,
	.ttlAreaSupportHp .wrap .ttlTxt {
		font-size: 19px;
		margin-right: 0;
	}

	.supportSubTtl a {
		top: 21px;
		font-size: 10px;
	}

	.supportCategory h4 {
		padding: 0;
	}

	.supportCategory .unit {
		padding: 0;
		margin-bottom: 35px;
	}

	.supportCategory .unit .faqNum {
		margin-left: 0;
		margin-bottom: 5px;
	}

	.supportCategory .unit p strong {
		display: block;
	}

	.support_list .supportCategory .unit p strong {
		display: inline;
	}

	.sponly {
		display: block !important;
	}

	.supportCategory .supportCategory_btn .btn {
		font-size: 11px;
		padding: 7px 18px 9px 18px;
	}

	.supportCategory .supportCategory_btn .arrow {
		padding-left: 24px;
	}

	.supportCategory .supportCategory_btn .arrow:before {
		left: 7px;
		border-width: 3px 0 3px 6px;
	}

	.supportCategory .supportCategory_btn .arrow:after {
		width: 18px;
		height: 14px;
	}


}


/* .supportList
--------------------------------------------------*/
.support_list {
	padding: 50px 0 0;
}

.supportSearch {
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.supportSearch input {
	background: #f5f5f5;
	border: 3px solid #f0f0f0;
	font-size: 1.05rem;
	padding: 10px 15px;
	width: 595px;
	height: 46px;
}

@media all and (-ms-high-contrast: none) {
	.supportSearch input {
		padding: 4px 15px 10px;
	}
}

.supportSearch input::placeholder {
	font-size: 1.05rem;
	color: #b1b1b1;
	vertical-align: top;
}

.supportSearch .searchBtn {
	background: #4b6cb3;
	color: #fff;
	width: 110px;
	padding: 7px 0 0 50px;
	box-sizing: border-box;
	font-size: 1.1rem;
	letter-spacing: 2px;
	position: relative;
	transition: 0.3s;
	height: 46px;
	display: inline-block;
}

.supportSearch .searchBtn {
	padding: 0 0 0 30px;
	border: none;
	font-family: inherit;
	font-weight: 300;
}

.supportSearch .searchBtn:hover {
	cursor: pointer;
	opacity: 0.8;
}

.supportSearch .searchBtn::before {
	content: '';
	display: block;
	background: url("../img/support/ico_searchbtn.png") no-repeat;
	position: absolute;
	background-size: cover;
	width: 28px;
	height: 28px;
	left: 8px;
	top: calc(50% - 14px)
}

.supportListContent {
	margin: 50px 0;
}

.support_list .contentIn {
	padding: 0 20px;
}

.support_list .pager01 {
	margin: 100px 0;
}

.support_list .pager01 a,
.support_list .pager01 span {
	display: inline-block;
	width: 31px;
	font-size: 15px;
	color: #4b6cb3;
	line-height: 23px;
	border: solid 4px #4b6cb3;
	border-radius: 3px;
}

.support_list .pager01 .page-numbers {
	margin: 0 4px 5px;
}

@media screen and (max-width: 768px) {
	.supportSearch input {
		width: calc(100% - 90px);
		border-radius: 0;
		-webkit-appearance: none;
	}

	.supportSearch input::placeholder {
		font-size: 12px;
	}

	.supportMainvisualTtl {
		font-size: 20px;
	}

	.supportSearch .searchBtn {
		font-size: 14px;
		padding: 11px 0 0 35px;
		width: 90px;
		font-family: inherit;
		font-weight: 300;
		text-align: justify;
	}

	.supportSearch .searchBtn {
		padding: 0 0 0 35px;
	}

	.supportSearch .searchBtn::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}

	.supportCategory .unit .faqNum {
		padding: 4px 15px;
		vertical-align: middle;
	}
}

/* 2020/02/10 �ǋL */
.supportNewsArea .newsDl dd,
.supportCategory .unit,
.supportDetailTtlArea .ttl,
.supportDetailTtlArea .lead,
.supportDetail .grayBox p {
	word-break: break-all;
	word-break: break-word;
}


/* .accessory
--------------------------------------------------*/
.accessory-popup {
	position: relative;
	background: #efefef;
	padding: 20px 40px 35px;
	width: auto;
	max-width: 740px;
	width: 90%;
	margin: 20px auto;
	border: 2px solid #d6232c;
}

.accessory-popup .mfp-close {
	position: static;
	text-align: center;
	color: #fff;
	background: #d6232c;
	width: 250px;
	overflow: hidden;
	font-size: 0;
	opacity: 1;
	margin: 2rem auto 0;
}

.accessory-popup .mfp-close::before {
	content: '閉じる';
	font-size: 15px;
}

.accessory-popup .headline {
	padding-bottom: .6em;
	border-bottom: 1px solid #404040;
}

.accessory-popup .headline p {
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

.accessory-popup .headline p strong {
	font-size: 25px;
	font-weight: bold;
}

.accessory-popup .txt {
	font-size: 15px;
	display: flex;
	justify-content: center;
	margin: 1em auto 0;
}

.accessory-popup .img {
	display: flex;
	justify-content: space-between;
	margin: 1.5em auto 0;
}

.accessory-popup .info {
	font-size: 15px;
	color: #404040;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5em 0;
	margin: 1.5em auto 0;
}

.accessorySec .jireiList01 {
	margin-top: 33px;
}

.accessorySec .jireiList01>li div.type {
	font-size: 18px;
	padding: 10px 5px;
}

.accessorySec .jireiList01>li .txtArea .title {
	font-size: 15px;
	font-weight: normal;
}

.accessorySec .jireiList01>li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	transition: 0s !important;
	width: 315px;
}

.accessorySec .jireiList01>li .more,
.accessorySec .jireiList01>li a:hover .more {
	display: none;
}

.accessorySec .jireiList01>li a::before,
.accessorySec .jireiList01>li a::after {
	transition: .3s;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #d6232c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.accessorySec .jireiList01>li a::before {
	content: '詳細を見る';
	background: rgba(255, 255, 255, 0.85);
	font-family: "Noto Sans Japanese", serif;
	font-size: 20px;
	padding-top: 40px;
}

.accessorySec .jireiList01>li a::after {
	content: '';
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 1;
}

.accessorySec .jireiList01>li a:hover::before,
.accessorySec .jireiList01>li a:hover::after {
	top: 0;
}

@media screen and (max-width: 768px) {

	.accessory-popup {
		padding: 15px 15px 20px;
		width: 94%;
		margin: 20px auto;
	}

	.accessory-popup .mfp-close {
		width: 80%;
		margin: 1.5rem auto 0;
		line-height: 38px;
		height: 38px;
	}

	.accessory-popup .mfp-close::before {
		font-size: 12px;
	}

	.accessory-popup .headline p {
		font-size: 12px;
	}

	.accessory-popup .headline p strong {
		font-size: 18px;
	}

	.accessory-popup .txt {
		font-size: 12px;
		display: block;
	}

	.accessory-popup .info {
		font-size: 12px;
		display: block;
		padding: 1.5em 1.5em;
		margin: 1.5em auto 0;
	}

	.accessorySec .jireiList01>li,
	.accessorySec .jireiList01>li:nth-child(1n+0):nth-child(n+2) {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.accessorySec .jireiList01>li .txtArea {
		background: #fff;
	}

	.accessorySec .jireiList01>li div.type {
		font-size: 16px;
		padding: 5px;
	}

	.accessorySec .jireiList01>li .txtArea .title {
		font-size: 14px;
	}

	.accessorySec .jireiList01>li a::before,
	.accessorySec .jireiList01>li a::after {
		display: none;
	}

}

/*add　20201210　導入事例一覧*/
.ttlArea02.caseListSelectWrap {
	padding: 50px 0 30px;
}

.caseListSelectWrap .inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 5%;
	text-align: center;
}

.caseListSelectWrap p {
	font-size: 18px;
	text-align: center;
}

.caseListSelect {
	background: #fff;
	position: relative;
	max-width: 500px;
	margin: 20px auto 0;
	text-align: left;
	z-index: 1;
}

.caseListSelect span {
	font-size: 15px;
	display: block;
	padding: 10px 20px;
	overflow: hidden;
	margin-right: 36px;
}

.caseListSelect:after {
	content: '';
	display: block;
	border-top: 4px solid #333;
	border-right: 4px solid #333;
	height: 10px;
	position: absolute;
	right: 18px;
	top: 12px;
	width: 10px;
	transform: rotate(135deg);
}

.caseListSelect ul {
	display: none;
	border: none;
	font-size: 15px;
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
	outline: none;
}

.caseListSelect ul.on {
	display: block;
}

.caseListSelect ul li {
	font-size: 15px;
	background: #d7232c;
	color: #fff;
	padding: 5px 20px;
	text-align: left;
}

.caseListSelect.hazardproListSelect ul li {
	background: #3f729b;
}

.caseListSelect ul li:hover,
.caseListSelect ul li.selected {
	background: #de4f56;
	color: #fff;
}

.caseListSelect.hazardproListSelect ul li:hover,
.caseListSelect ul li.selected {
	background: #658daf;
	color: #fff;
}

.caseListSec .inner {
	min-height: 400px;
}

.caseListSec .list {
	display: none;
	margin: 30px 0;
}

.caseListSec .list.active {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.caseListSec .list li {
	color: #d22932;
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
	width: 50%;
	word-break: break-all;
	word-break: break-word;
}

@media screen and (max-width: 768px) {

	.caseListSelectWrap p {
		font-size: 14px;
		text-align: left;
	}

	.caseListSec .inner {
		min-height: 300px;
	}

	.caseListSec .list li {
		font-size: 14px;
		text-align: left;
		margin: 5px 0;
		padding: 0 3%;
	}
}

/*add 20210112 add*/
.supportListContent .newsDetailBackList01,
.supportDetail .newsDetailBackList01 {
	margin: 100px auto 50px;
	color: #fff;
	width: 265px;
	text-align: center;
	background-color: #27599e;
}

.supportListContent .newsDetailBackList01 a,
.supportDetail .newsDetailBackList01 a {
	display: block;
	padding: 15px 0;
	color: #fff;
}


/*add 20210611 add*/
#parts-contact.parts-contact-new {
	background: #4b6cb3;
	border: 5px solid #fff;
	height: 244px;
	width: 138px;
	transition: 0.5s;
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#parts-contact.parts-contact-new .close {
	cursor: pointer;
	position: absolute;
	left: -8px;
	top: -9px;
	z-index: 1;
}

#parts-contact.parts-contact-new .close:before {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 30px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 4px;
	z-index: -1;
}

#parts-contact.parts-contact-new .close i {
	color: #4b6cb3;
	font-size: 30px;
}

#parts-contact.parts-contact-new ul {

	padding: 20px;
	position: absolute;
	right: -5px;
	transition: 0.5s;
	width: 138px;
}

#parts-contact.parts-contact-new ul li+li {
	margin-top: 30px;
}

#parts-contact.parts-contact-new ul li a {
	color: #fff;
	display: block;
	text-align: center;
}

#parts-contact.parts-contact-new ul li a i {
	font-size: 50px;
	display: inline-block;
	margin-bottom: 8px;
	transform: rotate(15deg);
}

#parts-contact.parts-contact-new ul li a p {
	line-height: 1.2;
}

#parts-contact.parts-contact-new.off {
	transition: 0.5s;
}

#parts-contact.parts-contact-new.off a {
	pointer-events: none !important;
}

#parts-contact.parts-contact-new.off {
	width: 48px;
}

#parts-contact.parts-contact-new.off ul {
	right: -140px;
}

#parts-contact.parts-contact-new .off_txt {
	display: none;
}

#parts-contact.parts-contact-new.off .off_txt {
	color: #fff;
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 35px 7px;
	cursor: pointer;
}

#parts-contact.parts-contact-new.off .off_txt:hover {
	opacity: 0.6;
}

#parts-contact.parts-contact-new.off .close {
	display: none;
}

@media screen and (max-width: 768px) {
	#parts-contact.parts-contact-new {
		transform-origin: bottom right;
		transform: scale(0.6);
		top: auto;
		bottom: 20px;
	}
}


#content .mw_wp_form .error {
	margin-left: 230px;
}



/*20210827 add MegaMenu*/

#gNavi .megamenu {
	display: none;
}

@media screen and (min-width: 769px) {
	#breadcrumb {
		position: relative;
		z-index: 10;
		padding: 18px 0 0 0;
		box-sizing: border-box;
	}

	.header_static #breadcrumb {
		padding: 0;
	}

	#gNavi {
		position: relative;
	}

	#gNavi .megamenu {
		display: none;
		padding: 40px 0;
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;

		max-height: calc(100vh - 154px);
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 100;
	}

	.index #gNavi .megamenu {
		top: 68px;
	}

	#gNavi .megamenu.down {
		top: 50px;
	}

	.megamenu ul {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		width: 980px;
		margin: 0 auto;
		padding-left: 40px;
	}

	.megamenu ul li {
		margin: 0 40px 55px 0;
		width: 450px;
	}

	.megamenu ul li:nth-child(2n) {
		margin-right: 0;
	}

	#gNavi .megamenu ul li a {
		display: block;
		position: relative;
		transition: 0.3s;
	}

	#gNavi .megamenu ul li a:hover {
		opacity: 0.7;
	}

	.megamenu ul li img {
		image-rendering: -webkit-optimize-contrast;
	}

	.megamenu ul li .img {
		position: absolute;
		height: auto;
		max-height: none;

	}

	.megamenu ul li.ht .img {
		top: -5px;
		left: -22px;
		width: 119px;
	}

	.megamenu ul li.hp .img {
		top: 9px;
		left: -10px;
		width: 128px;
	}

	.megamenu ul li.n3 .img {
		top: 9px;
		left: -13px;
		width: 116px;
	}

	.megamenu ul li.emergeo .img {
		top: 5px;
		left: -14px;
		width: 106px;
	}

	.megamenu ul li.kyoten .img {
		top: -5px;
		left: -13px;
		width: 83px;
	}

	.megamenu ul li.searchme .img {
		top: -8px;
		left: -11px;
		width: 77px;
	}

	.megamenu ul li.livego .img {
		top: 7px;
		left: -14px;
		width: 120px;
	}

	.megamenu ul li.rakuraku .img {
		top: -5px;
		left: -22px;
		width: 119px;
	}

	.mega-overlay {
		display: none;
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
	}
}


/*20210830 add kyoten（安否確認システム） mainImg*/

.dewsKyoten .mainImg {
	padding: 40px 0 60px;
	background: #036eb8 url(../img/kyoten/kyoten_mainimg01_pc.jpg) no-repeat top left/auto 102%;
	height: 320px;
}

@media screen and (max-width: 768px) {
	.dewsKyoten .mainImg {
		padding: 16% 0 16%;
		background: #036eb8 url(../img/kyoten/kyoten_mainimg01_sp.jpg) no-repeat top left/cover;
		height: auto;
	}
}

.dewsKyoten .mainImg .txt {
	width: 50%;
	position: absolute;
	bottom: 20px;
	left: 46%;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
	.dewsKyoten .mainImg .txt {
		width: 51%;
		bottom: 0;
		left: 46%;
		font-size: 3.2vw;
		margin-right: 2.8%;
	}
}

.dewsKyoten .mainImg .txt img {
	width: 217px;
	margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
	.dewsKyoten .mainImg .txt img {
		width: 100%;
		max-width: 140px;
		margin-bottom: 10%;
	}
}

.dewsKyoten .mainImg .img01 {
	width: 116px;
	margin-left: 267px;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	.dewsKyoten .mainImg .img01 {
		width: 27%;
		margin-left: 16%;
	}
}

.dewsKyoten .mainImg .img02 {
	width: 320px;
	position: absolute;
	top: 26px;
	right: 80px;
}

/*20220214 add hazardtalk accessary*/
/*バッテリーボタン追加*/
.accessory-popup .info.battery_info {
	padding: 1.5em 3em;
	justify-content: space-between;
}

.accessory-popup .battery_btn {
	display: block;
	background: #d6232c;
	color: #fff;
	width: 250px;
	padding: 11px 0;
	text-align: center;

}

@media screen and (max-width: 768px) {
	.accessory-popup .battery_btn {
		width: 80%;
		padding: 8px 0;
		margin: 1em auto 0;
	}
}

.accessory-popup .mfp-close {
	transition: 0.3s;
}

.accessory-popup .mfp-close:hover {
	opacity: 0.7;
}

/*20220214 add swiftmail jirei*/
.ttlArea04.content_jirei.swiftmail {
	min-height: 245px;
	padding: 40px 0;
}

.ttlArea04.content_jirei.swiftmail .ttlStyle08 {
	margin-top: 0.5em;
}

.ttlArea04.content_jirei .ttl img {
	max-width: 216px;
}

.jireiIndex {
	padding: 3em 0 100px;
}

.jireiIndex .unit {
	border: 2px solid #036eb8;
	display: flex;
	align-items: stretch;
	margin-bottom: 1.8em;
}

.jireiIndex .unit .img {
	width: 32.5%;
}

.jireiIndex .unit .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media all and (-ms-high-contrast: none) {
	.jireiIndex .unit .img img {
		object-fit: none;
		height: auto;
		width: 100%;
	}
}

.jireiIndex .unit .text {
	flex: 1;
	word-break: break-all;
}

.jireiIndex .unit .text .ttl {
	background: #036eb8;
	color: #fff;
	font-size: 1.2em;
	min-height: 50px;
	padding: 0.5em 1.8em;
}

.jireiIndex .unit .text .detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*height: calc(100% - 50px);*/
	padding: 3em 1.5em 3em 1em;
}

.jireiIndex .unit .text .detail .tag {
	background: #036eb8;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 0.3em 1em;
	text-align: center;
	width: 25%;
}

.jireiIndex .unit .text .detail .info {
	flex: 1;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
	.ttlArea04.content_jirei.swiftmail {
		min-height: 145px;
		padding: 45px 0 40px;
	}

	.jireiIndex .unit {
		display: block;
	}

	.jireiIndex .unit .img {
		width: 100%;
	}

	.jireiIndex .unit .text .ttl {
		text-align: center;
	}

	.jireiIndex .unit .text .detail {
		display: block;
	}

	.jireiIndex .unit .text .detail .tag {
		margin: 0 auto 0.5em;
		width: 150px;
	}

	.jireiIndex .unit .text .detail .info {
		font-size: 1em;
		padding-left: 0;
	}
}


/*20220205 for swift custom*/
.jirei.swift .jireiTable01 td,
.jirei.swift .jireiList02>li,
.swift .ttlStyle09,
.jirei.swift .jireiSec02 .ttlArea02>.lead {
	word-break: break-all;
}

.jirei.swift .jireiList02>li img {
	width: 100%;
	height: 219px;
	object-fit: cover;
}

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

	.jirei.swift .jireiTable01 td .fancybox img {
		width: 100%;
	}

	.jirei.swift .jireiList02>li img {
		width: 100%;
		height: auto;
	}
}

.jirei.swift .lNavi.is-fixed {
	background: #036eb8;
}

/*20220304 一覧more追加*/
.jireiIndex .unit {
	position: relative;
	overflow: hidden;
}

.jireiIndex .unit .more {
	width: 100%;
	height: 100%;
	padding: 75px 0;
	color: #036eb8;
	font-family: "Noto Sans Japanese", serif;
	font-size: 20px;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 100%;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.jireiIndex .unit .more .arrow {
	font-family: FontAwesome;
	font-size: 50px;
	line-height: 1;
}

.jireiIndex a:hover .unit .more {
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}

/*20220507 Searchme追加*/
.searchme_box {
	padding: 25px;
	font-size: 1.2em;
}

.searchme_box h3 {
	text-align: center;
	font-size: 2em;
	color: #27599e;
	font-weight: bold;
}

.searchme_box h4 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

.searchme_box p {
	padding-bottom: 20px;
}

.searchme_box td,
th {
	vertical-align: middle;
}

.searchme_box .txt_s {
	font-size: 0.8em;
}

.searchme_box .txt_b {
	font-size: 1.2em;
}

.searchme_box table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
	vertical-align: middle;
	width: 100%;
}

.searchme_box table tr {
	background-color: #e6f2f5;
	padding: .35em;
	border-bottom: 2px solid #fff;
}

.searchme_box table th,
.searchme_box table td {
	padding: 1em 10px 1em 1em;
	border-right: 2px solid #fff;
}

.searchme_box table th {
	font-size: 1em;
}

.searchme_box table thead tr {
	background-color: #78bbc7;
	color: #fff;
	text-align: center;
}

.searchme_box table tbody th {
	background: #78bbc7;
	color: #fff;
}

.searchme_box .searchme {
	text-align: center;
	font-size: 1.2em;
	color: #167F92;
	font-weight: bold;

}

.searchme_box .mokushi {
	text-align: center;
	font-size: 1em;
}

.searchme_box .non {
	background: #fff
}

.searchme_box .list_ttl {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

.sm_ttl_txt {
	text-align: center;
	font-size: 1.4em;
	margin: 20px auto;
}

.searchme_box_bb {
	background: #27599e;
	padding: 20px;
	color: #ffffff !important;
	text-align: center;
}

.searchme_box_bb h3 {
	color: #ffffff;
}

.searchmeSec02 .serviceList a {
	color: #27599e;
}

.searchmeSec02 .serviceList td {
	padding: 10px 0 10px 15px;
}

.searchmeSec02 .serviceList {
	margin-bottom: 20px;
}

.serviceList h3.ttlStyle13 {
	background-color: #27599e;

}

@media screen and (max-width: 768px) {
	.sm_top {
		height: auto !important;
	}
}

@media screen and (max-width: 600px) {
	.searchme_box {
		font-size: 1em;
	}

	.serviceList.tb01 {
		width: 100%;
	}

	table.serviceList.tb01 th,
	table.serviceList.tb01 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}

	.searchmeSec02 .serviceList td {
		padding: 5px 0px 0px 0px !important;
	}
}

@media screen and (min-width:600px) {

	/*　画面サイズが600pxからはここを読み込む　*/
	.searchme_box.txt_center {
		text-align: center;
	}
}

/*　お客様情報ご登録　*/
.userinfo_textarea {
	height: 170px !important;
}

.userinfo_check input {
	margin-right: 5px;
	transform: scale(2);
	position: relative;
	top: -10px;
}

.errorcall input {
	background-color: rgb(254, 238, 114) !important;
}

.contactFormInput01 .error {
	display: none !important;
}

.doujouform {
	display: none;
}

/*　らくらく避難所くんLP　*/
@media(min-width:751px) {
	.rakuraku_sp_lp {
		display: none !important;
	}

	.rakuraku_pc_lp img {
		width: 100%;
		text-align: center;
	}
}

@media(max-width:750px) {
	.rakuraku_pc_lp {
		display: none !important;
	}

	.rakuraku_sp_lp img {
		width: 100%;
		text-align: center;
	}
}

#rakurakuhinan_style {
	.cover {
		position: relative;
	}

	.cover .container {
		position: relative;
		z-index: 2;
	}

	.cover__top {
		width: 100%;
		height: auto;
	}

	.cover__top picture {
		margin: 0;
		padding: 0;
	}

	.cover__text {
		text-align: center;
		line-height: 0.7;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: -15vw;
		margin-bottom: 4.444vw;
	}

	@media only screen and (min-width: 768px) {
		.cover__text {
			display: none;
		}
	}

	.cover__text--top {
		margin-bottom: 3.556vw;
		padding: 0 5.333vw;
	}

	.cover__text--top h3 {
		font-size: 2.578vw;
		text-align: center;
		background: linear-gradient(0deg, var(--second) 2vw, transparent 2vw);
		display: inline;
		line-height: 1.2;
	}

	.cover__text--grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2.489vw;
		padding: 0 8.356vw;
	}

	.cover__text--grid div {
		background: var(--primary);
		border-radius: 5px;
		padding: 4vw 2vw;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.cover__text--grid div:nth-child(1) {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.cover__text--grid div:nth-child(2) {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.cover__text--grid div:nth-child(3) {
		grid-column: 2/3;
		grid-row: 1/3;
	}

	.cover__text--grid div p {
		font-size: 3.556vw;
		margin: 0 0 1vw;
		color: var(--white);
	}

	.cover__text--grid div p small {
		font-size: 1.778vw;
	}

	.cover__middle {
		padding: 0 5.333vw;
		text-align: center;
	}

	@media only screen and (min-width: 768px) {
		.cover__middle {
			display: none;
		}
	}

	.cover__middle figcaption {
		font-size: 2.222vw;
		color: var(--text-body);
	}

	.cover__highlight-text {
		display: inline-block;
		border-radius: 5px;
		background: var(--second);
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 2.578vw;
		padding: 1.2vw 2.5vw;
		top: 3vw;
	}

	@media only screen and (min-width: 1300px) {
		.cover__highlight-text {
			font-size: 30px;
			padding: 15px 30px;
			top: 35px;
		}
	}

	@media only screen and (max-width: 1299px) {
		.cover__highlight-text {
			white-space: nowrap;
		}
	}

	.cover__bottom--text {
		margin-top: 20px;
		text-align: center;
	}

	@media only screen and (min-width: 768px) {
		.cover__bottom--text {
			margin-top: 30px;
		}
	}

	.cover__bottom--text p {
		font-size: 2.933vw;
	}

	@media only screen and (min-width: 768px) {
		.cover__bottom--text p {
			font-size: 26px;
		}
	}

	.notification {
		background: var(--second);
	}

	.notification__text {
		padding-block: 5vw;
	}

	@media only screen and (min-width: 768px) {
		.notification__text {
			padding-block: 55px;
		}
	}

	.notification__text h2 {
		font-size: 4vw;
		margin: 0;
		line-height: 1.5;
	}

	@media only screen and (min-width: 768px) {
		.notification__text h2 {
			font-size: 28px;
		}
	}

	.notification__text p {
		font-size: 2.578vw;
		margin-bottom: 0;
	}

	@media only screen and (min-width: 768px) {
		.notification__text p {
			font-size: 16px;
		}
	}

	@media only screen and (min-width: 768px) {
		.notification .container {
			display: flex;
			justify-content: space-between;
		}
	}

	.notification .container figure {
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}

	@media only screen and (max-width: 767px) {
		.notification .container figure {
			max-width: 45%;
			margin: 0 auto;
		}
	}

	.notification .container figure img {
		width: 305px;
		height: auto;
	}

	.roadmap {
		position: relative;
	}

	.roadmap::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		height: 35vw;
		top: 0;
		left: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
		background: var(--primary);
	}

	@media only screen and (min-width: 768px) {
		.roadmap::before {
			height: 350px;
		}
	}

	.roadmap__head {
		text-align: center;
		color: var(--white);
		padding-top: 6vw;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__head {
			padding-top: 50px;
		}
	}

	.roadmap__head h2 {
		color: var(--white);
		font-size: 4vw;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__head h2 {
			font-size: 27px;
		}
	}

	.roadmap__head p {
		font-size: 2.4vw;
		line-height: 1.375;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__head p {
			font-size: 16px;
		}
	}

	.roadmap__head picture {
		display: block;
		margin-top: -5vw;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__head picture {
			margin-top: 40px;
		}
	}

	.roadmap__body {
		margin-top: 5vw;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__body {
			margin-top: 50px;
		}
	}

	.roadmap__body picture {
		display: block;
		margin-inline: auto;
		max-width: 304px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.roadmap__body picture img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.roadmap__body p {
		font-size: 2.4vw;
		margin-top: 10px;
		max-width: 784px;
		margin-inline: auto;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__body p {
			font-size: 16px;
		}
	}

	.roadmap__body .container>h2 {
		font-size: 5vw;
		text-align: center;
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 30px;
	}

	@media only screen and (min-width: 768px) {
		.roadmap__body .container>h2 {
			font-size: 35px;
			padding-inline: 15px;
		}
	}

	.roadmap__body .container>h2::after {
		content: "";
		width: 100%;
		height: 22px;
		position: absolute;
		bottom: -10px;
		left: 0;
		background: url("../img/rakuraku/roadmap-underline.svg") repeat-x center center;
		z-index: -1;
	}

	.roadmap__body .container>img {
		max-width: 50px;
		height: auto;
		object-fit: contain;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.roadmap__graphic {
		margin-top: 30px;
		position: relative;
		border-radius: 5px;
		border: 7px solid var(--second);
	}

	.roadmap__graphic h2 {
		font-size: 2.8vw;
		color: #cf121b;
		position: relative;
		text-shadow: -1px -2px 0 var(--white), 1px -2px 0 var(--white), -1px 2px 0 var(--white), 1px 2px 0 var(--white);
		margin-top: 20px;
		padding-inline: 10px;
	}

	@media (min-width: 48em) {
		.roadmap__graphic h2 {
			margin-top: 0;
			top: -22px;
			margin-left: 110px;
			font-size: 27px;
		}
	}

	.roadmap__graphic h2::after {
		display: none;
	}

	.roadmap__graphic--boxtitle {
		position: absolute;
		top: -16px;
		left: -20px;
		width: 111px;
		height: 30px;
		line-height: 30px;
		background: var(--second);
		z-index: 1;
		font-size: 15px;
		clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
		text-align: center;
	}

	.roadmap__graphic-content {
		padding-bottom: 15px;
	}

	.roadmap__graphic-content picture {
		display: block;
		margin-inline: auto;
		width: 100%;
		margin: initial;
		max-width: initial;
		padding: 0 15px;
	}

	.roadmap__graphic-content picture img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.roadmap__graphic-content p {
		max-width: 45%;
		position: absolute;
		right: 30px;
		top: calc(100% - 170px);
	}

	.roadmap .sp {
		padding-inline: 15px;
	}

	@media (min-width: 48em) {
		.roadmap .sp {
			display: none;
		}
	}

	.features .container {
		border-radius: 10px;
		border: 5px solid var(--primary);
		margin-top: 10px;
		padding: 20px;
	}

	@media (min-width: 48em) {
		.features .container {
			padding: 20px 40px;
		}
	}

	@media only screen and (max-width: 767px) {
		.features .container {
			max-width: calc(100% - 30px);
		}
	}

	.features .container h2 {
		font-size: 4.622vw;
		padding-right: 13.444vw;
		padding-left: 4.444vw;
	}

	@media only screen and (min-width: 768px) {
		.features .container h2 {
			font-size: 35px;
			padding-right: 0;
			padding-left: 0;
		}
	}

	@media only screen and (max-width: 767px) {
		.features .container h2 {
			position: relative;
		}

		.features .container h2::after {
			content: "";
			width: 8.889vw;
			height: 8.889vw;
			position: absolute;
			right: 4.444vw;
			top: calc(50% - 4.444vw);
			background: url("../img/rakuraku/clock-icon.svg") no-repeat center center;
		}
	}

	.features .container>p {
		font-size: 2.489vw;
		position: relative;
		display: block;
	}

	@media only screen and (min-width: 768px) {
		.features .container>p {
			font-size: 17px;
			padding-right: 60px;
			max-width: calc(100% - 70px);
		}

		.features .container>p::after {
			content: "";
			width: 99px;
			height: 101px;
			position: absolute;
			right: -50px;
			top: 0;
			background: url("../img/rakuraku/clock-icon.svg") no-repeat center center;
		}
	}

	.features__body {
		max-width: 1010px;
	}

	.features__highlight {
		margin-bottom: 40px;
	}

	.features__highlight p {
		color: #C31A1F;
		font-size: 2.844vw;
		line-height: 1.92;
		letter-spacing: -1px;
		text-align: center;
	}

	@media only screen and (min-width: 768px) {
		.features__highlight p {
			font-size: 25px;
			text-align: left;
		}

		.features__highlight p br {
			display: none;
		}
	}

	.features__list,
	.features__grid {
		display: flex;
		grid-template-columns: 1fr 1fr;
		justify-content: space-between;
		gap: 20px;
		flex-wrap: wrap;
	}

	.features__list>div,
	.features__grid>div {
		width: 100%;
	}

	@media (min-width: 48em) {

		.features__list>div,
		.features__grid>div {
			max-width: calc(50% - 10px);
		}
	}

	.features__item {
		text-align: center;
		max-width: calc(50% - 10px);
	}

	@media (min-width: 48em) {
		.features__item {
			padding: 20px;
		}
	}

	.features__item figure {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	@media (min-width: 48em) {
		.features__item figure {
			height: 236px;
		}
	}

	.features__item figure img {
		object-fit: contain;
		margin-bottom: 20px;
		height: 100px;
	}

	@media (min-width: 48em) {
		.features__item figure img {
			height: 236px;
		}
	}

	.features__grid {
		margin-top: 20px;
	}

	.features__grid--item {
		border-radius: 10px;
		border: 5px solid var(--primary);
		padding: 3vw;
	}

	@media only screen and (min-width: 768px) {
		.features__grid--item {
			padding: 15px;
		}
	}

	.features__grid--item h3 {
		font-size: 5.956vw;
		margin-bottom: 10px;
	}

	@media only screen and (min-width: 768px) {
		.features__grid--item h3 {
			font-size: 32px;
			min-height: 75px;
		}
	}

	@media only screen and (min-width: 768px) {
		.features__grid--item:nth-child(2) h3 {
			font-size: 29px;
		}
	}

	.features__grid--item:nth-child(4) h3 {
		font-size: 4.622vw;
	}

	@media only screen and (min-width: 768px) {
		.features__grid--item:nth-child(4) h3 {
			font-size: 24px;
		}
	}

	.features__grid--item>div {
		display: flex;
		justify-content: space-between;
		gap: 5px;
	}

	.features__grid--item>div>div {
		width: 100%;
	}

	.features__grid--item>div figure {
		max-width: 40%;
		height: auto;
		display: flex;
		align-items: center;
	}

	.features__grid--item>div figure img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.features__grid--item>div p {
		font-size: 2.667vw;
		margin-bottom: 5px;
	}

	@media only screen and (min-width: 768px) {
		.features__grid--item>div p {
			font-size: 14px;
		}
	}

	.features__grid--item>div p span {
		color: #CF121B;
	}

	.workflow {
		margin-top: 50px;
		background: var(--primary);
		padding-top: 32px;
		padding-bottom: 55px;
	}

	.workflow h2 {
		color: var(--white);
		text-align: center;
		font-size: 6vw;
	}

	@media only screen and (min-width: 768px) {
		.workflow h2 {
			font-size: 35px;
		}
	}

	.workflow picture {
		display: block;
	}

	.workflow picture img {
		width: 100%;
	}

	.footer {
		padding-top: 32px;
		padding-bottom: 20px;
		text-align: center;
	}

	@media (min-width: 48em) {
		.footer {
			padding-top: 32px;
			padding-bottom: 60px;
		}
	}

	.footer__top {
		position: relative;
		margin-bottom: 40px;
		padding-top: 20px;
	}

	@media (min-width: 48em) {
		.footer__top {
			margin-bottom: 80px;
			padding-top: 80px;
		}
	}

	@media only screen and (max-width: 767px) {
		.footer__top>div {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
	}

	.footer__top h2 {
		display: inline-block;
		margin-inline: auto;
		padding-inline: 15px;
		background: url("../img/rakuraku/roadmap-underline.svg") repeat-x bottom;
		font-size: 28px;
	}

	.footer__top h2 small {
		font-size: 17px;
	}

	.footer__top p {
		font-size: 4vw;
	}

	@media (min-width: 48em) {
		.footer__top p {
			font-size: 21px;
		}
	}

	@media only screen and (max-width: 767px) {
		.footer__top p {
			text-align: left;
			max-width: calc(100% - 128px);
		}
	}

	.footer__top img {
		max-width: 130px;
		max-height: 148px;
	}

	@media (min-width: 48em) {
		.footer__top img {
			max-width: 148px;
			position: absolute;
			right: 0;
			top: calc(50% + 40px);
			transform: translateY(-50%);
		}
	}

	.footer__bottom {
		background: var(--second);
		padding: 10px;
		position: relative;
	}

	.footer__bottom p {
		margin-bottom: 0;
	}

	@media only screen and (max-width: 767px) {
		.footer__bottom p {
			font-size: 2.3vw;
		}
	}

	.footer__bottom a {
		color: #FF0000;
		font-size: 31px;
	}

	.footer__bottom img {
		position: absolute;
		right: 10px;
		width: 187px;
		height: 145px;
		top: -20px;
	}

	@media only screen and (max-width: 767px) {
		.footer__bottom img {
			display: none;
		}
	}
}