@charset "utf-8";
.jcomnet {
  max-width: 960px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游ゴシック", YuGothic, HelveticaNeue, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  color: #212121;
}
.jcomnet img {
  vertical-align: top;
  border: 0;
}
.jcomnet .sec-header {
  position: relative;
  height: 806px;
  margin: 0 0 55px;
  background: url("../images/header_bg.jpg") left top no-repeat;
}
.jcomnet .sec-header h1 {
  position: absolute;
  top: 339px;
  left: 39px;
}
.jcomnet .sec-header p {
  position: absolute;
  padding: 0 75px;
  bottom: 51px;
  left: 0;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  color: #fff;
}
.jcomnet .sec-profile {
  padding: 0 0 85px;
  background: #f3eee5;
}
.jcomnet .sec-profile .photo {
  margin: 0 0 3px;
}
.jcomnet .sec-profile .profiles {
  display: flex;
  justify-content: space-between;
  padding: 0 34px;
}
.jcomnet .sec-profile .profile h2 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 2px solid;
}
.jcomnet .sec-profile .profile .wrap {
  display: flex;
  justify-content: space-between;
}
.jcomnet .sec-profile .profile dt {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #6d6c6c;
}
.jcomnet .sec-profile .profile dd {
  font-size: 14px;
  color: #343434;
}
.jcomnet .sec-profile .profile-iru {
  width: 340px;
  margin: 0 42px 0 0;
}
.jcomnet .sec-profile .profile-iru h2 {
  border-color: #f66749;
}
.jcomnet .sec-profile .profile-iru dl:nth-child(1) {
  width: 52%;
}
.jcomnet .sec-profile .profile-iru dl:nth-child(2) {
  width: 46%;
}
.jcomnet .sec-profile .profile-iranai {
  width: 510px;
}
.jcomnet .sec-profile .profile-iranai h2 {
  border-color: #3487d0;
}
.jcomnet .sec-profile .profile-iranai dl {
  width: 32%;
}
.jcomnet .sec-dialog .comment {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.jcomnet .sec-dialog .comment:last-child {
  margin-bottom: 0;
}
.jcomnet .sec-dialog .comment .name {
  position: relative;
}
.jcomnet .sec-dialog .comment .name p {
  position: absolute;
  width: 77px;
  height: 77px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100%;
  color: #fff;
  background: #ccc;
}
.jcomnet .sec-dialog .comment .name p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jcomnet .sec-dialog .comment .text {
  position: relative;
}
.jcomnet .sec-dialog .comment .text > div {
  box-sizing: border-box;
  position: relative;
  border: 4px solid #ccc;
  background: #fff;
  border-radius: 10px;
}
.jcomnet .sec-dialog .comment .text > div:before,
.jcomnet .sec-dialog .comment .text > div:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 27px 26px 0;
}
.jcomnet .sec-dialog .comment .text > div:before {
  bottom: 27px;
  right: -27px;
  border-color: transparent transparent #ef8f3a transparent;
}
.jcomnet .sec-dialog .comment .text > div:after {
  bottom: 31px;
  right: -17px;
  border-color: transparent transparent #fff transparent;
}
.jcomnet .sec-dialog .comment .text .icon {
  content: "";
  display: block;
  position: absolute;
  width: 83px;
  height: 84px;
  top: 0;
  left: 0;
}
.jcomnet .sec-dialog .comment .text p {
  padding: 33px 35px;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  color: #333;
}
.jcomnet .sec-dialog .comment .text p strong {
  background: #ff0;
}
.jcomnet .sec-dialog .comment-iranai {
  flex-direction: row-reverse;
  padding: 0 45px 0 80px;
}
.jcomnet .sec-dialog .comment-iranai .name p {
  right: -24px;
  bottom: -20px;
  background: #3a8bd1;
}
.jcomnet .sec-dialog .comment-iranai .text {
  margin: 0 30px 0 0;
}
.jcomnet .sec-dialog .comment-iranai .text > div {
  border-color: #3487d0;
}
.jcomnet .sec-dialog .comment-iranai .text > div:before {
  border-color: transparent transparent #3487d0 transparent;
}
.jcomnet .sec-dialog .comment-iranai .text .icon {
  top: -32px;
  left: -39px;
}
.jcomnet .sec-dialog .comment-iru {
  padding: 0 70px 0 30px;
}
.jcomnet .sec-dialog .comment-iru .name p {
  left: -24px;
  bottom: -20px;
  background: #f66749;
}
.jcomnet .sec-dialog .comment-iru .text {
  margin: 0 0 0 30px;
}
.jcomnet .sec-dialog .comment-iru .text > div {
  border-color: #f66749;
}
.jcomnet .sec-dialog .comment-iru .text > div:before,
.jcomnet .sec-dialog .comment-iru .text > div:after {
  border-width: 0 0 26px 27px;
}
.jcomnet .sec-dialog .comment-iru .text > div:before {
  left: -27px;
  right: auto;
  border-color: transparent transparent #f66749 transparent;
}
.jcomnet .sec-dialog .comment-iru .text > div:after {
  left: -17px;
  right: auto;
  border-color: transparent transparent #fff transparent;
}
.jcomnet .sec-dialog .comment-iru .text .icon {
  top: -32px;
  left: auto;
  right: -39px;
}
.jcomnet .sec-dialog .comment-obayashi {
  padding: 0 150px 0 90px;
}
.jcomnet .sec-dialog .comment-kobayashi {
  padding: 0 200px 0 50px;
}
.jcomnet .sec-dialog .comment-inoue {
  padding: 0 70px 0 195px;
}
.jcomnet .sec-dialog-iranai {
  padding: 60px 0 90px;
  background: #f6f6f6;
}
.jcomnet .sec-dialog-iranai h2 {
  margin: 0 0 35px;
  text-align: center;
}
.jcomnet .sec-dialog-iru {
  padding: 50px 0 90px;
  background: #fff;
}
.jcomnet .sec-dialog-iru h2 {
  margin: 0 0 90px;
  text-align: center;
}
.jcomnet .sec-dialog-question {
  padding: 40px 0 90px;
  background: #f6f6f6 url("../images/question_bg.png") left top;
}
.jcomnet .sec-dialog-question h2 {
  margin: 0 0 90px;
  text-align: center;
}
.jcomnet .sec-dialog-question .comment:nth-child(2) .text {
  width: 640px;
}
.jcomnet .sec-matome {
  margin: 0 0 100px;
  padding: 60px 30px;
  background: #e52b2b;
}
.jcomnet .sec-matome h2 {
  margin: 0 0 56px;
  text-align: center;
}
.jcomnet .sec-matome .photo {
  text-align: cente;
}
.jcomnet .sec-matome .wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 40px 25px 40px;
  background: #fff;
}
.jcomnet .sec-matome .wrap ul {
  width: 420px;
}
.jcomnet .sec-matome .wrap ul:nth-child(2) {
  width: 400px;
}
.jcomnet .sec-matome .wrap li {
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 7px 33px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #333;
  border-bottom: 2px solid #333;
}
.jcomnet .sec-matome .wrap li:last-child {
  margin-bottom: 0;
}
.jcomnet .sec-matome .wrap li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: #fff;
  border: 2px solid #333;
}
.jcomnet .sec-matome .text {
  padding: 0 36px;
}
.jcomnet .sec-matome .text p {
  margin: 0 0 1.875em;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  color: #fff;
}
.jcomnet .sec-matome .text p:last-child {
  margin-bottom: 0;
}
.jcomnet .sec-info {
  padding: 0 0 70px;
  background: #fff;
  border: 5px solid #494949;
}
.jcomnet .sec-info h2 {
  margin: -38px 0 28px;
  text-align: center;
}
.jcomnet .sec-info .catch {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #300;
}
.jcomnet .sec-info .text {
  margin: 0 75px 21px;
}
.jcomnet .sec-info .text p {
  margin: 0 0 1.875em;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
.jcomnet .sec-info .text p:last-child {
  margin-bottom: 0;
}
.jcomnet .sec-info .illust {
  margin: 0 0 50px;
  text-align: center;
}
.jcomnet .sec-info .button p {
  text-align: center;
}
.jcomnet .sec-info .button a {
  display: inline-block;
  min-width: 759px;
  text-align: center;
  background: #c33;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #951616;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.jcomnet .sec-info .button a:hover {
  box-shadow: 10px 10px 0 #951616;
  transform: translate(-5px, -5px);
}
.jcomnet .sec-info .button a:hover img {
  opacity: 1;
}
/*.jcomnet .sec-info .button-cashback {
  margin-bottom: 20px;
}
.jcomnet .sec-info .button-cashback a {
  box-shadow: 4px 4px 0 #002d5f;
}
.jcomnet .sec-info .button-cashback a:hover {
  box-shadow: 10px 10px 0 #002d5f;
}*/

/*青ボタン*/

.jcomnet .sec-btnb {
  margin: 75px 0 75px;
}
.jcomnet .sec-btnb .button p {
  text-align: center;
}
.jcomnet .sec-btnb .button a {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #002d5f;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.jcomnet .sec-btnb .button a:hover {
  box-shadow: 10px 10px 0 #002d5f;
  transform: translate(-5px, -5px);
}
.jcomnet .sec-btnb .button a:hover img {
  opacity: 1;
}
/*青ボタン*/

/*赤ボタン*/
.jcomnet .sec-btnr {
  margin: 75px 0 75px;
}
.jcomnet .sec-btnr .button p {
  text-align: center;
}
.jcomnet .sec-btnr .button a {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #951616;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.jcomnet .sec-btnr .button a:hover {
  box-shadow: 10px 10px 0 #951616;
  transform: translate(-5px, -5px);
}
.jcomnet .sec-btnr .button a:hover img {
  opacity: 1;
}
/*赤ボタン*/
.jcomnet .sec-credit p {
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
.jcomnet .sec-link {
  margin-top: 50px;
  padding: 32px 90px 35px 60px;
  border-top: 2px solid #3f3f3f;
  border-bottom: 2px solid #3f3f3f;
}
.jcomnet .sec-link h2 {
  margin: 0 0 22px;
  text-align: center;
}
.jcomnet .sec-link h2 span {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  border: 2px solid #2e2e2e;
}
.jcomnet .sec-link .wrap a {
  display: flex;
  transition: opacity 0.3s ease;
}
.jcomnet .sec-link .wrap a:hover {
  color: #212121;
  opacity: 0.7;
}
.jcomnet .sec-link .wrap a:hover img {
  opacity: 1;
}
.jcomnet .sec-link .photo {
  margin: 0 30px 0 0;
}
.jcomnet .sec-link .text {
  padding: 14px 0 0;
}
.jcomnet .sec-link .text h3 {
  margin: 0 0 19px;
  font-size: 20px;
  line-height: 1;
  color: #e21c1c;
}
.jcomnet .sec-link .text p {
  margin: 0 0 1.8em;
  font-size: 16px;
  line-height: 1.8;
}
.jcomnet .sec-link .text p:last-child {
  margin-bottom: 0;
}
.jcomnet .sec-credit p {
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
