#my_toppage {
    padding-top: 20vh;
}
.markdown-section img {
    vertical-align: middle;
}
.book .book-summary .book-logo {
    height: 50px;
    padding: 0;
    background: #454545;
    text-align: center;
    line-height: 50px;
}
.book .book-summary .book-logo img {
    width: 240px;
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    .book .book-summary .book-logo {
        height: 9vw;
        line-height: 9vw;
    }
    .book .book-summary .book-logo img {
        width: 45vw;
    }
}
/* ================================================================================================================== */
/* SUPPORT_LANGUAGE                                                                                                   */
/* ===================================================================================================================*/
#support_language .cd_sp_only {
	display: none;
}
#support_language .lmenu {
    letter-spacing: -.40em;
}
#support_language .lmenu a {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: underline;
    vertical-align: top;
}
#support_language .lmenu a:hover {
    text-decoration: none;
}
#support_language .lmenu a:nth-child(n + 2) {
    margin-left: 20px;
}
#support_language  .top_annotation {
	margin-top: 35px;
	font-size: 18px;
	line-height: 1.45;
}
#support_language .ltitle {
	margin-top: 30px;
	background: #333333;
	text-align: center;
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.85;
	letter-spacing: -.40em;
}
#support_language .ltitle span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#support_language .ltitle span:nth-child(n + 1) {
	line-height: 1;
}
#support_language .ltitle span:nth-child(n + 1) img {
	vertical-align: middle;
}
#support_language .ltitle span:nth-child(n + 2) {
	margin-left: 10px;
}
@media screen and (max-width: 600px) {
	#support_language .cd_sp_only {
		display: inline;
	}
	#support_language .lmenu {
	}
	#support_language .lmenu a {
	    font-size: 5.5vw;
	}
	#support_language .lmenu a:hover {
	}
	#support_language .lmenu a:nth-child(n + 2) {
	    margin-left: 4vw;
	}
	#support_language  .top_annotation {
		margin-top: 6vw;
		font-size: 3.5vw;
	}
	#support_language .ltitle {
		margin-top: 5vw;
		font-size: 5.5vw;
	}
	#support_language .ltitle span {
	}
	#support_language .ltitle span:nth-child(n + 1) img {
		width: auto !important;
		height: 6.5vw;
	}
	#support_language .ltitle span:nth-child(n + 2) {
		margin-left: 2vw;
	}
}
/* ================================================================================================================== */
/* SUPPORT_LANGUAGE:TABLE(GitBookの書式クリア)                                                                        */
/* ===================================================================================================================*/
#support_language table {
	margin: 0;
	padding: 0;
	border: none;
}
#support_language table tr {
	background: none;
	border: none;
}
#support_language table tr th,
#support_language table tr td {
	margin: 0;
	padding: 0;
	border: none;
}
/* ================================================================================================================== */
/* SUPPORT_LANGUAGE:ONLINE                                                                                            */
/* ===================================================================================================================*/
#support_language #support_language___online .annotation {
	padding-top: 10px;
	font-size: 18px;
	line-height: 1.45;
}
#support_language #support_language___online .initial_char_group_item:nth-child(n + 2) {
	margin-top: 15px;
}
@media screen and (max-width: 600px) {
	#support_language #support_language___online .annotation {
		padding-top: 2vw;
		font-size: 3.5vw;
	}
	#support_language #support_language___online .initial_char_group_item:nth-child(n + 2) {
		margin-top: 4vw;
	}
}
/* =============================================================== */
/* SUPPORT_LANGUAGE:ONLINE:頭文字                                  */
/* =============================================================== */
#support_language #support_language___online .item_initial {
    background: #777777;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.8;
}
@media screen and (max-width: 600px) {
    #support_language #support_language___online .item_initial {
        font-size: 4.2vw;
    }
}
/* ================================================================================================================== */
/* SUPPORT_LANGUAGE:TABLE                                                                                             */
/* ===================================================================================================================*/
#support_language #support_language___online .item_list table {
    width: 100%;
    border-collapse: collapse;
}
#support_language #support_language___online .item_list table tr:nth-child(1) {
    border-left:  1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-top:    5px solid #ffffff;
}
#support_language #support_language___online .item_list table tr:nth-child(2) {
	height: 6px;
}
#support_language #support_language___online .item_list table tr:nth-child(3) {
	border-top: 1px solid #777777;
}
@media screen and (max-width: 600px) {
}
/* =============================================================== */
/* SUPPORT_LANGUAGE:ONLINE:LIST:HEADLINE                           */
/* =============================================================== */
#support_language #support_language___online .item_list table tr.type_headline th {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #c6c6c6;
    font-size: 22px;
    line-height: 1.2;
}
#support_language #support_language___online .item_list table tr.type_headline th:nth-child(n + 2) {
    border-left: 1px solid #ffffff;
}
#support_language #support_language___online .item_list table tr.type_headline th:nth-child(n + 2) > span:nth-child(1) {
	display: block;
	padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
	#support_language #support_language___online .item_list table tr.type_headline th {
	    padding: 2vw 1vw;
	    font-size: 3vw;
	}
	#support_language #support_language___online .item_list table tr.type_headline th:nth-child(n + 2) {
		min-width: 19%;
	}
	#support_language #support_language___online .item_list table tr.type_headline th:nth-child(n + 2) > span:nth-child(1) {
	}
    #support_language #support_language___online .item_list table tr.type_headline th:nth-child(n + 2) img {
        width: auto !important;
        height: 4.5vw;
    }
}
/* =============================================================== */
/* SUPPORT_LANGUAGE:ONLINE:LIST:DATA                               */
/* =============================================================== */
#support_language #support_language___online .item_list table tr.type_data {
    border-bottom: 1px solid #777777;
}
#support_language #support_language___online .item_list table tr.type_data td {
    box-sizing: border-box;
    padding: 5px 5px;
}
#support_language #support_language___online .item_list table tr.type_data td:first-child {
    border-left: 1px solid #777777;
}
#support_language #support_language___online .item_list table tr.type_data td:last-child {
    border-right: 1px solid #777777;
}
#support_language #support_language___online .item_list table tr.type_data td:nth-child(1) {
    width: 80px;
    padding-left: 5px;
}
#support_language #support_language___online .item_list table tr.type_data td:nth-child(1) img {
    width: 60px;
}
#support_language #support_language___online .item_list table tr.type_data td:nth-child(2) {
    width: 280px;
    font-size: 22px;
}
#support_language #support_language___online .item_list table tr.type_data td:nth-child(n + 3) {
    min-width: 110px;
    text-align: center;
    border-left: 1px dotted #777777;
    font-size: 28px;
}

@media screen and (max-width: 600px) {
	#support_language #support_language___online .item_list table tr.type_data {
	}
	#support_language #support_language___online .item_list table tr.type_data td {
	    padding: 1vw;
	}
	#support_language #support_language___online .item_list table tr.type_data td:first-child {
	}
	#support_language #support_language___online .item_list table tr.type_data td:last-child {
	}
	#support_language #support_language___online .item_list table tr.type_data td:nth-child(1) {
	    width: 10vw;
	    padding-left: 1vw;
	}
	#support_language #support_language___online .item_list table tr.type_data td:nth-child(1) img {
	    width: auto !important;
	    height: 6vw;
	}
	#support_language #support_language___online .item_list table tr.type_data td:nth-child(2) {
	    width: auto;
	    font-size: 3vw;
	}
	#support_language #support_language___online .item_list table tr.type_data td:nth-child(n + 3) {
	    min-width: auto;
	    min-width: initial;
	    font-size: 3vw;
	}
}
/* ================================================================================================================== */
/* SUPPORT_LANGUAGE:OFFLINE                                                                                           */
/* ===================================================================================================================*/
#support_language #support_language___offline {
}
#support_language #support_language___offline .annotation {
	padding: 10px 0 20px;
	font-size: 18px;
	line-height: 1.45;
}
#support_language #support_language___offline .item table {
    width: 100%;
    border-collapse: collapse;
}
#support_language #support_language___offline .item table tr:nth-child(1) {
    border-left:  1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
#support_language #support_language___offline .item table tr:nth-child(2) {
	height: 6px;
}
#support_language #support_language___offline .item table tr:nth-child(3) {
	border-top: 1px solid #777777;
}
@media screen and (max-width: 600px) {
	#support_language #support_language___offline {
	}
	#support_language #support_language___offline .annotation {
		padding: 2vw 0 4vw;
		font-size: 3.5vw;
	}
	#support_language #support_language___offline .item table {
	}
}
/* =============================================================== */
/* SUPPORT_LANGUAGE:OFFLINE:ITEM:HEADLINE                          */
/* =============================================================== */
#support_language #support_language___offline .item table tr.type_headline th {
	background: #c6c6c6;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: 2.23;
}
#support_language #support_language___offline .item table tr.type_headline th:nth-child(n + 1) {
	border-left:  1px solid #ffffff;
}
@media screen and (max-width: 600px) {
	#support_language #support_language___offline .item table tr.type_headline {
	}
	#support_language #support_language___offline .item table tr.type_headline th {
		font-size: 3.6vw;
	}
	#support_language #support_language___offline .item table tr.type_headline th:nth-child(n + 1) {
	}
}
/* =============================================================== */
/* SUPPORT_LANGUAGE:OFFLINE:ITEM:DATA                              */
/* =============================================================== */
#support_language #support_language___offline .item table tr.type_data {
    border-bottom: 1px solid #777777;
}
#support_language #support_language___offline .item table tr.type_data td {
	font-size: 22px;
	line-height: 1.28;
}
#support_language #support_language___offline .item table tr.type_data td:first-child {
    border-left: 1px solid #777777;
}
#support_language #support_language___offline .item table tr.type_data td:last-child {
    border-right: 1px solid #777777;
}
#support_language #support_language___offline .item table tr.type_data td:nth-child(1) {
	width: 170px;
    padding: 10px 20px;
}
#support_language #support_language___offline .item table tr.type_data td:nth-child(2) {
    padding: 10px;
    border-left: 1px dotted #777777;
}
@media screen and (max-width: 600px) {
	#support_language #support_language___offline .item table tr.type_data {
	}
	#support_language #support_language___offline .item table tr.type_data td {
		font-size: 3.6vw;
	}
	#support_language #support_language___offline .item table tr.type_data td:first-child {
	}
	#support_language #support_language___offline .item table tr.type_data td:last-child {
	}
	#support_language #support_language___offline .item table tr.type_data td:nth-child(1) {
		width: auto;
	    padding: 2vw;
	    white-space: nowrap;
	}
	#support_language #support_language___offline .item table tr.type_data td:nth-child(2) {
	    padding: 2vw;
	}
}
/* =============================================================== */
/* COMMON                                                          */
/* =============================================================== */
.markdown-section h2 dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.markdown-section h2 dl dt {
    white-spacing: nowrap;

    margin-top: 0;
    font-style: inherit;
    font-weight: inherit;
}
.markdown-section h2 dl dd {
    padding: 0;
    padding-left: 0.3em;
    margin-bottom: 0;
}
.markdown-section h2 dl dd > div:nth-child(2) {
    text-indent:  -1em;
    padding-left: 1em;
    font-size: 0.75em;
}
/* =============================================================== */
/* hyp10_service_close_readme                                      */
/* =============================================================== */
.hyp10_service_close_readme {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    font-weight: 700;
    font-style: normal;

}
.hyp10_service_close_readme span:nth-child(1) {
    flex-shrink: 0;
    color: #ff0000;
}
.hyp10_service_close_readme span:nth-child(2) {
    padding-left: 10px;
    color: #333333
}
.hyp10_service_close_readme span:nth-child(2) a {
  color: inherit;
  outline: 0;
  text-decoration: underline;
}
.hyp10_service_close_readme span:nth-child(2) a:hover {
  outline: 0;
  text-decoration: none;
}
/* =============================================================== */
/* hyp10_service_close_page                                        */
/* =============================================================== */
.hyp10_service_close_page {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    font-weight: 700;
    font-style: normal;

}
.hyp10_service_close_page span:nth-child(1) {
    flex-shrink: 0;
    color: #ff0000;
}
.hyp10_service_close_page span:nth-child(2) {
    padding-left: 10px;
    color: #333333
}
.hyp10_service_close_page span:nth-child(2) a {
  color: inherit;
  outline: 0;
  text-decoration: underline;
}
.hyp10_service_close_page span:nth-child(2) a:hover {
  outline: 0;
  text-decoration: none;
}
