@charset 'UTF-8';


/*==========================
　　　　　  Reset
==========================*/

body {
	color: #000;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}

ul  {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

p {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #000;
}

a, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;  
  transition: .2s;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin:0;
	padding:0;
}

dl, dt, dd {
	margin:0;
	padding:0;
}
small {
	font-size: 1em;
}

:focus {
  outline:none;
}


/*==========================
　　　　　　Common
==========================*/
#wrapper {
	width: 100%;
	overflow: hidden;
}

.float_wrap {
	overflow: hidden;
}

.txt {
	line-height: 1.8em;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
}
.txt_red {
	color:#F00;
}

.txt_green {
	color:#69AF80;
}

.txt_blue {
	color:#00A0E9;
}

.blue-link {
	color:#00A0E9;
}

.blue-link:hover{
	color:#02688C;
}

.link-hover:hover{
	color:#00A0E9;
}


.ft12 {
	font-size:12px;
}

.ft14 {
	font-size:14px;
}

.ft18 {
	font-size:18px;
	line-height: 1.5em;
}

.ft20 {
	font-size:20px;
}

.ft30 {
	font-size:30px;
}


.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.gyoukan-1{
	line-height: 1.6em;
}

.fw_bold {
	font-weight:bold;
}

.disc li {
	list-style-type: disc;
	margin-left:15px;
}

.btn {
	max-width: 300px;
	border: 1px solid #251e1c;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 0;
	position: relative;
}
.btn a {
	display: block;
	padding: 22px 20px 20px;
	line-height: 1;
}
.btn a:hover {
	background: #dcdcdd;
}
.btn.gaibu:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../common/gaibu_ico.png) no-repeat center center;
	background-size: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}


.dot-list{
	line-height: 1.5em;
	list-style: none;
	padding-left:1.0em;
	text-indent:-1.0em;
	box-sizing: border-box;
}

.dot-list:before{
  content: '・';
  padding: 0;
  color: #000;
}


/* WEBアイコン */
i {
	padding-right: 5px;
}

i.ic-blue {
	color: #036EB8;
}


.center {
	text-align: center;
}

.w90{
	width: 90%;
	margin: 0 auto;
}

.w80{
	width: 80%;
	margin: 0 auto;
}
.img80 img{
	width: 80%;
	margin: 0 auto;
}



/*スマホのみ改行 */
@media print, screen and (min-width:650px){
	.md {
		display: none !important;
	}
	}
/*タブレットのサイズで改行 */
@media print, screen and (min-width:834px){
	.tb {
		display: none !important;
	}	
	}

/*PCのみ改行 */
@media print, screen and (max-width:835px){
	.sp {
		display: none !important;
	}
	}
/*改行ヘッダーのコピー用 */
@media print, screen and (min-width:1150px){
	.headcopy {
		display: none !important;
	}
	}
/*フェードイン */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}		

/*ブロックごと右寄せ */
.f_right p {
	float: right;	
}
.f_right:before,
.f_right:after{
    content: "";
    display: table;
}
.f_right:after{ clear: both; }
.f_right{ zoom: 1; } /* For IE 6/7 */

/*==========================
　　　　　　Header
==========================*/
 header {
	box-sizing: border-box;
	padding: 10px auto;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	overflow: hidden; 
}

header {
	box-sizing: border-box;
	padding: 10px auto;
	width: 100%;
}

header .header_row {
	box-sizing: border-box;
	height: 250px;
	background-color: #F39800
}


header .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background-image:url("../images/header_back.jpg");
	background-size: 100%;
	margin: 0 auto;
	height: 175px;
	background-repeat: no-repeat;
}

header .row-logos {
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
	max-width: 1200px;
	display:block;
	margin: 0 auto;
}

header .copy {
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight:normal;
	margin: 5px;
	font-weight: bold;
}


.head_title_wrap {
	margin: 10px 5px;
	width:98%;
	position: relative;
}

header h1{
	text-align: left;
	font-size: 20px;
	color: #000;
	font-weight:bold;
	margin:auto;
	line-height: 40px;
}

header h1 span{
	font-size: 36px;
}

.head_title_right{
	position: absolute;
	top: 0;
	right: 0;
}

.head_title_right ul li{
	display: inline-block;
	vertical-align:top;
}

.head_title_right ul li.form{
	 margin-top: 10px;
}

.circle{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EB6100;
  text-align:center;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}

header .tel{
  font-size: 20px;
  color: #EB6100;
  font-weight: bold;
}

header .tel span{
  font-size: 36px;
  color:#EB6100;
}

header .tel a{
  color:#EB6100;
}


.form_button {
	display:block;
	margin-top: 5px;
	width: 230px;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #EB6100;
	color: #fff;
	border-radius:30px;
	border:0;
	padding:8px 8px;
	font-size:20px;
	font-weight:bold;
}

.form_button:hover {
	background-color: #BB5B1E;
	color:#FFF;
}
.form_button::before,
.form_button::after {
	position: absolute;
	z-index: -1;
	display: block;	
	content: '';
}
.form_button,
.form_button::before,
.form_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
}


.pdf_button {
	display:block;
	margin: 10px auto;
	width: 250px;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #13AE67;
	color: #fff;
	border-radius:30px;
	border:0;
	padding:8px 8px;
	font-size:20px;
	font-weight:bold;
}

.pdf_button:hover {
	background-color: #0E492D;
	color:#FFF;
}
.pdf_button::before,
.pdf_button::after {
	position: absolute;
	z-index: -1;
	display: block;	
	content: '';
}
.pdf_button,
.pdf_button::before,
.pdf_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
}



/* Burger Button */
#burger {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: right;
	padding-top: 6px;
	width: 45px;
	height: 45px;
	text-align: center;
	position: relative;
	z-index: 9999;
	margin:5px 10px 0 0;
}
#burger span {
	display: block;
	height: 4px;
	width: 40px;
	background-color: #5a76a2;
	transition: .3s;
	margin: 6px auto;
}

#burger span {
	display: block;
	height: 4px;
	width: 40px;
	background-color: #fff;
	transition: .3s;
	margin: 6px auto;
}

#burger.open span:first-child {
	transform: translateY(10px) rotate(45deg);
	transition: .3s;
}
#burger.open span:nth-child(2n) {
	opacity: 0;
	transition: .3s;
}
#burger.open span:last-child {
	transform: translateY(-10px) rotate(-45deg);
	transition: .3s;
}


/*==========================
　　　　　　 Top
==========================*/


/* トップページスライド */
.slider_wrap{
   display: block;
}	

/* コンテンツ */
.contents {
	width: 98%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    top: -100px;
}


.contents .menu_container,
.contents .banner_container{
    display: flex;
}

.contents .menu_container li{
	background-color: #F39800;
	margin: 0 10px;
	border-radius: 30px 30px 0 0;
	overflow:hidden;
	max-width:100%;
}

.contents .menu_container a li:hover{
	background-color: #EB6100;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents .menu_container li p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 10px;
}

.contents ul.menu_container li{
	height: 100%;
}

.contents .banner_container li{
	margin: 30px 10px 0;
	border-radius: 20px;
	overflow:hidden;
}


.contents .banner_container li.bn1{
	background-color:#22AC38;
}

.contents .banner_container li.bn1:hover{
	background-color:#3D9738;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents .banner_container li.bn2{
	background-color:#EA5514;
}

.contents .banner_container li.bn2:hover{
	background-color:#CB5221;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents .banner_container li.bn3{
	background-color:#2EA7E0;
}

.contents .banner_container li.bn3:hover{
	background-color:#0081CC;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents .banner_container li.bn4{
	background-color:#E95D9D;
}

.contents .banner_container li.bn4:hover{
	background-color:#C4327B;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

	

/*==========================
　　　　　　Footer
==========================*/
footer {
	margin-top: 50px;
	overflow-x: hidden;
}
.pagetop {
	float: right;
	position: fixed;
	bottom:60px;
	right: 5%;
	z-index: 999;
}
.footer_info_wrap {
	background-image:url("../images/footer_back.jpg");
	color: #000;
	box-sizing: border-box;
	padding: 30px 15px;
	text-align: left;
}
.footer_info_wrap .title {
	width: 100%;
}

.footer_info_wrap a .title {
	color: #000;
}

.footer_info_wrap a .title:hover {
	color:#00A0E9;
}

.footer_info_wrap .title span {
	font-size:30px;
	font-weight:bold;
	line-height: 1.8em;
}
.footer_info_wrap .address {
	margin-bottom: 5px;
	line-height:1.5em;
}
.footer_info_wrap .txtlink {
	color: #221814;
}

footer .inner {
	width:100%;
	margin:0 auto;
}

footer .inner .row{
	display: inline-block;
	vertical-align: top;
}

footer .inner .f_menu ul{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}



footer .inner .f_menu ul li{
	line-height: 1.5em;
}

footer .footer_info_wrap span.tel{
  font-size: 20px;
}

footer .copy {
	text-align: center;
	border-top:solid 1px #777;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 20px;
	padding-top: 10px;
}
	

footer a {
	color: #000;
}

footer a:hover {
	color:#00A0E9;
}

/*==========================
　　　　 Mail form
==========================*/

#formWrap {
	width:900px;
	margin:10px auto;
	padding:50px 0;
	color:#000;
	line-height:120%;
	font-size:16px;
}

.formTable{
	width:100%;
	margin:0 auto;
	border:none;
}
.formTable ul{
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #999;
}

.formTable ul li{
	padding:30px 10px;
	line-height: 1.5em;
}

.formTable li.name{
	width:35%;
	text-align:left;
	background:none;
	vertical-align: top;
}

#formWrap .form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: 18px;
	font-size: 16px;
	color: #000;
}

#formWrap textarea.form{
	padding:5px 5px; 
	border:1px #999999 solid;
	height: auto;
	font-size: 16px;
	color: #000;
}
	
#formWrap .red{
	color:#F00;
	font-size:80%;
}

input[type="radio"]{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   margin-right: 0.5em;
}

.mail-btn {
	margin:50px auto 0;
	padding: 10px 0px;
	display:block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000;
	border-radius:10px;
	border:1px solid #999;
	font-size:18px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 57%, #c9caca 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 57%,#c9caca 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 57%,#c9caca 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9caca',GradientType=0 ); /* IE6-9 */
}

  /*押したとき*/
.mail-btn:active {
  -webkit-transform: translateY(0px);
  background: #c9caca; /* Old browsers */
  background: -moz-linear-gradient(top,  #c9caca 1%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #c9caca 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #c9caca 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9caca', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mail-btn::before,
.mail-btn::after {
	position: absolute;
	z-index: -1;
	display: block;	
	content: '';
}
.mail-btn,
.mail-btn::before,
.mail-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
}



.button {
	margin:50px auto 0;
	display: inline-block;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #5a76a2;
	color: #fff;
	border-radius:20px;
	width:150px;
	border:0;
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
}
.button:hover {
	background-color: #5aa099;
	color:#FFF;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;	
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;	
}



/*==========================
　　　　　　PAGE
==========================*/
.page {
	width: 98%;
    margin: 0 auto;
}

.block-inner {
	width: 98%;
    margin: 0 auto 30px;
}	



/*見出し*/
h2.midasi {
	border-top: 4px solid #13AE67;
	text-align: left;
	font-weight:bold;
	background-color: #FFF67F;
	font-size: 25px;
	color: #000;
	margin:100px 0 40px;
	line-height: 2em;
	width:98%;
	padding: 2px 0px 2px 15px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h2.midasi-first {
	border-top: 4px solid #13AE67;
	text-align: left;
	font-weight:bold;
	background-color: #FFF67F;
	font-size: 25px;
	color: #000;
	margin:50px 0 40px;
	line-height: 2em;
	width:98%;
	padding: 2px 0px 2px 15px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h2.r-midasi {
	border-top: 2px solid #13AE67;
	border-bottom: 2px solid #13AE67;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #000;
	margin:50px 0 0;
	width:98%;
	padding: 10px 0px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h2.r-midasi span {
	font-size: 30px;
	padding: 0;	
}




h3.s_midasi {
	max-width:100%;
	border-left: 6px solid #13AE67;
	border-bottom: 1px solid #777;
	text-align: left;
	background-color: #fff;
	font-size: 22px;
	margin: 50px 0 15px;
	padding: 0px 3px 5px 10px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h3.s_midasi-first {
	max-width:100%;
	border-left: 6px solid #13AE67;
	border-bottom: 1px solid #777;
	text-align: left;
	background-color: #fff;
	font-size: 22px;
	margin: 50px 0 15px;
	padding: 0px 3px 5px 10px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.maru-list li{
	font-size: 18px;
	line-height: 1.5em;
	list-style: none;
	padding-left:1.2em;
	text-indent:-1.5em;
}

.maru-list li:before{
  content: '●';
  padding: 0 3px;
  color: #000;
  font-size:20px;
}

.wmaru-list li{
		font-size: 18px;
	line-height: 1.5em;
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
}

.wmaru-list li:before{
  content: '○';
  padding: 0 3px;
  color: #000;
  font-size:22px;
}

.kaisai{
  display:flex;
  width: 95%;
  margin: 20px auto 10px;
}

.waku-or{
  display:block;
  margin-top: 5px;
  width: 100px;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #FCD475;
  color: #000;
  border-radius:10px;
  border:0;
  padding:8px 8px;
  font-size:20px;
}


.kaisai li.item2{
  padding-left: 10px;
	padding-top: 10px;
  font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
  align-items: center;	
}

.m-bar{
  display:block;
  margin: 25px auto;
  width: 350px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFF;
  border-radius:20px;
  border:0;
  padding:5px 5px;
  font-size:20px;
  font-weight: bold;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";	
}

.m-bar.green{
  background-color: #13AE67;
}
.m-bar.orange{
  background-color: #F39800;
}

.img-ttl{
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin: 10px 0 5px;
	
	
}
/*2カラムボックス*/

.box-2 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width:1200px;
  flex-wrap:wrap;	
  width:100%;
}

.box-2 ul li{
	height:auto;
	margin:0 10px;
	padding:20px 0;
	width:45%;
	line-height:1.5em;
}

/*3カラムボックス*/


.box-3 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom:25px;
}

.box-3 ul li{
	height:auto;
	margin:0;
	width:30%;
}

/*3カラム→2カラム*/


.box-3-2 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom:25px;
  flex-wrap:wrap;
  width:100%;
  margin: 30px auto;
}

.box-3-2 ul li{
	height:auto;
	margin:0 5px 80px;
	width:31%;
}


.box-2 ul li img,
.box-3 ul li img,
.box-3-2 ul li img{
	display:block;
	margin:0 auto;
}

/*4カラムボックス*/
.box-4 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom:100px;
  flex-wrap:wrap;
  width:100%;
}


.box-4 ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.box-4 ul::after{
  content:"";
  display: block;
  width:24%;
}


.box-4 ul li{
	height:auto;
	margin:0;
	padding:5px;
	width:23%;
}



/*テーブル*/
table{
border-collapse:collapse;
margin:10px auto 0;
width: 100%;
table-layout: fixed;
word-wrap: break-word;	
}

table th{
position: static;	
letter-spacing:1px;
vertical-align: middle;
border:1px solid #cacaca;
}

table th,table td{
position: static;	
padding:7px;
border:1px solid #cacaca;
vertical-align: middle;
}


/*テーブル（スクロール）*/
table.table_sc{
border-collapse:collapse;
width:100%;
margin:20px auto;
table-layout: fixed;
word-break: break-all
}


table.table_sc th{
position: static;	
letter-spacing:1px;
vertical-align: middle;
text-align: center;	
border:1px solid #cacaca;
text-align: center;
}

table.table_sc th,table.table_sc td{
position: static;	
padding:7px;
border:1px solid #cacaca;
vertical-align: middle;
}


/*テーブル用装飾*/
table .tw_20{
width:25%;
}
table .tw_25{
width:25%;
}
table .tw_30{
width:30%;
}
table .tw_50{
width:50%;
}

table .th_120{
height:120px;
}


table .td_r{
text-align: right;
}

table .td_c{
text-align: center;
}

table .yellow{
background-color:#FFFBC7;
}

table .green{
background-color:#CCE198;
}

table .pink{
background-color:#FADCE9;
}

table .blue{
background-color:#D3EDFB;
}

table .orange{
background-color:#FCD68C;
}

table .t_ttl{
  font-size:18px;
  font-weight: bold;
  padding: 8px 0;
}

table .t_ttl span{
  font-size:14px;
}

table.th_50 td{
	 padding: 15px 10px;
}

table.re-table{
margin:20px 0 0;
}


table.table_sc.t-img img{
width: 90%;
margin: auto;
display: block;
}

table.table_sc.t-img td{
border:0;
}

.center_img{
	max-width:100%;
	width:95%;
	display:block;
	margin:0 auto;
}



.otoiawase{
	max-width:400px;
	display: block;
	margin:50px auto 30px;
	text-align: center;
	border: dotted 1px #000;
	padding:20px 10px;
	box-sizing: border-box;
}

.otoiawase .form_button{
	display: block;
	margin:10px auto 0;		
}

.otoiawase p{
	line-height: 1.5em;
}

.otoiawase .tel{
	color: #EB6100;
	font-size: 18px;
	font-weight: bold;
}

.otoiawase .tel span{
	font-size: 25px;
}


.top_image .blog_bn{
	margin: 30px 10px 0;
	border-radius: 30px;
	overflow:hidden;
	width: 300px;
	background-color:#22AC38;
	position: absolute;
	left: 10%;
	bottom:20px;
}


.blog_bn.roujin{
	background-color:#22AC38;
}


.blog_bn.roujin:hover{
	background-color:#3D9738;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog_bn.day{
	background-color:#EA5514;
}


.blog_bn.day:hover{
	background-color:#CB5221;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.anchor ul{
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  width:95%;
  margin: auto;
}


.anchor ul li{
	height:auto;
	margin:0;
	width: 25%;
	padding:8px 0;
}

.anchor ul li a:hover{
	color:#00A0E9;
}

a.anchor-link{
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

/*矢印アイコン*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0095D8;
}
.arrow.green::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #13AE67;
}	

.arrow::after{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.or-bar {
    font-size: 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin: 20px 0;
	padding: 6px 0;
	width: 100%;
	background-color:#F39800;
}

.gr-bar{
  display:block;
  margin:0 auto 5px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #13AE67;
  color: #FFF;
  border-radius:20px;
  border:0;
  padding:8px 8px;
  font-size:20px;
}
.txt-row{
  padding:0 1.5em;
}
.w-list{
  margin:0 5px;
}
.w-list ul{
  list-style-type: disc;
}
.w-list ul li{
  display:inline-block;
  margin:5px 0;
  width: 220px;
}

.keisan {
	width: 95%;
	margin: 20px auto;
}

.center_block{
	display:block;
	margin:30px auto;
	width: 500px;
}

.qanda{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
}

.qanda ul{
	margin-bottom: 80px;
}

.qanda ul li{
	margin: 15px 0;
}


.qanda ul li.q{
	margin-top: 50px;	
}

.qanda ul li.q:first-child{
	margin-top: 0;
}


.qanda ul li.q:before{
	content: url('../images/roujin_home/Q.png');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}



.qanda ul li.a:before{
	content: url('../images/roujin_home/A.png');
	position: relative;
	top:17px;
	margin: 0 10px 0 0;
}

.ggmap-btn {
	max-width: 200px;
	color: #FFF;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 0;
	padding: 15px 0;
	position: relative;
	background-color: #00A29A;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}

.ggmap-btn:hover {
	background-color: #008077;
	-webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
}

.yel-btn {
	max-width: 250px;
	color: #000;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
	padding: 15px 0;
	background-color: #FEDD78;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.yel-btn.saiyou{
	max-width: 230px;
	margin: 15px auto;
}

.yel-btn.entry{
	max-width: 230px;
	margin: 30px auto 150px;
}

.yel-btn:hover {
	background-color: #F6AB00;
	-webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
}

.kasan{ 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto;
}

.kasan ul li{ 
	display:inline-block;
	line-height: 1.5em;
}

.kasan ul{ 
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.kasan ul.list1 li.kasan_r{ 
	text-align: left;
}

ol.privacy li{
	font-size: 18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	list-style-type:decimal;
	line-height:1.8em;
	margin: 5px auto;
}
ol.privacy {
	margin:40px 0 0 -10px;
}

ul.kihonkyu li
{
	display: inline-block;
	vertical-align: top;
}


.point ul{
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}

.point ul li{
	margin: 15px 0;
}

.point ul li.point-r{
	width: 100%;
}

.point ul li.point-r p.p-ttl{
	font-size: 30px;
}	

.p-icon {
	display:block;
	margin-top: 5px;
	width: 100px;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #96c961;
	color: #fff;
	border-radius:30px;
	border:0;
	padding:8px 8px;
	font-size:18px;
	font-weight:bold;
}


.indent-1
{
	padding-left:1em;

}

/* スペース */
.spacer_top10 {margin-top:10px;}
.spacer_top20 {margin-top:20px;}
.spacer_top25 {margin-top:25px;}
.spacer_top40 {margin-top:40px;}
.spacer_top50 {margin-top:50px;}
.spacer_top100 {margin-top:100px;}





/*==========================
　　　　　PC
==========================*/

@media print, screen and (min-width:1200px){
header .float_wrap .sp_ttl,
			header .float_wrap .telicon{
			display: none;				
			}	
/* Gnav */
#gnav {
	width: 1200px;
	margin: 0 auto;
}
	
#gnav ul{
  margin:15px 0;
  padding: 0;
  text-align: center;
}

#gnav li {
	display:inline-block;
	font-size: 16px;
	min-width: 100px;
	color:#fff;
	font-weight: bold;
	text-align:center;
	margin:0 10px;
	padding: 10px;
	border: solid 1px #fff;
	text-shadow: 1px 1px 0px #777;
}
	
#gnav ul a{
	color:#fff;
}


#gnav ul > li:hover,
#gnav ul > a li:hover {
	background-color: #FFF;	
    color:#000;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
}


/* floatクリア */
#gnav ul:before,
#gnav ul:after {
    content: " ";
    display: table;
}

#gnav ul:after {
    clear: both;
}


#gnav ul li.sp_menu {
    display: none;
}

#gnav li.space {
	display: none;
}
	
/* Burger Button */
#burger {
	display: none;
}

footer .inner {
	width:1200px;
	margin:0 auto;
}
	
footer .inner .row ul.title {
	display: flex;
}

footer .inner .row ul.title li.add-wrap {
	margin-left: 10px;
}		
		
/*ページ*/	
.page {
	width: 1200px;
    margin: 0 auto;
}

.float_wrap .burgermenu {
	display: none;
}

	
.contents {
width:1200px;
	 }

.top_image .blog_bn{
	left: 15%;
}
	

.top_image img.sp-bn{
	display: none;
}

	
.anchor ul{
  width:1200px;
  margin: 0 auto
}
.anchor ul li{
	width:20%;
}
		
	 }	

@media print, screen and (max-width:1199px){

header .float_wrap {
	height: 60px;
	width: 100%;
	background-color: #F39800;
	position: fixed;
	z-index: 1000;
	top: 0;
	}	
header .float_wrap .sp_ttl{
	position: absolute;
	top:18px;
	left:10px;
	font-weight: bold;
	font-size: 20px;
	}
	
header .float_wrap .sp_ttl a{
	color: #fff;
	}	

header .float_wrap .telicon .fa-phone{
	position: absolute;
	top:22px;
	right:125px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
			}
	
header .header_row {
	height: 230px;
	background-color: #FFF;
}

header .copy {
	margin-top:60px; 
}

header .float_wrap .sp_ttl {
	position: absolute;
	top:18px;
	left:10px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
header .float_wrap .telicon .fa-phone{
	position: absolute;
	top:22px;
	right:125px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
	
header .inner {
	height: 230px;
}

header .row-logos {
	width: 95%;
}	
/* Gnav */
#gnav {
	background: transparent;
	width: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 60px;
	z-index: 9999;
}
#gnav.open {
	visibility: visible;
	opacity: 1;
}
#gnav,
#gnav.open {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#gnav > ul {
	background: #F39800;
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
#gnav a {
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	text-align:left;
	width: 50%;
}


#gnav a li{
	box-sizing: border-box;
	display: block;
	padding: 15px 15px 15px 30px;
	position: relative;
	cursor: pointer;
	color:#FFF;
}
	
#gnav li.space {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 50%;
}
	
#gnav li.space:hover {
	display: none;
}	
	


#gnav li ul {
	display: none;
}
#gnav li li {
	background: #5a76a2;
}
#gnav li.b {
	border-left: solid 1px #FFF;
	box-sizing: border-box;
}	


#gnav a > li:before {
	position:absolute;
	content:'';
	top: 1.2em;
	left: 1em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #fff;

}

#gnav ul > li:hover,
#gnav ul > a li:hover {
	background-color: #FFF;	
    color:#000;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
}

#gnav a > li:hover:before {
	border-color: transparent transparent transparent #777;
	-webkit-transition: all .5s;
    transition: all .5s;
	text-shadow:none;
}



.float_wrap .burgermenu {
	position: absolute;
	top:22px;
	right:65px;
	color: #fff;
	font-size: 18px;
}

.top_image .blog_bn{
	border-radius: 15px;
	overflow:hidden;
	width: 300px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}	
/* Footer */

.footer_info_wrap .address {
	margin-bottom: 5px;
	line-height:1.5em;
}

footer .copy {
	line-height:1.5em;
}

.footer_info_wrap .txtlink {
	color: #221814;
}

footer .inner {
	width:100%;
}


.top_image img.pc-bn{
	display: none;
}
}


@media print, screen and (min-width:1081px){
footer .inner .f_menu ul.m1{
width :180px;
margin-left:50px; 	
}

footer .inner .f_menu ul.m2{
width :230px;
}

footer .inner .f_menu ul.m3{
width :200px;
}


footer .inner .f_menu ul::before{
  content: ' ';
  display: block;
  width: 10px;
  margin-right: 8px;
  border: solid 1px #777;
  float: left;
}

footer .inner .f_menu ul.m1::before{
height: 115px;
}

footer .inner .f_menu ul.m2::before{
height: 90px;
}
footer .inner .f_menu ul.m3::before{
height: 50px;
}	
}

@media print, screen and (max-width:1080px){
/* Footer */

footer .footer_info_wrap {
	display: block;
	width: 100%;
	text-align: center;
}
footer .footer_info_wrap .inner .row {
	display: block;
	width: 100%;
}
	
footer .footer_info_wrap .inner .row .f_menu {
	margin:25px auto 10px;
	width: 80%;
	display: block;
}

footer .inner .f_menu ul{
	display: block;
	margin: 5px auto; 
}

footer .inner .f_menu ul li{
	display: inline-block;
}
footer .inner .f_menu ul li:before{
  content: '｜';
  padding: 0 3px;
  color: #000;
  font-size:20px;
}
footer .inner .f_menu ul li:last-child:after{
  content: '｜';
  padding: 0 3px;
  color: #000;
  font-size:20px;
}	

footer .inner .f_menu ul.m1,
footer .inner .f_menu ul.m2,
footer .inner .f_menu ul.m3 li:first-child{
display: none;
}	
	
}

@media print, screen and (min-width:960px){
.block-inner {
	width: 950px;
    margin: 0 auto;
}
	
.point ul li.point-r{
	margin-left: 20px;
	width: 80%;
}
	
}	

@media print, screen and (min-width:835px){


/*スライド*/	

.slider_wrap {
	margin: 30px 30px 0;
	border-radius: 100px 0 0 0;
	max-height: 800px;
}
	
.slider_wrap ul.slide {
	border-radius: 100px 0 0 0;
	overflow:hidden;
	z-index: 1;
}
		
	
.contents .menu_container li{
    min-height: 290px;
}	
	
.contents .menu_container li p{
	font-size: 18px;
}

.contents ul.banner_container li.space{
	display: block;
	width: 100%;
	background-color: #333;
}
	

	
.keisan {
	width: 80%;
}

.or-bar {
	width: 100%;
	margin: 25px auto;
}
	
/*2カラムボックス*/

.box-2 ul li{
	margin:0 20px;
}

/*3→2カラムボックス*/
.box-3-2 ul::after{
  content:"";
  display: block;
  width:32%;
}
	
.box-3-2b.box-3-2 {
	width:96%;
	display:block;
	margin:100px auto 0;
}
	

.map img{
	width: 80%;
	margin: 0 auto;
}

.kasan{ 
	display: block;
	margin: 30px auto;	
}

.kasan ul li.kasan_l{ 
	width: 300px;
	margin-right: 10px;
}

.kasan ul.list1 li.kasan_l{ 
	vertical-align: top;
}					

}

/*==========================
　　　　　Tablet
==========================*/

@media screen and (max-width:834px){	
.head_logo_wrap {
		width: 78%;
		margin:5px 0 0 5px;
	} 
/* Header */
header .copy,
header h1{
	text-align: center;
}
header .header_row {
	height: 350px;
	background-color: #FFF;
}		
	
header .inner {
	height: 270px;
}	
.head_title_right{
	position: static;
	text-align: center;
}

.head_title_right ul li{
	display: inline-block;
	vertical-align:top;
}

.head_title_right ul li.form{
	 margin-top: 10px;
}

.circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EB6100;
  text-align:center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
	margin-left: -40px
}

header .tel{
  font-size: 20px;
  color: #EB6100;
  font-weight: bold;
}

header .tel span{
  font-size: 40px;
}


.form_button {
	margin: 5px auto 0; 
}
	
.top_image .imgtop-logo img{
	width: 90%;
	}	

h2.r-midasi {
	margin:30px 0 0;
}	

/*==========================
　　　　 Mail form
==========================*/

#formWrap {
	width:90%;
}

.formTable li.name{
	width:35%;
}
	
.formTable li.answer{
	width:60%;
}

#formWrap .form.resize{
	width: 80%;
}	

/* Contents */
.contents {
  width:85%;
}
	
.contents ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
}
.contents ul.menu_container a{
	margin:10px;
	padding:0px;
	width:45%;
	align-items:stretch;
}
	
.contents ul.menu_container li{
	height: 100%;
}

.contents ul.banner_container li{
	margin:10px;
	padding:0px;
	width:45%;
}
		
	


/*3カラムボックス*/
.box-3 ul li{
	margin:5px;
	padding:0px;
}

.box-3 ul li img{
	width:100%;	
}

/*3カラム→2カラム*/
.box-3-2{
  width:100%;
  margin:0;
  padding:0;
}

.box-3-2 ul{
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
}

.box-3-2 ul li{
	margin:10px;
	padding:0px;
	width:45%;
}

.box-3-2 ul li p{
	margin-bottom:10px;
}

.box-3-2 ul li img{
	width:100%;
} 

.box-3-2 ul::after{
  content:"";
  display: block;
  margin:10px;
  padding:0px;
  width:45%;
}


table {
	table-layout: fixed;
 }

table.table_sc.t-img img{
width: 100%;
}

.top_image {
	width: 80%;
	margin: 0 auto 30px;
	display: block;
	position: relative;
}
	
.top_image .blog_bn{
	width: 350px;
	bottom: 20px;
}	
	
h2.midasi.m-top{
	margin:0 0 40px;
	padding-right: 5px;
}
	
.anchor ul{
  width:95%;
  margin: 0 auto
}
.anchor ul li{
	width:30%;
}
.w-list ul li{
  display:inline-block;
  margin:5px 5px;
  width: 45%;
}
.w-list ul li.invisible{
  display: none;
}

 .map img{
	width: 95%;
	margin: 0 auto;
}	
 }

/*スマホ以外に適用 */

@media print, screen and (min-width:651px){	
.sp_only {
	display: none!important;
}	
	
/*スマホ用スライドを非表示 */	
.slider_wrap .sl-sp {
	display: none;
}	
	
#top_menu .menu_container {
	padding-top:50px;
}
 .menu_icon {
	 display:none;
}
	

/*フェードイン */	 
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
} 

.top_image{
	width: 100%;
	height: 540px;
	background-size:cover;
	margin: 0 0 20px;
	position: relative;
	}
	
.top_image.day-topimg{
	background:#fff url(../images/dayservice/dayservice_top.jpg) no-repeat center center;
	}
.top_image.roujin-topimg{
	background:#fff url(../images/roujin_home/roujinhome_top.jpg) no-repeat center center;
	}
.top_image.kaigo-topimg{
	background:#fff url(../images/kaigoyobou_top.jpg) no-repeat center center;
	}
.top_image.rec-topimg{
	background:#fff url(../images/recruitment_top.jpg) no-repeat center center;
	}	
	
.top_image .blog_bn img{
	width: 100%;
	}

.top_image .imgtop-logo img{
	position: absolute;
	left: 0;
	right: 0;
	top :170px;
	margin: auto;
	}
	
table caption{
display:none 
}
	
.keisan img.k_sp{
	display: none;
}
.qanda ul li.a{
	padding-left: 7em;
	text-indent: -3.4em;
}
	
.kasan{ 
	display: block;
	margin: 30px auto;	
}

.kasan ul li.kasan_l{ 
	width: 300px;
	margin-right: 10px;
}

.kasan ul.list1 li.kasan_l{ 
	vertical-align: top;
}		
		
.kasan ul.list1 li.kasan_r{ 
	text-align: left;
}
	
.floor_sp {
	display: none!important;
}
}

	
	
/*==========================
　　　　　SP
==========================*/	
@media screen and (max-width:650px){	
.pc_only {
	display: none!important;
}	
header .header_row {
	height: 350px;
	background-color: #FFF;
}		
	
header .inner {
	height: 290px;
}		
#gnav {
	top: 60px;
}

	
table.table_sc{
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;	
}
table.table_sc.t-img img{
min-width: 800px;
}
	
table.table_sc.t-img img.sc-img2{
min-width: 720px;
height: 135px;
object-fit: cover;
}	
	

footer .copy {
	font-size: 80%;
}
	
/*==========================
　　　　 Mail form
==========================*/

#formWrap {
	width:95%;
}
	
.formTable ul{
	display: block;
	margin-bottom: 10px;
}
	
.formTable ul li{
	padding:10px 0 0;
	line-height: 1.5em;
}
	
.formTable li.name{
	width:100%;
	font-size: 18px;
	font-weight: bold;
}
	
.formTable li.answer{
	width:100%;
}
	
	
h2.midasi {
	font-size: 23px;
}
	
h2.r-midasi {
	margin:0;
}

h2.r-midasi span {
	font-size: 25px;
	padding: 0;	
}	

h3.s_midasi {
	font-size: 20px;
	border-left: 6px solid #13AE67;
}

/*PCスライドを非表示 */	
.slider_wrap .sl-pc {
	display: none;
}
	
table caption{
text-align: left;
font-size: 14px;
color: #FF0000;
}	
	
.contents {
	width: 90%;
    top: -80px;
}

.contents .banner_container li{
	border-radius: 20px;
	overflow:hidden;
}
	
h2.midasi-first {
	margin:0 0 40px;
}
	
	
h3.s_midasi-first {
	margin: 0 0 15px;
	border-left: 6px solid #13AE67;
}
	
.f_right p {
	float:none;	
}

.anchor ul{
  width:95%;
  margin: 0 auto
}
.anchor ul li{
	width:45%;
}
.keisan img.k_pc{
	display: none;
}
.keisan img{
	width: 80%;
	display: block;
	margin: auto;
}	
	
.center_block{
	width: 90%;
	font-size: 14px;
}
	
.qanda{
	font-size: 16px
}	

.qanda ul li.q:before{
	content: url('../images/roujin_home/Q_sp.png');
	position: relative;
	top:12px;
	margin: 0 10px 0 0;
}



.qanda ul li.a:before{
	content: url('../images/roujin_home/A_sp.png');
	position: relative;
	top:12px;
	margin: 0 10px 0 0;
}
.qanda ul li.q{
	margin-top: 40px;
}
.qanda ul li.q,	
.qanda ul li.a{
	padding-left: 2.6em;
	text-indent: -2.6em;

}
.kasan ul li{ 
	display:block;
	margin: auto;
}
	
.kasan ul.list1 li.kasan_r{ 
	margin-left: 1.2em; 
}		
	
.kasan ul.list2 li.kasan_r{ 
	font-size: 16px;
	text-indent: 1.2em;
}	

.kasan ul.list2 li.aki{ 
	margin-bottom: 10px;
}
	
.top_image {
	width: 100%;
}
/*2カラムボックス*/
.box-2{
  width:100%;
  margin:auto;
  padding:0;
}

.box-2 ul{
  width:100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.box-2 ul li{
	margin:5px auto;
	padding:0;
	width:95%;
}
	
.box-2 ul.w80 li{
	margin:5px auto;
	padding:0px;
	width:80%;
}
	

.box-2 ul li img{
	width:100%;
}
.floor_pc {
	display: none!important;
}
	
.point ul{
	margin-bottom: 50px;
}

.point ul li{
	margin: 5px;
}

.point ul li.point-r{
	margin-bottom: 50px;
}
	
	
.point ul li.point-r p.p-ttl{
	font-size: 23px;
}
	
.f_right p {
	margin: 30px 0;
}
}


	
@media screen and (max-width:480px){
header h1{
	font-size: 18px;
}
	
header h1 span{
	font-size: 30px;
}

header .tel span{
  font-size: 30px;
}
	
footer .inner .f_menu ul li:before{
  content:'･';
}
footer .inner .f_menu ul li:last-child:after{
  content:none;
}
.contents{
	position: static;
}	

.contents .menu_container li{
	background-color:#FFF;
	margin: 0;
	border-radius:0;
	width: 100%;
	position: relative;
}
	
.contents ul.menu_container a {	
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.contents .menu_container a li img{
	position: relative;
	left:0;
	width: 95%;
	bottom: 0;
	z-index: 99;
}
	
.contents .menu_container a li img:hover{
	opacity: 0.5 ;
}
	
.contents .menu_container a li:hover{
	background-color: #FFF;
}
		
	
.contents .menu_container li p{
	background-color: #F39800;
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px;
	position: relative;
	z-index: 100;
	float: right;
	width: 70vw;
	min-height: 50px;
	bottom: 10px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
	
}

.contents ul.menu_container li{
	height: 100%;
}
	
.contents ul.banner_container li{
	margin:20px;
	padding:0px;
	width:80%;;
}

.button {
	width:120px;
	border:0;
	margin-top:20px;
	padding:5px 10px;
	font-size:15px;
	font-weight:bold;
}

table{
width: 95%;	
}	
	
/*4カラムボックス*/
.box-4{
  width:100%;
  margin:0;
  padding:0;
}

.box-4 ul{
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: center;
  flex-wrap:wrap;
}

.box-4 ul li{
	margin:10px;
	padding:0px;
	width:40%;
}


.box-4 ul li img{
	width:100%;
}

.box-3 ul li{
	display: block;
	height:auto;
	margin:0 auto 50px;
	width:80%;
}	
	
.box-3-2 ul li{
	display: block;
	height:auto;
	margin:0 0 50px;
	width:80%;
}	
	
.waku-or{
  width: 80px;
  font-size:16px;
}

	
.otoiawase{
	width:90%;
}
	
.otoiawase .form_button{
	width:90%;	
}

.pdf_button{
	width:90%;	
}	
.top_image .blog_bn{
	width: 75%;
}
.arrow{
    font-size: 17px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0095D8;
}
.arrow.green::before{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #13AE67;
}			
.arrow::after{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.w-list ul li{
  display:block;
  width: 95%;	
}

.or-bar {
    font-size: 18px;
}

	
.gr-bar{
  width: 95%;
}

.circle{
	display: none;
}	
}


@media screen and (max-width:375px){
header .header_row {
	height: 340px;
	background-color: #FFF;
}		
.m-bar{
  width: 90%;
}

}
@media screen and (max-width:360px){
header h1{
	font-size: 16px;
}
header .header_row {
	height: 400px;
	background-color: #FFF;
}	
	
.m-bar{
  width: 90%;
}	
}

/* 2024/11/27追記 */
.flyer_flex{ display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1200px;margin:0 auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between; }
.flyer_wrap{ display:-webkit-box;display:-ms-flexbox;display:flex;max-width:600px;margin:min(100px, 5%) auto;background-color:#fefddf;padding:1.5% 3%;border-radius:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-sizing:border-box;width:92%;position:relative; }
.flyer_flex .flyer_wrap{ width:48%; }
.top_flyer{ margin-top: 0; }
.top_flyer{ max-width:740px; }
.flyer_wrap .note_wrap{ width:55%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right: auto; }
.flyer_wrap .pop_th{ margin:0 auto;width:70%;display:block;max-width:310px; }
.flyer_wrap .note{ font-weight:bold;text-align:center;margin:3% auto; }
.flyer_wrap .bt_flyer{ max-width:340px;display:block;margin:0 auto; }
.flyer_wrap .flyer_img{ width:38%;position:absolute;right:8%;top:-25%; }
.flyer_wrap.top_flyer .note_wrap{ width:70%; }
.flyer_wrap.top_flyer .note{ margin-bottom:4%; }
.flyer_wrap.top_flyer .bt_flyer{ width:70%; }
.flyer_wrap.top_flyer .flyer_img{ width:33%;position:absolute;right:-2%;top:0; }
.flyer_flex .flyer_wrap:first-of-type{ background-color:#f4f7dd; }
@media screen and (max-width:834px){
	.flyer_flex{ -webkit-box-orient: vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column; }
	.flyer_flex .flyer_wrap{ width:70%; }
}
@media screen and (max-width:650px){
	.flyer_wrap{ -webkit-box-orient: vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:87%;padding:6% 3%; }
	.top_flyer{ margin-top:10%; }
	.flyer_wrap .note_wrap, .flyer_wrap.top_flyer .note_wrap{ width:100%; }
	.flyer_wrap .flyer_img, .flyer_wrap.top_flyer .flyer_img{ width:70%;max-width:250px;position:relative;left:0;right:auto; }
	.flyer_wrap .note{ margin:3% auto; }
	.flyer_wrap .bt_flyer{ margin-bottom: 5%; }
}