@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Shuei MaruGo L", sans-serif;
	color:#453010;
}
.ranking {
    width: 50%;
    margin: auto;
}
a.ranking_button {
    width: 70%;
    margin: auto;
    display: block;
}
.btn_modal_content {
    margin: auto;
    width: 300px;
}
    #talk_body .pic img {
        width: 100%;
        border-radius: 0.5em
 }
@media (min-width: 641px) {
	#talk_body .txt_box {
        padding: 10px 40px 10px 40px;
        margin:0px;
    }
}
	#yodogawa p {
        font-size: 16px;
    }
    #talk_body .txt_box .desc {
        max-width: calc(100% - 90px);
}
	    #talk_body .txt_box .desc p {
        line-height: 2;
        font-size: 16px;
    }
	.mushipan {
    width: 60%;
    margin: auto;
}
@media (max-width: 640px) {
	#yodogawa p {
        font-size: 14px;
    }
	    #talk_body .txt_box .desc {
        max-width: 100%;
	}
    #talk_body .txt_box {
        padding: 0px
    }
	    #talk_body .txt_box .desc p {
        line-height: 2;
        font-size: 14px;
    }
}
/*
--------------------------------------------
読者コメントの吹き出し部分（PC）
--------------------------------------------
*/
@media (min-width: 641px) {
    #talk_body dt, .info_taidan_txt dt {
		width: 20%;
	}
.comment_a {
		position: relative;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 30px;
        min-width: 120px;
        max-width: 700px;
        color: #555;
        font-size: 16px;
        background: #ffebff;
        border-radius: 1em;
	    line-height: 175%;
}
.comment_a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffebff;
}
.comment_a p {
  margin: 0;
  padding: 0;
}
.comment_b {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffebf3;
	border-radius: 1em;
	line-height: 175%;
}

.comment_b:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffebf3
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}
.comment_c {
		position: relative;
        display: inline-block;
        margin: 1.5em 0 1.5em 15px;
        padding: 30px;
        min-width: 120px;
        max-width: 700px;
        color: #555;
        font-size: 16px;
        background: #edefff;
        border-radius: 1em;
		line-height: 175%;
}
.comment_c:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edefff;
}
.comment_c p {
  margin: 0;
  padding: 0;
}
	}
/*
--------------------------------------------
読者コメントの吹き出し部分（SP）
--------------------------------------------
*/
@media (max-width: 640px) {
.comment {
    width: 340px;
    max-width: 260px;
}
.comment_a {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
	line-height: 2em;
	border-radius: 1em;
  background: #ffebff;
}

.comment_a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffebff;
}

.comment_a p {
  margin: 0;
  padding: 0;
}
.comment_b {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
	line-height: 2em;
	border-radius: 1em;
  background: #ffebf3;
}
.comment_b:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffebff;
}
.comment_b p {
  margin: 0;
  padding: 0;
}
.comment_c {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
	line-height: 2em;
	border-radius: 1em;
  background: #edefff;
}
	.comment_c:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edefff;
}

.comment_c p {
  margin: 0;
  padding: 0;
}
}
/*
--------------------------------------------
タイトル画像の調整
--------------------------------------------
*/
@media (max-width: 641px) {
.ranking {
    width: 85%;
    margin: auto;
}
	}