/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@import url("custom.css");
@import url("custom-sp.css");

@charset "utf-8";
/* CSS Document */

/* ヘッダー エリア */
.description_box {
  width: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}

.description {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  padding-left: 17px;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
}

.header_contact {
  width: 396px;
  height: 100px;
  margin: 0;
  padding-left: 10px;
  float: right;
  margin-top: 3px;
}

.header_contact img {
  margin-top: -3px;
}

/* グローバルナビ エリア */
#nav {
  width: 1000px;
  height: 60px;
}

#nav li {
  width: auto;
  height: 60px;
  float: left;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 10px 10px 20px;
  clear: both;
  color: #ffffff;
  background: linear-gradient( #c7432e, #800f04);
  background-repeat: repeat-x;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #800f04, 0 0 10px #800f04, 0 0 10px #800f04;
}

#content h2{
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 12px 10px 10px 20px;
  clear: both;
  color: #ffffff;
  background: linear-gradient( #c7432e, #800f04);
  background-repeat: repeat-x;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #800f04, 0 0 10px #800f04, 0 0 10px #800f04;
}

#content h3 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
  clear: both;
  color: #595857;
  border-left: 4px solid #a52a1a;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}


#content h2 span,
#content h3 span {
  font-size: 16px;
  font-weight: normal
}

#content h4,
#content h5,
#content h6 {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  clear: both;
  color: #004c91;
  /* background-image: url("images/h4_bg.png"); */
  background-repeat: repeat-x;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #1aa9e1;
}

#content h1 a {
  font-family: "ＭＳ 明朝";
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #004c91;
}

#content h2 a,
#content h3 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#content h4 a,
#content h5 a,
#content h6 a {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #004c91;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
  text-decoration: underline;
}

#content .post {
  padding-bottom: 20px;
}

/* 新着情報 エリア */
#content .news_title {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content .news_title a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content .news_title a:hover {
  color: #a58878;
}

#content .news {
  width: auto;
  max-height: 150px;
  padding: 20px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 4px solid #a58878;
}

#content .news li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: table;
  border-bottom: 1px solid #999999;
}

#content .news li p.entry_header {
  float: left;
}

#content .news li p.entry_header span {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 1px 7px;
  margin: 0;
  line-height: 0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fe8121;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* サイドバー エリア */
#sidebar h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 0 8px 15px;
  color: #ffffff;
  background-image: url("images/h3_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#sidebar h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #014099;
}

/* フッター エリア */
#footer_in .box_left {
  width: 460px;
  height: auto;
  padding: 40px 0 10px 0;
  float: left;
}

#footer_in .box_left p {
  font-size: 14px;
  margin-top: 30px;
}

#footer_in .box_right {
  width: 510px;
  height: auto;
  padding: 20px 0 0 0;
  float: right;
}

#footer_in .box_right p {
  font-size: 14px;
  margin-top: 1px;
}

.copyright {
  width: 1400px;
  height: auto;
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #800f04;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: #none;
  border: 1px solid #800f04;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 10px 30px;
  background-image: url("images/nav_icon.png");
  background-position: 13px 15px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  padding: 13px 15px;
  color: #ffffff;
  background: linear-gradient( #c7432e, #800f04);
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #800f04, 0 0 10px #800f04, 0 0 10px #800f04;

}

#sidebar #widget-area .widget-container h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

#sidebar #widget-area .widget-container a:link {
  text-decoration: underline;
  outline:none;
  color: #333333;
}

#sidebar #widget-area .widget-container a:active {
  text-decoration: none;
  color: #014099;
}

#sidebar #widget-area .widget-container a:visited {
  text-decoration: underline;
  color: #333333;
}

#sidebar #widget-area .widget-container a:hover {
  text-decoration: none;
  color: #014099;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#left_sidebar #widget-area .widget-container .rss-widget-icon,
#right_sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

#left_sidebar #widget-area .widget-container .textwidget ul li,
#right_sidebar #widget-area .widget-container .textwidget ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

#left_sidebar #widget-area .widget-container .textwidget a,
#right_sidebar #widget-area .widget-container .textwidget a,
#left_sidebar #widget-area .widget-container .textwidget a:active,
#right_sidebar #widget-area .widget-container .textwidget a:active,
#left_sidebar #widget-area .widget-container .textwidget a:visited,
#right_sidebar #widget-area .widget-container .textwidget a:visited,
#left_sidebar #widget-area .widget-container .textwidget ul li a,
#right_sidebar #widget-area .widget-container .textwidget ul li a,
#left_sidebar #widget-area .widget-container .textwidget ul li a:active,
#right_sidebar #widget-area .widget-container .textwidget ul li a:active,
#left_sidebar #widget-area .widget-container .textwidget ul li a:visited,
#right_sidebar #widget-area .widget-container .textwidget ul li a:visited {
  font-weight: normal;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
  display: none;
}

#respond a {
  font-weight: bold;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #a58878;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  margin-bottom: 20px;
  color: #dc143c;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* 追加CSS テキストウィジェット エリア */
.side_menu01 {
  width: 260px;
  height: auto;
  margin: 5px 0 0 0;
  display: table;
}

.side_menu01 p.side_menu01_title {
  width: 260px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f2f4fe;
  border-top: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-left: 1px solid #ff8040;
}

.side_menu01 p.side_menu01_title span.side_menu01_subtitle {
  font-size: 14px;
  font-weight: normal;
}

.side_menu01 ul li a {
  text-decoration: none !important;
}

.side_info {
  width: 260px;
  height: auto;
  margin-bottom: 20px;
  padding: 8px;
  display: table;
  border: 1px solid #800f04;
}

.side_info p {
  font-size: 12px;
  color: #523200;
}

.side_info p span {
  margin-left: 65px;
}

.side_info .access_map {
  width: auto;
  height: auto;
  margin: 10px 0 5px 0;
  display: table;
}

/* 追加CSS トップページ エリア */
.appeal {
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding-top: 20px;
  border-top: 2px solid #ff8040;
  border-bottom: 4px solid #ff8040;
  display: table;
}

.appeal li {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #523200;
  margin-bottom: 20px;
  padding-left: 35px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr01_icon.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}

.bnr01 {
  width: 700px;
  height: auto;
  display: table;
}

.bnr01 ul {
  width: 700px;
  height: 570px;
  padding: 115px 0 0 115px;
  background-image: url("bnr01_bg.png");
  background-repeat: no-repeat;
}

.bnr01 ul li {
  width: auto;
  height: auto;
  font-family: "ＭＳ Ｐ明朝";
  font-size: 24px;
  font-weight: bold;
  color: #523200;
  margin: 0 0 27px 0;
  padding: 0;
}

.bnr01 p {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.bnr03 {
  width: 700px;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 9px;
  background-color: #f5f5f5;
  border-left: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-bottom: 1px solid #ff8040;
  display: table;
}

.bnr03_01 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("bnr03_01.png");
  background-repeat: no-repeat;
}

.bnr03_02 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("bnr03_02.png");
  background-repeat: no-repeat;
}

.bnr03_03 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_03.png");
  background-repeat: no-repeat;
}

.bnr03_04 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_04.png");
  background-repeat: no-repeat;
}

.bnr03_05 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_05.png");
  background-repeat: no-repeat;
}

.bnr03_06 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_06.png");
  background-repeat: no-repeat;
}

.bnr03_07 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_07.png");
  background-repeat: no-repeat;
}

.bnr04 {
  width: 700px;
  height: auto;
  margin-bottom: 30px;
  padding: 20px 20px 2px 20px;
  background-image: url("bnr04_bg.png");
  background-repeat: repeat;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: table;
}

.bnr04 ul li {
  min-height: 65px;
  font-size: 30px;
  font-weight: bold;
  color: #ec6900;
  line-height: 34px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 29px;
  padding: 0 0 0 80px;
}

.bnr04 ul li span {
  color: #112988;
}

.bnr04 ul li.bnr04_01 {
  background-image: url("bnr04_icon01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_02 {
  background-image: url("bnr04_icon02.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_03 {
  background-image: url("bnr04_icon03.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_04 {
  background-image: url("bnr04_icon04.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_05 {
  background-image: url("bnr04_icon05.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_06 {
  background-image: url("bnr04_icon06.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}


table.type04 {
	background-color:#369;
	color:#fff;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;}
table.type04 th {
	color:#fff;
    width: 147px;
    padding: 10px;
   font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type04 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
}


table.type03 th {
    width: 147px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type03 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mgn_b30 {
    margin-bottom: 30px;
}

.pc img.intyou {
    float: right;
    width: 38%;
    margin-bottom: 20px;
}

.top-content.first-block .top-link-botan {
    clear: both;
}

.goaisatu {
    padding: 0 0;
}

.syorei-icon {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

ul.syorei-icon-list {
    display: inline-block;
    float: none;
}

.top-point img {
    margin-bottom: 0;
}

.float-box img {
    width: 100%;
    margin: auto;
}

.post img.granma {
    float: right;
    width: 45%;
}

/**********************************
テーブルデザイン
***********************************/
table {
    width: 100%;
    border-collapse: collapse;
}
table .color {
    background-color: #f89c27;
    color: #fff;
}
table td {
    border: 1px solid #FFCA86;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

span.wpcf7-list-item {
display: block;
}

.voice {
    width: 600px;
    margin: 20px auto;
    border: 1px solid #2877C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    clear: both;
    overflow: hidden;
}
.voice-content {
    width: 370px;
    float: right;
    margin-left: 10px;
    padding-top: 5px;
}
.voice-title {
    border-bottom: solid 2px #2877C6;
    padding: 5px 5px;
}
.voice-title p {
    font-size: 16px;
    color: #DC143C;
    margin: 0px;
}
.voice-local {
    border-bottom: solid 2px #2877C6;
    padding: 5px 5px;
}
.voice-text {
    padding: 10px;
}
.attention {
    font-size: 10px;
    color: #D90000;
    margin: 10px;
}

.voice-img {
    width: 150px;
    margin: 0;
}

.side02 ul{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    background-color: #none;

}

.tenpo p {
    border-bottom: 1px #666 dashed;
    line-height: 3em;
}
.pc-dn{
  display: none;
}

.page-template-onecolum-page #content{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 640px){
  .pc-dn{
    display: block;
  }
  #footer{
    border-top: 3px solid #e8a21c;
  }
  #footer_in{
    background-color: #e8a21c;
  }
}
.main-img{
	background-image: url(http://kounosushi-sekkotuin.com/wp-content/uploads/2017/01/main_visual_bg.png);
}
.main-img img{
	width: 1400px;
	margin: auto;
}
#content h2{
	font-size: 19px;
}




.sport-shogai .subpage_box_left table td{
  border:none;
}


.subpage_box {
    width: 94%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.subpage_box_left {
    float: left;
    width: 68%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.subpage_box_right {
    float: right;
    width: 32%;
}

.order-area .subpage_box_left {
    width: 47%;
}

.order-area .subpage_box_right {
    width: 51%;
}

.erabareru_box {
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    width: 100%;
    height: auto;
}

.check {
    font-weight: bolder;
    padding-left: 15px;
    padding-right: 15px;
}

.entry-content ul li {
    position: relative;
    padding-left: 1em;
    margin: 3px 0;
}

.sport-shogai table td{
border: 1px solid #380202;
text-align: left;
    line-height: 1.8em;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-id-1127 .post h1 {
  display: none;
}

.sport-shogai .space_m {
    height: 20px;
}

.sport-shogai table td img {
  margin: auto;
}


@media (max-width: 640px){

.subpage_box_left {
    width: 100%!important;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
}

.subpage_box_right {
    width: 100% !important;
    margin-left: 10px;
    margin-right: auto;
    text-align: center;
}

}


.sport-main-bk {
/*  width: 100%
  height:auto;
  background-image: url(https://daphne-sekkotsuin.com/wp-content/uploads/2020/08/main-img7.jpg);
  background-size: cover;
      background-position: center center;*/
      background-color: #f7e0dd;
}
.conpany_box{
    width: 100%;
    overflow: hidden;
    background-color: #00117408;
    padding: 45px 0px;
    background-image: url(https://daphne-sekkotsuin.com/wp-content/uploads/2020/08/footer_bg.png);
    background-position: 0 top;
    background-repeat: repeat-x;	
}
.gloup_text{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 50%;
    background: linear-gradient(#e45947, #a12718);
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    padding: 0.5em;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin: auto!important;
    margin-bottom: 45px!important;	
}
.conpany{
   width: 1000px;
    overflow: hidden;
    margin: auto;	
}
.conpany ul li {
    float: left;
   width: 31.333333%;
    border: solid 1px #e0dbd6;
    border-radius: 10px;
    padding: 15px;
	margin-right: 30px;
    background-color: #fff;	
}
.conpany ul li:last-child{
	margin-right:0px;	
}
.conpany ul li:last-child{
	margin-right:0px;	
}
.Induction_box{
    border-radius: 50px;
    background: linear-gradient(#e45947, #a12718);
    color: white;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.conpany .ovh .logo_img{
    margin: auto;
    margin-bottom: 10px;
}
.conpany .ovh .logo_img img{
	margin:auto;
}
.group_img{
	 width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.Induction_box a{
    text-decoration: none;	
	color:#fff;
	padding: 10px;
	text-align:center;
	display:block;
	position: relative;
	font-weight: bold;
}

.Induction_box a:hover{
	opacity:0.5;
}
.conpany ul a:hover{
	opacity:0.5;
}
.Induction_box a::after{
    content: " ";
    display: inline-block;
    border: 7px solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    right: 20%;
    top: 37%;
}	