@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
    width: 100%;
    max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
    display: none;
}
/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider {
}
.slick-slide img {
    margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 16px;
    text-indent: -9px;
    z-index: 1;
}
button.slick-arrow:hover {
    cursor: pointer;
    opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
    background: url(img/btn_prev.png) no-repeat;
    left: 18%;
    margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
    background: url(img/btn_next.png) no-repeat;
    right: 18%;
    margin-right: -16px;
}

@media screen and (max-width: 1650px) {
button.slick-prev {
    left: 13.7%;
}
button.slick-next {
    right: 13.7%;
}
}

@media screen and (max-width: 1400px) {
button.slick-prev {
    left: 8%;
}
button.slick-next {
    right: 8%;
}
}

@media screen and (min-width: 1200px) {
.slick-track {
}
.slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn {
    text-align: center;
}
.link_btn a {
    background: #e58800;
    display: block;
    color: #fff;
    position: relative;
    padding:20px 20px 18px;
    width: 100%;
    max-width: 230px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
}
.link_btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.link_btn a:hover:before{
	right:13px;
}
.btns {
    text-align: center;
    margin: 1em auto 0;
}
.link_btn.btns a {
    display: inline-block;
    width: 48%;
    max-width: 300px;
    margin: 0 1% 2%;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
}
/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
    text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news {
    padding: 4em 0;
}
.sec_news .news {
    position: relative;
    box-sizing: border-box;
}
.sec_news .news dt {
    float: left;
    color: #333;
}
.news dd a {
    text-decoration: none;
    color: #333;
}
.sec_news .news dt {
    padding: 12px 5px;
    width: 100px;
}
.sec_news .news dd {
    padding: 12px 5px;
    border-bottom: 1px solid #ccc;
}
.sec_news .news dd a:hover {
    text-decoration: underline;
}
.sec_news .news .btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.sec_news .news h3 {
    font-size: 24px;
    color: #800000;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold;
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #800000;
    margin: 0 auto 10px;
    box-sizing: border-box;
}
.sec_news .news .btn a {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #e58800;
    display: table;
    padding: 1px 12px;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}

.top h2{
	font-size:36px;
	font-weight:normal;
	color:#800000;
	text-align:center;
	padding-bottom:0.7em;
	line-height:1.3;
	margin-bottom:1em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	position:relative;
}
h2.h2_icon:after,
.top h2:after{
	content:"";
	width:80px;
	height:2px;
	background: linear-gradient(90deg,transparent 0%,#800000 50%,transparent 100%);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
h2.h2_icon {
		font-size:36px;
	font-weight:bold;
	color:#800000;
	text-align:center;
	padding-bottom:0.7em;
	line-height:1.3;
	margin-bottom:1em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	position:relative;
    background: url(img/h2_icon.png) no-repeat left 2px;
    display: table;
    margin: 0 auto 1em;
    padding-left: 36px;
}
/*sec01*/
.sec01{
	background:url(img/sec01_bg.jpg) no-repeat center / cover;
	text-align:center;
	padding:15% 0;
}
.sec01 .p01{
	font-size:22px;
    margin-top: 1.2em;
}
.sec01 .p01 span{
	color:#e18602;
	font-weight:bold;
}

/*sec02*/
.sec02{
	background:url(img/sec02_bg.jpg) no-repeat center / cover;
	padding:4em 0 2em;
}
.sec02 h2{
	font-size:37px;
	color:#3f3f3f;
}
.sec02 h2 span{
font-size:54px;
color:#79513b;
}
.sec02 h3{
	font-size:37px;
	color:#3f3f3f;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height:1.3;
	margin-bottom: 0.3em;
	padding-top: 70px;
	position:relative;
}
.sec02 h3:before {
    content: "";
    width: 157px;
    height: 111px;
    background: url(img/sec02_no01.png) no-repeat;
    position: absolute;
    left: 0;
    top:0;
}
.sec02 .sec02_2 h3:before{
	 background: url(img/sec02_no02.png) no-repeat;
}
.sec02 .sec02_3 h3:before{
	 background: url(img/sec02_no03.png) no-repeat;
}
.sec02 h4{
	font-size:20px;
	color:#800000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:0.5em;
}

/*sec03*/
.sec03{
	padding:4em 0;
}
.sec03 .column {
    box-sizing: border-box;
}
.sec03 .column{
	background:#d5e9ea;
}
.sec03 .column:last-child{
	background:#fff2de;
}
.sec03 .column h3{
	font-size: 28px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    text-align: center;
    color: #fff;
    background: #28a7af url(img/sec03_icon01.png) no-repeat 30px;
    line-height: 1.3;
    padding: 0.9em 0;
}
.sec03 .column:last-child h3{
    background: #e58800 url(img/sec03_icon02.png) no-repeat 30px;
}
.sec03 ul{
	margin:1em 2em;
}
.sec03 ul li:before {
    content: "・";
}
.sec03 ul li:hover,
.sec03 ul li a:hover{
	text-decoration:underline;
	color:#28a7af;
}
.sec03 .column:last-child ul li:hover,
.sec03 .column:last-child ul li a:hover{
	color:#e58800;
}

/*sec04*/
.sec04{
	background:url(img/sec04_bg.jpg) no-repeat center / cover;
	padding:4em 0;
}
.sec04 .columns {
    background: linear-gradient(RGBA(225,221,206,.5) 0%,transparent 100%);
    box-sizing: border-box;
    padding: 1.5em;
	margin-bottom:1em;
    position: relative;
	z-index: 1;
}
.sec04 .columns:before{
	content:"";
	width:289px;
	height:243px;
	background: linear-gradient(RGBA(227,197,205,.5) 0%,transparent 100%);
	position:absolute;
	top: -47px;
    left: 55px;
	z-index: -1;
}
.sec04 .columns.col2:before {
    left: auto;
    right: 55px;
}
.sec04 .col2 .link_btn a{
	max-width:270px;
}
.sec04 p{
	position:relative;
	z-index:2;
}
/*sec05*/
.sec05{
	background:url(img/sec05_bg.jpg) no-repeat center / cover;
	padding:4em 0;
}
.sec05 .bg2 {
    margin-top: 1.5em;
}
.sec05 ul li {
    line-height: 1.5;
}
.sec05 .bg2 p {
    margin-bottom: 0;
}
.sec05 .link_btn a {
    margin: 2em 0 0 auto;
}

.pay-list li{
	float:left;
	margin-right: 1em;
}

@media screen and (max-width:1200px) {
}

@media screen and (max-width:1000px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (min-width: 768px) {
  .mainimage{
      /*background:url(img/mainimage01.jpg) no-repeat center / cover;
      height:834px;*/
  }
    .mainimage .slide_item > div {
	    height:834px;
        background-position: center;
        background-size: cover;
    }
    .mainimage .item1 {
	    background-image:url(img/mainimage1.jpg);
    }
    .mainimage .item2 {
	    background-image:url(img/mainimage2.jpg);
    }
    .mainimage .item3 {
	    background-image:url(img/mainimage3.jpg);
    }
}
@media screen and (min-width: 768px) and ( max-width: 1500px) {
    .mainimage .slide_item > div {
	    height:0;
        padding-bottom: 55.6%;
    }
}
@media screen and (min-width: 768px) {
.sec02 .con_l,
.sec02 .con_r{
	width:48%;
	margin-bottom:2.5em;
}
.sec02 .link_btn a,
.sec04 .link_btn a{
	margin:0;
}
.sec02_3 .link_btn a {
    display: inline-block;
    width: 49%;
}
.sec02_3 .link_btn a + a {
    margin-left: 2%;
}
.columns .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.sec02 .columns .column {
    width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
}
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.sec04 .col1,
.sec04 .col3{
	 -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.sec04 .columns .column {
    width: 44%;
    -webkit-box-flex-basis: 44%;
    -webkit-flex-basis: 44%;
    flex-basis: 44%;
}
.sec04 .columns .column.col_img {
    width: 54%;
    -webkit-box-flex-basis: 54%;
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
}
.sec04 p{
	margin-top: 5%;
}
.sec05 .bg1 .con_r{
	width:62%;
}
.sec05 .bg1 .con_l{
	width:38%;
}
.sec05 .bg2 .con_l,
.sec05 .bg2 .con_r{
	width:48%;
}
.sec05 .bg2 .con_r ul {
    margin-top: 1.8em;
}
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
/* 程よいブラウザサイズでメインイメージを縮小 */

}

@media screen and (min-width: 768px) and (max-width: 1041px) {
.sec02 h3 {
    font-size: 28px;
}

.top .sec04 h2 {
    font-size: 30px;
}
}

@media screen and (max-width: 1041px) {
.sec02_3 .link_btn a {
    width: 100%;
    margin: 5px auto!important;
}
.sec02_3 .link_btn{
	text-align:left;
}
}

@media screen and (max-width: 767px) {
.link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
}
.link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}
/* スマホ */
.topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*==========================
      　mainimage
  ==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
      新着情報
  ==========================*/
#main .news {
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
}
.sec_news {
    padding: 2em 0;
}
#main .news dt {
    padding: 0;
}
#main .news dd {
    padding: 0 0 10px;
}
#main .news .btn a {
    font-size: 12px;
}
/*==========================
      電話ボタン
  ==========================*/
#main > .telbtn {
    margin-bottom: 1.2em;
}
.telbtn {
    text-align: center;
    margin-bottom: 1em;
}
.telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
}
.telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
}
.telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
/*==========================
      loop
  ==========================*/
.loopSlider {
}
.loopSlider ul {
}
.loopSlider ul li {
}
/*==========================
      　TOP コンテンツ
  ==========================*/
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  /*.top h2 {*/
  /*font-size: 28px;*/
  /*}*/
.sec_news .news dt {
    width: 100%;
}
.top h2 {
    font-size: 32px;
	padding-bottom: 0.5em;
}
.sec02 h2 span {
    font-size: 40px;
}
.sec02 h4 {
    font-size: 18px;
}
.sec02 h3 {
    font-size: 30px;
}
.sec02_1,.sec02_2,.sec02_3{
	margin-bottom:1em;
}
.sec03 .column {
    padding-bottom: 1px;
    margin-bottom: 1em;
}
.sec04 .columns:before {
    top: -24px;
}
.sec01 {
    padding: 8% 0 5%;
}
.sec02,.sec03,.sec05{
    padding: 2em 0;
}
.sec04{
    padding: 2em 0 0;
}
.sec04 .col_img{
	margin-bottom:1em;
}
.sec05 .link_btn a {
    margin: 2em auto 0;
}
.pay-list{
  margin-top: 1em;
}
}

@media screen and (max-width: 420px) {
.top h2 {
    font-size: 28px;
}
.sec02 h3 {
    font-size: 27px;
}
}

@media screen and (max-width: 320px) {
/* スマホ320px */
}





/*-------------------------------------------
------------歯科矯正LP------.page-kyousei ---
--------------------------------------------*/

.page-kyousei .page-title,.page-kyousei .bread_wrap{
	display:none;
}
.page-kyousei #contents > .inner{
	width:100%;
	max-width:100%;
}
.page-kyousei .mainblock{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	color:#3f3f3f;
}


.page-kyousei h2{
	font-size:42px;
	color:#3f3f3f;
	text-align:center;
	    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
	display: block;
	background: url(img/lp_line01.png) repeat-x bottom;
	padding-left: 0;
}
.page-kyousei .h2_ttl h2 {
    background: none;
    color: #fff;
    padding: 0.5em 0;
	margin-bottom:0;
}
.page-kyousei h3{
	font-size:37px;
	color:#3f3f3f;
	text-align:left;
	padding-bottom: 0.5em;
    margin-bottom: 0.8em;
}
.page-kyousei h3:after{
    content: "";
    width: 50px;
    height: 4px;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-bottom: 4px double #800000;
}
ul.ul_lp li{
	font-size:21px;
	    margin-bottom: 0.5em;
}
ul.ul_lp li span{
	font-size:17px;
	text-indent: 1em;
    display: block;
}
ul.ul_lp li:before{
	content:"・";
	color:#800000;
}
/*lp01*/
.page-kyousei .lp01{
	background:url(img/lp01_bg.jpg) no-repeat center / cover;
	padding:5% 0;
}
.page-kyousei .lp01 .page-list{
	background:rgba(255,255,255,.7);
	margin-bottom:0;
}
.page-kyousei .ul_arrow li a{
color:#3f3f3f;
}
.page-kyousei .ul_arrow li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0.25em;
    left: 3px;
    margin: 0 0 0 0;
    border: 7px solid transparent;
    border-top: 12px solid #800000;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-kyousei .lp01 h3{
	font-size:46px;
	text-align:center;
}
.page-kyousei h3 .lp_small{
	font-size:37px;
}
.page-kyousei span.lp_red{
	color:#800000;
}

/*lp02*/
.page-kyousei .lp02{
	background:url(img/lp02_bg.png);
	padding:5% 0;
}
.page-kyousei .lp02 h3{
	padding-bottom: 0.4em;
	background: url(img/lp_line02.png) repeat-x bottom;
}
.page-kyousei .lp02 h3:after{
	display:none;
}

/*lp03*/
.page-kyousei .lp03{
	background:url(img/lp03_bg.jpg) no-repeat center / cover;
	padding:0 0 5%;
}
.page-kyousei .lp03 .h2_ttl{
	background:#800000;
	margin-bottom:5%;
}
.page-kyousei .lp03  .columns + .columns {
    border-top: 1px solid #800000;
    margin-top: 5%;
    padding-top: 5%;
}

/*lp04*/
.page-kyousei .lp04{
	background:url(img/lp02_bg.png);
	padding:0 0 5%;
}
.page-kyousei .lp04 .h2_ttl{
	background:#1b9ca4;
}
.page-kyousei .lp04 h3:after{
	border-color:#1b9ca4;
}
.page-kyousei .lp04 .lp_title {
    font-size: 24px;
    line-height: 1.5;
    background: url(img/lp_icon01.png) no-repeat center top;
	padding-top:60px;
	margin-top:5%;
}
.page-kyousei .lp04  .columns{
    border-top: 1px solid #1b9ca4;
    margin-top: 5%;
    padding-top: 5%;
}
.lp04 ul.ul_lp li:before {
    content: "・";
    color: #1b9ca4;
}
.page-kyousei .lp04 .box {
    background: #fff;
    padding: 3% 3% 1.5% 4%;
    box-sizing: border-box;
	margin-top:3%;
}
.page-kyousei .lp04 .box p{
	border-left:2px solid #1b9ca4;
	padding-left:1em;
}

/*lp05*/
.page-kyousei .lp05{
	background:url(img/lp05_bg.jpg) no-repeat center / cover;
	padding:5% 0 4%;
}
.page-kyousei .lp05 h3{
	font-size: 30px;
    padding-top: 0.35em;
    text-align: center;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
}
.page-kyousei .lp05 h3 span{
	font-size:22px;
}
.page-kyousei .lp05 p{
	font-size:22px;
	text-align:center;
}
.page-kyousei .lp05 h3:after {
    border-bottom: 6px double #800000;
    margin: 0 auto;
}
.page-kyousei .lp05 .columns{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content:space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.page-kyousei .lp05 .columns .column{
 max-width: 30%;
    -webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
}

/*lp05*/
.page-kyousei .lp06{
	padding:5% 0 4%;
}
.page-kyousei .border-table thead th{
	background:#e58700;
}
.page-kyousei .border-table th,.page-kyousei .border-table td {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
	vertical-align:middle;
	background:#fff;
    padding: 20px 5px;
    border: 1px solid #e58700;
    line-height: 1.3;
}
.page-kyousei .lp06 .border-table th,
.page-kyousei .lp06 .border-table th + td{
	font-size:22px;
}
.page-kyousei .border-table span{
	font-weight:bold;
	color:#e58700;
}
.page-kyousei .border-table td + td {
    text-align: left;
}
/*footer*/
.page-kyousei #footer{
	background:url(img/lp02_bg.png);
}
.page-kyousei #footer h2:after{
	display:none;
}
.page-kyousei #footer h2 span {
    content: "";
    background: url(img/h2_icon.png) no-repeat left 30%;
    color: #800000;
    padding-left: 35px;
    font-size: 36px;
}
@media screen and (min-width: 768px) {
.columns.reverse{
-webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row-reverse;
    -moz-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.page-kyousei .mainimage{
	background:url(img/lp_mainimage01.jpg) no-repeat center / cover;
	height:833px;
}
.page-kyousei .lp02 .columns .column {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
}
.page-kyousei .lp03 .columns .column:first-child,
.page-kyousei .lp04 .columns .column:first-child{
 max-width: 44.9%;
    -webkit-box-flex-basis: 44.9%;
    -webkit-flex-basis: 44.9%;
    flex-basis: 44.9%;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px){
.page-kyousei .mainimage {
    height: 500px;
    background-size: cover;
}
}
@media screen and (max-width: 1042px){
.page-kyousei .lp04 .lp_title {
    font-size: 22px;
}
.page-kyousei .lp05 h3 {
    font-size: 24px;
}
.page-kyousei .lp05 h3 span {
    font-size: 18px;
}
}
@media screen and (max-width: 767px){
.page-kyousei h2 {
    font-size: 30px;
}
.page-kyousei h3 .lp_small {
    font-size: 20px;
}
.page-kyousei .lp02 h3 {
    font-size: 30px;
	padding-bottom: 0.8em;
}
.page-kyousei h3 {
    font-size: 22px;
    padding-top: 0.8em;
}
ul.ul_lp li {
    font-size: 16px;
    margin-bottom: 0.3em;
}
.page-kyousei .lp04 .lp_title {
    font-size: 20px;
}
.page-kyousei .lp05 .columns .column{
 max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis:48%;
	  flex-basis: 48%;
}
.page-kyousei .lp06 .border-table th, .page-kyousei .lp06 .border-table th + td {
    font-size: 16px;
}
.page-kyousei .border-table th, .page-kyousei .border-table td {
    padding: 5px 5px;
}
.page-kyousei .lp05 h3 {
    font-size: 18px;
}
.page-kyousei .lp05 h3 span {
    font-size: 15px;
}
.page-kyousei .lp05 p {
    font-size: 16px;
}
.lp02 img{
   width: 100% !important;
    max-width: 420px !important;
    height: 100% !important;
    max-height: inherit;
}
}
@media screen and (max-width: 480px){
.page-kyousei .lp02 h3 {
    font-size: 23px;
}
.page-kyousei h3 .lp_small {
    font-size: 16px;
}
.page-kyousei h2 {
    font-size: 24px;
}
}

/* 20191218 */
.sec01 {
    padding: 70px 0 ;
}
.sec01 .bnr_column {
    text-align: center;
}
.sec01 .bnr_column a {
    display: inline-block;
    margin-bottom: 2%;
}
@media (min-width: 768px){
  .sec01 .bnr_column {
      flex-wrap: wrap;
      justify-content: center;
  }
  .sec01 .bnr_column a {
      display: block;
      flex: 0 0 49%;
  }
    .sec01 .bnr_column a:first-child {
        margin-right: 2%;
    } 
}
@media screen and (max-width: 767px){
.sec01 {
    padding:40px 0 ;
}
}