@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

.wrapper {
    width: 100%;
        overflow: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Roboto", sans-serif;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #2fa0f6;
    min-width: 120px;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-align: center;
}

.button svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.button span {
    display: none;
}

@media (min-width: 600px) {
    .button span {
        display: initial;
    }
}

.button--icon {
    min-width: initial;
    padding: 0.5rem;
}
/*---------------------------------
	CommonCSS [初期化,定義]
---------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
ol,ul {
	list-style:none;
}
img{border:0}
table{
}

h2 {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #333;
    line-height: 1.27;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
/*---------------------------------
	        Base CSS 
---------------------------------*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
#pc-header>header>div.inner{
    width: 90%!important;
    max-width: 2000px;
}

.bg{
    background-image: url(../img/bg.gif);
}

.breadcrumb_nav{
    padding-top: 40px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb li:not(:last-of-type)::after {
    content: "»";
    margin: 0 .6em;
    /* 記号の左右の余白 */
    color: #777;
    /* 記号の色 */
}

.yellow_text{
    color: yellow;
}
.red_text{
    color: red;
}
.bg_white{
    background-color: white;
}
.space{
    padding: 30px;
}

.cta{
    display: flex;
    justify-content:space-around;
    
}
.cta img{
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}
.cta_sellform,
.cta_tel{
    width: 45%;
    text-align: center;
    background: #fff;
    border: 1px solid #52b4c7;
    padding: 30px;
    border-radius: 20px;
}
.cta_sellform p:nth-child(1),
.cta_tel p:nth-child(1){
    font-size: 28px;
    color: #f6b964;
    font-weight: bold;
    margin: 20px auto;
}

.cta_sellform p,
.cta_tel p{
    font-size: 18px;
    line-height: 30px;
}

.sp{
    display: none;
}

.qdt{
    background: #fff;
    color: #000;
    padding: 5px 10px;
    font-weight: 600;
}

.chart{
    height: 100%;
}
.chart_div{
    width: 30%;
    height: 300px;
    margin-top: 50px;
}

.tradingview-widget-container{
    height: 80%;
}

@media (max-width: 767px) {
    .pc{
        display: none;
    }
    .sp {
        display: block;
    }
    .inner {
        max-width: 650px;
    }
}

/*---------------------------------
	 ▼index.html style▼ 
---------------------------------*/
/* ヘッダー */
.brand {
    font-weight: bold;
    font-size: 20px;
}

.site-header {
    position: relative;
    background-color: #1a1919;
}

.site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 660px) {
    .site-header__wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 659px) {
    .site-header__end {
        padding-right: 4rem;
    }
}

@media (min-width: 660px) {
    .nav__wrapper {
        display: flex;
    }
}

@media (max-width: 659px) {
    .nav__wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: #d9f0f7;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-100%);
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }

    .nav__wrapper.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.nav__item a {
    display: block;
    padding: 1.5rem 1rem;
}

.nav__toggle {
    display: none;
}

@media (max-width: 659px) {
    .nav__toggle {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
}
.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #fff103;
    font-size: 18px;
    font-weight: 700;
    background-color: #293377;
    transition: 0.3s;
}

.button01 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.button01 a:hover {
    text-decoration: none;
    background-color: #5865bd;
}

.button02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #fff103;
    font-size: 18px;
    font-weight: 700;
    background-color: #314631;
    transition: 0.3s;
}

.button02 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

.button02 a:hover {
    text-decoration: none;
    background-color: #7baa7b;
}

#navigation_box {
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 100%;
}
#navigation_box .inner {
    min-height: 0 !important;
}
#gnav {
    display: block;
    text-align: center;
    margin: 10px 0 9px 0;
    overflow: hidden;
}
#gnav li {
    display: inline-block;
    margin: 0 50px 0 0;
}

@media (max-width: 767px) {
    .header {
        height: 100px;
        background-color: #1a1919;
    }
}


/* スライダー */

.slider img {
    width: 100vw;
    object-fit: cover;
}

.update_date{
    display: block;
    width: 260px;
    margin: 0 auto 40px;
    padding: 8px 0 6px;
    background-color: #4AB8D9;
    text-align: center;
    color: #FFF;
    line-height: 1.1;
    font-size: 14px;
    font-weight: bold;
}

/* メイン */
.inner_area{
    display: flex;
    justify-content: space-between;
}

.inner_area_left,
.inner_area_right{
    width: 45%;
}

.inner_area_right {
    position: relative;
}

div:nth-child(5)>div:nth-child(1)>div>div.inner_area_right>div
{

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40%;
}
div.inner>div>div.inner_area_right>div{
    height: 80%;
}
.inner_area_right>div ,
div:nth-child(6)>div.inner>div>div.inner_area_right>div{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.inner_area_right img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.design04 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #778ca3;
}
.design04 tr {
    background: #fff;
}
.design04 tr:nth-child(2n+1) {
    background: #e9faf9;
}


.design04 th {
    padding: 10px;
    background: #778ca3;
    border-right: solid 1px #778ca3;
    color: #ffffff;
}

.design04 th:last-child {
    border-right: none;
}

.design04 td {
    padding: 10px;
    border-right: solid 1px #778ca3;
}

.design04 td:last-child {
    border-right: none;
}
tbody{
    /* border: 1px solid #778ca3;  */
}

.money_order {
    display: flex;
    color: red;
    text-align: center;
    float: right;
    margin-top: 8px;
}

a.btn_ao_b {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom:20px;
    padding: 2rem 2rem;
    border: 2px solid #778ca3;
    background: #fff;
    text-decoration: none;
    transition: 0.3s;
}

a.btn_ao_b:hover {
    background-color: #e9f3fd;
}

a.btn_ao_b .b__text {
    display: block;
    flex-grow: 1;
    color: #004386;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 15px;
    font-size: 23px;
}

a.btn_ao_b .b__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #014897;
    border-right: 3px solid #014897;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
}

@media (max-width: 1200px) {
    a.btn_ao_b .b__text {
        font-size: 18px;
        padding-right: 20px;
    }

    a.btn_ao_b .b__text::after {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 736px) {
    a.btn_ao_b .b__text {
        font-size: 14px;
        padding-right: 20px;
    }

    a.btn_ao_b .b__text::after {
        width: 10px;
        height: 10px;
    }
}
a.btn_07 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #4AB8D9;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    color: #228bc8;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
}

a.btn_07:hover {
    background: #4AB8D9;
    border: 1px solid #4AB8D9;
    color: #fff;
}

a.btn_07:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent #4AB8D9 transparent;
}

a.btn_07 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}

a.btn_07 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

a.btn_07 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}

.pc_banner{
    margin: 50px 0px;
    width: 100%;
}

.newslist {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .newslist {
        font-size: 12px;
        padding: 0 15px;
    }
}

.newslist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-top: 2px solid black;
    line-height: 1.5;
}

.newslist li:last-child {
    border-bottom: 2px solid black;
}

.newslist li time {
    padding-right: 20px;
}

.newslist li a {
    color: cornflowerblue;
    text-decoration: none;
}
.confimation_p{
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-top: 15px;
}
.back_btn{
    margin-right: 50px;
    background: #797979!important;
}

.title01{
        position: relative;
        font-size: 1.6em;
        margin-bottom: 60px;
        margin-top: 60px;
        padding-top: 50px;
        line-height: 1.6;
        font-weight: 700;
        text-align: center;
}.title01:before{
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 80px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #52b4c7;
}
.scrap_img{
    width: 100%;
}

.p_text{
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.3em;
    padding: 40px 20px;
}
.p_text_blue {
    color: blue;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.3em;
    padding: 0px;
}
.unit{
    border: 1px solid;
    width: 200px;
    margin: auto;
    padding: 0px;
}
.metal_images{
    display: flex;
}
.metal_img{
    width: 90%;
}

.site_footer{
    margin-top: 80px;
    position: relative;
    background-color: #1a1919;
}

footer p{
    text-align: center;
    color: #fff;
}
.operation{
    font-size: 1em;
    padding: 30px;
}
.copyright{
    padding: 10px ;
}


.Form-Item-Textarea {
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    background: #fff;
    font-size: 18px;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table tr {
    border-bottom: 1px solid #ACACAC;
}

.table tr th,
.table tr td {
    text-align: left;
    vertical-align: top;
}

.table tr th {
    width: 15%;
    min-width: 120px;
    font-weight: bold;
    border-bottom: 1px solid #0070BD;
    padding: 20px 0;
    color: #0070BD;
}

.table tr td {
    width: 75%;
    padding: 20px 20px;
}

@media screen and (max-width: 767px) {

    .table tr th,
    .table tr td {
        display: block;
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    .table tr th {
        border-bottom: 0px solid #0070BD;
    }
}


/* 装飾 */
body {
    margin: 30px 40px;
}

/* ACCESS */
.access_container{
    display: flex;
    justify-content: space-around;
}

.access{
    width: 60%;
}

@media (max-width: 767px) {
    .header {
        height: 100px;
        background-color: #1a1919;
    }
    .breadcrumb_nav{
        font-size: 20px;
    }

    .wrapper{
        margin-top: 70px;
    }

    .inner_area {
        display: block;
    }

    .inner_area_left,
    .inner_area_right {
        width: 85% !important;

        margin: auto;
    }

    .inner_area_right {
        margin-top: 30px;
    }


    .inner_area_right img{
        width: 100%;
    }

    .title01{
        font-size: 2em;
        padding-top: 50px;
    }
    .p_text{
        font-size: 1.1em;
    }
    .access{
        width: 100%;
    }

    .access_container{
        display: block;
    }
    .access_left,
    .access_right{
        width: 80%;
        margin: auto;
    }
    .access_right{
        margin-top: 40px;
    }
    .access_container table{
        font-size: 20px;
    }
    a.btn_ao_b {
        max-width: 100%;
    }
    .sp-bg-none{
        background-image: none;
    }
    .footer_fix_btn a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
        .footer_fix_btn {
            display: flex;
            width: 100%;
            position: fixed;
            bottom: 0;
            width: 100%;
            text-align: center;
            background: transparent;
            font-size: 16px;
            color: #000000;
            border-top: 2px solid transparent;
        }

    .footer_fix_btn a:hover {
        opacity: 0.8;
    }

    div:nth-child(5)>div:nth-child(1)>div>div.inner_area_right>div {
        position: static;
    }

    div.inner>div>div.inner_area_right>div {
        position: static;
        height: 80%;
    }

    .inner_area_right>div,
    div:nth-child(6)>div.inner>div>div.inner_area_right>div {
        position: static;

    }
         .table tr th,
         .table tr td {
             margin: 10px 0;
             font-size: 16px;
         }
    
         .design04 {
             font-size: 11px;
         }
    
         .design04 td {
             padding: 5px;
         }
    
         .design04 th {
             padding: 5px;
         }
    
    .operation{
        line-height: 40px;
    }
    .copyright{
        padding-bottom: 150px;
    }

    body>div.wrapper>div:nth-child(5)>div:nth-child(3)>div:nth-child(2)>div.inner_area_right{
        margin-top: 80px;
        height: 300px;
    }
    .chart_div {
        width: 100%;
        margin: auto;
        height: 300px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 414px) {
    .breadcrumb_nav{
        font-size: 12px;
    }
    .title01{
        font-size: 1.4em;
        padding-top: 30px;
    }
    .inner_area_left,
    .inner_area_right {
        width: 100% !important;
    }
    .breadcrumb_nav{
        padding-top: 60px;
    }
    .access{
        width: 100%;
    }
    .access_left,
    .access_right {
        width: 100%;
    }
    .access_right iframe{
        height: 300px;
    }
    .cta{
        display: block;
    }
    .cta_sellform,
    .cta_tel{
        width: 100%;
    }
    .cta_tel{
        margin-top: 30px;
    }
    .p_text{
        padding: 20px 10px;
        font-size: 12px;
    }
     .unit{
        padding: 10px 5px;
    }
    .operation{
        font-size: 1em;
        padding: 15px;
    }
    div.login_cta{
        margin-top: 60px;
    }
    .qdt{
        margin-top: 20px;
    }
    .operation{
        line-height: 40px;
    }
    body>div.wrapper>div:nth-child(5)>div:nth-child(3){
        margin-top: 200px;
    }
    .table tr th,
    .table tr td{
        margin: 10px 0;
        font-size: 16px;
    }
    .design04{
        font-size: 11px;
    }
    .design04 td{
        padding: 5px;
    }
    .design04 th{
        padding: 5px;
    }
    .copyright{
        padding-bottom: 100px;
    }
    .footer_fix_btn {
        display: flex;
        width: 100%;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #000000;
        border-top: 2px solid transparent;
    }

    .footer_fix_btn a {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    .footer_fix_btn a:hover {
        opacity: 0.8;
    }

    div:nth-child(5)>div:nth-child(1)>div>div.inner_area_right>div {
        position: static;
    }

    div.inner>div>div.inner_area_right>div {
        position: static;
        height: 80%;
    }

    .inner_area_right>div,
    div:nth-child(6)>div.inner>div>div.inner_area_right>div {
        position: static;

    }
    .confimation_p{
        font-size: 14px;
    }
    .back_btn {
        margin-right: 10px;
    }
}

@media (max-width: 375px) {}

