/**************************************
  共通設定
**************************************/
:root {
    --page-width: 1238px;

    --menu-item-width: 150px;
    --menu-item-height: 50px;
    --menu-image-height: 300px;

    --columns2-column1-top: 0px;
    --columns2-column1-left: 0px;
    --columns2-column2-left: 500px;
    --columns2-column-width: 450px;

    --profile-column-height: 700px;
    --profile-column2-top: -700px;
    --contact-column-height: 700px;
    --contact-column2-top: -700px;

    --activity-item-width: 923px;
    --activity-item-height: 157px;

}


/**************************************
  汎用設定
**************************************/
.bold {
    font-weight: bold;
}

.white {
    color: white;
}

.black {
    color: black;
}

/**************************************
  全体設定
**************************************/
div.body {
    position: relative;
    width: 100%;
}

div.index {
    background-image: url("../images/sdk_bg.png");
    background-repeat: no-repeat;
    height: 800px;
    width: var(--page-width);
    margin: auto;
}

div.main {
    margin: auto;
    width: var(--page-width);
}

div.header {
    background-image: url("../images/sdk_menu_bg.png");
    height: 300px;
    width: var(--page-width);
}

a:link, a:visited:link {
    text-decoration: none;
}

/**************************************
  ヘッダー
**************************************/
div.head_menu {
    line-height: var(--menu-item-height);
    height: var(--menu-image-height);
}

div.head_logos {
	display: block;
}

.head_menu_logo {
    padding-top: 50px;
    padding-left: 169px;
    width: 800px;
}

.head_iso_logo {
	width: 200px;
	padding-left: 40px;

}

/**************************************
  ヘッダーメニュー
**************************************/
div.head_menu_bar {
    width: 100%;
    border-top: 1px white solid;
    border-bottom: 1px white solid;
    border-left: 0px;
    border-right: 0px;
    background-color: #223a70;
}

ul.head_menu_items {
    width: calc( var(--menu-item-width) * 8);
    border: none;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding-left: 0px;
}

li.head_menu_item {
    width: var(--menu-item-width);
    font-size: 12pt;
    text-align: center;
    margin-left: 0px;
    height: 100%;
    align-self: stretch;
    border-right: 1px dashed white;
}

li.head_menu_item:first-child {
    border-left: 1px dashed white;
}

a.head_menu_item {
    display: flex;
    text-decoration-line: none;
    height: 100%;
    min-width: 100px;
    width: auto;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-shadow: 1px 1px 0px black;
/*
    text-shadow: 1px 1px 0px black, -1px -1px 0px black,
                -1px 1px 0px black,  1px -1px 0px black;
*/
}

/**************************************
  コンテンツ
**************************************/
ul.index_contents_title {
    display: list-item;
    list-style: none;
    text-align: center;
    font-size: 20pt;
    letter-spacing: 0.2em;
    margin-top: 100px;
    text-shadow: 3px 3px 3px black;
    line-height: 2.5em;
    padding: 0px;
}

li.fs_large {
    font-size: 30pt;
    color: white;
}

div#contents_box {
    margin-left: 150px;
    margin-right: 150px;
}

div#contents.activity {
    background-image: url("../images/sdk_activity_building.png");
    background-position: 80px 570px;
    background-repeat: no-repeat;
    height: 1400px;
}

h1.contents_title {
    font-size: 24pt;
}

ul.contents_list_greeting {
    display: list-item;
    list-style: none;
    font-size: 18pt;
    text-justify: auto;
    width: 21em;
    margin-left: 6em;
    letter-spacing: 0.2em;
}

ul.contents_list {
    display: list-item;
    list-style: none;
    font-size: 20pt;
}

div.profile_detail {
    height: var(--profile-column-height);
}

div.profile_column1 {
    position: relative;
    top: var(--columns2-column1-top);
    left: var(--columns2-column1-left);
    width: var(--columns2-column-width);
    height: var(--profile-column-height);
}

div.profile_column2 {
    position: relative;
    top: var(--profile-column2-top);
    left: var(--columns2-column2-left);
    width: var(--columns2-column-width);
    height: var(--profile-column-height);
}

dl.profile_data {
    box-sizing: border-box;
}

dl.profile_data dt {
    box-sizing: border-box;
    width: 30%;
    float: left;
}

dl.profile_data dd {
    box-sizing: border-box;
    margin-left: 30%;
    padding-bottom: 10px;
}

dl.profile_data dd.lastdata {
}


ol.profile_business {

}

img.chart {
    margin-left: 200px;
    width: 50%;
}

dl.activity_items {
    background-image: url("../images/sdk_activity_bg.png");
    width: var(--activity-item-width);
    height: var(--activity-item-height);
    display: flex;
    flex-wrap: wrap;
}

dl.activity_items dt {
    height: var(--activity-item-height);
    line-height: var(--activity-item-height);
    vertical-align: middle;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    font-size: 18pt;
}

dl.activity_items dd {
    height: var(--activity-item-height);
    width: 70%;
    box-sizing: border-box;
    margin: 0px;
    font-size: 12pt;
    display: table;
}

div.activity_rows {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

div.activity_row {
    box-sizing: border-box;
    display: list-item;
    list-style-type: "●";
    list-style-position: inside;
}

div.download {
    min-height: 500px;
}

div.download_items {
}

div.download_item {
    border: 1px solid black;
    width: 50%;
    text-align: center;
    height: 5em;
    line-height: 5em;
    border-radius: 10px;
    box-shadow: 5px 5px 3px gray;
    background-color: #223a70;
    margin: 20px 25%;
}

div.download_item a {
    display: inline-block;
    padding: 0px 0px;
    width: 100%;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

div.contact_detail {
    height: var(--contact-column-height);
}

div.contact_column1 {
    position: relative;
    top: var(--columns2-column1-top);
    left: var(--columns2-column1-left);
    width: var(--columns2-column-width);
    height: var(--contact-column-height);
}

div.contact_column2 {
    position: relative;
    top: var(--contact-column2-top);
    left: var(--columns2-column2-left);
    width: var(--columns2-column-width);
    height: var(--contact-column-height);
}

form.contact_form {

}

input.contact_form.input {
    width: 20rem;
}

input.contact_form.default_button {
    width: 10rem;
    height: 2rem;
    font-size: 16px;
    background-color: #95ccee;
    border: none;
}


/**************************************
  フッター
**************************************/
.footer {
    width: var(--page-width);
    background-color: #95CCEE;
    box-sizing: border-box;
}

aside {
    display: flex;
    justift-content: space-between;
    padding: 40px 20px;
}

aside ul {
    width: 33%;
    float:left;
}

ul.sitemap {
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.sitemap li {
    padding: 0;
    list-style-type: none;
    color: #000815;
    border-bottom: 1px solid #000815;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 0.75em;
}

.copyright {
    text-align: center;
    font-size: 85%;
    background-color: #323944;
    color: #f8f9fa;
}
}