
.comment-respond{
    max-width:870px;
    margin:auto;
    background:white;
    padding:60px;
    box-sizing:border-box;
}
@media screen and (max-width: 768px) {
.comment-respond{
    padding:20px;
	}
}
.commentform{
    background:#073E81;
    line-height:1.5em;
    text-align:left;
    width:100%;
    margin:auto;
    padding:60px 0;
   /* font-family: "Noto Sans JP", sans-serif;*/
	font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
}
.commentform h2 {
	color:#F39800;
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:30px;
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 768px) {
.commentform h2 {
	color:#F39800;
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:30px;
	line-height: 1.3;
	text-align: center;
}	
}
.commentform h4,
.commentform h3{
line-height: 120%;
text-align:center;
        margin: 0px auto 10px auto;
        padding: 0px;
        font-size: 32px;
        font-weight:bold;
    /*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	font-family:"メイリオ",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Sans-Serif;
}
.commentform h4{
    font-size: 25px;
    margin: 0px auto 30px auto;
    font-weight:normal;
}
@media screen and (max-width: 768px) {
.commentform h4{
    font-size: 22px;
}
}
.commentform li{
    line-height:2em;
    border-bottom:solid 1px #aaa;
}
.commentform li:before{
    content: '\f00c';
    display:inline-block;
    marign-right: 1em;
    width: 1.5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.commentform input[type=text]{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
    border: 3px solid #BDBDBD;
    margin-top:10px;
}
.commentform textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
    border: 3px solid #BDBDBD;
    margin-top:10px;
}
.commentform input[type=submit] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 1.714285714;
    padding: 10px;
    padding: 0.714285714rem;
    width: 100%;
    text-align: center;
    background: #F39800;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 2.25vw;
    font-weight: 300;
    box-shadow: 0px 5px 0px #D78600;
    cursor: pointer;
    padding: 8px 34px;
    box-sizing: border-box;
    letter-spacing: -0.025em;
}

.commentform input[type=submit]:hover{
    opacity:0.86;
}
.commentform ul{
    margin-left:0em;
}
.commentform h4::after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background-color: #e5e5e5;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 10px;
}
/**/
.commentlist{
    counter-reset: number 0;
}
.commentlist .commentnumber::before{
    counter-increment: number -1;
    content: counter(number) " ";
}
#comments {
    width: 870px;
    margin: 0px auto;
    position: static;
    min-height: 35px;
}
.comment {
    line-height: 1.714285714;
}
.comments-area{
    
    background:#FFFFFF;
}
.commentwrapper{
    width:100%;
padding:50px 0;
    background:#F8F8F8;
}
.comment {
    line-height: 1.714285714;
}
.comments-area ol, .comments-area ul {
    list-style: none !important;
}
.comments-area .commentlist {
    padding-left: 0px !important;
}
.comments-area article {
    margin: 24px 0;
    margin: 1.714285714rem 0;
}
.commentlist li .commentnumber {
    float: right !important;
    color: #ffffff !important;
    font-size: 40px !important;/*48px*/
    margin: 0px 0px 0px 0px !important;
    padding: 0 5px 0 0 !important;
    clear: right !important;
    line-height: 48px !important;
}
.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0;
    margin: 0px 15px 0px 0px;
}
.comments-area article header {
    margin: 0 auto 10px;/*0 auto 20px*/
    padding: 5px 10px;/* 15px 18px 10px 18px*/
    text-align: left;
    background: #b5b5b5;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.comments-area article header cite, .comments-area article header time {
    color: #ffffff !important;
    display: block;
}
.comments-area article header cite {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.comments-area cite b {
    font-weight: normal;
}
.comments-area article header cite, .comments-area article header time {
    color: #ffffff !important;
    display: block;
}
.commentlist li .commentnumber {
    float: left;
    color: #999999;
    font-size: 3em;
    margin: 0;
    padding: 0 .5em .5em 0;
    clear: right;
}
.comments-area article header time {
    line-height: 1.714285714;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.857142857rem;
    color: #5e5e5e;
}
.comment-content {
    text-align: left;
}
.commentlist .comment {
    line-height: 1.714285714;
    padding: 0px 30px 0px;/*12px 30px 7px*/
}
cite a:link,
cite a{
    color:white;
    text-decoration:none;
    font-style: normal;
}
.comment-content.comment a{
    color:black;
    text-decoration:none;
}
#comments p{
	margin:0;
}
#comments p.nocomment{
    margin:20px auto;
}
.comment-content.comment{
	padding:0;
}
.comments-area h3{
    display: block;
    height: 2em;
    line-height: 2em;
    background:#2A4956;
    color:white;
    font-size:22px;
}

@media screen and (max-width: 768px) {
.comment-respond{
    max-width:90%;
    margin:0 auto;
    background:white;
    padding:3%;
    box-sizing:border-box;
}
.commentform input[type=submit] {
    font-size: 1.3rem;
}
    .commentlist li .commentnumber {
        font-size: 2em !important;
    }
    .comments-area article header {
        font-size: 16px;
        font-weight: normal;
    }
    .comments-area article header cite {
        font-size: 16px !important;
    }
    .commentlist li .commentnumber {
        font-size: 2em !important;
    }
    img {
        max-width: 100%;
        width /***/: auto;
        height: auto;
        vertical-align: bottom;
    }
    .comments-area article header {
        margin: 0px auto 5px auto;/*0px auto 15px auto*/
    }
    .comments-area article header {
        font-size: 16px;
        font-weight: normal;
    }
    .comments-area article header {
        /*padding: 10px 13px 5px 13px;*/
    }
    #comments {
        width: 95%;
        margin: 0px auto;
    }
.commentlist .comment {
    line-height: 1.5;/*1.714285714*/
    padding:0 2%;
}
}