@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald&display=swap');

/* reset
---------------------------------------- */
/* all */
*,
*::before,
*::after { box-sizing: border-box;}

/* body */
body {
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	line-height: 1.75;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #1a1a1a;/* Black-090 */
}

/* font */
.oswald {
	font-family: 'Oswald', sans-serif;
}

/* hr */
hr {
	border: 0;
	border-top: 1px var(--color-gray) solid #b3b3b3;/* Black-030 */
}

/* p */
p:empty {
	min-height: 1.6em;
}

/* list */
ul {
	margin-left: 0;
	padding-left: 1.5em;
}
ol {
	margin-left: 0;
	padding-left: 2em;
}

/* a */
a {
	text-decoration: none;
	color: #1d5bb5;/* Blue-100 */
	overflow-wrap: anywhere;
}
a:link {}
a:visited {}
a:hover { opacity: 0.5;}
a:active {}
a:focus {}

/* link icon */
a[target="_blank"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	content: url("../files/ico_blank_red_01.svg");
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 1;
	vertical-align: middle;
}

a[href$=".pdf"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	content: url("../files/ico_pdf_red_01.svg");
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 1;
	vertical-align: middle;
}

a[href$=".zip"]:not(.icon-none):not(:has(img)):not([class*="button"])::after {
	content: url("../files/ico_zip_01.svg");
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 1;
	vertical-align: middle;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* table */
th, td {
	text-align: inherit;
	text-justify: inherit;
}

/* form */
button,
input,
select,
textarea {
	line-height: inherit;
	font-size: inherit;
	font-family: inherit;
}

button { cursor: pointer;}
button:hover { opacity: 0.5;}

::-webkit-input-placeholder { color: #808080;/* Black-050 */}
:-ms-input-placeholder { color: #808080;/* Black-050 */}
::placeholder { color: #808080;/* Black-050 */}


/* TinyMCE
---------------------------------------- */
.mce-content-body p,.mce-content-body div,.mce-content-body h1,.mce-content-body h2,.mce-content-body h3,.mce-content-body h4,.mce-content-body h5,.mce-content-body h6 {
	line-height: inherit;
}


/* row
---------------------------------------- */
@media (min-width: 769px) {
	.row {
		display: grid;
		gap: 30px;
		margin: 1em 0;
	}
	.row--1-1 {
		grid-template-columns: 1fr 1fr;
	}
	.row--1-2 {
		grid-template-columns: 1fr 2fr;
	}
	.row--2-1 {
		grid-template-columns: 2fr 1fr;
	}
	.row--1-1-1 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.row__col > :first-child {
		margin-top: 0;
	}
	.row__col > :last-child {
		margin-bottom: 0;
	}
}


/* box
---------------------------------------- */
/* box */
.box {
	margin: 1em 0;
	padding: 15px;
	background: #f2f2f2;/* Black-005 */
}
.box--caution {
	background-color: #fde5e7;/* Red-010 */
}
.box > :first-child {
	margin-top: 0;
}
.box > :last-child {
	margin-bottom: 0;
}

/* box-stroke */
.box-stroke {
	margin: 1em 0;
	padding: 14px;
	border: solid 1px #b3b3b3;/* Black-030 */
}
.box-stroke--caution {
	border-color: #e60013;/* Red-100 */
}
.box-stroke > :first-child {
	margin-top: 0;
}
.box-stroke > :last-child {
	margin-bottom: 0;
}


/* table
---------------------------------------- */
/* table-scroll */
@media (max-width: 768px) {
	.table-scroll {
		overflow-x: auto;
		margin: 20px 0;
	}
	.table-scroll > table {
		width: 768px;
		margin: 0;
	}
}

/* table */
.table {
	margin: 1em 0;
	width: 100%;
	border-spacing: 1px;
	border: none;
	font-size: 14px;
}
.table > * {}
.table > * > tr {}
.table > * >  tr > th {
	padding: 10px;
	color: #ffffff;
	background-color: #f7931e;/* Orange */
}
.table > thead >  tr > th { background-color: #f15a24;/* Orange-dark */}
.table > * > tr > td {
	padding: 10px;
	background-color: #fde4c7;/* Orange-light */
}
.table > * > tr > td > *:first-child { margin-top: 0;}
.table > * > tr > td > *:last-child { margin-bottom: 0;}
.table .thead-level-02 {
	background: #f7931e;
}
.table + .table {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.table--responsive,
	.table--responsive > :where(thead, tbody, tfoot),
	.table--responsive > :where(thead, tbody, tfoot) > tr,
	.table--responsive > :where(thead, tbody, tfoot) > tr > :where(td, th) {
		display: block;
		width: 100%;
	}
	.table--responsive > :where(thead, tbody, tfoot) > tr > :where(td, th):not(tr:first-child > :first-child) {
		border-top: solid 1px #ffffff;
	}
}

/* table-background-icon */
.cell-doublecircle-01 {
	background: url(../files/ico_cell_doublecircle_01.svg) no-repeat center;
}
.cell-circle-01 {
	background: url(../files/ico_cell_circle_01.svg.svg) no-repeat center;
}
.cell-triangle-01 {
	background: url(../files/ico_cell_triangle_01.svg) no-repeat center;
}


/* list
---------------------------------------- */
/* list-arrow　リスト（矢印） */
.list-arrow {
	list-style: none;
	padding-left: 0;
}
	.list-arrow > li {
		padding-left: 20px;
		background: url(../files/ico_arrow_red_right_01.svg) no-repeat left calc(1em - 9px);
	}

/* list-asterisk　リスト（※印） */
.list-asterisk {
	list-style: none;
	padding-left: 1em;
}
	.list-asterisk > li::before {
		display: inline-block;
		margin-left: -1em;
		width: 1em;
	}
	.list-asterisk > li::before { content: "※";}


/* ttl
---------------------------------------- */
/* heading-2　大見出し */
.heading-2 {
	margin: 2em 0 1em 0;
	border-left: solid 10px #e60013;/* Red-100 */
	border-bottom: solid 1px #e60013;/* Red-100 */
	padding: 0 0 0.25em 15px;
	line-height: 1.5;
	font-size: 36px;
}
.heading-2 + * {
	margin-top: 0 !important;
}

/* heading-3　中見出し */
.heading-3 {
	margin: 2em 0 1em 0;
	border-bottom: solid 1px #e60013;/* Red-100 */
	padding-bottom: 0.25em;
	font-size: 28px;
	line-height: 1.5;
}
.heading-3 + * {
	margin-top: 0 !important;
}

/* heading-4　小見出し */
.heading-4 {
	margin: 2em 0 1em 0;
	font-size: 21px;
	line-height: 1.5;
}
.heading-4 + * {
	margin-top: 0 !important;
}

/* ttl 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
	.heading-2 {
		font-size: 28px;
	}
	.heading-3 {
		font-size: 21px;
	}
}

/* ttl 640px以下
---------------------------------------- */
@media screen and (max-width:640px) {
	.heading-2 {
		font-size: 21px;
	}
	.heading-3 {
    	font-size: 18px;
	}
}


/* btn
---------------------------------------- */
/* buttons */
.buttons {
	margin: 50px 0;
}
@media screen and (max-width:640px) {
	.buttons {
		margin: 30px auto 50px;
	}
}

/* button */
.button {
	display: block;
	width: 278px;
	height: 44px;
	padding: 8px 10px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e60013;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
}
.button::after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(/oracle/files/ico_arrow_white_right_01.svg) no-repeat center;
	position: absolute;
	top: 14px;
	right: 10px;
}

.button--line {
	border: 1px solid #e60013;
	background-color: transparent;
	color: #e60013;
}
.button--line::after {
	background: url(/oracle/files/ico_arrow_red_right_01.svg) no-repeat center;
}

.button--center {
	margin-left: auto !important;
	margin-right: auto !important;
}

@media screen and (max-width:640px) {
	.button {
		width: 100%;
    	max-width: 278px;
		font-size: .875rem;
	}
}


/* image
---------------------------------------- */
.mt-image-left,
.image-left {
	float: left;
	max-width: calc(50% - 10px);
	margin: 0 20px 20px 0;
}
.mt-image-center,
.image-center {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
.mt-image-right,
.image-right {
	float: right;
	max-width: calc(50% - 10px);
	margin: 0 0 20px 20px;
}


/* about
---------------------------------------- */
.about-pt--list {
	display: flex;
	justify-content: space-between;
    margin: 0 !important;
	padding: 0;
	list-style: none;
}

.about-pt--list li {
	width: 30%;
}

.about-pt--list h3 {
	padding: 9px 10px;
    margin: 50px 0;
	box-sizing: border-box;
	background-color: #e60013;
	color: #fff;
	font-size: 21px;
	text-align: center;
}

.about-pt--list div {
	margin-bottom: 14px;
	text-align: center;
}

.about-pt--list li p:last-child {
	margin-bottom: 0;
}

/* about 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
	.about-pt--list {
    	display: block;
	}
	.about-pt--list h3 {
		font-size: 18px;
	}
	.about-pt--list li {
		width: 100%;
	}
}

/* outline
---------------------------------------- */
.outline .main div {
    width: 70%;
    margin: 70px auto 100px;
    text-align: center;
}

.outline .wrapper .outline-feature--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0 0 !important;
	padding: 0;
	list-style: none;
}

.outline .wrapper .outline-feature--list div {
	margin: 0 auto;
}

.outline .outline-feature--list li {
	width: 18%;
}

outline-feature--list a {

}

.select-ethernet {
	padding: 20px;
	background-color: #f2f2f2;
	text-align: center;
}
.table .outline-table--bg {
	padding: 0 20px;
	background-color: transparent;
}

.outline-table--mr:first-of-type {
	width: auto;
}

.outline-table--mr {
    width: 23%;
}

.outline-table--bg.ico-point-01 {
	background: url(/oracle/files/ico_outline_06.png) no-repeat center;
	background-size: 35px 15px;
}

.outline-table--bg.ico-point-02 {
	background: url(/oracle/files/ico_outline_07.png) no-repeat center ;
	background-size: 35px 35px;
}

.outline .table {
	display: block;
	overflow: auto;
}

.outline-step {
	max-width: 720px;
	margin: 50px auto;
	padding: 0;
	list-style: none;
}

.outline-step li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.outline-step li + li {
	margin-top: 50px;
}

.outline-step__bg {
	display: inline-block;
	width: 65px;
	height: 65px;
	padding: 7px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.outline-step__bg--green {
	background-color: #8cc63f;
}

.outline-step__bg--orange {
	background-color: #ff931e;
}

.outline-step__bg--red {
	background-color: #ed1c24;
}

.outline-step__num {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.outline-step__content {
	display: block;
	width: calc(100% - 65px);
	height: 65px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #4d4d4d;
	border-left: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	position: relative;
}

.outline-step .outline-step__content::after {
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	background-color: #4d4d4d;
	position: absolute;
	top: -51px;
	left: 50%;
}

.outline-step li:first-child .outline-step__content::after {
  display: none;
}

/* outline 1024px以下
---------------------------------------- */
@media screen and (max-width:1024px) {
	.outline .table {
		white-space: nowrap;
	}
}

/* outline 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
	.outline .wrapper .outline-feature--list {
		display: block;
	}
	.outline .outline-feature--list li {
		width: 80%;
		margin: 0 auto;
	}
	.outline .outline-feature--list li + li {
		margin-top: 50px;
	}
	.outline .outline-feature--list li h3 {
		text-align: center;
	}
	.outline .main div {
    	width: 80%;
	}
}

/* outline 640px以下
---------------------------------------- */
@media screen and (max-width:640px) {
	.outline .outline-feature--list li {
		width: 100%;
	}
	.outline .main div {
    	width: 100%;
		margin: 30px auto 70px;
	}
	.outline-step li + li {
    	margin-top: 30px;
	}
	.outline-step .outline-step__content::after {
    	height: 30px;
    	top: -31px;
	}
}

/* plan
---------------------------------------- */
.pt-list {
	width: 100%;
	margin: 50px auto;
	padding: 0;
	list-style: none;
}

.pt-list li {
	width: 100%;
}

.pt-list li a {
	display: flex;
	align-items: stretch;
	color: #1a1a1a;
}

.pt-list li + li {
	margin-top: 20px;
}

.pt-list__bg {
	display: inline-block;
	width: 120px;
	height: 50px;
	box-sizing: border-box;
	background-color: #ed1c24;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}

.pt-list__content {
	display: block;
	width: calc(100% - 120px);
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #ed1c24;
	border-left: none;
	background: url(/oracle/files/ico_arrow_gray_down_01.svg) no-repeat left calc(50% + 100px) top 50%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.plan-pt-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.plan .plan-pt-list ul {
    display: block;
    list-style: disc;
}

.plan-pt-list .plan-recommended__bg {
	display: inline-block;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 20px 0 10px;
	background-color: #666;
	color: #fff;
}

.plan-pt-list > li + li {
	margin-top: 100px;
}

.plan-pt-list div {
	width: 70%;
	margin: 50px auto 0;
	text-align: center;
}

/* plan 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
	.pt-list__bg {
		width: 100px;
	}

	.pt-list__content {
		width: calc(100% - 100px);
		background: url(/oracle/files/ico_arrow_gray_down_01.svg) no-repeat left calc(50% + 90px) top 50%;
		font-size: 16px;
	}
	.plan-pt-list div {
    	width: 80%;
	}
}

/* plan 640px以下
---------------------------------------- */
@media screen and (max-width:640px) {
	.pt-list li + li {
    	margin-top: 15px;
	}
	.plan-pt-list > li + li {
		margin-top: 80px;
	}
	.pt-list__bg {
	    width: 70px;
	    height: auto;
	    font-size: 18px;
	}
	.pt-list__content {
    	width: calc(100% - 90px);
    	background: url(/oracle/files/ico_arrow_gray_down_01.svg) no-repeat left calc(50% + 80px) top 50%;
    	font-size: 16px;
    	text-indent: -1em;
	}
	.plan-pt-list .plan-recommended__bg {
		margin: 10px 0;
	}
	.plan-pt-list div {
    	width: 100%;
		margin: 30px auto 0;
	}
}

/* case
---------------------------------------- */
.case .pt-list__content {
	background: url(/oracle/files/ico_arrow_gray_down_01.svg) no-repeat left calc(50% + 230px) top 50%;
}

.case-pt-list {
	list-style-type: none;
}

.case-pt-list ul {
	list-style: disc;
}

.case-pt-list .plan-recommended__bg {
	display: inline-block;
	border-radius: 25px;
	padding: 10px 20px;
	margin: 20px 0 10px;
	background-color: #666;
	color: #fff;
}

.case-pt-list > li + li {
	margin-top: 100px;
}

.case-pt-list div {
	width: 70%;
	margin: 50px auto;
	text-align: center;
}


.summary--case {
	display: flex;
	align-items: center;
}
.summary__logo--case {
	order: 1;
	width: 180px;
}
.summary__copy--case {
	flex-grow: 1;
	font-weight: bold;
	font-size: 1.5rem;
}


.point-ico--case {
	margin: 50px auto;
}

.point-ico dt {
	display: inline-block;
	width: 120px;
	height: 40px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #666;
	color: #fff;
	text-align: center;
	line-height: 38px;
}

.point-ico dt:last-of-type {
	margin-bottom: 20px;
	background-color: #fff;
	color: #ed1c24;
	border: 1px solid #ed1c24;
}

.point-ico dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
}

.point-ico dd + dd {
	margin-top: 20px;
}


.point-ico dd + dt {
	margin-top: 30px;
}

.point-ico__bg--red {
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ed1c24;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.point-ico__bg--red span {
	display: block;
    width: 60px;
    height: 60px;
	font-size: 24px;
	font-weight: bold;
	line-height: 0;
}

.point-ico + div,
.figure--case {
	width: 70%;
	margin: 50px auto;
}

/* plan 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
	.case .pt-list__content {
    	height: auto;
    	line-height: 1.75;
    	padding: 5px 40px 5px 10px;
    	text-indent: 0;
    	background: url(/oracle/files/ico_arrow_gray_down_01.svg) no-repeat right 12px top 50%;
	}
}

/* plan 640px以下
---------------------------------------- */
@media screen and (max-width:640px) {
	.summary--case {
		display: block;
	}
	.summary__logo--case {
		margin: auto;
	}
	.summary__copy--case {
		font-size: 1.125rem;
	}


	.point-ico--case {
		margin: 30px auto;
	}
	.point-ico + div,
	.figure--case {
		width: 100%;
    	margin: 30px auto 70px;
	}
}

/* download get
---------------------------------------- */
.dl-get-list {
	list-style: none;
    margin: 0;
	padding: 0;
}
.dl-get-list li:first-child .heading-2 {
	margin-top: 0;
}
.download.qkxivtj78sakx6jmafx3rkkvcebamj .dl-get-list div {
	width: 20%;
    margin-top: 50px 0;
}
.download.qkxivtj78sakx6jmafx3rkkvcebamj .dl-get-list img {
    border: 1px solid #ccc;
}

/* download get 768px以下
---------------------------------------- */
@media screen and (max-width:768px) {
    .download.qkxivtj78sakx6jmafx3rkkvcebamj .dl-get-list div {
        width: 40%;
    }
}

/* download get 640px以下
---------------------------------------- */
@media screen and (max-width:640px) {
    .download.qkxivtj78sakx6jmafx3rkkvcebamj .dl-get-list div {
        width: 70%;
        margin: 30px auto 50px;
    }
    .download.qkxivtj78sakx6jmafx3rkkvcebamj .dl-get-list li:last-child div {
        margin: 30px auto 0;
    }
}

/* utility
---------------------------------------- */
/* color */
.color-caution { color: #e60013;/* Red-100 */}
.color-notice { color: #70ad47;}

/* mark */
.mark-caution {
	padding: 0 5px;
	background-color: #fddb84;
}

/* font */
.font-x-large { font-size: 21px;}
.font-large { font-size: 18px;}
.font-medium { font-size: 16px;}
.font-small { font-size: 14px;}

/* margin */
.margin-top-none { margin-top: 0;}

.margin-bottom-large { margin-bottom: 2em;}
.margin-bottom-medium { margin-bottom: 1em;}
.margin-bottom-none { margin-bottom: 0;}
:where(.margin-bottom-large, .margin-bottom-medium, .margin-bottom-none) + * { margin-top: 0 !important;}

/* clear */
.clear {
	clear: both;
}

/* clearfix */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/* visually-hidden */
.visually-hidden {
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* only */
@media screen and (min-width:769px) {
	.only-sp { display: none !important;}
}
@media screen and (max-width:768px) {
	.only-pc { display: none !important;}
}
