@import url('https://fonts.googleapis.com/css?family=Overlock');

body {
  font-size: 12px;
  font-family: "BRAZIL","HG祥南行書体","Georgia","游明朝","Yu Mincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Overlock",serif;
  line-height: 1.9;
  color: #fff;     /*文字色*/
  letter-spacing: 1.5px;
  background-color: #000;     /*背景色*/
}

.all {
  max-width: 500px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

a {
  color: #fff;     /*リンク文字色*/
  text-decoration: none;
  padding: 1px;
  border-bottom: dotted 1.5px #fff;     /*下線色*/
}

/* 外枠 */
.waku {
width: 500px;
margin: 0 auto;
}
@media only screen and (max-width: 560px) {
.waku {width: auto;}
}

.midashi {
  font-size: 22px;
  font-weight: normal;
  line-height: 0.5;
  font-family: 'Dosis';
  margin: 0px auto 20px;
}

article {
  position: relative;
  background-color: #fff;
  border-radius: 30% 70% 70% 30% / 30% 60% 40% 70%;
  padding: 50px 50px;
  margin: 20px auto 15px;
  width: 200px;
}

article::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #e5e0df;
  border-radius: 30% 70% 70% 30% / 30% 60% 40% 70%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}

article a{
 font-size: 13px;
}

.box {
  border: solid 1.5px #e5e0df;
  width: 280px;
  margin: 10px auto;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 15px;
  text-align: left;
}

.box2 {
    border: solid 1.5px #e5e0df;
    width: 350px;
    border-radius: 10px;
    padding: 15px;
    margin: 10px auto;
    text-align: left;
}

input[type=text], select, textarea, input[type=submit] {
  -webkit-appearance: none;
  box-shadow: none;
  background: #ffffff;
  color: #000;
  border-radius: 5px;
  border: solid 1px #eee8d8;
  font-size: 11px;
  font-weight: normal;
  margin: 2px 2px;
  width: auto;
  height: 30px;
}

input[type=text], select {
  width: auto;
  height: 30px;
  padding: 0 10px;
  margin: 2px auto;
}



.yline {
background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff799 0%) repeat scroll 0 0;
}

.center {text-align: center;}
.right {text-align: right;}

.til {color: #999999;}

 /*小文字グレーテキストページ*/
.small {
  font-size: 11px;
  color: #fff;
  font-weight: normal;
}

.note {
    margin: 0 20px 30px;
    border:solid 1px #000;
}

/* 右上メニュー */
.navi{
text-align:center;
margin-bottom:0.4em}

<mobile>
.navi a{
padding:1px;
border:1px solid #e5e0df}
</mobile>

.navi a{
display:inline-block;
*display:inline;
padding:0.2em 1.5em;
border-radius:1.5em 0.3em;
background:#e5e0df;
color:#555555;
font-size:0.8em;
text-decoration:none}
.navi a:hover{background: #e5e0df}
.navi span{display:none}



/* テキストページ用 */
.tmidashi {
    font-size: 16px;
    margin: 0 auto 8px;
    padding: 0 0 5px;
    border-bottom: dashed 1px #ccc;
    font-weight: normal;
}

.wrp {
    max-width:600px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.ttl {
    margin: 25px 15px; 
    position: relative;
    width: 220px;
    box-shadow: 0 0 6px #ccc;
}

.ttl a,.ttl a:hover {
    display: block;
    padding: 0;
    margin: 0;
}

.ttl img {
    width: 220px;
    height: 125px;
    vertical-align: bottom;
}

.text {
    background: rgba(255,255,255,.8);
    position:absolute;
    top: 4.5px;
    color: #555;
    width: 190px;
    line-height: 200%;
    margin: 0;
    padding: 15px;
    text-align: center;
}
</style>