@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100");
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
#main #title {
  background-image: url(../images/system/title.jpg);
}
#main #system-h1 {
	background-image: url(../images/system/system_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
#main .system-h {
	padding: 50px 0 30px;
}
#main #system-menu {
	padding: 0 0 35px;
	background: #214878 url(../images/system/system-menu-bg.jpg) no-repeat center center / 100% auto;
}
#main #system-menu h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding-top: 50px;
}
#main #system-menu h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin: 10px 0 25px;
}
#main #system-menu h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0;
}
#main #system-menu h4 a {
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	display: block;
}
#main .system-cont-table {
  border-collapse: separate;
  border-spacing: 10px 15px;
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
}
#main .system-cont-table th, #main .system-cont-table td {
  border: solid 2px #fff;
  box-sizing: border-box;
}
#main .system-cont-table th {
  background-color: #1c3658;
  color: #fff;
  padding: 10px 0;
  vertical-align: middle;
  width: 30%;
	height: 70px;
}
#main .system-cont-table td {
  background-color: #fff;
  color: #000;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  width: 70%;
}
#main .system-cont-table td ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
#main .system-cont-table td ul li:before {
  content: "・";
}
#main #system-menu-ul{
	width: 68%;
	overflow: hidden;
	margin: 0 auto;
}
#main #system-menu-ul li{
	color: #172343;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	width: 48.5%;
	border-radius: 3px;
	margin-bottom: 20px;
	height: 70px;
	display: grid;
	place-items: center;
	background: #fff url(../images/system/system-arrow.png) no-repeat right 18px center / 8px auto;
	cursor: pointer;
}
#main #system-menu-ul li a{
	color: #172343;
	line-height: 1.3;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}
#main #system-menu-ul li:hover, #main #system-menu-ul li a:hover{
	color: #3c78a0;
}
#main #system-menu-ul li:nth-child(odd){
	float: left;
}
#main #system-menu-ul li:nth-child(even){
	float: right;
}
@media screen and (max-width: 768px) {
	#main .inner{
		padding: 0;
	}
	#header, #header__nav{
		width: 100vw!important;
	}
	#main #title h1 {
	  font-size: 18px;
		letter-spacing: 0.2em;
	}
	#main #system-h1 {
		background-size: 1000px auto;
		padding: 30px 0 25px;
	}
	#main .system-h {
		padding: 30px 0 25px;
	}
	#main #system-menu h2 {
		font-size: 15px;
		font-weight: 600;
		padding-top: 35px;
	}
	#main #system-menu h4 {
	  font-size: 14px;
	  font-weight: 400;
	  margin: 15px 0 5px;
	}
	#main #system-menu h4 a {
	  font-weight: 600;
	}
	#main .system-cont-table {
	  border-spacing: 15px 15px;
	}
	#main .system-cont-table th, #main .system-cont-table td {
	  display: block;
	  font-size: 12px;
	  width: 100%;
	}
	#main .system-cont-table th{
		padding: 10px 0 0;
	}
	#main .system-cont-table td{
		padding: 5px 10px;
	}
	#main #system-menu{
		background: #214878;
	}
	#main #system-menu h3 {
		font-size: 11px;
		font-weight: 400;
		margin: 10px 0 25px;
	}
	#main #system-menu-ul{
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0 15px;
	}
	#main #system-menu-ul li{
		color: #172343;
		font-size: 11px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 0;
		width: 49.2%;
		border-radius: 3px;
		margin-bottom: 15px;
		height: 60px;
		display: grid;
		place-items: center;
		background: #fff url(../images/system/system-arrow.png) no-repeat right 10px center / 8px auto;
		cursor: pointer;
	}
}

#main #system-concrete {
	padding: 10px 0 35px;
	background: url(../images/system/system-concrete-bg.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
	#main #system-concrete {
		padding: 5px 0;
		background: rgba(33,72,120,0.5);
	}
	#main #system-concrete .toggle-btn p {
		color: #fff;
	  align-items: center;
	  display: flex;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 1;
	  justify-content: center;
	  padding: 25px 0;
		cursor: pointer;
	}
	#main #system-concrete .toggle-btn p span {
	  background-color: #fff;
	  display: inline-block;
	  height: 3px;
	  margin-left: 50px;
	  width: 24px;
	}
	#main #system-concrete .toggle-btn p span:nth-child(2) {
		display: none;
		transform: rotate(90deg);
		transform-origin: center;
		margin-left: -24px;
	}
	#main #system-concrete .system-cont-table {
		display: none;
		margin: -10px 0 15px;
	}
	#main #system-concrete .system-cont-table th {
		height: 46px;
	}
}

#main .system-h h2{
	margin: 20px 0 0;
}
#main #system-program{
	padding: 0 0 10px;
	background-color: #214878;
}
#main #system-program-1{
	padding: 60px 0 50px;
	background: #214878 url(../images/system/system-program-bg.jpg) no-repeat center top / 100% auto;
}
#main #system-program-1-pic img{
	width: 100%;
	height: auto;
}
#main .system-program-sec{
	padding: 25px 35px;
	margin-bottom: 50px;
	background-color: #fff;
}
#main .system-program-sec h1{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #ff5612;
	padding: 13px 0;
	position: relative;
}
#main .system-program-sec .sps-num{
	width: 45px;
	height: auto;
	position: absolute;
	top: -7px;
	left: -20px;
}
#main .system-program-sec p{
	color: #333;
	font-size: 13px;
	margin: 15px 0;
	text-align: center;
	
}
#main .system-program-dl{
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
}
#main .system-program-dl dt, #main .system-program-dl dd{
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-bottom: 4px;
}
#main .system-program-dl dt{
	color: #fff;
	font-weight: 500;
	width: 30%;
	background-color: #59657e;
}
#main .system-program-dl dd{
	font-size: 12px;
	width: 70%;
	background-color: #e1e3e7;
	text-align: left;
	letter-spacing: 0;
}
#main #spd-tipbb{
	overflow: hidden;
	border-bottom: 1px dashed #59657e;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main #spd-tipbb span{
	color: #59657e;
	margin-right: 5px;
}
#main #spd-tipbb .left{
	float: left;
	width: 66%;
}
#main #spd-tipbb .right{
	float: right;
	width: 34%;
}
#main .system-program-cost{
	text-align: right;
}
#main .system-program-cost > div{
	color: #071e42;
	font-size: 15px;
	padding: 0 7px;
	margin-right: 10px;
	display: inline-block;
	border-bottom: 2px solid #071e42;
}
#main .system-program-cost > div strong{
	font-size: 20px;
	font-weight: 500;
	color: #ff5612;
	margin-left: 10px;
}
#main .system-program-ex{
	color: #333;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}
#system-program-responder{
	border-bottom: 1px dashed #59657e;
	position: relative;
	margin: 30px 0 12px;
}
#system-program-responder span{
	color: #59657e;
	background-color: #e1e3e7;
	position: absolute;
	bottom: -12px;
	left: -7px;
}
#system-program-responder + .system-program-cost > div{
	font-size: 14px;
	margin-top: 20px;
}
#system-program-link-btn{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background-color: #172343;
	width: 290px;
	padding: 8px;
	margin: 30px auto 10px;
	border-radius: 35px;
	display: inline-block;
	line-height: 1.6;
}
#system-program-link-btn span{
	display: block;
	font-size: 11px;
	font-weight: 400;
}
#sps-num3-p strong{
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	#main .system-h h2{
		font-size: 11px;
		margin: 20px 20px 0;
	}
	#main #system-program-1{
		padding: 0;
		background: none;
	}
	#main .system-program-sec{
		padding: 30px 15px 25px;
		margin-bottom: 50px;
	}
	#main .system-program-sec:last-child{
		padding-bottom: 0;
	}
	#main .system-program-sec .sps-num{
		left: -15px;
	}
	.system-arrow-sp{
		padding: 15px 0 0;
	}
	.system-arrow-sp img{
		width: 30px;
		height: auto;
	}
	#main .system-program-sec p {
	  font-size: 11px;
	}
	#main .system-program-dl {
	  display: block;
	}
	#main .system-program-dl dt {
	  width: 100%;
		margin: 0;
	}
	#main .system-program-dl dd {
		font-size: 11px;
	  	width: 100%;
		margin: 0 0 15px;
		padding: 10px 15px 15px;
	}
	#main .system-program-cost > div{
		font-size: 13px;
		padding: 0 5px;
		margin-right: 5px;
	}
	#main .system-program-cost > div strong {
	  font-size: 18px;
	  margin-left: 5px;
	}
	.spc-span{
		display: block;
	}
	#main .system-program-ex {
	  font-size: 9px;
	}
	#main #spd-tipbb .left, #main #spd-tipbb .right {
	  float: none;
	  width: 100%;
	}
	#system-program-link-btn {
	  width: 100%;
	  padding: 8px 0;
	  margin: 20px auto 10px;
	  border-radius: 35px;
	}
	#sps-num3-p strong {
	  font-size: 13px;
	}
	#oiprogram__content{
		margin: 0 -15px;
	}
}

#main #oiprogram__content .content {
  border: solid 30px #59657e;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content .content {
    border: none;
  }
}
#main #oiprogram__content .content__title dt {
  align-items: center;
  background-color: #59657e;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  padding: 0 0 30px;
}
#main #oiprogram__content .content__title dt span {
  font-size: 50px;
  font-style: italic;
  font-weight: 100;
  padding-right: 1.5em;
}
#main #oiprogram__content .content__title dd {
  align-items: center;
  background-color: #fff;
  border-bottom: solid 5px #59657e;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  padding: 25px 0;
}
#main #oiprogram__content .content__title dd span:nth-child(1) {
  font-size: 11px;
	color: #59657e;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0 15px;
}
#main #oiprogram__content .content__title dd span:nth-child(2) {
  font-size: 30px;
  padding-left: 1.2em;
}
#main #oiprogram__content .content__title dd span:nth-child(2).ocb-span {
  font-size: 18px;
  padding-left: 0;
	font-weight: 400;
}
#main #oiprogram__content .content__title dd span:nth-child(3) {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content .content__title dt {
    font-size: 14px;
    padding: 15px 0 10px;
  }
  #main #oiprogram__content .content__title dt span {
    font-size: 22px;
    padding-right: 1em;
  }
  #main #oiprogram__content .content__title dd {
    border: solid 3px #59657e;
	  border-bottom: none;
    font-size: 12px;
    padding: 10px 0;
	  letter-spacing: 0;
  }
  #main #oiprogram__content .content__title dd span:nth-child(1) {
    font-size: 7px;
    letter-spacing: 0.01em;
    padding: 0 8px;
  }
  #main #oiprogram__content .content__title dd span:nth-child(2) {
    font-size: 13px;
    padding-left: 0.5em;
  }
	#main #oiprogram__content .content__title dd span:nth-child(2).ocb-span {
		font-size: 13px;
	}
  #main #oiprogram__content .content__title dd span:nth-child(3) {
    font-size: 12px;
  }
}
#main #oiprogram__content .content__content {
  background-color: #fff;
  background-image: url(../images/system/oiprogram_content_a_bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 50px;
}
#main #oiprogram__content .content__content figure {
  width: 100%;
	margin-bottom: 30px;
}
#main #oiprogram__content .content__content figure img {
  height: auto;
  margin: 0 auto;
  width: 82%;
}
#main #oiprogram__content .content__content h4 {
  font-size: 24px;
  text-align: center;
  width: 100%;
}
#main #oiprogram__content .content__content dl {
  border: solid 18px #e0e9f2;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 443px;
  width: calc( 100% / 3 - 16px );
}
#main #oiprogram__content .content__content dl dt {
  background-color: #fa6432;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  min-height: 143px;
  padding: 10px 5px;
  text-align: center;
  width: 100%;
}
#main #oiprogram__content .content__content dl dt span {
  display: block;
}
#main #oiprogram__content .content__content dl dt span:nth-child(1) {
  font-size: 28px;
  font-style: italic;
  font-weight: 100;
  padding-bottom: 10px;
}
#main #oiprogram__content .content__content dl dt span:nth-child(2) {
  font-size: 11px;
  font-weight: 400;
}
#main #oiprogram__content .content__content dl dd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 270px;
  padding: 20px 0;
  width: 100%;
}
#main #oiprogram__content .content__content dl dd h5 {
  color: #172343;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
}
#main #oiprogram__content .content__content dl dd p {
  box-sizing: border-box;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
	text-align: left;
	margin: 0;
}
#main #oiprogram__content .content__content dl dd p span {
  color: #fa6432;
  display: block;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content .content__content {
    background-size: 300% auto;
    padding: 30px 0 10px;
	  border: solid 3px #59657e;
  }
  #main #oiprogram__content .content__content figure {
    width: 100%;
	  margin-bottom: 5px;
  }
  #main #oiprogram__content .content__content figure img {
    height: auto;
    margin: 0 auto;
    width: 60%;
  }
  #main #oiprogram__content .content__content h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  #main #oiprogram__content .content__content dl {
    display: block;
    margin: 20px 15px 0;
    min-height: inherit;
    width: 100%;
	  border: solid 12px #e0e9f2;
  }
  #main #oiprogram__content .content__content dl dt {
    display: block;
    font-size: 14px;
    min-height: inherit;
    padding: 10px 5px;
  }
  #main #oiprogram__content .content__content dl dt span {
    display: block;
  }
  #main #oiprogram__content .content__content dl dt span:nth-child(1) {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #main #oiprogram__content .content__content dl dt span:nth-child(2) {
    font-size: 12px;
  }
  #main #oiprogram__content .content__content dl dd {
    display: block;
    min-height: inherit;
    padding: 10px 0;
  }
  #main #oiprogram__content .content__content dl dd h5 {
	  font-size: 13px;
    padding-bottom: 10px;
  }
  #main #oiprogram__content .content__content dl dd p {
	  font-size: 12px;
    padding: 0 10px;
  }
}
#main #oiprogram__content .content__text {
	color: #000;
  font-size: 14px;
  padding-top: 25px;
  text-align: center;
  width: 100%;
}
#main #oiprogram__content .content__text a {
  color: #fa6432;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content .content__text {
    font-size: 13px;
	  padding-top: 10px;
  }
}
#main #oiprogram__content .content__list {
  width: 100%;
}
#main #oiprogram__content .content__list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
#main #oiprogram__content .content__list ul li {
  background-color: #fa6432;
  color: #fff;
  font-size: 16px;
  padding: 18px 0;
  width: calc( 100% / 3 - 20px );
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content .content__list {
    padding-top: 0;
  }
  #main #oiprogram__content .content__list ul {
    display: block;
  }
  #main #oiprogram__content .content__list ul li {
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    margin: 5px 15px;
    padding: 10px 0;
    width: auto;
  }
}
#main #oiprogram__content__b {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__b {
    margin-top: 35px;
  }
}
#main #oiprogram__content__b .content__content {
  background: none;
  background-color: #fff;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__b .content__content {
    padding: 20px 0 0;
  }
}
#main #oiprogram__content__b__list ul li {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
#main #oiprogram__content__b__list ul li:before {
  color: #fa6432;
  content: "▶︎ ";
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__b__list ul {
    margin: 0 15px;
  }
  #main #oiprogram__content__b__list ul li {
    font-size: 11px;
  }
}
#main #oiprogram__content #oiprogram__content__b figure {
  background-color: #e0e9f2;
  margin: 30px 0 0;
  padding: 30px 0;
	
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__b figure {
    margin-top: 20px;
    padding: 20px 20px;
  }
  #main #oiprogram__content__b figure img {
    width: 100% !important;
  }
	#main #oiprogram__content #oiprogram__content__b figure{
		margin-top: 20px;
		padding: 20px 15px;
	}
}
#main #oiprogram__content__casestudy {
  background-color: #fff;
	padding: 30px 50px;
  margin-top: 40px;
	border-top: 30px solid #59657e;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy {
    margin-top: 0;
	  padding: 30px 15px 0;
	  border-top: none;
	  border-bottom: 20px solid #59657e;
  }
}
#main #oiprogram__content__casestudy .inner {
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy .inner {
    padding: 15px 20px 0 20px;
  }
}
#main #oiprogram__content__casestudy h3 {
  background: rgba(250, 100, 50, 0.15);
  color: #172343;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy h3 {
    font-size: 15px;
    padding: 8px 0;
  }
}
#main #oiprogram__content__casestudy .casestudy {
  border-bottom: solid 2px #fdd0c1;
  margin-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy .casestudy {
    margin-top: 5px;
    padding-bottom: 20px;
  }
}
#main #oiprogram__content__casestudy .casestudy dl {
  align-items: center;
  display: flex;
  padding: 20px 0;
}
#main #oiprogram__content__casestudy .casestudy dl dt {
  color: #fa6432;
  font-size: 16px;
  font-weight: 500;
  width: 180px;
}
#main #oiprogram__content__casestudy .casestudy dl dt span {
  font-size: 20px;
}
#main #oiprogram__content__casestudy .casestudy dl dd {
  font-size: 13px;
  text-align: left;
  width: calc( 100% - 180px );
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy .casestudy dl {
    padding: 10px 0;
  }
  #main #oiprogram__content__casestudy .casestudy dl dt {
    font-size: 10px;
    width: 90px;
  }
  #main #oiprogram__content__casestudy .casestudy dl dt span {
    font-size: 12px;
  }
  #main #oiprogram__content__casestudy .casestudy dl dd {
    font-size: 8px;
    width: calc( 100% - 90px );
  }
}
#main #oiprogram__content__casestudy .casestudy table {
  border-collapse: separate;
  border-spacing: 5px;
  margin: 0 -5px;
  width: calc( 100% + 10px );
}
#main #oiprogram__content__casestudy .casestudy table._pc {
  display: table !important;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy .casestudy table._pc {
    display: none !important;
  }
}
#main #oiprogram__content__casestudy .casestudy table td {
  background-color: #e0e9f2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 10px 5px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #main #oiprogram__content__casestudy .casestudy table td {
    font-size: 10px;
    padding: 5px 5px;
  }
}
#main #oiprogram__content__casestudy .casestudy table td._null {
  background-color: #fff;
}
#main #oiprogram__content__casestudy .casestudy table td._on {
  background-color: #fa6432;
  color: #fff;
}
#main #oiprogram__content__casestudy .casestudy:nth-last-child(1) {
  border-bottom: none;
}

/* Modal */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modalWrapper {
    width: 280px;
  }
}

.closeModal {
  background-color: #172343;
  background-image: url(../images/modal/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  height: 40px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
.closeModal:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .closeModal {
    background-size: 10px;
    height: 25px;
    width: 25px;
    top: 10px;
    right: 10px;
  }
}

.modalContents::-webkit-scrollbar {
  width: 5px;
}

.modalContents::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 2.5px;
}

.modalContents::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.modalContents {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modalContents {
    flex-wrap: wrap;
  }
}
.modalContents__text__title {
  background-color: #3c78a0;
  color: #fff;
  padding: 20px 20px 54px;
}
.modalContents__text__title p:nth-child(1) {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .modalContents__text__title {
    padding: 10px 10px 36px;
  }
  .modalContents__text__title p:nth-child(1) {
    font-size: 15px;
  }
}
.modalContents__text__text p {
  font-size: 15px;
  line-height: 2;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modalContents__text__text p {
    font-size: 12px;
    padding: 10px;
  }
}

#modal_8 .modalContents__text__title,
#modal_9 .modalContents__text__title,
#modal_10 .modalContents__text__title {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #modal_8 .modalContents__text__title,
#modal_9 .modalContents__text__title,
#modal_10 .modalContents__text__title {
    padding-bottom: 10px;
  }
}

#main #contact .inner{
	padding: 0 20px;
}

/* Display */
.pc-br{
	display: block;
}
.sp-br, .disp-sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.pc-br, .disp-pc{
		display: none;
	}
	.sp-br, .disp-sp{
		display: block;
	}
}