@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&display=swap');

.must {
    background: #9F1D1D;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 35px;
    height: 17px;
    text-align: center;
    float: right;
    line-height: 1.4em;
}
h4{
    font-size:30px;
    color:#333fc5;
    margin-bottom:10px;
    margin-top: 0;
}
img{
	width: 100%;
	vertical-align: bottom;
}
a:hover, a:active {
		-moz-opacity: 0.8;
		opacity: 0.8;
		filter: alpha(opacity=80);
}
a:hover {
		text-decoration: underline;
}
a {
		color: #333399;
		text-decoration: none;
}
#wrap{
	overflow: visible;
}
p {
		font: bold 18px/1.6em verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
		text-decoration: none;
		word-spacing: 1px;
}
.s_font {
		font-size: 14px;
		display: block;
		line-height: 1.4;
}
.sr_font {
		font-size: 14px;
		display: block;
		color: #F00;
		line-height: 1.4em;
}
.ss_font {
		font-size: 12px;
}
.b30_font {
		font-size: 30px;
}
.b40_font {
		font-size: 40px;
		display: inline-block;
		margin-top: 4px;
}
.blue {
		color: #2088ab;
}
.red {
		color: #F30;
}
.pb30 {
		padding-bottom: 30px;
}
.pb50 {
		padding-bottom: 50px;
}
.pb20 {
		padding-bottom: 20px!important;
}
.pb10 {
		padding-bottom: 10px!important;
}
.pb0 {
    padding-bottom: 0px!important;
}
.mt5 {
		margin-top: 5%;
}
.mt10 {
		margin-top: 10px;
}
.mt20 {
		margin-top: 20px;
}
.mt25 {
		margin-top: 25px;
}
.mt30 {
		margin-top: 30px;
}
.mt40 {
		margin-top: 40px!important;
}
.mt50 {
		margin-top: 50px;
}
.mt60 {
		margin-top: 60px;
}
.mb5 {
		margin-bottom: 5px;
}
.mb50 {
		margin-bottom: 50px;
}
.mb70 {
		margin-bottom: 70px;
}
.mb60 {
		margin-bottom: 60px;
}
.mb45 {
		margin-bottom: 45px;
}
.mb40 {
		margin-bottom: 40px;
}
.mb35 {
		margin-bottom: 35px;
}
.mb30 {
		margin-bottom: 30px;
}
.mb20 {
		margin-bottom: 20px;
}
.mb10 {
		margin-bottom: 10px;
}
.mb100 {
		margin-bottom: 100px;
}
.left {
		float: left;
}
.right {
		float: right;
}
.center {
		display: block;
		margin: 0 auto;
		text-align: center;
}
.w100 {
		width: 100%;
}
#wrap h3 {
		margin-bottom: 30px;
}

.marginrl{
    width: 88%;
    margin-top: 50px;
}
/*=======Layout=======*/
body, html {
		height: 100%;
		margin: 0;
}
#header, #footer {
		width: 100%;
		position: relative;
}
#wrap {
		font: 18px/1.6em verdana, helvetica, arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
		text-decoration: none;
		word-spacing: 1px;
		color: #555;
}
#main {
		position: relative;
		letter-spacing: 1px;
}
#contents {
		width: 100%;
		padding: 0;
}
.section {
		position: relative;
		width: 100%;
		text-align: center;
}
.inner {
		width: 90%;
		margin: 20px auto 0px;
}
/*------- header -------*/

#header {
		height: 50px;
		    border-bottom: 1px solid #ccc;
    position: fixed;
    z-index: 10000;
    background: #4e7ad3;
    vertical-align: middle;
    padding: 20px 0;
}
#header .tel {
		display: block;
		text-indent: -9999px;
		width: 678px;
		height: 90px;
		background: url(../img/tel.png) no-repeat;
		float: right;
}
/*------- mainVisual -------*/
#mainVisual {
		width: 100%;
		background: #fff;
		padding-top: 70px;
		position: relative;
}
#mainVisual img {
		padding: 10px 0 0 3%;
		max-width: 100%;
	margin: auto;
}
/*------- entry -------*/
/*------- mainVisual -------*/
#mainVisual2 {
		width: 100%;
		background: #fff;
		padding-top: 70px;
		position: relative;
}
#mainVisual2 h1 {
		width: 100%;
		background: url(../img/mv2_bg.jpg) no-repeat center;
		text-align: center;
	background-size: cover;
}
#mainVisual2 img {
		padding: 28px 3% 0 0;
		max-width: 100%;
	margin: auto;
}
/*------- entry -------*/
/**** entryLink ***/
.entryLink {
		background-color: #f6f6f6;
		-webkit-box-shadow: inset 0 0 2px #fff;
		-moz-box-shadow: inset 0 0 2px #fff;
		box-shadow: inset 0 0 2px #fff;
		border: solid 1px #e5e5e5;
}
.entryLink .inner {
		background-color: #fff;
		-webkit-box-shadow: 1px 1px 0 1px rgba(0, 0, 0, .1);
		-moz-box-shadow: 1px 1px 0 1px rgba(0, 0, 0, .1);
		box-shadow: 1px 1px 0 1px rgba(0, 0, 0, .1);
		padding: 25px 0 25px 39px;
		margin: 30px auto;
		width: 951px;
}
.entryLink ul {
		width: 941px;
}
.entryLink li {
		float: left;
		margin-right: 20px;
}
/*.entryLink .link01 {
	width: 300px;
	height: 80px;
	background: url(../img/entryLink01.png);
}*/
.entryLink .link02 {
		width: 300px;
		height: 80px;
		margin-left: 20px;
		background: url(../img/entryLink02.png);
}
.entryLink p {
		width: 359px;
		height: 80px;
		margin-left: 20px;
		background: url(../img/entryLinkTel.png);
}
/**** entryLink_last ***/
.entryLink_last {
		width: 100%;
		background: #e8ebf6;
		border-top: solid 1px #e9e9e9;
		border-bottom: solid 1px #e9e9e9;
		padding: 25px 0;
		margin-bottom: 0;
}
.entryLink_last a, .entryLink_last p {
		float: left;
		text-indent: -9999px;
		display: block;
}
.entryLink_last .link01 {
		width: 620px;
		height: 80px;
		background: url(../img/entryLink01.png);
}
.entryLink_last p {
		width: 359px;
		height: 80px;
		margin-left: 20px;
		background: url(../img/entryLinkTel.png);
}

/*------- contact -------*/
#contact {
		padding: 15px 0;
		text-align: center;
}
#wrap #contact p {
		font-size: 12px;
		font-weight: normal;
		display: block;
		margin-bottom: 30px;
}
#wrap #contact p.must3 {
		margin: 30px 0 0;
		text-align: center;
}
#contact .inner {
		box-sizing: border-box;
		padding: 50px;
		background: #fff;
		margin: 0 auto;
}
#contact .inner h3{
	padding-top: 40px;
	font-size: 2.6rem;
	color: #024B8F;
	font-weight: bold;
}
#wrap.conf #contact .inner{
    margin: 100px auto 40px;
}
.table {
		text-align: left;
}
/**** table ***/
#wrap table {
		width: 100%;
		margin: 0 auto;
		border: solid 1px #ccc;
	    max-width: 1000px;
}
#wrap td, #wrap th {
		padding: 10px;
		vertical-align: top;
		line-height: 1.4em;
		text-align: left;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
}
#wrap th {
		color: #333;
		background: #ebebeb;
}
/**** FORM ***/
#main table.in_table {
		width: 100%;
}
input, textarea, select {
		margin: 3px 2pt !important;
		padding: 8px 3pt;
		font-size: 1.0em;
		border: solid 1px #ccc;
}
textarea {
		width: 97%;
		height: 150px;
}
textarea:focus {
		outline: 1px solid #86cbff;
}
input:focus {
		outline: 1px solid #86cbff;
}
input.noneboder, input.noneboder:focus {
		outline: none;
		border: none;
}
select {
		padding: 3px 10pt 3px 0px;
}
a.button, .button {
	width: 260px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	box-shadow: #853700 0 5px 0;
    background: #ea6000;
	border-radius: 10px;
	border: none;
}
a.button {
		display: block;
		line-height: 3.5em;
		margin: 0 auto;
		text-align: center;
}
a.button:hover {
		text-decoration: none;
}

.submit {
		text-align: center;
		margin-top: 50px;
}
#main form th {
		width: 100px;
}
#wrap.conf #main form th {
    width: 23%;
}
#wrap #contact form p {
		font-size: 12px;
		font-weight: normal;
		margin: 10px 0;
}
/*------- priv -------*/
#wrap #priv {
		text-align: left;
		margin-bottom: 80px;
}
#wrap #priv p {
		font-weight: normal;
		text-align: left;
		font-size: 14px;
}
#wrap #priv h2 {
		font-size: 22px;
		font-weight: bold;
}
div#priv .inner {
max-width: 1000px;
}
#wrap #priv h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
}
#footer {
		width: 100%;
		height: 45px;
		color: #999;
		text-align: center;
		font-size: 12px;
		padding-top: 25px;
		border-top: 3px solid #00197d;
		background-color: #fff;
}
.OaC_btn {
		display: block;
		width: 50%;
		text-align: center;
		padding: 10px;
		margin: 20px auto;
		background: #FF8E00;
		color: #fff;
		border-radius: 5px;
		font-weight: bold;
		letter-spacing: 0px;
}
.no1_linkbtn {
		display: block;
		position: fixed;
		right: 50px;
		bottom: 50px;
		z-index: 5000;
}
.no1_linkbtn a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background-color: rgba(26, 115, 156, 0.75);
		border: 2px solid #196f99;
		color: #FFFFFF;
		text-indent: 2.5em;
		font-size: 20px;
		font-weight: bold;
		font-style: oblique;
		transition: all 0.8s ease;
		border-radius: 10px;
}
.no1_linkbtn a:hover {
		background-color: rgba(255, 255, 255, 0.7);
		color: #196f99;
		margin-left: 0px;
		margin-top: 0px;
		border: 2px solid #196f99;
		box-shadow: none;
}
.arrow {
		padding: 20px;
}
.arrow img {
		width: 100%;
}
/* 210907 */
.number_area a {
		display: block;
		color: #000;
		-webkit-text-fill-color: transparent;
		/* padding: 15px 0; */
		font-weight: bold;
}


.graph {
		width: 100%;
		background: url("../img/graph_bg.png") no-repeat bottom;
		text-align: center;
		background-size: cover;
}
.graph img {
    width: 50%;
    margin: 0 auto 4%;
	padding: 3% 0;
}
.plan {
		padding: 0;
		text-align: center;
}
.polygon {
		background: url("../img/polygon_bg.jpg") no-repeat top;
		text-align: center;
		background-size: cover;
	padding: 3% 0 4%;
}
.polygon img {
		max-width: 90%;
	margin: auto;
}
.cta1 {
		background-color: #19338f;
		text-align: center;
		padding: 3%;
}
.cta1 img{
	margin: auto;
}
.cta1 .box {
	margin: 0;
    margin-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta1 .box02 {
	position: relative;
}

.cta1 p {
		position: absolute;
        top: 0;
        right: 5%;
}
.cta1 p a {
		font-size: 35px;
		color: #fff;
}

.mr1 {
		margin-right: 1%;
		height: 90%;
}
.cta2 {
		background-color: #3d8ecf;
		text-align: center;
		padding: 3%;
}
.cta2 img{
	margin: auto;
}
.nayami {
		width: 100%;
		background: #f1f1f1;
		text-align: center;
}
.nayami img {
    max-width: 90%;
    margin: auto;
    padding: 6% 0;
}
.jirei {
		width: 100%;
		background: url("../img/jirei_bg.jpg") no-repeat top;
		text-align: center;
	background-size: cover;
}
.jirei img {
    max-width: 90%;
    padding: 650px 0 4%;
    margin: auto;
}
.secret {
		width: 100%;
		background: url("../img/secret_bg.jpg") no-repeat top;
		text-align: center;
	margin-bottom: 4%;
	background-size: cover;
}
.secret img {
    max-width: 90%;
    margin: auto;
    padding: 5% 0;
}
.knowhow {
		width: 100%;
		background: url("../img/knowhow_bg.jpg") no-repeat center;
		text-align: center;

}
.knowhow img {
    max-width: 90%;
    margin: auto;
    padding: 4% 0;
}
.test {
		width: 100%;
		background: url("../img/test_bg.jpg") no-repeat top;
		text-align: center;
	background-size: cover;
}
.test img {
    max-width: 90%;
    margin: auto;
    padding: 12% 0 10%;
}
.check {
		width: 100%;
		background: #08bde3;
background: -moz-linear-gradient( #4f72f1 0%, #08bde3 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#4f72f1), to(#08bde3));
background: -webkit-linear-gradient( #4f72f1 0%, #08bde3 100%);
background: -o-linear-gradient( #4f72f1 0%, #08bde3 100%);
background: linear-gradient( #4f72f1 0%, #08bde3 100%);
		text-align: center;
}
.check img {
    max-width: 90%;
    margin: auto;
    padding: 3% 0;
}

.cost {
		padding: 0;
		text-align: center;

}
.cost img {
		width: 100%;
}
.flow {
		width: 100%;
		background: #e6e6e6;
		text-align: center;
}
.flow img {
    max-width: 90%;
    margin: auto;
    padding: 7% 0 7%;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
	margin-top: 5%;
    padding: 2%;
}
@media screen and (max-width: 760px) {
    h4{
    font-size:20px;
}

	.no1_linkbtn a {
		display: none;
}
	#wrap td, #wrap th {
    max-width: 250px;
}
	.logo{
		width: 25%;
	}

.inner {
    width: 90%;
}
	.number_area {
    position: relative;
    float: right;
    width: 70%;
}
	#header {
    height: 85px;
}
	#mainVisual {
    padding-top: 0px;
}
	.number_area a {
    font-size: 20px;
    right: 0;
    left: inherit;
}
	#mainVisual img {
    padding: 10px 1% 0;
}
	.cta1 p {
    top: 10px;
}
	.cta1 p a {
    font-size: 30px;
}
	.cta1 {
    padding: 5% 3%;
}
	.cta1 .box {
    display: inherit;
}
		.cta1 a img{
    margin-top: 2%
}
	.test img {
    padding: 35% 0 10%;
}
	.nishiguchi img {
    max-width: 97%;
    padding: 4% 0 6%;
    margin-left: 3%;
}
.jirei {
    background: url(../img/jirei_bg_sp.jpg) no-repeat top;
        background-size: cover;
}
	.reason img {
    max-width: 100%;
    margin: auto;
    padding: 0;
}
	.polygon img {
		max-width: 100%;
}
	.secret img {
    max-width: 98%;
    margin: auto;
    padding: 10% 0;
}
}
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(40px);
   transition: all 1.3s 0s ease-out;
 }
.pc{
    display: inline-block;
}
.sp{
    display: none;
}
@media screen and (max-width:760px){
    .pc{
        display: none;
    }
    .sp{
        display: inline-block;
    }
	#contact .inner {
    padding: 10px;
    width: 98%;
}
}
/*お客様の声と改善実績*/

.grad_bg{
  background-image: linear-gradient(44deg, rgba(95, 117, 211, 1), rgba(61, 198, 220, 1));
}
/*対応領域*/
.seminar {
    padding: 1% 0;
}

@media screen and (max-width:760px){
	#contact .inner {
    padding: 10px;
    width: 98%;
}
	#flyin {
		width: 97%;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
	}
}
@media screen and (min-width: 640px){
	.pc_cta1 {
		margin-bottom: 10px;
	}
	#flyin {
		width: 330px;
		bottom:20px;
        right:30px;
	}
}
/* 右側の追従バナーエリア */
 #flyin {
     text-align: center;
z-index:100;
border-radius:10px 0 0;
-moz-border-radius:10px 0 0;
-webkit-border-radius:10px 0 0;
position:fixed;
-webkit-backface-visibility:visible!important;
-ms-backface-visibility:visible!important;
backface-visibility:visible!important;
-webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
-webkit-transition:bottom .5s ease,background-position .5s ease;
transition:bottom .5s ease,background-position .5s ease;
padding:0;
filter: drop-shadow(0px 0px 7px #aaa);
transition: 0.3s ease-in-out;
}
#flyin .flyin-man {
position:absolute;
right:5%;
top:110px;
z-index:3;
width:82px;
height:130px;
display:block;
background-image:url(//cdn.elegantthemes.com/images/flyin-man.png);
-webkit-animation:float 3s infinite;
-moz-animation:float 3s infinite;
-o-animation:float 3s infinite;
animation:float 3s infinite;
-webkit-transition:top 1s ease,opacity 1s ease;
transition:top 1s ease,opacity 1s ease;
}
#flyin #flying_subscribe {
-webkit-transition:opacity .5s ease,background-color .5s ease;
transition:opacity .5s ease,background-color .5s ease;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
width:100%;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}
#flyin #flying_subscribe:hover,#flyin .flyinbutton:hover {
background-color:#408c3f;
}
#flyin #exit_emailinput {
-webkit-transition:opacity .5s;
transition:opacity .5s;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:220px;
background:#f8fafa;
border:1px solid #e4e9e9;
color:#b3b3b3;
font-size:13px;
margin:0 0 10px;
padding:11px 20px;
}
#flyin .flyinclose {
-webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
content:'';
display:block;
z-index:2;
box-shadow:0 0 10px rgba(0,0,0,.2);
cursor:pointer;
width:30px;
height:30px;
border-radius:30px;
background:#fff url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center center;
position:absolute;
top:-10px;
left:-5px;
margin:0;
padding:0;
}
#flyin .flyinbutton {
-webkit-transition:top .5s ease,opacity .5s ease,background-color .5s ease;
transition:top .5s ease,opacity .5s ease,background-color .5s ease;
width:300px;
height:20px;
top:400px;
opacity:0;
position:absolute;
left:10px;
z-index:5;
display:block;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
color:#fff;
font-size:16px;
font-family:'Goudy Bookletter 1911',arial,sans-serif;
background:#55a753;
text-align:center;
cursor:pointer;
padding:11px 0 10px;
}
.hide {
opacity:0;
-webkit-transition:opacity 1s ease;
transition:opacity 1s ease;
}
.hide div {
top:60%!important;
-webkit-transition:top 1s ease;
transition:top 1s ease;
}
.minimize {
bottom:-320px!important;
background-position:320px 127px!important;
}
.minimize .flyin-man {
top:-300px!important;
opacity:0!important;
}
.minimize .flyinbutton {
top:10px!important;
opacity:1!important;
}
.minimize .flyinclose {
top:15px!important;
transform:rotate(180deg);
-ms-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
}
#flyin .free,#flyin .present_bottom,#flyin .present_top {
display:block;
position:absolute;
left:50%;
}
#flyin .present_top {
-webkit-transition:all .5s ease .5s;
transition:all .5s ease .5s;
width:100px;
height:42px;
margin-left:-50px;
top:114px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-top.png);
}
#flyin .present_bottom {
width:108px;
height:74px;
margin-left:-54px;
top:182px;
background-image:url(//cdn.elegantthemes.com/images/flyin-present-bottom.png);
}
#flyin .free {
-webkit-transition:all .5s ease 1s;
transition:all .5s ease 1s;
width:175px;
height:82px;
margin-left:-87px;
top:133px;
background-image:url(//cdn.elegantthemes.com/images/flyin-free.png);
}
.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}
div#flyin:hover {
    transform: translateY(-5px);
    transition: all .5s;
}
@media screen and (max-width: 900px){
    .logo {
    width: 13%;
    padding: 2px 0 0 15px;
}
    .inner {
       width:105%;
       margin: 20px 0 0 12px;
    }
    .tab{
        width: 85%;
    padding: 5px 1px 0 0;
    }
    .number_area a {
        font-size: 26px;
        width:90%;
        left: 10%;
    }
}
.name{
  padding-bottom: 40px;
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    right: 10px;
}
p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    margin: 0;
}
#text-wrap {
    width: 70%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.hide-text {
    display: none;
}

.on-click {
    color: transparent!important;
}

.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    position: relative;
}
.on-click::before{
    content: '▲閉じる';
    color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: rotate(-180deg);
}
.hide-text img{
    width: 100%;

}
@media screen and (max-width:700px){
    .sp_voice{
        max-width: 100%;
        padding: 2% 0 2%;
}
    .sp_voice2{
         max-width: 100%;

    }
    .pc{
        display: none;
    }
    #text-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding-top: 5%;
}
    .spc{
        padding-bottom: 5%;
    }
a.readmore {
    position: relative;
    height: 30px;
    width: 270px;
    margin: 40px auto;
    display: block;
    color: white;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    font-size: 37px;
    font-weight: bold;
    padding: 27px;
    border-radius: 44px;
    background-color: #19338f;
    text-align: center;
}
}
@media screen and (min-width:700px){
     .spc{
        display:none;
    }
}
.acc_wrapper {
    margin: 20px auto 120px;
}
.acc_content_wrapper {
    position: relative;
    margin-bottom: 45px;
}
.acc_content{
    height: 300px;
    overflow: hidden;
}
.acc_content img{
    margin: 0 auto;
    width: 62%;
}
@media screen and (max-width:1200px){
    .acc_content img{
        width: 100%;
        max-width: 88%;
    }
}
@media screen and (max-width:1600px) and (min-width:1201px){
    .acc_content img{
        width: 100%;
        max-width: 1180px;
    }
}
@media screen and (min-width:1601px){
    .acc_content img{
        width: 73%;
        max-width: 1180px;
    }
}
.acc_content img.pc{
    display: block;
}
.show_more{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    padding-top: 60px;
    text-align: center;
    line-height: 15px;
    background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,rgb(255, 255, 255, 1) 80%);
    cursor: pointer;
    transition: bottom 0.2s;
}
.show_more span{
    background: #1261ba;
    border-radius: 100px;
    color: #fff;
    padding: 10px 30px;
    font-size: 30px;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 700;
}
.show_more>b{
    content: '';
    transform: rotate(90deg) scaleY(2);
    position: absolute;
    top: 141%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s;
    animation: arrow 1.5s infinite;
    border: solid #1261ba;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
}
.show_more>b:nth-child(2){
    animation-delay: 0.3s;
}
.show_more>b:nth-child(3){
    animation-delay: 0.6s;
}
@keyframes arrow {
  0% {
    transform: rotate(-45deg) translate(10px, -10px);
  }
  60% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  0%, 60%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
.active {
    background: none;
    bottom: -55px;
}
@media screen and (max-width:768px){
    .acc_content img.spc{
        display: block;
    }
    .acc_content {
        height: 200px;
    }
    .show_more span{
        font-size: 24px;
        font-weight: 600;
    }
    #mainVisual2{
        padding-top: 0;
    }
}

/* ---------リニューアルds/02 style--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body{
	max-width: 1920px;
}
#mv{
	position: relative;
	margin-bottom: -6px;
	margin-top: -25px;
}
header{
	width: 100%;
	position: absolute;
	top: 0;
}
.header-inner{
	padding: 2% 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-inner img{
	width: 90%;
    height: auto;
	}
.header-inner img.logo{
width: 13%;
height: 10%;
}
.tel-area{
    text-align: right;
    margin-right: 35px;
}
h1{
	background: none;
	margin-block-start: 0em;
    margin-block-end: 0em;
}


.success{
    background:#eaeef8;
    text-align: center;
    padding: 5% 0 7%;
}
.success img{
    max-width: 950px;
    margin: auto;
    width: 90%;
}

/* CTA */
.cta-area {
    background:#425ec8;
    text-align: center;
    padding: 0.5% 10%;
}
.cta-inner{
	display: flex;
    justify-content: center;
    width: 75%;
    max-width: 1000px;
    margin: auto;
}
.mail_btn {
  filter: drop-shadow(0px 8px 5px rgba(234,96,0,0.3));
}

.cta-inner a {
    margin:1%;
}

.cta-area img.btn{
    margin-top: 20px;
}

@media screen and (max-width: 756px){
.cta-area {
    padding: 0.5% 7%;
}

.pt5 {
    padding-top: 5%;
}
.success {
    padding: 12% 0;
}
.cta-area img.btn{
    margin-top: 0;
}
}

.consultation_cta {
    display: flex;
	justify-content: center;
}
.consultation_cta img {
    width: 90%;
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.grad-btn {
	z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    margin: 6% auto;
    cursor: pointer;
    transition: .2s ease;
  }
  .grad-item {
	position: relative;
	overflow: hidden;
	height: 0px; /*隠した状態の高さ*/
  }
  .grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px; /*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(1 51 138 / 52%) 50%, rgb(0 48 132 / 72%) 50%, #01338a 100%);
	content: "";
  }
  .grad-trigger {
	display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
	display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
	height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
	display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/*アンカーリンク*/
.anc_area{
    padding: 3% 0 5%;
    background-image: url(../img/anchor_bg_pc.jpg);
}
.anc_area .ttl{
    max-width: 460px;
    width: 70%;
    margin: 3% auto;
}
.anc_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
        justify-content: space-evenly;
}
.anc_inner a {
    width:20%;
}
.box_area {
    margin-right: 30px;
}
.box_area:last-child{
    margin-right: 0px;
}
/* 強み */
.strength {
  background-image: url(../img/strength_bg_top.png), url(../img/strength_bg_bottom.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding: 3% 0 1%;
  background-color: #fbfbfb;
}
.strength_ttl {
    width: 75%;
    max-width: 620px;
    display: block;
    margin: 3% auto 2%;
}
.strength h1 img{
	width: 90%;
	max-width:650px;
	margin: 0 auto;
    display: block;
}
.strength_box {
  width: 75%;
  margin: 2% auto 5%;
}
.strength_bg {
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.05));
}
.strength_pa {
  padding: 6%;
}
.strength_pa2 {
  padding: 2% 13% 0;
}
.strength_img_ra {
    border-radius: 0 0 20px 20px;
    object-fit: cover;
}
.bg_b {
  background-color: #f0f2fa;
}
.bg_g {
  background-color: #f6f6f6;
}

@media screen and (max-width: 756px){
.strength_box {
    width: 90%;
    margin: 12% auto;
}
.strength_pa {
    padding: 10% 5%;
}
}



/*取り扱いメディア*/
.media {
    padding: 2% 0;
}

/* 業種 */

.gyoushu {
    background: #fff;
    padding: 5% 0;
    margin: auto;
    text-align: center;
}
.gyoushu img {
    width: 80%;
    max-width: 800px;
    margin: auto;
}
.gyoushu_icon{
    display:flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    padding: 2% 0 5%;
}
.gyoushu_icon img{
    box-shadow: 4px 4px 5px rgb(0 0 0 / 16%);
        width: 19%;
    margin-bottom: 1%;
}
/*ポップアップ*/
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window{
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 400px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 40px;
    background-color: #00197d;
    border-radius: 20px;
    color: #FFF;
    font-weight:bold;
}
.readmore-label:before{
    content: 'もっと見る';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


@media screen and (max-width:756px){
.gyoushu_icon {
    padding: 6% 0 5%;
}
.anc_area {
    padding: 11% 0 5%;
}
}



/* 料金形態 */
.cost{
	background-image: url(../img/price_bg_pc.jpg) ;
	background-repeat: no-repeat;
	padding: 5%;
}
.cost img{
	display: block;
	max-width: 750px;
	margin: 0 auto;
}
/* キャンペーン */
.campaign{
   padding: 1% 0;
    background: #d7d7d7;
}

/* 流れ */
.flow{
    background: #e6e6e6;
}
.flow img{
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
.pc_none{
    display: none;
}

@media screen and (max-width:1500px){
	.header-inner img {
        width: 80%;
        height: 80%;
    }
}
@media screen and (max-width:1500px){
    .header-inner img {
        width: 65%;
        height: 65%;
    }
}
#point1,#point2,#point3{
  padding-top:60px;
  margin-top:-60px;
}
/*1200以下*/
@media screen and (max-width:1250px){
/* headerまわり  */
    .tel-area{
        text-align: right;
        margin-right: 5px;
    }
    .cost img {
        display: block;
        max-width: 730px;
    }
    .flow img {
    width: 85%;
    box-sizing: border-box;
    }
}
@media screen and (max-width:756px){
    
    .campaign{
   padding: 1px 4% 9%;
}
   .anc_inner a {
    width: 45%;
    margin: 3% 0;
}
    .consultation_cta {
    display: inherit;
    text-align: center;
}
.consultation_cta img {
        padding: 3% 0;
}
.flow img {
    padding: 12% 0 7%;
}
    .sp_none{
        display: none;
    }
	.header-inner{
	padding: 3% 3% 3% 1%;
	}
    .header-inner img.logo {
		width: 28%;
		height: 28%;
	}
	.tel-area {
		width: 53%;
	}
	.header-inner img {
		width: 100%;
		height: auto;
	}


	/* 強み */
	.strength {
		background-image: url(../img/strength_bg_sp.jpg);
	}
/*	.strength img {
		width: 98%;
	}*/
  .strength_ttl {
    margin: 15% auto 5%;
    width: 100%;
}
	/* 顧問紹介 */
	.nishiguchi img {
		width: 100%;
	}
	.nishiguchi,.webinar {
		padding: 10% 0;
	}
	.webinar img {
		width: 86%;
		margin: auto 1% auto 8%;
	}

	.gyoushu img {
		width: 82%;
	}
	/* 業種 */
	.gyoushu .icon {
		display: none;
	}
	.gyoushu .btn {
		width: 65%;
		bottom: 6%;
		right: 19%;
	}
	.gyoushu {
		padding: 10% 0;
	}
	.gyoushu_icon img {
		width: 30%;
	}
	.cost{
            background-image: url(../img/price_bg_sp.jpg);
            padding: 10% 5%;
	}
    .cost img{
        width: 86%;
		margin:  auto 10% 0 auto;
    }

	#footer {
		height: 90px;
		line-height: 1.2rem;
		box-sizing: border-box;
	}

}
.conf .number_area img,#thaks .number_area img,#priv .number_area img{
    width: 68%;
}
.conf .inner,#thaks .inner,#priv .inner{
    width: 90%;
    margin: 0px auto 0px;
}
.conf #header,#thaks #header {
    height: inherit;
    padding: 1%;
    box-sizing: border-box;
}
#thaks #contact .inner{
    margin: 120px auto 40px;
}
#thaks #wrap{
    min-height: 100vh;
    position: relative;
    background-color: #f6f6f6;
}

#thaks #wrap #footer {
    position: absolute;
    bottom: 0;
}
#thaks #main{
    position: static;
}
.conf img.logo,#thaks img.logo,#priv img.logo{
    width: 15%;
    height: 15%;
}

.conf .number_area,#thaks .number_area ,#priv .number_area{
     width: 22%;
}

.clearfix:after {
    display: none;
}
.inner.clearfix{
display: flex;
    justify-content: space-between;
}
#priv #header{
    top:0;
}
#priv #contents {
    margin-top: 120px;
}
@media screen and (max-width:756px){
    .conf .inner, #thaks .inner,#priv .inner {
    width: 90%;
    margin: 0px auto;
}
   .conf .inner.clearfix,#thaks .inner.clearfix,#priv .inner.clearfix{
       display: flex;
        margin: 0 auto;
   }
   .conf .number_area img, #thaks .number_area img,#priv .number_area img{
    width: 100%;
}
.conf .number_area ,#thaks .number_area,#priv .number_area{
    width: 50%;
}
.conf img.logo,#thaks img.logo,#priv img.logo{
     width: 40%;
     height:40%;
}
.conf #header, #thaks #header  {
    height: 20vw;
    padding: 3% 0 3%;
}
#priv #header {
    height: 35px;
    padding: 3% 0 3%;
}
#priv #contents {
    margin-top: 90px;
}
#priv .inner {
    width: 90%;
    margin: 20px auto;
}
.conf .clearfix:after,  #thaks .clearfix:after{
    display: none;
}
#wrap.conf #main form th {
    width: 32%;
}
#thaks #contact .inner {
    padding: 10px 10px 40px 10px;
    width: 90%;
}
}

/*marketing*/
.marketing {
	width: 84%;
	background: url("../img/marketing_bg_pc.jpg") no-repeat bottom;
	text-align: center;
	background-size: cover;
	position: relative;
	padding: 8%;
}

@media screen and (max-width:756px){
	.marketing {
		background: url("../img/marketing_bg_sp.jpg") no-repeat bottom;
		background-size: cover;
		background-position: top;
	}
	.marketing img{
		padding: 15% 2% 12% 3%;
		width: 94%;
		margin: auto;
	}
}

@media screen and (max-width: 900px){
    .logo {
    width: 13%;
    padding: 2px 0 0 15px;
}
    #header .inner {
       width:100%;
       margin: 15px 0 0 12px;
	   display: flex;
	   align-items: center;
    }
	#header .inner img:first-child{
		width: 30%;
	}
	#header .inner img:nth-child(2){
		width: 70%;
   		margin-left: 20%;
	}
    .tab{
        width: 85%;
    padding: 5px 1px 0 0;
    }
    .number_area a {
        font-size: 26px;
        width:90%;
        left: 10%;
    }
	#header {
		height: 72px;
		top: 0;
	}
	.inner{
		width: 95%;
		margin: 90px 12px 0 12px;
	}
	.number_area img {
	    width: 100% !important;
	}
}


/*スライダー*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin:25px auto 0;
}
.slick-slide img {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
    height:auto;
}
.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
.slick-list {
    overflow: inherit;
}

/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    display: none!important;
}
.slick-next {/*次へ矢印の位置と形状*/
    display: none!important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
    margin:0 5px;
}
.slick-prev:before, .slick-next:before{
    color: #3eb9f4;
    font-size: 40px;
}
ul {
    padding-inline-start: 0px;
}
.voice-sli{
        padding: 2% 0;
        overflow-x: hidden;
}
.slide_contents {
    box-shadow: 10px 15px 10px rgb(0 0 0 / 20%);
    max-width: 650px;
    margin-bottom: 30px;
    background: #fff;
}
.voice-sli-frx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 2% 5% 3%;
}
.voice-sli-txt{
    width: 75%;
}
.voice-sli-txt2 {
    margin-bottom: 1%;
    color: #fff;
    background: #174588;
    border-radius: 50px;
    padding: 5px 15px;
    width: 40%;
    text-align: center;
}
.voice-sli-txt3{
    margin-bottom: 1%;
    font-size: 22px;
    font-weight: bold;
    color: #174588;
}
.voice-sli-txt4{
    margin-bottom: 1%;
    font-size: 22px;
    font-weight: bold;
    color: #174588;
}
.voice-sli-img{
    width: 25%;
}
.slide_contents2 {
    padding: 2% 0 3%;
    background-color: #ddf3ff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.voice-sli-tit {
    padding: 0 5%;
    font-weight: bold;
    font-size: 24px;
    color: #3eb9f4;
    text-align: center;
    position: relative;
    margin-top: 2%;
}
.voice-sli-tit img {
    width: 50px;
    margin-right: 20px;
}
.voice-sli-img2{
    width: 20%;
    margin-right: 3%;
}
@media screen and (max-width: 756px){
    .slide_contents {
    max-width: 280px;
}
.cta-inner{
	display: inherit;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    margin: 10px auto 0;
    padding-bottom: 0;
}
.cta-inner img{
    margin-bottom:3%;
}
}
.cta_txt{
        width: 80%;
    max-width: 1000px;
    padding: 2% 0 1%;
}
@media screen and (max-width: 756px){
    .cta_txt{
        width: 100%;
}
.readmore-label {
    font-size: 0.6em;
}
}
.lity-container {
    overflow: scroll;
    overflow: hidden;
}
.lity-image img {
    max-height: inherit!important;
    max-width: 900px;
}
.movie {
    margin: auto;
    padding: 4% 12%;
    display: flex;
    align-items: center;
}

.movie_l {
  width: 38%;
  margin-right: 5%;
  align-items: center;
}
.movie_r {
  width: 55%;
}
.movie iframe{
    border-radius: 20px;
    width: 100%;
    /* max-width: 650px; */
    height: 23.25vw;
}
.movie img {
  vertical-align: middle;
}
@media screen and (max-width: 756px){
   .movie iframe{
    height: 50.8vw;
}
.movie {
    display: block;
    padding: 8% 5%;
}
.movie_r {
    width: 100%;
    margin-bottom: -50px;
}
.movie_l {
    width: 77%;
    margin: 6% auto 4%;
}
}
.fvcta{
        margin-bottom: 3%;
    border-bottom: solid 2px #3b58c6;
    padding-bottom: 1%;
}
.fvcta p{
   text-align:center;
   font-size: 1.4em;
   color:#3b58c6;
   border-bottom:2px #3b58c6 solid;
   margin-bottom: 1.5%;
}
@media screen and (max-width: 756px){
   .fvcta .mt5{
    margin:0;
    margin-bottom: 5%;
}
.fvcta p {
    font-size: 1.1em;
    margin-bottom: 5%;
    text-align:center;
}
#flyin {
    background: #fff;
}
#flyin p {
    line-height: 0.5;
}
.sp_cta {
    display:flex;
    padding: 0 1% 1%;
    background-color: rgba(255,255,255,0.65);
}
.sp_cta a{
    margin: 1%;
}
}


/*大事な広告運用、その代理店に任せて本当に大丈夫？*/
/*矢印背景*/

.bg-arrow {
    position: relative;
    margin: 0 0 125px;
    padding: 10px 0;
    background: #f6f6f6;
}
.bg-arrow > div {
    position: relative;
    z-index: 2;
    min-height: 500px;
}

.bg-arrow:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    border-style: solid;
}

.bg-arrow:after {
    bottom: 0;
    margin-bottom: -4.8vw;
    border-color: #f6f6f6 transparent transparent;
    border-width: 5vw 50vw 0;
}
.wrapper {
    width: 65%;
    margin: 5% auto;
    }
    
.wrapper_small {
    width: 55%;
    margin: 5% auto;
    }


.mb1 {
  margin-bottom: 1%;
}
.mbmm {
    margin-bottom: -1%!important;
  }

@media screen and (max-width: 756px){
.wrapper {
    width: 92%;
    margin: 12% auto;
}
.bg-arrow {
    margin: 0 0 16vw;
}

.bg-arrow:after {
    margin-bottom: -10.8vw;
    border-width: 11vw 50vw 0;
}
}


/*一般的な広告代理店との違い*/
.difference {
  background-color: #eaeef8;
  padding: 2% 0;
}

/*qa*/
.qa {
    background-color: #eaeef8;
    padding: 5%;
}
.qa .ttl {
    max-width: 460px;
    width: 70%;
    margin: 3% auto;
}
.accordion-container {
  margin: 50px auto 0;
  max-width: 800px;
  width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 20px 70px;
    position: relative;
    border-radius: 15px;
    color: #00197d;
}

.accordion-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/q.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 23px;
    left: 30px;
}

.accordion-title:after {
  content: "";
    position: absolute;
    top: 45%;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #034b7d;
}

.accordion-title.open:after {
  transform: rotate(-180deg);
  top: 28%;
}

.accordion-text {
  padding: 20px 30px;
  display: none;
}

@media screen and (max-width: 756px){
.accordion-text {
    padding: 20px 0;
    display: none;
    margin-left: 20px;
}
.qa {
    padding: 12% 5%;
}
}


/*230921　キャンペーン*/
/* .cam_pc {
  background: url("../img/cam02_bg_pc.jpg") no-repeat bottom;
  text-align: center;
  background-size: cover;
  position: relative;
  padding-top: 3%;
  margin-bottom: 3%;
}

.cam_pc img {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
} */

.tv{
    margin: 0 auto;
    background-image: url(../img/tv_back_top.png),url(../img/tv_back_under.png);
    background-position: left bottom,left top;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    background-color: #d2e4f8;
    text-align: center;
}
.tv img{
    margin-bottom: 3%;
}

@media screen and (max-width: 756px){
    .tv img{
        margin-bottom: 0;
    }
    }
    

@media screen and (max-width: 756px){
.strength_bg_movie {
  display:none;
}
    }

/* privacy_detail.html */
#priv .section .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
}
#priv h2 {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
#priv h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: bold;
    text-align: left;
}
#priv p {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
}
#priv #footer .copyright{
    margin-top: 0;
    text-align: center;
}
@media screen and (max-width:760px){
    #priv #footer .copyright{
        font-size: 10px;
    }
    #priv .section .inner {
        width: 90%;
        padding: 13% 0;
    }
}
#priv .inner .table_first, #priv .inner .table_second {
    width: 100%;
    border-collapse: collapse;
    margin: 15px auto;
    font-size: 16px; 
}
.table_second th{
    width: 35%;
}
.table_first th, .table_first td, .table_second th, .table_second td {
    border: 1px solid #000;
    vertical-align: middle;
    padding: 8px 0;
}
.ttl {
    font-weight: bold;
}
.table_first th, .table_second th{
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
#priv .profile .table_first .row_blend {
    width: 3%;
}
#priv .profile .sign {
    text-align: right;
}