/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body {
	line-height : 1.2em;
	font-family: 'Kosugi Maru', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}


a{
	color:#000;
}


/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {
	
/*改行等表示・非表示*/	
.spv{
	display:none;
}

/*全体文字サイズ*/
body {
	font-size:1.2em;
}


.pc_head_con{
	box-sizing:border-box;
	padding:15px;
	width:100%;
	overflow:hidden;
	margin:0 auto 15px;
	color:#2f90cf;
}

.pc_head_box_l{
	float:left;
}
.pc_head_box_l img{
	width:125px;
	height:auto;
}

.pc_head_box_r{
	float:right;
	padding-top:30px;
}


.footer{
	background-color:#2f90cf;
	display: flex;
	margin:0;
}
.footer_con{
	margin:40px auto;
	text-align:center;
	color:#FFF;
}
.footer_con img{
	width:125px;
	height:auto;
}




/*ここにcss*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
* {
    box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv{
	display:none;
}	

/*全体文字サイズ*/
body {
	width:100%;
	max-width:100%;
	font-size:1.2em;
}


img{
	max-width:100%;
}




	
/*ここにcss*/
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/