/*卒業生ページトップ*/
/*newcro*/
@media screen and ( min-width : 769px ) {
.newcrotop_01 {
	width: 100%;
	background: url("../img/sotsugyousei/newcro/newcro_bg.png") ;
	background-repeat: no-repeat;
	background-size: cover;
}
.newcrotop_01 img{
	width: 100%;
}
.newcrotop_2024 {
	width: 100%;
}
.newcrotop_2024 img{
	width: 100%;
}
.newcrotop_2024ttl {
	width: 90%;
	margin: 0 auto;
}
.newcrotop_01ttl {
	width: 30%;
	margin: 0 auto;
}
.newcrotop_01txt {
	width: 85%;
	margin: 20px auto;
	font-size: 1.2em;
	line-height: 2.0;
}
.newcrotop_01flex {
	display: flex;
	margin: 10px 0;
}
.newcrotop_01flex .newcrotop_01flexitem01{
	flex:1;
	margin: 0 10px;
}
.newcrotop_01flex .newcrotop_01flexitem02{
	flex:2;
	margin: 0 10px;
}
.newcrotop_01flexitem01_img {
	width: 60%;
	margin: 10px auto;
	padding: 0 10px;
}
.newcrotop_01flexitem01_txt01 {
	width: 80%;
	font-size: 1.2em;
	line-height: 2.0;
	margin: 50px auto;
}
.newcrotop_01flexitem01_txt02 {
	font-size: 1.0em;
	line-height: 1.8;
	padding: 0 20px;
}
.newcrotop_01flexitem02flex {
	display: flex;
	flex-wrap: wrap;
}
.newcrotop_01flexitem02flex .newcrotop_01flexitem02flexitem{
	width: calc(50% - 40px);
  margin: 50px 20px;
	
}
.newcrotop_02 {
	width: 100%;
}
.newcrotop_02ttl {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	border-bottom: solid 1px #111;
}
.newcrotop_02txt {
	text-align: center;
	font-size: 1.5em;
}
.newcrotop_02flex {
	display: flex;
	flex-wrap: wrap;
}
.newcrotop_02flex img{
	width: 100%;
}
.newcrotop_02flex .newcrotop_02flexitem{
	width: calc(50% - 40px);
  margin: 20px 20px;
}
.newcrotop_03 {
	width: 100%;
	background: url("../img/sotsugyousei/newcro/newcro03_bg.png") ;
	background-repeat: no-repeat;
	background-size: cover;
}
.newcrotop_03flex {
	display: flex;
	margin: 10px 0;
}
.newcrotop_03flex .newcrotop_03flexitem01{
	flex:1;
	margin: 0 10px;
}
.newcrotop_03flex .newcrotop_03flexitem02{
	flex:2;
	margin: 0 10px;
	padding: 400px 0 0 0;
}
.newcrotop_03img {
	width: 85%;
	margin: 0 auto;
}
.newcrotop_03img img{
	width: 100%;
}
.newcrotop_03txt {
	width: 90%;
	color: #fff;
	font-size: 1.2em;
	line-height: 2.0;
}
.newcrotop_03_btnarea {
	width: 70%;
	margin: 50px auto;
}
.newcrotop_03_btn {
	width: 50%;
	border: 2px solid #041d2c;
  font-size: 1.5em;
  color: #041d2c;
  padding: 30px 50px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.newcrotop_03_btn:hover {
  transform: scale(0.95);
}
.newcrotop_03_btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(50px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.newcrotop_03_btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient3,
.gradient3::before {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
}

@media screen and ( max-width : 768px ) {
.newcrotop_01 {
	width: 100%;
	background: url("../img/sotsugyousei/newcro/newcro_bg_sp.png") ;
	background-repeat: no-repeat;
	background-size: cover;
}
.newcrotop_01 img{
	width: 100%;
}
.newcrotop_2024 {
	width: 100%;
}
.newcrotop_2024 img{
	width: 100%;
}
.newcrotop_2024ttl {
	width: 100%;
	margin: 0 auto;
}
.newcrotop_01ttl {
	width: 80%;
	margin: 0 auto;
}
.newcrotop_01txt {
	width: 85%;
	margin: 20px auto;
	font-size: 1.0em;
	line-height: 2.0;
}
.newcrotop_01flex {
	display: flex;
	margin: 10px 0;
}
.newcrotop_01flex .newcrotop_01flexitem01{
	flex:1;
	margin: 0 10px;
}
.newcrotop_01flex .newcrotop_01flexitem02{
	flex:1;
	margin: 0 10px;
}
.newcrotop_01flexitem01_img {
	width: 80%;
	margin: 10px auto;
	padding: 0 10px;
}
.newcrotop_01flexitem01_txt01 {
	font-size: 1.2em;
	line-height: 2.0;
	margin: 50px auto;
	padding: 0 0 0 20px;
}
.newcrotop_01flexitem01_txt02 {
	font-size: 1.0em;
	line-height: 1.8;
	padding: 0 20px;
}
.newcrotop_01flexitem02flex {
	display: flex;
	flex-wrap: wrap;
}
.newcrotop_01flexitem02flex .newcrotop_01flexitem02flexitem{
	width: calc(100% - 40px);
  margin: 10px 20px;
	
}
.newcrotop_02 {
	width: 100%;
}
.newcrotop_02ttl {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	border-bottom: solid 1px #111;
}
.newcrotop_02txt {
	text-align: center;
	font-size: 1.2em;
}
.newcrotop_02flex {
	display: flex;
	flex-wrap: wrap;
}
.newcrotop_02flex img{
	width: 100%;
}
.newcrotop_02flex .newcrotop_02flexitem{
	width: calc(100% - 40px);
  margin: 5px 20px;
}
.newcrotop_03 {
	width: 100%;
	background: url("../img/sotsugyousei/newcro/newcro03_bg_sp.png") ;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 450px 0 100px ;
	margin: 50px 0 0; 
}
.newcrotop_03txt {
	color: #fff;
	font-size: 1.2em;
	line-height: 2.0;
	padding: 50px;
}
.newcrotop_03_btnarea {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 0;
}
.newcrotop_03_btn {
	width: 80%;
	border: 2px solid #041d2c;
  font-size: 1.2em;
  color: #041d2c;
  padding: 25px 50px;
  display: block;
  border-radius: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.newcrotop_03_btn:hover {
  transform: scale(0.95);
}
.newcrotop_03_btn::before {
  content: "";
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -5px;
  z-index: -1;
  border-radius: 50px;
  opacity: .8;
  filter: blur(50px);
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.newcrotop_03_btn:hover::before {
  bottom: 0;
  filter: blur(8px);
}
.gradient3,
.gradient3::before {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
}
/*newcroここまで*/
@media screen and ( min-width : 769px ) {
#sotsugyou_top_hed {
  background: #fff;
}
#sotsugyou_top_hed section.content_top {
	width: 100%;
	min-width: 769px;
	margin: 0 auto ;
}
#sotsugyou_top_hed img{
  width: 100%;
}
#sotsugyou_top {
  background: #fff;
}
#sotsugyou_top section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 40px 0 40px 0;
	margin: 0 auto ;
}
.sotsugyoutop_01 {
	margin: 20px 0 0 0;
}
.sotsugyoutop_01ttl {
	width: 70%;
	background-color: #1e90ff;
	color: #fff;
	margin: 15px auto;
	padding: 15px;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
.sotsugyoutop_01ttl span{
	font-size: 150%;	
}
.sotsugyoutop_01txt {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
	margin: 20px 0 40px 0;
}
.sotsugyoutop_02 {
	margin: 0 ;
}
table.sotsugyoutop01 {
	width: 100%;
	table-layout: fixed;
	margin: 30px auto 100px;
}
table.sotsugyoutop01 th {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
table.sotsugyoutop01 td {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
.sotsugyoutopgr {
	margin: 20px 0;
}
.sotsugyoutop_katagaki_riyo {
	background-color: rgba(56,180,139,1.0);
	color: #fff;
	padding: 10px;
}
.sotsugyoutop_katagaki_biyo {
	background-color: rgba(239,69,74,1.0);
	color: #fff;
	padding: 10px;
}
.sotsugyoutop_katagaki_ba {
	background-color: rgba(208,147,191,1.0);
	color: #fff;
	padding: 10px;
}
.sotsugyoutop_katagaki_bb {
	background-color: rgba(243,166,150,1.0);
	color: #fff;
	padding: 10px;
}
.sotsugyoutop_shokugyou {
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	margin: 0 10px;
}
.sotsugyoutop_name {
	text-align: left;
	font-size: 40px;
	letter-spacing: 5px;
	margin: 0 10px;
}
.sotsugyoutop_name span{
	font-size: 60%;
	font-weight: bold;
}
.sotsugyoutop_furigana {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0 15px;
}
.sotsugyoutop_salon {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 10px 0;
}
.sotsugyoutop_yaku {
	text-align: right;
	font-size: 22px;
	font-weight: normal;
	margin: 0 10px;
}
.sotsugyoutop_msg {
	text-align: left;
	color: #333;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.8;
	margin: 30px 25px;
	text-shadow: 1px 1px 3px #808080;
}
.sotsugyoutop_msg span{
	box-shadow: inset 0 -10px rgba(255,255,0,0.7);
}
.sotsugyoutop_btn {
	margin: 20px 10px;
}
.button_sotsu {
	display: inline-block;
	width: 80%;
	height: 80px;
	border-radius: 1px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #888888;
}
.button_sotsu::before,
.button_sotsu::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_sotsu,
.button_sotsu::before,
.button_sotsu::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_sotsu {
	background-color: #fff;
	color: #009ee7;
	border: 2px solid #009ee7;
}
.button_sotsu:hover {
	background-color: #009ee7;
	color: #fff;
	border: 2px solid #009ee7;
}
.sotsugyou_img {
	
}
.sotsugyou_img img{
	width: 100%;
}
}

@media screen and (max-width:768px) {
#sotsugyou_top_hed {
  background: #fff;
}
#sotsugyou_top_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#sotsugyou_top_hed img{
  width: 100%;
}
#sotsugyou_top {
  background: #fff;
}
#sotsugyou_top section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 10px 0 30px 0;
	margin: 0 auto ;
}
.sotsugyoutop_01 {
	margin: 0;
}
.sotsugyoutop_01ttl {
	width: 90%;
	background-color: #1e90ff;
	color: #fff;
	margin: 15px auto;
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
.sotsugyoutop_01ttl span{
	font-size: 150%;	
}
.sotsugyoutop_01txt {
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0 10px 0;
}
.sotsugyoutop_02 {
	margin: 0 ;
}
table.sotsugyoutop01 {
	width: 100%;
	table-layout: fixed;
	margin: 30px auto 60px;
}
table.sotsugyoutop01 th {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
table.sotsugyoutop01 td {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
.sotsugyoutopgr {
	margin: 0;
	padding: 0px 0
}
.sotsugyoutop_katagaki_riyo {
	background-color: rgba(56,180,139,1.0);
	color: #fff;
	padding: 30px 0;
}
.sotsugyoutop_katagaki_biyo {
	background-color: rgba(239,69,74,1.0);
	color: #fff;
	padding: 30px 0;
}
.sotsugyoutop_katagaki_ba {
	background-color: rgba(208,147,191,1.0);
	color: #fff;
	padding: 30px 0;
}
.sotsugyoutop_katagaki_bb {
	background-color: rgba(243,166,150,1.0);
	color: #fff;
	padding: 30px 0;
}
.sotsugyoutop_shokugyou {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin: 0 10px;
}
.sotsugyoutop_name {
	text-align: center;
	font-size: 35px;
	letter-spacing: 5px;
	margin: 0 10px;
}
.sotsugyoutop_name span{
	font-size: 60%;
	font-weight: bold;
}
.sotsugyoutop_furigana {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0 15px;
}
.sotsugyoutop_salon {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 10px 0;
}
.sotsugyoutop_yaku {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 0 10px;
}
.sotsugyoutop_msg {
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	margin: 20px 20px;
	text-shadow: 1px 1px 3px #808080;
}
.sotsugyoutop_msg span{
	box-shadow: inset 0 -10px rgba(255,255,0,0.7);
}
.sotsugyoutop_btn {
	margin: 20px 10px;
}
.button_sotsu {
	display: inline-block;
	width: 85%;
	height: 80px;
	border-radius: 1px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 2px 2px 5px #888888;
}
.button_sotsu::before,
.button_sotsu::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_sotsu,
.button_sotsu::before,
.button_sotsu::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_sotsu {
	background-color: #fff;
	color: #009ee7;
	border: 2px solid #009ee7;
}
.button_sotsu:hover {
	background-color: #009ee7;
	color: #fff;
	border: 2px solid #009ee7;
}
.sotsugyou_img {
	width: 90%;
	margin: 0 auto -25px
}
.sotsugyou_img img{
	width: 100%;
}
}
/*卒業生各ページ*/
@media screen and ( min-width : 769px ) {
#sotsugyou_hed {
  background: #fff;
}
#sotsugyou_hed section.content_top {
	width: 100%;
	min-width: 769px;
	margin: 0 auto ;
}
#sotsugyou_hed img{
  width: 100%;
}
#sotsugyou {
  background: #fff;
}
#sotsugyou section.content_top {
	max-width: 1080px;
	min-width: 320px;
	margin: 0 auto 50px;
}
.kotosenshu {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;	
}
table.sotsugyoutop02 {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto ;
}
table.sotsugyoutop02 th {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
table.sotsugyoutop02 td {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
.shop_info {
	width: 100%;
	margin: 0;
}
.shop_info_ttl {
	text-align: center;
	font-size: 50px;
	color: #b58437;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0;
}
.shop_info_rogo {
	padding: 0;
}
.shop_info_rogo img {
	width: 100%;
}
.shop_info_name {
	text-align: left;
	font-size: 25px;
	padding: 0 0 0 15px;
	margin: 20px 0;
}
.shop_info_post {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 5px 0;
}
.shop_info_add {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 5px 0;
}
.shop_info_hp {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 20px 0;
}
.shop_info_shop {
	padding: 0;
}
.shop_info_shop img {
	width: 100%;
}
.q00 {
	width: 100%;
	background: #fff;
	padding: 50px 0
}
.q00_contents {
	max-width: 1080px;
	min-width: 769px;
	margin: 0 auto ;
}
.q01 {
	width: 100%;
	background: #dcdcdc;
	padding: 50px 0 100px 0;
}
.q01 {
  position: relative;
}
.q01::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.q01_contents {
	max-width: 1080px;
	min-width: 769px;
	margin: 0 auto ;
}
.q02 {
	width: 100%;
	background: #fff;
	padding: 50px 0 100px 0;
}
.q02 {
  position: relative;
}
.q02::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #dcdcdc transparent;
}
.q02_contents {
	max-width: 1080px;
	min-width: 769px;
	margin: 0 auto ;
}
.q03 {
	width: 100%;
	background: #fff;
	padding: 50px 0 100px 0;
}
.q03 {
  position: relative;
}
.q03_contents {
	max-width: 1080px;
	min-width: 769px;
	margin: 0 auto ;
}
.q1ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q1ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q1.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q2ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q2ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q2.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q3ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q3ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q3.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q4ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q4ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q4.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q5ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q5ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q5.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q6ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q6ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q6.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q7ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q7ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q7.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q8ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q8ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q8.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q9ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q9ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 40px;
	background: url("../img/sotsugyousei/q9.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
}
.q10ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q10ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q10.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.q11ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q11ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q11.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.q12ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q12ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q12.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.q13ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q13ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q13.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.q14ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q14ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q14.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.q15ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}
.q15ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	background: url("../img/sotsugyousei/q15.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 100px;
}
.intv_img {
	margin: 0 10px;
}
.intv_img img {
	width: 100%;
}
.intv_txt {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 2.0;
	color: #000;
	padding: 0 10px;
}
.intv_txt span{
	color: #c10;
	font-weight: bold;
	box-shadow: inset 0 -10px rgba(255,255,0,0.7);
}
.sotsugyou_btn {
	width: 500px;
	margin: 50px auto;
	display: block;
}
.newcro_etc01 {
	width: 20%;
	margin: 0 auto;
}
.newcro_etc01_img {
	width: 100%;
}
.newcro_etc01_img img{
	width: 100%;
}
.newcro_etc02 {
	width: 50%;
	margin: 0 auto;
}
.newcro_etc02_flex {
	display: flex;
	flex-wrap: wrap;
}
.newcro_etc02_flex img{
	width: 100%;
}
.newcro_etc02_flex .newcro_etc02_flexitem{
	width: calc(50% - 30px);
  margin: 0px 15px;
}
}

@media screen and (max-width:768px) {
#sotsugyou_hed {
  background: #fff;
}
#sotsugyou_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#sotsugyou_hed img{
  width: 100%;
}
#sotsugyou {
  background: #fff;
}
#sotsugyou section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 10px 30px ;
}
.kotosenshu {
	text-align: center;
	font-size: 15px;
	margin: 20px 0;	
}
table.sotsugyoutop02 {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto ;
}
table.sotsugyoutop02 th {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
table.sotsugyoutop02 td {
	padding: 0px;
	vertical-align: middle;
	border: none;
	border-collapse: collapse;
}
.shop_info {
	width: 100%;
	margin: 0;
}
.shop_info_ttl {
	text-align: center;
	font-size: 40px;
	color: #b58437;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin: 15px 0;
}
.shop_info_rogo {
	width: 50%;
	margin: 0 auto;
}
.shop_info_rogo img {
	width: 100%;
}
.shop_info_name {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}
.shop_info_post {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.shop_info_add {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0 10px 0;
}
.shop_info_hp {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
}
.shop_info_shop {
	padding: 0;
}
.shop_info_shop img {
	width: 100%;
}
.q00 {
	width: 100%;
	background: #fff;
	padding: 50px 0
}
.q00_contents {
	max-width: 769px;
	min-width: 320px;
	margin: 0 7px ;
}
.q01 {
	width: 100%;
	background: #dcdcdc;
	padding: 30px 0 70px 0;
}
.q01 {
  position: relative;
}
.q01::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 50px 100vw ;
  border-color: transparent transparent #fff transparent;
}
.q01_contents {
	max-width: 769px;
	min-width: 320px;
	margin: 0 7px ;
}
.q02 {
	width: 100%;
	background: #fff;
	padding: 30px 0 70px 0;
}
.q02 {
  position: relative;
}
.q02::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 50px 100vw ;
  border-color: transparent transparent #dcdcdc transparent;
}
.q02_contents {
	max-width: 768px;
	min-width: 320px;
	margin: 0 7px ;
}
.q03 {
	width: 100%;
	background: #fff;
	padding: 30px 0 70px 0;
}
.q03 {
  position: relative;
}
.q03_contents {
	max-width: 768px;
	min-width: 320px;
	margin: 0 7px ;
}
.q1ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q1ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q1.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q2ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q2ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q2.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q3ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q3ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q3.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q4ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q4ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q4.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q5ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q5ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q5.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q6ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q6ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q6.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q7ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q7ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q7.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q8ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q8ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q8.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q9ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q9ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url("../img/sotsugyousei/q9.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 50px;
}
.q10ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q10ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q10.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.q11ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q11ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q11.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.q12ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q12ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q12.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.q13ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q13ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q13.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.q14ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q14ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q14.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.q15ttl {
	width: 100%;
	border-bottom: solid 1px #777;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 7px;
}
.q15ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 30px;
	background: url("../img/sotsugyousei/q15.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 70px;
}
.intv_img {
	margin: 0 10px;
}
.intv_img img {
	width: 100%;
}
.intv_txt {
	text-align: left;
	font-size: 0.8em
	font-weight: normal;
	line-height: 1.8;
	padding: 0 10px;
}
.intv_txt span{
	color: #c10;
	font-weight: bold;
	box-shadow: inset 0 -10px rgba(255,255,0,0.7);
}
.sotsugyou_btn {
	width: 80%;
	margin: 50px auto ;
	display: block;
	text-align: center;
}
.newcro_etc01 {
	width: 40%;
	margin: 0 auto;
}
.newcro_etc01_img {
	width: 100%;
}
.newcro_etc01_img img{
	width: 100%;
}
.newcro_etc02 {
	width: 100%;
	margin: 0 auto;
}
.newcro_etc02_flex {
	display: flex;
	flex-wrap: wrap;
}
.newcro_etc02_flex img{
	width: 100%;
}
.newcro_etc02_flex .newcro_etc02_flexitem{
	width: calc(50% - 30px);
  margin: 0px 15px;
}
}