@charset "utf-8";

/* ----------------------------------------
再定義
---------------------------------------- */
html {
	overflow-x: hidden;
}
body {
	line-height: 1.5;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333;
	overflow-x: hidden;
	font-size: 16px;
	letter-spacing: 0.05em;
}
ol,ul{list-style:none}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}
a:active {
	color: #333;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
em {
	font-style: normal;
}
figure {
  margin: 0;
  padding: 0;
}
/* 2023/02/25 ブログ内タグ対応*/
div.blog p {
	margin-bottom: 1em;
}
div.blog h3 {
	position: relative;
	padding-bottom: 3px;
	border-bottom: 5px solid #ece8be;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 50px !important;
}
div.blog ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.clearfix {
	*zoom: 1;
}

/* common style
---------------------------------------- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.return { clear: left; }
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb1em { margin-bottom: 1em !important;}
/* 2018/3/22 インデント対応 */
.mb1em1id { margin-bottom: 1em !important; margin-left:1em !important;}
.mt0 { margin-top: 0 !important; }
.mt50 { margin-top: 50px !important; }
.mt1em { margin-top: 1em !important;}
.mt-20 { margin-top: -20px !important; }
.ml0 { margin-left: 0 !important; }
.ml50 { margin-left: 50px !important; }
.ml1em { margin-left: 1em !important; }
.mr0 { margin-right: 0 !important; }
.mr10 { margin-right: 10px !important; }
.mr30 { margin-right: 30px !important; }
.mr50 { margin-right: 50px !important; }
.mr1em { margin-right: 1em !important; }
.pd0 { padding: 0 !important;; }
.pd20 { padding: 20px !important;;}
.pl20 { padding-left: 20px !important;;}

.rb { border-radius: 3px; }
.bg-bl1 { background: #499ba5; }
.bg-gr1 { background: #c6db78; }
.bg-bg1 { background: #ece8be; }

/* Text style
---------------------------------------- */
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.nowrap { white-space: nowrap; }
.fwb { font-weight: bold; }
.fwn { font-weight: normal !important; }
.col-red { color: #e60012; }
.col-or { color: #e99714; }
.col-bl { color: #499ba5; }
.fz-ss { font-size: 13px !important; }
.fz-s { font-size: 14px !important; }
.fz-n { font-size: 16px !important; }
.fz-l { font-size: 18px !important; }
.fz-ll { font-size: 20px !important; }

/* button style
---------------------------------------- */
.btn {
	text-align: center;
	margin: 1em 0;
}
.btn a,
.btn button {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	border-radius: 3px;
	border: 2px solid #333;
	cursor: pointer;
}
.btn a i,
.btn button i {
	padding-right: 0.3em;
}
.btn-style1 a,
.btn-style1 button,
.btn-link a {
	background: #ece8be;
	border-color: #dad6a9;
}
.btn-style1 a:hover,
.btn-style1 button:hover,
.btn-link a:hover {
	border-color: #333;
}
.btn-style2 a,
.btn-style2 button {
	background: #499ba5;
	border-color: #54aeb8;
	color: #fff;
}
.btn-style2 a:hover,
.btn-style2 button:hover {
	background: #fff;
	color: #499ba5;
}
.btn-style3 a,
.btn-style3 button {
	background: #c6db78;
	border-color:#acc74e;
}
.btn-style3 a:hover,
.btn-style3 button:hover {
	border-color: #333;
}
.btn-style4 a {
	background: #eee;
	border-color: #ddd;
}
.btn-style4 button {
	background: #ece8be;
	border-color: #dad6a9;
}
.btn-style5.btn {
	display: inline-block;
	margin: 0;
}
.btn-style5 button {
	font-size: 10px;
	vertical-align: middle;
		padding: 2px 16px;
		background: #eee;
		border: 1px solid #ccc;
		margin-left: 10px;
}
.btn-style6 a,
.btn-style6 button {
	position: relative;
	border-color: #b5b5b5;
	background: #c9c9c9;
	cursor: default;
}
.btn-style6 a .icon-finish,
.btn-style6 button .icon-finish{
	position: absolute;
	top: -12px;
	right: -26px;
	display: block;
	width: 68px;
	height: 68px;
	background: transparent url(../images/page/icon_finish.png);
}
.btn-style7 a,
.btn-style7 button {
	position: relative;
	border-color: #b5b5b5;
	background: #c9c9c9;
}
.btn-style7 a:hover,
.btn-style7 button:hover {
	border-color: #333;
}
.btn-style7 a .icon-finish,
.btn-style7 button .icon-finish{
	position: absolute;
	top: -12px;
	right: -26px;
	display: block;
	width: 68px;
	height: 68px;
	background: transparent url(../images/page/icon_finish.png);
}

.btn-ib a,
.btn-ib button {
	display: inline-block;
	padding: 8px 2em;
}
.btn-link {
	position: relative;
	top: -4px;
}
.btn-link a {
	font-size: 14px;
	font-weight: normal;
	margin-left: 1em;
	display: inline-block;
	padding: 3px 1em;
}
.btn-link a i {
	color: #333;
}

/* Pages
---------------------------------------- */
.pagettl {
	border-top: 2px solid #acc74e;
	border-bottom: 2px solid #acc74e;
	box-shadow: inset 0px 0px 0px 2px #fff;
	background: #fcfcf6;
	overflow: hidden;
	padding: 21px 0;
	margin-bottom: 10px;
}
.pagettl h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.bread {
	width: 1000px;
	margin: 10px auto 35px;
	overflow: hidden;
}
.bread li {
	float: left;
	font-size: 12px;
}
.bread li i {
	color: #acc74e;
	padding: 0 .5em;
}
.page-catch {
	position: relative;
	padding: 1em;
	background-color: #d7e6a0;
	text-align: center;
	font-size: 16px;
	margin: 35px 0 60px;
}
.page-catch::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #acc74e #acc74e;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.point-txt1 {
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0.1em;
	text-align: center;
	border: 4px solid #acc74e;
	border-radius: 3px;
	padding: 7px 10px;
	margin-bottom: 1em;
}
.point-txt2 {
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 0.1em;
	text-align: center;
	border: 4px solid #acc74e;
	border-radius: 3px;
	padding: 7px 10px;
	margin-bottom: 1em;
}
.ttl-style1 {
	position: relative;
	padding-bottom: 3px;
	border-bottom: 5px solid #ece8be;
	font-size: 20px;
	margin-bottom: 30px;
}
.ttl-style1::before {
	font-family: FontAwesome;
	content: '\f10c';
	color: #acc74e;
	padding-right: .2em;
}
.ttl-style1::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 5px;
	background-color: #acc74e;
}
h2.ttl-style1 span.parentheses,h3.ttl-style1 span.parentheses{
	font-size: 14px !important;
}
.ttl-iconfree {
	margin-bottom: 10px;
}
.ttl-iconfree::before {
	content: none;
}
.ttl-iconfree i {
	color: #acc74e;
	padding-right: .2em;
}
.ttl-style2 {
	color: #fff;
	background: #499ba5;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 2em;
	margin-bottom: 1em;
}
.ttl-style3 {
	color: #499ba5;
	font-weight: bold;
	margin: 1em 0 .5em;
}
.ttl-style5 {
	position: relative;
	padding-bottom: 3px;
	border-bottom: 2px solid #ece8be;
	font-size: 17px;
	margin-bottom: 30px;
}
.ttl-style5::before {
	font-family: FontAwesome;
	content: '\f138';
	color: #acc74e;
	padding-right: .2em;
}
.ul-style1 li {
	line-height: 1.75;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.ul-style1 li::before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #acc74e;
	padding-right: .5em;
}
.ul-style2 li {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}
.ul-style2 li::before {
	padding: 0;
	content: none;
}
.ol-style1 {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1.6em;
}
.link-guide {
	margin: .5em auto;
	font-size: 24px;
	font-weight: bold;
}
.link-guide i {
	color: #acc74e;
	margin-right: .3em;
}
.doc-list li {
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 580px;
	margin: 0 auto;
}
.doc-list li .btn-doc {
	width: 440px;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	border-radius: 3px;
	text-align: center;
	background: #c6db78;
	border: 2px solid #acc74e;
	float: left;
}
.doc-list li .btn-doc:hover {
	border-color: #333;
}
.doc-list li .btn-doc::before {
	font-family: FontAwesome;
	content: '\f0f6';
	padding-right: .5em;
}
.doc-list li .created {
	border-color: #b5b5b5;
	background: #c9c9c9;
}
.doc-list li .closed {
	border-color: #b5b5b5;
	background: #c9c9c9;
}
.doc-list li .closed:hover {
	border-color: #b5b5b5;
}
.doc-list li .icon-finish {
	position: absolute;
	top: -12px;
	right: -42px;
	display: block;
	width: 68px;
	height: 68px;
	background: transparent url(../images/page/icon_finish.png);
}
.doc-list li .txt-link {
	margin-left: 1em;
	position: relative;
	top: 12px;
}
.doc-list li .caution {
	clear: left;
	padding-top: .3em;
	font-size: 14px;
}
.phase {
	position: relative;
}
.amikake {
	position: absolute;
	background: url(../images/page/amikake.png);
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: content-box;
	padding: 1em 0;
}
.amikake-routine	{
	position:	relative;
	background: url(../images/page/amikake.png);
	z-index: 1;
}
.amikake-routine p {
	position: relative;
  top: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
	color: #e60012;
	z-index: 2;
}
.amikake-cash	{
	position:	relative;
	background: url(../images/page/amikake.png);
	z-index: 1;
}
.amikake-cash p {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	text-align: center;
	font-weight: bold;
	font-size: 18px !important;
	color: #e60012;
	z-index: 2;
}
.txt-link {
	display: inline !important;
	background: none !important;
	border: none !important;
}


/* Form
---------------------------------------- */
.form section {
	margin-bottom: 50px;
}
.form section p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="checkbox"],
.form input[type="radio"],
.form select,
.form textarea {
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 1em 0 .5em;
}
.form input[type="checkbox"],
.form input[type="radio"] {
	margin: 0 .5em 0 1em;
}
.form select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	appearance: menulist;
}
.form .w90 { width: 90px; }
.form .w120 { width: 120px; }
.form .w200 { width: 200px; }
.form .w450 { width: 450px; }
.form .w800 { width: 800px; }
.form .w990 { width: 990px; }
.form .input {
	margin-right: 1em;
	font-weight: normal;
}
.form .btn-postcode {
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	border: 1px solid #dad6a9;
	background: #ece8be;
	border-radius: 3px;
	cursor: pointer;
}
.form .btn-postcode:hover {
	background: #dad6a9;
}
.form #agreeSubmit.disagree {
	background: #eee;
	border-color: #ddd;
	color: #999;
}

form section .count {
	margin: 0;
}

/* Loading
---------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 98;
}
#loader {
  display: none;
  position: fixed;
  top: 52%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #ACC74E;
  z-index: 99;
}

/* Layout
---------------------------------------- */
.container {
	width: 1000px;
	margin: 0 auto;
}
.main-area {
	width: 720px;
	float: left;
}
.side-area {
	width: 240px;
	position: absolute;
	top: 20px;
	right: 0;
}
#cover {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	margin-top: -20px;
}
.two-col-box {
	width: 490px;
	padding: 20px;
	margin: 1em 0;
}
.three-col-box {
	width: 33%;
}
.gr-line-box1 {
	border: 2px solid #c6db78;
	padding: 20px;
	margin: 1em 0;
}
.be-bg-box1 {
	background: #ece8be;
	padding: 20px;
}
.of-h {
	overflow: hidden;
}

/* Header
---------------------------------------- */
#header {
	min-height: 135px;
	overflow: hidden;
}
#header .logo {
	padding-top: 47px;
	float: left;
	margin-right: 66px;
}
.nav-hdr {
	overflow: hidden;
	padding-top: 33px;
	float: left;
}
.nav-hdr li {
	float: left;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.nav-hdr li a {
	display: block;
	text-decoration: none;
}
.nav-hdr li a:hover {
	color: #499ba5;
}
.nav-hdr li i {
	display: block;
	font-size: 48px;
}
.status-hdr {
	float: right;
	padding-top: 10px;
}
.login-box {
	width: 300px;
	padding: 10px 10px 4px;
	margin-bottom: 5px;
	overflow: hidden;
}
.login-box ul {
	float: left;
	width: 210px;
}
.login-box form input {
	background-color: #fff;
	width: 100%;
	height: 22px;
	margin-bottom: 6px;
	font-size: 12px;
	padding-left: 5px;
}
.login-box form .btn-login {
	float: right;
	width: 60px;
	height: 50px;
	border: 2px solid #333;
	text-align: center;
}
.login-box form .btn-login a {
	background: #fff;
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1;
}
.login-box form .btn-login a:hover {
	background: #ddeff1;
}
.login-box form .btn-login a i {
	display: block;
	font-size: 24px;
	padding-top: 5px;
}
.login-box form .btn-login button {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1;
}
.login-box form .btn-login button:hover {
	background: #ddeff1;
}
.login-box form .btn-login button i {
	display: block;
	font-size: 24px;
	padding-top: 5px;
}
.register-box {
	padding: 5px 10px 5px 15px;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	overflow: hidden;
}
.btn-register {
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn-register a {
	display: block;
	width: 170px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #acc74e;
	background: #fff;
	text-decoration: none;
	border-radius: 3px;
}
.btn-register a:hover {
	border: 2px solid #333;
}
.btn-register a i {
	color: #499ba5;
	padding-right: 0.5em;
}
.login-box.logged {
	text-align: center;
	color: #fff;
	padding-bottom: 7px;
}
.login-box.logged .change-info a {
	color: #fff;
	font-size: 12px;
}
.login-box.logged .btn-hdr-logged {
	margin: 0;
}
.login-box.logged .btn-hdr-logged a {
	background: #fff;
}
.login-box.logged .btn-hdr-logged a i {
	font-size: 24px;
	vertical-align: middle;
}
.login-box.logged .btn-hdr-logged a:hover {
	background: #ddeff1;
}
.login-box.logged .logoff {
	font-size: 12px;
	color: #ddd;
}



.login-box.logged .btn-hdr-logged{
	float: left;
	width: 210px;
}
.login-box.logged .btn-login {
	float: right;
	width: 60px;
	height: 50px;
	border: 2px solid #333;
	text-align: center;
}
.login-box.logged .btn-login a {
	background: #fff;
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1;
}
.login-box.logged .btn-login a:hover {
	background: #ddeff1;
}
.login-box.logged .btn-login a i {
	display: block;
	font-size: 24px;
	padding-top: 5px;
}
.login-box.logged .btn a{
	padding: 10px 0 9px;
}
.login-box.logged .change-info{
	clear: both;
}

.login-box.fix .fix-info{font-size: 12px; letter-spacing: 0;}
.login-box.fix .btn{margin: 5px 0;}
.login-box.fix p{text-align: center;}
.btn-hdr-fix a{background-color: #fff;}
.btn-hdr-fix a i{color:#499ba5;}

/* Footer
---------------------------------------- */
#footer {
	border-top: 2px solid #acc74e;
	margin-top: 130px;
	clear: both;
	position: relative;
}
.pagetop {
	position: relative;
	margin-bottom: 25px;
}
.pagetop a {
	width: 180px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #acc74e;
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: -35px;
	border-radius: 3px;
	padding: 7px;
	border: 2px solid #acc74e;
}
.pagetop a i {
	font-size: 16px;
	padding-right: 5px;
	vertical-align: middle;
}
.pagetop a:hover {
	background: #fff;
	color: #acc74e;
}
.update-info {
	float: left;
	border: 1px solid #c6db78;
	width: 500px;
	padding: 10px 25px;
	font-size: 12px;
}
.update-info h3 {
	font-size: 16px;
	border-bottom: 1px solid #c6db78;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.update-info h3 i {
	font-size: 20px;
	padding-right: 5px;
}
.update-info dl {
	overflow: hidden;
}
.update-info dt {
	float: left;
	clear: left;
	padding: 5px 0;
	margin-right: 0.5em;
}
.update-info dd {
	border-bottom: 1px dotted #c9c9c9;
	padding: 5px 0;
}
.atsurae-txt {
	text-align: right;
	float: right;
}
.atsurae-txt h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
.atsurae-txt p {
	line-height: 1.7;
}
.atsurae-txt ul {
	margin-top: 25px;
	overflow: hidden;
	float: right;
}
.atsurae-txt li {
	float: left;
	margin-left: 1em;
	font-size: 12px;
}
.copyright {
	clear: both;
	text-align: center;
	font-size: 12px;
	background: #acc74e;
	padding: 6px;
	margin-top: 40px;
}

/* Side-nav
---------------------------------------- */
.side-nav {
	background: #fdfdf8;
	border: 3px solid #499ba5;
	border-radius: 3px;
	overflow: hidden;
}
.side-nav h3,
.side-nav ul {
	width: 210px;
	margin: 0 auto 10px;
}
.side-nav h3 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 3px solid #499ba5;
}
.side-nav h3 i {
	color: #54aeb8;
	padding-right: .3em;
}
.side-nav li {
	border-bottom: 1px dotted #c9c9c9;
	padding: 5px 0 5px 1em;
	text-indent: -1em;
}
.side-nav li::before {
	font-family: FontAwesome;
	content: '\f101';
	padding-right: .5em;
	color: #499ba5;
}
.side-nav li .subcat {
	margin-bottom: 0;
}
.side-nav li .subcat li {
	border: none;
	padding: 3px 10px 3px 1em;
}
.side-nav li .subcat li::before {
	font-family: FontAwesome;
	content: '\f105';
	padding-right: .5em;
	color: #a0a0a0;
}

/* Bottom guide
---------------------------------------- */
.btm-guide {
	background: #ddeff1;
	padding: 20px 0;
	margin-top: 80px;
}
.btm-guide .container {
	background: #fff;
	padding: 25px 0;
}
.btm-guide .container div.left,
.btm-guide .container div.right {
	padding: 0 30px;
	width: 50%;
	font-size: 16px;
}
.btm-guide .container .left {
	text-align: center;
}
.btm-guide .container .right {
	border-left: 1px solid #c9c9c9;
}
.btm-guide .container .right ul {
	margin: 1em 0 1em 1em;
	font-weight: bold;
}
.btm-guide .container .right li i {
	color: #e60012;
	padding-right: .3em;
}

/* Top
---------------------------------------- */
.main-slider {
	border-top: 2px solid #acc74e;
	border-bottom: 2px solid #acc74e;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
}
.main-slider li:first-child {
	background: #fcfcf6;
}
.main-slider li:nth-child(2) {
	background: #f4fcfb;
}
.main-slider li:nth-child(3) {
	background: #fef9f9;
}
.main-catch {
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
	width: 800px;
	margin: 0 auto;
	padding: 12px 0;
}
.icon-down {
	width: 688px;
	margin: 10px auto 40px;
	text-align: center;
	overflow: hidden;
}
.icon-down i {
	font-size: 24px;
	color: #499ba5;
}
.main-guide {
	overflow: hidden;
}
.main-guide li {
	width: 333px;
	float: left;
	padding: 0 25px;
}
.main-guide li:nth-child(2) {
	border-right: 2px solid #acc74e;
	border-left: 2px solid #acc74e;
	width: 334px;
}
.main-guide li h3 {
	text-align: center;
	margin-bottom: 40px;
}
.main-guide .btn {
	margin-bottom: 50px;
}
.main-guide .makefree {
	color: #fff;
	background: #e60012;
	font-size: 12px;
	padding: 3px 5px;
}

/* Joinform Btm
---------------------------------------- */
#joinformbtm dl {
	overflow: hidden;
	margin: 0 auto;
	width: 570px;
}
#joinformbtm dt {
	float: left;
	clear: left;
	width: 110px;
	font-weight: bold;
	padding-top: 5px;
}
#joinformbtm dd {
	padding-left: 110px;
}
#joinformbtm dd input {
	margin-bottom: .5em;
}

/* Naikoto
---------------------------------------- */
.genpon-kanpu {
	margin-top: 100px;
}
.document-list {
	overflow: hidden;
}
.document-list li {
	float: left;
	width: 10em;
}

/* How
---------------------------------------- */
.how-doclist {
	overflow-x: hidden;
	margin: 1em 0 0;
}
.how-doclist section {
	border: 3px solid;
	padding: 10px;
}
.how-doclist section.start {
	border-color: #eb8188;
}
.how-doclist section.routine {
	margin: 0 .5%;
	border-color: #26c2b8;
}
.how-doclist section.other {
	border-color: #e99714;
}
.how-doclist section h4 {
	text-align: center;
	margin-bottom: 10px;
}

/* Faq
---------------------------------------- */
.faq-area {
	margin-bottom: 50px;
}
.faq-area dt {
	background: #ece8be;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-size: 16px;
}
.faq-area dt:hover {
	background: #acc74e;
}
.faq-area dt::before,
.faq-area dd::before {
	content: "Q.";
	margin-right: .3em;
	font-weight: bold;
	font-size: 18px;
}
.faq-area dd {
	margin-bottom: 10px;
	padding: 0 10px 10px;
}
.faq-area dd::before {
	content: "A.";
	color: #499ba5;
}

/* Mypage
---------------------------------------- */
.btn-edit {
	display: inline-block;
	text-decoration: none !important;
	padding: 2px 12px;
	border-radius: 3px;
	border: 2px solid #acc74e;
	font-size: 14px;
	font-weight: normal;
	float: right;
	background: #c6db78;
}
.btn-edit::before {
	font-family: FontAwesome;
	content: '\f040';
	padding-right: .3em;
}
.btn-edit:hover {
	border-color: #333;
	background: #fff;
}
.btn-edit:hover::before {
	color: #499ba5;
}
.dl-style1 {
	line-height: 1.75;
	overflow: hidden;
	height: 376px;
	overflow-y: scroll;
}
.dl-style1 dt {
	float: left;
	clear: both;
	width: 134px;
	padding-left: 0.8em;
	text-indent: -0.8em;
	margin-top: -1px;
}
.dl-style1 dt::before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #acc74e;
	padding-right: .5em;
}
.dl-style1 dd {
	float: right;
	width: 296px;
}
.schedule {
	height: 180px;
}
.schedule-area {
	height: 130px;
	overflow-x: scroll;
}
.schedule-area h5 {
	border-bottom: 1px dotted #c9c9c9;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.schedule-area h5::before {
	font-family: FontAwesome;
	content: '\f10c';
	color: #acc74e;
	padding: 0 .3em 0 .1em;
}
.schedule-area p {
	margin: 0 10px 20px;
	vertical-align: top;
	line-height: 1.75;
	font-weight: normal;
}
.schedule-area p::before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #acc74e;
	padding-right: .5em;
}
.cashbook h4 {
	font-size: 18px;
	overflow: hidden;
	border-bottom: 2px solid #acc74e;
	padding-bottom: 5px;
}
.cashbook h4.open {
	font-weight: normal;
	border-bottom: none;
	border-top: 1px solid #acc74e;
	padding: 5px 0 0 0;
}
.cashbook h4 span {
	float: right;
}
.cash-area {
	margin: 20px 0;
	height: 255px;
	overflow-x: scroll;
}
.cash-area h5 {
	border-bottom: 1px dotted #c9c9c9;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.cash-area h5::before {
	font-family: FontAwesome;
	content: '\f10c';
	color: #acc74e;
	padding: 0 .3em 0 .1em;
}
.cash-area table {
	margin: 0 10px 20px;
}
.cash-area table th,
.cash-area table td {
	vertical-align: top;
	line-height: 1.75;
}
.cash-area table th {
	font-weight: normal;
	width: 4em;
}
.cash-area table th::before {
	font-family: FontAwesome;
	content: '\f0da';
	color: #acc74e;
	padding-right: .5em;
}
.cash-area table td.amount {
	text-align: right;
	white-space: nowrap;
	width: 7em;
}
.cash-area table td.amount::before {
	content: "￥";
	float: left;
}
.cash-area table td.summary {
	padding-left: 1em;
}
.cash-area table .down {
	color: #e60012;
}
* + .cashier-list {
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding-top: 30px;
}
.cashier-list li span {
	display: block;
	line-height: 1em;
	position: absolute;
	top: 50%; margin-top: -.5em;
	right: 0;
	background: #eee;
	border-radius: 20px;
	overflow: hidden;
}
.cashier-list li span > * {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	padding: 7px 15px;
}
.cashier-list li {position: relative;}
.cashier-list li b:not(:last-of-type) {margin-right: 1em;}
.cashier-list li:not(:last-child){margin-bottom: 1em;}

span.any {
	background-color: #c7c7c7;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0em 0.4em;
	padding: 2px;
	border-radius: 4px;
	vertical-align: 4%;
}

/* Top Mobile
---------------------------------------- */
.mobile-contents{display: none;}
@media only screen and (max-width: 768px) {
	.container{width: 100%; padding: 0 15px;}
	#header{min-height:60px;}
	#header .logo{padding-top: 15px; margin-right: 24px;}
	#header .logo img{width: 200px; height: auto;}
	.main-slider{margin-bottom: 20px;}
	.nav-hdr {padding-top: 8px; float:right;}
	.nav-hdr li{float: none;}
	.nav-hdr li a#blog{float: right; font-size: 10px; margin-right: -12px;}
	.nav-hdr li i {display: block; font-size: 32px;}
	#footer{margin-top: 20px;}
	.pagetop{margin-bottom: 15px;}
	.atsurae-txt h2{font-size: 15px;}
	.atsurae-txt p{font-size: 12px;}
	.copyright{margin-top: 20px; font-size: 11px;}
	.nav-hdr ul li a#what,
	.nav-hdr ul li a#how,
	.status-hdr,
	.pc-contents,
	.btm-guide,
	.pagetop a,
	#footer .update-info,
	.atsurae-txt ul{display: none;}
	.mobile-contents{display: block;}
	.mobile-contents li{float: left; width: 33.333%; text-align: center;}
	.mobile-contents li img{width: 80%; height: auto; margin: 0 auto 10px; display: block;}
	.mobile-contents li i{color: #4a9aa5;}
	.mobile-contents .main-catch{width: 100%; font-size: 14px; font-weight: normal; padding: 10px 0; margin: 10px 0;}
	.mobile-contents p{color: #499ba6;}
	.mobile-contents a{color: #499ba6; font-weight: bold; font-size: 22px; line-height: 40px;}
}

.text-frame{height: 200px; overflow: scroll; border:2px solid #d7e6a0; padding: 20px; font-size: 13px; line-height: 1.7;}
.text-frame h4{border-bottom: 1px solid #ccc; margin: 20px 0 5px; font-size: 14px; padding-bottom: 3px;}
.text-frame h4.first{margin-top: 0;}


/* Blog Card
---------------------------------------- */
.blog-card {
	padding: 20px 16px;
  margin: 1em 0;
  border: 1px solid #c6db78;
  max-width: 100%;
	height: 145px;
  border-radius: 2px;
	clear: both;
}
.bc-thumbs {
	float: left;
	padding-right: 16px;
	width: 140px;
	height: 100px;
}
.bc-thumbs img {
	width: 100px;
	height: 100px;
	display: block;
 	margin: 0 auto;
	object-fit: cover;
}
.bc-content {
	line-height: 124%;
}
.bc-title {
	margin-top: 8px;
	margin-bottom: 16px;
}
.bc-title a {
	text-decoration: none;
}
.bc-title a:hover{
	text-decoration: none;
	color: #666;
}
.bc-title p {
	font-size: 22px;
	font-weight: bold;
}
.bc-excerpt {
	color: #333;
	font-size: 1em;
	padding-bottom: 16px;
}
.bc-excerpt a {
	text-decoration: none;
}
.bc-excerpt a:hover{
	text-decoration: none;
	color: #666;
}
.bc-excerpt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bc-line {
	border-bottom: 1px solid #c6db78;
}
.bc-footer {
	float: right;
	font-size: 0.8em;
	color: #777;
	padding-top: 10px;
}
.bc-favicon {
	width: 16px;
  height: 16px;
  box-shadow: none !important;
}
.bc-site {
	display: inline-block;
  margin-right: 8px;
}
.bc-category {
	color: #fff;
	text-align: center;
	background: #acc74e;
	width: 10em;
	border-radius: 20px;
	display: inline-block;
	margin-right: 8px;
}
.bc-category a {
	color: #fff !important;
	text-decoration: none !important;
}
.bc-date {
	display: inline-block;
  margin-right: 8px;
}

/* Blog Single
---------------------------------------- */
div.bb {
	padding: 1em;
	border-bottom: 1px dotted #c9c9c9;
}
div.bb a:link,div.bb a:visited,div.bb a:active {
	color:#0000ee;
	text-decoration: underline;
}
.bc-author {
	width: 760px;
	height: 186px;
	border-radius: 16px;
	border: 1px solid #acc74e;
	position: relative;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 16px;
	background-color: #fcfcf6;
}
.bc-img {
	width: 200px;
	height: 150px;
	margin-right: 20px;
	float: left;
	box-shadow:2px 2px 4px #999;
}
.bc-prof {
	height: 150px;
	margin: 0 auto;
}
.bc-name {
	font-size: 24px;
	font-weight: bold;
}
.bc-comment {
	font-size: 16px;
	font-weight: normal;
	margin-top: 1em;
}
blockquote {
	border: solid 2px #acc74e;
	border-radius: 16px;
	max-width: 640px;
	padding:1em;
	margin:0 auto;
	margin-bottom: 1em;
}
blockquote p{
	font-weight: bold;
}
blockquote i{
	background:linear-gradient(transparent 90%, #acc74e 0%);
}
/* 画像 */
figure{
	max-width: 760px;
	margin: 0 auto;
	margin-bottom: 2em;
}
figure img{
	display: block;
	margin: 0 auto;
}
figcaption {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-top: 6px;
}


/* Blog Mobile
---------------------------------------- */
@media only screen and (max-width: 768px) {
	.pagettl h1 {width: auto; margin: 0 .4em; font-size: 24px; font-weight: normal; letter-spacing: 0.1em; word-wrap: break-word;}
	.bread {display: none;}

	/* Blog Card */
	.bc-thumbs {width: 116px;}
	.bc-title {margin-top: 4px; margin-bottom: 12px; height: 3.4em;}
	.bc-title p {font-size: 18px;}
	.bc-excerpt {display: none}
	.bc-footer {font-size: 10px; padding-top: 1em;}


	/* プロフィール */
	.bc-author {width: auto; height: auto; padding-right: 20px}
	.bc-img {	width: 100%; height: auto; float: none; margin-bottom: 16px;}
	.bc-prof {height: auto;}

	/* 画像 */
	figure{
		width: 100%;
	}
	figure img{
		width: 100%;
		height: auto;
	}
}

/* Shushi
---------------------------------------- */
.select-input{display: none;}
.note{display: table; width: 100%;}
.note li{display: table-cell;}
.note li.first{width: 26%;}
.note li.last{width: 74%;}
.note li.last input{
	display: inline-block;
	width: 46em;
}

.ttl-style4 {
	background-color: #d7e6a0;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	width: 170px;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 15px;
}

ul.rinji-total {
	border-bottom: 1px dotted #c9c9c9;
	margin-bottom: 1em;
}


/* Zaisan
---------------------------------------- */
.zaisan-input .add,
.mypage-input .add,
.shushi-input .add,
.select-input .add,
.plan-input .add {
	background-color: #f1f1ef;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	width: 150px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none!important;
	display: block;
	margin: 20px auto 0;
}
.zaisan-input .delete,
.mypage-input .delete,
.shushi-input .delete,
.select-input .delete,
.plan-input .delete{
	background-color: #aaa;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
	width: 150px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none!important;
	display: block;
}
/*.zaisan-input{display: none;}*/
/*.zaisan-input .other-text{display: none;}*/
.zaisan-input ul li,
.mypage-input ul li,
.shushi-input ul li,
.plan-input ul li{border-bottom: 1px dotted #ccc; padding-bottom: 20px; margin-bottom: 20px;}
.sel-payment li p{line-height: 36px;}
.payment-table{width: 100%;}
.payment-table th,
.payment-table td{font-size: 16px; padding-bottom: 30px;}
.payment-table th{width: 8em; text-align: left;}
.payment-text{border:4px solid #acc74e; border-radius: 5px; padding: 25px 50px; margin-top: 60px;}
.valine textarea{vertical-align: middle;}
.bd-top{border-top: 1px solid #ccc; padding-top: 50px;}


.bukken-list li{margin-bottom: 30px;}
.bukken-list li .btn-detail{font-size: 12px; text-decoration: underline; cursor: pointer;}
.bukken-detail{background-color: #fcfcf6; border-radius: 10px; padding: 10px 25px; margin-top: 10px; margin-left: 20px; display: none;}
.bukken-detail p{padding: 5px 0;}
/*.bukken-detail dt{float: left; width: 4em; padding: 5px 0; clear: both;}
.bukken-detail dd{margin-left: 4em; padding: 5px 0;}*/


.text_ch{margin-top: 20px; margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 5px;}
.radio_ch{margin-top: 20px; margin-bottom: 10px; border-top: 1px solid #ddd; padding: 10px 0 5px;}


.jointform .sel02,
.jointform .sel03,
.jointform .sel04,
.jointform .sel05{display: none;}


.cnt_area{
    min-height: 250px;
    width: 100%;
    line-height: 20px;
    padding: 10px;
    margin:0 0 5px 0;
    box-shadow: none;
    resize: both;
    min-height: 150px;
}
.count_alert{color: #ff0000;}

.center {
	text-align: center;
}

.container .alert * {
		font-size: 18px;
    font-weight: bold;
    color: #ff0000 !important; /* #397100 グリーン #b90000 レッド */
}

.cnt_area2{
    min-height: 80px;
    width: 100%;
    line-height: 20px;
    padding: 10px;
    margin:0 0 5px 0;
    box-shadow: none;
    resize: both;
    min-height: 80px;
}

.container .alert a {
	text-decoration: underline;
}


.hisouzoku_col .left{
	margin-right: 30px;
}

.hisouzoku_col .input_area{
	display: none;
}
div .transition{
	display: none;
}

/*------------------------------------------
ここのスタイルを変更
------------------------------------------*/
/* style01 */
.btnList *[class*="_s01"] > * {
  background: #ece8be;
  border-color: #dad6a9 !important;
}
.btnList *[class*="_s01"] > *:hover {border-color: #333 !important;}

/* style02 */
.btnList *[class*="_s02"] > * {
  background: #c6db78;
  border-color: #acc74e !important;
}
.btnList *[class*="_s02"] > *:hover {border-color: #333 !important;}

/* style03 */
.btnList *[class*="_s03"] > * {
  color: #fff !important;
  background: #499ba5;
  border-color: #54aeb8 !important;
}
.btnList *[class*="_s03"] > *:hover {background: #fff; color: #499ba5 !important;}

.btnList *[class*="_s04"] > * {
	border-color: #ddd !important;
  background: #eee;
}
.btnList *[class*="_s04"] > a.closed:hover {
	border-color: #ddd !important;
	cursor: default;}

.btnList *[class*="_s04"] > *:hover {border-color: #333 !important;}

/*------------------------------------------
基本の設定
------------------------------------------*/
/* 全体の設定 */
.btnList {
  text-align: center; /* 要素をセンター寄せに */
}

/* 個別の設定 */
.btnList *[class*="btnList__item"] {
  display: inline-block;
}

.btnList *[class*="btnList__item"] > * {
  display: block;
  width: 15em;
  padding: 10px 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid;
  cursor: pointer;
}

/* 2018/2/14 */
.pagination{
    text-align: center;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

a.page-numbers:hover {
color: #fff;
background: #000000;
}

/* 2018/3/15：blog用Tableスタイル*/
table.blog-tbl{
  line-height: 1.5;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: .75em;
}
.blog-tbl th,
.blog-tbl td {
	border-collapse: collapse;
	border: 1px solid #ccc;
  line-height: 1.5;
  width: 400px;
  padding: 10px;
  vertical-align: top;
}
.blog-tbl th.colhead {
	background: #333;
	color: #ffffff;
	font-weight: bold;
}
.blog-tbl td.colleft {
	background: #FBFBF5;
	color: #3f3f3f;
	font-weight: bold;
}
.blog-tbl th.whalf,
.blog-tbl td.whalf {
	width: 200px;
}
.blog-tbl td.emphasize {
	background: #70a6ff;
	color: #ffffff;
	font-weight: bold;
}
table.blog-tbl caption {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-bottom: .2em;
}

/* 2018/03/23 selectbox対応*/
.blog-tbl select.select-box01 {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}

/* 2018/4/6：blog用Tableスタイル（width = 800）*/
table.blog-tbl2{
  line-height: 1.5;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: .75em;
}
.blog-tbl2 th,
.blog-tbl2 td {
	border-collapse: collapse;
	border: 1px solid #ccc;
  line-height: 1.5;
  width: 200px;
  padding: 10px;
  vertical-align: top;
}
.blog-tbl2 th.colhead {
	background: #333;
	color: #ffffff;
	font-weight: bold;
}
.blog-tbl2 td.colleft {
	background: #FBFBF5;
	color: #3f3f3f;
	font-weight: bold;
}
.blog-tbl2 th.whalf,
.blog-tbl2 td.whalf {
	width: 100px;
}
.blog-tbl2 td.emphasize {
	background: #70a6ff;
	color: #ffffff;
	font-weight: bold;
}
table.blog-tbl2 caption {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-bottom: .2em;
}
