@charset "utf-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	color:#333;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	word-wrap: break-word
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ul, ol {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333;
}

img {
	vertical-align:bottom;
	max-width:100%;
}
 
 p {
	 line-height:1.7;
	 letter-spacing:1px;
 }
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
  
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}



.header {
    height: 70px;
    z-index: 10;
    width: 100%;
    min-width: 1240px;
    position: fixed;
    top: 0;
    background-color: #f684bc;
	color:#fff;
	border-bottom:1px solid #f6c2db;
	box-sizing:border-box;
}

.header h1 {
	font-size:10px;
	font-weight:normal;
	margin:10px 0 0 40px;
	width:140px;
}

.header_logo {
    display: block;
    width: 130px;
    height: 24px;
    margin-top: 0px;
    position: absolute;
    left: 40px;
    top: 27px;
}

.header_logo img {
	width:130px;
}

.header_nav {
    width: 945px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
}

.header_nav li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	width:130px;
	text-align:center;
	border-left:1px solid #fff;
	box-sizing:border-box;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px 0 0 0;
}

.header_nav li:first-child {
	border-left:none;
}

.header_nav li a {
    display: block;
    height: 42px;
    padding: 0;
	color:#fff;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.header_nav li a:hover {
	color:#ffc0ef;
}

.nav_en {
	display:block;
	font-size:10px;
	margin:10px 0 0 0;
	font-weight:normal;
}

.eyecatch_background {
    position: fixed;
    top: 0;
    height: 470px;
    width: 100%;
    z-index: -1;
    min-width: 1240px;
}
	
.bg_jack {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.bg_jack>a {
    background-color: #000;
}
.bg_jack .bg_jack_inner {
    display: block;
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-width: 2400px;
    margin: 70px auto 0;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-repeat: no-repeat;
}
.bg_jack_inner {
    background-image:url(../images/eyecatch.jpg)!important;
}

.top_wrap {
	margin:470px auto 0;
	background:#fff;
	width:100%;
	overflow:auto;
}

.top_wrap_bridal {
	margin:420px auto 0;
	background:#fff;
	width:100%;
	overflow:auto;
}

.content {
	width:1200px;
	margin:0 auto;
	padding:50px 0 0 0;
}

.main {
	width:850px;
	margin:0 50px 0 0;
	float:left;
}

.catch {
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px dashed #ccc;
	color:#333;
}

.eyecatch_headline {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:50px;
	letter-spacing:5px;
	line-height:1.4;
	position:fixed;
	top:250px;
	color:#fff;
	z-index:-1;
}

.catch h2 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:26px;
	letter-spacing:3px;
	margin:0 0 0 0;
}

.catch p {
	letter-spacing:2px;
	line-height:1.5;
}

.main_text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #777;
}

.main_text a {
	text-decoration:underline;
	color:#666;
}

.main_text a:hover {
	text-decoration:none;
}

.main_text_strong {
	font-size:18px;
	letter-spacing:2px;
	margin:15px 0 10px 0;
	color:#f684bc;
	clear:both;
}

.campaign {
	margin:0 0 -10px 0;
	color:red;
	font-weight:bold;
}

.price_line_through {
	text-decoration:line-through;
}

.price_down {
	color:red;
	font-weight:bold;
}


.more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #080072;
    border: 1px solid #080072;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 3px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    color: #fff;
    position: relative;
    clear: both;
    display: block;
	margin:25px 0 50px;
}

.more:hover {
	background-color:#FFF;
	color:#080072;
}

.more:hover:after {
	 border-right: 3px solid #080072;
 	border-top: 3px solid #080072;
}

.more:after{
 border-right: 3px solid #fff;
 border-top: 3px solid #fff;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 10px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 18px;
 width: 10px;
}

.main_bnr {
	margin:0 0 20px 0;
}

.side_bnr {
	margin: 0 0 30px 0;
	text-align:center;
}

.bnr a img {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.bnr a img:hover {
	opacity:0.7;
}

.headline {
	font-size:30px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:3px;
	padding:0 0 0 15px;
	margin:0 0 25px 0;
	border-left:7px solid #f684bc;
	clear:both;
}

.headline span {
	font-size:12px;
	margin:0 0 0 20px;
	color:#999;
}

.link_item {
	margin:0 0 25px 0;
	height:180px;
}

.link_item_photo {
	width:300px;
	margin:0 25px 0 0;
	float:left;
}

.link_item_content {
	float:left;
	width:525px;
}

.link_item_title {
	font-size:18xp;
	margin:0 0 15px 0;
	letter-spacing:2px;
}

.link_item_text {
	font-size:14px;
	color:#777;
}

.news_item {
	margin:-10px 0 0 0;
}

.news_item p {
	border-bottom:1px dashed #ccc;
	padding:10px 0;
}

.news_item p a {
}

.news_item p a:hover {
	text-decoration:underline;
}

.report_box {
    width: 850px;
    margin: 0 auto;
}

.report_item {
	width:273px;
	height:330px;
	float:left;
	margin:0 15px 15px 0;
	background:#f684bc;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

/*
.report_item:hover {
	opacity:0.7;
}
*/

.report_photo {
	width:273px;
	position:relative;
}

.new_icon {
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	width:70px;
}

.report_item h4 {
	font-size:14px;
	color:#fff;
	width:200px;
	margin:15px 20px 5px 20px;
	letter-spacing:1px;
}

.report_box h4 span {
	font-size:24px;
	line-height:1.5;
}

.report_item p {
	font-size:12px;
	color:#f684bc;
	background:#fff;
	width:210px;
	margin:5px auto 10px;
	padding:10px;
	line-height:1.3;
}

.side_wrap{
	width:300px;
	float:left;
}

.member_item {
	background:#e6e6e6;
	padding:15px;
	margin:0 0 30px 0;
}

.member_item a {
	width:270px;
	text-align:center;
	display:block;
	background:#080072;
	margin:15px 0 0 0;
	height:50px;
	line-height:50px;
	font-weight:bold;
	color:#fff;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border:1px solid #080072;
	box-sizing:border-box;
}

.member_item a:hover {
	background:#fff;
	border:1px solid #080072;
	color:#080072;
	box-sizing:border-box;
}

.member_item a span {
margin-right:-3px;
}

.login {
	margin:0!important;
	background:#fff!important;
	color:#333!important;
}

.login:hover {
	background:#f684bc!important;
	color:#fff!important;
	border:1px solid #f684bc!important;
}

.br_box {
	height:100px;
	background:#fff;
	clear:both;
}

.br_box50 {
	height:50px;
	background:#fff;
	clear:both;
}

.br_box30 {
	height:30px;
	background:#fff;
	clear:both;
}

.main_br_box {
	height:50px;
	background:#fff;
}

.footer {
	clear:both;
	color:#fff;
	font-size:14px;
}

.footer a {
	color:#fff;
}

.footer_nav {
	padding: 0 20px;
	margin: 0 auto;
	background: #080072;
	position: relative;
	height: 330px;
	padding: 50px 0 0 0;
}

.footer_nav_inner {
	width:1200px;
	margin:0 auto;
}

.footer_nav_inner ul {
	width:300px;
	float:left;
}

.footer_nav_inner ul li {
	list-style:disc;
	margin:0 0 15px 20px;
}

.footer_nav_inner ul li:first-child {
	list-style:none;
	margin:0 0 25px 0;
}

.footer_nav_inner ul li a:hover {
	text-decoration:underline;
}

.footer_corp {
	background:#04003f;
}

.footer_box {
	padding:30px;
	height:45px;
    width: 1200px;
    margin: 0 auto;
}

.footer_box_left {
	float:left;
	width:600px;
	margin:0 80px 0 0;
}

#footer_logo {
	width:150px;
	float:left;
	display:block;
	padding:0 30px 0 0;
	margin:0 30px 0 0;
	border-right:1px solid #fff;
}

.premarri_address {
	font-style:normal;
	color:#fff;
	font-size:12px;
	margin:0;
	line-height:1.5;
}

.premarri_address span {
	display:block;
	font-weight:bold;
	margin:0 0 5px 0;
}

.premarri_address span a {
	text-decoration:underline;
}

.footer_box_right {
	float: right;
	/* margin:10px 0 0 0; */
	width: 380px;

	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
}

.footer_box_right .snsBot {
	width: 150px;
}

.copyright {
    display: block;
	font-weight:normal;

    color: #FFF;
    font-size: 12px;
    text-align: right;
}


/* PAGETOP */

.pagetop {
    width: 60px;
    height: 60px;
	line-height:57px;
    color: #fff;
    background: #080072;
    border-radius: 40px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
	box-sizing:border-box;
    position: fixed;
    bottom: 20px;
    right: 50%;
    margin: 0 -700px 0 0;
    -webkit-transition: background-color 0.35s, color 0.35s;
    transition: background-color 0.35s, color 0.35s;
	border:1px solid #fffbfa;
	z-index:999;
}

.pagetop:hover {
	background:#fff;
	color:#c6b198;
	border:1px solid #080072;
	background-color:#fff;
}

.pagetop:hover .fa {
	color:#080072;
}

.pagetop span {
	display:none;
}




/* 下層ページ */

.wrap {
	margin:50px auto 0;
	background:#fff;
	width:100%;
	overflow:auto;
}

.local_nav {
	margin:70px 0 0 0;
    border-bottom: 1px solid #d7e4ed;
}

.local_nav_inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.local_nav_content {
    display: block;
}

.local_nav_ul {
    text-align: center;
    display: block;
    position: relative;
}

/*
.local_nav .local_nav_ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/

.local_nav .local_nav_li {
    display: inline-block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;

}

.local_nav .local_nav_a {
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    display: block;
    padding: 15px 20px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.local_nav .local_nav_a:hover  {
    border-bottom: 1px solid #003399;
}

.local_nav .local_nav_li_after {
    border-bottom: 1px solid #003399;
    display: block;
}

#navi_titile_outher {
	clear:both;
    background-color: #fafafa;
}

#english_title_outher {
    border-bottom: 1px solid #d7e4ed;
    background-color: #fafafa;
}

.navi_title {
	width:1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.5rem;
    color: #333;
    padding: 30px 0 0 0;
}

.english_title {
	width:1200px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #333;
    padding:15px 0 30px 0;
}

.pinkglaph th {
    background: #fafafa;
	border:1px solid #ddd;
    font-weight: normal;
    text-align: center;
    padding: 15px ;
}

.pinkglaph td {
	text-align:center;
	border:1px solid #ddd;

}

.main_ol_list {
	margin:0 0 0 30px; 
	list-style:decimal;
}

.main_ol_list a {
	color:#777;
	text-decoration:underline;
}

.main_ol_list a:hover {
	text-decoration:none;
}

.main_ol_list li {
	margin: 0 0 15px 0;
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
}

.main_ol_list li:last-child {
	margin:0;
}

.main_image {
	margin:10px 0 40px 0;
}

.reistered_member_box {
	clear:both;
}

.rm_left {
	width:250px;
	float:left
}

.rm_right {
	width:550px;
	float:left;
	margin:0 0 0 0;
	font-size:14px;
}

.service_list {
}

.service_list ul {
}

.service_list ul li {
	float:left;
	text-align:center;
	background-image: linear-gradient(transparent 50%, #fafafa 50%);
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.service_list ul li:hover {
	opacity:0.5;
}

.service_list ul li a {
	width:140px;
	height:120px;
	display:block;
	padding:10px;
	border:1px solid #e1e1e1;
	box-sizing:border-box;
	border-right:none;
}

.service_list ul li:last-child {
	border-right:1px solid #e1e1e1;
}

.service_list .fa {
	margin:10px 0;
	font-size:50px;
	color:#f684bc;
}

.service_list ul li a span {
	display:block;
	font-size:14px;
}

.mark {
	background-image: linear-gradient(transparent 60%, #fcee21 50%);
}

table   { width: 100%; font-size:14px; margin:30px 0 0 0; }
th, td  { padding: 20px; border:1px solid #cfcfcf;}
th, .td_bg  { background: #f1f1f1; vertical-align:middle; }
 
/*----------------------------------------------------
    .price-table
----------------------------------------------------*/
.price-table th  { width: 13%; }
.price-table td  { line-height:1.7;}
.price-table td:first-child  { text-align: left; }
.price-table a {text-decoration:underline;}
.price-table a:hover {text-decoration:none;}
/*
@media only screen and (max-width:480px){
	table   { width: 100%; font-size:0.8rem; clear:both;}
    .price-table { 
        display: block; 
        width: 100%; 
        margin: 0 -10px;
    }
    .price-table thead{ 
        display: block; 
        float: left;
        overflow-x:scroll;
    }
    .price-table tbody{ 
        display: block; 
        width: auto; 
        overflow-x: auto; 
        white-space: nowrap;
    }
    .price-table th{ 
        display: block;
        width:auto;
    }
    .price-table tbody tr{ 
        display: inline-block; 
        margin: 0 -3px;
    }
    .price-table td{ 
        display: block;
    }
}
*/

.vip_images {
	text-align:center;
	margin:0 0 20px 0;
}

.report_list {
	margin:0 0 50px 0;
	color:#666;
}

.report_headline {
	padding:20px;
	border:1px solid #f684bc;
	color:#f684bc;
	margin:0 0 15px 0;
}

.report_text {
	font-size:13px;
	line-height:2;
}

.report_ul {
	margin:0 0 20px 20px;
	font-size:13px;
	letter-spacing:1px;
}

.report_ul li {
	list-style:disc;
	line-height:2;
}

.report_ol {
	margin:0 0 20px 20px;
	font-size:13px;
	letter-spacing:1px;
}

.report_ol li {
	list-style:decimal;
	line-height:2;
}
#acMenu {
	letter-spacing:1px;
	border-bottom:1px solid #ccc!important;
}
#acMenu dt{
    display:block;
	padding:20px 0 20px 20px;
    border:#ccc 1px solid;
    cursor:pointer;
    background:url(../qa/images/i_swich.png) 810px -70px no-repeat;
    padding-right:15px;
	border-bottom:none;
	font-weight:bold;
	font-size:14px;
    }	
#acMenu dd{
    background:#f7f7f7;
	padding:20px 40px;
    border:#ccc 1px solid;
    display:none;
	border-bottom:none;
	font-size:14px;
	line-height:1.8;
    }
#acMenu dt.active{
    background:url(../qa/images/i_swich.png) 810px 25px no-repeat;
}
#acMenu a {
	text-decoration:underline;
}
#acMenu a:hover {
	text-decoration:none;
}
.star_yellow {
	color:#FFDD00;
}

.star_red {
	color:#F00004;
}

.branch_list {
}

.branch_box {
	float:left;
	margin:0 20px 20px  0;
}

.branch_list p {
	text-align:center;
	font-size:14px;
}

.agree_ul {
	list-style:disc;
	font-size:14px;
	color:#777;
	letter-spacing:1px;
	line-height:1.7;
	margin:0 0 20px 20px;
}


.tag_imperative {
    font-size: 12px;
	font-weight:bold;
    color: #ffffff;
    background-color: #f44522;
    padding: 2px 5px;
    margin-right: 10px;
}

.txt_imp {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: 1px solid #aaa;
    padding: 10px;
}

.form_btn {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:5px;
}




.eyecatch_background_bridal {
    position: fixed;
    top: 0;
    height: 420px;
    width: 100%;
    z-index: -1;
    min-width: 1240px;
}

.bg_jack_bridal {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
	background-color:#EAEAF0;
}

.bridal_catch {
	font-size:40px!important;
	margin:0 0 15px 0!important;
}

.bg_jack_bridal>a {
    background-color: #000;
}
.bg_jack_bridal .bg_jack_inner_bridal {
    display: block;
    width: 1220px;
    height: 350px;
    min-height: 350px;
    max-width: 2400px;
    margin: 70px auto 0;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-repeat: no-repeat;
}
.bg_jack_inner_bridal {
    background-image:url(../bridal/images/visualarea_bg.png)!important;
}

.bridal_catch_text {
	margin-bottom:10px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:bold;
	letter-spacing:5px;
}

.bridal_bnr_box {
	margin:10px auto 0;
	text-align:center;
}

.branch_list_bridal {
	text-align:left!important;
}

.branch_box {
	float:left;
	margin:0 25px 25px  0;
}

.branch_list_bridal p {
	margin:5px 0 0 0;
	font-size:12px;
}

.headline_bridal {
	font-size:24px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	letter-spacing:3px;
	padding:0 0 0 15px;
	margin:0 0 25px 0;
	border-left:7px solid #48C2C2;
	clear:both;
}

.headline_bridal span {
	font-size:12px;
	margin:0 0 0 20px;
	color:#999;
}

#sl_01, #sl_02, #sl_03, #sl_04, #sl_05, #sl_06, #sl_07 {
	clear:both;
	padding-top:80px;
}

.counselor_headline {
	border-top:1px solid #ccc;
	padding:25px 0 0 0;
	font-size:22px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin:0 0 15px 0;
	color:#333;
}

.counselor_name {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#333;
}

.counselor_comment {
	border-bottom:1px solid #ccc;
	padding:0 0 40px 0;
	color:#777;
	font-size:14px;
}

.counselor_comment img {
	float:left;
	margin:0 15px 0 0;
}

.flow_box {
	border:1px solid #cfcfcf;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
}

.flow_box .main_text, .flow_box03 .main_text, .flow_box05 .main_text, .flow_box06 .main_text{
	font-size:13px;
}

.flow_box03 {
    background-image:url(../network/images/flow03.jpg);
    background-repeat: no-repeat;
    background-position: right top;	
	border:1px solid #cfcfcf;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
}

.flow_box05 {
    background-image:url(../network/images/flow05.jpg);
    background-repeat: no-repeat;
    background-position: right top;	
	border:1px solid #cfcfcf;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
}

.flow_box06 {
    background-image:url(../network/images/flow06.jpg);
    background-repeat: no-repeat;
    background-position: right top;	
	border:1px solid #cfcfcf;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
}

.headline_male {
	color:#080072;
	border-left-color:#080072;
}

.report_headline_male {
	color:#080072;
	border-color:#080072;
}



@media screen and (max-width:1380px) {

.header h1 {
	margin:10px 0 0 20px;
}

.header_logo {
    left: 20px;
}

}


/* 追加161201 */
.contents-left {
	float: left;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
    border: 1px solid #eee;
}
article-left td, article-left th {
border:none;
padding:0;
}
.contents-right {
	float: right;
	width: 300px;
}
.contents-headline {
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
.contents-headline:after {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	margin: 15px auto 0;
	background-color: #333;
}
.contents-headline span {
	font-size: 10px;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
}
.article-list {
}
.article-list a {
	color: #666;
}
.article-list li {
	padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.article-list li a {
	display: block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list li a:hover {
	text-decoration: none;
}
.article-list li a:hover .article-title{
	color: #00a9c7;
}
.article-list li a:hover .article-image {
	opacity:0.85;
}
.article-list-inner {
	box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.article-list-inner-left {
    width: 200px;
	height: 150px;
    float: left;
	margin: 0 20px 5px 0;
}
.article-image {
	width: 200px;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list-inner-right {
	display: flex;
}
.article-text {
}
.article-time {
	font-size: 12px;
	margin: 3px 0 10px 0;
	letter-spacing: 0.03rem;
	color: #999;
}
.article-title {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color: #000;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-text {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}
/* コンテンツ */

/* 前後のページ遷移 */
.loadMore {
	width: 440px;
    text-align: center;
    overflow: hidden;
    position: relative;
	margin: 40px auto 0;
	background-color: #fff;
}
.loadMore a {
    color: #333;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.loadMore a:hover {
	background-color: #080072;
	color: #fff;
	text-decoration: none;
}
.loadMore .fa-chevron-left {
	position: absolute;
	top: 18px;
	left: 10px;
}
.loadMore .fa-chevron-right {
	position: absolute;
	top: 18px;
	right: 10px;
}
.loadMore-before, .loadMore-next  {
    float: left;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
	background-color: #fff;
    border: 1px solid #000;
	margin: 0 10px;
	box-sizing: border-box;
}
.loadMore-album {
    float: left;
	display: block;
	margin: 0 10px;
    width: 420px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #000;
    position: relative;	
	box-sizing: border-box;
	background-color: #fff;	
}
.pad_btn {
}
/* 前後のページ遷移 */

/* サイドバー */
.sidetitle {
	font-size: 16px;
	text-align: center;
	background-color:#080072;
	color: #fff;
	padding: 8px 0;
	margin:30px 0 15px 0;
	font-weight: bold;
    border-radius: 3px;
}
.profile .photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.profile .photo img {
    width: 150px;
}
.nickname {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
	color: #333;
}
.message {
	color:#666;
	padding:15px;
	font-size:14px;
	border:1px solid #efefef;
	background-color: #fff;
	line-height: 1.5;
}
.sidebody {
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding:0 10px 10px 0;
	color:#666;
	border-bottom:1px dotted #ccc;
    text-align: left;
}
.image-aside {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
}
.image-aside img {
    width: 100%;
    margin: 0 0 5px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 3px;
}
.image-aside img:hover {
	opacity: 0.8;
}
.text-aside {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    word-wrap: break-word;
}
#album-link {
    background-color: #333!important;
    text-align: center!important;
    border: 1px solid #333!important;
    font-size: 14px!important;
    font-weight: bold!important;
	padding: 10px!important;
	margin: 0 auto!important;
    width: 260px!important;
	box-sizing: border-box!important;
    color: #fff!important;
}
#clogBtnAlbum {
    text-decoration: none;
    background-color: #333;
    font-weight: bold;
    opacity: .5;
    filter: alpha(opacity=50);
}
a:visited #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:link #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.counter .side .sidebody {
    font-size: 14px;
	border: none;
    font-weight: normal;
    padding: 0px;
	margin: 5px 0 0;
}
.tag_cloud a {
}
ul.rss {
    text-align: center;
}
ul.rss li {
    border-right: 1px solid #999;
    display: inline;
    font-size: 88%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.2em;
}
.shop_info {
	width: 300px!important;
    font-size: 12px!important;
	color:#333!important;
}
.shop_info th {
    padding: 5px 0!important;
	border-bottom:1px solid #333!important;
	width: 20%!important;
	box-sizing: border-box!important;
}
.shop_info-th {
    background-color:#f9f9f9!important;
    color:#333!important;
    text-align:center!important;
    margin:0!important;
    padding:10px 0!important;
    border-radius: 0!important;
}
.shop_info-td {
	margin: 0!important;
	padding: 0!important;
}
.shop_info td {
    width: 80%!important;
    padding: 10px 5px!important;
    margin: 0px 10px 0 5px!important;
	box-sizing: border-box!important;
    word-wrap: break-word!important;
    border-bottom: 1px dotted #333!important;
}
.calender{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
}
.calendartable{
	border: 0px solid #006699;
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.calendarwd{
	padding: 5px;
}
.calendarweek{}
.calendard{
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;
}
.sun{
	color: #FF3366;
}
.sat{
	color: #0099CC;
}
.today{
	font-weight: bold;
	color: #666666;
	background-color: #dddddd;
}
.calendar a {
	padding: 2px;
	text-decoration: underline;
}
/* サイドバー */

/* 個別記事 */
.entry-header {
	margin: 30px 0;
}
.entry-title {
	font-size: 30px;
	line-height: 1.5;
}
.entry-date {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
.entry-date-innner {}
.entry-category {
	float: none;
	padding: 25px 0;
}
.entry-category a {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.entry-category a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.entry-category-inner {
}
.entry-category-inner a {
	font-size: 12px;
	font-weight: bold;
	color: #9c9c9c;
	background-color: #e8e8e8;
    padding: 5px 7px;
    display: inline-block;
    margin: 5px 5px 0 0;
}
.entry-body {    line-height: 1.85;}
.entry-body img {
	margin: 0 0 20px 0;
}
.entry-body ul li {
    list-style:circle;
    font-size: 15px;
    margin: 0 0 0 20px;
}
.entry-body ol li {
    list-style:decimal;
    font-size: 15px;
    margin: 0 0 0 20px;
}
.entry-body p {
	font-size: 15px;
    letter-spacing: .05em;
	margin: 0 0 10px 0;
	line-height: 2.15;
}
.entry-meta	{
	margin: 25px 0 0 0;
}
.entry-meta	p {
	text-align: right;
	font-size: 10px;
}
.comments-head {
    padding-top: 10px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #dbd7da;
    padding-bottom: 10px;
    font-weight: bold;
}
.comments-body {
	width: 720px!important;
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    margin-bottom: 5px;
}
.comments-post {
    color: #666;
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}
#text {
    font-size: 1.2rem;
    height: 200px;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    resize: vertical;
    width: 600px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 15px 20px;
    border-radius: 5px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}
#text:focus,
#author:focus,
#email:focus,
#url:focus
{
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
outline:none;
} 
#author, #email, #url {
    padding: 10px;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    margin: 5px 7px 0 0!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}
table.form {
    width: 720px;
    margin: 25px 0 0 0;
}
table.form td {
    width: 140px;
    padding: 5px 0;
    vertical-align: middle;
    border: none;
}
table.form label {
	width: 100px!important;
 display: inline-block;
}
table.form insert {
	padding:10px;
}
label {
    font-size: 88%;
    font-weight: normal;
    color: #666;
}
input[type="author"] {
	width:300px;
}
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: white;
    }
    input[type=radio] + label::before {
        border: 2px solid #c2ced2;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #c2ced2;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px; 
        background: #19c5ff;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #12b4eb;
        border-bottom: 3px solid #12b4eb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.contents-left input[type=submit] {
    margin: 0 5px 5px 0!important;
    padding:10px 30px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border: 1px solid #080072;
    box-sizing: border-box;
    background-color: #080072;
    color: #fff;
    letter-spacing: 3px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    outline: none;
}
.contents-left input[type=submit]:hover {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
}

.async_comment_box {
display:none!important;
}

.sns {
	position: absolute;
    right: 60px;
    top: 10px;
}

.sns .imageIG {
	width: 135px;
}

@media screen and (max-width:1380px) {

	.sns {
		right: 35px;
		top: 16px;
	}

	.sns .imageIG {
		width: 100px;
	}
}

.wp-pagenavi {
	margin: 2.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #080072 !important;
    padding: 6px 8px !important;
    margin: 4px !important;
	transition: all 0.35s;
}

.wp-pagenavi a:hover {
	background-color: #080072;
	color: #FFF;
}

.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	border: 0 !important;
}

.wp-pagenavi span.current {
	color: #FFF;
	background-color: #080072;
}
