@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0em;
	text-align: justify;
}
html {
	font-size: 10px;
	font-weight: normal;
}
html.iphone,
html.android.mobile {
	font-size: 14px;
	font-weight: normal;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
 display:block;
}
ul, ol {
	list-style: none;
	background: none;
}
ul li, ol li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
html,
body {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
    margin: 0;
}
body {
	color: #333;
	-webkit-text-size-adjust: 100%;
	min-width: 950px;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
}
a:link,
a:visited {
	color: rgb(175, 85, 30);
	text-decoration: none;
}
a:hover {
	color: rgb(100, 50, 10);
	text-decoration: none;
}

#thanks p {
	text-align: center;
	font-size: 1.8rem;
	padding: 100px 50px;
}

/* 
---------------------------------------- */
#wrap {
	margin: 0 auto;
	padding: 0 0;
	min-width: 950px;
	position: relative;
}
#notes {
	width: 950px;
	margin: 0 auto;
	font-size: 1.4rem;
}

/* header 
---------------------------------------- */
header {
	background: rgba(255,255,255,.7);
	height: 140px;
	position: fixed;
	width: 100%;
	z-index: 5000;
}
header img {
	width: 100%;
}
header nav {
	width: 1000px;
	margin: auto;
	padding: 15px 0;
	position: relative;
}
header nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
}
header nav ul li h1 {
	width: 180px;
	padding-right: 30px;
}
header nav ul li {
	font-size: 1.6rem;
}
header nav ul li a:link,
header nav ul li a:hover,
header nav ul li a:visited {
	color: rgb(30,30,30);
	cursor: pointer;
}
header .contact {
	position: absolute;
	top: 0;
	right: 0;
}
header .contact a {
	display: inline-block;
	background: rgb(100, 50, 10);
	color: rgb(255,255,255);
	font-size: 1.6rem;
	padding: 5px 15px;
	border-radius: 0 0 7px 7px;
}

/* foot 
---------------------------------------- */
footer {
	clear: both;
	width: 100%;
	min-width: 1000px;
	background: #444;
	position: relative;
	background: linear-gradient(to right, #6e78aa 0%,#3c6e8c 100%);
}
footer p {
	text-align: center;
	color: rgb(255,255,255);
	font-size: 1.4rem;
}

.f_cont_box {
	margin: 80px auto 0 auto ;
	font-size: 1.6rem;
	text-align:center;
}
.f_cont_stit {
	margin: 0 auto 20px auto ;
	font-family: "yu-mincho-pr6";
	font-size: 150%;
	text-align:center;
	color: #c61a26;
}
.f_cont_stit span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.f_cont_text {
	margin: 0 auto 25px auto ;
	text-align:center;
}

.cmn_btn_link a {
	display:block;
	width: 400px;
	height:45px;
	margin: 15px auto 0 auto ;
	font-size: 1.6rem;
	text-align:center;
	line-height: 45px;
	letter-spacing: 2.0px;
	background-color: #c61a26;
	background-image: url(../img/cmn_btn_ank.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 50%; 
	background-size: 10px 19px;
	border-radius: 22px;
	-webkit-border-radius: 22px; 
	-moz-border-radius: 22px;
	cursor:pointer;
}
.cmn_btn_link a:link {color: #fff;text-decoration: none;}
.cmn_btn_link a:visited {color: #fff;}
.cmn_btn_link a:hover {color: #fff;background-color: #999;}
.cmn_btn_link a:active {color: #fff;}


/* contents 
---------------------------------------- */
section {
	margin: -140px 0 0;
	padding: 140px 0 80px;
}
section h2 {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 80px 0 10px;
	text-align: center;
	border-bottom: rgb(150,150,150) solid 1px;
	font-size: 3.2rem;
	font-family: "yu-mincho-pr6";
	font-weight: normal;
}

#intro {
	position: relative;
	height: 600px;
	margin: 0;
	padding: 0;
}
#intro #mainimg { 
    width: 100%;
		height: 600px;
		overflow: hidden;
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
}
#intro #mainimg .inner {
		width: 100%;
		position: relative;
}
#intro #mainimg .anim {
		position: relative;
		left: -50%;
}
#intro h2 {
	position: absolute;
	z-index: 500px;
	top: 230px;
	width: 100%;
	font-family: "yu-mincho-pr6";
	font-size: 3rem;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: center;
	border-bottom: none;
}
#intro h2 span {
	font-size: 60%;
}

#intro_cmn {
	position: relative;
	height: 400px;
	margin: 0;
	padding: 0;
}
#intro_cmn #mainimg { 
    width: 100%;
		height: 400px;
		overflow: hidden;
		display: flex;
		flex-flow: row wrap;
		align-content: center;
		justify-content: center;
}
#intro_cmn #mainimg .inner {
		width: 100%;
		position: relative;
}
#intro_cmn #mainimg .inner img {width: 100%;}
#intro_cmn h2 {
	position: absolute;
	z-index: 500px;
	top: 130px;
	width: 100%;
	font-family: "yu-mincho-pr6";
	font-size: 3rem;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: center;
	border-bottom: none;
}

#exp dl {
	padding: 140px 0 40px;
}
#exp dl dt {
	text-align: center;
	font-size: 2.2rem;
	padding-bottom: 5px;
}
#exp dl dt span {
	font-size: 1.8rem;
	padding-left: 1.5em;
}
#exp dl dd {
	padding-bottom: 50px;
	text-align: center;
	font-size: 1.5rem;
}

#strongpoint > div {
	background: rgb(230,230,230);
	padding-bottom: 140px;
}
#strongpoint ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}
#strongpoint ul li {
	width: 320px;
	background: rgb(255,255,255);
	border-radius: 5px;
	position: relative;
	padding-bottom: 200px;
}
#strongpoint ul li h3 {
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
	color: rgb(60,130,0);
	padding: 15px;
}
#strongpoint ul li p {
	font-size: 1.5rem;
	padding: 0 10px 15px;
}
#strongpoint ul li img {
	position: absolute;
	bottom: 15px;
	left: 10px
}

#promise {
	margin-top: -220px;
}
#promise div {
	width: 1000px;
	margin: auto;
	padding-bottom: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#promise div h3 {
	font-size: 2.8rem;
	font-weight: 400;
	color: rgb(30,90,200);
	padding-bottom: 15px;
	width: 100%;
}
#promise div p {
	font-size: 1.5rem;
}
#promise div dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
#promise div dl dt {
	padding-right: 20px;
}
#promise div dl dd em {
	font-size: 1.6rem;
	font-style: normal;
	padding: 20px 0 5px;
}
#promise div dl dd em:nth-of-type(1) {
	color: rgb(110,150,255);
}
#promise div dl dd em:nth-of-type(2) {
	color: rgb(220,130,200);
}
#promise div dl dd em:nth-of-type(3) {
	color: rgb(150,180,140);
}
#promise div dl dd p {
	font-size: 1.5rem;
	padding: 5px 0 20px;
}

#clan div {
	background: rgb(230,250,255);
}
#clan div h3 {
	color: rgb(30,90,200);
	font-size: 2.8rem;
	font-weight: 300;
	padding-bottom: 1em;
}
#clan div dl {
	width: 1000px;
	margin: auto;
	background: url(/img/clan-img.png) center left no-repeat;
}
#clan div dl dt {
	padding-left: 320px;
}
#clan div dl dd {
	padding-left: 320px;
	font-size: 1.5rem;
	padding-bottom: 50px;
}
#clan div:nth-of-type(2) {
	margin-bottom: -100px;
}
#clan div:nth-of-type(2) h3 {
	text-align: center;
}
#clan div ul {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 100px;
}
#clan div ul li {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 25px;
	background: url(/img/clan-end.png) right bottom no-repeat rgb(180,235,250);
	border-top: rgb(50,170,240) solid 10px;
}
#clan div ul li:nth-of-type(3n) {
	margin-right: 0;
}
#clan div ul li h4 {
	background: url(/img/clan-tit.png) -120px 0 no-repeat;
	font-size: 1.8rem;
	color: rgb(255,255,255);
}
#clan div ul li h4 span {
	display: inline-block;
	padding: 0 10px 10px;
}
#clan div ul li p {
	font-size: 1.5rem;
	padding: 15px 15px 25px;
}

#case {
	padding-bottom: 0;
}
#case .outer {
	margin-top: 0px;
	background: url(/img/case-back.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 50px;
}
#case .outer h2 {
	color: rgb(255,255,255);
	font-weight: 300;
	border-bottom: rgb(255,255,255) solid 1px;
}
#case .outer .notes {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#case .outer .notes .someone {
	width: 660px;
	font-size: 2.8rem;
	color: rgb(255,255,120);
	font-weight: 400;
	padding-bottom: 15px;
}
#case .outer .notes .noone {
	width: 320px;
	font-size: 2.8rem;
	color: rgb(150,255,100);
	font-weight: 400;
	padding-bottom: 15px;
}
#case .outer .notes dl {
	color: rgb(255,255,255);
	width: 320px;
	background: rgba(255,255,255,.2);
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 15px 0;
}
#case .outer .notes dl dt p {
	background: url(/img/tit-back-or.png) no-repeat;
	margin-left: -7px;
	font-size: 1.7rem;
	padding-left: 17px;
	padding-bottom: 10px;
	line-height: 30px;
}
#case .outer .notes dl:nth-of-type(3n) dt p {
	background: url(/img/tit-back-gr.png) no-repeat;
	margin-left: -7px;
	font-size: 1.7rem;
	padding-left: 17px;
	padding-bottom: 10px;
	line-height: 30px;
}
#case .outer .notes dl dd p {
	font-size: 1.5rem;
	padding: 0 10px;
}

#faq div {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#faq div dl {
	width: 470px;
	padding-bottom: 40px;
}
#faq div dl dt {
}
#faq div dl dt img {
	max-width: 100%;
}
#faq div dl dt h3 {
	font-size: 1.7rem;
	font-weight: 400;
}
#faq div dl dd p {
	font-size: 1.5rem;
	padding: 10px 15px;
}
#faq > p {
	font-size: 1.8rem;
	text-align: center;
}

#greeting {
	padding-bottom: 0;
}
#greeting article {
	background: url(/img/greeting-back.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
#greeting article h2 {
	color: rgb(255,255,255);
	font-weight: 300;
	border-bottom: rgb(255,255,255) solid 1px;
}
#greeting article h3 {
	font-family: "yu-mincho-pr6";
	font-size: 2.8rem;
	font-weight: 300;
	color: rgb(255,255,255);
	width: 770px;
	margin: auto;
	padding: 30px 0 20px;
}
#greeting article p {
	font-size: 1.5rem;
	color: rgb(255,255,255);
	width: 770px;
	margin: auto;
	padding-bottom: 40px;
}
#greeting article div {
	width: 770px;
	margin: auto;
	padding-bottom: 80px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}
#greeting article div span {
	font-family: "yu-mincho-pr6";
	font-size: 3.2rem;
	color: rgb(255,2552,255);
	padding-right: 1em;
}




#member > div {
	
}
#member ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}
#member ul li {
	width: 320px;
	background: rgb(240,240,240);
	border-radius: 5px;
	position: relative;
	padding-bottom: 240px;
}
#member ul li h3 {
	text-align: center;
	font-family: "yu-mincho-pr6";
	font-size: 2.2rem;
	font-weight: 400;
	color: rgb(99,118,161);
	padding: 15px 0 5px;
}
#member ul li .stit {
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px 5px;
}
#member ul li p {
	font-size: 1.5rem;
	padding: 0 10px 15px;
}
#member ul li img {
	position: absolute;
	bottom: 15px;
	left: 10px
}





#seminar > div {
	background: rgb(230,230,230);
	padding-bottom: 140px;
}
#seminar ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}
#seminar ul li {
	width: 100%;
	padding: 10px;
	margin: 0 0 10px 0;
	background: rgb(255,255,255);
	border-radius: 5px;
	position: relative;
}
#seminar ul li .day {
	width: 100px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 1.2rem;
	background: rgb(213,227,220);
	position:absolute;
}
#seminar ul li h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 400;
	color: rgb(60,130,0);
}
#seminar ul li p {
	text-align: center;
	font-size: 1.5rem;
}






#outline dl {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	font-size: 1.5rem;
	padding-bottom: 30px;
}
#outline dl dt {
	width: 10em;
}
#outline dl dd {
	width: 700px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#outline dl dd.ol_link {
	display: inline;
}

#form article {
	width: 600px;
	margin: auto;
	padding-bottom: 120px;
}
#form article p {
	padding-bottom: 20px;
}
#form article p input,
#form article p textarea {
	width: 100% !important;
	font-size: 1.6rem;
}




.smp {display: none;}



/* index ---------------------------------------- */


/* ポイント */

.ind_point_box {
	width: 1000px;
	margin:80px auto ;
	font-size: 140%;
	text-align:center;
}

.ind_point_pickup {
	width: 1000px;
	margin:0 auto 40px auto ;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ind_point_pickup li {
	position: relative;
	width: calc((100% - 20px) / 2);
	margin: 0 20px 0 0;
	padding:15px;
	font-size: 140%;
	line-height: 1.0;
	text-align:center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	box-sizing:border-box;
}
.ind_point_pickup li:last-child {
	margin: 0 0 0 0;
}
.ind_point_pickup li img {width: 100%;margin: 0 0 15px 0;}

.ind_point_stit {
	margin: 0 0 20px 0;
	font-family: "yu-mincho-pr6";
	font-size: 130%;
	text-align:center;
	color: #666;
}
.ind_point_tit {
	margin: 0 0 3px 0;
	font-family: "yu-mincho-pr6";
	font-size: 230%;
	text-align:center;
	line-height: 1.0;
	font-weight: bold;
	color: #001140;
	letter-spacing:2px;
	text-indent:2px;
}



.ind_point_list {
	width: 1000px;
	margin:80px auto ;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ind_point_list li {
	position: relative;
	width: 260px;
	margin: 0 110px 0 0;
	padding:0;
	font-size: 140%;
	line-height: 1.9;
	text-align:center;
	box-sizing:border-box;
}
.ind_point_list li:last-child {
	margin: 0 0 0 0;
}

.ind_pnt_tit {
	margin: 0 0 3px 0;
	font-size: 230%;
	text-align:center;
	line-height: 1.0;
	font-weight: 500;
	color: #959595;
}

.ind_pnt_stit {
	margin: 0 0 20px 0;
	font-size: 140%;
	text-align:center;
	color: #001140;
	font-weight: bold;
	letter-spacing:2px;
	text-indent:2px;
}

.ind_pnt_img {
	margin: 0 0 35px 0;
}
.ind_pnt_img img {width:100%;}

.ind_pnt_txt {
	
}



/* M&A */
.ind_bn_news {
	width: 100%;
	padding: 0 0 80px 0;
	letter-spacing:2px;
	text-indent:2px;
}
.ind_bn_news a {
	display:block;
	width: 700px;
	height:55px;
	margin: 0 auto ;
	font-size: 160%;
	text-align:center;
	font-weight: 500;
	line-height: 55px;
	color: #fff;
	background-color: #63320e;
	border-radius: 22px;
	-webkit-border-radius: 22px; 
	-moz-border-radius: 22px;
	transition: 0.5s ;
	box-sizing:border-box;
}
.ind_bn_news a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}




/* インタビュー */

.ind_intv_box {
	width: 100%;
	padding: 80px 0;
	font-size: 140%;
	text-align:center;
	background-color: #e4e1d0;
}
.ind_intv_box a {
	transition: 0.5s ;
}
.ind_intv_box a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


.ind_intv_logo {
	width: 395px;
	margin: 0 auto 45px auto;
}
.ind_intv_logo img {width: 100%;}

.ind_intv_img {
	width: 1000px;
	margin: 0 auto 45px auto;
}
.ind_intv_img img {width: 100%;}
.ind_intv_img_r30 {border-radius: 30px;}

.ind_intv_stit {
	width: 400px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	font-size: 120%;
	text-align:center;
	letter-spacing:2px;
	text-indent:2px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

.ind_intv_tit {
	margin: 0 auto 15px auto;
	font-size: 170%;
	text-align:center;
	letter-spacing:4px;
	text-indent:4px;
}

.ind_intv_txt {
	margin: 0 auto 20px auto;
	text-align:center;
}

.ind_intv_btn {
	
}
.ind_intv_btn a {
	display:block;
	width: 225px;
	height:45px;
	margin: 0 auto 30px auto ;
	font-size: 120%;
	text-align:center;
	line-height: 45px;
	color: #fff;
	background-color: #000;
	border-radius: 22px;
	-webkit-border-radius: 22px; 
	-moz-border-radius: 22px;
	transition: 0.5s ;
	box-sizing:border-box;
}

.ind_intv_spn {
	width: 536px;
	height:51px;
	margin: 0 auto ;
	font-size: 110%;
	line-height: 51px;
	text-align:center;
	background-image: url(../img/ind_intv_spn.png);
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	background-size: 536px 51px ;
}





/* コンテンツ */

.ind_cont_list {
	width: 1000px;
	margin:80px auto ;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ind_cont_list li {
	position: relative;
	width: 300px;
	margin: 0 50px 0 0;
	padding:0;
	font-size: 140%;
	line-height: 1.9;
	text-align:center;
	box-sizing:border-box;
	transition: 0.5s ;
}
.ind_cont_list li:last-child {
	margin: 0 0 0 0;
}
.ind_cont_list li a {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.ind_cont_list li:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.ind_cont_list_2column li {
	width: 475px;
}

.ind_cont_img {
	margin: 0 0 23px 0;
}
.ind_cont_img img {width:100%;}

.ind_cont_tit {
	margin: 0 0 20px 0;
	padding:0 0 20px 0;
	font-size: 150%;
	text-align:center;
	line-height: 1.0;
	font-weight: 500;
	color: #137b3b;
	border-bottom:solid 1px #137b3b;
}

.ind_cont_txt {
	padding:0 30px 0 0;
	background-image: url(../img/ind_cont_txt_back.png);
	background-repeat: no-repeat;
	background-position: 100% 50%; 
	background-size: 13px 24px ;
	box-sizing:border-box;
}





/* その他 */

.ind_ather_box {
	padding:30px 0;
	background-image: url(../img/ind_ather_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%; 
	background-size: cover ;
	box-sizing:border-box;
}

.ind_ather_btn a {
	display:block;
	width: 360px;
	height:50px;
	margin: 10px auto ;
	font-size: 180%;
	text-align:center;
	line-height: 50px;
	background-color: #2264b0;
	background-image: url(../img/ind_ather_btn.png);
	background-repeat: no-repeat;
	background-position: 98% 50%; 
	background-size: 13px 24px ;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	transition: 0.5s ;
	box-sizing:border-box;
}
.ind_ather_btn a:link {color: #fff;text-decoration: none;}
.ind_ather_btn a:visited {color: #fff;}
.ind_ather_btn a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.ind_ather_btn a:active {color: #fff;}




/* news ---------------------------------------- */
#news div {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#news .news_tit {
	margin: 0 auto 20px auto;
	padding:20px 0 ;
	font-size: 2rem;
	font-family: "yu-mincho-pr6";
	font-weight: normal;
	border-top: rgb(150,150,150) solid 1px;
	border-bottom: rgb(150,150,150) solid 1px;
}

.news_stit {
	padding:0 0 20px 0 ;
	font-size: 1.8rem;
	font-weight: 700;
}

.news_text {
	padding:0 0 70px 0 ;
	font-size: 1.5rem;
}


.news_text dl {
	width: 100%;
    overflow: hidden;
}

.news_text dt {
	float:left;
	width:3%;
	margin: 0 ;
	padding: 10px 0 ;
	text-align:left;
	box-sizing:border-box;
}

.news_text dd {
	width:97%;
	margin-left: 3% ;
	padding: 10px 0;
	text-align:left;
	box-sizing:border-box;
}

.news_text p {
	margin-top:10px ;
	padding-left: 2em;
	text-indent: -1em;
}
.news_text span {
	font-size: 80%;
	line-height: 1.3;
}




/* service ---------------------------------------- */

.svc_menu_box {
	width: 1000px;
	margin:80px auto ;
	font-size: 140%;
	text-align:center;
}

h2.svc_menu_tit {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 80px 0 10px;
	text-align: center;
	border-bottom: rgb(150,150,150) solid 1px;
	font-size: 3.2rem;
	font-family: "yu-mincho-pr6";
	font-weight: normal;
	color: rgb(150,150,150);
}

.svc_menu_list {
	width: 1000px;
	margin:0 auto 40px auto ;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.svc_menu_list li {
	position: relative;
	width: calc((100% - 60px) / 3);
	margin: 0 30px 0 0;
	line-height: 1.0;
	text-align:center;
	box-sizing:border-box;
}
.svc_menu_list li img {width: 100%;}
.svc_menu_list li:last-child {margin: 0 0 0 0;}

.svc_menu_stit {
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	line-height: 1.0;
	font-weight: bold;
	color: #fff;
	letter-spacing:2px;
	text-indent:2px;
	background: #001140;
}

.svc_menu_sstit {
	margin: 0 auto 10px auto;
	font-family: "yu-mincho-pr6";
	font-weight: normal;
	text-align: center;
	font-size: 160%;
	line-height: 1.0;
	font-weight: bold;
	color: #001140;
	letter-spacing:2px;
	text-indent:2px;
}

.svc_menu_box p {
	text-align: center;
	font-size: 110%;
}









