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

#new-rec {
	width:750px;
	margin:0 auto;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.smart { display: none !important; }

.pc_img { width:100%; }


.message h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 30px;
}

.message p {
   font-size: 16px
}

.name {
  text-align: right;　font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold;　font-size: 30px;
}



	
/******** header ********/

header {
	margin: 0 auto 20px auto;
}

.menu-btn {
    position: fixed;
    top: 20px;
    right: 25px;
    display: flex;
    height: 65px;
    width: 65px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #32995f;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00754ceb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 50%;/*メニューを画面内へ*/
}

h1.reclogo {
	background: url(/new-rec/img/rec-logo.png) no-repeat;
	background-position: 50% 20%;
	background-size: 70%;
	margin-right:1%;
	width: 30%;
	height: 90px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
h1.reclogo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
h1.reclogo > a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #119051;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}


/******** footer ********/
.jadma{
		background-color: #f6f1eb;
		width: 100%;
		margin: 0 auto;
}

.jadma-text p{
	text-align: center;
}

.jadma-img{
	margin-top:25px;
	padding-top: 8px;
	text-align: center;

}
.jadma-text{
	font-size: 10px;
	padding:0 0 4px 0;
}

footer {
	padding: 20px;
	margin-top: 0px;
	text-align: center;
	font-size: 12px;
	background-color: #f6f1eb;

}

footer p.f_icon{
	display: inline-block;
	margin:  0 8px;
}
footer a {
	color: #474646;
	text-decoration: underline;	
}
footer a:before{
	content:"";
	width: 10px;
	height: 16px;
	margin: 4px;
	background:  url(/img/arrow.png) no-repeat;
	background-size: contain;
	display: none;
	vertical-align: middle;
}
footer {
	color: #000;
}

footer span {
	color: #1c1c1c;
	font-weight: bold;
	line-height:20px;
}


	
/******** pagetop ********/
.pagetop {
position: fixed;
bottom: -60px;
right: 12px;
width: 40px;
z-index: 10;
	filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
}
.pagetop img {
	width: 95%;
}
.vision-btn img	{
	vertical-align: bottom; /*隙間をなくす指定*/
	}	


	
.qa_rc h3 {
   padding: 8px 8px;
   background: #f6f1eb;
   margin-bottom: 7px;
   font-weight: bold;
   font-size: 16px;
}		
	
.qa_rc {
    margin: 0% 5% 0% 5%; 
	line-height: 1.8em;
}
.question {
    margin: 0% 5% 0% 5%; 
	line-height: 1.8em;
}

.qa_rc h3 p {
    padding-left: 40px;
}

.qa_rc h3 img {
    width: 40px; 
	padding-right: 5px;
	vertical-align: middle;
}


.message h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 21px; margin: 0% 6% 0% 6%; line-height: 1.8em; text-align:center;
}



.message h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 36px; margin: 0% 6% 5% 6%; line-height: 1.8em; text-align:center;
}

.message p {    text-align: center;
   font-size: 20px; margin: 0% 6% 0% 6%; line-height: 2.0em; 
}

.topmessage h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 35px; margin: 1% 6% 3% 6%; line-height: 1.8em;
}



.topname {
   font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 20px; margin: 0% 6% 0% 6%; line-height: 1.8em; text-align: right;
}


.text1 h2 {
   font-size: 20px; margin: 0% 5% 2% 5%; font-weight: bold;　
}		
	
.text1 p {
   font-size: 18px; margin: 0% 5% 0% 5%; line-height: 1.8em;　
}	

.text1 h3 {
   font-size: 20px; margin: 0% 5% 2% 5%; font-weight: bold; text-align: center;
}
	
.text1 h4 {
   font-size: 20px; margin: 0% 5% 2% 5%; font-weight: bold;
}	
	
.text2 h4 {
   font-size: 15px; margin: 0% 5% 0% 5%; font-weight: 600; color: #32995f;
	   
}		



/* smartphone */
@media (max-width: 600px) {
	
.pc { display: none !important; }
.smart { display: block !important; }	
	
#container {
    width: 100%;
    margin: 0 auto;
}
	

#new-rec {
    width: 100%;
    margin-left: 0;
    float: none;
    display: block;
}

img {
    max-width: 100%;
    height: auto!important;
    width /***/: auto;
}

.topmessage h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 21px; margin: 0% 6% 0% 8%; line-height: 1.8em;
}

.topmessage p {
   font-size: 15px; margin: 0% 6% 0% 8%; line-height: 2.0em;
}

.topname {
  font-size: 18px; text-align: right;　font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; margin: 0% 5% 0% 5%; 
}

.message h3 {
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","Sawarabi Mincho", Meiryo, serif;
	font-weight: bold; font-size: 21px; margin: 0% 6% 0% 6%; line-height: 1.8em; 
}

.message p {    text-align: center;
   font-size: 15px; margin: 0% 6% 0% 6%; line-height: 1.9em; 
}

.text1 h2 {
   font-size: 18px; margin: 0% 5% 2% 5%; font-weight: bold;　
}		
	
.text1 p {
   font-size: 15px; margin: 0% 5% 0% 5%; line-height: 1.8em;　
}	

.text1 h3 {
   font-size: 16px; margin: 0% 5% 2% 5%; font-weight: bold; text-align: center;
}
	
.text1 h4 {
   font-size: 15px; margin: 0% 5% 2% 5%; font-weight: bold;
}	
	
.text2 h4 {
   font-size: 15px; margin: 0% 5% 0% 5%; font-weight: 600; color: #32995f;
	   
}		
h1.reclogo {
	background: url(/new-rec/img/rec-logo.png) no-repeat;
	background-position: 50% 20%;
	background-size: 92%;
	margin-right:1%;
	width: 70%;
	height: 70px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
h1.reclogo a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
h1.reclogo > a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #119051;
	font-size: 10px;
	line-height: 2;
	font-weight: bold;
}	
/******** 新header ********/

header {
	margin: 0 auto 20px auto;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #32995f;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00754ceb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}	
}