@charset "utf-8";

/*
  Description: initial setting
*/

/****** CONTENTS ***************************************

1: base setting and body
2: link setting
3: module setting

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

/****** 1: base setting and body **********************/

/* general params
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent url(/service/common/img/bg.png);
}

body {
  line-height:1;
  border-top: 5px solid #ffe100;
  min-width: 960px;
}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

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

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}


p, dt, dd, th, td, li {
  line-height: 1.6em;
}


/* body
--------------------*/
body {
  margin: 0px;
  padding: 0px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
  font-size: 87.5%;/*Default font size is 14px*/
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

.media_sp {
  font-size: 81.25%;/*Default font size is 13px*/
}

span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

/****** 2: link setting *********************/

a:link,
a strong:link,
a:visited,
a strong:visited {
  color: #0033AA;
  text-decoration: none;
}

a:hover,
a strong:hover{
  color: #0033AA;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

a:active,
a strong:active{
  color: #0033AA;
  text-decoration: underline;
}

a:hover .hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

/* for sp
--------------------*/
.media_sp a:hover {
  color: #0033AA;
  text-decoration: none;
}

.media_sp a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}


/****** 3: module setting *********************/

/* default style sp class
--------------------*/

.media_pc .for_sp {
  display: none;
}

.media_sp .for_pc {
  display: none;
}

/* wrap
--------------------*/
.wrap {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.media_sp .wrap {
  width: auto;
}

/* font style of eo
--------------------*/
.eo {
  font-size: 128.5714%;
  line-height: 1;
}

/* magnification fo img
--------------------*/
.fit_img {
  width: 100%;
  height: auto;
}

/* font style of notes
--------------------*/
.notes {
  padding: 0 0 0 1em;
  font-size: 85.714286%;
  line-height: 1.5em;
  text-indent: -1em;
}

/* popup icon
--------------------*/
.popup {
  padding-right: 22px;
  background: url(/service/common/img/icon_popup.png) no-repeat right center;
}

.media_sp .popup {
  padding-right: 16px;
  background-size: 12px auto;
}

/* modal icon
--------------------*/
.modal {
    padding-right: 18px;
    background-image: url(/service/common/img/icon_modal.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* style of btn
--------------------*/
.btn {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #fff;
  line-height: 1.3em;
}

.btn_02 {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background-color: #fff;
  line-height: 1.3em;
}

.btn:link, .btn:visited, .btn_02:link {
  color: #000;
  text-decoration: none;
}

.btn strong:hover {
  text-decoration: none;
}

.btn:hover, .btn_02:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.btn:hover img {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
}

.btn .btn_txt, .btn .btn_icon, .btn_02 .btn_txt, .btn_02 .btn_icon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.btn_txt {
  text-align: left;
  line-height: 1.3em;
}

.btn_txt span, .btn_txt strong {
  color: #000;
  text-decoration: none;
}

.btn_icon {
  text-align: right;
}

.media_sp .btn:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.media_sp .btn .btn_txt {
  font-size: 100%;
}

/* style of large size btn
--------------------*/
.l_btn {
  display: block;
  width: 460px;
}

.l_btn .btn {
  width: 100%;
  height: 80px;
}

.l_btn .btn_02{
	border: 1px solid #e64c22;
background-color: #e64c22;
font-weight: bold;
height: 80px;
font-size: 127%;
}

.l_btn .btn_txt {
  padding: 0 0 0 28px;
  font-size: 128.571429%;
}

.l_btn .btn_02 .btn_txt {
	color: #fff;
}
.l_btn .btn_02 .sub_txt{
  font-size:74%;
  color:#fff;
  font-weight:normal;
}
.l_btn .btn_02 .eo{
  color:#fff;
}

.l_btn .btn_icon {
  padding: 0 28px 0 0;
}

.l_btn .btn_02.top_color_red {
  margin-top: 15px;
  border-color: #e64c22;
  background-color: #e64c22;
}
.l_btn .btn_02.top_color_orange {
  border-color: #ff9900;
  background-color: #ff9900;
}

.media_sp .l_btn {
  width: auto;
}

.media_sp .l_btn .btn {
  height: 59px;
}

.media_sp .l_btn .btn_02 {
  height: 75px;
  font-size:96%;
}

.media_sp .l_btn .btn_txt {
  padding-left: 15px;
}

.media_sp .l_btn .btn_icon {
  padding-right: 15px;
}

.media_sp .l_btn .btn_icon img {
  width: 20px;
  height: 20px;
}

.media_sp .l_btn .btn:hover {
  color: #000;
}


/* style of medium size btn
--------------------*/
.m_btn {
  display: block;
}

.m_btn .btn {
  display: table;
  line-height: 1.3em;
}

.m_btn .btn_icon {
  padding-right: 14px;
}

.m_btn .btn_icon img {
  width: auto;
  height: 18px;
}

.media_sp .m_btn .btn:hover {
  color: #000;
}

.media_sp .m_btn .btn_icon {
  width: 7px;
}

.media_sp .m_btn .btn_icon img {
  width: 100%;
  height: auto;
}


/* style of text link icon
--------------------*/
.txt_link01, .txt_link02, .txt_link03, .txt_link04, .txt_link05 {
  background-repeat: no-repeat;
  background-position: left center;
}

.txt_link01:link, .txt_link02:link, .txt_link03:link, .txt_link04:link, .txt_link05:link,
.txt_link01:visited,.txt_link02:visited, .txt_link03:visited, .txt_link04:visited, .txt_link05:visited { 
  color: #000;
}

.txt_link01, .txt_link04 {
  padding: 0 0 0 20px;
}

.txt_link02, .txt_link03, .txt_link05 {
  padding: 0 0 0 12px;
}

/* style of nav accordion
--------------------*/
.media_sp li[data-nav-open-id] {
  display: none;
}

/* style of table layout
--------------------*/
.is_table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.is_table_thead {
  display: table-header-group;
}

.is_table_tbody {
  display: table-row-group;
}

.is_table_tfoot {
  display: table-footer-group;
}

.is_table_tr {
  display: table-row;
}

.is_table_th, .is_table_td {
  display: table-cell;
}

.is_table_th {
  vertical-align: inherit;
}

.is_table_colgroup {
  display: table-column-group;
}

.is_table_col {
  display: table-column;
}

.is_table_caption {
  display: table-caption;
}