body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	color:#666666;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.wrap {
  width: 976px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
ul,li{
	list-style: none;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}

#info {
  padding-bottom: 10px;
}

#info a { color:#3c86d5; text-decoration:underline;}
/*#info a:link { color:#3c86d5; text-decoration:underline;}
#info a:visited { color:#3c86d5; text-decoration:underline;}
#info a:active { color:#3c86d5; text-decoration:underline;}*/
#info a:hover { opacity: 0.7;}

.info_box{
  text-align: left;
  width: 770px;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
  padding: 0;
  background-image: url(../img/title01.jpg);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 88%;
}
h1 {
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  background: #cce3e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#cce3e3), to(#eef2f2));
  background: -moz-linear-gradient(top, #cce3e3, #eef2f2);
  background: -ms-linear-gradient(top, #cce3e3, #eef2f2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce3e3', endColorstr='#eef2f2', GradientType=0)";
  font-size: 150%;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.info_txtarea{
  padding: 30px 40px;
  line-height: 1.5;
}
p{
  margin-bottom: 20px;
}
.note {
  text-align: center;
  border: 1px solid #c70000;
  padding: 1em;
  box-sizing: content-box;
  margin: 0 auto 2em;
}
.note p{
  margin-bottom: 0px;
}
p.date_top{
  text-align: right;
  font-size: 82%;
  line-height: 150%;
  margin-bottom: 40px;
}
dl dd {
  padding-bottom: 2em;
}
dl dd h3{
  margin: 2em auto 1em;
  display: inline-block;
  background-color: #666;
  padding: 5px 15px;
  color: #fff;
}
p.ttl_list {
  font-weight: bold;
  margin-bottom: 1em;
}
ol ul {
  padding: 0 0 1em 2em;
  box-sizing: border-box;
}
ol ul li strong {
  font-weight: bold;
  text-decoration: underline;
}
ol ul li img {
  margin-bottom: 1em;
}
ul.btn{
  display: flex;
  justify-content: space-around;
  margin: 1em auto;
}
ul.btn li {
  width: 20%;
}
ul.btn li a {
  text-decoration: none !important;
  position: relative;
  display: block;
  background-color: #042a72;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 10px 10px 16px;
  box-sizing: border-box;
}
ul.btn li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.note_steps{
  border: 1px solid #000;
  padding: 1em;
  box-sizing: content-box;
  margin: 0 auto 2em;
}


@media screen and (max-width: 767px){
  img{
    width: 100%;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .container {
    width: auto;
    margin: 0 auto;
  } 
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none !important;
  }
  .info_box {
    width: 100%;
    box-sizing: border-box;
  }
  .info_txtarea {
    padding: 30px 15px;
  }
  h1 {
    padding: 15px;
    font-size: 140%;
  }
  ul.btn {
    display: block;
  }
  ul.btn li {
    width: 100%;
    margin-bottom: 10px;
  }
  
  
}

