@charset "utf-8";
/* CSS Document */

/*↓ログイン前↓*/
.logged-out .otsukaid-header .otsukaid-header-container ul {
	float: right;
	margin-right: 10em;
	font-size: 12px;
	text-align: right;
}
.otsukaid-header .otsukaid-header-container p.otsukaid-button-login a {
	position: absolute;
	right: 0;
	bottom: 5px;
	display: block;
	padding: 6px 28px 5px;
	border-radius: 13px;
	background: rgb(229,74,46);
	background: -moz-linear-gradient(180deg, rgba(229,74,46,1) 0%, rgba(212,43,14,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(229,74,46,1) 0%, rgba(212,43,14,1) 100%);
	background: linear-gradient(180deg, rgba(229,74,46,1) 0%, rgba(212,43,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54a2e",endColorstr="#d42b0e",GradientType=1);
	color: #ffffff;
	font-size: 12px;
	line-height: 11px;
	cursor: pointer;
	border: 0;
	box-shadow: none;
}
.otsukaid-header .otsukaid-header-container p.otsukaid-button-login a:hover {
	background: #e74c30;
	text-decoration: none;
}



/*↓ログイン後↓*/
.otsukaid-view-show .otsukaid-header {
	z-index: 0;
}

.otsukaid-header .otsukaid-header-container_02{
	width: 960px;
	margin: 0 auto;
	padding: 3px 0 4px;
}

.otsukaid-header .otsukaid-header-container_02 ul {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	font-size: 12px;
	list-style: none;
}
.otsukaid-header .otsukaid-header-container_02 ul li:first-child {
	padding: 0;
}
.otsukaid-header .otsukaid-header-container_02 ul li:first-child a {
	display: inline-block;
	margin-right: 14px;
	border: 1px solid #e56315;
	padding: 5px 15px 3px;
	border-radius: 12px;
	background: #ffffff;
	color: #e56315;
	font-weight: bold;
}
.otsukaid-header .otsukaid-header-container_02 ul li:first-child a:hover {
	background: #f46900;
	color: #ffffff;
	text-decoration: none;
}

.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2){
	display: inline-block;
	position: relative;
	width: 20px;
	height: 18px;
  margin: 0 11px 0 0;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap{
  position: relative;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open {
  transform: rotate(45deg);
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(1) ,
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(3) ,
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(5) ,
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(7) ,
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(9) {
	opacity: 0;
	background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(2) {
  transform: scaleY(4.75);
	border-radius: 0;
	background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(4) {
  transform: scaleX(4.75);
	border-radius: 0;
	background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(6) {
  transform: scaleX(4.75);
	border-radius: 0;
	background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq:nth-of-type(8) {
  transform: scaleY(4.75);
	border-radius: 0;
	background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) #js_pop_wrap .js_pop_btn.js_pop_btn_open .js_pop_btn_sq {
	background-color: #e56315;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn {
	position: absolute;
  cursor: pointer;
	top: -2px;
	left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
	width: 20px;
	height: 18px;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq {
  width: 4px;
  height: 4px;
  background-color: #333333;
	border-radius: 2px;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2):hover .js_pop_btn .js_pop_btn_sq {
  background-color: #e56315;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq:nth-of-type(3n+2) {
  margin: 0 4px;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq:nth-of-type(2) {
  transform-origin: top;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq:nth-of-type(4) {
  transform-origin: left;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq:nth-of-type(6) {
  transform-origin: right;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(2) .js_pop_btn .js_pop_btn_sq:nth-of-type(8) {
  transform-origin: bottom;
}

.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq {
  width: 6px;
  height: 6px;
  background-color: #666;
}
.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq:nth-of-type(3n+2) {
  margin: 0 4px;
}
.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq:nth-of-type(2) {
  transform-origin: top;
}
.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq:nth-of-type(4) {
  transform-origin: left;
}
.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq:nth-of-type(6) {
  transform-origin: right;
}
.otsukaid-header .otsukaid-header-container_02 ul .js_pop_btn .js_pop_btn_sq:nth-of-type(8) {
  transform-origin: bottom;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(3) {
	width: 24px;
	height: 24px;
	background: url("../common-header/img/header_logon_ic01.png") no-repeat center center;
}
.otsukaid-header .otsukaid-header-container_02 ul li:nth-of-type(3):hover {
	background: url("../common-header/img/header_logon_ic01_on.png") no-repeat center center;
	cursor: pointer;
}
.otsukaid-header .otsukaid-header-container_02 ul li.js_pop_btn_open:nth-of-type(3) {
	background: url("../common-header/img/header_logon_ic03.png") no-repeat center 4px / 18px 18px;
}

.pop{
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 9999;
}
.pop__bg{
	position: absolute;
	width: 100%;
	height: 100vh;
}
.pop__content ul{
	list-style: none;
}
.pop__content a:hover {
	text-decoration: none;
}
#js_pop_btn_pop01 .pop__content{
	position: absolute;
	width: 280px;
	top: 31px;
	right: 0;
	left: 610px;
	margin: auto;
	border: 1px solid #d5cccb;
	padding: 8px 0 15px;
	background: #fff;
	color: #333333;
	box-shadow: 3px 3px 10px -3px #d5cccb;
	z-index: 1100;
}
#js_pop_btn_pop01 .pop01_hd01 {
	padding: 0 15px 7px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#js_pop_btn_pop01 .pop01_hd01 span {
	font-size: 14px;
}
#js_pop_btn_pop01 .pop01_mymenu li a{
	display: block;
	position: relative;
	padding: 9px 30px 8px 15px;
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 17px;
}
#js_pop_btn_pop01 .pop01_mymenu li:not(:last-of-type) a:hover {
	background: #fafafa;
}
#js_pop_btn_pop01 .pop01_mymenu li a::after {
	content: "";
	position: absolute;
	margin: auto;
	width: 6px;
	height: 6px;
	right: 15px;
	top: 8px;
	bottom: 0;
	border-top: 2px solid #e56315;
	border-right: 2px solid #e56315;
	transform: translate(0, -50%) rotate(45deg);
}
#js_pop_btn_pop01 .pop01_mymenu li:nth-last-of-type(2) {
	border-bottom: 1px solid #ccc;
}
#js_pop_btn_pop01 .pop01_mymenu li:last-of-type {
	text-align: right;
}
#js_pop_btn_pop01 .pop01_mymenu li:last-of-type a{
	display: inline-block;
	padding: 7px 31px 5px 0;
	border: 0;
	margin-left: 15px;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#js_pop_btn_pop01 .pop01_mymenu li:last-of-type a:hover{
	color: #333333;
	text-decoration: underline;
}
#js_pop_btn_pop01 .pop01_hd02{
	padding: 8px 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;;
}
#js_pop_btn_pop01 .pop01_rec{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#js_pop_btn_pop01 .pop01_rec li {
	width: 75px;
	margin-right: 11px
}
#js_pop_btn_pop01 .pop01_rec li:nth-of-type(3n) {
	margin-right: 0;
}
#js_pop_btn_pop01 .pop01_rec li:nth-of-type(n+4) {
	margin-top: 4px;
}

#js_pop_btn_pop01 .pop01_rec li {
	width: 75px;
}
#js_pop_btn_pop01 .pop01_rec li a img {
	display: block;
	margin: 0 auto;
}
#js_pop_btn_pop01 .pop01_rec li a:hover img {
	opacity: .7;
}
#js_pop_btn_pop01 .pop01_rec li a span {
	display: block;
	padding-top: 7px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
#js_pop_btn_pop01 .pop01_rec li a:hover span {
	text-decoration: underline;
}
#js_pop_btn_pop01 .pop01_dc {
	padding: 15px 15px 9px;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
}
#js_pop_btn_pop01 .pop01_listBtn {
	padding: 0 15px;
	text-align: center;
}
#js_pop_btn_pop01 .pop01_listBtn a {
	display: inline-block;
	padding: 5px 30px 4px;
	border: 1px solid #e56315;
	border-radius: 12px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #ffffff;
	color: #e56315;
}
#js_pop_btn_pop01 .pop01_listBtn a:hover {
	background: #e56315;
	color: #ffffff;
}
#js_pop_btn_pop02 .pop__content{
	position: absolute;
	width: 220px;
	padding: 15px 0;
	top: 31px;
	right: 0;
	left: 741px;
	margin: auto;
	border: 1px solid #d5cccb;
	background: #fff;
	color: #333333;
	box-shadow: 3px 3px 10px -3px #d5cccb;
	z-index: 1100;
}
#js_pop_btn_pop02 .pop__content a {
	color: #333333;
}
#js_pop_btn_pop02 .pop__content a:hover {
	background: #fafafa;
}
#js_pop_btn_pop02 .pop02_hd01 {
	padding: 0 15px 9px;
	text-align: center;
	font-size: 10px;
}
#js_pop_btn_pop02 .pop02_hd01 span {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#js_pop_btn_pop02 .pop02_pt {
	padding: 0 15px 13px;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	color: #333333;
}
#js_pop_btn_pop02 ul {
	width: 100%;
	padding-bottom: 15px;
	font-size: 10px;
}
#js_pop_btn_pop02 ul li a {
	display: block;
	position: relative;
	padding: 9px 30px 8px 15px;
	border-top: 1px solid #ccc;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
}
#js_pop_btn_pop02 ul li:last-of-type a {
	border-bottom: 1px solid #ccc;
}
#js_pop_btn_pop02 ul li a::after {
	content: "";
	position: absolute;
	margin: auto;
	width: 6px;
	height: 6px;
	right: 15px;
	top: 8px;
	bottom: 0;
	border-top: 2px solid #e56315;
	border-right: 2px solid #e56315;
	transform: translate(0, -50%) rotate(45deg);
}
#js_pop_btn_pop02 ul li a span {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
#js_pop_btn_pop02 ul li a span.pop02_alert::before {
	position: absolute;
	content: "";
	margin: auto;
	width: 9px;
	height: 9px;
	right: -16px;
	top: 0;
	bottom: 2px;
	background: #e56315;
	border-radius: 6px;
}
#js_pop_btn_pop02 .pop02_logout{
	padding: 0 15px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#js_pop_btn_pop02 .pop02_logout a {
	display: inline-block;
	padding: 5px 37px 4px;
	border: 1px solid #a3a3a3;
	border-radius: 12px;
	font-size: 11px;
}
#js_pop_btn_pop02 .pop02_logout a:hover {
	background: #fafafa;
}

@media only screen and (max-device-width:959px) and (min-device-width:600px) and (orientation:portrait),
only screen and (max-device-width:959px) and (min-device-width:600px) and (min-device-height:600px) and (min-resolution: 144dpi) {
	.otsukaid-header .otsukaid-header-container_02{
		width: 710px;
	}

	#js_pop_btn_pop01 .pop__content{
		left: 360px;
	}
	
	#js_pop_btn_pop02 .pop__content{
		left: 491px;
	}	
}
