@charset "UTF-8";
/* CSS Document */

img {
    width: 100%;
}
.tokyo_zeroem    {
    width:100%;
}
.tokyo_zeroem .header {
    background: url(/news_cont/info/tokyo_zeroem/h_bg.webp) repeat 0 0;
    text-align: center;
    padding: 100px 20px 0;
    margin:0;
}
.tokyo_zeroem .header h1 {
    line-height: 0;
}
.tokyo_zeroem .header_img   {
    max-width: 800px;
}
.tokyo_zeroem .con_01 {
    padding:50px 0;
}

.tokyo_zeroem .con_02 {
    background:#e6f0db;
    padding:50px 0;
}
.tokyo_zeroem .inner  {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.tokyo_zeroem .con_01_title    {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.tokyo_zeroem .con_01_title span    {
    padding-bottom: 4px;
    background:linear-gradient(transparent 60%, #ccddbb 60%);
}
.tokyo_zeroem .con_01_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.tokyo_zeroem .con_01_text    {
    width: 100%;
    font-size: 16px;
    font-weight: 2;
}
.tokyo_zeroem .conceptual_scheme  {
    margin-bottom: 50px;
}
.tokyo_zeroem .conceptual_scheme img  {
    margin-bottom: 10px;
}
.tokyo_zeroem .conceptual_scheme_supplement  {
    text-align: center;
    color:#666666;
    font-size:12px
}

.tokyo_zeroem .con_02_title   {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.tokyo_zeroem .con_02_title span    {
    padding-bottom: 4px;
    background:linear-gradient(transparent 60%, #FFF 60%);
}
.tokyo_zeroem .con_02_title em   {
    font-style:normal;
    color:#dd362e;
}
.tokyo_zeroem .con_box {
    margin-bottom: 50px;
}
.tokyo_zeroem .sub_title  {
    border-left: #478242 solid 6px;
    padding:0px 6px;
    margin-bottom: 20px;
    font-size: 20px;
}
.tokyo_zeroem .sub_title span  {
    font-size: 16px;
}

.zeroem_tbl *, .zeroem_tbl *:before, .zeroem_tbl *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeroem_tbl {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #478242;
}
.zeroem_tbl thead th {
	padding: 10px 15px;
	background: #e3e4e4;
    color:#478242;
    border: 1px solid #478242;
    font-weight: normal;
}
.zeroem_tbl thead th:first-child {
	background: #FFF;
}
.zeroem_tbl thead th:last-child {
}
.zeroem_tbl tbody th {
	padding: 10px 15px;
	vertical-align: top;
	background: #478242;
	white-space: nowrap;
    color: #FFF;
    border-bottom: 1px solid #ffffff;
    vertical-align: middle;
}
.zeroem_tbl tbody tr:last-child th {
    border-bottom: 1px solid #478242;
}
.zeroem_tbl tbody td {
	padding: 10px 15px;
	vertical-align: top;
	background: #ffffff;
    text-align: center;
    border: 1px solid #478242;
}
.zeroem_tbl tbody td.highlight {
    background: #dd362e;
    color:#FFF;
    font-weight: bold;
}
.text_left  {
    text-align: left !important;
}
@media only screen and (max-width:767px) {
	.zeroem_tbl thead {
		display: none;
	}
	.zeroem_tbl tbody th {
		display: block;
        vertical-align: middle;
	}
	.zeroem_tbl tbody td {
		display: block;
		padding: 10px 5px;
        border: none;
        border-bottom: 1px solid #478242;
	}
    .zeroem_tbl tbody td:last-child {
        border: none;
    }
	.zeroem_tbl tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		content: attr(label);
        margin-left: 20px;
	}
}

.form_title {
    max-width: 800px;
    margin:100px auto;
    padding: 0 20px;
}

.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}
@media screen and (max-width: 767px)    {
    .tokyo_zeroem .header {
        background: url(/news_cont/info/tokyo_zeroem/h_bg.webp) repeat 0 0;
        background-size: 100%;
        padding: 50px 20px 0;
    }
    .tokyo_zeroem .con_01,.tokyo_zeroem .con_02 {
        padding:40px 0;
    }
    .tokyo_zeroem .con_01_box {
        display: block;
    }
    .tokyo_zeroem .con_01_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .tokyo_zeroem .con_01_text {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    .tokyo_zeroem .form_title {
        margin:50px auto;
    }
    .tokyo_zeroem .conceptual_scheme_supplement  {
        text-align: left;
        line-height: 1.6;
        font-size:12px
    }
}

.zeroem_tbl_02 *, .zeroem_tbl_02 *:before, .zeroem_tbl_02 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeroem_tbl_02 {
    width: 100%;
	border-collapse:collapse;
	border: 1px solid #478242;
}
.zeroem_tbl_02 thead th {
	padding: 10px 15px;
	background: #e3e4e4;
    color:#478242;
    border: 1px solid #478242;
    font-weight: normal;
}
.zeroem_tbl_02 thead th:first-child {
	background: #FFF;
}
.zeroem_tbl_02 thead th:last-child {
}
.zeroem_tbl_02 tbody th {
	padding: 10px 15px;
	vertical-align: top;
	background: #478242;
	white-space: nowrap;
    color: #FFF;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: middle;
}
.zeroem_tbl_02 tbody tr:last-child th {
    border-bottom: 1px solid #478242;
}
.zeroem_tbl_02 tbody td {
	padding: 10px 15px;
	vertical-align: top;
	background: #ffffff;
    text-align: center;
    border: 1px solid #478242;
    white-space: nowrap;
}
.zeroem_tbl_02 tbody td.highlight {
    background: #dd362e;
    color:#FFF;
    font-weight: bold;
}
.supp   {
    margin-top:10px;
}
.supp a   {
    color:#478242;
    text-decoration: underline;
}
.supp a:hover   {
    text-decoration: none;
}