@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  padding-bottom: 72px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin-bottom: 12px;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.barlow {
  font-family: 'Barlow Condensed', sans-serif;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
.l-header {
  background-color: #fff;
}

.l-header-inner {
  width: 100%;
  padding: 4px 10px;
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  width: 240px;
}

.l-header-logo p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 6px;
}

.l-header-logo p + p {
  margin-bottom: 0;
}

.l-header-inf {
  display: none;
}

.l-header-inf .grid {
  align-items: flex-end;
}

.l-header-tell a {
  color: #036eab;
  font-size: 35px;
  line-height: 1.4;
  padding-left: 30px;
  background: url(../images/top/ico-tell-blue.png) no-repeat left center;
}

.l-header-tell span {
  display: block;
  font-size: 15px;
  color: #036eab;
}

.l-header-form a {
  width: 135px;
  height: 90px;
  padding-top: 20px;
  background-color: #0080ff;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  margin-left: 15px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
}

.l-header-form a span {
  font-size: 18px;
  display: block;
  font-weight: bold;
}

/*hamburger menu*/
.c-navigation-main__hamburger-wrap {
  display: block;
  position: absolute;
  width: 60px;
  z-index: 30;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #edf7ff;
}
.c-navigation-main__hamburger-wrap span {
  position: absolute;
  left: 19px;
  width: 25px;
  height: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #036eab;
}
.c-navigation-main__hamburger-wrap span {
  background-color: #036eab;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(1) {
  top: 19px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(2) {
  top: 27px;
}
.c-navigation-main__hamburger-wrap span:nth-of-type(3) {
  bottom: 22px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  background-color: #036eab;
  top: 22px;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(2) {
  opacity: 0;
}
.c-navigation-main__hamburger-wrap.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #036eab;
  width: 25px;
}
.c-navigation-main__hamburger-wrap.is-show span {
  background-color: #001489;
}

/*NAV*/

.l-header-nav {
  background-color: #036eab;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  right: 0%;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  right: 0;
}

.l-header-nav ul {
  width: 100%;
}

.l-header-nav ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #fff;
}

.l-header-nav ul li a {
  display: block;
  padding: 15px 20px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.l-header-nav__items {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: url(../images/top/sp_nav_open.png) no-repeat center center;
  background-size: 20px;
  z-index: 2;
  display: block;
}

.l-header-nav__items.active {
  background: url(../images/top/sp_nav_close.png) no-repeat center center;
  background-size: 20px;
  z-index: 2;
}

.l-header-nav__child {
  display: none;
  border-top: 1px solid #fff;
}

.l-header-nav .l-header-nav__child > li > a {
  padding-left: 35px;
}

.l-header-nav .sp_menu {
  border-bottom: none;
}

.l-header-nav .sp_menu a {
  width: 92.5%;
  margin: 15px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-left: 120px;
}

.l-header-nav .sp_menu a .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #003157;
  margin-bottom: 5px;
  display: block;
}

.l-header-nav .sp_menu a .ttl02 {
  font-size: 18px;
  font-weight: bold;
  color: #003157;
  margin-bottom: 5px;
  display: block;
  line-height: 1.2;
}

.l-header-nav .sp_menu a p {
  font-size: 14px;
  color: #000000;
}

.l-header-nav .sp_menu04 p {
  margin-bottom: 0;
}

.l-header-nav .sp_menu01 a {
  background: url(../images/top/side_ico01.png) no-repeat 20px 50%;
  background-color: #fff;
}

.l-header-nav .sp_menu02 a {
  background: url(../images/top/side_ico02.png) no-repeat 40px 50%;
  background-color: #fff;
}

.l-header-nav .sp_menu04 a {
  background: url(../images/top/side_ico03.png) no-repeat 20px 50%;
  background-size: 80px;
  background-color: #fff;
}

.l-header-nav .sp_menu03 a {
  padding-left: 20px;
  text-align: center;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/

.l-footer {
  background-color: #003157;
}

.l-footer-inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-nav {
  display: block;
  margin-bottom: 40px;
}

.l-footer-nav li {
  width: 100%;
  margin-bottom: 9px;
}

.l-footer-nav li a {
  color: #fff;
  font-size: 14px;
}

.l-footer-inf .l-footer-logo p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-txt {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}

.l-footer-logo {
  text-align: center;
}

.copyright {
  background-color: #036eab;
  padding: 4px 0;
}

.copyright p {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.l-footer-top {
  position: fixed;
  right: 50%;
  margin-right: -500px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

.mv {
  padding: 0;
}

.mv_inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.mv_catch {
  background: url(../images/top/sp_mv.png) no-repeat right bottom;
  background-size: 100%;
  padding: 30px 20px;
  height: 0;
  padding-bottom: 81%;
}

.mv_catch img {
  padding-top: 21vw;
  display: block;
  margin: 0 auto;
}

.mv_catch p {
  display: none;
}

.sp_catch_txt {
  background: #efebed;
  padding: 20px 10px;
}

.sp_catch_txt p {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: bold;
}

/*sidebar*/

.sidebar {
  display: none;
}

.side_menu {
  margin-bottom: 20px;
}

.side_menu li {
  margin-bottom: 10px;
}

.side_menu li a {
  display: block;
  text-align: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #036eab;
  border-radius: 8px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b9d3e1+0,e5eaed+51,ffffff+100 */
  background: rgb(185,211,225); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(185,211,225,1) 0%, rgba(229,234,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(185,211,225,1) 0%,rgba(229,234,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(185,211,225,1) 0%,rgba(229,234,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d3e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.side_menu li.side_menu01 .tag {
  background-color: #134095;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.side_menu li.side_menu01 p {
  font-size: 41px;
  font-weight: bold;
  color: #134095;
  line-height: 1.2;
}

.side_menu li.side_menu01 p .form_txt {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: #134095;
  line-height: 1.2;
}

.side_menu li.side_menu02 .ttl {
  font-size: 23px;
  color: #003157;
  background: url(../images/top/side_ico01.png) no-repeat top center;
  padding-top: 56px;
  margin-bottom: 5px;
  display: block;
}

.side_menu li.side_menu03 .ttl {
  font-size: 23px;
  color: #003157;
  background: url(../images/top/side_ico02.png) no-repeat top center;
  padding-top: 50px;
  margin-bottom: 5px;
  display: block;
}

.side_menu li.side_menu04 .ttl {
  font-size: 23px;
  line-height: 1.3;
  color: #003157;
  margin-bottom: 5px;
  display: block;
}

.side_menu li.side_menu02 p,
.side_menu li.side_menu03 p {
  font-size: 15px;
  line-height: 1.3;
}

.side_banner li {
  margin-bottom: 10px;
}

.sidebar_inf img {
  display: block;
  margin: 0 auto 5px;
}

.sidebar_inf .side_logo {
  line-height: 1.4;
  margin-bottom: 10px;
  color: #003157;
  font-size: 14px;
  text-align: center;
}

.sidebar_inf .side_logo span {
  display: block;
  line-height: 1.4;
  color: #003157;
  font-size: 19px;
  letter-spacing: -0.04em;
  white-space: nowrap;
  font-weight: bold;
}

.side_tell a {
  color: #036eab;
  font-size: 30px;
  line-height: 1.4;
  display: block;
  padding-left: 30px;
  background: url(../images/top/ico-tell-blue.png) no-repeat left center;
}

.side_tell span {
  font-size: 13px;
  color: #036eab;
  display: block;
}

.side_tell p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #036eab;
  font-size: 19px;
  padding: 4px 10px;
  margin-top: 5px;
}

/*main*/

.content-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.main_block {
  width: 100%;
  padding: 20px 15px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top_title {
  font-size: 20px;
  color: #003157;
  border-bottom: 1px solid #003157;
  padding-bottom: 12px;
  margin-bottom: 20px;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  background: url(../images/top/ico-check-ttl.png) no-repeat top center;
  background-size: 38px;
}

.point_list li {
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  color: #ff403f;
  padding-left: 36px;
  background: url(../images/top/ico-check.png) no-repeat left top;
  background-size: 22px;
  margin-bottom: 18px;
  font-weight: bold;
}

/*VOICE*/

.voice {
  background-color: #edf7ff;
  padding: 30px 15px;
}

.voice .top_title {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
  background: none;
}

.voice .top_title span {
  display: inline-block;
  border-bottom: 1px solid #003157;
  padding-bottom: 10px;
}

.voice li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.voice li a {
  display: block;
  position: relative;
}

.voice li a img {
  border: 6px solid #e8e8e8;
}

.voice li a .sp_zoom_btn img {
  border: none;
  display: block;
  margin: 10px auto 0;
  width: 149px;
}

.voice li .name {
  font-size: 16px;
}

/*Failed*/

.failed {
  padding: 30px 0px 40px;
}

.failed h2 {
  border-bottom: none;
}

ul.failed_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

ul.failed_list li {
  margin-bottom: 10px;
  width: 100%;
}

ul.failed_list li:nth-child(2n) {
  margin-left: auto;
}

ul.failed_list li a {
  display: block;
  height: 116px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
  border: 1px solid #036eab;
  position: relative;
}

ul.failed_list li a:before {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -15px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 14px solid transparent;
  border-left: 14px solid #036eab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.failed_list li a .failed_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #036eab;
  margin-bottom: 6px;
}

ul.failed_list li a .failed_ttl span {
  font-size: 26px;
  font-weight: bold;
  color: #036eab;
}

ul.failed_list li a .failed_txt {
  color: #de6176;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}

ul.failed_list li a .failed_ttl02 {
  font-size: 22px;
  font-weight: bold;
  color: #036eab;
  margin-bottom: 0;
}


/*Osusume*/

.osusume {
  padding: 30px 15px;
  background-color: #036eab;
  margin-top: 40px;
}

.osusume .top_title {
  border: none;
  color: #fff;
  background: url(../images/top/icho-check-white.png) no-repeat top center;
  background-size: 38px;
}

.osusume ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.osusume li {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
}

.osusume li:nth-child(2n) {
  margin-left: auto;
}

.osusume li .thum {
  width: 97px;
}

.osusume li p {
  width: calc(100% - 107px);
  margin-left: auto;
  line-height: 1.3;
  font-size: 15px;
  color: #404040;
  margin-bottom: 0;
  font-weight: bold;
}

.osusume .txt18 {
  color: #fff;
  text-align: center;
}

/*soudan_center*/

.soudan_center {
  padding: 20px 0px 0;
}

.soudan_center .top_title {
  padding: 70px 0 50px;
  background: url(../images/top/ico-check-ttl.png) no-repeat 50% 15%,url(../images/top/bg_point01.png) no-repeat center center;
  background-size: 38px,100%;
  border: none;
}

.soudan_center .grid {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.soudan_center .grid.first {
  margin-top: 40px;
}

.soudan_center .txt16.u-ta-c {
  text-align: left!important;
  width: 92.5%;
  margin: 0 auto;
  font-size: 16px;
}

.soudan_center_inner {
  width: 100%;
  background-color: #def6ff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
}

.soudan_center_inner span {
  display: block;
  text-align: center;
}

.soudan_center_inner img {
  display: block;
  margin: 0 auto 30px;
}

.soudan_center .grid.second .soudan_center_inner {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.soudan_center .grid.second .soudan_center_inner .sp_soudan_center_img {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0076b7+0,00316d+100 */
  background: rgb(0,118,183); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0,118,183,1) 0%, rgba(0,49,109,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,118,183,1) 0%,rgba(0,49,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,118,183,1) 0%,rgba(0,49,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076b7', endColorstr='#00316d',GradientType=1 ); /* IE6-9 */
  padding: 40px 0;
  margin-bottom: 30px;
}

.soudan_center .grid.second .soudan_center_inner .sp_soudan_center_img img {
  width: 197px;
  margin: 0 auto;
  display: block;
}


.soudan_center_inner .barlow {
  text-align: center;
  font-size: 25px;
  color: #036eab;
  margin-bottom: 20px;
  font-weight: 600;
  width: 96px;
  height: 96px;
  margin: 0 auto 15px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
  letter-spacing: 1px;
  display: block;
  background-color: #036eab;
  border: 2px solid #fff;
  color: #fff;
}

.soudan_center_inner .barlow em {
  display: block;
  font-size: 53px;
  line-height: 0.8;
  color: #fff;
}

.soudan_center_inner h3 {
  font-size: 26px;
  color: #036eab;
  margin-bottom: 25px;
  font-weight: bold;
}

.soudan_center_inner p {
  font-size: 16px;
  text-align: left;
}

.soudan_center .grid.last {
  padding: 0px;
}

.soudan_center .grid.last .sp_soudan_center_img {
  background: url(../images/top/bg_point02.png) no-repeat top center;
  background-size: cover;
  padding: 30px 10px;
  margin-bottom: 30px;
}

.soudan_center .grid.last .sp_soudan_center_img img {
  display: block;
  margin: 0 auto;
  width: 209px;
}

/*flow*/

.flow {
  padding: 40px 0 10px;
}

.flow h2 {
  border-bottom: none;
}

ul.flow_list li {
  margin-bottom: 28px;
  background-color: #0086c0;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  position: relative;
}

ul.flow_list li:before {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -20px;
  bottom: -51px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 24px solid transparent;
  border-left: 16px solid #a2c8e5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

ul.flow_list li:last-child:before {
  display: none;
}

/*info*/

.info {
  /*border: 2px solid #036eab;*/
  margin-top: 20px;
  padding: 10px 0px;
  position: relative;
}
/*
.info-ttl {
  font-size: 13px;
  font-weight: bold;
  color: #003157;
  margin-bottom: 15px;
  display: none;
}

.info-ttl span {
  color: #de6176;
  font-size: 35px;
  display: block;
}

.info-ttl span em {
  color: #de6176;
  font-size: 27px;
  display: block;
}

.info .grid {
  display: block!important;
  position: relative;
}

.info .grid .sp-tell img {
  width: 100%;
  height: auto;
}

.info .tell {
  display: none;
}

.info .tell a {
  color: #036eab;
  font-size: 62px;
  line-height: 0.8;
  padding-left: 45px;
  background: url(../images/top/ico-tell-full.png) no-repeat left center;
}

.info .tell span {
  display: block;
  font-size: 16px;
  color: #036eab;
  margin-left: 50px;
}

.info .btn {
  margin-top: 20px;
}

.info .btn a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  color: #fff;
  background-color: #036eab;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}*/


/*相続・不動産相談センター とは*/

.lv {
  width: 100%;
  height: 124px;
}

.lv_inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
  height: 124px;
}

.lv_inner h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-left: 80px;
}

.lv.lv-about {
  background: url(../images/about/lv_about.png) no-repeat 70% 10%;
  background-size: cover;
}

.lv.lv-about .lv_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/about/lv_catch01.png) no-repeat 5% center;
  background-size: 40px;
}

.lv.lv-about .lv_inner h1 {
  padding-left: 50px;
}

.about_block01_inner {
  background: url(../images/about/bg_about01.png) no-repeat bottom center;
  background-size: cover;
  padding: 30px 0 50px;
  margin-bottom: 35px;
}

.about_block02_inner {
  background: url(../images/about/bg_about02.png) no-repeat bottom center;
  background-size: cover;
  padding: 30px 0 50px;
  margin-bottom: 35px;
}

.about_block02_inner img ,
.about_block01_inner img {
  display: block;
  max-width: 260px;
  margin: 0 auto 0px;
}

.about_block01_inner h2 {
  text-align: center;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  color: #003157;
}

.about_block01 .txt18 {
  line-height: 1.8;
  margin-bottom: 35px;
  margin-left: 30px;
  margin-right: 30px;
}

.about_block01 .about_img02 {
  display: block;
  margin: 0 auto;
}

.about_block02 {
  margin-top: 50px;
}

.about_block02_inner h2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.about_num_list {
  margin-bottom: 40px;
}

.about_num_list li {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.about_num_list li span {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #036eab;
  color: #fff;
  font-size: 22px;
}

.about_num_list li p {
  width: calc(100% - 36px);
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
  color: #036eab;
}

.about_block02 + .info {
  margin-top: 20px;
}

.about_flow {
  background-color: #d9e8ff;
  padding: 30px 20px;
  margin-top: 35px;
}

.h2-title {
  text-align: center;
  font-size: 20px;
  color: #003157;
  margin-bottom: 25px;
  font-weight: bold;
}

.h3-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #036eab;
  font-weight: bold;
  text-align: center;
}

.about_flow_list {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.about_flow_list li {
  width: 100%;
  margin-bottom: 10px;
}

.about_flow_list li:nth-child(2n) {
  margin-right: 0;
}

.about_flow_list li a {
  display: block;
  padding: 17px 5px;
  text-align: center;
  color: #036eab;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #036eab;
  background-color: #fff;
}

.message {
  margin-bottom: 50px;
  margin-top: 50px;
}

.map .top_title ,
.message .top_title {
  padding-top: 0;
  background: none;
}

.map .access_root{
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: top;
}

.map .access_root li{
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
}

.map .access_root li img{
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.message .grid {
  margin-left: 20px;
  margin-right: 20px;
  flex-wrap: wrap;
}

.message .grid .message_thum {
  width: 184px;
}

.message .grid .message_thum .name {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}

.message .grid .message_thum .name span {
  font-size: 23px;
  display: block;
}

.message .grid .message_txt {
  width: 100%;
  margin-top: 20px;
}

.message .grid .message_txt .txt18 {
  margin-bottom: 25px;
}

.map_iframe {
  margin-top: 30px;
  width: 100%;
  height: 210px;
  margin-bottom: 0px;
}

.map_iframe iframe {
  width: 100%;
  height: 100%;
}

/*archive*/
.lv.lv-archive {
  background: url(../images/about/lv_case.png) no-repeat 70% 10%;
  background-size: cover;
}
.lv.lv-souzoku {
  background: url(../images/top/sp_lv_bg01.png) no-repeat bottom center;
  background-size: cover;
}

.lv.lv-souzoku .lv_inner h1 {
  padding-left: 0;
}

.lv.lv-archive .lv_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/about/lv_catch02.png) no-repeat 5% center;
  background-size: 40px;
}

.lv.lv-souzoku .lv_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lv_inner h1 span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-top: 10px;
  background: url(../images/top/lv_bg01_inner01.png) no-repeat 0px 4px,
  url(../images/top/lv_bg01_inner02.png) no-repeat 93% 1px;
  background-size: 55px auto, 46px auto;
  padding-left: 60px;
  padding-right: 60px;
}

.top_title.type02 {
  border: none;
  background: none;
  padding-top: 0;
}

.case_list {
  margin-bottom: 20px;
  border: 1px solid #036eab;
}

.case_list .grid {
  align-items: center;
  position: relative;
  background-color: #e3eff6;
}

.case_list .grid .case_open {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 28px;
  height: 28px;
  background: url(../images/about/case_single_open.png) no-repeat center center;
  background-size: 100%;
}

.case_list .grid.active .case_open {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 28px;
  height: 28px;
  background: url(../images/about/case_single_close.png) no-repeat center center;
  background-size: 100%;
}

.case_list_thum {
  width: 115px;
}

.info.type02 {
  margin-top: 20px;
}

.case_list_content {
  margin-left: auto;
  width: calc(100% - 130px);
}

.case_list_content--ttl {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
  color: #036eab;
  width: 100%;
}

.case_list_content--sub {
  font-weight: bold;
  font-size: 15px;
  color: #de6176;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
}

.case_list_content--sub span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  display: block;
}

.case_list ul {
  padding: 20px;
  display: none;
}

.case_list.case_top ul {
  display: block;
}

.case_list ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}

.case_list ul li a {
  display: block;
}

.case_list ul li .case_num {
  width: 67px;
  height: 14px;
  background-color: #036eab;
  text-align: center;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
  display: inline-block;
}

.case_list ul li p {
  width: 100%;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 2px;
}

.case_list ul li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.case_block {
  margin-bottom: 30px;
}

/*case_single*/

.case_single {
  padding: 0;
}

.case_single_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.case_single_title__num {
  width: 66px;
  height: 76px;
  background-color: #036eab;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}

.case_single_title__num span {
  display: block;
  font-size: 32px;
  line-height: 1.2;
}

.case_single_title__ttl {
  margin-left: auto;
  width: calc(100% - 80px);
}

.case_single_title__ttl01 {
  font-size: 14px;
  font-weight: bold;
  color: #036eab;
  margin-bottom: 5px;
}

.case_single_title__ttl01 span {
  color: #de6176;
  display: block;
}

.case_single_title__ttl02 {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.case_single_block01 {
  background-color: #f5fbfe;
  border: 1px solid #036eab;
  margin-bottom: 40px;
}

.case_single_block01__ttl {
  text-align: center;
  color: #de6176;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 10px;
}

.case_single_block01__inner {
  border-top: 1px solid #036eab;
  padding-top: 20px;
  padding-bottom: 40px;
}

.case_single_block01__inner .tag {
  width: 93px;
  height: 21px;
  line-height: 21px;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  background-color: #036eab;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.case_single_block01__inner dl {
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.case_single_block01__inner dl + dl {
  margin-top: 25px;
}

.case_single_block01__inner dl dt {
  width: 72px;
}

.case_single_block01__inner dl dd {
  width: calc(100% - 85px);
  margin-left: auto;
}

.case_single_block01__inner dl dd strong {
  font-weight: bold;
  display: block;
}

.case_single_block01__inner dl dd p {
  font-size: 14px;
}

.comment_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 22px;
}

strong {
  font-weight: bold;
}

.comment_list li.left .comment_thum {
  width: 90px;
  height: 100px;
}

.comment_list li.left .comment_content {
  width: calc(100% - 120px);
  margin-left: auto;
}

.comment_list li.left .comment_content p {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 12px;
  background-color: #FFF;
  font-size: 14px;
  border: #b2b2b2 solid 2px;
  border-radius: 10px;
}

.comment_list li.left .comment_content p:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #FFF transparent;
  border-width: 0 10px 10px 10px;
  top: 17px;
  left: 0%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment_list li.left .comment_content p:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #b2b2b2 transparent;
  border-width: 0 10px 10px 10px;
  top: 15px;
  left: 0%;
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment_list li.right .comment_thum {
  order: 2;
}

.comment_list li.right .comment_content {
  order: 1;
  width: calc(100% - 120px);
  margin-right: auto;
}

.comment_list li.right .comment_content p {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  padding: 12px;
  border: #b2b2b2 solid 2px;
  background-color: #f7fafc;
  border-radius: 10px;
}

.comment_list li.right .comment_content p:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #f7fafc transparent;
  border-width: 0 10px 10px 10px;
  top: 17px;
  right: 0%;
  margin-right: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.comment_list li.right .comment_content p:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #b2b2b2 transparent;
  border-width: 0 10px 10px 10px;
  top: 15px;
  right: 0%;
  margin-right: -14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.case_single_imgArea {
  margin-bottom: 40px;
}

/*entry*/
.lv.lv-entry {
  background: url(../images/about/lv_entry.png) no-repeat right bottom;
  background-size: cover;
}

.lv.lv-entry .lv_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/about/lv_catch03.png) no-repeat 5% center;
  background-size: 40px;
}

.lv.lv-entry .lv_inner h1 {
  color: #003157;
}

/*news*/
.lv.lv-news {
  background: url(../images/about/lv_news.png) no-repeat right bottom;
  background-size: cover;
}

.lv.lv-news .lv_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../images/about/lv_catch04.png) no-repeat 5% center;
  background-size: 40px;
}

.lv.lv-news .lv_inner h1 {
  color: #003157;
}

.fixed-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  z-index: 100;
  box-shadow: 0px -3px 6px rgba(0,0,0,.2);
}

.fixed-banner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.fixed-banner ul li.tell {
  width: 40%;
  position: relative;
}
.fixed-banner ul li.entry {
  width: 45%;
  position: relative;
}
.fixed-banner ul li.backto {
  width: 15%;
  position: relative;
}

.fixed-banner ul li.entry:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 18px;
  width: 2px;
  height: 33px;
  background: #fff;
}

.fixed-banner ul li a {
  background-color: #0080ff;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: bold;
}

.fixed-banner ul li a span {
  padding-left: 34px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: left;
  background: url(../images/top/sp_tell.png) no-repeat left center;
}

.fixed-banner ul li.entry a p {
  padding-left: 74px;
  color: #fff;
  font-size: 10px;
  display: block;
  text-align: left;
  font-size: 14px;
  background: url(../images/top/sp_btm02.svg) no-repeat 20px center;
  background-size: 46px;
  padding-top: 7px;
  margin-top: -10px;
}

.fixed-banner ul li.entry a span {
  padding-left: 0;
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: left;
  background: none;
}

.side-fixed {
  display: none;
}

#mkcontents,
#mkcontents p,
.content-news {
  font-size: 14px;
  line-height: 1.6;
}

#mkcontents td {
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */


/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }




/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}