/* _setting CSS */
/* _setting CSS */
/* pc & sp
------------------------------------------------------------------------- */
/* ////.pc & sp
------------------------------------------------------------------------- */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents {
    margin-top: 0;
  }

  #main {
    max-width: 100%;
  }
  #main .vis_wrap {
    width: 100%;
    min-height: 110px;
    padding: 40px;
    border: 1px solid #dadada;
    background-color: #f6f6f6;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #main .vis_wrap .image {
    width: 120px;
    padding: 0 20px 0 0;
  }
  #main .vis_wrap .image img {
    width: 80%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #main .vis_wrap .hd_wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #main .vis_wrap .hd_lead {
    width: 100%;
    padding: 20px 20px 0 120px;
    font-weight: bold;
  }
  #main .vis_wrap h1 {
    order: 2;
    color: #ec788e;
    font-size: 4.2rem;
  }
  #main .vis_wrap .top_wrap {
    order: 1;
    margin: 0 0 5px;
  }
  #main .vis_wrap .top_wrap ul {
    text-align: left;
    margin: 0 0 3px;
  }
  #main .vis_wrap .top_wrap ul li {
    display: inline-block;
    padding: 1px 6px;
    background: #ec788e;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  #main .vis_wrap .top_wrap p {
    color: #ec788e;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #main .vis_wrap .pd_wrap {
    width: 1100px;
    margin: 0 auto;
  }
  #main .fund_update {
    margin: 0 0 5px;
    text-align: right;
  }
  #main .value_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
  }
  #main .value_wrap li {
    float: left;
    width: 267px;
    background: #f3f3e9;
  }
  #main .value_wrap h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 17px 0;
    color: #00a89a;
    background-color: #dee9e3;
    margin-bottom: 0;
  }
  #main .value_wrap p {
    height: 70px;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #00a89a;
    background-color: #f6f6f6;
    padding-top: 24px;
  }
  #main .value_wrap p span {
    font-size: 1.4rem;
  }
  #main .value_wrap .li2 p {
    color: #a40035;
  }
  #main .value_wrap .li3 {
    margin: 0;
  }
  #main .value_wrap .li4 {
    float: right;
    margin: 0;
  }
  #main .value_wrap .li4 p {
    line-height: 13px;
  }
  #main .value_wrap .li4 p small {
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
  }
  #main .pc_ex {
    display: none;
  }
  #main .pd_wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  #main .pc_wrap {
    margin-bottom: 50px;
  }
  #main .pc_wrap table {
    width: 100%;
  }
  #main .pc_wrap table tr:last-child .value_none {
    background-color: #eee;
  }
  #main .pc_wrap table th, #main .pc_wrap table td {
    font-size: 1.6rem;
    border: 1px solid #fff;
    padding: 14px 5px;
    text-align: center;
  }
  #main .pc_wrap table th {
    color: #fff;
    font-weight: bold;
    background-color: #00a89a;
  }
  #main .pc_wrap table td {
    color: #00a89a;
    background-color: #dde9e3;
  }
  #main .pc_wrap table .top th {
    width: 63px;
  }
  #main .pc_wrap table .top th:first-child {
    width: 50px;
  }
  #main .pc_wrap table .top th:last-child {
    background-color: #00462e;
  }
  #main .chart_wrap {
    margin: 0 0 20px;
    padding: 20px 30px 15px;
    background-color: #f6f6f6;
  }
  #main .chart_wrap .chart__grid {
    stroke: #e7eef4;
    stroke: #ccc;
    stroke-width: 1.2px;
  }
  #main .chart_wrap svg {
    width: 100%;
    font: 10px sans-serif;
  }
  #main .chart_wrap .area {
    fill: rgba(255, 100, 100, 0.5);
    -webkit-clip-path: url("#clip");
    clip-path: url("#clip");
  }
  #main .chart_wrap .axis path, #main .chart_wrap .axis line {
    fill: none;
    stroke: #e7eef4;
    shape-rendering: crispEdges;
  }
  #main .chart_wrap .brush .extent {
    stroke: #fff;
    fill-opacity: 0.125;
    shape-rendering: crispEdges;
  }
  #main .chart_wrap .chart text {
    fill: #111;
  }
  #main .chart_wrap .chart__line {
    fill: none;
    stroke-width: 1.2px;
    -webkit-clip-path: url("#clip");
    clip-path: url("#clip");
  }
  #main .chart_wrap .chart__nav--focus {
    stroke-width: 1.5px;
    stroke: #00a89a;
  }
  #main .chart_wrap .chart__aum--focus {
    fill: rgba(153, 203, 75, 0.6);
  }
  #main .chart_wrap .chart__overlay {
    opacity: 0;
    pointer-events: all;
  }
  #main .chart_wrap .chart__tooltip--stripe {
    fill: none;
    stroke: #000;
    stroke-width: 0.5px;
    opacity: 0.4;
  }
  #main .chart_wrap .chart__tooltip--nav, #main .chart_wrap .chart__tooltip--aum {
    fill: #333;
    stroke: #000;
    opacity: 0.4;
  }
  #main .chart_wrap .chart__bars {
    fill: #99c5df;
    opacity: 1;
  }
  #main .chart_wrap .chart__range-selections text {
    cursor: pointer;
    text-decoration: underline;
    fill: #2980b9;
  }
  #main .chart_wrap .chart__axis--context text {
    fill: #666;
  }
  #main .chart_wrap .chart__axis--context .tick:nth-child(odd), #main .chart_wrap .chart__axis--context path, #main .chart_wrap .chart__axis--context line {
    display: none;
  }
  #main .chart_wrap .x.brush {
    stroke: #f57e84;
  }
  #main .chart_wrap .chart__area {
    fill: #dde9e3;
  }
  #main .chart_wrap .chart__area.line {
    fill: none;
    stroke: #00a89a;
  }
  #main .chart_wrap .extent {
    fill-opacity: 0.4;
  }
  #main .chart_wrap .y.axis .tick text {
    fill: #111;
  }
  #main .chart_wrap .y2.axis .tick text {
    fill: #526d27;
  }
  #main .chart_wrap .y2.axis text {
    fill: #526d27;
  }
  #main .chart_wrap .chart__helper text {
    font-size: 1.4rem;
    fill: #fff;
    fill: #111;
  }
  #main .chart_wrap .range_wrap {
    margin: 0 0 10px;
  }
  #main .chart_wrap .range_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #main .chart_wrap .range_wrap p {
    float: left;
    width: 380px;
  }
  #main .chart_wrap .range_wrap p button {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    font-size: 1.4rem;
    color: #fff;
    color: #111;
  }
  #main .chart_wrap .range_wrap p button.on {
    border-bottom: 1px solid #90c8ad;
  }
  #main .chart_wrap .range_wrap .date_range2 {
    float: right;
    width: 340px;
    color: #111;
    text-align: right;
  }
  #main .chart_wrap .range_wrap .date_range2 input {
    width: 100px;
    height: 24px;
    color: #666;
    text-align: center;
  }
  #main .sp_page_nav {
    width: 100%;
    margin: 30px auto 40px auto;
    background: #dee9e3;
  }
  #main .sp_page_nav h2 {
    padding: 17px 0;
    color: #00a89a;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
  }
  #main .sp_page_nav ul {
    width: 100%;
    display: flex;
    background-color: #fff;
    border: 4px solid #dee9e3;
    flex-wrap: wrap;
    padding: 12px 40px;
    justify-content: space-between;
  }
  #main .sp_page_nav ul li {
    display: block;
    padding: 1px;
    box-sizing: border-box;
  }
  #main .sp_page_nav ul li a {
    display: block;
    padding: 8px 5px;
    background-color: #fff;
    font-size: 1.6rem;
    color: #666;
    text-decoration: none;
  }
  #main .sp_page_nav ul li a:hover {
    color: #00a89a;
  }
  #main .sp_page_nav ul li a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: -5px;
    width: 0;
    height: 0;
    margin: 0 3px 0 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #00a89a;
  }
  #main .sp_page_nav ul li.on a {
    color: #00a89a;
  }
  #main .fund_text_wrap h2 {
    margin: 0 0 35px;
    padding: 0 0 0 10px;
    border-left: 5px solid #00a89a;
    color: #00a89a;
    font-size: 2rem;
    font-weight: bold;
  }
  #main .fund_text_wrap .text_wrap {
    margin: 0 0 35px;
  }
  #main .fund_text_wrap .text_wrap h4 {
    font-size: 1.8rem;
    margin: 0 0 3px;
    color: #00a89a;
    font-weight: bold;
  }
  #main .fund_text_wrap .text_wrap p {
    margin: 0 0 15px;
  }
  #main .fund_text_wrap .text_wrap img {
    display: block;
    margin: 0 auto;
  }
  #main .fund_text_wrap .lund_list {
    margin: 0 0 15px;
  }
  #main .fund_text_wrap .lund_list li {
    margin: 0 0 5px;
  }
  #main .fund_text_wrap .lund_list b {
    display: block;
    color: #00a89a;
  }
  #main .s_wrap h2 {
    margin: 0;
  }
  #main .s_wrap .text_wrap {
    padding: 25px 28px 10px;
    border: 1px solid #ccc;
    border-top: none;
  }
  #main .s_wrap .text_wrap p {
    margin: 0 0 15px;
  }
  #main .s_wrap .text_wrap ol {
    margin: 0 0 15px;
  }
  #main .s_wrap .text_wrap ol li {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  #main .memo_table th, #main .memo_table td {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 15px 20px;
  }
  #main .memo_table th {
    width: 160px;
    background: #eeffff;
  }
  #main .memo_table strong {
    display: inline-block;
    padding: 0 0 0 1em;
    color: #00a89a;
    text-indent: -1em;
  }
  #main .memo_table p {
    margin: 0 0 15px;
  }
  #main .memo_table .intable {
    width: 295px;
    margin: 0 0 15px;
  }
  #main .memo_table .intable th, #main .memo_table .intable td {
    border: 1px solid #3fc4b8;
    padding: 5px 15px;
    font-size: 1.2rem;
  }
  #main .memo_table .intable th {
    width: 60px;
    background: #eeffff;
    text-align: center;
  }
  #main .memo_table .tlist li {
    padding: 0 0 0 1em;
    font-size: 1.3rem;
    text-indent: -1em;
  }
  #main.ofukuro .vis_wrap h1 {
    color: #9b3d49;
  }
  #main.ofukuro .vis_wrap .top_wrap ul li {
    background: #9b3d49;
  }
  #main.ofukuro .vis_wrap .top_wrap p {
    color: #9b3d49;
  }
  #main.ofukuro .vis_wrap .image img {
    width: 80%;
  }
  #main.parimiki_family_office .vis_wrap h1 {
    color: #04a79a;
  }
  #main.parimiki_family_office .vis_wrap .top_wrap ul li {
    background: #04a79a;
  }
  #main.parimiki_family_office .vis_wrap .top_wrap p {
    color: #04a79a;
  }
  #main.parimiki_family_office .vis_wrap .image img {
    width: 80%;
  }
  #main.luctin .vis_wrap {
    background: url(../images/luctin/vis.png) no-repeat calc(100% - 120px) center;
    background-size: auto 80%;
  }
  #main.luctin .vis_wrap h1 {
    color: #f0983e;
  }
  #main.luctin .vis_wrap .hd_wrap {
    width: 365px;
  }
  #main.luctin .vis_wrap .top_wrap ul li {
    background: #f0983e;
  }
  #main.luctin .vis_wrap .top_wrap p {
    color: #f0983e;
  }
  #main.luctin .vis_wrap .message {
    font-size: 1.8rem;
  }
  #main.kaitaku .vis_wrap {
    background: url(../images/kaitaku/vis.png) no-repeat calc(100% - 120px) center;
    background-size: auto 80%;
  }
  #main.kaitaku .vis_wrap h1 {
    color: #4ca4d2;
  }
  #main.kaitaku .vis_wrap .message {
    font-size: 1.8rem;
  }
  #main.kaitaku .vis_wrap .hd_wrap {
    width: 365px;
  }
  #main.kaitaku .vis_wrap .top_wrap ul li {
    background: #4ca4d2;
  }
  #main.kaitaku .vis_wrap .top_wrap p {
    color: #4ca4d2;
  }
  #main.luctin .value_wrap h2 {
    font-size: 1.4rem;
    border-left: 0;
  }
  #main.kaitaku .value_wrap h2 {
    font-size: 1.4rem;
    border-left: 0;
  }
  #main .codomo_sub_link1 {
    margin: 0 0 20px;
  }
  #main .codomo_sub_link1 a {
    padding: 130px 0 0;
    background: url(../images/codomo/codomo_sub_link01.jpg);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
  }
  #main .codomo_sub_link1 a:hover {
    opacity: 0.7;
  }

  #main #okutoshin {
    padding: 20px;
    margin: 0 auto 60px auto;
    border: solid 10px #eaeaea;
    overflow: hidden;
  }
  #main #okutoshin .img {
    width: 184px;
    float: left;
  }
  #main #okutoshin .img:hover {
    opacity: .8;
  }
  #main #okutoshin .about {
    width: calc(100% - 220px);
  }
  #main #okutoshin h2 {
    width: calc(100% - 220px);
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #00a89a;
    float: right;
    padding-top: 8px;
  }
  #main #okutoshin h2 br {
    display: none;
  }
  #main #okutoshin .text {
    width: calc(100% - 220px);
    font-size: 1.3rem;
    float: right;
  }
  #main #okutoshin .link {
    width: 520px;
    text-align: right;
    float: right;
  }

  body.show #breadcrumbs {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  #breadcrumbs {
    margin-bottom: 40px;
  }

  #aside {
    top: 0;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
------------------------------------------------------------------------- */
/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #main .vis_wrap {
    margin: 0 auto;
    padding: 6vw 4.6875% 7.8125%;
    border-bottom: 2px solid #00a89a;
    display: flex;
    flex-wrap: wrap;
  }
  #main .vis_wrap .image {
    width: 60px;
  }
  #main .vis_wrap .image img {
    display: block;
    width: 80%;
    height: auto;
  }
  #main .vis_wrap .hd_wrap {
    width: calc(100% - 65px);
    display: flex;
    flex-wrap: wrap;
  }
  #main .vis_wrap h1 {
    order: 2;
    margin: 0 0 5vw;
    color: #ec788e;
    font-size: 2.4rem;
  }
  #main .vis_wrap .hd_lead {
    width: 100%;
  }
  #main .vis_wrap .top_wrap {
    order: 1;
    margin: 0 0 5px;
  }
  #main .vis_wrap .top_wrap ul {
    text-align: left;
  }
  #main .vis_wrap .top_wrap ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 1px 6px;
    background: #ec788e;
    color: #fff;
    font-size: 1.2rem;
  }
  #main .vis_wrap .top_wrap p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ec788e;
  }
  #main .vis_wrap + #breadcrumbs {
    margin-top: 0;
  }
  #main .fund_update {
    margin: 0 0 5px;
    text-align: right;
  }
  #main .value_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main .value_wrap li {
    width: 48%;
    margin-bottom: 4%;
  }
  #main .value_wrap li h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 9px 3px;
    color: #00a89a;
    background-color: #dee9e3;
    margin-bottom: 0;
  }
  #main .value_wrap li p {
    height: 55px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #00a89a;
    background-color: #f6f6f6;
    padding-top: 8px;
  }
  #main .value_wrap li p span {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 2px;
  }
  #main .value_wrap li p small {
    font-size: 1.2rem;
    color: #666;
  }
  #main .value_wrap .li2 p {
    color: #fba40d;
  }
  #main .value_wrap .li4 p {
    line-height: 13px;
    padding-top: 12px;
  }
  #main .chart_wrap {
    overflow-x: scroll;
  }
  #main .chart_wrap {
    margin: 0 0 20px;
    padding: 20px 30px 15px;
    background-color: #f6f6f6;
    /*New*/
  }
  #main .chart_wrap .chart__grid {
    stroke: #e7eef4;
    stroke: #ccc;
    stroke-width: 1.2px;
  }
  #main .chart_wrap svg {
    font: 10px sans-serif;
  }
  #main .chart_wrap .area {
    fill: rgba(255, 100, 100, 0.5);
    -webkit-clip-path: url("#clip");
    clip-path: url("#clip");
  }
  #main .chart_wrap .axis path, #main .chart_wrap .axis line {
    fill: none;
    stroke: #e7eef4;
    shape-rendering: crispEdges;
  }
  #main .chart_wrap .brush .extent {
    stroke: #fff;
    fill-opacity: 0.125;
    shape-rendering: crispEdges;
  }
  #main .chart_wrap .chart text {
    fill: #111;
  }
  #main .chart_wrap .chart__line {
    fill: none;
    stroke-width: 1.2px;
    -webkit-clip-path: url("#clip");
    clip-path: url("#clip");
  }
  #main .chart_wrap .chart__nav--focus {
    stroke-width: 1.5px;
    stroke: #00a89a;
  }
  #main .chart_wrap .chart__aum--focus {
    fill: rgba(153, 203, 75, 0.6);
  }
  #main .chart_wrap .chart__overlay {
    opacity: 0;
    pointer-events: all;
  }
  #main .chart_wrap .chart__tooltip--stripe {
    fill: none;
    stroke: #000;
    stroke-width: 0.5px;
    opacity: 0.4;
  }
  #main .chart_wrap .chart__tooltip--nav, #main .chart_wrap .chart__tooltip--aum {
    fill: #333;
    stroke: #000;
    opacity: 0.4;
  }
  #main .chart_wrap .chart__bars {
    fill: #99c5df;
    opacity: 1;
  }
  #main .chart_wrap .chart__range-selections text {
    cursor: pointer;
    text-decoration: underline;
    fill: #2980b9;
  }
  #main .chart_wrap .chart__axis--context text {
    fill: #666;
  }
  #main .chart_wrap .chart__axis--context .tick:nth-child(odd), #main .chart_wrap .chart__axis--context path, #main .chart_wrap .chart__axis--context line {
    display: none;
  }
  #main .chart_wrap .x.brush {
    stroke: #f57e84;
  }
  #main .chart_wrap .chart__area {
    fill: #dde9e3;
  }
  #main .chart_wrap .chart__area.line {
    fill: none;
    stroke: #00a89a;
  }
  #main .chart_wrap .extent {
    fill-opacity: 0.4;
  }
  #main .chart_wrap .y2.axis .tick text {
    fill: #526d27;
  }
  #main .chart_wrap .y2.axis text {
    fill: #526d27;
  }
  #main .chart_wrap .chart__helper text {
    font-size: 1.4rem;
    fill: #111;
  }
  #main .chart_wrap .range_wrap {
    margin: 0 0 10px;
  }
  #main .chart_wrap .range_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #main .chart_wrap .range_wrap p {
    float: left;
    width: 380px;
  }
  #main .chart_wrap .range_wrap p button {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    font-size: 1.4rem;
    color: #111;
  }
  #main .chart_wrap .range_wrap p button.on {
    border-bottom: 1px solid #90c8ad;
  }
  #main .chart_wrap .range_wrap .date_range2 {
    float: right;
    width: 340px;
    color: #111;
    text-align: right;
  }
  #main .chart_wrap .range_wrap .date_range2 input {
    width: 100px;
    height: 24px;
    color: #666;
    text-align: center;
  }
  #main .sp_page_nav {
    width: 100%;
    margin: 30px auto 40px auto;
    background: #dee9e3;
  }
  #main .sp_page_nav h2 {
    padding: 10px 0;
    color: #00a89a;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
  }
  #main .sp_page_nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #main .sp_page_nav ul li {
    display: block;
    width: 50%;
    padding: 1px;
    box-sizing: border-box;
  }
  #main .sp_page_nav ul li a {
    display: block;
    padding: 8px 5px;
    background-color: #fff;
    font-size: 1.2rem;
    color: #666;
  }
  #main .sp_page_nav ul li a:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 0;
    height: 0;
    margin: 0 3px 0 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #00a89a;
  }
  #main .sp_page_nav ul li.on a {
    color: #00a89a;
    background-color: #f9faf2;
  }
  #main .pc_ex {
    margin: 0 0 3px;
    font-size: 1.2rem;
    text-align: center;
  }
  #main .pc_wrap {
    margin: 0 0 12.5%;
    overflow-x: auto;
  }
  #main .pc_wrap table tr:last-child .value_none {
    background-color: #eee;
  }
  #main .pc_wrap table {
    border: 3px solid #f3f3e9;
  }
  #main .pc_wrap th, #main .pc_wrap td {
    padding: 7px 5px;
    border: 1px solid #ddddd7;
  }
  #main .pc_wrap th {
    background-color: #00a89a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  #main .pc_wrap th:last-child {
    background: #00a89a;
    color: #fff;
  }
  #main .pc_wrap td {
    font-size: 1.2rem;
    text-align: right;
    color: #00a89a;
    background-color: #dde9e3;
  }
  #main .pc_wrap td:last-child {
    color: #00a89a;
  }
  #main .fund_text_wrap h2 {
    margin: 0 0 5.46875%;
    padding: 0 0 0 10px;
    border-left: 5px solid #00a89a;
    color: #00a89a;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #main .fund_text_wrap .text_wrap {
    margin: 0 0 20px;
  }
  #main .fund_text_wrap .text_wrap h4 {
    font-size: 1.6rem;
    margin: 0 0 3px;
    color: #00a89a;
    font-weight: bold;
  }
  #main .fund_text_wrap .text_wrap p {
    margin: 0 0 15px;
  }
  #main .fund_text_wrap .text_wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  #main .fund_text_wrap .lund_list {
    margin: 0 0 15px;
  }
  #main .fund_text_wrap .lund_list li {
    margin: 0 0 5px;
  }
  #main .fund_text_wrap .lund_list b {
    display: block;
    color: #00a89a;
  }
  #main .s_wrap h2 {
    margin: 0;
  }
  #main .s_wrap .text_wrap {
    padding: 10px 15px 1px;
    border: 1px solid #ccc;
    border-top: none;
  }
  #main .s_wrap .text_wrap p {
    margin: 0 0 15px;
  }
  #main .s_wrap .text_wrap ol {
    margin: 0 0 15px;
  }
  #main .s_wrap .text_wrap ol li {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
  #main .memo_table tr {
    display: block;
    margin: 0 0 10px;
  }
  #main .memo_table th, #main .memo_table td {
    display: block;
    padding: 10px;
  }
  #main .memo_table th {
    background: #eeffff;
    font-weight: bold;
  }
  #main .memo_table th br {
    display: none;
  }
  #main .memo_table strong {
    display: inline-block;
    padding: 0 0 0 1em;
    color: #00a89a;
    text-indent: -1em;
  }
  #main .memo_table p {
    margin: 0 0 15px;
  }
  #main .memo_table .intable {
    width: auto;
    border-top: 1px solid #3fc4b8;
    margin: 0 0 15px;
  }
  #main .memo_table .intable tr {
    margin: 0;
  }
  #main .memo_table .intable th, #main .memo_table .intable td {
    display: table-cell;
    border-bottom: 1px solid #3fc4b8;
    border-right: 1px solid #3fc4b8;
    padding: 5px 15px;
    font-size: 1.2rem;
  }
  #main .memo_table .intable th {
    width: 60px;
    border-left: 1px solid #3fc4b8;
    background: #eeffff;
    text-align: center;
  }
  #main .memo_table .tlist li {
    padding: 0 0 0 1em;
    font-size: 1.3rem;
    text-indent: -1em;
  }
  #main.ofukuro .vis_wrap:before {
    width: 24.53125%;
    padding: 40.625% 0 0;
    background: url(../images/ofukuro/vis.png) no-repeat;
    background-size: 100%;
  }
  #main.ofukuro .vis_wrap h1 {
    color: #9b3d49;
  }
  #main.ofukuro .vis_wrap .top_wrap ul li {
    background: #9b3d49;
  }
  #main.ofukuro .vis_wrap .top_wrap p {
    color: #9b3d49;
  }
  #main.parimiki_family_office .vis_wrap:before {
    width: 24.53125%;
    padding: 40.625% 0 0;
    background-size: 100%;
  }
  #main.parimiki_family_office .vis_wrap h1 {
    color: #04a79a;
  }
  #main.parimiki_family_office .vis_wrap .top_wrap ul li {
    background: #04a79a;
  }
  #main.parimiki_family_office .vis_wrap .top_wrap p {
    color: #04a79a;
  }
  #main.luctin .vis_wrap:before {
    width: 22.03125%;
    padding: 40.9375% 0 0;
    background: url(../images/luctin/vis.png) no-repeat;
    background-size: 100%;
  }
  #main.luctin .vis_wrap h1 {
    color: #f0983e;
  }
  #main.luctin .vis_wrap .top_wrap ul li {
    background: #f0983e;
  }
  #main.luctin .vis_wrap .top_wrap p {
    color: #f0983e;
  }
  #main.kaitaku .vis_wrap:before {
    width: 14.21875%;
    padding: 39.375% 0 0;
    background: url(../images/kaitaku/vis.png) no-repeat;
    background-size: 100%;
  }
  #main.kaitaku .vis_wrap h1 {
    color: #4ca4d2;
  }
  #main.kaitaku .vis_wrap .top_wrap ul li {
    background: #4ca4d2;
  }
  #main.kaitaku .vis_wrap .top_wrap p {
    color: #4ca4d2;
  }
  #main.kaitaku .value_wrap h2 {
    border-left: 0;
  }
  #main.luctin .value_wrap h2 {
    border-left: 0;
  }
  #main #okutoshin {
    padding: 20px;
    margin: 0 auto 60px auto;
    border: solid 10px #eaeaea;
    overflow: hidden;
  }
  #main #okutoshin .img {
    width: 30%;
    float: left;
  }
  #main #okutoshin .img img {
    width: 100%;
    height: auto;
  }
  #main #okutoshin .img:hover {
    opacity: .8;
  }
  #main #okutoshin .about {
    width: 70%;
  }
  #main #okutoshin h2 {
    width: 65%;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00a89a;
    line-height: 1.4;
    float: right;
  }
  #main #okutoshin .text {
    padding-top: 10px;
    clear: both;
    font-size: 1rem;
  }
  #main #okutoshin .link {
    clear: both;
    text-align: right;
    font-size: 1.2rem;
  }
  #main.kaitaku .sp_page_nav h2, #main.luctin .sp_page_nav h2 {
    margin: 0;
    border-left: 0;
    background: #dee9e3;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.max-width:750px | ~ 750px
------------------------------------------------------------------------- */
