@charset "UTF-8";
/* CSS Document */
.contentPage {
  padding-bottom: 20px;
}
#aritclemain section {
  margin-top:1em;
}
/* 記事用タグ設定 */
.contentPage a {
  color: #00c;
}
.contentPage > h1 {
  margin: 30px 0 0 0;
  font-size: 32px;
  line-height: 40px;
}
.contentPage > h1.pr {
  margin:0;
}
.contentPage h2 {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 24px;
  line-height: 32px;
}
.contentPage h3 {
    margin: 0;
  padding: 0 0 1em 0;
  font-size: 18px;
  line-height: 24px;
}
/* 赤い小見出し、ちょっと違った見だしとして */
.contentPage h4 {
  padding: 1em 0;
  font-size: 14px;
  line-height: 20px;
  color: #c00;
}
.contentPage p {
  margin:0;
  padding: 0 0 2em 0;
  line-height: 1.75em;
  margin-left:0;
}
.contentPage .seriesInfo {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contentPage .person {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 14px;
  font-weight: normal;
}
.contentPage .bookData {
  text-align: center;
}
.contentPage .contentData {
  margin-bottom: 0;
  padding: 0;
  margin-left:0;
}
.contentPage .tagList {
  padding: 0;
}
.seriesInfo a, .contentData a, .tagList a {
  /* color: #000;*/
  color: #00c;
}
.photo ~ .contentPage .leadText, figure ~ .contentPage .leadText {
 margin-top: -1em;
}
.contentPage blockquote {
  margin: 2em 10px 2em 10px;
  padding: 50px 30px 10px 30px;
  background-color: #eee;
  border-radius: 10px;
  background-image:url(../images/quote.svg);
  background-image:url(../images/quote.png)\9;
  background-repeat:no-repeat;
  background-size: 50px;
}
.contentPage blockquote {
  margin-left: 0;
  padding: 50px 50px 1em 50px;
}
.contentPage blockquote p {
  margin-left: 0;
}
.contentPage strong {
  background-color: #ffe0b2;
  padding: 3px;
  font-weight: normal;
}
.contentPage em {
  font-style: normal;
  font-weight: bold;
  padding: 5px;
}
.contentPage img {
  display: block;
  margin: 0 auto;
}
.caption {
  padding-bottom: 2em;
}
figure, .photo {
  margin: 0 0 2em 0;
  padding-bottom: 1em;
}
figcaption, .caption, caption {
  margin-right: 0;
  padding-top: 5px;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: right;
}
caption {
  caption-side: bottom;
}
figcaption, .caption.center {
  text-align:center;
}
.contentPage ol, .contentPage ul {
}
.contentPage li {
  padding-bottom:0.5em;
}
/* テーブル */
.contentPage table {
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #999;
}
.contentPage th {
  background-color: #283593;
  color: #fff;
  padding: 5px;
}
.contentPage td {
  text-align: center;
  padding: 5px;
}
.contentPage tr:nth-child(odd) {
  background-color: #e8eaf6;
}

.contentPage.special ul li a img {
  width:200px;
}
/* テーブル 求人 */

table.job {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 20px;
  width: 100%;
  color:#000;
}
table.job th, table.job td {
  border: 1px solid #ccc;
  padding: 8px 10px 5px;
  text-align: left;
  background:#fff;
}
table.job th {
  background: #efefef;
    color:#000;
}
/* マークをつけたくないリスト */
.listNone li {
  list-style: none;
  font-weight: normal;
}
/* 小さい文字 */
.smallText {
  font-size: 12px;
  line-height: 12px;
}
/* 太字 */
.boldFont {
  font-weight: bold;
}
/* 中央揃え */
.center {
  text-align: center;
}
/* 右揃え */
.right {
  text-align: right;
}
/* コラム・関連情報 */
.column {
  margin: 30px 0 30px 0;
  padding: 20px;
  background-color: #eee;
  border-top: 2px solid #fb8c00;
}
.related {
  padding: 40px 10px 20px 10px;
}
.column h2, .related h2 , .frame h2 ,#recommend h2 , section.backnumber h2 {
  font-size: 16px;
  padding: 0 0 0.5em 0;
}
.column p, .related p {
  margin-left: 0;
  padding: 0 0 1em 0;
}
.column ul, .related ul .column ol, .related ol {
  padding: 0 0 1em 30px;
}
/* ソーシャルボタン */
.socialBtns {
  padding: 50px 0;
}
.contentPage > p, .contentPage section > p, .contentPage > h3, .contentPage section >h3, .contentPage h4, .contentPage blockquote {
 /* margin-left: 70px;*/
  margin-right: 0;
}
.contentPage > img, .contentPage section > img {
  margin-left: 70px;
  max-width: 100%;
}
figure {
/*  margin-left: 70px;*/
}
.caption {
  display: block;
  width: 100%;
}
.contentPage > ol, .contentPage > ul, .contentPage section > ol, .contentPage section > ul {
  margin-left: 20px;
}
.related, .column {
/*  margin-left: 70px;*/
}
/* 写真の右揃え、左揃え */
.phL, .phR {
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.phL img {
  float: left;
  margin-right: 10px;
}
.phR img {
  float: right;
  margin-left: 10px;
}
.phL .caption {
    float: left;
    text-align: left;
    width: auto;
  clear: both;
}

.phR .caption {
    float: right;
    text-align: right;
    width: auto;
  clear: both;
}
/*フロート */
.floatBox {
  margin-left: 70px;
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.floatBox ul, .floatBox ol {
  margin: 1em 0 0 0;
}
.floatBox p, .floatBox li {
  margin: 0;
  padding: 0;
}
.floatLeft40 {
  width: 40%;
  float: left;
}
.floatRight40 {
  width: 40%;
  float: right;
}
.floatLeft50 {
  width: 50%;
  float: left;
}
.floatRight50 {
  width: 50%;
  float: right;
}
.floatLeft60 {
  width: 60%;
  float: left;
}
.floatRight60 {
  width: 60%;
  float: right;
}
/* パンくず */
ul.breadcrumb {
  list-style: none outside none;
  margin: 0 0 10px 0 ;
  padding: 0;
  display:block;
  overflow:hidden;
}
.breadcrumb li {
  color: #999;
  float: left;
  font-size: 10px;
  list-style:none;
  padding:0;
}
.breadcrumb li:after {
  content:">";
  margin: 0 5px;
}
.breadcrumb li:last-child:after {
  content:none;
}
.contentPage .snsArea {
  overflow:hidden;
  padding: 1em 0;
  margin-left: 0;
}

/* 枠 */
.contentPage .frame {
    border: 1px solid #FB8D00;
    margin: 0 0 20px;
    padding: 15px 20px;
}
ul.list li {
  list-style-type: disc;

}

.pr-icon {
    border-radius: 0.25em;
    color: #ffffff;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
  background:#d9534f;
}

/* 求人 */

.contentPage .catList.job {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
}
.catList > li {
  border-top: 1px solid #eee;
  list-style: none;
  overflow: hidden;
  padding: 10px 0;
}
.catList > li a {
  display: block;
}
.catList li figure {
  float: left;
  margin-right: 10px;
}
.catList .boxWrap {
  overflow: hidden;
}
.catList h2 {
  margin: 0;
  padding-bottom:10px
}
.catList h3 {
background: #f3f3f3 none repeat scroll 0 0;
font-size: 14px;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.catList .day {
    color: #666;
    font-size: 12px;
    font-weight: normal;
  margin-bottom: 5px;
}
/* fot pc */

/* fot print */
@media print {
.snap-content {
  position: static;
}
html, body {
  height: auto;
}
header, aside, footer, .snap-drawer {
  display: none;
}
img {
  width: 50%;
}
h1 {
  font-size: 20pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 12pt;
}
p, li {
  font-size: 8pt;
}
figcaption, .caption, caption {
  text-align: center;
}
.btnMore {
  display: none;
}
}

/* Profile */
.profileWriter {
margin: 30px 0 30px 0;
/*float clear*/
overflow: hidden;
    position: relative;
    zoom:1;
}
.profileWriter h2 {
margin: 0;
padding: 10px 0;
font-size: 16px;
}
.profileWriterPh {
float: left;
width: 54px;
height: 60px;
}
.profileWriterData {
margin-left: 70px;
}
.profileWriter h3 {
margin: 0;
padding: 0;
font-size: 16px;
}
.profileWriter .kana {
font-size: 12px;
font-weight: normal;
}
.profileWriter p {
margin: 0;
padding: 0;
}

/* btnMoreLogin */
.btnMoreLogin {
margin: 0 0 0 0;
padding-bottom: 30px;
border-top: 2px solid #fb8c00;
background-color: #eee;
font-weight: bold;
/*float clear*/
overflow: hidden;
    position: relative;
    zoom:1;
}
.btnMoreLogin>p {
width: 300px;
margin: auto;
color: #c00;
text-align: center;
}
.btnMoreLogin a {
display: block;
float: left;
width: 140px;
padding: 20px 10px;
color: #fff;
font-weight: bold;
text-align: center;
border-radius: 5px;
cursor:pointer;
}
.btnMoreLogin .btnSignUp {
background-color: #ff9800;
margin-right: 10px;
color: #fff;
}
.btnMoreLogin .btnLogin {
background-color: #9ccc65;
color: #fff;
}

/* ---------- Pre Template --------------- */

.contentPage .src_frame {
  overflow: auto;
    width: 100%;
}
.contentPage pre.src {
  background-color: #f6f6ec;
    font-family: "ＭＳ ゴシック","Osaka－等幅",monospace;
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 0 0 1em;
    padding: 0.5em;
}
.contentPage .src_frame pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* ---------- youtube --------------- */
.contentPage .youtube {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 0;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}
.contentPage .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* ---------- あなたにおすすめの記事 --------------- */

#recommend ul {
  padding: 0;
  /*float clear*/
  overflow: hidden;
    position: relative;
    zoom:1;
}
#recommend li {
  position: relative;
  float: left;
  width: 32%;
  height: 280px;
  overflow: hidden;
  list-style: none;
  margin-right: 2%;
  margin-right: 1%\9;
  margin-bottom: 10px;
  background-color: #eee;
  background-position: 0 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
}

#recommend ul li a img {
  width:100%;
  }


.recommendTheme {
  height: 20px;
  padding: 1px 3px;
  overflow: hidden;
  font-size: 10px;
  margin-bottom:0;
}
#recommend h3 {
  height: 110px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #eee;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.recommendPerson {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.recommendSocial {
  position: absolute;
  right: 0;
    bottom: 0;
  background-color: #eee;
  background-image: url(../images/btnFacebook.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px 0;
  height: 15px;
  margin: 10px 5px 5px 5px;
  padding: 1px 0 0 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  /* for ie8 */
  background-image: url(../images/facebook_ie.gif)\9;
}
/* for PC */
/* topics */
#recommend {
  width: 100%;
  margin-top:5px;
}
#recommend li {
  width: 32%;
  margin-right: 2%;
}
#recommend li:nth-child(3n) {
  margin-right: 0;
}

/* ie用 */
#recommend li  {
  margin-right: 6px\9;
}
#recommend li:nth-child(3n) {
  margin-right: 0\9;
}

/* ボタン用 */

.art-btn-block{
text-align: center;
margin:2em 0;
}
.art-btn-block a {
	  color: #ffffff;
}
.art-btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;

  font-size: 20px;
  background: #FB8D00;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.art-btn:hover {
  background: #e88812;
  text-decoration: none;
}

/* 記事下バナーcxense */
div.ad_space_before {
  text-align: center;
  margin: 10px;
}
div.ad_space_before iframe {
  display: inline-block !important;
}
.need_ml_link .button,
.need_ml_link .button::before,
.need_ml_link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.need_ml_link {
  margin: auto;
}
.need_ml_link .button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	outline: none;
	padding:1em;
	border-radius:5px;
  width: 300px;
}
.need_ml_link .button::before,
.need_ml_link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.need_ml_link .bz {
	background-color: #FB8D00;
	color: #fff;
}
.need_ml_link .bz:hover {
	background-color: #000;
}

/* ---------- リード機能 --------------- */
.enq {
	position: relative;
    margin: 50px 0 30px;
	background: #f3f3f3;
padding: 0 20px 20px;
}

.enq_article_gradient:before {
	position:absolute;
	content:'';
display:block;
width:100%;
height:200px;
top:-250px;
left:0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
.enq h2.h201 {
	padding:5px 20px 5px 20px;
	margin:0 -20px;
	font-size: 20px;
	border-top: 4px solid #161616;
}


.enq h3 {
    margin: 0;
    padding: 0 0 1em 0;
    font-size: 16px;
    line-height: 24px;}
	
.question .form-group {
  margin-bottom: 20px;
}

.question .required {
	color:#C00;
}
