@charset "utf-8";
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body,p,article,section{
	width:100%;
}
body {
	color:#333;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
ul {
list-style-type:none;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
img{
	width:100%;
 }
h1 {
  line-height:0;
}
.h_txt {
  font-size:16px;
  line-height:1.4em;
  padding:0 0 5px 0;
  text-align: center;
}
.app_lnk {
  width:59%;
  margin:0 auto;
}
.d_txt {
  font-size:16px;
  line-height:1.5em;
  padding:6px 0 7px 0;
  text-align: center;
}
.bt_y {
  padding:0 0 25px 0;
  width:9.6%;
  margin:0 auto;
}
.d_list {
  width:96%;
  margin:0 auto;
}
.d_list li {
  width:33%;
  position: relative;
  float:left;
}
.d_list li:before {
  position: absolute;
  content:"";
  border-right:1px solid #000;
  width:1px;
  height:100%;
  right:0;
  top:0;
}
.d_list li:nth-child(3):before {
  width:0;
  height:0;
  border-right:none;
}
.s_choice {
  background: #eeeeee;
  padding:28px 4%;
  margin-top:35px;
}
.app_txt {
  font-size:16px;
  font-weight: bold;
  margin-top:45px;
  text-align: center;
}
.app_bnr {
  margin:15px auto 0;
  width:61.3%;
}
.app_txt02 {
  font-size:14px;
  line-height:1.8em;
  padding:37px 4%;
}
.app_txt03 {
  font-size:14px;
  line-height:1.8em;
  text-align: center;
}
footer {
  background: #17007a;
  text-align: center;
  color:#fff;
  font-size:12px;
  padding:13px 0;
}
.page-top {
   position: fixed;
   bottom: 40px;
   right: 20px;
   -ms-filter: "alpha(opacity=80)";
   -moz-opacity: 0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;
   width:50px;
}

/* ADD 20180115 */
h3.ttl {
padding: 0.5em 0;
text-align: center;
font-weight: normal;
background-color: #16288e;
color: #FFFFFF;
}
.point{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.point div{
  background-color: #eeeeee;
  text-align: center;
}
.point p{
  margin-bottom: 1em;
  padding-top: 1em;
}
.point1{
  margin-top: 2em;
}

/* ADD 20200408 */
.hp_img {
  width: 18%;
  margin: 0 auto;
  line-height: 0;
}
.tapLink a{
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 4px solid #EEEEEE;
  background-image: url(../images/arw.png);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: 12px auto;
  text-decoration: none;
  color: #000000;

}
.tapLink a h2{
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  width: 70%;
}


@media(max-width:320px) {
  .tapLink a h2 {
    font-size:15px;
  }
 .h_txt {
   font-size:13px;
   padding: 0 0 3px 0;
 }
 .d_txt {
   font-size:13px;
    padding: 0px 0 5px 0;
    line-height:1.4em;
 }
 .app_txt {
  font-size:13px;
 }
.app_txt03 {
  text-align: left;
  padding-left: 4%;
  padding-right: 4%;
}
 footer {
   font-size:11px;
   letter-spacing:-0.03em;
 }
}
