@charset "utf-8";

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%; 
	font-size: 62.5%;
}
body {
	line-height: 1.5; 
	font-family: heisei-maru-gothic-std, sans-serif;
	font-size: 1.6rem; 
	color: #4D4D4D;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.spOnly { display: none; }

/*以降にPCの記述追記*/



header{
	display: block;
	width: 100%;
	background-color: #FFFFFF;
  padding: 10px 15px;
}

h1{
  width: 275px;
}

main{
  display:block; 
  width: 100%;
}




.cown .con section.sec01 .sec01_01 {
  width:1100px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.cown .con .sec01 .sec01_01 .cat {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.cown .con .sec01 .sec01_01 .cat span.linetxt {
  position: relative;
}

.cown .con .sec01 .sec01_01 .cat span.linetxt::before {
  content: "";
  background-image: linear-gradient(to right, #A27A51, #A27A51 20px, transparent 6px, transparent 8px);
  background-size: 36px 5px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: -13px;
  left: 0;
  right: 0;
}

.cown .con .sec01 .sec01_01 .cat .dottxt{
  position: relative;
  padding-top: 0.4em;
}

.cown .con .sec01 .sec01_01 .cat .dottxt::before{
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #4D4D4D;
  top: -3px;
  left: 50%;
    transform: translate(-50%, 0);
}



.cown .con .sec01 .sec01_01 .actw {
  padding: 40px 0 0;
}

.cown .con .sec01 .sec01_01 .actw .txtImg {
  margin: 0 auto;
}

.cown .con .sec01 .sec01_02 {
  padding: 70px 0;
  background-color: #d5964c20;
  text-align: center;
}

.cown .con .sec01 .sec01_02 .cat {
  font-size: 30px;
}
.cown .con .sec01 .sec01_02 .cat span {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cown .con .btn{
    margin: 10px auto 0;
    padding: 20px 20px;
    background: rgb(166,98,151);
    background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
    background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
    background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
    border-radius: 80px;
    width: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    box-shadow: 0px 5px 14px 1px #ababab;
    display: block;
    opacity: 1.0;
    text-decoration: none;
    pointer-events: all;
    transition: all .1s ease-out;   
    box-sizing: content-box;
}

.cown .con .btn:hover{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(230deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(230deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  outline: 4px solid rgba(211,135,134,1);
  opacity: 0.8;
}

.cown .con .btn a{
  color: #FFFFFF;
  display: block;
  opacity: 1.0;
  text-decoration: none;
  pointer-events: all;
}

.cown .con .btn:hover a{
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cown .con .sec01 .sec01_03{
  width:1100px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

.cown .con .sec01 .sec01_03 figure.img.img01_02 {
  position: absolute;
  width: 100px;
  left: 12vw;
  top: 52px;
}

.cown .con .sec01 .sec01_03 figure.img.img01_03 {
  position: absolute;
  width: 100px;
  right: 12vw;
  top: 52px;
}

.cown .con .sec01 .sec01_03 .cat {
  font-size: 24px;
  text-align: center;
}
.cown .con .sec01 .sec01_03 .cat span {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cown .con .sec02 .sec02_01 {
  padding: 70px 0;
  background-color: #d5964c20;
}

.cown .con .sec02 .sec02_01 .sec02_01In{
  width:1100px;
  margin: 0 auto;
}

.cown .con .sec02 .sec02_01 dl.box {
  padding: 60px 30px 40px;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.cown .con .sec02 .sec02_01 dl.box + dl.box{
  margin-top: 50px;
}

.cown .con .sec02 .sec02_01 .box .quaTxt {
  position: absolute;
  top: -10px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  padding: 7px 20px 3px;
  border-radius: 50px;
  color: #ffffff;
}

.cown .con .sec02 .sec02_01 dl.box dd .ansTxt {
  font-size: 28px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.cown .con .sec02 .sec02_01 .box dd .txtBox {
  position: relative;
  margin-top: 20px;
  padding:15px;
  font-size: 18px;
  font-weight: bold;
  border:solid 3px #666666;
}

.cown .con .sec02 .sec02_01 .box dd .txtBox::before {
  height: 0;
  display: block;
  position: absolute;
  content: "";
  background: linear-gradient(to right, #A27A51, #A27A51 20px, transparent 6px, transparent 8px);
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  border-top: solid 62px #ffffff;
  border-right: solid 62px transparent;
}

.cown .con .sec02 .sec02_01 .box dd .txtBox::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/ic_02_1.png") no-repeat left top /61px 61px;
  top: -4px;
  height: 100%;
  width: 100%;
  left: -2px;
}

.cown .con .sec02 .sec02_01 .box02 dd .txtBox::before,
.cown .con .sec02 .sec02_01 .box06 dd .txtBox::before {
  top: -3px;
  left: auto;
  right: -3px;
  border-top: solid 62px #fff;
  border-left: solid 62px transparent;
  border-right: none;
}

.cown .con .sec02 .sec02_01 .box02 dd .txtBox::after,
.cown .con .sec02 .sec02_01 .box06 dd .txtBox::after  {
  background: url("../images/ic_02_2.png") no-repeat right top /61px 61px;
  top: -4px;
  height: 100%;
  width: 100%;
  left: auto;
  right: -2px;
}

.cown .con .sec02 .sec02_01 dl.box dd .txtBox .boxIn {
  display: flex;
  justify-content: center;
  background-image :
    linear-gradient(to right, #666666, #666666 20px, transparent 6px, transparent 8px),  /* 上の線 */
    linear-gradient(to bottom, #666666, #666666 20px, transparent 6px, transparent 8px), /* 右の線 */
    linear-gradient(to left, #666666, #666666 20px, transparent 6px, transparent 8px),  /* 下の線 */
    linear-gradient(to top, #666666, #666666 20px, transparent 6px, transparent 8px);   /* 左の線 */
  background-size:
    30px 3px,  /* 上の線 */
    3px 30px, /* 右の線 */
    30px 3px,  /* 下の線 */
    3px 30px;   /* 左の線 */
  background-position:
    left top,  /* 上の線 */
    right top, /* 右の線 */
    right bottom,  /* 下の線 */
    left bottom;   /* 左の線 */
  background-repeat:
    repeat-x,  /* 上の線 */
    repeat-y, /* 右の線 */
    repeat-x,  /* 下の線 */
    repeat-y;   /* 左の線 */
  padding: 24px;
}

.cown .con .sec02 .sec02_01 dl.box dd .txtBox .txt {
  padding: 20px 40px;
  font-size: 24px;
}

.cown .con .sec02 .sec02_01 dl.box dd .txtBox.txtBox01 .img02_01 {
  position: absolute;
    width: 150px;
    bottom: -4px;
    right: 0;
}

.cown .con .sec02 .sec02_01 dl.box dd .box02_1 {
  display: flex;
  margin-top: 20px;
}

.cown .con .sec02 .sec02_01 dl.box dd .box02_1 .left {
  width:30%;
}

.cown .con .sec02 .sec02_01 .box02 dd .box02_1 .left .img02_02 {
  width: 46%;
  margin: 0 auto;
}

.cown .con .sec02 .sec02_01 dl.box dd .box02_1 .right {
  width:70%;
}

.cown .con .sec02 .sec02_01 dl.box dd .box02_1 .right .txt {
  margin: 13px 0 20px;
  font-size: 24px;
  font-weight: bold;
}

.cown .con .sec02 .sec02_01 dl.box04 dd ul {
  display: flex;
  flex-wrap: wrap;
}

.cown .con .sec02 .sec02_01 dl.box04 dd ul li {
  width: 46%;
  margin: 20px 2%;
}

.cown .con .sec02 .sec02_01 dl.box04 dd ul li .img{
  width: 60%;
  margin:0 auto;
}

.cown .con .sec02 .sec02_01 dl.box04 dd ul li .txt{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

.cown .con .sec02 .sec02_01 dl.box dd .txtBox .img02_03 {
  position: absolute;
  width: 150px;
  bottom: -20px;
  right: 0;
}

.cown .con .sec02 .sec02_01 .sec02_01In .btn {
  margin: 50px auto 70px;
  width: 60%;
}


.cown .con .sec02 .sec02_02 {
  padding: 50px 0;
  text-align: center;
}



.cown .con .sec03 {
  background-color: #d5964c20;
  padding: 70px 0;
}

.cown .con .sec03 .sec03_01 {
  text-align: center;
}

.cown .con .sec03 .sec03_01 .nameTxt {
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}

.cown .con .sec03 .sec03_01 .img {
  width: 60%;
  margin: 0 auto;
}

.cown .con .sec03 .sec03_01 .img03_02 {
  width: 30%;
}

.cown .con .sec03 .sec03_01 .txtBox {
  width:1100px;
  margin: 30px auto 0;
  background: #FFFFFF;
  padding: 50px 80px;
  border-radius: 0 0 10px 10px;
}
.cown .con .sec03 .sec03_01 .txtBox .txt {
  font-size: 20px;
  text-align: left;
}

.cown .con .sec03 .sec03_01 .txtBox .txt+.txt {
  margin-top:25px ;
}

.cown .con .sec03 .sec03_01 .txtBox .txt b{
  font-weight: bold;
}

.cown .con .sec03 .sec03_01 .txtBox ul {
  margin: 25px 0 25px 30px;
  text-align: left;
  list-style: disc;
  font-size: 20px;
}

.cown .con .sec04 {
  width:1100px;
  margin: 70px auto;
}

.cown .con .sec04 .cat {
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px 8px;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  border-radius: 50px;
  color: #ffffff;
}

.cown .con .sec04 .sec04_01 {
  margin:50px auto;
}

.cown .con .sec04 .sec04_01 dl {
  margin: 0 auto;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
  background-color: #d5964c20;
  border-radius: 30px;
  width: 80%;
}

.cown .con .sec04 .sec04_01 dl::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  bottom: -40px;
  margin-left: -13px;
  left: 50%;
  border-style: solid;
  border-color: #4D4D4D transparent transparent transparent;
  border-width: 26px 26px 0 26px;
}

.cown .con .sec04 .sec04_01 dl:nth-of-type(5n)::after {
  display: none;
}

.cown .con .sec04 .sec04_01 dl+dl {
  margin-top:50px;
}

.cown .con .sec04 .sec04_01 dl dt.dat {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #B95F8B;
  width: 20%;
  line-height: 1.2;
  margin-top: 10px;
}

.cown .con .sec04 .sec04_01 dl:nth-of-type(5n) dt.dat {
  margin-top: 0;
}

.cown .con .sec04 .sec04_01 dl dt.dat span {
  display: block;
  font-size: 18px;
}

.cown .con .sec04 .sec04_01 dl dd{
  width: 80%;
}

.cown .con .sec04 .sec04_01 dl dd .txt{
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.cown .con .sec04 .sec04_01 dl:nth-of-type(5n) dd .txt {
  margin-top: 15px;
}

.cown .con .sec04 .sec04_01 dl dd .txt strong {
  font-size: 160%;
  font-weight: bold;
}

.cown .con .sec04 .sec04_02 .btn{
  width: 65%;
}


.cown .con .sec05 {
  padding: 70px 0;
}

.cown .con .sec05 .sec05_01{
  width:1100px;
  margin: 0 auto;
}

.cown .con .sec05 .sec05_01 .catT {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background: url("../images/img05_bg01.png") no-repeat top center/ auto 112%;
}

.cown .con .sec05 .sec05_01 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
}
.cown .con .sec05 .sec05_01 ul li{
  width:31.3333%;
  margin: 1%;
  position: relative;
  padding: 50px 2%;
  background: #FFFFFF;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 3px 8px 1px #ababab80;
}

.cown .con .sec05 .sec05_01 ul li:nth-of-type(3n){
  margin-right: 0;
}

.cown .con .sec05 .sec05_01 ul li .member {
  position: absolute;
  width: 40%;
  top: -100px;
  left: 50%;
  margin-left: -20%;
}

.cown .con .sec05 .sec05_01 ul li .name{
  text-align: center;
  font-size: 16px;
}

.cown .con .sec05 .sec05_01 ul li .cat{
  text-align: center;
  font-size: 18px;
  margin: 25px;
  font-weight: bold;
}

.cown .con .sec05 .sec05_01 ul li .txt+.txt{
  margin: 15px 0;
}

.cown .con .sec06 {
  background-color: #d5964c20;
}

.cown .con .sec06 .sec06In{
  width:1100px;
  margin: 0 auto;
  padding: 70px 0;
}

.cown .con .sec06 .cat {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  padding: 9px 20px 5px;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
}

.cown .con .sec06 .sec06_01 {
  width: 90%;
  margin: 0 auto;
}

.cown .con .sec06 .sec06_01 ul{
  width: 80%;
  margin: 0 auto;
}

.cown .con .sec06 .sec06_01 ul li {
  margin-left:30px;
  text-align: left;
  list-style: disc;
  font-size: 25px;
  font-weight: bold;
}

.cown .con .sec06 .sec06_01 .txt{
  font-size: 25px;
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
}

.cown .con .sec06 .sec06_01 .txt span{
  display: inline-block;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cown .con .sec07 {
  padding: 70px 0;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
}

.cown .con .sec07 .sec07_01{
  width:1100px;
  margin: 0 auto;
  position: relative;
}

.cown .con .sec07 .sec07_01 .cat{
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

.cown .con .sec07 .sec07_01 .cat span{
  position: relative;
  padding-top: 0.3em;
}

.cown .con .sec07 .sec07_01 .cat span::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #fff;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
}

.cown .con .sec07 .sec07_01 .txt{
  margin-left: 10vw;
  font-size: 24px;
  color: #FFFFFF;
}

.cown .con .sec07 .sec07_01 .txt b{
  font-weight: bold;
}



.cown .con .sec07 .sec07_01 .img07_01 {
  position: absolute;
  width: 32%;
  bottom: -70px;
  right: 0;
}

.cown footer .footxt{
  width:1100px;
  margin: 50px auto;
}

.cown footer .footxt .tit {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.cown footer .footxt table {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.cown footer .footxt table tr th,
.cown footer .footxt table tr td {
  font-size: 18px;
}

.cown footer .footxt table tr th {
  width:30%;
  text-align: center;
}

.cown footer .footxt table tr td {
  width:70%;
}

.copyRight{
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  background-color: #d5964c20;
}
.pageUp {
  position: fixed;
  right: 25px;
  bottom: 85px;
  z-index: 70;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pageUp a {
  display: block;
  color: rgb(211 135 134);
  font-weight: bold;
  text-align: center;
  padding: 14px 1px 1px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.75);
  cursor: pointer;
  width: 70px;
  height: 70PX;
  text-decoration: none;
  box-shadow: 1px 3px 11px 1px #ababab;
}

.pageUp a i{
  font-size: 40px;
}

.pageUp a:hover{
  color: #FFFFFF;
  background: rgb(166,98,151);
  background: -moz-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: -webkit-linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
  background: linear-gradient(230deg, rgba(166,98,151,1) 0%, rgba(211,135,134,1) 50%, rgba(213,146,133,1) 81%, rgba(230,188,129,1) 100%);
}



@media screen and (min-width: 1100px), print {
  .spOnly { display: none; }
  .tabOnly { display: none; }
  .sptabOnly { display: none; }
  .pcOnly { display: block; }

  
  
}

@media screen and (max-width: 1100px), print {
  .spOnly { display: none; }
  .sptabOnly { display: block; }
  .tabOnly { display: block; }
  .pcOnly { display: none; }
  
  .cown main .mainVisual img {
    width:100%;
  }

  h1 {
    width: 200px;
  }
  
  .cown .con section.sec01 .sec01_01 {
    width:96%;
    padding: 50px 2% 0;
  }
  .cown .con .sec01 .sec01_01 .cat {
    font-size: 35px;
  }

  .cown .con .sec01 .sec01_01 .actw {
    padding: 40px 0 0;
  }

  .cown .con .sec01 .sec01_02 {
    padding: 50px 2%;
    background-color: #d5964c20;
    text-align: center;
  }

  .cown .con .sec01 .sec01_02 .cat span {
    font-size: 40px;
  }

  .cown .con .btn{
    margin: 10px auto 0;
    padding: 25px 2%;
    width: 75%;
    font-size: 35px;
    box-shadow: 0px 5px 14px 1px #ababab;
  }

  .cown .con .sec01 .sec01_03 {
    width:96%;
    padding: 50px 2%;
  }

  .cown .con .sec01 .sec01_03 .cat span {
    font-size: 40px;
  }

  .cown .con .sec01 .sec01_03 figure.img.img01_02 {
    position: absolute;
    width: 100px;
    left: 3vw;
    top: 45px;
  }

  .cown .con .sec01 .sec01_03 figure.img.img01_03 {
    position: absolute;
    width: 100px;
    right: 1vw;
    top: 40px;
  }

  .cown .con .sec02 .sec02_01 {
    padding: 30px 0;
  } 

  .cown .con .sec02 .sec02_01 .sec02_01In {
    width:96%;
    padding: 50px 2%;
  }

  .cown .con .sec02 .sec02_01 .box .quaTxt {
    font-size: 24px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .ansTxt {
    font-size: 28px;
    text-align: center;
    margin: 8px 0;
    font-weight: bold;
  }

  .cown .con .sec02 .sec02_01 .box02 dd .box02_1 .left .img02_02 {
    width: 62%;
    margin: 0 auto;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox::before {
    top: -4px;
    left: -4px;
  }

  .cown .con .sec02 .sec02_01 .box02 dd .txtBox::before, .cown .con .sec02 .sec02_01 .box06 dd .txtBox::before {
    top: -4px;
    left: auto;
    right: -4px;
  }
  .cown .con .sec02 .sec02_01 dl.box dd .box02_1 .right .txt {
    margin: 0 0 15px;
    font-size: 24px;
  }
  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .boxIn {
    padding: 25px 60px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .txt {
    padding: 20px;
    font-size: 20px;
  }

  .cown .con .sec02 .sec02_01 dl.box04 dd ul li .txt {
    font-size: 22px;
    margin-top: 20px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .ansTxt {
    font-size: 24px;
  }


  .cown .con .sec03 .sec03_01 .txtBox {
    padding: 30px 8%;
    width: 94%;
    border-radius: 0 0 10px 10px;
  }

  .cown .con .sec03 .sec03_01 .img03_01 {
    width: 50%;
    margin: 0 auto;
  }
 
  .cown .con .sec04 {
    padding: 0 2%;
    width: 96%;
    margin: 50px auto;
  }

  .cown .con .sec04 .sec04_01 dl {
    padding: 20px 2% 10px;
    width: 96%;
  }

  .cown .con .sec02 .sec02_01 .sec02_01In .btn {
    width: 80%;
  }

  .cown .con .sec02 .sec02_02 .btn{
    width: 75%;
  }

  .cown .con .sec04 .sec04_02 .btn{
    width: 82%;
  }


  .cown .con .sec05 .sec05_01 {
    width: 96%;
    padding: 0 2%;
  }

  .cown .con .sec05 .sec05_01 ul li {
    width: 46%;
    margin-right: 4%;
  }

  .cown .con .sec05 .sec05_01 ul li:nth-of-type(2n){
    margin-right: 0;
  }

  .cown .con .sec05 .sec05_01 ul li:nth-of-type(3n) {
    margin-top: 15vw;
  }

  .cown .con .sec05 .sec05_01 ul li .member {
    top: -12.5vw;
  }

  .cown .con .sec06 {
    padding: 50px 0;
  }

  .cown .con .sec06 .sec06In {
    width: 96%;
    padding: 0 2%;
  }


  .cown .con .sec06 .sec06_01 ul {
    width: 100%;
  }

  .cown .con .sec07 .sec07_01 {
    width: 96%;
    padding: 0 2%;
  }

  .cown .con .sec07 .sec07_01 .txt {
    margin-left: 2vw;
    font-size: 22px;
    color: #FFFFFF;
  }

  .cown .con .sec07 .sec07_01 .cat span::before {
    top: -10px;
  }

  .cown footer .footxt {
    width: 96%;
    padding: 0 2%;
    margin: 30px auto;
  }

  .pageUp {
    bottom: 20px;
  }

}



/* ～○○px For SP
================================ */

@media screen and (max-width: 750px) {
  .spOnly { display: block; }
  .tabOnly { display: none; }
  .pcOnly { display: none; }

  body {
	line-height: 1.6; 
	font-size: 1.5rem; 
	}

  header {
    padding: 6px 2%;
  }

  h1 {
    width: 110px;
    margin: 0 auto;
  }

  .cown .con section.sec01 .sec01_01 {
    padding: 30px 2% 0;
  }

  .cown .con .sec01 .sec01_01 .cat {
    font-size: 20px;
  }

  .cown .con .sec01 .sec01_01 .cat span.linetxt::before {
    background-image: linear-gradient(to right, #A27A51, #A27A51 12px, transparent 8px, transparent 8px);
    background-size: 23px 4px;
    bottom: -8px;
  }

  .cown .con .sec01 .sec01_01 .actw {
    padding: 30px 0 0;
  }

  .cown .con .sec01 .sec01_02 {
    padding: 30px 2%;
  }

  .cown .con .sec02 .sec02_01 dl.box {
    padding: 60px 3% 20px;
    border-radius: 0 0 10px 10px;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox {
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
    border: solid 2px #666666;
  }

  .cown .con .sec01 .sec01_02 .cat {
    font-size: 18px;
  }

  .cown .con .sec01 .sec01_02 .cat span {
    font-size: 28px;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox::before {
    top: -3px;
    left: -3px;
    border-top: solid 42px #ffffff;
    border-right: solid 42px transparent;
}

  .cown .con .sec02 .sec02_01 .box dd .txtBox::after {
    background: url("../images/ic_02_1.png") no-repeat left top /40px 40px;
    top: -4px;
    left: -2px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .boxIn {
    padding: 16px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox.txtBox01 .img02_01 {
    width: 86px;
    bottom: -4px;
    right: -5px;
  }

  .cown .con .btn{
    padding: 15px 2%;
    width: 87%;
    font-size: 18px;
  }

  .cown .con .sec02 .sec02_02 .btn{
    width: 80%;
  }
  
  .cown .con .sec01 .sec01_03 .cat {
    font-size: 14px;
  }

  .cown .con .sec01 .sec01_03 .cat span {
    font-size: 28px;
  }

  .cown .con .sec01 .sec01_03 {
    width: 96%;
    padding: 30px 2%;
  }

  .cown .con .sec01 .sec01_03 figure.img.img01_02 {
    width: 40px;
    left: 2vw;
    top: 28px;
  }

  .cown .con .sec01 .sec01_03 figure.img.img01_03 {
    width: 50px;
    right: 1vw;
    top: 20px;
  }

  .cown .con .sec02 .sec02_01 .sec02_01In {
    width: 96%;
    padding: 20px 2%;
  }

  .cown .con .sec02 .sec02_01 .box .quaTxt {
    font-size: 16px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .ansTxt {
    font-size: 15px;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox {
    margin-top: 10px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .txt {
    padding: 10px;
    font-size: 12px;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox::before {
    top: -3px;
    left: -3px;
    border-top: solid 30px #ffffff;
    border-right: solid 30px transparent;
  }

  .cown .con .sec02 .sec02_01 .box dd .txtBox::after {
    background: url("../images/ic_02_1.png") no-repeat left top /29px 30px;
    top: -4px;
    left: -2px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .boxIn {
    padding: 8px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .boxIn {
    display: flex;
    justify-content: center;
    background-image :
      linear-gradient(to right, #666666, #666666 14px, transparent 6px, transparent 8px),  /* 上の線 */
      linear-gradient(to bottom, #666666, #666666 14px, transparent 6px, transparent 8px), /* 右の線 */
      linear-gradient(to left, #666666, #666666 14px, transparent 6px, transparent 8px),  /* 下の線 */
      linear-gradient(to top, #666666, #666666 14px, transparent 6px, transparent 8px);   /* 左の線 */
    background-size:
      23px 3px,  /* 上の線 */
      3px 23px, /* 右の線 */
      23px 3px,  /* 下の線 */
      3px 23px;   /* 左の線 */
    background-position:
      left top,  /* 上の線 */
      right top, /* 右の線 */
      right bottom,  /* 下の線 */
      left bottom;   /* 左の線 */
    background-repeat:
      repeat-x,  /* 上の線 */
      repeat-y, /* 右の線 */
      repeat-x,  /* 下の線 */
      repeat-y;   /* 左の線 */
  }

  .cown .con .sec02 .sec02_01 dl.box dd .box02_1 .right .txt {
    margin: 0 0 9px;
    font-size: 14px;
  }

  .cown .con .sec02 .sec02_01 .box02 dd .txtBox::before, 
  .cown .con .sec02 .sec02_01 .box06 dd .txtBox::before {
    top: -3px;
    left: auto;
    right: -3px;
    border-top: solid 30px #fff;
    border-left: solid 30px transparent;
    border-right: none;
  }

  .cown .con .sec02 .sec02_01 .box02 dd .txtBox::after, 
  .cown .con .sec02 .sec02_01 .box06 dd .txtBox::after {
    background: url("../images/ic_02_2.png") no-repeat right top /29px 30px;
    top: -4px;
    height: 100%;
    width: 100%;
    left: auto;
    right: -2px;
  }

  .cown .con .sec02 .sec02_01 dl.box02,
  .cown .con .sec02 .sec02_01 dl.box04,
  .cown .con .sec02 .sec02_01 dl.box06 {
    padding: 32px 3% 20px;
  }

  .cown .con .sec02 .sec02_01 dl.box dd .txtBox .img02_03 {
    position: absolute;
    width: 78px;
    bottom: -10px;
    right: -17px;
  }

  .cown .con .sec02 .sec02_01 dl.box04 dd ul li .txt {
    font-size: 13px;
    margin-top: 20px;
  }

  .cown .con .sec02 .sec02_01 .sec02_01In .btn {
    margin: 40px auto 50px;
    width: 90%;
  }

  

  .cown .con .sec02 .sec02_02 {
    padding: 30px 0px 35px;
  }

  .cown .con .sec03 {
    background-color: #d5964c20;
    padding: 50px 0;
  }

  .cown .con .sec03 .sec03_01 .nameTxt {
    font-size: 18px;
    margin-top: 15px;
  }

  .cown .con .sec03 .sec03_01 .txtBox .txt {
    font-size: 12px;
    text-align: left;
  }

  .cown .con .sec03 .sec03_01 .txtBox ul {
    margin: 20px 0 20px 19px;
    font-size: 12px;
  }

  .cown .con .sec03 .sec03_01 .img03_01 {
    width: 87%;
    margin: 0 auto 10PX;
  }

  .cown .con .sec03 .sec03_01 .img03_02 {
    width: 50%;
  }


  .cown .con .sec04 {
    margin: 30px auto;
  }

  .cown .con .sec04 .cat {
    font-size: 24px;
  }

  .cown .con .sec04 .sec04_01 {
    margin: 20px auto;
  }

  .cown .con .sec04 .sec04_01 dl {
    padding: 8px 2% 8px;
    width: 96%;
  }

  .cown .con .sec04 .sec04_01 dl dd .txt {
    font-size: 14px;
  }

  .cown .con .sec04 .sec04_01 dl dd .txt strong {
    font-size: 140%;
    font-weight: bold;
  }

  .cown .con .sec04 .sec04_01 dl:nth-of-type(5n) dd .txt {
    margin-top: 20px;
  }

  .cown .con .sec04 .sec04_01 dl dt.dat span {
    font-size: 12px;
  }

  .cown .con .sec04 .sec04_01 dl dt.dat {
    font-size: 40px;
    width: 20%;
    line-height: 1.3;
    margin-top: 6px;
  }

 

  .cown .con .sec04 .sec04_01 dl::after {
    bottom: -23px;
    margin-left: -12px;
    border-width: 14px 14px 0 14px;
  }

  .cown .con .sec04 .sec04_01 dl+dl {
    margin-top: 30px;
  }

  .cown .con .sec04 .sec04_02 .btn{
    width: 90%;
  }

  .cown .con .sec05 {
    padding: 30px 0;
  }

  .cown .con .sec05 .sec05_01 .catT {
    font-size: 22px;
  }

  .cown .con .sec05 .sec05_01 ul {
    margin-top: 70px;
  }

  .cown .con .sec05 .sec05_01 ul li {
    width: 100%;
    margin-right: 0;
    padding: 60px 6% 20px;
  }

  .cown .con .sec05 .sec05_01 ul li .member {
    width: 30%;
    top: -58px;
    left: 50%;
    margin-left: -15%;
  }

  .cown .con .sec05 .sec05_01 ul li .cat {
    font-size: 16px;
    margin: 15px 0;
  }

  .cown .con .sec05 .sec05_01 ul li:nth-of-type(2n) {
    margin-top: 70px;
  }

  .cown .con .sec05 .sec05_01 ul li:nth-of-type(3n) {
    margin-top: 70px;
  }

  .cown .con .sec06 {
    padding: 30px 0;
  }

  .cown .con .sec06 .cat {
    margin-bottom: 20px;
    font-size: 13px;
    padding: 9px 20px 4px;
  }

  .cown .con .sec06 .sec06_01 ul li {
    margin-left: 14px;
    text-align: left;
    list-style: disc;
    font-size: 12px;
    font-weight: bold;
  }

  .cown .con .sec06 .sec06_01 .txt {
    font-size: 13px;
    margin-top: 20px;
  }

  .cown .con .sec07 {
    padding: 30px 0;
  }

  .cown .con .sec07 .sec07_01 .cat {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .cown .con .sec07 .sec07_01 .cat span::before {
    top: -5px;
  }

  .cown .con .sec07 .sec07_01 .txt {
    font-size: 11px;
    margin-left: 0;
  }

  .cown .con .sec07 .sec07_01 .img07_01 {
    position: absolute;
    width: 31%;
    bottom: -30px;
    right: 0;
  }

  .cown footer .footxt {
    margin: 15px auto;
  }

  .cown footer .footxt .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cown footer .footxt table tr th {
    width: 40%;
  }

  .cown footer .footxt table tr th, .cown footer .footxt table tr td {
    font-size: 12px;
  }

  .copyRight{
    padding: 10px 0;
    font-size: 1.1rem;
  }

  .pageUp a {
    padding: 10px 1px 1px;
    width: 50px;
    height: 50PX;
  }

  .pageUp a i {
    font-size: 30px;
  }

}




