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

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

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style-type: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.6;
  background: #fff6e0;
  color: #000;
}

a {
  color: #4c2508;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

p, ul, dl {
  font-size: 16px;
  font-size: 1.6rem;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

dt {
  font-weight: bold;
}

header {
  background: #fff;
  padding: 25px 0;
}

header .inner {
  padding: 0;
}

header h1 {
  line-height: 0;
}

header h1 img {
  width: 118px;
}

nav >:last-child {
  margin-bottom: 0;
}

footer {
  background: #fff;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
}

footer .logo {
  margin-bottom: 0;
}

footer .logo img {
  width: 118px;
  vertical-align: middle;
}

footer small {
  display: block;
  margin: 7px 0 0;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 0;
}

.row {
  margin-right: -20px;
  margin-bottom: 35px;
}

.col-md-6 {
  width: 50%;
}

.col-md-4 {
  width: 33.333333%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  min-height: 1px;
  margin-right: 20px;
  margin-top: 20px;
}

.col-md-3 {
  width: 280px;
  margin-top: 0;
}

.col-md-6 >:last-child {
  margin-bottom: 0;
}


.contents {
  margin: 0;
}

.inner>:last-child {
  margin-bottom: 0;
}

.contents-header {
  background: #ffd200;
  margin: 0 0 40px;
  padding: 40px 0;
}

.inner {
  width: 960px;
  margin: auto;
}

.section {
  margin-bottom: 40px;
  padding: 0 40px;
}

.section .inner {
  padding: 27px 36px 36px;
  background: #fff;
  border: 4px solid #f0f0f0;
}

p {
  margin-bottom: 20px;
}

.jumbotron {
  text-align: center;
  min-width: 1014px;
  background: #fff6e0 url(../img/tsuji/bg_main.jpg) center top no-repeat;
}

.lead {
  margin-bottom: 35px;
}

.lead-02 {
  margin: 0 -40px 35px;
  text-align: center;
}

.img-adjust {
  margin-bottom: 30px;
}

.def dt {
  margin-bottom: 5px;
  color: #00a73c;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.def dd {
  margin-bottom: 20px;
}

.media {
  margin-bottom: 35px;
}

.panel .panel-title {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel .panel-body {
  background: #fff;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.panel.theme-01 .panel-title {
  background-color: #6BBE66;
}

.panel.theme-01 .panel-body {
  color: #6BBE66;
}

.panel.theme-02 .panel-title {
  background-color: #4e85c5;
}

.panel.theme-02 .panel-body {
  color: #4e85c5;
}

.panel.theme-03 .panel-title {
  background-color: #9f67aa;
}

.panel.theme-03 .panel-body {
  color: #9f67aa;
}

.panel.theme-04 .panel-title {
  background-color: #f3717a;
}

.panel.theme-04 .panel-body {
  color: #f3717a;
}

.panel-02 .panel-title {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.panel-02 .panel-body {
  font-size: 14px;
  font-size: 1.4rem;
}

.panel-02 .panel-body .text {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
}

.panel-02.theme-01 .panel-title {
  background: #f79348;
}

.panel-02.theme-01 .text {
  min-height: 130px;
}

.panel-02.theme-02 .panel-title {
  background: #f3717a;
}

.panel-02.theme-02 .text {
  min-height: 155px;
}


.panel-03 {
  padding: 15px 20px;
  background: url(../img/fukushi/bg-panel.png) repeat left top;
}

.panel-03 .panel-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  color: #f15940;
  min-height: 56px;
  line-height: 1.4;
}

.panel-03 .img {
  margin-bottom: 15px;
}

.panel-03 .text {
  margin-bottom: 0;
  min-height: 255px;
}

.col-md-6 .def >:last-child {
  margin-bottom: 0;
}

.color {
  color: #f79348;
}

.color-02 {
  color: #6bbe66;
}

.hdg-l2-01 {
  margin: 0;
}

.hdg-l3 {
  position: relative;
  margin: 0 -46px 30px;
  padding: 30px 0;
  background: #ffd200;
  text-align: center;
  z-index: 10;
}

.hdg-l3:before,
.hdg-l3:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: " ";
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #e2b500;
  z-index: 0;
}

.hdg-l3:after {
  left: auto;
  right: 0;
  border-width: 0 0 10px 10px;
  border-right-color: transparent;
  border-left-color: #e2b500;
}

.headline {
  margin-bottom: 30px;
  color: #e77d0d;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}

.hdg-l2-02 {
  margin-bottom: 40px;
  text-align: center;
}

.hdg-l2-03 {
  padding: 50px 0;
  text-align: center;
}

.hdg-l2-04 {
  margin-bottom: 60px;
  text-align: center;
}

.hdg-l2-05 {
  margin-bottom: 32px;
  text-align: center;
}

.hdg-l2-05 {
  margin-bottom: 35px;
  text-align: center;
}

.hdg-l3-01 {
  margin-bottom: 25px;
  text-align: center;
}

.hdg-l3-02 {
  color: #00a73c;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
}



.hdg-l4-01 {
  margin-bottom: 3px;
  color: #f04872;
  font-size: 18px;
  font-size: 1.8rem;
}

.section >:last-child {
  margin-bottom: 0;
}

.curriculum-list .col-md-3 {
  padding: 20px;
  background: #ffeff3;
}

.curriculum-list h4,
.event h4 {
  color: #f04872;
  font-size: 20px;
  font-size: 2rem;
}

.curriculum-img {
  margin: -20px -20px 20px;
}

.event {
  padding: 20px 20px 0 0;
  background: #ffeff3;
  overflow: hidden;
}

.event-img {
  float: left;
  margin: -20px 20px 0 0;
}

.jobdata {
  margin-right: 0;
  padding: 30px;
  background: #ffeff3;
  overflow: hidden;
}

.jobdata .col-md-2 {
  width: 400px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #594b41;
  text-align: center;
}

.jobdata .col-md-2:first-child {
  margin-right: 20px;
}

.jobdata .col-md-2:first-child img {
  margin-bottom: 30px;
}

.voice {
  width: 960px;
  margin: 0 auto 40px;
  padding: 6px;
  border: 4px solid #e6ce00;
  background: #fff;
}

.voice .inner {
  width: auto;
  padding: 28px;
  border: 2px solid #e6ce00;
}

.voice .col-md-6 {
  width: 420px;
  margin: 0 40px 0 0;
}

.voice .col-md-6:last-child {
  margin-right: 0;
}

.voice .col-md-6 h4 {
  margin-bottom: 20px;
  color: #e77d0d;
  font-size: 20px;
  font-size: 2rem;
}

.voice p {
  font-size: 14px;
  font-size: 1.4rem;
}

.voice-text {
  margin: 15px 0 30px;
}

.voice-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.contact-section {
  padding-bottom: 50px;
  background: #4c2508;
}

.contact-title {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  background: #ffd200;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #4c2508;
}

.contact-title:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -5px;
  content: " ";
  border: 10px solid transparent;
  border-top-color: #ffd200;
}

.contact-section .col-md-6 {
  width: 460px;
  margin-right: 40px;
}

.contact-section .col-md-6:last-child {
  margin: 0;
}

.nav-02 {
  border: 1px solid #e9e7d2;
  border-bottom: 0;
  background: #fff;
}

.nav-02 li {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e9e7d2;
}

.nav-02 li:after {
  position: absolute;
  content: " ";
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 9px;
  background: url(../img/tsuji/link_icon_02.png) left center no-repeat;
  background-size: 6px 9px;
}

.nav {
  padding: 30px 168px 25px;
  border: 4px solid #4c2508;
  border-top: 0;
  background: #fff;
}

.nav li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  padding-left: 7px;
}


.nav li:before {
  content: "";
  display: inline-block;
  background: url("../img/tsuji/link_icon.png") no-repeat left center;
  background-size: 9px 6px;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}

.small {
  font-size: 14px;
  font-size: 1.4rem;
}

.ac {
  text-align: center;
}

.row:after, .row:before, .contents:after, .contents:before, .list:after, .list:before {
    display: table;
    content: " ";
}

.row:after, .contents:after, .list:after {
    clear: both;
}

.sp {
  display: none !important;
}

@media (min-width: 640px) {
  .col-md-6:nth-child(-n+2) {
    margin-top: 0;
  }
 .col-md-6:nth-child(2n+1) {
   clear: both;
 }
}

@media (max-width: 640px) {

  p, ul, dl {
    font-size: 12px;
    font-size: 1.2rem;
  }

  p {
    margin-bottom: 15px;
  }

  header {
    background: #fff;
    padding: 7px 10px 10px;
  }

  footer {
    padding: 6px 0;
  }

  footer .logo {
    margin-bottom: 0;
    text-align: center;
  }

  footer .logo img {
    margin: auto;
  }

  footer small {
    margin-top: 0;
  }

  img {
    display: block;
  }

  .row {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 10px;
  }

  .row >:first-child {
    margin-top: 0;
  }

  .row.type-03 .col-md-6 {
    margin-top: 15px;
  }

  p {
    margin-bottom: 20px;
  }

  .jumbotron {
    min-width: 0;
    margin-bottom: 10px;
  }

  .img-adjust {
    margin: 0 auto 15px;
    width: 70%;
  }

  .col-sp-6 {
    width: 48.333333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .col-sp-6:nth-child(2n+1) {
    clear: both;
  }

  .col-sp-6:nth-child(2n) {
    float: right;
  }

  .contents-header {
    margin: 0 0 20px;
    padding: 10px 10px 20px;
  }
  .inner {
    width: 100%;
  }
  .section {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .section .inner {
    padding: 13px 10px 10px;
    background: #fff;
    border: 2px solid #f0f0f0;
  }

  .headline {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lead {
    margin: 20px;
  }

  .lead-02 {
    margin: 0 20px;
  }

  .hdg-l2-02 {
    margin: 20px 0;
  }
  .hdg-l2-02 img {
    display: inline-block;
  }
  .hdg-l3 {
    position: relative;
    margin: 0 -15px 20px;
    padding: 15px 10px;
  }

  .hdg-l3:before,
  .hdg-l3:after {
    bottom: -5px;
    border-width: 0 5px 5px 0;
  }

  .hdg-l3:after {
    border-width: 0 0 5px 5px;
  }

  .hdg-l2-03 {
    padding: 20px;
  }
  .curriculum-list .col-md-3 {
    padding: 10px;
    background: #ffeff3;
  }

  .curriculum-list h4,
  .event h4 {
    color: #f04872;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .curriculum-img {
    float: right;
    width: 50%;
    margin: 0 0 10px 15px;
  }

  .event {
    padding: 10px;
    background: #ffeff3;
    overflow: hidden;
  }

  .event-img {
    float: right;
    width: 50%;
    margin: 0 0 10px 10px;
  }

  .jobdata {
    margin-right: 0;
    padding: 10px;
    background: #ffeff3;
    overflow: hidden;
  }

  .jobdata .col-md-2 {
    width: auto;
    margin: 0;
    font-size: 10px;
    font-size: 1rem;
  }

  .jobdata .col-md-2:first-child {
    margin: 0 0 30px;
  }

  .jobdata .col-md-2:first-child img {
    margin-bottom: 10px;
  }

  .voice {
    width: auto;
    margin: 0 10px 20px;
    padding: 3px;
    border-width: 2px;
  }

  .voice .inner {
    width: auto;
    padding: 4px;
    border-width: 1px;
  }
  .voice .col-md-6 {
    width: auto;
    margin: 0 0 10px;
  }
  .voice-text {
    margin: 8px 0 15px;
  }

  .voice p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .voice-name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .contact-section {
    padding: 0 10px 20px;
  }
  .contact-section .col-md-6 {
    width: auto;
    margin: 0 0 20px;
  }

  .contact-title {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nav {
    padding: 0;
    border-width: 3px;
  }

  .nav a {
    display: block;
    padding: 10px 10px 10px 20px;
    border: 1px solid #f0f0f0;
    position: relative;
  }
  .nav li:before {
    left: 10px;
  }

  .small {
    font-size: 10px;
    font-size: 1.0rem;
  }

  .media {
    margin-bottom: 20px;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
