@charset "UTF-8";
@import url(../css/sanitize.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.7rem;
	margin: 0 auto;
	padding: 0;
	color: #666;
	background-color: #FFFFFF;
	position: relative;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #0000ff;
	text-decoration: none;
}

/*ヘッダレイアウト*/

.swiper-container {
	width: 100%
}


.header {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	padding-bottom: 5px;

}

.inner {
	background: #fff;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.logo {
	width: auto;
	margin-top: 10px;
}

.header ul {
	list-style: none;
	display: flex;
	margin: 40px 0 0 0;
}

.header ul li {
	padding-left: 20px;
}

.header ul li a {
	color: #999;
}

.mainimg {
	width: 100%;
	height: 800px;
	background-image: url(https://www.arp-nt.co.jp//wp-content/uploads/2019/06/pc_top_a.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

.main_inner {
	width: 1200px;
	margin: 0 auto;
}

.maincopy1 {
	color: #4a5b8a;
	font-size: 5rem;
	font-weight: 600;
	margin: 0;
	padding-top: 150px;
}

.maincopy2 {
	width: 50%;
	font-size: 3.5rem;
	font-weight: 500;
}

article {
	margin-bottom: 80px;
}

h1 {
	display: block;
	color: #4a5b8a;
	font-size: 4rem;
	font-weight: 600;
	margin: 50px auto 30px auto;
	text-align: center;
}

h2 {
	display: block;
	color: #4a5b8a;
	font-size: 3rem;
	font-weight: 600;
	margin: 50px auto;
	text-align: center;
}

.services {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.s_item {
	width: 320px;
	height: 500px;
	border: solid 10px #ccdef0;
	border-radius: 6px;
}

.s_item a {
	color: #666;
}

.k_item {
	width: 500px;
	height: 120px;
	border: solid 10px #ccdef0;
	border-radius: 6px;
}

.s_item p {
	padding: 10px;
}

.presen {
	width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p_item {
	width: 500px;
	height: 230px;
	border: solid 10px #ccdef0;
	border-radius: 6px;
	margin-bottom: 20px;
}

.p_item p {
	margin: 0;
	padding: 0 10px;
}

.p_item a {
	color: #666;
}

footer {
	width: 100%;
	height: auto;
	background-color: #191919;
	background-image: url(../images/footer_logo_center.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer_head {
	width: 1200px;
	height: 90px;
	padding: 20px 0;
	margin: 0 auto;
	color: #D8D8D8;
	font-size: 4rem;
	font-weight: 600;
}

.footer_inner {
	width: 1200px;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #666666;
}

.footer_arp {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 15px 0;
	text-indent: 10px;
	color: #b0b0b0;
	font-size: 1.2rem;
	text-align: center;
}

.footer_arp span {
	color: #b0a8a8;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: 20px;
}

.f_item {
	width: 240px;
	height: auto;
}

.f_item dt {
	margin-bottom: 8px;
}

.f_item dd {
	margin: 5px 0 5px 5px;
}

.f_item dt a {
	color: #b0a8a8;
	font-size: 2rem;
	font-weight: 600;
}

.f_item dd a {
	color: #b0b0b0;
	font-size: 1.35rem
}
.china_wrap {
	display: flex;
	border: solid 10px #ccdef0;
	border-radius: 6px;
}
.china_img {
	width: 480px;
	height: auto;
}
/*画像拡大*/
.scale_s {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.scale_s img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.scale_s img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.scale_p {
	height: 80px;
	overflow: hidden;
}

.scale_p img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.scale_p img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.scale_k {
	width: 480px;
	height: 100px;
	overflow: hidden;
}

.scale_k img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.scale_k img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 0619 */

.header ul li .current {
	color: #133bbf
}


.sideber-right ul li a {
	color: #191919
}

.sideber-right ul li .current {
	color: #133bbf
}

#wrapper {
	background-color: #FFF;
	max-width: 1200px;
	min-height: 100vh;
	margin: 0 auto;
}

#wrapper .l-wrap {
	width: 960px;
	margin: 0 auto;
}

#wrapper .container__h1 {
	background: url(../images/h1_back.png);
	padding: 3px;
	margin-top: 0;
	margin-bottom: 0
}

#wrapper .l-left {
	float: left;
	width: 70%;
	margin-bottom: 30px
}

#wrapper .l-right {
	float: right;
	width: 20%
}

#wrapper:before,
#wrapper:after {
	content: "";
	display: table;
	clear: both
}

.section {
	margin-bottom: 60px;
}

.entryBox--two,
#message {
	margin-top: 30px
}

iframe {
	margin: 20px auto
}

.section__title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;

	margin-top: 0;
	margin-bottom: 30px;
	padding: 12px 0 11px 0;

	counter-reset: number;
	text-align: center;
	letter-spacing: 1em;

	color: #fff;
	background-color: #4a5b8a;
}

.section__message,
.section__message--em {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-weight: normal;
	color: #4a5b8a;
}

.section__message--em {
	font-weight: bold;
}

.contentWrap,
.contentWrap--rev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;

	margin-bottom: 60px;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.contentWrap__title {
	font-weight: normal;

	width: 150px;
	margin: 0;
	padding: 7px 0 5px 0;

	text-align: center;

	background-color: #e5e0cf;
}

.contentWrap__text {
	/*! padding-left: 30px; */
}

.contentWrap__image>img {
	vertical-align: bottom;
}

.contentWrap--rev {
	flex-direction: row-reverse;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.contentWrap--rev .contentWrap__text {
	width: 100%;
	padding-right: 30px;
	/*! padding-left: 0; */
}

.improvement {
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;

	color: #000;
}

.improvement::after,
.improvement::before {
	display: table-cell;

	width: 50%;

	content: '';
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, calc(50% + 1px), transparent calc(50% + 1px));
	background: linear-gradient(transparent 50%, currentColor 50%, calc(50% + 1px), transparent calc(50% + 1px));
	background-clip: padding;
}

.improvement::after {
	border-left: 1em solid transparent;
}

.improvement::before {
	border-right: 1em solid transparent;
}

.objective {
	font-weight: normal;

	margin-bottom: 40px;

	text-align: center;

	color: #4a5b8a;
}

.jobs {
	margin-bottom: 60px;
}

.jobs__heading {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;

	margin: 0;
	padding: 19px 0 18px;

	text-align: center;

	background-color: #e5e0cf;
}

.jobs__heading::before {
	font-size: 20px;
	font-size: 2rem;

	margin-right: 10px;

	content: counter(number);
	counter-increment: number;

	color: #445EA0;
}

.jobs__summary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	padding: 0 40px;

	border: 1px solid #e5e0cf;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jobs__note {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

.jobs__work,
.jobs__skill {
	padding: 20px;
}

.jobs__work {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
}

.jobs__skill {
	border-left: 1px solid #e5e0cf;

	-webkit-flex-basis: calc(50% - 1px);
	flex-basis: calc(50% - 1px);
	-ms-flex-preferred-size: calc(50% - 1px);
}

.jobs__title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;

	margin: 0;
}

.recruitment,
.recruitment--form {
	margin-bottom: 40px;
}

.recruitment table,
.recruitment--form table,
.recruitment th,
.recruitment--form th,
.recruitment td,
.recruitment--form td {
	border-collapse: collapse;

	border: 1px solid #4a5b8a;
}

.recruitment table,
.recruitment--form table {
	width: 100%;
}

.recruitment th,
.recruitment--form th {
	font-weight: normal;
	/* 列のヘッダ固定 */
	width: 238px;
	padding: 10px 0;
	background-color: #ccdef0;
}

.recruitment td,
.recruitment--form td {
	padding: 10px 10px;
}

.recruitment--form {
	margin-bottom: 20px;
}

.recruitment--form th {
	width: 210px;
	padding: 20px 0;
}

.recruitment--form input,
.recruitment--form textarea {
	font-family: 'メイリオ', Arial, sans-serif;

	padding: 5px;

	-webkit-transition: all .2s;
	transition: all .2s;

	border: 1px solid #4a5b8a;
	border-radius: 3px;
	outline: none;
	background: none;
}

.recruitment--form input:focus,
.recruitment--form textarea:focus {
	border: 1px solid #7cfc00;
	-webkit-box-shadow: 0 0 2px #7cfc00;
	box-shadow: 0 0 2px #7cfc00;
}

.recruitment--form input {
	width: 300px;
}

.recruitment--form textarea {
	width: 500px;

	resize: vertical;
}

.error__msg {
	color: #f00;
}

.required {
	font-size: 10px;

	margin-left: 10px;
	padding: 3px;

	color: #fff;
	border-radius: 5px;
	background-color: #7cfc00;
}

.employee__title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;

	position: relative;

	padding-bottom: 3px;
	padding-left: 40px;

	border-bottom: 2px solid #d00909;
}

.employee__title::before {
	position: absolute;
	top: -4px;
	left: 0;

	display: block;

	width: 37px;
	height: 36px;

	content: '';

	background-image: url(../images/hd_icon_01.png);
	background-repeat: no-repeat;
}

.employee__sub {
	font-size: 14px;
	font-size: 1.4rem;
}

.subscription {
	padding: 20px;

	text-align: center;
}

.subscription>a {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 70px;

	display: inline-block;

	width: 650px;
	height: 70px;

	text-decoration: none;

	color: #fff;
	border-radius: 5px;
	background-color: #445EA0;
}

#recruitment-heading {
	font-size: 2rem;
	font-weight: 400
}

/* WEBサイト制作 */

#wrapper .website__h3 {
	text-align: center;
	font-size: 2.5rem;
	color: #4a5b8a;
	margin: 0 auto;
	padding-bottom: 5px;
	background: #cfddee
}

#wrapper .h3-number {
	font-size: 2.2rem;
	margin: 0 10px;
	padding: 10px 20px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background: #133bbf;
	color: #fff
}

#wrapper .p_item {
	height: 200px;
	position: relative
}

#wrapper .p_item p {
	font-size: 1.9rem;
	font-weight: 500;
	margin-top: 20px;
}

#wrapper .p_item .detail {
	width: 60%;
	background: #445EA0;
	color: white;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 20px;
	border-radius: 5px
}

#wrapper .p_item .detail a {
	color: #fff
}

#wrapper .website__photo {
	width: 100%;
	height: 400px;
	border: solid 2px #ccdef0;
}

#wrapper .website__box {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	border: solid 10px #ccdef0;
	border-radius: 6px;
	font-weight: 600
}

.website__box:before,
.website__box:after {
	content: "";
	display: table;
	clear: both
}

#wrapper .website__box p {
	font-size: 2rem;
	line-height: 2;
	margin-left: 5%;
}

#wrapper .website__box__text {
	width: 650px;
	float: left;
}

#wrapper .website__box__img {
	width: 200px;
	float: left;
	margin-right: 5%
}

#wrapper .planning__content {
	margin: 0 auto;
	border-radius: 6px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 0;
	margin-left: 80px;
}


#website__contents #wrapper .website__h1 {
	margin-bottom: 0;
	text-align: left;
	height: 100px;
	line-height: 100px;
	padding-left: 40px;
	margin-top: 0;
	font-size: 3rem;
}

#website__contents #wrapper ul {
	margin: 0;
	padding: 0
}

#website__contents #wrapper ul li {
	width: 100%;
	height: 50px;
	list-style: none;
	border-bottom: 1px solid #818181;
	border-collapse: collapse;
	padding: 10px;
	padding-left: 20px;
	padding-right: 0;
	background: #cfddee;
	font-weight: 500;
	font-size: 1.5rem
}

/*アプリケーション開発 */
#application h2 {
	text-align: left;
	display: block;
	color: #4a5b8a;
	font-size: 3rem;
	font-weight: 600;
	margin: 10px 0;
}

.app {
	display: flex;
}

.app_item {
	margin-right: 20px;
}

.app_item :last-child {
	margin-right: 0;
}
/*おすすめツール */
.tool {
	width:80%;
	margin:0 auto;
}


/* パンくず */

.bread-list {
	color: #fff;
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px
}

.bread-list ul li {
	padding: 0
}



.bread-list a {
	color: #fff;
}

.bread-list ul {
	width: 1200px;
	background-color: #135bbf;
	margin: 0 auto;
}

.bread-list ul:before,
.bread-list ul:after {
	content: "";
	display: table;
	clear: both
}

.bread-list ul li {
	float: left;
	list-style: none;
	text-align: center;
	font-size: 16px
}

.bread-list ul li:after {
	content: ">";
	padding: 0 10px
}

.bread-list ul li:last-child:after {
	display: none;
}

.bread-list ul li a {
	text-decoration: none
}

/*メールフォーム */
.mailForm {
	max-width: 800px;
	margin: 0 auto;
	display: table;
	border-collapse: collapse;
	width: 100%
}

.mailForm>p {
	margin-bottom: 0
}


.mailForm input[type=text],
.mailForm select {
	height: 30px;
	-webkit-transition: .3s;
	transition: .3s
}

.mailForm input[type=text],
.mailForm input[type=email],
.mailForm select,
.mailForm textarea {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 10px
}

.mailForm input[type=text]:focus,
.mailForm select:focus,
.mailForm textarea:focus {
	box-shadow: 0 0 5px #aaa;
	border: 1px solid #ccc;
	outline: 0
}

.mailForm p {
	margin: 5px
}

.mailForm textarea,
.pager a {
	-webkit-transition: .3s;
	transition: .3s
}

.mailForm textarea {
	width: 100%;
	height: 120px
}

.innerTable,
.mailForm .width-100,
.msg {
	width: 100%
}

.mailForm .width-60 {
	width: 60%
}

@media screen and (max-width:767px) {
	.mailForm .width-60 {
		width: 100%
	}
}

.mailForm .width-20 {
	width: 20%
}

@media screen and (max-width:767px) {
	.mailForm .width-20 {
		width: 25%
	}
}

.mailForm dl {
	display: table-row;
	border: 1px solid #ccc;
	margin: 0
}

@media screen and (max-width:767px) {
	.mailForm dl {
		margin-bottom: 0
	}
}

.mailForm dd,
.mailForm dt {
	display: table-cell;
	padding: 10px
}

.mailForm dt {
	vertical-align: middle;
	background-color: #cfddee;
	width: 20%
}

@media screen and (max-width:767px) {
	.mailForm dt {
		display: block;
		width: 100%
	}
}

.mailForm dd {
	border-left: 1px solid #ccc;
	width: 80%;
	margin-left: 0
}

@media screen and (max-width:767px) {
	.mailForm dd {
		display: block;
		width: 100%;
		border-left: none
	}

	.mailForm dd ul {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.mailForm dd li input[type=radio] {
	margin-right: 5px
}

.innerTable dl {
	border: none
}

.innerTable dt {
	background-color: transparent;
	text-align: right;
	padding-right: 0
}

@media screen and (max-width:767px) {
	.innerTable dt {
		text-align: left;
		padding-bottom: 0
	}
}

.innerTable dd {
	border-left: none
}

@media screen and (max-width:767px) {
	.innerTable dd {
		padding-top: 0
	}
}

.msg {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto
}

.message,
.sendBox {
	max-width: 800px;
	text-align: center;
	margin: 40 auto 60px
}

.message>p {
	font-size: 18px;
	font-size: 1.8rem
}

.message>p a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #133bbf
}

.sendBox {
	margin: 40px auto
}

.sendBox br {
	display: none
}

.sendBox:after,
.sendBox:before {
	content: " ";
	display: table
}

.sendBox:after {
	clear: both
}

.sendBox .btn {
	width: 49%;
	height: 60px;
	border: none;
	cursor: pointer;
	background-color: #ccc;
	color: #fff;
	border-radius: 5px;
	font-family: meiryo;
	display: block
}

.sendBox .reset {
	float: left;
	border: 1px solid #00415b;
	background-color: #fff;
	color: #000;
}

.sendBox .submit {
	background-color: #00415b;
	float: right;
	margin: 0 auto
}

.sendBox .clr {
	float: left;
	border: 1px solid #00415b;
	background-color: #fff;
	color: #000
}

.mw_wp_form_input .sendBox .submit {
	background-color: #00415b;
	margin: 0 auto;
	float: none;
}

.mw_wp_form_preview .sendBox .clr {
	display: none
}

.mw_wp_form .horizontal-item {
	display: block;
	margin: 0
}

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

/* 会社情報 */

.entryBox {
	counter-reset: numberHeading
}

@media screen and (max-width:767px) {
	.entryBox {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px
	}
}

.entryBox__inner {
	max-width: 800px;
	margin: 0 auto
}

.entryBox__inner>a {
	color: #135bbf
}

.entryBox ul,
.entryBox--two section ul {
	margin: 0 0 20px 35px;
	padding: 0 0 0 2px;
	list-style: none
}

@media screen and (max-width:767px) {
	.entryBox ul {
		margin: 0
	}
}

.entryBox ul li:before,
.entryBox--two section ul li:before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 6px;
	border-radius: 100%;
	background-color: #135bbf
}

.entryBox--two {
	margin-left: 60px;
	border-bottom: 1px #a7a7a7 solid;
	counter-reset: numberHeading
}

@media screen and (max-width:959px) {
	.entryBox--two {
		margin-left: 30px
	}
}

@media screen and (max-width:767px) {
	.entryBox--two {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px
	}
}

.entryBox--two a {
	color: #135bbf;
	text-decoration: none
}

.entryBox--two h2 {
	margin-top: 0;
	text-align: center;
	color: #135bbf
}

@media screen and (max-width:767px) {
	.entryBox--two h2 {
		font-size: 18px;
		font-size: 1.8rem
	}
}

.entryBox--two p {
	margin: 0 0 20px
}

.entryBox--two section {
	margin-bottom: 42px
}

@media screen and (max-width:767px) {
	.entryBox--two section {
		margin-bottom: 20px
	}
}

.entryBox--two section h3 {
	margin: 0 0 16px;
	border-left: 12px solid #135bbf;
	border-bottom: 1px solid #135bbf;
	padding: 8px 0 6px 14px;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem
}

@media screen and (max-width:767px) {
	.entryBox--two section h3 {
		font-size: 14px;
		font-size: 1.4rem
	}
}

.entryBox--two section .numberHeading {
	border-left: none;
	margin: 0 0 10px;
	padding: 8px 0 6px 35px;
	position: relative;
	border-bottom: 1px solid #135bbf;
	font-weight: 400
}



.entryBox--two section h4 {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 2px solid #cacbcc;
	margin-bottom: 10px;
	margin-left: 20px
}

@media screen and (max-width:767px) {
	.entryBox--two section h4 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 0
	}
}

.entryBox--two section h4:after,
h4:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	width: 40%;
	border-bottom: 2px solid #135bbf
}

.entryBox--two section p {
	line-height: 1.8;
	margin: 0 0 15px 26px
}

@media screen and (max-width:767px) {
	.entryBox--two section p {
		margin-left: 0
	}
}

.entryBox--two section .desc {
	margin-left: 0;
	margin-bottom: 0
}

.entryBox--two section .img-right {
	display: block;
	float: right
}

.entryBox--two section .more {
	text-align: right
}

.entryBox--two section .more a {
	color: #135bbf;
	margin-right: 16px
}

.entryBox--two section .more a:after {
	content: "　＞"
}

.entryBox--two section .horizon {
	margin-bottom: 5px
}

.entryBox--two section .horizon:after,
.entryBox--two section .horizon:before {
	content: " ";
	display: table
}

.entryBox--two section .horizon:after {
	clear: both
}

.entryBox--two section .horizon li {
	float: left;
	margin-right: 20px
}

@media screen and (max-width:767px) {
	.entryBox--two section .horizon li {
		margin-right: 15px
	}
}

.entryBox--two section ul {
	margin: 0 0 0 35px
}

@media screen and (max-width:767px) {
	.entryBox--two section ul {
		margin: 0
	}
}

.entryBox ul li,
.entryBox--two section ul li {
	padding: 0 0 0 20px;
	margin-bottom: 3px;
	position: relative
}

.entryBox--two section ol li ul,
.entryBox--two section ul li ul {
	margin: 0 0 0 16px
}

.entryBox--two section table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%
}

@media screen and (max-width:767px) {
	.entryBox--two section table {
		font-size: 12px;
		font-size: 1.2rem
	}
}

.entryBox--two section table tr th {
	padding: 5px;
	background-color: #cfddee;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #cacbcc;
	font-weight: 400
}

.entryBox--two section table tr td {
	padding: 5px;
	background-color: #f6f6f6;
	border: 1px solid #cfddee
}

.entryBox--two section table dd {
	padding-bottom: 10px
}

.entryBox--two section a>img {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.entryBox--two section a>img:hover {
	opacity: .7
}

.entryBox--two section .exLink::before {
	margin: 0 3px;
	font-family: FontAwesome;
	vertical-align: middle;
	content: '\f08e'
}

.entryBox--two section h4,
.numberHeading,
h4 {
	font-weight: 400;
}


.numberHeading {
	margin: 0 0 10px;
	padding: 8px 0 6px 35px;

}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: 2px solid #cacbcc;
	margin-left: 30px
}

.privacy__list li {
	margin-right: 10px
}

@media screen and (max-width:767px) {
	h4 {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 0
	}

}

.newsPanel {
	background-color: #fff;
	padding: 30px;
	min-height: 332px
}

.newsPanel--entry {
	padding: 20px
}

@media screen and (max-width:959px) {
	.newsPanel {
		padding: 20px;
		margin-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.newsPanel {
		display: none
	}
}

.newsPanel__head {
	position: relative;
	border-bottom: 2px solid #135bbf;
	margin-bottom: 20px
}

.newsPanel__head h2 {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 5px
}

.newsPanel__head span {
	position: absolute;
	right: 1px;
	top: -2px;
	display: inline-block;
	margin: 0 0 5px
}

.newsPanel__head span .dummy,
.newsPanel__head span a {
	display: block;
	color: #fff;
	background-color: #818181;
	padding: 2px 8px;
	position: relative
}

.message>p a:hover,
.newsPanel__body a:hover,
.newsPanel__head span a:hover {
	text-decoration: underline
}

.newsPanel__head span .dummy:before,
.newsPanel__head span a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #fff;
	margin-right: -3px
}

.newsPanel__body dl {
	margin: 0 0 11px;
	padding: 0 0 11px;
	border-bottom: 1px dotted #b4b4b4
}

.banner__item:last-child,
.newsPanel__body dl:last-child,
.subBanner li:last-child {
	margin-bottom: 0
}

.newsPanel__body dt {
	float: left;
	color: #000;
	position: relative;
	padding-left: 12px
}

.subBanner li {
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {
	.newsPanel__body dt {
		float: none
	}
}

.newsPanel__body dt:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 8px;
	border-color: transparent transparent transparent #000
}

.newsPanel__body dd {
	padding-left: 142px;
	margin: 0
}

@media screen and (max-width:767px) {
	.newsPanel__body dd {
		padding-left: 0
	}
}

.newsPanel__body a {
	color: #000
}

.banner {
	padding-left: 52px
}

@media screen and (max-width:959px) {
	.banner {
		padding-left: 20px
	}
}

@media screen and (max-width:767px) {
	.banner {
		padding-left: 0;
		margin-left: 10px;
		margin-right: 10px
	}
}

.banner__items,
.subBanner ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.banner__item {
	margin-bottom: 16px;
	padding: 6px;
	background-color: #fff
}

.banner__item a:hover {
	opacity: .7
}

a.disabled {
	pointer-events: none;
}

.mt-30px {
	margin-top: 30px
}

.mr-4px {
	margin-right: 4px
}

.mb-10px {
	margin-bottom: 10px
}

.mb-20px {
	margin-bottom: 20px
}

.mb-30px {
	margin-bottom: 30px
}

.mb-50px {
	margin-bottom: 50px
}

.ml-60px {
	margin-left: 60px
}

@media screen and (max-width:767px) {
	.ml-60px {
		margin-left: 0
	}
}

/* goto_top */

#goto-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	background: #445EA0;
	border-radius: 50%;
}

#goto-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#goto-top a:before {
	font-family: FontAwesome;
	content: '▲';
	font-size: 15px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -20px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#goto-top a:after {
	content: 'TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 20px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


.pc {
	display: block
}

.sp {
	display: none;
}

.bg-image {
	background: url(https://www.arp-nt.co.jp/wp-content/uploads/2019/06/products1-1.jpg);
	background-size: cover;
}

.bg-mask {
	background: rgba(255, 255, 255, 0.3);
}

.entryBox--two section table tr th {
	width: 150px
}


/*20190624小澤追加*/
.check_a {
	padding-left: 25px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}



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

	.pc {
		display: none
	}

	.sp {
		display: block;
	}

	#wpadminbar {
		display: none
	}


	body {
		max-width: 767px;
		width: 100%;
		height: auto
	}

	.inner {
		max-width: 767px;
		width: 100%
	}

	.main_inner,
	.header,
	.footer,
	.footer_head,
	.footer_arp,
	.footer_inner,
	.presen {
		max-width: 767px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.header {
		position: static
	}

	.inner,
	.header ul,
	.services {
		display: block
	}



	#global-nav {
		display: none;
		margin-left: auto;
		background-color: #00415b;
		padding-bottom: 10px;
	}

	#global-nav ul {
		max-width: 80%;
		display: block;
		height: auto;
		background-color: #00415b;
		margin: 0 auto
	}

	#global-nav ul li {
		max-width: 100%;
		height: auto;
		margin: auto;
		padding: 5px;
		color: #fff;
		font-size: 1.1em;
		border-bottom: 1px solid #fff;
		border-collapse: collapse;
		float: none
	}

	#global-nav ul li a {
		max-width: 100%;
		padding: 0;
		text-align: left;
		color: #fff;
		display: block;
	}

	#global-nav ul .active a {
		color: #fff
	}

	#global-nav ul .active {
		border-bottom: 1px solid #fff;
	}

	#global-nav ul li:hover {
		border: none;
		opacity: 0.5;
		background-color: none;
		color: #fff;
		border-bottom: 1px solid #fff;
	}

	#global-nav ul li a:hover {
		border: none;
		background-color: none;
		color: #fff
	}


	#nav-toggle {
		width: 35px;
		height: 35px;
		position: absolute;
		right: 13px;
		cursor: pointer;
		/* [disabled]background-color: #00FFC3; */
		top: 10px;
		display: block;
		background: #696969;
		margin: 2px
	}

	#nav-toggle.active span:nth-child(1) {
		transform: rotate(315deg);
		top: 13px;
	}

	#nav-toggle.active span:nth-child(2) {
		left: 50%;
		width: 0;
	}

	#nav-toggle.active span:nth-child(3) {
		top: 13px;
		transform: rotate(-315deg);
	}

	#nav-toggle span {
		width: 70%;
		height: 3px;
		display: block;
		position: absolute;
		left: 0px;
		background-color: #fff;
		transition: 0.3s;
		margin: 0 5px
	}

	#nav-toggle span:nth-child(1) {
		top: 7px;

	}

	#nav-toggle span:nth-child(2) {
		top: 15px;

	}

	#nav-toggle span:nth-child(3) {
		top: 23px;

	}

	.main_inner {
		height: 350px
	}

	.services,
	.k_item,
	.scale_k {
		max-width: 767px;
		width: 100%;
		height: 100%;
	}

	.maincopy1,
	h1,
	h2 {
		padding-top: 10px;
		font-size: 2.2rem;
		text-align: center;
		margin: 10px auto
	}

	.maincopy1 {
		font-size: 3rem;
		padding-top: 20px;
	}

	.maincopy2 {
		width: 80%;
		font-size: 1.8rem;
		margin: 0 auto;
		margin-bottom: 20px;
		line-height: 1.5
	}

	.mainimg {
		height: 100%;
		margin-bottom: 10px;
		background-image: url(../images/sp_top_a.png);
		background-repeat: no-repeat
	}

	.mainimg img {
		width: 100%
	}

	.s_item,
	.p_item,
	.k_item {
		width: 300px;
		height: 100%;
		margin: 10px auto
	}

	.s_item {
		margin: 20px auto
	}

	.s_item p {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0
	}

	.scale_p {
		width: 280px
	}

	.scale_p img {
		width: 100%
	}

	.scale_s {
		width: 230px;
		height: 230px;
		margin: 0 auto
	}

	.scale_s img {
		width: 230px;
		height: 230px
	}

	.scale_k img {
		width: 100%
	}

	.s_item a,
	.p_item a,
	ul,
	li,
	.bread-list ul li {
		font-size: 14px
	}

	.p_item p {
		margin-bottom: 10px
	}

	.k_item {
		margin-top: 20px
	}

	article {
		margin-bottom: 20px
	}

	.footer_head {
		width: 90%;
		font-size: 2rem;
		padding-bottom: 0;
		text-align: center
	}

	.footer_inner {
		width: 80%;
		display: block;
		font-size: 2rem;
		margin: 10px auto;
		padding-left: 3%
	}

	.f_item {
		width: 100%;
		margin: 0 auto
	}

	.f_item:last-child {
		display: none
	}

	.footer_inner:before,
	.footer_inner:after {
		content: "";
		display: table;
		clear: both
	}

	.f_item dl {
		margin: 0 auto;
		font-size: 16px
	}

	.f_item dt a {
		margin: 5px;
		font-size: 15px;
		float: left
	}

	.f_item dt {
		text-align: center
	}

	.f_item dd {
		display: none
	}

	.footer_arp span {
		display: block
	}

	.footer_arp {
		padding-bottom: 30px
	}

	#goto-top {
		right: 5px;
		bottom: 10px
	}

	.bread-list {
		width: 100%;
		margin-top: 0px;
	}

	.bread-list ul {
		width: 100%;
		padding-left: 2%;
	}

	.bread-list ul li {
		font-size: 12px
	}

	.bread-list ul li:after {
		padding: 0 5px
	}

	#wrapper .l-wrap {
		width: 100%
	}

	table td,
	table th {
		display: block;
		width: 100%;
	}

	.entryBox--two section table tr th {
		text-align: left;
		width: 100%
	}

	iframe {
		max-width: 100%;
		height: 300px
	}

	#wrapper .l-container {
		padding-bottom: 30px
	}

	#wrapper .website__photo {
		height: 100%
	}

	.website__photo img {
		width: 100%
	}

	#wrapper .p_item {
		height: 180px;
		position: relative;
	}

	#wrapper .p_item p {
		font-size: 1.7rem;
		font-weight: 500;
		margin-top: 10px;
	}

	#wrapper .p_item .detail {
		bottom: 0px
	}

	#wrapper .website__box {
		width: 80%;
		height: 100%;
		overflow: hidden;
	}

	#wrapper .website__box p {
		padding: 0;
	}

	#wrapper .website__box__text {
		width: 100%;
		float: none;
		font-size: 1.5rem;
	}

	#wrapper .website__box__img {
		float: none;
		margin: 0 auto;
	}

	#wrapper .website__box__img img {
		width: 200px
	}

	#wrapper .website__box__text p {
		margin: 5%;
		font-size: 1.5rem;
	}

	#wrapper .website__box__text p img {
		width: 50%;

	}

	.subscription>a {
		width: 100%
	}

	.entryBox--two {
		margin-top: 15px
	}


	#wrapper {
		width: 100%
	}

	#message {
		margin-top: 15px;
	}

	#wrapper .p_item .detail a {
		padding-left: 10px
	}

	#wrapper .website__box p {
		margin-left: 0
	}

	#wrapper .website__box__text p {
		margin: 5%;
		font-size: 1.5rem;
	}

	.section {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px
	}

	.section__title {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.5em;
		margin-top: 0px;
		margin-bottom: 10px
	}

	.contentWrap,
	.contentWrap--rev {
		display: block;
		text-align: center;
		padding-right: 0
	}

	.contentWrap--rev .contentWrap__text {
		text-align: left;
		margin: 0 auto;
		padding-right: 0
	}

	.recruitment th,
	.recruitment--form th {
		width: 100%;
		padding-right: 0;
		text-align: left;
		padding-left: 5%
	}

	#recruitment-heading {
		font-size: 1.5rem;

	}

	.recruitment,
	.recruitment--form {
		margin-bottom: 10px
	}

	.jobs__summary {
		display: block;
		padding: 0 10px
	}

	.jobs__work,
	.jobs__skill {
		padding: 10px 10px 0 10px
	}

	.mailForm {
		max-width: 767px;
		width: 90%;
		margin: 0 auto;
		font-size: 1.3rem
	}

	input {
		width: 90%
	}

	.mwform-radio-field input {
		width: 5%
	}

	.sendBox {
		margin: 20px auto
	}

	#website__contents #wrapper .website__h1 {
		width: 100%;
		background-size: 100% auto;
		/*この場合は高さが自動設定*/
		background-size: auto 100%;
		/*この場合は幅が自動設定*/
		font-size: 2rem;
		padding: 0 5%;
		color: #445EA0
	}

	#wrapper .planning__content {
		width: 90%;
		margin: 0 auto;
		font-size: 15px
	}

	#wrapper .l-right {
		float: none;
		width: 100%
	}

	#wrapper .l-right:before,
	#wrapper .l-right:after {
		content: "";
		display: table;
		clear: both
	}

	#website__contents #wrapper ul li {
		width: 100%;
		margin: 0 auto
	}

	.sideber-right {
		display: none
	}

	#application {
		width: 90%;
		margin: 0 auto
	}

	#application h2 {
		text-align: center;
		font-size: 2.5rem
	}

	.app {
		display: block;
		margin: 0 auto
	}

	.app_item {
		margin-right: 0;
		margin-bottom: 20px
	}

	.app img {
		width: 100%;
		height: 100%
	}

	#wrapper .l-left {
		float: left;
		width: 100%;
	}

	#wrapper .h3-number {
		font-size: 1.4rem;
		margin: 0 10px;
		padding: 6px 12px;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
		background: #133bbf;
	}

	#wrapper h3 {
		font-size: 1.8rem;
		margin-top: 10px;
		margin-bottom: 0
	}


}

/* 制作事例 */
#website__contents #wrapper .archives {
	margin: 30px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

#website__contents #wrapper .archive {
	width: 31%;
	padding-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#website__contents #wrapper .archive__inner {
	background-color: #cfddee;
	padding: 20px;
	border: 1px solid #cacbcc;
	color: #135bbf;
}

#website__contents #wrapper .archive__thumb {
	width: 100%;
	height: auto;
}

#website__contents #wrapper .archive__head {
	margin-bottom: 0;
	min-height: 60px;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	color: #191919
}

#website__contents #wrapper .archive__foot {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #191919
}


#website__contents #wrapper .l-container {
	display: flex
}


#website__contents #wrapper .l-container .l-right,
#website__contents #wrapper .l-container .l-left {
	float: none
}

#website__contents #wrapper .l-container .l-left {
	width: 100%
}

#website__contents #wrapper .l-container .l-right {
	margin-left: 20px;
	width: 23%
}

.detailBox {
	width: 90%;
	margin: 20px auto;
	word-break: break-all;
}

.detailBox__title {
	margin: 20px auto;
	padding: 5px;
	font-weight: 400;
}



.detailBox__link {
	display: inline-block;
	color: #135bbf;
	position: relative;
	padding-left: 15px;
}

.detailBox img {
	border-style: none;
	vertical-align: bottom;
	width: 80%;
	height: auto;
	margin: 20px 10%;
	border: 1px solid #ccc;
}

.detailBox__thumb {
	border: 1px solid #ccc;
}

.detailBox__cat {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.detailBox__main {
	margin-bottom: 20px;
}

.detailBox h2 {
	background-color: #4a5b8a;
	color: #fff
}

.prdTypes {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: right;
}

#website__contents #wrapper .prdTypes .type01 {
	display: inline-block;
	background-color: #eee;
	border: 1px solid #dcdcdc;
	padding: 3px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 10px;
}

.detailBox__exLink:before,
.pager .next a::after,
.pager .prev a::before {
	margin: 0 3px;
	font-family: FontAwesome;
	vertical-align: middle;
	content: '\f08e';
}

.detailBox__link:before {
	font-family: FontAwesome;
	content: '\f060';
	position: absolute;
	left: 0;
	top: -1px;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}

.pagination .current,
.pagination a:hover {
	background-color: #fff;
	color: #135bbf;
}

.pagination a {
	padding: 3px 8px;
	background-color: #135bbf;
	color: #fff;
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 10px;
	margin: 5px;
}

@media screen and (max-width:767px) {
	#website__contents #wrapper .l-container .l-right {
		display: none
	}

	#website__contents #wrapper .archives {
		display: block;
	}

	#website__contents #wrapper .archive {
		width: 90%
	}

	.mean-last {
		border-top: 1px solid rgba(255, 255, 255, .5);
		background-color: #5b97aecf;
	}

	.mean-last form {
		padding: 10px
	}

	.mean-last input {
		width: 70%
	}

	.mean-last input.submit {
		width: 20%
	}

}


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

	.header {
		position: static
	}


	.inner {
		width: 100%
	}

	#global-nav {
		margin-right: 2%
	}

	.header ul li {
		padding-left: 10px;
		font-size: 1.2rem
	}

	.bread-list {
		margin-top: 10px
	}

	.bread-list,
	.bread-list ul {
		width: 100%
	}


	#wrapper .website__photo {
		height: auto
	}

	#wrapper .website__photo img {
		width: 100%
	}

	.footer_innner {
		margin: 10px
	}

	.presen {
		width: 350px
	}

	.footer_head,
	.footer_inner,
	.footer_arp {
		width: 100%;
		height: auto
	}

	.f_item {
		width: auto
	}

	footer {
		padding: 20px
	}

	#wrapper .website__box {
		width: 90%;
		height: auto
	}

	#wrapper .website__box__img {
		width: auto;
		display: block;
		margin: 0 25%;
		float: none
	}

	#website__contents #wrapper ul li {
		height: auto;
	}


	.f_item dt a {
		color: #b0a8a8;
		font-size: 1.5rem;
		font-weight: 600;
	}

	#website__contents #wrapper .archive {
		width: 100%;
		margin-bottom: 40px
	}

	.main_inner {
		width: 90%
	}

	.mainimg {
		height: 100%;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: 5% 5%
	}


	.maincopy1 {
		padding-top: 80px
	}

	.maincopy2 {
		width: 100%
	}

	.services {
		width: 100%;
		display: block
	}

	.s_item {
		margin: 20px auto;
	}

	.k_item,
	.scale_k {
		max-width: 767px;
		width: 100%;
		height: 100%;
	}

	.sp {
		display: block;
	}

	.k_item {
		width: 80%;
		margin: 40px auto;
	}

	.scale_k img {
		width: 100%;
	}

	.app {
		display: block
	}

	.l-container {
		margin: 20px
	}

	#wrapper .l-wrap {
		width: auto
	}

	iframe {
		width: 100%
	}
}

/*タブ*/
.tab5 {
	width: 100%;
	/*横幅はここで設定します。100%にすれば可変になります。*/
	min-width: 320px;
	margin: 0 auto;
}

.tab5 .tab-content {
	margin: 0 10px;
}

.tab5 label {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.tab5 label {
	display: inline-block;
	width: 33.2%;
	padding: 3px 10px;
	cursor: pointer;
	background: #ddd;
	color: #777;
	margin-right: -2px;
	text-align: center;
}

.tab5 label:hover {
	background: #eee;
}

.tab5 input:checked+label {
	background: #ed7940;
	color: white;
	padding: 5px 10px 3px 10px;
}

.tab5 input {
	display: none;
}

.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
	display: none;
	padding: 10px;
}

.tab5 #tab5-1:checked~#tab5-b1,
.tab5 #tab5-2:checked~#tab5-b2,
.tab5 #tab5-3:checked~#tab5-b3,
.tab5 #tab5-4:checked~#tab5-b4 {
	display: block;
	border: 1px solid #9fb7d4;
}

/*パッケージページCSS*/
h3.pac_b1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 30px;
}

p.pac_a1 {
	width: 90%;
	margin: 0 auto;
}

div.pac_a2 {
	width: 90%;
	margin: 0 auto;
	border: solid 4px #CC9933;
	padding: 10px;
}

div.pac_a3 {
	width: 90%;
	margin: 20px auto;
	background-color: #F7F5DB;
	padding: 10px;
}

div.pac_a3 a {
	padding: 5px 8px;
	background: -moz-linear-gradient(to bottom, #c7dfff, #3860a3 30%, #1d4485);
	background: -webkit-linear-gradient(to bottom, #c7dfff, #3860a3 30%, #1d4485);
	background: linear-gradient(to bottom, #c7dfff, #3860a3 30%, #1d4485);
	color: #fff;
	border-radius: 5px;

}

div.pac_a3 span {
	font-size: 1.3em;
	color: #EF7E34;
}

.center {
	text-align: center;
}


/* 20201021 更新 */
.scale_s.nolink img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.scale_p.nolink img:hover {
  -webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.scale_k.nolink img:hover {
  -webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.s_item {
  width: 100%;
  height: auto;
  display: flex;
}

.s_item p {
  width: calc(100% - 300px);
  padding: 0 42px 0 30px;
  font-size: 18px;
  line-height: 1.6;
}

.footer_head {
  text-align: center;
}

.footer_inner {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

#application h2.contents_inner {
  padding-top: 90px;
  margin-top: -80px;
}
.space-a {
	margin:40px auto;
}

@media screen and (max-width: 767px) {
.china_wrap {
	display: block;
	width:300px;
	margin:0 auto;
}
.china_img img {
	width: 100%;;
	height: auto;
}
.china_img {
	width: 100%;
	height: auto;
}
	
  .s_item {
    width: 300px;
    height: auto;
    display: block;
  }

  .s_item p {
    width: 100%;
    padding: 0 10px 10px;
    font-size: 14px;
  }
  
  .s_item a, .p_item p {
    font-size: 14px;
  } 

  .footer_inner {
    display: block;
  }

  #application h2.contents_inner {
    padding-top: 0;
    margin-top: 10px;
  }

}
.benri {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.be-item {
	width:200px; 
	background-color:#D6EEF8;
	border: solid 1px #354729;
	text-align: center;
	padding: 4px;
}
.be-item:hover {
	background-color:#FFFDD1;
}
.jump_point {
height: 1px;
display: block;
padding-top: 90px;
margin-top: -90px;
}