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

.example {
  font-size: 0.7em;       /* 文字サイズを半分にする */
  vertical-align: super;  /* 上付き文字にする */
}

.content_ti01 {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}
.content_txt01 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}


.content_wrap01b {
	width: 830px;
	margin: 0 auto 5% auto;
}
.content_box01b {
	width: 400px;
	margin: 0 30px 0 0;
	float: left;
}
.content_box02b {
	width: 400px;
	margin: 0 0 0 0;
	float: left;
}
.content_img01b {
	width: 100%;
	margin: 0 0 0 0;
}


.txt_wrap011 {
	width: 580px;
	margin: 0 auto 5% auto;
}

.txt_wrap011 p {
	font-size: 15px;
	text-align: left;
	line-height: 1.5em;
}

.txt_wrap010 {
	width: 580px;
	background-color:#ffffff;
	border:6px solid #e5e5e5;
	padding: 30px 30px 30px 30px;
	margin: 0 auto 3% auto;
}

.txt_wrap010 p {
	color:#012a46;
	font-size: 19px;
	text-align: center;
	line-height: 1.7em;
}

.txt_wrap010 a {
	color:#012a46;
	font-size: 19px;
	text-align: center;
	line-height: 1.7em;
}



/* テンプレート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: 1080px;
	margin: 2% auto 3% 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: 100%;
	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) {
	
.content_ti01 {
	width: 80%;
	font-size: 125%;
	font-weight: bold;
	margin: 0 auto 1em auto;
	padding: 0;
	text-align: center;
}
.content_txt01 {
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0;
}	
	
.content_wrap01b {
	width: 90%;
	margin: 0 auto 13% auto;
}
.content_box01b {
	width: 90%;
	margin: 0 auto 0 auto;
	float: none;
}
.content_box02b {
	width: 95%;
	margin: 0 auto 0 auto;
	float: none;
}
.content_img01b {
	width: 100%;
	margin: 0 0 2em 0;
}
	
.txt_wrap011 {
	width: 80%;
	margin: 0 auto 5% auto;
}

.txt_wrap011 p {
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
}	
	
.txt_wrap010 {
	width: 80%;
	background-color:#ffffff;
	border:6px solid #e5e5e5;
	padding:5% 5% 5% 5%;
	margin: 0 auto 5% auto;
}
	
.txt_wrap010 p {
	color:#012a46;
	font-size: 130%;
	text-align: center;
	padding:0 0 3% 0;
	line-height: 1.7em;
}
	
.txt_wrap010 a {
	color:#012a46;
	font-size: 110%;
	text-align: center;
	padding:0 0 3% 0;
	line-height: 1.7em;
}	


	/* テンプレート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: 100%;
}
	
.txt_wrap011 span {
	font-size: 100%;
}	
	
	/* テンプレート02*/
.t03_wrap {
	width: 90%;
	margin: 0 auto 3% 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;		
	}	
	
}	