@charset "UTF-8";
/* =======================================
共通設定
======================================= */
body {
  width: 100%;
  height: auto;
  background: #f6f6f1;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  min-width: 1240px;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

#container {
  width: 100%;
}

.container .wrap_out {
  padding: 100px 0;
}

.sp {
  display: none !important;
}

.wrap_out a:hover, .wrap_in a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.wrap_out a:hover img, .wrap_in a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 基本ボックス設定 */
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  width: 1140px;
  height: auto;
  margin: 0 auto;
}

/* 横並びリスト */
ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/* 2カラム横並びリスト */
/* 3カラム横並びリスト */
/*テーブルブロック*/
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .cell_block {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

/* スクローラー */
#scroller {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

/*テキスト設定*/
.wrap_in.article {
  padding-top: 80px;
  padding-bottom: 80px;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 0;
  clear: both;
}
.article h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 117%;
  color: #25457b;
}
.article h2 {
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  font-size: 26px;
  line-height: 117%;
  border-left: 6px solid #25457b;
}
.article h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.article h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #25457b;
}
.article h5 {
  font-size: 16px;
  font-weight: bold;
  color: #25457b;
  margin-bottom: 10px;
  border-bottom: 2px solid #A6CBE0;
  position: relative;
}
.article h5::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #25457b;
  bottom: -2px;
  width: 20%;
}
.article h6 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
.article p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}
.article pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

/* SLIDER
------------------------------- */
#slider {
  margin-bottom: 112px;
}
#slider .slider_in {
  width: 1140px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  width: -webkit-calc((100vw - 1000px) / 2);
  width: calc((100vw - 1000px) / 2);
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1001;
  cursor: pointer;
}

.slick-prev {
  left: 0;
  /*	margin-left: -110px;*/
  background-image: url("../img/slider/arrowL.png");
  background-position: right 40px center;
}

.slick-next {
  right: 0;
  /*margin-right: -110px;*/
  background-image: url("../img/slider/arrowR.png");
  background-position: left 40px center;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
}

/* HEADER
------------------------------- */
.header_in {
  background-color: #fff;
}

.header_child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  justify-content: space-between;
  height: 120px;
}
.header_child .header_logo {
  width: 360px;
  height: auto;
}
.header_child .header_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header_child .tel_box {
  width: 320px;
}

.tel_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  text-align: center;
  width: auto;
  padding: 1.0em;
  background-color: #EAEAEA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.tel_box p {
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.tel_ico, .fax_ico {
  width: 100%;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.tel_ico::before, .fax_ico::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: sub;
  background-image: url("../img/header/icon-tel.png");
  background-size: 0.9em auto;
  background-position: center;
  background-repeat: no-repeat;
}

.fax_ico::before {
  background-image: url("../img/header/icon-fax.png");
}

.nav_wrap {
  background-color: #000060;
}
.nav_wrap a {
  color: #fff;
}
.nav_wrap #g_nav {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #fff;
}
.nav_wrap #g_nav > .cell_block {
  height: 105px;
  border-right: 1px solid #fff;
}
.nav_wrap #g_nav > .cell_block a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 18px;
}
.nav_wrap #g_nav > .cell_block a img {
  display: block;
  width: 12%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2em;
}
.nav_wrap #g_nav > .cell_block a small {
  padding-top: 0.1em;
  display: block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 0.65em;
  font-weight: normal;
  font-family: "Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* FOOTER
------------------------------- */
#footer {
  background-color: #f5f5f5;
}

.footer_wrap {
  padding: 60px 0;
}

.tbb_ft .cell_block {
  width: auto;
  text-align: left;
}
.tbb_ft .cellA {
  width: 440px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.tbb_ft .cellB {
  padding: 0 40px;
}
.tbb_ft .cellC {
  width: 304px;
  padding: 36px 42px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}

.foot_logo {
  display: block;
  margin: 0 auto;
}

.ftp1 {
  text-align: center;
  font-size: 20px;
}

.ftp2 {
  text-align: left;
  padding: 20px 0;
}

.foot_nav {
  display: block;
}
.foot_nav a {
  display: block;
  background: url("../img/parts/arrow_02.png") left 10px no-repeat;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  padding-left: 12px;
  text-align: left;
}
.foot_nav li {
  margin-bottom: 10px;
}
.foot_nav li:last-child {
  margin-bottom: 0;
}

.copy_wrap {
  background-color: #ccc;
  color: #fff;
}

.tbb_copy {
  width: 1000px;
  margin: 0 auto;
}
.tbb_copy .cell_block {
  height: 40px;
}
.tbb_copy .cellA {
  text-align: left;
  font-size: 12px;
}
.tbb_copy .cellB {
  text-align: right;
}
.tbb_copy .cellB a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0 1em;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.tbb_copy .cellB a:last-child {
  border-right: 0;
}

.fx_footer {
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.fx_footer .flex_block_child {
  padding: 0 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.fx_footer .flex_block_child p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}
.fx_footer .flex_block_child .tel_ico, .fx_footer .flex_block_child .fax_ico {
  font-size: 2.2rem;
  font-weight: normal;
}
.fx_footer .blockA {
  width: 34%;
}
.fx_footer .blockA a {
  display: block;
  width: 100%;
}
.fx_footer .blockA a img {
  display: block;
  width: 100%;
}
.fx_footer .blockB {
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}

.foot_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  margin-top: 1em;
}
.foot_nav li {
  margin-bottom: 0;
  padding: 1em 1em 0;
  font-size: 1.5rem;
}

#footer {
  border-top: 10px solid #000060;
}

.copy_wrap {
  background-color: #000060;
}

/* HOME
------------------------------- */
.slider_in a:hover {
  opacity: 0.6;
}

/*NEWS LIST*/
.tbb_list {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.tbb_list + .tbb_list {
  border-top: 0;
}
.tbb_list .cell_block {
  height: 90px;
  vertical-align: top;
  text-align: left;
  width: auto;
  padding: 30px 30px 30px;
}
.tbb_list .cellA {
  width: 35%;
  font-size: 0;
}
.tbb_list .cellB {
  padding-left: 0;
}
.tbb_list .date {
  margin-right: 30px;
}

.list_p {
  font-size: 16px;
  margin-bottom: 0 !important;
}

/*建物総合管理*/
.works_wrap {
  padding-top: 0 !important;
}

.fx_col_2 {
  align-items: stretch;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.fx_col_2 .flex_block_child {
  width: 50%;
  border: 20px solid #f6f6f1;
  background-color: #fff;
}
.fx_col_2 .flex_block_child img {
  display: block;
  max-width: none;
  width: 100%;
  height: 328px;
  object-fit: cover;
}
.fx_col_2 .flex_block_child h4 {
  /*
  			width :100%;	
  			padding:0.8em 0.8em 1em;
  			font-size: 2rem;
  			font-weight: 700;
  			color: #fff;
  			line-height: 1.2;
  			text-align: center;
  			background-color: $maincol;
  */
  margin-top: 1.2em;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 10px solid #000060;
  padding: 0.2em 0.8em 0.2em 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.fx_col_2 .flex_block_child h4 .eng {
  display: block;
  font-size: 1.8em;
  line-height: 1.2;
  color: #ccc;
  margin-bottom: 0.1em;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.fx_col_2 .flex_block_child p {
  padding: 20px 40px 40px;
}

.ttl_h2 {
  padding: 0.8em 0.8em 1em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #000060;
}

.ttl_h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.ttl_h3 small {
  display: block;
  text-align: center;
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.ttl_h3 .hr {
  width: 2em;
  padding-top: 0.5em;
  margin: 0 auto 0.5em;
}

.hr {
  display: block;
  border-bottom: 2px solid #000060;
  padding-top: 1em;
  margin-bottom: 1em;
}

/*採用*/
.recruit_wrap {
  background-image: url("../img/parts/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit_wrap .wrap_in {
  width: 1000px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.recruit_wrap .wrap_in .ttl_h3 {
  margin-top: 1em;
  margin-bottom: 2em;
}
.recruit_wrap .wrap_in p {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1.5em;
}

/*お知らせ*/
.news_wrap .wrap_in {
  background-color: #fff;
  padding-bottom: 50px;
}
.news_wrap .ttl_h2 {
  margin-bottom: 2em;
}
.news_wrap .btn_wrap {
  margin-top: 2em;
}
.news_wrap .pager {
  margin-top: 2em;
}

/*お知らせ一覧
------------------------------- */
.info_cate_link {
  padding-bottom: 30px !important;
}
.info_cate_link + .wrap_out {
  padding-top: 0;
}
.info_cate_link .wrap_in a {
  display: block;
  padding: 0.4em 1.5em;
  border: 1px solid #000060;
  background-color: #fff;
  margin: 5px;
}
.info_cate_link .wrap_in a.current {
  background-color: #000060;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
.info_cate_link .wrap_in a:hover {
  background-color: #000060;
  color: #fff;
  opacity: 0.4;
}

/*詳細*/
.single_wrap .wrap_in {
  padding-top: 0;
  width: 1040px;
}
.single_wrap .ttl_post {
  text-align: center;
  color: #000060;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 0.5em;
}
.single_wrap .single_wrap_child {
  width: 100%;
  background-color: #fff;
  padding: 80px;
  margin-left: auto;
  margin-right: auto;
}
.single_wrap .single_wrap_child .eye_img {
  display: block;
  margin: 0 auto 3em;
  max-width: 100%;
}

.meta {
  margin-bottom: 2em;
  text-align: center;
}
.meta .meta_date {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
.meta .meta_date::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  background-image: url("../img/parts/icon-time.png");
  background-size: 95% auto;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 0.1em;
}
.meta .cate_chip {
  display: inline-block;
  min-width: 200px;
  border: 1px solid #000060;
  padding: 0.6em 2em;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #fff;
}

/* お客様の声
------------------------------- */
.page_wrap .wrap_in {
  background-color: #fff;
}

.page_wrap_in {
  padding: 80px;
}

.wrap_QA {
  border: 2px solid #000060;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em;
}
.wrap_QA + .wrap_QA {
  margin-top: 1em;
}
.wrap_QA .ttl_Q {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 00 170px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
.wrap_QA .ttl_Q::before {
  content: "お客様";
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #000060;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_QA .ttl_Q span {
  font-size: 0.9em;
  font-weight: 500;
}
.wrap_QA .text_A p {
  border-top: 1px dashed #000060;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.7em;
  padding: 0.7em 0 0.2em 170px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
.wrap_QA .text_A p::before {
  content: "お客様の声";
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  color: #2884cb;
  position: absolute;
  top: 0.4em;
  left: 0.2em;
}

/* 会社概要
------------------------------- */
#company .recruit_wrap {
  background-image: url("../img/parts/bg_2.jpg");
}

.name {
  margin-right: 150px;
  margin-top: 30px;
  text-align: right !important;
}
.name strong {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 1.5em;
}

.table_profile {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.table_profile th, .table_profile td {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.0em 1.0em 1.0em 0;
  border-bottom: 1px solid #aaa;
  font-weight: 300;
}
.table_profile tbody tr:last-child th, .table_profile tbody tr:last-child td {
  border-bottom: 0;
}
.table_profile th {
  width: 10em;
  font-weight: 700;
}

.map_wrap {
  padding-top: 0 !important;
}
.map_wrap .page_wrap_in {
  padding: 0;
  border: 1px solid #ccc;
  border-top: 0;
}

.map {
  display: block;
  width: 100%;
  height: 500px;
}

/*ご挨拶*/
.Greeting_photo {
  width: 200px;
  margin: 0 auto 0 0;
  padding: 20px;
  background-color: #fff;
}
.Greeting_photo img {
  width: 100%;
}
.Greeting_photo .name {
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.Greeting_wrap .wrap_in {
  width: 1140px;
}

.fx_Greeting {
  -webkit-align-items: flex-start;
  /*縦方向（Safari用）*/
  align-items: flex-start;
  /* 縦方向*/
  margin-bottom: 30px;
}
.fx_Greeting > .flex_block_child.blockA {
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
}
.fx_Greeting > .flex_block_child.blockB {
  width: 280px;
}

/* 問い合わせ
------------------------------- */
.fx_call * {
  display: inline-block;
  width: auto;
  margin: 10px 20px;
}
.fx_call .tel_ico, .fx_call .fax_ico, .fx_call .fax_ico {
  font-size: 4.2rem;
}
.fx_call .hr {
  border-style: dotted;
  width: 100% !important;
}

.contact_area {
  padding-top: 2em;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact_area p {
  font-weight: 400;
}
.contact_area .last_text a {
  color: #355ebb;
}
.contact_area .privacy_table {
  table-layout: auto;
}
.contact_area .privacy_table th, .contact_area .privacy_table td {
  padding: 1.3em 0;
  font-size-adjust: 1.7rem;
  border-bottom: 1px dashed #000060;
}
.contact_area .privacy_table th {
  vertical-align: middle;
  font-weight: 400;
  padding-left: 2em;
  width: 12em;
}
.contact_area .privacy_table th.hisu {
  background-image: url("../img/contact/ico_hisu.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 1.5em auto;
}
.contact_area .privacy_table input[type="text"], .contact_area .privacy_table input[type="email"], .contact_area .privacy_table input[type="tel"] {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #eee;
  padding: 0 1em;
  font-size: 1.7rem;
}
.contact_area .privacy_table .s_inp input {
  width: 10em !important;
}
.contact_area .privacy_table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  position: relative;
  background-image: url("../img/contact/arrowB.png");
  background-size: 1.2em auto;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #eee;
  padding: 1em;
}
.contact_area .privacy_table textarea {
  width: 100%;
  min-height: 157px;
  border: 0;
  background-color: #eee;
  padding: 1em;
}
.contact_area .submit_wrap {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.contact_area .submit_wrap [type="submit"] {
  display: block;
  border: 0;
  width: 100%;
  height: 72px;
  background-color: #000060;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-top: 2rem;
}
.contact_area .submit_wrap [type="submit"]:hover {
  opacity: 0.8;
}

.hissu_text {
  background-image: url("../img/contact/ico_hisu.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  vertical-align: middle;
  font-weight: 400;
  padding-left: 2em;
}

/* プライバシーポリシー
------------------------------- */
#privacy .page_wrap_in {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#privacy .name {
  margin-right: 0;
}

/* 採用情報
------------------------------- */
#recruit .page_wrap_in p {
  font-weight: 500;
}

.fx_table {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
  margin: 5rem 3rem;
}
.fx_table .flex_block_child {
  padding: 1.5rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.fx_table .flex_block_child.blockA {
  width: 25%;
  font-weight: bold;
}
.fx_table .flex_block_child.blockB {
  width: 65%;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
