body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

p {
  font-size:16px;
  line-height:1.6;
  margin:0 0 1em;
}

img {
  width: 100%;
  height: auto;
}

header {
  width: 100%;
  height: auto;
  margin:10px 0;
}

header #site-logo {
  width: 220px;
  margin: 0 auto;
  line-height: 0;
}
header #site-logo img {
  display:block;
  width: 160px;
  margin: 0 auto;
}

header #site-logo .cap {
  display:block;
  margin:5px 0 0;
  text-align:center;
}

header #site-logo .cap a {
  font-size:12px;
  line-height:1.6;
  color:#000;
}

.video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video iframe {
  width: 100%;
  height: 100%;
}

#wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 15px 10px 30px;
}

.main-cont {
    width: auto;
}

.fl {
    float: none;
    width: 100% !important;
    margin: 20px 0;
}

.fr {
    float: none;
    width: 100% !important;
    margin: 20px 0;
}

.red {
  color:red;
}

.yel {
  color:#ffeb3b;
}

.pk {
  color:#e5007c;
}

.pp {
  color:#936089;
}

.big {
  font-size:110%;
}

.small {
  font-size:80%;
}

.center {
  text-align:left;
}

@media screen and (min-width: 640px) {

.center {
  text-align:center;
}


}

h2 .small {
  font-size:90%;
}

h2 img {
  width: 100%;
}

h3 img {
  width: 100%;
  height: 70%;
}

.middle{
  font-size:120%;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

#rank{
font-size:90%;
}

table#rank {
    width: 1000px;
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:20px;
}

table#rank th {
    padding: 10px;
    border: #ddd solid;
    border-width: 0 0 1px 1px;
    background: #efefef;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

table#rank th#col01 {
  width:50px;
}

table#rank th#col02 {
  width:30px;
}

table#rank th#col03 {
  width:50px;
}

table#rank th#col04 {
  width:50px;
}

table#rank th#col05 {
  width:20px;
}

table#rank td {
    padding: 10px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
    font-size: 14px;
    text-align:left;
}

table#rank td.c {
    text-align:center;
}

table#rank td.left {
    text-align:left;
}

table#rank tr.gray td {
    background:#F5F5F5;
}

table#menu {
  width:100%;
}

h4.classh4{
  margin-bottom:5px;
}

div.flow{
  background:#ffefef;
  padding:10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.flow .title{
  text-align:center;
  font-size:120%;
  padding:12px 0 10px;
  border-bottom:dotted 1px #999;
  margin-bottom:10px;
  font-weight:bold;
  background: #F88989;
  color: #fff;
}


 div.flow #contact{
  border:solid 1px #eeefef;
  background-color:#fff;
  padding:10px 15px;
  margin-bottom:15px;
}

img {
  border:0;
}

a {
  color:#e5007c;
  outline: 0;
  text-decoration:underline;
}

a:hover {
  color:#ff9900;
  text-decoration:none;
}

a img:hover {
  opacity: 0.6;
}

a.linkarrow {
  background:url("../images/linkarrow.gif") no-repeat center left;
  padding-left:15px;
}

.gotop {
  text-align:right;
  clear:both;
  margin-top:25px;
}

.gotop a {
  background: url("../images/toparrow.png") no-repeat 18px 50%;
  border-radius: 10px;
  background-color: #007800;
  padding: 2px 25px 2px 30px;
  color: #fff;
  font-size: 80%;
  text-decoration: none;
}

.nba_btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 99px;
    background: #008f38;
    color: #ffffff !important;
    text-decoration: none;
}

strong {
    color: #F00;
}

.rightColumn {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    display: flex;
    justify-content: center;
}

.subSection {
    width: 297px;
    height: auto;
    overflow: hidden;
}

.subSection iframe {
  width: 100% !important;
  height: auto !important;
}

footer {
  width: 100%;
  height: 60px;
  background: none;
  background-color: #4cb4ac;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
footer p {
  width: 100%;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

#chokuzen-taisaku {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
#chokuzen-taisaku p {
  clear: both;
}

section h2,
#result h2,
#gaiyou h2,
#ch-lead h2,
#ch-box h2,
#kadai h2,
#chokuzen-taisaku h2,
.col-2 h2 {
  clear:both;
  width: auto;
  height: auto;
  padding: 10px;
  background: #4cb4ac;
  margin: 0 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

section h3 {
  padding:5px 0;
  border-bottom:1px solid red;
  font-size:18px;
  line-height:1.6;
  color:red;
  margin:0 0 15px;
}

#chokuzen-taisaku h2 {
  clear: both;
  width: auto;
  height: auto;
  padding: 2px 10px;
  border-bottom: solid 2px #e72f6e;
  margin: 10px 0 0;
  font-size: 18px;
}
#chokuzen-taisaku li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
#chokuzen-taisaku .taisaku-image img {
  display: block;
  width: 315px;
  margin: 0 auto 10px;
}

#ch-lead .right {
  width:auto;
  margin:30px 0;
}

#ch-lead .right img {
  width:100%;
}

#ch-lead .left {
  width:auto;
  margin:30px 0;
}

#ch-lead .left img {
  width:100%;
}

#ch-box h2 {
  clear:both;
  margin:20px 0 0;
  font-size:16px;
  text-decoration:underline;
}

#ch-box .ch-box-cont .left {
  width:auto;
  margin:10px 0;
}

#ch-box .ch-box-cont .left img {
  width:100%;
}
#ch-box .ch-box-cont .right {
  width:auto;
  margin:10px 0 20px;
}

.notice {
  width:auto;
  height:auto;
  
}

.notice a {
  display:block;
  padding:10px;
  background:#e60012;
  border-radius:10px;
  margin:0 0 20px;
  text-align:center;
  font-size:15px;
  font-weight:bold;
  color:#fff;
  line-height:26px;
  text-decoration:none;
}

.notice a:hover {
  opacity:0.6;
}

.rightColumn select {
  padding:10px 5px;
  font-size:14px;
  line-height:26px;
}


@media screen and (min-width: 640px) {

body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

img {
  width: auto;
  height: auto;
}

header {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

header #site-logo {
  width: 280px;
  margin: 0 auto;
}

header #site-logo img {
  width: 100%;
}

#wrapper {
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

.main-cont {
    width: 1000px;
}

.main-cont-w640 {
    width: 640px;
    float: left;
    margin-top: 12px;
}

.fl {
    float: left;
    width: 100% !important;
    margin: 0;
}

.fr {
    float: right;
    width: 320px !important;
    margin: 0;
}

.fr img {
    width: 100%;
}

.middle{
  font-size:120%;
}

.classh4Dan {
  width: 640px;
  margin:0 auto 10px;
}

#rank{
font-size:90%;
}

table#rank {
    width: 100%;
    border: 1px #ddd solid;
    border-collapse: collapse;
    border-spacing: 0;
  margin:0 auto 20px;
}

table#rank th {
    padding: 15px;
    border: #ddd solid;
    border-width: 0 0 1px 1px;
    background: #efefef;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

table#rank th#col01 {
  width:50px;
}

table#rank th#col02 {
  width:30px;
}

table#rank th#col03 {
  width:50px;
}

table#rank th#col04 {
  width:50px;
}

table#rank th#col05 {
  width:20px;
}

table#rank td {
    padding: 15px;
    border: 1px #ddd solid;
    border-width: 0 0 1px 1px;
    font-size: 16px;
    text-align:left;
}

table#rank td.c {
    text-align:center;
}

table#rank td.left {
    text-align:left;
}

table#rank tr.gray td {
    background:#F5F5F5;
}

table#menu {
  width:640px !important;
  margin:0 auto;
}

h4.classh4{
  margin-bottom:5px;
}

div.flow{
  background:#ffefef;
  padding:10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.flow .title{
  text-align:center;
  font-size:120%;
  padding:12px 0 10px;
  border-bottom:dotted 1px #999;
  margin-bottom:10px;
  font-weight:bold;
  background: #F88989;
  color: #fff;
}


 div.flow #contact{
  border:solid 1px #eeefef;
  background-color:#fff;
  padding:10px 15px;
  margin-bottom:15px;
}

img {
  border:0;
}

a {
  outline: 0;
  text-decoration:underline;
}

a:hover {
  color:#ff9900;
  text-decoration:none;
}

a img:hover {
  opacity: 0.6;
}

a.linkarrow {
  background:url("../images/linkarrow.gif") no-repeat center left;
  padding-left:15px;
}

.gotop {
  text-align:right;
  clear:both;
  margin-top:25px;
}

.gotop a {
  background: url("../images/toparrow.png") no-repeat 18px 50%;
  border-radius: 10px;
  background-color: #007800;
  padding: 2px 25px 2px 30px;
  color: #fff;
  font-size: 80%;
  text-decoration: none;
}

.nba_btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 99px;
    background: #008f38;
    color: #ffffff !important;
    text-decoration: none;
}

strong {
    color: #F00;
}

.rightColumn {
    width: 297px;
    height: auto;
    overflow: hidden;
    float: right;
}

.subSection {
    width: 297px;
    float: right;
}

.subSection iframe {
  width: 100% !important;
  height: auto !important;
}

footer {
  width: 100%;
  height: 60px;
  background: none;
  background-color: #4cb4ac;
  margin: 60px 0 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
footer p {
  width: 100%;
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}

#chokuzen-taisaku {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
#chokuzen-taisaku p {
  clear: both;
}

section h2,
#result h2,
#gaiyou h2,
#ch-lead h2,
#ch-box h2,
#kadai h2,
#chokuzen-taisaku h2,
.col-2 h2 {
  clear:both;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: #4cb4ac;
  margin: 0 0 20px;
  font-size: 24px;
  color: #fff;
  line-height: 34px;
}

section h3 {
  padding:5px 0;
  border-bottom:1px solid red;
  font-size:22px;
  line-height:1.6;
  color:red;
  margin:0 0 15px;
}

#chokuzen-taisaku h2 {
  clear: both;
  width: auto;
  height: auto;
  padding: 2px 10px;
  border-bottom: solid 2px #e72f6e;
  margin: 10px 0 0;
  font-size: 18px;
}
#chokuzen-taisaku li {
  width: 315px;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}
#chokuzen-taisaku li:first-child {
  float: left;
}
#chokuzen-taisaku li:last-child {
  float: right;
}
#chokuzen-taisaku .taisaku-image img {
  width: 100%;
}

#ch-lead .right {
  float:right;
  width:300px;
  margin:30px 0;
}

#ch-lead .right img {
  width:300px;
}

#ch-lead .left {
  float:left;
  width:300px;
  margin:30px 0;
}

#ch-lead .left img {
  width:300px;
}

#ch-box h2 {
  clear:both;
  margin:20px 0 0;
  font-size:16px;
  text-decoration:underline;
}

#ch-box .ch-box-cont .left {
  float:left;
  width:400px;
  margin:30px 0;
}

#ch-box .ch-box-cont .left img {
  width:400px;
}
#ch-box .ch-box-cont .right {
  float:right;
  width:200px;
  margin:30px 0;
}

.notice {
  width:auto;
  height:auto;
  
}

.notice a {
  padding:10px;
  background:#e60012;
  border-radius:10px;
  margin:0 0 20px;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  line-height:36px;
}

.rightColumn select {
  padding:10px 5px;
  font-size:14px;
  line-height:26px;
}

}


#sat {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

#sat h2 {
  clear:both;
  width: auto;
  height: auto;
  padding: 10px;
  background: #ff5722;
  margin: 0 0 20px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

#sat h2 {
  clear: both;
  width: auto;
  height: auto;
  padding: 2px 0;
  border-bottom: solid 1px #ff5722;
  margin: 15px 0 5px;
  font-size: 16px;
}

#sat h3 {
  font-size: 15px;
  color:#e72f6e;
}

#sat .kentei-shop {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

#sat .kentei-shop .s-image {
  width:auto;
  height:auto;
  overflow:hidden;
}

#sat .kentei-shop .s-text {
  width:auto;
  height:auto;
  overflow:hidden;
}

#sat .kentei-shop .s-text a {
  display:block;
  width:240px;
  height:auto;
  padding:6px;
  background:#f44336;
  border-radius:4px;
  margin:15px auto 0;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

#sat .kentei-shop .s-text a:hover {
  opacity:0.6;
}


@media screen and (min-width: 640px) {

#sat {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 50px;
}

#sat h2 {
  clear:both;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: #ff5722;
  margin: 0 0 20px;
  font-size: 24px;
  color: #fff;
  line-height: 34px;
}

#sat h2 {
  clear: both;
  width: auto;
  height: auto;
  padding: 2px 0;
  border-bottom: solid 2px #ff5722;
  margin: 25px 0 10px;
  font-size: 20px;
}

#sat h3 {
  font-size: 18px;
}

#sat .kentei-shop .s-image {
  float:right;
  width:40%;
  height:auto;
  overflow:hidden;
}

#sat .kentei-shop .s-image img {
  width:100%;
}

#sat .kentei-shop .s-text {
  float:left;
  width:58%;
  height:auto;
  overflow:hidden;
}

#sat .kentei-shop .s-text a {
  margin:20px auto 0;
  font-size:16px;
}

}


.img-center {
  display:block;
  width:640px;
  margin:0 auto;
}


.sp {
  display:block;
}

.pc {
  display:none;
}

@media screen and (min-width: 640px) {

.pc {
  display:block;
}

.sp {
  display:none;
}

}


h3.catch {
  margin:0 0 1em;
  font-size:18px;
  color:#e5007c;
}

h4.catch {
  margin:0 0 1em;
  font-size:16px;
  color:#3f51b5;
}

@media screen and (min-width: 640px) {

h3.catch {
  font-size:22px;
}

h4.catch {
  font-size:18px;
}

}


section,
.col-2 {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:40px 0;
}

.col-2 .lw180 {
  display:block;
  width:180px;
  height:auto;
  overflow:hidden;
  margin:0 auto 15px;
}

.col-2 .lw180 img {
  width:100%;
}

.col-2 .lw300 {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.col-2 .rw620 {
  width:auto;
  height:auto;
  overflow:hidden;
}

.col-2 .lw400 {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.col-2 .rw560 {
  width:auto;
  height:auto;
  overflow:hidden;
}

@media screen and (min-width: 640px) {

section,
.col-2 {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:60px 0;
}

.col-2 .lw180 {
  float:left;
  width:180px;
  height:auto;
  overflow:hidden;
}

.col-2 .lw300 {
  float:left;
  width:300px;
  height:auto;
  overflow:hidden;
}

.col-2 .rw620 {
  float:right;
  width:620px;
  height:auto;
  overflow:hidden;
}

.col-2 .lw400 {
  float:left;
  width:400px;
  height:auto;
  overflow:hidden;
}

.col-2 .rw560 {
  float:right;
  width:560px;
  height:auto;
  overflow:hidden;
}

.col-2 .rw760 {
  float:right;
  width:760px;
  height:auto;
  overflow:hidden;
}

}


.col-2 img {
  display:block;
  width:260px;
  margin:0 auto;
}

@media screen and (min-width: 640px) {

.col-2 img {
  width:100%;
}

}


.btn-back,
.btn-form {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.btn-back a,
.btn-form a {
  display:block;
  width:fit-content;
  height:auto;
  padding:10px 20px;
  background-size:10px;
  background-color:#ffeb3b;
  border-radius:200px;
  margin:0 auto;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
  color:#000;
  text-align:center;
  text-decoration:none;
}

.btn-back a b,
.btn-form a b {
  font-size:18px;
}

.btn-back a:hover,
.btn-form a:hover {
  opacity:0.6;
}

.btn-form .cap {
  display:block;
  margin:5px 0 0;
  text-align:center;
}

@media screen and (min-width: 640px) {

.btn-back,
.btn-form {
  margin:0 0 30px;
}

.btn-back a,
.btn-form a {
  display:block;
  width:500px;
  height:auto;
  padding:20px 60px;
  background-size:14px;
  background-color:#ffeb3b;
  font-size:30px;
  line-height:1.6;
  font-weight:bold;
  color:#000;
}

.yb a {
  background:url(img/linkicon_more_b.png) right 10px center no-repeat;
  background-color:#ffc107;
  color:#000;
}

.btn-off a {
  background:url(/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_gr.png) right 10px center no-repeat;
  background-color:#ddd;
  color:#9e9e9e;
  pointer-events:none;
}

.btn-back a b,
.btn-form a b {
  font-size:20px;
}

.btn-back a.btn-wide,
.btn-form a.btn-wide {
  width:fit-content;
}

}


.image-wrap {
  margin:0 0 15px;
}

.image-wrap img {
  display:block;
  width:260px;
  margin:0 auto;
}

@media screen and (min-width: 640px) {

.image-wrap {
  margin:0 0 15px;
}

.image-wrap img {
  width:100%;
}

}


table.gaiyo {
  width:100%;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
}

table.gaiyo th {
  width: 20%;
  font-weight: bold;
  background: #f4f4f4;
  text-align: left;
  vertical-align: top;
  padding: 15px;
  white-space: nowrap;
  border: solid 1px #ddd;
}

table.gaiyo td {
  background: #fff;
  padding: 15px;
  border: solid 1px #ddd;
}

table.tb-center th,
table.tb-center td {
  text-align:center;
}


.scroll {
  overflow-x:scroll;
  margin:0 0 15px;
}

@media screen and (min-width: 640px) {

.scroll {
  overflow-x:inherit;;
}

}


h5 {
  font-size:20px;
  text-align:center;
}


#gototop {
  width:30px;
  bottom:0;
  right:5px;
  position:fixed;
  z-index:1000;
}

#gototop img {
  width:100%;
}

@media screen and (min-width: 640px) {

#gototop {
  width:60px;
  bottom:15px;
  right:15px;
}

}


.navi {
  width:auto;
  height:auto;
  overflow:hidden;
}

.navi ul {
  list-style-type:none;
  padding:0;
  margin:0 0 1em;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-evenly;
}

.navi li {
  width:fit-content;
  margin:20px 0 10px;
}

.navi li:first-child {
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
}

@media screen and (max-width: 640px) {

.navi li {
  width:fit-content;
  margin:0 0 10px;
}

}

.navi li a {
  display:block;
  height:40px;
  padding:6px 12px;
  background-repeat:no-repeat;
  background-position:right 5px center;
  background-color:#6b82c0;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

.navi li .middle {
  line-height:40px;
}

.navi li.kento a {
  background-color:#e5007c;
  color:#fff;
}

.navi li a:hover {
  opacity:0.6;
}

.navi-wide {
  margin:0 0 15px;
}

.navi-wide li {
  width:48% !important;
}

.navi-wide li a {
  font-size:16px;
}

@media screen and (min-width: 640px) {

.navi {
  
}

.navi li a {
  height:50px;
  padding:8px 30px;
  background-repeat:no-repeat;
  background-position:right 5px center;
  border-radius:4px;
  font-size:18px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  align-items:center;
}

.navi li .middle {
  line-height:50px;
}

.navi-wide li {
  width:24%;
}

.navi-wide li a {
  font-size:22px;
}

}


.col-2 ul {
  list-style-type:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.col-2 li {
  width:100%;
  margin:0 0 15px;
}

.col-2 img {
  width:260px;
}

@media screen and (min-width: 640px) {

.col-2 li {
  width:48%;
}

.col-2 img {
  width:100%;
}

}


.col-3 {
  width:auto;
  height:auto;
  overflow:hidden;
}

.col-3 h4 {
  margin:1.5em 0;
  font-size:16px;
}

.col-3 ul {
  list-style-type:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.col-3 li {
  width:100%;
}

.col-3 img {
  width:260px;
  margin:0 auto 15px;
}

@media screen and (min-width: 640px) {

.col-3 h4 {
  font-size:18px;
}

.col-3 li {
  width:32%;
}

.col-3 img {
  width:100%;
}

}


.voice {
  width:auto;
  height:auto;
  overflow:hidden;
}

.voice li {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:15px 0;
  border-bottom:dotted 1px #000;
}

.voice li:first-child {
  border-top:dotted 1px #000;
}

.voice .left {
  float:left;
  width:100px;
  margin:0 10px 10px 0;
}

.voice p {
  margin:0;
  font-size:12px;
}

.voice b {
  display:block;
  font-size:13px;
  color:#e5007c;
}

@media screen and (min-width: 640px) {

.voice .left {
  float:left;
  width:150px;
  margin:0 15px 0 0;
}

.voice p {
  margin:0;
  font-size:15px;
}

.voice b {
  display:block;
  font-size:17px;
  color:#e5007c;
}

}


.index-ttl {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  border:solid 2px #ddd;
  margin:0 0 15px;
}

.index-ttl h3 {
  font-size:16px;
}

.index-ttl ul {
  list-style-type:disc;
  padding-left:25px;
}

.index-ttl li {
  font-size:14px;
}

@media screen and (min-width: 640px) {

.index-ttl {
  padding:20px;
  margin:0 0 30px;
}

.index-ttl h3 {
  font-size:18px;
}

.index-ttl li {
  font-size:18px;
}

}


p.cap {
  clear:both;
  display:block;
  margin:10px 0 0;
  font-size:14px;
  text-align:center;
}


select {
  width:100%;
  padding:6px 12px;
  margin:0 0 20px;
  font-size:16px;
}

@media screen and (min-width: 640px) {

select {
  width:auto;
  padding:6px 12px;
  margin:0 0 20px;
  font-size:18px;
}

}


.step {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:15px;
  border:solid 3px #ddd;
  border-radius:8px;
}

.step h3 {
  border-bottom:none;
  margin:0 0 10px;
  font-size:20px;
  color:#e72f6e;
}

.step h3 .sub {
  font-size:18px;
}

.step p {
  margin:0;
  font-size:16px;
}

.step-arrow {
  display:block;
  width:auto;
  margin:10px auto;
}

@media screen and (min-width: 640px) {

.step-arrow {
  display:block;
  margin:10px auto;
}

}

h1 {
  margin:0;
}

h1 img {
  width:100%;
}

@media screen and (min-width: 640px) {

h1 img {
  display:block;
  width:1030px;
  margin:0 auto;
}

}


.icn {
  display:table;
  width:100%;
  box-sizing:border-box;
  height:auto;
  padding:6px 18px;
  background-color:#e5007c;
  border-radius:100px;
  font-size:18px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-align:center;
}

.icn .big {
  font-size:22px;
}

@media screen and (min-width: 640px) {

.icn {
  background-size:14px;
  font-size:20px;
}

.icn .big {
  font-size:24px;
}

}


h2.catch {
  padding: 0;
  background:none;
  margin:25px 0;
  font-size:22px;
  line-height:1.6;
  color: #e5007c;
  text-align:center;
}

h2.line {
  padding: 5px 10px;
  border-bottom:solid 1px #e5007c;
  font-size:20px;
  line-height:1.6;
  color: #e5007c;
}

@media screen and (min-width: 640px) {

h2.catch {
  margin:40px 0;
  font-size:32px;
  text-align:center;
}

h2.line {
  padding: 5px 10px;
  border-bottom:solid 1px #e5007c;
  font-size:28px;
  color: #e5007c;
}

}

.info h2 {
  background:none;
}

.info h3 {
  padding:0;
  margin:0 0 5px;
  border-bottom:none;
  color:#000;
}


.contact {
  padding:20px 0;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
}

.contact p {
  margin:0;
  text-align:center;
}


.navi b {
  color: #e5007c;
}

@media screen and (min-width: 640px) {

.navi b {
  font-size:24px;
}

}


h1 {
  display:block;
  width:100%;
  margin:0 auto;
}

h1 .cap {
  display:block;
  width:auto;
  margin:0 10px 5px;
  line-height:1;
  text-align:right;
}

h1 .cap a {
  font-size:12px;
  line-height:1.6;
  font-weight:normal;
  color:#000;
  text-align:right;
}

@media screen and (min-width: 640px) {

h1 {
  display:block;
  width:1070px;
  margin:0 auto;
}

h1 .cap {
  display:block;
  width:1000px;
  margin:0 auto 10px;
}

}


.line-wrap {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  border:solid 2px #00b900;
  margin:0 auto 25px;
}

.line-wrap p {
  margin:0;
}

.line-wrap .left {
  width:auto;
  margin:0 0 5px;
}

.line-wrap .right {
  width:auto;
  text-align:center;
}

.line-wrap .right img {
  width:160px;
  margin:0 auto;
}

.line-wrap .w32pc img {
  width:240px;
  margin:0 auto;
}

.line-wrap ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.line-wrap li {
  float:left;
  margin:2%;
}

.line-wrap li:nth-child(1) {
  width:40%;
}

.line-wrap li:nth-child(2) {
  width:50%;
}

.line-wrap li:nth-child(3) {
  width:0%;
}

.line-wrap li img {
  width:100%;
}

@media screen and (min-width: 640px) {

.line-wrap {
  width:700px;
  height:auto;
  overflow:hidden;
  background:#fff;
}

.line-wrap .left {
  float:left;
  width:76%;
}

.line-wrap .right {
  float:right;
  width:22%;
}

.line-wrap .w66pc {
  width:66%;
}

.line-wrap .w32pc {
  width:32%;
}

.line-wrap .right img {
  width:100%;
}

.line-wrap li {
  float:left;
  margin:1%;
}

.line-wrap li:nth-child(1) {
  width:24%;
}

.line-wrap li:nth-child(2) {
  width:40%;
}

.line-wrap li:nth-child(3) {
  width:28%;
}

.line-wrap li img {
  width:100%;
}

.line-wrap li:nth-child(3) img {
  display:block;
  width:100px;
  margin:0 auto 8px;
}

}

#cta {
  width:fit-content;
  height:auto;
  overflow:hidden;
  margin: 0 auto;
  bottom:15px;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
}

@media screen and (min-width: 640px) {

#cta {
  bottom:20px;
}

#cta .btn-form {
  float:left;
}

#cta .line-wrap {
  float:right;
  margin:0;
}

}


h3.price {
  margin:0 0 1em;
  font-size:16px;
  text-align:left;
}

@media screen and (min-width: 640px) {

h3.price {
  font-size:18px;
}

}

.line-wrap .cap {
  display:block !important;
  margin:5px !important;
  font-size:12px !important;
  line-height:1.2 !important;
  text-align:center !important;
}


ul.sch {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:15px 15px 15px 40px;
  border:solid 2px #ddd;
  border-radius:10px;
}

ul.sch li {
  float:left;
  margin:0 0 5px;
}

@media screen and (min-width: 640px) {

ul.sch {
  padding:20px 20px 20px 60px;
}

ul.sch li {
  width:48%;
}

}


.col-2 b {
  font-size:16px;
}

@media screen and (min-width: 640px) {

.col-2 b {
  font-size:18px;
}

}
