@charset "UTF-8";

@media screen and (min-width: 769px){

*{
	margin:0;
	padding:0;
}

body { 
	color: #000000;
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese","メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
}

table,tr,td {
	border-collapse: collapse; 
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display: none !important;
}

#style01{
	width:100%;
}

#snsBtns {
    position: fixed;
    top: 200px;
    width: 50px;
	right: 0;
    z-index: 10;
}

#snsBtns > li {
	list-style-type:none;
}


#snsBtns > li a {
    display: block;
    width: 50px;
}

#snsBtns > li img {
    width: 100%;
    height: auto;
	vertical-align: top;
}

.top_box{
	height: 575px;
	background: url("./img/top_image.jpg") no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.top_box_title01{
	padding-top: 115px;
	margin: 0 auto 35px;
	font-size: 74px;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing:5px;
}

.top_box_title02{
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing:1px;
	font-weight:300;
}

.top_box_line{
	width: 40px;
	height: 2px;
	margin: 0 auto 30px;
	background: #fff;
}

.top_box_text{
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2;
	letter-spacing:1px;
	font-weight:300;
}

.top_box_link a{
	display: inline-block;
	padding: 17px 73px;
	border: 1px #d7063b solid;
	border-radius: 1px;
	background: #d7063b;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	font-family: 'Fjalla One', sans-serif;
	font-size:18px;
	letter-spacing:1px;
}

.top_box_link a:hover{
	background: none;
	color: #d7063b;
}

.contents_box{
	padding: 53px 0 110px;
	background: url("./img/content_back01.png");
}

.contents_box_text01{
	margin-bottom: 2px;
	color: #353535;
	text-align: center;
}

.contents_box_text01 span{
	display: inline-block;
	padding: 7px;
	background: #fff;
	font-size: 12px;
}

.content01{
	position: relative;
	box-sizing: border-box;
	width: 1050px;
	padding: 4px;
	margin: 0 auto ;
	background: #fff;
}

.content01_line{
	width:1042px;
	box-sizing: border-box;
	border:2px #D30738 solid;
	padding:45px 60px 50px;

}

.content01:before{
	position: absolute;
	top: 9px;
	left: 9px;
	content: " ";
	box-sizing: border-box;
	width: 1032px;
	height: 0;
	border-left: 26px #d7063b solid;
	border-right: 26px #d7063b solid;
	border-bottom: 26px transparent solid;
}

.content01:after{
	position: absolute;
	left: 9px;
	bottom: 9px;
	content: " ";
	box-sizing: border-box;
	width: 1032px;
	height: 0;
	border-top: 26px transparent solid;
	border-left: 26px #d7063b solid;
	border-right: 26px #d7063b solid;
}

.content01 h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}

.content01 h2 span{
	display: inline-block;
	padding: 9px 5px;
	border-bottom: 5px #d7063b solid;
	background: url("./img/content_title_back01.png");
	line-height: 1;
}

.content01_li{
	padding: 40px 0 0;
}

.content01_li li{
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 290px;
	height: 267px;
	padding: 18px 25px 0 30px;
	margin-right: 24px;
	border: 5px #ebebeb solid;
	border-radius: 8px;
}

.content01_li li:last-child{
	margin-right: 0;
}

#content01_li01{
	background: url("./img/content01_li_back01.png") top center no-repeat;
}

#content01_li02{
	background: url("./img/content01_li_back02.png") top center no-repeat;
}

#content01_li03{
	background: url("./img/content01_li_back03.png") top center no-repeat;
}

.content01_li_li_sp{
}

.content01_li_po{
	display: table;
	margin-bottom: 15px;
	font-family: 'Fjalla One', sans-serif;
}

.content01_li_po01{
	display: table-cell;
	width: 13px;
	word-break:break-all;
	padding-top: 4px;
	vertical-align: top;
	margin-left:-20px;
}

.content01_li_po02{
	display: table-cell;
	padding-left: 3px;
	font-size: 48px;
	line-height: 1;
	margin-left:-20px;
}

.content01_li_text{
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
}

.content01_li_button{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 3px #ebebeb solid;
	font-family: 'Fjalla One', sans-serif;
}

.content01_li_button div{
	position: relative;
	padding: 13px 0;
	border-radius: 0 0 4px 4px;
	text-align: center;
	font-size:24px;
	line-height: 1;
	letter-spacing:1px;
}

.content01_li_button01{
	color: #d7063b;
}

.active .content01_li_button01{
	display: none;
}

.content01_li_button01:before{
	position: absolute;
	top: 50%;
	right: 13px;
	content: "";
	width: 17px;
	height: 3px;
	background: #d7063b;
	transform: translateY(-50%);
}

.content01_li_button01:after{
	position: absolute;
	top: 50%;
	right: 20px;
	content: "";
	width: 3px;
	height: 17px;
	background: #d7063b;
	transform: translateY(-50%);
}

.content01_li_button02{
	display: none;
	color: #fff;
	background: #d7063b;
}

.active .content01_li_button02{
	display: block;
}

.content01_li_button02:before{
	position: absolute;
	top: 50%;
	right: 13px;
	content: "";
	width: 17px;
	height: 3px;
	background: #fff;
	transform: translateY(-50%);
}

.content01_tab{
	position: relative;
	display: none;
	border: 5px #d7063b solid;
	border-radius: 8px;
	margin-top: 27px;
}

.content01_tab_sp{
	display: none;
}

#tab02{
	background: url("./img/tab02_back.svg") 568px 294px no-repeat;
	background-size: auto 390px; 
}

.content01_tab:before{
	position: absolute;
	top: -21px;
	content: "";
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
	border-bottom: 16px #d7063b solid;
}

#tab01:before{
	left: 138px;
}

#tab02:before{
	left: 50%;
	transform: translateX(-50%);
}

#tab03:before{
	right: 138px;
}

.content01_tab_title{
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 25px 18px;
	background: #d7063b;
	color: #fff;
}

.content01_tab_title > div{
	display: table-cell;
}

.content01_tab_po{
	display: table;
	font-family: 'Fjalla One', sans-serif;
}

.content01_tab_po01{
	display: table-cell;
	width: 18px;
	padding-top: 6px;
	font-size: 18px;
	vertical-align: top;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.content01_tab_po02{
	display: table-cell;
	padding-left: 3px;
	font-size: 68px;
	line-height: 1;
}

.content01_tab_title01{
	padding-left: 28px;
	border-left: 4px #fff solid;
	margin-left: 30px;
	font-size: 26px;
	font-weight: bold;
	vertical-align: top;
}

.content01_tab_detail{
	padding: 25px 40px 0 50px;
}

.content01_tab_text01{
	padding: 0 38px 28px;
	border-bottom: 2px #ebebeb solid;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.content01_tab01{
	padding: 33px 0 40px;
}

.content01_tab01_01{
	float: left;
	width: 270px;
}

.content01_tab01_01_img{
	box-sizing: border-box;
	height: 204px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	text-align: center;
}

.content01_tab01_01_title{
	margin-top: 25px;
	color: #d7063b;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}

.content01_tab01_01_text{
	padding: 0 30px;
	color: #9b9a9a;
	font-size: 10px;
	line-height: 1.6;
}

.content01_tab01_02{
	float: left;
	width: 560px;
}

.content01_tab01_02 .content01_tab01_01_img{
	float: left;
	width: 278px;
	border-left: 2px #ebebeb solid;
}

.content01_tab01_02 .content01_tab01_01_img:last-child{
	padding-bottom: 0;
}


.content01_tab02_info01{
	display: table;
	padding: 40px 30px;
}

.content01_tab02_info01_01,.content01_tab02_info01_02{
	display: table-cell;
}

.content01_tab02_info01_01{
	padding-right: 125px;
}

.content01_tab02_info01_title{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab02_info01_detail{
	margin-bottom: 25px;
	color: #595656;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab02_info01_detail:last-child{
	margin-bottom: 0;
}

.content01_tab02_info01_detail a{
	color: #9b9a9a;
	font-size: 12px;
}

.content01_tab02_border{
	width: 520px;
	height: 2px;
	background: #ebebeb;
}

.content01_tab02_info02{
	padding: 40px 30px;
}

.content01_tab02_info02_title{
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab02_info02 li{
	margin-bottom: 20px;
}

.content01_tab02_info02 li a{
	padding-bottom: 2px;
	border-bottom: 1px #595656 solid;
	margin-right: 15px;
	color: #595656;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab02_info03{
	padding: 30px 40px;
	margin-bottom: 40px;
	background: #f3f3f3;
}

.content01_tab02_info03_title{
	padding: 0 12px 5px 0;
	border-bottom: 2px #ababab solid;
	color: #222;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab02_info03_text{
	color: #595656;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
}

.content01_tab02_info04_text{
	color: #595656;
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	width:390px;
	float:left;
}

.content01_tab02_info04_img{
	width:300px;
	float:right;
}

.content01_tab02_info04_img img{
	width:300px;
}



.content01_tab_title02{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500px;
}

.content01_tab_text01.color01{
	color: #595656;
}

.content01_tab03{
	padding: 30px 40px;
	background: url("./img/tab03_back01.svg") 468px 13px/auto 164px no-repeat,
				url("./img/tab03_back02.svg") 650px 19px/auto 160px no-repeat;
}

.content01_tab03_title{
	margin-bottom: 10px;
}

.content01_tab03_title span{
	display: inline-block;
	padding: 4px;
	background: #646464;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab03_text{
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
}

.content01_tab03_text:last-child{
	margin-bottom: 0;
}

.content01_tab03_text span{
	display: block;
	padding-left: 10px;
	margin-top: 12px;
	color: #595656;
}


.bw_out{
	width: 100%;
	margin: 100px 0 50px;
	overflow: hidden;
}

.bw_box{
	position: relative;
	display: table;
	width: 1200px;
	height: 240px;
	margin: 0 auto;
}

.bw_box:before{
	position: absolute;
	top: 0;
	right: 100%;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
}

.bw_box:after{
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	width: 100%;
	height: 100%;
	background: #d7063b;
}

.bw_logo{
	display: table-cell;
	width: 328px;
	background: #000;
}

.bw_logo img{
	width:192px;
	position:relative;
	left:74px;
	top:62px;
}

.bw_text{
	display: table-cell;
	padding-left: 85px;
	background: #d7063b;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	vertical-align: middle;
}

.bw_text span{
	display: inline-block;
	padding: 0 0 0 0;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-weight:400;
	letter-spacing:1px;
}


.content02{
	position: relative;
	box-sizing: border-box;
	width: 1050px;
	padding: 75px 0 90px;
	margin: 0 auto ;
	background: #fff;
}

.content02:before{
	position: absolute;
	top: 9px;
	left: 9px;
	content: " ";
	box-sizing: border-box;
	width: 1032px;
	height: 0;
	border-left: 26px #d7063b solid;
	border-right: 26px #d7063b solid;
	border-bottom: 26px transparent solid;
}

.content02:after{
	position: absolute;
	left: 9px;
	bottom: 9px;
	content: " ";
	box-sizing: border-box;
	width: 1032px;
	height: 0;
	border-top: 26px transparent solid;
	border-left: 26px #d7063b solid;
	border-right: 26px #d7063b solid;
}

.content02_box01{
	width: 780px;
	margin: 0 auto;
}

.content02 h2{
	margin-bottom: 30px;
	color: #222;
	font-size: 30px;
	font-weight: 500;
}

.content02 h2 span{
	display: inline-block;
	box-sizing: border-box;
	padding: 9px 0 9px 5px;
	border-bottom: 5px #d7063b solid;
	background: url("./img/content_title_back01.png");
	line-height: 1;
	font-weight:400;
	letter-spacing:1px;
}

.content02_text01{
	margin-bottom: 40px;
	color: #595656;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.content02_img01{
	margin-bottom: 40px;
	text-align: center;
}



.content02_img02{
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}

.content02_img_box{
	position: absolute;
	padding: 10px 15px 15px;
	border-radius: 0 7px 7px 7px;
	background: #fff;
	text-align: left;
}

.content02_img_box.yellow_box{
	left: 73px;
	bottom: 0;
	border: 3px #fff224 solid;
}

.content02_img_box.orange_box{
	top: 95px;
	left: 0;
	border: 3px #f39938 solid;
}

.content02_img_box.blue_box{
	top: 202px;
	right: -9px;
	border: 3px #063290 solid;
}

.content02_img_box.yellow_box:before{
	position: absolute;
	top: -131px;
	left: 22px;
	content:"";
	width: 77px;
	height: 81px;
	border-top: 3px #fff224 solid;
	border-left: 3px #fff224 solid;
}

.content02_img_box.yellow_box:after{
	position: absolute;
	top: -207px;
	left: 99px;
	content: "";
	width: 3px;
	height: 79px;
	background: #fff224;
}

.content02_img_box.orange_box:before{
	position: absolute;
	top: -23px;
	left: 51px;
	content:"";
	width: 297px;
	height: 3px;
	background: #f39938;
}

.content02_img_box.orange_box:after{
	position: absolute;
	top: -23px;
	left: 348px;
	content: "";
	width: 71px;
	height: 83px;
	border-left: 3px #f39938 solid;
	border-bottom: 3px #f39938 solid;
}

.content02_img_box.blue_box:before{
	position: absolute;
	top: -23px;
	left: -56px;
	content:"";
	width: 50px;
	height: 157px;
	border-top: 3px #063290 solid;
	border-left: 3px #063290 solid;
}

.content02_img_box.blue_box:after{
	position: absolute;
	top: 134px;
	left: -138px;
	content: "";
	width: 82px;
	height: 3px;
	background: #063290 ;
}

.content02_img_box_number{
	position: absolute;
	top: -48px;
	left: -3px;
	width: 54px;
	padding: 10px 0 5px;
	border-radius: 7px 7px 0 0;
	color: #222;
	font-size: 30px;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
}

.yellow_box .content02_img_box_number{
	background: #fff224;
}

.orange_box .content02_img_box_number{
	background: #f39938;
}

.blue_box .content02_img_box_number{
	background: #063290;
	color: #fff;
}

.content02_img_box_text{
	padding: 0 5px 10px 0;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.yellow_box .content02_img_box_text{
	border-bottom: 2px #fff224 solid;
}

.orange_box .content02_img_box_text{
	border-bottom: 2px #f39938 solid;
}

.blue_box .content02_img_box_text{
	border-bottom: 2px #063290 solid;
}

.content02_img_box_list{
	padding-top: 15px;
	color: #595656;
	font-size: 12px;
	line-height:18px;
}

.content02_img_box_list ul{
	padding-left: 15px;
}

.content02_img_box_list li{
	margin-top: 8px;
}

.content02_img01_border{
	position: absolute;
	bottom: 2px;
	right: 135px;
	width: 554px;
	height: 2px;
	background: #e6e6e7;
}

.content02_img03{
	position: relative;
	width: 780px;
	margin: 0 auto;
}

.content02_img03 img{
	padding: 24px 0 0 89px;
}

.content02_text02{
	width: 780px;
	padding: 50px 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	
}

.content02_text02 > ul{
	
}

.content02_text02 > ul > li{
	margin-bottom: 35px;
}

.content02_text02_title{
	margin-bottom: 15px;
	color: #222;
	font-size: 18px;
	font-weight:400;
}

.content02_text02_list{
	color: #595656;
	font-size: 16px;
	letter-spacing: -1px;
}

.content02_text02_list li{
	line-height: 1.9;
	letter-spacing:1px;
	font-weight:400;
}

.content02_text02_link{
	margin-bottom: 45px;
}

.content02_text02_link a{
	padding-bottom: 5px;
	border-bottom: 1px #d7063b solid;
	color: #d7063b;
	font-size: 14px;
}

.content02_text02_link a:hover{
	text-decoration: none;
}

.content02_text02_01{
	color: #595656;
	font-size: 16px;
	line-height: 1.8;
}

.content02_text03{
	width: 780px;
	padding: 50px 0;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 6px;
	
}

.content02_text03 span{
	display: inline-block;
	border-bottom: 3px #d7063b solid;
	color: #222;
	letter-spacing: 1px;
	font-weight:400;
	font-size:18px;
	line-height:38px;
}

.content02_text03 span:first-child{
	
}

.content02_text03 span:last-child{
	padding-right: 100px;
}

.content02_banner{
	width: 780px;
	max-height: 150px;
	margin: 0 auto;
}

.text-small {
	font-size: 80%;
}

}