/* 共通 */
.content {
	max-width: inherit;
}

.main .link li img {
	margin-bottom: 5px;
}

.view-pc {
	display: inline-block;
}

.view-sp {
	display: none;
}

.mb5 {
	margin-bottom: 5px!important;
}

/* 詳細ボタン */
span.btn_detail {
	width: 100px;
	background: #fff;
	color: #4d9feb;
	border: 2px solid #4d9feb;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	margin: 0 auto 10px;
}

/* 料金simボタン */
p.sbutton_orange_cv a {
	box-shadow: 0 0 0 5px #ff9800 inset;
	color: #ff9800;
}

p.sbutton_orange_cv a:hover {
	background: #ff9800;
	color: #fff;
	box-shadow: 0 0 0 5px #ff9800 inset;
}

/* バナーエリア */
.area_bnr {
	background: #f8f8f8;
}

.area_bnr h5 {
	font-size: 2.2rem;
}

.area_bnr div div {
	display: flex;
	justify-content: space-between;
}


/* ----------------------------------------------------------------------
構成例一覧ページ
---------------------------------------------------------------------- */
/* 基本構成スタイル */
.basic_content {
	padding-top: 20px;
	background-color: #4d9feb;
}

.basic_content h3 {
	color: #fff;
	text-align: left;
	font-size: 2.5rem;
	font-weight: normal;
}

.basic_content a {
	display: block;
	text-decoration: none;
	padding-bottom: 1px;
	background-color: #fff;
}

.basic_content a:hover figure, .basic_content a:hover p, .basic_content a:hover span {
	opacity: 0.5
}

.basic_content a h4 {
	color: #333;
	font-size: 1.5rem;
	display: table-cell;
	vertical-align: middle;
	width: 308px;
	height: 58px;
	line-height: 2rem;
	padding: 5px 10px 0;
}

.basic_content a:hover h4 {
	color: #4d9feb;
}

.basic_content a figure {
	width: 80%;
	max-width: 240px;
	margin: 0 auto;
	padding: 10px 5px;
	border: solid 5px #fdc44f;
}

.basic_content a figure img {
	width: 100%;
}

.basic_content a p {
	color: #333;
	font-size: 1.3rem;
	line-height: 1.9rem;
	text-align: left;
	width: 250px;
	min-height: 57px;
	margin: 10px auto 5px;
}

/* 構成例一覧 */
.pattern_list {
	min-height: 450px;
}

.pattern_list.layout-unit.layout-2col, .pattern_list.layout-unit-fix.layout-2col {
	width: 780px;
}

.pattern_list li {
	width: 390px;
	box-sizing: border-box;
	padding-right: 5px;
	margin-bottom: 5px;
}

.pattern_list li a {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	background: #FFF;
	color: #333333;
	border: #ccc 4px solid;
	text-decoration: none;
}

.pattern_list li a:hover {
	border-color: #4d9feb;
}

.pattern_list li a:hover figure, .pattern_list li a:hover p, .pattern_list li a:hover span, .pattern_list li a:hover dl {
	opacity: .7;
}

.pattern_list li a h4 {
	color: #333;
	font-size: 1.5rem;
	vertical-align: middle;
	width: 310px;
	height: 58px;
	line-height: 2rem;
	padding: 5px 10px 0;
	margin: 0 auto;
}

.pattern_list li a:hover h4 {
	color: #4d9feb;
}

.pattern_list li a figure {
	width: 80%;
	max-width: 240px;
	margin: 0 auto 5px;
	padding: 10px 5px;
	border: solid 5px #ccc;
}

.pattern_list dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eee;
    margin: 10px 5px 0;
}

/* NEW!アイコン */
.new {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #ff6622 transparent transparent transparent;
	z-index: 90;
}

.new_text {
	position: absolute;
	transform: rotate(-45deg);
	font-size: 1.1rem;
	top: -40px;
	left: 5px;
	color: #fff;
}

.btn-list li a.selected, .btn-list li a:hover {
	background: #a2a2a2;
	color: #fff;
	text-decoration: none;
}

.isotope li {
	margin-top: 0;
}

.item h4{
	padding-top: 10px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tag_area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	min-height: 52px;
	margin-top: 2px;
}

.tag_area span {
	width: 109px;
	height: 17px;
	margin: 3px 4px 0px 5px;
	background-color: #eee;
	padding: 3px;
	font-size: 1.1rem;
	text-align: left;
	position: relative;
}

.tag_area span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	top: 0;
	right: -6px;
	border-style: solid;
	border-color: transparent transparent transparent #eee;
	border-width: 12px 0 11px 6px;
	z-index: 10;
}

i.icn_circle {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin: 0 0 1px 1px;
}

.tag_area span.active,.tag_area span.active i {
	color: #ffffff;
}

.tag_area span.active i.icn_circle {
	background: #fff;
}

.close_icn {
	float: right;
	position: relative;
	right: 6px;
	visibility: hidden;
}

/* 緑色にしたい場合 */
.green {
	color:#2fcdb4;
}

.bg-green {
	background-color:#2fcdb4;
}

.bd-green {
	border: #2fcdb4 2px solid;
}

.bd-top-green {
	border-top: 8px solid #2fcdb4;
}

.pattern_search .btn-list.hv-green a {
	color: #2fcdb4;
	border-color: #2fcdb4;
}

.pattern_search .btn-list.hv-green a:hover {
	box-shadow: 0 0 0 2px #2fcdb4 inset;
	background: #fff;
}

.pattern_search .btn-list.hv-green a.selected {
	background-color:#2fcdb4;
	border-color: #2fcdb4;
	color: #fff;
}

.pattern_search .btn-list.hv-green a.selected:hover {
	background: #2fcdb4;
}

.tag_area span.tag-green {
	background-color:#2fcdb4;
}

.tag_area span.tag-green:after {
	border-color: transparent transparent transparent #2fcdb4;
}

i.icn_circle.green {
	background: #2fcdb4;
}

/* 赤色にしたい場合 */
.red {
	color:#ee8080;
}

.bg-red {
	background-color:#ee8080;
}

.bd-red {
	border: #ee8080 2px solid;
}

.bd-top-red {
	border-top: 8px solid #ee8080;
}

.pattern_search .btn-list.hv-red a {
	color: #ee8080;
	border-color: #ee8080;
}

.pattern_search .btn-list.hv-red a:hover {
	box-shadow: 0 0 0 2px #ee8080 inset;
	background: #fff;
}

.pattern_search .btn-list.hv-red a.selected {
	background-color:#ee8080;
	border-color: #ee8080;
	color: #fff;
}

.pattern_search .btn-list.hv-red a.selected:hover {
	background: #ee8080;
}

.tag_area span.tag-red {
	background-color:#ee8080;
}

.tag_area span.tag-red:after {
	border-color: transparent transparent transparent #ee8080;
}

i.icn_circle.red {
	background: #ee8080;
}

/* 青色にしたい場合 */
.blue {
	color: #4d9feb;
}

.bg-blue {
	background-color:#4d9feb;
}

.bd-blue {
	border: #4d9feb 2px solid;
}

.bd-top-blue {
	border-top: 8px solid #4d9feb;
}

.pattern_search .btn-list.hv-blue a {
	color: #4d9feb;
	border-color: #4d9feb;
}

.pattern_search .btn-list.hv-blue a:hover {
	box-shadow: 0 0 0 2px #4d9feb inset;
	background: #fff;
}

.pattern_search .btn-list.hv-blue a.selected {
	background-color:#4d9feb;
	border-color: #4d9feb;
	color: #fff;
}

.pattern_search .btn-list.hv-blue a.selected:hover {
	background: #4d9feb;
}

.tag_area span.tag-blue {
	background-color:#4d9feb;
}

.tag_area span.tag-blue:after {
	border-color: transparent transparent transparent #4d9feb;
}

i.icn_circle.blue {
	background: #4d9feb;
}

/* 構成例検索サイドバー */
.pattern_search.layout-unit.layout-2col, .pattern_search.layout-unit-fix.layout-2col {
	width: 186px;
	margin-left: 13px;
}

.pattern_search .toggle_btn:hover {
	cursor: pointer;
}

.pattern_search .toggle_btn.green {
	background: #2fcdb4 url(/sevice_shared/img/cloud/pattern/icn_arrow_down.png) no-repeat 164px 13px;
}

.pattern_search .toggle_btn.red {
	background: #ee8080 url(/sevice_shared/img/cloud/pattern/icn_arrow_down.png) no-repeat 164px 13px;
}

.pattern_search .toggle_btn.blue {
	background: #4d9feb url(/sevice_shared/img/cloud/pattern/icn_arrow_down.png) no-repeat 164px 13px;
}

.pattern_search .toggle_btn.green.active {
	background: #2fcdb4 url(/sevice_shared/img/cloud/pattern/icn_arrow_up.png) no-repeat 164px 13px;
}

.pattern_search .toggle_btn.red.active {
	background: #ee8080 url(/sevice_shared/img/cloud/pattern/icn_arrow_up.png) no-repeat 164px 13px;
}

.pattern_search .toggle_btn.blue.active {
	background: #4d9feb url(/sevice_shared/img/cloud/pattern/icn_arrow_up.png) no-repeat 164px 13px;
}

.pattern_search h4 {
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 12px 10px 9px;
	font-weight: normal;
	text-align: left;
}

.pattern_search .btn-list a {
	display: block;
	border: 1px solid;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 2px;
}

/* ----------------------------------------------------------------------
構成例詳細ページ
---------------------------------------------------------------------- */
#p_detail h1 {
	font-size: 3.0rem;
}

#p_detail figure {
	border: solid 4px #ccc;
	box-sizing: border-box;
}

.p_detail_content {
	width: 90%;
	margin: 0 auto;
}

/* 詳細ページのタグ表示 */
#cate_ins p.cate_list span {
	display: inline-block;
	background: #efefef;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 5px;
	margin-top: 5px;
}

#cate_ins p.cate_list span:last-child {
	margin-right: 0;
}

#cate_ins p.cate_list span.active {
	color: #fff;
}

#cate_ins p.cate_list span.green.active {
	background: #2fcdb4;
}

#cate_ins p.cate_list span.red.active {
	background: #ee8080;
}

#cate_ins p.cate_list span.blue.active {
	background: #4d9feb;
}

/* 月額合計 */
#feature dl.total_cost {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: 2px solid #4d9feb;
}

#feature dl.total_cost dt {
	color: #4d9feb;
	font-size: 1.8rem;
	margin-top: 10px;
}

#feature dl.total_cost dd {
	font-size: 2.3rem;
	margin-top: 3px;
}

#feature dl.total_cost dd span {
	font-size: 1.6rem;
}

#feature dl.total_cost dd span.text_s {
	font-size: 1.3rem;
	font-weight: normal;
}

/* この構成のポイント */
#feature h2 {
	font-size: 1.8rem;
	text-align: left;
}

#feature p span {
	background: #ff9800;
	padding: 5px 12px;
	margin-right: 8px;
	color: #fff;
	font-weight: bold;
}

#feature p {
	position: relative;
	padding-left: 43px;
	padding-top: 6px;
}

#feature p span {
	position: absolute;
	top: 0;
	left: 0;
}

/* こんなお悩み（課題）はありませんか？ */
#solution div h3 {
	font-size: 1.8rem;
	padding: 10px;
}

#solution div ul {
	padding: 5px 10px 15px 15px;
}

#solution div ul li {
	font-size: 1.5rem;
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
	line-height: 2.1rem;
}

#solution div:first-child {
	background: #efefef;
	position: relative;
}

#solution div:first-child h3 {
	padding: 20px 10px 0 15px;
}

#solution div:first-child:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #efefef transparent transparent transparent;
	border-width: 20px 40px 0 40px;
}

#solution div:nth-child(2) {
	border: solid 2px #4d9feb;
}

#solution div:nth-child(2) h3 {
	background: url(/sevice_shared/img/svg/cloud/icn_cloud_w.svg) no-repeat 7px 8px / 30px;
	padding-left: 42px;
	color: #fff;
	background-color: #4d9feb;
}

#solution div:nth-child(2) ul {
	padding: 20px 20px 10px;
}

#service {
	border-top: 1px solid #ccc;
}

#service ul {
	display: flex;
	flex-wrap: wrap;
}

#service ul li {
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: 7px 2px;
	margin-bottom: 10px;
}

#service ul li a {
	text-decoration: none;
	color: #333;
	border: 1px solid #999;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 8px 5px 32px;
	margin-right: 5px;
}

#service ul li a:hover {
	color: #4d9feb;
	border: 1px solid #4d9feb;
}

/* アイコン無し */
#service ul li.icn_none a {
	padding: 5px 8px 5px 8px;
}

/* サービスアイコン用 */
#service .icn_cloud { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud.svg); } /* クラウド */
#service .icn_ilb { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_ilb.svg); } /* ILB */
#service .icn_rdb { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_rdb.svg); } /* RDB */
#service .icn_storage { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_obst.svg); } /* オブスト */
#service .icn_cdn { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_cdn.svg); } /* CDN */
#service .icn_dns { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_dns.svg); } /* DNS */
#service .icn_gslb { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_gslb.svg); } /* GSLB */
#service .icn_connect { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_connect.svg); } /* プラコネ */
#service .icn_baremetal { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_baremetal.svg); } /* ベアメタル */
#service .icn_private { background-image: url(/sevice_shared/img/svg/cloud/icn_cloud_private.svg); } /* プライベートクラウド */
#service .icn_ddos { background-image: url(/sevice_shared/img/svg/datacenter/managed/icn_ddos.svg); } /* DDoS対策 */
#service .icn_ids_ips { background-image: url(/sevice_shared/img/svg/datacenter/managed/icn_defense.svg); } /* IDS/IPS */
#service .icn_datacenter { background-image: url(/sevice_shared/img/svg/datacenter/icn_datacenter.svg); } /* ハウジングサービス */

/* コンピューティングアイコン用 */
#service .icn_ha { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_ha.svg); } /* HA機能 */
#service .icn_vlan { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_vlan.svg); } /* VLAN */
#service .icn_fw { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_fw.svg); } /* ファイアウォール */
#service .icn_lb { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_lb.svg); } /* ロードバランサー */
#service .icn_ip { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_ip.svg); } /* パブリックIP */
#service .icn_comu_temp { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_community-template.svg); } /* コミュニティーテンプレート */
#service .icn_internet { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_internet.svg); } /* インターネット接続サービス */
#service .icn_vpn { background-image: url(/sevice_shared/img/svg/cloud/com/icn_cloud_remote-vpn.svg); } /* VPN */

/* 連携サービスアイコン用 */
#service .icn_mackrel { background-image: url(/sevice_shared/img/cloud/spec/icon_app01.png); } /* Mackerel */

/* 参考価格 */
#cost table tr:last-child td {
	background: #ffead0;
	font-size: 2.3rem;
}

#cost table tr:last-child td span:first-child {
	font-size: 1.7rem;
	margin-right: 15px;
}

#cost table tr:last-child td span:nth-child(2) {
	font-size: 1.6rem;
}

/* 類似しているオススメ構成例 */
.task_col h3 {
	text-align: center;
}

.task_col a figure {
	border-color: #ccc;
	margin-bottom: 10px;
}

.task_col ul {
	display: flex;
	justify-content: center;
}

.task_col ul li {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 3px 40px;
}

.task_col ul li.active {
	background: #fff;
	color: #4d9feb;
}

/* 1040px以下のとき（※段ズレ防止用に設定しておきます） */
@media screen and (max-width: 1039px) {
.content_center.main {
	padding: 0 7px;
}

.pattern_search.layout-unit.layout-2col, .pattern_search.layout-unit-fix.layout-2col {
	margin-left: 0;
}
}


/* 980px以下のとき */
@media screen and (max-width: 979px) {
.content {
	width: 100%;
}

/* 一覧調整 */
.pattern_list.layout-unit.layout-2col, .pattern_list.layout-unit-fix.layout-2col {
	float: none;
}

.pattern_list ul {
	max-width: 780px;
	margin: 0 auto;
}

/* 検索カテゴリ */
.view-sp {
	display: inline-block;
}

.view-pc {
	display: none;
}

#bottom_position {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100000000;
}

.dropdown {
	height: 400px;
	overflow-x: scroll;
}

.open_search_list {
	cursor: pointer;
	font-size: 18px;
	padding: 20px;
	background: #333;
	color: #fff;
	position: relative;
}

.open_search_list i{
	margin-right: 5px;
}

.open_search_list i.search_arrow {
	position: absolute;
	right: 2%;
	top: 36%;
}

#sp_search > .sticker > .btn-list {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#sp_search > .sticker > .btn-list > li {
	float: left;
	text-align: center;
	width: 50%;
}

#sp_search h4 {
	color: #fff;
	font-size: 2.0rem; /* 20px */
	padding: 10px 15px;
}

#sp_search .green h4 {
	background: #2fcdb4;
}

#sp_search .red h4 {
	background: #ee8080;
}

#sp_search .blue h4 {
	background: #4d9feb;
}

#sp_search .btn-list {
	margin-top: 5px;
}

#sp_search .btn-list a {
	padding: 5px 15px 5px 24px;
	margin: 3px;
}

#sp_search .btn-list.hv-green a {
	color: #2fcdb4;
	border-color: #2fcdb4;
}

#sp_search .btn-list.hv-green a:hover {
	box-shadow: 0 0 0 2px #2fcdb4 inset;
	background: #fff;
}

#sp_search .btn-list.hv-green a.selected {
	background-color:#2fcdb4;
	border-color: #2fcdb4;
	color: #fff;
}

#sp_search .btn-list.hv-green a.selected:hover {
	background: #2fcdb4;
}

#sp_search .btn-list.hv-red a {
	color: #ee8080;
	border-color: #ee8080;
}

#sp_search .btn-list.hv-red a:hover {
	box-shadow: 0 0 0 2px #ee8080 inset;
	background: #fff;
}

#sp_search .btn-list.hv-red a.selected {
	background-color:#ee8080;
	border-color: #ee8080;
	color: #fff;
}

#sp_search .btn-list.hv-red a.selected:hover {
	background: #ee8080;
}

#sp_search .btn-list.hv-blue a {
	color: #4d9feb;
	border-color: #4d9feb;
}

#sp_search .btn-list.hv-blue a:hover {
	box-shadow: 0 0 0 2px #4d9feb inset;
	background: #fff;
}

#sp_search .btn-list.hv-blue a.selected {
	background-color:#4d9feb;
	border-color: #4d9feb;
	color: #fff;
}

#sp_search .btn-list.hv-blue a.selected:hover {
	background: #4d9feb;
}

#sp_search .btn-list a {
	display: block;
	border: 1px solid;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 3px;
	margin-bottom: 2px;
}
}


/* スマホ用スタイル */
@media screen and (max-width: 739px) {
.contnet {
	width: 100%;
}

/*---------------- 基本の構成例 ----------------*/
.basic_content a {
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.basic_content a h4 {
	display: block;
	margin: 0 auto -10px;
	padding: 13px 0 0;
}

/*---------------- 一覧ページ ----------------*/
.pattern_list ul {
	max-width: 550px;
	margin: 0 auto;
}

.pattern_list li {
	width: 100%;
	padding-right: 0;
}

.pattern_list li.item {
	min-height: auto;
}

.pattern_list li a h4 {
	width: auto;
	padding: 0;
}

.tag_area {
	min-height: auto;
	width: 92%;
	max-width: 500px;
	margin: 0 auto 10px;
	
}

.tag_area span {
	width: 44%;
	max-width: 150px;
	height: 20px;
	font-size: 1.2rem;
}

.tag_area span:after {
	border-width: 13px 0 12px 6px;
}


/*---------------- 詳細ページ ----------------*/
#p_detail.content_center {
	padding: 0;
}

#p_detail h1 {
	font-size: 2.0rem;
}

#feature dl.total_cost {
	display: block;
}

#feature dl.total_cost dd{
	text-align: right;
	margin-top: 0;
}

#feature p {
	position: relative;
	padding-left: 30px;
	padding-top: 2px;
}

#feature p span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px 7px;
}

#solution div:first-child {
	margin-bottom: 30px;
}

#solution div h3 {
	font-size: 1.6rem;
}

#service ul li {
	margin-bottom: 12px;
	background-position : 7px 0;
}

#service ul li.com {
	background-position: 6px 3px;
}

.task_col h3 {
	font-size: 2.0rem;
}

.area_bnr {
	text-align: center;
}

.area_bnr div div {
	display: block;
}

.area_bnr div div a {
	display: block;
	margin-bottom: 5px;
}
}
