@charset "utf-8";

.m-contactList {
	overflow: hidden;
	margin-right: -1px;
}
.m-contactList__item {
	float: left;
	margin-right: 1px;
}
.m-snsList__item {
    display: inline-block;
		margin: 0 3px;
}

.breadList {
    padding: 15px 0;
    font-size: 11px;
}
.breadList__item {
    display: inline-block;
    margin-right: 10px;
}
.breadList__item.is-child:before {
	display: inline-block;
	font: normal normal normal 100%/1 FontAwesome;
	content: "\f105";
	margin-top: -.205em;
	margin-right: 20px;
	vertical-align: middle;
	color: #b5903d;
	font-weight: bold;
}

.t-center{
	text-align: center !important;
}
.clear{

    clear: both;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}



/*-------------------------------------------------------

	Section

-------------------------------------------------------*/
.section01 {
    margin: 35px 0 85px;
    padding-bottom: 25px;
}




/*-------------------------------------------------------

	table

-------------------------------------------------------*/
.table01 {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.3;
	background: #fff;
}
.table01 caption {
	font-size: 16px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	background: #e5e4e4;
}
.table01 .is-bg-type01 { background-color: #f2f2f2;}
.table01 .is-bg-type02 { background-color: #fceef1;}
.table01 th {
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table01 td {
	padding: 10px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #aeaeae;
}
.table01 .col01 {
	width: 180px;
}
.table01 .col03,
.table01 .col04,
.table01 .col05,
.table01 .col06 {
	width: 110px;
}
.table01 thead th {
	text-align: center;
	background-color: #e5e4e4;
}
.table01 tbody th {
	text-align: left;
	font-weight: normal;
	background-color: #f3f3f3;
}
.table01 td.col03,
.table01 td.col04,
.table01 td.col05 {
	text-align: center;
}


/*---------------------------------------------------- table Options (page.cssへ記述) */
/* ↓ 背景を赤とかにする場合の */
.plan-type-outline.is-plan01 .table01 .col03,
.plan-type-outline.is-plan02 .table01 .col04,
.plan-type-outline.is-plan03 .table01 .col05 {
	background-color: #fceef1;
}

/* 丸を大きめに */
.table01 .circle {
	font-size: 20px;
	vertical-align: middle;
}

/*-------------------------------------------------------

	Buttons

-------------------------------------------------------*/
.btn01 {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border: 1px solid #b5903d;
	background-color: #b5903d;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .3s;
}
.btn01:hover {
	color: #b5903d;
	background-color: #fff;
	transition: all .3s;
}






/*----------------------------------------------------

	list

----------------------------------------------------*/

.asset-plan-lineup__link:before {
	display: inline-block;
	font: normal normal normal 100%/1 FontAwesome;
	content: "\f105";
	margin-top: -.205em;
	margin-right: .65em;
	vertical-align: middle;
}
.list01.is-brown:before,
.list01Group.is-brown li:before {
	color: #b5903d;
	font-weight: bold;
}





/*-------------------------------------------------------

	hr

-------------------------------------------------------*/
hr {
	width:604px;
	height: 2px;
	margin: 65px auto;
	border: none;
	background-color: #ccc;
}


/*-------------------------------------------------------

	Forms

-------------------------------------------------------*/
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
select {
	width: 220px; }
input[type="checkbox"] {
	display: inline;
}
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/*-------------------------------------------------------

	heading

-------------------------------------------------------*/
.heading01 {
    margin: 40px 0 40px;
    text-align: center;
}
.heading01__title {
	font-family: 'Prata', sans-serif;
	color: #9a9a9a;
	letter-spacing: .1em;
	font-size: 24px;
}

.heading01__title .title_sub{
    font-size: 12px;
    letter-spacing: normal;
    display: block;
    line-height: 1.4;
    margin: 10px 0 0 0;
}
.heading01__title h3 img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.heading01__text {
	margin-top: 15px;
	line-height: 1.7;
    text-align: center;
}

.heading01__text .page-ttl {
	font-size: 22px;
	display: block;
}

.heading02 {
	padding-bottom: 17px;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	border-bottom: 12px solid #f2f2f2;
}
.heading03 {
	padding: 16px;
	font-size: 14px;
	text-align: center;
	background: #f2f2f2;
}

/* plan-lineup */
.asset-plan-lineupList {
	margin-bottom: 20px;
	text-align: center;
}
.asset-plan-lineupList__item {
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #f0e9d8;
}
.asset-plan-lineup__item:first-child {
	border-left: none;
}
.asset-plan-lineup__title {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 1.3;
	color: #f5e3b9;
  font-weight:bold;
 	height: 26px;
}
.asset-plan-lineup__title em{
    font-size:20px;
}
.asset-plan-lineup__value {
	font-size: 14px;
	font-weight: bold;
    color:#fff;
}

.asset-plan-lineupList a:hover{
    opacity: 0.7;
    transition: all .3s;
}

.asset-plan-lineup_catch{
    font-size:14px;
    color:#fff;
    margin-bottom: 18px;
}
.asset-plan-lineup__link {
	margin-top: 10px;
	font-size: 14px;
    display: inline-block;
    padding: 8px 0;
    background-color:#fff;
    font-weight:bold;
    width: 80%;
}

.plan_01 .asset-plan-lineup__link{color: #c6a564;}
.plan_02 .asset-plan-lineup__link{color: #47b293;}
.plan_03 .asset-plan-lineup__link{color: #669fbd;}


.btn_blue{
    background-color: #5791af;
    color: #fff;
    padding: 16px 0;
    display: block;
    margin: 0 auto;
    width: 400px;
    text-align: center;
    font-size: 14px;
}

.btn_blue:hover{
    color:#fff;
    opacity: 0.7;
    transition: all .3s;
}
