@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", Sans-Serif !important;
}
#wrap {
  width: 1012px;
  margin: 0 auto;
  background-image: url(../images/yahujiro_bg.jpg);
  padding: 0 0 50px 0;
}
body {
  color: #505050;
  background-color: #fff;
  font-size: 12px;
  background-repeat: repeat-x;
  background-position: center top;
}
body#toppage {
  background-image: url(../img/bg_top.gif);
}
img {
  vertical-align: top;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
li {
  list-style-type: none;
}
a {
  color: #126070;
  text-decoration: none;
}
a:hover {
  color: #126070;
  text-decoration: underline;
}

html {
  　　overflow-y: hidden;
}

* html body {
  background: url(null) fixed;
}

/*----------------------------
  common
----------------------------*/
.mg_t_10 {
  margin-top: 10px;
}

.mg_t_20 {
  margin-top: 20px;
}

.mg_t_30 {
  margin-top: 30px;
}

.mg_b_10 {
  margin-bottom: 10px;
}

.mg_b_20 {
  margin-bottom: 20px;
}

.mg_b_30 {
  margin-bottom: 30px;
}

.pd_l_20 {
  padding-left: 20px;
}

.pd_l_30 {
  padding-left: 30px;
}

.pd_l_40 {
  padding-left: 40px;
}

.pd_b_7 {
  padding-bottom: 7px;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.fs_8 {
  font-size: 8px;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_12 {
  font-size: 12px;
}

.fs_14 {
  font-size: 14px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_24 {
  font-size: 24px;
}

hr.line_hr {
  margin: 50px 0;
  border: dotted #ccc 1px;
}

.fc_aka {
  color: #c00;
}

.st {
  color: #c00;
  font-weight: bold;
}

.mannaka {
  text-align: center;
}

#toTop {
  position: fixed;
  top: 90%;
  right: 2px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 5px;
  font-size: 77%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

h2.title_midasi {
  width: 950px;
  padding: 8px 8px;
  border-width: 0 5px;
  border-color: #068081;
  border-style: solid;
  background: #08b4b6;
  color: #fff;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  margin: 10px 20px;
}

.c_b {
  clear: both;
}

/*
ヘッダー
-------------------------------------------*/
#header {
  position: relative;
  width: 1000px;
  height: 107px;
  margin: 0 auto;
  background: url(../images/yahujiro_bg_header.jpg) left top no-repeat;
}

#header_box {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

#header p {
  padding: 5px 0 0 35px;
}

#header #logo {
  position: absolute;
  left: 30px;
  top: 21px;
}
#header #header_li {
  position: absolute;
  right: 0px;
  top: 6px;
}
#header #header_li li {
  display: inline;
  padding-right: 7px;
  padding-left: 13px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccccc;
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  background-position: 3px center;
  font-size: 12px;
}
#header #header_li a {
  text-decoration: none;
  color: #666666;
}
#header #info {
  position: absolute;
  right: 10px;
  font-size: 11px;
  color: #666666;
  line-height: 24px;
  text-align: right;
  top: 30px;
  width: 550px;
}
#header #info strong {
  font-size: 24px;
  color: #2d5bab;
  font-family: Arial, Helvetica, sans-serif;
}
#header #info span {
  font-size: 14px;
  color: #505050;
}

#header #info li {
  float: left;
}

#header #header_li a:hover {
  background-color: #ffffff;
  color: #2d5bab;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
  width: 996px;
  margin: 0 auto;
  background: #fff;
  padding: 0 2px;
}

#navi ul {
  display: flex;
  width: 100%;
  height: 41px;
}

#navi li {
  flex: 0 1 20%;
  height: 41px;
  margin: 0;
  padding: 0;
}

#navi li a {
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
  color: #333;
}
#navi li a:hover,
#navi li a.current {
  text-decoration: none;
  background-color: #066868;
  color: #fff;
}

/*----- kotei -----*/
#kotei {
  height: 148px;
  width: 1012px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1;
}

/*----- mainimg -----*/
#mainimg {
  width: 1000px;
  height: 546px;
  position: relative;
  padding: 0 6px;
  margin: 148px 0 0 0;
}

#mainimg_btn {
  width: 968px;
  height: 121px;
  position: absolute;
  left: 17px;
  bottom: 32px;
}
#mainimg_btn ul {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
#mainimg_btn ul li {
  flex-basis: 0 1 33.3%;
}

/*----- top_contents -----*/
#topcon {
  width: 994px;
  border: 3px solid #09b4b6;
  margin: 0 6px;
  overflow: hidden;
  padding: 0 0 30px 0;
}

/*----- top_service -----*/
#top_service {
  clear: both;
  width: 967px;
  padding: 0 13px 30px 13px;
  overflow: hidden;
}

#top_service ul {
  clear: both;
  height: 134px;
}

#top_service ul li {
  float: left;
  width: 328px;
  height: 114px;
}

#top_service ul li.li_last {
  float: right;
  width: 309px;
}

/*----- top_youbou -----*/
#top_youbou {
  width: 854px;
  margin: 0 auto;
}

#top_youbou ul {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border: 2px solid #ff9000;
}

#top_youbou ul li {
  font-size: 18px;
  list-style: circle inside;
  margin: 0 0 10px 10px;
}

/*----- top_qa -----*/
#top_qa {
  width: 1000px;
  padding: 0 6px;
  margin: 0 0 30px 0;
}

#top_qa h3 {
  margin: 0 0 20px 0;
}

/*accordion*/
#top_qa dl.accordion {
  width: 800px;
  padding: 0 106px;
}

#top_qa dl.accordion dt {
  background: #3e9193;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  word-wrap: break-word;
}
#top_qa dl.accordion dt {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  font-size: 18px;
}

#top_qa dl dt span,
#top_qa dl dd span {
  font-family: "Gravitas One", cursive;
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px 0 0;
}

#top_qa dl.accordion dt::before {
  content: "";
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  top: 15px;
  right: -20px;
}
#top_qa dl.accordion dt.open::before {
  content: "";
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  top: 0px;
  right: -20px;
}
#top_qa dl.accordion dd {
  word-wrap: break-word;
  margin: 0 0 0 30px;
  font-size: 18px;
  padding: 20px;
}

/*----- top_toi -----*/
#top_toi {
  color: #434343;
  width: 854px;
  margin: 0 auto;
}

#top_toi p {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
}

dl#toi_num {
}

dl#toi_num dt {
  font-family: "Gravitas One", cursive;
  font-size: 100px;
  font-weight: bold;
  background: url(../images/yahujiro_top_toi_icon.png) left 30px no-repeat;
  padding: 0 0 0 80px;
  color: #09b4b6;
}

dl#toi_num dd {
  font-size: 36px;
  text-align: center;
  padding: 0;
  margin: 0;
}

/*----- contents -----*/
#contents {
  padding: 148px 0 0 0;
}

/*
メイン
-------------------------------------------*/
#main {
}

.img_left {
  float: left;
  background-color: #ffffff;
  padding: 2px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #edece9;
}
.img_right {
  float: right;
  background-color: #ffffff;
  padding: 2px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  border: 1px solid #edece9;
}
#top_img {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  width: 920px;
  height: 400px;
  position: relative;
  text-align: center;
  margin: 0 0 0 5px;
}

#top_img ul#mainimg_ul {
  width: 900px;
  height: 106px;
  position: absolute;
  left: 18px;
  bottom: 10px;
}

#top_img ul#mainimg_ul li {
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
}

.to_top {
  text-align: right;
  clear: both;
  margin: 0 auto;
  width: 980px;
}

#contents ul.list {
  padding-top: 10px;
  padding-bottom: 10px;
}
#contents ul.list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  padding-left: 15px;
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
  color: #1072ba;
}
.teisei {
  text-decoration: line-through;
  padding-right: 5px;
  padding-left: 5px;
}

.box02_left .img_left {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 10px;
}
.box02_left .img_right {
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 10px;
}

#contents .menu_wrap {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 10px;
}

textarea,
input {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}
.map_wrap {
  background-color: #ffffff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 5px;
  border: 1px solid #eaeaea;
}

table.plan_main {
  margin: 0 0 20px 0;
}

#contents table.plan_main th {
  background: #ff9000;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

#contents table.plan_main td {
  background: #fff;
  text-align: center;
  font-size: 24px;
}

/* subContents要素
----------------------------------------------------------- */
div#subContents {
  width: 200px;
  background: #08b4b6;
  padding: 10px;
  position: fixed;
  top: 160px;
  z-index: 20;
  margin: 0 0 0 780px;
  font-size: 14px;
}
* html div#subContents {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop + 100));
}

#subContents h3 {
  color: #fff;
  margin: 0 0 5px 0;
  font-weight: bold;
}

#subContents ul.category {
  background: #fff;
}

#subContents ul.category li {
  padding: 3px;
}

/*-----dlリスト-----*/
#contents .dl_list {
  padding: 5px;
  border: 1px solid #eeeeea;
  float: left;
  margin-bottom: 5px;
}
#contents .dl_list dt {
  float: left;
  display: block;
  width: 80px;
  font-size: 12px;
  padding-left: 15px;
  line-height: 1.4em;
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
#contents .dl_list dd {
  display: block;
  float: right;
  width: 460px;
  font-size: 12px;
  line-height: 1.4em;
  padding-left: 7px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d7e6e8;
}
#contents .dl_list dl {
  padding-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d5cb;
  display: block;
  width: 570px;
  padding-top: 7px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
}
#contents .dl_list dd a {
  line-height: 1.4em;
}

/*
フッター
-------------------------------------------*/
#footer a {
  color: #fff;
}

#footer_wrap {
  width: 900px;
  margin: 0 50px;
  padding: 10px 0;
  color: #fff;
}

#footer_wrap dd {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}

#footer_wrap dd span {
  font-family: "Gravitas One", cursive;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}

#footer {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #09b4b6;
  overflow: hidden;
  padding: 10px 0 20px 0;
}
#footer p {
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #666666;
  line-height: 30px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  margin: 0 auto;
  clear: both;
  display: block;
}

#footer_logo {
  width: 240px;
  float: left;
}

#footer_menu {
  float: right;
  width: 640px;
}

#footer_menu ul {
  float: left;
  margin: 0 30px 0 0;
}

#footer_menu li {
  font-size: 14px;
  list-style: circle inside;
  margin: 0 0 5px 0;
}

#footer_menu dt {
  font-size: 16px;
  font-weight: bold;
}

/*
各種テーブル
-------------------------------------------------------------------*/
#form {
  background: #fff;
  border: 1px solid #ccc;
  width: 854px;
  padding: 10px 0;
}

table {
  border-collapse: collapse;
}
table td {
  border-collapse: collapse;
}

#contents table.table_company {
  width: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

#top_toi table.table_info {
  width: 800px;
  margin: 10px auto;
}
#top_toi table td {
  padding: 2px;
  font-size: 13px;
}

#top_toi table td.td_header {
  background-color: #f0f0f0;
  text-align: center;
  padding: 8px;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  background: #acacac;
  width: 167px;
  font-weight: bold;
  border: 1px solid #eae8df;
}

#top_toi table td.td_odd {
  background-color: #ffffff;
  text-align: left;
  padding: 0;
  font-size: 12px;
  background-repeat: repeat-x;
  line-height: 20px;
}

#top_toi table input[type="text"],
#top_toi table div.radio {
  width: 625px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  padding-left: 5px;
}
#top_toi table .clearField::-webkit-input-placeholder {
  color: #ccc;
}
#top_toi table .clearField:-ms-input-placeholder {
  color: #ccc;
}
#top_toi table .clearField::-ms-input-placeholder {
  color: #ccc;
}
#top_toi table .clearField::-input-placeholder {
  color: #ccc;
}
#top_toi table textarea {
  width: 625px;
  line-height: 30px;
  border: 1px solid #ccc;
  padding-left: 5px;
}

#top_toi table input[type="radio"] {
  vertical-align: middle;
}

.td_header .eng {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: #ccc;
}

#top_kiyaku {
  width: 800px;
  margin: 20px auto;
}

#kiyaku_txt {
  width: 780px;
  height: 200px;
  font-size: 14px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

#top_kiyaku {
  text-align: center;
}

#top_kiyaku dt {
  font-size: 20px;
  font-weight: bold;
}

#top_kiyaku dd {
  font-size: 14px;
}

#toi_btn {
  margin: 20px 0;
}

#top_kiyaku_doui {
  font-size: 14px;
  text-align: center;
}

#contents table td.td_head {
  background-color: #f0f0f0;
  text-align: right;
  padding: 8px;
  white-space: nowrap;
  color: #333333;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #d5d5d5;
  border-right-color: #666;
  border-bottom-color: #d5d5d5;
  border-left-color: #d5d5d5;
  font-size: 13px;
  background-image: url(../img/td_header.gif);
  background-repeat: repeat-x;
}

table td.td_odd {
  background-color: #ffffff;
  text-align: left;
  padding: 7px;
  font-size: 12px;
  background-repeat: repeat-x;
  line-height: 20px;
  border: 1px solid #d5d5d5;
}

/*
サイド
-------------------------------------------*/

#side {
  background-color: #fff;
  padding: 0 5px 5px 5px;
  float: right;
  width: 230px;
  margin-top: 10px;
}
#side h3 {
  /*font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../img/side_h3.gif);
	height: 20px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;*/
}
#side .side_box {
  width: 230px;
  margin-bottom: 10px;
}
#side .side_box h3 {
  background-color: #084fa6;
  background-image: none;
  line-height: 20px;
  height: 20px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  font-size: 13px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2ca;
}
#side .side_box .side_inbox {
  background-image: url(../img/side_inbox.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 210px;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #f5f5f4;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
}
#side .side_box .side_inbox p {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
}
#side .side_box .side_btn {
  text-align: center;
  padding-bottom: 5px;
}
#side .side_box .side_newbox {
  width: 186px;
  background-color: #f9f9f7;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  color: #5c6f70;
}
#side .side_box .side_newbox p {
  font-size: 10px;
}
#side .side_box .side_newbox a {
  color: #899a6d;
  text-decoration: none;
  margin-left: 2px;
}
#form .chui {
  color: #d73743;
  padding-left: 5px;
}
#side .chui {
  font-size: 10px;
  color: #d73743;
  padding-left: 5px;
}

#side .side_box .side_newbox a:hover {
  color: #b9d38d;
}

#side_link {
  background: url(../img/common/rakuten_hp_side_bg.gif);
  padding: 0 10px 5px 10px;
}

#side ul {
  width: 210px;
  background: #fff;
  margin: 0 0 20px 0;
}

#side ul a {
  display: block;
}

#side_link ul.side_menu a {
  display: block;
  background: url(../img/common/side_menu_yajirusi.jpg) left no-repeat;
  padding: 0 0 0 20px;
  color: #333;
}

#side ul li {
  height: 24px;
  padding: 10px 0 0 10px;
  background: url(../img/common/side_menu_line.gif) left bottom no-repeat;
}

#side ul li.side_li_last {
  background: none;
}

#side ul.side_other {
  background: none;
  margin: 0 0 5px 0;
  padding: 0;
}

#side ul.side_other li {
  width: 210px;
  height: 60px;
  padding: 0;
  margin: 0 0 10px 0;
}

#side ul.side_other li.last {
  margin: 0;
  padding: 0;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#main ul.ul_sitemap {
  padding: 10px;
  font-size: 14px;
  border-bottom: dotted 1px #333;
}
#main .ul_sitemap li {
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 15px;
}
#main .ul_sitemap ul {
  margin: 0px;
  padding: 0px;
}
#main .ul_sitemap li a {
  background-image: url(../img/li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

/*h5 {
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #005AE4;
	border-left-color: #005AE4;
}*/

/*----- faq -----*/
dl.faq_dl {
  padding: 10px 5px;
}

dl.faq_dl dt {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px dotted;
  padding: 20px 0 0 40px;
  margin: 10px 0 0 0;
  color: #666;
  background: url(../img/faq_q.gif) left bottom no-repeat;
}

dl.faq_dl dd {
  margin: 20px 0 0 20px;
  padding: 5px 0 20px 40px;
  background: url(../img/faq_a.gif) left top no-repeat;
  font-size: 14px;
}

dl.faq_dl dt.faq_dt_none {
  border: none;
  margin: 0;
  padding: 10px 0 0 40px;
}

/*----- voice -----*/
dl.voice_dl {
  padding: 10px 5px;
}

dl.voice_dl dt {
  font-size: 14px;
  font-weight: bold;
  border-top: 1px dotted;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  color: #666;
}

dl.voice_dl dd {
  margin: 5px 0 0 20px;
}

dl.voice_dl dt.voice_dt_none {
  border: none;
  margin: 0;
  padding: 0;
}

/*----- flow -----*/
.heading3 {
  border: solid 1px #ddd;
  padding: 5px;
  border-radius: 5px;
  background: #eee;
  -moz-border-radius: 5px; /* FF */
  background: -moz-linear-gradient(top, #fff, #eee); /* FF */
  -webkit-border-radius: 5px; /* Webkit */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* Webkit */
  -pie-background: linear-gradient(top, #fff, #eee); /* ie */
  behavior: url(images/PIE.htc); /* ie */
  margin: 20px 0;
}

.heading3 span {
  border-left: 5px #09989c solid;
  padding-left: 10px;
  font-size: 16px;
}

.heading4 {
  border-bottom: 5px #3cf solid;
  padding-bottom: 5px;
  background: none;
  font-size: 18px;
}
.heading4 span {
  margin-left: 20px;
  font-size: 60%;
  color: #ccc;
  position: relative;
  top: -5px;
}

dl.flow_dl {
  padding: 10px 20px 20px 20px;
  /*border-bottom-width: 1px;*/
  /*border-bottom-style: solid;*/
  /*border-bottom-color: #D9D9D9;*/
  margin-right: 10px;
  margin-left: 5px;
}
.flow_dl dt {
  font-size: 18px;
  /*border-bottom-width: 1px;*/
  /*border-bottom-style: dotted;*/
  /*border-bottom-color: #CCCCCC;*/
  line-height: 18px;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  font-weight: bold;
  color: #2b5aa8;
  border-bottom: 3px #ccc solid;
  padding-bottom: 5px;
  background: none;
  font-size: 18px;
}

.flow_dl dt strong {
  margin-left: 10px;
  font-size: 80%;
  color: #c00;
  position: relative;
}

.flow_dl dd {
  font-size: 16px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505050;
  margin: 0 0 0 22px;
  width: 600px;
  padding-bottom: 60px;
  background: url(../img/flow_yajirusi.jpg) center bottom no-repeat;
}

.flow_dl dd.last {
  font-size: 16px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505050;
  margin: 0 0 0 22px;
  width: 560px;
  padding-bottom: 20px;
  background: none;
}

.flow_dl dt span {
  font-size: 24px;
  margin: 0 10px 0 0;
  font-family: "Nunito", sans-serif;
  color: #2b5aa8;
}

.flow_box {
  padding: 20px 0 0 0;
}

.flow_toi {
  text-align: center;
  padding: 0 0 30px 0;
}

/*----- top -----*/
#main p.top_service {
  font-size: 24px;
  color: #c00;
}

#contents .service_box {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#contents .service_box img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}

#contents .service_box {
  font-size: 18px;
}

#contents .service_box li {
  margin: 0 0 5px 0;
}

.service_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.service_btn a,
a.service_btn {
  color: #222;
  background-color: #ccc;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  font-size: 12px;
  border-top-width: 1px;
  border-right-width: 2px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
  text-decoration: none;
  background-image: url(../img/btn.gif);
  background-repeat: repeat-x;
  background-position: center top;
  line-height: 16px;
}
.service_btn a:hover,
a.service_btn:hover {
  color: #fff;
  background-color: #222;
  background-image: none;
}

/*----- trouble_box -----*/
.trouble_box {
  clear: both;
  overflow: hidden;
}

.trouble_box dl.trouble_dl {
}

.trouble_box dl.trouble_dl dt {
  float: left;
}

.trouble_box dl.trouble_dl dd {
  float: right;
  width: 380px;
}

.trouble_box dl.trouble_dl_in dt {
  font-size: 16px;
  padding: 4px 5px;
  border-color: #0b0099;
  border-width: 0 0 0 6px;
  border-style: solid;
  margin: 0 0 10px 0;
}

.trouble_box dl.trouble_dl_in dd {
  margin: 0 0 20px 0;
}

.trouble_box_in {
  clear: both;
  overflow: hidden;
}

.trouble_box_l {
  width: 310px;
  float: left;
  padding: 0 10px 10px 10px;
  background: url(../img/yajirusi.jpg) right center no-repeat;
}

.trouble_box_r {
  float: right;
  background: #efefef;
  width: 300px;
}

#contents .trouble_box_l h3 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #1d2088;
  font-size: 16px;
}

#contents .trouble_box_l li {
  list-style: disc outside;
  margin: 0 0 0 16px;
}

#contents .btn {
  background: #eee;
  border-top: 3px solid #ddd;
  border-left: 3px solid #ddd;
  border-right: 3px solid #bbb;
  border-bottom: 3px solid #bbb;
  color: #111;
  width: 160px;
  padding: 10px;
  margin: 0 10px 10px 0;
  float: right;
}

/*----- plan -----*/
.plan_txt {
  margin: 0 0 20px 0;
  padding: 0;
}

.plan_txt img {
  margin: 0;
  padding: 0;
}

#contents h4 {
  color: #27295e;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #27295e;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 8px;
}

/*----- dropmenu -----*/
#dropmenu {
  list-style-type: none;
  width: 800px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a {
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a {
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child {
  border-top: 0;
}
#dropmenu li:hover ul li:last-child {
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}

/*----- area -----*/
.area_box {
  overflow: hidden;
}

dl.area_dl {
}

dl.area_dl dt {
  float: left;
  width: 170px;
}

dl.area_dl dd {
  float: right;
  width: 480px;
  font-size: 18px;
}

#contents .area_txt {
  border: 1px solid #1d2088;
  margin: 0 0 20px 0;
}

/*----- demo_box -----*/
.demo_box {
  clear: both;
  border: none;
  padding: 20px 0;
  overflow: hidden;
}

.demo_box iframe {
  overflow: hidden;
  border: none;
}

.demo_box_l {
  width: 600px;
  background: #ccc;
  float: left;
}

.demo_box_r {
  float: right;
  width: 94px;
}

.demo_box h6 {
  color: #4e5a5a;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 20px;
  padding: 3px 5px;
  border-color: #96aeae;
  border-width: 0px 20px 0px 0px;
  border-style: solid;
  background: #bddbdb;
}

/*----- service -----*/
#service_con {
}

#service_con h3 {
  margin: 20px 0 0 0;
  padding: 0;
  background: none;
  height: 50px;
  border: none;
}

#service_con h4 {
  margin: 20px 0 10px 0;
  padding: 0;
  background: none;
  height: 117px;
  border: none;
}

#rakutarou_box {
  width: 730px;
  height: 1100px;
  position: relative;
}

#rakutarou_box p.rakutarou01 {
  width: 159px;
  height: 103px;
  position: absolute;
  top: 55px;
  left: 10px;
}

#rakutarou_box p.rakutarou02 {
  width: 159px;
  height: 98px;
  position: absolute;
  top: 49px;
  right: 197px;
}

#rakutarou_box p.rakutarou03 {
  width: 159px;
  height: 99px;
  position: absolute;
  top: 0;
  right: 0;
}

#rakutarou_box p.rakutarou04 {
  width: 194px;
  height: 90px;
  position: absolute;
  top: 197px;
  right: 40px;
}

#rakutarou_box p.rakutarou05 {
  width: 159px;
  height: 103px;
  position: absolute;
  top: 221px;
  left: 10px;
}

#rakutarou_box p.rakutarou06 {
  width: 243px;
  height: 140px;
  position: absolute;
  top: 494px;
  left: 194px;
}

#rakutarou_box p.rakutarou07 {
  width: 249px;
  height: 148px;
  position: absolute;
  bottom: 161px;
  left: 10px;
}

#rakutarou_box p.rakutarou08 {
  width: 194px;
  height: 90px;
  position: absolute;
  top: 397px;
  right: 40px;
}

#rakutarou_box p.rakutarou10 {
  width: 159px;
  height: 103px;
  position: absolute;
  top: 334px;
  left: 10px;
}

#rakutarou_box p.rakutarou11 {
  width: 194px;
  height: 90px;
  position: absolute;
  top: 297px;
  right: 40px;
}

#service_other {
  clear: both;
}

#service_other ul.yokonarabi {
  clear: both;
  height: 170px;
}

#service_other ul.yokonarabi li {
}

/*----- otoiawase -----*/
.otoiawase {
  margin: 20px 0;
}

/*----- wildslider_txt -----*/
#wildslider_txt {
  width: 200px;
  height: 100px;
  position: absolute;
  top: -100px;
  right: 100px;
  background: #ccc;
}

/*----- yahujiro -----*/
#yahujiro_con {
  clear: both;
  width: 750px;
  padding: 10px 20px;
}

#yahujiro_info p {
  font-size: 16px;
  margin: 20px 0;
}

#yahujiro_con h3.yahujiro_title {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  height: 90px;
}

#yahujiro_con h4.yahujiro_title2 {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  border: none;
}

#yahujiro_link {
  clear: both;
}

#yahujiro_link ul {
  height: 60px;
}

#yahujiro_link li {
  background: url(../img/rakutarou/rakutarou_btn_bg.jpg) left bottom no-repeat;
  width: 317px;
  height: 38px;
  font-size: 18px;
  padding: 12px 0 0 38px;
}

#yahujiro_link ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.yahujiro_komidasi {
  padding: 3px 5px;
  border-color: #08b4b6;
  border-width: 0 0 1px 7px;
  border-style: solid;
  background: #fff;
  margin: 0 0 20px 0;
  font-weight: bold;
}

#yahujiro_con h5 {
  font-size: 24px;
  padding: 0 0 0 10px;
}

.yahujiro_box_l {
  width: 435px;
  float: left;
}

.yahujiro_txt {
  padding: 4px 6px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
}

.yahujiro_box_r {
  float: right;
}

#contents #yahujiro_con .yahujiro_box_l h3 {
  background: none;
  border: none;
}

#contents .yahujiro_box_l p {
  margin: 0;
  padding: 10px 5px 0 0;
  font-size: 16px;
  line-height: 1.8em;
}

.yahujiro_kansou {
  clear: both;
  background: url(../images/yahujiro_kansou_bg.jpg) left bottom no-repeat;
  margin: 20px 0 0 0;
}

.yahujiro_kansou ul {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.yahujiro_kansou li {
  background: url(../img/rakutarou/rakutarou_kansou_list.jpg) left no-repeat;
  padding: 10px 0 10px 30px;
  margin: 0 0 0 20px;
  font-size: 14px;
}

.yahujiro_design {
  clear: both;
}

.yahujiro_design h6 {
  margin: 0 0 10px;
}

/*----- service_01_1 -----*/
#service_01_1 {
  width: 730px;
  height: 1086px;
  background: url(../img/service01/service01_3_bg.jpg) left top no-repeat;
  overflow: hidden;
}

#service_01_1 div {
  width: 730px;
  padding: 5px 0 0 3px;
  text-align: center;
}

#service_01_1 div dl dt {
  float: left;
}

#service_01_1 p {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

#service_01_1 dl {
  padding: 30px 0 0 0;
}

#service_01_1 dl dd {
  width: 335px;
  text-align: left;
  float: right;
  font-size: 14px;
  padding: 5px 0 0 10px;
}

#service_01_1 div {
  clear: both;
}

.service_01_box {
}

#service_01_2 {
  overflow: hidden;
}

#service_01_2 p {
  width: 380px;
  margin: 30px 0 0 20px;
}

#service_01_2 div {
  float: left;
}

.service_01_2_box {
  clear: both;
  padding: 0 0 50px 0;
}

#service_01_2 .service_01_2_box p {
  font-size: 16px;
}

#service_01_3 {
  width: 730px;
  height: 300px;
  background: url(../img/service01/service01_10.jpg) left top no-repeat;
}

#service_01_3 h5 {
  padding: 19px 0 0 88px;
}

#service_01_3 p {
  margin: 5px 0 0 88px;
  font-size: 14px;
  width: 550px;
}

/*service04*/
ul#service04plan {
  height: 330px;
  overflow: hidden;
}

ul#service04plan li {
  float: left;
}

/*----- slide_box -----*/
#slide_box {
  clear: both;
  width: 980px;
  height: 170px;
  background: url(../img/top/top_jirei_bg.gif) left top no-repeat;
  padding: 60px 5px 10px 5px;
}

/*----- s_midasi -----*/
#s_title {
  width: 100%;
  background: url(../img/top/mainimg_bg.gif);
  height: 140px;
  padding: 20px 0 0 0;
}

#s_midasi {
  width: 980px;
  height: 180px;
  margin: 0px auto;
}

#pankuzu {
  font-size: 10px;
  color: #999999;
  line-height: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 980px;
  margin: 0 auto;
}
#pankuzu strong {
  font-weight: normal;
  color: #333;
  font-size: 11px;
  letter-spacing: 1px;
}

#pankuzu a {
  font-weight: normal;
  color: #333;
  font-size: 11px;
  letter-spacing: 1px;
}

/*----- rakuten_service -----*/
#rakuten_service {
}

#rakuten_service p {
  margin: 0 0 20px 0;
  padding: 0;
}

#rakuten_service ul {
  margin: 0 0 20px 0;
}

#rakuten_service ul.rakuten_plan li {
  margin: 0 0 10px 0;
}

/*お問い合せフォーム*/
.clearField {
  color: #434343;
  font-style: italic;
}
.clearFieldActive {
  color: #000;
}

/* --- ボックス --- */
div.section {
  width: 748px;
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
  font-size: 14px;
  margin: 20px 0;
  overflow: hidden;
}

/* --- 見出し --- */
div.section h3 {
  margin: 0;
  padding: 6px 10px;
  background-color: #0d37ac;
  border-bottom: 1px #c0c0c0 solid;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

/* --- ボックス内の段落 --- */
div.section p {
  margin: 1em 10px;
}

ul.section_ul li {
  width: 220px;
  float: left;
  padding: 10px;
}

ul.section_l {
  width: 300px;
  float: left;
  padding: 10px;
}

ul.section_r {
  width: 300px;
  float: right;
  padding: 10px;
}

/*----- plan -----*/
.plan_box {
  width: 80%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 20px;
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1e5799),
    color-stop(50%, #2989d8),
    color-stop(51%, #207cca),
    color-stop(100%, #7db9e8)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #1e5799 0%,
    #2989d8 50%,
    #207cca 51%,
    #7db9e8 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.plan_komidasi {
  padding: 4px 5px;
  border-color: #09989c;
  border-width: 1px;
  border-style: solid;
  background: #f8f8f8;
  font-size: 18px;
  text-align: center;
  color: #09989c;
}

.td_header .eng {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: #ccc;
}

#contents table.table_menu th {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #bdb7a1;
  text-align: left;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  white-space: nowrap;
  background-color: #fcfbf8;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  padding-left: 20px;
}

#contents table.menu_plan th {
  width: 20em;
}

h5.plan_title {
  font-size: 18px;
  padding: 4px 6px;
  background: #fdd077;
  margin: 0 0 20px 0;
}

#contents table.table_menu th span {
  font-size: 10px;
  color: #666;
}
#contents table.table_menu td {
  padding-left: 15px;
  border-bottom-color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  background-color: #ffffff;
  border-top-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5;
  padding-right: 15px;
  vertical-align: middle;
  text-align: center;
}
#contents .table_menu strong {
  font-size: 16px;
  color: #238ccb;
  padding-right: 5px;
  padding-left: 5px;
}
#contents table.table_menu {
  width: 600px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.table_info th a {
  color: #312d24;
}

#contents .table_info .td_odd p {
  margin: 0px;
}

#contents table.table_menu td {
  font-size: 14px;
  text-align: right;
  border-top-color: #e5e5e5;
  border-right-color: #e5e5e5;
  border-left-color: #e5e5e5;
  border-style: solid;
  border-width: 1px;
}
#contents table.table_menu th {
  font-size: 14px;
  /*background-image: url(../img/th.gif);*/
  background-repeat: repeat-x;
  background-position: center top;
  color: #333333;
  border-right-color: #666;
}

#contents table.menu_plan th {
  width: 20em;
}

ul.plan_li {
  width: 590px;
  margin: 0 0 0 40px;
}

ul.plan_li li {
  list-style: outside disc;
  margin: 0 0 0 20px;
}
/*----- yahujiro -----*/
#yahujiro01,
#yahujiro02,
#yahujiro03,
#yahujiro04,
#yahujiro05,
#yahujiro06,
#yahujiro07,
#yahujiro08,
#yahujiro09,
#yahujiro10,
#yahujiro11,
#yahujiro12,
#yahujiro13,
#yahujiro14 {
  clear: both;
  margin: -148px 0 0 0;
  padding: 148px 0 0 0;
}

/*----- works -----*/
.works_box {
  width: 980px;
  overflow: hidden;
  margin: 10px 20px;
}

dl.faqs {
  width: 280px;
  padding: 0 0 0 10px;
}

dl.faqs dt,
dl.faqs dd {
  width: 250px;
}

dl.faps dd {
}

.faqs dl {
  font-size: 1.2em;
  line-height: 170%;
  margin-bottom: 20px;
}

.faqs dl,
.faqs dt,
.faqs dd {
}

.faqs {
}

.faqs dt {
  font-weight: bold;
  background: url(../images/works/q.gif) 0 4px no-repeat;
  padding: 3px 0 15px 30px;
  position: relative;
}

.faqs dt:hover {
  cursor: pointer;
}

.faqs dd {
  background: url(../images/works/a.gif) 0 2px no-repeat;
  padding: 0 0 5px 30px;
  position: relative;
  color: #333;
}

.faqs .hover {
  color: #990000;
  text-decoration: underline;
}

.works_box {
  overflow: hidden;
  background: #fcffff;
}

.woks_box_l {
  float: left;
  width: 480px;
  padding: 5px;
}

.woks_box_r {
  float: right;
  width: 480px;
  padding: 5px;
}

.woks_box_l dl,
.woks_box_r dl {
  float: left;
}

h3.works_title {
  width: 480px;
  margin: 0 0 15px 0;
}

h3.works_title {
  border-left: 7px solid #068081;
  padding: 0.2em 0.6em;
  font-size: 18px;
  color: #3b4b3a;
}

.woks_box_l p,
.woks_box_r p {
  float: left;
}

.selector1b {
  display: block;
  padding-top: 0.2em;
  font-size: 0.8em;
  color: #577d53;
}

.works_box_kugiri {
  clear: both;
  border-bottom: 1px dotted #666;
  overflow: hidden;
  padding: 10px 0;
}

/*----- iframe -----*/
.if_600_250 iframe {
  position: relative;
  width: 600px;
  height: 250px;
  z-index: 0;
}

.if_600_250 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
