@charset "utf-8";

button {
    cursor: pointer;
}
button:hover {
    opacity: 0.5;
}

.pc{display: block;}
.sp{display: none;}
.aC {text-align: center;}
.aR {text-align: right;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
#border_display{
	width:100%;
	min-width: 960px;
}

/********** hheader **********/
#hheader {
	width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 9999;
}
#hheader:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}

#hheader_in {
	min-width: 1000px;
	margin: 0 auto;
}
#hheader_in h1 {
    float: left;
    margin: 20px 0 0 20px;
    width: 192px;
    height: 40px;
}
#hheader_in h1 img {
    display: block;
    width: 100%;
}

.bnr_fixbottom{
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(230,117,0,0.8);
	width: 100%;
	padding: 10px 0;
	z-index: 999;
}
.bnr_fixbottom .bnr{
	display: block;
	width: 960px;
	margin: auto;
	transition: 0.3s;
}
.bnr_fixbottom .img{
	display: block;
	max-width: 100%;
	height: auto;
}


.mv {
		position: relative;
    width: 100%;
    height: 780px;
    height: 100vh;
    background-image: url(../images/top/mv.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-bottom: 82px;
}
.mv_wrap {
		position: absolute;
    top: 0;bottom: 0;
		left: 0;right: 0;
    width: 600px;
    height: 600px;
    background: -moz-radial-gradient(ellipse farthest-side, #fff, transparent);
    background: -webkit-radial-gradient(ellipse farthest-side, #fff, transparent);
    background: -ms-radial-gradient(ellipse farthest-side, #fff, transparent);
    margin: auto;
}
.mv h2 {
    width: 600px;
    padding: 5px 0 2px;
		line-height: 1.5;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: #E87400;
    margin: 120px auto 50px;
}
.mv img {
    height: 200px;
    width: auto;
}
.sub {
    height: 150px;
    padding-top: 130px;
}

/********** navi **********/
#bg_navi{
    float: right;
    position: relative;
    z-index: 10;
}
#navi{
    padding: 16px 20px 0 0;
}
#navi li{
	float: left;
	position: relative;
}
#navi li.current a:after {
    position: absolute;
    bottom: -3px;
    right: 0px;
    content: '';
    width: calc(100% - 28px);
    height: 2px;
    background: #B4817A;
}
#navi a{
    display: inline-block;
    padding-top: 16px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: center;
    color: #312c27;
    margin-left: 20px;
}
#navi #n06 a {
    width: 220px;
    height: 30px;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #E87400;
    color: #E87400;
    margin-left: 28px;
}


/*パンくずリスト*/
#bread{
	width: 100%;
	height: 22px;
	padding-top: 8px;
	background: #F4F4F4;
}
#bread .bread_warap {
    width: 940px;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
}
    #bread .bread_warap:before {
        content: '';
        background: url(../images/cmn/ico_pankuzu.png);
        background-size: cover;
        position: absolute;
        width: 17.2px;
        height: 16px;
        left: 0px;
        top: -1px;
    }


#bread p a{
    color: #E87400;
}
#bread p span{
	text-align: left;
}

/********** mainbox **********/
#mainbox{
	margin: 0 auto 10px auto;
	overflow: hidden;
	color: #312C27;
}

/********** fcontact **********/
.fcontact {
    padding-top: 90px;
    height: 330px;
    background: #F4F4F4;
    text-align: center;
    font-size: 16px;
}
    .fcontact h2 {
        margin-bottom: 52px;
    }
    .fcontact h2 img {
        width: 520px;
        display: inline-block;
    }
    .fcontact p {
        margin-bottom: 42px;
				line-height: 2;
    }
    .fcontact a {
        margin: 0 16px;
    }


/********** ffooter **********/
#ffooter{
    height: 160px;
    padding: 40px 0 0;
	width: 100%;
	position: relative;
	border-top: solid 1px #ddd;
}
.page_scta #ffooter {
    border-top: solid 1px #ddd;
}
#ffooter_in{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#ffooter .flogo img {
    display: block;
    width: 192px;
}
#ffooter .flogo {
    width: 192px;
    display: inline-block;
    margin: 0 auto 30px;
}

/*フッターナビ*/
#fnavi{
	overflow: hidden;
}
#fnavi li{
    display: inline-block;
    border-right: solid 1px #E87400;
    padding: 0 18px 0;
    font-size: 14px;
    font-weight: bold;
}
#fnavi li:last-child {
    border: none;
}
#ffooter p.copy {
    text-align: center;
    color: #fff;
    background: #E87400;
    position: absolute;
    width: 100%;
    height: 25px;
    padding-top: 15px;
    font-size: 12px;
    bottom: 0;
}


/*----------------------------------------

index.html

-----------------------------------------*/
.box01,
.box02,
.box04,
.box05,
.box06 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.box01 {
    padding-bottom: 76px;
    padding-top: 80px;
    margin-top: -80px;
}
    .box01 h2 {
        text-align: center;
        margin-bottom: 48px;
    }
    .box01 h2 img {
        width: 520px;
        display: inline-block;
    }
    .box01 p {
        font-family: Meiryo;
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
        color: #312c27;
        letter-spacing: 0.8px;
    }
    .box01 p.p1 {
        margin-bottom: 30px;
    }
    .box01 p.p2 {
        margin-bottom: 30px;
    }
    .box01 p.p2,
    .box01 p.p3 {
        display: inline-block;
        position: relative;
        line-height: 32px;
    }
    .box01 p.p3 {
        margin-bottom: 26px;
    }
        .box01 p.p1 span,
        .box01 p.p2 span,
        .box01 p.p3 span {
            color: #E87400;
            font-size: 18px;
        }

    .box01 p.p4 {
        margin-bottom: 56px;
    }
        .box01 p.p4 span {
            color: #E87400;
            font-size: 18px;
        }
        .box01 p.p4 small {
            font-size: 14px;
        }
    .box01 img.img1 {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 36px;
    }

.box02 {
    padding-bottom: 55px;
    padding-top: 80px;
    margin-top: -80px;
}
    .box02 h2 {
        text-align: center;
        margin-bottom: 54px;
    }
    .box02 h2 img {
        width: 520px;
        display: inline-block;
    }
    .box02 ul {
        overflow: hidden;
        text-align: center;
    }
    .box02 ul li {
        vertical-align: top;
        display: inline-block;
        width: 280px;
        text-align: left;
        padding: 0 18px 40px;
        letter-spacing: 0.05em;
        line-height: 21px;
    }
        .box02 ul li img {
            width: 160px;
            display: block;
            margin: 0 auto 16px;
        }
        .box02 ul li h3 {
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0.05em;
            line-height: 27px;
            text-align: center;
            margin-bottom: 16px;
        }

.box03 {
    height: 630px;
    width: 100%;
    background-image: url(../images/top/pic_voice.png);
    background-size: cover;
    background-position: center;
    margin-bottom: 70px;
}
#case {
    padding-top: 80px;
    margin-top: -80px;
}
    .box03 .rbox {
        width: calc(57% - 39px);
        margin-left: 43%;
        padding: 70px 0 0 39px;
        background: rgba(255,255,255,0.8);
        height: 100%;
    }
    .box03 .rbox_wrap {
        width: 540px;
    }
    .box03 h2 {
        margin-bottom: 50px;
    }
    .box03 h2 img {
        width: 520px;
    }
    .box03 h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .box03 p.p1 {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .box03 p.p2 {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 5px;
    }
        .box03 p.p2 span {
            font-size: 18px;
            margin-left: 10px;
        }
    .box03 a {
        float: right;
        display: inline-block;
        padding-top: 24px;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 16px;
        text-align: center;
        width: 280px;
        height: 36px;
        border-radius: 40px;
        background: transparent;
        border: 1px solid #E87400;
        color: #E87400;
        position: relative;
    }
        .box03 a:after {
            content: '';
            background: url(../images/cmn/ico_02.png);
            background-size: cover;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 11px;
            bottom: 21px;
        }

.box04 {
    padding-top: 80px;
    margin-top: -80px;
}
    .box04 h2 {
        text-align: center;
    }
    .box04 h2 img {
        width: 520px;
        display: inline-block;
    }


.box05 {
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: -80px;
}
    .box05 h2 {
        text-align: center;
        margin-bottom: 48px;
    }
    .box05 h2 img {
        width: 520px;
        display: inline-block;
    }
    .box05 p.p1 {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .box05 p.p2 {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .box05 p.p2 span {
        font-size: 18px;
    }
    .box05 h3 {
        font-size: 18px;
        line-height: 32px;
        color: #E87400;
    }
    .box05 .img1 {
        width: 927.5px;
				max-width: 100%;
        height: auto;
        margin: 20px auto 50px;
        display: block;
    }
    .box05 a,
    .fcontact a {
        position: relative;
        display: inline-block;
        padding-top: 24px;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 16px;
        text-align: center;
        width: 280px;
        height: 36px;
        border-radius: 40px;
        background: linear-gradient(#f7993b 0%, #e87400 100%);
        color: #fff;
    }
        .box05 a:after,
        .fcontact a:after {
            content: '';
            background: url(../images/cmn/ico_01.png);
            background-size: cover;
            position: absolute;
            width: 9px;
            height: 18px;
            right: 11px;
            bottom: 20px;
        }

.box06 {
    padding-bottom: 90px;
    padding-top: 80px;
    margin-top: -80px;
}
    .box06 h2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .box06 h2 img {
        width: 520px;
        display: inline-block;
    }
    .box06 ul {

    }
    .box06 ul li {
        padding: 70px 0 55px;
        position: relative;
				margin-bottom: 50px;
    }
    .box06 ul li:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid #F4F4F4;
        left: 50%;
        margin-left: -40px;
        bottom: -30px;
    }
    .box06 ul li:nth-child(6):after {
        content: none;
    }
    .box06 ul li:nth-child(odd):after {
        border-top: 30px solid #fff;
        z-index: 1;
    }
    .box06 ul li:nth-child(even) {
        background: #F4F4F4;
        font-size: 14px;
        line-height: 28px;
    }
    .box06 ul li:nth-child(even) a {
        font-size: 18px;
        color: #E87400;
        text-decoration: underline;
    }
    .box06 ul li:nth-child(odd){
        font-size: 16px;
        line-height: 28px;
        padding: 10px 0 55px;
        margin-bottom: 0px;
    }
    .box06 ul li:first-child {
        padding: 45px 0 52px;
    }
    .box06 ul li:nth-child(odd) a {
        font-size: 18px;
        color: #E87400;
        text-decoration: underline;
    }
    .box06 ul li h3 {
        font-size: 20px;
        margin-bottom: 26px;
        font-weight: bold;
    }
    .box06 ul li:nth-child(odd) h3,
    .box06 ul li:nth-child(4) h3 {
        font-size: 24px;
    }
    .box06 ul li:nth-child(odd) h3,
    .box06 ul li:nth-child(4) h3,
    .box06 ul li:nth-child(6) h3 {
        color: #E87400;
    }
    .box06 ul li:nth-child(3) {
        font-size: 14px;
    }
    .box06 ul li:nth-child(3) h3,
    .box06 ul li:nth-child(5) h3 {
        color: #222;
        font-size: 20px;
    }
    .box06 ul li:nth-child(4) {
        font-size: 16px;
    }
    .box06 ul li:nth-child(6) {
        font-size: 18px;
        font-weight: bold;
    }
    .box06 ul li:nth-child(6) h3 {
        font-size: 24px;
    }


/*----------------------------------------

faq.html

-----------------------------------------*/
.page_faq .sub img {
    display: block;
    width: 237px;
    margin: 0 auto;
}
.faq {
    width: 960px;
    margin: 0 auto 90px;
    padding: 60px 0 0;
}
.faq dl {
    border-bottom: solid 1px #ddd;
    padding: 20px 20px 14px 22px;
}
.faq dl:first-of-type {
    border-top: solid 1px #ddd;
}
.faq dl dt {
    font-weight: bold;
    position: relative;
    text-align: left;
}
.faq dl dt:hover {
    cursor: pointer;
}
.faq dl dt p {
    font-size: 18px;
    display: inline-block;
    padding-left: 20px;
}
.faq dl dt span.spanq {
    display: inline-block;
    width: 60px;
    height: 40px;
    padding-top: 20px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    background: #F4F4F4;
}
.faq dl dd {
    margin-top: 36px;
    position: relative;
}
.faq dl dd p,.faq dl dd ul {
    background: #F4F4F4;
    font-size: 14px;
    display: inline-block;
    line-height: 21px;
    padding: 28px 20px 28px 50px;
    width: 815px;
    margin-left: 30px;
    text-align: left;
}
.faq dl dd span.spana {
    display: inline-block;
    width: 56px;
    height: 38px;
    padding-top: 18px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    background: #F8E9E7;
    color: #E87400;
    border: solid 2px #fff;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.faq  a {
    color: #E87400;
    text-decoration: underline;
}
.point {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #E87400;
    position: absolute;
    right: 0px;
    top: 9px;
}
.point span::before,
.point span::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 5px;
    background: #E87400;
    transform: translateY(-50%);
    position: absolute;
    top: 20px;
    left: 12px;
}
.point span::after {
    background: #E87400;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.point .active::after {
    transform: rotate(0);
		opacity: 0;
    transition: 0.5s;
}

/*----------------------------------------

company.html

-----------------------------------------*/
.page-company .sub img {
    display: block;
    width: 132.5px;
    margin: 0 auto;
}
.company {
    width: 960px;
    margin: 0 auto 90px;
    padding: 80px 0 0;
    /* border-bottom: solid 1px #ddd; */
}
.company dl {
    display: table-row;
}
.company dl dt,
.company dl dd {
    display: table-cell;
    border-top: solid 1px #ddd;
    padding: 42px 0;
    width: 738px;
}
.company dl:last-of-type dt,
.company dl:last-of-type dd{
    border-bottom: solid 1px #ddd;
}
.company dl dt {
    color: #E87400;
    width: 180px;
    font-weight: bold;
}
.company dl dd a {
    position: relative;
}
.company a.link:after {
    content: '';
    background: url(../images/cmn/ico_02.png);
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 14px;
    right: -24px;
    top: 3px;
}
.company  a {
    color: #E87400;
    text-decoration: underline;
}

/*----------------------------------------

scta.html

-----------------------------------------*/
.page_scta .sub img {
    display: block;
    width: 402.5px;
    margin: 0 auto;
}
.scta {
    width: 960px;
    margin: 0 auto 90px;
    padding: 80px 0 0;
    border-bottom: solid 1px #ddd;
}
.scta dl {
    display: table-row;
}
.scta dl dt,
.scta dl dd {
    display: table-cell;
    border-top: solid 1px #ddd;
    padding: 42px 0;
    width: 718px;
}
.scta dl dt {
    color: #E87400;
    width: 200px;
    font-weight: bold;
}


/*----------------------------------------

privacypolicy.html

-----------------------------------------*/
.page_privacypolicy .sub img {
    display: block;
    width: 330.5px;
    margin: 0 auto;
}
.page_privacypolicy p.p1 {
    width: 960px;
    margin: 75px auto 42px;
    line-height: 21px;
}
.privacypolicy {
    width: 960px;
    margin: 0 auto 90px;
    border-bottom: solid 1px #ddd;
}
.privacypolicy dl {
    border-top: solid 1px #ddd;
    padding: 38px 0 40px;
}
.privacypolicy dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #E87400;
    margin-bottom: 20px;
}
.privacypolicy dl dd {
    line-height: 21px;
}
.privacypolicy dl dd ul {
    padding-top: 20px;
}
.privacypolicy dl dd li {
    list-style-type: decimal;
    margin-left: 18px;
}
.privacypolicy  a {
    color: #E87400;
    text-decoration: underline;
}


/*----------------------------------------

entry.html

-----------------------------------------*/
.entry .error {
    color: #B41414;
    padding-top: 3px;
    padding-left: 2px;
}
.entry .tbl input.error-form,
.entry .tbl input[type="text"].error-form,
.entry .tbl select.error-form,
.entry .tbl textarea.error-form {
    border-color: #B41414 !important;
    background: #fff5f5 !important;
}
.page-contact .sub img, .page-contact-confirm .sub img, .page-contact-thanks .sub img {
    display: block;
    width: 368px;
    margin: 0 auto;
}
.entry {
    width: 960px;
    margin: 0 auto 90px;
    padding: 80px 0 0;
}
.entry h3 {
    font-size: 16px;
    background: #E87400;
    color: #fff;
    line-height: 16px;
    padding: 7px 20px;

}
.entry .tbl_wrap {
    padding: 39px 0 23px;
}
.entry .tbl {
    display: table;
}
.entry .tbl dl {
    display: table-row;
}
.entry .tbl dl dt,
.entry .tbl dl dd {
    display: table-cell;
    padding-bottom: 41px;
}
.entry .tbl dl dt {
    width: 260px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
    font-weight: bold;
}
.entry .tbl dl dd {
    position: relative;
}
.entry .tbl dl dt .req {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    width: 36px;
    height: 17px;
    padding-top: 3px;
    border-radius: 10px;
    background: #E87400;
    margin: 0 14px 0 0;
}
.entry .tbl dl dt a {
    position: relative;
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #b4817a;
}
.entry .tbl dl dt .req.n {
    color: #312C27;
    background: #ddd;
}
.entry .tbl .ddsub {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    top: -15px;
}
.entry .tbl .dtsub {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #312C27;
    padding-left: 50px;
}
.entry #szip {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #E87400;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #E87400;
    margin-left: 16px;
    position: absolute;
    top: 10px;
    left: 265px;
}
.entry #zipsearch {
    width: 160px;
    padding: 13px 0px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #E87400;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #E87400;
    margin-left: 16px;
    position: absolute;
    top: 4px;
    left: 265px;
}
.entry .tbl input[type="text"],
.entry .tbl input[type="tel"],
.entry .tbl input[type="email"],
.entry .tbl select {
    width: 700px;
    height: 50px;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    font-size: 16px;
}
.entry .tbl input[type="text"]#zip {
    width: 238px;
}
.entry .tbl select {
    width: 260px;
    padding: 5px 10px 3px;;
}
.entry .tbl .radio label {
    display: block;
    width: 681px;
    height: 28px;
    padding: 10px 0 0 17px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.entry .tbl .radio span {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.entry .tbl .radio small {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    padding-left: 20px;
    letter-spacing: 0.05em;
    color: #222;
}
.entry .tbl .radio input[type="radio"]{
    display: none;
}
.entry .tbl .radio input[type="radio"] + span {
    padding-left: 20px;
    position:relative;
    margin-right: 10px;
}
.entry .tbl .radio input[type="radio"] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -4px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%;
}
.entry .tbl .radio input[type="radio"]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 8px;
    background: #E87400;
    border-radius: 50%;
}
.entry .tbl .radio .sonyp {
    height: 28px;
    position: relative;
    padding: 22px 0 8px 17px;
}
.entry .tbl .radio .sonyp small {
    position: absolute;
    width: 580px;
    font-size: 12px;
    top: -9px;
}
.entry .tbl .radio .sonyp a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
    color: #b4817a;
}
.entry .tbl .check label {
    display: block;
    width: 663px;
    height: 28px;
    padding: 10px 0 0 37px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}
.entry .tbl .check span {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}
.entry .tbl .check small {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    padding-left: 20px;
    letter-spacing: 0.05em;
    color: #222;
}
.entry .tbl .check input[type=checkbox] {
    display: none;
}
.entry .tbl .check label:hover:after {
    border-color: #0171bd;
}
.entry .tbl .check label:after,
.entry .tbl .check label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.entry .tbl .check label:after {
    left: 13px;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
}
.entry .tbl .check label:before {
    left: 17px;
    margin-top: -8px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #E87400;
    border-bottom: 3px solid #E87400;
    transform: rotate(45deg);
    opacity: 0;
}
.entry .tbl .check input[type=checkbox]:checked + label:before {
    opacity: 1;
}
.entry .tbl textarea {
    width: 700px;
    height: 194px;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    font-size: 16px;
}
.entry .btn_submit {
    text-align: center;
}
.entry .btn_submit input, .entry .btn_submit button {
    width: 280px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 40px;
    background: linear-gradient(#f7993b 0%, #e87400 100%);
    color: #fff;
    margin: 0 20px;
}
.entry .btn_submit input:hover,
.entry #szip:hover,
.entry #zipsearch:hover {
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.entry .btn_submit .btnwrap {
    width: 280px;
    height: 60px;
    position: relative;
    margin: 0 20px;
    display: inline-block;
}
.entry .btn_submit .btnwrap:after {
    content: '';
    background: url(../images/cmn/ico_01.png);
    background-size: cover;
    position: absolute;
    width: 9px;
    height: 18px;
    right: 11px;
    bottom: 20px;
}





/*navi*/
.btn_toggle{
    display: none;
    float: right;
    position: relative;
    width: 56px;
    height: 60px;
    padding: 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
}
.btn_toggle span {
    display: inline-block;
    transition: .3s;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #E87400;
    left: 14px;
}
.btn_toggle span:nth-of-type(1) {
    top: 15px;
}
.btn_toggle span:nth-of-type(2) {
    top: 24px;
}
.btn_toggle span:nth-of-type(3) {
    bottom: 25px;
}
.on .btn_toggle span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    top: 4px;
    left: 16px;
}
.on .btn_toggle span:nth-of-type(2) {
    opacity: 0;
}
.on .btn_toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: 14px;
    left: 16px;
}
.sp_hnavi{
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    clear: both;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.9);
}
.on #hheader {
    background-color: rgba(255, 255, 255, 0.9);
}
.on #hheader:after {
    display: none;
}
.sp_hnavi_list_item{
    border-bottom: 1px solid #E87400;
}

.sp_hnavi_list_item a{
    display: block;
    padding: 20px 0;
    text-align: center;
}

/*----------------------------------------

< 1050

-----------------------------------------*/
@media only screen and (max-width:1050px){
    #hheader_in {
        min-width: 100%;
    }
    #hheader_in h1{
        width:44px;
    }
    #hheader_in h1 a{
        display:block;
        width:44px;
        height:40px;
        background:url('../images/cmn/logo_mark.svg') left top no-repeat;
    }
    #hheader_in h1 img{
        opacity:0;
    }
}
/*----------------------------------------

< 1000

-----------------------------------------*/
@media only screen and (max-width:1000px){
/*パンくずリスト*/
#bread .bread_warap {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.company {
	width: 100%;
	padding: 80px 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entry {
		width: 100%;
		margin: 0 auto 90px;
		padding: 80px 0 0;
}
.entry .tbl,
.entry .tbl dl,
.entry .tbl dl dt,
.entry .tbl dl dd {
display: block;
}
.entry .tbl dl dt {
width: calc(100% - 30px);
padding: 10px 15px 0;
}
.entry .tbl dl dd {
width: calc(100% - 30px);
padding: 10px 15px 30px;
}
.entry .tbl .dtsub {
display: inline-block;
padding-left: 10px;
}
.entry .tbl .ddsub {
position: static;
padding-bottom: 10px;
}
.entry #szip {
margin-left: 0;
margin-top: 10px;
position: static;
display: block;
}
.entry #zipsearch {
margin-left: 0;
margin-top: 10px;
display: block;
position: inherit;
top: 0;
left: 0;
}
.entry .tbl input[type="text"]#zip,
.entry .tbl input[type="text"],
.entry .tbl textarea,
.entry .tbl select {
width: 100%;
}
.entry .tbl .radio label {
width: calc(100% - 19px);
}
.entry .tbl .check label {
width: calc(100% - 39px);
height: 44px;
}
.entry .tbl .check small {
display: block;
padding-left: 0px;
}
.entry .tbl .radio .sonyp small {
position: inherit;
width: calc(100% - 30px);
display: block;
line-height: 14px;
margin-top: 10px;
}
.entry .tbl .radio .sonyp {
height: auto;
padding: 22px 0 0px 17px;
}



}

/*----------------------------------------

< 650

-----------------------------------------*/
@media only screen and (max-width:960px){
    .pc{display: none;}
    .sp{display: block;}
    #border_display {min-width: auto;}

    #hheader {
        width: 100%;
        height: 60px;
				background: rgba(255,255,255,0.9);
    }
		#hheader:after {
    background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
    #hheader_in {
        min-width: 100%;
    }
    #bg_navi {
        display: none;
    }
    #hheader_in h1 {
        float: left;
        margin: 10px 0 0 10px;
        width: 150px;
        height: 31px;
    }
    .btn_toggle {
        display: block;
    }

		.bnr_fixbottom{
			padding: 10px 0 14px;
		}
		.bnr_fixbottom .bnr{
			width: 335px;
			height: 78px;
			max-width: 100%;
			margin: auto;
			background: url('../images/cmn/it-hojo_sp@2x.png') center/100% no-repeat;
		}
		.bnr_fixbottom .img{
			display: none;
		}

    .mv_wrap {
        width: 320px;
        height: 320px;
    }
    .mv h2 {
        width: 100%;
        padding: 5px 20px;
        font-size: 20px;
		    margin: 0 auto 50px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
    }
    .mv img {
        height: auto;
        width: 50%;
    }



    #ffooter_in {
        width: 100%;

    }
    .box01 h2 img,
    .box02 h2 img,
    .box04 h2 img,
    .box06 h2 img,
    .fcontact h2 img {
        max-width: 90%;
        width: auto;
    }
    .box01,
    .box02,
    .box04,
    .box05,
    .box06 {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        padding-top: 40px;
        padding-bottom: 40px;
    }
		.box05{
			text-align: center;
		}
    .box01 p.p2:after,
    .box01 p.p3:after {
        display: none;
    }
    .box02 ul li {
        float: none;
        width: 90%;
        text-align: left;
        padding: 0 15px 30px;
        line-height: 21px;
    }


    .box04 .box {
        padding: 60px 0px 0px;
        height: auto;
        margin-bottom: 60px;
    }
    .box04 .box ul li {
        width: 80%;
        padding: 0 10% 60px;
        display: block;
        position: relative;
    }
    .box04 .box ul li:after {
        display: none;
    }
    .box04 .box:last-child {
        padding-bottom: 0px;
    }
    .box05 span.sp2:after {
        display: none;
    }


    .box05 .tbl1,
    .box05 .tbl2 {
        display: block;
        width: 100%;
        margin: 0 auto 22px;
    }
    .box05 .tbl1 dl,
    .box05 .tbl2 dl,
    .box05 .tbl1 dl dt,
    .box05 .tbl1 dl dd,
    .box05 .tbl2 dl dt,
    .box05 .tbl2 dl dd {
        display: block;
    }

    .box05 .tbl1 dl dt,
    .box05 .tbl2 dl dt {
        width: 100%;
    }
    .box05 .tbl1 dl dt,
    .box05 .tbl2 dl dt {
        padding: 15px 0;
    }
    .box05 .tbl1 dl dd,
    .box05 .tbl2 dl dd {
        padding: 20px 0;
    }
    .box05 .tbl1 dl dd span,
    .box05 .tbl2 dl dd span {
        font-size: 36px;
    }
    .box05 .tbl1 dl:last-child dt:before {
        width: 50px;
        height: 45px;
        left: 23px;
        top: 9px;
    }
    .box05 .tbl1 dl:last-child dd:after {
        display: none;
    }
    .box05 p.p3 {
        width: 100%;
        margin: 0 auto 20px;
    }

    .box06 ul li,
    .box06 ul li:first-child {
        padding: 60px 15px 40px;
    }
    .box06 ul li:nth-child(1):before {
        width: 100px;
        height: 114px;
        right: 0px;
        top: inherit;
        bottom: -75px;
    }
    .box06 ul li:nth-child(2):before {
        width: 100px;
        height: 108px;
        left: -2px;
        top: inherit;
        bottom: -90px;
        z-index: 1;
    }
    .box06 ul li:nth-child(3):before {
        width: 120px;
        height: 165px;
        right: 0px;
        top: inherit;
        bottom: -120px;
    }
    .box06 ul li h3.open:after,
    .box06 ul li h3.open:before,
    .box06 ul li:nth-child(4) span:after {
        display: none;
    }
    .box06 ul li h3,
    .box06 ul li:nth-child(odd) h3,
    .box06 ul li:nth-child(4) h3,
    .box06 ul li:nth-child(6) h3{
        font-size:18px;
    }
    .box06 ul li:nth-child(odd),
    .box06 ul li:nth-child(4) {
        font-size: 14px;
        line-height: 28px;
    }
    .box06 ul li:nth-child(6){
        font-size:16px;
    }
    .box06 img.pic01 {
        display: block;
        width: 100%;
        margin: -100px auto 0;
    }
    .fcontact {
        padding: 60px 15px;
        height: auto;
    }
    .fcontact a {
        margin-bottom: 20px;
    }
    #ffooter {
        height: 0px;
    }
    #fnavi,
    #ffooter .flogo,
    #bread,
    #case {
        display: none;
    }
    .sub {
        height: 80px;
        padding-top: 100px;
    }

    .faq {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0 0;
        border-bottom: solid 1px #ddd;
    }
    .faq dl {
        padding: 30px 10px 24px 12px;
    }
    .faq dl dt span.spanq {
        width: 40px;
        height: 29px;
        padding-top: 11px;
        font-size: 16px;
        position: absolute;
        top: -13px;
    }
    .faq dl dt p {
        font-size: 16px;
				width: 65%;
		    width: calc(100% - 100px);
        padding-left: 50px;
    }
    .point {
        width: 39px;
        height: 39px;
        border-radius: 50%;
        border: solid 1px #E87400;
        position: absolute;
        right: 0px;
        top: -13px;
    }

    .faq dl dd p {
        width: calc(100% - 80px);
        padding: 20px 20px 20px 30px;
        margin-left: 20px;
    }

    .faq dl dd span.spana {
        width: 36px;
        height: 26px;
        padding-top: 10px;
        font-size: 16px;
    }

    .company,
    .scta {
        width: 100%;
				padding: 80px 0 0;
    }
    .company dl,
    .company dl dt,
    .company dl dd,
    .scta dl,
    .scta dl dt,
    .scta dl dd {
        display: block;
    }
    .company dl dt,
    .company dl dd,
    .scta dl dt,
    .scta dl dd {
        border-top: solid 1px #ddd;
        padding: 30px 5%;
        width: 90%;
        margin: 0 auto;
    }
    .company dl dt,
    .scta dl dt {
        padding: 15px 5%;
    }

    .page_scta .sub img {
        width: 80%;
    }
    /* .entry {
        width: 100%;
        margin: 0 auto 90px;
        padding: 80px 0 0;
    }


.entry .tbl,
.entry .tbl dl,
.entry .tbl dl dt,
.entry .tbl dl dd {
    display: block;
}

.entry .tbl dl dt {
    width: calc(100% - 30px);
    padding: 10px 15px 0;
}
.entry .tbl dl dd {
    width: calc(100% - 30px);
    padding: 10px 15px 30px;
}
.entry .tbl .dtsub {
    display: inline-block;
    padding-left: 10px;
}
.entry .tbl .ddsub {
		position: static;
		padding-bottom: 10px;
}
.entry #szip {
    margin-left: 0;
    margin-top: 10px;
	position: static;
	display: block;
}
.entry #zipsearch {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    position: inherit;
    top: 0;
    left: 0;
}
.entry .tbl input[type="text"]#zip,
.entry .tbl input[type="text"],
.entry .tbl textarea,
.entry .tbl select {
    width: 100%;
}
.entry .tbl .radio label {
    width: calc(100% - 19px);
}
.entry .tbl .check label {
    width: calc(100% - 39px);
    height: 44px;
}
.entry .tbl .check small {
    display: block;
    padding-left: 0px;
}
.entry .tbl .radio .sonyp small {
    position: inherit;
    width: calc(100% - 30px);
    display: block;
    line-height: 14px;
    margin-top: 10px;
}
.entry .tbl .radio .sonyp {
    height: auto;
    padding: 22px 0 0px 17px;
} */

.box05 .img1 {
    width: 100%;
    margin: 0 0 40px;
}

}/* max-width:650px */

/*----------------------------------------

support.html

-----------------------------------------*/

.page-support .faq  {
    max-width: 960px;
    width: 100%;
}

.page-support .faq dl dt {
    display: flex;
    align-items: center;
}

.page-support .faq dl dt span.spanq {
    flex-shrink: 0;
}

.page-support .faq dl dt p {
    padding-right: 52px;
}

.page-support .faq dl dd .faq-text p,.page-support .faq dl dd .faq-text ul {
    padding-bottom: 0;
}

.page-support .faq dl dd .faq-text p:last-child,
.page-support .faq dl dd .faq-text ul:last-child {
    padding-bottom: 28px;
}

@media only screen and (max-width: 960px) {
    .page-support .faq dl dd .faq-text {
        width: calc(100% - 80px);
        padding: 20px 20px 20px 30px;
        margin-left: 20px;
    }
}

.page-support .faq dl dd .faq-text ul li {
    list-style-type: disc;
    margin-left: 18px;
}

.page-support .sub img {
    display: block;
    width: 195px;
    margin: 0 auto;
}

.support {
    padding: 60px 20px 40px;
}

@media only screen and (max-width: 1000px) {
    .support {
        padding: 60px 20px 40px;
    }
    .page-support .faq {
        padding: 40px 0 0;
    }
}

.support_mark {
    position: relative;
}

.mark_item {
  position: absolute;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 6px;
  border: 1px solid #000000;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  top: -10px;
    left: 6px;
    width: 110px;
}

.mark_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.mark_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 3.6px 3.6px 0 3.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

/*----------------------------------------

contact form7用 css調整

-----------------------------------------*/

.page-contact .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-response-output {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #E87400 !important;
    color: #E87400;
    padding: 20px !important;
}
.wpcf7-not-valid,
select.wpcf7-not-valid {
    border-color: #B41414 !important;
    background: #fff5f5 !important;
}
.wpcf7-not-valid-tip {
    color: #B41414 !important;
    padding-top: 3px;
    padding-left: 2px;
}