@charset "UTF-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.t_center {
  text-align: center !important;
}

.ftL {
  float: left;
}

.ftR {
  float: right;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li img,
dl img {
  display: block;
  vertical-align: baseline;
}

/*strong {
	color:#FF9900;
}*/
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.titBox {
  padding: 15px 0 10px;
  clear: both;
  background: #efefef url(/img/common/titbox_bg.gif) repeat-x left top;
  border-bottom: 1px solid #e0e0e0;
}

.titBox h1 {
  margin: 0 auto;
  width: 878px;
  padding: 9px 55px;
  font-size: 27px;
  line-height: 1.231;
  background: url(/img/common/icon01.gif) no-repeat left top;
}

.titBox .sholder {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

.titBox h1.default {
  padding: 9px 0 !important;
  width: 988px !important;
}

.comBtn {
  line-height: 1.5 !important;
}

.comBtn a,
.comBtn .span01 {
  padding: 6px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  position: relative;
  behavior: url(/js/pie.htc);
  cursor: pointer;
}

.comBtn a .spanBtn,
.comBtn .span01 input {
  padding: 10px 0 9px;
  display: block;
  color: #fff;
  /*font-weight: bold;*/
  text-shadow: 0 1px 2px #666;
  border-radius: 0;
  background: #1aa7ae url(/img/common/combtn_bg.gif) repeat-x left bottom;
  letter-spacing: 1px;
}

.comBtn a:hover .spanBtn,
.comBtn .span01 input:hover {
  background: #5ec1c6 url(/img/common/combtn_bg_on.gif) repeat-x left bottom;
}

.comBtn .span01 input {
  font-weight: normal;
  cursor: pointer;
}

#main h2 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.5;
}

#main h2 a {
  color: #333;
  text-decoration: none;
}

#main h3 {
  margin-bottom: 14px;
  color: #009da5;
  font-size: 18px;
  clear: both;
}

#main .section01 {
  margin: 0 1px 0 0;
}

#main .section01 .textBox {
  float: left;
  width: 590px;
}

#main .section01 .textBox dl {
  margin-bottom: 15px;
  line-height: 1.7;
}

#main .section01 .textBox dl dt {
  margin-bottom: 2px;
  color: #000;
  font-weight: bold;
}

#main .section01 .textBox ul {
  margin-bottom: 12px;
  line-height: 2;
}

#main .section01 .textBox p a {
  text-decoration: none;
}

#main .section01 .textBox p a:hover {
  text-decoration: underline;
}

#main .section01 .rBox {
  margin-top: 6px;
  float: right;
  width: 378px;
}

#main .section01 .rBox table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

#main .section01 .rBox table td {
  padding: 12px 22px;
  text-align: left;
  border: 1px solid #009da5;
}

#main .section01 .rBox table .tdBg01 {
  background-color: #96d7da;
}

#main .section01 .rBox table .tdBg02 {
  background-color: #c3e7ea;
}

#main .section01 .rBox table .tdBg03 {
  background-color: #e0f3f4;
}

#main .section01 .rBox .table02 {
  margin-top: 20px;
}

#main .section01 .rBox .table02 td {
  border: 1px solid #9da2cc;
}

#main .section01 .rBox .table02 .tdBg01 {
  background-color: #c8cbe4;
}

#main .section01 .rBox .table02 .tdBg02 {
  background-color: #dddfee;
}

#main .section01 .rBox .table02 .tdBg03 {
  background-color: #f2f2f8;
}

#main .text01 {
  padding: 10px 0 43px;
  font-size: 12px;
  clear: both;
  line-height: 1.6;
}

#main .planList,
#main .planTxt {
  margin: 20px -19px 50px 0;
  width: 1008px;
  zoom: 1;
}

#main .planList li {
  margin-right: 19px;
  float: left;
  width: 231px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}

#main .planList a {
  color: #333;
  overflow: hidden;
  text-decoration: none;
}

#main .planList li .txtBox {
  border: 6px solid #f3f3f3;
}

#main .planList li .txtBox a {
  display: block;
  background-color: #fff;
}

#main .planList li .txtBox span {
  padding: 10px 8px 7px;
  display: block;
}

#main .planList li .txtBox .tit {
  padding: 5px 5px 6px 8px;
  background: url(/img/common/line02.gif) repeat-x left bottom;
}

#main .planTxt,
#main .step {
  margin-bottom: 30px;
}

#main .planTxt li,
#main .step li {
  margin-right: 19px;
  float: left;
  width: 233px;
}

#main .planTxt li dl
#main .step li dl {
  margin-bottom: 7px;
  clear: both;
  line-height: 1.75;
}

#main .planTxt li dl dt,
#main .step li dl dt {
  margin-bottom: 8px;
  padding-bottom: 8px;
  zoom: 1;
  background: url(/img/common/icon03.gif) no-repeat center bottom;
}

#main .planTxt li dl dt p,
#main .step li dl dt p {
  padding: 3px 0 0;
  color: #009da5;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background-color: #f3f3f3;
  border-radius: 3px 3px 0 0;
}

#main .planTxt li dl dt p .spanTtl,
#main .step li dl dt p .spanTtl {
  padding: 5px 0;
  display: block;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}

#main .planTxt li dl dt p .spanTtl a {
  color: #009da5;
  text-decoration: none;
}

#main .planTxt li dl dd {
  margin-right: 15px;
}

#main .stepList {
  font-size: 18px;
  background: url(/img/templete/steplist_bg.gif) no-repeat;
}

#main .stepList li {
  padding: 8px 20px 0 0;
  float: left;
  width: 306px;
  height: 44px;
  text-align: center;
}

#main .stepList .step01 {
  padding-right: 24px;
  width: 308px;
}

#main .stepList .step02 {
  padding-right: 25px;
  width: 305px;
}

#main .stepList .on {
  color: #fff;
}

#main .stepList li .font01 {
  font-size: 24px;
}

#main .required {
  color: #009da5;
}

#main .text02 {
  padding: 27px 0 11px;
}

#main .mailForm {
  margin-bottom: 48px;
}

#main .mailForm dt {
  padding: 13px 15px 0;
  width: 203px;
  float: left;
  background-color: #8bd1d5;
  border-bottom: 3px solid #fff;
}

#main .mailForm .dt01 {
  padding-top: 115px;
}

#main .mailForm dd {
  padding: 10px 0 10px 10px;
  background-color: #efefef;
  border-bottom: 3px solid #fff;
  overflow: hidden;
  zoom: 1;
}

#main .mailForm dd p {
  padding: 4px 0 0;
  float: right;
  width: 373px;
  text-align: left;
  word-wrap: break-word;
}

#main .mailForm .formTbl th {
  padding: 13px 15px 13px;
  width: 203px;
  background-color: #8bd1d5;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}

#main .mailForm .formTbl td {
  /*padding: 10px 0 10px 10px;*/
  padding: 10px 10px 10px 10px;
  background-color: #efefef;
  border-bottom: 3px solid #fff;
  text-align: left;
}

#main .formTbl {
  width: 100%;
  display: block;
}

#main .mailForm dd p,
#main .mailForm .formTbl p {
  padding: 4px 0 0;
  float: right;
  /*width: 373px;*/
  width: 353px;
  text-align: left;
  word-wrap: break-word;
}

#main .mailForm .formTbl p.errTxt {
  float: none;
  width: inherit;
  text-align: left;
  color: #ff0000;
  margin-bottom: 5px;
}

#main .mailForm .formTbl .namearea {
  width: 364px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #main .mailForm .formTbl .namearea {
    width: 95%;
  }
}
#main .mailForm .formTbl .namearea input {
  width: 48%;
}

main #contact .mw_wp_form form table td .namearea {
  width: 364px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  main #contact .mw_wp_form form table td .namearea {
    width: 95%;
  }
}
main #contact .mw_wp_form form table td .namearea input {
  width: 48%;
}

#main .mailForm .formTbl textarea {
  width: 722px;
  height: 224px;
}

#main .mailForm .formTbl textarea,
#main .mailForm .formTbl input {
  font-size: 1.08em !important;
  border: 1px solid #e0dfdf;
  border-bottom: 1px solid #eae9e9;
  border-top: 0;
  border-radius: 0;
  background: #fff url(/img/common/form_bg.gif) repeat-x left top;
}

#main .mailForm .formTbl label {
  margin-right: 10px;
}

#main .mailForm .formTbl input {
  width: 360px;
  height: 24px;
}

#main .mailForm .formTbl input[type="radio"] {
  width: 15px;
  -webkit-width: 15px;
  vertical-align: middle;
}

#main .mailForm p {
  padding: 10px 0 30px;
  font-size: 12px;
  text-align: center;
}

#main .mailForm .comBtn {
  margin: 0 auto;
  width: 351px;
}

#main .comBtn .span01 input {
  padding: 8px 0 7px;
  margin: 0;
  width: 100%;
  border: 0;
  font-size: 15px;
}

#main .section02 {
  margin-bottom: 45px;
  background: #efefef url(/img/templete/section02_bg.gif) repeat-x left top;
  border-left: 1px solid #e0dfdf;
  border-right: 1px solid #e0dfdf;
  border-bottom: 1px solid #eae9e9;
}

#main .section02 .inner {
  padding: 42px 0 5px;
  margin: 0 auto;
  width: 536px;
  line-height: 1.7;
}

#main .section02 .inner a {
  color: #333;
  text-decoration: none;
}

#main .section02 .inner a:hover {
  text-decoration: underline;
}

#main .section02 .inner p {
  margin-bottom: 25px;
}

#main .section02 .inner .dis_txt {
  margin-bottom: 48px;
}

#main .section02 .inner .dateTtl {
  margin: 0 18px 0 0;
  padding: 0 15px;
  text-align: right;
  background: url(/img/templete/line01.gif) repeat-x right 0.8em;
}

#main .section02 .inner .dateTtl .sapnDate {
  padding: 0 10px;
  display: inline-block;
  background-color: #efefef;
}

#main .section02 .inner .text03 {
  padding: 25px 0 13px;
  margin: 0 18px 35px 0;
  text-align: center;
  background: url(/img/templete/line01.gif) repeat-x left bottom;
}

#main .section02 .inner .taCenter .sp_dis {
  margin: 0 8px;
}

#main .section02 .inner .text03 .disSpan {
  display: block;
}

#main .section02 .inner dl dt {
  float: left;
}

#main .section02 .inner dl dd {
  padding-left: 4em;
}

#main .flatRate {
  padding: 4px 0 46px;
}

#main .flatRate li {
  padding: 9px;
  float: left;
  width: 465px;
  position: relative;
  z-index: 99;
  border: 1px solid #e0e0e0;
  background-color: #efefef;
}

#main .flatRate li .inner {
  padding: 35px 20px 41px;
  background-color: #f8f8f8;
}

#main .flatRate li .arrow {
  margin-top: -29px;
  width: 77px;
  height: 58px;
  position: absolute;
  right: -49px;
  top: 50%;
  z-index: 99;
  background: url(/img/templete/arrow.png) no-repeat;
}

#main .flatRate li dl {
  padding: 14px 0 0 13px;
  float: left;
  width: 280px;
  line-height: 2;
}

#main .flatRate li dl dt {
  font-weight: bold;
  line-height: 1.4;
}

#main .flatRate .eliminated {
  float: right;
  z-index: 9;
  border: 1px solid #8bd1d5;
  background-color: #c3e7ea;
}

#main .flatRate .eliminated .inner {
  background-color: #e0f3f4;
}

#main .section03 {
  margin-bottom: 46px;
}

#main .section03 .inner03 {
  float: right;
  width: 653px;
  line-height: 1.75;
}

#main .section03 .ftL {
  margin-top: 5px;
}

#main .section03 .comBtn {
  margin-top: 6px;
  width: 233px;
}

#main .section04 {
  margin-bottom: 18px;
}

#main .aws02 {
  margin-bottom: 42px;
}

#main .aws02 .ftL {
  padding: 40px 31px 0;
}

#main .aws02 h3 {
  padding: 1px 0 2px;
}

#main .section04 .inner04 {
  float: right;
  width: 453px;
}

#main .section04 .inner04 p {
  margin-bottom: 23px;
  line-height: 1.75;
}

#main .connect .inner .price {
  background-color: #e0f3f4;
}

#main .connect .inner .price02,
#main .section04 .inner04 .price {
  margin-bottom: 0;
  padding: 6px 15px 2px 20px;
  background-color: #e0f3f4;
}

#main .connect .inner .price .num,
#main .section04 .inner04 .price .num {
  font-size: 30px;
  font-weight: bold;
}

#main .section04 .inner04 .price .sp_block {
  padding-right: 15px;
}

#main .section04 .inner04 .logList {
  margin-bottom: 23px;
}

#main .section04 .inner04 .logList li {
  padding-bottom: 3px;
  line-height: 1.75;
}

#main .small {
  font-size: 12px;
  line-height: 1.7 !important;
}

#main .section04 .inner04 h3 {
  margin-bottom: 5px;
}

#main .areaUl {
  margin: 0 -19px 36px 0;
  width: 756px;
  clear: both;
}

#main .areaUl li {
  margin-right: 19px;
  width: 359px;
  float: left;
  line-height: 1.75;
}

#main .areaUl li h3 {
  margin-bottom: 0;
}

#main .listUl {
  padding-top: 5px;
  margin: 0 -19px 10px 0;
  width: 756px;
}

#main .listUl li {
  margin: 0 19px 19px 0;
  float: left;
  width: 233px;
}

#main .listUl.wide li {
  margin: 0 19px 19px 0;
  float: left;
  width: 317px;
}

#main .listUl li .imageLine {
  border: 1px solid #e5e5e5;
  padding: 6px;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#main .listUl li .imageLine .innerLine {
  border: 1px solid #e5e5e5;
  display: block;
}

#main .recommend li .imageLine img {
  display: block;
  margin: 0;
}

#main .listUl li a {
  /*padding-top: 10px;*/
  display: block;
}

#main .section05 {
  margin-bottom: 45px;
}

#main .section05 .ftL {
  margin-top: 5px;
}

#main .section05 .inner05 {
  width: 680px;
  float: right;
}

#main .section05 .inner05 h3 {
  margin-bottom: 0;
}

#main .section05 .inner05 p {
  margin-bottom: 23px;
  line-height: 1.8;
}

#main .attention {
  margin: 20px 0 45px;
  padding: 35px 29px 29px;
  border: 1px solid #e0e0e0;
  word-wrap: break-word;
}

#main .attention .careful {
  margin-bottom: 26px;
  text-align: center;
  color: #fab700;
  font-weight: bold;
  font-size: 20px;
}

#main .attention .txtUl {
  margin-bottom: 16px;
  line-height: 1.75;
}

#main .attention .txtUl li {
  padding-bottom: 3px;
}

#main .red {
  color: #ff0000;
}

#main .attention dl {
  padding: 18px 30px 20px 25px;
  line-height: 1.75;
  border-left: 1px solid #e0dfdf;
  border-right: 1px solid #e0dfdf;
  border-bottom: 1px solid #eae9e9;
  background: #efefef url(/img/templete/section02_bg.gif) repeat-x left top;
}

#main .attention dl dt {
  font-weight: bold;
}

#main .attention dl dd {
  margin-bottom: 26px;
}

#main .attention dl dd li {
  margin-top: 4px;
  padding-left: 20px;
  background: url(/img/common/icon02.gif) no-repeat left 8px;
}

#main .listUl01 {
  padding-top: 5px;
  margin: 0 -13px 12px 0;
  width: 1002px;
  overflow: hidden;
}

#main .listUl01 li {
  margin-right: 13px;
  float: left;
}

#main .listUl01 li .imageLine {
  display: inline-block;
  margin: 0 auto;
}

#main .listUl01 li .imageLine .innerLine {
  display: inline-block;
}

#main .listUl01 li .imageLine img {
  max-width: auto;
  width: inherit;
}

#main .explain {
  margin-bottom: 42px;
  font-size: 12px;
}

#main .h3Ttl {
  padding: 7px 3px 18px;
  margin-bottom: 0;
  overflow: hidden;
}

#main .h3Ttl img {
  float: left;
  display: block;
  vertical-align: baseline;
}

#main .h3Ttl .spanTit {
  padding: 2px 0 0 36px;
  display: block;
}

#main .text04 {
  margin: 0 258px 14px 0;
  line-height: 1.75;
}

#main .listUl02 {
  margin: 0 -19px 10px 0 !important;
  width: 1009px;
}

#main .listUl02 li {
  margin-right: 19px;
  width: 297px;
  padding: 9px !important;
  border: 1px solid #e0e0e0;
  background-color: #efefef;
}

#main .listUl02 li div {
  padding: 9px 8px 12px 10px;
  line-height: 1.75;
  background-color: #f8f8f8;
}

#main .comDl {
  border-top: 1px solid #009da5;
  clear: both;
  line-height: 2.0;
}

#main .comDl dt {
  padding: 9px 0 9px 9px;
  width: 185px;
  border: 1px solid #009da5;
  border-top: 0;
  float: left;
  background-color: #96d7da;
  clear: left;
}

#main .comDl dt a {
  color: #fff;
}

#main .comDl dd {
  padding: 9px 15px 9px 16px;
  border-bottom: 1px solid #009da5;
  border-right: 1px solid #009da5;
  overflow: hidden;
}

#main .comTbl {
  border-top: 1px solid #009da5;
  border-right: 1px solid #009da5;
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#main .comTbl th {
  line-height: 2.0;
  padding: 9px 0 9px 9px;
  width: 185px;
  border-left: 1px solid #009da5;
  border-bottom: 1px solid #009da5;
  border-top: 0;
  background-color: #96d7da;
  clear: left;
}

#main .comTbl th a {
  color: #fff;
}

#main .comTbl td {
  line-height: 2.0;
  padding: 9px 15px 9px 16px;
  border-right: 1px solid #009da5;
  border-bottom: 1px solid #009da5;
  overflow: hidden;
}

#main .tabList li a {
  padding: 10px 0 7px;
  display: block;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
  background: #efefef url(/img/faq/tablist_bg.gif) repeat-x left top;
}

#main .tabList li a:hover,
#main .tabList li.on a {
  color: #fff !important;
  text-shadow: 2px 2px 2px #008c93 !important;
  border: 1px solid #009da5;
  border-bottom: 0;
  background: #009da5 !important;
  zoom: 1;
}

.titBox02 h1 {
  /*padding: 9px 0;*/
  padding: 9px 251px 9px 0;
  background: none;
  /*width: 988px;*/
  width: 737px;
}

#main .pageSec {
  text-align: center;
  font-size: 12px;
  position: relative;
  background: url(../../img/common/line02.gif) 0 0 repeat-x;
  margin-top: 35px;
  padding-top: 35px;
  height: 34px;
}

#main .pageSec .prev {
  float: left;
  text-align: left;
}

#main .pageSec .prev a {
  color: #333;
  text-decoration: none;
  background: url(/img/common/icon08.gif) no-repeat 11px center;
  border: 1px solid #e3e3e3;
  padding: 7px 16px 7px 25px;
  display: block;
}

#main .pageSec .next {
  float: right;
  text-align: left;
}

#main .pageSec .next a {
  color: #333;
  text-decoration: none;
  background: url(/img/common/icon07.gif) no-repeat 48px center;
  padding: 7px 25px 7px 16px;
  border: 1px solid #e3e3e3;
  display: block;
}

#main .pageSec .list {
  text-align: center;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -45px;
}

#main .pageSec .list a {
  color: #333;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  padding: 7px 10px;
  display: block;
}

#main .pageSec a:hover {
  background-color: #e5f5f6;
  border: 1px solid #bee6e9;
  color: #009da5;
}

#main .infoList {
  padding: 37px 0 0;
  clear: both;
}

#main .infoList dt {
  float: left;
  width: 140px;
}

#main .infoList dd {
  margin-bottom: 12px;
  padding: 0 0 11px 18em;
  background: url(/img/common/line02.gif) repeat-x left bottom;
}

#main .infoList .press {
  color: #fff;
  border-radius: 3px;
  width: 90px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  background-color: #f95d39;
  float: left;
  padding: 0;
  background-image: none;
}

#main .infoList .news {
  color: #fff;
  border-radius: 3px;
  width: 90px;
  text-align: center;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  background-color: #20a3ff;
  float: left;
  padding: 0;
  background-image: none;
}

#main .comNews {
  padding: 10px;
  border: 1px solid #e2e2e2;
  background-color: #efefef;
  float: right;
  width: 211px;
}

#main .comNews .inner {
  padding: 13px 0 12px;
  background-color: #f8f8f8;
}

#main .comNews .inner p {
  margin-bottom: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

#main .comNews .inner dl {
  font-size: 12px;
}

#main .comNews .inner dl dt {
  padding: 12px 12px 4px;
  background: url(/img/magazine/line01.gif) repeat-x left top;
}

#main .comNews .inner dl dd {
  margin-bottom: 16px;
  padding: 0 12px;
}

#main .basicList {
  margin: 25px 0 45px 25px;
}

#main .basicList li {
  padding: 33px 37px 20px 0;
  margin-right: 33px;
  width: 265px;
  float: left;
  line-height: 1.7;
  border-right: solid 1px #e0e0e0;
}

#main .basicList a {
  color: #333;
  text-decoration: none;
}

#main .basicList a span {
  cursor: pointer;
}

#main .basicList span {
  display: block;
}

#main .basicList .ttl {
  padding: 30px 0 5px;
  color: #333;
  font-size: 23px;
  font-weight: normal;
  text-align: center;
}

#main .basicList .last {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

#main .recommend {
  width: 989px;
  overflow: hidden;
}

#main .recommend ul {
  width: 1010px;
  margin-right: -19px;
}

#main .recommend li {
  margin-right: 19px;
  width: 233px;
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

#main .recommend.wide li {
  width: 317px;
}

#main .recommend li a {
  color: #333;
  text-decoration: none;
}

#main .recommend li img {
  margin-bottom: 10px;
}

#main .fullmanaged {
  margin-right: -20px;
  width: 757px;
}

#main .fullmanaged li {
  margin: 0 19px 30px 0;
  width: 359px;
  float: left;
  line-height: 1.7;
}

#main .fullmanaged a {
  color: #333;
  text-decoration: none;
}

#main .fullmanaged span {
  display: block;
}

#main .fullmanaged a .ttl {
  margin: 20px 0 15px;
  font-size: 18px;
  color: #009da5;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

#main .fullmanaged .ttl span {
  font-size: 14px;
}

#main .osList {
  margin: 0 0 30px;
  width: auto;
}

#main .osList li {
  margin: 0 20px 0 0;
  width: 230px;
}

#main .osList li img {
  margin: 0 auto;
}

#main .osList .last {
  margin: 0 !important;
}

#main .comTable {
  width: 737px;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  border-collapse: collapse;
}

#main .comTable th {
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  background-color: #96d7da;
  border: 1px solid #009da5;
}

#main .comTable td {
  padding: 10px 6px;
  border: 1px solid #009da5;
}

#main .comTable .bg01 th,
#main .comTable .bg01 {
  background-color: #c3e7ea;
}

.minTableWrap {
  position: relative;
}

.minTable {
  overflow: hidden;
  position: relative;
}

.minTable li {
  filter: alpha(opacity=0);
  opacity: 0;
}

#main .underline {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#main .topline {
  padding-top: 30px !important;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

@media all and (min-width: 0px) and (max-width: 600px) {
  .titBox h1.default {
    width: auto !important;
  }

  #main .mailForm .formTbl {
    width: inherit;
    display: block;
  }

  #main .mailForm .formTbl thead,
  #main .mailForm .formTbl tbody,
  #main .mailForm .formTbl tr,
  #main .mailForm .formTbl td,
  #main .mailForm .formTbl th {
    display: block;
    width: inherit;
  }

  #main .mailForm .formTbl input,
  #main .mailForm .formTbl textarea {
    width: 95%;
  }

  #main .mailForm .formTbl p {
    width: inherit;
    float: none;
  }

  #main .comTbl {
    width: 100%;
    display: block;
  }

  #main .comTbl thead,
  #main .comTbl tbody,
  #main .comTbl tr,
  #main .comTbl td,
  #main .comTbl th {
    display: block;
  }

  #main .comTbl th {
    display: block;
    text-align: center;
    width: inherit;
  }

  #main .comTbl td {
    display: block;
    border-left: 1px solid #009da5;
    border-right: none;
    width: inherit;
  }

  .titBox {
    padding: 10px 9px 4px;
  }

  .titBox h1 {
    padding: 8px 0 5px 45px;
    width: auto;
    font-size: 24px;
    background-size: 35px 42px;
  }

  .pc_dis {
    display: none;
  }

  .sp_dis {
    display: block;
  }

  #main .section01 .textBox,
  #main .section01 .rBox {
    float: none;
    width: auto;
  }

  #main .section01 .textBox {
    margin-bottom: 24px;
  }

  #main .section01 .rBox table td {
    padding: 12px 12px;
  }

  #main .planList,
  #main .planTxt {
    margin: 20px 0 30px 0;
    width: auto;
  }

  #main .planList li,
  #main .planTxt li {
    margin: 0;
    float: none;
    width: auto !important;
  }

  #main .planList li .txtBox .tit {
    padding: 5px 5px 6px 8px;
  }

  #main .stepList {
    font-size: 14px;
    background: none;
  }

  #main .stepList li {
    padding: 13px 0 0 !important;
    width: 33%;
    height: 31px;
    background-color: #c3e7ea;
    position: relative;
    line-height: 1.4;
  }

  #main .stepList li .font01 {
    display: none;
  }

  #main .stepList .step01 {
    margin-right: 2px;
    width: 32.5%;
  }

  #main .stepList .step01:after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -5px;
    z-index: 999;
    background: url(/img/templete/sp_icon01.gif) no-repeat;
  }

  #main .stepList .step02 {
    margin-right: 2px;
    padding: 4px 0 9px !important;
    width: 33%;
    background-color: #009da5;
  }

  #main .stepList .step02:after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -5px;
    z-index: 999;
    background: url(/img/templete/sp_icon02.gif) no-repeat;
  }

  #main .mailForm dt,
  #main .mailForm .dt01 {
    padding: 13px 14px;
    float: none;
    width: auto;
    height: auto !important;
    border-bottom: 0;
  }

  #main .mailForm dd {
    padding: 10px 10px 8px;
    height: auto !important;
  }

  #main .mailForm dd p {
    padding: 0 3px 2px;
    float: none;
    width: auto;
  }

  #main .mailForm dd p a {
    color: #333;
    text-decoration: none;
  }

  #main .mailForm dd textarea {
    margin: 0;
    width: 99%;
    height: 120px;
  }

  #main .mailForm dd input {
    margin: 0;
    width: 97%;
  }

  #main .mailForm p {
    text-align: left;
  }

  #main .mailForm .comBtn {
    width: auto;
  }

  #main .mailForm .comBtn input {
    margin: 0;
  }

  #main .section02 {
    box-shadow: 1px 0 2px #D0CFD0 inset;
    border: 0;
    background: #efefef;
  }

  #main .section02 .inner {
    padding: 8px 20px;
    width: auto;
    word-wrap: break-word;
  }

  #main .section02 .inner .dateTtl {
    padding-right: 0;
    margin: 0;
  }

  #main .section02 .inner .dateTtl .sapnDate {
    padding-right: 0;
  }

  #main .section02 .inner .text03 {
    margin-right: 0;
    padding: 2px 0 15px;
    text-align: left;
  }

  #main .section02 .inner .taCenter .sp_dis {
    margin: 0;
  }

  #main .section02 .inner .text03 .disSpan {
    margin-bottom: 25px;
  }

  #main .section02 .inner .dis_txt {
    display: none;
  }

  #main .section02 .inner .taCenter {
    text-align: left !important;
  }

  #main .section02 .inner dl {
    padding-bottom: 8px;
  }

  #main .section02 .inner dl dd {
    padding: 0;
  }

  #main .flatRate li {
    width: auto;
    float: none;
  }

  #main .flatRate .eliminated {
    margin-top: 34px;
    float: none;
  }

  #main .flatRate li .inner {
    padding: 32px 10px 25px;
    height: auto !important;
  }

  #main .flatRate li .ftL {
    margin: 0 auto;
    width: 122px;
    text-align: center;
    float: none !important;
  }

  #main .flatRate li dl {
    padding-left: 0;
    float: none;
    width: auto;
  }

  #main .flatRate li .arrow {
    margin: 0 0 0 -28px;
    width: 58px;
    height: 76px;
    left: 50%;
    top: 94.5%;
    background: url(/img/templete/sp_arrow.png) no-repeat;
  }

  #main .section03 .ftL {
    margin-bottom: 15px;
    float: none;
  }

  #main .section03 .ftL img,
  #main .listUl li img,
  #main .section05 .ftL img,
  #main .listUl01 li img {
    width: 100%;
  }

  #main .section03 .inner03,
  #main .section04 .inner04 {
    float: none;
    width: auto;
  }

  #main .section03 .comBtn {
    width: auto;
  }

  #main .section04 .ftL {
    margin-bottom: 15px;
    padding-top: 0;
    float: none;
    text-align: center;
  }

  #main .section04 .inner04 p .sp_block {
    display: block;
  }

  #main .areaUl {
    margin: 0 0 40px;
    width: auto;
  }

  #main .areaUl li,
  #main .listUl li {
    padding-bottom: 15px;
    margin: 0;
    float: none;
    width: auto;
  }

  #main .areaUl li:last-child {
    margin-bottom: 0;
  }

  #main .section04 .inner04 .small {
    margin-bottom: 0;
  }

  #main .listUl {
    margin: 0 0 30px !important;
    width: auto;
  }

  #main .listUl02 li {
    margin-bottom: 10px;
  }

  #main .section05 .ftL {
    margin-bottom: 15px;
    padding: 10px 0;
    float: none;
  }

  #main .section05 .inner05 {
    float: none;
    width: auto;
  }

  #main .attention {
    padding: 25px 9px 10px;
  }

  #main .attention .careful {
    margin-bottom: 20px;
  }

  #main .attention dl {
    padding: 15px 18px;
    box-shadow: 1px 0 2px #D0CFD0 inset;
    border: 0;
    background: #efefef;
  }

  #main .attention dl dd li {
    margin-top: 7px;
    padding: 21px 0 0 0;
  }

  #main .listUl01 {
    margin: 0 0 13px;
    width: auto;
  }

  #main .listUl01 li {
    width: 48%;
    margin: 0;
  }

  #main .listUl01 li:nth-child(2n) {
    float: right;
  }

  #main .explain {
    margin-bottom: 25px;
  }

  #main .text04 {
    margin: 0 0 15px;
  }

  #main .listUl02 li:last-child {
    margin-bottom: 0;
  }

  #main .listUl02 li div {
    padding: 10px;
    height: auto !important;
  }

  #main .listUl02 li:first-child .red,
  #main .listUl02 li:nth-child(2) .red {
    display: block;
  }

  #main .comDl {
    border-top: none;
  }

  #main .comDl dt {
    padding: 10px 12px 7px !important;
    float: none;
    width: auto !important;
    border-top: none;
    height: auto !important;
  }

  #main .comDl dt:first-child {
    border-top: 1px solid #009da5;
  }

  #main .comDl dd {
    padding: 10px 12px 4px;
    height: auto !important;
    border-left: 1px solid #009da5;
  }

  #main .subTtl {
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  }

  #main .subTtl {
    margin: 0 -10px;
    font-weight: bold;
    border-top: 1px solid #C5C5C5;
  }

  #main .subTtl a {
    padding: 9px 13px !important;
    text-align: left;
    font-size: 14px;
    border: none;
    display: block;
    text-shadow: 2px 2px 1px #fff;
    color: #333;
    text-align: left;
    text-decoration: none;
    background: url(/img/faq/sp_icon.png) no-repeat 98% center !important;
  }

  #main .subTtl.on a {
    padding: 9px 13px !important;
    border: none;
    color: #fff;
    text-shadow: 2px 2px 1px #008C93;
    background: #009da5 url(/img/faq/icon01.gif) no-repeat 97% center !important;
  }

  .titBox02 h1 {
    padding: 9px 0;
    background: none;
    width: auto;
  }

  #main .comNews {
    width: auto;
    float: none;
  }

  #main .btmSec .comNews .inner dl dd span {
    display: block;
  }

  #main .infoList {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  #main .infoList dt {
    width: 130px;
  }

  #main .infoList dd {
    padding: 0 0 11px 0;
    float: left;
    width: 100%;
  }

  #main .basicList {
    margin: 0;
  }

  #main .basicList li {
    padding: 30px 0 30px 0;
    margin-right: 0;
    width: auto;
    float: none;
    height: auto !important;
    border-right: none;
    border-bottom: solid 1px #e0e0e0;
  }

  #main .basicList li img {
    margin: 0 auto;
  }

  #main .basicList .ttl {
    padding: 30px 0 5px;
    color: #333;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
  }

  #main .basicList .last {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }

  #main .recommend {
    width: auto;
    overflow: hidden;
  }

  #main .recommend ul {
    margin-bottom: 20px;
    margin: 0 auto;
    max-width: 317px;
    width: initial;
  }

  #main .recommend li {
    padding-bottom: 25px;
    margin: 0;
    float: none;
    width: inherit !important;
    max-width: 317px;
  }

  #main .recommend li img {
    width: 100%;
  }

  #main .recommend li:last-child {
    margin-bottom: 0;
  }

  #main .fullmanaged {
    margin-right: 0;
    width: auto;
  }

  #main .fullmanaged li {
    margin: 0 0 25px;
    width: auto;
    float: none;
    height: auto !important;
  }

  #main .fullmanaged li img {
    width: 100%;
  }

  #main .osList li {
    margin-bottom: 20px;
    width: auto;
  }

  #main .osList li img {
    width: auto;
  }

  #main .listUl01 li {
    margin: 0 0 20px 0;
  }

  #main .h3Ttl .spanTit {
    padding: 0 0 0 30px;
    line-height: 1.2;
  }
}
#main .iconBlank {
  padding-left: 22px;
  background: url(/img/common/icon04.png) no-repeat 3px 50%;
}

#streampack__common .iconBlank {
  padding-left: 18px;
  background-size: 12px 12px;
}

#main .partner .iconBlank {
  padding-left: 0;
  background: none;
}

#main .iconArrow {
  padding-left: 13px;
  background: url(/img/common/icon07.gif) no-repeat 3px 50%;
}

body.spWrap .heightLine-1,
body.spWrap .heightLine-2,
body.spWrap .heightLine-3,
body.spWrap .heightLine-4,
body.spWrap .heightLine-5,
body.spWrap .heightLine-6 {
  height: inherit !important;
}

.iconNew {
  background: url(/img/common/icon_new.png) 100% 50% no-repeat;
  display: block;
  padding-right: 3em;
  text-align: right;
}

.iconUp {
  background: url(/img/common/icon_up.png) 95% 50% no-repeat;
  display: block;
  padding-right: 3em;
  text-align: right;
}

.iconDown {
  background: url(/img/common/icon_down.png) 95% 50% no-repeat;
  display: block;
  padding-right: 3em;
  text-align: right;
}

/* 20170911追加 動画レスポンシブ対応 */
#conts .movieArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#conts .movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iotService ul li img {
  display: inline;
}

#container #notice__popup {
  position: fixed;
  max-width: 290px;
  bottom: 130px;
  right: 10px;
  height: auto;
  z-index: 100;
}
#container #notice__popup .inner__box {
  background: rgba(34, 150, 157, 0.8);
  padding: 30px 15px;
  border-radius: 5px;
  opacity: 0;
  transition: .5s all;
  transition-delay: .4s;
}
#container #notice__popup .inner__box .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#container #notice__popup .inner__box .close:hover {
  cursor: pointer;
}
#container #notice__popup .inner__box .title, #container #notice__popup .inner__box .txt, #container #notice__popup .inner__box .tel {
  color: #fff;
}
#container #notice__popup .inner__box .title {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: normal;
}
#container #notice__popup .inner__box .txt {
  font-size: 15px;
  margin-bottom: 10px;
}
#container #notice__popup .inner__box .tel {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
#container #notice__popup .inner__box .tel::before {
  content: "☎";
  display: inline-block;
  background: url();
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
#container #notice__popup .inner__box .link {
  color: #fff600;
  position: relative;
  display: block;
  padding-left: 15px;
}
#container #notice__popup .inner__box .link::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 3px;
  color: #e60202;
  font-size: 10px;
}
#container #notice__popup .inner__box button {
  width: 100%;
  border: none;
  background: #ffe640;
  box-shadow: 0px 5px #ffbf00;
  height: 55px;
  margin-top: 10px;
}
#container #notice__popup .inner__box button a {
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#container #notice__popup .inner__box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: rgba(34, 150, 157, 0.8) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: 2;
}
#container #notice__popup .inner__box > img {
  margin-bottom: 10px;
}
#container #notice__popup .notice__image {
  opacity: 0;
  transition: .5s all;
  transition-delay: .1s;
}
#container #notice__popup .notice__image::after {
  content: '';
  background: #fff;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 45px;
  left: 0;
  right: 0;
  bottom: -115px;
  margin: 0 auto;
  z-index: -1;
}
#container #notice__popup .notice__image img {
  position: absolute;
  width: 60px;
  left: 0;
  right: 0;
  bottom: -96px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #container #notice__popup {
    display: none;
  }
}
#container #notice__popup.bk__orange .inner__box {
  background: #fa7d60;
}
#container #notice__popup.bk__orange .inner__box::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fa7d60 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  z-index: 2;
}
#container #notice__popup.fadein .inner__box {
  opacity: 1;
}
#container #notice__popup.fadein .notice__image {
  opacity: 1;
}
#container #notice__popup.remove {
  display: none;
}

/*# sourceMappingURL=general.css.map */
