@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
#main-img {
  position: relative;
	height: 100vh;
	max-width: 100vw;
	overflow: hidden;
}
#main-img .main-text {
	position: absolute;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 100;
}
#main-img .main-text img {
	width: auto;
	height: 100%;
}
#main-img .slide-img > img {
  object-fit: cover;
  height: calc(100vh - 8px);
  width: 100%;
}
#main-img .print-img {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#main-img .swiper-slide-active .slide-img,
#main-img .swiper-slide-duplicate-active .slide-img,
#main-img .swiper-slide-prev .slide-img {
  animation: zoom-out 8s linear 0s 1 normal both;
}
#main-img .swiper-slide-active .slide-text img,
#main-img .swiper-slide-duplicate-active .slide-text img,
#main-img .swiper-slide-prev .slide-text img {
  animation: img-text 8s 0s;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-text {
  0% {
		opacity: 1;
    transform: translateX(-50%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	12% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
	70% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
  100% {
		opacity: 0;
    transform: translateY(60px) scale(1);
    easing: ease-in;
  }
}

.slide-text {
  content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 50%;
	transform: translateY(-20%) translateX(0);
}
.slide-text > img {
	width: 100%;
}
.slide-img > img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
#main-img {
  height: 65vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
  height: 65vw;
}
#main-img .main-text {
	height: 65vw;
}
#main-img .main-text img {
	height: 65vw;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape) {
}

@media screen and (max-width: 767px){
#main-img {
  height: 152vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
 height: 152vw;
}
#main-img .main-text-sp {
	position: absolute;
	height: 109.487vw;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 300;
}
#main-img .main-text-sp img {
	height: 109.487vw;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}



/*　 Home
-------------------------------------------------------*/
.home-about-img01 {
	border-radius: 8px;
}
.home-merit {
	color: #fff;
	background-image: url("../images/pages/home_merit_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-merit-title {
	font-size: 5rem;
	line-height: 1;
	margin-bottom: 10px;
}
.home-merit-title span {
	font-size: 10rem;
}
.home-merit-title02 {
	padding: 10px;
	line-height: 1.5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.home-merit-img01 {
	border-radius: 8px;
	border: 1px solid #fff;
}
.home-features {
	position: relative;
	padding-top: 60px;
}
.home-features-title {
	position: absolute;
	top: 0;
	left: 6vw;
	font-size: 1.5vw;
	font-weight: 700;
	line-height: 1.2;
	z-index: 10;
}
.home-features-title span {
	display: block;
	margin-bottom: 1.5vw;
	font-size: 5vw;
	line-height: 1;
}
.home-features-box01 {
	position: relative;
	margin: 0 0 5vw auto;
	width: 57.5vw;
	padding: 3vw 6vw 0 7.5vw;
}
.home-features-box01.box-left {
	margin: 0 auto 5vw 0;
}
.home-features-box01::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 3vw;
	left: 0;
	right: 0;
	background-color: #f5f1e9;
	z-index: -1;
}
.home-features-box01::after {
	content: "";
	position: absolute;
	top: -3vw;
	bottom: 0;
	left: 6vw;
	width: 1px;
	background: #282828;
}
.home-features-title02 {
	margin-bottom: 1vw;
	font-size: 1.2vw;
	font-weight: 700;
	line-height: 1.5;
}
.home-features-title02 span {
	display: block;
}
.home-features-title02 span.num-text {
	font-size: 4vw;
	line-height: 1;
	margin-right: 1.5vw;
}
.home-features-img01 {
	margin-top: 2.5vw;
	border-radius: 8px;
}
.home-features-text-en {
	position: absolute;
	top: 50%;
	right: 53.75vw;
	transform: translateY(-50%);
	width: fit-content;
	white-space: nowrap;
	color: #e7e0d7;
	font-size: 3.3vw;
	font-weight: 700;
	line-height: 1.1;
	z-index: 10;
	margin: auto;
}
.home-features-text-en02 {
	position: absolute;
	top: 50%;
	left: 53.75vw;
	transform: translateY(-50%);
	width: fit-content;
	white-space: nowrap;
	color: #e7e0d7;
	font-size: 3.3vw;
	font-weight: 700;
	line-height: 1.1;
	z-index: 10;
	margin: auto;
}
.home-plan {
	color: #fff;
	background-image: url("../images/pages/home_plan_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-plan-list li {
	padding: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-align: center;
}
.home-price-text01 {
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}
.home-price-text02 {
	display: inline-block;
	margin: 0 5px 0 10px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}
.home-price-text03 {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}
.home-compare {
	background-color: #f7f8f9;
}
.home-compare .penbuddyai-bg {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #0041a8 !important;
}
.home-compare .penbuddyai-bg02 {
	font-size: 1.8rem;
	background-color: #eff5ff !important;
}
.home-compare .penbuddyai-bg02 span {
	font-size: 2.4rem;
	color: #cc0000 !important;
	font-weight: 700 !important;
}
.home-compare .other-bg {
	font-weight: 700;
	background-color: #f5f6f8 !important;
}
.home-compare .point {
	font-size: 2.4rem;
	color: #cc0000 !important;
	font-weight: 700 !important;
}
.home-sample {
	background-image: url("../images/pages/home_sample_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.home-sample-title {
	width: 787px;
	padding-top: 110px;
	margin: 0 auto 20px;
}
.home-sample-text {
	padding: 12px;
	background: #fff;
	text-align: center;
}
.home-sample-text .ff-en {
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #282828;
}
.sample-slide {
  position: relative;
	margin-top: 60px;
  overflow: hidden;
}
.sample-slide .swiper {
  overflow: visible;
}
.sample-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.sample-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sample-slide .slide {
  overflow: hidden;
  width: 280px;
}
.sample-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 1:1 */
  border: 0;
  background: #fff;
}
.sample-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sample-slide p {
  margin-top: 5px;
}
.home-faq dt {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
	min-height: 40px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.home-faq dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	border-radius: 8px;
	background: #ff9900;
}
.home-faq dd {
	padding-left: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-merit-title {
	font-size: 2.4rem;
}
.home-merit-title span {
	font-size: 5rem;
}
.home-features-title {
	font-size: 2.5vw;
}
.home-features-box01 {
	width: 65vw;
	padding: 3vw 6vw 0 8.5vw;
}
.home-features-box01.box-left {
	margin: 0 auto 5vw 0;
}
.home-features-box01::after {
	left: 5vw;
}
.home-features-title02 {
	font-size: 1.8vw;
}
.home-features-title02 span.num-text {
	font-size: 6vw;
}
.home-features-text-en {
	right: 62.5vw;
}
.home-features-text-en02 {
	left: 62.5vw;
}
.home-price-text01 {
	font-size: 2.4rem;
}
.home-price-text02 {
	font-size: 4rem;
}
.home-price-text03 {
	font-size: 1.4rem;
}
.sample-slide .slide {
  width: 180px;
}
.home-sample {
	background-size: auto 48vw;
}
.home-sample-title {
	width: 70%;
	padding-top: 40px;
}
.sample-slide {
	margin-top: 40px;
}
.home-faq dt {
	padding-left: 45px;
	min-height: 32px;
	font-size: 1.8rem;
}
.home-faq dt::before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 2rem;
}
}

@media screen and (max-width: 767px){
.home-merit-title {
	font-size: 2.4rem;
}
.home-merit-title span {
	font-size: 5rem;
}
.home-features {
	padding-top: 0;
}
.home-features-title {
	position: relative;
	top: 0;
	left: 0;
	font-size: 2rem;
	margin: 0 0 30px 5%;
}
.home-features-title span {
	display: block;
	margin-bottom: 10px;
	font-size: 3rem;
	line-height: 1;
}
.home-features-box01 {
	width: 90%;
	margin: 0 0 40px auto;
	padding: 15px 30px 0 50px;
}
.home-features-box01.box-left {
	margin: 0 auto 40px 0;
}
.home-features-box01::before {
	bottom: 15px;
}
.home-features-box01::after {
	top: -15px;
	bottom: 0;
	left: 30px;
	width: 1px;
	background: #282828;
}
.home-features-title02 {
	font-size: 1.6rem;
}
.home-features-title02 span.num-text {
	font-size: 5rem;
	margin-right: 15px;
}
.home-features-text-en {
	display: none;
}
.home-features-text-en02 {
	display: none;
}
.home-plan-list li {
	padding: 10px;
}
.home-price-text01 {
	font-size: 2.4rem;
}
.home-price-text02 {
	font-size: 4rem;
}
.home-price-text03 {
	font-size: 1.4rem;
}
.home-sample {
	background-size: auto 80vw;
}
.home-sample-title {
	width: 70%;
	padding-top: 30px;
}
.home-sample-text {
	padding: 12px;
	background: #fff;
	text-align: center;
}
.home-sample-text .ff-en {
	display: block;
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.sample-slide {
	margin-top: 30px;
}
.sample-slide .slide {
  width: 180px;
}

.home-faq dt {
	padding-left: 45px;
	min-height: 32px;
	font-size: 1.8rem;
}
.home-faq dt::before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 2rem;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-header {
	position: relative;
	margin-top: 80px;
	height: 21.25vw;
	background: linear-gradient(#fff 2.5vw, #f5f1e9 2.5vw);
}
.page-header-img {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 62%;
	height: 20vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
	overflow: hidden;
	z-index: 2;
}
.page-header-title {
	position: absolute;
  top: 45%;
  left: 0;
	width: 48.5%;
	color: #282828;
	line-height: 1;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	z-index: 3;
}
.page-header-title .ff-en {
	display: block;
	padding-bottom: 10px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}
.pankuzu {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #eee6d5;
}
.pankuzu.no-bg {
	background: transparent;
}
.pankuzu {
	color: #666;
}
.pankuzu span {
	margin: 3px;
}
.pankuzu span:first-child {
	margin-left: 0;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #2b52d4;
	text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.page-header {
	margin-top: 60px;
}
.page-header-title {
  top: 35%;
	font-size: 1.5rem;
}
.page-header-title .ff-en {
	font-size: 3.4rem;
}
.pankuzu {
	font-size: 1rem;
}
}

@media screen and (max-width: 767px){
.page-header {
	margin-top: 60px;
	height: 22.25vw;
}
.page-header-img {
	width: 55%;
}
.page-header-title {
  top: 32%;
	width: 50%;
	font-size: 1.1rem;
}
.page-header-title .ff-en {
	font-size: 2.2rem;
	padding-bottom: 5px;
}
.pankuzu {
	font-size: 1rem;
}
}



/*　　お知らせ
-------------------------------------------------------*/
.news-category-list {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.news-category-list li a {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 15px 3px 30px;
	color: #282828;
	border-radius: 50px;
	border: 1px solid #e2e4e6;
	background-color: #e2e4e6;
	background-image: url("../images/common/icon_category.png");
	background-repeat: no-repeat;
	background-position: left 12px top 9px;
	background-size: 16px auto;
}
.news-category-list li a:hover {
	color: #282828;
	background-color: #c8dbee;
}
.news-category-list li.all-news a {
	padding: 3px 14px 3px 14px;
	background-image: none;
	background-color: #e2e4e6;
}
.news-category-list li.all-news a:hover {
	color: #282828;
	border: 1px solid #c8dbee;
	background-color: #c8dbee;
}
.news-category-list li.current a {
	border: 1px solid #ccc;
	background-color: #fff;
}

.news-box {
	border-bottom: 1px solid #ccc;
}
.news-list li a {
	display: block;
	color: #282828;
}
.news-list li a:hover {
	color: #2b52d4;
	text-decoration: underline;
}
.news-list li a img {
	transition-duration: 0.2s;
}
.news-list li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail {
	border-radius: 8px;
	overflow: hidden;
}
.news-list-date {
	margin-top: 10px;
	font-size: 1.4rem;
}
.news-list-txt01 {
	margin-top: 5px;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-box01 {
	border-bottom: 1px dotted #ccc;
}
.news-detail-thumbnail {
	width: 200px;
	margin-right: 30px;
	overflow: hidden;
}
.news-detail-txt {
	flex: 1;
}
.news-img01 {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.news-img01 figure img,
.news-img01 figcaption {
	display: block;
}
.news-detail-img01 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content blockquote {
	font-style: italic;
	font-size: 1.6rem;
}


.news-detail-content h1 {
	margin-top: 2em;
	color: #282828;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;

	padding-left: 15px;
	border-left: 5px solid #ffcc00;
}
.news-detail-content h2 {
	margin-top: 2em;
	color: #282828;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	
	padding-left: 15px;
	border-left: 5px solid #ffcc00;
}

.news-detail-content h3 {
	margin-top: 2em;
	color: #282828;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h4 {
	margin-top: 2em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}
.news-detail-content h5,
.news-detail-content h6 {
	margin-top: 2em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}	
.news-detail-content p {
	margin-top: 20px;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.news-category-list li a {
	margin-right: 5px;
	padding: 3px 12px 3px 28px;
	background-position: left 12px top 8px;
	background-size: 14px auto;
}
.news-category-list li.all-news a {
	padding: 2px 12px 2px 12px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 160px;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-content h1 {
	font-size: 2.4rem;
	padding-left: 10px;
}
.news-detail-content h2 {
	font-size: 1.8rem;
	padding-left: 10px;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.news-category-list li a {
	margin-right: 5px;
	padding: 3px 12px 3px 28px;
	background-position: left 12px top 8px;
	background-size: 14px auto;
}
.news-category-list li.all-news a {
	padding: 2px 12px 2px 12px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 70%;
	margin: 0 auto 20px;
}
.news-detail-txt {
	width: 100%;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-img01 {
	margin-top: 30px;
	padding-top: 30px;
}
.news-detail-content h1 {
	font-size: 2.2rem;
	padding-left: 10px;
}
.news-detail-content h2 {
	font-size: 1.8rem;
	padding-left: 10px;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.5rem;
}
}



/*　	機能紹介
-------------------------------------------------------*/
.features-heading {
	padding-left: 105px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.features-num {
	display: inline-block;
	width: 90px;
	padding: 5px;
	margin: 0 15px 0 -105px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #ff9900;
}
.features-img {
	border: 1px solid #dedede;
	border-radius: 8px;
	overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
}

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



/*　	会社概要
-------------------------------------------------------*/
.company-greetings {
	position: relative;
}
.company-greetings-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 48.5%;
}
.company-profile {
	padding: 50px;
	background: #f4f5f7;
}
.company-access {
	height: 500px;
	padding: 8px;
	background: #eef0f4;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.company-greetings-img {
	position: relative;
	bottom: auto;
	width: 100%;
	height: 55vw;
	margin-bottom: 30px;
}
.company-profile {
	padding: 30px 5%;
}
}

@media screen and (max-width: 767px){
.company-greetings-img {
	position: relative;
	bottom: auto;
	width: 100%;
	height: 55vw;
	margin-bottom: 30px;
}
.company-profile {
	padding: 30px 5%;
}
}


/*　　FAQ
-------------------------------------------------------*/
.faq-list li {
	margin-bottom: 30px;
}
.faq-box dt {
	display: block;
	position: relative;
	padding: 15px 60px 15px 60px;
	color: #282828;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 8px;
	border: 1px solid transparent;
	background-color: #f7f8f9;
	background-image: url("../images/common/icon_faq_toggle01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	cursor: pointer;
	overflow: hidden;
}
.faq-box dt::before {
	content: "Q";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 45px;
	color: #fff;
	padding-top: 18px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	background-color: #ff9900;
}
.faq-box dt:hover {
	color: #282828;
	background-color: #eaecee;
}
.faq-box dt:hover::before,
.faq-box dt.active::before {
	background-color: #0041a8;
}
.faq-box dt.active {
	color: #282828;
	border-radius: 8px 8px 0 0;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-image: url("../images/common/icon_faq_toggle02.png");
	background-position: right 9px center;
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 15px 20px 20px 60px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.faq-box dt {
	padding: 10px 60px 10px 50px;
	font-size: 1.6rem;
	background-size: 16px;
}
.faq-box dt::before {
	width: 35px;
	padding-top: 14px;
	font-size: 2rem;
}
.faq-box dd {
	padding: 10px 20px 15px 50px;
}
}

@media screen and (max-width: 767px){
.faq-list li {
	margin-bottom: 15px;
}
.faq-box dt {
	padding: 10px 50px 10px 50px;
	font-size: 1.6rem;
	background-size: 16px;
}
.faq-box dt::before {
	width: 35px;
	padding-top: 14px;
	font-size: 2rem;
}
.faq-box dd {
	padding: 10px 20px 15px 50px;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
#autozip {
	display: none !important;
	background: #0041a8 !important;
}
#autozip a {
	color: #fff !important;
	cursor: default;
}
.btn-contactform {
	display: block;
	padding: 15px;
	color: #fff;
	text-align: center;
	background-color: #233b8c;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
}
.btn-contactform:hover {
	color: #fff;
	background-color: #2b52d4;
}
.privacy-box {
	width: 100%;
	height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.contactForm {
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.confirm-box .confirm-text {
	display: none;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0 !important;
}
.required-bgcolor {
	background-color: #fff7f7;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm input[type="file"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
}
.contactForm .select-menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px 10px;
	color: #282828;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("../images/common/arrow_select_menu.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.contactForm .btn-box input[type="submit"],
.contactForm .btn-box input[type="button"] {
	margin: 30px 0 0 !important;
}

.contactForm .confirm_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px;
	width: 100% !important;
	cursor: not-allowed; /* 無効時のカーソル */
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #0041a8;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
	transition-duration: 0.2s;
	opacity: 0.5;
}
.contactForm .confirm_button:enabled {
	cursor: pointer;
	opacity: 1;
}
.contactForm .confirm_button:enabled:hover {
	color: #fff;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #3dddff, #0153d4);
	background-repeat: no-repeat, no-repeat;
	background-position: right 14px center, center;
	background-size: 6px auto, 100%;
	transform: scale(1.05);
}
.contactForm .btn-send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px;
	width: 100% !important;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #0041a8;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
	transition-duration: 0.2s;
}

.contactForm .btn-send:hover {
  color: #fff;
	background: url("../images/common/arrow01.png"),linear-gradient(to right, #3dddff, #0153d4);
	background-repeat: no-repeat, no-repeat;
	background-position: right 14px center, center;
	background-size: 6px auto, 100%;
	transform: scale(1.05);
}
.contactForm .back_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 20px;
	width: 100% !important;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0;
	background-color: #999;
	transition-duration: 0.2s;
}
.contactForm .back_button:hover {
  color: #fff;
	background-color: #666;
	transform: scale(1.05);
}
.contactForm .privacy-check {
	margin-left: -1em;
}
.contactForm .privacy-check-txt span {
	font-weight: 700 !important;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-box {
	width: 80%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.contactForm .btn-box {
	width: 90%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}



/*　　wpプラグイン ページナビ
-------------------------------------------------------*/
.wp-pagenavi {
	clear: both;
	padding: 10px 0 !important;
	text-align: center !important;
	background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dedede !important;
	border-radius: 0 !important;
	padding: 4px 14px !important;
	margin: 4px !important;
  color: #282828 !important;
	font-family: "Roboto", sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999 !important;
}
.wp-pagenavi a:hover {
	color: #282828 !important;
	border: 1px solid #ccc !important;
	background-color: #f5f6f8 !important;
}
.wp-pagenavi span.current {
	font-weight: 700 !important;
	color: #fff !important;
	border: 1px solid #666 !important;
  background-color: #666 !important;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .pages {
	background: #f7f8f9;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 15px !important;
	margin: 3px !important;
}
}

@media screen and (max-width: 767px){
.works-pagenav {
	margin: 40px auto !important;
}
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 2px 8px !important;
	margin: 2px !important;
}
}


