body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}
.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
main{
  background: #ffecd2;
}
.inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  line-height: 1.6;
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  font-size: 80%;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px dashed #b1cdef;
  margin: 1rem 0;
}
.col-brown{
  color: #da5f29;
}
.col-red{
  color: #c00;
}
.tac{
  text-align: center !important;
}
.tar{
  text-align: right !important;
}
.fw-b{
  font-weight: bold !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
section:not(.kv):not(.mod_terms){
  margin-bottom: 2em;
  padding: 0 1em;
}
section+section{
  margin-top: 2em;
}
section:last-of-type{
  margin-bottom: 1em !important;
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
.to-detail{
  text-align: right;
  font-size: min(3.75vw, 16px);
  margin: 0.25em auto;
  max-width: calc(680px + 2em);
}
@media screen and (min-width: 769px) {
  .to-detail.adj01 {
      padding-right: 1em;
  }
}

.kv-ttl-txt{
  text-align: center;
  padding: 0.5em;
  color: #fff;
  background: #eb5505;
  font-weight: bold;
  font-size: min(4.25vw, 26px);
  line-height: 1;
}
.kv h1{
  padding: 0.5em 0 0.25em;
  background: #f8cbad;

}
.lead{
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .lead{
    padding: 2em;
  }
}
.lead h2{
  text-align: center;
  padding: 0 0 1em;
  color: #582c00;
  font-weight: bold;
  font-size: min(5.5vw, 50px);
  line-height: 1;
}
.animal{
  max-width: 600px;
  margin: 0 auto;
}

.osusume{
  overflow: hidden;
}
.osusume h2 {
  text-align: center;
  line-height: 1.4;
  padding: 0.5em 0;
  color: #582c00;
  font-size: min(7.5vw, 50px);
  background: #f8cbad;
  font-weight: bold;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.osusume h2 span{
  font-size: 80%;
  display: inline-block;
  border-bottom: dotted 3px #eb5505;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
}
.osusume h3{
  text-align: center;
  font-weight: bold;
  color: #eb5505;
  margin: 1em auto 0;
  font-size: min(6vw, 36px);
}
.osusume h3 img{
  max-width: 720px;
}
.osusume .kinri-ttl{
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  color: #582c00;
  font-size: min(6vw, 36px);
}
.osusume .osusume1 img{
  max-width: 720px;
  margin: 0 auto;
  display: block;
}
.osusume .tokuten-ttl{
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: relative;
  font-size: min(4.75vw, 26px);
}
.osusume .tokuten-ttl:first-of-type {
    margin-top: 3em;
}
.osusume .tokuten-ttl span{
  background: #eb5505;
  padding: 0.25em  1em;
  border-radius: 1em;
}
.osusume .tokuten-ttl span i{
  font-style: normal;
  padding-left: 0.2em;
}
.osusume .tokuten-box{
  padding: 1.5em 1em 1em;
  border: solid 2px #eb5505;
  border-radius: 6px;
  background: #fff;
  max-width: 680px;
  margin: -0.75em auto 2em;
}
@media screen and (min-width: 769px) {
  .osusume .tokuten-box{
    margin-bottom: 4em;
    padding: 2em 1em;
  }
}
.osusume .tokuten-box.last{
  margin-bottom: 0;
}
.osusume .tokuten-box h5{
  text-align: center;
  font-weight: bold;
  color: #eb5505;
  font-size: min(5.2vw, 40px);
  white-space: nowrap;
}
.osusume .tokuten-box h5 span{
  font-size: 80%;
}

.osusume .to-important-matters a{
  display: block;
  width: 90%;
  margin: 2em auto 1em;
  max-width: 500px;
}

.osusume .manekatsu-yugu-link{
  text-align: center;
  font-weight: bold;
}
.osusume .fukidashi-txt{
  margin: 1em auto 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(5.4vw, 30px);
}
.osusume .fukidashi-txt:before,.osusume .fukidashi-txt:after {
    width: 3px;
    height: 1.25em;
    background-color: #d29200;
    content: '';
}
.osusume .fukidashi-txt:before {
    transform: rotate(-35deg);
    margin-right: 0.75em;
}
.osusume .fukidashi-txt:after {
    transform: rotate(35deg);
    margin-left: 0.75em;
}

.osusume .manekatsu-yugu-link a{
  display: block;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 6px;
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  font-size: min(4.5vw, 26px);
}
.osusume .manekatsu-yugu-link a:after{
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: block;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.osusume .icon-dollar{
  font-size: min(8vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.osusume .icon-dollar img{
  height: 1.5em;
  width: auto;
  margin-right: 0.5em;
}

.osusume .enteiki-list-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.osusume .enteiki-list{
  margin-top: 1em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: min(4.25vw, 24px);
  color: #555;
}
.osusume .enteiki-list li{
  display: flex;
  line-height: 1.4;
}
.osusume .enteiki-list li+li{
  margin-top: 0.25em;
}
.osusume .enteiki-list li span{
  white-space: nowrap;
  width: 1em;
  text-align: center;
}

.osusume .elm-h4-ttl{
  color: #582c00;
  font-size: min(5.25vw, 28px);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.75em;
  position: relative;
  padding: 0.5em 1em;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 94%;
}
.osusume .elm-h4-ttl:before,
.osusume .elm-h4-ttl:after {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: '';
}
.osusume .elm-h4-ttl:before {
  top: 0;
  left: 0;
  border-top: 3px solid #eb5505;
  border-left: 3px solid #eb5505;
}
.osusume .elm-h4-ttl:after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #eb5505;
  border-right: 3px solid #eb5505;
}
.osusume .osusume2 {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.osusume .osusume2-sub-ttl{
  line-height: 1.4;
  color: #582c00;
  font-size: min(5vw, 26px);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  border-bottom: dotted 2px #eb5505;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1em;
}
.osusume .foreign-fixed-deposit a{
  text-align: center;
  display: block;
}
.osusume .foreign-fixed-deposit a span{
  text-align: center;
  font-size: min(4.5vw, 30px);
  padding: 1em;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.osusume .foreign-fixed-deposit a span:after{
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.osusume .choice-list-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.osusume .choice-list{
  margin-top: 1em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: min(4.25vw, 22px);
}
.osusume .choice-list li{
  display: flex;
  line-height: 1.4;
  color: #555;
}
.osusume .choice-list li+li{
  margin-top: 0.5em;
}
.osusume .choice-list li span{
  white-space: nowrap;
  width: 1em;
  text-align: center;
  margin-right: 0.25em;
  color: #c55a11;
}
.osusume .choice{
  margin-bottom: 2em;
}
.osusume .do-not-have-ttl{
  color: #555;
  text-align: center;
  font-weight: bold;
  font-size: min(4.25vw, 22px);
  margin-top: 3em;
}

/* アコーディン */
.accordion {
  max-width: 720px;
  margin: 0 auto 10px;
}
.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-size: min(4.5vw, 30px);
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin-left: 1em;
  margin-top: .2em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.accordion > div {
  color: #666;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 1em 1.5em;
  transition: transform .5s, opacity .5s;
}
.accordion[open] div {
  transform: none;
  opacity: 1;
}
.accordion div p{
  display: flex;
  font-size: min(4.25vw, 18px);
}
.accordion div p.db{
  display: block;
}
.accordion div p.red-notice{
  color: #c00;
  padding: 0.5em;
  border: solid 1px #ccc;
  margin-bottom: 1em;
  font-size: min(4vw, 14px);
  display: inline-block;
  border-radius: 4px;
}
.accordion div p+p{
  margin-top: 0.25em;
}
.accordion div p:not(.db) span{
  white-space: nowrap;
}
.accordion div p.small{
  font-size: min(4vw, 16px);
}
.accordion .more{
  display: block;
  text-align: center;
}

.accordion.notice-acc1 summary{
  font-size: min(3.25vw, 20px);
  color: #c00;
  padding: 1em;
  text-align: left;
}
.accordion.notice-acc1 summary:after{
  margin-left: 2em;
}
.accordion.notice-acc1 summary p{
  display: flex;
}
.accordion.notice-acc1 div{
  background: #fff;
  padding: 1em;
}
.accordion.notice-acc1 div p{
  background: #fff;
  font-size: min(3.25vw, 16px);
}

.accordion.osusume2-acc1{
  margin-top: 1em;
  margin-bottom: 0;
}
.accordion.osusume2-acc1 > div{
  padding: 1em;
  background: #fff;
  font-size: min(4.25vw, 20px);
}
.accordion.osusume2-acc1 h4{
  color: #eb5505;
  text-align: left;
  margin-bottom: 0.75em;
  font-weight: bold;
  font-size: min(5.5vw, 20px);
}
.accordion.osusume2-acc1 .osusume2-acc1-ttl{
  font-weight: bold;
  border-left:solid 3px #eb5505;
  padding-left: 4px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.accordion.osusume2-acc1 .bg-light-pink{
  background: #ffe9e6;
  padding: 0.5em;
  margin-top: 1em;
}
.accordion.osusume2-acc1 .bg-light-pink .df{
  display: flex;
}
.accordion.osusume2-acc1 .bg-light-pink .df span{
  white-space: nowrap;
}
/* 虫眼鏡 */
.accordion.osusume2-acc1 .bg-light-pink .zoom{
  justify-content: center;
  margin-top: -0.5em;
}
.accordion.osusume2-acc1 .bg-light-pink .zoom a{
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  border-radius: 1em;
  line-height: 1;
  text-decoration: none;
  color: #333;
  font-size: min(3vw, 14px);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
.accordion.osusume2-acc1 .bg-light-pink .zoom a .magnifying_glass {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  color: #eb5505;
  font-size: min(4.25vw, 12px);
  margin-top: 0.1em;
  margin-right: 0.25em;
}
.accordion.osusume2-acc1 .bg-light-pink .zoom a .magnifying_glass::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1em;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}
.accordion.osusume2-acc1 .bg-light-pink .zoom a .magnifying_glass::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.7em;
  height: 0.7em;
  box-sizing: border-box;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.accordion.osusume2-acc1 .bg-light-pink .point{
  background: #eb5505;
  color: #fff;
  font-size: 80%;
  line-height: 1;
  padding: 0.25em;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 1em;
}
.accordion.osusume2-acc1 .bg-white{
  background: #fff;
  padding: 0.5em;
  border: solid 1px #eb5505;
  border-radius: 6px;
  border-top-left-radius: 0;
}
.accordion.osusume2-acc1 .notice{
  margin-top: 0.5em;
  font-size: 13px;
}
.accordion.osusume2-acc1 .risk-txt{
  padding: 0.5em;
  border: solid 1px #c00;
  margin-top: 1em;
  border-radius: 4px;
}
.accordion.osusume2-acc1 .risk-txt .red-txt{
  color: #c00;
  font-weight: bold;
  margin-bottom: 1em;
}
.accordion.osusume2-acc1 .foreign-deposit-link{
  margin: 1em 0 0 1em;

}
.accordion.osusume2-acc1 .risk-txt .right-txt{
  display: block;
  text-align: right;
}
.accordion .au-connect{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* button */
.btn-secondary {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 400px;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  width: 90%;
  max-width: 460px;
  margin: 0.5em auto 2em;
  background: #eb5505;
  text-align: center;
}
.bn-area{
  max-width: 640px;
  margin: 0 auto;
}

.btn-primary {
  background: #da5f29;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 2em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #da5f29;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.large{
  font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.625rem);
}
.btn-primary:after, .btn-secondary:after{
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-primary:hover {
    background: #fff;
    color: #da5f29;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #da5f29;
    border-right: solid 2px #da5f29;
  }
}
/* 外貨 */
.foreign-currency-login{
  background: #c55a11;
  margin-top: 3em;
  /* border-radius: 20px; */
}
/*** floating ***/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 70%;
  z-index: 1;
  max-width: 320px;
}
.floating-btn .btn-primary{
  width: 98%;
  margin: 5px auto;
  border-radius: 2em;
  padding: 0.5em 1em 0.5em 0.5em;
}
.btn-primary:hover {
  background: #da5f29;
  color: #fff;
}
.btn-primary:hover:after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 5rem;
}
@media screen and (min-width: 769px) {
  .mod_footer{
    padding-bottom: 80px;
  }
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}

.mod_footer .footer-requirements3{
  margin-bottom: 1em;
  font-size: 13px;
}

.mod_terms {
  background: #6C6C6C;
  padding: 1.5rem 0;
  margin-top: 0;
}
.mod_terms h5 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}