@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);

body {
  font-family: '"Noto Sans Japanese',ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  color:#333;
  font-size:16px;
  font-weight:400;
  margin: 0;
  padding: 0;
  position:relative;
}

@media screen and (max-width: 568px) {
body {
  font-size:15px;
}
}

h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
address,
div,img{
margin: 0;
padding: 0;
}

ol,ul,li,
dl,dd{
list-style: none;
}

h1,h2,h3,h4,h5{
font-size: 100%;
}

p {margin:0;padding:0;}

table{
border-collapse: collapse;
border-spacing: 0;
}

img{
margin:0;padding:0;
border: none;
display:block;
}


/* .a
-------------------------------------------------- */
a {
text-decoration: none;
outline:none!important;
}

a:hover {
text-decoration: none;
}

/* .line
-------------------------------------------------- */
hr {
display: none;
}
	
.clr {
height: 0;
clear: both;
}

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/* header
-------------------------------------------------- */
header {
  width:100%;
  padding:1% 0;
  text-align:center;
}

header #logo{
  width:224px;
  margin:0 auto;
  height:auto;
  text-align:center;
}

header #logo img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 568px) {
header {
  padding:3% 0;
}

header #logo{
  width:150px;
}
}

footer {
  width:100%;
  padding:5px 0;
  text-align:center;
}

.copy{
  margin:2% auto 0;
  width:100%;
  padding:1% 0 1%;
  font-size:0.9em;
  font-family: 'Roboto', sans-serif;
 font-weight:400;
}


/* wsew_box
--------------------------------------------------------- */
.wsew_box {
  color:#000;
  width:96%;
  max-width:850px;
  margin:0 auto 1%;
  background-color:#FFF;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  box-sizing: border-box;
  padding:3% 3% 5%;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.wsew_box {
  width:100%;
  -moz-box-shadow: none;
  -webkit-box-shadow:  none;
  box-shadow: none;
  padding:5%;
}
}

.day{
  padding:1% 0;
  text-align:right;
}

.kakui{
  padding:3% 0 1%;
  text-align:left;
}

.daihyo{
  padding:1% 0;
  text-align:right;
}

.title{
  padding:5% 0;
  text-align:center;
  font-size:1.4em;
  letter-spacing: 0.3em;
}

.text01{
  padding:2% 2%;
  text-align:left;
  line-height:1.8;
}

.text02{
  padding:2% 2%;
  text-align:right;
}


@media screen and (max-width: 568px) {
.text01{
  padding:2% 0;
  line-height:1.6;
}

.text02{
  padding:2% 0;
}
}