@charset "utf-8";
/* CSS Document */
/*リセットCSS*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
li{
	list-style: none;	
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
	text-decoration: none;
}


/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*リセットCSS*/
/*▼全体レイアウト*/
body{
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
header{
	width: 100%;
	border-top: 5px solid #5e494e;
	background: #fffcf1;
}
main{
	width: 100%;
	background: #fffcf1;
	padding-bottom: 100px;
}
footer{
	width: 100%;
	background: #5e494e;
}
/*▲全体レイアウト*/
/*▼ヘッダーレイアウト*/
.header-in{
	width: 1400px;
	height: 100px;
	margin: 0 auto;
	padding: 0 60px 0 60px;
	display: flex;
}
.logo{
	width: 700px;
	margin: 34px 0 34px 0;
}
nav{
	width: 700px;
	position: relative;
}
nav ul{
	display: flex;
	margin-top: 30px;
	position: absolute;
	right:0;
}
nav ul li{
	border-left: 1px solid #5e494e;
	padding-left: 15px;
}
nav ul li:first-child{
	border-left:none;
}
nav ul li a{
	color: #5e494e;
	font-size: 0.9em;
}
#sp-menu-button{
	display: none;
}
/*▲ヘッダーレイアウト*/
/*▼パンくずレイアウト*/
.breadcrumbs{
	width: 1400px;
	margin: 0 auto;
}
.breadcrumbs ol{
	display: flex;
	padding: 15px 0 15px 60px;
}
.breadcrumbs ol li{
	color: #5e494e;
	font-size: 0.7em;
	margin-right:15px;
}
/*▲パンくずレイアウト*/
/*▼コンテンツレイアウト*/
.mainimg{
	width: 100%;
	height: auto;
	text-align: center;
}
article{
	width: 960px;
	margin: 0 auto;
	background: #faf9f5;
	padding:100px 60px 100px 60px;
}

h1{
	font-size: 1.8em;
	font-weight: bold;
	color: #5e494e;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #5e494e;
	margin-top: 80px;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	color: #5e494e;
	margin-top: 60px;
	border-bottom: 1px dotted #5e494e;
	padding-bottom: 20px;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #5e494e;
	margin-top: 60px;
}
p{
	font-size:1em;
	color: #4b3a24;
	margin-top: 40px;
	line-height: 1.6;
}
.tenpo{
	border: solid 2px #5e494e;
	padding: 15px;
}
.button_wrap{
	width:300px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
}
.button{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	width:300px;
	height:50px;
	line-height:55px;
	color:#f7f7f7;
	font-size:1.1em;
	letter-spacing:1px;
	border-radius:5px;
	background-color:#0090bb;
	box-shadow:0 5px #21759b;
	position:absolute;
}
.button:hover{
	background-color: #1da1f2;
	box-shadow:0 5px #0090bb;
}
.button a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color:#f7f7f7;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bold;
}
.button a:hover{
	color:#fff;
	font-weight:bold;
	box-shadow:none;
}
.official-button {
	background-color:#e82033;
	box-shadow:0 5px #961924;
}
.official-button:hover {
	background-color: #EA3C4D;
	box-shadow:0 5px #e82033;
}
.img{
	margin-top: 40px;
}
.etc{
	background: url(../images/botan.png) no-repeat left center;
	padding-left: 18px;
}
.reputation{
	border-top: dotted 1px #5e494e;
	border-bottom: dotted 1px #5e494e;
	padding: 15px;
}
a{
	font-size:1em;
	color: #65b8ed;
}
a:hover{
	color: #F99E1A;
	cursor : pointer;
	transition: 0.3s; 
}
.kajyougaki{
  border: solid 2px #5e494e;
	border-radius: 5px;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  margin-top: 3em;
	margin-left: 0em;
}
.kajyougaki ul li{
	font-size:1em;
	color: #4b3a24;
  line-height: 1.7;
  padding: 0.5em 1.2em;
  list-style-type: none!important;
}
.kajyougaki ul li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #4b3a24; /*アイコン色*/
}
.kajyougaki ul li:after {
  /*タブ*/
  background: #5e494e;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/*▼テーブルレイアウト*/
table{
	width: 98%;
	margin-top: 40px;
	border: solid 3px #5e494e;
	text-align: center;
	border-collapse:  collapse;
	border-radius: 10px;
}

table tr th{
	border: dotted 1px #5e494e;
	padding: 20px 0 20px 0;
}
table tr td{
	border: dotted 1px #5e494e;
	padding: 20px 0 20px 15px;
}
/*▲テーブルレイアウト*/
/*▲コンテンツレイアウト*/
/*▼フッターレイアウト*/
.footer-in{
	width: 1400px;
	height: 100px;
	margin: 0 auto;
	padding-top: 25px;
}

.footer-in ul{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.footer-in ul li{
	padding-left: 15px;
	border-left: 1px solid #f7f7f7;
}
.footer-in ul li:first-child{
	border-left: none;
	padding-left: 0;
	padding-right:15px;
}
.footer-in ul li a{
	font-size:0.9em;
	color: #f7f7f7;
}
.footer-in ul li a:hover{
	color: #F99E1A;
	cursor : pointer;
	transition: 0.3s; 
}
.cp{
	color: #f7f7f7;
	font-size: 0.9em;
	text-align: center;
}
/*▲フッターレイアウト*/
/*▼トップページボタンレイアウト*/
.page-top{
	position: fixed;
	right: 40px;
	bottom: 40px;
}
/*▲トップページボタンレイアウト*/