/*==============================================================================================

  	画面の横幅が641px以上

==============================================================================================*/

@media screen and (min-width: 641px) {

/*----------------背景画像設定---------------------*/

body{
background-image: url(../../../../images_home/page_bg.gif);
background-repeat: repeat-x;
background-position: top;
}

/*----------------レイアウト設定---------------------*/

#cont2{
width:723px;
float: right;
}

.cont_2row{float:left;width:100%;}

/*----------------タブ直下 参考為替レート設定---------------------*/

.half_right{width:42%;margin: 0px;float: right;}

.half_left{
float: left;
margin:0px 0px 0px 15px;
letter-spacing:0.4mm;
width:50%;
}

/*----------------商品概要直下 テーブル設定---------------------*/
	tbl_f th{padding:1em;}
.tbl_f th.w-12 {
/*width: 12%;*/
}

/*----------------テキストリンク設定---------------------*/

a:link{color: #001E97;text-decoration: underline;}

a:visited{color: #001E97;text-decoration: underline;}

a:hover{color: #002EE3;text-decoration: underline;}

a:active{color: #001E97;text-decoration: underline;}

a:hover img.ro{opacity:0.5;filter: alpha(opacity=50);}/*イメージ透過*/

/*----------------h1設定---------------------*/
.ttl-1_2row {
background-image: url(../../../../images/title/1_w730.gif);
height: 30px;
margin: 0px;
padding-top: 20px;
padding-left: 5px;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
color:#0A0040;
}
}
/*lp/call/より**/
.twoCol {
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: censpace-betweenter;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin: 1.5em 0 1em 0;
    font-size: 1.1em;
    line-height: 1.2;
}
.twoCol .inner {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: censpace-betweenter;
    justify-content: space-between;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column;
    width: 48.98%;
 width: calc((480 / 980)*100%);
    height: auto;/*margin:0 0 20px 0;*/
}
.twoCol .inner div:nth-child(2n+1){
    clear: both;
}
.twoCol .inner .image {
    width: 100%;
    min-height: 0%;
}
.twoCol .inner img {
    width: 100%;
}
/*口座開設ボタン*/
.btn_contact a {
	/*position: relative;*/
	display: inline-block;
	padding: 0.2em 1.1em 0.4em;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #216EB7;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: -0.8em;
}
.btn_contact a:hover {
	color: #fff;
	background: #0584FC;
}
/*購入ボタン*/
.btn_buy a {
	/*position: relative;*/
	display: inline-block;
	padding: 0.2em 1.1em 0.4em;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #D72729;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: -0.8em;
}
.btn_buy a:hover {
	color: #fff;
	background: #AD1517;
}
.ct {
	text-align: center;
	font-weight: bold;
}
.ct span span {
	font-size: 0.9em;
	font-weight: normal;
}
.tel {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #216EB7;
	line-height: 0.9;
	padding-bottom: 5px;
}
table.kouza_arinasi {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: -0.8em;
}
table.kouza_arinasi td {
	/*width:50%;*/
	text-align: center;
}