@charset "utf-8";

html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    font-size: 18px;
}

.container_sub {
    display: flex;
    flex-flow: row;
    padding: 5px;
}
    .container_sub.bb {
	border-bottom: 1px solid #b33e5c;
	padding: 0px;
    }
    .container_sub.bb_dot {
	border-bottom: 1px dotted #b33e5c;	
	flex-flow:column;
	margin: 10px 10px 0 10px;
    }
    
.container {
    margin: 0 auto 0 auto;
    max-width: 1500px;
    flex: 1;
}
.container_nav {
    margin: 2px auto 2px auto;
    max-width: 1500px;
    background-color: #AB0063;
    border: 1.5px dashed #fff;
    box-shadow: 0 0 0 2px #8d1e47;
}

.container_molviewer {
    width: 35%;
    height: 320px;
    position: relative;
    margin: 10px;
}

.container_item {
    display: flex;
    flex-flow: column;
    padding: 0 0 0 10px;
    width: 100%;
}    
    .container_item.assembly {
	flex-flow: row;
	padding: 0;
	margin: 0 0 70px 0;
    }

    .container_item.text {
	padding: 0 10px 0 10px;
	width: 100%;
    }    

.wrapper {
    display: flex;
    margin: 0px auto;
    max-height: 160px;
    flex-flow: column;
    max-height: 200px;    
    background-image: url("/static/entry/css/images/white_02s.jpg");
}
.c_wrapper {
    width: 80%;
}
.c_wrapper.chart {
    padding: 5px;
    margin: 10px 50px 10px 20px;
}
.c_wrapper.table {
	padding: 30px 10px 10px 10px;	
}

.inline-block {
    display: inline-block;
}
.header-inner {
    padding: 0px 0px 0 0px;
    flex-wrap: wrap;
    order: 2;
}
.site-header-text {
    padding: 10px 0px 0px 10px;
    width: 0%;
    flex-wrap: wrap;
    margin-left: 0px;
    order: 3;
}
.site-header-text p {
    font-size: 18px;
}

.zigzag {
    position: relative;
    width: 100%;
    height: 15px;
    margin: -12px 0 15px 0;
    background: #000000;
}
.zigzag:after {
    content: "";
    display: block;
    position: absolute;
    height: 18px;
    width: 100%;
    bottom: -18px;
    background:
    linear-gradient(135deg, #000000 20%, transparent 0),
    linear-gradient(225deg, #000000 20%, transparent 0);
    background-size: 18px 18px;
}

main {
    width: 100%;
    padding: 20px 15px 10px 15px;
    background-image: url("/static/entry/css/images/white_02s.jpg");
}

.sub-header {
    font-size: 1.2em;
    padding: 10px;
}

.selection_box {
    margin: 10px;
    padding: 5px 30px 5px 0px;
    line-height: 1.5em;    
    width: 100%;
}
.selection_box label {
    float: left;
    width: 20%;
}
.selection_button {
    text-align: left;
}
      
footer{
}
.footer-inner {
    position: relative;
    height: 38px;
    text-align: right;
    padding: 3px 0px;
    font-size: 16px;
    background: #AB0063;
    color: #fff;
    box-sizing: border-box;
}
.footer-inner h3 {
    margin: 0;
    padding: 0 50px;
    font-weight: normal;
    border-top: dashed 1.5px #fff;
    border-bottom: dashed 1.5px #fff;
    line-height: 28px;
    font-size: 16px;
}
.footer-inner:before, .footer-inner:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
}
.footer-inner:before {
  top: 0;
  left: 0;
  border-width: 19px 0px 19px 18px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.footer-inner:after {
  top: 0;
  right: 0;
  border-width: 19px 18px 19px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* navigation */
.navbar {
	display: none;
	padding: 2px 0 0 0;
	list-style-type: none;
	<!-- background: #565656 -->;
}
.navbar li a {
	display: block;
	padding: 10px 28px;
	color: #565656;
	text-decoration: none;
    	color: #fff;
}
.navbar li a:hover {
	background: #AB00BC;
	color: #fff;
}
.nav-link {
	color: #565656;
	text-decoration: none;
}
.nav-link-active {
	color: #565656;
	<!-- border-bottom: solid #b33e5c; -->
}

.text-box{
    margin: 0 auto;
    padding: 2px 50px 2px 0px;
    width: 95%;
}
.container_item p{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}
.page-li{
    width: 100%;
    margin: 20px;
}
.page-li ul{
    width: fit-content;
    margin: auto;
}

/* header */
.site-header-logo-l {
    display: flex;
    padding: 0;
    max-height: 200px;
    width: 100%;
    max-width: 100%;
}
.site-header-logo-l img {
    width: auto;
    max-height: 164px;
    height: auto;
    margin: 0px auto 15px auto;
}
.site-header-text p {
    font-size: 20px;
}
.navbar {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}


h1 {
    margin: 0;
}
p2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
t1 {
    margin: 0;
    padding: 0 20px;
    font-weight: bold;
    line-height: 28px;
    font-size: 20px;
}
main p:last-child {
    margin-bottom: 0;
}
.main-title {
    margin: 0;
}
.copyright {
    margin: 0;
}

.sform{
    display: flex;
    padding-left: 15px;
    align-items: center;
    justify-content: center;
}

.sform input {	
    outline-color: rgba(226, 132, 132, 0.3);
    outline-style: solid;
    outline-width: 3px;
    height: 50px;
    padding: 0 10px; 
    max-width: 200px;
    border-radius: 10px;
    background: #eee;
    overflow: hidden;
}
.sform img {
    width: 30px;
    position: relative;
    right: 40px;
}

.sform input:hover {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    max-width: 200px;
    padding: 0 10px;
}

.sform button{
       display: flex;
       justify-content: center;
       align-items: center;
       width: 30%;
       max-width: 120px;
       height: 40px;
       border-radius: 10px;
       background: #b33e5c;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.sform button:hover {
	background: #7fbfff;
	color: #565656;
}

.box-r {
    display: flex;
    flex-direction: column;
    border: 0.5px solid #a0a0a0;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .4);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    background: #fff;
    width: 100%;
}

caption {
  padding: 0.5em;
  font-weight: bold;
  caption-side: top;
  text-align: left;
}

.line-break {
    line-break: anywhere;
}

.border-tb-dot{
    border-bottom: 1px dotted #b33e5c;
    padding: 0px;
    margin: 0px 30px 20px 30px;
}

.selection {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0px 30px 20px 30px;
    border-bottom: 1px solid #b33e5c;    
}
table.table-b{
    width: 98%;
    align-items: center;
    margin: 0px 10px 5px 10px;
    table-layout: fixed;
}
table.table-b td{
    vertical-align: middle;
    padding: 0 0 0 15px;
}
table.table-b th{
    vertical-align: middle;    
    font-weight: normal;
    padding: 0.5px 10px 0.5px 15px;
}
table.table-nb{
    width: 98%;
    align-items: center;
    margin: 0px 10px 5px 0px;
}
table.table-nb td{
    vertical-align: middle;
    padding: 0 0 0 15px;
    border: none;
}
table.table-nb th{
    vertical-align: middle;
    border: none;
    font-weight: bold;
    padding: 0.5px 0 0.5px 20px;
}
table.table-lig{
    width: 98%;
    align-items: center;
    margin: 0px 10px 5px 10px;
}
table.table-lig td{
    vertical-align: middle;
    padding: 0 0 0 15px;
    border: none;
}
table.table-lig th{
    vertical-align: middle;
    border: none;
    padding: 0.5px 0 0.5px 20px;
    width: 33%;
}
text4{
    font-size: 18px;
}

details {
    padding: 0.5em 0 0 0;
    margin-left: 10px;
}

details summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0 0.2em;
    padding: 0.5em;
    cursor: pointer;
}

details[open] {
    padding: 0.5em;
    margin: -0.5em -0.5em 0 0.2em;    
}

details[open] summary {
    margin: 0.5em -0.5em 0 0.2em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

t3 {
    font-size: 1.8em;
    line-height: 1.8em;
}
t4 {
    font-size: 1.2em;
}
t4::after{
    content:"\A";
    white-space:pre;
}

.nonbutton {
    background: #f7dce8;
    border: none;
    border-radius: 6px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    padding: 3px 8px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
}
.linkbutton {
    background: #e5d4fc;
    border: none;
    border-radius: 3px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    padding: 0px 5px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-family: "courier new";
    font-weight: bold;
}
.linkbutton:hover {
    background: #d0b5f5;
}

.transbutton {
    background: transparent;
    border: none;
    position: relative;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}
.transbutton:hover {
    background: rgba(247, 220, 232,0.5);
}

.tooltipBlock {
    position: relative;
}
p#toolTip {
    display: none;
    position: absolute;
    top: -55px;
    left: 50%;
    z-index: 1;    
    background: #FFF;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.8;
    color: #000;    
    border-radius: 3px;
    filter: drop-shadow(0px 1px 4px #aaa);
}
p#toolTip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #545454;
}

.head-text {
  text-align: left;
  align-items: center;
  margin: 0 0 15px 0;
}

/* radio button
label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

label::before,
label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

label::before {
    background-color: #fff;
    border: 1px solid #b33e5c;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    left: 5px;
}

label::after {
    background-color: #b33e5c;
    border-radius: 50%;
    opacity: 0;
    height: 16px;
    width: 16px;
    left: 7px;
}

input:checked + label::after {
    opacity: 1;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    opacity: 0;
    overflow: hidden;
    height: 4px;
    width: 4px;
    margin: 0px;
    padding: 0;
}
*/
