/*
Theme Name: carenation
Theme URI: https://knowledge.carenation.jp
Description: carenation記事
Version: 1.0
Author: carenation
Author URI: https://knowledge.carenation.jp
*/



body{
	line-height:28px;
	font-size:15px;
}


/********************************************
 * nav_header_footer
 ********************************************/



#logo {
	float: left;
	width: 300px;
}
#logo img {
	height: auto;
	width: 100%;
}

header {
	padding-top: 10px;
	padding-bottom: 10px;
}
header h1 {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
}

#pc_nav{
	
    display: none!important;
}
#pc_nav li {
	box-sizing:border-box;
    display: inline-block;
}
#pc_nav li:last-child {
	border-right: 1px solid #FFFFFF;
}
#pc_nav a {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
}

#pc_nav .current_page_item a,
#pc_nav .current-menu-item a,
#pc_nav a:hover{
	color: #FFA200;
}



#totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	display: inline;
	font-size: 30px;
}
#totop a {
	display: inline-block;
	text-decoration: none;
	height: 38px;
	width: 45px;
	text-align: center;
	background: #333333;
	padding-top: 7px;    /* safari hack */
	-webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
#totop a:after {
	color: #FFFFFF;
	content: "\f126";
	font-family: Ionicons;
	font-size:16px;
}
#totop a:hover {
	background: #FFA200;
} 

/********************************************
 * toppage
 ********************************************/
 
.cont01{
	width: 90%;
	margin:0 auto;
}
.cont02{
	width: 90%;
	margin:0 auto;
}
.cont03{
	width: 90%;
	margin:0 auto;
}
.co_p {
	padding-top: 70px;
	padding-bottom: 70px;
}
.co_p2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.co_p3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.co_t {
	padding-top: 60px;
}
.co_t2 {
	padding-top: 40px;
}

.space{
	padding-top: 30px;
}



.sp_none{
	display:none;
}

#mainbg {
    background-image: url(images/mainbg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.maintxt1 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 30px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.mainbox h2 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.maintxt1 p {
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.maintxt1 span {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}
.contxt {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    padding-right: 52%;
}
.contxt h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contactbox {
    position: relative;
}
.conbg {
    width: 49%;
    position: absolute;
    padding: 20px;
    top: 100px;
    right: 0px;
    box-sizing: border-box;
}
.conbtn a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #FFFFFF;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px;
    padding-left: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-right: 20px;
    background:#ff9c00 url(images/arrow1.png) no-repeat 95% center;
    background-size: 50px;
    font-weight: bold;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.conbtn a:hover{
    background:#ff7200 url(images/arrow1.png) no-repeat 95% center;
    background-size: 50px;
}
.titleh2 {
    text-align: center;
}
.titleh2 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.titleh2 span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.hdbtn a,
.btn1 a{
    background-color: #FFA200;
    color: #FFFFFF;
    display: block;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    font-weight: bold;
    border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
    text-align: center;
    -webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.hdbtn a{
    float: right;
    margin-right: 50px;
}
.btn1 a{
    width: 270px;
    margin:  0 auto;
}
.hdbtn a:hover,
.btn1 a:hover{
    background-color: #ff7200;
}

.newslist li {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.date {
    color: #888888;
    width: 100px;
    float: left;
}
.cate {
    width: 100px;
    float: left;
}
.cate span,
.cate a{
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #FFA200;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

}
.titleh3 {
    padding-left: 200px;
}
.titleh3 a {
    color: #333333;
}
#check {
    background: url(images/bg1.png) no-repeat center top;
    background-size: 90%;
}
.checklist ul {
    margin-bottom: 30px;
}
.checklist li {
    width: 90%;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 60px;
    padding-bottom: 15px;
    vertical-align: top;
    margin: 10px auto;
    text-align: left;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #555555;
}

.checklist span {
    background:linear-gradient(transparent 60%, #fce5b1 60%);
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

#about {
    position: relative;
}
.arrow1 {
    padding-top: 20px;
    width: 85px;
    height: 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -43px;
    margin-right: auto;
    position: absolute;
    top: -43px;
    left: 50%;
    background-color: #92C221;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 0px;
    border-radius: 50%;
}
.arrow1 img {
    width: 45px;
    height: 45px;
}
.pointbox ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}
.pointbox li {
    width: 46%;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: 60px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    position: relative;
    background: #ffffff;
}
.point {
    background-color: #92C221;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: -35px;
    left: 50%;
    top: -35px;
    border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.pointtxt   {
    padding: 20px;
}
.pointtxt h3  {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: bold;
}
.point span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-top: 11px;
}



#accordion {
	width:100%;
	margin-top: 20px;
}
#accordion dt {
	cursor:pointer;
	padding:10px 15px 10px 35px;
	font-size:18px;
    line-height: 34px;
	background: url(images/arrows2.png) no-repeat left 11px;
	font-weight: 600;
    margin-top: 20px;
}
#accordion dt:hover {
	color: #8fc31f;
}
#accordion dd{
	display:none;
	margin:0;
	padding:10px 15px 20px;
}
#accordion dt.active{
	background: url(images/arrows1.png) no-repeat left 11px;
}
#accordion dt.over {
}
.planbox1 {
    border: 4px solid #707070;
}
.planbox2 {
    
}
.planbox1 h3,
.planbox2 h3{
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.planbox1 h3{
    background-color: #707070;
}
.planbox2 h3{
    background-color: #ffa200;
}
.inner1 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.table1,
.table2{
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.table2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.table1 th,
.table2 th{
    background-color: #E8E8E8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-weight: 500;
}
.table2 th{
    width: 30%;
}
.wid1 {
    width: 30%;
}
.table1 td,
.table2 td{
    padding: 15px 20px;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    font-weight: 500;
}
.table1 td{
    vertical-align: top;
    font-weight: bold;
}
.planlist {
    margin-top: 40px;
}
.planlist ul {
	
}
.planlist li {
	width: 90%;
    margin: 40px auto 0px;
    border: 4px solid #ffa200;
    box-sizing: border-box;
}

.planbox2 h4 {
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.voicepost ul {
	
}
.voicepost li {
	background: #FFFFFF;
	width: 90%;
	box-sizing: border-box;
	padding: 25px;
	vertical-align: top;
	margin: 15px auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.postimg1{
	width: 180px;
    height: 180px;
    position: relative;
	overflow: hidden;
    border-radius: 50%;
    float: left;
}
.postimg2{
	width: 250px;
    height: 250px;
    position: relative;
	overflow: hidden;
    border-radius: 50%;
    float: left;
}
.voicetxt1 {
    margin-left: 220px;
    padding-top: 10px;
}
.stafftxt1 {
    margin-left: 300px;
    padding-top: 10px;
}
.voicetxt1 h3,
.stafftxt1 h3{
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
}
.voicetxt1 h4 {
    padding-top: 20px;
    color: #FFA200;
    font-size: 18px;
    font-weight: bold;
}
.faqpost dt {
    color: #FFA200;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    margin-bottom: 5px;
    position: relative;
}
.faqpost dt::before {
    color: #ffffff;
    background: #FFA200;
    content: 'Q';
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
.faqpost dd {
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}
.faqpost dd::before {
    color: #FFA200;
    border: 2px solid #FFA200;
    box-sizing: border-box;
    content: 'A';
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
.line1 {
    border-top: 1px solid #DDDDDD;
}
.stafftxt1 dt {
    display: inline-block;
    color: #92C221;
    vertical-align: middle;
}
.stafftxt1 dl {
    font-weight: bold;
    margin-top: 20px;
}
.staffpost li {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.staffpost li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.stafftxt1 dd {
    vertical-align: middle;
    display: inline-block;
    padding-right: 20px;
}
.conbox {
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 4px solid #FF9C00;
    padding: 40px;
}
.contactform {
    margin-top: 40px;
}
.contactform dt  {
    width: 200px;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    padding-left: 0px;
    text-align: right;
}
.contactform dd  {
    margin-left: 200px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn04 {
    margin-top: 20px;
}
footer{
   text-align: center;
}
.ft_info {
    display: inline-block;
    text-align: left;
}
#ft_nav {
}
#ft_nav li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    background: url(images/icon1.png) no-repeat left center;
    background-size: 15px;
}


#copyright {
    font-size: 14px;
    color: #B6B6B6;
    padding-top: 20px;
    text-align: center;
}
.sns {
    padding-top: 20px;
    padding-bottom: 20px;
}
#topnews,
#plan{
    margin-top: 50px;
}

#voice,
#contact{
    padding-top: 50px;
}

.mainclm{
    float: left;
    width: 70%;
}
.sideclm{
    float: right;
    width: 25%;
}

.titleh3_2,
.widget_title{
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    border-bottom: 5px solid #ffa200;
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.widget li a{
    border-bottom: 1px solid #dddddd;
    display: block;
    color: #888888;
    padding: 12px;
}

.widget{
    margin-bottom: 30px;
}
.postbtn {
    border-top: 1px solid #DDDDDD;
    padding-top: 40px;
}
.singlebox{
    padding-top: 30px;
    padding-bottom: 40px;
}
.leftbtn{
    float: left;
    font-weight: 500;
}
.rightbtn{
    float: right;
    font-weight: 500;
}
@media screen and (max-width: 1280px) {

}