/* header */
.header {
	padding-top:8px;
}

.header div {
	height:73px;
}

.header .center img {
  float: right;
  margin-top: 30px;
  margin-right: -20px;
}
.header .right img {
	float: right;
	margin-top:8px;
	padding-left:10px;
}
.header .login {
	padding-left: 10px;
}
.header .login a {
	border-radius: 3px;
	background-color: #008bd1;
	color: #fff;
	padding: 3px 2px;
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	margin-top: 5px;
	letter-spacing: -2px;
}
.header .logout {
	margin-top: 40px !important;
}

@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.header .left img {
		margin-top: 4px;
		margin-right: 0px;
	}
	.header .center img {
		margin-top: 32px;
    margin-right: 0px;
    padding-left: 10px;
	}
	.header .right img {
    padding-right: 10px;
	}
	.header .login {
		padding: 0;
		margin-top: -4px;
	}
	.header .login a {
	  font-size: 1.3rem;
	}
}

@media ( min-width: 768px ) and ( max-width: 991px ) {
	.header .right img {
		margin-top: 20px;
    padding-left: 10px;
	}
	.header .login {
		margin-top: -8px;
	}
}

.blueline {
	border: 2px solid #008bd1 !important;
}

.navbar-header {
	position:relative;
}

.navbar .cart {
	position: absolute;
    margin-top: 5px;
    bottom: 0px;
    right: 62px;
    height: 46px;
    width: 156px;
    background-image: url(../common_img/cart.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: right;
	z-index:9999 !important;
}

.navbar .cart span {
	display:block;
	float:right;
	margin: 10px 118px 0 0;
	text-align:center;
	width:40px;
	color:#fff;
}

.navbar .cart a {
	display: block;
    width: 100%;
    height: 90%;
	cursor:pointer !important;
}

.header_search {
	margin:8px 0 0 8px;
}

.navbar-default {
	background-color: #fff !important;
	border: 0px solid #fff !important;
}

.navbar-toggle {
	margin-right:8px !important;
}

.navbar-collapse {
	padding:0px !important;
}


/*----------------*/

@media (min-width: 768px) {
	.header_menu .half a  {
		padding-top: 3px;
		height: 60px;
		width: 120px;
		float: left;
		color: #fff;
		font-size: 1.8rem;
		text-align: center;
		border-radius: 0 0 60px 60px;
		background-color: #008bd1;
		margin-bottom: 20px;
	}

	.header_menu .half a span {
		font-size: 1.2rem;
		display: block;
	}

	.header_menu .menu {
		display: table-cell;
		height: 60px;
		vertical-align: middle;
		font-size: 1.8rem;
		color: #008bd1;
		padding-left: 28px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.header_menu .half a {
		padding: 0px !important;
		height: 40px;
		width: 80px;
		font-size: 1.3rem;
		border-radius: 0 0 40px 40px;
		line-height: 1.3em;
	}
	.header_menu .half a span {
		font-size: 0.9rem;
		padding: 0px !important;
	}
	.header_menu .menu {
		display: table-cell;
		height: 40px;
		font-size: 1.5rem;
		padding: 0 5px 0 15px;
	}
}

@media (max-width: 767px) {
	.header_menu .half a, .header_menu .menu a {
		width: 33.33%;
		padding: 5px;
		float: left;
		color: #fff;
		font-size: 1.3rem;
		text-align: center;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		background-color: #008bd1;
	}
	.header_menu .half, .header_menu .menu {
    	border-left: 1px solid #fff !important;
	}
}

/*----------------*/



@media ( min-width: 768px ) and ( max-width: 991px ) {
	.header div {
		height:63px;
	}
	.navbar .cart{
		margin-top:0px;
	}
}

@media ( max-width: 767px ) {
	.header {
		width:100% !important;
		padding-top:2px;
    margin-bottom: 7px !important;
	}
	.header div {
		height:inherit !important;
		display:table-cell;
	}
	.header .right img {
		float: right;
		margin-top:inherit !important;
	}
	.header .logout {
		position: absolute;
    top: 0;
		right: 0;
	}
	.header .login {
		display: block;
		width: 100%;
    padding: 0;
	}
	.header .logoutwrap {
		display: inline-block;
		width: 105px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.header .login a:first-child {
		float: left;
		width: 49.5%;
	}
	.header .login a:last-child {
		float: right;
		width: 49.5%;
	}
	.header .logout {
		width: inherit !important;
		background-color: inherit !important;
		color: #008bd1 !important;
		background-color: #f7f7f7 !important;
		padding: 5px 10px !important;
		line-height: 1 !important;
		border-radius: 0 !important;
		margin-top: 0 !important;
		letter-spacing: 0 !important;
	}
	.header_menu .half span {
		display:none;
	}
	.navbar-default {
		border-top: 1px solid #e7e7e7 !important;
	}
	.navbar-collapse {
		border:0px solid #fff;
	}
}

@media ( min-width: 768px ) {
	.navbar-fixed-bottom {
		position:relative !important;
	}
	.navbar-header {
		width:100%;
	}
	.navbar .cart{
		right:0px !important;
		top:0px !important;
	}
}

.navbar-default .navbar-toggle {
    background-color: #008bd1;
    border-color: #008bd1;
	padding:5px 7px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #42a3d4;
}
.navbar-toggle .icon-bar {
	margin-left:6px;
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px;
	background-color: #fff !important;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}
.navbar-toggle .icon-text {
    display: block;
    color:#fff;
	font-size:1rem !important;
	line-height: 10px;
	margin-top:2px;
}

/* slideshow */
#slider {
	display:none;
}

.slideshow {
	width:100% !important;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom:20px;
	height: inherit !important;
	background-position: center bottom 0px;
	box-shadow: 0px 2px 10px 0px #638da3;
	-moz-box-shadow: 0px 2px 10px 0px #638da3;
	-webkit-box-shadow: 0px 2px 10px 0px #638da3;
}

@media ( min-width: 1200px ) {
	.slider-height {
		height:333px !important;
	}
}

.bg-fade {
	background-image: url(/common_img/bg-fade.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: 0 250px;
}
@media (max-width: 767px) {

	.slideshow {
	background-position: center top -450px;
	}
	.bg-fade {
		background-color: #008bd1;
		padding-top: 5px
	}
	.slick-list{
		background-position: center 88%;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.slideshow .search {
	border: 0px solid #008bd1;
}

/* breadcrumb */

.breadcrumb {
    font-size: 1.1rem !important;
    margin-bottom: 20px;
    background-color: #eee;
    padding: 4px 12px;
    border-radius: 0px;
	white-space: nowrap;
	overflow: hidden;
}

.breadcrumb a {
	display: inline !important;
}

/* important */

.important {
	text-align: center;
	margin-bottom: 30px;
}
.important a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #f58383;
	padding: 6px;
}
.important a:hover {
	opacity: 0.3;
}

/* information */
.info_list {
    height: 300px;
    overflow: auto;
}

/* search */

#search-area .search-title {
	background: #008bd1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1.5rem;
	font-size: 2.2rem;
	padding: 4rem 1rem;
	margin-bottom: 3rem;
}
#search-area .bg-gray, #search-area .serach-hotword {
	padding: 3rem 0;
}
.search-series {
	font-size: 0;
	margin-bottom: 2rem;
}
.search-series p {
	background-color: #eaeced;
	text-align: center;
	font-size: 1.5rem;
	line-height: 4rem;
	color: #fff;
}
.search-series .android p {
	background-color: #d0efd0;
	color: #179727;
}
.search-series .apple p {
	background-color: #c9c9c9;
	color: #666666;
}
.search-series > div {
	display: inline-block;
	width: 50%;
	font-size: 1rem;
	padding: 0 1rem;
}
.search-series > div:first-child {
	border-right: 2px solid #dddddd;
	padding-left: 0;
}
.search-series > div:last-child {
	padding-right: 0;
}
.search-series > div ul {
	display: flex;
	flex-wrap: wrap;
	/*gap: 1px;*/
}
.search-series > div ul li {
	padding: 1rem;
	text-align: center;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.search-series > div ul li:nth-of-type(-n+2) {
	flex-basis: 50%;
}
.search-series > div ul li:nth-of-type(n+3) {
	flex-basis: 25%;
}
.search-series > div ul li img {
	margin: 0 auto 1rem;
	max-width: 100px;
	width: 35%;
}
.search-series > div ul li::before {
	content: "";
	display: block;
	height: 65%;
	width: 0;
	border-left: 1px solid #eaeced;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.search-series > div:first-child ul li::before {
	left: 0;
}
.search-series > div:last-child ul li::before {
	right: 0;
}
@media (max-width: 620px) {
	.search-series > div ul li img {
		width: 50%;
	}
	.search-series > div ul li:nth-of-type(-n+2) {
		flex-basis: 100%;
	}
	.search-series > div ul li:nth-of-type(n+3) {
		flex-basis: 50%;
		font-size: 1.2rem;
	}
	.search-series > div ul li::before {
		border: 0;
	}
	.search-series > div ul li img {
		max-width: 60px;
	}
}
.search-area .dropdown-menu {
		left: 50%;
		width: 200px;
		margin-left: -100px;
}
.search-area .dropdown .btn {
		width: 200px;
}


.search-txt {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.search-txt select {
	width: 140px !important;
	border-width: 1px 0 1px 1px;
	border-radius: 4px 0 0 4px !important;
	padding-left: 5px;
	font-size: 1.2rem !important;
}
.search-txt button {
	width: 140px;
	margin-top: 1rem;
	font-size: 1.6rem;
}
@media (min-width: 700px) {
	.search-txt input, .search-txt select {
		height: 46px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 6px;
	}
}
@media (max-width: 620px) {
	.search-txt select {
		width: 125px !important;
		font-size: 1.1rem !important;
	}
}
#search-area .search-bunner {
	background: #008bd1;
}
#search-area .search-bunner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 3rem;
}
#search-area .search-bunner ul li {
}
#search-area .search-bunner ul li img {
	width: 100%;
	max-width: 350px;
}
@media (max-width: 800px) {
	#search-area .search-bunner ul li {
		width: calc(50% - 5px);
	}
}








#ui-id-1 {
    z-index: 99;
}
#ui-id-1.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	border: 2px solid #008bd1;
}

#ui-id-1 li {
	background-color:#FFF;
	padding: 2.5px 5px;
}

#ui-id-1 li div {
	white-space: nowrap;
	overflow:hidden;
}

#ui-id-1 li:first-child {
	padding-top: 5px !important;
}

#ui-id-1 li:last-child {
	border-bottom:2px solid #008bd1;
	padding-bottom: 5px !important;
}

#ui-id-1 li:hover {
	background-color:#DCDCDC;
}

@media ( min-width: 1200px ) {
	#ui-id-1 {
		width:718px !important;
	}
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	#ui-id-1 {
		width:588px !important;
	}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
	#ui-id-1 {
		width:447px !important;
	}
}
@media ( max-width: 767px ) {
	#ui-id-1 {
		left: 0px !important;
		width: calc(100% - 60px);
		margin-left: 30px;
	}
	#ui-id-1 li {
		width:100% !important;
	}
	#ui-id-1 li:first-child {
		border-top:2px solid #008bd1;
	}
}

/* hotword */
.hotword li {
	display: inline-block;
}

.hotword li a {
	padding: 4px;
    font-size: 1.2rem;
    border-radius: 3px;
    background-color: #fff;
    color: #008bd1;
    margin: 0px 6px 3px 0px;
    line-height: 15px;
    border: solid 1px #008bd1;
}

/* side */
.side .bannar {
	font-size: 0px;
	line-height: 0px;
}

.side .bannar li {
	margin-bottom:10px;
}

.side .bannar.menu li img {
    width: 100%;
	max-width: 190px;
}

.side .bannar.menu li {
	margin-bottom:5px !important;
}

.side .bannar.pricelist li {
	margin-bottom: 3px !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3px;
}

.bnrlink a {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bnrlink span {
  font-size: 150%;
	text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px
}
.bnrlink .copy {
  font-size: 70%;
  color: #008bd1;
  background-color: #f7fa5f;
  margin: 0 -5px -5px;
  padding: 5px 5px 2px;
  text-shadow: none;
}

.side_helps .list-group-item {
	padding:0 !important;
}
.side_helps .list-group-item a {
	padding:10px 15px !important;
}
.side_helps .active a {
	color:#fff !important;
}
.helps_index .list-group {
	padding-left: 15px;
}
.side_shop .list-group-item {
	padding:0 !important;
}
.side_shop .list-group-item a {
	padding:10px 15px !important;
}
.side_shop .active {
	color:#fff !important;
	padding:10px 15px !important;
}

.price_img {
    margin-bottom: 3px !important;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3px;
}

.accordion-button .btn:after {
    content: '\958b\304f';
}

.accordion-button .btn[aria-expanded="true"]:after {
    content: '\9589\3058\308b';
}

/* top-campaign */

.top-campaign {
	font-size: 0;
}

.top-campaign li {
	display: inline-block;
}




/* info */

.info_date {
	padding:0 0 0 3%;
	font-size:1.7rem;
	margin-bottom:5px !important;
}

.info_title {
	padding:0 0 0 4%;
	font-size:1.5rem;
	margin-bottom:3px !important;
}

.info_content {
	margin:0 0 25px 5%;
	width:95%;
	padding:0 0 0 15px;
	font-size:1.3rem;
	border-left:1px solid #DDD;
}

.info_footer {
	font-size:1.6rem;
	padding:5px 5px;
	border-top:1px solid #008bd1;
	color: #008bd1;
}

/* step */
.step_title {
	position:relative;
}
.step_title span {
	position:absolute;
	bottom:8px;
	right:3px;
	font-size:1.6rem;
	color: #008bd1;
}
.step_box {
	font-size:1.6rem;
	margin-top:-4px;
	padding:30px 12px;
	border:1px solid #008bd1;
	background-color:#eeeeee;
}

@media ( max-width: 525px ) {
	.step_title span {
		bottom:-25px !important;
		right:12px  !important;
		font-size:1.4rem !important;
	}
	.step_box {
		padding:35px 12px 10px 12px !important;
	}
}




/* contents */

.contents .title {
	border-bottom: 1px solid #008bd1;
	margin-bottom:15px;
}

.contents .title .icon {
    display: table-cell !important;
    width: 44px;
    vertical-align: middle;
    text-align: center;
    font-size: 2.5rem;
    display: inline-block;
    height: 44px;
    line-height: 44px !important;
    background: #008bd1;
    color: #fff;
    font-weight: bold;
}

.contents .title .icon i {
	margin-top:0px;
}

.contents .title .text {
    font-size: 1.8rem;
    line-height: 1.3;
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
    font-weight: bold !important;
    color: #008bd1;
}


.titlebox {
	color: #008bd1;
	font-size:2.2rem;
	border-bottom:1px solid #008bd1;
	margin-bottom:10px;
	display: table;
    width: 100%;
	min-height: 33px;
    line-height: 3rem;
}

.titlebox span {
	color: #fff;
	width:46px;
	display:table-cell;
	font-size:2.2rem;
	text-align:center;
	background-color: #008bd1;
	padding:1px;
	vertical-align: middle;
    border-right: 10px solid #fff;
}
@media ( max-width: 767px ) {
	.titlebox {
		font-size:2rem;
	}
	.titlebox span {
		color: #fff;
		font-size:1.8rem;
	}
	.titlebox img {
		vertical-align: text-bottom;
	}
}

.subtitle {
	background-color: #008bd1;
    font-size: 1.35rem;
    padding: 5.5px 10px;
    color: #fff;
}
.subtitle i {
	margin-right: 5px;
}

/* footer */

footer {
	background-color: #008bd1;
	color:#fff;
	padding-top:5px;
}

footer ul {
	text-align:center;
	font-size:1.3rem;
	margin:10px 0px;
}

footer ul li {
	display:inline-block;
	border-left:1px solid #fff;
	padding:0px 10px;
}

footer ul li a {
	color:#fff;
}

.footer_sitemap_menu {
	font-size:0;
}

.footer_sitemap_menu li {
	font-size: 1.1rem;
	display: inline-block;
	border-left: 1px solid #008bd1;
	padding: 0px 10px;
	width: 100%;
	margin-bottom: 10px;
	line-height: 2rem;
}

@media (min-width: 768px){
		.footer_sitemap_menu ul {
		display: block !important;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px){
	.footer_sitemap_menu li {
		width: 49%;
	}
}

.page-top {
    position: fixed;
	text-align:center;
	width:45px;
	height:45px;
    bottom: 40px;
    right: 40px;
    padding: 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size:1.6rem;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	color:#fff;
	text-decoration:none;
	z-index:1000;
}

.page-top:hover, .page-top:active, .page-top:visited {
	color:#fff !important;
	text-decoration:none !important;
}

@media ( max-width: 767px ) {
	.page-top {
		bottom: 60px;
		right: 8px;
	}
	footer ul li {
		width:49%;
		margin-bottom:5px;
		padding:0px 0px !important;
	}
	footer ul {
		margin-bottom:0px;
	}
	.footer_sitemap_menu li {
		width:49%;
	}
	.footer_sitemap {
		padding-top:15px;
	}
	.sitemap {
    	margin: 35px 0 20px 0 !important;
	}

}

@media ( min-width: 768px ) {
	.footer_sitemap_menu {
		display:block !important;
	}
}

footer div p{
	text-align:center;
	font-size:1rem;
	margin-bottom:0px;
	padding:0px !important;
}

.bg-gray {
	background-color:#F1F1F1;
}


/*about*/
.about_top {
	background-color:#008bd1;
	position:relative;
}

.guide-box p {
	font-size:1.1em;
	line-height:1.6em;
	letter-spacing:0.03em;
}

.guide-box dl, .guide-box dt, .guide-box dd {
	line-height:1.6em;
	letter-spacing:0.03em;
}

.guide-box .alert {
	padding:8px 10px !important;
	margin-bottom:0px !important;
}

@media ( max-width: 767px ) {
	.guide-box p {
		font-size:108%;

	}
}

.guide-box table{
	border: 1px solid #D1D1D1;
}
.guide-box td p{
	margin-bottom:5px !important;
	font-size:100%;
}
.guide-box ul{
	padding-left:20px !important;
}
.guide-box li{
	list-style-type: disc !important;
	margin-bottom:3px;
}

.guide-box .stylenone li{
	list-style-type: none !important;
	margin-bottom:3px;
}

.guide_top p {
	position: absolute;
	top: 50%;
	left:50%;
	text-align:center;
	width:100%;
	padding:0 15px;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	font-size:2.5rem;
	color:#fff;
    line-height: 1.5em;
	letter-spacing:0.12em;
}

.guide_top {
	background-color:#008bd1;
	position:relative;
	height:200px;
}

.guide_top div {
	height:100%;
	background-repeat: no-repeat;
	background-position: right;
}

@media ( max-width: 767px ) {
	.guide-box table th, .guide-box table td {
		display: block;
		width:100%;
	}
	.guide-box table td {
		padding-left:25px !important;
	}
	.guide-box table{
		border-top: 0px solid #D1D1D1;
	}
	.guide_top p {
		font-size:1.7rem;
	}
	.guide_top {
		height:150px;
	}
	.guide_top div {
		background-size:cover;
	}
}

.box-blue {
	background-color: #008bd1;
	padding: 15px 15px 0;
	margin-bottom: 40px;
}

.box-blue .box {
	padding: 15px 15px 5px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 2.3rem;
}

.box-blue .box img {
	margin: 0 auto;
	width: 100%;
}

.box-blue .box.gray .title {
	margin: 20px auto;
	text-align: center;
	font-size: 140%;
}

.box-blue .box.gray div {
	height: 145px;
	width: 1000px;
	display: table-cell;
	vertical-align: middle;
}

.box-blue .box.gray {
	background-color: #f0f0f0;
}

.box-blue .box.blue {
	padding:25px 0px 25px 10px;
	color: #fff;
}

.box-blue .box.blue {
	padding:25px 0px 25px 10px;
	color: #fff;
}

@media ( max-width: 767px) {
	.box-blue .box.blue {
		padding:25px 15px;
	}
}

.w25 {
		width: 25% !important;
}
.w50 {
		width: 50% !important;
}

.box-blue .box.blue .title {
	margin: 0 auto;
	border: 2px solid #fff;
	padding: 12px 5px;
	font-size: 150%;
	letter-spacing: 1.5rem;
	text-align: center;
	text-indent: 1.5rem;
	display: inline-block;
}

@media (min-width: 768px) {
	.buy-select .left img{
		float: right;
	}
	.buy-select .right img{
		float: left;
	}
}

.buy-select img {
	border: 2px solid #fff;
	margin: inherit;
	max-width: 300px;
}

@media (max-width: 767px) {
	.buy-select img{
		margin: 0 auto !important;
	}
}

/*houjin*/

.issues li span {
	display:block;
    background-color: #5ae628;
    border-radius: 8px;
	padding:10px;
	position:relative;
	margin-bottom:15px;
	color:#464646;
}

.issues li span:before {
    right: -0.7rem;
    margin-top: -0.8rem;
    border-style: solid;
    border-width: 0.8rem 0 0.8rem 0.8rem;
    border-color: transparent transparent transparent #5ae628;
}
.issues li span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
}

.houjin-box {
    background-color: #193f72 !important;
    border-radius: 3px !important;
}

.houjin-box p {
    color: #fdff2f;
    font-size:1.5em;
	padding: 15px 5px;
}

.houjin-box div .btn {
	padding: 20px !important
}

.accordion .panel-heading {
	font-family: 'NotoSansCJKjp-Regular', 'FontAwesome';
	padding:0px !important;
	font-size:1.8rem;
}
.accordion .panel-heading a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding:15px;
}
.panel-heading a:hover {
	text-decoration: none;
}

.accordion .panel-default {
	margin-top:15px !important;
}

/* 通常時のアイコン -- FontAwesome.css の中からお好きなアイコンの content を */
.accordion-toggle:before {
	content: "\f062" !important;
}

/* 開いた時のアイコン -- FontAwesome.css の中からお好きなアイコンの content を */
.accordion-toggle.collapsed:before {
	content: "\f063" !important;
}

/* shop */
#user_gmap {
	width:100%;
	height: 300px;
}

.shopdata {
	font-size:1.5rem;
}
.shopdata dt {
	font-size:1.8rem;
}
.shopdata dt .label{
	margin-left: 10px;
	font-size:1.2rem;
    display: inline-block;
    padding: 5px;
    vertical-align: text-bottom;
}
.shopdata dt, .shopdata dd {
	margin-bottom:10px !important;
}

/* search_list */

@media (min-width: 768px) {
	.search_list {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 4;
	}
}
@media ( min-width: 1200px ) {
	.search_list .panel {
		height:365px !important;
	}
}
@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.search_list .panel {
		height:315px !important;
	}
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
	.search_list .panel {
		height:258px !important;
	}
}

.search_list .panel-body img{
	border:1px solid #fff;
	position:relative;
}

.search_list .image {
	position: relative;
}
.search_list .image span{
	background-color: #2B2B2B;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1px 5px;
  font-size: 1rem;
  line-height: 2em
}
@media ( max-width: 410px ) {
.search_list .panel-body span{
	bottom: 0px !important;
	right: 10px !important;
  top: inherit;
}
}

.search_list a {
	font-size:1.4rem;
	color: #878787;
}
.search_list p {
	margin:5px 0px 0px 0px !important;
	padding:0px !important;
	line-height: 1.2em !important;
}

.search_list .maker {
	font-size:1.2rem;
}

.search_list .genre {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: center;
  background-color: #E4E4E4;
  word-break: break-all;
  overflow: hidden;
  line-height: 2em !important;
}

.search_list .docomo {
	background-color: #D2203E;
	color:#fff
}
.search_list .SoftBank {
	background-color: #787878;
	color:#fff
}
.search_list .au {
	background-color: #eb5505;
	color:#fff
}
.search_list .UQ {
	background-color: #e2007e;
	color:#fff
}
.search_list .mineo {
	background-color: #00a23f;
	color:#fff
}
.search_list .Ymobile {
	background-color: #ff0033;
	color:#fff
}
.search_list .BIGLOBE {
	background-color: #008cd6;
	color:#fff
}
.search_list .SIMFREE {
	background-color: #2D2D2D;
	color:#fff
}
.search_list .name {
	word-break:break-all;
	overflow:hidden;
	height:49px !important;
}

.search_result-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0px 5px;
}
.item-wrap {
  border: 1px solid #e7e7e7;
  padding: 1rem;
  margin-bottom: 2rem;
}
.can-campaign .image:after {
	content: "";
	display: block;
	background-image: url(/images/campaign/list/label.png);
	width: 65%;
	height: 44px;
	position: absolute;
  left: 0px;
  top: 0px;
	background-size: contain;
	background-repeat: no-repeat;
}
.can-campaign .item-img {
	position: relative;
}
.item-img img {
	max-height: 200px;
  height: 100%;
}
.campaign-list-badges > ul {
  position: absolute;
  width: 100%;
	right: 0;
  bottom: 131px;
  padding: 0 21px;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.campaign-list-badges li {
	max-width: 50%;
}
.campaign-list-badges li:last-child {
  margin-left: 5px;
}
.campaign-list-badges img {
	border: none !important;
}

.label-campaign {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 5px;
    color: #f3b5b1;
}

@media ( min-width: 768px ) and ( max-width: 991px ) {
	.item-img img {
    max-height: 130px;
	}
}

@media ( max-width: 767px ) {
	.item-img img {
    max-height: 130px;
	}
	.search_list .item-wrap {
    display: flex;
	}
	.search_list .item-wrap .image {
    flex-basis: 130px;
	}
	.search_list .item-wrap .c {
    flex-grow: 1;
    flex-shrink: 100;
    padding-left: 10px;
	}

	.search_list .genre {
		margin-top: 0!important;
	}
	.search_list .maker {
    font-size: 1.4rem;
	}
	.search_list .name {
    font-size: 1.6rem;
	}
	.search_list .image span {
    right: -10px;
	}
	.campaign-list-badges > ul {
    bottom: 10px;
	}
	.campaign-list-badges li {
    max-width: 120px;
	}
}

/* item */
.item_datail .color input, .item_datail .gb input,
.item_datail .rank input, .item_datail .network input{
	display: none;
}
.item_datail .color label, .item_datail .gb label,
.item_datail .rank label, .item_datail .network label{
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 5px;
	padding: 12px 12px;
	background: #E1E1E1;
	color: #555e64;
	font-size:1.36rem;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border-radius:  4px;
    margin-bottom: 7px;
	box-shadow: 0 3px 0 rgba(190,190,190,1);
}

.item_datail .color input[type="radio"]:checked + label,
.item_datail .gb input[type="radio"]:checked + label,
.item_datail .rank input[type="radio"]:checked + label,
.item_datail .network input[type="radio"]:checked + label{
	background-color: #008bd1;
	color: #fff;
	box-shadow: 0 3px 0 rgba(0,139,209,1);
}
.item_datail .rank label{
	text-align:left;
	width:100%;
}

.item_datail .rank .btn-default{
	margin-bottom: 4px;
}

.item_datail .rank #rank_about .alert{
	padding:8px !important;
}

.item_datail .rank #rank_about p{
	margin:0 0 5px 0 !important;
}

.item_datail .rank #rank_about dl{
	font-size:1.3rem;
}
.item_datail .rank #rank_about dd{
	margin-bottom:10px;
	padding-left:15px;
}

.title_icon{
	padding:6px !important;
}

.item_datail p {
	margin:0px !important;
	margin-top:5px !important;
	font-size:1.3rem;
	text-align:center;
	line-height:initial !important;
}

.item_datail p small {
	display:block;
	text-align:left !important;
}

.item_datail .name {
	margin:0px !important;
	margin-top:5px !important;
	font-size:1.8rem;
}

.item_datail p {
	margin:0px !important;
	margin-top:5px !important;
	font-size:1.3rem;
	text-align:center;
}

.item_datail .title {
	text-align:left;
	font-size:1.6rem;
	margin-bottom:5px !important;
}

.item_datail .count select {
	width:80px !important;
}

.item_datail .price p{
	font-size:1.8rem;
}
.item_datail #max_price {
	font-size:4rem;
	color: #BB271F;
    font-weight: bold;
	margin-bottom:10px !important;
}
.item_datail #min_price {
	font-size:1.8rem;
    font-weight: bold;
	margin-bottom:15px !important;
}

.item_datail .disabled {
	cursor: not-allowed;
    opacity: .25;
}

/*campaign*/

.item-campaign p {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}
.item-campaign .fs-md {
	margin-bottom: 0px !important;
	font-size: 1.5rem
}
.item-campaign .fs-lg {
	font-size: 1.8rem;
}
.item-campaign img {
	width: 100%;
	max-width: 250px;
}
.item-campaign-min {
	font-size: 1.9rem;
}
.item-campaign-max {
	font-size: 3rem;
	font-weight: bold;
}
.item-campaign.select {
	background-color: #279fdb;
	border-radius: 5px;
	padding: 10px 15px 0px;
	color: #fff;
}

.item-campaign input {
	display: none;
}
.item-campaign input+label,
.item-campaign input+label::before,
.item-campaign input+label::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}
.item-campaign input+label {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	cursor: pointer;
	line-height: 19px !important;
}
.item-campaign input+label::before {
	display: block;
	content: attr(data-off-label);
	position: absolute;
	top: 3px;
	right: 10px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 19px!important;
	width: 90px;
}
.item-campaign input+label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
}
.item-campaign input:checked+label::before {
	content: attr(data-on-label);
	left: 10px;
	right: auto;
	color: #fff;
	line-height: 19px !important;
}
.item-campaign input:checked+label::after {
	left: 102px;
	background-color: #f7f7f7;
	line-height: 1.9rem !important;
}
.item-campaign #campaign+label {
	background-color: #ccc;
	border: 3px solid #fff;
	margin: 5px 0 15px;
	line-height: 19px !important;
}
.item-campaign #campaign+label::before {
	color: #888;
	line-height: 19px !important;
}
.item-campaign #campaign:checked+label {
	background-color: #3498db;
}
.item-campaign #campaign:checked+label::before {
	color: #fff;
	line-height: 19px !important;
}

/* cart_list */
.cart_list p {
	margin:5px 0px 0px 0px !important;
	padding:0px !important;
	line-height: 1.2em !important;
}

.cart_list .maker {
	font-size:1.2rem;
}

.cart_list .genre {
	font-size:1.3rem;
	text-align:center;
	background-color: #E4E4E4;
	word-break:break-all;
	overflow:hidden;
	height:25px !important;
	line-height: 2em !important;
}

.cart_list .name {
	font-size:1.6rem;
	word-break:break-all;
	overflow:hidden;
	height:36px !important;
}
.cart_list .delete{
	position:absolute;
	bottom:10px;
	right:15px;
}
.cart_list .panel-body {
	position:relative;
}
.cart_list .price {
	margin-top:10px !important;
	font-weight: bold;
	text-align:right;
}
.cart_list .price .max {
	font-size:2rem;
	color: #BB271F;
}
.cart_list .price .min {
	color:#BCBCBC;
	font-size:1.4rem;
}

.cart_list .alert-danger {
	margin:7px 0px !important;
	padding:0px !important;
}

.cart_list .alert-danger p {
	padding:10px !important;
	margin:0px !important;
}

@media ( min-width: 768px ) {
	.cart_list .price {
		padding-bottom:35px !important;
	}
}
@media ( max-width: 767px ) {
	.cart_list .price {
		padding-right:58px !important;
	}
	.cart_list .alert-danger {
		margin-bottom:20px !important;
	}
}
.total_price {
	font-weight: bold;
	font-size:2.8rem;
	color: #BB271F;
}

/* order */

.step-able {
	background-color:#008bd1;
	color:#fff;
	text-align:center;
	padding:10px 5px;
}

.step-disable {
	background-color:#D7D7D7;
	color:#008bd1;
	text-align:center;
	padding:10px 5px;
}



.order_tab a {
	background-color:#fff !important;
	color:#008bd1 !important;
}

.order_tab {
	text-align:center;
}

.order_tab li {
	display:inline-block;
	margin-bottom:5px;
}

.order_tab .active a {
	background-color:#008bd1 !important;
	color:#fff !important;
}

.form-list .title .label {
    vertical-align: 2px !important;
    margin: 0 0 0 6px;
}
.form-list .title {
	text-align:right;
	padding: 6px 6px 6px 0px!important;
}
@media ( max-width: 767px ) {
.form-list .title {
	text-align:left;
	padding: 6px 6px 6px 0px!important;
}
}

.bank_select input {
	display: none;
}
.bank_select label {
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 5px;
	padding: 10px 12px;
	background: #E1E1E1;
	color: #787878;
	font-size:1.4rem;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border-radius: 4px;
}

.bank_select input[type="radio"]:checked + label {
	background-color: #008bd1;
	color: #fff;
}

/* confirm */
.confirm .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.confirm table {
	width:100%;
}

.confirm table th, .confirm table td {
    padding: 10px 5px 10px 5px !important;
}

.confirm table tr {
    border-bottom: solid 1px #E4E4E4;
}

.confirm table th {
    width: 130px !important;
}
.confirm-price span {
	vertical-align:middle;
	font-size:2.5rem;
}

.confirm-total p {
	font-size:1.5rem;
}
.confirm-total .total span {
	color:#BB271F;
	font-size:2.8rem;
}
.cart_list .confirm_item {
	font-weight:bold !important;
	padding:10px 0px !important;
}
.cart_list .confirm_item .max {
	font-size:2rem;
	color: #BB271F;
}
.cart_list .confirm_item .min {
	color:#BCBCBC;
	font-size:1.4rem;
}
@media ( max-width: 767px ) {
.confirm table th, .confirm table td {
    width: 100% !important;
	display:block !important;
}
.confirm table td {
	padding-top:0px !important;
	padding-left:15px !important;
}


}

/* item_category */

.item_category ul li a {
	background-color:#fff;
	margin-bottom:10px;
	padding:25px 6px;
	background-position:right top;
	background-repeat:no-repeat;
}
.item_category ul li div {
	background-color:#fff;
}
.item_category {
	padding-top:10px;
}

/*  campaign_label */
.campaign_label .label {
	display: inline-block;
	padding: 5px 7px;
	margin-bottom:5px;
}

/*  twitter */
.timeline-Viewport {
	height:400px !important;
}


/* start */
.start .bg-gray {
	background-color: #e5e5e5;
	position: relative;
	padding: 15px 15px 5px;
	color: #008bd1;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
.start .bg-gray .circle {
	position: absolute;
	width: 100px;
	height:100px;
	border-radius: 50px;
	background-color: #008bd1;
	color: #fff;
	top:-50px;
	right:50%;
	margin-right: -50px;
	text-align: center;
	display: table;
}
.start .bg-gray .circle p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: normal;
}
.start .bg-gray .circle p span {
	text-align: center;
	display: block;
	vertical-align: middle;
	font-size: 4rem;
	line-height: 4rem;
}
.start .title {
	font-size: 3rem;
	text-align: center;
	margin: 65px 0 35px;
	line-height: 3.7rem;
}
.start .bg-white {
	background-color: #fff;
	padding: 15px 15px 5px;
}
.start .note {
	text-align: center;
	padding: 20px 0 10px;
}
.step2p {
	max-width: 348px;
	margin: 0 auto 10px;
}
.note img {
	width: 100%;
	max-width: 200px;
}
.start .campaign {
	font-size: 0px;
}
@media (min-width: 768px) {
	.start .campaign li {
		display: inline-block;
		width: 32.5%;
		margin-right: 1.25%
	}
	.start .campaign li:nth-child(3n) {
		margin-right: 0%
	}
}
@media (max-width: 767px) {
	.start .campaign li {
		display: inline-block;
		width: 49.2%;
		margin-right: 1.6%
	}
	.start .campaign li:nth-child(2n) {
		margin-right: 0%
	}
	.xs-mbtm50 {
		margin-bottom: 50px !important;
	}
	.start .title {
		font-size: 2.2rem !important;
	}
	.start .fs20 {
		font-size: 1.8rem !important;
	}
}
.down-arrow {
	color: #008bd1;
	margin-bottom: 80px;
}
/* キャリアボタン */
.btn.docomo {
  color: #fff;
  background-color: #cc0033;
  border: 0px solid #fff;
  border-bottom: solid 4px #94082b;
  font-weight: bold;
}
.btn.au {
  color: #fff;
  background-color: #ea5505;
  border: 0px solid #fff;
  border-bottom: solid 4px #b54a11;
  font-weight: bold;
}
.btn.softbank {
  color: #fff;
  background-color: #a0a5a4;
  border: 0px solid #fff;
  border-bottom: solid 4px #888888;
  font-weight: bold;
}
.btn.ymobile {
	color: #fff;
  background-color: #f03;
  border: 0px solid #fff;
  border-bottom: solid 4px #a31e39;
  font-weight: bold;
}
.btn.uq {
	color: #fff;
  background-color: #09f;
  border: 0px solid #fff;
  border-bottom: solid 4px #1d6799;
  font-weight: bold;
}
.btn.mineo {
	color: #fff;
  background-color: #00a23f;
  border: 0px solid #fff;
  border-bottom: solid 4px #186335;
  font-weight: bold;
}
.btn.rakuten {
color: #fff;
    background-color: #ff008c;
    border: 0px solid #fff;
    border-bottom: solid 4px #b10061;
}
.load-async-loading {
	height: 50px;
	padding: 50px;
	background-image: url(/common_img/loader/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.lozad {
	opacity: 0;
	transition: opacity 0.1s;
	will-change: opacity;
}
.lozad[data-loaded="true"] {
	opacity: 1;
}
a:hover .lozad {
	opacity: 0.6;
}

/* 価格表 こちらもおすすめ */


[id="recommend-container"] {
	transition: all 0.2s;
	opacity: 0;
	height: 0;
	transform: scaleY(0);
	transform-origin: 0% 0%;
	will-change: transform, opacity;
}
[id="recommend-container"].ready {
	margin-bottom: 20px;
	overflow-y: visible;
	opacity: 1;
	height: auto;
	transform: scaleY(1);
}
.recommend-items-container {
  background-color: #f8f8f8;
  position: relative;
	overflow-x: auto;
}
.recommend-items-title {
	/*
	will-change: transform, opacity;
  transform: translateY(-50px);
  opacity: 0;
	*/
  font-weight: bold;
	padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  background: #008bd1;
}
.recommend-items-title.ready {
	/*
	transform: translateY(0);
	transition: all 0.2s;
	opacity: 1;
	*/
}

.recommend-items-scroller {
	overflow: auto;
}
.recommend-items-scroller ul {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 5px 5px 0;
  border: 3px solid #008bd1;
	border-width: 0 3px 3px 3px;
    overflow: hidden;
}

.recommend-items-item.recommend-items-loading {
	transition: all 0.3s;
	will-change: transform, opacity;
	opacity: 0;
	transform: translateX(50px) scale(0.95);
}
.recommend-items-item.recommend-items-loading.ready {
	opacity: 1;
	transform: translateX(0) scale(1);
}
.recommend-items-item {
  border: solid 10px #fff;
	position: relative;
  width: 25%;
}

.recommend-items-item:last-child {
	margin-right: 0;
}
.recommend-items-scroller a {
  border-radius: 2px;
  overflow: hidden;
}
.recommend-items-scroller a:hover {
  opacity: 1;
}
.recommend-items-scroller img {
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.3s;
}
.recommend-items-scroller img.ready {
	opacity: 1;
}

.recommend-items-text {
  color: #4a4a4a;
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 3px 0 0 3px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1;
  padding: 0.5em;
	border-right: none;
	white-space: nowrap;
}

.recommend-items-scroller li:hover .recommend-items-text {
  color: #fff;
  background-color: rgba(209, 25, 25, 0.5);
}
.recommend-items-scroller li:hover .recommend-items-text:after {
  margin-left: 2px;
  content: '価格をチェック >>';
  display: inline;
}
@media (min-width: 768px) {
	.recommend-items-item {
		margin-bottom: 0;
	}
}
.recommend-list-container {
	margin-bottom: 2rem;
}

.recommend-list-item {
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
}
.recommend-list-container a {
	text-decoration: none;
}
.recommend-list-wrap {

}

.recommend-list-image {
	width: calc(130px + 1rem);
}
.recommend-list-img {
	opacity: 0;
	transform: scale(0.9);
	will-change: opacity, transform;
	transition: all 0.2s !important;
}
.recommend-list-img.ready {
	opacity: 1;
	transform: scale(1);
}
.recommend-list-text {
	padding: 1em 0;
	text-align: center;
	font-size: 1.2rem;
	white-space: nowrap;
	font-weight: bold;
	align-self: flex-end;
	width: calc(100% - 130px - 1rem);
}
.recommend-list-title {
	color: #4a4a4a;
	margin-bottom: 1em;
}
.recommend-list-button {
	line-height: 1;
	padding: 8px 8px;
	background-color: #df4c4c;
	color: #fff;
	border-radius: 6px;
	display: inline-block;
}

@media (min-width: 768px) {
	.recommend-list-item {
		flex-direction: column;
		justify-content: space-between;
	}
	.recommend-list-image {
		width: 100%;
	}
	.recommend-list-text {
		align-self: auto;
		width: 100%;
	}
}

@media (max-width: 600px) {
.recommend-items-item {
  width: 50%;
}
}

img[id="_smartnews_ads_conversion_img_dsqb7"] {
	display: block;
}


/* アンケート */
.questionnaire {
	/* padding: 0 2rem; */
	font-size: 1.4rem;
}
.questionnaire .answer>div {
	display: none;
}
.questionnaire .bg-gray {
	background: #f6f6f6;
	padding: 3rem 0;
}
.btn-answer {
	background: #fff;
	box-shadow: 0 4px 0 #BCBCBC;
	border-radius: 10px;
	min-width: 12rem;
	margin: 0 5px 5px;
	border: none;
	padding: 1rem;
}
.btn-answer:hover {
	box-shadow: 0 2px 0 #BCBCBC;
	transform: translate(0,2px);
}
.btn-answer, .answer {
	color: #008bd1;
	font-weight: bold;
}
@media (min-width: 900px) {
	.questionnaire {
		font-size: 2rem;
	}
	.questionnaire .bg-gray {
		min-height: 15rem;
	}
}


[id="recaptcha-v2"]:empty {
	display: none;
}

[id="recaptcha-v2"] {
	display: flex;
	justify-content: center;
}
