@charset "UTF-8";

header { height: 60px; background-color: #ffffff;}

#header-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

header { padding-top: 30px;}
header .logo , .top_buttons .logo { width: 250px; padding: 0px;}

header .logo {
    float: left;
}
header .logo-tokyu {
    float: right;
    width: 10%;
    max-width: 140px;
    text-align: right;
    line-height: 0;
}
header .logo-tokyu span {
    display: inline-block;
    width: 75%;
    margin-top: 7px;
}

main { padding: 0 30px; color: #000;}
main * {
    box-sizing: border-box;
    font-size: 18px;
}

footer {
    background-color: rgb(231, 236, 238);
    font-size: 10px;
}
#footer-wrap {
    max-width: 1120px;
    padding: 30px 0;
    margin: 0 auto;
}

footer .copyright{
    text-align: right;
    color: rgb(105, 110, 122)
}


.content-wrap.inner {
    max-width: 1120px;
    margin: 0 auto 40px;
}

.msgbox {
	margin-right: auto;
	margin-left: auto;
    padding: 200px 0 120px 0;
	text-align: center;
}

b { font-weight: bold;}

textarea {
    resize: none;
}

.clear{
    clear:both;
}
.left {
    float:left;
}
.right{
    float: right;
}
.txt_center {
	text-align: center;
}
.hide {
	display: none!important;
}
.nowrap { white-space:nowrap;}

.link {
    color:#F29501;
}
.caution {
    color: #B60081;
}
.red {
    color: #CF0318;
}
.blue {
    color: #0071BC;
}
.green {
    color: #00B559;
}
.gray {
    color: #000;
    opacity: 0.5;
}
.yellow {
    color: #ffff00;
}

.btn {
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}
.btnPink {
    background: #B60081;
}
.btnRed {
    background: #CF0318;
}
.btnBlue {
    background: #0071BC;
}
.btnGreen {
    background: #00B559;
}

.form_btn {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
	vertical-align: middle;
}

.form_btn a {
	display: inline-block;
	padding: 10px 50px 10px 50px;
	text-align: center;
	min-width: 160px;
	font-size: 18px;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 30px;
	background: url(../img/arrow-normal-line-white.svg) no-repeat 92% center;
    background-size: 15px 9px;
}
.form_btn a.color01 {
    background-color: #00B559;
    border: solid 1px #00B559;
}

.form_btn a.color02 {
    background-color: #699AD3;
    border: solid 1px #699AD3;
}

.form_btn a.color03 {
    background-color: #2ca6e0;
    border: solid 1px #2ca6e0;
}

.form_btn a.color04 {
    background-color: #e60012;
    border: solid 1px #e60012;
}
.form_btn a.color05 {
	background-color: #0055a1;
    border: solid 1px #0055a1;
	color: #ffffff;
}

.form_btn a.color06 {
    background-color: #B3B3B3;
    border: solid 1px #B3B3B3;
}

.form_btn:hover {
    color: #ffffff;
}

.form_btn a.color01:hover {
    color: #00B559;
    background-color: #fff;
   	background-image: url(../img/arrow-normal-line-green.svg);
}
.form_btn a.color03:hover {
    color: #2ca6e0;
    background-color: #fff;
   	background-image: url(../img/arrow-normal-line-blue.svg);
}
.form_btn a.color04:hover {
    color: #e60012;
    background-color: #fff;
   	background-image: url(../img/arrow-normal-line-red.svg);
}
.form_btn a.color05:hover {
    color: #0055a1;
    background-color: #fff;
   	background-image: url(../img/arrow-normal-line-blue2.svg);
}

/*yoko*/

h1.header_title {
    position: relative;
    font-weight: 600;
    line-height: 1.3;
    font-size: clamp(2.4rem, 3.2vw, 3.2vw);
    margin-top: 50px;
}

h1.header_title span.category {
    position: absolute;
    top: -2vw;
    font-size: clamp(1.1rem, 1.2vw, 1.2vw);
    color: #666666;
    line-height: 1;
}

h1.header_title span.category::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    margin-right: 10px;
    margin-top: -0.2vw;
    vertical-align: middle;
    background-color: #666666;
}

.inner_cnt .comment {
	position: relative;
	width: 100%;
	font-size: 110%;
	margin: 20px auto;
	padding: 15px 0;
	/* color: #ffffff; */
	border-bottom: 3px solid #cbcbcb;
	border-top: 3px solid #cbcbcb;
}

.inner_cnt .comment:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 70px;
	height: inherit;
	border-bottom: 3px solid #0055a1;
}

/* 募集期間の表示 */
.pre h2:not(.pre1) { display: none;}
.open h2:not(.open1) { display: none;}
.closed h2:not(.close1) { display: none;}
.update h2:not(.update1) { display: none;}

.page_title {
    /* color: #000000; */
    font-weight: 500;
    font-size: 30px;
    margin-top: 20px;
    color: #0055a1;
    border-bottom: none;
}

/*
* 申請フォーム
*/

.timeout_comment {
	color: #e73817;
	background-color: #ffffff;
	width: 99%;
    /*max-width: 760px;*/
	border: solid 3px #e73817;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
    line-height: 1.5em;
}

table {
    border-collapse: collapse;
}
table caption{
    text-align: left;
}

.table {
    width: 100%;
    table-layout: fixed;
    margin: 10px 0;
}
.table th {
	border-collapse: collapse;
	background-color: #D7ECF7;
    border-color: #ffffff;
    border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 10px;
	width:255px;
}

.table th.col11 , span.col11 {
	background-color: #E1EED4;
}
.table th.col21{
	background-color: #D7ECF7;
}
.table th.col22{
	background-color: #E6E6E6;
}
.table th.col31{
	background-color: #FAD3BF;
}
.table th.col41{
	background-color: #E7E7E7;
}
.table th.col51{
	background-color: #F8E5F2;
}

.table th .th_comment {
    font-size: 14px;
    line-height: 16px;
    color: #00B559;
}

.table td {
	padding: 10px;
	vertical-align: top;
    border-color: #e2e2e2;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
}


.table td select {
	border: 1px solid #BBBBBB;
	padding: 5px ;
	background: #ffffff;
	border: 1px solid #BBBBBB;
	border-radius: 3px;
	font-size: 18px;
    height: 45px;

}
.table td select.l {
    width: 100%;
}

.table input[type="text"] , .table input[type="tel"],  .expense-table input[type="text"],.expense-table input[type="tel"],.income_detail input[type="tel"]{
	background: #ffffff;
	border: 1px solid #BBBBBB;
	font-size: 18px;
	padding: 10px;
    vertical-align: middle;
	border-radius: 3px;
}


.table td input[type=radio] {
	margin-top: 0;
}

.table td input.s {
	width: 60px;
	font-size: 16px;
	padding: 10px;
    vertical-align: middle;
	border-radius: 3px;
}

.table td input.num {
	text-align: right;
}

.table td input.m {
    width: 100%;
	max-width: 300px;
}

.table td input.houjin {
	width: 100%;
	max-width: 150px;
}

.table td input.cal {
	width: 100%;
	max-width: 150px;
}

.table td input.name {
	width: 100%;
	max-width: 180px;
}

.table td input.money , .income_detail input.money , .expense-table input.money{
	width: 100%;
	max-width: 150px;
    text-align: right;
	padding: 10px;
    vertical-align: middle;
	border-radius: 3px;
}

.wrp_money{
    display: inline-block;
    width: 155px;
    text-align: right;
}

.table td input.l, .tbl_form .l {
	width: 100%;
}

.table td input.xl, .tbl_form .xl {
	width: 98%;
}

.table td input.readonly , .table td input.disabled , .expense-table input.readonly, .table td select.disabled, .table td textarea.disabled {
	background: #F0F0F0;
    padding: 10px;
    vertical-align: middle;
	border-radius: 3px;
    color: #545454;
}

.table td input::placeholder {
    color: #000;
    opacity: 0.5;
}

.table td div.calendar {
    position: absolute;
}

.table td textarea {
    font-size: 18px;
    padding: 2px 5px;
    background-color: #ffffff;
	border: 1px solid #BBBBBB;
	border-radius: 3px;
	width: 100%;
}


.privacy_tbl {
    border-style: none;
    border-collapse: collapse;
	width: 100%;
    /* max-width: 800px; */
    line-height: 1em;
	margin: 30px auto;
}

.privacy_tbl th {
    border-collapse: collapse;
    /* background-color: #9cb6ba; */
    background-color: #4c4c4c;
    border-top: solid 1px #ffffff;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: 240px;
    border-bottom: solid 1px #2D315B;
    padding: 5px 10px;
}
.privacy_tbl .txt_brown {
    padding: 5px 0;
}

.privacy_tbl div.scroll div.privacy{
    overflow: auto;
    height: 140px;
    font-size: small;
    padding: 10px;
    line-height: 1em;
}


/* メールアドレス登録画面 */
.tbl {
	margin: 60px auto;
    width: 100%;
	max-width: 870px;
}
.tbl th,
.tbl td {
	padding: 20px;
}
.tbl th{
	width: 250px;
    background-color: #ECECEC !important;
    vertical-align:middle;
}

/* 応募方法について画面 */
.oubokikan {
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	padding: 10px 0;
    margin: 0;
}

.tit01, .tit02, .tit03, .tit04, .tit05 {
    font-size: 22px;
    color: #000;
	padding: 12px 0 0px 30px;
    position: relative;
	font-weight: bold;
}


.tit01::before, .tit02::before, .tit03::before, .tit04::before, .tit05::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 0px;
	height: 40px;
	padding-left: 15px;
}

.tit01::before {
	background: #9AC66E;
	border-right: 5px solid #CDE2B7;
}

.tit02::before {
	background: #06A6EA;
	border-right: 5px solid #95D2EF;
}

.tit03::before {
	background: #ed6d28;
	border-right: 5px solid #f6b694;
}

.tit04::before {
	background: #999999;
	border-right: 5px solid #E7E7E7;
}

.tit05::before {
	background: #B60081;
	border-right: 5px solid #DA80C0;
}

section {
	margin: 0 auto 30px;
}

.detail p {
	padding: 0 0 0 45px;
}

.detail {
	padding: 20px;
}

div.caution_save {
	/*position: fixed;
	bottom: 245px;
	right: 50px;*/
    /*
    margin-bottom: 15px;
	opacity: 1;
	height: 70px;
	width: 200px;
	background-color: #CF0318;
	border-radius: 5px;
	color: white;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	z-index: 100;
	padding: 5px;
    */
    max-width: 1120px;
}
div.caution_save img {
    height: 35px;
}

div.tempsave_button a {
    display: block;
    width: 100%;
    padding: 0 5px;
	opacity: 1;
	text-decoration: none;
	z-index: 100;
    background-color: #00B559;
}

div.tempsave_button a img {
	width: 100%;
    max-width: 160px;
	cursor: pointer;
}

div.preview_button a {
    display: block;
    width: 100%;
    padding: 0 5px;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
	z-index: 100;
    background-color: #3fa9f5;
}

div.preview_button a img {
	width: 100%;
    max-width: 160px;
	cursor: pointer;
}

div.faq_button a {
    display: block;
    width: 100%;
    padding: 0 5px;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
	z-index: 100;
    background-color: #e60012;
}

div.faq_button a img {
	width: 100%;
    max-width: 160px;
	cursor: pointer;
}

.AOFerrmsg {
    color: #ff0000;
}

.font_s {
    font-size: 90%;
}

.query .confirmonly { display: none !important; }
.confirm .queryonly { display: none !important; }
.admin .privacy_tbl , .admin .privacy_check { display: none !important; }
.update .privacy_tbl , .update .privacy_check { display: none !important; }

.formA  .partsAB:not(.partsA)  { display: none;}
.formB  .partsAB:not(.partsB)  { display: none;}

.other_select_root { display: flex; align-items: center; width:100%;}
.other_select_root .other_txt { flex-grow: 1;}

/* 応募コース */
label.app_course { display: block;}


/* 申請者分類 */
.apptype_line { display: flex; width: 100%; align-items: center;}
.apptype_line .other_select_root { flex-grow: 1;}
.apptype_line .apptype_title { flex: 0 0 145px; }


/* 前年度収入内訳 */
.income_detail {
    border-top: solid 1px #e2e2e2;
    display: flex;
    flex-wrap: wrap;
}
.income_detail_line {
    display: flex;
    flex-grow: 1;
}
.income_detail_line > span {
    padding: 10px;
    font-weight: bold;
    flex: 0 0 130px;
}
.income_detail_line > div {
    padding: 10px;
    border-bottom: solid 1px #e2e2e2;
    flex-grow: 1;
}

.confirm .money_container {
    display: inline-block;
    width: 200px;
    text-align: right;
}
.confirm .income_detail_line > div {
    text-align: right;
}

/*写真の説明*/
.phototext {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    width: 100%;
}
.phototext span {
    white-space: nowrap;
}
.phototext input {
    flex-grow: 1;
}

/*スケジュール*/
.scheduele_list_header {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: solid 1px #e2e2e2;
    background: #FAD3BF;
    font-weight: bold;
}
.schedule_list_date {
    flex: 0 0 200px;
}
.schedule_list_text {
    flex-grow: 1;
}
.schedule_list_line {
    border-bottom: solid 1px #e2e2e2;
}
.schedule_list_box {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}
.schedule_list_box input.l{
    width: 100%;
}

/*メンバー*/
.member_line { padding:10px; display: flex; align-items: center;}
.member_line .member_title { display: inline-block; width: 40%; max-width: 280px; font-size: 16px;}

/*連携先*/
.renkei_line { padding:10px; display: flex; align-items: center;}
.renkei_line .renkei_title { display: inline-block; width: 40%; max-width: 280px; font-size: 16px;}

/*他財団の助成金*/
.otherfound_line { padding:10px; display: flex; align-items: center;}
.otherfound_line .otherfound_title { display: inline-block; width: 40%; max-width: 180px; font-size: 16px;}


/*予算*/
.expense-table-wrapper {
  overflow-x: auto;
}
.expense-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.expense-row, .expense-header-row, .expense-footer-row{
  display: grid;
  grid-template-columns:
    130px
    1fr
    150px
    150px
    40px;

  align-items: start;
}
.expense-footer-row {
  grid-template-columns:
    260px
    1fr
    150px
    150px
    40px;

}
.confirm .expense-row {
    border-bottom: solid 1px #e2e2e2;
}
.confirm .expense-table .expense-row:last-child {
    border-bottom:none;
}
.expense-header {
    font-size: 16px;
    font-weight: bold;
    background-color: #FAD3BF;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.expense-item {
    display: flex;
    align-items: center;
    padding: 3px;
}
.expense-item input.l{
    width: 100%;
    flex-grow: 1;
}
.expense-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right:10px;
    height: 100%;
}
.expense-delete {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url('../img/file_delete.png');
    background-size: cover;
    margin-top: 5px;
}

.expense-footer-row .addlink{
    padding: 0;
}
.expense-footer-row .addlink a{
    position: static;
}


.confirm .expense-number { justify-content: end;}

/*さらに表示*/
.dsp1 .dspgrp2, .dsp1 .dspgrp3, .dsp1 .dspgrp4, .dsp1 .dspgrp5, .dsp1 .dspgrp6, .dsp1 .dspgrp7, .dsp1 .dspgrp8 { display: none;}
.dsp2 .dspgrp3, .dsp2 .dspgrp4, .dsp2 .dspgrp5, .dsp2 .dspgrp6, .dsp2 .dspgrp7, .dsp2 .dspgrp8 { display: none;}
.dsp3 .dspgrp4, .dsp3 .dspgrp5, .dsp3 .dspgrp6, .dsp3 .dspgrp7, .dsp3 .dspgrp8 { display: none;}
.dsp4 .dspgrp5, .dsp4 .dspgrp6, .dsp4 .dspgrp7, .dsp4 .dspgrp8{ display: none;}
.dsp5 .dspgrp6, .dsp5 .dspgrp7, .dsp5 .dspgrp8{ display: none;}
.dsp6 .dspgrp7, .dsp6 .dspgrp8{ display: none;}
.dsp7 .dspgrp8{ display: none;}

.addlink  {
    position: relative;
    padding-bottom: 80px;
}
.confirm .addlink {
    padding: 0;
}
.addlink a {
    position: absolute;
    right: 5px;
    top:0;
    padding: 10px 50px 10px 20px;
	background: url(../img/plus-white.svg) no-repeat 92% center;
    background-size: 20px 20px;
    background-color: #0055a1;
    display: block;
    text-decoration: none;
    color: #fff;
    border: solid 1px #0055a1;
    border-radius: 30px;
}
.addlink a:hover {
	background: url(../img/plus-blue.svg) no-repeat 92% center;
    background-size: 20px 20px;
    background-color: #fff;
    color: #0055a1;
}

.dl_template a {
    padding: 5px 40px 5px 10px;
	background: url(../img/download-white.svg) no-repeat 92% center;
    background-size: 20px 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    font-weight: normal;
}
.dl_template a.btnBlue {
    background-color: #0071BC;
    border: solid 1px #0071BC;
}
.dl_template a.btnBlue:hover {
    color: #0071BC;
	background: url(../img/download-blue.svg) no-repeat 92% center;
    background-size: 20px 20px;
    background-color: #fff;
}

.btnDelete {
    background: #e60012;
    text-decoration: none;
}

a.copylink  {
    margin-left: 20px;
    padding: 0px 50px 0px 20px;
	background: url(../img/copy-white.svg) no-repeat 92% center;
    background-size: 20px 20px;
    background-color: #e60012;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: solid 1px #e60012;
    border-radius: 30px;
}
a.copylink:hover {
	background: url(../img/copy-red.svg) no-repeat 92% center;
    background-size: 20px 20px;
    background-color: #fff;
    color: #e60012;
}


a.filelink {
    color: #F29501;
    height: 30px;
    display: inline-block;
}
a.pdflink {
    padding-left: 30px;
    background-image: url('../img/mark_pdf.png');
    background-repeat: no-repeat;
}

/* drag and drop */
.dragdropinside {
    background-color: #E6E6E6;
    border: solid 1px #CECECE;
    padding: 20px;
    text-align: center;
    margin: 10px 0;
}
.inputfile_label {
    display: inline-block;
    line-height: 1.0em;
    background-color: #B3B3B3;
    padding: 5px 5px 5px 20px;
    border-radius: 5px;
    color: #fff;
    background-image: url('../img/btn_file.png');
    background-repeat: no-repeat;
    background-position: 3px 50%;
}
.dragdrop .dl_template { float:left; margin-right:20px;}
.dragdropfile { display: none; }

@media screen and (min-width: 961px){
    .income_detail_line { flex-basis: 33%; }
}
@media screen and (max-width: 960px) and (min-width: 681px) {
    .income_detail_line { flex-basis: 50%; }
}


/*PC*/
@media screen and (min-width: 961px){
    .name_wrp { display: inline;}
    .name_wrp:first-child{ margin-right: 20px; }
    .bottom_buttons { display: none;}
    .side_buttons {
    	position: fixed;
        bottom: 85px;
        right: 50px;
    }
    main {margin-top: 80px;}
    .top_buttons {
    	position: fixed;
        /*bottom: 85px;
        right: 50px;
        */
        top : 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1120px;
        width: 100%;
        z-index: 100;
        padding-top: 10px;
        background-color: #ffffff;
    }
    .top_buttons_inner {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        gap: 20px;
        background-color: #ffffff;
    }
    .top_buttons_inner .logo{
        margin-right: auto;
    }
    div.tempsave_button a {
        max-width: 160px;
        border-radius: 10px;
    }
    div.preview_button a {
        max-width: 160px;
        border-radius: 10px;
    }
    div.faq_button a {
        max-width: 160px;
        border-radius: 10px;
    }

}

/*モバイル*/
@media screen and (max-width: 960px){
    .detail {
        overflow: auto;
    }

    .tbl th , .tbl td {
        display: block;
        width: 100%;
    }
    .table th , .table td {
        display: block;
        width: 100%;
    }

    .privacy_tbl th , .privacy_tbl td{
        display: block;
        width: 100%;
    }
    .privacy_tbl .txt_brown {
        padding: 10px 0px;
    }

    .top_buttons { display: none;}
    .side_buttons { display: none;}

    header .logo-tokyu {
        display: none;
    }
    .bottom_buttons {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .bottom_buttons div.move_error_button {
        width: 100%;
        display: flex;
    }
    .bottom_buttons div.move_error_button a{
        margin-bottom: 0;
        border-radius: 0;
        padding: 2px 0;
    }
    .bottom_buttons .caution_save {
        color: white;
        box-sizing: border-box;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
        text-align: center;

        background-color: #F29501;
        width: 100%;
        height: auto;
        line-height: 1em;
        padding: 10px 0;
        border-radius: 0;
        margin: 0;
    }
    .bottom_buttons .inner_bottom_buttons {
        width: 100%;
        display: flex;
    }
    .bottom_buttons div.tempsave_button {
        flex-grow: 1;
    }
    .bottom_buttons div.preview_button {
        flex-grow: 1;
    }
    .bottom_buttons div.faq_button {
        flex-grow: 1;
    }

    body { padding-bottom: 110px;}

}

/*モバイル*/
@media screen and (max-width: 960px) and (min-width: 501px) {
    .bottom_buttons div.tempsave_button a{
        text-align: center;
    }
    .bottom_buttons div.preview_button a{
        text-align: center;
    }
    .bottom_buttons div.faq_button a{
        text-align: center;
    }
}


/*モバイル*/
@media screen and (max-width: 790px) {
    /*メンバー*/
    .member_line { flex-wrap: wrap; }
    .member_line .member_title { width: 100%; max-width: 100%;}
    /*連携*/
    .renkei_line { flex-wrap: wrap; }
    .renkei_line .member_title { width: 100%; max-width: 100%;}
    /*他財団の助成金*/
    .otherfound_line { flex-wrap: wrap; }
    .otherfound_line .otherfound_title { width: 100%; max-width: 100%;}

}

/**/
@media print {
    header { position: static;}
    main { padding-top: 0px;}
	.top_buttons, .bottom_buttons {
		display: none;
	}
    .page_title {
        margin-top: 0px;
    }
}
