@charset "shift_jis";
/* **************************************************

Name: vol10.css
Copyright 2024 The Hitachi Global Foundation.

***************************************************** */

/* ---------------------------
 FullGrid
------------------------------ */

.FullGridSet {
    box-sizing: border-box;
    width: 100%;
}
@media screen and (max-width: 994px) {
    .JS #Contents {
        padding-right: 0;
        padding-left: 0;
    }
}

/* ---------------------------
 PageTitleArea
------------------------------ */

.PageTitleArea {
	box-sizing: border-box;
	background-color: #fdec96;
}
.PageTitleInner {
	box-sizing: border-box;
	width: 965px;
	margin: 0 auto;
	padding: 45px 15px 15px;
}
@media screen and (max-width: 994px) {
	.PageTitleInner {
		width: 100%;
	}
}
@media screen and (max-width: 579px) {
	.PageTitleInner {
		padding: 30px 15px 15px;
	}
}
@media screen and (max-width: 399px) {
	.PageTitleInner {
		padding: 15px;
	}
}


@media screen and (max-width: 579px) {
	.PageTitleInner p {
		text-align: center;
	}
}

.DecoPageTitle01 {
	box-sizing: border-box;
	font-weight: bold;
	font-size: 172%;
	display: inline-block;
	padding: 0 15px 0 0;
}
@media screen and (max-width: 579px) {
	.DecoPageTitle01 {
		font-size: 100%;
	}
}

.DecoPageTitle02 {
	box-sizing: border-box;
	color: #222;
	font-size: 100%;
}
@media screen and (max-width: 579px) {
	.DecoPageTitle02 {
		font-size: 87%;
	}
}

h1.DecoPageTitle {
	box-sizing: border-box;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
@media screen and (max-width: 994px) {
	h1.DecoPageTitle {
		font-size: 225%;
	}
}
@media screen and (max-width: 769px) {
	h1.DecoPageTitle {
		font-size: 200%;
	}
}
@media screen and (max-width: 579px) {
	h1.DecoPageTitle {
		font-size: 125%;
		padding: 20px 0;
	}
}
@media screen and (max-width: 399px) {
	h1.DecoPageTitle {
		padding: 5px 0 0;
	}
}

.DecoPageTitle03 {
	color: #fff;
	text-shadow: 1px 1px 0 #222, -1px -1px 0 #222, -1px 1px 0 #222, 1px -1px 0 #222, 0px 1px 0 #222, 0 -1px 0 #222, -1px 0 0 #222, 1px 0 0 #222;
	position: relative;
	box-sizing: border-box;
	padding: 0 25px 0 30px;
	display: inline-block;
}
@media screen and (max-width: 579px) {
	.DecoPageTitle03 {
		padding: 0 15px 0 20px;
	}
}
.DecoPageTitle03::before {
	content: "";
	background-image: url("../img/deco_quotation_left.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 579px) {
	.DecoPageTitle03::before {
		width: 15px;
		height: 15px;
		top: 0;
		left: 0;
	}
}
.DecoPageTitle03::after {
	content: "";
	background-image: url("../img/deco_quotation_right.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 579px) {
	.DecoPageTitle03::after {
		width: 15px;
		height: 15px;
		top: 0;
		right: 0;
	}
}
.LineBreak {
	display: block;
}
@media screen and (max-width: 994px) {
	.LineBreak {
		display: inline;
	}
}

/* ---------------------------
 ContentsArea
------------------------------ */

.ContentsArea01 {
	box-sizing: border-box;
	background-color: #fdec96;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  	background-size: 16px 16px;
  	background-repeat: repeat;
  	background-position: left top;
}

.ContentsArea02 {
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(/my-tomorrow/dialog/vol11/img/contentsarea_03_bk.png);
    background-size: 100%;
    background-position: 50% 0;
}

.ContentsInner {
	box-sizing: border-box;
	width: 965px;
	margin: 0 auto;
	padding: 30px 15px;
}
@media screen and (max-width: 994px) {
	.ContentsInner {
		width: 100%;
		padding: 30px;
	}
}

.ColumnBox3 {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
}
@media screen and (max-width: 769px) {
	.ColumnBox3 {
		margin: 0;
	}
}

.ColumnBox3_1 {
	box-sizing: border-box;
    border-radius: 5px;
    color: #333;
    margin: 0 15px 15px;
    width: calc(33.3% - 30px);
	order: 2;
}
@media screen and (max-width: 769px) {
	.ColumnBox3_1 {
		width: 100%;
		margin: 15px 0;
	}
}

.ColumnBox3_2 {
	box-sizing: border-box;
    border-radius: 5px;
    color: #333;
    margin: 0 15px 15px;
    width: calc(66.6% - 30px);
	order: 1;
}
@media screen and (max-width: 769px) {
	.ColumnBox3_2 {
		width: 100%;
		margin: 0;
	}
}

.IndexBox {
	box-sizing: border-box;
	padding: 30px 15px;
	border-radius: 5px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.IndexBoxTitle {
	box-sizing: border-box;
	font-size: 125%;
	font-weight: bold;
}

ul.IndexList li a {
	box-sizing: border-box;
	padding: 5px;
	text-decoration: none;
	color: #222;
	border-bottom: 2px dashed #d9d9d9;
	display: block;
	font-size: 87%;
}
ul.IndexList li a:hover {
	text-decoration: underline;
}

ul.IndexList li a span {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 8px 0 0;
}
.ProfileImg {
	box-sizing: border-box;
	text-align: center;
}

.ProfileText {
	box-sizing: border-box;
	padding: 0;
	color: #222;
	font-size: 97%;
}
.ProfileName {
	box-sizing: border-box;
	padding: 0 0 5px;
	color: #222;
	font-size: 150%;
	font-weight: bold;
}
.HiddenText {
	color: transparent;
	line-height: 0;
}
.ReadText {
	box-sizing: border-box;
	padding: 5px;
	color: #222;
	font-size: 100%;
	font-weight: bold;
}
@media screen and (max-width: 579px) {
	.ReadText {
		padding: 0;
		font-size: 87%;
	}
}
.SectionTitleh2 {
	box-sizing: border-box;
    background: none;
    padding: 15px 30px;
    color: #222;
    font-size: 175%;
    font-weight: bold;
	display: inline-block;
	margin: 0 0 45px;
}
@media screen and (max-width: 579px) {
	.SectionTitleh2 {
		font-size: 125%;
		padding: 0 0 15px 30px;
	}
}
.SectionTitleh2 span{
	display: inline;
	position: relative;
	color: #222;
    padding: 10px 0;
    line-height: 1.0;
	font-size: 100%;
    background-color: transparent;
}
.SectionTitle2Deco::before {
	content: "";
	background-image: url("../img/section_title_h2_left.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: -10px;
	left: -45px;
}
@media screen and (max-width: 579px) {
	.SectionTitle2Deco::before {
		width: 30px;
		height: 30px;
		top: 0;
		left: -30px;
	}
}
.SectionTitle2Deco::after {
	content: "";
	background-image: url("../img/section_title_h2_right.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: -45px;
}
@media screen and (max-width: 579px) {
	.SectionTitle2Deco::after {
		width: 30px;
		height: 30px;
		bottom: 0;
		right: -30px;
	}
}

.Question {
	box-sizing: border-box;
    padding: 0 0 15px;
    color: #4d4d4d;
    font-size: 125%;
    font-weight: bold;
}
@media screen and (max-width: 579px) {
	.Question {
		font-size: 100%;
	}
}

.Question span {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 8px 0 0;
}

.Answer {
	box-sizing: border-box;
    padding: 0 0 30px;
    color: #222;
    font-size: 100%;
    line-height: 1.8;
}
.AnswerName {
	background-color: #fdec96;
    box-sizing: border-box;
    border: 2px solid #222;
    border-radius: 3px;
    padding: 7px 12px 5px 12px;
    margin: 0 5px 0 0;
    color: #222;
    font-size: 65%;
    display: inline-block;
    line-height: 1;
}

section {
	box-sizing: border-box;
	padding: 30px 0 0;
}
@media screen and (max-width: 579px) {
	section {
		padding: 0;
	}
}
span.Hidden994 {
		display: block;
	}

@media screen and (max-width: 994px) {
	span.Hidden994 {
		display: inline;
	}
}

.AdjustMt30 {
	margin-top: 30px;
}
.ImgOnlyStyle a {
	overflow-wrap: anywhere;
}


/* -- Btn -- */
.BtnStyleWrapper {
	box-sizing: border-box;
	margin: 30px 0 15px;
}

.BtnStylePioneer {
	padding: 10px 12px 10px 22px;
    box-sizing: border-box;
    background-color: #e9711c;
    display: inline-block;
    border-radius: 5px;
    margin-top: 45px;
}

.BtnStylePioneer a {
	color: #fff;
	display: block;
    font-size: 90%;
    text-decoration: none;
    transition: all 0.3s ease;
}
.BtnStylePionner a ::after {
	background: url(../../../image/jp/r1/icon/icon_link_right_white_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
}

/* -- Adjust -- */
@media screen and (max-width: 579px) {
	.AdjustHidden579 {
		display: none;
	}
}





