@charset "utf-8";

/*!
 * Copyright 2018 名古屋柳城短期大学
 * 
 * # 主な内容
 * - Bootstrap ver4.1.3を独自カスタマイズ
 * - 独自追加したスタイル
 * 
*/


/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/* ============================================================
   # Root
   ============================================================ */

:root {/*CSS変数*/
  --primary: #719c50;
  --secondary: #6c757d;
}




/* ============================================================
   # Content
   ============================================================ */

/* ## Reboot
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;/*基本フォントサイズ（16pxを想定）*/
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  background-color: #fff;/*基本背景色*/
  color: #333;/*基本文字色*/
  font-family: "Yu Gothic", "YuGothic", "Meiryo", sans-serif;/*基本フォントファミリー*/
  font-size: 1rem;/*基本フォントサイズ*/
  font-weight: 500;/*Yu Gothicを使う場合必須*/
  line-height: 1.5;/*基本行高さ*/
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 0 0 1.125rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #719c50;/*リンク文字色*/
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus,a:hover {
  color: #57793e;/*リンク文字色*/
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1.125rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1.125rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  color: #636c72;
  caption-side: bottom;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}

td, th {
  padding: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}



/* ## Typography
   ============================================================ */

/* ### Headings
   ---------------------------------------- */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}



/* ### Lead
   ---------------------------------------- */

.lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}


/* ### hr
   ---------------------------------------- */

hr {
  border: 0;
  /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
  background-image: url("../img/hr.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 29px;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}


/* ### Inline text elements
   ---------------------------------------- */

small,
.small {
  font-size: 80%;
  font-weight: 500;
}

mark,
.mark {
  background-color: #ff0;
  color: #000;
  padding: 0.2em;
}


/* ### Lists
   ---------------------------------------- */

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}



/* ## Images
   ============================================================ */

/* ### Responsive images
   ---------------------------------------- */

.img-fluid {
  height: auto;
  max-width: 100%;
}



/* ## Tables
   ============================================================ */

.table {
  background-color: transparent;
  margin-bottom: 1.5rem;
  width: 100%;
}

.table th,
.table td {
  border-top: 1px solid #ddd;
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table td > p:last-child {
  margin-bottom: 0;
}





/* ============================================================
   # Layout
   ============================================================ */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1005px) {
  .container {
    max-width: 970px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row {/*flexのため、横幅がfullにならないので注意（子要素の幅を100%などにする）*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



/* ## Grid
   ============================================================ */

/* -> responsive-utility.css */


/* ## Media
   ============================================================ */

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}





/* ============================================================
   # Components
   ============================================================ */

/* ## Navs
   ============================================================ */

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  display: block;
  padding: 0.75em 1em;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #666;
}





/* ============================================================
   # Utilities
   ============================================================ */


/* ## Clearfix
   ============================================================ */

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}



/* ## Colors
   ============================================================ */

/* ### Color
   ---------------------------------------- */

.text-pink {
  color: #ff87a3 !important;
}

.text-orange {
  color: #ffb562 !important;
}

.text-green {
  color: #8acf6a !important;
}



/* ## Display property
   ============================================================ */

.center-block {/*old version*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* -> responsive-utility.css */



/* ## Flex
   ============================================================ */

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}


/* ### Justify content
   ---------------------------------------- */

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}


/* ### Align items
   ---------------------------------------- */

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}


/* ### Align content
   ---------------------------------------- */

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}


/* ### Align self
   ---------------------------------------- */

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}


/* ### Responsive variations
   ---------------------------------------- */

/* -> responsive-utility.css */



/* ## Float
   ============================================================ */

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}



/* ## Image replacement
   ============================================================ */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}



/* ## Position
   ============================================================ */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}



/* ## Screenreaders
   ============================================================ */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}



/* ## Sizing
   ============================================================ */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}



/* ## Spacing
   ============================================================ */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* -> responsive-utility.css */



/* ## Spacing（mt-n,mb-n,p-n,,,etc） custom
   ============================================================ */

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.375rem !important;
}

.mb-1 {
  margin-bottom: 0.375rem !important;
}

.mt-2 {
  margin-top: 0.75rem !important;
}

.mb-2 {
  margin-bottom: 0.75rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mt-5 {
  margin-top: 3.75rem !important;
}

.mb-5 {
  margin-bottom: 3.75rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}



/* ## Text
   ============================================================ */

/* ### Text alignment
   ---------------------------------------- */

.text-justify {
  text-align: justify !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* -> responsive-utility.css */


/* ### Text wrapping and overflow
   ---------------------------------------- */

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ### Text transform
   ---------------------------------------- */

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}



/* ## Font weight and italics
   ============================================================ */

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  /*font-weight: 400 !important;*/
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}


/* ### Monospace
   ---------------------------------------- */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}



/* ## Font size, family and decoration
   ============================================================ */

a.underline {
  text-decoration: underline;
}

.font-size-large {
  font-size: 1.25em;
}

.font-size-xlarge {
  font-size: 1.5em;
}

.font-size-xxlarge {
  font-size: 2em;
}

.font-family-mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}



/* ## Vertical alignment
   ============================================================ */

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}



/* ## Visibility
   ============================================================ */

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*! Bootstrapここまで */



/*! ここから独自追加style */

/* ============================================================
   # Content
   ============================================================ */

/*none*/

/* ============================================================
   # Layout
   ============================================================ */

/* ## Grid
   ============================================================ */

/* ### 全幅カラム
   ---------------------------------------- */

.col-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .col-full {
    padding-left: 0;
    padding-right: 0;
  }
}


/* ### 学生時代・卒業後レイアウト
   ---------------------------------------- */

.grid-container_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -15px;/*端のガター幅調整*/
  margin-right: -15px;/*端のガター幅調整*/
}

.grid-item_2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 15px;/*ガター幅*/
  width: calc(100% - 15px * 2);/*shrinkを効かせない代わりに幅をきっちり計算*/
}

@media (min-width: 576px) {
  .grid-container_2 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-item_2 {
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    max-width: calc(100% / 2 - 30px);
  }
}


/* ### Media Object
   ---------------------------------------- */

.media-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -15px;/*端のガター幅調整*/
  margin-right: -15px;/*端のガター幅調整*/
}

.media-item__txt,
.media-item__img {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;/*ガター幅を取るのでshrinkを効かせておく*/
  max-width: 100%;
  margin: 15px;/*ガター幅*/
}

.media-item__img {
  text-align: center;
}

@media (min-width: 1005px) {
  .media-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media-item__img {
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
    max-width: 470px;
  }
  .media-item__txt {
    -ms-flex: 0 1 calc(100% - 470px - 60px);
    flex: 0 1 calc(100% - 470px - 60px);
    max-width: calc(100% - 470px - 60px);
  }
}

.media-container_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;/*端のガター幅調整*/
  margin-right: -10px;/*端のガター幅調整*/
}

.media-item__txt_2,
.media-item__img_2 {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;/*ガター幅を取るのでshrinkを効かせておく*/
  max-width: 100%;
  margin: 10px;/*ガター幅*/
}

.media-item__img_2 {
  text-align: center;
}

@media (min-width: 1005px) {
  .media-container_2 {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .media-item__img_2 {
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    max-width: 250px;
  }
  .media-item__txt_2 {
    -ms-flex: 0 1 calc(100% - 250px - 40px);
    flex: 0 1 calc(100% - 250px - 40px);
    max-width: calc(100% - 250px - 40px);
  }
}





/* ============================================================
   # Components
   ============================================================ */

/* ============================================================
   # Utilities
   ============================================================ */

/* ============================================================
   # Page common
   ============================================================ */

/* ## ヘッダー
   ============================================================ */

.header {
  margin-bottom: 2.25rem;
  width: 100%;
}

@media (min-width: 576px) {
  .header {
    background-image: url("../img/header_bg.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 668px 206px;
    height: 206px;
  }
}

@media (min-width: 768px) {
  .header {
    background-size: 892px 275px;
    height: 275px;
  }
}

@media (min-width: 1005px) {
  .header {
    background-size: 1200px 370px;
    height: 370px;
  }
}


/* ### ヘッダー ロゴ
   ---------------------------------------- */

.header__logo {
  display: block;
  max-width: 210px;/*ロゴ画像の最大表示幅*/
  padding: 6px 15px 0;
  position: absolute;
}

@media (min-width: 576px) {
  .header__logo {
    max-width: calc(419px * (540 / 970));/*ロゴ画像の最大表示幅*/
    padding: 9px 0 0;
  }
}

@media (min-width: 768px) {
  .header__logo {
    max-width: calc(419px * (720 / 970));/*ロゴ画像の最大表示幅*/
    padding: 15px 0 0;
  }
}

@media (min-width: 1005px) {
  .header__logo {
    max-width: 419px;/*ロゴ画像の最大表示幅*/
  }
}

.header__logo:hover,
.header__logo:focus {
  animation: hover-flash 0.3s ease 1;
}
@keyframes hover-flash {
  from {opacity: 1;}
  50% {opacity: 0.7;}
  to {opacity: 1;}
}

.header__visual {
}

@media (min-width: 576px) {
  .header__visual {
    height: calc(370px * (540 / 970));
    width: 540px;
  }
}

@media (min-width: 768px) {
  .header__visual {
    height: calc(370px * (720 / 970));
    width: 720px;
  }
}

@media (min-width: 1005px) {
  .header__visual {
    height: 370px;
    width: 970px;
  }
}



/* ## 見出し
   ============================================================ */

.img-h1 {
  display: none;/*非表示*/
}

@media (min-width: 768px) {
  .img-h1 {
    display: block;/*表示用*/
  }
}

@media (min-width: 768px) {
  .img-h1_sp {
    display: none;/*非表示*/
  }
}


.img-intro {
  display: none;/*非表示*/
}

@media (min-width: 768px) {
  .img-intro {
    display: block;/*表示用*/
  }
}

@media (min-width: 768px) {
  .img-intro_sp {
    display: none;/*非表示*/
  }
}

.heading--q {
  line-height: 1.4;
  margin: 0 0 0.75rem;
  padding: 15px 15px 15px;
  text-align: center;
}

.heading--q::before {
  content: url();
  display: inline-block;
  padding-right: 9px;
  position: relative;
  top: 18px;
}

@media (min-width: 576px) {
  .heading--q::before {
    padding-right: 15px;
  }
}

.heading--q_pink {
  color: #ff87a3;
}

.heading--q_pink::before {
  content: url("../img/q_pink.png");
  transform: scale(0.7);
}

@media (min-width: 576px) {
  .heading--q_pink::before {
    transform: scale(1);
  }
}

.heading--q_green {
  color: #8acf6a;
}

.heading--q_green::before {
  content: url("../img/q_green.png");
  transform: scale(0.7);
}

@media (min-width: 576px) {
  .heading--q_green::before {
    transform: scale(1);
  }
}


.heading--stripe {
  background-image: repeating-linear-gradient(
    -45deg, #ddd, #ddd 4px, #eee 4px, #eee 8px);
  border-radius: 9px;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 1rem;
  padding: 9px 15px 7px;
  text-align: center;
}

.heading--stripe_orange {
  background-image: repeating-linear-gradient(
    -45deg, #ffaa53, #ffaa53 4px, #ffb562 4px, #ffb562 8px);
}

.heading--stripe_pink {
  background-image: repeating-linear-gradient(
    -45deg, #fa8ca7, #fa8ca7 4px, #fb9bb2 4px, #fb9bb2 8px);
}



/* ## 吹き出し
   ============================================================ */

.balloon {
  background-color: #8acf6a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 9px 15px;
  position:relative;
  text-align: center;
}

.balloon::after {
  border: 20px solid transparent;
  border-top: 20px solid #8acf6a;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
  left: calc(50% - 20px);
  position: absolute;
  width: 0;
}



/* ## フッター
   ============================================================ */

.footer {
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 260px) bottom;
  min-height: 331px;
  height: auto !important;
  height: 331px;
  padding: 1.5rem 0 0;
  padding-top: 190px;
  width: 100%;
}


/* ### フッター ロゴ
   ---------------------------------------- */

.footer__logo {
  display: block;
  margin-bottom: 0.75rem;
  max-width: 241px;/*ロゴ画像の最大表示幅*/
}

.footer__logo:hover,
.footer__logo:focus {
  animation: hover-flash 0.3s ease 1;
}
@keyframes hover-flash {
  from {opacity: 1;}
  50% {opacity: 0.7;}
  to {opacity: 1;}
}


/* ### フッター 住所
   ---------------------------------------- */

.footer__address {
  color: #034a3b;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1),/*白＋白*/
    0px 0px 4px rgba(255, 255, 255, 1);
}


/* ### コピーライト
   ---------------------------------------- */

.copyright__fluid {
  background-color: #034a3b;
  color: #fff;
  padding: 0.75rem;
  width: 100%;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}



/* ## ページの先頭に戻るボタン
   ============================================================ */

.gotop {
  position: fixed;
  z-index: 10;
    right: 1.5rem;
    bottom: 1.5rem;
}
.gotop a {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #719c50;
  border: solid 2px var(--primary);
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
  color: #719c50;
  color: var(--primary);
  display: inline-block;
  font-size: 16px;
  height: 48px;
  padding-top: 9px;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease 0s;
  width: 48px;
}

.gotop a:hover,
.gotop a:focus {
  padding-top: 6px;
}
