<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


body {
	font-family:'Noto Sans Japanese',Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	height:100%;
	padding: 18px;
}

html{
    height:100%;
}

* html div#wrapper{
    height:100%;
}


* {
	margin:0;
	padding:0;
}


#wrapper img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border:0;　
}
#wrapper img a {
	border:0;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}

.lf {
	float:left;
}

.ri {
	float:right;
}

.cl {
	clear:both;
}

a {
	outline:hidden;
	outline:none;
}

/* HEADER  BASE------------------------------------------- */


@media screen and (min-width: 769px){

body {
	color:#323333;
}
.wrapper {
	display:block;
	width:100%;
	height:100%;
	min-height: 100%;

}
#wrapper {
	min-width: 1040px;
	border: solid 18px #e70012;
}
.pc-none {
	display:none;
}
.fix {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
img {
	display:block;
}
.sptouch {
	display:none;
}
/*20210414追加*/
.mb40{
	margin-bottom: 40px;
}

/* CONTETNS------------------------------------------- */


.contents {
	display:block;
}
.box01 {
	display:block;
	background: #fff;
}
.box01 .fix {
	position:relative;
	padding-top:20px;
}

.box01 .fix figure {
	position:absolute;
	right:0px;
	top:0px;
}

.box02 {
	padding-top:10px;
	padding-bottom:10px;
	border-top:#e70012 solid 15px;
}

.box03 {
	padding: 20px 0;
	margin-bottom:0px;
	border-top:solid 15px #e70012;
}

section.box03 {}

section.box03 {}

.gpt1 {
	padding-top:30px;
}
.home_link {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
.bntbase01 {
	display:block;
	text-align:center;
	padding-top:50px;
}
.btn001 {
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	color:#e70012;
	text-decoration:none;
	text-align:center;
	border:#e70012 solid 2px;
	width:550px;
	padding-top:16px;
	padding-bottom:16px;
	position:relative;
}
.btn001:hover {
	color:#FFF;
	background:#e70012;
}
.btn001::before,
.btn001::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn001::before{
	left: 15px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #e70012;
}
.btn001:hover::before{
	left: 15px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #FFF;
}



.box04 {
	display:block;
	padding-bottom:80px;
	border-top: solid 18px #e70012;
}
.box04-top {
	display:block;
	height:395px;
}
.box04-top h2 {
	display:block;
	text-align:right;
	padding-top:129px;
}
.box04-top h2 img {
	display:inline-block;
	border:none;
}
.box04 .one01 {
	display:block;
	background:url(../images/sbg.jpg) top center repeat-x;
	padding-bottom:36px;
}
.box04 .one01 .txt {
	display:block;
	float:left;
	padding-left:11px;
	padding-top:50px;
	width:489px;
}
.box04 .one01 .fix .txt span {
	display:block;
	float:left;
	padding-right:18px;
}
.box04 .one01 .txt h3 {
	display:block;
	float:left;
	font-size:36px;
	color:#3c3c3c;
	line-height:130%;
	margin-top:-5px;
	margin-bottom:60px;
}
.box04 .one01 .txt p {
	display:block;
	font-size:15px;
	color:#3c3c3c;
}
.box04 .one01 .txt p strong {
	color:#0068b7;
}
.box04 .one01 figure {
	display:block;
	float:right;
}
.box04 .fukushu {
	padding-bottom: 0;
}
.box04 .fukushu p {
	font-size:15px;
	color:#3c3c3c;
	padding-top: 10px;
}
.second-img .fix p {
	color:#0068b7;
	font-size:15px;
	text-align: center;
	padding: 10px 0;
}


.second-img {
	display:block;
	padding-bottom:35px;
}
.second-img .fix {
	position:relative;
}
.second-img figure {
	display:block;
	float:left;
	width: 30%;
	padding: 0 1.66%;
	text-align: center;
	margin-bottom: 20px;
}
.second-img figure img {
	margin: 0 auto;
}
.secont-tab {
	display:block;
	padding-bottom:85px;
}
.secont-tab h2 {
	display:block;
	font-size:24px;
	color:#0068b7;
}
.secont-tab table {
	width:100%;
	font-size:15px;
	border-left:#d2d2d2 solid 1px;
	border-top:#d2d2d2 solid 1px;
}
.secont-tab th {
	text-align:left;
	vertical-align:middle;
	color:#FFF;
	border-bottom:#d2d2d2 solid 1px;
	border-right:#d2d2d2 solid 1px;
	background:#e70012;
	padding-top:7px;
	padding-bottom:7px;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
.secont-tab td {
	text-align:left;
	vertical-align:top;
	border-bottom:#d2d2d2 solid 1px;
	border-right:#d2d2d2 solid 1px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
}
.tdcenter {
	text-align:center !important;
}
.no-bord {
	border-bottom:none !important;
}



.box04 .one02 {
	display:block;
	background:url(../images/sbg.jpg) top center repeat-x;
	padding-bottom:36px;
}
.box04 .one02 .txt {
	display:block;
	float:right;
	padding-left:11px;
	padding-top:50px;
	width:489px;
}
.box04 .one02 .fix .txt span {
	display:block;
	float:left;
	padding-right:18px;
}
.box04 .one02 .txt h3 {
	display:block;
	float:left;
	font-size:36px;
	color:#3c3c3c;
	line-height:130%;
	margin-top:-5px;
	margin-bottom:60px;
}
.box04 .one02 .txt p {
	display:block;
	font-size:15px;
	color:#3c3c3c;
}
.box04 .one02 figure {
	display:block;
	float:left;
}


.box04 .one01 .tgh3 {
	padding-top:10px !important;
}
.box04 .one01 .tgh3 h3 {
	padding-top:10px !important;
	margin-bottom:100px !important;
}
.tgrh {
	margin-top:45px;
}


.t4img {
	display:block;
	padding-top:50px;
}
.t4img figure {
	display:block;
}
.t4img figure:nth-of-type(1) {
	padding-right:40px;
	float:left;
}
.t4img figure:nth-of-type(2) {
	float:left;
}
.t4img figure:nth-of-type(3) {
	float:right;
}



.imgworks {
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	height:1217px;
	border-top: solid 18px #e70012;
	padding-top: 80px;
}
.imgworks .imgbox {
	position:absolute;
	width:1034px;
	height:1217px;
	left:50%;
	margin-left:-517px;
}
.wo-names {
	display:block;
	padding-top:30px;
	padding-bottom:100px;
}
.wo-names p {
	display:block;
	font-size:22px;
	padding-bottom:30px;
}
.bntbase02 {
	display:block;
	text-align:right;
}
.btn002 {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	padding:5px;
	background:#b4b4b5;
}



.tuna {
	display:block;
	padding-bottom:50px;
	border-top: solid 18px #e70012;
}
.tuna-top {
	display:block;
	height:363px;
}
.tuna-top h2 {
	display:block;
	padding-top:103px;
}
.tuna-top p {
	display:block;
	font-size:18px;
	padding-top:6px;
}
h2.title01 {
	display:block;
	background:#e70012;
	height:112px;
}
h2.title01 span {
	display:block;
	text-align:center;
	color:#FFF;
	width:1000px;
	margin:0 auto;
	font-size:30px;
	padding-top:33px;
}
.tuna h2.title01 {
	margin:20px 20px 0;
}
.tuna h2.title01 span {
	width:auto;
}


.tuna-main {
	display:block;
	padding-top:45px;
}
.tuna-main h2 {
	display:block;
	text-align:center;
	font-size:30px;
	color:#0068b7;
	font-weight:normal;
	padding-bottom:35px;
}
.mtxt {
	display:block;
	font-size:15px;
	color:#3c3c3c;
	padding-bottom:37px;
}
.tuna-main .sect01 {
	display:block;
	// padding-bottom:35px;
}
.tuna-main .sect01 h3 {
	display:block;
	color:#3c3c3c;
	font-size:30px;
	padding-bottom:14px;
}
.tuna-main .sect01 figure.fl {
	width: 300px;
	float: left;
	margin: 0 30px 30px 0;
}
.tuna-main .sect01 figure.fr {
	width: 155px;
	float: right;
	margin: 0 0 30px 30px;
}
.tuna-main .sect01 figure.fl img, .tuna-main .sect01 figure.fr img {
	max-width: 100%;
	height: auto;
}










.tuna-main .sect01 .lef {
	display:block;
	float:left;
	width:286px;
	position:relative;
}
.tuna-main .sect01 .lef div {
	display:block;
	background:#f5f5f5;
	border:#e7e7e7 solid 1px;
	padding-left:21px;
	padding-top:27px;
	padding-bottom:27px;
	font-size:16px;
	color:#3c3c3c;
}

.tuna-main .sect01 .lef::after{
	position: absolute;
	top: 56px;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.tuna-main .sect01 .lef::after{
	right: -79px;
	box-sizing: border-box;
	width: 19px;
	height: 19px;
	border: 19px solid transparent;
	border-left: 34px solid #0068b7;
}
.tuna-main .sect01 .ref {
	display:block;
	float:right;
	width:635px;
}
.tuna-main .sect01 .ref .txt {
	display:block;
	background:#f5f5f5;
	border:#e7e7e7 solid 1px;
	padding-left:21px;
	padding-top:27px;
	padding-bottom:27px;
	font-size:16px;
	color:#3c3c3c;
}
.tuna-main .sect01 .ref .txt h4 {
	display:block;
	font-size:18px;
	color:#0068b7;
	padding-bottom:5px;
}
.tuna-main .sect01 .ref .txt p {
	display:block;
	font-size:15px;
}
.tuna-main .sect01 .ref .txt .lebox {
	display:block;
	float:left;
}
.tuna-main .sect01 .ref .txt .rebox {
	display:block;
	float:right;
}


.gry {
	display:block;
	background:#f5f5f5;
	border-top:#e7e7e7 solid 1px;
	padding-top:45px;
	padding-bottom:90px;
}
.gry h2 {
	display:block;
	color:#3c3c3c;
	font-size:30px;
	border-bottom:#e70012 solid 2px;
	padding-bottom:10px;
	margin-bottom:35px;
}
.gry h2 small {
	font-size:16px;
}
.wolist {
	display:block;
	border-top:#e7e7e7 solid 1px;
	border-left:#e7e7e7 solid 1px;
}
.wolist ul {
	display:block;
}
.wolist li {
	display:block;
	float:left;
	width:248px;
	font-size:16px;
	color:#333333;
	text-align:center;
	border-bottom:#e7e7e7 solid 1px;
	border-right:#e7e7e7 solid 1px;
	background:#FFF;
	padding-top:8px;
	padding-bottom:8px;
}
.fz15 p{
	font-size: 15px;
	margin-bottom: 8px;
}
.fz15 ul{
	font-size: 15px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.txt_red{
	font-weight: bold;
	color:#C41013;
}
.underline{
	text-decoration:underline;
}




/* form関連------------------------------------------- */

.coform {
	display:block;
	// background:url(../images/bg05.jpg) left top repeat-x;
	padding-bottom:100px;
}
.coform .fix {
	padding-top:45px;

}
.form-main {
	display:block;
}
.form-main p {
	display:block;
	font-size:14px;
	padding-top:5px;
}
.form-main p a {
	color:#333;
}
.form-main p a:hover {
	text-decoration: none;
}
.form-main dl {
	display:block;
	padding-left:50px;
	border-bottom:#cccccc solid 1px;
	padding-top:16px;
	padding-bottom:16px;
}
.form-main dt {
	display:block;
	float:left;
}
.form-main dt.fti {
	width:200px;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
}
.form-main dt.che {
	width:55px;
	padding-top:9px;
}
span.hi {
	color:#d36060;
	font-size:14px;
}
span.ni {
	display:block;
	text-align:center;
	color:#FFF;
	letter-spacing:3px;
	text-align:center;
	font-size:12px;
	background:#999999;
	padding-top:2px;
}
.form-main dd {
	display:block;
	float:right;
	width:700px;
}
.form-main dd div {
	display:block;
	font-size:16px;
	padding-top:7px;
}
.form-main label {
	margin-right:15px;
	font-size:15px;
}
.n001 {
	height:38px;
	width:500px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	background:#f3f3f3;
	border:#ccc solid 1px;
}
.n002 {
	height:38px;
	width:315px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	background:#f3f3f3;
	border:#ccc solid 1px;
}
.n003 {
	height:38px;
	width:90px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	background:#f3f3f3;
	border:#ccc solid 1px;
}
.form-main select {
	height:38px;
	width:155px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	background:#f3f3f3;
	border:#ccc solid 1px;
}
.longsel {
	width:225px !important;
}
.gbtn001 {
	display:block;
	text-align:center;
	padding-top:46px;
	padding-bottom:45px;
	position:relative;
	width:550px;
	margin:0 auto;
}
.gbtn001::before,
.gbtn001::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	z-index:99;
}
.gbtn001::before{
	left: 25px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #FFF;
}
.gbtn001:hover::before{
	left: 25px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #d44844;
}

.sbt {
	display:inline-block;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	border:#e70012 solid 2px;
	width:550px;
	padding-top:16px;
	padding-bottom:16px;
	position:relative;
	background:#e70012;
	cursor:pointer;
}
.sbt:hover {
	color:#e70012;
	background:#FFF;
	border:#e70012 solid 2px;
}
.sbt::before,
.sbt::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.sbt::before{
	left: 15px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #e70012;
}
.sbt:hover::before{
	left: 15px;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 14px solid #FFF;
}
.bnr01 {
	display:block;
	text-align:center;
}
.bnr01 img {
	display:inline;
	border:none;
}
.sitebtn {
	display:block;
	padding:30px;
}
.sitebtn a {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	background:#0962A3;
	width:220px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
}
.sbt2 {
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	background:#83090B;
	width:220px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}
.sbt3 {
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:25px;
	font-weight:bold;
	background:#7C7A7B;
	width:220px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	cursor:pointer;
	margin-left:10px;
	margin-right:10px;
}
.error {
	font-size:16px;
	color:#E3090C;
	font-weight:bold;
	padding-bottom:30px;
}
.gtel {
	display:block;
	text-align:center;
}
.gtel img {
	display:inline;
	border:none;
}



/* footer------------------------------------------- */

.footer {
	display:block;
}
.pagetop {
	display:block;
}
.pagetop p {
	display:block;
	width:1000px;
	margin:0 auto;
}
.pagetop img {
	display:block;
	float:right;
}
.foot-main {
	display:block;
	border-top:#e70012 solid 18px;
	padding-bottom:40px;
}
.foot-main .fix {
	position:relative;
	padding-top:35px;
}
.flogo {
	position:absolute;
	top:32px;
	left:10px;
}
.copy {
	display:block;
	text-align:center;
	position:relative;
	z-index:99;
}
.copy small {
	font-size:11px;
}




#fixed_header {
	position: fixed;
	right:45px;
	height: 78px;
	box-shadow:0px 0px 6px 3px #ededed;
	-moz-box-shadow:0px 0px 6px 3px #ededed;
	-webkit-box-shadow:0px 0px 6px 3px #ededed;
	border:#0068b7 solid 1px;
	width:230px;
	background:#FFF;
	z-index:2000 !important;
}
#fixed_header_pdf {
	position: fixed;
	right:30px;
	height: 44px;
	box-shadow:0px 0px 6px 3px #ededed;
	-moz-box-shadow:0px 0px 6px 3px #ededed;
	-webkit-box-shadow:0px 0px 6px 3px #ededed;
	width:230px;
	background:#FFF;
	z-index:2000 !important;
}
#fixed_header div {
	display:block;
	text-align:center;
	color:#FFF;
	font-size:20px;
	background:#0068b7;
	padding-top:5px;
	padding-bottom:5px;

}
#fixed_header p,#fixed_header_pdf p {
	display:block;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#2786AD;
	padding-top:5px;
	padding-bottom:5px;
}
#fixed_header span {
	display:block;
}
#fixed_header span a {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	font-size:17px;
	font-weight:bold;
	background:#e70012;
}
#fixed_header span a:hover {
	background:#BF1114 url(../images/ya.png) right 12px center no-repeat;
}
#fixed_header_pdf span {
	display:block;
	margin-bottom:5px;
}
#fixed_header_pdf span a {
	display:block;
	text-align:center;
	background-color: #FFF;
	box-sizing:border-box;
	border: solid 2px #e70012;
	color: #e70012;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:7px;
	font-size:17px;
	font-weight:bold;
}
#fixed_header_pdf span a:hover {
	background: #FFF url(../images/ya2.png?201706192) right 12px center no-repeat;
}
.fix-footer {
	display:none !important;
}
.fix-footer .tel {
	display:none !important;
}
.fix-footer .btn {
	display:none !important;
}
.fix-footer img {
	display:none !important;
}



.vo-subti {
	display:block;
	font-size:28px;
	padding-left:65px;
	color:#16ABE9;
	margin-top:20px;
	background:url(../images/volist.png) left 11px no-repeat;
	padding-top:20px;
	padding-bottom:7px;
}
.bigs {
	font-size:34px;
	color:#B15607;
}
.colred {
	color:#AD0608;
}



.subhead {
	height:200px !important;
	overflow:hidden;
}
.wlma {
	letter-spacing:-1px;
}
.trsmal {
	display:block;
	text-align:right;
	font-size:12px;
}

.priv01 {
	height:120px;
	overflow:auto;
	border:#ccc solid 1px;
}
.pc-none {
	display:none !important;
}

.fs14 {
	font-size:14px;
}


}

.img_box {
	margin: 0 4%;
	padding: 2%;
	border: 4px solid #e70012;
}
.img_box.box1 {
	border-radius: 10px 10px 0 0;
	border-bottom: none;
}
.img_box.box2 {
	border-radius: 0 0 10px 10px;
}
.ttl {
	position: relative;
}
.ttl.pt15 {padding-top: 15px;}
.ttl h2 {
	margin: 0 5%;
	font-size: 28px;
	color: #000;
}
.ttl_attention {
	position: absolute;
	top: 0;
	right: 0;
}
.ttl_attention a {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #e70012;
	background: #e70012;
	color: #fff;
	text-decoration: none;
}

.shiritsu-title{
	text-align: center;
}
.shiritsu-title h2{
	font-size: 30px;
    display: inline-block;
    padding: 10px 25px;
    background: #0068b7;
    color: #fff;
}</pre></body></html>