@charset "UTF-8";
.sp{
	display: none;
}
p,li,a,h1,h2,h3,h4,h5,div,th,td,select,input,::after,::before,small{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/* Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error-mess{
	text-align: left !important;
	margin: auto;
}
input.box {
    border-bottom: 2px solid #2ea7e0 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    text-align: left !important;
	background: rgb(46,167,224,.07);
	width: 100%;
	padding: 3px;
	font-size: 18px;
	max-width: 500px;
    margin-right:auto;
    margin-left:auto;
    display: block;
}
select.pul {
    border-bottom: 2px solid #2ea7e0 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    text-align: left !important;
	background: rgb(46,167,224,.07);
	width: 100%;
	padding: 3px;
	font-size: 18px;
}
.btn.bottom{
    margin: 50px auto;
}
.btn{
    text-align: center;
    margin-bottom: 10px;
    width: 80%;
	max-width: 600px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin-right:auto !important;
    margin-left:auto !important;
}
.btn input,.btn .go,.btn a{
	flex-basis: 30%;
    background: #2ea7e0;
    color: #fff !important;
    padding:10px 0;
    border-radius: 10px;
	font-size:18px;
}
.btn .cancel {
    background: #c0c0c0 !important;
    color: #fff;
    padding:10px 0;
    border-radius: 10px;
	font-size:18px;
	flex-basis: 30%;
}
.btn.center{
    text-align: center;
    margin-bottom: 10px;
    width:50%;
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-right:auto !important;
    margin-left:auto !important;
}
.btn.center input,.btn.center .go,.btn.center a{
	flex-basis: auto;
	width: 100%;
	max-width: 200px;
	min-width: 100px;
}
.btn.center .cancel {
	flex-basis:auto;
	max-height: 200px; 
}
/* FireFox, IE */
input[type="number"] {
  -moz-appearance:textfield;
}
/*ヘッダー*/
#header-top{
	width: 100vw;
	height:9vh;
	background:#2aa8e1;
	position: fixed;
	top: 0;
	z-index: 1000;
	justify-content: flex-start;
    display: flex;
}
#header-top #logo  a {
    height:100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
#header-top #logo {
    margin-left:1%;
	flex-basis: 20%;
}
#header-top #logo img{
	width:auto;
	height:6vh;
}
#header-top #title-box{
	flex-basis:60%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-top #title-box a{
    pointer-events: none;
}
#header-top .hamburger-menu{
	flex-basis: 20%;
}
label[for] {
    color:#10394D;
}
.menu-btn {
    overflow: hidden;
    position: fixed;
    top: 1vh;
    right:1%;
    display: flex;
    height: 7vh;
    width: auto;
    max-width: 540px;
    min-width: 80px;
    justify-content: flex-end;
    z-index: 1000;
}
label.menu-btn img {
    width: auto;
    height: 100%;
}
label.menu-btn div {
    width: 80%;
    height: 2vh;
    overflow: hidden;
}
.menu-content {
	display: none;
    width: 20%;
    max-width: 540px;
    min-width:80px;
    height:auto;
    position: fixed;
    top:8.5vh;/*メニューを画面内へ*/
	right:1%;
    z-index:900;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
	text-align: center;
	border-radius:1vw;
	border: 1px solid #f0f0f0;
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
	display: block;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding:20px 0;
}
.menu-content ul li:first-child{
    border-bottom: 1px solid #c0c0c0;
	width: 90%;
	margin: auto;
	color: #10394D;
	padding-bottom: 10px;
	font-size: 2vh;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size:2vh;
    box-sizing: border-box;
    color:#10394D;
    text-decoration: none;
    padding:10px 0 10px;
    position: relative;
}
#header-bottom{
	position: fixed;
	width: 100vw;
	height: 10vh;
	top:9vh;
	z-index:800;
}	
#header-bottom ul{
	width: 100vw;
	height: 10vh;
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	align-items: center;
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
}
#header-bottom ul li{
	flex-basis:20%;
}
#header-bottom ul li a{
	width: 50%;
	margin: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #c0c0c0;
	font-size: 13px;
}
#home #header-bottom ul li.item01 a,#allocation #header-bottom ul li.item02 a,.simulation #header-bottom ul li.item03 a,.trading #header-bottom ul li.item04 a,#usagetop #header-bottom ul li.item05 a{
	color:#2aa8e1; 
}
#home #header-bottom ul li.item01 svg,#allocation #header-bottom ul li.item02 svg,.simulation #header-bottom ul li.item03 svg,.trading #header-bottom ul li.item04 svg,#usagetop #header-bottom ul li.item05 svg .st4,#usagetop #header-bottom ul li.item05 svg .st5{
	fill:#2aa8e1;
}
#header-bottom ul li svg{
	fill:#c0c0c0;
	max-height:8vh;
}
#header-bottom ul li svg .st3{
	fill:#FFFFFF;
	max-height:8vh;
}
#header-bottom ul li svg .st4{
	fill:#C0C0C0;
}
#header-bottom ul li svg .st5{
	fill:#C0C0C0;
}
#title-box:after,#title-box a:after{
	font-size: 30px;
	text-align: center;
	color: #fff;
}
#allocation #title-box:after{
	display: block;
	content: "資産配分";
}
.simulation #title-box:after{
	display: block;
	content: "運用計画";
}
.simulation.increase #title-box:after{
	display: block;
	content: "お金を増やす";
}
.simulation.receive #title-box:after{
	display: block;
	content: "お金を使う";
}
.trading #title-box:after{
	display: block;
	content: "売買計算";
}
.trading.kkankin #title-box:after,.trading.sinki #title-box:after,.trading.kounyu #title-box:after,.trading.increase #title-box:after{
	display:none;
}
.trading.kkankin #title-box a:after{
	display: block;
	content: "換金時計算";
}
.trading.kounyu #title-box a:after{
	display: block;
	content: "購入時計算";
}
.trading.sinki #title-box a:after{
	display: block;
	content: "初めての投資";
}
#usagetop #title-box:after{
	display: block;
	content: "使い方";
}
/*ここまでヘッダー*/
/*フッター*/
footer{
	width: 100vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2aa8e1;
    position: relative;
}
footer small{
	color: #fff;
}
footer a{
	position: absolute;
    top: -55px;
    right: 0;
    width: 100px;
}
footer a img{
	width: 100%;
	height: 100%;
}
footer#pre {
    width: 100vw;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
	margin-bottom: 0 !important;
}
footer#pre small{
	color: #2aa8e1;
}
/*メイン*/
main{
    padding-top:0;
    margin-top:19vh;
	min-height: 80vh;
   }
#prelogin{
    margin: 0 !important;
   }
#prelogin main{
    padding-top:0;
    margin-top:9vh;
   }
/*ここまでメイン*/
/*home*/
#course {
	width:100%;
    font-size:30px;
    text-align: center;
	margin:30px 0 0;
}
#course .inner,#today .inner,#score .inner,#monitor .inner,#news .inner{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	border: 1px solid #c0c0c0;
}
#course .inner div.yourCourse{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
#course .inner a{
	font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
#course .inner div a img{
	width:100%;
	height:auto;
}
#course .inner h3{
	font-size: 16px;
	text-align: left;
	margin:5px 0 0 5px;
	font-weight: 600;
}
#course .inner .course-btn{
	font-size: 16px;
	text-align: right;
	margin:0 5px 5px 0;
}
#today{
		margin:30px 0 0;
}
#today h3{
	padding: 5px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	margin-bottom:20px;
}
#today .inner p{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
#today .inner ul{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
#today .inner ul li {
    flex-basis: 50%;
	margin:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#today .inner ul li:first-child {
    border-bottom: 1px dotted #c0c0c0;
}
#today .inner ul p.link {
    width: 100%;
    margin-right: 0;
    margin-bottom:0;
    height: auto;
}
#today .inner ul p.link a {
    display: flex;
    font-size: 15px;
    text-align: left;
    justify-content: flex-end;
}
#today .inner ul p.link a::after {
    content: ">";
    font-size: 15px;
    margin-top: 1rem;
	margin-left: 5px;
}
#today .inner ul p {
    width: 250px;
    height: 50px;
    text-align: center;
    margin: auto;
	font-size: 18px;
}
#today .inner ul #mimamoru {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
#today .inner ul #mimamoru div{
    flex-basis:45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#today .inner ul #mimamoru div:first-child{
    margin-right: 5%;
}
#today .inner ul #mimamoru p{
    margin-top: 20px;
	margin-bottom: 0;
	flex-basis: 100%;
}
#today .inner ul h4{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
#today .inner ul #mimamoru img{
	width:100%;
	height:auto;
	max-width: 250px;
	margin-top: 5px;
}
#today .inner ul li.box{
	flex-basis: 10%;
		display: flex;
	justify-content: center;
}
#today .inner ul li.box div{
		display: block;
	content: "";
	background: #c0c0c0;
	height:250px;
	width:1px;
}
#today .inner ul li.graph{
	display: flex;
	flex-direction:column;
}
#score{
		margin:50px 0 0;
}
#score h3{
	margin: 5px 0 10px 5px;
	font-size: 18px;
	font-weight: 600;
}
#score table{
	width: 90%;
	margin:0 auto 20px;
}
#score tbody{
	border: 1px solid #000;
}
#score table td{
	text-align: center;
	padding: 5px;
	font-size: 18px;
	height: 52.39px;
	width: 100px;
}
#score table td:nth-child(1),#score table td:nth-child(2),#score table td:nth-child(3){
	border-right:1px solid #000;
}
#score table tr:nth-child(1),#score table tr:nth-child(2),#score table tr:nth-child(3),#score table tr:nth-child(4){
	border-bottom:1px solid #000;
}
#score table tr:first-child{
	background: #9fd7e0;
}
#monitor{
	margin: 50px 0 0;
}
#monitor h3{
	font-size: 18px;
	margin: 5px 0 0 5px;
	font-weight: 600;
}
#monitor form{
	margin: 20px 0;
	vertical-align: baseline;
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}
#monitor select {
	font-size: 25px;
    border-bottom: 1px solid #000;
	color: #2ea7e0;
	padding:0 20px;
	width: auto;
}
#monitor input{
	font-size: 16px;
	flex-basis: 100%;
	margin-top: 20px;
}
#monitor p{
	text-align: center;
}
#monitor p.btn{
	flex-basis: 100%;
}
#monitor .inner ul li {
    flex-basis: 50%;
}
#monitor .inner ul {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
#monitor table{
	margin:20px auto;
}
#monitor table{
	width: 90%;
	border: 1px solid #000;
}
#monitor table td{
	text-align: center;
	padding: 5px;
	font-size: 18px;
}
#monitor table td:nth-child(1){
	border-right:1px solid #000;
}
#monitor table tr{
	border-bottom:1px solid #000;
}
#monitor table tr:last-child{
	border-bottom:none;
}
#monitor table#table1 td:nth-child(1),#monitor table#table2 tr:first-child{
	background: #9fd7e0;
}
#news{
	margin: 50px 0;
}
#news h3{
	text-align: left;
    width:90%;
    font-size: 25px;
    margin: 30px auto 0;
    color: #2ea7e0;
}
#news ul{
	width:90%;
	margin:0 auto 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
#news ul li{
	flex-basis:45%;
	border-bottom: 1px solid #000;
	margin:20px 0 0;
}
#news ul li p:first-child{
	font-size: 14px;
	margin-bottom: 10px;
}
#news ul li p:first-child span{
		background:#2ea7e0;
		padding: 2px;
}
#news ul li p:last-child{
	font-size:18px;
}
#news a{
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	display: inline-block;
}
/*ここまでhome*/
/*資産配分*/
#allocation main h1{
	font-size: 30px;
	margin: 30px 0 10px;
	text-align: center;
	font-weight: 500;
}
#allocation .bread {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top:0;
}
#allocation .bread p {
    text-align: center;
    font-size: 16px;
    color: #10394D;
    margin:5px 10px 0;
}
#allocation #course .inner h2{
	font-size: 16px;
	text-align: left;
	margin:5px 0 0 5px;
	font-weight:500;
}
#allocation #course .inner div.yourCourse{
    margin-bottom: 20px;
}
#allocation #course .inner div.yourCourse form{
   width: 440px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#allocation #course .inner div.yourCourse form select{
   margin:auto 5%;
	max-width: 250px;
	color: #2ea7e0;
	
}
#allocation #course .inner div.yourCourse form .btn {
    margin: 0 !important;
    max-width: 100px;
    width: 100%;
}
#allocation #course .inner div.yourCourse form .btn input{
	font-size: 13px;
    padding: 1px 4px;
	flex-basis: 100%;
}
#allocation #course .inner,#allocation #position .inner,#allocation #past .inner{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	border: 1px solid #c0c0c0;
}
#allocation #course,#allocation #position,#allocation #past{
	margin-top:30px;
}
#allocation #position .inner{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#allocation #position ul li.hidden{
	display:none; 
}
#allocation #position ul.fund li:nth-child(1),#allocation #position ul.fund li:nth-child(4){
	display:block; 
}
#allocation #position ul{
	flex-basis:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#allocation #position ul.other-fund{
    width: 100%;
    flex-basis: auto;
    justify-content: center;
    margin-top:10px;
}
#allocation #position ul.other-fund li{
	text-align: center;
	display: block;
	margin: 10px;
}
#allocation #position ul:nth-child(2){
	flex-basis:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
#allocation #position p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	flex-basis: 100%;
}
#allocation #position h2{
	font-size:18px;
	text-align: center;
	color: #fff;
	padding:10px 0 10px;
	flex-basis: 100%;
}
#allocation #position ul li {
    flex-basis: 30%;
    margin:20px auto;
}
#allocation #position ul li div.point{
	display: flex;
	flex-direction: row;
}
#allocation #position ul li div.point h3{
	font-size:16px;
	text-align: center;
	margin-left: 2px;
	font-weight: 600;
}
#allocation #position ul li div.point font{
	font-size: 13px;
	padding: 1px 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#allocation #position ul li p{
	font-size:16px;
	text-align:left;
	margin-top: 15px;
}
#allocation #position ul li:nth-child(1) div.point font{
	background:#8d2222;
	color: #fff;
}
#allocation #position ul li:nth-child(2) div.point font{
	background:#da3e26;
	color: #fff;
}
#allocation #position ul li:nth-child(3) div.point font{
	background:#f08c7d;
}
#allocation #position ul li:nth-child(4) div.point font{
	background:#12658d;
	color: #fff;
}
#allocation #position ul li:nth-child(5) div.point font{
	background:#81cef2;
}
#allocation #position ul li:nth-child(1) div.point h3{
	color:#8d2222;
}
#allocation #position ul li:nth-child(2) div.point h3{
	color:#da3e26;
}
#allocation #position ul li:nth-child(3) div.point h3{
	color:#f08c7d;
}
#allocation #position ul li:nth-child(4) div.point h3{
	color:#12658d;
}
#allocation #position ul li:nth-child(5) div.point h3{
	color:#81cef2;
}
#allocation #position ul ul{
	flex-basis:auto;
	display:block;
}
#allocation #position ul ul li{
    text-align: left !important;
	margin: 10px 0;
}
#allocation #position ul ul li:first-child {
    flex-basis:auto;
    height:auto;
    width:auto;
}
#allocation #position ul ul li a{
    font-size: 14px;
	text-decoration: underline;
}
#allocation #past{
	margin-bottom: 50px;
}
#allocation #past h3{
	font-size:18px;
	text-align: center;
	padding:10px 0 10px;
	flex-basis: 100%;
}
#allocation #past form{
	display: flex;
	justify-content:space-between;
	width:444px;
	margin:30px auto 0;
}
#allocation #past form p {
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
#allocation #past select {
    border-bottom: 1px solid #000;
    font-size: 20px;
	color: #2ea7e0;
	max-width: 200px;
}
#allocation #past .btn{
	margin: 0!important;
	max-width: 100px;
}
#allocation #past input{
    font-size:16px;
	flex-basis: 100%;
	padding: 1px 4px;

}
#allocation #past .graph p{
    font-size:18px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #505050;
}
#allocation #past .inner .graph ul {
    width: 393px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
}
#allocation #past .inner .graph ul li{
    display: flex;
    flex-direction:row;
	margin:5px 0;;
}
#allocation #past .inner .graph ul li div{
    font-size: 15px;
	color: #505050;
}
#allocation #past .inner .graph ul li div span{
    padding: 2px;
}
#allocation #past .inner .graph ul li div.right{
    margin-left: 30px;
}
/*ここまで資産配分*/
/*#simulation*/
/*運用計画一覧,売買計算一覧*/
#trdTop,#simTop{
	height: 76vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
}
.trading .title h1,.simulation .title h1{
	font-size: 30px;
	text-align: center;
	position: relative;
	font-weight: 600;
		margin:0 0 50px;
}
.trading .title h1 span ,.simulation .title h1 span{
    background: linear-gradient(transparent 85%, #2ea7e0 85%);
}
.trading .title img,.simulation .title img{
	width: auto;
	height: 84px;
	position: absolute;
	top: -30px;
}

.simulation #menu{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.simulation #menu div{
    width:auto;
	margin:50px 1% 0;
}
.simulation #menu div h2 {
    font-size:18px;
	font-weight:500;
	color: #757575;
}
.simulation #menu div p{
    font-size:16px;
    width: 144px;
	color: #757575;
}
.simulation #menu div a.check h2,.simulation #menu div a.check p{
	color: #000;
}
.simulation #menu div a {
   border: 1px solid #efefef;
    border-bottom: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 15px 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    height: 80px;
}
.simulation #menu div a.check{
    border: 1px solid rgb(159,215,224,.15);
    background: rgb(159,215,224,.15);
}
.simulation #menu div a div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
}
.trading #menu div a{
	border: 1px solid #000;
    border-radius: 30px;
    padding: 15px 0;
    width:350px;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
	margin:0 20px 50px;
	height: 120px;
}
.trading #menu{
	width:80%;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items:center;
}

.trading #menu div a div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 60%;
}
.trading #menu div a img,.simulation #menu div a img{
	width: auto;
    height: 70px;
    margin-right: 15px;
}
.trading #menu div p{
    font-size:16px;
    margin-top: 10px;
}
.trading #menu div h2{
    font-size:20px;
    margin-top: 10px;
	font-weight: 500;
	margin: 0;
}
/*ここまで運用計画一覧,売買計算一覧*/
/*初めての投資*/
.trading #sinki .calc form{
    margin-top: 50px;
}
.trading #sinki ul.kankin li {
    flex-basis: auto;
    justify-content: center;
}
#sinki .kankin label {
    font-size: 16px;
    margin-bottom: 5px;
    width:64px;
    margin-right: 10px;
}
#sinki .kankin p {
    color: #000!important;
    margin-right: 0;
	font-size: 16px;
}
#sinki .inner{
	width: 80%;
	max-width: 1000px;
	margin:10px auto 30px;
}
#sinki .title {
    margin:30px 0 30px;
}
#trading #sinki .title h1{
    font-size:25px;
}
#sinki .inner h3{
	font-size: 25px; 
	text-align: center;
}
.trading #sinki .inner h2 {
    font-size: 18px;
    text-align: center;
    margin: 10px;
}
.trading .calc {
    background: rgb(159,215,224,.15);
    margin: 0 0 30px;
    padding-top: 20px;
    padding: 40px 0 10px;
}
.trading .calc form {
    max-width: 1000px;
    width: 80%;
    margin: auto;
}
.trading .btn{
	text-align: center;
	margin: 30px 0 10px;
}
.trading .calc ul{
    display: block;
}
.trading .calc ul li {
    margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
}
.trading .calc ul li h3,.trading .calc ul li h5{
    font-size: 16px;
    color: #505050;
    max-width: 150px;
    flex-basis: 50%;
	text-align: left;
}
.trading .calc ul li p {
    max-width: 210px;
    font-size: 20px;
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
#sinki .kankin font {
    flex-basis: 100%;
    font-size: 14px;
    line-height: 1.8rem;
    text-align: center;

}
.trading .calc ul li p input{
    flex-basis: 80%;
		margin: 0;
}
.trading #sinki ul.kankin li select.pul,.trading #sinki ul.kankin li input.box{
    width: 100%;
	flex-basis: auto;
}
.trading .calc ul li p span {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-left: 5px;
}
.trading .calc ul li .pul,.trading .calc ul li .box{
    background: #fff;
}

/*.trading #sinki ul{
	width: 80vw;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: center;
	padding-bottom: 50px;
}
.trading #sinki ul li {
	flex-basis:40%;
    display: flex;
    flex-direction:row;
	flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    margin: 15px 0;
}*/
input#asset-d3 {
    width: 40%;
}
/*.trading #sinki .btn,#trading .btn{
	font-size:18px;
	text-align: center;
	margin-top: 30px;
}
.trading .btn{
	text-align: center;
	width: 100%;
}
.trading #sinki .btn #submit,.trading .btn a{
	background: #2aa8e1;
    padding:8px 20px;
    color: #fff;
}*/
.trading #sinki ul li div img{
	width: auto;
    height: 100%;
	z-index: 10;
	margin-left: 30px;
}
.trading #hidden{
    margin:0 auto 50px;
	padding-top:100px;
}
.trading #hidden .inner{
    width: 80%;
    max-width: 1000px;
    margin:0 auto 30px;
}
.trading #hidden .inner h3{
    text-align: center;
	font-size: 20px;
	margin: 30px;
	color: #2aa8e1;
}
/*
.trading #hidden .inner h3::after{
    display: block;
	content: "一部換金の場合と全部換金の場合を比較";
	font-size: 16px;
	color: #000;
}
*/
.trading #hidden .inner table{
    margin:10px auto 30px;
	width:100%;
}
.trading #hidden .inner table td{
    border: 1px solid #000;
	text-align: center;
	padding: 4px;
	width:30%;
	font-size: 18px;
}
.trading #announce{
	display: flex;
	justify-content: center;
}
.trading #announce p{
	font-size: 18px;
	padding: 4px;
	color: red;
}
/*ここまで初めての投資*/
/*換金事の計算*/
.trading #sinki .bread{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	margin-top: 10px;
}
.trading #sinki .bread p{
	text-align: center;
	font-size:16px;
	color:#6A6A6A;
	margin:0 10px;
}
.trading #sinki .bread p svg {
    height:18.4px;
	fill:#6A6A6A;
}
.trading #sinki ul li div h3.title1::after{
    display: block;
	content: "※特定口座源泉徴収があって譲渡所得が発生する場合は、換金代金から税金が源泉徴収されます。";
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.trading #sinki ul li div h3.title2::after{
    display: block;
	content: "※「源泉徴収あり」を選択した場合のみ設定してください。それ以外の方は5.へ進んでください。";
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.trading #sinki ul li div h3.title3::after{
    display: block;
	content: "※証券口座の画面内容などを参考に入力してください。";
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}
.trading #sinki p{
	text-align: center;
	font-size:16px;
	color: red;
}
.trading .calc{
	background:rgb(159,215,224,.15);
	margin: 10px 0 30px;
	padding-top: 20px;
}
.trading #sinki #stock{
	flex-basis: 100%;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.trading #sinki #stock h3{
	flex-basis:auto;
	max-width: unset;
}
#sinki #stock .fundin{
	padding-bottom: 0;
	width: 50%;
	justify-content: flex-start;
	margin:0;
}
#sinki #stock .fundin p{
	color: #000;
	font-size: 17px;
}
#sinki #stock .fundin input{
}
#sinki #stock .fundin li {
    width: auto !important;
    flex-basis: auto!important;
    margin: 30px 5%;
	justify-content: flex-start;
}
#sinki select{
	color:  #2aa8e1;
}
#sinki li input{
	color:  #2aa8e1;
}
.trading #sinki #stock div{
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    height: auto;
    width: auto;
	margin:0;
	padding:0;
    border:none;
	justify-content: space-between;
}
.trading #sinki #stock div:first-child h3::after{
	content: "※証券口座の画面などを参考に入力してください。";
	font-size: 14px;
}
.trading #sinki #stock .fundin h4{
	width: auto;
    color: #505050;
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
	flex-basis: 100%;
	margin-top: 20px;
}
.trading #sinki #stock div h4{
	width: auto;
    color: #505050;
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
	flex-basis: 100%;
	margin-top: 20px;
}
.trading #sinki #stock .fundin h4::before{
	margin-right: 3px;
}
.trading #sinki #stock .fundin.one h4::before{
	display: inline-block;
	content: "";
    background-color:#8d2222;
	width:18px;
	height: 18px;
}
.trading #sinki #stock .fundin.two h4::before{
	display: inline-block;
	content: "";
    background-color:#da3e26;
	width:18px;
	height: 18px;
}
.trading #sinki #stock .fundin.three h4::before{
	display: inline-block;
	content: "";
    background-color:#f08c7d;
	width:18px;
	height: 18px;
}
.trading #sinki #stock .fundin.four h4::before{
	display: inline-block;
	content: "";
    background-color:#12658d;
	width:18px;
	height: 18px;
}
.trading #sinki #stock .fundin.five h4::before{
	display: inline-block;
	content: "";
    background-color:#81cef2;
	width:18px;
	height: 18px;
}
.trading #sinki #stock div p{
	flex-basis:30%;
}

.trading #hidden ul li table td{
    width:auto !important;
}
.trading #hidden ul{
    display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: center;
	align-items:flex-start;
}

/*ここまで換金時*/
/*購入時*/
.trading #hidden .inner table.table5 td {
    width: auto;
}
/*ここまで購入時*/
/*お金を使う・増やす時*/
.simulation .title,.trading .title {
    margin:30px 0 30px;
}
.simulation .title h1,.trading .title h1{
    font-size:25px;
}
.simulation .inner:nth-child(2){
	width:80%;
	max-width: 1000px;
	margin: auto;
}
.simulation .inner .bread{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	margin-top: 10px;
}
.simulation .inner .bread p {
    text-align: center;
    font-size: 16px;
    color: #10394D;
    margin: 0 10px;
}
.simulation .inner .bread p a img {
    height: 18.4px;
    width: auto;
    margin-right: 15px;
}
.simulation .inner .bread p svg {
    height: 18.4px;
    fill: #10394D;
    margin-right: 15px;
}
.simulation h2{
	font-size:15px;
	text-align: center;
	margin:10px 0;
	color: #2F2F2F;
}
.simulation h3{
	font-size:18px;
	text-align: center;
	margin:10px 0;
}

/*.simulation .calc table{
    width: 80vw;
    max-width: 1000px;
    margin: auto;
}
.simulation .calc table tbody{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 50px;
}
.simulation .inner .calc table tr{
	margin-top:30px;
	margin-right: 30px;
}
.simulation .inner .calc table tr:first-child {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}
.simulation .inner .calc table tr:first-child td {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simulation .inner .calc table tr:last-child{
	flex-basis: 100%;
	display: flex;
    justify-content: center;
}
.simulation .inner .calc table td.label {
    font-size: 16px;
    padding-right: 10px;
    text-align: right;
	width: 106px;
}
.simulation.receive .inner .calc table td.label {
    width: 123px;
}
.simulation .inner .calc table td select{
    margin-right: 5px;
    font-size: 20px;
    padding: 4px;
    text-align: center;
    color: #2aa8e1;
    background: #fff;
		border: 1px solid #c0c0c0;
	border-radius: 5px;

}
.simulation .inner .calc table td.text{
    color: #000!important;
    margin-right: 0;
    font-size: 16px;
	width: 32px;
}
.simulation .inner .calc table td input{
    margin-right: 5px;
	border-bottom: 1px solid #2aa8e1;
    font-size: 20px;
    padding: 4px;
    text-align: center;
    color: #2aa8e1;
    background: #fff;
}
.simulation .inner .calc table td.btn input {
    margin-right: 5px;
    border-bottom: none;
    font-size: 20px;
    padding: 4px;
    text-align: center;
    color: #fff;
    background: #2aa8e1;
}*/
.simulation .calc {
    background: rgb(159,215,224,.15);
    margin: 0 0 30px;
    padding-top: 20px;
    padding: 40px 0 10px;
}
	.simulation .calc form {
    max-width: 1000px;
    width: 80%;
    margin: auto;
}
.simulation .btn{
	text-align: center;
	margin: 30px 0 10px;
}
	.simulation .calc ul{
    display: block;
}
	.simulation .calc ul li {
    margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
	.simulation .calc ul li h3{
    font-size: 16px;
    color: #505050;
    max-width: 150px;
    flex-basis: 50%;
	text-align: left;
}
	.simulation .calc ul li p {
    max-width: 210px;
    font-size: 20px;
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}
	.simulation .calc ul li p input{
    flex-basis: 80%;
		margin: 0;
}
.simulation .calc ul li p span {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-left: 5px;
}
.simulation .calc ul li .pul,.simulation .calc ul li .box{
    background: #fff;
	color: #2ea7e0;
}
.simulation #tableinner table{
    width: 100%;
}
.simulation .inner #tableinner {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 80px;
}
.simulation .inner #tableinner .table1.tabel2{
	flex-basis:100%;
	margin:20px auto;
}
.simulation .inner #tableinner .table1.tabel2 tr {
    display: flex;
    flex-direction: row;
}
.simulation .inner #tableinner .table1.tabel2 table{
	width: 50%;
	margin: auto;
}
.simulation .inner #tableinner .table1.tabel2 td{
	display: flex;
    justify-content: center;
    align-items: center;
}
	.simulation .inner #tableinner .table2.hei td, .simulation .inner #tableinner .table1 td, .simulation .inner #tableinner .table2 th,.simulation .inner #tableinner .table2 td{
    height:52.39px;
}

.simulation .inner #tableinner div{
	width:45%;
	margin:0 auto 20px;
}
.simulation .inner #tableinner div div,.simulation .inner #tableinner .table1.tabel2 div{
	width:100%;
	margin:0 auto;
	text-align: center;
}
.simulation .inner #tableinner .table2 th{
	width: 30%;
	margin:0;
	text-align: center;
	background: #9fd7e0;
	font-weight: 400;
	padding: 5px;
	border: 1px solid #505050;
	font-size: 18px;
}
.simulation .inner #tableinner .table1 td{
	width: 50%;
	margin:0;
	padding: 5px;
	border: 1px solid #505050;
	font-size: 18px;
	text-align: center;
}
.simulation .inner #tableinner .table2 td{
	width:30%;
	margin:0;
	padding: 5px;
	border: 1px solid #505050;
	font-size: 18px;
	text-align:center;
}
.simulation .inner #tableinner p{
	font-size: 16px;
	margin: 0 auto 5px;
	text-align: left;
}

/*ここまでお金を使う・増やす時*/
/*使い方一覧*/
#usagetop .list h1{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 50px 0 30px;
}
#usagetop .list ul{
	width: 80%;
	max-width: 1000px;
	margin:70px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom:1px solid #9fd7e0;
}
#usagetop .list ul li{
	flex-basis:50%;
	display: flex;
	flex-direction:column;
	border-bottom:1px solid #9fd7e0;
	padding:30px 0;
}
#usagetop .list ul li:last-child{
	border-bottom:none;
}
#usagetop .list ul li h2{
	font-size: 20px;
	color: #2ea7e0;
	font-weight:600;
	margin-left: 10px;
	margin-bottom: 15px;
}
#usagetop .list ul li p{
	font-size:18px;
	margin:10px 0 10px 10px;
}
#usagetop .list ul li p a img {
    height: 20.7px;
    width: auto;
}
#usagetop .list ul li p span{
	color: #2ea7e0;
	font-weight: bold;
}
#usagetop .list ul li p a:hover{
	color: #2ea7e0;
}
/*ここまで使い方一覧*/
/*使い方home*/
#usagetop .usage_home{
	width: 80%;
	max-width: 1000px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: flex;
	flex-direction: row;
}
#usagetop .usage_home #sidelist{
	width:20%;
	margin-top:50px;
}
#usagetop .usage_home #sidelist a.blue{
	color: #2ea7e0;
}
#usagetop .usage_home #sidelist h2{
	font-size:18px;
	padding-bottom: 10px;
	margin-top:10px;
	border-bottom: 3px solid #c0c0c0;
}
#usagetop .usage_home #sidelist ul{
	background: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding:10px;
}
#usagetop .usage_home #sidelist li a{
	font-size: 14px;
}
#usagetop .usage_home #sidelist li.list a{
	font-size: 13px;
}
#usagetop .usage_home #sidelist li.list{
	text-align: right;
}
#usagetop .usage_home #sidelist li p{
	margin:20px 0 20px 10px;
}
#usagetop .usage_home #mainlist{
	width:75%;
	margin-left: auto;
}
#usagetop .usage_home #mainlist .listtitle{
	border-bottom:3px dotted #c0c0c0;
}
#usagetop .usage_home #mainlist .listinner img,#usagetop .usage_home #mainlist .listtitle img{
	width:100%;
    height:auto;
    display: flex;
    justify-content: center;
    margin:50px auto;
    border: 1px solid #c0c0c0;
}
/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#usagetop .usage_home #mainlist .listtitle h1{
	font-size:25px;
	font-weight: 500;
	text-align: left;
	margin: 50px 0 30px;
}
#usagetop .usage_home #mainlist h2{
	margin:30px 0;
	font-size: 20px;
	font-weight: 500;
}
#usagetop .usage_home #mainlist h2 span{
	color: #cc4100;
	letter-spacing: 10px;
}
#usagetop .usage_home #mainlist h3{
	font-size:18px;
	font-weight: 400;
}

#usagetop .usage_home #mainlist p span{
	color: #cc4100;
}
#usagetop .usage_home #mainlist p{
	margin:30px 0 50px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}
#usagetop .usage_home #mainlist ul li p{
	width:90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#usagetop .usage_home #mainlist table{
	width:80%;
	margin: auto;
}
#usagetop .usage_home #mainlist table td{
	border: 1px solid #000;
	text-align: center;
	padding: 5px;
	width: 50%;
	font-size: 18px;
	font-weight: bold;
}
#usagetop .usage_home #mainlist table.tabel3{
	width:100%;
	margin: auto;
}
#usagetop .usage_home #mainlist table.tabel3 td:first-child {
    width: 10%;
}
#usagetop .usage_home #mainlist table.tabel3 td:nth-child(2){
    width:40%;
	text-align: left!important;
}
#usagetop .usage_home #mainlist table.tabel3 td:nth-child(3){
	text-align: left;
}
#usagetop .usage_home #mainlist table.tabel3 td{
    font-weight: 400;
}
#usagetop .usage_home #mainlist table.tabel2{
	width:100%;
	margin:0 auto 30px;
}
#usagetop .usage_home #mainlist table.tabel2 td{
	border: 1px solid #000;
	text-align:left;
	padding: 15px 5px;
	font-size: 18px;
	font-weight:400;
}
#usagetop .usage_home #mainlist table.tabel2 td:first-child{
	width:30%;
	text-align: center;
}
#usagetop #gotop{
	text-align: center;
	margin:0 auto 50px;;
}
#usagetop #gotop a{
	font-size:20px;
	color: #2ea7e0;
	text-decoration: underline;
}
#usagetop .listpoint{
	border: 2px solid #2ea7e0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom:50px;
	margin-top:50px;
}
#usagetop .usage_home #mainlist .listpoint h2{
	color:#2ea7e0;
	width:95%;
	margin:20px auto;
}
#usagetop .usage_home #mainlist .listpoint p{
	width:95%;
	margin: auto;
}
#usagetop .usage_home #mainlist .listpoint img {
    width: auto;
    height: 100px !important;
    border: none;
    margin: -23px 0 0 auto;
}
/*ここまで使い方home*/
/*登録情報*/
#member .info{
    height:auto;
	display: block;
}
#member .info h1{
	font-size:25px;
	font-weight: 500;
	text-align:center;
	margin-bottom: 30px;
	margin-top: 50px;
}
#member table,#member .info ul{
	width: 80%;
    max-width: 1000px;
    margin: auto;
    display: block;
}
#member .info ul.one li {
    margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#member .info ul.one li.btn{
	margin-bottom: 60px;
}
#member .info ul.one li p {
    max-width: 210px;
    font-size: 20px;
    flex-basis: 50%;
}
#member .info div{
	clear: both;
}
#member .info ul h2 {
    font-size: 16px;
    color: #505050;
    max-width: 150px;
    flex-basis: 50%;
}
#member .info ul p{
	font-size:18px;
}

#member .info ul h3{
	font-size: 16px;
	color: #2ea7e0;
	margin: 20px 0 10px;
}
#member .info ul p.small{
	font-size:15px;
}
#member .info .btn.bottom{
	margin: 50px auto;
}
#member .info td{
	padding-right: 30px;
}
#member .info table{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#member .info tr.border td,#member .info tr.border th{
	border-top: 1px solid #c0c0c0;
	padding:20px 0;
}
#member .info table input,#member .info table select,#member .info table button{
	background: #2ea7e0;
    color: #fff;
    padding: 5px 30px;
    border-radius: 10px;
	font-size:18px;
	border: none;
}
/*登録情報*/
/*登録情報変更*/
#member main.change{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content:flex-start;
}
#member .change h1{
	font-size:25px;
	font-weight: 500;
	text-align:center;
	margin-bottom:100px;
	margin-top: 50px;
}
#member .change form {
    max-width: 1000px;
    width: 80%;
    margin:0 auto 150px;
}
#member .change ul {
    display: block;
}
#member .change ul li{
    margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#member .change ul li input,#member .change ul li select{
    max-width: 210px;
    font-size: 20px;
    flex-basis: 50%;
	margin: 0;
	color: #2ea7e0;
}
#member .change li h2 {
    font-size: 16px;
    color: #505050;
    max-width: 150px;
    flex-basis: 50%;
}
#member table input,#member table select{
	border: 1px solid #c0c0c0;
	color: #2ea7e0;
	padding: 4px;
	font-size: 16px;
}
#member th,#member td{
	padding-top:20px;
	padding-bottom:20px;
}
#member th{
	padding-right:30px;
	font-size: 18px;
}
/*ここまで登録情報変更*/
/*メール変更*/
#member .inner{
	width: 80%;
	max-width: 1000px;
	margin: auto;
}
#member #mail .btn{
	margin-top: 50px;
}
#member #mail .box{
	margin-top: 20px;
	color: #2ea7e0;
}
#member #mail form{
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#member #mail .relog.btn.bottom{
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}
#member #mail .relog.btn.bottom font{
	flex-basis: 100%;
}
#member #mail .relog.btn.bottom font p {
    text-align: center;
    margin: 0 auto 30px;
}
#member #mail form.log-fog{
	display: block;
}
#member #mail h1{
	text-align:center; 
	font-size: 30px;
	margin: 50px auto;
}
#member #mail p {
    text-align: left;
    font-size: 18px;
    margin: 50px auto 0 0;
}
#member .relog-rgt h1{
	text-align:center; 
	font-size: 30px;
	margin: 50px auto;
}
#member .relog-rgt ul{
	width: 80%;
	max-width: 1000px;
	margin: auto;
}
#member .relog-rgt ul li{
	font-size: 18px;
	margin: 50px auto;
	width: 500px;
	line-height: 1.8;
}
#member .relog-rgt p.error{
	text-align:left; 
	font-size: 18px;
}
/*ここまでメール変更*/
/*パスワード変更*/
#member #pass h1{
	text-align:center; 
	font-size: 30px;
	margin: 50px auto;
}
#member #pass form{
    width: 80%;
	max-width: 1000px;
	margin: auto;
}
#member #pass p {
	width: 80%;
	max-width: 1000px;
    text-align:center;
    font-size: 18px;
    margin: 50px auto 0;
}
#member #pass p.error {
    color: red;
}
#member #pass input#box-forgot {
    margin: 10px auto 30px;
    width: 100%;
    padding: 10px 0;
    max-width: 300px;
    text-align: center;
    background: #ededed;
    display: block;
	color: #000;
}
#member #pass ul {
    width: 80%;
	max-width: 1000px;
    margin: 50px auto 0;
}
#member #pass ul li{
    text-align:left;
    font-size: 18px;
    margin: 50px auto 0;
}
#member #pass .fgt-rgt div{
    width: 80%;
	max-width: 1000px;
	margin: auto;
}
#member #pass .fgt-rgt .btn{
	margin:50px auto;
}
#member #pass .fgt-rgt .box{
	margin:10px auto 0;
}

/*診断ページ*/
#shindan-new{
	margin-top:9vh;
}
#shindan main h1{
	font-size: 30px;
	text-align: center;
	font-weight:500;
	margin: 50px 0 10px;
}
#shindan main p{
	font-size:16px;
	text-align: center;
	color: #FF0004;
	margin-bottom: 30px;
}
#shindan main ul{
	width: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#shindan main ul li{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	margin-bottom:50px;
}
#shindan main ul li div{
	width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#shindan main ul li p{
	width: 100%;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#shindan main ul li p select {
    border: 1px solid #c0c0c0;
    width: 400px;
    padding: 10px 0;
    -webkit-appearance: auto;
    appearance: auto;
	font-size: 18px;
	font-weight: 500;
}
#shindan main ul li div h2{
	font-size: 20px;
}
#shindan main ul li div img{
	width: auto;
    height: 100%;
	z-index: 10;
	margin-right:5%;
}
/*ここまで診断ページ*/
/*診断結果*/
#shindan-list h1{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	margin-top: 50px;
}
#shindan-list .inner{
	width: 80%;
	max-width: 1000px;
	margin: auto;
	border: 1px solid rgb(239, 243, 244);
	border-radius:30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	justify-content: center;
}
#shindan-list #course02 .inner{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	border: none;
}
#shindan-list .inner h2{
    text-align: center;
    font-size: 20px;
    margin: 30px 0 20px;
	flex-basis: 100%;
}
#shindan-list #course .inner h3 {
    font-size: 25px;
    text-align: center;
    margin: 0px 0 20px;
    color: #d84931;
}
/*#shindan-list input[type="submit"] {
    background: #ddd;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    padding: 5px 20px;
	width: 180px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
#shindan-list #course02 input[type="submit"] {
    margin-bottom: 20px;
	background: #d84931;
	color: #fff;
}
#shindan-list #course02 input[type="submit"]:last-child{
    margin-bottom:0;
	background: #ddd;
	color: #000;
}*/
#shindan-list form {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shindan-list select {
    border: 1px solid #c0c0c0;
    -webkit-appearance: auto;
    appearance: auto;
    font-size: 20px;
    padding: 10px 20px;
	margin: 0 auto 20px;
    width: 300px;
}
#shindan-list #course p {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin:30px 0 10px;
}
#shindan-list #alloc ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 20px 0 0;
}
#shindan-list #alloc p {
    font-size: 16px;
    text-align: center;
    color: #d84931;
	line-height: 1.5;
}
#shindan-list #predict table {
    margin: auto;
    width: 80%;
    border: 1px solid #000;
    margin-bottom: 20px;
}
#shindan-list #predict td {
    border-right: 1px solid #000;
}
#chui .inner {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 30px;
}
#chui font {
    width: 90%;
}
/*ここまで診断結果*/
/*ログイン画面*/
#login main{
}
#login h1{
	font-size: 25px;
	text-align: center;
	margin:50px 0 50px;
}
#login form{
	margin:0 auto;
	width: 80%;
	max-width: 1000px;
}
#login form ul.one{
    margin: auto;
    display: block;
}
#login form ul.one li{
	margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#login form ul.one li h2 {
    font-size: 16px;
    color: #505050;
    max-width: 150px;
    flex-basis: 50%;
    margin: auto 0;
}
#login form ul.one li p {
    font-size: 20px;
    flex-basis: 50%;
    margin: 0;
}
/*#login form table td,#login form table th{
	width:auto;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
#login form table th{
	text-align:left;
}
#login form table td input{
	width:100%;
	padding:5px;
	border: 1px solid #c0c0c0;
	font-size: 18px;
}
#login form input.btn{
	text-align: center;
    width: 40%;
    padding: 10px 20px;
    background: #2ea7e0;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}*/
#login main p{
	text-align:center;
    margin-top: 30px;
    width: 80%;
    max-width: 1000px;
    margin: 30px auto 0;
}
#login main .red {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}
#login main p a{
	color:#2ea7e0;
	text-decoration: underline;
}

/*ここまでログイン画面*/
/*登録解除*/
.frg-rgt li{
	margin-top: 50px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.frg-rgt-done ul{
    width: 80%;
	max-width: 1000px;
	margin: auto;
}

#mb-un-rgt main{
    width: 80%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#mb-un-rgt main h1{
	font-size: 25px;
	text-align: center;
	margin:50px 0 50px;
}
#mb-un-rgt main .red {
    width: 80%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
}
#mb-un-rgt main p.text{
    font-size: 18px;
	text-align: center;
	margin: 30px auto;
}
#mb-un-rgt main input.border{
	text-align: center;
	margin-top: 50px;
}
/*ここまで登録解除*/
/*ユーザー登録*/
#prelogin h1{
	font-size: 25px;
	text-align: center;
	margin:50px 0 50px;
}
#prelogin main p{
	width: 80%;
	max-width: 1000px;
	margin:0 auto 30px;
}

#prelogin main .btn {
	margin-top:30px;
}
#prelogin main .btn.pre-log {
	flex-wrap: wrap;
	margin-top: 50px;
}
#prelogin main .btn.pre-log font {
    flex-basis: 100%;
    margin: 0 0 30px;
}
#prelogin main p.text{
	text-align: center;
}
#prelogin main p.error{
	margin-top: 0;
	text-align: center;
}
#prelogin form{
    width: 80%;
	max-width: 1000px;
	margin: auto;
}
#prelogin main p.small{
    font-size:14px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#prelogin main .box{
	margin:10px auto;
}
/*registration*/
.regist form {
    width: 80%;
    max-width: 1000px;
    margin: auto;
}
.regist h1{
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
}
.regist p{
	width: 80%;
	max-width: 1000px;
	margin:50px auto;
	font-size: 18px;
	line-height: 1.8;
}
.regist ul{
	width: 80%;
    max-width: 1000px;
    margin:50px auto;
    display: block;
}
.regist ul.one li {
    margin: 0 auto 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.regist ul.one li.btn{
	margin-bottom: 60px;
}
.regist ul.one h2 {
    font-size: 16px;
    color: #505050;
    max-width: 195px;
    flex-basis: 50%;
}
.regist ul.one li p {
    font-size: 20px;
    flex-basis: 50%;
	margin: 0;
	word-break: break-all;
}
.regist .done-mes{
    width: 80%;
	max-width: 1000px;
	margin: auto;
}
.regist .done-mes p{
    text-align: center;
}
/*ここまでユーザー登録*/
@media screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.menu-btn {
		right: 5%;
	}
	input.box,select.pul {
	font-size: 16px;
}
	.btn{
	width: 100%;
}
	.btn input,.btn .go,.btn .cancel,.btn a{
	font-size:16px;
		flex-basis: 40%;
		max-width: 150px;
}
.menu-content {
	width: 40%;
    max-width:240px;
    min-width: 80px;
}
#header-top {
    width: 100vw;
    height: 9vh;
    background:#fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    justify-content: flex-start;
    display: flex;
	border-bottom:1px solid rgb(240,240,240,1);
}
#header-top svg {
    fill: #2aa8e1;
	width: auto;
    height: 80%;
}
#title-box::after,#title-box a::after{
	font-size:20px;
	text-align: center;
	color: #2aa8e1;
}
.trading.kkankin #header-top #title-box,.trading.sinki #header-top #title-box,.trading.kounyu #header-top #title-box{
    justify-content: flex-start;
}
#header-top #title-box a{
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: unset;
}
.trading.kankin #header-top,.trading.sinki #header-top,.trading.kounyu #header-top{
    width: 100vw;
    height: 9vh;
    background:rgb(255,255,255,.7);
    position: fixed;
    top: 0;
    z-index: 1000;
    justify-content: flex-start;
    display: flex;
	border-bottom:1px solid rgb(240,240,240,1);
}
.trading.kkankin #header-top #logo,.trading.sinki #header-top #logo,.trading.kounyu #header-top #logo{
    display: none;
}
.trading.kkankin #header-top #title-box a::before,.trading.sinki #header-top #title-box a::before,.trading.kounyu #header-top #title-box a::before{
    display:block;
	content: "<";
	font-size: 20px;
	color: #2aa8e1;
	margin:0 10px;
}
	.trading #hidden {
    padding-top:30px;
}
#header-bottom{
		position:fixed;
		top: unset;
	bottom:0;
}
	#header-bottom ul{
	border-top: 1px solid #c0c0c0;
	border-bottom:none;
}
	#header-bottom ul li a{
		width: 63%;
	font-size:0.1vw;
}
footer{
	background: #fff;
	z-index: 10;
	margin: 0 0 10vh;
}
footer small{
	font-size: 10px;
	color:#2aa8e1;
	}
footer a{
    top:unset;
	bottom: -1px;
    right: 0;
    width:50px;
}
/*ここまでフッター*/
/*ここからメイン*/
	main{
		position: relative;
		margin-top:9vh;
	}
	main #main1{
		width: 100%;
	}
	main img.sp{
		position: absolute;
		left: 0;
		top:40px;
		width:8%;
		min-width: 40px;
		max-width: 50px;
		height: auto;
	}
	
	#course .inner, #today .inner, #score .inner, #monitor .inner, #news .inner{
		width: 90%;
	}
	#course,#today,#score,#monitor,#news{
		margin: 20px 0 0;
	}
	#course .inner div.yourCourse{
		margin: 10px 0;
	}
	#course{
		font-size: 25px;
	}
	#monitor select{
		font-size: 20px;
		margin-top: 5px;
		padding: 0 10px;
	}
	#monitor .inner ul li {
    flex-basis: 100%;
}
	#today h3,#score h3,#monitor h3,#monitor p,#news ul li p:last-child{
		font-size: 16px;
	}
	#course .inner h3,#course .inner .course-btn,#score table td,#today .inner p,#monitor input,#monitor form,#monitor table td{
		font-size: 14px;
	}
	#monitor #day_keika,caption{
		font-size: 12px;
	}
	#today .inner ul p{
		margin: 10px auto;
		height: auto;
		font-size: 16px;
	}
	#today .inner ul h4 {
    font-size:18px;
}
	#today .inner ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0;
}
	#today .inner ul li.box div {
    display: block;
    content: "";
    background: #c0c0c0;
    width: 250px;
    height: 1px;
		margin: 10px 0;
}
	#today .inner ul li.mimamoru {
    flex-basis:auto;
}
	#today .inner ul li.mimamoru div img {
    width: 80%;
    height: auto;
    max-width: 300px;
    margin: 5px auto;
}
	#today .inner ul li.graph {
    width: 80%;
    margin: auto;
}
	#monitor table{
    width: 80%;
}
#news ul li {
    flex-basis:100%;
    border-bottom: 1px solid #000;
    margin: 30px 0;
}
#news ul li p:first-child {
    font-size: 11px;
    margin-bottom: 10px;
}
/*ここまでhome*/
/*資産配分*/
#allocation #course .inner h2{
	font-size: 14px;
}
#allocation #course select{
	font-size:18px;
}
#allocation #course .inner div.yourCourse{
    margin-bottom:16px;
}
#allocation #course .inner,#allocation #position .inner,#allocation #past .inner{
	width:90%;
}
#allocation #course,#allocation #position,#allocation #past{
	margin-top:20px;
}
#allocation #position ul{
	flex-basis:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#allocation #position ul.other-fund{
    width: 100%;
    flex-basis: auto;
    justify-content: center;
    margin-top:10px;
}
#allocation #position ul.other-fund li{
	text-align: center;
	display: block;
	margin: 10px;
}
#allocation #position ul:nth-child(2){
	flex-basis:auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
#allocation #position p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	flex-basis: 100%;
}
#allocation #position h2{
	font-size:16px;
	text-align: center;
	color: #fff;
	padding:10px 0 10px;
	flex-basis: 100%;
}
#allocation #position ul li {
    flex-basis: 46%;
    margin: 20px auto;
}
#allocation #position ul li div.point{
	display: flex;
	flex-direction: row;
}
#allocation #position ul li div.point h3{
	font-size:16px;
	text-align: center;
	margin-left: 2px;
	font-weight: 600;
}
#allocation #position ul li div.point font{
	font-size: 13px;
	padding: 1px 5px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#allocation #position ul li p{
	font-size:16px;
	text-align:left;
	margin-top: 15px;
}
#allocation #position ul li:nth-child(1) div.point font{
	background:#8d2222;
	color: #fff;
}
#allocation #position ul li:nth-child(2) div.point font{
	background:#da3e26;
	color: #fff;
}
#allocation #position ul li:nth-child(3) div.point font{
	background:#f08c7d;
}
#allocation #position ul li:nth-child(4) div.point font{
	background:#12658d;
	color: #fff;
}
#allocation #position ul li:nth-child(5) div.point font{
	background:#81cef2;
}
#allocation #position ul li:nth-child(1) div.point h3{
	color:#8d2222;
}
#allocation #position ul li:nth-child(2) div.point h3{
	color:#da3e26;
}
#allocation #position ul li:nth-child(3) div.point h3{
	color:#f08c7d;
}
#allocation #position ul li:nth-child(4) div.point h3{
	color:#12658d;
}
#allocation #position ul li:nth-child(5) div.point h3{
	color:#81cef2;
}
#allocation #position ul ul{
	flex-basis:auto;
	display:block;
}
#allocation #position ul ul li{
    text-align: left !important;
	margin: 10px 0;
}
#allocation #position ul ul li:first-child {
    flex-basis:auto;
    height:auto;
    width:auto;
}
#allocation #position ul ul li a{
    font-size: 14px;
	text-decoration: underline;
}
#allocation #past{
	margin-bottom: 50px;
}
#allocation #past h3{
	font-size:16px;
	text-align: center;
	padding:10px 0 10px;
	flex-basis: 100%;
}
#allocation #past form{
	width: 420px;
}
#allocation #past form p{
	font-size: 14px;
}
#allocation #past select {
}
#allocation #past input{
    font-size:14px;
}
#allocation #past .graph p{
    font-size: 14px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
/*ここまで資産配分*/
/*運用計画と売買計算一覧*/
.trdTop,#simTop {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
	.trading img.sp.top,#simTop img.sp.top{
		position: absolute;
		top: 10px;
		left:0;
		width:40px;
		height: auto;
	}
.trading #menu,.simulation #menu {
    width:100%;
}
div#menu div h2 {
    font-size: 16px;
	font-weight: 600;
	margin: auto;
}
.trading #menu div a img,.simulation #menu div a img {
    width:60px;
    height: auto;
}
.trading #menu div p,.simulation #menu div p{
    font-size:13px;
    margin-top: 10px;
}
.trading .title h1,.simulation .title h1{
    font-size:25px;
	margin-top: 35px;
}
.trading .title img,.simulation .title img{
    font-size:25px;
	height:79px;
	top: -32px;
}
.trading #menu div a div{
    width: 66%;
}
.trading #menu div a{
    width:260px;
    margin-bottom:10px;
	margin-top: 10px;
	height: 95px;
}
/*ここまで運用計画と売買計算一覧*/
/*初めての投資*/
	#sinki .inner,.trading #hidden .inner{
    width:90%;
    margin: 30px auto 30px;
}
	.trading #sinki .inner h2 {
    font-size:15px;
}
	.trading #sinki .title h1 {
    font-size:18px;
	margin-top:0;
		font-weight: 500;
}
	#sinki .title {
    margin: 10px 0 10px;
}
	.trading #sinki ul li div {
    height: 50px;
}
	.trading #sinki ul li div h3 {
    font-size: 16px;
		text-align: left;
}
	.trading #sinki ul li div img {
    margin-left:5px;
}
	.trading #sinki .btn, .trading .btn {
    text-align: center;
		min-width: 150px;
		width: auto;
}
	.trading .calc #point{
		font-size: 14px;
	}
	.trading #hidden .inner table td {
    font-size: 16px;
}
	.trading #hidden .inner {
    margin: 10px auto 10px;
}
	.trading #announce p {
    font-size: 15px;
}
	/*.trading #sinki ul li {
	max-width: 640px;
}
	.trading #sinki ul.kankin li input{
		width: 140px;
		margin-right: 5px;
}
	.trading #sinki ul.kankin li select{
	width:161px; 
}*/

	.trading #sinki .bread p {
    font-size: 13px;
}
/*ここまで初めての投資*/
/*換金時sp*/
	#sinki label {
    font-size: 16px;
		margin-bottom:5px;
}
	.trading #sinki ul.kankin li div {
    height: auto;
}
	#sinki .kankin label {
    font-size: 14px;
    margin-bottom: 5px;
		width: 56px;
		margin-right: 10px;
}
	.sinki #sinki .kankin li:nth-child(2) label,.kankin #sinki .sinki li:nth-child(2) label{
    width:56px;
}
	.kounyu #sinki .kankin li label{
    width:70px!important;
}
	#sinki .kankin select {
    font-size: 17px;
    width: 187px;
}
	#sinki .kankin font{
    font-size: 13px;
}
	.trading #sinki ul li div h3.title1::after,.trading #sinki ul li div h3.title2::after,.trading #sinki ul li div h3.title3::after {
    font-size: 12px;
}
	.trading #sinki #stock div {
    flex-basis: auto;
}
	.trading #sinki #stock div:first-child h3::after {
    display: block;
    font-size: 12px;
}
	.trading #sinki #stock .fundin h4 {
    font-size: 14px;
}
	.trading #sinki #stock .fundin h4::before {
    width: 14px !important;
    height: 14px!important;
}
	.trading #sinki .calc .kankin p {
    margin-right: 0;
}
	.trading #sinki #stock div {
    flex-basis: 100%;
    max-width: 250px;
    margin:20px auto 10px;
}
	.trading #sinki #stock div:nth-child(1) {
    flex-basis: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
}
	input#asset-d3 {
    width: 40%;
}
	.trading #sinki #stock div:last-child {
    margin: 20px auto 10px;
}
		#sinki #stock .fundin label{
    font-size: 14px;
    margin-bottom: 5px;
		width: 56px;
		margin-right: 10px;
}
	.trading #announce {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
	#sinki #stock .fundin p {
    color: #000;
    font-size: 14px;
}
	.trading #sinki p {
    text-align: center;
    font-size: 13px;
    color: red;
}
	.kankin {
    margin-top: 20px !important;
}
	.trading #hidden .inner h5{
    margin-top: 30px;
}
	.trading #hidden .inner table {
    margin: 5px auto 20px !important;
    width: 100%;
}
/*ここまで換金時*/
	/*お金を使う・増やす時*/
	.simulation .inner:nth-child(2) {
    width:100%;
    max-width:716px;
    margin: auto;
}
	.simulation .inner .bread p {
    font-size: 13px;
}
	.simulation .inner table td, .simulation .inner #tableinner .table2 th{
		font-size:15px !important;
	}
	.simulation .inner #tableinner .table2.hei td, .simulation .inner #tableinner .table1 td, .simulation .inner #tableinner .table2 th,.simulation .inner #tableinner .table2 td{
    height: 47.8px;
}
	.simulation .inner #tableinner .table1.tabel2 tr {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
	.simulation .inner #tableinner div{
    width: 90%;
}
	.simulation .inner #tableinner .table1.tabel2 table,.simulation .inner #tableinner .table1{
    width:100%;
}
	
	/*.simulation .calc table tbody {
    width: 80%;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}
	.simulation .calc table {
    width:100vw;
    max-width: 1000px;
    margin: auto;
}
	.simulation .inner #tableinner p{
    width: 90%;
		font-size: 14px;
}
	.simulation .inner #tableinner .table1 td {
    font-size: 15px;
}
	.simulation .inner #tableinner div div,.simulation .inner #tableinner .table2 td,.simulation .inner #tableinner .table2 th{
    font-size: 15px;
		text-align: center;
}
	.simulation .inner .calc table td select{
		width: 171px;
		margin-right: 0;
	}
	.simulation .inner .calc table tr:first-child {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
}
	
	.simulation .inner .calc table tr{
		margin-right: 0;
	}
	.simulation .inner .calc table td.label {
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
    width: 106px;
}
	.simulation.receive .inner .calc table td.label {
    width: 80px;
		text-align: left;
}
	.simulation .inner .calc table td.text {
    font-size: 14px;
    width:28px;
}*/
/*ここまでお金を使う・増やす時*/
/*使い方一覧*/
#usagetop .list h1{
	font-size:25px;
	margin: 50px 0 30px;
}
#usagetop .list ul{
	flex-basis: auto;
    width: 90%;
    margin: 30px auto;
    flex-direction: column;
}
#usagetop .list ul li{
	flex-basis:50%;
	padding:15px 0;
}
#usagetop .list ul li h2{
	font-size:16px;
	margin-bottom:0px;
}
#usagetop .list ul li p{
	font-size:15px;
}
	#usagetop .list ul li p a img {
    height:17.25px;
}
/*ここまで使い方一覧*/
.open {
   overflow: hidden;
  }

  .open #global-nav {
    visibility: visible;
    opacity: 1;
	  transition: all 0.5s ease-out;
	  z-index: 100;
  }

  .open #global-nav ul {
    opacity: 1;
    transform: translateY(0);
  }
  #nav-toggle {
    position: fixed;
	  top: 11vh;
    left: 15px;
	  height: 25px;
  }

  #nav-toggle>div {
    position: relative;
    width: 30px;
  }

  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background:#2ea7e0;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 10px;
  }

  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span {
    background:#2ea7e0;
  }

  .open #nav-toggle span:nth-child(1) {
    top:9px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top:9px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  #nav-toggle {
    z-index:1000;
  }
  #global-nav {
    width:100vw;
    position: fixed;
    top: 9vh;
   right: 0; 
    bottom: 0;
    z-index:990;
    visibility: hidden;
    opacity:0;
    transition: opacity .6s ease, visibility .6s ease;
	  height: 81vh;
}
  #global-nav a {
    transition: color .6s ease;
  }
	#usagetop .usage_home #sidelist h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 3px solid #c0c0c0;
}
	#usagetop .usage_home #sidelist ul {
    background: #fff;
    border:none;
    border-radius:0;
    padding: 10px;
    height: 81vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
	#global-nav ul ul li{
		flex-basis:15%;
		display: flex;
		align-items: flex-start;
	}
	#global-nav ul li a,.open #global-nav ul li a{
		font-size: 14px;
	}
#usagetop .usage_home #sidelist li p {
    margin: 10px 0 10px 10px;
}
/*使い方home*/
	#usagetop .usage_home {
    width:100%;
	min-width:auto;
}
	#usagetop .usage_home #sidelist {
    width: auto;
    margin-top:0;
}
	#usagetop .usage_home #mainlist {
    width:80%;
    margin: auto;
}
	#usagetop .usage_home #mainlist .listtitle h1 {
    font-size: 20px;
		text-align: center;
}
	#usagetop .usage_home #mainlist p,#usagetop .usage_home #mainlist h3{
    font-size: 15px;
}
	#usagetop .usage_home #mainlist h2 {
    font-size: 18px;
}
	#usagetop .usage_home #mainlist table {
    width: 100%;
    margin: auto;
}
	#usagetop .usage_home #mainlist table td {
    font-size: 16px;
}
	#usagetop .usage_home #mainlist .listinner img, #usagetop .usage_home #mainlist .listtitle img {
    width: 100%;
}
	#usagetop #gotop a {
    font-size: 18px;
}
	#usagetop .usage_home #mainlist table.tabel2 td {
    padding: 10px 5px;
    font-size: 14px;
}
	#usagetop .usage_home #mainlist .listpoint img {
    height: 70px !important;
    margin: 0px 0 0 auto;
		width: auto;
}
/*ここまで使い方home*/
/*登録情報*/
#member h1{
	font-size:20px;
	margin-bottom: 30px;
}
#member ul input,#member ul select{
	font-size: 16px;
}
	#member ul.sp{
		border-top:1px solid #c0c0c0;
	}
	#member ul.sp li .btn{
		border-bottom:1px solid #c0c0c0;
	}
	#member ul.sp li h2{
		font-size: 13px;
    color: #505050;
    margin: 20px 0 5px;
	}
	#member ul.sp li p{
		font-size:17px;
		margin-left: 20px;
	}
	#member ul.sp li p.pass{
		font-size:19px;
		text-align: center;
		letter-spacing:2px;
	}
	#member .relog-rgt ul li {
    font-size: 18px;
    margin: 50px auto;
    width:80%;
    line-height: 1.8;
}
#member .btn input{
	font-size:16px;
}
#member .btn .cancel{
	font-size:16px;
}
#member .info .btn button{
    font-size: 16px;
}
		#member .info ul p {
    font-size: 14px;
}
	#member h1.change {
    font-size:20px;
		margin: auto;
}
	#member form {
		margin: auto;
}
	#member table{
    width: 100%;
}
	#member table tr{
    display: flex;
		flex-direction: column;
}
	#member th{
    font-size:12px;
		padding: 0;
}
	#member td{
    font-size: 16px;
		padding-top:10px;
    padding-bottom: 20px;
}
/*ここまで登録情報*/
	/*パスワード変更*/
	#member #pass p,#member #pass ul li {
    font-size: 16px;
    margin:40px auto 0;
}
/*診断ページ*/
#shindan main h1{
	font-size:25px;
	margin: 30px 0 10px;
	font-weight: 500;
}
#shindan main p{
	font-size:11px;
	margin-bottom:20px;
}
#shindan main ul{
	width:80%;
	margin: auto;
}
#shindan main ul li{
	margin-bottom:30px;
}
#shindan main ul li div{
	width: 100%;
    height:60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#shindan main ul li p{
	width: 100%;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#shindan main ul li p select {
    border: 1px solid #c0c0c0;
    width: 100%;
    padding: 10px 0;
    -webkit-appearance: auto;
    appearance: auto;
    font-size: 13px;
    font-weight: 500;
}
#shindan main ul li div h2{
	font-size:16px;
	line-height: 1.5rem;
}
#shindan main ul li div img{
	width: auto;
    height: 100%;
	z-index: 10;
}
/*ここまで診断ページ*/
/*診断結果*/
#shindan-list h1{
	font-size:25px;
	font-weight: 500;
	margin-top:30px;
}
#shindan-list .inner{
	width:80%;
	border-radius:20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#shindan-list .inner h2{
    text-align: center;
    font-size:16px;
    margin:20px 0 10px;
}
#shindan-list #course .inner h3 {
    margin: 0px 0 10px;
}
/*#shindan-list input[type="submit"] {
    font-size: 12px;
	padding: 0;
    width: 123px;
}
#shindan-list #course02 input[type="submit"] {
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 180px;
}
#shindan-list #course02 input[type="submit"]:last-child{
    margin-bottom:0;
	background: #ddd;
	color: #000;
}*/
#shindan-list form {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#shindan-list select {
    font-size: 16px;
    padding: 5px 0;
    margin: 0 auto 10px;
    width: 180px;
}
#shindan-list #course p {
    font-size:16px;
    text-align: center;
    color: #000;
    margin: 20px 0 10px;
}
#shindan-list #alloc ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 10px 0 0;
}
#shindan-list #alloc p {
    font-size: 13px;
    text-align: center;
    color: #d84931;
	line-height: 1.5;
}
#shindan-list #predict table {
    margin: auto;
    border: 1px solid #000;
    margin-bottom:10px;
}
#shindan-list #predict td {
    border-right: 1px solid #000;
	font-size: 13px;
	padding: 4px;
}
#chui .inner {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top:20px;
}
#chui font {
    width: 90%;
}
/*ここまで診断結果*/
/*ログイン画面*/
	#prelogin form {
    margin: 0 auto;
}
	#prelogin form table {
    width:100%;
}
	#prelogin form table tr{
    display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
}
	#prelogin form table td, #prelogin form table th {
    width:80%;
	max-width: 310px;
		padding: 0;
}
	#prelogin form table td, #prelogin form table th {
    font-size: 15px;
    width: 100%;
}
	#prelogin form table td input {
    font-size:15px;
		margin: 5px 0 20px;
}
	#prelogin form input.btn {
    width:80%;
    max-width: 310px;
		font-size: 16px;
}
/*ここまでログイン画面*/
/*メール変更*/
	#member #mail input#box {
    width:80%;
		margin: 10px auto 20px;
}
	#member #mail p {
    font-size: 15px;
}
	#member #mail form div {
    margin-top:0px;
}
/*ここまでメール変更*/
	/*登録解除*/
#prelogin main p.text{
    font-size: 16px;
}
/*ここまで登録解除*/

}
@media screen and (max-width:595px) {
	main {
    margin-top:60px;
}
	.menu-btn {
    height: 46.69px;
		top: 6.655px;
}
	#header-top {
    height: 60px;
}
	#header-top #logo {
    height: 60px;
}
	#header-top #logo a {
    height: 60px;
}
	#header-top #logo img {
    height: 40px;
}
		#nav-toggle {
    top:75px;
}

	#course,#today{
    margin: 0;
}
		#course .inner,#news .inner{
		width: 100%;
    border:none;
	}
	#today .inner, #score .inner, #monitor .inner{
		width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
	}
	#course h3,#score h3, #monitor h3{
		margin-left: 10px;
	}
	#course .inner h3{
    font-size: 13px;
}
	#course .inner div.yourCourse {
    font-size: 20px;
}
	#course .inner a {
    margin-right: 10px;
    font-size: 13px;
}
	#today .inner ul p.link{
    margin-top: 0;
}
	#today .inner ul p.link a{
    font-size: 13px;
	margin-right: 10px;
		margin-bottom: 5px;
}
	#today .inner ul p.link a::after {
    content: ">";
    font-size: 14px;
		margin-top: 13px;
}
	#monitor form label{
		flex-basis:80%;
		text-align: left;
	}
	#news ul li p:last-child {
    font-size: 13px;
}
	#shindan main ul li div h2 {
    font-size: 14px;
}
	#allocation #course {
    margin-top: 10px;
}
	#allocation .bread p {
    font-size: 13px;
}
	#allocation #course .inner, #allocation #past .inner{
    width:100%;
    max-width: 1000px;
    margin: auto;
    border:none;
}
	#allocation #position .inner {
    width:100%;
    max-width: 1000px;
    margin: auto;
    border-top:none;
    border-right:none;
    border-left:none;
}
	#allocation #position ul {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
	#allocation #position ul li {
    width: 90%;
    flex-basis: auto;
    margin: 20px auto;
}
	#allocation #course .inner div.yourCourse{
    margin: 0;
}
	#allocation #course .inner div.yourCourse form {
    width: 80%;
    margin:20px auto;
    display: flex;
    flex-direction:column;
    justify-content: center;
}
	#allocation #position{
		margin-top: 0;
	}
	#allocation #course .inner div.yourCourse form select {
    margin: auto;
}
	#allocation #course .inner div.yourCourse form .btn {
    max-width: unset;
}
	#allocation #course .inner div.yourCourse form .btn input {
    font-size: 13px;
    padding: 9px 0;
    margin: 20px auto 0;
		max-width: 100px;
}
	#allocation #past form {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 225px;
    width: auto;
}
	#allocation #past form p {
    flex-basis: 31%;
    justify-content: flex-start;
    margin-bottom: 5px;
    max-width: 56px;
}
	#allocation #past select {
    font-size: 18px;
    max-width: 153px;
    flex-basis: 68%;
}
	#allocation #past .btn{
		margin:20px auto 0 !important;
}
	#allocation #past input {
    margin: auto;
		padding: 5px 0;
}
	#allocation #past .inner .graph ul {
    width:80%;
}
	#allocation #past .inner .graph ul li {
    justify-content: space-between;
}
	#allocation #past .inner .graph ul li div {
    font-size: 13px;
}
	#allocation #past .inner .graph ul li div.right {
    flex-basis: 65%;
		margin-left: 0;
}
	#allocation #past .inner .graph ul li div.left {
    flex-basis: 30%;
}
		.trading .calc ul li {
    flex-direction: column;
}
	#sinki #stock .fundin {
    width: 90%;
    margin: auto;
}
	.simulation .inner .bread {
    flex-direction: column;
    align-items: flex-start;
}
	.simulation .inner .bread p a img{
    margin-right:15px;
		margin-top: 10px;
}
		.trading .calc ul li h3,.trading .calc ul li h5{
    font-size: 12px;
		margin: 0;
}
	.trading .calc ul li p {
    font-size: 17px;
    margin-top: 10px;
    flex-basis: auto;
    width: 100%;
    max-width: none;
}
	.simulation #menu div {
    flex-basis: 45%;
    width: auto;
    margin: 50px auto 0;
}
	.simulation #menu div a div {
    width: 100%;
    flex-basis: auto;
}
	.simulation #menu div p {
    width: 90%;
    margin: 5px auto 0;
}
	.simulation .inner .calc table td select,.simulation .inner .calc table td input{
		font-size: 17px
	}
	.simulation #menu div h2 {
    font-size: 16px;
    margin: auto;
}
	.simulation .calc ul li {
    flex-direction: column;
}
		.simulation .calc ul li h3{
    font-size: 12px;
		margin: 0;
}
	.simulation .calc ul li p {
    font-size: 17px;
    margin-top: 10px;
    flex-basis: auto;
    width: 100%;
    max-width: none;
}
	#member .info ul.one li {
    flex-direction: column;
}
	#member .info ul h2 {
    font-size:12px;
}
	#member .info ul.one li p{
    font-size:17px;
		margin-top: 10px;
}
	#member .info ul p.small {
    font-size: 14px;
}
	#member .change ul li{
    flex-direction: column;
}

	#member .change ul li h2 {
    font-size: 12px;
}
	#member .change ul li input,#member .change ul li select{
    font-size: 17px;
    margin-top: 10px;
    flex-basis: auto;
    width: 100%;
    max-width: none;
}
	#member .change h1 {
    margin-bottom: 50px;
}
	#member .change form {
    margin: auto auto 100px;
}
	#shindan-list .inner {
    width: 80%;
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
	#shindan-list .inner.one {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
	.btn input{
    font-size:14px !important;
		padding: 9px 0px;
}
	.btn .cancel {
    font-size:14px !important;
		padding: 9px 0px;
}
	.btn input, .btn .go, .btn .cancel{
		margin:30px auto 20px;
	}
	.regist ul.one li {
    flex-direction:column;
}
	.regist ul.one li h2 {
    font-size: 12px;
}
	.regist ul.one li p {
    font-size: 17px;
    margin-top: 10px;
    word-break: break-all;
    flex-basis: auto;
    width: 100%;
}
	#prelogin .frg-rgt li {
    margin-top: 30px;
		width: 100%;
}
	#member #mail h1 {
    font-size:24px;
}
	#member #mail p {
    margin:30px auto;
}
		/*パスワード変更*/
	#member #pass p,#member #pass ul li {
    font-size:15px;
    margin:30px auto 0;
}
#login form ul.one li {
    flex-direction:column;
}
	#login form ul.one li p {
    font-size:15px;
    flex-basis: auto;
    width: 100%;
    margin: 0;
}
}