@charset "utf-8";
/* CSS Document */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 1.6;
  font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*---original text color on this page ---*/



/*--------------------------------------
共通
--------------------------------------*/
img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #F30;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
/***--------------------------------------------
#main
-----------------------------------------------*/
#wrapper {
  width: 920px;
  margin: 0 auto;
}
.category {
  text-align: center;
}
.p-main-visual {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.lead {
  width: 80%;
  margin: 0 auto 40px;
}
.lead h1 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.btn-block {
  background-color: #F60;
  padding: 60px 0px 20px;
}
.btn {
  text-align: center;
  margin-bottom: 40px;
}
.btn-entry {
  display: block;
  padding: 20px 0px;
  border-radius: 32px;
  width: 300px;
  margin: 0 auto;
}
.btn-or {
  background-color: #F60;
  color: #fff;
}
.btn-wh {
  background-color: #fff;
  color: #000;
}
.btn-entry:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-right: 5px;
  color: #000;
}
.btn-entry:hover {
  opacity: 0.6;
}
.p-main-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.p-main-content section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.comp {
  border: 4px solid #000;
  margin: 0 15px;
  position: relative;
}
.label-new {
  position: absolute;
  top: 70px;
  right: 20px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 0.8rem;
  line-height: 50px;
  text-align: center;
  background-color: #ff9326;
}
.comp-logo {
  border-bottom: 4px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.comp-logo img {
  width:200px;
  height:auto;}
.cate-item-head {
  margin: 15px 0px 15px 15px;
}
.cate-item {
  color: #FFF;
  font-size: 10px;
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
  padding: 3px 20px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.comp-content {
  margin-left: 15px;
  margin-bottom: 30px;
}
.comp-content h2 {
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 15px;
}
.comp-content h2 a:hover {
  text-decoration: underline;
}
.prof {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prof img {
  display: block;
  width: 50px;
  width: 50px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}
.prof-data {
  box-sizing: border-box;
  word-wrap: break-word;
  -ms-overflow-style: scrollbar;
  align-items: center;
}
.prof-data span {
  display: block;
  padding-left: 12px;
  line-height: 1.4em;
}
.prof-name {
  font-weight: 600;
  font-size: 14px;
}
.prof-name small {
  font-size: 10px;
  padding-left: 5px;
  font-weight: normal;
}
.prof-position {
  font-size: 10px;
}
.comp-point {
  padding: 20px 15px;
  background-color: #E8EBEB;
  margin-bottom: 20px;
}
.comp-point ul li {
  margin-bottom: 20px;
}
.comp-point ul li:nth-child(3) {
  margin-bottom: 0px;
}
.point, .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #000;
  background-color: #ffffff;
}
.point-list {
  width: 40px;
  height: 44px;
  text-align: center;
}
._point {
  font-size: 9px;
  font-weight: 800;
}
._number {
  font-size: 18px;
  line-height: 1;
}
.point-t {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.comp-btn {
  margin-left: 15px;
  margin-bottom: 20px;
}
.comp-btn ul li {
  margin-bottom: 10px;
}
.comp-btn ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-right: 5px;
  color: #000;
}
.comp-btn ul li a {
  color: #000;
  font-weight: 700;
}
.comp-btn ul li a:hover {
  opacity: 0.6;
}
.textwidget {
  text-align: center;
  margin-bottom: 40px;
}
.textwidget p {
  font-size: 10px;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 180px;
  background-color: #fff;
}
.textwidget p::before {
  content: '';
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 240px;
  left: -30px;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 768px) {
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
　
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px) {
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
　
}
#wrapper {
  width: 100%;
}
.lead {
  width: 95%;
}
.comp {
  margin: 0px;
}
.p-main-content {
  margin-right: 0px;
  margin-left: 0px;
}
.p-main-content section {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pc-only {
  display: none;
}
}
