@charset "utf-8";

header.content_header{
position: relative;
padding-top: 110px
}

/*--------------------breadcrumb--------------------*/

div.breadcrumb{
background: #2b2b2b;
}

ol {
width: 1200px;
margin: 0px auto;
font-size: 12px;
padding: 20px 0px 20px 0px;
text-align: right;
}

ol li{
display:inline-block;
vertical-align: middle;
color:#333
}

ol li:after{
content: '»';
font-size: 14px;
margin: 0px 5px 0px 5px;
color:#999
}

ol li:last-child:after{
content: '';
display: none;
}

ol li a {
text-decoration: none;
color: #333;
}

ol li:first-child a{
background: url(../img/icon/home.png) no-repeat left center;
background-size: 12px;
padding-left: 20px;
}

ol li a:hover {
text-decoration: underline;
}

/*--------------------pager--------------------*/

ul#pager{
text-align: center;
margin: 40px 0px 40px 0px;
font-size:12px;
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: center;
gap: 5px
}

ul#pager li{
height:46px;
width: 46px;
display: block;
border:solid 1px #999;
line-height: 46px;
border-radius: 23px;
}

a.next{
padding: 0px 10px 0px 10px;
}

ul#pager li a{
display: block;
width:100%;
height:100%;
color:#666
}

a.current{
display: block;
background: #999;
color:#fff!important;
font-weight: bold;
border-radius: 20px;
}

span.dot{
font-size:12px;
color:#999;
display:block;
}

/*--------------------review--------------------*/

ul.contact{
width: 100%;
margin: 0px auto 0px auto;
font-size:15px;
display: table;
table-layout: fixed
}

ul.contact li{
display: table-cell;
vertical-align: middle
}

ul.contact:last-of-type{
margin-bottom: 40px;
}

li.contact_left{
width: 260px;
font-weight: bold;
text-align: center;
background: #efefef;
border-bottom: solid 1px #fff;
padding: 18px 0px 18px 20px;
}

li.contact_right{
border-bottom: solid 1px #dcdcdc;
padding: 15px 0px 15px 20px;
color: #444
}

a.google_map{
color: #000;
text-decoration: underline
}

a.google_map:hover{
text-decoration: none
}


/*--------------------other contents--------------------*/

section#contents{
width: 1200px;
margin: 0px auto;
padding: 40px 0px 40px 0px
}

article.contents{
width: 1100px;
margin-left: 100px;
margin-bottom: 50px;
}

h2.contents{
font-size:28px;
margin-bottom: 40px;
}

i.h2{
font-size:46%;
color:#464646;
display: inline-block;
font-weight: 500;
vertical-align: middle;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;
}

i.h2:before{
content: "";
width: 30px;
height: 1px;
background: #464646;
display: inline-block;
margin: 0px 5px 0px 5px;
vertical-align: middle;
}

h2.contents:after{
content: "";
width: 100%;
height: 1px;
background: #000;
display: block;
margin-top: 10px;
}


h3.contents{
font-size:14px;
font-weight: 600;
margin-bottom: 40px;
}

h4.contents{
font-size: 13px;
font-weight: 400;
line-height: 2.0
}

/*--------------------form--------------------*/

label.input{
width: 100%;
height: 42px;
display:  block;
border:solid 1px #dcdcdc;
border-radius: 3px;
overflow: hidden
}

input[type="text"], input[type="email"], input[type="tel"] {
width: 100%;
height: 100%;
border: none;
background: transparent;
font-size: 15px;
padding-left: 10px;
font-weight: 500;
}

label.textarea{
width: 100%;
height: 150px;
border-radius: 5px;
display: block;
background: #fff;
overflow: hidden;
border:solid 1px #dcdcdc;
margin-bottom: 15px;
color: #000;
}

textarea {
font-weight: 500;
width: 100%;
height: 100%;
padding: 10px;
font-size: 15px;
line-height: 1.5;
background: transparent;
resize: vertical; 
border:none;
}

label.radio{
display: inline-flex;
align-items: center;
gap:5px;
margin-right: 5px
}

input[type="radio"]{
width: 18px;
height: 18px
}

input[type="submit"]{
width: 260px;
height: 50px;
display: block;
font-size: 16px;
margin: 0px auto;
font-weight: 600;
background: #1a2c5a url(../img/icon/arrow.png) no-repeat center right 26px;
background-size: 14px;
-webkit-appearance: none;
border:none;
color:#fff;
border-radius: 25px
}

/*--------------------purpose--------------------*/

div.purpose{
width: 1000px;
margin: 0px auto;
display: flex;
align-items: start
}

h3.about{
font-size:24px
}

h4.about{
font-weight: 500;
margin-bottom: 40px
}