@charset "utf-8";
/* CSS Document */
#main_middle{
    
}
#main{
    clear: both;
    margin: 15px 0 0 0;
}
#main img{
    width: 100%;
    height: auto;
}
#lp_jigane h1{
    text-align: center;
    font-family: "ＭＳ Ｐ明朝";
    clear: both;
    margin: 130px 0 0 0;
    padding: 0 0 0 0;
    background-image: url(https://www.coinpalace.jp/user_data/lp/bullioncoin/bri01.jpg);
    background-position: center 80px;
    background-size: 1700px auto;
    background-repeat: no-repeat;
    height: 450px;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}
#slidewrap{
    clear: both;
    width: 100%;
}
#slidewrap td{
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 650px;
    padding: 80px 0 40px 0;
}
#slidewrap td iframe{
    width: 100%;
    height: 650px;
    border: none;
    
}
#slidewrap td#slide_sisan{
    background-color: #e7eff0;
}
#slidewrap td#slide_okuri{
    background-color: #fff9e7;
}
#slidewrap th h2{
    font-size: 24px;
    border: 1px solid #a6ecf5;
    margin: auto;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
    background-color: white;
    width: 130px;
    height: 130px;
    padding-top: 40px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝";
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    color: #189bd1;
}
#slidewrap th h3{
    font-size: 24px;
    border: 1px solid #fdd456;
    margin: auto;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
    background-color: white;
    width: 130px;
    height: 130px;
    padding-top: 40px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝";
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
    color: #bd8b00;
}
.btns{
    text-align: center;
    font-size: 18px;
    padding: 100px 0;
}
.btns a{
    display: block;
    margin: auto;
    color: black;
    text-decoration: none;
    width: 400px;
    padding: 30px;
    font-weight: bold;
    background-color: orange;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
}
/**/
#kinkawrap{
    width: 100%;
}
#kinkawrap td{
    width: 50%;
    text-align: center;
    padding-bottom: 80px;
}
#kinkawrap td:first-child{
    border-right: 1px solid #ddd;
}
#kinkawrap td h2{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 30px;
}
#kinkawrap td h3{
    font-family: "ＭＳ Ｐ明朝";
    font-size: 24px;
}
#kinkawrap td p{
    width: 50%;
    text-align: left;
    margin: auto;
}
#kinkawrap td img{
    width: 50%;
    margin: auto;
}
.tables{
    display: table;
    margin: auto;
    border-top: 1px solid #ddd;
}
.tables dl{
    display: table-row;
}
.tables dl dt,
.tables dl dd{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}
.tables dl dd a,
.tab_content a{
    text-decoration: underline;
    color: blue;
}
.tables dl dd a:hover,
.tab_content a:hover{
    text-decoration: none;
}
a.mitsu_btn{
    font-size: 15px;
    display: block;
    margin: 30px auto;
    color: #e0a300;
    text-decoration: none;
    width: 250px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
	border-radius: 130px;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
    border: 1px solid #e0a300;
}
a.gin{
    color: #4b8cef;
    border: 1px solid #4b8cef;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
    
  width: 80%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/7);
  height: 50px;
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item span{
    font-weight: normal;
    font-size: 13px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#britannia:checked ~ #britannia_content,
#royalarms:checked ~ #royalarms_content,
#wien:checked ~ #wien_content,
#mapleleaf:checked ~ #mapleleaf_content,
#kangaroo:checked ~ #kangaroo_content,
#bar:checked ~ #bar_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #a47b0b;
    border-bottom: 3px solid #d7b556;
}
.tab_content ul{
    margin: 0px auto;
    padding: 0px;
    width: 93%;
}
.tab_content ul li{
    margin: 0px;
    padding: 30px 0px;
    float: left;
    list-style: none;
    width: 30%;
    height: 170px;
}
.tab_content ul li img{
    width: 90%;
    height: auto;
    margin-top: -40px;
}
.tab_content ul li:nth-child(odd){
    
    width: 20%;
    
}
.tab_content ul li:nth-child(even){
    padding-right: 20px;
    font-size: 14px;
    line-height: 160%;
}
#list_left{
    float: left;
    width: 50%;
}
#list_right{
    float: right;
    width: 50%;
}
.list100{
    clear: both;
}
.list100 ul li {
    height: 270px !important;
}
.tab_content h4{
	display: flex;
	align-items: center;
    font-size: 17px;
    margin: 30px 0px;
    padding: 0px;
}

.tab_content h4:before,
.tab_content h4:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #ddd; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
.tab_content ul li a{
    text-decoration: underline;
}
.tab_content ul li a:hover{
    text-decoration: none;
}
#sp_glback{
    margin-bottom: -150px;
}