@charset "UTF-8";

/* 01.html用 */

/* container内要素を全て中央寄せ */
#container{
  text-align: center;
}
#container.stepzero{
  text-align: left;
}

/* 1〜2行目 */
.maintheme{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 14px;
}

 .maintheme .theme{
  font-size: 18px;
}

/* ポートフォリオを構築する */
.red{
  background: #CD0005;
  border-radius: 25px;
  font-size: 15px;
  color: #ffffff;
  display: inline;
  padding:5px 30px;
}

/* 4〜5行目 */
.question{
  color: #001448;
  font-size: 13px;
  margin-top:20px;
  font-weight: normal;
  margin-bottom: 20px;
}
.question .q{
  font-size: 30px;
  margin-top:20px;
  font-weight: bold;
}

/* 金融電卓へ */
.left{
  width:44%;
  float:left;
  margin-left: 4%;
  margin-right: 4%;
}

.left p{
  color: #B31D05;
  margin-top:10px;
}

.button1{
  background: #0E6FC0;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.4);
}

.button1 p{
  color: #ffffff;
  margin: 0;
  padding: 10px;
}

/*  修正no13  */

.leftimages{
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
}
.left img{
  height:55px;
  width: 90%;
  min-width: 427px;
  margin-bottom: 10px;

}


/* 投資スタイル診断へ */
.right{
  width:44%;
  margin-right: 4%;
  float:left;
}

.right p{
  color: #B31D05;
  margin-top:10px;
}

.button2{
  background: #0E6FC0;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.4);
}

.button2 p{
  color: #ffffff;
  padding: 10px;
  margin: 0;
}

.right img{
  height: 55px;
  width: 90%;
  object-fit: cover;
  margin-bottom: 10px;
}


/* 02-1.html用 */

body{
  width: 100%;
  margin: 0 auto;
}
#wrap2{
	width:92%;
	text-align: left;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

.content{
  margin-bottom: 20px;
  color: #313131;
  clear: both;
  line-height: 12px;
}

h1{
  font-size: 13px;
  color: #494949;
  margin-bottom: 5px;
}

h1 span{
  color: #bd1f04;
  font-weight: bold;
}

h2{
  float: left;
  margin-top: 5px;
  font-weight: bold;
  line-height: initial;
}

#con1,#con2,#con3{
  /*padding-top: 70px;*/
}

.triangle{
  display: none;
  width: 0;
	height: 0;
  margin: 0 auto;
	border-top: 40px solid #000055;
	border-right: 50px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 50px solid transparent;
  pointer-events:none;
}
.select{padding-top: 10px;}

.select a{
  float: left;
  background: #D4DEF1;
  color: #4B4E51;
  width: 220px;
  margin-right: 20px;
  height: 50px;
  border-radius: 10px;
  display: block;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
}

.snumber{
  float: left;
  color: #4C78DA;
  height: 40px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
}

/* 吹き出しの色変え　ここから */
.con1s .triangle,.con2s .triangle,.con3s .triangle{
  display: block;
}

.select .con1s a,.select .con2s a,.select .con3s a{
  float: left;
  background: #000055;
  color: #ffffff;
  width: 220px;
  /*width: 30%;*/
  margin-right: 20px;
  height: 50px;
  border-radius: 10px;
  display: block;
  box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
}


.con1s .select,.con2s .select,.con3s .select{
  background: #000055;
  color: #ffffff;
  box-shadow: none;
}

.con1s .snumber,.con2s .snumber,.con3s .snumber{
  color: #B9CCEF;
}
/* 吹き出しの色変え　ここまで */

.slant{
  font-size: 12px;
  transform: rotate(-15deg);
  display: inline-block;
  width: 50px;
  height: 10px;
  margin-top: -20px;
  text-align: center;
  font-weight: bold;
}
.number{
  margin-top: -5px;
}
.big{
  float: left;
  display: block;
  margin-top:7px;
  font-size: 110%;
  font-weight: bold;
}
.small{
  font-size: 11px;
  float: left;
}

.form{
  background: #e5e5e5;
  border: solid 1px #d0d0d0;
  padding: 10px 10px 0px;
  font-size: 16px;
  min-height: 2.5em;
  padding-bottom: 10px;
}

hr{margin: 37px 0;}

div.tabbox { border-bottom: 10px solid #2B4C7F; margin-bottom: 20px;}
p.tabs { margin: 0px; padding: 0px; height: 30px;}
p.tabs a {
   /* ▼(B-2)リンクをタブのように見せる */
   display: block;
   float: left;
   margin: 0px 1px 0px 0px; padding: 3px;
   text-align: center;
   border: solid #2B4C7F 1px;
   border-radius: 5px 5px 0px 0px; /* 角を丸くする */
   width: 250px;
    cursor: pointer;
}
/* ▼(B-3)各タブの配色 */
p.tabs a.tab1 {
  background-color: #ffffff;
  color: #2B4C7F;
  margin-left: 20px;
  display: inline-block;
  height: 29px;
  line-height: 30px;
  padding: 0 20px;
}
p.tabs a.tab2 {
  background-color: #ffffff;
  color: #2B4C7F;
  margin-left: 20px;
  display: inline-block;
  height: 29px;
  line-height: 30px;
  padding: 0 20px;
}
p.tabs a.tab1s {
  background-color: #2B4C7F;
  color: #ffffff;
  margin-left: 20px;
  display: inline-block;
  height: 29px;
  line-height: 30px;
  padding: 0 20px;
}
p.tabs a.tab2s {
  background-color: #2B4C7F;
  color: #ffffff;
  margin-left: 20px;
  display: inline-block;
  height: 29px;
  line-height: 30px;
  padding: 0 20px;
}

.stage ul{
 width:100%;
}
.stage li{
  width: 20%;
  float: left;
  margin: 0 auto;
}

.stage{
  clear: both;
  margin-top: -60px;
  margin-bottom: 10px;
}

.old20{
  background: #149feb;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}

.old30{
  background: #fd8627;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}

.old40{
  background: #df646f;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}

.old50{
  background: #0a5ab2;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}

.old60{
  background: #82c93f;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  margin: 0 auto;
}

.btn-wrapper{
  margin-top: 20px;
  width:590px;
  margin-left:auto;
  margin-right:auto;
}
.b-left{
  float: left;
}
.b-right{
  float: left;
  margin-left:20px;
}
#wrap2 .b-right_one{
  float: none;
  margin-left:20px;
}
/*ボタン*/
#wrap2 .linkbtn3{
  width:260px;
}
.b-left .linkbtn3:before{
	content:'＜ ';
}
.b-right .linkbtn3:after{
	content:' ＞';
}
#stageselect .linkbtn3{
  padding: 8px 10px;
  width:230px; line-height:1; font-size:15px;
}
#stageselect .b-right{
  float:right;
  margin-top: 10px;
}
#stageselect .b-left{
  font-size:14px;
}
.b-left2{
  float:left;
}
.b-right2{
  float: right;
  text-align: right;
  width: 50%;
  margin-top:10px;
}

.clear{
  clear: both;
}

.mokuteki{
  clear: both;
  padding-top: 5px;
}

.note{
  clear: both;
  font-size: 9px;
  line-height: 20px;
  padding-top: 20px;
}

.note ol {
  counter-reset: number;
  list-style: none;
}
.note ol li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
}
.note li{
  padding-left: 10px;
}

input{
  height: 2.5em;
}

input[type="number"]{
  border:solid 1px #4a4a4a;
  background:#ffffff;
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 10px;
}

input[type="submit"]{
  background: #005ED4;
  border-radius: 5px;
  width:160px;
  height: 3em;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border: none;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
}

label{
  cursor: pointer;
  border: 1px solid #cccccc;
  font-size: 16px;
  color:  #555555;
  text-align: center;
  background-color: #ffffff;
  display: inline-block;
  margin: 2px;
  padding: 6px 3px 3px;
  box-sizing: content-box;
  line-height: 18px;
}

.triming {
    overflow: hidden;
    height: 30%;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

table{
  margin-bottom: 10px;
}

table img{
  width:80%;
  pointer-events: none;
}

tr{
  padding: 1px;
}

td{
    height: 145px;
    padding: 1px;
    width: 175px;
}

table span{
  font-size: 80%;
  margin-left: 1em;
}

input[type="checkbox"]{
  display: none;
}

.mokuteki:checked + .marriage {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .myhome {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .highschool {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .ladder {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .overseas {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .car {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .born {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .journey {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .university {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .couple {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .elementary {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .balloon {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .care {
  border: 3px solid #0087BB;
  margin:0;
}

.mokuteki:checked + .funeral {
  border: 3px solid #0087BB;
  margin:0;
}
#select_separator{
  padding-top: 70px;
}
