@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    table-layout: fixed;
}
html {
    color: #000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
    line-height: 1.6rem;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.4rem;
    background-color: #000000;
    line-height: 1.4;
}
body.black {
    color: #FFFFFF;
    background-color: #000000;
}
header img,footer img,main img,.independence img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
    height: auto;
    display: block;
    max-width: 100%;
    width: auto;
}
#header2 {
	display: none;
}
header a,
footer a,
main a,
.independence a {
    opacity: 1;
    transition: all 0.3s;
    color: #000000;
}
.independence a,
.independence a img {
    transition: all 0s !important;
}
input[type="text"], input[type="password"], textarea, select {
    outline: none;
    font-size: 16px;
    transform: scale(0.8);
}
.common_arrow:before, .common_arrow:after {
    content: url(//www.daiwa.com/jp/resources/image/common_v1/ftyajiw.png);
}
.common_arrow.up:before, .common_arrow.up:after {
    display: inline-block;
    transform: rotate(-90deg);
}
.common_arrow.down:before, .common_arrow.down:after {
    display: inline-block;
    transform: rotate(90deg);
}
.copyright {
    font-size: 0.8rem;
}
.common_sns {/* */
    width: 100%;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.common_sns p {
/*	width: 50%;*/
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.common_sns p a {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
	margin-left: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 50%;
    color: #FFFFFF;
}
/*.common_sns p:nth-child(2) {
    text-align: left;
}
.common_sns p:nth-child(2) a {
    margin-right: 0px;
    background-color: #CD201F;
    margin-left: 10px;
}*/
.common_sns p.yt a {/* YouTube */
	background-color: #CD201F;
}
.common_sns p.fb a {/* Facebook */
	background-color: #3B5998;
}
.common_sns p.ig a {/* Instagram */
	background-color: #808080;
}
.common_sns p a span {
    display: block;
}
.common_sns p a span span {
    font-size: 0px;
    display: none;
}
@keyframes fadeOut {
 0% {
 opacity:1;
}
 100% {
 opacity:0;
}
}
@keyframes fadeIn {
 0% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
@keyframes positionTop {
 0% {
 top: 0px;
}
 100% {
 top: -100vh;
}
}
@keyframes loadingBar {
 0% {
widt: 0%;
}
 90% {
width: 100%;
opacity: 1;
}
 100% {
width: 100%;
opacity: 0;
}
}
#loading {
    width: 100%;
    height: 100%;
    display: table;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2000;
    background-color: #FFFFFF;
}
#loading.off {
    animation: fadeOut 0.5s 1s forwards, positionTop 0s 1.5s forwards;
}
#loading div {
    display: table-cell;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: middle;
    text-align: center;
}
#loading div p {
    font-size: 4.76rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000000;
}
#loading div p span {
    font-size: 0px;
}
#loading div .bar {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: absolute;
    left: 0px;
    top: 70%;
}
#loading div .bar span {
    display: block;
    height: 100%;
    width: 0px;
    background-color: #000000;
    animation: loadingBar 1.5s linear infinite;
}
main {
    margin-top: 66px;
    background-color: #FFFFFF;
    display: block;
}
body.black main {
    background-color: #000000;
}
body.special main {
    margin-top: 0px;
}
body.open_menu main {
    display: none;
}
@keyframes independenceIn {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
body .independence {
    background-color: #FFFFFF;
    color: #000000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.2rem;
    opacity: 0;
    display: none;
    text-align: left;
}
body.open_menu .independence {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: independenceIn;
}
body .independence > div {
    display: table;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    max-width: 980px;
}
body .independence > div.pc {
    display: none;
}
body .independence > div section {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body .independence > div section + section {
    margin-top: 66px;
}
body .independence > div section h2 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    width: 100%;
	border: none;
}
body .independence > div section h2 span {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body .independence > div section h2 span.line {
    position: relative;
    margin-bottom: 3px;
}
body .independence > div section h2 span.line img {
    height: 32px;
    width: auto;
}
body .independence > div section h2 span.line img.h24 {
    height: 24px;
}

body .independence > div section h2 span + span img {
    height: 15px;
}
body .independence > div section h2 span.line:before {
    display: block;
    width: 15px;
    height: 3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    bottom: 0px;
    left: -20px;
    background-color: #000000;
    content: "";
}
body .independence > div section h2+div, body .independence > div section .link, body .independence > div section .default {
    display: table;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: calc( 100% - 40px );
    border-collapse: collapse;

}
body .independence > div section h2+ div > p {
    display: table-caption;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
body .independence > div section h2+ div > p img {
    height: 31px;
    width: auto;
}

body .independence > div section .tree > p:after {
    content: "";
    display: block;
    width: 5px;
    height: 24px;
    border-right: 1px solid #000000;
    margin-top: 10px;
}
body .independence > div section .tree ul {
    display: table-cell;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 40%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    border: 1px none #000000;
    border-collapse: collapse;
    position: relative;
}
body .independence > div section .tree ul:before {
    display: block;
    width: calc(100% - 5px);
    height: 1px;
    background-color: #000000;
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
}
body .independence > div section .tree ul:nth-child(3) {
    width: 60%;
}
body .independence > div section .tree ul:nth-child(3):before {
    width: 100%;
    left: 0px;
}
body .independence > div section .tree ul li {
    display: block;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1em;
    position: relative;
}
body .independence > div section .tree ul li:before {
    content: "-";
    position: absolute;
    top: 11px;
    left: 0px;
    display: block;
}
body .independence > div section .tree ul li:after {
    display: block;
    width: 1px;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    content: "";
}
body .independence > div section .tree ul li:last-child:after {
    height: calc(100% - 0.5em);
}
body .independence > div section .tree ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -1px;
    font-size: 1.2rem;
}
body .independence > div section .tree ul li a span {
    display: table-row;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/*
body .independence > div section .tree ul li a span:before {
	display: table-cell;
	content: "-";
	padding-right: 5px;
}
*/
body .independence > div section .link {
    margin-top: 25px;
    border-bottom: 1px solid #000000;
}
body .independence > div section .link li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #000000;
}
body .independence > div section .link li a {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-image: url(//www.daiwa.com/jp/resources/image/common_v1/hdyajib.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 7px auto;
    font-size: 1.2rem;
    text-decoration: none;
    color: #000000;
    line-height: 2em;
}
body .independence > div section .enumeration {
    width: 100%;
    display: table;
}
body .independence > div section .enumeration li {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;

    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body .independence > div section .enumeration li a {
    color: #000000;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2em;
}
body .independence > div section .enumeration li:after {
    content: "／";
    margin-left: 5px;
    margin-right: 5px;
    color: #999999;
}
body .independence > div section .enumeration li:last-child:after {
    display: none;
}
body .independence > div section .default {
    display: table;
}
body .independence > div section .default ul {
    display: block;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body .independence > div section .default ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
}
body .independence > div section .default ul li a {
    text-decoration: none;
    color: #000000;
    line-height: 1em;
}
body .independence > div section .default ul li a img {
    height: 20px;
}
body .independence > div section .default ul li a img.h72 {
    height: 48px;
}
body .independence > div section .default ul li a img.h24 {
    height: 16px;
}
body .independence > div section .default ul li a img.h22 {
    height: 14.6667px;
}
body .independence > div section .default ul li a img.h14 {
    height: 14px;
}
body .independence > div section .default ul li a img.h14b {
}

body .independence > div section .default ul li a img.h28 {
    height: 33.6px;
}


body .independence > div section .default .common_sns {
    width: auto;
    margin-left: 0px;
}
body .independence > div section .logo {
    text-align: center;
    margin-top: 68px;
    margin-bottom: 60px;
}
body .independence > div section .logo a {
    color: #000000;
    text-decoration: none;
    font-size: 5rem;
}
body .independence > div section .logo a span {
    font-size: 0px;
    display: none;
}
.youtube_player {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.youtube_player + .youtube_player {
    margin-top: 10px;
}
.youtube_player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}
.page_top {
    background-color: rgba(27,27,27,0.90);
    width: 100%;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 34px;
    position: relative;
}
.page_top .common_arrow {
    font-size: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
.page_top .common_arrow:before {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background-image: url(//www.daiwa.com/jp/resources/image/common_v1/fttopyaji.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    background-size: 15px auto;
}
.page_top .common_arrow:after {
    content: "";
}
.independence .page_top .common_arrow:before {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}


/***********************************************/
@media only screen and (min-width:640px) {
header a:hover,footer a:hover,main a:hover,.independence a:hover {
    text-decoration: underline;
}
a.opacity:hover,a.opacity:hover img,a.opacity:hover .line,a.opacity:hover .line:before {
	opacity: 0.7;
/*	transition: all 0.3s;*/
}
.common_sns p a {
    margin-right: 12px;
}
.common_sns p a:hover {
    text-decoration: none;
}

.common_sns p:nth-child(2) a {
    margin-left: 12px;
}
#loading div .bar {
    top: 75%;
}
body .independence {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 680px auto;
    background-image: url(//www.daiwa.com/jp/resources/image/common_v1/pophhlogo.png);
}
body .independence > div.sp {
    display: none;
}
body .independence > div.pc {
    display: table;
    border-collapse: collapse;
    width: 94%;
    max-width: 980px;
}
body .independence > div section {
    margin-top: 104px;
}
body .independence > div section + section {
    margin-top: 30px;
}
body .independence > div .left section:nth-child(1), body .independence > div .right section:nth-child(1) {
    margin-top: 0px;
}
body .independence > div.pc .table {
    width: 100%;
    display: table;
}
body .independence > div.pc .row {
    display: table-row;
}
body .independence > div.pc .row .left, body .independence > div.pc .row .right {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
body .independence > div.pc > .row:first-child > div {
    padding-top: 104px;
}
body .independence > div.pc > .row:last-child > div {
    padding-bottom: 60px;
    padding-top: 38px;
}
body .independence > div.pc > .row > .left {
    padding-right: 20px;
    padding-top: 0px;
}
body .independence > div.pc > .row > .right {
    border-left: 1px solid #000000;
    padding-left: 20px;
    padding-top: 0px;
}
body .independence > div.pc > .row:last-child > div h2 img {
    max-width: 400px;
}
body .independence > div section h2 img, body .independence > div section .default ul li a img {
    height: auto !important;
}
body .independence > div section h2.cate1 span.line img {
    width: 62.1277%;
}
body .independence > div section h2.cate1 span.line + span img {
    width: 16.5957%;
}
body .independence > div section h2.cate2 span.line img {
    width: 75.3191%;
}
body .independence > div section h2.cate2 span.line + span img {
    width: 15.7447%;
}
body .independence > div section h2.cate3 span.line img {
    width: 24.4681%;
}
body .independence > div section h2.cate4 span.line img {
    width: 35.9574%;
}
body .independence > div section h2.cate5 span.line img {
    width: 40.5128%;
}
body .independence > div section h2.cate5 + div ul li:nth-child(1) img {
    width: 64.1026%;
}
body .independence > div section h2.cate5 + div ul li:nth-child(2) img {
    width: 44.6154%;
}
/*body .independence > div section h2.cate5 + div ul li:nth-child(3) img {
    width: 82.5641%;
}*/
body .independence > div section h2.cate5 + div ul li:nth-child(3) img {
    width: 50%;
}
body .independence > div section h2.cate6 span.line img {
    width: 97.9487%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(1) img {
    width: 57.4359%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(2) img {
    width: 97.4359%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(3) img {
    width: 69.2308%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(4) img {
    width: 84.1026%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(5) img {
    width: 82.0513%;
}
body .independence > div section h2.cate6 + div ul li:nth-child(6) img {
    width: 69.7436%;
}
body .independence > div section h2.cate7 span.line img {
    width: 65.1282%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(1) img {
    width: 41.0256%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(2) img {
    width: 31.2821%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(3) img {
    width: 75.3846%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(4) img {
    width: 51.2821%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(5) img {
    width: 45.641%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(6) img {
    width: 51.2821%;
}
body .independence > div section h2.cate7 + div ul li:nth-child(7) img {
    width: 44.1026%;
}
body .independence > div section h2.cate8 span.line img {
    width: 46.6667%;
}
body .independence > div section h2.cate8 + div ul li:nth-child(1) img {
    width: 32.9897%;
}
body .independence > div section h2.cate8 + div ul li:nth-child(2) img {
    width: 56.701%;
}
body .independence > div section h2.cate8 + div ul li:nth-child(3) img {
    width: 76.2887%;
}
body .independence > div section h2.cate8 + div ul li:nth-child(4) img {
    width: 33.55%;
}
body .independence > div section h2.cate8 + div ul li:nth-child(5) img {
    width: 55.1546%;
}
body .independence > div section h2.cate9 span.line img {
    width: 98.4615%;
}
body .independence > div section .default ul {
    margin-top: 8px;
}
body .independence > div section .default ul li:first-child {
    margin-top: 0px;
}
body .independence >div section .tree ul li a:hover {
    text-decoration: underline;
}
body .independence > div section .enumeration li a:hover {
    text-decoration: underline;
}
body .independence > div section .link li a:hover {
    text-decoration: underline;
}
main {
    margin-top: 0px;
    min-width: 980px;
}
.page_top .common_arrow:before {
    background-size: 22px auto;
}
}


