@charset "UTF-8";

/***************************
Title: style.css-index.html
Since: 2015-00-00
Last Modified: 2000-00-00
*******************+********/


/************************************************
/* rule
************************************************/

html {
  width: 100%;
}

body {
  width: 100%;
  height: auto;
  font-style: normal;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  position: relative;
  margin: 0;
}

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

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

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
header,
section {
  display: block;
}


/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*文字折り返し*/

pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}


/************************************************
/*見出し
/***********************************************/

h1,
h2,
h3,
h4 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  letter-spacing: 0.03em;
}

.tit_basic01 {
  margin-bottom: 20px;
  font-size: 30px;
}

.tit_basic01 span.subTit {
  display: block;
  margin-top: 10px;
}

.tit_basic01 {
  margin-top: 50px;
  margin-bottom: 14px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.tit_basic01:before,
.tit_basic01:after {
  content: "｜";
  margin: 0 0.3em;
}

.tit_basic01:before {
  margin-right: 0.3em;
}

.tit_basic01:after {
  margin-left: 0.3em;
}


/*H2*/

.tit_basic02 {
  color: #00ae81;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0;
}


/************************************************
/*clearfix
/***********************************************/

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/************************************************
/*スタイル
/***********************************************/


/*大枠*/

#MainContainer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
}


/*内枠*/

.container {
  width: 100%;
  margin: 0 auto;
}

.borderArea {
  width: 100%;
  height: 26px;
  margin: 0 auto;
  padding: 0 0;
  background: url(../img/pic_dot_line_02.png) 0 0;
}

.borderAreaG {
  width: 100%;
  height: 26px;
  margin: 0 auto;
  padding: 0 0;
  background: url(../img/pic_dot_line_01.png) 0 0;
}

.borderArea4 {
  width: 100%;
  height: 10px;
  margin: 0 auto;
  padding: 0 0;
  background: url(../img/pic_dot_line_04.png) 0 0;
}

.topimg {
  position: relative;
  text-align: center;
  display: block;
  padding-top: 55px;
  height: 600px;
  background-image: url(../img/top_item.png), url(../img/top_bg.jpg);
  background-position: center bottom, right center;
  background-repeat: no-repeat;
}

.IMG_space {
  margin: 50px 0;
}

.IMG_space30 {
  margin: 30px 0;
}

.IMG_space_under10 {
  margin-bottom: 10px;
}

.IMG_space_under20 {
  margin-bottom: 20px;
}

.IMG_space_under10case {
  padding-bottom: 10px;
}

.IMG_space_under30 {
  margin-bottom: 30px;
}

.IMG_space_under30case {
  padding-bottom: 30px;
}

.IMG_space_top20 {
  margin-top: 20px;
}

.IMG_space_top40 {
  margin-top: 40px;
}

.space_top10 {
  margin-top: 10px;
}

.space_top20 {
  margin-top: 20px;
}

.space_top30 {
  margin-top: 30px;
}

.space_top40 {
  margin-top: 40px;
}

.other {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.other span {
  font-size: 11px;
}

.top_btn {
  position: absolute;
  top: 480px;
  margin-left: -125px;
}

.H_space {
  padding: 30px 0;
}

.content_area {
  width: 100%;
  padding: 0;
  margin: 30px auto 0;
}

.content_img {
  text-align: center;
  max-width: 960px;
  margin: 25px auto 0;
}

.content_header {
  text-align: center;
  max-width: 960px;
  margin: 25px auto 20px;
}

.content_text {
  text-align: center;
  max-width: 960px;
  margin: 15px auto 20px;
}

.textRed {
  color: red;
}

.flow_bg {
  background-color: #01AE81;
  padding: 13px 0;
  margin: 10px auto 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.flow_bg:before {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 49%;
  border: 15px solid transparent;
  border-top: 35px solid #01AE81;
}

.backColor_GY {
  background-color: #FBFBF7;
  padding-bottom: 50px;
}

.backColor_GRN {
  margin-top: 50px;
  background-color: #00AE81;
}

.mainLogo {
  width: 10%;
  margin: 0 15px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

.mainLogo img {
  max-width: 300px;
  margin: 6px 2px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}

header {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: fixed;
  background-color: #01AE81;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  height: 42px;
}

header .Menu ul li a {
  width: auto;
  padding: 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: inline-block;
  position: relative;
}

header h1 p {
  display: none;
}

.pam {
  border-left: solid 1px #FFF;
  margin-top: 13px;
}


/*PCメニュー*/

.inner {
  min-width: 940px;
  overflow: hidden;
  /* heightを戻す */
  margin: 0 auto 0;
}

.Menu {
  float: right;
  padding: 0 0;
  margin: 0 auto;
  height: 42px;
  line-height: 1em;
}

.Menu ul {
  padding: 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.Menu ul li {
  padding: 0px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  text-align: center;
  border-bottom: none;
  font-size: 1em;
}

.try_btn {
  width: 130px;
  background-color: #007653;
  height: 42px;
  line-height: 290%;
}

.contact_btn {
  width: 130px;
  background-color: #333;
  height: 42px;
  line-height: 290%;
}


/*社内ケース*/


/* !
----------------------------------------------------------- */

.content_caseListArea {
  width: 596px;
  background-color: #f7f8f8;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 10px 0 #BBB;
  /* Safari, Chrome用 */
  -moz-box-shadow: 1px 1px 10px 0 #BBB;
  /* Firefox用 */
  box-shadow: 1px 1px 10px 0 #BBB;
  /* CSS3 */
}

.content_caseListArea h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
  letter-spacing: -0.05em;
}

.content_caseListArea ul {}

.content_caseListArea li {
  margin-left: 50px;
  margin-bottom: 8px;
}

.content_caseListArea li:before {
  position: absolute;
  display: inline;
  content: " ";
  background: url("../img/icon_check01.png") top left no-repeat;
  margin-left: -40px;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}


/*トライアルメニュー*/


/* !trialHowto
----------------------------------------------------------- */

.sectionLv02 {
  /*padding: 30px 0 10px;*/
  margin: 20px 0 10px;
}

.tit_basic01 + .sectionLv02 {
  margin-top: 0;
}

.inner_flow {
  width: 780px;
  margin: 0 auto 0;
}

.flow-container {
  width: 100%;
  min-width: 940px;
  margin: 30px auto 0;
}

#trialHowto {}

#trialHowto .tit {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

#trialHowto .flow {
  float: left;
  position: relative;
  width: 20%;
  /*height: 120px;*/
  margin-right: 2.0%;
  padding-bottom: 27px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #00AE81;
  ;
}

#trialHowto .flow:last-child {
  margin-right: 0;
}

#trialHowto .flow:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -23px;
  display: block;
  width: 20px;
  height: 24px;
  margin-bottom: -18px;
  background: url(../img/ico_trialhowto_ya_pc.png) no-repeat center center;
  background-size: 100% 100%;
}

#trialHowto .flow:last-child:after {
  margin-right: 0;
  content: "";
  width: 0;
  height: 0;
}

#trialHowto .flow .ttl {
  margin: 0;
  padding: 10px 10px 14px;
  color: #FFFF00;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #00AE81;
}

#trialHowto p {
  font-size: 14px;
  padding: 12px 16px;
  height: 180px;
}

#trialHowto .icon_trialhowto {
  position: absolute;
  bottom: 19px;
  width: 100%;
  text-align: center;
}

#trialHowto .icon_trialhowto img {
  width: 80px;
}


/* テキスト化対応 */

.content_text .meritPush {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: -0.1em;
  border-bottom: 2px dotted #4d4d4d;
  display: inline;
  padding-bottom: 5px;
}

.content_text .meritPush2,
.content_text .meritPush2_big {
  font-size: 25px;
  color: #00ae81;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -0.1em;
}

.content_text .meritPush2_big {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0;
}

.content_text .textSimple01 {}

.content_text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: -0.1em;
  display: inline;
  margin: 20px;
}


/* !FAQ　*/

h2.faq {
  padding-top: 40px;
}

h2.faq img {
  width: 48%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  display: block;
}

.faqWrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 1%;
  display: block;
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.itemWrapper {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 0 auto 80px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.itemWrapper li.question {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  padding: 12px 50px 12px 55px;
  background: #fff;
  border-bottom: 2px solid #01AE81;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 1.1em;
  color: #093358;
}

ul.itemWrapper li.question .closeBtn {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../img/btn_faq_off.png) 50% 50% no-repeat;
  background-size: 30px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

ul.itemWrapper li.question .closeBtn.on {
  background: url(../img/btn_faq_on.png) 50% 50% no-repeat;
  background-size: 30px auto;
}

ul.itemWrapper li.question:hover {
  opacity: 0.8;
}

ul.itemWrapper li.question:before {
  content: "";
  width: 45px;
  height: 100%;
  margin: 0;
  padding: 0.3em;
  border-radius: 3px 3px 0 0;
  background: url(../img/ico_question.png)50% 50% no-repeat #01AE81;
  background-size: 20px 27px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

ul.itemWrapper li.answer {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 18px 0 12px 55px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  cursor: pointer;
  font-size: 0.95em;
  color: #093358;
}

ul.itemWrapper li.answer:before {
  content: "";
  width: 45px;
  height: 100%;
  margin: 0;
  padding: 0.3em;
  background: url(../img/ico_ans.png)50% 15px no-repeat;
  background-size: 20px 27px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}


/*スライド*/

.content_merit_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#image-navigation ul li a,
#image-navigation2 ul li a,
#image-navigation3 ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}

#image-navigation .navi,
#image-navigation2 .navi {
  float: left;
}

#image-navigation3 .navi {
  margin-top: 50px;
  float: left;
}

#image-navigation .navi-image,
#image-navigation2 .navi-image,
#image-navigation3 .navi-image {}

#image-navigation-text ul li a,
#image-navigation2-text ul li a,
#image-navigation3-text ul li a {
  display: block;
  width: 100%;
  height: auto;
  color: #333;
  line-height: 50px;
  text-align: center;
}

#image-navigation-text .navi,
#image-navigation2-text .navi,
#image-navigation3-text .navi {
  float: left;
}

#image-navigation-text .navi-image {
  float: left;
}

#image-navigation-text a {
  background: #eee;
}

#image-navigation-text a.active {
  background: #333;
  color: #fff;
}


/*サポート*/

.supportBlockWrapper {
  display: table;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 0;
  /*margin-top: 24px;*/
  vertical-align: top;
  margin-bottom: 100px;
}

.policyBlockWrapper {
  display: table;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 0;
  margin-top: 50px;
  vertical-align: top;
}

.supportBlock {
  display: table-cell;
  width: 33.3%;
  padding: 0 14px;
  letter-spacing: normal;
  box-sizing: border-box;
}

.policyBlock {
  display: table-cell;
  width: 50%;
  padding: 0 5px;
  letter-spacing: normal;
  box-sizing: border-box;
  text-align: center;
}

.supportBlock h3,
.heading01 {
  margin-top: 20px;
  font-size: 15px;
  background-color: #093358;
  color: #fff;
  text-align: center;
}

.supportBlock p {
  margin: 12px 0 10px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #093358;
}

.supportBlock a {
  font-size: 12px;
}

.supportBlock a:after {
  content: "＞";
}

a.bl_link {
  color: #3FA9F5
}

.backBtn {
  width: 55px;
  height: 55px;
  border-radius: 27.5px;
  padding: 0;
  margin: 0;
  background: url(../img/btn_page_top.png)50% 50% no-repeat #DBDCDC;
  background-size: 25px auto;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}


/*フッターメニュー*/

footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 0;
  margin: 0 auto;
  background: #e1e1e1;
  color: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

footer p {
  padding: 15px 0;
  display: block;
}

/*
システムフォント追記分
------------------------------*/
ul.securityBlock{
  width: 960px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

ul.securityBlock li{
  width: 49%;
  height: 150px;
  padding: 0;
  margin: 0 2% 40px 0;
  float: left;
}

ul.securityBlock li:nth-child(2n){
  margin: 0 0 40px 0;
}

ul.securityBlock li .imgArea{
  width: 150px;
  height: auto;
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
}

ul.securityBlock li .txtArea{
  width: 280px;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
  float: left;
}

ul.securityBlock li .txtArea h3{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  line-height: 125%;
  color:#FFFF00;
}

ul.securityBlock li .txtArea p{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0;
  font-size: 1.0em;
  text-align: left;
  line-height: 130%;
  color:#fff;
}

ul.securityBlock li .txtArea p span.subTitle{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 5px;
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
  line-height: 130%;
  color:#FFFF00;
  display: block;
}

.supportBlock{
  width: 960px;
  height: 304px;
  padding: 0;
  margin: 0 0;
  font-size: 1.0em;
  text-align: left;
  line-height: 130%;
  background: url(../img/bg_support.jpg)0 0 no-repeat;
  position: relative;
}

.supportBlock .txtWrapper{
  width: 420px;
  height: 270px;
  padding: 80px 15px 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  position: absolute;
  top:20px;
  left: 20px
}

.supportBlock .txtWrapper p{
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  font-size: 1.0em;
  text-align: left;
  line-height: 160%;
}

.supportBlock .txtWrapper p span.red{
  color:#ff0000;
}

.infoBlock{
  width: 32%;
  height: 160px;
  padding: 0;
  margin: 0 2% 0 0;
  font-size: 1.0em;
  text-align: left;
  float: left;
  line-height: 130%;
  position: relative;
}

.infoBlock.last{
  margin: 0 0 0 0;
}

.infoBlock .heading01{
  padding: 3px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.infoBlock p{
  padding: 3px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 0.95em;
}
