@charset "UTF-8";
/* CSS Document */

/*フォントについて 
  
  font-weightの値を100から900で調整可能  
  
  font-family: "Noto Sans JP", sans-serif; 
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;

*/

ul {
	margin:0;
	padding: 0;
}

a {
	color:#3583aa; /*リンクの色*/
	text-decoration: none;
}

a:visited{
	color:#788d98; /*リンクを踏んだ後の色*/
}

a:hover {
	text-decoration: underline; /*リンクにカーソルを置いたらアンダーライン*/
}


@media (max-width:400px){
	
body {
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	color: #101010;
	font-size: 13px;
	line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

img {
	vertical-align: bottom;
}	

	
	
	
/*ヘッダーの設定*/
header {
	width:auto;
	height: 45px;
	margin: 0 auto;
	
}	
	
/*ヘッダーロゴの高さを指定 header_logo class内のimgに対してcssを記述*/
.headerlogo img {
    height: 45px;
	float: left;
}	
	

.headerlineicon {
	float: right;
	margin-right: 10px;	
	}	

.headerlineicon img{
	height: 30px;
	margin-top: 8px;
	}
	
#wrap {
	clear: both;
}

.content {
	width: auto;
	margin: 0 auto;
}

.topimage img {
	width: 100%;
}

.mainimage img{
	width: 100%;
}

.green {
	width: auto;
	min-width: 305px;
	height: 70px;
	border: 6px solid #44b62d;
    display: flex;
	justify-content: space-around;

}


.greentext{
	font-family: "Noto Sans JP", sans-serif; 
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
	
	font-size: 15px;
	color: #44b62d;
	line-height: 1.3;
	margin-top: 15px;
	letter-spacing: 1vw;
}

	
.line_link img{
    width: 100px;	
	margin-top: 18px;
	margin-left: -25px;
	padding: 0;
	}

	
	
.pc {
	display: none;
	}
	
	
/*フッターの設定*/
footer {
	text-align: center;
	background-color: #222222;
	color:#ffffff;
	width: auto;
	height: 50px;
	padding-top: 20px;
}
	
/*コピーライトの文字*/
footer small {
		font-size: 13px;
	    font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
}	
	
}
/*ここまで画面サイズ400px以下*/


/*画面サイズ401px以上の場合 スマートフォン向け*/
@media (min-width: 401px){

body {
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	color: #101010;
	font-size: 13px;
	line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

img {
	vertical-align: bottom;
}	

	
	
	
/*ヘッダーの設定*/
header {
	width:auto;
	height: 60px;
	margin: 0 auto;
	
}	
	
/*ヘッダーロゴの高さを指定 header_logo class内のimgに対してcssを記述*/
.headerlogo img {
    height: 60px;
	float: left;
}	
	

.headerlineicon {
	float: right;
	margin-right: 15px;	
	}	

.headerlineicon img{
	height: 40px;
	margin-top: 10px;
	}
	
#wrap {
	clear: both;
}

.content {
	width: auto;
	margin: 0 auto;
}

.topimage img {
	width: 100%;
}

.mainimage img{
	width: 100%;
}

.green {
	width: auto;
	min-width: 305px;
	height: 100px;
	border: 6px solid #44b62d;
    display: flex;
	justify-content: space-around;

}


.greentext{
	font-family: "Noto Sans JP", sans-serif; 
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
	font-size: 25px;
	color: #44b62d;
	line-height: 1.2;
	margin-top: 19px;
	letter-spacing: 2vw;
}

	
.line_link img{
    width: 150px;	
	margin-top: 27px;
	margin-left: -25px;
	padding: 0;
	}

	
	
.pc {
	display: none;
	}
	
	
/*フッターの設定*/
footer {
	text-align: center;
	background-color: #222222;
	color:#ffffff;
	width: auto;
	height: 50px;
	padding-top: 20px;
}
	
/*コピーライトの文字*/
footer small {
		font-size: 13px;
	    font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
}	
	
	
	
	
}
/*以上、画面サイズ768px未満の端末向け表示*/

/*以下、画面サイズが768px以上の場合 PCおよびタブレット*/
@media (min-width: 768px){
	
body {
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	color: #101010;
	font-size: 13px;
	line-height: 2;
}

p,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

img {
	vertical-align: bottom;
}	
	
	

/*ヘッダーの設定*/
header {
	width:auto;
	height: 80px;
	margin: 0 auto;
	
}

/*ヘッダーにドロップシャドウ*/
.header {
	box-shadow: 0px 1px 9px 0px #a6a6a6;
	position: relative;
	z-index: 1;
}

/*ヘッダーロゴ左寄せ*/
.headerlogo {
	float: left;
}

/*ヘッダーロゴの高さを指定 header_logo class内のimgに対してcssを記述*/
.headerlogo img {
	float: left;
    height: 80px;
}

.headerlineQR img {
	width: 55px;
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	}
	
	
.headerlineicon {
	float: right;
	margin-right: 30px;
	}
	


.headerlineicon img{
	height: 50px;
	margin-top: 15px;
	}

#wrap {
	clear: both;
}

.content {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
}

.topimage img {
	width: 100%;
	max-width: 1000px;
}

.mainimage img{
	width: 100%;
	max-width: 1000px;
}

.green {
	width: auto;
	min-width: 305px;
	height: 100px;
	border: 6px solid #44b62d;
    display: flex;
	justify-content: space-around;

}


.greentext{
	font-family: "Noto Sans JP", sans-serif; 
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
	font-size: 25px;
	color: #44b62d;
	line-height: 1.2;
	margin-top: 19px;
	margin-right: -200px;
	letter-spacing: 1vw;
}

.greenQR img {
	width: 80px;
	margin-top: 10px;
	margin-right: 0px;
	}
	
.line_link img{
    width: 180px;	
	margin-top: 22px;
	margin-left: -200px;
	padding: 0;
	}

.pc {
	display: block;
	}	
	
.phone {
	display: none;
	}
	
	
/*フッターの設定*/
footer {
	text-align: center;
	background-color: #222222;
	color:#ffffff;
	width: auto;
	height: 50px;
	padding-top: 20px;
}
	
/*コピーライトの文字*/
footer small {
		font-size: 13px;
	    font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
}	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	


