@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
ul {
	list-style: none;
	padding: 0;
}
a:hover,
a:focus {
	text-decoration: none;
}
.layout-header {
	height: 9.6rem;
}
.layout-header .container {
	padding: 1rem 7.3rem 0 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layout-header h1 {
	margin-top: 0.2rem;
	width: 18.3rem;
}
.layout-header h1 a {
	display: block;
}
.layout-header .r_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.layout-header .r_box .link {
	margin: 0.5rem 3.8rem 0 0;
}
.layout-header .r_box .link a {
	padding: 3rem 0.5rem 0 0;
	display: block;
	color: #545454;
	font-size: 1.2rem;
	font-weight: 500;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: url(../images/common/icon01.png) no-repeat center top / 3.5rem;
}
.layout-header .r_box .select {
	padding: 1.3rem 0 1.3rem 3.2rem;
	position: relative;
}
.layout-header .r_box .select::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #D8D8D8;
	content: '';
}
.layout-header .r_box .select form {
	width: 24rem;
	font-size: 1.2rem;
	position: relative;
}
.layout-header .r_box .select form .text {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	color: #aaa;
    font-weight: 700;
	border: 0.1rem solid #ddd !important;
    border-radius: 10vw;
    height: 3rem;
    padding: 0 8.5rem 0 1.5rem;
    width: 100%;
	outline: none !important;
}
.layout-header .r_box .select form .btn {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 8rem;
	height: 3rem;
	background: #6B9CD6 url(../images/common/icon02.png) no-repeat center center / 1.6rem;
	border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
	border: none;
}
@media (hover: hover) {
	.layout-header .r_box .link a:hover {
		opacity: 0.7;
	}
	.layout-header .r_box .select form .btn:hover {
		background-color: #467cc5;
	}
}
.layout-header .r_box .select form .icon {
	position: absolute;
	top: 0.6rem;
	right: 3.2rem;
	width: 1.6rem;
}
.layout-header .r_box input::-webkit-input-placeholder { /* WebKit browsers */
	color: #DADADA;
	opacity:1;
}
.layout-header .r_box input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #DADADA;
	opacity:1;
}
.layout-header .r_box input::-moz-placeholder {
	color: #DADADA;
	opacity:1;
}
.layout-header .r_box input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #DADADA;
	opacity:1;
}

.occupation .main-contener {
	margin-top: 9.6rem;
	padding-left: 1.7rem;
	background-color: #F1F1F1;
}
.occupation .main-contener .main-content {
	max-width: 118.3rem;
}
.occupation .main-contener .main-content .aside {
	margin: 0 6.9rem 0 -1.3rem;
	width: 12.93%;
}
.occupation .main-contener .main-content .aside ul li {
	padding-top: 1.4rem;
}
.occupation .main-contener .main-content .aside ul li:not(:first-child) {
	padding-top: 1.3rem;
}
.occupation .main-contener .main-content .aside ul li:first-child a {
	background-color: #60B3E7;
}
.occupation .main-contener .main-content .aside ul li:nth-child(2) a {
	background-color: #00BFB0;
}
.occupation .main-contener .main-content .aside ul li:nth-child(3) a {
	background-color: #F6AEB4;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a {
	background-color: #6DDAE3;
}
.occupation .main-contener .main-content .aside ul li:nth-child(5) a {
	background-color: #F6C300;
}
.occupation .main-contener .main-content .aside ul li a {
	padding: 1.3rem 0 1.7rem;
	font-size: 1.4rem;
}
.occupation .main-contener .main-content .aside ul li a::before {
	top: -1.1rem;
}
.occupation .main-contener .main-content .aside ul li:first-child a::before {
	border-top: 6px solid transparent;
    border-right: 6px solid #3DA5D6;
    border-bottom: 6px solid #3DA5D6;
    border-left: 6px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(2) a::before {
	border-top: 6px solid transparent;
    border-right: 6px solid #00A999;
    border-bottom: 6px solid #00A999;
    border-left: 6px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(3) a::before {
	border-top: 6px solid transparent;
    border-right: 6px solid #DC9EA6;
    border-bottom: 6px solid #DC9EA6;
    border-left: 6px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a::before {
	border-top: 6px solid transparent;
    border-right: 6px solid #64C4C7;
    border-bottom: 6px solid #64C4C7;
    border-left: 6px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(5) a::before {
	border-top: 6px solid transparent;
    border-right: 6px solid #DBAE11;
    border-bottom: 6px solid #DBAE11;
    border-left: 6px solid transparent;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a {
	padding: 1rem 0;
	background-color: #6DDAE3;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a img {
	margin-bottom: 0.1rem;
}
.occupation .main-contener .main-content .aside ul li:nth-child(4) a .spec {
	padding: 0 1.5rem 0 0.4rem;
	line-height: 1.2;
}
.occupation .main-contener .main-content .aside ul li a img {
	margin-bottom: 0.6rem;
	width: 6rem;
}
.occupation .main-contener .main-content .main {
	padding: 3rem 0 4.8rem;
}
#conts {
	color: #545454;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.layout-footer .container {
	padding: 4.5rem 0.4rem 7rem 6.6rem;
	background-color: #575757;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.occupation .main-contener .main-content .main #car-content {
	border: none;
}
.occupation .main-contener .main-content .main .tabs {
	padding: 0;
}
@media all and (min-width: 993px) {
	.sp {
		display: none !important;
	}
	.layout-header .lh-toggle, p.close_button a {
	    display: none;
	}
	.layout-footer .lf-information_tel a {
	    padding-left: 3rem;
	}
}
@media all and (max-width: 992px) {
	.occupation .main-contener {
		padding-left: 0;
	}
	#conts {
		padding: 0 1rem;
	}
	.layout-footer .lf-menu {
		width: 65%;
	}
	.layout-footer .lf-menu_column:not(:first-child) {
		padding-left: 2rem;
	}
}
@media all and (max-width: 991px) {
	.layout-header .container {
		padding: 1rem 5.5rem 1rem 1rem;
	}
	.layout-header .lh-toggle,
	p.close_button a {
		position: absolute;
		float: none;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.layout-header h1 {
		width: auto;
	}
	.occupation .main-contener .main-content .aside {
		margin: 0;
		width: 100%;
	}
	.occupation .main-contener .main-content .aside ul li a {
		padding: 1rem 0;
	}
	.occupation .main-contener .main-content .aside ul li a img {
		margin-bottom: 0;
	}
	.layout-footer .container {
		padding: 3.5rem 2rem;
	}
	.layout-footer .lf-menu {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.layout-header {
		height: 6.3rem;
	}
	.layout-header .r_box .link {
		display: none;
	}
	.layout-header .r_box .select {
		padding: 0;
	}
	.layout-header .r_box .select::before {
		display: none;
	}
	.layout-header .r_box .select form {
		width: 18rem;
	}
	.layout-header .r_box .select form .btn {
		width: 5rem;
	}
	.layout-header .r_box .select form .icon {
		right: 1.8rem;
		top: 0.4rem;
	}
	.occupation .main-contener {
		margin-top: 6.3rem;
	}
}
@media all and (max-width: 359px) {
	.layout-header .container {
		padding-right: 4.5rem;
	}
	.layout-header .r_box .select form {
		width: 15rem;
	}
	.layout-header .r_box .select form .text {
		padding: 0 1rem;
		font-size: 1rem;
	}
	.layout-header .r_box .select form .btn {
		width: 4rem;
	}
	.layout-header .r_box .select form .icon {
		right: 1.3rem;
	}
}
/*------------------------------------------------------------
	no-header
------------------------------------------------------------*/
.no-header .layout-header .r_box {
    display: none;
}
.no-header.occupation .main-contener {
}
.no-header.occupation .main-contener .main-content {
    padding: 4rem 7.5rem 16.8rem;
}
.no-header.occupation .main-contener .main-content .aside {
    display: none;
}
.no-header.occupation .main-contener .main-content .aside.active {
    display: block;
}
.no-header.occupation .main-contener .main-content .main {
    float: none;
    width: 100%;
}
.no-header .comContactBox {
    display: none;
}
.no-header .layout-footer {
    display: none;
}
@media all and (max-width: 992px) {
    .no-header.occupation .main-contener .main-content {
        padding: 3rem 0.5rem;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.8rem;
	padding: 0 0 0.3rem 2.6rem;
	position: relative;
	font-size: 4rem;
	letter-spacing: 0.03em;
	line-height: 1.2;
	background: none;
}
.headLine01::before {
	position: absolute;
	top: 0.1rem;
	left: 0;
	bottom: 0;
	width: 1rem;
	background-color: #60B3E7;
	content: '';
}
.headLine01.style01::before {
	background-color: #F6AEB4;
}
@media all and (max-width: 992px) {
	.headLine01 {
		margin-bottom: 3rem;
		padding: 0 0 0.3rem 2rem;
		font-size: 2.5rem;
	}
	.headLine01::before {
		width: 0.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5rem;
	padding: 1rem 0.1rem;
	font-weight: 400;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
.headLine02 .sub {
	padding: 0.2rem 0 0.3rem 2.6rem;
	position: relative;
	display: block;
	font-size: 3rem;
}
.headLine02 .sub::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1rem;
	background-color: #00A3E3;
	content: '';
}
.headLine02.style01 {
	color: #282828;
	border-color: #A5A5A5;
}
.headLine02.col01 .sub::before {
	background-color: #F39099;
}
@media all and (max-width: 992px) {
	.headLine02 {
		margin-bottom: 3rem !important;
	}
	.headLine02 .sub {
		padding: 0.2rem 0 0.3rem 1.5rem;
		font-size: 1.8rem;
	}
	.headLine02 .sub::before {
		width: 0.6rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	margin: 0 auto 4.4rem;
	max-width: 50rem;
}
.comBtn01 a {
	padding: 2.2rem 4rem 2.1rem 5rem;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.6rem;
	background: #60B3E7 url(../images/common/icon03.png) no-repeat left 2.2rem center / 2.6rem;
}
.comBtn01.style01 {
	max-width: 70rem;
}
.comBtn01.style01 a {
	padding: 1rem 4rem 0.9rem 5rem;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	box-sizing: border-box;
	background: #F39099 url(../images/common/icon11.png) no-repeat left 2.2rem center / 2.6rem;
}
.comBtn01.style01 .sml {
	margin-top: 0.4rem;
	display: block;
	font-size: 1.5rem;
}
.comBtn01.col01 a {
	background: #F39099 url(../images/common/icon11.png) no-repeat left 2.2rem center / 2.6rem;
}
@media (hover: hover) {
	.comBtn01 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 992px) {
	.comBtn01 {
		margin: 0 auto 2.5rem;
		max-width: 33rem;
	}
	.comBtn01 a {
		padding: 1.5rem 1rem 1.5rem 4rem;
		font-size: 1.5rem;
		background: #60B3E7 url(../images/common/icon03.png) no-repeat left 1rem center / 2rem;
	}
	.comBtn01.style01 a {
		padding: 1.5rem 1rem 1.5rem 4rem;
		min-height: inherit;
		display: block;
		text-align: left;
		background: #F39099 url(../images/common/icon11.png) no-repeat left 1rem center / 2rem;
	}
	.comBtn01.style01 .sml {
		margin-top: 0;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 359px) {
	.comBtn01 a {
		font-size: 1.3rem;
	}
	.comBtn01.style01 .sml {
		margin-top: 0;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	margin: -1.6rem auto 2.5rem;
	max-width: 70rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkUl li {
	width: 48.5%;
}
.comLinkUl li a {
	padding: 1.5rem 4rem 1.7rem;
	display: block;
	color: #F39099;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	border-radius: 0.8rem;
	text-align: center;
	border: 0.2rem solid #F39099;
	background: url(../images/common/icon13.png) no-repeat left 1.5rem center / 2.1rem;
}
@media (hover: hover) {
	.comLinkUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 992px) {
	.comLinkUl {
		margin: 0 0 1.5rem;
		max-width: inherit;
		display: block;
	}
	.comLinkUl li {
		margin: 0 auto 1.5rem;
		width: auto;
		max-width: 35.5rem;
	}
	.comLinkUl li:last-child {
		margin-bottom: 0;
	}
	.comLinkUl li a {
		padding: 1.5rem 4rem;
		font-size: 1.5rem;
		display: block;
		background: url(../images/common/icon13.png) no-repeat left 1rem center / 2rem;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin-bottom: 6.4rem;
}
.comTextList li {
	padding-left: 1em;
	font-size: 1.5rem;
	line-height: 1.67;
	text-indent: -1em;
}
.comTextList.style01 li {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
@media all and (max-width: 992px) {
	.comTextList {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	margin-bottom: 4.3rem;
	font-size: 1.5rem;
}
.comText.col01 {
	color: #282828;
}
.comText .sub {
	text-decoration: underline;
}
@media all and (max-width: 992px) {
	.comText {
		margin-bottom: 3rem;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	margin: 0 auto;
	max-width: 118.3rem;
	border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
	background-color: #F8F8F8;
}
.comContactBox .contactUl {
	padding: 3.2rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comContactBox .contactUl.style01 {
	padding: 5.3rem 0 6.2rem;
}
.comContactBox .contactUl li {
	padding: 2rem 0 1.5rem;
	width: calc(100% / 3);
	position: relative;
	box-sizing: border-box;
}
.comContactBox .contactUl li::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #CDCDCD;
	content: '';
}
.comContactBox .contactUl li:last-child::before {
	display: none;
}
.comContactBox .contactUl li .pic {
	margin: 0 auto 1.4rem;
	width: 7rem;
}
.comContactBox .contactUl.style01 li .pic {
	margin-bottom: 0.8rem;
}
.comContactBox .contactUl li .txt {
	margin-bottom: 2.4rem;
	color: #545454;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.44;
}
.comContactBox .contactUl.style01 li .txt {
	margin-bottom: 2.1rem;
}
.comContactBox .contactUl li .link {
	margin: 0 auto;
	max-width: 28rem;
}
.comContactBox .contactUl.style01 li .link {
	max-width: 26rem;
}
.comContactBox .contactUl li .link a {
	padding: 1.3rem 2rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	background-color: #E24C53;
}
.comContactBox .contactUl li .sml {
	margin-top: 1.3rem;
	font-size: 1.1rem;
	line-height: 1.27;
	text-align: center;
}
.comContactBox .contactUl li .sml a {
	text-decoration: underline;
}
@media(hover: hover){
	.comContactBox .contactUl li .link a:hover {
		opacity: 0.7;
	}
	.comContactBox .contactUl li .sml a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 992px) {
	.comContactBox {
		margin: 0;
		padding: 0 2rem;
		max-width: inherit;
		border: none;
	}
	.comContactBox .contactUl {
		padding: 2rem 0;
		display: block;
	}
	.comContactBox .contactUl.style01 {
		padding: 3rem 0;
	}
	.comContactBox .contactUl li {
		margin-bottom: 2rem;
		padding: 0 2rem 2rem;
		width: auto;
		border-bottom: 1px solid #CDCDCD;
	}
	.comContactBox .contactUl li:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	.comContactBox .contactUl li::before {
		display: none;
	}
	.comContactBox .contactUl li .pic {
		margin: 0 auto 0.6rem !important;
		width: 6rem;
	}
	.comContactBox .contactUl li .txt {
		margin-bottom: 1.5rem !important;
	}
	.comContactBox .contactUl li .link {
		margin: 0 auto;
		max-width: 29.5rem !important;
	}
	.comContactBox .contactUl li .link a {
		padding: 0.8rem 2rem;
		font-size: 1.4rem;
	}
	.comContactBox .contactUl li .sml {
		margin-top: 1.3rem;
		font-size: 1rem;
		text-align: center;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-top: -1.3rem;
	display: flex;
	flex-wrap: wrap;
}
.comLinkList li {
	margin: 1.3rem 1.5rem 0 0;
	padding: 1.3rem 1rem 1rem;
	width: calc((100% - 3rem) / 3);
	background-color: #60B3E7;
	box-sizing: border-box;
}
.comLinkList li:nth-child(3n) {
	margin-right: 0;
}
.comLinkList li .txt {
	margin-bottom: 0.3rem;
	min-height: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
}
.comLinkList li .pic {
	margin: 0 auto 0.7rem;
	width: 6.3rem;
}
.comLinkList li .markBox .mark {
	margin-bottom: 0 !important;
}
.comLinkList li .markBox .mark a {
	padding: 0.5rem 1.2rem 0.3rem;
	min-height: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
}
.comLinkList li .markBox .mark a::before {
	position: absolute;
	bottom: 0.3rem;
	right: 0.3rem;
	width: 1rem;
	height: 1.1rem;
	background-color: #60B3E7;
	clip-path: polygon(100% 100%,100% 0%,0% 100%);
	content: '';
}
.comLinkList li .markBox.style01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList li .markBox.style01 .mark {
	width: calc((100% - 0.5rem) / 2);
}
.comLinkList li.col01 {
	background-color: #00BFB0;
}
.comLinkList li.col01 .markBox .mark a::before {
	background-color: #6CC0B6;
}
.comLinkList li.col02,
.comLinkList li.col02 .markBox .mark a::before {
	background-color: #6DDAE3;
}
.comLinkList li.col03,
.comLinkList li.col03 .markBox .mark a::before {
	background-color: #EF8E8B;
}
.comLinkList li.col04 {
	background-color: #F6AEB4;
}
.comLinkList li.col04 .markBox .mark a::before {
	background-color: #F6AEB5;
}
.comLinkList li.col05,
.comLinkList li.col05 .markBox .mark a::before {
	background-color: #F3AF87;
}
.comLinkList li.col06,
.comLinkList li.col06 .markBox .mark a::before {
	background-color: #80CF9E;
}
.comLinkList li.col07,
.comLinkList li.col07 .markBox .mark a::before {
	background-color: #E7D381;
}
.comLinkList li.col08,
.comLinkList li.col08 .markBox .mark a::before {
	background-color: #BBAAEC;
}
.comLinkList li.col09,
.comLinkList li.col09 .markBox .mark a::before {
	background-color: #91CFD9;
}
.comLinkList li.col10,
.comLinkList li.col10 .markBox .mark a::before {
	background-color: #D3B69D;
}
.comLinkList li.col11,
.comLinkList li.col11 .markBox .mark a::before {
	background-color: #5FCEE5;
}
@media(hover: hover) {
	.comLinkList li .markBox .mark a:hover::before {
		opacity: 0.7;
	}
	.comLinkList li.hover .pic img  {
		opacity: 0.7;
		-webkit-animation-name: hvr-bob-float, hvr-bob;
		animation-name: hvr-bob-float, hvr-bob;
		-webkit-animation-duration: .3s, 1.5s;
		animation-duration: .3s, 1.5s;
		-webkit-animation-delay: 0s, .3s;
		animation-delay: 0s, .3s;
		-webkit-animation-timing-function: ease-out, ease-in-out;
		animation-timing-function: ease-out, ease-in-out;
		-webkit-animation-iteration-count: 1, infinite;
		animation-iteration-count: 1, infinite;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-direction: normal, alternate;
		animation-direction: normal, alternate;
	}
	@-webkit-keyframes hvr-bob {
		0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
		50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		}
		100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
	}
	@keyframes hvr-bob {
		0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
		50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		}
		100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
	}
	
	@-webkit-keyframes hvr-bob-float {
		100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
	}
	@keyframes hvr-bob-float {
		100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		}
	}
}
@media all and (max-width: 992px) {
	.comLinkList {
		margin-top: -1.5rem;
		justify-content: space-between;
	}
	.comLinkList li {
		margin: 1.5rem 0 0;
		padding: 1.3rem 0.5rem 1rem;
		width: calc((100% - 1.5rem) / 2);
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkList li .topBox {
		margin-bottom: 1.5rem;
	}
	.comLinkList li .txt {
		margin-bottom: 0.3rem;
		min-height: inherit;
		display: block;
		font-size: 1.4rem;
	}
	.comLinkList li .pic {
		margin: 0 auto;
		width: 5rem;
	}
	.comLinkList li .markBox .mark {
		height: 100%;
	}
	.comLinkList li .markBox .mark a {
		padding: 0.7rem;
		min-height: 2.7rem;
		font-size: 1rem;
		height: 100%;
	}
	.comLinkList li .markBox .mark a::before {
		width: 0.5rem;
		height: 0.5rem;
	}
	.comLinkList li .markBox.style01 .mark {
		height: auto !important;
	}
}
/*------------------------------------------------------------
	comSearchList
------------------------------------------------------------*/
.comSearchList li:not(:last-child) {
	margin-bottom: 1.6rem;
}
.comSearchList li a {
	padding-bottom: 1.1rem;
	border-bottom: 1px dotted #A5A5A5;
}
.comSearchList li a,
.comSearchList li a span {
	display: block;
}
.comSearchList li .ttl {
	margin-bottom: 0.9rem;
	display: inline-block;
	color: #6B9DD5;
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: underline;
}
.comSearchList li .txt {
	font-size: 1.5rem;
	width: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.wp-pagenavi {
	margin-top: 5.5rem;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #505354;
	padding: 0.1rem 0.7rem;
	line-height: 1.3;
	margin: 0 0.3rem;
}
.wp-pagenavi span.current {
	border-color: #6B9DD5;
	background-color: #6B9DD5;
	color: #FFF;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
	width: 1.2rem;
	vertical-align: 0.1rem;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}
@media(hover: hover) {
	.comSearchList li a:hover {
		opacity: 0.7;
	}
	.wp-pagenavi a:hover {
		border-color: #6B9DD5;
		background-color: #6B9DD5;
		color: #FFF;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		border: none;
		background-color: transparent;
		opacity: 0.7;
	}
}
@media all and (max-width: 992px) {
	.comSearchList li .ttl {
		font-size: 1.6rem;
	}
	.comSearchList li .txt {
		font-size: 1.4rem;
	}
	.wp-pagenavi {
		margin-top: 3rem;
	}
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	margin-bottom: 8.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comInner .lBox,
.comInner .rBox {
	padding-bottom: 0.7rem !important;
	position: relative;
	text-align: center;
	border: 2px solid #CBDBEC;
	border-radius: 1.3rem;
}
.comInner .lBox {
	padding: 2.6rem 0 0;
	width: 24.6%;
}
.comInner .rBox {
	padding: 2.3rem 0.8rem 0 1rem;
	width: 73.8%;
}
.comInner .lBox .ttl,
.comInner .rBox .ttl {
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 100%;
	color: #005F98;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.comInner .lBox .ttl .sub,
.comInner .rBox .ttl .sub {
	padding: 0 0.7rem 0 1rem;
	display: inline-block;
	background-color: #FFF;
}
.comInner .lBox img {
	max-width: 16.6rem;
}
.comInner .rBox .photoBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comInner .rBox .photoBox .lPhoto {
	width: 56.8%;
}
.comInner .rBox .photoBox .rPhoto {
	width: 42.2%;
}
@media all and (max-width: 992px) {
	.comInner {
		margin-bottom: 4rem;
		display: block;
	}
	.comInner .lBox,
	.comInner .rBox {
		padding-bottom: 0.7rem !important;
		width: auto !important;
	}
	.comInner .lBox {
		margin-bottom: 3rem;
		padding: 2rem 0 0;
	}
	.comInner .rBox {
		padding: 2rem 0.8rem 0 1rem;
	}
	.comInner .lBox .ttl,
	.comInner .rBox .ttl {
		top: -1.2rem;
		font-size: 1.6rem;
	}
	.comInner .rBox .photoBox {
		margin: 0 auto;
		display: block;
		max-width: 33rem;
	}
	.comInner .rBox .photoBox img {
		width: 100%;
	}
	.comInner .rBox .photoBox .lPhoto {
		margin-bottom: 2rem;
		width: auto;
	}
	.comInner .rBox .photoBox .rPhoto {
		width: auto;
	}
}
@media all and (max-width: 359px) {
	.comInner .lBox .ttl,
	.comInner .rBox .ttl {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	car
------------------------------------------------------------*/
#car #conts {
	padding-right: 2.1rem;
}
#car #conts .imgList {
	margin: -1.4rem 0 1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#car #conts .imgList li {
	margin-top: 1.4rem;
	width: calc((100% - 1.8rem) / 2);
}
#car #conts .sec01 {
	margin-bottom: 7.2rem;
}
#car #conts .sec01 .photoList {
	margin-bottom: 1.7rem;
}
#car #conts .sec01 .photoList li {
	margin-bottom: 8rem;
	padding: 3rem 1rem 2.5rem 0;
	position: relative;
	border: 0.4rem solid #E0E0E0;
	border-radius: 1.5rem;
}
#car #conts .sec01 .photoList li:first-child::before {
	position: absolute;
	bottom: -5.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 7.8rem;
	height: 3.4rem;
	background-color: #00A3E3;
	clip-path: polygon(0% 0%,100% 0%,50% 100%);
	content: '';
}
#car #conts .sec01 .photoList li:nth-child(2) {
	margin-bottom: 0;
	padding-bottom: 2.7rem;
	border-color: #005F98;
}
#car #conts .sec01 .photoList li .ttl {
	position: absolute;
	top: -1.8rem;
	left: 0;
	width: 100%;
	color: #005F98;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
#car #conts .sec01 .photoList li .ttl .sub {
	padding: 0 2rem 0 2.5rem;
	display: inline-block;
	background-color: #FFF;
}
#car #conts .sec01 .photoList li .photo {
	margin: 0 auto;
	max-width: 81.7rem;
}
#car #conts .sec01 .text {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
#car #conts .sec01 .text .big {
	margin-left: 1rem;
	position: relative;
	color: #F93D00;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: -0.3rem;
	z-index: 1;
}
#car #conts .sec01 .text .big::before {
	position: absolute;
	top: 1.4rem;
	left: -0.5rem;
	right: -0.2rem;
	bottom: 0.4rem;
	background-color: #FFF887;
	content: '';
	z-index: -1;
}
#car #conts .sec02 {
	margin-bottom: 7rem;
}
#car #conts .sec02 .headLine02 {
	margin-bottom: 3.3rem;
}
#car #conts .sec02 .photo {
	margin: 0 auto;
	max-width: 75.9rem;
}
#car #conts .sec03 {
	margin-bottom: 6.7rem;
}
#car #conts .sec03 .headLine02 {
	margin-bottom: 3.1rem;
}
#car #conts .sec03 .comText {
	margin-bottom: 5rem;
}
#car #conts .sec04 {
	margin-bottom: 7.2rem;
}
#car #conts .sec04 .headLine02 {
	margin-bottom: 3.6rem;
}
#car #conts .sec04 .logoList {
	margin: 0 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#car #conts .sec04 .logoList li {
	margin-right: 3.6%;
	width: 16.05%;
}
#car #conts .sec04 .logoList li:nth-child(4n) {
	margin-right: 0;
}
#car #conts .sec04 .logoList li:nth-child(2) {
    width: 16.3%;
}
#car #conts .sec04 .logoList li:nth-child(3) {
	width: 29.3%;
}
#car #conts .sec04 .logoList li:nth-child(4) {
	width: 27%;
}
#car #conts .sec05 {
	margin-bottom: 6.6rem;
}
#car #conts .sec05 .headLine02 {
	margin-bottom: 2.4rem;
}
#car #conts .sec05 .subBox {
	margin-bottom: 2.6rem;
}
#car #conts .sec05 h4 {
	margin-bottom: 1.8rem;
	padding: 1rem 1.3rem 0.7rem;
	color: #282828;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #DEEFF9;
}
#car #conts .sec05 .comTextList {
	padding: 0 1rem;
}
#car #conts .sec06 {
	margin-bottom: 6.8rem;
}
#car #conts .sec06 .headLine02,
#car #conts .sec07 .headLine02 {
	margin-bottom: 2.8rem;
}
#car #conts .sec06 .comText,
#car #conts .sec07 .comText {
	padding: 0 1rem;
}
#car #conts .sec07 .comText {
	margin-bottom: 3.7rem;
}
#car #conts .sec07 .tableBox {
	margin-bottom: 4.6rem;
}
#car #conts .sec07 .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#car #conts .sec07 .tableBox th,
#car #conts .sec07 .tableBox td {
	border: 1px solid #828282;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	box-sizing: border-box;
}
#car #conts .sec07 .tableBox thead th {
	padding: 0.6rem 1rem 0.8rem;
	background-color: #70AEE1;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
#car #conts .sec07 .tableBox thead th.col01 {
	padding-bottom: 0.7rem;
	background-color: #E2EEF8;
}
#car #conts .sec07 .tableBox tbody td:first-child {
	width: 29.1%;
}
#car #conts .sec07 .tableBox tbody td:nth-child(2) {
	width: 35.2%;
}
#car #conts .sec07 .tableBox tbody td .box01 {
	margin: 0 auto;
	padding: 2.2rem 0 1.2rem;
	max-width: 22.5rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style01 {
	padding: 0.9rem 0 1.2rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style02 {
	padding-bottom: 2.2rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style03 {
	padding: 2rem 0 1.9rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo {
	margin: 0 auto 1.9rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo01 {
	max-width: 13.8rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo02 {
	margin-bottom: 0.8rem;
	max-width: 14rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo03 {
	max-width: 23.7rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo03 img {
	margin-left: -0.7rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .logo04 {
	margin-bottom: 1.8rem;
	max-width: 23.2rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .link {
	margin: 0 auto 0.7rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .link a {
	padding: 0.4rem 0.2rem 1.4rem 4.3rem;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	background: #1A993B url(../images/common/icon04.png) no-repeat left 1.1rem center / 2.2rem;
	border-radius: 0.5rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .link a::before {
	position: absolute;
	bottom: 0.8rem;
	right: 1.6rem;
	width: 3.9rem;
	height: 2.6rem;
	background: url(../images/common/icon05.png) no-repeat left top / 100%;
	content: '';
}
#car #conts .sec07 .tableBox tbody td .box01.style02 .link,
#car #conts .sec07 .tableBox tbody td .box01.style03 .link {
	margin: 0 -0.7rem 0 -0.9rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style02 .link img,
#car #conts .sec07 .tableBox tbody td .box01.style03 .link img {
	max-width: 24rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style02 .link a,
#car #conts .sec07 .tableBox tbody td .box01.style03 .link a {
	padding: 1.2rem 0.2rem 1.1rem 4rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style02 .link {
	margin-bottom: 1.6rem;
}
#car #conts .sec07 .tableBox tbody td .box01.style03 .link {
	margin-bottom: 0.6rem;
}
#car #conts .sec07 .tableBox tbody td .box01 .txt {
	color: #282828;
	font-size: 1.2rem;
	line-height: 1.67;
}
#car #conts .sec07 .tableBox tbody td .box02 {
	margin: 0 auto;
	padding: 4.1rem 0;
	max-width: 28.5rem;
	box-sizing: border-box;
}
#car #conts .sec07 .tableBox tbody td .link01 {
	margin: 0 auto 1rem;
	max-width: 23rem;
}
#car #conts .sec07 .tableBox tbody td .link01 a {
	padding: 0.9rem 0 1.3rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background-color: #488BBC;
	border-radius: 1rem;
}
#car #conts .sec07 .tableBox tbody td .pLink {
	margin-bottom: 1.5rem;
	text-align: center;
}
#car #conts .sec07 .tableBox tbody td .pLink a {
	padding: 0.8rem 3.8rem 0.5rem 0;
	display: inline-block;
	font-size: 1.5rem;
	color: #008CBF;
	background: url(../images/common/icon06.png) no-repeat right center / 2.4rem;
}
#car #conts .sec07 .tableBox tbody td .pLink a .sub {
	text-decoration: underline;
}
#car #conts .sec07 .tableBox tbody td .txt {
	color: #282828;
	font-size: 1.3rem;
	line-height: 1.54;
}
#car #conts .sec07 .tableBox tbody td .txtBox .txt:not(:last-child) {
	margin-bottom: 0.6rem;
}
#car #conts .sec07 .tableBox tbody td .box03 {
	margin: 0 auto;
	padding: 1.2rem 0;
	max-width: 29rem;
	box-sizing: border-box;
}
#car #conts .sec07 .tableBox tbody td .box03 .markUl {
	margin: 0 auto 0.6rem;
	max-width: 23.6rem;
}
#car #conts .sec07 .tableBox tbody td .box03 .markUl li {
	margin-right: 0.3rem;
	padding: 0 1.7rem;
	display: inline-block;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	background-color: #008CCB;
	border-radius: 1rem;
}
#car #conts .sec07 .tableBox tbody td .box03 .markUl li.col01 {
	background-color: #E774AC;
}
#car #conts .sec07 .tableBox tbody td .box03 .link01 a {
	background-color: #E57666;
}
#car #conts .sec07 .tableBox tbody td .box03 .pLink {
	margin-bottom: 0;
}
#car #conts .sec07 .tableBox tbody td .box03 .txtBox {
	margin-top: 1.5rem;
}
#car #conts .sec07 .outTextBox {
	margin-bottom: 7.1rem;
}
#car #conts .sec07 .outTextBox .text {
	margin-bottom: 2.5rem;
	line-height: 1.78;
}
#car #conts .sec07 .outTextBox .text:last-child {
	margin-bottom: 0;
}
#car #conts .sec07 .bottomText {
	margin: 0 2.8rem 0 auto;
	width: fit-content;
	line-height: 1.79;
}
#car .pagetop {
	background-color: #60B3E7 !important;
}
@media (hover: hover) {
	#car #conts .sec07 .tableBox tbody td .box01 .link a:hover,
	#car #conts .sec07 .tableBox tbody td .link01 a:hover,
	#car #conts .sec07 .tableBox tbody td .pLink a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 993px) {
	#car #conts .sec07 .tableBox tbody .spTd {
		display: none !important;
	}
}
@media all and (min-width: 993px) and (max-width: 1150px) {
    #car #conts .sec07 .tableBox tbody td .box01,
    #car #conts .sec07 .tableBox tbody td .box02,
    #car #conts .sec07 .tableBox tbody td .box03{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    #car #conts .sec07 .tableBox tbody td .box01 .logo03 img {
    	margin-left: 0;
    }
    #car #conts .sec07 .tableBox tbody td .box01 .link a {
        padding: 0.4rem 0.5rem 1.4rem 4.3rem;
        font-size: 1.2rem;
    }
    #car #conts .sec07 .tableBox tbody td .box01 .link a::before {
        bottom: 0.2rem;
        right: 0.6rem;
    }
    #car #conts .sec07 .tableBox thead th {
        font-size: 1.5rem;
    }
}
@media all and (max-width: 992px) {
	.pc {
		display: none;
	}
	#car #conts .imgList {
		margin: 0 0 3rem;
		display: block;
	}
	#car #conts .imgList li {
		margin: 0 auto 2rem;
		width: auto;
		max-width: 35.2rem;
	}
	#car #conts .imgList li:last-child {
		margin-bottom: 0;
	}
	#car #conts .sec01 {
		margin-bottom: 5rem;
	}
	#car #conts .sec01 .photoList li {
		margin-bottom: 6rem;
		padding: 3rem 1rem 2.5rem;
		border: 0.2rem solid #E0E0E0;
		border-radius: 1rem;
	}
	#car #conts .sec01 .photoList li:first-child::before {
		bottom: -3rem;
		width: 3.9rem;
		height: 1.7rem;
	}
	#car #conts .sec01 .photoList li .ttl {
		top: -1.1rem;
		font-size: 1.6rem;
	}
	#car #conts .sec01 .photoList li .ttl .sub {
		padding: 0 1.5rem;
	}
	#car #conts .sec01 .photoList li .photo {
		margin: 0;
		max-width: inherit;
	}
	#car #conts .sec01 .photoList li .photo img {
		width: 100%;
	}
	#car #conts .sec01 .text {
		font-size: 1.6rem;
	}
	#car #conts .sec01 .text .big {
		margin-left: 0;
		display: inline-block;
		font-size: 2.2rem;
	}
	#car #conts .sec01 .text .big::before {
		top: 0.8rem;
	}
	#car #conts .sec02 {
		margin-bottom: 4rem;
	}
	#car #conts .sec02 .photo {
		margin: 0;
		max-width: inherit;
	}
	#car #conts .sec02 .photo img {
		width: 100%;
	}
	#car #conts .sec03 {
		margin-bottom: 5rem;
	}
	#car #conts .sec03 .comText {
		margin-bottom: 4rem;
	}
	#car #conts .sec04 {
		margin-bottom: 5rem;
	}
	#car #conts .sec04 .logoList {
		margin: 0;
		justify-content: space-between;
	}
	#car #conts .sec04 .logoList li {
		margin: 0 !important;
		width: 50% !important;
		text-align: center;
	}
	#car #conts .sec04 .logoList li img {
		max-width: 13.8rem;
		width: 100%;
	}
	#car #conts .sec04 .logoList li:nth-child(2) img {
		max-width: 14rem;
	}
	#car #conts .sec04 .logoList li:nth-child(3) img {
		max-width: 25.2rem;
	}
	#car #conts .sec04 .logoList li:nth-child(4) img {
		max-width: 23.2rem;
	}
	#car #conts .sec05 {
		margin-bottom: 5rem;
	}
	#car #conts .sec05 .comTextList .subUl li {
	    padding-left: 0.5em;
	    text-indent: -0.5em;
	}
	#car #conts .sec06 {
		margin-bottom: 5rem;
	}
	#car #conts .sec07 .tableBox table {
		border: 1px solid #828282;
	}
	#car #conts .sec07 .tableBox th,
	#car #conts .sec07 .tableBox td {
		border: none;
		border-bottom: 1px solid #828282;
		display: block;
		width: 100% !important;
	}
	#car #conts .sec07 .tableBox thead {
		display: none;
	}
	#car #conts .sec07 .tableBox tbody td::before {
		padding: 0.5rem 2rem;
		display: block;
		content: attr(data-label);
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		background-color: #70AEE1;
		border-bottom: 1px solid #828282;
	}
	#car #conts .sec07 .tableBox tbody .spTd {
		padding: 0.5rem 2rem;
		display: block;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		background-color: #70AEE1;
	}
	#car #conts .sec07 .tableBox tbody .spTd::before {
		display: none;
	}
	#car #conts .sec07 .tableBox tbody .tdCol::before {
		background-color: #E2EEF8;
	}
	#car #conts .sec07 .tableBox tbody td .box01 {
		max-width: 33rem;
	}
	#car #conts .sec07 .tableBox tbody td .box01 .link {
		margin: 0 auto 1rem !important;
		max-width: 33rem !important;
	}
	#car #conts .sec07 .tableBox tbody td .box01 .link a {
		padding: 1.2rem 5.2rem 1.4rem 4.5rem !important;
		font-size: 1.4rem;
	}
	#car #conts .sec07 .tableBox tbody td .box01 .link a::before {
		right: 1rem;
	}
	#car #conts .sec07 .tableBox tbody td .box02 {
		padding: 2.5rem 0;
		max-width: 33rem;
	}
	#car #conts .sec07 .tableBox tbody td .link01 {
		margin: 0 auto 1rem;
		max-width: 33rem;
	}
	#car #conts .sec07 .tableBox tbody td .txt {
		font-size: 1.2rem;
	}
	#car #conts .sec07 .tableBox tbody td .box03 {
		padding: 2.5rem 0;
		max-width: 33rem;
	}
	#car #conts .sec07 .tableBox tbody td .box03 .markUl {
		max-width: 33rem;
	}
	#car #conts .sec07 .outTextBox {
		margin-bottom: 5rem;
	}
	#car #conts .sec07 .outTextBox .text {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
	}
	#car #conts .sec07 .bottomText {
		margin: 0 1rem 0 auto;
	}
}
@media all and (max-width: 374px) {
	#car #conts .sec07 .tableBox tbody td .box01,
	#car #conts .sec07 .tableBox tbody td .box02,
	#car #conts .sec07 .tableBox tbody td .box03 {
		max-width: 31rem;
	}
}
@media all and (max-width: 359px) {
	#car #conts .sec07 .tableBox tbody td .box01,
	#car #conts .sec07 .tableBox tbody td .box02,
	#car #conts .sec07 .tableBox tbody td .box03 {
		max-width: 27rem;
	}
	#car #conts .sec01 .text {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	saftyplan
------------------------------------------------------------*/
#saftyplan {
	width: 76.3%;
}
#saftyplan .topPhoto {
	margin-bottom: 3.2rem;
}
#saftyplan .topPhoto .topLink {
	margin: 1rem 0.8rem 0;
}
#saftyplan .topPhoto .topLink a {
	position: relative;
	color: #6b9bd3;
	font-size: 2.4rem;
	-webkit-text-stroke: 0.05rem #505354;	
	background: linear-gradient(to bottom, transparent calc(100% - 1px), #6b9bd3 calc(100% - 1px), #6b9bd3 100%);
	background-size: 100% 3.2rem;
}
#saftyplan .topPhoto .topLink a span {
	display: inline-block;
	font-size: 1.7rem;
	vertical-align: 0.3rem;
}
#saftyplan .sec01 {
	margin-bottom: 3.8rem;
}
#saftyplan .sec01 .headLine02 {
	margin-bottom: 2rem;
}
#saftyplan .sec01 .text {
	margin-bottom: 0.9rem;
	font-size: 1.5rem;
	line-height: 1.67;
}
#saftyplan .sec01 .sml {
	font-size: 1.3rem;
}
#saftyplan .sec02 {
	margin-bottom: 9.5rem;
}
#saftyplan .sec02 .headLine02 {
	margin-bottom: 1.9rem;
}
#saftyplan .sec02 .headLine02 .sub {
	padding: 0.5rem 0 0.7rem 2.6rem;
	font-size: 2.7rem;
}
#saftyplan .sec02 .comText {
	margin-bottom: 3rem;
}
#saftyplan .sec02 .link {
	margin-bottom: 2.3rem;
	max-width: 28.8rem;
}
#saftyplan .sec02 .link a {
	padding: 1.4rem 1rem 1rem 4.6rem;
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 0.8rem;
	background: #F39099 url(../images/common/icon11.png) no-repeat left 1.2rem top 1.6rem / 2.1rem;
}
@media (hover: hover) {
	#saftyplan .topPhoto .topLink a:hover {
		background: none;
	}
	#saftyplan .sec02 .link a:hover {
		opacity: 0.7;
	}
}
#saftyplan .sec02 .comTextList {
	margin-bottom: 5.3rem;
}
#saftyplan .sec02 .comTextList li {
	padding-left: 2em;
	font-size: 1.3rem;
	line-height: 1.92;
	text-indent: -2em;
}
#saftyplan .sec02 .textArea {
	margin: 0 auto 3.7rem;
	max-width: 75rem;
}
#saftyplan .sec02 .textArea .title {
	margin-bottom: 0;
	padding: 1rem 1rem 1.3rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.54;
	background-color: #DB7286;
	text-align: center;
}
#saftyplan .sec02 .textArea .title .sml {
	margin-top: 0.1rem;
	display: block;
	font-size: 1.9rem;
	font-weight: 400;
}
#saftyplan .sec02 .textArea .subLinkList {
	padding: 3.5rem 3rem 3.5rem 2rem;
	background-color: #F8F6EB;
}
#saftyplan .sec02 .textArea .subLinkList > li {
	margin: 0 auto;
	padding: 1rem 4.8rem 1.5rem 6.2rem;
	max-width: 50rem;
	position: relative;
	background-color: #8BC7BF;
	box-sizing: border-box;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(2) {
	padding: 1.4rem 4.8rem 2.1rem 6.2rem;
	background-color: #F39771;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) {
	padding-bottom: 1.1rem;
	background-color: #3DB0E1;
}
#saftyplan .sec02 .textArea .subLinkList > li .num {
	margin-top: -5.8rem;
	position: absolute;
	top: 50%;
	left: -1rem;
	width: 3.3rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
#saftyplan .sec02 .textArea .subLinkList > li .num .sub {
	padding: 2.6rem 0.6rem;
	min-height: 11.7rem;
	display: block;
	background-color: #46A798;
	position: relative;
	z-index: 5;
	box-sizing: border-box;
}
#saftyplan .sec02 .textArea .subLinkList > li .num::before {
	position: absolute;
	top: -0.6rem;
	left: 0;
	width: 1rem;
	height: 1.2rem;
	background-color: #3C9285;
	clip-path: polygon(0% 50%,100% 0%,100% 100%);
	content: '';
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(2) .num .sub {
	background-color: #D87A56;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(2) .num::before {
	background-color: #B9705B;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) .num .sub {
	background-color: #2793B8;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) .num::before {
	background-color: #377789;
}
#saftyplan .sec02 .textArea .subLinkList > li .mark {
	position: absolute;
	padding-top: 0.2rem;
	top: 1.2rem;
	left: 3.8rem;
	width: 4.6rem;
	height: 4.6rem;
	color: #F39099;
	font-size: 1.6rem;
	font-weight: 700;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 0.1rem;
	line-height: 1.2;
	text-align: center;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(2) .mark {
	top: 1.6rem;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) .mark {
	color: #FFF;
	background-color: #F39099;
}
#saftyplan .sec02 .textArea .subLinkList > li .ttl {
	margin: 0 -2rem 0.8rem 0;
	padding-left: 4rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(2) .ttl {
	margin-bottom: 1.3rem;
}
#saftyplan .sec02 .textArea .subLinkList > li .ttl .top {
	margin: 0 auto 0.4rem;
	padding-bottom: 0.1rem;
	display: block;
	width: fit-content;
	font-size: 2.2rem;
	border-bottom: 1px dotted #FFF;
}
#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) .ttl .top {
	min-width: 35.4rem;
}
#saftyplan .sec02 .textArea .subLinkList > li .ttl .top .tag {
	font-size: 1.7rem;
}
#saftyplan .sec02 .textArea .subLinkList > li .ttl .sml {
    letter-spacing: 0.05em;
}
#saftyplan .sec02 .textArea .subLinkList .linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#saftyplan .sec02 .textArea .subLinkList .linkUl li {
	width: 49%;
}
#saftyplan .sec02 .textArea .subLinkList .linkUl.style01 {
	margin: -0.4rem -3.2rem 0 -2.2rem;
	display: block;
}
#saftyplan .sec02 .textArea .subLinkList .linkUl.style01 li {
	width: 100%;
}
#saftyplan .sec02 .textArea .subLinkList .linkUl li a {
	padding: 0.8rem 2rem 0.6rem;
	height: 100%;
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #293C6F;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0.5rem;
	line-height: 1.4;
	box-sizing: border-box;
}
#saftyplan .sec02 .textArea .subLinkList > li .txt {
	margin-top: 0.4rem;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}
#saftyplan .sec03 .headLine02 {
	margin-bottom: 2.9rem;
}
#saftyplan .sec03 .comText {
	margin-bottom: 2.2rem;
}
#saftyplan .sec03 .comTextList {
	margin-bottom: 5.6rem;
}
#saftyplan .sec03 .comTextList li {
	padding-left: 1.8em;
	font-size: 1.3rem;
	line-height: 1.92;
	text-indent: -1.8em;
}
#saftyplan .sec03 .textArea {
	margin: 0 auto 3.7rem;
	max-width: 75rem;
}
#saftyplan .sec03 .textArea .title {
	margin-bottom: 0;
	padding: 1.9rem 2rem;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #6B9BD3;
}
#saftyplan .sec03 .textArea .imgArea {
	padding: 3.3rem 0 3.7rem;
	background-color: #F8F6EB;
	text-align: center;
	position: relative;
}
#saftyplan .sec03 .textArea .imgArea .sub {
	margin: 0 auto;
	max-width: 51rem;
	position: relative;
	display: block;
}
#saftyplan .sec03 .textArea .imgArea .link {
	position: absolute;
	top: 15.8%;
	left: 26%;
	width: 63%;
}
#saftyplan .sec03 .textArea .imgArea .link a {
	display: block;
}
#saftyplan .sec03 .comBtn01 a {
	line-height: 1.6;
}
#saftyplan .sec03 .comLinkUl {
	margin: -2.2rem auto 7.7rem;
}
#saftyplan .sec03 .comLinkUl li a {
	padding: 0.6rem 2.8rem 0.6rem 3.8rem;
}
#saftyplan .sec03 .comLinkUl li .sml {
	margin-top: -0.2rem;
	display: block;
	font-size: 1.8rem;
}
#saftyplan .sec03 .smlText {
	margin-bottom: 2.4rem;
	font-size: 1.3rem;
	text-align: center;
}
#saftyplan .sec03 .smlText a {
	color: #6B9BD3;
	text-decoration: underline;
}
#saftyplan .pagetop {
	background-color: #F6AEB4 !important;
}
@media(hover: hover) {
	#saftyplan .sec03 .smlText a:hover {
		text-decoration: none;
	}
	#saftyplan .sec02 .textArea .subLinkList .linkUl li a:hover,
	#saftyplan .sec03 .textArea .imgArea .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 992px) {
	#saftyplan {
		width: 100%;
		overflow: hidden;
	}
	#saftyplan .topPhoto .topLink a {
		display: inline;
		font-size: 2.9vw;
		background-size: 100% 1.5em;
	}
	#saftyplan .topPhoto .topLink a span {
		font-size: 2vw;
        vertical-align: 0.4vw;
	}
	#saftyplan .sec01 .sml {
		padding-left: 1.8em;
		text-indent: -1.8em;
	}
	#saftyplan .sec02 {
		margin-bottom: 4rem;
	}
	#saftyplan .sec02 .link a {
		padding: 1rem 1rem 1rem 4.6rem;
		background: #F39099 url(../images/common/icon11.png) no-repeat left 1.2rem top 1.2rem / 2.1rem;
	}
	#saftyplan .sec02 .headLine02 .sub {
		padding: 0.2rem 0 0.3rem 1.5rem;
		font-size: 1.8rem;
	}
	#saftyplan .sec02 .comText {
		margin-bottom: 2rem;
	}
	#saftyplan .sec02 .comTextList {
		margin-bottom: 4rem;
	}
	#saftyplan .sec02 .comTextList li {
		padding-left: 1.8em;
		text-indent: -1.8em;
	}
	#saftyplan .sec02 .textArea {
		margin: 0 0 2.5rem;
		max-width: inherit;
	}
	#saftyplan .sec02 .textArea .title {
		font-size: 1.8rem;
	}
	#saftyplan .sec02 .textArea .title .sml {
		font-size: 1.6rem;
	}
	#saftyplan .sec02 .textArea .imgArea {
		padding: 3rem 1rem;
	}
	#saftyplan .sec02 .textArea .imgArea img {
		max-width: inherit;
		width: 100%;
	}
	#saftyplan .sec02 .comBtn01.style01 {
		margin: 0 auto 1.5rem;
		max-width: 35.5rem;
	}
	#saftyplan .sec03 .comTextList {
		margin-bottom: 4rem;
	}
	#saftyplan .sec03 .textArea {
		margin: 0 0 3rem;
		max-width: inherit;
	}
	#saftyplan .sec03 .textArea .title {
		padding: 1rem 2rem 1.3rem;
		font-size: 1.8rem;
	}
	#saftyplan .sec03 .textArea .imgArea {
		padding: 3rem 1rem;
	}
	#saftyplan .sec03 .textArea .imgArea .sub {
		max-width: 33.2rem;
	}
	#saftyplan .sec03 .comBtn01.style01 {
		margin: 0 auto 1.5rem;
		max-width: 35.5rem;
	}
	#saftyplan .sec03 .comLinkUl {
		margin: 0 0 3rem;
	}
	#saftyplan .sec03 .comLinkUl li .sml {
		margin-top: 0;
		display: block;
		font-size: 1.3rem;
	}
	#saftyplan .sec03 .textArea .imgArea .link {
		position: absolute;
		top: 16.3%;
		left: 28%;
		width: 58%;
	}
	#saftyplan .sec02 .textArea .subLinkList {
		padding: 3rem 1rem 3rem 1.6rem;
		box-sizing: border-box;
	}
	#saftyplan .sec02 .textArea .subLinkList > li {
		margin: 0 auto;
		padding: 0.7rem 2rem 1rem 4rem !important;
		max-width: 32.6rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .num {
		margin-top: -4.5rem;
		left: -0.5rem;
		width: 2rem;
		font-size: 1.3rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .num .sub {
		padding: 1.5rem 0.1rem;
		min-height: 7.5rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .num::before {
		top: -0.4rem;
		width: 0.6rem;
		height: 0.7rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .mark {
		top: 0.8rem !important;
		left: 2.5rem;
		width: 3rem;
		height: 3rem;
		font-size: 1rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .ttl {
		margin: 0 -2rem 0.6rem 0;
		padding-left: 2rem;
		font-size: 1.1rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .ttl .top {
		margin: 0 auto 0.1rem;
		padding-bottom: 0;
		font-size: 1.3rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li:nth-child(3) .ttl .top {
		min-width: inherit;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .ttl .top .tag {
		font-size: 1.2rem;
	}
	#saftyplan .sec02 .textArea .subLinkList .linkUl li {
		width: 49%;
	}
	#saftyplan .sec02 .textArea .subLinkList .linkUl.style01 {
		margin: 0;
	}
	#saftyplan .sec02 .textArea .subLinkList .linkUl li a {
		padding: 0.5rem;
		min-height: 5rem;
		font-size: 1.1rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .txt {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 359px) {
	#saftyplan .sec02 .textArea .title {
		font-size: 1.5rem;
	}
	#saftyplan .sec02 .textArea .title .sml {
		font-size: 1.2rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .ttl .top {
		font-size: 1.2rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .ttl .top .tag,
	#saftyplan .sec02 .textArea .subLinkList > li .txt {
		font-size: 1rem;
	}
	#saftyplan .sec02 .textArea .subLinkList > li .txt {
		margin: 0.4rem -1rem 0;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	padding: 1.2rem 0 4.8rem;
	width: 76.3%;
}
#index #conts .mainVisual {
	margin-bottom: 6.9rem;
}
#index #conts .mainVisual .fooUl {
	height: 25.5rem;
}
#index #conts .mainVisual .fooUl .slick-list {
	width: 100%;
	height: 100%;
}
#index #conts .mainVisual .fooUl .slick-track {
	height: 100%;
}
#index #conts .mainVisual .fooUl .slick-slide > div,
#index #conts .mainVisual .fooUl li,
#index #conts .mainVisual .fooUl li img {
	width: 100%;
	height: 100%;
}
#index #conts .mainVisual .fooUl .slick-dots {
	text-align: center;
	margin-top: 0;
	bottom: -4.9rem;
	padding-right: 0;
}
#index #conts .mainVisual .fooUl .slick-dots li {
	margin: 0 0.4rem 0 0.5rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #0079C0;
	cursor: pointer;
}
#index #conts .mainVisual .fooUl .slick-dots li button {
	display: none;
}
#index #conts .mainVisual .fooUl .slick-dots li.slick-active {
	background-color: #0079C0;
}
#index #conts .headLine01 {
	margin-bottom: 2.3rem;
	padding: 0.4rem 0 0.9rem 2rem;
	font-size: 2.2rem;
}
#index #conts .headLine01::before {
	width: 0.8rem;
	background-color: #6B9BD3;
}
#index #conts h3 {
	margin-bottom: 1.3rem;
	padding: 0.5rem 0 0.7rem 1.5rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	background-color: #6B9BD3;
}
#index #conts .linkArea .linkBox:not(:last-child) {
	margin-bottom: 3.4rem;
}
#index #conts .sec01 {
	margin-bottom: 5.5rem;
}
@media all and (max-width: 992px) {
	#index {
		padding: 1.2rem 0 4.8rem;
		width: 100%;
	}
	#index #conts .mainVisual {
		margin-bottom: 6rem;
	}
	#index #conts .mainVisual .fooUl {
		height: 33vw;
	}
	#index #conts .mainVisual .fooUl .slick-dots {
		bottom: -3rem;
	}
	#index #conts .mainVisual .fooUl .slick-dots li {
		width: 1.2rem;
		height: 1.2rem;
	}
	#index #conts .headLine01 {
		padding: 0.4rem 0 0.4rem 2rem;
		font-size: 1.8rem;
	}
	#index #conts .headLine01::before {
		width: 0.6rem;
	}
	#index #conts h3 {
		margin-bottom: 1.3rem;
		padding: 0.5rem 1.6rem;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 365px) {
	.comLinkList li .markBox .mark a {
		padding: 0.7rem 0.4rem;
		font-size: 0.9rem;
	}
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq {
	width: 76.4%;
}
#faq .headLine01::before {
	background-color: #F6C300;
}
#faq .headLine02 {
	margin-bottom: 2.4rem;
	padding: 0.8rem 0 1rem 0.3rem;
	font-size: 2.4rem;
}
#faq .faqArea .faqBox:not(:last-child) {
	margin-bottom: 1.5rem;
}
#faq .faqArea .faqBox .faqList {
	margin-bottom: 0.7rem;
	display: flex;
	flex-wrap: wrap;
}
#faq .faqArea .faqBox .faqList li {
	margin-right: 1.5rem;
	width: calc((100% - 3rem) / 3);
	cursor: pointer;
}
#faq .faqArea .faqBox .faqList li:nth-child(3n) {
	margin-right: 0;
}
#faq .faqArea .faqBox .faqList li .pho {
	margin-bottom: 1.3rem;
	padding-bottom: 51.7%;
	position: relative;
}
#faq .faqArea .faqBox .faqList li .pho img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#faq .faqArea .faqBox .faqList li .ttl {
	padding: 0 3rem 0.8rem 1rem;
	min-height: 5.2rem;
	color: #424242;
	font-size: 1.5rem;
	line-height: 1.46;
	border-bottom: 1px dotted #A5A5A5;
	background: url(../images/faq/faq_icon01.png) no-repeat right 0.7rem top 0.4rem / 1.5rem;
	box-sizing: border-box;
}
#faq .faqArea .faqBox .faqList.on li .ttl {
	padding-bottom: 0;
	border-bottom: none;
}
#faq .faqArea .faqBox .faqList li.on .ttl {
	background-image: url(../images/faq/faq_icon02.png);
}
#faq .faqArea .faqBox .textList li {
	padding: 2.6rem 3rem 2.8rem 6.5rem;
	display: none;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.6;
	border: 1px solid #FCD798;
	border-radius: 0.4rem;
	background-color: #FFF8EE;
}
#faq .faqArea .faqBox .textList li::before {
	position: absolute;
	top: 1.8rem;
	left: 2.4rem;
	color: #F6C300;
	font-size: 2.5rem;
	font-weight: 700;
	content: 'A.';
}
#faq .faqArea .faqBox .textList li::after {
	position: absolute;
	top: -1.2rem;
	left: 15%;
	width: 1.8rem;
	height: 1.4rem;
	background: url(../images/faq/faq_icon03.png) no-repeat left top / 100%;
	content: '';
	z-index: 5;
}
#faq .faqArea .faqBox .textList li.li02::after {
	left: 49%;
}
#faq .faqArea .faqBox .textList li.li03::after {
	left: auto;
	right: 14.9%;
}
#faq .faqArea .faqBox .textList li .text:not(:last-child) {
	margin-bottom: 2.5rem;
}
#faq .faqArea .faqBox .textList li .text {
    word-break: break-all;
}
#faq .faqArea .faqBox .textList li .text .fBold {
	font-weight: 700;
}
#faq .faqArea .faqBox .textList li .text a {
	color: #0079B2;
	text-decoration: underline;
}
#faq .secBox {
	margin-bottom: 5.9rem;
}
#faq .sec02 {
	margin-bottom: 6.7rem;
}
#faq .tabBox01 {
	margin: -1rem 0 0 0.3rem;
	max-width: 79rem;
}
#faq .tabBox01 .subBox {
    border: 1px solid #A6A6A6;
	background-color: #FFF;
}
#faq .tabBox01 h3 {
	margin-bottom: 0;
	padding: 0.2rem 2rem 0.4rem;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	background-color: #EDB4CA;
	border-bottom: 1px solid #A6A6A6;
}
#faq .tabBox01 h3.style01 {
	background-color: #D7EACA;
}
#faq .tabBox01 h3.style02 {
	background-color: #FFECB6;
}
#faq .tabBox01 .tabInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#faq .tabBox01 .tabInner .lTab,
#faq .tabBox01 .tabInner .rTab {
	width: 49.95%;
}
#faq .tabBox01 table {
	width: 100%;
	border-collapse: collapse;
}
#faq .tabBox01 td {
	padding: 0.1rem 0.3rem;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	word-break: break-all;
	border: 1px solid #A6A6A6;
}
#faq .tabBox01 td.wid01 {
	width: 5.7%;
	line-height: 1;
	vertical-align: middle;
}
#faq .tabBox01 td.wid02 {
	width: 47.2%;
}
#faq .tabBox01 td.wid03 {
	width: 27.5%;
}
#faq .tabBox01 td.left {
	padding-left: 1.5rem;
	text-align: left;
}
#faq .tabBox01 tr:first-child td {
	text-align: center;
	border-top: none;
}
#faq .tabBox01 .tabInner .lTab td:first-child  {
	border-left: none;
}
#faq .tabBox01 .tabInner .rTab td:last-child {
	border-right: none;
}
#faq .tabBox01 .tabInner .rTab td.wid01 {
	width: 6.9%;
}
#faq .tabBox01 .tabInner .rTab td.wid02 {
	width: 46%;
}
#faq .tabBox01 .tabInner .rTab td.wid03 {
	width: 29.5%;
}
#faq .tabBox01 .tabInner.style01 td:first-child {
	width: 82.4%;
}
#faq .tabBox01 .tabInner.style01 tr:last-child td {
	border-bottom: none;
}
#faq .smlText {
	margin-top: 1.5rem;
	font-size: 1.5rem;
}
#faq .sec03 {
	margin-bottom: 4.4rem;
}
#faq .textBox .subBox:not(:last-child) {
	margin-bottom: 2.5rem;
}
#faq .js_edit > .title {
	margin-bottom: 0.7rem;
	padding: 0.1rem 1.7rem 0.3rem;
	display: inline-block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #F2A700;
	border-radius: 0.5rem;
}
#faq .textBox .subBox .txt {
	margin-bottom: 2.4rem;
	font-size: 1.5rem;
	line-height: 1.6;
}
#faq .textBox .subBox .txt:last-child {
	margin-bottom: 0;
}
#faq .textBox .subBox .txt .fBold {
	font-weight: 700;
}
#faq .tabBox02 {
	margin: -0.4rem 0 0 -0.4rem;
}
#faq .tabBox02 table {
	width: 97.5%;
	border-collapse: collapse;
}
#faq .tabBox02 table th,
#faq .tabBox02 table td {
	padding: 0.5rem 1.2rem;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	word-break: break-all;
	border: 1px solid #BFBFBF;
	background-color: #FFF;
}
#faq .tabBox02 table th {
	text-align: center;
	background-color: #FFECB6;
}
#faq .tabBox02 table th:first-child {
	width: 39%;
}
#faq .tabBox02 table td a {
	color: #0079B2;
	text-decoration: underline;
}
#faq .tabBox02.style01 {
	margin: 2.7rem 0 0 -0.1rem;
}
#faq .tabBox02.style01 table {
	width: 98%;
}
#faq .tabBox02.style01 th,
#faq .tabBox02.style01 td {
	padding: 0.5rem 0.5rem 0.5rem 1.2rem;
	vertical-align: middle;
}
#faq .tabBox02.style01 th:first-child {
	width: 43.9%;
}
#faq .tabBox02.style01 td {
	height: 9rem;
}
#faq .tabBox03 {
	margin: -0.6rem 0 0 0.1rem;
}
#faq .tabBox03 table {
	width: 98.3%;
	border-collapse: collapse;
}
#faq .tabBox03 th,
#faq .tabBox03 td {
	padding: 0.4rem 0.5rem 0.5rem;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	border: 1px solid #BFBFBF;
	background-color: #FFF;
}
#faq .tabBox03 table th {
	background-color: #FFECB6;
}
#faq .tabBox03 table th:first-child {
	width: 35.4%;
}
#faq .tabBox03 table th:nth-child(2) {
	width: 32.3%;
}
#faq .tabBox03 table td {
	height: 8.7rem;
}
#faq .tabBox03 table td a {
	color: #0079B2;
	text-decoration: underline;
}
#faq .pagetop {
	background-color: #F6C300 !important;
}
@media(hover: hover){
	#faq .tabBox02 table td a:hover,
	#faq .faqArea .faqBox .textList li .text a:hover,
	#faq .tabBox03 table td a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 992px) {
	#faq {
		width: 100%;
	}
	#faq .headLine02 {
		font-size: 1.8rem;
	}
	#faq .faqArea .faqBox .faqList {
		margin-bottom: 0.7rem;
		display: block;
	}
	#faq .faqArea .faqBox .faqList li {
		margin: 0 0 3rem;
		width: auto;
	}
	#faq .faqArea .faqBox .faqList li:last-child {
		margin-bottom: 0;
	}
	#faq .faqArea .faqBox .faqList li .ttl {
		min-height: inherit;
	}
	#faq .faqArea .faqBox .textList {
		margin: -1rem 0 2rem;
	}
	#faq .faqArea .faqBox .textList li {
		padding: 1.2rem 1.2rem 1.2rem 4.5rem;
	}
	#faq .faqArea .faqBox .textList li::before {
		top: 1rem;
		left: 1rem;
		font-size: 2rem;
	}
	#faq .faqArea .faqBox .textList li::after {
		top: -1.2rem;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%);
	}
	#faq .faqArea .faqBox .faqList.on li .ttl {
		padding-bottom: 0.8rem;
		border-bottom: 1px dotted #A5A5A5;
	}
	#faq .faqArea .faqBox .faqList li.on .ttl {
		padding-bottom: 0;
		border-bottom: none;
	}
	#faq .secBox {
		margin-bottom: 6rem;
	}
	#faq .sec02 {
		margin-bottom: 6rem;
	}
	#faq .tabBox01 {
		margin: -1rem 0 0 0.3rem;
		max-width: inherit;
		overflow: scroll;
	}
	#faq .tabBox01 .subBox {
		width: 79rem;
	}
	#faq .sec03 {
		margin-bottom: 6rem;
	}
	#faq .tabBox02 {
		overflow: scroll;
	}
	#faq .tabBox02 table {
		width: 79rem !important;
	}
	#faq .tabBox03 {
		overflow: scroll;
	}
	#faq .tabBox03 table {
		width: 79rem;
	}
}
@media all and (max-width: 359px) {
    #faq .faqArea .faqBox .textList li .text {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	search
------------------------------------------------------------*/
#search .headLine01::before {
	background-color: #6B9DD5;
}
#search .headLine02 {
	margin-bottom: 4rem;
}
@media all and (max-width: 992px) {
	#search .headLine02 {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	fire
------------------------------------------------------------*/
#fire {
	width: 76.3%;
}
#fire .headLine01 {
	margin-bottom: 4.9rem;
}
#fire .headLine01::before {
	background-color: #00BFB0;
}
#fire .topPhoto {
	margin-bottom: 1.9rem;
}
#fire .comTextList {
	margin-bottom: 5.7rem;
}
#fire .subTextUl {
	margin-top: 0.2rem;
}
#fire .subTextUl li {
	margin-bottom: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
	text-indent: 0;
	line-height: 1.4;
}
#fire .subTextUl li:last-child {
	margin-bottom: 0;
}
#fire .subTextUl li .ttl {
	margin-bottom: 0;
	width: 19rem;
}
#fire .subTextUl li .txt {
	margin-bottom: 0;
	width: calc(100% - 19rem);
}
#fire .headLine02 {
	margin-bottom: 2.9rem;
}
#fire .headLine02 .sub::before {
	background-color: #00BFB0;
}
#fire .sec01 {
	margin-bottom: 9.7rem;
}
#fire .sec01 .text {
	margin-bottom: 3.9rem;
	font-size: 1.5rem;
}
#fire .sec01 .comInner {
	margin-bottom: 2.2rem;
}
#fire .sec01 .comInner .lBox img {
	max-width: 16.8rem;
}
#fire .sec01 .comInner .lBox {
	padding-top: 1.7rem;
}
#fire .sec01 .comInner .lBox .ttl,
#fire .sec01 .comInner .rBox .ttl {
	top: -1.2rem;
}
#fire .sec01 .comTextList {
	margin: 0 0 6.8rem auto;
	width: 72.9%;
}
#fire .sec01 .comTextList li {
	margin-bottom: 0.9rem;
}
#fire .sec01 .comTextList li:last-child {
	margin-bottom: 0;
}
#fire .sec01 .comBtn01 a {
	background: #00BFB0 url(../images/common/icon14.png) no-repeat left 2.2rem center / 2.6rem;
}
#fire .sec02 .headLine02 {
	margin-bottom: 4.5rem;
}
#fire .sec02 .logoList {
	margin: 0 2.2rem 8.7rem;
	display: flex;
	flex-wrap: wrap;
}
#fire .sec02 .logoList li {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
#fire .sec02 .logoList li.li01 {
	width: 31%;
}
#fire .sec02 .logoList li.li02 {
	margin: 0 0 0.9rem 2.3rem;
	width: 62%;
}
#fire .sec02 .logoList li.li01 .logo {
	width: 52%;
}
#fire .sec02 .logoList li.li02 .logo {
	width: 75%;
}
#fire .sec02 .logoList li .txt {
	margin: 0 0 0.3rem 2.6rem;
	padding: 0.5rem 1rem;
	display: inline-block;
	color: #FFF;
	font-size: min(1.33vw,1.6rem);
	font-weight: 500;
	text-align: center;
	background-color: #00BFB0;
}
#fire .sec02 .logoList li.li02 .txt {
	margin-left: 3.3rem;
}
#fire .sec02 .comBtn01 {
	margin-bottom: 6.3rem;
}
#fire .sec02 .comBtn01 a {
	background: #F46F6D url(../images/common/icon15.png) no-repeat left 2.2rem center / 2.6rem;
}
#fire .sec02 .textBox {
	margin-bottom: 10.2rem;
}
#fire .sec02 .textBox .text {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
	line-height: 1.67;
}
#fire .sec02 .textBox .text:last-child {
	margin-bottom: 0;
}
#fire .sec02 .textBox .text .col {
	color: #D74942;
}
#fire .sec02 .rText {
	padding: 0 3rem;
	font-weight: 1.4rem;
	text-align: right;
}
#fire .pagetop {
	background-color: #00BFB0 !important;
}
@media all and (min-width: 993px) {
	#fire .sec01 .comInner .rBox {
		padding: 2.3rem 2rem 0;
		width: 71.8%;
	}
}
@media all and (max-width: 992px) {
	#fire {
		width: 100%;
	}
	#fire .headLine01 {
		margin-bottom: 2.5rem;
	}
	#fire .topPhoto img {
		width: 100%;
	}
	#fire .comTextList {
		margin-bottom: 4rem;
	}
	#fire .comTextList li {
		font-size: 1.4rem;
	}
	#fire .subTextUl li {
		display: block;
	}
	#fire .subTextUl li .ttl {
		width: auto;
	}
	#fire .subTextUl li .txt {
		width: auto;
	}
	#fire .sec01 {
		margin-bottom: 6rem;
	}
	#fire .sec01 .comInner .rBox .photoBox img {
		width: auto;
	}
	#fire .sec01 .comTextList {
		margin: 0 0 4rem;
		width: auto;
	}
	#fire .sec02 .logoList {
		margin: 0 0 5rem;
		justify-content: space-between;
	}
	#fire .sec02 .logoList li {
		margin: 0 !important;
		display: block;
		width: 49% !important;
		text-align: center;
	}
	#fire .sec02 .logoList li.li01 img {
		width: 100%;
		max-width: 13.8rem;
	}
	#fire .sec02 .logoList li.li02 img {
		max-width: 39.9rem;
		width: 100%;
	}
	#fire .sec02 .logoList li .logo {
		margin: 0 0 1.5rem !important;
		width: auto !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	#fire .sec02 .logoList li .txt {
		margin: 0 !important;
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
		display: block;
	}
	#fire .sec02 .comBtn01 {
		margin-bottom: 5rem;
	}
	#fire .sec02 .textBox {
		margin-bottom: 5rem;
	}
	#fire .sec02 .textBox .text {
		margin-bottom: 1.5rem;
	}
	#fire .sec02 .rText {
		padding: 0 2rem;
	}
}
/*------------------------------------------------------------
	saftyplan2
------------------------------------------------------------*/
#saftyplan2 {
	width: 76.2%;
}
#saftyplan2 .headLine01 {
	margin-bottom: 3.8rem;
}
#saftyplan2 .link {
	margin-bottom: 1.9rem;
}
#saftyplan2 .link a {
	padding: 0.5rem 1rem 0.6rem;
	position: relative;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	border-radius: 0.8rem;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	background: #FFF url(../images/common/icon13.png) no-repeat left 1.6rem center / 2.1rem;
}
#saftyplan2 .link a .sub {
	min-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#saftyplan2 .link a::before {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 3.5rem;
	height: 4.1rem;
	transform: translateY(-50%);
	background: url(../images/common/icon16.png) no-repeat left top / 100%;
	content: '';
}
#saftyplan2 .link a .sml {
	margin-top: -0.1rem;
	display: block;
	font-size: 1.6rem;
}
#saftyplan2 h3 {
	padding: 0.5rem 0.7rem;
	color: #F39099;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #FBF6F9;
}
#saftyplan2 .text {
	margin-bottom: 2rem;
	padding: 0 1rem;
	font-size: 1.5rem;
	line-height: 1.67;
}
#saftyplan2 .subList {
	padding: 0 1rem 0.3rem 2.2rem;
}
#saftyplan2 .subList li:not(:last-child) {
	margin-bottom: 1.8rem;
}
#saftyplan2 .subList li .ttl {
	margin-bottom: 0.2rem;
	color: #F39099;
	font-size: 1.5rem;
	font-weight: 700;
}
#saftyplan2 .subList li .txt {
	padding: 0 0.3rem;
	font-size: 1.5rem;
	line-height: 1.8;
}
#saftyplan2 .smlText {
	margin: 0 1rem;
	font-size: 1.5rem;
}
#saftyplan2 .inner {
	margin-bottom: 7.6rem;
}
#saftyplan2 .textInner {
	padding: 3.5rem 0 1.7rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#saftyplan2 .textInner:first-of-type {
	padding-top: 0;
}
#saftyplan2 .textInner:last-of-type {
	padding-bottom: 0;
}
#saftyplan2 .textInner::before {
	margin-left: -1px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	bottom: 0;
	background-color: #DFDFDF;
	content: '';
}
#saftyplan2 .textInner::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #DFDFDF;
	content: '';
}
#saftyplan2 .textInner:last-of-type::after {
	display: none;
}
#saftyplan2 .textInner .lBox,
#saftyplan2 .textInner .rBox {
	width: 45.5%;
}
#saftyplan2 .textArea {
	margin-bottom: 4.5rem;
	padding: 4rem 2.5rem 2.3rem;
	background-color: #F8F6EB;
}
#saftyplan2 .textArea .title {
	margin-bottom: 3.9rem;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}
#saftyplan2 .textArea .title .sml {
	margin-top: 0.2rem;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
#saftyplan2 .textArea .textInner::before,
#saftyplan2 .textArea .textInner::after {
	display: none;
}
#saftyplan2 .textArea .textInner .lBox,
#saftyplan2 .textArea .textInner .rBox {
	width: 48.3%;
}
#saftyplan2 .textArea .link {
	margin-bottom: 2.3rem;
}
#saftyplan2 .textArea .link a {
	background: #FFF url(../images/common/icon17.png) no-repeat left 1.6rem center / 2.1rem;
}
#saftyplan2 .textArea h3 {
	margin-bottom: 1.5rem;
	color: #9E6CCA;
	background-color: #F7EEF4;
}
#saftyplan2 .textArea .text {
	padding: 0 1.4rem;
}
#saftyplan2 .link.style01 {
	margin: 0 auto 8.5rem;
	max-width: 41rem;
}
#saftyplan2 .link.style01 a {
	background: #FFF url(../images/common/icon17.png) no-repeat left 1.6rem center / 2.1rem;
}
#saftyplan2 .comBtn01.style01 {
	margin-bottom: 6.8rem;
	max-width: 50rem;
}
#saftyplan2 .comBtn01.style01 a {
	min-height: 7.5rem;
}
#saftyplan2 .outText {
	font-size: 1.4rem;
	line-height: 1.79;
}
#saftyplan2 .pagetop {
	background-color: #F6AEB4 !important;
}
@media(hover: hover) {
	#saftyplan2 .link a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 993px)  and (max-width: 1120px) {
    #saftyplan2 .link a {
        font-size: 1.8rem;
    }
    #saftyplan2 .link a .sml {
        font-size: 1.3rem;
    }
}
@media all and (max-width: 992px) {
	#saftyplan2 {
		width: 100%;
	}
	#saftyplan2 .link a {
		padding: 1rem 4rem;
		font-size: 1.6rem;
	}
	#saftyplan2 .link a .sub {
		min-height: 4.5rem;
	}
	#saftyplan2 .link a::before {
		right: 1.5rem;
		width: 2.3rem;
		height: 2.7rem;
	}
	#saftyplan2 .link a .sml {
		font-size: 1.4rem;
	}
	#saftyplan2 h3 {
		font-size: 1.6rem;
	}
	#saftyplan2 .text {
		padding: 0;
	}
	#saftyplan2 .subList {
		padding: 0;
	}
	#saftyplan2 .subList li .txt {
		padding: 0;
	}
	#saftyplan2 .smlText {
		margin: 0;
	}
	#saftyplan2 .inner {
		margin-bottom: 5rem;
	}
	#saftyplan2 .textInner {
		margin-bottom: 5rem;
		padding: 0;
		display: block !important;
	}
	#saftyplan2 .textInner:last-of-type {
		margin-bottom: 0;
	}
	#saftyplan2 .textInner::before {
		display: none;
	}
	#saftyplan2 .textInner::after {
		display: none;
	}
	#saftyplan2 .textInner .lBox,
	#saftyplan2 .textInner .rBox {
		width: auto;
	}
	#saftyplan2 .textInner .lBox {
		margin-bottom: 5rem;
	}
	#saftyplan2 .textArea {
		padding: 3rem 2rem;
	}
	#saftyplan2 .textArea .title {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	#saftyplan2 .textArea .title .sml {
		font-size: 1.4rem;
	}
	#saftyplan2 .textArea .textInner .lBox,
	#saftyplan2 .textArea .textInner .rBox {
		width: auto;
	}
	#saftyplan2 .textArea .text {
		margin-bottom: 0;
		padding: 0;
	}
	#saftyplan2 .link.style01 {
		margin: 0 auto 5rem;
		max-width: 35.5rem;
	}
	#saftyplan2 .comBtn01.style01 {
		margin-bottom: 5rem;
		max-width: 35.5rem;
	}
	#saftyplan2 .comBtn01.style01 a {
		min-height: inherit;
	}
}
@media all and (max-width: 359px) {
	#saftyplan2 .link a .sml,
	#saftyplan2 .textArea .title .sml {
		font-size: 1.2rem;
	}
	#saftyplan2 h3 {
		font-size: 1.5rem;
	}
	#saftyplan2 .subList li .txt {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#content p,
#content figure{
    font-size: 1.6rem;
    padding-bottom: 1em;
    margin-bottom: 0;
}