@charset "UTF-8";
/*
Theme Name: ohirune-welcart
Author: sakiOmit
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap");
html {
  font-size: 62.5%;
}

body {
  min-width: 1120px;
  overflow-x: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #4c4948;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.sns {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.sns-icon {
  display: inline-block !important;
  height: 50px;
}

.footer-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-text p {
  text-align: center;
  color: #004FA3 !important;
}

.footer-text p:hover {
  text-decoration: underline;
}

/* 問い合わせフォーム */
table.CF7_table{
  width:580px;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.CF7_table input, .CF7_table textarea {
  width: 100%;
}

.CF7_table input:focus, .CF7_table textarea:focus {
  outline: solid 2px #004FA3;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table input {
  padding: 5px;
}

.CF7_table textarea {
  max-height: 200px;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:40%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
  padding: 5px;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#004FA3;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0 70px;
  padding: 10px 20px;
  border-radius: 5px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
/* -- //お問い合わせフォーム -- */

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

p,
li,
a,
th,
td,
dt,
dd,
blockquote,
strong,
u,
em {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.container {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: calc(100% - 15px);
  }
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #ebf5f7;
}

.bg-gray {
  background-color: #efefef;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/*.fixed-cta {*/
/*  position: fixed;*/
/*  top: 10px;*/
/*  right: 10px;*/
/*  display: inline-block;*/
/*  z-index: 10;*/
/*  text-align: right;*/
/*}*/

.fixed-cta .fix_1{
  position: fixed;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 10;
  text-align: right;
  width:200px
}

.fixed-cta .fix_2{
  position: fixed;
  top: 130px;
  right: 10px;
  display: inline-block;
  z-index: 10;
  text-align: right;
  width: 200px;
}


/*↑0830変更*/

.fixed-cta img {
  display: inline-block;
  width:200px;
  border: rgb(65,88,208) 1px solid;
}
.title-news p{
  font-size: 30px;
}
table.news-tb{

}
table.news-tb th{
  font-size: 16px;
  width: 15%;
  color: #073076;
}
table.news-tb td{
  font-size: 20px;

}
table.news-tb .td-info{
  padding: 20px;
}
table.news-tb .td-title{
  border-bottom: 1px solid;
  color: #012475;
  line-height: 0;
  padding: 0 0 0 20px;
}
table.news-tb .td-title a{
  font-size: 14px;
}
.news-sec{
  margin: -50px 0 100px 0;
}
.smart{
  display: block;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: none;
  }
}

.footer-cta {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-cta {
    display: inline-block;
    opacity: 0;
    position: fixed;
    bottom: -100px;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(228, 244, 253, 0.8);
    padding: 5px 0;
    transition: all 1s;
  }
  .footer-cta.is-show {
    bottom: 0;
    opacity: 1;
    transition: all 1s;
    text-align: center;
  }
}

.mv {
  background: url("./img/mv_bg.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 140px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mv {
    background-size: 100% 100%;
  }
}

.mv .headline01 {
  margin-bottom: 10px;
}

.mv_under .img-wrap {
  margin-bottom: 15px;
}

.mv_under .content-box {
  width: 975px;
}

@media screen and (max-width: 768px) {
  .mv_under .content-box {
    display: block;
  }
}

.mv_under .content-l {
  width: 514px;
  height: 190px;
  padding: 18px 30px 18px 24px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .mv_under .content-l {
    padding: 15px 20px;
    margin-bottom: 15px;
    height: auto;
  }
}

.mv_under .content-r {
  width: 448px;
  height: 190px;
  padding: 18px 24px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .mv_under .content-r {
    padding: 15px 20px;
    height: auto;
  }
}

.mv_under .content-r p {
  color: #575554;
}

.mv_under .content-r p:first-of-type {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.mv_under .content-r p:first-of-type span {
  line-height: 1.4;
}

.mv_under .content-r p:first-of-type span.text-left {
  color: #231815;
  background-color: #FFE500;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 12px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .mv_under .content-r p:first-of-type {
    font-size: 1.4rem;
  }
}

.mv_under .content-r p:last-of-type {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .mv_under .content-r p:last-of-type {
    font-size: 1.2rem;
  }
}

.lead {
  margin-bottom: 75px;
}

.lead .headline02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lead .headline02 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lead .content-wrap {
    display: block;
  }
}

.lead .content-wrap .content {
  width: 333px;
}

@media screen and (max-width: 768px) {
  .lead .content-wrap .content {
    width: 100%;
    margin-bottom: 40px;
  }
  .lead .content-wrap .content:first-of-type .headline03 {
    padding: 10px 0;
  }
}

.lead .content-wrap .content:nth-of-type(2) p {
  padding: 0 20px;
}

.lead .content-wrap .content .img-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lead .content-wrap .content .img-wrap {
    margin-bottom: 0;
  }
}

.lead .content-wrap .content .headline03 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lead .content-wrap .content .headline03 {
    margin-bottom: 0;
  }
  .lead .content-wrap .content .headline03 img {
    width: auto;
    height: 50px;
  }
}

.lead .content-wrap .content p {
  color: #4d6d99;
  padding: 0 10px;
}

.about {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 75px;
  }
}

.about .content-box {
  padding: 35px 40px 50px 70px;
  width: 975px;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  .about .content-box {
    display: block;
    padding: 20px 20px 25px;
  }
}

.about .content-box .content-l {
  width: 340px;
}

@media screen and (max-width: 768px) {
  .about .content-box .content-l {
    margin-bottom: 20px;
  }
  .about .content-box .content-l img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

.about .content-box .content-r {
  width: 460px;
  padding-top: 10px;
}

.about .content-box .content-r .headline03 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about .content-box .content-r .headline03 img {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 18px;
  }
}

.about .content-box .content-r p {
  color: #0063b3;
}

.point {
  background: url("./img/point_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 120px 0 140px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .point {
    padding: 60px 0 110px;
    margin-bottom: 20px;
  }
}

.point .headline02 {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .point .headline02 {
    margin-bottom: 40px;
  }
}

.point .headline03 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .point .headline03 {
    margin-bottom: 15px;
  }
}

.point .content-row p {
  color: #4d6d99;
}

@media screen and (max-width: 768px) {
  .point .content-row p {
    margin-bottom: 10px;
  }
}

.point .content-row:first-of-type {
  margin-bottom: 95px;
  padding: 0 15px 0 30px;
}

@media screen and (max-width: 768px) {
  .point .content-row:first-of-type {
    margin-bottom: 50px;
    padding: 0;
    flex-direction: column-reverse;
  }
  .point .content-row:first-of-type .headline03 img {
    width: auto;
    height: 45px;
  }
}

.point .content-row:first-of-type .content-l {
  width: 645px;
}

@media screen and (max-width: 768px) {
  .point .content-row:first-of-type .content-l img {
    margin-right: auto;
    margin-left: auto;
  }
}

.point .content-row:first-of-type .content-r {
  width: 300px;
}

.point .content-row:last-of-type {
  padding: 0 5px 0 75px;
}

@media screen and (max-width: 768px) {
  .point .content-row:last-of-type {
    padding: 0;
    flex-direction: column;
  }
  .point .content-row:last-of-type .headline03 img {
    width: auto;
    height: 50px;
  }
}

.point .content-row:last-of-type .content-l {
  width: 459px;
  padding-top: 55px;
}

@media screen and (max-width: 768px) {
  .point .content-row:last-of-type .content-l {
    padding-top: 0;
  }
}

.point .content-row:last-of-type .content-r {
  width: 393px;
}

@media screen and (max-width: 768px) {
  .point .content-row:last-of-type .content-r img {
    margin-right: auto;
    margin-left: auto;
  }
}

.accessories {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .accessories {
    margin-bottom: 100px;
  }
}

.accessories .content-box {
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box {
    display: block;
    padding-left: 0;
  }
}

.accessories .content-box .content-l {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-l {
    margin-bottom: 10px;
  }
}

.accessories .content-box .content-l .headline03 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-l .headline03 {
    margin-bottom: 20px;
  }
  .accessories .content-box .content-l .headline03 img {
    width: auto;
    height: 28px;
  }
}

.accessories .content-box .content-l ol {
  color: #000000;
  padding-left: 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-l ol {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.accessories .content-box .content-l ol li {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-l ol li {
    font-size: 1.4rem;
  }
}

.accessories .content-box .content-l ol li:not(:last-of-type) {
  margin-bottom: 12px;
}

.accessories .content-box .content-l ol li .num {
  color: #FFFFFF;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-l ol li .num {
    font-size: 1.4rem;
    width: 22px;
    height: 22px;
  }
}

.accessories .content-box .content-r {
  width: 434px;
}

@media screen and (max-width: 768px) {
  .accessories .content-box .content-r img {
    margin-right: auto;
    margin-left: auto;
  }
}

.use {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .use {
    margin-bottom: 100px;
  }
}

.use .bg {
  padding: 160px 0 115px;
  background: url("./img/use_bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .use .bg {
    padding: 80px 0 60px;
  }
}

.use .bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./img/use_bg_before.png");
  z-index: -2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .use .bg:before {
    top: 40px;
    background-size: 50%;
  }
}

.use .bg:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 84px;
  background: url("./img/use_bg_after.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .use .bg:after {
    bottom: -60px;
  }
}

.use .content-box {
  width: 893px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18);
}

.use .content-box:first-of-type {
  padding: 55px 15px 40px;
  margin-bottom: 60px;
  border-radius: 14px;
}

@media screen and (max-width: 768px) {
  .use .content-box:first-of-type {
    padding: 25px 15px;
    margin-bottom: 40px;
  }
}

.use .content-box:first-of-type .headline03 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .use .content-box:first-of-type .headline03 {
    margin-bottom: 20px;
  }
  .use .content-box:first-of-type .headline03 img {
    width: auto;
    height: 28px;
  }
}

.use .content-box:first-of-type ul {
  margin-top: 20px;
}

.use .content-box:last-of-type {
  padding: 25px 15px 25px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .use .content-box:last-of-type {
    padding: 25px 15px;
    display: block;
  }
}

.use .content-box:last-of-type .headline03 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .use .content-box:last-of-type .headline03 img {
    width: auto;
    height: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}

.use .content-box:last-of-type .content-l {
  width: 292px;
}

@media screen and (max-width: 768px) {
  .use .content-box:last-of-type .content-l {
    margin-bottom: 10px;
  }
}

.use .content-box:last-of-type .content-r {
  width: 525px;
}

@media screen and (max-width: 768px) {
  .use .content-box:last-of-type .content-r img {
    margin-right: auto;
    margin-left: auto;
  }
}

.use .content-box p.lead-txt {
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .use .content-box p.lead-txt {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}

.use .video-box {
  margin-bottom: 60px;
  max-width: 893px;
}

@media screen and (max-width: 768px) {
  .use .video-box {
    margin-bottom: 40px;
  }
}


.scene {
  margin-bottom: 105px;
}

.scene .headline02 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .scene .headline02 {
    margin-bottom: 25px;
  }
  .scene .headline02 img {
    width: auto;
    height: 28px;
  }
}

.scene p.lead-txt {
  width: 555px;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .scene p.lead-txt {
    font-size: 1.2rem;
    width: 100%;
  }
}

.scene .content-wrap {
  width: 927px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap {
    display: block;
  }
}

.scene .content-wrap .content-l {
  width: 683px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-l {
    display: block;
  }
}

.scene .content-wrap .content-l .content-inner {
  width: 333px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-l .content-inner {
    width: 100%;
    margin-bottom: 40px;
  }
}

.scene .content-wrap .content-l .content-inner .img-wrap {
  margin-bottom: 20px;
}

.scene .content-wrap .content-l .content-inner .headline03 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-l .content-inner .headline03 img {
    width: auto;
    height: 18px;
  }
}

.scene .content-wrap .content-l .content-inner:first-of-type p {
  width: 285px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-l .content-inner:first-of-type p {
    width: 100%;
  }
}

.scene .content-wrap .content-l .content-inner:last-of-type p {
  width: 290px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-l .content-inner:last-of-type p {
    width: 100%;
  }
}

.scene .content-wrap .content-r {
  width: 221px;
  padding: 20px 15px 25px;
}

.scene .content-wrap .content-r .img-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .scene .content-wrap .content-r .img-wrap img {
    width: 60%;
  }
}

.specification {
  background: linear-gradient(90deg, #e4f4fd 0%, #e4f4fd 51%, #fff 51%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .specification {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .specification .content-row {
    display: block;
  }
}

.specification .content-row .content-l {
  width: 698px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-l {
    background-color: #e4f4fd;
    padding-right: 0;
  }
}

.specification .content-row .content-l .content-inner {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-l .content-inner {
    margin-right: auto;
    padding: 20px 0;
  }
}

.specification .content-row .content-l .img-wrap {
  margin-bottom: 10px;
}

.specification .content-row .content-l .btn-wrap {
  text-align: center;
}

.specification .content-row .content-l .btn-wrap img {
  display: inline-block;
}

.specification .content-row .content-r {
  color: #4d6d99;
  width: 500px;
  padding: 100px 40px 100px 50px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r {
    padding: 25px 0;
  }
}

.specification .content-row .content-r .headline03 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r .headline03 {
    margin-bottom: 20px;
  }
  .specification .content-row .content-r .headline03 img {
    width: 100%;
    height: 24px;
  }
}

.specification .content-row .content-r dt, .specification .content-row .content-r dd {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
}

.specification .content-row .content-r dl {
  width: 480px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.specification .content-row .content-r .flex {
  border-bottom: 1px solid #4D6D99;
  padding: 10px 2px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r .flex:first-of-type {
    display: inline-block;
  }
  .specification .content-row .content-r .flex:first-of-type dt, .specification .content-row .content-r .flex:first-of-type dd {
    display: inline-block;
  }
}

.specification .content-row .content-r .flex:not(:first-of-type) dt {
  width: 176px;
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r .flex:not(:first-of-type) dt {
    width: 40%;
  }
}

.specification .content-row .content-r .flex:not(:first-of-type) dd {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .specification .content-row .content-r .flex:not(:first-of-type) dd {
    margin-left: 25px;
  }
}

.footer {
  padding: 110px 60px 65px 200px;
  background: url("./img/footer_bg.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1120px) {
  .footer {
    padding: 110px 40px 65px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 65px 10px;
  }
}

.footer p {
  color: #231815;
}

.footer .content-box {
  width: 1120px;
}

@media screen and (max-width: 1366px) {
  .footer .content-box {
    width: 1024px;
  }
}

@media screen and (max-width: 768px) {
  .footer .content-box {
    display: block;
  }
}

.footer .content-l {
  width: 550px;
}

.footer .content-l .headline02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer .content-l .headline02 {
    margin-bottom: 20px;
  }
  .footer .content-l .headline02 img {
    width: auto;
    height: 38px;
  }
}

.footer .content-r {
  padding-top: 80px;
  width: 486px;
}

@media screen and (max-width: 768px) {
  .footer .content-r img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .content-l, .content-r, .content-wrap, .content-box {
    width: 100% !important;
  }
}

.contact{
  margin: 70px 0;
}

.contact h2{
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  margin-bottom: 20px;
  text-align: center;
}

.contact p{
  margin-bottom: 40px;
}

.contact .container{
  max-width: 580px;
}

@media screen and (max-width: 768px) {
  .contact .container{
    max-width: calc(100% - 15px);
  }
  .smart{
    display: none;
  }
}
@media screen and (max-width: 560px) {
  table.news-tb th {
    font-size: 16px;
    width: 15%;
    color: #073076;
    display: block;
    width: 100%;
  }

  table.news-tb td {
    font-size: 20px;
    display: block;
  }
}
.contact-table tr{
  margin-bottom: 20px;
}

.contact-table .contact-item,.contact-table .contact-body{
  font-size: 14px;
  vertical-align: middle;
}

.contact-table .contact-item{
  width: 25%;
  padding: 10px;
}


.contact-table .contact-body{
  width: 60%;
  padding: 10px;
}

.contact-table .contact-item span.required{
  border: 1px solid #f72d44;
  color: #f72d44;
  font-size: 10px;
  padding: 0 3px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.contact-table .contact-body .form-text ,.contact-table .contact-body .form-select,.contact-table .contact-body .form-textarea{
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  font-size: 14px;
}

.contact-table .contact-body .form-text{
  padding: 0.5em;
  width: 100%;
}

.contact-table .contact-body .form-select{
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 5px 60px 5px 5px;
}

.contact-table .contact-body .form-textarea {
  width: 100%;
  padding: 0.5em;
}

.submit-btn{
  background-color: #0063b3;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 180px;
  height: 40px;
}
.previous-btn{
  background-color: #fff;
  border: 2px solid #4c4948;
  color: #4c4948;
  font-size: 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 180px;
  height: 40px;
}

.wpcf7 input[type="submit"]:hover{
  opacity: 0.7;
  transition: all 0.5s;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

#primary {
	margin:0 auto;
	width:80%;
}
#content {
	margin:0 auto;
	width:50%;
}
.send input {
	padding:10px 0;
}
#escott_token_next{
	padding:10px 20px;
}
td input, .skuform input {
	border:1px solid #aaa;
	padding:10px 5px;
}
#note {
	border:1px solid #aaa;
	padding:10px 5px;
	width:90%;
}
.field .tax {
	font-size:60%;
}
.field .field_name {
	padding:10px 0 0;
	font-size:120%;
}
.field .field_price {
	padding:0 0 10px;
	font-size:220%;
}
.itemimg img{
	text-align:center;
}
.customer_form input {
	width:90%;
}
#cardno {
	margin:0 10px 0 0;
	width:70%;
}
#seccd {
	margin:0 10px 0 0;
	width:30%;
}
#expmm, #expyy {
	margin:0 10px 0 0;
	padding:5px;
	width:20%;
	border:1px solid #aaa;
}
#customer_pref {
	padding:5px;
	width:50%;
	border:1px solid #aaa;
}
.customer_form input[type="radio"] {
	width:10%;
}

@media only screen and (max-width:768px) {
	#content {
		margin:0 auto;
		width:95%;
	}
	#content h1{
		margin:10px 0 0; 
		font-size:200%;
	}
	#primary {
		margin:0 auto;
		width:100%;
	}

  .footer-text {
    margin-bottom: 70px;
  }  
}

/* 送料表示 */
.postage {
  margin-top: 45px;
  text-align: center;
}

/*cocosleepリンク*/

.cocosleep_link{
  width: 246px;
  margin:10px auto;
}

.cocosleep_link a{
  font-size: 1.5em;
  padding: 10px 28px;
  border-radius: 10px;
  background-color: #0071ce;
  color: white;
  width: 245px;
}

/*夏季休暇*/
.txt-red{
  color: red;
}

.kyuka1{
  margin-top: 10px;
}

.kyuka2{
  margin-top: -40px;
}


@media only screen and (max-width:1000px) {
  /*.fixed-cta img{*/
  /*  width:80%*/
  /*}*/
}

/*0902投稿ページ*/

.entry-title{
  font-size: 4rem;
}

/*2個セット*/
.content-inner .btn-wrap .bg_{
  background: #86c247;
  color: white;
  padding: 15px 57px;
  margin: 20px auto;
  width: 230px;
  border-radius: 5px;
  font-size: 1.5rem;
}
.content-inner .btn-wrap .waku{
  border: #86c247 1px solid;
  background: white;
  color: black;
  padding: 15px 50px;
  margin: 20px auto;
  width: 230px;
  border-radius: 5px;
  font-size: 1.5rem;
  display: block;
}

.footer-cta .bg_{
  background: #86c247;
  color: white;
  padding: 15px 17px;
  margin: 2px auto;
  width: 150px;
  border-radius: 5px;
  font-size: 1.5rem;
  display: inline-block;
}

.footer-cta .waku{
  border: #86c247 1px solid;
  background: white;
  color: black;
  padding: 17px 17px;
  margin: 2px auto;
  width: 150px;
  border-radius: 5px;
  font-size: 1.5rem;
}
