@charset "UTF-8";

/*共通*/
p {
    line-height: 1.6;
    word-wrap: break-word;
	font-size: 18px;
}
@media screen and (max-width:640px){
p {
	font-size: 16px;
}
}

#wrapper {
    padding: 0;
    overflow: hidden;
    color: #333;
    background: #fff6ad;
}

.contents{
/*    width: 750px;*/
    margin: 0 auto; 
}

a:link {
    color: #ff6c00;
    text-decoration: underline;
}

.pc_ds{
    display: block;
}

.pc_ds2{
    display: inline;
}

.sp_ds{
    display: none;
}

.w100{
    width:100%;
}
.w80{
    width:80%;
    margin: 0 auto;
}
.w65{
    width:65%;
    margin: 0 auto;
}

img{
    width: 100%;
}

/*テキスト*/
h2{
    margin: 100px 0 40px;
}

h3 {
    font-size: 45px;
    padding: 4%;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    background-color: #f26425;
	color: #fff;
}

.comment {
    font-size: 26px;
    font-weight: bold;
}

.tex_sm{
    font-size: 70%; 
}

.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fff600 0%)repeat scroll 0 0;
}
.bgY{
	background-color: #ffdf30;
}
.red {
	color: red;
	font-weight: bold;
}

/*margin*/
.mt10{
    margin-top: 10px; 
}
.mt20{
    margin-top: 20px; 
}
.mt30{
    margin-top: 30px; 
}
.mt40{
    margin-top: 40px; 
}
.mb10{
    margin-bottom: 10px; 
}
.mb20{
    margin-bottom: 20px; 
}
.mb30{
    margin-bottom: 30px; 
}
.mb40{
    margin-bottom: 40px; 
}


/*ポジション*/
.rel{
    position: relative;
}

.abs{
    position: absolute;
}

/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*追従ナビ*/
.floating{
	position: fixed;
	z-index: 99999;
	bottom: 0;
	background: linear-gradient( 90deg , rgba(108,199,1,1) 0%, rgba(0,176,31,1) 100%);
	width: 100%;
	display: none;
}

.floating .wrap{
	margin: 0 auto;
}

.nav img:hover {
	opacity: 0.7 ;
}


.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 7px 0 2px;
	max-width:800px;
    margin: 0 auto;
}

.nav img{
	width: 100%;
}

.tui-end{
    padding-bottom: 6%;
}

@media screen and (max-width:767px){
.floating .btn-anc{
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
}

.nav{
    padding: 7px 2px 2px;
}	
.comment {
    font-size: 1.2em;
    font-weight: bold;
}
}


/*mv*/
.mv{
    margin: 0 auto 60px;   
}

.mv img.mv_a{
    max-width: 1100px;
    width: 100%;
}

.mv img.mv_b{
    max-width: 2000px;
    margin: 0 ;
}

/*cta_btn*/
.cta_btn{
    max-width: 1050px;
    margin: 70px auto -120px;
}

.cta_btn img{
    width: 100%;
	height: 100%;
}
.cta_btn .btn .mail{
	width: 98%;
}

@media screen and (min-width:640px){
.cta_btn .btn {
	display: flex;
	align-items: flex-end;
	top: -16rem;
	margin-left: 3.4vw;
}
	.cta_btn .btn .mail {
		margin: 0 5px;
	}
	.cta_btn{
    margin: 10px auto -200px;
}
}
@media screen and (max-width:640px){
	.cta_btn .btn .mail {
		margin-top: 5px;
		width: 88%;
	}
}


@media screen and (max-width:1300px){
.mv img.mv_a{
    width: 90%;
}
.mv img.mv_b{
    margin: 1% auto 7%;
}
}

/*お問い合わせ*/
.contact {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    padding: 1% 0;
    background-color: #fffedd;
    color: #000;
    max-width: 1100px;
    margin: 1% auto;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*目次*/
.ttl_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 40px;
}
.ttl_contents li {
    width: calc(33% - 1.5%);
    margin-bottom: 20px;
}
.contact_btn {
    display: flex;
    justify-content: space-between;
}
.contact_btn a {
    width: calc(50% - 1%);
}
.abs_cta_btn_tel {
    position: absolute;
    width: 12%;
    right: -4%;
    top: -10%;
}
.abs_cta_btn_tel2 {
    position: absolute;
    width: 20%;
    right: -1%;
    top: -24%;
}
.contact_btn a {
    margin-bottom: 10px;
    display: block;
}
h2#contents01 {
    margin-top: 30px;
}

/*悩み*/
.consultation{
    padding: 70px 0;
}

.contents_wrapper {
    width: 960px;
    margin: 0 auto;
}
.trouble_bg {
    padding-top: 50px;
    background-image: url("../img/trouble_bg.png");
    background-size: cover;
}
.step_ma {
    margin: 40px 0 50px;
}

/*ba*/
.ba{
    position:relative;
}

.pro {
    position: absolute;
    left: 26%;
    top: -5%;
    width: 46%;
}
.ba p.tyuu {
    font-size: 90%;
    text-align: right;
    font-weight: 100;
    margin: 10px auto 0;
    max-width: 800px;
    padding: 0 15px;
}


/*お客様の声*/
.uservoice{
    text-align: center;
    padding: 0 0 5% 0;  
}
.uservoice_ttl {
    width: 550px;
    margin: 0 auto;
    padding: 100px 0 30px;
}


/*スライダー部分*/
/*1*/
/*.slick01 .slide_contents{
    background-color: #fff;
    padding: 3%;*/
    /*border-radius:10px;*/
/*    max-width: 85%;
    box-shadow: 5px 5px 6px #d5d4b9;
}*/

.slick01 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 15px;
}

.slick01 .slide_icon{
    background-color: #4eccc2;
    padding: 5px 10px;
    color: #fff;
    display: table;
    font-weight: bold;
    border-radius: 5px;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
    color: #f37236;
}

.slick01 .slick-next:before {
    content: '▶';
}

.slick01 .slick-prev:before {
    content: '◀';
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 0;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40%;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*2*/
.slick02 .slide_contents{
/*    padding: 2%;*/
    max-width: 80vw;
}

.slick02 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 3.5vw;
}

.slick02 .slide_icon{
    background-color: #4eccc2;
    padding: 5px 10px;
    color: #fff;
    display: table;
    font-weight: bold;
}

.slick02 .slick-prev:before, .slick02 .slick-next:before {
    color: #f26425;
}

.slick02 .slick-next:before {
    content: '▶';
}

.slick02 .slick-prev:before {
    content: '◀';
}

.slick02 .slick-next {
    right: 1vw;
}

.slick02 .slick-prev{
    left: 1vw;
}

.slick02 .slick-prev, .slick02 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


/*スライダー共通*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #767410;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #767410;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 40px;
}

.slick01 .slick-list {
  overflow: visible;
}

/*他社比較*/
/*.comparison {
    width: 50%;
    margin: 0 auto;
}*/

.ba_bg{
    padding: 5% 2%;
    background-image: url(../img/ba_bg.png);
    background-size: cover;
}

/*お問い合わせフォーム*/
.content-area{
/*    margin: 8% 2%;*/
    background-color: #fff;
}

.content-area h3{
    margin-bottom: 5%;
}

.content-main {
    max-width: 800px;
    margin: 0 auto;
}
#content {
    margin: 0 2%;
    padding-bottom: 10%;
}

/*----------タブレット------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
.cta_btn {
    width: 60%;
    margin: 4vw auto 3vw;
}
.contents_wrapper {
    width: 85%;
    margin: 0 auto;
}
.w65 {
    width: 85%;
    margin: 0 auto;
}
.trouble_bg {
    padding-top: 4vw;
}
}
@media screen and (max-width: 768px) {
.ttl_contents {
    padding: 6vw 0 3vw;
}
h2 {
    margin: 7vw 0 3vw;
}
.uservoice_ttl {
    width: 50%;
    margin: 0 auto;
    padding: 8vw 0 3vw;
}
.consultation {
    padding: 5vw 0;
}
.comment {
    font-size: 1.2em;
    font-weight: bold;
}
.step_ma {
    margin: 4vw 0 4vw;
}
h3 {
    font-size: 2.5em;
}
}



/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.contents{
    width: 100%;
    padding: 0 5px; 
}

.sp_ds{
    display: block;
}

.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

.contents_wrapper {
    width: 92%;
}

.w80{
    width:100%;
}

.step_ma {
    margin: 7vw 0 8vw;
}

/*テキスト*/
h2{
    margin: 8vw 0 4vw;
}
h3 {
    font-size: 7vw;
    padding: 8%;
}

/*mv*/
.mv{
    margin: 0 auto 10px;   
}

.mv img{
    width: 100%;
}

/*cta_btn*/
.cta_btn{
    width: 90%;
    margin: 5vw auto -42vw;
}

/*目次*/
.ttl_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8vw 0 0;
}
.ttl_contents li {
    width: calc(50% - 1%);
    margin-bottom: 2vw;
}
.contact_btn {
    text-align: center;
    margin: 30px 0;
    display: block;
}
.abs_cta_btn_tel {
    position: absolute;
    width: 12%;
    right: -2%;
    top: -10%;
}

/*お問い合わせ*/
.contact {
    padding: 3% 0;
    font-size: 5vw;
    line-height: 1.2;
    margin: 0;
}
.contact_btn a {
    width: inherit;
}
.contact2{
    padding: 3% 0;
}

.contact2 img{
    width: 45vw;
}

.ma{
    width: 100%;
}



/*悩み*/
.consultation{
    padding: 0% 2% 10%;
}

.consultation_img{
    padding: 0 5px;
}

.consultation_img img{
    margin: 0 0 3px;
    width: 100%;
}

.consultation_img div {
    width: calc(97% / 2);
    padding: 0 2px;
}
.trouble_bg {
    padding-top: 1vw;
}

/*ba*/
.ba{
    padding: 0;
}

.pro{
   width: 80%;
    left: 9%;
}

.ba p.tyuu {
    padding: 0 5px;
}
/*他社比較*/
.comparison{
    padding: 0 0 3%;
    text-align: center;
    width: 100%;
}


/*お客様の声*/
.uservoice_ttl {
    width: 86%;
    padding: 13vw 0 3vw;
}


/*スライダー*/
.slick01 .slide_contents p{
    margin: 2% 1%;
    font-size: 4vw;
}

.sliderArea {
    padding: 0 5px;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 5vw;
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 1vw;
}

.slick02 .slide_contents p.re{
    text-align: right;  
}

.section .slick-dots li button:before {
    font-size: 10px;
    line-height: 40px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45vw;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
}


/*追従バナー220512*/
#follow_cta{
    background-color: #e2e2e2;
    bottom: 0;
    position: fixed;
    width: 100%;
	padding: 20px;
}

.btn_rel_pc_ds {
	display: flex;
	width: 100%;
    align-items: center;
    justify-content: center;
	gap: 0 2%; /* 余白 */
	
}
.btn_rel_pc_ds img{
	/*display:block;*/
    width: 18vw;
}
.btn_rel_sp_ds {
	display: none;
}

@media screen and (max-width:767px){
	#follow_cta{
	padding: 0;
}
	.btn_rel_sp_ds {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 2%; /* 余白 */
		padding: 10px;
	}
	.sp_ds_footer {
		width: 60vw;
	}
	.sp_ds_mail_footer {
		width: 16vw;
	}
	.btn_rel_pc_ds {
		display: none;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.btn_rel_pc_ds img{
		 width: 30vw;
	}
}


/*追従*/
.tui-end{
    padding-bottom: 50px;
}

.tel_ic_pc .tel{
    line-height:0;
}
.tel_btn{
        margin: 5px 0 10px;
}

@media screen and (max-width:767px){
.tel_btn{
    width:90%;
}
.step_img {
    width: 90%;
    padding: 5%;
    margin: auto;
}
.tui-end{
    padding-bottom: 11%;
}
}

/*-------------Q&A-------------*/
section.qa {
	padding-bottom: 1em;
  margin-bottom: 2em;
}
.cp_qa {
	margin: 2em 1em 1em 1em;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	background: #f26425;
	border: 2px solid #ef7600;
	color: #fff;
	border-radius: 10px;
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	color: #fff;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.85em 0 0 -1em;
	padding: 0;
	color: #ef7600;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	background: #fff;
	border: 2px solid #f26425;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@media screen and (max-width:640px){
	.cp_qa .cp_actab label::after {
	font-size: 1.2em;
		display: flex;
	top: 0;
  bottom: 0;
  margin: auto;
}
}
@media screen and (min-width:640px){
	.reason .contents_wrapper {
		display: flex; 
	}
	.reason_detail {
		width: 24%;
		margin: 20px 5px 0; 
	}
	.fv {
    background-image: url("../img/fv_bg.png");
    background-position: center;
    max-width: 1920px;
    margin: auto;
}
	.w100 {
		max-width: 1400px;
		margin: auto;
	}
	.bar-bottom{
		padding-bottom: 60px;
	}
	.attention .ttl {
		background-image: url("../img/attention_ttl_bg.png");
		background-size: cover;
		background-position: center;
    	max-width: 1920px;
    	margin: auto;
	}
	.attention .detail {
		background-image: url("../img/atention_detail_bg.png");
		
	}
	.attention .detail02 img {
		max-width: 1050px;
		padding: 70px 0 120px;
	}
	.pc_ttl{
		background-color: #f37236;
	}
	.pc_ttl img{
		max-width: 1400px;
		margin: auto;
	}
	.plan .contents_wrapper{
		max-width: 750px;
		margin: 25px auto 70px;
		
	}
	.reason_detail P{
	border: 3.2px solid #f37336;
	height: 380px;
}
	.icon img {
	width: 30%;
	top: -6rem;
	position: relative;
	right: -9rem;
	}
	.cp_qa{
		max-width: 800px;
		margin: 30px auto 60px;
	}
	.cp_qa .cp_actab {
		font-size: 1rem;
}
	.flow .contents_wrapper{
		max-width: 800px;
		margin: 40px auto 80px;
	}
	.flow .contents_wrapper img{
		margin-bottom: 20px;
	}
}
.bar-top{
		padding-top: 30px;
	}
.reason_detail P{
	border-top: none;
	background-color: #fff6ad;
	padding: 3%;
}

@media screen and (max-width:767px){
	.cta_btn .btn{
		top: -57vw;
		width: 90%;
		margin-left: 9%;
	}
	.cta_btn .btn a:last-child{
		width: 88%;
	}
	.bar-bottom{
		padding-bottom: 30px;
	}
	.bar-top{
		padding-top: 30px;
	}
	.plan figure{
		margin: 10px 8px 50px 8px;
	}
    .plan .contents_wrapper{
        margin-top: -30px;
    }
	.reason_detail P{
		border: 2px solid #f37336;
		border-top: none;
	}
	.reason .icon img {
		top: -20vw;
		position: relative;
		right: 2vw;
		width: 20%;
	}
	.reason .icon {
		text-align: right;
	}
	.reason_detail {
		margin-bottom: -14vw;
	}
	.reason .contents_wrapper {
		margin-top: 15px;
	}
	.flow .contents_wrapper {
		margin-top: 15px;
	}
	.flow .contents_wrapper p{
		margin-bottom: 15px;
	}
	.flow {
		margin-bottom: 50px;
	}
	.uservoice .section {
		padding: 10px 0 30px;
	}
	.area figure{
		margin-top: 15px;
	}
    .area {
        background-color: #fff;
        margin-top: -30px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.cta_btn .btn{
		top: -14vw;
		width: 90%;
		margin-left: 7%;
	}
	.cta_btn {
    width: 60%;
    margin: -3vw auto -13vw;
	}
	.cp_qa {
    max-width: 600px;
	}
	.attention .detail02 img {
    max-width: 750px;
	}
	.reason_detail P {
    height: 500px;
	}
	.icon img {
    top: -5rem;
    right: -6rem;
}
}
	.pay p,.uservoice p,.area p {
		margin: 3% 2%;
		text-align: center;
		font-weight: bold;
	}

.reason,.area,.pay {
	background-color: #fff;
	padding-bottom: 50px;
}

.outline{
    padding-bottom: 5%;
}
.outline h1 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid black;
    margin-bottom: 2%;
    padding-bottom: 2%;
}
.outline p {
    font-size: 15px;
    margin-bottom: 2%;
}
.outline div {
    margin: auto;
    width: 80%;
    max-width: 800px;
    background-color: #eef9ff;
    border-radius: 10px;
    padding: 3%;
}
@media screen and (max-width:768px){
    .outline div {
        margin: 0 auto 5%;
        width: 88%;
    }
    .outline p {
        font-size: 12px;
        line-height: 1.4;
    }
    .outline h1 {
        padding-top: 4%;
    }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  width: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

@media screen and (min-width:768px) {
    .modal-container:before{
      height: 100%;
    }
    .modal-content {
    width: 50%;
    margin: 0 auto;
    }
    .modal-close {
    top: -26px;
    right: 244px;
    width: 40px;
    height: 40px;
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    }
}
@media screen and (min-width:768px) and (max-width:1126px){
    .modal-container:before {
        height: 14%;
    }
    .modal-close {
        right: 22%;

    }
}