@charset "UTF-8";
/* custom CSS Document */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.cont a[target="_blank"]::before {
    color: #44a8cd;
    content: "\f08e\00a0";
    font-family: FontAwesome;
}
.cont .interview a[target="_blank"]::before {
    content: none;
}
.prmag li, .info_title{
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.prmag ul,.prmag ol {
	margin-bottom: 25px;
	margin-top: 25px;
}
.kiwame.inner .prmag li {
	line-height: 2;
}
img.author_top{
	width:30px;
	margin: 0 5px 0 0;
	float: left;
}
.title-infobox {
	margin-bottom: 15px;
}
.title-infobox .cat {
	float: left;
}
.title-infobox .cat a {
	display: block;
	font-size: 85%;
	color: #FFF;
	padding: 3px 10px 1px;
	background: #D5D5D5;
	transition: 0.5s;
	border-radius: 3px;
}
.title-infobox .cat a:hover {
	text-decoration: none;
	transition: 0.5s;
	background: #A4A4A4;
}
.title-infobox .time {
	color: #797979;
	float: right;
	display: inline-block;
	display: none;
}
.title-infobox .time::before {
	color: #44A8CD;
	margin-right: 5px;
	content: "\f017";
	font-family: FontAwesome;
}

.kiwame.inner .prmag .pr-h1 {
	border-bottom: 1px dotted #000;
    font-size: 26px;
    padding-bottom: 15px;
}
.kiwame.inner .prmag .cat h1 {
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
	text-indent: 0;
	background: inherit;
}
.kiwame.inner .prmag .cat h1::before {
	display: none;
}
.kiwame.inner .prmag h2 {
	background-color:#F5F5F5;
	border-bottom: 3px solid #44A8CD;
    font-size: 23px;
    padding: 15px 15px 10px;
	margin-top: 70px;
	margin-bottom: 25px;
	text-indent: 0;
}
.kiwame.inner .prmag h2::before {
	display: none;
}
.kiwame.inner .prmag h3 {
	font-size: 18px;
	border-bottom: 1px dotted  #44a8cd;
	padding: 0 0 5px 0;
	margin-top: 50px;
	margin-bottom: 20px;
	background: none;
}

.kiwame.inner .prmag h3:before{
	content: "\f068";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}

.kiwame.inner .prmag h4{
	font-size: 16px;
	padding: 0 0 5px 0;
	margin-top: 25px;
}

.kiwame.inner .prmag h4:before{
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}

.kiwame.inner .prmag a.arrow {
	padding-left: 15px;
	position: relative;
}
.kiwame.inner .prmag a.arrow::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 2px;
	top: -5px;
	font-weight: bold;
}

hr.post-hr{
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #D8D8D8;
	margin: 50px 0;
	clear: both;
	display: block;
}
.prmag img{
	margin-bottom: 1.5rem !important;
}

.pressrelease_case{
	border: 1px solid #EA5C9E;
	padding: 15px;
	margin-top: 80px;
	overflow:hidden;
}

.pressrelease_case .item{
	border-bottom: 1px solid #D8D8D8;
	clear: both;
}

.pressrelease_case .item:hover{
	background: #fff8fb;
}

.pressrelease_case .item:last-child{
	border-bottom: none;
}

.pressrelease_case h3{
	margin: 0 0 15px;
}

.pressrelease_case h3:before{
	content: "\f07c";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	font-weight: normal;
	color: #EA5C9E;
}

.pressrelease_case img{
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
}

.pressrelease_case .title{
	overflow:hidden;
}

.pressrelease_case a{
	display: block;
	overflow: hidden;
	padding: 15px;
}

.pressrelease_case a[target="_blank"]:before{
	content: "" !important;
}

.sample_text{
	margin: 1.5rem 0 0 0;
}

.attention{
	color: #ef7d36;
	font-size: 110%;
	font-weight: bold;
}

.attention_number{
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 6px;
	margin: 0 5px;
	background: #EA5C9E;
	font-size: 70%;
}

.info_title{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 110%;
}

.info_title:before{
	content: "\f05a";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	color: #44A8CD;
	font-weight: bold;
}

.info_box{
	padding: 20px;
	border: 1px solid #44A8CD;
	margin: 30px 0;
}

.info_box p{
	margin-bottom: 0 !important;
	line-height: 2.0em;
}

.info_box .item{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin: 0 10px 0 0;
	background: #eeeeee;
}

figure {
	margin-top: 25px;
}
.tow-img figure {
	width:  340px;
	float: left;
}
.tow-img figure:last-child {
	float: right;
}
figcaption {
	font-size: 13px;
	padding: 5px;
	color: #777;
}


.appeal{
	/*border-bottom: 2px dotted #EF7D36;*/
	background: url(/kiwame/img/appeal.png) repeat-x bottom;
}

.point:before{
	content: "\f0eb"" ""ポイント\A";
	white-space: pre;
	font-family: FontAwesome;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 10px;
	background: #44A8CD;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}

.point-red, .point-blue{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}

.point-red{
	background: #cd4467;
}

.point-blue{
	background: #44A8CD;
}

.point-pink{
margin-bottom: 10px;
}

.point-pink span{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 10px;
	background: #f01260;
	color: #FFFFFF;
}

.point-pink span:before{
	content: "\f002";
	font-family: FontAwesome;
	margin-right: 10px;
}


.page__content a[target="_blank"]:before,
.article__content a[target="_blank"]:before {
	content: "\f08E"" ";
	font-family: FontAwesome;
	color: #44a8cd;
}

.page__content2 ul, .page__content2 ol,
.article__content ul, .article__content ol{
	margin-left: 10px;
	counter-reset: list;
}

.page__content2 ul li:before,
.article__content ul li:before{
	content: "\f111";
	font-family: FontAwesome;
	margin: 0 10px 0 0;
	color: #44a8cd;
}

.prmag ol li:before{
	content:"\f00c" " " counters(list, ".") ". ";
	counter-increment: list ;
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	color: #44a8cd;
}

blockquote{
	background-color: #F4F8F9;
    padding: 10px 0 10px 50px;
	font-size: 100%;
	font-style: italic;
	color: #919191;
}

blockquote:before {
    content: "\f10d"; 
    font-family: FontAwesome;
    float: left;
	font-size: 150%;
    margin-top: -7px;
    text-indent: -40px;
	color: #919191;
}

blockquote p:last-of-type {
    margin-bottom: 0 !important;
}

.note {
	color: #919191;
    font-size: 13px;
}

#main #main2column #colmunLeft .cont table.season {
	border: 1px solid #D8D8D8 !important;
	border-top: 8px solid #44a8cd !important;
	margin: 4.5rem 0 1.5rem;
}

#main #main2column #colmunLeft .cont table.season td {
	border: 1px solid #D8D8D8 !important;
	background: #FFFFFF;
	line-height: 2em;
}
.alignright {
	float: right;
	margin-left: 10px !important;
}
.alignleft {
	float: left;
	margin-right: 10px !important;
}
.aligncenter {
	text-align: center;
}
.kiwame.inner .aligncenter img {
	margin-bottom: 10px!important; 
}
.word_info{
	width: 70%;
}

table.season .time:before {
	content: "\f073"; 
    font-family: FontAwesome;
	color: #44a8cd;
	margin-right: 10px;
}

table.season .word:before {
	content: "\f040"; 
    font-family: FontAwesome;
	color: #44a8cd;
	margin-right: 10px;
}

.movie-wrapp {
	max-width: 500px;
	margin: auto;
	margin-bottom: 25px;
}
.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kiwame.inner p.wp-caption-text {
    color: #919191;
    font-size: 13px !important;
    text-align: center;
}

/** avatar **/
.talk{
	clear: both;
}

.talk img{
	float: left;
	margin-right: 25px;
	width: 80px;
}


.talk p{
	position: relative;
	background: #f9f8f0;
	padding: 20px;
	float: right;
	width: 79%;
	margin-top: 9px;
}

.talk p:after{
	right: 100%;
	top: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f9f8f0;
	border-width: 15px;
	margin-top: -15px;
}

.shibataka:before{
}
.shibataka{
}

.kisha_a:before{
}

.kisha_b:before{
	content: url("http://prmag.dreamnews.jp/img/avatar_kisha_b.png");
}


.past_article{
	padding:10px;
	background:#fff0f0;
	color:#323232;
	margin-bottom: 1.5rem;
	overflow:hidden;
	font-size: 85%;
}

.past_article img{
	margin-bottom: 0;
}
.kiwame.inner .past_article p{
	margin-bottom: 0!important;
}
.past_title p{
	margin: 0 0 5px 0 !important;
	overflow: hidden;
	height: auto;
}

.past_title a{
	display: block;
}
	 
.prmag img.past_img{
	float:left;
	width:100px;
	max-width:100%;
	height:auto;
	margin:0 15px 0 0 !important;
}

.dn_service{
	margin-bottom: 1.25rem;
}
.dn_left{
	float: left;
	max-width: 50%;
}

.dn_left img{
	width: 100%;
	height: auto;
}

.dn_right{
	font-size: 80%;
	margin: 0 0 0 15px;
	float: left;
	width: 45%;
}

.responses li.correct:before{
	content: "" !important;
	width: 100%;
}

.responses li.incorrect:before{
	content: "" !important;
	width: 100%;
}

.link_btn{
	width: 100%;
	display: block;
	clear: both;
	font-size: 85%;
}

.link_btn a {
	width: 50%;
    color: #FFFFFF;
    display: block;
    padding: 15px 10px;

	background: #13b28e;
	box-shadow: 0 6px 0 #15856c;
	-mos-box-shadow: 0 6px 0 #15856c;
	-ms-box-shadow: 0 6px 0 #15856c;
	-webkit-box-shadow: 0 6px 0 #15856c;
	-o-box-shadow: 0 6px 0 #15856c;
	text-align: center;
	margin: 30px auto;
	cursor:pointer;
	overflow:hidden;
	text-shadow: none;
    text-decoration: none;
	
	border-radius: 6px;
	-mos-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	
    transform: translate(0px, 0px);
	-mos-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	
    transition: all 0.2s ease 0s;
	-mos-transition: all 0.2s ease 0s;
	-ms--transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.link_btn a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.link_btn a:active {
	transform: translate(0, 3px);
	-moz-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	-webkit-transform: translate(0, 3px);
	-o-transform: translate(0, 3px);

	box-shadow: 0 2px 0 #293F63;
	-mos-box-shadow: 0 2px 0 #293F63;
	-ms-box-shadow: 0 2px 0 #293F63;
	-webkit-box-shadow: 0 2px 0 #293F63;
	-o-box-shadow: 0 2px 0 #293F63;
}

.link_btn a:before {
	content: "\f019";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.link_btn a:before {
	content: "\f019";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}
.link_btn.link a:before {
	content: "\f0a9";
}


.author-box {
    border-bottom: 1px dotted #d8d8d8;
    border-top: 1px dotted #d8d8d8;
    color: #919191;
    margin: 60px 0 24px;
    padding: 24px 0;
	clear: both;
}
.author__avatar {
    float: left;
    margin-right: 1.5rem;
}
.author__title {
	font-weight: bold;
}
.kiwame.inner p.author__bio {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.prmag img.mb0 {
	margin-bottom: 0px !important;
}
.talk2{
	clear: both;
	display: inline-block;
	width: 100%;
}
.talk2 img{
	float: left;
	margin-right: 25px!important;
	width: 120px;
}
.talk2 p{
	position: relative;
	background: #f9f8f0;
	padding: 20px;
	float: left;
	max-width: 70%;
}
.talk2 p:after{
	right: 100%;
	top: 33px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f9f8f0;
	border-width: 15px;
	margin-top: -15px;
}
blockquote {
	margin-bottom: 25px;
	padding-right: 15px;
}
.p01, .p02, .p03 {
	font-weight: bold;
}
.p01 {
	color: #34AEE3;
}
.p02 {
	color: #27c441;
}
.p03 {
	color: #faa73c;
}

