@charset "utf-8";
/* CSS Document */
.pc_contents {
	display: block!important;
}.sp_contents {
	display: none!important;
}
body{
	position: relative;
	font-family: 'Noto Sans JP' ,-apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 1.5em;
    margin: 0.7em 0 0.4em;
}
/*---------------------------------------------------
modal
----------------------------------------------------*/
.containar {
  z-index: 1000;
}
#modal {
  width: 100%;
	height: 100%;
  padding: 0 0;
  position: fixed;
  top: 0;
  left: 0;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  display: none;
  transition: .3s;
  box-sizing: border-box;
  z-index: 2;
}
#modal.active{
  opacity: 1;
  visibility: visible;
}
.scroll {
  overflow-y: auto;
  max-height: calc(100svh - 0px);
}
.modal_box {
  max-width: 750px;
  margin: 40px auto;
  background: #fff;
  position: relative;
}
.modal_inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}
.modal-open{
  cursor: pointer;
}
.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal_inner .modal_ttl {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 37px;
  text-align: center;
  color: #666;
}
.modal_inner .sub_txt, 
.modal_inner .sub_add {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-align: center;
    color: #666;
    margin: 40px 0 0;
}
.modal_inner .sub_add {
    margin: 20px 0 0;
}

.inden_top {
  margin: 20px 0 0 !important;
}
.modal_inner a {
  color: blue;
  text-decoration: underline;
}
.modal_inner a:hover {
  text-decoration: none;
}
button.modal_button {
    width: 260px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	align-content: center;
	text-decoration: none;
    border-radius: 4px;
	border: none;
    background-color: #418ecb;
    color: #fff;
    margin: 5% auto 0;
    display: block;
}
button.modal_button:hover {
    background-color: #509bd9;
	cursor: pointer;
}
.modal__bg{
  background: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
}

/*---------------------------------------------------
header
----------------------------------------------------*/
header a {
	margin: 20px 0 0 30px;
}
/*---------------------------------------------------
PDF main
----------------------------------------------------*/
.main-content {
  width: 76vw;
  margin: auto;
}
#main-slide {
  width: 100%;
	/*
	100/56.25 = 560/315 = 1.778
	height - menu height
	*/
  height: 40vw; 
}
h1#pdf-js-controller {
    width: 95%;
    max-width: 75vw;
	margin: 2.5% auto 1%;
    font-size: 20px;
    font-weight: 500;
	text-align: center;
}

/*-------------------------------------
modal
-------------------------------------*/
/*モーダルを開くボタン*/
.modal-open{  
	width: 60px;
    height: 200px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding: 6px 18px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    text-decoration: none;
    position: fixed;
	top: 180px;
    left: 0;
    background: #000000;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    z-index: 1;
  /*transform: translate(-50%,-50%);*/
}
.modal-open:hover {
    width: 90px;
    cursor: pointer;
    /*background: linear-gradient(to bottom, #ff5d54 0%, #ff5d54 100%);*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
	z-index: 2;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}


/*---------------------------------------------------
pdfbox
----------------------------------------------------*/
.pdfbox {
	width: 100%;
	box-sizing: border-box;
}
.pdfbox .main-content {
    width: 68%;
    padding-left: 2%;
    padding-right: 30%;
    /* box-sizing: border-box; */
}
.side_right {
	width: 25%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    right: 0;
	box-sizing: border-box;
	background: #f2f2f2;
	/*align-content: center;*/
}
.side_right #bnrimg {
	width: 100%;
}
.side_right #bnrimg img {
	width: 100%;
}
.side_right iframe {
	padding: 0 5%;
	box-sizing: border-box;
}
.side_right #thanksarea { 
	margin: 15% auto 0;
    padding: 0 5%;
    font-size: 16px;
    line-height: 1.3;
    align-items: center;
}

/*---------------------------------------------------
download Botton
----------------------------------------------------*/
.pdfdwbtn {
	width: 100%;
	margin: 10px auto 30px;
}
.pdfdwbtn p {
	width: fit-content;
    position: relative; 
	margin: 0;
    padding: 0rem 0 15px 0.5rem;
    font-size: 15px;
    text-align: left;
}
/*---------------------------------------------------
sample
----------------------------------------------------*/
.sample.pdfbox .main-content {
	padding: unset;
}

@media only screen and (max-width: 767px) {
html, body {
	min-width: inherit;
}
.pc_contents {display: none!important;}
.sp_contents {display: block!important;}
@-moz-document url-prefix() {
.pc_contents {display: none!important;}
.sp_contents {display: inline-block;}
}
/*---------------------------------------------------
header
----------------------------------------------------*/
header a {
	margin: 0;	
}
header img {
	display: block;
	width: 50%;
	padding: 3% 0 0 0;
	margin: 0 auto!important;
}
/*---------------------------------------------------
side_left
----------------------------------------------------*/
#main-slide {
    width: 100%;
    height: 68vw;
}
.pdfbox .main-content {
    width: 95%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin: 5% auto 5%;
}
h1#pdf-js-controller {
    font-size: min(4.5vw, 18px);
    margin: 5% auto;
}

/*---------------------------------------------------
side_right
----------------------------------------------------*/	
.side_right{
	position: unset;
   width: 100%;
   margin: 5% 0 0;
   height: auto;
}
.side_right iframe {
	height: revert-layer;
    overflow: unset;
}
.side_right #thanksarea {
	padding: 15% 2.5%;
}

/*---------------------------------------------------
download Botton
----------------------------------------------------*/	
.pdfdwbtn p {
	width: 100%;
    padding: 0;
    font-size: min(3.8vw, 13px);
}
/*---------------------------------------------------
modal
----------------------------------------------------*/		
.modal_box {
   width: 95%;
   max-width: unset;
}
.modal_inner {
    width: 100%;
    max-width: unset;
    box-sizing: border-box;
}
/*---------------------------------------------------
sp PDF
----------------------------------------------------*/		
.sp_pdf {
	text-align: center; 
	font-size: 18px;
	margin: 10% auto; 
	padding: 3%; 
	color: #FFF; 
	background: #ff8800; 
	text-decoration: none; 
	box-sizing: border-box;
}
	

/*---------------------------------------------------
sample
----------------------------------------------------*/
	
	
}