@charset "utf-8";
.marginTop{
	margin-top: 20px;
}
.shopDataTitle{
	font-weight: bold;
	text-align: center;
	color: #555;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 1.1em;
}
.box3Flex li a {
	margin: 1em 0;
	min-height: 100px;
	display: flex;
	align-items: center;
}
.box3Flex li img {
	vertical-align: middle;
	margin: 0 auto;
	display: block;
	max-height: 120px;
	width: auto;
}
.snekoCalender p {
	text-align: center;
}
.shopData p {
	text-align: left;
}
h1::before {
	content: "";
	display: block;
	margin-top: 5px;
}
.center {
	text-align: center;
}
.h1Img {
	width: 50px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: -10px;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #555;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding-left: 1em;
}
h2::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 20px;
	height: 7px;
	content: '';
	border-radius: 3px;
	background: #b5cf63;
}
hr.border {
	width: 100vw;
	margin: 40px calc(50% - 50vw) 40px;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-bottom: none;
}
.container {
	overflow: hidden;
}
.single_more_button {
	text-align: center;
	margin-top: 30px;
}
.subMenuList {
	background-color: #555555;
}
.subMenuListInner {
	margin: 0 auto;
	max-width: 1170px;
}
.subMenuListInner ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.subMenuList li {
	width: 100%;
	text-align: center;
	border-right: solid 1px #fff;
	line-height: 1.5;
}
.subMenuList li:first-of-type {
	border-left: solid 1px #fff;
}
.subMenuList li a {
	padding: 7px;
	display: block;
	color: #fff;
}
.subMenuList li a:hover {
	opacity: .7;
}
#easysim h3 {
	background-color: initial !important;
}
.shopData p {
	font-size: 0.9em;
}
.catch {
	font-size: 2em;
	font-weight: bold;
	color: #0d6d9f;
	margin-bottom: 30px;
	line-height: 1.5;
	/*padding: 0 0 0 30px; */
}
.blockimg img {
	width: 100%;
}
.qa_list {
	margin: 0 0 50px 0;
}
.qa_list dt {
	padding: 0 0 0 45px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	line-height: 1.5;
}
.qa_list dd {
	line-height: 1.5;
}
.qa_list dt:before {
	content: "Q";
	background-color: #0d6d9f;
	font-family: 'Helvetica Neue', 'Open Sans', 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 -45px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.qa_list dd {
	padding: 0 0 0 45px;
}
.qa_list a {
	color: #0d6d9f;
	text-decoration: underline;
}
.qa_list a:hover {
	text-decoration: none;
}
.qa_list dd:before {
	content: "A";
	background-color: #fff;
	font-family: 'Helvetica Neue', 'Open Sans', 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 -45px;
	text-align: center;
	color: #0d6d9f;
	border-radius: 50%;
	border: solid 1px #0d6d9f;
}
.mgntopbottom {
	margin: 30px 0;
}
.mgntop {
	margin-top: 30px;
}
.mgnbottom {
	margin-bottom: 30px;
}
.bder {
	border: solid 2px #eee;
	padding: 1.5em;
	border-radius: 5px;
}
.boxTitle {
	font-size: 1.3em;
	font-weight: bold;
}
.category {
	margin-bottom: 5px;
}
.shopcase_title {
	margin-top: 15px;
	line-height: 1.5;
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	min-height: 5.5em;
	font-weight: bold;
}
.box_title {
	margin-top: 15px;
	line-height: 1.5;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	background-color: #eee;
}
.price {
	font-size: 1.1em;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: bold;
}
.box3Flex ul {
	display: flex;
	flex-wrap: nowrap;
	flex-basis: 0;
	flex-grow: 1;
	gap: 2.5em;
	justify-content: center;
}
.box3Flex.realImg li img {
	object-fit: cover;
	height: 200px;
}
.box3Flex li {
	flex-basis: 0;
	flex-grow: 1;
	line-height: 1.5;
}
.align_center {
	text-align: center;
}
.contentBox ul {
	list-style-type: disc;
	padding-left: 1.5em;
}
.main-contents h3:first-of-type {
	margin-top: 20px;
}
.contentBox strong {
	display: inline-block;
	background-color: #0d6d9f;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 2px;
}
.more_Button a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.bodbox ul {
	margin-bottom: 20px;
}
.bodbox li {
	line-height: 1.5;
}
tr td:first-of-type {
	text-align: left;
}
/* table */
.head {
	width: 20%;
}
.w15per {
	width: 10% !important;
}
td {
	text-align: center;
}
table {
	margin-bottom: 20px;
}
thead {
	position: sticky;
	top: 100px;
}
table thead th {
	font-size: 0.8em;
}
.kinoubox {
	color: #fff;
	padding: 3px 8px;
	border-radius: 5px;
	display: block;
	width: 90px;
	text-align: center;
	font-size: 0.8em;
}
.w25per {
	width: 25% !important;
}
table tbody tr:nth-child(even) td {
	background: #f8f8f8;
}
table th, table td {
	padding: 18px 15px;
	border: 1px solid #fff;
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.5;
	border: 1px solid #eee;
}
table {
	width: 100%;
}
table th, #table05 td {
	text-align: center;
	padding: 10px 15px;
}
table th {
	background-color: #d6e5f2;
}
table .head {
	background-color: #d6e5f2;
}
table tbody th {
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	border-bottom-color: #fff;
}
/* tab */
@media only screen and (max-width: 768px) {
	.subMenuList li:first-of-type {
		border-left: none;
	}
	.subMenuList li:lsat-of-type {
		border-right: none;
	}
	.subMenuList li a {
		font-size: 0.8em;
	}
	.wrap {
		white-space: pre-wrap;
		display: inline-table;
	}
	.scroll {
		overflow-x: auto;
	}
}
.fontSmall {
	font-size: 0.8em;
}
.contentBox li {
	line-height: 1.5;
	padding: 5px 0;
}
.contentBox {
	border: solid 1px #ddd;
	padding: 20px;
	border-radius: 5px;
	margin: 30px 0;
}
strong, .fwB {
	font-weight: bold;
}
.cathcopy {
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	color: #0d6d9f;
	margin: 50px 0 0px;
}
.cathcopy span {
	display: block;
	font-size: 0.5em;
	vertical-align: middle;
	padding-top: 20px;
}
#toc ol {
	counter-reset: section;
	list-style-type: none;
}
#toc li::before {
	counter-increment: section;
	content: counters(section, ".") " ";
	padding-right: 10px;
	font-weight: bold;
}
.snekoCalender .imgblock {
	margin-bottom: 20px;
}
.tocTitle {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}
#toc {
	border: solid 1px #ccc;
	padding: 20px;
	border-radius: 5px;
}
#toc li {
	line-height: 1.5;
	padding: 2.5px 0;
}
.flexImg ul {
	display: flex;
	gap: 3em;
}
.rcList01 {
	display: flex;
	vertical-align: middle;
	padding-bottom: 20px;
}
.rcList01 li {
	background-color: #0d6d9f;
	margin: 0 3px;
	padding: 5px 13px;
	border-radius: 1000px;
	font-size: 0.7em;
	color: #fff;
	line-height: 1.5;
}
.rcList01 li.nouse {
	background-color: #bbb;
}
.snekoCalender .more_Button a {
	background-color: #0d6d9f;
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	transition: .3s all ease;
	font-weight: bold;
	border-radius: 100px;
	text-decoration: none;
}
.snekoCalender a:hover, .main-contents a:hover, .snekoCalender .box3Flex .shopData a:hover {
	text-decoration: none;
}
h1 {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 25px 15px;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	background-color: #0d6d9f;
}
h3 {
	background-color: #eee;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
}
.snekoCalender .imgsmall {
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
	width: 250px;
}
.snekoCalender {
	margin-top: 60px;
}
.snekogridBox {
	display: grid;
	grid-template-columns: 50% auto;
}
.snekogridTxt {
	padding-left: 30px;
}
.snekogridBox01 {
	display: grid;
	grid-template-columns: 15% auto;
}
.snekogridTxt01 {
	padding-left: 30px;
}
.snekoCalender img.imgtxt {
	padding-bottom: 30px;
}
/*スマホのスタイル始まり*/
@media only screen and (max-width: 1169px) {
	.imgtomozi_midium {
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background-color: #eee;
		padding: 20px;
	}
	h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.blockimg {
		margin-top: 30px;
	}
	.catch, h2 {
		font-size: 1.6em;
	}
	.mainImg {
		margin-bottom: 30px;
	}
	.mainImg::before {
		background-position: 0% 50%;
		height: 200px;
	}
	.spnone {
		display: none;
	}
	.shopcase_title {
		min-height: initial;
	}
	.box_title {
		min-height: initial;
	}
	.box3Flex li {
		margin-bottom: 30px;
	}
	.main-contents .snekoCalender:last-of-type {
		margin-bottom: 30px;
	}
	.box3Flex ul {
		display: block;
	}
	.reasonbox ul:not(:first-child) {
		margin: 0;
	}
	.reasonbox ul {
		display: block;
	}
	thead {
		position: relative;
		top: initial;
	}
	table thead th {
		text-align: left;
		padding-left: 20px;
	}
	table th, table td {
		padding: 10px;
		font-size: 0.7em;
	}
	.blockText {
		padding-left: 0px;
	}
	#toc {
		padding: 10px;
	}
	.snekogridBox {
		display: block;
	}
	.snekogridTxt {
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.snekoCalender img.imgtxt {
		width: 100%;
	}
	.container {
		padding: 0 15px 30px;
	}
	.snekoCalender img {
		width: 100%;
	}
}
/*スマホのスタイル終了*/
/*PCのスタイル始まり*/
@media only screen and (min-width: 1170px) {
	.main-contents .snekoCalender:first-of-type {
		margin-top: 0;
	}
	.imgtomozi_midium {
		margin: 30px 0px 50px;
		grid-template-columns: 100%;
	}
	.imgtomozi_out {
		background-color: #eee;
	}
	.blockText {
		padding-right: 50px;
	}
	.imgtomozi_midium {
		display: grid;
		grid-template-columns: 50% auto;
		margin: 0 auto;
		max-width: 1170px;
		padding: 50px 0;
		justify-items: center;
		align-items: center;
	}
	.imgblock.small {
		width: 60%;
	}
	.imgblock.normal {
		width: 80%;
	}
	.main-contents {
		width: 100%;
		padding: 50px 0;
		margin: 0px 0px 30px 0px;
		border-radius: 10px;
	}
	.container-inner {
		margin: 0 auto;
		max-width: 1170px;
	}
}
/*PCのスタイル終わり*/
/*以前使用していたstyle*/
.snekoh1Title {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	padding: 1em;
	color: #0d6d9f;
	border-top: solid 1px #eee;
	box-sizing: border-box;
}
.autoRobo a {
	color: #0d6d9f;
	text-decoration: underline;
	text-align: center;
}
.autoRobo a:hover {
	text-decoration: none;
}
.canList {
	text-align: center;
}
.canList ul {
	background-color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 15px 100px;
	display: inline-block;
}
.canList li {
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 5px;
	color: #333;
	line-height: 1.5;
	text-align: left;
}
.canList li:before {
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f00c";
	padding-right: 15px;
	color: #0d6d9f;
}
#orderMain {
	background-image: url("../img/orderTopimg01.jpg");
}
.autoRobo {
	margin: 6em 0 4em;
	position: relative;
}
#servicePageTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: initial;
}
.gridBox {
	display: grid;
	grid-template-columns: 15% auto;
}
.girdText {
	padding-left: 20px;
}
.morButton {
	margin-top: 1.5em;
	text-align: center;
}
.morButton a {
	background-color: #0d6d9f;
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	transition: .3s all ease;
	font-weight: bold;
	border-radius: 100px;
	text-decoration: none;
}
.morButton a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.secOutline {
	margin-top: 3em;
}
.function_inner ul, .features_inner ul, .autoRobo_inner ul {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.function_inner li, .autoRobo_inner li {
	width: calc((100% / 4) - 0px);
	padding: 0px;
	margin: 1em;
	border-radius: 10px;
	border: solid 2px #eee;
}
.features_inner li {
	background-color: #fff;
	width: calc((100% / 4) - 0px);
	padding: 0px;
	margin: 1em;
	border-radius: 10px;
}
.features {
	background-color: #F8F8F8;
	margin: 3em 0;
	padding: 3em 0;
}
.features_inner, .function_inner, .autoRobo_inner, .sec_inner, .h1_inner {
	max-width: 1170px;
	margin: 0 auto;
}
.function_inner h3, .autoRobo_inner h3 {
	background-color: #eee;
	padding: 15px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 5px 5px 0px 0px;
	line-height: 1.5;
}
.features_inner h3 {
	background-color: #c2c1cc;
	padding: 15px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 10px 10px 0px 0px;
	line-height: 1.5;
}
.autoRobo_inner .autoroboh3Title {
	text-align: center;
	margin: 0em 0 0;
	padding: 15px;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 10px;
	line-height: 1.5;
	background-color: transparent;
}
.features_inner img, .function_inner img, .autoRobo_inner img {
	width: 80%;
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}
.gridBox figure img {
	width: 100%;
}
.features_inner p, .function_inner p, .autoRobo_inner p {
	padding: 0px 20px 20px;
}
.mainImgbox {
	margin-top: 2em;
}
.orderh2 {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #555;
	margin-bottom: 1em;
	line-height: 1.5;
}
.priceList a {
	background-color: #fff;
	border-radius: 1000px;
	font-size: 0.5em;
	margin-left: 15px;
	color: #555;
	padding: 5px 20px;
	vertical-align: middle;
	border: solid 1px #555;
	text-align: center;
	box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
	transition: 0.2s all ease 0s;
	display: block;
	width: 200px;
	margin: 10px auto 0;
	line-height: 1.5;
	text-decoration: none;
}
.priceList a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.orderh1 {
	background-color: #0d6d9f;
	padding: 2em 0;
}
.orderh1_inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 0px;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}
.orderh1 img {
	vertical-align: bottom;
	width: 70px;
	padding-right: 20px;
}
.h2_style {
	font-size: 1.8em;
	color: #555;
	text-align: center;
	font-weight: bold;
	margin: 2.5em 0 0.5em;
	line-height: 1.5;
}
.blockText a {
	background-color: #0d6d9f;
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	transition: .3s all ease;
	font-weight: bold;
	border-radius: 100px;
	text-decoration: none;
}
.blockText a:hover {
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
#meyasu_mae #pricetyuui {
	font-size: 13px;
	color: #333;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}
#recPlan #pricetyuui {
	font-size: 13px;
	color: #333;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}
.tokutyou-waku .plan-table td.purasu {
	color: #333;
	background-color: #eee;
	text-align: center;
	border: none;
	font-size: 30px;
}
.plan-table a {
	text-decoration: underline;
}
.plan-table a:hover {
	text-decoration: none;
}
.tokutyou-waku span.boldred {
	font-size: 15px;
	font-weight: bold;
	color: red;
}
.tokutyou-waku span.boldblue {
	font-size: 15px;
	font-weight: bold;
	color: #003FA0;
}
.tokutyou-waku span.tyuuibun {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
#meyasu_mae {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}
#meyasu {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #C80003;
	padding: 5px 15px;
	margin: 0px 15px;
	vertical-align: middle;
	display: inline-block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	border-radius: 5px;
}
#meyasu_mae span {
	color: #C80003;
	line-height: 1.5;
}
#meyasu_mae01 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	color: #333;
}
#meyasu_mae01 span {
	color: #C80003;
}
#meyasu01 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #C80003;
	padding: 5px 15px;
	margin: 10px 15px;
	vertical-align: middle;
	display: inline-block;
	font-family: Arial, Helvetica, "sans-serif" !important;
	border-radius: 5px;
}
#recPlan {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	color: #333;
}
#recPlan span {
	color: #C80003;
}
#yorikuwasiku {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0%, -50%);
	display: none;
}
#yorikuwasiku a {
	border: solid 1px #777;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	text-decoration: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#selected_back001.active, #selected_back002.active, #selected_back003.active, #selected_back004.active {
	background-color: #0d6d9f;
}
#btnFeeld input[type="radio"] {
	display: none;
}
.number_box {
	width: 100%;
}
.easysim_title {
	text-align: center;
	font-size: 24px;
	padding: 0px 0px;
	border-radius: 50px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #333;
}
.snekoCalender .buyIcon {
	width: 35px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px 0px 0px;
}
.number_title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px;
}
#btnFeeld {
	padding: 0 20px;
}
#btnFeeld ul {
	width: 100%;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #fff;
	position: relative;
}
#btnFeeld ul:after {
	content: "";
	display: block;
	vertical-align: middle;
	height: 0px;
	width: 0px;
	border: 20px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0%);
}
#btnFeeld li {
	width: calc((100% - 0px) / 3);
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
}
#result {
	background-color: #fff6dd;
	margin: 0px 0px 50px 0px;
}
.result_inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 0px;
	position: relative;
}
#btnFeeld li:not(:last-child) {
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #ddd
}
.number_box label {
	display: inline-block;
	width: calc((100% - 44px) / 3);
	text-align: center;
	padding: 8px;
	margin: 7px;
	font-size: 15px;
	background-color: #eee;
	background: #ECE0B6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	transition: .3s all ease;
	color: #333;
	box-sizing: border-box;
	font-weight: bold;
}
#btnFeeld input[type="radio"]:checked + label {
	background: #0d6d9f;
	color: #fff;
}
#btnFeeld label:hover {
	cursor: pointer;
	transform: translate3d(0, 3px, 0);
}
#easysim {
	background-color: #dce4eb;
	padding: 30px 0px;
	margin: 0px 0px 0px;
}
.easysim_inner {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 0px;
	border-radius: 5px;
}
#order_lite {
	position: relative;
}
/* 擬似要素の共通スタイル */
#change-border01::after, #change-border01::before, #change-border02::after, #change-border02::before, #change-border03::after, #change-border03::before, #change-border04::after, #change-border04::before, .change-border01__inner::after, .change-border01__inner::before {
	background-color: #0d6d9f;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
}
/* 左上へ配置 */
#change-border01::after, #change-border02::after, #change-border03::after, #change-border04::after {
	width: 0px;
	height: 5px;
	top: -1px;
	left: -1px;
}
/* 右下へ配置 */
#change-border01::before, #change-border02::before, #change-border03::before, #change-border04::before {
	width: 0px;
	height: 5px;
	right: -1px;
	bottom: -1px;
}
/* 左下へ配置 */
.change-border01__inner::after {
	width: 5px;
	height: 0px;
	left: -1px;
	bottom: -1px;
}
/* 右上へ配置 */
.change-border01__inner::before {
	width: 5px;
	height: 0px;
	top: -1px;
	right: -1px;
}
/* active */
#change-border01.active::after, #change-border01.active::before, #change-border02.active::after, #change-border02.active::before, #change-border03.active::after, #change-border03.active::before, #change-border04.active::after, #change-border04.active::before {
	width: 100%;
	width: calc(100% + 1px);
}
#change-border01.active .change-border01__inner::after, #change-border01.active .change-border01__inner::before, #change-border02.active .change-border01__inner::after, #change-border02.active .change-border01__inner::before, #change-border03.active .change-border01__inner::after, #change-border03.active .change-border01__inner::before, #change-border04.active .change-border01__inner::after, #change-border04.active .change-border01__inner::before {
	height: 100%;
	height: calc(100% + 1px);
}
#change-border01.active, #change-border02.active, #change-border03.active, #change-border04.active {
	box-shadow: 0 3px 17px rgba(0, 0, 0, 0.30);
}
#syuturyoku {
	font-size: 20px;
	font-weight: bold;
}
#price_simyu {
	overflow: hidden;
	max-width: 1100px;
	margin: 0px auto 60px;
	padding: 0;
	position: relative;
}
#price_simyu:after {
	content: "";
	clear: both;
	display: block;
}
#price_simyu p {
	display: inline-block;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	padding: 0;
}
.monthIcon {
	text-align: center;
	padding: 15px 15px 0px;
	color: #444;
	font-weight: bold;
	background-color: #fff;
	line-height: 30px;
	display: block;
	vertical-align: middle;
}
.monthIcon p {
	font-size: 13px;
	background-color: #ECE0B6;
	border-radius: 5px;
}
.yearIcon2 {
	background-color: #fff;
	color: #444;
	text-align: center;
	padding: 15px 15px 0px;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
}
.yearIcon2 p {
	font-size: 13px;
	background-color: #B7D8EA;
	border-radius: 5px;
}
.midium_Bun {
	font-size: 18px;
	margin: 20px 0px;
}
.midium_Bun a {
	text-decoration: underline;
}
.midium_Bun a:hover {
	text-decoration: none;
}
.mkmi_Btn a {
	padding: 10px 10px;
	border-radius: 50px;
	margin: 10px 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #86b6cf;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	transition: .3s all ease;
	color: #fff;
	line-height: 1.5;
}
#mkmiBtn01, #mkmiBtn02, #mkmiBtn03, #mkmiBtn04 {
	background-color: #86b6cf;
}
#mkmiBtn01.active, #mkmiBtn02.active, #mkmiBtn03.active, #mkmiBtn04.active {
	background-color: #0d6d9f;
}
.Btn_koi a {
	background-color: #0d6d9f;
}
.mkmi_Btn a:hover {
	box-shadow: none;
	transform: translate3d(0px, 3px, 0px);
}
.pricesyousai a {
	padding: 0px;
	margin: 15px 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 15px;
}
.pricesyousai a:hover {
	box-shadow: none;
	transform: translate3d(0px, 3px, 0px);
	text-decoration: underline;
}
.gutairei {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
.moreButton {
	margin: 30px 0;
	text-align: center;
}
.qa_list {
	margin: 0 0 50px 0;
}
.qa_list dt {
	padding: 0 0 0 45px;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	line-height: 1.5;
}
.qa_list dd {
	line-height: 1.5;
}
.qa_list dt:before {
	content: "Q";
	background-color: #0d6d9f;
	font-family: 'Helvetica Neue', 'Open Sans', 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 -45px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.qa_list dd {
	padding: 0 0 0 45px;
}
.qa_list a {
	color: #0d6d9f;
	text-decoration: underline;
}
.qa_list a:hover {
	text-decoration: none;
}
.qa_list dd:before {
	content: "A";
	background-color: #fff;
	font-family: 'Helvetica Neue', 'Open Sans', 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 -45px;
	text-align: center;
	color: #0d6d9f;
	border-radius: 50%;
	border: solid 1px #0d6d9f;
}
.order_list li {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 1.5;
}
.order_list li:before {
	content: "▶";
	padding: 0px 10px 0px 0px;
}
.order_list li:not(:last-child) {
	padding: 0px 0px 10px 0px;
}
.tokutyou-waku span .order_bold_red {
	color: red;
	font-size: 15px;
}
.tyuuibun a {
	color: #B22E4E;
	text-decoration: underline;
}
.tyuuibun a:hover {
	text-decoration: none;
}
.tryohaku {
	margin: 0px 0px 20px 0px;
}
.planbox-4 a {
	color: #B22E4E;
	font-weight: bold;
}
.tyuuibun {
	margin: 30px 0px 0px 0px;
	font-size: 13px;
}
.tokutyou-waku span.mytrans {
	color: transparent;
}
.tokutyou-waku .plan-table.mytrans th {
	border: solid 1px transparent;
}
.tokutyou-waku .plan-table.mytrans td {
	border: solid 1px transparent;
}
.sampleTable th.table-usuipink {
	background-color: #DE8097;
	color: #fff;
}
.boldred {
	font-weight: bold;
	color: #FF0004;
}
.hr-basic {
	width: 100%;
	color: #ddd;
	border: none;
	border-top: dashed 1px #ddd;
	margin: 40px 0px;
}
/*スマホのスタイル始まり*/
@media only screen and (max-width: 1169px) {
	.features_inner li, .function_inner li, .autoRobo_inner li {
		margin: 1em 0 1em 0;
	}
	.girdText {
		padding-left: 0px;
	}
	.gridBox {
		grid-template-columns: 30% auto;
	}
	.function_inner ul, .features_inner ul, .autoRobo_inner ul {
		flex-wrap: wrap;
	}
	.features_inner, .function_inner, .autoRobo_inner, .sec_inner {
		width: 90%;
	}
	.orderh1_inner {
		font-size: 1.8em;
	}
	.features_inner li, .function_inner li, .autoRobo_inner li {
		width: 100%;
	}
	.orderh1 img {
		width: 50px;
		padding-right: 15px;
	}
	.blockText a {
		width: 90%;
		display: block;
		margin: 20px auto 0;
	}
	.mytrans {
		display: none;
	}
	.tokutyou-waku span.mytrans {
		display: none;
	}
	.easysim_title {
		font-size: 22px;
		vertical-align: middle;
		line-height: 1.5;
	}
	#result {
		background-color: #fff6dd;
		margin: 0px 0px 50px 0px;
		padding: 20px 10px;
		text-align: center;
	}
	#meyasu_mae {
		font-size: 16px;
	}
	#meyasu {
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		margin: 5px 0px 5px 5px;
		display: none;
		padding: 0px 10px;
		line-height: 1.5;
	}
	#meyasu_mae01 {
		font-size: 16px;
		border-top: solid 1px #ccc;
		margin-top: 5px;
		padding-top: 10px;
		line-height: 1.5;
	}
	#meyasu01 {
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		margin: 5px 0px 10px 0px;
		display: none;
		padding: 0px 10px;
	}
	#price_en {
		font-size: 14px;
		vertical-align: bottom;
	}
	#recPlan {
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		color: #C80003;
		line-height: 1.5;
	}
	#yorikuwasiku {
		display: block;
		vertical-align: middle;
		display: none;
		position: static;
		transform: none;
		line-height: 1.5;
	}
	#yorikuwasiku a {
		display: block;
		border: solid 1px #777;
		padding: 5px;
		border-radius: 5px;
		background-color: #fff;
		text-align: center;
		margin: 5px 0px 0px 0px;
		font-size: 13px;
	}
	.number_box label {
		display: inline-block;
		width: calc((100% - 40px) / 5);
		text-align: center;
		padding: 5px 2px;
		margin: 4px 4px;
		font-size: 10px;
		background-color: #eee;
		background: #ECE0B6;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
		border-radius: 3px;
		transition: .3s all ease;
		color: #333;
		box-sizing: border-box;
		font-weight: bold;
	}
	.easysim_inner {
		width: 100%;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	#btnFeeld li:not(:last-child) {
		margin: 0px 0px 0px 0px;
		border-bottom: solid 1px #eee;
		border-right: solid 0px #ddd;
	}
	#btnFeeld ul {
		background-color: #fff;
	}
	#btnFeeld li {
		width: 100%;
		display: inline-block;
		padding: 10px 5px;
		box-sizing: border-box;
	}
	#price_simyu {
		text-align: center;
		margin: 0px 0px 20px 0px;
		border: solid 0px #eee;
	}
	#price_simyu p {
		margin: 0px 10px 0px 0px;
		display: inline-block;
		font-size: 15px;
	}
	#order_number {
		font-size: 15px;
		padding: 5px 0px;
	}
	.price-waku {
		padding: 0px 15px;
		margin: 0px 0px 40px 0px;
	}
	.white-back {
		display: none;
	}
	/*モール一覧start*/
	.order_Mallbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0px 15px;
	}
	.order_Mallbox li {
		width: calc((100% - 20px) / 3);
		margin: 0px 10px 10px 0px;
		border: 1px #ccc solid;
		box-sizing: border-box;
		text-align: center;
		padding: 5px;
	}
	.order_Mallbox li:nth-child(3n) {
		margin: 0px 0px 10px 0px;
	}
	.order_Mallbox li:last-child {
		margin: 0px 0px 10px 0px;
	}
	.order_Mallbox img {
		width: 100%;
	}
	/*モール一覧end*/
	/*特徴部分*/
	.tokutyou_sotowaku {
		margin: 0px 0px 0px 0px;
	}
	.tokutyoubox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tokutyoubox img {
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	.tokutyoubox li {
		width: calc((100%) / 1);
		margin: 0px 0px 30px 0px;
		background-color: #fff;
		border-radius: 15px;
		padding: 15px;
		box-sizing: border-box;
	}
	.tokutyoubox li h3 {
		padding: 10px 15px;
		font-size: 22px;
		font-weight: bold;
		background-color: #dce4eb;
		border-radius: 5px;
		text-align: center;
		line-height: 1.5;
	}
	.tokutyoubox li:last-child {
		margin: 0px 0px 40px 0px;
	}
	/*特徴部分*/
	.samplecase {
		margin: 30px 0px 0px 0px;
	}
	.hr-pcnone {
		width: 100%;
		color: #ddd;
		border: none;
		border-top: dashed 1px #ddd;
		margin: 40px 0px;
	}
	.planbox-4 {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.price-setumei-waku {
		overflow: hidden;
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.price-setumei-waku p {
		margin: 0px 0px 30px 0px;
		font-size: 28px;
		text-align: center;
		font-weight: bold;
	}
	.plan-setumei p {
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		margin: 0px;
	}
	.plan-setumei .target {
		font-size: 18px;
		font-weight: bold;
		display: block;
		color: #DE8097;
	}
	.planbox-4-setumei ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.planbox-4 .plan-setumei {
		background-color: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 15px;
		position: relative;
		margin: 0px 0px 40px 0px;
		width: 100%;
	}
	.planbox-4 .plan-setumei:before {
		content: "";
		position: absolute;
		border: 15px solid transparent;
		border-top: 15px solid #eee;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -0%)
	}
	.planbox-4 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.planbox-4 li {
		width: calc((100%) / 1);
		border: solid 0px #DE8097;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
		padding: 0px;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	}
	.planbox-4 li:first-child {
		border: solid 0px #bbb;
	}
	.planbox-4 li:nth-child(2) {
		border: solid 0px #B22E4E;
	}
	.planbox-4 .mousikomibtn a {
		background-color: #DE8097;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px;
		border-radius: 35px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		display: block;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		text-align: center;
	}
	.planbox-4 .mousikomibtn {
		background-color: #eee;
		padding: 30px 20px;
		border: solid 1px #ddd;
		border-top: solid 0px;
	}
	.planbox-4 .mousikomibtn a.gure-btn {
		background-color: #888;
	}
	.planbox-4 .mousikomibtn a.koipink-btn {
		background-color: #B22E4E;
	}
	.planbox-4 .mousikomibtn a:hover {
		opacity: 0.7;
		box-shadow: none;
		transform: translate3d(0px, 3px, 0px);
	}
	.planbox-4 li:not(:last-child) {
		margin: 0px 0px 0px 0px;
	}
	.plan-name {
		font-size: 23px;
		font-weight: bold;
		background-color: #DE8097;
		text-align: center;
		padding: 20px 15px;
		color: #fff;
		margin: 0px 0px 0px 0px;
		border: solid 0px #ddd;
		border-radius: 0px;
	}
	.ninki:before {
		content: "人気プラン！";
		display: block;
		position: absolute;
		top: -35px;
		left: -10px;
		background-color: #FFB600;
		padding: 10px 15px;
		font-weight: bold;
		transform: rotate(-5deg);
		border-radius: 3px;
		font-size: 16px;
		z-index: 2;
		color: #fff;
	}
	.ninki {
		position: relative;
	}
	.gure- {
		background-color: #bbb;
	}
	.koipink {
		background-color: #B22E4E;
	}
	.plan-name-small {
		font-size: 14px;
		font-weight: normal;
	}
	.plan-plice {
		padding: 30px 10px;
		font-size: 38px;
		font-weight: bold;
		text-align: center;
		color: #222;
		border: solid 1px #ddd;
	}
	.plan-plice .plan-small {
		font-size: 16px;
	}
	.plan-plice .plan-midium-small {
		font-size: 28px;
	}
	.plan-plice .plan-small:after {
		content: " ";
	}
	.plan-plice .plan-small:before {
		content: " ";
	}
	.planbox-4 table {
		margin: 0px;
		width: 100%;
	}
	.planbox-4 table th {
		background-color: #ddd;
		text-align: center;
		padding: 10px 15px;
		border: solid 1px #ddd;
		font-weight: bold;
	}
	.plan-table td {
		padding: 10px 15px;
		border: solid 1px #ddd;
		line-height: 1.5;
		font-size: 15px;
	}
	/*サンプルケースCSS始まり*/
	.samplecase-inner {
		padding: 25px 15px;
		border: 10px solid #ddc17b;
		border-radius: 5px;
		margin: 4px 0px 40px 0px;
	}
	.samplecase h3 {
		font-size: 28px;
		text-align: center;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
	}
	.samplecase .midium-title {
		font-weight: bold;
		font-size: 16px;
	}
	.zyutyuuzyoukyou {
		background-color: #F2E7CC;
		padding: 15px;
		margin: 20px 0px 0px 0px;
		border-radius: 5px;
		text-align: center;
		line-height: 1.5;
	}
	.bold-black {
		font-weight: bold;
	}
	.zyutyuuzyoukyou img {
		width: 80px;
		float: none;
		padding: 0px 0px 15px 0px;
		display: block;
		margin: 0 auto;
	}
	.zyutyuuzyoukyou:after {
		content: "";
		display: block;
		clear: both;
	}
	.sampleTable {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
	.sampleTable thead {
		display: none;
	}
	.sampleTable th {
		background-color: #ddd;
		padding: 10px 10px;
		text-align: center;
		border: solid 1px #ddd;
		border-right: solid 1px #ccc;
		vertical-align: middle;
		line-height: 1.5;
		font-weight: bold;
		display: block;
	}
	.sampleTable th.table-koipink {
		background-color: #B22E4E;
		color: #fff;
		vertical-align: middle;
	}
	.sampleTable th.uekeisen {
		background-color: #fff;
	}
	.sampleTable th:last-child {
		border-right: solid 1px #ddd;
	}
	.sampleTable td {
		padding: 15px 10px;
		border: solid 1px #ddd;
		text-align: center;
		vertical-align: middle;
		font-size: 16px;
		line-height: 1.5;
		display: block;
	}
	.sampleTable td:before {
		content: attr(data-label);
		display: block;
		font-weight: bold;
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 3px;
	}
	.sampleTable-komidashi {
		vertical-align: middle;
		font-weight: bold;
	}
	.sampleTable-price {
		font-size: 24px;
		font-weight: bold;
	}
	.sampleTable-price-red {
		font-size: 40px;
		font-weight: bold;
		color: #FF0004;
	}
	.sampleTable-price-small {
		font-size: 16px;
	}
	.sampleTable-price-small001 {
		font-size: 26px;
	}
	/*サンプルケースCSS終了*/
	/*サンプルケースのボタンたち*/
	.graph_simubtn_box {
		width: 100%;
		text-align: center;
		margin: 30px 0px 0px 0px;
		padding: 0px;
	}
	.graph_btn a {
		box-sizing: border-box;
		font-size: 16px;
		display: block;
		width: 100%;
		border: solid 5px #B22E4E;
		margin: 0px 0px 0px 0px;
		padding: 15px 10px;
		border-radius: 50px;
		color: #B22E4E;
		font-weight: bold;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
	}
	.simu_btn a {
		box-sizing: border-box;
		padding: 15px 10px;
		font-size: 16px;
		display: block;
		width: 100%;
		border: solid 5px #B22E4E;
		border-radius: 50px;
		color: #B22E4E;
		font-weight: bold;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		margin: 0px 0px 20px 0px;
	}
	.simu_btn a:hover, .graph_btn a:hover {
		box-shadow: none;
		transform: translate3d(0px, 3px, 0px);
	}
	/*サンプルケースのボタンたち*/
	.tokutyou-waku ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.tokutyou-waku li {
		width: calc((100% - 0px) / 1);
		background-color: #eee;
		margin: 0px 0px 0px 0px;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
	}
	.tokutyou-waku li h3 {
		background-color: #DE8097;
		padding: 15px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		margin: 0px 0px 0px 0px;
	}
	.tokutyou-waku li h3.koipink {
		background-color: #B22E4E;
	}
	.tokutyou-waku span {
		font-size: 18px;
		font-weight: bold;
		color: #DE8097;
	}
	.tokutyou-waku li:not(:last-child) {
		margin: 0px 0px 50px 0px;
	}
	.price-sirobox {
		background-color: #fff;
		text-align: center;
		padding: 5px;
		margin: 0px 0px 0px 0px;
		font-size: 30px;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif" !important;
		border-bottom: solid 1px #ddd;
		color: #333;
	}
	.price-sirobox2 {
		background-color: #fff;
		text-align: center;
		padding: 5px;
		margin: 0px 0px 0px 0px;
		font-size: 30px;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif" !important;
		border-bottom: solid 1px #ddd;
		color: #333;
	}
	.price-sirobox .small-price {
		font-size: 14px;
		color: #333;
	}
	.price-sirobox2 .small-price {
		font-size: 14px;
		color: #333;
	}
	.monthtitle {
		font-size: 26px;
		text-align: center;
		font-weight: bold;
	}
	.tokutyou-waku {
		margin: 0px 0px 40px 0px;
	}
	.tokutyou-waku .plan-table {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	.tokutyou-waku .plan-table th {
		text-align: center;
		background-color: #888;
		padding: 10px;
		border: solid 1px #ddd;
		color: #fff;
	}
	.tokutyou-waku .plan-table td {
		background-color: #fff;
		color: #333;
		font-weight: normal;
	}
	.plan-table td.kinoukoumoku {
		background-color: #fff6dd;
	}
	.plan-table td.kinoukoumokunashi {
		color: #CCCCCC;
		text-decoration: line-through;
	}
	.trialbutton {
		text-align: center;
	}
	.trialbutton p {
		font-weight: bold;
	}
	.trialbutton a {
		background-color: #B22E4E;
		padding: 20px 30px;
		border-radius: 10px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		display: inline-block;
		margin: 10px 0px 0px 0px;
		line-height: 1.5;
	}
	.basictigai {
		background-color: #dce4eb;
		margin: 0px 0px 40px 0px;
		padding: 30px 20px;
		border-radius: 0px;
	}
	.basictigai_inner {
		padding: 20px 20px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.basictigai_inner h3 {
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
		line-height: 1.5;
	}
	.basictigai_inner h4 {
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		margin: 20px 0px 20px 0px;
		background-color: #eee;
		padding: 10px;
	}
	.basicplan_tigai {
		text-align: center;
		margin: 20px 0px 0px 0px;
	}
	.basicplan_tigai img {
		width: 100%;
	}
	.tokutyou-waku li .target_setumei {
		position: relative;
		display: block;
		background-color: #fff;
		padding: 5px 10px;
		border-radius: 10px;
		font-size: 15px;
		margin: 10px 0px 15px 0px;
		line-height: 1.5;
		color: #333;
	}
	.tokutyou-waku li .target_setumei:after {
		content: "";
		display: block;
		vertical-align: middle;
		height: 0px;
		width: 0px;
		border: 8px solid transparent;
		border-top-color: #fff;
		position: absolute;
		bottom: -16px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.sampleTable .white-backsita th {
		display: none;
	}
	.orderh2 {
		font-size: 1.7em;
	}
	.mainImg {
		background-position: initial !important;
	}
	.snekoh1Title {
		line-height: 1.5;
		font-size: 1.3em;
		padding: 0.5em;
	}
	/*スマホのスタイル終了*/
}
/*PCのスタイル始まり*/
@media only screen and (min-width: 1170px) {
	#price_name {
		font-size: 18px;
		vertical-align: middle;
	}
	#result {
		padding: 15px 15px;
	}
	#price_en {
		font-size: 14px;
		display: inline-block;
		vertical-align: bottom;
	}
	.mytrans {
		visibility: hidden;
	}
	.tokutyou-waku .plan-table {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	.tokutyou-waku .plan-table th {
		text-align: center;
		background-color: #888;
		padding: 10px;
		border: solid 1px #ddd;
		color: #fff;
		font-weight: bold;
	}
	.tokutyou-waku .plan-table td {
		background-color: #fff;
	}
	.price-sirobox {
		background-color: #fff;
		text-align: center;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		font-size: 30px;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif" !important;
		vertical-align: middle;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #ddd;
		display: block;
		color: #333;
	}
	.price-sirobox2 {
		background-color: #fff;
		text-align: center;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		font-size: 30px;
		font-weight: bold;
		font-family: Arial, Helvetica, "sans-serif" !important;
		vertical-align: middle;
		height: 130px;
		line-height: 130px;
		border-bottom: 1px solid #ddd;
		display: block;
		color: #333;
	}
	.mitumori {
		font-size: 23px;
	}
	.price-sirobox .small-price {
		font-size: 14px;
		color: #333;
	}
	.price-sirobox2 .small-price {
		font-size: 14px;
		color: #333;
	}
	.tokutyou-waku {
		max-width: 1170px;
		margin: 0 auto 60px;
		padding: 0;
	}
	.tokutyou-waku ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.tokutyou-waku li {
		width: calc((100% - 120px) / 4);
		background-color: #eee;
		margin: 0px 0px 0px 0px;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
	}
	.tokutyou-waku li .target_setumei {
		position: relative;
		display: block;
		background-color: #fff;
		padding: 5px 10px;
		border-radius: 10px;
		font-size: 15px;
		margin: 5px 0px 15px 0px;
		line-height: 1.5;
		color: #333;
	}
	.tokutyou-waku li .target_setumei:after {
		content: "";
		display: block;
		vertical-align: middle;
		height: 0px;
		width: 0px;
		border: 8px solid transparent;
		border-top-color: #fff;
		position: absolute;
		bottom: -16px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.tokutyou-waku li h3 {
		background-color: #86b6cf;
		padding: 15px 15px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		margin: 0px 0px 0px 0px;
		line-height: 1.5;
	}
	.tokutyou-waku li h3.koipink {
		background-color: #B22E4E;
	}
	.tokutyou-waku span {
		font-size: 18px;
		font-weight: bold;
		color: #86b6cf;
	}
	.tokutyou-waku li:not(:last-child) {
		margin: 0px 40px 0px 0px;
	}
	.tokutyou-waku li:nth-child(2) {}
	.price-waku {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.monthtitle {
		font-size: 26px;
		text-align: center;
		font-weight: bold;
	}
	/*モール一覧start*/
	.order_Mallbox_sotowaku {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.order_Mallbox {
		display: flex;
		flex-wrap: wrap;
	}
	.order_Mallbox li {
		width: calc((100% - 90px) / 9);
		margin: 5px 5px;
		border: 1px #ccc solid;
		box-sizing: border-box;
		text-align: center;
		padding: 5px;
	}
	.order_Mallbox img {
		width: 100%;
	}
	/*モール一覧end*/
	/*特徴部分start*/
	.tokutyou_sotowaku {
		margin: 0px 0px 20px 0px;
	}
	.tokutyoubox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tokutyoubox img {
		width: 200px;
		display: block;
		margin: 0 auto;
	}
	.tokutyoubox li {
		width: calc((100% - 120px) / 3);
		margin: 20px 20px;
		background-color: #fff;
		border-radius: 15px;
		padding: 15px 15px 15px 15px;
		box-sizing: border-box;
	}
	.tokutyoubox li h3 {
		padding: 10px 15px;
		font-size: 22px;
		font-weight: bold;
		background-color: #dce4eb;
		border-radius: 5px;
		text-align: center;
		line-height: 1.5;
	}
	/*特徴部分end*/
	.aboutStartGuideStep dt {
		font-size: 240%;
	}
	.hr-pcnone {
		display: none;
	}
	.planbox-4 {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.price-setumei-waku {
		overflow: hidden;
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.price-setumei-waku p {
		margin: 0px 0px 30px 0px;
		font-size: 34px;
		text-align: center;
		font-weight: bold;
	}
	.plan-setumei p {
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		margin: 0px;
	}
	.plan-setumei .target {
		font-size: 18px;
		font-weight: bold;
		display: block;
		color: #DE8097;
	}
	.planbox-4-setumei ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.planbox-4 .plan-setumei {
		background-color: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		padding: 15px;
		position: relative;
		margin: 0px 0px 50px 0px;
		width: 100%;
	}
	.planbox-4 .plan-setumei:before {
		content: "";
		position: absolute;
		border: 15px solid transparent;
		border-top: 15px solid #eee;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -0%)
	}
	.planbox-4-setumei li:not(:last-child) {
		margin: 0px 40px 0px 0px;
	}
	.planbox-4 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0px 0px 40px 0px;
	}
	.planbox-4 li {
		width: calc((100% - 120px) / 4);
		border: solid 0px #DE8097;
		box-sizing: border-box;
		border-radius: 5px;
		position: relative;
		padding: 0px;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	}
	.planbox-4 li:first-child {
		border: solid 0px #bbb;
	}
	.planbox-4 li:nth-child(2) {
		border: solid 0px #B22E4E;
	}
	.planbox-4 .mousikomibtn a {
		background-color: #DE8097;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px;
		border-radius: 35px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		display: block;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		text-align: center;
	}
	.planbox-4 .mousikomibtn {
		background-color: #eee;
		padding: 30px 20px;
		border: solid 1px #ddd;
		border-top: solid 0px;
	}
	.planbox-4 .mousikomibtn a.gure-btn {
		background-color: #999;
	}
	.planbox-4 .mousikomibtn a.koipink-btn {
		background-color: #B22E4E;
	}
	.planbox-4 .mousikomibtn a:hover {
		opacity: 0.7;
		box-shadow: none;
		transform: translate3d(0px, 3px, 0px);
	}
	.planbox-4 li:not(:last-child) {
		margin: 0px 40px 0px 0px;
	}
	.plan-name {
		font-size: 23px;
		font-weight: bold;
		background-color: #DE8097;
		text-align: center;
		padding: 20px 15px;
		color: #fff;
		margin: 0px 0px 0px 0px;
		border: solid 0px #ddd;
		border-radius: 0px;
	}
	.ninki:before {
		content: "人気プラン！";
		display: block;
		position: absolute;
		top: -40px;
		left: -10px;
		background-color: #FFB600;
		padding: 10px 15px;
		font-weight: bold;
		transform: rotate(-5deg);
		border-radius: 3px;
		font-size: 16px;
		z-index: 2;
		color: #fff;
	}
	.gure- {
		background-color: #999;
	}
	.koipink {
		background-color: #B22E4E;
	}
	.plan-name-small {
		font-size: 14px;
		font-weight: normal;
	}
	.plan-plice {
		padding: 30px 10px;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		color: #222;
		border: solid 1px #ddd;
	}
	.plan-plice .plan-small {
		font-size: 16px;
	}
	.plan-plice .plan-midium-small {
		font-size: 22px;
	}
	.plan-plice .plan-small:after {
		content: " ";
	}
	.plan-plice .plan-small:before {
		content: " ";
	}
	.planbox-4 table {
		margin: 0px;
		width: 100%;
	}
	.planbox-4 table th {
		background-color: #ddd;
		text-align: center;
		padding: 10px 15px;
		border: solid 1px #ddd;
		font-weight: bold;
	}
	.plan-table td {
		padding: 10px 15px;
		border: solid 1px #ddd;
		line-height: 1.5;
		color: #333;
		font-weight: normal;
		font-size: 15px;
	}
	.plan-table td.kinoukoumoku {
		background-color: #fff6dd;
	}
	.plan-table td.kinoukoumokunashi {
		color: #CCCCCC;
		text-decoration: line-through;
	}
	.plan-table td.rowspan {
		height: 87px;
		vertical-align: middle;
	}
	/*サンプルケースCSS始まり*/
	.samplecase {
		max-width: 1170px;
		margin: 0 auto;
		padding: 0;
	}
	.samplecase-inner {
		padding: 60px 30px;
		border: 14px solid #ddc17b;
		border-radius: 5px;
		margin: 40px 0px 40px 0px;
	}
	.samplecase h3 {
		font-size: 28px;
		text-align: center;
		font-weight: bold;
	}
	.samplecase .midium-title {
		font-weight: bold;
		font-size: 16px;
	}
	.zyutyuuzyoukyou {
		background-color: #F2E7CC;
		padding: 15px;
		margin: 20px 0px 0px 0px;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.8;
	}
	.bold-black {
		font-weight: bold;
	}
	.zyutyuuzyoukyou img {
		width: 100px;
		float: left;
		padding: 0px 10px 0px 0px;
	}
	.zyutyuuzyoukyou:after {
		content: "";
		display: block;
		clear: both;
	}
	.sampleTable {
		width: 100%;
		margin: 30px 0px 0px 0px;
		border-collapse: collapse;
	}
	.sampleTable th {
		background-color: #eee;
		padding: 10px 10px;
		text-align: center;
		border: solid 1px #ddd;
		border-right: solid 1px #ccc;
		vertical-align: middle;
		line-height: 1.5;
		font-weight: bold;
	}
	.sampleTable th.table-koipink {
		background-color: #B22E4E;
		color: #fff;
		vertical-align: middle;
	}
	.sampleTable th.uekeisen {
		background-color: #fff;
	}
	.sampleTable th:last-child {
		border-right: solid 1px #ddd;
	}
	.sampleTable .white-back th {
		background-color: #fff;
		font-size: 50px;
		color: #999;
		border: none;
		border-right: none;
		padding: 0px 0px;
	}
	.sampleTable .white-backsita th {
		font-size: 14px;
		color: #333;
		border: none;
		border-right: none;
		padding: 10px 0px;
		background-color: #eee;
		font-weight: bold;
	}
	.sampleTable td {
		padding: 15px 10px;
		border: solid 1px #ddd;
		text-align: center;
		vertical-align: middle;
		font-size: 14px;
		line-height: 1.5;
	}
	.sampleTable-komidashi {
		vertical-align: middle;
		font-weight: bold;
	}
	.sampleTable-price {
		font-size: 26px;
		font-weight: bold;
	}
	.sampleTable-price-red {
		font-size: 40px;
		font-weight: bold;
		color: #FF0004;
	}
	.sampleTable-price-small {
		font-size: 16px;
	}
	.sampleTable-price-small001 {
		font-size: 26px;
	}
	/*サンプルケースのボタンたち*/
	.graph_simubtn_box {
		width: 100%;
		text-align: center;
		margin: 30px 0px 0px 0px;
	}
	.graph_btn {
		display: inline-block;
	}
	.graph_btn a {
		box-sizing: border-box;
		font-size: 16px;
		display: block;
		width: 300px;
		border: solid 5px #B22E4E;
		margin: 0px 0px 0px 0px;
		padding: 15px 10px;
		border-radius: 50px;
		color: #B22E4E;
		font-weight: bold;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
	}
	.simu_btn {
		display: inline-block;
	}
	.simu_btn a {
		box-sizing: border-box;
		font-size: 16px;
		display: block;
		width: 300px;
		border: solid 5px #B22E4E;
		padding: 15px 10px;
		border-radius: 50px;
		color: #B22E4E;
		font-weight: bold;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		margin: 0px 50px 0px 0px;
	}
	.simu_btn a:hover, .graph_btn a:hover {
		box-shadow: none;
		transform: translate3d(0px, 3px, 0px);
	}
	/*サンプルケースのボタンたち*/
	.trialbutton {
		text-align: center;
	}
	.trialbutton p {
		font-weight: bold;
	}
	.trialbutton a {
		background-color: #B22E4E;
		padding: 20px 30px;
		border-radius: 35px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		transition: .3s all ease;
		display: inline-block;
		margin: 10px 0px 0px 0px;
	}
	.trialbutton a:hover {
		box-shadow: none;
		transform: translate3d(0px, 3px, 0px);
	}
	.planzyouhou dt {
		background-color: #888;
		color: #fff;
		text-align: center;
		padding: 10px;
		font-weight: bold;
	}
	.planzyouhou dd {
		background-color: #fff;
		padding: 10px;
		text-align: center;
	}
	.basictigai {
		background-color: #dce4eb;
		margin: 40px 0px 40px 0px;
		padding: 30px 0px;
		border-radius: 5px;
	}
	.basictigai_inner {
		max-width: 1170px;
		margin: 0 auto;
		padding: 45px 90px;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.basictigai_inner h3 {
		font-size: 28px;
		text-align: center;
		font-weight: bold;
		margin: 0px 0px 20px 0px;
		line-height: 1.5;
	}
	.basictigai_inner h4 {
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		margin: 20px 0px 20px 0px;
		background-color: #eee;
		padding: 10px;
	}
	.order_list h4 {
		font-size: 18px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	.order_list p {
		background-color: #fff;
		padding: 15px;
	}
	.basicplan_tigai {
		text-align: center;
		margin: 20px 0px 0px 0px;
	}
	.basicplan_tigai img {
		width: 70%;
	}
	.reasonable {
		border: solid 3px red;
	}
}
/*PCのスタイル終わり*/