/* 共通設定 */

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;
}

.search_frame{
	max-width: 768px;
	margin: 4px auto 0px auto;
	text-align: right;
	background:#b57fcb;
}
 .search_frame select {
	width: 100%;
	font-size: 11px;
}
.search_frame button {
	margin: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

/*/// トップページ ///*/
#main_wrap.top .note_image p {
    color: #1b8abf;
    font-size: 14px;
    border: solid 2px #65ccfe;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px 7px;
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
    line-height: 25px;
    font-weight: bold;

}

#main_wrap.top .note_image img {
    margin-bottom: 10px;
}


#main_wrap.top .note_image2 p {
    color: #191919;
    font-size: 14px;
    display: inline-block;
    padding: 10px 7px;
    margin: 0 10px 20px 10px;
    width: calc(100% - 20px);
    line-height: 25px;

}

#main_wrap.top .note_image2 img {
    margin-bottom: 3px;
}


#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: #ff8f8f;
    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: #ecfff9;
}

#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: #ff8135;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    border-bottom: 3px solid #f25a1e;
}

#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: #ffc573;
    background-image:
   repeating-linear-gradient(-45deg,
   #ffd79d, #ffd79d 7px,
   transparent 0, transparent 14px);
    padding: 5px;
}

#main_wrap .content_wrap.item_list > ul > li {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}

#main_wrap .content_wrap.item_list > ul > li h3 {
    padding: 35px 10px;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    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: #ff6541;
    line-height: 22px;
    margin-bottom: 10px;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text {
    background: #fff;
    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: #effdff;
    border: 1px solid #ccc;
    //box-shadow: 1px 2px 2px #686868;
}



#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 dashed #dcdcdc;
}

#main_wrap .content_wrap.item_list > ul > li .text_wrap .main_text .maindescription ul li:before {
    content: url(/images/check.png);
    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;
}

#main_wrap.privacy h2 {
    padding: 5px;
    margin: 10px 0;
}

#main_wrap.privacy .text_area {
    font-size: 13px;
    line-height: 20px;
}

#main_wrap.privacy .text_area h3 {
    margin: 15px 0 5px;
    font-weight: bold;
}

footer .info_contents ul li:nth-last-child(-n+2) {
    background: #edfdff;
}

/*/// フッター ///*/

footer {
    text-align: center;
    background: #edfdff;
}

footer .info_contents ul li {
    padding: 25px;
    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: #edfdff;
}

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: #753a3a;
    color: #fff;
}

footer .copyright .annotation {
    background: #5a5a5a;
    padding: 20px 15px;
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    border-radius: 10px;
    text-align: left;
}

footer .copyright .annotation p {
    line-height: 18px;
    margin-bottom: 10px;
}

#return{
    z-index: 10;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    background: rgba(121, 108, 98, 0.8);
    border: 1px solid #928a86;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 9px;
}

#return a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
}

#return a:after{
    content: "▲";
}

.comment_box{
	font-size: 15px;

	border-radius:5px;
	padding:10px;
	margin:10px;
}

.red{
	background-color:rgb(255, 222, 221);
}
.blue{
	background-color:rgb(228, 241, 247);
}

.user_info{
	font-size: 13px;
	font-weight:bold;
	text-align:left;
}




.pause{

	margin: 10px auto 0px auto;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #ff2626;

}

.hatching {
	background: #fff300;
}
.redfont {
	color: #ff0000;
}

.box{
	margin: 0px auto;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px;
	overflow: hidden;
}

@media screen and (min-width:768px) {
/*	.box{
		margin: 40px 10px;
		background: #ffffff;
		text-align: left;
		padding: 10px 5px;
		box-shadow: 0px 0px 6px #ff5e5e;
		border-top: 10px solid #ff5e5e;
		border-left: 1px solid #ff5e5e;
		border-right: 1px solid #ff5e5e;
		border-bottom: 1px solid #ff5e5e;
		overflow: hidden;
	}
*/}

.form_box {
	text-align:left;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 2px;
	background: #c0f6f6;
}
.form_box_inner {
	letter-spacing: -.50em; /* 文字間を詰めて隙間を削除する */
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
}

.form_box_inner .search {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 25%;
}
.form_box_inner .search_inner {
	margin: 4px;
}
.form_box .allbox {
	margin-bottom: 5px;
	padding: 4px 6px;
	background: #ff2626;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
}
.form_box_inner .search_inner .applink_a {
	background: url("../image/aa.png")no-repeat;
	background-size: 14px;
	background-position: right center;
	padding: 0px 6px;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
background-color: #fff;
}
.form_box_inner .search_inner .applink_b {
	background: url("../image/ab.png") no-repeat;
	background-size: 14px;
	background-position: right center;
	padding: 0px 6px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
background-color: #fff;
}
.form_box_inner .search_inner .applink_c {
	background: url("../image/ac.png") no-repeat;
	background-size: 14px;
	background-position: right center;
	padding: 0px 6px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
	background-color: #efefef;
}
.form_box .search span {
	display: block;
/*	background: #dddddd;*/
	padding: 2px 4px;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.form_box .search .red {
	display: inline;
	font-size: 7px;
	padding: 0px 2px 0px 0px;
	color: #ff4040;
}
.form_box .search select {
	width: 100%;
	font-size: 11px;
	padding: 3px 0px;
}
.form_box_inner button {
	margin-top: 5%;
	margin-right: 1%;
	margin-bottom: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	float: right;
	width: 21%;
	padding: 4px 0px;
/*	box-shadow: 0px 0px 5px #b6ccef;*/
}
@media screen and (min-width:768px) {
	.form_box_inner button {
		margin-top: 2%;
		margin-right: 1%;
		margin-bottom: 4px;
		letter-spacing: normal; /* 文字間を通常に戻す */
		float: right;
		width: 21%;
		padding: 4px 0px;
	/*	box-shadow: 0px 0px 5px #b6ccef;*/
	}
}

.full_frame{
	width: 100%;
}
.inner_frame{
	max-width: 768px;
	margin:0 auto;
}

.search_frame{
	max-width: 768px;
	margin: 4px auto 0px auto;
	text-align: right;
	background:#b57fcb;
}
 .search_frame select {
	width: 100%;
	font-size: 11px;
}
.search_frame button {
	margin: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

#table3 {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

#table3 td {
	padding: 5px;
	border: 1px #e5e5e5 solid;
}

#table3menu1 {
	width: 20%;
	background-color: #fbe6e7;
	vertical-align: middle;
}

#table3menu2 {
	width: 80%;
	text-align: left;
	font-size: 100%;
}

div#wrapper {
	text-align: center;
}

label{
	white-space: nowrap;

}
