@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------
 home
---------------------------------------------------------------------- */
.key {
  height: 500px;
  background: url("../img/home/key_bg01.jpg") no-repeat center center;
  background-size: cover;
}
.key .container {
  position: relative;
  height: 100%;  
}
.key .key-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  padding-left: 50px;
}
.key .key-box img {
  display: block;
  max-width: inherit;
}
.key .key-box img.pc-img {
  display: block;
}
.key .key-box img.sp-img {
  display: none;
}
.key .key-box .key-text {
  width: 83%;
}
.key .key-box .key-img {
  margin: 30px 0 0 40px;
  width: 60%;
}
#home .sec01 {
  padding-top: 2.2rem;
}
#home .sec01 img {
  margin: 0 auto;
}
#home .sec02 {
  background: url("../img/home/bg03.png") repeat;
  background-size: contain;
}
.ma-app > li {
  width: calc(100% / 2);
  padding: 0 10px;
  text-align: center;
}
.ma-app > li:nth-last-child(n+3) {
  margin-bottom: 20px;
}
#home .sec04 table li p span {
  border: 1px solid;
  font-size: 80%;
  position: relative;
  left: 4px;
  padding: 0 6px;
  text-align: center;
}
#home .sec05 {
  background: url("../img/home/bg03.png") repeat;
  background-size: contain;
}
#home .sec05 .col-sm-6 {
  margin-bottom: 10px;
}
#home .sec06 .row {
  padding: 10px 0;
  border-top: 1px dashed #ccc;
}
#home .sec06 .row:last-child {
  border-bottom: 1px dashed #ccc;
}
#home .sec08 {
  background: url("../img/home/bg03.png") repeat;
  background-size: contain;
}
#home .sec08 .info_list div[class$="box"] {
	padding: 20px;
}
#home .sec08 .info_list div[class$="box"] + div[class$="box"] {
	margin-top: 20px;
}
#home .sec08 .info_list .info_box {
  background: #fff;
	border-radius: 3px;
}
#home .sec08 .info_list .info_box h4 {
  margin-bottom: 10px;
  letter-spacing: 0.5rem;
}
#home .sec08 .info_list .task.info_box {
	border: 1px solid #7d7d7d;
}
#home .sec08 .info_list .task.info_box h4 {
	color: #000;
}
#home .sec08 .info_list .solution.info_box {
	border: 1px solid #ff6600;
}
#home .sec08 .info_list .solution.info_box h4 {
	color: #ff6600;
}
#home .sec08 .info_list .model.info_box {
	border: 1px solid #2457b2;
}
#home .sec08 .info_list .model.info_box h4 {
	color: #f2457b2;
}
#home .sec08 .info_list .img_box img {
	display: block;
	margin: 0 auto;
}
#home .sec09 .case_list .case_box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#home .sec09 .case_list .case_box + .case_box {
	margin-top: 20px;
}
#home .sec09 .case_list .case_box .case_inner {
  display: flex;
  flex-direction: column;
	padding: 30px 20px 20px;
  background: rgba(255, 255, 255, 0.7);
  width: 80%;
  height: 100%;
}
#home .sec09 .case_list .case_box:nth-child(even) .case_inner {
  margin: 0 auto 0 0;
}
#home .sec09 .case_list .case_box:nth-child(odd) .case_inner {
	margin: 0 auto 0 0;
}
#home .sec09 .case_list .case_box .case_inner p {
	margin: 0 0 20px 20px;
}
#home .sec09 .case_list .case_box .case_inner .btn {
	display: block;
  padding: 5px;
  width: 100%;
  max-width: 280px;
  margin: auto 0 0 auto;
}
#home .sec10 {
  background: url("../img/home/bg03.png") repeat;
  background-size: contain;
}
#home .sec10 .btn {
  display: block;
  padding: 10px;
  max-width: 540px;
  margin: 0 auto;
}
.ma-app > li img {
  margin-bottom: 20px;
}
.ma-app > li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.ma-app > li h3::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #2457b2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ma-app > li ul {
  display: inline-block;
  text-align: left;
}
.sample .slick-slide {
  background: #e6e6e6;
  text-align: center;
  margin: 0 4px;
  padding: 10px 4px;
  position: relative;
  display: table;
}
.sample .inr {
  display: table-cell;
  vertical-align: middle;
}
.sample h3 {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.sample h4 {
  margin-top: 20px;
  font-size: 1.0rem;
  font-weight: normal;
}
.video_wrapper {
  position: relative;
  width: 100%;
}
.video_wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #home .sec01 {
    padding-top: 8.4rem;
  }
  
  #home .sec03 .mb60-mb30 p, #home .sec04 .mb30-mb15 p {
    text-align: center;
  }
  .sample .slick-slide, .sample .col-sm-6 {
    margin: 0 10px;
  }
  .sample h3 {
    font-size: 1.8rem;
  }
  .sample h4 {
    font-size: 1.4rem;
  }
  #home .table01 thead th:first-child {
    width: 14%;
  }
  #home .table01 tbody li {
    width: calc(100% / 3);
    margin: 0 auto;
  }
  #home .table01 tbody li p {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  #home .sec05 .col-sm-6:nth-of-type(2) {
    position: relative;
  }
  #home .sec05 .col-sm-6:nth-of-type(2) .btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
	#home .sec08 .info_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#home .sec08 .info_list div[class$="box"] {
		width: 48%;
	}
	#home .sec08 .info_list div[class$="box"] + div[class$="box"] {
		margin-top: 0;
	}
	#home .sec08 .info_list div[class$="box"]:nth-child(n + 3) {
		margin-top: 30px !important;
	}
	#home .sec08 .info_list .info_box {
		background: #fff;
		border-radius: 3px;
	}
	#home .sec08 .info_list .info_box h4 {
  	margin-bottom: 20px;
	}
  #home .sec09 .case_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #home .sec09 .case_list .case_box {
    width: calc(50% - 20px);
    min-height: 280px;
  }
  #home .sec09 .case_list .case_box + .case_box {
	  margin-top: 0;
  }
  #home .sec09 .case_list .case_box:nth-child(n + 3) {
    margin-top: 40px;
  }
  #home .sec09 .case_list .case_box .case_inner {
    width: 60%;
  }
  #home .sec09 .case_list .case_box:nth-child(even) .case_inner {
    margin: 0 auto 0 0;
  }
  #home .sec09 .case_list .case_box:nth-child(odd) .case_inner {
    margin: 0 0 0 auto;
  }
  #home .sec09 .case_list .case_box .case_inner .btn {
    padding: 10px;
  }
  #home .sec10 .btn {
    padding: 20px;
  }  
  .video-modal .modal-dialog {
    width: 50vw;
    max-width: none;
  }
}
@media (min-width: 667px) {
  .ma-app > li {
    width: calc(100% / 3);
    padding: 0 6px;
  }
  .ma-app > li:nth-child(-n+3) {
    margin-bottom: 70px;
  }
  .ma-app > li:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .key .key-box {
    padding-left: 0;
  }
  .key .key-box img.pc-img {
    display: none;
  }
  .key .key-box img.sp-img {
    display: block;
  }
  .key .key-box .key-text {
    margin: 0 auto;
    padding-right: 13%;
    width: 90%;
  }  
  .key .key-box .key-img {
    margin: 20px auto 0;
    width: 90%;
  }
}
@media (max-width: 640px) {
  .key {
    background: url("../img/home/key_bg02.jpg") no-repeat center center;
  }
}
/* ----------------------------------------------------------------------
 about
---------------------------------------------------------------------- */
#about #anchor04 .square .inr {
  left: 0;
  right: 0;
}
#about #anchor04 .bg-gray02 {
  margin-bottom: 10px;
}
#about #anchor04 .display-5 {
  font-weight: normal;
  line-height: 1.8;
}
#about #anchor04 h4 {
  font-size: 80%;
}
#about #anchor04 h4 span {
  border: 1px solid;
  font-size: 80%;
  position: relative;
  left: -10px;
  top: -1px;
  padding: 0 6px;
  text-align: center;
}
#about #anchor04 .square .inr p {
  font-size: 1.2rem;
  text-align: left;
}
#about #anchor04 .square .inr .line01 {
  margin-left: 3em;
}
#about #anchor04 .square .inr figure {
  display: flex;
  align-items: flex-start;
}
#about #anchor04 .square .inr figure img {
  margin-bottom: 0 !important;
}
#about #anchor04 .square .inr figure figcaption {
  color: #f60;
  text-align: left;
}
#about #anchor04 .square .inr h4 {
  margin-top: 30px;
}
@media (min-width: 667px) {
  #about #iframeYoutube {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  #about #anchor04 h3 {
    font-size: 2.0rem;
  }
  #about #anchor04 h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 666px) {
  #about #anchor04 .square .inr p {
    font-size: .9rem;
  }
  #about #anchor04 .square .inr .line01 {
    margin-left: 0;
  }
  #about #anchor04 .square .inr figure img {
    width: 85%;
  }
  #about #anchor04 .square .inr figure figcaption {
    font-size: .9rem;
  }
}
/* ----------------------------------------------------------------------
 lineup
---------------------------------------------------------------------- */
#lineup .nav-tabs .nav-item {
  width: calc(100% / 3);
}
#lineup .tab-content .col-sm-4 {
  margin-bottom: 20px;
}
#lineup .card .card-body {
  text-align: center;
}
#lineup .tag {
  font-size: 1.2rem;
  background: #2457b2;
  color: #fff;
  padding: 1px 10px;
  position: relative;
  left: -6px;
  top: -2px;
}
#lineup .card-img-top {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
#lineup .card-img-top img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
#lineup .card .card-body .text-muted {
  font-size: 1.4rem;
  color: #2457b2;
  text-align: right;
  display: block;
}
#lineup .card .card-body .text-muted i {
  position: relative;
  top: 8px;
  font-weight: bold;
  font-size: 30px;
}
#lineup .tab-content .border-box02 {
  text-align: center;
}
#lineup .card-text small {
  display: inline-block;
  border: 1px solid;
  font-size: 80%;
  padding: 0 6px 0 5px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 3px;
}
#lineup .card-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#lineup .card-text > span {
  margin-top: 3px;
}
#lineup .card-text em {
  text-align: left;
  font-style: normal;
}
#lineup .sec04 {
  padding-bottom: 0;
}
#lineup .akled_box {
  padding: 2.1rem 0 2.1rem;
}
#lineup .akled_box:last-child {
  padding-bottom: 4.2rem;
}
@media (min-width: 992px) {
  #lineup #features .col-sm-4 a, #lineup #features .col-sm-4 a .card {
    height: 100%;
  }
  #lineup .card .card-body {
    position: relative;
  }
  #lineup .card .card-body .card-text {
    min-height: 100px;
  }
  #lineup #features .col-sm-4 .text-muted {
    position: absolute;
    right: 10px;
    bottom: 0;
    padding-bottom: 10px;
  }
  #lineup #features .border-box02 {
    max-width: 900px;
    margin: 30px auto 0 auto;
    padding: 30px;
  }
  #lineup .akled_box {
    padding: 4.2rem 0 4.2rem;
  }
  #lineup .akled_box:last-child {
    padding-bottom: 8.4rem;
  }
}
/* ----------------------------------------------------------------------
 lineup kkv
---------------------------------------------------------------------- */
/*.kkv .tab-pane[id^="tab"] {
position: relative;
top: -100px;
}*/
/* ----------------------------------------------------------------------
 lineup k-mixer
---------------------------------------------------------------------- */
.k-mixer .sec03 .border-box01 {
  padding: 15px 15px 5px 15px;
}
@media (min-width: 992px) {
  .k-mixer .sec03 .border-box01 {
    padding: 30px 30px 10px 30px;
  }
  .k-mixer .sec03 .border-box01 {
    min-height: 346px;
  }
}
/* ----------------------------------------------------------------------
 case
---------------------------------------------------------------------- */
#case .info_list div[class$="box"] {
	padding: 20px;
}
#case .info_list div[class$="box"] + div[class$="box"] {
	margin-top: 20px;
}
#case .info_list .info_box {
  background: #fff;
	border-radius: 3px;
}
#case .info_list .info_box h4 {
  margin-bottom: 10px;
  letter-spacing: 0.5rem;
}
#case .info_list .task.info_box {
	border: 1px solid #7d7d7d;
}
#case .info_list .task.info_box h4 {
	color: #000;
}
#case .info_list .solution.info_box {
	border: 1px solid #ff6600;
}
#case .info_list .solution.info_box h4 {
	color: #ff6600;
}
#case .test_list {
  position: relative;
}
#case .test_list figure {
  position: relative;
}
#case .test_list figure + figure {
  margin-top: 60px;
}
#case .test_list figure + figure::before {
  content: "";
  position: absolute;
  top: -13%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: 4px solid #2457b2;
  border-right: 4px solid #2457b2;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
#case .test_list figure img {
  display: block;
  margin: 0 auto;
}
#case .test_list figure figcaption {
  font-size: 1.6rem;
  text-align: left;
}
#case .point_list .point_img figure {
  margin-bottom: 15px;
}
#case .point_list .point_img figure img {
  display: block;
  margin: 0 auto;
}
#case .point_list .point_img figure figcaption {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
	#case .info_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#case .info_list div[class$="box"] {
		width: 48%;
	}
	#case .info_list div[class$="box"] + div[class$="box"] {
		margin-top: 0;
	}
	#case .info_list div[class$="box"]:nth-child(n + 3) {
		margin-top: 30px !important;
	}
	#case .info_list .info_box {
		background: #fff;
		border-radius: 3px;
	}
	#case .info_list .info_box h4 {
  	margin-bottom: 20px;
	}
  #case .test_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #case .test_list figure {
    width: calc(50% - 55px);
    margin-top: 0;
  }
  #case .test_list figure + figure {
    margin-top: 0;
  }
  #case .test_list figure + figure::before {
    top: 40%;
    left: -13%;
    width: 40px;
    height: 40px;
    border-top: 5px solid #2457b2;
    border-right: 5px solid #2457b2;
    -webkit-transform: translate(-40%, 13%) rotate(45deg);
    transform: translate(-40%, 13%) rotate(45deg);
  }
  #case .test_list figure img {
    display: block;
    margin: 0 auto;
  }
  #case .test_list figure figcaption {
    font-size: 1.6rem;
    text-align: left;
  }
  #case .point_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #case .point_list .point_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 25px);
  }
  #case .point_list .point_img.center {
    justify-content: center;
  }  
  #case .point_list .point_img figure {
    margin-bottom: 0;
  }
  #case .point_list .point_text {
    width: calc(50% - 25px);
  }  
}
/* ----------------------------------------------------------------------
 lib
---------------------------------------------------------------------- */
#lib .btn-pdf {
  display: block;
  max-width: 540px;
  margin: 0 auto;
  padding: 10px 50px 10px 10px; 
}
@media (min-width: 992px) {
  #lib .btn-pdf {
    padding: 20px 50px; 
  }
}

/* ----------------------------------------------------------------------
 info-agency
---------------------------------------------------------------------- */
#info-agency .nav-tabs .nav-item {
  width: calc(100% / 1);
}
dl.news dt {
  padding: 16px 0 0;
  text-align: left;
}
dl.news dd {
  padding: 0 0 16px;
  border-bottom: 1px dotted #ccc;
}
@media (min-width: 992px) {
  #info-agency .nav-tabs .nav-item {
    width: calc(100% / 3);
  }
  dl.news dt {
    padding: 16px 0;
    border-bottom: 1px dotted #ccc;
    width: 150px;
  }
  dl.news dd {
    padding: 16px 0;
    margin-left: 150px;
  }
}
/* ----------------------------------------------------------------------
 FAQ
---------------------------------------------------------------------- */
dl.faq dt {
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
dl.faq dd {
  display: none;
  padding: 16px;
  font-size: 1.5rem;
}
dl.faq dt + dd + dt {
  margin-top: 10px;
}
dl.faq .lato {
  font-size: 20px;
  color: #006FBC;
  font-weight: bold;
  min-width: 1.6em;
}
dl.faq .txt {
  width: 75%;
}
@media (min-width: 992px) {
  dl.faq dt:hover {
    cursor: pointer;
  }
}
/* ----------------------------------------------------------------------
 pdf_box
---------------------------------------------------------------------- */
@media (min-width: 992px) {
  #TB_window {
    transform: translateY(-50%);
    max-width: 100%;
  }
}
/* ----------------------------------------------------------------------
 contactTable01
---------------------------------------------------------------------- */
.contactTable01 .checkbox {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkbox {
    font-size: 13px;
    letter-spacing: -.5px;
    padding: 3px 0 3px 32px;
  }
}
.contactTable01 .checkbox:before, .checkbox:after {
  content: '';
  position: absolute;
}
.contactTable01 .checkbox:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c9ca;
  border-radius: 3px;
  z-index: 3;
  top: 0;
  left: 0;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkbox:before {
    width: 23px;
    height: 23px;
  }
}
.contactTable01 .checkbox:after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
  display: block;
  top: 8px;
  left: 6px;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkbox:after {
    width: 6px;
    height: 14px;
    left: 9px;
  }
}
.contactTable01 .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 2;
  display: block;
  position: absolute;
  left: -40px;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkbox input[type="checkbox"] {
    width: 23px;
    height: 23px;
  }
}
.contactTable01 .checkbox input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media print, screen and (min-width: 401px) {
  .contactTable01 .checkbox {
    padding-left: 22px;
  }
}
.contactTable01 .checkbox:before {
  border-radius: 0;
}
@media print, screen and (min-width: 401px) {
  .contactTable01 .checkbox:before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}
.contactTable01 .checkbox:after {
  border-right: 2px solid #2952a9;
  border-bottom: 2px solid #2952a9;
}
@media print, screen and (min-width: 401px) {
  .contactTable01 .checkbox:after {
    width: 3px;
    height: 8px;
    top: 10px;
    left: 5px;
    box-sizing: initial;
  }
}
.contactTable01 .reqired {
  font-size: 12px;
  color: #fff;
  padding: 2px 8px 0;
  background: #c00;
}
.contactTable01 .submitBtn01 {
  margin-top: 15px;
}
.contactTable01 .submitBtn01 input {
  font-size: 16px;
  color: #fff;
  width: 300px;
  height: 50px;
  padding-top: 4px;
  background: #2952a9;
  border: 0;
  border-radius: 3px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .contactTable01 .checkbox::after {
    width: 6px;
    height: 9px;
    top: 10px;
    left: 4px;
  }
}
@media screen and (max-width: 400px) {
  .contactTable01 .submitBtn01 input {
    width: 100%;
  }
}
.contactTable01 .submitBtn01 input:hover {
  opacity: 0.8;
}
.contactTable01 .submitBtn01 input:disabled {
  background: #ccc;
  cursor: default;
}
.contactTable01 .submitBtn01 input:disabled:hover {
  opacity: 1;
}
.contactTable01 {
  width: 940px;
  margin: 30px auto 50px;
}
@media screen and (max-width: 1000px) {
  .contactTable01 {
    width: 96%;
  }
}
.contactTable01 input[type="text"], .contactTable01 input[type="email"], .contactTable01 select {
  width: 300px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactTable01 select {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: inner-spin-button;
}
@media screen and (max-width: 767px) {
  .contactTable01 input[type="text"], .contactTable01 input[type="email"] {
    width: 100%;
    height: 35px;
  }
}
.contactTable01 textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  line-height: 1.4;
}
.contactTable01 table {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.6;
}
.contactTable01 th, .contactTable01 td {
  padding: 15px 15px 14px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contactTable01 th, .contactTable01 td {
    width: 100%;
    display: block;
  }
}
.contactTable01 th {
  text-align: left;
  width: 250px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .contactTable01 th {
    width: 100%;
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contactTable01 td {
    padding-bottom: 25px;
    border: 0;
  }
}
.contactTable01 .verticalTop {
  vertical-align: top;
}
.contactTable01 .checkboxArea01 label {
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkboxArea01 label {
    margin-right: 0;
    float: none;
    display: block;
  }
}
.contactTable01 .checkboxArea01 label:nth-child(4n+1) {
  clear: both;
}
.contactTable01 .checkboxArea01 label:nth-child(n+5) {
  margin-top: 8px;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkboxArea01 label:not(:first-child) {
    margin-top: 15px;
  }
}
.contactTable01 .checkboxArea02 label {
  margin-right: 20px;
}
.contactTable01 label {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkboxArea02 label {
    margin-right: 0;
    float: none;
    display: block;
  }
}
.contactTable01 .checkboxArea02 label:last-child {
  clear: both;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkboxArea02 label:not(:first-child) {
    margin-top: 15px;
  }
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01 h3, .contactTable01 .checkboxArea02 .checkboxAreaDetail02 h3 {
  font-weight: bold;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01 h3:before, .contactTable01 .checkboxArea02 .checkboxAreaDetail02 h3:before {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 5px 0 2px;
  display: inline-block;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01 label, .contactTable01 .checkboxArea02 .checkboxAreaDetail02 label {
  margin-top: 8px;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01 label:last-child, .contactTable01 .checkboxArea02 .checkboxAreaDetail02 label:last-child {
  clear: none;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:first-child h3, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:first-child h3 {
  color: #c00;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:first-child h3:before, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:first-child h3:before {
  background: #c00;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:nth-child(2) h3, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:nth-child(2) h3 {
  color: #2457b2;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:nth-child(2) h3:before, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:nth-child(2) h3:before {
  background: #2457b2;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:nth-child(3) h3, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:nth-child(3) h3 {
  color: #ea7500;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:nth-child(3) h3:before, .contactTable01 .checkboxArea02 .checkboxAreaDetail02:nth-child(3) h3:before {
  background: #ea7500;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01:not(:last-child), .contactTable01 .checkboxArea02 .checkboxAreaDetail02:not(:last-child) {
  margin-bottom: 15px;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail01 label:nth-child(3n+1) {
  clear: both;
}
.contactTable01 .checkboxArea02 .checkboxAreaDetail02 label:nth-child(2n+1) {
  clear: both;
}
.contactTable01 .checkboxArea02 input[type="text"] {
  width: 200px;
  height: 25px;
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  .contactTable01 .checkboxArea02 input[type="text"] {
    width: 100%;
    height: 35px;
    margin: 10px 0 0;
  }
}
.contactTable01 .zip01 input[type="text"] {
  width: 100px;
  margin-left: 5px;
}
.contactTable01 .textarea01 {
  line-height: 1.2;
}
.contactTable01 .privacy01 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contactTable01 .privacy01 {
    margin-top: 0;
  }
}
.contactTable01 .privacy01 a {
  text-decoration: underline;
  color: #2952a9;
}
.contactTable01 .submitBtn01 {
  margin-top: 15px;
}
.contactTable01 .submitBtn01 input {
  font-size: 16px;
  color: #fff;
  width: 300px;
  height: 50px;
  padding-top: 4px;
  background: #2952a9;
  border: 0;
  border-radius: 3px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .contactTable01 .submitBtn01 input {
    width: 100%;
  }
}
.contactTable01 .submitBtn01 input:hover {
  opacity: 0.8;
}
.contactTable01 .submitBtn01 input:disabled {
  background: #ccc;
  cursor: default;
}
.contactTable01 .submitBtn01 input:disabled:hover {
  opacity: 1;
}
.contactTable01 .submitBtn02 {
  margin-top: 40px;
}
.submitBtn02 input[type="button"] {
  background: #aaa;
}
@media print, screen and (min-width: 768px) {
  .submitBtn02 input[type="button"] {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .submitBtn02 input[type="button"] {
    margin: 0 auto 15px;
    display: block;
  }
}
.contactTable01 .footerTxt02 {
  color: #999;
  margin-top: 0;
  border: 1px solid #999;
}
.contactTable01 .certification01 {
  width: 750px;
  margin: 0 auto;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.contactTable01 .certification01 p {
  letter-spacing: 0;
  line-height: 1.6;
}
.contactTable01 p {
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .contactTable01 .certification01 {
    width: 100%;
  }
}
.contactTable01 .certification01 .image01 {
  width: 104px;
  line-height: 0;
}
@media screen and (max-width: 360px) {
  .contactTable01 .certification01 .image01 {
    width: 124px;
  }
}
.contactTable01 .certification01 .text01 {
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  .contactTable01 .certification01 .text01 {
    width: 83%;
    margin-top: 6px;
  }
}
@media screen and (max-width: 700px) {
  .contactTable01 .certification01 .text01 {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .contactTable01 .certification01 .text01 {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .contactTable01 .certification01 .text01 {
    font-size: 13px;
    width: 66%;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .contactTable01 .certification01 .text01 {
    font-size: 12px;
    width: 62%;
  }
}
@media screen and (max-width: 360px) {
  .contactTable01 .certification01 .text01 {
    font-size: 11px;
    width: 50%;
  }
}
/* ----------------------------------------------------------------------
 contact
---------------------------------------------------------------------- */
#contact .privacy01 {
  margin-top: 20px;
}
#contact .submitBtn01 {
  text-align: center;
}
#contact .boldText01 {
  font-weight: bold;
}
/* ----------------------------------------------------------------------
demo
---------------------------------------------------------------------- */
.demo .sec04 .headline-02 span {
  background: #f7fafe;
}
.demo .btn-outline-primary:hover {
  background: #2457b2;
}
.demo .btn-outline-primary {
  background: none;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: 15px !important;
}
.demo .headline-02 {
  font-weight: bold;
}
.demo .headline-07 {
  letter-spacing: .2em;
  font-weight: bold;
}
.demo .headline-03 {
  letter-spacing: 0;
  font-weight: bold;
}
.demo #page-top {
  padding-top: 5px !important;
}
@media(max-width:767px) {
  .demo .flow_img {
    width: 100%;
    overflow-x: scroll;
  }
  .demo .flow_img img {
    max-width: 991px !important;
  }
  .demo .flow_img::-webkit-scrollbar {
    width: 12px;
  }
  .demo .flow_img::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  .demo .flow_img::-webkit-scrollbar-thumb {
    background: #3059AC;
    border-radius: 10px;
    box-shadow: none;
  }
}
