@charset "utf-8";
/* CSS Document */
/* スマホ用 */

/* -------------------------------
	全般
------------------------------- */
#ikiheta_wrap{
	padding: 15px 10px 10px;
}

#ikiheta_wrap h3 {
	position: relative;
    font-size: 120%;
	background: #FDE1C2;
	padding: 12px 0 10px 20px !important ;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: 600;
}

#ikiheta_wrap h3:before{
	position: absolute;
	left: 8px;
	top: 25%;
	width: 4px;
	height: 50%;
	content: '';
	border-radius: 2px;
	background: #F5A36B;
}

.ikiheta_header{
    position: relative;
    font-size: 120%;
	background: #FDE1C2;
	padding: 12px 0 10px 20px !important;
	border-radius: 5px;
    float: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
}

.ikiheta_header:before{
	position: absolute;
	left: 8px;
	top: 25%;
	width: 4px;
	height: 50%;
	content: '';
	border-radius: 2px;
	background: #F5A36B;
}

/*20201112オレンジ色の帯を追加@shimada*/
.title-label.orange {
    background-color: #fde1c2;
    color: #fff;
    min-height: 14px;
    background-size: 4px 4px;
}

#title_ikiheta{
	width: 630px;
	margin: 0 auto;
}

#ikiheta_wrap .segment{
	line-height: 1.2;
	margin-bottom: 30px;
}

.dotted{
	width: 100%;
	height: 1px;
	background-size: 4px 1px;
	background-image: -o-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 4px);
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-repeat: repeat-x;
}

.pc{
    display: none;
}

.work_detail sp{
    display: block;
}

/* -------------------------------
	トップページ
------------------------------- */
.top_setumei p{
	padding-bottom: 15px;
}

.top_setumei p:last-child{
	padding-bottom: 0;
}

.segment center  a img {
    width: 300px;
}

/* メインイメージ */
#main_img img{
	width: 100%;
    margin-bottom: 30px;
}

/* 記事、投稿コーナーリスト  */
.ikiheta_list{
	margin-bottom: 20px;
}

.ikiheta_list li.ikiheta_article{
    width: 100%;
    border: none;
    overflow: hidden;
}

.ikiheta_list li:first-child a{
	padding-top: 0;
	min-height: 80px;
}

.ikiheta_list .dotted{
	width: 100%;
	height: 1px;
	background-size: 4px 1px;
	background-image: -o-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 4px);
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-repeat: repeat-x;
}

.ikiheta_list li a {
	display: block;
	min-height: 90px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ikiheta_ph {
    width: 70px;
	height: 70px;
    float: left;
}

.ikiheta_ph img{
    width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

span.list_title {
    display: block;
    padding: 4px 0 0 80px;
	line-height: 1.2;
}

/* もっと見る */
.segment .see_more {
    display: block;
	border: 2px #F5A36B solid;
    text-align: center;
    border-radius: 19px;
    width: 160px;
    margin: 20px auto 50px;
}

.segment .see_more a{
	display: block;
	padding: 10px 15px;
	color:  #FC8838;
}

.segment .see_more a span{
	padding: 0 20px;
}

/* エッセイリスト */
.essay_list{
	/*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.essay_list li{
	width: calc((100% - 10px) / 2);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*float: left;*/
}

.essay_list li:nth-child(2n){
	margin-left: 10px;
}

.essay_list li:nth-child(n+3){
	margin-top: 10px;
}

.essay_list li:last-child{
	margin-right: 0;
}

.essay_list li a{
	display: block;
	width: 100%;
}

.essay_list li a img{
	width: 100%;
}

.essay_img{
    display: block;
    margin-bottom: 5px;
}

/* ご意見、情報提供はこちら */
.contact{
	overflow: hidden;
	width: 198px;
    margin: 10px auto;
}

.contact li{
	float: left;
	margin-right: 45px;
	text-align: center;
}

.contact li:last-child{
	margin-right: 0;
}

.contact li img{
    width: 36px;
	height: 36px;
}

.my_large{
	font-size: 23px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    background: #F5A36B;
    border-radius: 50%	
}


/* -------------------------------
	記事、投稿コーナーリストページ
------------------------------- */
.list_item a {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.list_item .list_ph {
    width: 70px;
    float: left;
}

.list_item .list_ph img{
    width: 100%;
}

.list_item .list_title {
    padding: 0px 0 0 80px;
    font-size: 100%;
}

/* 投稿コーナー説明 */
.touou_setumei{
	border: 2px solid #F5A36B;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.2;
	padding: 10px;
	margin: 15px 0 ;
}


/* -------------------------------
	投稿ページ本体
------------------------------- */
.ikihetaContents h4{
	font-size: 130%;
	margin: 30px 0 15px;
}

.ikihetaContents p{
    line-height: 1.5;
    margin-bottom: 15px;
}

/* コメント全般 */


/* コメント一覧 */
.comment_area {
    margin-bottom: 30px;
}

.comment_area h4{
	font-size: 120%;
	border-bottom: 2px solid #c6c3c0;
	padding-bottom: 5px;
	color: #726b66;
	font-weight: 600;
}

.comment_area i.fas.fa-comment-dots {
    color: #a29f9d;
    padding-right: 0.3em;
}

.comment_list li.comment_item{
	padding: 15px 0;
	/*border-bottom: 1px dotted #B5B3AF;*/
}

.comment_list li.dotted{
	width: 100%;
	height: 1px;
	background-size: 4px 1px;
	background-image: -o-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 4px);
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-repeat: repeat-x;
}

.comment_item p{
	font-size: 90%;
	line-height: 1.5;
}

p.poster {
    padding-bottom: 5px;
}


/* コメントフォーム */
/* フォームリセット */
.comment_form input,button,select,textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.comment_form textarea {
  resize: vertical;
}

.comment_form input[type='submit'],input[type='button'],label,button,select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


/* 装飾 */
.comment_form .accordion_one {
	width: 90%;
	margin: 0 auto;
}

.comment_form .accordion_header {
	position: relative;
    margin: 0 auto 15px;
    border: 2px solid #c6c3c0;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

.comment_form .accordion_header h4{
	font-size: 115%;
	font-weight: 600;
	color: #726b66;
}

.accordion_header h4:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  top: 15px;
  right: 15px;
}

.accordion_header.open h4:after {
  content: '\f106';
}

.accordion_inner {
	display: none;
}

.comment_form p {
	font-size: 90%;
	line-height: 1.2;
    margin-bottom: 15px;
}

.comment_form textarea{
	display: block;
	color: #333;
    font-family: "メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em;
    border: #b5b3af solid 1px;
    border-radius: 5px;
	margin-bottom: 15px;
}

.comment_form input[type="text"] {
    color: #333;
    font-family: "メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em;
    border: #b5b3af solid 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.comment_form select.age {
    position: static;
    visibility: visible;
    color: #333;
    font-family: "メイリオ","Meiryo",Helvetica,Arial,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.8em;
    border: #b5b3af solid 1px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.comment_form button.button1 {
    display: block;
    position: relative;
    border: none;
    width: 100%;
    background: #F5A36B;
    border-radius: 5px;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 15px 10px 15px 25px;
    margin: 0 auto
}

.button1 i.fas.fa-chevron-right {
    position: absolute;
    top: 15px;
    right: 10px;
}


/* -------------------------------
	エッセー一覧
------------------------------- */
.work_list{
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.work{
	width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* float: left; */
    padding: 0 10px 20px;
}

.work_img{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;	
	margin-bottom: 5px;
}

.work_img img{
    width: 100%;
}

/* -------------------------------
	エッセー詳細
------------------------------- */
.introduction {
    overflow: hidden;
    margin-bottom: 20px;
}
.work_detail{
    width: 100%;
    margin: 0 auto;
}

.introduction h4 {
    font-size: 125%;
    font-weight: 600;
    padding: 10px 0 15px 0;
}

.choosen_item {
    width: 100%;
    margin: 0 auto 15px;
}

.choosen_item img{
   width : 100%;
}

.introduction p {
    font-size: 100%;
    line-height: 1.5;
}

.author {
    overflow: hidden;
    margin-top: 20px;
}

.author_ph {
    width: 90px;
    margin: 0px 10px 10px 0;
    float: left;
    padding: 5px;
    -webkit-box-shadow: 0 0 0px 1px rgba(0,0,0,0.1) inset;
            box-shadow: 0 0 0px 1px rgba(0,0,0,0.1) inset;
}

.author_ph img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
	object-fit: cover;
}

.author_text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    font-size: 90%;
}

.author_text .author_name {
    font-size: 110%;
    font-weight: 600;
}

.author_text p{
    line-height: 1.5;
	padding-bottom: 10px;
    word-break: break-all;
}

.author_text p:last-child{
	padding: 0;
}

.author_text a{
    text-decoration: underline;
}