@charset "utf-8";

/*----------------------------------------
(1)募集ポスターindexページ
----------------------------------------*/
.pdf-input-intro{
  margin-top: 100px;
  padding: 20px;
  text-align: center;
}
.pdf-input-intro .top-image{
  margin: 20px 0;
}

.pdf-input-intro h3{
  font-size: 36px;
  letter-spacing: 0.3rem;
  color: #0072ce;
}
.pdf-input-intro h4{
  font-size: 20px;
  font-weight:bold;
  letter-spacing: 0.2rem;
  color: #009e41;
}

.pdf-input-intro h4.catch_copy{
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  padding: 0.2em 0.5em;
  color: #2d73ac;
  font-size: 26px !important;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}
.pdf-input-intro h4.catch_copy:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.pdf-input-intro .introduce-text{
  font-size: 16px;
  margin-top: 20px;
}

.pdf-input-intro .introduce-text .sample_block{
  display: flex;
  margin-top: 20px;
  align-items: start;
}
.pdf-input-intro .introduce-text .sample_block .text{
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  padding:10px;
}
.pdf-input-intro .introduce-text .sample_block .text .notice{
  margin-top: 10px;
  font-size: 14px;
  color: #009e41;
}
.pdf-input-intro .introduce-text .sample_block .img{
  width: 23%;
  border: 1px solid #ccc;
  padding: 5px;
}
.pdf-input-intro .introduce-text .sample_block .img img {
  vertical-align: bottom;
  max-width: 100%;
}

.pdf-input-intro .button-area{
  text-align: center;
  margin: 60px 0 40px;
}

.pdf-input-intro .button-area a{
  border: 1px solid;
  border-radius: 5px;
  width: 500px;
  display: inline-block;
  padding: 16px 15px;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-color: #ee2a6b !important;
  background: #ee2a6b !important;
}

/*----------------------------------------
(2)里親ポスター入力ページ
----------------------------------------*/
.inputAreaWrap .inputInfoWrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.inputAreaWrap .inputInfoWrap h2{
  margin: 0;
}

.inputAreaWrap .btnArea {
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.pdfInputArea .inputInfoWrap .inputInfo{
  padding: 20px 16px;
}

.pdfInputArea h3{
  font-size: 17px;
  padding: 0px 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #b06161;
  font-weight: bold;
}

.pdfInputArea .inputArea{
  width: calc(100% - 4px);
  padding: 3px;
}

.pdfInputArea .btnArea .submitBtn{
  padding: 10px 30px;
}

.pdfInputArea .btnArea img{
  width: 22px;
  vertical-align: top;
  margin-right: 5px;
}

/*-----ページ左側 -----*/
.pdfLeftArea{
  width: 43%;
}

.pdfLeftArea .preview-notice{
  margin: 20px 0;
  color: #555;
  font-size: 12px;
}

.pdfLeftArea .preview-notice li{
  margin: 5px 0;
  position: relative;
  padding-left: 1rem;
}
.pdfLeftArea .preview-notice li.red{
  color: #cc0000;
}

.pdfLeftArea li:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.pdfLeftArea .preview-notice b{
  font-weight: bold;
}

.pdfLeftArea .pdfSampleImg img{
  width: 100%;
}

.pdfLeftArea .Illust img{
  width: 70%;
  
}

/*-----ページ右側 -----*/
.pdfRightArea{
  width: 53%;
}

.pdfRightArea p{
  margin-top: 30px;
  margin-bottom: 13px;
  font-weight: bold;
}

.pdfRightArea .num{
  color: #cc0000;
  font-size: 17px;
  vertical-align: middle;
}

.pdfRightArea  span.required,
.pdfRightArea  span.option{
  margin-right: 5px;
}

.pdfRightArea .photo p{
  margin-top: 10px;
}

.pdfRightArea ul.photoSelect li{
  display: inline-block;
  width: 30%;
}

.pdfRightArea ul.photoSelect li>div{
  margin-top: 10px;
}

.pdfRightArea ul.photoSelect li img{
  width: 100%;
}

.pdfRightArea ul.photoSelect li:nth-child(2),
.pdfRightArea ul.photoSelect li:nth-child(5){
  padding: 0 5%;
}

.pdfRightArea ul.photoSelect li:nth-child(n + 4) {
  padding-top: 4%;
 }


.pdfRightArea .attention_gy{
  margin-top: 5px;
  color: #777;
}

input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.pdfRightArea textarea {
  width: calc(100% - 6px);
  padding: 5px;
}

.pdfRightArea .attention {
  background: #d44c4f;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0px;
  padding: 10px;
}
.attention p{margin: 0;}

.pdfRightArea .inputArea{
  width: calc(100% - 4px);
}
.pdfRightArea input[type='text']{
  height: 28px;
}
.pdfRightArea input[type='text'], input[type='email'], textarea, select {
  padding: 3px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  color: #333;
  border: 2px solid #02735f;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.pdfInputArea .submitComp{
  background: #fff8e8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #c3a38c;
  padding: 10px;
  font-size: 120%;
  width: 70%;
  margin: 20px auto 0;
}

.pdfInputArea .submitComp li{
  position: relative;
  padding-left: 17px;
  line-height: 1.5;
}

.pdfInputArea .submitComp li:not(:last-child){
  margin-bottom: 10px;
}

.pdfInputArea .submitComp li:before{
  background: #59b395;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  left: 5px;
  position: absolute;
  top: 12px;
}

.pdfInputArea .btnClr_pdf {
    background: #d44c4f;
    color: #fff;
}

/*----------------------------------------
(3)ポスター完了ページ
----------------------------------------*/
.pdfCompleteArea .download-button-area{
  text-align: center;
  margin: 60px 0 40px;
}

.pdfCompleteArea .download-button-area .btn {
  border: 1px solid;
  border-radius: 5px;
  width: 320px;
  display: inline-block;
  padding: 12px 15px;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.pdfCompleteArea .pdf-complete-text{
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
}
.pdfCompleteArea .pdf-complete-text b {
  font-weight: bold;
}
.pdfCompleteArea .back-button-area {
  margin-top: 30px;
}
.pdfCompleteArea .back-button-area .btn_m {
  border-color: #1067b7 !important;
  background: #d6eafc !important;
}

/*----------------------------------------
(4)ポスターの作成方法ページ
----------------------------------------*/
.contents.foster h2.howto_pdf {
  width: 620px;
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #0a725f;
  padding: 10px 10px 5px;
  border-radius: 0;
  background: transparent;
  color: #333;
}

.contents.foster h2:before{
  border-left: none;
  margin-right: 0;
}

.contents.foster #main-contents{
  padding: 0;
}

#howtoPdfArea{
  font-size: 15px;
 }
 
 #howtoPdfArea>div{
   background: #fff;
   margin-top: 10px;
 }
 
 #howtoPdfArea h3{
   background: #5389d6;
   color: #fff;
   padding: 5px 10px;
 }
 
 #howtoPdfArea .txtArea{
   padding: 15px 10px;
 }
 
 #howtoPdfArea .imgArea{
   text-align: center;
   margin: 20px 0;
 }
 
 #howtoPdfArea .imgArea img{
   width: 80%;
 }
 #howtoPdfArea .txtArea li:not(:first-child){
   margin-top: 20px;
 }
 
#howtoPdfArea .txtArea li span{
  display: block;
  color: #b22222 !important;
  font-weight: bold;
}
 
#howtoPdfArea .block03 p:not(:last-child){
  margin-bottom: 10px;
}

