@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, menu, nav, section, main {
  display: block;
}

/* html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
} */

html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  background: #fff;
  font-family: -apple-system, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, "Lucida Grande", sans-serif;
  /* font-size: 1.4rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* line-height: 1.5; */
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:active {
  color: #333;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

p {
  line-height: 1.5;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

fieldset {
  border: 0;
}

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

object {
  vertical-align: middle;
  outline: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

q:before, q:after {
  content: '';
}

address, caption, cite, code, dfn, var {
  font-weight: 400;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**********
 1. Common
 2. Header
 3. Main Visual
 4. Box
 5. Footer
 **********/
/**********
 1. Common
 **********/
body {
  background: url(../images/texcure.jpg) repeat;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  opacity: 0.66;
}

/**********
 2. Header
 **********/
.header {
  height: 42px;
  line-height: 42px;
  background: #fff;
}

.header a {
  display: inline-block;
}

/**********
 3. Main Visual
 **********/
.main-visual {
  background: url(../images/bg_main_visual.png) no-repeat center top;
  padding-top: 54px;
  width: 1200px;
  margin: 0 auto 80px;
}

.main-visual a {
  display: block;
}

/**********
 4. Box
 **********/
.box-introduction {
  margin-bottom: 62px;
}

.link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.box {
  text-align: center;
  background: #fff;
  padding: 38px 0 43px;
  -webkit-box-shadow: 0 5px 40px -5px rgba(134, 133, 131, 0.95);
  box-shadow: 0 5px 40px -5px rgba(134, 133, 131, 0.95);
  margin-bottom: 60px;
}

.box:last-of-type {
  margin-bottom: 73px;
}

.box__ttl {
  text-align: center;
  margin-bottom: 32px;
}

.box__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 38px 0;
  margin-bottom: 34px;
}

.box__contents img:first-child, .box__contents img:nth-child(2) {
  margin-bottom: 26px;
}

.box__arrow {
  display: block;
  margin: 0 auto 24px;
}

.catalog__contents a {
  display: inline-block;
}

.catalog {
  width: 1031px;
  margin: 0 auto 53px;
}

.catalog a {
  display: block;
}

/**********
 5. Footer
 **********/
.footer {
  background: #fff;
  padding: 42px 0 44px;
}

.footer__upper span {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 0;
}

.footer__upper, .footer__logo {
  margin-bottom: 25px;
}

.footer__uuper, .footer__copyright {
  margin-bottom: 32px;
}

.footer__upper a {
  display: inline-block;
}

.footer__lower {
  width: 700px;
  margin: 0 auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.footer__lower li {
  border-right: 1px solid #428cca;
}

.footer__lower li:last-child {
  border-right: none;
  margin-right: 0;
}

.footer__lower a {
  padding: 0 10px;
}

.footer__lower li:not(:last-child) a:after {
  content: "";
  display: inline-block;
  background: url(../images/icon_link.png) no-repeat center center;
  width: 11px;
  height: 9px;
  background-size: 11px 9px;
  margin-left: 5px;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.inner {
  width: 100%;
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .inner {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .inner {
    max-width: 1024px;
  }
}

@media print, screen and (min-width: 1200px) {
  .inner {
    max-width: 1200px;
  }
}

.fixed-inner {
  width: 962px;
  margin: 0 auto;
}

.fixed-inner-large {
  width: 1100px;
  margin: 0 auto;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.is-bold {
  font-weight: bold;
}

.tab-selected {
  background: #1177be !important;
}

.tab-content .tab-hide {
  display: none;
}

.hide {
  display: none;
}

.to-top {
  position: fixed;
  bottom: 28px;
  right: 22px;
  width: 46px;
  display: none;
  z-index: 999;
 }

/*# sourceMappingURL=style.css.map */
iframe[name="google_conversion_frame"] {
  position: fixed;
  left: 0;
  bottom: 0;
}
