@charset "utf-8";

/* 全サイズ共通ファイル
=======================================================*/
*, *:before, *:after {
	box-sizing: border-box;
}
body{
	background:#fff;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック",YuGothic,"ＭＳ Ｐゴシック",sans-serif;
}

@media only screen and (min-width: 641px), print{
body {
  min-width: 0;
}
}
@media only screen and (min-width: 641px), print{
#info {
		min-width: 980px;
	}
	}

img{
	border:0;
	vertical-align:bottom;
	max-width: 100%;
  height: auto;
}

/* 他 */
strong, em, address{
	font-style: normal;
	font-weight: normal;
}

.fSiteLogo img{
max-width:100%;
height:auto;
}

/* header ----------------------------------------------- */
@media screen and (max-width: 887px){
  #header .hBar .header_logos{
    display: none;
  }
}
.header-more-elements {
  height: 40px;
  padding: 5px;
  border-top: 3px solid #155390;
  border-bottom: 1px solid #CCC;
}
.section-inner__nonpadding {
  padding: 0;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.header-more-elements--logo {
  width: 120px;
  float: left;
}
.header-more-elements--ndss {
  width: 70px;
  float: right;
  padding-top: 5px;
  padding-left: 10px;
}
.header-more-elements--18th {
  width: 100px;
  float: right;
}



/* footer ----------------------------------------------- */
#footer {
  margin: 0;
  padding-bottom: 100px;
}


/* ---------------------------

  LPのコンテンツ

--------------------------- */
.lp-article {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 30px 20px 20px;
}
.lp-article__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 30px;
}
.lp-article__post-thumb {
  width: 100%;
  margin-bottom: 30px;
}
.lp-article__post-thumb img {
  width: 100%;
  height: auto;
}
.lp-article__p {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.lp-article a {
  color: #015db2;
  text-decoration: underline;
}
.lp-article__figure {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.lp-article__p.bld {
  font-weight: 700;
}
.lp-article__p strong {
  font-weight: 700;
}
.lp-article .attention.a-1 {
  border: 1px solid #b1b1b1;
  margin-top: 1em;
  padding: 0 1em 1em;
}
.lp-article .attention.a-1 ul {
  padding: 0;
}
.lp-article .attention.a-1 ul li {
  font-size: 16px;
  margin-top: 1em;
  position: relative;
  padding-left: 20px;
}
.lp-article .attention.a-1 ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0191e9;
  border-radius: 50%;
}
.lp-article .attention ol {
  padding-left: 1em;
  list-style-position: inside;
}
.lp-article .attention ol li {
  margin-top: 1em;
  font-size: 16px;
  list-style: decimal;
}
.lp-article .attention ol li::marker {
  list-style-position: outside;
  color: #1977bf;
  font-weight: 700;
}
.lp-article .attention-title {
  display: block;
  font-size: 20px;
  margin-top: 1em;
  font-weight: 700;
  line-height: 1.67;
}
.lp-article__heading-01 {
  margin-top: 2em;
  font-size: 24px;
  border-left: 5px solid #01a1e9;
  padding: 8px 0;
  border-bottom: none;
  padding-left: 20px;
  margin-left: -20px;
}
.lp-article__heading-02 {
  margin-top: 2em;
  font-size: 24px;
  border-bottom: double 3px #707070;
  padding-bottom: 0.4em;
}
.lp-article__heading-03 {
  margin-top: 2em;
  font-size: 20px;
}
.lp-article__box {
  margin-top: 1em;
}
.lp-article__box__figure {
  width: 100%;
  height: auto;
}

.lp-article table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
.lp-article table caption {
  text-align: left;
  padding: 0 0 10px 0;
  line-height: 1.67;
}
.lp-article table th {
  background-color: #50a9d0;
  color: #fff;
  padding: 10px;
  border: 1px solid #b1b1b1;
  vertical-align: middle;
}
.lp-article table td {
  padding: 10px;
  border: 1px solid #b1b1b1;
  vertical-align: middle;
}
.lp-article table tr:nth-child(even){
  background-color: #ebf3f6;
}
.h4uTypeCta {
  margin-top: 2em;
}
.h4uTypeCta .h4uTypeCta-modal .h4uTypeCta-modal-result__suggest > li > a {
  text-decoration: none;
  cursor: pointer;
}

/* フローティングバナー */
#floatingBnr {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(103, 103, 103, 0.9);
  z-index: 30;
  display: none;
}
.contents_area-floatingBnr .floatingBnr--box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.contents_area-floatingBnr .floatingBnr--txt {
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF231;
  margin-right: 10px;
}
.contents_area-floatingBnr .floatingBnr--txt span {
  font-size: 16px;
  color: #fff;
}
.contents_area-floatingBnr .floatingBnr--box a {
  text-align: center;
}
.floatingBnr--box img {
  width: 270px;
}

/* 目次 TOC */
#toc_container {
  width: 100%;
  border: 1px solid #aaa;
  padding: 20px;
  width: auto;
  display: table;
  font-size: 95%;
  display: block;
  margin: 2em auto 0;
}
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%;
}
#toc_container p.toc_title+ul.toc_list {
  margin-top: 1em;
}
.toc_list {
  display: none;
}
.toc_list li {
  margin-bottom: 10px;
}
.toc_list li:last-child {
  margin-bottom: 0;
}

/* CTA01 /sell/css/promotion/index_01_05_sp.css より移設*/
.form_01_05 {
  margin-top: 2em;
  margin-left: -20px;
  margin-right: -20px;
}
.form-title {
  text-align: center;
  background-color: #155390;
  padding: 8px;
  color: #FFF;
  font-size: 16px;
}
.t-yellow {
  color: #ffff00;
}
.f-large__16 {
  font-size: 1.6em;
}
.form_01_05-holder {
  padding: 5px 15px 15px;
  background: #2f97ef;
  color: #FFF;
}
.pulltext {
    padding: 5px;
}
.center {
  text-align: center;
}
.form_01_05-holder dl {
    padding-right: 60px;
    position: relative;
    margin-bottom: 10px;
}
.border {
  border: solid 3px;
  border-radius: 8px;
  border-color: #333;
}
.select:not([multiple]) {
  height: 100%;
  line-height: 33px;
}
.form_01_05-holder .select {
  background: #FFF;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background-size: auto 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #3f3f3f;
  padding: 13px 6px;
}
.form_01_05-holder dd {
    position: absolute;
    top: 6px;
    right: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px !important;
    font-size: 20px;
    border-radius: 22px;
    background-color: #999;
    color: #FFF;
    padding: 0;
    font-weight: bold;
}
.form_01_05-holder dd.finish {
    background: #FF0;
    color: #155390;
}
.form_01_05-holder dl {
    padding-right: 60px;
    position: relative;
    margin-bottom: 10px;
}
.error-message {
    color: #FF0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.satei-btn {
    position: relative;
}

.satei-btn--60sec {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 40px;
    background-color: #F00;
    width: 64px;
    text-align: center;
    border-radius: 8px;
    display: table;
}
.satei-btn--60sec .satei-btn--60sec-inner {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 13px;
}
.form_01_05-holder button{
	width:100%;
	height:60px;
	font-size:130%;
	font-weight:bold;
	color:#fff;
	border:0px;
	text-shadow:0px 0px 4px #000;
	border-radius:8px !important;
	-webkit-border-radius:8px !important;
	-moz-border-radius:8px !important;
	background:#f06c03;
	/* W3C */
	background:linear-gradient(top, #ffc800, #f06c03); /* W3C */
	/* Webkit·͠*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#f06c03)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ffc800, #f06c03); /* Chrome10+,Safari5.1+ */
	/* Mozilla·͠*/
	background:-moz-linear-gradient(top, #ffc800, #f06c03);
	/* Opera·͠*/
	background:-o-linear-gradient(top, #ffc800, #f06c03); /* Opera 11.10+ */
	/* IE10+ */
	background:-ms-linear-gradient(top, #ffc800, #f06c03);
	box-shadow:0 3px 0px 0px #924603;
	-moz-box-shadow:0 3px 0px 0px #924603;
	-webkit-box-shadow:0 3px 0px 0px #924603;
	-o-box-shadow:0 3px 0px 0px #924603;
}
.form_01_05-holder button span {
	padding-left: 45px;
}

.form_01_05-holder_nomal button{
	width:100%;
	height:60px;
	font-size:140%;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:2px #000 solid;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	background:#cf0000;
	/* W3C */
	background:linear-gradient(top, #ff360f, #cf0000); /* W3C */
	/* Webkit·͠*/
	background:-webkit-gradient(linear, left top, left bottom, from(#ff360f), to(#cf0000)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ff360f, #cf0000); /* Chrome10+,Safari5.1+ */
	/* Mozilla·͠*/
	background:-moz-linear-gradient(top, #ff360f, #cf0000);
	/* Opera·͠*/
	background:-o-linear-gradient(top, #ff360f, #cf0000); /* Opera 11.10+ */
	/* IE10+ */
	background:-ms-linear-gradient(top, #ff360f, #cf0000);
	box-shadow:0 1px 2px 1px #999;
	-moz-box-shadow:0 1px 2px 1px #999;
	-webkit-box-shadow:0 1px 2px 1px #999;
	-o-box-shadow:0 1px 2px 1px #999;
}
.form_01_05-holder button:after {
	content:"";
	width: 22px;
	height: 22px;
	background: url(/sell/img/promotion/index_01_05_sp/btn_arrow.png) no-repeat;
	background-size: 22px;
	position: absolute;
	top:50%;
	right: 10px;
	margin-top: -11px;
}
.form_01_05-holder button span {
    padding-left: 45px;
}







@media screen and (min-width: 768px){
  .lp-article {
    width: 100%;
    max-width: 800px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto 60px;
    padding: 50px 80px 100px;
    font-size: 16px;
  }
  .lp-article__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .lp-article__p {
    margin-top: 2em;
  }
  .attention-title + .lp-article__p {
    margin-top: 1em;
  }
  .lp-article .attention.a-1 {
    padding: 14px 40px 30px;
    margin-top: 2em;
  }
  .lp-article .attention.a-1 .lp-article__p {
    margin-top: 1em;
  }
  .lp-article__heading-01 {
    margin-top: 2em;
    font-size: 30px;
    padding: 5px 0;
    padding-left: 30px;
    margin-left: 0;
  }
  .lp-article__heading-02 {
    font-size: 30px;
    padding-bottom: 0.5em;
  }
  .lp-article__box {
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  .lp-article__box__figure {
    max-width: 320px;
    margin-left: 30px;
  }
  .lp-article__box .lp-article__p {
    margin: 0;
    flex: 1;
  }
  .lp-article table {
    margin-top: 2em;
  }
  .lp-article table th,
  .lp-article table td {
    padding: 10px 20px;
  }
  .lp-article__figure--02 {/* 最大幅420px */
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  /* フローティングバナー */
  .contents_area-floatingBnr .floatingBnr--box {
    flex-direction: row;
  }
  .contents_area-floatingBnr .floatingBnr--txt {
    font-size: 28px;
    text-align: left;
    line-height: 1;
    margin: 0 20px 0 0;
  }
  .contents_area-floatingBnr .floatingBnr--txt span {
    font-size: 21px;
  }
  .floatingBnr--box img {
    width: 100%;
    max-width: 370px;
    min-width: 270px;
  }
  /* 目次 TOC */
  #toc_container {
    padding: 30px;
  }
  .form_01_05 {
    margin-left: auto;
    margin-right: auto;
  }
  .h4uTypeCta .h4uTypeCta-submit .h4uTypeCta-submit__button {
    padding-left: 9%;
  }

}