@charset "UTF-8";



* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
   font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;

}

@media screen and (max-width:1340px){

html {
	font-size: 80%;
}

}


body {

	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #111;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: auto;
	text-align: left;
	letter-spacing: 0.04em;
	background: #f7f2e9;
	background: #fff;
 	height: 100%;
 	max-width: 1540px;
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


p {
	text-align: justify;
	line-height: 2.0;
	letter-spacing: 0.04em;
}


.p a:hover,p a:hover {
	text-decoration: underline;
}

li {
  list-style: none;
}

img {
	width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}


a:visited {
  text-decoration: none color:#111;
}

a:hover,
a:hover .en {
  text-decoration: none;
  color: #ecc300;
}

p a {
	text-decoration: underline;
}


a img {
  transition: 0.6s ease-in-out;
}



*::selection {
  background: #ecc300;
  color: #fff;
}


img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	font-weight: 700;
	letter-spacing: 0.08em;
}


table {
  border-collapse: collapse;
}

.center {
	text-align: center;
}

.left {
  float: left;
}

.right{
  float: right;
}

.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}


.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;

}

.flex_end {
	align-content: flex-end;
	align-items: flex-end;
}

.btn {
	display: block;
	border: 3px solid #111;
	border-radius: 100px;
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 30px;
	line-height: 1;
	text-align: center;
	max-width: 440px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.btn:hover {
	color: #111;
	background: #ecc300;
	max-width: 580px;
}

.fade {
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.fade.show {
	opacity: 1;
}

.info{margin-top: 5%;}

.image{ width: 40%;  float: left; margin-right: 3%; border: 0;}

.ymarker {
padding: 0 2px;
background: linear-gradient(transparent 50%, #ffff7d 50%);
	font-weight: bold;
}




/*--------------------------------------
	
	Wide
	
--------------------------------------*/

.wide_over {
	width: 100%;
	padding: 0 60px;
}

.wide_standard {
	width: 100%;
	max-width: 1240px;
	padding: 0 80px;
	margin: 0 auto;
}

.wide_1_1 {
	width: 100%;
}

.wide_1_4 {
	width: 20.8%;
}

.wide_1_4_w {
	width: 26.3%;
}

.wide_3_4 {
	width: 73.6%;
}

.wide_3_4_w {
	width: 79.1%;
}

.wide_1_3 {
	width: 29.6%;
}

.wide_1_3_w {
	width: 35.1%;
}


.wide_2_3 {
	width: 64.8%;
}

.wide_2_3_w {
	width: 70.3%;
}

.wide_1_2 {
	width: 47.2%;
}

.wide_1_2_w {
	width: 52.7%;
}




.wide_2_3 .wide_1_3 {
	width: 45.7%;
}



.content_area {
	background: url(../index_files/images/bg.svg) no-repeat #f0f9fe;
	background-position: center top;
	background-size: 1540px auto;
	min-height: 100%;
	margin: 0 0 0 0;
	padding: 172px 0 0 0;
	overflow: hidden;
}

.home .content_area {
	background-position: center top -80px;
	background-color: #fff;
	padding: 170px 0 0 0;
	transition: 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.0);

}

.home .content_area.show {
	background-position: center top -15px;
	background-color: #f0f9fe;
}


.lead {
	margin: 0 auto 100px auto;
}

.home .lead {
	margin: 0 auto 120px auto;
}

.lead .title {
	font-size: 4.2rem;
	text-align: center;
	margin: 0 0 60px 0;
	font-weight: 500;
}

.lead .sub {
	font-size: 2.8rem;
	display: block;
	letter-spacing: 0.06em;
	margin: 0 0 30px 0;
}

.home .lead .title {
	line-height: 1.2;
	font-weight:500;
}


.home .lead .title span.tt  {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 1.05em;
	height: 1.5em;
}

.home .lead .title span.tt.kern-0 {
	width: 0.975em;
}

.home .lead .title span.tt.kern-1 {
	width: 0.95em;
}

.home .lead .title span.tt.kern-2 {
	width: 0.85em;
}

.home .lead .title span.tt span {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -1.2em;
	transition: 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.home .lead .title span.tt.show span {
	bottom: 0;
}

.home .lead p {
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.home .lead p.show {
	opacity: 1;
}

.lead p.center {
	text-align: center;
	margin-top: -20px;
	margin-bottom: -40px;
}



/*--------------------------------------
	
	header
	
--------------------------------------*/

/*
@media screen and (max-width:1600px){

header {
	transform: scale(0.95);
	transform-origin: top left;
}

.wide_standard {
	max-width: 1180px;
}

}
*/


header {
	position: fixed;
	top: 0;
	left: 40px;
	z-index: 100;
	padding: 0;
}

header .inner:before {
	content: '';
	display: flex;
	width: 2px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: -20px;
}



.home header.show {
	top: 0;
	opacity: 1;
}

header .inner {

	font-size: 1.4rem;
/*	transform: scale(0.75);
	transform-origin: top left;*/
}

header .logo {width: 70%;
	padding: 12px 16px 20px 0px;
}

header .navi .main li a {
	background-position: center top;
	padding: 18px 0;
	line-height: 3;
	font-weight: 700;
	letter-spacing: 0.02em;
	
}

header .navi .main {
	overflow: hidden;
	padding-top: 20px;
	
}

/*
@media screen and (max-width:1580px) and (min-width:1401px){

header {
	transform: scale(1.00);
}

header.scroll {
	transform: scale(0.80);
	transform-origin: top left;
}

header .navi .main {
	transition: 0.6s ease-in-out;
	height: 210px;
}

header.scroll .navi .main {
	height: 0;
	padding-top: 0;
	opacity: 0;
}

header.scroll:hover .navi .main {
	height: 210px;
	padding-top: 20px;
	opacity: 1;
}

}




/*@media screen and (max-width:1400px){ */
	
@media screen and (max-width:1660px){ 

header,
aside {
	position: absolute;
}

}

@media screen and (min-width:1840px){ 

body {

 	max-width: 1680px;
}

.content_area {
	background-size: 1680px auto;
}

}

@media screen and (min-width:1540px){

.content_area {
	border-radius: 0 0 60px 60px;
}

}

/*--------------------------------------
	
	footer
	
--------------------------------------*/


footer {
	padding: 200px 0 120px 0;
	background: #fff;
	position: relative;
}

footer .wide_standard {
	max-width: 100%;
}

footer .title {
	font-weight: 500;
	margin: 0 0 30px 0;
}

footer .title span.main,
footer .title span.sub:first-child {
	display: block;
}

footer .title .sub {
	font-size: 1.6rem;
}

footer .title .sub:first-child {
	font-size: 2.0rem;
	margin: 0 0 8px 0;
}

footer .title .main {
	font-size: 2.8rem;
	margin: 0 0 8px 0;
}

footer .info {
	margin: 0 0 30px 0;
}

footer .copyright {
	font-size: 1.1rem;
}

.pagetop {
	width: 67px;
	height: 73px;
	background-color: #b3d3ea;
	background-size: 67px 73px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	right: 30px;
	bottom: 30px;
	
}

.pagetop span {
	display: inline-block;
	padding: 6px 0;
	line-height: 0.75;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.pagetop:hover span {
	padding-top:0;
	padding-bottom: 12px;
}

.pagetop span img {
	width: 16px;
}

/*--------------------------------------
	
	home_layout
	
--------------------------------------*/


.home_layout {
	position: relative;
	margin: 0 0 120px 0;
}

.home_layout a {
	color: #111;
}

.home_layout:before {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transition: 1.0s ease-in-out;
}

.home_layout.show:before {
	opacity: 1;
}

.home_layout .layout {
	position: relative;
	margin: 0 0 120px 0;
	top: 80px;
	opacity: 0;
	transform: scaleY(0.9);
	transform-origin: bottom center;
	transition: 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.home_layout .layout.show {
	top: 0;
	transform: scaleY(1.0);
	opacity: 1;
}

.home_layout .layout .title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.home_layout .layout .title,
.home_layout .layout .body,
.home_layout .layout .link,
.home_layout .layout .num {
	position: absolute;
}

.home_layout .layout .num {
	width: 150px;
	left: 17.5%;
	top: 30px;
	
}

.home_layout .layout .title {
	top: 0;
	right: 0;
}

.home_layout .layout .title .sub {
	font-size: 1.6rem;
	display: block;
	margin: 0 0 0 14px;
}

.home_layout .layout .title .main {
	font-size: 3.6rem;
	letter-spacing: 0.20em;
}

.home_layout .layout .body {
	bottom: 0;
	left: 0;
	width: 400px;
	padding: 40px 0;
}

.home_layout .layout .body:after,
.home_layout .layout .body:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #111;
	position: absolute;
}

.home_layout .layout .body:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
}

.home_layout .layout .body:before {
	content: '';
	display: block;
	left: 0;
	bottom: 0;
}

.home_layout .layout .link {
	bottom: 0;
	right: 0;
}

.home_layout .layout .link:before {
	content: '';
	display: block;
	width: 3px;
	height: 52px;
	background: url(../index_files/images/dot_ver.svg) no-repeat center top;
	position: absolute;
	left: 50%;
	top: -76px;
}

.home_layout .layout .link span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	border: 3px solid #111;
	font-weight: 700;
	transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2.0);
	transform-origin: center center;
	background: #f7f2e9;
}

.home_layout .layout a:hover .link span {
	

	animation: linkanime 2.4s ease-in-out;

}



.home_layout .layout a .link span:hover {
	background: #ecc300;
}


.home_layout .layout .img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 320px;
	width: 640px;
	height: 640px;
	margin: 0 auto;
	margin-right: 100px;
}

.home_layout .layout .img img {
	width: 410px;
}


.m-b250{
	
	margin-bottom: 250px;
}




.service .column .title:before,
.home .column .title:before {
	content: '';
	display: block;
	width: 532px;
	height: 140px;
	background: url(../index_files/images/column_title.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -265px;
	top: -80px;
}

.service .column .title,
.home .column .title {
	position: relative;
	text-align: center;
	font-size: 4.4rem;
	margin-top: -60px;
	margin-bottom: 60px;
}

.service .column .title:before {
	top: -140px;
}

.service .column .title {
	margin-top: 0;
}

.service .column .title .blue,
.home .column .title .blue {
	color: #73a7e8;
}

.home .column .title img {
	width: 166px;
	display: block;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 20;
}

.column {
	padding: 60px;
	margin-bottom: 120px;
}

.column .title {
	font-size: 2.8rem;
	margin: 0 0 25px 0;
}

.column .title .sub {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.column .body {
	margin: 0 0 25px 0;
}

.column .history {
	justify-content: flex-start;
}

.column .history .st {
	padding: 0 40px 0 0;
}

.column .history p {
	font-size: 1.4rem;
}

.column .img img {
	border-radius: 50%;
}

.column_lead {
	text-align: center;
	margin: 0 0 60px 0;
}

.table_standard {
	width: 100%;
}

.table_standard th,
.table_standard td {
	background: url(../index_files/images/dot_hor.svg) repeat-x;
	background-position: left bottom;
	background-size: 134px 2px;
	padding: 18px 0 22px 0;
}

.table_standard th {
	width: 10%;
}

.table_standard td {
	width: 90%;
}

/*--------------------------------------
	
	large_list
	
--------------------------------------*/

.large_list {
	align-items: stretch;
}

.large_list li {
	background: #fff;
	padding: 70px 40px 120px 40px;
	text-align: center;
	color: #000;
	position: relative;
	transition: 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.0);
	border-radius: 30px;
}

.home .large_list li {
	opacity: 0;
	transform: scaleY(0.9);
	transform-origin: bottom center;
	margin-top: 60px;
	margin-bottom: -60px;
}

.home .large_list li.show {
	opacity: 1;
	transform: scaleY(1.0);
	margin-top: 0;
	margin-bottom: 0;
}


.large_list li .num {
	width: 80px;
	margin: 0 auto 24px auto;
}

.large_list li .st {
	margin: 0 0 16px 0;
	font-weight: 700;
}

.large_list li .st .sub {
	font-size: 1.2rem;
	display: block;
}

.large_list li .st .main {
	font-size: 2.8rem; color: #1f5372;
}






/*------------------------------------------------------------------------------------------------------------------------------------

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:959px){
	
.image{ width: 100%;  float: left; margin-right: 0%; margin-bottom: 5%;}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-size: 1.4rem;


}

body, html {
  min-width: 100%;
  height: 100%;
}

p {
  /*追記・編集*/
  font-size: 1.6rem;
  /*追記・編集*/
  text-align: left;
}

.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

.btn {

	padding: 20px;
	font-size: 1.2rem;
	border-width: 2px;
}
	

		


/*----------------------------------------------------------------------------------

	Header

----------------------------------------------------------------------------------*/

header {
	position: relative;
	top: auto;
	left: auto;
	padding: 20px 0 0 20px;
	z-index: 200;
	transform: none;
}

.home header {
	top: auto;
	left: auto;
}

header .inner {
	margin: 0 auto;
	width: 100%;
	padding: 40px 28px;
}

header .logo {
	padding: 0;

}

.toggle {
	display: block ;
	position: fixed;
	z-index: 300;
	top: 0;
	right: 0;
	width: 70px;
	height: 62px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}


.toggle span {
	display: block;
	position: absolute;
	background: #111;
	transition: 0.3s ease-in-out;
	width: 30px;
	height: 2px;
	left: 20px;
}


.toggle span:first-child {
	top: 20px;

}

.toggle span:nth-child(2) {
	top: 30px;

}

.toggle span:nth-child(3) {
	top: 40px;

}


.toggle.active span:first-child {
	transform: rotate(45deg);
	top: 28px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: 28px;
}


#menu {
	position: fixed;
	top: 0;
	right: -240px;

	background: #746a58;
	width: 240px;
	height: 100%;
	z-index: 200;
	transition: 0.4s ease-in-out;
	pointer-events: none;
	padding: 5vw 10vw;
}


#menu.normal {
	right: 0;
	opacity: 1;
	pointer-events: auto;
}

header .navi .main li a {
	background: none;
	color: #fff;
}




/*--------------------------------------
	
	footer
	
--------------------------------------*/


footer {
	padding: 12vw 0;

}

footer .title {

	margin: 0 0 20px 0;
}


footer .title .sub {
	font-size: 1rem;
}

footer .title .sub:first-child {
	font-size: 1rem;
	margin: 0 0 5px 0;
}

footer .title .main {
	font-size: 2.1rem;
	margin: 0 0 5px 0;
}

footer .info {
	margin: 0 0 30px 0;
	font-size: 1.2rem;
}

footer .info br.sp_only {
	display: none;
}

.pagetop {
	width: 34px;
	height: 37px;
	background-size: 34px 37px;
	right: 4vw;
	bottom: 4vw;
	
}

.pagetop span {

	padding: 7px 0 2px 0;
	line-height: 0.75;

}

.pagetop:hover span {
	padding-top:2;
	padding-bottom: 7px;
}

.pagetop span img {
	width: 8px;
}




/*--------------------------------------
	
	Wide
	
--------------------------------------*/



.wide_over {
	padding: 0 0;
}

.wide_standard {
	padding: 0 6vw;
}

.wide_standard_sp {
	padding: 0;	
}

.wide_1_4 {
	width: 46.4%;
}

.wide_1_4_w {
	width: 46.4%;
}

.wide_3_4 {
	width: 100%;
}

.wide_3_4_w {
	width: 100%;
}

.wide_1_3 {
	width: 46.4%;
}

.wide_1_3_w {
	width: 100%;
}


.wide_2_3 {
	width: 100%;
}

.wide_2_3_w {
	width: 100%;
}

.wide_1_2 {
	width: 100%;
}

.wide_1_2_w {
	width: 100%;
}


.wide_2_3 .wide_1_3 {
	width: 46.4%;
}


.content_area {


	background-size: 960px auto;
	min-height: 100%;
	margin: -120px 0 0 0;
	padding: 145px 0 0 0;
}

.home .content_area {
	padding: 250px 0 0 0;
	margin: -220px 0 0 0;
}


.lead {
	margin: 0 auto 40px auto;
}

.home .lead {
	margin: 0 auto 40px auto;
}

.lead .title {
	font-size: 2.6rem;
	margin: 0 0 20px 0;
}

.lead .sub {
	font-size: 2rem;
	  display: none;
}
	


.home .lead .title {
	background-position: center top;
	background-size: 134px 2px;
	padding: 30px 0 0 0;
	opacity: 0;
	transition: 0.4s ease-in-out;
	 text-align: left;
}

.home .lead .title.show {
	opacity: 1;
}

/*--------------------------------------
	
	home_layout
	
--------------------------------------*/


.home_layout {
	margin: 0 0 60px 0;
}

.home_layout:before {
	content: none;
}

.home_layout .layout {
	position: relative;
	margin: 0 0 50px 0;
	top: 50px;
}


.home_layout .layout .body {
	-webkit-writing-mode: lr-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: lr-tb;
}


.home_layout .layout .body,
/*.home_layout .layout .link,*/
.home_layout .layout .num {
	position: relative;
}

.home_layout .layout .num {
	width: 100px;
	left: auto;
	top: auto;
	margin: 0 0 30px 0;
}


.home_layout .layout .title .sub {
	font-size: 1.0rem;
	margin: 0 0 0 8px;
}

.home_layout .layout .title .main {
	font-size: 2.4rem;
}

.home_layout .layout .body {
	bottom: auto;
	left: auto;
	height: auto;
	padding: 0 80px 0 0;
}

.home_layout .layout .body:after,
.home_layout .layout .body:before {
	content: none;

}




.home_layout .layout .link:before {
	content: none;

}

.home_layout .layout .link span {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	font-size: 1.1rem;
	border-width: 2px;
}

.home_layout .layout .img {
	border-radius: 50%;
	width: 100%;
	height: 86.666vw;
	margin-bottom: 30px;
	border-width: 2px;
}

.home_layout .layout .img img {
	width: 65%;
}

.home_layout .layout:first-child .img img {
	width: 60%;
}



/*--------------------------------------
	
	column
	
--------------------------------------*/

.home_column {
	margin-bottom: 60px;

}

.home_column:before {
	content: none;
}

.home .column {
	margin-bottom: 40px;
}

.column {
	background: #fff;
	border: 2px solid #111;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.wide_over .column {
	padding: 0 0 10vw 0;
	margin-top: 100px;
}


.home .wide_over .column {
	margin-top: 120px;
}







.service .column .title:before,
.home .column .title:before {

	width: 261px;
	height: 70px;
	margin-left: -130px;
	top: -39px;
}

.service .column .title,
.home .column .title {
	font-size: 2.4rem;
	margin-top: -30px;
	margin-bottom: 30px;
}

.service .column .title img,
.home .column .title img {
	width: 100px;
	margin: 0 auto 20px auto;

}



.service .column .title:before {
	top: -69px;
}

.service .column .title {
	margin-top: 0;
}


.column.flex {
	flex-direction: column;
}


.column.flex .img {
	order: 1;
	align-self: center;
	margin: 0 0 6vw 0;
}

.column.flex .text {
	order: 2;
}

.column {
	padding: 10vw 8vw;
	margin-bottom: 12vw;
}

.column .title {
	font-size: 2.8rem;
	margin: 0 0 25px 0;
	text-align: center;
}

.column .title .sub {
	font-size: 1.2rem;
	display: block;
	margin: 10px 0 0 0;
	letter-spacing: 0.08em;
}

.column .body {
	margin: 0 0 8vw 0;
}

.column .history {
	justify-content: flex-start;
	margin: 0 0 0 0;
}





.column .history .st {
	padding: 0 40px 0 0;
}

.column .history p {
	font-size: 1.4rem;
}

.column .img img {
	border-radius: 50%;
}


.column_lead {
	margin: 0 0 12vw 0;
}


.table_standard th,
.table_standard td {
	padding: 18px 0 22px 0;
}

.table_standard th {
	width: 20%;
	vertical-align: top;
}

.table_standard td {
	width: 76%;
	vertical-align: top;
}


/*--------------------------------------
	
	large_list
	
--------------------------------------*/


.large_list {
	display: block;
}

.large_list li {
	width: 100%;
	
	border-radius: 16vw;

	padding: 10vw 8vw;
	text-align: left;
	margin: 0 0 6vw 0;

}

.home .large_list li.show {
	margin-top: 0;
	margin-bottom: 6vw;
}


.large_list li .num {
	width: 45px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
font-size: 1.8rem;
	line-height: 1;
	
}
	
.servicetitle {
font-size: 1.8rem;
	line-height: 1;
}

.large_list li .st {
	margin: 0 0 0 0;
	font-weight: 700;
	display: inline-block;
	text-align: left;
	vertical-align: middle;

}

.large_list li .st .sub {
	font-size: 1.4rem;
	display: block;
}

.large_list li .st .main {
	font-size: 1.8rem;
	line-height: 1;
}


.large_list li .body {
	margin: 20px 0 0 0;
}


}

@media screen and (max-width:340px){
footer .info br.sp_only {
	display: block;
}
}
	


