@charset "UTF-8";
/*　変数設定のみを行う
**************************/
/*　基本設定
**************************/
body {
  background-color: #ffffff;
  color: #222222;
  font-family: Verdana, Roboto, "Droid Sans", " 游ゴシック", YuGothic, " メイリオ", Meiryo, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }
  body * {
    line-height: 1.6; }
  body p {
    word-wrap: break-word; }
  body a {
    color: #222222;
    cursor: pointer; }
    body a:hover {
      color: #222222 !important;
      text-decoration: none !important; }
  body a:hover img {
    cursor: pointer;
    opacity: 0.8; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0; }
  body dt {
    font-weight: normal; }

.m_btn_ora10:hover, .m_btn_ora10:active, .m_btn_ora10:visited {
  color: #fff !important; }

label {
  font-weight: normal !important; }

/*　@mixin
**************************/
/*　テンプレート共通
**************************/
footer {
  font-size: 14px; }
  footer a {
    color: #222; }

.breadcrumb {
  margin: 0 !important; }

/*　画像
**************************/
img {
  max-width: 100%; }

/*　テキスト
**************************/
.text-sm {
  font-size: 12px; }

.text-memo {
  color: #626262; }

.text-emphasis {
  font-weight: bold; }

/*　リスト
**************************/
ul {
  padding: 0; }

ul.notice {
  margin-bottom: 0; }
  ul.notice li {
    color: #626262;
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    ul.notice li:before {
      content: '※';
      margin-right: 5px; }

/*　ボタン
**************************/
.btn {
  border-radius: 2px;
  white-space: normal; }

.btn-md {
  height: auto;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px; }

.btn-normal {
  background: #fa6218;
  border: none;
  box-shadow: 0 4px 0 0 #c8580d;
  color: #fff; }
  .btn-normal:hover, .btn-normal:active {
    background: #e0630f;
    color: #fff !important; }

.sns-wrap {
  padding: 0 4% 30px; }

.sns-btn {
  border-collapse: separate;
  border-spacing: 20px 0;
  display: table;
  height: 40px;
  margin: 0 auto 15px;
  padding: 0; }
  .sns-btn li {
    display: table-cell;
    vertical-align: top; }
    .sns-btn li .wrap-twitter-icon, .sns-btn li .wrap-line-icon {
      border-radius: 2px;
      display: block; }
    .sns-btn li .wrap-twitter-icon {
      background: #1DA1F2; }
    .sns-btn li .wrap-line-icon {
      background: #00b900; }

.bg-paper {
  background-image: url(/images/lp/user/campaign/2021/graduate/img_paper.jpg); }

.bc-01 {
  background-color: #f3f1ed; }

.tc-01 {
  color: #222d27; }

.tc-02 {
  color: #ce5051; }

.example {
  left: 15%;
  top: 0;
  z-index: -1; }

.ic-01 {
  fill: #d67671; }

.ic-02 {
  fill: #ce5051; }

.photo {
  box-shadow: 3px 3px #d7cfc2; }

.tb-01 {
  border: 1px solid #222d27; }

.tb-b-01 {
  border-bottom: 1px solid #222d27; }

.tape {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.underline {
  background: linear-gradient(transparent 60%, #dfb3b3 60%); }

.dot {
  color: #d67671; }
  .dot span {
    color: #222; }

ul.notice {
  padding: 0; }

.search-btn {
  background-image: none;
  background-color: #e8e8e8;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #767676;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 8px 16px;
  text-decoration: none;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 80%; }

.click_bar {
  background-color: rgba(0, 0, 0, 0.6); }

.btn-layout {
  background: #ec6d65;
  border: 1px solid #ec6d65;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .btn-layout a {
    color: #fff; }
  .btn-layout:hover {
    background: #fff;
    border: 1px solid #ec6d65;
    color: #ec6d65;
    cursor: pointer;
    text-decoration: none; }
    .btn-layout:hover a {
      color: #ec6d65; }

.acd-check {
  display: none; }

.acd-label {
  background: #fff;
  color: #222;
  display: block;
  padding: 10px;
  position: relative; }

.acd-content {
  border: 1px solid #333;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden; }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.acd-check:checked + .acd-label .tf-180 {
  transform: rotate(180deg); }

.voice-wrap {
  position: relative; }

.voice-wrap *, .voice-wrap *:before, .voice-wrap *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.voice-wrap label {
  background: #f3f1ed;
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; }

.voice-wrap input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */ }

.voice-wrap label:after {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  bottom: 0;
  content: 'もっとみる';
  font-weight: normal;
  left: 50%;
  padding: 5px 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2; }

.voice-wrap input {
  display: none; }

.voice-wrap .voice-content {
  height: 120px;
  overflow: hidden;
  transition: all 0.5s;
  white-space: normal; }

.voice-wrap input:checked + label:after {
  content: '閉じる'; }

.voice-wrap input:checked ~ .voice-content {
  height: auto;
  padding-bottom: 50px;
  transition: all 0.5s; }
