@import url('./popup.css');

/* =====================================================
   レスポンシブウェブデザイン用css
   /share/css/default.cssを読み込んだ後に設定すること
   !!! This file should not be edited !!! 編集不可 !!!
===================================================== */

/* --------------------------------------------
 For PC 
-------------------------------------------- */

.headbox {
	height:auto;
}

.head_leftbox {
	height:76px;
}

/* スマフォで見たときのみ"sp"のclassがついた画像非表示 */
@media screen and (max-width: 768px) {
#sp_head .sp { display: none !important; }
}

/*--共通--*/
br.sp_show{
    display: none;
}
br.pc_show{
    display: inline;
}
@media(max-width: 768px){
    br.sp_show{
        display: inline;
    }
    br.pc_show{
        display: none;
    }
}
.sp_show{
    display: none !important;
}
.pc_show{
    display: block !important;
}
@media(max-width: 768px){
    .sp_show{
        display: block !important;
    }
    .pc_show{
        display: none !important;
    }
}

.renewal2020 img{
    max-width: 100%;
    height: auto;
}
.renewal2020 img.border{
    border: 1px solid #ddd;
}

/*.renewal2020 *{
    box-sizing: border-box;
}*/
.renewal2020 #container{
    font-size: 16px;
    width: auto !important;
    padding: 0 !important;
}

.renewal2020 .u-mb0{
    margin-bottom: 0 !important;
}

.renewal2020 #contact .contact_title{
    font-size: 24px;
    text-align: center;
    border: none;
    margin-bottom: 0;
}

.common_wrap_x{
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.common_wrap_y{
    padding-top: 80px;
    padding-bottom: 80px;
}
.common_wrap_y_narrow{
    padding-top: 40px;
    padding-bottom: 40px;
}
.common_wrap_y_narrow02{
    padding-top: 50px;
    padding-bottom: 50px;
}

.color_wrap_gray{
    background: #f1f1f1;
}
.color_wrap_blue{
    background: #e2f4fe;
}

.l-flex{
    display: flex;
    flex-wrap: wrap;
}
.jc-sb{justify-content: space-between;}
.jc-sa{justify-content: space-around;}
.jc-c{justify-content: center;}
.ai-c{align-items: center;}

.split-3 .l-flex_element{
    width: 31%;
}
.split-3.over .l-flex_element{
    margin-bottom: 50px;
}

.split-4 .l-flex_element{
    width: 23%;
}
.split-4 .l-flex_element:not(:nth-of-type(4n)){
    margin-right: calc(  7.8% / 3 );
}
.split-4 .l-flex_element{
    margin-bottom: calc(  12% / 3 );
}

.split-5 .l-flex_element{
    width: 16%;
}
.split-5 .l-flex_element:not(:nth-of-type(5n)){
    margin-right: calc(  7.8% / 4 );
}
.split-5 .l-flex_element{
    margin-bottom: calc(  12% / 4 );
}

a.link_black{
    color: #111;
}

.button {
    display: inline-block;
    background: #fff;
}
.button.border{
    border: 2px solid #b6c8d2;
    border-radius: 30px;
    padding: 15px 30px;
}
.button.border.small{
    padding: 15px;
}
.button.border.small02{
    padding: 6px;
    min-width: 200px;
}
.button.border:hover{
    background: #b6c8d2;
    border: 2px solid #fff;
    color: #fff !important;
    text-decoration: none;
}
.button.button_contact{
    font-size: 24px;
    letter-spacing: 0.2px;
    width: 400px;
    border-radius: 50px;
}
.button.w100{
    width: 100%;
}
.button_life{
    font-size: 13px;
}

/*--リンク--*/
a:hover img.hover_opacity{
    opacity: .7;
}


@media(max-width: 768px){
    .l-flex.sp_block > .l-flex_element{
        width: 100%;
    }
    .l-flex.sp_split-2 .l-flex_element{
        width: 48%;
    }
    .split-4.sp_split-2 .l-flex_element:not(:nth-of-type(4n)){
        margin-right: 0;
    }
    .l-flex.sp_split-2 .l-flex_element:nth-of-type(2n-1){
        margin-right: 4%;
    }
    .split-4 .l-flex_element{
        margin-bottom: 30px;
    }
    
    .sp_block > .l-flex_element{
        width: 100% !important;
    }
    .split-3 .l-flex_element:not(:last-of-type){
        margin-bottom: 45px;
    }
}


/* ========= global_navi ========= */

#global_navi {
	clear: both;
}

#global_navi:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
	overflow:hidden;
}



header #global_navi ul li a:hover,
header #global_navi ul li#here a {
	color:#f6f6f6 !important;
}

.infomation_area {
	background: #e2f4fe;
}
.infomation_area_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	max-width: 1080px;
	margin: auto;
}
.infomation_area_inner > div {
	width: 32%;
	text-align: center;
	padding: 20px 10px;
}
.infomation_area_inner > div a img {
	width: 14px;
	height: auto;
	margin-right: 8px;
}
.infomation_area_inner > div a span {
	padding-right: 20px;
	position: relative;
	display: inline-block;
	transition: 0.2s;
}
.infomation_area_inner > div a span::after {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: #0075c2;
	position: absolute;
	top: 50%;
	right: 0;
	transition: 0.2s;
}
.infomation_area_inner > div a span::before {
	content: "";
	display: block;
	width: 5px;
	height: 1px;
	background: #0075c2;
	position: absolute;
	top: 45%;
	right: 0;
	transition: 0.2s;
	transform: translateY(-50%) rotate(45deg)
}
@media(min-width: 769px) {
	.infomation_area_inner > div a span:hover {
		text-decoration: underline;
	}
	.infomation_area_inner > div a span:hover::after {
		right: -5px;
	}
	.infomation_area_inner > div a span:hover::before {
		right: -5px;
	}
}

/*--トップページ--*/

#top .important_area a {
	background: #B7282E;
	color: #fff !important;
	display: block;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	transition: 0.2s;
}
#top .important_area a:hover,
#top .important_area a:focus {
	opacity: 0.8;
  text-decoration: underline;
}


#top h2.section_title{
    border-bottom: none;
    padding: 0;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.product_img{
    text-align: center;
}
.product_name{
    margin-top: 15px;
    text-align: center;
}

/*icons*/
.icons_title{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 ;
}
.icons_desc{
    color: #777;
}

/*PICK UP*/
#pickup .l-flex_element:nth-of-type(7),
#pickup .l-flex_element:nth-of-type(8),
#pickup .l-flex_element:nth-of-type(9){
    margin-bottom: 0;
}

#pickup .icon-blank {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 5px;
	position: relative;
  background: url("/share/img/external.gif") no-repeat;
	background-size: 11px 11px;
}

#pickup .icons_title img {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 5px;
	position: relative;
  background: url("/share/img/external.gif") no-repeat;
	background-size: 11px 11px;
  vertical-align: middle;
}

#icons .icons_title img {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 5px;
	position: relative;
  background: url("/share/img/external.gif") no-repeat;
	background-size: 11px 11px;
  vertical-align: middle;
}

.head_list_utility img {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 5px;
	position: relative;
  background: url("/share/img/external.gif") no-repeat;
	background-size: 11px 11px;
  vertical-align: middle;
}

/*とりくみ*/
#torikumi{
    /*border-bottom: 1px solid #ccc;*/
}

#torikumi .link_black {
  position: relative;
}

.torikumi_list{
	max-width: 820px;
	margin: auto;
}
.torikumi_list li{
	margin: 12px;
}

/*つながる*/
#tsunagaru{text-align: center;}

#tsunagaru a {
  display: inline-block;
}

#tsunagaru .split-5 a  {
  width: 100%;
}

#tsunagaru .tsunagaru_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#tsunagaru .tsunagaru_title img {
  display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 0 0 5px;
	position: relative;
  background: url("/share/img/external.gif") no-repeat;
	background-size: 11px 11px;
  vertical-align: middle;
}

.tsunagaru_desc{
    color: #777;
}

/*CM*/
#cm-wrapper{
    background: #e2f4fe;
    padding: 30px 0;
}

/*象印ダイレクト*/
#direct{
    width: 100%;
}
#direct a{
    display: block;
    background: #0075c2;
    text-align: center;
    padding: 30px 15px;
    /* text-decoration: none; */
    font-size: 20px;
    font-weight: bold;
    transition: .2s;
    letter-spacing: 1px;
    color: #fff !important;
}
#direct a:visited{
    color: #fff !important;
}
#direct a:hover{
    background: #e2f4fe;
    color: #0075c2 !important;
    
}
#direct .direct_text{
    position: relative;
    padding-right: 50px;
}
#direct .direct_text::before{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .2s;
}
#direct .direct_text::after{
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 36%;
    transform: rotate(45deg);
    transition: .2s;
}
#direct a:hover .direct_text::before{
    background: #0075c2;
    right: -15px;
}
#direct a:hover .direct_text::after{
    background: #0075c2;
    right: -15px;
}

@media only screen and (min-width: 769px) {
  .head_rightbox {
    display: flex;
    justify-content: flex-end;
  }
  .head_list {
    display: flex;
    justify-content: flex-end;
    /* width: 415px; */
  }

  .head_list li{
    margin-right: 22px;
  }
  
  .head_list_utility {
    display: flex;
    justify-content: flex-end;
  }
  
  .head_rightbox li {
    float: inherit;
  }
  
  .head_list_utility:after {
    display: none;
  }
  
}

#nav-toggle {
  display: none;
}


/* --------------------------------------------
 For Mobile 
-------------------------------------------- */

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

/* ========= header ========= */

	.headbox {
		width: 100%;
		height:auto;
		position: relative;
	}
	.head_leftbox {
		height:65px;
	}
	.head_leftbox h1 {
		padding-left:2%;
	}
	.head_leftbox h1 img {
		height:50px;
		width:auto;
		margin-top:3px;
	}
	#sp_head {
		background: #fff;
		width: 100%;
		z-index: 999;
		position: fixed;
		height:65px;
        right: 1px;
	}
	.head_leftbox,
	.head_rightbox {
		width: 100%;
        max-width: 100%; /*200928 リニューアルに伴う変更*/
		float:none;
	}
	.head_rightbox {
		text-align:left;
		padding-top:0;
	}
	li.home {
		display:none;
	}
    .head_list_utility {
        margin-bottom:0px;
        position: static;
    }
    
	.head_rightbox li {
		float:none;
		background: none;
		padding: 0 0;
		font-size:14px;
	}
	.head_list li {
		margin-right:0;
	}
	.head_list:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: '[.]';
		overflow:hidden;
	}
    
    .head_list_utility li.online{
        background: none;
        padding: 0;
    }
    
    .head_list_utility li{
        float: none;
    }

    .head_list_utility li.online,
    .head_list_utility li.owner{
        margin-right: 0;
    }
    .head_list_utility li.world{
        width: 100% !important;
    }

/* ========= Toggle Button, open時ナビゲーション ========= */

	#nav-toggle {
		display: none;
		position: absolute;
		right: 15px;
		top: 4px;
		width: 32px;
		height: 34px;
		cursor: pointer;
    padding: 0;
    border: none;
    /* outline: none; */
    font: inherit;
    color: inherit;
    background: none;
	  z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 10px;
	}
	#nav-toggle span:nth-child(3) {
		top: 20px;
	}

	#sp_navi {
		/* 開いてないときは画面外に配置 */
		overflow: auto;
    height: 100%;
		position: fixed;
		right: -100%;
		background: #f6f6f6;
		width: 100%;
		padding:0 0;
		-webkit-transition: transform 0.5s ease;
		/*-webkit-transition: 0.5s ease;*/
		-moz-transition: 0.5s ease;
		transition: 0.5s ease;
		box-shadow: 0px 3px 4px 0px #ddd;
		/* 201805追加 */
		z-index: 9999 !important;
		/* iOS でのちらつきを抑える */
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	#sp_navi ul {
		list-style: none;
	}
	#sp_navi ul li {
		float: none;
	}
	#nav-toggle {
		display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	/* #sp_navi スライドアニメーション */
	.open #sp_navi {
		/* translateYの場合：#sp_navi top + .head_leftbox height */
		/* -moz-transform: translateX(800px); */
		/* -webkit-transform: translateX(800px); */
		/* transform: translateX(800px); */
		
		right: 0;
	}

/* ========= お問い合わせ、サイトマップ ========= */

	#sp_navi ul li.toiawase,
	#sp_navi ul li.sitemap {
		display:inline-block;
		width:50%;
		box-sizing: border-box;
		padding:7px 0;
		float:left;
		text-align:center;
		background-color:#eee;
		border-bottom:1px solid #ddd;
		font-size:12px;
	}
    #sp_navi ul.head_list_utility li{
        text-align: center;
        padding: 7px 0;
        background-color: #eee;
        border-bottom: 1px solid #ddd;
        font-size: 11px;  
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    #sp_navi ul.head_list_utility li.online{
        border-left: 1px solid #fff;
    }
    #sp_navi ul.head_list_utility li.owner{
        border-right: 1px solid #ddd;
    }

	#sp_navi ul li.toiawase {
		border-right:1px solid #ddd;
	}
	#sp_navi ul li.sitemap {
		border-left:1px solid #fff;
	}
	#sp_navi ul li.toiawase a,
	#sp_navi ul li.sitemap a{
		display:block;
		width:100%;
	}
	#sp_navi ul li.toiawase a:hover,
	#sp_navi ul li.sitemap a:hover,
    #sp_navi ul.head_list_utility li a:hover{
		text-decoration: none;
	}

/* ========= global_navi ========= */

	#global_navi {
		height: auto;
		width: 100%;
		margin-bottom:65px;
		float:none;
	}
	#global_navi ul li{
		width:94%;
        max-width: 100%; /*200928 リニューアルに伴う変更*/
		padding:12px 3%;
		margin-bottom:0;
		border-bottom:1px solid #ddd;
		border-right:none;
		border-left:none;
		float:none;
		font-size: 16px;
		letter-spacing:1px;
	}
    
	#global_navi ul li a {
		display:block;
		width:100%;
		text-align:left;
        padding: 0;
        font-size: 16px;
	}

	#global_navi ul li div {
		border-right:none;
	}

	#global_navi ul li div:first-child {
		width:94%;
		border-left:none;
	}
    
    .head_list_utility li:first-of-type{
        margin-left: 0;
    }

	header #global_navi ul li a:hover,
	header #global_navi ul li#here a {
		background-color:#f6f6f6;
		border-radius: 0;
		color:#222 !important;
		margin:0 0;
		width:100%;
	}

/* ========= i-search 検索 ========= */

	.search_waku{
		float:none;
		display:block;
		width:100%;
		height:38px;
		margin-bottom:0;
	}

	.i-search {
		padding:7px 10px;
		background-color:#ddd;
	}

	.search_waku input[type="text"] {
		background: #fff none repeat scroll 0 0;
		border: medium none;
		border-radius: 24px;
		box-sizing: border-box;
		font-size: 1rem;
		height: 24px !important;
		margin: 0 !important;
		padding: 0 1em !important;
		width: 75% !important;
		line-height:1;
	}

	/* Search button */
	.i-search input.i-search-button{
		width: 20% !important;
		max-width: 70px;
		min-width: 20%;
		float:right;
		height: 24px !important;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
}



/* ========= contents ========= */

	.infomation_area_inner {
		display: block;
	}
	.infomation_area_inner > div {
		width: 100%;
		text-align: left;
		padding: 20px 10px 20px 20px;
	}
	.infomation_area_inner > div:not(:last-of-type) {
		border-bottom: 2px solid #fff;
	}
    
    /*--Only SP topic_path display: none--*/
    #topic_path{
        display: none;
    }
    
    #contents_title{
        border-top: 1px solid #ddd;
    }
    
	#topic_path .inside_box,
	#contents_title h2{
		width:94%;
		padding-left:3%;
		padding-right:3%;
	}

	#contents_title h2 {
		padding-top:30px;
		padding-bottom:30px;
	}

	#container {
		width:100%;
	}
    
    .common_wrap_y{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #top h2.section_title{
        font-size: 24px;
        margin-bottom: 40px;
    }
    /*icons*/
    .icons_title{
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0 ;
    }
    
    .button.border{
        border: 2px solid #b6c8d2;
        border-radius: 30px;
        padding: 15px 15px;
    }

	/*-torikumi-*/
	.torikumi_list li:first-of-type{
		margin-top: 0;
	}
    
    /*象印ダイレクト*/
    #direct a{
        font-size: 16px;
    }
    #direct .direct_text{
        position: relative;
        padding-right: 30px;
    }

/* ========= footer ========= */

	footer #gototop,
	footer nav,
	footer aside,
	footer .category {
		width:100%;
	}
	footer #gototop img{
	margin-right:10px;
	}
	
	footer .copyright_area aside {
		width:94%;
		padding:0 3%;
	}
	footer .copyright_area aside li {
	font-size:12px;
	}
    footer .copyright{
        width: 100%;
        float: none;
        margin-top: 9px;
    }

    footer .footer_termslist{
        float:none;
        margin-right: 0;
        margin-top: 16px;
    }
	footer .copyright_area aside p {
	clear:both;
	padding-top:5px;
	}
    footer aside li.arrow {
        font-size:12px;
    }
    
    /*--2020.10追記--*/
    .l-flex.sp_block .l-flex_element{
        margin-right: 0 !important;
    }
    .split-3 .l-flex_element:not(:last-of-type){
        margin-bottom: 30px !important;
    }
    
    /*PICK UP*/
    /*#pickup .l-flex_element:nth-of-type(7){
        margin-bottom: 0;
    }*/

	#top .important_area a {
		font-size: 14px;
	}

	#tsunagaru ul li a img {
		max-width: 50px;
	}
}

/*-2024.0323.add-*/
/* footer {
	background-color: #f6f6f6;
}
.footer_main {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.footer_logo {
	display: block;
	width: 318px;
	margin-left: auto;
	margin-right: auto;
}
.footer_list1 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	font-size: 16px;
}
.footer_list2 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #111;
	padding-bottom: 15px;
}
.footer_list2 li {
	margin: 0 15px;
}
.footer_list2 li a {
	display: flex;
}
.footer_list2 li span {
	width: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.footer_sns {
	margin-top: 15px;
}
.footer_sns p {
	text-align: center;
	font-size: 16px;
}
.footer_sns ul {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}
.footer_terms_list {
	display: flex;
	justify-content: space-between;

}
.footer_terms_list li {
	margin: 0 10px;
} */

@media(max-width: 768px) {
	.footer_main {
		padding: 0 15px 30px;
	}
	.footer_list1 {
		font-size: 18px;
		display: block;
		margin-top: 0;
	}
	.footer_list1 li {
		padding: 10px 3%;
		margin-bottom: 0;
		border-bottom: 1px solid #ddd;
	}
	.footer_list2 {
		display: block;
		margin-top: 20px;
		font-size: 16px;
		border-bottom: 1px solid #111;
		padding-bottom: 15px;
	}
	.footer_list2 li {
		padding: 4px 0;
	}

	.footer_sns {
		margin-top: 15px;
	}
	.footer_sns p {
		text-align: left;
		font-size: 18px;
	}
	.footer_sns ul {
		max-width: 100%;
		margin-left: 0;
		margin-top: 12px;
		justify-content: flex-start !important;
	}
	.footer_sns li {
		max-width: 50px;
		margin-right: 18px !important;
	}
	.footer_sns li img {
		max-width: 50px;
	}
	.footer_terms_list {
		display: block;

	
	}
	footer .copyright_area {
		background-color: #fff;
	}
	.footer_terms_list li {
		margin: 10px 0;
	}
	.footer_logo {
		margin-bottom: 30px;
		max-width: 240px;
	}
}

@media only screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	.only-sp {
		display: none;
	}
}