/* ----------------------------------------

- common
- archiveList
- single
- page method
- page method-cate

---------------------------------------- */
/* ----------------------------------------

- common

---------------------------------------- */
/* linkList
---------------------------------------- */
.linkList > ul > li {
  margin-top: 1em;
}
.linkList > ul > li:first-child {
  margin-top: 0;
}
.linkList > ul > li > a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 1.5em;
  position: relative;
}
.linkList > ul > li > a::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_arw_circle_right_green.svg) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0.1em;
}

/* ----------------------------------------

- archiveList

---------------------------------------- */
.archiveList > ul  {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -25px;
}
.archiveList > ul > li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  margin-top: 25px;
}
.archiveList > ul > li > a {
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 16%);
  border-radius: 12px;
  padding: 20px;
}
.archiveList .thumbnail  {
  width: 100%;
  height: 0;
  padding-top: 57.971%;
  position: relative;
  margin-bottom: 20px;
}
.archiveList .thumbnail > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.archiveList .ar_cate .cate_icon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #189800;
  padding: .25em .5em;
}
.archiveList .ar_tit {
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 737px){
  .archiveList > ul  {
    display: block;
    margin-left: 0;
    margin-top: 0;
  }
  .archiveList > ul > li {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .archiveList > ul > li > a {
    display: block;
  }
  .archiveList .ar_cate .cate_icon {
    font-size: 13px;
  }
}

/* sidebar_archiveList
---------------------------------------- */
.sidebar_archiveList_tit {
  font-weight: bold;
  margin-bottom: 15px;
}
.sidebar_archiveList {
  margin-bottom: 70px;
}
.sidebar_archiveList > ul  {
  margin-bottom: 30px;
}
.sidebar_archiveList > ul > li {
  border-bottom: 1px solid #E5E5E5;
}
.sidebar_archiveList > ul > li:first-child {
  border-top: 1px solid #E5E5E5;
}
.sidebar_archiveList > ul > li > a {
  display: flex;
  padding: 20px 0;
}
.sidebar_archiveList .thumbnail  {
  width: 30%;
  height: 0;
  padding-top: 20%;
  margin-right: 10px;
  position: relative;
}
.sidebar_archiveList .thumbnail > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sidebar_archiveList .ar_detail {
  width: 70%;
}
.sidebar_archiveList .ar_tit {
  font-size: 14px;
  font-weight: 500;
}
.sidebar_archiveList_btn  .btn01 {
  max-width: 230px;
  min-width: auto;
}
@media only screen and (max-width: 737px){
  .sidebar_archiveList {
    margin-bottom: 0;
  }
}
/* ----------------------------------------

- single

---------------------------------------- */
.single #sidebar {
  width: 23%;
  float: left;
}
.single #main {
  width: 68%;
  float: right;
}
/* article
----------------------------------- */
.single article h1 {
	font-size: 32px;
	line-height: 1.31;
	font-weight: bold;
  margin-bottom: 60px;
}
.single article p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single article h2 {
  text-align: left;
  margin: 50px 0 15px 0;
  padding: 0;
}
.single article h3 {
  border-bottom: #333 solid 2px;
  padding-bottom: 10px;
  font-weight: bold;
  margin: 40px 0 15px 0;
}
.single article h4 {
  border-radius: 5px;
  padding: 15px;
  background-color: #f0e68c;
  margin: 40px 0 15px 0;
}
.single article .tagArea {
  margin-bottom: 20px;
}
.single article .tagArea .pageTag {
  margin-right: 5px;
}

.single article .tagArea .pageTag a {
  display: inline-block;
  padding: 5px 10px;
  background: #CCC;
  color: #FFF;
  font-size: 13px;
}
.single article.tagArea .pageTag a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.single article .tagArea .pageTag.basic-knowledge a {
  background: #46b1e7;
}
.single article .tagArea .pageTag.choose-publisher a {
  background: #13c25f;
}
.single article .tagArea .pageTag.how2win a {
  background: #de9012;
}
@media only screen and (max-width: 737px){
  .single #sidebar {
    width: auto;
    float: none;
    margin-top: 50px;
  }
  .single #main {
    width: auto;
    float: none;
  }
  .single article h1 {
		font-size: 23px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------

- page method

---------------------------------------- */

/* methodNav
----------------------------------- */
.page .methodNav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -50px;
}
.page .methodNav_box {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  margin-top: 50px;
}
.page .methodNav_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px 12px 0 0;
}
.page .methodNav_tit span {
  font-size: 133%;
  font-weight: bold;
}
.page .methodNav_tit > h2 {
  padding: 10px 5px;
  position: relative;
}
.page .methodNav_tit > h2::after {
  content: "";
  width: 88px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.page .novel .methodNav_tit { background-image: url(../img/method/linklist_ttl_novel.jpg); }
.page .essay .methodNav_tit { background-image: url(../img/method/linklist_ttl_essay.jpg); }
.page .picture_book .methodNav_tit { background-image: url(../img/method/linklist_ttl_picture_book.jpg); }
.page .my_history .methodNav_tit { background-image: url(../img/method/linklist_ttl_my_history.jpg); }
.page .practical_book .methodNav_tit { background-image: url(../img/method/linklist_ttl_practical_book.jpg); }
.page .others .methodNav_tit { background-image: url(../img/method/linklist_ttl_others.jpg); }

.page .methodNav_txtarea {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 25px 15px;
}

@media only screen and (max-width: 737px){
  .page .methodNav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -20px;
  }
  .page .methodNav_box {
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-top: 20px;
  }
  .page .methodNav_tit {
    min-height: 100px;
    font-size: 15px;
  }
  .page .methodNav_tit > h2::after {
    width: 60px;
  }
  .page .methodNav_txtarea {
    font-size: 13px;
    padding: 20px 10px;
  }
}
/* interviewLink
----------------------------------- */
.page .interviewLink {
  display: flex;
  margin-left: -20px;
  margin-top: -20px;
  overflow: hidden;
}
.page .interviewLink > a {
  display: block;
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 737px){
  .page .interviewLink {
    display: block;
  }
  .page .interviewLink > a {
    width: auto;
  }
}
/* snsArea
----------------------------------- */
.page .snsArea {
  display: flex;
  margin-left: -30px;
  margin-top: -30px;
  overflow: hidden;
}
.page .snsArea .box  {
  display: block;
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}

.iframeWrap{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 
.fb-page,
.fb-page span,
.iframeWrap iframe,
.iframeWrap  ._2p3a {
  width: 100% !important;
}
@media only screen and (max-width: 737px){
  .page .snsArea {
    display: block;
  }
  .page .snsArea .box  {
    width: auto;
    text-align: center;
  }
}

/* ----------------------------------------

- page method-cate

---------------------------------------- */
/* pageNav
----------------------------------- */
.page .pageNav dl {
  display: flex;
  flex-wrap: wrap;
}
.page .pageNav dt {
  width: 17%;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
}
.page .pageNav dd {
  width: 83%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3C3C3;
}
.page .pageNav dt:first-of-type,
.page .pageNav dd:first-of-type { 
  border-top: 1px solid #C3C3C3;
  padding-top: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 737px){
  .page .pageNav dl {
    display: block;
  }
  .page .pageNav dt {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page .pageNav dd {
    width: 100%;
  }
  .page .pageNav dd:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
/* course_linkList
----------------------------------- */
.page .pageNav .linkList > ul > li > a::before {
  background: url(../img/common/icon_arw_circle_bottom_green.svg) center/contain no-repeat;
}
.page .pageNav .linkList > ul > li > ol {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 10px;
}
.page .pageNav .linkList > ul > li > ol > li {
  counter-increment: number 1;
  min-width: calc(25% - 10px);
  margin-left: 10px;
  margin-top: 10px;
}
.page .pageNav .linkList > ul > li > ol > li > a {
  width: 100%;
  display: flex;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 16%);
  border-radius: 12px;
  padding: 15px;
  box-sizing: border-box;
}
.page .pageNav .linkList > ul > li > ol  > li > a::before {
  content: counter(number) "."; 
  padding-left: 1em;
  background: url(../img/common/icon_arw_bottom_green.svg) left  top .35em / .55em auto no-repeat;
}
@media only screen and (max-width: 737px){

  .page .pageNav .linkList > ul > li > ol  > li {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .page .pageNav .linkList > ul > li > ol  > li {
    font-size: 13px;
    min-width: auto;
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-top: 10px;
  }
  .page .pageNav .linkList > ul > li > ol  > li > a {
    padding: 10px;
  }

}

/* lp_wrapper
----------------------------------- */
/*** margin ***/
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top: 40px;}

.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}

.m10 { margin-bottom:10px;}
.m15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}

.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml40 { margin-left:40px;}
/*** padding ***/
.pt10 { padding-top:10px;}
.pr10 { padding-right:10px;}
.pb20 { padding-bottom:20px;}
.pb90 { padding-bottom:90px;}
.pl10 { padding-left:10px;}
/*** float,clear ***/
.fleft {	
  float: left; 
  margin-right: 20px;
  margin-bottom: 20px;
}
.fright {	
  float: right; 
  margin-left: 20px;
  margin-bottom: 20px;
}
.clear { clear: both; }
.cf { 		clear: both;}

/*** text  ***/
.left {	text-align: left; }
.right { text-align: right; }
.center {	text-align: center; }
.txt_narrow {	letter-spacing: -1px; }
.txt_space {	letter-spacing: 1px; }
.txt_indent {	text-indent: 1em;}

#lp_wrapper {
  counter-reset: number 0;
  max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: content-box;
}
/*** li ***/
#lp_wrapper li {
  margin-bottom: 0.5em;
}
/*** p ***/
#lp_wrapper p {
  margin-bottom: 1em;
}
/*** pageImg ***/
#lp_wrapper #pageImg {
  text-align: center;
  margin-bottom: 140px;
}
/*** h2 ***/
#lp_wrapper h2 {
  counter-increment: number 1;
  font-size: 34px;
  font-weight: bold;
  background: #E4E8E4;
  padding: .5em 1em;
  border-radius: 12px;
  margin-bottom: 55px;
  margin-top: 140px;
}
#lp_wrapper h2 span {
  display: inline-block;
  padding-left: .8em;
  border-left: 4px solid #339719;
}
#lp_wrapper h2 span::before {
  content: counter(number) "."; 
}
#lp_wrapper h2 span.pc {display: none!important}
#lp_wrapper h2 span.sp {display: inline-block!important }


#lp_wrapper dt.pc {display: none!important}
#lp_wrapper dt.sp  {display: block!important }
/*** h3 ***/
#lp_wrapper h3 {
  display: block;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #C3C3C3;
  margin-bottom: 40px;
  margin-top: 40px;
}
/*** bestBox ***/
#lp_wrapper .bestBox {
  max-width: 855px;
  padding: 0 100px;
  box-sizing: content-box;
  margin: 150px auto;
}
#lp_wrapper .best dt {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: #1C6B85;
  border-radius: 12px 12px 0 0;
  padding: 15px;
  padding-left: 80px;
  position: relative;
}
#lp_wrapper .best dt:before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../img/method/method_course_point.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-60%,-50%);
}
#lp_wrapper .bestBox .omnibus {
  display: none;
}
#lp_wrapper .best dd {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 75px;
  border: 1px solid #1C6B85;
  border-radius: 0 0 12px 12px;
}
/*** entryLink ***/
#lp_wrapper .entryLink {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#lp_wrapper .entryLink a {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  background: #FEFCE7;
  border: 3px solid #EA6E1F;
  box-shadow: 0px 5px 0px 0px #bf5100,
  0px 10px 10px 0px rgb(0 0 0 / 16%);;
  border-radius: 13px;
  padding: 20px;
  padding-right: calc(1em + 20px);
  background-image: url(../img/common/icon_arw_circle_right_orange.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center right 10px;
  position: relative;
}
#lp_wrapper .entryLink a::before {
  display: block;
  content: "";
  width: 45px;
  height: 50px;
  background-image: url(../img/method/entryLink_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
}

/*** exampleBox ***/
#lp_wrapper .rei {
	font-size: 20px;
	font-weight: bold;
  margin: 30px 0 10px;
}
#lp_wrapper .rei::before {
  content: "■";
  padding-right: .2em;
  color: #1C6B85;
}
#lp_wrapper .exampleBox {
	margin-bottom: 20px;
}
#lp_wrapper .exampleBox + .exampleBox {
	margin-top: 20px;
}
#lp_wrapper .exampleBox dt h4 {
  font-size: 20px;
	font-weight: bold;
	margin-top: 0px ;
	margin-bottom: 5px ;
}
#lp_wrapper .exampleBox dt h4::before {
  content: "▶";
  padding-right: .2em;
  color: #1C6B85;
}
#lp_wrapper .exampleBox dd {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #1C6B85;
}
#lp_wrapper .exampleBox dd.etc {
	border-bottom: none ;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 737px){
  /*** pageImg ***/
  #lp_wrapper #pageImg {
    margin-bottom: 100px;
  }
  /*** h2 ***/
  #lp_wrapper h2 {
    font-size: 23px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  /*** h3 ***/
  #lp_wrapper h3 {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  /*** bestBox ***/
  #lp_wrapper .bestBox {
    max-width: 855px;
    padding: 0;
    box-sizing: content-box;
    margin: 80px auto;
  }
  #lp_wrapper .best dt {
    font-size: 18px;
    padding: 15px 10px;
    padding-left: 70px;
  }
  #lp_wrapper .best dt:before {
    width: 80px;
    height: 80px;
    left: -15px;
    top: 50%;
    transform: translate(0%,-50%);
  }
  #lp_wrapper .best dd {
    font-size: 13px;
    padding: 20px;
  }
  /*** entryLink ***/
  #lp_wrapper .entryLink {
    margin-top: 50px;
  }
  #lp_wrapper .entryLink a {
    font-size: 18px;
  }
  #lp_wrapper .entryLink a::before {
    width: 36px;
    height: 40px;
    margin-right: 10px;
  }
  /*** exampleBox ***/
  #lp_wrapper .rei {
    font-size: 17px;
  }
  #lp_wrapper .exampleBox dt h4 {
    font-size: 17px;
  }
}


/* point
----------------------------------- */
#point .lead {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.pointList {
  margin-top: 80px;
}
.pointList > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}
.pointList > ul > li  {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  background: #fff;
  box-shadow: 3px 3px 13px 0px rgb(0 0 0 / 16%);
  border-radius: 12px;
  padding: 20px;
  font-weight: bold;
  position: relative;
}
.pointList_num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #1C6B85;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(0%,-50%);
}
.pointList_num > span {
  display: inline-block;
  font-size: 180%; 
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}
.pointList_thumbnail {
  margin-bottom: 20px;
}
@media only screen and (max-width: 737px){
  #point .lead {
    font-size: 17px;
  }
  .pointList {
    margin-top: 60px;
  }
  .pointList > ul {
    display: block;
  }
  .pointList > ul > li  {
    width: auto;
    margin-top: 40px;
  }
  .pointList_num {
    min-width: 90px;
    min-height: 90px;
    left: -15px;
    top: -20px;
    transform: translate(0%,0%);
  }
  .pointList_num > span {
    display: inline-block;
    font-size: 180%; 
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }

}