*{
	font-size:14px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -1px;
}
img{
	max-width: 100%;
}


.clear {
    clear: both;
}

.head {
    width:1000px;
    margin: 0 auto;
}  
h1,h2,h3,h4,h5 {
	font-weight: bold;
}

h2{
	font-size:3.0rem;
	text-align: center;
    line-height: 1.6em;
}
div.blue h2{
	color: #0a1e78;
}

h3{
	font-size:2.6rem;
	text-align: center;
	color: #0a1e78;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
h4 {
	font-size:2.0rem;
	text-align: center;
    line-height: 1.6em;
}
h5 {
	font-size:1.8rem;
	text-align: center;
    line-height: 1.6em;
	padding-bottom: 20px;
}
h6 {
	font-size:1.4rem;
}



.col h2{
	font-size:3rem;
	color: #0a1e78;
	text-align: left;
}

p{
	font-size:1.4rem;
    line-height: 1.8em;
    text-indent: 1em;
    padding-bottom:1em;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.bold {
	font-weight: bold;
}
strong {
	font-size: inherit;
}
small {
	font-size:0.8em;
	font-weight: normal;
}
.fs15 {
    font-size: 1.5em!important;
}
.fs2 {
    font-size: 2em!important;
}

.fs5 {
    font-size: 3.8em;
}
.fs08 {
	font-size: 0.8em!important;
}


span.red{
	color: #ff0000;
    font-size: inherit;
}
span.yel{
	color: #ffd532;
	font-size:4.5rem;
}
span.blue{
	color: #0a1e78;
    font-size: inherit;
}
span.tar {
	color: #0074be;
	font-size: inherit;
}
.box_lightblue {
    background-color: #f2f8ff;
    padding: 2%;
	border-radius: 30px;
}
.blue_box {
    background-color: #DCE8FD;
    padding: 2%;
}
.bg_purple {
    background-color: #e5c2dc;
    padding: 2%;
    
}
.bg_pblue {
    background-color: #ebf1fb;
    padding: 2%;
	border-radius: 30px;
    
}
.linear_orange {
      background: linear-gradient(transparent 75%, #ffce5b 75%);
	font-size: inherit;
}
.linear_blue {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #cce5ff 0%);
	font-size: inherit;
}

.linear_yellow {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffffbc 0%);
	font-size: inherit;
}
.linear_pink {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%);
	font-size: inherit;
}






.thought li {
    font-size: 1.4em;
    line-height: 2em;
    list-style:none;
	margin-left: 2em;
}

.before {
	color:#555;
}
.after {
	color: lightseagreen;
}









.right {
    text-align: right;
}

.sign {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 1.6em;

}

a.button{
	display: flex;
	justify-content:space-around;
	align-items: center;
	width:840px;
	height:160px;
	border-radius:16px;
	background-color:#66cc00;
	text-decoration: none;
	margin:0 auto;
	box-shadow: 3px 3px 5px 0px #888888 ;
	-webkit-box-shadow: 3px 3px 5px 0px #888888 ;
	-moz-box-shadow: 3px 3px 5px 0px #888888 ;
	-o-box-shadow: 3px 3px 5px 0px #888888 ;
	-ms-box-shadow: 3px 3px 5px 0px #888888 ;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
a.button:active{
	transform: translateX(2px) translateY(2px) translateZ(0px);
	-webkit-transform: translateX(2px) translateY(2px) translateZ(0px);
	box-shadow: 0px 0px 0px 0px #888888 ;
	-webkit-box-shadow: 0px 0px 0px 0px #888888 ;
	-moz-box-shadow: 0px 0px 0px 0px #888888 ;
	-o-box-shadow: 0px 0px 0px 0px #888888 ;
	-ms-box-shadow: 0px 0px 0px 0px #888888 ;
}
a.button:hover{
	opacity: 0.9;
	cursor: pointer;
}
a.button span{
	font-size:4.8rem;
	font-weight: bold;
	color:#fff;
}
.pb20 {
	padding-bottom:20px;
}

.main-b-wrap{
	padding:40px 0;
    margin-bottom: 2%;
}

div.main-b-wrap{
	padding:40px 0;
	background-color:#f5f5f5;
}
.bg_purple {
	background-color: #b69ab7;
}
.bg_turquoise {
	background-color: #1E9190;
}
.bg_mint {
	background-color:#00BAB4;
}




.title-wrap{
	background: url(design/top_bg.png) center no-repeat;
}
div.title-top{
	height:120px;
	display: flex;
	align-items: center;
	justify-content:center;
}
div.main-top-title{
	text-align: center;
}
div.main-top-title p{
	margin:20px auto;
}

h1,
.container {
	width:1100px;
	padding:0px 20px 0px;
	margin:0 auto;
}


.registration {
  background-color: #000033;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 3%;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
    font-size: 2em;
}
.inputText {
    font-size: 1.5em;
}


.prf_photo {
  float:right;
  margin-left:20px;
  margin-bottom:10px;
  width:280px;	
}

.fade {
  height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%);
}

.box_step1 {
	font-size: 2em;
	color:#000;
	background-color:#ECECEC;	
	padding: 2%;
	
}
.box_step2 {
	font-size: 2em;
	color:white;
	background-color:none;
	padding: 2%;
	
}
.box_step3 {
	font-size: 2em;
	color:#333;
	background-color:#d3ecf4;
	padding: 2%;
	
}
.step_text li {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-left:2em;
}



.mensai li {
  font-size: 14px;
  text-align: left;
  line-height: 1.8em;
  list-style: none;
  color: white;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}


.col-lg-9 {
  width: 75%;
    float: left;
}
.col-lg-3 {
  width: 25%;
    float: left;
}
.textleft {
 text-align: left;
}
.prftext {
 font-size: 1.2em;   
}
.prfsign {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 2.6em;

}

.qa dt {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 1.4em;
}
.qa dd {
	font-size: 1.3em;
}


#copyrights {
  text-align: center;
  background: #222;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}

#copyrights p {
  margin: 0 0 5px 0;
  font-size: 1.3em;
}

.foot_link a {
	color: white;
	text-decoration: none;
}
.foot_link a:hover {
	color: aquamarine;
}










.btn,
a.btn,
button.btn {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 1.5rem;
}

a.btn-border-shadow {
  padding: calc(2.0rem - 12px) 4rem 2.0rem;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(2.0rem - 12px) 4rem;
	cursor: pointer;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}

/*動く矢印ここから*/
.cp_arrows {
  position: relative;
  display: flex;
  height: 100px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #E91E63;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
/*動く矢印ここまで*/


.value {
	width: 95%;
	margin: 0 auto;
}


.value li {
	font-size: 1.8em;
	line-height: 1.8em;
	list-style: none;
}

.arrow-bottom {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  border-bottom: 6px solid #555;
  border-right: 6px solid #555;
  transform: rotate(45deg);
}









 




@media screen and (min-width: 769px) {	
.pc { display: block !important; }
.sp { display: none !important; }    
.space {
    height: 40px;
}
p{
	font-size:1.4rem;
    line-height: 1.8em;
    text-indent: 1em;
    padding-bottom:0.5em;
}
.fl {
    float: left;
	padding-right: 20px;
}

.fr {
    float: right;
}
	
.btn_entry {
	max-width:100%;
	padding: 0 100px;
}	
    
.pc_half  {
    width: 49%;
    margin: 0 auto;
    float: left;
    padding: 1%;
    
}
	.w60 {
		width: 60%;
	}
	
.pl25 {	
	padding-left:25px;
}	
	
.w30 {
	width: 30%;
	padding: 2%;
}

.thought {
    margin: 0 auto;
	padding-left: 200px;
	

}
.w100 {
	padding: 0;
}	
	
	
	
}








@media screen and (max-width: 768px) {	
.pc { display: none !important; }
.sp { display: block !important; }  
	
.space {
    height: 15px;
}
    
  .head {
    width:100%;
    margin: 0 auto;
}   
    
	h1 {
		width:100%;
		padding:0px 10px 0px;
		margin:0 auto;
	}
	a.button{
		width:680px;
		height:120px;
		border-radius:8px;
	}
	a.button span{
		font-size:3.8rem;
	}

    .fs5 {
    font-size: 2em;
}
.w30 {
	width: 50%;
	padding: 2%;
}
.value li {
	font-size: 1.2em;
	line-height: 1.8em;
	list-style: none;
}	
.btn_entry {
	margin: 0 auto;
}	
.step_text li {
	font-size: 1.3em;
	line-height: 1.8em;
	margin-left:1.2em;
}	
.btn_entry {
	max-width:100%;
	padding: 0;
}		
	
	
	
	
	
	
	
}
    
    
    
    
    
@media screen and (max-width: 460px) {

		
	
    .container {
       width: 100%;
       padding: 0px 10px 0px;
    }
    img {
        max-width: 100%;
    }
    
	img.pc{
		display: none;
	}
	img.sp{
		display: inline-block;
	}
	h2{
		font-size:1.8rem;

	}
	h2 span{
		font-size:1.8rem;
	}

	h3{
		font-size:1.6rem;
		letter-spacing: -1px;
		margin-bottom: 5px;
	}
h4 {
	font-size:1.5rem;
    line-height: 1.6em;
}
	
h5 {
	font-size:1.4rem;
	padding-bottom: 5px;

}		
small {
	font-size:1.0rem;
}
	
	.ren{
		padding-bottom: 10px;
	}
	div.main-ans-sec h2{
		letter-spacing:-1px;
	}
	p{
		font-size:1.2rem;
	}

	a.button span{
		font-size:1.2rem;
	}
	div.s-ov-title h2{
		font-size:1.8rem;
		padding:20px 0;
	}
	div.main-top-but{
		margin-top:40px;
	}
    
.prf_photo {
	float: none;
		
}   
.fs2 {
    font-size: 1.5em!important;
}
.btn,
a.btn,
button.btn {
  font-size: 2.0rem;
  line-height: 1.5;

}
	
.main-b-wrap{
	padding:20px 0;
}	
	
.thought {
    margin: 0 auto;
    width: 95%;
}
	
.thought li {
    font-size: 1.3em;
	margin-left: 0.5em;
}



.moviedetail {
    margin: 0 auto;
    width: 95%;
}
	
.moviedetail li {
    font-size: 1.3em;
    line-height: 2em;
	margin-left: 0.5em;
}

.moviedetail dt {
	font-size: 1.3em;
    line-height: 2em;
	font-weight: bold;
}
.moviedetail dd {
	font-size: 1.3em;
    line-height: 2em;
    list-style:none;
}
	
	
	
	
	
	
.recommend {
    margin: 0 auto;
    width: 95%;
}
.recommend li {
    font-size: 1.3em;
    line-height: 1.8em;
    list-style:disc;
	margin-left: 0.5em;
}
	
	
a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 0.8rem 0.8rem;
}
.sp_w60	{
	max-width: 60%;
	margin: 0 auto;
}
	
	
	
	
	
	a.button{
		width:280px;
		height:60px;
		border-radius:8px;
	}	
	div.main-wh,
	div.main-ans,
	div.main-thr{
		margin:40px auto;
        width: 100%;
	}
	div.main-wh-colwrap .col:nth-child(1),
	div.thr-colwrap .col:nth-child(1),
	div.main-b-colwrap .col:nth-child(1){
		width:40%;
		margin:0 auto;
	}

	
	
	
	
	
	
	

/* add　css */
.greeting_photo {
	width:70%;
    margin: 0 auto;
}
.greeting_text {
	width:95%;
}
.reason_number {
	width:35%;
/*    margin: 0 auto;
*/}
.reason_text {
	width:95%;
}

.btn_entry {
    width: 90%;
    }
 
    
label {
    font-size: 1.4em;
}    
.mensai li {
  font-size: 12px;
}
.effect5 li {
    font-size: 1.6em;
    line-height: 2em;
    list-style: decimal;
}
.voice ul li .comment {
    font-size: 20px;
    line-height: 1.4;
}    
.voice ul li .name {
    font-size: 1.3rem;
    margin-top: 3px;
} 
	
.prfsign {
  font-size: 2.0em;

}
	
	
.prftext {
    font-size: 1.3em;
}    
.prf60 {
    width:60%;
    margin: 0 auto;
}
.prf45 {
    width:45%;
    margin: 0 auto;
}

.sp-text-center {
        text-align: center;
    }
    
    
.container-efp p{
  color: white;
  font-size: 14px;
}


.foot_link a {
	color: white;
 	 font-size: 14px;
	}





.col-xs-12 {
  width: 100%;
    float: none;
    
}
    
}
    
    
    
