@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
}

p {
  line-height: 150%;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.icon:before {
  content: '\00bb\0020';
}

.cl-pink {
  color: #e67566;
  font-weight: bold;
}

.content-area {
  min-height: 960px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.h-top {
  min-height: 660px;
}

#main-content {
  background: #ffffff;
}

.mv {
  background-image: url("/image/mv_donuts.jpg");
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h2 {
  font-size: 18px;
  position: relative;
  padding: 10px 0 4px 35px;
  border-bottom: 2px solid #98cfd2;
}

h2:before, h2:after {
  content: "";
  position: absolute;
  margin: auto;
}

h2:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #65c5cd;
  transform: rotate(50deg);
}

h2:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #65c5cd;
  transform: rotate(20deg);
}

.bg-white {
  background: #ffffff;
}

.ds-table {
  display: table;
}

/**===========================
 * HEADER
=========================== */
#header {
  height: 60px;
  padding: 10px 20px;
  background: #e67566;
  border-bottom: solid 2px #ffffff;
}

#footer {
  height: 30px;
  padding-top: 8px;
  text-align: center;
  color: #ffffff;
  background: #e67566;
  border-top: solid 2px #ffffff;
}

#footer a {
  color: #ffffff !important;
}

/**===========================
 * ADJUSTMENT
=========================== */
.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb100 {
  padding-bottom: 100px;
}

.tc {
  text-align: center;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.off {
  display: none;
}
