@charset "UTF-8";

/* ======================================================

   Reset Stylesheet

========================================================= */
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; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
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; }

strong { font-weight: bold; }
em { font-style: italic; }

caption {
  padding-bottom: .5em;
  text-align: right;
}

dfn { font-style: normal; }
address {
  font-style: normal;
  line-height: 1.0;
}

.clear { clear: both; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* ======================================================

   common-Setting

========================================================= */
html { -webkit-text-size-adjust: 100%; }
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #232323;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6,
input,button,textarea,select,
p,blockquote,
table,th,td,pre,address,
ul,ol,li,dl,dt,dd {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
li { list-style: none; }
th,td { vertical-align: middle; }
select { visibility: visible !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.object_cover_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
img.object_contain_fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

a {
  color: #F16427;
  text-decoration: none;
}
a:hover {
  color: #F16427;
  text-decoration: underline;
}

.mb_10 { margin-bottom: 10px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_100 { margin-bottom: 100px !important; }

.mb_t { margin-bottom: 20px !important; }
.mb_s { margin-bottom: 30px !important; }
.mb_m { margin-bottom: 50px !important; }
.mb_l { margin-bottom: 70px !important; }

.f_b { font-weight: bold; }
.f_10 { font-size: 10px !important; }
.f_12 { font-size: 12px !important; }
.f_14 { font-size: 14px !important; }
.f_16 { font-size: 16px !important; }
.f_18 { font-size: 18px !important; }
.f_20 { font-size: 20px !important; }
.f_22 { font-size: 22px !important; }
.text { margin-bottom: 1em; }
.txt-l { text-align: left !important; }
.txt-c { text-align: center !important; }
.txt-r { text-align: right !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pc_area,.tab_area { display: none; }

.wrapper {
  position: relative;
}

@media screen and (min-width: 600px) {
  .sp_area { display: none; }
  .tab_area { display: block; }
}

@media screen and (min-width: 1025px) {
  .mb_t { margin-bottom: 30px !important; }
  .mb_s { margin-bottom: 50px !important; }
  .mb_m { margin-bottom: 80px !important; }
  .mb_l { margin-bottom: 100px !important; }
  
  .pc_area { display: block; }
  
  .hover_opacity a { transition: 0.3s; }
  .hover_opacity a:hover {
    transition: 0.3s;
    opacity: 0.8;
  }

  #wrapper{  }
}

/* ======================================================

   header

========================================================= */
#header {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#header h1 {
  width: 134px;
  height: 40px;
}

@media screen and (min-width: 600px) {
  #header h1 {
    width: 166px;
    height: 50px;
  }
}

@media screen and (min-width: 1025px) {
  #header {
    padding: 30px;
  }
}

/* ======================================================

   footer

========================================================= */
#footer {
  padding-bottom: 100px;
}
#footer .foot_contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
#footer .foot_contact .logo {
  width: 140px;
  margin: 0 auto 20px;
}

#footer .foot_contact .method_list {
  width: 80%;
  margin: 0 auto 20px;
}
#footer .foot_contact .method_list li {
  margin-bottom: 5px;
}

#footer .foot_contact .note li {
  font-size: 14px;
  position: relative;
  padding-left: 1.3em;
}
#footer .foot_contact .note li::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}

#footer .copy {
  padding: 30px 5%;
  background: #62280c;
}
#footer .copy p {
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
}

.floating_btn {
  display: none;
  width: 100%;
  background: #FFFFFF;
  z-index: 1;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0 10px;
}
.floating_btn a {
  display: block;
  width: 250px;
  margin: 0 auto;
}


@media screen and (min-width: 600px) {
  #footer {
    padding-bottom: 140px;
  }
  #footer .foot_contact .logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  #footer .foot_contact .method_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer .foot_contact .method_list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .floating_btn {
    padding: 10px 0 15px;
  }
  .floating_btn a {
    width: 360px;
  }
}

@media screen and (min-width: 1025px) {
  #footer {
    padding-bottom: 160px;
  }
  #footer .foot_contact {
    padding: 80px 0;
  }
  #footer .copy {
    padding: 50px 5%;
  }
  .floating_btn {
    padding: 10px 0 20px;
  }
  #footer .foot_contact .method_list li,
  .floating_btn a {
    transition: 0.3s;
  }
  .floating_btn a {
    width: 410px;
  }
  #footer .foot_contact .method_list li:hover,
  .floating_btn a:hover {
    transition: 0.3s;
	opacity: 0.8;
  }
}

/* ======================================================

   contents

========================================================= */

/*---------- Title ----------*/
.title_01 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: #B5242C;
  padding: 15px;
  margin-bottom: 20px;
}
.title_02 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .title_01 {
    font-size: 35px;
	margin-bottom: 30px;
  }
  .title_02 {
    font-size: 35px;
	margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .title_01 {
	font-size: 38px;
	margin-bottom: 40px;
  }
  .title_02 {
    font-size: 38px;
	margin-bottom: 40px;
  }
}


/*---------- CTA ----------*/
.cta_area {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.cta_area .method_area {
  padding-top: 20px;
  margin-bottom: 20px;
}
.cta_area .method_area .method_list {
  padding: 0 8px 8px;
}
.cta_area .method_area .method_title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.cta_area .method_area .method_text {
  background: #FFFFFF;
  padding: 30px 20px;
}
.cta_area .method_area .method_text p {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.cta_area .method_area .method_list01 {
  background: #EDAB39;
  margin-bottom: 10px;
}
.cta_area .method_area .method_list01 .method_text p {
  font-size: 14px;
}
.cta_area .method_area .method_list01 .method_text p a {
  color: #232323;
  text-decoration: none;
}
.cta_area .method_area .method_list01 .method_text p.phone_number {
  margin-bottom: 15px;
}
.cta_area .method_area .method_list01 .method_text p.phone_number a {
  display: inline-block;
  font-size: 24px;
  padding-left: 30px;
  background: url("../images/icon_tel.png") no-repeat left center;
  background-size: 25px;
}
.cta_area .method_area .method_list02 {
  background: #316FA9;
}
.cta_area .method_area .method_list02 .method_text p {
  font-size: 18px;
}
.cta_area .method_area .method_list02 .method_text p a {
  color: #232323;
  text-decoration: underline;
}
.cta_area .cta_note {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .cta_btn {
    transition: 0.3s;
  }
  .cta_btn:hover {
    transition: 0.3s;
	opacity: 0.9;
  }
}

@media screen and (min-width: 1025px) {
  .cta_area {
    padding: 60px 0 100px;
  }
  .cta_area .method_area {
	display: flex;
    justify-content: space-between;
  }
  .cta_area .method_area .method_list {
    width: 49%;
	padding: 0 10px 10px;
  }
  .cta_area .method_area .method_title {
    font-size: 30px;
  }  
  .cta_area .method_area .method_text {
    height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
  }
  .cta_area .method_area .method_list01 {
    margin-bottom: 0;
  }
  .cta_area .method_area .method_list01 .method_text p.phone_number {
    font-size: 20px;
	margin-bottom: 0;
  }
  .cta_area .method_area .method_list01 .method_text p.phone_number a {
    font-size: 46px;
    padding-left: 50px;
    background: url("../images/icon_tel.png") no-repeat left center;
    background-size: 40px;
  }
  .cta_area .method_area .method_list02 .method_text p {
    font-size: 28px;
  }
  .cta_area .method_area .method_list02 .method_text p a:hover {
    text-decoration: none;
  }
  .cta_area .cta_note {
    font-size: 16px;
  }
}


/*---------- 内藤証券にお任せ ----------*/
.link_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.link_contents .title_02 span {
  color: #B5242C;
  font-size: 40px;
}

.link_contents .omakase_img {
  width: 77%;
  max-width: 600px;
  margin: 40px auto;
}
.link_txt01 {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
.link_txt02 {
  width: 86%;
  margin: 0 auto 30px;
}
.link_contents .anchorlink_area .anchorlink {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .link_contents .title_02 span {
    font-size: 48px;
  }
  .link_txt01 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .link_txt02 {
    width: 74%;
	max-width: 878px;
    margin: 0 auto 50px;
  }
  .link_contents .anchorlink_area {
    display: flex;
    justify-content: space-between;
  }
  .link_contents .anchorlink_area .anchorlink {
    width: 33%;
	max-width: 390px;
	margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .link_contents .title_02 {
    font-size: 50px;
  }
  .link_contents .title_02 span {
    font-size: 64px;
  }
  .link_txt01 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .link_txt02 {
    margin: 0 auto 60px;
  }
  .link_contents .anchorlink_area .anchorlink {
    transition: 0.3s;
  }
  .link_contents .anchorlink_area .anchorlink:hover {
    transition: 0.3s;
	opacity: 0.8;
  }
}


/*---------- サポート体制 ----------*/
#support_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 70px;
}
#support_contents .title_02 span {
  color: #B5242C;
}

#support_contents .support_contents01 {
  margin-bottom: 50px;
}
#support_contents .support_contents01 .anchorlink_area {
  width: 80%;
  margin: 0 auto 40px;
}
#support_contents .support_contents01 .anchor_button {
  font-size: 18px;
  margin-bottom: 5px;
}
#support_contents .support_contents01 .anchor_button a {
  display: block;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px;
}
#support_contents .support_contents01 .anchor_button01 {
  background: #4AB252;
}
#support_contents .support_contents01 .anchor_button02 {
  background: #EDAB39;
}
#support_contents .support_contents01 .anchor_button03 {
  background: #316FA9;
}
#support_contents .support_contents01 .support_blc {
  padding: 30px;
  background: #FFFCEC;
  margin-bottom: 20px;
}
#support_contents .support_contents01 .support_blc .support_img {
  width: 120px;
  margin: 0 auto 30px;
}
#support_contents .support_contents01 .support_blc .support_txt li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 5px;
}
#support_contents .support_contents01 .support_blc .support_txt li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
#support_contents .support_contents01 #support01.support_blc .support_txt {
  background: url("../images/support04-1.png") no-repeat center bottom;
  background-size: auto 230px;
  padding-bottom: 240px;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number,
#support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number a {
  color: #B5242C;
}
#support_contents .support_contents01 #support02.support_blc a {
  color: #232323;
  text-decoration: none;
}
#support_contents .support_contents01 #support02.support_blc .support_txt {
  background: url("../images/support04-2.png") no-repeat center bottom;
  background-size: auto 170px;
  padding-bottom: 180px;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p:last-child {
  margin-bottom: 0;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number {
  line-height: 1.4;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number a {
  font-size: 38px;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number span {
  font-size: 14px;
}
#support_contents .support_contents01 #support02.support_blc .support_txt p.note {
  font-size: 16px;
}
#support_contents .support_contents01 #support03.support_blc .support_txt {
  background: url("../images/support04-3.png") no-repeat center bottom;
  background-size: auto 150px;
  padding-bottom: 160px;
}
#support_contents .support_contents01 #support03.support_blc .support_txt li {
  color: #B5242C;
}
#support_contents .support_contents01 #support03.support_blc .support_txt li span {
  display: block;
  color: #232323;
  font-size: 14px;
  padding-left: 1.2em;
  position: relative;
}
#support_contents .support_contents01 #support03.support_blc .support_txt li span::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  #support_contents .support_contents01 {
    margin-bottom: 80px;
  }
  #support_contents .support_contents01 .anchorlink_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #support_contents .support_contents01 .anchor_button {
	width: 33%;
	margin-bottom: 0;
  }
  #support_contents .support_contents01 .anchor_button a {
    padding: 15px 10px;
  }
  #support_contents .support_contents01 .support_blc {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 50px;
  }
  #support_contents .support_contents01 .support_blc .support_img {
    width: 20%;
    margin: 0;
  }
  #support_contents .support_contents01 .support_blc .support_txt {
    width: 75%;
  }
}

@media screen and (min-width: 1025px) {
  #support_contents {
    padding: 80px 0 110px;
  }
  #support_contents .support_contents01 {
    margin-bottom: 100px;
  }
  #support_contents .support_contents01 .anchorlink_area {
    margin: 0 auto 60px;
  }
  #support_contents .support_contents01 .anchor_button {
	max-width: 390px;
	font-size: 20px;
	transition: 0.3s;
  }
  #support_contents .support_contents01 .anchor_button:hover {
	transition: 0.3s;
    opacity: 0.8;
  }
  #support_contents .support_contents01 .anchor_button a {
    padding: 18px 10px;
  }
  #support_contents .support_contents01 .support_blc .support_img {
    width: 150px;
    margin: 0;
  }
  #support_contents .support_contents01 .support_blc .support_txt {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
	align-items: center;
  }
  #support_contents .support_contents01 #support01.support_blc .support_txt {
    min-height: 234px;
	background: url("../images/support04-1.png") no-repeat center left;
    background-size: 220px auto;
	padding: 0 0 0 250px;
  }
  #support_contents .support_contents01 #support02.support_blc .support_txt {
    background: url("../images/support04-2.png") no-repeat center left;
    background-size: 220px auto;
	padding: 0 0 0 250px;
  }
  #support_contents .support_contents01 .support_blc .support_txt li,
  #support_contents .support_contents01 #support02.support_blc .support_txt p {
    font-size: 20px;
  }
  #support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number a {
    font-size: 42px;
  }
  #support_contents .support_contents01 #support02.support_blc .support_txt p.phone_number span {
    font-size: 18px;
  }
  #support_contents .support_contents01 #support02.support_blc .support_txt p.note {
    font-size: 20px;
  }
  #support_contents .support_contents01 #support03.support_blc .support_txt {
    min-height: 120px;
	background: url("../images/support04-3.png") no-repeat center left;
    background-size: 220px auto;
	padding: 0 0 0 250px;
  }
}

#support_contents .support_contents02 {
  margin-bottom: 50px;
}
#support_contents .support_contents02 .title_02 span {
  color: #B5242C;
}
#support_contents .support_contents02 .contents_inner .img {
  width: 70%;
  margin: 0 auto 30px;
}
#support_contents .support_contents02 .contents_inner p {
  line-height: 1.6;
}
#support_contents .support_contents02 .contents_inner .txt01 {
  font-size: 20px;
  margin-bottom: 15px;
}
#support_contents .support_contents02 .contents_inner .txt02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#support_contents .support_contents02 .contents_inner .txt02 span {
  color: #B5242C;
  font-size: 32px;
}
#support_contents .support_contents02 .contents_inner .txt03 li {
  font-size: 14px;
  position: relative;
  padding-left: 1.2em;
}
#support_contents .support_contents02 .contents_inner .txt03 li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  #support_contents .support_contents02 {
    margin-bottom: 80px;
  }

  #support_contents .support_contents02 .contents_inner {
    display: flex;
    justify-content: space-between;
	align-items: center;
  }
  #support_contents .support_contents02 .contents_inner .img {
    width: 40%;
    margin: 0;
  }
  #support_contents .support_contents02 .contents_inner .txt_area {
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  #support_contents .support_contents02 {
    margin-bottom: 100px;
  }
  #support_contents .support_contents02 .contents_inner .img {
    width: 45%;
    margin: 0;
  }
  #support_contents .support_contents02 .contents_inner .txt_area {
    width: 50%;
  }
  #support_contents .support_contents02 .contents_inner .txt01 {
    font-size: 30px;
  }
  #support_contents .support_contents02 .contents_inner .txt02 {
    font-size: 30px;
  }
  #support_contents .support_contents02 .contents_inner .txt02 span {
    font-size: 42px;
  }
}

.support_contents03 p {
  text-align: center;
}
.support_contents03 .img {
  width: 67%;
  margin: 30px auto 20px;
}
.support_contents03 ul {
  max-width: 930px;
  margin: 0 auto;
}
.support_contents03 ul li {
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
}
.support_contents03 ul li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  .support_contents03 .img {
    width: 100%;
	max-width: 930px;
    margin: 50px auto 20px;
  }
}


/*---------- 安心の取引環境 ----------*/
#device_contents {
  padding: 80px 0;
  background: #EFFBF9;
}
#device_contents .contents_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#device_contents .contents_inner .title_02 span {
  color: #B5242C;
}
#device_contents .contents_inner .login_text {
  max-width: 600px;
  background: #F1F64A;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 20px;
  padding: 5px;
  border-radius: 10px;
}
#device_contents .contents_inner .login_text span {
  display: block;
  border: #B9BE44 1px solid;
  padding: 15px 10px;
  border-radius: 5px;
}
#device_contents .contents_inner .device_txt01 {
  text-align: center;
  margin-bottom: 40px;
}
#device_contents .contents_inner .device_txt02 {
  font-size: 12px;
  margin: 10px 0 40px;
}
#device_contents .tool_list li {
  padding: 30px;
  margin-bottom: 10px;
  background: #FFFFFF;
}
#device_contents .tool_list li h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#device_contents .tool_list li .tool_img {
  max-width: 330px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 600px) {
  #device_contents .contents_inner .login_text {
    font-size: 24px;
  }
  #device_contents .contents_inner .device_img01,
  #device_contents .contents_inner .device_txt02 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
	text-align: right;
  }
  #device_contents .contents_inner .device_txt02 {
    margin: 0 auto 60px;
  }
  #device_contents .tool_list {
    max-width: 600px;
	margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #device_contents .contents_inner .login_text {
    font-size: 28px;
  }
  #device_contents .contents_inner .device_txt02 {
    margin: 0 auto 90px;
  }
  #device_contents .tool_list {
    max-width: 100%;
	display: flex;
    justify-content: space-between;
  }
  #device_contents .tool_list li {
    width: 33%;
	max-width: 390px;
    margin-bottom: 0;
  }
  #device_contents .tool_list li h5 {
    font-size: 24px;
  }
}


/*---------- 商品ラインアップ ----------*/
#lineup_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#lineup_contents .title_02 span {
  color: #B5242C;
}
#lineup_contents .lineuplist_area {
  max-width: 600px;
  margin: 0 auto;
}
#lineup_contents .lineuplist_area .lineuplist {
  padding: 130px 30px 40px;
  margin-bottom: 20px;
  border-radius: 10px;
}
#lineup_contents .lineuplist_area .lineuplist h5 {
  font-weight: 700;
  font-size: 24px;
}
#lineup_contents .lineuplist_area .lineuplist h5,
#lineup_contents .lineuplist_area .lineuplist p {
  text-align: center;
}
#lineup_contents .lineuplist_area .lineuplist01 h5,
#lineup_contents .lineuplist_area .lineuplist02 h5,
#lineup_contents .lineuplist_area .lineuplist01 p,
#lineup_contents .lineuplist_area .lineuplist02 p {
  color: #FFFFFF;
}
#lineup_contents .lineuplist_area .lineuplist01 {
  background: #B5242C url("../images/linup_icon01.png") no-repeat top 30px center;
  background-size: 90px 90px;
}
#lineup_contents .lineuplist_area .lineuplist02 {
  background: #B5242C url("../images/linup_icon02.png") no-repeat top 30px center;
  background-size: 90px 90px;
}
#lineup_contents .lineuplist_area .lineuplist03 {
  background: #FFF7C8 url("../images/linup_icon03.png") no-repeat top 30px center;
  background-size: 90px 90px;
}
#lineup_contents .lineuplist_area .lineuplist04 {
  background: #FFF7C8 url("../images/linup_icon04.png") no-repeat top 30px center;
  background-size: 90px 90px;
}
#lineup_contents .lineuplist_area .lineuplist05 {
  background: #FFF7C8 url("../images/linup_icon05.png") no-repeat top 30px center;
  background-size: 90px 90px;
}

#lineup_contents .lineup_note {
  max-width: 600px;
  margin: 0 auto 50px;
  font-size: 12px;
  text-align: right;
}

#lineup_contents .asian_stocks {
  max-width: 600px;
  margin: 0 auto;
}
#lineup_contents .asian_stocks .txt01 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 40px;
  margin-bottom: 20px;
  background: url("../images/speech_bubble.png") no-repeat right bottom;
  background-size: 600px auto;
}
#lineup_contents .asian_stocks .txt01 span {
  display: block;
  font-size: 28px;  
  font-weight: 900;
}
#lineup_contents .asian_stocks .txt02 {
  color: #B5242C;
  font-size: 32px;  
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
#lineup_contents .asian_stocks .txt02 span {
  font-size: 46px;
}
#lineup_contents .asian_stocks .txt03 {
  font-size: 32px;  
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
#lineup_contents .asian_stocks .txt03 span.underline {
  display: inline-block;
  color: #B5242C;
  font-size: 40px;
  padding: 0 3px;
  background: linear-gradient(transparent 70%, #FFF000 30%);
}
#lineup_contents .asian_stocks .txt03 span.underline span {
  font-size: 60px;
}
#lineup_contents .asian_stocks .asian_note {
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
}
#lineup_contents .asian_stocks .asian_note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  #lineup_contents .asian_stocks .txt01 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #lineup_contents .asian_stocks .txt01 span {
    font-size: 38px;  
  }
  #lineup_contents .asian_stocks .txt02 {
    font-size: 38px;  
  }
  #lineup_contents .asian_stocks .txt02 span {
    font-size: 58px;
  }
  #lineup_contents .asian_stocks .txt03 {
    font-size: 40px;  
    margin-bottom: 40px;
  }
  #lineup_contents .asian_stocks .txt03 span.underline {
    font-size: 50px;
  }
  #lineup_contents .asian_stocks .txt03 span.underline span {
    font-size: 74px;
  }
}

@media screen and (min-width: 1025px) {
  #lineup_contents .lineuplist_area {
    max-width: 1200px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
  }
  #lineup_contents .lineuplist_area .lineuplist {
    padding: 160px 60px 50px;
  }
  #lineup_contents .lineuplist_area .lineuplist h5 {
    font-size: 28px;
  }
  #lineup_contents .lineuplist_area .lineuplist01 {
    width: calc(50% - 10px);
	background: #B5242C url("../images/linup_icon01.png") no-repeat top 40px center;
    background-size: 100px 100px;
  }
  #lineup_contents .lineuplist_area .lineuplist02 {
    width: calc(50% - 10px);
    background: #B5242C url("../images/linup_icon02.png") no-repeat top 40px center;
    background-size: 100px 100px;
  }
  #lineup_contents .lineuplist_area .lineuplist03 {
    width: 33%;
	max-width: 390px;
	background: #FFF7C8 url("../images/linup_icon03.png") no-repeat top 40px center;
    background-size: 100px 100px;
  }
  #lineup_contents .lineuplist_area .lineuplist04 {
    width: 33%;
	max-width: 390px;
    background: #FFF7C8 url("../images/linup_icon04.png") no-repeat top 40px center;
    background-size: 100px 100px;
  }
  #lineup_contents .lineuplist_area .lineuplist05 {
    width: 33%;
	max-width: 390px;
    background: #FFF7C8 url("../images/linup_icon05.png") no-repeat top 40px center;
    background-size: 100px 100px;
  }
  #lineup_contents .lineup_note {
    max-width: 1200px;
  }
  #lineup_contents .asian_stocks .txt01 {
    font-size: 32px;
  }
  #lineup_contents .asian_stocks .txt01 span {
    font-size: 46px;  
  }
  #lineup_contents .asian_stocks .txt02 {
    font-size: 48px;  
  }
  #lineup_contents .asian_stocks .txt02 span {
    font-size: 70px;
  }
  #lineup_contents .asian_stocks .txt03 {
    font-size: 48px;  
  }
  #lineup_contents .asian_stocks .txt03 span.underline {
    font-size: 60px;
  }
  #lineup_contents .asian_stocks .txt03 span.underline span {
    font-size: 90px;
  }
}


/*---------- 積立シミュレーション ----------*/
.simulation_contents {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0;
}
.simulation_contents .title_01 span {
  display: block;
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .simulation_contents {
    margin: 80px auto 0;
  }
  .simulation_contents .title_01 span {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .simulation_contents {
    margin: 100px auto 0;
  }
}


/*---------- 比べてみてこんなに違う！ ----------*/
.comparison_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.comparison_contents .title_02 span.ttl01 {
  display: block;
  font-size: 18px;
}
.comparison_contents .title_02 span.ttl02 {
  color: #B5242C;
}
.comparison_graph {
  margin-bottom: 10px;
}
.comparison_contents .note {
  font-size: 14px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .comparison_contents {
    padding: 80px 0;
  }
  .comparison_contents .title_02 span.ttl01 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .comparison_contents {
    padding: 100px 0 120px;
  }
  .comparison_contents .title_02 span.ttl01 {
    font-size: 26px;
  }
}


/*---------- 口座開設までの流れ ----------*/
#flow_contents {
  background: #FFFCEC;
  padding: 50px 0;
  margin-bottom: 50px
}
.flow_contents_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#flow_contents .title_02 span {
  color: #B5242C;
  font-size: 36px;
}
#flow_contents .title_02 span.num {
  font-size: 46px;
}
.tab1 {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff !important;
  margin: 0 0 10px !important;
}
.tab1__item {
  flex: 1;
  flex-basis: 120px;
  transition: 0.3s;
}
.tab1__item:hover {
  transition: 0.3s;
  opacity: 0.85;
}
.tab1__item img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.tab1__link {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 0;
}
.tab1__link.tab_btn01 {
  background: #4AB252;
}
.tab1__link.tab_btn02 {
  background: #EDAB39;
}
.tab1__link.tab_btn03 {
  background: #316FA9;
}
.tab1-body__item {
  display: none;
  text-align: center;
  padding: 30px;
  background: #FFFFFF;
}
.tab1-body__item.on {
  display: block;
}
.tab1-body__item .flow_img img {
  display: block;
  width: 60%;
  max-width: 220px;
  margin: 0 auto 20px;
}
.tab1-body__item .flow_img h4 {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100vh;
}
.tab1-body__item.tab1-body__item--1 .flow_img h4 {
  background: #4AB252;
}
.tab1-body__item.tab1-body__item--2 .flow_img h4 {
  background: #EDAB39;
}
.tab1-body__item.tab1-body__item--3 .flow_img h4 {
  background: #316FA9;
}
.tab1-body__item .flow_txt {
  margin-top: 30px;
}
.tab1-body__item .flow_txt li {
  line-height: 1.6;
  padding: 30px 0;
  border-bottom: 2px solid #E8E8E8;
}
.tab1-body__item .flow_txt li.first {
  padding: 0 0 30px;
}
.tab1-body__item .flow_txt li.last {
  padding: 30px 0 0;  
  border-bottom: none;
}
.tab1-body__item .flow_txt li .flow_ttl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 10px;
}
.tab1-body__item .flow_txt li .flow_ttl span {
  display: block;
  color: #B5242C;
}
.tab1-body__item .flow_txt li .flow_phonenumber {
  display: inline-block;
  color: #B5242C;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0.2em;
}

@media screen and (min-width: 600px) {
  #flow_contents {
    margin-bottom: 80px;
  }
  #flow_contents .title_02 span {
    font-size: 39px;
  }
  #flow_contents .title_02 span.num {
    font-size: 49px;
  }
  .tab1 {
    margin: 0 0 20px !important;
  }
  .tab1__link {
    padding: 20px 0;
  }
  .tab1-body__item {
    padding: 50px;
  }
  .tab1-body__item .tab_inner {
    display: flex;
    justify-content: space-between;
  }
  .tab1-body__item .flow_img {
    width: 30%;
  }
  .tab1-body__item .flow_img img {
    width: 100%;
    max-width: auto;
  }
  .tab1-body__item .flow_txt {
    width: 65%;
	margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  #flow_contents {
    margin-bottom: 120px;
  }
  #flow_contents .title_02 span {
    font-size: 44px;
  }
  #flow_contents .title_02 span.num {
    font-size: 56px;
  }
  .tab1-body__item {
    padding: 50px 100px;
  }
  .tab1-body__item .flow_img {
    width: 220px;
  }
  .tab1-body__item .flow_txt {
    width: calc(100% - 270px);
  }
  .tab1-body__item .flow_txt li {
    padding: 30px 20px;
  }
  .tab1-body__item .flow_txt li.first {
    padding: 0 20px 30px;
  }
  .tab1-body__item .flow_txt li.last {
    padding: 30px 20px 0;  
  }
  .tab1-body__item .flow_txt li .flow_ttl {
    font-size: 20px;
  }
  .tab1-body__item .flow_txt li .flow_ttl span {
    font-size: 18px;
  }
}


/*---------- よくあるご質問 ----------*/
#faq_contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-area {
  list-style: none;
  width: 100%;
}
.faq-area li {
  margin-bottom: 10px;
}
.faq-area li:last-child {
  margin-bottom: 0;
}
.title {
  background: #aa3800;
  color: #fff;
  font-weight: bold;
  padding: 15px 35px 15px 15px;
  position: relative;
  cursor: pointer;
  transition: all .5s ease;
  line-height: 1.6;
}
.title span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.title span:before {
  content: "Q";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: bold;
}
.title::before,
.title::after {
  position: absolute;
  content:'';
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.title::before {
  top:48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {    
  top:48%;
  right: 15px;
  transform: rotate(90deg);
}
.title.close::after {
  transform: rotate(0deg);
}
.box {
  display: none;
}
.box .inner {
  position: relative;
  padding: 20px 35px 20px 45px;
}
.box .inner:before {
  content: "A";
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 16px;
  left: 15px;
}
.box .inner p {
  font-size: 14px;
}

@media screen and (min-width: 1025px) {
  .faq-area li {
    margin-bottom: 15px;
  }
  .title {
    font-size: 24px;
    padding: 30px 40px 30px 40px;
  }
  .title span { padding-left: 60px;}
  .title span:before {
    font-size: 30px;
    top: -7px;
  }
  .title::before,
  .title::after{
    width: 40px;
    height: 3px;
  }
  .title::before{ right: 40px;}
  .title::after{ right: 40px;}
  .box .inner { padding: 40px 100px 60px 100px;}
  .box .inner:before {
    font-size: 30px;
    top: 30px;
    left: 42px;
  }
  .box .inner p {
    font-size: 16px;
  }
}


/*---------- 創業90年以上の実績 ----------*/
#achievements_contents {
  background-image: url("../images/achievements_bg_sp.jpg");
  background-position: center  bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 80px 0;
}
.achievements_contents { width: 90%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 1;}
.achievements_contents .title_02 { color: #fff;}
.achievements_contents .contents .image_contents { width: 70%; margin: 0 auto;}
.achievements_contents .contents .text_contents .block {
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.achievements_contents .contents .text_contents .block:last-child { border-bottom: none;}
.achievements_contents .contents .text_contents .block h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.achievements_contents .contents .text_contents .block p {
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  #achievements_contents {
    background-image: url("../images/achievements_bg.jpg");
    background-position: center;
    padding: 130px 0 130px;
  }
  .achievements_contents .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .achievements_contents .title_02 { margin-bottom: 60px;}
  .achievements_contents .contents .image_contents { width: 45%; margin: 0;}
  .achievements_contents .contents .text_contents { width: 42%;}
  .achievements_contents .contents .text_contents .block {
    padding: 0 0 40px;
    margin-bottom: 30px;
  }
  .achievements_contents .contents .text_contents .block:last-child { margin-bottom: 0;}
  .achievements_contents .contents .text_contents .block h4 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
  }
  .achievements_contents .contents .text_contents .block p {
    font-size: 18px;
  }
}


