@charset "utf-8";
/* ===================================================================

 CSS information
 file name  :style.css
 author     :eunjin
 style info :style
 
=================================================================== */

@import "layout.css";
@import "index.css";
@import "sub.css";

/*-- all
---------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
}
ul,
ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.disc li {
  list-style-type: disc; 
  margin-left: 1.2rem;
}

select option {
  padding: 0px 5px;
}
a {
  color: #0066cc;
  text-decoration: none;
  /* FireFox �����N�I�����̓_���������@*/
  overflow: hidden;
  outline: none;
}
a:visited {
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
p.size14 {
  font-size: 14px;
  line-height: 24px;
}
p.size16 {
  font-size: 16px;
  line-height: 24px;
}
p.size20 {
  font-size: 20px;
  line-height: 26px;
}
.size18 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.sizeL {
  font-size: 30px;
  font-weight: bold;
  display: inline !important;
}
.sizeXL {
  font-size: 40px;
  font-weight: bold;
  display: inline !important;
}
.sizeLorange {
  font-size: 55px;
  font-weight: bold;
  color: #ff6634;
  display: inline !important;
}
.sizeXLorange {
  font-size: 80px;
  font-weight: bold;
  color: #ff6634;
  display: inline !important;
  padding-left: 10px;
}

.txtBold {
  font-weight: bold;
}

.color-red {
  color: red;
}

/*-- title
---------------------------------------------------------------------*/

/*-- �ėp�N���X
---------------------------------------------------------------------*/
.floatL {
  float: left;
}
.floatR {
  float: right;
}

.floatLimg {
  float: left;
}
.floatRimg {
  float: right;
}

.ta-L {
  text-align: left !important;
}
.ta-C {
  text-align: center !important;
}
.ta-R {
  text-align: right !important;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml70 {
  margin-left: 70px;
}
.m-auto {
  margin-left: auto; 
  margin-right: auto; 
}

.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt25 {
  padding-top: 25px;
}
.pl10{
  padding-left: 10px;
}
.pl20{
  padding-left: 20px;
}

.w100 {
  width: 100%;
}
@media (min-width: 640px) {
  .w48-pc {
    width: 48%;
  }
  .w60-pc {
    width: 60%;
  }
  .w80-pc {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .w100-sp {
    width: 100%;
  }
}

/*-- clearfix
---------------------------------------------------------------------*/
.cf:after {
  content: url(../img/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}
.cf {
  display: inline-block;
}
.cf {
  display: block;
}

/*-- table
---------------------------------------------------------------------*/
table {
  table-layout: auto;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

table.c-striped {
  width: 100%;
}
table.c-striped th, table.c-striped td {
  background-color: #fef8cc;
  border: 1px solid #ccc;
  padding: 10px;
}
table.c-striped tr:nth-of-type(2n) th, table.c-striped tr:nth-of-type(2n) td {
  background-color: #fffdef;
}

table.c-striped th {
  width: 30%;
}

table.c-striped td a {
  text-decoration: underline;
}

/*-- box
---------------------------------------------------------------------*/
.c-arrow_box {
  position: relative;
  background: #fc9827;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.c-arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(252, 152, 39, 0);
  border-top-color: #fc9827;
  border-width: 30px;
  margin-left: -30px;
}

.c-blue_box {
  background-color: #daf7fd;
  padding: 10px;
  text-align: center;
}

.c-gradiend-blue-to-white-box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,deecf4+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #deecf4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#deecf4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#deecf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#deecf4',GradientType=0 ); /* IE6-9 */
}



/*-- button
---------------------------------------------------------------------*/
.btn-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  box-shadow: 0px 0px 2px 0px rgb(0,0,0,0.2);
}
