@charset "utf-8";

.sp-store,
.sp-view {
	display: none;
}

.pc-view {
	display: block;
}

br.cd_sp_only {
	display: none;
}

body {
	background-color: #f8faec;
	overflow-y:auto;
    -ms-overflow-style:none;
	visibility: hidden;
}

body, input, button, textarea, select, p, span, a {
	font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
}

body {
	overflow-y:auto;
    -ms-overflow-style:none;
}

.cont-wrap {
	display: flex;
}

/* ---------------------------------------------------------------------------------------------- */
/* シンプルヘッダー                                                                               */
/* -----------------------------------------------------------------------------------------------*/
header#simple_header {
  height: 75px;
}
header#simple_header .bar {
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  background: #ffffff;
  border-bottom: 3px solid #a7b45a;
  position: fixed;
  left: 0;
  top: 0;
}
header#simple_header .bar .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 17px;
}
header#simple_header .bar .inner a img {
  width: 209px;
  height: 40.05px;
}

/* ---------------------------------------------------------------------------------------------- */
/* 事例完全版のPDFをダウンロード:A                                                                */
/* -----------------------------------------------------------------------------------------------*/
#cmd_jirei_complate_pdf_download_a {
  margin-top: 27px;
  padding-bottom: 11px;
}
#cmd_jirei_complate_pdf_download_a a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 370px;
  height: 60px;
  margin: 0 auto;
  background: #ff9300;
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */
/* 事例完全版のPDFをダウンロード:B                                                                */
/* -----------------------------------------------------------------------------------------------*/
.cmd_jirei_complate_pdf_download_b {
  margin-top: 30px;
  padding-bottom: 40px;
}
.cmd_jirei_complate_pdf_download_b.top_margin_wide {
  margin-top: 50px;
}
.cmd_jirei_complate_pdf_download_b.top_margin_short {
  margin-top: 15px;
}
.cmd_jirei_complate_pdf_download_b.top_margin_zero {
  margin-top: 0;
}
.cmd_jirei_complate_pdf_download_b.bottom_padding_short {
  padding-bottom: 10px;
}
.cmd_jirei_complate_pdf_download_b.bottom_padding_zero {
  padding-bottom: 0;
}
.cmd_jirei_complate_pdf_download_b > div:nth-child(1) p {
  text-align: center !important;
  color: #424242 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}
.cmd_jirei_complate_pdf_download_b > div:nth-child(2) {
  margin-top: 8px;
}
.cmd_jirei_complate_pdf_download_b > div:nth-child(2) a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 370px;
  height: 60px;
  margin: 0 auto;
  background: #ff9300;
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}


