@charset "utf-8";
/**
 * ブラウザリセット
**/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse ;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
a img,
iframe {
  border: none;
}
a img:hover {
  opacity: 0.5;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  a img:hover {
    opacity: 1;
  }
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
ol,
ul,
li {
  list-style: none;
  line-height: 1.4rem;
}
table {
  width: 100%;
}
th,
td {
  padding: 5px;
}
p {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
p:last-of-type {
  margin-bottom: 0;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
.moz05,
input[type=text],
select,
textarea,
.submit.flip a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.moz10,
.submit a,
#container article > section.contact > div > div span {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.moz15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.shadow00 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.shadow03 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.shadow10 {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}
.color_a_hover {
  color: #80b44b;
}
.justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.serif,
header #scroll #inscroll nav ul > li span,
article section.main div h1 span {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.sans,
* {
  font-family: '游ゴシック', 'Yu Gothic', 'Lucida Grande', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
}
* {
  font-size: 16px;
  line-height: 16px;
  color: #787878;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  * {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.clearfix,
header:after,
header #inheader:after,
header #scroll #inscroll nav ul:after,
#container article:after,
footer .infooter:after,
article section.profile > div > section:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
a {
  color: #333333;
}
a:hover {
  color: #f0a9b4;
  cursor: pointer;
}
a.btn {
  display: inline-block;
  cursor: pointer;
}
a.btn:hover {
  opacity: 0.5;
}
p span {
  font-weight: bold;
}
input[type=text] {
  border: solid 1px #38becb;
  background-color: #f5fcfc;
  padding: 10px;
  margin: 0 10px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  input[type=text] {
    display: block;
    width: 96%;
  }
}
input[type=text][name=company],
input[type=text][name=dept],
input[type=text][name=address],
input[type=text][name=mail],
input[type=text][name=url] {
  width: 96%;
}
input[type=text][name=zip] {
  width: 30%;
  font-size: 1rem;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  input[type=text][name=zip] {
    width: 60%;
  }
}
input[type=text][name=tel],
input[type=text][name=fax] {
  width: 50%;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  input[type=text][name=tel],
  input[type=text][name=fax] {
    width: 96%;
  }
}
select {
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0 10px;
  -webkit-appearance: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 0px) and (max-width: 812px) {
  select {
    display: block;
    width: 96%;
  }
}
textarea {
  border: solid 1px rgba(0, 0, 0, 0.2);
  height: 15rem;
  width: 96%;
  border: solid 1px #38becb;
  background-color: #f5fcfc;
  padding: 10px;
  margin: 0 10px;
}
hr {
  border-top: dotted 3px #38becb;
  margin: 50px 0;
}
hr.leaf {
  clear: both;
  border-top: initial;
  background: url("../images/index/leaf.gif") no-repeat center center;
  height: 100px;
  margin: initial;
}
.submit {
  text-align: center;
  padding: 20px;
}
.submit p.red {
  color: #f0a9b4;
  font-weight: bold;
}
.submit a {
  display: inline-block;
  border: solid 1px;
  padding: 20px;
  width: 80%;
  margin: 0 5px;
  color: white;
  background-color: #f0a9b4;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.submit a:hover {
  cursor: pointer;
  background-color: rgba(200, 0, 10, 0.5);
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .submit a {
    -webkit-appearance: none;
    width: 100%;
  }
}
.submit a .mail-solid.icon {
  color: #ffffff;
  position: absolute;
  margin-left: -40px;
  margin-top: -2px;
  width: 30px;
  height: 20px;
  border-radius: 5px;
  border: solid 2px #ffffff;
}
.submit a .mail-solid.icon:before {
  content: '';
  position: absolute;
  left: 12px;
  top: -5px;
  width: 2px;
  height: 17px;
  color: #ffffff;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg);
}
.submit a .mail-solid.icon:after {
  content: '';
  position: absolute;
  left: 12px;
  top: -5px;
  width: 2px;
  height: 17px;
  color: #ffffff;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}
.submit.flip a {
  padding: 10px;
  width: 92%;
  color: #f0a9b4;
  border: solid 2px #f0a9b4;
  background-color: rgba(240, 169, 180, 0.2);
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .submit.flip a {
    width: 100%;
  }
}
.submit.flip a .mail-solid.icon {
  color: #f0a9b4;
  border: solid 2px #f0a9b4;
  background-color: #ffffff;
  margin-left: -35px;
}
.submit.flip a .mail-solid.icon:before,
.submit.flip a .mail-solid.icon:after {
  color: #f0a9b4;
  background-color: currentColor;
}
.submit.flip a:hover {
  background-color: rgba(200, 0, 10, 0.2);
  border: solid 2px rgba(200, 0, 10, 0.5);
  color: rgba(200, 0, 10, 0.5);
}
.submit.flip a:hover .mail-solid.icon {
  color: rgba(200, 0, 10, 0.5);
  border: solid 2px rgba(200, 0, 10, 0.5);
  background-color: #ffffff;
  margin-left: -35px;
}
.submit.flip a:hover .mail-solid.icon:before,
.submit.flip a:hover .mail-solid.icon:after {
  color: rgba(200, 0, 10, 0.5);
  background-color: currentColor;
}
.pc {
  display: initial!important;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .sp {
    display: initial!important;
  }
}
.hougan {
  background-color: rgba(250, 190, 0, 0.2);
  background-image: linear-gradient(45deg, rgba(250, 150, 0, 0.2) 25%, transparent 25%, transparent 75%, rgba(250, 150, 0, 0.2) 75%, rgba(250, 150, 0, 0.2)), linear-gradient(-45deg, rgba(250, 150, 0, 0.2) 25%, transparent 25%, transparent 75%, rgba(250, 150, 0, 0.2) 75%, rgba(250, 150, 0, 0.2));
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.short_border,
header #inheader nav ul li span:hover:after {
  content: " ";
  display: block;
  width: 60%;
  visivility: hidden;
  margin: auto;
  position: relative;
  top: 10px;
  border-bottom: solid 2px rgba(200, 0, 10, 0.5);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fade {
  opacity: 0;
}
.fade.fade__in {
  -webkit-animation: fadein 0.5s ease-in;
  animation: fadein 0.5s ease-in;
  animation-delay: 0;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** ベース設計 **/
body {
  -webkit-text-size-adjust: 100%;
  border-top: solid 15px #f0a9b4;
  min-width: 1200px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  body {
    min-width: 100%;
  }
}
header {
  width: 100%;
  background-color: #ffffff;
}
header #inheader {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/index/main.png") bottom right no-repeat;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader {
    width: 100%;
    height: initial;
    background: url("../images/index/main.png") top 78px right no-repeat;
    background-size: 100%;
  }
}
header #inheader .index_main_image {
  display: none;
}
header #inheader .title {
  text-align: center;
  padding: 20px 0 0;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader .title {
    display: none;
  }
}
header #inheader nav {
  display: block;
  text-align: center;
  padding: 10px;
}
header #inheader nav ul {
  display: table;
}
header #inheader nav ul li {
  display: table-cell;
  vertical-align: middle;
  border-bottom: solid 8px #ffffff;
}
header #inheader nav ul li a {
  padding: 0 9px;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  display: block;
}
header #inheader nav ul li a img {
  display: block;
}
header #inheader nav ul li:hover {
  border-bottom: solid 8px #f5ab9e;
}
header #inheader nav ul li:hover a img {
  cursor: pointer;
}
header #inheader nav ul li:last-of-type a {
  padding: 0;
  border: initial;
}
header #inheader nav ul li:last-of-type:hover {
  /*							border-bottom: solid 8px rgba(255,255,255,1);
	*/
}
header #inheader nav ul li.active {
  border-bottom: solid 8px #f5ab9e;
}
header #inheader nav ul li span {
  display: none;
}
header #inheader nav ul li span:hover {
  cursor: pointer;
  padding-bottom: 20px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader nav ul {
    display: none;
  }
}
header #scroll {
  display: none;
  width: 100%;
  padding: 10px 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
  transition: .5s;
  background: #ffffff;
  transform: translateY(0%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-bottom: solid 5px #f0a9b4;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #scroll {
    display: block;
    height: 70px;
  }
}
header #scroll.fixed {
  top: -10px;
  transform: translateY(-100%);
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #scroll.fixed {
    top: 0;
    transform: initial;
  }
}
header #scroll #inscroll {
  width: 1200px;
  margin: auto;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #scroll #inscroll {
    width: 100%;
  }
}
header #scroll #inscroll .title {
  display: inline-block;
}
header #scroll #inscroll .title img {
  display: block;
  width: 20%;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #scroll #inscroll .title img {
    width: initial;
    max-width: 80%;
    max-height: 50px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  header #scroll #inscroll .title img {
    /* IE10/11 */
    width: 100%;
  }
}
header #scroll #inscroll nav #navi {
  position: fixed;
  width: 40px;
  top: 5px;
  right: 15px;
  z-index: 101;
  display: inline-block;
  height: 50px;
}
header #scroll #inscroll nav #navi span {
  background-color: #f0a9b4;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 101;
  transform: rotate(0deg);
  transition: all 0.3s !important;
  height: 4px;
}
header #scroll #inscroll nav #navi span:nth-child(1) {
  transform-origin: center center;
  transform: translateY(50%) rotate(180deg);
  top: 10px;
}
header #scroll #inscroll nav #navi span:nth-child(2) {
  transform-origin: center center;
  transform: translateY(0) rotate(0deg);
  top: 24px;
}
header #scroll #inscroll nav #navi span:nth-child(3) {
  transform-origin: center center;
  transform: translateY(-10px) rotate(0deg);
  top: 47px;
}
header #scroll #inscroll nav #navi.open span {
  top: 25px;
  background-color: #f0a9b4;
}
header #scroll #inscroll nav #navi.open span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
header #scroll #inscroll nav #navi.open span:nth-child(2) {
  display: none;
}
header #scroll #inscroll nav #navi.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header #scroll #inscroll nav ul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.9);
}
header #scroll #inscroll nav ul > li {
  width: 100%;
  display: block;
  border-bottom: solid 1px #f0a9b4;
  height: initial;
}
header #scroll #inscroll nav ul > li span {
  display: block;
  padding: 20px 10px 10px;
  width: 90%;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #scroll #inscroll nav ul > li span {
    display: inline-block;
  }
}
header #scroll #inscroll nav ul > li a {
  display: block;
  text-decoration: none;
}
header #scroll #inscroll nav ul > li a:before {
  content: "■ ";
}
header #scroll #inscroll nav ul > li.active a,
header #scroll #inscroll nav ul > li:hover a {
  border-bottom: none;
}
header #scroll #inscroll nav ul > li.active a::after,
header #scroll #inscroll nav ul > li:hover a::after {
  visibility: hidden;
}
header #scroll #inscroll nav ul > li:last-of-type {
  border: initial;
}
header #scroll #inscroll nav ul > li[name=move__event] {
  display: none;
}
#container article > section.entry {
  margin-bottom: 100px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.entry {
    margin-bottom: 20px;
    padding: 10px;
  }
}
#container article > section.entry > div strong {
  display: block;
  border-right: solid 1px #cbb88d;
  vertical-align: middle;
  padding-right: 50px;
  margin-bottom: 50px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.entry > div strong {
    border-right: initial;
    padding-right: initial;
    margin-bottom: initial;
  }
  #container article > section.entry > div strong img {
    max-width: 100%;
  }
}
#container article > section.entry > div strong span {
  display: none;
}
#container article > section.entry > div > div a {
  display: inline-block;
  margin: 0 10px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.entry > div > div a {
    margin: 10px;
  }
  #container article > section.entry > div > div a img {
    max-width: 100%;
    width: 100%;
  }
}
#container article > section.contact {
  padding: 50px 0;
  text-align: center;
  background-color: #f8f2ec;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact {
    padding: 0;
  }
}
#container article > section.contact > div {
  display: table;
  margin: auto;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact > div {
    display: block;
    padding: 20px 10px;
  }
}
#container article > section.contact > div strong {
  display: table-cell;
  border-right: solid 1px #cbb88d;
  vertical-align: middle;
  padding-right: 50px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact > div strong {
    border-right: initial;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    padding: initial;
  }
  #container article > section.contact > div strong img {
    display: block;
    max-width: 100%;
    max-height: 60px;
    margin: auto;
  }
}
#container article > section.contact > div strong span {
  display: none;
}
#container article > section.contact > div > div {
  display: table-cell;
  padding-left: 50px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact > div > div {
    display: block;
    padding-left: 0;
  }
  #container article > section.contact > div > div img {
    max-width: 100%;
  }
}
#container article > section.contact > div > div span {
  display: block;
  color: #cbb88d;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact > div > div .tel {
    padding: 0 20px;
  }
  #container article > section.contact > div > div .tel img {
    width: 80%;
  }
}
#container article > section.contact > div > div p {
  margin: 10px auto 30px;
  color: #cbb88d;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #container article > section.contact > div > div a.btn img {
    padding: 0 20px;
  }
  #container article > section.contact > div > div a.btn img img {
    width: 80%;
  }
}
#container article > section.contact > div > div a.btn span {
  display: none;
}
footer {
  background-color: #ffffff;
}
footer .infooter {
  width: 1018px;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter {
    width: 100%;
  }
  footer .infooter img {
    width: 60%;
  }
}
footer .infooter .pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #38becb;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  z-index: 10000;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter .pagetop {
    right: 10px;
  }
}
footer .infooter .pagetop:after {
  content: " ";
  display: inline-block;
  border-bottom: solid 2px #38becb;
  content: '';
  position: absolute;
  left: 4px;
  top: 17px;
  width: 20px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
footer .infooter .pagetop:before {
  content: " ";
  display: inline-block;
  border-bottom: solid 2px #38becb;
  content: '';
  position: absolute;
  left: 16px;
  top: 17px;
  width: 20px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}
footer .infooter .pagetop:hover {
  background-color: #38becb;
  cursor: pointer;
}
footer .infooter .pagetop:hover:after,
footer .infooter .pagetop:hover:before {
  border-bottom: solid 2px #ffffff;
}
footer .infooter img {
  margin-bottom: 10px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter p {
    font-size: 0.8rem;
  }
}
.fotorama .fotorama__html div,
.fotorama .fotorama__html a {
  display: block;
}
.fotorama .fotorama__html div span,
.fotorama .fotorama__html a span {
  display: block;
  width: 1160px;
  height: 680px;
  cursor: pointer;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .fotorama .fotorama__html div span,
  .fotorama .fotorama__html a span {
    width: 100%;
    height: 300px;
  }
}
article {
  text-align: center;
}
article section.main div {
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.main div {
    height: 180px;
    margin-top: 40px;
  }
}
article section.main div span img {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.main div span img {
    min-height: 300px;
    width: 120vw;
  }
}
article section.main div h1 {
  position: relative;
  width: 1200px;
  height: initial;
  margin: auto;
  bottom: -250px;
  left: 50px;
  z-index: 100;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.main div h1 {
    bottom: -150px;
    left: 20px;
    filter: drop-shadow(0 0 2px #000000);
  }
}
article section.main div h1 span {
  position: absolute;
  color: #ffffff;
  font-size: 3rem;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.main div h1 span {
    bottom: 10px;
  }
}
article section.message {
  padding: 50px 0;
  text-align: center;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.message {
    padding: 20px 0;
  }
}
article section.message > div {
  display: inline-block;
  padding: 40px 0;
}
article section.message > div strong {
  display: block;
  margin-bottom: 40px;
}
article section.message > div strong span {
  display: none;
}
article section.message > div > div {
  display: inline-block;
}
article section.message > div > div p {
  line-height: 3rem;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.message > div > div p {
    padding: 0 20px;
    line-height: 2rem;
    text-align: left;
  }
  article section.message > div > div p br {
    display: none;
  }
}
article section.profile {
  padding: 0 0 50px;
  text-align: center;
}
article section.profile > div {
  display: inline-block;
  width: 930px;
  padding: 0 0 40px 0;
  text-align: left;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.profile > div {
    padding: 0;
    width: 100%;
  }
}
article section.profile > div strong {
  display: block;
  margin-bottom: 20px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.profile > div strong {
    margin-left: 20px;
  }
}
article section.profile > div strong span {
  display: none;
}
article section.profile > div > section > div:nth-of-type(1) {
  width: 270px;
  float: left;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.profile > div > section > div:nth-of-type(1) {
    width: 100%;
    float: initial;
    text-align: center;
  }
  article section.profile > div > section > div:nth-of-type(1) img {
    max-width: 100%;
  }
}
article section.profile > div > section > div:nth-of-type(2) {
  width: 580px;
  float: right;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  article section.profile > div > section > div:nth-of-type(2) {
    width: 100%;
    float: initial;
    padding: 20px;
  }
}
article section.profile > div > section > div:nth-of-type(2) > div {
  color: #f0a9b4;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px;
}
article section.profile > div > section > div:nth-of-type(2) > div > span {
  color: #f0a9b4;
  margin-left: 20px;
}
article section.profile > div > section > div:nth-of-type(2) table caption {
  font-weight: bold;
  margin-bottom: 10px;
}
article section.profile > div > section > div:nth-of-type(2) table tbody tr td {
  line-height: 1.5rem;
}
article section.profile > div > section > div:nth-of-type(2) table tbody tr td:nth-of-type(1) {
  width: 100px;
}
