/* ==========================================================================
  headerBottomMenu
========================================================================== */

.headerBottomMenu {
  background-color: #164a84;
  padding: 10px 0 6px 0;
}

.headerBottomMenu_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

.headerBottomMenu_item {
  margin-left: 32px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation {
  margin-left: 0px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
  margin-left: auto;
}

.headerBottomMenu_item a {
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 19px 4px 0px;
  position: relative;
}

.headerBottomMenu_item a:hover {
  text-decoration: underline;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a {
  padding-left: 29px;
  padding-right: 0px;
}

.headerBottomMenu_item a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
  background-image: url(/cmn/img/biz/headerBottom_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 24px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
  display: none;
}


/* ==========================================================================
  headerBottomMenu
========================================================================== */

@media only screen and (max-width: 768px) {
  .headerBottomMenu {
    background-color: #164a84;
    padding: 10px 15px 6px 15px;
  }
  .headerBottomMenu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .headerBottomMenu_item {
    margin-left: 15px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation {
    margin-left: 0px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
    margin-left: auto;
  }
  .headerBottomMenu_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 15px 4px 0px;
    position: relative;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a {
    font-size: 1.2rem;
    padding-left: 27px;
    padding-right: 12px;
  }
  .headerBottomMenu_item a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    transform: rotate(45deg);
    width: 6px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
    background-image: url(/s/cmn/img/biz/headerBottom_icon_01.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
    display: none;
  }
}

main {
  width: 980px;
  margin: 0 auto;
}

.title01 {
  margin: 30px 0 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #FF0004;
}

.area {
  text-align: center;
}

.text1 {
  font-size: 1.5rem;
}

.text1 a {
  color: #1a0dab;
}

.text2 {
  padding: 5px 10px;
  border-left: 4px solid #FF0000;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 20px;
}

.text3 {
  margin: 10px 0;
  font-size: 1.5rem;
}


.title02{
  margin: 30px 0 0 20px;
  font-size: 1.8rem;
  text-align: center;
}

.text4 {
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ffd700 0%);
}

.btnarea {
  text-align: center;
}

.box1 {
  margin: 60px 0!important;
  font-size: 1.5rem;
}

.box1 a {
  color: #1a0dab;
}

.box2 {
  margin: 20px auto;
  font-size: 1.5rem;
  background: #fff;
  color: #FF0004;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #FF0004;
  border-radius: 8px;
  width: 800px;
  text-align: center;
}

.bgtitle {
  padding: 5px;
  background: #2402AC;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.bgtitle2 {
  padding: 5px;
  background: #2402AC;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.red{
	color: #FF0004;
}

.planarea{
	padding-left: 10px;
}

.plantext{
	font-size: 15px;
	font-weight: bold;
	color: #00bfff;
}

.plantext1{
	font-size: 15px;
}

.plantext2{
	font-size: 15px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.faspa{
	padding: 0 10px 0px 15px;
}


.last {
  margin-bottom: 50px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  background-color: #fff;
  border: 2px solid #FF0000;
  color: #FF0000;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  margin: 50px;
  width: 400px;
  font-size: 1.8rem;
  font-weight: bold;
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #FF0000;
  transition: all .3s;
}

.button:hover {
  background-color: #FF0000;
  color: #fff;
}

.button:hover::after {
  border-left-color: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2>div {
  width: 48%;
  /*padding: 10px;*/
  margin: 9px;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 32%;
  /*padding: 10px;*/
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}

.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_4>div {
  width: 25%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_4>div {
    width: 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .col_4>div {
    width: 50%;
  }
}

div.lease {
  overflow: hidden;
}

div.lease {
  float: left;
  width: 283px;
  height: 253px;
  position: relative;
  margin: 0 12px 19px 11px;
}

div.lease img {
  position: absolute;
  top: 0;
  left: 0;
}

div.lease p {
  position: absolute;
  top: 140px;
  left: 20px;
  width: 245px;
}


/*--------------------------------------
  カード型_02
--------------------------------------*/

.l-wrapper {
  margin: 1rem auto;
  width: 800px;
}

.card-radius {
  overflow: hidden;
  border-radius: 8px;
  /*border: 1px solid #333;*/
  background: #F4F4F4;
}

.card {
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card_header {
  display: flex;
  /*flex-wrap: wrap;*/
 /* border-bottom: solid 3px black;*/
}

.card_header2 {
  display: flex;
  /*background: #FFFBE0;*/
  /*border-bottom: solid 1px black;*/
  text-align: center;
}

.card_title {
  padding-top: 8px;
  font-size: 1.8rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
}

.card_title2 {
  padding-top: 6px;
  /*padding-left: 10px;*/
  font-size: 1.5rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}

.card_thumbnail {
  margin: 0;
  order: 0;
}

.card_image {
  width: 50%;
  margin-left: 10px;
}

.card_body {
  padding: 0 1.5rem;
}

.card_text {
  font-size: 1.4rem;
  text-align: left;
  text-decoration: none;
  padding-bottom: 5px;
}

.card_text2 {
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 1.0rem;
  }
  .title01 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .button {
    width: 100%;
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .text1 {
    font-size: 1.3rem;
    text-align: left;
  }
  .text2 {
    font-size: 1.5rem;
    margin: 20px 0 10px;
  }
  .box1 {
    margin: 0 0 20px;
    font-size: 1.3rem;
    text-align: left;
  }
  .indent {
    text-indent: -1em;
    padding-left: 0em;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .box1 {
    margin: 0!important;
  }
  .box2 {
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
    margin: 10px 0;
  }
.l-wrapper {
  width: 90%;
}
	.card_title {
  font-size: 1.5rem;
}
	
	.title02{
  margin: 10px 0 0 5px;
  font-size: 1.5rem;
}
}
