/* 共通設定 */

html {
    min-height: 100%;
    position: relative;
}

body {
    color: #191919;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

img {
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#main_wrap {
}

.side_menu {
    display: none
}

#main_wrap .logo_img {
    background: #fe6567;
    font-size: 0;
}

#main_wrap .content_wrap {
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

#main_wrap .content_wrap .main_text {
    font-weight: bold;
    padding: 10px;
    border: 1px solid #fff;
    line-height: 20px;
}

#main_wrap .content_wrap.flow {
    text-align: center;
    margin-bottom: 0;
}


#main_wrap .content_wrap.flow span {
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 36px;
    background: #d3d3d3;
    border-radius: 3px;
    margin: 0 5px;
    color: #8a8a8a;
}

#main_wrap .content_wrap.flow span.selected {
    background: #f02b2d;
    color: #fff;
    font-weight: bold;
}

#main_wrap .content_wrap.question_wrap .main_text {
    text-align: center;
    background: #fe6567;
    color: #fff;
}

.search_area {
    width: 95%;
    background: #fffe88;
    border-radius: 3px;
    margin: 20px auto 20px;
}

.search_title {
    font-weight: bold;
    padding: 13px;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.search_title:after {
    content: "";
    background-image: url(/images/plus.png);
    position: absolute;
    top: 11px;
    right: 10px;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.search_title.active:after {
    background-image: url(/images/minus.png);
}

.search_list {
    display: none;
    padding: 0 10px 10px;
}

.search_list ul {
    background: #fff;
    padding: 10px 5px;
}

.search_list ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
}

.search_list ul li.category:after {
    content: "▼";
    position: absolute;
    font-size: 13px;
    top: 26px;
    right: 17px;
}

.search_list ul li.btn {
    width: 100%;
}

.search_list ul li.btn .form_btn {
    width: 70%;
    margin: auto;
}

.search_list ul li.btn .form_btn button {
    width: 100%;
    background: #f02b2d;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.search_list ul li select, .search_list ul li input {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #a9a9a9;
    height: 40px;
}

.br_list .head {
    padding-left: 5px;
    font-weight: bold;
    border-left: 3px solid #fe6567;
    font-size: 17px;
}

.br_list ul {
    padding: 10px;
    display: inline-block;
}

.br_list ul li {
    border: 2px solid #7b7b7b;
    margin-bottom: 10px;
    position: relative;
    height: 150px;
    width: 100%;
    float: left;
    background: #feffe0;
}

.br_list ul li a {
    display: inline-block;
}

.br_list ul li a p {
    position: absolute;
    top: 24%;
    bottom: 50%;
    z-index: 10;
    font-weight: bold;
    left: 15px;
    line-height: 25px;
    color: #191919;
    width: 70%;
}

.br_list ul li a img {
    width: 60%;
    float: right;
    opacity: 0.3;
    height: 150px;
    object-fit: contain;
    margin-right: 5px;
}

/*/// トップページ ///*/
#main_wrap.top .note_image p {
    color: #fe6567;
    font-size: 11px;
    border: solid 6px #fe6567;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px 7px;
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
    line-height: 20px;
    font-weight: bold;

}

#main_wrap.top .note_image img {
    margin-bottom: 10px;
}


#main_wrap.top .content_wrap.item_list {
    margin-bottom: 0;
}

#main_wrap.top .content_wrap.sort {
    padding: 10px;
    font-size: 14px;
    background: #fff;
}

#main_wrap.top .content_wrap.sort p {
    font-size: 14px;
    color: #191919;
}

#main_wrap.top .content_wrap.sort ul li a {
    color: #191919;
}

#main_wrap.top .content_wrap.sort ul li.active a, #main_wrap.top .content_wrap.sort ul li.active a:hover {
    color: #fe6567;
    border-bottom: 1px solid #fe6567;
}

#main_wrap.top .content_wrap.sort ul li:after {
    color: #191919;
}

#main_wrap .jump {
    margin: 10px auto;
    width: 90%;
    display: none;
}

#main_wrap.top .jump a {
    padding: 15px;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fe6567;
    border-bottom: 3px solid #c84244;
    border-radius: 3px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
}

#main_wrap.top .question_list {
    background: #ffe4e7;
    width: 95%;
    border-radius: 3px;
    margin: 20px auto 20px;
}

#main_wrap .content_wrap .number_area{
    margin: 10px 0;
}

#main_wrap .content_wrap .number_area ul li{
    width: 49%;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #f3c301;
    border-radius: 3px;
    padding: 10px 5px;
}

#main_wrap .content_wrap .number_area ul li p{
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

#main_wrap .content_wrap .number_area ul li .number{
    padding: 5px;
    background: #fff;
    font-weight: bold;
}


/* 選択肢一覧 */

#main_wrap .question_wrap h2 {
}

#main_wrap .content_wrap .btn_area ul {
    margin-top: 20px;
}

#main_wrap .content_wrap .btn_area ul li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    color: #212121;
    border-radius: 3px;
    border: 2px solid #fe6567;
    border-bottom: 5px solid #fe6567;
    font-weight: bold;
    font-size: 15px;
}

#main_wrap .content_wrap .btn_area ul li a:before {
    content: "A.";
    font-size: 16px;
    display: inline-block;
    padding-right: 5px;
}

#main_wrap .content_wrap .btn_area ul li.answer_2 a:before {
    content: "B.";
}

#main_wrap .content_wrap .btn_area ul li.answer_3 a:before {
    content: "C.";
}

#main_wrap .content_wrap .btn_area ul li.answer_4 a:before {
    content: "D.";
}

#main_wrap .ad_list {
    width: 100%;
}

#main_wrap .ad_list a img {
    margin: 5px 0;
    object-fit: cover;
}


#main_wrap .article_list {
    width: 100%;
    margin: 20px auto 10px;
}

#main_wrap .article_list h2, #main_wrap .question_list h2 {
    padding-left: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
}

#main_wrap .article_list ul li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

#main_wrap .article_list ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #212121;
}

#main_wrap .article_list ul li h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#main_wrap .article_list ul li span {
    font-size: 14px;
    margin-right: 5px;
}

#main_wrap .article_list ul li span.category {
    padding: 2px 5px;
    border-radius: 3px;
    background: #fe6567;
    color: #fff;
}

#main_wrap .article_list ul li span.date {
    float: right;
}


/*/// 質問2～4 ///*/

#main_wrap.question .content_wrap {
    background: #ffe4e7;
}

#main_wrap.question h2.head {
    text-align: left;
    padding-left: 5px;
    border-left: 3px solid #fe6567;
    margin-bottom: 10px;
    margin-top: 10px;
}

#main_wrap.question .content_wrap.question_wrap {
    padding-bottom: 20px;
}


/*/// 記事ページ ///*/

#main_wrap.article .main_content h2 {
    font-size: 18px;
    margin: 20px 0;
    text-align: left;
}

#main_wrap.article .main_content .top_img {

}

#main_wrap.article .main_content span.date {
    padding: 10px;
    display: block;
    float: right;
    font-size: 12px;
}

#main_wrap.article .main_content .main_text {
    margin-top: 20px;
    font-weight: normal;
    display: inline-block;
    padding: 0;
}

#main_wrap.article .main_content .btn {
    margin: 20px auto;
    width: 70%;
}

#main_wrap.article .main_content .btn a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #7b7b7b;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}


/*/// 結果表示画面 ///*/

#main_wrap .content_wrap.result {
    background: #fe6567;
    margin-bottom: 0;
}

#main_wrap .content_wrap.result .title {
    background: #fff;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
}

#main_wrap .content_wrap.result .title span.deco {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    color: #ff7823;
}


#main_wrap .content_wrap.result .main_img {
    background: #fff;
    padding: 10px;
    color: #191919;
}

#main_wrap .content_wrap.result .main_text {
    background: #fff;
}


#main_wrap h2 {
    text-align: center;
    position: relative;
    font-weight: bold;
}

#main_wrap h2 img {
    width: 100%;
}

#main_wrap h2 .text_wrap {
    position: absolute;
    top: 20px;
    width: 100%;
}

#main_wrap h2 p {
    font-weight: bold;
    margin: 5px 0;
    font-size: 20px;
    color: #fff;
}


/* ソートエリア */

#main_wrap .content_wrap.sort {
    background: #fe6567;
    margin-bottom: 0;
    text-align: center;
    padding: 20px 10px;
}

#main_wrap .content_wrap.sort p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

#main_wrap .content_wrap.sort ul li {
    display: inline-block;
    margin-right: 10px;
}

#main_wrap .content_wrap.sort ul li a {
    color: #fff;
    margin-bottom: 5px;
    opacity: 0.5;
}

#main_wrap .content_wrap.sort ul li a:hover {
    border-bottom: 1px solid #fff;
}

#main_wrap .content_wrap.sort ul li:after {
    content: "|";
    color: #fff;
    display: inline-block;
    margin-left: 10px;
}

#main_wrap .content_wrap.sort ul li.active a, #main_wrap .content_wrap.sort ul li.active a:hover {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    opacity: 1;
}

#main_wrap .content_wrap.sort ul li.active:after {
    font-weight: normal;
}


/* 比較表(table) */

#main_wrap .content_wrap.table .table_wrap{
    overflow: scroll;
}

#main_wrap .content_wrap.table table {
    text-align: center;
    width: 160%;
}

#main_wrap .content_wrap.table table th, #main_wrap .content_wrap.table table td {
    border: 1px solid #838383;
    vertical-align: middle;
    font-weight: bold;
    padding: 0.5em;
    text-align: center;
    width: 90px;
    font-size: 11.2px;
    line-height: 16px;
}

#main_wrap .content_wrap.table table th, #main_wrap .content_wrap.table table td.column_1 {
    background: #fbf9d8;
}

#main_wrap .content_wrap.table table th.column_1,#main_wrap .content_wrap.table table td.column_1{
    width: 15%;
}

#main_wrap .content_wrap.table table th img {
    width: 60%;
}

#main_wrap .content_wrap.table table th span{
    font-size: 1.3rem;
    color: #191919;
}

#main_wrap .content_wrap.table table td.column_1 {
    font-size: 11.2px;
}

#main_wrap .content_wrap.table table td.name {
    font-weight: normal;
    font-size: 12px;
}

#main_wrap .content_wrap.table table td.name img {
    height: 80px;
    object-fit: cover;
    object-position: top;
}

#main_wrap .content_wrap.table table tr.link td a {
    background: #00a040;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    border-bottom: 3px solid #126a35;
}

#main_wrap .content_wrap.table table tr.score td:not(:first-child) {
    font-weight: bold;
    font-size: 19px;
}

#main_wrap .content_wrap.table table td span.double_circle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/double_circle_rank.svg);
}

#main_wrap .content_wrap.table table td span.circle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/circle_rank.svg);
}

#main_wrap .content_wrap.table table td span.triangle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/triangle_rank.svg);
}

#main_wrap .content_wrap.table table td span.cross:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/cross_rank.svg);
}


/* 比較表(ul li) */

#main_wrap .content_wrap.table .table_wrap > ul{
    display: table;
    width:  650px;
    border-bottom: 1px solid #838383;
    border-right: 1px solid #838383;
}

#main_wrap .content_wrap.table .table_wrap > ul > li{
    display: table-cell;
    vertical-align: top;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li{
    border-top: 1px solid #838383;
    border-left: 1px solid #838383;
    vertical-align: middle;
    font-weight: bold;
    padding: 0.7em 0.5em;
    text-align: center;
    height: 70px;
    font-size: 11.2px;
    line-height: 16px;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li:nth-child(3){
    height: 50px;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li.column_1 {
    background: #fbf9d8;
}

#main_wrap .content_wrap.table .table_wrap > ul > li.compare_item ul li.column_1{
    padding: 20px 0.5em;
    line-height: 30px;
}
#main_wrap .content_wrap.table .table_wrap > ul > li.compare_item ul li.column_1:nth-child(3){
    padding: 15px 0.5em;
    line-height: 20px;
}

#main_wrap .content_wrap.table li.column_1.rank{
    height: 50px;
}

#main_wrap .content_wrap.table li.column_1.rank img {
    width: 35px;
}

#main_wrap .content_wrap.table li.column_1.rank span{
    font-size: 1.5rem;
    line-height: 35px;
}

#main_wrap .content_wrap.table li.compare_item {
    width: 80px;
    font-size: 11.2px;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li.name {
    font-weight: normal;
    font-size: 12px;
    height: 100px;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li.name img {
    height: 80px;
    object-fit: cover;
    object-position: top;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li.link a{
    background: #00a040;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    border-bottom: 3px solid #126a35;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li.score:not(:first-child) {
    font-weight: bold;
    font-size: 19px;
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li span.double_circle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/double_circle_rank.svg);
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li span.circle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/circle_rank.svg);
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li span.triangle:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/triangle_rank.svg);
}

#main_wrap .content_wrap.table .table_wrap > ul > li ul li span.cross:before {
    content: "";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/images/cross_rank.svg);
}


/* 案件表示 */

#main_wrap .content_wrap.item_list {
    padding: 0;
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul {
    background: #fe6567;
    padding: 10px;
}

#main_wrap .content_wrap.item_list > ul > li {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 4px solid #212121;
}

#main_wrap .content_wrap.item_list > ul > li h3 {
    padding: 13px 10px;
    font-weight: bold;
    font-size: 18px;
    background: #fbf9d8;
    border-radius: 5px 5px 0 0;
}

#main_wrap .content_wrap.item_list > ul > li.rank_1 .crown:before, #main_wrap .content_wrap.item_list > ul > li.rank_2 .crown:before, #main_wrap .content_wrap.item_list > ul > li.rank_3 .crown:before {
    content: '';
    background-image: url(/images/crown_1.png);
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: text-top;
}

#main_wrap .content_wrap.item_list > ul > li.rank_2 .crown:before {
    background-image: url(/images/crown_2.png);
}

#main_wrap .content_wrap.item_list > ul > li.rank_3 .crown:before {
    background-image: url(/images/crown_3.png);
}

#main_wrap .content_wrap.item_list > ul > li h3 span {
    margin-right: 5px;
}


#main_wrap .content_wrap.item_list > ul > li .text_wrap {
    padding: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .title {
    font-size: 16px;
    font-weight: bold;
    color: #CC0000;
    line-height: 22px;
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text {
    background: #feffe0;
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .strong {
    font-weight: bold;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .bg {
    background: linear-gradient(transparent 50%, #ffff66 50%);
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .head {
    margin: 5px 0 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #c00;
    padding: 0 0 5px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul {
    position: relative;
    margin: 1em 0;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 2px #686868;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul:before {
    position: absolute;
    content: '';
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: 3px solid #555555; /*クリップ色 */
    background-color: none;
    border-radius: 12px;
    box-shadow: 1px 1px 2px #999;
    transform: rotate(10deg);
    z-index: 1;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul:after {
    position: absolute;
    content: '';
    top: 0px;
    width: 10px;
    right: 20px;
    border: solid 5px #fff; /*背景色と同じ色にする*/
    z-index: 2;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul li:before {
    content: url(/images/check.svg);
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: sub;
    position: absolute;
    left: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window {
    width: 100%;
    margin: 10px 0;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label {
    display: flex;
    font-size: 80%;
    padding: 5px 10px 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    background: #CC0000;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .list {
    width: 100%;
    line-height: 0;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .check:checked ~ .title::after {
    background: url(/images/minus.png) top right no-repeat;
    background-size: 20px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .opentext {
    display: none;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .check:checked ~ .opentext {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
    color: #4a4a4a;
    margin-bottom: 10px;
    line-height: normal;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .check {
    display: none;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .title {
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative;
    padding-left: 10px;
    font-size: 0.8rem;
    margin-bottom: 0;
    width: 100%;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .title:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -13px;
    background: url(/images/plus.png) top right no-repeat;
    background-size: 20px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .window label .opentext {
    display: none;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text ul li.no_check:before {
    content: none;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list {
    margin: 10px 0;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list p {
    background: #a1e3ed;
    border-radius: 3px;
    padding: 15px 10px;
    position: relative;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list p:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/images/plus.png");
    background-size: 20px;
    position: absolute;
    top: 13px;
    right: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list p.active {
    border-radius: 3px 3px 0 0;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list p.active:after {
    content: "";
    background-image: url("/images/minus.png");
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul {
    display: none;
    background: #a1e3ed;
    padding: 0 10px 10px;
    border-radius: 0 0 3px 3px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li span {
    font-size: 13px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .name_wrap {
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .name {
    font-weight: bold;
    margin-right: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .img_wrap {
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .period {
    margin-right: 10px;
    color: #ff6d6d;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .assessment {
    color: #ff6d6d;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .star-icon, #main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .star-half {
    background-image: url("/images/star-icon.png");
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    vertical-align: top;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .star-half {
    background-image: url("/images/star-half.png");
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .comment_list ul li .text {
    margin-top: 10px;
    line-height: 20px;
    font-size: 15px;
}

#main_wrap .content_wrap.item_list > ul > li .link_btn {
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

#main_wrap .content_wrap.item_list > ul > li .link_btn a:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 4s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


/*/// コンタクト ///*/

#main_wrap.contact .content_wrap h2 {
    margin-bottom: 10px;
}

#main_wrap.contact .content_wrap li {
    width: 100%;
    margin-bottom: 10px;
}

#main_wrap.contact .content_wrap li input, #main_wrap.contact .content_wrap li textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}

#main_wrap.contact .content_wrap li textarea {
    height: 180px;
}

#main_wrap.contact .content_wrap .btn_wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#main_wrap.contact .content_wrap button {
    width: 70%;
    background: #ff7823;
    padding: 10px;
    border: none;
    border-radius: 3px;
    color: #fff;
}


/*/// フッター ///*/

footer {
    text-align: center;
    background: #e6e6e6;
}

footer .info_contents ul li {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
    color: #212121;
    font-size: 13px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

footer .info_contents ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    background: #a2a2a2;
}

footer .info_contents ul li span.left {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

footer .info_contents ul li span.right {
    width: 68%;
    display: inline-block;
}

footer .info_contents ul li a {
    display: block;
    width: 100%;
    color: #191919;
}

footer .info_contents ul li a:after {
    position: absolute;
    content: ">";
    right: 10px;
}

footer .copyright {
    padding: 10px;
    font-size: 11px;
    background: #191919;
    color: #fff;
}