
@charset "UTF-8";
/*
	Theme Name: K2 Corporate Partners
	Description: K2 Corporate Partners用のテーマ2018
	Theme URI:
	Author: K2 Corporate Partners
	Author URI:
	Version: 1.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/****************************************

          General Setting

*****************************************/
@font-face {
  font-family: 'GillSansLight';
  src: url('./fonts/GillSans-Light.otf') format('OpenType');
}
html {
  font-size: 62.5%;
}
body {
  color: #7d7d7d;
  background-color: #fff;
	font-size: 1.4rem;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 160%;
}
a {
  color: #7d7d7d;
	text-decoration:none;
}
a:hover, a img:hover  {
  opacity: 0.7;

}

/****************************************

          Layout

*****************************************/
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  clear: both;
  display: block;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
.inner:after,.inner750:after {
  content: "";
  clear: both;
  display: block;
}
.inner750 {
  width: 750px;
  margin: 0 auto;
}
.pc-only {
	display: block!important;
}
.sp-only {
	display: none!important;
}
.fwB {font-weight: bold;}
.fs0 {font-size:0rem;}
.fs14 {font-size:1.4rem;}
.fs18 {font-size:1.8rem;}
.lh31 {line-height: 3.1rem;}
.mb10 {margin-bottom:10px;}
.mb35 {margin-bottom:35px;}
.mb50 {margin-bottom:50px;}
.mb65 {margin-bottom:65px;}
.mb80 {margin-bottom:80px;}
.fcOrange {color:#e48353;}
.taC {text-align:center!important;}
.taL {text-align:left!important;}
.taR {text-align:right!important;}
.taJ {text-align:justify!important;}
.valignT {vertical-align: top;}
.anchorlink {
  position: relative;
  top: -80px;
  display: block;
}

/****************************************

          common

*****************************************/
/*****見出し*****/
.maincatch {
  color:#fff;
  text-align: center;
  letter-spacing:0.6rem;
}
.maincatch div {
  padding:80px 0;
}
.maincatch h1 {
  font-size:3rem;
  font-weight: 500;
  margin-bottom:50px;
}
.maincatch p {
  width:620px;
  margin:0 auto;
  line-height: 3rem;
  padding:50px 0 80px 0;
}
h2 {
  font-size:3rem;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 8px;
}
h3 {
  font-size:2.4rem;
  text-align: center;
  letter-spacing: 8px;
}
.flexItemN {align-items: normal;}
.flexItemT {align-items: flex-start;}
.flexBox {
  display: flex;
  justify-content:center;
}
.flexBox .box {
  width:100%;
  text-align: center;
}
.box {
  display: inline-block;
}

/*****ボタン*****/
.btn {
  border: 2px solid #fff;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.btn a {
  color:#fff;
  font-weight: bold;
  display: block;
}
.btn a:hover {
  color:#fff;
}
.anchorLink {
  margin-top:-80px;
  padding-top:80px;
	margin-bottom:40px;
}
.comingSoon p {
  color:#ddd;
}
.comingSoon a:hover {
  color:#ddd;
  opacity:1;
}
/*****背景*****/
.gradationRed {
  background: linear-gradient(#555, #aaa);
}
.gradationYellow {
  background: linear-gradient(#555, #aaa);
}
.gradationBlue {
  background: linear-gradient(#555, #aaa);
}
.gradationOrange {
  background: linear-gradient(#555, #aaa);
}
/****************************************

          header gnav

*****************************************/
main:before {
  content: "";
  padding-top:80px;
  display: block;
}
main:after {
  content: "";
  padding-top:0px;
  display: block;
}
/* header */
#top-head {
  background-color: rgba(255,255,255,1);
  position: fixed;
  width: 100%;
  height:80px;
  margin: auto 0;
  line-height: 1;
  z-index: 999;
}
#top-head .floatL {
  padding-left:3%;
  width:22%;
}
#top-head .floatR {
  padding-right:3%;
  width:72%;
}
#top-head .logo {
  padding:15px 0;
}
#top-head .logo img {
  height:50px;
}

#global-nav {
  text-align: right;
}
#global-nav ul {
  list-style: none;
  right: 0;
  bottom: 0;
  font-size:0px;
}
#global-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left:30px;
  padding-bottom: 15px;
}
#global-nav ul li a {
  display: block;
  font-weight: bold;
  color:#7d7d7d;
  font-size:1.5rem;
}
#global-nav ul li a p {
  position: relative;
  top: 45px;
}
#global-nav ul li i {
  display: none;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 60%;
  background: #7d7d7d;
  left: 20%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 9px;
}
#nav-toggle span:nth-child(2) {
  top: 18px;
}
#nav-toggle span:nth-child(3) {
  top: 27px;
}
#nav-toggle p {
  width:100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 25px;
}

/****************************************

          top page

*****************************************/
#top h2.ttl span {
  display: block;
  font-size:1.8rem;
  padding-top:30px;
}
#top .maincatch p {
  padding:0px;
}
/*****サービス*****/
#top .service {
  line-height: 0px;
}
#top .service .content {
  width:100%;
  position: relative;
  line-height:2rem;
}
#top .service .content .textBox {
  width:30%;
}
#top .service .content .textBox .text {
  font-size:1.5rem;
  padding:60px 0 50px;
  text-align: center;
}
#top .service .content .textBox .btn {
  width:60%;
  margin:0 auto;
}
#top .service .content .textBox .btn a {
  padding:10px 30px;
}
#top .service .content .box:nth-child(1) .textBox {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%,-50%);
}
#top .service .content .box:nth-child(2) .textBox {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%,-50%);
}

#top .service .content p {
  color:#fff;
}
#top .service .content .ttl {
  font-size:2.4rem;
}
#top .service .content .text {
  font-size:1.5rem;
}
#top .service .content img {
  width:100%;
	max-height:400px;
}

/*****リンク*****/
#top .link .bg {
  padding: 86px 0px;
  text-align: center;
}
#top .link .box {
  border:1px solid #fff;
  padding:70px;
  position: relative;
  color:#fff;
}
#top .link .box:nth-child(1) {
  margin-right:40px;
}
#top .link .box:nth-child(2) {
  margin-left:40px;
}
#top .link .ttl {
  font-size:2.2rem;
  margin-bottom:50px;
}
#top .link .box .text {
  font-size:1.5rem;
  text-align: justify;
  margin-bottom:80px;
}
#top .link .btn {
  width:40%;
  position: absolute;
  top:74%;
  left:50%;
  transform: translate(-50%,-50%);
}
#top .link .btn a {
  padding:7px 30px;
}

/*****実績*****/
#top .works {
  padding: 70px 0 80px 0;
}
#top .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom:40px;
}
#top .swiper-slide {
	background-repeat: no-repeat;
	width: 1261px;
  text-align:center;
}
#top .swiper-slide p {
text-align: left;
font-size:1.3rem;
padding:5px 20px;
line-height: 1.5rem;
}
#top .swiper-button-prev , #top .swiper-button-next{
  top:100px;
}
#top .works .btn {
  border: 1px solid #7d7d7d!important;
  width:214px;
  text-align: center;
  padding:5px 0;
  margin:0 auto;
}
#top .works .btn a {
  color:#7d7d7d!important;
}
/*****コンテンツ*****/
#top .contents {
  width:100%;
  background-color: #f6f6f6;
  padding: 70px 0 80px 0;
}
#top .contents .box {
  width: 49%;
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 2%;
}
#top .contents .box img {
  width:180px;
}
#top .contents .box p {
  vertical-align: top;
  font-size:1.5rem;
  color:#7d7d7d;
  width:260px;
  margin:5%;
}
#top .contents .box p span {
  display: block;
  font-size:1.3rem;
  color:#b8b9b9;
  padding-bottom:5px;
}
#top .contents .box:nth-child(odd) {
  margin-right:1%;
}
#top .contents .box:nth-child(even) {
  margin-left:1%;
}
#top .contents .box:after {
  clear: both;
}
#top .contents .btn {
  border: 1px solid #7d7d7d!important;
  width:214px;
  text-align: center;
  padding:5px 0;
  margin:0 auto;
  margin-top:25px;
}
#top .contents .btn a {
  color:#7d7d7d!important;
}
/*****コンタクト*****/
#top .contact {
  padding:80px 0px;
  text-align: center;
  color:#fff;
}
#top .contact .ttl {
  font-size:3.5rem;
  letter-spacing: 8px;
  margin-bottom:15px;
}
#top .contact .subTtl {
  font-size:1.8rem;
  letter-spacing: 5px;
  margin-bottom:50px;
}
#top .contact .text {
  font-size:1.8rem;
  letter-spacing: 5px;
  margin-bottom:50px;
}
#top .contact .btn {
  width:38%;
  margin:0 auto;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#top .contact .btn a {
  font-size:3.2rem;
  letter-spacing: 5px;
  font-weight:100;
  padding:24px 0;
}
#top .contact .formLink {
  margin-top:60px;
}
#top .contact .formLink a {
  color:#fff;
}
/****************************************

          about page

*****************************************/
#about .maincatch .btn {
  width:280px;
  padding:0;
  letter-spacing: normal;
}
#about .maincatch .btn a {
  padding:10px 0;
}
/****************************************

          service page

*****************************************/
#service .maincatch ul {
  border-collapse: separate;
  border-spacing: 30px 0;
}
#service .maincatch li {
  font-size:2rem;
  display: table-cell;
  vertical-align: middle;
  border:2px solid #fff;
  width:300px;
}
#service .maincatch li a {
  color:#fff;
  display: block;
  padding:50px 0 30px;
  letter-spacing: 0.2rem;
}
#service .maincatch li a i {
 margin-top:20px;
}
#service .maincatch .serviceBlock {
	width:44%;
	display: inline-block;
}
#service .maincatch .serviceBlock:first-child {
	margin-right:3%;
}
#service .maincatch .serviceBlock:last-child {
	margin-left:3%;
}
#service .maincatch p {
	width:100%;
}
#service .anchorTtl {
  width:100%;
  color:#fff;
  height:335px;
  text-align: center;
}
#service .making {
  /**background-image: url(./images/service/anchor-bg1.jpg);**/
  background-color:#3f3f3f;
  background-size:cover;
}
#service .strategy {
/**  background-image: url(./images/service/anchor-bg2.jpg);**/
  background-color:#3f3f3f;
  background-size:cover;
}
#service .shop {
/**  background-image: url(./images/service/anchor-bg3.jpg);**/
  background-color:#3f3f3f;
  background-size:cover;
}
#service .planning {
/**  background-image: url(./images/service/anchor-bg4.jpg);**/
  background-color:#3f3f3f;
  background-size:cover;
}
#service .anchorTtl .inner .ttl {
  height:335px;
  display: table-cell;
  vertical-align: middle;
  width:1024px;
}
#service .anchorTtl .inner .ttl p {
  padding-top:20px;
  letter-spacing: 8px;
  font-size: 2rem;
}
#service .anchorLink .btn {
  border: 1px solid #999!important;
  width:214px;
  text-align: center;
  padding:5px 0;
  margin:0 auto;
}
#service .anchorLink .btn a {
  color:#999!important;
}
#service .contents .contentsTxt {
  font-size:1.6rem;
  line-height:3rem;
  width:760px;
  margin: 60px auto;
}
#service .contents .btn {
  margin:25px auto 70px;
}
#service .contents ul {
  width:760px;
  text-align: center;
  margin:0 auto;
}
#service .contents li {
  display: inline-block;
  font-size:1.3rem;
}
#service #strategy .contents li {
  width:33%;
  padding-bottom:24px;
}
#service #production .contents li {
  width:25%;
  padding-bottom:25px;
}
#service #shop .hotcurve {
  width:760px;
  margin:0 auto;
	text-align: center;
}

/****************************************

          works

*****************************************/
#works .maincatch {
  color:#7d7d7d;
  text-align: center;
}
#works h2.ttl span {
  display: block;
  font-size:1.5rem;
  padding-top:30px;
}
#works .maincatch ul {
  border-collapse: separate;
  border-spacing: 15px 0;
  width: 750px;
  margin: 0px auto;
}
#works .maincatch li {
  font-size:1.4rem;
  display: inline-block;
  vertical-align: middle;
  border:2px solid #7d7d7d;
  height: 95px;
  width:240px;
}
#works .maincatch li a {
  color:#7d7d7d;
  display: block;
  padding:20px 0 15px;
}
#works .maincatch li a i {
 margin-top:20px;
}
#works .maincatch h3 {
  color:#ffffff;
  font-size:1.8rem;
  background-color:#DC4B7B;
  height: 80px;
  width:100%;
  display: inline-block;
  margin: 90px auto 60px;
}
#works .maincatch h4 {
  color:#ffffff;
  font-size:1.8rem;
  background-color:#E08D42;
  height: 80px;
  width:100%;
  display: inline-block;
  margin: 90px auto 60px;
}
#works .maincatch h5 {
  color:#ffffff;
  font-size:1.8rem;
  background-color:#E2BE28;
  height: 80px;
  width:100%;
  display: inline-block;
  margin: 90px auto 60px;
}
#works .contents p {
  text-align: left;
  font-size:1.3rem;
  padding:5px 10px;
  line-height: 1.5rem;
}
#works .contents ul {
  width:1005px;
  text-align: center;
  margin:0 auto;
}
#works .contents li {
  display: inline-block;
  font-size:1.3rem;
}
#works .contents li {
  width:33%;
  vertical-align: top;
  padding-bottom:24px;
}
#works .operationLogo li {
  width:25%;
}
#works .works {
  padding: 70px 0 80px 0;
}
#works .contents .btn {
  border: 1px solid #7d7d7d!important;
  border-radius: 18px;
  background-color:#7d7d7d;
  width:205px;
  text-align: center;
  padding:5px 0;
  margin:10px 10px;
}
#works .contents .btn a {
  color:#fff!important;
}

/****************************************

          voice

*****************************************/
#voice .maincatch {
  color:#7d7d7d;
}
#voice .maincatch div {
  padding:85px 0 0px;
}
#voice .voiceList {
  margin-bottom:80px;
}
#voice .voiceDetail {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
#voice .voiceDetail .box:nth-child(2) {
  vertical-align: top;
  width:40%;
  padding:5% 5% 0 5%;
}
#voice .voiceDetail img {
  width:500px;
}
#voice .voiceDetail h3 {
  text-align: left;
  border-bottom: 1px solid #7d7d7d;
  padding: 0 0 10px 0;
  font-size: 1.8rem;
  letter-spacing: 3px;
  margin-bottom:30px;
}
#voice .voiceDetail p {
  width:100%;
  display: block;
}
#voice .voiceDetail .voiceName {
  overflow: hidden;
  margin-bottom:10%;
}
#voice .voiceDetail .voiceName p {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#voice .voiceDetail span {
  font-size:1.2rem;
}
#voice .voiceDetail .btn {
  border: 1px solid #7d7d7d!important;
  width:180px;
  text-align: center;
  padding:5px 0;
  margin-top:20px;
}
#voice .voiceDetail  .btn a {
  color:#7d7d7d!important;
}

/****************************************

          voice_more

*****************************************/
#voice_more .inner1 h1 {
  display: inline-block;
  border-bottom: 2px solid #7d7d7d;
  padding: 0 20 0 0;
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 3px;
  margin-bottom:45px;
}

#voice_more .inner2 h3 {
  font-size: 2rem;
  line-height: 2;
  font-size: 2.2rem;
  letter-spacing: 3px;
  margin-bottom:40px;
}
#voice_more .inner2 p {
  text-align: center;
  margin-bottom:60px;
}
#voice_more .inner750 h4 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
.detail{
  width: 600px;
  font-size: 1.4rem;
  line-height: 2;
  border-collapse:  collapse;
  margin: 0px auto 100px;
}

.detail tr:nth-child(odd) td {
  padding: 30px 25px;
  background-color:#F2F2F2;
}
.detail tr:nth-child(even) td {
  padding: 30px 25px;
  background-color:#fff;
}
.detail tr {
  border-right: 1px solid #F2F2F2!important;
  border-left: 1px solid #F2F2F2!important;
}


.detail2 td {
   width: 750px;
   text-align: left;
   letter-spacing: 2px;
   padding: 0px 50px;
   background-color:#F2F2F2;
}
.detail2 tr th {
  width: 750px;
  text-align: left;
  line-height: 2;
  background-color:#F2F2F2;
  padding: 50px 50px;
  font-size: 1.8rem;
  letter-spacing: 3px;
  /*border-bottom: 1px solid #7d7d7d ;*/
}
.detail2 tr hr {
  height: 1px;
  width: 650px;
  border: none;
  border-top: 1px #7d7d7d solid;
}
#voice_more .voiceDetail .btn1 a {
  color:#7d7d7d!important;
}
#voice_more .voiceDetail .btn2 a {
  color:#ffffff!important;
}
#voice_more .voiceDetail .btn1 {
  border: 1px solid #7d7d7d!important;
  border-radius: 18px;
  width:250px;
  text-align: center;
  padding:5px 0;
  margin:30px auto;
}
#voice_more .voiceDetail .btn2 {
  border: 1px solid #7d7d7d!important;
  border-radius: 18px;
  background-color:#7d7d7d;
  width:250px;
  text-align: center;
  padding:5px 0;
  margin:30px auto;
}

/****************************************

          company

*****************************************/
#company .maincatch h2 {
  display: block;
  color: #7d7d7d;
  font-size:2.8rem;
  padding-top:30px;
}
#company .maincatch table {
  border: 1px solid #7d7d7d!important;
  color: #414141;
  text-align: left;
  letter-spacing: 0.2em;
  padding: 10px;
  width:750px;
  height:360;
  margin:60px auto;
}
#company .maincatch table th {
  padding: 20px 40px;
  width:135px;
  }
#company .maincatch table td {
  padding: 20px 40px;
  width:615px;
}
#company .acces .contents ul {
  height: 265px;
  width: 760px;
  margin:30px auto 100px;
}
#company .acces .contents li {
  display: inline-block;
  font-size:1.4rem;
  vertical-align: middle;
  color:#414141;
  letter-spacing: 0.3em;
  height: 265px;
  width: 380px;
}
#company .googlemap iframe {
  width:350px;
  height:265px;
}
/****************************************

          recruit

*****************************************/
#recruit .maincatch {
  color:#7d7d7d;
  text-align: center;
}
#recruit h2.ttl span {
  display: block;
  font-size:1.5rem;
  padding-top:50px;
  letter-spacing: 4px;
}
#recruit h3 {
  font-weight: bold;
}
#recruit h3.ttl span {
  display: block;
  font-size:1.8rem;
}
#recruit .contents1 {
  margin:20px auto;
  line-height: 3rem;
  width: 750px;
}
#recruit .contents1 p {
  display: inline-block;
  font-size:1.4rem;
  text-align: left;
  color:#7d7d7d;
  letter-spacing: 0.2em;
  width: 750px;
}
#recruit .contents2 {
  text-align: center;
  margin:60px 0 80px;
  font-weight: bold;
}
#recruit .contents2 li {
  font-size:1.4rem;
  letter-spacing: 0.2em;
  display: inline-block;
  border:2px solid #7d7d7d;
  height: 95px;
  width:335px;
}
#recruit .contents2 li:nth-child(1) {
  margin-right:10px;
}
#recruit .contents2 li:nth-child(2) {
  margin-left:10px;
}
#recruit .contents2 li a {
  color:#7d7d7d!important;
  display: block;
  padding:20px 0 15px;
}
#recruit .contents2 li a i {
  margin-top:20px;
}
#recruit .guidelines table {
  width:750px;
  margin:30px auto;
  font-size: 1.4rem;
  line-height: 2;
  border-collapse:  collapse;
  color:#414141;
}
#recruit .guidelines th {
  vertical-align: top;
  text-align: left;
  padding:30px 25px;
  width:125px;
}
#recruit .guidelines td {
  padding:30px 25px;
  letter-spacing: 0.1em;
}
#recruit .guidelines .detail tr:nth-child(odd) th {
  background-color:#F2F2F2;
}
  #recruit .guidelines .detail tr:nth-child(odd) td {
  background-color:#F2F2F2;
}
#recruit .guidelines .detail tr:nth-child(even) th {
  background-color:#fff;
}
#recruit .guidelines .detail tr:nth-child(even) td {
  background-color:#fff;
}
#recruit .guidelines .detail tr {
  border-right: 1px solid #F2F2F2!important;
  border-left: 1px solid #F2F2F2!important;
  border-bottom: 1px solid #F2F2F2!important;
}
#recruit .guidelines .btn {
  width:205px;
  text-align: center;
  margin:10px auto 90px;
}
#recruit .guidelines .btn a {
  color:#fff!important;
  background-color:#7d7d7d;
  padding:5px 0;
  border-radius: 18px;
  border: 1px solid #7d7d7d!important;
}

/****************************************

          contact

*****************************************/
#contact .maincatch {
    color:#7d7d7d;
    text-align: center;
}
#contact .maincatch p {
  display: block;
  font-size:1.3rem;
  letter-spacing: 0.1em;
  padding:30px 0 50px 0;
}
#contact .contactForm {
  width:750px;
  margin-bottom:80px;
}
#contact .contactForm table {
  border-top: 1px #7d7d7d solid;
}
#contact .contactForm tr {
  border-bottom: 1px #7d7d7d solid;
}
#contact .contactForm th {
  width:340px;
  text-align: left;
  padding:20px 0 20px 20px;
  font-size:1.3rem;
  font-weight: bold;
}
#contact .contactForm th span {
  color: #fff!important;
  background-color: #414141;
  padding:3px 10px;
  margin-left:10px;
  font-weight: normal;
}
#contact .contactForm td {
  width:400px;
  padding:20px 0;
}
#contact .contactForm input[type=text] {
  background: #D9D9D9;
  width:370px;
  padding:0 10px;
  border:0;
  height:45px;
}
#contact .contactForm textarea {
  background: #D9D9D9;
  width:370px;
  padding:10px;
  border:0;
}
#contact .contactForm input[type=submit] {
  margin-top:50px;
  border:2px solid #7d7d7d;
  background-color: #fff;
  color:#7d7d7d;
  padding:15px 35px;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  font-weight: bold;
}
#contact .contactForm input[type=submit]:hover {
  border:2px solid #a0a0a0;
  background-color: #fbfbfb;
  color:#afafaf;
}
/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_05 {
  padding-bottom: 20px;
}
.msr_radio_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_radio_05 input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio_05 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}
.msr_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.msr_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}
/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05{
  margin:0 0 10px;
}

.msr_sendbtn_05 input[type=submit] {
  background-color: #FFF;
  border:1.5px solid #7d7d7d;
  border-radius: 20px;
  color: #7d7d7d;
  cursor:pointer;
  display: block;
  font-size: 1.3rem;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 245px;
  height: 45px;
  margin:30px auto;
}
.msr_sendbtn_05 input[type=submit]:hover {
  background-color: #7d7d7d;
  color: #FFF;
}
.msr_sendbtn_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFF;
  color: #7d7d7d;
}

/****************************************

          Footer

*****************************************/
#footer {
  background-color: #efefef;
  width: 100%;
  margin: auto 0;
}
#pageTop  {
 position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 9999;
}
#pageTop a {
  display: block;
}
#copyright {
  color:#7d7d7d;
  font-size:1.1rem;
  text-align: center;
  padding:34px 0;
  letter-spacing:0.3rem;
}
