@charset "UTF-8";
/* CSS Document */
.row-height {
    display: flex;
    flex-wrap: wrap;
}

.top-contact .icon:nth-of-type(2) {
  display: none;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.top_margin5 {
  margin-top: 5px;
}
.top_margin10 {
  margin-top: 10px;
}

.top_margin20 {
  margin-top: 20px;
}

.top_margin30 {
  margin-top: 30px;
}

.top_margin40 {
  margin-top: 40px;
}

.top_margin50 {
  margin-top: 50px;
}

.top_padding5 {
  padding-top: 5px;
}

.top_padding10 {
  padding-top: 10px;
}

.top_padding20 {
  padding-top: 20px;
}

.top_padding30 {
  padding-top: 30px;
}

.top_padding40 {
  padding-top: 40px;
}

.top_padding50 {
  /* padding-top: 50px; */
}

.bottom_margin5 {
  margin-bottom: 5px;
}

.bottom_margin10 {
  margin-bottom: 10px;
}

.bottom_margin20 {
  margin-bottom: 20px;
}

.bottom_margin30 {
  margin-bottom: 30px;
}

.bottom_margin40 {
  margin-bottom: 40px;
}

.bottom_margin50 {
  margin-bottom: 50px;
}
.bottom_padding5 {
  padding-bottom: 5px;
}

.bottom_padding10 {
  padding-bottom: 10px;
}

.bottom_padding20 {
  padding-bottom: 20px;
}

.bottom_padding30 {
  padding-bottom: 30px;
}

.bottom_padding40 {
  padding-bottom: 40px;
}

.bottom_padding50 {
  padding-bottom: 50px;
}

.section_wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.midashi {
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.kaisetu_read {
  color: #575757;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}

.greeting_name {
  text-align: right;
  font-size: 16px;
  margin-top: 0px;
}

.jigyou_title {
  background-color: #00AB8E;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
}

.ph_shadow {
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.25);
}

.hero_about_us {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../about_us/images/about_us_top.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  padding: 50px 0;
  background-size: cover;
  height: auto;
}

.text_white {
  color: rgba(255,255,255,1.00);
}

.hero_business {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../business/images/business_top.jpg);
  -webkit-background-size: cover;
  padding: 50px 0;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
}

.jumbotron.about_us {
  background-image: url(../about_us/images/about_us_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}
.komidashi {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

body > section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.kasou_title {
  padding-top: 80px;
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
}

.sub_title {
  font-size: 19px;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 30px;
}

.section_padding {
	padding-top: 120px;
	padding-bottom: 50px;
	clear: both;
}

.hero_contact {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../about_us/images/about_us_top.jpg);
  -webkit-background-size: cover;
  padding: 50px 0;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
}

.jumbotron.company_top {
  background-image: url(../company/images/company_top.jpg);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.retina {
}

.jumbotron.buisiness {
  background-image: url(../buisiness/images/business_top.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}
.carousel-caption {
    position: absolute;
    /* right: 15%; */
    bottom: 35%;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.inyou_red {
  border-left-color: #FD0004;
}

.text_shadow {
  text-shadow: 1px 1px 1px #000000;
}

.jumbotron.policy {
  background-image: url(../company/images/policy_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.jumbotron.rinen {
  background-image: url(../company/images/philosophy_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.jumbotron.recruit {
  background-image: url(../recruit/images/recruit_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.jumbotron.access {
  background-image: url(../company/images/access_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.sitemap_link {
  color: #767676;
  font-size: 17px;
}

.sitemap_link:hover {
  color: #FC0004;
}

.jumbotron.social_activity {
  background-image: url(../social_activity/images/social_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.inyou_green {
  border-left-color: #54FFA5;
}

.inyou_blue {
  border-left-color: #0084FD;
}
.inyou_brown {
  border-left-color: #B8860B;
}

.jumbotron.strong {
  background-image: url(../strength/images/strong_top.jpg);
  background-position: 50% 0%;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 0px;
  position: static;
  padding-bottom: 50px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.center_text_box{
  height: 200px;
  display: flex;
  align-items: center;
}

.all_pdding10 {
  padding: 10px;
}

.footer_list_category {
  border-bottom: 1px solid #868686;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5em;
  padding-right: 10px;
  width: 90%;
}

.bg_white {
  background-color: #FFFFFF;
}

.kosou_midashi {
  color: #919191;
}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}

.sayuu_margin5 {
  margin-left: 5px;
  margin-right: 5px;
}

.sayuu_padding5 {
  padding-left: 5px;
  padding-right: 5px;
}

.waku1 {
  border: 1px solid hsla(0,0%,80%,1.00);
  border-radius: 5px;
  padding: 10px;
}

.inyou_bg1 {
  background-color: hsla(0,0%,95%,1.00);
}

.footer_font1 {
  list-style: none;
  font-size: 13px;
  color: hsla(0,0%,80%,1.00);
  padding-left: 0px;
}

.footer_font1 a {
  color: hsla(0,0%,59%,1.00);
  text-align: left;
}

#fh5co-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(42,51,86,0.65);
}

.kasou-cover {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

#fh5co-header.overlay1 {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.9);
}

.top_h1_margin {
  margin-top: 100px;
}

#fh5co-header .overlay1 {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(70,107,144,0.41);
}

.kasou_title2 {
  font-size: 32px;
  line-height: 1.5em;
  color: hsla(0,0%,0%,0.65);
  font-weight: bold;
  text-align: center;
}

.logo_width {
  width: 120px;
  float: left;
}

.text11 {
  font-size: 11px;
}

.sidebar_padding {
  padding: 10px;
}

.bg-sidebar {
  background-color: rgba(243,243,243,1.00);
}

#kasou-hero {
  background-color: #2e2e2e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 600px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}

#kasou-hero.fh5co-hero-wrap {
  display: table;
  height: 600px;
  width: 100%;
}

.kasou_main_title {
  font-size: 33px;
  font-weight: bold;
}

.top_margin100 {
  margin-top: 100px;
}

.kasou_title_margin {
  margin-top: 250px;
}
.all_padding15   {
  padding: 15px;
}

.kasou_top_title {
  font-size: 26px;
  font-weight: bold;
}

.table_width30 {
  width: 30%;
}

.bg_sidebar {
}

.br_320 {
  display: none;
}

.br_375 {
  display: none;
}

.br_414 {
  display: none;
}

.tel_width {
  width: 40px;
}

.left_padding0 {
  padding-left: 0px;
}

.contact_icon_wrap {
	width: 85px;
	/* [disabled]margin-left: 50px; */
	text-align: right;
	position: absolute;
	right: 85px;
	top: 12px;
}

.footer_list1 {
  list-style: none;
  text-decoration: none;
  padding-left: 10px;
  font-size: 14px;
}

.jyouge_padding10 {
  padding-top: 10px;
  padding-bottom: 0px;
}

#scroller {
  width: 100%;
}

.tooltip .tooltip-inner {
 color:black;
 background-color: #fff;
 border: solid 1px #000;
}


.tooltip-auto[x-placement^=bottom] .arrow::before, 
.tooltip .arrow::before {
 bottom: 0;     
 border-width: 0 !important;
 border-bottom-color: #fff !important; 
}

.jumbotron.about_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  /* [disabled]background-color: rgba(0,0,0,0.26); */
  background-image: url(../about_waku-waku_plan/images/about_nikoniko_top1.jpg);
}

.jumbotron.faq_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../faq/images/faq_nikoniko_top1.jpg);
}

.text_shadow_white {
  text-shadow: 2px 2px 2px rgba(255,255,255,1.00);
}

.jumbotron.operation_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../operation_company/images/opration_company_top1.jpg);
}

.jumbotron.plans_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../plans/images/plans_top1.jpg);
}

.jumbotron.jyunbi_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../preparation/images/preparation_top1.jpg);
}

.jumbotron.price_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../price/images/price_top1.jpg);
}

.jumbotron.kiyaku_niko {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../riyou_kiyaku/images/kiyaku_top.jpg);
}

.new_inyou_red {
  padding-left: 5px;
  border-left: 5px solid hsla(359,100%,50%,1.00);
}

.jumbotron.niko_order {
  background-position: center 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../order/images/order_top1.jpg);
}

.toplogo-width {
	width: 165px;
	height: auto;
	padding-left: 30px;
	float: left;
}

.tel-width {
	width: 170px;
	padding-left: 0px;
	padding-right: 5px;
}

.top-icon {
	width: 35px;
}

.top-contact {
	float: right;
	padding: 5px 10px;
}

.top-header {
	float: left;
	clear: both;
	width: 100%;
}

.midashi-h2-text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #642a01;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
}

.midashi-hr {
	width: 250px;
	border-top: 1px solid #cf8c7d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.midashi-gedan {
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}

section_padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.point-title {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-shadow: 1px 1px 1px #666666;
	font-style: italic;
	padding-top: 30px;
	text-align: center;
}
.oshigoto-title {
	color: #E47834;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 34px;
	/* [disabled]text-shadow: 1px 1px 1px #666666; */
	font-style: italic;
	padding-top: 10px;
	text-align: center;
}

.point-hr {
	border-top: 1px solid #666666;
}

.keijiban {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.point-background {
	background-color: #F0F0F0;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 1px #666666;
	box-shadow: 1px 1px 1px #666666;
}

.banner-area {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-touhoku {
	background-color: #4aae60;
}

.bg-kantou {
	background-color: #ca2238;
}

.bg-hokuriku {
	background-color: #ffd000;
}

.bg-chuubu {
	background-color: #ed8a33;
}

.bg-kansai {
	background-color: #99c43a;
}

.bg-chugoku {
	background-color: #e8809f;
}

.bg-shikoku {
	background-color: #0277b6;
}

.bg-kyuusyuu {
	background-color: #1dbaea;
}

.plan-pr {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-large;
	font-weight: 500;
}

.row-margin-zero {
	margin-left: 0px;
	margin-right: 0px;
}

.order-komidashi {
	color: #7C3401;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
}

.order-hr {
	border-top: 1px dotted #666666;
}

.policy-wrap {
	padding-top: 30px;
}

.tab-komidashi {
}

.touhoku-tab-komidashi {
	border-left: 5px solid #4AAE60;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.chuubu-tab-komidashi {
	border-left: 5px solid #ED8A33;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hokuriku-tab-komidashi {
	border-left: 5px solid #FFD000;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.kansai-tab-komidashi {
	border-left: 5px solid #99C43A;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.chugoku-tab-komidashi {
	border-left: 5px solid #E8809F;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.shikoku-tab-komidashi {
	border-left: 5px solid #0177B6;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.kyuusyuu-tab-komidashi {
	border-left: 5px solid #1CBAEA;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.kantou-tab-komidashi {
	border-left: 5px solid #CA2238;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 2px 2px 2px #E1E1E1;
	box-shadow: 2px 2px 2px #E1E1E1;
	margin-bottom: 10px;
	margin-top: 10px;
}

.table_width33 {
	width: 33.3%;
}

.table_width25 {
	width: 25%;
}

.table_width50 {
	width: 50%;
}

.table_width45 {
	width: 45%;
}

.other-waku {
	border: 2px solid #666666;
	padding: 10px;
}

.table_width1 {
	width: 200px;
}

tbody .bg-light .table_width30 {
	width: 30%;
}

tbody .bg-light .table_width30 {
	width: 30%;
}

.table-fixed {
	table-layout: fixed;
	width: 100%;
	word-wrap: break-word;
}

.bg-denki {
	background-color: #E47834;
}

.copy-right {
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 10px;
}

.top-midashi {
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 3px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}


.hero-top-padding {
	/* [disabled]padding-top: 114px; */
}

.header-top {
	height: 55px;
}

.text-orenge {
	color: #E47834;
}

.flash {
	animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}


@media (max-width:320px){

.kasou_title2 {
  font-size: 19px;
  line-height: 1.5em;
  color: hsla(0,0%,0%,0.75);
  font-weight: bold;
}

.br_320 {
  display: block;
}

.carousel-caption {
	position: absolute;
	right: 10%;
	bottom: 0px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

.slide-midashi {
	font-size: 17px;
}

.slide-komidashi {
	font-size: 13px;
}
}

@media (max-width:375px) and (min-width:321px){

.kasou_title2 {
  font-size: 19px;
  line-height: 1.5em;
  color: hsla(0,0%,0%,0.75);
  font-weight: bold;
}

.br_375 {
  display: block;
}

.slide-midashi {
	font-size: 22px;
}

.carousel-caption {
	position: absolute;
	right: 10%;
	bottom: 0px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

.slide-midashi {
	font-size: 22px;
}
}

@media (max-width:414px) and (min-width:376px){

.kasou_title2 {
  font-size: 22px;
  line-height: 1.5em;
  color: hsla(0,0%,0%,0.75);
  font-weight: bold;
}

.br_414 {
  display: block;
}

.carousel-caption {
	position: absolute;
	right: 10%;
	bottom: 0px;
	left: 10%;
	z-index: 10;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

.slide-midashi {
	font-size: 22px;
}
}

@media (max-width:568px) and (min-width:415px){
}

@media (max-width:667px) and (min-width:569px){
}

@media (max-width:684px) and (min-width:668px){
}

@media (max-width:736px) and (min-width:685px){
}

@media (max-width:768px) and (min-width:735px){
}

@media (max-width:1024px) and (min-width:769px){
}

@media (max-width:414px){

.footer_font1 {
  list-style: none;
  font-size: 15px;
  color: hsla(0,0%,80%,1.00);
}

.kasou-cover.overlay1 {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(42, 51, 86, 0.9);
}

.sitemap_link {
  color: #767676;
}

.sitemap_link {
  color: #767676;
}
.sm_non {
  display: none;
}

.hero-top-padding {
	padding-top: 125px;
}

.hero-top-padding {
	padding-top: 75px;
}

.sm-logo-position {
	position: absolute;
	left: 25%;
}
}

@media (min-width:415px){

.pc_non {
  display: none;
}
}

@media (min-width:835px){

.ipad_non {
	display: none;
}
}

@media (max-width:834px){

.mobile_non {
	display: none;
}
}

@media (min-width:992px){

.lg-non {
	display: none;
}
}

@media (max-width:991px){

.mobile-non {
	display: none;
}


}

@media (min-width:415px) and (max-width:991px){

.hero-top-padding {
	/* [disabled]padding-top: 125px; */
}
}
@media (max-width:414px){


  .carousel-caption h2 {
    font-size: 17px;
  }
  .carousel-caption {
    position: absolute;
    /* right: 15%; */
    bottom: 0%;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .carousel-item.active {
    margin-top: 40px;
  }
  .slide-midashi {
    font-size: 16px;
  }
  .section_padding {
    padding-top: 10px;
    padding-bottom: 50px;
    clear: both;
  }
  .header-top {
    height: 90px;
  }
  }
  section.topics-box {
    text-align: left;
    max-width: 780px;
    margin: 30px auto;
}
p.align-right {
  text-align: right;
  font-size:12px;
}

p.align-left {
  text-align: left;
  font-size:12px;
}
@media (max-width:414px){
  section.topics-box {
    text-align: left;
    max-width: 780px;
    margin: 30px auto;
    padding:15px;
}

}