@charset "utf-8";

html, body, div, span, object, iframe,
h1, h3, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*-----------------------------------------------------------------------------
 Layout
-----------------------------------------------------------------------------*/
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mb80{margin-bottom:80px !important;}
.mb100{margin-bottom:100px !important;}
.mr10{margin-right:10px !important;}
/* clearfix */
.clearfix:before,.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom: 1;}<br />
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
}
body {
  background: #F0EFF2;
  font-size: 1.4em;
  color: #494949;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  background-image: none;
  border-top:#e60012 10px solid;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
p {
 margin: 20px 0;
 font-size:  0.9em;
 line-height: 1.6em;
}

strong {
 background:linear-gradient(transparent 60%, #ff6 60%);
}

.alertbox {
    padding: 0.7em 0.5em;
    margin: 0.5em;
    font-weight:bold;
	font-size: 0.9em;
    background: #fadc16;
	border-radius: 10px;
}
.alertbox p {
    margin: 0; 
    padding: 0;
}

/*-----------------------------------------------------------------------------

ここから

-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------

PC

-----------------------------------------------------------------------------*/
/*-------------------------- conteiner --------------------------*/
#container{
	width:960px;
	margin:0 auto;
	border-radius: 10px;
}
#container #conte-color{
	background:#fff;
}
#container #inner{
	width:900px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
}
img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	vertical-align: bottom;
}
.movie {
	 text-align: center;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.moviebox {
    padding: 2em 2em;
    margin: 0 0 1.5em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f77f7e, #f77f7e 3px,#ffc0bf 3px, #ffc0bf 7px);
    background: repeating-linear-gradient(-45deg, #f77f7e, #f77f7e 3px,#ffc0bf 3px, #ffc0bf 7px);
}

.movie2 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie2 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.pc-dsp { display:block; }
.sp-dsp { display:none; }

/*-------------------------- h1 --------------------------*/
h1{
	font-size:2em;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #e60012;
	margin:0 0 0.5em 0;
}
/*-------------------------- link btn --------------------------*/
.flex-box {
    display: flex;
    align-items:stretch;
    justify-content:space-around;
    flex-wrap: wrap;
    margin:0 0 50px 0;
}
 
.flex-box-item {
	display:flex;
    padding: 15px;
	margin:18px 5px 0 0;
    border-radius:  16px;
    background-color:  #ECECEC;
    text-align:center;
    border: solid 2px #e60012;
    text-decoration:none;
    color:  #e60012;
	font-weight:bold;
	font-size:1.2em;
}

.flex-box-item:hover{
    color:#fff;
    background-color:  #e60012;
    border: solid 2px #e60012;
    transition: .4s;
}

.flex-box-item2 {
	display:flex;
    padding: 15px;
	margin:16px 5px 0 0;
    border-radius:  16px;
    background-color:  #ECECEC;
    text-align:center;
    border: solid 2px #de2625;
    text-decoration:none;
    color:  #de2625;
	font-weight:bold;
	font-size:1.2em;
}

.flex-box-item2:hover{
    color:#fff;
    background-color:  #de2625;
    border: solid 2px #de2625;
    transition: .4s;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  margin: 15px 10px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #e60012;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #e60012;
  color: #ECECEC;
}

.btn-flat-simple2 {
  position: relative;
  display: inline-block;
  margin: 15px 10px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #de2625;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple2:hover {
  background: #de2625;
  color: #ECECEC;
}

 /*-------------------------- h2 --------------------------*/
h2 {
  position: relative;
  padding: 0.6em;
  margin-top:50px;
  background: #de2625;
  color:  #fff;
  border-radius:  14px;
  font-size:1.4em;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #de2625;
  width: 0;
  height: 0;
}

 /*-------------------------- h3 --------------------------*/
h3{
	font-size:1.4em;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #de2625;
	margin:50px 0 20px 0;
}

 /*-------------------------- imgBOX --------------------------*/
.img-box{
	margin:0 0 50px 0;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.img-box .item1{
	width:440px;
	font-size:0.7em;
	line-height:2em;
}
.img-box .item2{
	width:320px;
}
.img-box .item2 img{
	width:100%;
}
/*-------------------------- リスト --------------------------*/
.list1{
	margin-bottom:50px;
}
.list1 ul{
  padding: 1.8em 3em;
  border: solid 3px #7db4e6;
  font-size:0.8em;
  font-weight:bold;
  border-radius: 5px;
  position: relative;
}
.list1 ul li{
  line-height: 1em; 
  padding: 0.8em;
  list-style-type: none!important;
}
.list1 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 2em;
  color: #7db4e6;
}
 /*-------------------------- 番号つきリスト --------------------------*/
.list2{
	margin-bottom:50px;
}
.list2 ol {
	padding: 1.8em 3em;
	border: solid 3px #7db4e6;
	font-size:0.8em;
	font-weight:bold;
	border-radius: 5px;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.list2 ol li {
	position: relative;
	line-height: 1em; 
	padding: 0.8em;
}
.list2 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #7db4e6;
  color: #fff;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 13px;
  border-radius: 50%;
  left: -1.4em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
 /*-------------------------- table PC --------------------------*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 780px;
  table-layout: fixed;
  font-size: 0.8em;
}
table tr {
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
}
table thead tr{
  background-color: #7db4e6;
}
.txt{
   text-align: left;
   line-height:1.2em;
}
.price{
   text-align: right;
}
 /*-------------------------- コピーライト --------------------------*/
 #copy{
 	text-align:center;
 	font-size:0.6em;
 	padding:2em 0;
 }

/*-------------------------- TOPに戻る --------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    background: #666;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #d3d3d3;
}


 /*------------------------------------------------------------------------------
 
 
   ここからSP 480px
 
 
 ------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
 /*-------------------------- conteiner --------------------------*/
#container{
	width:96%;
	margin:0 auto;
	border-radius: 10px;
}
#container #conte-color{
	background:#fff;
}
#container #inner{
	width:90%;
	height:auto;
	margin:0 auto;
	padding:10px 0;
}

.moviebox {
    padding: 0.5em 0.5em;
    margin: 0 0 0.5em 0;
}
.movie2 {
     padding-bottom: 58%;
}
.pc-dsp { display:none; }
.sp-dsp { display:block; }
	
	
/*-------------------------- 基本 --------------------------*/
p {
 margin: 10px 0;
 font-size:  0.65em;
 line-height: 1.6em;
}

.alertbox {
    padding: 0.7em 0.5em;
    margin: 0.5em;
    font-weight:bold;
	font-size: 0.7em;
    background: #fadc16;
	border-radius: 10px;
}
	
/*-------------------------- h1 --------------------------*/
h1{
	font-size:1.0em;
}
/*-------------------------- link btn --------------------------*/
.flex-box-item {
    width:98%;
    margin:0 0 10px 2px;
    padding: 10px 5px;
	font-size:0.7em;
}

.flex-box-item2 {
    width:98%;
    margin:0 0 10px 0;
    padding: 10px 5px;
	font-size:0.7em;
}

.btn-flat-simple {
  margin: 8px 0 0 0;
  font-size: 0.7em;
  padding: 0.5em 0.5em;

}
.btn-flat-simple2 {
  margin: 8px 5px 5px 0;
  font-size: 0.7em;
  padding: 0.5em 0.5em;

}
	
 /*-------------------------- h2 --------------------------*/
h2 {
  padding: 0.6em;
  margin:20px 0 20px 0;
  font-size:0.8em;
}
h2.blue {
  padding: 0.6em;
  margin:20px 0 20px 0;
  font-size:0.8em;
}
	
 /*-------------------------- h3 --------------------------*/
h3{
	font-size:0.8em;
	padding: 0.25em 0.5em;
	margin: 30px 0 10px 0;
}
 /*-------------------------- imgBOX --------------------------*/
.img-box{
	margin:0 0 1em 0;
	display:block;
	flex-wrap:nowrap;
	justify-content:space-between;
}
.img-box .item1{
	width:100%;
	font-size:0.6em;
	line-height:1.6em;
	margin:0 0 1em 0;
}
.img-box .item2{
	width:100%;
}
.img-box .item2 img{
	width:100%;
}
/*-------------------------- リスト --------------------------*/
.list1{
	margin-bottom:1em;
}
.list1 ul{
    font-size:0.6em;
  padding: 1em;
}
.list1 ul li{
  line-height: 1.8em; 
  padding: 0 1.2em 0 2.2em;
  list-style-type: none!important;
}
.list1 ul li:before {
  left : 1em;
  font-size:1.4em;
}
 /*-------------------------- 番号つきリスト --------------------------*/
.list2{
	margin-bottom:1em;
}
.list2 ol {
	padding: 1em;
	font-size:0.6em;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.list2 ol li {
	line-height: 1em; 
	padding: 0.5em 1em 0.5em 2em;
}
.list2 ol li:before{
  left: 0.4em;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
 /*-------------------------- table --------------------------*/
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #7db4e6;;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
    
 #copy{
 	font-size:0.5em;
 }
    
/*-------------------------- TOPに戻る --------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8em;
}
#page-top a {
    width: 70px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
	
}

