@charset "utf-8";
/* CSS Document */

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCでは3列 */
  gap: 30px; /* グリッド間のギャップ */
}
.t02b_box_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02b_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	letter-spacing: 0.15em;
	text-align: center;
}
.t02b_box_txt {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 85%;
}
.btn_box02 {
  width: 80%;
  margin: 0 auto 5% auto;
}
.btn_02 {
	display: block;
	position: relative;
	padding: 1.5em;
	text-align: center;
	font-size:18px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #444444;
}
.btn_02:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_02:visited { color: #FFF!important; }

@media (max-width: 980px) {
  .grid-container {
	  width: 95%;
	  margin: 0 auto;
    grid-template-columns: repeat(2, 1fr); /* スマートフォンでは2列 */
  }
.t02b_box_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02b_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 135%;
	letter-spacing: 0.15em;
	text-align: left;
}
.t02b_box_txt {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 105%;
}
}

.grid-item {

}



/* テンプレート02*/
.t02_wrap02 {
	width: 760px;
	margin: 0 auto 5% auto;
}

.t02_box02 {
	width: 38%;
	margin: 0 6% 0 6%;
	float: left;
}
.t02_box02:nth-child(2n) {
	margin-right: 0;	
}
.t02_box02_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box02_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 85%;
	text-align: center;
	line-height: 1.7em;
}

/* テンプレート02*/
.t03_wrap {
	width: 980px;
	margin: 0 auto 5% auto;
}
.t03_box_l {
	width: 46%;
	margin: 0 8% 0 0;
	float: left;
}
.t03_box_r {
	width: 46%;
	margin: 0 0 0 0;
	float: left;
}
.t03_box_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t03_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	letter-spacing: 0.15em;
	text-align: center;
}

.t03_box03 {
	width: 28%;
	margin: 0 0 0 4%;
	float: left;
}
.t03_box03:nth-child(3n) {
	margin-right: 0;	
}
.t03_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t03_box03_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 85%;
	text-align: center;
	line-height: 1.7em;
}
/* テンプレート02end*/

.t04_wrap {
	width: 300px;
	margin: 0 auto 5% auto;
}

.t04_box04 {
	width: 100%;
	margin: 0 auto 0 auto;
	float: center;
}

.t04_box04_img {
	width: 100%;
	margin: 0 auto 3% auto;
	float: center;
}
.t04_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 85%;
	text-align: center;
	line-height: 1.7em;
}

.p_u_itemlist {
	width: 980px;
	margin:100px auto 100px auto;
	text-align: center;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
}


.p_u_itemlist .ttl_txt {
	margin: 0 0 40px 0;
}


.p_u_itemlist ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}


.p_u_itemlist li a {
	text-decoration: none!important;
}

.p_u_itemlist li {
	width: 100%;
	list-style-type: none;
	padding: 0 5px 0 5px;	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 16px;
}

.p_u_itemlist li+ li {
  border-left: 0;
  border-right: 1px solid #333;
}




@media only screen and (max-width: 980px) {

.btn_box02 {
  width: 100%;
  margin: 0 auto 5% auto;
}
.btn_02 {
	display: block;
	position: relative;
	padding: 1.5em;
	text-align: center;
	font-size:100%;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #444444;
}
.btn_02:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_02:visited { color: #FFF!important; }
	/* テンプレート02*/
.t02_wrap02 {
	width: 90%;
	margin: 0 auto 5% auto;
}	
	
.t02_box02 {
	width: 48%;
	margin: 0 4% 8% 0;
	float: left;
}
.t02_box02:nth-child(2n) {
	margin-right: 0;	
}
.t02_box02_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t02_box02_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 105%;
	text-align: center;
	line-height: 1.7em;
}
	
.t02_box_ti span {
	font-size: 100%;
}
	
.t02_box_txt span {
	font-size: 100%;
}	
	
.txt_wrap01 span {
	font-size: 120%;
}
	
	/* テンプレート02*/
.t03_wrap {
	width: 90%;
	margin: 0 auto 5% auto;
}
.t03_box_l {
	width: 100%;
	margin: 0 0 13% 0;
	float: none;
}
.t03_box_r {
	width: 100%;
	margin: 0 0 13% 0;
	float: none;
}
.t03_box_img {
	width: 37%;
	margin: 0 0 3% 3%;
	float: right;
}
.t03_box_ti {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 135%;
	letter-spacing: 0.15em;
	text-align: left;
}
.t03_box_txt {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 105%;
}

.t03_box03 {
	width: 48%;
	margin: 0 4% 8% 0;
	float: left;
}
.t03_box03:nth-child(2n) {
	margin-right: 0;	
}
.t03_box03_img {
	width: 100%;
	margin: 0 0 3% 0;
}
.t03_box03_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 105%;
	text-align: center;
	line-height: 1.7em;
}
/* テンプレート02end*/
	
.t04_wrap {
	width: 60%;
	margin: 0 auto 5% auto;
}

.t04_box04 {
	width: 100%;
	margin: 0 auto 8% auto;
	float: center;
}

.t04_box04_img {
	width: 100%;
	margin: 0 auto 3% auto;
	float: center;
}
.t04_box04_txt {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 110%;
	text-align: center;
	line-height: 1.7em;
}	
	
.p_u_itemlist {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 130%;
	font-style: normal;
}

.p_u_itemlist span {
	font-size: 165%;
	letter-spacing: 3px;
	margin-left: -18px;
	}	
	

.p_u_itemlist .ttl_txt {
	margin: 0 0 5% 0;
}


.p_u_itemlist ul {
	width: 	100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.p_u_itemlist li a {
	text-decoration: none!important;
}

.p_u_itemlist li {
	width: 45%;
	list-style-type: none;
	margin: 2% 0;
	padding: 1% 0;	
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 110%;
	letter-spacing: 1px;
}

.p_u_itemlist li+ li {
  border-left: 1px;
  border-right: 1px solid #333;
}	
	
.p_u_itemlist li:nth-of-type(3){
	border-left: 1px solid #333;		
	}
	
.p_u_itemlist li:last-child{
	border-left: 1px solid #333;		
	}	
	
}	