@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oleo+Script:wght@400;700&display=swap");
* {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  text-align: center;
  margin: 0px auto;
  background: #000;
  min-width: 1080px;
  box-sizing: border-box;
  overflow: hidden;
}

img {
  height: auto;
}

input {
  -webkit-appearance: none;
}

a img {
  border: 0px;
}

a:hover {
  color: #cc0000;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

li {
  list-style-type: none;
}

.inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 1080px;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  background: url(images/header_img.jpg) no-repeat;
  background-size: 100% auto;
  min-width: 1080px;
}

nav {
  padding-top: 72px;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
nav li {
  display: inline-block;
}
nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 16px;
  text-decoration: none;
}

h1 {
  padding: 88px 72px 0px 0px;
  text-align: right;
}
h1 p {
  font-size: 56px;
  text-shadow: 0 0 3px #000;
  color: #fff;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  line-height: 1.44em;
  text-align: left;
  letter-spacing: 0.05em;
  display: inline-block;
}
h1 span {
  color: #cc0000;
  font-size: 21px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  display: block;
  padding-left: 24px;
}

.logo {
  background: linear-gradient(to bottom, transparent, #000);
  padding-top: 48px;
}
.logo img {
  width: 295px;
  height: 218px;
  margin-bottom: 48px;
}
.logo p {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
}

/* ============================================================================== */
/* INDEX */
/* ============================================================================== */
.wrap h2 {
  font-size: 120px;
  color: #cc0000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* works ======================================================================== */
#works {
  padding-top: 200px;
  background: url(images/works_img.jpg) no-repeat;
  background-size: 100% auto;
  min-width: 1080px;
}
#works h2 {
  text-shadow: 0 0 5px #000;
}

.can {
  display: flex;
  flex-wrap: wrap;
}

.can_txt {
  padding: 16px 32px 24px 32px;
  display: flex;
  flex-wrap: wrap;
}
.can_txt h5 {
  color: #fff;
  font-size: 32px;
  width: 96px;
  font-weight: 400;
}
.can_txt p {
  color: #fff;
  font-size: 14px;
  line-height: 1.68em;
  text-align: left;
  font-weight: 400;
}

.can_img h4 {
  display: inline-block;
  font-size: 4svw;
  text-shadow: 0 0 3px #2a3766, 0 0 3px #2a3766;
  mix-blend-mode: hard-light;
  color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 4svw;
  right: 32px;
  line-height: 1.28em;
}

.can_img_sec {
  height: 64svw;
  position: relative;
  text-align: right;
}

.can_left {
  width: 66.6666666667%;
}
.can_left .can_img {
  display: flex;
  flex-wrap: wrap;
}
.can_left .can_txt {
  width: 720px;
  margin-left: calc(50svw - 540px);
}
.can_left .can_txt h5 {
  text-align: right;
}
.can_left .can_txt p {
  width: calc(100% - 96px);
}
.can_left .can_img_sec {
  width: 50%;
}
.can_left .can_img_sec:first-of-type {
  background: url(images/works_i1.png) no-repeat;
  background-size: 100% auto;
}
.can_left .can_img_sec:last-of-type {
  background: url(images/works_i2.png) no-repeat;
  background-size: 100% auto;
}

.can_right {
  width: 33.3333333333%;
  background: linear-gradient(to bottom, #000 50%, #cc0000 50%, #cc0000 100%);
}
.can_right .can_img {
  background: url(images/works_i3.png) no-repeat;
  background-size: 100% auto;
}
.can_right .can_txt {
  width: 360px;
}
.can_right .can_txt h5 {
  text-align: left;
}
.can_right .can_txt p {
  width: calc(100% - 96px);
}

.chart {
  padding: 88px 0px 40px 0px;
  background: url(images/chart_img.jpg) no-repeat;
  background-size: 100% auto;
}
.chart h5 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 32px;
  text-shadow: 0 0 5px #000;
}
.chart ul {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 80px;
}
.chart li {
  width: calc((100% - 384px) / 7);
  height: 200px;
  margin-right: 64px;
  writing-mode: vertical-rl;
  text-align: left;
  padding: 64px 28px 0px 0px;
  position: relative;
}
.chart li:before {
  content: "";
  background: #cc0000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: darken;
  border-radius: 8px;
}
.chart li:after {
  position: absolute;
  content: "▲";
  color: #cc0000;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
  right: -38px;
  display: block;
  transform: rotate(-30deg);
}
.chart li p {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.chart li:last-of-type {
  margin-right: 0px;
}
.chart li:last-of-type:after {
  content: none;
}

.civil {
  padding: 64px 0px;
}
.civil h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
}
.civil p {
  width: 480px;
  color: #fff;
  line-height: 1.84em;
  margin-left: calc(50% - 240px);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.civil ul {
  display: grid;
  grid-template-rows: 360px 280px;
  grid-template-columns: 380px 300px 1fr;
  margin-top: 32px;
}
.civil ul li {
  background: #586F7E;
  position: relative;
}
.civil ul li h4 {
  font-size: 40px;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  color: rgba(255, 255, 255, 0.85);
  mix-blend-mode: hard-light;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.civil ul li:first-of-type {
  grid-row: 1/2;
  grid-column: 1/3;
  background: url(images/civil_i11.jpg) no-repeat;
  background-size: 100% auto;
}
.civil ul li:nth-of-type(2) {
  grid-row: 1/3;
  grid-column: 3/4;
  background: url(images/civil_i12.jpg) no-repeat;
  background-size: auto 100%;
}
.civil ul li:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 1/2;
  background: url(images/civil_i13.jpg) no-repeat;
  background-size: cover;
}
.civil ul li:last-of-type {
  grid-row: 2/2;
  grid-column: 2/3;
  background: url(images/civil_i14.jpg) no-repeat;
  background-size: cover;
}

/* cases ======================================================================== */
#cases {
  background: url(images/cases_img.jpg?ver02) no-repeat;
  background-size: 100% auto;
}
#cases h2 {
  color: rgba(255, 255, 255, 0.7);
  padding: 96px 0px 0px 0px;
}

.tab_label {
  padding: 48px;
}
.tab_label input[name=tab_item] {
  display: none;
}

.tab_item {
  width: calc((100% - 24px) / 7);
  padding: 16px 0 12px 0;
  background: #990000;
  color: #fff;
  display: block;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 8px 8px 0px 0px;
  transition: all 0.2s ease;
  margin-right: 4px;
}
.tab_item:last-of-type {
  margin-right: 0px;
}
.tab_item:hover {
  background: #cc0000;
}

.tab_content {
  display: none;
  padding: 48px 72px;
  clear: both;
  overflow: hidden;
  background: #cc0000;
  border-radius: 0px 8px 8px 8px;
}

#tab1:checked ~ #tab1_content {
  display: block;
}

#tab2:checked ~ #tab2_content {
  display: block;
}

#tab3:checked ~ #tab3_content {
  display: block;
}

#tab4:checked ~ #tab4_content {
  display: block;
}

#tab5:checked ~ #tab5_content {
  display: block;
}

#tab6:checked ~ #tab6_content {
  display: block;
}

.tab_label input:checked + .tab_item {
  background: #cc0000;
}

.tab_content_description dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 64px;
}
.tab_content_description dt, .tab_content_description dd {
  padding: 16px;
  color: #fff;
  text-align: left;
}
.tab_content_description dt {
  width: 272px;
}
.tab_content_description dd {
  width: calc(100% - 272px);
}

.content_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.content_img img {
  width: calc(20% - 8px);
  margin: 4px;
}

.img_top {
  margin-bottom: 32px;
}

.img_bottom {
  margin-top: 32px;
}

/* Profile ====================================================================== */
#profile {
  background: #fff;
}
#profile .inner {
  display: flex;
  flex-wrap: wrap;
}
#profile .inner div {
  width: 50%;
  text-align: left;
}
#profile .inner div h2 {
  padding-top: 80px;
  padding-left: 48px;
  text-shadow: none;
}
#profile .inner div p {
  font-size: 15px;
  padding: 48px 48px 88px 48px;
  line-height: 1.92em;
}
#profile .inner div img {
  max-width: 100%;
  display: block;
  margin-bottom: 0px;
}
#profile .inner div dl {
  padding: 64px 48px 48px 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
#profile .inner div dl dt, #profile .inner div dl dd {
  font-size: 15px;
  line-height: 1.44em;
  padding: 8px 0px;
}
#profile .inner div dl dt {
  width: 7em;
}
#profile .inner div dl dd {
  width: calc(100% - 7em);
}
#profile iframe {
  border: none;
  width: 100%;
  height: 536px;
}

/* inquiry ====================================================================== */
#inquiry {
  padding: 72px 0px 48px 0px;
  background: url(images/contact_img.jpg) no-repeat;
  background-size: auto 100%;
}
#inquiry h2 {
  text-align: left;
  margin-bottom: 32px;
}
#inquiry form {
  width: calc(100% - 270px);
  margin-left: calc((100% - 1080px) / 2 + 270px);
  text-align: left;
  padding: 88px 0px 64px 64px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 24px 0px 0px 24px;
}
#inquiry form dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
#inquiry form dt {
  color: #fff;
  font-size: 13px;
  width: 184px;
  padding: 16px 24px 0px 48px;
  position: relative;
}
#inquiry form dt.required:before {
  position: absolute;
  top: 16px;
  left: 0px;
  content: "必須";
  display: inline-block;
  background: #cc0000;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
}
#inquiry form dd {
  width: calc(100% - 184px);
  font-size: 18px;
}
#inquiry form dd input, #inquiry form dd textarea {
  width: 560px;
  background: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 12px;
}
#inquiry form dd input::placeholder, #inquiry form dd textarea::placeholder {
  line-height: 1.28em;
}
#inquiry form dd input.is-error, #inquiry form dd textarea.is-error {
  background: #f2dddd;
}
#inquiry form dd textarea {
  height: 240px;
}
#inquiry form dd p {
  width: 560px;
  line-height: 1.44em;
  color: #fff;
}
#inquiry form dd p.kome {
  margin-bottom: 16px;
}
#inquiry form dd p .is-error {
  color: #ff6666;
  display: block;
  padding-bottom: 16px;
  margin-top: -4px;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}
#inquiry form dd #email_txt {
  color: #fff !important;
}
#inquiry form .btn {
  color: #fff;
  width: 200px;
  display: inline-block;
  padding: 16px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  cursor: pointer;
}
#inquiry form #submit {
  background: #cc0000;
  border: 1px solid #cc0000;
  margin-left: 184px;
  margin-right: 16px;
}
#inquiry form #submit:disabled {
  background: rgba(102, 102, 102, 0.7);
  border: 1px solid rgba(102, 102, 102, 0.7);
  cursor: default;
  color: rgba(255, 255, 255, 0.7);
}

/* ============================================================================== */
/* mail */
/* ============================================================================== */
#mail {
  background: #fff;
}
#mail .wrap h3 {
  font-size: 24px;
  margin-bottom: 64px;
}
#mail .confirm dl {
  margin: 48px auto 32px auto;
  padding: 32px;
  box-shadow: 0 0 3px #999;
  border-radius: 8px;
  width: 760px;
  display: flex;
  flex-wrap: wrap;
}
#mail .confirm dt, #mail .confirm dd {
  border-bottom: 1px solid #cdc;
  padding: 24px 16px;
  text-align: left;
}
#mail .confirm dt:last-of-type, #mail .confirm dd:last-of-type {
  border-bottom: none;
}
#mail .confirm dt {
  width: 168px;
}
#mail .confirm dd {
  width: calc(100% - 168px);
  border-left: 1px solid #cdc;
  padding-left: 24px;
}
#mail .btn {
  width: 200px;
  display: inline-block;
  margin: 24px 4px 32px 4px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #bbb;
  cursor: pointer;
}
#mail .btn[type=submit] {
  background: #cc0000;
  color: #fff;
}
#mail .btn:hover {
  background: #000;
  color: #fff;
}

.caution {
  margin-bottom: 120px;
}

/* ============================================================================== */
/* thanks */
/* ============================================================================== */
#thanks {
  background: #fff;
}
#thanks .wrap h3 {
  font-size: 24px;
  margin-bottom: 48px;
}
#thanks .wrap p {
  padding: 0px 184px 64px 184px;
  text-align: left;
  line-height: 2em;
}

#thanks_logo {
  width: 240px;
  height: 178px;
  margin: 64px auto;
}

#go_home {
  display: block;
  width: 320px;
  box-shadow: 0 0 3px #999;
  border-radius: 4px;
  padding: 16px 24px;
  margin: 24px auto 88px auto;
  text-decoration: none;
}

#contact ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 160px 120px 160px;
}
#contact ul li {
  width: 50%;
  background: #000;
}
#contact ul li h4 {
  color: #fff;
  font-size: 18px;
  padding: 48px 32px 16px 32px;
}
#contact ul li p {
  padding: 0px 0px 24px 0px !important;
  text-align: center !important;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}
#contact ul li:last-of-type {
  background: #cc0000;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
.catch {
  height: 560px;
  background: url(images/catch_img.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
.catch h6 {
  padding: 120px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.68em;
}
.catch a {
  display: inline-block;
  margin-top: 24px;
  background: #cc0000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 21px 144px 21px 104px;
  margin-inline: auto;
  border-radius: 64px;
  position: relative;
}
.catch a:after {
  position: absolute;
  top: 18px;
  right: 104px;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M284.811%2C248.432c-14.806%2C10.36-32.797%2C16.458-52.194%2C16.458c-19.406%2C0-37.398-6.097-52.203-16.458%20c-25.887%2C11.109-41.796%2C30.661-51.5%2C47.922c-12.88%2C22.902-2.784%2C55.289%2C19.497%2C55.289c22.272%2C0%2C84.206%2C0%2C84.206%2C0%20s61.934%2C0%2C84.206%2C0c22.282%2C0%2C32.377-32.387%2C19.488-55.289C326.617%2C279.093%2C310.707%2C259.541%2C284.811%2C248.432z%22%20%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M232.617%2C243.228c38.036%2C0%2C68.862-30.834%2C68.862-68.861v-16.495c0-38.036-30.826-68.862-68.862-68.862%20s-68.862%2C30.826-68.862%2C68.862v16.495C163.755%2C212.394%2C194.581%2C243.228%2C232.617%2C243.228z%22%20%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M497.329%2C441.927l-75.836-73.882c65.265-90.806%2C57.141-218.443-24.454-300.037%20c-90.669-90.678-238.177-90.678-328.845%2C0c-90.678%2C90.668-90.678%2C238.195-0.009%2C328.862c81.613%2C81.605%2C209.25%2C89.72%2C300.074%2C24.427%20l73.855%2C75.826c15.645%2C18.886%2C38.748%2C20%2C56.602%2C2.137C516.598%2C481.423%2C516.205%2C457.563%2C497.329%2C441.927z%20M100.471%2C364.577%20c-72.969-72.978-72.969-191.304%2C0-264.265c72.978-72.978%2C191.295-72.978%2C264.274%2C0c72.97%2C72.97%2C72.979%2C191.287%2C0.009%2C264.273%20C291.785%2C437.545%2C173.449%2C437.545%2C100.471%2C364.577z%22%20%2F%3E%3C%2Fsvg%3E");
}
.catch a:hover {
  background: #fff;
  color: #cc0000;
}
.catch a:hover:after {
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23cc0000%22%20d%3D%22M284.811%2C248.432c-14.806%2C10.36-32.797%2C16.458-52.194%2C16.458c-19.406%2C0-37.398-6.097-52.203-16.458%20c-25.887%2C11.109-41.796%2C30.661-51.5%2C47.922c-12.88%2C22.902-2.784%2C55.289%2C19.497%2C55.289c22.272%2C0%2C84.206%2C0%2C84.206%2C0%20s61.934%2C0%2C84.206%2C0c22.282%2C0%2C32.377-32.387%2C19.488-55.289C326.617%2C279.093%2C310.707%2C259.541%2C284.811%2C248.432z%22%20%2F%3E%3Cpath%20fill%3D%22%23cc0000%22%20d%3D%22M232.617%2C243.228c38.036%2C0%2C68.862-30.834%2C68.862-68.861v-16.495c0-38.036-30.826-68.862-68.862-68.862%20s-68.862%2C30.826-68.862%2C68.862v16.495C163.755%2C212.394%2C194.581%2C243.228%2C232.617%2C243.228z%22%20%2F%3E%3Cpath%20fill%3D%22%23cc0000%22%20d%3D%22M497.329%2C441.927l-75.836-73.882c65.265-90.806%2C57.141-218.443-24.454-300.037%20c-90.669-90.678-238.177-90.678-328.845%2C0c-90.678%2C90.668-90.678%2C238.195-0.009%2C328.862c81.613%2C81.605%2C209.25%2C89.72%2C300.074%2C24.427%20l73.855%2C75.826c15.645%2C18.886%2C38.748%2C20%2C56.602%2C2.137C516.598%2C481.423%2C516.205%2C457.563%2C497.329%2C441.927z%20M100.471%2C364.577%20c-72.969-72.978-72.969-191.304%2C0-264.265c72.978-72.978%2C191.295-72.978%2C264.274%2C0c72.97%2C72.97%2C72.979%2C191.287%2C0.009%2C264.273%20C291.785%2C437.545%2C173.449%2C437.545%2C100.471%2C364.577z%22%20%2F%3E%3C%2Fsvg%3E");
}

#diagnosi {
  background: #e3ecf0;
  display: block;
  text-decoration: none;
}
#diagnosi .inner {
  text-align: left;
  padding: 48px 72px;
}
#diagnosi h6 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.36em;
  padding-bottom: 24px;
}
#diagnosi h6 span {
  background: linear-gradient(transparent 60%, rgba(43, 160, 194, 0.4) 40%);
  text-underline-offset: -0.3em;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  margin: 0px 8px;
}
#diagnosi p span {
  position: relative;
}
#diagnosi p span:after {
  position: absolute;
  color: #0E88AC;
  font-family: "Oleo Script", system-ui;
  font-size: 28px;
  content: "Click!";
  transform: rotate(-8deg);
  display: block;
  top: 4px;
  right: -68px;
  transition: transform 0.5s;
}
#diagnosi img {
  position: absolute;
  bottom: 0px;
  right: 72px;
  width: 200px;
}
#diagnosi:hover {
  background: #EEDCDC;
}
#diagnosi:hover h6 span {
  background: linear-gradient(transparent 60%, rgba(204, 0, 0, 0.4) 40%);
}
#diagnosi:hover p span:after {
  color: #cc0000;
  transform: rotate(8deg);
}

#pagetop {
  position: fixed;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  background: #cc0000;
  text-align: center;
  cursor: pointer;
}
#pagetop:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}

footer {
  background: #fff;
  padding: 24px 0px;
}
footer .inner {
  display: flex;
  flex-wrap: column;
  align-items: center;
  padding-top: 32px;
}
footer .inner div {
  width: calc((100% - 360px) / 2);
}
footer .inner div img {
  width: 104px;
  height: 77px;
  margin-bottom: 16px;
}
footer .inner div p {
  font-size: 13px;
  line-height: 1.68em;
}
footer .inner div:first-of-type {
  order: 2;
  width: 360px;
}
footer .inner div:first-of-type h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
footer .inner div:first-of-type p {
  font-size: 12px;
}
footer .inner div:nth-of-type(2) {
  order: 1;
}
footer .inner div:last-of-type {
  order: 3;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
  margin-left: 32px;
  margin-bottom: 24px;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.middle {
  width: 420px;
}

.f_center {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center;
  margin: 0px auto;
}

.d_none {
  display: none;
}

.clear {
  clear: both !important;
}

.red {
  color: #cc0000;
}

.block {
  display: block;
}

.kome {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
