h4 {
    font-size: 15px;
    line-height: 25px;
    height:50px;
    color: #666666;
    margin-top:20px;
}

h4 {
    font-size: 15px;
    line-height: 20px;
    height:42px;
    color: #666666;
    margin-top:20px;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

dd {
    margin-left: 0;
}

	button{
        cursor: pointer;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }
	button:focus {
		outline: none;
	}

    /* popup  css*/

    .container h2 {
        font-size: 1.9em;
        margin:10px 0;
    }

    .form-type {
        margin-top: 15px;
    }

    .Required {
        background-color: #ef857d;
        color: #fff;
        padding: 2px 8px;
        font-size: 0.65em;
        border-radius: 3px;
        float: right;
    }

    .type-middle {
        margin-top: 10px;
    }

    .form-group-space {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .form-type-title {
        margin-right: 0%;
        width: 35%;
        float: left;
        font-size: 15px;
    }

    .pass {
        position: relative;
        float: right;
        display: inline-block;
        top: -11px;
        margin-right: 7px;
        margin-top: -18px;
    }

    .form-type3-dl {
        float: left;
        width: 32%;
        margin: 0 6px 0 0;
        font-size: 1em;
    }

    .form-type3-dl:nth-last-child(1) {
        margin: 0 0 0 0;
    }

.disable {
    visibility: hidden;
}

.hide {
    display: none;
}

.left-link-space-qna {
    padding: 0px 0px 12px 0;
    line-height: 19px;
    letter-spacing: -0.2pt;
    width: 100%;
    margin: 0 auto;
    font-size:15px;
}

.row a {
    font-size: 15px;
}

.border-line {
    border-bottom: 1px solid rgb(225, 225, 225);
}

.form-type-title {
    margin-right: 0%;
    width: 35%;
    float: left;
    font-size:15px;
}

.qna-required-t {
    position: relative;
    top: 0;
    left: -10px;
}

.form-type2-dl {
    float: right;
    width: 64%;
    margin: 0;
    font-size: 1em;
}

.form-type3-dl {
    float: left;
    width: 32%;
    margin: 0 6px 0 0;
    font-size: 1em;
}

.form-type3-dl:nth-last-child(1) {
    margin: 0 0 0 0;
}

.form-type3-dl dd, .form-type2-dl dd{
    padding:0;
    font-size:0.9em;
}

.form-type{
    margin-top: 15px;
}


.form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    vertical-align: middle;
    background-color: #ffd9d9;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tell-check-icon {
    width: 17px;
    height: 17px;
    position: relative;
    top: -12px;
    left: 68px;
    margin-top: -17px;
    display: none;
}

.tell_3 {
    width: 64%;
    float: right;
}

.form-group-space {
    margin-bottom: 10px;
    margin-top:30px;
}

.chk {
    position: relative;
    display: inline-block;
    padding: 5px;
    top: 5px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 0.8em;
    background: #c72439;
    border-radius: 4px;
}

.chk {
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content;
}

.btn-primary {
    font-size: 1.4em;
    line-height: 25pt;
    border-radius: 4px;
    padding: 3px 0 0;
    max-width: 200px;
    height: 45px;
    border: 0;
    cursor: pointer;
    width: 49%;
}

.primary_1 {
    color: #fff;
    background-color: #4fa6f7;
}

.primary_1:hover{
    color: #fff;
    background-color: #2487e3;
}

.primary_2 {
color: #fff;
background-color: #c0c0c0;
}

.primary_2:hover {
    color: #fff;
    background-color: #a6a6a6;
}

.pass {
    position: relative;
    float: right;
    display: inline-block;
    top: -11px;
    margin-right: 7px;
    margin-top: -18px;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;


  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
    transition: .6s;

  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 475px;
    padding: 40px 45px;
    background-color: #fff;
    z-index: 2;
	text-align:left;
  }
  .popup-inner img {
    /*width: 100%;*/
  }

  .close-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;

	font-size: 1.5rem;
    font-weight: 700;
  }

  .close-btn i {
    font-size: 20px;
    color: #666;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }

  ::placeholder {
    color:#d4d4d4;
  }


  /*.js-show-popup {
    border: none;
    padding: 8px 0 6px;
    background-color: #3692de;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #2788d8;
}

  .js-show-popup:hover{
        background-color: #0a7dd8;
        color: #ffffff;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -ms-transition: 0.8s;
        transition: 0.8s;
        border: 1px solid #449ed1;

  }*/

  .js-show-popup-all {
    border: none;
    padding: 8px 0 6px;
    background-color: #3692de;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    border-radius: 6px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #2788d8;
}

  .js-show-popup-all:hover{
        background-color: #0a7dd8;
        color: #ffffff;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        -ms-transition: 0.8s;
        transition: 0.8s;
        border: 1px solid #449ed1;

  }


.contents{
    max-width: 1100px;
    margin: 0 auto;
}

.doc_navi {
    margin: 30px 0;
}


.doc_h3 {
    margin-top: 15px;
}

/* h3.line-slas{
    border-left: 4px solid #2894D2;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 10px;
    color: #666666;
} */

  .doc_navi ul li{
    width: 19%;
    text-align: center;
  }

  .item_area{
      width:100%;
  }


  .doc_item{
    position: relative;
    max-width: 24.5%;
    border: 1px solid #f2f2f2;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom:0.8%;

    }

    .research_area, .flyer_area{
        justify-content: flex-start;
    }

    .item_mrn {
        margin: 0 7px 0.8%;
    }

.checkbox{
    position: absolute;
    top: 25px;
    left: 25px;
}

  .doc_thumbnail img{
    background: #f2f2f2;
    width: 100%;
    border: 1px solid #f2f2f2;
  }



  .doc_thumbnail_catalog{
    text-align: center;
    margin-top: 9px;
}

.doc_thumbnail_catalog img{
   width: 100%;
}



  .flyer_area > .doc_item > .doc_item_text{
    height:70px;
}


  .doc_item_text{
    height:100px;
    font-size:14px;
  }

.flexbox{
    flex-wrap: wrap;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.flex_between{
    justify-content: space-between;
}

.flex_around{
    justify-content: space-around;
}

.flex_start{
    justify-content: flex-start;

}


/*
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
} */


.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}



.navi_all{padding:5px 75px;}
.navi_service{padding:5px 25px;}
.navi_white{padding:5px 20px;}
.navi_research{padding:5px 11px;}
.navi_sales{padding:5px 20px;}


.file-d-s{
    font-size: 17px;
    padding: 0 4px;
}

.popup_all {
    padding: 19px 80px 17px !important;
    font-size: 32px !important;
}


/* checkbox design*/

.cp_ipcheck ul {
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	padding: 0.5rem 1rem;
	list-style: none;
	border: 1px solid #cccccc;
}
.cp_ipcheck .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}

.cp_ipcheck .option-input05 {
    position: absolute;
    margin: 0 1rem 0 0;
    cursor: pointer;
    top: 25px;
    left: 23px;
    width: 20px;
    height:20px;

}
.cp_ipcheck .option-input05:before {
	position: absolute;
	z-index: 1;
    top: 0.2rem;
    left: 0.1875rem;
    width: 1.5rem;
    height: 0.7rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.cp_ipcheck .option-input05:after {
    position: absolute;
    top: -0.125rem;
    left: -1px;
    width: 2rem;
    height: 2rem;
    content: '';
    cursor: pointer;
    border: 1px solid #dcd9d9;
    background: #ffffff;
    box-shadow:1px 1px 0px 0px #99999930;
}


a.navi_link {
    font-size: 17px;
    text-decoration: none;
    padding:0px;
    color: #2894d2;
}


a.navi_link.selected {
    text-decoration: none;

}


a.navi_link.selected::before{
	content: "";
	position: absolute;
	width: 100%;
	background: #2894D2;
	left: 0;
	height: 2px;
	bottom: 0;
	transition: all .3s;
	opacity: 0.9;

}

/* button*/
.btn-12 {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
		padding-bottom:8px;

}

.btn-12:before {
    content: "";
    position: absolute;
    width: 0;
    background: #2894D2;
    left: 45%;
    height: 2px;
    bottom: 0;
    transition: all .3s;
    opacity: 0.9;
}

.btn-12:hover:before {
    width: 100%;
    left: 0;
}


.btn-12 span{
  font-size:12px;
  opacity:0.7;
  vertical-align: middle;
}

.dw_all_btn{
    justify-content: center;
     margin: 50px 0px 30px 0;
}

.all_btn_text{
    text-align:center;
}
.all_btn_text p{
    font-size: 20px;
    margin:16px 10px 5px;
    text-align:center;
}

.js-down-check-err p{
    font-size: 3rem;
    margin:16px 10px 5px;
    color:#FF0000;
  }


  .inner-complete{
    padding: 50px 50px 30px;
   }

.inner-complete h2{
    font-size:2.2rem;
   }


   .clearfix:before, .clearfix:after {
       content: " ";
       display: table;
           clear: both;
   }

@media screen and (max-width: 1024px) {
    /* 1024px�܂ł̕��̏ꍇ�ɓK�������� */
    h4 {
        font-size: 1.2em;
        line-height: 21px;
        height: 40px;
    }

    .contents{
        padding:10px;
    }

    .bread{
        margin: 7px 0;
    }

    .doc_navi ul li{
        width: 24%;
        background-color: #2894D2;
        border-radius: 5px;
        padding: 7px 0 5px;
    }

    a.navi_link {
        font-size: 1.4px;
        text-decoration: none;
        padding: 0px;
        color: #ffffff;
    }


    a.navi_link{
        font-size: 1.35rem!important;
    }

    .doc_item, .doc_item3{
        max-width: 32.8%;
    }

    .research_area, .flyer_area{
        justify-content: space-between;
        }

    .doc_item_text{
            font-size:1.1em!important;
        }

    .item_mrn {
            margin:0 0 10px;
        }

        .dw_all_btn{

             margin: 40px 0px 30px 0;
        }


}


    @media screen and (max-width: 768px) {
    /* 768px�܂ł̕��̏ꍇ�ɓK�������� */
    h4{
        line-height:21px;
    }

    .t05 {
        margin-bottom: 0px;
        font-size: 3.8rem;
    }

    .btn-12 span{
        font-size:10px;
        opacity:0.7;

      }
      .all_btn_text p{
        font-size: 1.7rem;
    }



      .js-down-check-err p{
        font-size: 1.7rem;
        margin:16px 10px 5px;
        color:#FF0000;
      }


    .flyer_area h4{
        height: 30px;
    }

    .doc_navi ul li{
        width: 48%;
        margin-bottom: 7px;
    }

    .doc_item, .doc_item3{
        max-width: 49%;
        margin-bottom: 10px;
        padding:10px;
    }


    .popup_all{
        font-size: 2.5rem !important;
        padding: 1.4rem 2% 1.4rem !important;
    }


    .file-d-l {
        padding: 0px 10px;
        font-size: 3.2rem;
        vertical-align: text-top;
    }

    .dw_all_btn{
        margin: 30px 0px 30px 0;
   }

   .popup-inner {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.form-type2-dl, .tell_3 {
    width: 100%;
    margin-top:4px;
}

.tell-check-icon {
    top: -27px;
    left: 89px;

}

.qna-required-t {
    position: relative;
    top: 0px;
    left: 5px;
}

.form-type{
    margin-top: 5px;
}
.form-group-space {

    margin-top:25px;
}

.inner-complete{
    padding: 30px 20px 5px;
}
.close-btn{
    top:5px;
}

.form-type-title {

    width: 50%;
}


}

    @media screen and (max-width: 480px) {
    /* 480px�܂ł̕��̏ꍇ�ɓK�������� */
    h4{
        font-size:1.2em;
        line-height:21px;
        height: 55px;
    }

    .doc_item, .doc_item3{
        max-width: 100%;
        margin-bottom: 10px;
        padding:15px;
    }

    .doc_item_text{
        font-size: 1.1em;
    margin-bottom: 0px;
    height: 60px;
    }

    .js-show-popup{
        font-size: 1.2em;
        padding: 8px 0 5px;
    }

 .inner-complet{
     padding: 50px 50px 30px;
    }

    }


@media screen and (max-width: 375px) {
    /* 320px�܂ł̕��̏ꍇ�ɓK�������� */

    h4{
        height: 0;
        line-height: 18px;
        padding-bottom: 30px;
        font-size: 1.4em;
    }

    .flyer_area h4{
        height: 0;
        line-height: 16px;
        padding-bottom: 15px;
    }

    .doc_navi ul li {
        width: 49%;
        margin-bottom: 5px;
    }

    a.navi_link {
        font-size: 1em;
        letter-spacing: 2px;
    }

    .doc_item, .doc_item3 {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .doc_item_text {
        font-size:1.2em;
        height: 80px;
    }

    .flyer_area > .doc_item > .doc_item_text {
        height: 50px;
    }


}


/************************ form css ***********************/
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color: #c3c3c3;
}

.form-control::-moz-placeholder {
    color: #c3c3c3;
}

.form-control:-ms-input-placeholder {
    color: #c3c3c3;
}

.form-control::-webkit-input-placeholder {
    color: #c3c3c3;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e6e6e6;
}

.form-control {
    background-color: #ffd9d9;
}

.form-control.passed,
.form-control.error {
    background-color: #fff;
}

.form-control:focus {
    background-color: #faffbd;
}

.error:focus,
.error {
    display: block;
    width: 100%;
    height: 43px;
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #da605f;
    border-radius: 0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

textarea.form-control {
    height: auto
}
