﻿@CHARSET "UTF-8";
/***** デフォルトはスマートフォン *****/
.outer{
	width :100%;
	background: lightyellow;
	background-repeat: repeat;
}
.head_flex{
	margin: 1rem 1rem 2rem 0;
}
.container{
	width:100%;
	height: auto;
	position: relative;
}
.container_img{
	width:100%;
}
.header_addr{
	position: absolute;
	top:0rem;
	right:0.2rem;
	font-size:16px;
	color: #505050;
	padding:0;
	margin:0;
}

.h1{
  position: relative;
  color: darkgreen;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
h1:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.head_logo{
	margin:0 auto;
	align-items: center;
}
.logo_image{
	width: 40%;
	margin: 0 auto;
}
.header_main{
	text-align: center;
	background: white;
}
.link_color{
	color: #505050;
}
.text_hover :hover{
	text-decoration: underline;
	
	//text-decoration: none;
	
	position: relative;
	top: -2px;
	left: -2px;
}
.headder_addr{
	font-size: 0.7rem;
	text-align: center;
	margin-top: 1rem;
}
.button_outer{
		display: flex;
		align-items: center;/*縦方向の配置をセンターにする*/
		margin: 2rem 0;
		justify-content: space-around;
}

.button_outer_1{
		display: flex;
		align-items: center;/*縦方向の配置をセンターにする*/
		margin: 0.5rem 0 0.5rem 0;
		justify-content: space-around;
}
.button_main_1{
				//background-color: #bad54a;
				line-height: 1.2;
				width: 30%;
				height: auto;
				margin-top: 0.5rem;
				padding: 5px;
				text-align: center;
				font-size: 1.5rem;
}
.button_span{
				display: block;
				width: 100%;
				height: auto;
				padding: 10px 5px 10px 5px;
				border-radius: 1rem;
				font-size: 0.7rem;
}
.button_text{
				color: #777;
				padding-bottom: 3px;
				margin-bottom: 3px;
}
.carrent{
			text-decoration-line: underline 5px;
			text-decoration-color: blue; /* 線の色 */
}
.carrent_1{
			color: blue;
			border-bottom: double 2px blue;
}
.top_flex{
	width: 100%;
	display: flex;
	vertical-align: top;
	justify-content: center;
	margin-top: 1rem;
	justify-content: space-around;
}
.flex_img{
	width: 49%;
	text-align: center;
}
.flex_text{
	font-size: 0.8rem;
	width: 50%;
	padding: 1rem;
}
.mokuji_outer{
	padding: 1rem 1rem 1rem 2rem;
	margin: 1.5rem;
	border-radius: 10px;
	background: #ffefd5;
	border: solid 2px tomato;
}
.mokuji_title{
	font-size: 1rem;
	text-align: center;
}

.mokuji_1{
	font-size: 0.8rem;
	padding: 0.5rem 0 0 1rem;
}
.mokuji_2{
	font-size: 0.8rem;
	padding: 0 0 0 2rem;
}
.inner{
	margin:0 auto;
	width: 98%;
}
.h2_main{
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	font-size: 2rem;
	font-weight: bold;
	background-image: linear-gradient(to right, darkgreen, mediumseagreen);
	color: white;
	border-radius: 10px;
}
.about_h2{
	margin: 2rem 0 0 0;
	text-align: center;
	font-size: 1.2rem;
}
.h2_span{
				display: block;
				width: 100%;
				height: auto;
				padding: 10px 5px 10px 25px;
				border-radius: 1rem;
				//border-radius: 5px;
				font-size: 1rem;
}
.h3_main{
				background-image: linear-gradient(to right, darkgreen, mediumseagreen);
				line-height: 1.2;
				width: 100%;
				height: auto;
				color: #FFF;
				margin-top: 2rem;
				padding: 5px;
				border-radius: 5px;
				text-align: center;
				font-size: 1.5rem;
				border-radius: 10px;
}
.h3_span{
				display: block;
				width: 100%;
				height: auto;
				padding: 10px 5px 10px 25px;
				border-radius: 5px;
				font-size: 1rem;
}
.h3_inst{
	margin-top: 0.5rem;
	font-size: 1.2rem;
	padding-left: 0.5rem;
	border-left: 10px solid darkgreen;
	border-bottom: 2px solid darkgreen;
}
.section_text{
	padding: 0.5rem;
}
.about_box{
}
.about_table{
	border-collapse: collapse;
	margin: 0 auto;
}
.about_table th, .about_table td{
	padding: 0.2rem 0.5rem; 
	border: solid 1px;
	font-size: 0.9rem;
}
.about_table th{
	background-color: #ffefd5;
	width: 8rem;
}
.about_table td{
	background-color: white;
	width: 15rem;
}
.mark1{
	background: linear-gradient(transparent 60%, pink 40%);
}
.oshokuji{
	font-size: 0.6rem;
	color: red;
}

.under_space{

	margin-bottom: 2rem;
}

.footer_shamei{
	font-size: 1rem;
}
.footer_shamei2{
	margin-top: 1rem;
}

.footer_addr1{
	text-align: center;
	font-size: 1rem;
}
.footer_main{
	background: #fffff0;
	padding-top: 1rem;
}
.footer_flex{
	width: 100%;
	margin: 1rem 0 0 0;
	text-align: center;
}
.footer_copy{
	margin: 1rem 0 3rem 0;
	font-size: 0.8rem;
	text-align: center;
}
.addr_number{
	margin: 0.5rem 0 0 0.5rem; 
	text-align: center;
}

.under_space{
	display: none;
}
.kanren{
	margin-top: 1.5rem;
	font-weight: normal;
	font-size: 1.3rem;
}

.kanren_center{
	margin: 0 auto;
	text-align: center;
}

.kanren_left{
	text-align: left;
	padding: 0.8rem;
}

.kanren_title{
	margin-top: 1rem;
	font-size: 1rem;
}

.kanren_text{
	padding-left: 1rem;
	text-size: 0.6rem;
}
.gaikan_img{
	padding: 1rem 1rem 1rem 2rem;
}

.information_box{
	background-color: #ffefd5;
}

.information{
	text-align: center;
	font-size: 1rem;
	padding-top: 1rem;
}

.gr_home{
	font-size: 1rem;
	color: red;
	margin-bottom: 1.5rem;
	padding: 1rem 1rem 1rem 10%;
}
table {
 	border-collapse: collapse; /* 隣り合うセルの線を結合 */
	border: 1px solid black;    /* 外側は青色の実線2px */
	margin-top: 1rem;
}

.sheet_th,sheet_td,sheet_td_r{
	background: #dbffdb;
	border: 1px solid black; /*罫線を引く*/
	font-size: 0.6rem;
	padding: 0.3rem 1.5rem;
}

.sheet_th{
	background: #ffefd5;
	border: 1px solid black; /*罫線を引く*/
	font-weight:normal;
}

.sheet_td{
	text-align: center;
	border: 1px solid black; /*罫線を引く*/
	font-size: 0.6rem;
	background: #dbffdb;
}
.sheet_td_r{
	text-align: right;
	border: 1px solid black; /*罫線を引く*/
	background: white;
	padding: 0.3rem 0.5rem;
}
.anshin_outer{
	padding: 1rem 1rem 1rem 2rem;
	margin: 1.5rem;
	border-radius: 10px;
	background: #ffefd5;
	border: solid 2px tomato;
}
.anshin_h2{
	font-size: 1rem;
	text-align: center;
}
.anshin_red{
	color: red;
	font-size: 1.3rem;
}

.anshin_big{
	font-size: 0.9rem;
	margin-top: 1rem;
}
.anshin_small{
	font-size: 0.7rem;
	padding-left: 2rem;
}
.nagare_flex{
	display: flex;
	margin-top: 0.8rem;
	width: 100%;
}
.nagare_left{
	width: 50%;
	text-align: center;
	padding: 0 0 0 3rem;
}
.nagare_right{
	width: 50%;
	text-align: left;
	margin-left: 1rem;
	font-size: 0.7rem
}
.nagare_text{
	border: solid 1px;
	border-radius: 1rem;
	background: #fffff0;
	padding: 0.3rem 0 0.3rem 0;
	font-size: 0.8rem;
}
.nagare_keisen{
	width: 70%;
	border-top: dashed 1px;
}
.head_span{
	margin-top: 1rem;
	display: none;
}
.head_text{
	padding: 1rem;
	font-size: 0.8rem;

}
.makino_banner{
	margin: 1rem auto;
	width: 70%;
}
.kamome_women{
	color: red;
}
.kamome_men{
	color: blue;
}
/* 就労継続支援 Ｎコネクト */
.h4{
	margin: 1.5rem 0 0.5rem 0;
	text-align: center;
	font-size: 0.8rem;
}
.nconnect_text{
	padding:0  0.5rem;
	font-size: 0.7rem;
}
/**==================================================**/
/**=          画面サイズ768px以上の指定              **/
/**==================================================**/
@media screen and (min-width:768px){
/* ---------------  header ------------------ */
	.h1{
		font-size: 20px;
	}
	.head_flex{
		display: flex;
		align-items: center;/*縦方向の配置をセンターにする*/
		margin: 0;
		justify-content: space-around;
	}
	.header_addr{
		top:0.8rem;
		right:0.8rem;
		font-size:1.2rem;
	}
	.headder_addr1{
		width: 30%;
		text-align: left;
		font-size: 1rem;
		margin-top: 0;
	}
	.logo_image{
		width: 35%;
		margin: 0;
	}
	.inner{
		width: 70%;
	}
	.footer_flex{
		display: flex;
		align-items: start;/*縦方向の配置をセンターにする*/
		margin: 0.5rem 0 0 0;
		justify-content: space-around;
	}
	.footer_addr2{
		width: 30%;
		font-size: 0.6rem;
	}
	
	.footer_shamei{
		font-size: 1rem;
	}
	.footer_shamei2{
		margin-top: 1rem;
		font-size: 0.5rem;
	}
	.under_space{
		display: inline-block;
	}
	.display1{
		font-size: 0.5rem;
		display: none;
	}
	.display2{
		font-size: 0.5rem;
		display: block;
	}
	.display3{
		font-size: 0.5rem;
		display: none;
	}
	.head_span{
		margin-top: 0rem;
		display: inline-block;
	}
	.br_span{
		display: none;
	}
}
/**==================================================**/
/**=          画面サイズ1024px以上の指定              **/
/**==================================================**/
@media screen and (min-width:1024px){

	.inner{
		width: 960px;
	}
	.header_addr{
		top:3rem;
		right:2rem;
		font-size:1rem;
	}
	.head_text{
		padding: 1rem;
		font-size: 0.8rem;
	}
	.h3_inst{
		margin-top: 1.5rem;
		font-size: 0.8rem;
	}
	.button_span{
		font-size: 0.8rem;
	}
	.section_text{
		font-size: 0.8rem;
	}
	.about_table th, .about_table td{
	font-size: 0.7rem;
}
	.footer_shamei2{
		font-size: 0.9rem;
	}
	.footer_addr2{
		font-size: 0.7rem;
	}
	.footer_copy{
	margin: 0.5rem 0 3rem 0;
	}
	.display1{
		font-size: 0.5rem;
		display: none;
	}
	.display2{
		font-size: 0.5rem;
		display: none;
	}
	.display3{
		font-size: 0.5rem;
		display: block;
	}
	.head_span{
		display: inline-block;
	
	}
	.br_span{
		display: none;
	}
}