@charset "utf-8";
 @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.h1txt {
	text-align:center;
	background:#EEEEEE;
	padding:7px 0;
	font-size:14px;
	font-weight:normal;
}
.tred {
	color:#790028;
}

/* ==============================================================================
   common
============================================================================== */
.sp-none{
	display: block !important;
}
.pc-none{
	display: none !important;
}
@media screen and (max-width: 767px) {
.sp-none{
	display: none !important;
}
.pc-none{
	display: block !important;
}	
}
@media screen and (min-width: 768px) {
a[href^="tel:"] {
		pointer-events: none;
}
}
/* ==============================================================================
   header
============================================================================== */
#header {
	width:1200px;
	padding:16px 0 0 0;
	margin:0 auto;
}
.headerInner {
	display: flex;
}
.headerInner .logo {
	width:653px;
}
.headerInner .tenmeiBox {
	width:267px;
	margin:27px 20px 0 0;
}
.headerInner .tenmeiBox .tenmei {
	width:267px;
	padding:8px 0;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	background:#790028;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.headerInner .tenmeiBox .addr {
	font-size:14px;
	padding:5px 0 0 0;
}
.headerInner .telBox {
	width:262px;
	margin:27px 0 0 0;
}
.headerInner .telBox .txt {
	border:1px #790028 solid;
	text-align:center;
	color:#790028;
	font-size:14px;
	font-weight:400;
	padding:5px 0;
}
.headerInner .telBox .tel {
	background:url(../images/ico_tel01.png) no-repeat;
	padding:5px 0 5px 40px;
	margin:5px 0 5px 0;
	color:#101010;
	font-size:27px;
	font-weight:900;
	line-height:1.1;
	letter-spacing: 0px;
}
 @media screen and (max-width: 767px) {
.h1txt {
	text-align:center;
	background:#EEEEEE;
	padding:7px 0;
	font-size:3.37vw;
	font-weight:normal;
}
#header {
	width:100%;
	padding:8px 0 0 0;
	margin:0 auto;
}
.headerInner {
	display: flex;
	flex-wrap:wrap;
}
.headerInner .logo {
	width:100%;
	text-align:center;
}
.headerInner .logo img {
	width:97%;
}
.headerInner .tenmeiBox {
	width:97%;
	margin:5px auto 0 auto;
}
.headerInner .tenmeiBox .tenmei {
	width:100%;
	padding:8px 0;
	text-align:center;
	color:#FFFFFF;
	font-size:5.33vw;
	background:#790028;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.headerInner .tenmeiBox .addr {
	font-size:3.73vw;
	padding:5px 0 0 0;
}
.headerInner .telBox {
	width:97%;
	margin:15px auto 0 auto;
}
.headerInner .telBox .txt {
	border:1px #790028 solid;
	text-align:center;
	color:#790028;
	font-size:3.73vw;
	font-weight:400;
	padding:5px 0;
}
.headerInner .telBox .tel {
	background:url(../images/ico_tel01.png) no-repeat;
	background-size:10%;
	padding:0 0 0 40px;
	margin:5px auto 0 auto;
	color:#101010;
	font-size:8vw;
	font-weight:900;
	line-height:1.1;
	letter-spacing: 1px;
	display:block;
	width:72%
}
}
/* ==============================================================================
   nav
============================================================================== */
#nav {
	margin:20px 0 17px 0;
}
#nav ul {
	text-align:center;
}
#nav li {
	width: 217.58px;
	display:inline-block;
	border:1px solid #E1E1E1;
	position: relative;
	vertical-align:top;
}
#nav li a {
	display: flex;
	justify-content: start;
	align-items: center;
	height:63px;
	vertical-align: middle;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0 55px 0 20px;
	text-align:left;
	background: url(../images/ico_arrow01.png) no-repeat 94% center, #FFF;
	transition: background-color 0.5s;
}
#nav li a:hover {
	background:url(../images/ico_arrow01.png) no-repeat 94% center, #EBEBEB;
	transition: background-color 0.5s;
}
@media screen and (max-width: 767px) {
#nav {
	margin:20px 16px 5px 16px;
}
#nav ul {
	text-align:left;
}
#nav li {
	width: 48%;
	display:inline-block;
	border:1px solid #E1E1E1;
	position: relative;
	vertical-align:top;
	margin:0 0 2px 0;
}
#nav li a {
	display: flex;
	justify-content: start;
	align-items: center;
	height:48px;
	vertical-align: middle;
	font-size:3.20vw;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	padding:0 24% 0 7%;
	text-align:left;
	background: url(../images/ico_arrow01.png) no-repeat 94% center, #FFF;
	transition: background-color 0.5s;
}
#nav li a:hover {
	background:url(../images/ico_arrow01.png) no-repeat 94% center, #EBEBEB;
	transition: background-color 0.5s;
}
}
/* ==============================================================================
   mainimg
============================================================================== */
.mainimg {
	background: url(../images/mainimg_kizutop01.jpg) no-repeat;
	background-size: cover;
	width:100%;
	height:0;
	/*padding-top:36.1%;*/
	position:relative;
	min-height: 478px;
}
.mainimg .mainTxt .bgGray {
	background: rgba(0,0,0,.5);
	;
	width:615px;
	height:146px;
	margin:0 auto 10px;
}
.mainimg .mainTxt .hxtxt01 {
	color:#FFF;
	font-size:36px;
	font-weight:600;
	text-align:center;
	padding:25px 0 0 0;
}
.mainimg .mainTxt .mainTxt02 {
	color:#FFF;
	font-size:21px;
	font-weight:400;
	text-align:center;
	padding:15px 0 0 0;
	background:url(../images/bg_mainTxt02.png) no-repeat center 10px;
	/*background-position:bottom;*/
	width:507px;
	height:41px;
	margin:0 auto;
}
.mainimg .mainTxt .mainTxt02 span {
	font-size:36px;
}
.mainTxt {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 745px;
}
.mainTxt03 {
    text-align: center;
}
.mainTxt03 p{
    padding-bottom: 10px;
} 
@media screen and (max-width: 767px) {
.mainTxt03 p{
    padding-bottom: 5px;
}
}
 @media screen and (max-width: 767px) {
.mainimg {
	background: url(../images/mainimg_kizutop01.jpg) no-repeat;
	background-size: cover;
	width:100%;
	height:0;
	padding-top:46%;
	position:relative;
	min-height: auto;
}
.mainimg p img {
    width: 100%;
}
.mainimg p:last-of-type img {
    width: 50%;
}
.mainimg .mainTxt {
	width:70%;
	/*height:100px;*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:4vw auto;
}
.mainimg .mainTxt .bgGray {
	width:100%;
	height:auto;
	margin:0 auto 5px;
}
.mainimg .mainTxt .hxtxt01 {
	color:#FFF;
	font-size:5.33vw;
	font-weight:600;
	text-align:center;
	padding:10px 0 0 0;
}
.mainimg .mainTxt .mainTxt02 {
	color:#FFF;
	font-size:3.7vw;
	font-weight:400;
	text-align:center;
	padding:5px 5px 10px;
	background: none;
	background-position:bottom;
	width: auto;
	height:auto;
	margin:0 auto;
}
.mainimg .mainTxt .mainTxt02 span {
	font-size:8vw;
}
}
/* ==============================================================================
   contents
============================================================================== */
#contents {
	position:relative;
	margin-top:-60px;
}
#contents p{
	line-height: 1.8;
}
#contents .txt_dottedLine{
	font-size: 36px;
    font-weight: bold;
    color: #990000;
    border-bottom: dotted;
    margin-bottom: 30px;
    padding-bottom: .5em;
}
@media screen and (max-width: 767px) {
#contents .txt_dottedLine{
	font-size: 5vw;
    margin-bottom: 15px;
}
}
.bnr2 {
	overflow:hidden;
	margin:0 0 70px 0;
}
.bnr2 ul {
	text-align:center;
}
.bnr2 li {
	display:inline-block;
	margin:0 0 0 26px;
}
.bnr2 li:first-child {
	margin:0 0 0 0px;
}
.box01 {
	width:1200px;
	margin:0 auto;
	background:#FFF;
	padding:40px 0 90px 0;
}
.box01 .inner,
.box03 .inner{
	width:832px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.box01 .inner,
.box03 .inner {
	width:100%;
}
.box01 img{
	width:100%;
}
}
.box01 h4{
	font-size: 30px;
	text-align: center;
	color: #333399;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.box01 h4{
	font-size: 4.8vw;
    margin-bottom: 10px;
}
}
.box01 h3+h4{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.box01 h3+h4{
	margin-bottom: 10px;
}
}
.box01 h4+p{
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.box01 h4+p{
	margin-bottom: 0;
}
}	
.box01 p strong{
	color: #990000;
	font-size: 18px;	
}
@media screen and (max-width: 767px) {
.box01 p strong{
	font-size: 4vw;	
}
}
#contents .box01 .cautionTxt{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	background: url(../images/bg_h2_1.png) no-repeat;
    background-position: bottom center;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
#contents .box01 .cautionTxt{
	font-size: 4.4vw;
}
}
#contents .box01 .box_cautionTxt {
    margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
#contents .box01 .box_cautionTxt {
    margin: 25px 0 30px;
}
}
.pattern1-1-1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
 @media screen and (max-width: 767px) {
.pattern1-1-1{
	justify-content: center;
    width: 100%;
	margin-bottom: 30px;
}
.pattern1-1-1 .col{
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}
.pattern1-1-1 .col img{
	width: 100%;
}
}
.box01 .pattern1-1-1 p{
	font-size: 24px;
	text-align: center;
	color: #333399;
	font-weight: bold;
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
.box01 .pattern1-1-1 p{
	font-size: 4.5vw;
}
}
.hxtxt02 {
	font-size:30px;
	font-weight:600;
	text-align:center;
	background:url(../images/bg_h2_1.png) no-repeat;
	background-position:bottom center;
	line-height:1.4;
	padding:0 0 20px 0;
	color:#3c3c3c;
	margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
.hxtxt02 {
	margin-bottom: 30px;
}
}
.hxtxt04 {
	font-size:24px;
	font-weight:600;
	text-align:center;
	background:url(../images/bg_h2_1.png) no-repeat;
	background-position:bottom center;
	line-height:1.8;
	padding:0 0 25px 0;
}
.box02 {
	width: 1120px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.box02 {
	width: 97%;
    margin: 0 auto;
}
}
.box02 h3{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.box02 h3{
	margin-bottom: 0;
}
.box02 h3 img{
	width: 100%;
}
}
.box02 .contents01{
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
.box02 .contents01{
	margin-bottom: 35px;
}
}
.box02 .contents01 h4,
.box02 .contents03 h4,
.box03 h4{
	font-size: 36px;
	color: #660033;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.box02 .contents01 h4,
.box02 .contents03 h4,
.box03 h4 {
	font-size: 5vw;	
	line-height: 1;
}
}
.box02 .contents01 h4 img,
.box02 .contents03 h4 img{
	vertical-align: middle;
    margin: 0 10px 20px 0;
}
@media screen and (max-width: 767px) {
.box02 .contents01 h4 img,
.box02 .contents03 h4 img{
	width: 50px;
    margin: 0;
}
}
.box02 .contents01 h4 span,
.box02 .contents03 h4 span,
.box03 h4 span{
	border-bottom: solid 3px;
}
@media screen and (max-width: 767px) {
.box02 .contents01 h4 span,
.box02 .contents03 h4 span{
	border-bottom: solid 1.5px;
}
}
.box02 .contents02{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.box02 .contents02{
	margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.box02 .contents02 figure img,
.box02 .contents04 figure img,
.box01 .box_cautionTxt figure img,
.box03 figure img{
    width: 45px;
}
}
.box02 .contents02 h4{
	font-size: 32px;
	color: #000;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.box02 .contents02 h4{
	font-size: 4.9vw;
	margin-bottom: 15px;
}
}
.box02 .contents02 h4 span{
	font-size: 36px;
	color: #660033;
}
@media screen and (max-width: 767px) {
.box02 .contents02 h4 span{
	font-size: 5vw;
}
}
.box02 .outer{
	position: relative;
}
@media screen and (max-width: 767px) {
.box02 .outer img{
	width: 100%;
	vertical-align: bottom;
}
}	
.box02 .outer .textBox{
	background: url(../images/bg_border.png);
	background-size: cover;
	width: 540px;
	padding: 60px 35px;
	box-sizing: border-box;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height:372px;
}
@media screen and (max-width: 767px) {
.box02 .outer .textBox{
	width: 100% !important;
	padding: 20px 20px 10px;
	position: relative;
    height:auto;
}
}
.box02 .contents03{
    margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
.box02 .contents03{
    margin-bottom: 40px;
}
}
.box02 .contents03 .textBox{
	right: inherit;
    height: 400px;
    padding: 35px;
    width: 570px;
}
@media screen and (max-width: 767px) {
.box02 .contents03 .textBox{
    height: auto;
    padding: 20px 20px 10px;
    width: 100%;
}
}
.box02 .contents03 .imgBox{
	text-align: right;
}
.box02 .contents04 h4{
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
.box02 .contents04 br{
    display: block;
}
.box02 .contents04 h4{
    font-size: 4.9vw;
    margin-bottom: 0;
}
}
.box02 .contents04 .experience p{
    font-size: 24px;
    color: #660033;
    text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .experience p{
    font-size: 4.27vw;
}
}
.box02 .contents04 .experience .pattern1-1-1{
	width: 830px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .experience .pattern1-1-1{
	width: 80%;
}
}
.box02 .contents04 .arrow{
	text-align: center;
	margin: 35px 0 40px;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .arrow{
	margin: 10px 0;
}
.box02 .contents04 .arrow img{
	width: 65px;
}
.box02 .contents04 .arrow+p img{
	width: 100%;
}
}
.box02 .contents04 .pattern1-1-1{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .pattern1-1-1{
	margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
.box02 .contents04 .pattern1-1-1 .col img{
	width: 100%;
}
}
.box02 .contents04 .pattern1-1-1 p{
	font-weight: bold;
	font-size: 24px;
	color: #660033;
	text-align: center;
    line-height: 1.25 !important;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .pattern1-1-1 p{
	font-size: 4.5vw;
	margin-top: 10px;
}
}
.box02 .contents04 .borderBox{
	background: url(../images/bg_border.png);
	padding: 40px;
	overflow: hidden;
	width: 830px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .borderBox{
	padding: 25px;
	width: 100%;
	margin: 0 auto 20px;
}
}
.box02 .contents04 .borderBox .title{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .borderBox .title{
	font-size: 4.27vw;
}
}
.box02 .contents04 .borderBox .textBox{
	width: 462px;
	float: left;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .borderBox .textBox{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
}
.box02 .contents04 .borderBox .textBox>p{
	padding-bottom: 0 !important;
}
.box02 .contents04 .borderBox .imgBox{
	width: 230px;
	float: right;
}
@media screen and (max-width: 767px) {
.box02 .contents04 .borderBox .imgBox{
	width: 100%;
	float: none;
}
.box02 .contents04 .borderBox img{
	width: 100%;
}
}
.box02 .contents04 .borderBox .inner{
	width: 100%;
	overflow: hidden;		
}
.box02 .contents04 figcaption{
	font-size: 14px;
	color: #333;
	text-align: right;
    padding-top: .5em;
}
.box03 {
	background-color: #F1F1F1;
	padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
.box03 {
	padding: 35px 0 45px;
}
}	
.box03 h4+p {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.box03 h4+p {
	margin-bottom: 0;
}
}
#contents .box03 .txt_dottedLine {
	font-size: 30px;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
#contents .box03 .txt_dottedLine {
	font-size: 5vw;
	margin-top: 15px;
}
}
#contents .bnrArea{
	margin: 0 auto 90px;
	width: 1120px;
}
@media screen and (max-width: 767px) {
#contents .bnrArea{
	width: 97%;
    margin: 0 auto 70px;
}
#contents .bnrArea img{
	width: 100%;
}
}	
/* ==============================================================================
   qaBox
============================================================================== */


.qaBox {
	width: 835px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
	padding: 30px;
	background: #FFFFFF;
}
.qaBox .q01 {
	font-size: 20px;
	color: #B00009;
	background: url(../images/ico_q01.png) no-repeat;
	min-height: 40px;
	padding: 0 0 0 60px;
	margin: 0 0 20px 0;
}
.qaBox .a01 {
	font-size: 20px;
	color: #4F4F4F;
	background: url(../images/ico_a01.png) no-repeat;
	min-height: 40px;
	padding: 0 0 0 60px;
}
/* ==============================================================================
   banner
============================================================================== */

.banner03 {
	margin:0 0 42px 0;
	text-align:center;
}
.banner03 li {
	display:inline-block;
	font-size:0;
	margin:0 0 0 34px;
}
.banner03 li:first-child {
	margin:0 0 0 0px;
}
.banner02 {
	text-align:center;
	margin:0 0 155px;
}
.banner02 li {
	display:inline-block;
	font-size:0;
	margin:0 0 0 20px;
}
.banner02 li:first-child {
	margin:0 0 0 0px;
}
 @media screen and (max-width: 767px) {
.txt48 {
	font-size:8vw;
}
.txt34 {
	font-size:6.4vw;
}
.txt30 {
	font-size:5.87vw;
}
.txt24 {
	font-size:4.8vw;
}
.mb50 {
	margin-bottom:20px !important;
}
.mb60 {
	margin-bottom:20px !important;
}
.mb70 {
	margin-bottom:20px !important;
}
.mb80 {
	margin-bottom:20px !important;
}
.mb90 {
	margin-bottom:20px !important;
}
#contents {
	position:relative;
	margin-top:0px;
}
.bnr2 {
	overflow:hidden;
	margin:0 0 10px 0;
}
.bnr2 ul {
	text-align:center;
}
.bnr2 li {
	display:block;
	margin:0 0 20px 0px;
}

.bnr2 li img{
	width:100%
}

.bnr2 li:first-child {
	margin:0 0 20px 0px;
}
#contentsInner {
}
.box01 {
	width:97%;
	margin:0 auto;
	background:#FFF;
	padding:30px 0 40px;
}

.box03 .inner {
	width:97%;
	margin:0 auto;
}

.box03 .inner p img {
	width:100%;
} 
	 
.box01 .pattern1-1-1 img {
	width:70%;
}
	 
.hxtxt02 {
	font-size:4.8vw;
	font-weight:600;
	text-align:center;
	background:url(../images/bg_h2_1.png) no-repeat;
	background-position:bottom center;
	line-height:1.4;
	padding:0 0 20px 0;
}

.box02white {
	width:98%;
	padding:15px;
	margin:0 auto 30px auto;
	background: #FFF;
	box-sizing:border-box;
}
.box02white p {
	line-height:1.6
}
.box02white .ttlsup {
	text-align:center;
	margin:0 0 20px 0;
}
.box02white .ttlsup img{
	width:95%
}


.box02white .cls {
	width:100%;
	margin:20px auto 20px auto;
}
.box02white .cls .ttl {
	font-size:5.87vw;
}
.box02white .cls .ttl span {
	font-size:4.27vw;
}
.box02white .cls .ttl {
	font-size:5.87vw;
	text-align:center;
	font-weight:600;
	margin:0 0 15px 0;
}
.box02white .clsTable {
}
.box02white .clsTable table {
	width: 100%;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	margin: 0 0 5px 0;
}
.box02white .clsTable th {
	color:#3c3c3c;
	padding: 15px 0;
	text-align:center;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	width:70px;
	font-size:4.27vw;
	vertical-align:middle;
}
.box02white .bgBlue {
	background:#CFEAEE;
}
.box02white .bgGreen {
	background:#CFEED7;
}
.box02white .bgYellow {
	background:#EEEECF;
}
.box02white .bgPurple {
	background:#F1DEF0;
}
.box02white .clsTable td {
	padding: 15px;
	text-align: left;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size:3.73vw;
}
.supBox {
	width:100%;
	margin:0 auto 40px auto;
}
.supBox .ttl {
	text-align:center;
	font-size:5.87vw;
	font-weight:600;
	margin:0 0 20px 0;
	display: inline-block;
}
.supBox .ttl span {
	text-align:center;
	font-size:4.80vw;
	font-weight:600;
}
.supBox .col01 {
	color: #4295A1;
	border-bottom:2px #4295A1 solid;
}
.supBox .col02 {
	color: #73A142;
	border-bottom:2px #73A142 solid;
}
.supBox .col03 {
	color: #4F9F7A;
	border-bottom:2px #4F9F7A solid;
}
.supBox .col04 {
	color: #D36A8D;
	border-bottom:2px #D36A8D solid;
}
.supBox .col05 {
	color: #8763A8;
	border-bottom:2px #8763A8 solid;
}
.supBox .col06 {
	color: #DB855E;
	border-bottom:2px #DB855E solid;
}
.supBox .detail {
	overflow:hidden;
}
.supBox .detail .suptable {
	float:none;
	margin:0 20px 0 0;
	width:100%;
}
.supBox .detail .suptable table {
	width: 100%;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	margin: 0 0 5px 0;
}
.supBox .detail .suptable th {
	background: #A0A0A0;
	text-align:center;
	color: #FFFFFF;
	padding: 10px 0;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
	font-size:14px;
}
.supBox .detail .suptable td {
	padding: 10px 7px;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	font-size:14px;
	vertical-align: middle;
	text-align:left;
}
.tate {
	text-align:center;
	width:25px;
}
.tate div {
	text-align: left;
	width:16px;
	margin: 0 auto;
}


.supBox .detail .img {
	float:none;
	width:100%;
	padding:20px 0;
	text-align:center;
}


.attentionBox{
	width:96%;
	margin: 0 auto ;
	}
.attentionBox p{
	line-height:1.8
	}


/* ==============================================================================
   qaBox
============================================================================== */

.qaBox {
	width: 97%;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
	padding: 10px;
	background: #FFFFFF;
}
.qaBox .q01 {
	font-size: 4.8vw;
	color: #B00009;
	background: url(../images/ico_q01.png) no-repeat;
	min-height: 40px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
}
.qaBox .a01 {
	font-size: 4.8vw;
	color: #4F4F4F;
	background: url(../images/ico_a01.png) no-repeat;
	min-height: 40px;
	padding: 0 0 0 50px;
}
/* ==============================================================================
   tenkenBox
============================================================================== */

.tenkenBox {
	width:97%;
	margin:0 auto 30px auto;
	clear:both;
	overflow:hidden;
}
.tenkenBox .ttl {
	border-bottom:1px solid #BFBFBF;
	padding:0 0 10px 0;
	margin:0 0 25px 0;
	font-size:5.33vw;
	font-weight:600;
	text-align:center;
	color: #3C3C3C;
}
.tenkenBox ul {
	text-align:center;
}
.tenkenBox li {
	float:none;
	display:inline-block;
	margin:0 0 10px 2%;
	width:48%
}
.tenkenBox li img {
	width:100%
}
.tenkenBox li:nth-child(4n+1) {
	margin:0 0 10px 2%;
}
.tenkenBox li:nth-child(2n+1) {
	margin:0 0 10px 0%;
}
/* ==============================================================================
   houteiFlow
============================================================================== */
.houteiFlow {
	overflow:hidden;
	margin:0 0 50px 0;
}
.houteiFlow ul {
	text-align:center;
}
.houteiFlow li {
	display: block;
	margin:0 0 10px 0px;
}
.houteiFlow li img {
	width:100%;
}
/* ==============================================================================
   banner
============================================================================== */
.banner03 {
	margin:0 0 20px 0;
	text-align:center;
}
.banner03 li {
	width:100%;
	display:inline-block;
	font-size:0;
	margin:0 0 0 0px;
}
.banner03 li img {
	width:100%;
}
.banner03 li:first-child {
	margin:0 0 0 0px;
}
.banner02 {
	text-align:center;
	margin:0 0 40px;
}
.banner02 li {
	display:inline-block;
	font-size:0;
	margin:0 0 0 0px;
}
.banner02 li:first-child {
	margin:0 0 0 0px;
}
.banner02 li img {
	width:100%;
}
}

/* ==============================================================================
  footerコンバージョンボタン
============================================================================== */
.hover-button {
	transition: filter 0.7s ease;
	filter: brightness(1.0);
}
.fixd {
	position: fixed;
}

@media screen and (max-width: 767px) {
.conversion-relative {
	max-width: initial;
	overflow: hidden;
	width: 100%;
}
.conversion-relative {
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 80;
	height: 44px;
}
.conversion-normal {
	position: relative;
	bottom: initial;
}
.button-list {
	float: right;
	position: relative;
	width: 100%;
	display: table;
	table-layout: fixed;
	border-spacing: 1px 0px;
}
.button-list li {
	display: table-cell;
	border-spacing: 5px;
	vertical-align: middle;
}
.button-list li .button-icon {
	width: 18px;
	padding: 5px 10px 0 10px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	white-space: initial;
	overflow: hidden;
	padding: 0px 5px 5px 5px;
	margin: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
	font-weight: bold;
}
.button-list li a {
	display: block;
	vertical-align: middle;
	padding: 0;
}
}

@media screen and (min-width: 768px) {
.conversion-pos-side .conversion-relative {
	position: relative;
	max-width: initial;
	overflow: hidden;
	width: 100%;
}
.conversion-pos-side .button-list {
	float: right;
	position: relative;
	width: auto;
}
.conversion-pos-side .button-list li {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1px;
}
.conversion-pos-side .button-list li .button-icon {
	width: 30px;
	padding: 0 0px 0 0px;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
.conversion-pos-side .button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	display: block;
	white-space: nowrap;
	padding: 8px 0px 5px 0px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
}
.conversion-relative {
	max-width: initial;
	overflow: hidden;
	width: 100%;
}
.button-list {
	float: right;
	position: relative;
	width: auto;
}
.button-list li {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 1px;
}
.button-list li .button-icon {
	width: 43px;
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 11px;
	left: 10px;
}
.button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}
.conversion-relative {
	max-width: initial;
	overflow: hidden;
	width: 100%;
}
.conversion-pos-bottom-right .button-list {
	float: right;
	position: relative;
	width: auto;
	display: flex;
}
.conversion-pos-bottom-right .button-list li {
	float: left;
	position: relative;
	margin-left: 1px;
	display: flex;
}
.conversion-pos-bottom-right .button-list li .button-icon {
	width: 22px;
	float: left;
	padding: 0;
}
.conversion-pos-bottom-right .button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.conversion-pos-bottom-left .conversion-relative {
	position: relative;
	max-width: initial;
	overflow: hidden;
	width: 100%;
	padding: 0;
}
.conversion-pos-bottom-left .button-list {
	float: left;
	position: relative;
	width: auto;
	display: flex;
}
.conversion-pos-bottom-left .button-list li {
	float: left;
	position: relative;
	margin-left: 1px;
	display: flex;
}
.conversion-pos-bottom-left .button-list li .button-icon {
	width: 18px;
	float: left;
	padding: 0;
}
.conversion-pos-bottom-left .button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 1px;
}
.conversion-pos-bottom-center .conversion-relative {
	position: relative;
	max-width: initial;
	overflow: hidden;
	width: 100%;
}
.button-list {
	float: left;
	left: 50%;
	position: relative;
	width: auto;
	display: flex;
}
.button-list li {
	float: left;
	left: -50%;
	position: relative;
	margin-left: 1px;
	display: flex;
	vertical-align: middle;
	line-height: 1;
}
.button-list li .button-icon {
	width: 20px;
	float: left;
	padding: 0;
	display: inline;
	margin-right: 10px;
}
.button-list li .button-icon img {
	width: 100%;
}
.button-list li .button-label {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: inline;
	line-height: 1;
}
.conversion-pos-side .button-list li .single-label {
	padding: 0;
	display: table-cell;
}
.conversion-pos-side .button-list li .single-label a {
	padding: 17px;
	height: 80px;
	display: table;
	text-align: center;
	margin: 0 auto;
}
.button-list li .single-label {
	margin-top: 0;
	margin-right: 0;
}
.button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 35px;
}
.theme-2 .button-list li a, .theme-3 .button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 35px;
}
.button-list li a.single-label-wrapper {
	padding-left: 20px;
}
.conversion-pos-side .button-list li a {
	padding: 13px 23px 13px 23px;
}
.conversion-pos-side .button-list li a {
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 80px;
}
.theme-1 .button-list li a.external-links:before, .theme-2 .button-list li a.external-links:before, .theme-3 .button-list li a.external-links:before, .theme-4 .button-list li a.external-links:before {
	background-size: 60%;
	float: right;
	right: 5px;
	top: 1px;
	position: absolute;
	height: 12px;
}
.button-list li a.internal-links:before {
	background-size: 65%;
	right: 10px;
	top: 15px;
	position: absolute;
}
.theme-1 .button-list .border-first,  .theme-2 .button-list .border-first {
	border-radius: 4px 0px 0px 0px;
}
.theme-1 .button-list .border-first-last,  .theme-2 .button-list .border-first-last {
	border-radius: 4px 4px 0px 0px;
}
.theme-1 .button-list .border-last,  .theme-2 .button-list .border-last {
	border-radius: 0px 4px 0px 0px;
}
.theme-1 .conversion-pos-side .button-list .border-first,  .theme-2 .conversion-pos-side .button-list .border-first {
	border-radius: 4px 0px 0px 0px;
}
.theme-1 .conversion-pos-side .button-list .border-first-last,  .theme-2 .conversion-pos-side .button-list .border-first-last {
	border-radius: 4px 0px 0px 4px;
}
.theme-1 .conversion-pos-side .button-list .border-last,  .theme-2 .conversion-pos-side .button-list .border-last {
	border-radius: 0px 0px 0px 4px;
}
.theme-4 .button-list .border-first {
	border-radius: 15px 0px 0px 0px;
}
.theme-4 .button-list .border-first-last {
	border-radius: 15px 15px 0px 0px;
}
.theme-4 .button-list .border-last {
	border-radius: 0px 15px 0px 0px;
}
.theme-4 .conversion-pos-side .button-list .border-first {
	border-radius: 15px 0px 0px 0px;
}
.theme-4 .conversion-pos-side .button-list .border-first-last {
	border-radius: 15px 0px 0px 15px;
}
.theme-4 .conversion-pos-side .button-list .border-last {
	border-radius: 0px 0px 0px 15px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.button-list li .button-label {
	font-size: 12px;
	margin-top: 1px;
	font-weight: bold;
	margin-left: 5px;
}

.button-list li .button-icon {
	width: 20px;
}
}

@media screen and (max-width: 1023px) {
.button-list li a.outLink::before {
	display: none !important;
}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
.button-list li .button-label {
	font-size: 12px;
	font-weight: bold;
}

.button-list li .button-icon {
	width: 20px;
	margin-right: 8px;
	margin: 0 6px 0 6px;
}
.button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}
.theme-2 .button-list li a, .theme-3 .button-list li a {
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin: 0;
	font-size: 12px;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px;
	overflow: hidden;
	margin: 0;
	margin-top: 0px;
}
.button-list li a:before {
	width: 19px;
	height: 12px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.button-list li a:before, .button-list li a:before {
	height: 8px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: -3px;
	margin: auto;
}
}

@media screen and (min-width: 1280px) and (max-width: 1519px) {
.button-list li a:before {
	width: 19px;
	height: 12px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.button-list li a:before, .button-list li a:before {
	width: 19px;
	height: 8px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: -3px;
	margin: auto;
}
.button-list li .button-label {
	font-size: 14px;
	display: block;
	margin-top: 1px;
	font-weight: bold;
}
.button-list li .button-label {
	font-size: 11px;
	font-weight: bold;
}
.conversion-pos-side .button-list li {
	min-height: 80px;
}
.conversion-pos-side .button-list .button-container {
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px 0 45px;
}
.theme-2 .button-list li a,  .theme-3 .button-list li a {
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px 0 45px;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.conversion-pos-bottom-left .button-list li .button-icon {
	width: 20px;
	float: left;
	padding: 0;
	margin-top: -2px;
}
.button-list li .button-icon {
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 4px;
}
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
.button-list li .button-label {
	padding: 12px 5px 5px 5px;
}
}

@media screen and (max-width: 1759px) and (min-width: 1520px) {
.button-list li a:before {
	width: 19px;
	height: 12px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.button-list li a:before, .button-list li a:before {
	height: 8px;
	position: relative;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	top: 2px;
	bottom: 0;
	right: -3px;
	margin: auto;
}
.button-list li .button-label {
	font-size: 14px;
	margin-top: 1px;
	font-weight: bold;
}
.conversion-pos-bottom-center .button-list li .button-icon {
	width: 22px;
}
.button-list li .button-label {
	font-size: 11px;
	font-weight: bold;
}
.conversion-pos-side .button-list li {
	min-height: 80px;
}
.conversion-pos-side .button-list .button-container {
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}
.theme-2 .button-list li a, .theme-3 .button-list li a {
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px 0 45px;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.button-list li .button-label {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	vertical-align: baseline;
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) {
.button-list li .button-label {
	vertical-align: middle;
}	
}		
.conversion-pos-bottom-left .button-list li .button-icon {
	width: 20px;
	float: left;
	padding: 0;
	margin-top: -2px;
}
.button-list li .button-icon {
	width: 20px;
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 4px;
}
}

@media screen and (min-width: 1760px) {
.button-list li a:before {
	width: 19px;
	height: 12px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
}
.button-list li a:before, .button-list li a:before {
	width: 23px;
	height: 8px;
	float: right;
	margin-left: 10px;
	background-size: 30%;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: -3px;
	margin: auto;
}
.button-list li .button-label {
	font-size: 14px;
	margin-top: 1px;
	font-weight: bold;
}
.conversion-pos-bottom-center .button-list li .button-icon {
	width: 22px;
	margin-right: 8px;
}
.button-list li .button-label {
	font-size: 11px;
	font-weight: bold;
}
.conversion-pos-side .button-list li {
	min-height: 80px;
}
.conversion-pos-side .button-list .button-container {
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.button-list li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px;
}
.theme-2 .button-list li a, .theme-3 .button-list li a {
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px 0 40px;
}
.button-list li .button-label {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.button-list li .button-label {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	margin: 0;
	margin-top: -1px;
}
.conversion-pos-bottom-left .button-list li .button-icon {
	width: 20px;
	float: left;
	padding: 0;
	margin-top: -2px;
}
.button-list li .button-icon {
	padding: 0 10px 0 10px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 2px;
}
}
.conversion-pos-side .button-list li {
	display: block;
	box-sizing: border-box;
}
.conversion-pos-side .conversion-relative {
	position: fixed;
	z-index: 80;
	overflow: initial;
	left: 0;
	width: auto;
	right: 0;
}
.conversion-pos-side .conversion-relative {
	position: relative;
	top: initial;
	overflow: hidden;
}
.button-list li {
	display: block;
	background-color: #790028;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
.button-list li:first-child {
	border-radius: 4px 0px 0px 0px;
}
.button-list li:last-child {
	border-radius: 0px 4px 0px 0px;
}
.button-list li:hover {
	background-color: #A31443;
}
}

@media screen and (max-width: 767px) {
.button-list li {
	display: table-cell;
}
}
.fixConversionArea {
	height: 41px;
	background-color: #F1F1F1;
}

@media screen and (max-width: 767px) {
.fixConversionArea {
	height: 44px;
}
	.bnr{}
	.bnr img{
		width: 100%;
	}	
	
}
.conversion-relative {
	bottom: 0;
	z-index: 80;
}
.button-list li a {
	text-align: center;
	margin: 0 auto;
}
.button-list li a::before {
	content: "";
	display: block;
	background-image: url("../images/ico_arrow02.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.button-list li a.outLink::before {
	content: "";
	display: block;
	background-image: url("../images/ico_outlink.png");
	background-size: 60%;
	background-repeat: no-repeat;
	right: 5px;
	top: 5px;
	position: absolute;
	height: 12px;
	width: 20px;
}
.conversion-pos-none {
	display: none;
}
.button-list .border-style {
	border-style: solid;
	border-width: 1px;
}
