@charset "UTF-8";

/* 資料ダウンロード */
.download_contents {
    display: flex;
}


@media print, screen and (max-width: 768px) {
    .download_contents {
        display: block;
    }
    .download_contents .side_menu {
        width: 100%;
    }
}
@media print, screen and (max-width: 1080px) {
    .download_contents {
        display: block;
    }
    .download_contents .side_menu {
        width: 100%;
    }
}


/********************************

        ファイル選択画面

********************************/
.download_contents .downloadStep,
.downloadStep.downloadStep_four {
    margin-bottom: 30px;
    list-style-type: none;
}
.download_contents .clearfix{
    min-height: 1px;
}
.download_contents .clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.download_contents .downloadStep li.current,
.downloadStep.downloadStep_four li.current {
    color: #FFF;
    background: url(/images/step_current.png) right no-repeat;
    background-size: 300px auto;
}
.download_contents .downloadStep li ,
.downloadStep.downloadStep_four li {
    display: block;
    float: left;
    padding: 1.25em 0;
    width: 25%;
    text-align: center;
    font-size: 13px;
    color: #000;
    background: url(/images/step.png) right no-repeat;
    background-size: 300px auto;
}


/* チェックボックス(ダウンロード画面) */
.download_contents .checklist ul {
    margin-bottom: 30px;
}
.download_contents .checklist .even {
    background-color: #E1EBF5;
}
.download_contents .checklist li {
    padding: 22px 7px !important;
    background: #F5F8FB url(/images/listbg.png) left repeat-y;
    border-bottom: #FFF 1px solid;
}
.download_contents .checklist input[type=checkbox] + label {
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
}
.download_contents .checklist  strong.pdf {
    background-image: url(/images/icon_pdf.png);
}
.download_contents .checklist strong {
    display: block;
    margin-bottom: .75em;
    color: #377CBA;
    font-size: 110%;
    padding-left: 20px;
    background-position: left;
    background-repeat: no-repeat;
}
.download_contents .checklist h6 {
    font-weight: bold;
    margin-bottom: 1em;
    padding: .2em .5em;
    background-color: #6097C8;
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    margin-bottom: .5em\9;
    line-height: 1.5\9;
}
@media print, screen and (max-width: 768px) {
    .download_contents .downloadStep,
    .downloadStep.downloadStep_four {
        display: flex;
        flex-wrap: wrap;
    }
    .download_contents .downloadStep li ,
    .downloadStep.downloadStep_four li {
        width: 50%;
    }
    .download_contents .downloadStep li:nth-child(3),
    .download_contents .downloadStep li:nth-child(4),
    .downloadStep.downloadStep_four li:nth-child(3),
    .downloadStep.downloadStep_four li:nth-child(4) {
        margin-top: 10px;
    }
}

@media (min-width: 1px) {
    .download_contents .checklist input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .download_contents .checklist input[type=checkbox] + label {
        display: block;
        padding: 0 0 0 40px;
        line-height: 1.4;
    }
    .download_contents .checklist input[type=checkbox] + label:before {
        border: 2px solid #ccc;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .download_contents .checklist input[type=checkbox]:checked + label:after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #6399C9;
        border-bottom: 3px solid #6399C9;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/********************************

        入力画面画面

********************************/

/* 強調文字 */
.download_contents p strong {
    color: #D4145A;
}

/* 資料確認テーブル */
.download_contents .standard {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
.download_contents .standard thead td {
    padding: .3em 0 .3em .3em;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    background: #9BBDDC;
}
.download_contents .standard td:first-child {
    border-left: none;
}
.download_contents .standard td.names {
    text-align: left;
}
.download_contents .standard tbody tr td {
    padding: 9px 3px;
    background-color: #F7FAFC;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
}
.download_contents .standard tr td {
    border-left: #C3D7EA 1px solid;
    border-bottom: #C3D7EA 1px solid;
}
.download_contents .standard tbody tr td.various span.catalog {
    background-color: #6097C8;
    font-size: 12px;
    display: inline-block;
    padding: .25em .5em;
    color: #FFF;
}
.download_contents .standard .window {
    padding: 30px;
    display: none;
    position: fixed;
    z-index: 9999;
    width: 460px;
    top: 30%;
    left: 25%;
    background: #FFF;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
    border: #377CBA 2px solid;
    cursor: default;
}
.download_contents .standard tbody tr td.names span {
    padding-left: 24px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 5px 1px;
    display: inline-block;
    min-height: 18px;
    line-height: 1.5;
}
.download_contents .standard .popup {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    border: none;
    color: #0062b0;
    line-height: inherit;
    margin-bottom: 0;
}
.download_contents .standard .popup img {
    margin-bottom: 0;
    margin-top: 0;
    border: none;
}
.download_contents .standard tbody tr td.names .pdf {
    background-image: url(../images/icon_pdf.png);
}

.download_form .error {
    font-size : 93%;
    color : #B70000;
    display : block;
}

/* プラポリ */
.download_contents .privacy {
    margin: 30px 0;
}
.download_contents .privacy h4.blue {
    margin-bottom: 0;
    border-top: #D7E5F1 2px solid;
    padding: .5em 2em;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    color: #000;
    background-color: #D7E5F1;
}
.download_contents .privacy .blueborder {
    font-size: 13px;
    padding: 13px 27px;
    border: #D7E5F1 2px solid;
}
.download_contents .privacy a {
    display: inline;
    font-size: 15px;
    padding: 0;
    box-sizing: border-box;
    border: none;
    color: #377CBA;
    line-height: 1.4;
    margin-bottom: 0;
}



/* 同意確認 */
.download_contents .checkPrivacyBox input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    line-height: 1.4\9;
    cursor: pointer;
}

@media (min-width: 1px) {
    .download_contents .checkPrivacyBox input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .download_contents .checkPrivacyBox input[type=checkbox] + label {
        margin: 0 auto;
        padding: 0 0 0 26px;
    }
    .download_contents .checkPrivacyBox input[type=checkbox] + label {
        display: block;
        padding: 0 0 0 40px;
        line-height: 1.4;
    }
    .download_contents .checkPrivacyBox input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .download_contents .checkPrivacyBox input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .download_contents .checkPrivacyBox input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #6399C9;
        border-bottom: 3px solid #6399C9;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .download_contents .checkPrivacyBox input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
}

/* リンクボタン */
.download_contents .btnBox {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download_contents ul.btnBox li.left {
    float: left;
}
.download_contents ul.btnBox li {
    float: right;
    text-align: center;
}
.download_contents .btnBox li {
    list-style-type: none;
    background: none;
}
.download_contents ul.btnBox li.nofloat {
    float: none !important;
}
.download_contents .btnBox li input {
    width: 220px;
    height: 50px;
    padding: 9px 5px;
    color: #377CBA;
    border: #73A4CF 3px solid;
    background-color: #FFF;
    cursor: pointer;
    font-size: 16px;
}
.download_contents .btnBox li input:hover {
    border-color: #377CBA;
}
.download_contents .btnBox li.grayBtn input.btn {
    border: #CCC 3px solid;
    color: #9A9A9A;
}
.download_contents .btnBox li.grayBtn input.btn:hover {
    border-color: #aaa;
}

@media print, screen and (max-width: 768px) {
    .download_contents .btnBox {
        display: block;
			  width: auto;
    }
    .download_contents .btnBox li {
        padding-left: 0;
        float: inherit !important;
    }
    .download_contents .btnBox li:nth-child(even) {
        margin-top: 10px;
    }
    .download_contents .btnBox li input {
        width: 100%;

    }
}



/********************************

        0531追記分

********************************/
.maincontents p {
    color: #333;
    font-size: 15px;
    margin-bottom: 22px;
    /*font-family: "Hiragino Kaku Gothic ProN";*/
    line-height: 1.7;
}
.download_contents .standard tbody tr td.names .pdf_link {
    padding-left: 24px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 5px 1px;
    display: inline-block;
    min-height: 18px;
    line-height: 1.5;
}
.download_contents .maincontents {
    width: 100%;
}
.backhome {
    margin-top: 30px;
}
.backhome a {
    font-size: 15px;
    border: none;
    color: #377CBA;
    padding-left: 12px;
    background: url(../images/arrow_backhome.png) left no-repeat;
}

.btnBox li {
    padding-left: 15px;
}


/*---------- h2見出し ----------*/
.maincontents .ttl_h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.7;
    color: #0062b0;
    padding: 18px 27px 17px 27px;
    background: url(../images/h2_bg.png) repeat;
    background-size: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
@media print, screen and (max-width: 768px) {
    .maincontents .ttl_h2 {
        font-size: 14px;
        line-height: 1.7;
        color: #0062b0;
        padding: 19px 16px 15px 16px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}


/********************************

        1012追加 ダウンロード一覧

********************************/

ul.download_list {
	list-style: none;
	padding: 0;
	margin-top: 40px;
	margin-left: -40px;
}

.download_list .download_item {
	line-height: inherit;
	float: left;
  width: 50%;
	/*width: calc(33.33% - 40px);*/
	padding: 0;
	margin: 0 0 60px 40px;
}

.download_list .link_img {
	display: block;
	text-decoration: none;
}

.download_list .pict {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: #EBF2F8 4px solid;
	margin-bottom: 20px;
}

.download_list .title {
	font-weight: bold;
	font-size: 1.15em;
	margin: 1.2em 0;
	padding: 0;
	position: relative;
}

.download_list .leadtext {
	font-weight: bold;
	font-size: 13px;
	margin: 1em 0;
	color: #0062b0;
}

.download_list .text {
	font-size: 13px;
	margin: .5em 0;
}

.download_list .btn_container {
	margin-top: 20px;
}

.download_list .btn {
	display: block;
	border: 1px solid #0062b0;
	color: #0062b0;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: .8em;
	margin: 0;
}

.download_list .btn:hover {
	background: #0062b0;
	color: #fff;
	opacity: 1;
}

.download_list .btn + .btn {
	margin-top: 5px;
}


/********************************

        200730追加 ダウンロードVCS

********************************/

.download_vcs{
    margin-top: 50px;
}

.vcs_document{
    background-color: #eff4f9;
    padding: 30px;
    padding-top: 26px;
}
.vcs_document + .vcs_document{
    margin-top: 10px;
}

.maincontents .download_vcs .download_vcs_service_title{
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #000;
    margin-bottom: 20px;
}
.maincontents .download_vcs .document_title{
    color: #0461af;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}
.maincontents .download_vcs .document_category, .document_category{
    color: #0461af;
    /* border: 1px solid; */
    font-weight: bold;
    display: inline-block;
    padding: 0.2em 0.4rem;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-right: 10px;
    line-height: 1.4;
    background-color: #73a4cf;
    color: #fff;
}

.maincontents .download_vcs .document_title::after{
    content: '';
    background-image: url(/images/pdf_icon.png);
    width: 18px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.download_vcs input[type=checkbox] + label {
    padding: 0 0 0 28px;
}
.document_detaile{
    letter-spacing: -0.4em;
}

.document_img{
    display: inline-block;
    vertical-align: top;
    width: 380px;
}
.document_img img{
    max-width: 100%;
}
.document_text{
    box-sizing: border-box;
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
    width: calc(99% - 380px);
    padding-left: 30px;
    letter-spacing: normal;
}
.document_text P {
    margin-bottom: 0;
}
.page_download_vcs .btn_choice{
    text-align: center;
    margin-top: 40px;
}
.page_download_vcs .btn_choice input.btn ,
.page_download_vcs .btn_choice .btn {
    background-color: #0461af;
    line-height: 50px;
    color: #fff;
    border:none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    width: 470px;
    max-width: 100%;
    font-weight: bold;
    transition: opacity 0.3s ease-in-out;
}
.page_download_vcs .btn_choice input.btn:hover,
.page_download_vcs .btn_choice .btn:hover {
    opacity: .8;
}
@media print, screen and (max-width: 1080px) {

    .vcs_document{
        padding: 25px 25px;
    }

    .download_vcs {
        margin-top: 40px;
    }

    .maincontents .download_vcs .document_title{
        margin-bottom: 20px;
    }
    .document_img{
        width: 45%;
    }
    .document_text{
        width: 54.9%;
        padding-left: 3%;
    }
    

}


@media print, screen and (max-width: 768px) {
    .vcs_document{
        padding: 23px 20px;
    }
    .maincontents .download_vcs .download_vcs_service_title {
        margin-bottom: 15px;
    }
    .maincontents .download_vcs .document_title{
        margin-bottom: 18px;
        font-size: 16px;
    }
    .document_img{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .document_text{
        width:100%;
        padding-left: 0;
    }
    .page_download_vcs .btn_choice{
        margin-top: 25px;
    }
    .page_download_vcs .btn_choice input.btn ,
    .page_download_vcs .btn_choice .btn {
        font-size: 14px;
        line-height: 40px;
        width: 360px;
    }
    

}


/********************************

        200807追加 ダウンロードリストVCS

********************************/
.download_list.vcs_download_list{
    margin-left: 0;
}
.download_list.vcs_download_list .download_item{
    margin-left: 0;
    width: 100%;
}
.download_list.vcs_download_list .download_item:nth-last-child(1){
    margin-bottom: 10px;
}
.download_list.vcs_download_list .download_item .document_category{
    color: #fff;
}

@media print, screen and (max-width: 768px) {

    .download_list.vcs_download_list .download_item{
        margin-bottom: 30px;
    }
}