@charset "UTF-8";
.blockquote, .header .nav-item-child, .link, a, body, em, h1, h2, h3, h4, h5, h6, li, li a, p, span {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.carousel-title {
    font-size: 40px;
}
h1.carousel-title, h2.carousel-title, li.nav-item>a.nav-item-child {
	font-family: Hind,sans-serif;
}
p {
	font-size: 14px;
    color: #f5f5f5;
}
p.copyright {
	margin-top: 1em;
	margin-bottom: 0;
}
.contents p {
	color: #555;
}
.content-lg2 {
    padding-top: 0;
    padding-bottom: 200px;
}
.message img {
	width: 100%;
	hight: auto;
}
.profile dt {
	color: #2196f3;
	font-weight: normal;
}
p.name {
	padding-top: 2em;
	text-align: right;
}
.footer {
    background: url(../img/03.jpg) center center no-repeat;
}




/* add lifecrew */
#lc-add-content01 ul {
  padding: 0;
  margin: auto;
  margin-bottom: 20px;
}
#lc-add-content01 ul li {
  background: url("../img/lc-add-bg001.jpg") no-repeat left center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  list-style: none;
  padding-left: 30px;
}
#lc-add-content01 .txt001 {
  font-size: 16px;
}
#lc-add-content01 .photo {
  max-width: 500px;
  margin: auto;
}
#lc-add-content01 .txt002 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}
#lc-add-content01 .txt002 a {
  text-decoration: underline;
}


/* お問い合わせform */
#lc-add-mailform {
  width: 80%;
  margin: auto;
}
#lc-add-mailform table {
  width: 100%;
  border-collapse: collapse;
}
#lc-add-mailform table tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#lc-add-mailform table th {
  width: 20%;
  min-width: 220px;
}
#lc-add-mailform table th,
#lc-add-mailform table td {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
}
#lc-add-mailform table td input,
#lc-add-mailform table td textarea {
  width: 90%;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 8px;
}
#lc-add-mailform table .need {
  background: #DDD;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  padding: 2px 8px;
  margin-left: 15px;
}
#lc-add-mailform .btn {
  width: 100%;
  margin: 30px auto auto auto;
}
#lc-add-mailform .btn input {
  font-size: 14px;
  padding: 10px 80px;
}





.al-c {
  text-align: center;
}





@media only screen and (max-width:767px) {
  #lc-add-content01 ul li {
    background: url("../img/lc-add-bg001.jpg") no-repeat left 10px;
    font-size: 16px;
    padding-left: 20px;
  }
  #lc-add-content01 .txt001 {
    font-size: 15px;
  }
  #lc-add-content01 .txt002 {
    font-size: 15px;
    text-align: left;
  }
  
  
  /* お問い合わせform */
  #lc-add-mailform {
    width: 100%;
  }
  #lc-add-mailform table th {
    width: 25%;
    min-width: auto;
    text-align: center;
  }
  #lc-add-mailform table th,
  #lc-add-mailform table td {
    font-size: 13px;
    padding: 20px 8px;
  }
  #lc-add-mailform table td input,
  #lc-add-mailform table td textarea {
    background: #FFF;
    width: 100%;
  }
  #lc-add-mailform table .need {
    display: block;
    width: 100%;
    font-size: 11px;
    padding: 2px 0;
    margin: 3px auto auto auto;
  }
  #lc-add-mailform .btn {
    width: 100%;
    margin: 30px auto auto auto;
  }
  #lc-add-mailform .btn input {
    font-size: 14px;
    padding: 10px 80px;
  }
}







