@charset "utf-8";
/*------------------------------------------------------
    modal
------------------------------------------------------*/
body.sc-lock{
	width: 100%;
	position: fixed;
	overflow: hidden;
}
.popup{
	visibility: hidden;
	opacity: 0;
    transition: 0.5s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
	overflow: hidden;
}
.popup.is-visible{
	visibility: visible;
	opacity: 1;
}
.popup_body{
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	width: 800px;
    position: relative;
    background: #FFF;
    padding: 3rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.popup_body a{
	text-decoration: underline;
}
.popup_body a:hover{
	text-decoration: none;
}
.popup_body h2{
	font-size: 200%;
	font-weight: bold;
	color: #C11A51;
	margin-bottom: 2rem;
	line-height: 1.4;
}
.popup_body .popup-contact{
	background: #eee;
	padding: 1.5rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.popup_body .popup-contact .top{
	font-weight: bold;
	font-size: 110%;
}
.popup_body .next-close{
	font-weight: bold;
	font-size: 90%;
}
/* 閉じるボタン */
.popup-close{
	padding: 1rem 0;
	display: block;
	width: 100%;
	border: none;
	background: #c11a51;
	color: #fff;
	font: inherit;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	appearance: none;
	transition: background-color 400ms;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
/* 閉じるボタンの×アイコン */
.popup-close span{
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	margin-left: 7px;
	vertical-align: -12%;
}
.popup-close span::before,
.popup-close span::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 6.5px;
	width: 100%;
	height: 2px;
	background: #fff;
}
.popup-close span::before{
	transform: rotate(-45deg);
}
.popup-close span::after{
	transform: rotate(45deg);
}
/* ホバー・タップ時 */
.popup-close:hover,
.popup-close:active{
	background: #890631;
}
.pc{
	display: block !important;
}
.sp{
	display: none !important;
}
@media screen and (max-width: 800px) {
	.popup_body{
		width: 90%;
		height: 75vh;
    	overflow-y: scroll;
		padding: 1.5rem;
	}
	.popup_body .popup-contact{
		padding: 0.5rem;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}

/*------------------------------------------------------
    common
------------------------------------------------------*/
body {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	line-height: 150%;
	font-size: 100%;
}
img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h2 {
	font-weight:bold;
	font-size:115%;
	margin:0 auto 2em auto;
	padding:0;
}
a {
	text-decoration:none;
}
img a {
	border:0;
}
p{
	line-height: 150%;
}
.LargerTxt{
	font-weight: bold;
	font-size: 110%;
}
.brA{
	display: inline-block;
}
.Reg{
	color:#333;
	font-weight:normal;
	font-size:90.9%;
}
.FontSm{
	font-size:94%;
}
.FontL{
	font-size:108%;
}
@media screen and (min-width: 990px) {
.mobileOnly {
	display:none;
}
}
.leftTxt{
	display:block;
	text-algin:left;
	margin:0 auto;
}
.smbr, .smbr2{
	display:none;
}
@media screen and (max-width: 800px) {
.smbr {
display: block;
}
.smbr2{
	display:none;
}
}
@media screen and (max-width: 500px) {
.smbr, .smbr2 {
display: block;
}
}

/* ヘッダー */
.Head00 {
	width:100%;
	border-bottom:1px solid #fff;
	padding:0 0 1em 0;
	margin:0 auto;
	font-size:50%;
	font-weight: bold;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
	z-index: 5000;
	position: fixed;
	top:0;
	left:0;
	height:60px;
	box-sizing: border-box;
	background: #065eb7;
	color:#fff;
}

.Head00 h1 {
	margin: 12px 0 0 10px;
	padding: 0.5em 0 0 0;
	vertical-align: middle;
	display:inline-block;
    line-height: 120% !important;
}
.Head00 a {
	color: #fff;
}
.topPhone {
	display:block;
	text-align:right;
	font-size: 180%;
	margin:5px 0 0 10px;
	padding:0.5em;
    font-weight:bold;
}

@media screen and (max-width: 834px) {
.topPhone2 {
	display:none;
}
}

@media screen and (max-width: 580px) {
.topPhone {
	font-size: 170%;
	flex-basis:40%;
}
.Head00 h1 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction:column !important;
	flex-wrap:wrap !important;
    justify-content: flex-start !important;
	align-content: center;
	font-size:170%;
	padding: 0.8em 0 0 0;
	vertical-align: middle;
	flex-basis:58%;
}
}

@media screen and (max-width: 540px) {
.topPhone {
	font-size: 170%;
	flex-basis:62%;
}
.Head00 h1 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction:column !important;
	flex-wrap:wrap !important;
    justify-content: flex-start !important;
	align-content: center;
	font-size:170%;
	letter-spacing: -0.1em;
	margin: 5px auto;
	padding: 0.5em 0 0 0;
}
.Head00 h1 span {
	display: inline-block;
	text-align: left;
	line-height: 150%;
}
}
@media screen and (max-width: 400px) {
.topPhone {
	font-size: 165%;
	flex-basis:60%;
}
.Head00 h1 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction:column !important;
	flex-wrap:wrap !important;
    justify-content: flex-start !important;
	align-content: center;
	font-size:158%;
	letter-spacing: -0.1em;
	margin: 5px auto;
	padding: 0.5em 0 0 0;
}
}

@media screen and (max-width: 350px) {
.topPhone {
	font-size: 160%;
	flex-basis:56%;
}
.Head00 h1 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction:column !important;
	flex-wrap:wrap !important;
    justify-content: flex-start !important;
	align-content: center;
	font-size:156%;
	letter-spacing: -0.1em;
	margin: 5px auto;
	padding: 0.5em 0 0 0;
}
}


/*ナビゲーション部分*/
nav{
	width:100%;
	haight:auto;
	background:#333;
	color:#fff;
	position:fixed;
	top:60px;
	z-index: 4000;
}
.HeadNavi {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #eee;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #eee 0%, #eee 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(90, 90, 90, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #333;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(90, 90, 90, 0.10);
}
.sidebarMenuInner li a{
    color: #333;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #333;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.NavInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.NavInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.Navimain {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
@media screen and (min-width: 990px) {
nav{
	width:100%;
	height:auto;
	background: #333;
	position:fixed;
	margin:0;
	padding: 0;
	top:60px;
	z-index: 4000;
	display: inline-flex;
}
.HeadNavi, .openSidebarMenu, #openSidebarMenu, .openSidebarMenu input,　.openSidebarMenu .sidebarIconToggle, .spinner {
 display: none;
}
.HeadNavi {
    display: block;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
    background-color: #666;
    position: fixed;
	top:60px;
    height: 0px!important;
    overflow: hidden;
    z-index: 1;
}
#sidebarMenu {
    position: fixed;
    left: 0;
	top:60px;
    width: 100%;
	height:auto;
    margin: 0 auto;
	text-align: center;
    transform: translateX(0);
    background: #eee;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
}
.sidebarMenuInner{
    padding:0 0;
	margin:0 auto;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
	z-index: 4500;
}
.sidebarMenuInner li{
    list-style: none;
	margin:0;
    color: #333;
    font-weight: bold;
    padding: 1.2em 0.45em !important;
	text-align: center;
	font-size:100% !important;
}
.LinkBox {
	display: none;
}
}

.LinkBox00 {
	margin:0 auto;
	text-align:center;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
	min-width: 200px;
}
@media screen and (max-width: 919px) {
	.LinkBox00 {
	display: none;
}
}
.LinkBox {
	position:fixed;
	top:64px;
	right:8px;
	z-index:6000;
	margin:0 auto;
	text-align:center;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
	min-width: 200px;
}
.Btn02, .Btn02b {
	box-sizing: border-box;
	margin: 10px;
	height:auto;
	padding:0.5em;
	border-radius: 2px;
	text-align:center;
	vertical-align: middle;
	font-size:98% !important;
}
.Btn02 a, .Btn02b a {
	display:block;
	width:100%;
	height:100%;
}
.Btn02 a:hover, .Btn02b a:hover {
	text-decoration: none;	
}
.Btn02 {
	background-color: #ecb700;
}
.Btn02 a {
	color:#fff !important;
}
.Btn02 a:hover {
	color: #ffcc99 !important;	
}
.Btn02b {
	background-color: #d03707;
}
.Btn02b a {
	color:#fff !important;
}
.Btn02b a:hover {
	color: #ffcc99 !important;	
}
@media screen and (max-width: 450px) {
.Btn02, .Btn02b {
	box-sizing: border-box;
	margin: 8px;
	height:auto;
	padding:0.3em;
	border-radius: 2px;
	text-align:center;
	vertical-align: middle;
	font-size:90% !important;
}
.Btn02T {
	letter-spacing:-0.2em;
}
}
@media screen and (max-width: 400px) {
.Btn02T {
	display:none;
}
}
main {
	margin:0 auto;
	text-align:center;
	border-top:1px solid #fff;
}
/* 間取りクラウド */
.CLD {
	margin:124px auto 0 auto;
	width:100%;
	text-align:center;
	background: #d4f0d8;
	border-top:6px solid #469652;
	padding:1.8em;
	box-sizing: border-box;
}
.MainArea {
	width:960px;
	text-align: left;
	margin:0 auto;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
}
.madoriBox1 {
	width:510px;
	box-sizing: border-box;
}
#mcloud span {
	font-size:110%;
	font-weight:bold;
	color:#333;
	margin:0.5em 0;
}
@media screen and (min-width: 730px) {
#mcloud span {
	font-size:120%;
	font-weight:bold;
	color:#333;
	margin:0.5em 0;
	padding-left:100px;
}
}
.MainArea h2 {
	padding:2em auto 0 auto;
	padding:0;
	text-align: left;
	display: inline-block;
	max-width: 500px;
	box-sizing: border-box;
}
.PRcl01 {
	list-style: none;
	margin:0 auto;
	padding:0.5em;
	text-align:left;
	color:#333;
	font-size:118%;
	width:26.5em;
	display: inline-block;
}
.PRcl01 li {
 margin:0 auto 0.8em 0;
	padding:0 0;
	font-weight:bold;
	display:block;
	text-indent: -1.5em;
}
.PRcl01 li span {
	display:inline;
	background: linear-gradient(transparent 70%, #ffa838 70%);
}
.PRcl01 li:before {
	font-family: "Font Awesome 5 Free";
	content:"\f140";
	color:#ff3000;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:140%;
}
.madoriBox2 img {
	max-width:420px;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 970px) {
.MainArea {
	width:98%;
	flex-wrap: wrap;
	margin:0 auto;
}
.MainArea h2 {
	padding:2em auto 0 auto;
	margin:0;	
}
.madoriBox1 {
	width:70%;
	margin:0 auto;
}
.madoriBox2 {
	width:75%;
	margin:0 auto;
}
.madoriBox2 img {
	max-width:100%;
	height:auto;
	object-fit: contain;
	margin:0 auto;
}
}
@media screen and (max-width: 820px) {
.MainArea {
	width:98%;
	flex-wrap: wrap;
}
.madoriBox1 {
	width:70%;
	margin:0 auto;
}
.PRcl01 {
	font-size:108%;
	width:27em;
}
.madoriBox2 img {
	max-width:100%;
	height:auto;
	object-fit: contain;
	margin:0 auto;
}
.madoriBox2 {
	width:70%;
	margin:0 auto;
}
}
@media screen and (max-width: 600px) {
.PRcl01 {
	font-size:106%;
	width:98%;
	margin:0 auto;
}
.madoriBox1 {
	width:80%;
	margin:0 auto;
}
.madoriBox2 img {
	max-width:100%;
	height:auto;
	object-fit: contain;
	margin:0 auto;
}
.madoriBox2 {
	width:70%;
	margin:0 auto;
}
}
@media screen and (max-width: 480px) {
.PRcl01 {
	font-size:98%;
	margin:0 auto;
	letter-spacing: -0.1em;
	width:98%;
}
.madoriBox1, .madoriBox2 {
	width:88%;
	margin:0 auto;
}
}
@media screen and (max-width: 380px) {
.PRcl01 {
	font-size:95%;
	margin:0 auto;
	letter-spacing: -0.1em;
	width:100%;
}
}

/* 間取りクラウド・動画部分 */
.CLD2 {
	margin:0 auto 0 auto;
	width:100%;
	background: #fff;
	padding:1.8em;
	box-sizing: border-box;
}
.MainArea2 {
	width:960px;
	text-align: center;
	margin:0 auto;
	box-sizing: border-box;
}
.MainArea2 p {
	padding-left: 1.4em; text-indent: -1.4em;
	text-align:left;
	display:block;
	margin:1em auto;
	max-width:38em;
}
.Wavy {
  text-decoration:underline wavy red;
  text-decoration-skip-ink: none;
}
.MainArea2 p:before {
  font-family: "Font Awesome 5 Free";
	content:"\f0a4";
	color:red;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:140%;
}

.MainArea2 p.silent:before {
  font-family: "Font Awesome 5 Free";
	content:"\f026";
	color:green;
	font-weight: 900;
 padding:0em 0.6em 2em 0 !important;
	font-size:130%;
}
.movieBox {
	width:560px;
	height:315px;
	text-align: center;
	margin:20px auto;
	paddding:0;
}
.movieBox iframe {
	width:560px;
	height:315px;
}
@media screen and (max-width: 970px) {
.MainArea2 {
	width:98%;
}
}

@media screen and (max-width: 600px) {
.MainArea2 p span {
 display: inline-block;
 padding-left:1.4em;
}
.movieBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
}

/* 間取りクラウドの特徴 */
.CLDb {
	margin:0 auto 0 auto;
	width:100%;
	text-align:center;
	background: #d4f0d8;
	border-bottom:6px solid #469652;
	padding:1.8em;
	box-sizing: border-box;
}
.CLDb h3 {
	margin:0 auto 20px auto;
	width:100%;
	font-size:138%;
	color:#469652;
	text-align:center;
	border-top:2px dotted #469652;
	border-bottom:2px dotted #469652;
	padding:0.8em 0;
}
.MainArea3 {
	width:750px !important;
	border:2px solid #469652;
	background: white !important;
	text-align: left;
	margin:0 auto;
	box-sizing: border-box;
	border-radius: 6px;
}
@media screen and (max-width: 800px) {
.MainArea3 {
	width:98% !important;
}
.points {
  font-size:95%;
}
}
.points, .pointsB {
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
}
.points {
	border-top: 1px solid #ccc;
}
.pointsB {
	border-top: none;
}


.points01 {
  flex-basis: 70%;
  max-width: 70%;
  padding: 1em;
  box-sizing: border-box;
}

.points02 {
  margin:0;
  text-align: center;
  flex-basis: 30%;
  max-width: 30%
  padding: 10px;
  box-sizing: border-box;
}
.points02 img {
  margin: 1.5em auto 1.5em auto;
}
@media screen and (max-width: 640px) {
.points {
    flex-flow: column nowrap;
  }
.points01, .points02{
  flex-basis: 100%;
  max-width: 100%;
}
.points01 {
  padding: 1em 1em 0.5em 1em;
}
.points02 {
  margin:0;
  padding: 0 10px 10px 10px;
}
.points02 img {
  margin: 0 auto 1.5em auto;
}
}
.PointTit{
	font-size: 120%;
	font-weight: bold;
	margin:0;
}
.PointTit:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: relative;
	left : 0em;
	font-size: 120%;
	color: #469652;
	margin-right:0.5em;
}
.btnDTL {
	  margin:16px auto;
		display: inline-block;
	  padding: 12px 32px;
	  background: #469652;
	  border: solid 2px #469652;
	  border-radius: 20px;
	  color: #ffffff;
	  text-decoration: none;
	  font-size: 100%;
	  font-weight: bold;
	  line-heigt: 1.2em;
	  -webkit-transition: .12s;
	  transition: .12s;
}
.btnDTL:hover {
	  background: #ffffff;
	  border: solid 2px #469652;
	  color: #469652;
	  opacity: 0.8;
}


/* ひな形Bankの動画部分 */

.Hina2 {
	margin:20px auto 0 auto;
	width:100%;
	background: #fff;
	padding:1.8em;
	box-sizing: border-box;
}
.Hina2 p.silent:before {
  font-family: "Font Awesome 5 Free";
	content:"\f026";
	color:green;
	font-weight: 900;
 padding:0em 0.6em 2em 0 !important;
	font-size:130%;
}
p.silent a {
	color:black !important;
}

.KariBox {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-flow:row;
	justify-content: center;
	max-width:96%;
}
.KariBox img {
    width:42%;
	height:auto;
	margin:1em;
}
@media screen and (min-width: 961px) {
.KariBox {
	max-width:960px;
}
}


/* ひな形Bankの特徴 */

.Hinab {
	margin:0 auto 0 auto;
	width:100%;
	text-align:center;
	background: #bee5f7;
	border-bottom:6px solid #0e92ce;
	padding:1.8em;
	box-sizing: border-box;
}
.Hinab h3 {
	margin:0 auto 20px auto;
	width:100%;
	font-size:138%;
	color:#0e92ce;
	text-align:center;
	border-top:2px dotted #0e92ce;
	border-bottom:2px dotted #0e92ce;
	padding:0.8em 0;
}

.MainArea3b {
	width:750px !important;
	border:2px solid #0e92ce;
	background: white !important;
	text-align: left;
	margin:0 auto;
	box-sizing: border-box;
	border-radius: 6px;
}
@media screen and (max-width: 800px) {
.MainArea3b {
	width:98% !important;
}
}
.PointTit2{
	font-size: 120%;
	font-weight: bold;
	margin:0;
}
.PointTit2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: relative;
	left : 0em;
	font-size: 120%;
	color: #0e92ce;
	margin-right:0.5em;
}
.btnDTL2 {
	  margin:16px auto;
		display: inline-block;
	  padding: 12px 32px;
	  background: #0e92ce;
	  border: solid 2px #0e92ce;
	  border-radius: 20px;
	  color: #ffffff;
	  text-decoration: none;
	  font-size: 100%;
	  font-weight: bold;
	  line-heigt: 1.2em;
	  -webkit-transition: .12s;
	  transition: .12s;
}
.btnDTL2:hover {
	  background: #ffffff;
	  border: solid 2px #0e92ce;
	  color: #0e92ce;
	  opacity: 0.8;
}

/* ソフト２点セット */
.Otoku{
	width:98%;
	margin:18px auto;
	padding:10px 0 0 0;
	box-sizing: border-box;
	background:#fff;
	z-index: 1;
}
@media screen and (min-width: 961px) {
.Otoku{
	width:960px;
}
}
.Balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 0;
  padding: 8px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 120%;
  background: #81d0cb;
  border-radius: 10px;
}

.Balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #81d0cb;
}

.Otoku h3 {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.Otoku h3:before, .Otoku h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.Otoku h3:before {
  left:0;
}
.Otoku h3:after {
  right: 0;
}
.OtokuTit{
	width:90%;
	margin:18px auto;
	box-sizing: border-box;
}
@media screen and (min-width: 961px) {
.OtokuTit{
	width:960px;
}
}
.otoku1, .otoku1Plus{
	width:38%;
	height:auto;
	margin: 0 10px;
}
.faColor {
	color:#999;
	font-size: 200%;
}
@media screen and (max-width: 540px) {
.faColor {
	font-size: 120%;
}
}
.Sq {
	  position: relative;
	  color: white;
	  background: #5bc8c1;
	  line-height: 1.4;
	  padding: 0.5em 0.5em 0.5em 1.8em;
	  font-size: 110%;
}
.Sq:before {
	  font-family: "Font Awesome 5 Free";
	  content: "\f14a";
	  font-weight: 900;
	  position: absolute;
	  left : 0.6em;
	  font-size: 120%;
}
.Shadow1 {
	  text-shadow: 1px 2px 0px #808080;
}
.Shadow2 {
	  text-shadow: 1px 2px 0px #f8f8f8;
}
.whiteX {
 text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	 -2px 2px 0 #FFF, 2px -2px 0 #FFF,
	 0px 2px 0 #FFF,  0 -2px 0 #FFF,
	 -2px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 640px) {
.Sq {
	display:block;
	text-align:left;
}
}
.flexBox02 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-flow:row;
	justify-content: center;
	max-width:96%;
	height: auto;
}
.flexBox02 img {
    width:42%;
	margin:1.5em;
	align-self: flex-start; 

}
@media screen and (max-width:835px){
.table-scroll{overflow:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;}
}
.TBmemo {
	text-align: right;
	padding-right:0.5em;
	margin:1em 0 0 0;
	font-size: 92%;
}
.TBplan {
  width: 100%;
  border-collapse: collapse;
  font-size:92%;
}
.PlanTH{
  background: #fafafa;
  color:#333;
  width:14%;
 }
.PlanGrn{
  background: #469652;
  color:#fff;
}
.PlanBl{
  background: #0e92ce;
  color:#fff;
	width:28%;
}
.PlanOrg{
  background: #fcc1a4;
  color:#333;
  width:20%;
	letter-spacing:-0.1em;
}
.PlanBlue{
  background: #a2b7f9;
  color:#333;
	width:28%;
}
.PlanPnk{
  background: #fda5ca;
  color:#333;
	width:28%;
}
.TBplan th, .TBplan td {
  border:solid 1px #ccc;
  text-align: center;
  padding: 5px;
}
.RedTxt {
  color:red;
}
.RedTxt2 {
  color:red;
	font-weight: bold;
}
.Kome2 {
	padding-left: 13em;
	text-indent: -13em;
	display: inline-block;
	text-align: left !important;
	font-size:92%;
	color:#666;
}
.flexBox01 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-flow:row wrap;
	justify-content: center;
	max-width:98%;
}
.flexBox01 .Box1, .flexBox01 .Box2 {
	margin: 2em;
	width:20em;
}
.flexBox01b {
	max-width:100%;
}
.flexBox01b .Box1 {
	margin: 2em auto;
	width:22em;
}

.Box1 {
    background: #b2e6e3;
}
.Box2 {
    background: #e6b2c8;
}
.Box1 .box-title, .Box2 .box-title {
    font-size: 110%;
    padding: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.Box1 .box-title {
    background: #5bc8c1;
}
.Box2 .box-title {
    background: #c56b8a;
}

.Box1 p, .Box2 p {
    padding: 15px 20px;
    margin: 0;
}
@media only screen and (max-width : 390px) {
.flexBox01b .Box1 {
	font-size:98%;
	width:100%;
}
.Box1 p, .Box2 p {
    padding: 15px 14px;
    margin: 0;
}
}


/* ダウンロード＆購入 */
.Act {
	width:100%;
	margin:18px auto;
	padding:10px;
	box-sizing: border-box;
	background:#81d0cb;
}
.ActArea {
	width:98%;
	margin:18px auto;
	padding:20px;
	box-sizing: border-box;
	border:10px solid #1f918a;
	background:#fff;
}
@media screen and (min-width: 961px) {
.ActArea {
	width:960px;
}
}
.flexBox03 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-flow:row wrap;
}
.flexBox03 {
	max-width:94%;
	justify-content: center;
}
.Btn03, .Btn04  {
	width:300px;
	min-height:2.8em;
	box-sizing: border-box;
	margin: 15px 10px;
	padding:0.8em;
	border-radius: 2px;
	text-align:center;
	vertical-align: middle;
	font-size:100% !important;
	font-weight: bold;
	border: none;
    outline: none;
	
}
.Btn03  {
	background-color: #ecb700;
}
.Btn04  {
	background-color: #d03707;
}
.Btn03 a, .Btn04 a {
	display:block;
	width:100%;
	height:100%;
	color:#fff !important;
}
.Btn03 a:hover {
	text-decoration: none;
	color: #663300 !important;	
}
.Btn04 a:hover {
	text-decoration: none;
	color: #ffff33 !important;	
}
.Btn03 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f019";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:140%;
}
.Btn04 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f157";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:140%;
}

/* 運営会社 */
.Profile{
	width:98%;
	margin:36px auto;
	box-sizing: border-box;
}
@media screen and (min-width: 961px) {
.Profile{
	width:960px;
	box-sizing: border-box;
}
}
.Profile h2 {
	width:98%;
	margin:0 auto;
	font-size:120%;
	color:#333;
}
.TBtype00{
	border-collapse: collapse;
	width:70%;
	margin:20px auto 18px auto;
}
.TBtype00 th.t_top {
	border-top: #065eb7 3px solid;
}
.TBtype00 th {
	width:20%;
	border-bottom: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
	padding: 0.3em 0.8em;
	font-weight: normal;
	background-color: #f6f6f6;
}
.TBtype00 td.t_top {
	border-top: #999 3px solid;
}
.TBtype00 td {
	border-bottom: #ccc 1px solid;
	text-align: left;
	padding: 0.3em 0.8em;
	background-color: #fff;
}
.TBtype00 ul {
	margin:0 1em;
	padding:0;
}
.TBtype00 ul li {
	margin:0;
	padding:0.2em 0;
}
@media only screen and (max-width : 800px) {
.TBtype00 {
	border-top: 3px solid #065eb7;
	width:95%;
	margin:20px auto 18px auto;
}
}

@media only screen and (max-width : 650px) {
.TBtype00 {
	border-top: 3px solid #065eb7;
	width:98%;
	margin:20px auto 18px auto;
}
.TBtype00 th {
	width:auto;
	display: block;
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding: 0.3em 0.6em;
	font-weight: normal;
	background-color: #f6f6f6;
}
.TBtype00 td.t_top, .TBtype1 th.t_top {
	border-top: none;
}
.TBtype00 td {
	border-bottom: #ccc 1px solid;
	text-align: left;
	padding: 0.3em 0.6em;
	font-weight: normal;
	background-color: #fff;
	display: block;
}
}
@media all and (-ms-high-contrast:none) {
	.TBtype00 th, .TBtype00 td {
	padding: 0.5em 0.8em 0.1em 0.8em;
}
}
.TBtype00 a {
	color:#333;
}


/* フッター */
footer {text-align:center;position: relative;}
.Mfooter {
	margin:20px auto 0 auto;
	width:100%;	
	background: #3b79b7; 
	padding:1em;
	box-sizing: border-box;
}
.footerArea {
	width:90%;	
	margin: 0 auto;
}
@media screen and (min-width: 961px) {
.footerArea {
	width:900px;	
	margin: 0 auto;
}
}
.footerNavi, .footerNavi2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display:inline-flex;
	justify-content:flex-start;
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	width:100%;
	margin:0 auto;
}
.footerNavi a, .footerNavi2 a{
   margin-right:18px;
   color:#fff;
   text-decoration:none;
   letter-spacing:.1em;
 }
.footerNavi a:before, .footerNavi2 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f0da";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:100%;
}
.footerNavi a:hover, .footerNavi2 a:hover {
	color:#fac450;
}
@media screen and (max-width: 880px) {
.footerArea {
	width:98%;	
	margin: 0 auto;
}
.footerNavi a, .footerNavi2 a{
   margin-right:16px;
   font-size:95%;
 }
}
@media screen and (max-width: 780px) {
.footerNavi {
	display:none;
}
.footerNavi2 {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footerNavi2 a{
   margin-top:10px;
   margin-bottom:10px;
 }
}
.footerNote{
	border-top:1px dotted #eee;
	width:100%;
	margin: 20px auto 0 auto;
 }
.footerNote span {
	display: inline-block;
 }

/* フォーム・無料ダウンロード */
.FormFrame {
	margin:124px auto 0 auto !important;
}
.FormPage{
	width:100%;
	/*margin:124px auto 0 auto !important;*/
	box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
  .FormPage{
	width:100%;
	margin:500px auto 0 auto !important;
	padding-top:200px;
}
}
.FormTit h2{
	width:100%;
	margin:20px auto !important;
	color: #333;
	padding: 0.5em 0 !important;
	border-top: solid 3px #ecb700;
	border-bottom: solid 3px #ecb700;
}
.page-ttl h2{
	width:100%;
	margin:20px auto !important;
	color: #333;
	padding: 0.5em 0 !important;
	border-top: solid 3px #d03707;
	border-bottom: solid 3px #d03707;
}

.form01{
	width:98%;
	margin:20px auto;
	box-sizing: border-box;
}
@media screen and (min-width: 961px) {
.form01{
	width:960px;
	box-sizing: border-box;
}
}
.must {
	color:#fff;
	font-size:80%;
	background-color:#cc3300;
	padding:0.2em;
	line-height: 100%;
	-webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #cc3300;
	display: inline-block;	
}
input[type=radio] {
    display: none;
}
.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio03::after {
    background: #2197b9;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}
input[type=radio]:checked + .radio03::before {
    border-color: #666;
}
input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.FieldS {
	width:15em;
	font-size: 100%;
	padding:0.3em;
	margin:0.3em auto;
}
.Field1 {
	width:90%;
	font-size: 100%;
	padding:0.3em;
	margin:0.3em auto;
}
.Field1b {
	width:80%;
	font-size: 100%;
	padding:0.3em;
	margin:0.3em auto;
}
.Field2 {
	width:100%;
	font-size: 100%;
}
form {
	width:100%;
	margin:20px auto 0 auto;
	border-top:1px dotted #ddd;
	padding:18px 0;
}

form p {
	font-size: 100% !important;
	line-height: 150%;
	color:#333 !important;
	margin:0 !important;
	padding:0.3em 0;
}
form dl {
	width:100%;
	margin:0 auto;
	padding: 0;
    background: #efefef;
    border: 1px solid #ddd;
}
form dt {
	padding:0.5em;
    margin: 0;
    box-sizing: border-box;
	float: left;
    width: 25%;
    font-weight: bold;
    border-top: 1px solid #cdcdcd;
    border-bottom: 0;
}
form dd {
	margin-left: 25%;
    padding: 0.5em 0.5em 0;
    border-top: 1px solid #cdcdcd;
    border-bottom: 0;
    border-left: 1px solid #cdcdcd; 
    background: #fff;
	text-align: left;
}
form dl dt:first-of-type, form dl dd:first-of-type {
    border-top: 0;
}
form dl dd:after {
    content : '';
    display : table;
    clear : both;
    height: 0;
}
form select {
    border:1px solid #eee;
	font-size:100%;
}
.FormBTNArea {
    width:100%;
	text-align: center;
	margin:0 auto;
}
.FormBtn{
	margin:1em auto;
    width:12em;
    padding:0.5em;
    font-size:120%;
    font-weight:bold;
    border:1px solid #0070c0;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border-radius: 5px;
    color:#fff;
    background: #0070c0;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
.FormBtn:hover{
    background: #c07b02;
	border:1px solid #c07b02;
}




.FormBtnD{
	margin:1em;
    width:40% !important;
	height:2.5em !important;
    padding:0.5em;
    font-size:120%;
    font-weight:bold;
	text-align:center;
    border:1px solid #0070c0;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border-radius: 5px;
    color:#fff;
    background: #0070c0;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-sizing: border-box;
}
.FormBtnD:hover{
    background: #c07b02;
	border:1px solid #c07b02;
}
.FormBtnB{
	margin:1em;
    width:40% !important;
	height:2.5em !important;
    padding:0.5em;
    font-size:120%;
    font-weight:bold;
	text-align:center;
    border:1px solid #999;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border-radius: 5px;
    color:#fff;
    background: #999;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-sizing: border-box;
}
.FormBtnB:hover{
    background: #666;
	border:1px solid #666;
}
 @media screen and (max-width:835px){
.FormBtnD, .FormBtnB {
    font-size:100% !important;
    width:44% !important;
	height:4em !important;
}
}
 @media screen and (max-width:640px){
.FormBtnD, .FormBtnB {
    font-size:100% !important;
    width:80% !important;
	height:3em !important;
}
}

 @media screen and (max-width:835px){
form dt {
	padding:0.5em 1em;
    margin: 0;
    box-sizing: border-box;
	width:auto;
    border-right: none;
    border-bottom: none;
	border-top: none;
    border-left: none;
	float: none;
	text-align: left;
}
form dd {
    margin: 0;
	padding: 1em;
    border-bottom: 1px solid #cdcdcd;
	border-left: none;
    background: #fff;
	box-sizing: border-box;
}
form dl dd:last-of-type {
    border-bottom: 0;
}
}

input[type=checkbox] {
display: none;	/* checkboxを非表示にする */
}
.checkbox1 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox1::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox1::after {
    border-right: 3px solid #2197b9;
    border-bottom: 3px solid #2197b9;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 5px;
}
input[type=checkbox]:checked + .checkbox1::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox1::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}
.Kome {
	padding-left: 1em;
	text-indent: -1em;
}
.Kome3 {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.thanks {
	width:80%;
	text-align:left;
	margin: 10px auto;
}









/* メインコンテンツ */




.flexBox {
	width:94%;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-direction: row;
	justify-content: space-between;
}
.flexBox img {
	max-width:40%;
	height:auto;
	object-fit: contain;
}
.flexBox2, .flexBox3 {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	flex-flow:row wrap;
}
.flexBox2 {
	width:92%;
	justify-content: space-between;
	margin:0 auto;
}
.flexBox3 {
	max-width:94%;
	justify-content: center;
}
.flexBox3 img {
	margin:0 12px;
    object-fit: contain;
}



/* ページトップへ */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #666;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 7000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* 固定ヘッダー対策：アンカー位置調整 */
#mcloud, #hina, #otoku, #plans, #aboutus {
  margin-top:-150px;
  padding-top:150px;
}

/* 無料お試しダウンロード */
.BtnDL1, .BtnDL2, .BtnDL3, .BtnDL4, .BtnDL5, .BtnDL6 {
	height:auto;
	box-sizing: border-box;
	margin: 15px 10px;
	padding:0.8em;
	border-radius: 2px;
	text-align:center;
	vertical-align: middle;
	font-size:100% !important;
	font-weight: bold;
	border: none;
    outline: none;	
}
.BtnDL1, .BtnDL2, .BtnDL3, .BtnDL4 {
	width:160px;
}
.BtnDL5, .BtnDL6 {
	width:140px;
}

.BtnDL1, .BtnDL2, .BtnDL5  {
	background-color: #469652;
}
.BtnDL3, .BtnDL4, .BtnDL6  {
	background-color: #0e92ce;
}
.BtnDL1 a, .BtnDL2 a, .BtnDL3 a, .BtnDL4 a, .BtnDL5 a, .BtnDL6 a  {
	color: #fff;
}
.BtnDL1 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f019";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:160%;
}
.BtnDL3 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f019";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:160%;
}
.BtnDL2 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:160%;
}
.BtnDL4 a:before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:160%;
}
.BtnDL5 a:before, .BtnDL6 a:before {
	font-family: "Font Awesome 5 Brands";
	content:"\f167";
	color:white;
	font-weight: 900;
	padding:0.8em 0.2em 0 0;
	font-size:160%;
}

.BtnDL1 a:hover, .BtnDL2 a:hover, .BtnDL3 a:hover, .BtnDL4 a:hover, .BtnDL5 a:hover, .BtnDL6 a:hover {
	text-decoration: none;
	color: #ffcc33 !important;	
}

.DL2 {
	padding:2em 0;
	border-bottom: 1px dotted #ccc;
	width:96%;
}

.TBdl {
	width:100%;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
}
.TBdl thead th {
	background:#eed968;
	color:#333;
	padding:10px 10px;
	border:#ccc solid 1px;
}
.TBdl thead th:last-child {
	border-right:#ccc solid 1px;
}
.TBdl tbody th {
	background:#fff;
	color:#333;
	padding:10px 15px;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	vertical-align:top;
}
.TBdl tbody tr:last-child th {
	border-bottom:#ccc solid 1px;
}
.TBdl tbody td {
	background:#fff;
	padding:10px 15px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	vertical-align:top;
}
.Item {
	font-weight: bold;
}
.ItemNote {
	color:#666;
	font-size:94%;
	display: block;
	text-align: left;
}
.expln {
	text-align: left;
}
 
@media screen and (max-width: 820px) {
.TBdl thead {
	display:none;
}
.TBdl tbody th {
	display:block;
	border-top:1px solid #ccc;
}
.TBdl tbody td {
	display:block;
}
.TBdl tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.TBdl tbody td div {
	margin: 2em auto 0 auto;
}
	
.BtnDL1, .BtnDL2, .BtnDL3, .BtnDL4, .BtnDL5, .BtnDL6 {
	width:80%;
}
}

.ContactBox {
	display:block;
	width:90%;
	border:2px solid #065eb7;
	margin:20px auto;
	padding:0.8em;
	background: #e6f2fe;
}
.ContactBox span {
	display: inline-block;
}

.FormBtn2{
	margin:1em auto;
    width:12em;
    padding:0.5em;
    font-size:120%;
    font-weight:bold;
    border:1px solid #0070c0;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border-radius: 5px;
    color:#fff;
    background: #0070c0;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
.FormBtn2 a{
    color:#fff;
}
.FormBtn2:hover{
    background: #c07b02;
	border:1px solid #c07b02;
}
.Caution2022{
	width:80%;
	margin:1em auto;
	text-align:left;
}
.Caution2022 img {
	width:80%;
	height:auto;
	margin:0.5em auto;
}
.RED {
	color:#e71f19 !important;
}
@media screen and (max-width: 820px) {
.Caution2022{
	width:90%;
	margin:1em auto;
	text-align:left;
}
}


/*------------------------------------------------------
    追加 - page
------------------------------------------------------*/

main#page-tmp{
	margin: 124px auto 60px auto !important;
	width: 100%;
}
main#page-tmp .page-tmp-inner{
	width:100%;
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast: none) {
	main#page-tmp{
		margin:500px auto 0 auto !important;
		padding: 200px 15px 0 15px;
	}
}
@media screen and (max-width: 820px) {
	main#page-tmp .page-tmp-inner{
		padding: 0 15px 0 15px;
	}
}

main#page-tmp h1.page-ttl{
	width:100%;
	margin:20px auto !important;
	color: #333;
	padding: 0.5em 0 !important;
	border-top: solid 3px #d03707;
	border-bottom: solid 3px #d03707;
	font-size: 115%!important;
}

/*------------------------------------------------------
    order-form
------------------------------------------------------*/

.sf-form-group{
	margin-bottom: 1.5rem!important;
}
