/* reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #000000;
  height: 100%;
  background-image: url(../img/common/bg.webp);
  background-repeat: repeat-y;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  vertical-align: middle;
}

p {
  margin-bottom: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in {
  display: none!important;
}
@media screen and (max-width: 769px) {
  .in {
    display: block!important;
  }
  br.in {
    display: inline-block!important;
  }
  .out {
    display: none!important;
  }
}

.wrap {
  width:90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/


/*
------------------------------------------------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------------------------------------------------
*/
#pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
  z-index: 99999;
}

#pagetop a{
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding: 25px 10px 10px;
	border-radius:5px;
	font-weight:bold;
	transition: all .25s ease;
	opacity: 0;
}

#pagetop.is-active a{opacity:1;}

#pagetop a::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	margin-left: -5px;
	top:13px;
}

#footer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 4em 2em 2em;
	font-size:14px;
}

#footer .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto 4em;
}

.l-footer-link__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #eee;
}

#footer .lalaport{width:calc(100% - 300px);}
#footer .lalaport h3{
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

#footer .mitsui{
	width:300px;
}

#footer .mitsui a{
	display: inline-block;
	width: 45%;
}

#footer .mitsui a:first-child{margin-right: 8%;}

#footer .mitsui a img{width:100%;}

.l-footer-link{
	text-align:center;
	font-size:0;
}

.l-footer-link__item{
	font-size:12px;
	display: inline-block;
	margin: 0 5px;
}

.l-footer-copyright{
	text-align:center;
	font-size:12px;
	display: block;
	padding-top: 20px;
}


/* pcのみ */
@media screen and (min-width: 769px){
	._sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 770px){

	._pc {
		display: none !important;
	}

	/* layout ---------------------------------------*/

	.container{
		background-size: 10%;
		padding:4vw 3.5vw;
	}
	#footer{padding: 2em 0 4em;}
	#footer .wrap{display: block}

	#footer .lalaport{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	#footer .mitsui{
		width:300px;
		margin: 0 auto;
	}

}

footer {
	background: #fff;
	position: relative;
}

#header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
	z-index: 1000;
}

@media screen and (min-width: 769px){

	.secWrap {
		width: 100%;
	}

	footer ul li,
	footer ul li a {
		display: inline;
	}

	footer p.copyright {
		color: #888;
		margin:0 0 2em 0;
	}

}

@media screen and (max-width: 770px){

	.secWrap {
		margin: 1.5em;
	}

	footer ul li {
		display: block;
	}

	footer p.copyright {
		color: #888;
		margin: 0 0 1em 0;
	}

}

/* footer ---------------------------------------*/

.gotop{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.gotop a{
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding: 25px 10px 10px;
	border-radius:5px;
	font-weight:bold;
	transition: all .25s ease;
	opacity: 0;
}

.gotop.is-active a{opacity:1;}

.gotop a::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	margin-left: -5px;
	top:13px;
}

#footer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 4em 2em 2em;
	font-size:14px;
}

#footer .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto 4em;
}

.l-footer-link__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #eee;
}

#footer .lalaport{width:calc(100% - 300px);}
#footer .lalaport h3{
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

#footer .mitsui{
	width:300px;
}

#footer .mitsui a{
	display: inline-block;
	width: 45%;
}

#footer .mitsui a:first-child{margin-right: 8%;}

#footer .mitsui a img{width:100%;}

.l-footer-link{
	text-align:center;
	font-size:0;
}

.l-footer-link__item{
	font-size:12px;
	display: inline-block;
	margin: 0 5px;
}

.l-footer-copyright{
	text-align:center;
	font-size:12px;
	display: block;
	padding-top: 20px;
}



/* pcのみ */
@media screen and (min-width: 769px){
	._sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 770px){

	._pc {
		display: none !important;
	}

	/* layout ---------------------------------------*/

	.container{
		background-size: 10%;
	}
	#footer{padding: 2em 0 4em;}
	#footer .wrap{display: block}

	#footer .lalaport{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	#footer .mitsui{
		width:300px;
		margin: 0 auto;
	}

}


#header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.secWrap {
	max-width: 1000px;
	margin: 0 auto;
}

section.visual {
	position: relative;
}

.visual img {
	width: 100%;
	display: block;
}

.visual p {
	position: absolute;
}

section.caption {
	background: #fff;
	overflow: hidden;
}


/* attention **************************************************/

section.attention {
	text-align: left;
	color: #000;
}

section.attention ul li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 769px){

	.visual p {
		top: 12%;
		right: 6%;
		width: 22%;
	}

	.secWrap {
		width: 100%;
	}

	footer ul {
		padding: 0 0 2em;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}

	footer ul li {
		display: inline-block;
	}

	footer ul li a {
		padding-right: 0.5em;
	}

	footer p.copyright {
		color: #888;
		margin: 2em 0;
	}

}


@media screen and (max-width: 770px){

	.header-inner {
		margin: 0 1em;
	}

	footer ul li a {
		padding-right: 0.5em;
	}

	.visual p {
		position: absolute;
		top: 6.75%;
		left: 0;
	}

	.secWrap {
		margin: 1.5em;
	}

	section.attention {
		padding: 0 0 3em 0;
	}

	footer {
		padding: 1.5em;
	}

	footer ul {
		padding: 0 0 2em;
	}

	footer ul li {
		display: inline-block;
	}

	footer p.copyright {
		color: #888;
		margin: 0 0 1em 0;
	}

}

footer a {
	color: #333;
}

footer ul.logo {
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer ul.logo img {
	width: 150px;
	margin: 0 0.5em;
}

footer ul.logo li:last-child img {
	width: 250px;
}


@media screen and (max-width: 770px){


	footer ul.logo {
		text-align: center;
	}

	footer ul.logo li {
		display: inline;
	}

	footer ul.logo li {
		width: 80px;
	}

	footer ul.logo li:last-child {
		width: 50%;
	}

	footer ul.logo li:last-child img {
		width: 75%;
	}

}

/* ft */

.foot_wrap {
	background: #f0f0f0;
}

.foot_wrap ul.foot_link {
}

.foot_wrap .footer_corp {
	background: #fff;
}


@media screen and (min-width: 769px){

	.foot_wrap ul.foot_link {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 769px;
		padding: 10px 0;
	}

	.foot_wrap ul.foot_link li {
		width: 20%;
		font-size: 14px;
		text-align: left;
		padding: 4px 0;
	}

	.foot_wrap ul.foot_link li a {
		text-decoration: none;
		color: inherit;
		font-weight: 600;
		transition: all 0.3s ease;
	}

	.footer_corp {
		display: flex;
		justify-content: space-between;
		max-width: 1280px;
		margin: 0 auto;
		padding: 30px;
	}

	.footer_corp ul.logo {
		width: 209px;
		order: 1;
		margin: 0;
	}

	.footer_corp .foot_group {
		text-align: left;
	}

	.footer_corp .foot_group ul {
		display: flex;
		justify-content: left;
		font-size: 1.1rem;
		padding: 0;
	}

	footer .footer_corp .foot_group ul li {
		font-size: 11px;
		padding-right: 1em;
	}

	footer .footer_corp .foot_group ul li a {
		font-weight: 700;
	}

	footer .footer_corp p.copyright {
		text-align: left;
		color: #4b5253;
		font-size: 11px;
		margin: 20px 0 0 0;
	}


}

@media screen and (max-width: 770px){

	footer {
		padding: 0;
	}

	footer .foot_link {
		padding: 10px 20px;
	}

	.foot_wrap ul.foot_link {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.foot_wrap ul.foot_link li {
		width: 49%;
		font-size: 9px;
		text-align: left;
		padding: 4px 0;
	}

	.foot_wrap ul.foot_link li a {
		text-decoration: none;
		color: inherit;
		font-weight: 600;
		transition: all 0.3s ease;
	}

	footer .footer_corp {
		padding: 30px 30px 70px;
	}

	footer .footer_corp ul.logo {
		text-align: center;
	}

	footer .footer_corp ul.logo li a img {
		width: 420px;
		margin: 0 auto;
	}

	.footer_corp .foot_group ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 1.1rem;
		margin-top: 20px;
	}

	.footer_corp .foot_group ul li:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.footer_corp .foot_group ul li a {
		font-size: 11px;
		font-weight: 700;
		padding: 10px 20px;
		display: block;
		text-decoration: none;
	}

	footer .footer_corp p.copyright {
		text-align: center;
		color: #4b5253;
		font-size: 9px;
		margin: 20px 0 0 0;
	}

}


/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

.mainvisual {
	margin-top:50px;
  margin-bottom:80px;
}
.mainvisual p.read {
  margin-top:80px;
  text-align: center;
  font-size:2.8rem;
}
.menu {
  width:90%;
  max-width:1200px;
  margin: auto;
}
.menu p.ttl {
  text-align: center!important;
  margin-bottom:50px;
}
.menu p.ttl img {
  width:243px;
  margin: auto;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:15px;
}
.menu ul li {
  width:48%;
  margin-bottom:30px;
}
.list {
  margin-top:100px;
}
.list .box + .box {
  margin-top:200px;
}
.list .box:last-of-type {
  margin-bottom:80px;
}
.list .box h2 {
  margin-bottom:50px;
}

.detail01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail01 ul li {
	width:48%;
	background-color:#fff;
	padding: 15px 25px;
	margin-top:25px;
}
.detail01 ul li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.detail01 ul li dl dt {
	width:45%;
	text-align: center;
}
.detail01 ul li dl dt img {
	width:auto;
	height:120px;
	margin: auto;
}
.detail01 ul li dl dd {
	width:53%;
}
.detail01 ul li dl dd p {
	text-align:center;
	font-size:18px;
}
.detail01 ul li dl dd p.name {
	font-size:17px;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:5px solid #0068B6;
}
.detail01 ul li dl dd p.name span {
	font-size:14px;
}
.detail01 ul li dl dd p.tts span {
	color: #0068B6;
	font-size:14px;
}

.detail02 a.modal {
	position: relative;
	padding: 15px;
}
.detail02 a.modal img.more {
	position: absolute;
	top:0;
	right:0;
	width:70px;
}
.detail02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail02 ul li {
	width:48%;
	background-color:#fff;
	margin-top:25px;
	padding-bottom:20px;
}
.detail02 ul li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:25px;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:5px solid #eb6d80;
}
.detail02 ul li dl dt {
	width:48%;
	text-align: center;
}
.detail02 ul li dl dt img {
	width:auto;
	height:110px;
	margin: auto;
}
.detail02 ul li dl dd {
	width:49%;
}
.detail02 ul li dl dd p {
	text-align:center;
	font-size:17px;
}
.detail02 ul li p.read {
	font-size:18px;
	font-weight: bold;
	color:#eb6d80;
}
.detail02 ul li dl dd p.name span {
	font-size:15px;
}
.detail02 ul li dl dd p.name strong {
	color:#eb6d80;
}

.detail03 a.modal {
	position: relative;
	padding: 15px;
}
p.ban_center {
	text-align: center;
	margin-top:70px;
}
p.ban_center img {
	width:90%;
	max-width:500px!important;
	margin: auto;
}
.detail03 div.nolink {
	position: relative;
	padding: 15px;
}
.detail03 a.modal img.more {
	position: absolute;
	top:0;
	right:0;
	width:70px;
}
.detail03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail03 ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.detail03 ul::after{
  content:"";
  display: block;
  width:23%;
}
.detail03 ul li {
	width:22.5%;
	background-color:#fff;
	margin-top:30px;
	padding-bottom:20px;
}
.detail03 ul li p.read {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #f7931e;
	padding: 5px 10px;
}
.detail03 ul li dl {
	margin-top:20px;
}
.detail03 ul li dl dt {
	text-align: center;
	padding-bottom:25px;
	margin-bottom:10px;
	border-bottom:5px solid #f7931e;
}
.detail03 ul li dl dt img {
	width:auto;
	height:130px;
	margin: auto;
}
.detail03 ul li dl dd p {
	text-align:center;
	font-size:17px;
}

.detail04 a.modal {
	position: relative;
	padding: 15px;
}
.detail04 div.nolink {
	position: relative;
	padding: 15px;
}
.detail04 a.modal img.more {
	position: absolute;
	top:0;
	right:0;
	width:70px;
}
.detail04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail04 ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.detail04 ul::after{
  content:"";
  display: block;
  width:23%;
}
.detail04 ul li {
	width:22.5%;
	background-color:#fff;
	margin-top:30px;
	padding-bottom:20px;
}
.detail04 ul li p.read {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #39b54a;
	padding: 5px 10px;
}
.detail04 ul li dl {
	margin-top:20px;
}
.detail04 ul li dl dt {
	text-align: center;
	padding-bottom:25px;
	margin-bottom:10px;
	border-bottom:5px solid #39b54a;
}
.detail04 ul li dl dt img {
	width:auto;
	height:130px;
	margin: auto;
}
.detail04 ul li dl dd p {
	text-align:center;
	font-size:17px;
}
.detail03 h3 {
	display: block;
	text-align:center;
	font-size:28px;
	font-weight: bold;
	color:#fff;
	margin: 100px auto 50px auto;
}
.detail03 h3 span{
	padding:5px 20px;
	background-color: #f7931e;
}
.detail03 dl.map {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail03 dl.map + dl.map{
	margin-top:120px;
}
.detail03 dl.map dt {
	width:48%;
}
.detail03 dl.map dd {
	width:48%;
}
.detail03 dl.map dd div.shoplist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.detail03 dl.map dd div.shoplist div {
	width:48%;
}
.detail03 dl.map dd div.shoplist div.no_right {
	width:100%;
}
.detail03 dl.map dd div.shoplist div p {
	text-indent: -30px;
	padding-left:30px;
	font-size:15px;
	line-height: 1.4;
}
.detail03 dl.map dd div.shoplist div p + p {
	margin-top:25px;
}
.detail03 dl.map dd div.shoplist div p span {
	color:#fff;
	padding:1px 8px;
	font-weight: bold;
	margin-right:5px;
}
.detail03 dl.map dd div.shoplist div p span {
	background-color: #f7931e;
}
.detail03 dl.map dd div.shoplist div p strong {
	color: #f7931e;
	font-size:17px;
	font-weight: bold;
}
.detail03 dl.map dd div.shoplist div p.green span {
	background-color: #45b035;
}
.detail03 dl.map dd div.shoplist div p.green strong {
	color: #45b035;
	font-size:17px;
	font-weight: bold;
}

p.cap {
	font-size:14px;
}
p.last_cap {
	margin-top:150px;
	font-size:14px;
}

@media screen and (max-width: 769px) {
  .sp_align {
	text-align: left!important;	
	}
  .sp_none {
	display: none;
	}
  .mainvisual {
    margin-bottom:50px;
  }
  .mainvisual p.read {
    margin-top:50px;
    font-size:1.8rem;
  }
  .menu p.ttl img {
    width:175px;
  }
  .menu ul li {
    width:48%;
    margin-bottom:7px;
  }
  .list .box + .box {
    margin-top:100px;
  }

	.detail01 ul li {
		width:100%;
		background-color:#fff;
		padding: 15px 25px;
		margin-top:25px;
	}
	.detail01 ul li dl dt {
		width:100%;
		margin-bottom:25px;
	}
	.detail01 ul li dl dt img {
		height:100px;
	}
	.detail01 ul li dl dd {
		width:100%;
	}

	.detail02 a.modal {
		position: relative;
		padding: 15px;
	}
	.detail02 a.modal img.more {
		position: absolute;
		top:0;
		right:0;
		width:70px;
	}
	.detail02 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.detail02 ul li {
		width:100%;
	}
	.detail02 ul li dl dt {
		width:100%;
		margin-bottom:20px;
	}
	.detail02 ul li dl dt img {
		height:100px;
	}
	.detail02 ul li dl dd {
		width:100%;
	}

	.detail03 ul li {
		width:100%;
	}
	.detail04 ul li {
		width:100%;
	}
	
	.detail04 h3 {
		font-size:23px;
	}
	.detail03 dl.map + dl.map{
		margin-top:90px;
	}
	.detail03 dl.map dt {
		width:100%;
		margin-bottom:30px;
	}
	.detail03 dl.map dd {
		width:100%;
	}
	.detail03 dl.map dd div.shoplist div {
		width:48%;
	}
	.detail03 dl.map dd div.shoplist div p {
		text-indent: -25px;
		padding-left:25px;
		font-size:14px;
		line-height: 1.4;
	}
	.detail03 dl.map dd div.shoplist div p + p {
		margin-top:25px;
	}
	.detail03 dl.map dd div.shoplist div p span {
		color:#fff;
		padding:1px 6px;
		font-weight: bold;
		margin-right:4px;
	}
	.detail03 dl.map dd div.shoplist div.list_left p strong {
		font-size:16px;
	}
	.detail03 dl.map dd div.shoplist div.list_right p strong {
		font-size:16px;
	}

}

.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999998;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width:1000px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
  display: none;
}
.box-btn {
  position: fixed;
  top:25px;
  right:20%;
  z-index: 999999;
}

.btn-modal {
  padding: 0;
  margin-right: 0.5em;
  background-color: transparent; /* ボタン背景を透明に */
  cursor: pointer;
  font-size: 3em;
  color:#fff;
}

.innner_content {
	width:80%;
	max-width:760px;
	margin:50px auto 50px auto;
}
.innner_content + .innner_content {
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #131313;
}
.innner_content h2 {
	text-align: center;
	margin-bottom:100px;
}
.innner_content h2 img {
	width:auto;
	height:150px;
	margin:auto;
}
.innner_content p.title {
	text-align: center;
	font-size:25px;
	font-weight: bold;
	padding-bottom:30px;
	border-bottom:1px solid #131313;
	margin-bottom:30px;
}
.innner_content p.title strong {
	color:#eb6d80;
}
.innner_content p.subtitle {
	text-align: center;
	font-size:24px;
	font-weight: bold;
	margin-bottom:50px;
	color:#eb6d80;
}
.innner_content p.subtitle_o {
	text-align: center;
	font-size:24px;
	font-weight: bold;
	margin-bottom:50px;
	color:#f7931e;
}
.innner_content p.subtitle_g {
	text-align: center;
	font-size:24px;
	font-weight: bold;
	margin-bottom:50px;
	color:#45b035;
}
.innner_content h3 {
	font-size:24px;
	font-weight: bold;
	margin-bottom:50px;
	color:#eb6d80;
}
.innner_content p.read {
	margin-bottom:100px;
}
.innner_content p.tread {
	margin-bottom:20px;
}
.innner_content dl.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:70px;
}
.innner_content dl.column dt {
	width:60%;
}
.innner_content dl.column dd {
	width:35%;
}
.innner_content p.body strong {
	font-weight: bold;
	color:#eb6d80;
}
.innner_content p.body span.cap {
	font-size:14px;
}
.innner_content p.body + p.body {
	margin-top:70px;
}

p.catch {
	text-align: center;
	font-size:28px;
	font-weight: bold;
	margin-bottom:30px;
}


@media screen and (max-width: 769px) {

	.innner_content p.body {
		text-align: center;
	}
	.innner_content p.body strong {
		display: block;
		text-align: center;
	}
	.innner_content dl.column dt {
		width:100%;
	}
	.innner_content dl.column dd {
		width:100%;
	}

}