@charset "UTF-8";
/* CSS Document */
/*design*/
/***************************************

BREAK POINTS

***************************************/
p {
  font-size: 2.133333333333333vw;
}

/*Reset*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

/*全体------------------------------------------------*/


body {
  background: #f7f7f8;
  margin: 0px;
  margin: 0 auto;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro N", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}

/*リンク----------------------------*/
a {
  color: #0005dc;
  text-decoration: underline;
}

p {
  margin: 30px 10px 0 10px;
  line-height: 2;
  font-size: 15px;
  /*1.5rem*/
  font-size: 1.5rem;
  color: #333;
}

header {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  background-color: #fff;
  padding: 0 10px;
    line-height: 1;
}

p.date {
  padding: 10px 0 0 0;
  margin: 0px 20px;
  font-size: 12px;
  /*2rem*/
  font-size: 1.2rem;
  color: #aaa;
}

article {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

article img {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

ul.t {
  display: table;
  width: 100%;
}

ul.t li.t {
  display: table-cell;
}

p {
  color: #000;
    font-size: 16px;
    margin: 2em 0;    
}

span.underline {
  color: #fe0000;
  /*
  color:#000000;
  */
  background-color: #ff0;
}

li.t.img {
  width: 180px;
}

p.img {
  margin: 30px 10px 0 10px;
}

p.link img,
p.img img {
  width: 100%;
  height: auto;
}

em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}

p.link {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

p.red {
  color: #fe0000;
  font-weight: bold;
}

.link {
  font-size: 18px;
  font-size: 1.8rem;
}

.link ul {
  margin: 20px 10px -20px 10px;
}

.link ul li {
  margin: 0.6em 10px 0 2em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  list-style-type: disc;
}

.links h3 {
  padding: 25px 15px 15px 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
}

.links a {
  text-decoration: none;
}

.links p {
  font-size: 12px;
  font-size: 1.2rem;
}

.links ul {
  margin: 0;
  padding: 0;
}

.links li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}

.links .img span {
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: block;
  position: relative;
}

.links p.img img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -50%;
}

.links a {
  display: table;
  width: 100%;
}

.links p,
.links div.mark {
  display: table-cell;
  padding: 10px;
}

.links div.mark {
  vertical-align: middle;
  width: 20px;
}

.links div.mark:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  transform: rotate(45deg);
  display: block;
}

.links p.img {
  padding: 0;
  height: 75px;
  width: 75px;
}

footer {
background: #fff;
    text-align: center;
    border-top: solid 1px #ccc;
    max-width: 640px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

footer div {
  display: inline-block;
  padding: 0px 10px;
  margin: 5px 0 5px;
}

footer div:nth-of-type(2) {
  border-left: 1px solid #fff;
}

footer div a {
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.manga img {
display: block;
width: 95%;
margin: 3px auto;
}

.manga {
	margin: 0 auto;
}


.talk {
margin-bottom: 40px;
}

.talk figure img {
width: 100%;
height: 100%;
border: 2px solid #000;
border-radius: 50%;
margin: 0;
}
.talks figure img {
width: 100%;
/* height: 100%; */
border: none;
border-radius: 0%;
margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
font-size: 0.85em;
line-height: 1.5em;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

.cnt1 {
    padding: 2em 1em 0;
    margin-bottom: 1em;
}
/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 80px;
height: 80px;

}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
color: #444;
position: relative;
margin-left: 100px;
padding: 0.8em;
border: 3px solid #000;
background-color: #fff;
border-radius: 20px;
}
.talks .talk-Ltxt {
color: #444;
position: relative;
margin-left: 100px;
padding: 0.8em;
border: 3px solid #ff9900;
background-color: #fff;
border-radius: 20px;
}
.talks .talk-text {
line-height: 2;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #000;
top: 15px;
left: -20px;
}
.talks .talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #ff9900;
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}

/* ----- 右の場合 ----- */

/* 右画像 */
.talk-Rimg {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 80px;
height: 80px;

}

/* 右からの吹き出しテキスト */
.talk-Rtxt {
position: relative;
margin-right: 100px;
padding: 0.8em;
border: 3px solid #000;
background-color: #EBEAEA;
border-radius: 20px;
}

/* 右の三角形を作る */
.talk-Rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #000;
top: 15px;
right: -23px;
}

.talk-Rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #EBEAEA;
top: 15px;
right: -19px;
}


h3 {
padding: 0.6em;
border-left: 5px solid #000;
background: #f4f4f4;
margin: 1.5em auto 1.5em auto;
font-size: 1.3em; 
}

div.kuchikomi {
    border: #000 4px solid;
    border-radius: 0px;
    margin: 30px 10px 0 10px;
    padding: 10px 20px 20px 20px;
}

div.kuchikomi p {
	font-size: 9px;
    font-size: 0.9rem;
}


div.kuchikomi h5 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: bold;
    color: #000;
    border-bottom: dotted 2px #000;
}

div.kuchikomi h5:before {
    content: '\f075';
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
}

p.plus {
    margin: 5px 10px 0 10px;
    line-height: 1.4;
    font-size: 10px;
    color: #8B8A8A;
}

div.cross {
    background: #F6F2BD;
    border-radius: 5px;
    margin: 15px 5px 15px 5px;
    padding: 10px 10px 10px 15px;
}

div.cross li {
    margin: 0;
    list-style: none;
    color: #535353;
    font-size: 9px;
    font-size: 1rem;
    line-height: 1.1;
    display: block;
}

div.cross li::before {
    content: "×";
    color: rgb(255, 0, 0);
    display: inline-block;
    font-size: 1.8rem;
    margin-right: 5px;
    vertical-align: -2px;
}




.cps-post-main ul > li:before, .cps-post-main ol > li:before {
    background-color: #ffcd44!important;
}

.smp img {
display: block;
width: 50%;
margin: 3px auto;
}

div.kuchikomi_inner {
    display: block;
}


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

.kuchikomi_inner p.txt {
    margin: 20px 0 0 10px;
  
}


.kuchikomi_inner p.img_user {
    margin: 20px 0 10px 0;
    height: auto;
}

p.name {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
}

/***************************************

文字の装飾

***************************************/
.important_sentence {
  color: #ff0004;
  font-weight: bold;
}

.letter_space {
  letter-spacing: -0.02em;
}

.small_gray{
    font-size: 13px;
    color: gray;
    font-style: italic;
    text-align: center;
    line-height: 15px;
}
/***************************************

Check

***************************************/
li {
  margin: 10px;
  line-height: 2;
   /*font-size: 15px;
  font-size: 1.5rem;*/
  color: #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.questionnaire {
  border: solid 4px #eea229;
  margin-bottom: 2em
}


.questionnaire div {
  padding: 12px;
}

.questionnaire__balloon {
  margin: 30px 10px 0 10px;
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.questionnaire__question {
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
margin-bottom: 0;    
}

.questionnaire input {
  display: none;
}

.questionnaire input + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 .2em 0;
  cursor: pointer;
}

.questionnaire input + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #333;
  border-radius: 2px;
  width: 1em;
  height: 1em;
  display: block;
}

.questionnaire input:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: .3em;
  margin-top: -.2em;
  display: block;
  border-left: 4px solid #FF0000;
  border-bottom: 4px solid #FF0000;
}

@media screen and (max-width: 30em) {
  .questionnaire {
    padding: 10px;
  }
  .questionnaire__balloon {
    width: 20%;
  }
  .questionnaire__question {
    font-weight: 700;
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

/***************************************

page_view

***************************************/
.page_view {
  margin-top: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}

.page_view span {
  font-size: 16px;
  color: #5eb6d3;
}

p.thanks {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 60px auto 10px auto;
  padding-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  p.thanks {
    font-size: 22px;
    font-weight: bold;
    margin: 50px auto 0px auto;
    padding: 0px 0 50px 0;
  }
}

/***************************************

btn

***************************************/
.btn_text {
  font-size: 28px;
  font-weight: bold;
  margin: 60px auto 10px auto;
  text-align: center;
}

.btn_img {
  width: 80%;
  margin: 20px auto;
}

@media screen and (max-width: 30em) {
  .btn_img {
    width: 94%;
    margin: 10px auto;
  }
}

/***************************************

count

***************************************/
.count {
  color: #999;
  font-size: 0.8rem;
  margin: 0;
}

/***************************************

吹き出し

***************************************/
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1em 0 0.5em;
  padding: 0 5px;
  width: 50px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background: #29acc9;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #29acc9;
    z-index: 0;
}
.pad10{
padding: 10px;
}