@charset "UTF-8";
a.ico-blank::after {
content: '';
display: inline-block;
width: 1em;
height: 1em;
margin-left: 0.1em;
margin-right: 0.1em;
background-size: contain;
position: relative;
top: .2em; }

* {
box-sizing: border-box; }

*:before,
*:after {
box-sizing: border-box; }

body {
font-family: "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
line-height: 1;
font-size: 14px;
background-color: #fff;
color: #fff;
font-size: 16px;
-webkit-font-smoothing: antialiased; }

.mnt {
	background-color: #e686a6;
  max-width: 70%;
  text-align: center;
  margin: 10% auto ;
  padding: 50px;
}

.mnt--com {
  line-height: 1.5em;
  font-size: 20px;
}

.mnt--name {
  line-height: 1.5em;
}