@charset "utf-8";

/* ===

PRICE PAGE STYLE

Last Updated: 2014/08/01 (WATANABE)
======================================= */

/* ===============================

	/price/index.html

=============================== */


#page-price .breadcrumb + span {
  display: block;
  text-align: right;
  margin-bottom: 1em;
}
#page-price .attention {
	font-size: 11px;
	line-height: 1.5em;
	background-color: #ffffff;
}

#page-price sup {
	color: #ff0000;
}

#page-price p {
	line-height: 1.5em;
}

/* pattern */

#page-price .inner {
	padding-top: 20px;
}

#page-price #pattern {
	position: relative;
	width: 100%;
	padding-top: 0;
	border: 2px solid #456bac;
	background-color: #edf1f7;
	margin-bottom: 40px;
	box-sizing: border-box;
}

#page-price #pattern > *{
	padding: 0 1.5em 1.5em;
}

#page-price #pattern h3{
	text-align: center;
	display: block;
	background-color: #456bac;
	color: #ffffff;
	font-size: 180%;
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
}

/*.fukidashibox*/
.fukidashibox{
	text-align: center;
}

.fukidashibox .fukidashi{
	position: relative;
  display: inline-block;
  padding: 1em 1em 1em 5.5em;
	line-height: 1.5;
	width: auto;
  max-width: 100%;
	text-align: left;
  background: #FFF;
  border: solid 3px #4369AD;
  box-sizing: border-box;
	font-size: 1.2em;
	background-image: url(../images/price/pattern_point_bg.gif);
	background-repeat: no-repeat;
	background-position:  left center;
	background-position: left 1em center;
	background-size: 2.5em auto;
}

.fukidashibox .fukidashi li {
	list-style-type: disc !important;
}

.fukidashibox .fukidashi:before {
	content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
	z-index: 3;
	border: 12px solid transparent;
  border-top: 12px solid #FFF;
	bottom: -24px;
}
.fukidashibox .fukidashi:after {
	content: "";
  position: absolute;
  left: 50%;
  margin-left: -17px;
  z-index: 2;
  border: 14px solid transparent;
  border-top: 14px solid #4369AD;
	bottom: -30px;
}

/*fukidashi*/

#pattern .point li {
	list-style-type: disc !important;
	margin-bottom: 10px;
	font-size: 15px;
}

#pattern .type table {
	box-shadow: rgba(0,0,0,0.25) 3px 3px 0px 0px;
	width: 100%;
	margin-bottom: 10px;
}

#pattern .type table th {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}

#pattern .type table td {
	padding: 15px 20px 0;
}

#pattern-basic { border: 2px solid #dea8a7; }
#pattern-basic th { background: #d6534c; }
#pattern-basic td {
	background: url(../images/price/arrow_basic.png) left center no-repeat #fceeee;
}
#pattern-custom { border: 2px solid #ccdeab; }
#pattern-custom th { background: #accc60; }
#pattern-custom td {
	background: url(../images/price/arrow_custom.png) left center no-repeat #e6ede8;
}
#pattern-expand { border: 2px solid #c6b7d9; }
#pattern-expand th { background: #8e70b4; }
#pattern-expand td {
	background: url(../images/price/arrow_expand.png) left center no-repeat #f3f0f7;
}
#pattern-package { border: 2px solid #a2dfed; }
#pattern-package th { background: #45bfdb; }
#pattern-package td {
	background: url(../images/price/arrow_package.png) left center no-repeat #ecf8fb;
}

#pattern .type table td ul li {
	font-size: 16px;
	padding: 4px 0 1em 30px;
	background-position: left top;
	background-repeat: no-repeat;
}
#pattern-basic ul li {
	background-image: url(../images/price/pattern_icon_check_basic.gif) ;
}
#pattern-custom ul li {
	background-image: url(../images/price/pattern_icon_check_custom.gif) ;
}
#pattern-expand ul li {
	background-image: url(../images/price/pattern_icon_check_expand.gif) ;
}
#pattern-package ul li {
	background-image: url(../images/price/pattern_icon_check_package.gif) ;
}

/* pricelsit */

#pricelist, #pricelist2 {
	margin-bottom: 40px;
}

#pricelist span.small {
	font-size: 11px;
}

#pricelist span.large {
	font-size: 15px;
}

#pricelist span.red {
	 color: red;
}

#pricelist table {
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#pricelist table td, #pricelist table th {
	border: 2px solid #cccccc;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#pricelist table th {
	font-weight: normal;
	color: #ffffff;
}

#pricelist table th.basic { background: #d6534c; font-size: 15px; width: 25%}
#pricelist table th.custom { background: #accc60; font-size: 15px; width: 25%}
#pricelist table th.expand { background: #8e70b4; font-size: 15px; width: 25%}
#pricelist table th.package { background: #45bfdb; font-size: 15px; width: 25%}


.table-price { margin-bottom: 20px;}
.table-price th { background: #456bac; }
.table-price th.monthly { background: #214a7b; }
#pricelist .table-price {
  table-layout: fixed;
  width: 100%;
}
.table-spec th { background: #999999; }


.price-package {
	margin: 20px 0 10px;
	width: 450px;
	border: 2px solid #a2dfed;
 }
.price-package dt {
	background: #45bfdb;
	width: 120px;
	float: left;
	padding: 20px;
}
.price-package dd {
	width: 250px;
	padding: 27px 20px 20px;
	float: left;
	background: url(../images/price/pricelist_arrow_package.gif) left center no-repeat #ffffff;
}


/* requirement */
#requirement dl {
	width: 172px;
	height: 40px;
	float: left;
	margin-right: 10px;
	border: 2px solid #456bac;
	text-align: center;
	display: flex;
}

#requirement dl dt {
	width: 75px;
	vertical-align: middle;
	float: left;
	color: #ffffff;
	background: #456bac;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#requirement dl dd {
	background: url(../images/price/requirement_arrow.gif) left center no-repeat;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/* pricelist */
#pricelist h5 {
	border-left: 5px solid #444444;
  margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#pricelist .price-system p {
	margin-bottom: 15px;
}

/* pricelist2 */

#pricelist2 table {
	line-height: 1.5em;
	margin-bottom: 10px;
  width: 100%;
}

#pricelist2 table td, #pricelist2 table th {
	border: 2px solid #cccccc;
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}

#pricelist2 table th {
	font-weight: normal;
	color: #ffffff;
}

#pricelist2 table th.basic { 
  background: #d6534c; 
  font-size: 14px;
  width: 25%;
}

#pricelist2 .table-price2,
#pricelist2 .table-spec2 {
	margin-bottom: 20px;
}

#pricelist2 .table-price2 table th {
	border: 2px solid #cccccc;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#pricelist2 .table-price2 th {
	background: #999999;
}



#pricelist2 .table-spec2 {
	width: 500px;
	float: right;
}

#pricelist2 .table-spec2 table th.headline { background: #999999; }

#pricelist2 .table-spec2 .trial {
	background: #d6534c;
  margin-top: 10px;
}

#pricelist2 .table-spec2 .trial a {
	display: block;
	padding: 7px 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#pricelist h4 {
	padding: 10px;
	background: #444444;
	color: #ffffff;
	margin-bottom: 15px;
}

#pricelist2 h5 {
	border-left: 5px solid #444444;
	margin-bottom: 5px;
	padding-left: 5px;
}

#pricelist2 .price-system p {
	margin-bottom: 15px;
}

/* ===============================

	SP

=============================== */

@media only screen and (max-width: 768px) {

#page-price,
#price,
#pricelist2 {
	width: 100%;
	box-sizing:border-box;
}

.contents-two-colomn .main {
	width: 100%;
	float: none;
}
#page-price .inner {
	width: 100%;
	box-sizing:border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}

.side {
	display: none;
}
#price h2,
#price h2 img,
#price h3
{
	width: 100%!important;
}
#pattern .type {
	padding:10px;
}

#pattern .fukidashibox .fukidashi{
	font-size: 0.9rem;
	padding-left: 2.25em;
	padding-top: 4.5em;
	background-position: center top 1em;
}

#page-price #pattern {
	width:100%;
	padding:0;
	box-sizing:border-box;
}

#pattern .type table {
	width:100%;
}

#pattern .type table *{
	box-sizing: border-box;
}

#pattern .type table th {
	display: block;
    width: 100%;
    padding: 0.25em;
}
#pattern .type table td {
	display: block;
	width: 100%;
	padding:15px 20px;
	background-image: none;
}

#pattern .type table td ul li {
	height:auto;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 0;
}

#pattern .type table td ul li:last-of-type{
	padding-bottom: 0;
}

#pricelist table,
#pricelist table th,
#pricelist table th {
	box-sizing:border-box;
}
  #pricelist .table-price-wrap {
    overflow: auto;
  }
  #pricelist .table-price, #pricelist .table-spec {
    width: 500px;
  }
#pricelist2 .table-price2,
#pricelist2 .table-spec2 {
	width:100%;
	float:none;
}
.price-package {
	width:100%;
}
.price-package dt {
    width: 100%;
    float: none;
	box-sizing:border-box;
}
.price-package dd {
    width: 100%;
    padding: 19px 15px;
	float:none;
	box-sizing:border-box;
}
#requirement dl {
	width:100%;
	float:none;
	margin:0 0 5px 0;
	box-sizing:border-box;
}
}

/*package*/
.package_title{
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin-bottom: 1em;
}

.package_title u{
	background: linear-gradient(transparent 70%, #ff0 70%);
	display: inline;
	text-decoration: none;
}

.package{
	width: 100%;
}

.package dl{
	border: 2px solid #60c7cc;
	margin-bottom: 1em;
	display: -webkit-flex;
	display: flex;
}

.package dl dt,.package dl dd{
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

.package dl dt{
	width: 9em;
	color: #ffffff;
	padding: 0 0.75em;
	background-color: #60c7cc;
}

.package dl dd{
	padding: 1em;
	line-height: 1.5;
}

.package dl + dl dt{
	background-color: #00a9f4;
}

.package dl + dl{
	border-color: #00a9f4;
}


@media only screen and (min-width: 769px) {
	.package{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	}
	.package dl{
		width: fit-content;
		margin-left: 1em;
		min-width: 25em;
	}

	.package dl dt{
		width: fit-content;
		font-size: 120%;
		padding: 0 1.5em;
	}
}



.package dl dd{}