@charset "UTF-8";
/*01 HTMLリセット*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
    font-size: 125%;
}

div,
form,
h1, h2, h3, h4,
ul, li,
dl, dt, dd,
p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

p, dt, dd {
    text-align: justify;
    text-justify: distribute;
}

a img, img {
    border: 0;
}

li {
    list-style-type: none;
}

* {
    transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -moz-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -webkit-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -o-transition: color 200ms, background 200ms, border 200ms, opacity 300ms
}

.f_yum {
    font-family: "游明朝", "Yu Mincho";
}
.f-cb{
    color: black;
}

/*02 共通用基本設定*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

.clr {
    clear: both;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignC {
    clear: both;
    text-align: center;
}

.f-s5r {
    font-size: 5rem;
}

.p-t30 {
    padding-top: 30px;
}
.p-t15 {
    padding-top: 15px;
}
.m-t5r{
    margin-top: 5%;
}
.m-b30{
    margin-bottom: 30px!important;
}

/*03 レーヤアウト*/
#Wrap {
}

#Contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

address {
    background-color: #f2f3f4;
}

.bw1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw1000 {
    width: 1000px;
    margin: 0 auto;
}

.bw915 {
    width: 915px;
    margin: 0 auto;
}

.btn_inquiry{
    width: 408px;
    margin: 30px auto 0 auto;
}
.btn_inquiry a{
    display: block;
    border: white solid 2px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}


/*04 ヘッダー関連*/
header {
    height: 75px;
    padding-top: 14px;
    background: url(../img/service/youvo/top_header.gif) no-repeat center top;
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}

header h1 {
    float: left;
    margin-top: 6px;
}

header h1 a {
    display: block;
    height: 65px;
}

header h1 a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

nav {
    width: 69.167%;
    float: right;
    font-family: "游明朝", "Yu Mincho";
    font-size: 75%;
}

nav .btn-menu {
    display: none;
}

nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 75px;
}

nav li {
    position: relative;
}

nav li:before {
    content: "";
    position: absolute;
    left: -0.6em;
    top: 50%;
    margin-top: -9px;
    width: 2px;
    height: 19px;
    background-color: #002b69;
}

nav li a {
    display: block;
    text-align: center;
    color: #333333;
    text-decoration: none;
}

nav li a:hover {
    color: #002b69;
    text-decoration: underline;
}

/*05 コンテンツ関連　*/
#HomeShow {
    background-image: url(../img/service/youvo/show.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
    -moz-background-size: 100% 100% \9;
    background-size: 100% 100% \9;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
}

#HomeShow .bw1200 {
    position: relative;
    height: 580px;
}

#HomeShow .show-btn {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    float: left;
    height: 580px;
}

#HomeShow .show-btn img {
    display: block;
    height: 100%;
    width: auto;
}

#HomeShow .show-txt {
    position: absolute;
    right: 1%;
    padding-top: 3%;
}

#HomeShow .btn-inquiry {
    width: 360px;
    display: block;
    position: absolute;
    right: 30%;
    bottom: 35px;
}

#HomeShow .btn-sample {
    width: 360px;
    display: block;
    position: absolute;
    right: 2%;
    bottom: 35px;
}

#HomeShow .btn-inquiry img,
#HomeShow .btn-sample img {
    display: block;
    width: 90%;
    height: auto;
}

#HomeShow .btn-inquiry:hover,
#HomeShow .btn-sample:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sub-homeshow {
    display: none;
}

#Path{
    font-size: 14px;
    padding: 20px 0;
}
#Path li{
    float: left;
    padding-right: 10px;
}
#Path li a{
    color: black;
    text-decoration: none;
    margin-right: 5px;
}

#Path li a:hover{
    text-decoration: underline;
}


.youvo-h2 {
    font-size: 280%;
    /*font-family: "游明朝", "Yu Mincho";*/
    text-align: center;
    color: #002b69;
    line-height: 1.2em;
	
	
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	border-bottom: 7px solid #FFA300;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.youvo-university .text{
	text-align:center;
	font-size:20px;
	
}

.youvo-h2 span {
    vertical-align: middle;
}

.youvo-h2 small {
    display: block;
    font-size: 1.2rem;
}

.btn_university{
	text-align:center;
	margin-top: 30px;
}

.btn_university a{
    display: inline-block;
}

.btn_university a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.youvo-bgc {
    background-color: #e1f6ff;
}

.youvo-info dl {
    padding: 6% 60px 0 60px;
}

.youvo-info dt {
    font-family: "游明朝", "Yu Mincho";
    font-size: 290%;
    font-weight: bold;
    color: #FF5500;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #FFA300 solid 10px;
    line-height: 1.2em;
}
.youvo-info dt span{
    padding-left: 5px;
}

.youvo-info dd {
    padding: 40px 40px 0 40px;
}

.youvo-info-pic {
    margin-top: 50px;
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}

.youvo-reason {
    margin-top: 7%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.youvo-reason-ico {
    width: 16.667%;
    float: left;
}
.youvo-reason-ico span{
    display: none;
}

.youvo-reason li {
    clear: both;
    padding-top: 7%;
}

.youvo-reason li dl {
    width: 80%;
    float: right;
    padding-top: 35px;
}

.youvo-reason li:nth-child(2) dl {
    padding-top: 0;
}

.youvo-reason li dt {
    font-size: 150%;
    position: relative;
    padding-left: 85px;
    color: #ff5500;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: #ff5500 solid 4px;
}

.youvo-reason li .num {
    display: block;
    font-size: 300%;
    font-family: "游明朝", "Yu Mincho";
    vertical-align: top;
    position: absolute;
    left: 10px;
    bottom: 28px;
    color: black;
    font-weight: normal;
}

.youvo-reason li dd {
    margin-left: 10px;
    padding-left: 30px;
    position: relative;
}

.youvo-reason li dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #ffa300;
    border-radius: 50%;
}

.youvo-university {
    padding: 5% 0;
}

.btn_text{
	display:inline;
}

#Contents .youvo-reason .btn_text img{
	display:inline;
	vertical-align:bottom;
}

.btn_text:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.youvo-university-ttl{
    height: 50px;
    line-height: 50px;
    font-size: 120%;
    color: white;
    margin: 1.5% 0;
    padding: 0 3.5%;
    border-radius: 50px;
}
.youvo-university .bgcA{
    background-color: #002b69;
}
.youvo-university .bgcB {
    background-color: #00b7af;
}
.youvo-university .bgcC {
    background-color: #38c1e8;
}
.youvo-university-btn{
    display: none;
}

.youvo-university-listA {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    /* grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    padding: 10px 1% 0 1%;
}

.youvo-university-listB {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    /* grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    padding: 10px 1% 0 1%;
}

.youvo-university-listA li,
.youvo-university-listB li {
    text-align: center;
	padding: 0.2em 0;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    /* min-height: 3.5em; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.youvo-university-listA li:after, .youvo-university-listB li:after {
    content: "、";
    display: contents;
    margin-left: 0.1em;
}
.youvo-university-listA li:last-child:after, .youvo-university-listB li:last-child:after {
	display: none;
}
.youvo-university-list li:last-child{
    justify-content: left;
    align-items: end;
    box-shadow: none;
}
.youvo-university-list li:last-child a{
    color: black;
    text-decoration: none;
}
.youvo-university-list li:last-child a:hover{
    text-decoration: underline;
}


.youvo-flow {
    padding: 5% 0;
}

.youvo-flow .flow{
	text-align:center;
	max-width:80%;
	width:100%;
	margin: 0 auto;
}

.youvo-flow .flow img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  }

.youvo-flow .bw1200 {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 2%;
}

.youvo-flow dl {
    padding: 5%;
}

.youvo-flow dl:nth-child(2) {
    background-color: #f1f1f1;
}

.youvo-flow dt {
    height: 65px;
    line-height: 65px;
    font-size: 140%;
    color: white;
    background-color: #002b69;
    margin: 3% 0 3% 10px;
    padding: 0 5% 0 130px;
    border-radius: 100px;
    position: relative;
}

.youvo-flow dt span {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: #002b69 solid 1px;
    position: absolute;
    left: -10px;
    top: 50%;
    text-align: center;
    background-color: white;
    color: #002b69;
    font-size: 180%;
    border-radius: 50%;
    margin-top: -55px;
    font-family: "游明朝", "Yu Mincho";
}

.youvo-flow dd {
    padding-left: 20px;
    padding-right: 20px;
}

.youvo-flow-sp-pic {
    display: none;
}

.youvo-introduce {
    padding: 5% 0;
}

.youvo-introduce .text {
  text-align: center;
  font-size: 20px;
}

.youvo-introduce .text a{
	color:black;
}

.youvo-introduce .text a:hover{
	text-decoration:none;
}

.youvo-introduce .bw1200 {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 2%;
}

.youvo-introduce .sub-box {
    padding: 5%;
}

.youvo-introduce .sub-box ul {
    margin-top: 5%;
}

.youvo-introduce .sub-box li {
    width: 39.6%;
    padding: 5% 4%;
    float: left;
    background-color: #f1f1f1;
}

.youvo-introduce .sub-box li:last-child {
    float: right;
}

.youvo-introduce .sub-box li img {
    display: block;
    margin: 0 auto;
}

.youvo-introduce-ttl {
    height: 70px;
    line-height: 70px;
    font-size: 140%;
    color: white;
    background-color: #002b69;
    padding: 0 5%;
    margin-bottom: 8%;
    border-radius: 100px;
    text-align: center;
}

.youvo-faq {
    padding: 5% 0;
}

.youvo-faq .sub-box {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}

.youvo-faq-ttl {
    position: relative;
    color: #124272;
    font-weight: bold;
    padding: 25px 90px;
    background: url(../img/service/youvo/ico_open.gif) no-repeat 97% 45%;
	cursor:pointer;
}

.youvo-faq-ttl.open {
    background: url(../img/service/youvo/ico_close.gif) no-repeat 97% 45%;
}

.youvo-faq-ttl:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 39px;
    left: 25px;
    top: 50%;
    margin-top: -20px;
    background: url(../img/service/youvo/ico_q.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.youvo-faq-txt {
    position: relative;
    display: none;
    padding: 10px 90px 35px 90px;
}

.youvo-faq-txt:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 36px;
    left: 27px;
    /*top: 2%;*/
    background: url(../img/service/youvo/ico_a.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.youvo-faq-txt dt {
    color: #ff7400;
    font-size: 110%;
    line-height: 1.7em;
    padding-bottom: 5px;
    font-weight: bold;
}

.youvo-faq-txt dd {
    padding-bottom: 2em;
}

.youvo-faq-txt dd:last-child {
    padding-bottom: 0;
}

.youvo-faq-btn {
    padding-top: 10%;
}

.youvo-faq-btn li {
    /*width: 44.6%;*/
    float: left;
}
.youvo-faq-btn li p{
    padding-top: 20px;
    line-height: 1.2em;
}


.youvo-faq-btn li:last-child {
    float: right;
}

/*
.youvo-faq-btn li:last-child {
    float: none;
    margin: 0 auto;
}
*/


.youvo-faq-btn li a {
    display: block;
    /*border: white solid 2px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);*/
}

.youvo-faq-btn li a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


.youvo-faq table {
    border-collapse:  collapse;
	margin-bottom:45px;
}

.youvo-faq th{
	background-color:#E1F6FF;
	text-align:center;
	padding:2%;
}

.youvo-faq td{
	padding:2%;
	text-align:left;
}

.youvo-faq th,td {
    border: solid 2px #002B69;
	font-size: 15px;
}

.youvo-faq-txt .faq_ttl{
	margin-top:5px;

	margin-bottom:20px;
	color:#000;
	font-size: 110%;
}

.youvo-faq-txt .ttl_color_blue{
	color:#124272;
	font-weight: bold;
	text-align:center;
}

.youvo-faq-txt .faq_img img{
	max-width:80%;
	width:100%;
	height:auot;
}
	
.youvo-faq-txt .ttl_line{
	position: relative;
}

.youvo-faq-txt .ttl_line span{
	background-color:#fff;
	position:relative;
	z-index:2;
}

.youvo-faq-txt .mt30{
	margin-top:30px;
}

.youvo-faq-txt .ttl_line::before {
	content: '';
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	border-top: 2px solid #333;
}

.youvo-faq-txt .faq_a_list{
	margin-bottom:20px;
}

.youvo-faq-txt .faq_a_list .color_orenge{
	color:#FF7400;
	font-weight:bold;
	
}

 .faq_a_list .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.youvo-link {
    padding: 5% 60px;
}

.youvo-link li {
    width: 47.17%;
    float: left;
    font-size: 130%;
    font-family: "游明朝", "Yu Mincho";
    background-color: #f0f2f0;
    margin-top: 35px;
}

.youvo-link li:nth-child(even) {
    float: right;
}

.youvo-link li span {
    display: block;
    height: 64px;
    line-height: 64px;
    width: 60px;
    background-color: #00247a;
    text-align: center;
    color: white;
    font-size: 130%;
    position: absolute;
    left: 0;
    top: 0;
}

.youvo-link li a {
    text-decoration: none;
    color: #00247a;
    height: 64px;
    line-height: 64px;
    padding-left: 80px;
    display: block;
    position: relative;
    background: url(../img/service/youvo/ico_arrow01.png) no-repeat 95% 50%;
}

.youvo-link li a:hover {
    color: white;
    background: #00247a url(../img/service/youvo/ico_arrow02.png) no-repeat 95% 50%;
}

.youvo-link .text{
	text-align: center;
	font-size: 20px;
	margin-bottom: 60px;
}

.youvo-link .box_list{
	display:flex;
	gap: 4%;
}

.youvo-link .box01,
.youvo-link .box02,
.youvo-link .box03{
	position:relative;
	width:28%;
	border:2px solid #000;
	padding:2%;
	text-align:center;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.youvo-link .border-color-01{
	border:2px solid #7EBDDD;	
}

.youvo-link .border-color-02{
	border:2px solid #78809A;
}

.youvo-link .border-color-03{
	border:2px solid #54C4C1;
}

.youvo-link .number{
	position:absolute;
	top: -15px;
	left: -15px;
}

.youvo-link .number img{
	width: 50px;
	height:auto;
}

.youvo-link .ttl{
	text-align:center;
	font-weight: bold;
}

.youvo-link .img{
	text-align:center;
}

.youvo-link .img img{
	margin:20px auto;
	width: 100px;
	height:auto;
}

.youvo-link .txt{
	text-align:center;
	margin-bottom:15px;
	font-size:17px;
}

.youvo-link .btn{
	text-align:center;
	margin: 0 auto;
	display:inline;
}

#Contents .youvo-link .btn img{
	display:inline;
}

.youvo-privacy-ttl {
    font-size: 180%;
    font-weight: normal;
    font-family: "游明朝", "Yu Mincho";
    margin-bottom: 25px;
}

.youvo-privacy-ttl span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.youvo-privacy-ttl span:before {
    left: 100%;
}

.youvo-privacy-ttl span:before {
    border-top: 4px solid #d3d3d3;
    display: block;
    position: absolute;
    width: 80em;
    top: 50%;
    content: '';
}

.youvo-privacy-ttl img {
    display: inline-block !important;
    margin-left: 50px;
    vertical-align: middle;
}

.youvo-privacy {
    background-color: #f0f2f0;
    padding: 3% 0 5% 0;
    overflow: hidden;
}

.youvo-form{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 8%;
}
.youvo-form table{
    border-top: #002B69 solid 2px;
    border-right: #002B69 solid 2px;
}
.youvo-form th{
    background-color: #E1F6FF;
    font-weight: normal;
    padding: 15px;
    border-bottom: #002B69 solid 2px;
    border-left: #002B69 solid 2px;
    font-size: 110%;
}
.youvo-form td{
    border-bottom: #002B69 solid 2px;
    border-left: #002B69 solid 2px;
    padding: 15px;
    vertical-align: text-top;
}

.youvo-price .youvo-bgc{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-top: 3.5%;
}
.youvo-price ul{
    width: 610px;
    margin: 0 auto;
    padding: 4% 0;
}
.youvo-price li{
    position: relative;
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 140%;
}
.youvo-price li:before{
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #FFA300;
    position: absolute;
    left: -25px;
    top: 0;
    margin-top: 10px;
}
.youvo-price li .ttl{
    overflow: hidden;
}
.youvo-price li .ttl span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.youvo-price li .ttl span:before {
    left: 100%;
    border-top: 1px solid #000;
    display: block;
    position: absolute;
    width: 80em;
    top: 50%;
    content: '';
}
.youvo-price li .price{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #E1F6FF;
    padding-left: 15px;
}
.youvo-price li.total{
    font-size: 190%;
    padding-top: 15px;
    border-top: #002B69 solid 2px;
    margin-left: 0;
    padding-left: 20px;
    font-weight: bold;
}
.youvo-price li.total .price{
    padding-top: 15px;
}
.youvo-price li.total:before{
    display: none;
}

footer {
    padding-top: 30px;
    font-size: 88.889%;
}

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

.btn-pagetop {
    padding-bottom: 40px;
}

.btn-pagetop a {
    float: right;
    display: block;
}

footer .foot {
    width: 1000px;
    margin: 0 auto;
}

footer .foot-logo {
    width: 31.4%;
    float: left;
}

.foot-add {
    position: relative;
    float: right;
    padding-left: 54px;
    background: none;
    margin-top: 3px;
    color: #333333;
}

.foot-add a {
    display: none;
}

.foot-add .facebook_link a {
    display: block;

    position: absolute;
    top: 7px;
    left: 0;
}

address {
    font-size: 68.75%;
    background-color: #F2F3F4;
    font-style: normal;
    text-align: center;
    padding: 6px 0;
    margin-top: 40px;
    color: #333333;
}


@media all and (max-width: 1200px) {
	
	#HomeShow .btn-inquiry img,
	#HomeShow .btn-sample img {
		width: 80%;
	}
	
	#HomeShow .btn-inquiry {
	  right: 20%;
	}
	
	#HomeShow .btn-sample {
	  right: -7%;
	}
	
}

@media all and (max-width: 1045px) {
	
	#HomeShow .btn-inquiry {		
		bottom: 20%;
		right: 0;
	}
	
	#HomeShow .btn-sample {
		right: 0;
	}

}

@media all and (max-width: 845px) {
	
	#HomeShow .btn-inquiry {		
		right: -8%;
	}
	
	#HomeShow .btn-sample {
		right: -8%;
	}

}



@media all and (max-width: 1199px) {
    footer .foot,
    .bw915,
    .bw1000,
    .bw1200 {
        width: auto;
    }

    nav li:before {
        display: none;
    }

    .bw915,
    .bw1000,
    .bw1200 {
        margin-left: 15px;
        margin-right: 15px;
    }

    header h1 {
        margin-left: 15px;
    }
}

@media all and (max-width: 767px) {

    body{
        font-size: 100%;
    }

    .youvo-link,
    .youvo-university,
    .youvo-flow,
    .youvo-introduce,
    .youvo-faq{
        padding: 40px 0;
    }


    #Header.bw1200 {
        margin: 0;
    }

    header {
        height: 65px;
    }

    header h1 {
        float: none;
        position: absolute;
        left: 25px;
        margin-left: 0;
    }

    header h1 a {
        height: 59px;
    }

    header h1 img {
        height: 50px;
        width: auto;
    }

    nav {
        width: 100%;
        position: relative;
        font-size: 100%;
    }

    .show-txt,
    .show-btn {
        display: none!important;
    }

    nav .btn-menu {
        display: block;
        position: absolute;
        right: 25px;
        top: 17px;
        width: 33px;
        height: 27px;
        background: url(../img/service/youvo/btn_menu.gif) no-repeat center center;
        text-indent: -9999px;
    }

    nav .btn-menu.open {
        background: url(../img/service/youvo/btn_close.gif) no-repeat center center;
    }

    nav ul {
        width: 110%;
        height: auto;
        margin-left: -5%;
        position: absolute;
        top: 65px;
        background-color: white;
        box-shadow: 0 6px 5px rgba(0, 0, 0, 0.2) inset;
        z-index: 99;
        display: none;
    }

    nav li {
        border-bottom: #002b69 solid 1px;
    }

    nav li a {
        padding: 15px 20px;
    }

    #HomeShow {
        background-image: none;
    }
    #HomeShow .bw1200{
        margin-left: 0;
        margin-right: 0;
        height: auto;
        padding-bottom: 20px;
    }
    #HomeShow .btn-inquiry{
        position: static;
        width: auto;
        max-width: 360px;
        margin: 30px auto 0 auto;
    }
	
	#HomeShow .btn-sample{
        position: static;
        width: auto;
        max-width: 360px;
        margin: 30px auto 0 auto;
    }
	
	#HomeShow .btn-inquiry img,
	#HomeShow .btn-sample img{
		width:100%
	}
    .sub-homeshow {
        display: block;
        background-image: url(../img/service/youvo/show_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" \9;
        -moz-background-size: 100% 100% \9;
        background-size: 100% 100% \9;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        padding-bottom: 15%;
        padding-left: 20px;
        padding-right: 20px;
		text-align:center;
    }
    .sub-homeshow a{
        display: block;
        text-align: center;
    }
    .sub-homeshow img{
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    .sub-homeshow p{
        max-width: 448px;
        margin: 0 auto;
        padding-top: 10px;
        display: flex;
        justify-content: right;
    }

    .youvo-h2{
        font-size: 120%;
    }
    .youvo-h2 small{
        font-size: 12px;
    }
    .youvo-h2 .f-s5r{
        font-size: 150%;
    }

    .youvo-reason-ico{
        float: none;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .youvo-reason-ico img{
        display: inline-block!important;
        width: 125px;
        height: auto;
        margin-right: 20px;
    }
    .youvo-reason-ico span{
        display: inline-block;
        font-size: 500%;
        font-family: "游明朝", "Yu Mincho";
        vertical-align: top;
        color: black;
        font-weight: normal;
    }
    .youvo-reason li dt{
        border-bottom: none;
        border-top: #ff5500 solid 4px;
        padding: 15px 0 0 0;
        font-size: 120%;
        margin-bottom: 10px;
    }
    .youvo-reason li dd{
        padding-left: 20px;
    }
    .youvo-reason li dd:before{
        width: 12px;
        height: 12px;
    }
    .youvo-reason li .num{
        display: none;
    }
    .youvo-reason li:nth-child(2) dl{
        padding-top: 35px;
    }
    .youvo-reason li dl{
        width: auto;
    }

    .youvo-info dl{
        padding-left: 0;
        padding-right: 0;
    }
    .youvo-info dt{
        font-size: 180%;
        border-bottom: #FFA300 solid 5px;
    }
    .youvo-info dt span{
        padding-left: 0;
        display: block;
    }
    .youvo-info dd{
        padding: 20px 0 0 0;
    }
    .youvo-university-listA {
        display: flex;
        flex-direction: row;
		flex-wrap: wrap;
    }
    .youvo-university-ttl{
        height: 65px;
    }
    .youvo-university-ttl{
        display: none;
    }
    .youvo-university-btn{
        height: 50px;
        line-height: 50px;
        font-size: 140%;
        color: white;
        margin: 3% 0;
        padding: 0 5%;
        border-radius: 100px;
        text-align: center;
        display: block;
    }
    .youvo-university-btn span{
        display: block;
        background: url(../img/service/youvo/ico_arrow03.png) no-repeat right center;
        background-size: 20px auto;
    }
    .youvo-university-btn.open span{
        background: url(../img/service/youvo/ico_arrow04.png) no-repeat right center;
    }

    .youvo-university-list{
        display: none;
    }

    .youvo-flow-pc-pic{
        display: none!important;
    }
    .youvo-flow-sp-pic{
        display: block!important;
    }
    .youvo-flow-sp-pic img{
        margin: 0 auto;
    }

    .youvo-flow dl:nth-child(1) dt{
        margin-bottom: 40px;
    }
    .youvo-flow dt{
        height: auto;
        line-height: 1.3em;
        font-size: 110%;
        padding: 10px 15px 10px 80px;
    }
    .youvo-flow dt span{
        height: 80px;
        line-height: 80px;
        width: 80px;
        margin-top: -40px;
    }

    .youvo-introduce-ttl{
        height: 50px;
        line-height: 50px;
        font-size: 120%;
    }
    .youvo-introduce .sub-box li{
        width: auto;
        float: none;
        margin: 0 auto;
    }
    .youvo-introduce .sub-box li:last-child{
        width: auto;
        float: none;
        margin: 30px auto 0 auto;

    }
    .youvo-faq-ttl{
        padding: 15px 35px 15px 55px;
        background-size: 25px auto;
    }
    .youvo-faq-ttl.open{
        background-size: 25px auto;
    }
    .youvo-faq-txt{
        padding: 10px 35px 25px 55px;
    }

    .youvo-faq-ttl:before{
        width: 30px;
        height: 26px;
        left: 15px;
        margin-top: -15px;
    }
    .youvo-faq-txt:before{
        width: 30px;
        height: 26px;
        left: 15px;
    }
    .youvo-faq .sub-box{
        margin-top: 25px;
    }

    .youvo-faq-btn{
        padding-top: 0;
    }
    .youvo-faq-btn li,
    .youvo-faq-btn li:last-child{
        width: auto;
        float: none;
        padding-top: 30px;
    }

    .youvo-faq-btn img{
        width: 100%;
        max-width: none;
    }
    .youvo-link li:nth-child(even),
    .youvo-link li{
        float: none;
        width: auto;
        font-size: 115%;
        margin-top: 20px;
    }
    .youvo-link li a{
        height: 50px;
        line-height: 50px;
        padding-left: 65px;
    }
    .youvo-link li span{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .youvo-privacy-ttl{
        border-bottom: 4px solid #d3d3d3;
        padding-bottom: 20px;
        font-size: 150%;
    }
    .youvo-privacy-ttl span{
        padding-right: 0;
        text-align: center;
    }
    .youvo-privacy-ttl span:before{
        display: none;
    }
    .youvo-privacy-ttl img{
        margin-left: 0;
    }
    .btn-pagetop{
        padding-bottom: 20px;
    }

    .youvo-form{
        overflow: auto;
        margin-top: 15px;
    }
    .youvo-form table{
        border-top: #002B69 solid 1px;
        border-right: #002B69 solid 1px;
        width: 600px;
    }
    .youvo-form th{
        padding: 10px;
        border-bottom: #002B69 solid 1px;
        border-left: #002B69 solid 1px;
    }
    .youvo-form td{
        border-bottom: #002B69 solid 1px;
        border-left: #002B69 solid 1px;
        padding: 10px;
    }
    .youvo-price .youvo-bgc{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }
    .youvo-price ul{
        width: auto;
    }
    .youvo-price li{
        font-size: 87.5%;
        margin-left: 15px;
    }
    .youvo-price li.total{
        font-size: 100%;
    }
    .youvo-price li:before{
        margin-top: 3px;
        left: -20px;
        width: 12px;
        height: 12px;
    }
    .youvo-price li .ttl span{
        padding-right: 10px;
    }
    .youvo-price li .price{
        padding-left: 10px;
    }
    .youvo-price li.m-b30{
        margin-bottom: 15px!important;
    }

    footer .foot{
        padding-left: 15px;
        padding-right: 15px;
    }
    footer img{
        margin: 0 auto;
    }
    footer .foot-logo{
        width: auto;
        float: none;
    }
    .foot-add{
        padding-left: 0;
        margin-top: 20px;
        float: none;
        position: static;
    }
    .foot-add .facebook_link a{
        position: static;
    }
    .foot-add span{
        display: block;
    }
    .foot-add .foot-tel{
        display: none;
    }
    .foot-add a{
        display: inline-block;
        text-decoration: none;
        color: black;
    }
    .foot-add a:hover{
        text-decoration: underline;
    }
	
	
	
	.youvo-reason li dl {
		float:none;
	}
	
	.btn_university a{
		display:inline-block;
	}
	
	#Contents .btn_university img {
		text-align: center;
		margin: 0 auto;
		max-width: 290px;
	  }
	
	
	
	
}

@media all and (max-width: 440px) {
    #HomeShow .btn-inquiry,
	#HomeShow .btn-sample{
        width: 290px;
    }

    .btn_inquiry{
        width: 90%;
    }
}


/* hack css */
.youvo-price li,
#Path ul,
.btn-pagetop,
.youvo-link ul,
.youvo-faq-btn,
footer .foot,
.youvo-introduce ul,
.youvo-reason li,
#Header {
    display: inline-block;
}

.youvo-price li:after,
#Path ul:after,
.btn-pagetop:after,
.youvo-link ul:after,
.youvo-faq-btn:after,
footer .foot:after,
.youvo-introduce ul:after,
.youvo-reason li:after,
#Header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* Hide from IE-mac \*/
* html .youvo-price li,
* html #Path ul,
* html .btn-pagetop,
* html .youvo-link ul,
* html .youvo-faq-btn,
* html footer .foot,
* html .youvo-introduce ul,
* html .youvo-reason li,
* html #Header {
    height: 1%;
}

.youvo-price li,
#Path ul,
.btn-pagetop,
.youvo-link ul,
.youvo-faq-btn,
footer .foot,
.youvo-introduce ul,
.youvo-reason li,
#Header {
    display: block;
}

/* End hide fromIE-mac*/

/* サンプルアンケート */

.sample-survey{
	background-color:#F0EEEA;
	padding-top:65px;
	padding-bottom:45px;
	margin-top:45px;
}

.sample-survey .text{
	max-width:700px;
	width:100%;
	margin:0 auto 40px;
}

.sample-survey .btn ul{
	display:flex;
	gap:40px;
	 justify-content: center;
	 align-items: center;
	
}


.sample-survey .btn-sample:hover,
.sample-survey .btn-inquiry:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.youvo-faq .btn{
	margin-top:50px;
}

.youvo-faq .btn ul{
	display:flex;
	gap:40px;
	 justify-content: center;
	 align-items: center;
	
}


.youvo-faq .btn-sample:hover,
.youvo-faq .btn-inquiry:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


@media only screen and (max-width: 767px) {
  
  .table-wrapper { 
    overflow-x: auto;
    width: 100%;
  }

  #sp_table {
    table-layout: auto;     
    min-width: 650px;
    width: 100%;
  }

  #sp_table th,
  #sp_table td {
    white-space: normal;
    word-break: break-all;
    width: 150px; 
  }
}



@media all and (max-width: 767px) {

	.youvo-faq-btn ul,
	.sample-survey .btn ul {
	  display: block;
	}
	
	.youvo-faq-btn li,
	.sample-survey .btn li{
		text-align:center;
	}
	
	.youvo-faq-btn li a,
	.sample-survey .btn li a{
		display: inline-block;
	}
	
	.youvo-faq-btn li:last-child {
		padding-top:0;
	}
	
	#Contents .youvo-faq-btn li img,
	#Contents .sample-survey .btn li img{
		text-align:center;
		margin:0 auto;
		max-width:290px;
	}
	
	.youvo-link .box_list {
		display: block;
	}
	
	.youvo-link .box01,
	.youvo-link .box02,
	.youvo-link .box03 {
		margin-bottom:30px;
		width:96%;
	}



	.youvo-faq .btn ul {
	  display: block;
	}
	
	.youvo-faq .btn li{
		text-align:center;
	}
	
	.youvo-faq .btn li a{
		display: inline-block;
	}
	
	.youvo-faq li:last-child {
		padding-top:0;
	}
	
	#Contents .youvo-faq .btn li img{
		text-align:center;
		margin:0 auto;
		max-width:290px;
	}
	

}


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

	 footer {							
        font-size: 100%;							
    }							
							
    .foot-logo {							
        width: auto;							
        float: none;							
    }							
							
    .foot-logo img {							
        margin: 0 auto;							
    }							
							
    .foot-add {							
        padding-left: 0;							
        padding-top: 40px;							
        padding-right: 0;							
        margin-top: 30px;							
        background-position: top center;							
        float: none;							
    }							
							
    .foot-add span {							
        display: block;							
    }							
							
    .foot-add .foot-tel {							
        display: none;							
    }							
							
    .foot-add a {							
        display: inline-block;							
        color: #333333;							
    }							
							
    address {							
        margin-top: 20px;							
    }				
							
	.foot-add .facebook_link a {						
		position: static;					
		display: inline-block;					
	}						
							
	.foot-add {						
		margin-top: 0;					
	}						
							
	.facebook_link{						
		text-align:center;					
		margin-bottom: 10px;					
	}						
	.btm-logos ul li {						
        width: 100%;							
    }							
    .btm-logos ul li a {							
        padding: 10px 0;							
        overflow: hidden;							
    }							
    .btm-logos ul li a .container-img{							
        float: left;							
        width: 45%;							
    }    							
    .btm-logos ul li a .container-img img {							
		display: inline !important;					
        width: auto;							
        max-width: 100%;							
    }  							
    .btm-logos ul li a p {							
        width: 55%;							
        max-width: none;							
        float: right;							
        text-align: left;							
        padding-left: 10px;							
        box-sizing: border-box;							
    }							
							
}					


#page_faq .youvo-faq-txt{
	display:block;
}

#page_faq .youvo-faq-ttl {
	background-image:none;
	cursor:auto;
}






