@charset "UTF-8";

/* ------------------------------
    pagettl
------------------------------ */
#pagettl {
	background-color: #8fc31f;
	background-image: url(../img/personal/personal_pagettl.jpg);
}

#pagettl::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(143, 195, 31, .4);
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 768px) {
	#pagettl {
		background-image: url(../img/personal/personal_pagettl_sp.jpg);
	}
}



/* ------------------------------
    common
------------------------------ */
.main_contents {
	padding: 50px 0 0;
}

.main_contents section {
	padding: 50px 0;
}

.bg2 {
	position: relative;
}

.bg2::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(253, 208, 0, 1);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
}

.lead {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin: 56px 0;
}

.lead span {
	color: #192f72;
	font-size: 2.4rem;
}


@media screen and (max-width: 768px) {
	.main_contents {
		padding: 2.66vw 0 0;
	}

	.main_contents section {
		padding: 6.66vw 0;
	}

	.lead {
		font-size: 3.6vw;
		margin: 2.5em -4vw;
		line-height: 1.8;
	}

	.lead span {
		font-size: 4.8vw;
	}
}

/* ------------------------------
    sec_title
------------------------------ */
.sec_title .img {
	position: absolute;
	left: 50px;
	top: -40px;
}

.sec_title .fukidashi {
	position: relative;
	width: 698px;
	height: 186px;
	margin: 0 auto;
	padding: 40px 30px 0;
	text-align: center;
}


.sec_title .fukidashi::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background-color: rgba(25, 47, 114, .95);
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
}

.sec_title .fukidashi::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 19px 0 0;
	mix-blend-mode: multiply;
	border-color: rgba(25, 47, 114, .95) transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}

.sec_title .fukidashi .ttl {
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.15em;
	margin-bottom: .8em;
}

.sec_title .fukidashi .txt {
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.sec_title {
		padding-bottom: 0 !important;
	}

	.sec_title .img.sp {
		position: static;
		width: 92vw;
		margin-left: -4vw;
		margin-top: -6vw;
	}

	.sec_title .fukidashi {
		width: 100%;
		height: auto;
		padding: 6vw 4vw 7vw;
	}


	.sec_title .fukidashi::before {
		border-radius: 2.66vw;
	}

	.sec_title .fukidashi::after {
		border-width: 3.7vw 3.7vw 0 0;
		margin-left: -1.85vw;
	}

	.sec_title .fukidashi .ttl {
		font-size: 6vw;
		line-height: 1.44;
		margin-bottom: .5em;
	}

	.sec_title .fukidashi .txt {
		font-size: 3.2vw;
	}

}



/* ------------------------------
    見出し
------------------------------ */
.ttlwrap {
	text-align: center;
}

.ttlwrap .ttl_s {
	display: inline-block;
	background-color: #fff;
	height: 46px;
	padding: 6px 8px 6px 58px;
	border-radius: 23px;
	position: relative;
	font-weight: bold;
	color: #192f72;
	font-size: 1.6rem;
	line-height: 34px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.ttlwrap .ttl_s span {
	display: inline-block;
	background-color: #fdd000;
	border-radius: 17px;
	padding: 0 .9em;
	margin-left: .4em;
	height: 34px;
	line-height: 34px;
}

.ttlwrap .ttl_s::before {
	content: "";
	width: 25px;
	height: 26px;
	background: url(../img/common/ico_sun.png) no-repeat center / 100% auto;
	position: absolute;
	left: 14px;
	top: .6em;
}

.ttlwrap .ttl_s::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: 40px;
	top: 100%;
}

.ttlwrap .ttl_box {
	margin-bottom: 40px;
	width: 650px;
	margin: 0 auto 40px;
	position: relative;
	border-radius: 12px;
	background-color: #192f72;
	display: flex;
}

.ttlwrap .ttl_box span {
	width: 100%;
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: .75em 0;
	font-weight: bold;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.ttlwrap .ttl_box::before {
	content: "";
	width: 44px;
	height: 32px;
	background: url(../img/personal/bud_blue.png) no-repeat center / 100% auto;
	position: absolute;
	top: -24px;
	right: 0;
}


.ttl_line {
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.ttl_line::before {
	content: "";
	width: 14px;
	height: 14px;
	border-left: 2px solid #192f72;
	border-bottom: 2px solid #192f72;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(-45deg);
}

.ttl_line span {
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #192f72;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: .8em;
}

.ttl_line span::before,
.ttl_line span::after {
	content: "";
	width: calc(50% - 8px);
	height: 2px;
	background-color: #192f72;
	position: absolute;
	bottom: 0;
}

.ttl_line span::before {
	left: 0;
}

.ttl_line span::after {
	right: 0;
}

/*IE*/
.ie .ttlwrap .ttl_s,
.ie .ttlwrap .ttl_s span {
	line-height: 38px;
}

.ie .ttlwrap .ttl_box span {
	padding: 1em 0 .5em;
}

@media screen and (max-width: 768px) {
	.ttlwrap .ttl_s {
		height: 9vw;
		padding: 1.2vw 1.2vw 1.2vw 11.5vw;
		border-radius: 4.5vw;
		font-size: 3.2vw;
		line-height: 6.6vw;
		margin-bottom: 6vw;
	}

	.ttlwrap .ttl_s span {
		display: inline-block;
		height: 100%;
		border-radius: 3.3vw;
		padding: 0 .9em;
		margin-left: .4em;
		height: 6.6vw;
		line-height: 6.6vw;
	}

	.ttlwrap .ttl_s::before {
		width: 5.2vw;
		height: 5.6vw;
		left: 3vw;
		top: .6em;
	}

	.ttlwrap .ttl_s::after {
		border-width: 0 3.4vw 3.4vw 0;
		left: 7.7vw;
	}

	.ttlwrap .ttl_box {
		width: 100%;
		margin: 0 auto 6vw;
		border-radius: 2.4vw;
	}

	.ttlwrap .ttl_box span {
		padding: 1em 0 .9em;
		min-height: inherit;
		font-size: 4.26vw;
	}

	.ttlwrap .ttl_box::before {
		width: 8.66vw;
		height: 6.266vw;
		top: -4.6vw;
	}


	.ttl_line {
		margin-bottom: 9.33vw;
	}

	.ttl_line::before {
		width: 2.6vw;
		height: 2.6vw;
		border-left: .4vw solid #192f72;
		border-bottom: .4vw solid #192f72;
		bottom: -1.2vw;
	}

	.ttl_line span {
		font-size: 5.33vw;
	}

	.ttl_line span::before,
	.ttl_line span::after {
		width: calc(50% - 1.6vw);
		height: .4vw;
	}
}





/* ------------------------------
    sec_useful
------------------------------ */
.bg2 {
	padding-top: 50px;
}

.sec_useful .faq_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_useful .faq_list .item {
	width: 505px;
	height: 104px;
	display: flex;
	align-items: center;
	position: relative;
}

.sec_useful .faq_list .item::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 100%;
	right: 58px;
}

.sec_useful .faq_list .item:nth-child(n + 3) {
	margin-top: 40px;
}

.sec_useful .faq_list .item dt {
	width: 73px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8fc31f;
	border-radius: 24px 0 0 24px;
}

.sec_useful .faq_list .item dt span.en {
	color: #fff;
	font-weight: 400;
	font-size: 6.38rem;
	padding-top: .1em;
}

.sec_useful .faq_list .item dd {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 73px);
	height: 100%;
	background-color: #fff;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.14em;
	font-feature-settings: "palt";
	padding: 0 0 0 34px;
	border-radius: 0 24px 24px 0;
}

/*a_box*/
.sec_useful .faq_list .a_box {
	margin-top: 40px;
	border-radius: 24px;
	overflow: hidden;
}

.sec_useful .faq_list .a_box dl {
	width: 100%;
	height: 216px;
	display: flex;
	align-items: center;
	position: relative;
}

.sec_useful .faq_list .a_box dl dt {
	width: 50%;
	height: 100%;
	background-color: #192f72;
	display: flex;
	align-items: center;
	padding-left: 1.5em;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.1em;
	position: relative;
	border-radius: 24px 0 0 24px;
}

.sec_useful .faq_list .a_box dl dt::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 108px 0 108px 24px;
	border-color: transparent transparent transparent #192f72;
	position: absolute;
	left: 100%;
	top: 0;
}

.sec_useful .faq_list .a_box dl dt span.en {
	color: #fdd000;
	font-size: 17.334rem;
	margin-right: .15em;
	line-height: 1;
	margin-bottom: -.08em;
}

.sec_useful .faq_list .a_box dl dd {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	height: 100%;
	background-color: #fff;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	line-height: 2;
	padding: 0 2em 0 4.4em;
	border-radius: 0 24px 24px 0;
}

.sec_useful .faq_list .img {
	position: relative;
	display: inline-block;
}

.sec_useful .faq_list .img01 {
	left: 380px;
	margin-top: -100px;
}

.sec_useful .faq_list .img02 {
	left: 400px;
	margin-top: -70px;
}


/*detail*/

.sec_useful .faq_list .a_box.network dl dt {
	border-radius: 24px 0 0 0;
}

.sec_useful .faq_list .a_box.network dl dd {
	border-radius: 0 24px 0 0;
}

.sec_useful .faq_list .a_box.network .detail .inner {
	padding: 40px 77px 70px;
	position: relative;

}

.sec_useful .faq_list .a_box.network .detail .ttl_line {
	margin-bottom: 24px;
}

.sec_useful .faq_list .a_box.network .detail .network_img {
	position: relative;
	background: url(../img/personal/network_bg.png) no-repeat right 43px
}

.sec_useful .faq_list .a_box.network .detail .network_img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/personal/network_img_sun.png) no-repeat center / 636px auto;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate-anime 20s linear infinite;
}

@keyframes rotate-anime {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sec_useful .faq_list .a_box.network .detail .network_img .img_cnt {
	width: 636px;
	height: 636px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}

.sec_useful .faq_list .a_box.network .detail .trouble {
	margin-top: 25px;
	border-radius: 30px 0 30px 0;
	padding: 50px 50px 42px;
	background:
		linear-gradient(135deg, transparent 15px, #fff 15px),
		linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: top left, bottom right;
	background-size: 100% 51%;
	background-repeat: no-repeat;
}

.sec_useful .faq_list .a_box.network .detail .trouble .boxwrap {
	width: 396px;
}

.sec_useful .faq_list .a_box.network .detail .trouble .box + .box {
	margin-top: 40px;
}

.sec_useful .faq_list .a_box.network .detail .trouble .box .ttl {
	color: #192f72;
	font-weight: bold;
	font-size: 2.4rem;
	border-bottom: 1px solid #192f72;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.sec_useful .faq_list .a_box.network .detail .trouble .box ul li {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
	padding-left: 1.2em;
	position: relative;
	min-width: 42%;
}

.sec_useful .faq_list .a_box.network .detail .trouble .box ul li::before {
	content: "";
	width: .8em;
	height: .8em;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .6em;
}

.sec_useful .box_blue {
	width: 698px;
	margin: 70px auto 30px;
	background-color: #192f72;
	border-radius: 20px;
	padding: 20px 80px 25px;
	position: relative;
}


.sec_useful .box_blue::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #192f72 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 294px;
}


.sec_useful .box_blue .ttl {
	color: #fdd000;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.12em;
	margin-bottom: .3em;
}


.sec_useful .box_blue .txt {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.07em;
	text-align: justify;
	font-feature-settings: "palt";
}

.sec_useful .fukidashiwrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.sec_useful .fukidashiwrap .fukidashi {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	padding: .85em 1.6em .85em;
	border-radius: 16px;
	position: relative;
	min-width: 305px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec_useful .fukidashiwrap .fukidashi.orange {
	background-color: #f3981c;
}

.sec_useful .fukidashiwrap .fukidashi.green {
	background-color: #8fc31f;
}

.sec_useful .fukidashiwrap .fukidashi::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 100%;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(even)::after {
	border-width: 20px 20px 0 0;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(odd)::after {
	border-width: 0 20px 20px 0;
}

.sec_useful .fukidashiwrap .fukidashi.orange:nth-child(even)::after {
	border-color: #f3981c transparent transparent transparent;
}

.sec_useful .fukidashiwrap .fukidashi.green::after {
	border-width: 20px 20px 0 0;
	border-color: #8fc31f transparent transparent transparent;
}

.sec_useful .fukidashiwrap .fukidashi.orange:nth-child(odd)::after {
	border-color: transparent #f3981c transparent transparent;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(1) {
	margin-left: 140px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(2) {
	margin-right: 140px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(n + 3) {
	margin-top: 20px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(1)::after {
	left: 200px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(2)::after {
	left: 206px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(3)::after {
	left: 40px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(4)::after {
	left: 140px;
}

.sec_useful .fukidashiwrap .fukidashi:nth-child(5)::after {
	left: 236px;
}

.sec_useful .staff {
	margin-bottom: -50px;
}

.sec_useful .staff .txt {
	color: #192f72;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	padding: .3em 1.6em .1em;
	border-radius: 16px;
	position: relative;
	width: 705px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

.sec_useful .staff .txt::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 100%;
	left: 240px;
}

/*IE*/
.ie .sec_useful .faq_list .item::before{
	margin-top: -1px;
}

.ie .sec_useful .faq_list .a_box dl dt::before {
	margin-left: -1px;
}

.ie .sec_useful .faq_list .a_box.network .detail .trouble .box ul li::before {
	top: .5em;
}

.ie .sec_useful .faq_list .item dd {
	padding-top: 6px;
}

.ie .sec_useful .fukidashiwrap .fukidashi {
	padding: 1em 1.6em .7em;
}

.ie .sec_useful .staff .txt {
	padding: .35em 1.6em .05em;
}

@media screen and (max-width: 768px) {
	.bg2 {
		padding-top: 6.66vw;
	}

	.sec_useful {
		overflow: hidden;
	}

	.sec_useful .faq_list {
		display: block;
	}

	.sec_useful .faq_list .item {
		width: 100%;
		height: 18.66vw;
	}

	.sec_useful .faq_list .item::before {
		border-width: 4.8vw 4.8vw 0 0;
		right: 12vw;
	}

	.sec_useful .faq_list .item + .item {
		margin-top: 6vw;
	}

	.sec_useful .faq_list .item dt {
		width: 14.66vw;
		border-radius: 4.5vw 0 0 4.5vw;
	}

	.sec_useful .faq_list .item dt span.en {
		font-size: 12.8vw;
	}

	.sec_useful .faq_list .item dd {
		width: calc(100% - 14.66vw);
		font-size: 3.6vw;
		padding: 0 0 0 3.7vw;
		border-radius: 0 4.5vw 4.5vw 0;
		letter-spacing: 0.05em;
	}

	/*a_box*/
	.sec_useful .faq_list .a_box {
		margin-top: 6vw;
		border-radius: 4.5vw;
	}

	.sec_useful .faq_list .a_box dl {
		width: 100%;
		height: auto;
		display: block;
	}

	.sec_useful .faq_list .a_box dl dt {
		width: 100%;
		font-size: 4.2vw;
		height: auto;
		padding: 1.2em .5em .5em 1em;
		border-radius: 4.5vw 4.5vw 0 0;
	}

	.sec_useful .faq_list .a_box dl dt::before {
		border-width: 4.6vw 42vw 0 42vw;
		border-color: #192f72 transparent transparent transparent;
		left: 0;
		top: 100%;
	}

	.sec_useful .faq_list .a_box dl dt span.en {
		font-size: 27.4vw;
		margin-right: .15em;
	}

	.sec_useful .faq_list .a_box dl dd {
		width: 100%;
		font-size: 3.6vw;
		padding: 9vw 1.8em 1.5em;
		text-align: justify;
		border-radius: 0 0 4.5vw 4.5vw;
	}

	.sec_useful .faq_list .img01 {
		width: 28.1vw;
		left: 28vw;
		margin-top: -4vw;
	}

	.sec_useful .faq_list .img02 {
		width: 32.5vw;
		left: 26vw;
		margin-top: -5vw;
	}

	/*detail*/

	.sec_useful .faq_list .a_box.network dl dt {
		border-radius: 0;
	}

	.sec_useful .faq_list .a_box.network dl dd {
		border-radius: 0;
	}

	.sec_useful .faq_list .a_box.network .detail .inner {
		padding: 9vw 0 4vw;

	}

	.sec_useful .faq_list .a_box.network .detail .ttl_line {
		margin-bottom: 5.8vw;
	}

	.sec_useful .faq_list .a_box.network .detail .ttl_line span {
		letter-spacing: 0;
		line-height: 1.5;
		padding-bottom: .6em;
	}

	.sec_useful .faq_list .a_box.network .detail .network_img {
		background: url(../img/personal/network_bg_sp.png) no-repeat center -4vw/ 100vw;
	}

	.sec_useful .faq_list .a_box.network .detail .network_img::before {
		background: url(../img/personal/network_img_sun.png) no-repeat center / 80vw auto;
	}

	.sec_useful .faq_list .a_box.network .detail .network_img .img_cnt {
		width: 80vw;
		height: 80vw;
	}

	.sec_useful .faq_list .a_box.network .detail .network_img .img_cnt img {
		width: 56vw;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble {
		margin-top: 4.8vw;
		margin: 4.8vw auto 0;
		width: 90%;
		padding: 8vw 4vw;
		border-radius: 6vw 0 6vw 0;
		background:
			linear-gradient(135deg, transparent 3vw, #fff 3vw),
			linear-gradient(315deg, transparent 3vw, #fff 3vw);
		background-position: top left, bottom right;
		background-size: 100% 51%;
		background-repeat: no-repeat;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .flex {
		display: block;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .boxwrap {
		width: 100%;
		margin: 0 auto;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .boxwrap + .boxwrap {
		margin-top: 6vw;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .box + .box {
		margin-top: 6vw;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .box .ttl {
		font-size: 4.8vw;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .box ul li {
		font-size: 3vw;
		padding-left: 1.2em;
		min-width: 40%;
		letter-spacing: 0;
	}

	.sec_useful .faq_list .a_box.network .detail .trouble .box ul li::before {
		width: .8em;
		height: .8em;
		border-radius: .4em;
		top: .6em;
	}

	.sec_useful .box_blue {
		width: 92vw;
		margin: 6.6vw -4vw 5.3vw;
		border-radius: 3vw;
		padding: 5vw 8vw;
	}


	.sec_useful .box_blue::after {
		border-width: 3.7vw 3.7vw 0 0;
		left: 44vw;
	}


	.sec_useful .box_blue .ttl {
		font-size: 4.4vw;
		letter-spacing: 0;
		white-space: nowrap;
	}


	.sec_useful .box_blue .txt {
		font-size: 3.2vw;
		line-height: 2;
	}

	.sec_useful .fukidashiwrap {
		flex-direction: column;
		justify-content: flex-start;
	}

	.sec_useful .fukidashiwrap .fukidashi {
		font-size: 2.9vw;
		padding: .6em 1em .6em;
		border-radius: 3vw;
		min-width: inherit;
		white-space: nowrap;
		margin-top: 4.2vw !important;
		letter-spacing: 0.08em;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(even)::after {
		border-width: 3.2vw 3.2vw 0 0;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(odd)::after {
		border-width: 0 3.2vw 3.2vw 0;
	}


	.sec_useful .fukidashiwrap .fukidashi.green::after {
		border-width: 3.2vw 3.2vw 0 0;
	}


	.sec_useful .fukidashiwrap .fukidashi:nth-child(1) {
		order: 2;
		margin-left: 10vw;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(2) {
		order: 4;
		margin-right: auto;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(3) {
		order: 1;
		margin-top: 0 !important;
		margin-left: 0;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(4) {
		order: 3;
		margin-left: 3.2vw;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(5) {
		order: 5;
		margin-right: 0;
		margin-left: auto;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(n + 3) {
		margin-top: 20px;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(1)::after {
		left: 9vw;
		border-width: 3.2vw 3.2vw 0 0;
		border-color: #f3981c transparent transparent transparent !important;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(2)::after {
		left: auto;
		right: 7.7vw;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(3)::after {
		left: 4.2vw;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(4)::after {
		left: 36vw;
		border-width: 0 3.2vw 3.2vw 0;
		border-color: transparent #f3981c transparent transparent !important;
	}

	.sec_useful .fukidashiwrap .fukidashi:nth-child(5)::after {
		left: auto;
		right: 5.6vw;
		border-width: 0 3.2vw 3.2vw 0;
		border-color: transparent #8fc31f transparent transparent;
	}

	.sec_useful .staff {
		margin-bottom: 0;
		margin-top: 2vw;
	}

	.sec_useful .staff .img {
		width: 100vw;
		margin-left: -8vw;
		margin-bottom: -3vw;
	}

	.sec_useful .staff .txt {
		font-size: 3.46vw;
		padding: .2em 1em .2em;
		border-radius: 2.2vw;
		position: relative;
		width: 92vw;
		left: -4vw;
		bottom: 0;
		letter-spacing: 0.1em;
	}

	.sec_useful .staff .txt::after {
		border-width: 0 0 2.6vw 2.6vw;
		left: 34vw;
	}
}


/* ------------------------------
    sec_products
------------------------------ */
.sec_products {
	padding-bottom: 100px !important;
}

.sec_products .products_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_products .products_list .item {
	width: 515px;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	padding: 18px 36px 24px;
	background:
		linear-gradient(135deg, transparent 15px, #fff 15px),
		linear-gradient(315deg, transparent 15px, #fff 15px);
	background-position: top left, bottom right;
	background-size: 100% 51%;
	background-repeat: no-repeat;
}

.sec_products .products_list .item:nth-child(n + 3) {
	margin-top: 70px;
}

.sec_products .products_list .item dt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
}

.sec_products .products_list .item dt .ico {
	width: 74px;
}

.sec_products .products_list .item dt .ttl {
	width: calc(100% - 74px);
	font-weight: bold;
	color: #192f72;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
	font-feature-settings: "palt";
	padding-left: .8em;
	white-space: nowrap;
}

.sec_products .products_list .item dt .ttl span {
	display: block;
	font-size: 1.6rem;
}

.sec_products .products_list .item dd {}

.sec_products .products_list .item dd .txt {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.05em;
	margin-top: .8em;
}

.sec_products .products_list .item dd .btn {
	margin-top: 20px;
}

.sec_products .products_list .item dd .btn a {
	width: 292px;
	height: 34px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	padding: 0 .5em;
}

.sec_products .products_list .item dd .btn a::before {
	right: 1em;
}


/*box_guide*/
.sec_products .box_guide {
	width: 100%;
	background-color: #fff;
	border-radius: 50px;
	padding: 70px 77px;
	margin-top: 70px;
	position: relative;
}

.sec_products .box_guide::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 100%;
	right: 176px;
}

.sec_products .box_guide .ttl_line {
	margin-bottom: 60px;
}

.sec_products .box_guide .ttl_line + .txt {
	font-size: 1.6rem;
	max-width: 568px;
	letter-spacing: 0.1em;
	margin: 0 auto;
	line-height: 2.125;
}

.sec_products .box_guide .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec_products .box_guide .list .item {
	width: 292px;
}

.sec_products .box_guide .list .item:nth-child(n + 4) {
	margin-top: 53px;
}

.sec_products .box_guide .list .item .logo {
	width: 100%;
	height: 92px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: relative;
}

.sec_products .box_guide .list .item .logo::before {
	content: "";
	width: 8px;
	height: 8px;
	background: url(../img/common/ico_blank.png) no-repeat center / 100% auto;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.sec_products .box_guide .list .item .logo a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease;
}

.sec_products .box_guide .list .item .logo a:hover{
	opacity: .8;
}


.sec_products .box_guide .list .item .txt {
	font-size: 1.6rem;
	padding-left: 1.5em;
	position: relative;
	margin-top: .5em;
}

.sec_products .box_guide .list .item .txt::before {
	content: "";
	width: .875em;
	height: .875em;
	background-color: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: .5em;
}

.sec_products .box_guide .list .item .btn {
	margin-top: 10px;
}

.sec_products .box_guide .list .item .btn a {
	width: 292px;
	height: 34px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	padding: 0 .5em;
}

.sec_products .box_guide .list .item .btn a::before {
	right: 1em;
}

.sec_products .box_guide .list .item  .note{
	/* font-size: 1.2rem; */
	font-size: 1.3rem;
	font-weight: bold;
}

/*IE*/
.ie .sec_products .products_list .item dd .btn a,
.ie .sec_products .box_guide .list .item .btn a {
	padding-top: 5px;
}


@media screen and (max-width: 768px) {
	.sec_products {
		padding-bottom: 13.33vw !important;
	}

	.sec_products .products_list {
		display: block;
	}

	.sec_products .products_list .item {
		width: 100%;
		border-radius: 6vw 0 6vw 0;
		padding: 3.6vw 7.7vw 4vw;
		background:
			linear-gradient(135deg, transparent 3vw, #fff 3vw),
			linear-gradient(315deg, transparent 3vw, #fff 3vw);
		background-position: top left, bottom right;
		background-size: 100% 51%;
		background-repeat: no-repeat;
	}

	.sec_products .products_list .item + .item {
		margin-top: 6vw !important;
	}

	.sec_products .products_list .item dt {
		padding-bottom: 2.5vw;
	}

	.sec_products .products_list .item dt .ico {
		width: 14.8vw;
	}

	.sec_products .products_list .item dt .ttl {
		width: calc(100% - 14.8vw);
		font-size: 4.8vw;
		letter-spacing: 0.1em;
	}

	.sec_products .products_list .item dt .ttl span {
		font-size: 3.2vw;
	}

	.sec_products .products_list .item dd .txt {
		font-size: 3.2vw;
	}

	.sec_products .products_list .item dd .btn {
		margin-top: 3vw;
	}

	.sec_products .products_list .item dd .btn a {
		width: 100%;
		height: 7.8vw;
		font-size: 3.2vw;
		border-radius: 3.9vw;
	}


	/*box_guide*/
	.sec_products .box_guide {
		width: 100%;
		border-radius: 8.4vw;
		padding: 8vw 7.7vw;
		margin-top: 9.33vw;
	}

	.sec_products .box_guide::before {
		border-width: 9.3vw 9.3vw 0 0;
		right: 13vw;
	}

	.sec_products .box_guide .ttl_line {
		margin-bottom: 6.6vw;
	}

	.sec_products .box_guide .ttl_line span {
		line-height: 1.5;
		padding-bottom: .6em;
	}

	.sec_products .box_guide .ttl_line + .txt {
		font-size: 3.2vw;
		max-width: inherit;
	}

	.sec_products .box_guide .list {
		margin-top: 7vw;
		display: block;
	}

	.sec_products .box_guide .list .item {
		width: 100%;
	}

	.sec_products .box_guide .list .item + .item {
		margin-top: 8vw !important;
	}

	.sec_products .box_guide .list .item .logo {
		width: 100%;
		height: 21vw;
		box-shadow: 0 0 1vw rgba(0, 0, 0, .2);
	}

	.sec_products .box_guide .list .item .logo::before {
		width: 1.8vw;
		height: 1.8vw;
		right: 2vw;
		bottom: 2vw;
	}

	.sec_products .box_guide .list .item .logo img {
		width: 33vw;
	}

	.sec_products .box_guide .list .item .txt {
		font-size: 3.2vw;
		margin-top: .5em;
	}

	.sec_products .box_guide .list .item .txt::before {
		width: .8em;
		height: .8em;
		border-radius: .4em;
		top: .5em;
	}

	.sec_products .box_guide .list .item .btn {
		margin-top: 2vw;
	}

	.sec_products .box_guide .list .item .btn a {
		width: 100%;
		height: 34px;
		font-size: 3.2vw;
		height: 7.9vw;
		border-radius: 3.9vw;
	}

}






/* ------------------------------
    sec_about
------------------------------ */
.sec_about {
	padding: 100px 0 30px !important;
}

.sec_about .wrap {
	position: relative;
	background-color: #fff;
	border-radius: 50px;
	padding: 58px 77px 70px;
}

.sec_about .wrap::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 100%;
	right: 175px;
}


/*certification*/
.sec_about .certification {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sec_about .certification .img {
	width: 236px;
}

.sec_about .certification .txtwrap {
	flex: 1;
	margin-left: 26px;
}



.sec_about .certification .txtwrap .ttlwrap {
	display: flex;
	align-items: flex-end;
	font-feature-settings: "palt";
	margin-bottom: 15px;
}

.sec_about .certification .txtwrap .ttlwrap .ttl {
	font-weight: bold;
	color: #192f72;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.15em;
}

.sec_about .certification .txtwrap .ttlwrap .ttl sup {
	font-size: 60%;
	color: #000;
}


.sec_about .certification .txtwrap .txt {
	font-size: 1.6rem;
	line-height: 2.125;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
	position: relative;
	text-align: justify;
	z-index: 1;
}

.sec_about .certification .txtwrap .txt .small {
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	letter-spacing: 0;
}



/*insurance*/
.sec_about .insurance {
	margin-top: 54px;
}

.sec_about .insurance .ttl {
	font-weight: bold;
	color: #192f72;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	padding-bottom: .4em;
	border-bottom: 4px solid #192f72;
}

.sec_about .insurance .ttl span {
	font-weight: 400;
	font-size: 1.6rem;
	margin-left: 2em;
	/*	display: inline-block;*/
	vertical-align: middle;
}

.sec_about .insurance .ttl span::before {
	content: "";
	width: .5em;
	height: 2px;
	display: inline-block;
	background-color: #192f72;
	position: relative;
	vertical-align: middle;
	margin-right: .5em;
}

.sec_about .insurance .link {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.sec_about .insurance .link li {
	width: 223px;
	height: 92px;
}

.sec_about .insurance .link li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: relative;
	transition: .3s ease;
}

.sec_about .insurance .link li a::before {
	content: "";
	width: 8px;
	height: 8px;
	background: url(../img/common/ico_blank.png) no-repeat center / 100% auto;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

.sec_about .insurance .link li a:hover {
	opacity: .8;
}



@media screen and (max-width: 768px) {
	.sec_about {
		padding: 13.33vw 0 9.3vw !important;
	}

	.sec_about .wrap {
		border-radius: 10vw;
		padding: 8vw;
	}

	.sec_about .wrap::before {
		border-width: 9.3vw 9.3vw 0 0;
		right: 13vw;
	}


	/*certification*/
	.sec_about .certification {
		display: block;
	}

	.sec_about .certification .img {
		width: 47.2vw;
		margin: 0 auto 3vw;
	}

	.sec_about .certification .txtwrap {
		width: 100%;
		margin-left: 0;
	}



	.sec_about .certification .txtwrap .ttlwrap {
		margin-bottom: 4vw;
	}

	.sec_about .certification .txtwrap .ttlwrap .ttl {
		font-size: 4.8vw;
		white-space: nowrap;
	}


	.sec_about .certification .txtwrap .txt {
		font-size: 3.2vw;
		line-height: 2;
	}

	.sec_about .certification .txtwrap .txt .small {
		font-size: 2.8vw;
		position: static;
		display: block;
		text-align: right;
		line-height: 1;
		margin-top: .5em;
	}

	/*insurance*/
	.sec_about .insurance {
		margin-top: 8vw;
	}

	.sec_about .insurance .ttl {
		font-size: 4.8vw;
		border-bottom: .8vw solid #192f72;
		letter-spacing: 0.08em;
	}

	.sec_about .insurance .ttl span {
		font-size: 3.2vw;
		margin-left: .8em;
	}

	.sec_about .insurance .ttl span::before {
		width: .65em;
		height: .4vw;
	}

	.sec_about .insurance .link {
		flex-wrap: wrap;
		margin-top: 2vw;
	}

	.sec_about .insurance .link li {
		width: 32.5vw;
		height: 14.8vw;
		margin-top: 3.2vw;
	}

	.sec_about .insurance .link li:nth-child(1) img {
		width: 17vw;
	}

	.sec_about .insurance .link li:nth-child(2) img {
		width: 23vw;
	}

	.sec_about .insurance .link li:nth-child(3) img {
		width: 26vw;
	}

	.sec_about .insurance .link li a {
		box-shadow: 0 0 1vw rgba(0, 0, 0, .2);
	}

	.sec_about .insurance .link li a::before {
		width: 1.8vw;
		height: 1.8vw;
		right: 1vw;
		bottom: 1vw;
	}

	/*	contact_bloxk*/
	.sec_about .contact_block .txt {
		font-size: 3.8vw;
		;
	}

	.sec_about .contact_block dl + dl {
		margin-top: 6vw;
	}

	.sec_about .contact_block dl dt {
		width: 14.6vw;
		font-size: 3.2vw;
		height: 9.8vw;
	}

	.sec_about .contact_block dl dd .num {
		font-size: 7.2vw;
	}

	.sec_about .contact_block dl dd .time {
		font-size: 2.9vw;
	}
}
