/*
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: 380px;
  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( #ffbf52, #ef9700);
  background-repeat: repeat-x;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #ef9700, 0 0 10px #ef9700, 0 0 10px #ef9700;
}/*
#content h2{ 
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 10px 10px 20px;
  clear: both;
  color: #ffffff;
  background: linear-gradient( #ffbf52, #ef9700);
  background-repeat: repeat-x;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #ef9700, 0 0 10px #ef9700, 0 0 10px #ef9700;
}*/
#content h2{
  width: auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
  background-color: #fab338;
  border-radius: 8px;
  padding: 13px 15px 10px 24px;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #ef9700, 0 0 10px #ef9700, 0 0 10px #ef9700;
}
#content h2:before {
  content: '';
  width: 6px;
  display: block;
  height: 60%;
  top: 20%;
  left: 12px;
  position: absolute;
  background: #f8f8f8;
  border-radius: 8px;
}

#content h3 { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px 10px 7px;
  clear: both;
  color: #5c2f0d;
  border-left: 4px solid #ef9700;
  border-bottom: 2px solid #ef9700;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}


#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: #a46700;
  /* 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 #fcb844;
}

#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;
  text-align: center;
  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: #ffffff;
}

/* ウィジェット エリア */
#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: 0px 5px 10px;
  float: left;
  clear: both;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ef9700;
}

#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: 10px 12px;
  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: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 20px;
  padding: 14px 5px 12px;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  background: linear-gradient( #ffbf52, #ef9700);
  text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #ef9700, 0 0 10px #ef9700, 0 0 10px #ef9700;
  
}

#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 #ef9700;
}

.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("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/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("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/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("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/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("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/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("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/bnr04_icon01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_02 {
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/bnr04_icon02.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_03 {
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/bnr04_icon03.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_04 {
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/bnr04_icon04.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_05 {
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/bnr04_icon05.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_06 {
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/07/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;
}

/**********************************
テーブルデザイン
***********************************/
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;
}
@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;
}
.korona{
    max-width: 1000px;
    margin:20px auto;	
}

/*固定ページ　症状別ページチェックマーク　2025.05start*/
.check_mark01 {
	padding-left: 30px;
	line-height: 2em;
	position: relative;
}

.check_mark01::before,
.check_mark01::after {
	content: "";
	display: block;
	position: absolute;
}

.check_mark01::before {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 1px solid #000000;
	left: 0;
	top: 2px;
}

.check_mark01::after {
	border-left: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	width: 18px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 3px;
}
/*固定ページ　症状別ページチェックマーク　2025.05end*/

/* 固定ページ施術のめくれた紙の処理 　2025.05start*/
.box-mekure1 {
	padding:2em;/*内側余白*/
	background-color:#f2f3f4;/*背景色*/
	position:relative;
	margin:0 auto;
	width:80%;
}

.box-mekure1:after{
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border-width: 0 25px 25px 0;
	border-style: solid;
	border-color: #ccc #fff  #ccc;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 680px){
.box-mekure1 {
	padding: 0.8em 2em;/*内側余白*/
	background-color:#f2f3f4;/*背景色*/
	position:relative;
	margin:0 auto;
	width:95%;
}
}
/* 固定ページ施術のめくれた紙の処理 　2025.05end*/

/* マージン調整用 　2025.05*/
.mgn_b_10 {margin-bottom: 10px}
.mgn_b_15 {margin-bottom: 15px}
.mgn_b_20 {margin-bottom: 20px}
.mgn_b_30 {margin-bottom: 30px}
.mgn_t_10 {margin-top: 10px}
.mgn_t_20 {margin-top: 20px}
.mgn_t_30 {margin-top: 30px}

/* こんなお悩みありませんか 2025年11月20日 start */
.nayami_container {
  display: flex;
  width: 100%;
}
.nayami_item_1 {
  width: 70%;
}
.nayami_item_2 {
  width: 30%;
}

ul.nayami_box {
  /* border: solid 2px #ffb03f; */
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
}

ul.nayami_box li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
  font-size: 1.1rem;
  font-weight: bold;
  color: #523200;
}

ul.nayami_box li:before {
  font-family: 'FontAwesome';
  /*content: "\f14a";*/
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

 @media screen and (max-width: 767px) {
     .nayami_container {
         display: block;
     }
     .nayami_item_1 {
         width: 100%;
         margin: 0 auto;
     }
     .nayami_item_2 {
         width: 100%;
		 margin: 0 auto;
         max-width: 50%;
     }
 }
/* こんなお悩みありませんか 2025年11月20日 end */

/*年末年始バナー設置20251201*/
.nenmatsunenshi {
    max-width: 1000px;
    margin: 20px auto;
}
/*年末年始バナー設置20251201 end*/