﻿/*header*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
html{-webkit-scroll-behavior:smooth; scroll-behavior:smooth;}
body{font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-size: 13px;}


.infowrap{
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 80px;
}
.title{
  padding: 30px;
  padding-top: 0;
  text-align: center;
  margin: 0 auto;
}
.title p.left{
  text-align: left;
  font-size: 18px;
  padding-bottom:3rem;
}
.title p.right{
  text-align: right;
  font-size: 18px;
  padding:2rem 0;
}
.title h1{
  font-size: 24px;
}
.txt{
font-size: 18px;
line-height: 2em;
padding-bottom: 80px;
}
.detail-txt{
padding: 1.5rem;
line-height: 2em;
}