@charset "UTF-8";
/* CSS Document */

.co-men { color: #1d58cf; font-weight:600;}
.co-woman { color: #f44871; font-weight:600;}
.co-jinji { color: #77ae28; font-weight:600;}
.bg-first { background-color:#000;}
.bg-men { background-color:#1d58cf;}
.bg-woman  { background-color:#f44871;}
.bg-jinji  { background-color:#77ae28;}
.bd-men {border: 3px solid #1d58cf;}
.bd-woman {border: 3px solid #f44871;}
.bd-jinji {border: 3px solid #77ae28;}
.f-left { float:left; ma}
.f-right { float:right;}
.tcenter { text-align:center;}

.ml20 { margin-left:20px;}
.mr20 { margin-right:20px;}
.mb10 { margin-bottom:10px;}
.mb20 { margin-bottom:20px;}

.fs-large { font-size:1.8rem;}
.cap { font-size:1.1rem;
line-height:1.4;
text-align:left;
padding:5px 0px;
li}
strong { font-weight:600;}
.sp-icon {
  padding-bottom: 2px;
  padding-left:2px;}
.item-detail p { margin-bottom:20px;}
/**/
.suit h1 {
  font-size: 2.6rem;
}
.suit h1 span {
  font-size: 1.8rem;
  margin-left: 5px;
}
.suit .img-main {
  margin-bottom: 30px;
  box-sizing:border-box;
  border:1px solid #999999;
  text-align: center;
}
.suit .img {
  text-align: center;
  margin-bottom: 30px;
}
.suit-tab {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 30px;
  z-index: 998;
}
.suit-tab-group {
  display: flex;
  justify-content: center;
}
.suit-tab-group li {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  box-sizing: border-box;
}
.suit-tab-group li:first-child {
  border-left: solid 1px #000;
}
.suit-tab-group li a {
  transition: none;
  display: block;
  padding: 10px 0px;
  background-color: #efefef;
  border-top: 3px solid #efefef;
  font-size: 12px;
}
.suit-tab-group li a span {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.suit-tab-group li a:hover {
  text-decoration: none;
  background-color: #cdd2da;
  border-top: 3px solid #cdd2da;
  opacity: 1 !important;
}
.suit-tab-group li a.current {
  background-color: #ffffff;
  border-top: 3px solid #000000;
}

.item-chapter h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 40px;
   position: relative;
}
.item-chapter h2 span {
  display: block;
  padding: 5px 0px;
  width: 100px;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.item-chapter h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #000;
  bottom: -10px;
  width: 5%;}
.item-chapter .item-detail { 
padding-bottom:20px;
margin-bottom:30px;
border-bottom:1px solid #666;}
.item-chapter .item-detail:last-child {border-bottom:none; !important;}
.mds {  margin-bottom: 20px;}

.mds h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.maru01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-right: 5px;
    width: 26px;
    height: 26px;
}

/*丸数字*/
.-maru01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
   font-size: 1.6rem;
  line-height: 1.5em;
  margin-right:5px;
  width: 26px;
  height: 26px
}
.mds h4 {
  display:table;
  font-size:1.6rem;
   font-weight:600;
   padding-left: 65px;
    text-indent: -65px;
  }
.mds h4 span { 
display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    transition: all .2s;
    padding: 0 10px;
    margin-right: 5px;
    font-size: 1.4rem;
    text-indent: initial;
}  
.img-box:after{
  display: block;
  content: "";
  clear: both;
}

.txt dl {
margin-bottom:20px;}
.txt dl dt {
  font-weight:600;}
 .txt dl dd {
   margin-bottom:10px;}  
   
 /*men checkpoint*/
  .box-point { 
  padding:10px 20px;
  border:1px solid #CCC;
  margin-bottom:20px;}
  .box-point:after{
  display: block;
  content: "";
  clear: both;
}

.box-point dl dt {
  font-weight:600;
  font-size:1.8;}
 .box-point dl dt,
 .box-point dl dd  {
   float:left;
}
.box-point dl dd img {
 margin: 0px 7px;
	height: 18px;
	vertical-align: bottom;}
/*ページリンク*/
.pagenavi-area {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.pagenavi-area::before {
  position: absolute;
  top: 16px;
  left: 50%;
  display: block;
  width: 1px;
  height: calc(100% - 32px);
  content: "";
  background-color: #666666;
}
.pagenavi-area a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 0;
}
.pagenavi-area a:hover {
  text-decoration:none;
  opacity:0.5;}
.p-label {
  display: -webkit-box;
  -webkit-box-flex: 1;
  flex: 1;
  padding-right: 16px;
  padding-left: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-prev {
  -webkit-box-flex: 1;
  flex: 1;
  width: 50%;
}
.p-next {
  -webkit-box-flex: 1;
  flex: 1;
  width: 50%;
  text-align: right;
}
.p-prev a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  padding-right: 5px;
}
.p-next a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  padding-left: 5px;
}

.fa-user-circle { 
padding-right:5px;}


/* 文字の大きさ */

/* 円と文字の色 */


/*テキスト内横並びキャプ付き画像*/
.img-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom:20px;
}
.img-block-w460 { width:460px;}
.img-block-w690 { width:690px;}
.img-col2 {
    width: calc((100% / 2) - 30px);
    margin: 0px auto;
    margin-bottom: 0px;
    position: relative;
}
.img-col3 {
    width: calc((100% / 3) - 30px);
    margin: 0px auto;
    margin-bottom: 0px;
    position: relative;
}
/**/
.item-detail ul li {
  text-indent:-1em;
  padding-left:1em;
  margin-bottom:5px;}
  
 /**/
 .prof {
    margin-top: 1.2rem;
    display: flex;
}
.prof img {
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #CCC;
    width:150px;
    height:150px;

}
.profdeta p {
    margin-left: 20px;
}
.name {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight:700;
}
.name-01{font-size: 1.4rem;}
.name-02{font-size: 1.4rem; color:#999;  margin-bottom:5px; display:block;}
.bnr534 {
  max-width:534px;
  width:100%;
  height:auto;
  margin:0 auto;
}
@media screen and (max-width: 750px){
  .ml20 { margin-left:10px;}
.mr20 { margin-right:10px;}
.sp-icon { width:auto !important;vertical-align: middle;}
.sp-img { width:45%;}

.mds h3{ font-size: 1.8rem;}
.item-chapter h2:after {width: 10%;}
.item-chapter h2 span,
.mds p,
.mds p span,
.suit-tab-group li a span,
.mds h4 {font-size: 1.4rem;}
.suit h1 span {
  font-size: 1.4rem;
  display:block;
  margin-left: 0px;
}

.suit-tab-group li a {font-size:1rem;
box-sizing:border-box;
padding:5px;}

.box-point dl dd { font-size:1.2rem;}
.box-point dl dd img {
 margin-left: 0px;}
.p-prev,
.p-next {
font-size:1.2rem;}
 
.mds h4 {
   padding-left: 0px;
    text-indent: 0px;
  }
.mds h4 span { 
display: block;
width:3em;
margin-bottom:5px;
}  
  /*テキスト内横並びキャプ付き画像*/
.img-block-w460,
.img-block-w690 { width:100%;}
.img-col2 {
    width: calc((100% / 2) - 5px);
}
.img-col3 {
   width: calc((100% / 3) - 5px);
}

 .box-point dl dt  {
   float:none;
   margin-bottom:5px;
}

.prof img {
  width:100px;
  height:100px;
}
}