﻿@charset "utf-8";
/*******************************************************
mescius -https://www.mescius.jp/
Copyright(c)
by mescius
*******************************************************/

.ad--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ad--left {
	width: 65%;
	padding-right: 2rem;
}

.ledger--main-visual {
	display: flex;
	width: 100%;
	height: auto !important;
	object-fit: contain;
	margin-bottom: 3rem;
}

.white-paper--wrap {
	display: flex;
	flex-wrap: wrap;
}

.white-paper--left {
	margin-right: 5%;
}

.white-paper--right, .white-paper--left-img {
	display: flex;
	width: 40%;
	max-width: 300px;
	height: auto;
	object-fit: contain;
}

.sample--text {
	width: 60%;
	margin-right: 5%;
}

.sample--text-right {
	width: 60%;
	margin-left: 5%;
}


@media only screen and (max-width : 960px) {
.white-paper--wrap {
	flex-direction: column;
	}
	
.white-paper--right, .white-paper--left-img {
	width: 100%;
	max-width: 450px;
	margin: auto;
}
	
.white-paper--left-img {
	width: 100%;
	max-width: 450px;
	margin: auto auto 2rem;
}

.sample--text, .sample--text-right {
	width: 100%;
	margin: 0 0 2rem;
}
	
}