@charset "UTF-8";
.font-42 {
  font-size: 42px;
  font-size: 4.2rem;
}

/* ========================================
    column
======================================== */
.ope_title {
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}
.ope_title2 {
	letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}
.ope_title.line {
  border: #d9eeee 1px solid;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.ope_title_h1 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-size: 50px;
  padding: 50px 0;
  border: #6fafbd 2px solid;
  border-left: none;
  border-right: none;
}
body.single .ope_box2 {
	width: 1000px;
	margin: 40px auto 60px;
}
body.single .ope_box2 h2 {
	font-size: 36px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	display: block;
	padding: 40px 0 0;
}
.ope_img {
	margin: 60px auto;
}
.ope_img img {
	width: 100%;
}
.content {
	padding: 0;
}
.ope_navi {
	width: 1000px;
	margin: 40px auto;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #ccc;
}
.ope_navi a {
	width: 33%;
	text-align: center;
	border-right: 1px solid #ccc;
	font-size: 18px;
	line-height: 1.2;
}

.case_box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.case-list .caseLi {
  margin: 0;
}
.case_box .img01{
  width:48%;
  margin-right: 5%;
}

.case_box .img02{
  width:48%;
}

@media only screen and (max-width: 761px) {
  .ope_title_h1 {
    font-size: 7vw;
    padding: 6vw 0;
  }
	body.single .ope_box2 {
	width: 100%;
	margin: 4vw auto 6vw;
}
body.single .ope_box2 h2 {
	font-size: 5vw;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	text-align: center;
	display: block;
	padding: 4vw 0 0;
}
.ope_img {
	margin: 6vw auto;
}
.ope_p {
	width: 90%;
	margin: auto;
}
.ope_img img {
	width: 100%;
}
.content {
	padding: 0;
}
.ope_navi {
	width: 100%;
	margin: 4vw auto;
	padding: 1vw 0;
	margin-bottom: 10vw;
    display: table;
    margin-top: -2.2vw;
}
.ope_navi a {
	text-align: left;
    height: 14vw;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
    line-height: 2.2;
	font-size: 3vw;
}
}
.ope_title_mv {
  border-left: none;
  border-right: none;
}
.ope_title_mv img {
  vertical-align: bottom;
}
.ope_recommend {
  margin-bottom: 0;
  padding: 5vw 0;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_recommend {
    margin-bottom: 1vw;
    padding: 6vw 0;
  }
}
.ope_recommend_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_recommend_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_recommend_txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_recommend_txt {
    margin-bottom: 6vw;
  }
}
.ope_recommend_txt p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_recommend_txt p {
    margin-bottom: 6vw;
  }
}
.ope_recommend_txt p:last-child {
  margin-bottom: 0;
}
.ope_pick {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_pick {
    padding: 6vw;
  }
}
.ope_pick_title {
  font-size: 24px;
  color: #6fafbd;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_pick_title {
    font-size: 5vw;
  }
}
.ope_pick_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 30px;
}
@media only screen and (max-width: 761px) {
  .ope_pick_list {
    display: block;
  }
}
.ope_pick_list_item {
  font-weight: bold;
  flex-basis: 48%;
  margin-top: 20px;
  padding: 20px 20px 20px 60px;
  background: url(/wp/wp-content/themes/aclinic/assets/images/hutae/check.jpg) no-repeat 20px center #ededed;
  background-size: 30px auto;
}
@media only screen and (max-width: 761px) {
  .ope_pick_list_item {
        margin-top: 3vw;
    padding: 3vw 3vw 3vw 10vw;
    background-size: 20px auto;
  }
}
.ope_flow {
  margin-bottom: 50px;
  padding: 50px 0;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_flow {
    margin-bottom: 6vw;
    padding: 6vw 0;
  }
}
.ope_flow_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_flow_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_flow_inner {
  border-left: 8px solid #8bcfd6;
  margin-left: 57px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_inner {
    border-left: none;
    margin-left: 0;
  }
}
.ope_flow_list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_list {
    margin-bottom: 6vw;
  }
}
.ope_flow_list:last-child {
  margin-bottom: 0;
}
.ope_flow_list:last-child .ope_flow_contents_title {
  background: #d9eeee;
}

.ope_flow_contents {
  display: flex;
  justify-content: space-between;
  margin-left: -65px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents {
    flex-wrap: wrap;
    margin-left: 0;
  }
	.ope_flow_list:last-child .ope_flow_contents_title img {
	/* position: absolute; */
	width: 18vw;
}
	.ope_flow_list:last-child .ope_flow_contents_photo img{
		position: relative;
		z-index: 999;
		top: 2vw;
	}
}
.ope_flow_contents_title {
  flex-basis: 12%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_title {
    flex-basis: 20%;
  }
}
.ope_flow_contents_txt {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_txt {
    flex-basis: 75%;
  }
}
.ope_flow_contents_photo {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_photo {
    flex-basis: 100%;
    margin-top: 3vw;
  }
}
.ope_price {
  padding: 50px 0;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_price {
    padding: 6vw 0;
  }
}
.ope_price_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_price_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_price_table {
  width: 100%;
  border: #ccc 1px solid;
  border-bottom: none;
}
.ope_price_table tbody th, .ope_price_table tbody td {
  padding: 30px;
  border-bottom: #ccc 1px solid !important;
  vertical-align: middle;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th, .ope_price_table tbody td {
    padding: 3vw;
  }
}
.ope_price_table tbody th {
  width: 60%;
  text-align: left;
  background: #f4f3e5;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th {
    font-size: 3vw;
  }
}
.ope_price_table tbody td {
  width: 40%;
  text-align: right;
}
.ope_price_table tbody td .red {
  color: #e3424d;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .red {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .tax {
    font-size: 3vw;
  }
}
.ope_shosai_table {
  width: 100%;
  border: #ccc 1px solid;
  border-bottom: none;
}
.ope_shosai_table tbody th, .ope_shosai_table tbody td {
  padding: 30px;
  border-bottom: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 761px) {
  .ope_shosai_table tbody th, .ope_shosai_table tbody td {
    padding: 3vw;
    font-size: 3vw;
  }
}
.ope_shosai_table tbody th {
  width: 40%;
  background: #f5f5f5;
}
.ope_shosai_table tbody td {
  width: 60%;
}
.ope_faq {
  border-top: #6fafbd 1px solid;
}
.ope_faq_inner {
  border-bottom: #6fafbd 1px solid;
}
.ope_faq_title
, .ope_faq_txt {
  padding: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_faq_title
  , .ope_faq_txt {
    padding: 6vw;
  }
}
.ope_faq_title {
  background: url(/wp/wp-content/themes/aclinic/assets/images/hutae/que.png) no-repeat left center;
  background-size: 40px auto;
  padding-left: 50px;
}
.ope_faq_txt {
  display: none;
  background: #d9eeee;
}
.ope_osusume {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 50px 0;
  border: #6fafbd 1px solid;
}
@media only screen and (max-width: 761px) {
  .ope_osusume {
    width: 90%;
    margin-bottom: 6vw;
    padding: 6vw 0;
  }
}
.ope_osusume_title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block !important;
  font-size: 30px;
  color: #6fafbd;
  text-align: center;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_title {
    font-size: 6vw;
    margin-bottom: 3vw !important;
  }
}
.ope_osusume_title_txt {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_title_txt {
    margin-bottom: 6vw;
    text-align: left;
  }
}
.ope_osusume_list {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_list {
    justify-content: space-between;
  }
}
.ope_osusume_item {
  flex-basis: 33%;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_item {
    flex-basis: 48%;
  }
}
.ope_osusume_item_txt {
  margin-top: 20px;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_item_txt {
    margin-top: 3vw;
    font-size: 3vw;
  }
}
.ope_anker {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_anker {
    margin-bottom: 12vw;
  }
}
.ope_anker_list {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  border: #6fafbd 1px solid;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list {
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: #6fafbd 1px solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.ope_anker_list_item {
  flex-basis: 25%;
  border-right: #6fafbd 1px solid;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list_item {
    flex-basis: 50%;
    border-bottom: #6fafbd 1px solid;
  }
}
.ope_anker_list_item:last-child {
  border-right: none;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list_item:nth-child(even) {
    border-right: none;
  }
}
.ope_anker_list_item a {
  display: block;
  padding: 20px 0;
}
.ope_anker_list_item a i {
  color: #6fafbd;
}
.ope_contents_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_contents_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_contents_title_h3 {
  font-size: 30px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_contents_title_h3 {
    font-size: 5vw;
    margin-bottom: 6vw !important;
  }
}
.ope_contents_title.black {
  color: #000;
}
.ope_contents_txt {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_contents_txt {
    margin-bottom: 6vw;
  }
}

.ope_contents_risk {
  font-size: 12px;
  background: #f8f8f8;
  padding: 20px;
}
@media only screen and (max-width: 761px) {
  .ope_contents_risk {
    font-size: 2vw;
    padding: 3vw;
  }
}

.ope_contents_img {
  text-align: center;
}
.ope_contents_img img {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 761px) {
  .ope_contents_img img {
    width: 100%;
  }
}
.ope_contents_case {
  display: table;
  max-width: 800px;
  margin: 0 auto;
}
.ope_contents_case_photo {
  flex-basis: 50%;
}
.ope_contents_case img{
	width: 100%;
	flex-basis: auto;
	margin-bottom: 40px;
	display: block;
}
@media only screen and (max-width: 761px) {
	.ope_contents_case {
		width: 100%;
	}
	.ope_contents_case img{
	width:100%;
	flex-basis: auto;
    margin: 0 auto;

}
}

.ope_contents_table {
  width: 100%;
  border: #ccc 1px solid;
  border-bottom: none;
}
.ope_contents_table th, .ope_contents_table td {
  padding: 30px;
  border: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_contents_table th, .ope_contents_table td {
    padding: 3vw;
    font-size: 3vw;
  }
}
.ope_contents_table th.left, .ope_contents_table td.left {
  text-align: left;
}
.ope_contents_table thead th {
  background: #d9eeee;
}
.ope_contents_table tbody th {
  background: #f5f5f5;
}
.ope_contents_table th {
  white-space: nowrap;
}
.ope_contents_table.w2 th, .ope_contents_table.w2 td {
  width: 50%;
}
.ope_contents_table.w3 th, .ope_contents_table.w3 td {
  width: 33%;
}
.ope_contents_table.w4 th, .ope_contents_table.w4 td {
  width: 25%;
}
.ope_contents_flex {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex {
    display: block;
  }
}
.ope_contents_flex_list {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex_list {
    margin-bottom: 6vw;
  }
}
.ope_contents_flex_item dt {
  margin-bottom: 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #ededed;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex_item dt {
    margin-bottom: 4vw;
    padding: 2vw;
  }
}
.ope_contents_flex_item.meritto dt {
  background: #d9eeee;
  color: #6fafbd;
}
.ope_contents_flex_item.meritto dd:before {
  content: "○";
  color: #6fafbd;
}
.ope_contents_flex_item.demeritto dd:before {
  content: "×";
}
.ope_inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}
@media only screen and (max-width: 761px) {
  .ope_inner {
    width: 90%;
  }
}

.page_list_title {
  display: block !important;
  font-size: 24px !important;
  margin: 50px 0 !important;
  padding: 20px 0 !important;
  display: block;
  background: #000;
  border-bottom: none !important;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .page_list_title {
    font-size: 5vw !important;
    margin: 6vw 0;
    padding: 3vw 0;
  }
}
.page_list .more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.aboutLink {
  display: inline-block;
  padding: 10px 40px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  position: relative;
}
@media only screen and (max-width: 761px) {
  .aboutLink {
    font-size: 3vw;
  }
}
.aboutLink:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  right: 3px;
  top: 50%;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  .link_bnr{
    width: 800px;
    height: auto;
    margin: 20px auto 40px;
} 
@media only screen and (max-width: 761px) {
 
.link_bnr{
    width: 100%; 
}

.case-list .case-img {
  display: block;
  margin-bottom: 0;

}
.case_box .img01{
  display: block;
  width:100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.case_box .img02{
  display: block;
  width:100%;
  padding-bottom: 10px;
  padding-top: 10px;
}	
}
