/* * reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-weight: normal;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  line-height: 150%;
}

ol,
ul {
  list-style: none;
}

img { 
  height: auto;
  max-width: 100%;
}
a img {
  border: 0;
}

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix{
  clear: both;
  display: block;
  height: 0px;
  line-height: 0;
}

* html .clearfix{
  height: 1%;
}

.cl::after{
  clear: both;
  content: '';
  display: block;
  height: 0;
}

a {
  color: #000000;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #62ccc3;
  text-decoration: none;
}

a:active {
  color: #62ccc3;
  text-decoration: none;
}

/* * color*/

.t_white {
  color: #FFFFFF;
}

.t_green {
  color: #19eea5;
}

.t_ore{
  color: #ffc208;
}

.t_pink{
  color: #f07675;
}

.t_red{
  color: #b4261a;
}

.t_purple {
  color: #857df3;
}

.t_blue1 {
  color: #7dc0f3;
}

.t_blue2 {
  color: #36efed;
}

.t_bold{
  font-weight: bold;
}

.t_center {
  text-align: center;
}

.bg_def {
  
}

.bg_ore {
  background: #fff5db;
}

.bg_ore2 {
  background: #ffc808;
}

.bg_green {
  background: #cbfaea;
}

.bg_pink {
  background: #fdeeee!important;
}

.bg_purple {
  background: #e5e3fc;
}

.bg_blue2 {
  background: #e7fdfd;
}

.bg_gray {
  background: #f1f1f1;
}

.bd_rad{
  border: 5px solid #f1f1f1;
  border-radius: 20px;
}

/* * margin paddin*/

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb10{
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

/* * contents*/
/*.wrapper {
  overflow-x: hidden;
  position: relative;
}*/

.con1 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}

.con2 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
}

.con3 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
}

.co_p {
  padding-bottom: 100px;
  padding-top: 100px;
}

.co_p2 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.co_t {
  padding-top: 100px;
}

.co_t2 {
  padding-top: 60px;
}

.co_t3 {
  padding-top: 40px;
}

.co_b {
  padding-bottom: 100px;
}

.co_b2 {
  padding-bottom: 60px;
}

.co_b3 {
  padding-bottom: 40px;
}

.re {
  position: relative;
  z-index: 2;
}

.flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* * text*/

.t_fon1 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}


@media screen and (max-width: 1280px) {
.con1 {
  max-width: inherit;
  width: 90%;
}
}

@media screen and (max-width: 1080px) {
.con2 {
  max-width: inherit;
  width: 90%;
}

}
@media screen and (max-width: 1000px) {
.flex {
  display: block;
}
  
.con3 {
  max-width: inherit;
  width: 90%;
}
}
@media screen and (max-width: 768px) {
  

  
.co_p {
  padding-bottom: 80px;
  padding-top: 80px;
}

.co_p2 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.co_t {
  padding-top: 80px;
}

.co_t2 {
  padding-top: 40px;
}

.co_t3 {
  padding-top: 30px;
}

.co_b {
  padding-bottom: 80px;
}

.co_b2 {
  padding-bottom: 40px;
}

.co_b3 {
  padding-bottom: 30px;
}
  

  


.sp_non{
  display: none!important;
}
}