@charset "utf-8";
*{
	margin:0 0 0 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;
}
@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;
}

img{
	border:none;
	padding:0;
	vertical-align: middle;
}
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;
}

p.font0{
	margin: 0px 0px 20px 20px;
	font: bold large/180% "ＭＳ 明朝";
}

p.font1{
	margin: 0px 0px 20px 40px;
	font: bold large/150% "ＭＳ 明朝";
}

@media screen and (max-width:768px){
p.font0{
	margin: 0px 0px 10px 5px;
	font: bold medium/150% "ＭＳ 明朝";
}
p.font1{
	margin: 0px 0px 10px 5px;
	font: bold medium/150% "ＭＳ 明朝";
}
}

@media screen and (max-width:768px){
.spView{
    display: none !important;
}
}/*end*/

/*input*/

input[type="text"],
textarea,select{
    padding: 0.8em;
    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;
}

#photo {
    height: 26vw;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#photo img {
    width : 90vw;
    top: 0;
/*  left: 0;            */
/*  position: absolute; */
}


@media screen and (max-width:768px){
    .spDisp{
        display: block !important;
    }
    .spDisp.inline{
        display: inline-block !important;
    }
    .pcDisp{
        display: none !important;
    }
}

.inner{
	padding-bottom: 0px;
}
.inner-area{
	display: block;
	background-color: #fff9f2;
	margin: 56px 10px 0 10px;
    padding-bottom: 31px;
}


@media screen and (max-width:768px){
    .inner{
       width:100%;
    }
	.inner-area{
		display: block;
		background-color: #fff9f2;
		margin: 0px 0px 0px 0px;
}    
    
    
}

header{
    display: block;
    border-top: 14px solid #c00;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: -1px;
}

@media screen and (max-width:768px){
	header{
		display:block;
	    width: 100%;
	    margin: 0px auto;
/*		border-top:17px solid #c00; */
	}
}



	header .upper{
		position: relative;
		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: 50vw;
			height:43px;
/*			background-color: #c00; */
		}
	header .upper .logo{
		background-color: #c00;
	    background-image:url(../img/top/bg_header01.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		height:42px;
		overflow:hidden;
		padding-right:3rem;
		padding-left:2.4rem;
		line-height:0;
		z-index: 10;
	}
	header .upper .txt{
		padding: 11px 0 0 15px;
	}
	
	header nav ul{
		display:table;
		table-layout: fixed;
		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:nth-last-child(1){
				border-right:none;
			}*/
			
			header nav li.first{
				border-left:1px solid #e60012;
			}
			header nav li.first2{
				border-left:1px solid #e60012;
				border-right:none;
			}
		header nav li a{
			display:block;
			padding:0.5rem 0;
			text-decoration:none;
			color:#011305;;
			}
		/*header nav li a:hover{
			background-color: antiquewhite;
			opacity: 0.8;
		}**/
#nav_toggle{
	display: none;
}
#top1 {
		position: absolute;
		top: -17px;
}

@media screen and (min-width:930px){  /* 930以上の場合適用 */
	.header1 {
			position: absolute;
			top: 4px;
			right: 0px;
	}
	.header1 li {
			display : inline-block;
	}
	.img1 {
			margin: 0px 6px 5px 0px;
	}
}
@media screen and (max-width:930px){  /* 930以下の場合適用 */
	.header1 {
			position: absolute;
			top: 4px;
			right: 0px;
	}
	.header1 li {
			display : inline-block;
	}
	.img2 {
			margin: 0px 6px 5px 0px;
			display: none;
	}
}
@media screen and (max-width:768px){  /* 768以下の場合適用 */
	.header1 {
			display: none;
	}
}


.header2 {

}

@media screen and (max-width:768px){
	.header2 {
		margin-top: 30px;
	}
}


.header3 {
	margin-top: 0px;
	margin-bottom: 13px;
}
.global {
    margin-left: 344px;
    margin-bottom: 5px;
}

@media screen and (max-width:768px){
	.global {
	    margin-left: 7px;
	    margin-bottom: 5px;
        width: 240px;
	}
}

.menu{
  width: 95%;
}

.album {
	margin: auto;
	background-color: white;
	position: relative;
	padding-bottom: 12px;
}

.album .Aimg1 {
	width: 90%;
	display: block;
	margin: 0 auto;
	animation-name: album-n;
	animation-iteration-count: infinite;
	animation-duration: 25s;
}

.album .Aimg2 {
	width: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	animation-name: album-n;
	animation-delay:10s;
	animation-iteration-count: infinite;
	animation-duration: 25s;
	opacity: 0;
}

.album .Aimg3 {
	width: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	animation-name: album-n;
	animation-delay:15s;
	animation-iteration-count: infinite;
	animation-duration: 25s;
	opacity: 0;
}

.album .Aimg4 {
	width: 90%;
	position: absolute;
	top: 0;
	left: 5%;
	animation-name: album-n;
	animation-delay:20s;
	animation-iteration-count: infinite;
	animation-duration: 25s;
	opacity: 0;
}

@keyframes album-n {
	0%		{ opacity: 0; }
	30%		{ opacity: 1; }
	40%		{ opacity: 1; }
	50%		{ opacity: 0; }
	100%	{ opacity: 0; }
}

.album .AimgA {
	display: block;
	width: 90%;
	margin: 0 auto;
	animation-name: album-m;
	animation-duration: 15s;
	opacity: 0;
}

.album .AimgB {
	display:none;
	width: 90%;
	margin: 0 auto;
	animation-name: album-m;
	animation-duration: 8s;
	opacity: 0;
}

@keyframes album-m {
	0%		{ opacity: 0; }
	10%		{ opacity: 1; }
	90%		{ opacity: 1; }
	100%	{ opacity: 0; }
}

@media screen and (max-width:768px){
    header{
        border-top:none;
    }
    header .upper{
        border-bottom: 0;
    }
		header .upper::before{
			display: none;
		}    
        header .upper .logo{
            display: block;
            width: 100%;
            background-image:none;
            text-align: center;
            padding: 1rem 0 0;
            
        }
            header .upper .logo img{
                width: 65vw;
                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{
		width: 45px;
		display: block;
		position: absolute;
		top: 12px;
	    left: 10px;
	    z-index: 30;
	}
	.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;
		z-index: 20;
	}
	.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);
	}
	.sp-menu-title{
		margin-right: -44px;
	    font-size: 11px;
	    color: white;
	}

}/*end 768px*/





/*effect*/

.nav-effect *{
  box-sizing: border-box;
}
.nav-effect li {
  /*display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  padding: 0;*/
}
.nav-effect a{
  padding: 0.5em 0;
  /*color: rgba(255, 255, 255, 0.5);*/
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.nav-effect a::before,
.nav-effect a::after{
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-effect a::before{
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #CC0000;
}
.nav-effect a::after{
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.nav-effect a:hover::before,
.nav-effect .current a::before{
  opacity: 1;
  width: 100%;
}
.nav-effect a:hover::after,
.nav-effect .current a::after{
  max-width: 100%;
}






.tab-wrap {
	clear: right;
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
  }
  .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #e47737;
	display: block;
	order: -1;
  }
  .tab-label {
	color: White;
	background: #ffa77c;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
  }
  .tab-label:not(:last-of-type) {
	margin-right: 5px;
  }
  .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
  }
  /* アクティブなタブ */
  .tab-switch:checked+.tab-label {
	background: #f16623;
  }
  .tab-label:hover {
	background: #f166a3;
  }

  .tab-switch:checked+.tab-label+.tab-content {
	height: 575px;
	overflow: auto;
	padding: 15px 0px 15px 15px;
	opacity: 1;
	transition: 2.0s opacity;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
  }
  /* ラジオボタン非表示 */
  .tab-switch {
	display: none;
  }
  


@media screen and (max-width:768px){

	.tab-wrap {
	    width: 95%;
	    display: block;
	}
	.tab-wrap:after {
	}
	.tab-label {
	    display: block;
	    width: 95%;
	}
	.tab-label:not(:last-of-type) {
		display: block;
		width: 95%;
	}
	.tab-content {
	    width: 95%;
	    height: 30px;
	    overflow: auto;
	}
	/* アクティブなタブ */
	.tab-switch:checked+.tab-label {
		display: block;
		width: 95%;
	}
	.tab-label:hover {
	}
	.tab-switch:checked+.tab-label+.tab-content {
	}
	/* ラジオボタン非表示 */
	.tab-switch {
		display: none;
  	}

}

#hpb-aside {
    width: 223px;
    float: left;
}

#banner {
    float: left;
}

#banner li a {
    display: block;
    width: 223px;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-service {
    background-image: url(../img/left_banner_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-recruit {
    background-image: url(../img/left_banner_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access {
    background-image: url(../img/left_banner_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner-dummy {

}

#naiyou1 {
    width: 100%;
    display: table-cell; 
    padding-bottom: 50px;
}

#naiyou3 {
    width: 100%;
    padding-bottom: 50px;
}

.content_h3 {
    width: 100%;
    height: 56px;
    /* background: url(../img/h3.gif) no-repeat; */
    box-sizing: border-box;
    padding-left: 0px;
    color: #c00;
    font-size: 19px;
    font-weight: normal;
    line-height: 63px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #c00;
    width: 74%;
    font-weight: bolder;
}

@media screen and (max-width:768px){
	#banner {
		display: none;
	    float: left;
	}
	#hpb-aside {
	    display: none;
	    width: 223px;
	    float: left;
	    padding-bottom: 100%;
	}
	.content_h3 {
	    width: 100%;
	    height: 56px;
	    box-sizing: border-box;
	    padding-left: 0px;
	    color: #c00;
	    font-size: 16px;
	    font-weight: normal;
	    line-height: 63px;
	    margin: 0px 0px 20px 0px;
	    border-bottom: 1px solid #c00;
	    width: 99%;
	}
}


footer{
	display:block;
	border-top:5px solid #f5f5f5;
}
	footer div.inner2{
		position:relative;
		background-color: #f3f3df;
	}
	footer div.footMenu{
		display:flex;
		padding:1.5rem 0;
		font-size:0.9rem;
		width: 90%;
		margin: auto;
	}
		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;
				text-decoration: none;
			}
				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 .link{
					border:1px solid #e6e6e6;
				}
        footer div.inner2 .pagetop{
            position: absolute;
            display: inline-block;
            right: 0;
            top: -0.5rem;
            padding: 0.6rem 1rem;
            cursor: pointer;
        }  
            footer div.inner2 .pagetop a{
                display: block;
                text-decoration: none;
                color: #808080;
                font-size: 0.9rem;
            }
            footer div.inner2 .pagetop a::before{
                display: inline-block;
                font-family: "jpts";
                content: "\34";
                color: #3a5a84;
                margin-right: 0.4rem;
        }

        footer div.inner2 .privacy{
            position: absolute;
            display: inline-block;
            right: 10px;
            bottom: 1rem;
        }  

        footer div.inner2 .privacy img{
        }  

	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.inner2{
		position:relative;
		background-color: #f5f5f5;
	}
    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;
    }

    footer div.inner2 .privacy img{
		height: 62px;
    } 
    
}/* end 768px */

div.mainBanner{
}
    div.mainBanner.slider{
        width: 1080px;
        margin: 11px auto 0 auto;
    }

    div.mainBanner.slick-slide{
      margin: 0px 20px;
    }

    div.mainBanner .slick-slide img{
      width: 1080px;
    }

@media screen and (max-width:768px){
div.mainBanner{
}
    div.mainBanner.slider{
        width: 100%;
        margin: 0.5rem auto;
    }

    div.mainBanner.slick-slide{
      margin: 0px 20px;
    }

    div.mainBanner .slick-slide img{
      width: 100%;
    }
	

}/*end*/

/* toppage catalog*/
div.img_catalogTop{
	position: relative;


}

div.img_catalogTop img {
    transition: 1.0s;
    transform: rotateZ( 0deg );
    height: 150px;
}
div.img_catalogTop:hover img {
    transform: scale( 1.1,1.1 );
}





div.img_catalogTop li.cat01{
	position: absolute;
	top:20px;
	left:30%;
	box-shadow: 0 0 26px #82c4f3;
	
}
div.img_catalogTop li.cat02{
	position: absolute;
	top:70px;
	left:40%;
	box-shadow: 0 0 26px #82c4f3;
}

div.img_catalogTop li.cat03{
	position: absolute;
	top:20px;
	left:60%;
	box-shadow: 0 0 26px #82c4f3;
}
div.img_catalogTop li.cat04{
	position: absolute;
	top:70px;
	left:70%;
	box-shadow: 0 0 26px #82c4f3;
}
div.img_catalogTop a{
	cursor: pointer;
}
/* toppage catalog*/


div.img_catalogAbout{
	position: relative;	
}
div.img_catalogAbout li.cat01{
	position: absolute;
	top:0px;
	left:0px;
	box-shadow: 0 0 8px #CCC;
}
div.img_catalogAbout li.cat02{
	position: absolute;
	top:0px;
	left:120px;
	box-shadow: 0 0 8px #CCC;
}

div.img_catalogAbout li.cat03{
	position: absolute;
	top:0px;
	left:240px;
	box-shadow: 0 0 8px #CCC;
}
div.img_catalogAbout li.cat04{
	position: absolute;
	top:0px;
	left:360px;
	box-shadow: 0 0 8px #CCC;
}
div.img_catalogAbout a{
	cursor:pointer;
}


@media screen and (max-width:768px){
div.img_catalogAbout li.cat01{
	position: absolute;
	top:0px;
	left:10px;
	box-shadow: 0 0 8px #CCC;
}
div.img_catalogAbout li.cat02{
	position: absolute;
	top:20px;
	left:70px;
	box-shadow: 0 0 8px #CCC;
}

div.img_catalogAbout li.cat03{
	position: absolute;
	top:0px;
	left:190px;
	box-shadow: 0 0 8px #CCC;
}
div.img_catalogAbout li.cat04{
	position: absolute;
	top:20px;
	left:250px;
	box-shadow: 0 0 8px #CCC;
}
}/*end*/


/*intro*/
div.intro{
	margin: 0rem auto;
    width: 90%;
}
	div.intro::after{
		display:block;
		content:"";
		clear:both;
	}
	div.intro .img{
		float:left;
		margin-top: 24px;
		width: 40%;
		height: 262px;
	}
	div.intro .about{
		float:left;
		width:60%;
		padding:1rem 0.5rem 0;
		line-height:180%;
		font-size:0.95rem;
		box-sizing:border-box;
		margin-top: 35px;
/*		max-width: 715px;*/
	}

/*.col3 {
	width: 400px;
}*/

	div.intro .about strong.head{
		display:block;
		border-bottom:1px solid #c00;
		margin-bottom:1rem;
        padding-bottom: 0.6rem;
	}
    div.intro .about strong.head::before{
        display: inline-block;
        vertical-align: middle;
        font-family: "jpts";
        content: "\65";
        color: #c00;
        margin-right: 0.4rem;
    }

.about2{
		margin: 0 auto;
		width:66%;
		height: 558px;
		padding:1rem 0.5rem 0;
		line-height:180%;
		font-size:0.95rem;
		box-sizing:border-box;
		margin-top: 35px;
}

@media screen and (max-width:768px){
	div.intro{
		margin: 0rem auto;
	    width: 100%;
	}
	div.intro::after{
		display:block;
		content:"";
		clear:both;
	}
	div.intro .img{
		display: none;
	}
	div.intro .about{
		float:none;
		width:100%;
        padding: 0 1rem 0;
	}
    div.intro .about strong.head img{
        width: 50vw;
    }
    div.intro .about strong.head::before{
        font-size: 4vw;
    }
}

div.subBanners ul{
	text-align:center;
	margin:-1.0rem 0;
}
	div.subBanners ul li{
		display:inline-block;
		vertical-align:top;
/*		padding:0 0.5rem; */
	}



div.subBanners0 {
    padding-top: 10px;
    text-align: center;
}
div.subBanners0 img{
	    width: 60vw;
        max-width: 760px;
}


div.subBanners1 {
    padding-top: 10px;
}

div.subBanners1 img{
    margin-top: 10px;
    width: 240px;
    height: 105px;
}

div.subBanners1 ul{
	text-align:center;
	margin:1.0rem 0;
}
div.subBanners1 ul li{
	display:inline-block;
	vertical-align:top;
}

@media screen and (max-width:768px){
div.subBanners0 {
    padding-top: 10px;
    text-align: center;
}
div.subBanners0 img{
	    width: 90vw;
}

div.subBanners1 {
    padding-top: 0px;
}

div.subBanners1 img{
    margin-top: 10px;
    width: 150px;
    height: 66px;
}

div.subBanners1 ul{
	text-align:center;
	margin:0rem 0;
}
div.subBanners1 ul li{
	display:inline-block;
	vertical-align:top;
}

}


@media screen and (max-width:768px){
div.subBanners ul{
	margin:0.5rem 0;
}
    div.subBanners ul li{
        margin-bottom: 0.5rem;
    }
	div.subBanners ul li img.col2{
		width: 100%;
    }
	div.subBanners ul li img.col3{
		width: 80%;
    }
}/*end*/

div.topics{
	margin-top: 30px;
/*	letter-spacing:-0.4rem; */
}
	div.notice{
/*	    float: left; */
		display:inline-block;
		vertical-align:top;
		width:50%;
		letter-spacing:normal;
		box-sizing:border-box;
		padding:0 1rem;
	}
		div.notice article{
			font-size:0.8rem;
			color:#2f2f2f;
			border-bottom:1px solid #e6e6e6;
			padding:1rem 0;
		}
			div.notice article time{
				display:block;
				color:#4a5f8a;
				line-height:200%;
			}
			span.title{
				display:block;
				font-weight:bold;
			}
			div.notice article p{
				
			}
		div.btnList{
			margin-top:1rem;
		}
		div.btnList a{
			display:block;
			width:160px;
			margin:0 auto;
			padding:0.4rem;
			font-size:0.8rem;
			text-align:center;
			border:1px solid #e6e6e6;
			border-radius:3px;
		}
            div.btnList a::before{
                display: inline-block;
                vertical-align: top;
                font-family: "jpts";
                content: "\33";
                line-height: 150%;
            }

	div.productInfo{
		float: right;
		display:inline-block;
		vertical-align:top;
		width:50%;
		letter-spacing:normal;
		box-sizing:border-box;
		padding:0 1rem;
	}
	div.topics p.ex{
		letter-spacing:normal;
		font-size:0.8rem;
		margin:1rem 0;
	}
	
	div.topics h2{
/*		background:#f5f5f5; */
		padding:0.3rem 0.8rem;
		font-size:1.3rem;
		color:#5f5f5f;
		margin-bottom:1rem;
	}
        div.topics h2::before{
            display: inline-block;
            vertical-align: top;
            font-family: "jpts";
            content: "\65";
            color: #c00;
            font-size: 1rem;
            line-height: 200%;
            margin-right: 0.6rem;
        }
	div.topics .box{
		/*border:1px solid #e6e6e6;
		padding:0 1rem;*/
		padding: 0;
		height:300px;
		/*overflow-y: scroll;*/
		overflow: hidden;
	}	

.subBanners {
		clear: both;
		margin-bottom: 36px;
/*		padding-top: 16px;
	    padding-bottom: 60px; */
}

@media screen and (max-width:768px){
    div.notice{
        display: block;
        width: 100%;
    }
	 div.notice .box{
		 width:100% !important;
		 overflow:auto !important;
		 -webkit-overflow-scrolling:touch !important;
	}
    div.productInfo{
        display: block;
        width: 100%;
    }
	 div.productInfo .box{
		 width:100% !important;
		 overflow:auto !important;
		 -webkit-overflow-scrolling:touch !important;
	}
		div.btnList{
			margin-bottom:1rem;
		}
	div.topics p.ex{
        padding: 0 1rem;
	}
	div.topics h2{
		font-size:1rem;
	}
        div.topics h2::before{
            font-size: 0.85rem;
        }
}/*end*/


div.serviceBanners{
	border-top:10px solid #f5f5f5;
	border-bottom:10px solid #f5f5f5;
	padding:1rem 3rem;
    text-align: center;
    box-sizing: border-box;
	margin-top: 50px;
}
    div.serviceBanners .slick-slide img{
        margin: 0 auto;
    }
    div.serviceBanners span{
        text-align: center;
    }

    div.serviceBanners .slick-prev::before,
    div.serviceBanners .slick-next::before{
        font-family: "jpts";
        color: #c00;
    }
    div.serviceBanners .slick-prev::before{
        content: '\66';
    }
        div.serviceBanners .slick-prev{
            -webkit-transform:rotateZ(180deg);
            -moz-transform:rotateZ(180deg);
            transform:rotateZ(180deg); 
        }
    div.serviceBanners .slick-next::before{
        content: '\66';

    }	
	
@media screen and (max-width:768px){
    div.serviceBanners .slick-slide img{
        width: 100%;
    }
}
/*breadclumb*/
.path{
	display:block;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background-color: #EFEFEF;
	width:100%;
	margin: 0 auto;
	margin-top: 15px;
}
.path ul{
	width:1080px;
	max-width: 1080px;
}
.path ul li{
	display:inline;
	vertical-align:middle;
	font-size:0.75em;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 5px 0;
}
	.path ul li::after{
		display:inline-block;
		/*font-family:"basic";
		content:"\e903";*/
		/*margin:0 0.4rem;*/
	}
	.path ul li:nth-last-child(1)::after{
		content:"";
	}
@media screen and (max-width:768px){
.path{
	display: none;
	}
}/*endsp*/

/*  Arrangement
----------------------------------------------- */
.align-r{
	text-align:right;
}
.align-c{
	text-align:center;
}
.align-l{
	text-align:left;
}

/*  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;
}

/* -----------------------------------
2nd contents
--------------------------------------*/

main {
	display: flex;
	flex-flow: row;
}
.side1{
	flex: 1 1 25%;
	margin-left: 23px;
	padding: 5px;
	background:#FFF;
}
.page_main{
	flex: 1 1 75%;
	padding: 10px 10px 10px 10px;
}
	.sidenav ul{
		margin-top: 10px;
	border: 1px solid #CCC;
		}
		.sidenav ul li{
			background:#FFFFFF;
			border-bottom:1px solid #CCC;
		}
		.sidenav ul li.last{
			border-bottom:none;
		}
.sidenav ul li.cur{
	background-color: #F3CDD6;
		}

		.sidenav ul li a{
			display:block;
			padding:0.7rem;
			transition:0.5s;
			text-decoration:none;
			color: #333;
			
		}
		.sidenav ul li a:hover{
			text-decoration:none;
			opacity: 0.5;
		}
		.sidenav ul li a::before{
					display:inline;
                    font-family: "jpts";
					content:"\67";
                    color: #c00;
                   line-height: 150%;
					margin-right:0.4rem;
				}

@media screen and (max-width:768px){
main {
		flex-direction: column;

}
	
.side1{
	margin-left: 0px;
	padding: 10px;
}
.page_main{
	padding: 10px;
	flex: auto;
}
	
}/*end*/


main section.page_main h3{
	color: #CC0000;
	margin-bottom: 30px;
	border-bottom: 1px solid #CC0000;
}
p.signature{
	display: block;
	text-align: right;
}
main section.page_main h4.access{
	color: #CC0000;
	border-left: #CC0000 5px solid;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 8px;
}



/*--------------------------------------------------------
TOPICSページ用 中野追加 20120508
--------------------------------------------------------*/

div.notificationTable{
	margin: 0 0 15px 10px;
padding: 0 0 10px 0;
}

h2.topics-list{
	font-size: 0.88em;
color: #F87013;
border-bottom: solid 3px #DDD;
position: relative;
}
h2.topics-list::after{
	position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #F87013;
bottom: -3px;
width: 15%;
}

div.notificationTable table{
	width: 100%;
font-size:0.88em;
border: 0;
margin: 0.5em 0;
border-collapse: collapse;
empty-cells: show;
}

div.notificationTable table th{
	width: 10em;
text-align: left;
font-weight: normal;
color: #666;
}

div.notificationTable table th, 
div.notificationTable table td{
	vertical-align: top;
margin: 0;
padding: 0.3em 0;
border: 0;
}

div.notificationTable table td a{
	text-decoration: none;
}
div.notificationTable table td ul{
	list-style-type: none;
margin: 0;
padding:0;
}

.internalLink::before{
	display:inline;
font-family: "jpts";
content:"\63";
color: #b0b0b0;
}

.box02 p img{
	width: 770px;
	margin: 30px 0;
}

.box03 p img{
	width: 380px;
	margin: 30px 0;
}


@media screen and (max-width:768px){
	.box02 p img{
		width: 100%;
	}
	.box03 p img{
		width: 100%;
		margin-top: -10px;
	}
	}/*end*/


table.outline{
	width: 100%;
	border-collapse: collapse;
}
.outline th{
	padding: 8px;
	background-color: #E9ECEF;
	border-bottom: 1px dotted #666;
	font-weight: normal;
	font-size: 0.75em;
}
.outline td{
	padding: 8px;
	border-bottom: 1px dotted #666 !important;
	font-weight: normal;
	font-size: 0.88em;
}
@media screen and (max-width:768px){
/*sp-table outline*/
table.outline tr,th,td{
	display: block;
	width: 97%;
	}
table.outline tr.spView{
	display: none;
	}
/*sp-table contacts*/
table.contacts{
	border: none !important;
	margin: 0 !important;
	}
table.contacts tr,th,td{
	display: block;
	width: 98%;
	padding: 0;
	border: none !important;
	}
table.contacts td{
	border: none !important;
	padding: 5px 0;
	}

	/*sp-ggmap*/
	.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
	.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
}/*end*/

	
/*recruits*/
table.recruits{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.recruits th{
	padding: 8px;
	background-color: #FFEFBF;
	border: 1px solid #CCC;
	font-weight: normal;
	font-size: 0.75em;
}
.recruits td{
	padding: 8px;
	border: 1px solid #CCC !important;
	font-weight: normal;
	font-size: 0.88em;
}
table.recruits caption{
	text-align: left;
	font-weight: bold;
}
/*レイアウト*/
table.layout{
	border: none;
padding: 8px;
	font-size: 1em;
}
table.layout th{
	border: none;
padding: 8px;
	font-size: 1em;
}
table.layout td{
	border: none;
padding: 8px;
font-size: 1em;
}

/*about*/
.contents-wrap {
	display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
/*	justify-content: space-between; */
}

.contents-box3col{
    margin-bottom: 2rem;
    margin-right: 2rem;
    margin-left: 2rem;
    padding: 5px;
    width: 24%;
    background-color: #FFF;
    border: 1px solid #999;
}

/*about_under*/
.contents-box4col{
	margin-bottom: 1rem;
	padding: 5px;
	width: 23%;
	background-color: #FFF;
	border:1px solid #999;
}

/*for IE10*/
@media all and (-ms-high-contrast:none) {
.contents-box3col{
	margin-right:5px;
	margin-left:5px;
}
}/*end*/

.contents-box3col a{
		color:#555;
		text-decoration:none;
	}
.contents-box3col img{
	display: block;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}
.contents-box3col h5{
	margin-bottom: 0.5rem;
	font-size: 110%;
	text-align: center;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
	padding:7px 0px;
}
.contents-box3col p{
	text-align:left;
	font-size:88%;
}

/*4col*/
.contents-box4col a{
		color:#555;
		text-decoration:none;
	}
.contents-box4col p:hover{
	opacity: 0.7;
	}
.contents-box4col img{
	display: block;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
}
.contents-box4col h5{
	margin-bottom: 0.5rem;
	font-size: 110%;
	text-align: center;
	background-color:#555;
	color:#FFF;
	font-weight:bold;
	padding:7px 0px;
}
.contents-box4col h5:hover{
	opacity: 0.7;
}
	.contents-box4col h5.gaiyo{
		background-color: #EC9FB3;
	}
	.contents-box4col h5.catarog{
		background-color: #FF9673;
	}
	.contents-box4col h5.counter{
		background-color:#8BC552;
	}
	.contents-box4col h5.jp-lawson{
		background-color:#4DA6FF;
	}
	.contents-box4col h5.otherwise{
		background-color:#D9A300;
	}
.contents-box4col div.shop{
	margin-top: 5px;
}
.contents-box4col p{
	text-align:left;
	font-size:88%;
}

@media screen and (max-width:768px){
.contents-wrap{
	display:-ms-flexbox;
	-ms-flex-wrap: row wrap;
	display: flex;
  	flex-flow: row wrap;
	margin-left: 3px;
}
.contents-wrap::after{
  content:"";
  display: block;
  width:50%;
}
.contents-box3col{
  flex: 1 0 43%; /* <- */
  margin: 5px;
}
	.contents-box3col.last{
  flex: 1 0 20%; /* <- */
  margin: 5px;
}
.contents-box3col h5{
	font-size: 105%;
	font-weight: normal;
}
.contents-box3col p{
	text-align:left;
	font-size:88%;
}
	
.contents-box4col{
  flex: 1 0 50%; /* <- */
  margin: 5px;
	margin-left: -2px;
}
.contents-box4col div.shop{
	font-size: 125%;
}
.contents-box4col p{
	font-size:100%;
}
}/*end*/

/*page h1*/
.title_about{
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	padding-left: 15px;
}

/*page h1*/
.title_philosophy{
	background: url(../img/title/h2_philosophy.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}


.title_corporate_customers{
	background: url(../img/title/h2_corporate_customers.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}

.title_private_customers{
	background: url(../img/title/h2_private_customers.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}
.title_recruits{
	background: url(../img/title/h2_recruits.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}

.title_koe{
	background: url(../img/title/h2_koe.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}

.title_contacts{
	background: url(../img/title/h2_contacts.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}

.title_other{
	background: url(../img/title/h2_other.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}

.title_otodoke{
	background: url(../img/title/h2_contacts.jpg);
	background-repeat: no-repeat;
	color: #333;
	font-size: 1.5em;
	height: 120px;
	line-height: 4.5em;
	padding-left: 15px;
}


@media screen and (max-width:768px){

.title_about{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}

.title_corporate_customers{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}

.title_private_customers{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}
.title_recruits{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}

.title_koe{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}

.title_contacts{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}

.title_other{
	background:none;
	border-bottom: 5px solid #CC0000;
	line-height: 70px;
	height: 60px;
	font-weight: normal;
}
}/*end*/

/*recruits*/
.box_recruits{
	border: 2px double #FCA708;
	padding: 15px;
}

ul.recruits{
	margin-left: 20px;
}
ul.recruits li{
	line-height: 180%;
	list-style-type: disc;
}
/*other*/
ul.compact{
	margin-left: 2em;
}
ul.compact li{
	line-height: 180%;
	list-style-type: disc !important;
	list-style-position:outside;
}
ul.compact li ul li{
	list-style-type:  circle !important;
}

/*other*/
ul.policy{
	margin-left: 1em;
}
ul.policy li{
	line-height: 180%;
	list-style-position:outside;
}
ul.policy li ul li{
	list-style-type:none;
}
/*contacts*/
.box_contacts{
	border: 2px solid #CCC;
	background-color: #EFEFEF;
	padding: 15px;
	font-size: 0.75em;
	color: #555;
}
.box_contacts h4{
	font-size: 1.15em;
}
.box_contacts ul li{
	margin-bottom:20px;
}
.box_dotted{
	padding: 15px;
	display: block;
	border: 2px dotted #999;
}
.require{
	color: #CC0000;
}
table.contacts{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.contacts th{
	padding: 8px;
	background-color:#E6F4F9;
	border: 1px solid #CCC;
	font-weight: normal;
	font-size: 0.75em;
}
.contacts td{
	padding: 8px;
	border: 1px solid #CCC !important;
	font-weight: normal;
	font-size: 0.88em;
}
table.contacts caption{
	text-align: left;
	font-weight: bold;
}
/*table.contacts input{
	width: 100%;
}*/
fieldset{
	border: none;
}

/* contact-form */
#completion{
	min-height: 20em;
	padding-left: 15px;
}
p.success{
	font-size: 115%;
	margin: 15px 0 5px 0;
}

ol.policy{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 30px;
}
ol.policy li{
	margin-bottom: 2px;
}
/*201812*/
ul.about{
	list-style-position:outside;
	margin-left: 35px;
}
ul.about li{
	list-style-type:disc;
	margin-bottom: 2px;
}

ul.policy{
	list-style-position:outside;
	margin-left: 50px;
}
ul.policy li{
	list-style-type:disc;
	margin-bottom: 2px;
}

ul.number{
	margin-left: 50px !important;
}
ul.number li{
	margin-bottom: 2px;
}
ul.purpose li{
	margin-bottom: 0px !important;
}

div.aboutNews iframe{
	min-height: 400px;
	width: 100%;
	
}
@media screen and (max-width:768px){
div.aboutNews .box{
		 width:100% !important;
		 overflow:auto !important;
		 -webkit-overflow-scrolling:touch !important;
	}
.box04{
		 width:100% !important;
		 overflow:auto !important;
		 -webkit-overflow-scrolling:touch !important;
	}
}/*end*/

/*2019*/
h4.about{
	color: #CC0000;
}

::-webkit-input-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd; opacity: 1;
}
:-ms-input-placeholder{
  color: #ddd;
}

/*footer*/
footer ul.footBottom_menu li a {
    color: #414141;
	text-decoration: none;
}

footer div.footMenu ul.child li a{
    color:#414141;
}

@media screen and (max-width: 768px){
    footer div.inner2 .privacy img {
        height: 46px;
    }
}

.ly_footUpper {
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .ly_footUpper {
        padding-bottom: 0;
    }    
}

.banner_sns {
    display: flex;
}

.banner_sns li {
    margin-right: 1em;
}

.banner_sns:last-child {
    margin-right: 0;
}

.banner_sns_img {
    width: 28px;
    height: 28px;
}

footer ul.footMenu li a:hover {
	color: #CC0000;
}

footer div.footMenu ul.child li a:hover {
	color: #CC0000;
}

footer ul.footBottom_menu li a:hover {
	color: #CC0000;
}

.banner_sns li a:hover {
    opacity: 0.7;
}

.inner3 {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.footBottom_menu_sp li {
	font-size: 0.9rem;
	padding: 0.6rem 0 0.6rem 1rem;
}

.footBottom_menu_sp li a {
	color: #414141;
	text-decoration: none;
}

.footBottom_menu_sp li::before {
    content: "\63";
    color: #b0b0b0;
	display: inline-block;
    vertical-align: top;
    font-family: "jpts";
    line-height: 150%;
    margin-right: 0.4rem;
}