/* カスタマイズ用CSS */
.pc { display: block; }
.sp { display: none; }
@media only screen and (max-width: 750px) {
.pc { display: none; }
.sp { display: block; }
}

.page-heading2 {
font-size: 1.5em;
border-bottom-style: solid;
border-top: 0 none;
padding: 15px 0px 0px 55px;
margin:0px 0 15px 0;
background-image:url(/html/template/default/assets/img/top/pagetitleh.png);
}
@media screen and (max-width: 640px) {
.page-heading2 {
font-size: 1.2em;
border-bottom-style: solid;
border-top: 0 none;
padding: 0px 0px 0px 55px;
margin:25px 0 0px 0;
background-image:url(/html/template/default/assets/img/top/pagetitleh.png);
background-repeat: no-repeat;
}
}
.nanamenote {
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
border-bottom: solid 2px #aa4c8f;
width: 100%;
color: #aa4c8f;
font-size: 18pt;
padding-bottom: 5px;
margin:35px 0;
}

.ironote {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
	font-size: 1.3em;
	font-family: sans-serif;
}
.ironote::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #3498db;
}
.ironote::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


.table_03{
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 font-size: 1.2em;
 margin-bottom: 50px;
}
 .table_03 th{
 width:25%;
 padding:4px;
 text-align: left;
 vertical-align: top;
 color: #444;
 background-color: #FFEBCD;
 border-left: 3px double #999;
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .table_03 td{
 width:75%;
 padding:4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }

.roots {
font-size:1.2em;
margin: 0.8em 0;
}



.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1130px;
}
.ec-headerNavSP {
    padding: 0px;
    width: 48px;
    height: 44px;
    border-radius: 25% 10%;
    background: #fbeea5;
}

.table_04 {
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin:15px 0px;
 font-size:1em;
}
 .table_04 th{
 padding:4px;
 text-align: center;
 vertical-align: middle;
 color: #444;
 background-color: #EAFFFB;
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .table_04 td{
 padding:4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
@media screen and (max-width: 640px) {
.table_04 {
    width: 100%;
  }
.table_04 th,
.table_04 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.table_04a {
 width:100%;
 border-collapse: separate;
 border-spacing: 0px;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin:15px 0px;
 font-size:1em;
}
 .table_04a th{
 padding:4px;
 text-align: center;
 vertical-align: middle;
 color: #444;
 background-color: #EAFFFB;
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 .table_04a td{
 padding:4px;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
@media screen and (max-width: 640px) {
  .table_04a {
    width: 100%;
  } 
  .table_04a .thead {
    display: none;
  }
  .table_04a tr,
  .table_04a td{
    display: block;
    width: 100%;
    position: relative;
  }
}
.sptiiki {
    background:#EAFFFB;
    box-sizing:border-box;
    font-weight: bold;
    height: 40px;
    text-align: center;
    padding-top:10px;
}

.ec-newsRole .ec-newsRole__news {
    border: 1px solid #de7403;
    padding: 10px;
}
.ec-newsRole .ec-newsRole__newsDate {
display: block;
margin: 15px 0 5px;
font-size:1.1em;
color: black;
}
.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 0px;
  width: 90%;
font-size:1.1em;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: #de7403;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 25%;
    padding-right: 22px;
  }
  .ec-newsRole .ec-newsRole__news {
    border: 1px solid #de7403;
    padding: 15px 30px;
  }
.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 0px;
  width: 90%;
font-size:1.1em;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 2.8;
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 0;
  }
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    font-size:1.1em;
  }
.ec-newsRole {
    padding-top: 0px;
padding-bottom: 50px;
  }
}

.ec-sliderRole {
margin: 0 auto;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

.header-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-position: center center;
}

.box01 {
  border: 1px solid #aaa;
  padding: 0.7em;
  border-radius: 12px;
}

.tt01 {
  font-weight: bold;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.tt01::after {
  content: '';
  background-size: 10px 10px;
  background-color: #e1eef5;
  background-image: repeating-linear-gradient(-45deg, #f5645a 0, #f5645a 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #adadad;
    color: #000000;
    font-size:1.2em;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #adadad;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}
.heading-21-p {
    margin: 1em 0em;
    font-size:1em;
}

.planBox1{
    border: solid 1px #f5645a;
    margin: 3px;
    padding: 3px;
    font-size: 1.2em;
}
.planBox2{
    border: solid 1px #f5645a;
    margin: 3px;
    padding: 3px;
    font-size: 1.2em;
}

.planBox3{
    border: solid 1px #f5645a;
    margin: 3px;
    padding: 3px;
    font-size: 1.2em;
}

.it01{
  overflow: hidden;
  align-items: center;
  background: #f5645a;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  display: flex;
}
.it01:before,
.it01:after {
  content: "";
  flex: 1;
  background: #fff;
  padding: 3px 0;
  height: 0;
  transform: rotate(45deg);
  }
  
  .ec-footerRole {
  border-top: 1px solid #FFF;
  margin-top: 30px;
  background-image:url('/html/user_data/assets/img/top/nami2.png') ;
}

#img1 {width: 450px;}
#img2 {width: 390px;}
#img3 {width: 236px;}

.it02{
  overflow: hidden;
  align-items: center;
  background: #de7403;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  display: flex;
}
.it02:before,
.it02:after {
  content: "";
  flex: 1;
  background: #fff;
  padding: 3px 0;
  height: 0;
  transform: rotate(45deg);
  }
  
  .ec-drawerRole .ec-headerLinkArea {
  background: #ffd9d6;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}


.ec-footerNavi
.ec-footerNavi__link a {
text-decoration: none;
color:white;
margin-top:15px;
font-size: 1.3em;
font-weight:bold;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.5em;
    background: #ff6f20;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 10px 15px;
    margin: 0;
    font-size:1.3em;
    font-weight: bold;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #de7403;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.5em;
    background: #FFF;
    color: #de7403;
    font-weight: bold;
}
.box26 p {
    margin: 8px; 
    padding: 0;
    font-size: 1.1em;
}