/*
�w�i�F
-------------------------------------------------------------------*/
.bg-gray {
	background-color: #eee;
}
.bg-pink {
	background-color: #fff4f4;
}
.bg-darkbrown {
	background-color: #130101;
}
.bg-beige {
	background-color: #F4F1E6;
	padding: 10px;
}

/*
����
-------------------------------------------------------------------*/
.brown {
	color:#341707 ;
}
.darkred {
	color: #762d2f;
}
.white {
	color: #fff;
}
.grey {
	color: #999;
}
.green-bold {
	color: #30a615;
	font-weight: bold;
}
.blue-bold {
	color: #1684ca;
	font-weight: bold;
}
.red-bold {
	color: #a40000;
	font-weight: bold;
}
.redBold {
	font-weight: bold;
	color: #c30;
}
.redTxt {
	color: #c30;
}
.redBold-18 {
	font-weight: bold;
	color: #c30;
	font-size: 18px;
}

.white-xs {
	font-size: 13px;
	color: #fff;
}
.white-m {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.red-m {
	font-size: 20px;
	color: #a40000;
	font-weight: bold;
}
.red-m-en {
	font-size: 15px;
	color: #a40000;
	font-weight: bold;
}

.red-b {
	font-size: 25px;
	color: #a40000;
	font-weight: bold;
}

.small {
	font-size: 15px;
}
.x-small {
	font-size: 12px;
}

/*
�{�^��
-------------------------------------------------------------------*/
.btn-red {
	background-color: #a40000;
	padding: 10px 30px;
	color: #fff;
	border: none;
}
.btn-red:hover {
	background-color: #c00;
	border: none;
	color: #fff;
}

.btn-red-big {
	background-color: #a40000;
	padding: 12px 150px;
	color: #fff;
	font-size: 23px;
	border: none;
}
.btn-red-big:hover {
	background-color: #c00;
	border: none;
	color: #fff;
}

.btn-brown {
	background-color: #350001;
	padding: 10px 30px;
	color: #fff;
	border: none;
}
.btn-brown:hover {
	background-color: #5f310f;
	border: none;
	color: #fff;
}

.btn-brown-big {
	background-color: #350001;
	padding: 12px 150px;
	color: #fff;
	font-size: 23px;
	border: none;
}
.btn-brown-big:hover {
	background-color: #5f310f;
	border: none;
	color: #fff;
}

.btn-darkgrey {
	background-color: #333;
	display: block;
	color: #fff;
	border: none;
	text-align: center;
}
.btn-darkgrey:hover {
	background-color: #666;
	color: #fff;
}

.btn-line {
	background-color: #01c300;
	padding: 15px 30px;
	color: #fff;
	border: none;
	font-size: 20px;
}
.btn-line:hover {
	background-color: #65d40e;
	color: #fff;
}
.btn-fb {
	background-color: #3b5998;
	padding: 15px 30px;
	color: #fff;
	border: none;
	font-size: 20px;
}
.btn-fb:hover {
	background-color: #5077ca;
	color: #fff;
}
.btn-instagram {
	background-color: #d93175;
	padding: 15px 30px;
	color: #fff;
	border: none;
	font-size: 20px;
}
.btn-instagram:hover {
	background-color: #f24b8f;
	color: #fff;
}

/*
���X�g�X�^�C��
-------------------------------------------------------------------*/
.list-style li {
	background:url(../../img/icon_arrow_list.png) no-repeat 5px 11px;
	padding-left:20px;
	margin: 0 0 10px 10px;
}
.list-style-2 li {
	background:url(../../img/icon_arrow_list.png) no-repeat 3px 11px;
	padding-left:17px;
	margin: 0 0 10px 0;
}

/*
�{�[�_�[
-------------------------------------------------------------------*/
.bdr-b {
	border-bottom: solid 5px #eee;
}
.no-bdr {
	border: none;
}

/*
�e�[�u��
-------------------------------------------------------------------*/
.tbl-m{
	width: 720px;
	margin: 0 auto;
}
.tbl-full{
	width: 100%;
	margin: 0 auto;
}

.td{
	color:#340001;
	border:solid 1px #340001;
	padding:10px 20px;
}
.td-grey{
	color:#333;
	border:solid 1px #340001;
	padding:10px 20px;
	background-color:#eee;
}
.td-grey-xs{
	color:#333;
	border:solid 1px #340001;
	padding:3px;
	background-color:#eee;
	font-size:12px;
}
.td-brown{
	background-color:#340001;
	font-weight:bold;
	color:#fff;
	padding:10px 20px;
	border:solid 1px #340001;
}
.td-beige{
	border:solid 1px #340001;
	padding:10px 20px;
	background-color:#F8EAD4;
}

.table02 {
	margin-top: 20px;
}
.table02 th {
	color:#333;
	border:solid 1px #340001;
	background-color:#eee;
	padding: 5px 0;
}
.table02 td {
	color:#333;
	border:solid 1px #340001;
	padding: 5px 0;
}

/*
����
-------------------------------------------------------------------*/
.aln-c {
	text-align: center;
}
.aln-r {
	text-align: right;
}
.aln-l {
	text-align: left;
}

.float-l {
	float: left;
}
.float-r {
	float: right;
}

/*
�T�C�Y
-------------------------------------------------------------------*/
.full {
	width: 100%;
	display: block;
}

/*
�^�C�g��
-------------------------------------------------------------------*/
.ttl-h2{
	font-size:26px;
	color:#350001;
	font-weight:bold;
	width:100%;
	padding:14px 0px;
	margin-bottom:20px;
	border-top:solid 3px #340001;
	border-bottom:solid 2px #eee;
	text-align: center;
}
.ttl-h3 {
	border-top: solid 1px #350001;
	border-bottom: solid 1px #350001;
	padding: 8px 10px;
	color: #350001;
	font-size: 18px;
}
.ttl-h4 {
	border-top: solid 1px #350001;
	border-bottom: solid 1px #350001;
	padding: 8px 10px;
	color: #350001;
	font-size: 16px;
}
.ttl-white {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}
.ttl-bdr-grey {
	border-bottom: solid 2px #eee;
	padding-bottom: 10px;
}

/*
�]��
-------------------------------------------------------------------*/
.mgn-t-5 {
	margin-top: 5px;
}
.mgn-t-15 {
	margin-top: 15px;
}
.mgn-t-30 {
	margin-top: 30px;
}
.mgn-t-40 {
	margin-top: 40px;
}

.mgn-b-6 {
	margin-bottom: 6px;
}
.mgn-b-10 {
	margin-bottom: 10px;
}
.mgn-b-15 {
	margin-bottom: 15px;
}
.mgn-b-20 {
	margin-bottom: 20px;
}
.mgn-b-25 {
	margin-bottom: 25px;
}
.mgn-b-30 {
	margin-bottom: 30px;
}
.mgn-b-40 {
	margin-bottom: 40px;
}
.mgn-b-60 {
	margin-bottom: 60px;
}
.mgn-w-15 {
	margin: 0 15px;
}
.mgn-h-10 {
	margin: 10px 0;
}
.mgn-h-20 {
	margin: 20px 0;
}
.mgn-h-30 {
	margin: 30px 0;
}

.pdng-h-30 {
	padding: 30px 0;
}

.text-body {
	padding: 0 10px;
}

/*
�J�[�\��
-------------------------------------------------------------------*/
.pointer {
	cursor: pointer;
}

/*
���C�A�E�g
-------------------------------------------------------------------*/
.container {
	width: 1100px;
	margin: auto;
}
.clear{
	clear:both;
}

.box-2-l {
	float: left;
	width: 540px;
	margin-right: 19px;
}
.box-2-r {
	float: right;
	width: 540px;
}
.box-3-l {
	float: left;
	width: 353px;
	margin-right: 20px;
}
.box-3-r {
	float: right;
	width: 353px;
}

.body-2-l {
	float: left;
	width: 515px;
	margin-right: 19px;
}
.body-2-r {
	float: right;
	width: 540px;
}
.body-3-l {
	float: left;
	width: 345px;
	margin-right: 20px;
}
.body-3-r {
	float: right;
	width: 345px;
}

.flex {
	display: flex;
}
.none {
	display: none;
}

.inline-center {
	text-align: center;
}
.inline-center li {
	display: inline;
}
.inline-center li a {
	border: none;
}

.dl-s dd {
	margin: -32px 0px 25px 70px;
}

/*
�͂ݘg�E�����Ȃ�
-------------------------------------------------------------------*/
.frame {
	background-color: #f4f4f4;
	width: 800px;
	padding: 25px 40px;
	margin-left: auto;
	margin-right: auto;
}

.bdr-grey-box {
	border: solid 2px #eee;
	padding: 20px 30px;
	border-radius: 10px;
}
.bdr-grey-article {
	border-top: solid 2px #eee;
	margin: 20px -20px 0;
  padding: 20px 20px 0;
}

.balloon {
  position: relative;
  padding: 40px;
	background-color: #eee;
	border-radius: 10px;
	width: 82%;
	float: right;
}
.balloon-b {
  position: relative;
  padding: 40px;
	background-color: #eee;
	border-radius: 10px;
	width: 90%;
	float: right;
}
.balloon::before,
.balloon-b::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 40px;
  border-right: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.bg-white-round {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
}
.bg-grey-round {
	background-color: #eee;
	border-radius: 10px;
	padding: 40px;
}

/*
�C���v�b�g�E�e�L�X�g�G���A�E�t�H�[��
-------------------------------------------------------------------*/
.input-raund {
	border-radius: 10px;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}
.input-s {
	width: 33%;
}
.input-m {
	width: 65%;
}
.textarea-full {
	width: 100%;
	height: 200px;
}

.inputBlock{
	margin: 0px auto 15px auto;
	padding:20px;
	border: solid 1px #DFC0AB;
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}

/*
�摜�\���X�^�C��
-------------------------------------------------------------------*/
.img-area img {
	border:solid 8px #e8e0dc;
	padding:20px;
}

img.right{
	float:right;
	margin:0px 0px 25px 25px;
}
img.left{
	float:left;
	margin:0px 25px 25px 0px;
}
img.full {
	max-width: 100%;
	width: auto;
	display: inline;
}


/*
�t�H�[���X�^�C��
-------------------------------------------------------------------*/
fieldset{
	border:none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
input::-moz-placeholder {
    color: #ccc;
}

.ui-input-text, .ui-select, .ui-textarea{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:18px;
	padding:10px;
	border:solid 1px #aaa;
	line-height:140%;
}
.ui-input-text:hover,
.ui-select:hover,
.ui-textarea:hover {
	border: solid 1px #DFC0AB;
	background-color: #fbf9f4;
}
.ui-size-2{
	width:100px;
}
.ui-size-3{
	width:75px;
}
.ui-size-max{
	width:410px;
}
.ui-size-text-max{
	width:390px;
}
.ui-size-area1{
	width:390px;
	height:120px;
}
.ui-size-full{
	width: 100%;
	height: 200px;
}
.submit,
.submit-full {
	margin: 20px auto;
	padding: 10px 100px;
	font-size:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #CC3300;
	border: none;
	color: #fff;
}
.submit-full {
	margin: 5px auto;
	width: 100%;
}
.submit-gray {
	padding: 5px 50px;
	font-size:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: #aaa;
	border: none;
	color: #fff;
	cursor: pointer;
}
.submit:hover,
.submit-full:hover,
.submit-gray:hover {
	opacity: 0.8;
}
.submit a {
	color: #fff;
	font-size: 29px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.ui-radio{
	position:absolute;
	opacity:0;
}
.ui-radio[type="radio"] + label {
	display: inline-block;
	background-image: url(/img/icon_radio.png);
	background-size: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	height: 21px;
	line-height: 21px;
	margin:10px 20px 10px 5px;
  cursor: pointer;
}
.ui-radio[type="radio"]:checked + label {
  background-image: url(/img/icon_radio.png);
	background-position: left bottom;
  font-weight: bold;
}
.ui-radio[type="radio"]:checked + label span {
	font-weight: bold;
}
.ui-radio-disable {
	position:absolute;
	opacity:0;
}
.ui-radio-disable[type="radio"] + label {
	display: inline-block;
	background-image: url(/img/icon_radio_disable.png);
	background-size: 21px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	height: 21px;
	line-height: 21px;
	margin:10px 20px 10px 5px;
	color:#ccc;
	pointer-events: none;
}

.ui-check,
.ui-check-long{
	position:absolute;
	opacity:0;
}
.ui-check[type="checkbox"] + label {
	display: inline-block;
	background-image: url(/img/icon_checkbox.png);
	background-size: 21px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	height: 21px;
	line-height: 21px;
	margin: 10px 20px 10px 5px;
  cursor: pointer;
}
.ui-check[type="checkbox"]:checked + label {
    background-image: url(/img/icon_checkbox.png);
		background-position: left bottom;
		font-weight: bold;
}

.ui-check-long[type="checkbox"] + label {
	display: inline-block;
	background-image: url(/img/icon_checkbox_long_off.png);
	background-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px 0 35px;
	font-size:20px;
	margin:10px auto 0px;
	border-bottom: solid 4px #D2A7A7;
}
.ui-check-long[type="checkbox"]:checked + label {
    background-image: url(/img/icon_checkbox_long_on.png);
}

label,
.ui-select,
.submit,
.submit-full {
	cursor:pointer;
}


/*
�X�e�b�v
-------------------------------------------------------------------*/

.step {
	margin-bottom: 30px;
}
.step ul {
  counter-reset: step;
}
.step li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
	line-height: 1.3;
}
.step li:before {
  width: 40px;
  height: 40px;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.step li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 20px;
  left: -50%;
  z-index: -1;
}
.step li:first-child:after {
  content: none;
}
.step li.active {
  color: #350001;
	font-weight: bold;
}
.step li.active:before {
  background-color: #350001;
  color:#fff;
}
.step li.active + li:after {
  background-color: #350001;
}

/*
�A�C�R��
-------------------------------------------------------------------*/
.icon-arrow-white-r {
	background: url(/img/icon_arrow_s.png) no-repeat;
	width: 12px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
.icon-arrow-grey-up {
	background: url(/img/icon_arrow_grey.png) no-repeat 0 bottom;
	width: 19px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}
.icon-arrow-grey-down {
	background: url(/img/icon_arrow_grey.png) no-repeat;
	width: 19px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.f-icon::before {
	content: '';
	background: url(../../img/icon_footerlink.gif) no-repeat;
	width: 43px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.f-icon span
 {
	 display: inline-block;
   width: 75%;
   vertical-align: middle;
   font-size: 13px;
	 line-height: 140%;
}
.f-icon span:hover {
	color: #a40000;
}
.icon-headspa::before {
	background: url(../../img/icon_footerlink.gif) no-repeat;
}
.icon-kodawari::before {
	background: url(../../img/icon_footerlink.gif) no-repeat 0 -32px;
}
.icon-owner::before {
	background: url(../../img/icon_footerlink.gif) no-repeat 0 -64px;
}
.icon-report::before {
	background: url(../../img/icon_footerlink.gif) no-repeat 0 -96px;
}
.icon-media::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -43px 0;
}
.icon-pair::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -43px -32px;
}
.icon-course::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -43px -64px;
}
.icon-customer::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -43px -96px;
}
.icon-access::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -86px 0;
}
.icon-tenpo::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -86px -32px;
}
.icon-yoyaku::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -86px -64px;
}
.icon-article::before {
	background: url(../../img/icon_footerlink.gif) no-repeat -86px -96px;
}
