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

/* 日本語 基本フォント */

body {　font-family: 'Noto Sans JP', sans-serif;　}

p {
	line-height: 1.5;
}

.header_h1 {
	background-image: url("../img/base_usuibaijyu.jpg");
	background-repeat: repeat;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8px;
	color: #333;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin: 0 auto;
}

.title_h2 {
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	text-align: center;
  width: 90%;
	margin: 0 auto;
	display: block;
}

.parenthesis h2 p {
	font-family: "Sawarabi Mincho";
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
}


.sawarabi {
	font-family: "Sawarabi Mincho";
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
}


.parenthesis {
  position: relative;
  width: 80%;
  padding: 1px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  top: 0;
  left: 0;
	/*
  border-top: 1px solid #555;
  border-left: 1px solid #555;
	*/
}
.parenthesis::after {
  bottom: 0;
  right: 0;
	/*
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
	*/
}


.parenthesis_w p {
	font-family: "Sawarabi Mincho";
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	color: #fff;
}

.parenthesis_w {
  position: relative;
  width: 80%;
  padding: 1px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.parenthesis_w::before,
.parenthesis_w::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis_w::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.parenthesis_w::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.cach_h3{font-size: 16px;}
.tokucyou {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	
}



/* 色文字 */

.pink {
	color: #d2538c;
}



/*p  strong */


.text1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify
}
.syouhinmei {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	text-align: left;
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

.kakaku {
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}



.text_tokucyou {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	
}

.text_osusume {
	font-family: "M PLUS Rounded 1c";
	font-size: 19px;
	text-align: left;
	line-height: 1.3;
	display: block;
	margin: 15px auto 12px auto;
	text-align:justify;
	font-weight: bold;
	
}
.mt30{
	margin-top:30px;
	}
.mt50{
	margin-top:50px;
	}
.mt70{
	margin-top:70px;
	}
.mt100{
	margin-top:100px;
	}
.mb100{
	margin-bottom:100px;
	}
.pb10{
	padding-bottom:10px;
	}
.pb20{
	padding-bottom:20px;
	}
.pb30{
	padding-bottom:30px;
	}
.pb50{
	padding-bottom:50px;
	}
.pb70{
	padding-bottom:70px;
	}
.pb100{
	padding-bottom:100px;
	}
.pt10{
	padding-top:10px;
	}
.pt30{
	padding-top:30px;
	}
.pt50{
	padding-top:50px;
	}
.pt70{
	padding-top:70px;
	}
.pt100{
	padding-top:100px;
	}
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	

.header_h1 {
	font-size: 6px;
	display: none;
}
	
.title_h2 {
	font-size: 20px;
	background-position: center top;
	width: 90%;
	margin: 0 auto;
}

.parenthesis p h2 {
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

.sawarabi {
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

	
.parenthesis {
  width: 90%;
}
	
.parenthesis_w p {
	font-size: 20px;
	width: 95%;
	margin: 0 auto;
}

	
.parenthesis_w {
  width: 90%;
}
		
.tokucyou {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: left;
	
}

.text_tokucyou {
	font-size: 15px;
	margin-top: 0px;
	text-align: left;
	
}

.text_osusume {
	font-size: 17px;
	
}
	
.mt30{
	margin-top:3%;
	}
.mt50{
	margin-top:5%;
	}
.mt70{
	margin-top:7%;
	}
.mt100{
	margin-top:10%;
	}
.mb100{
	margin-bottom:10%;
	}
.pb10{
	padding-bottom:1%;
	}
.pb20{
	padding-bottom:2%;
	}
.pb30{
	padding-bottom:3%;
	}
.pb50{
	padding-bottom:5%;
	}
.pb70{
	padding-bottom:7%;
	}
.pb100{
	padding-bottom:10%;
	}
.pt30{
	padding-top:3%;
	}
.pt50{
	padding-top:5%;
	}
.pt70{
	padding-top:7%;
	}
.pt100{
	padding-top:10%;
	}
	
}