@charset "UTF-8";

.gNavMypage {
  width: 90%;
}

.gNavMypage .gNavMypageInner ul li {
  width: calc(100% / 6);
}

.cp-area {
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}

.cp-tab {
  width: calc(100% / 3);
  background-color: #ccc;
  border-right: 1px solid #FFF;
  font-size: 14px;
  padding: 12px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  box-sizing: border-box;
  color: #888;
  line-height:1.2;
}

input[name="tab_name"] {
  display: none;
}

input:checked + .cp-tab {
  background-color: #4691F6;
  color: #FFF;
}

.content {
  display: none;
  width: 100%;
}

input:checked + .cp-tab + .content {
  display: block;
}

.content_inner {
  min-height: 400px;
}

.cp-list ._item {
  display: flex;
  border-bottom: 1px solid #eee;
  min-height: 200px;
  /* overflow: hidden;*/
}

.cp-list ._item-img {
  width: 20%;
  padding: 24px 12px;
}

._item-img ._date {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #444;
  line-height: 1.3;
  text-align: center;
  margin-top: 1em;
}

.cp-list ._item-img img {
  width: 180px;
  height: 100px;
  object-fit: cover;
}

.cp-list ._item-text {
  width: 60%;
  padding: 24px 12px;
}

.cp-list ._item-btn {
  width: 20%;
  padding: 24px 12px;
}

._item-text ._title {
  font-weight: bold;
  color:  #4691F6;
  line-height: 1.3;
  margin-bottom: 6px;
}

._item-text ._text {
  line-height: 1.4;
  font-size: 14px;
}

._item-btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

._item-btn button.btn {
  width: 100%;
  margin: 6px 0;
  background-color: #FFF;
  border: 1px solid #f66346;
  padding: 6px;border-radius: 4px;
  color: #f66346;
  font-weight: bold;
}

.cp-area .cp-form {
  margin-top: 12px;
}

.cp-area .cp-form > fieldset {
  margin-bottom: 16px;
}

.cp-area .cp-form input[type="text"] {
  width: 90%;
}

.cp-area .cp-form textarea {
  width: 90%;
  height: 70px;
}

.cp-area .cp-form .notice {
  font-size: 12px;
  color: #666;
  padding: 8px 0;
}

.cp-form_q {
  width: 100%;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cp-form_q .required {
  display: inline-block;
  padding: 0 0 0 8px;
  color: red;
  font-size: 12px;
}

.cp-form_select {
  padding: 2px 12px;
}

/* ---------- ---------- ---------- */

div.cp-lp-content {
  width: 92%;
  margin: 0 auto;
  padding: 12px;
}

div.cp-lp-content .main-image {
}

div.cp-lp-content .main-image > img {
  width: 100%;
}

div.cp-lp-content .sub-image {
  margin: 20px 0;
}

div.cp-lp-content .sub-image > img {
  width: 100%;
}

div.cp-lp-content .main-text {
}

div.cp-lp-content .sub-text {
}

