@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", "Arial", "メイリオ", "Meiryo", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #2f2f2f;
  background: #fff;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,ol{
	list-style-type: circle;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F36363;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F36363;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure{
  color: #000;
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F36363;
}

::-moz-selection {
  color: #fff;
  background: #F36363;
}

::selection {
  color: #fff;
  background: #F36363;
}

/*.fh5co-nav {
  position: absolute;
  top: 2em;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
    top: 0;
  }
}
.fh5co-nav .left-menu, .fh5co-nav .right-menu, .fh5co-nav .logo {
  display: inline-block;
  width: 40%;
  float: left;
}
.fh5co-nav .logo {
  width: 20%;
  float: left;
}
.fh5co-nav #fh5co-logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    font-size: 22px;
	  width: 200px;
  }
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 18px;
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
  position: relative;
}
.fh5co-nav ul li.active > a:after {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
}

*/


#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color:#fff;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
}
#fh5co-header a:hover {
  color: white;
  /*border-bottom: 1px solid white;*/
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover2 {
  height: 150px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(99, 103, 243, 0.5);
    background: -moz-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 103, 243, 0.5)), color-stop(26%, rgba(99, 103, 243, 0.63)), color-stop(100%, darkorange));
    background: -webkit-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, #f14444 100%);
    background: -o-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: -ms-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: linear-gradient(to right, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, #e85757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24040', endColorstr='#f36363', GradientType=1 );
}

.fh5co-cover2 .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(99, 103, 243, 0.5);
    background: -moz-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(99, 103, 243, 0.5)), color-stop(26%, rgba(99, 103, 243, 0.63)), color-stop(100%, darkorange));
    background: -webkit-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, #f14444 100%);
    background: -o-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: -ms-linear-gradient(left, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, darkorange 100%);
    background: linear-gradient(to right, rgba(99, 103, 243, 0.5) 0%, rgba(99, 103, 243, 0.63) 26%, #e85757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24040', endColorstr='#f36363', GradientType=1 );
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fh5co-cover {
    height: 640px;
  }
  .fh5co-cover2 {
    height: 80px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 740px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm .fh5co-cover2{
  height: 600px;
}
@media screen and (max-width: 767px) {
  .fh5co-cover.fh5co-cover-sm .fh5co-cover2 {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 2px;
}
#fh5co-header .display-tc h1 span,
#fh5co-counter .display-tc h1span,
.fh5co-cover .display-tc h1 span{
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2px;
}


@media screen and (max-width: 767px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing:2px;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F36363;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #251f1f !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-contact {
/* padding: 7em 0;*/
  clear: both;
}

/*

@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-project,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

*/

.about-content {
  margin-bottom: 7em;
}
.about-content img {
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F36363;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F36363;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  /*float: left;*/
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: #F36363;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center h3 {
  font-size: 18px;
  color: #f63636;
  font-weight: bold;
}

#fh5co-project .fh5co-project {
  margin-bottom: 30px;
}
#fh5co-project .fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a h3, #fh5co-project .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-project .fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
#fh5co-project .fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#fh5co-project .fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #fh5co-project .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#fh5co-project .fh5co-project > a:hover h3, #fh5co-project .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
#fh5co-project .fh5co-project > a:hover span {
  bottom: 15px;
}
#fh5co-project .fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fh5co-blog {
    width: auto;
    margin: 0 10px;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #F36363;
  position: relative;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #F36363 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F36363;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}

.fh5co-heading {
  margin-bottom: 2em;}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
/*.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

*/

#fh5co-testimonial {
  position: relative;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#fh5co-testimonial .fh5co-heading h2 {
  color: white;
}
#fh5co-testimonial .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonial .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .box-testimony a:hover, #fh5co-testimonial .box-testimony a:focus, #fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonial .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #F36363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 1px;
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-started {
  background: #f2f2f2;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  background: #e5595c;
  margin: 0 -200%;
  padding: 0 200%;
}
#fh5co-started .fh5co-heading h3 {
  color: #fff;
  margin-bottom: 20px !important;
}
/*#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
*/
#fh5co-started .type-bg {
  /*height: 54px;*/
  border: none !important;
  background: #F36363;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.1em;
  padding: 5px;
  border-radius: 30px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}


.blog-text h4 {
    color: #F36363;
    font-weight: bold;
	letter-spacing: 0.2em;
}


p.type-top {
    font-size: 105%;
    color: #2f2f2f!important;
    margin:28px 15px 18px;
}





#fh5co-footer {
    background: #545454;
    padding: 3em 0;
    clear: both;
    color: #fff;
	letter-spacing: 0.1em;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted black;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

.top40 {
	margin-top: 40px;
}

.bottom40 {
	margin-bottom: 40px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/*
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

*/
@media screen and (max-width: 767px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /*padding: 8px 20px;*/
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F36363;
  color: #fff;
  border: 2px solid #F36363;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f57b7b !important;
  border-color: #f57b7b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F36363;
  border: 2px solid #F36363;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F36363;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F36363;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  /*position: absolute;*/
  top: 0;
  right: 10px;
  /*border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;*/
}

/*# sourceMappingURL=style.css.map */



/*追加コード
--------------------------------------------------------*/

/*共通
-----------------------------------*/

@media screen and (max-width: 767px)  {
  br.br-pc{
    display:none;
  }
  .fh5co-cover2 .overlay{
	  padding:20px;
  }
}

.common-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common-widemargin{
  margin-bottom: 30px;
}

.common-narrowmargin-b{
  margin-bottom: 10px;
}

.common-narrowmargin-t{
  margin-top: 10px;
}

.credit a{
  color: #FFFFFF;
  text-decoration: underline;
}

.modal-dialog{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
}

.modal-content{
  pointer-events: all;
}


/*index
-----------------------------------*/

header#fh5co-header{
	background-image: url(../images/img_bg_2.jpg);
}

div#fh5co-logo {
  z-index: 500;
  font-size: 20px;
  padding: 58px 50px;
  position: relative;
  color: #fff;
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 767px){
  div#fh5co-logo{
    padding: 23px 50px;
  }
}

/* #fh5co-header .display-tc #photoimg02{
	margin: 15px;
} */

.touchpen-import, .uploadimage-import{
	text-align: center;
	overflow-x: hidden;
}

.touchpen-import-h3{
	margin: 0 -200%;
	padding: 0 200%;
	background-color: #f0d3d5;
	text-align: center;
	height: 110px;
}

.uploadimage-import-h3{
	margin: 0 -200%;
	padding: 0 200%;
	background-color: #dcd0e3;
	text-align: center;
	height: 110px;
}

.touchpen-import-h3 h3,.uploadimage-import-h3 h3{
	background: #f2f2f2;
  height: 110px;
  width: 220px;
  border-radius: 220px 220px 0 0;
  -moz-border-radius: 220px 220px 0 0;
  -webkit-border-radius: 220px 220px 0 0;
	display: inline-block;
  margin-top: 5px;
  margin-left: 0px;
	padding: 10px;
}

.touchpen-import p, .uploadimage-import p{
	padding: 15px;
}

.btn-sindan {
	padding: 10px 30px;
	border: 2px solid #c6c4c4;
}

.btn-sindan02 {
	color: #fff;
  background-color: #ac7fba;
	padding: 10px 30px;
	border: 2px solid #c6c4c4;
}

.btn-choice {
	color: #fff;
  background-color: #969696;
	padding: 10px 30px;
	border: 2px solid #c6c4c4;
}

.uploadimage-import .feature-center h3 {
	color: #be7edb !important;
}

.form-control{
	background-color: white;
	font-size: 14px;
	border: none;
	border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
  height: 47px;
}

label#upload-btn {
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0 10px 0 0;
  display: inline-block;
}

label#upload-btn input {
  display: none;
}

@media (min-width: 992px) {
  .index-field{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
    text-align: center;
    margin: auto;
  }
}

.index-invisible{
  display: none !important;
}

.index-sample{
  width: 290px;
  height: 170px;
  margin: auto auto 30px auto;
}

.index-kuchi{
  float: left;
  margin-bottom: 40px;
}

.index-sama{
  float: right;
  margin-top: 40px;
}

.index-explain{
  text-decoration: underline;
  font-weight: bold;
}

.index-addition{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* Facebookボタンの位置を揃える */
.fb_iframe_widget span {
  vertical-align: baseline !important;
}

/*result
-----------------------------------*/

.result-img{
	margin-bottom: 20px;
}

.result-img img{
	margin: 10px;
}

dl.result-detail {
  text-align: left;
  margin: 0 -200%;
  /* max-width: 700px; */
  padding: 2px 208.333%;
}

dl.result-detail dt{
  margin: 10px;
	color: #2f2f2f;
	text-decoration: underline;
}

dl.result-detail dd{
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* @media (min-width: 992px){
  .col-md-offset-2 {
	  margin-left: 0; 
  }
  .col-md-8 {
	  width: auto;
  }
} */

table.score-table {
  margin: auto;
  min-width: 300px;
	border: 3px solid #e5595c;
}

table.score-table, table.score-table th,table.score-table td {
	line-height: 1.5;
}

table.score-table th,table.score-table td {
	border: 1px solid #e5595c;
	padding: 10px;
}

table.score-table th{
	background-color: #fadcdc;
	text-align: center;
	color: #e5595c;
}

table.score-table td {
	background-color: #fff;
	text-align: left;
}

table.score-table td.score-num{
	text-align: right;
}

.detail{
	font-size: 14px;
	padding: 15px;
}

.detail button.big{
  width: 240px;
	text-align: center;
	font-size: 14pt;
	border-radius: 19px;
	background-color: #aa82c1;
	border: 2px solid #c6c4c4;
	color: #fff;
  padding: 5px;
	margin: 5px 2px;
}

.result-widemargin{
  margin-bottom: 30px;
}

@media screen and (max-width: 991px){
  .result-indent{
    margin-left: 2.5%;
  }
}

.result-tokuimg{
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px){
  .result-tokuimg{
    width: 83.33333%;
    max-width: 410px;  /* オリジナルの横幅（1230）の3分の1 */
    display: block;
    margin: auto;
  }
}

.result-guide{
  text-decoration: underline;
  font-weight: bold;
}

.result-share{
  margin: 50px 0;
}

/*usage
-----------------------------------*/

#fh5co-usage .fh5co-heading h3 {
  color: #e5595c;
  margin-bottom: 20px !important;
  background: #efd3d4;
  margin: 0 -10000px;
  padding: 22px 10000px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

.usage-method{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
	font-size: 20px;
	justify-content: center;
	margin: 30px 10px;
}

.usage-method01,.usage-method02{
  margin: 10px 30px;
}
.usage-method01 img,.usage-method02 img{
	padding-right: 10px;
}

.usage-method01 a:hover,.usage-method02 a:hover{
	text-decoration: underline;
}

.usage-method02 a{
	color: #be7edb;
}


@media screen and (max-width: 676px) {
  .usage-method{
	  flex-direction: column;
		text-align: center;
  }
}

.usage-detail01,.usage-detail02 {
    text-align: left;
    margin: 0;
    padding: 20px;
}

.usage-detail01{
	  background-color: #939192;
}

.usage-detail02 {
    background-color: #e5e4e4;
}

.usage-detail01 dl dt,.usage-detail02 dl dt{
	clear: both;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}

.usage-detail01 dl dd,.usage-detail02 dl dd{
	margin-left: 15px;
  padding: 20px 10px 20px 20px;
  height: 150px;
  display: block;
}

.usage-detail01 dl dd{
	color: #fff;
}

.usage-detail02 dl dd{
	color: #2f2f2f;
}

/*#fh5co-usage .fh5co-heading h3#usage-upload {
	color: #be7edb;
	background-color: #dcd0e3;
}
*/

@media screen and (max-width: 767px) {
  .usage-detail01,.usage-detail02 {
	  margin-bottom: 40px;
  }
}


/* introduction
-----------------------------------*/

.introduction-reading p{
  margin-bottom: 10px;
}

#fh5co-usage .fh5co-heading-left h3 {
  color: #e5595c;
  margin-bottom: 20px !important;
  background: #efd3d4;
  margin: 0 -30px 0 -200%;
  padding: 22px 30px 22px 200%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

#fh5co-usage .fh5co-heading-right h3 {
  color: #e5595c;
  margin-bottom: 20px !important;
  background: #efd3d4;
  margin: 0 -200% 0 -30px;
  padding: 22px 200% 22px 30px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 991px){
  #fh5co-usage .fh5co-heading-left h3 {
    color: #e5595c;
    margin-bottom: 20px !important;
    background: #efd3d4;
    margin: 0 -9999px;
    padding: 22px 9999px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
  }

  #fh5co-usage .fh5co-heading-right h3 {
    color: #e5595c;
    margin-bottom: 20px !important;
    background: #efd3d4;
    margin: 0 -9999px;
    padding: 22px 9999px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
  }
}

/*crop
-----------------------------------*/

.cfield{
	background-color: #e5d9ec;
  text-align: center;
  min-width: 800px;
}

.cfield h2 {
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #ac7fba;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 10px 10px 10px;
  border-bottom: 2px solid #aa82c1;
}

.cfield button.big{
  width: 240px;
	text-align: center;
	font-size: 14pt;
	border-radius: 19px;
	background-color: #aa82c1;
	border: 2px solid #c6c4c4;
	color: #fff;
  padding: 5px;
	margin: 5px 2px;
}

.cfield button.big img {
  padding-right: 5px;
  vertical-align: top;
}
	
button#examine{
	margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .cfield {
	  min-width: 0 !important;
  }
}


/*canvas
-----------------------------------*/

.pfield{
	background-color: #fadede;
  text-align: center;
  min-width: 800px;
}

.pfield h2 {
  font-family: "Playfair Display", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #e5595c;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 10px 10px 10px;
  border-bottom: 2px solid #e5595c;
}

.pfield button.big{
  width: 240px;
	text-align: center;
	font-size: 14pt;
	border-radius: 19px;
	background-color: #e5595c;
	border: 2px solid #c6c4c4;
	color: #fff;
  padding: 5px;
  margin: 5px 2px;
}

.pfield button.big img {
  padding-right: 5px;
  vertical-align: top;
}
	
button#examineh{
	margin-bottom: 20px;
}

div#canvas-area {
  background-color: #cbc5c5;
  padding: 12px;
  font-size: 0px;
}

@media screen and (max-width: 799px) {
  .pfield {
	  min-width: 0 !important;
  }
}

/* @media screen and (max-width: 600px) {
  div#canvas-area {
    background-color: #cbc5c5;
    padding: 20px;
	  overflow: scroll;
  }
} */

/* dictionary
-----------------------------------*/

.dict-tokuimg{
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 991px){
  .dict-tokuimg{
    width: 83.33333%;
    max-width: 416px;  /* オリジナルの横幅（1248）の3分の1 */
    display: block;
    margin: auto;
  }
}

.dict-tokutitle{
  font-size: 20pt;
}

@media screen and (max-width: 991px){
  .dict-namearea{
    margin-bottom: 50px;
  }
}

.dict-ddmargin{
  margin-left: 2.5%;
  margin-bottom: 1em;
}

.dict-underline{
  text-decoration: underline;
}

.dict-topmargin{
  margin-top: 20px;
}

.dict-decimal{
  list-style-type: decimal;
}