@charset "utf-8";

.photobox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}
.photobox02 {
	width: 100%;
	display: flex;
	justify-content: left;
	margin: 30px 0;
}
.textbox {
    width: 100%;
    text-align: left;
    margin: 2rem 0;
	line-height: 2.5rem;
}
.textbox ul li {
	list-style-type: disc;
	font-size: 1.5rem;
    line-height: 2.5rem;
    margin-left: 1em;
    color: blue;
}
.textbox img {
	max-width: 700px;
}

.layout_container {
	display: flex;
}
.inner_text {
	margin-left: 2rem;
}

.memo00 {
	width: 100%;
	height: auto;
	text-align: left;
	line-height: 150%;
	font-size: medium;
	margin: 0 0 1em 1em;
}


/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/
# {
	display: none;
}

/*スマホ用表示*/
@media screen and (max-width: 750px) {
.page_title01, .page_title02 {
	width: 100%;
	height: 40px;
	background-position: right bottom;
	margin-top: 2em;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	padding-top: 0.5em;
	padding-left: 1em;
	box-sizing: border-box;
	font-family: "TBUDGothic E";
}
.page_title02 {
	margin-bottom: -1em;
}
.catch {
	font-size: medium;
	line-height: 1.25em;
	margin: 1em auto;
	padding-left: 0.5em;
}
	
.photobox img {
	width: 50%;
}

.sp_hidden {
	display: none;
}

.textbox {
	width: 100%;
	font-size: 1.5rem;
	margin: 10px 0px 30px 0px;
}

.layout_container {
  flex-direction: column;
}
	
.layout_container img {
  margin-bottom: 1rem;
}

.inner_text {
	margin-left: 0;
}

.textbox ul li {
	list-style-type: disc;
	font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 1rem;
    color: #0033CC;
}

.textbox03 {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	font-size: small;
	margin: 0px 0px 1em 0px;
	line-height: 1.8em;
	text-align: justify;
	clear: both;
}

.memo00 {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	text-align: justify;
	line-height: 150%;
	font-size: medium;
	margin: 0;
	padding: 0 0.5em 1em 0.5em;
}

}