*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.company_lee {
  height: 10vh;
}

.clearfix {
    clear: both;
    display: block;
    content: "";
}

.clearfix:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

html, body {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
    font-weight: normal;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust : 100%;
}

h1, h2, h3, h4, h5, img, p, ul, ol,  li {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}
footer a {
    color: #ffffff;
}


img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

#measure_box .cross, #measure_box .equal {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}




#container {
    width: 100%;
    position: relative;
    height: 100%; /*IE6対策*/
    height:auto !important; /*IE6対策*/
    min-height: 100%;
}

.content_wrap,
#catvh{
    max-width: 1200px;
    margin :0 auto;
}



header {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 54px;
}

header .header_logo {
    position: relative;
    float: left;
    left: 112px;
    top: 11px;
    width: 200px;
}

header .header_contact ul {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-right: 112px;
    margin-top: 15px;
}

header .header_contact li {
    display: table-cell;
    vertical-align: center;
    padding-right: 20px;
}

header .header_contact li:last-child {
    padding: 0px;
}

header .header_contact .facebook {
    width: 69px;
    height: 20px;
    background-image:url(../img/facebook.png);
}

header .header_contact .twitter {
    width: 68px;
    height: 20px;
    background-image:url(../img/twitter.png);
}
.headerIcons{
        position: absolute;
        right: 112px;
        margin-top: 1%;
}
.icons {
        float: right;
}
li.icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    list-style: none;
    padding-right: 20px;
}


#top {
    background-image: url(../img/befit_top.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 616px;
}

#top .top_box {
    top: 206px;
    left: 50%;
    width: 461px;
    height: 282px;
    margin-left: -230px;
    padding: 0;
    position : absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
}

#top .top_msg {
    background-color: #ffffff;
    width: 461px;
    height: 225px;
    position: absolute;
    background-image: url(../img/befit_line1.png), url(../img/befit_line2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    text-align: center;
}

#top .top_msg h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#top .top_msg h2:before {
    content: url(../img/unisize_top_logo.png);
    display: block;
    margin-top: 36px;
    margin-bottom: 20px;
}

#top .top_msg p {
    font-size: 12px;
    line-height: 1.8em;
}

#top .top_submit {
    background-color: #7fba00;
    height: 57px;
    top: 225px;
    position: relative;
    text-align: center;
}

#top .top_submit a {
    display: block;
    width: 461px;
    height: 57px;
    position: absolute;
    color: #ffffff;
    position: relative;
    text-align: center;
}

#top .top_submit a {
    display: block;
    width: 461px;
    height: 57px;
    position: absolute;
    color: #ffffff;
    font-size: 24px;
}

#top .top_submit span {
    position: relative;
    line-height: 57px;
}

#top .top_submit span:before{
    content: " ";
    display: inline-block;
    background-image: url(../img/unisize_submit_img.png);
    background-size: 38px auto;
    width: 38px;
    height: 38px;
    position: relative;
    top: 11px;
    margin-right: 10px;
}

#main_area {
    background: url(../img/main_area_background.png) no-repeat;
    background-size:cover;
}

/* pc fxmirror.html */

#fx_mirror_top {
    background-image: url(../img/fxmirror.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 100vh;
}

#fx_mirror_top .top_box {
    top: calc(50% - 141px);
    left: 50%;
    width: 461px;
    height: 282px;
    margin-left: -230px;
    padding: 0;
    position : absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
}

#fx_mirror_top .top_msg {
    background-color: #ffffff;
    width: 461px;
    height: 225px;
    position: absolute;
    background-image: url(../img/befit_line1.png), url(../img/befit_line2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    text-align: center;
}

#fx_mirror_top .top_submit {
    background-color: #7fba00;
    height: 57px;
    top: 225px;
    position: relative;
    text-align: center;
}

#fx_mirror_top .top_msg .fx_text{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#fx_mirror_top .top_msg h2:before {
    content: url(../img/unisize_top_logo.png);
    display: block;
    margin-top: 36px;
    margin-bottom: 20px;
}

#fx_mirror_top .top_submit a {
    display: block;
    width: 461px;
    height: 57px;
    position: absolute;
    color: #ffffff;
    font-size: 24px;
}

#fx_mirror_top .top_submit span {
    position: relative;
    line-height: 57px;
}

#fx_mirror_top .top_submit span:before{
    content: " ";
    display: inline-block;
    background-image: url(../img/unisize_submit_img.png);
    background-size: 38px auto;
    width: 38px;
    height: 38px;
    position: relative;
    top: 11px;
    margin-right: 10px;
}

/* pc document.html*/

#document_top {
    background-image: url(../img/befit_top.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 100vh;
}

#document_top .top_box {
    top: calc(50% - 141px);
    left: 50%;
    width: 461px;
    height: 282px;
    margin-left: -230px;
    padding: 0;
    position : absolute;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 3px;
}

#document_top .top_msg {
    background-color: #ffffff;
    width: 461px;
    height: 225px;
    position: absolute;
    background-image: url(../img/befit_line1.png), url(../img/befit_line2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, left bottom;
    text-align: center;
}

#document_top .top_submit {
    background-color: #7fba00;
    height: 57px;
    top: 225px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

#document_top .top_msg .document_text{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

#document_top .top_msg h2:before {
    content: url(../img/unisize_top_logo.png);
    display: block;
    margin-top: 36px;
    margin-bottom: 20px;
}

#document_top .top_submit a {
    display: block;
    width: 461px;
    height: 57px;
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    text-align: left;
}

#document_top .top_submit span {
    position: relative;
    line-height: 57px;
    margin: 0 60px;
}

#document_top .top_submit span:before{
    content: " ";
    display: inline-block;
    background-image: url(../img/unisize_submit_img.png);
    background-size: 38px auto;
    width: 38px;
    height: 38px;
    position: relative;
    top: 11px;
    margin-right: 10px;
}

#catch {
    text-align: center;
    padding: 40px 0;
}

#catch h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
}

#catch h2 {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}

#feature1 {
    background-color: rgba(0,0,0,0.5);
    height: 429px;
}

#feature1 ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    padding-top: 57px;
    padding-bottom: 62px;
    table-layout: fixed;
}

#feature1 li {
    width: 33%;
    text-align: center;
}

#feature1 h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}

#feature1 h3 span {
    display: block;
}

#feature1 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2em;
}

#feature1 .feature1_img1:after {
    content: url(../img/feature1_img1.png);
    display: block;
    padding: 40px 0 30px;
}

#feature1 .feature1_img2:after {
    content: url(../img/feature1_img2.png);
    display: block;
    padding: 40px 0 30px;
}

#feature1 .feature1_img3:after {
    content: url(../img/feature1_img3.png);
    display: block;
    padding: 40px 0 30px;
}

#feature2 {
    width: 100%;
    padding: 120px 0;
    overflow: hidden;
}

#feature2 .feature2_t{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

#feature2 .feature2_img1 {
    width: 50%;
    min-width: 490px;
    text-align: right;
}

#feature2 .feature2_desc1 {
    margin-left: 45px;
}

#feature2 .feature2_b {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
}

#feature2 .feature2_img2 {
    width: 50%;
    min-width: 490px;
    margin-top: 58px;
    text-align: left;
}

#feature2 .feature2_desc2 {
    margin-right: 35px;
    text-align: right;
    padding-top: 58px;
}

#feature2 h3 {
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    color: #000000;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
    margin-bottom: 60px;
}

#feature2 p {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2em;
}

#feature2 span{
    display: block;
}

#measure_box {
    background-image: url(../img/befit_line1.png), url(../img/befit_line2.png);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    position: relative;
    text-align: center;
    padding: 120px 0;
}

#measure_box h2 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding-bottom: 50px;
}

#measure_box p,
.intro_feature p,
.fee p{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-bottom: 60px;
    text-align: center;
}

#measure_box p span,
.intro_feature p span,
.fee p span,
.fee .fee_caution span{
    display: block;
}

#measure ul {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
}

#measure ul li {
    display: table-cell;
    padding-top: 50px;
    text-align: center;
    height: 405px;
    border-width: 1px 0 1px 1px;
    border-color: #eceaea;
    border-style: solid;
}

#measure ul li:last-child {
    border: 1px solid #eceaea;
}

#measure li h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
    padding-top: 80px;
}

#measure li p {
    font-size: 14px;
    letter-spacing: 0.1em;
}

#measure .measure1 {
    background: url(../img/measure_cloth.png) no-repeat center center;
}

#measure .measure2 {
    background: url(../img/measure_human.png) no-repeat center center;
}

#measure .measure3 {
    background: url(../img/measure_size.png) no-repeat center center;
}

#measure_box .icon_cross {
    background: url(../img/icon_cross.png);
    position: absolute;
    top: 429px;
    left: 33%;
    margin-left: -39px;
    width: 78px;
    height: 78px;
}

#measure_box .icon_equal {
    background: url(../img/icon_equal.png);
    position: absolute;
    top: 443px;
    left: 67%;
    margin-left: -31px;
    width: 62px;
    height: 45px;
}

#intro_catch {
    background-image: url(../img/befit_intro.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #8f7354;
    color: #ffffff;
}

#intro_catch .intro_catch_bg {
    background: rgba(0,0,0,0.5);
}

#intro_catch h2 {
    font-size: 36px;
    font-weight: normal;
    padding-top: 55px;
    padding-bottom: 20px;
    text-align: center;
}

#intro_catch .intro_catch2 {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

#intro_catch p span {
    font-size: 36px;
    font-weight: bold;
}

#intro_catch .intro {
    display: table;
    table-layout: fixed;
    width: 70%;
    margin: 30px auto;
}

#intro_catch .intro li {
    display: table-cell;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.8em;
    width: 100%;
}

#intro_catch .intro h3.intro1, #intro_catch .intro h3.intro2, #intro_catch .intro h3.intro3 {
    font-size: 18px;
    font-weight: normal;
}

#intro_catch .intro_catch_bg .intro span.intro_br {
    font-size: 30px;
    display: block;
    margin-top: 8px;
    font-weight: normal;
}

#intro_catch .intro_catch_bg .intro .intro1:after {
    content: url(../img/feature1_img1.png);
    display: block;
    padding: 10px 0 10px;
}

#intro_catch .intro_catch_bg .intro .intro2:after {
    content: url(../img/feature1_img2.png);
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#intro_catch .intro_catch_bg .intro .intro3:after {
    content: url(../img/feature1_img3.png);
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#intro_catch .intro_caution {
    font-size: 11px;
    text-align: right;
    margin-right: 125px;
    padding-bottom: 9px;
}

.intro_com_box {
    background: rgba(255,255,255,0.2);
    padding: 30px;
}

.intro_com_box h3 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    padding-bottom: 25px;
}

.intro_com_box p.intro_caution {
    font-size: 11px;
    text-align: right;
    padding-top: 10px;
}

#intro_com {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
}

#intro_com li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 10px 3rem;
    width: calc(100%/4);
    height: 8rem;
    text-align: center;
    border: 1px #bfbfbf solid;
}

.logo_box {
    padding: 30px;
}

#intro_com li .company_dreamvs .company_fabia .company_runwaychannel .company_zelal .company_blackbymoussy .company_azulbymoussy .company_edwin .company_atscelta .company_roxy .company_cityhillonline .company_nikki .company_gdo .company_aoki .company_phenix .company_otto .company_alinoma .company_righton .company_blackgallery .company_shopchannel .company_dcollection .company_sportsmemoriallab .company_evergreen .company_calif .company_usagioniline .company_fashionwalker{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    padding :20px 40px;
    background-color: #ffffff;
    border-radius: 4px;
}

.intro_feature {
    background: url(../img/befit_line1.png) repeat-x;
    padding: 70px 0 20px;
}

.interview {
    width: 30vw;
	height: 40%;
	margin: 0 auto 80px;
	border: 1px #bfbfbf solid;
}

.intro_feature .interview_header {
    padding-bottom: 20px;
}

.logo_box {
    text-align: center;
}

.text_box p {
    padding: 0;
}

.interview .company {
    width: 50px;
}

.interview .date {
    display: inline-block;
    width: 50px;
}

.intro_feature h2,
.fee h2{
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 40px;
}

.intro_feature ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 249px;
}

.intro_feature li {
    display: table-cell;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-top: 14px;
}

.intro_feature li:last-child {
    border-left: 0;
}

.intro_feature .intro_feature1 {
    background: url(../img/intro_feature1.png) center center no-repeat;
}

.intro_feature .intro_feature2 {
    background: url(../img/intro_feature2.png) center center no-repeat;
}

.intro_feature .intro_feature3 {
    background: url(../img/intro_feature3.png) center center no-repeat;
}

.intro_process {
    padding: 70px 0;
    background: url(../img/befit_line2.png) repeat-x left bottom;
}

.intro_process .process_title {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 30px;
}

.intro_process ol {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    margin-top: 30px;
    background-image: url(../img/intro_process_bg.png);
    background-repeat: repeat-x;
    background-position: 0% 50%;
}

.intro_process li {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #7fba00;
    text-align: center;
    padding-top: 18px;
    margin: 1.5%;
    position: relative;
    color:#ffffff;
}

.intro_process li h2 {
    font-size: 40px;
}

.intro_process li h2:before {
    content: "step";
    font-size:18px;
    font-weight:normal;
    vertical-align: 30%;
    padding-right: 5px;
}

.intro_process li h3 {
    font-size: 18px;
    line-height: 1.3em;
}

.fee {
    padding: 80px 0 100px;
    background: url(../img/befit_line2.png) repeat-x left bottom;
}


.fee table{
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse:collapse;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    font-size: 24px;
}

.fee table th,
.fee table td{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.fee table thead th{
    background: #7fba00;
    color: #ffffff;
    font-size: 24px;
    padding: 10px;
}

.fee table tr{
    /* background: #e7f5e0; */
    text-align: center;
}

.fee table td{
    font-weight: normal;
    padding: 15px;
}

.fee table tr:nth-child(2n){
    /* background: #bbdb9c; */
    background: #eceaea;
}

.fee table th span, .fee table tr.fee_value td span{
    font-size: 60%;
}

.fee .fee_caution{
    max-width: 600px;
    width: 95%;
    margin: 0 auto;
    font-size:80%;
}


#end {
    padding-top: 100px;
    padding-bottom: 300px;
}

#end .end_box {
    margin: 0  auto 0 auto;
    text-align: center;
}

#end .end_trial {
    position: relative;
}

#end .end_box h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 50px;
}

#end .end_box p {
    font-size: 14px;
    font-weight: normal;
}

#end .end_box:before {
    content : "";
    display: block;
    width: 320px;
    height: 57px;
    background: url(../img/unisize_end_logo.png);
    background-size: 320px auto;
    margin: 0 auto;
}

#end .end_submit {
    height: 61px;
    text-align: center;
}

#end .end_submit a {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 24px;
    background-color: #7fba00;
    margin: 0 5px;
}

#end .end_submit a.document {
    background-color: #9a9a9a;
}

#end .end_submit span {
    line-height: 60px;
}

#end .end_submit a span:before{
    content: " ";
    display: inline-block;
    background-image: url(../img/unisize_submit_img.png);
    background-size: 38px auto;
    width: 38px;
    height: 38px;
    position: relative;
    top: 11px;
    margin-right: 10px;
}

#end .end_submit a.document span:before{
    background-image: url(../img/submit_document_img.png);
}

footer {
    width: 100%;
    background: #000000;
    position: absolute;
    bottom: 0;
}

footer .footer_logo {
    float: left;
    height: 76px;
    margin-left: 108px;
    padding-top: 25px;
}

footer .nav {
    float: right;
    margin: 0;
    padding: 16px;
    height: 76px;
}

footer .nav ul {
    margin-right: 126px;
    padding-top: 15px;
    display: table;
}

footer .nav li {
    display: table-cell;
    font-size: 12px;
    color: #ffffff;
    padding: 0 11px 0 11px;
    border-right: 1px solid #ffffff;
    display: table-cell;
}

footer .nav li:last-child {
    padding-right: 0px;
    border: none;
}

footer .copyright {
    display: block;
    background: #252525;
    color: #ffffff;
    font-size: 10px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#legal {
    padding: 100px 0 170px;
}

#legal .legal_wrap {
    width:700px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
}

#legal .legal_wrap h2{
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

#legal .legal_wrap dt{
    padding-top: 20px;
    font-weight: bold;
}

#legal .legal_wrap dl,
#legal .legal_wrap p{
    font-size:14px;
}

.iframe-content {
    margin-top: 100px;
}

.iframe-content iframe {
    width: 100%;
    height: 400px;
}

.iframe-box {
    display: inline-block;
    width: 40%;
    height: auto;
    margin: 0 30px;
}

.iframe-box p {
    text-align: left;
    margin-bottom: 15px;
}

#news {
  max-width: 1200px;
  margin: 10px auto;
  display: block;
  text-align: center;
  padding: 0 10px;
}

#news h2 {
  color: rgb(50, 71, 192);
  font-size: 18px;
  border-bottom: solid 2px rgb(50, 71, 192);
  font-weight: normal;
  padding: 10px 10px;
  display: inline-block;
}

#news .inner dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#news .inner dl dt {
  font-weight: bold;
  width: 80px;
}

#news .inner dl dd {
  width: calc(960px - 80px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

/* #news .inner dl dd a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
} */

/* #news .inner dl dd a.new:before {
  content: '';
  background: url(/img/new.png) no-repeat center;
  background-size: auto;
  width: 32px;
  height: 32px;
  -moz-background-size: contain;
  background-size: contain;
  display: block;
  margin-right: 10px;
} */

#news .inner p.bt a {
  color: rgb(50, 71, 192);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#news .inner p.bt a::after {
  content: '';
  background: url(/img/more.png) no-repeat center;
  background-size: auto;
  width: 16px;
  height: 16px;
  -moz-background-size: contain;
  background-size: contain;
  display: block;
  margin-left: 10px;
}


@media screen and (max-width:780px){

header {
    height: auto;
}

header .header_logo {
    position: relative;
    float: left;
    top: 5px;
    left: 10px;
    width: auto;
}

header .header_logo img {
    width: 100px;
    height: auto;
    margin: 5px;
}

header .header_contact ul {
    float: right;
    display: table;
    position: relative;
    height: 100%;
    margin: 10px;
    padding-right: 10px;
    right: 0;
}

#top {
    height: 390px;
    background-image: url(../img/small_befit_top.jpg);
}

#top .top_box {
    top: 50px;
    width: 80%;
    max-width: 400px;
    height: 244px;
    margin: 0 auto;
    padding: 0;
    position : relative;
    border-radius: 0.1px;
    left: auto;
}

#top .top_msg {
    height: 187px;
    width: 100%;
}

#top .top_msg h2 {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
}

#top .top_msg h2:before {
    margin-top: 30px;
    margin-bottom: 15px;
}

#top .top_msg p {
    font-size: 0.6em;
    line-height: 1.8em;
    margin-bottom: 30px;
}

#top .top_submit {
    top: 187px;
    width: 100%;
    height: 57px;
    position: absolute;
}

#top .top_submit a {
    width: 100%;
    height: 57px;
    position: relative;
    font-size: 18px;
}

/* sp fx_mirror.html */

#fx_mirror_top .top_box {
    top: calc(60% - 141px);
    width: 80%;
    max-width: 400px;
    height: 244px;
    margin: 0 auto;
    padding: 0;
    position : relative;
    border-radius: 0.1px;
    left: auto;
}

#fx_mirror_top .top_msg {
    height: 187px;
    width: 100%;
}

#fx_mirror_top .top_msg h2 {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
}

#fx_mirror_top .top_msg h2:before {
    margin-top: 30px;
    margin-bottom: 15px;
}

#fx_mirror_top .top_msg p {
    font-size: 0.6em;
    line-height: 1.8em;
    margin-bottom: 30px;
}

#fx_mirror_top .top_submit {
    top: 187px;
    width: 100%;
    height: 57px;
    position: absolute;
}

#fx_mirror_top .top_submit a {
    width: 100%;
    height: 57px;
    position: relative;
    font-size: 18px;
}

/* sp document.html */

#document_top .top_box {
    top: calc(50% - 170px);
    width: 80%;
    max-width: 400px;
    height: 244px;
    margin: 0 auto;
    padding: 0;
    position : relative;
    border-radius: 0.1px;
    left: auto;
}

#document_top .top_msg {
    height: 187px;
    width: 100%;
}

#document_top .top_msg h2 {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 10px;
}

#document_top .top_msg h2:before {
    margin-top: 30px;
    margin-bottom: 15px;
}

#document_top .top_msg p {
    font-size: 0.6em;
    line-height: 1.8em;
    margin-bottom: 30px;
}

#document_top .top_submit {
    top: 215px;
    width: 100%;
    height: 57px;
}

#document_top .top_submit a {
    width: 100%;
    height: 57px;
    position: relative;
    font-size: 18px;
}

#document_top .top_submit span {
    position: relative;
    font-size: 17px;
    margin: 0 20px;
}

#main_area {
    background-size: cover;
}

#catch {
    height: auto;
}

#catch h3 {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.7em;
    padding: 2em 0 2em;
}

#catch h2 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.7em;
    padding: 0 0 2em;
}

#feature1 {
    height: auto;
}

#feature1 ul {
    padding: 2em 0 2em 0;
    display: list-item;
    width: auto;
}

#feature1 ul li {
    width: auto;
    margin: 0 0 2em;
}


#feature1 ul li:last-child {
    margin: 0;
}

#feature1 h3 {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.1em;
}

#feature1 h3 span {
    display: inline;
}

#feature1 p {
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

#feature1 .feature1_img1:after, #feature1 .feature1_img2:after, #feature1 .feature1_img3:after {
    padding: 0.5em 0 0.5em;
}

#feature2 {
    height: auto;
    padding: 1em 0 1em;
}

#feature2 img {
    width: 80%;
    max-width: 480px;
    height: auto;
}

#feature2 .feature2_t, #feature2 .feature2_b {
    display: block;
    width: auto;
    padding: 0;
}

#feature2 .feature2_img1, #feature2 .feature2_img2 {
    width: 100%;
    min-width: 300px;
    text-align: center;
    padding: 0;
    margin:0;
}
#feature2 .feature2_img2 {
    margin-top: 2em;
}

#feature2 .feature2_desc1, #feature2 .feature2_desc2 {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

#feature2 .feature2_desc1 h3, #feature2 .feature2_desc2 h3 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 0 0 0.5em;
}

#feature2 .feature2_desc1 h3 span, #feature2 .feature2_desc2 h3 span, #feature2 .feature2_desc1 p span, #feature2 .feature2_desc2 p span {
    display: inline;
}

#feature2 .feature2_desc1 p, #feature2 .feature2_desc2 p {
    font-size: 0.8em;
}

#measure_box {
    padding: 50px 0.3em;
    width: 100%;
    height: auto;
}

#measure_box h2,
.intro_feature h2,
.fee h2{
    font-size: 1.5em;
    padding: 0 0 2em;
}

#measure_box h2 span,
#measure_box p span,
.intro_feature p span,
.fee p span{
    display: inline;
}

#measure_box p,
.intro_feature p,
.fee p{
    font-size: 14px;
    padding: 0 0 2em;
}

#measure {
    position: relative;
}

#measure ul {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    display: list-item;
}

#measure ul li {
    text-align: center;
    border-width: 1px 1px 0 1px;
    padding: 1em 0 1em;
    display: inherit;
    height: 250px;
}

#measure_box li h3 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 2em 0 1em;
}

#measure_box li span {
    display: block;
}

#measure_box li p{
    font-size: 0.8em;
    padding: 0 0 3em;
}

#measure .measure1, #measure .measure2, #measure .measure3 {
    background-size: contain;
}

#measure_box .icon_cross {
    top: 34%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -29px;
    background-size: 50px auto;
}

#measure_box .icon_equal {
    top: 67%;
    left: 50%;
    width: 50px;
    height: 34px;
    margin-left: -25px;
    margin-top: -21px;
    background-size: 50px auto;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#intro_catch {
    height: auto;
}

#intro_catch h2 {
    font-size: 1.8em;
    padding: 2em 0 0.5em;
}

#intro_catch .intro_catch2 {
    font-size: 1em;
    line-height: 3em;
}

#intro_catch p span {
    font-size: 2em;
}

#intro_catch .intro {
    display: list-item;
    margin: auto;
}


#intro_catch .intro li {
    padding: 0.2em 0;
    display: inherit;
    font-size: 3em;
    line-height: 0.8em;
    width: 100%;
}

#intro_catch .intro span.intro1, #intro_catch .intro span.intro2, #intro_catch .intro span.intro3 {
    font-size: 18px;
}

#intro_catch .intro_catch_bg .intro span.intro_br {
    margin-top:0;
}

#intro_catch .intro_catch_bg .intro h3.intro1:after, #intro_catch .intro_catch_bg .intro h3.intro2:after, #intro_catch .intro_catch_bg .intro h3.intro3:after {
    padding: 0.2em 0 0;
    display: block;
}

#intro_catch .intro_caution {
    width: 100%;
}

.intro_com_box {
    padding: 0 0 30px;
    text-align: center;
}

.intro_com_box h3 {
    font-size: 1.5em;
    color: #000000;
    font-weight: normal;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 0.8em;
}

#intro_com {
    padding: 0 20px;
}

#intro_com li {
    margin: 5px auto;
    width: 40vw;
    height: 5rem;
}

.intro_feature {
    height: auto;
}

.intro_feature ul {
    width: 100%;
    max-width: 480px;
    height: auto;
    margin:0 auto;
    display: list-item;
}

.intro_feature li {
    height: 230px;
    font-size: 1.8em;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    padding-top: 14px;
    display: list-item;
}

.interview {
    width: 100%;
}

.intro_feature li:last-child {
    border-bottom: 0;
}

.intro_feature .intro_feature1, .intro_feature .intro_feature2, .intro_feature .intro_feature3 {
    background-position: center center;
    background-size: cover;
}

.intro_process {
    height: auto;
    padding: 1em 0 1em;
}

.intro_process h3.process_title {
    font-size: 1.8em;
    padding: 1em 0 1em;
}

.intro_process p span{
    display: inline;
}

.intro_process ol {
    display: list-item;
    margin: 0 auto 60px;
    padding: 0;
    background-image: none;
    position: relative;
    width: 300px;
}

.intro_process ol li:nth-child(odd) {
    display: inherit;
    margin: 0 auto -20px 0;
}

.intro_process ol li:nth-child(even) {
    display: inherit;
    margin: 0 0 -20px auto;
}

.intro_process ol li:nth-child(odd):after {
    content: "";
    display: block;
    width: 10px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 160px;
    background: #7fba00;
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
}

.intro_process ol li:nth-child(even):after {
    content: "";
    display: block;
    width: 10px;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 155px;
    background: #7fba00;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
}

.intro_process ol li:last-child:after {
    display: none;
}

.intro_process ol li h2 {
    font-size: 2.5em;
}

.intro_process ol li h2:before {
    font-size: 0.5em;
}

.intro_process ol li h3 {
    font-size: 1.3em;
}

.fee{
    padding: 50px 0;
}

.fee h2{
    font-size: 1.5em;
    padding: 0 0 20px;
}

#end {
    height: auto;
    padding: 3em 0 120px;
}

.fee table{
    width: 95%;
    max-width: 500px;
    font-size: 16px;
}

.fee table thead th{
    font-size: 15px;
}

.fee table thead th span{
    font-size: 80%;
    display: block;
}
.fee .fee_caution{
    font-size: 12px;
}

#end .end_box {
    width: 80%;
    max-width: 350px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 50px 0 100px;
}

#end .end_box:before {
    content : "";
    display: block;
    width: 200px;
    height: 35px;
    background: url(../img/unisize_end_logo.png);
    background-size: 200px auto;
    margin: 0 auto;
}

#end .end_trial {
    position: relative;
}

#end .end_box:after {
    margin: 0 0 30px;
}

#end .end_submit a {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 0px 5px;
}

footer .footer_logo {
    float: none;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    margin: 0px;
}

footer .nav {
    float: none;
    margin: 0;
    height: auto;
    padding: 5px;
}

footer .nav ul {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    padding: 0px;
    text-align:center;
}

footer .nav li {
    display: inline-block;
    font-size: 0.7em;
    padding: 0 7px 0 7px;
    border-right: 1px solid #ffffff;
    text-align: center;
}

footer .nav li:last-child {
    padding-right: 0px;
    border: none;
}

#legal {
    padding-top: 50px;
}

#legal .legal_wrap {
    width: 95%;
}

#legal .legal_wrap h2 {
    font-size: 1.5em;
}

#legal .legal_wrap dl,
#legal .legal_wrap p{
    font-size: 0.8em;
}


.fb_iframe_widget > span {
  vertical-align: baseline !important;
  }
.iframe-content {
    position: relative;
    padding: 20% 0;
    margin-top: 0;
}

.iframe-box {
    width: 80%;
    height: auto;
}

.iframe-content iframe {
    width: 100%;
    height: auto;
}

#feature2 .iframe-box p {
    font-size: 17px;
}

#news {
  width: 100%;
  margin: 55px auto;
  display: block;
  padding: 0 15px;
  text-align: center;
}

#news h2 {
  color: rgb(50, 71, 192);
  font-size: 12px;
  border-bottom: solid 2px rgb(50, 71, 192);
  font-weight: normal;
  display: inline-block;
}

#news .inner dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#news .inner dl dt {
  font-weight: bold;
  width: 40px;
  font-size: 11px;
}

#news .inner dl dd {
  width: calc(960px - 40px);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#news .inner p.bt a {
  color: rgb(50, 71, 192);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#news .inner p.bt a::after {
  content: '';
  background: url(/img/more.png) no-repeat center;
  background-size: auto;
  width: 16px;
  height: 16px;
  -moz-background-size: contain;
  background-size: contain;
  display: block;
  margin-left: 10px;
}


}

