@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100vw;
	}
a{
    outline: none;
    text-decoration: none;
}

a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

/* #page {
    overflow: hidden;
}*/
.w1000px {
width: 1000px;
	margin: 0 auto;
} 

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
p, dl, dt, dd, ul li{
	margin: 0px;
	padding: 0px;
}
h4, h5{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
li{ list-style-type: none;}
.contbox{
	width: 100%;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.6rem;
    color: #333333;
}


.alpha a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

.alpha_item  {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.pdtp2rem{ padding-top: 2rem;}
.pdtp4rem{ padding-top: 4rem;}
.pdtp6rem{ padding-top: 6rem;}
.pdtp10rem{ padding-top: 10rem;}
.pdtp60{ padding-top: 60px;}
.pdtp40{ padding-top: 40px;}
.pdtp20{ padding-top: 20px;}
.pdtp10{ padding-top: 10px;}
.pdbt3rem{ padding-bottom: 3rem;}
.pdbt6rem{ padding-bottom: 6rem;}
.pdbt60{ padding-bottom: 60px;}
.pdbt40{ padding-bottom: 40px;}
.pdbt22{ padding-bottom: 22px;}
.pdbt20{ padding-bottom: 20px;}
.pdbt12{ padding-bottom: 12px;}
.pdbt10{ padding-bottom: 10px;}
.pdbt9{ padding-bottom: 9px;} 
.pdbt5{ padding-bottom: 5px;} 
.mgl300{margin-left: 300px;}
.mgrt24{ margin-right: 24px;}
.mgrt56{ margin-right: 56px;}
.mgrt40{ margin-right: 40px;}
.mgrt20{ margin-right: 20px;}
.mgbt40{ margin-bottom: 40px;}
.mgtp10rem{margin-top: 10rem;}
.mgtp6rem{margin-top: 6rem;}
.mgtp4rem{margin-top: 4rem;}
.mgtp2rem{margin-top: 2rem;}
.mgbt3rem{margin-bottom: 3rem;}
.mgbt4rem{margin-bottom: 4rem;}
.mgbt6rem{margin-bottom: 6rem;}
.Precautions{
    font-size: 0.68rem;
    line-height: 1.2rem;
    margin-top: 1.5rem;
    text-align: left;
    opacity: 0.8;
}
.bg-white{
    background-color: #2d387e!important;
    border-radius: 10px;
    width: 100%;
}
.inner-box{
    padding: 2rem;
}
.tx-navy{
    color: #1d2974!important;
}
.tx-pink{
    color: #e34c7e;
}
        /* mv Section with Background */
        .mv-section {
    position: relative;
    min-height: 100vh;
    background-image: url(../../../images/campaign/2026/UXTEAM-3308/mv-pc-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 40px 20px;
        }

        /* Overlay to darken background slightly if needed */
        .mv-section::before {
            content: '';
            /*position: absolute;*/
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(240, 240, 245, 0.3);
            z-index: 1;
        }

        .mv-section .mv-container {
            position: relative;
            z-index: 2;
            max-width: 1000px;
            /*width: 100%;*/
        }

        /* Top Heading */
        .mv-heading {
            text-align: center;
            font-size: 1.6rem;
            font-weight: 700;
            color: #1d2974;
            margin: 40px;
            text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
        }

        /* Free Badge */
        .free-badge {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: 120px;
    /*background-color: white;
    border: 2px solid #e34c7e;
    border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: #e34c7e;            /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
        }

        /* Main Content Box */
        .content-box {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            max-width: 560px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        }

        /* Logo and Title */
        .logo-title {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 3rem;
            width: 560px;
        }

        .logo-box {
            background: white;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .logo-box .logo-text {
            padding: 1rem 0;
        }
        .logo-box img{
                width: 80px;
            }

        .logo-box .logo-subtext {
            font-size: 18px;
            color: #1a237e;
        }

        .main-title {
            font-size: 48px;
            font-weight: bold;
            color: #1a237e;
            line-height: 1.3;
        }

        /* Blue Banner */
        .blue-banner {
            background: #1a237e;
            color: white;
            padding: 20px 0;
            border-radius: 20px 20px 0 0;
            text-align: center;
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 30px;
        }

        /* Download Section */
        .download-section {
            text-align: center;
        }

        .download-title {
            font-size: 28px;
            font-weight: bold;
            color: #1a237e;
            margin-bottom: 40px;
        }

        .download-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            /*gap: 40px;*/
            margin-bottom: 30px;
        }

        .download-item {
            text-align: center;
        }

        .download-item h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
        }

        .qr-code {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
            background: white;
            border: 1px solid #333;
            overflow: hidden;
        }

        .qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .qr-item{
            display: inline-block;
         }
        .store-button {
            display: inline-block;
            margin: 0 auto;
        }

        .store-button img {
            height: 60px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        /* Disclaimer */
        .disclaimer {
            font-size: 11px;
            color: #666;
            line-height: 1.6;
            margin: 30px;
            text-align: left;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .free-badge {
                width: 100px;
                height: 100px;
                font-size: 28px;
                top: 20px;
                right: 20px;
            }

            .mv-heading {
                font-size: 26px;
                margin-bottom: 30px;
            }

            .content-box {
                /*padding: 40px 30px;*/
            }

            .main-title {
                font-size: 38px;
            }
        }

        @media (max-width: 768px) {
            .inner-box{
                padding: 2rem 1rem 1rem 1rem;
            }
            .mv-section {
                min-height: auto;
                padding: 80px 20px 40px;
            }

            .free-badge {
                width: 80px;
                height: 80px;
                font-size: 22px;
                top: 10px;
                right: 10px;
                border-width: 3px;
            }

            .mv-heading {
                font-size: 20px;
                padding: 0 10px;
            }

            .content-box {
                padding: 30px 20px;
            }

            .logo-title {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }

            .main-title {
                font-size: 32px;
            }

            .blue-banner {
                font-size: 16px;
                padding: 15px 20px;
            }

            .download-title {
                font-size: 22px;
            }

            .download-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .qr-code {
                width: 120px;
                height: 120px;
            }

            .store-button img {
                height: 50px;
            }
        }

        @media (max-width: 480px) {
            .mv-heading {
                font-size: 18px;
            }

            .main-title {
                font-size: 26px;
            }

            .logo-box .logo-text {
                font-size: 20px;
            }
            

            .logo-box .logo-subtext {
                font-size: 16px;
            }

            .blue-banner {
                font-size: 14px;
            }

            .download-title {
                font-size: 20px;
            }

            .disclaimer {
                font-size: 10px;
            }
        }
/* Benefits Section */
        .benefits {
            padding: 60px 20px;
            text-align: center;
        }
        .w1000{
            width: 1000px;
            margin: 0 auto;
        }    
        .benefits h2 {
            font-size: 1.6rem;
            line-height: 2rem;
            padding-bottom: 2rem;
            color: #333;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .benefits-subtitle {
            color: #e34c7e;
            font-size: 18px;
            margin-bottom: 50px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .benefit-card {
            background: white;
            padding: 30px 0 0 0;
            border-radius: 10px;
            border: 1px solid #dddddd;
            /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
        }

        .benefit-card img {
            width: 70%;
            padding-bottom: 20px;
            margin: 0 auto;
        }

        .benefit-card h3 {
            font-size: 1.2rem;
            line-height: 2rem;
            margin-bottom: 15px;
            color: #333;
        }

        .benefit-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        .benefit-button {
            background: #e34c7e;
            color: white;
            padding: 0 0 1.5rem 0;
            border-radius: 0 0 10px 10px;
            font-size: 1.2rem;
            align-items: center;
            margin-top: 10px;
            width: 100%
        }

        .benefit-button span {
    text-align: center;
    padding: 0 0 0 2rem;
    background-image: url(../../../images/campaign/2026/UXTEAM-3308/icon-check.png);
    background-repeat: no-repeat;
        }

        /* Features Section */
        .features {
            background: #e8e8f7;
            padding: 60px 20px;
        }
        .features h2 {
            text-align: center;
            font-size: 1.6rem;
            line-height: 2rem;
            color: #1d2974;
            margin-bottom: 15px;
            font-weight: 700;
}
.features .arrow-small{
           text-align: center;
}
.features .arrow-small img{
           width: 8%;
}
        .features-subtitle {
            text-align: center;
            color: #1d2974;
            margin: 0 auto;
            font-size: 1rem;
            border: 1px solid #1d2974;
            width: 68%;
        }
        .features-subtitle span{
           margin: 0.5rem 0;
           display: block;
        }

        .feature-item {
            background: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

        .feature-content {
            display: flex;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            text-align: center;
        }

        .feature-text {
            flex: 1;
            min-width: 280px;
        }

        .feature-text h3 {
            font-size: 1.4rem;
            line-height: 2rem;
            color: #1d2974;
            margin-bottom: 15px;
            font-weight: 700
        }

        .feature-text p {
            color: #666;
            line-height: 1.8;
        }

        .feature-image {
            flex: 1;
            text-align: center;
            min-width: 280px;
        }

        .feature-image img {
            max-width: 50%;
            width: 100%;
        }

        /* features Section */
        .features {
            background-color: #e8e8f7;
            padding: 60px 0;
        }

        .features h2 {
            text-align: center;
            font-size: 1.6rem;
            line-height: 2rem;
            color: #1d2974;
            font-weight: 700;
}

        .features-flow {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .features-step {
            text-align: center;
            flex: 0 0 216px;
        }

        .features-step img {
            width: 100%;
            margin-bottom: 15px;
        }

        .features-step p {
            font-size: 1rem;
            color: #333;
        }

        .features-arrow {
            font-size: 30px;
            color: #1d2974;
        }


        /* Process Section */
        .process {
            background-color: #e8e8f7;
            padding: 60px 20px;
        }

        .process h2 {
            text-align: center;
            font-size: 1.6rem;
            line-height: 2rem;
            color: #333;
            margin-bottom: 50px;
            font-weight: 700;
}
         .process h3 {
            text-align: center;
            font-size: 1.2rem;
            line-height: 2rem;
            padding: 2rem 0;
            font-weight: 700;
}
.process .arrow-big{
         text-align: center;
}
.process .arrow-big img{
         width: 30%;
}
.process .flow-box{
    border-radius: 10px;
    background-color: #FFFFFF;
}

        .process-flow {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .process-step {
            text-align: center;
            flex: 0 0 170px;
        }

        .process-step img {
            width: 110%;
            margin-bottom: 15px;
        }

        .process-step p {
            font-size: 1rem;
            color: #333;
        }

        .process-arrow {
            font-size: 30px;
            color: #1d2974;
        }
        .triangle-right{
  width: 0;
  height: 0;
  border-left: 30px solid #999999;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 15px 0 20px;
}
.triangle-bottom{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #999999;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
}
.triangle-bottom-white{
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  width: 0;
}
.triangle-right-navy{
  width: 0;
  height: 0;
  border-left: 30px solid #48549b;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 15px 0 20px;
}
.triangle-bottom-navy{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #48549b;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
}


        /* Speed Section */
        .speed-section {
            padding: 60px 20px;
        }

        .speed-section h2 {
            text-align: center;
            font-size: 1.6rem;
            line-height: 2rem;
            margin-bottom: 40px;
            color: #1d2974;
            font-weight: 700;
}

        .speed-content {
            display: flex;
            /*gap: 40px;*/
            align-items: center;
            flex-wrap: wrap;
        }

        .speed-text {
            flex: 1;
            min-width: 280px;
        }

        .speed-text h3 {
            font-size: 1.4rem;
            line-height: 2rem;
            margin-bottom: 2rem;
            text-align: center;
            font-weight: 700;
        }

        .speed-text p {
            color: #666;
            line-height: 1.8;
            text-align: center;
        }

        .speed-video {
            flex: 1;
            min-width: 280px;
            aspect-ratio: 16/9;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* CTA Section */
        .cta-section {
            background: #1d2974!important;
            color: white;
            padding: 60px 20px;
            text-align: center;
        }

        .cta-section h2 {
            font-size: 1.6rem;
            line-height: 2rem;
            margin-bottom: 20px;
            font-weight: 700;
}

        .cta-section p {
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .download-buttons {
            display: flex;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .download-btn {
            display: inline-block;
        }
        .download-buttons a{
         color: #FFFFFF!important;
         text-decoration: none!important;
        }
        .download-buttons a:hover{
         color: #FFFFFF!important;
         text-decoration: none!important;
        }
        .download-buttons .model{
         padding-bottom: 0.3rem;
         color: #FFFFFF;
        }
        .download-btn img {
            height: 50px;
        }

        /* Footer */
        footer {
            background: #f5f5f5;
            padding: 30px 20px;
            text-align: center;
            font-size: 12px;
            color: #666;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .triangle-bottom{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #999999;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
            .triangle-bottom-navy{
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #48549b;
  margin: 0 auto;
  display: block;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
           .feature-text h3 {
            font-size: 1.2rem;
            line-height: 2rem;
            color: #1d2974;
            margin: 1rem 0;
            font-weight: 700
        }
            .model-box{
                padding-bottom: 1.5rem;
            }
            .download-buttons {
            display: flex;
            justify-content: center;
            gap: 0;
            flex-wrap: wrap;
        }
            .qr-item{
                display: none;
            }
        .download-buttons .model{
         padding-bottom: 0.3rem;
        font-size: 1rem;
         color: #FFFFFF;
        }
            .download-btn img{
                width: 60%;
                height: auto;
                margin: 0 auto;
            }
        .features-step img {
            width: 60%;
            margin-bottom: 15px;
            margin: 0 auto;
        }


           .process-step img {
            width: 60%;
            margin: 0 auto;
            padding-bottom: 15px;
        }
        .feature-image img {
            width: 80%;
            margin: 0 auto;
        }
           .feature-item {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }

          .benefit-card h3 {
            font-size: 1.2rem;
            line-height: 2rem;
            margin-bottom: 15px;
            color: #333;
            font-weight: 700;
        }
        .features .arrow-small img{
           width: 20%;
            margin: 0 auto;
}
        .process .arrow-big img{
         width: 80%;
            margin: 0 auto;
}
        .process h3 {
            text-align: center;
            font-size: 1.4rem;
            line-height: 2rem;
            padding: 4rem 0 2rem 0;
        }
        .process-step p {
            font-size: 1.2rem;
            color: #333;
            font-weight: 700;
        }
         .features-step p {
            font-size: 1.2rem;
            color: #333;
             margin: 1rem 0 2rem 0;
             font-weight: 700;
        }
          .features-subtitle {
            text-align: center;
            color: #1d2974;
            margin: 0 auto;
            font-size: 0.7rem;
            border: 1px solid #1d2974;
            width: 100%;
        }
         .speed-text h3 {
            font-size: 1.2rem;
            line-height: 2rem;
            margin-bottom: 2rem;
             text-align: center;
        }
         .speed-text p {
            color: #666;
            line-height: 1.8;
             padding-bottom: 2rem;
        }
            .speed-video {
            flex: 1;
            min-width: 280px;
            aspect-ratio: 0;
            border-radius: 10px;
            display: flex;
            align-items: center;
            /*justify-content: center;*/
        }
            .w1000{
            width: 90%;
            margin: 0 auto;
        } 
            .mv h1 {
                font-size: 24px;
            }

            .features h2,
            .features h2,
            .process h2,
            .speed-section h2,
            .cta-section h2 {
                font-size: 1.4rem;
                margin-bottom: 2rem;
            font-weight: 700;
            }
            .benefits h2{
                font-size: 1.2rem;
            font-weight: 700;
            }

            .benefit-card,
            .feature-item {
                /*padding: 20px;*/
            }
            .features-flow {
                flex-direction: column;
            }

            .features-arrow {
                transform: rotate(90deg);
            }            .process-flow {
                flex-direction: column;
            }

            .process-arrow {
                transform: rotate(90deg);
            }

            .feature-content,
            .speed-content {
                flex-direction: column;
            }
            .benefits-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .mv h1 {
                font-size: 20px;
            }

            .qr-codes {
                gap: 20px;
            }

            .qr-item {
                display: none;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }
        }




/*ナビのボタン色変更*/
body .local_nav_btn {
  background: #fd94a8!important;
  border: 2px solid #fd94a8!important;
}
body .local_nav_btn:hover {
  color: #fd94a8!important;
  background: #FFFFFF!important;
  border: 2px solid #fd94a8!important;
}
body .local_nav_btn:hover a {
  color: #fd94a8!important;
   }
.local-nav li .fa-sharp.fa-solid.fa-chevron-down {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  color: #fd94a8!important;
}
/*お問い合わせ*/
.btn-bg{
	background-color: #FFFFFF;
	width: 100%;
}
.btn-box{
	margin: 0 auto;
	padding:  2rem 0 0.5rem;
}
.btn a {
  position: relative;
  display: block;
 width: 500px;
  padding: 25px 0;
  background-color: #fd94a8;
  border-radius: 60px;
  font-size: 1.4rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
 
.btn a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-orange a {
  position: relative;
  display: block;
 width: 500px;
  padding: 25px 0;
  background-color: #eb8029;
  border-radius: 60px;
  font-size: 1.4rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
 
.btn-orange a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-orange a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}


.doctor-bg .doctor{
    padding-bottom: 2rem;
}
.doctor-bg img{
    width: 100%;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-inner h3{
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.4rem;
	font-weight: 700;
	margin-bottom: 2rem;
}



.bg_ttl01{
  text-align: left;
  width: 120px;
  background-color: #f5e0f5;
  }
.bg_ttl02{
  text-align: left;
  width: 120px;
  background-color: #ddebf3;
  }
.bg_ttl03{
  background-color: #e5f1d7;
  text-align: left;
}
.bg_ttl04{
  background-color: #e7f1fa;
  text-align: left;
}
.bg_ttl05{
  background-color: #ccd8ed;
  text-align: left;
}


.bg_blue { background-color: #56cfd8;}

.txt{
   text-align: center;
}
ul.notes {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align: left;
}
ul.notes li {
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.6;
}
ul.notes li .notes_head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}
ul.notes li .notes_body {
  display: table-cell;
  vertical-align: top;
}

/* 固定メニュー */
.floatmenu ul li:nth-last-child(1):after,
.floatmenu ul li:nth-last-child(2):after{
	content:"";
}
.floatmenu ul li:last-child{
	position:absolute;
	right:0;
	color: #FFFFFF;
	background:#f27b39;
	margin:0.3rem;
	padding:0.8rem 3rem 0.8rem 3rem;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.floatmenu ul li:last-child a{
	color:#fff;
}
.floatmenu ul li:last-child a:hover{
	opacity: 0.8;
}



/*---------
 floatmenu 
---------*/
.floatmenu ul{
	display:flex;
}
.floatmenu ul li{
	padding:0.8rem;
	/*font-size:0.8rem;*/
	margin-bottom: 10px;
	font-weight:400;
	text-align: center;
	/*font-family:"Noto Sans Japanese";*/
		background: url(../../../include_html/images/pickup/UXTEAM-2884/icon_arrow.gif) no-repeat center bottom;
}

.floatmenu{
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	background:#f9f9f9;
    position: absolute;
    width:100%;
	z-index:10;
	opacity:0.95;
	line-height: 20px;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}



/*.floatmenu li:after{
	content:"|";
	padding-left:1.0rem;
}*/
.floatmenu li:nth-last-child(1):after{
	content:"";
}
.floatmenu a {
	text-decoration: none;
	color:inherit;
  color: #333;
	transition: 0.3s ease;
}

.floatmenu a:hover {
	color: #f27b39;
	text-decoration:none;
}
.floatmenu .wrap{
	max-width:960px;
	margin:0 auto;
	position:relative;	
}
/*PCとSPで出しわける用*/
.pc {
    display: block;
  }
  .sp {
    display: none;
  }
  
@media screen and (min-width: 350px) and (max-width: 768px){
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
  }
@media screen and (min-width: 350px) and (max-width: 768px){


	/*お問い合わせ*/
.btn-bg{
	background-color: #FFFFFF;
	width: 100%;
}
.btn-box{
	margin: 0 auto;
	padding: 2rem 0;
}
.btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 100px;
  background-color: #fd94a8;
  border-radius: 60px;
  font-size: 1rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;

  text-align: center;
  margin: 0 auto;
}
.btn a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-box{
	margin: 0 auto;
	padding: 2rem 0 0.5rem 0;
}
.btn-box-orange{
	margin: 0 auto;
	padding: 2rem 0;
}
.btn-orange a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 50px;
  background-color: #eb8029;
  border-radius: 60px;
  font-size: 1rem;;
   font-weight: 700;
  color: #FFFFFF!important;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
.btn-orange a:link{
	color: #FFFFFF!important;
	text-decoration: none;
}
.btn-orange a:hover{
	color: #FFFFFF!important;
	text-decoration: none;
}


/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}

	.tx-read-box{
	font-size: 1rem;
	line-height: 1.4rem;
	width: 100%;
}
	.ttl-read{
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: 700;
}
	
	.ttl{
		width: 80%;
		margin: 0 auto;
	}
	.ttl2{
		width: 60%;
		margin: 0 auto;
	}
	.mv-sp{
    width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
	.mv img{
		object-fit: cover;
	}
	.w1000px {
width: 100%;
max-width: 100%;
margin: 0 auto;
} 

	.tx-box{
	width: 100%;
	margin: 0 auto;
}
	.ditail{
	width: 100%;
	margin: 0 auto;
	font-size: 1rem;
	
}
.ditail li{
	width: 100%;
}
	.flex-center-sp{
	display: flex;
	flex-direction: column;
	}
	.item-sp{
		padding-top: 3rem;
	}
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}
