.tcwSettingsSection {
	padding: 80px 0;
	margin-right: 16px;
}

.tcwSettingsSection .notice,
.tcwSettingsSection div.error,
.tcwSettingsSection div.updated {
	margin: 0 0 40px;
}

.tcwSettingsSection div.saveMessage.updated {
	margin: -32px 0 40px;
}

.tcwSettingsSection div.error {
	border-left-color: orange;
}

.tcwSettingsSection div.firstMessage {
	background: #fff;
	padding: 16px 24px;
	margin-bottom: 40px;
	border-left: 6px solid #0272aa;
	line-height: 175%;
}

.tcwGrayBackground {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	padding: 24px 40px;
}

.tcwSettingsSection .form-table th {
	width: 264px;
	white-space: nowrap;
}

.tcwSettingsSection form {
	margin-bottom: 24px;
}

.tcwSettingsSection .description {
	margin-bottom: 24px;
}

.tcwSettingsSection .tableWrap {
	border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
	padding-bottom: 40px;
	margin-bottom: 24px;
}

.tcwSettingsSection .tableWrap:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tcwSettingsSection h3 {
	display: block;
	font-size: 16px;
	margin-bottom: 40px;
	border-top: 2px dotted rgba(0,0,0,0.6);
	padding-top: 40px;
	margin-top: 40px;
}

.tcwSettingsSection h3:first-of-type {
	border-top: none;
	padding-top: 0;
	margin-top: 24px;
}

.tcwSettingsSection h3::after {
	content: "：";
	display: inline-block;
}

.tcwSettingsSection .plugin-card h3 {
	margin: 0;
}

.tcwSettingsSection .plugin-card h3::after {
	content: unset;
}

.tcwSettingsSection textarea {
	height: 160px;
}

.contentsListItem {
	background-color: #fff;
	border: 1px solid #dcdcde;
	box-sizing: border-box;
	margin-bottom: 2.5%;
}

.tcwSettingsSection .contentsListItem h3{
	margin-bottom: 0;
}

.width22_5P {
	width: 22.50%;
}

.width30P {
	width: 30%;
}

.width72_5P {
	width: 72.5%;
}

.width100P {
	width: 100%;
	height: auto;
}

.marginBottom8 {
	margin-bottom: 8px;
}

.marginBottom16 {
	margin-bottom: 16px;
}

.marginBottom24 {
	margin-bottom: 24px;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none;
}

.overflowHidden {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexBetween {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.flexStartWrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flexEndWrap {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flexCenterColumn {
	align-items: center;
	-webkit-align-items: center;
}


/* 782px */

@media screen and (max-width: 782px) {
	.tcwSettingsSection {
		margin-right: 8px;
	}
}


/* タブ切り替え */

input[name="tab_settings"],
.tabs input[type="radio"]+label::before,
.tabs input[type="radio"]:checked+label::after {
	display: none;
}

.tabs input[type="radio"]+.tab_settings label {
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: normal;
	transition: all 0.2s ease;
	padding: 4px 0 4px 1px;
	width: 100%;
	letter-spacing: 1px;
	cursor: pointer;
}

.tabs input[type="radio"]+.tab_settings {
	width: 20%;
	width: calc(100% / 5);
	float: left;
}

.tabLabel {
	color: #0272aa;
	font-weight: bold;
	background: transparent;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
	padding: 8px 16px;
	border-top: 4px solid transparent;
	font-size: 14px;
	display: inline-block;
}

input[type="radio"]:checked+label .tabLabel {
	background: #fff;
	border-top-color: #0272aa;
	cursor: default;
}

input[type="radio"]+label .tabLabel:hover {
	color: #135e96;
}

input[type="radio"]:checked+label .tabLabel:hover {
	color: #0272aa;
}

.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	padding: 16px 24px;
	box-sizing: border-box;
}

#settingsTab1:checked~#settings1,
#settingsTab2:checked~#settings2,
#settingsTab3:checked~#settings3,
#settingsTab4:checked~#settings4,
#settingsTab5:checked~#settings5 {
	display: block;
}

/* NEW TAG */
.tcwSettingsSection label:nth-of-type(5) span::before,
.tcwGrayBackground:nth-of-type(3) .contentsListItem:nth-of-type(1) h3::before {
    content: 'NEW';
    display: inline-block;
    font-size: 10px;
    margin-right: 8px;
    background: #0272aa;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* COLUMN */
.colWrap {
	margin-left: -1.25%;
	margin-right: -1.25%;
	width: calc(100% + 2.5%);
}

.col3to1,
.col3to2 {
	margin-left: 1.25%;
	margin-right: 1.25%;
}

.col3to1,
.col3to2 {
	width: calc(100% / 3 - 2.5%);
}

/* 1720px */
@media screen and (max-width: 1720px) {
	.col3to1,
	.col3to2 {
		width: calc(100% / 2 - 2.5%);
	}
}

/* 1120px */
@media screen and (max-width: 1120px) {
	.col3to1 {
		width: calc(100% / 1 - 2.5%);
	}
}