@charset "UTF-8";
/* ==========================================================================
 Layout
========================================================================== */
/* Base
----------------------------------------------------------------- */
body {
  font-size: 14px;
  font-size: 1.4rem;
}
img {
  max-width: 100%;
}


/* Header
----------------------------------------------------------------- */
#header {
  padding: 5px 3% 10px;
  border-bottom: solid 4px #c4d700;
}
.headerLogo img {
  width: 172px;
  height: 18px;
}


/* Footer
----------------------------------------------------------------- */
#footer {
  padding-bottom: 30px;
}
#footerLinks {
  overflow: hidden;
  border: 1px solid #ebe7e3;
  border-style: solid none;
  padding: 4px 10px;
}
#footerLinks ul li {
  padding: 0 10px 0 4px;
  border-right: 1px solid #333;
}
#footerLinks ul li:first-child {
  padding-left: 0;
}
#footerLinks a {
  color: #333;
}
#footerCopy {
  overflow: visible;
  margin: 0 10px;
  padding-top: 13px;
  font-size: 1rem;
}
#footerCopy > p{
  margin-top: 10px;
}


/* pageTop
----------------------------------------- */
#pageTop {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  bottom: 10px;
  right: 10px;
  margin: 0 10px 10px 0;
}
#pageTop img {
  width: 24px;
  height: 24px;
}


/* Main
----------------------------------------------------------------- */
#mainContents {
  margin: 20px 0 0;
}


/* ==========================================================================
 Parts
========================================================================== */
/* heading
----------------------------------------------------------------- */
/* mainHead */
.mainHead {
  width: 94%;
  margin: 0 3% 20px;
}
#detail .mainHead {
  margin-bottom: 6px;
}
.mainLead01 {
  margin: 0 3% 5px;
}
.mainLead01.flex .backInHead {
  display: flex;
  justify-content: flex-end;
}

/* h1Title */
.h1Title {
  font-size: 1.8rem;
}
#detail .h1Title {
  padding-bottom: 5px;
}

/* h2Title */
.h2Title01 {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.h2Title01.mb {
  margin-bottom: 5px;
}

/* h3Title */
.h3Title01 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}


/* block
----------------------------------------------------------------- */
/* mainSection */
.mainSection {
  margin: 0 3% 30px;
}

/* btnSection */
.btnSection {
  margin: 0 3% 40px;
}

/* accordionSection */
.accordionSection > .sectionInner {
  margin: 0 3% 40px;
}
#detail .accordionSection > .sectionInner {
  margin: 16px 3% 40px;
}
.accordionSection > .sectionInner section {
  margin-bottom: 18px;
}

/* grayBlock01 */
.grayBlock01 {
  margin-bottom: 30px;
  padding: 25px 0 0;
}

/* contactBlock01 */
.contactBlock01 {
  text-align: center;
}
.contactBlock01 dl {
  display: flex;
  align-items: center;
}
.contactBlock01 dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 2rem;
  color: #004831;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.contactBlock01 dt::before {
  content: '';
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.5rem;
  background: url('../images/icon_tel.svg') no-repeat center center;
}
.contactBlock01 dd {
  font-size: 1.1rem;
}
.contactBlock01 dd em {
  font-size: 1.6rem;
  font-weight: bold;
}
.contactBlock01 dd em a {
  color: #333;
}

/* accountContents */
.accountContents {
  margin-bottom: 40px;
}
.accountContents .accordionContents {
  margin: 20px 0 40px;
}
.accountContents h2 {
  margin-left: 3%;
  font-size: 1.6rem;
}
.contactPanel_body {
  padding: 0 3%;
}
.contactPanel_body h3 {
  font-size: 1.8rem;
}
.contactPanel_body h3::before {
  width: 2.8rem;
  height: 2.8rem;
  margin-right: 0.5rem;
}
.contactPanel01 a.cvBtnOrange,
.contactPanel01 a.cvBtnGreen {
    width: 90%;
    padding: 16px;
}
a.cvBtnGreen.long {
  line-height: 1.4em;
}
a.cvBtnGreen span,
a.cvBtnGreen.long span {
  font-size: 1.8rem;
}
.contactPanel a.cvBtnGreen span:after {
    border-left: 7px solid #C4D701;
}
a.cvBtnGreen span:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 7px solid #004832;
}
.contactPanel {
  padding: 35px 0;
}
.contactPanel h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contactPanel h2 span.fSmall {
  font-size: 14px;
}

.contactPanel_body h3 {
  margin-bottom: 20px;
}
.contactPanel_body h3 img {
  width: auto;
  height: 34px;
  margin: 0 auto;
}

.contactPanel01,
.contactPanel02,
.contactPanel03{
  padding: 20px 0 25px;
}
.contactPanel01 p img,
.contactPanel02 p img,
.contactPanel03 p img{
  width: auto;
}

.contactPanel01 a.cvBtnOrange,
.contactPanel01 a.cvBtnGreen{
  width: 90%;
}
.contactPanel01 .mt {
  margin-top: 10px;
}
.contactPanel01 p.note {
  margin-top: 10px;
  padding: 0 20px;
  padding-left: 1em;
  font-size: 1.0rem;
  text-indent: -1em;
  text-align: center;
}

.contactPanel02 .tel01 {
  margin-bottom: 10px;
  color: #004832;
  font-weight: bold;
}
.contactPanel02 .tel01 em a {
  color: #004832;
  font-size: 2.0rem;
  pointer-events: none;
}
.contactPanel01 .text,
.contactPanel02 .text {
  font-size: 1.2rem;
}

.contactPanel02 .tel02 {
  margin-top: 5px;
}
.contactPanel02 .listType03 {
  display: inline-block;
  font-size: 11px;
  margin: 15px 25px;
}
.contactPanel02 .listType03 li {
  text-align: left;
}

.contactPanel03 {
  padding-bottom: 30px;
}
.contactPanel03  a.btnGreen {
  width: 90%;
  padding: 13px;
}
.contactPanel03  a.btnGreen span {
  font-weight: bold;
  font-size: 15px;
}
.contactPanel03 h4 {
  font-size: 14px;
  margin: 15px 0;
}


/* box
----------------------------------------------------------------- */
/* discBox */
.discBox {
  margin: 0 3% 20px;
  padding: 8px;
}
.discBox p {
  padding-left: 20px;
  -webkit-background-size: 13px 11px;
  background-size: 13px 11px;
  font-size: 1.2rem;
}

/* borderBox01 */
.borderBox01 {
  margin: 0 3% 30px;
}
.borderBoxTitle {
  padding: 12px 10px;
}
.borderBoxContents {
  padding: 14px 10px;
}

/* compBox01 */
.compBox01 {
  margin: 0 3% 12px;
  padding: 12px;
  font-size: 1.2rem;
}


/* accordion
----------------------------------------------------------------- */
.accordionTitle {
  margin-bottom: 1px;
  padding: 10px 35px 10px 3%;
  font-size: 1.6rem;
}
.accordionTitle#accountTitle02 span {
  font-size: 1.4rem;
}
#detail .accordionTitle#accordionTitle03 {
  margin-bottom: 0;
}
.accordionTitle::after {
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/btn_close_001.png) 0 0 no-repeat;
  background-size: cover;
}
.accordionWrap[aria-expanded="true"] > .accordionTitle::after {
  background: url(../images/btn_close_001.png) 0 0 no-repeat;
  background-size: cover;
}
.accordionWrap[aria-expanded="false"] > .accordionTitle::after {
  background: url(../images/btn_open_001.png) 0 0 no-repeat;
  background-size: cover;
}
.searchListTitle.accordionTitle {
  margin-bottom: 1px;
}
.searchListTitle.accordionTitle#accordionTitle02 {
  margin-bottom: 25px;
}

/* tab
----------------------------------------------------------------- */
/* tabBlock */
.tabBlock {
  margin-bottom: 20px;
}
.tabBlock ul li {
  width: 80px;
}
.tabBlock ul li .active {
  width: 80px;
  padding: 6px 0;
}
.tabBlock ul li a {
  width: 80px;
  padding: 6px 0;
}


/* table
----------------------------------------------------------------- */
.wfund { width: 150px !important; }
.wTarget { width: 123px !important; }
.wArea { width: 113px !important; }
.wCurrency { width: 67px !important; }
.wValue { width: 123px !important; }
.wRate { width: 82px !important; }
.wRisk { width: 82px !important; }
.wPurchase { width: 72px !important; }
.wFavorite { width: 72px !important; }
/* 運用実績 */
.wFund_2 { width: 150px !important; }
.wUpDown { width: 93px !important; }
.wUpDownSmall { width: 82px !important; }
.wDeviation { width: 82px !important; }
.wSharpRatio { width: 82px !important; }
.wPurchase_2 { width: 72px !important; }
.wFavorite_2 { width: 72px !important; }
/* 申込詳細 */
.wCompany { width: 169px !important; }
.wCurrency_3 { width: 93px !important; }
.wPrice { width: 159px !important; }
.wPolicy { width: 123px !important; }
.wPurchase_3 { width: 72px !important; }
.wFavorite_3 { width: 72px !important; }

/* resultTable01 */
.resultTable01 {
  position: relative;
  margin: 1px 0 30px 0;
  overflow-x: scroll;
}
.resultTable01 tbody td:nth-last-child(-n+3) {
  padding: 10px;
}
.resultTable01 tbody td .btnBuy01 {
  width: 100%;
}
.resultTable01 tbody td .btnFavorite01 {
  width: 100%;
}
.resultTable01 colgroup col:nth-last-child(3),
.resultTable01 thead th:nth-last-child(3),
.resultTable01 tbody td:nth-last-child(3) {
  display: none !important;
}
.resultTable01 thead th:nth-child(1),
.resultTable01 tbody td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 2;
}
.resultTableText {
  margin: 0 3%;
  text-align: right;
  font-weight: bold;
}


/* list
----------------------------------------------------------------- */
/* checkList01 */
.checkList01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -ms-flex-wrap: wrap; /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap; /*--- safari（PC）用 ---*/
  flex-wrap: wrap;

  -webkit-box-align: stretch; /*Android4.3*/
  -moz-box-align: stretch;    /*Firefox21*/
  -ms-flex-align: stretch; /*IE10*/
  -webkit-align-items: flex-stretch; /*PC-Safari,iOS8.4*/
  align-items: flex-stretch;

  overflow: hidden;
}
.checkList01 li {
  width: 49%;
  margin-top: 6px;
}
.checkList01 li:first-child,
.checkList01 li:nth-child(2) {
  margin-top: 0;
}
.checkList01 .formCheckbox01 > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center; /*Android4.3*/
  -moz-flex-pack: center; /*Firefox21*/
  -ms-flex-pack: center; /*IE10*/
  -webkit-justify-content: center; /*PC-Safari,iOS8.4*/
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 54px;
}
.checkList02 .formCheckbox01 > span {
  width: 100%;
}
.checkList02 li {
  margin-top: 6px;
}
.checkList02 li:first-child {
  margin-top: 0;
}
.formCheckBoxFlag > span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -10%;
	left: 10px;
	width: 32px;
	height: 20px;
	margin-top: 20px;
	vertical-align: middle;
	background-size: 32px 20px;
}
.flagUsd > span::before { background: url(../images/ico_flag_usd_001.gif) 50% 50% no-repeat; }
.flagEur > span::before { background: url(../images/ico_flag_eur_001.gif) 50% 50% no-repeat; }
.flagAud > span::before { background: url(../images/ico_flag_aud_001.gif) 50% 50% no-repeat; }
.flagJpy > span::before { background: url(../images/ico_flag_jpy_001.gif) 50% 50% no-repeat; }
.flagNzd > span::before { background: url(../images/ico_flag_nzd_001.gif) 50% 50% no-repeat; }

/* iconList01 */
.iconList01 {
  margin-top: 6px;
}
.iconList01 li {
  margin: 0 3px 4px 0;
  padding: 0px 3px;
  font-size: 1.0rem;
}

/* pdfList01 */
.pdfList01 {
  margin: 0 20px 10px;
  text-align: center;
}
.pdfList01 li {
  display: inline-block;
  width: 45%;
  margin: 0 5px 10px 0;
  text-align: left;
}
.pdfList01 li:last-child {
  margin-right: 0;
}
.pdfList01 a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.pdfList01 a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/ico_pdf_001.png) 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}


/* btn
----------------------------------------------------------------- */
/* btnBuy01 */
.btnBuy01 {
  display: inline-block;
  width: 90px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #394f73;
  background: #394f73;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
}
.btnBuy01.gray {
  background: #57565b;
}

/* btnBuy02 */
.btnBuy02 {
  display: inline-block;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #394e73;
  background: #394e73;
  color: #fff !important;
  text-align: center;
}

/* btnFavorite01 */
.btnFavorite01 {
  display: inline-block;
  width: 90px;
  padding: 8px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/ico_favolite_002_pc.png) 50% 50% no-repeat;
  -webkit-background-size: 25px 24px;
  background-size: 25px 24px;
  font-weight: bold;
  text-align: center;

  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.btnFavorite01.checked {
  background: #fff url(../images/ico_favolite_001_pc.png) 50% 50% no-repeat;
  -webkit-background-size: 25px 24px;
  background-size: 25px 24px;
}

/* btnFavorite02 */
.btnFavorite02 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #9c9c9c;
  background: #fff;
  color: #333 !important;
  font-weight: bold;
  text-align: center;
}
.btnFavorite02::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: url(../images/ico_favolite_002_pc.png) 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.btnFavorite02.checked {
  border: solid 1px #394f74;
  background: #fff;
  color: #394f74 !important;
}
.btnFavorite02.checked::before {
  background: url(../images/ico_favolite_001_pc.png) 0 0 no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

/* btnClose02 */
.btnClose02 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #57565b;
  background: #57565b;
  color: #fff !important;
  text-align: center;
}

/* btnPrev01 */
.btnPrev01 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding: 12px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #394e73;
  background: #fff;
  color: #394e73 !important;
  font-weight: bold;
  text-align: center;
}
.btnPrev01::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/ico_arrow_002.png) 50% 50% no-repeat;
  -webkit-background-size: 5px 10px;
  background-size: 5px 10px;
}

/* btnNext01 */
.btnNext01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #394e73;
  background: #fff;
  color: #394e73 !important;
  font-weight: bold;
  text-align: center;
}
.btnNext01::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  background: url(../images/ico_arrow_003.png) 50% 50% no-repeat;
  -webkit-background-size: 5px 10px;
  background-size: 5px 10px;
}


/* list
----------------------------------------------------------------- */
/* textList01 */
.textList01 {
  font-size: 1.4rem;
}


/* link
----------------------------------------------------------------- */
/* normalLink01 */
.normalLink01 {
  padding-left: 6px;
}
.normalLink01::before {
  width: 4px;
  height: 8px;
  margin-top: -4px;
  background: url(../images/ico_arrow_001.gif) 0 0 no-repeat;
  -webkit-background-size: 4px 8px;
  background-size: 4px 8px;
}


/* pagination
----------------------------------------------------------------- */
.pagination01 {
  margin: 30px 3%;
}
.pagination01 ol li {
  margin-top: 15px;
}


/* icon
----------------------------------------------------------------- */
/* iconQuestion01 */
a.iconQuestion01 {
  align-items: center;
}
a.iconQuestion01::after {
  margin-left: 7px;
}

/* iconQuestion02 */

.iconQuestion02 {
  padding-left: 0;
}

/* iconPc */
.iconPc01 {
  min-height: 24px;
  padding-left: 34px;
}
.iconPc01::after {
  width: 28px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/ico_pc_001.gif) 0 0 no-repeat;
  -webkit-background-size: 28px 24px;
  background-size: 28px 24px;
}

/* iconStore */
.iconStore01 {
  min-height: 24px;
  padding-left: 34px;
}
.iconStore01::after {
  width: 28px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/ico_store_001.gif) 0 0 no-repeat;
  -webkit-background-size: 28px 24px;
  background-size: 28px 24px;
}

/* iconTel */
.iconTel01 {
  min-height: 24px;
  padding-left: 34px;
}
.iconTel01::after {
  width: 28px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/ico_tel_002.gif) 0 0 no-repeat;
  -webkit-background-size: 28px 24px;
  background-size: 28px 24px;
}


/* form
----------------------------------------------------------------- */
input,
select,
textarea {
  font-size: 1.4rem;
}
/* type="text" */
.formTextbox01 {
  width: 100%;
  padding: 10px 11px;
}

/* checkbox */
.formCheckbox01 > span {
  padding: 12px 10px;
  font-size: 1.3rem;
}
.formCheckbox01 > .spCheckBoxAdjust01 {
  padding: 4px 10px;
}

/* riskLevelList01 */
.riskLevelList01 {
  text-align: center;
}
.riskLevelList01 li {
  width: 13.214%;
  margin-left: 2px;
  font-size: 1.4rem;
}
.riskLevelList01 li:first-child {
  margin-left: 0;
}
.riskLevelList01 li:first-child::before {
  content: '低';
  display: block;
  font-weight: bold;
}
.riskLevelList01 li:last-child::before {
  content: '高';
  display: block;
  font-weight: bold;
}
.riskLevelList01 li label > span {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
}
.riskLevelListSmall {
  margin-bottom: 4px;
  text-align: left;
}
.riskLevelListSmall li:first-child::before,
.riskLevelListSmall li:last-child::before {
  display: none;
}
.riskLevelListSmall li label > span {
  padding: 5px 8px;
  text-align: center;
}

/* formSelect01 */
.formSelect01 select {
  width: 100%;
  height: 38px;
  padding: 8px 30px 8px 10px;
  text-indent: 0.01px;
  background: #fff url(../images/ico_select_001.png) right 10px top 50% no-repeat;
  -webkit-background-size: 9px 9px;
  background-size: 9px 9px;
  font-size: 1.3rem;
}
.formSelect01.favorite select {
  height: 30px;
  padding: 0 8px;
  background: none;
  border-radius: 0;
}
.searchResultOrder .formSelect01 select {
  color: #333;
  font: 1.6rem 'Noto Sans JP', Roboto, 'Yu Gothic', YuGothic, メイリオ, sans-serif;
  border: 1px solid #a9a9a9;
}
select::-ms-expand {
  display: none;
}

/* selectBlock01 */
.selectBlock01 {
  margin-bottom: 10px;
}


/* pulldownSearch
----------------------------------------------------------------- */
.pulldownSearch {
  width: 100%;
}

.pulldownSearchSelected {
  padding: 7.14px 25px 7.14px 11px;
}

.pulldownSearchOptions {
  width: 100%;
}


/* baseData
----------------------------------------------------------------- */
.baseData {
  margin: 15px 0 0 3%;
}


/* ==========================================================================
 Utility
========================================================================== */
.pcOnly {
  display: none !important;
}
.spOnly {
  display: block !important;
}

/* width
----------------------------------------------------------------- */
.spW01p { width: 1% !important; }
.spW02p { width: 2% !important; }
.spW03p { width: 3% !important; }
.spW04p { width: 4% !important; }
.spW05p { width: 5% !important; }
.spW06p { width: 6% !important; }
.spW07p { width: 7% !important; }
.spW08p { width: 8% !important; }
.spW09p { width: 9% !important; }
.spW10p { width: 10% !important; }
.spW11p { width: 11% !important; }
.spW12p { width: 12% !important; }
.spW13p { width: 13% !important; }
.spW14p { width: 14% !important; }
.spW15p { width: 15% !important; }
.spW16p { width: 16% !important; }
.spW17p { width: 17% !important; }
.spW18p { width: 18% !important; }
.spW19p { width: 19% !important; }
.spW20p { width: 20% !important; }
.spW21p { width: 21% !important; }
.spW22p { width: 22% !important; }
.spW23p { width: 23% !important; }
.spW24p { width: 24% !important; }
.spW25p { width: 25% !important; }
.spW26p { width: 26% !important; }
.spW27p { width: 27% !important; }
.spW28p { width: 28% !important; }
.spW29p { width: 29% !important; }
.spW30p { width: 30% !important; }
.spW31p { width: 31% !important; }
.spW32p { width: 32% !important; }
.spW33p { width: 33% !important; }
.spW34p { width: 34% !important; }
.spW35p { width: 35% !important; }
.spW36p { width: 36% !important; }
.spW37p { width: 37% !important; }
.spW38p { width: 38% !important; }
.spW39p { width: 39% !important; }
.spW40p { width: 40% !important; }
.spW41p { width: 41% !important; }
.spW42p { width: 42% !important; }
.spW43p { width: 43% !important; }
.spW44p { width: 44% !important; }
.spW45p { width: 45% !important; }
.spW46p { width: 46% !important; }
.spW47p { width: 47% !important; }
.spW48p { width: 48% !important; }
.spW49p { width: 49% !important; }
.spW50p { width: 50% !important; }
.spW51p { width: 51% !important; }
.spW52p { width: 52% !important; }
.spW53p { width: 53% !important; }
.spW54p { width: 54% !important; }
.spW55p { width: 55% !important; }
.spW56p { width: 56% !important; }
.spW57p { width: 57% !important; }
.spW58p { width: 58% !important; }
.spW59p { width: 59% !important; }
.spW60p { width: 60% !important; }
.spW61p { width: 61% !important; }
.spW62p { width: 62% !important; }
.spW63p { width: 63% !important; }
.spW64p { width: 64% !important; }
.spW65p { width: 65% !important; }
.spW66p { width: 66% !important; }
.spW67p { width: 67% !important; }
.spW68p { width: 68% !important; }
.spW69p { width: 69% !important; }
.spW70p { width: 70% !important; }
.spW71p { width: 71% !important; }
.spW72p { width: 72% !important; }
.spW73p { width: 73% !important; }
.spW74p { width: 74% !important; }
.spW75p { width: 75% !important; }
.spW76p { width: 76% !important; }
.spW77p { width: 77% !important; }
.spW78p { width: 78% !important; }
.spW79p { width: 79% !important; }
.spW80p { width: 80% !important; }
.spW81p { width: 81% !important; }
.spW82p { width: 82% !important; }
.spW83p { width: 83% !important; }
.spW84p { width: 84% !important; }
.spW85p { width: 85% !important; }
.spW86p { width: 86% !important; }
.spW87p { width: 87% !important; }
.spW88p { width: 88% !important; }
.spW89p { width: 89% !important; }
.spW90p { width: 90% !important; }
.spW91p { width: 91% !important; }
.spW92p { width: 92% !important; }
.spW93p { width: 93% !important; }
.spW94p { width: 94% !important; }
.spW95p { width: 95% !important; }
.spW96p { width: 96% !important; }
.spW97p { width: 97% !important; }
.spW98p { width: 98% !important; }
.spW99p { width: 99% !important; }
.spW100p { width: 100% !important; }
.spWAuto { width: auto !important; }


/* margin
----------------------------------------------------------------- */
/*top*/
.spMt00 { margin-top: 0 !important; }
.spMt05 { margin-top: 5px !important; }
.spMt10 { margin-top: 10px !important; }
.spMt15 { margin-top: 15px !important; }
.spMt20 { margin-top: 20px !important; }
.spMt25 { margin-top: 25px !important; }
.spMt30 { margin-top: 30px !important; }
.spMt35 { margin-top: 35px !important; }
.spMt40 { margin-top: 40px !important; }
.spMt50 { margin-top: 50px !important; }

/* text
----------------------------------------------------------------- */
/* font size */
.spFsSmall01 {
  font-size: 0.9rem !important;
}


/* ==========================================================================
 search.html
========================================================================== */
/* searchNumber01 */
.searchNumber01 {
  padding: 30px 3% 0;
  background: #fff;
}
.accordionWrap[aria-expanded="true"] + .searchNumber01 {
  padding: 20px 3% 0;
}
.searchNumberBottom {
  width: 100%;
  text-align: center;
}
.searchNumberNum {
  font-size: 1.4rem;
}
.searchNumberBottom .searchNumberNum {
  display: inline-block;
  margin-right: 20px;
}
.searchNumberNum em {
  font-size: 1.8rem;
  font-weight: bold;
}
.searchNumberBtn {
  display: inline-block;
  text-align: right;
}
.searchNumberBtn button {
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  background: #57565b;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', Roboto, 'Yu Gothic', YuGothic, メイリオ, sans-serif;
  text-align: center;
}

/* searchResult01 */
.searchResult01 {
  position: relative;
}
.searchResult01 .scrollIcon {
  content: "";
  display: block;
  position: absolute;
  position: sticky;
  top: calc(50% - 40px / 2);
  left: 88%;
  margin: 120px 0 20px 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon_side_scroll.svg) center center/25px no-repeat, #394F73;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity ease-in-out .8s;
  transition: opacity ease-in-out .8s;
  z-index: 1;
}
.searchResult01 .scrollIcon.sActive {
  opacity: 0;
}
.searchResult01 .scrollIcon + .resultTable01 {
  margin-top: calc( -40px + -140px );
}
#favorite .searchResult01 .scrollIcon + .resultTable01 {
  margin-bottom: 0;
}
.searchResultNone {
  margin-bottom: 70px;
  font-size: 1.6rem;
}


/* searchResultNumber */
.searchResultNumber {
  margin: 0 3%;
  font-size: 1.3rem;
}
.searchResultNumber dl {
  margin-top: 10px;
}
.searchResultNumber dd {
  font-size: 1.4rem;
}

/* searchResultOrder */
.searchResultOrder {
  margin-top: 15px;
}
.searchResultOrder dl {
  display: flex;
  width: 100%;
  align-items: center;
}
.searchResultOrder dt {
  width: 5em;
  width: 30%;
  font-weight: bold;
}
.searchResultOrder dd {
  width: 70%;
}
.searchResultOrder ol {
  margin-top: 15px;
}
.searchResultOrder ol li {
  display: inline-block;
  margin-right: 16px;
}
.searchResultOrder .formSelect01 {
  width: 240px;
}

/* searchList */
.grayBlock01 .searchList {
  margin: 0 3% 25px;
}
.grayBlock01 #accordionContent01.searchList {
  margin-top: 25px;
}
.searchList dd.flex input[type="checkbox"] {
  margin-top: 25px;
}
.searchList > dl > dt {
  margin: 25px 0 10px;
  font-size: 1.4rem;
}
.searchList > dl > dt:first-child {
  margin-top: 0;
}


/* ==========================================================================
 detail.html
========================================================================== */
/* chartDetail */
.chartDetail > .column:first-child {
  margin: 0 12px 30px;
}
.chartDetail .chartAmount {
  margin-bottom: 25px;
  font-weight: bold;
}
.chartDetail .chartLink {
  margin-bottom: 20px;
  text-align: right;
}
.chartDetail .chartText {
  margin: 0 12px 20px;
}

/* chartList01 */
.chartList01 {
  margin-bottom: 6px;
}
#detail .chartList01 {
  margin-bottom: 30px;
}
.chartList01 li {
  padding: 2px 12px;
  font-size: 1.2rem;
}

/* detailBlockNote01 */
.detailBlockNote01 {
  margin-top: 10px;
}

/* btnColumn */
.btnColumn {
  margin: 30px 5% 0;
  text-align: center;
}
.btnColumn li {
  margin: 0 0 8px;
}
.btnColumn > p {
  font-size: 1.2rem;
}
#search .btnColumn {
  margin: 30px 8% 30px;
}

.detailBlock01 h4 {
  margin: 18px 0 5px;
  font-weight: bold;
}

#header{
  padding: 0 !important;
  border-bottom: none ;
}

.headerInner{
  max-width: 100% !important;
}

.btnColumn02 li:first-child {
  margin-left: 0;
}
.btnColumn02 li {
  width: 30%;
  margin-right: 3%;
}