@charset "utf-8";
/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/

body{
	color:#111;
	text-align:left;
    position: relative;
}
.switch{}
a{ color:#111; text-decoration:none; -webkit-transition: all .2s; transition: all .2s;}
a:hover{ color:#999; text-decoration:none;}
img.imgalpha{ -webkit-transition: all .2s; transition: all .2s;}



.bnr_talk {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 400px;
	z-index: 9999;
	transition: 0.1s linear all;
}
.bnr_talk a:hover {
	opacity: 0.8;
}
.bnr_talk .close {
	position: absolute;
	right: 20px;
	top: -20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background: #ccc;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.1s linear all;
}

.bnr_talk .close:hover {
	background: #aaa;
}

.bnr_talk.none {
	display: none;
}

@media screen and (max-width: 768px) {
	.bnr_talk {
		right: 0;
		bottom: 20px;
		width: 60%;
	}
}


/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/
#home header{
	background: white;
}
header{
	width: 100%;
	background: #fff;
	padding: 5px 21vw 10px 1vw;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
header .header_inner{
	margin: 0 auto;
	float: none!important;
}
header #headerwrap h1{
	font-size:10px;
	font-weight:normal;
}

header #headerwrap div > div.btn{
	display: flex;
	max-width: 273px;
	width: 20vw;
	position: absolute;
	top: 0;
	right: 0;
}

header #headerwrap div > div.btn{
	display: flex;
	max-width: 273px;
	width: 20vw;
}

header #headerwrap div p.menu{
    display: none;
    cursor: pointer;
}
header #headerwrap .header_flex{
	display:flex;
	padding-top:10px;
}
header #headerwrap .header_flex .logo{
	width:120px;
}
header nav{
	margin: 0 auto;
	display: flex;
}
header nav > ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
header nav ul:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
header nav > ul > li{
	position: relative;
	border-left: 1px solid #A5A5A5;
}
header nav ul li:first-child{
	border-left: none;
}
header nav ul li a{
	text-align: center;
	display: flex;
	height: 100%;
	padding: 0 15px;
	margin:0 auto;
}
header nav ul li ul{
	position: absolute;
	transform: translate(-50%,0);
	width: 173px;
	top: 23px;
	left: 50%;
	font-size: 13px;
	z-index: 1;
	overflow: hidden;
	height: 0;
	opacity: 0;
	padding-top: 10px;
}
header nav ul li:hover ul{
	opacity: 1;
	height: auto;
}
header nav ul li ul li a{
	color: #ED6D1F;
	padding: 15px 0;
	display: block;
	background: #FDF7E5;
	border-bottom: 2px solid #fff;
}
header nav ul li ul li a:hover{
	color: #ED6D1F;
	opacity: 0.7;
}
header nav ul li.bnr_fb a{
	text-align: center;
	padding: 20px;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
    header{
			display: block;
			height: 47px;
			padding: 0;
			box-sizing: content-box;
			margin: 0 auto;
    }
    header #headerwrap{
	    background: #fff;
			margin-bottom: 0;
        position: relative;
	    z-index: 999;
    }
    #home header #headerwrap{
			background: none;
        padding: 0;
				overflow: inherit;
    }
		#home header.open #headerwrap{
			background: #fff;
		}
		header #headerwrap div >div{
			width: auto;
		}
    header #headerwrap div.logo{
        padding: 10px 5px 0 10px;
		width: 100px !important;
    }
    header #headerwrap div.logo img{
        width: auto;
    }
	/*スマホ崩れ回避用*/
	header #headerwrap h1{
        display: none;
    }
	header #headerwrap .header_flex {
		padding-top: 0px;
	}
	header #headerwrap div > div.btn {
    height: 47px;
    width: auto;
	}
	/*スマホ崩れ回避用*/
    header #headerwrap div p.menu{
        display: block;
    }
		#home header ul.slide{
		  min-height: unset;
			padding-top: 71px;
		}
    header nav{
	    position: absolute;
	    top: -502px!important;
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    z-index: 998;
			overflow-y: auto;
    }
    header.open nav{
	    -moz-transform: translateY(549px)!important;
	    -webkit-transform: translateY(549px)!important;
	    transform: translateY(549px)!important;
			height: 85vh;
    }
		#home header nav{
			position: fixed;
			top: 0;
		}
    #home header nav.fixed{
        padding: 0;
				background: none;
    }
    header nav > ul{
			display: block;
        border-bottom: 1px solid #ED6D1F;
    }
    header nav ul li{
        width: 100%;
        border-top: 1px solid #ED6D1F;
        border-left: none;
        background: #fff;
    }
    header nav ul li a{
			text-align: left;
        padding: 15px 5px 15px 20px;
    }
	header nav ul li ul{
		position: static;
		transform: translate(0,0);
		width: 100%;
		left: 0;
		opacity: 1;
		padding-top: 0;
		height: auto;
		display: none;
	}
	header nav ul li p{
		cursor: pointer;
		position: relative;
	}
	header nav ul li p:after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto 0;
		width: 100%;
		height: 42px;
		display: inline-block;
		background: url(../images/ac-open.svg) no-repeat 92vw 13px;
	}
	header nav ul li p.open:after{
		background: url(../images/ac-close.svg) no-repeat 92vw 20px;
	}
	header nav ul li ul li:last-child{
		border-bottom: none;
	}
	header nav ul li ul li a{
		border-bottom: none;
		padding: 10px 5px 10px 20px;
	}
	#home header nav ul li ul li a{
		background: #FDF7E5;
	}
}


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{
	padding-top: 77.4px;
  font-size: 16px;
}

#contents #lower-title{
    text-align: center;
    line-height: 136px;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: 100% auto;
}
#contents #lower-title img{
    vertical-align: middle;
	height: 32px;
	width: auto;
}
#contents ol#pan{
    font-size: 14px;
    text-align: left;
    clear: both;
    overflow: hidden;
}
#contents ol#pan li{
    float: left;
}
#contents ol#pan li:before{
    content: ">";
    margin: 0 5px;
}
#contents ol#pan li:first-child:before{
    content: none;
}
#contents ol#pan li a{
    text-decoration: underline;
}
#contents ol#pan li a:hover{
    text-decoration: none;
}
.wrap{
	clear: both;
	box-sizing: content-box;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
}
.subtitle{
    background: url(../images/subtitle-bg.png) repeat left top;
    margin-bottom: 10px;
}
.subtitle span{
    padding-right: 15px;
    background: #fff;
		color: #ED6D1F;
		font-size: 20px;
		font-weight: 500;
}
.subtitle2{
    color: #ED6D1F;
    font-size: 24px;
    font-weight: bold;
}
.subtitle2 span{
    color: #000;
    font-size: 18px;
    margin: 0 10px;
    font-weight: normal;
}
.subtitle2:before{
    content: "";
    width: 24px;
    height: 3px;
    background: #ED6D1F;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 5px;
}
.subtitle3 {
	color: #ED6D1F;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.subtitle4 {
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.subtitle5 {
	color: #fff;
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	padding: 10px 20px;
	background: #ED6D1F;
}
#sharing.subtitle5{
	margin-top: 106px;
}
.subtitle6 {
	font-size: 44px;
	font-weight: normal;
	line-height: 1.2;
}
.subtitle7 {
	color: #fff;
	font-size: 26px;
	text-align:center;
	line-height: 1.2;
	font-weight: bold;
	padding: 5px 20px;
	background: #ED6D1F;
}

.f-orange{
    color: #ED6D1F;
}
.f-green{
    color: #599346;
}
.f-bold{
    font-weight: bold;
}
.f-large{
    font-size: 20px;
}
.w100{
	width: 100%;
}
.btn1{
	color: #ED6D1F;
	font-size: 26px;
	border-bottom: 1px solid #ED6D1F;
	padding: 0 60px 5px 10px;
	display: inline-block;
	background: url(../images/arrow-orange.svg) no-repeat right 10px top 15px;
}
.btn1:hover{
    color: #ED6D1F;
    opacity: 0.6;
}
.btn1.btn-white{
    color: #fff;
    border-bottom: 1px solid #fff;
    background: url(../images/arrow-white.svg) no-repeat right 10px top 15px;
}
.btn1 img{
    vertical-align: middle;
}
.btn2{
    clear: both;
    overflow: hidden;
}
.btn2 li{
    float: left;
    margin: 0 35px 10px 0;
}
.btn2 li:last-child{
    margin-right: 0;
}
.btn2 li a{
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: #ED6D1F;
    min-width: 260px;
    padding: 7px 20px;
    display: block;
    border-radius: 100px;
}
.btn2 li a:after{
    content: "";
    width: 26px;
    height: 7px;
    background: url(../images/arrow-white.svg) no-repeat left center;
    vertical-align: middle;
    margin-left: 40px;
    margin-bottom: 5px;
    display: inline-block;
}
.btn2 li a:hover{
    opacity: 0.7;
}
.btn2 li img{
    vertical-align: middle;
}
.btn2.rightcol{
    float: right;
}
.ovh{ overflow: hidden;}
table.tb1{
    width: 100%;
}
table.tb1 th,table.tb1 td{
    padding: 15px 20px;
    border-top: 1px dotted #ccc;
}
table.tb1 tr:first-child th,
table.tb1 tr:first-child td{
    border-top: none;
}
table.tb1 th{
    background: #F2E9D4;
}
table.tb2{
    width: 100%;
    border-right: 1px dotted #ccc;
}
table.tb2 th,table.tb2 td{
    padding: 15px 20px;
    border-bottom: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    text-align: center;
    vertical-align: middle;
}
table.tb2 td:not(.bg-yellow){
	width: 15%;
}
table.tb2 tr:first-child th,
table.tb2 tr:first-child td{
    border-top: 1px dotted #ccc;
}
.bg-gray{
    background: #FAFAFA;
}
.bg-orange{
    background: #FFF3D9;
}
.bg-yellow{
    background: #FDFCED;
}
.bg-beige{
    background: #F2E9D4;
}
.bg-blown{
    color: #fff;
    background: #BCAA81;
}
table.tb2 .bg-blown{
    font-weight: bold;
}
.bg-yamabuki{
    color: #fff;
    background: #EDAE1F;
}
table.tb2 .bg-yamabuki{
    font-weight: bold;
}
table.tb2 .w5em{
    width: 5em;
    padding: 15px;
}
table.tb2 .w7em{
    width: 7em;
}
.tate{
    -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.bg-yamabuki02{
    color: #fff;
    background: #ED6D1F;
}
table.tb2 .bg-yamabuki02{
    font-weight: bold;
}

.box_list{
	display: flex;
}
.box_list > div{
	max-width: 200px;
	/*
	border: 1px solid #000;
	height: 80px;
	*/
	padding: 0 20px;
}
.box_list > div:not(:last-of-type){
	margin: 0 40px 0 0;
	position: relative;
}
.box_list > div:not(:last-of-type):after{
	content: "＋";
	font-size: 32px;
	color: #707070;
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translateY(-50%);
}
.box_list > div p{
	display: table-cell;
	vertical-align: middle;
}
.youtube2{
	position: relative;
	width: 600px;
	height: 337px;
	margin: 0 auto 0px;
}
.youtube2 iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube_btn_box{
	width: 600px;
	margin: 0 auto 50px;
}
.youtube_btn_box_left{
	width: 50%;
	float:left;
	font-size:12px;
}
.youtube_btn_box_right{
	width: 48%;
	float:right;
	text-align:right;
	font-size:12px;
}
.youtube_btn_box_right a{
    text-decoration: underline;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
	#contents{
		padding-top: 47px;
		overflow: hidden;
	}
	#home #contents{
		padding-top: 40px;
	}
    #contents #lower-title{
        line-height: 70px;
    }
    #contents #lower-title img{
        height: 24px;
        width: auto;
    }
    .subtitle{
        background: none;
        padding-bottom: 10px;
        border-bottom: 1px solid #F6B58F;
        margin-bottom: 10px;
    }
    .subtitle span{
        padding-right: 0;
        background: none;
    }
    .subtitle2{
        font-size: 20px;
    }
    .subtitle2 span{
        font-size: 16px;
        margin: 0 5px;
    }
	.subtitle3 {
		font-size: 26px;
	}
	.subtitle4 {
		font-size: 20px;
	}
	.subtitle5 {
		font-size: 20px;
		padding: 5px 10px;
	}
	#sharing.subtitle5{
		margin-top: 225px;
	}
	.subtitle6 {
		font-size: 32px;
	}
    .f-large{
        font-size: 18px;
    }
    .btn1{
        font-size: 20px;
        padding: 0 60px 5px 0;
        background: url(../images/arrow-orange.svg) no-repeat right 0 top 10px;
    }
    .btn1.btn-white{
        background: url(../images/arrow-white.svg) no-repeat right 0 top 10px;
    }
    .btn2 li{
        float: none;
        margin: 0 0 10px;
    }
    .btn2 li a{
        font-size: 20px;
        min-width: inherit;
        width: 100%;
        padding: 5px 15px;
    }
    .btn2 li a img{
        height: 20px;
        width: auto;
    }
    .btn2 li a:after{
        margin-left: 15px;
    }
    table.tb2 th,table.tb2 td{
        font-size: 14px;
        line-height: 1.2;
        padding: 10px 5px;
    }
		table.tb2 td:not(.bg-yellow){
			width: 17%;
		}
    table.tb2 .w5em{
        width: 3em;
        padding: 5px;
    }
    table.tb2 .w7em{
        width: 4em;
    }

	.box_list{
		flex-wrap: wrap;
	}
	.box_list > div{
		text-align: center;
		padding: 0 30px;
		margin: 0 auto;
	}
	.box_list > div:not(:last-of-type){
		margin: 0 auto 35px;
	}
	.box_list > div:not(:last-of-type)::after{
		font-size: 28px;
		text-align: center;
		top: 35%;
		right: -20%;
		transform: translate(-50%,0);
	}
	.box_list > div:nth-child(2n)::after{
		content: none;
	}

	.youtube2{
		position: relative;
		max-width: 100%;
		width: 94%;
		height: 100%;
		padding-top: 56.25%;
		margin: 0 auto 0px;
	}
	.youtube2 iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.youtube_btn_box{
		max-width: 100%;
		width: 94%;
		margin: 0 auto 50px;
	}
}



/*---------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------*/

/* Slider */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
    left: -25px;
}
[dir='rtl'] .slick-prev{
    right: -25px;
    left: auto;
}
.slick-prev:before{
    content: '';
}
[dir='rtl'] .slick-prev:before{
    content: '';
}
.slick-next{
    right: -25px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -25px;
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    font-family: 'slick';
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    background: #fff;
    border: 1px solid #ED6D1F;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    background: #ED6D1F;
}


.top3{
	clear: both;
	overflow: hidden;
}
.top3 .leftcol{
	float: left;
	width: 45%;
}
.top3 .rightcol{
	float: right;
	width: 45%;
}
.top-news{
	background: #FFFAF7;
	padding: 90px 0 105px;
}
.top-news .box{
    clear: both;
    overflow: hidden;
}
.top-news .box .leftcol{
    float: left;
    width: 45%;
}
.top-news .box .rightcol{
    float: right;
    width: 500px;
    max-width: 500px;
		text-align: center;
}
.top-news .box .rightcol .fb-page{
	width: 500px;
	margin: 0 auto;
}
.fb-page,.fb-page span,iframe{
	width: 100%!important;
}
.top-news .box h2 img{
	height: 30px;
	width: auto;
}
.top-news dl{
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}
.top-news dl:last-of-type{
    margin-bottom: 35px;
}
.top-news dl dt{
    margin-bottom: 10px;
}
.top-news dl dd a{
    display: block;
    padding-right: 15px;
    background: url(../images/arrow-orange2.svg) no-repeat right center;
}
.top-news dl dd span{
    color: #ED6D1F;
    font-size: 15px;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #ED6D1F;
    margin-right: 20px;
}
.top-news .btn1{
	background: url(../images/top-arrow3.svg) no-repeat right center/28px;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 2px;
	font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:990px){
    .top-news{
			background: #fff;
			padding: 0;
    }
		.top-news .wrap{
			padding: 0;
		}
    .top-news h2{
        text-align: center;
    }
    .top-news .box .leftcol{
			background: #FFFAF7;
			float: none;
			width: 100%;
			padding: 30px 3% 40px;
    }
    .top-news .box .rightcol{
			background: #fff;
        max-width: 500px;
        width: 100%;
        float: none;
				padding: 45px 3% 50px;
        margin: 0 auto;
    }
    .top-news .box .rightcol .fb-page{
				max-width: 440px;
        width: 100%;
        margin: 0 auto;
    }
	.top-news .box h2 img{
		height: 30px;
		width: auto;
	}
    .top-news dl{
        width: 100%;
        padding: 10px 0;
    }
    .top-news dl:last-of-type{
        margin-bottom: 20px;
    }
    .top-news dl dt{
        margin-bottom: 5px;
    }
    .top-news dl dd span{
        padding: 0 15px;
        margin-bottom: 5px;
    }
		.top-news .btn1{
			background: url(../images/top-arrow3.svg) no-repeat right center/14px;
			padding-right: 20px;
			font-size: 12px;
		}
}

@media screen and (max-width:768px){
	.top-header .slide .slick-dots{
			bottom: -30px;
	}

	.top3 .leftcol,
	.top3 .rightcol{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}



/*---------------------------------------------------------------------------------------
	concept
----------------------------------------------------------------------------------------*/

#concept{
    line-height: 2;
}
#concept p{
    line-height: 2.3;
}
.concept-imgright{
    clear: both;
    overflow: hidden;
	position: relative;
    background-size: 50% auto;
}
.concept-imgright .mincho,
#concept .f-18{
    font-size: 18px;
}
.concept-imgright .wrap figure{
	max-width: 955px;
	width: 56%;
	position: absolute;
	top: 0;
	right: 0;
}
.concept-imgright .wrap div{
    padding-top: 20px;
    width: 41%;
    float: left;
}
.concept_ttl{
	color: #ED6D1F;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
	font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.concept_ttl + p{
	line-height: 1.6!important;
}
.concept2{
    padding: 80px 0 65px;
    background: url(../images/bg.jpg) repeat-y center top;
    background-size: cover;
}
.concept2 .wrap{
    position: relative;
}
.concept2 .wrap .abs{
    position: absolute;
    top: -150px;
    left: -2.2%;
    width: 29%;
}
.concept2 .leftcol{
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 30px;
}
.concept2 .rightcol{
    float: right;
    width: 52%;
}
.concept3{
	overflow: hidden;
    padding: 125px 0 90px;
}
.concept3 .imgleft{
    position: relative;
}
.concept3 .imgleft figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 73.5%;
    z-index: 5;
}
.concept3 .imgleft div{
    position: relative;
    z-index: 9;
    margin-top: 38%;
    width: 54.5%;
    float: right;
    padding: 35px;
    background: #FDFBE6;
		overflow: hidden;
}
.concept3 .imgleft div h3 {
	font-size: 32px;
	font-weight: 400;
}
.concept3 .imgleft div h3 span{
	letter-spacing: -.5em;
}
.concept3 .imgleft div dl{
    display: inline-block;
    line-height: 1.4;
    margin-right: 15px;
}
.concept3 .imgleft div dl dt{
    font-size: 20px;
    margin-bottom: 5px;
}
.concept3 .imgleft div dl dd{
    font-size: 14px;
}
.concept3 .imgleft div p{
    display: inline;
    line-height: 1.4;
}
.concept3 .imgleft p img[src*="concept-name.png"]{
	max-width: 190px;
	padding-bottom: 7px;
}
.concept3 .imgleft div p rp,
.concept3 .imgleft div p rt{
    font-size: 16px;
}
.concept3 .link_txt{
	margin-top: 5px;
	clear: both;
	border-bottom: 1px solid #000;
	font-size: 14px;
}
.concept3 .link_txt:hover{
	border-color: transparent;
}
.profile{
	padding-top: 15px;
}
.profile .bg-gray{
	display: flex;
	gap: 0 4%;
    position: relative;
    margin-left: 2.5%;
    padding: 15px 20px 15px 35px;
    background: #F2F2F2;
}
.profile .bg-gray .abs{
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    background: #585858;
    position: absolute;
    top: -15px;
    left: -2.5%;
}
.profile .bg-gray .name{
    font-size: 11px;
    width: 120px;
		margin: auto 0;
		flex-shrink: 0;
		text-align: center;
}
.profile .bg-gray .name p{
	display: inline-block;
}
.profile .bg-gray .name strong{
    font-size: 20px;
}
.profile .bg-gray .rightcol{
    font-size: 13px;
    line-height: 2!important;
    overflow: hidden;
}
.profile .bg-gray .ph{
	width: 300px;
	flex-shrink: 0;
	margin-top: -45px;
}
@media screen and (max-width:768px){
    #concept{
        line-height: 1.8;
    }
    #concept .mincho{
        line-height: 2;
    }
    .concept-imgright{
        padding-top: 30px;
    }
    .concept-imgright .mincho{
        font-size: 18px;
    }
    .concept-imgright .wrap figure{
		position: static;
        float: none;
        width: 100%;
    }
    .concept-imgright .wrap div{
        padding-top: 0;
        float: none;
        width: 100%;
    }
		.concept_ttl{
			margin-bottom: 20px;
			font-size: 22px;
		}
    .concept2{
        background: url(../images/bg.jpg) repeat-y center top;
        background-size: auto 100%;
    }
    .concept2 .wrap .abs{
        top: inherit;
        bottom: 100%;
        left: 5%;
        width: 45%;
    }
    .concept2 .wrap .abs img{
        vertical-align: bottom;
    }
    .concept2 .leftcol{
        float: none;
        width: 100%;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .concept2 .rightcol{
        float: none;
        width: 100%;
    }
    .concept3{
        padding: 0 0 90px;
    }
    .concept3 .wrap{
        padding: 0;
    }
    .concept3 .imgleft{
        position: relative;
    }
    .concept3 .imgleft figure{
        position: static;
        width: 100%;
    }
    .concept3 .imgleft div{
        margin-top: 0;
        width: 100%;
        float: none;
        padding: 20px 5%;
    }
		.concept3 .imgleft div h3 {
			font-size: 22px;
		}
    .concept3 .imgleft div dl{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .concept3 .imgleft div dl dt{
        font-size: 18px;
    }
    .concept3 .imgleft div p{
        text-align: right;
        display: block;
    }
		.concept3 .imgleft p img[src*="concept-name.png"]{
			max-width: 130px;
			padding-bottom: 0;
		}
    .concept3 .imgleft div p rp,
    .concept3 .imgleft div p rt{
        font-size: 14px;
    }
    .concept3 .spwrap{
        padding: 0 5%;
    }
		/* .concept3 p{
			font-size: 16px;
		} */
		.concept3 .link_txt{
			font-size: 12px;
		}
    .profile .bg-gray{
			flex-wrap: wrap;
			gap: 10px 0;
        padding: 15px 5%;
    }
    .profile .bg-gray .name{
			width: 100%;
			padding-top: 15px;
			margin: 0;
        font-size: 11px;
				text-align: left;
    }
		.profile .bg-gray .name p{
			display: block;
		}
    .profile .bg-gray .rightcol{
        width: 100%;
    }
		.profile .bg-gray .ph{
			width: 100%;
			margin: 0;
		}
}
/*---------------------------------------------------------------------------------------
	voice
----------------------------------------------------------------------------------------*/
#voice .title_area{
	padding-left: 30px;
	margin-bottom: 34px;
	position: relative;
}
#voice .title_area::before{
	content:"";
 width: 4px;
 height: calc(100% - 15px);
 background: #ED6D1F;
 position: absolute;
 top:13px;
 left:0;
}
#voice .title_area h3{
	color:#ED6D1F;
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: 500;
}
#voice h4{
 color:#ED6D1F;
 border-bottom: 1px solid #ED6D1F;
 padding-bottom: 10px;
 margin-bottom: 40px;
 font-size: 30px;
 font-weight: normal;
}
#voice h5{
	color:#662F0D;
	border-bottom: dashed 1px #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
}
#voice .reason{
	margin-bottom: 90px;
}
#voice .reason_inner:not(:last-of-type){
	margin-bottom: 50px;
}
#voice .reason_inner p{
	line-height: 2;
}
#voice .flex_box{
	justify-content: space-between;
}
#voice .flex_box p{
	width: 56%;
	max-width: 560px;
}
#voice .flex_box div{
	width: 40%;
	max-width: 400px;
}
#voice .caption{
	width: 100%!important;
	font-size: 14px;
}
#voice .symbol_img{
	width: 80%;
	margin:0 auto;
}
@media screen and (max-width:768px){
	#voice .title_area{
		padding-left: 16px;
		margin-bottom: 24px;
	}
	#voice .title_area h3{
		margin-bottom: 30px;
		font-size: 23px;
	}
	#voice .title_area p{
		font-size: 14px;
	}
	#voice .title_area::before{
		width: 3px;
		height: calc(100% - 13px);
		top: 9px;
	}
	#voice h4{
		margin-bottom: 20px;
		font-size: 22px;
	}
	#voice h5{
		margin-bottom: 24px;
	}
	#voice .reason {
    margin-bottom: 60px;
	}
	#voice .reason_inner:not(:last-of-type) {
	margin-bottom: 40px;
	}
	#voice .reason_inner .flex_box{
		display: flex;
		flex-direction: column;
	}
	#voice .reason_inner .flex_box.reverse {
		flex-direction: column-reverse;
	}
	#voice .flex_box p,
	#voice .flex_box div{
		width: 100%;
	}
	#voice .reason_inner .flex_box p{
		margin-bottom: 10px;
	}
	#voice .symbol_img{
		width: 100%;
	}
}

/*---------------------------------------------------------------------------------------
	osusume
----------------------------------------------------------------------------------------*/

#osusume{
    margin-bottom: 160px;
		overflow: hidden;
}
#osusume .read_box{
    margin-bottom: 140px;
		position: relative;
}
#osusume .read_box::before,
#osusume .read_box::after{
	content: "";
	position: absolute;
	bottom: -60px;
	z-index: -1;
}
#osusume .read_box::after {
	width: 235px;
	height: 260px;
	background: url(../images/user-read-bg01.png) no-repeat left center/contain;
	left: -110px;
}
#osusume .read_box::before {
	width: 295px;
	height: 446px;
	background: url(../images/user-read-bg02.png) no-repeat left center/contain;
	right: -190px;
}
#osusume .read_box > p{
	margin-bottom: 40px;
	font-size: 18px;
  text-align: center;
	line-height: 2;
}

/* ゆいの希は、進行がんなどの病気をお持ちで、下記のような考え方をされている方におすすめしております。 */
#osusume h3.mincho {
	margin-bottom: 35px;
	color: #ED6D1F;
	font-size: 24px;
	font-weight: 500;
}
#osusume ul.check li{
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px dotted #707070;
    padding-left: 40px;
    margin-bottom: 10px;
    list-style-position: inside;
    counter-increment: cnt;
    position: relative;
}
#osusume ul.check li::before{
	display: inline-block;
		content: counter(cnt) ".";
		color: #ED6D1F;
		font-size: 32px;
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		position: absolute;
		top: 6px;
		left: 0;
}
#osusume ul.check li span{
    color: #ED6D1F;
    font-size: 21px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFFDD0 60%);
}
#osusume ul.btn2 li{
	float: none;
	margin-right: 0;
}
#osusume ul.btn2 li a{
	padding: 4px 20px;
	min-width: 300px;
}
@media screen and (max-width:768px){
    #osusume{
        margin-bottom: 40px;
    }
    #osusume .read_box{
        margin-bottom: 40px;
    }
		#osusume .read_box::before,
		#osusume .read_box::after{
			bottom: inherit;
			top: -35px;
		}
		#osusume .read_box::after {
			width: 95px;
			height: 110px;
			left: -10px;
		}
		#osusume .read_box::before {
			width: 105px;
			height: 158px;
			top: -60px;
			right: -10px;
		}
		#osusume .read_box > p{
				font-size: 16px;
		}

		/* ゆいの希は、進行がんなどの病気をお持ちで、下記のような考え方をされている方におすすめしております。 */
		#osusume h3.mincho {
			margin-bottom: 25px;
			font-size: 20px;
		}
    #osusume ul.check li{
        font-size: 16px;
        margin-bottom: 5px;
    }
    #osusume ul.check li span{
        font-size: 18px;
    }
}



/*---------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------*/

#access{
    margin-bottom: 110px;
}
#access .access1{
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
#access .access1 a{
    text-decoration: underline;
}
#access .access1 .f-small{
    font-size: 15px;
}
#access .access1 table.access-tb{
    width: 100%;
}
#access .access1 table.access-tb th,
#access .access1 table.access-tb td{
    vertical-align: top;
    padding: 15px 0;
}
#access .access1 table.access-tb th{
    color: #ED6D1F;
    font-weight: bold;
    padding: 15px 10px 15px 45px;
    width: 210px;
}
#access .access1 table.access-tb th.train{
    background: url(../images/icon-train.svg) no-repeat left top 14px;
}
#access .access1 table.access-tb th.bus{
    background: url(../images/icon-bus.svg) no-repeat left top 14px;
}
#access .access1 table.access-tb th.car{
    background: url(../images/icon-car.svg) no-repeat left top 14px;
}
#access .access1 table.access-tb th.parking{
    background: url(../images/icon-parking.svg) no-repeat left top 14px;
}
#access .access1 table.access-tb td p{
    margin-bottom: 5px;
}
#access .access2 .imgleft:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}
#access .access2 .imgleft figure{
    float: left;
    width: 50%;
}
#access .access2 .imgleft table.tb1{
    float: right;
    width: 46%;
}
@media screen and (max-width:768px){
    #access{
        margin-bottom: 60px;
    }
    #access .access1 table.access-tb{
        width: 100%;
    }
    #access .access1 table.access-tb th,
    #access .access1 table.access-tb td{
        display: block;
    }
    #access .access1 table.access-tb th{
        width: 100%;
        padding: 10px 0 10px 40px;
    }
    #access .access1 table.access-tb th.train{
        background: url(../images/icon-train.svg) no-repeat left top 10px;
    }
    #access .access1 table.access-tb th.bus{
        background: url(../images/icon-bus.svg) no-repeat left top 10px;
    }
    #access .access1 table.access-tb th.car{
        background: url(../images/icon-car.svg) no-repeat left top 10px;
    }
    #access .access1 table.access-tb th.parking{
        background: url(../images/icon-parking.svg) no-repeat left top 10px;
    }
    #access .access1 table.access-tb td{
        padding: 0 0 0 40px;
    }
    #access .access1 table.access-tb td p{
        margin-bottom: 20px;
    }
    #access .access2 .imgleft figure{
        float: none;
        width: 106%;
        margin-left: -3%;
        margin-bottom: 20px;
    }
    #access .access2 .imgleft figure img{
        width: 100%;
    }
    #access .access2 .imgleft table.tb1{
        float: none;
        width: 100%;
    }
}


/*---------------------------------------------------------------------------------------
	flow
----------------------------------------------------------------------------------------*/

#flow .flow_figure{
  margin-bottom: 40px;
	}

#flow ul.flow_step{
	}
	#flow ul.flow_step li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		}
	#flow ul.flow_step li:last-of-type .step_text_wrap .step_text_inner{
			padding-top:20px;
			}
		#flow ul.flow_step li div.step_number{
			width: 10%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
	    text-align: center;
			position: relative;
		}
		#flow ul.flow_step li:not(:last-of-type) div.step_number::after{
			content: '';
			width: 0;
			height: 0;
			margin:auto;
			border-style: solid;
			border-width: 12px 12px 0 12px;
			border-color: #D0D0D0 transparent transparent transparent;
			position: absolute;
			right:0;
			bottom:-6px;
			left:0;
			}

		#flow ul.flow_step li div.step_number img{
			width:38px;
			height:85px;
			}
		#flow ul.flow_step li div.step_text_wrap{
			width:90%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			position: relative;
	    padding: 15px 0;
			}
		#flow ul.flow_step li:not(:last-of-type) .step_text_wrap::after{
			content: '';
	    width: 100%;
	    height: 1px;
	    margin: auto;
	    background-image: linear-gradient(to right, #ccc, #ccc 4px, transparent 4px, transparent 8px);
	    background-size: 8px 1px;
	    background-repeat: repeat-x;
			position: absolute;
			left: 0;
			bottom: 0;
			}
			#flow ul.flow_step li div.step_text_wrap img{
				width:234px;
				height:158px;
				}

			#flow ul.flow_step li div.step_text_wrap .step_text_inner{
				width: calc(100% - 254px);
				margin-right: 20px;
				}
			#flow ul.flow_step li div.step_text_wrap .step_text_inner .read {
				  color: #ED6D1F;
				  font-size: 32px;
					}

			#flow ul.flow_step li .step_text{
				font-size:18px;
				}

#flow .flow_notice{
	max-width:880px;
	margin:40px auto 80px;
}

	#flow ul.flow_notice_list li{
	  margin-bottom: 10px;
		padding-left: 1.5em;
		text-indent: -1.5em;
	  line-height: 1.8;
		font-size: 18px;
		}
	#flow ul.flow_notice_list li span{
		}
	#flow ul.flow_notice_list li span.orange {
		padding-right: 0.5em;
	  color: #ED6D1F;
		}

@media screen and (max-width:768px){
	#flow ul.flow_step li{
		position: relative;
    padding: 10px 0 30px 0;
	}
	#flow ul.flow_step li:not(:last-of-type)::after{
		content:'';
		width: 100%;
		height:30px;
		background: url('../images/flow_step_border_sp.png') no-repeat center / contain;
		margin:auto;
		position:absolute;
		right:0;
		bottom:0;
		left:0;
		}

	#flow ul.flow_step li div.step_number{
		width: 15%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
		padding: 10px 20px 0 0;
		}
		#flow ul.flow_step li div.step_number::after{
			display: none;
			}
		#flow ul.flow_step li div.step_number img{
			width:100%;
			height:auto;
			}

	#flow ul.flow_step li div.step_text_wrap{
		display: block;
		padding:0 0 152px 0;
		text-align: center;
		position: static;
		}
		#flow ul.flow_step li .step_text_wrap::after{
			display: none;
			}
		#flow ul.flow_step li div.step_text_wrap .step_text_inner{
			width: 100%;
			margin: 0 0 25px 0;
			text-align: left;
			}
		#flow ul.flow_step li div.step_text_wrap .step_text_inner .read {
			font-size: 24px;
			}


		#flow ul.flow_step li div.step_text_wrap img{
			width:197px;
			height:132px;
			margin: auto;
			position: absolute;
	    right: 0;
	    left: 0;
			}

	#flow ul.flow_step li .step_text{
		font-size:16px;
		}

	#flow ul.flow_step li .step_border{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 12px 0 12px;
		border-color: #D0D0D0 transparent transparent transparent;
		margin:auto;
		position: relative;
		}

	#flow .flow_notice {
    margin: 10px auto 60px;
	}

}

/*---------------------------------------------------------------------------------------
	visit
----------------------------------------------------------------------------------------*/
#visit {
	line-height: 2.1;
}
#visit .visit_inner.bg {
	background: #FFFBF7;
	padding: 60px 0;
}
#visit .visit_inner h3 {
	margin-bottom: 40px;
	color: #ED6D1F;
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}
#visit .visit_inner {
	margin-bottom: 100px;
	position: relative;
	font-size: 18px;
}

/* 私たちは、「あなたらしく生きる」を応援する看護師チームです。 */
#visit .visit1::after {
	content: "";
	width: 280px;
	height: 715px;
	background: url(../images/visit-bg1.svg)no-repeat top center/cover;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
	}
	#visit .visit1 .txt{
		width: 47.5%;
	}
	#visit .visit1 .txt > p:nth-child(1) {
		margin-bottom: 15px;
	}
	#visit .visit1 .txt ul {
		margin-bottom: 30px;
	}
	#visit .visit1 .txt ul li{
		padding: 15px 15px 15px 70px;
		margin-bottom: 10px;
		background: #FFFBF7;
		border-radius: 5px;
		color: #ED6D1F;
		list-style-position: inside;
		counter-increment: cnt;
		position: relative;
	}
	#visit .visit1 .txt ul li:last-child{
		margin-bottom: 0;
	}
	#visit .visit1 .txt ul li::before{
		display: inline-block;
		content: counter(cnt) ".";
		width: 22px;
		height: 50px;
		margin: auto;
		color: #ED6D1F;
		font-size: 32px;
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 25px;
	}
	#visit .visit1 .txt ul li span{
		display: block;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
	}
	#visit .visit1 .photo{
		width: 48%;
		height: 400px;
		background: url(../images/visit-img1.jpg)no-repeat top right/cover;
		overflow: hidden;
		position: absolute;
		bottom: -10px;
		right: 0;
		z-index: 99;
	}
	#visit .visit_photo_capution{
		text-align:right;
		margin:-90px 20px 30px 0;
		font-size: 12px;
	}
/* 私たちが大切にしていること */
#visit .visit2 ul li{
	width: 33%;
	padding: 0 25px;
	position: relative;
	}
	#visit .visit2 ul li::after{
		content: "";
		width: 2px;
		height: 100%;
		background: url(../images/visit_dotted_boder_pc.svg) repeat top center/cover;
		position: absolute;
		top:0;
		right: 0;
	}
	#visit .visit2 ul li:last-child {
		margin-right: 0;
	}
	#visit .visit2 ul li:last-child::after {
		display: none;
	}
	#visit .visit2 ul li h4 {
		margin-bottom: 20px;
		color: #ED6D1F;
		font-size: 20px;
		text-align: center;
		line-height: 1.6;
	}
/* 訪問看護師はどんなことをするの？ */
#visit .visit3 > p.read{
	margin-bottom: 20px;
	text-align: center;
	}
	#visit .visit3 > p.read span{
		color: #ED6D1F;
		font-weight: bold;
	}
	#visit .visit3 dl {
		display: flex;
		flex-wrap: wrap;
	}
	#visit .visit3 dl dt{
		width: 195px;
		color: #ED6D1F;
		font-size: 24px;
		line-height: 1.6;
	}
	#visit .visit3 dl dd {
		width: calc(100% - 195px);
		margin-bottom: 40px;
	}
	#visit .visit3 dl dd:last-child{
		margin-bottom: 0;
	}
	#visit .visit3 dl dd > p {
		margin-bottom: 10px;
	}
	#visit .visit3 dl dd ul li {
		padding-left: 15px;
		position: relative;
	}
	#visit .visit3 dl dd ul li::before{
		content: "";
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #ED6D1F;
		position: absolute;
		top:12px;
		left: 0;
	}
/* 管理者挨拶 */
#visit .visit4::before {
	content: "";
	width: 345px;
	height: 720px;
	background: url(../images/visit-bg2.png)no-repeat top center/cover;
	position: absolute;
	top: -40px;
	left: 0;
	}
	#visit .visit4 .flex_box {
		margin-bottom: 30px;
		position: relative;
		z-index: 9;
	}
	#visit .visit4 .flex_box .photo{
		width: 290px;
		margin-right: 40px;
	}
	#visit .visit4 .flex_box .txt{
		width: calc(100% - 290px);
	}
/* 訪問看護 利用料金 */
#visit .visit5 .btn1{
	font-size: 20px;
	padding-bottom: 0;
}

@media screen and (max-width:768px){
	#visit {
		line-height: 1.8;
		background: none;
	}
	#visit .visit_inner.bg {
		padding: 40px 0;
	}
	#visit .visit_inner h3 {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 1.4;
	}
	#visit .visit_inner {
		margin-bottom: 80px;
		font-size: 16px;
	}

	/* 私たちは、「あなたらしく生きる」を応援する看護師チームです。 */
	#visit .visit1::after {
		width: 155px;
		height: 395px;
		top: inherit;
		bottom: -125px;
		}
		#visit .visit1 .txt{
			width: 100%;
			margin-bottom: 20px;
		}
		#visit .visit1 .txt ul {
			margin-bottom: 20px;
		}
		#visit .visit1 .txt ul li{
			padding: 10px 20px 10px 60px;
			font-size: 14px;
		}
		#visit .visit1 .txt ul li::before{
			font-size: 28px;
		}
		#visit .visit1 .txt ul li span{
			font-size: 16px;
		}
		#visit .visit1 .photo{
			width: 100%;
			height: 220px;
			background: url(../images/visit-img1.jpg)no-repeat center right/95%;
			position: relative;
		}
	#visit .visit_photo_capution{
		text-align:left;
		margin:-70px 0 0 20px;
		font-size: 12px;
	}
	/* 私たちが大切にしていること */
	#visit .visit2 ul li{
		width: 100%;
		padding: 0 0 30px;
		margin-bottom: 30px;
		}
		#visit .visit2 ul li::after{
			width: 100%;
			height: 2px;
			background: url(../images/visit_dotted_boder_sp.svg) repeat top center/cover;
			top:inherit;
			bottom: 0;
			right: 0;
		}
		#visit .visit2 ul li:last-child {
			padding: 0;
			margin: 0;
		}
		#visit .visit2 ul li h4 {
			margin-bottom: 15px;
			font-size: 18px;
		}
	/* 訪問看護師はどんなことをするの？ */
		#visit .visit3 dl {
			display: block;
		}
		#visit .visit3 dl dt{
			width: 100%;
			margin-bottom: 10px;
			font-size: 20px;
		}
		#visit .visit3 dl dd {
			width: 100%;
			margin-bottom: 30px;
		}
	/* 管理者挨拶 */
	#visit .visit4::before {
		width: 170px;
		height: 350px;
		top: 40px;
		}
		#visit .visit4 .flex_box {
			margin-bottom: 20px;
		}
		#visit .visit4 .flex_box .photo{
			margin: 0 auto 30px;
		}
		#visit .visit4 .flex_box .txt{
			width: 100%;
		}

}


/*---------------------------------------------------------------------------------------
	facility
----------------------------------------------------------------------------------------*/
#facility{
	text-align: center;
}
#facility .read{
	color: #ED6D1F;
	font-size: 32px;
}
#facility .anc-parent{
	width: 100%;
	height: 76px;
	background: #fff;
	position: absolute;
	left: 0;
}
#facility .anc-parent.fix{
	position: fixed;
	top: 77.14px;
	left: 0;
	z-index: 999;
}
#facility .anc-parent	ul{
	max-width: 1000px;
	padding-top: 10px;
	margin: 0 auto;
}
#facility .anc-parent	ul.fix{

}
#facility .anc-parent	ul li{
	text-align: left;
	display: inline-block;
	width: 23%;
	margin: 0 2.66% 10px 0;
	border: 1px solid #ED6D1F;
}
#facility .anc-parent	ul li:nth-child(4n){
	margin-right: 0;
}
#facility .anc-parent	ul li.floor{
	border: none;
}
#facility .anc-parent	ul li a{
	color: #ED6D1F;
	display: block;
	padding: 5px;
	background: url(../images/arrow-bottom-orange.svg) no-repeat left 15px center;
	padding-left: 45px;
}
#facility .anc-parent	ul li a:hover{
	opacity: 0.6;
}
#facility .anc-parent	ul li.floor a{
	background: none;
	padding: 0;
}
#facility .anc-parent	ul li.floor a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 54px;
	height: 46px;
	background: url(../images/facility-icon-floor.svg) no-repeat center;
	margin: 0 5px 0 0;
}
#facility .anc-parent	ul li.floor a span{
	padding: 0 45px 5px 5px;
	border-bottom: 1px solid #ED6D1F;
	background: url(../images/arrow-bottom-orange.svg) no-repeat right 15px center;
	display: inline-block;
}
#facility .imgright,#facility .imgleft{
	position: relative;
	margin-bottom: 100px;
}
#facility .imgright .imgcont{
	padding-left: 32%;
}
#facility .imgleft .imgcont{
	padding-right: 32%;
}
#facility .imgcont p{
	padding-bottom: 80px;
}
#facility .bg-black .imgcont p{
	padding-bottom: 50px;
}
#facility .imgleft .imgcont p.single-img{
	padding: 0 5% 20px 20%;
}
#facility .imgright .imgcont p.single-img{
	padding: 0 20% 0 5%;
}
#facility .imgcont ul{
	text-align: center;
}
#facility .imgright .imgcont ul{
	margin: 0 10% 50px 30%;
}
#facility .imgleft .imgcont ul{
	margin: 0 30% 50px 10%;
}
#facility .imgcont ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.3% 10px;
	width: 30%;
}
#facility .imgcont ul li:hover{
	opacity: 0.8;
	cursor: pointer;
}
#facility .imgcont ul li.active img{
	border-bottom: 5px solid #ED6D1F;
}
#facility .bg-black .imgcont ul li.active img{
	border-bottom: 5px solid #707070;
}
#facility .textcont{
	position: absolute;
	bottom: 10px;
	text-align: left;
	width: 40%;
}
#facility .textcont.cont2{
	top: 0;
	bottom: inherit;
	width: 290px;
}
#facility .textcont.btm30{
	bottom: 30px;
}
#facility .textcont.btm60{
	bottom: 60px;
}
#facility .textcont.btm70{
	bottom: 70px;
}
#facility .imgleft .textcont{
	text-align: right;
}
#facility .imgleft .textcont.p-left{
	text-align: left;
}
#facility .imgleft .textcont.p-left dl{
	margin-left: 45px;
}
#facility .imgright .textcont{
	left: 10%;
}
#facility .imgleft .textcont{
	right: 10%;
}
#facility .textcont > p{
	color: #fff;
	font-size: 35px;
	padding: 10px 30px;
	background: #ED6D1F;
	position: relative;
	z-index: 100;
	display: inline-block;
}
#facility .bg-black .textcont > p{
	background: #707070;
}
#facility .textcont dl{
	padding: 35px 40px;
	background: #FDF7E5;
	position: relative;
	z-index: 50;
}
#facility .bg-black .textcont dl{
	background: #F7F7F7;
}
#facility .imgleft .textcont dl{
	text-align: left;
}
#facility .imgright .textcont dl{
	margin: -25px 0 0 45px;
}
#facility .imgleft .textcont dl{
	margin: -25px 45px 0 0;
}
#facility .textcont dl dt{
	font-size: 2vw;
	line-height: 1.4;
	margin-bottom: 20px;
}
#facility .textcont dl dd{
	line-height: 2.2;
}
#facility .textcont dl dd div .btn1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#facility .textcont dl dd div .btn1 img{
	height: 28px;
	width: auto;
	margin-left: 5px;
}
#facility .bg-gray{
	background: #F5F5F5;
	padding: 40px 0 5px;
}
/* 談話エリア */
#facility #imgcont12 .sub-img{
	width: 450px;
	height: 220px;
	position: relative;
	top: 0;
	left: 20%;
}
#facility #imgcont12 + .textcont {
	bottom: 22%;
}
#facility ul.floormap-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facility ul.floormap-list li{
	width: 45%;
	position: relative;
}
#facility ul.floormap-list li img{
	margin-bottom: 10px;
}
#facility ul.floormap-list li span:before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/facility-scale.svg) no-repeat center;
}
#facility ul.floormap-list li p{
	position: absolute;
	font-size: 1vw;
	line-height: 1.8;
	right: 0;
	bottom: 10%;
	width: 45%;
	text-align: left;
}
@media screen and (min-width:1300px){
	#facility ul.floormap-list li p{
		font-size: 14px;
	}
}
@media screen and (max-width:990px){
	#facility .read{
		font-size: 24px;
	}
	#facility .anc-parent	ul{
		padding: 0 10%;
	}
	#facility .anc-parent{
		height: auto;
	}
	#facility .anc-parent.fix{
		position: absolute;
		top: unset;
	}
	#facility .anc-parent	ul li{
		width: 100%;
		margin: 0 0 10px;
	}
	#facility .anc-parent	ul li.floor a span{
		width: 77%;
		width : -webkit-calc(100% - 59px) ;
		width : calc(100% - 59px) ;
	}
	#facility .imgright,#facility .imgleft{
		margin-bottom: 20px;
	}
	#facility .imgright .imgcont,
	#facility .imgleft .imgcont{
		padding: 0 3%;
	}
	#facility .imgcont p{
		padding-bottom: 20px;
	}
	#facility .bg-black .imgcont p{
		padding-bottom: 20px;
	}
	#facility .imgleft .imgcont p.single-img,
	#facility .imgright .imgcont p.single-img{
		padding: 0;
		margin-bottom: 20px;
	}
	#facility .imgright .imgcont ul,
	#facility .imgleft .imgcont ul{
		margin: 0 0 15px;
	}
	#facility .imgcont ul.pb50{
		padding-bottom: 0;
	}
	#facility .imgcont ul li{
		margin: 0 0.5% 10px;
		width: 31%;
	}
	#facility .imgcont ul li.active img{
		border-bottom: 3px solid #ED6D1F;
	}
	#facility .bg-black .imgcont ul li.active img{
		border-bottom: 3px solid #707070;
	}
	#facility .textcont{
		position: static;
		text-align: center;
		width: 100%;
	}
	#facility .textcont.cont2{
		width: 100%;
	}
	#facility .textcont,
	#facility .imgleft .textcont{
		text-align: center;
		padding-right: 3%;
		padding-left: 3%;
	}
	#facility .imgleft .textcont.p-left{
		text-align: center;
	}
	#facility .imgleft .textcont.p-left dl{
		margin-left: 0;
	}
	#facility .imgright .textcont{
		left: 0;
	}
	#facility .imgleft .textcont{
		right: 0;
		margin-bottom: 20px;
	}
	#facility .textcont > p{
		font-size: 24px;
		padding: 5px 15px;
	}
	#facility .textcont dl{
		padding: 35px 20px 15px;
	}
	#facility .imgright .textcont dl{
		margin: -25px 0 0;
	}
	#facility .imgleft .textcont dl{
		margin: -25px 0 0;
	}
	#facility .textcont dl dt{
		font-size: 23px;
		margin-bottom: 10px;
	}
	#facility .textcont dl dd{
		text-align: left;
	}
	#facility .textcont dl dd div .btn1{
		font-size: 18px;
	}
	#facility .textcont dl dd div .btn1 img{
		height: 24px;
	}
	#facility .bg-gray{
		padding: 20px 0 5px;
	}
	/* 談話エリア */
	#facility #imgcont12 .sub-img{
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
	}
	#facility #imgcont12 + .textcont {
		bottom: 180px;
	}
}
@media screen and (max-width:768px){
	#facility ul.floormap-list li{
		width: 100%;
		margin-bottom: 30px;
	}
	#facility ul.floormap-list li img{
		margin-bottom: 5px;
	}
	#facility ul.floormap-list li span:before{
		width: 15px;
		height: 15px;
		background: url(../images/facility-scale.svg) no-repeat center;
		background-size: 15px auto;
	}
	#facility ul.floormap-list li p{
		width: 38%;
		font-size: 15px;
		bottom: 11%;
	}
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}





/*---------------------------------------------------------------------------------------
	aside
----------------------------------------------------------------------------------------*/

aside{
	padding: 60px 0;
	background: #FFFAF7;
	}
	aside p{
		text-align: center;
	}
	aside .time{
		font-size: 19px;
	}
	/* タイトル */
	aside .tel_title {
		margin-bottom: 30px;
	}
	aside .tel_title p{
		width:90%;
		margin:0 auto 50px;
	}
	/* リスト */
	aside ul.tel_list{
		display: flex;
		margin-bottom: 65px;
	}
	aside ul.tel_list li{
		flex: 1;
		border-right: 1px dotted #ED6D1F;
		padding: 0 10px;
	}
	aside ul.tel_list li:nth-child(1) {
		border-left: 1px dotted #ED6D1F;
	}
	aside ul.tel_list li p:nth-child(1){
		margin-bottom: 30px;
	}
	/* tel */
	aside ul.tel_list li p.tel {
		margin-bottom: 20px;
		position: relative;
	}
	aside ul.tel_list li p.tel a {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
	}
	aside ul.tel_list li p.tel a span.icon::before {
		content: "";
		display: block;
		background: url(../images/aside-icon-tel.svg) no-repeat center/cover;
		width: 54px;
		height: 54px;
		margin-right: 8px;
	}
	aside ul.tel_list li p.tel a img{
		width: 75%;
	}
	aside ul.tel_list li p.tel span{
		color: #ED6D1F;
	}
	/* fax */
	aside ul.tel_list li p.fax {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 26px;
		line-height: 1.1;
	}
	aside ul.tel_list li p.fax::before {
		content: "FAX";
		border: 1px solid #5F5E5E;
		border-radius: 3px;
		padding: 3px 4px 1px;
		margin-right: 5px;
		font-size: 18px;
	}

@media screen and (max-width: 990px){
	aside{
		background: #FFFAF7!important;
	}
}
@media screen and (max-width:768px){
	aside {
		padding: 40px 3%;
	}
	/* タイトル */
	aside .tel_title p{
		margin-bottom: 30px;
	}
	aside .tel_title img{
		width: 224px;
	}
	/* リスト */
	aside ul.tel_list{
		display: block;
		margin-bottom: 30px;
	}
	aside ul.tel_list li{
		border-right:none;
		border-bottom: 1px dotted #ED6D1F;
		padding: 25px 0;
	}
	aside ul.tel_list li:nth-child(1) {
		border-left:none;
		border-top: 1px dotted #ED6D1F;
	}
	aside ul.tel_list li p:nth-child(1){
		width:100%;
		margin: 0 auto 20px;
	}
	aside ul.tel_list li p:nth-child(1) img{
		width: auto;
		height: 45px;
	}
	/* tel */
	aside ul.tel_list li p.tel {
		margin-bottom: 5px;
	}
	aside ul.tel_list li p.tel a {
		flex-wrap: wrap;
	}
	aside ul.tel_list li p.tel a span.icon::before {
		width: 30px;
		height: 32px;
		margin-right: 5px;
	}
	aside ul.tel_list li p.tel a img{
		width: 245px;
	}
	aside ul.tel_list li p.tel span:last-child {
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	aside .time{
		font-size: 12px;
	}
}





/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{
    color: #fff;
    padding: 50px 0 30px;
    background: #EC6D1E;
}
footer #pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
footer #pagetop img{
    vertical-align: top;
}
#pagetop:hover {
    opacity: 0.8;
}
footer a{
    color: #fff;
}
footer .wrap{
    clear: both;
		display: flex;
		align-items: center;
		justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
}
footer .leftcol{
    width: 25%;
}
footer .leftcol p{
    margin-bottom: 20px;
}
footer .rightcol{
    width: 70%;
}
footer .rightcol div{
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
footer .rightcol dl{
    line-height: 1.1;
    float: left;
    width: 24.5%;
}
footer .rightcol dl:last-child{
    width: 26%;
}
footer .rightcol dl dt a,
footer .rightcol dl dd ul li a{
    padding: 10px 0;
    display: block;
}
footer .rightcol dl dt{
    font-size: 15px;
	font-weight: bold;
}
footer .rightcol dl.ptb9 dt a{
    padding: 9px 0;
}
footer .rightcol dl dt.ptb10{
    padding: 10px 0;
}
footer .rightcol dl dd ul li.fb a{
    padding-left: 35px;
    min-height: 25px;
    background: url(../images/icon-fb.svg) no-repeat left center;
		font-weight: bold;
}
footer .rightcol dl dd ul li{
    font-size: 14px;
}
footer ul.link{
	display: flex;
	align-items: center;
	justify-content: space-between;
  clear: both;
}
footer ul.link li{
    width: 31%;
		text-align: center;
}
footer #copy{
    font-size: 10px;
    text-align: center;
    padding: 0 3%;
}
#copylAddress {
	font-size: 0;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:768px){
    footer{
        padding: 40px 0 15px;
    }
    footer #pagetop{
        right: 10px;
        width: 70px;
    }
    footer .wrap{
			display: block;
        margin-bottom: 10px;
        padding: 0;
    }
    footer .leftcol{
        text-align: center;
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    footer .leftcol p{
        margin-bottom: 10px;
    }
    footer .leftcol p img{
		height: 58px;
		width: auto;
	}
    footer .rightcol{
        float: none;
        width: 100%;
				padding: 0 20px;
    }
    footer .rightcol div{
        border-top: 1px solid #fff;
        margin-bottom: 20px;
    }
    footer .rightcol dl{
        float: none;
        width: 100%;
    }
    footer .rightcol dl:last-child{
        width: 100%;
    }
    footer .rightcol dl dt a,
    footer .rightcol dl dd ul li a{
        padding: 20px 25px;
        border-bottom: 1px solid #fff;
    }
    footer .rightcol dl dt{
        font-size: 14px;
        position: relative;
    }
    footer .rightcol dl.ac dt:after{
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 56px;
        background: url(../images/footer-ac.png) no-repeat 110% top;
        cursor: pointer;
        z-index: 50;
    }
    footer .rightcol dl.ac dt.open:after{
        background: url(../images/footer-ac.png) no-repeat 110% bottom;
    }
    footer .rightcol dl.ptb9 dt a{
        padding: 20px 25px;
    }
    footer .rightcol dl dt.ptb10{
        padding: 20px 25px;
    }
    footer .rightcol dl.ac dd{
        display: none;
    }
    footer .rightcol dl.ac dd{
    }
    footer .rightcol dl dd ul li.fb a{
        padding: 15px 0 15px 60px;
        background: url(../images/icon-fb.svg) no-repeat left 20px center;
        border-bottom: none;
    }
		footer ul.link{
			display: block;
			padding: 0 20px;
		}
    footer ul.link li{
			background: #fff;
			float: none;
			width: 100%;
			height: 53px;
			padding: 0 15px;
			margin: 0 0 10px;
			text-align: center;
    }
		footer ul.link li img{
			width: auto;
			height: 100%;
		}
}


/*---------------------------------------------------------------------------------------
    news-list
----------------------------------------------------------------------------------------*/


.sp-only {
    display: none;
}

div.flex-area{
    display: flex;
    justify-content: space-between;
}

div.flex-area div.content{
    width: 790px;
}
div.flex-area div.side-nav{
    width: 150px;
}

div.flex-area div.side-nav h2{
    background-color: #ED6D1F;
    line-height: 40px;
    text-align:center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}

div.flex-area div.side-nav ul li{
    margin-bottom: 30px;
    position: relative;
}

div.flex-area div.side-nav ul li a:after {
    content: ">";
    color: #ED6D1F;
    position: absolute;
    right:5px;
    font-size: 120%;
    line-height: 1.4;

}

div.news-list-area ul li {
    border-bottom: dotted 1px #CCCCCC;
    padding: 10px 0;
}

div.news-list-area ul li {
    border-bottom: dotted 1px #CCCCCC;
    padding: 10px 0;
    margin-bottom: 25px;
    position: relative;
}

div.news-list-area ul li span:first-child {
    width:100px;
    margin-right:40px;
    display: inline-block;
}

div.news-list-area ul li span.cate {
    display: inline-block;
    padding: 5px 20px;
    border:solid 1px #ED6D1F;
    color: #ED6D1F;
    margin-right: 15px;
}

div.news-list-area ul li a:after {
    content: ">";
    color: #ED6D1F;
    position: absolute;
    right:20px;
    font-size: 120%;

}

div.news-list-btn ul{
    text-align: center;
    margin-top: 70px;
}
div.news-list-btn ul li{
    display: inline-block;
        margin-left: 7px;
    margin-right: 7px;
}

div.news-list-btn ul li a{
    display: inline-block;
    border:solid 1px #CCCCCC;
    padding: 15px;
    text-align: center;
    line-height: 1;
    position: relative;
}

div.news-list-btn ul li.current a{
    background-color: #ED6D1F;
    color: #fff;
}
/*
div.news-list-btn ul li:last-child a{
    padding-right: 30px;
    width: 100px;
    box-sizing: border-box;
}
div.news-list-btn ul li:last-child a:after{
    content: ">";
    color: #ED6D1F;
    position: absolute;
    right:10px;
    font-size: 120%;
    top: 14px;
}
*/



div.news-list-btn ul li.pageend a{
    padding-right: 30px;
    width: 100px;
    box-sizing: border-box;
}
div.news-list-btn ul li.pagetop a{
    width: 100px;
    box-sizing: border-box;
}

div.news-list-btn ul li.pageend a:after{
    content: ">";
    color: #ED6D1F;
    position: absolute;
    right:10px;
    font-size: 120%;
    top: 12px;
}
div.news-list-btn ul li.pagetop a:before{
    content: "<";
    color: #ED6D1F;
    position: absolute;
    left:10px;
    font-size: 120%;
    top: 14px;
}

@media screen and (max-width: 767px){

.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

div.flex-area {
    display: block;
}

div.flex-area div.content,
div.flex-area div.side-nav {
    width: auto;
}
div.news-list-btn ul {
   margin-bottom: 20px;
   padding-left: 0;
}

div.news-list-btn ul li {
    margin-left: 2px;
    margin-right: 2px;
}

div.news-list-btn ul li a {
    padding: 8px 10px;
}

div.side-nav .sp-only a {
    background-color: #ED6D1F;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    padding: 5px 10px;
    margin-left: 10px;
}

div.news-list-area ul li span:first-child {
    display: block;
    margin-bottom: 5px;
}

div.news-list-area ul li span:last-child {
    display: block;
    margin-top: 5px;
}
div.news-list-area ul li a:after {
    bottom:15px;
}

.sp-only select {
    border:solid 1px #ED6D1F;
}




}
/*---------------------------------------------------------------------------------------
   news-item
----------------------------------------------------------------------------------------*/



div.news-item-area ul {
    margin-bottom: 30px;
}
div.news-item-area ul li span:first-child {
    margin-right:20px;
    display: inline-block;
    font-size: 20px;
}

div.news-item-area ul li span:last-child {
    display: inline-block;
    padding: 5px 20px;
    border:solid 1px #ED6D1F;
    color: #ED6D1F;
    margin-right: 15px;
}

div.news-item-area h1 {
    font-size: 24px;
    margin-bottom: 30px;
}

div.news-item-area p {
    line-height: 2;
}

div.news-item-area figure {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

div.news-item-area p.pdf-btn a {
    border-bottom: solid 1px #ccc;
    display: inline-block;
}



div.news-item-area p.pdf-btn a:after {
    content: ">";
    color: #000;
    margin-left: 40px;
}

div.news-item-area p.to-index {
    text-align: right;
}
div.news-item-area p.to-index a {
    border:solid 1px #999;
    display: inline-block;
    padding: 3px 15px;
    margin-top: 40px;
}
div.news-item-area p.to-index a:after {
    content: ">";
    color: #000;
    margin-left: 20px;
}


/*---------------------------------------------------------------------------------------
   recruit
----------------------------------------------------------------------------------------*/


div.recruit-item-area h2 {
    background-color: #FAF9EA;
    color: #531800;
    font-size: 24px;
    line-height:50px;
    margin-bottom: 35px;
}

div.recruit-item-area h2:before {
    content:"";
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #531800;
    margin-left: 30px;
    margin-right: 15px;
    vertical-align: middle;
}
div.recruit-item-area table {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    color: #531800;
    border: 1px solid #ccc;
}

div.recruit-item-area table th {
    width: 200px;
    background: #f2e0c9;
    padding: 20px 0 20px 20px;
    border-bottom: 1px dotted #ccc;
}

div.recruit-item-area table td {
        padding: 20px 0 20px 40px;
    border-bottom: 1px dotted #ccc;
}

div.recruit-item-area table tr:nth-of-type(5) td ul li,
div.recruit-item-area table tr:nth-of-type(1) td ul li {
    list-style: disc;
    margin-left: 20px;
}

div.recruit-item-area table tr:nth-of-type(6) td ul li:before {
    content: "◎";
    margin-right: 5px;
}
div.recruit-item-area div.btn-area {
    text-align: center;
    margin-bottom: 100px;
}

div.recruit-item-area div.btn-area a {
    display: inline-block;
    background:url(../images/img_arrow01.png) no-repeat right 20px center #ED6D1F;
    line-height: 1.4;
    border-radius: 100px;
    color: #fff;
    text-align: left;
    padding: 10px 60px 10px 40px;
    box-sizing: border-box;
}


@media screen and (max-width: 767px){



div.recruit-item-area table th,
div.recruit-item-area table td {
    width: auto;
    display: block;
}

div.recruit-item-area table td {
   padding:10px;
}
div.recruit-item-area h2 {
    font-size: 20px;
}

}

/*---------------------------------------------------------------------------------------
   recruit-form
----------------------------------------------------------------------------------------*/

div.recruit-form-area p {
    text-align: center;
    margin-bottom: 60px;
}

div.recruit-form-area p span {
    font-size: 23px;
}

div.recruit-form-area h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ED6D1F;
    width: 300px;
    margin: 25px auto;
    border-top:solid 2px #ED6D1F;
    border-bottom:solid 2px #ED6D1F;
    line-height: 45px;
    text-align: center;
}

div.recruit-form-area ol.step-area li span {
    font-weight: bold;
    color: #ED6D1F;
    margin-right: 20px;
}

div.recruit-form-area p.attent {
    color: #E5012D;
    font-weight: bold;
    margin:30px 0;
}

div.recruit-form-area ol.form-step-area {
    text-align: center;
    margin-bottom: 45px;
}
div.recruit-form-area ol.form-step-area li {
    display: inline-block;
    width: 220px;
    line-height: 40px;
    text-align: center;
    background-color: #EEEEEE;
    font-weight: bold;
    position: relative;
    margin: 0 20px;
}

div.recruit-form-area ol.form-step-area li.current {
    background-color: #E5012D;
    color: #fff;
}

div.recruit-form-area ol.form-step-area li:after {
    content: url(../images/img_arrow02.png);
    margin-right: 10px;
    position: absolute;
    right: -40px;
    top: 5px;
}
div.recruit-form-area ol.form-step-area li:last-child:after {
    display: none;
}

div.recruit-form-area span.hisu {
    border:solid 1px #E5012D;
    padding: 5px 10px;
    color: #E5012D;
    font-size: 12px;
    margin-right: 5px;
}

div.recruit-form-area p.note {
    text-align: left;
}
div.recruit-form-area table {
    width: 100%;
    margin-bottom: 60px;
}
div.recruit-form-area table tr {
    border-bottom: solid 1px #CCCCCC;
}
div.recruit-form-area table th {
    width: 210px;
    box-sizing: border-box;
    padding:25px 0;
    position: relative;
    text-align:left;
	vertical-align: middle;
}

div.recruit-form-area table th span {
    position: absolute;
    right: 0;
}
div.recruit-form-area table td {
    padding:25px;
    text-align: left;
    width: calc(100% - 200px);
    box-sizing: border-box;
}

div.recruit-form-area table td input[type="text"] {
    border-radius: 5px;
    border:solid 1px #ccc;
	width: 100%;
    max-width: 300px;
}

div.recruit-form-area table td input[type="radio"]:nth-of-type(2) {
    margin-left: 100px;
}
div.recruit-form-area table td select {
    margin-right: 15px;
}

div.recruit-form-area table tr:nth-of-type(5) input:nth-of-type(2) {
    margin-top: 15px;
    width: 100%;
}

div.recruit-form-area table tr:nth-of-type(6) input {
    width: 90px;
    margin-right: 15px;
}

div.recruit-form-area table tr td textarea {
    border-radius: 5px;
}

div.recruit-form-area div.pp-area {
    height: 250px;
    padding:25px;
    box-sizing: border-box;
    overflow: auto;
    border:solid 1px #ccc;
}
div.recruit-form-area div.pp-area p {
    text-align: left;
    margin-bottom: 1.4em;
}

div.recruit-form-area div.pp-area h4 {
    font-size: 22px;
    font-weight: bold;
}
div.recruit-form-area div.pp-area ul {
    margin-bottom: 1.4em;
    margin-left: 2em;
}

div.recruit-form-area div.pp-area ul li {
    list-style: disc;
}

div.recruit-form-area div.submit-btn ,
div.recruit-form-area div.btn_box {
    text-align: center;
    margin-top: 60px;
}

div.recruit-form-area div.submit-btn ul li,
div.recruit-form-area div.btn_box ul li{
	display: inline-block;
    width: 40%;
	margin-right: 10px;
	margin-left: 10px;
}
div.recruit-form-area div.submit-btn input {
    background-color: #E5012D;
    width: 40%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
}
ul.btn_contact li.submit-btn a {
    background-color: #E5012D;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
    display:inline-block;
    float:left;
}
ul.btn_contact_in li.submit-btn a {
    background-color: #E5012D;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
    display:inline-block;
}
ul.btn_contact li.submit-btn-back a {
    background-color: #aaaaaa;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
    display:inline-block;
    float:left;
    margin-right:10%;
}
	.step-area{max-width:700px; width: 100%; margin: 0 auto;}


@media screen and (max-width: 767px){

ul.btn_contact li.submit-btn a {
    background-color: #E5012D;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
    display:inline-block;
    margin-right:0;
}
ul.btn_contact li.submit-btn-back a {
    background-color: #aaaaaa;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border:none;
    display:inline-block;
    margin-right:0;
}


div.recruit-form-area ol.step-area li span {
    display: block;
}

div.recruit-form-area div.submit-btn ul li,
div.recruit-form-area div.btn_box ul li{
    width: 100%;
	margin-right: 0;
	margin-left: 0;
}

div.recruit-form-area div.submit-btn input {
    width: 100%;

}

div.recruit-form-area table th,
div.recruit-form-area table td {
    width: auto;
    display: block;
}

div.recruit-form-area ol.form-step-area li {
    width: 4em;

}
	div.recruit-form-area p {
    text-align: left;
}

}


/*---------------------------------------------------------------------------------------
   FAQ
----------------------------------------------------------------------------------------*/


.accordion4 {
    text-align: left;
    width: 100%;
    overflow: hidden;
}
.all {
    width: 130px;
    font-size: 14px;
    color: #ED6D1F;
    display: block;
    padding: 5px;
    padding-left: 5px;
    background: url(../images/arrow-bottom-orange.svg) no-repeat left 15px center;
    padding-left: 45px;
    border: 1px solid #ED6D1F;
    text-align: center;
    float: right;
    margin-bottom: 20px;
    cursor: pointer;
}
.accordion4 .inner {
    display: none;
}
.accordion4 .inner.open {
    display: block;
}
.accordion4 p{
    cursor: pointer; padding: 35px 0;
}
.accordion4 p.ac{
    color: #ED6D1F;
    font-weight: bold;
    font-size: 22px;
    border-top: solid 1px #ED6D1F;
    display: flex;
    justify-content: space-between;
}
.accordion4 p.ac:before{
    content: "Q1.";
    display: block;
    width: 70px;
    text-align: left;
}

.accordion4 li:nth-of-type(2) p.ac:before{
    content: "Q2.";
}
.accordion4 li:nth-of-type(3) p.ac:before{
    content: "Q3.";
}
.accordion4 li:nth-of-type(4) p.ac:before{
    content: "Q4.";
}
.accordion4 li:nth-of-type(5) p.ac:before{
    content: "Q5.";
}
.accordion4 li:nth-of-type(6) p.ac:before{
    content: "Q6.";
}
.accordion4 li:nth-of-type(7) p.ac:before{
    content: "Q7.";
}
.accordion4 li:nth-of-type(8) p.ac:before{
    content: "Q8.";
}
.accordion4 li:nth-of-type(9) p.ac:before{
    content: "Q9.";
}
.accordion4 li:nth-of-type(10) p.ac:before{
    content: "Q10.";
}
.accordion4 li:nth-of-type(11) p.ac:before{
    content: "Q11.";
}
.accordion4 li:nth-of-type(12) p.ac:before{
    content: "Q12.";
}
.accordion4 p.ac span{
    width: calc(100% - 90px);
    text-align: left;
}
.accordion4 p.ac:after{
    content: "+";
    float: right;
    background-color: #ED6D1F;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.accordion4 p.ac.open01:after{
    content: "-";
    float: right;
    background-color: #ED6D1F;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    line-height: 40px;
}
.accordion4 {
    border-bottom: solid 1px #ED6D1F;
}
.accordion4 .inner li sup{
	font-size:10px ! important;
}
.accordion4 .inner li{
    padding: 35px 0;
    border-top: solid 1px #ED6D1F;
    display: flex;
    justify-content: space-between;

}
.accordion4 .inner li span{
    width: calc(100% - 50px);
}
.accordion4 .inner li span a{
    text-decoration: underline;
    color:#337CBC;
}
.accordion4 .inner li span a:hover{
    opacity: 1;
    text-decoration: none;
}
.accordion4 .inner li:before{
    content:"A";
       background-color: #939393;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    margin-right: 5px;
    display: block;
    font-weight: bold;
    line-height: 36px;
}


@media print{
	body{
		width: 1100px;
		margin: 0 auto;
	}
	.sponly{
		display: none!important;
	}
}
