@charset "UTF-8";
fieldset {
    padding: 0 !important;
    border: none !important;
}
h1,h2,h3{
  color: #172A57;
}
a.link_blue {text-decoration: underline #245fbb;}

.errorTxt1,
.errorTxt2,
.errorTxt3,
.errorTxt4,
.errorTxt5,
.errorTxt6,
.errorTxt7,
.errorTxt8,
.errorTxt9,
.errorTxt10,
.errorTxt11,
.errorTxt12,
.errorTxt13
{
	margin-top:0px; 
	text-align: left; 
	font-size: 11px; 
	color: #FF1493;
	font-weight: bold;
}

ul,
ul li,
a li{
    list-style-type: none;
}

.font-red{color: #c5774a !important;}

.sec-revsofa-title{display: block; text-align: center;margin: 70px auto 30px;width: 70%;}
.sec-revsofa-title img{margin:50px auto 0px; width:50%;}
.sec-revsofa-title h1{
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
	letter-spacing: 1.5px;
    padding:0px;
}
.sec-revsofa-title p{text-align: left; font-size:15px;line-height: 25px;}

@media screen and (min-width:1025px){
    .sec-revsofa-title{
        width: 1000px;
        margin: 0 auto;
    }
}
@media screen and (max-width:768px){
	.sec-revsofa-title{
		margin: 50px auto 20px;
		width: 100%;
	}
}

.sec-revsofa-nagare{display: flex; flex-wrap: wrap; justify-content: center; margin:30px 0px 50px;}
.sec-revsofa-nagare img{display: block; width:30%; height: auto; margin: 10px;}

h2.head-border{font-size: 26px;}
.head-border {
    display: flex;
    align-items: center;
	color: #172A57;
	margin: 30px 0;
}
.head-border:before,
.head-border:after {
    content: "";
    height:4px;
    flex-grow: 1;
    background-color: #ECD9CF;
}
.head-border:before {
    margin-right: 1.3rem;
}
.head-border:after {
    margin-left: 1.3rem;
}

@media screen and (max-width:440px){
    .sec-revsofa-title img{width:90%; height: auto; display: block; margin-top:30px;}
    .sec-revsofa-title h1{margin-bottom: 30px;}

    .sec-revsofa-nagare{display: block; margin:0px 0px;}
    .sec-revsofa-nagare img{width: 100%; height: 30%; margin: 0 auto;}

    h2.head-border{font-size: 22px;}
}

.sec-toukou-tyui{
    max-width: 800px;
    display: block;
    margin: 10px auto 40px;
    padding: 5%;
    background: #f3f1ee;
    text-align: left;
    border-radius: 10px;
}
@media screen and (max-width:768px){
    .sec-toukou-tyui{
        padding: 20px 10px 10px 10px;
    }
}
.sec-toukou-tyui .title{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 10px auto;
}

.sec-toukou-tyui ul {
    display: block;
    margin-left: 20px;
    text-align: left;
}

.sec-toukou-tyui ul li{
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.4;
    list-style-type: disc;
    list-style-position: outside;
}

#form_toukou{
    max-width: 800px;
    margin: auto;
}


.txt-ctr-name,
.txt-ctr-mail{
    font-size: 16px;
}

.txt-ctr-name{
    display: block;
    width: 300px;

}

.txt-ctr-ybb{width: 100px;}
.txt-ctr-todofuken{width: 100px;}
.txt-ctr-gokinyu{font-size: 16px;}
.select-ctr-form{width: 150px;}


.sec-form-block .blk-form .hissu{
	display: inline-block;
	border:solid 1px rgb(204, 153, 0);

	font-size: 10px;
	color: rgb(204, 153, 0);

	padding: 2px 5px 5px 5px;
	margin: 0;
	text-align: center;
}

.sec-form-block label{
    font-size: 15px;
    padding: 0px;
    font-weight: normal;
}

.sec-form-block .title{
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: normal;
    border-bottom: 1px solid #121212;
}
@media screen and (max-width:768px){
    .sec-form-block .title{
        font-size: 20px;
    }
}

.text-left{
    margin: 10px 0px;
}

input#cust_name,
input#initial {
    width: 200px;
}

input#email {
    width: 400px;
}

input#zip1,
input#pref{
    width: 100px;
}

input#city,
input#tyoiki,
input#mansion{
    width:500px
}

@media screen and (max-width:440px){
    input#cust_name,
    input#initial,
    input#email,
    input#zip1,
    input#pref,
    input#city,
    input#tyoiki,
    input#mansion{
        width:100%;
    }
}

/* sampleページ用 */
.sec-head{
    max-width: 700px;
    display: block;
    margin: 80px auto 0;
}

.sec-head .sec-title{
    display: block;
    font-size: 25px;
    text-align: center;
    color: #172A57;
}
.sec-head .sec-bdr{
    display: block;
    width: 100px;
    margin: 25px auto 30px;
}
.sec-head p{
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.sec-samples{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 100px 0;
}
.sec-samples .blk-sample{
    display: block;
    width: 30%;
    margin: 15px;
}
.sec-samples .blk-sample img{
    margin-bottom: 10px;
}
.sec-samples .blk-sample p{
    text-align: left;
    line-height: 1.4;
}

.sec-samples .blk-sample .title{
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(230, 230, 230);
    color: rgb(77, 77, 77);

    height: 40px;
    text-align: center;
    padding-top: 10px;
	margin: 5px 0;
}

.sec-samples .blk-sample-none{
    display: block;
    width: 30%;
    margin: 15px;
}
@media screen and (max-width:440px){
    .sec-head{
        margin-top: 50px;
    }
    .sec-head p{
        text-align: left;
    }
    .sec-samples .blk-sample{
        width: 100%;
    }
    .sec-samples .blk-sample-none{
        display: none;
    }
}

.sec-sofa{
    display: block;
}
.sec-sofa ul.thumbnails.image_picker_selector{
    overflow: visible;
}
.sec-sofa ul.thumbnails.image_picker_selector li {
    display: block;
    width: 18%;
    margin: 1%;
}

.sec-sofa ul.thumbnails.image_picker_selector li .thumbnail{
    padding: 1%;
}
.sec-sofa ul.thumbnails.image_picker_selector li .thumbnail img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sec-sofa ul.thumbnails.image_picker_selector li .thumbnail {
    background: #fff;
    border: solid 1px #d3d3d3;
    height: 100%;
}
.sec-sofa ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: #fff;
    border: solid 1px white;
    outline: 4px solid #c5774a;
}

.sec-sofa ul.thumbnails.image_picker_selector p{font-size:11px;line-height: 1.2;}

@media screen and (min-width:768px) and (max-width:1024px){
    .sec-sofa ul.thumbnails.image_picker_selector li {
        display: block;
        width: 23.5%;
    }
}


@media screen and (max-width:440px){
    .sec-sofa ul.thumbnails.image_picker_selector{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .sec-sofa ul.thumbnails.image_picker_selector li {
        display: block;
        width: 30.25%;
    }
}
@media screen and (max-width:375px){
    .sec-sofa ul.thumbnails.image_picker_selector li {
        width: 30%;
    }
}
@media screen and (max-width:320px){
    .sec-sofa ul.thumbnails.image_picker_selector li {
        width: 29.5%;
    }
}

.sec-present-select h3{
    display: block;
    font-size: 15px;
    position: relative;
    color: #121212;
    background: #ECD9CF;
    padding: 10px 5px;
    margin: 20px 0 10px 0;
}
/* .sec-present-select h3:after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
  } */

.sec-present-select ul.thumbnails.image_picker_selector li {
    width: 32.25%;
}

.sec-present-select ul.thumbnails.image_picker_selector .thumbnail img{
    margin-bottom: 20px;
}

.sec-present-select ul.thumbnails.image_picker_selector .thumbnail .txt-present{
    font-size: 20px;
    
}
.sec-form-block {
    margin: 20px auto 50px;
}

.sec-form-block .blk-form{
    width: 100%;
}

.sec-present-select .price-level {
    background-color: #f3f1ee;
    margin: 5% auto;
}
@media screen and (max-width:768px){
.sec-present-select .price-level {
    margin: 10% auto;
    }
}

/* プランBの方 */
.sec-present-select .price-level .blk-description{
    display: block;
    padding: 10px 10px;
    font-size: 13px;
}
.sec-present-select .blk-presents{
    display: flex;
    flex-wrap: wrap;
}

.sec-present-select .blk-presents .blk-present{
    width: 46%;
    margin: 2%;
    display: flex;
    flex-direction: column;
    height: auto;
}
@media screen and (min-width:1025px){
    .sec-present-select .blk-presents{
        display: flex;
        flex-wrap: wrap;
    }
    .sec-present-select .blk-presents .blk-present{
        width: 29%;
        margin: 2%;
        font-size: 16px;
    }
}
@media screen and (min-width:500px) and (max-width:1024px){
    .sec-present-select .blk-presents{
        display: flex;
        flex-wrap: wrap;
    }
    .sec-present-select .blk-presents .blk-present{
        width: 47%;
        margin: 10px;
        font-size: 17px;
    }
    .sec-present-select .blk-description{
        font-size: 14px;
    }
}


@media screen and (min-width:768px) and (max-width:1024px){
    .sec-present-select ul.thumbnails.image_picker_selector li{
        display: block;
        width: 31.75%;
        margin: 5px;
    }
}

@media screen and (max-width:440px){
    .sec-present-select ul.thumbnails.image_picker_selector {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .sec-present-select ul.thumbnails.image_picker_selector li{
        display: block;
        width: 46.75%;
        margin: 5px;
    }
}
@media screen and (max-width:360px){
    .sec-present-select ul.thumbnails.image_picker_selector li{
        display: block;
        width: 46.5%;
        margin: 5px;
    }
}

@media screen and (max-width:320px){
    .sec-present-select ul.thumbnails.image_picker_selector li{
        display: block;
        width: 46%;
        margin: 5px;
    }
}

.radiobutton {
  display: none;
}
label.presentbox {
  border: #bfbfbf 1px solid;
  border-radius: 5px;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  background-color: white;
  position: relative;
  height: 100%;
}

.radiobutton:checked + label.presentbox {
  border: #c5774a 1px solid;
  outline: 4px solid #c5774a;
  background-color: antiquewhite;
  transition: border 0.2s ease-in-out;
  border-radius: 5px;
}

label.presentbox img {
    border-radius: 4px 4px 0 0;
}

.presentbox .badge {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #c5774a;
  color: white;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 12px;
  z-index: 1;
}

/* チェックされたときだけ表示 */
.radiobutton:checked + label.presentbox .badge {
  display: inline-block;
}

.p_name {font-size: 12px;font-weight: bold;padding: 3px 3px 0 3px;line-height: 1.3;}
.p_detail {font-size: 11px;padding: 0 3px 3px 3px;line-height: 1.5;}


.sec-warning{
    display: block;
    background-color: rgb(230, 230, 230);

    position: relative;
    width: 100%;
    height: 100px;

    margin-bottom: 70px;
}

.sec-warning .blk-inner{
    display: block;
    background-color: rgb(230, 230, 230);

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);

    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.sec-warning .blk-inner .blk-txt{
    font-weight: bold;
    padding: 10px 0px;
}

@media screen and (min-width:768px) and (max-width:1024px){
    .sec-warning{
        display: block;
        height: auto;
        margin: 120px 0px 260px;
    }
}

@media screen and (max-width:440px){
    .sec-warning{
        display: block;
        height: auto;
        margin: 160px 0px 350px;
    }
}
@media screen and (max-width:320px){
    .sec-warning{
        display: block;
        height: auto;
        margin: 200px 0px 420px;
    }
}

.txt-inp-length70{
    width: 70px;
}

.txt-inp-length100{
    width: 100px;
}

input[type=text],
input[type="textarea"] {
    font-size: 15px;
}

.long_barline{border-bottom:2px solid #000000;width:100%;margin:0px auto;clear:both;}
.line_pad{padding:30px 0;}
.sec-mail-description{}
.sec-mail-description .sec1{margin-bottom: 20px;}
.sec-mail-description .sec2{font-weight: bold; font-size: 14px; text-decoration: underline;}
.sec-mail-description img{margin:20px auto;}
.sec-mail-description .sec3{margin-bottom: 20px;}
@media screen and (max-width:1024px){
	.sec-mail-description .sec1,
	.sec-mail-description .sec3
	{
		text-align: left;
	}
}

.blk-souhusaki{
    display: block;
    background-color: #f3f1ee;
    padding: 40px;
    margin-bottom: 50px;
}
@media screen and (max-width:768px){
    .blk-souhusaki{
        padding: 10px;
    }
}

.blk-souhusaki .blk-title{
    display: block;
    font-size: 24px;
    margin: 30px auto 0px;
    text-align: center;
}

#selected_present_area {
    width: 80%;
    background: white;
    border-radius: 10px;
    margin: 30px auto;
    padding: 0 0 5px 0;
    text-align: center;
}
#selected_present_area #result_img{
    width: 400px;
    margin: 20px auto;
}

#selected_present_area h3{
    font-size: 18px;
    padding: 10px 0;
    background: #ECD9CF;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

#selected_present_area p{
    font-size: 11px;
    color:dimgray;
    margin: 0 auto;
    text-align: center;
}

#result_name{
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}
@media screen and (max-width:768px){
    #selected_present_area {
        width: 90%;
    }
    #selected_present_area #result_img{
        width: 100%;
        margin: 0px auto;
    }
    #selected_present_area h3{
        font-size: 15px;
    }
    #selected_present_area p{
        font-size: 11px;
        color:dimgray;
        margin: 0 auto;
    }
    #result_name{
        font-size: 14px;
    }
}
.blk-toukou{
    display: block;
    background-color: #f3f1ee;
    padding: 40px;
}
@media screen and (max-width:768px){
    .blk-toukou{
        padding: 10px;
    }
}
.blk-toukou .blk-title{
    display: block;
    font-size: 24px;
    margin: 30px auto 0px;
    text-align: center;
}

.blk-toukou .blk-title span.txt-warning{
    font-size: 16px;
    color: #c5774a;
}

@media screen and (max-width:768px){
    .blk-souhusaki .blk-title,
    .blk-toukou .blk-title{
        font-size: 20px;
    }
    .blk-souhusaki .blk-title,
    .blk-toukou .blk-title{
        margin: 30px auto;
        font-weight: normal;
    }
    .blk-toukou .blk-title span.txt-warning{
        font-size: 12px;
    }
}

.photo_att {
    border-radius: 10px;
    background: white;
    padding: 10px 5px;
    margin: 0 auto;
    display: inline-block;
}

.photo_att ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.photo_att li {
    font-size: 15px;
    padding-left: 1.5em; 
    text-indent: -1.5em; 
    margin-bottom: 8px;
    line-height: 1.3;
}

.photo_att li::before {
  content: "※";
  margin-right: 0.5em;
  color: #c5774a;
}

.photo_att a{
    font-size: 15px;
}
@media screen and (max-width:768px){
    .photo_att li,
    .photo_att a {
        font-size: 14px;
    }
}

.taL{
    font-size: 16px;
    text-align:left !important;
    font-weight: normal;
}
@media screen and (max-width:768px){
    .taL{
        font-size: 14px;
    }
}

.btn-sansyou{
    display: block;
    background-color: rgb(128, 128, 128);
    color:#fff;
    text-align: center;
    font-size: 14px;
    padding-top:18px;
    width:240px;
    height:60px;
}

.btn-toukou{
    display: block;
    background-color: rgb(64, 64, 64);
    color:#fff;
    text-align: center;
    width:250px;
    height:70px;
    font-size: 18px;
    margin:50px auto;
    letter-spacing: 3px;
    border-radius: 10px !important;
}
@media screen and (max-width:768px){
    .btn-sansyou{
        font-size:12px;
        padding-top:20px;
    }
    .btn-toukou{
        width:280px;
        height:70px;
    }
}

.sec-img{
    display: block;
    margin:20px auto;
}

.form-item {
    border-bottom: 3px solid white;
    padding: 10px 0;
}

.file_button {
  position: relative;
  display: inline-block;
  background: #62a6a5;
  border-radius: 5px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
  margin-right: 10px;
  font-size: 15px;
}

.file_button:hover {
  background: #458584;
}

.file_button .file_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file_button.is-active {
  background-color: #333;
  color: #fff;
  border-color: #333;
  margin-right: 10px;
}

/* レビュー応募トップ */
.sec-revsofa-title{display: block; text-align: center;}
.sec-revsofa-title img{margin:50px auto 0px; width:50%;}
.sec-revsofa-title h1{
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    margin: 70px 0;
	line-height: 2.5rem;
}
span.underline {border-bottom: 4px #ECD9CF solid;padding-bottom:10px;}

.sec-revsofa-title p{text-align: center; font-size:18px;line-height: 2.9rem;width: 80%;margin: 0 auto;}

@media screen and (max-width:440px){
    .sec-revsofa-title img{width:90%; height: auto; display: block; margin-top:30px;}
    .sec-revsofa-title h1{font-size: 18px;margin: 30px 0;line-height:38px;}
	span.underline {padding-bottom:6px;}
	.sec-revsofa-title p{text-align: left; font-size:15px;width: 100%;line-height: 2.6rem}
}

.sec-select-sofa{
    
}
.sec-select-sofa .blk-description{
	margin: 20px 0;
	font-size: 18px;
    text-align: left;
}
.sec-select-sofa .blk-sofas-main{
    display: block;
    border: solid 4px #ECD9CF;
    margin-bottom: 50px;
}
.sec-select-sofa .blk-sofas-main .blk-sofas{
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
	margin-top: 20px;
}
.sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa{
    display: block;
    width: 50%;
	margin-bottom: 5px;
}

.sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa img{
    width: 90%;
    margin: 0 auto;
}
.sec-select-sofa h2{
    margin: 70px 0px 20px 0;
	padding: 10px 0;
}

.sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa h3{
    margin: 5px 0px;
    font-size: 15px;
}
.sec-select-sofa .blk-sofas-main .btn-sofa{
    display: block;
    margin: 30px auto;
    background-color: rgb(0, 26, 77);
    width: 90%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 18px;
    text-align: center;
	letter-spacing: 1.5px;
}

.sec-select-sofa .blk-sofas-main a{
    width: 90%;
    height: 70px;
}

@media screen and (min-width:1025px){
    .sec-select-sofa h2{
		margin: 100px 0px 50px 0;
        text-align: center;
    }
    .sec-select-sofa .blk-description{
		margin: 50px 0px;
        text-align: center;
    }
    .sec-select-sofa .blk-sofas-main{
        width: 1000px;
        margin: 0 auto 100px;
    }
    .sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa{
        width: 25%;
        padding: 10px;
    }
    .sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa img{
        display: block;
    }
    .sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa h3{
        margin: 5px 0px;
        font-size: 16px;
        text-align: center;
    }
    .sec-select-sofa .blk-sofas-main .btn-sofa,
    .sec-select-sofa .blk-sofas-main a{
        width: 40%;
    }
}
@media screen and (min-width:500px) and (max-width:1025px){
    .sec-select-sofa .blk-sofas-main .blk-sofas .blk-sofa{
        width: 33%;
        padding: 20px;
    }
}
@media screen and (max-width:768px){
	.sec-select-sofa .blk-description{
		font-size: 15px;
	}
	.sec-select-sofa h2{
    margin: 40px 0px 20px 0;
	}
}


.sec-apply{
    display: block;
    margin: 30px auto 60px;
}
.sec-apply ul{
    padding: 0px;
    margin: 0px;
}
.sec-apply ul li{
    text-align: left;
    margin: 20px 0px;
}
.sec-apply .bold{
    font-weight: bold;
}
 .sec-apply h3{
    text-align: center;
    font-weight: 400;
}
.sec-apply .link{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
@media screen and (min-width:1025px){
    .sec-apply .sec-revsofa-nagare{
        width: 1000px;
        margin: 0 auto;
    }
    .sec-apply h3{
		font-size: 26px;
		margin: 30px 0;
    }
    .sec-apply ul{
        width: 1000px;
        margin: 0 auto;
    }
}
@media screen and (max-width:440px){
    .sec-apply h3{
        font-size: 24px;
    }
}


.pc_hid{
    display: none;
}
@media screen and (max-width:500px) {
    .pc_hid{
        display: block;
    }
}

#howto-swp .swiper-container{
  width: 100%;
	margin-bottom:50px;
}
#howto-swp .swiper-wrapper .swiper-slide img{
	margin:0 auto;
	width:100%;
  border-radius: 15px;
}
#howto-swp .swiper-wrapper .swiper-slide p{
	font-size:13px;
	text-align:center;
	padding:10px 15px;
	line-height:1.5;
}

#howto-swp .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 50px;
  gap: 80%;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#howto-swp .swiper-button-prev,
#howto-swp .swiper-button-next {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
#howto-swp .swiper-button-prev {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(https://www.harem-shop.com/common_areas/images/arrow_l.svg);
  background: var(--navy);
}
#howto-swp .swiper-button-next {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(https://www.harem-shop.com/common_areas/images/arrow_r.svg);
  background: var(--navy);
}
#howto-swp .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
}
#howto-swp .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: darkgray;
  opacity: 0.3;
  border-radius: 10px;
}
#howto-swp .swiper-pagination-bullet-active {
  background: darkgray;
  opacity: 1;
}


/*TOPの画像*/
.img_full_noline img{width: 100%;}
@media screen and (min-width:1700px){
	.img_full_noline img{width: 100%;max-height: 480px;object-fit: none;margin: 0 auto;background:#F3EAE1;}
}
@media screen and (max-width:1700px){
	.img_full_noline img{width: 100%;max-height:none;}
}

/*2024-10-12 jim変更*/
.all_info{background: white; border: 2px #CC484B solid;margin:30px auto 40px;padding:40px 60px;width: 800px;border-radius: 5px;}
.all_info ul{margin: 20px 0;}
.all_info ul li{margin: 15px 0;}
.allinfo_tittle{margin:5px 0 20px 0;font-weight:bold;text-align:center;font-size:18px;color: #CC484B;border-bottom: 3px solid white;padding-bottom: 15px;}
.allinfo_tittle i{margin:1px;font-size:20px;}
p.allinfotx{text-align:left;font-size:15px;line-height:1.7;margin: 10px 0;}

@media screen and (max-width:768px){
  .all_info{width: 100%;padding: 25px 15px;margin: 30px 0 40px 0;}
  .all_info ul{margin: 20px 0;}
  .all_info ul li{margin: 15px 0;}
  .allinfo_tittle{margin:0 0 10px 0;padding:0;font-weight:bold;text-align:center;font-size:17px;}
  .allinfo_tittle i{margin:1px;font-size:16px;}
  p.allinfotx{text-align:left;font-size:13px;line-height:20px;margin: 10px 0 0 0;}
}
