@charset "utf-8";
/*----------------------------------------------------------
    初期設定
----------------------------------------------------------*/
@import url("reset.css");
@import url("init.css");
/*----------------------------------------------------------
    li
----------------------------------------------------------*/
.inline > li {
    display: inline-block;
}
/*----------------------------------------------------------
    body
----------------------------------------------------------*/
body {
    background-color: #fff;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1100px;
}
/*----------------------------------------------------------
    header
----------------------------------------------------------*/
#header {
    border-top: solid 5px #1d2d7c;
    margin-bottom: 0;
}
#header .inner {
    width: 1100px;
}
#header .logo {
    padding: 15px 0;
}
#header .logo .pc {
    display: inline;
}
/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
#footer {
    margin-top: 50px;
}
.footer_text .inner {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 20px 0;
}
.footer_text p+p {
    margin-top: 10px;
}
.utility_link {
    background-color: #e6e6e6;
}
.utility_link .inner {
    padding: 25px 0;
}
.utility_link li {
    position: relative;
}
.utility_link .sliderArea .bx-wrapper {
    margin: 0 auto;
}
.utility_link .sliderArea .bx-wrapper .bx-controls-direction a {
    margin-top: -17px;
    width: 19px;
    height: auto;
    text-indent: 0;
    background: none;
}
.utility_link .sliderArea .bx-wrapper .bx-prev {
    left: -50px;
}
.utility_link .sliderArea .bx-wrapper .bx-next {
    right: -50px;
}
#footer_search {
    background: #e6e6e6;
    padding: 15px;
    text-align: center;
}
.footer_sns {
    padding: 8.6% 0;
}
.footer_sns ul {
    display: table;
    width: auto;
    margin: 0 auto;
}
.footer_sns ul li {
    float: left;
    margin-left: 2px;
}
.footer_sns ul li:first-child {
    margin-left: 0;
}
.footer_sns ul li#facebook span {
    background: url(/pickup/dc/images/common/ico_sns_facebook.png) no-repeat 0 50%;
    padding-left: 36px;
    background-size: 24px;
}
.footer_sns ul li#twitter span {
    background: url(/pickup/dc/images/common/ico_sns_x.png) no-repeat 0 50%;
    padding-left: 36px;
    background-size: 24px;
}
.footer_document_link dl {
}
.footer_document_link dl dt {
    display: none;
}
.footer_document_link a {
    text-decoration: none;
}
.footer_document_link a:hover {
    text-decoration: underline;
}
.footer_document_link .inner {
    padding: 15px 0 0;
}
.footer_document_link .document_link li {
    font-size: 13px;
    display: inline-block;
    padding: 10px 0;
    margin-right: 10px;
}
.footer_document_link .document_link li a {
    color: #222;
    border-right: 1px solid #b2b2b2;
    padding-right: 10px;
}
.footer_document_link .user_link {
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    margin: 10px 0;
}
.footer_document_link .user_link li {
    font-size: 13px;
    display: inline-block;
    padding: 15px 0;
    margin-right: 10px;
}
.footer_document_link .user_link li a {
    color: #222;
    border-right: 1px solid #b2b2b2;
    padding-right: 10px;
}
/* *** add by soken 2016/07/22 start *** */

/*----------------------------------------------------------
    footer
----------------------------------------------------------*/
.footer_document_link .user_link li {
    padding: 17px 0;
}
.footer_document_link .funcAccSP:last-child {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
#company_information .funcAccSP:last-child {
    border-bottom: none;
}
.footer_document_link .funcAccSP:last-child .document_link li {
    margin-bottom: 8px;
}
.footer_document_link .document_link li.blank_link {
    border-right: 1px solid #b2b2b2;
    padding: 3px 10px 4px 0;
    margin-bottom: 13px;
}
.footer_document_link .document_link li.blank_link a {
    background: url(/images/common/link_win.gif) no-repeat 97% 0.15em;
    background-size: 16px 12px;
    padding: 0 30px 0 0;
    border-right: none;
    line-height: 1;
}
.footer_document_link .document_link li.sp-link {
    display: none;
}
/* *** add by soken 2016/07/22 end *** */

/* *** add by multitagged 2024/10/28 start *** */
.footer_pickup{
    margin: 0 0 20px;
}
.footer_pickup .inner{
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0 20px;
}
.footer_pickup .pickup_head{
    margin: 0 0 12px;
    padding: 3px 8px;
    border-left: 4px solid #1d2d7c;
}
.footer_pickup .pickup_head h2{
    font-size: 1.2em;
    font-weight: bold;
}
.footer_pickup ul.pickup_body_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.pickup_body_link li{
    width: 24%;
}
ul.pickup_body_link li a{
    display: block;
}
ul.pickup_body_link li a:hover img{
    opacity: .6;
}
ul.pickup_body_link li a img{
    width: 100%;
}
/* *** add by multitagged 2024/10/28 end *** */

.footer_address .inner {
    padding: 0 0 30px;
}
.footer_address .logoImage {
    width: 200px;
    float: left;
    margin-top: 5px;
}
.footer_address ul li {
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
}
.footer_address .copyright {
    font-size: 9px;
    color: #004fab;
    margin: 10px 0 0;
    display: block;
    text-align: right;
}
/*----------------------------------------------------------
    nav_gloval
----------------------------------------------------------*/

#nav-global {
    background-image: url("/pickup/dc/images/home/bg_global_navi.png");
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 10;
}
#nav-global .inner {
}
#nav-global nav ul {
}
#nav-global nav ul li {
    float: left;
}
#nav-global nav ul li a {
    display: block;
    font-weight: bold;
    padding: 20px 19px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    color: #051c5f;
}
#nav-global nav ul li:first-child a {
    text-align: center;
}
#nav-global nav ul li.current a, #nav-global nav ul li:hover a {
    background-color: #051c5f;
    color: #FFFFFF;
}
/*----------------------------------------------------------
    container
----------------------------------------------------------*/
#container {
}
#container .dc_fadeIn {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: dc_fadeIn;
    animation-name: dc_fadeIn;
    visibility: visible !important;
}
@keyframes dc_fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes dc_fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
#container .dc_fadeIn_r_l {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: dc_fadeIn_r_l;
    animation-name: dc_fadeIn_r_l;
    visibility: visible !important;
}
@keyframes dc_fadeIn_r_l {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes dc_fadeIn_r_l {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
#container .btn a:hover {
    transition: all 0.7s ease 0s;
    position: relative;
    top: 4px;
}
#container .btn .pc {
    display: inline;
}
#container .btn a .off {
    display: inline;
}
#container .btn a .on {
    display: none;
}
#container .btn a:hover .off {
    display: none;
}
#container .btn a:hover .on {
    display: inline;
}
/*----------------------------------------------------------
    home
----------------------------------------------------------*/
#home #main_image {
    background-color: #bef1fa;
}
#home #main_image .main_image_bg {
    background-image: url("/pickup/dc/images/home/bg_01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1440px;
    height: 710px;
    position: relative;
    padding-top: 140px;
}
#home #main_image h1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
#home #main_image h1 span {
    color: #1e3578;
    display: block;
    font-size: 48px;
    margin-top: 23px;
    margin-left: -0.3rem;
}
#home #main_image .ideco {
    display: table;
    height: 145px;
    margin-top: 50px;
    width: 590px;
}
#home #main_image .ideco .left {
    background-color: #ffffff;
    display: table-cell;
    height: 145px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}
#home #main_image .ideco .left img {
    width: 164px;
}
#home #main_image .ideco .right {
    background-color: #f58345;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    padding-left: 54px;
    vertical-align: middle;
}
#home #merit {
    padding-bottom: 40px;
}
#home #merit_anchor {
    position: relative;
    top: 80px;
}
#home #merit .merit_inner {
    background-color: #ffffff;
    margin: -80px auto 0;
    position: relative;
    width: 1100px;
}
#home #merit .merit_inner .scroll {
    position: relative;
    text-align: center;
    top: -35px;
}
#home #merit .merit_inner .scroll img {
    cursor: pointer;
}
#home #merit .merit_inner h2 {
    color: #00114e;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
#home #merit .merit_inner h2 span {
    border-bottom: 2px solid #a22b29;
}
#home #merit .merit_inner .image {
    background-image: url("/pickup/dc/images/home/bg_feature_line.jpg");
    background-position: 250px 125px;
    background-repeat: no-repeat;
    background-size: 600px 5px;
    margin-top: 30px;
    padding: 0 40px;
}
#home #merit .merit_inner .image ul {
}
#home #merit .merit_inner .image ul li {
    float: left;
    color: #000;
    height: 280px;
    margin: 0 30px;
    padding: 20px 0;
    text-align: center;
    width: 280px;
    background-position: center 75px;
    background-repeat: no-repeat;
}
#home #merit .merit_inner .image ul li p {
    font-size: 24px;
    font-weight: bold;
}
#home #merit .merit_inner .image ul li p+p {
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 140px;
}
#home #merit .merit_inner .image ul li:nth-child(1) {
    background-image: url("/pickup/dc/images/home/icon_feature01.png");
}
#home #merit .merit_inner .image ul li:nth-child(2) {
    background-image: url("/pickup/dc/images/home/icon_feature02.png");
}
#home #merit .merit_inner .image ul li:nth-child(3) {
    background-image: url("/pickup/dc/images/home/icon_feature03.png");
}
#home #merit .merit_inner .btn {
    text-align: center;
}
#home #select {
    /*background-color: #056f88;*/
    height : 700px;
}
#home #select .select_inner {
    /*
	background-image: url("/pickup/dc/images/home/bg_02.jpg");
    background-position: center center;
    background-size: cover;
    height: 730px;
    margin: 0 auto;
    max-width: 1440px;
    */
    padding: 120px 0 0;
}
#home #select .select_inner h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#home #select .select_inner h2 span {
    display: block;
    font-size: 20px;
    margin-bottom: 35px;
}
#home #select .select_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
#home #select .select_inner .btn {
    margin-top: 45px;
    text-align: center;
}
#home #select .select_inner .btn a .on_sp, #home #select .select_inner .btn a .off_sp {
    display: none;
}
#home #select .select_inner .btn a .on_pc {
    display: none;
}
#home #select .select_inner .btn a .off_pc {
    display: inline;
}
#home #select .select_inner .btn a:hover .on_pc {
    display: inline;
}
#home #select .select_inner .btn a:hover .off_pc {
    display: none;
}
#home #fund {
    background-color: #e6e6e6;
    padding: 90px 0 45px;
}
#home #fund h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
#home #fund h2+p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
#home #fund ul {
    display: table;
    line-height: 0;
    margin: 35px auto 0;
}
#home #fund ul li {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    color: #004fab;
    float: left;
    text-align: center;
    width: 120px;
}
#home #fund ul li:first-child {
    border-left: 1px solid #aaa;
}
#home #fund ul li a {
    text-decoration: none;
    display: block;
    height: 115px;
    padding: 20px 0 0;
}
#home #fund ul li:hover a {
    color: #fff;
    background: #051C5F;
}
#home #fund ul li p {
}
#home #fund ul li p+p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
}
#home #fund .btn {
    margin-top: 45px;
    text-align: center;
}
#home #other {
    padding: 60px 0;
}
#home #other .inner {
    width: 960px;
}
#home #other .inner a {
    text-decoration: none;
}
#home #procedure {
    background-image: url("/pickup/dc/images/home/photo_procedure01.jpg");
    float: left;
}
#home #qa {
    background-image: url("/pickup/dc/images/home/photo_qa01.jpg");
    float: right;
}
#home #other .inner section {
    background-color: #666666;
    background-repeat: no-repeat;
    background-size: 130px auto;
    height: 130px;
    padding: 30px 0 0 130px;
    text-align: center;
    width: 450px;
}
#home #other .inner h2 {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 30px;
}
#home #other .inner p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 23px;
}
.latest_information .arrowRw {
    background: rgba(0, 0, 0, 0) url("/images/common/ico_arrow_right_w.png") no-repeat scroll 0 50%;
    padding-left: 20px;
}
.i_pdf {
    background: rgba(0, 0, 0, 0) url("/images/common/ico_file_pdf.png") no-repeat scroll 0 0;
    display: inline-block;
    min-height: 21px;
    padding-left: 25px;
}
.latest_information h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.latest_information .headline {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.latest_information .headline:before {
    width: 80px;
    height: 0;
    border-bottom: 3px solid #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    content: "";
}
.latest_information .inner { /*padding: 60px 0 30px;*/
}
.latest_info ul {
    margin-top: 30px;
}
.latest_info ul li {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}
.latest_info ul li:nth-child(odd) {
    background-color: #f2f2f2;
}
.latest_info ul li p {
    line-height: 1.57;
    overflow: hidden;
}
.latest_info ul li span {
    line-height: 1.57;
    vertical-align: middle;
}
.latest_info ul li .date {
    width: 210px;
    margin-right: 20px;
    float: left;
    display: inline-block;
    position: relative;
}
.latest_info ul li .date:after {
    font-size: 13px;
    color: #fff;
    content: "ファンド情報";
    background-color: #555;
    width: 90px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 110px;
    line-height: 1;
    padding: 3px 0;
}
.latest_info ul li .fund:after {
    content: "ファンド情報";
    background-color: #004fab;
}
.latest_info ul li .newfund:after {
    content: "新ファンド";
    background-color: #004fab;
}
.latest_info ul li .operation_report:after {
    content: "運用報告";
    background-color: #004fab;
}
.latest_info ul li .periodic:after {
    content: "定期レポート";
    background-color: #004fab;
}
.latest_info ul li .market:after {
    content: "マーケット";
    background-color: #004fab;
}
.latest_info ul li .timely:after {
    content: "適時開示";
    background-color: #004fab;
}
.latest_info ul li .fund_related:after {
    content: "ファンド関連";
    background-color: #004fab;
}
.latest_info ul li .company:after {
    content: "会社情報";
    background-color: #004fab;
}
.latest_info ul li .media:after {
    content: "メディア掲載";
    background-color: #004fab;
}
.latest_info ul li .organize:after {
    content: "組織情報";
    background-color: #004fab;
}
.latest_info ul li .policy:after {
    content: "業務方針";
    background-color: #004fab;
}
.latest_info ul li .recluit:after {
    content: "採用情報";
    background-color: #004fab;
}
.latest_info ul li .file {
    margin-left: 20px;
    float: right;
    width: 130px;
}
.latest_information .btn {
    margin-top: 20px;
    text-align: center;
}
.latest_information .btn a {
}
#home #contact {
    background-color: #e7eaf5;
    padding: 50px 0 40px;
    text-align: center;
}
#home #contact p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
#home #contact .btn {
    margin-top: 25px;
}
/*----------------------------------------------------------
    sub page
----------------------------------------------------------*/
.main_ttl:before {
    background-color: #ccc;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.main_ttl {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 55px;
    overflow: hidden;
    position: relative;
}
.main_ttl .inner {
    margin: 0 auto;
}
.main_ttl h1:before {
    background-color: #ccc;
    content: "";
    height: 117px;
    left: -26px;
    position: absolute;
    top: -16px;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    width: 70px;
}
.main_ttl h1 {
    background-color: #fff;
    color: #160e13;
    font-size: 24px;
    font-weight: bold;
    line-height: 100px;
    overflow: hidden;
    padding-left: 70px;
    position: relative;
}
.top_btn {
    width: 960px;
    margin: 0 auto;
}
.top_btn a {
    background-color: #fff;
    background-image: url("/pickup/dc/images/feature/icon_arrow_top_off.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 40px 0 0 auto;
    padding: 10px 50px;
    text-decoration: none;
    width: 200px;
}
.top_btn a:hover {
    color: #fff;
    background-image: url("/pickup/dc/images/feature/icon_arrow_top_on.png");
    background-color: #051c5f;
    border: 1px solid #051c5f;
}
/*----------------------------------------------------------
    feature
----------------------------------------------------------*/

#feature sup.w {
    font-size: 0.6em;
    vertical-align: top;
}
#feature .main_ttl+div {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 960px;
}
#feature .main_ttl+div p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
#target_anchor, #point1_anchor, #point2_anchor, #point3_anchor, #point4_anchor, #point5_anchor {
    position: relative;
    /*top: 61px;*/
}
#feature .point {
    background-color: #051c5f;
    padding: 30px 0 40px;
}
#feature .point .inner {
    width: 960px;
    margin: 0 auto;
}
#feature .point .column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#feature .point .left {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    width: 470px;
}
#feature .point .right {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    width: 470px;
}
#feature .point .left h2:before, #feature .point .right h2:before {
    background-image: url("/pickup/dc/images/feature/icon_point01.png");
    content: "";
    height: 60px;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    top: 0;
    width: 48px;
}
#feature .point .right h2:before {
    background-image: url("/pickup/dc/images/feature/icon_point02.png");
}
#feature .point .left h2, #feature .point .right h2 {
    color: #051c5f;
    font-size: 21px;
    font-weight: bold;
    padding-top: 75px;
    position: relative;
    text-align: center;
}
#feature .point .left ul, #feature .point .right ul {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    margin-top: 25px;
}
#feature .point .left li, #feature .point .right li {
    padding-left: 20px;
    position: relative;
}
#feature .point .left li span:first-child, #feature .point .right li span:first-child {
    color: #f58345;
    font-size: 40px;
    left: -0.35em;
    position: absolute;
    top: -0.5em;
}
#feature .point .left p, #feature .point .right p {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 1.85em;
    text-indent: -1.85em;
}
#feature .point .right p {
    padding-left: 1.0em;
    text-indent: -1.0em;
}
#feature .point .right li strong {
    color: #ff0000;
}
#feature .point .column+p {
    color: #fff;
    margin-top: 35px;
}
#feature .target {
    padding: 70px 0;
}
#feature .target h2 {
    color: #051c5f;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
#feature .target .menu {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding: 30px 0 15px;
}
#feature .target .menu ul {
    display: table;
    font-size: 14px;
    margin: 0 auto;
    width: 960px;
}
#feature .target .menu li {
    float: left;
    text-align: center;
    width: 192px;
    font-weight: bold;
}
#feature .target .menu li a:before {
    background-image: url("/pickup/dc/images/feature/icon_arrow_bottom.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    width: 15px;
}
#feature .target .menu li a {
    color: #231815;
    display: block;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;
}
#feature .target .menu li p:first-child {
    color: #0095da;
    font-size: 16px;
}
#feature .target .menu li p {
    font-size: 14px;
}
#feature #point1 {
    padding: 60px 0;
}
#feature .target .point_list h3 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
#feature .target .point_list h3 span {
    color: #0095da;
    display: block;
    font-size: 24px;
    margin-bottom: 18px;
}
#feature .target .point_list h3 span img {
    bottom: 0.2em;
    padding-right: 5px;
    position: relative;
    width: 114px;
}
#feature .target .point_list h3 span em {
    font-size: 40px;
    position: relative;
    top: 0.05em;
}
#feature .target .point_list .note {
    font-size: 14px;
}
#feature .target .point_list h4 {
    font-size: 24px;
}
#feature #point1 h3 {
}
#feature #point1 .list {
    margin-top: 65px;
}
#feature #point1 .list ul {
    margin: 0 auto;
    width: 1040px;
    font-size: 22px;
}
#feature #point1 .list li {
    float: left;
    font-weight: bold;
    text-align: center;
    width: 320px;
    margin-left: 40px;
}
#feature #point1 .list li:first-child {
    margin-left: 0;
}
#feature #point1 .list li p:first-child {
    line-height: 1.2;
    padding-bottom: 30px;
    padding-top: 0.5em;
}
#feature #point1 .list li.center p:first-child {
    padding: 0.5px;
    padding-bottom: 14px;
}
#feature #point1 .list li .f {
    background-color: #89b700;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 15px;
}
#feature #point1 .list li.center .f {
    background-color: #f58345;
}
#feature #point1 .list li:last-child .f {
    background-color: #8458a0;
}
#feature #point1 .list li img {
    width: 100%;
}
#feature #point1 .list li img + p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    margin: 10px 0 0;
    text-align: left;
}
#feature #point1 h4 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 35px;
    padding: 0 5%;
    text-align: center;
}
#feature #point1 h4 span {
    color: #f58345;
}
#feature #point1 h4 + p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
    padding: 0 5%;
    text-align: center;
}
#feature #point1 .caution {
    margin: 80px auto 0;
    width: 765px;
}
#feature #point1 .caution p:before {
    background-color: #051c5f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0.8em;
    width: 100%;
    z-index: -1;
}
#feature #point1 .caution p {
    color: #051c5f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#feature #point1 .caution p span {
    background-color: #fff;
    padding: 0 10px;
}
#feature #point1 .caution ul {
    font-size: 16px;
    margin-top: 20px;
}
#feature #point1 .caution li {
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
}
#feature #point2 {
    padding: 0 0 40px;
}
#feature #point2 h3 {
}
#feature #point2 .list {
    background-color: #051c5f;
    color: #fff;
    line-height: 2;
    margin-top: 50px;
    padding: 40px 0;
}
#feature #point2 .inner {
    width: 960px;
    margin: 0 auto;
}
#feature #point2 .list ul {
    font-size: 16px;
}
#feature #point2 .list li {
}
#feature #point2 .note {
    color: #00114e;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
}
#feature #point2 h4 {
    color: #00114e;
    font-size: 24px;
    font-weight: bold;
    margin-top: 75px;
    text-align: center;
}
#feature #point2 table {
    width: 100%;
    border-top: 6px solid #ccc;
    margin-top: 40px;
}
#feature #point2 th {
    border-bottom: 6px solid #ccc;
    font-size: 22px;
    padding: 40px 0;
    text-align: center;
    width: 280px;
    vertical-align: middle;
}
#feature #point2 th p {
}
#feature #point2 th p+p {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}
#feature #point2 .no1 th p+p {
    background-color: #89b700;
}
#feature #point2 .no2 th p+p {
    background-color: #f58345;
}
#feature #point2 .no3 th p+p {
    background-color: #8458a0;
}
#feature #point2 .no3 th p._center{
    text-align: center;
}
#feature #point2 .line th, #feature #point2 .line td {
    border-bottom: 1px solid #ccc;
}
#feature #point2 td {
    background-position: 35px center;
    background-repeat: no-repeat;
    border-bottom: 6px solid #ccc;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0 40px 200px;
    text-align: center;
    vertical-align: middle;
}
#feature #point2 .no1 td {
    background-image: url("/pickup/dc/images/feature/icon_arrow_right_green.png");
}
#feature #point2 .no2 td {
    background-image: url("/pickup/dc/images/feature/icon_arrow_right_orange.png");
}
#feature #point2 .no3 td {
    background-image: url("/pickup/dc/images/feature/icon_arrow_right_purple.png");
}
#feature #point2 td .y {
    font-size: 36px;
}
#feature #point2 td .m {
    font-size: 24px;
}
#feature #point2 td .w {
    position: relative;
    top: -0.7em;
    vertical-align: middle;
}
#feature #point2 td .note{
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    text-align: left;
    padding: 0 16%;
}
#feature #point2 td .note._center{
    text-align: center;
}
#feature #point2 td .ttl {
    background-color: #666666;
    border-radius: 28px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0;
}
#feature #point2 td .price {
}
#feature #point2 td .price+.ttl {
    margin-bottom: 20px;
    margin-top: 20px;
}
#feature #point2 td .ttl_sub:before {
    background-color: #003366;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0.8em;
    width: 100%;
    z-index: -1;
}
#feature #point2 td .ttl_sub {
    font-size: 16px;
    position: relative;
}
#feature #point2 td .ttl_sub span {
    background-color: #fff;
    padding: 0 10px;
}
#feature #point3 {
    padding: 0 0 40px;
}
#feature #point3 h3 {
}
#feature #point3 .list {
    background-color: #051c5f;
    color: #fff;
    margin-top: 50px;
    padding: 40px 0;
}
#feature #point3 .list ul {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin: 0 auto;
    width: 960px;
    padding-left: 1em;
    text-indent: -1em;
}
#feature #point3 .list li {
}
#feature #point3 .inner {
    width: 960px;
}
#feature #point3 .note {
    margin-top: 15px;
}
#feature #point3 h4 {
    margin-top: 55px;
    color: #051c5f;
    font-weight: bold;
    text-align: center;
}
#feature #point3 figure {
    margin-top: 30px;
    text-align: center;
}
#feature #point3 figure img {
}
#feature #point4 {
    padding: 0 0 40px;
}
#feature #point4 .inner {
    width: 960px;
}
#feature #point4 h3 {
}
#feature #point4 ul {
    font-size: 16px;
}
#feature #point4 li {
}
#feature #point4 table {
    font-size: 16px;
    margin: 40px auto 0;
    width: 80%;
}
#feature #point4 table caption {
    background-color: #051c5f;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 0 auto;
    width: 75%;
}
#feature #point4 table th {
    background-color: #0095da;
    border: 1px solid #ccc;
    color: #fff;
    line-height: 50px;
    width: 25%;
}
#feature #point4 table td {
    border: 1px solid #ccc;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}
#feature #point4 table .even td {
    background-color: #f0f0f0;
}
#feature #point4 h4 {
    font-weight: bold;
    margin-top: 50px;
}
#feature #point4 ul {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}
#feature #point4 ul+h4 {
    margin-top: 40px;
}
#feature #point4 li:before {
}
#feature #point4 li {
    padding-left: 20px;
    position: relative;
}
#feature #point4 li span.d {
    color: #f58345;
    font-size: 40px;
    left: -15px;
    position: absolute;
    top: -0.6em;
}
#feature #point4 .note {
    margin-top: 15px;
}
#feature #point4 .btn {
    margin-top: 30px;
    text-align: center;
}
#feature #point5 {
    padding: 0 0 40px;
}
#feature #point5 h3 {
}
#feature #point5 .inner {
    width: 960px;
}
#feature #point5 h4 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 50px;
}
#feature #point5 dl {
    border-top: 1px solid #ccc;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}
#feature #point5 dt {
    clear: both;
    float: left;
    font-weight: bold;
    padding: 8px 30px;
}
#feature #point5 dd {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 225px;
}
#feature #point5 dd ol {
}
#feature #point5 dd li {
}
#feature #point5 dd li span {
    background-color: #89b700;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 20px;
}
#feature #point5 figure {
    margin-top: 50px;
}
#feature #point5 .note {
    line-height: 1.8;
    margin-top: 20px;
}
#feature #point5 .btn {
    margin-top: 30px;
    text-align: center;
}
/*----------------------------------------------------------
    procedure
----------------------------------------------------------*/
.btn02 {
    margin-top: 30px;
}
.btn02 .button::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #222;
    border-image: none;
    border-style: solid;
    border-width: 8px 13px;
    content: "";
    margin-top: -7.5px;
    position: absolute;
    right: 25px;
    top: 50%;
}
.btn02 .button {
    border: 2px solid #777;
    border-radius: 7px;
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 400px;
    position: relative;
}
.btn02 .button:hover:before {
    border-color: transparent transparent transparent #fff;
}
.btn02 .button:hover {
    color: #ffffff;
    background-color: #00114e;
    border: 2px solid #00114e;
    transition: all 0.7s ease 0s;
    position: relative;
    top: 4px;
}
.btn03 {
    margin-top: 30px;
}
.btn03 .button {
    border: 2px solid #777;
    border-radius: 7px;
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 500px;
    position: relative;
}
.btn03 .button span {
    background: url(/pickup/dc/images/procedure/icon_link.png) no-repeat right center;
    padding-right: 20px;
}
.btn03 .button:hover span {
    background: url(/pickup/dc/images/procedure/icon_link_white.png) no-repeat right center;
    padding-right: 20px;
}
.btn03 .button:hover {
    color: #ffffff;
    background-color: #00114e;
    border: 2px solid #00114e;
    transition: all 0.7s ease 0s;
    position: relative;
    top: 4px;
}
#procedure {
}
#procedure .main_ttl+div {
    margin-top: 50px;
}
#procedure .main_ttl+div p {
    text-align: center;
}
#procedure .step:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 42px 100px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    width: 0;
}
#procedure .step {
    margin-top: 40px;
    overflow: hidden;
    padding: 0 0 70px;
    position: relative;
}
#procedure .step .inner {
    width: 960px;
}
#procedure .step02 {
    padding: 0 0 70px;
}
#procedure .step03:before {
    display: none;
}
#procedure .step03 {
    padding: 0 0 50px;
}
#procedure .step03 .inner {
    width: 1100px;
}
#procedure .step h2 {
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}
#procedure .step h2 span.s {
    border: 2px solid #333;
    bottom: 0.6em;
    color: #000;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1;
    padding: 5px 15px;
    position: relative;
}
#procedure .step h2 span.n {
    color: #000;
    font-family: arial;
    font-size: 100px;
    font-weight: bold;
    padding-left: 9px;
}
#procedure .step h2 span.t {
    border-bottom: 2px solid #00114e;
    color: #00114e;
    font-weight: bold;
    line-height: 1.4;
}
#procedure .step h2+p {
    margin-top: 25px;
    text-align: center;
}
#procedure .step .link {
    margin-top: 40px;
    text-align: center;
}
#procedure .step .link a {
    background-image: url("/pickup/dc/images/procedure/icon_arrow_blue.png"), url("/pickup/dc/images/procedure/icon_link.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
}
#procedure .step .link a:hover {
    color: #00a1e9;
    text-decoration: underline;
}
#procedure .step .link a span {
}
#procedure .step .link a+p {
    margin-top: 5px;
}
#procedure .step .btn02+p {
    margin-top: 20px;
    text-align: center;
}
#procedure .step .btn03+p {
    margin-top: 20px;
    text-align: center;
}
#procedure .step .block {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#procedure .step .left {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 25px 0 30px;
    width: 520px;
}
#procedure .step .left h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#procedure .step .left h3+p {
    margin-top: 30px;
    text-align: center;
}
#procedure .step .left h3+p+p {
    color: #00114e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
    text-align: center;
}
#procedure .step .left h3+p+p strong {
    text-decoration: underline;
}
#procedure .step .left h3+p+p+p {
    color: #00114e;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}
#procedure .step .left .btn02 {
    margin-top: 20px;
}
#procedure .step .left .button {
}
#procedure .step .right {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 25px 0 30px;
    width: 520px;
}
#procedure .step .right h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#procedure .step .right h3+p {
    margin-top: 30px;
    text-align: center;
}
#procedure .step .right h3+p+p {
    color: #00114e;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
#procedure .step .right h3+p+p strong {
    text-decoration: underline;
}
#procedure .step .right .btn02 {
    margin-top: 22px;
}
#procedure .step .block+p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}
#procedure .step .block+p+.btn {
    margin-top: 50px;
    text-align: center;
}
#procedure .step .btn+p {
    margin-top: 25px;
    color: #00114e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/*----------------------------------------------------------
    support
----------------------------------------------------------*/
#support {
}
#support #qa_anchor {
    position: relative;
    top: 100px;
}
#support .qa {
    margin-top: 50px;
}
#support .qa .inner {
    width: 960px;
}
#support .qa p.f {
    font-size: 16px;
    text-align: left;
}
#support dl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 100px;
    margin-top: 50px;
}
#support dt {
    border: 2px solid #ccc;
    color: #051c5f;
    margin-top: 20px;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
#support dt:hover {
    opacity: 0.6;
    transition: all 0.7s ease 0s;
}
#support dt p {
    padding-left: 2.5em;
    text-indent: -2.5em;
}
#support dt span:first-child {
    padding-right: 1em;
}
#support dt span.icon:before {
    background-color: #051c5f;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 0.8em;
    width: 24px;
}
#support dt span.icon:after {
    background-color: #051c5f;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 0.8em;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    width: 24px;
}
#support dt span.icon {
    height: 32px;
    position: absolute;
    right: 20px;
    top: 0.8em;
    width: 24px;
}
#support dt.open {
    background-color: #0094da;
    border: 2px solid #0094da;
    color: #fff;
}
#support dt.open span.icon:before {
    background-color: #fff;
}
#support dt.open span.icon:after {
    display: none;
}
#support dt.open span.icon {
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 0.8em;
    width: 24px;
}
#support dd {
    display: none;
    background-color: #dce8f8;
    padding: 25px 20px;
}
#support dd div {
    padding-left: 2.5em;
    text-indent: -2.5em;
}
#support dd span {
    padding-right: 1.5em;
    font-weight: bold;
}
#support dd p {
    margin-top: 1em;
    text-indent: 0;
}
#support sup {
    font-size: 0.6em;
    vertical-align: top;
}
#support .qa_img_block {
    text-align: center;
    margin: 25px 0;
}
#support div.qa_list_box {
    padding-left: 0;
    text-indent: 0;
}
#support .qa_list_box {
    margin-top: 20px;
}
#support .qa_list_box ul {
    margin: 0 0 0 30px;
    text-indent: 0;
}
#support .qa_list_box ul li {
    list-style: disc;
    font-size: 14px;
}
#support .qa_list_box .left {
    width: 49%;
    margin-right: 2%;
    float: left;
    border: 6px solid #0094da;
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
}
#support .qa_list_box .right {
    width: 49%;
    margin-right: 0;
    float: left;
    border: 6px solid #f58345;
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
}
#support .qa_list_box h2 {
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-bottom: 12px;
}
#support .qa_table_box{
    margin: 1em 0;
    padding: 0;
}
#support .qa_table_box table{
    width: 100%;
    background: #fff;
    font-size: .85em;
}
#support .qa_table_box table thead{
    background: #0094DA;
    color: #fff;
}
#support .qa_table_box table th,
#support .qa_table_box table td{
    padding: 1.0%;
    border: 2px solid #dce8f8;
    text-align: center;
    vertical-align: middle;
}
#support .qa_table_box table td{
    width: 35%;
}
#support .qa_note_box{
    margin: 0.5em 0;
    padding: 0;
    font-size: 0.8em;
}
#support .qa_note_box_item{
    margin: 0.5em 0;
    padding: 0;
}
#support .qa_note_box_item ul{
    margin: 0.2em 0;
    padding-left: 2.5em;
    list-style: disc;
    text-indent: 0;
}
#support .qa_note_box_item ul li{
}

/*----------------------------------------------------------
    select
----------------------------------------------------------*/
#select {
}
#select #menu_anchor {
    position: relative;
    top: 150px;
}
#select #step0_anchor {
    position: relative;
    top: 50px;
}
#select #step1_anchor {
    position: relative;
    top: 30px;
}
#select #step2_anchor {
    position: relative;
    top: 80px;
}
#select sup.w {
    font-size: 0.6em;
    vertical-align: top;
}
#select .fund {
    padding: 55px 0 0;
}
/*
#select .fund .fund_bg:before{
	background-image: url("/pickup/dc/images/select/bg_01.png");
    background-position: center center;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 240px;
    left: 0;
    position: absolute;
    width: 100%;
	}
#select .fund .fund_bg{
	padding-bottom: 285px;
    position: relative;
	}
*/
#select .fund .fund_bg {
    background-image: url("/pickup/dc/images/select/bg_01.png");
    background-size: cover;
    height: 240px;
    margin-top: 50px;
}
#select .fund .inner {
}
#select .fund h2 {
    color: #051c5f;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#select .fund h2+p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}
#select .fund h2+p+p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
#select .menu {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 50px 0;
}
#select .menu .inner {
}
#select .menu ol {
    background-image: url("/pickup/dc/images/select/icon_arrow_right.png"), url("/pickup/dc/images/select/icon_arrow_right.png");
    background-position: 287px center, 607px center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
}
#select .menu li {
    float: left;
    text-align: center;
}
#select .menu li a:hover {
    background-color: #f7f7f7;
}
#select .menu li:nth-child(n + 2) {
    margin-left: 40px;
}
#select .menu li a:before {
    background-image: url("/pickup/dc/images/feature/icon_arrow_bottom.png");
    background-repeat: no-repeat;
    bottom: 15px;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    width: 15px;
}
#select .menu li a {
    color: #222222;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    height: 110px;
    line-height: 1.8;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 280px;
}
#select .menu li a span {
    color: #239edd;
    font-size: 16px;
}
#select .step0 {
    background-color: #f7f7f7;
    margin-bottom: 30px;
    padding: 60px 0 30px;
}
#select .step0 .inner {
    width: 960px;
}
#select .step0 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#select .step0 h3 span {
    display: block;
    font-size: 20px;
    margin-bottom: 0.5em;
}
#select .step0 h3+p {
    font-size: 18px;
    margin-top: 35px;
}
#select .step0 h3+p+figure {
    margin-top: 10px;
}
#select .step0 .inner > dl {
    margin-top: 50px;
    font-size: 16px;
}
#select .step0 .inner > dl > dt {
    background-color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    width: 292px;
    margin-top: 30px;
}
#select .step0 .inner > dl dt.t01 {
    border: 4px solid #8557a0;
}
#select .step0 .inner > dl dt.t02 {
    border: 4px solid #8ab702;
}
#select .step0 .inner > dl dt.t03 {
    border: 4px solid #f58345;
}
#select .step0 .inner > dl > dd {
    margin-top: 20px;
}
#select .step0 .inner > dl > dd dl {
}
#select .step0 .inner > dl > dd dl dt {
    font-weight: bold;
    position: relative;
    line-height: 1.6;
    padding-left: 1.5em;
}
#select .step0 .inner > dl > dd.d01 dl dt {
    clear: both;
    float: left;
}
#select .step0 .inner > dl dd dl dt span {
    font-size: 2.5em;
    left: -0.25em;
    line-height: 1;
    position: absolute;
    top: -0.16em;
}
#select .step0 .inner > dl > dd dl dd {
    line-height: 1.6;
}
#select .step0 .inner > dl > dd.d01 dl dd {
    padding-left: 8em;
}
#select .step0 dd .note {
    font-size: 14px;
    padding-left: 1.7em;
}
#select .step0 .inner > dl dd.d01 dl dt {
}
#select .step0 .inner > dl dd.d01 dl dt span {
    color: #8557a0;
}
#select .step0 .inner > dl dd.d03 dl {
    margin-top: 10px;
}
#select .step0 .inner > dl dd.d03 dl dt {
}
#select .step0 .inner > dl dd.d03 dl dt span {
    color: #f58345;
}
#select .step0 .inner > dl dd.d03 dl dd {
    padding-left: 1.5em;
}
#select .step0 .top_btn a {
    margin-top: 10px;
}
#select .step1 {
    padding: 20px 0 0;
}
#select .step1 h3, #select .step2 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
}
#select .step1 h3 span, #select .step2 h3 span {
    color: #239edd;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}
#select .step1 .section01 {
    background-color: #051c5f;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    padding: 40px 0 45px;
    text-align: center;
}
#select .step1 .section01 .inner {
    width: 960px;
}
#select .step1 .section01 strong {
    font-weight: normal;
    text-decoration: underline;
}
#select .step1 .section01 h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#select .step1 .section01 h4+p {
    font-size: 16px;
    margin-top: 30px;
}
#select .step1 .section01 h4+p strong {
    color: #f58345;
    font-weight: normal;
}
#select .step1 .section01 h4+p+p {
    font-size: 16px;
    margin-top: 35px;
}
#select .step1 .section01 h4+p+p strong {
    color: #f58345;
    font-weight: normal;
    text-decoration: underline;
}
#select .step1 .section02 {
    background-color: #777777;
    padding: 25px 0 27px;
}
#select .step1 .section02 .inner {
    width: 960px;
}
#select .step1 .section02 dl {
}
#select .step1 .section02 dt:before {
    background-image: url("/pickup/dc/images/select/icon_risk.png");
    background-repeat: no-repeat;
    content: "";
    height: 53px;
    left: -60px;
    position: absolute;
    top: -5px;
    width: 50px;
}
#select .step1 .section02 dt:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 7px 10px;
    content: "";
    height: 0;
    left: -17px;
    position: absolute;
    top: 18px;
    width: 0;
}
#select .step1 .section02 dt {
    background-color: #fff;
    border-radius: 30px;
    color: #777;
    float: left;
    font-size: 16px;
    font-weight: bold;
    left: 40px;
    padding: 17px 20px;
    position: relative;
}
#select .step1 .section02 dd {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 250px;
}
#select .step1 .section03 {
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}
#select .step1 .section03 strong {
    text-decoration: underline;
}
#select .step1 .section03 p {
}
#select .step1 .section04 {
    background-color: #f7f7f7;
    padding: 50px 0 20px;
}
#select .step1 .section04 .inner {
    width: 960px;
}
#select .step1 .section04 .risk {
}
#select .step1 .section04 h5 {
    color: #051c5f;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#select .step1 .section04 .left, #select .step1 .section04 .right {
    background-color: #fff;
    border: 2px solid #cccccc;
    float: left;
    margin-top: 40px;
    padding: 30px 0 20px;
    width: 466px;
}
#select .step1 .section04 .right {
    float: right;
}
#select .step1 .section04 .left h6, #select .step1 .section04 .right h6 {
    background-color: #f58345;
    border-radius: 30px;
    color: #fff;
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
}
#select .step1 .section04 .right h6 {
    background-color: #0094da;
}
#select .step1 .section04 .left ul, #select .step1 .section04 .right ul {
    font-size: 16px;
    line-height: 1.7;
    margin-left: 55px;
    margin-right: 55px;
    margin-top: 30px;
}
#select .step1 .section04 .left li:before, #select .step1 .section04 .right li:before {
    background-image: url("/pickup/dc/images/select/icon_check_orange.png");
    background-position: left 0.5em;
    background-repeat: no-repeat;
    background-size: 16px auto;
    content: "";
    height: 1.6em;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
#select .step1 .section04 .left li:last-child:before, #select .step1 .section04 .right li:last-child:before {
    background-image: none;
}
#select .step1 .section04 .right li:before {
    background-image: url("/pickup/dc/images/select/icon_check_blue.png");
}
#select .step1 .section04 .left li, #select .step1 .section04 .right li {
    padding-left: 25px;
    position: relative;
}
#select .step1 .section04 .left figure, #select .step1 .section04 .right figure {
    margin-top: 1em;
    text-align: center;
}
#select .step1 .section04 .right figure {
    margin-top: 3em;
}
#select .step1 .section04 .left figure figcaption, #select .step1 .section04 .right figure figcaption {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
#select .step1 .section04 .left figure img, #select .step1 .section04 .right figure img {
}
#select .step1 .section04 .top_btn a {
    margin: 50px 0 0 auto;
}
#select .step2 {
    margin-top: 30px;
    padding-top: 40px;
}
#select .step2 .section01 {
    background-color: #051c5f;
    color: #fff;
    padding: 30px 0 30px;
    margin-top: 40px;
}
#select .step2 .section01 .inner {
    width: 960px;
}
#select .step2 .section01 h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#select .step2 .section01 p {
    font-size: 16px;
    text-align: center;
}
#select .step2 .section01 p.note {
    font-size: 14px;
    margin-top: 15px;
}
#select .step2 .section01 p+p strong {
    color: #f58345;
    font-weight: normal;
    text-decoration: underline;
}
#select .step2 .section02 {
    background-color: #777777;
    padding: 25px 0 27px;
}
#select .step2 .section02 .inner {
    width: 960px;
}
#select .step2 .section02 dl {
}
#select .step2 .section02 dt:before {
    background-image: url("/pickup/dc/images/select/icon_risk.png");
    background-repeat: no-repeat;
    content: "";
    height: 53px;
    left: -60px;
    position: absolute;
    top: -5px;
    width: 50px;
}
#select .step2 .section02 dt:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 7px 10px;
    content: "";
    height: 0;
    left: -17px;
    position: absolute;
    top: 18px;
    width: 0;
}
#select .step2 .section02 dt {
    background-color: #fff;
    border-radius: 30px;
    color: #777;
    float: left;
    font-size: 16px;
    font-weight: bold;
    left: 40px;
    padding: 17px 20px;
    position: relative;
}
#select .step2 .section02 dd {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 265px;
}
#select .step2 .section03 {
    padding: 80px 0 70px;
}
#select .step2 .section03 .inner {
    width: 960px;
}
#select .step2 .section03 h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#select .step2 .section03 .pattern {
    margin-top: 50px;
}
#select .step2 .section03 .pattern ul {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#select .step2 .section03 .pattern li {
    background-color: #89b700;
    border-radius: 30px;
    float: left;
    margin-left: 40px;
    padding: 15px 0;
    text-align: center;
    width: 460px;
}
#select .step2 .section03 .pattern li:first-child {
    background-color: #f58345;
    margin: 0;
}
#select .step2 .section03 .pattern01 {
    margin-top: 95px;
}
#select .step2 .section03 .pattern01 > h6:before, #select .step2 .section03 .pattern02 > h6:before {
    background-color: #f58345;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
#select .step2 .section03 .pattern01 > h6, #select .step2 .section03 .pattern02 > h6 {
    color: #f58345;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
#select .step2 .section03 .pattern01 > h6 span, #select .step2 .section03 .pattern02 > h6 span {
    background-color: #fff;
    padding: 0 0.5em;
}
#select .step2 .section03 .pattern01 > h6+p {
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
}
#select .step2 .section03 .pattern01 > h6+p+p {
    font-size: 16px;
    margin-top: 30px;
}
#select .step2 .section03 .pattern01 > h6+p+p+p {
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}
#select .step2 .section03 .pattern01 .example {
    border-bottom: 4px solid #ccc;
    border-top: 4px solid #ccc;
    font-size: 16px;
    margin-top: 55px;
    padding: 10px 0;
}
#select .step2 .section03 .pattern01 .example table {
}
#select .step2 .section03 .pattern01 .example table th {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 0 0 40px;
    text-align: right;
    vertical-align: middle;
    width: 480px;
}
#select .step2 .section03 .pattern01 .example table th strong {
    color: #0094da;
}
#select .step2 .section03 .pattern01 .example table td {
    background-position: 50px center;
    background-repeat: no-repeat;
    line-height: 3.2em;
    padding: 0 20px 0 45px;
    width: 480px;
}
#select .step2 .section03 .pattern01 .example table td span {
    background-image: url("/pickup/dc/images/feature/icon_arrow_right_orange.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-left: 125px;
}
#select .step2 .section03 .pattern01 .pattern_menu {
    margin: 45px 0 0;
}
#select .step2 .section03 .pattern01 .pattern_menu .left {
    float: left;
    width: 460px;
}
#select .step2 .section03 .pattern01 .pattern_menu .right {
    float: right;
    width: 460px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl:first-child, #select .step2 .section03 .pattern01 .pattern_menu .right dl:first-child {
    font-size: 16px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl:first-child dt, #select .step2 .section03 .pattern01 .pattern_menu .right dl:first-child dt {
    font-weight: bold;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl:first-child dd, #select .step2 .section03 .pattern01 .pattern_menu .right dl:first-child dd {
    line-height: 1.6;
    margin-top: 15px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl+dl, #select .step2 .section03 .pattern01 .pattern_menu .right dl+dl {
    font-size: 16px;
    margin-top: 50px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl+dl dt, #select .step2 .section03 .pattern01 .pattern_menu .right dl+dl dt {
    font-weight: bold;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl+dl dd, #select .step2 .section03 .pattern01 .pattern_menu .right dl+dl dd {
    line-height: 1.6em;
    margin-top: 15px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left dl+dl dd+dt, #select .step2 .section03 .pattern01 .pattern_menu .right dl+dl dd+dt {
    margin-top: 80px;
}
#select .step2 .section03 .pattern01 .pattern_menu .right figure {
    margin-top: 30px;
    text-align: center;
}
#select .step2 .section03 .pattern01 .pattern_menu2 .right figure {
    margin-top: 10px;
}
#select .step2 .section03 .pattern01 .pattern_menu .left figure img {
}
#select .step2 .section03 .pattern01 .pattern_menu .right figure img {
}
#select .step2 .section03 .pattern01 .pattern_menu .right ul.note {
    font-size: 10px;
    font-weight: bold;
    margin-left: 75px;
    margin-top: 10px;
}
#select .step2 .section03 .pattern01 .pattern_menu .right ul.note li {
    margin-top: 7px;
}
#select .step2 .section03 .pattern01+.top_btn a {
    margin: 70px 0 0 auto;
}
#select .step2 .section03 .pattern02 {
    margin-top: 70px;
}
#select .step2 .section03 .pattern02 h6::before {
    background-color: #89b700;
}
#select .step2 .section03 .pattern02 h6 {
    color: #89b700;
}
#select .step2 .section03 .pattern02 h6+p {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
}
#select .step2 .section03 .pattern02 h6+p+p {
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}
#select .step2 .section03 .pattern02 ul {
    margin-top: 30px;
}
#select .step2 .section03 .pattern02 ul li {
    float: left;
    margin-left: 60px;
    width: 220px;
}
#select .step2 .section03 .pattern02 ul li:nth-child(n + 2):before {
    background-image: url("/pickup/dc/images/select/icon_cross.png");
    background-repeat: no-repeat;
    content: "";
    height: 52px;
    left: -75px;
    position: absolute;
    top: 90px;
    width: 52px;
}
#select .step2 .section03 .pattern02 ul li:nth-child(n + 2) {
    margin-left: 95px;
    position: relative;
}
#select .step2 .section03 .pattern02 ul li p:first-child {
    background-color: #fff;
    border: 6px solid #89b700;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    height: 220px;
    margin: 0 0 0 auto;
    padding: 70px 0 0;
    text-align: center;
    width: 220px;
}
#select .step2 .section03 .pattern02 ul li+li p:first-child {
    border: 6px solid #f58345;
}
#select .step2 .section03 .pattern02 ul li+li+li p:first-child {
    border: 6px solid #8458a0;
}
#select .step2 .section03 .pattern02 ul li p span {
    display: block;
    margin-bottom: 5px;
    font-family: segoe UI;
    font-size: 30px;
}
#select .step2 .section03 .pattern02 ul li p+p {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}
#select .step2 .section03 .pattern02 ul+p {
    font-size: 16px;
    margin-top: 40px;
}
#select .step2 .section03 .pattern02 .merit {
    font-size: 16px;
}
#select .step2 .section03 .pattern02 .merit .left {
    float: left;
    width: 460px;
}
#select .step2 .section03 .pattern02 .merit .right {
    float: right;
    width: 460px;
}
#select .step2 .section03 .pattern02 .merit .left dl, #select .step2 .section03 .pattern02 .merit .right dl {
    font-size: 16px;
    margin-top: 55px;
}
#select .step2 .section03 .pattern02 .merit .left dt, #select .step2 .section03 .pattern02 .merit .right dt {
    font-weight: bold;
}
#select .step2 .section03 .pattern02 .merit .left dd, #select .step2 .section03 .pattern02 .merit .right dd {
    line-height: 1.6;
    margin-top: 12px;
}
#select .step2 .section03 .pattern02 .merit+p {
    font-size: 16px;
    margin-top: 60px;
    text-align: center;
}
#select .step2 .section03 .pattern02 .example {
    background-color: #eeeeee;
    font-size: 16px;
    margin-top: 50px;
    padding: 15px 0;
}
#select .step2 .section03 .pattern02 .example table {
}
#select .step2 .section03 .pattern02 .example table th {
    font-weight: normal;
    line-height: 1.6;
    padding: 0 0 0 40px;
    text-align: left;
    vertical-align: middle;
    width: 480px;
}
#select .step2 .section03 .pattern02 .example table td {
    background-image: url("/pickup/dc/images/feature/icon_arrow_right_green.png");
    background-position: 50px center;
    background-repeat: no-repeat;
    line-height: 3.2em;
    padding: 0 20px 0 205px;
    width: 480px;
}
#select .step2 .section03 .pattern02 .example table td span {
    color: #89b700;
    font-size: 22px;
    font-weight: bold;
}
#select .step2 .section03 .pattern02 .last_text {
    font-size: 16px;
    margin-top: 40px;
}
#select .step2 .section03 .top_btn a {
    margin-top: 50px;
}
#select .summary {
    padding: 0 0 10px;
}
#select .summary h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#select .summary h3+div {
    background-color: #051c5f;
    margin-top: 50px;
    padding: 45px 0 55px;
}
#select .summary h3+div .inner {
    width: 960px;
}
#select .summary h3+div ul {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#select .summary h3+div li {
    line-height: 1.6;
    margin-top: 10px;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
#select .summary h3+div li span {
    padding-right: 0.5em;
}
#select .summary h3+div li strong {
    text-decoration: underline;
}
#select .summary .btn {
    margin-top: 40px;
    text-align: center;
}
#select .summary .btn a {
}
#select .summary .top_btn {
    margin-top: 50px;
}
#select .link {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 20px 0 55px;
}
#select .link ul {
    display: table;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    width: 960px;
}
#select .link li {
    float: left;
    margin-top: 30px;
    width: 480px;
}
#select .link li a {
    background-image: url("/pickup/dc/images/procedure/icon_arrow_blue.png"), url("/pickup/dc/images/procedure/icon_link.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
    color: #051c5f;
    padding-left: 20px;
    padding-right: 20px;
}

