@charset "UTF-8";

/* Re-set
---------------------------------------------------------- */

#wrapper, #contents {
  width: 100% !important;
}
/*h1, h2, h3, h4 {
  clear: both;
  background-image: none;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin: 0;
  border-style: none;
  color: #000000;
}*/
img{
  max-width: 100%;
}


/* common
---------------------------------------------------------- */

#contents {
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.contents .contentsInner {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  box-sizing: border-box;
}
section section {
  width: 730px;
  margin: 0 auto;
  display: block;
}
.note {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0;
}
sup {
  font-size: 0.8em;
  vertical-align: super;
  color: #ff0000 !important;
}
.red-bold {
  color: #ff0000 !important;
  font-weight: bold !important;
}

@media screen and (min-width:1px) and (max-width:767px) {
  .contents {
    font-size: 16px;
    line-height: 1.8;
  }
  .contents .contentsInner {
    padding-left: 0;
    padding-right: 0;
  }
  ul.list_dot li::before {
    font-size: 11px;
    top: 0.8em;
  }
  .sp_centerTxt {
    text-align: center;
  }
  section section {
    width: 90%;
  }
  .smallfont {
    font-size: 0.8rem !important;
    line-height: 1.6;
  }
}


/* link btn
---------------------------------------------------------- */

a.line {
  text-decoration: underline;
}
a.arw {
  text-decoration: underline;
}
a.arw:after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-weight: bold;
  padding-left: 0.3em;
}
a.arw.arw01 {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a.arw.arw01:after {
  color: #EAC901;
}
a.link_arw {
  padding: .5em 3.6em .5em 3.4em;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border-radius: 20px;
  background-color: #0491e8;
  line-height: 1.3;
  font-size: 0.9em;
}
a.link_arw:after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-weight: bold;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  color: #eac900;
}


@media screen and (min-width:1px) and (max-width:767px) {
 a.link_arw.link_arw01 {
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
 }
 a.link_arw.link_arw02 {
  padding: 1em 2.6em 1em 2.4em;
  border-radius: 10px;
  font-size: 1rem;
 }
}


/* ttl
---------------------------------------------------------- */

.ttl_01 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0.15em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 70px auto;
  padding-top: 100px;
  position: relative;
  margin-bottom: 50px;
}
.ttl_02 {
  display: block;
  background-color: #0f218c;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding: 2em 0.5em;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  line-height: 1.5;
}
.ttl_02 {
  display: block;
  background-color: #0f218c;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding: 2em 0.5em;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 80px;
  box-sizing: border-box;
  line-height: 1.5;
}
.ttl_02.right:before {
  content: "";
  position: absolute;
  top: calc(40% - 12px);
  border: 12px solid transparent;
  border-left: 25px solid #0f218c;
  right: -35px;
}
.ttl_02.right:after {
  content: "";
  position: absolute;
  display: block;
  width: 76px;
  height: 126px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -110px;
  top: 0px;
}

@media screen and (min-width:1px) and (max-width:767px) {
  .ttl_01 {
    font-size: 1.3rem;
    line-height: 1.3;
    background-size: 50px auto;
    padding-top: 70px;
  }
  .ttl_02 {
    font-size: 1em;
    line-height: 1.5;
    padding: 1.3em 0.5em;
    width: calc(100% - 80px);
  }
  .ttl_02.right {
    margin-left: 0;
    margin-right: 80px;
  }
  .ttl_02.right:before {
    top: 30%;
  }
  .ttl_02.right:before {
    border: 10px solid transparent;
    border-left: 20px solid #0f218c;
    right: -25px;
  }
  .ttl_02.right:after {
    width: 63px;
    right: -84px;
  }
}

@media all and (-ms-high-contrast: none) {
  .ttl_02 {
    letter-spacing: 0em;
  }
}


/* design pagetop
---------------------------------------------------------- */

.btnpagetop {
  z-index: 1;
  position: fixed;
  right: 20px;
  bottom: -120px;
  padding: 0;
  width: 70px;
  height: 70px;
  outline: 0;
  border: 0;
  background: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.btnpagetop img {
  width: 100%;
  height: auto;
}
.btnpagetop.active {
  bottom: 20px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  .btnpagetop {
    width: 60px;
    height: 60px;
  }
}


/* contents bg
---------------------------------------------------------- */

.bg_color01 {
  background-color: #f8fafc;
}


/* contents mv
---------------------------------------------------------- */

.mv {
  padding: 100px 0;
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.mv h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
}
.mv h2 span {
  display: inline-block;
  background: #003499;
  background: -moz-linear-gradient(left, #003499 0%, #0099fe 100%);
  background: -webkit-linear-gradient(left, #003499 0%, #0099fe 100%);
  background: linear-gradient(to right, #003499 0%, #0099fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003499', endColorstr='#0099fe', GradientType=1);
  padding: .2em 1em;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
.mv h2 span em {
  color: #ffc600 !important;
}

@media screen and (min-width:1px) and (max-width:767px) {
  .mv {
    padding: 50px 0;
    background-image: url(../img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .mv h2 {
  /* [disabled]font-size: 1.1rem !important; */
  letter-spacing: -0.1em;
  }
  .mv h2 span{
  padding: 0.4em 0.8em;
  }
}


/* contents sec
---------------------------------------------------------- */

.sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sec em {
  color: #ff0014;
  font-weight: bold;
}

@media screen and (min-width:1px) and (max-width:767px) {
 .sec {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: hidden;
 }
}


/* contents sec00
---------------------------------------------------------- */

#sec00 {
  text-align: center;
}
#sec00 h3 {
  color: #0f218c;
  line-height: 1.5;
  font-size: 1.6rem;
}
#sec00 h4 {
  font-size: 1rem;
}
#sec00 h4 span{
  display: block;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #sec00 {
    text-align: left;
  }
  #sec00 br {
    display: none;
  }
  #sec00 h3 {
  /* [disabled]font-size: 1.1rem; */
  line-height: 1.8;
  }
  #sec00 h4 {
  font-size: .8em;
  }
}


/* contents sec01
---------------------------------------------------------- */

#sec01 {
  text-align: center;
}
#sec01 .ttl_02:after {
 background-image: url("../img/pic_character01.png");
}
#sec01 h4  {
  font-size: 1rem;
}
#sec01 ul li a{
  float: left;
  width: calc(50% - 10px);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 20px;
  border-radius: 15px;
  display: block;
  border: 2px solid #0f218c;
  padding: 180px 0 1.5em;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center top 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
}
#sec01 ul li:first-child a{
  background-image: url(../img/sec01_pic01.png);
}
#sec01 ul li:last-child a{
  margin-right: 0;
  background-image: url(../img/sec01_pic02.png);
}
#sec01 ul li span{
  display: block;
  width: 40%;
  margin: 0 auto;
  position: relative;
  padding: .5em 2.4em .5em 2em;
  border-radius: 20px;
  background: #ff0200;
  background: -moz-linear-gradient(top, #ff0200 0%, #ff5e00 100%);
  background: -webkit-linear-gradient(top, #ff0200 0%, #ff5e00 100%);
  background: linear-gradient(to bottom, #ff0200 0%, #ff5e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0200', endColorstr='#ff5e00', GradientType=0);
}
#sec01 ul li span:after {
  font-family: 'FontAwesome';
  content: '\f107';
  font-weight: bold;
  position: absolute;
  right: 0.6em;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

@media screen and (min-width:1px) and (max-width:767px) {
  #sec01 h4  {
  font-size: .8em;
  }
  #sec01 ul li a {
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 28vw 0 1.5em;
    background-size: 20vw auto;
    background-position: center top 5vw;
  }
  #sec01 ul li span {
    font-size: 12px;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
    padding: .5em 1.4em .5em 1em;
    border-radius: 20px;
    box-sizing: border-box;
  }
}


/* contents sec02
---------------------------------------------------------- */
#sec02{
  padding-top: 0;
}
#sec02 .ttl_02:after {
  background-image: url("../img/pic_character02.png");
  width: 94px;
  right: -119px;
}
#sec02 .online{
  margin-bottom: 3em;
}
#sec02 .online,
#sec02 .yousou{
  font-size: 1rem;
  border-radius: 10px;
  border: 2px solid #ff3800;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
}
#sec02 .online h4,
#sec02 .yousou h4{
  color: #FFFFFF;
  text-align: center;
  padding: 1em;
  font-size: 1em;
  background: #ff0200;
  background: -moz-linear-gradient(top, #ff0200 0%, #ff5e00 100%);
  background: -webkit-linear-gradient(top, #ff0200 0%, #ff5e00 100%);
  background: linear-gradient(to bottom, #ff0200 0%, #ff5e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0200', endColorstr='#ff5e00', GradientType=0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
  position: relative;
}
#sec02 .online h4:before,
#sec02 .yousou h4:before{
  content: "";
  position: absolute;
  border: 12px solid transparent;
  border-top: 20px solid #ff5e00;
  left: calc( 50% - 10px);
  bottom: -30px;  
}

@media screen and (min-width:1px) and (max-width:767px) {
  #sec02 .ttl_02:after {
    width: 80px;
    right: -88px;
    top: 0px;
  }
  #sec02 .online h4,
  #sec02 .yousou h4{
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }

}


/* online */

#sec02 .online .txt_block01 {
  line-height: 1.9;
  padding-left: 180px;
  background-image: url(../img/sec02_pic01.png);
  background-repeat: no-repeat;
  background-size: 105px auto;
  margin: 2em 0;
  background-position: left 20px center;
}
#sec02 .online .txt_block02 {
  line-height: 1.5 !important;
  background-color: #fdede1;
  padding: 0.8em 1.2em;
  margin-bottom: 2em;
}
#sec02 .online .txt_block02 h5{
  font-size: 1rem;
}

@media screen and (min-width:1px) and (max-width:767px) {
  #sec02 .online .txt_block01 {
    line-height: 1.7;
    padding-left: 0px;
    margin: 2em 0;
    background-image: none;
  }
  #sec02 .online .txt_block01 img {
    width: 30%;
    margin-bottom: 1em;
  }
  #sec02 .online .txt_block02 {
    padding: 0.8em 1.2em;
    margin-bottom: 2em;
  }
  #sec02 .online .txt_block02 h5 {
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
  }
}

/* yousou */

#sec02 .yousou .have h5{
  color: #FFFFFF;
  font-size: 1em;
  display: block;
  padding: 0.8em;
  background-color: #007db5;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 5em;
  position: relative;
  letter-spacing: 0.1em;
}
#sec02 .yousou .nothave h5{
  color: #FFFFFF;
  font-size: 1em;
  display: block;
  padding: 0.8em;
  background-color: #7fb454;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 50px;
  position: relative;
}
#sec02 .yousou h5 em{
  color: #FFFFFF;
  text-decoration: underline;
}
#sec02 .yousou h5 img{
  position: absolute;
  width: 100px;
  left: 20px;
  bottom: 0px;
}
#sec02 .have h6,
#sec02 .nothave h6{
  font-size: .8em;
  color: #007DB5;
  display: block;
  background-color: #cce5f0;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.2em;
  border-radius: 20px;
}
#sec02 .yousou .nothave h6{
  color: #4B8909;
  background-color: #e6f1da;
}

@media screen and (min-width:1px) and (max-width:767px) {
  #sec02 .yousou .have h5,
  #sec02 .yousou .nothave h5{
  text-align: left;
  padding-left: 30vw;
  line-height: 1.3;
  margin-top: 3em;
  font-size: 1.1em;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  #sec02 .yousou h5 img {
    width: 22vw;
    left: 2vw;
  }
}


/* exesample */

#sec02 ul.exesample li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dashed #198ABB;
  text-align: center;
}
#sec02 .nothave ul.exesample li{
  border-right: 1px dashed #8CBB65;
}
#sec02 ul.exesample li:last-child{
  border: none;
}
#sec02 ul.exesample li img{
  width: auto;
  height: 160px;
}

@media screen and (min-width:1px) and (max-width:767px) {
  #sec02 ul.exesample{
    width: 90%;
    margin: 0 auto;
  }
  #sec02 ul.exesample li {
    float: none;
    width: 100%;
    border-bottom: 1px dashed #198ABB;
    border-right-style: none;
  }
  #sec02 .nothave ul.exesample li {
    border-bottom: 1px dashed #8CBB65;
    border-right-style: none;
  }
  #sec02 ul.exesample li:last-child {
    border: none;
  }
  #sec02 ul.exesample li img {
    width: 90%;
    height: auto;
    margin: 1em auto;
  }
}


/* table list  */

table.list caption{
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.5em 1em;
  background-color: #6a7e87;
  position: relative;
  font-weight: bold;
  text-align: left;
}
table.list {
  border-collapse: collapse;
  width: 100%;
}
table.list th, table.list td {
  border: 1px solid #cccccc;
  padding: 1em 0.9em;
}
table.list th {
  background-color: #d8ecfa;
  text-align: center;
  line-height: 1.2;
}
table.list th.ttl02{
  background-color: #ecf6fd;
}
table.list td {
  font-size: 0.8rem;
}
table.list td.num {
  font-size: 1.1rem;
  text-align: center;
  color: #6B7F87;
}
table.list td strong {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width:1px) and (max-width:767px) {
  table.list th, table.list td {
    font-size: .8rem;
    line-height: 1.6;
    padding: 0.8em;
  }
  table.list td strong {
    font-size: .8rem;
  }
  table.list td.num {
    font-size: .8rem;
  }
}


/* different */

.different {
  background-color: #fdede1;
}
.different h5{
  color: #FFFFFF;
  font-size: 1em;
  padding: 0.5em 1em;
  background-color: #ff0b00;
  font-weight: bold;
}
.different .inc {
  padding: 1em 2em 2em;
}
.different .inc p{
  font-weight: bold;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.different p em {
  text-decoration: underline;
}
.different p:first-child {
  color: #FE0B00;
  padding-left: 30px;
  background-image: url(../img/icn_info.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
}
.different p:nth-child(2) em {
  color: #000;  
}
.different .sample {
  padding: 0.5em 1em 1em;
  background-color: #FFFFFF;
}
.different .sample h6 {
  font-size: 1rem;
  color: #ff0b00;
  margin-bottom: 0.5em;
}
.different .sample img {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:1px) and (max-width:767px) {
  .different {
    font-size: 0.8rem;
  }
  .different p:first-child {
    background-position: left top 0.3em;
  }
  .different .inc {
    padding: 1em;
  }
  .different .sample h6 {
    font-size: .8rem;
  }
  .different .sample img {
    width: 100%;
  }
}

/* sec03 */
#sec03 h3 {
  color: #0f218c;
  padding: 0.2em 0.8em;
  border-left: 3px solid #0f218c;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1em;
}
#sec03 ul {
  font-weight: bold;
}
@media screen and (min-width:1px) and (max-width:767px) {
  #sec03 ul {
    font-size: .8rem !important;
  }
}

a.txt_link{
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
a.txt_link::before{
  position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: -1px;
	bottom: 0;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #0085d4;
	border-right: 1px solid #0085d4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width:1px) and (max-width:767px) {
  a.txt_link{
    padding: 0 0 0 24px;
  }
}