@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik);

/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */
/* add oohara */
span.hissu {
  font-size: 80%;
  background-color: #f00;
  padding: 3px;
  color: #fff;
  margin-left: 5px;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  touch-callout: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  word-wrap: break-word;
}

input,
textarea {
  -webkit-user-select: auto;
}

body {
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
  font-family: "Shuei KakuGo Gin L", "游ゴシック", "Yu Gothic", "游ゴシック体",
    "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3",
    "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  /*width: 100%;
	margin: 0;*/
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  color: #333;
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #32d7cd;
  text-decoration: none;
  /* text-decoration: underline; */
}

/* fonts */
.f_min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", serif;
}
.font_s {
  font-size: 90%;
}

.red {
  color: #ff0000;
}

/* float */
.l {
  float: left;
}
.r {
  float: right;
}

.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left !important;
}

/* lineHeight */
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh20 {
  line-height: 2;
}
.lh22 {
  line-height: 2.2;
}
.lh24 {
  line-height: 2.4;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-Mac \*/
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.none {
  display: none !important;
}

.inWrap li,
.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* opacity */
a:hover img:not(.icon) {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* margin */
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}

.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

label {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.noPC {
  display: none;
}

/* リンクアニメーション */
a,
a img,
a:before,
a:after,
p.btnBox input,
button,
#searchBox > div.r input#btn_keyword,
#header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* header
--------------------------------- */
#header {
  /*width: 100%;
	left: 0;
	*/
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  min-width: 840px;
  position: fixed;
  top: 0;
  background: #fff;
  /* height: 78px; */
  height: 148px;
  border-bottom: 2px solid #eee;
  z-index: 9999;
}

#header h1 {
  /* display: inline-block; */
  display: inline;
  height: 78px;
  line-height: 78px;
  padding-left: 90px;
}
#header h1 img {
  vertical-align: middle;
}

#header div.r {
  width: 468px;
}

.search {
  height: 30px;
  padding-top: 24px;
  width: 240px;
  float: left;
}
input.searchTxt {
  background: #fafafa;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 13px;
  width: 190px;
  border: 0;
  border-bottom: 1px solid #e9e8e6;
  margin: 0;
  vertical-align: top;
  float: left;
}
input.searchBtn {
  border: 0;
  cursor: pointer;
  font-size: 0;
  background: url(../img/common/header/btn_search.png) center center no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin: 0;
  vertical-align: top;
  float: left;
}

ul.headBtn {
  float: right;
}
ul.headBtn li {
  width: 76px;
  text-align: center;
  float: left;
  height: 78px;
}
/*
ul.headBtn li a {
	display: block;
	height: 78px;
	font-size: 11px;
	box-sizing: border-box;
	padding-top: 50px;
	background-position: center 15px;
	background-size: 30px auto;
	background-repeat: no-repeat;
	text-decoration: none;
}
	ul.headBtn li.signup a {
		background-image: url(../img/common/header/icon_signup.png);
	}
*/
/*
	ul.headBtn li.signup a:hover {
		background-image: url(../img/common/header/icon_signup_on.png);
	}
*/
/*
	ul.headBtn li.login a {
		background-image: url(../img/common/header/icon_login.png);
	}
*/
/*
	ul.headBtn li.login a:hover {
		background-image: url(../img/common/header/icon_login_on.png);
	}
*/
/*
ul.headBtn li.logout a {
	background-image: url(../img/common/header/icon_logout.png);
}
ul.headBtn li.mypage a {
	background-image: url(../img/common/header/icon_mypage.png);
}
	ul.headBtn li#share a {
		background-image: url(../img/common/header/icon_share.png);
	}
	ul.headBtn li#share a.on,
	ul.headBtn li#share a:hover {
		background-image: url(../img/common/header/icon_share_on.png);
		background-color: #32d7cd;
		color: #FFF;
	}
*/

ul.headBtn li a {
  display: block;
  padding-top: 45px;
  box-sizing: border-box;
  height: 78px;
  background-position: center 12px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  text-decoration: none;
  font-size: 11px;
}
ul.headBtn li#share a {
  background-image: url(../img/common/btn_share.png);
}
ul.headBtn li.login a {
  background-image: url(../img/common/btn_login.png);
}
ul.headBtn li.logout a {
  background-image: url(../img/common/btn_logout.png);
}
ul.headBtn li.signup a {
  background-image: url(../img/common/btn_signup_on.png);
  background-color: #114b60;
  color: #fff;
}

ul.headBtn li.member a {
  padding-top: 12px;
  /* 	background-color: #32D8CE; */
  color: #fff;
}
ul.headBtn li.member a p.img_prof {
  margin-bottom: 3px;
  /*width: 55px;
	height: 55px;

	overflow: hidden;
	border: 1px solid #cc0000;*/
}
ul.headBtn li.member a p.img_prof img {
  object-fit: cover;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ccc;
}

ul.headBtn li.premium a {
  background-color: #ffbe00;
}

#shareList {
  background: #fff;
  position: absolute;
  right: 0px;
  top: 75px;
  z-index: 9999;
  width: 240px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: #f6f7f9;
  display: none;
  text-align: center;
  padding: 15px 0 20px;
}
#shareList p {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#shareList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 44px;
}
#shareList ul li + li:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 44px;
  /* background: rgba(255,255,255,.5); */
  background: #ccc;
  margin: 0 40px 0 25px;
  vertical-align: middle;
}
/*
#shareList {
	background: #FFF;
	position: fixed;
	right: 15px;
	left: 50%;
	margin-left: 245px;
	top: 100px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	display: none;

}
#shareList ul {
	padding: 20px;
	position: relative;
}
	#shareList ul:before {
		content: "";
		width: 0;
		height: 0;
		display: block;
		border: 10px solid transparent;
		border-bottom: 10px solid #FFF;
		position: absolute;
		right: 100px;
		top: -20px;
	}

#shareList ul li + li {
	margin-top: 10px;
}
#shareList ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #FFF;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	width: 170px;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	background-size: 34px auto;
	background-position: 15px center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#shareList ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
	#shareList ul li.fb a {
		background-image: url(../img/common/header/btn_share_fb.png);
		background-color: #2C579B;
	}
	#shareList ul li.twi a {
		background-image: url(../img/common/header/btn_share_twi.png);
		background-color: #38A7DE;
	}
	#shareList ul li.yt a {
		background-image: url(../img/common/header/btn_share_yt.png);
		background-color: #E42B31;
	}
*/

p#menu {
  width: 70px;
  height: 78px;
  position: fixed;
  /*left: 0;*/
  left: 50%;
  margin-left: -512px;
  top: 0;
}
p#menu a {
  display: block;
  box-sizing: border-box;
  height: 78px;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  text-decoration: none;
}
p#menu a span.b {
  display: block;
  height: 5px;
  margin: 0 20px 5px;
  background: #32d7cd;
}
p#menu a.on,
p#menu a:hover {
  background: #32d7cd;
  color: #fff;
}
p#menu a.on span.b,
p#menu a:hover span.b {
  background: #fff;
}

nav#nav {
  width: 260px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 79px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  left: 50%;
  margin-left: -512px;
  z-index: 100;
}

ul#gNavi {
  padding: 0 15px;
}

#header ul#gNavi {
  overflow: auto;
  height: 50vh;
}

#header ul#gNavi::-webkit-scrollbar {
  width: 15px;
}

#header ul#gNavi::-webkit-scrollbar-thumb {
  background: #32d7cd;
}

#header ul#gNavi::-webkit-scrollbar-track {
  background: #e9e9e9;
}

ul#gNavi li + li {
  border-top: 1px solid #efefef;
}
ul#gNavi li a {
  display: block;
  height: 62px;
  box-sizing: border-box;
  padding: 0 25px 0;
  margin: 0 -15px;
  line-height: 62px;
  text-decoration: none;
}
ul#gNavi li.nav1 a {
}
ul#gNavi li a p.page {
  color: #000;
  font-family: "Rubik", sans-serif;
}
ul#gNavi li a p.sub {
  color: #fff;
  display: none;
}
ul#gNavi li a:hover {
  background: #32d7cd;
}
ul#gNavi li a:hover p.page {
  display: none;
}
ul#gNavi li a:hover p.sub {
  display: block;
}

.img_cover_set {
  position: relative;
}
.imgcover {
  width: 100%;
  height: 100%;
  background: url(/img/common/cover.png) center center;
  z-index: 9997;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#clickwindow {
  width: 100%;
  height: 100%;
  background: url(/img/common/cover.png) center center;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

/*headGrovalNavi*/
#headGrovalNavi {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  border-top: 2px solid #eee;
  position: relative;
  opacity: 0;
}

#headGrovalNavi:before {
  content: "";
  position: absolute;
  left: 0%;
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #e9ecf1;
}

#headGrovalNavi:after {
  content: "";
  position: absolute;
  right: 0%;
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #e9ecf1;
}

#headGrovalNavi .simplebar-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

#headGrovalNavi li {
  width: 15%;
  text-align: center;
  position: relative;
}

#headGrovalNavi li:before {
  content: "";
  position: absolute;
  left: 0%;
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #e9ecf1;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#headGrovalNavi li:first-child:before {
  content: none;
}

#headGrovalNavi .gNavLink .page {
  line-height: 1;
}

.gNavLink {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  text-decoration: none;
}

.gNavLink:hover {
  background: #32d7cd;
}

.gNavLink .page {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.gNavLink .gNavActive {
  color: #32d7cd;
}

.gNavLink .sub {
  color: #fff;
  display: none;
}

.gNavLink:hover .page {
  display: none;
}

.gNavLink:hover .sub {
  display: block;
}

/* main
--------------------------------- */
li {
  box-sizing: border-box;
}

#main {
  padding-top: 148px;
  background: #f6f7f9;
  padding-bottom: 10px;
  min-width: 840px;
}
/*
#contents {
  padding-bottom: 60px;
}
*/


/* title */
p.title {
  font-family: "Shuei KakuGo Gin b", "游ゴシック";
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #32d7cd;
  margin-bottom: 10px;
  font-size: 17px;
  padding-left: 45px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
p.ttl_menu {
  position: relative;
  background: transparent;
}
p.ttl_menu:before,
p.ttl_menu:after {
  content: "";
  width: 25px;
  height: 4px;
  display: block;
  position: absolute;
  left: 7px;
}
p.ttl_menu:before {
  border-top: 4px solid #32d7cd;
  border-bottom: 4px solid #32d7cd;
  top: 8px;
}
p.ttl_menu:after {
  background: #32d7cd;
  top: 24px;
}
p.ttl_twitter {
  background-image: url(../img/common/icon_ttl_twitter.png);
  background-size: 26px auto;
}
p.ttl_ranking {
  background-image: url(../img/common/icon_ttl_ranking.png);
  background-size: 28px auto;
  padding-left: 55px;
  background-position: 15px center;
  margin-bottom: 0;
}


/* box */
.box {
  padding: 10px 20px 20px;
  border: 1px solid #efeff1;
  background: #fff;
  position: relative;
}
.box + .box {
  margin-top: 20px;
}

/* category */
p.category {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  margin-bottom: 15px;
}
p.category span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 30px;
  border: 1px solid #000;
}
ul.newsList li a .detail p.category span {
  border: 1px solid #bdbdbd;
  color: #9d9d9d;
  padding: 2px 20px 0;
}
ul.newsList li a .detail p.category span.member {
  color: #ffbe00;
  border-color: #ffbe00;
}

/* button */
.btn a {
  display: block;
}

.btn1 a {
  text-align: center;
  padding: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #efeff1;
  color: #555;
  font-size: 15px;
  text-decoration: none;
}
.btn1 a span {
  font-family: "Rubik", sans-serif;
  color: #333;
}
.btn a span.i {
  /*font-style: italic;*/
}
.btn1 a:hover,
.btn .active a,
.btn .active a:hover {
  background: #32d7cd;
  color: #fff;
}
.btn1 a:hover span,
.btn .active a span,
.btn .active a:hover span {
  color: #fff;
}

.btn2 {
  text-align: center;
}
.btn2 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.btn_r a {
  background: #32d7cd;
  color: #fff;
}
.btn_r a span {
  color: #fff;
}
.btn_r a:hover {
  background: #fff;
  color: #777;
}
.btn_r a:hover span {
  color: #333;
}
.btn_regist a {
  background: #f8b500;
  color: #fff;
}
.btn_regist.close a {
  background: #fff;
  color: #777;
}
.btn_regist a span {
  color: #fff;
}
.btn_regist.close a span {
  color: #777;
}
.btn_more {
  margin: 10px auto;
}
.btn_more a{
  border: solid 2px #32d7cd;
  background-color: #fff;
  color: #32d7cd;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
}

.btn_more a:hover{
  background-color: #32d7cd;
  color: #fff;
}


/* text */
span.txt_blue {
  color: #32d7cd;
}

.replace_img_tag {
  position: relative;
}
/* label_pay_member */
p.label_pay_member {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #ffbe00;
  border: 1px solid #ffbe00;
  padding: 2px 10px 2px 22px;
  background: url(../img/common/icon_pmember.png) 7px center no-repeat;
  background-size: 10px auto;
}

/* ad */
p.ad {
  margin-bottom: 20px;
  text-align: center;
}

/* footer
--------------------------------- */
#footer {
  padding: 30px 0 50px;
  text-align: center;
  border-top: 1px solid #efeff1;
}

ul.footNav {
  font-size: 0;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footNav li {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.footNav li {
  border-right: 1px solid #eee;
  width: 15%;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
}
ul.footNav li:first-child {
  border-left: 1px solid #eee;
}
ul.footNav li a {
  line-height: 18px; /* 20190919_add*/
  vertical-align: top;
  font-size: 13px;
  text-decoration: none;
}
ul.footNav li.l2 a {
  line-height: 22px;
}
ul.footNav li a .sub {
  display: none;
}
ul.footNav li a:hover .page {
  display: none;
}
ul.footNav li a:hover .sub {
  display: block;
}
ul.footLink {
  padding: 10px 0;
}
ul.footLink li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 10px;
  font-size: 10px;
}
ul.footLink li a {
  text-decoration: none;
}
#footer p.copy {
  font-size: 8px;
  letter-spacing: 1px;
}

#topcontrol img {
  width: 50px;
}

div#google_translate_element {
  margin-bottom: 20px;
}

/* 20190919_add
====================================*/

#footer .nav_spacing_spread {
  letter-spacing: 2px;
}
#footer .nav_spacing_shorten {
  letter-spacing: -1px;
}

span.lang_cn,
ul.newsList li a .detail p.category span.lang_cn {
  border: none;
  display: inline-block;
  position: absolute;
  right: 10px;
  padding: 0 5px;
}

a.lang_cn {
  border: none;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}

.newsList p.date {
  position: relative;
}

/*favoriteBtn*/

.favBtn {
  position: fixed;
  bottom: 3px;
  right: 100px;
  opacity: 1;
  cursor: pointer;
}

.favBtn img {
  width: 60px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  display: flex;
  opacity: 1;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 720px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 300px;
  color: #fff;
  cursor: pointer;
  background-color: #32d7cd;
  padding: 10px;
  font-weight: bold;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
}

.modal-txt {
  margin-bottom: 20px;
}

.modal-img {
  width: 100%;
}

.modal-txtBold {
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-checkbox {
  margin-top: 20px;
}

.modal-checkbox label {
  padding-left: 32px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

/* ボックスのスタイル */
.modal-checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #ccc;
  background-color: #eee;
}
/* 元のチェックボックスを表示しない */
.modal-checkbox input[type="checkbox"] {
  display: none;
}
/* チェックした時のスタイル */
.modal-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #06f;
}

.modal-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 5px;
}

#ranking p.title{
  border: none;
}
p.update_time{
  text-align: right;
  font-size: 11.5px;
  padding: 2px 5px 2px 0;
  background: white;
}

ul.regist_question li{
  height: 25px;
}
ul.regist_question li input{
  margin-right: 5px;
  position: relative;
  top: 2px;
}

ul.withdrawal_list li{
  list-style: disc;
}

/*instagram*/
p.ttl_instagram {
  background-image: url(../img/common/icon_ttl_instagram.png);
  background-size: 26px auto;
}
