@charset 'utf-8';
/* CSS Document */

.container {
    width: 980px;
  }
  
@media screen and (max-width: 479px){
.container {
    width: 100%;
  }
  }

/* Button */
/* Button */
.button {
  display: inline-block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #53639f;
  color: #fff;
  font-size:14px;
  letter-spacing: .08em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background-color: #9facda;
}
@media screen and (max-width: 479px){
.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  background-color: #53639f;
  color: #fff;
  font-size:12px;
  letter-spacing: 0em;
}
  }

/*ご利用ガイド*/
.mb15 { margin-bottom: 15px !important; }
.mb30 { margin-bottom: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }

.guide {
	color: #353535;
	letter-spacing: .08em;
	line-height: 20px;
	width:980px;
}
@media screen and (max-width: 479px){
.guide {
	color: #353535;
	letter-spacing: .08em;
	line-height: 20px;
	width:100%;
}
}
.guide-bk {
  background: #fff;
  border-radius: 8px;
  margin: 50px 0px 50px 0px;
  text-align: left;
}

.guide h1 {
	color: #353535;
	letter-spacing: .08em;
}

.guide h2 {
	color: #4f372b;
	font-size:22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin:70px 0;
}

.guide_title {
	border-bottom:1px solid #999999;
	margin:20px 0 20px 40px;
	padding-bottom:5px;
	font-size:20px;
	font-weight: bold;
	width: 870px;
}
.guide_title .guide_title2{
	padding:5px 0 3px;
	color: #1f3d96;
}
.guide_title2{
	padding:5px 0 8px;
	font-size:16px;
	font-weight: bold;
	color: #1f3d96;
	border-bottom: 2px dotted #cdcdcd;
	margin:20px 0 20px 40px;
	width: 870px;
}
.guide_txt{
	padding:5px 0 3px;
	font-size:16px;
	line-height: 1.5;
	margin:10px 70px 20px 40px;
}
@media screen and (max-width: 479px){
.guide_title {
	border-bottom:1px solid #999999;
	margin: 10px 20px 20px 20px;
	padding-bottom:5px;
	font-size:18px;
	font-weight: bold;
	width: 90%;
}
.guide_title2{
	padding:5px 0 8px;
	font-size:14px;
	font-weight: bold;
	color: #1f3d96;
	border-bottom: 2px dotted #cdcdcd;
	margin: 10px 20px 20px 20px;
	width: 90%;
}
.guide_txt{
	padding:5px 0 3px;
	font-size:14px;
	line-height: 1.5;
	margin:10px 20px 20px 20px;
}
}

table td {/*table内のthに対して*/
  padding: 10px;/*上下左右10pxずつ*/
  text-align: center;
}










