@charset "utf-8";
/* ==========================================================================
下層共通 CSS (2018/08/05)
========================================================================== */

.under-section1 {
	padding-bottom: 80px;
}

.page_title {
	padding: 60px 0 40px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	color: #111;
	width: 1080px;
	margin: 0 auto;
}

.single_overview {
	padding: 15px 0 0;
	display: block;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 600;
}

.line-h-s {
	line-height: 1.4em;
}

.under-section-title3 {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
	font-size: 27px;
	font-weight: 700;
}


.under-section-title4 {
	padding: 14px 0 8px;
	background: #2d57a6;
	letter-spacing: 0.08em;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}

.under-section-title4 small {
	padding: 0 0 0 10px;
	font-size: 27px;
}

@media (max-width: 768px) {
	.under-section1 {
		padding-bottom: 40px;
	}

	.page_title {
		padding: 20px 10px 10px;
		letter-spacing: 1px;
		text-align: center;
		line-height: 1.4;
		font-size: 24px;
		font-weight: 900;
		color: #111;
	}

	.single_overview {
		padding: 10px 10px 0;
		display: block;
		text-align: justify;
		line-height: 1.5em;
		font-size: 17px;
		font-weight: 600;
	}

	.line-h-s {
		line-height: 1.1em;
	}

	.under-section-title3 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 18px;
		font-weight: 700;
	}

	.under-section-title4 {
		padding: 10px 7px 10px;
		background: #2d57a6;
		letter-spacing: 0;
		line-height: 1.7;
		text-align: justify;
		font-size: 20px;
		font-weight: 600;
		color: #fff;
		margin-bottom: 25px;
	}

	.under-section-title4 small {
		padding: 0 0 0 10px;
		font-size: 18px;
	}
}


/* ==========================================================================
page共通 CSS (2018/08/05)
========================================================================== */

#page {
	padding: 100px 0;
}

.section-page {}

@media (max-width: 768px) {
	#page {
		padding: 40px 0;
	}
}

/* ==========================================================================
single共通 CSS (2018/08/05)
========================================================================== */

section#single {
	padding: 100px 0;
}

.section-single {}

@media (max-width: 768px) {
	section#single {
		padding: 40px 10px;
	}
	.single_content img {
		max-width: 100%;
	}
}


/* ==========================================================================
single用 CSS (2018/08/05)
========================================================================== */
.post-day{
	width: 1080px;
    margin: 0 auto;
	font-size:1.4rem;
	text-align: right;
}

/*投稿記事の冒頭*/
.problem_solved{
	background-color: #ebf6fd;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 5px 15px;
}

.single_content .problem_solved h2{
	color: #204f6d;
	border-radius: 0;
	background-color: #ebf6fd;
	font-size: 28px;
	font-weight: 600;
	padding: 20px 5px;
	margin-bottom: 0;
}

.problem_solved ul {
	padding: 5px 10px;
}

.problem_solved ul li {
	list-style:circle;
	margin-left: 20px;
	margin-bottom: 5px;
}
.single_content .postwrap h2{
	color: #204f6d;
	border-radius: 0;
	background-color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding-left: 20px;
	margin-bottom: 0;
}

.single_content .postwrap p{
	padding: 0 20px;
}
.single_content .postwrap p span{
	font-weight: bold;
	color: #ff0000;
}

.postwrap {
	margin-bottom: 60px;
}



.single_content h2 {
	border-radius: 6px;
	background-color: rgb(237, 237, 237);
	font-size: 28px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.single_content h3 {
	border-radius: 6px;
	background-color: rgb(237, 237, 237);
	font-size: 24px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}


.single_content h4 {
	font-size: 20px;
	border-left: 4px solid rgb(85, 114, 142);
	padding-left: 10px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 1px;
}


.single_content p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 18px;
}

#single a {
	color: #3366ff;
	font-weight: bold;
}

/*youtube埋め込み レスポンシブ対応*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  
/************************************
** レスポンシブページネーション
************************************/

/* 共通 */

.pagination {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pagination a {
	background: #f6f6f6;
	color: #000;
	text-decoration: none
}


/* スマホ　*/

@media only screen and (max-width: 667px) {
	.pagination .inner {
		width: 90%;
		margin: 0 5%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 46px
	}
	.pagination .page-of {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		position: absolute;
		left: 37%;
		width: 26%;
		font-weight: bold;
		color: #fff;
		background: #2C2D2F;
		height: 46px;
		line-height: 32px;
		font-size: 1.1rem
	}
	.pagination .m-prev {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: 0;
		order: 0;
		width: 15%;
		position: absolute;
		left: 0%
	}
	.pagination .pn-prev {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 22%;
		position: absolute;
		left: 15%
	}
	.pagination .pn-next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 22%;
		position: absolute;
		left: 63%
	}
	.pagination .m-next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		order: 4;
		width: 15%;
		position: absolute;
		left: 85%
	}
	.pagination .current,
	.pagination .pn-numbers {
		display: none
	}
	.pagination a {
		line-height: 32px;
		height: 46px;
		font-weight: bold;
		font-size: 1.2rem
	}
}

/* PC */

@media only screen and (min-width: 769px) {
	.pagination .page-of {
		display: block;
		width: 100%;
		font-size: 108%;
		color: #000;
		text-align: center;
		margin-bottom: 1em
	}
	.pagination a,
	.pagination .current {
		display: inline-block;
		padding: 0 1.5em;
		font-size: 116%;
		font-weight: bold;
		line-height: 50px;
		height: 50px
	}
	.pagination .current {
		background: #59b1eb;
		color: #fff
	}
	.pagination a:hover {
		background: #59b1eb;
		color: #fff
	}
}


/*Single Pagenation*/

.next_prev_page_link {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 0.9em;
}

.next_prev_page_link a {
	background: #f6f6f6;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

.next_prev_page_link a:hover {
	background: #59b1eb;
	text-decoration: none;
	color: #f6f6f6;
}

.next_prev_page_link ul {
	display: table;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}

.next_prev_page_link li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* ==========================================================================
archive共通
========================================================================== */

section#archive {
	padding: 100px 0;
}

.section-page {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	section#archive {
		padding: 40px 0;
	}
}

/* ==========================================================================
一覧用
========================================================================== */

.section-archive {}

.list_cat_name {
	font-size: 16px;
}

.section-archive.flexbox1 .flex-item {
	width: calc(100% / 3);
	max-width: 330px;
	margin: 0;
	padding: 0 10px 50px;
	flex-grow: 1;
}

@media (max-width: 768px) {
	.section-archive.flexbox1 .flex-item {
		width: calc(100% / 2);
		max-width: 320px;
		margin: 0;
		padding: 0 5px 5px;
		flex-grow: 1;
	}
}

/* ==========================================================================
事例一覧
========================================================================== */

.case_list li {
	margin-bottom: 60px;
}

.article_list {
	display: flex;
	flex-direction: row;
	border-bottom: dotted 1px rgb(176, 174, 174);
	padding: 10px 0;
}

.article_img {}

.article_content {
	padding: 0 0 0 30px;
}

.article_content h2,
.article_content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.article_content h2,
.article_content h4 {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 3px solid #E6E6E6;
}

.article_content h2::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #D80505;
}

.article_content h4::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #D80505;
}

.case_cat {
	padding-top: 10px;
	text-align: right;
	font-weight: 600;
}

@media (max-width: 768px) {
	.case_list li {
		margin-bottom: 60px;
	}

	.article_list {
		display: flex;
		flex-direction: column-reverse;
		border-bottom: dotted 1px rgb(176, 174, 174);
		padding: 10px 0;
	}

	.article_img {
		width: 100%;
	}
	.article_img img {
		width: 100%;
	}

	.article_content {
		padding: 0 0 0 0;
	}
	.article_content h2 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}

	#single-itcase-p .single_content {
		padding: 0 20px;
	}
}

/* ==========================================================================
事例詳細
========================================================================== */

section#single_case {
	padding: 100px 0;
}

.yarpp-related h3.recently_title,
.recent-case-list h3 {
	color: #fff;
	background-color: #2D57A6;
	font-size: 24px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-align: center;
}

@media (max-width: 768px) {
	section#single_case {
		padding: 40px 0;
	}
	.yarpp-related h3.recently_title,
	.recent-case-list h3 {
		color: #fff;
		background-color: #2D57A6;
		font-size: 24px;
		font-weight: 600;
		padding: 15px 10px;
		margin-bottom: 15px;
		letter-spacing: 1px;
		text-align: center;
	}
}


/* ==========================================================================
Case
========================================================================== */

#single_case h2 {
	margin-bottom: 15px;
	padding: 15px 10px;
	background-color: rgb(237, 237, 237);
	border-radius: 6px;
	font-size: 24px;
	font-weight: 600;
	color: #060;
}

#single_case p.text-center {
	text-align: center;
	font-size: 1rem;
	line-height: 10px;
	color: #333;
	padding-bottom: 3px;
}

.case_content img {
	max-width: 100%;
	height: auto;
	/*	padding: 10px;*/
	/*	float: right;*/
}

.case_content_photo {
	width: 40%;
	max-width: 330px;
	padding: 0 0 10px 10px;
}

.case_content {
	clear: both;
	margin-bottom: 40px;
}

.case_content_detaile {
	padding: 0 10px 10px;
	display: flex;
	flex-grow: wrap;
}

.case_content_detaile p {
	width: 60%;
}

.company_prof {
	display: flex;
	margin-bottom: 20px;
}

.company_prof_img_wrap {
	width: 50%;
	max-width: 300px;
}

.company_prof img {
	max-width: 100%;
}

.company_prof_txt {
	padding: 0 30px;
}

.company_prof dl {}

.company_prof dt {
	padding: 0 20px;
	font-weight: 600;
}

.company_prof dd {
	padding: 10px 40px 15px;
}

.company_prof dd span {
	color: rgb(223, 88, 21);
}

.company_prof_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.company_prof_img li {
	padding: 5px;
}

.company_prof_img li img {
	border: 1px solid rgb(195, 195, 195);
	padding: 5px;
}



@media (max-width: 768px) {
	#single_case h2 {
		margin-bottom: 15px;
		padding: 8px 10px;
		font-size: 18px;
	}

	.single_content p {
		margin: 0 0 15px;
		letter-spacing: 1px;
		line-height: 1.5;
		font-size: 15px;
	}

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

	.case_content img {
		padding: 0;
		float: none;
	}

	.company_prof {
		display: block;
		margin-bottom: 0px;
	}

	.company_prof_txt {
		padding: 10px 0;
	}

	.company_prof dl {
		line-height: 1.5;
		font-size: 15px;
	}

	.company_prof dt {
		padding: 0 0 8px;
		font-weight: 600;
	}

	.company_prof dd {
		padding: 0 1em 15px;
	}

	.company_prof_img {
		width: 100%;
		display: block;
		font-size: 0;
	}

	.company_prof_img li {
		width: 50%;
		max-width: 260px;
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
	}

	.case_content_detaile p {
		width: 100%;
	}

	.case_content_photo {
		width: 100%;
		max-width: 400px;
		padding: 10px;
	}

	.company_prof_img_wrap {
		width: 100%;
		max-width: 320px;
	}
}


@media only screen and (max-width: 667px) {
	.case_content_detaile {
		display: flex;
		flex-direction: column;
	}
}

.case_content_link ul {
	margin-bottom: 40px;
}

.case_content_link li {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.case_content_link li a {
	color: #0c76ba;
	text-decoration: underline;
	font-weight: bold;
}

.case_content_link li a:hover {
	color: #0c86ba;
	text-decoration: underline;
}

h3.single_title {
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
}

table.itcase {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

table.itcase th.t_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8b8b8b;
}

table.itcase th {
	border-bottom: #8b8b8b 1px solid;
	text-align: justify;
	width: 25%;
	padding: 10px;
	font-weight: 600;
	background-color: #F1F1F1;
}

table.itcase td.t_top {
	border-top: #8b8b8b 1px solid;
}

table.itcase td {
	border-bottom: #8b8b8b 1px solid;
	text-align: justify;
	padding: 10px;
	line-height: 140%;
}

table.itcase td.case_img {
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	table.itcase tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	table.itcase tbody th,
	table.itcase tbody td {
		display: list-item;
		list-style: none;
		border: none;
	}
	table.itcase table img {
		max-width: 100%;
		height: auto;
	}
	table.itcase th.t_top {
		border: none;
	}
	table.itcase th {
		border: none;
		text-align: justify;
		padding: 10px;
		font-weight: 600;
		width: 100%;
		background-color: #ffd700;
		color: #333;
	}
	table.itcase td.t_top {
		border: none;
	}
	table.itcase td {
		width: 100%;
		padding: 10px;
		border: none;
		text-align: justify;
		line-height: 140%;
		font-size: 15px;
	}
}



/* ==========================================================================
company
========================================================================== */

#company-info {
	font-size: 16px;
}

#company-info .under-section-title {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}

.company-table {
	width: 100%;
	margin-top: 20px;
}

.company-table tr {
	padding: 0 0 0 0;
	border-bottom: #333 1px solid;
}

.company-table tr:first-child th,
.company-table tr:first-child td {
	border-top: 2px solid #333;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
	border-bottom: 2px solid #333;
}

.company-table tr th {
	width: 18%;
	padding: 1rem 1rem 1rem 1rem;
	background: #F1F1F1;
	border-right: solid 1px #333;
	font-weight: 400;
}

.company-table td {
	padding: 1rem 1rem 1rem 1rem;
	letter-spacing: 0.08em;
}

.company-table td span {
	display: block;
}

.company-table tr:hover {}

.company-table td .link-email:hover {
	border-bottom: solid 1px #4350c7;
}

.company-table td .staff-text {
	display: inline-block;
	padding: 0px 0 0 8px;
}

.staff-text a {
	background-color: #060;
	color: #fff;
	padding: 2px 5px;
	border-radius: 9px;
}

.staff-text a:hover {
	background-color: #89C800;
	color: #fff;
	padding: 2px 5px;
	border-radius: 9px;
}

#company-access {}

.access-wrap {
	text-align: left;
	letter-spacing: 0;
	font-size: 0;
}

.access-area {
	width: 48%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

#access-nishinomiya {
}

#access-osaka {
	margin-right: 4%;}

.access-area dl {
	text-align: justify;
}

.access-area dl dt,
.area-list dl dt {
	margin: 10px 0 8px;
	padding: 1px 0 0 5px;
	border-left: solid 6px #2d57a6;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
}

.access-area dl dd {
	padding: 8px 0 0 12px;
	line-height: 1.3;
}

.access-area dl dd .fa-wrap {
	padding: 0 4px 0 0;
	display: inline-block;
}

.access-area dl dd svg {
	font-size: 18px;
	color: #878787;
}



@media screen and (max-width: 768px) {
	#company-info {
		font-size: 14px;
	}

	#company-info .under-section-title {
		text-align: center;
		font-size: 3rem;
		font-weight: 600;
	}
	.company-table {
		border-collapse: collapse;
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.company-table tbody tr {
		display: block;
		margin-bottom: 1.5em;
	}
	.company-table tbody th,
	.company-table tbody td {
		display: list-item;
		list-style: none;
		border: none;
	}
	.company-table tr {
		padding: 0 0 0 0;
		border-bottom: none;
	}

	.company-table tr:first-child th,
	.company-table tr:first-child td {
		border-top: none;
	}

	.company-table tr:last-child th,
	.company-table tr:last-child td {
		border-bottom: none;
	}

	.company-table tr th {
		width: 100%;
		padding: 0.7rem 0.5rem;
		background: #F1F1F1;
		border-right: none;
		font-weight: 400;
	}

	.company-table tr td {
		padding: 0.7rem 0.5rem;
		letter-spacing: 0.08em;
	}

	.company-table tr td span {
		display: block;
	}

	.company-table tr:hover {}

	.company-table td .link-email:hover {
		border-bottom: solid 1px #339900;
	}

	.company-table td .staff-text {
		display: inline-block;
		padding: 0px 0 0 8px;
	}

	.staff-text a {
		background-color: #060;
		color: #fff;
		padding: 2px 5px;
		border-radius: 9px;
	}

	.staff-text a:hover {
		background-color: #89C800;
		color: #fff;
		padding: 2px 5px;
		border-radius: 9px;
	}

	#company-access {}

	.access-wrap {
		text-align: center;
		letter-spacing: 0;
		font-size: 0;
	}

	.access-area {
		width: 100%;
		display: block;
		vertical-align: top;
		font-size: 16px;
	}

	.access-area:nth-child(n+2) {
		margin-top: 25px;
		padding-top: 22px;
		border-top: dotted 1px #ccc;
	}

	.access-area iframe {
		max-height: 300px;
		overflow: hidden;
	}

	#access-nishinomiya {
		margin-right: 0;
	}

	.access-osaka {}

	.access-area dl {
		text-align: justify;
	}

	.access-area dl dt,
	.area-list dl dt {
		margin: 10px 0 3px;
		padding: 1px 0 0 5px;
		border-left: solid 6px #2d57a6;
		line-height: 1;
		font-size: 17px;
		font-weight: 600;
	}

	.access-area dl dd {
		padding: 6px 0 0 12px;
		line-height: 1.3;
		font-size: 15px;
	}

	.access-area dl dd .fa-wrap {
		padding: 0 4px 0 0;
		display: inline-block;
	}

	.access-area dl dd svg {
		font-size: 16px;
		color: #878787;
	}
}


/* ==========================================================================
contact
========================================================================== */

#contact-form {}

#contact-form h2 {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 10px;
	letter-spacing: 1px;
}

#contact-form p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 16px;
}

#contact-p {}

.ssl_icon {
	display: flex;
	justify-content: flex-end;
}

#contact-p .under-section-title {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}

#contact-p .under-section-desc {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
}

.mailform {
	width: 100%;
	border-top: 2px solid #007bb9;
}

.mailform tbody {
	font-size: 16px;
}

.mailform tbody tr {}

.mailform tbody tr th {
	min-width: 220px;
	width: 25%;
	background-color: #F4F4F4;
	/*
	position: relative;
	background-clip: padding-box;
	*/
}

.mailform tbody tr th span {
	font-size: 75%;
	padding: 0 10px;
	vertical-align: middle;
	background-color: #e62c2c;
	border-radius: 5px;
	color: #fff;
	margin-left: 7px;
	float: right;
}

.mailform tbody tr th,
.mailform tbody tr td {
	padding: 1rem 1.5rem;
	border-bottom: solid 1px #ccc;
	line-height: 32px;
	letter-spacing: 0.1em;
	vertical-align: middle;
	text-align: justify;
}

.mailform tbody tr td {}

.mailform tbody tr td .input-text-md {
	width: 60%;
}

.mailform tbody tr td .input-textarea {
	width: 80% !important;
	height: 150px !important;
}

form#mailformpro .mailform tbody tr td label.mfp_not_checked {
	padding: 3px 2rem;
	border: none;
}


@media screen and (max-width: 768px) {
	#contact-p .under-section-title {
		font-size: 1.8rem;
		font-weight: 600;
	}

	#contact-p .under-section-desc {
		line-height: 1.5;
		text-align: center;
		font-size: 1rem;
		font-weight: 400;
	}

	.mailform {
		border-top: 2px solid #007bb9;
	}

	.mailform tbody {
		font-size: 16px;
	}

	.tbl_basic_form tbody tr {
		border-top: 1px solid #ddd;
	}

	.tbl_basic_form tbody tr:first-child {
		border-top: none;
	}

	.mailform tbody tr th {
		border: none;
		border-bottom: 1px dotted #ddd;
		background: #f4f4f4;
		min-width: 1px;
	}

	.mailform tbody tr th span {
		font-size: 75%;
		padding: 0 10px;
		vertical-align: middle;
		background-color: #e62c2c;
		border-radius: 5px;
		color: #fff;
		margin-left: 7px;
		float: right;
	}

	.mailform tbody tr th,
	.mailform tbody tr td {
		width: 100%;
		display: block;
		line-height: 28px;
	}

	.mailform tbody tr td {}

	.mailform tbody tr td .input-text-md {
		width: 100%;
	}

	.mailform tbody tr td .input-textarea {
		width: 100% !important;
		height: 100px !important;
	}

	form#mailformpro .mailform tbody tr td label.mfp_not_checked {
		padding: 3px 2rem;
		border: none;
	}
}


/* ==========================================================================
price
========================================================================== */

#price-list {}

#price-list h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}

.price-table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

.price-table tr:hover {
	background-color: #FFEBF4;
}

.price-table th.t_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
}

.price-table th {
	border-top: #333 1px solid;
	border-bottom: #333 1px solid;
	text-align: center;
	padding: 13px;
	font-size: 21px;
	font-weight: 600;
	background-color: #F1F1F1;
}

.price-table td.t_top {
	border-top: #333 2px solid;
}

.price-table td {
	border-bottom: #333 1px solid;
	text-align: justify;
	padding: 10px;
	line-height: 140%;
}

.price-table td.p-item {
	width: 35%;
}

.price-table td.price {
	width: 15%;
	text-align: right
}

.price-table td.p-remarks {
	color: rgb(110, 124, 138);
	padding-left: 20px;
}

ul.annotation {
	margin: 10px 0 0 1rem;
	color: #F3244E;
	text-indent: -1rem;
}

ul.annotation li {
	margin: 12px 0 0 0;
}

ul.annotation li:before {
	content: "※ ";
}

@media screen and (max-width: 768px) {
	#price-list {
		padding: 0 10px;
	}

	#price-list h2 {
		text-align: center;
		font-size: 3rem;
		font-weight: 600;
	}

	.price-table {
		width: 100%;
		margin-top: 20px;
		border-collapse: collapse;
		font-size: 16px;
	}

	/*.price-table tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
	.price-table tbody th,
	.price-table tbody td{
	display: list-item;
	border: none;
}*/
	.price-table tbody tr {
		display: flex;
		flex-wrap: wrap;
	}

	.price-table tr:hover {
		background-color: #FFEBF4;
	}

	.price-table th.t_top {
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #333;
	}

	.price-table th {
		border-bottom: #333 1px solid;
		display: block;
		width: 98%;
		text-align: center;
		padding: 10px;
		font-weight: 600;
		background-color: #F1F1F1;
	}

	.price-table td.t_top {
		border-top: #333 2px solid;
	}

	.price-table td {
		border-bottom: #333 1px solid;
		text-align: justify;
		padding: 10px;
		line-height: 140%;
	}

	.price-table td.p-item {
		display: block;
		font-weight: 600;
		width: 65%;
	}
	.price-table td.price {
		display: block;
		font-weight: 600;
		width: 30%;
		text-align: right
	}
	.price-table td.p-remarks {
		display: block;
		padding-left: 10px;
		width: 98%;
		color: rgb(110, 124, 138);
	}
	.price-table td.p-remarks:empty {
		display: none;
	}
	ul.annotation {
		margin: 10px 0 0 1rem;
		color: #F3244E;
		text-indent: -1rem;
	}

	ul.annotation li {
		margin: 12px 0 0 0;
	}

	ul.annotation li:before {
		content: "※ ";
	}
}


/*/////////////////////////////
renewal用 仮 add nin 20180709
/////////////////////////////*/

@media (max-width: 768px) {
	/*
	* {
	max-width: 100%;
}
	*/
	.pc-only {
		display: none !important;
	}

	/*
	img {
	width: auto;
	max-width: 100%;
	height: auto;
}
	*/
}

@media (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
}

/*/////////////////////////////
renewal用 仮 IT support
/////////////////////////////*/

.under-kv {
	margin: 0 auto 30px;
}

#support-p .under-kv {
	background: #f1f3f2;
}

.under-kv-wrap {
	text-align: center;
}

.under-kv-wrap img {}

.under-section {
	padding: 60px 0 30px;
}

.support-section1 {
	background: #f7f7f7;
}

.under-section-title1 {
	padding: 0 0 25px 0;
	letter-spacing: 0.2rem;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 600;
}

.under-section-title2 {
	padding: 0 0 25px 0;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 600;
}

.under-section-title5 {
	width: 77%;
	margin: 0 auto 60px;
	padding: 40px 0 5px 0;
	border-bottom: solid 7px #3254ac;
	letter-spacing: 0.2rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
}

.under-section-contents1 {}

.under-section-contents1 p {
	padding: 0 0 18px 0;
	line-height: 2;
	font-size: 18px;
}

.support-section2 {
	background: #fff;
}

.list1 {
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.list1 li {
	padding: 0 0 1.3rem 2rem;
	text-indent: -1rem;
}

.list1 li:last-child {
	padding: 0 0 0 2rem;
}

.under-section-contents1 .list1 {}

.support-section3 {
	padding: 60px 0 0;
	background: #f7f7f7;
}

.under-section-desc {
	padding: 0 0 30px 0;
	line-height: 1.6;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 600;
}

.support-merit {
	background: url(../img/top-trouble-bg.png) no-repeat 100% 50%;
}

.under-section-contents1 .list1 {}

.under-section-contents1 .list1 li svg {
	margin-right: 1rem;
	color: rgb(245, 199, 5);
}


em {
	font-weight: 600;
}

.under-section-desc em,
.under-section-desc span {
	display: block;
	font-style: normal;
}


#top-trouble.support-section {
	background: none;
}

#top-trouble.support-section .top-section-title2 {
	position: relative;
	background: url(../img/under-trouble-title-bg.png) no-repeat 50% 75% #2d57a6;
	letter-spacing: 0;
}

#top-trouble.support-section .list1 {
	width: 100%;
	margin: 0 auto;
	padding: 70px 90px 60px;
	background: url(../img/top-trouble-bg.png) no-repeat 90% 50%;
}

#top-trouble.support-section .list1 li {
	width: 100%;
	display: block;
	padding: 0 30px 20px 45px;
	vertical-align: top;
	background: url(../img/icon-checkbox.png) no-repeat 0 12%;
	font-size: 18px;
}

#top-trouble.support-section .top-section-subtitle1 {
	padding: 56px 0 70px;
	background: url(../img/logo2.png) no-repeat 50% 0%;
	font-weight: 700;
}

#top-trouble.support-section .top-section-subtitle1 .red-char2 {
	font-size: 36px;
}

#top-trouble.support-section .top-section-subtitle1 span {
	display: block;
}


/* flexbox */

.support-system .under-section-contents1 .flex-item {
	width: calc(100% / 2);
	padding: 0 0 0 0;
	text-align: center;
	flex-grow: 1;
}

.support-system .support-price1 {
	width: 50%;
}

.support-system .support-price1 img {
	width: 100%;
}

.support-system .support-price2 {
	width: 50%;
}

.support-system .support-price2 img {
	width: 100%;
}

.ex-support-price1 {
	width: 100%;
	margin: 0 auto;
	background-color: rgb(255, 249, 255);
	padding: 30px 40px;
}

.ex-support-price2 {
	width: 100%;
	margin: 0 auto;
	background-color: rgb(226, 251, 255);
	padding: 30px 40px;
}



.support-system .flexbox1 .flex-item dl {
	width: 100%;
	height: 100%;
	margin: 30px auto;
}

.support-system .under-section-contents1 .flex-item dl {}


.support-system .flexbox1 .flex-item dl dt {
	width: 50%;
	margin: 0 auto 10px;
	padding: 5px;
	background-color: rgb(84, 82, 85);
	color: #fff;
	text-align: center;
}

.support-system .flexbox1 .flex-item dl dd {
	text-align: center;
	font-size: 16px;
}

.support-system .flexbox1 .flex-item dl dd.price-txt {
	font-size: 1.6rem;
	font-weight: 600;
}

.support-system .flexbox1 .flex-item dl dd em {
	display: block;
}

.support-section4 {
	padding: 0 0 30px;
	background: #fff;
}

.under-section-subtitle1 {
	padding: 0 0 17px 0;
	font-size: 21px;
	font-weight: 600;
}


.support-times,
.support-hour,
.support-area {
	padding: 50px 0 0;
	text-align: center;
}

.support-area {
	padding: 50px 0 40px;
}


.under-section-contents2 .dl-list1 dt {
	font-weight: 600;
	font-size: 21px;
	padding-bottom: 8px;
}

.support-pack .under-section-contents3 .flex-item {
	width: calc(100% / 2);
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
	flex-grow: 1;
}

.support-pack .under-section-contents3 .pack-y {
	background: #E2FBFF;
	padding: 60px 0 30px 0;
}

.support-pack .under-section-contents3 .pack-y .list1,
.support-pack .under-section-contents3 .pack-n .list1 {}

.support-pack .under-section-contents3 .pack-y .list1 li,
.support-pack .under-section-contents3 .pack-n .list1 li {
	padding: 0 0 15px 0;
	text-indent: 0;
}

.support-pack .under-section-contents3 .pack-y .list1 li:last-child,
.support-pack .under-section-contents3 .pack-n .list1 li:last-child {
	padding: 0 0 0 0;
	text-indent: 0;
}

.support-pack .under-section-contents3 .pack-n {
	background: #7c7c7c;
	padding: 60px 0 30px 0;
	color: #fff;
}

.supple-text {
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 40px 0 30px;
	line-height: 1.5;
	text-align: center;
}


#benefit-point {}

#benefit-point .under-content-wrap {
	padding: 0 40px;
	margin-bottom: 60px;
}

#benefit-point .under-content-text-left p {}

#benefit-point .under-content-text-left p .supple-text {
	padding: 0 0 0 0;
	display: block;
	font-weight: 500;
	text-align: right;
}


#pleasure-voice {}

#pleasure-voice .under-section-title5 {
	background: url(../img/asmoch-kun.png) no-repeat 96% 100%;
}

#pleasure-voice .under-content-wrap {
	padding: 0 40px;
	margin-bottom: 60px;
}

#pleasure-voice .under-content-img-left {
	width: 45%;
	max-width: 180px;
	float: left;
}

#pleasure-voice .under-content-text-right {
	width: 74%;
	padding: 0 0 0 40px;
	float: right;
}

#pleasure-voice .under-content-wrap .customer-name {
	text-align: center;
	font-size: 16px;
}

#pleasure-voice .under-content-text-right dl dt,
#pleasure-voice .under-content-text-right dl dd {}

#pleasure-voice .under-content-text-right dl dt {}


#pleasure-voice .under-content-text-right dl dd {
	padding: 0 0 0 0;
}


#pleasure-voice .under-content-text-right dl dt span,
#pleasure-voice .under-content-text-right dl dd span {
	border-bottom: dashed 2px #E6E6E6;
}


#asmoch-ally {
	background: #f2f2f2;
}

#asmoch-ally .under-section-contents1 {
	padding: 20px 0 30px;
	line-height: 2;
}

#asmoch-ally .img-wrap {
	text-align: right;
}


#support-conditions {}

#support-conditions dl {}

#support-conditions dl dt {
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: 600;
	color: #3254a4;
}

#support-conditions dl dd {
	line-height: 1.6;
}

#support-conditions .support-hour dl dd {
	text-align: center;
}

#support-conditions dl dd .supple-text {
	font-weight: 500;
}


.btn-price-wrap {
	margin-bottom: 20px;
	text-align: center;
}

.btn-price-wrap .btn-price {
	background: #0071bd;
	border-radius: 0;
	color: #fff;
}

.btn-price-wrap .btn-price:hover {
	background: #fff;
	border: solid 2px;
	border-radius: 0;
	color: #0071bd;
}


@media screen and (max-width: 768px) {
	#monthly-support-p #top-trouble.support-section .top-section-title2 {
		line-height: 1.6;
	}
		
	#monthly-support-p #top-trouble .top-section-title2:after {
		position: absolute;
		content: '';
		top: 90%;
		left: calc(50% - 35px);
		border: 35px solid transparent;
		border-top: 35px solid #2d57a6;
		width: 0;
		height: 0;
	}
	
	#monthly-support-p #top-trouble.support-section .list1 {
		width: 100%;
		margin: 0 auto;
		padding: 40px 20px 30px;
		background: url(../img/top-trouble-bg.png) no-repeat 50% 50%;
		background-size: 78% auto;
	}
	
	#monthly-support-p #top-trouble.support-section .list1 li {
		width: 100%;
		display: block;
		padding: 2px 0 1rem 22px;
		vertical-align: top;
		background: url(../img/icon-checkbox.png) no-repeat 0 12%;
		background-size: 6%;
		text-indent: 0;
		font-size: 16px;
	}
	
	#monthly-support-p #top-trouble.support-section .top-section-subtitle1 {
		padding: 25px 0 60px;
		background: url(../img/logo2.png) no-repeat 50% 100%;
		background-size: 98%;
		text-align: justify;
		font-weight: 700;
	}
	
	#monthly-support-p #top-trouble.support-section .top-section-subtitle1 .red-char2 {
		font-size: 30px;
	}
	
	#benefit-point .under-content-wrap {
		padding: 0 0;
		margin-bottom: 40px;
	}

	#pleasure-voice .under-section-title5 {
		width: 100%;
		margin: 0 auto 20px;
		padding: 5px 0 3px 0;
		background: url(../img/asmoch-kun.png) no-repeat 98% 50%;
		background-size: 15%;
		border-bottom: solid 5px #3254ac;
		letter-spacing: 1px;
		font-size: 24px;
	}
	
	#pleasure-voice .under-content-wrap {
		padding: 0 10px;
		margin-bottom: 40px;
	}
	
	#pleasure-voice .under-content-img-left {
		width: 100%;
		max-width: 300px;
		float: none;
	}
	
	#pleasure-voice .under-content-text-right {
		width: 100%;
		padding: 15px 0 0 0;
		float: none;
	}
	
	#asmoch-ally .under-section-contents1 {
		padding: 10px 0 10px;
		line-height: 1.7;
	}
	
	#support-conditions dl dt {
		letter-spacing: 1px;
		font-size: 20px;
	}
	
	#support-conditions .dl-list1 {
		margin: 10px 0 30px;
	}
	
	.btn-qa-wrap-large {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	.btn-qa-wrap-large .button-qa {
	}
	
	.btn-qa-wrap-large .button-qa span {
		height: 100%;
	}
	
	.btn-qa-wrap-large .btn-qa {
		letter-spacing: 0px;
		font-size: 19px;
	}
}



/*/////////////////////////////////
for sp (仮 IT Supportページ)
/////////////////////////////////*/

@media screen and (max-width: 768px) {
	#Single h2 {
		font-size: 26px;
	}

	#Single img {
		max-width: 100%;
	}

	.under-kv {
		margin: 0 auto 0px;
		background: #f1f3f2;
	}

	.under-kv-wrap {
		text-align: center;
	}

	.under-section {
		padding: 30px 20px 15px;
	}

	.support-section1 {
		background: #f7f7f7;
	}

	.under-section-title1 {
		padding: 0 0 15px 0;
		line-height: 1.4;
		text-align: justify;
		font-size: 24px;
	}

	.under-section-title2 {
		padding: 0 0 25px 0;
		text-align: center;
	}

	.under-section-contents1 {}

	.under-section-contents1 p {
		padding: 0 0 18px 0;
		line-height: 1.5;
		text-align: justify;
		font-size: 16px;
	}

	.support-section2 {
		background: #fff;
	}

	.list1 {
		margin: 0 auto;
		padding: 0 0 30px 0;
	}

	.list1 li {
		padding: 0 0 16px 1rem;
		text-indent: -1.5rem;
	}

	.list1 li:last-child {
		padding: 0 0 0 1rem;
	}

	.under-section-contents1 .list1 {
		width: 100%;
	}

	.under-section-contents1 .list1 {
		background: url(../img/top-trouble-bg.png) no-repeat 100% 50%;
	}

	.under-section-contents1 .list1 li svg {
		margin-right: 0.2rem;
		color: rgb(245, 199, 5);
	}

	.support-section3 {
		padding: 30px 0 0;
		background: #f7f7f7;
	}

	.under-section-desc {
		padding: 0 1rem 10px;
		line-height: 1.5;
		text-align: center;
		font-size: 16px;
	}

	em {
		font-weight: 600;
	}

	.under-section-desc em,
	.under-section-desc span {
		display: block;
		font-style: normal;
	}


	/* flexbox */
	.flexbox1 {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.flexbox2 {
		display: flex;
		flex-flow: row-reverse wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.flexbox1 .flex-item {
		padding: 0 0 0;
	}

	.flexbox2 .flex-item {
		padding: 0 0 0;
	}

	.support-system .under-section-contents1 .flex-item {
		width: calc(100% / 1);
		padding: 0 0 0 0;
		text-align: center;
		flex-grow: 1;
	}

	.support-system .support-price1 {}

	.support-system .support-price2 {}
	.support-system .support-price1 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		margin-bottom: 30px;
	}
	.support-system .support-price1 img {
		width: 100%;
	}

	.support-system .support-price2 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.support-system .support-price2 img {
		width: 100%;
	}

	.support-times {
		text-align: center;
	}

	.dl-list1 {
		text-align: center;
		width: 100%;
		margin: 40px 0;
	}

	.dl-list1 dd {
		text-align: justify;
		font-size: 15px;
	}

	.support-system .flexbox1 .flex-item dl {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	.support-system .under-section-contents1 .flex-item dl {
		padding: 35px 0 0;
	}


	.support-system .flexbox1 .flex-item dl dt {
		width: 60%;
		margin: 0 auto 8px;
		color: #fff;
		text-align: center;
	}

	.support-system .flexbox1 .flex-item dl dd {
		margin-bottom: 0;
		text-align: center;
		font-size: 16px;
	}

	.support-system .flexbox1 .flex-item dl dd em {
		display: block;
	}

	.support-section4 {
		padding: 0 0 15px;
		background: #fff;
	}

	.under-section-subtitle1 {
		padding: 0 0 8px 0;
		letter-spacing: 1px;
		font-size: 18px;
		font-weight: 600;
	}


	.support-times,
	.support-hour,
	.support-area {
		padding: 0 0 0;
		text-align: center;
	}

	.support-area {
		padding: 0 0 10px;
	}


	.support-pack .under-section-contents3 .flex-item {
		width: calc(100% / 2);
		height: 100%;
		padding: 0 0 0 0;
		text-align: center;
		flex-grow: 1;
	}

	.support-pack .under-section-contents3 .pack-y {
		background: #fff;
		padding: 30px 0.5rem 15px;
	}

	.support-pack .under-section-contents3 .pack-y .list1,
	.support-pack .under-section-contents3 .pack-n .list1 {
		text-align: justify;
	}

	.support-pack .under-section-contents3 .pack-y .list1 li,
	.support-pack .under-section-contents3 .pack-n .list1 li {
		padding: 0 0 13px 0;
		line-height: 1.4;
		text-indent: 0;
		font-size: 15px;
	}

	.support-pack .under-section-contents3 .pack-n {
		/*	background: #f7f7f7;*/
		background: #7c7c7c;
		padding: 30px 0.5rem 15px;
		color: #fff;
	}

	.support-pack .under-section-contents3 .pack-n .list1 {}

	.support-pack .under-section-contents3 .pack-n .list1 li {}

	.supple-text {
		margin: 0 0 0 0;
		padding: 20px 1rem 18px;
		line-height: 1.5;
		text-align: justify;
		font-size: 16px;
	}

	.btn-price-wrap {
		margin-bottom: 0px;
		text-align: center;
	}

	.btn-price-wrap .btn-price {
		background: #0071bd;
		border-radius: 0;
		color: #fff;
		font-size: 1.4rem;
	}

	.btn-price-wrap .btn-price:hover {
		background: #fff;
		border: solid 2px;
		border-radius: 0;
		color: #0071bd;
	}
}

/*/////////////////////////////
renewal用 仮 windows
/////////////////////////////*/

#windows-p .under-kv {
	background: #1289CD;
}

/*yuuno*/

.support-section5 {
	background: #fff;
}

.under-section-contents5 {
	justify-content: space-between;
}

.under-section-contents5 .figure1 {
	display: flex;
	flex-wrap: wrap;
}

.under-section-contents5 .flex-item {
	margin-bottom: 30px;
}

.under-section-contents5 .flex-item .fcaption-title {
	font-size: 1.8rem;
	padding: 7px 0;
	color: #25acd6;
	font-weight: bold;
}

.under-section-contents5 .flex-item figure {
	margin-bottom: 3rem;
}

.under-section-contents5 .flex-item .figure-img {
	width: 20%;
}

.under-section-contents5 .flex-item .fcaption1 {
	width: 78%;
	padding: 0 30px;
}

.under-section-contents5 .flex-item p {
	padding: 5px 0 10px 1rem;
	line-height: 1.8;
	font-size: 1.6rem;
	font-weight: 500;
}

.under-section-contents5 .flex-item img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.under-section-contents5 {
		display: block;
	}

	.under-section-contents5 .flex-item .fcaption-title {
		font-size: 1.5rem;
		padding: 7px 0;
		color: #25acd6;
		font-weight: bold;
	}
	.under-section-contents5 .flex-item figure {
		margin: 0;
		margin-bottom: 2rem;
	}
	.under-section-contents5 .flex-item .figure-img {
		width: 35%;
	}
	.under-section-contents5 .flex-item .fcaption1 {
		width: 60%;
		padding: 0 5px;
	}
	.under-section-contents5 .flex-item p {
		margin-top: 5px;
		font-weight: bold;
		font-size: 1.3rem;
	}

	.under-section-contents5 .flex-item img {
		max-width: 100%;
	}
}

.single_content_banner {
	display: block;
	text-align: center;
	margin-top: 40px;
	padding-bottom: 40px;
}

.single_content_banner a img {
	opacity: 1;
	transition: 0.3s;
}

.single_content_banner a:hover img {
	opacity: .5;
}



/*/////////////////////////////
renewal用 在宅ワークICT
/////////////////////////////*/

.all-copy {
	padding: 0 30px 20px;
}

.all-copy p {
	line-height: 2;
	text-align: justify;
}

#ict-p ul.ict_list,
#network-p ul.network_list,
#replace-p ul.replace_list {
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 270px;
	background-color: #fff4db;
	margin-bottom: 20px;
}

#ict-p ul.ict_list li,
#network-p ul.network_list li,
#replace-p ul.replace_list li {}

#ict-p ul.ict_list li:nth-child(n+2),
#network-p ul.network_list li:nth-child(n+2),
#replace-p ul.replace_list li:nth-child(n+2) {
	margin-top: 13px;
}

#ict-p ul.ict_list li .list-title,
#network-p ul.network_list li .list-title,
#replace-p ul.replace_list li .list-title {
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 600;
}

.under-content-title {
	padding: 0 0 24px 0;
	font-size: 24px;
	font-weight: 600;
	color: #0071bc;
}

.under-content-text-left {
	width: 55%;
	padding: 0 40px 0 0;
	float: left;
}

.under-content-text-left p {
	padding: 0 0 20px 0;
	line-height: 2;
	text-align: justify;
}

.under-content-text-left dl {
	line-height: 1.8;
	text-align: justify;
}

.under-content-text-left dl:nth-child(n+2) {
	padding: 18px 0 0 0;
}

.under-content-text-left dl dt {
	padding: 0 0 12px 0;
	letter-spacing: 1px;
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}

.under-content-text-left dl dd {
	padding: 0 0 10px 0;
	text-align: justify;
}

.under-content-img-right .img-wrap {
	line-height: 1;
	text-align: right;
}

.under-content-img-right .img-wrap img {
	max-width: 100%;
	vertical-align: top;
}

.under-content-text-right {
	width: 55%;
	padding: 0 0 0 40px;
	float: right;
}

.under-content-text-right p {
	padding: 0 0 15px 0;
	line-height: 1.9;
	text-align: justify;
}

.under-content-img-right {
	width: 45%;
	float: right;
}

.under-content-img-left {
	width: 45%;
	float: left;
}

.under-content-img-left .img-wrap {
	line-height: 1;
	text-align: left;
}

.under-content-img-left .img-wrap img {
	max-width: 100%;
}



/**/

.pack-price {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
}


.pack-new h4 {
	flex: 1;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #23a109;
}

.pack-change h4 {
	flex: 1;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #c2850f;
}

.pack-new,
.pack-change {
	width: 49%;
	padding: 20px;
	margin-bottom: 20px;
}

.pack-new {
	background-color: rgb(243, 255, 235);
	margin-right: 10px;
}

.pack-change {
	background-color: rgb(255, 246, 226);
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	.pack-new,
	.pack-change {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	.pack-new {
		margin: 0;
	}

	.pack-change {
		margin: 0;
	}

	.all-copy {
		padding: 0 0 20px;
	}

	.all-copy p {
		line-height: 1.7;
		text-align: justify;
	}

	#ict-p ul.ict_list,
	#network-p ul.network_list,
	#replace-p ul.replace_list {
		font-size: 18px;
		margin: 0 auto;
		padding: 30px;
		background-color: #fff4db;
		margin-bottom: 20px;
	}

	#ict-p ul.ict_list li,
	#network-p ul.network_list li,
	#replace-p ul.replace_list li {
		font-size: 17px;
	}
	

	.under-content-title {
		padding: 0 0 10px 0;
		text-align: center;
		font-size: 22px;
	}

	.under-content-text-left dl {
		line-height: 1.7;
	}

	.under-content-text-left dl dt {
		padding: 0 0 12px 0;
		letter-spacing: 1px;
		text-align: justify;
		font-size: 17px;
		font-weight: 600;
	}

	.under-content-text-left dl dd {
		padding: 0 0 10px 0;
		text-align: justify;
		font-size: 17px;
	}

	.under-content-text-left {
		width: 100%;
		padding: 0 0 0;
		float: none;
	}

	.under-content-text-left p {
		padding: 0 0 13px 0;
		line-height: 1.7;
		text-align: justify;
	}

	.under-content-img-right .img-wrap {
		text-align: center;
	}

	.under-content-img-right .img-wrap img {
		max-width: 100%;
	}

	.under-content-text-right {
		width: 100%;
		padding: 0 0 0;
		float: none;
	}

	.under-content-text-right p {
		padding: 0 0 13px 0;
		line-height: 1.7;
		text-align: justify;
	}

	.under-content-img-right {
		width: 100%;
		float: none;
	}

	.under-content-img-left {
		width: 100%;
		float: none;
	}

	.under-content-img-left .img-wrap {
		text-align: center;
	}

	.under-content-img-left .img-wrap img {
		max-width: 100%;
	}
}


.pack-img {
	width: 100%;
	height: 280px;
	padding: 30px;
}

.pack-img img {
	max-width: 100%;
}

.under-section-contents1 .price-txt {
	padding: 18px 0 15px;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	font-size: 1.6rem;
}

.under-section-contents1 .price-txt span {
	display: block;
}

.pack-cap {
	font-weight: bold;
	color: rgb(54, 92, 204);
}

.pack-price dt {
	width: 35%;
	display: block;
	margin: 0 auto;
	margin-bottom: 13px;
	padding: 5px;
	background: #858585;
	color: #fff;
}


.pack-cost-ex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}


.pack-cost-ex2 {
	display: flex;
	flex-direction: column-reverse;
}

.pack-cost-ex-img {
	width: 30%;
	padding: 10px;
}

.pack-cost-ex-img img {
	max-width: 100%;
}

.pack-cost-ex-con {
	width: 70%;
	padding-left: 20px;
}

.pack-cost-ex-con h3{
	font-size: 115%;
	font-weight: bold;
}



@media screen and (max-width: 768px) {
	.pack-price {}

	.pack-price dl {
		font-size: 16px;
	}

	.pack-price dl dt {}

	.pack-price dl dd {
		text-align: justify;
		font-size: 14px;
	}

	.pack-cost-ex-img {
		width: 90%;
		padding: 10px;
		margin: 0 auto;
	}
	.pack-cost-ex-con {
		width: 90%;
		margin: 0 auto;
	}

	.pack-img {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	.under-section-contents1 .pack-cap {
		text-align: center;
	}

	.under-section-contents1 .price-txt {
		padding: 18px 0 5px;
		text-align: center;
		line-height: 1.5;
		font-weight: 600;
		font-size: 1.5rem;
	}
}

.pack-cost-ex-con h4 {
	flex: 1;
	font-weight: 600;
	color: #5a9ce9;
	font-size: 1.8rem;
}

.pack-cost-ex-con p {
	text-align: justify;
}

.under-section-contents1 p.pcpack-price {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: justify;
}


.under-section-contents1 p.pcpack-price span {}

.pack-cost-ex-con dd span {
	color: rgb(238, 136, 15);
	font-weight: 600;
}

.replace-section7 {
	background-color: rgb(245, 245, 245);
	padding: 40px 0;
}

.pack-remarks h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

.pack-remarks ul.list-top {
	margin-bottom: 40px;
}

.pack-remarks ul li {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.pack-remarks h4 {
		width: 90%;
		margin: 0 auto;
		padding: 5px 0 8px;
	}
	.pack-remarks ul.list-top {
		width: 90%;
		margin: 0 auto;
	}

	.pack-remarks ul li {
		line-height: 1.7;
	}
}

/*/////////////////////////////
よくあるご質問
/////////////////////////////*/

#qa h1 {}

#qa h2 {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 22px;
	letter-spacing: 1px;
	background-color: #2D57A6;
	color: #fff;
}

#qa h2:nth-child(n+2) {
	margin-top: 50px;
}

.qa_plink {
	margin-bottom: 60px;
	padding: 20px 20px 15px;
	background-color: rgb(245, 245, 245);
	font-weight: bold;
}

#qa .qa_plink h2 {
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	letter-spacing: 1px;
	background-color: rgb(245, 245, 245);
	color: #2D57A6;
}

.qa_plink dl.qa_catlink {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.qa_plink dl.qa_catlink dt {
	width: 100%;
	font-size: 18px;
	padding: 0 10px 10px;
}

.qa_plink dl.qa_catlink dd {
	padding: 0 1rem;
	font-size: 16px;
	padding: 5px 0 5px 35px;
	font-weight: normal;
}


.qa-content {}

.qa-content .toggle h3 {
	border-radius: 6px;
	background-color: rgb(255, 242, 242);
	font-size: 20px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}


.qa-content ul.inner li {
	display: flex;
	padding-left: 20px;
}

.qa-content ul.inner li span {
	font-size: 18px;
	font-weight: 600;
	color: rgb(255, 0, 0);
}

.qa-content ul.inner p {
	margin: 0 20px 30px 30px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 16px;
}


ul.accordion {}

ul.accordion h3 {
	display: block;
	padding: 10px;
	background-position: 97% center;
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
}

ul.accordion ul {
	display: none;
}

ul.accordion > li {}

ul.accordion > li > h3 {
	border-radius: 6px;
	background-color: rgb(245, 242, 255);
	font-size: 18px;
	font-weight: 600;
	padding: 12px 10px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

ul.accordion > li > h3:hover {
	cursor: pointer;
}

ul.accordion > li > h3 span {
	background-image: url(../img/open.png);
}

ul.accordion > li > h3 span.open {
	background-image: url(../img/close.png);
}

ul.accordion > li > ul > li {}

ul.accordion > li > ul > li > p {}

ul.accordion > li > ul > li > a {}

@media screen and (max-width: 768px) {
	.qa_plink dl.qa_catlink {
		display: flex;
		flex-direction: column;
	}
}


/* ==========================================================================
IT用語週
========================================================================== */

#itg h1 {}

#itg h2 {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	background-color: #2D57A6;
	color: #fff;
}

.itg_plink {
	margin-bottom: 60px;
	padding: 20px 20px 25px;
	background-color: rgb(245, 245, 245);
	font-weight: bold;
}

#itg .itg_plink h2 {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	letter-spacing: 1px;
	background-color: rgb(245, 245, 245);
	color: #2D57A6;
}

.itg-content {}

.itg-content .toggle h3 {
	border-radius: 6px;
	background-color: rgb(255, 242, 242);
	font-size: 20px;
	font-weight: 600;
	padding: 15px 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}


.itg-content ul.inner li {
	padding-left: 20px;
}

.itg-content ul.inner p {
	margin: 0 20px 30px 15px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 16px;
}

h3.search-title {
	color: #2D57A6;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 20px;
}

.itg-content ul.search-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 30px;
	margin-bottom: 20px;
}

.itg-content ul.search-list li {
	margin: 10px 15px 10px 5px;
}

@media screen and (max-width: 768px) {
	.itg_plink ul.qa_catlink {
		display: flex;
		flex-direction: column;
	}
}

/* ==========================================================================
プライバシーポリシー
========================================================================== */

.privacy {}

.preamble {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px 0;
}

.privacy h2 {
	padding: 14px 10px;
	background: #2d57a6;
	letter-spacing: 0.08em;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.privacy p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 16px;
	padding-left: 1em;
}

.privacy ul li {
	padding-left: 2em;
	text-indent: -2.5em;
	margin-bottom: 5px;
}

.privacy ul {
	padding-left: 1em;
	margin-bottom: 25px;
}

.privacy ul li ul {
	padding-left: 2em;
	text-indent: -2.5em;
	padding-left: 20px;
}

/* ==========================================================================
利用規約
========================================================================== */

.contract {}

.preamble {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px 0;
}

.contract h2 {
	padding: 14px 10px;
	background: #2d57a6;
	letter-spacing: 0.08em;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.contract p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 16px;
	padding-left: 1em;
}

.contract ul li {
	padding-left: 2em;
	text-indent: -2.5em;
	margin-bottom: 5px;
}

.contract ul {
	padding-left: 1em;
	margin-bottom: 25px;
}

.contract ul li ul {
	padding-left: 2em;
	text-indent: -2.5em;
	padding-left: 20px;
}

.contract dl {
	padding-left: 1em;
}

.contract dt {
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contract dd {
	padding-left: 1em;
	margin-bottom: 3px;
}


/* ==========================================================================
ITサポート　ページ
========================================================================== */

.under-section-subtitle3 {
	padding-left: 10px;
	margin-bottom: 26px;
	letter-spacing: 1px;
	border-left: 8px solid rgb(85, 114, 142);
	font-size: 24px;
	font-weight: 600;
}

/*
#support_p p.toptext{
margin-bottom: 30px;
text-align: center;
font-size: 21px;
font-weight: 600;
}
*/

.toptext {
	margin-bottom: 30px;
	text-align: center;
	line-height: 2;
	font-size: 21px;
	font-weight: 600;
}

#support_p ul.support_list {
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 270px;
	background-color: rgb(255, 251, 242);
	/* margin-bottom: 60px; */
}

#support_p ul.support_list li {
	margin-bottom: 10px;
}

ul.support_list li svg,
ul.ict_list li svg,
ul.replace_list li svg,
ul.network_list li svg {
	margin-right: 1rem;
	color: rgb(245, 199, 5);
}


.support_pricelist {
	font-size: 0;
}

.support-pricelist-item-full {
	width: 100%;
	padding: 30px 0 20px;
	text-align: center;
	font-size: 1rem;
}

.support-pricelist-item {
	width: calc(100% / 3);
	max-width: 340px;
	min-height: 535px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 14px 15px 10px;
	display: inline-block;
	background: #ededed94;
	vertical-align: top;
	border: solid 2px #1497a1;
	position: relative;
	font-size: 1rem;
}

.support-pricelist-item:nth-child(3n) {
	margin-right: 0;
}


.support_pricelist dl {
	/* padding: 0 20px; */
	/* margin-bottom: 60px; */
}

.support_pricelist dt {}

.support_pricelist .dt-img {
	max-height: 205px;
	overflow: hidden;
	text-align: center;
}

.support_pricelist .dt-img img {
	max-width: 100%;
}

.support_pricelist dt em {
	padding: 10px 20px;
	margin-bottom: 30px;
	display: block;
	background-color: rgb(20, 151, 161);
	font-size: 21px;
	font-weight: 600;
	color: #fff;
}

.support_pricelist dd {
	margin: 0 0 0;
	letter-spacing: 1px;
	line-height: 1.6;
	font-size: 16px;
}

.support_pricelist .support-pricelist-title {
	height: 65px;
	margin: 0 0 3px;
	padding: 9px 0 5px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
}

.support_pricelist dd.support_price {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 13px 0;
	margin: 0 0 0 0;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
}

.support_pricelist dd.support_note {
	padding: 10px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: rgb(219, 44, 99);
	/* text-align: right; */
}

.support_pack_catch {
	padding-bottom: 20px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
}

.suport_banner {
	text-align: center;
	margin-bottom: 40px;
}

#support-menu {
	padding-bottom: 0;
}

.suport_service_link {
	margin: 0 auto;
	padding: 10px 270px;
	font-size: 18px;
	font-weight: 600;
}

.suport_service_link li {
	margin-bottom: 10px;
}

.suport_service_link li .fa-wrap {
	padding-right: 1rem;
}



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

	#support_p ul.support_list li svg {
		margin-right: 0.2rem;
	}

	.under-section-subtitle3 {
		padding-left: 10px;
		margin-bottom: 26px;
		letter-spacing: 1px;
		border-left: 8px solid rgb(85, 114, 142);
		font-size: 24px;
		font-weight: 600;
	}

	#support_p p.toptext {
		margin-bottom: 30px;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
	}

	#support_p ul.support_list {
		font-size: 16px;
		margin: 0 auto;
		padding: 20px 10px;
		background-color: rgb(255, 251, 242);
		margin-bottom: 0;
	}
	`` .support_pricelist {
		font-size: 0;
	}

	.support-pricelist-item-full {
		width: 100%;
		padding: 30px 0 20px;
		text-align: center;
		font-size: 1rem;
	}

	.support-pricelist-item {
		width: calc(100% / 1);
		max-width: 340px;
		min-height: 535px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		padding: 14px 15px 10px;
		display: inline-block;
		background: #ededed94;
		vertical-align: top;
		border: solid 2px #1497a1;
		position: relative;
		font-size: 1rem;
	}

	.support-pricelist-item:nth-child(3n) {
		margin-right: 0;
	}


	.support_pricelist dl {
		/* padding: 0 20px; */
		/* margin-bottom: 60px; */
	}

	.support_pricelist dt {}

	.support_pricelist .dt-img {
		max-height: 205px;
		overflow: hidden;
		text-align: center;
	}

	.support_pricelist .dt-img img {
		max-width: 100%;
	}

	.support_pricelist dt em {
		padding: 10px 20px;
		margin-bottom: 30px;
		display: block;
		background-color: rgb(20, 151, 161);
		font-size: 21px;
		font-weight: 600;
		color: #fff;
	}
	.support_pricelist dd {
		margin: 0 0 0;
		letter-spacing: 1px;
		line-height: 1.6;
		font-size: 16px;
	}

	.support_pricelist .support-pricelist-title {
		height: 65px;
		margin: 0 0 3px;
		padding: 9px 0 5px;
		line-height: 1.3;
		font-size: 16px;
		font-weight: 600;
		overflow: hidden;
		/* white-space: nowrap; */
		text-overflow: ellipsis;
	}

	.support_pricelist dd.support_price {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0 15px 13px 0;
		margin: 0 0 0 0;
		font-size: 15px;
		font-weight: 600;
		text-align: right;
	}

	.support_pricelist dd.support_note {
		padding: 10px 0 0;
		font-size: 15px;
		font-weight: 600;
		color: rgb(219, 44, 99);
		/* text-align: right; */
	}

	.support_pack_catch {
		padding-bottom: 20px;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
	}

	.suport_banner {
		text-align: center;
		margin-bottom: 40px;
	}

	#support-menu {
		padding-bottom: 0;
	}

	.suport_service_link {
		margin: 0 auto;
		padding: 10px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.suport_service_link li {
		margin-bottom: 10px;
	}

	.suport_service_link li .fa-wrap {
		padding-right: 1rem;
	}

	.toptext {
		margin-bottom: 20px;
		text-align: justify;
		line-height: 1.6;
		font-size: 18px;
		font-weight: 600;
	}
}

/* ==========================================================================
404ページ
========================================================================== */

.not-section1 {
	text-align: center;
}

.not-section1 p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 16px;
}

.not-section1 img {
	margin-bottom: 20px;
}


/* ==========================================================================
QAページへのリンクボタン
========================================================================== */

.section-qa-link {
	text-align: center;
}

.section-qa-link p {
	margin: 0 0 30px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}

.button-qa {
	display: inline-block;
	width: 260px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button-qa::before,
.button-qa::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button-qa,
.button-qa::before,
.button-qa::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-qa {
	background-color: #333;
	color: #fff;
}

.button-qa:hover {
	background-color: #59b1eb;
}

.btn-qa-wrap .btn-qa {
	background: #f10a0a;
	border: solid 2px #f10a0a;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
}

.btn-qa-wrap .btn-qa:hover {
	background: #fff;
	border: solid 2px;
	border-radius: 0;
	color: #f95c5c;
	line-height: 54px;
	letter-spacing: 1px;
}

.btn-qa-wrap-large {
	margin-top: 70px;
}

.btn-qa-wrap-large .btn-qa {
	background: #f10a0a;
	border: solid 2px #f10a0a;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.btn-qa-wrap-large .btn-qa:hover {
	background: #fff;
	border: solid 2px;
	border-radius: 0;
	color: #f95c5c;
	line-height: 62px;
	letter-spacing: 1px;
}

.btn-qa-wrap-large .button-qa {
	width: 450px;
	height: 80px;
	padding: 10px 10px;
	display: block;
	margin: 0 auto;
	line-height: 53px;
}

.btn-qa-wrap-large .button-qa:hover {
	padding: 5px 5px;
}

.btn-qa-wrap-large .button-qa span {
	display: block;
	border: dashed 2px;
}



@media screen and (max-width: 768px) {
	.section-qa-link p {
		margin: 0 0 25px;
		text-align: justify;
		line-height: 1.8;
		font-size: 16px;
		font-weight: 600;
	}
}



/* ==========================================================================
スタッフ　ページ
========================================================================== */

.staff-catch {
	font-size: 21px;
	font-weight: 600;
	color: #2d57a6;
}

.under-content-text-right dl {
	/* line-height: 1.6; */
}

.under-content-text-right dl:nth-child(n+2) {
	margin-top: 15px;
}

.under-content-text-right dl dt {
	letter-spacing: 1px;
	font-weight: 600;
}

.under-content-text-right dl dd {
	padding: 0 0 0 1em;
}


@media screen and (max-width: 768px) {
	#staff-profile .under-content-img-left {
		width: 100%;
		max-height: 250px;
		float: none;
		overflow: hidden;
	}

	.under-content-text-right dl {
		line-height: 1.6;
		font-size: 16px;
	}

	.under-content-text-right dl:nth-child(n+2) {
		margin-top: 15px;
	}

	.under-content-text-right dl dt {
		letter-spacing: 1px;
		font-weight: 600;
	}

	.under-content-text-right dl dd {
		padding: 0 0 5px 1em;
	}
}


/* ==========================================================================
サービスの流れ　ページ
========================================================================== */

.step-flow-wrap {
	width: 90%;
	margin: 0 auto;
}

.step-flow {
	padding: 15px 0 21px 0;
	background: #ebfcff;
	position: relative;
	letter-spacing: 0;
	font-size: 0;
}

.step-flow:nth-child(n+2) {
	margin-top: 70px;
}

.step-flow .step-no {
	width: 20%;
	max-width: 180px;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	/* font-size: 16px; */
	color: #2d57a6;
}

.step-flow .step-no p {
	line-height: 1.3;
	font-size: 26px;
	font-weight: 600;
}

.step-flow .step-copy {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

.step-flow .step-copy a {
	font-weight: 600;
	color: #1497A1;
}

.step-flow .step-copy a:hover {
	text-decoration: underline;
}

.step-flow .step-copy:after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc(50% - 40px);
	border: 38px solid #ffffff;
	border-top: 28px solid #ebfcff;
	width: 0;
	height: 0;
}

.step-flow:last-child .step-copy:after {
	content: none;
}

.step-title {
	padding: 0 180px 9px 0;
	text-align: center;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 600;
}

.step-flow .step-copy ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px 0 0;
	text-align: justify;
}

.step-flow .step-copy ul li {
	line-height: 1.5;
}

.step-flow .step-copy ul li:nth-child(n+2) {
	padding-top: 10px;
}

.step-flow .step-copy p {
	padding: 0 0 0 0;
}

.step-flow .step-copy .supple-text {
	font-size: 14px;
	color: #666;
}

.step-flow .step-copy .supple-text span {
	color: #C1272D;
}


@media screen and (max-width: 768px) {
	.under-intro {
		padding: 0 20px 0;
	}

	.step-flow-wrap {
		width: 90%;
		margin: 0 auto;
	}

	.step-flow {
		padding: 12px 0 14px 0;
		background: #E2FBFF;
		position: relative;
		letter-spacing: 0;
		font-size: 0;
	}

	.step-flow:nth-child(n+2) {
		margin-top: 50px;
	}

	.step-flow .step-no {
		width: 100%;
		max-width: 100%;
		padding: 0 30px;
		display: block;
		text-align: center;
		/* font-size: 16px; */
		color: #2d57a6;
	}

	.step-flow .step-no p {
		line-height: 1.3;
		font-size: 22px;
		font-weight: 600;
	}

	.step-flow .step-copy {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px 0;
		display: block;
		text-align: center;
		font-size: 15px;
	}

	.step-flow .step-copy a {
		font-weight: 600;
		color: #1497A1;
	}

	.step-flow .step-copy a:hover {
		text-decoration: underline;
	}

	.step-flow .step-copy:after {
		position: absolute;
		content: '';
		top: 100%;
		left: calc(50% - 38px);
		border: 38px solid #ffffff;
		border-top: 28px solid #E2FBFF;
		width: 0;
		height: 0;
	}

	.step-flow:last-child .step-copy:after {
		content: none;
	}

	.step-title {
		padding: 8px 0 7px 0;
		text-align: center;
		letter-spacing: 0;
		font-size: 18px;
		font-weight: 600;
	}

	.step-flow .step-copy ul {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
		text-align: justify;
	}

	.step-flow .step-copy ul li {
		line-height: 1.6;
	}

	.step-flow .step-copy ul li:nth-child(n+2) {
		padding-top: 10px;
	}

	.step-flow .step-copy p {
		padding: 0 0 0 0;
	}

	.step-flow .step-copy .supple-text {
		font-size: 14px;
		color: #666;
	}

	.step-flow .step-copy .supple-text span {
		color: #C1272D;
	}
}


/* ==========================================================================
対応エリア　ページ
========================================================================== */

#service-area {}

#service-area .area-list {}

#service-area .area-list .under-section-subtitle1 {
	letter-spacing: 2px;
	text-align: center;
}

#service-area .area-list dl {
	width: 80%;
	max-width: 960px;
	margin: 0 auto 50px;
	font-size: 0;
}

#service-area .area-list dl .area-title {
	width: 90%;
	margin: 10px auto 20px;
	font-size: 19px;
}

#service-area .area-list dl dd {
	width: calc(100% / 3);
	padding: 0 0 20px 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}


@media screen and (max-width: 768px) {
	#service-area {}

	#service-area .area-list {}

	#service-area .area-list .under-section-subtitle1 {
		letter-spacing: 1px;
		text-align: center;
	}

	#service-area .area-list dl {
		width: 100%;
		max-width: 960px;
		margin: 0 auto 30px;
		font-size: 0;
	}

	#service-area .area-list dl .area-title {
		width: 100%;
		margin: 10px auto 20px;
		font-size: 16px;
	}

	#service-area .area-list dl dd {
		width: calc(100% / 3);
		padding: 0 0 15px 4px;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: 0;
		text-align: center;
		font-size: 14px;
	}
}


/* ==========================================================================
サイトマップ　ページ
========================================================================== */

#sitemap-list {}

#sitemap-list {}

#sitemap-list .under-section-subtitle1 {
	letter-spacing: 2px;
	text-align: center;
}

#sitemap-list .sitemap-list-wrap {
	width: 80%;
	max-width: 960px;
	margin: 0 auto 50px;
	font-size: 0;
}

#sitemap-list .sitemap-list-wrap li {
	width: calc(100% / 2);
	padding: 0 0 20px 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
	font-size: 18px;
}

#sitemap-list .sitemap-list-wrap li svg {
	margin: 0 6px 0 0;
	font-size: 17px;
	color: #1497A1;
}

#sitemap-list .sitemap-list-wrap li a:hover {
	text-decoration: underline;
	color: #1497A1;
}

#sitemap-list .sitemap-list-wrap .sitemap-top {
	width: calc(100% / 1);
}

#sitemap-list .sitemap-list-wrap .sitemap-parent {
	width: calc(100% / 1);
	padding-top: 13px;
}

#sitemap-list .sitemap-list-wrap .sitemap-parent .sitemap-child {
	padding: 10px 0 0 8px;
	font-size: 0;
}

#sitemap-list .sitemap-list-wrap .sitemap-parent .sitemap-child li {
	width: calc(100% / 2);
	padding: 0 0 20px 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	#sitemap-list .sitemap-list-wrap {
		width: 100%;
		margin: 0 auto 30px;
	}

	#sitemap-list .sitemap-list-wrap li {
		width: calc(100% / 1);
		padding: 0 10px 10px;
		display: block;
		font-size: 17px;
	}

	#sitemap-list .sitemap-list-wrap .sitemap-parent {
		width: calc(100% / 1);
		padding-top: 0;
	}

	#sitemap-list .sitemap-list-wrap .sitemap-parent .sitemap-child {
		padding: 0 0 0 2.5rem;
		font-size: 0;
	}

	#sitemap-list .sitemap-list-wrap .sitemap-parent .sitemap-child li {
		width: calc(100% / 1);
		padding: 2px 0 3px 0;
		display: block;
		font-size: 16px;
	}

	#sitemap-list .sitemap-list-wrap li svg {
		margin: 0 4px 0 0;
		font-size: 16px;
	}
}

/*recomend 2022/02/22
--------------------------------------------------*/
.recomend-products{
	display: flex;
	flex-wrap: wrap;
}
.recomend-products div{
	width: 32%;
	margin: 0 5px 20px;
	border: 1px solid rgb(99, 97, 97);
	border: solid 2px #1497a1;
	padding-bottom: 10px;
}

.recomend-products div dt{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px;
	background-color: #1497a1;
	color: #fff;
}

.recomend-products div dd{
	padding: 5px;
}


.recommend-p-cat{

}
.recommend-p-maker{

}


.recommend-p-img{
	text-align: center;
}
.recommend-p-img img{
	width: 95%;
	height: auto;
}

.recommend-p-spec{
	font-size: 1.4rem;
}
.recommend-p-spec span{
	background-color: rgb(61, 61, 61);
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
}
.recomend-products div dd.recommend-p-maker{
	font-size: 1.4rem;
	padding-bottom: 0px;
}
.recommend-p-number{
	font-weight: bold;
}
.recommend-p-price{
	font-size: 2.1rem;
	color: rgb(219, 44, 99);
	font-weight: bold;
	text-align: right;
}
.recommend-p-price span{
	background-color: rgb(61, 61, 61);
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
	font-size: 1.4rem;
	text-align: left;
}

.recommend-p-point {
	color: rgb(219, 44, 99);
	font-weight: bold;
}

.recommend-p-point span{
	background-color: rgb(61, 61, 61);
    color: #fff;
    padding: 5px;
    display: block;
    margin-bottom: 5px;
	font-size: 1.4rem;
}
.recommend-p-point{	
	font-size: 1.4rem;
}
.recommend-p-url a{
	float: right;
	background-color: rgb(255, 0, 0);
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 1.4rem;
}
.recommend-p-url a:hover{
	background-color: rgb(240, 62, 62);
}

.recommend-end-coment{
	margin-bottom: 30px;
}
.recommend-end-coment p{
	font-weight: bold;
}
.recommend-end-coment li{
	font-size: 1.4rem;
	color: rgb(255, 0, 0);
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.recomend-products div{
	width:100%;

}
}

/*Acronis 2022/04/23
--------------------------------------------------*/

.acronis-img{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.acronis-img div{
	width: 50%;
	text-align: center;
}

.security-situation{
	border: 1px solid #D80505;
	background-color: #fde5e5;
	width: 85%;
	margin: 0 auto 60px;
	padding: 15px;
	font-size: 85%;
}

.security-situation h2{
	font-weight:bold;
	margin: 5px 0;
}
.cost-img{
	margin-top:30px;
	text-align: center;
}

.function-list{
	display: flex;
}

.function-list dl{
	width: 25%;
}

.function-list dt{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
}

.function-list dd{
	margin-bottom: 5px;
	padding: 10px;
}
.acronis-bu{
	background-color: #ffe4e4;
}

.acronis-bu dt{
	background-color: #D80505;
	color: #fff;
}

.acronis-bu span{
	color: #D80505;
}

.acronis-sec{
	background-color: #f5f2ff;	
}

.acronis-sec dt{
	background-color: #2c05d8;	
	color: #fff;
}
.acronis-sec span{
	color: #2c05d8;	
}

.acronis-dv{
	background-color: #f8ffef;	
}

.acronis-dv dt{
	background-color: #467a01;	
	color: #fff;
}
.acronis-dv span{
	color: #467a01;
}

.acronis-ot{
	background-color: #ffffe8;
}

.acronis-ot dt{
	background-color: #d8d405;	
	color: #fff;
}
.acronis-ot span{
	color: #d8d405;	
}

.about-acronis h3{
	font-weight: bold;
	color: #022061;
	font-size: 115%;
	margin-bottom: 15px;
}
.about-acronis p{
	margin-bottom: 30px;
}

.about-acronis-img{
	text-align: right;
	margin-bottom: 30px;
}


.about-acronis-desc{
	width: 50%;
}

.about-acronis-content{
	display: flex;
}

.about-acronis-evaluation{
	width: 50%;
	padding: 0 0 0 20px;
}

.about-acronis-evaluation img{
	max-width: 100%;
	margin-bottom: 10px;
}
.acronis-doc p{
	margin-bottom: 30px;
}
.acronis-doc ul li{
	border-bottom: dotted 1px #022061;
	margin-bottom: 10px;
}

.acronis-doc ul li a{
	font-weight: bold;
	color: #022061;
}



@media screen and (max-width: 768px) {
	.acronis-img{
		display: block;
		margin: 30px 0;
	}
	.acronis-img div{
		width: 100%;
		text-align: center;
	}
	.security-situation{
		width: 95%;
		padding: 10px;
		font-size: 85%;
	}
	.function-list{
		flex-wrap: wrap;
	}
	.function-list dl{
		width: 50%;
		margin-bottom: 30px;
	}
	.about-acronis-desc{
		width: 100%;
	}
	.about-acronis-content{
		display: block;
	}
	.about-acronis-evaluation{
		width: 100%;
		padding: 20px ;
	}
}

/*システム開発*/
#sys-dev h3 {
	font-size: 2.6rem;
	margin: 30px 0;
	text-align: center;
}
.sys-industory{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 20px 0 60px;
}

.sys-industory ul{
	padding-left: 30px;
}

.sys-industory ul li{
	margin-bottom: 10px;
}
.sys-industory img{
	width: 400px;
}
.sys-industory p{
	width: 100%;
	text-align: center;
}

.sys-function{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 60px;
}
.sys-function ul{
	padding-left: 30px;
}

.sys-function ul li{
	margin-bottom: 10px;
}
.sys-function img{
	width: 400px;
}


.sys-env{
	display: flex;
	justify-content: space-around;
	margin: 20px 0 60px;
}

.sys-env dl{
	padding: 30px;
	width: 45%;
}

.sys-env dt{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
}

.sys-env dl dl{
	width: 100%;
	padding: 5px;
}

.sys-env dl dl dt{
	font-weight: bold;
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 10px;
}
.sys-env dl dl dd{

}

.sys-full{
	background-color: #F3FFEB;
}

.sys-pack{
	background-color: #FFF6E2;
}




/*アウトソーシング 2024/05/08
--------------------------------------------------*/
.outsourcing-list {
	background-color: #DAF2EF;
	border: 1px solid #DAF2EF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outsourcing-list div {
	width: 32%;
	background-color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}
.outsourcing-list div h3 {
	font-size: 2.1rem;
	font-weight: bold;
	border-radius: 15px 15px 0px 0px;
	color: #fff;
	padding: 20px 10px;
}
.outsourcing-list div.s-account h3 {
	background-color: #4fc998;
}
.outsourcing-list div.s-it h3 {
	background-color: #f27e43;
}
.outsourcing-list div.s-web h3 {
	background-color: #2f9aea;
}
.outsourcing-list div.s-buad h3 {
	background-color: #c388d8;
}
.outsourcing-list div.s-telw h3 {
	background-color: #ffce43;
}
.outsourcing-list div.s-ma h3 {
	background-color: #fa8a89;
}
.outsourcing-list div img {
	margin: 25px 0;
}
.outsourcing-list div ul {
	padding: 0 20px 30px;
	margin: 0 auto;
}
.outsourcing-list div li {
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 3px;
	position: relative;
	padding: 0.3em 0 0.3em 2em;
	line-height: 1.5;
}
.outsourcing-list ul li:after,
.outsourcing-list ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 11px;
	height: 18px;
	width: 4px;
	background: #ec1d23;
	border-radius: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.outsourcing-list ul li:after {
	top: 14px;
	left: 3px;
	height: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.outsourcing-list {
		background-color: #DAF2EF;
		border: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		padding: 30px 20px;
		display: block;
	}
	.outsourcing-list div {
		width: 100%;
		background-color: #fff;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin-bottom: 30px;
		text-align: center;
		display: inline-block;
	}
	.outsourcing-list div h3 {
		font-size: 1.6rem;
		font-weight: bold;
		border-radius: 10px 10px 0px 0px;
		color: #fff;
		padding: 10px 5px;
	}
	.outsourcing-list div.s-telw h3 {
		font-size: 1.4rem;
	}
}


/*短時間リモートサポート 2024/05/22
--------------------------------------------------*/
#shorttime_service{}

.dl_link {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

a.dlbtn {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.dlbtn--orange,
a.dlbtn--orange {
  color: #fff;
  background-color: #eb6100;
}
.dlbtn--orange:hover,
a.dlbtn--orange:hover {
  color: #fff;
  background: #f56500;
}
