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

body {font-family: "Shuei MaruGo L";}
  #kv img {width: 36%;}
.content_wrap { border-radius:10px;}
.midashi{font-size:1.6em; font-family: "Shuei MaruGo B"; text-align:center; padding-top:50px;}
      #talk_body .pic {
        margin: 20px auto 10px auto;
    }
    #talk_body .txt_box {
        max-width: 600px;
        padding-bottom: 40px;
        margin: 40px auto 60px auto;
        box-sizing: border-box;
         border-radius:10px;
        text-align:center;
    }
    #talk_body .txt_box .pic img {
        width: 70%; margin:0 auto;
    }
 hr{border-bottom: 1px solid #75434d;
   border-top:none;}
.sm_img{padding:20px; width:80%; margin:0 auto;}
.item{padding-bottom:30px;}
.item img {padding-bottom: 10px;}
.btn{width:18em; margin:0 auto;}
@media screen and (max-width: 640px){
    #kv img {width: 75%;}
  .content_wrap { border-radius:30px;}
  .midashi{font-size:1.2em; font-family: "Shuei MaruGo B"; text-align:left; padding-top:30px;}
      #talk_body .pic {
        margin: 10px auto 0px auto;
    }
        #talk_body .txt_box {
        padding-bottom: 20px;
        margin: 0px auto 0px auto;
        box-sizing: border-box;
         border-radius:10px;
        text-align:left;
    }
     #talk_body .txt_box .pic img {
        width: 86%; margin:0 auto;
    }
    .item{text-align:center; padding-bottom:30px;}
}