@charset "utf-8";
/* print
------------------------------*/
@media print {
	/*
	
	*{
		-webkit-print-color-adjust: exact;
	}
	
	*/
	body{
		overflow-y: visible;
		overflow-x: visible;
	}
  .burger--wrap,
	.h--keyv,
	.l--footer {
		display: none;
	}
	

  .scroll-caution {
		display: none;
	}
	main {
		margin-top: 0;
	}
  .h--section {
    display: block;
    opacity: 1.0;
    margin: 0;
  }
  .h--section-photo {
    display: block;
    opacity: 1.0;
  }
  .h--sectionB {
    display: block;
    opacity: 1.0;
  }
  .h--sectionB-photo {
    display: block;
    opacity: 1.0;
  }
  .slideLeftAni {
    display: block;
    opacity: 1.0;
  }
  .slideRightAni {
    display: block;
    opacity: 1.0;
  }
  .cmn--button01 {
    display: none !important;
  }
  .cmn--button02 {
    display: none !important;
  }
  .h--section__inner {
    display: block;
  }
  .h--sectionB__inner {
    display: block;
  }
  .h--section-photo {
    width: 50%;
    padding: 0;
    margin: 0 auto 20px;
  }
  .h--sectionB-photo {
    width: 50%;
    padding: 0;
    margin: 0 auto 20px;
  }
  .h--sectionB-contents {
    width: auto;
    margin: 0 0 15px;
  }
  .h--section-contents {
    width: auto;
    margin: 0 0 15px;
  }
  .h--section-text {
    width: auto;
  }
  .h--section-titleEn {
    font-size: 2.6rem;
  }
  .h--section-titleEn br {
    display: none;
  }
  .h--sectionB-title span {
    font-size: 2.6rem;
    color: #000;
  }
  .h--sectionB-text {
    color: #000;
  }
  .l--topicpath {
    display: none;
  }
  .second--main-title {
    color: #FFF;
  }
}