html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: axisstd_r;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

/* general */
.top {
  padding: 50px 0;
}

@media (min-width: 320px) and (max-width: 769px) {
  .top {
    padding: 30px 0;
  }
}

.top__title {
  margin: 20px 0 30px 0;
  text-align: center;
}

.top__title h1 {
  font-size: 36px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .top__title {
    margin: 0 0 20px 0;
  }
  .top__title h1 {
    font-size: 24px;
  }
}

.top__text {
  text-align: center;
}

.top__text p {
  font-size: 14px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .top__text {
    padding: 0 20px;
  }
  .top__text p {
    font-size: 13px;
    text-align: left;
  }
}

.selectList {
  position: relative;
  padding: 0 30px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList {
    padding: 20px 0;
  }
}

.selectList__lists:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList__lists.bottom {
    display: none;
  }
}

.selectList__list {
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

.selectList__list.selected .selectList__item {
  border: 1px solid #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList__list.selected {
    display: block;
  }
  .selectList__list.selected .selectList__item {
    border: none;
  }
}

.selectList__list.selected.top .selectList__item:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -11px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #3a4763;
  border-right: 1px solid #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList__list.selected.top .selectList__item:after {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList__list {
    width: 100%;
    float: none;
    display: none;
    padding: 0px 20px;
  }
}

.selectList__item {
  position: relative;
  text-align: center;
  border: 1px solid #d3d6db;
  border-radius: 5px;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.selectList__item:hover {
  opacity: 0.8;
}

.selectList__item dt {
  font-size: 20px;
  color: #3a4763;
  padding: 10px 0;
}

.selectList__item dd {
  padding: 5px 0;
  font-size: 14px;
}

.selectList__item dd p {
  text-align: left;
  letter-spacing: 0;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .selectList__item {
    padding: 0;
    border: none;
  }
  .selectList__item dt {
    display: none;
  }
}

.selectList__tabLists:after {
  content: "";
  clear: both;
  display: block;
}

.selectList__tabList {
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  text-align: center;
  padding: 10px 0;
}

.selectList__tabList span {
  font-weight: bold;
  color: #3a4763;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 13px;
}

.selectList__tabList.selected span {
  border-bottom: 3px solid #3a4763;
}

.loadContent {
  padding: 0 30px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent {
    padding: 20px 15px;
  }
}

.loadContent table, .loadContent tbody, .loadContent tr, .loadContent th, .loadContent td {
  display: block;
}

.loadContent__title {
  text-align: center;
  padding: 40px 0;
}

.loadContent__title h2 {
  font-size: 30px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__title {
    display: none;
  }
}

.loadContent__item {
  position: relative;
  margin-bottom: 80px;
  padding: 40px 0;
  background-color: #f6f8fa;
}

.loadContent__item th {
  font-size: 24px;
  padding: 10px 0 20px 0;
}

.loadContent__item th span {
  color: #3a4763;
}

.loadContent__item th span.optionCaption {
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__item {
    padding: 25px 15px;
  }
  .loadContent__item th {
    letter-spacing: 0;
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
  }
  .loadContent__item th span {
    color: #3a4763;
  }
  .loadContent__item th span.optionCaption {
    font-size: 12px;
  }
}

.loadContent__item:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -45px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-bottom: 2px solid #3a4763;
  border-right: 2px solid #3a4763;
}

.loadContent__cellList:after {
  content: "";
  clear: both;
  display: block;
}

.loadContent__cellList li {
  float: left;
  width: 33.3%;
  width: calc(100% / 3);
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}

.loadContent__cellList li label {
  display: block;
  background-color: #fff;
  border: 1px solid #3a4763;
  border-radius: 5px;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loadContent__cellList li label input {
  display: none;
}

.loadContent__cellList li label p, .loadContent__cellList li label span {
  color: #3a4763;
  font-size: 16px;
}

.loadContent__cellList li label .radioTxt {
  font-size: 16px;
}

.loadContent__cellList li label .txtBottom {
  font-size: 14px;
}

.loadContent__cellList li label.selected {
  background-color: #3a4763;
}

.loadContent__cellList li label.selected p {
  color: #fff;
}

.loadContent__cellList li label.selected p span {
  color: #fff;
}

.loadContent__cellList li label:hover {
  opacity: 0.8;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList li {
    float: none;
    width: 100%;
    padding: 10px;
  }
  .loadContent__cellList li label {
    padding: 15px 0;
  }
  .loadContent__cellList li label p, .loadContent__cellList li label span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .loadContent__cellList li label .radioTxt {
    font-size: 14px;
  }
  .loadContent__cellList li label .txtBottom {
    font-size: 11px;
  }
}

.loadContent__cellList.caseList {
  text-align: center;
}

.loadContent__cellList.caseList li {
  vertical-align: top;
  display: inline-block;
  float: none;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList.caseList li {
    width: 50%;
    float: left;
  }
  .loadContent__cellList.caseList li label {
    padding: 10px;
  }
  .loadContent__cellList.caseList li label img {
    max-width: 100%;
  }
}

.loadContent__cellList.optionFlCellList {
  text-align: center;
}

.loadContent__cellList.optionFlCellList li {
  vertical-align: top;
  display: inline-block;
  float: none;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList.optionFlCellList li {
    width: 100%;
    float: left;
  }
  .loadContent__cellList.optionFlCellList li label {
    padding: 10px;
  }
  .loadContent__cellList.optionFlCellList li label img {
    max-width: 100%;
  }
}

.loadContent__cellList.optionFlCellList .priceCaption {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 5px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList.optionFlCellList .priceCaption {
    font-size: 10px;
    color: #3a4763;
  }
}

.loadContent__cellList.typeList li {
  width: 25%;
}

.loadContent__cellList.typeList li .typeBox {
  background-color: #fff;
  padding: 20px;
}

.loadContent__cellList.typeList li .typeBox label {
  margin: 15px 0;
  padding: 15px;
}

.loadContent__cellList.typeList li .typeBox .typeImg {
  margin-top: 15px;
}

.loadContent__cellList.typeList li .typeBox .typeImg img {
  width: 100%;
}

.loadContent__cellList.typeList li .typeBox .radioTxt {
  font-size: 22px;
  color: #3a4763;
}

.loadContent__cellList.typeList li .typeBox .txtBottom {
  font-size: 14px;
  color: #3a4763;
}

.loadContent__cellList.typeList li .typeBox .linkTxt {
  margin-top: 15px;
}

.loadContent__cellList.typeList li .typeBox .linkTxt a {
  font-size: 12px;
  color: #57bdc1;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList.typeList li {
    width: 100%;
  }
  .loadContent__cellList.typeList li .typeBox .radioTxt {
    font-size: 14px;
    color: #3a4763;
    font-weight: bold;
  }
  .loadContent__cellList.typeList li .typeBox .txtBottom {
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__cellList li label {
    padding: 10px 0;
  }
}

.loadContent__info {
  padding: 20px;
}

.loadContent__info dt {
  border-top: 1px solid #d3d6db;
  padding: 20px 0;
  text-align: center;
}

.loadContent__info dt p {
  border-bottom: 2px solid #3a4763;
  padding: 10px 0;
  display: inline-block;
  color: #3a4763;
  font-size: 18px;
}

.loadContent__info dt p span {
  color: #3a4763;
  font-size: 30px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__info dt p {
    line-height: 1.4;
  }
  .loadContent__info dt p span {
    line-height: 30px;
    font-size: 26px;
  }
}

.loadContent__infoLists {
  padding-top: 20px;
}

.loadContent__infoLists:after {
  content: "";
  clear: both;
  display: block;
}

.loadContent__infoLists li {
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  text-align: center;
}

.loadContent__infoLists li p {
  color: #3a4763;
}

.loadContent__infoLists li p.ttlTxt {
  font-size: 14px;
  font-weight: bold;
}

.loadContent__infoLists li p.priceTxt {
  font-weight: bold;
}

.loadContent__infoLists li p.text {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.loadContent__infoLists li p.attention {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-bottom: 2px;
}

.loadContent__infoLists li p.attention a {
  font-size: 11px;
  color: #57bdc1;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__infoLists {
    padding-top: 0;
  }
  .loadContent__infoLists li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .loadContent__infoLists li:last-child {
    margin-bottom: 0;
  }
  .loadContent__infoLists li p.text {
    font-size: 13px;
  }
}

.loadContent__listBlock:after {
  content: "";
  clear: both;
  display: block;
}

.loadContent__listBlock-left {
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
  float: left;
  width: 30%;
}

.loadContent__listBlock-right {
  position: relative;
  box-sizing: border-box;
  padding: 0px 10px 30px 10px;
  float: right;
  width: 70%;
  text-align: left;
}

.loadContent__listBlock .radioTxt {
  letter-spacing: 0;
  font-size: 16px;
  padding-bottom: 5px;
}

.loadContent__listBlock .txtBottom {
  letter-spacing: 0;
  font-size: 13px;
}

.loadContent__listBlock .priceTxt {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.loadContent__listBlock .linkTxt {
  position: absolute;
  right: 10px;
  bottom: 0;
}

.loadContent__listBlock .linkTxt a {
  font-size: 12px;
  color: #57bdc1;
}

.loadContent__caseSection {
  text-align: center;
}

.loadContent__caseSection .caseSectionTxt {
  color: #3a4763;
  font-size: 16px;
  margin-bottom: 15px;
}

.loadContent__caseSection .priceTxt {
  color: #3a4763;
  font-weight: bold;
}

.loadContent__caseSection .priceTxt span {
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__caseSection .caseSectionTxt {
    text-align: left;
    font-size: 13px;
  }
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__sunLens .renztxtSectionInner {
    padding: 5px 10px;
  }
}

.loadContent__sunLens .renztxtSectionInnerTxt {
  text-align: center;
  font-size: 16px;
  color: #3a4763;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__sunLens .renztxtSectionInnerTxt {
    font-size: 13px;
    text-align: left;
  }
}

.loadContent__sunLens .renztxtList {
  max-width: 600px;
  margin: 30px auto 0 auto;
}

.loadContent__sunLens .renztxtList li {
  font-size: 14px;
}

.loadContent__sunLens .renztxtList li a {
  font-size: 12px;
  color: #57bdc1;
}

@media (min-width: 320px) and (max-width: 769px) {
  .loadContent__sunLens .renztxtList {
    margin: 10px auto 0 auto;
  }
  .loadContent__sunLens .renztxtList li {
    line-height: 1.4;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .loadContent__sunLens .renztxtList li a {
    font-size: 10px;
  }
}

.valueSection {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #d3d6db;
  padding: 40px 0;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection {
    border-bottom: 1px solid #d3d6db;
  }
}

.valueSection__setValue {
  text-align: center;
}

.valueSection__setValue span {
  color: #3a4763;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection__setValue span {
    line-height: 30px;
  }
}

.valueSection__caption {
  font-size: 18px;
  line-height: 40px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection__caption {
    line-height: 30px;
  }
}

.valueSection__priceTxt {
  font-size: 40px;
  padding: 0 5px;
  vertical-align: -2px !important;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection__priceTxt {
    font-size: 30px;
    line-height: 30px;
  }
}

.valueSection__attention {
  text-align: center;
  display: block;
  margin: 20px auto;
  max-width: 550px;
  text-align: left;
}

.valueSection__attention li {
  font-size: 12px;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection__attention {
    padding: 0 30px;
  }
  .valueSection__attention li {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 12px;
    padding-bottom: 2px;
  }
}

.valueSection__link {
  text-align: center;
}

.valueSection__link a {
  color: #57bdc1;
  font-size: 14px;
}

.valueSection.fixed {
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 15px 0;
}

@media (min-width: 320px) and (max-width: 769px) {
  .valueSection.fixed {
    padding: 20px 0;
  }
  .valueSection.fixed .valueBoxList {
    display: none;
  }
  .valueSection.fixed .valueSection__link {
    display: none;
  }
}

.priceTxt {
  font-weight: bold;
}

.priceTxt .caption, .priceTxt .optionTxt {
  font-weight: normal;
}

.priceTxt .tax {
  font-weight: normal;
  font-size: 12px;
}
