@charset "UTF-8";

/* ==================================
  セレクタ
================================== */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.6em;
    height: 100%;
    letter-spacing: 0.02em;
}
}

ol li {
    font-size: 16px;
    font-size: 1rem;
}

p {
    margin-bottom: 2px;
}

ul li {
    list-style: none;
}

table {
    font-size: 14px;
    font-size: 0.875rem;
}

table,
th,
td {
    border: 1px solid #aaa;
}

th {
    background-color: #f5f5f5;
}

th,
td {
    padding: 10px;
}

a {
    color: #333;
    text-decoration: none;
}

/* ==================================
  基礎レイアウト
================================== */

#wrap {
    width: 100%;
    min-width: 1080px;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.contents {
    flex: 1;
}

.inner {
    width: 1080px;
    position: relative;
    margin: 0 auto;
}

.btn,
a.btnGreen{
    display: inline-block;
    text-decoration: none !important;
    color: #483800;
    cursor: pointer;
    border: 1px solid #483800;
    padding: 25px 60px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    background-color: #fff;
    white-space: nowrap;
}
.btn:hover{
    background-color: #483800;
    color: #FFF;
    transition: background-color 0.5s 1ms ease-out;
    border: 1px solid #FFF;
}
.btn::after{
    content: url(../image/front/icon_rightArrow.png);
    position: absolute;
    top:54%;
    transform: translateY(-50%);
    right: 13px;
}
.btn:hover::after{
    content: url(../image/front/icon_rightArrow_white.png);
}

a.btnGreen {
    background-image: linear-gradient(#4dc443 0%, #4dc443 51%, #31b426 52%);
    border-radius: 4px;
    border: none;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
    color: #FFF;
    font-size: 20px;
    padding: 40px 0;
    width: 80%;
}
a.btnGreen:hover {
  opacity: .8;
}

.serif{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* ==================================
  header
================================== */
 header{
  position: fixed;
 }
 header{
  position: fixed;
 }
 header .header-drmlogo{
   display: inline-block;
   margin: 10px;
 }
 .drawer-navbar a{
   font-weight: bold;
 }
 body.drawer-open .drawer-navbar  a{
 }
 .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
 }

 .drawer-navbar .header-drmlogo a {
  padding: 0;
}

/* ==================================
  hero
================================== */

.hero{
  background-color: #fefef7;
  background-image: url('../image/front/bg_hero_01.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.hero .heroInner{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.hero h1{
  text-align: center;

}
.hero .btnBlock{
	display: flex;
	justify-content:center;
	margin-top: 80px;
}
.hero .btnBlock .btn{
	margin: 0 15px;
  min-width: 250px;
}
.hero .btnBlock a.btnCorp{}
.hero .btnBlock a.btnPersonal{}
.hero .btnBlock a.btnNew{}

.hero .btnBlock a{}

/* ==================================
  イントロダクション
================================== */

section.intro{
  padding: 100px 0;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

section.intro h2{
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2.0;
  color: #8f6201;

}
section.intro h3{
  font-size: 1.2rem;
  margin: 80px 0 10px;
}

section.intro p{
  margin-bottom: 15px;
  line-height: 1.8;
}

section.intro ul{
	width: 80%;
    margin: 0 auto;
}
section.intro li+li{
	border-top: 1px solid #ccc;
}
section.intro li{
	/*display:block;*/
	padding: 30px;
	position: relative;

}
section.intro li a:hover{
	background-color: #f0f0f0;
}
section.intro .date{
	float: left;
	margin-right: 15px;
  width: 9em;
}
section.intro .number{
	float: left;
	margin-right: 15px;
	background-color: #8f6201;
	color: #FFF;
	padding: 2px 10px;
	font-size: 0.7rem;
	margin-top: -3px;

}

section.intro a::after{
	content: url(../image/front/icon_rightArrow.png);
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    right: 13px;
}


section.intro .new{
  color:#fff;
  background-color: #8f6201;
  font-size: .7em;
  padding: 1px 5px;
  margin-left: 5px;
}

/* ==================================
  merit
================================== */

section.merit h2{
  font-size: 2rem;
  line-height: 1.8;
  color: #8f6201;
}

section.merit .parallax-window {
    background: transparent;
    padding: 100px 0 0;
    text-align: center;
}
section.merit .boxContent{
  margin: 80px auto;
  clear: both;
}
section.merit .boxContent:nth-child(odd) .boxText{
  float: left;
}
section.merit .boxContent:nth-child(odd) .boxImage{
  float: right;
}
section.merit .boxText{
  background-color: rgba(255,255,255,0.9);
  width: 630px;
  padding: 40px 50px 50px;
  margin-top: -36%;
  float: right;
  box-shadow: 0 0 20px rgba(0,0,0,0.2)
}
section.merit h3{
  color:#8f6201;
  font-size: 1.8rem;
  border-bottom: 1px solid #8f6201;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1.6;
}
section.merit .boxImage{
  float: left;
}

#particle{
  height: 90%;
  width: 100%;
  position: absolute;
}
.merit{
  position: relative;
}

section.merit .inner {
  overflow: hidden;
}


/* ==================================
  ブロック
================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================
  よくある質問
================================== */
section.question h2{
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2.0;
  text-align: center;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #8f6201;
  background-color: rgba(0,0,0,.03);
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,.125);
}
.Label:hover{
  cursor: pointer;
  text-decoration: underline;
  color: #513800;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #8f6201;
	border-right: 2px solid #8f6201;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 6px );
	right: 20px;
	transform: rotate(45deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0 20px;
	overflow: hidden;
  margin-bottom: -1px;
  border-right: 1px solid rgba(0,0,0,.125);
  border-left: 1px solid rgba(0,0,0,.125);
}
.content:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.Label:last-child {
margin-bottom: -1px;
}  
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
  font-size: 1rem;
}
.toggle:checked + .Label::before {
	transform: rotate(135deg) !important;
}
section.question .inner{
  margin-bottom: 100px;
}

/* ==================================
  購読料について
================================== */

section.price{
  margin: 80px 0;
}
section.price h2{
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2.0;
  text-align: center;
}

section.price .tableWrap{
	margin: 0 auto;
	width: 80%;
}
section.price table{
	font-size: 1.2rem;
	width: 100%;
	margin-bottom: 10px;
}

section.price th:nth-child(1),
section.price td:nth-child(1) { width: 20%; }  /* 登録種別 */
section.price th:nth-child(2),
section.price td:nth-child(2) { width: 20%; }  /* 年間契約 */
section.price th:nth-child(3),
section.price td:nth-child(3) { width: 60%; }  /* 備考 */

section.price th,
section.price td{
	padding: 15px;
	vertical-align: middle;
	text-align: center;

}

/* ==================================
  インフォメーション
================================== */

section.info h2{
  font-size: 2.2rem;
  margin-bottom: 30px;
}

section.info{
  font-size: 1.2rem;
  background-color: #050021;
  padding: 100px 0;
  text-align: center;
  color: #FFF;
}


/* ==================================
  会社情報
================================== */

section.company .boxContent{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 80px;
}
section.company .boxContent h2{
  font-size: 1.2rem;
  margin: 50px 0 30px;
  text-align: center;
  font-weight: normal;

}
section.company .boxContent>div{
  width: 50%;
  padding: 80px 30px;
}


/* ==================================
  お問合わせ
================================== */
section.contact{
	margin-top: 100px;
}
section.contact .inner{
  width: 700px;
}
#k3_to_check_input{
  text-align: center;
}

/* ==================================
  footer
================================== */
footer .footerContent {
  background-color: #f1f1f1;
  padding: 60px 0;
}
footer .footerContent .inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
}
footer .footerContent .boxLeft{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 100px;
}
footer .footerContent .boxLeft .btn{
  width: 100%;

}

footer .footerContent .boxLeft h3{
  font-size: 1rem;
  margin-bottom: 20px;
}

footer .footerContent .boxLeft img{
  margin-right: 30px;
 height: 100%;
}
footer .footerContent .boxRight h3{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
footer .footerContent .boxRight li{
  margin-bottom: 15px;
}
footer .footerContent .boxRight a:hover{
  text-decoration: underline;
}

footer .copyright{
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: .9rem;
  padding: 15px 0;
}

/* ==================================
  plugin
================================== */

/*inview*/
.inview-mv01{
  opacity: 0;
  transform: translate(0,100px); 
  -webkit-transform: translate(0,100px); 
  transition: all 0.8s ease 0s;
}
.mv01{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}


/* ==================================
  
================================== */
