@charset "utf-8";
#new-case-study ul li a{
	line-height: 200% !important;
}

.bg-cream2 {
  background: #fffaef;
  padding: 30px 0;
}

.topSection-box1 {
	text-align: center;
	margin:0 auto;
	padding: 20px 0 10px;
	background: #fffaef;
}

.border-box {
	width: 95%;
	max-width: 1000px;
	margin: 20px auto;
	border: 2px solid #999;
}

.mainMenu_a.menu09 {
  background-image: url("../img/top/menu_07.png");
}

.bg-white {
  background: #fff;
  padding: 30px 0;
}

.hajime_h4 {
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.3em;
  background: #d9f3ff;
  color: #000;
  margin-bottom: 8px;
}

.title_box{
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto 1em;
}

.client_box2 {
	border: 2px solid #999;
	padding: 0 ;
}

.f-container{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-around;
}

.f-item01{
	flex-grow: 1;
}

.f-item02{
	flex-grow: 1;
}

.f-item03{
	flex-grow: 1;
}

.f-item04{
	flex-grow: 1 !important;
}

.f-item05{
	flex-grow: 1;
}

/* 2カラム
----------------------------------*/
.tit1{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff6600;
}

.tit1 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 .25em;
	background-color: #fff;
	text-align: center;
}

.tit1::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ff6600;
}

.tit2{
	padding: .5em .75em;
	background-color: #00cc99;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.tit3{
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.tit3 span.bg-tit3{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0;
	background-color: #fffaef;
	text-align: center;
}

.tit3::before{
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
}

.tit-sub{
	font-size: 14px;
	font-weight: normal;
}

.twoClm_box{
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 1% auto;
	font-size: 0;
}

.twoClm_box_inner{
	width: 47%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
	padding: 1em 0 0;
}

.twoClm_box_inner:first-child {
	margin-right: 4%;
}

.twoClm_box_inner_txt{
	width: 60%;
	margin-right: 4%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
}

.twoClm_box_inner_img{
	width: 35%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 16px;
}

/* 3カラム
-------------------------------------------- */
.threeClm_box{
	display: flex;
	font-size: 0;
}

.threeClm_box_inner{
	width: calc(100% / 3); /* 3等分 */
	margin: 10px;
	font-size: 16px;
}

.catch ol{
	list-style: disc;
	margin-left: 2em;
	counter-reset: titleNum;
}

.catch ol li{
	text-align: left;
	font-weight: bold;
	font-size: 150%;
	margin-top: .5em;
	position: relative;
  	padding: 0 0 .5em 2em;
	counter-increment: titleNum;
}

.catch ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #ff6600;
  border-radius: 100%;
  color: #fff;
  font-size: 1em;
  text-align: center;	
}

.catch2{
	margin: 0 !important;
}

.catch2 ul{
	list-style: disc;
	margin-left: 2em;
}

.catch2 ul li{
	list-style: disc !important;
	text-align: left;
	font-weight: bold;
	/*-webkit-text-stroke: 0.5px #000;*/
	font-size: 150%;
	margin-top: .5em;
}

.mainMenu{
	margin-top: 30px !important;
}

.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.txt-strong{
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	margin-top: .5em;
}

.txt-lead{
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: .5em 0;
}

.txt-underline{
	text-decoration: underline;
}

.txt-bold{
	font-weight: bold;
}

.txt-red{
	color: red;
	/*-webkit-text-stroke: 0.5px red;*/
}

.self .list_nav {
  background: #fff;
  border-top: double 9px #d9f3ff;
  border-bottom: double 9px #d9f3ff;
  text-align: left;
  padding: 20px 0;
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.self .list_nav li {
  list-style-type: none;
  padding: 3px 0;
}
.self .list_nav li a {
  color: #1e90ff;
}
.self .list_nav li a:hover {
  color: #8fbc8f;
}
.self .service_h {
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.3em;
  background: #66b3ff;
  color: #fff;
  margin-bottom: 8px;
	margin-top: 1em;
}

#self ol{
	margin-left: 3em;
}

#self ol li{
	list-style: decimal !important; 
}

.bg-box{
	width: 100%;
	display: block !important;
	padding: .5em;
	background-color: #f0e68c;
}

.topBanner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 1em auto;
}

.topBanner_a {
  display: flex;
  min-height: 125px;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  width: calc(50% - 10px);
  min-width: 390px;
  border: solid #bbb 2px;
  margin: 0 5px;
  margin-bottom: 10px;
  position: relative;
  background-position: left center;
  background-size: cover;
  padding: 30px;
  padding-right: 40px;
  text-align: left;
  text-decoration: none;
  color: #000;
  font-size: 1.3em;
  text-shadow: 2px 2px 2px #fff;
  font-weight: 600;
}

.banner01 {
  background-image: url("../covid19/img/topBanner01.png");
}

.banner02 {
  background-image: url("../covid19/img/topBanner02.png");
}

.banner03 {
  background-image: url("../img/top/topBanner03.png");
}

.banner04 {
  background-image: url("../img/top/topBanner04.png");
}

.banner-bg01 {
  background-image: url("../img/top/banner-bg01.png");
}

.banner-bg02 {
  background-image: url("../img/top/banner-bg02.png");
}

.banner-box{
	width: 100%;
	max-width: 980px;
	display: block !important;
	margin: 1em auto 0 !important;
}

.topBanner_a:after {
  position: absolute;
  top: 50%;
  right: -.2em;
  content: '';
  margin-top: -7px;
  border: 15px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #FFA500;
  transition: all 0.2s;
}

.topBanner_a:hover:after {
  right: -.5em;
}

.txt-ind{
	padding-left: 1em !important;
	text-indent: -1em !important;
}

.align1{
	text-align: center !important;
}
	
.flow-inner2 {
  padding: 20px 10px 0 !important;
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
}

ol  {
  margin: 0;
  padding: 0
}
	
ol li  {
  list-style: none;
  /*padding-left: 2em;
  text-indent: -1.5em;*/
}
	
.mgn-t{
	margin-top: 1rem;
	}

.mgn-b{
	margin-bottom: 1rem;
}

.mgn-t3em{
	margin-top: 3rem;
}

.mgn-t4em{
	margin-top: 4rem;
}
	
/* ボタン共通 */
.detail-btn {
	overflow: hidden;
	width: 250px;
	height: 50px;
	margin: 0 auto 1em;
	padding: 0;
	 border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
	
.detail-btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #1e90ff;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
	
.detail-btn a:hover {
	opacity: .6;
}

.detail-btn2 {
	position: relative;
	display: inline-block;
	padding: .5em 1em .5em 2em;
	background-color: #00cc99;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	border-radius: 20px;
	margin-left: .25em;
}

.detail-btn2 a{
	text-decoration: none;
	color: #fff;
}

.detail-btn2 a:hover{
	opacity: .6;
}

.detail-btn2 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}

.detail-btn2 a:hover:before {
	left: 12px;        /*マウスオーバーで三角をずらす */ 
}
	
#icon-square a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #fff;
}
	
#icon-square a:hover:before {
	left: 27px;        /*マウスオーバーで三角をずらす */ 
}
	
.flexbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

.disp_sp{
	display: none;
}

@media screen and (max-width: 640px) {
#new-case-study ul {
	padding-left: 1rem; 
	}
	
.bg-cream2 {
  padding: 10px 0 30px;
}	
	
.topSection-box1 {
	padding: 10px 0 5px;
}

.border-box {
	margin: 10px auto;
}
	
.hajime_h,.hajime_h4 {
  font-size: 1.1em !important;
}	
	
.txt-lead{
	font-size: 19px;
	font-weight: bold !important;
	margin: .5em 0 1.25em;
}	
	
.title_box{
	width: 96%;
}	
	
.tobira_btn{
	min-height: 68px !important;
	font-size: 15px !important;
	font-weight: bold !important;
	}
	
.flow-inner2 {
  padding: 10px !important;
  margin-bottom: 30px !important;
	}
	
.disp_sp{
	display: block;
	}
	
.topBanner{
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  	}
	
.topBanner_a {
    width: 100%;
    min-width: auto;
    min-height: 75px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.15em;
    padding: 0px 35px;
  	}
	
.topBanner_a:after {
    right: -.5em;
  	}
	
.banner-box{
		width: 94%;
	}
	
.banner-box img{
		width: 94%;
	}
	
.yazirushi2{
		width: 25% !important;
	}
	
.twoClm_box{
	width: 94%;
	}
	
.twoClm_box h2 img{
	width: 100%;
	display: block;
	}	

.twoClm_box_inner{
	width: 100%;
	display: block;
	}
	
.twoClm_box_inner:first-child {
	margin-right: 0;
	}
	
.twoClm_box_inner img{
	width: 60%;
	display: block;
	margin: .5em auto;	
	}

.twoClm_box_inner_txt{
	width: 100%;
	margin-right: 0%;
	display: block;
	}

.twoClm_box_inner_img{
	width: 100%;
	display: block;
	}
	
.twoClm_box_inner_img img{
	width: 60%;
	display: block;
	margin: .5em auto;
	}
	
.catch ol{
	margin-left: 0;
	}

.catch ol li{
	font-size: 110%;
  	padding: 0 0 .5em 3em;
	}

.catch2 ul li{
	font-size: 110%;
	}
	
.txt-strong{
	font-size: 14px;
	font-weight: normal;
	}
}

@media screen and (min-width: 640px) {
.tobira_btn{
	min-height: 72px !important;
	font-weight: bold !important;
	}
}

#petition_link_box{
	display: block;
	margin: 30px 0;
}

#petition_link_box a:hover{
	opacity: .6;
}

#petition_link_box img{
	width: 100% !important;
}

.case_btn2 {
  display: block;
  text-align: center;
  padding: 7px 20px 7px 10px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  background: #fff;
  transition: all 0.2s;
}

.case_btn2:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -7px;
  border: 10px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  transition: all 0.2s;
}

.case_btn2:hover:after {
  right: -.2em;
}

.case_btn2:hover {
  background: #eff3f6;
}

.case_link09 {
  border: 3px solid #88b83e;
  color: #88b83e;
}

.case_link09:after {
  border-left-color: #88b83e !important;
}

.case_link10 {
  border: 3px solid #cd5638;
  color: #cd5638;
}

.case_link10:after {
  border-left-color: #cd5638 !important;
}

.case_link11 {
  border: 3px solid #00984b;
  color: #00984b;
}

.case_link11:after {
  border-left-color: #00984b !important;
}

.case_link12 {
  border: 3px solid #019fe6 !important;
  color: #019fe6 !important;
}

.case_link12:after {
  border-left-color: #019fe6 !important;
}

.tobira_btn07 {
  color: #88b833;
  border: 2px solid #88b833;
}

.tobira_btn07:after {
  border-left-color: #88b833 !important;
}

.tobira_btn08 {
  color: #ae8dbc;
  border: 2px solid #ae8dbc;
}

.tobira_btn08:after {
  border-left-color: #ae8dbc !important;
}

.tobira_btn09 {
  color: #cb5393;
  border: 2px solid #cb5393;
}

.tobira_btn09:after {
  border-left-color: #cb5393 !important;
}

/*----- 障害年金のポイント -----*/
.contsbox {
			padding: 0 0 0 2em;
			box-sizing: border-box;
			width: 95%;
			max-width: 980px;
			margin: 0 auto;
		}
		
		.contsbox_inner{
			margin: 2em 0 0;
		}
		
		.contsbox_inner h5{
			margin: 1em 0 .5em -1em;
		}
		
		.txt-bold{
			font-weight: 500;
		}
		
		.contsbox_inner ol{
			padding: 0 0 0 2em;
		}