/*
Theme Name: Ichinomiya
Author: asistcom
Description: My First WordPress Theme
Version: 1.0
Text Domain: mytheme
*/

/*grid*/

main .container {
	background-color:rgba(255,255,255,1); /*ここの1を0.7にすると背景画像がうっすらでてきます*/
}

*{
	margin:0;
	padding:0;
}

/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 62.5%;
}
.has-text-align-right{
	text-align:right;
}
strong{
	font-weight:bold;
}

body {
    color: #000;
    /*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
font-family: 'BIZ UDPGothic', sans-serif;
    background:#fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	padding:0;
}
/****現在地スタイル****/
nav li.current_page_item a{/*メインメニュー*/
	background-color:#6dc196;  
	color:#fff;
}
#promotercontents .sidemenubase li a.active{/*サイドメニュー*/
	background-color:#ddd;
}
/****現在地スタイルここまで****/

div.promotermain ul.wp-block-list{
	margin-left:1em;
}
div.promotermain ul.wp-block-list li{
	list-style: disc;
	list-style-position:outside;
}
/****お問い合わせ****/
#wpcf7-f455-p448-o1-ve-your-name,#wpcf7-f455-p448-o1-ve-your-email,#wpcf7-f455-p448-o1-ve-your-subject,#wpcf7-f455-p448-o2-ve-cf-turnstile{
	display:none;
}
div.wpcf7-response-output p{
	display:none;
}
#terms a:link, #terms a:visited{
	font-size:5px;
}
#wpcf7-f455-p448-o2{
	width:100%;
}
form.wpcf7-form{
	width:80%;
	margin: 0 auto;
}
#wpcf7-f455-p448-o1 form p label span input,span.wpcf7-form-control-wrap textarea{
	width:100%;
}
span.wpcf7-form-control-wrap input{
	width:100%;
}
form div.wpcf7-response-output{
	display:none;
}
span.wpcf7-not-valid-tip{
	color:red;
}
input.wpcf7-submit[type="submit"]{
	display:block;
	margin:0 auto;
}
/****お問い合わせここまで****/

/****土地区画整理事業の基礎知識****/
figure.knowledge{
	max-width:800px;
}
.knowledge th{
	text-align:left;
}

/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}
main .container {
	border-radius:0.8em;
	margin-bottom:1em;
min-height:75vh;
}

#main .container {
	background:none;
	border-radius:0;
}
.home main .container {
min-height:auto;
background-color:transparent; 
border-radius:0;
}
.home main .container .row{
	align-items: stretch;
}
.home main .container .row .col{
	background-color:rgba(255,255,255,0);
	padding:0.5em 1em;
	border-radius:0.8em;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
align-items: flex-start;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
	margin-top:1em;
}



/*モバイル：サイドメニュー*/
#promotercontents h2{
padding: 1.5em 0.5em 0.5em 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  border-bottom: solid 3px #b7ebd0;/*下線*/
	  position: relative;
}
#promotercontents h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #009968;
  bottom: -3px;
	left:-0.5em;
  width: 20%;
}
#promotercontents ul.sidemenubase{
	width:100%;
position: static;
top:80px;
	float:none;
}
#promotercontents .promotermain{
	width:100%;
	/*width:896px;*/
	margin: 0 0 0 auto;
}
#promotercontents ul.sidemenubase{
	display:block;
	list-style:none;
	/*border-bottom:1px solid #ccc;*/
	/*border-left:1px solid #ccc;*/
	/*border-right:1px solid #ccc;*/
	margin-right:1em;
}
#promotercontents .sidemenubase li{
	margin-bottom:0;
	border-top:1px solid #ccc;
}
#promotercontents .sidemenubase li a{
	background-color:#eee;
	line-height:100%;
	padding:1.2em 1.2em 1.2em 2em;
	min-height:2.7em;
	text-align:left;
	line-height:1.8em;
	font-size:90%;
	font-weight:bold;
	color:#444;
	line-height:100%;
	width:100%;
	margin:0;
}
#promotercontents .sidemenubase li a:hover{
	background-color:#ddd;
}
#promotercontents h2.activeh2{
	padding-top:4em;
}
/*モバイル：サイドメニューここまで*/

.wp-block-columns-is-layout-flex{
	display:block;
}



/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 1%;
	margin-right:1%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    /*flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;*/
    flex: 0 0 18%;
    max-width: 18%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    /*flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;*/
    flex: 0 0 80.0%;
    max-width: 80.0%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}


/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;}
h1 { font-size: 2.5rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 1.8rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.5rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.3rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.2rem; line-height: 1.6;  letter-spacing: 0; }

/* モバイル表示 */
@media (min-width: 550px) {
  /*h1 { font-size: 1.8rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.5rem; }
  h4 { font-size: 1.4rem; }
  h5 { font-size: 1.3rem; }
  h6 { font-size: 1.2rem; }*/
}

p {
  margin-top: 0; }

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color:var(--back-color);
  border: 1px solid #bbb;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }


/* フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; 
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* リスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* コード
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
  background: #F1F1F1;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; 
}


/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	border-collapse: collapse; }
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #000; }
th:first-child,
td:first-child {
  padding-left: 5px; }
th:last-child,
td:last-child {
  padding-right: 5px; }


/* スペース
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; }
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.pull-right {
  float: right; }
.pull-left {
  float: left; }


/* 罫線
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; 
}







/*style*/
@charset "UTF-8";

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #037651;
    --linkhover-color: #666;
    --back-color: #009968;
    --border-color: #ccc;
    --white-color: #fff;
}
html{
	overflow-y:scroll;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
	font-weight:bold;
}
section a {
	display:inline-block;
}
header a,.toresidents a,.tocompany a,.list_triangle a{
	text-decoration:none;
}
header a{
	color:var(--base-color);
}

a:hover { 
    color: var(--linkhover-color);
	text-decoration:none;
}
a img {
    margin-bottom: 1rem;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
	background-color: var(--back-color);
	color: var(--white-color);
	padding: 1rem;
}
.underline {
	border-bottom: 3px solid var(--back-color);
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
.home h3{
	font-weight:bold;
	margin-top:1em;
}
.home h2{
	margin-top:0.2em;
	font-weight:bold;
}
.right{
	text-align:right;
}
.right a{
	display:inline;
}
.sidemenu .sidemenuarea{
	border:0;
}
.sidemenu .sidemenuarea ul{
	margin:0;

}
.sidemenu .sidemenuarea li{
	border-top:none;
}
.sidemenu .sidemenuarea li ul{
	margin-bottom:1em;
}
.sidemenu .sidemenuarea li ul li{
	border-top:1px solid #ccc;
}

body{
	background-image:url("../../uploads/2025/03/mainimg.png");/**********背景画像変更箇所**********/
	background-repeat:no-repeat;
	background-position:top 0.5em center;
}
body.home{
	background-image:url("../../uploads/2025/03/mainimg.png");/**********背景画像変更箇所**********/
	background-repeat:no-repeat;
	background-position:top 0.5em center;
	/*background-size:70%;*/
}

.footer-fix {
  position: absolute;
  bottom: 0;
width:100%;
}


.sidemenu{
position: sticky;
top:80px;
}
.sidemenu ul{
	list-style:none;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.sidemenu ul li{
	margin-bottom:0;
	border-top:1px solid #ccc;
}
.sidemenu ul li a{
	background-color:#eee;
	line-height:100%;
	padding:1.2em 1.2em 1.2em 2em;
	min-height:2.7em;
	text-align:left;
	line-height:1.8em;
	font-size:90%;
	font-weight:bold;
color:#444;
line-height:100%;
}
.sidemenu ul li a:hover{
	background-color:#ddd;
}
.list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_triangle > li a{
    position: relative;
    padding: 0px 0px 0px 1em;
}
.list_triangle > li a::before {
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #999;
    content: "";
}
main{
/*padding-top: 100px;  ここに注目! */
}
body{
padding-top: 0; /* ここに注目! */
}

main ul li a{
	display:inline-block;
	margin-bottom:1em;
	line-height:140%;
}
main div.sidemenu ul li a{
	display:block;
	margin-bottom:0;
}
div.news{
background-color:#fff;
	min-height:20em;
	border:0.5px solid #eee;
}
div.news p.right a{
	padding:1em;
}
ul.newslist li span{
	color:#005f99;
	font-weight:bold;
	display:block;
	padding-bottom:0.5em;
}
ul.newslist li{
	/*display:flex;*/
	list-style-type:none;
	text-indent:0.5em;
	line-height:100%;
}
div.span-10 p,div.span-10 ul,div.span-10 img{
	margin:0 0.5em;
}
ul.menu{
	margin:0;
}
.post-edit-link{
	text-align:right;
}
div.right{
	text-align:right;
	width:100%;
}
h3{
	margin-bottom:0.3em;
	font-size:100%;
}
.wp-block-table{
	min-width:100%;
	overflow-x: auto;
}
th{
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
th,td{
	padding:1px;
}
.emp{
	font-weight:bold;
	text-decoration:underline;
}
.has-fixed-layout{
	width:100%;
}
#link3 .has-fixed-layout th:first-child{
	width:18em;
}


/*ヘッダー
-------------------------------------*/
header{
margin:0 1em;
/*position: fixed; */
position: sticky;
top:0;
width:100%;
/*background-color:#fff;*/
z-index:1000;
}

.head {
	/*display: flex;*/
    /*flex-direction: row;*/
    padding:1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
max-width:26em;
min-width:16em;
margin-bottom:0;
padding-left:0.5em;
	font-size:2.5rem;
	margin-top:-1em;
}
.telbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}

/*メイン画像
-------------------------------------*/
.maintitle{
	width:100%;
}
.maintitle p{
width:100%;
	text-align:center;
	font-weight:bold;
	font-size:108%;
	color:#1e7b8f;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  padding: 5% 0 4%;
}
.maintitle p span{
	font-size:120%;
}
.mainimg img {
	width: 90%;
}
.mainimg{
	text-align:center;
}
.submainimg{
	height:5vh;
}

/*トップページ
-------------------------------------*/
.toresidents ul,.tocompany ul{
	list-style-type:none;
}
.toresidents ul li,.tocompany ul li{
position:relative;
}
.toresidents ul li a::before,.tocompany ul li a::before{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
left:1em;
top:1.1em;
}
.toresidents ul li a,.tocompany ul li a{
	display:block;
	width:auto;
	padding:0.7em 0.7em 0.7em 2em;
background:#fff;
border-radius:1em;
border:1px solid #ccc;
}

.toresidents ul li a:hover,.tocompany ul li a:hover{
	background:#6dc196;
	color:var(--back-color);
}
/*****フッター*****/
div.footermenu{
	display:block;
	width:80%;
	margin:0 auto;
}
footer div.footermenu ul{
	display:flex;
	justify-content: center;
	text-align:center;
	padding-top:1em;
	margin-bottom:0.5rem;
}
footer div.footermenu ul li{
	margin-right:1.5em;
}
footer div.footermenu ul li a{
	color:#fff;
	font-size:0.9em;
}
div.footermenu ul li{
	list-style-type:none;
}
footer div.copyright p{
	padding:0;
	margin-bottom:0.5em;
}




/*@media screen and (min-width: 768px)*/
@media screen and (min-width: 1200px){

/* PC時はMENUボタンを非表示 */
header{
	display:flex;
	justify-content:space-between;
}
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
	/*max-width:800px;*/
	font-weight:bold;
}
nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	font-size:98%;
	flex-wrap: wrap; /* アイテムを折り返す */
	justify-content: flex-start; /* 左揃え */
	gap: 1px; /* アイテム間の隙間を設定 */
	border-left:1px solid #fff;
}
nav li {
	background-color: var(--back-color);
	margin-bottom: 0;
	min-width:7em; /* 固定幅 */
	border-right:1px solid #fff;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: var(--white-color);
	height:100%;
	min-width:7em;
	font-size:95%;
}
nav a:hover {
	background-color:#6dc196;  
	color:var(--linkhover-color);
}
nav a {
    padding: 2rem 0.5rem;
	display: block;
}
.home .maintitle{
	height:50vh;
}
.maintitle p {
	font-size:250%;
}
.home div.col{
	margin-top:0;
}
main section.column2{
	padding-top:6em;
	margin-top:-5em;
}
		
/*PC：サイドメニュー*/
#promotercontents h2{
	padding-top:1em;
}
#promotercontents ul.sidemenubase{
	width:200px;
position: sticky;
top:80px;
	float:left;
}
#promotercontents .promotermain{
	width:896px;
	margin: 0 0 0 auto;
}
#promotercontents ul.sidemenubase{
	display:block;
	list-style:none;
	/*border-bottom:1px solid #ccc;*/
	/*border-left:1px solid #ccc;*/
	/*border-right:1px solid #ccc;*/
	margin-right:1em;
}
#promotercontents .sidemenubase li{
	margin-bottom:0;
	border-top:1px solid #ccc;
}
#promotercontents .sidemenubase li a{
	background-color:#eee;
	line-height:100%;
	padding:1.2em 1.2em 1.2em 2em;
	min-height:2.7em;
	text-align:left;
	line-height:1.8em;
	font-size:90%;
	font-weight:bold;
	color:#444;
	line-height:100%;
	width:100%;
	margin:0;
}
#promotercontents .sidemenubase li a:hover{
	background-color:#ddd;
}
/*PC:サイドメニューここまで*/
.wp-block-columns-is-layout-flex{
	display:flex;
}
div.news{
	width:50%;
	font-size:80%;
	line-height:100%;
}
body.home{
	background-size:70%;
}
	
}

/*@media screen and (max-width: 768px)*/
@media screen and (max-width: 1200px){
/* スマホ時 */
div.news{
	width:100%;
}
.head {
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;
}
.head h1 { 
min-width:auto;
font-size:130%;
margin-right:3.5em;
	margin-top:-1em;
}

.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }

nav ul {
	flex-direction: column;
	border-top:1px solid #ccc;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0;
	list-style:none;
}
nav li a {
	background:#fff;
	display:block;
	width:100%;
	padding:0.5em;
}
main section.column2{
	padding-top:6em;
	margin-top:-6em;
}
.head{
	margin-bottom:0;
}
.sidemenu{
	position:static; /* ここに注目! */
}
.maintitle p{
	padding: 5em 2px 0;
}
.home main{
	padding-top:0;
}
.head h1{
	margin-bottom:0;
	padding-left:0.5em;
}
.maintitle p {
	font-size:120%;
}

/****フッター****/
footer div.footermenu ul{
	display:block;
	padding-top:1em;
	margin-bottom:0.5rem;
}
footer div.footermenu ul li{
	margin-right:0;
}
	
.widetable table{
	/*margin: 0 calc(50% - 50vw);*/
	width: 150vw;
	font-size:0.9em;
}
	.widetable2{
		overflow-x:scroll;
	}
.widetable2 table{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 150vw;*/
	font-size:0.8em;
	width:110vw;
}
	
}

/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.home .maintitle {
	height:auto;
}
header{
	margin:0 0em;
	background-color:#fff;
}
}

@media screen and (max-width: 768px){
.head h1{
	max-width:16em;
}
}


/*メインコンテンツ
-------------------------------------*/
.home main{
	margin:10rem 0 0rem 0;
}
main {
    margin: 0rem 0 5rem 0;
}
.contenttext{
	margin:0 1em 1em;
}
.contenttext h3{
	margin-top:2em;
	margin-bottom:1em;
}

#contents .qa{
	width:100%;
	margin:0 auto;
	background-color:#fff;
	padding:0.5em 0.5em 0 0.5em;
}
#contents .qa h3{
	/*margin-top:2em;*/
	margin-bottom:1.5em;
padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px var(--back-color);/*左線（実線 太さ 色）*/
}

#contents{
	padding:0 1em;
}


.cp_qa01 dt {
  position: relative;
  margin: 0 0 1.5em 30px;
}
.cp_qa01 dd {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 10px 60px;
  border-bottom: 1px dotted var(--back-color);
}
.cp_qa01 dt::before,
.cp_qa01 dd::before {
  position: absolute;
  margin: 0 0.5em 0 -30px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  clip-path: circle(50% at 50% 50%);
}
.cp_qa01 dt::before {
  content: '？';
  background: #f57c00;
}
.cp_qa01 dd::before {
  content: '！';
  background: #0097a7;
}
.cp_qa01 dt::after,
.cp_qa01 dd::after {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 10px;
  content: '';
  clip-path: polygon(100% 53%, 0 0, 0 100%);
}
.cp_qa01 dt::after {
  left: -10px;
  background: #f57c00;
}
.cp_qa01 dd::after {
  left: 50px;
  background: #0097a7;
}



/**QA**/
.cp_qa01 ol li.question {
  position: relative;
  margin: 0 0 1.5em 30px;
list-style-type:none;
}
.cp_qa01 ol ul li{
  position: relative;
  margin: 0 0 1em -4em;
  padding: 0 0 10px 60px;
  border-bottom: 1px dotted var(--back-color);
list-style-type:none;
}
.cp_qa01 ol li.question::before,
.cp_qa01 ol ul li::before {
  position: absolute;
  margin: 0 0.5em 0 -30px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  clip-path: circle(50% at 50% 50%);
}
.cp_qa01 ol li.question::before {
  content: '？';
  background: #f57c00;
}
.cp_qa01 ol ul li::before {
  content: '！';
  background: #0097a7;
}
.cp_qa01 ol li.question::after,
.cp_qa01 ol ul li::after {
  position: absolute;
  top: 7px;
  width: 10px;
  height: 10px;
  content: '';
  clip-path: polygon(100% 53%, 0 0, 0 100%);
}
.cp_qa01 ol li.question::after {
  left: -10px;
  background: #f57c00;
}
.cp_qa01 ol ul li::after {
  left: 50px;
  background: #0097a7;
}




.twoclum{
	display:flex;
}




/*新着情報
-------------------------------------*/
.news h2 {
    background-color: var(--back-color);
	color: var(--white-color);
	padding: 1rem;
	font-size:1.1em;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid var(--border-color);
	/*padding: 0.5rem 0;*/
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--back-color);
    color:#fff;
    /*padding: 5rem 0;*/
	/*color: var(--white-color);*/
}
footer h5 {
    /*border-bottom: 2px solid var(--white-color);*/
}


/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
}
.copyright a {
    color: var(--base-color);
    text-decoration: none;
	display: inline-block;
}
.copyright .col{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: var(--back-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: var(--back-color);
}
/*パンくずリスト
-----------------------------------*/

.breadcrumb {
    margin: 0.2em 0 0.2em 0;
    padding: 0;
}
.breadcrumb ul{
	display:flex;
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: var(--link-color);
	margin-right:1em;
	margin-bottom:0;
}
.breadcrumb ul li::before{
  content: '«';
}
