@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xzxaxg');
  src:  url('fonts/icomoon.eot?xzxaxg#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?xzxaxg') format('truetype'),
        url('fonts/icomoon.woff?xzxaxg') format('woff'),
        url('fonts/icomoon.svg?xzxaxg#icomoon') format('svg');
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' /*!important*/;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  /* ▼ スマホ横にしても文字が大きくならない */
  -moz-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #444;
  font-family: 'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow: hidden;
}
img {
  max-width:100%;
  height: auto;
}
a {
  color: #5DBAF0;
  text-decoration: none;
  transition: .2s ease-in-out;
}
a:hover {
  color: #F2E8DF;
}
.clearfix::after {
  display: block;
  clear: both;
  content: " ";
}
.wrap {
  width: 100%;
  height: 100%;
}

.memoInner { padding:0; }
.memoInner dl {
  letter-spacing : 0.1rem;
  border-bottom: 1px dotted #eee;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.memoInner dl dt {
  padding: 0 0 1.5rem 0;
  line-height: 1.7;
  letter-spacing: 0.15rem;
  font-size: 1.3rem;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  text-align-last: left;
  font-feature-settings: "palt";
}
.memoInner dl dd {
  width: 100%;
  position: relative;
  padding: 0 0 5px 0;
  font-size: 1.2rem;
  color: #9e9e9e;
  text-align: right;
}
.memoInner dl dd a::before {
  font-family: 'icomoon';
  font-size: 1rem;
  content: "\e902";
  color: #9e9e9e;
}
/*画像ポップアップ無効*/
.embeddedimage { pointer-events: none; }
/*youtube*/
.embeddedmovie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1rem 0;
}
/*footer*/
footer {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
  font-weight: 300;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  text-align: right;
}
/*絵文字*/
.cemoji img{ width: auto; height: auto; max-height:1.5rem; vertical-align: -0.3rem; padding-left:.2rem; }