@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font: 100%/1.4 'Noto Sans JP', Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #221815;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}

a:link {
	color:#4a8be1;
	text-decoration: underline;
}
a:visited {
	color:#4a8be1;
}
a:hover, a:active, a:focus {
	color:#4a8be1;
	text-decoration: none;
}
span{
	display:inline-block;
	}
span.grn{
	color:#5fc1c9;
	}
span.sml{
	font-size:small;
	}
span.xsml{
	font-size:x-small;
	}
span.lar{
	font-size:xx-large;
	font-weight:bold;
	}
@media screen and (max-width: 768px) {
span.lar{
	font-size:x-large;
	font-weight:bold;
	}
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ~~ コンテナ通常~~ */
.container {
	width: 100%;
	max-width: 1060px;
	min-width: 10px;
	background-color: #FFF;
	margin: 0 auto;
}
.content {
	padding: 100px 20px;
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.content {
	padding: 50px 20px;
	}
}
@media screen and (max-width: 480px) {
}




@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}





.cont_64 {/*2分割_6:4*/
	width: 100%;
	max-width: 1040px;
	min-width: 10px;
	background-color: #FFF;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	line-height:1.7em;
	padding:0 0 40px 0;
	font-size:90%;
}
.cont_64 + .cont_64 {
	border-top:1px dotted #b9b9b9;
	padding:40px 0 40px 0;
	}
.cont_64 div:nth-child(1){
	padding:0 30px 0 0;
	}
.cont_64 div:nth-child(2){
	padding:0 0 0 30px;
	}
.cont_64 div.hal_4{
	flex-grow: 0;
	flex-shrink: 0;
	width: 40%;
	}
.cont_64 div.hal_6{
	flex-grow: 2;
	width: 60%;
	}
.cont_64 div.hal_4 img{
	display:block;
	width: 100%;
	max-width:420px;
	height:auto;
	margin:0 auto;
	}
.cont_64 div h4{
	color:#4dbcc5;
	font-size:180%;
	margin:0 0 0.5em 0;
	display: flex; 
	flex-direction: row;
	justify-content:flex-start; 
	align-items: center;
	line-height:1.5em; 
	}
.cont_64 div h4::before{
	content:"";
	flex-grow: 0;
	flex-shrink: 0;
	display:inline-block;
	height:72px;
	margin:0 30px 0 0;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
	}
.cont_64.sub1 div h4::before{
	width:26px;
	background-image:url(../img/sub_1.gif);
	}
.cont_64.sub2 div h4::before{
	width:49px;
	background-image:url(../img/sub_2.gif);
	}
.cont_64.sub3 div h4::before{
	width:39px;
	background-image:url(../img/sub_3.gif);
	}

@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.cont_64 {/*2分割_6:4*/
	flex-direction: column;
	padding:0 0 30px 0;
	}
.cont_64 + .cont_64 {
	padding:30px 0 30px 0;
	}
.cont_64 div:nth-child(1),
.cont_64 div:nth-child(2){
	padding:0;
	}
.cont_64 div.hal_4,
.cont_64 div.hal_6{
	flex-grow: 2;
	width: 100%;
	}
.cont_64 div.hal_4{ 
	order: 2; 
	}
.cont_64 div.hal_6{
	order: 1; 
	}
.cont_64 div h4{
	font-size:150%;
	}
.cont_64 div h4::before{
	height:48px;
	margin:0 20px 0 0;
	}
.cont_64.sub1 div h4::before{
	width:17px;
	}
.cont_64.sub2 div h4::before{
	width:32px;
	}
.cont_64.sub3 div h4::before{
	width:26px;
	}
}
@media screen and (max-width: 480px) {
}

.cont_55 {/*2分割_同型*/
	width: 100%;
	max-width: 1040px;
	min-width: 10px;
	background-color: #FFF;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	line-height:1.7em;
}
.ang + .cont_55{
	margin: 40px auto;
	}
.cont_55 .cont_55{
	justify-content: flex-start;
	margin: 0 auto;
	}
.cont_55 div.fir{
	width: 50%;
	padding:0 30px 0 0;
	}
.cont_55 div.sec{
	width: 50%;
	padding:0 0 0 30px;
	}
.cont_55 p.smlfir,
.cont_55 p.smlsec{
	font-size:90%;
	position:relative;
	display:block;
	width: 50%;
	padding:0 0 0 1em;
	margin:0;
	}
.cont_55 p.smlfir::before,
.cont_55 p.smlsec::before{
	content:"・";
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:1em;
	height:1em;
	}
.cont_55 div.fir p.smlfir::before,
.cont_55 div.fir p.smlsec::before{
	color:#6096dd;
	}
.cont_55 div.sec p.smlfir::before,
.cont_55 div.sec p.smlsec::before{
	color:#4dbcc5;
	}
.cont_55 h3{
	color:#5fc1c9;
	font-size: 160%;
	margin:0 0 0.5em 0;
	}
.cont_55 h4{
	font-size: 140%;
	margin:0 0 1em 0;
	line-height:1.5em;
	}
.cont_55 h5{
	display:block;
	text-align:center;
	font-size: medium;
	font-weight:normal;
	color:#fff;
	margin: 0.5em 0;
	padding: 5px 0;
	}
.cont_55 div.fir h5{
	background-color:#8fb5e7;
	}
.cont_55 div.sec h5{
	background-color:#82d0d6;
	}
.cont_55 p{
	font-size:95%;
	}
.cont_55 a::after{
	content:"";
	display:inline-block;
	width:16px;
	height:14px;
	background-image:url(../img/link_blank.gif);
	background-repeat:no-repeat;
	margin:0 0 -2px 0;
	}
.cont_55 img.course55{
	display:block;
	width:100%;
	margin:0 auto 0 0;
	max-width:490px;
	height:auto;
	}
.cont_55 img.firimg{
	display:block;
	width:80%;
	margin:0 auto 1em;
	max-width:205px;
	height:auto;
	}
.cont_55 img.secimg{
	display:block;
	width:80%;
	margin:0 auto 1em;
	max-width:218px;
	height:auto;
	}
.cont_55 div.fir img.course55 + div{
	border-top:4px solid #6096dd;
	border-bottom:1px solid #6096dd;
	border-left:1px solid #6096dd;
	border-right:1px solid #6096dd;
	padding:30px;
border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-o-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-ms-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	}
.cont_55 div.sec img.course55 + div{
	border-top:4px solid #4dbcc5;
	border-bottom:1px solid #4dbcc5;
	border-left:1px solid #4dbcc5;
	border-right:1px solid #4dbcc5;
	padding:30px;
border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-o-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-ms-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	}
.cont_55 + p{
	font-size:95%;
	margin: 1em 0 0 0;
	display:block;
	text-align:center;
	line-height:1.7em;
	}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.cont_55 {/*2分割_同型*/
	margin: 0 auto;
	flex-direction: column;
	}
.ang + .cont_55{
	margin: 20px auto;
	}
.cont_55 .cont_55{
	flex-direction: row;
	}
.cont_55 div.fir{
	width: 100%;
	padding:0;
	}
.cont_55 div.sec{
	width: 100%;
	padding:20px 0 0 0;
	}
.cont_55 h4{
	font-size: 120%;
	margin:0 0 0.5em 0
	}
.cont_55 div.fir img.course55 + div,
.cont_55 div.sec img.course55 + div{
	padding:15px;
	}
}
@media screen and (max-width: 480px) {
.cont_55 .cont_55{
	flex-direction: column;
	}
.cont_55 p.smlfir,
.cont_55 p.smlsec{
	width: 100%;
	}
}

.cont_yaj{
	position:relative;
	border-top:1px dotted #b9b9b9;
	margin:50px 0 0 0;
	padding:50px 0 0 0;
	text-align:center;
	}
.cont_yaj p{
	font-size:120%;
	margin:0;
	}
.cont_yaj p:nth-child(2){
	margin:0 0 2em 0;
	}
.cont_yaj p + p{
	line-height:2.5em;
	}
.cont_yaj .dia {
	position: absolute;
	left:0;
	right:0;
	top:-70px;
	display:block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 45px solid transparent;
	border-bottom: 45px solid #3ab2bc;
	border-left: 45px solid #4dbcc5;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
	}

@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.cont_yaj p{
	font-size:100%;
	margin:0;
	}
.cont_yaj p:nth-child(2){
	margin:0 0 1em 0;
	}
.cont_yaj p + p{
	line-height:2em;
	}
}
@media screen and (max-width: 480px) {
}

.content .ang{/*＜＞囲み見出し*/
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:0;
	}
.content .ang::before,
.content .ang::after{
	content:"";
	flex-grow: 0; 
	flex-shrink: 0;
	display: block;
	width:100px;
	height:84px;
	background-image:url(../img/title_wak1.gif);
	background-repeat:no-repeat;
	background-size:100% auto;
	}
.content .ang::before{
	margin-right:10px;
	}
.content .ang::after{
	margin-left:10px;
    transform: scale(-1, 1);
	}
.content .ang div{
	text-align:center;
	}
.content .ang div h1{
	font-size:medium;
	font-weight:normal;
	}
.content .ang div h1 + p{
	font-size:230%;
	font-weight:bold;
	margin:0;
	}

@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.content .ang::before,
.content .ang::after{
	width:50px;
	height:42px;
	}
.content .ang div h1 + p{
	font-size:x-large;
	}
}
@media screen and (max-width: 480px) {
.content .ang::before,
.content .ang::after{
	width:25px;
	height:21px;
	}
.content .ang div h1{
	font-size:small;
	}
}


.cont_sch {/*神村詳細用*/
	width: 100%;
	max-width: 1040px;
	min-width: 10px;
	background-image:url(../img/bg_kamimura.gif);
	background-repeat:repeat;
	background-position:top left;
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
	padding:50px;
	font-size:90%;
}
.cont_sch h5{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size:xx-large;
	font-weight:normal;
	margin:0 0 0.5em 0;
	}
.cont_sch h5::before{
	content:"";
	display:inline-block;
	width:53px;
	height:80px;
	margin-right:0.5em;
	background-image:url(../img/logo_kamimura.gif);
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	}
.cont_sch .sch_hal {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	line-height:1.7em;
	padding:0 0;
}
.cont_sch .sch_hal p{
	margin:0;
	}
.cont_sch .sch_hal div.hal{
	width: 50%;
	}
.cont_sch .sch_hal div.hal:nth-child(1){
	padding:0 30px 0 0;
	}
.cont_sch .sch_hal div.hal:nth-child(2){
	padding:0 0 0 30px;
	}
.cont_sch .sch_hal div.hal p.gaiyou{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	}
.cont_sch .sch_hal div.hal p.gaiyou span.gai:nth-child(1){
	width:5em;
	padding-right:1em;
	flex-grow: 0;
	flex-shrink: 0; 
	position:relative;
	}
.cont_sch .sch_hal div.hal p.gaiyou span:nth-child(2){
	}
.cont_sch .sch_hal div.hal p.gaiyou span.gai:nth-child(1)::before{
	content:"：";
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	width:1em;
	height:100%;
	}
.cont_sch .sch_hal div.hal p.gaiyou span
	
.cont_sch .sch_hal div.hal a,
.cont_sch .sch_hal div.hal a span{
	text-decoration:none;
	}
.cont_sch .sch_hal div.hal p + a{
	margin-top:1em;
	}

@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1020px) {
}
@media screen and (max-width: 768px) {
.cont_sch {/*神村詳細用*/
	padding:30px;
}
.cont_sch .sch_hal {
	flex-direction: column;
}
.cont_sch .sch_hal div.hal{
	width: 100%;
	}
.cont_sch .sch_hal div.hal:nth-child(1){
	padding:0;
	}
.cont_sch .sch_hal div.hal:nth-child(2){
	padding:30px 0 0 0;
	}
.cont_sch h5{
	font-size:x-large;
	}
}
@media screen and (max-width: 480px) {
.cont_sch h5::before{
	width:40px;
	height:60px;
	}
.cont_sch h5{
	font-size:large;
	}
}

/* ~~ 横幅最大~~ */
.cont_topimg {/*indexトップ*/
	position:relative;
	width: 100%;
	min-width: 10px;
	background-color: #FFF;
	background-image:url(../img/topimg_pc1920.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0 auto;
	height:940px;
	text-align:center;
}
.cont_topimg img.spimg{
	position:relative;
	display: none;
	}
.cont_sub {/*h2配置用*/
	position:relative;
	width: 100%;
	min-width: 10px;
	background-color: #FFF;
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0 auto;
	height:320px;
	text-align:center;
}
.cont_sub.title1 {
	background-image:url(../img/title_bg1.jpg);
	background-position:top center;
}
.cont_sub.title2 {
	background-image:url(../img/title_bg2.jpg);
	background-position:center right;
	text-align:left;
}
.cont_sub.title3 {
	background-image:url(../img/title_bg3.jpg);
	background-position:center;
	text-align:left;
	height:220px;
}
.cont_sub h2{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display:block;
	width:auto;
	height:1.5em;
	margin:auto;
	font-size:xx-large;
	}
.cont_sub.title1 h2{
	color:#fff;
	}
.cont_sub.title2 h2,
.cont_sub.title3 h2{
	width:94%;
	max-width:1020px;
	color:#282828;
	text-align:left;
	}
@media screen and (max-width: 1260px) {
.cont_topimg {
	background-image:url(../img/topimg_pc1260.jpg);
	}
.cont_sub {/*h2配置用*/
}
}
@media screen and (max-width: 960px) {
.cont_sub {/*h2配置用*/
	height:200px;
}
}
@media screen and (max-width: 768px) {
.cont_topimg {
	background-image: none;
	height: auto;
	}
.cont_topimg img.spimg{
	display:block;
	width: 100%;
	max-width:768px;
	height:auto;
	}
.cont_sub,
.cont_sub.title3 {/*h2配置用*/
	height:160px;
}
.cont_sub h2{
	font-size:x-large;
	}
}
@media screen and (max-width: 480px) {
.cont_sub.title2 h2{
	text-shadow:0px 0px 3px #ffffff,
				0px 0px 5px #ffffff,
				0px 0px 8px #ffffff,
				0px 0px 10px #ffffff;
	}
}


#top_scroll{/*スクロールリンク*/
	font-family: 'Josefin Sans', sans-serif;
	position:absolute;
	bottom:15%;
	left:0;
	right:0;
	margin:auto;
	display:block;
	width: 40px;
	z-index:11;
	color:#4dbcc5;
	text-decoration: none;
	vertical-align:text-bottom;
	}
.top_scroll{
	display:inline-block;
	margin: 0 auto 40px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:  transparent transparent #4dbcc5 #4dbcc5;
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
	}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
#top_scroll{
	bottom:10%;
	}
.top_scroll{
	margin: 0 auto 30px;
	}
}


/* ~~ ヘッダー ~~ */
.header {
	background-color: #fff;
	background-image:url(../img/border_x.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#5a5a5a;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.header .head_txt,
.header .head_tel{
	margin:0 10px;
	text-align:center;
	}
.header .head_txt{
	flex-shrink: 0;
	width:170px;
	}
.header .head_txt p{
	display:inline-block;
	}
.header .head_txt p,
.header .head_tel p{
	margin:0;
	font-size:85%;
	}
.header .head_txt p:last-child,
.header .head_tel p:last-child{
	font-size:70%;
	}
.header .head_tel img{
	width:210px;
	height:30px;
	}
.header .head_logo{
	margin:0 auto 0 0;
	}
.header .head_logo img{
	display:block;
	width:100%;
	max-width:250px;
	height:auto;
	margin:0;
	}
.header .head_mail{
	display:block;
	background-color:#4a8be1;
	}
.header .head_mail a{
	padding:20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color:#fff;
	}
.header .head_mail a:focus,
.header .head_mail a:hover{
	}
.header .head_mail a img{
	width:40px;
	height:29px;
	margin-right:5px;
	}
.head_sp{/*SP用header*/
	display: none;
	}
.head_sp .sp_logo{
	flex-grow: 0;
	flex-shrink: 0;
	}
.head_sp .sp_logo img{
	width:auto;
	height:70%;
	max-height:50px;
	margin:5px;
	}
.head_sp .sp_txt{
	text-align:center;
	}
.head_sp .sp_txt img{
	display:block;
	width:100%;
	max-width:230px;
	height:auto;
	margin:0 auto;
	}
.head_sp .sp_txt p{
	margin:0;
	font-size:small;
	}
.head_sp .sp_txt p:first-child{
	font-size:x-small;
	color:#5a5a5a;
	}
.head_sp .sp_txt p:last-child{
	color:#a0a0a0;
	}
@media screen and (max-width: 940px) {
.header .head_tel img{
	width:100%;
	max-width:210px;
	height:auto;
	}
.header .head_mail a{
	padding:20px 10px;
	}
}
@media screen and (max-width: 768px) {
.header .head_txt,
.header .head_logo,
.header .head_tel,
.header .head_mail{
	display: none;
	}
.head_sp{
	margin:0 auto;
	padding:5px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	}
}

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


/* ~~ リンクボタン挙動用 ~~ */
.btn_blue{
	position: relative;
	overflow: hidden;
	background-color:#4a8be1;
	z-index: 0;
	color:#fff;
	padding:0 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	}
.btn_blue:focus,
.btn_blue:hover{
	}
.btn_blue::after,
.btn_blue2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_blue:hover::after {
  left: 0;
  background-color: #3277d4;
}
.btn_blue img{
	width:70px;
	height:50px;
	margin-right:10px;
	}
.btn_blue2{
	position: relative;
	overflow: hidden;
	border:1px solid #4a8be1;
	background-color:#fff;
	z-index: 0;
	padding:15px 40px;
	font-size:130%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	color:#4a8be1;
	}
.btn_blue2:focus,
.btn_blue2:hover{
	color:#fff;
	}
.btn_blue2:hover::after {
  left: 0;
  background-color: #4a8be1;
}
.btn_blue2::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	margin:auto;
	display:block;
	width:22px;
	height:17px;
	background-image:url(../img/bnr_ya.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size:22px 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
	}
.btn_blue2:hover::before{
	background-image:url(../img/bnr_yaw.png);
	}
@media screen and (max-width: 480px) {
.btn_blue img{
	width:40px;
	height:29px;
	margin-right:5px;
	}
.btn_blue2{
	font-size: medium;
	padding:15px 30px 15px 10px;
	}
.btn_blue2::before{
	right:10px;
	}
}


/* ~~ フッター ~~ */
.footer {
	width:100%;
	max-width:1060px;
	margin:0 auto;
	padding: 10px 20px 0;
	background-color: #fff;
}
.footer h3{
	display:block;
	color:#fff;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	background-color:#5fc1c9;
	padding: 10px 0;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	}

.footer .foot_flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding:0;
	}
.footer .foot_flex .foot_title{
	width:60%;
	}
	
.footer .foot_flex .foot_title .sctitle{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin:0 0 1em 0;
	}
.footer .foot_flex .foot_title .sctitle .logo{
	flex-grow: 0; 
	flex-shrink: 0; 
	margin:0 20px 0 0;
	}
.footer .foot_flex .foot_title .sctitle .logo img{
	display:block;
	width:100%;
	max-width:45px;
	height:auto;
	}
.footer .foot_flex .foot_title .sctitle .txt p{
	color:#282828;
	margin:0 0 5px 0;
	}
.footer .foot_flex .foot_title .sctitle .txt p:nth-child(2){
	font-size:230%;
	font-weight:bold;
	}
.footer .foot_flex .foot_title .sctitle .txt p:nth-child(3),
.footer .foot_flex .foot_title .sctitle .txt p:nth-child(4){
	font-size:80%;
	}
	
.footer .foot_flex .foot_title .sctitle + p{
	font-size:90%;
	}

.footer .foot_flex .foot_btn{
	text-align:center;
	margin:0 0 0 10px;
	}
.footer .foot_flex .foot_btn p{
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	margin:0;
	padding:5px 0;
	}
.footer .foot_flex .foot_btn img.tel{
	display:block;
	width:100%;
	max-width:419px;
	height:auto;
	margin:20px auto;
	}
.footer .foot_flex .foot_btn a{
	color:#fff;
	padding: 10px 0;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	font-size:x-large;
	font-weight: bold;
	}
.footer .foot_copy{
	display:block;
	color:#646464;
	font-size:small;
	text-align:center;
	border-top:1px solid #dcdcdc;
	padding:1em 0 0;
	letter-spacing:1px;
}
@media screen and (max-width: 1020px) {
.footer .foot_flex .foot_title .sctitle .txt p:nth-child(2){
	font-size:3vw;
	font-weight:bold;
	}
}

@media screen and (max-width: 768px) {
.footer h3{
	margin:0 0 0.5em;
	}
.footer .foot_flex{
	flex-direction: column;
	justify-content: center;
	}
.footer .foot_flex .foot_title,
.footer .foot_flex .foot_btn{
	width:100%;
	margin:0 auto;
	}
.footer .foot_flex .foot_btn{
	margin:0 auto 10px;
	}
.footer .foot_flex .foot_title .sctitle .txt p:nth-child(2){
	font-size: x-large;
	}
}

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


/* 下部固定のメニュー */
.footstick {
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	z-index:99;
	bottom:0;
	left:0;
	right:0;
	width: 100%;
	/*border-top: 1px solid #c9c9c9;*/
	margin:0;
}
.foot{
	width: 100%;
	margin:auto;
	padding: 0;
	background-color: transparent;
	/*background: -moz-linear-gradient(top, #f2f2f2, #FFF);
	background: -webkit-linear-gradient(top, #f2f2f2, #FFF);
	background: linear-gradient(to bottom, #f2f2f2, #FFF);
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #fff;*/
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	}
.foot a,
.foot a img{
	display:block;
	}
.foot_sp{
	display:none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}
.foot_sp div{
	height:70px;
	flex-grow: 2; 
	color:#fff;
	font-size:medium;
	text-align: left;
	}
.foot_sp div:nth-child(1){
	background-color:#595656;
	}
.foot_sp div:nth-child(2){
	background-color:#4a8be1;
	}
.foot_sp div.tel_sp,
.foot_sp div a{
	height:70px;
	padding:0 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color:#fff;
	}
.foot_sp div.tel_sp img{
	width:100%;
	max-width:244px;
	height:auto;
	}
.foot_sp div a:focus,
.foot_sp div a:hover{
	text-decoration:none;
	}
.foot_sp div a img{
	width:70px;
	height:50px;
	margin-right:10px;
	}
@media screen and (max-width: 768px) {
.foot_sp{
	display: flex;
	}
}
@media screen and (max-width: 480px) {
.foot_sp div.tel_sp,
.foot_sp div a{
	padding:0 8px;
	}
.foot_sp div a img{
	width:40px;
	height:29px;
	margin-right:5px;
	}
.foot_sp div{
	font-size: small;
	}
}