@charset "utf-8";
@charset "utf-8";
/* CSS Document */
#imageslow{
	width:100%;
	height:300px;
	background-image: url(../images/123456.jpg);}
	
	.midashi2{color:#FFF;
	font-size:36px;
	text-align:center;
	    padding-top: 140px;
	}
/***********パンクズリスト*************************/
*, *::after, *::before {
  box-sizing: border-box;
}




@media only screen and (min-width: 1170px) {

}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  max-width: 1200px;
  padding: 0.5em 1em;
  margin: 1em auto;
  
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #959fa5;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #959fa5;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
	
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}


#rebox{
	width: 1200px;
    padding: 20px 50px;
    margin: auto;
}

	.c-title{
		text-align:center;
}
	.en{
		font-size:36px;
	}
	.jp{
	font-size:20px;
	margin-top:10px;
	font-weight:600;}
	#retext{
		margin-top:35px;
		
		}
	
.kakomi{
	
	font-weight:600;
	width:890px;
	margin:auto;
	text-align:center;


position: relative;
padding: 8px 20px 8px 20px;
background: #fff0d9;
font-size: 18px;
color: #2d2d2d;

line-height: 1.3;
border-bottom: solid 3px orange;
z-index:-2;
}

.kakomi:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
width: 0;
height: 0;
border: none;

border-bottom: solid 79px transparent;
z-index: -1;
}

.kakomi:after {
position: absolute;
content: '';
right: -3px;
top: -7px;
width: 0;
height: 0;
border: none;

border-bottom: solid 79px white;
z-index: -1;
}

.detext{
	margin:auto;
	margin-top:15px;
	
	width:80%;
	
position: relative;
line-height: 1.4;
padding:0.25em 1em;

top:0;
}

.detext:before,.detext:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.detext:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.detext:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
b{
	font-weight:600;}
	
	h4{
	position: relative;
	padding-top: 20px;
	font-size: 24px;
	text-align:center;
	margin-top:50px;
	}
h4::before{
	margin:auto;
	position: absolute;
	content: attr(title);
	top:0;
	font-size: 15px;
	font-weight:normal;
	color:#666;
	text-align:center;
}



.tableBlock {
  margin-top:2em;
}
table {
  width:100%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
}
table tr th {
  background:#f2f2f2;
}
table tr th,
table tr td {
  padding:1em;
  line-height: 1.5;
  text-align:left;
  border:1px solid #cfcfcf;
}

/* Tablet */
@media screen and (max-width:768px){
  
  /* パターン2：フォントサイズ縮小 */
  .tableBlock.pattern02 table {
    font-size:75%;
  }
  
/* Tablet */ }

/* SmartPhone */
@media screen and (max-width:480px){

  /* パターン2：フォントサイズ縮小 */
  .tableBlock.pattern02 table {
    font-size:50%;
  }

/* Smartphone */ }


.tableBlock {
  margin-top:2em;
}
table {
  width:100%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
  
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
  text-align:center;
  font-weight:600;
}
table tr th {
  background:#f2f2f2;
  text-align:center;
}
table tr th,
table tr td {
  padding:1em;
  line-height: 1.5;
  text-align:center;
  border:1px solid #cfcfcf;
}

/* Tablet */
@media screen and (max-width:768px){
  
  /* パターン6：縦横切替 */
  .tableBlock.pattern06 table,
  .tableBlock.pattern06 table caption,
  .tableBlock.pattern06 table thead,
  .tableBlock.pattern06 table tbody,
  .tableBlock.pattern06 table tr,
  .tableBlock.pattern06 table tr th,
  .tableBlock.pattern06 table tr td {
    display:block;
  }
  .tableBlock.pattern06 table tr th,
  .tableBlock.pattern06 table tr td {
    margin:-1px; /* borderが二重になるのを防ぐ */
  }
  .tableBlock.pattern06 table thead {
	  display:none;
  }
  .tableBlock.pattern06 table tbody tr td[data-th]:before {
    content: attr(data-th) " : ";
    font-weight: bold;
  	display: inline-block;
    margin-right:0.25em;
  }
  
/* Tablet */ }

.tatext{
	font-size:14px;
	text-align:right;
	margin-top:10px;
}
.flow{
	    width: 98%;
    overflow: hidden;
    margin: auto;
	margin-top: 35px;}
.store{
	margin:auto;
	padding:10px;
	font-size:20px;
	border:1px solid #325A8C;
	background: #325A8C;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
	    font-weight: 600;
    width: 450px;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
.online{
	margin: auto;
	padding: 10px;
	font-size: 20px;
	border: 1px solid #325A8C;
	color: #FFF;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
	font-weight: 600;
	width: 450px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #990033;
}
#stbox{
	float: left;
	border: 1px groove #333;
    padding: 30px;
	margin-right:30px;
	margin-top: 35px;

}
#onbox{
	float:left;
	border: 1px groove #333;
    padding: 30px;
	margin-top: 35px;}
#arbox{
	    text-align: center;}
.arrow{
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #0066FF;
    position: relative;
    margin-top: 19px;
    margin-bottom: 38px;     /*追加*/
}
.arrow:before {
content: "";
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid  #0066FF;
position:absolute;
        left: -10px;
    top: 19px;
}
.arrow2{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #CC3300;
	position: relative;
	margin-top: 19px;
	margin-bottom: 38px;     /*追加*/
}
.arrow2:before {
content: "";
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #CC3300;
position:absolute;
        left: -10px;
    top: 19px;
}
.underline{
	margin-top: 50px;
	margin-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.fltext{
	width:280px;
	line-height:1.4;
	margin:auto;
	text-align: center;
	font-weight: 600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#contact{
	margin-bottom:60px;}

#cotext{
	font-size:20px;
	line-height:1.5;
	font-weight:500;
	margin-top:30px;
	text-align:center;}
#textdeco{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;}
	
	
	
	
	@media screen and (max-width:480px){

#rebox{
	width: 100%;
    padding: 20px 3%;
    margin: auto;
}

	.c-title{
		text-align:center;
}
	.en{
		font-size:36px;
	}
	.jp{
	font-size:20px;
	margin-top:10px;
	font-weight:600;}
	#retext{
		margin-top:35px;
		
		}
	
.kakomi{
	
	    font-weight: 600;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 8px 1% 8px 1%;
    background: #fff0d9;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.3;
    border-bottom: solid 3px orange;
    z-index: -2;
}

.kakomi:before {
position: absolute;
content: '';
left: -2px;
top: -2px;
width: 0;
height: 0;
border: none;

border-bottom: solid 79px transparent;
z-index: -1;
}

.kakomi:after {
position: absolute;
content: '';
right: -3px;
top: -7px;
width: 0;
height: 0;
border: none;

border-bottom: solid 79px white;
z-index: -1;
}

.detext{
	margin:auto;
	margin-top:15px;
	
	width:100%;
	
position: relative;
line-height: 1.4;
padding:0.25em 0.8em;

top:0;
}

.detext:before,.detext:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.detext:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.detext:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
b{
	font-weight:600;}
	
	h4{
	position: relative;
	padding-top: 20px;
	font-size: 24px;
	text-align:center;
	margin-top:50px;
	}
h4::before{
	margin:auto;
	position: absolute;
	content: attr(title);
	top:0;
	font-size: 15px;
	font-weight:normal;
	color:#666;
	text-align:center;
}



.tableBlock {
  margin-top:2em;
}
table {
  width:100%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
}
table tr th {
  background:#f2f2f2;
}
table tr th,
table tr td {
  padding:1em;
  line-height: 1.5;
  text-align:left;
  border:1px solid #cfcfcf;
}



.tableBlock {
  margin-top:2em;
}
table {
  width:100%;
  table-layout:fixed;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid #cfcfcf;
  
}
table caption {
  padding:1em;
  line-height: 1.5;
  text-align: left;
  background:#ffc045;
  text-align:center;
  font-weight:600;
}
table tr th {
  background:#f2f2f2;
  text-align:center;
}
table tr th,
table tr td {
  padding:1em;
  line-height: 1.5;
  text-align:center;
  border:1px solid #cfcfcf;
}


.tatext{
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.flow{
	    width: 98%;
    overflow: hidden;
    margin: auto;
	margin-top: 35px;}
.store{
	margin: auto;
    padding: 5%;
    font-size: 18px;
    border: 1px solid #325A8C;
    background: #325A8C;
    color: #FFF;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.online{
	margin: auto;
	padding: 5%;
	font-size: 18px;
	border: 1px solid #325A8C;
	color: #FFF;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #990033;
}
#stbox{
	float: none;
	border: 1px groove #333;
    padding: 5%;
	margin-right:0px;
	margin-top: 35px;

}
#onbox{
	float:none;
	border: 1px groove #333;
    padding: 5%;
	margin-top: 35px;}
#arbox{
	    text-align: center;}
.arrow{
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #0066FF;
    position: relative;
    margin-top: 19px;
    margin-bottom: 38px;     /*追加*/
}
.arrow:before {
content: "";
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid  #0066FF;
position:absolute;
        left: -10px;
    top: 19px;
}
.arrow2{
	display: inline-block;
	height: 20px;
	width: 20px;
	background-color: #CC3300;
	position: relative;
	margin-top: 19px;
	margin-bottom: 38px;     /*追加*/
}
.arrow2:before {
content: "";
width: 0;
height: 0;
border: 20px solid transparent;
border-top: 20px solid #CC3300;
position:absolute;
        left: -10px;
    top: 19px;
}
.underline{
	margin-top: 50px;
	margin-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.fltext{
	width:200px;
	line-height:1.4;
	margin:auto;
	text-align: center;
	font-weight: 600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#contact{
	margin-bottom:30px;}

#cotext{
	font-size:20px;
	line-height:1.5;
	font-weight:500;
	margin-top:30px;
	text-align:center;}
#textdeco{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;}
	 }