@charset "UTF-8";
/* CSS Document */

/*__共通________________________________________________*/
*{
	background-repeat:no-repeat;
	color:rgba(0,0,0,1);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	
}


a, a:hover{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
a:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a.link{
  font-family: nitalago-ruika, sans-serif;
  color: #3abcf0;
  text-decoration: underline;
}
a:hover.link{
  text-decoration: none;
}

.zero{
	color: transparent;
	font: 0/0 a;
}


.iPhone, .Android, .Other{display: none;}
.view{display: block; overflow: hidden;}
.box_normal{display: block;}
.box_mini{display: none;}

/*__ヘッダー周り________________________________________________*/
.header,
header{
    background-color: rgba(255,255,255,1);
    border-top: 9px solid rgba(255,181,0,1);
    box-shadow: rgba(6,0,1,0.1) 0 1px 4px 0;
    height: 70px;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.box_head{
	margin:12px auto;
	width:960px; 
}
.box_title{
	float:left;
	width:856px;
}
.h1_logo{
	background-image:url(../img/logo_ganma.png?20181203);
/*	background-size:auto 44px;*/
	background-size: auto 40px;
	display:block;
	height:44px;
	width:198px;
	background-position: 0px 4px;/*Add V3*/
}


.box_share{
	float:left;
	width:104px;
}
.btn_circle {
	border-radius: 22px;
	color: transparent;
	display: block;
	float: left;
	height: 44px;
	overflow: hidden;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	margin-left: 8px;
	text-align: left;
	width: 44px;
}
.tw {
    background: url(../img/icon_x.png) no-repeat;
    background-color: rgba(15,20,25,1);
    background-position: 8px 9px;
}
.fb {
    background: url(../img/icon_facebook.png?20190704) no-repeat;
    background-color: rgba(8,119,242,1);
    background-position: 0px;
}



/*__フッター周り________________________________________________*/
.spf{
	display:none;
}
.pcf{
	display:block;
}
footer{
	background-color:rgba(255,255,255,1);
	border-top:1px solid rgba(200,200,200,1);
	font-size: 0.6em;
}
.box_inc{
	clear:both;
	padding:10px 10px 20px 10px;
	font-size:80%;
	text-align:right;
}
.pcf .box_inc{
	margin:0 auto;
	width:960px;
}
.logo_comsma{
	width:240px;
	height:32px;
	line-height:3.5em;
	margin-right:40px;
	font-size:80%;
	float:left;
}
.logo_comsma img{float:left;}
.item_sublink li{
	display:inline-block;
	font-size: 180%;
	margin-left:20px;
	margin-top:8px;
}
.box_inc a:hover{color:rgba(255,181,0,1);}
/*スクロールトップボタン*/
#toTop a {
    color:rgba(255,255,255,1);
	text-align:center;
	width:44px;
	height:44px;
	-webkit-border-radius:10em;
	-moz-border-radius:10em;
	border-radius:10em;
	display:block;
	position:fixed;
	bottom:40px;
	right:40px;
    cursor: pointer;
	background-color:rgba(255,181,0,.5);
/*	font-size: 70%;
	line-height:2.8em;*/
	font-size: 17px;
	line-height: 2.8em;
}
#toTop a:hover{background-color:rgba(255,181,0,1);}

.bnr_ganma,
.bnr_ganmatop{
	background-size:400px auto;
	background-image:url(../img/bnr_return.png?20181207);
	width:400px;
	height:100px;
	display:block;
	margin:40px auto 0 auto;
}
.bnr_ganmatop{
	background-image:url(../img/bnr_gotop.png?20181207);
}

.box_dl{
  display: flex;         /* 横並び */
  gap: 1rem;             /* 余白 */
  justify-content: center;
}
.box_dl a img {
  height: 80px;         /* 高さを統一 */
  width: auto;           /* 縦横比を保持して幅を自動計算 */
  display: block;
}

/*__________________________________________________________________________

	タブレット用//////////////////////////////////////////////////////////
__________________________________________________________________________*/

@media (min-width: 640px) and (max-width: 959px){

/*__フッター周り________________________________________________*/
.bnr_ganma,
.bnr_ganmatop{
	background-size:400px auto;
	width:400px;
	height:100px;
	margin:40px auto 0 auto;
}
}
/*__________________________________________________________________________

	タブレット＆スマートフォン用/////////////////////////////////////////////////
__________________________________________________________________________*/

@media (min-width: 320px) and (max-width: 959px){

/*__共通________________________________________________*/


/*__ヘッダー周り________________________________________________*/
.header,
header{
	border-top:4px solid rgba(255,181,0,1);
	height:36px;/*旧62*/
	padding:4px 0 0;
	box-shadow:0px 2px 2px 0px rgba(100,100,100,.2);
	background:rgba(255,255,255,1);
}
.box_head{
	margin:0px auto;
	min-width:300px;
	width:96%;
}
.box_title{
	float:left;
	width:120px;
}
.h1_logo{
/*	background-size:120px auto;
	height:26px;
	width:120px;
	margin-top:2px;*/
    background-size: 130px auto;
    height: 30px;
    width: 130px;
    margin-top: -2px;
}
.box_share{
	float:right;
	width:68px;
}
.btn_circle {
	border-radius: 15px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin-left: 4px;
	width: 30px;
	background-size:20px auto;
}
.tw {
    background-position: 5px 6px;
}
.fb {
    background-position: 0px;
	background-size:30px auto;
}

/*__フッター周り________________________________________________*/
footer{
	font-size: 0.9em;
}
.spf{
	display:block;
	padding:0;
}
.pcf{
	display:none;
}
.item_sublink{
	margin:10px auto;
	text-align:center;
	width:90%;
}
.item_sublink li{
	display:inline-block;
	font-size: 120%;
	margin-left:20px;
	margin-top:8px;
}
.logo_comsma{
	display:block;
	float:none;
	line-height:1.2em;
	margin:10px auto 0px auto;
	padding:0px;
	text-align:center;
	width:120px;
}
.logo_comsma img{
	float:none;
	width:88px;
}
.box_inc {
    padding:0px 0px 10px 0px;
    text-align: center;
}
/*スクロールトップボタン*/
#toTop a {
	border-radius:15em;
	bottom:50px;
	height:30px;
	-webkit-border-radius:15em;
	-moz-border-radius:15em;
	right:10px;
	width:30px;
/*	font-size: 1.1em;
	line-height:2em;*/
	font-size: 12px;
	line-height: 2.5em;
}
.bnr_ganma,
.bnr_ganmatop{
	background-size:200px auto;
	width:200px;
	height:50px;
	margin:20px auto 0 auto;
}
}


/*__________________________________________________________________________

	スマートフォン用//////////////////////////////////////////////////////////
__________________________________________________________________________*/
@media (min-width: 320px) and (max-width: 639px){
/*__共通________________________________________________*/
.box_normal{display: none;}
.box_mini{display: block;}
}


/*__________________________________________________________________________

	スマートフォン用その2//////////////////////////////////////////////////////
__________________________________________________________________________*/

@media (min-width: 200px) and (max-width: 639px){
.box_dl a img {
  height: 55px;         /* 高さを統一 */
}

}