/*------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
--------------------------------------------------------------------------------*/

main header {
}

main header p {
  margin-top: 0;
  text-align: center;
}

main header h2 {

}



/* section
--------------------------------------------------------------------------------*/
/* column
--------------------------------------------------------------------------------*/
#column {
  padding: 40px 0px;
  padding-top: 20px;
}

#column h2 {
  position: relative;
  padding: 0 24px 10px 24px;
  padding-top: calc(80px - 1rem);
  height: 160px;
  background: url(/assets/img/photo/img_memo_pen.jpg) center center no-repeat;
  background-size: cover;
  color: #222;
  text-align: center;
  font-family: "NSJP";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

#column h2:before {
  display: none;
}

#column .section_lead {
  margin: 12px 12px 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #f2f2f2;
  font-size: 0.9rem;
  text-align: center;
}

#column .section_lead span {
  display: inline-block;
}

#column .flex_wrap {
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 12px;
}

#column .flex_item {
  position: relative;
  display: block;
  margin-top: 12px;
  width: 100%;
  height: auto;
  border-radius: 0.5ch;
  box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%);
  border: 1px solid #ccc;
}

#column .flex_item:hover {
  border: 1px solid #6464e6;
  background-color: #f0f0ff;
}

#column .flex_item:nth-of-type(1) {
  margin-top: 0;
}

#column .flex_item a {
  display: block;
}

#column h3 {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0px 12px 12px 12px;
  padding-left: calc(12px + 1.6rem);
  color: #666;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#column h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#column h3 strong {
  position: relative;
  display: block;
  margin-bottom: 6px;
  color: #5858b1;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
}

#column h3 strong:before {
  content: '\f303';
  position: absolute;
  top: 3%;
  left: -1.6rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#column .flex_item:hover h3 strong {
  color: #6464e6;
}

#column .item_contents {
  padding: 0 12px 14px 12px;
  font-size: 0.9rem;
  line-height: 1.4;
}

#column .item_contents p {
  margin-top: 6px;
}

#column .item_contents p:nth-of-type(1) {
  margin-top: 12px;
}

#column .flex_item img {
  width: 100%;
  height: 100px;
  border-radius: 0.5ch 0.5ch 0 0;
}

#column .item_link {
  margin: 24px 12px 0 12px;
  text-align: right;
}

#column .link_txt {
  border-bottom: 1px dashed #6464e6;
}

#column .link_txt:before {
  content: '\f0a9';
  position: absolute;
  top: 50%;
  left: -1.4rem;
  margin-top: -0.75rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#column .link_txt:hover {
  border-bottom: 1px dotted transparent;
  color: #6464e6;
}



/* column figure
--------------------------------------------------------------------------------*/
/* img
--------------------------------------------------------------------------------*/
/*
#column figure {
  display: block;
  height: auto;
  background-color: #f2f2f2;
}

#column figure:before {
  content: "";
  display: block;
  padding-top: 32%;
}
*/
#column_001 figure {
  background: url(/assets/img/illust/img_6_gakuso_baisho.png) no-repeat;
  background-position: 50% 5%;
  background-size: 55%;
}

#column_002 figure {
  background: url(/assets/img/illust/img_1_enji_ikuei_1.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%; 
}







/* column
--------------------------------------------------------------------------------*/
/* article
--------------------------------------------------------------------------------*/

#article {
  padding: 14px 0px 40px 0px;
}

#article > header {
  background-color: transparent;
}

#article > header h2 {
  display: inline-block;
  margin: 6px 0 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #6464e6;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

#article > header h2:after {
  display: none;
}

#article h2 {
  position: relative;
  margin: 0;
  padding: 0px 12px 12px 12px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#article h2 strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
}

#article .section_lead {
  margin: 12px 12px 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #f2f2f2;
  font-size: 0.9rem;
  text-align: center;
}

#article .section_lead span {
  display: inline-block;
}

#article > header .section_lead {
  display: inline-block;
  margin: 6px 12px 0 12px;
  padding: 0;
  background-color: transparent;
}

#article .sub_header {
  padding: 40px 24px;
  background-color: #ffffff;  
}

#article .sub_header h3 {
  position: relative;
  padding: 0 0 12px 0;
  color: #67a576;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article .sub_header p {
  margin-top: 12px;
  font-size: 1rem;
    line-height: 1.6;
}

#article .item_lead {
  padding: 40px 24px;
  background-color: #67a576;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}

#article .item_lead p {
  margin-top: 18px;
}

#article .item_lead p:nth-of-type(1) {
  margin-top: 0;
}

#article .item_lead .item_ref {
  margin-top: 24px;
  font-size: 0.9rem;
}

#article .item_lead .item_ref a {
  margin-top: 6px;
  color: #ddffe6;
  border-bottom: 1px dashed #ddffe6;
}

#article .sub_section {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #f4f7ff;
}

#article .sub_section .sub_section {
  margin-top: 24px;
  padding: 24px 24px;
  border-radius: 6px;
  background-color: #fff;
}

#article h3 {
  position: relative;
  padding: 0 0 12px 0;
  color: #6464e6;
  font-family: "NSJP";
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h3:after {
  display: none;
}

#article h3 strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-family: "NSJP";
  font-size: 1.6rem;
  font-weight: 900;
}

#article h4 {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 3px dotted #c1d0f7;
  color: #222;
  font-family: "NSJP";
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h5 {
  position: relative;
  margin-top: 24px;
  padding: 0 0 0 0;
  color: #438653;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article .sub_section p,
#article .sub_section ul,
#article .sub_section ol {
  margin-top: 24px;
  line-height: 1.6;
}

#article .sub_section p strong {
  color: #3a838c;
  font-weight: bold;
  line-height: 1.4;
}

#article .sub_section p a {
  border-bottom: 1px dashed #6464e6;
  color: #6464e6;
}

#article .sub_section p a:hover {
  border-bottom: 1px dotted transparent;
  color: #9898fb;
  cursor: pointer;
}

#article .sub_section ul,
#article .sub_section ol {
  list-style-position: outside;
  margin-left: 1.5rem;
  color: #3a838c;
  font-weight: bold;
  line-height: 1.4;
}

#article .sub_section ul li {
  list-style-type: disc;
  margin-top: 6px;
}

#article .sub_section ol li {
  list-style-type: decimal;
  margin-top: 6px;
}

#article footer {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #f0fbf3;
}

#article footer strong {
  display: inline-block;
  margin-bottom: 8px;
}

#article .item_ref a {
  position: relative;
  display: inline-block;
  margin: 0 0 12px 1.4rem;
  border-bottom: 1px dashed #6464e6;
  color: #6464e6;
  font-size: 0.8rem;
  word-break: break-all;
  cursor: pointer;
}

#article .item_ref a:last-child {
  margin-bottom: 0;
}

#article .item_ref a:before {
  content: '\f35d';
  position: absolute;
  top: 50%;
  left: -1.4rem;
  margin-top: -0.6rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#article .item_ref a:hover {
  border-bottom: 1px dotted transparent;
  color: #9898fb;
}

#article table {
  margin-top: 24px;
  width: 100%;
  border: 3px solid #9898fb;
  background-color: #fff;
}

#article th,
#article td {
  display: table-cell;
  padding: 6px 6px 5px 6px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 1;
  font-size: 0.95rem;
}

#article th {
  background-color: #9898fb;
  color: #fff;
}


#article > section > .num {
  margin-top: 12px;
  font-size: 0.95rem;
  text-align: right;
}

/* column
--------------------------------------------------------------------------------*/
/* table
--------------------------------------------------------------------------------*/
#table_007_01 th,
#table_007_01 td {
  padding: 12px 6px 11px 6px;
  vertical-align: middle;
}

#table_007_01 th {
  width: calc(100% / 3);
}

#table_010_01 th,
#table_010_01 td {
  width: 50%;
}



/* item_pagination
--------------------------------------------------------------------------------*/
.item_pagination {
  margin-top: 24px;
  padding: 0 12px;
  text-align: center;
}

.item_pagination li {
  display: inline;
  margin-left: 12px;
  font-size: 0;
}

.item_pagination li:nth-of-type(1) {
  margin-left: 0;
}

.item_pagination li a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
}

.item_pagination li a:hover {
  border: 1px solid #6464e6;
  background-color: #f0f0ff;
}

.item_pagination li .active {
  background-color: #9898fb;
  color: #fff;
  font-weight: bold;
}

.item_pagination li .active:hover {
  background-color: #9898fb;

}

.item_num {
  margin-top: 12px;
  text-align: right;
  font-size: 0.9rem; 
}

/*------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*------------------------------------------------------------------------------*/

main header {
  padding: 0;
  border-radius: 4px;
}

#side_bar {
  padding: 42px 0px 20px 0;
}


/* section
--------------------------------------------------------------------------------*/
/* column
--------------------------------------------------------------------------------*/

#column {
  background-color: transparent;
}

#column h2 {
  position: relative;
  padding: 0 24px 10px 24px;
  padding-top: calc(80px - 1rem);
  height: 160px;
  border-radius: 0.5ch;
  background: url(/assets/img/photo/img_memo_pen.jpg) center center no-repeat;
  background-size: cover;
  color: #222;
  text-align: center;
  font-family: "NSJP";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.articles h2 {
  font-size: 1.4rem !important;
  text-align: left !important;
}

#column .section_lead {
  margin: 12px 0 0 0;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #f2f2f2;
  font-size: 0.9rem;
  text-align: center;
}

#column .flex_wrap {
  justify-content: space-between;
  margin-top: 24px;
  padding: 0;
}

#column h3 {
  font-size: 0.95rem;
}

#column h3 strong {
  font-size: 1.2rem;
}





/* column
--------------------------------------------------------------------------------*/
/* article
--------------------------------------------------------------------------------*/

#article {
  padding: 18px 0px 40px 0px;
}

#article > header {
  background-color: transparent;
}

#article > header h2 {
  display: inline-block;
  margin: 6px 0 0 0;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #6464e6;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

#article > header h2:after {
  display: none;
}

#article h2 {
  position: relative;
  margin: 0;
  padding: 0px 12px 12px 12px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #6464e6, #6464e6 1px, transparent 2px, transparent 5px);
  background-size: 5px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#article h2 strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
}

#article .section_lead {
  margin: 12px 12px 0 12px;
  padding: 6px 12px 4px 12px;
  border-radius: 2rem;
  line-height: 1.3;
  background-color: #f2f2f2;
  font-size: 0.9rem;
  text-align: center;
}

#article .section_lead span {
  display: inline-block;
}

#article > header .section_lead {
  display: inline-block;
  margin: 6px 12px 0 12px;
  padding: 0;
  background-color: transparent;
}

#article .sub_header {
  padding: 40px 24px;
  background-color: #fff;  
}

#article .sub_header h3 {
  position: relative;
  padding: 0 0 12px 0;
  color: #67a576;
  font-family: "NSJP";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article .sub_header p {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

#article .item_lead {
  padding: 40px 24% 40px 24px;
  background-color: #67a576;
  background: #67a576 url(/assets/img/illust/img_0_suit_man_pointing.png) no-repeat;
  background-size: 20%;
  background-position: bottom -10px right -10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}

#article .sub_section {
  margin-top: 24px;
  padding: 40px 24px;
  background-color: #f4f7ff;
}

#article h3 {
  position: relative;
  padding: 0 0 12px 0;
  color: #6464e6;
  font-family: "NSJP";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h3:after {
  display: none;
}

#article h3 strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-family: "NSJP";
  font-size: 2.2rem;
  font-weight: 900;
}

#article h4 {
  padding: 0 0 6px 0;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article h5 {
  margin-top: 24px;
  padding: 0 0 0 0;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

#article .sub_section p {
  margin-top: 24px;
  line-height: 1.6;
}

#article .item_ref a {
  margin-left: 2.4rem;
}









/*------------------------------------------------------------------------------*/
}
/*------------------------------------------------------------------------------*/
