@charset "utf-8";

/***************************************************************************

  ヘッダ

***************************************************************************/
/***************************************************************************

  FV スライダー

***************************************************************************/
.fvSlides {
	position: relative;
	width: 100%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
}

.fvSlides .swiper-slide {
	display: inline-block;
	width: 100%;
	margin: 0 0;
}

.fvSlides .swiper-slide .sildeImg {
	position: relative;
	width: 100%;
	border-radius: 0;
}

.fvSlides .swiper-slide .sildeImg img {
	width: 100%;
}

.fvslider_btn_prev,
.fvslider_btn_next {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
	z-index: 30;
}

.fvslider_btn_prev {
	left: 30px;
	background: url(/common/images/portal/ptl_prev_btn.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
}

.fvslider_btn_next {
	right: 30px;
	background: url(/common/images/portal/ptl_next_icon.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
}


.fvslider_btn_prev:hover,
.fvslider_btn_next:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.fvSlides .swiper-slide .sildeImg {
		width: 100%;
		margin: 0 auto;
		height: 96vw;
		overflow: hidden;
	}

	.fvSlides .swiper-slide .sildeImg img {
		width: auto;
		height: 100%;
	}

	.fvslider_btn_prev,
	.fvslider_btn_next {
		width: 20px;
		height: 20px;
	}

	.fvslider_btn_prev {
		left: 13px;
		background-size: 20px 20px;
	}

	.fvslider_btn_next {
		right: 13px;
		background-size: 20px 20px;
	}
}

/***************************************************************************

  共通パーツ

***************************************************************************/
/*共通見出し*/
h2.cmnHl2 {
	margin: 0 0 45px;
}

h2.cmnHl2 i {
	font-size: 1.6rem;
	color: #00A6DC;
	font-weight: 400 !important;
	position: relative;
	letter-spacing: 0.2em;
	line-height: 1;
}

h2.cmnHl2 i:after {
	content: '';
	background: #00A6DC;
	width: 3em;
	height: 1px;
	position: absolute;
	right: -3.5em;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

h2.cmnHl2 span {
	font-size: 3.6rem;
	color: #00A6DC;
	display: block;
	line-height: 1;
}

/*共通リンクボタン*/
.cmnBtnBox {
	display: block;
	text-align: center;
	margin: 0 0 15px;
}

a.cmnBtn {
	font-size: 1.5rem;
	background: linear-gradient(to left, #00A6DC, #01CADC);
	color: #fff;
	border-radius: 3em;
	letter-spacing: 0.02em;
	padding: 0 0;
	display: inline-block;
	text-align: left;
	box-shadow: 0 5px 10px rgba(46, 46, 46, 0.1);
}

.cmnBtn span {
	width: 20em;
	text-align: center;
	background: url(/common/images/white_arw.svg) no-repeat 95% 50%;
	background-size: 20px 20px;
	display: inline-block;
	padding: 0.9em 0 1.0em 0;
	transition: 0.3s;
}

.cmnBtn:hover span {
	background: url(/common/images/white_arw.svg) no-repeat 98% 50%;
	background-size: 20px 20px;
}

@media screen and (max-width: 767x) {

	/*共通見出し*/
	h2.cmnHl2 {
		margin: 0 0 45px;
	}

	h2.cmnHl2 i {
		font-size: 1.2rem;
		color: #00A6DC;
		font-weight: 400 !important;
		position: relative;
		letter-spacing: 0.2em;
		line-height: 1;
	}

	h2.cmnHl2 i:after {
		content: '';
		background: #00A6DC;
		width: 3em;
		height: 1px;
		position: absolute;
		right: -3.5em;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	h2.cmnHl2 span {
		font-size: 2.4rem;
		color: #00A6DC;
		display: block;
		line-height: 1;
	}

	/*共通リンクボタン*/
	.cmnBtnBox {
		display: block;
		text-align: center;
		margin: 0 0 15px;
	}

	a.cmnBtn {
		font-size: 1.3rem;
		background: linear-gradient(to left, #00A6DC, #01CADC);
		color: #fff;
		border-radius: 3em;
		letter-spacing: 0.02em;
		padding: 0 0;
		display: inline-block;
		text-align: left;
		box-shadow: 0 5px 10px rgba(46, 46, 46, 0.1);
	}

	.cmnBtn span {
		width: 20em;
		text-align: center;
		background: url(/common/images/white_arw.svg) no-repeat 95% 50%;
		background-size: 20px 20px;
		display: inline-block;
		padding: 0.9em 0 1.0em 0;
		transition: 0.3s;
	}

	.cmnBtn:hover span {
		background: url(/common/images/white_arw.svg) no-repeat 98% 50%;
		background-size: 20px 20px;
	}
}


/***************************************************************************

  fvNav

***************************************************************************/
.fvNav {
	width: 100%;
	max-width: 1320px;
	margin: -100px auto 98px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 40;
	position: relative;
}

.fvNav li {
	width: 425px;
	height: 200px;
}

.fvNav li:nth-child(1) {
	background: url(../images/portal/ptl_fv_cmp.jpg) no-repeat;
	background-size: cover;
}

.fvNav li:nth-child(2) {
	background: url(../images/portal/ptl_fv_bns.jpg) no-repeat;
	background-size: cover;
}

.fvNav li:nth-child(3) {
	background: url(../images/portal/ptl_fv_rec.jpg) no-repeat;
	background-size: cover;
}

.fvNav li a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: wrap;
	position: relative;
	z-index: 1;
}

.fvNav li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: 0.3s;
	z-index: -1;
}

.fvNav li a:hover:after {
	opacity: 0.7;
}

.fvNav li:nth-child(1) a:after {
	background: linear-gradient(to bottom, #014099, rgba(6, 64, 153, 0.73));
}

.fvNav li:nth-child(2) a:after {
	background: linear-gradient(to bottom, #3E96BE, rgba(62, 150, 190, 0.71));
}

.fvNav li:nth-child(3) a:after {
	background: linear-gradient(to bottom, #43BEBA, rgba(67, 190, 186, 0.73));
}

.fvNav span {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.33;
	margin: 0 0 12px;
}

.fvNav strong {
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	line-height: 1.375;
	margin: 0 0 19px;
}

.fvNav li:nth-child(1) strong {
	padding: 0 0 0 29px;
	background: url(../images/ptl_bdg_icon.svg) no-repeat left 50%;
	background-size: 20px;
}

.fvNav li:nth-child(2) strong {
	padding: 0 0 0 32px;
	background: url(../images/ptl_cpt_icon.svg) no-repeat left 55%;
	background-size: 27px;
}

.fvNav li:nth-child(3) strong {
	padding: 0 0 0 29px;
	background: url(../images/ptl_rec_icon.svg) no-repeat left 55%;
	background-size: 23px;
}

.fvNav li a i {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	line-height: 1;
	border: solid 1px #fff;
	border-radius: 4px;
	padding: 0.52em 2.5em 0.58em;
	background: url(../images/arw_white.svg) no-repeat right 11px top 9px;
	background-size: 5px;
	transition: 0.3s;
}

.fvNav li a:hover i {
	background: url(../images/arw_white.svg) no-repeat right 7px top 9px;
	background-size: 5px;
}

@media screen and (max-width: 767px) {
	.fvNav {
		margin: 0 auto 70px;
	}

	.fvNav li {
		width: 33.4%;
		height: initial;
	}

	.fvNav li:nth-child(1) {
		background: url(../images/portal/ptl_fv_cmp_sp.jpg) no-repeat;
		background-size: cover;
	}

	.fvNav li:nth-child(2) {
		background: url(../images/portal/ptl_fv_bns_sp.jpg) no-repeat;
		background-size: cover;
	}

	.fvNav li:nth-child(3) {
		background: url(../images/portal/ptl_fv_rec_sp.jpg) no-repeat 80% top;
		background-size: cover;
	}

	.fvNav li a {
		width: 100%;
		height: 100%;
		padding: 33px 0;
	}

	.fvNav span {
		font-size: 1.0rem;
		margin: 0 0 18px;
	}

	.fvNav strong {
		font-size: 1.5rem;
		margin: 0 0 0;
	}

	.fvNav li:nth-child(1) strong {
		padding: 32px 0 0 0;
		background: url(../images/ptl_bdg_icon.svg) no-repeat center 0;
		background-size: 20px;
	}

	.fvNav li:nth-child(2) strong {
		padding: 32px 0 0 0;
		background: url(../images/ptl_cpt_icon.svg) no-repeat center 3px;
		background-size: 27px;
	}

	.fvNav li:nth-child(3) strong {
		padding: 32px 0 0 0;
		background: url(../images/ptl_rec_icon.svg) no-repeat center 1px;
		background-size: 23px;
	}

	.fvNav li a i {
		display: none;
	}

}

/***************************************************************************

  バナー

***************************************************************************/
.ptlBannerBox {
	width: 100%;
	max-width: 1126px;
	margin: 0 auto 85px;
	text-align: center;
}
.ptlBannerBox ul li a img {
	max-width:100%;
}
.ptlBannerBox ul li a img:hover {
	opacity: 0.7;
	transition: 0.3s;
}

/***************************************************************************

  お知らせ

***************************************************************************/
.ptlNewsBox {
	width: 100%;
	max-width: 1126px;
	margin: 0 auto 85px;
}

.ptlNewsFst {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
}

.ptlNewsFst dt {
	width: 195px;
	display: flex;
	min-height: 200px;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	border-right: solid 1px #BFBFBF;
}

.ptlNewsFst dt h2 {
	margin: 0 0 0 7px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.ptlNewsFst dt h2 span {
	font-size: 4.0rem;
	color: #014099;
	font-weight: bold;
}

.ptlNewsFst dt h2 i {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

a.ptlNewsToDet {
	color: #014099;
	margin: 0 0 24px 15px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	line-height: 1;
	border: solid 1px #014099;
	border-radius: 4px;
	padding: 0.52em 2.5em 0.58em;
	background: url(../images/arw_blue.svg) no-repeat right 11px top 9px;
	background-size: 5px;
	transition: 0.3s;
	display: inline-block;
}

a.ptlNewsToDet:hover {
	color: #fff;
	background: #014099 url(../images/arw_white.svg) no-repeat right 7px top 9px;
	background-size: 5px;
}

.ptlNewsFst dd {
	flex: 1;
	padding: 0 0 0 32px;
}

.newsTabBox {
	width: 100%;
	display: block;
	margin-bottom: 18px;
}

.newsTab {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.newsTab li {
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
	padding: 0 1.2em;
	line-height: 1.5;
	display: inline-block;
	border-right: solid 1px #BFBFBF;
}

.newsTab li:first-child {
	padding: 0 1.2em 0 0;
}

.newsTab li:last-child {
	border-right: 0;
}

.newsTab li span {
	display: inline-block;
	position: relative;
}

.tab.tabOn span {
	color: #014099;
	transition: 0.3s;
}

.tab span:hover {
	color: #014099;
}

.tab.tabOn span:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #014099;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tab span:after {
	content: '';
	width: 0;
	height: 2px;
	background: #014099;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: 0.3s;
}

.tab span:hover:after {
	width: 100%;
}

.noNews {
	font-size: 2.0rem;
	text-align: center;
}

.newsList {
	width: 100%;
	margin: 0 auto 12px auto;
	display: none;
	text-align: left;
}

.newsList.show {
	display: block;
}

.newsList li a {
	opacity: 1;
	transition: 0.3s;
	color: #363636;
}

.newsList li a:hover {
	opacity: 0.6;
}

.newsList li:last-child a {
	border: none;
}

.newsList li .ptlArtWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 0;
	opacity: 1;
	transition: 0.3s;
	color: #363636;
}

.newsDate {
	width: 12%;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

.newsLabel {
	width: 15%;
	font-size: 1.4rem;
	text-align: center;
	background: #000;
	padding: 2px 0 4px;
	color: #fff;
}

.newsTitle {
	width: 73%;
	font-size: 1.6rem;
	padding: 0 0 0 22px;
	letter-spacing: 0.08em;
}

.ptlNewsSnd {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	border-top: solid 1px #BFBFBF;
}

.ptlNewsSnd dt {
	width: 195px;
	display: flex;
	min-height: 120px;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	border-right: solid 1px #BFBFBF;
}

.ptlNewsSnd dt a.ptlNewsToDet {
	margin: 0 0 17px 15px;
}

.ptlNewsSnd dt h2 {
	margin: 23px 0 0 15px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.ptlNewsSnd dt h2 i {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.ptlNewsSnd dd {
	flex: 1;
	padding: 0 0 0 32px;
}

.ptlNewsSnd dd ul {
	width: 100%;
}

.ptlNewsSnd dd ul li {
	width: calc(100% - 32px);
}

.ptlNewsSnd dd ul li.importantNews {
	padding: 24px 0 16px;
}

.ptlNewsSnd dd ul li.importantOtherNews {
	border-top: dotted 1px #BFBFBF;
	padding: 10px 0 12px;
}

.ptlNewsSnd dd ul li a {
	width: 100%;
	display: inline-block;
	color: #363636;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 6px 0;
	opacity: 1;
	transition: 0.3s;
}

.ptlNewsSnd dd ul li a:hover {
	opacity: 0.6;
}

.lwrNewsSnd dd ul li span {
	width: 100%;
	display: inline-block;
	color: #363636;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 6px 0;
	opacity: 1;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.ptlNewsBox {
		margin: 0 auto 70px;
	}

	.ptlNewsFst {
		width: 100%;
		padding: 0 20px;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.ptlNewsFst dt {
		width: 100%;
		min-height: initial;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
		border-right: 0;
	}

	.ptlNewsFst dt h2 {
		margin: 0 0 25px 0;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.ptlNewsFst dt h2 span {
		font-size: 3.0rem;
	}

	.ptlNewsFst dt h2 i {
		font-size: 1.2rem;
	}

	a.ptlNewsToDet {
		margin: 0 0 45px;
	}

	.ptlNewsFst dd {
		width: 100%;
		flex: initial;
		padding: 0 0 0 0;
		text-align: center;
	}

	.newsTabBox {
		width: 100%;
		display: block;
		margin-bottom: 18px;
		text-align: left;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		padding: 15px 0 5px 0;
	}

	.newsTabBox::-webkit-scrollbar {
		height: 0;
	}

	.newsTab {
		margin: 0 auto 0 0;
		overflow-x: scroll;
		display: table;
	}

	.newsTab li {
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.5;
		display: table-cell;
		white-space: nowrap;
	}

	.newsTab li:first-child {
		padding: 0 1.2em 0 0;
	}

	.newsTab li:last-child {
		padding: 0 0 0 1.2em;
	}

	.newsList {
		margin: 0 auto 18px auto;
	}

	.newsList li .ptlArtWrap {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.newsDate {
		width: 7em;
		font-size: 1.4rem;
	}

	.newsLabel {
		width: 10em;
		font-size: 1.2rem;
	}

	.newsTitle {
		width: 100%;
		font-size: 1.4rem;
		padding: 5px 0 0 0;
	}

	.ptlNewsSnd {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.ptlNewsSnd dt {
		width: 100%;
		min-height: initial;
		justify-content: center;
		flex-direction: row;
		align-items: flex-start;
		border-right: 0;
	}

	.ptlNewsSnd a.ptlNewsToDet {
		margin: 0 0 20px 0;
	}

	.ptlNewsSnd dt h2 {
		margin: 30px 0 8px 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.ptlNewsSnd dt h2 i {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.ptlNewsSnd dd {
		width: 100%;
		flex: 1;
		padding: 0 20px;
		text-align: center;
	}

	.ptlNewsSnd dd ul {
		width: 100%;
		text-align: left;
	}

	.ptlNewsSnd dd ul li {
		width: 100%;
	}

	.ptlNewsSnd dd ul li.importantNews {
		padding: 12px 0 12px;
	}

	.ptlNewsSnd dd ul li.importantOtherNews {
		border-top: dotted 1px #BFBFBF;
		padding: 10px 0 12px;
	}

	.ptlNewsSnd dd ul li a {
		font-size: 1.4rem;
		padding: 5px 0;
	}
}

/***************************************************************************

  ウインが目指す姿

***************************************************************************/
.ptlServiceBox {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: url(../images/portal/ptl_fc_bg.jpg) no-repeat center top;
	background-size: contain;
}

.ptlServiceBox .ptlServiceTop {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 65px 0 44px;
	text-align: center;
}

.ptlServiceBox h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 42px;
}

.ptlServiceBox h2 span {
	color: #fff;
	font-size: 44px;
	font-weight: 300;
	position: relative;
	padding: 0 0 0 83px;
	letter-spacing: 0.02em;
	line-height: 1;
}

.ptlServiceBox h2 span::before {
	content: '';
	height: 2px;
	width: 34px;
	background: #fff;
	position: absolute;
	left: 21px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.ptlServiceBox .ptlServiceTop dl {
	width: 100%;
}

.ptlServiceBox .ptlServiceTop dl dt {
	display: block;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	margin: 0 0 21px;
}

.ptlServiceBox .ptlServiceTop dl dd {
	width: 100%;
}

.ptlServiceBox .ptlServiceTop dl p {
	font-size: 1.6rem;
	padding: 0 0 28px;
	color: #fff;
}

.ptlServiceBox a.ptlServiceToDet {
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.08em;
	font-weight: bold;
	line-height: 1;
	border: solid 1px #fff;
	border-radius: 4px;
	padding: 0.52em 2.5em 0.58em;
	background: url(../images/arw_white.svg) no-repeat right 11px top 9px;
	background-size: 5px;
	transition: 0.3s;
	display: inline-block;
}

.ptlServiceBox a.ptlServiceToDet:hover {
	background: url(../images/arw_white.svg) no-repeat right 7px top 9px;
	background-size: 5px;
}

.ptlServiceBox .wrap {
	width: 100%;
	max-width: 1200px;
	background: #fff;
	padding: 43px 0 60px;
	margin: 0 auto;
}

.ptlServiceBox h3 {
	text-align: center;
	font-size: 1.8rem;
	color: #363636;
	letter-spacing: 0.05em;
	line-height: 1.333;
	padding: 0 0 28px;
}

.ptlServiceBox h3 span {
	font-size: 4.0rem;
	display: block;
	font-weight: bold;
	letter-spacing: 0;
	color: #014099;
	line-height: 1.325;
	margin: 0 0 2px;
}

.ptlServiceBox .wrap p.ptlServiceCpy {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	padding: 0 0 83px;
}

.ptlServiceBox .ptlServiceCnt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}

.ptlServiceBox .ptlServiceCnt dt {
	width: 556px;
}

.ptlServiceBox .ptlServiceCnt dt span {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.357;
	padding: 0 0 20px;
	color: #014099;
	font-weight: 300;
}

.ptlServiceBox strong {
	font-size: 2.6rem;
	color: #363636;
	line-height: 1.357;
	padding: 0 0 20px;
	margin: 0 0 27px;
	position: relative;
	display: block;
}

.ptlServiceBox strong:after {
	content: '';
	width: 3.5em;
	height: 2px;
	background: #BFC0C0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ptlServiceBox i {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	font-weight: 300;
	line-height: 1.33;
	padding: 0 0 10px;
}

.ptlServiceBox .ptlServiceCnt p {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 2.125;
	padding: 0 0 25px;
}

.ptlServiceBox .ptlServiceCnt dd {
	width: 576px;
}

.ptlServiceBox .ptlServiceCnt dd img {
	width: 576px;
}

.ptlServiceBox .ptlServiceCnt.reverse {
	width: 100%;
	flex-direction: row-reverse;
}

.ptlServiceBox .ptlServiceCnt.reverse dt {
	width: 576px;
}

.ptlServiceBox .ptlServiceCnt.reverse dd {
	width: 556px;
}

.ptlServiceBox .ptlServiceCnt.reverse dd img {
	width: 522px;
}

@media screen and (max-width: 767px) {
	.ptlServiceBox {
		margin: 0 auto;
		background: none;
		background-size: contain;
	}

	.ptlServiceBox .ptlServiceTop {
		width: 100%;
		padding: 33px 0 44px;
		background: url(../images/portal/ptl_fc_bg_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.ptlServiceBox h2 {
		font-size: 14px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin: 0 0 28px;
	}

	.ptlServiceBox h2 span {
		font-size: 28px;
		padding: 12px 0 0 0;
	}

	.ptlServiceBox h2 span::before {
		display: none;
	}

	.ptlServiceBox .ptlServiceTop dl {
		width: 100%;
		padding: 0 20px;
	}

	.ptlServiceBox .ptlServiceTop dl dt {
		font-size: 1.6rem;
		margin: 0 0 16px;
	}

	.ptlServiceBox .ptlServiceTop dl dd {
		width: 100%;
	}

	.ptlServiceBox .ptlServiceTop dl p {
		font-size: 1.4rem;
		line-height: 2;
		padding: 0 0 30px;
	}


	.ptlServiceBox .wrap {
		width: 100%;
		padding: 30px 0 40px;
	}

	.ptlServiceBox h3 {
		font-size: 1.2rem;
	}

	.ptlServiceBox h3 span {
		font-size: 3.0rem;
	}

	.ptlServiceBox .wrap p.ptlServiceCpy {
		font-size: 1.4rem;
		padding: 0 0 40px;
	}

	.ptlServiceBox .ptlServiceCnt {
		width: 100%;
		flex-direction: column-reverse;
		margin: 0 0 60px;
		text-align: center;
	}

	.ptlServiceBox .ptlServiceCnt dt {
		width: 100%;
		padding: 20px 20px 0;
	}

	.ptlServiceBox .ptlServiceCnt dt span {
		font-size: 1.2rem;
		text-align: left;
	}

	.ptlServiceBox strong {
		font-size: 2.0rem;
		padding: 0 0 20px;
		margin: 0 0 26px;
		text-align: left;
	}

	.ptlServiceBox strong:after {
		width: 5em;
	}

	.ptlServiceBox i {
		font-size: 1.4rem;
		padding: 0 0 5px;
	}

	.ptlServiceBox .ptlServiceCnt p {
		font-size: 1.4rem;
		line-height: 1.85;
		padding: 0 0 25px;
		text-align: left;
	}

	.ptlServiceBox .ptlServiceCnt dd {
		width: 100%;
	}

	.ptlServiceBox .ptlServiceCnt dd img {
		width: 100%;
	}

	.ptlServiceBox .ptlServiceCnt.reverse {
		width: 100%;
		flex-direction: column-reverse;
	}

	.ptlServiceBox .ptlServiceCnt.reverse dt {
		width: 100%;
	}

	.ptlServiceBox .ptlServiceCnt.reverse dd {
		width: 100%;
	}

	.ptlServiceBox .ptlServiceCnt.reverse dd img {
		width: 100%;
	}
}
