@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body{
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#3e3e3e;
	margin:  0 auto;
}

#page-top {
    width: 1240px;
}

@media screen and (max-width:768px){
	#page-top {
    	width: 98%;
    }
}

img{
	border:none;
	padding:0;
	vertical-align: top;
}
ul, ol{
	list-style:none;
}
em{
	font-style:normal;
}
a{
	color:#0a54a7;
}

em.red{
	color:#c00;
}
.indent{
	text-indent: 2em;
	list-style-position: outside
}
.font-s{
	font-size: 0.88em;
}
.pcDisp{
    display: block !important;
}
.pcDisp.inline{
    display: inline-block !important;
}
.spDisp{
    display: none !important;
}

#comtext p {
    color: #ff0000;	
    float: right;
}

input[type="text"],
textarea,select {
    padding: 0.0em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    width: 95%;
}

input[type="radio"] {
    padding: 0.8em;
}
textarea {
    width: 97%;/*300px*/
}
input.f-txt{
	width: 97% !important;
}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
button.sysNextSubmit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #C9FCE4);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C9FCE4));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
}
button.sysNextSubmitNone {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
}
button.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #C9FCE4 0%, #C9FCE4);
    background: -webkit-gradient(linear, left top, left bottom, from(#C9FCE4), to(#C9FCE4));
	cursor: pointer;
}

.full {
  width: 100% !important;
}

.middle {
  width: 70% !important;
}

.half {
  width: 50% !important;
}

.shalf {
  width: 40% !important;
}

.short {
  width: 30% !important;
}

.vshort {
  width: 20% !important;
}


/*  Margin
----------------------------------------------- */
*.sp-v0 { margin-top: 0px !important; margin-bottom: 0px !important; }
*.sp-v5 { margin-top: 5px !important; margin-bottom: 5px !important; }
*.sp-v10 { margin-top: 10px !important; margin-bottom: 10px !important; }
*.sp-v15 { margin-top: 15px !important; margin-bottom: 15px !important; }
*.sp-v20 { margin-top: 20px !important; margin-bottom: 20px !important; }
*.sp-v25 { margin-top: 25px !important; margin-bottom: 25px !important; }
*.sp-v30 { margin-top: 30px !important; margin-bottom: 30px !important; }

*.sp-t0 { margin-top: 0px !important; }
*.sp-t5 { margin-top: 5px !important; }
*.sp-t10 { margin-top: 10px !important;}
*.sp-t15 { margin-top: 15px !important;}
*.sp-t20 { margin-top: 20px !important;}
*.sp-t25 { margin-top: 25px !important;}
*.sp-t30 { margin-top: 30px !important;}
*.sp-t40 { margin-top: 40px !important;}
*.sp-t50 { margin-top: 50px !important;}
*.sp-t60 { margin-top: 60px !important;}
*.sp-t70 { margin-top: 70px !important;}
*.sp-t80 { margin-top: 80px !important;}
*.sp-t90 { margin-top: 90px !important;}
*.sp-t100 { margin-top: 100px !important;}
*.sp-t110 { margin-top: 110px !important;}
*.sp-t120 { margin-top: 120px !important;}
*.sp-t150 { margin-top: 150px !important;}
*.sp-t_search { margin-top: 130px !important;}

*.sp-b0 { margin-bottom: 0px !important; }
*.sp-b5 { margin-bottom: 5px !important;}
*.sp-b10 { margin-bottom: 10px !important;}
*.sp-b15 { margin-bottom: 15px !important;}
*.sp-b20 { margin-bottom: 20px !important;}
*.sp-b25 { margin-bottom: 25px !important;}
*.sp-b30 { margin-bottom: 30px !important;}

.page_main {
    position:static;
	width: 100%;
	padding: 10px 50px 10px 0;
}

@media screen and (max-width:768px) {
	.page_main {
		padding: 0;
	}
}

@font-face {
  font-family: 'jpts';
  src:  url('../fonts/jpts.eot?dgkkk8');
  src:  url('../fonts/jpts.eot?dgkkk8#iefix') format('embedded-opentype'),
    url('../fonts/jpts.ttf?dgkkk8') format('truetype'),
    url('../fonts/jpts.woff?dgkkk8') format('woff'),
    url('../fonts/jpts.svg?dgkkk8#jpts') format('svg');
  font-weight: normal;
  font-style: normal;
}

.inner{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}
@media screen and (max-width:768px){
    .inner{
       width:95%;
    }
    .g-header {
       position: relative;
       width: 100%;
       height: 50px;
    }
}


header{
	display:block;
}


header .upper{
		position: static;
		border-bottom:15px solid #fff;
		align-items:stretch;
		display:flex;
}

header .upper::before{
			content: "";
			display: block;
			position: absolute;
			right: 100%;
			top: 0;
			bottom: 0;
			width: 10px;
			height:43px;
			background-color: #c00;
}


header .logo {
    display: block;
    width: 1240px;
    height: 60px;
    text-indent: -10000px;
    background: url(../img/head.jpg) no-repeat 0px 0px;
    margin: 0px auto;
}
header .logo2 {
    display: none;
}


header .upper .log2{
		background-color:#c00; 
/*		background-image:url(../img/bg_header01.png); */
		background-position:right bottom;
		background-repeat:no-repeat;
		height:43px;
		overflow:hidden;
		padding-right:3rem;
		padding-left:0.4rem;
		line-height:0;
}
	

header .upper .txt{
		padding: 11px 0 0 15px;
}
	
header nav ul{
		display:table;
		table-layout: fixed;
		width:100%;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
header nav li{
			display:table-cell;
			text-align:center;
			vertical-align:middle;
			box-sizing:border-box;
			border-right:1px solid #e60012;
}

header nav li.first{
			border-left:1px solid #e60012;
}
header nav li a{
			display:block;
			padding:0.5rem 0;
			text-decoration:none;
			color:#3e3e3e;
}

#nav_toggle{
	display: none;
}

@media screen and (max-width:768px){
    header{
        border-top:none;
        padding-right: 10px;
    }
    header .upper{ 
        border-bottom: 0;
        padding-right: 10px;
    }
	header .upper::before{
			display: none;
	}    
	header .logo {
			display: none;
	} 
/*  header .upper .logo {  */ 
    header .logo2 {  
		    background-color:#c00;
            display: block;
            width: 100%;
            height: 43px;
            background-image:none;
            text-align: center;
            padding: 1rem 0 0;
            
    }
    header .upper .logo2 img{
/*          width: 40vw; */
            max-width: 18rem;
    }
    
    header .upper .txt{
            display: none;
        }
	header nav li{
		border-right: none;
	}
	header nav li.first{
		border-left: none;
	}

    .g-header {
         position: relative;
         width: 100%;
         height: 50px;
    }
    .g-nav {
          display: none;
		  position: absolute;
		  top: 50px;
		  z-index: 10000 !important;
	}

	.menu {
		  width: 100%;/*320px*/
	}
	.menu__item {
		display: block;
		background: #333;
		opacity: 0.95;
	}
	.menu__item a {
		  display: block;
		  padding: 15px;
		  color: #fff;
		  text-decoration: none;
		  box-sizsing: border-box;
		  width: 100%;
		  height: 60px;
		  line-height: 45px;
		  border-bottom: 1px solid #CCC;
	}

	.sp-menu {
		  display: block;
		  position: absolute;
		  top: 12px;
		  right: 10px;
	}
	.sp-menu .menu-trigger                      /* 最後に,が必要？ */
	.sp-menu .menu-trigger span {
		  display: inline-block;
		  transition: all .4s;
		  box-sizing: border-box;
	}
	.sp-menu .menu-trigger {
		  position: relative;
		  width: 44px;
		  height: 44px;
	}
	.sp-menu .menu-trigger span {
		  position: absolute;
		  left: 0;
		  right: 0;
		  margin: auto;
		  width: 65%;
		  height: 3px;
		  background-color: #fff;
		  border-radius: 5px;
	}
	.sp-menu .menu-trigger span:nth-of-type(1) {
		  top: 5px;
	}
	.sp-menu .menu-trigger span:nth-of-type(2) {
		  top: 15px;
	}
	.sp-menu .menu-trigger span:nth-of-type(3) {
		  top: 25px;
	}
	.sp-menu .menu-trigger.active span:nth-of-type(1) {
		  -webkit-transform: translateY(10px) rotate(-45deg);
		  transform: translateY(10px) rotate(-45deg);
	}
	.sp-menu .menu-trigger.active span:nth-of-type(2) {
		  opacity: 0;
	}
	.sp-menu .menu-trigger.active span:nth-of-type(3) {
		  -webkit-transform: translateY(-10px) rotate(45deg);
		  transform: translateY(-10px) rotate(45deg);
	}

}/*end 768px*/


.title_baio{
	background: url(../img/title/h2_contacts2.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.9em;
	height: 138px; 
/*	line-height: 1.2em; */
	padding-top: 30px;
	padding-left: 15px;
}

@media screen and (max-width:768px){

.title_baio{
	display: block;
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.2em;
/*	height: 90px; */
	line-height: 1.2em;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 15px;
}
}









table.table1 {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.table1 th:first-child{
  border-radius: 5px 0 0 0;
}

table.table1 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.table1 th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

.th1 {
  width: 4%;
}

table.table1 td{
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

table.table1 td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.table1 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.table1 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.table2 {
  width: 100%;
  border-collapse:separate;
  border-spacing: 0px;
}
table.table2 td{
  text-align: left;
  border-left: 1px;
  border-bottom: 1px;
  border-top:none;
  padding: 10px 0;
}


table.table3 {
  margin:  0 auto;
}

table.table4 {
  width: 80%;
  padding: 10px 0;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width:768px){
    tr.md,th.md,td.md{
	display: block;
	width: 97%;
	}
}

table.table4 {
	width: 100%;
  }

.required {
  background: url(../img/icon_required.gif) no-repeat right 3px;
  padding-right: 30px;
}



@media screen and (max-width:768px){
    .spDisp{
        display: block !important;
    }
    .spDisp.inline{
        display: inline-block !important;
    }
    .pcDisp{
        display: none !important;
    }
}


/* check mark */
.mark01 li {
	position: relative;
}
.mark01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



footer{
	display:block;
	margin-top:1rem; 
	border-top:5px solid #f5f5f5;
}
	footer div.inner{
		position:relative;
	}
	footer div.footMenu{
		display:flex;
		padding:1.5rem 0;
		font-size:0.9rem;
	}
		footer div.footMenu div{
			flex-basis: 25%;
		}
		
			footer ul.footMenu li{
				margin:0.5rem 0;
			}
				footer ul.footMenu li::before{
					display:inline-block;
                    vertical-align:top;
                    font-family: "jpts";
					content:"\67";
                    color: #c00;
                    line-height: 150%;
					margin-right:0.4rem;
				}
			footer ul.footMenu li a{
				color:#414141;
			}
				footer div.footMenu ul.child{
					margin-left:1rem;
					font-size:0.85rem;
				}
				footer div.footMenu ul.child li a{
					color:#3a5a84;
				}	
				footer div.footMenu ul.child li::before{
					content:"\63";
                    color: #b0b0b0;
				}
		footer div.footMenu div.banner h3{
			position:relative;
			font-size:1rem;
			padding-left:1.3rem;
		}
			footer div.footMenu div.banner h3::before{
				position:absolute;
				display:inline-block;
				left:0;
				top:50%;
				transform: translateY(-50%);
				content:"";
				width:12px;
				height:2px;
				background:#c00;
			}
			footer div.footMenu div.banner ul li{
				margin-top:0.8rem;
			}
				footer div.footMenu div.banner ul li img{
					border:1px solid #e6e6e6;
				}
        footer div.inner .pagetop{
            position: absolute;
            display: inline-block;
            right: 0;
            top: -2.6rem;
            padding: 0.6rem 1rem;
            background: #f5f5f5;
            cursor: pointer;
        }  
            footer div.inner .pagetop a{
                display: block;
                text-decoration: none;
                color: #808080;
                font-size: 0.9rem;
            }
            footer div.inner .pagetop a::before{
                display: inline-block;
                font-family: "jpts";
                content: "\34";
                color: #3a5a84;
                margin-right: 0.4rem;
        }

        footer div.inner .privacy{
            position: absolute;
            display: inline-block;
            right: 0;
            bottom: -3rem;
        }  

	footer .footBottom{
	}					
		footer .footBottom .upper{
			padding:0.4rem;
            box-sizing: border-box;
		}
			footer .footBottom .upper span.logo{
				display:inline-block;
				vertical-align:top;
			}
				footer .footBottom .upper span.logo img{
					vertical-align:middle;
				}
			footer .footBottom .upper ul{
				display:inline-block;
				vertical-align:top;
				margin:0 2rem;
				letter-spacing:-0.4rem;
			}
			footer .footBottom .upper ul li{
				display:inline-block;
				font-size:0.8rem;
				text-align:center;
				letter-spacing:normal;
			}
				footer .footBottom .upper ul li:after{
					content:"|";
					padding:0 0.4rem;
				}
				footer .footBottom .upper ul li:nth-last-child(1):after{
					content:"";
				}

		footer .footBottom .lower{
			background-color:#c00;
			letter-spacing:150%;
		}
		footer .footBottom .lower .inner{
			display:flex;
			padding:0 35px;
			height:24px;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			box-sizing:border-box;
		}
			footer .footBottom .lower .inner img{
				vertical-align:middle;
			}

@media screen and (max-width:768px){
    footer div.footMenu{
		display:block;
        padding: 0 0;
        background: #f5f5f5;
	}
    footer ul.footMenu li{
        margin: 0 0;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 0.6rem 0 0.6rem 1rem;
    }
        footer ul.footMenu li::before, footer div.footMenu ul.child li::before{
            display: none;
            content: "";
        }
        footer ul.footMenu li span.parent{
            display: block;
        }
            footer ul.footMenu li a::before{
                display: inline-block;
                vertical-align: top;
                font-family: "jpts";
                content: "\67";
                color: #c00;
                line-height: 150%;
                margin-right: 0.4rem;
            }
            footer div.footMenu ul.child{
                display: none;
                margin-left:-1rem;
                margin-top: 0.6rem;
                margin-bottom:-0.6rem;
                background: rgba(255,255,255,0.6);
            }
                footer div.footMenu ul.child li a::before{
                    content: "\63";
                    color: #b0b0b0;
                }
            footer div.footMenu ul.child li{
                border-top: 1px solid #eee;
                border-bottom: none;
            }
    
    footer div.footMenu div:nth-child(3), footer div.footMenu div.banner, footer div.inner .privacy{
        display: none;
    }
    footer .footBottom .upper span.logo, footer .footBottom .upper ul{
        display: none;
	}	
    footer .footBottom .lower .copy{
        display: none;
    }
    footer .footBottom .upper{
        text-align: center;
        padding-top: 1rem;
    }
    footer .footBottom .upper::before{
        display: block;
        content: "(c) JAPAN POST TRADING SERVICE";
        font-size: 0.7rem;
    }
    footer .footBottom .lower .inner{
        display: block;
        text-align: center;
        padding: 0.6rem 0;
        height:inherit;
    }
    
}/* end 768px */


