@charset "UTF-8";
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  	color: #333;
    font-size: 16px;
    font-weight: 400;
}
/*---------- 共通css調整 ----------*/
#breadcrumbs ol li {
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    #breadcrumbs ol li {
    font-size: 12px;}
}
#breadcrumbs.white li,
#breadcrumbs.white li a {
    color: #fff;
}
.nohref{
    pointer-events: none;
}
a:hover{
	opacity: 0.8;
}
/*---------- block ----------*/
main * {
    box-sizing: border-box;
    word-wrap: break-word;
}
main p {
    line-height: 1.5;
}
main {
    padding-top: 56px;
}
@media (min-width: 1200px) {
main {
    padding-top: 0;
}
}
section {
  	position: relative;
  	padding: 4rem 0;
}
@media (min-width: 768px) {
section {
  	padding: 6rem 0;
}
}
.container {
    position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.3s;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
a.underline{
	color: #152768;
	text-decoration: underline !important;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.text_indent {
    text-indent: -1em;
    padding-left: 1em;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}
.font_bold {
    font-weight: 700;
}
.font_italic {
    font-style: italic;
}
.color_primaly {
    color: #152768;
}
.color_secondary {
    color: #3B81C7;
}
.color_bg_secondary {
	background-color: #f2f7f8;
}
.contents{
	margin-left: auto;
	margin-right: auto;
	width: 92vw;
	max-width: 1200px;
}
.p-txt-blue {
    color: #3b81c7;
}

.btn-area a {
	justify-content: center;
	border-radius: 6px;
	font-size: 17.6px;
	width: 100%;
	max-width: 32em;
	position: relative;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
	height: 59px;
}
.btn-area a.btn-org {
	background-color: #FF7800;
	color: #fff !important;
	width: 95%;
	margin: auto;
}
.btn-area a::after {
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%) translateX(0%);
}
.btn-area a.btn-org::after {
	content: "＞";
}
@media screen and (min-width: 48em) {
	.btn-area a {
	  font-size: 20.8px;
	  position: relative;
	}
}
@media (max-width: 767px) {
    .nosp {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .nopc {
        display: none !important;
    }
}
.p-lead{
	margin-bottom: 32px;
}

/*-----------------
 *各section　h2
-----------------*/
section h2 {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 32px;
	color: #555555;
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (min-width: 48em) {
	section h2 {
		font-size: 31px;
	}
	section h2.detail {
		font-size: 29px;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
.main-v {
	padding-top: 64px;
	padding-bottom: 40px;
	width: 100%;
	height: auto;
	/*min-height: 24em;*/
	position: relative;
	overflow: hidden;
	background: #3ebf57;
	background: linear-gradient(#E7EEE9, #E3F3F1);
}
.main-v .contents {
	position: relative;
}
h1 {
	margin: 0 auto 24px;
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center; }

h1 span {
	font-size: 0.8em;
	  /*white-space: nowrap;*/ }

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	.main-v {
		padding: 72px 0 115px;
		background: #3ebf57;
		background: linear-gradient(#E7EEE9, #E3F3F1);
	}
	h1 {
		margin-top: 30px;
	}
}
.main-v .contents h1 {
	color: #333333;
	margin-bottom: 32px;
	line-height: 1.3;
}
.main-v .contents h1 .small {
	font-size: 17.6px;
	font-weight: 700;
	color: #555555;
	padding-bottom: 20px;
	display: inline-block;
}
.main-v .contents h1 .large {
	font-size: 32px;
}
.main-v .contents h1 .color1 {
	color: #297F3A;
}
.main-v .contents .btn-area .comment {
	margin-bottom: 16px;
	white-space: nowrap;
	text-align: center;
}

@media screen and (min-width: 75em) {
	.main-v .contents h1 .small {
		font-size: 28px;
		padding-bottom: 30px;
	}
	.main-v .contents h1 .large {
		font-size: 39px;
		padding-bottom: 18px;
		display: inline-block;
	}
	.main-v .contents h1 .large02 {
		font-size: 34px;
		padding-bottom: 18px;
		display: inline-block;
		line-height: 1.4;
	}
}

.main-v .contents {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.main-v .contents .catch {
	flex-basis: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.main-v .contents .mainv_wi, .main-v .contents .mainv_slack {
	width: 49.8%;
}
.main-v .contents .mainv_wi {
	order: 2;
}
.main-v .contents .mainv_slack {
	order: 3;
}
.main-v .contents .mainv_logo {
	text-align: center;
}
.main-v .contents .mainv_logo_w {
	width: 90%;
}
.main-v .contents .mainv_logo_t {
	color: #555555;
	text-align: center;
	font-size: 15px;
	margin-top: 8px;
}

@media screen and (min-width: 48em) {
	.main-v .contents .catch .btn-area a {
		width: 512px;
		height: 67px;
	}
	.main-v .contents .mainv_wi, .main-v .contents .mainv_slack {
		flex-basis: 49.8%;
		width: auto;
	}
	.main-v .contents .mainv_wi {
		order: 2;
	}
	.main-v .contents .mainv_slack {
		order: 3;
	}
}
@media screen and (min-width: 64em) {
	.main-v {
		padding-bottom: 50px;
	}
	.main-v .contents {
		padding-top: 0;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}
	.main-v .contents .catch {
		order: 2;
		margin-bottom: 0;
	}
	.main-v .contents .mainv_wi {
		order: 1;
	}
	.main-v .contents .mainv_logo {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	.main-v .contents .mainv_logo_w {
		width: 130px;
	}
}

@media screen and (min-width: 75em) {
	.main-v {
		padding-bottom: 60px;
	}
	.main-v .contents {
		padding-top: 50px;
		align-items: flex-end;
	}
	.main-v .contents .mainv_wi,
	.main-v .contents .mainv_slack {
		flex-basis: 200px;
		margin-bottom: 10px;
	}
	.main-v .contents .mainv_logo_w {
		width: 140px;
	}
}

#sec-dtod{
	background-color: #F2F7F8;
}
#sec-dtod .p-dtod-img{
	margin-bottom: 32px;
	text-align: center;
}
@media screen and (min-width:600px) {
	#sec-dtod .btn-area a.btn-org br {
		display: none;
	}
}
@media screen and (max-width:599px) {
	#sec-dtod .btn-area a.btn-org{
		line-height: 1.5;
		height: 72px;
	}
	#sec-dtod .btn-area a.btn-org::after{
		right: 10px;
	}
}

/*-----------------
 *section 連携してできること
-----------------*/
#sec-alignment .contents p {
	line-height: 1.5;
}
#sec-alignment .contents .alignment_div {
	text-align: center;
	margin-bottom: 20px;
}
#sec-alignment .contents .alignment_features {
	background-color: #f2f2f2;
	width: 100%;
}
#sec-alignment .contents .alignment_features h4 {
	text-align: center;
	padding-top: 60px;
	color: #555555;
}
#sec-alignment .contents .alignment_features ul,
#sec-alignment .contents .alignment_features ol,
#sec-alignment .contents .alignment_features p {
	width: 80%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left : auto;
	font-size: 14px;
}
#sec-alignment .contents .alignment_features ul li,
#sec-alignment .contents .alignment_features ol li {
	line-height: 1.7;
	color: #555555;
	padding-bottom: 8px;
}
#sec-alignment .contents .alignment_img01 {
	margin-top: 20px;
}
#sec-alignment .contents h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec-alignment .contents .sec-alignment_box h3 {
	font-size: 19px;
	padding: 0.1em 0.5em;
	color: #267C3A;
	background: transparent;
	border-left: solid 5px #267C3A;
	margin-bottom: 1.5rem;
}
#sec-alignment .contents h4 {
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 8px;
}
#sec-alignment .contents h4.main_h4{
	text-align: center;
	margin: 0 0 32px;
}
#sec-alignment .contents .sec-alignment_box {
	margin-top: 40px;
}
#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 {
	display: flex;
	flex-direction: column-reverse;
}
#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 img {
	width: 150px !important;
	margin-bottom: 10px;
}
#sec-alignment .contents .sec-alignment_box p{
	margin-bottom: 16px;
}
#sec-alignment .contents .sec-alignment_box .sec-alignment_wrap{
	margin-bottom: 16px;
}
#sec-alignment .contents .sec-alignment_box ul + h4{
	margin-top: 16px;
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 {
		flex-direction: row;
		justify-content: space-between;
		width: 450px;
	}
	#sec-alignment .contents .sec-alignment_box .sec-alignment_h4 img {
		margin-bottom: 0;
		margin-top: 6px;
	}
}
#sec-alignment .contents .sec-alignment_box p {
	margin-left: 20px;
	line-height: 1.5;
}
#sec-alignment .contents .sec-alignment_box ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 16px;
	margin-left: 20px;
	line-height: 1.5;
}
#sec-alignment .contents .sec-alignment_box ul li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: .1em;
	width: 8px;
	height: 8px;
	background-color: #267C3A;
	border-radius: 50%;
}
#sec-alignment .contents .sec-alignment_box ul li span {
	font-size: 14px;
	color: #555555;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
	#sec-alignment .contents .alignment_div {
		margin-bottom: 40px;
	}
	#sec-alignment .contents .alignment_features ul.flexlist {
		display: flex;
		flex-wrap: wrap;
	}
	#sec-alignment .contents .alignment_features li.flexitem {
		margin-left: 5px;
		width: calc(50% - 10px);
	}
	#sec-alignment .contents h3 {
		font-size: 20px;
	}
	#sec-alignment .contents .sec-alignment_box h3 {
		font-size: 24px;
	}
	#sec-alignment .contents h4 {
		font-size: 20px;
		margin-bottom: 0.8rem;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
	#sec-alignment .contents {
		padding: 0 20px;
	}
	#sec-alignment .contents .alignment_img01 {
		width: 670px;
	}
}
#sec-alignment .contents p {
	line-height: 1.5;
}
#sec-alignment .contents .alignment_div {
	text-align: center;
	margin-bottom: 20px;
}
#sec-alignment .contents .alignment_features {
	background-color: #f2f2f2;
	width: 100%;
}
#sec-alignment .contents .alignment_features h4 {
	text-align: center;
	padding-top: 60px;
	color: #555555;
}
#sec-alignment .contents .alignment_features ul,
#sec-alignment .contents .alignment_features ol,
#sec-alignment .contents .alignment_features p {
	width: 80%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left : auto;
	font-size: 14px;
}
#sec-alignment .contents .alignment_features ul li,
#sec-alignment .contents .alignment_features ol li {
	line-height: 1.7;
	color: #555555;
	padding-bottom: 8px;
}
#sec-alignment .contents .alignment_img01 {
	margin-top: 20px;
}
#sec-alignment .contents h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
#sec-alignment .contents .sec-alignment_box h3 {
	font-size: 19px;
	padding: 0.1em 0.5em;
	color: #267C3A;
	background: transparent;
	border-left: solid 5px #267C3A;
	margin-bottom: 1.5rem;
}

/* p-case
----------------------------------------------------------*/

.p-case-sec{
	padding: 65px 0 77px;
  }

  .p-case-sec-desc{
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
  }

  .p-case-list{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	gap: 40px;
  }

  .p-case-list-item{
	width: fit-content;
	padding: 35px 40px;
	border: 2px solid #e5eaeb;
  }

  .p-case-list-item-ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
  }

  .p-case-list-item-ttl img{
	padding-right: 10px;
  }

  .p-case-list-item-note{
	text-align: center;
	white-space: nowrap;
  }

  .p-case-changes-area{
	display: flex;
	align-items: flex-end;
	gap: 20px;
	margin-top: 35px;
  }

  .mt{
	margin-top: 63px;
  }

  .p-case-before-list,
  .p-case-after-list{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
  }

  .p-case-before-list{
	width: 210px;
	height: 387px;
	border:  2px solid #3b81c7;
	margin-bottom: 16px;
  }

  .p-case-before-list-item{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.93;
  }

  .p-case-before-list-item2,
  .p-case-after-list-item2{
	margin-left: 13px;
  }

  .p-case-before-list-desc{
	font-weight: 500;
	text-align: center;
  }

  .p-case-after-txt-box{
	font-weight: 700;
	padding-left: 66px;
	margin-bottom: 19px;
	position: relative;
  }

  .p-case-after-txt-box::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 39px;
	height: 71px;
	background: url(/web/jp/government/images/icn_arw.png) no-repeat center / contain;
  }

  .p-case-after-txt-box::after{
	content: "";
	position: absolute;
	top: 37%;
	left: 3px;
	transform: translate(-100%, -50%);
	width: 22px;
	height: 137px;
	background: url(/web/jp/government/images/img_dotted-line_pc.png) no-repeat center / contain;
  }

  .p-case-after-txt{
	line-height: 1.5;
  }

  .p-case-after-txt-m{
	font-size: 24px;
	line-height: 1.75;
  }

  .p-case-after-txt-l{
	font-size: 34px;
  }

  .p-case-after-list{
	width: 267px;
	height: 245px;
	border: 4px solid #3b81c7;
	margin-bottom: 13px;
  }

  .p-case-after-list-item{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.73;
  }

  .p-case-after-list-item span{
	font-size: 12px;
	font-weight: 400;
  }

  .p-case-after-list-desc{
	color: #3b81c7;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
  }


  @media screen and (max-width: 767px) {
	.p-case-sec{
	  padding: 8.666666vw 0 10.5vw;
	}

	.p-case-sec-desc{
	  text-align: left;
	  margin: -2.5vw 0 6vw;
	}

	.p-case-list{
	  flex-direction: column;
	  margin-bottom: 9.5vw;
	  gap: 8.8vw;
	}

	.p-case-list-item{
	  width: 100%;
	  padding: 0;
	  border: none;
	}

	.p-case-list-item-ttl{
	  justify-content: flex-start;
	  font-size: 4.9386666vw;
	  margin-bottom: 1vw;
	}

	.p-case-list-item-ttl img{
	  width: 35.66666vw;
	  padding-right: 0;
	  margin-right: 2.5vw;
	}

	.p-case-list-item-note{
	  font-size: 3.733333vw;
	  text-align: left;
	  padding-left: 1em;
	  text-indent: -1em;
	  white-space: normal;
	}

	.p-case-changes-area{
	  flex-direction: column;
	  align-items: flex-start;
	  justify-content: start;
	  gap: 2.5vw;
	  margin-top: 4vw;
	}

	.p-case-before-wrapper,
	.p-case-after-wrapper{
	  display: flex;
	  width: 100%;
	}

	.p-case-before-list,
	.p-case-after-list{
	  padding: 1.33333333vw;
	  margin:0 0 0 3.666666vw;
	  order: 2;
	}

	.p-case-before-list{
	  width: 83.8666666vw;
	  height: 62.6666666vw;
	  border: 0.266666vw solid #3b81c7;
	}

	.p-case-before-list2{
	  height: 55.06666vw;
	  padding-left: 0;
	}

	.p-case-before-list-item{
	  font-size: 3.733333vw;
	  line-height: 1.7;
	  padding-left: 2.666666vw;
	}

	.p-case-before-list-desc,
	.p-case-after-list-desc{
	  font-size: 4.266666vw;
	  text-align: center;
	  line-height: 1;
	  writing-mode: vertical-rl;
	  order: 1;
	}

	.p-case-after-list-desc2{
	  margin-top: -3.3333333vw;
	}

	.p-case-after-txt-box{
	  display: flex;
	  justify-content: start;
	  align-items: center;
	  font-size: 3.2vw;
	  line-height: 1.58;
	  padding-left: 0;
	  margin:0 0 3vw 7.66666vw;
	}

	.p-case-after-txt-box::before{
	  top: 57%;
	  left: auto;
	  right: 0;
	  width: 6.4vw;
	  height: 11.2vw;
	}

	.p-case-after-txt-box::after{
	  top: 55%;
	  left: auto;
	  right: -27.5vw;
	  width: 13.6vw;
	  height: 14.933333vw;
	  background: url(/web/jp/government/images/img_dotted-line_sp.png) no-repeat center / contain;
	}

	.p-case-after-txt-m{
	  font-size: 4.5vw;
	  padding-left: 2vw;
	}

	.p-case-after-txt-l{
	  font-size: 6.4vw;
	}

	.p-case-after-list{
	  width: 69.46666vw;
	  height: 63.33333vw;
	  border: 0.533333vw solid #3b81c7;
	}

	.p-case-after-list2{
	  height: 52.133333vw;
	  padding-left: 0;
	}

	.p-case-after-list-item{
	  font-size: 3.733333vw;
	  line-height: 1.63;
	  padding-left: 2vw;
	}

	.p-case-after-list-item span{
	  font-size: 3.2vw;
	}

	.p-reduced-arw-box{
	  font-size: 5.3333vw;
	  padding: 3.2vw 4.8vw;
	  margin-bottom: -5.3333333vw;
	}
  }
  @media screen and (max-width:1365px)  {
	.p-case-list{
		flex-direction: column;
	}
	.p-case-list-item{
		margin: 0 auto;
	}
  }
#sec-support .support-headings{
	margin-bottom: 64px;
}
#sec-support .support-headings h2.section_heading {
	position: relative;
	margin-bottom: 32px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0;
	text-align: center;
}
#sec-support .support-headings h2.section_heading::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 64px;
	height: 3px;
	background-color: #3b81c7;
}
#sec-support .support-headings .section_heading_num{
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #3370AD;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 4px;
}
#sec-support .support-headings .section_heading_num span{
    font-size: 12px;
    margin-right: 2px;
}
@media (min-width: 768px) {
	#sec-support .support-headings{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: 32px 20px;
	}
    #sec-support .support-headings h2.section_heading {
        margin-bottom: 16px;
        font-size: 32px;
        letter-spacing: 0.05em;
		width: 370px;
    }
    #sec-support .support-headings h2.section_heading::before {
        width: 64px;
        height: 4px;
    }
}
#sec-support .btn-area a.btn-org{
	line-height: 1.5;
	max-width: 480px;
	height: 72px;
}

@media screen and (max-width:599px) {
	#sec-support .btn-area a.btn-org::after{
		right: 10px;
	}
}

section#sec-functions{
	padding-top: 0;
	padding-bottom: 0;
}
#sec-functions .function-wrap{
	background-color: #EDF5ED;
	border: 1px solid #3370AD;
	margin-bottom: 64px;
	padding: 32px 20px;
}
#sec-functions .contents .function-wrap:last-child{
	margin-bottom: 0;
}
#sec-functions .function-wrap h2{
	color: #3370AD;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
}

#sec-functions .function-wrap .func-btns .func-btn{
	align-items: center;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 1px 1px #3370AD;
	color: #000;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 32px;
	padding: 20px 15px;
	position: relative;
	width: 100%;
}
#sec-functions .function-wrap .func-btns .func-btn::after {
	content: "";
	position: absolute;
	right: 1rem;
	width: 0.6em;
	height: 0.6em;
	top: 50%;
	margin-top: -0.32em;
	border-color: #3370AD;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
#sec-functions .function-wrap .func-btns .func-btn img{
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
@media screen and (max-width:420px){
	#sec-functions .function-wrap .func-btns .func-btn{
		font-size: 3.4vw;
	}
	#sec-functions .function-wrap .func-btns .func-btn img{
		margin-right: 10px;
	}
}
@media screen and (min-width:768px) {
	#sec-functions .function-wrap h2{
		font-size: 20px;
	}
	#sec-functions .function-wrap{
		padding: 32px;
	}
	#sec-functions .function-wrap .func-btns{
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}
	#sec-functions .function-wrap .func-btns .func-btn{
		font-size: 1.65vw;
		margin-bottom: 0;
		width: 47%;
	}
}
@media screen and (min-width:900px){
	#sec-functions .function-wrap .func-btns .func-btn{
		font-size: 15px;
	}
}
@media screen and (min-width:1200px) {
	#sec-functions .function-wrap .func-btns .func-btn{
		width: 31%;
		max-width: 356px;
	}
}

#services .contents{
	display: flex;
	gap:32px;
	flex-direction: column;
	position: relative;
}
@media (min-width: 1024px) {
	#services .contents {
	  flex-direction: row;
	  justify-content: space-between;
	}
  }
.pr_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	border: none;
	background-color: #fff;
	box-shadow: 0 0 15px #e3e1e1;
	padding: 32px 0;
  }
  @media (min-width: 1024px) {
  .pr_content {
	  width: 31%;
	}
  }
  .pr_content h3.merit_title {
	padding: 0;
  }
  h3 {
	padding: 32px 0;
  }
  @media (min-width: 1024px) {
  .pr_content h3.merit_title {
	  padding: 0;
	}
  }
  .merit_text {
	margin-bottom: 0;
	padding: 0 32px 0;
	line-height: 1.5;
  }
  .merit_title {
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	line-height: 122.222%;
	letter-spacing: 0.9px;
  }
  .merit_image {
	margin-bottom: 0;
  }
  .merit_title .merit_image img {
	width: 200px;
  }
  .feature_links, .merit_list {
	width: 100%;
	justify-content: right;
  }
  .feature_links {
	padding: 0 32px 0 0;
	width: 100%;
	box-sizing: border-box;
  }