@charset "UTF-8";
/*--------------------------------------------------------
（１）サイト全体の共通設定
-------------------------------------------------------*/

body {
	color: #3c3c3c;
}
/*●リンク文字*/
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #39f;
}
a:hover, a:active {
	color: #f60;
}

.pc { display: block !important; }
.sp { display: none !important; }

/*--------------------------------------------------------
（２）エリアの設定
--------------------------------------------------------*/

#container {
	position: relative;
/*	padding-top: 3.8em;*/
}
/*--------------------------------------------------------
（３）コンテンツ全体
--------------------------------------------------------*/

/*全体*/

.main {
	background-color: #fff;
	margin-bottom: 0em;
}
/*カラム部分*/

.main-in {
	background-color: #FFF;
	padding: 0em 0;
/* box-shadow: 0px 0px 1px #594a42;*/}
/*全体のフォントサイズ*/

.main-contents {
	font-size: 2.0em;
}
/*カラム内部のサイズ(div class="contents")*/

.main-contents .contents {
	margin-bottom: 0em;
	padding: 0 40px;
}
/*●段落タグ*/
.main-contents p {
	line-height: 2em;
}
/*--------------------------------------------------------
（４）ｈタグの設定
--------------------------------------------------------*/

/*●H2タグ*/
.main-contents h2 {
	margin: 0 0 1em;
	padding: 0.9em;
	border-bottom: 3px solid #000;
	font-size: 1.286em;
	font-weight: bold;
}
/*●H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.8em;
	border: 2px solid #ccc;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
/*●H4タグ*/
.main-contents h4 {
	margin: 0 0 1em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}
/*●H5タグ*/
.main-contents h5 {
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}
/*--------------------------------------------------------
（５）ヘッダー部分　※ロゴ・電話番号・お問い合わせボタン
--------------------------------------------------------*/

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

.nav {
}
.nav ul {
	width: 100%;
	font-size: 0;
	border-bottom: 0px solid #9f7919;
	display: flex;
}
.nav li {
	background-color: #9f7919;
	display: inline-block;
	font-size: 12px;
	width: 20%;
	list-style: none;
	text-align: center;
	margin-top: -17px;
	border-right:1px solid #ccc;
 }
 
.nav li.first {
	width: 20%;
	color: #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.nav li.last {
	width: 20%;
}
.nav li {
	white-space: nowrap;
}
.nav li a {
	display: block;
	padding: 0.5em 0.5em;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}
.nav li a:link, .nav li a:visited {
	background-color: #9f7919;
}
.nav li a:hover, .nav li a:active {
	background-color: #efefef;
	color: #3c3c3c;
}
.nav li.first a {
}
.nav li.last a {
	background: #9f7919;
	color: #fff;
}
.nav li.last a:hover {
	opacity: 0.5;
}
.sp_btn {
	position: absolute;
	display: none;
}
#header {
	background-color: #f3f2e9;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}
#header-in {
	background-color: #fff;
	padding: 0em 0;
}
/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title {
	float: left;
	width: 3%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
	margin-top:0px;
	margin-right:10px;
}
#header .header-logo {
	margin-bottom: 0em;
	font-size: 3em;
}
#header .header-logo img {
	width: 100%;
}
.header_tel {
	width: 30%;
	float: right;
	margin: 0.7em 0em 0em;
}
.header_tel img {
	width: 90%;
}
.header_yoyaku, .header_mail {
	width: 15%;
	float: right;
	margin: 0.6em 0.3em 0em;
}
.header_yoyaku img, .header_mail img {
	float: right;
	width: 100%;
}
.btn:hover {
	opacity: 0.8;
}
/*●ヘッダーロゴテキスト*/
.header-logo a {
	text-decoration: none;
}
.header-logo a:link, .header-logo a:visited {
	color: #333;
}
.header-logo a:hover, .header-logo a:active {
	color: #f60;
}
/*●ヘッダーテキスト・右上の文章*/

#header h1 {
	margin-bottom: 0.5em;
	font-size: 1em;
}
/*--------------------------------------------------------
（６）ヘッダー画像
--------------------------------------------------------*/

.main-image {
	padding-top: 0em;
	background: url(../images/head_bak.jpg) center top no-repeat #fff;
	height: 1600px;
	width:100%;
}
.main-image-in {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
.main-image img {
/*	width: 100%;*/
	height: auto;
}

.main-image2 {
	padding-top: 0em;
	background-image: url(../images/whitediamond.png);
	width:100%;
}
.main-image-in2 {
	position: relative;
	padding-bottom: 0em;
	background-color: transparent;
}
.main-image2 img {
	width: 100%;
	height: auto;
}


/*--------------------------------------------------------
（８）メインコンテンツ（本文）※追加していくタグはここに書いていく
--------------------------------------------------------*/


.subhead_01 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 3px dotted #ccc;
	margin-bottom: 1em;
}
.subhead_01 img {
	width: 90%;
}
.subhead_02 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0 0 0;
	font-size: 2em;
	margin-bottom: 1em;
}
.subhead_02 img {
	width:80%;
}
.subhead_03 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_03 img {
	width: 80%;
}
.subhead_04 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_04 img {
	width: 90%;
}
.subhead_05 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_05 img {
	width: 30%;
}
.subhead_06 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_06 img {
	width: 15%;
}
.subhead_07 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_07 img {
	width: 30%;
}
.subhead_08 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.subhead_08 img {
	width: 30%;
}
.subhead_09 {
	width: 100%;
	text-align: left;
	margin-top: 0em;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}

.box_koe {
	background-color: #00015e;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
.box_koe_img {
	width: 20%;
	float: left;
}
.box_koe_img img {
	width: 100%;
}
.box_koe_txt {
	background-color: #FFF;
	width: 75%;
	float: right;
	font-size: 100%;
	padding: 1em;
}
.box_koe_title {
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
/*お客様の声　手紙*/

.box_letter {
	background-color: #FEECB4;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
.box_letter_img {
	width: 40%;
	float: left;
}
.box_letter_img img {
	width: 100%;
}
.box_letter_txt {
	background-color: #FFF;
	width: 55%;
	float: right;
	font-size: 80%;
	padding: 1em;
}
.box_letter_title {
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
/*お客様の声 コメント*/

.box_comment_left {
	background-color: #FED5C0;
	float: left;
	width: 45%;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
.box_comment_right {
	background-color: #FED5C0;
	float: right;
	width: 45%;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
.box_comment_img {
	width: 40%;
	float: left;
}
.box_comment_img img {
	width: 100%;
}
.box_comment_txt {
	background-color: #FFF;
	width: 93%;
	float: right;
	font-size: 80%;
	padding: 1em;
}
.box_comment_title {
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

.box_img_in{
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center; /* 中央揃え */
    gap: 15px; /* 画像間の隙間 */
}

.box_img_ca{
    width: 33%;
    text-align: center;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}

.box_img_item{
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.box_img_txt{
    padding: 10px 5px 20px 5px;
    font-size: 15px;
}


/*-------------------背景設定-----------------------------*/

.bg_grey {
	background-color: #f9f9f9;
}
.bg_transparent {
	background-color: transparent;
}
.bg_gold {
	background-color: #fbf8e7;
}
.bg_white {
	background-color: #fff;
}

.bg_grey2 {
	background-color: #e5e5e5;
}

.bg_ao {
	background-color: #374b7b;
	width: 700px;
    margin: 0 auto;
}

.bg_ao2 {
	background-color: #374b7b;
}

.bg_aomaru {
	background-color: #fff;
	border-color: #374b7b;
    border-style: solid;
    border-width: 3px;
	border-radius: 50px;
	width: 600px;
    margin: 0 auto;
}

.bg_aomaru2 {
	background-color: #fff;
	border-color: #374b7b;
    border-style: solid;
    border-width: 3px;
	border-radius: 50px;
    margin: 0 auto;
}

.bg_section00 {
	background-color: #fff;
    border-color: #374b7b;
    border-style: solid;
    border-width: 10px;
    margin: 0 auto;
}
.bg_section01 {
	background-image: url(../images/whitediamond.png);
}
.bg_section02 {
	background-image: url(../images/whitediamond.png);
}
.bg_section03 {
	background-image: url(../images/whitediamond.png);
}

.bg_section04 {
	background-image: url(../images/whitediamond.png);
}
.bg_section05 {
	background-image: url(../images/whitediamond.png);
}
.bg_section06{
	background-image: url(../images/whitediamond.png);
}
.bg_section07{
	background-image: url(../images/whitediamond.png);
}
.bg_section_entry {
	background-image: url(../images/entry_bak.jpg);
	padding: 2.5em 0 0.5em;
}

.bg_section_entry2 {
	background-image: url(../images/tikyu_bak.jpg);
	padding: 2.5em 0 0.5em;
	background-size: cover;
}

.bg_section_entry3 {
	background-image: url(../images/housoku.jpg);
	height: 300px;
	padding: 2.5em 0 0.5em;
	background-size: cover;
	display: flex;
	justify-content: center;
	text-align: center;
}

.bg_memo {
	background-image: url(../images/jyukousei.jpg);
	padding: 2.5em 0 0.5em;
	background-size: cover;
}

.bg_gold2{
	background-image: url(../images/gold01.png);
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    width:100%;                                            /* 横幅のサイズを指定    */
    height:auto;                                          /* 縦幅のサイズを指定    */
}

.bg_gold2_sp{
	background-color: rgba(146, 137, 100) !important;
    width:100%;                                            /* 横幅のサイズを指定    */
    height:auto;                                          /* 縦幅のサイズを指定    */
}

.bg_gold3 {
	background-color: #989167;
}

.bg_shintoku{
	background-image: url(../images/original01.jpg);
    width:100%;                                            /* 横幅のサイズを指定    */
    height:auto;                                          /* 縦幅のサイズを指定    */
}

.bg_shintoku p{
	line-height:90% !important;
}

.bg_shintoku1{
	background-image: url(../images/original01.jpg);
    width:100%;                                            /* 横幅のサイズを指定    */
    height:auto;                                          /* 縦幅のサイズを指定    */
}

.bg_shintoku1 p{
	line-height:120% !important;
}

.box_mind{
	background-color: #f6f6f6;
	padding: 1em 2em;
}


.accordion_header_01 {
	margin: 0px 0px 0em 0px;
	background: url(../images/+.png) no-repeat;
	background-color: #cc0000;
   background-size:40px 40px;
	background-position: 8px 50%, 0 0;
	padding: 15px 2px 15px 55px;
	color: #fff;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}
.selected01 {
	background: url(../images/_.png) no-repeat;
	background-color: #cc0000;
	background-position: 8px 50%;
}
.selected01 + * {
	background: #fff;
	background-position: 8px 50%;
}
.accordion_open_01 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 4px #cc0000;
	border-right: solid 4px #cc0000;
	border-bottom: solid 4px #cc0000;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	overflow: auto;
}
.accordion_open_01:before {
	content: "";
}
.accordion_field_01 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin:0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}



/*-------------------エントリー部分-----------------------------*/




.entry_tel {
	border: 2px solid #ccc;
	background-color: #fff;
	width: 48%;
	float: left;
	padding: 0.5em 0.9em 0.5em 0.5em;
}
.entry_mail {
	width: 48%;
	float: right;
}
/*-------------------記述例その①-----------------------------*/

/*記述の枠*/

.box_content {
	padding: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
/*	background-color: #e1f7fc;*/
	background-image: url(../images/PAK85.jpg);	
}

.box_content2 {
	padding: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
	background-color: #00015e;
	
}

.box_content3 {
	padding: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
	
}

.box_content_text{
	padding: 1em;
	background-color: #fff;
}

.box_balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  background: #FFF;
  border: solid 3px #374b7b;
  box-sizing: border-box;
}

.box_balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #374b7b;
}

.box_balloon1 p {
  margin: 0;
  padding: 0;
}

.box_balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  background: #FFF;
  border: solid 3px #374b7b;
  box-sizing: border-box;
}

.box_balloon2 p {
  margin: 0;
  padding: 0;
}

.box_ber{
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: 2px solid;
  border-color: #374b7b;
}

.box_memo{
  padding-bottom: 5px;
  margin-top: 2em;
  margin-bottom: 1em;
  background: url(../images/texture_paper.png) ;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}

.box_memo:before {
  width: 184px;
  height: 45px;
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -25px;
  background: url(../images/tape.png) ;
}


/*線*/
.box_point01_num {
	float: left;
	background-color:#C1AB05;
	padding: 5px;
	width: 15%;
	height: auto;
	font-size: 140%;
	text-align: center;
	color: #000;
	font-weight:bold;
}
.box_point01_title {
	float: right;
	background-color: #C1AB05;
	width: 80%;
	height: auto;
	padding: 5px 5px 5px 15px;
	font-size: 140%;
	font-weight: bold;
}
.box_point01_discription {
	background-color: #fffff5;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
}
.box_point01_discription2 {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
}

/*-------記述例その②---------*/

/*記述の枠*/

.box_content_02 {
	padding: 10px;
}/*線*/
.box_point02_num {
	float: left;
	background-color: #efefef;
	padding: 5px;
	width: 18%;
	height: auto;
	font-size: 160%;
}
.box_point02_title {
	float: right;
	background-color: #efefef;
	width: 79%;
	height: auto;
	padding: 5px;
	font-size: 160%;
}
.box_point02_discription {
	background-color: #efefef;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: auto;
}
.box_point02_img {
	float: left;
	background-color: #efefef;
	width: 15%;
	height: auto;
}
.box_point02_txt {
	float: right;
	background-color: #ccc;
	width: 78%;
	height: auto;
	font-size: 100%;
	padding: 10px;
}
/*よくある質問*/

.box_qa {
	background-color: #C1AB05;
	width: 95%;
	margin: 0px;
	padding: 20px;
}
.box_qa_q {
	background-color: #fff;
	width: 95%;
	padding: 10px 20px;
	font-size: 120%;
	color: #e0c161;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
.box_qa_a {
	background-color: #fff;
	width: 95%;
	padding: 10px 20px;
	line-height: 1.8;
	font-size: 90%;
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/


/*●コピーライト*/
.copyright {
	padding: 30px 0 0 0;
	background-color: transparent;
	font-size: 1.4em;
	text-align: center;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/



/*●リストタグ*/
.main-contents ul, .main-contents ol {
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}
.main-contents li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
/*●テーブルタグ*/
.main-contents table {
	background-color:#fff;
	margin-top:1em;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*.main-contents table{ table-layout: auto; }*/

.main-contents th, .main-contents td {
	padding: 1em 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
.main-contents th {
/*	background-color: #bfdaff;*/
	font-weight: bold;
	text-align: center;
}

.table1 {
	background-color:#fff!important;
	margin-top:1em!important;
	margin-bottom: 1.5em!important;
	padding: 0!important;
	border: none!important;
}

.table1 th, .table1 td {
	padding: 1em 0.5em!important;
	border: none!important;
}
	
/*●テーブルタグ スタイル01*/
.main-contents table.table-style01 th, .main-contents table.table-style01 td {
	text-align: left;
	vertical-align: top;
}
/*●チェックリスト（リストタグ）*/
.main-contents ul.checklist {
	background-image: url(../images/bg_main_in.png);
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 3px double #ccc;
	width: 85%;
	margin: 0 auto;
}
.main-contents ul.checklist li {
	margin-bottom: 1em;
	padding-top: 5px;
	padding-left: 44px;
	padding-bottom: 10px;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
}
/*●チェックリスト（リストタグ）*/
.main-contents ul.checklist_02 {
	background-image: url(../images/bg_main_in.png);
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 3px double #ccc;
	width: 85%;
	margin: 0 auto;
}
.main-contents ul.checklist_02 li {
	margin-bottom: 1em;
	padding-top: 5px;
	padding-left: 44px;
	padding-bottom: 10px;
	background: url(../images/icon-check-batu.png) left top no-repeat;
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after, #header-in:after, #global-nav-in #menu:after, .main-in:after, .main-and-sub:after, .contents:after, .main-contents dl.dl-style01:after, .box-wrap:after, dl.search-box:after, #footer-in:after, .main-contents .sb:after, .contact:after, .main-contents .cont-menu01:after, .main-contents .cont-menu02:after, .clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#top-in, #header-in, #global-nav-in #menu, .main-in, .main-and-sub, .contents, .main-contents dl.dl-style01, .box-wrap, dl.search-box, #footer-in, .main-contents .sb, .contact, .main-contents .cont-menu01, .main-contents .cont-menu02, .clearfix {
/zoom : 1;
}






/*-----------------------------------------------------------------------------------------

以下、デザインに使用する場合に使うCSS 普段は未使用

-------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
トップメニュー
--------------------------------------------------------*/


/*#top{ 
	position: absolute;
	top: 0;
	background-color: #fff;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(../images/icon/icon-arrow01.png) left center no-repeat;
}

*/




/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

/*#global-nav{
	background-color: #fff;
	border-bottom: 4px solid #000;
} 

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


#global-nav .btn-gnav{ display:none; }



#global-nav .menu-wrap{ display: block; }

#menu{
	padding-bottom: 5px;
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	border-right: solid 1px #000; 
	list-style: none;
	font-weight: bold;
}

#global-nav #menu li.first{ border-left: solid 1px #000; }

#global-nav #menu li{ white-space: nowrap; }


#global-nav #menu li a{
	display: block;
	padding: 0.8em 2em;
	color: #333;
	text-decoration: none;
}

#global-nav #menu li a:link,
#global-nav #menu li a:visited{ background-color: #fff; } 
#global-nav #menu li a:hover,
#global-nav #menu li a:active{ background-color: #efefef; } 

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}


#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 2em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }
*/

blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #9dd4ff;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
  font-size: 1.2em;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0005c0;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #0005c0;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 1.2em;
  color: #fff;
  background: #0005c0;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}

/*●どっとボックス*/
.main-contents .dotbox {
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 1em;
    border: dashed 2px #773d50;
	width: 85%;
	margin: 0 auto;
}