@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEE;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
	font-size: 16px	
}
@media screen and (max-width: 800px) {
body {
font-size: 14px;
}
}


video{
	border: 1px #bfbfbf solid;
}


/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,235,12) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,235,12) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,235,12) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,235,12) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,235,12) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}




#btn_box{
display: flex;
justify-content: space-between;
margin: 10px 0 40px 0px;
}

@media screen and (max-width: 800px) {
#btn_box{
display:block;
margin: 10px 0 40px 0px;
}
}

.btn-square-pop {
  position: relative;
    display: block;
    padding: 0.5em 0.5em 0.65em 0.5em;
    text-decoration: none;
    color: #FFF !important;
    background: #fd9535;
    border-bottom: solid 5px #d27d00;
    border-radius: 5px;
    /* box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%); */
    font-weight: bold;
    text-align: center;
    margin: 40px auto 35px auto;
    font-size: 22px;
    width: 80%;
	transition: ease-in-out 0.3s;
}


@media screen and (max-width: 800px) {
.btn-square-pop {
width: 100%;
font-size: 18px;
}
}

.btn-square-pop span{
position: relative;
padding-left: 39px;
}
.btn-square-pop span::before{
position: absolute;
	content:"";
	background-image: url("../img/arrow-right-solid.svg");
	background-repeat: no-repeat;
	width: 26px;
    height: 24px;
    top: 6px;
    left: 12px;
}


@media screen and (max-width: 800px) {
.btn-square-pop span::before{
width: 26px;
    height: 24px;
    top: 3px;
    left: 7px;
}
}

.btn-square-pop:hover{
opacity: 0.7
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.top_btn{
   background: #1387BF;
    width: 49%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 48px;
    font-weight: 500;
    position: relative;
    line-height: 43px;
    transition: ease-in-out 0.3s;
    border-radius: 3px;
    border-bottom: solid 4px #106189;
}

@media screen and (max-width: 800px) {
.top_btn{
width: 100%;
margin-bottom: 10px
}
}

.top_btn::before{
position: absolute;
	content:"";
	background-image: url("../img/arrow-down-solid.svg");
	background-repeat: no-repeat;
	width: 26px;
    height: 24px;
    top: 11px;
    left: 12px;
}
.top_btn a{
color:#fff;
text-decoration: none;
position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 
}
.top_btn:hover{
opacity: 0.7
}
.sitsumon_title{
font-size: 22px;
font-weight: 700;
text-align: center
}
.sitsumon_title span{
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.sitsumon_title span::before{
	position: absolute;
	content:"";
	background-image: url("../img/mobile-alt-solid.svg");
	background-repeat: no-repeat;
	width: 26px;
    height: 24px;
	top: 6px;
    left: 0;
}

.mail{

}
.mail span{
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

.mail span::before{
	position: absolute;
	content:"";
	background-image: url("../img/envelope-solid.svg");
	background-repeat: no-repeat;
	width: 20px;
    height: 20px;
	top: 3px;
    left: 0;
}


.time{
font-size: 16px;
margin-bottom: 10px
}
.sitsumon_box{
background: #fff;
border: 2px #1387BF solid;
border-radius: 6px;
padding: 20px;
margin: 20px 0 40px 0 !important
}

.satsuei_list{
margin: 30px 0;
background-color: #eaf5fd;
border-radius: 6px;
padding: 22px;
}

@media screen and (max-width: 800px) {
.satsuei_list{
margin: 30px 0;
padding: 14px;
}
}

.obi{
    background: #8bc3ea;
    color: #fff;
    padding: 0 4px 1px 4px;
}
@media screen and (max-width: 800px) {
.obi{
    padding: 0 4px 0px 4px;
	line-height: 2em;
}
}

.satsuei_list li{
	position: relative
}
ul.satsuei_list li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}

ul.satsuei_list li::before{
	position: absolute;
	content:"";
	background-image: url("../img/check_box.svg");
	background-repeat: no-repeat;
	width: 16px;
    height: 14px;
	top: 6px;
    left: 0;
}

.mini{
font-size: 14px;
margin-top:5px !important
}
.attention{
	color: red;
	text-align: center;
	font-weight: 700
}
.attention span{
	position: relative;
	padding-left: 15px;
}
.attention span::before{
	position: absolute;
	content:'';
	background: url("../img/attention.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	left: -11px;
    top: 3px;
}

.border{
	border-top: 1px #989898 dashed;
	margin: 35px 0
}

.yakusoku_title{
	border-radius: 3px 3px 0 0;
	background: #1387BF;
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 10px 0 12px 0;
	font-weight: 700
}

#sub_title{
	font-size: 18px !important;
	font-weight: 500 !important;
	text-align: center;
	line-height: 1.4em !important
}
@media screen and (max-width: 800px) {
#sub_title{
	font-size: 16px !important;
}
}

.mb{
margin-bottom: 20px !important
}
.movie_title{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px 0;
	color: #1387BF;
}

.setsumei_center{
text-align: center;
margin-top: 16px !important
}
@media screen and (max-width: 800px) {
.setsumei_center img{
width: 100%
}
}

.attention_title {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-bottom: 10px !important
}
.attention_title span{
	position: relative;
	padding-left: 15px;
}
.attention_title span::before{
	position: absolute;
	content:'';
	background: url("../img/attention.svg");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	left: -11px;
    top: 6px;
}

li,ul{
	list-style: none;
}

#container_inline{
	padding: 35px 20px
}
@media screen and (max-width: 800px) {
#container_inline{
	padding: 25px 10px
}		
}


.dai{
	position: absolute;
	right: 32px;
    top: -61px;
}

.yoko{
	position: absolute;
	right: -7px;
    top: 9px;
}

@media screen and (max-width: 800px) {
.dai{
	position: inherit;
	text-align: center;
	margin-left: -33px !important;
}
.yoko{
	position: inherit;
	text-align: center;
	margin-left: -33px !important;
}
}


ul.check_list  li.yoko_list::before{
	top: 38px;
    left: 0;
}


.yoko_list{
	padding: 30px 0
}


@media screen and (max-width: 800px) {
ul.check_list  li.yoko_list::before{
	top: 8px;
    left: 0;
}
.yoko_list{
	padding: 0
}
}



.check_list li{
	position: relative
}
ul.check_list li{
	position: relative;
	padding-left: 26px;
	margin-bottom: 20px;
}

ul.check_list li::before{
	position: absolute;
	content:"";
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	width: 16px;
    height: 14px;
	top: 8px;
    left: 0;
}


.sp{
display: none
}
@media screen and (max-width: 800px) {
.sp{
display: inline
}
}
