@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
  max-width: 1280px;
  font-family: 'メイリオ', Meiryo, 'Meiryo UI';
  margin: 0 auto;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

.tool {
  background-image: url('../img/asset4-2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 10px;
}

a {
  color: #07477b;
  font-weight: bold;
}

a:visited {
  color: #440066;
}

a:hover,
a:focus {
  color: #bc0000;
  text-decoration: none;
  outline: 0;
}

table {
  border: solid 1px #00a0e9;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: solid 1px #00a0e9;
}

table th {
  background: #fff100;
  color: #00a0e9;
  font-weight: normal;
  padding: 8px 5px;
}

table td {
  padding: 12px 15px;
}

.row {
  width: 100%;
  clear: both;
  padding: 10px 0;
  overflow: hidden;
}

.half-width {
  width: 48%;
  margin: 0 1%;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.logo {
  margin-top: 15px;
}

nav a {
  margin-right: 10px;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

nav a:visited {
  color: #000000;
}

nav a:hover,
nav a:focus {
  border-radius: 2px;
  color: #bc0000;
  text-decoration: none;
  outline: 0;
}

nav.row {
  margin-bottom: 30px;
  margin-top: 30px;
  background: rgba(255,255,255,1);
  border-radius: 5px;
  text-align: center;
  width: 460px;
  margin-left: auto;
}

.news {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.news ul {
  margin-top: 10px;
  overflow-y: auto;
  height: 80px;
}

.news li {
  list-style: none;
  padding: 5px;
  padding-left: 20px;
  text-indent: -20px;
}
.news li::before {
  content: "▶";
  margin-right: 5px;
}

.reporter {
  margin-top: 30px;
}

.reporter a:hover,
.reporter a:focus {
  background: pink;
}

.reporter>img {
  margin-bottom: -20px;
  margin-left: 2%;
}

.store-logo {
  background: #ffffff;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px;
  padding-top: 25px;
  border-radius: 5px;
}

.store-logo a:first-child {
  margin-right: 5%;
}

.center {
  text-align: center;
}

.if {
  background: rgba(255,255,255,0.6);
  border-radius: 6px;
  padding-top: 15px;
  margin: 0 20px 0 0;
  text-align: center;
}

.facility {
  padding: 15px;
}

.facility2 {
  background: rgba(255,255,255,0.9);
  border-radius: 6px;
  padding: 15px;
  margin: 20px;
}

.label-box {
  border-radius: 5px;
  height: 32px;
  position: relative;
  margin: 10px 0;
}

.label-box span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: -0.5em;
}

.label-box.blue {
  background: #0e6eb8;
}

.label-box.blue span{
  color: #ffffff;
}

.label-box.lightblue {
  background: #00a0e9;
}

.label-box.lightblue {
  color: #fff100;
}

/*===================================================/
  footer, copyright
/===================================================*/

footer {
  padding: 20px;
  margin-top: 30px;
}

.grad-border {
  height: 10px;
    background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
    background:-webkit-linear-gradient(top, #cccccc, #ffffff);
    background:-moz-linear-gradient(top, #cccccc, #ffffff);
    background:-o-linear-gradient(top, #cccccc, #ffffff);
    background:linear-gradient(to bottom, #cccccc, #ffffff);
}

footer p ,
footer li{
  margin: 0px;
  line-height: 170%;
}

.box-left {
  float: left;
  margin-left: 10px;
}

.fmenu ul {
  margin: 0 -10px 0 0;
  list-style: none;
  overflow: hidden;
}

.fmenu ul li {
  margin-right: 10px;
  display: inline;
}

.faddress {
  margin: 40px 0 0 0;
}

.box-right {
  float: right;
  width: 300px;
  padding: 10px;
  border: 1px solid #cccccc;
}

.qr {
  float: left;
  width: 74px;
}

.txt {
  float: right;
  width: 210px;
}
#footer.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}
.copyright {
  padding: 5px 20px;
  border-top: 1px solid #cccccc;
}

/*---------------------------/
      help.html
/---------------------------*/
#simple-report,
#resend,
#detailed-report {
  background-color: #00a0e9;
  padding: 10px 0;
}

.row.help {
  background: rgba(255,255,255,0.8);
  width: 90%;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
}

.howto .row.logo {
  background-image: url('../img/asset4-2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0 2% 10px;
  width: 96%;
}

.help img {
  height: 400px;
}

.help>div {
  display: flex;
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
  align-items: center;
}
.help-menu {
  background: rgba(255,255,255,0.8);
  width: 90%;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
  .logo img {
    width: 100%;
  }

  nav.row {
    width: 100%;
  }

  .half-width {
    margin: 0;
  }

  .if img {
    width: 100%;
  }

  .facility img {
    width: 100%;
  }

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
  img {
    max-width: 100%;
  }

  div {
    max-width: 100%;
  }

  table tr th:nth-child(1),
  table tr th:nth-child(3) {
    width: 30%;
  }

  table tr th:nth-child(2) {
    width: 40%;
  }

  table tr td {
    padding: 8px;
  }

  .float-l,
  .float-r {
    float: none;
  }

  .half-width {
    margin: 0;
    width: 100%;
  }

  .logo {
    width: 90%;
    margin: 0 auto;
  }

  .tool {
    background: none;
    padding-top: 0;
  }

  .sp-top {
    background-image: url('../img/asset4-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  nav.row {
    width: 90%;
    margin: 20px auto;
  }

  .news {
    width: 90%;
    margin: 0 auto;
  }

  .store-logo>a:first-child {
    margin-right: 0;
  }

  .clearfix ul li {
    display: block;
  }

/*----------------/
      help.html
/----------------*/
  .help img {
    height: 250px;
  }

}
