﻿

.maindesign sup {
	vertical-align:text-top;
	font-size:small;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign h2 {
    font-size: 1.75rem;
    font-weight: bold;
	margin: 3rem 0 1em;
	font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
	.maindesign h2 {
	font-size: 1.5em;
}
}
	
.maindesign .contents-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.maindesign .contents4 .contents-container {
	justify-content: space-around;
}

.maindesign .contents-box {
	width: calc(50% - 20px)
}

.maindesign .img-container {
	display: flex;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width:767px) {
	.maindesign .contents-container {
	display: block;
}
	.maindesign .contents-box {
		width: 100% !important;
		margin-top: 20px;
	}
	
	.maindesign .contents7 .contents-box {
		margin-top: 0;
	}
}

.maindesign .explanation-txt {
	line-height: 1.5;
	margin: 10px 0;
}
.maindesign h3 {
	padding-bottom: 20px;
    margin: 40px 0 30px;
    border-bottom: 1px solid #d9dbdb;
    font-size: 1.8em;
    font-weight: bold;
	line-height: 1.3em;
	font-feature-settings: "palt";
}

@media screen and (max-width:767px) {
	.maindesign h3{
		font-size: 1.3em;
	}
}

.maindesign .color-orange {
	color: #f06000;
}

.maindesign table {
	width: 100%;
	table-layout: fixed;
	line-height: 1.2;
}

.maindesign table .table__cell--lv1 {
	background-color: #959696;
    color: #fff;
	text-align: left;
}

.maindesign table .table__cell--title  {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: #959696;
}

.maindesign .table__cell--title .table__cell--lv1 {
	color: #000;
	width: 500px;
}

@media screen and (max-width:767px) {
	.maindesign .table__cell--title .table__cell--lv1 {
	width: auto;
}

}
.maindesign table {
	border-collapse: collapse;
}

.maindesign td, .maindesign th {
	border: 1px #d9dbdb solid;
    padding: 10px;
}

.maindesign span.inline {
	display: inline;
	font-size: 1em;
}

.maindesign .scrolltxt {
	margin: 30px 0 20px 0;
    color: #E00012;
    font-weight: bold;
    text-align: left;
}

.maindesign .scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;

}

.maindesign .slide_table {
    position: relative;
    overflow-x: scroll;
    scrollbar-width: none;
    }

.maindesign .annotation-list {
	margin-top: 20px;
}

.maindesign .annotation-list li {
	padding-left: 30px;
	margin-bottom: 10px;
    position: relative;
}

.maindesign .annotation-list .order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:767px) {
	.maindesign .annotation-list li {
		line-height: 1.5;
	}
}

.maindesign .top-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.maindesign .top-img .img-box {
	box-sizing: border-box;
	width: 49%;
}

.maindesign .onsui-primary--detail {
    display: flex;
    flex-direction: column;
}

.maindesign .onsui-primary--content {
    box-sizing: border-box;
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .onsui-primary--content {
	width: 100%;
}
	
	.maindesign .top-img .img-box {
	width: 100%;
}
}

.maindesign .onsui-primary--name {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
	margin-bottom: 50px;
}

.maindesign .onsui-primary--text {
	line-height: 1.55;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.maindesign .onsui-primary--name {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
	margin-bottom: 10px;
}
	
	.maindesign .onsui-primary--text {
	line-height: 1.55;
	font-size: 1rem;
}
}

.maindesign .caution-txt {
	font-size: 1.5em;
	margin-bottom: 10px;
    display: flex;
    align-items: center;
	font-weight: bold;
}

.maindesign .caution-txt span {
	padding: 5px;
    border: 2px #000 solid;
    margin-right: 10px;
}

.maindesign .lead-txt {
	font-size: 1.2rem;
	line-height: 1.55;
}

@media screen and (max-width:767px) {
	.maindesign .lead-txt {
	font-size: 1rem;
	line-height: 1.55;
}
	
	.maindesign .caution-txt {
	font-size: 1.2em;
	margin-bottom: 10px;
    display: block;
}

   .maindesign .caution-txt span {
	padding: 5px;
    border: 2px #000 solid;
    display: inline-block;
    margin: 0 0 10px;
}
	
}

















