/*------------------------------------------------------------------
基本的なスタイルのCSS
-------------------------------------------------------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
  color: #c54a4a;
}
.mz-module:hover .ot-circle.color2 {
  color: #6091dc;
}
.mz-module:hover .ot-circle.color3 {
  color: #6eb377;
}
.mz-module:hover .ot-circle.color4 {
  color: #fcbe03;
}

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
  font-family: 'Open Sans', Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  font-family: 'Raleway', Sans-serif;
  color: #232323;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #444444;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

.portfolio-div {
  max-width: 740px;
  margin: 0 auto;
}

.box-headline {
  font-size: 80px;
}
.box-intro h5 {
  font-size: 12px;
}
.main-container {
  padding: 50px 0;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

section {
  height: 100%;
  padding: 5% 0 0 0;
}

ul {
  padding-left: 0;
  padding-top: 10px;
}

ul li {
  list-style: none;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #000000;
}

section ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: '\f105';
  padding-right: 7px;
  color: #23ad21;
}

.float-l {
  float: left;
}

.clear-all {
  clear: both;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: 0;
  margin-right: 0%;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
2. Header
--------------------*/

header {
  margin-top: 0px;
}

/*--------------------
3. 各セクションタイトル＆文章
--------------------*/

.section-title h2 {
  font-size: 24px;
  color: #b3b3bb;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
}

.section-title h2:after {
  left: 0%;
  z-index: 1;
  width: 100%;
  height: 3px;
  content: ' ';
  bottom: -5px;
  margin-left: 0px;
  text-align: center;
  position: absolute;
  background: #d4d4d4;
}

.section-title p {
  font-size: 15px;
  font-weight: 300;
  line-height: 240%;
  margin: 20px 10px 60px 10px;
}

.check h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #ed6c00;
}

.check h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 23px;
  letter-spacing: 0.2px;
  text-align: center;
  border: solid #000 1px;
  color: #000;
}

.check p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #000;
}

.fin-title h2 {
  font-size: 24px;
  background-color: #ed6c00;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 1% 0;
  padding: 1% 0;
}

.fin-title p {
  font-size: 15px;
  font-weight: 300;
  line-height: 240%;
  margin: 20px 10px 60px 10px;
}

/*--------------------
4. 手続きに必要な書類＆不備のイラスト
--------------------*/

figure {
  position: relative;
  overflow: hidden;
  margin: 0 1px 1px 0;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figure-space-size {
  height: auto;
}

.ot-portfolio-item figure figcaption > a {
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #fff;
  margin-bottom: 3%;
}

figure.effect-bubba img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

figure.effect-bubba figcaption::before {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 0px solid #000;
  border-left: 0px solid #000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  opacity: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.effect-bubba02 {
  margin-top: 50%;
}

figure.effect-bubba p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fcbe03;
}

.btn-xl {
  color: #fff;
  background-color: #fcbe03;
  /* border-color: #726FB9; */
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}
