@charset "utf-8";
/* CSS Document */

html {
  overflow-y: scroll;
  font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}


body {
  color: #333333;
  background:#fff;
  line-height:1.8em;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 750px) {

body{
  min-width:1000px;
  }
}
a:link { text-decoration:underline; }
a:visited  { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

@media screen and (max-width: 750px) {
body {
	font-size:.86em;

}
img{
	max-width:100%;
}
.m_none{
	display:none;
}
.m_mb10{
	margin-bottom:10px;		/*mobileのみ下マージン*/
}
.m_w48{
	width:48%;
}
}

@media screen and (min-width: 750px) {
.p_none{
	display:none;
}

img.w100img{
	max-width:100%;
}
img.w430{
	max-width:430px;
}
.t_rp{
	text-align:right;		/*PCのみ右寄せ*/
}
.p_flex{
	display:flex;		/*PCのみflex*/
}
.p_flex_between{
	display:flex;
	justify-content: space-between;		/*PCのみflex,between*/
}
.p_flex_b_r{
	display:flex;
	justify-content: space-between;	
	flex-wrap: wrap;					/*PCのみflex,between,wrap*/
}
.p_flex_bc{
	display:flex;
	justify-content: space-between;		/*PCのみflex,between,上下中央*/
	align-items: center;
	flex-wrap: wrap;					/*PCのみflex,between,wrap*/

}
.w49p{
	width:49%;
}
.p_mr20{
	margin-right:20px;
}
.p_mr30{
	margin-right:30px;
}
.p_pt2e{
	padding-top:2em;
}
.p_pt45e{
	padding-top:4.5em;
}
.p_w400{
	width:400px;
}
}
.t_l{
	text-align:left;
}
.t_r{
	text-align:right;
}
.t_c{
	text-align:center;
}
.t_b{
	font-weight:bold;
}
.t_w{
	color:#ffffff;
}
.mt25{
	margin-top:25px;
}
.mt50{
	margin-top:50px;
}
.mb10{
	margin-bottom:10px;
}
.mb25{
	margin-bottom:25px;
}
.mb50{
	margin-bottom:50px;
}
.mb100{
	margin-bottom:100px;
}
.mrl50{
	margin-right:50px;
	margin-left:50px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.t6{
	font-size:.6em;
}
.t76{
	font-size:.76em;
}
.t86{
	font-size:.86em;
}
.t14{
	font-size:1.4em;
}
.t30{
	font-size:3em;
}

/*ロールオーバーで透過
----------------------------------------------------------------------*/
a:hover img.ro_alpha{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

  /* IE 5-7 */
  filter: alpha(opacity=60);

  /* Netscape */
  -moz-opacity: 0.6;

  /* Safari 1.x */
  -khtml-opacity: 0.6;

  /* Good browsers */
  opacity: 0.6;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 20px;
  background: #c576cc;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

div#topslide{
	position: relative;
	background-color:#252525;
}
div#topslide p{
	position:absolute;
	margin:0;
	color: white;
	z-index:100;
}



header{
	background:#000000;
}

header div{
	display:flex;
	justify-content: space-between;
	padding:15px 0;
}
header div img{
	height:46px;
}
@media screen and (min-width: 750px) {
header div{
	width:980px;
	margin:0 auto;
}
}

a.login:link { color: #fff; }
a.login:visited  { text-decoration:none; }
a.login:hover { text-decoration:underline; }
a.login:active { text-decoration:underline; }


.menubox{
	background:#aa68b0;
	color: #e2e7e2;
}

.titbox{
	padding-top:10px;
	font-weight:bold;
	font-size:1.1em;
}
@media screen and (min-width: 750px) {
.titbox{
	width:980px;
	margin:0 auto;
}
	img.w430{
		max-width: 430px;
	}
}
@media screen and (max-width: 750px) {
.titbox{
	padding:5px ;
}
}

/*ナビ----------*/

.menu {
    position: relative;
    width: 100%;
/*    height: 50px;*/
    max-width: 980px;
    margin: 0 auto;
}

.menu > li {
    line-height: 1.2em;
	padding:15px 0;
	font-size:.86em;
/*    height: 50px;
    background: rgb(29, 33, 19);*/
}
@media screen and (min-width: 750px) {
.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
}
}
@media screen and (max-width: 750px) {
.menu > li {
	padding:10px 5px;
}
}
.menu > li a {
    display: block;
    color: #e2e7e2;
}

.menu > li a:hover {
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
/*    background: #072A24;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.arrow:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #e2e7e2;
    border-bottom: 1px solid #e2e7e2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
	margin:4px auto;
}
li.menu__mega ul.menu__second-level > li a{
	color:#fff;
	font-size:.86em;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/*-----------------ナビ*/

@media screen and (min-width: 750px) {
main{
	width:980px;
	margin:0 auto 50px;;
}
}
@media screen and (max-width: 750px) {
main{
	margin:5px;
}
}
h2.title_c {
  position: relative;
  padding: 8px 16px;
  outline: 1px solid #333;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  max-width:90%;
  text-align: center; 
  margin: 100px 24px;
  margin-inline: auto;
}

.title_c::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 98%;
  height: 82%;
  background: #ebd5ed;
  z-index: -999;
}

.title_c::after {
  content: "";
  position: absolute;
  bottom:-6px;
  right: -6px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  width: 98%;
  height: 98%;
}
.h3_main{
	font-weight:bold;
	font-size:2em;
	line-height:1.5em;
	margin:15px 0;
	color:#006a83;
}
@media screen and (max-width: 750px) {
.h3_main{
	font-size:1.5em;
}
}

.h3box{
	text-align:center;
	margin:10px 0 30px;
}

h4{
	font-weight:bold;
	font-size:1.5em;
	margin:10px;
	color:#006a83;
}

h5{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #212121;
	margin-bottom:10px;
}
h5.bukken{
	font-size:1.5em;
	font-weight:bold;
	color:#006a83;
}

h6{
	font-size:1.2em;
	color:#006a83;
	margin-bottom:10px;
}
.under{background: linear-gradient(transparent 70%, #b0e7f5 70%);
}

.s01{
	padding:25px 50px 50px;
}

@media screen and (max-width: 750px) {
.s01{
	padding:15px;
}
}
@media screen and (min-width: 750px) {
}

.linka a{ color: #333333; text-decoration:underline !important; }
.linka a:visited { color: #333333; }
.linka a:hover { color: #333333; text-decoration:none !important; }
.linka a:active { color: #333333; }

a.btn {
  color: #fff;
  font-size: 1.4em;
  background: #aa68b0;
  padding: 18px 30px;
  border-radius: 6px;
  transition: .3s;
	margin: 50px auto;
	text-decoration: none;
}
a.btn:hover {
  background: #c599c9;
}
@media screen and (min-width: 750px) {
	.button_a {
	width:18%;
    font-size: .76em;
	}
	.item6 a {
	width:16%;
	}
	.h180{
		height:180px;
	}
}


.h4top {
    overflow: hidden;
    text-align: left;
}

.h4top span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

.h4top span:before,
.h4top span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.h4top span:before {
    right: 100%;
}

.h4top span:after {
    left: 100%;
}

.h4_product_box{
border-bottom:1px solid #000;
margin:70px 0 50px;
}
@media screen and (min-width: 750px) {
.w45p {
	width:45%;
}
.w48p {
	width:48%;
}
.w50p{
	width:50%;
}
}

@media screen and (max-width: 750px) {
.button {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

footer{
	background-color:#1D1D1D;
	font-size:1em;
}

.copyright {
	background:#000000;
	font-size:.7em;
	color:#ffffff;
	padding:5px;
	text-align:center;
}

.line01{
	background:#E1E1E1; height:3px;
}

ul.list01{list-style-type:disc; margin-left: 1.5em;}
ul.cp_list {
position: relative;
padding: 0 0.5em;
margin-top: 2em;
list-style-type: none;
border: solid 2px #29B6F6;
}
ul.cp_list::after {
position: absolute;
bottom: 100%;
left: -2px;
content: "やることリスト";
padding: 1px 7px;
font-weight: bold;
font-size: .8em;
color: #fff;
background: #29B6F6;
border-radius: 4px 4px 0px 0px;
}
ul.cp_list li {
padding: 5px 5px 5px 20px;
border-bottom: 1px dashed #81D4FA;
}
ul.cp_list li::before {
position: absolute;
left : 5px;
content: "\002713";
color: #FF5722;
font-weight: bold;
}
ul.cp_list li:last-of-type {
border-bottom: none;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 25%;
	text-align: left;
	background: #f4f4f4;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}



.table-01{
  border-collapse:collapse;
  width: 90%;
	table-layout: auto;
	margin-bottom: 50px;
  }
.table-01 thead th{
  background:#1e4260;
  color:#FFF;
  text-align:center;
  padding:10px 15px;
}
  
.table-01 thead th{
  width:20%;
  border-right:1px solid #FFF;
}
.table-01 thead th:last-child{
  border-right:1px solid #1e4260;
}
  
.table-01 tbody th,td{
  width:20%;
}  
  
.table-01 tbody th{
  background:#eaf4fc;
	  text-align: center;
  padding:10px 15px;
  border-left:1px solid #1e4260;
  border-bottom:1px solid #1e4260;
  border-top:none;
}
.table-01 tbody td{
  padding:10px 15px;
  border:1px solid #1e4260;
}

@media screen and (max-width: 768px) {
  .table_inner{
    padding:0 10px;
  }
  .table-01 thead{
    display:none;
  }  
  .table-01 tbody th,
  .table-01 tbody td{
      display: block;
      width: 100%;
  }
  .table-01 tbody th{
    background:#1e4260;
    text-align: center;
    color:#fff;
  }
  .table-01 tbody td{
    border-top:none;
  }
  .table-01 tr:nth-child(6) td:nth-child(2){
    border-bottom:#1e4260 solid 1px;
  }
  .table-01 tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: .8rem;
    color:#6298c6;    
    margin-bottom: 0.2rem;
  }
}

