@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700i&display=swap");
@font-face {
  font-family: 'Alte';
  src: url("../fonts/Alte/Alte-DIN-1451-Mittelschrift.ttf.woff") format("woff"), url("../fonts/Alte/Alte-DIN-1451-Mittelschrift.ttf.svg#Alte-DIN-1451-Mittelschrift") format("svg"), url("../fonts/Alte/Alte-DIN-1451-Mittelschrift.ttf.eot"), url("../fonts/Alte/Alte-DIN-1451-Mittelschrift.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------
Navigations
----------------------------------------------------------------- */
header {
  border-top: 5px solid #009dcc;
}
@media screen and (max-width: 767px) {
  header {
    z-index: 3;
    position: relative;
    background: #fff;
  }
}
header * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
header #header-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header #header-head {
    display: block;
    padding: 10px 10px;
  }
}
header #header-head .header-logo {
  flex: 0 0 30%;
}
header #header-head .header-logo a {
  display: block;
  width: 100%;
  max-width: 380px;
}
header #header-head .header-logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  header #header-head .header-logo a img {
    width: auto;
    height: 36px;
  }
}
header #header-head .header-menu {
  margin: 0;
  padding: 0;
}
header #header-head .header-menu * {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header #header-head .header-menu {
    display: none;
  }
}
header #header-head .header-menu dt {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #009dcc;
  border-bottom: 1px solid #ccebf5;
  padding: 0.5em;
}
header #header-head .header-menu dd {
  padding: 1em 0;
}
header #header-head .header-menu dd ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
header #header-head .header-menu dd ul li {
  margin-left: 1em;
}
header #header-head .header-menu dd ul li a {
  display: block;
}
header #header-head .header-menu dd ul li a img {
  height: 43px;
}
header #lnav {
  border-top: 1px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  position: relative;
}
@media screen and (max-width: 767px) {
  header #lnav {
    display: none;
  }
}
header #lnav .lnav-list {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list {
    display: block;
    padding: 0;
  }
}
header #lnav .lnav-list li {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #e6e6e6;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  /*
  .sub{
  	display: none;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 73px;
  	width: 100%;
  	background: $blue;
  	z-index: 9999;
  	text-align: center;
  	padding: 30px 30px 10px;
  	@media screen and (max-width: 767px) {
  		position: static;
  		padding: 0 10px;
  		top: auto;
  	}
  	*{
  		margin: 0;
  		padding: 0;
  		box-sizing: border-box;
  		position: static;
  		transform: none;
  		border: none;
  		opacity: 1;
  		height: auto;
  	}
  	dl{
  		display: flex;
  		justify-content: space-between;
  		max-width: 1000px;
  		margin: auto;
  		padding-left: 5px;
  		@media screen and (max-width: 767px) {
  			padding: 10px 0px;
  		}
  		a{
  			display: block;
  			background: #fff;
  			border-radius: 5px;
  			@media screen and (max-width: 767px) {
  				background: none;
  			}
  		}
  		dt{
  			flex:0 0 23.5%;
  			background: #fff;
  			border-radius: 5px;
  			position: relative;
  			@media screen and (max-width: 767px) {
  				flex:0 0 42%;
  				display: block;
  				text-align: left;
  				line-height: 1.3;
  				font-size: 13px;
  			}
  			&::after{
  				content: '\f105';
  				color: $blue;
  				position: absolute;
  				bottom: 0;
  				display: block;
  				width: 100%;
  				text-align: center;
  				@include icon;
  				@media screen and (max-width: 767px) {
  					position: static;
  					display: none;
  				}
  			}
  			a{
  				padding-bottom: 30px;
  				@media screen and (max-width: 767px) {
  					padding: 52% 10px 10px;
  				}
  				&::before{
  					content: '';
  					display: block;
  					width: 100%;
  					height: 110px;
  					border-radius: 5px 5px 0 0;
  					margin-bottom: 20px;
  					background-image: url(../img/lnav-sub-1.jpg);
  					background-size: cover;
  					@media screen and (max-width: 767px) {
  						height: auto;
  						padding: 47% 0 0 0;
  						border-radius: 3px;
  						position: absolute;
  						left: 0;
  						right: 0;
  						top: 0;
  						background-repeat: no-repeat;
  						background-size: 100% auto;
  					}
  				}
  			}
  			
  		}
  		dd{
  			flex:0 0 74.5%;
  			@media screen and (max-width: 767px) {
  				flex:0 0 56%;
  			}
  			ul{
  				display: flex;
  				justify-content: flex-start;
  				flex-wrap: wrap;
  				@media screen and (max-width: 767px) {
  					display: block;
  				}
  				li{
  					display: block;
  					flex: 0 0 33.333%;
  					max-width: 33.333%;
  					padding: 0 5px 10px;
  					@media screen and (max-width: 767px) {
  						display: block;
  						max-width: none;
  						padding: 0;
  						text-align: left;
  						font-weight: 400;
  						font-size: 12.5px;
  					}
  					&:nth-child(4),&:nth-child(5),&:nth-child(6){
  						padding-bottom: 0;
  					}
  					a{
  						background: #fff;
  						line-height: 97px;
  						height: 97px;
  						position: relative;
  						display: block;
  						@media screen and (max-width: 767px) {
  							line-height: 1.3;
  							padding: 0.5em 1.5em 0.5em 0.5em;
  							height: auto;
  							margin-bottom: 9px;
  						}
  						span{
  							display: block;
  							position: absolute;
  							left: 50%;
  							top: 50%;
  							transform: translate(-50%,-50%);
  							padding: 0 1em;
  							@media screen and (max-width: 767px) {
  								position: static;
  								transform: none;
  								padding: 0;
  							}
  							
  						}
  						&::after{
  							display: none!important;
  						}
  						&::before{
  							content: '\f107';
  							color: $blue;
  							position: absolute;
  							bottom: 0;
  							display: block;
  							width: 100%;
  							text-align: center;
  							line-height: 1;
  							@include icon;
  							
  							@media screen and (max-width: 767px) {
  								content: '\f105';
  								width: auto;
  								display: inline-block;
  								text-align: left;
  								//left: auto;
  								right: 0.5em;
  								top: 0.6em;
  							}
  						}
  					}
  					&:last-child a{
  						@media screen and (max-width: 767px) {
  							margin-bottom: 0;
  						}
  					}
  				}
  			}
  		}
  	}
  	
  	
  	.closeBtn{
  		background: none;
  		color: #fff;
  		padding: 0;
  		margin: 0;
  		cursor: pointer;
  		letter-spacing: 0.1em;
  		@include roboto;
  		&::before{
  			content: '\f106';
  			@include icon;
  			display: block;
  		}
  		@media screen and (max-width: 767px) {
  			//color: $blue;
  			padding-bottom: 10px;
  		}
  	}
  }
  */
}
header #lnav .lnav-list li:last-child {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1199px) {
  header #lnav .lnav-list li {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li {
    display: block;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
  }
}
header #lnav .lnav-list li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li a {
    height: auto;
    padding: 1em;
  }
  header #lnav .lnav-list li a br {
    display: none;
  }
}
header #lnav .lnav-list li a span {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3;
}
header #lnav .lnav-list li a span:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li a span {
    position: static;
    transform: none;
  }
}
header #lnav .lnav-list li a.selected {
  color: #fff;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li a.selected {
    background: #009dcc !important;
    opacity: 1 !important;
  }
}
header #lnav .lnav-list li a.selected::before {
  content: '';
  display: block;
  width: 100%;
  height: 74px;
  background: #009dcc;
  position: absolute;
  top: -15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li a.selected::before {
    display: none;
  }
}
header #lnav .lnav-list li a.selected span:hover {
  opacity: 1;
}
header #lnav .lnav-list li.current > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #009dcc;
  position: absolute;
  bottom: -18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li.current > a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li.current > a {
    background: #f5f5f5;
    opacity: 0.5;
  }
}
header #lnav .lnav-list li.commingsoon {
  opacity: 0.5;
  pointer-events: none;
}
header #lnav .lnav-list li.commingsoon a span::after {
  content: '（準備中）';
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  header #lnav .lnav-list li.commingsoon a span::after {
    display: inline-block;
  }
}
header #lnav .header-menu2 {
  display: none;
}
@media screen and (max-width: 767px) {
  header #lnav .header-menu2 {
    display: block;
    margin: 0;
    padding: 0;
  }
  header #lnav .header-menu2 * {
    margin: 0;
    padding: 0;
  }
  header #lnav .header-menu2 dt {
    text-align: center;
    color: #009dcc;
    display: block;
    padding: 0.5em 0;
    font-weight: bold;
  }
  header #lnav .header-menu2 dd {
    padding: 0 20px;
  }
  header #lnav .header-menu2 dd ul {
    list-style: none;
  }
  header #lnav .header-menu2 dd ul li {
    padding: 0 0 1em;
  }
  header #lnav .header-menu2 dd ul li img {
    height: 36px;
  }
}

/* ----------------------------------------------------------------
Burger menu
----------------------------------------------------------------- */
#menuBtn {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  #menuBtn {
    display: none;
  }
}
#menuBtn .menuIcon {
  position: relative;
}
#menuBtn .menuIcon span {
  transition: all 0.3s;
  transform: rotate(0deg);
  background: #009dcc;
  position: absolute;
  height: 2px;
  line-height: 2px;
  width: 20px;
  margin: 0;
  padding: 0;
  left: 18px;
}
#menuBtn .menuIcon .top {
  transform: translate(0px, 17px);
}
#menuBtn .menuIcon .middle {
  transform: translate(0px, 27px);
}
#menuBtn .menuIcon .bottom {
  transform: translate(0px, 37px);
}
#menuBtn.active {
  background: #009dcc;
}
#menuBtn.active .menuIcon span {
  background: #fff;
}
#menuBtn.active .menuIcon .middle {
  background: rgba(255, 255, 255, 0);
}
#menuBtn.active .menuIcon .top {
  transform: rotate(-45deg) translate(-18px, 18px);
}
#menuBtn.active .menuIcon .bottom {
  transform: rotate(45deg) translate(18px, 18px);
}

#topcontrol {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    bottom: 75px !important;
  }
}
#topcontrol #ptop {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
footer {
  width: 100%;
  padding: 20px 10px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 10px 10px;
  }
}
footer h2 {
  text-align: center;
  color: #009dcc;
  font-size: 1em;
  line-height: 1.5;
  margin: auto;
  padding: 0 0 1em;
}
@media screen and (max-width: 767px) {
  footer h2 {
    padding: 0 0px 20px;
    font-size: 13px;
  }
}
footer #fnav {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
footer #fnav ul {
  list-style: none;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  footer #fnav ul {
    display: block;
  }
}
footer #fnav ul li {
  flex: 0 0 32%;
}
@media screen and (max-width: 767px) {
  footer #fnav ul li {
    margin-bottom: 10px;
    width: 80%;
    height: auto;
    margin: 0 auto 10px;
  }
}
footer #fnav ul li a {
  display: block;
  transition: 0.3s;
  background: #fff;
}
footer #fnav ul li a:hover {
  opacity: 0.7;
}
footer #fnav ul li a img {
  max-width: none;
  width: 100%;
  height: auto;
}
footer #fnav ul li a[href*="tel"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  footer #fnav ul li a[href*="tel"] {
    pointer-events: auto;
  }
}

#footer--bottom ul.fmenu {
  list-style: none;
  margin: auto;
  padding: 15px 0 35px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #footer--bottom ul.fmenu {
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
  }
}
#footer--bottom ul.fmenu li {
  border-left: 1px solid #ddd;
  padding: 0 1em;
  font-size: 80%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer--bottom ul.fmenu li {
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
    line-height: 2em;
    border: none;
  }
  #footer--bottom ul.fmenu li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ccc;
    margin-right: 0.2em;
  }
}
#footer--bottom ul.fmenu li:nth-child(1) {
  border: none;
}
#footer--bottom ul.fmenu li a {
  color: #009dcc;
}
#footer--bottom #cp {
  background: #009dcc;
  text-align: center;
  color: #fff;
  padding: 30px 20px;
  margin: auto;
  position: relative;
}
#footer--bottom #cp div {
  display: table;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #footer--bottom #cp div {
    display: block;
  }
}
#footer--bottom #cp div figure {
  display: table-cell;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #footer--bottom #cp div figure {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
#footer--bottom #cp div figure img {
  display: block;
  height: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #footer--bottom #cp div figure img {
    height: 22px;
    margin: 0 auto 1em;
  }
}
#footer--bottom #cp div p {
  display: table-cell;
  margin: auto;
  padding: 0 0 0 1em;
  font-size: 13.5px;
  line-height: 1.4;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #footer--bottom #cp div p {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
}
#footer--bottom #cp div p a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
}
#footer--bottom #cp div p a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------
#pageTtl
----------------------------------------------------------------- */
#pageTtl {
  padding: 40px 40px;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #pageTtl {
    padding: 20px 0px 80px;
  }
}
#pageTtl div {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  display: inline-block;
  padding: 40px;
  min-width: 400px;
  max-width: 640px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #pageTtl div {
    text-align: left;
    padding: 15px;
    width: auto;
    min-width: 0;
    max-width: none;
    width: 65%;
  }
}
#pageTtl div h1 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #pageTtl div h1 {
    font-size: 6vw;
    padding-bottom: 0em;
    text-align: left;
    letter-spacing: 0.025em;
  }
}
#pageTtl div p {
  font-weight: 400;
  position: relative;
  text-align: left;
  max-width: 31em;
  margin: 0.5em 0 0 0;
}
@media screen and (max-width: 767px) {
  #pageTtl div p {
    font-size: 90%;
    line-height: 1.7;
  }
}

/* ----------------------------------------------------------------
.bigTtl
----------------------------------------------------------------- */
.bigTtl {
  padding: 40px 20px 50px;
  background-color: #009dcc;
  background-image: url("../img/triangle-L.png"), url("../img/triangle-R.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top,right bottom;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bigTtl {
    padding: 40px 20px 40px;
    background-size: auto 70%;
  }
}
.bigTtl h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .bigTtl h2 {
    font-size: 20px;
  }
}
.bigTtl img {
  display: block;
  margin: 1em auto;
  height: 116px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .bigTtl img {
    height: 70px;
  }
}
.bigTtl p {
  padding: 0;
  margin: auto;
}
.bigTtl p::before {
  content: '';
  display: block;
  width: 10%;
  height: 1px;
  background: #fff;
  margin: 1em auto;
}
.bigTtl p.noLine::before {
  display: none;
}

/* ----------------------------------------------------------------
.pageNav
----------------------------------------------------------------- */
div.pageNav {
  background: #f2f2f2;
  text-align: center;
  padding: 45px 20px;
  overflow: hidden;
}
div.pageNav * {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.pageNav {
    padding: 10px 5px 5px;
  }
}
div.pageNav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  div.pageNav ul {
    flex-wrap: wrap;
  }
}
div.pageNav ul li {
  flex: 0 0 23%;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  div.pageNav ul li {
    flex: 0 0 48%;
    margin: 0 1% 0.5em;
  }
}
div.pageNav ul li a {
  background: #009dcc;
  display: block;
  align-items: center;
  color: #fff;
  padding: 0;
  letter-spacing: 0;
  text-decoration: none;
  height: 70px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  div.pageNav ul li a {
    height: 60px;
    font-size: 3.5vw;
  }
}
div.pageNav ul li a:hover {
  opacity: 0.8;
}
div.pageNav ul li a span {
  line-height: 1.3;
  display: block;
  padding: 0 0.7em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/* ----------------------------------------------------------------
.bgSky
----------------------------------------------------------------- */
.bgSky {
  background: url(../img/bg_sky.png) no-repeat center top;
  background-size: 100% auto;
  padding: 100px 40px 0;
}
@media screen and (max-width: 767px) {
  .bgSky {
    background-size: 100% auto;
    padding: 50px 20px 0;
  }
}
.bgSky .w1060.flex {
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
.bgSky .w1060.flex figure {
  flex: 0 0 20%;
}
@media screen and (max-width: 767px) {
  .bgSky .w1060.flex figure {
    max-width: 160px;
    margin: 0 auto 0;
  }
}
.bgSky .w1060.flex p {
  flex: 0 0 52%;
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bgSky .w1060.flex p {
    padding-bottom: 1em;
  }
}
.bgSky .w1060.flex .btnCont {
  flex: 0 0 25%;
}

/* ----------------------------------------------------------------
#steps
----------------------------------------------------------------- */
#steps {
  text-align: center;
}
#steps dl {
  display: flex;
  background: #DCEFEE;
  margin: 0 0 50px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #steps dl {
    display: block;
  }
}
#steps dl::after {
  content: '';
  display: block;
  width: 140px;
  height: 30px;
  background: url("/sell/img/sell_step_arw.svg") no-repeat center;
  background-size: 140px 30px;
  position: absolute;
  left: 35px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  #steps dl::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#steps dl:last-child::after {
  display: none;
  margin-bottom: 0;
}
#steps dl dt, #steps dl dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#steps dl dt {
  flex: 0 0 210px;
  background-color: #55B1A9;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 200;
  padding-bottom: 0.5em;
  line-height: 1;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #steps dl dt {
    font-size: 32px;
    padding-top: 10px;
  }
}
#steps dl dt img {
  width: auto;
  height: 58px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #steps dl dt img {
    height: 40px;
  }
}
#steps dl dt small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #steps dl dt small {
    font-size: 18px;
  }
}
#steps dl dd {
  text-align: left;
  padding: 30px;
}
#steps dl dd h3 {
  font-size: 27px;
  font-weight: normal;
  color: #55B1A9;
}
@media screen and (max-width: 767px) {
  #steps dl dd h3 {
    font-size: 18px;
  }
}
#steps dl dd p {
  margin: 0;
  padding: 0 0 1em;
}

/* ----------------------------------------------------------------
.kaitai_entry
----------------------------------------------------------------- */
.kaitai_entry {
  box-sizing: border-box;
  max-width: 1060px;
  margin: auto;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kaitai_entry {
    padding: 30px 0px;
    display: block;
  }
}
.kaitai_entry .entry_btns {
  flex: 0 0 47.6415%;
  max-width: 47.6415%;
  box-sizing: border-box;
  position: relative;
  padding: 60px 20px 20px;
  margin-bottom: 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .kaitai_entry .entry_btns {
    padding: 20px 20px 20px;
    margin-bottom: 60px;
    max-width: none;
  }
}
.kaitai_entry .entry_btns h3 {
  margin: auto;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: -30px;
  line-height: 1;
  padding-top: 63px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 53px;
  font-size: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kaitai_entry .entry_btns h3 {
    font-size: 17px;
    padding-top: 36px;
    background-size: auto 30px;
    top: calc(-0.5em - 36px);
  }
}
.kaitai_entry .entry_btns p {
  text-align: left;
  padding: 1em 0;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .kaitai_entry .entry_btns p {
    font-size: 13px;
  }
}
.kaitai_entry .entry_btns .toggle {
  position: relative;
}
.kaitai_entry .entry_btns .toggle dt {
  display: block;
  background: #007a58;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 60px;
  position: relative;
}
.kaitai_entry .entry_btns .toggle dt::after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2em;
  display: inline-block;
  line-height: 1;
}
.kaitai_entry .entry_btns .toggle dt.open::after {
  content: '\f106';
}
.kaitai_entry .entry_btns .toggle dd ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kaitai_entry .entry_btns .toggle dd ul li {
  flex: 0 0 32%;
  padding-top: 5px;
}
.kaitai_entry .entry_btns .toggle dd ul li .btn {
  display: block;
}
.kaitai_entry .entry_btns .sumstock-link {
  border: 1px solid #ccc;
  padding: 10px 0;
  width: 80%;
  text-align: center;
  margin: 20px auto 5px;
  display: inline-block;
  background: #fff;
}
.kaitai_entry .entry_btns .sumstock-link a {
  display: block;
  color: #666;
  transition: 0.3s;
  text-decoration: none;
}
.kaitai_entry .entry_btns .sumstock-link a img {
  display: block;
  margin: auto;
}
.kaitai_entry .entry_btns .sumstock-link a:hover {
  opacity: 0.7;
}
.kaitai_entry .entry_btns li:nth-child(1) .btn {
  background: #68B4AF;
}
.kaitai_entry .entry_btns li:nth-child(2) .btn {
  background: #F58A9C;
}
.kaitai_entry .entry_btns li:nth-child(3) .btn {
  background: #F7BE85;
}
.kaitai_entry .entry_btns li:nth-child(4) .btn {
  background: #A9A770;
}
.kaitai_entry .entry_btns li:nth-child(5) .btn {
  background: #BD8C93;
}
.kaitai_entry .entry_btns li:nth-child(6) .btn {
  background: #6AC5E4;
}
.kaitai_entry .entry_btns.used h3, .kaitai_entry .entry_btns.used-mansion h3 {
  background-image: url(/img/kaitai_ico1.svg);
}
.kaitai_entry .entry_btns.shinchiku h3 {
  background-image: url(/img/kaitai_ico3.svg);
}
.kaitai_entry .entry_btns.tochi h3 {
  background-image: url(/img/kaitai_ico5.svg);
}
.kaitai_entry .entry_btns.reform h3 {
  background-image: url(/img/kaitai_ico2.svg);
}
.kaitai_entry .entry_btns.sumstock h3 {
  background-image: url(/img/kaitai_ico4.svg);
}

/* ----------------------------------------------------------------
.boxTtl
----------------------------------------------------------------- */
.boxTtl {
  background: #009dcc;
  padding: 20px;
}
.boxTtl h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .boxTtl h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.boxTtl h2 strong {
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: underline;
}
.boxTtl .btn {
  background: #fff;
  color: #009dcc;
  font-size: 16px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .boxTtl .btn {
    font-size: 14px !important;
    margin: 1em auto 0;
  }
}
.boxTtl .btn::before {
  background: #037DA3;
}
.boxTtl .btn::after {
  color: #fff;
}

/* ----------------------------------------------------------------
.qa
----------------------------------------------------------------- */
.qa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: auto;
  padding: 50px 0 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa {
    display: block;
    padding: 50px 0 0px;
    background-size: auto 130px;
  }
}
.qa * {
  margin: 0;
  padding: 0;
}
.qa a {
  display: block;
  background: #dfeff5;
  flex: 0 0 30.2%;
  margin-bottom: 50px;
  position: relative;
  text-decoration: none !important;
  transition: 0.3s !important;
}
.qa a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #dfeff5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  transition: 0.3s !important;
}
.qa a:hover {
  background: #99d8eb;
}
.qa a:hover::after {
  border-color: #99d8eb transparent transparent transparent;
}
.qa a dl dt {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 65px;
  font-weight: 700;
  font-style: italic;
  color: #009dcc;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .qa a dl dt {
    font-size: 50px;
  }
}
.qa a dl dd {
  padding: 40px 30px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qa a dl dd {
    padding: 30px 20px 20px;
  }
}
.qa.green {
  background-image: url(../../img/ilst3.png);
}
.qa.green a {
  background: #D2EED6;
}
.qa.green a::after {
  border-color: #D2EED6 transparent transparent transparent;
}
.qa.green a:hover {
  background: #66af9b;
}
.qa.green a:hover::after {
  border-color: #66af9b transparent transparent transparent;
}
.qa.green a dl dt {
  color: #007a58;
}

.ans {
  display: none;
}

dl.ans--main {
  margin: 0;
  padding: 0;
}
dl.ans--main dt {
  text-align: center;
  font-size: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #009dcc;
  margin: 0;
  padding: 0 0 10px;
  line-height: 1;
}
dl.ans--main dd {
  margin: 0;
  padding: 0;
}
dl.ans--main.green dt {
  color: #007a58;
}
dl.ans--main.green a.btn {
  background: #007a58;
}
dl.ans--main .ans--bottom {
  padding-top: 1em;
}
dl.ans--main .ans--bottom a.btn {
  margin-bottom: 1em;
}
dl.ans--main .ans--bottom .modaal-close2 {
  position: static;
  width: 8em;
  height: auto;
  display: block;
  margin: 1em auto 0;
  background: #aaa;
  background-image: none !important;
  padding: 1em;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}
dl.ans--main .ans--bottom .modaal-close2::before, dl.ans--main .ans--bottom .modaal-close2::after {
  display: none;
}
dl.ans--main .ans--bottom .modaal-close2:hover {
  opacity: 0.7;
}

.modaal-container {
  padding-bottom: 10px;
  width: 80% !important;
  max-width: 800px !important;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    width: 100% !important;
  }
}

/* ----------------------------------------------------------------
.card
----------------------------------------------------------------- */
.card {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .card {
    display: block;
  }
}
.card * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.card dl {
  background: #fff;
  flex: 0 0 45%;
  max-width: 45%;
  text-align: center;
  padding: 30px 35px 40px;
  border-bottom: 3px solid #c9c9c9;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .card dl {
    max-width: none;
    padding: 20px 25px 30px;
  }
}
.card dl dt {
  font-weight: 700;
  font-size: 22px;
  color: #009dcc;
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .card dl dt {
    font-size: 18px;
  }
}
.card dl dt strong {
  font-size: 1.36em;
}
.card dl dt img {
  display: block;
  width: 170px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .card dl dt img {
    width: 120px;
  }
}
.card dl dd {
  text-align: left;
}

/* ----------------------------------------------------------------
Form
----------------------------------------------------------------- */
form {
  margin: auto;
  width: 100%;
  display: block;
  padding: 50px 0;
}
form label {
  margin: 0 1em 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  form label {
    display: block;
    margin: 0 0 0.5em 0;
    white-space: normal;
  }
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=phone] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.5em 0.8em;
  width: 80%;
}
form input[type=text]::focus, form input[type=email]::focus, form input[type=tel]::focus, form input[type=phone]::focus {
  background: yellow;
}
form input[name="namae1"], form input[name="namae2"] {
  width: 10em;
}
form input[name="kana1"], form input[name="kana2"] {
  width: 10em;
}
form input[name="zip1"], form input[name="zip2"] {
  width: 5em;
}
form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 200px;
  padding: 0.4em 0.8em;
  width: 80%;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: auto;
  background: #fff;
}
form select::-ms-expand {
  display: none;
}
form select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
form input[type=button] {
  -webkit-appearance: none;
  background-color: #009dcc;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 80%;
  margin: 0 0 1em;
  padding: 0.3em 1em;
  text-decoration: none;
}
form input[type=button]:hover, form input[type=button]:focus {
  outline: none;
}
form input[type=button]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
form table th, form table td {
  padding: 2em 1em;
  background: none;
}
@media screen and (max-width: 767px) {
  form table th, form table td {
    display: block;
    padding: 1.5em 30px 2.2em !important;
  }
}
form table th {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  form table th {
    padding-bottom: 0 !important;
    font-weight: bold;
  }
}
form table td {
  position: relative;
}
form table .bgblue {
  background: #D8F1F6;
}
form table .wrap {
  white-space: normal !important;
}
form .indis {
  background: red;
  color: #fff;
  display: inline-block;
  font-size: 70%;
  line-height: 22px;
  padding: 0 0.5em;
  border-radius: 5px;
  float: right;
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  form .indis {
    float: none;
    margin-left: 0.5em;
  }
}
form .indis.ok {
  background: #009dcc;
}
form .formError {
  display: block !important;
  position: absolute !important;
  bottom: 0.2em !important;
  left: 1em !important;
  top: auto !important;
}
form .formError .formErrorContent {
  background: none;
  color: red;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  form .formError .formErrorContent {
    font-size: 11px;
  }
}
form .formError .formErrorContent br {
  display: none;
}
@media screen and (max-width: 767px) {
  form .formError .formErrorContent br {
    display: block;
  }
}
form ul.checkList {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .submitCont {
  text-align: center;
  padding: 50px 0;
}
form .submitCont input {
  display: inline-block;
}
form .submitCont input {
  -webkit-appearance: none;
  background-color: #009dcc;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 100px;
  height: 100px;
  margin: 0 0 1em;
  padding: 0;
  text-decoration: none;
  margin: auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  form .submitCont input {
    line-height: 50px;
    height: 50px;
    display: block;
    margin: 10px auto;
  }
}
form .submitCont input:hover, form .submitCont input:focus {
  outline: none;
}
form .submitCont input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

button[name='show_input1'], button[name='show_input2'] {
  -webkit-appearance: none;
  background-color: #fe8e1b;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 70px;
  height: 70px;
  margin: 0 0 1em;
  padding: 0 2em;
  text-decoration: none;
  margin: 2em auto 1em;
}
@media screen and (max-width: 767px) {
  button[name='show_input1'], button[name='show_input2'] {
    line-height: 1.5em;
    height: auto;
    display: block;
    margin: 2em 20px 1em;
    padding: 1.5em 2em;
  }
}
button[name='show_input1']:hover, button[name='show_input1']:focus, button[name='show_input2']:hover, button[name='show_input2']:focus {
  outline: none;
}
button[name='show_input1']::-moz-foucus-inner, button[name='show_input2']::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: noto-sans-cjk-jp, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
    letter-spacing: 0.025em;
  }
}

article#main {
  text-align: center;
  margin: auto;
  padding: 0;
}

/* ----------------------------------------------------------------
Colors
----------------------------------------------------------------- */
.red {
  color: #FE1D00 !important;
}

/* ----------------------------------------------------------------
Sections
----------------------------------------------------------------- */
section.sec {
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  section.sec {
    padding: 50px 20px;
    text-align: left;
  }
}
section.sec .ttl1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.sec .ttl1 {
    margin-bottom: 40px;
  }
}
section.sec p {
  padding: 0 0 2em 0;
  margin: 0;
}

.bgGray {
  background-color: #f2f2f2;
}

/* ----------------------------------------------------------------
Responsive
----------------------------------------------------------------- */
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ----------------------------------------------------------------
Images
----------------------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  figure img {
    width: 100%;
    height: auto;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
Anchor
----------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a[href$=".pdf"]::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: #FE1D00;
}

a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  content: '\f1c1';
  font-family: 'FontAwesome';
  color: #369427;
}

a[href$=".doc"]::after, a[href$=".docx"]::after {
  content: '\f1c2';
  font-family: 'FontAwesome';
  color: #0398DB;
}

a.external::after {
  content: '\f14c';
  font-family: 'FontAwesome';
  color: #666;
  display: inline-block;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  background: #009dcc;
  color: #fff;
  padding: 15px 2.5em 15px 1.5em;
  text-decoration: none !important;
  transition: 0.3s;
  line-height: 1.3;
}
.btn:hover {
  opacity: 0.7;
}
.btn::before {
  content: '';
  display: block;
  width: 24px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
}
.btn::after {
  content: '\f105';
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
}

a.btn[href*='#']:not([href='#'])::after {
  content: '\f107';
}

/* ----------------------------------------------------------------
Box Models
----------------------------------------------------------------- */
.w1140 {
  max-width: 1140px;
  margin: auto;
}

.w1060 {
  max-width: 1060px;
  margin: auto;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.w960 {
  max-width: 960px;
  margin: auto;
}

.w920 {
  max-width: 920px;
  margin: auto;
}

.w900 {
  max-width: 900px;
  margin: auto;
}

.w870 {
  max-width: 870px;
  margin: auto;
}

.w800 {
  max-width: 800px;
  margin: auto;
}

.w690 {
  max-width: 690px;
  margin: auto;
}

.well {
  background: #f5f5f5;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .well {
    padding: 15px;
  }
}

/* ----------------------------------------------------------------
breadcrumbs
----------------------------------------------------------------- */
.breadcrumbs {
  text-align: left;
  font-size: 14px;
  padding: 1em 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
  }
}
.breadcrumbs a {
  text-decoration: none;
}

/* ----------------------------------------------------------------
Headlines
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.lead {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-bottom: 0 !important;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 14px;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}

/* ----------------------------------------------------------------
Background Colors
----------------------------------------------------------------- */
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f5f5f5;
}

/* ----------------------------------------------------------------
List
----------------------------------------------------------------- */
.maruList {
  margin: 0 0 0 1em;
  padding: 0;
  text-align: left;
  list-style: none;
}
.maruList li {
  margin: 0;
  padding: 0;
}
.maruList li::before {
  content: '●';
  display: inline-block;
  margin-left: -1em;
  color: #009dcc;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt, dl dd {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------
Table
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1em;
  text-align: left;
  border-top: 1px solid #ccc;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table th, table td {
  font-size: 1em;
  line-height: 1.9;
  padding: 15px 2em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table th, table td {
    padding: 10px !important;
  }
}
table th {
  font-weight: 700;
  white-space: nowrap;
  background: #F4F4F4;
  text-align: center;
}
table .nowrap {
  white-space: nowrap;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ----------------------------------------------------------------
list
----------------------------------------------------------------- */
ul, ol {
  margin: 1em 0 1em 2em;
  padding: 0;
}

.free-link {
  list-style: none;
}
.free-link li::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #009dcc;
  margin-left: -1em;
  margin-right: 0.5em;
}

/* ----------------------------------------------------------------
hr
----------------------------------------------------------------- */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* ----------------------------------------------------------------
img
----------------------------------------------------------------- */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 10px;
}

.img-thumbnail {
  border: 1px solid #ddd;
  padding: 4px;
}

/* ----------------------------------------------------------------
Align
----------------------------------------------------------------- */
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

/* ----------------------------------------------------------------
Float
----------------------------------------------------------------- */
.fRight {
  float: right;
}

.fLeft {
  float: left;
}

.cBoth {
  clear: both;
}

/* ----------------------------------------------------------------
flex
----------------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .col {
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flex .col {
    max-width: none !important;
  }
}
.flex .col-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.flex .col-1-3 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.flex .col-2-3 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.flex .col-1-4 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex .col-3-4 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* ----------------------------------------------------------------
Margin
----------------------------------------------------------------- */
.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

/* ----------------------------------------------------------------
Padding
----------------------------------------------------------------- */
.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr60 {
  padding-right: 60px !important;
}