@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	font-size: 18px;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-column p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7;
}

.head-wrapper{
	border-top:;
}
.head-description{
	background: #f2879b;
	padding:5px 5px;
	font-weight: 700;
	    font-size: 0.8em;
	    color:#fff;
}
@media (max-width: 480px){
.head-description {
    padding: 55px 0 10px;
    font-size: 0.8em;
}}
.site-name,.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #333;
}

@media (min-width: 768px){
.site-name {
    font-size: 2em;
    font-weight: 700;
}}
.main-visual{
	background-size: cover;
	background-position: 50%;
}


.main-visual-title {
    text-shadow: 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black, 2px 2px 2px black;
}

@media (min-width: 1024px){
.header-nav {
    display: block;
    width: 100%;
}}
@media (min-width: 1024px){
.header-logo {
    display: block;
    width: 100%;
}}
@media (max-width: 480px){
.header-logo {
    padding: 5px 0 0;
}}

.navbar>ul {
    float: left;
padding-top:10px;
padding-bottom:10px;
}
.navbar>ul {
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;

}
.navbar li {
    display: table-cell;
    float: none;
 
    padding-top:5px;
	padding-bottom:5px;
}
.navbar li:hover a{
	border-bottom-style:none;
	background: #44bec3;
	border-radius: 3px;
	color:#fff;
}


@media (min-width: 1024px){
.navbar li a {
    transition: border 0s ease-out;
    padding-top:5px;
	padding-bottom:5px;
}}

.info-bar {
    color: #333;
    background: #fef3f5;
}
.info-bar-icon{
	color:#f2879b;
}
.info-bar-link:active, .info-bar-link:focus, .info-bar-link:hover, .info-bar-link:link, .info-bar-link:visited {
    color: #333;
}

.module-group-heading {
  position: relative;
  line-height: 1.7;
 }

.module-group-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


.btn {
    background: #44bec3;
    padding: 10px 15px;
}
.btn:hover a{
    background: #44bec3;	
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
}
.btn:hover {
	color: #FFF;
	background-color: #10A5AB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#44bec3), to(#10A5AB));
	background-image: linear-gradient(to bottom, #44bec3, #10A5AB);
}
.btn:active,
.btn:focus {
	background: #10A5AB;
}
@media (min-width: 768px){
.btn-attention-block-large, .btn-block-large {
    max-width: 420px;
}}
@media screen and (max-width: 767px){
.main-visual-center-btn .btn-attention-block-large {
    padding: 15px 8px;
    font-size: 16px;
}}
.acms-badge {
    background-color: #fef3f5;
}
.acms-label {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    line-height: 1.4;
    vertical-align: middle;
    background-color: #44bec3;
    border-radius: 3px;
    font-size: 12px;
}
a.acms-label:active, a.acms-label:focus, a.acms-label:link, a.acms-label:visited {
    color: #fff;
}
.entry-column h2.entry-heading-center{
	font-size: 1.6em;
}
.entry-column h2.entry-heading-center:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    margin: 0 auto;
    background: #44bec3;
}


.acms-page-header {
    border-style: none;
}
h1.entry-title{
	font-size: 1.9em;
}
.module-header {
    border-bottom: 2px solid #44bec3;
}
.acms-list-group-item {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #9EE0E3;
}

.entry-column h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  background: #fff;
  font-size: 1.6em;
}
.entry-column h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #f2879b;
}
.entry-column h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;

}

h3.entry-heading-flow {
	border-left-style: none;
  position: relative;
    font-size: 1.6em;
  padding: .5em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
h3.entry-heading-flow::before {
  background:#fff;
}
h3.entry-heading-flow::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}


.entry-column h4{
  font-size: 1.2em;	
}

.foot-wrapper {
    padding: 30px 0;
    background: #fef3f5;
}

.company-about {
    margin: 0 0 30px;
    color: #333;
}
.company-name,.company-detail,.company-detail a,.footer-nav-title,.footer-nav-list a,.copyright {
     color: #333;
}

.entry-column th {
    background: #fcfcfc;
}
.entry-column td, .entry-column th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.entry-column td{
    border-left:1px solid #ccc;
    background: #fff;
}

em{
	text-decoration: underline dashed 1px;
	font-style: normal;
}
.entry-column .entry-btn-default, .entryFormLiteEditor .entry-btn-default {
    background: #44bec3;
      font-size:1.2em;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 15px 15px;
    border-radius: 3px;
    margin-bottom:15px;
}
.entry-column .entry-btn-default::after, .entryFormLiteEditor .entry-btn-default::after{
	  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left : 10px;/*文字との隙間*/
  color: #fff;/*アイコンの色*/
  font-size:1.6em;
}

.entry-column .entry-btn-attention, .entryFormLiteEditor .entry-btn-attention {
    background: #879AF2;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    border: 0;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
}
.entry-column .entry-btn-attention::after, .entry-column .entry-btn-attention::after{
	  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left : 10px;/*文字との隙間*/
  color: #fff;/*アイコンの色*/
  font-size:1em;
}

.entry-column h4 {
	margin: 20px 10px 20px;
position: relative;
padding: 6px 0 6px 34px;
  border-bottom: 1px solid #ccc;
}
.entry-column h4::before,
.entry-column h4::after {
position: absolute;
background-color: #f2879b;
content: '';
}
.entry-column h4::before{
top: 0;
left: 14px;
width: 12px;
height: 12px;
-webkit-transform: rotate(50deg);
transform: rotate(50deg);
}
.entry-column h4::after{
top: 18px;
left: 8px;
width: 8px;
height: 8px;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.entry-column dt {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #fef3f5;
    border-radius: 3px 0px 0px 3px;
    display: inline-block;
    padding:10px 15px;

}

p.thumbnail-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 1.1em;
     border:3px solid #f2879b;
     padding:20px 5px;
       border-radius: 5px;
}
.thumbnail-title::after{
	  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  padding-left : 10px;/*文字との隙間*/
  color: #44bec3;/*アイコンの色*/
  font-size:1em;
}
@media (min-width: 768px){
.thumbnail-title{
	padding-left:8px;
	padding-right:8px;
}}

.thumbnail-detail {
    margin: 0;
    line-height: 1.5;
    font-size: 0.9em;
}
@media (min-width: 768px){
.main ul.acms-admin-list-group{
overflow: hidden;
}}
@media (min-width: 768px){
.main ul.acms-admin-list-group {
border-style: none;
}}

@media (min-width: 768px){
.main ul.acms-admin-list-group li{
  width: 50%;
 float: left;
}}
@media (min-width: 768px){
.main ul.acms-admin-list-group::after{
clear:both;
}}

.footer-nav-item {
    width: 33%;
}
.btn-square-pop {
  position: relative;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color: #FFF;
  background: #213f99;/*背景色*/
  border-bottom: solid 2px #213f99;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2em;
  margin-left:auto;
margin-right:auto;
text-align: center;
}

a.btn-square-pop:active {
  border-bottom: solid 2px #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #fff;
}
a.btn-square-pop:link,
a.btn-square-pop:visited,
a.btn-square-pop:hover{
    color:#fff;
}
.btn-square-pop::after{
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-left: 1em;
}
