/*
Theme Name: t-mark-koufu
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
	color: #000;
}

.wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
}

.sp-wrapper {
	overflow: hidden;
}

.flex {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -o-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-js-display: flex;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter,
.alignnone {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

a:hover .img-banner {
	opacity: 0.6;
}
img{
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
    color: #000;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.mobi-s {
	display: none;
}
.mobi-ss {
	display: none;
}

.mla-mra{
    margin-left: auto;
    margin-right: auto;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

.y-b {
	background: linear-gradient(transparent 70%, #ffe94b 70%);
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.bg-glay{
	background: #f4f7f9;
}

.pt50{
	padding-top: 50px;
}

.pt70{
	padding-top: 70px;
}

.pb50{
	padding-bottom: 50px;
}

.pb70{
	padding-bottom: 70px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 20px;
}

.mt50{
	margin-top: 50px;
}

.mt70{
	margin-top: 70px;
}

.mb20{
	margin-bottom: 20px;
}

.mb50{
	margin-bottom: 50px;
}

.mb70{
	margin-bottom: 70px;
}



/*----------------------------------------
テキスト
----------------------------------------*/
.bold{
	font-weight: 900;
}
.bold700{
	font-weight: 700;
}

.fs16{
	font-size: 16px;
	line-height: 30px;
}

.fs20{
	font-size: 20px;
	line-height: 30px;
}

.fs24{
	font-size: 24px;
	line-height: 35px;
}

.fs26{
	font-size: 26px;
	line-height: 36px;
}

.fs28{
	font-size: 28px;
	line-height: 40px;
}


.fs30{
	font-size: 30px;
	line-height: 45px;
}

.fs32{
	font-size: 32px;
	line-height: 46px;
}

.fs37{
	font-size: 37px;
	line-height: 47px;
}

.fs43{
	font-size: 43px;
	line-height: 60px;
}
.fs52{
	font-size: 52px;
	line-height: 80px;
}
.fs59{
	font-size: 59px;
	line-height: 90px;
}

.pink{
	color: #df5c4f;
}

.blue{
	color:#0c5cad;
}

.yellow{
	color:#ffe94b;
}

/*----------------------------------------
header
----------------------------------------*/
header{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 60px;
	top:0;
	left: 0;
	z-index: 100;
}
header .logo{
	line-height: 60px;
	white-space: nowrap;
	font-size: 1.3rem;
	margin-left: 10px;
	position: relative;
}
header .logo::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 60px solid #ffe94b;
	border-right: 60px solid transparent;
	z-index: -1;
}
header .nav-link{
	text-align: center;
	padding: 0 20px;
	font-size: 1.1rem;
	font-weight: 500;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
header .nav-link::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
  }
  header .nav-link:hover:after {
	transform: scale(1, 1);
  }
header .contact{
	position: fixed;
	flex-wrap: nowrap;
	align-items: center;
	right: 0;
	top:0;
	z-index: 100;
}
header .contact .tel{
	padding:0 20px;
	background: #fff;
	height: 60px;
	line-height: 60px;
}

header .contact .tel .fa{
	margin-right: 10px;
}
header .contact .tel-mobi{
	display: none;
}
header .logo.s-cname{
	display: none;
}
header .line{
	background: #00c200;
	color: #fff;
	height: 60px;
	padding: 0 20px;
}
header .line .tx1{
	position: relative;
	padding-left: 50px;
	line-height: 2.5rem;
}
header .line .tx1::before{
	position: absolute;
	content: '';
	background: url(images/line-icon.png) no-repeat;
	background-size: 100%;
	width: 41px;
	height: 38px;
	top:10px;
	left: 0;
}
header .line .tx2{
	font-size: .8rem;
	padding-left: 50px;
	line-height: .3rem;
}

.pankz{
	font-size:14px;
}
.pankz a{
	padding-bottom:2px;
	border-bottom:solid 1px #000;
}

/*----------------------------------------
メインビジュアル
----------------------------------------*/
#main-visual{
	padding-top: 80px;
	background: rgb(250,226,186);
	background: -moz-linear-gradient(0deg, rgba(250,226,186,1) 0%, rgba(254,252,248,1) 100%, rgba(250,226,186,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(250,226,186,1) 0%, rgba(254,252,248,1) 100%, rgba(250,226,186,1) 100%);
	background: linear-gradient(0deg, rgba(250,226,186,1) 0%, rgba(254,252,248,1) 100%, rgba(250,226,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fae2ba",endColorstr="#fae2ba",GradientType=1);
    box-sizing: border-box;
}
#main-visual img{
	max-width: 100%;
	height: auto;
}



/*----------------------------------------
口コミ
----------------------------------------*/
#voice{
	padding-top: 110px;
	position: relative;
}
#voice::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 150px;
	content: '';
	background: #f4f7f9;
	z-index: -1;
}

#voice h2 .tx{
	position: relative;
	padding-top: 58px;
}
#voice h2 .tx::before{
	position: absolute;
	content: '';
	background: url(images/megahon.png) no-repeat;
	background-size: 100%;
	width: 80px;
	height: 55px;
	top:-1px;
	left: 0;
	right: 0;
	margin: auto;
}
#voice .link{
	flex-wrap: nowrap;
	align-items: center;
	width: calc(100% - 10px);
	border:solid 5px #0c5cad;
	background: #0c5cad;
}
#voice .link .tx{
	color:#fff;
	margin: 0 auto;
}
#voice .link .tx .check{
	position: relative;
}
#voice .link .tx .check::before{
	position: absolute;
	content: '';
	background: url(images/check.png) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 46px;
    top: -30px;
    left: -65px;
}
#voice .link .tx .check::after{
	position: absolute;
	content: '';
	background: url(images/arrow-w.png) no-repeat;
	background-size: 100%;
	width: 28px;
	height: 9px;
	top:9px;
	right: -31px;
}

#voice .link .tx .thanks{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 0;
}
#voice .link .pic img{
	max-width: 484px;
}
.voice-popular{
	margin-top: 50px;
}


.slide-show{
	margin-bottom: 50px;
}

/*----------------------------------------
特徴
----------------------------------------*/
.huchi{
	-webkit-text-stroke:6px #000;
    position: relative;
	letter-spacing : 4px;
}
.fuchiue{
    -webkit-text-stroke: 0;
    position: absolute;
	color:#ffe94b;
	top:0;
	left: 0;
}
.bg-yellow{
	background:#ffe94b;
	color: #000;
	padding: 0 8px;
	margin-right: 5px;
	border:solid 2px #000;
}
.features-list{
	justify-content: center;
}
.features-list dl{
	width: 30%;
	margin-bottom: 70px;
}
.features-list dl:nth-child(2){
	margin: 0 40px;
}
.features-list dl:nth-child(5){
	margin-left: 40px;
}
.features-list dl dt{
	position: relative;
	border:solid 5px #000;
	border-radius: 20px;
	padding: 70px 20px 60px 20px;
	min-height: 262px;
}
.features-list dl dt::before{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 66px;
    font-weight: bold;
    text-align: center;
    top: -18px;
    width: 120px;
}
.features-list dl:first-child dt::before{
	content:'01';
}
.features-list dl:nth-child(2) dt::before{
	content:'02';
}
.features-list dl:nth-child(3) dt::before{
	content:'03';
}
.features-list dl:nth-child(4) dt::before{
	content:'04';
}
.features-list dl:nth-child(5) dt::before{
	content:'05';
}

.features-list dl dd{
	padding: 20px 10px;
}

/*----------------------------------------
料金
----------------------------------------*/
#fee table{
	border-collapse: collapse;
	width:100%;
    border: solid 2px #0c5cad;
}

#fee table th{
	background:#0c5cad;
	color:#fff;
	text-align:left;
	padding: 10px 0 10px 10px;
    border-right: solid 2px #FFF;
	font-weight:600;
}

#fee table td{
    padding: 20px 0 20px 10px;
    border-right: solid 2px #0c5cad;
    border-bottom: dashed 1px #0c5cad;
}
#fee table tr:nth-child(odd) td{
	background:#f8f9fc;
}

#fee table th:last-child{
	 border-right:none;
}

#fee table tr:nth-child(5) td{
	 border-bottom:none;
}

#fee .option th{
	background:#448de4;
}
#fee .option-box{
	line-height:2;
	flex-wrap:nowrap;
}

#fee .fas{
	color:#e04151;
	margin-right:10px;
}

#fee .option-menu{
	margin-right:40px;
}
#fee .ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #ffe94b;
  color: #000;
  box-sizing: border-box;
  margin-bottom:15px;
  font-weight:600;
}

#fee .ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#fee .ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#fee .ribbon1.special:before{
	border-color: transparent transparent transparent #f8f9fc;
}

#fee .ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#fee .ribbon1.special:after{
	border-color: transparent #f8f9fc transparent transparent;
}

#fee h3.basic{
	border:solid 1px #448de4;
	border-left:solid 15px #448de4;
	margin:40px 0;
    padding: 15px 0 15px 20px;
	font-size:1.5em;
}

#fee .ribon{
	margin-bottom:20px;
}

#fee .ribon h3{
	width:100%;
	height:70px;
	background: #f1f1f1;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
    padding-left: 55px;
    font-size: 1.2em;
    font-weight: 600;
	line-height:70px;
}
#fee .ribon {
    position: relative;
    display: inline-block;
    padding: 7px;
    overflow: hidden;
	width:99%;
}

#fee .ribon .caption {
  display: inline;
}

#fee .ribon span {
    position: absolute;
    display: inline-block;
    top: 12px;
    left: -40px;
    width: 131px;
    padding: 1px;
    background: #cc0c0c;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
    font-size: 14px;
}

#fee .ribon .caption:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: -17px;
    left: 57px;
    border: 12px solid transparent;
    border-bottom-color: #662121;
    z-index: -100;
}

#fee .ribon .caption:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: 65px;
    left: -8px;
    border: 13px solid transparent;
    border-top-color: #662121;
    z-index: -100;
}

#fee dl{
	border: solid 2px #0c5cad;
	margin-bottom:35px;
}

#fee dt{
	background:#0c5cad;
	color:#fff;
	font-weight:600;
	padding:20px 10px;
	font-size:1.2em;
	line-height:2;
}

#fee dl.option{
	border: solid 2px #b20101;
}
#fee dl.option dt{
	background:#b20101;
}

#fee dl.full-plan{
	border: solid 2px rgb(171,116,33);
	
}

#fee dl.full-plan dt{
	background:rgb(171,116,33);
	background: linear-gradient(-45deg, rgba(171,116,33,1) 0%, rgba(238,209,126,1) 11%, rgba(252,250,214,1) 35%, rgba(238,209,126,1) 79%, rgba(171,116,33,1) 100%);
	color:#342a06;
}

#fee dt .ryoukin{
	background:#fff;
	border-radius:30px;
	color:#0c5cad;
	font-weight:600;
	margin-left:30px;
	padding:3px 15px;
}

#fee dl.option dt .ryoukin{
	color:#b20101;
}

#fee dl.full-plan dt .ryoukin{
	color:rgb(171,116,33);
}

#fee dl.full-plan dt .star{
	display:inline-block;
    max-height: 20px;
    width: auto;
}

#fee dd{
	padding:20px;
}
#fee dd p{
	margin-bottom:10px;
}
/*----------------------------------------
スタッフ
----------------------------------------*/
#staff{
	position: relative;
}
#staff::after{
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 240px;
	content: '';
	background: #f4f7f9;
	z-index: -1;
}
#staff .flex{
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#staff h2{
	border-bottom: solid 2px #000;
	width: 70%;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/*----------------------------------------
各院
----------------------------------------*/
.tenpo-box{
	position:relative;
	width: 98%;
}
.tenpo-box::before{
	content: '';
	background: url(images/tenpo-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top:0;
	z-index: -2;
	width: 101.5%;
	height: 103%;
}
.tenpo-box .inner{
	border:solid 2px #000;
	padding: 30px 20px;
	justify-content: space-between;
	background: #fff;
	position: relative;
	z-index: 0;
	flex-wrap: nowrap;
}
.tenpo-box .inner .info{
	margin-right: 20px;
}
.tenpo-box .inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #ffe94b;
    border-right: 100px solid transparent;
    z-index: -1;
}
.tenpo-box h3{
	border-bottom: solid 2px #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.tenpo-box .tel{
	margin: 20px 0;
}
.tenpo-box .tel .fa{
	margin-right: 10px;
}
.tenpo-box .map{
	width: 40%;
}
.tenpo-box .map iframe{
	margin-left: auto;
}

.route{
	margin: 30px 0;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: .9em;
	line-height: 1.5em;
}

.route div{
	width: 49%;
}
.route div:first-child{
	margin-right: 10px;
}
.route  h4{
	height: 55px;
	display: block;
}
.route iframe{
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	background: #000;
}

/*----------------------------------------
お悩み
----------------------------------------*/
#onayami h2 .wave{
	position: relative;
}
#onayami h2 .wave::after{
	position: absolute;
	content: '';
	background: url(images/wave.png) no-repeat;
	background-size: 100%;
	width: 131px;
	height: 6px;
    bottom: -10px;
    left:0px;
}
.onayami-box {
	border:solid 1px #a8a2a2;
	background: #fff;
	padding: 30px 20px 0 20px;
}
.onayami-box ul{
	justify-content: space-around;
}
.onayami-box ul li{
	margin-bottom: 40px;
}
.onayami-box .num{
	color:#fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}
.onayami-box .img{
	height: 86px;
	display: block;
}
.gosoudan{
	position: relative;
}
.gosoudan::before{
	position: absolute;
	content: '';
	background: url(images/slash-blue-left.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 25px;
    top: 11px;
    left:-30px;
}
.gosoudan::after{
	position: absolute;
	content: '';
	background: url(images/slash-blue-right.png) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 25px;
    top:11px;
    right:-30px;
}

.onayami-detail-title{
	margin: 70px 0 30px;
}
.onayami-detail{
	padding: 0 0 10px;
}
.onayami-detail .top{
	margin: 1em 0;
}
.onayami-detail .shoujyou{
	display: block;
}
.tab-wrap {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin:0 0 20px 0;
	height: 70px;
 }
.tab-item {
   flex: 1;
   flex-basis: 120px;
   border: 2px solid #0c5cad;
   min-width: 0;
   display: -ms-inline-grid;
   display: -moz-inline-grid;
   display: inline-grid;
   height: 70px !important;
}
.tab-item:nth-child(2){
	margin: 0 1em;
}
.tab-wrap.second .tab-item:last-child{
	margin: 0 0 0 1em;
}
.tab-link {
    display: block;
    text-decoration: none;
    color: #0c5cad;
    background: #fff;
    cursor: pointer;
}
.tab-item:first-child{
	margin-left: 0;
}
.tab-link.on {
    background-color: #0c5cad;
	color: #fff;
}
.tab-body{
	margin-top: 20px;
	padding: 0 30px;
	border: solid 2px #0c5cad;
	background: #fff;
}
.tab-body-item {
    margin: 20px 15px 10px 15px;
    text-align: center;
}

.onayami-detail h1{
	text-align: left;
}
.onayami-detail h2{
    padding-bottom:10px;
    border-bottom: 1px solid #0c5cad;
    position: relative;
	margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    display: block;
    padding-left: 15px;
	text-align: left;
}
.onayami-detail h2::before{
	content: '';
    display: block;
    width: 0.3125rem;
    height: calc(100% - 24px);
    background-color: #0c5cad;
    position: absolute;
    left: 0;
    top: 7px;
}
.onayami-detail h2.hukidashi {
	position: relative;
	padding: 1rem 1.5rem;
	color: #fff;
	border-radius: 5px;
	background: #094;
	border-bottom:none
}
.onayami-detail h2.hukidashi::before{
	display: none;
}
.onayami-detail h2.hukidashi:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #094 transparent transparent transparent;
}

.onayami-detail ul.okomari-list{
	text-align: left;
	position: relative;
  	border: solid 1px #df5c4f;
  	margin: 1.5em 0 1em 0;
	  background: #fff8ec;
	  padding: 1em;
}
.onayami-detail ul.okomari-list li{
	position: relative;
	border-bottom: dashed 1px #df5c4f;
	padding: .5em 0;
}
.onayami-detail ul.okomari-list li:last-child{
	border-bottom: none;
}
.onayami-detail ul.okomari-list.pain{
	border: solid 1px #46bed0;
	background: #e6f6f8;
}
.onayami-detail ul.okomari-list.pain li{
	border-bottom: dashed 1px #46bed0;
}
.onayami-detail ul.okomari-list li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-size: 20px;
	font-weight: 600;
	margin-right: 4px;
	color:#df5c4f;
}
.onayami-detail ul.okomari-list.pain li:last-child{
	border-bottom: none;
}
.onayami-detail ul.okomari-list.pain li::before{
	content: '\f0a4';
	color:#46bed0;
}

.onayami-detail .ex{
	text-align: left;
	margin-bottom: 15px;
}

#staff.for-onayami::after{
	position: unset;
} 


/*----------------------------------------
代表挨拶
----------------------------------------*/
#greeting{
	position: relative;
	background: url(images/greeting-bg.png) no-repeat;
	background-size: cover;
	background-position: top right;
}
#greeting .ceo-name{
	text-align: right;
}
.greeting-box{
	justify-content: space-between;
}
.greeting-box .tx{
	width: 61%;
}
.greeting-box .tx p{
	margin-bottom: 20px;
}
.greeting-box .pic{
	width: 38%;
}
.greeting-box .pic img{
	margin-left: auto;
}

.keireki{
	background: #fff;
	border:solid 1px #0c5cad;
	padding: 20px 20px;
}
.keireki .left{
	width: 50%;
}
.keireki .right{
	width: 50%;
}
.keireki ul li{
	position: relative;
	padding-left: 20px;
}
.keireki ul li::before{
	content: '■';
	position: absolute;
	top:0;
	left:0;
	width: 15px;
	height: 15px;
}

footer{
	padding: 30px 0;
	background: #000;

}
footer .wrapper{
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
footer .ad{
	text-align: right;
	color:#fff;
}

.copy{
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
}


/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #000;
	box-sizing: border-box;
	border-radius: 3px;
	bottom: 20px;
	cursor: pointer;
	height: 60px;
	position: fixed;
	right: 20px;
	width: 60px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	top:20%;
	left: 15px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}

/*----------------------------------------
1300px
----------------------------------------*/
@media screen and (max-width: 1300px) {
	header .nav-link{
		padding:0 10px;
	    font-size: 1rem;
	}
}

/*----------------------------------------
1200px
----------------------------------------*/
@media screen and (max-width: 1200px) {
	header .nav-link{
		display:none;
	}
}

.other-intro{
	background: #ffe94b;
    line-height: 1.3;
    padding: 20px 0 10px 0;
    width: 330px;
    border-radius: 5px;
    text-align: center;
	margin-left:20px;
}

.other-intro .tx-s{
	font-size:14px;
}
