@media print, screen and (min-width: 600px) {
/* ************************* */
/*		基本スタイル形成 	   */
/* ************************* */
*{
	margin: 0;
	padding: 0;
}
	
html{
	width: 100%;
	height: 100%;
}
html { font-size: 62.5%; } /* 10px */
body { font-size: 2.4rem; } /* 元は16px */
p  { font-size: 1.6rem; } /* 16px */
li { font-size: 1.6rem; } /* 16px */
li p { font-size: 1.6rem; } /* 16px */
	
h1,h2,h3,h4,h5,h6{
	font-wight: bold;
}

body{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 130%;
	text-align: center;
}
ul{
	text-align: left;
	list-style-type: none;
}

/* *****共有******/
.title_wrapper{
	width: 100%;
	max-width: 100%;
	background: #00c02d;
	color: #FFF;
	padding: 30px 0px;
	margin: 50px auto 30px auto;
}
.txt_wrapper{
	width: 1000px;
	max-width: 100%;
	padding: 10px 0px;
	margin: 0 auto;
}
.txt_wrapper02{
	width: 1000px;
	max-width: 100%;
	padding: 10px 0px;
	margin: 0 auto;
}
.left{
	text-align: left;
}
	
.left_mob{
	text-align: left;	
	height: 180px;
	padding: 20px 30px 20px 30px;
}
	
.left_mob2{
	text-align: left;
}
	
.center{
	text-align: center;
}
.orange{
	/* color: #e76209; */
	background: #5383c3;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	/* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
	font-weight: bold; 
}
.orange2{
	/* color: #e76209; */
	background: #ffa500;
	color: #FFF;
	text-align: center;
	font-size: 2.4rem;
	/* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
	font-weight: bold; 
}
.orange3{
    /* color: #e76209; */
    background: #5383c3;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    /* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
    font-weight: bold;
    /* height: 1px; */
    padding: 15px;	
}
	
.under {
	color: #e76209;
	display: inline-block;
	background: linear-gradient(transparent 60%, #ff99ab 60%);
}
	
.red{
	color: red;
	border-bottom:double 10px;
}
.big{
	font-size: 6rem;
}
.inline{
		display: none!important;
}

/*ヘッダー*/
header{
	color: #FFF;
	background: #0095d9;	
	position: fixed;            
   top: 0px;                 
   left: 0px;                
   width: 100%;        
   height: auto;    
	z-index: 9999;
	}
/* header imageの位置設定 */	
header img{
	padding: 3px;	
	}
#link1,#link2,#link3,#link4{
  padding-top:100px;
  margin-top:-100px;
}
/******セクション1******/
.top_h2{
	position: relative;
	border-top: solid 2px #0067c0;
	border-bottom: solid 2px #0067c0;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #0067c0;
}

.top_h2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: #0067c0;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

.top_p{
	position: relative;
	border-top: solid 2px #0067c0;
	border-bottom: solid 2px #0067c0;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #0067c0;
}

.flex_item_top{
width: 320px;
    height: auto;
    border: 3px solid #0095d9;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    padding: 26px;
    background-color: #e0ffff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
}
	
.flex_item_top_img{
	width: 320px;
    height: auto;

    margin: 5px;
    padding: 5px;
}
	
	/** text area **/
.flex_item_txt{
	text-align:left;
	width: 880px;
    height: auto;
    border: 2px solid #dddddd;
    border-radius: 5px;
    padding: 30px;
    margin: 10px;
    padding: 66px;
    background-color: #ffffff;
}
	
.flex_item_box{
    height: auto;
    /* padding: 30px; */
    margin: 20px;
    /* padding: 66px; */
    background-color: #ffffff;
}

.flex_item_box2{
	width: 240px;
    margin: 5px;
    padding: 5px;
}
.flex_item_box3{
	margin-bottom: 10px;
}

.flex_item_box4{
    margin-top: 30px;	
    margin-bottom: 20px;
}
	
.flex_txt_box{
	text-align:left;
	width: 520px;
flex-basis: 520px;	
    height: auto;
    margin: 20px;
    /* padding: 66px; */
    background-color: #ffffff;
	line-height: 1.6em;
	font-size: 0.8em;
}
	
.top_txt{
	width: 100%;
	max-width: 100%;
	text-align: left;
	border: 2px solid #e0ffff;
	border-radius: 10px;
	padding: 10px;
}
/* セクション２*/
.flex_box{
	display: flex;
	justify-content: center;
}
	
.flex_box2{
	display: flex;
	justify-content: center;
}
	
.h3_area{
	background: #5383c3;
	color: #FFF;
	border-radius: 20px;
	margin: 50px auto;
	padding: 5px 0px;	
}
.h3_area2{
	background: #ffa500;
	color: #FFF;
	border-radius: 20px;
	margin: 50px auto;
	padding: 5px 0px;	
}
/******セクション3******/
.section3_txt{
	border: solid 2px #0067c0;
	text-align: left;
	padding: 20px 30px 20px 30px;
}
	
.section3_txt2{
	/* border: solid 2px #0067c0; */
	border: solid 2px #ffa500;
	height: 150px;
	text-align: left;
	padding: 20px 30px 20px 30px;
}
	
.stlive{
	margin: 10px auto 20px;
	padding: 20px;
	border: 3px solid #0095d9;
	border-radius: 10px;
	/* background-color: #e0ffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px; */
}
/******セクション5******/
.section5_txt{
	border: solid 1px #e6e6e6;
	text-align: left;
	padding: 10px;
	/* text-align: center; */
	/* margin: 20px 30px 20px 30px; */
}
	
.section5_txt2{
	width: 320px;
	border: solid 1px #e6e6e6;
	text-align: left;
    padding: 5px;
    margin: 5px;	
}
	
footer{
	color: #FFF;
	background: #0095d9;
	padding: 20px 0px;
	margin-top: 10px;
}
#page_top{
	position:fixed;
	right: 20px;
	bottom: 20px;
}
#page_top:hover{
	position:fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
}
/***** コンタクトフォーム *****/
.table-contactform7{
overflow: hidden;
table-layout: fixed;
	width: 900px;
	max-width: 100%;
	margin: 10px auto;
	font-size: 2rem;
}

.required-contactform7{
padding: 5px;
background: #0095d9;
color: #fff;
border-radius: 3px;
margin-right: 3px;
}

.unrequired-contactform7{
padding: 5px;
background: #BDBDBD;
color: #fff;
border-radius: 3px;
margin-right: 3px;
}

.table-contactform7 th{
font-weight:bold;
width:50%;
	text-align:left;
}
.table-contactform7 td{
font-weight:bold;
width:100%;
	text-align:left;
	padding: 10px;
}
.table-contactform7 input,
.table-contactform7 textarea{
max-width: 90% !important;
margin: 5px 10px 10px 5px;
	padding: 10px
}

.table-contactform7 select{
width: 310px;
	max-width: 90% !important;
margin: 5px 10px 10px 5px;
	padding: 10px
}
.address-100 input{
max-width: 0% !important;
margin: 5px 10px 10px 5px;
}

.message-100 textarea{
width: 100%;
margin: 5px 10px 10px 5px;
}


.wpcf7-submit {
width: 50%;
	font-size: 2.2rem;
border-radius: 20px;
background: #5383c3;
color: #fff;
border: none !important;
margin: 0 auto;
padding: 10px;
display: block;
box-sizing: border-box;
}
}
@media print, screen and (max-width: 599px) {
/* ************************* */
/*		基本スタイル形成 	   */
/* ************************* */
*{
	margin: 0;
	padding: 0;
}
	
img{
	width: 100%;
	height: auto;
}
	
html{
	width: 100%;
	height: 100%;
}
	
.wrap {
	overflow: hidden;
}

html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
p  { font-size: 1.6rem; } /* 16px */
li { font-size: 1.6rem; } /* 16px */
li p { font-size: 1.6rem; } /* 16px */
h5,h6{ font-size: 1.6rem; }
	
h1,h2,h3,h4,h5,h6{
	font-wight: bold;
}

body{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 130%;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul{
	text-align: left;
	list-style-type: none;
}

/* *****共有******/
.title_wrapper{
	width: 100%;
	height: auto;
	max-width: 100%;
	background: #0067c0;
	color: #FFF;
	padding: 30px 0px;
	margin: 20px auto;
	overflow: hidden;
}

.txt_wrapper{
	width: 100%;
	max-width: 100%;
	padding: 10px 0px;
	margin: 0 auto;
}

.left{
	text-align: left;
}
	
.left_mob{
	text-align: left;	
	height: 100px;
	padding: 10px 10px 10px 10px;
}
	
.left_mob2{
	text-align: left;
}
	
.center{
	text-align: center;
}
	
.orange{
	/* color: #e76209; */
	background: #5383c3;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	/* margin: 20px auto; */
	/* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
	font-weight: bold; 
}
.orange2{
	/* color: #e76209; */
	background: #ffa500;
	color: #FFF;
	text-align: center;
	font-size: 2.4rem;
	/* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
	font-weight: bold; 
}
.orange3{
	/* color: #e76209; */
	background: #5383c3;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	/* margin: 20px auto; */
	/* background: linear-gradient(transparent 0%, #c1e0ff 0%); */
	font-weight: bold;
	height: 30px;
}
	
.under {
	font-size: 2rem;
	color: #e76209;
	display: inline-block;
	background: linear-gradient(transparent 60%, #ff99ab 60%);
}
	
.red{
	color: red;
	border-bottom:double 10px;
}
	
.big{
	font-size: 6rem;
}
	
.text { 
	display: inline-block; 
	min-width: 100%;
   width: 100%;
}
	
.text br {
   display: none;
 }
	
.inline{
	display: inline-block!important;
	}
	
header{
	color: #FFF;
	background: #0095d9;
	}
/* header imageの位置設定 */		
header img{
	padding: 3px 0px;	
	}
#link1,#link2,#link3,#link4{
  padding-top:100px;
  margin-top:-100px;
}

/******セクション1******/
.top_h2{
	position: relative;
	border-top: solid 2px #0067c0;
	border-bottom: solid 2px #0067c0;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #0067c0;
}

.top_h2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: #0067c0;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

.top_p{
	position: relative;
	border-top: solid 2px #0067c0;
	border-bottom: solid 2px #0067c0;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color: #0067c0;
}

.flex_item_top{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 3px solid #0095d9;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto;
	background-color: #e0ffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
}
	
.flex_item_top_img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	margin: 0px auto;
}
	
/** text area **/
.flex_item_txt{
	text-align:left;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 2px solid #dddddd;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto;
    background-color: #ffffff;
	line-height:1.4em;
}
.flex_txt_box{
	text-align:left;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	margin: 10px auto;
    background-color: #ffffff;
	line-height: 1.6em;
	font-size: 1.1em;
}
.flex_item_box{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	margin: 10px auto;
    background-color: #ffffff;
}	

.flex_item_box2{
	max-width: 100%;
    margin: 5px;
    padding: 10px;
}
	
.top_txt{
	width: 100%;
	max-width: 100%;
	text-align: left;
}
	
/* セクション２*/
.flex_box{
	display: block;
	justify-content: center;
}

.h3_area{
	background: #5383c3;
	color: #FFF;
	border-radius: 20px;
	margin: 30px auto;
	padding: 5px 0px;	
}
.h3_area2{
	background: #ffa500;
	color: #FFF;
	border-radius: 20px;
	margin: 50px auto;
	padding: 5px 0px;	
}
	
.section3_txt{
	margin: 10px auto;
	border: solid 2px #0067c0;
	text-align: left;
	padding: 20px 30px 20px 30px;
}
	
.section3_txt2{
	/* border: solid 2px #0067c0; */
	border: solid 2px #ffa500;	
	height: auto;
	text-align: left;
	margin: 10px auto;	
	padding: 20px 30px 20px 30px;
}
	
.stlive{
	margin: 20px auto;
	border: 3px solid #0095d9;
	border-radius: 10px;
	/* background-color: #e0ffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px; */
}

.section5_txt{
	border: solid 1px #e6e6e6;
	text-align: left;
	padding: 10px;
	/* text-align: center; */
	margin: 10px 10px 10px 10px;
}
.section5_txt2{
	border: solid 1px #e6e6e6;
	text-align: left;
	padding: 10px;
	/* text-align: center; */
	margin: 10px 10px 10px 10px;
}
	
footer{
	color: #FFF;
	background: #0095d9;
	padding: 20px 0px;
	margin-top: 10px;
}
#page_top{
	position:fixed;
	right: 0px;
	bottom: 0px;
}
/***** コンタクトフォーム *****/
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	width: 900px;
	max-width: 100%;
	margin: 10px auto;
	font-size: 2rem;
}

.required-contactform7{
	padding: 5px;
	background: #0095d9;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.unrequired-contactform7{
	padding: 5px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}

.table-contactform7 th{
	font-weight:bold;
	width:50%;
	text-align:left;
}
	
.table-contactform7 td{
	font-weight:bold;
	width:100%;
	text-align:left;
	padding: 10px;
}
	
.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 10px 5px;
	padding: 10px
}

.table-contactform7 select{
width: 310px;
max-width: 90% !important;
margin: 5px 10px 10px 5px;
padding: 10px
}
	
.address-100 input{
	max-width: 0% !important;
	margin: 5px 10px 10px 5px;
}

.message-100 textarea{
	width: 100%;
	margin: 5px 10px 10px 5px;
}


.wpcf7-submit {
	width: 50%;
	font-size: 2.2rem;
	border-radius: 20px;
	background: #5383c3;
	color: #fff;
	border: none !important;
	margin: 0 auto;
	padding: 10px;
	display: block;
	box-sizing: border-box;
}

/* コンタクトフォーム　*/

.table-contactform7{
	display:block;
}

.table-contactform7 tbody,
.table-contactform7 tr{
	display: block;
	width: 100%;
}
	
.table-contactform7 th{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}
.table-contactform7 td{
	font-size: 1.6rem;
	display: list-item;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
	border-top: none !important;
}
}

.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border: 1px solid #ccc;
  color: #FFF;
	background: #0095d9;
  display: block;
  text-align: center;
  text-decoration: none;
	 line-height: 140%;
	height: 25px;		/* height: 50px; */
		padding: 10px;
}

.menu-container .menu .menu-item a:hover {
  background: #FFF;
  color: #0095d9;
}

.menu-container .menu .menu-item:last-child a {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	
  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-container .menu .menu-item {
    flex: auto;
    width: 46%;
	  border: 1px solid #CCC;
  }
  .menu-container .menu .menu-item:nth-child(3n) a {
   border-right: 1px solid #ccc;
	color: #FFF;
	background: #0095d9;
	
  }
  .menu-container .menu .menu-item:nth-child(n + 4) a {
    border-top: none;
  }
}
