@charset "utf-8";

body,p,ul,li{
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

#main{
  padding-bottom: 40px;
  color: #4a6379;
  font-size: 14px;
  width: 800px;
}
#main li{
  list-style-type: none;
  text-align: left;
}

#main p{
  line-height: 1.5;
  font-size: 15px;
}

#main img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
}

#main {
  padding: 0;
  line-height: initial;
}

#main .ttl{width: 65%;margin: 0 auto 3%;}

#main .sttl{
  background-color: #6888a0;
  color: #FFF;
  font-weight: bold;
  padding: 0.5em;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 15px;
}

#main .pagetitle {
  background-color: #dbe5f0;
 color: #4e677f;
 font-size: 24px;
 line-height: 100%;
 font-weight: bold;
 padding: 15px;
 margin-top: 0;
}

#main .pagetitle span {
 display: inline-block;
 font-size: 20px;
 margin-bottom: 10px;
}

#main .pagetitle span.com {
 display: inline-block;
 font-size: 16px;
 margin-bottom: 0px;
}

#main .date{
 text-align: right;
 margin-top: 0.5em;
 padding-right: 1em;
 margin-bottom: 0.5em;
}

/* --------------------------------------------------------------- */
#main .content-wrap{
	margin:auto;
	width: 640px;
}

/* 幅調整 */
#main .content-wrap-inner{
	margin:auto;
	width: 540px;
}
#main .content-wrap h1{
	margin:0 auto 15px;
	padding:0;
	color:#E95377;
    background: none;
    border: none;
    font-size: 48px;
    font-weight: normal;
    font-family: 'Noto Serif JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    line-height: 1.5;
}
#main .content-wrap .top_notes{
    color: #E95377;
    font-size: 22px!important;
    font-weight: bold;
}
#main .content-wrap-inner > div{
	margin:auto;
	padding:0;
}

/*==========================================
    目次
==========================================*/
#main .content-wrap #index{
	margin:20px auto;
	padding:15px 10px 20px;
	width: 480px;
	background: #fdede3;
}
#main .content-wrap #index h3{
	margin:auto auto 10px;
	text-align: center;
}
#main .content-wrap #index h3 span{
	margin:auto 5px;
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #e95377;
	border-radius: 50%;
}
#main .content-wrap #index ul{
	margin-left: 36px;
}
#main .content-wrap #index ul li{
}
#main .content-wrap #index ul li a{
	color: #e95377;
	font-size: 22px;
    font-weight: bold;
	text-decoration:none;
}

/*==========================================
    コラムニスト紹介
==========================================*/
#main .content-wrap .columnist{
    margin: 15px 0;
    padding: 10px 0;
    border-top:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    color: #333;
}
#main .content-wrap .columnist img{
    float: left;
    width: 18%;
    margin-right: 20px;
}
#main .content-wrap .columnist p{
    float: left;
    width: 76%;
    font-size: 16px !important;
}
#main .content-wrap .columnist .ttl_name{
    font-weight: bold;
}
#main .content-wrap .columnist .ttl_name span{
    font-size: 14px !important;
}

/*==========================================
    読み物
==========================================*/
#main .section h4{
	margin:40px auto 24px;
	border-bottom: 1px solid #e95377;
    font-size: 28px !important;
    color: #e95377;
}
#main .section p{
    font-size: 24px !important;
    color: #333;
}
#main .section p span{
    text-decoration: underline;
    text-decoration-color: #ffe67a;
}

/*==========================================
    まとめ
==========================================*/
#main .content-wrap .matome{
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #e95377;
    border-radius:8px;
    color: #e95377;
}
#main .content-wrap .matome img{
    float: left;
    margin-right: 25px;
}
#main .content-wrap .matome p{
    float: left;
    width: 61%;
    padding-left: 12px;
    font-size: 23px !important;
    font-weight: bold;
    text-indent: -24px;
}
#main .content-wrap .matome h4{
    padding-bottom: 10px;
    text-align: center;
    font-size: 26px;
}

/*==========================================
    LINE
==========================================*/
#main .content-wrap > div#line{
	text-align: center;
}
#main .content-wrap > div#line a{
	display: block;
	margin: auto;
}


