@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.m_slide_area{
	position:absolute;
	left: 0;
	top:0;
	width: 100%;
}
.m_slide_area .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.m_img::before,
.m_slide_area .slide::before{
	padding-top:732px;
	content: "";
	display: block;
}
.m_slide_area .slide1 {background-image: url(../images/top/m_img1@2x.jpg);}
.m_slide_area .slide2 {background-image: url(../images/top/m_img2@2x.jpg);}
.m_slide_area .slide3 {background-image: url(../images/top/m_img3@2x.jpg);}
.m_slide_area .slide4 {background-image: url(../images/top/m_img4@2x.jpg);}

.m_slide_area .m_copy {
	position:absolute;
	top: 50.5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 923px;
	width:65%;
	z-index: 55;
}
.m_slide_area .slide2{
    position: relative;
}
.m_slide_area .slide2 .m_copy_icon{
    position: absolute;
    bottom: 130px;
    right: 50px;
}
/* ドット */
.m_slide_area .slick-dots {
	position: absolute;
	bottom: 44px;
    padding: 0;
	right: 0;
	left: 0;
    display: block;
    width: 120px;
	margin: 0 auto;
	line-height: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    z-index: 55;
}
.m_slide_area .slick-dots li {
    position: relative;
    width: 8px;
    height:8px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.m_slide_area .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width:8px;
    height:8px;
	border-radius: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	padding: 0;
	margin: 0;
    background:#8a95a1;
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	transition: background-color 1.0s;
}
.m_slide_area .slick-dots li button:hover,
.m_slide_area .slick-dots li button:focus,
.m_slide_area .slick-dots li.slick-active button {
    outline: none;
    background:#4c8db4;
}

@-webkit-keyframes mslideAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(00%);
	}
	30% {opacity: 0;}
	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@-moz-keyframes mslideAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(00%);
	}
	30% {opacity: 0;}
	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@-o-keyframes mslideAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(00%);
	}
	30% {opacity: 0;}
	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@-ms-keyframes mslideAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(00%);
	}
	30% {
        opacity: 0;
    }
	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@keyframes mslideAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(00%);
	}
	30% {opacity: 0;}
	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.m_img::before,
.m_slide_area .slide::before{
	padding-top:60%;
}
.m_slide_area .slide2 .m_copy_icon{
    width: 22%;
    bottom: 30%;
    right: 1%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {	
.m_img::before,
.m_slide_area .slide::before{
	padding-top:60%;
}
.m_slide_area .m_copy {
	width: 75%;
	top: 50%;
}
.m_slide_area .slide2 .m_copy_icon{
    width: 20%;
    bottom: 25%;
    right: 1%;
}  
/* ドット */
.m_slide_area .slick-dots {
	bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img::before,
.m_slide_area .slide::before{
    padding-top: 78vw;
}
.m_slide_area .m_copy {
	width:100%;
	top: 45%;
	z-index: 55;
}
.m_slide_area .slide2 .m_copy_icon{
    width: 50%;
    top: 3%;
    bottom: auto;
    right: 1%;
}
.m_slide_area .slide1 {background-image: url(../images/top/m_img1_sp@2x.jpg);}
.m_slide_area .slide2 {background-image: url(../images/top/m_img2_sp@2x.jpg);}
.m_slide_area .slide3 {background-image: url(../images/top/m_img3_sp@2x.jpg);}
.m_slide_area .slide4 {background-image: url(../images/top/m_img4_sp@2x.jpg);}
	
/* ドット */
.m_slide_area .slick-dots {
	bottom:7%;
    width: 120px;
}
.m_slide_area .slick-dots li,.m_slide_area .slick-dots li button {
    width: 8px;
    height: 8px;
}		
}




/*お知らせ
---------------------------------------------------------*/
.m_news{
	position:absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom:100px;
	max-width: 636px;
	box-sizing: border-box;
	width: 94%;
	background: #ffffff;
	border-radius: 50px;
	padding: 15px 20px 15px 35px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 55;
}
.m_news .tbl_box{
	width: 100%;
	display: table;
}
.m_news .title,
.m_news .inbox{
	display:table-cell;
	vertical-align: middle;
}
.m_news .title{
	font-size:130%;
	letter-spacing: 0.1em;
	padding-right:1.3em;
	width: 3.7em;
    border-right: 1px solid #ccccc6;
}
.m_news .inbox{
    position: relative;
    padding-left: 1.8em;
	width:calc(100% - 3.7em);
}
.m_news .inbox::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/btn_gray.svg)no-repeat top right;
    background-size:100% auto;
    width: 29px;
    height: 29px;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    right: 0;
}
.m_news .inbox .ft_trajan,
.m_news .inbox .ft_min{
	float:left;
}
.m_news .inbox .ft_trajan {
    font-size:97%;
    color:#8f8989;
    letter-spacing: 0.1em;
    margin-right: 1.3em;
}
.m_news .inbox .ft_min a{
    font-size:120%;
    letter-spacing: .05em;
    color: #3e738d;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_news{
    width: 60%;
	bottom: 15%;
	padding: 10px 25px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.m_news .title{
	font-size:100%;
    padding-right:1em;
}
.m_news .inbox{
    padding-left: 1em;
}
.m_news .inbox .ft_trajan,
.m_news .inbox .ft_min{
	font-size:1.6vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_news{
	bottom: 17%;
    max-width: 526px;
	width: 90%;
	border-radius: 25px;
	padding: 2.6vw 4% 2.6vw 5%;
}
.m_news .title{
    width: 5em;
	font-size:3vw;
    padding-right:5%;
}
.m_news .inbox{
    width:calc(100% - 5em);
    padding-left:5%;
    text-align: left;
}
.m_news .inbox::before{
    width: 4.5vw;
    height: 4.5vw;
}
.m_news .inbox .ft_trajan,
.m_news .inbox .ft_min{
	float:none;p
    text-align: left;
    line-height: 1.5em;
}
.m_news .inbox .ft_trajan{
    font-size: 2.6vw;
    margin-right: 1em;
    margin-bottom: .1em;
}
.m_news .inbox .ft_min{
    font-size: 3vw;
    letter-spacing: 0.13em;
}
}



/*sp_top_menu
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
.sp_top_menu {
    display: none;
}
}
.sp_top_menu {
	width:94%;
	margin: 7% auto;
}
.sp_top_menu li{
    position: relative;
	float: left;
	width: 49%;
	text-align: left;
    background: #faf7f2;
	padding: 2.8%;
	padding-right: 0;
	border-left: 1px #83abb7 solid;
	box-sizing: border-box;
    margin-bottom: 2%;
    font-feature-settings: "palt";
}
.sp_top_menu li::before{
    position: absolute;
    font-family: 'fontello';
	content: '\e800';
	font-size: 1.8vw;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    color:#bdbdb5;
}
.sp_top_menu li:nth-child(even){
	float: right;
    border-left: 1px #bba165 solid;
}
.sp_top_menu li a{
	display: block;
	font-size: 3.4vw;
	letter-spacing: .05em;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
}





/*重要なお知らせ
---------------------------------------------------------*/
.importantnews {
	border:3px solid #3e738d;
	padding: 30px;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
	box-sizing: border-box;
	text-align: left;
}
.importantnews dt {
	color: #3e738d;
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}
.importantnews .txt_al_r {
	padding-top: 1.5em;
	text-align: right;
}
.importantnews .txt_l{
	font-size:130%;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.importantnews {
	padding: 30px 20px;
	width: 94%;
}
.importantnews dt {
	font-size: 150%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.importantnews {
	padding:5%;
	width: 94%;
	margin-bottom: 10%;
}
.importantnews dt {
	font-size: 5vw;
}
.importantnews .txt_l{
	font-size:4.5vw;
	margin-bottom: 0.5em;
}
}





/* corona
---------------------------------------------------------*/
.corona{
	width: 90%;
	max-width: 950px;
	padding: 21px 0 18px;
	margin: 0 auto 70px auto;
	border: 1px solid #ac4f4e;
	background:#fff;
}
.corona.hassei{
	border: 1px solid #3e738d;
	margin: 0 auto 70px auto;
}
.corona .open_btn p:first-child{
	font-weight: bold;
	margin-bottom: .1em;
	color:#ac4f4e;
}
.corona.hassei .open_btn p:first-child{
	color:#3e738d;
}
.corona .open_btn{
	line-height: 1.5em;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: .25em;
	text-align: center;
	cursor: pointer;
}
.corona .open_btn span{
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: 100;
	color:rgba(62,58,57,0.80)
}

.corona .open_btn .txt_open {
	display: block;	/* 初期表示 */
}
.corona .open_btn .txt_close {
	display: none;	/* 初期表示 */
}
.corona .open_btn.active .txt_open {
	display: none;	/* 質問表示時 */
}
.corona .open_btn.active .txt_close {
	display: block;	/* 質問表示時 */
}
.corona .corona_inbox .index{
	font-size:110%;
	letter-spacing: 0.15em;
	color:#ac4f4e;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.corona .corona_inbox {
	padding: 3% 5% 2.5%;
	text-align: left !important;
	display: none;	/* 初期表示 */
}
/*.corona .corona_inbox .box1{
	padding-bottom: 2.5em;
	margin-bottom: 2.5em;
	border-bottom: 1px solid rgba(62,58,57,0.50);
}*/
.corona .corona_inbox .list_indent > li{
	text-indent:-1em;
	padding-left: 1em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
.corona .corona_inbox .list_indent > li:last-child{
	margin-bottom: 0;
}
.corona .corona_inbox .list_number > li{
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	position: relative;
}
.corona .corona_inbox .list_number > li:last-child{
	margin-bottom: 0;
}
.corona .corona_inbox .list_number > li span{
	position: absolute;
	left: 0;
	top: 0;
}
.corona strong{
	color:#ac4f4e;}
.corona.hassei strong{
	color:#46463F;}
/*.corona .corona_inbox .hassei_list > li{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(62,58,57,0.50);
}
.corona .corona_inbox .hassei_list > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}*/
.corona .corona_inbox .hassei_list > li dt{
	text-align: center;
	font-weight: bold;
	font-size:120%;
	margin-bottom: 1em;
	color:#3e738d;}
.corona .corona_inbox .txt_l{
	font-size:110%;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.corona_img{
	text-align: center;
	margin: 20px auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.corona{
	padding: 2.5% 0 2.2%;
	margin-top: 4%;
	margin-bottom: 8%;
}
.corona.hassei{
	margin: 0 auto 50px auto;
}
.corona .open_btn{
	font-size: 122%;
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.corona{
	width: 90%;
	padding: 3% 0 2.2%;
	margin-top:0;
	margin-bottom: 8%;
}
.corona .open_btn{
	font-size: 4.3vw;
	letter-spacing: 0.2em;
}
.corona .open_btn p:first-child{
	margin-bottom: .1em;
}
.corona .open_btn span{
	font-size: 3vw;
}
.corona .corona_inbox {
	padding-left: 4%;
	padding-right: 4%;
}
.corona .corona_inbox p{
	font-size: 95%;
	line-height: 1.7em;
}
.corona.hassei{
	margin: 0 auto 5% auto;
}
}




/* ぜひご相談ください
---------------------------------------------------------*/
#soudan{
    padding: 0 3%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: left;
    margin-bottom: 100px;
}
#soudan .tit{
    position: relative;
    width: 70%;
    max-width: 804px;
    margin: 0 auto 80px;
}
#soudan .tit::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/soudan_deco@2x.png) no-repeat bottom center;
    background-size:100% auto;
    width: 100%;
    height: 235px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#soudan .soudan_list{
    margin-bottom: -45px;
}
#soudan .soudan_list li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 45px;
}
#soudan .soudan_list li:nth-child(3n){
    margin-right: 0;
}
#soudan .soudan_list li .ft_min{
    position: relative;
    font-size:150%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding-left: 33px;
    margin-left: 27px;
    margin-bottom: 25px;
}
#soudan .soudan_list li .ft_min::before{
    position: absolute;
    display: block;
    content: "";
    background: #aba7a7;
    background: 100% auto;
    width: 1px;
    height: 230%;
    max-height: 175px;
    top:0;
    left: 0;
}
#soudan .soudan_list li .ft_min span{
    font-size:120%;
}
#soudan .soudan_list li:nth-child(odd) .ft_min span{
    color: #3e738d;
}
#soudan .soudan_list li:nth-child(even) .ft_min span{
    color: #557751;
}
#soudan .soudan_list li .btn{
    text-align: right;
    background-image:url(../images/top/soudan_bg1@2x.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size:100% auto;
    padding-top: 5px;
}
#soudan .soudan_list li:nth-child(2) .btn{
    background-image:url(../images/top/soudan_bg2@2x.jpg);}
#soudan .soudan_list li:nth-child(3) .btn{
    background-image:url(../images/top/soudan_bg3@2x.jpg);}
#soudan .soudan_list li:nth-child(4) .btn{
    background-image:url(../images/top/soudan_bg4@2x.jpg);}
#soudan .soudan_list li:nth-child(5) .btn{
    background-image:url(../images/top/soudan_bg5@2x.jpg);}
#soudan .soudan_list li:nth-child(6) .btn{
    background-image:url(../images/top/soudan_bg6@2x.jpg);
}
#soudan .soudan_list li .btn a img{
    width: 68%;
    max-width: 312px;
    margin: auto 0 auto auto;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1450px) {
#soudan{
    margin-bottom: 8%;
}
#soudan .tit{
    margin-bottom: 8%;
}
#soudan .soudan_list li{
    width: 32.333%;
    margin-right: 1.5%;
}
#soudan .soudan_list li .ft_min{
    font-size: 1.8vw;
    padding-left:.8em;
    margin-left:.6em;
    margin-bottom: .8em;
}
#soudan .soudan_list li .ft_min span{
    font-size: 110%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#soudan{
    margin-bottom: 7%;
}
#soudan .tit{
    width: 65%;
    margin-bottom: 8%;
}
#soudan .soudan_list{
    margin-bottom: -5%;
}
#soudan .soudan_list li{
    margin-bottom: 5%;
}
#soudan .soudan_list li .ft_min{
    font-size: 1.6vw;
    padding-left: 5%;
    margin-left: 4%;
    margin-bottom: 6%;
}
#soudan .soudan_list li .ft_min::before{
    height: 200%;
}
#soudan .soudan_list li .btn a img{
    width: 75%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#soudan{
    margin-bottom: 13%;
}
#soudan .tit{
    width:80%;
    margin-bottom: 12%;
    text-align: center;  
}
#soudan .tit::before{
    bottom: -20%;
}
#soudan .soudan_list{
    margin-bottom: -10%;
}
#soudan .soudan_list li{
    width: 94%;
    float: none;
    margin: 0 2% 10% 4%;
}
#soudan .soudan_list li:nth-child(3n){
    margin-right: auto;
}
#soudan .soudan_list li .ft_min{
    font-size: 4.3vw;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding-left: 1.2em;
    margin-left: 1em;
    margin-bottom: .8em;
}
#soudan .soudan_list li .ft_min::before{
    height: 200%;
}
#soudan .soudan_list li .ft_min span{
    font-size:115%;
}
}


/* CONCEPT
---------------------------------------------------------*/
#concept{
    width: 94%;
	padding: 0 3%;
	max-width: 1390px;
	margin: 0 auto 90px;
	text-align: left;
}
#concept .flt_l{
    float: left;
    width: 59%;
    padding-left: 6%;
    box-sizing: border-box;
}
#concept .flt_l .ft_trajan{
    color:#a4924e;
    font-size:170%;
    letter-spacing: 0.15em;
    margin-bottom: 1.3em;
}
#concept .flt_l h3{
    font-size:275%;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    margin-bottom: .7em;
}
#concept .flt_l .txt{
    font-size:120%;
    letter-spacing: .05em;
    line-height: 2em;
    max-width: 620px;
}
#concept .flt_r{
    float: right;
    width: 41%;
    max-width: 580px;
}

/* PC調整1
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1500px) {
#concept .flt_l{
    width: 56%;
    padding-left: 3%;
}
#concept .flt_r{
    width: 41%;
}
#concept .flt_l h3{
    font-size: 2.8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#concept{
    margin-bottom: 7%;
}
#concept .flt_l{
    width: 60%;
    padding-left:0;
}
#concept .flt_l .ft_trajan{
    font-size: 2.3vw;
    margin-bottom: 1em;
}
#concept .flt_l h3{
    font-size:3.3vw;
    letter-spacing: 0.1em;
}
#concept .flt_l .txt{
    font-size: 105%;
    line-height: 2em;
}
#concept .flt_r{
    width: 38%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#concept{
    margin-bottom: 10%;
}
#concept .flt_l{
    float: none;
    width: 100%;
    padding-left: 0;
}
#concept .flt_l .ft_trajan{
    font-size:4.5vw;
    margin-bottom: .8em;
}
#concept .flt_l h3{
    font-size: 5vw;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: .6em;
}
#concept .flt_l .txt{
    font-size: 100%;
    line-height: 1.6em;
}
#concept .flt_r{
    float: none;
    width: 95%;
    margin: 0 auto;
}
}



/* 4つの安心ポイント
---------------------------------------------------------*/
#point{
    position: relative;
    margin-bottom: 80px;
}
#point::before{
    position: absolute;
    display: block;
    content: "";
    background: -moz-linear-gradient(top,  rgba(253,246,224,0.5) 0%, rgba(255,255,255,1) 78%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,246,224,0.5) 0%,rgba(255,255,255,1) 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,246,224,0.5) 0%,rgba(255,255,255,1) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80fdf6e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 309px;
    width: 100%;
    top:0;
    left: 0;
    z-index: 1;
}
#point .bgbox{
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#point .bgbox::before,
#point .bgbox::after{
    position: absolute;
    display: block;
    content: "";
    width: 467px;
}
#point .bgbox::before{
    background: url(../images/top/point_bg1@2x.png) no-repeat top left;
    background-size:100% auto;
    height: 387px;
    top: 80px;
    left: 0;
}
#point .bgbox::after{
    background: url(../images/top/point_bg2@2x.png) no-repeat top right;
    background-size:100% auto;
    height: 428px;
    top:0;
    right: 0;
}
#point .tit{
    width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    padding-top: 85px;
    z-index: 2;
    position: relative;
}

/*point_list*/
#point .point_list {
    overflow: hidden;
}
#point .point_list li{
    position: relative;
    float: left;
    width:48.5%;
    padding-top: 37px;
    margin-bottom: 50px;
    z-index: 2;
    margin-right: 3%;
}
#point .point_list li::after{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/point_shadow@2x.png) no-repeat top left;
    background-size:100% auto;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
}
#point .point_list li:nth-child(even){
    margin-right: 0;
}
#point .point_list li::before{
    position: absolute;
    display: block;
    content: "";
    background-image: url(../images/top/point_no1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size:100% auto;
    width: 279px;
    height: 258px;
    top:0;
    left:0;
    z-index: 2;
}
#point .point_list li:nth-child(2)::before{
    background-image: url(../images/top/point_no2.svg);}
#point .point_list li:nth-child(3)::before{
    background-image: url(../images/top/point_no3.svg);}
#point .point_list li:nth-child(4)::before{
    background-image: url(../images/top/point_no4.svg);}

#point .point_list li .titbox{
    position: relative;
    background:#c8b280;
    padding: 100px 0 43px;
}
#point .point_list li:nth-child(1) .titbox .ft_min{
    width: 50%;
}
#point .point_list li:nth-child(1) .titbox .img{
    position: absolute;
    top: -15px;
    right: -30px;
    width: 46%;
}
#point .point_list li:nth-child(2) .titbox{
    background: url(../images/top/point_img2@2x.png) #83abb7 no-repeat top right;background-size:auto 100%;}
#point .point_list li:nth-child(3) .titbox{
    background: url(../images/top/point_img3@2x.png) #cda2a1 no-repeat top right;background-size:auto 100%;}
#point .point_list li:nth-child(4) .titbox{
    background: url(../images/top/point_img4@2x.png) #95b492 no-repeat top right;background-size:auto 100%;}

#point .point_list li .titbox .ft_min{
    color: #fff;
    padding-left: 40px;
    z-index: 3;
    position: relative;
}
#point .point_list li .titbox .ft_min p,
#point .point_list li .titbox .ft_min h4{
    letter-spacing: 0.05em;
}
#point .point_list li .titbox .ft_min p{
    font-size: 185%;
    line-height: 1.5em;
    margin-bottom: .2em;
}
#point .point_list li .titbox .ft_min h4{
    font-size: 270%;
    font-weight: 300;
    line-height: 1.4em;
}
#point .point_list li .txtbox{
    padding: 40px 40px 50px;
    background: #f9f6f1;
}
#point .point_list li .txtbox .txt{
    font-size:110%;
    letter-spacing: .05em;
}
#point .point_list li .txtbox .com_btn1{
    text-align: center;
    margin-top: 28px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1450px) {
#point{
    margin-bottom: 60px;
}
#point .bgbox::before,
#point .bgbox::after{
    background-size:80% auto;
}
#point .bgbox::before{
    top: 5%;
}
#point .tit{
    padding-top: 7%;
}
    
/*point_list*/
#point .point_list li::before{
    background-size: 20vw auto;
}
#point .point_list li .titbox{
    padding:15% 0 5%;
}
#point .point_list li:nth-child(1) .titbox .ft_min{
    width: 60%;
}
#point .point_list li:nth-child(1) .titbox .img{
    right: -15px;
    width: 37%;
}
#point .point_list li .titbox .ft_min{
    padding-left: 7%;
}
#point .point_list li .titbox .ft_min p{
    font-size: 2.1vw;
}
#point .point_list li .titbox .ft_min h4{
    font-size: 3.1vw;
}
#point .point_list li .txtbox{
    padding: 5% 6% 8%;
}
#point .point_list li .txtbox .com_btn1{
    margin-top: 5%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point{
    margin-bottom: 5%;
}
#point .bgbox::before,
#point .bgbox::after{
    background-size:62% auto;
}
#point .bgbox::before{
    top:0;
}
#point .tit{
    width: 60%;
    margin: 0 auto 6%;
    padding-top: 7%;
}

/*point_list*/
#point .point_list li{
    padding-top: 3%;
    margin-bottom: 4%;
}
#point .point_list li::before{
    background-size:55% auto;
}
#point .point_list li .titbox{
    padding: 13% 0 5%;
}
#point .point_list li:nth-child(1) .titbox .ft_min{
    width: 100%;
}
#point .point_list li:nth-child(1) .titbox .img{
    top: -35px;
    right: -20px;
    width: 43%;
}
#point .point_list li .titbox .ft_min{
    padding: 0 6%;  
}
#point .point_list li .titbox .ft_min p,
#point .point_list li .titbox .ft_min h4{
      letter-spacing: 0.1em;
}
#point .point_list li .titbox .ft_min p{
    font-size: 2vw;
}
#point .point_list li .titbox .ft_min h4{
    font-size:3.2vw;
}
#point .point_list li .txtbox{
    padding: 5% 7% 8%;
}
#point .point_list li .txtbox .txt{
    font-size:100%;
    line-height: 1.8em;
}
#point .point_list li .txtbox .com_btn1{
    width: 85%;
    margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point{
    margin-bottom: 10%;
}
#point .bgbox::before,
#point .bgbox::after{
    background-size:42.5% auto;
}
#point .bgbox::before{
    top: 0;
}
#point .tit{
    width: 80%;
    margin: 0 auto 5%;
    padding-top: 8%;
}

/*point_list*/
#point .point_list li{
    float: none;
    width: 100%;
    padding-top: 5%;
    margin-bottom: 10%;
    margin-right: auto;
}
#point .point_list li:nth-child(even){
    margin-right: auto;
}
#point .point_list li::before{
    background-size: 38vw auto;
}
#point .point_list li:nth-child(3),
#point .point_list li:nth-child(4){
    margin-bottom: 8%;
}
#point .point_list li .titbox{
    padding: 16% 0 5%;
}
#point .point_list li:nth-child(1) .titbox .ft_min{
    width: 60%;
}
#point .point_list li:nth-child(1) .titbox .img{
    top: -4%;
    right: -3%;
    width: 40%;
}
#point .point_list li .titbox .ft_min{
    padding-left: 5%;
}
#point .point_list li .titbox .ft_min p,
#point .point_list li .titbox .ft_min h4{
    letter-spacing: 0.1em;
}
#point .point_list li .titbox .ft_min p{
    font-size: 3.8vw;
    margin-bottom: 0;
}
#point .point_list li .titbox .ft_min h4{
    font-size: 5.8vw;
}
#point .point_list li .txtbox{
    padding: 5% 5% 7%;
}
#point .point_list li .txtbox .txt{
    font-size: 100%;
    line-height: 1.6em;
}
#point .point_list li .txtbox .com_btn1{
    margin-top: 5%;
}
}




/*「お困りごと」「お悩み」はありませんか？
---------------------------------------------------------*/
#nayami .nayami_con{
    background:rgba(74,132,156,0.10);
    padding: 75px 0 80px;
}
#nayami .titbox{
    background: url(../images/top/nayami_bg@2x.jpg) no-repeat top left;
    background-size:100% 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 65px;
    color: #fff;
}
#nayami .titbox .ft_trajan{
    text-align: center;
    padding-top: 95px;
    margin-bottom: 30px;
}
#nayami .titbox .ft_trajan span{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size:170%;
    letter-spacing: 0.15em;
    margin: 0 auto;
    padding: 0 150px;
}
#nayami .titbox .ft_trajan span::before,
#nayami .titbox .ft_trajan span::after{
    position: absolute;
    display: block;
    content: "";
    width: 122px;
    height: 149px;
    bottom: 0;
}
#nayami .titbox .ft_trajan span::before{
    background: url(../images/top/nayami_deco1@2x.png) no-repeat bottom left;
    background-size:100% auto;
    left: 0;
}
#nayami .titbox .ft_trajan span::after{
    background: url(../images/top/nayami_deco2@2x.png) no-repeat bottom right;
    background-size:100% auto;
    right: 0;
}
#nayami .titbox .tit h2,
#nayami .titbox .tit p{
    text-align: center;
}
#nayami .titbox .tit h2{
    font-size: 260%;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: .5em;
}
#nayami .titbox .tit h2 span{
    font-size:110%;
}
#nayami .titbox .tit h2 strong{
    color:#ffff86;
    font-weight: 300;
}
#nayami .titbox .tit p{
    font-size:120%;
    letter-spacing: .05em;
    line-height: 2.1em;
}

/*nayami_list*/
#nayami .nayami_list{
    margin-bottom: -60px;
}
#nayami .nayami_list li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 60px;
    float: left;
}
#nayami .nayami_list li:nth-child(3n){
    margin-right: 0;
}
#nayami .nayami_list li .tit{
    position: relative;
    font-size:170%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
#nayami .nayami_list li .tit::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/nayami_line.svg) no-repeat bottom center;
    background-size:100% auto;
    width: 100%;
    height: 13px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#nayami .nayami_list li .tit span{
    font-size:120%;
    color: #3d87b9;
}
#nayami .nayami_list li .fltbox{
    overflow: hidden;
}
#nayami .nayami_list li .fltbox .img{
    float: left;
    width: 37.5%;
    max-width: 156px;
    margin-right: 8%;
}
#nayami .nayami_list li .fltbox .txt{
    float: left;
    width: 54.5%;
    font-size:110%;
    letter-spacing: .05em;
}
#nayami .nayami_list li .nayami_btn{
    margin-top: 12px;
}
#nayami .nayami_list li.price_list{
    text-align: center;
    padding-top: 15px;
}
#nayami .nayami_list li.price_list p:first-child{
    margin-bottom: 15px;
}

/*nayami_btn*/
#nayami .nayami_btn a{
    display: inline-block;
    width: 100%;
    background:rgba(74,132,156,0.70);
    padding: 12px 2.9em 12px .5em;
    box-sizing: border-box;
    border-radius: 5px;
	font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:132%;
	line-height: 1.3em;
    letter-spacing: 0;
    text-align: right;	
}
#nayami .nayami_btn a span{
	position:relative;
    color:#ffffff;
}
#nayami .nayami_btn a span::after{
	position: absolute;
    display: block;
    content: "";
    background: url(../images/btn_blue.svg) no-repeat top right;
    background-size:100% auto;
    width: 29px;
    height: 29px;
	right: -2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#nayami .nayami_list li:nth-child(2) .nayami_btn a,
#nayami .nayami_list li:nth-child(6) .nayami_btn a,
#nayami .nayami_list li:nth-child(10) .nayami_btn a{
    background:rgba(122,161,118,0.70);
}
#nayami .nayami_list li:nth-child(2) .nayami_btn a span::after,
#nayami .nayami_list li:nth-child(6) .nayami_btn a span::after,
#nayami .nayami_list li:nth-child(10) .nayami_btn a span::after{
    background-image: url(../images/btn_green.svg);
}
#nayami .nayami_list li:nth-child(3) .nayami_btn a,
#nayami .nayami_list li:nth-child(7) .nayami_btn a,
#nayami .nayami_list li:nth-child(11) .nayami_btn a{
    background:rgba(88,117,137,0.70);
}
#nayami .nayami_list li:nth-child(3) .nayami_btn a span::after,
#nayami .nayami_list li:nth-child(7) .nayami_btn a span::after,
#nayami .nayami_list li:nth-child(11) .nayami_btn a span::after{
    background-image: url(../images/btn_blue2.svg);
}
#nayami .nayami_list li:nth-child(4) .nayami_btn a,
#nayami .nayami_list li:nth-child(8) .nayami_btn a{
    background:rgba(90,140,138,0.70);
}
#nayami .nayami_list li:nth-child(4) .nayami_btn a span::after,
#nayami .nayami_list li:nth-child(8) .nayami_btn a span::after8{
    background-image: url(../images/btn_green2.svg);
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
#nayami .titbox .tit h2{
    font-size: 3vw;
}   
#nayami .titbox{
    padding-bottom: 50px;
}
#nayami .titbox .ft_trajan{
    padding-top: 80px;
}
#nayami .titbox .ft_trajan span::before,
#nayami .titbox .ft_trajan span::after{
    background-size:85% auto;
}    

#nayami .nayami_list li{
    width: 31.333%;
    margin-right: 3%;
}
#nayami .nayami_list li .tit{
    font-size: 2vw;
    letter-spacing: 0.05em;
    padding-bottom: 1em;
    margin-bottom: .6em;
}
#nayami .nayami_list li .tit span{
    font-size:110%;
}
#nayami .nayami_list li .fltbox .img{
    width: 39%;
    margin-bottom: 1%;
}
#nayami .nayami_list li .fltbox .txt{
    float: none;
    width: 100%;
}
#nayami .nayami_list li .nayami_btn{
    margin-top: 1em;
}
#nayami .nayami_btn a{
    padding: .7em 2.6em .7em 1em;
    font-size:1.4vw;	
}
#nayami .nayami_btn a span::after{
    width: 25px;
    height: 25px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nayami .nayami_con{
    padding: 5% 0 8%;
}
#nayami .titbox{
    padding-bottom: 5%;
}
#nayami .titbox .ft_trajan{
    padding-top:50px;
    margin-bottom: 3%;
}
#nayami .titbox .ft_trajan span{
    font-size: 2.8vw;
    padding: 0 110px;
}
#nayami .titbox .ft_trajan span::before,
#nayami .titbox .ft_trajan span::after{
    background-size: 65% auto;
}
#nayami .titbox .tit h2{
    font-size: 3.5vw;
}
#nayami .titbox .tit p{
    font-size:110%;
    line-height: 2em;
}

/*nayami_list*/
#nayami .nayami_list{
    margin-bottom: -6%;
}
#nayami .nayami_list li{
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 6%;
}
#nayami .nayami_list li .tit{
    font-size:2.2vw;
    line-height: 1.5em;
    padding-bottom: 1em;
    margin-bottom: .8em;
}
#nayami .nayami_list li .tit span{
    font-size:110%;
}
#nayami .nayami_list li .fltbox .img{
    width: 34.5%;
    margin-right: 8%;
    margin-bottom: 2%;
}
#nayami .nayami_list li .fltbox .txt{
    float: none;
    width: 100%;
    font-size: 100%;
    line-height: 1.8em;
}
#nayami .nayami_list li .nayami_btn{
    margin-top: 1em;
}
#nayami .nayami_list li.price_list{
    padding-top: .8em;
}
#nayami .nayami_list li.price_list p:first-child{
    margin-bottom: 6%;
}

/*nayami_btn*/
#nayami .nayami_btn a{
    font-size:2vw;
    padding: .6em 2.8em .6em .5em;
}
#nayami .nayami_btn a span::after{
    width: 1.5em;
    height: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami .nayami_con{
    padding: 8% 0;
}
#nayami .titbox{
    padding-bottom: 5%;
}
#nayami .titbox .ft_trajan{
    padding-top: 8%;
    margin-bottom: 5%;
}
#nayami .titbox .ft_trajan span{
    font-size:4vw;
    padding: 0 85px;
}
#nayami .titbox .ft_trajan span::before,
#nayami .titbox .ft_trajan span::after{
    background-size:55% auto;
}
#nayami .titbox .tit h2{
    font-size: 4.8vw;
    letter-spacing: 0.1em;
}
#nayami .titbox .tit p{
    font-size: 100%;
    line-height: 1.6em;
    text-align: left;
}

/*nayami_list*/
#nayami .nayami_list{
    margin-bottom: -12%;
}
#nayami .nayami_list li{
    width: 100%;
    margin: 0 auto 12%;
    float: none;
}
#nayami .nayami_list li:nth-child(3n){
    margin-right: auto;
}
#nayami .nayami_list li .tit{
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
    margin: 0 auto .5em;
    max-width: 417px;
}
#nayami .nayami_list li .tit span{
    font-size:108%;
    letter-spacing: 0.1em;
}
#nayami .nayami_list li .fltbox{
    max-width: 417px;
    margin: 0 auto;
}
#nayami .nayami_list li .fltbox .img{
    margin-bottom: 1%;
    margin-right: 5%;
}
#nayami .nayami_list li .fltbox .txt{
    width: 57.5%;
    font-size: 100%;
}
#nayami .nayami_list li .nayami_btn{
    margin-top: 4%;
}
#nayami .nayami_list li.price_list{
    width: 80%;
    padding-top: 0;
}
#nayami .nayami_list li.price_list p:first-child{
    width: 95%;
    margin: 0 auto 5%;
}
/*nayami_btn*/
#nayami .nayami_btn a{
    padding: .65em 2.9em .65em .5em;
    font-size: 4.2vw;
}
#nayami .nayami_btn a span::after{
    width: 1.3em;
    height: 1.3em;
	right: -1.8em;
    top: 55%;
}
}




/* 池田歯科医院の診療方針
---------------------------------------------------------*/
#policy .bgbox{
    background: url(../images/top/policy_bg@2x.jpg) no-repeat bottom left;
    background-size:100% auto;
    bottom: 0;
    left: 0;
    padding: 100px 0 110px;
    box-shadow: 0 -30px 30px 0 rgba(0, 0, 0, 0.1);
}
#policy .w1220{
    text-align: center;
}
#policy .titbox{
    background: url(../images/top/policy_deco@2x.png) no-repeat top 20px center;
    background-size:100% auto;
    margin-bottom: 40px;
}
#policy .titbox .ft_trajan{
    color: #a4924e;
    font-size:170%;
    letter-spacing: 0.15em;
    margin-bottom: 1em;
}
#policy .titbox .tit{
    margin-bottom: 30px;
}
#policy .titbox .tit h2{
    font-size: 210%;
    font-weight: 300;
    letter-spacing: 0.22em;
    line-height: 1.5em;
    margin-bottom: .5em;
}
#policy .titbox .tit p{
    font-size:140%;
    letter-spacing: 0.19em;
    color:#3e738d;
}
#policy .titbox .txt{
    font-size:120%;
    letter-spacing: 0.02em;
    line-height: 2.2em;
}
#policy .policy_list{
    background: #fff;
    padding: 55px 80px 65px;
    box-sizing: border-box;
    box-shadow: 0 30px 25px 0 rgba(0, 0, 0, 0.15);
}
#policy .policy_list li{
    border-bottom: 2px dotted #ccccc6;
    background: url(../images/top/policy_line.svg) no-repeat top center;
    background-size:21px 19px;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
#policy .policy_list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#policy .policy_list li dt{
    color: #3e738d;
    font-size:150%;
    letter-spacing: 0.15em;
    margin-bottom: .3em;
}
#policy .policy_list li dd{
    font-size:120%;
    letter-spacing: 0.01em;
}
#policy .policy_list li dd span{
    color: #3e738d;
    letter-spacing: 0.2em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#policy .bgbox{
    padding: 8% 0;
}
#policy .titbox .txt{
    font-size:110%;
    letter-spacing: 0.01em;
    line-height: 2em;
}
#policy .policy_list{
    padding: 55px 80px 65px;
}
#policy .policy_list li dd{
    font-size:110%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#policy .bgbox{
    padding: 7% 0;
    box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.1);
}
#policy .titbox{
    margin-bottom: 0;
}
#policy .titbox .ft_trajan{
    font-size: 2.8vw;
    margin-bottom: .7em;
}
#policy .titbox .tit{
    margin-bottom: 4%;
}
#policy .titbox .tit h2{
    font-size: 3.6vw;
    margin-bottom: .4em;
}
#policy .titbox .tit p{
    font-size:2.4vw;
    letter-spacing: 0.1em;
}
#policy .titbox .txt{
    font-size:110%;
    letter-spacing: 0.05em;
    line-height: 2em;
}

#policy .policy_list{
    padding: 7% 5%;
}
#policy .policy_list li{
    background-size:1em auto;
    padding-top: 1.5em;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
#policy .policy_list li dt{
    font-size:3vw;
    margin-bottom: .5em;
}
#policy .policy_list li dd{
    font-size:100%;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#policy .bgbox{
    padding: 12% 0;
    box-shadow: 0 -6% 3% 0 rgba(0, 0, 0, 0.1);
}
#policy .titbox{
    margin-bottom: 5%;
}
#policy .titbox .ft_trajan{
    font-size: 4.5vw;
}
#policy .titbox .tit{
    margin-bottom: 5%;
}
#policy .titbox .tit h2{
    font-size: 5.6vw;
    letter-spacing: 0.1em;
}
#policy .titbox .tit p{
    font-size: 4vw;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
#policy .titbox .txt{
    font-size:100%;
    letter-spacing: .05em;
    line-height: 1.6em;
    text-align: left;
}
    
#policy .policy_list{
    padding: 6% 5%;
    box-shadow: 0 5% 5% 0 rgba(0, 0, 0, 0.1);
}
#policy .policy_list li{
    background-size:1em 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
#policy .policy_list li dt{
    font-size: 4.8vw;
}
#policy .policy_list li dd{
    font-size:100%;
    letter-spacing: 0.05em;
    text-align: left;
}
}



/* information
---------------------------------------------------------*/
#information{
    padding: 110px 0;
}

/*お知らせ*/
#information .news_box{
    float: left;
    width: 49%;
}
#information .news_box .news_tit {
    margin-bottom: 40px;
    overflow: hidden;
}
#information .news_box .news_tit p,
#information .news_box .news_tit h5{
    float: left;
}
#information .news_box .news_tit p{
    font-size: 200%;
    letter-spacing: .05em;
    color: #c8b280;
    padding-right: .6em;
}
#information .news_box .news_tit h5{
    font-size: 155%;
    letter-spacing: 0.2em;
    color: #584f4f;
}
#information .news_box .news_list li{
    border-bottom: 1px solid #8f8989;
    padding: 0 28px 27px;
    margin-bottom: 24px;
}
#information .news_box .news_list li:last-child{
    margin-bottom: 0;
}
#information .news_box .news_list li .tit{
    overflow: hidden;
    margin-bottom: .5em;
}
#information .news_box .news_list li .tit dt,
#information .news_box .news_list li .tit dd{
    float: left;
}
#information .news_box .news_list li .tit dt {
    color: #8f8989;
    font-size:115%;
    letter-spacing: 0.1em;
    padding-right: 1.2em;
    box-sizing: border-box;
}
#information .news_box .news_list li .tit dd a{
    color:#3e738d;
    font-size:130%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
#information .news_box .news_list li p{
    line-height: 1.5em;
    letter-spacing: .05em;
}

/*news_btn*/
#information .news_box .news_btn{
    text-align: right;
    margin-right: .8em;
    margin-top: 40px;
}
#information .news_box .news_btn a{
	position:relative;
    padding-right: 3em;
    font-size:110%;
	letter-spacing: 0.2em;
}
#information .news_box .news_btn a::after{
	position: absolute;
    display: block;
    content: "";
    background: url(../images/btn_gray.svg) no-repeat top right;
    background-size:100% auto;
    width: 34px;
    height: 34px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*求人情報*/
#information .flt_rightbox{
	float: right;
	 width: 41%;
}
#information .recruit_box{
    background: #555;
    background:url(../images/top/recruit_bg@2x.jpg) no-repeat top right #ecd8d1;
    background-size:100% auto;
    padding: 0 38px 35px;
    box-sizing: border-box;
}
#information .recruit_box .tit{
    padding: 150px 0 0;
    margin-bottom: 20px;
    background: url(../images/btn_pink.svg) no-repeat bottom right;
    background-size: 34px 34px;
}
#information .recruit_box .tit p{
    font-size: 260%;
    letter-spacing: 0.18em;
    color:#bd767a;
    margin-bottom: .3em;
}
#information .recruit_box .tit h5{
    font-size: 150%;
    letter-spacing: 0.22em;
    color:#584f4f;
}
#information .recruit_box .bnr{
    margin-left: -50px;
    margin-bottom: 20px;
}
#information .recruit_box .txt{
    font-size:110%;
    letter-spacing: .05em;
}
#information .insta_bnr{
	margin: 20px auto 0 auto;
	max-width: 590px;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#information{
    padding: 80px 0 70px;
}
#information .news_box{
    width:55%;
}
#information .news_box .news_btn{
    margin-top: 5%;
}
#information .news_box .news_btn a{
    padding-right: 2.4em;
}
#information .news_box .news_btn a::after{
    width: 30px;
    height: 30px;
}
#information .flt_rightbox{
    width: 39%;
}
#information .recruit_box .tit p{
    font-size: 210%;
    letter-spacing: 0.1em;
}
#information .recruit_box .tit h5{
    font-size: 135%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#information{
    padding: 9% 0 7%;
}

/*お知らせ*/
#information .news_box{
    width: 55%;
}
#information .news_box .news_tit {
    margin-bottom:7%;
}
#information .news_box .news_tit p{
    font-size: 3.3vw;
}
#information .news_box .news_tit h5{
    font-size: 2.5vw;
}
#information .news_box .news_list li{
    padding: 0 1em 5%;
    margin-bottom: 5%;
}
#information .news_box .news_list li .tit dt {
    font-size:2vw;
    padding-right: 1em;
}
#information .news_box .news_list li .tit dd a{
    font-size:2.2vw;
}

/*news_btn*/
#information .news_box .news_btn{
    margin-right: 0;
    margin-top: 5%;
}
#information .news_box .news_btn a{
    padding-right: 2.2em;
    font-size:100%;
	letter-spacing: 0.1em;
}
#information .news_box .news_btn a::after{
    width: 1.6em;
    height: 1.6em;
}

/*求人情報*/
#information .flt_rightbox{
	 width: 40%;
}
#information .recruit_box{
    padding: 0 4% 3%;
}
#information .recruit_box .tit{
    padding-top: 50%;
    margin-bottom: 6%;
    background-size: 2em 2em;
}
#information .recruit_box .tit p{
    font-size:3.3vw;
}
#information .recruit_box .tit h5{
    font-size:2.8vw;
}
#information .recruit_box .bnr{
    margin-left: -18%;
    margin-bottom: 6%;
}
#information .recruit_box .txt{
    font-size:100%;
    line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#information{
    padding: 10% 0;
}

/*お知らせ*/
#information .news_box{
    float: none;
    width: 100%;
    margin-bottom: 10%;
}
#information .news_box .news_tit {
    margin-bottom: 5%;
}
#information .news_box .news_tit p{
    font-size: 5.5vw;
}
#information .news_box .news_tit h5{
    font-size: 4.8vw;
    letter-spacing: 0.1em;
}
#information .news_box .news_list li{
    padding: 0 0 6%;
    margin-bottom: 5%;
}
#information .news_box .news_list li .tit{
    margin-bottom: .3em;
}
#information .news_box .news_list li .tit dt {
    font-size: 3.6vw;
    padding-right: 1em;
}
#information .news_box .news_list li .tit dd a{
    font-size: 4.3vw;
    letter-spacing: 0.05em;
}
/*news_btn*/
#information .news_box .news_btn{
    margin-right: .8em;
    margin-top: 3%;
}
#information .news_box .news_btn a{
    padding-right: 2em;
    font-size:100%;
	letter-spacing: 0.1em;
}
#information .news_box .news_btn a::after{
    width: 1.5em;
    height: 1.5em;
}

/*求人情報*/
#information .flt_rightbox{
	float: none;
    width: 96%;
	max-width: 450px;
    margin: 0 auto;
}
#information .recruit_box{
    padding: 0 5% 5%;
}
#information .recruit_box .tit{
    padding: 40% 0 0;
    margin-bottom: 5%;
    background-size: 2em 2em;
}
#information .recruit_box .tit p{
    font-size: 6.2vw;
    margin-bottom: .1em;
}
#information .recruit_box .tit h5{
    font-size: 4.8vw;
}
#information .recruit_box .bnr{
    width: 100%;
    margin-left: -8%;
    margin-bottom: 5%;
}
#information .recruit_box .txt{
    font-size:100%;
    line-height: 1.6em;
}
}