@charset "UTF-8";

/*----------------------------------------
	全体
----------------------------------------*/

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  min-height: 100vh;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

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

a,
a:link {
  color: #1e3a8a;
  text-decoration: none;
}

a:hover {
  color: #9f1718;
}

a:visited {
  color: #1e3a8a;
}

img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

a img:hover {
  opacity: 0.7;
  transition: 0.5s;
}

div,
a,
p,
img {
  min-height: 0%; /* IE11設定 */
}

/*----------------------------------------
	main
----------------------------------------*/

main {
  flex: 1;
  display: block;
}

/*----------------------------------------
	section
----------------------------------------*/

section {
  width: 100%;
}

/*----------------------------------------
	page
----------------------------------------*/

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page_inner {
  width: 90%;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

/*----------------------------------------
	headline
----------------------------------------*/

.page h3 {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  border: none;
  margin: 0 0 40px;
  padding: 0 0;
  width: 100%;
}

.page h3:after {
  content: none;
}

.page h4 {
  font-size: 25px;
  display: inline-block;
  background: none;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
}

.page h5 {
  font-size: 18px;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
}

/*----------------------------------------
	main_v
----------------------------------------*/

.main_v {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/*----------------------------------------
	content
----------------------------------------*/

/*申し込み方法*/
.apply_box,
.privacy_box {
  background: #f7f9f9;
  padding: 80px 0;
}

.privacy_box {
  padding: 40px 0;
}

.apply_box p span,
.privacy_box p {
  font-size: 18px;
  line-height: 2;
  color: #555;
}

/*活用事例*/
.case_box {
  /*background: url(../img/top_bg.svg);*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 66.666%;
  background-color: #cfe5e4;
  padding: 80px 0;
}

.case_box h4 {
  font-weight: bold;
  color: #00a469;
  margin: 0 0 20px;
}

.case_box p {
  font-size: 18px;
  width: 100%;
}

.case_box .date {
  color: #f5461f;
  margin: 20px 0 0;
}

.case_box .sub {
  color: #00a469;
  display: inline-block;
  width: 100%;
}

.case_box .imgsd {
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
}

.case_box.case02 {
  background-color: #e5e3a9;
}

.case_box.case02 .sub,
.case_box.case02 h4 {
  color: #16a400;
}

/*申し込み終了*/
.soldout .date{
text-decoration: line-through;
}

/*----------------------------------------
cap
----------------------------------------*/

.cap {
  position: relative;
  top: -20px;
  right: 0 !important;
  font-size: 10px !important;
  margin-bottom: -13px;
  padding: 0 5px;
  letter-spacing: 0 !important;
}

/*----------------------------------------
	ボタン
----------------------------------------*/

.gmap_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 0;
}

.gmap_btn a {
  color: #2a614d;
  display: block;
  padding: 0 80px;
  font-size: 15px;
  transition: all 0.5s ease 0s;
}

.gmap_btn a:hover {
  color: #2a614d;
  opacity: 0.7;
  text-decoration: underline;
}

.case_box.case02 .gmap_btn a:hover,
.case_box.case02 .gmap_btn a {
  color: #58612a;
}

.apply_btn {
  display: flex;
  margin: 40px 0 0;
}

.apply_btn a {
  background-color: #319292;
  color: #fff;
  padding: 15px 80px;
  letter-spacing: 0;
  font-size: 16px;
  display: block;
  transition: all 0.5s ease 0s;
}

.linkno,
.apply_btn a:hover {
  color: #fff;
  opacity: 0.7;
}

.linkno{
  pointer-events: none;
}
.cap_CL {
  color: #f5461f !important;
}

/*----------------------------------------
	footer
----------------------------------------*/

footer h3 {
  padding: 0;
  border: none;
}

footer h3::after {
  content: none;
}

.footer {
  background-color: #827c75;
  color: #fff;
  padding: 40px 0 10px;
  width: 100%;
}

.footer_container {
  max-width: 1280px;
  width: 100%;
  width: 90%;
  margin: 0 auto;
}

.footer_col_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_col {
  display: flex;
  flex-direction: column;
}

h3.footer_link_title {
  margin: 0 0 15px;
}

.footer_link {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_link li {
  color: #fff;
  text-decoration: none;
  margin: 0 0 8px;
}

.footer_contact_btn {
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  transition: 0.5s;
}

.footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-top: 40px;
}

.footer_copyright p {
  margin: 0;
}

.footer_logo {
  max-width: 240px;
  width: 90%;
}

/*----------------------------------------
	pc/sp
----------------------------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}
