@charset "UTF-8";

/* reset */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;list-style:none;word-break:break-all;word-wrap:break-word}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#fff;text-decoration:none}ins,mark{color:#000}mark{background-color:#ff9;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:text-bottom}


/* clearfix */
.cf:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}.cf{display:inline-block}* html .cf{height:1%}.cf{display:block}


/* basic */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	font:15px/1.88 "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"游ゴシック体","Yu Gothic","ＭＳ Ｐゴシック",'MS PGothic',Arial;
	color:#000;
	background:#EEF2F5;
}
main {
	display:block;
}
a {
	outline:none;
	color:#0C50AA;
	transition:0.2s;
	text-decoration:none;
}
a:hover {
	opacity:0.75;
}
img,
iframe {
	max-width:100%;
	vertical-align:bottom;
}
button {
	outline:none;
}
.wrap {
	max-width:1100px;
	margin:0px auto;
	position:relative;
}
.align_c {
	text-align:center;
}
.blue {
	color:#0C50AA;
}
.red {
	color:#f00;
}


.heading01 {
	margin-bottom:40px;
	font-size:26px;
	letter-spacing:.1em;
	text-align:center;
}
.heading01:after {
	width:100px;
	height:4px;
	margin:15px auto 0;
	content:"";
	background:#0C59B5;
	display:block;
}
.heading02 {
	margin-bottom:20px;
	font-size:22px;
	font-weight:bold;
	color:#0C59B5;
	text-align:center;
}
.heading03 {
	margin-bottom:20px;
	padding:0 0 8px 20px;
	font-size:19px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.heading03:before {
	width:4px;
	height:28px;
	content:"";
	background:#ee4e33;
	display:block;
	position:absolute;
	left:0;
	top:4px;
}
.table01 {
	width:100%;
}
.table01 th {
	width:150px;
	padding:10px 40px;
	text-align:left;
	border-bottom:2px solid #ccc;
}
.table01 td {
	padding:10px 0;
	border-bottom:2px solid #ccc;
}
.table01 tr:last-child th,
.table01 tr:last-child td {
	border-bottom:none;
}
.table02 {
	width:100%;
}
.table02 th {
	width:150px;
	padding:20px 40px;
	text-align:left;
	border-top:2px solid #ccc;
}
.table02 td {
	padding:20px 0;
	border-top:2px solid #ccc;
}
.table02 tr:last-child th,
.table02 tr:last-child td {
	border-bottom:none;
}
.table03 {
	width:100%;
	margin:10px 0;
	table-layout:fixed;
	border:1px solid #ccc;
}
.table03 th {
	padding:5px 15px;
	background:#0C50AA;
	color:#fff;
	text-align:center;
	border:1px solid #ccc;
}
.table03 td {
	padding:5px 15px;
	border:1px solid #ccc;
}
.list01 > li {
	margin-top:35px;
}

.list02 > li {
	margin: 0px 0px 10px 15px;
	list-style-type: decimal;
}


/* header */
.cmnHeader {
	width:100%;
	padding:17px 0 18px;
	background:#fff;
	z-index:10;
}
.cmnHeader__inner {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.cmnHeader__logo {
	width:210px;
}
#gnavi ul {
	position:absolute;
	top:11px;
	right:160px;
	display:-webkit-flex;
	display:flex;
}
#gnavi ul li:not(:last-child) {
	border-right:1px solid #ccc;
}
#gnavi ul li a {
	padding:0 13px;
	font-size:14px;
	font-weight:bold;
	position:relative;
}
#gnavi ul li a:hover:after,
#gnavi ul li a.current:after {
	content:"";
	width:100%;
	height:10px;
	background: #006bff;
	background: -webkit-linear-gradient(left,  #006bff 0%,#47cefd 100%);
	background: linear-gradient(to right,  #006bff 0%,#47cefd 100%);
	display:block;
	position:absolute;
	bottom:-35px;
}
.gnavi__contact {
	width:150px;
	line-height:40px;
	font-size:15px;
	font-weight:bold;
	background:#e04037;
	background:-webkit-linear-gradient(left,  #e04037 0%,#f95830 100%);
	background:linear-gradient(to right,  #e04037 0%,#f95830 100%);
	color:#fff;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	position:absolute;
	top:7px;
	right:0;
}


/* footer */
.cmnFooter {
	background:#fff;
}
.cmnFooter__inner {
	width:1000px;
	margin:0 auto;
	padding:30px 0 25px 0;
	display:-webkit-flex;
	display:flex;
}
.cmnFooter__copyright {
	margin-top:30px;
	font-size:13px;
}
.cmnFooter__map {
	width:100%;
	height:400px;
}
.cmnFooter__logo {
	width:210px;
}
.cmnFooterAdd {
	line-height:160%;
	margin:-5px 0 0 40px;
}
.cmnFooterAdd__tel {
	width:338px;
	font-weight:bold;
	white-space:nowrap;
}
.cmnFooterAdd__tokyo {
	margin-top:15px;
}
.cmnFooterPrivacy {
/*	width:150px;*/
    width: 230px;
	padding-right:80px;
	font-size:11px;
	background:url(../images/footer_privacy.jpg) right top no-repeat;
	background-size:76px;
	-webkit-justify-content:center;
	margin-left:auto;
}



/* home */
#home .cmnHeader {
	background-color:rgba(255,255,255,0.7);
	position:absolute;
	top:0;
}
#homeFv {
	height:601px;
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
}
.homeFv__bnr {
	width:678px;
	margin-left:-60px;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	position:absolute;
	top:116px;
	left:50%;
	z-index:10;
}
.homeFv__bnr li {
	width:170px;
	margin:0 10px 26px;
	-webkit-box-shadow:0 0 10px 0 #ccc;
	box-shadow:0 0 10px 0 #ccc;
}
.homeNewsPickup {
	width:1100px;
	margin:0 auto;
	background:#fff;
	display:table;
}
.homeNewsPickup > * {
	display:table-cell;
	vertical-align:middle;
}
.homeNewsPickup__tit {
	width:143px;
}
.homeNewsPickup__txt {
	padding-left:35px;
	background:url(../images/icn_right.png) left top no-repeat;
    line-height: 20px;
    display: flex;
    margin-top: 20px;
}
.homeNewsPickup__txt strong {
	margin-right:20px;
}


.homeNewsPickup__txt span {
	color:#000;
}
.homeNewsPickup__more {
	width:225px;
	position:relative;
	text-align:center;
}
.homeNewsPickup__more:before {
	content:"";
	background:#ccc;
	width:2px;
	height:24px;
	display:block;
	position:absolute;
	top:18px;
	left:0;
}
.homeNewsPickup__more span {
	padding-left:30px;
	background:url(../images/icn_list.png) left center no-repeat;
	font-weight:bold;
}


.homeNewsInfo {
	width:1020px;
	margin:20px auto 0;
	padding:35px 40px;
	background:#fff;
}
.infoSlider__info {
	max-width:367px;
	margin-top:20px;
	color:#000;
}
#infoSlider .slick-slide {
	margin:0 20px;
}
#infoSlider .slick-arrow {
	cursor:pointer;
	position:absolute;
}
#infoSlider .slick-arrow.prev {
	top:100px;
	left:-20px;
}
#infoSlider .slick-arrow.next {
	top:100px;
	right:-20px;
}
#homeService {
	margin-top:40px;
	padding:40px 0 50px;
	background:url(../images/home/service_bg.gif) center center no-repeat;
	background-size:cover;
	font-weight:bold;
	color:#fff;
}
.homeService__inner {
	width:1100px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
}
.homeServiceMeta {
	width:300px;
	margin:0 30px 0 40px;
}
.homeServiceMeta__tit {
	font-size:37px;
	line-height:1.27em;
}
.homeServiceMeta__cmt {
	margin:20px 0 25px;
	font-size:16px;
}
.homeServiceList {
	margin-top:10px;
	display:-webkit-flex;
	display:flex;
}
.homeServiceList li {
	width:200px;
	margin:0 26px;
	text-align:center;
}
.homeServiceList a {
	color:#fff;
}
.homeServiceList__desc {
	margin-top:25px;
}



/* page */
.pageHeader {
	padding:10px 0 90px;
	background:url(../images/page_header_bg.gif) center center no-repeat;
	background-size:cover;
	color:#fff;
}
.pageHeader__inner {
	width:1000px;
	margin:0 auto;
}
.pageTitle {
	letter-spacing:.3em;
	text-align:center;
}
.pageTitleE {
	font-size:44px;
	font-weight:bold;
	display:block;
/*	margin-top:30px;
*/	letter-spacing:.1em;
	text-align:center;
	margin-top: 30px;
}
.pankuzu {
	font-size:12px;
	display:-webkit-flex;
	display:flex;
}
.pankuzu li:not(:last-child):after {
	margin:0 10px;
	content:"＞";
}
.pankuzu a {
	color:#fff;
}
.pageMain {
	width:1100px;
	padding:50px 145px;
	margin:-38px auto 120px;
	background:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


/* company */
.messageWrap {
	margin:0 -100px;
	position:relative;
	display:-webkit-flex;
	display:flex;
}
.messagePhoto {
	width:285px;
}
.messageBox {
	width:680px;
	margin-top:35px;
}
.messageBox__tit {
	padding:15px 50px;
	font-size:24px;
	color:#fff;
  background:linear-gradient(225deg, transparent 54px, #0C50AA 54px);
  background-position: bottom left, top left, top right, bottom right;
}

.messageBox__inner {
	padding:25px 40px 40px;
	background:#EEF2F5;
}

.messageBox__inner p:not(:last-child) {
	margin-bottom:1.88em;
}

.messageBox__inner p span {
  display: block;
  text-align: right;
}




/*ネットからコピペのボタン*/

.column-btn-wrap {
  margin: 20px 0px;
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;


  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-25%) rotate(45deg);
  transform: translateX(-85%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*ここまで*/





  

.columnlink a {
	width:200px;
	margin:50px auto 0;
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	background:#e04037;
	background:-webkit-linear-gradient(left, #0C50AA 0%,#0C50AA 100%);
	background:linear-gradient(to right, #0C50AA 0%,#0C50AA 100%);
	color:#fff;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
}








.accessMap {
	width:100%;
	height:250px;
	margin-top:15px;
}
.pamphletDl a {
	width:320px;
	margin:50px auto 0;
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	background:#e04037;
	background:-webkit-linear-gradient(left,  #e04037 0%,#f95830 100%);
	background:linear-gradient(to right,  #e04037 0%,#f95830 100%);
	color:#fff;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
}
.historyList li {
	margin-bottom:5px;
	padding-left:250px;
	position:relative;
}
.historyList li span {
	position:absolute;
	left:0;
}


/* service */
.serviceDesign,
.serviceHp {
	padding-top:80px;
}
.serviceTit {
	padding:0 35px 0 174px;
	line-height:72px;
	font-size:26px;
	color:#fff;
	background:url(../images/service/tit_bg.gif) left center no-repeat;
}
.issueList {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
}
.issueList > li {
	width:50%;
	padding:25px 30px;
	margin:0 -1px -1px 0;
	line-height:1.6;
	border:1px solid #ccc;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}
.issueList div {
	text-align:center;
}
.issueList div img {
	width:340px;
}
#publishing .issueList div img {
	width:auto;
}
.issueList__name {
	margin-top:15px;
	font-size:15px;
}
.issueList__meta {
	margin-top:15px;
	font-size:13px;
}
.issueList__btn {
	width:210px;
	margin:15px auto 0;
	display:block;
}
.hpList {
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
}
.hpList > li {
	width:33.33%;
	padding:25px 30px 30px;
	margin:0 -1px -1px 0;
	line-height:1.6;
	border:1px solid #ccc;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.hpList__name {
	margin-top:15px;
	font-size:15px;
	font-weight:normal;
}
.hpList__meta {
	margin-top:15px;
	font-size:13px;
}
.serviceDesign__txt {
	width:380px;
	float:left;
}
.serviceDesign__img {
	width:400px;
	float:right;
}
.btn_pri a:link, .btn_pri a:active, .btn_pri a:visited {
  font-size: 19px;
  font-weight: bold;
  padding: 8px 0;
  width: 400px;
  background-color: #ea5933;
  text-align: center;
  color: #fff;
  margin: 20px auto 0 auto;
  text-decoration: none;
  display: block;
  border-radius: 100vh;
}
.pri_t_box dl {
    display: flex;
    margin: 20px auto 0 auto;
    width: 700px;
    line-height: 170%;
}
.pri_t_box dd {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.pri_t_box img {
    width: 280px;
    padding-right: 50px;
}

/* news */
/* event */
.newsList > li {
	padding:60px 0;
}
.newsList > li:not(:last-child) {
	border-bottom:2px solid #ccc;
}
.newsList__wrap {
	display:table;
}
.newsList__wrap > div {
	display:table-cell;
	vertical-align:top;
}
.newsList__txt p:not(:last-child) {
	margin-bottom:1.88em;
}
.newsList__img {
	width:367px;
	padding-left:35px;
}


/* recruit */
.recruitPoint {
	width:680px;
	margin:40px auto;
}
.recruitPoint__tit {
	padding:10px 50px;
	font-size:22px;
	color:#fff;
  background:linear-gradient(225deg, transparent 43px, #0C50AA 43px);
  background-position: bottom left, top left, top right, bottom right;
}
.recruitPoint__inner {
	padding:25px 40px 25px 40px;
	background:#EEF2F5;
}
.recruit_box{width:740px;
margin:0px auto;}

.recruit_bt a {
	float:left;
	width:320px;
	margin:0px 25px 0px;
	padding:10px 0px;
	line-height:48px;
	font-size:18px;
	font-weight:bold;
	background:#e04037;
	background:-webkit-linear-gradient(left,  #e04037 0%,#f95830 100%);
	background:linear-gradient(to right,  #e04037 0%,#f95830 100%);
	color:#fff;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
}

.recruitTit {
	margin:100px 0px 0px 0px;
	padding:0 35px 0 174px;
	line-height:72px;
	font-size:26px;
	color:#fff;
	background:url(../images/recruit/tit_bg2.gif) left center no-repeat;
}

.recruit_txt {
    font-size: 18px;
    margin: 50px 40px;
}

/* privacy */
.complaint {
	padding:20px;
	border:3px solid #0C50AA;
}
#privacyHandle {
	margin-top:120px;
}

/* contact */
#contactForm {
	margin-top:50px;
}
.contactPrivacy {
	height:100px;
	padding:20px;
	overflow:auto;
	border:1px solid #ccc;
	font-size:14px;
}
.contactForm__name {
	display:-webkit-flex;
	display:flex;
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea {
	width:90%;
	padding:10px;
	font-size:17px;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro';
	border:1px solid #ccc;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#contactForm textarea {
	height:160px;
}
#contactForm .alert-danger {
	color:#f00;
	font-size:16px;
	font-weight:bold;
}
#contactForm .table01 th {
	width:200px;
	vertical-align:middle;
}
#contactForm .table01 th .red {
	margin-left:5px;
}
#contactForm .table01 td {
	padding:15px 0;
	vertical-align:middle;
}
#contactForm .form-check-label {
	margin-top:15px;
	padding:5px;
	background:#EEF2F5;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	display:block;
}
#contactForm .btn-primary {
	width:240px;
	line-height:48px;
	margin:50px auto;
	font-size:18px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro';
	background:#0C50AA;
	border:none;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius:4px;
	border-radius:4px;
	transition:.2s;
	display:block;
}
#contactForm .btn-primary:hover {
	opacity:0.9;
}
#powered_by_me {
	font-size:0;
}


/* rede-sign class */
.ac {text-align: center !important;}
.ar {text-align: right !important;}
.al {text-align: left !important;}
.bold{font-weight:bold !important;}
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.fr {float: right !important;}
.fl {float: left !important;}
div.hr { clear:both; }
div.hr hr { display:none; }
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt90 { margin-top: 90px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt60 { padding-top: 60px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }



/* column ここから*/
/* column-left */
.column-list {
    display: block;
    margin: 35px;
    width: 180px;
    height: 673px;
	font-size: 10px;
    background-color: #EEF2F5;
}

.column-list p {
  margin: 7px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #0C50AA;/*文字色*/
  padding: 0.3em 0;/*上下の余白*/
  border-bottom: solid 2px #0C50AA;下線
}


.column-list ul li a {
  display: block;
  color: black;
  padding-left: 13px;
  padding-top: 5px;
  text-decoration:underline;
  text-decoration-color:black;
  font-size: 13px;
}


/* column-right */
.ColumBox {
  width:680px;
  margin-top:35px;
  margin-left: 30px;
}

.ColumBoxTit {
  padding:15px 50px;
  font-size:24px;
  color:#fff;
  background:linear-gradient(225deg, transparent 54px, #0C50AA 54px);
  background-position: bottom left, top left, top right, bottom right;
}

.ColumBoxInner {
  padding:25px 40px 40px;
  background:#EEF2F5;
	margin-bottom: 40px;
}

.ColumBoxInner p span {
  display: block;
  text-align: right;
}


.ColumBoxInner p:not(:last-child) {
	margin-bottom:1.88em;
}
  
/* column ここまで*/




