@charset "UTF-8";

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
  color: #5a5a5a;
}
/* SP対応 */
@media only screen and (max-width: 768px) {
  img { 
   max-width:100%;
   height:auto; 
   -ms-interpolation-mode:bicubic;
 }
}

/* ヘッダー */
.header_block{
  padding: .5rem;
}
#ab_top_area {
    /*display: none;*/
    margin:0 auto;
    text-align:center;
    padding:0;
    height:60px;
    overflow: hidden;
}
.menu_wrap{
  margin-left: auto;
  position: relative;
  width: 32px;
  height: 32px;
}
/* メニューアイコン */
.menu_button{
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
  cursor: pointer;
}
.menu_button::after{
  content: "";
  display: block;
  width: 65%;
  height: 65%;
  background: url(./../img/menu_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu_list_wrap{
  position: absolute;
  top: -40px;
  right: 0;
  padding: 1rem;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 0 4px #b1b1b1;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 250ms ease-out;
}
.menu_list_wrap.open{
  top: 100%;
  transform: translateY(.25rem);
  opacity: 1;
}
.menu_list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .8rem;
}
.menu_list .menu_item.mail_magazin{
  padding-top: 1rem;
}
.menu_list .menu_item a{
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #5a5a5a;
  padding: .25em 0 .25em 1em;
  transition: background-color 200ms ease-out;
}
.menu_list .menu_item a:hover{
  background-color: #f0f0f0;
}
.menu_list .menu_item.mycloud_top a{
  padding-left: 0;
  font-weight: bold;
}

.contant_block{
  padding: 2.875em 0 0;
}


/* myCloudアイコン */
.mycloud_icon{
  width: 250px;
  margin: 0 auto;
}
.mycloud_icon a{
  display: block;
}
.mycloud_icon img{
  display: block;
  width: 100%;
}


/* 検索 */
.gsc-control-searchbox-only {
  width: 85%;
  max-width: 561px;
  margin: 1em auto;
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.gsc-input {
  padding-right: 0 !important;
}
.gsc-input tr {
  height: 44px !important;
}
.gsc-input-box {
  height: 44px;
  margin-right: 0;
}
.gsc-search-button {
  margin-left: 0 !important;
}
.gsc-search-button-v2 {
  height: 44px;
  border: none !important;
  background: #eeeeee !important;
}
.gsc-search-button-v2 svg {
  fill: #666 !important;
  transform: scale(1.7) !important;
}


/* リンクリスト */
.link_block{
  width: 85%;
  max-width: 705px;
/*  max-width: 561px;*/
  margin: 1rem auto;
}
.link_list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.link_list .link_item{
  flex: 0 0 auto;
  width: 20%;
/*  width: 33.3333%;*/
}
.link_list .link_item a{
  display: block;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  color: #5a5a5a;
  cursor: pointer;
  transition: background-color 200ms ease-out;
}
.link_list .link_item a:hover{
  background-color: #fafafa;
}
.link_list .link_item a .img_wrap{
  display: block;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.link_list .link_item a .img_wrap img{
  display: block;
  width: 100%;
  height: 100%;
}
.link_name{
  white-space: nowrap;
  font-size: .8rem;
}


/* お知らせリスト */
.info_block{
  margin: 2rem auto 0;
}
.info_block .info_text{
  display: block;
  text-align: center;
  margin: .5em 0;
}
.info_block .info_text a{
  color: #5a5a5a;
  font-size: .8rem;
  transition: background-color 200ms ease-out;
}
.info_block .info_text a:hover{
  background-color: #f0f0f0;
}

.info_block .info_text{
  display: block;
  text-align: center;
  margin: .5em 0;
}


/* chrome拡張壁紙ダウンロード */
.chrome_dl_block{
width:600px;
margin:20px auto;
}


.chrome_dl_block h2{
border-left:#CC0000 solid 5px;
border-bottom:#CC0000 solid 1px;
background-color:#f6f6f6;
padding:10px;
font-weight:bold;
font-size:20px;
color:#000;
margin-bottom:20px;
}

.chrome_dl_block p{
text-align:center;
color:#333;
line-height:1.6;
}

.chrome_dl_block .sub_txt{
font-size:12px;
}

.chrome_dl_block .dllink{
width:600px;
margin: 20px auto;
}

.chrome_dl_block .dllink .dlbtn{
padding:10px 100px;
border-radius:50px;
color:#fff;
text-align: center;
font-weight:bold;
text-decoration:none;
display:block;
}

.chrome_dl_block .dllink .dlbtn01{
width:560px;
margin: 20px auto;
background-color:#FF0000;
box-shadow:0px 2px 7px 2px #8e898e;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}


.dlbtn01:hover {
background-color:#CC0000!important;
}


/* サンクスキャンペーン */
a#entry_banner div{
	color:#000000;
	text-decoration:none;
	margin-top: 20px;
	width:600px;
	height:100px;
	padding-top:83px;
	padding-left: 10px;
	font-size:8pt;
	text-align:center;
}
a#entry_banner div.bk_green { background:url(../img/thanks_green.png) no-repeat; }
a#entry_banner div.bk_blue { background:url(../img/thanks_blue.png) no-repeat; }
a#entry_banner div.bk_pink { background:url(../img/thanks_pink.png) no-repeat; }
a#entry_banner div.bk_24new { background:url(../img/kantan_24new.png) no-repeat; }

a#entry_banner {
	text-decoration:none;
}
a#entry_banner:hover,
a#entry_banner_thCP:hover {
	opacity:.7;
}

/* 40thCP用
 * ADD: 2021/7/7
 */
a#entry_banner_thCP div{
	color:#000000;
	text-decoration:none;
	text-align:center;
}

a#entry_banner_thCP {
	text-decoration:none;
}
.spOnly{
	display: none;
}
/* SP対応 */
@media only screen and (max-width: 768px) {
  .spOnly{
  display: block;
  }
  .pcOnly{
    display: none;
  }
  .contant_block{
   padding: 0 0 0;
  }
  .mycloud_icon{
   width: 50vw;
  }
  div#ab_top_area {
   height:auto !important;
  }
  .link_block {
   width: 92%;
  }
  .link_name {
   white-space:normal;
   font-size:.65rem;
   line-height: 1.2;
   display: -webkit-box;
   overflow: hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
  }
  a#entry_banner div,
  .chrome_dl_block {
   text-align:center;
   width:96%;
  }
  a#entry_banner div.bk_green,
  a#entry_banner div.bk_blue,
  a#entry_banner div.bk_pink,
  a#entry_banner div.bk_24new {
   background-size:contain;
   margin:auto;
   padding:18vw 0;
  }
  .info_block,
  .chrome_dl_block {
   margin-top:0;
  }
}
