@charset "UTF-8";
/*subnav*/
.subnav{
	width: 100%;
	padding: 6px 0;
	background: #5064B9;
}
.subnav .content{
	width: 310px;
	padding: 0 18px;
	border-left: 3px solid #fff;
}
.subnav .content:last-child{
	padding: 0 0 0 18px;
}
.subnav .content:first-child{
	padding: 0 18px 0 30px;
	border-left: none;
}
.subnav .content p{
	width: 480px;
	font-size: 1.4rem;
	color: #FFF;
}
.subnav .content .photo{
	width: 180px;
	padding: 8px 0;
	margin-right: 5%;
}
.subnav .content .photo img{
	width: 100%;
}

/*breadcrumb*/
.breadcrumb{
	padding: 25px 0 50px;
}
.breadcrumb p{
	font-size: 1.4rem;
}
.breadcrumb p:before{
	content: "≫";
	margin: 0 0.6em;
}
.breadcrumb p:first-child:before{
	content: none;
}

.main{
	width: 700px;
}
.side{
	width: 200px;
}

.side a{
	text-decoration: none;
}


h1{
	position: relative;
	padding: 5%;
	margin: 0 0 3rem;
	font-size: 3.5rem;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: 0;
	background: url(../img/bg_title01.png) repeat-y center center;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
h1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../img/bg_title01_before.png) no-repeat center top;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
h1:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../img/bg_title01_after.png) no-repeat center bottom;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
.ie h1{
	padding: 6% 5% 4%;
}
.header_top h1 {
	letter-spacing: 1px;
}
h2{
	position: relative;
	padding-bottom: 0.5em;
	margin: 2rem 0 2rem;
	font-size: 3.2rem;
	font-weight: bold;
}
h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 111px;
	height: 3px;
	background: url(../img/bg_title02.png) no-repeat left bottom;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}

h3{
	position: relative;
	margin: 8rem 0 6rem;
	font-size: 2.8rem;
	font-weight: bold;
}
h3:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
	width: 125px;
	height: 125px;
	margin: auto;
	background: url(../img/bg_title03.png) no-repeat center center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	z-index: -1;
}

h4{
	position: relative;
	padding-bottom: 0.4em;
	margin-bottom: 70px;
	font-size: 2.4rem;
	font-weight: bold;
}
h4:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 3px;
	background: #FFF500;
}

.main ul,ol{
	width: 48%;
	margin-bottom: 1rem;
}
.main ul li{
	position: relative;
	padding-left: 25px;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	line-height: 2;
}
.main ul li:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 10px;
	height: 3px;
	margin: auto;
	background: #5064B9;
}
.sec04 .top .plus .txt ul li:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 20px;
	height: 3px;
	margin: auto;
	background: #5064B9;
}


ol li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 2;
	border-bottom: 1px solid;
}
ol li:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2em;
	height: 2em;
	margin: auto;
	font-size: 2.4rem;
	font-weight: bold;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
}
ol li:first-child:before{
	content: "01";
}
ol li:nth-child(2):before{
	content: "02";
}
ol li:nth-child(3):before{
	content: "03";
}
ol li:nth-child(4):before{
	content: "04";
}
ol li:nth-child(5):before{
	content: "05";
}
ol li:nth-child(6):before{
	content: "06";
}
ol li:nth-child(7):before{
	content: "07";
}
ol li:nth-child(8):before{
	content: "08";
}

#tag.main ul.nrml{
	width: 100%;
	margin-bottom: 54px;
	position: relative;
}
#tag.main ul.nrml li{
	position: relative;
	padding-left: 0;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 2;
	width: 50%;
	padding: 10px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
#tag.main ul.nrml li:before{
	content: none;
}
#tag.main ul.nrml li .pict {
	width: 35%;
	margin-right: 5rem;
}
#tag.main ul.nrml li .tx {
	width: 65%;
}


#tag.main ul.nrml li .tx a{
	text-decoration: none;
}



#tag.main ul.nrml li p.ttl {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#tag.main ul.nrml li .content_text {
	font-size: 1.3rem;
}

.btn-internal a{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 70%;
	height: auto;
	margin: 3rem auto 26px;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	background: linear-gradient(45deg,#f3e900 50%, #fbf455 50%);
	padding: 1rem 5rem 1rem 1rem;
	text-decoration: none;
}
.ie .btn-internal a{
	padding-top: 7px;
}
.btn-internal a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 90%;
	width: 20px;
	height: 34px;
	margin: auto;
	background: url(../img/icon_arrow_btninternal.png) no-repeat center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: 50%;
}

.btn-web a{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 560px;
	height: 90px;
	margin: 0 auto 26px;
	font-size: 2.8rem;
	color: #FFF;
	font-weight: bold;
	background: linear-gradient(45deg,#6537bb 50%, #8134af 50%);
	padding: 4rem 6rem 4rem 7rem;
	line-height: 1.5;
	text-decoration: none;
}
.btn-web a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url(../img/icon_btnweb.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.btn-web a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 90%;
	width: 20px;
	height: 34px;
	margin: auto;
	background: url(../img/icon_arrow_btnweb.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#single table {
	border-collapse: separate;
	border-spacing: 4px;
}
table{
	width: 100%;
	margin-bottom: 50px;
	margin-top: 50px;
}
table th,
table td{
	padding: 16px;
	font-size: 1.8rem;
	border: 3px solid #B4C8D2;
}
table th{
	width: 37%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background: #B4C8D2;
	font-size: 1.4rem;
}
table td{
	width: 63%;
	padding: 16px 32px;
	font-size: 1.4rem;
}

.article{
	position: relative;
	margin-bottom: 36px;
}
.article p{
	font-size: 1.6rem;
	line-height: 2;
}
.article p img{
	margin-bottom: 8px;
}
#single.main .article p.caption{
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.8;
	word-break: break-all;
	margin: 5px 0;
}
.alignleft{
	margin-right: 18px;
}
.alignright{
	margin-left: 18px;
}
.yellow_box{
	position: absolute;
	top: 24px;
	left: -26px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	        align-items: center;
	width: 155px;
	height: 40px;
	padding-left: 24px;
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	background: #FFF500;
}
.ie .yellow_box{
	padding-top: 7px;
}
.column_2 .article{
	width: 46%;
	padding: 100px 20px 26px;
	margin-left: 14px;
	margin-bottom: 50px;
	border: 3px solid #B4C8D2;
}
.column_1.article{
	padding: 30px 60px 32px;
	margin-left: 14px;
	margin-bottom: 50px;
	background: #EEF3F5;
}
h5{
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
h5:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 75px;
	height: 1px;
	margin: auto;
	background: #363636;
}
.column_2 .article h5{
	font-size: 2rem;
}


.column_1.article h3{
   position: relative;
   padding-bottom: 1em;
   margin-bottom: 1em;
   font-size: 2rem;
   text-align: center;
   font-weight: bold;
   font-style: italic;
   margin-top: 1rem;
}

.column_1.article h3:after{
	content: "";
	position: absolute;
	top: 9rem;
	left: 0;
	right: 0;
	width: 75px;
	height: 1px;
	margin: auto;
	background: #363636;
	z-index: 1;
}


.side_list{
	margin-bottom: 40px;
}
.side_list_title{
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	margin-top: 3em;
	font-weight: bold;
	border-bottom: 1px solid #3c3c3c;
}
.side_list_title:first-child {
	margin-top: 0;
}
.side_list ul{
	width: 100%;
}
.side_list ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
	line-height: 1.6;
}
.side_list ul li:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	width: 16px;
	height: 3px;
	margin: auto;
	background: #5064B9;
}
.ie .side_list ul li:before{
	top: -7px;
}
.side_list ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-right: 15px;
	font-size: 1.2rem;
}
.side_list ul li a:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 18px;
	margin: auto;
	background: url(../img/icon_arrow_sidelist.png) no-repeat center center;
	-webkit-background-size: cover;
						-o-background-size: cover;
									background-size: cover;
}
.side_list ul.subList {
	padding-left: 1em;
}
.side_list ul.subList li:before {
	height: 1em;
	background: url("../img/icon_subtitle.png") 0 0 no-repeat;
}
.side_tag_title{
	position: relative;
}
.side_tag_title p{
	position: relative;
	display: table;
	padding: 0 0.5em;
	margin: 0 auto 1em;
	font-size: 2rem;
	font-weight: bold;
	font-style: italic;
	background: #fff;
}
.side_tag_title:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	margin: auto;
	background: #b4c8d2;
}
.side_tag_list ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
}
.side_tag_list ul li{
	margin-right: 2%;
	display: inline-block;
}
.side_tag_list ul li:nth-child(3n){
	margin-right: 0;
}
.side_tag_list ul li a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 28px;
	margin-bottom: 8px;
	font-size: 1.1rem;
	background: #fff;
	border: 3px solid #FFF500;
	padding: 0.2rem;
}
.ie .side_tag_list ul li a{
	padding-top: 9px;
}

.tag_box .trance {
	display: inline-block;
	margin-left: 10px;
}
.tag_box .trance,
.tag_box .trance a {
	color: #5064b9;
}
.tag_box .trance:first-child {
	margin-left: 0;
}

#sitemap h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}
#sitemap ul {
	width: 100%;
}
#sitemap ul.subList {
	padding-left: 1em;
}
#sitemap ul.subList li:before {
	height: 1em;
	background: url("../img/icon_subtitle.png") 0 0 no-repeat;
}


@media screen and (max-width: 760px){
	.main_content{
		margin-bottom: 15%;
	}
	.subnav{
		padding: 3% 0;
	}
	.subnav .wrap{
	overflow-x: scroll;
		width: 100%;
	}
	.subnav .content{
		width: 240px;
		padding: 0 2%;
		border-left: 1px solid #fff;
	}
	.subnav .content:last-child{
		padding: 0 0 0 2%;
	}
	.subnav .content:first-child{
		padding: 0 2% 0 1%;
	}
	.subnav .content p{
		width: 300px;
		font-size: 1rem;
	}
	.subnav .content .photo{
		width: 130px;
		padding: 0.2rem 0;
		margin-right: 5%;
	}

	/*breadcrumb*/
	.breadcrumb{
		padding: 3% 0;
		font-size: 1.2rem;
	}
	.breadcrumb p{
		font-size: 1rem;
	}

	.breadcrumb + .flex{
		display: block;
	}

	.main{
		width: 100%;
	}
	.side{
		width: 100%;
		display: none;
	}

	h1{
		margin-bottom: 5%;
		font-size: 2.2rem;
	}
	h1:before,
	h1:after{
		height: 36px;
	}

	h2{
		margin-bottom: 5%;
		font-size: 2rem;
		margin: 1rem 0;
		line-height: 1.5;
	}
	h2:after{
		width: 56px;
		height: 2px;
	}

	h3{
		margin: 4rem 0 1rem;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	h3:after{
		left: -4px;
		width: 62px;
		height: 62px;
	}

	h4{
		margin-bottom: 5%;
		font-size: 1.6rem;
		line-height: 1.5;
		margin-top: 2rem;
	}
	h4:after{
		width: 30px;
		height: 2px;
	}

	.list{
		display: block;
	}

	.main ul,ol{
		width: 100%;
		margin-bottom: 5%;
	}
	.main ul li{
		padding-left: 10px;
		margin-bottom: 2%;
		font-size: 1.4rem;
		margin-left: 0.8rem;
	}
	.main ul li:before{
		left: 0;
		width: 5px;
		height: 2px;
		
	}
	ol li{
		padding-left: 2em;
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
		font-weight: 700;
		border-bottom: 1px solid #d05c5c;
	}
	ol li:before{
		font-size: 1.2rem;
	}

	.btn-internal a{
		width: 90%;
		margin: 2rem auto 4.5rem;
		font-size: 1.4rem;
		padding: 1.5rem 0.5rem;
		line-height: 1.5;
	}
	.btn-internal a:after{
		width: 10px;
		height: 17px;
	}

	.btn-web a{
		width: 90%;
		height: 45px;
		margin: 0 auto 3%;
		font-size: 1.4rem;
	}
	.btn-web a:before{
		width: 10px;
		height: 10px;
	}
	.btn-web a:after{
		width: 10px;
		height: 17px;
	}
	.btn-web.mb100{
		margin-bottom: 3% !important;
	}

	.btn-tel a{
		position: relative;
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		-webkit-align-items: center;
		        align-items: center;
		-webkit-justify-content: center;
		        justify-content: center;
		width: 90%;
		height: 45px;
		margin: 0 auto 3%;
		font-size: 1.4rem;
		color: #5064b9;
		font-weight: bold;
		font-style: italic;
		background: linear-gradient(45deg,#d9e0e4 50%, #e9eff2 50%);
		border: 3px solid #5064B9;
	}
	.btn-tel a:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 5%;
		width: 18px;
		height: 28px;
		margin: auto;
		background: url(../img/icon_btntel.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}

	.btn-link a{
		position: relative;
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
		-webkit-align-items: center;
		        align-items: center;
		-webkit-justify-content: center;
		        justify-content: center;
		width: 90%;
		height: 45px;
		margin: 0 auto 3%;
		font-size: 1.4rem;
		color: #323232;
		font-weight: bold;
		font-style: italic;
		background: rgba(180, 200, 210, 0.3);
		border: 3px solid #b4c8d2;
	}
	.btn-link a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 90%;
		width: 10px;
		height: 17px;
		margin: auto;
		background: url(../img/icon_arrow_btnlink.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	#single table {
		border-spacing: 2px;
	}
	table{
		margin-bottom: 2%;
		margin-top: 2%;
	}
	table th,
	table td{
		padding: 2%;
		font-size: 1.4rem;
	}

.scroll-table table th,.scroll-table table td{
  padding: 1rem;
  font-size: 1.1rem;
}

.scroll-table table {
    margin-bottom: 2%;
    margin-top: 2%;
}


	
	table th{
		width: 30%;
	}
	table td{
		width: 70%;
		padding: 4% 3%;
		text-align: center;
		border: 2px solid #B4C8D2;
	}	
	table.pattern2{
		margin-bottom: 3%;
	}
	table.pattern2 th,
	table.pattern2 td{
		display: block;
		width: 100%;
		margin-bottom: 1%;
	}
	table.pattern2 th{
		border: 2px solid #B4C8D2;
	}

	.article{
		margin-bottom: 5%;
	}
	.article p{
		font-size: 1.4rem;
	}
	.alignleft,
	.alignright{
		width: 50%;
	}
	.aligncenter img{
		width: 100%;
	}
	.alignleft{
		margin-right: 5%;
	}
	.alignright{
		margin-left: 5%;
	}
	
	.column_1.article h3{
    font-size: 1.8rem;

}

.column_1.article h3:after{
         top: 7rem;
}

	
	
	.yellow_box{
		top: 0;
		left: -2.5%;
		width: 35%;
		height: 30px;
		padding: 0.5rem 0.5rem 0;
		font-size: 1rem;
		display: inline-block;
		text-align: center;
	}
	.column_2{
		display: block;
	}
	.column_2 .article{
		width: 100%;
		padding: 14% 2% 3%;
		margin-left: 0;
		margin-bottom: 5%;
		border: 2px solid #B4C8D2;
	}
	.column_1.article{
		padding: 14% 2% 3%;
		margin-left: 0;
		margin-bottom: 5%;
	}
	h5{
		font-size: 1.7rem;
		margin-top: 3rem;
         color: #5064b9;
	}
	h5:after{
		width: 38px;
	}
	.column_2 .article h5{
		font-size: 1.4rem;
	}
	.column_1.article h5{
		font-size: 1.4rem;
	}
	.article .btn-link{
		margin-top: 5%;
	}

	.side_list{
		margin-bottom: 5%;
	}
	.side_list_title{
		font-size: 1.4rem;
	}
	.side_list ul li{
		padding-left: 16px;
		margin-bottom: 2%;
		font-size: 1.2rem;
	}
	.side_list ul li:before{
		left: 0;
		width: 10px;
		height: 2px;
	}
	.side_list ul li a:after{
		width: 5px;
		height: 9px;
	}
	.side_tag_title p{
		font-size: 1.4rem;
	}
	.side_tag_title:before{
		height: 2px;
	}
	.side_tag_list ul li a{
		height: 18px;
		margin-bottom: 2%;
		font-size: 1rem;
		border: 2px solid #FFF500;
	}
	
	#tag.main ul.nrml li{
		width: 100%;
	}
	#tag.main ul.nrml li .pict {
		width: 30%;
	}
	#tag.main ul.nrml li .tx {
		width: 70%;
	}
	
#tag.main ul.nrml li .pict {
    margin-right: 2rem;
}	

.btn-web a{
  padding: 3rem 6rem 3rem 5rem;  
}
	
}

footer {
	margin-top: 10%;
}