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

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

.fl {
    float: left;
}
.clear {
    clear: both;
}
strong {
	font-weight: bold;
	font-size: inherit;
}
.head {
    width:1000px;
    margin: 0 auto;
}  

h2,h3,h4,h5,h6 {
	text-align: center;
}


h2{
	font-size:3.3rem;
    line-height: 1.6em;
	padding-bottom: 20px;
}

h3{
	font-size:2.6rem;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
h4 {
	font-size:2.2rem;
    line-height: 1.6em;
}
h5 {
	font-size:1.8rem;
    line-height: 1.6em;
}
h6 {
	font-size:1.4rem;
    line-height: 1.6em;
}




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

small {
	font-size:1.4rem;
}


.fs2 {
    font-size: 2em!important;
}

.fs15 {
    font-size: 1.5em!important;
}
.fs12 {
	font-size: 1.2em!important;
}
.fs10 {
	font-size: 1.0em;
}

.red{
	color: #ff0000;
    font-size: inherit;
}

span.red{
	color: #ff0000;
    font-size: inherit;
}

.blue {
	font-size:inherit;
	color: #0a1e78;
}

span.blue{
	color: #154EFF;
    font-size: inherit;
}
.dblue {
	color: #0a1e78;
    font-size: inherit;
}


span.yel{
	color: #ffd532;
	font-size:4.5rem;
}





.blue_box {
    background-color: #DCE8FD;
    padding: 2%;
}
.bg_purple {
    background-color: #F7ECF4;
    padding: 2%;
	border-radius: 30px;    
}
.bg_pblue {
    background-color: #ebf1fb;
    padding: 2%;
	border-radius: 30px;   
}
.bg_aliceblue {
    background-color: aliceblue;
    padding: 2%;
}




.linear_orange {
      background: linear-gradient(transparent 75%, #ffce5b 75%);
}
.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 {
    margin: 0 auto;
    width: 90%;
}
.thought dt {
    font-size: 1.8em;
    line-height: 2em;
    font-weight: bold;
}
.thought dd {
    font-size: 1.4em;
    line-height: 2em;
    list-style: square;
}

.consultation {
    margin: 0 auto;
    width: 90%;
}

.consultation dt {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 2em;
}

.consultation dd {
	font-size: 1.4em;
	line-height: 2em;
}





.guest  {
  background-color: #f7f5f7;
  border-radius: 10px;
  padding: 30px 20px 15px;
}


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

}






.p20 {
	padding-top: 20px;
	padding-bottom: 20px;	
}








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;
}

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




.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;
}

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


div.main-b-colwrap{
	display: flex;
	justify-content: space-around;
}


.greeting_photo {
	width:23%;
}
.greeting_text {
	width:73%;
}
.reason_number {
	width:23%;
}
.reason_text {
	width:75%;
}





div.main-b-wrap{
	background-color:#f5f5f5;
	padding: 50px 0;
    margin-bottom: 2%;
}
div.s-ov-title{
	background-image: url(design/mat/gaiyougurade-100.jpg);
	background-repeat: repeat-x;
}
div.s-ov-title h2{
	color: #fff;
	padding:35px;
	font-size:3rem;
	text-shadow: 1px 1px 3px #9e9e9e;
	-webkit-text-shadow: 1px 1px 3px #9e9e9e;
	-moz-text-shadow: 1px 1px 3px #9e9e9e;
	-o-text-shadow: 1px 1px 3px #9e9e9e;
	-ms-text-shadow: 1px 1px 3px #9e9e9e;
}



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

.fr {
  float:right;
  margin-left:20px;
  margin-bottom:10px;
  width:300px;	
}
.fl {
  float:left;
  margin-right:20px;
  margin-bottom:10px;
  width:250px;	
}




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

.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%);
}


.difference {
	width: 95%;
	margin: 0 auto;
	border: 1px #c0c0c0 solid;
	border-spacing: 0;
}

.difference th,
.difference td {
	font-size: 1.7em;
	line-height: 1.8em;
	padding:20px 10px;
	border: 1px #c0c0c0 solid;
}
.iceblue {
	background: #F1FCFD;

}

.tdw23 {
	width: 23%;
}
.answer {
	padding: 5px;
	width:90%;
	margin: 0 auto;
}
.answer li {
	font-size: 1.8em;
	line-height: 2em;
	list-style:decimal;
	margin-left: 1em;
}
.recommend {
	padding: 4%;
	border: #ccc solid 2px;
	border-radius: 30px;
	margin-bottom: 40px;
}
.recommend li {
	font-size: 1.3em;
	line-height: 2.0em;
	list-style:none;
	margin-left: 1em;
}





.mensai li {
  font-size: 13px;
  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.8em;   
}
.sign {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 2.6em;
  line-height: 1.4em;

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

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

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










.btn,
a.btn,
button.btn {
  font-size: 3.6rem;
  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;
}





 




@media screen and (min-width: 769px) {	
.pc { display: block !important; }
.sp { display: none !important; }    
.space {
    height: 40px;
}
    

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








@media screen and (max-width: 768px) {	
.pc { display: none !important; }
.sp { display: block !important; }   
.space {
    height: 10px;
}
    
 .head {
    width:100%;
    margin: 0 auto;
}   
.title_re {
	background-image: url(design/mat/bg_top_fb.jpg) ;
    background-size: 100%;
}   
    
    
	h1,
	div.main-ans-sec,
	div.main-thr-sec,
	div.main-b-title {
		width:100%;
		padding:0px 30px 0px;
		margin:0 auto;
	}
	a.button{
		width:680px;
		height:120px;
		border-radius:8px;
	}
	a.button span{
		font-size:3.8rem;
	}
    .fs2 {
    font-size: 2.0em;
}
    .fs15 {
    font-size: 1.5em;
}
    
    
}
    
    
    
    
    
@media screen and (max-width: 460px) {
	*{
		letter-spacing: 0px;
	}

    .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;
		padding-bottom: 10px;
	}

	h3{
		font-size:1.5rem;
		margin-bottom: 5px;
		padding:10px 0;
	}
	.ren{
		padding-bottom: 10px;
	}
	p{
		font-size:1.2rem;
	}
	
.fr {
	float: none;
	}	
.fl {
	float: none;
	}	
	
	
	
	
	span.yel{
		font-size:2.4rem;
	}
	a.button span{
		font-size:1.6rem;
	}
	div.main-top-but{
		margin-top:40px;
	}
    
.prf_photo {
	float: none;
		
}   
.fs2 {
    font-size: 2em!important;
}
.fs15 {
    font-size: 1.5em!important;
}
	
	
.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  line-height: 1.5;

}
h4 {
	font-size:1.4rem;
    line-height: 1.6em;
}
.thought li {
    font-size: 1.5em;
    line-height: 2em;
}
.consultation dt {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
}

.consultation dd {
	font-size: 1.2em;
	line-height: 1.8em;
}
	
.thought {
    width: 95%;
}
.thought dt {
    font-size: 1.6em;
    line-height: 2em;
}
.thought dd {
    font-size: 1.2em;
    line-height: 2em;
    list-style:disc;
}	
	
	
	
	
	
div.main-b-wrap{
	padding: 20px 0;
    margin-bottom: 2%;
}
	
	
div.main-b div.main-b-wrap{
	padding:20px 0;
}
	
a.btn-border-shadow {
  padding: calc(2.0rem - 10px) 1.2rem 2.0rem;
}
.sp_w60	{
	max-width: 60%;
	margin: 0 auto;
}
	
	
	
	
	
	a.button{
		width:280px;
		height:60px;
		border-radius:8px;
	}	

	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;
	}


	
.difference th,
.difference td {
	font-size: 1.3em;
	line-height: 1.8em;
	padding:10px 5px;
}
.tdw23 {
	width: auto;
	}	
.answer {
	padding: 3px;
	width:95%;
}
.answer li {
	font-size: 1.3em;
	margin-left: 1em;
}
.recommend {
	padding: 4%;
	background: none;
	margin-bottom: 20px;
}
.recommend li {
	font-size: 1.2em;
	margin-left: 0.2em;
}
	
	
	

/* 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.4rem;
    margin-top: 5px;
}  
.sign {
	padding-bottom: 0.2em;
	font-size: 2.0em;
}	


	
	
	
	
	
.prftext {
    font-size: 1.4em;
}    
.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;
    
}

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

	
	
	
	
}
    
    
    
