/*!
Theme Name: camera
Theme URI: http://underscores.me/
Author: kaho
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: camera
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

camera is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* reset */
html {
	font-size: 62.5%;
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
	font-weight: 600;
  color: #3B4043;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  overflow-x: hidden;
}

@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}


@media (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}


body * {
	box-sizing: border-box;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p,
ul,
ol,
dl,
dd {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

figure {
	vertical-align: bottom;
	line-height: 1;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

a,
input[type='submit'],
input[type='button'] {
	transition: all .3s;
	text-decoration: none;
  color: #3B4043;
}

a:hover,
input[type='submit']:hover,
input[type='button']:hover {
	opacity: .7;
}

input,
select,
button {
	appearance: none;
}
.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width:1023px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* reset ここまで */


/* レイアウト */

section {
	width: 100%;
}

.inner, article.post {
	max-width: 1140px;
	width: 81%;
	margin: 0 auto;
	padding: 74px 0;
}

@media (max-width: 768px) {
	.inner {
		width:90%;
		padding: 48px 0;
	}
}

.flex {
	display: flex;
}

h2{
	font-size: 42px;
	text-align: center;
	margin-bottom: 52px;
}

@media (max-width: 1023px) {
	h2 {
		font-size: 24px;
		margin-bottom: 35px;
	}
}

h3{
	font-size: 24px;
}

@media (max-width: 768px) {
	h3 {
		font-size: 20px;
	}
}

.font-red {
	color: #E8330C;
}

.font-big {
	font-size: 22px;
}

.eng {
	display: block;
	font-size: 28px;
	color: #1671B9;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

@media (max-width: 1023px) {
	.eng {
		font-size: 20px;
	}
}

.keep-all-break-word {
  word-break: keep-all;
  overflow-wrap: anywhere;
}


/* header */

.site-header {
	background: #F4F8FC;
	width: 100%;
	display: flex;
	align-items: center;
}

.header-site-info {
	max-width: 1140px;
	width: 81%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

@media (max-width: 1023px) {
	.header-site-info {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
}

.header-site-info .menu {
	display: flex;
	flex-wrap: wrap;
}

.header-site-info .menu-item {
	margin-left: 20px;
}

header .menu-item a {
	font-weight: 600;
}

.thumbnail {
	height: 100%;
}

source {
	width: 100%;
}

.caption {
	font-size: clamp(2.4rem, calc(2.7rem + 0.625vw), 4.8rem);
	font-weight: 700;
	text-align: left;
	color: #fff;
	filter: 20px;
	position: absolute;
	left: 9.5%;
	bottom: 17%;
	text-shadow: 0 0 15px #1671B9;
}

@media (max-width: 1023px) {
	.caption {
		left: 5%;
		bottom: 13%;
		font-size: 24px;
	}
}

header button {
	background: transparent;
	border: none;
}

.menu-btn.open, .menu-btn.close {
	display: none;
	cursor: pointer;
}

.header-site-info nav {
	padding: 17px 0;
}

@media (max-width: 1023px) {
	.header-site-info nav {
		display: none;
	}
	.menu-btn.close {
		display: block;
		margin: 0 0 30px auto;
	}
}


@media (max-width: 1023px) {
	.menu-btn.open {
		display: block;
		cursor: pointer;
	}
}

.sp.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	padding: 30px 5% 0;
	background-color: #fff;
	transition: 0.4s;
	background: #F4F8FC;
}

@media (max-width: 1023px) {
	.sp.menu.show {
		display: block;
		visibility: visible;
	}
}

.sp.menu ul {
	margin-bottom: 30px;
}

.sp.menu li {
	width: 100%;
}

.sp.menu li a {
	width: 100%;
	display: block;
	padding: 20px 0;
	border-bottom: #1671B9 2px dashed;
}

header .cta_btn {
	border: #fff 3px solid;
	background: #E8330C;
	color: #fff;
	width: 300px;
	height: 60px;
	border-radius: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 0.3s ease-in-out;
	transform-origin: center;
	font-weight: 600;
}

header .cta_btn:hover {
	transform: translateX(-50%) scale(1.1);
}

/* mv */

.pc-thumbnail-container {
	display: block;
}

.sp-thumbnail-container {
	display: none;
}

@media (max-width: 768px) {
	.pc-thumbnail-container {
		display: none;
	}
	
	.sp-thumbnail-container {
		display: block;
	}
}

.f-cta_btn {
	background: #E8330C;
	width: 300px;
	height: 104px;
	position: fixed;
	bottom: 13%;
	right: 2%;
	z-index: 1;
	border-radius: 10px;
	border: #fff 3px solid;
	transition: all .3s;
}

.f-cta_btn:hover {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.f-cta_btn {
		width: 100%;
		height: 60px;
		position: fixed;
		bottom: 0;
		left: 0;
		border-radius: 0;
	}
}

.f-cta_btn a {
	width: 300px;
	height: 104px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

@media (max-width: 768px) {
	.f-cta_btn a {
		width: 100%;
		height: 60px;
		line-height: 1.2;
	}
}

/* worries */

#worries:before {
content: '';
	display: block;
  background: url('/wp/wp-content/uploads/2025/04/worries_background.png') no-repeat top left /cover;
  width: 100%;
	height: 100%;
  position: absolute;
	top: 0;
	left: 0;
}

#worries .inner {
	padding: 74px 0 388px;
}


@media (max-width: 768px) {
#worries .inner {
	padding: 48px 0 350px;
}
}

#worries .inner:before {
	content: '';
	display: block;
  background: url('/wp/wp-content/uploads/2025/04/worries_img.png') no-repeat center /contain;
  width: 380px;
	height: 430px;
  position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}

@media (max-width: 768px) {
	#worries .inner:before {
  background: url('/wp/wp-content/uploads/2025/04/worries_img.png') no-repeat bottom center /contain;
  width: 300px;
	height: 388px;
}
}

#worries h2{
	color: #fff;
	font-size: 36px;
}

@media (max-width: 768px) {
	#worries h2{
		font-size: 20px;
	}
}

#worries h2 .font-red {
	font-size: 42px;
}

@media (max-width: 768px) {
	#worries h2 .font-red {
		font-size: 24px;
	}
}

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

@media (max-width: 768px) {
	.worries-container {
		flex-direction: column;
	}
}

.worries-list {
	background-color: #fff;
	width: 48%;
	height: 100px;
	border-radius: 10px;
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.worries-list {
		width: 81%;
	}
}

.worries-list p {
	padding: 1em;
}

/*intro*/

#introduction > .inner {
	text-align: center;
}

#introduction:before {
	content: '';
	display: block;
  background: url('/wp/wp-content/uploads/2025/02/intro_background.png') no-repeat top left /cover;
  width: 100%;
	height: 100%;
  position: absolute;
	top: 0;
	left: 0;
	opacity: 0.26;
}

.intro_box {
//	justify-content: space-between;
	justify-content: center;
	text-align: left;
	margin-top: 52px;
}

@media (max-width: 768px) {
	.intro_box {
		flex-direction: column;
		justify-content: space-between;
		margin-top: 35px;
		text-align: center;
	}
}

#introduction h2 {
	font-size: 36px;
	display: inline;
	background: linear-gradient(transparent 60%, #FFEE6A 13%);
	object-fit: cover;
}

@media (max-width: 1023px) {
	#introduction h2 {
		font-size: 20px;
	}
}

#introduction h2 span {
	font-size: 42px;
}

@media (max-width: 1023px) {
	#introduction h2 span {
		font-size: 24px!important;
	}
}

.intro_content-text {
	width: 49%;
	margin: 0!important;
}

@media (max-width: 768px) {
	.intro_content-text {
		width: 100%;
		margin-bottom: 32px!important;
	}
}

.intro_content-text span {
	font-weight: 600;
}

.intro_content-img {
	width: 43%;
	margin: 0!important;
}

@media (max-width: 768px) {
	.intro_content-img {
		width: 100%;
	}
}

/* feature */

#feature {
	background-color: #F4F8FC;
}

.feature-item-list {
	justify-content: space-between;
}

@media (max-width: 1023px) {
	.feature-item-list {
		flex-direction: column;
	}
}

.feature-item {
	width: 31%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px #c1e3fd;
	padding: 20px;
	margin-top: 42.5px;
	text-align: center;
}

@media (max-width: 1023px) {
	.feature-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.feature-item:nth-of-type(3) {
		margin-bottom: 0;
	}
}

.feature-item img {
	border-radius: 10px;
}

.feature_number {
	text-align: center;
	display: block;
	border-radius: 50%;
	background-color: #1671B9;
	width: 85px;
	height: 85px;
	margin-top: -62px;
}

@media (max-width: 768px) {
	.feature_number {
		width: 70px;
	  height: 70px;
	}
}

.feature_number p {
	text-align: center;
	font-size: 50px;
	color: #fff;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.feature_number p {
		font-size: 42px;
	}
}

.feature_heading {
	color: #1671B9;
	margin: 7px 0 14px;
}

.feature_details {
	margin: 14px 0 0;
}

.security-container {
	background:url('/wp/wp-content/uploads/2025/02/security_background.png')no-repeat center /cover;
	display: block;
  width: 100%;
	height: 100%;
}

.security-container > .inner {
	padding-bottom: 0;
	text-align: center;
}

@media (max-width: 768px) {
	.security-container > .inner {
		padding-bottom: 48px;
	}
}

.security-container h2 {
	display: inline-block;
	padding: 1rem 1.5rem;
}

.security-container h2::before,
.security-container h2::after {
	position: absolute;
	top: 50%;
	height: 60px;
	width: 3px;
	content: '';
	background-color: #E8330C; /* 赤色に変更 */
	transform-origin: center;
}

@media (max-width: 768px) {
		.security-container h2::before,
	.security-container h2::after {
		height: 46px;
	}
}

.security-container h2::before {
	left: -10px;
	transform: translateY(-50%) rotate(-30deg);
}

.security-container h2::after {
	right: -10px;
	transform: translateY(-50%) rotate(30deg);
}

.security-box {
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 768px) {
	.security-box {
		flex-direction: column;
	}
}

.security_content-text {
	width: 56%;
	margin: 0!important;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	height: 66%;
	text-align: left;
}

.underline{
	border-bottom: 3px dashed #1671b9;
	padding-bottom: 5px;
	width:fit-content;
}

@media (max-width: 768px) {
	.security_content-text {
		width: 100%;
	}
}

.security_content-img {
	width: 33%;
	margin: 0 50 0 0;
}

@media (max-width: 768px) {
	.security_content-img {
		display: none;
	}
}


/*works*/

#works {
	background: #F4F8FC;
}

.works-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.works-item {
	width: 31%;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.works-item {
		width: 47%;
	}
}

.works-img {
	box-shadow: 0px 0px 10px #c1e3fd;
	border-radius: 10px;
}

.works-img img {
	border-radius: 10px;
}

.works-name {
	line-height: 1.2;
	color: #1671b9;
	font-weight: 600;
	margin-top: 3px;
}

/* area */
#area .inner {
	max-width: 1070px;
	width: 76%;
}

@media (max-width: 768px) {
	#area .inner {
		width: 90%;
	}
}

.area-box {
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 768px) {
	.area-box {
		flex-direction: column;
	}
}

.area_content-text {
	width: 43%;
	margin: 0!important;
}


@media (max-width: 768px) {
	.area_content-text {
		width: 100%;
		text-align: center;
	}
}

.area_content-img {
	width: 46%;
	margin: 0!important;
}

@media (max-width: 768px) {
	.area_content-img {
		width: 90%;
		margin-bottom: 20px!important;
	}
}

/* contact */

#contact {
	background: #1671B9!important;
	color: #fff;
	text-align: center;
}

#contact .eng {
	color: #fff;
}

.btn {
	width: 520px;
	height: 93px;
	background: #E8330C;
	border: #fff 2px solid;
	border-radius: 50px;
	margin-top: 52px;
	padding: 0!important;
	transition: all .3s;
}

@media (max-width: 768px) {
	.btn {
		max-width: 315px;
		height: 74px;
		width: 94%;
	}
}

.btn a {
	width: 520px;
	height: 93px;
	color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.btn a {
		max-width: 315px;
		height: 74px;
		width: 94%;
		font-size: 16px;
	}
}

.btn a:after{
	width: 8px;
	height: 12px;
	content:'';
	background: url('/wp/wp-content/uploads/2025/03/ico_arrow.svg') no-repeat center /cover;
	position: absolute;
	right: 30px;
}

@media (max-width: 768px) {
	.btn a:after{
		width: 8px;
		height: 12px;
		right: 6px;
	}
}

.btn:hover {
	transform: scale(1.1,1.1);
}


/* flow */

.vk_flow .vk_flow_frame {
	border: 3px solid #1671B9!important;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #c1e3fd;
	margin-bottom: 20px!important;
}

.vk_flow-arrow-on, .vk_flow_frame_text_title {
	margin-bottom: 20px!important;
}

@media (max-width: 768px) {
	.vk_flow-arrow-on, .vk_flow_frame_text_title {
		margin-bottom: 10px!important;
	}
}

.vk_flow_frame_text_title {
	font-size: 18px!important;
	border: none!important;
	margin: 0!important;
}

@media (max-width: 768px) {
	.vk_flow_frame_text_title {
		font-size: 16px!important;
	}
}

.vk_flow_frame_text_content {
	display: none;
}

.vk_flow.vk_flow-arrow-on::after {
	content:'';
	position: absolute;
	width: 0!important;
  height: 0!important;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1671B9;
  border-right: 0;
	transform: rotate(90deg);
}

/* faq */

.faq-item {
	margin-bottom: 25px;
}

.faq-item:nth-of-type(9) {
	margin-bottom: 0;
}

.question, .answer {
	width: 100%;
	border: 1px #1671B9 solid;
}

.question {
	background: linear-gradient(to bottom, #C1E3FD, #FFFFFF);
	border-radius: 10px 10px 0 0;
}

.answer {
	border-radius: 0 0 10px 10px;
}

#faq p {
	padding: 20px 20px 20px 60px;
	border-radius: 10px;
	font-weight: 600;
	color: #1671B9;
}

.question p:before {
	content: 'Q';
  position: absolute;
	top: 20px;
	left: 20px;
	color: #1671B9;
	font-weight: 600;
}

.answer p:before {
	content: 'A';
  position: absolute;
	top: 20px;
	left: 20px;
	color: #E8330C;
	font-weight: 600;
}


/*user's voice*/

#users-voice {
	background: #F4F8FC;
}

#tab_container_137 li a{
	background: #1671B9;
	padding: 2%!important;
}

#tab-content_137 {
	padding: 30px 35px!important;
	border-radius: 0 0 10px 10px;
}

.users-voice_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	gap: 30px;
}

@media (max-width: 1023px) {
	.users-voice_list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.users-voice_item {
	width: 100%;
	max-width: 520px;
	border-radius: 10px;
	background: #fff;
	border: 3px solid #1671b9;
	box-shadow: 0px 0px 10px #c1e3fd;
	display: grid;
	justify-content: center;
	align-items: center;
}

.users-voice_item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.users-voice_item-inner {
	flex-direction: column;
}
}

.person_face {
	width: 100px;
	margin-right: 16px;
}

@media (max-width: 768px) {
	.person_face {
	margin-right: 0;
		margin-bottom: 10px;
}
}

.users-voice_item p {
	width: 67%;
}

@media (max-width: 768px) {
	.users-voice_item p {
	width: 100%;
}
}

#tab_container_137 .wpsm_nav-tabs > li > a {
	border-radius: 10px 10px 0 0!important;
}


/*footer */

.site-footer {
	background: #1671B9;
	width: 100%;
	height: 170px;
	align-items: center;
}

@media (max-width: 700px) {
	.site-footer {
		height: 250px;
	}
}

.footer-site-info {
	max-width: 1140px;
	width: 81%;
	margin: 0 auto;
}

@media (max-width: 1023px) {
	.footer-site-info {
		width: 90%;
	}
}

footer nav {
	padding-top: 20px;
}


.footer-menu {
	display: flex;
	flex-wrap: wrap;
}

footer .menu-item {
	margin: 0 42px 15px 0;
}

footer .menu-item a {
	color: #fff;
}

/* 投稿ページ */


/* お問い合わせフォーム　*/

.page-id-20 .f-cta_btn, .page-id-52 .f-cta_btn, .page-id-267 .f-cta_btn {
	display: none;
}

#contact {
	background-color:#F4F8FC;
}

.form-container {
	background-color: #fff;
	padding: 74px 10% 100px;
}

@media (max-width: 768px) {
	.form-container {
		padding: 74px 5% 100px;
	}
}

.form-list {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1023px) {
	.form-list {
		flex-direction: column;
	}
}

.form-list dt, dd {
	padding: 24px 0;
	border-bottom: 1px dashed #707070;
}

.form-list dt:nth-of-type(1),
.form-list dd:nth-of-type(1) {
	border-top: 1px dashed #707070;
}

@media (max-width: 1023px) {
	.form-list dd:nth-of-type(1) {
		border-top: none;
	}
}

.form-list dt {
	width: 250px;
	display: block;
	padding-right: 24px;
}

@media (max-width: 1023px) {
	.form-list dt {
		border-bottom: none;
		width: 100%;
	}
}

.form-list dt p {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 24px;
}

@media (max-width: 1023px) {
	.form-list dt p {
		width: auto;
	}
}

.required {
	display: inline-block;
	width: 65px;
	height: 30px;
	background-color: #1671B9;
	color: #fff;
	position: absolute;
	right: 24px;
	padding: 5px;
	text-align: center;
	line-height: 1;
}

@media (max-width: 1023px) {
	.required {
		left: 150px;
		width: 50px;
		height: 25px;
	}
}

.form-list dd {
	width: calc(100% - 250px);
}

@media (max-width: 1023px) {
	.form-list dd {
		width: 100%;
		padding:18px 0 24px;
	}
}

.form-list input,textarea {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #707070;
	padding: 1em;
	font-size: 18px;
	color: #3B4043;
}

@media (max-width: 1023px) {
	.form-list input {
		height: 50px;
		font-size: 16px;	
	}
}

textarea {
	height: 100px;
}

form > p {
	text-align: center;
}

.btn_confirm {
	margin: 100px auto 0;
	text-align: center;
	width: 300px;
}

@media (max-width: 768px) {
	.btn_confirm {
		width: 260px;
	}
}

.wpcf7-submit, .wpcf7-previous {
	width: 300px;
	height: 50px;
	border-radius: 24px;
	background: #e8330c;
	border: none;
	color: #fff!important;
	font-size: 20px!important;
}

.wpcf7-previous {
	background: #CBCBCB;
}

@media (max-width: 768px) {
	.wpcf7-submit, .wpcf7-previous {
		width: 260px;
	}
}

.btn_confirm:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 12px;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-submit:hover,
.wpcf7-previous:hover  {
	transform: scale(1.1);
}

.btn_confirm:after:hover,
.btn_submit:after:hover,
.wpcf7-previous:after:hover {
	transform: scale(1.1) translateY(-50%);
}

.btn_confirm:hover:after,
.btn_submit:hover:after,
.wpcf7-previous:hover:after {
	transform: scale(1.1) translateY(-50%);
}

.wpcf7-spinner {
	display: none;
}

.btn_container {
	display: flex;
	margin: 100px auto 0;
	text-align: center;
	justify-content: center;
	gap: 20px;
}

/* 投稿ページ */

.single h2 {
	margin: 74px 0;
}

@media (max-width: 1023px) {
	.single h2 {
		margin: 48px 0;
	}
}

.single .entry-content {
	margin-bottom: 74px;
	padding: 0 13% 0;
}

@media (max-width: 768px) {
	.single .entry-content {
		margin-bottom: 48px;
		padding: 0 5% 0;
	}
}

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

.photo-container figure {
	margin: 0 0 60px !important;
	width: 46%;
}

@media (max-width: 768px) {
	.photo-container figure {
		margin: 0 0 30px !important;
	}
}

.photo-container img {
	object-fit: cover;
	width: 500px!important;
	aspect-ratio: 1.4!important;
}

.page-id-158 .inner {
	font-family: "Noto Serif JP", serif;
}
.page-id-158 .inner ul {
  list-style-type: disc; /* ドット（黒丸）を表示 */
}
.page-id-158 .inner li {
	list-style-position: inside; /* インデント */
	margin-left: 24px; /* リストの左側に余白 */
	text-align: left; /* おまじない。これを付けないと、インデントが効かない */
}