@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.box_sz {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inline_p {
  display: table;
  width: 100%;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
}
.inline_c {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.font_f {
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.font_f_century {
  font-family: "Century Gothic", "Futura", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.dummy {
  height: 30px;
  background: #363636;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.red {
  color: #ff5649;
}
.blue {
  color: #009fe8;
}
.b {
  font-weight: bold;
}
.main_visual {
  width: 100%;
  height: 480px;
  background: #03beff;
}
.main_visual .animation_mixin {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.main_visual .animation_mixin:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .background_image {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  height: 480px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/top/top_bg.png) top center no-repeat #03beff;
}
.main_visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_visual .inner .text01 {
  position: absolute;
  top: 25px;
}
.main_visual .inner .price_area {
  position: absolute;
  top: 25px;
  display: table;
  color: #faff17;
  font-size: 161px;
  font-size: 16rem;
}
.main_visual .inner .price_area span {
  display: table-cell;
}
.main_visual .inner .price_area span.price_text {
  letter-spacing: -5px;
  font-family: "Century Gothic", "Futura", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.main_visual .inner .price_area span.image {
  padding-left: 10px;
}
.main_visual .inner .price_area span.image img {
  vertical-align: baseline;
}
.main_visual .inner .link_area {
  position: absolute;
  top: 282px;
  display: table;
  width: 380px;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
}
.main_visual .inner .link_area span {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  word-spacing: normal;
  vertical-align: top;
  width: 50%;
}

.main_visual .inner .link_area span a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.main_visual .inner .link_area span a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .link_area span:after {
  position: absolute;
  left: -47px;
  top: 50%;
  width: 47px;
  height: 1px;
  margin-top: -1px;
  display: block;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin {
  position: absolute;
  width: 402px;
  height: 409px;
  right: 0;
  top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .info_area {
  width: 382px;
  height: 302px;
  right: 10px;
  top: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .info_area a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 250px;
  right: -65px;
  top: 220px;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .info_area a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .btn_register {
  position: absolute;
  width: 382px;
  right: 10px;
  bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .btn_register a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.main_visual .inner .campaign_area .campaign_area--blocks_mixin .btn_register a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .campaign_area--outer_period {
  background-color: rgba(57, 35, 86, 0.6);
  position: absolute;
  width: 402px;
  height: 409px;
  right: 0;
  top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--outer_period .info_area {
  width: 382px;
  height: 302px;
  right: 10px;
  top: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--outer_period .info_area a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 250px;
  right: -65px;
  top: 220px;
}
.main_visual .inner .campaign_area--outer_period .info_area a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .campaign_area--outer_period .btn_register {
  position: absolute;
  width: 382px;
  right: 10px;
  bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--outer_period .btn_register a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.main_visual .inner .campaign_area--outer_period .btn_register a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .campaign_area--outer_period .info_area {
  background: url(../img/top/top_bg_plan.png) top center no-repeat;
}
.main_visual .inner .campaign_area--in_period {
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  width: 402px;
  height: 409px;
  right: 0;
  top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--in_period .info_area {
  width: 382px;
  height: 302px;
  right: 10px;
  top: 10px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--in_period .info_area a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 250px;
  right: -65px;
  top: 220px;
}
.main_visual .inner .campaign_area--in_period .info_area a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.main_visual .inner .campaign_area--in_period .btn_register {
  position: absolute;
  width: 382px;
  right: 10px;
  bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_visual .inner .campaign_area--in_period .btn_register a {
  display: block;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.main_visual .inner .campaign_area--in_period .btn_register a:hover {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
}
.column_style-feature {
  display: table;
  width: 100%;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.column_style-feature .boxes {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
}
.column_style-feature .boxes-inner {
  position: relative;
  padding: 15px;
  height: 190px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  font-size: 1.3rem;
}
.column_style-feature .boxes-inner .title {
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
  color: #1877b7;
  margin-bottom: 15px;
  line-height: 1;
}
.column_style-feature .boxes-inner .title .small {
  font-size: 13px;
  font-size: 1.2rem;
  font-weight: bold;
}
.column_style-feature .boxes-inner .table {
  width: 100%;
  display: table;
}
.column_style-feature .boxes-inner .table-icon {
  display: table-cell;
  width: 98px;
}
.column_style-feature .boxes-inner .table-icon--fee {
  background: url(../img/top/top_feature_fee.png) no-repeat;
}
.column_style-feature .boxes-inner .table-icon--option {
  background: url(../img/top/top_feature_option.png) no-repeat;
}
.column_style-feature .boxes-inner .table-icon--multi_domain {
  background: url(../img/top/top_feature_multi_domain.png) no-repeat;
}
.column_style-feature .boxes-inner .table-icon--wp {
  background: url(../img/top/top_feature_wp.png) no-repeat;
}
.column_style-feature .boxes-inner .table-text {
  display: table-cell;
  padding-left: 10px;
  width: 205px;
}
.column_style-feature .boxes-inner .table-text .sub_title {
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.column_style-feature .boxes-inner .table-text p {
  color: #787878;
}
.column_style-feature .boxes-block_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.column_style-feature .boxes-block_link:hover {
  background: #fff;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.column_style-feature .boxes .inner--1 {
  margin: 0 2.5px 2.5px 0;
}
.column_style-feature .boxes .inner--2 {
  margin: 0 0 2.5px 2.5px;
}
.column_style-feature .boxes .inner--3 {
  margin: 2.5px 2.5px 0 0;
}
.column_style-feature .boxes .inner--4 {
  margin: 2.5px 0 0 2.5px;
}
.column_style-feature_bottom {
  display: table;
  width: 80%;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
  font-size: 0;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column_style-feature_bottom .boxes {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 139px;
  height: 132px;
}
.column_style-feature_bottom .boxes .boxes_mixin {
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .boxes_mixin:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .test {
  background: url(../img/top/top_feature_test.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .test:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .ssl {
  background: url(../img/top/top_feature_ssl.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .ssl:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .php {
  background: url(../img/top/top_feature_php.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .php:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .domestic {
  background: url(../img/top/top_feature_domestic.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .domestic:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .ip {
  background: url(../img/top/top_feature_ip.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .ip:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .cpanel {
  background: url(../img/top/top_feature_cpanel.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .cpanel:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .cron {
  background: url(../img/top/top_feature_cron.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .cron:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.column_style-feature_bottom .boxes .backup {
  background: url(../img/top/top_feature_backup.png) no-repeat;
  display: block;
  width: 138px;
  height: 131px;
}
.column_style-feature_bottom .boxes .backup:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.table_style-plans_head table {
  width: 693px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  text-align: center;
}
.table_style-plans_head table tr {
  height: 35px;
}
.table_style-plans_head table tr .entry {
  background: url(../img/top/top_plan_entry_head.png) center no-repeat;
}
.table_style-plans_head table tr .light {
  background: url(../img/top/top_plan_light_head.png) center no-repeat;
}
.table_style-plans_head table tr .standard {
  background: url(../img/top/top_plan_standard_head.png) center no-repeat;
}
.table_style-plans_head table tr .premium {
  background: url(../img/top/top_plan_premium_head.png) center no-repeat;
}
.table_style-plans {
  margin-bottom: 5px;
}
.table_style-plans table {
  width: 693px;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
}
.table_style-plans table tr td {
  border-right: 1px solid #bcbcbc;
}
.table_style-plans table tr td:last-child {
  border-right: none;
}
.table_style-plans .plan_name td {
  height: 49px;
  position: relative;
  text-align: center;
}
.table_style-plans .plan_name td p {
  position: absolute;
  width: 100%;
  top: 10px;
  font-size: 18px;
  font-size: 1.7rem;
  font-weight: bold;
}
.table_style-plans .plan_name .entry {
  background: url(../img/top/top_plan_entry_name.png) top center no-repeat;
  color: #82c628;
}
.table_style-plans .plan_name .light {
  background: url(../img/top/top_plan_light_name.png) top center no-repeat;
  color: #29b0f2;
}
.table_style-plans .plan_name .standard {
  background: url(../img/top/top_plan_standard_name.png) top center no-repeat;
  color: #ff5ca1;
}
.table_style-plans .plan_name .premium {
  background: url(../img/top/top_plan_premium_name.png) top center no-repeat;
  color: #f5a301;
}
.table_style-plans .plan_description td {
  height: 50px;
  background: url(../img/top/top_plan_description.png) top center no-repeat;
  position: relative;
}
.table_style-plans .plan_description td p {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 5px;
  left: 2px;
  color: #828899;
  font-size: 13px;
  font-size: 1.2rem;
  font-weight: bold;
}
.table_style-plans-fee {
  height: 52px;
}
.table_style-plans-fee td {
  background: url(../img/top/top_plan_fee.png) top center no-repeat;
  position: relative;
}
.table_style-plans-fee td p {
  position: absolute;
  top: -3px;
  right: 30px;
  color: #ff5649;
  font-size: 37px;
  font-size: 3.6rem;
  font-weight: bold;
}
.table_style-plans-capacity {
  height: 53px;
}
.table_style-plans-capacity td {
  background: url(../img/top/top_plan_capacity.png) top center no-repeat;
  position: relative;
}
.table_style-plans-capacity td p {
  position: absolute;
  top: -3px;
  right: 40px;
  color: #ff5649;
  font-size: 37px;
  font-size: 3.6rem;
  font-weight: bold;
}
.table_style-plans-domain {
  height: 39px;
}
.table_style-plans-domain td {
  background: url(../img/top/top_plan_domain.png) top center no-repeat;
  position: relative;
}
.table_style-plans-domain td p {
  position: absolute;
  top: 3px;
  right: 30px;
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
}
.table_style-plans-mail {
  height: 38px;
}
.table_style-plans-mail td {
  background: url(../img/top/top_plan_mail.png) top center no-repeat;
  position: relative;
}
.table_style-plans-mail td p {
  position: absolute;
  top: 3px;
  right: 30px;
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
}
.table_style-plans-mail td.premium {
  background: url(../img/top/top_plan_mail_premium.png) top center no-repeat;
}
.table_style-plans-mail td.premium p {
  top: 6px;
  right: 10px;
  font-size: 17px;
  font-size: 1.6rem;
}
.table_style-plans-php {
  height: 38px;
}
.table_style-plans-php td {
  background: url(../img/top/top_plan_php.png) top center no-repeat;
  position: relative;
}
.table_style-plans-php td p {
  position: absolute;
  top: 3px;
  right: 28px;
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
}
.table_style-plans-mysql {
  height: 38px;
}
.table_style-plans-mysql td {
  background: url(../img/top/top_plan_mysql.png) top center no-repeat;
  position: relative;
}
.table_style-plans-mysql td p {
  position: absolute;
  top: 3px;
  right: 30px;
  font-size: 21px;
  font-size: 2rem;
  font-weight: bold;
}
.table_style-plans-mysql td.non_numeral {
  background: url(../img/top/top_plan_mysql_entry.png) top center no-repeat;
}
.table_style-plans-mysql td.premium p {
  top: 6px;
  right: 10px;
  font-size: 17px;
  font-size: 1.6rem;
}
.table_style-plans .button {
  height: 48px;
}
.table_style-plans .button .entry {
  background: url(../img/top/top_plan_entry_button.png) top center no-repeat;
}
.table_style-plans .button .light {
  background: url(../img/top/top_plan_light_button.png) top center no-repeat;
}
.table_style-plans .button .standard {
  background: url(../img/top/top_plan_standard_button.png) top center no-repeat;
}
.table_style-plans .button .premium {
  background: url(../img/top/top_plan_premium_button.png) top center no-repeat;
}
.table_style-plans .button a {
  display: block;
  position: relative;
  height: 48px;
  width: 100%;
}
.table_style-plans .button a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.table_style-plans .button a p {
  position: absolute;
  top: 13px;
  left: 50px;
  color: #fff;
  font-size: 15px;
  font-size: 1.4rem;
}
.table_style .table_style01 {
  margin-bottom: 10px;
  border: 1px solid #bcbcbc;
  border-bottom: none;
  border-right: none;
  font-size: 14px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table_style .table_style01 tr.first {
  background: #f5f5f5;
}
.table_style .table_style01 th {
  width: 84px;
  padding: 10px 6px;
  text-align: center;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  vertical-align: middle;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table_style .table_style01 td {
  width: 124px;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 10px 6px;
  color: #787878;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table_style .table_style01 td .price01 {
  font-size: 21px;
  font-size: 2rem;
  text-align: center;
}
.table_style .table_style01 td .price02 {
  font-size: 21px;
  font-size: 2rem;
}
.table_style .table_style01 td .price02 span {
  font-size: 14px;
  font-size: 1.3rem;
}
.table_style .caption {
  font-size: 14px;
  font-size: 1.3rem;
  text-align: center;
}
.table_style .caption .text01 {
  font-size: 26px;
  font-size: 2.5rem;
}
.table_style .caption .text02 {
  font-size: 20px;
  font-size: 1.9rem;
}
.table_style .table_style02 {
  margin-bottom: 10px;
  border: 1px solid #bcbcbc;
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.3rem;
}
.table_style .table_style02 tr.first {
  background: #f5f5f5;
}
.table_style .table_style02 th {
  width: 110px;
  font-weight: bold;
  padding: 10px 6px;
  text-align: right;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  vertical-align: middle;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table_style .table_style02 td {
  width: 222px;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.information {
  overflow: auto;
  padding: 0 15px;
}
.information tr {
  background: url(../img/common/border_img1.png) 0 100% repeat-x;
}
.information th {
  width: 120px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.3rem;
  color: #787878;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.information th span {
  display: block;
  margin: 10px 0;
  padding: 5px 10px 5px 25px;
  border-right: 1px solid #bcbcbc;
}
.information th span.first {
  margin: 0 0 10px;
}
.information td {
  width: 575px;
  margin-bottom: 10px;
  vertical-align: middle;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.4rem;
}
.default_domain-table_wrapper {
  margin: 50px 0 10px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eaeaea;
}
.default_domain-text {
  font-weight: bold;
}
.default_domain-text--bottom {
  color: #ff5649;
  font-size: 13px;
  font-size: 1.2rem;
}
.default_domain-text_title {
  font-weight: bold;
  color: #009fe8;
  margin-bottom: 5px;
  font-family: "Century Gothic", "Futura", Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.default_domain-table {
  width: 693px;
  border: none;
  font-size: 14px;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  background: #eaeaea;
}
.default_domain-cell {
  height: 30px;
  position: relative;
  padding: 20px 30px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #fff;
}
.default_domain-cell:first-child {
  border: none;
}
.default_domain-cell--head {
  height: 70px;
  padding: 0 10px 10px;
  background: url(../img/top/top_domains_hr.png) 10px 100% no-repeat;
}
.default_domain-icon_new {
  position: absolute;
  top: -58px;
  left: 58px;
}
.default_domain-cell_text {
  position: absolute;
  width: 90%;
}
.default_domain-cell_text--head {
  top: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.5rem;
}
.default_domain-cell_text--head_subcul {
  top: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.5rem;
}
.default_domain-li {
  margin-bottom: 5px;
  background: url(../img/common/arrow03.png) 0 50% no-repeat;
  padding-left: 17px;
}
